/* ==========================================================
   BOOK SHOWCASE
   ========================================================== */

.product-showcase {
	background-color: unset !important;
}

.product-showcase .container.showcase-inner {
	background-color: #8224E32B !important;
}


/* ==========================================================
   PRODUCT GRID / CATALOG
   ========================================================== */

.products .product.product-type-simple .product_thumbnail {
	border-radius: 5px;
}

.products:not(.shop_display_list) .et-listing-style4 .product-title a {
	color: var(--purple);
	background: unset;
	font-weight: 500;
}

@media (max-width: 767px) {

	.products[data-mobile-columns="2"] > li.product,
	.products.row > li.product {
		width: 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

}


/* ==========================================================
   PRODUCT CARD ACTIONS
   ========================================================== */

.et-listing-style1 .after_shop_loop_actions .text {
	color: var(--purple);
	font-weight: 700;
}

.et-listing-style1 .actions-wrapper .text {
	font-size: 0 !important;
}

.et-listing-style1 .actions-wrapper .text::before {
	content: "მოკლე აღწერა";
	font-size: 14px;
}

.et-listing-style1 .add_to_cart_button .text {
	font-size: 0 !important;
}

.et-listing-style1 .add_to_cart_button .text::before {
	content: "კალათაში დამატება";
	font-size: 16px;
}

.carousel-container .add_to_cart_button {
	padding-top: 8px;
	padding-bottom: 8px;
}

@media (max-width: 1490px) {

	.carousel-container .add_to_cart_button {
		font-size: 13px !important;
		padding-top: 7px;
		padding-bottom: 7px;
	}

}

.et-quickview-slider {
	margin-left: 1px;
}


/* ==========================================================
   BOOK SERIES
   ========================================================== */

.book-series {
	opacity: 70%;
}

.book-series:hover {
	opacity: 90%;
}


/* ==========================================================
   BOOK HIGHLIGHTS / BADGES
   ========================================================== */

.et-product .product-thumbnail {
	position: relative;
}

.book-highlights {
	position: absolute;
	top: 10px;
	left: 10px;
	max-width: 85%;
}

.book-highlight {
	display: inline-block;
	padding: 6px 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	border-radius: 15px;
	background: #000;
	color: #fff;
}

@media (max-width: 1490px) {

	.book-highlight {
		padding: 5px 9px;
		font-size: 13px;
		border-radius: 12px;
		margin-bottom: 0;
	}

}

@media (max-width: 1200px) {

	.book-highlight {
		padding: 4px 8px;
		font-size: 12px;
		border-radius: 12px;
		margin-bottom: 0;
	}

}

@media (max-width: 767px) {

	.book-highlight {
		padding: 4px 6px;
		font-size: 12px;
		border-radius: 12px;
	}

}

/* სიახლე */

.book-highlight-147 {
	background: #D8CBEA;
	color: #4E386B;
}

/* ფასდაკლება */

.book-highlight-148,
.book-highlight-sale {
	background: #B85C5C;
	color: #fff;
}

/* პროცენტი */

.book-highlight-percent {
	background: #ffe73f;
	color: #d80000;
}

/* ბესტსელერი */

.book-highlight-150 {
	background: #C8A45D;
	color: #2B2730;
}

/* ავტოგრაფი */

.book-highlight-165 {
	background: #5C3B7A;
	color: #F8F5FF;
}

/* ზაფხულში საკითხავი */

.book-highlight-151 {
	background: #A8C4A2;
	color: #2B2730;
}

/* Hide discount badge inside sale carousel */

.ongoing-sales-row .book-highlight-sale {
	display: none;
}


/* ==========================================================
   PRODUCT PAGE
   ========================================================== */

.product-information .summary .price {
	font-size: 24px;
	font-weight: 600;
}

.product-information .summary .price del {
	color: #666;
	text-decoration-line: line-through;
	text-decoration-thickness: 3px;
}

.product-hashtags {
	margin-top: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.product-hashtags a {
	color: var(--purple);
	text-decoration: none;
	margin-right: 8px;
}

.product-hashtags a:hover {
	color: #000;
}

.meduza-sale-countdown {
	margin-bottom: 1rem;
	padding: 12px 16px;
	background: #fff3e7;
	border: 1px solid #e6b15a;
	border-radius: 8px;
	color: #7b4d00;
	font-weight: 600;
}

@media (max-width: 768px) {

	.meduza-sale-countdown {
		text-align: center;
	}

}

.meduza-sale-countdown strong {
	display: block;
	margin-top: .35rem;
	font-size: 1.2rem;
}

/* Hide stock for now */
.et-pro-summary-content .stock,
.et-qv-summary-content .stock {
	display: none !important;
}


/* ==========================================================
   RELATED BOOKS
   ========================================================== */

.related.products container > h2 {
	position: relative;
	text-indent: -9999px;
	white-space: nowrap;
}

.related.products container > h2::after {
	content: "მსგავსი წიგნები";
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
	white-space: nowrap;
}


/* ==========================================================
   CAROUSELS / SLIDERS
   ========================================================== */

.products.slick .slick-prev,
.products.slick .slick-next {
	top: 50% !important;
	background-color: #4e386b30;
}

.products.slick .slick-prev {
	margin-left: -15px;
}

.products.slick .slick-next {
	margin-right: -15px;
}


/* ==========================================================
   TESTIMONIAL PRODUCTS
   ========================================================== */

.et-testimonial-row .book-highlights {
	display: none;
}

.et-testimonial-row .product-inner .caption {
	display: none;
}

.et-testimonial-author {
	text-align: center;
	margin-bottom: 5px;
}

.et-testimonial .star-rating span::before {
	color: #c8a45e;
}


/* ==========================================================
   BOOK FILTERS
   ========================================================== */

.widget-woof .widgettitle.collapsible {
	display: none;
}


/* ==========================================================
   BOOK PAGE ANCHORS
   ========================================================== */

#bundles,
#sales {
	scroll-margin-top: 60px;
}

@media (max-width: 768px) {

	#bundles,
	#sales {
		scroll-margin-top: 0;
	}

}


/* ==========================================================
   BOOK SEARCH
   ========================================================== */

.search-button-group .cate-dropdown {
	display: none;
}


/* ==========================================================
   Quick View button
   ========================================================== */
@media (min-width: 992px) {
	.et-qv-summary-content .et-wishlist-div-open {
		display: grid !important;
		grid-template-columns: 36% 64%;
	}
}