/* custom-product-tabs.css */

.customProductTabs-wrapper {
	position: relative;
}

.customProductTabs {
	overflow: hidden;
	border-bottom: solid 1px #e7e7e7;
}

.tabs-arrow-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 24px;
}

@media(min-width: 850px) {
	.tabs-arrow-icon {
		display: none;
	}
}

.customProductTabs button {
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	margin-right: 30px;
	font-size: 22px;
	border-bottom: solid 2px #FFF;
	white-space: nowrap;
	font-family: "Playfair Display", sans-serif!important;
}

.personalizacija-wrapper label, table.variations label, .suggested-products__module-title {
	font-family: "Playfair Display", sans-serif!important;
}

.customProductTabs button:not(.icon) {
	border-radius: 0!important;
}

.customProductTabs button.active {
	border-bottom: solid 2px var(--fs-color-secondary);
	color: var(--fs-color-secondary);
}

.customProductTabs button:hover {
	border-bottom: solid 2px var(--fs-color-secondary);
}

.tabcontent {
  display: none;
  padding-top: 20px;
  border-top: none;
}

.tabcontent.active {
  display: block;
}

.book-gallery img {
	height: 100%;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
}

 .swiper-button-next, .swiper-button-prev {
    color: #000!important;
    background: #FFF!important;
    border-radius: 100%!important;
    width: 48px!important;
    height: 48px!important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px!important;
    font-weight: 600!important;
}

.swiper-button-next:after {
	margin-left: 3px!important;
}

.swiper-button-prev:after {
	margin-right: 3px!important;
}

.book-gallery .gallery-item {
	padding: 0!important;
}

.book-gallery .book-gallery-image:hover {
	cursor: pointer;
}


@media(max-width: 850px) {
	.customProductTabs {
		overflow: scroll;
		display: flex;
		flex-direction: row;
	}
}

.main-gallery-image, .main-gallery-image img {
	width: 100%;
}

.main-gallery-image img {
	border-radius: 8px;
}