/*
Theme Name: Ebukz Pro
Theme URI: https://urdutheme.com/ebukz-pro
Author: Malik Masood
Author URI: https://urdutheme.com
Description: A professional WordPress and WooCommerce bookstore theme converted from the Ebukz HTML template with advanced Customizer controls.
Version: 1.0.18
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ebukz-pro
Tags: e-commerce, blog, custom-logo, custom-colors, custom-menu, featured-images, translation-ready, wide-blocks
*/

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #fff;
	clip: auto !important;
	clip-path: none;
	color: #111;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 1rem;
	padding: .75rem 1rem;
	top: 1rem;
	width: auto;
	z-index: 100000;
}

.alignleft { float: left; margin-right: 1.5rem; }
.alignright { float: right; margin-left: 1.5rem; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: .875rem; margin-top: .5rem; }
.gallery-caption { display: block; }
.bypostauthor { display: block; }

img {
	max-width: 100%;
	height: auto;
}

.ebukz-content-area {
	padding: 80px 0;
}

.ebukz-content-area .entry-content > * {
	margin-bottom: 1.25rem;
}

.ebukz-pagination {
	margin-top: 40px;
	text-align: center;
}

.ebukz-pagination .page-numbers {
	align-items: center;
	background: #fff;
	border: 1px solid var(--border-color, #e6edfd);
	border-radius: 999px;
	color: var(--title-color, #2E4A5B);
	display: inline-flex;
	height: 44px;
	justify-content: center;
	margin: 0 4px;
	min-width: 44px;
	padding: 0 14px;
}

.ebukz-pagination .current,
.ebukz-pagination .page-numbers:hover {
	background: var(--theme-color, #D16655);
	border-color: var(--theme-color, #D16655);
	color: #fff;
}

.ebukz-empty-state {
	background: #fff;
	border: 1px solid var(--border-color, #e6edfd);
	border-radius: 8px;
	padding: 40px;
	text-align: center;
}

.custom-logo {
	max-height: 80px;
	width: auto;
}

.main-menu ul,
.vs-mobile-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-search input[type="search"] {
	border: 0;
	width: 100%;
}

.woocommerce ul.products {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(var(--ebukz-shop-columns, 3), minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none;
}

.woocommerce ul.products li.product {
	float: none;
	list-style: none;
	margin: 0;
	width: auto !important;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	display: none;
}

.woocommerce-result-count,
.woocommerce-ordering {
	margin-bottom: 30px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
	margin-bottom: 50px;
}

.woocommerce div.product .product_title {
	color: var(--title-color, #2E4A5B);
	font-family: var(--title-font, "Josefin Sans", sans-serif);
	font-size: clamp(32px, 4vw, 54px);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--theme-color, #D16655);
	font-size: 26px;
	font-weight: 700;
}

.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	background: var(--theme-color, #D16655);
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	padding: 14px 28px;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background: var(--title-color, #2E4A5B);
	color: #fff;
}

.woocommerce-tabs {
	background: #fff;
	border-radius: 8px;
	padding: 30px;
}

.entry-content table,
.woocommerce table.shop_table {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.contact-media a,
.footer-widget a {
	color: inherit;
}

.form-style1 textarea.form-control {
	min-height: 170px;
}

@media (max-width: 991px) {
	.woocommerce ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.header-inner {
		gap: 18px;
	}
}

@media (max-width: 575px) {
	.woocommerce ul.products {
		grid-template-columns: 1fr;
	}

}

/* WooCommerce template parity with the original Ebukz HTML pages. */
.woocommerce .books-layout1 ul.products {
	display: contents;
}

.woocommerce .books-layout1 .product.product-style1,
.woocommerce .books-layout1 .product-style1 {
	list-style: none;
}

.woocommerce .vs-sort-bar .woocommerce-ordering,
.woocommerce .vs-sort-bar .woocommerce-result-count {
	margin: 0;
}

.woocommerce .vs-pagination .woocommerce-pagination ul {
	border: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.woocommerce .vs-pagination .woocommerce-pagination li {
	border: 0;
	list-style: none;
	margin: 0;
}

.woocommerce .vs-pagination .page-numbers,
.woocommerce .wc-proceed-to-checkout .checkout-button {
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.woocommerce .product-about form.cart {
	margin: 0;
}

.woocommerce .product-about .quantity .qty,
.woocommerce .cart_table .quantity .qty {
	-moz-appearance: textfield;
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.woocommerce .product-about .quantity .qty::-webkit-inner-spin-button,
.woocommerce .product-about .quantity .qty::-webkit-outer-spin-button,
.woocommerce .cart_table .quantity .qty::-webkit-inner-spin-button,
.woocommerce .cart_table .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.woocommerce .product-about .product_meta > span {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.woocommerce .product-about .product_meta > span:empty,
.woocommerce .product-description .product_meta > span:empty {
	display: none;
}

.woocommerce .product-description .comment-respond,
.woocommerce .product-description .woocommerce-Reviews {
	margin-top: 0;
}

.woocommerce .product-description .comment-form-rating .stars a {
	color: var(--theme-color, #D16655);
}

.woocommerce .cart_table.shop_table,
.woocommerce table.cart_totals {
	border: 0;
	border-collapse: collapse;
	margin: 0 0 30px;
}

.woocommerce .cart_table td,
.woocommerce .cart_table th,
.woocommerce table.cart_totals td,
.woocommerce table.cart_totals th {
	border: 0;
}

.woocommerce .cart_table .variation,
.woocommerce-checkout-review-order-table .variation {
	color: var(--body-color, #555);
	font-size: 14px;
	margin: 6px 0 0;
}

.woocommerce .cart_table .variation dt,
.woocommerce .cart_table .variation dd {
	display: inline;
	margin: 0;
}

.woocommerce .cart_table .button:disabled,
.woocommerce .cart_table .button:disabled[disabled] {
	opacity: .55;
	padding: 0 28px;
}

.woocommerce .wc-proceed-to-checkout {
	margin-top: 24px;
	text-align: right;
}

.woocommerce .wc-proceed-to-checkout .checkout-button {
	background: var(--theme-color, #D16655);
	border-radius: 999px;
	color: #fff;
	font-weight: 700;
	min-height: 54px;
	padding: 0 34px;
}

.woocommerce .wc-proceed-to-checkout .checkout-button:hover {
	background: var(--title-color, #2E4A5B);
	color: #fff;
}

.woocommerce form .form-row {
	display: block;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}

.woocommerce form .form-row label {
	color: var(--title-color, #2E4A5B);
	font-weight: 600;
	margin-bottom: 7px;
}

.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea,
.woocommerce .woocommerce-form-login .input-text,
.woocommerce .woocommerce-form-coupon .input-text {
	background-color: var(--smoke-color, #f7f3f0);
	border: 1px solid transparent;
	border-radius: 999px;
	color: var(--text-color, #555);
	height: 56px;
	padding: 0 24px;
	width: 100%;
}

.woocommerce form .form-row textarea {
	border-radius: 24px;
	height: 150px;
	padding-top: 18px;
}

.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row textarea:focus {
	border-color: var(--theme-color, #D16655);
	outline: 0;
}

.woocommerce-checkout #ship-to-different-address {
	color: var(--title-color, #2E4A5B);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 22px;
}

.woocommerce-checkout #ship-to-different-address label {
	cursor: pointer;
}

.woocommerce .woocommerce-form-login,
.woocommerce .woocommerce-form-coupon {
	margin: 18px 0 30px;
}

.woocommerce-checkout .cart_table tfoot th,
.woocommerce-checkout .cart_table tfoot td {
	text-align: left;
}

.woocommerce-checkout-payment {
	background: transparent;
	border-radius: 0;
}

.woocommerce-checkout-payment .wc_payment_methods {
	background: transparent;
	border: 0;
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
}

.woocommerce-checkout-payment .wc_payment_method {
	background: var(--smoke-color, #f7f3f0);
	border-radius: 8px;
	margin-bottom: 12px;
	padding: 18px 20px;
}

.woocommerce-checkout-payment .payment_box {
	color: var(--body-color, #555);
	margin: 12px 0 0;
}

/* v1.0.8: WooCommerce page polish and mobile header fixes. */
.woocommerce .product-about .star-rating::before,
.woocommerce .product-about .star-rating span::before,
.woocommerce .review-rating .star-rating::before,
.woocommerce .review-rating .star-rating span::before,
.woocommerce .product-style1 .star-rating::before,
.woocommerce .product-style1 .star-rating span::before {
	content: none !important;
	display: none !important;
}

.woocommerce .product-about .star-rating,
.woocommerce .review-rating .star-rating,
.woocommerce .product-style1 .star-rating {
	display: inline-flex;
	gap: 3px;
	height: auto;
	letter-spacing: 0;
	line-height: 1;
	overflow: visible;
	width: auto;
}

.woocommerce .product-about .star-rating i,
.woocommerce .review-rating .star-rating i,
.woocommerce .product-style1 .star-rating i {
	color: var(--theme-color, #D16655);
	font-size: 14px;
	line-height: 1;
}

.woocommerce .star-rating i.inactive {
	color: #d8d8d8;
}

.woocommerce .product-description .woocommerce-Reviews .comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce .product-description .vs-post-comment {
	align-items: flex-start;
	display: flex;
	gap: 24px;
	position: relative;
}

.woocommerce .product-description .comment-avater img {
	border-radius: 0%;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.woocommerce .product-description .comment-content {
	flex: 1;
	min-width: 0;
	position: relative;
}

.woocommerce .product-description .comment-content__header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 10px;
}

.woocommerce .product-description .vs-comment-item {
	margin-bottom: 30px;
}

.woocommerce .product-description .vs-comment-item:last-child {
	margin-bottom: 0;
}

.woocommerce .product-description .form-title {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	justify-content: space-between;
	margin-bottom: 24px;
}

.woocommerce .product-description .comment-form .form-control {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 999px;
	height: 56px;
	padding: 0 24px;
}

.woocommerce .product-description .comment-form textarea.form-control {
	border-radius: 24px;
	height: 150px;
	padding-top: 18px;
}

.woocommerce .cart_table .quantity__buttons {
	position: static;
}

.woocommerce .cart_table .quantity.style2 .quantity__field {
	min-height: 30px;
	min-width: 150px;
}

.woocommerce .cart_table .quantity.style2 .qty-input,
.woocommerce .cart_table .quantity.style2 .qty {
	background: #fff;
	border: 1px solid var(--theme-color, #D16655);
	border-radius: 4px;
	height: 30px;
	margin: 0 10px;
	min-height: 30px;
	padding: 0 6px;
	text-align: center;
	width: 70px;
}

.woocommerce .vs-cart-wrapper .cart_table {
	width: 100%;
}

.woocommerce .vs-cart-wrapper .woocommerce-notices-wrapper .woocommerce-message {
	border-radius: 8px;
	margin-bottom: 40px;
}

.woocommerce .vs-cart-wrapper .cart-collaterals {
	margin-top: 40px;
}

.woocommerce .cart_totals .woocommerce-shipping-methods {
	list-style: none;
	padding-left: 0;
}

.woocommerce .cart_totals .shipping-calculator-form {
	display: block;
	margin-top: 15px;
}

.woocommerce .cart_totals .shipping-calculator-form .form-row {
	margin-bottom: 12px;
}

.woocommerce .cart_totals .shipping-calculator-form input,
.woocommerce .cart_totals .shipping-calculator-form select {
	border: 1px solid var(--theme-color, #D16655);
	border-radius: 999px;
	height: 50px;
	padding: 0 18px;
	width: 100%;
}

.woocommerce .cart_totals {
	position: relative;
	width: 100%;
}

.woocommerce .wc-proceed-to-checkout.ebukz-cart-actions {
	clear: both;
	display: block;
	margin-top: 24px;
	position: static;
	text-align: right;
	width: 100%;
}

.woocommerce .wc-proceed-to-checkout.ebukz-cart-actions .ebukz-proceed-checkout {
	background: var(--theme-color, #D16655) !important;
	border-radius: 999px;
	color: #fff !important;
	display: inline-flex !important;
	font-family: var(--title-font, inherit);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	min-height: 54px;
	padding: 0 34px;
	position: static !important;
	text-transform: capitalize;
	width: auto !important;
}

.woocommerce .wc-proceed-to-checkout.ebukz-cart-actions .ebukz-proceed-checkout:hover {
	background: var(--title-color, #2E4A5B) !important;
	color: #fff !important;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-left: -12px;
	margin-right: -12px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row {
	padding-left: 12px;
	padding-right: 12px;
}

.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last {
	width: 50%;
}

.woocommerce-checkout .form-row-wide {
	width: 100%;
}

.woocommerce-checkout .select2-container .select2-selection--single {
	background-color: var(--smoke-color, #f7f3f0);
	border: 1px solid transparent;
	border-radius: 999px;
	height: 56px;
	padding: 13px 20px;
	width: 100%;
}

.woocommerce-checkout .select2-container {
	width: 100% !important;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--title-color, #2E4A5B);
	line-height: 28px;
	padding-left: 0;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 56px;
	right: 12px;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-totals td,
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
	vertical-align: top;
}

.woocommerce-checkout-payment .place-order {
	margin-top: 20px;
}

@media (max-width: 991px) {
	.header-layout1.style2 .header-top,
	.header-layout1.style2 .header-middle {
		display: none;
	}

	.header-layout1.style2 .header-bottom {
		background-color: var(--secondary-color, #BD7579);
	}

	.header-layout1.style2 .header-bottom .container {
		max-width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-layout1.style2 .menu-top > .row {
		flex-wrap: nowrap;
		gap: 10px;
	}

	.header-layout1.style2 .menu-inner {
		justify-content: space-between;
		width: 100%;
	}

	.header-layout1.style2 .header-category {
		display: none;
	}

	.header-layout1.style2 .menu-top .header-logo,
	.header-layout1.style2 .menu-inner .header-logo {
		display: block;
		max-width: 135px;
		padding: 10px 0;
	}

	.header-layout1.style2 .menu-inner .menu-area {
		margin-left: 0 !important;
	}

	.header-layout1.style2 .vs-menu-toggle {
		border-radius: 6px;
		height: 44px;
		margin: 0;
		width: 44px;
	}

	.header-layout1.style2 .header-cart .vs-icon {
		height: 44px;
		line-height: 44px;
		width: 44px;
	}

	.header-cart .widget_shopping_cart {
		display: none;
	}

	.vs-menu-wrapper .vs-menu-area {
		border-right: 0;
		box-shadow: 12px 0 35px rgba(0, 0, 0, .16);
		max-width: 330px;
	}

	.vs-menu-wrapper .mobile-logo {
		padding: 24px 54px 22px 24px;
		text-align: left;
	}

	.vs-menu-wrapper .mobile-logo .logo {
		max-width: 145px;
	}

	.vs-mobile-menu {
		margin-top: 18px;
		max-height: calc(100vh - 125px);
	}

	.vs-mobile-menu > ul {
		padding: 0 24px;
	}

	.vs-mobile-menu ul li a {
		border-radius: 6px;
		padding: 14px 10px;
	}

	.vs-mobile-menu ul li a:hover,
	.vs-mobile-menu ul li.vs-active > a {
		background-color: var(--body-color, #F8EBE5);
	}
}

.back-to-top {
	pointer-events: auto;
	z-index: 99999;
}

.ebukz-wishlist-toggle.is-added {
	background-color: var(--theme-color, #D16655) !important;
	color: #fff !important;
}

.ebukz-wishlist-page .ebukz-empty-state {
	margin: 0 auto;
	max-width: 720px;
}

.ebukz-wishlist-table .vs-btn {
	min-height: 44px;
	padding: 0 24px;
}

.ebukz-wishlist-table .remove {
	background: transparent;
	border: 0;
}

/* v1.0.13: header category, checkout selects, mobile cart, account, and scroll progress refinements. */
.header-layout1.style2 .header-category.style2 .vs-box-nav {
	display: block !important;
	height: 0 !important;
	min-height: 0 !important;
	opacity: 0 !important;
	overflow: hidden;
	pointer-events: none;
	top: 120px !important;
	visibility: hidden !important;
	z-index: 9999;
}

.header-layout1.style2 .header-category.style2 .vs-box-nav.active {
	height: auto !important;
	max-height: calc(100vh - 120px);
	min-height: 100% !important;
	opacity: 1 !important;
	overflow-y: auto;
	pointer-events: auto;
	top: 80px !important;
	visibility: visible !important;
	z-index: 999999;
}

.header-layout1.style2 .header-category,
.header-layout1.style2 .menu-inner,
.header-layout1.style2 .menu-top,
.header-layout1.style2 .header-bottom,
.header-layout1.style2 .sticky-active,
.header-layout1.style2 .sticky-wrapper {
	overflow: visible !important;
}

.header-layout1.style2 .header-category.style2 .vs-box-nav ul li a {
	align-items: center;
	display: flex;
	min-height: 86px;
}

.header-layout1.style2 .header-category.style2 .vs-box-nav ul li a img {
	flex: 0 0 42px;
	height: 42px;
	margin-right: 20px;
	object-fit: contain;
	width: 42px;
}

.back-to-top .progress-percentage {
	display: block;
	opacity: 1;
	visibility: visible;
}

.woocommerce-checkout .checkout.woocommerce-checkout {
	background: #fff;
	border-radius: 10px;
}

.woocommerce-checkout #customer_details {
	row-gap: 30px;
}

.woocommerce-checkout h3,
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3,
.woocommerce-checkout .woocommerce-additional-fields > h3 {
	color: var(--title-color, #2E4A5B);
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 24px;
}

.woocommerce-checkout .form-row {
	margin-bottom: 22px !important;
}

.woocommerce-checkout .form-row label {
	color: var(--title-color, #2E4A5B);
	display: block;
	font-family: var(--title-font, inherit);
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}

.woocommerce-checkout form .form-row .input-text,
.woocommerce-checkout form .form-row textarea,
.woocommerce-checkout form .form-row select,
.woocommerce-checkout .country_select,
.woocommerce-checkout .state_select {
	background-color: var(--smoke-color, #F3ECDC) !important;
	border: 1px solid transparent !important;
	border-radius: 9px !important;
	box-shadow: none !important;
	color: var(--title-color, #2E4A5B) !important;
	font-family: var(--body-font, inherit);
	font-size: 16px;
	min-height: 60px;
	padding: 0 24px !important;
	width: 100% !important;
}

.woocommerce-checkout form .form-row textarea {
	border-radius: 50px !important;
	min-height: 170px;
	padding-top: 24px !important;
}

.woocommerce-checkout .nice-select,
.woocommerce-account .nice-select {
	display: none !important;
}

.woocommerce-checkout select:not(.select2-hidden-accessible),
.woocommerce-account select:not(.select2-hidden-accessible) {
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.woocommerce-checkout .select2-container,
.woocommerce-account .select2-container {
	display: block !important;
	max-width: 100%;
	width: 100% !important;
	z-index: 1;
}

.woocommerce-checkout .select2-container .select2-selection--single,
.woocommerce-account .select2-container .select2-selection--single {
	align-items: center;
	background-color: var(--smoke-color, #F3ECDC) !important;
	border: 1px solid transparent !important;
	border-radius: 9px !important;
	display: flex;
	height: 60px !important;
	padding: 0 48px 0 24px !important;
	width: 100%;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: var(--title-color, #2E4A5B) !important;
	line-height: 1.3 !important;
	padding: 0 !important;
	width: 100%;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px !important;
	right: 18px !important;
	top: 0 !important;
}

.select2-container--open {
	z-index: 999999 !important;
}

.select2-dropdown {
	border: 1px solid var(--theme-color, #D16655) !important;
	border-radius: 4px !important;
	box-shadow: 0 18px 40px rgba(46, 74, 91, .16);
	overflow: hidden;
}

.select2-results__option {
	font-family: var(--body-font, inherit);
	padding: 10px 16px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--theme-color, #D16655) !important;
	color: #fff !important;
}

.woocommerce-checkout .woocommerce-additional-fields textarea::placeholder,
.woocommerce-checkout .input-text::placeholder {
	color: rgba(46, 74, 91, .45);
	opacity: 1;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
	border-radius: 0;
	margin-bottom: 30px;
}

.woocommerce-checkout #order_review {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.woocommerce .wc-proceed-to-checkout.ebukz-cart-actions {
		text-align: center;
	}
}

@media (max-width: 1299px) and (min-width: 992px) {
	.header-layout1.style2 .header-category.style2 .vs-box-nav {
		height: 0 !important;
		min-height: 0 !important;
		opacity: 0 !important;
		visibility: hidden !important;
	}

	.header-layout1.style2 .header-category.style2 .vs-box-nav.active {
		height: auto !important;
		min-height: 100% !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
}

@media (max-width: 991px) {
	.home .header-layout1.style2 .header-category.style2,
	.front-page .header-layout1.style2 .header-category.style2 {
		display: none;
	}

	.header-layout1.style2 .header-bottom .menu-top > .row {
		align-items: center;
		display: flex;
		flex-wrap: nowrap;
	}

	.header-layout1.style2 .header-bottom .col-xl-auto {
		flex: 1 1 auto;
		min-width: 0;
	}

	.header-layout1.style2 .header-bottom .col-auto.d-xl-none {
		display: block !important;
		flex: 0 0 auto;
	}

	.header-layout1.style2 .header-bottom .header-cart {
		display: flex;
		justify-content: flex-end;
		margin-left: 8px;
	}

	.header-layout1.style2 .header-bottom .header-cart .vs-icon {
		align-items: center;
		display: inline-flex;
		justify-content: center;
	}
}

@media (max-width: 575px) {
	.header-layout1.style2 .menu-top .header-logo,
	.header-layout1.style2 .menu-inner .header-logo {
		max-width: 120px;
	}

	.header-layout1.style2 .header-bottom .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-layout1.style2 .header-bottom .header-cart .vs-icon,
	.header-layout1.style2 .vs-menu-toggle {
		height: 42px;
		width: 42px;
	}
}

@media (max-width: 767px) {
	.woocommerce-checkout .form-row-first,
	.woocommerce-checkout .form-row-last {
		width: 100%;
	}

	.woocommerce .product-description .vs-post-comment {
		display: block;
	}

	.woocommerce .product-description .comment-avater {
		margin-bottom: 15px;
	}

	.woocommerce .product-description .commented-on {
		display: block;
		margin-top: 8px;
		position: static;
	}
}

/* My Account professional layout */
.ebukz-account-wrapper {
	background:
		linear-gradient(180deg, rgba(248, 235, 229, .65), rgba(255, 255, 255, 0) 360px),
		#fff;
}

.ebukz-account-wrapper .woocommerce-notices-wrapper {
	margin-bottom: 24px;
}

.ebukz-account-shell {
	align-items: flex-start;
	display: grid;
	gap: 30px;
	grid-template-columns: 330px minmax(0, 1fr);
}

.ebukz-account-sidebar,
.ebukz-account-panel,
.ebukz-auth-card {
	background: #fff;
	border: 1px solid rgba(209, 102, 85, .18);
	border-radius: 14px;
	box-shadow: 0 18px 55px rgba(46, 74, 91, .09);
}

.ebukz-account-sidebar {
	overflow: hidden;
	position: sticky;
	top: 28px;
}

.ebukz-account-user {
	align-items: center;
	background: linear-gradient(135deg, var(--theme-color, #D16655), var(--secondary-color, #BD7579));
	color: #fff;
	display: flex;
	gap: 16px;
	padding: 26px 24px;
}

.ebukz-account-avatar {
	background: rgba(255, 255, 255, .2);
	border: 3px solid rgba(255, 255, 255, .35);
	border-radius: 50%;
	flex: 0 0 72px;
	height: 72px;
	overflow: hidden;
	width: 72px;
}

.ebukz-account-avatar img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.ebukz-account-user-info span {
	display: block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .04em;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.ebukz-account-user-info h3 {
	color: #fff;
	font-size: 24px;
	line-height: 1.1;
	margin: 0 0 4px;
}

.ebukz-account-user-info p {
	color: rgba(255, 255, 255, .86);
	font-size: 14px;
	margin: 0;
	overflow-wrap: anywhere;
}

.ebukz-account-nav ul,
nav.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 16px;
}

.ebukz-account-nav li,
nav.woocommerce-MyAccount-navigation li {
	border: 0;
	margin: 0 0 8px;
}

.ebukz-account-nav li:first-child,
nav.woocommerce-MyAccount-navigation li:first-child {
	border-top: 0;
}

.ebukz-account-nav li:last-child,
nav.woocommerce-MyAccount-navigation li:last-child {
	margin-bottom: 0;
}

.ebukz-account-nav a,
nav.woocommerce-MyAccount-navigation li a {
	align-items: center;
	background: rgba(248, 235, 229, .55);
	border-radius: 10px;
	color: var(--title-color, #2E4A5B);
	display: flex;
	font-family: var(--title-font, inherit);
	font-size: 16px;
	font-weight: 700;
	gap: 12px;
	padding: 14px 16px;
	transition: all .25s ease;
}

.ebukz-account-nav a:before,
nav.woocommerce-MyAccount-navigation li a:before {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	color: var(--theme-color, #D16655);
	content: "\f007";
	display: inline-flex;
	flex: 0 0 34px;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: 300;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "\f015";
}

.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "\f291";
}

.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "\f019";
}

.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "\f3c5";
}

.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "\f4fe";
}

.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "\f2f5";
}

.ebukz-account-nav li.is-active a,
.ebukz-account-nav a:hover,
nav.woocommerce-MyAccount-navigation li.is-active a,
nav.woocommerce-MyAccount-navigation li a:hover {
	background: var(--title-color, #2E4A5B);
	color: #fff;
	transform: translateX(3px);
}

.ebukz-account-nav li.is-active a:before,
.ebukz-account-nav a:hover:before,
nav.woocommerce-MyAccount-navigation li.is-active a:before,
nav.woocommerce-MyAccount-navigation li a:hover:before {
	background: var(--theme-color, #D16655);
	color: #fff;
}

.ebukz-account-panel {
	min-height: 520px;
	padding: 34px;
}

.ebukz-account-heading {
	margin-bottom: 26px;
}

.ebukz-account-heading > span {
	color: var(--theme-color, #D16655);
	display: block;
	font-family: var(--title-font, inherit);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.ebukz-account-heading h2 {
	color: var(--title-color, #2E4A5B);
	font-size: 36px;
	line-height: 1.1;
	margin: 0 0 10px;
}

.ebukz-account-heading p {
	color: var(--text-color, #505050);
	font-size: 16px;
	line-height: 1.65;
	margin: 0;
	max-width: 760px;
}

.ebukz-account-heading a {
	color: var(--theme-color, #D16655);
	font-weight: 700;
}

.ebukz-account-dashboard-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 34px;
}

.ebukz-account-card {
	background: linear-gradient(180deg, #fff, rgba(248, 235, 229, .65));
	border: 1px solid rgba(209, 102, 85, .18);
	border-radius: 12px;
	color: var(--title-color, #2E4A5B);
	display: block;
	min-height: 170px;
	padding: 22px;
	transition: all .25s ease;
}

.ebukz-account-card i {
	align-items: center;
	background: var(--theme-color, #D16655);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	font-size: 20px;
	height: 48px;
	justify-content: center;
	margin-bottom: 18px;
	width: 48px;
}

.ebukz-account-card strong {
	color: var(--title-color, #2E4A5B);
	display: block;
	font-family: var(--title-font, inherit);
	font-size: 20px;
	line-height: 1.15;
	margin-bottom: 8px;
}

.ebukz-account-card span {
	color: var(--text-color, #505050);
	display: block;
	font-size: 14px;
	line-height: 1.45;
}

.ebukz-account-card:hover {
	border-color: rgba(209, 102, 85, .55);
	box-shadow: 0 16px 42px rgba(46, 74, 91, .12);
	transform: translateY(-4px);
}

.ebukz-account-section {
	background: rgba(248, 235, 229, .45);
	border-radius: 12px;
	padding: 24px;
}

.ebukz-account-section-title {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.ebukz-account-section-title h3,
.woocommerce-MyAccount-content h3 {
	color: var(--title-color, #2E4A5B);
	font-size: 26px;
	line-height: 1.15;
	margin: 0;
}

.ebukz-account-section-title a {
	color: var(--theme-color, #D16655);
	font-weight: 700;
}

.ebukz-account-orders-mini {
	display: grid;
	gap: 12px;
}

.ebukz-account-order-mini {
	align-items: center;
	background: #fff;
	border-radius: 10px;
	color: var(--title-color, #2E4A5B);
	display: grid;
	gap: 12px;
	grid-template-columns: 1fr auto auto;
	padding: 16px 18px;
}

.ebukz-account-order-mini span {
	font-family: var(--title-font, inherit);
	font-weight: 700;
}

.ebukz-account-order-mini strong {
	color: var(--theme-color, #D16655);
	font-weight: 700;
}

.ebukz-account-order-mini em,
.ebukz-order-status {
	background: rgba(209, 102, 85, .12);
	border-radius: 999px;
	color: var(--theme-color, #D16655);
	display: inline-block;
	font-style: normal;
	font-weight: 700;
	padding: 6px 12px;
}

.ebukz-account-empty {
	background: #fff;
	border: 1px dashed rgba(209, 102, 85, .4);
	border-radius: 12px;
	color: var(--text-color, #505050);
	padding: 34px;
	text-align: center;
}

.ebukz-account-empty i {
	color: var(--theme-color, #D16655);
	font-size: 42px;
	margin-bottom: 12px;
}

.ebukz-account-empty h4 {
	color: var(--title-color, #2E4A5B);
	font-size: 24px;
	margin: 0 0 8px;
}

.ebukz-account-empty p {
	margin: 0 0 18px;
}

.ebukz-account-table-wrap {
	overflow-x: auto;
}

.woocommerce-MyAccount-content table.shop_table,
.ebukz-account-table-wrap table {
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	margin: 0;
	width: 100%;
}

.woocommerce-MyAccount-content table.shop_table thead th,
.ebukz-account-table-wrap thead th {
	background: var(--body-color, #F8EBE5);
	border: 0;
	color: var(--title-color, #2E4A5B);
	font-family: var(--title-font, inherit);
	font-size: 15px;
	font-weight: 700;
	padding: 18px 16px;
	white-space: nowrap;
}

.woocommerce-MyAccount-content table.shop_table thead th:first-child {
	border-radius: 10px 0 0 10px;
}

.woocommerce-MyAccount-content table.shop_table thead th:last-child {
	border-radius: 0 10px 10px 0;
}

.woocommerce-MyAccount-content table.shop_table tbody td,
.ebukz-account-table-wrap tbody td {
	border-bottom: 1px solid rgba(46, 74, 91, .08);
	color: var(--title-color, #2E4A5B);
	font-size: 15px;
	padding: 20px 16px;
	vertical-align: middle;
}

.woocommerce-MyAccount-content .woocommerce-button,
.woocommerce-MyAccount-content .button,
.ebukz-account-pagination .button {
	background: var(--theme-color, #D16655);
	border: 0;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-family: var(--title-font, inherit);
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin: 3px;
	padding: 12px 20px;
}

.woocommerce-MyAccount-content .woocommerce-button:hover,
.woocommerce-MyAccount-content .button:hover,
.ebukz-account-pagination .button:hover {
	background: var(--title-color, #2E4A5B);
	color: #fff;
}

.ebukz-account-address-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ebukz-account-address-card {
	background: rgba(248, 235, 229, .5);
	border: 1px solid rgba(209, 102, 85, .18);
	border-radius: 12px;
	padding: 24px;
}

.ebukz-account-address-card header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 18px;
}

.ebukz-account-address-card header > div {
	align-items: center;
	display: flex;
	gap: 12px;
}

.ebukz-account-address-card i {
	align-items: center;
	background: var(--theme-color, #D16655);
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.ebukz-account-address-card h3 {
	color: var(--title-color, #2E4A5B);
	font-size: 22px;
	margin: 0;
}

.ebukz-account-address-card .edit {
	background: #fff;
	border-radius: 999px;
	color: var(--theme-color, #D16655);
	font-weight: 700;
	padding: 9px 16px;
}

.ebukz-account-address-card address {
	color: var(--text-color, #505050);
	font-style: normal;
	line-height: 1.75;
	margin: 0;
}

.ebukz-account-form {
	background: rgba(248, 235, 229, .35);
	border-radius: 12px;
	padding: 28px;
}

.ebukz-account-form .form-row,
.ebukz-account-form p {
	margin-bottom: 20px;
}

.ebukz-account-form label {
	color: var(--title-color, #2E4A5B);
	display: block;
	font-family: var(--title-font, inherit);
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 9px;
}

.ebukz-account-form .required {
	color: var(--theme-color, #D16655);
}

.ebukz-account-form .input-text,
.ebukz-account-form .form-control,
.ebukz-account-form select,
.ebukz-account-form textarea {
	background: #fff;
	border: 1px solid rgba(209, 102, 85, .18);
	border-radius: 999px;
	box-shadow: none;
	color: var(--title-color, #2E4A5B);
	min-height: 58px;
	padding: 0 22px;
	width: 100%;
}

.ebukz-account-form textarea {
	border-radius: 24px;
	min-height: 150px;
	padding-top: 18px;
}

.ebukz-account-form .input-text:focus,
.ebukz-account-form .form-control:focus,
.ebukz-account-form select:focus,
.ebukz-account-form textarea:focus {
	border-color: var(--theme-color, #D16655);
	outline: 0;
}

.ebukz-account-form fieldset {
	border: 1px solid rgba(209, 102, 85, .2);
	border-radius: 12px;
	margin: 10px 0 24px;
	padding: 22px;
}

.ebukz-account-form legend {
	color: var(--title-color, #2E4A5B);
	float: none;
	font-family: var(--title-font, inherit);
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 14px;
	width: auto;
}

.ebukz-account-auth-grid {
	align-items: stretch;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	width: 100%;
}

.ebukz-account-auth-grid:before,
.ebukz-account-auth-grid:after {
	display: none;
}

.ebukz-account-auth-grid > .ebukz-auth-card {
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	min-width: 0;
	width: 100% !important;
}

.ebukz-account-auth-single {
	grid-template-columns: minmax(0, 640px);
	justify-content: center;
}

.ebukz-auth-card {
	display: flex;
	flex-direction: column;
	padding: 34px;
}

.ebukz-auth-card .ebukz-account-form {
	display: flex;
	flex: 1;
	flex-direction: column;
}

.ebukz-auth-card .ebukz-account-form > p:last-of-type {
	margin-top: auto;
}

.ebukz-auth-card-register {
	background:
		linear-gradient(180deg, rgba(248, 235, 229, .75), rgba(255, 255, 255, .96)),
		#fff;
	position: relative;
	overflow: hidden;
}

.ebukz-auth-card-register:before {
	background: rgba(209, 102, 85, .12);
	border-radius: 50%;
	content: "";
	height: 180px;
	position: absolute;
	right: -70px;
	top: -70px;
	width: 180px;
}

.ebukz-auth-card-register > * {
	position: relative;
	z-index: 1;
}

.ebukz-login-actions {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.ebukz-login-actions label {
	align-items: center;
	display: inline-flex;
	gap: 8px;
	margin: 0;
}

.ebukz-login-actions input[type="checkbox"] {
	accent-color: var(--theme-color, #D16655);
	height: 16px;
	width: 16px;
}

.ebukz-login-actions a {
	color: var(--theme-color, #D16655);
	font-weight: 700;
}

@media (max-width: 1199px) {
	.ebukz-account-dashboard-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.ebukz-account-shell {
		grid-template-columns: 1fr;
	}

	.ebukz-account-sidebar {
		position: static;
	}

	.ebukz-account-auth-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.ebukz-account-panel,
	.ebukz-auth-card {
		padding: 24px 18px;
	}

	.ebukz-account-user {
		align-items: flex-start;
		padding: 22px 18px;
	}

	.ebukz-account-heading h2 {
		font-size: 30px;
	}

	.ebukz-account-dashboard-grid,
	.ebukz-account-address-grid {
		grid-template-columns: 1fr;
	}

	.ebukz-account-order-mini {
		grid-template-columns: 1fr;
	}

	.ebukz-account-section {
		padding: 18px;
	}

	.ebukz-account-section-title {
		align-items: flex-start;
		flex-direction: column;
		gap: 8px;
	}

	.ebukz-account-form {
		padding: 20px 16px;
	}

	.ebukz-login-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.woocommerce-MyAccount-content table.shop_table thead {
		display: none;
	}

	.woocommerce-MyAccount-content table.shop_table tbody tr {
		background: #fff;
		border: 1px solid rgba(209, 102, 85, .16);
		border-radius: 12px;
		display: block;
		margin-bottom: 14px;
		padding: 10px 0;
	}

	.woocommerce-MyAccount-content table.shop_table tbody td {
		align-items: center;
		border-bottom: 1px solid rgba(46, 74, 91, .07);
		display: flex;
		justify-content: space-between;
		padding: 12px 16px;
		text-align: right;
	}

	.woocommerce-MyAccount-content table.shop_table tbody td:before {
		color: var(--title-color, #2E4A5B);
		content: attr(data-title);
		font-weight: 700;
		padding-right: 14px;
		text-align: left;
	}
}

@media (max-width: 575px) {
	.ebukz-account-avatar {
		flex-basis: 58px;
		height: 58px;
		width: 58px;
	}

	.ebukz-account-user-info h3 {
		font-size: 20px;
	}

	.ebukz-account-nav ul,
	nav.woocommerce-MyAccount-navigation ul {
		padding: 12px;
	}

	.ebukz-account-nav a,
	nav.woocommerce-MyAccount-navigation li a {
		font-size: 15px;
		padding: 12px;
	}

	.ebukz-account-card {
		min-height: auto;
		padding: 18px;
	}
}

.ebukz-account-panel.woocommerce-MyAccount-content {width: 100%;} nav.woocommerce-MyAccount-navigation.ebukz-account-nav {width: 100%;}
.col-xl-6 .cart_totals.shop_table.shop_table_responsive {width: 100%;} .woocommerce-cart table.cart img {width: 70px;} .woocommerce-order {padding-left: 30px;padding-right: 30px;} .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {display: flex;align-items: center;justify-content: center;} .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {text-align: center;background: var(--theme-color);padding: 12px;color: #4def4d;font-size: 18px;font-weight: 800;}


.media-style1 {
    background-color: var(--body-color);
    border-radius: 20px;
    padding: 38px 30px 30px 30px;
    transition: all 0.5s ease;
}
.media-style1 .media-info {
    align-items: center;
    margin-bottom: 14px;
}
.media-style1 .media-title {
    color: var(--theme-color);
    font-size: 30px;
    line-height: 135%;
    padding-right: 20px;
    margin: 0;
    transition: all 0.5s ease;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 28px;
}
.media-style1 .media-icon {
    width: 100%;
    height: 80px;
    max-width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: var(--white-color);
    border-radius: 20px;
    border: 1px solid var(--theme-color);
}
.media-style1:hover .media-icon {
    color: var(--theme-color);
}
.media-style1:hover .media-text {
    color: var(--white-color);
}
.media-style1:hover .media-title {
    color: var(--white-color);
}
.media-style1 .media-text {
    color: var(--text-color);
    margin-bottom: 0;
    max-width: 28ch;
}
