/*
 * Homepage adjustments for the category story carousel.
 */

.page-id-606 .entry-content > .wpb-content-wrapper > .vc_row:first-child .wpb_text_column.wpb_content_element:first-child {
	margin-bottom: 12px !important;
}

.page-id-606 .pwfb-carousel-wrapper {
	padding: 6px 0 0 !important;
}

.page-id-606 .pwfb-carousel .slick-list {
	padding-top: 8px !important;
	padding-bottom: 4px !important;
}

.page-id-606 .pwfb-carousel-item {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.page-id-606 .pwfb-image-wrapper {
	margin-bottom: 6px;
}

.page-id-606 .pwfb-category-title {
	margin-top: 2px;
}

/*
 * Product card refresh.
 */

.shop-products.grid-view .borart-product-list,
.shop-products.list-view .borart-product-card {
	display: none;
}

.shop-products .item-col {
	margin-bottom: 28px;
}

.shop-products .borart-product-card,
.shop-products .borart-product-list {
	position: relative;
	width: 100%;
	background: #fff;
	border: 1px solid #ebe4db;
	border-radius: 22px;
	box-shadow: 0 10px 24px rgba(44, 34, 24, 0.06);
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.shop-products .borart-product-card:hover,
.shop-products .borart-product-list:hover,
.shop-products .product-wrapper.hover.borart-product-card,
.shop-products .product-wrapper.hover.borart-product-list {
	transform: translateY(-4px);
	border-color: #ddd3c7;
	box-shadow: 0 18px 34px rgba(44, 34, 24, 0.1);
}

.shop-products .borart-product-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	padding: 0;
}

.shop-products .borart-product-media {
	position: relative;
	padding: 0;
	background: transparent;
	border-bottom: 1px solid #f1ece6;
	overflow: hidden;
}

.shop-products .borart-product-thumb {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	padding: 0;
	border-radius: 0;
	background: transparent;
	overflow: hidden;
}

.shop-products .borart-product-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	mix-blend-mode: normal;
	transition: transform 0.35s ease;
}

.shop-products .borart-product-card:hover .borart-product-thumb img,
.shop-products .borart-product-list:hover .borart-product-thumb img {
	transform: scale(1.02);
}

.shop-products .borart-product-card .onsale,
.shop-products .borart-product-list .onsale {
	position: absolute;
	top: 18px;
	left: 18px;
	z-index: 2;
	min-width: 0;
	margin: 0;
	padding: 10px 14px;
	border-radius: 999px;
	background: #bf1739;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.1;
	box-shadow: 0 12px 24px rgba(191, 23, 57, 0.22);
}

.shop-products .borart-card-actions {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 3;
	display: flex;
	gap: 8px;
}

.shop-products .borart-card-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(28, 27, 27, 0.08);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #171717;
	box-shadow: 0 8px 18px rgba(32, 27, 22, 0.1);
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.shop-products .borart-card-action:hover {
	background: #171717;
	color: #fff;
	transform: translateY(-2px);
}

.shop-products .borart-card-action::before {
	font-size: 16px;
}

.shop-products .borart-product-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 10px;
	padding: 18px 18px 20px;
}

.shop-products .borart-product-category {
	margin: 0;
	color: #8d7e6e;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.shop-products .borart-product-card .borart-product-category {
	display: none;
}

.shop-products .borart-product-category a {
	color: inherit;
}

.shop-products .borart-product-title {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #1d1b19;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.shop-products .borart-product-title a {
	color: inherit;
	text-decoration: none;
}

.shop-products .borart-product-title a:hover {
	color: #111;
}

.shop-products .borart-product-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
	min-height: 22px;
}

.shop-products .borart-product-status {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #1c1c1c;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.shop-products .borart-product-status.is-out-of-stock {
	color: #a03f33;
}

.shop-products .borart-status-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: currentColor;
}

.shop-products .borart-product-price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 10px 12px;
	margin-top: auto;
}

.shop-products .borart-inline-discount {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 12px;
	background: #101010;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
}

.shop-products .borart-product-price {
	margin: 0;
}

.shop-products .borart-product-price .price-box-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 6px 10px;
	color: #111;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}

.shop-products .borart-product-price .amount {
	color: inherit;
}

.shop-products .borart-product-price ins {
	color: #111;
	text-decoration: none;
}

.shop-products .borart-product-price del {
	color: #bbb4ad;
	font-size: 14px;
	font-weight: 500;
	opacity: 1;
}

.shop-products .borart-product-footer {
	margin-top: 4px;
}

.shop-products .borart-product-footer .button,
.shop-products .borart-product-list-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #141414;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: none;
	box-shadow: none;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.shop-products .borart-product-footer .button:hover,
.shop-products .borart-product-list-actions .button:hover {
	background: transparent;
	color: #111;
}

.shop-products .borart-product-footer .added_to_cart {
	display: inline-flex;
	margin-top: 10px;
	color: #8d7e6e;
	font-size: 12px;
	text-align: left;
}

.shop-products .borart-product-list {
	display: grid;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	padding: 22px;
	border-radius: 22px;
}

.shop-products .borart-product-list-media {
	border-radius: 16px;
	background: transparent;
	overflow: hidden;
}

.shop-products .borart-product-list-body {
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 0;
}

.shop-products .borart-product-list .product-desc {
	display: -webkit-box;
	margin: 0;
	overflow: hidden;
	color: #6c6257;
	font-size: 14px;
	line-height: 1.7;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.shop-products .borart-product-list-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 16px;
	margin-top: 8px;
}

.shop-products .borart-product-list-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

.shop-products .borart-product-list-actions .added_to_cart {
	color: #8d7e6e;
	font-size: 12px;
}

.shop-products .borart-product-list .borart-card-action {
	position: static;
	width: 48px;
	height: 48px;
	box-shadow: 0 8px 18px rgba(32, 27, 22, 0.08);
}

.page-id-606 .roadthemes-products .shop-products .item-col {
	padding-bottom: 4px;
}

.page-id-606 .roadthemes-products .shop-products .borart-product-title {
	font-size: 18px;
}

.page-id-606 .roadthemes-products .shop-products .borart-product-body {
	padding: 16px 16px 18px;
}

@media (max-width: 1199px) {
	.shop-products .borart-product-title {
		font-size: 17px;
	}

	.shop-products .borart-card-action {
		width: 40px;
		height: 40px;
	}

	.shop-products .borart-product-price .price-box-inner {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.shop-products .borart-product-list {
		grid-template-columns: 1fr;
	}

	.shop-products .borart-product-list-actions {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.shop-products .borart-product-card,
	.shop-products .borart-product-list {
		border-radius: 18px;
	}

	.shop-products .item-col {
		margin-bottom: 26px;
	}

	.shop-products .borart-product-media,
	.shop-products .borart-product-list,
	.shop-products .borart-product-list-media {
		border-radius: 18px;
	}

	.shop-products .borart-card-actions {
		right: 14px;
		top: 14px;
	}

	.shop-products .borart-card-action {
		width: 38px;
		height: 38px;
	}

	.shop-products .borart-product-title {
		font-size: 16px;
	}

	.shop-products .borart-product-status,
	.shop-products .borart-product-footer .button,
	.shop-products .borart-product-list-actions .button {
		font-size: 13px;
	}

	.shop-products .borart-product-price .price-box-inner {
		font-size: 16px;
	}
}

/*
 * Order pay / ispos payment page refresh.
 */

body.woocommerce-order-pay,
body.woocommerce-order-pay .wrapper,
body.woocommerce-order-pay .page-wrapper,
body.woocommerce-order-pay .main-container {
	background: #fff;
	font-family: "Rubik", sans-serif !important;
}

body.woocommerce-order-pay .main-container {
	padding-bottom: 20px;
}

body.woocommerce-order-pay .title-breadcumbs {
	position: relative;
	margin-bottom: 28px;
	padding: 44px 0 34px;
	background: #fff;
	border-bottom: 1px solid #eceff3;
	overflow: hidden;
}

body.woocommerce-order-pay .title-breadcumbs::before,
body.woocommerce-order-pay .title-breadcumbs::after {
	content: none;
	display: none;
}

body.woocommerce-order-pay .title-breadcumbs::before {
	top: -38px;
	left: max(24px, calc(50% - 570px));
	width: 140px;
	height: 140px;
}

body.woocommerce-order-pay .title-breadcumbs::after {
	right: max(24px, calc(50% - 560px));
	bottom: -64px;
	width: 220px;
	height: 220px;
	background: rgba(139, 108, 79, 0.1);
}

body.woocommerce-order-pay .title-breadcumbs .container {
	position: relative;
	z-index: 1;
	max-width: 1180px;
}

body.woocommerce-order-pay .entry-header {
	margin: 0;
}

body.woocommerce-order-pay .entry-title {
	margin: 0 0 10px;
	color: #20242a;
	font-size: clamp(36px, 4.5vw, 52px);
	font-weight: 700;
	line-height: 1;
}

body.woocommerce-order-pay .breadcrumb-container,
body.woocommerce-order-pay .breadcrumbs {
	margin: 0;
	color: #6b7280;
	font-size: 14px;
	font-weight: 500;
}

body.woocommerce-order-pay .breadcrumbs a {
	color: #6b7280;
}

body.woocommerce-order-pay .page-content.default-page {
	padding-top: 0;
	margin-bottom: 0;
}

body.woocommerce-order-pay .main-container .entry-content {
	max-width: 1180px;
	margin: 0 auto;
}

body.woocommerce-order-pay #errDiv {
	max-width: 1180px;
	margin: 0 auto 24px;
	padding: 18px 22px 18px 52px;
	border: 0;
	border-radius: 22px;
	background: linear-gradient(135deg, #fff5f5 0%, #fff 100%);
	color: #a43b33;
	box-shadow: 0 14px 28px rgba(164, 59, 51, 0.08);
}

body.woocommerce-order-pay #errDiv li {
	margin: 0;
	list-style: none;
}

body.woocommerce-order-pay ul.order_details {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	grid-auto-flow: row !important;
	gap: 16px;
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
	align-items: stretch;
}

body.woocommerce-order-pay ul.order_details::before,
body.woocommerce-order-pay ul.order_details::after {
	content: none !important;
	display: none !important;
}

body.woocommerce-order-pay ul.order_details li {
	margin: 0;
	padding: 18px 20px;
	width: auto !important;
	min-width: 0;
	float: none !important;
	clear: none !important;
	display: block !important;
	grid-column: auto !important;
	grid-row: auto !important;
	border: 1px solid #e6e9ee;
	border-radius: 20px;
	background: #fff;
	color: #6b7280;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

body.woocommerce-order-pay ul.order_details li::before,
body.woocommerce-order-pay ul.order_details li::after {
	content: none !important;
	display: none !important;
}

body.woocommerce-order-pay ul.order_details li.method,
body.woocommerce-order-pay ul.order_details li.woocommerce-order-overview__payment-method {
	grid-column: auto !important;
	grid-row: auto !important;
}

body.woocommerce-order-pay ul.order_details li strong {
	display: block;
	margin-top: 10px;
	color: #111827;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: normal;
	text-transform: none;
}

#ispos-form.isposform {
	margin: 0 auto 20px;
	padding: 0;
	border: 0;
}

body.woocommerce-order-pay .footer {
	margin-top: 0;
}

body.woocommerce-order-pay .footer .footer-inner > *:first-child {
	margin-top: 0 !important;
}

body.woocommerce-order-pay .footer .footer-main,
body.woocommerce-order-pay .footer .footer-default {
	padding-top: 28px !important;
}

#ispos-form.isposform .ispos-shell {
	padding: 32px;
	border: 1px solid #e7ebf0;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.06);
}

#ispos-form.isposform .ispos-intro {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 28px;
	border-bottom: 1px solid #edf1f4;
}

#ispos-form.isposform .ispos-intro-copy {
	max-width: 640px;
}

#ispos-form.isposform .ispos-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	padding: 8px 14px;
	border-radius: 999px;
	background: #f3f7f4;
	color: #27724d;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#ispos-form.isposform .ispos-kicker::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2ea66b;
	box-shadow: 0 0 0 6px rgba(46, 166, 107, 0.12);
}

#ispos-form.isposform .odemeform-baslik {
	max-width: none !important;
	margin: 0;
	color: #111827;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.1;
	text-align: left;
}

#ispos-form.isposform .ispos-intro-text {
	max-width: 560px;
	margin: 12px 0 0;
	color: #667085;
	font-size: 16px;
	line-height: 1.7;
}

#ispos-form.isposform .ispos-trust-strip {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	min-width: min(100%, 360px);
}

#ispos-form.isposform .ispos-trust-item {
	padding: 16px 18px;
	border: 1px solid #e7ebf0;
	border-radius: 18px;
	background: #f9fafb;
}

#ispos-form.isposform .ispos-trust-item strong {
	display: block;
	margin-bottom: 6px;
	color: #111827;
	font-size: 16px;
	font-weight: 700;
}

#ispos-form.isposform .ispos-trust-item span {
	display: block;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.5;
}

#ispos-form.isposform .ispos-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 32px;
	align-items: start;
	padding-top: 30px;
}

#ispos-form.isposform .ispos-section-head,
#ispos-form.isposform .ispos-aside-head {
	margin-bottom: 18px;
}

#ispos-form.isposform .ispos-section-head h4,
#ispos-form.isposform .ispos-aside-head h4 {
	margin: 0 0 6px;
	color: #111827;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

#ispos-form.isposform .ispos-section-head p,
#ispos-form.isposform .ispos-aside-head p {
	margin: 0;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.6;
}

#ispos-form.isposform .tum,
#ispos-form.isposform .hepsi,
#ispos-form.isposform .card-wrapper {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

#ispos-form.isposform .demo-container {
	position: relative;
}

#ispos-form.isposform .form-group.active.ispos {
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	overflow: visible;
}

#ispos-form.isposform #ispospostform {
	display: block;
}

#ispos-form.isposform .ispos-fields-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-bottom: 18px;
}

#ispos-form.isposform .isposname,
#ispos-form.isposform .isposcard {
	grid-column: 1 / -1;
}

#ispos-form.isposform .isposleft,
#ispos-form.isposform .isposright {
	width: auto;
	float: none;
}

#ispos-form.isposform .ispos-field {
	position: relative;
	padding: 14px 18px 0;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

#ispos-form.isposform .ispos-field:focus-within {
	border-color: #111827;
	box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.07);
	transform: translateY(-1px);
}

#ispos-form.isposform .ispos-field-label {
	display: block;
	margin-bottom: 8px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#ispos-form.isposform .ispos input {
	min-height: 56px !important;
	padding: 16px 16px 16px 46px !important;
	border: 0;
	border-radius: 14px;
	background-color: #fff;
	color: #111827;
	font-size: 16px !important;
	font-weight: 500;
	box-shadow: none;
}

#ispos-form.isposform .ispos input::placeholder {
	color: #9ca3af;
}

#ispos-form.isposform .ispos input:focus {
	box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.06);
}

#ispos-form.isposform .isposcard input,
#ispos-form.isposform .isposname input,
#ispos-form.isposform .isposexpry input,
#ispos-form.isposform .isposcvc input {
	background-position: 14px center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

#ispos-form.isposform .isposname input {
	background-image: url("/wp-content/plugins/ispos-woocommerce/assets/img/icon_user.png");
}

#ispos-form.isposform .isposcard input {
	background-image: url("/wp-content/plugins/ispos-woocommerce/assets/img/icon_credit_card.png");
}

#ispos-form.isposform .isposexpry input {
	background-image: url("/wp-content/plugins/ispos-woocommerce/assets/img/icon_calle.png");
}

#ispos-form.isposform .isposcvc input {
	padding-right: 54px !important;
	background-image: url("/wp-content/plugins/ispos-woocommerce/assets/img/icon_cvc.png");
}

#ispos-form.isposform .ispos-i-icon {
	position: absolute;
	top: 50%;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f3f4f6;
	color: #4b5563;
	font-size: 13px;
	font-weight: 700;
	transform: translateY(-50%);
	cursor: pointer;
}

#ispos-form.isposform .tekcekim-container,
#ispos-form.isposform .taksit-container {
	margin-top: 0;
	margin-bottom: 16px;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	background: #fff;
	box-shadow: none;
}

#ispos-form.isposform .tekcekim {
	padding: 4px;
}

#ispos-form.isposform .taksit-secenek {
	padding: 18px 18px 10px;
	border-top: 1px solid #eceff3;
}

#ispos-form.isposform .taksit-secenekleri {
	margin: 0 0 14px;
	padding: 0;
	border: 0;
	color: #111827;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}

#ispos-form.isposform .logolar-ispos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
	gap: 10px;
	height: auto;
}

#ispos-form.isposform .ispos-banka-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 54px !important;
	padding: 10px !important;
	border: 1px solid #e5e7eb;
	border-radius: 16px;
	background: #f9fafb;
}

#ispos-form.isposform .ispos-banka-logo img,
#ispos-form.isposform .taksit-title img,
#ispos-form.isposform .ispos-accepted-card img {
	max-width: 100%;
	max-height: 24px;
	width: auto;
	height: auto;
}

#ispos-form.isposform .taksit-title {
	padding: 18px 18px 8px;
	text-align: left;
}

#ispos-form.isposform .taksit-li {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 14px 18px 14px 20px;
	border-radius: 16px;
	list-style: none;
	transition: background-color 0.2s ease, border-color 0.2s ease;
}

#ispos-form.isposform .taksit-li:hover {
	background: #f9fafb;
}

#ispos-form.isposform .taksit-li label {
	margin-left: 0;
	color: #111827;
	font-size: 15px;
	font-weight: 500;
}

#ispos-form.isposform .hepsi input[type="radio"]:checked + label,
#ispos-form.isposform .hepsi input[type="radio"]:not(:checked) + label {
	padding-left: 34px;
	line-height: 1.4;
}

#ispos-form.isposform .hepsi input[type="radio"]:checked + label:before,
#ispos-form.isposform .hepsi input[type="radio"]:not(:checked) + label:before {
	top: 1px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #cfd6de;
}

#ispos-form.isposform .hepsi input[type="radio"]:checked + label:after,
#ispos-form.isposform .hepsi input[type="radio"]:not(:checked) + label:after {
	top: 6px;
	left: 5px;
	width: 12px;
	height: 12px;
	background: #111827;
}

#ispos-form.isposform .taksit-fiyat {
	margin-left: auto;
	color: #111827;
	font-size: 15px;
	font-weight: 700;
	text-align: right;
	float: none;
}

#ispos-form.isposform .isposode {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 58px;
	margin: 20px 0 0;
	padding: 0 20px;
	border: 0;
	border-radius: 18px;
	background: #111827;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	text-shadow: none;
	box-shadow: 0 14px 26px rgba(17, 24, 39, 0.16);
}

#ispos-form.isposform .isposode:hover {
	background: #1f2937;
	color: #fff;
}

#ispos-form.isposform .isposode:disabled {
	cursor: not-allowed;
	box-shadow: none;
	background: #cbd5e1;
}

#ispos-form.isposform .isposOdemeTutar,
#ispos-form.isposform .currency,
#ispos-form.isposform .isposOdemeText {
	font-size: inherit;
	font-weight: inherit;
}

#ispos-form.isposform .ispos-submit-note {
	margin: 12px 0 0;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.6;
	text-align: center;
}

#ispos-form.isposform .ispos-aside {
	position: sticky;
	top: 120px;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

#ispos-form.isposform .card-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 18px;
	border: 1px solid #e7ebf0;
	border-radius: 28px;
	background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
	box-shadow: none;
}

#ispos-form.isposform .card-wrapper .jp-card-container {
	margin: 0 auto;
}

#ispos-form.isposform .ispos-security-card {
	padding: 22px;
	border: 1px solid #e7ebf0;
	border-radius: 24px;
	background: #fff;
}

#ispos-form.isposform .ispos-summary-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 0;
	color: #6b7280;
	font-size: 14px;
	border-bottom: 1px solid #edf1f4;
}

#ispos-form.isposform .ispos-summary-row:first-child {
	padding-top: 0;
}

#ispos-form.isposform .ispos-summary-row:last-of-type {
	padding-bottom: 18px;
	margin-bottom: 18px;
}

#ispos-form.isposform .ispos-summary-row strong {
	color: #111827;
	font-size: 18px;
	font-weight: 700;
}

#ispos-form.isposform .ispos-trust-points {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ispos-form.isposform .ispos-trust-points li {
	position: relative;
	margin: 0;
	padding: 0 0 0 28px;
	color: #4b5563;
	font-size: 14px;
	line-height: 1.7;
}

#ispos-form.isposform .ispos-trust-points li + li {
	margin-top: 10px;
}

#ispos-form.isposform .ispos-trust-points li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #2ea66b;
	box-shadow: 0 0 0 5px rgba(46, 166, 107, 0.12);
}

#ispos-form.isposform .ispos-accepted-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
	gap: 10px;
	margin-top: 20px;
}

#ispos-form.isposform .ispos-accepted-title {
	margin-top: 20px;
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#ispos-form.isposform .ispos-accepted-card {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 10px;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
	background: #f9fafb;
}

#ispos-form.isposform .info-window {
	right: 14px;
	top: 148px;
	padding: 10px !important;
	border: 1px solid #d8dee6 !important;
	border-radius: 16px;
	box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

#ispos-form.isposform .arrow-info {
	border-left-color: #d8dee6;
}

#ispos-form.isposform .border {
	border-color: #111827 !important;
}

@media (max-width: 1199px) {
	body.woocommerce-order-pay ul.order_details {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	#ispos-form.isposform .ispos-layout {
		grid-template-columns: 1fr;
	}

	#ispos-form.isposform .ispos-aside {
		position: static;
	}
}

@media (max-width: 767px) {
	body.woocommerce-order-pay .title-breadcumbs {
		padding: 40px 0 28px;
	}

	body.woocommerce-order-pay .entry-title {
		font-size: 36px;
	}

	body.woocommerce-order-pay ul.order_details {
		grid-template-columns: 1fr;
	}

	body.woocommerce-order-pay ul.order_details li strong {
		font-size: 18px;
	}

	#ispos-form.isposform .ispos-shell {
		padding: 22px 16px;
		border-radius: 24px;
	}

	#ispos-form.isposform .ispos-intro {
		padding-bottom: 20px;
	}

	#ispos-form.isposform .odemeform-baslik {
		font-size: 28px;
	}

	#ispos-form.isposform .ispos-section-head,
	#ispos-form.isposform .ispos-aside-head {
		margin-bottom: 14px;
	}

	#ispos-form.isposform .ispos-trust-strip,
	#ispos-form.isposform .ispos-fields-grid {
		grid-template-columns: 1fr;
	}

	#ispos-form.isposform .ispos-field {
		padding-right: 14px;
		padding-left: 14px;
	}

	#ispos-form.isposform .taksit-li {
		align-items: flex-start;
		flex-direction: column;
	}

	#ispos-form.isposform .taksit-fiyat {
		margin-left: 34px;
		text-align: left;
	}
}

/*
 * Checkout page refresh.
 */

body.woocommerce-checkout:not(.woocommerce-order-pay) .page-content.default-page {
	padding-top: 0;
	margin-bottom: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .main-container .entry-content {
	max-width: 1180px;
	margin: 0 auto;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .title-breadcumbs {
	margin-bottom: 28px;
	padding: 44px 0 34px;
	border-bottom: 1px solid #eceff3;
	background: #fff;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .title-breadcumbs::before,
body.woocommerce-checkout:not(.woocommerce-order-pay) .title-breadcumbs::after {
	content: none;
	display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .entry-title {
	color: #20242a;
	font-size: clamp(36px, 4.5vw, 52px);
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .breadcrumb-container,
body.woocommerce-checkout:not(.woocommerce-order-pay) .breadcrumbs,
body.woocommerce-checkout:not(.woocommerce-order-pay) .breadcrumbs a {
	color: #6b7280;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-form-coupon-toggle {
	margin-bottom: 26px;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-form-coupon-toggle .woocommerce-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	border: 1px solid #e5e7eb;
	border-top: 3px solid #111827;
	border-radius: 20px;
	background: #f8fafc;
	color: #4b5563;
	font-size: 15px;
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.04);
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-form-coupon-toggle .woocommerce-info::before,
body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-form-coupon-toggle .woocommerce-info::after {
	display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-form-coupon-toggle .showcoupon {
	color: #111827;
	font-weight: 600;
	text-decoration: none;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) form.checkout.woocommerce-checkout {
	display: block;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) form.checkout.woocommerce-checkout > .row {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 420px);
	gap: 32px;
	align-items: start;
	margin: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) form.checkout.woocommerce-checkout > .row > [class*="col-"] {
	width: 100%;
	max-width: none;
	flex: none;
	padding: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #customer_details,
body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review {
	float: none !important;
	width: 100% !important;
	max-width: none !important;
	justify-self: stretch;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #customer_details {
	padding: 30px;
	border: 1px solid #e5e7eb;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.05);
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #customer_details .col-1,
body.woocommerce-checkout:not(.woocommerce-order-pay) #customer_details .col-2 {
	width: 100%;
	margin: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-checkout .woocommerce-billing-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-checkout #ship-to-different-address,
body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-checkout .order-box h3 {
	margin: 0 0 22px;
	padding-bottom: 14px;
	border-bottom: 1px solid #edf1f4;
	color: #111827;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce form .form-row {
	margin: 0 0 16px;
	padding: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce form .form-row label {
	display: block;
	margin-bottom: 8px;
	color: #4b5563;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce form .form-row input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce form .form-row textarea,
body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce form .form-row select,
body.woocommerce-checkout:not(.woocommerce-order-pay) .select2-container .select2-selection--single {
	min-height: 54px;
	border: 1px solid #d8dee6;
	border-radius: 16px;
	background: #fff;
	box-shadow: none;
	color: #111827;
	font-size: 15px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce form .form-row input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce form .form-row select {
	padding: 0 16px;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce form .form-row textarea,
body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-checkout #order_comments {
	min-height: 150px;
	padding: 16px;
	line-height: 1.7;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce form .form-row input.input-text:focus,
body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce form .form-row textarea:focus,
body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce form .form-row select:focus,
body.woocommerce-checkout:not(.woocommerce-order-pay) .select2-container--default.select2-container--focus .select2-selection--single,
body.woocommerce-checkout:not(.woocommerce-order-pay) .select2-container--default.select2-container--open .select2-selection--single {
	border-color: #111827;
	box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.06);
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce form .form-row .required {
	color: #dc2626;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-checkout #ship-to-different-address {
	margin-top: 10px;
	font-size: 18px;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-checkout #ship-to-different-address label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #111827;
	font-size: 16px;
	font-weight: 600;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-checkout #ship-to-different-address input {
	position: relative;
	top: -1px;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review {
	position: sticky;
	top: 110px;
	padding: 28px;
	border: 1px solid #e5e7eb;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.05);
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review .shop_table {
	margin-bottom: 22px;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review .shop_table th,
body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review .shop_table td {
	padding: 16px 0;
	border-bottom: 1px solid #edf1f4;
	font-size: 15px;
	color: #111827;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review .shop_table thead th {
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review .shop_table .product-name {
	font-weight: 600;
	line-height: 1.6;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review .shop_table .amount {
	color: #111827;
	font-weight: 700;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review .shop_table .shipping td,
body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review .shop_table .shipping th {
	vertical-align: middle;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review .shop_table .order-total th,
body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review .shop_table .order-total td {
	padding-top: 18px;
	border-bottom: 0;
	font-size: 18px;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review .shop_table .order-total .amount {
	color: #dc2626;
	font-size: 1.15em;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #payment {
	background: transparent;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #payment .payment_methods {
	display: grid;
	gap: 12px;
	margin: 0 0 20px;
	padding: 0;
	border: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #payment .payment_methods > li {
	margin: 0;
	padding: 16px 18px;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	background: #f9fafb;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #payment .payment_methods > li:hover {
	border-color: #cfd6de;
	background: #fff;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #payment .payment_methods input[type="radio"] {
	accent-color: #111827;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #payment .payment_methods label {
	color: #111827;
	font-size: 15px;
	font-weight: 600;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #payment .payment_methods .payment_box {
	padding-top: 8px;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.6;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #payment #place_order,
body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review #payment #place_order {
	height: 54px;
	border: 0;
	border-radius: 16px;
	background: #111827;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	box-shadow: 0 14px 26px rgba(17, 24, 39, 0.16);
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #payment #place_order:hover,
body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review #payment #place_order:hover {
	background: #1f2937;
	color: #fff;
}

body.woocommerce-checkout:not(.woocommerce-order-pay) #payment #place_order.disabled,
body.woocommerce-checkout:not(.woocommerce-order-pay) #payment #place_order:disabled,
body.woocommerce-checkout:not(.woocommerce-order-pay) #payment #place_order[disabled] {
	background: #cbd5e1;
	box-shadow: none;
}

@media (max-width: 1199px) {
	body.woocommerce-checkout:not(.woocommerce-order-pay) form.checkout.woocommerce-checkout > .row {
		grid-template-columns: 1fr;
	}

	body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review {
		position: static;
	}
}

@media (max-width: 767px) {
	body.woocommerce-checkout:not(.woocommerce-order-pay) .title-breadcumbs {
		padding: 36px 0 28px;
	}

	body.woocommerce-checkout:not(.woocommerce-order-pay) #customer_details,
	body.woocommerce-checkout:not(.woocommerce-order-pay) #order_review {
		padding: 20px 16px;
		border-radius: 22px;
	}

	body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-checkout .woocommerce-billing-fields h3,
	body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-checkout #ship-to-different-address,
	body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-checkout .order-box h3 {
		font-size: 24px;
	}

	body.woocommerce-checkout:not(.woocommerce-order-pay) .woocommerce-form-coupon-toggle .woocommerce-info {
		flex-direction: column;
		align-items: flex-start;
	}
}

/*
 * Header / main menu refresh.
 */

@media (min-width: 992px) {
	body .header-container {
		background: #fff;
		border-bottom: 1px solid #edf1f4;
	}

	body .header-container .header-default {
		padding-top: 0;
	}

	body .header-container .header-default .logo-row {
		margin-bottom: 0;
		padding: 10px 0;
	}

	body .header-container .header-inner {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		gap: 24px;
		width: 100%;
		min-height: 92px;
		height: auto;
	}

	body .header-container .header-inner > div {
		display: block !important;
		width: auto !important;
		float: none !important;
	}

	body .header-container .header-inner > .wpb_column {
		width: auto;
	}

	body .header-container .header-inner > .vc_col-sm-2 {
		order: 1;
		flex: 0 0 200px;
		max-width: 200px;
	}

	body .header-container .header-inner > .text-center.h-logo {
		order: 2;
		flex: 1 1 auto;
		max-width: none;
		min-width: 0;
	}

	body .header-container .header-inner > .vc_col-sm-3 {
		order: 3;
		flex: 0 0 200px;
		max-width: 200px;
	}

	body .header-container .header-inner > .vc_col-sm-2,
	body .header-container .header-inner > .vc_col-sm-2 > .vc_column-inner,
	body .header-container .header-inner > .vc_col-sm-2 > .vc_column-inner > .wpb_wrapper {
		display: flex;
		align-items: center;
		height: 100%;
	}

	body .header-container .header-inner > .text-center.h-logo,
	body .header-container .header-inner > .text-center.h-logo > .vc_column-inner,
	body .header-container .header-inner > .text-center.h-logo > .vc_column-inner > .wpb_wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		width: 100%;
	}

	body .header-container .header-inner > .vc_col-sm-3,
	body .header-container .header-inner > .vc_col-sm-3 > .vc_column-inner,
	body .header-container .header-inner > .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 18px;
		height: 100%;
	}

	body .header-container .header-default .logo.style1,
	body .header-container .header-default h1.logo {
		margin: 0;
	}

	body .header-container .header-default .logo.style1 img,
	body .header-container .header-default h1.logo img {
		display: block;
		width: auto;
		max-width: 172px;
		max-height: 44px;
	}

	body .header-container .header-default .main-menu-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-top: 0;
	}

	body .header-container .horizontal-menu,
	body .header-container .horizontal-menu .primary-menu-container {
		width: 100%;
		text-align: center;
	}

	body .header-container .horizontal-menu .primary-menu-container ul.nav-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 28px;
		width: 100%;
		margin: 0;
	}

	body .header-container .horizontal-menu .primary-menu-container ul.nav-menu > li {
		margin: 0 !important;
	}

	body .header-container .horizontal-menu .primary-menu-container ul.nav-menu > li > a {
		height: auto;
		line-height: 1.2;
		padding: 10px 0;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.02em;
	}

	body .header-container .header-default .header-search {
		float: none;
		margin-top: 0;
	}

	body .header-container .header-default .header-search .blogsearchform .form-input {
		height: 42px;
	}

	body .header-container .header-default .header-search .blogsearchform .form-input .button-search,
	body .header-container .header-default .header-search .blogsearchform .form-input {
		line-height: 42px;
	}
}

/*
 * My account refresh.
 */

body.logged-in.woocommerce-account .page-content.default-page {
	padding-top: 0;
	margin-bottom: 0;
}

body.logged-in.woocommerce-account .main-container .entry-content {
	max-width: 1180px;
	margin: 0 auto;
}

body.logged-in.woocommerce-account .title-breadcumbs {
	margin-bottom: 28px;
	padding: 44px 0 34px;
	border-bottom: 1px solid #eceff3;
	background: #fff;
}

body.logged-in.woocommerce-account .title-breadcumbs::before,
body.logged-in.woocommerce-account .title-breadcumbs::after {
	content: none;
	display: none;
}

body.logged-in.woocommerce-account .entry-title {
	color: #20242a;
	font-size: clamp(36px, 4.5vw, 52px);
}

body.logged-in.woocommerce-account .breadcrumb-container,
body.logged-in.woocommerce-account .breadcrumbs,
body.logged-in.woocommerce-account .breadcrumbs a {
	color: #6b7280;
}

body.logged-in.woocommerce-account .woocommerce {
	display: block !important;
}

body.logged-in.woocommerce-account .borart-account-shell {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

body.logged-in.woocommerce-account .borart-account-sidebar,
body.logged-in.woocommerce-account .borart-account-body {
	min-width: 0;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	margin: 0 !important;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	display: block !important;
}

body.logged-in.woocommerce-account .woocommerce .recent-orders-title {
	margin: 0 0 18px;
	color: #20242a;
	font-size: 24px;
	font-weight: 700;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	margin-bottom: 0;
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	margin: 0;
	padding: 0;
	border-bottom: 0;
	list-style: none;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	display: flex;
	align-items: center;
	min-height: 50px;
	padding: 0 16px;
	border-radius: 14px;
	color: #111827;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	background: #f8fafc;
	color: #111827;
	transform: translateX(2px);
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	background: #111827;
	color: #fff;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.05);
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content > *:last-child {
	margin-bottom: 0;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content h2:not(.recent-orders-title) {
	margin: 0 0 18px;
	color: #20242a;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns.addresses {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 24px;
	margin-top: 22px;
	align-items: stretch;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses::before,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses::after,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns.addresses::before,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns.addresses::after {
	content: none !important;
	display: none !important;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns.addresses .u-column1,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns.addresses .u-column2,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns.addresses .col-1,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns.addresses .col-2 {
	float: none !important;
	display: block !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	min-width: 0;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.04);
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 14px;
	margin-bottom: 18px;
	padding-bottom: 16px;
	border-bottom: 1px solid #edf1f4;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
	margin: 0;
	font-size: 22px;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 16px;
	border: 1px solid #d8dee6;
	border-radius: 12px;
	background: #fff;
	color: #111827;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	white-space: normal;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover {
	border-color: #111827;
	background: #111827;
	color: #fff;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
	margin: 0;
	color: #4b5563;
	font-size: 15px;
	line-height: 1.8;
	font-style: normal;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields > form,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content form:not(.woocommerce-orders-table__pagination):not(.woocommerce-ResetPassword) {
	max-width: 100%;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields {
	margin-top: 18px;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px 20px;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account .clear,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .clear {
	display: none;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-form-row,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row-first,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row-last {
	width: 100% !important;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row-wide,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account fieldset,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account > p:last-of-type {
	grid-column: 1 / -1;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content label {
	display: block;
	margin-bottom: 8px;
	color: #4b5563;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.4;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .required {
	color: #dc2626;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content input.input-text,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type="text"],
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type="email"],
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type="tel"],
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type="password"],
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content select,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content textarea {
	width: 100%;
	min-height: 56px;
	padding: 0 18px;
	border: 1px solid #d8dee6;
	border-radius: 16px;
	background: #fff;
	box-shadow: none;
	color: #111827;
	font-size: 16px;
	font-weight: 500;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content textarea {
	min-height: 140px;
	padding-top: 16px;
	padding-bottom: 16px;
	resize: vertical;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content select {
	padding-right: 44px;
	background-position: right 16px center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content input.input-text:focus,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type="text"]:focus,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type="email"]:focus,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type="tel"]:focus,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content input[type="password"]:focus,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content select:focus,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content textarea:focus {
	border-color: #111827;
	box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.07);
	outline: 0;
	transform: translateY(-1px);
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .password-input {
	position: relative;
	display: block;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .password-input input {
	padding-right: 54px;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .show-password-input {
	position: absolute;
	top: 50%;
	right: 16px;
	width: 24px;
	height: 24px;
	margin: 0;
	color: #6b7280;
	transform: translateY(-50%);
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .show-password-input::after {
	font-size: 18px;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content #account_display_name_description,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .description {
	display: block;
	margin-top: 8px;
	color: #6b7280;
	font-size: 14px;
	line-height: 1.6;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content fieldset {
	margin: 10px 0 0;
	padding: 24px;
	border: 1px solid #e5e7eb;
	border-radius: 20px;
	background: #f8fafc;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content fieldset legend {
	padding: 0 12px 0 0;
	color: #111827;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content p button.button,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button[name="save_address"],
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button[name="save_account_details"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	height: 52px;
	padding: 0 22px;
	border: 1px solid #111827;
	border-radius: 16px;
	background: #111827;
	box-shadow: 0 12px 24px rgba(17, 24, 39, 0.12);
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content p button.button:hover,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button[name="save_address"]:hover,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button[name="save_account_details"]:hover {
	background: #1f2937;
	border-color: #1f2937;
	color: #fff;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.my_account_orders {
	width: 100%;
	margin: 0;
	border: 1px solid #e5e7eb;
	border-radius: 18px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	background: #fff;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead th,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.my_account_orders thead th {
	padding: 18px 20px;
	border-bottom: 1px solid #edf1f4;
	background: #f8fafc;
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-align: left !important;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.my_account_orders tbody td {
	padding: 20px;
	border-bottom: 1px solid #edf1f4;
	color: #111827;
	font-size: 15px;
	font-weight: 500;
	text-align: left !important;
	vertical-align: middle;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:last-child td,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.my_account_orders tbody tr:last-child td {
	border-bottom: 0;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-number,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-total,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-date {
	font-weight: 600;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status {
	color: #4b5563;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status .order-status,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-status mark {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
	text-transform: none;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content td.order-actions {
	min-width: 220px;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .button,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content td.order-actions .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 118px;
	height: 42px;
	margin: 0 8px 8px 0 !important;
	padding: 0 16px;
	border: 1px solid #d8dee6;
	border-radius: 12px;
	background: #fff;
	color: #111827;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: none;
	box-shadow: none;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .button:hover,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content td.order-actions .button:hover {
	border-color: #111827;
	background: #111827;
	color: #fff;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .button.pay,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content td.order-actions .button.pay {
	border-color: #111827;
	background: #111827;
	color: #fff;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions .button.pay:hover,
body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content td.order-actions .button.pay:hover {
	background: #1f2937;
	border-color: #1f2937;
}

body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination {
	margin-top: 24px;
}

@media (max-width: 991px) {
	body.logged-in.woocommerce-account .borart-account-shell {
		grid-template-columns: 1fr;
	}

	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses,
	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .u-columns.addresses,
	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content form.edit-account {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.logged-in.woocommerce-account .title-breadcumbs {
		padding: 36px 0 28px;
	}

	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		padding: 18px 16px;
		border-radius: 20px;
	}

	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table,
	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.my_account_orders {
		border: 0;
	}

	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table thead,
	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.my_account_orders thead {
		display: none;
	}

	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr,
	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.my_account_orders tbody tr {
		display: grid;
		gap: 10px;
		margin-bottom: 14px;
		padding: 16px;
		border: 1px solid #e5e7eb;
		border-radius: 18px;
	}

	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table tbody td,
	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content table.my_account_orders tbody td {
		display: block;
		padding: 0;
		border: 0;
	}

	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table__cell-order-actions,
	body.logged-in.woocommerce-account .woocommerce .woocommerce-MyAccount-content td.order-actions {
		min-width: 0;
	}
}

/*
 * Shop archive sidebar refresh.
 */

body.post-type-archive-product #secondary.sidebar-shop,
body.tax-product_cat #secondary.sidebar-shop,
body.tax-product_tag #secondary.sidebar-shop {
	align-self: flex-start;
}

body.post-type-archive-product #secondary.sidebar-shop .widget,
body.tax-product_cat #secondary.sidebar-shop .widget,
body.tax-product_tag #secondary.sidebar-shop .widget {
	margin-bottom: 18px;
}

body.post-type-archive-product #secondary.sidebar-shop .widget_search,
body.post-type-archive-product #secondary.sidebar-shop .widget_block,
body.tax-product_cat #secondary.sidebar-shop .widget_search,
body.tax-product_cat #secondary.sidebar-shop .widget_block,
body.tax-product_tag #secondary.sidebar-shop .widget_search,
body.tax-product_tag #secondary.sidebar-shop .widget_block {
	padding: 24px;
	border: 1px solid #e7e7e7;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

body.post-type-archive-product #secondary.sidebar-shop .widget_search .wp-block-search__label,
body.tax-product_cat #secondary.sidebar-shop .widget_search .wp-block-search__label,
body.tax-product_tag #secondary.sidebar-shop .widget_search .wp-block-search__label {
	display: block;
	margin: 0 0 14px;
	color: #2c241d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
}

body.post-type-archive-product #secondary.sidebar-shop .widget_search .wp-block-search__inside-wrapper,
body.tax-product_cat #secondary.sidebar-shop .widget_search .wp-block-search__inside-wrapper,
body.tax-product_tag #secondary.sidebar-shop .widget_search .wp-block-search__inside-wrapper {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

body.post-type-archive-product #secondary.sidebar-shop .widget_search .wp-block-search__input,
body.tax-product_cat #secondary.sidebar-shop .widget_search .wp-block-search__input,
body.tax-product_tag #secondary.sidebar-shop .widget_search .wp-block-search__input {
	flex: 1 1 auto;
	min-width: 0;
	height: 56px;
	margin: 0 !important;
	padding: 0 18px !important;
	border: 1px solid #d9d9d9 !important;
	border-radius: 14px !important;
	background: #fff !important;
	box-shadow: none !important;
	color: #2c241d;
	font-size: 16px;
	font-weight: 400;
}

body.post-type-archive-product #secondary.sidebar-shop .widget_search .wp-block-search__input:focus,
body.tax-product_cat #secondary.sidebar-shop .widget_search .wp-block-search__input:focus,
body.tax-product_tag #secondary.sidebar-shop .widget_search .wp-block-search__input:focus {
	border-color: #111827 !important;
	box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.08) !important;
	outline: 0;
}

body.post-type-archive-product #secondary.sidebar-shop .widget_search .wp-block-search__button,
body.tax-product_cat #secondary.sidebar-shop .widget_search .wp-block-search__button,
body.tax-product_tag #secondary.sidebar-shop .widget_search .wp-block-search__button {
	flex: 0 0 auto;
	width: 100%;
	height: 50px;
	margin: 0 !important;
	padding: 0 20px !important;
	border: 0 !important;
	border-radius: 14px !important;
	background: #1f2937 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 15px;
	font-weight: 600;
	white-space: nowrap;
}

body.post-type-archive-product #secondary.sidebar-shop .widget_search .wp-block-search__button:hover,
body.tax-product_cat #secondary.sidebar-shop .widget_search .wp-block-search__button:hover,
body.tax-product_tag #secondary.sidebar-shop .widget_search .wp-block-search__button:hover {
	background: #111827 !important;
}

body.post-type-archive-product #secondary.sidebar-shop .wp-block-woocommerce-product-categories::before,
body.tax-product_cat #secondary.sidebar-shop .wp-block-woocommerce-product-categories::before,
body.tax-product_tag #secondary.sidebar-shop .wp-block-woocommerce-product-categories::before {
	content: "Kategoriler";
	display: block;
	margin-bottom: 18px;
	color: #2c241d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25;
}

body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list-item,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list-item,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list-item {
	position: relative;
	margin: 0 !important;
	padding: 12px 0;
	list-style: none !important;
	border-top: 1px solid #efefef;
}

body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item:first-child,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item:first-child,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item:first-child {
	padding-top: 0;
	border-top: 0;
}

body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list-item > a,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list-item > a,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list-item > a {
	display: block;
	padding-right: 54px;
	color: #2c241d;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	text-decoration: none;
	transition: color 0.2s ease, opacity 0.2s ease;
}

body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list-item > a:hover,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list-item > a:hover,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list-item > a:hover {
	color: #111827;
	opacity: 0.72;
}

body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list-item-count,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list-item-count,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list-item-count {
	position: absolute;
	top: 12px;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 34px;
	height: 28px;
	padding: 0 10px;
	border-radius: 999px;
	border: 1px solid #ececec;
	background: #f7f7f7;
	color: #4b5563;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item:first-child > .wc-block-product-categories-list-item-count,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item:first-child > .wc-block-product-categories-list-item-count,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list--depth-0 > .wc-block-product-categories-list-item:first-child > .wc-block-product-categories-list-item-count {
	top: 0;
}

body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list--depth-1,
body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list--depth-2,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list--depth-1,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list--depth-2,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list--depth-1,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list--depth-2 {
	margin-top: 10px !important;
	padding-top: 4px !important;
	padding-left: 16px !important;
	border-left: 1px solid #ececec;
}

body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item,
body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item {
	padding: 9px 0;
	border-top: 0;
}

body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item > a,
body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item > a,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item > a,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item > a,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item > a,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item > a {
	padding-right: 48px;
	color: #5f5449;
	font-size: 15px;
	font-weight: 400;
}

body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item > .wc-block-product-categories-list-item-count,
body.post-type-archive-product #secondary.sidebar-shop .wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item > .wc-block-product-categories-list-item-count,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item > .wc-block-product-categories-list-item-count,
body.tax-product_cat #secondary.sidebar-shop .wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item > .wc-block-product-categories-list-item-count,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list--depth-1 > .wc-block-product-categories-list-item > .wc-block-product-categories-list-item-count,
body.tax-product_tag #secondary.sidebar-shop .wc-block-product-categories-list--depth-2 > .wc-block-product-categories-list-item > .wc-block-product-categories-list-item-count {
	top: 9px;
	min-width: 30px;
	height: 24px;
	padding: 0 8px;
	border: 1px solid #ececec;
	background: #fafafa;
	font-size: 11px;
}

@media (max-width: 991px) {
	body.post-type-archive-product #secondary.sidebar-shop,
	body.tax-product_cat #secondary.sidebar-shop,
	body.tax-product_tag #secondary.sidebar-shop {
		margin-bottom: 28px;
	}

	body.post-type-archive-product #secondary.sidebar-shop .widget_search .wp-block-search__inside-wrapper,
	body.tax-product_cat #secondary.sidebar-shop .widget_search .wp-block-search__inside-wrapper,
	body.tax-product_tag #secondary.sidebar-shop .widget_search .wp-block-search__inside-wrapper {
		grid-template-columns: 1fr;
	}

	body.post-type-archive-product #secondary.sidebar-shop .widget_search .wp-block-search__button,
	body.tax-product_cat #secondary.sidebar-shop .widget_search .wp-block-search__button,
	body.tax-product_tag #secondary.sidebar-shop .widget_search .wp-block-search__button {
		width: 100%;
	}
}

/*
 * Single product variation swatches.
 */

.main-container .product-view .single-product-image .images {
	border-radius: 24px;
	overflow: visible;
	background: #fafaf9;
	position: relative;
	z-index: 1;
}

.main-container .product-view .single-product-image .images .woocommerce-product-gallery__image,
.main-container .product-view .single-product-image .images .woocommerce-product-gallery__image a,
.main-container .product-view .single-product-image .images .yith_magnifier_zoom_wrap {
	display: block;
	border-radius: 24px;
	background: #fafaf9;
}

.main-container .product-view .single-product-image .images .woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 24px;
}

.main-container .product-view .single-product-image .thumbnails.slider .thumbnails-inner {
	padding: 52px 0;
}

.main-container .product-view .single-product-image .thumbnails.slider {
	position: absolute;
	z-index: 3;
	pointer-events: auto;
}

.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative !important;
	width: 100% !important;
}

.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery > li {
	display: block;
	float: none !important;
	clear: both;
	width: 100% !important;
	margin: 8px 0 !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
}

.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery > li > a {
	display: block;
	position: relative;
	z-index: 2;
	border: 1px solid #dfe3e8;
	border-radius: 18px;
	background: #fff;
	padding: 8px;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery > li > a img {
	display: block;
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
}

.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery > li > a:hover,
.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery > li.active-thumbnail > a,
.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery > li > a.active-thumbnail {
	border-color: #111827;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
	transform: translateY(-1px);
}

.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul li {
	margin: 8px 0;
}

.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul li a {
	border: 1px solid #dfe3e8;
	border-radius: 18px;
	background: #fff;
	padding: 8px;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul li a:hover,
.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul li a.active-thumbnail,
.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul li.active-thumbnail a {
	border-color: #111827;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
	transform: translateY(-1px);
}

.main-container .product-view .single-product-image .thumbnails.slider #slider-prev,
.main-container .product-view .single-product-image .thumbnails.slider #slider-next {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #d8dde3;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
	cursor: pointer;
}

.main-container .product-view .single-product-image .thumbnails.slider #slider-prev {
	top: 4px;
}

.main-container .product-view .single-product-image .thumbnails.slider #slider-next {
	bottom: 4px;
}

.main-container .product-view .single-product-image .thumbnails.slider #slider-prev:hover,
.main-container .product-view .single-product-image .thumbnails.slider #slider-next:hover {
	border-color: #111827;
	background: #111827;
	color: #fff;
}

.main-container .product-view .single-product-image .thumbnails.slider #slider-prev > i,
.main-container .product-view .single-product-image .thumbnails.slider #slider-next > i {
	display: none;
}

.main-container .product-view .single-product-image .thumbnails.slider #slider-prev::before,
.main-container .product-view .single-product-image .thumbnails.slider #slider-next::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	font-family: inherit;
	font-size: 0;
	line-height: 1;
}

.main-container .product-view .single-product-image .thumbnails.slider #slider-prev::before {
	transform: rotate(-135deg);
	margin-top: 3px;
}

.main-container .product-view .single-product-image .thumbnails.slider #slider-next::before {
	transform: rotate(45deg);
	margin-top: -3px;
}

@media (max-width: 767px) {
	.main-container .product-view .single-product-image.slider {
		padding-left: 0 !important;
	}

	.main-container .product-view .single-product-image {
		margin-bottom: 24px;
	}

	.main-container .product-view .single-product-image .thumbnails.slider {
		position: relative !important;
		left: auto !important;
		top: auto !important;
		width: 100% !important;
		height: auto !important;
		max-height: none !important;
		margin-top: 12px;
	}

	.main-container .product-view .single-product-image .thumbnails.slider .thumbnails-inner {
		height: auto;
		padding: 0;
	}

	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper {
		height: auto !important;
		width: 100% !important;
	}

	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul,
	.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery {
		display: flex !important;
		align-items: stretch;
		gap: 10px;
		width: 100% !important;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 2px 2px 6px;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul::-webkit-scrollbar,
	.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery::-webkit-scrollbar {
		display: none;
	}

	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul li,
	.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery > li {
		flex: 0 0 72px;
		width: 72px !important;
		margin: 0 !important;
		clear: none;
	}

	.main-container .product-view .single-product-image .thumbnails.slider #slider-prev,
	.main-container .product-view .single-product-image .thumbnails.slider #slider-next {
		display: none !important;
	}
}

.main-container .product-view .summary.single-product-info .woocommerce-product-details__short-description {
	margin: 18px 0 12px;
	padding-top: 18px;
}

.main-container .product-view .summary.single-product-info .woocommerce-product-details__short-description p:last-child {
	margin-bottom: 0;
}

.main-container .product-view .summary.single-product-info .cart .variations {
	margin: 10px 0 14px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 10px;
}

.main-container .product-view .summary.single-product-info .cart .variations tbody,
.main-container .product-view .summary.single-product-info .cart .variations tr,
.main-container .product-view .summary.single-product-info .cart .variations th,
.main-container .product-view .summary.single-product-info .cart .variations td {
	display: block;
	width: 100%;
}

.main-container .product-view .summary.single-product-info .cart .variations .label {
	padding: 0;
}

.main-container .product-view .summary.single-product-info .cart .variations .label label {
	display: block;
	margin: 0 0 12px;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.main-container .product-view .summary.single-product-info .cart .variations .value {
	position: relative;
	padding: 0;
}

.main-container .product-view .summary.single-product-info .cart .variations .value select {
	width: 100%;
	height: 56px;
	padding: 0 46px 0 18px;
	border: 1px solid #d8dde3;
	border-radius: 16px;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%236B7280' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-position: right 16px center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	box-shadow: none;
	color: #111827;
	font-size: 16px;
	font-weight: 500;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.main-container .product-view .summary.single-product-info .cart .variations .value select:focus {
	border-color: #111827;
	box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.08);
	outline: 0;
}

.main-container .product-view .summary.single-product-info .cart .variations .value.borart-swatches-enhanced select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0 !important;
	pointer-events: none !important;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	overflow: hidden;
}

.main-container .product-view .summary.single-product-info .cart .borart-variation-swatches {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.main-container .product-view .summary.single-product-info .cart .borart-variation-swatch {
	display: inline-flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	min-height: 58px;
	padding: 10px 12px;
	border: 1px solid #d8dde3;
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
	color: #111827;
	cursor: pointer;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.main-container .product-view .summary.single-product-info .cart .borart-variation-swatch--text {
	border-radius: 16px;
}

.main-container .product-view .summary.single-product-info .cart .borart-variation-swatch:hover {
	border-color: #111827;
	transform: translateY(-1px);
}

.main-container .product-view .summary.single-product-info .cart .borart-variation-swatch:focus-visible {
	outline: 0;
	border-color: #111827;
	box-shadow: 0 0 0 4px rgba(17, 24, 39, 0.08);
}

.main-container .product-view .summary.single-product-info .cart .borart-variation-swatch.is-selected {
	border-color: #111827;
	background: #111827;
	box-shadow: 0 16px 28px rgba(17, 24, 39, 0.14);
	color: #fff;
}

.main-container .product-view .summary.single-product-info .cart .borart-variation-swatch.is-disabled {
	opacity: 0.38;
	cursor: not-allowed;
	transform: none;
}

.main-container .product-view .summary.single-product-info .cart .borart-variation-swatch__dot {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	border: 1px solid rgba(17, 24, 39, 0.15);
	border-radius: 50%;
	background: var(--borart-swatch-color, #fff);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.main-container .product-view .summary.single-product-info .cart .borart-variation-swatch.is-selected .borart-variation-swatch__dot {
	border-color: rgba(255, 255, 255, 0.28);
}

.main-container .product-view .summary.single-product-info .cart .borart-variation-swatch__text {
	display: inline-block;
	line-height: 1.35;
	white-space: normal;
	text-align: left;
	overflow-wrap: anywhere;
}

.main-container .product-view .summary.single-product-info .cart .variations .reset_variations {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 14px 0 0;
	color: #6b7280;
	font-size: 14px;
	font-weight: 500;
}

.main-container .product-view .summary.single-product-info .cart .variations .reset_variations::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #d1d5db;
}

.main-container .product-view .summary.single-product-info .cart .variations .reset_variations:hover {
	color: #111827;
}

.main-container .product-view .summary.single-product-info .cart .borart-buy-now-button {
	margin-left: 12px;
	border: 1px solid #242424;
	background: #fff;
	color: #242424;
}

.main-container .product-view .summary.single-product-info .cart .borart-buy-now-button:hover {
	background: #242424;
	color: #fff;
}

.main-container .product-view .summary.single-product-info .cart .borart-buy-now-button.disabled,
.main-container .product-view .summary.single-product-info .cart .borart-buy-now-button:disabled {
	border-color: #d1d5db;
	background: #f3f4f6;
	color: #9ca3af;
	cursor: not-allowed;
}

.main-container .product-view .summary.single-product-info .cart .single_variation_wrap .variations_button {
	display: flex;
	align-items: center;
	gap: 16px !important;
	flex-wrap: nowrap;
}

.main-container .product-view .summary.single-product-info .cart .single_variation_wrap .variations_button > * + * {
	margin-left: 0;
}

.main-container .product-view .summary.single-product-info form.cart:not(.variations_form):not(.grouped_form) {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 16px;
	row-gap: 12px;
}

.main-container .product-view .summary.single-product-info form.cart:not(.variations_form):not(.grouped_form) > .quantity.borart-quantity-enhanced,
.main-container .product-view .summary.single-product-info form.cart:not(.variations_form):not(.grouped_form) > .single_add_to_cart_button,
.main-container .product-view .summary.single-product-info form.cart:not(.variations_form):not(.grouped_form) > .borart-buy-now-button {
	float: none !important;
	margin: 0 !important;
}

.main-container .product-view .summary.single-product-info .cart .quantity.borart-quantity-enhanced {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 118px;
	width: 118px;
	height: 48px;
	padding: 0 10px;
	margin-right: 0;
	margin-bottom: 0;
	border: 1px solid #d8dde3;
	border-radius: 999px;
	background: #fff;
	box-shadow: none;
}

.main-container .product-view .summary.single-product-info .cart .quantity.borart-quantity-enhanced .borart-quantity-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #b4b8dd;
	font-size: 26px;
	font-weight: 300;
	line-height: 1;
	min-width: 0;
	cursor: pointer;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.main-container .product-view .summary.single-product-info .cart .quantity.borart-quantity-enhanced .borart-quantity-button:hover {
	color: #242424;
}

.main-container .product-view .summary.single-product-info .cart .quantity.borart-quantity-enhanced .borart-quantity-button:disabled {
	opacity: 0.35;
	cursor: not-allowed;
}

.main-container .product-view .summary.single-product-info .cart .quantity.borart-quantity-enhanced .input-text.qty {
	width: 28px;
	height: 100%;
	margin: 0;
	border: 0;
	background: transparent;
	color: #111827;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	box-shadow: none;
	-moz-appearance: textfield;
}

.main-container .product-view .summary.single-product-info .cart .quantity.borart-quantity-enhanced .input-text.qty::-webkit-outer-spin-button,
.main-container .product-view .summary.single-product-info .cart .quantity.borart-quantity-enhanced .input-text.qty::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.main-container .product-view .summary.single-product-info .cart .quantity.borart-quantity-enhanced .input-text.qty:focus {
	outline: 0;
}

.main-container .product-view .summary.single-product-info .cart .single_add_to_cart_button,
.main-container .product-view .summary.single-product-info .cart .borart-buy-now-button {
	flex: 1 1 0;
	min-width: 0;
	height: 48px;
	margin: 0 !important;
	padding: 0 16px;
	line-height: 48px;
	white-space: nowrap;
}

.main-container .product-view .summary.single-product-info .cart .single_add_to_cart_button {
	margin-left: 0 !important;
}

.main-container .product-view .summary.single-product-info .cart .borart-buy-now-button {
	margin-left: 0 !important;
}

.main-container .product-view .summary.single-product-info .single-product-sharing,
.main-container .product-view .summary.single-product-info .share_buttons,
.main-container .product-view .summary.single-product-info .widget_socialsharing_widget,
.main-container .product-view .summary.single-product-info .single-product-sharing *,
.main-container .product-view .summary.single-product-info .widget_socialsharing_widget *,
.main-container .product-view .summary.single-product-info ul.social-icons {
	display: none !important;
}

@media (max-width: 767px) {
	.main-container .product-view .summary.single-product-info .cart .single_variation_wrap .variations_button {
		flex-wrap: wrap;
	}

	.main-container .product-view .summary.single-product-info .cart .borart-variation-swatches {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.main-container .product-view .summary.single-product-info .cart .borart-variation-swatch {
		width: 100%;
		justify-content: flex-start;
	}

	.main-container .product-view .summary.single-product-info .cart .borart-buy-now-button {
		margin-left: 0;
	}

	.main-container .product-view .summary.single-product-info form.cart:not(.variations_form):not(.grouped_form) {
		flex-wrap: wrap;
	}

	.main-container .product-view .summary.single-product-info .cart .quantity.borart-quantity-enhanced {
		flex: 0 0 112px;
		width: 112px;
		height: 46px;
		padding: 0 10px;
	}

	.main-container .product-view .summary.single-product-info .cart .quantity.borart-quantity-enhanced .input-text.qty {
		font-size: 17px;
	}

	.main-container .product-view .summary.single-product-info .cart .single_add_to_cart_button,
	.main-container .product-view .summary.single-product-info .cart .borart-buy-now-button {
		flex: 1 1 calc(50% - 5px);
	}
}

/*
 * Header account icon refresh.
 */
.header-wishlist a.wishlist-link {
	padding-left: 36px;
}

.header-wishlist a.wishlist-link::before {
	content: "\f007";
	font-family: FontAwesome;
	font-size: 28px;
	font-weight: 400;
	top: 2px;
}

.header-container .link-wl ul li:last-child a::before {
	content: "\e82a" !important;
	font-family: "Linearicons-Free" !important;
}

/*
 * WooCommerce notice refresh.
 */
.main-container .woocommerce-message,
.main-container .woocommerce-info,
.main-container .woocommerce-error {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 28px;
	padding: 22px 24px 22px 64px;
	border: 1px solid #e5e7eb;
	border-top: 0;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
	color: #111827;
	line-height: 1.6;
}

.main-container .woocommerce-message::before,
.main-container .woocommerce-info::before,
.main-container .woocommerce-error::before {
	position: absolute;
	top: 50%;
	left: 24px;
	width: 26px;
	height: 26px;
	margin: 0;
	border-radius: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	line-height: 26px;
	text-align: center;
}

.main-container .woocommerce-message::before {
	background: #e7f7ee;
	color: #15803d;
}

.main-container .woocommerce-info::before {
	background: #e8f1ff;
	color: #1d4ed8;
}

.main-container .woocommerce-error::before {
	background: #fdecec;
	color: #dc2626;
}

.main-container .woocommerce-message::after,
.main-container .woocommerce-info::after,
.main-container .woocommerce-error::after {
	display: none;
}

.main-container .woocommerce-message .button,
.main-container .woocommerce-info .button,
.main-container .woocommerce-error .button,
.main-container .woocommerce-message .wc-forward,
.main-container .woocommerce-info .wc-forward,
.main-container .woocommerce-error .wc-forward {
	order: 2;
	flex: 0 0 auto;
	margin: 0 0 0 auto;
	padding: 0 18px;
	height: 44px;
	border: 1px solid #111827;
	border-radius: 999px;
	background: #111827;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 42px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: none;
}

.main-container .woocommerce-message .button:hover,
.main-container .woocommerce-info .button:hover,
.main-container .woocommerce-error .button:hover,
.main-container .woocommerce-message .wc-forward:hover,
.main-container .woocommerce-info .wc-forward:hover,
.main-container .woocommerce-error .wc-forward:hover {
	background: #fff;
	color: #111827;
}

.main-container .product-view .woocommerce-message,
.main-container .product-view .woocommerce-info,
.main-container .product-view .woocommerce-error {
	margin-bottom: 32px;
}

@media (max-width: 767px) {
	.main-container .woocommerce-message,
	.main-container .woocommerce-info,
	.main-container .woocommerce-error {
		display: block;
		padding: 18px 18px 18px 56px;
	}

	.main-container .woocommerce-message .button,
	.main-container .woocommerce-info .button,
	.main-container .woocommerce-error .button,
	.main-container .woocommerce-message .wc-forward,
	.main-container .woocommerce-info .wc-forward,
	.main-container .woocommerce-error .wc-forward {
		display: inline-block;
		margin: 14px 0 0;
	}
}

/*
 * Cart refresh.
 */
body.woocommerce-cart .page-content.default-page {
	padding-bottom: 56px;
}

body.woocommerce-cart .main-container .entry-content {
	padding-top: 26px;
}

body.woocommerce-cart .woocommerce-cart-form {
	margin: 0;
}

body.woocommerce-cart .shop_table.cart {
	overflow: hidden;
	margin: 0 0 28px;
	border: 1px solid #e5e7eb;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.05);
}

body.woocommerce-cart .shop_table.cart thead th {
	padding: 22px 18px;
	border-bottom: 1px solid #edf1f4;
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.woocommerce-cart .shop_table.cart tbody td {
	padding: 24px 18px;
	border-bottom: 1px solid #edf1f4;
	vertical-align: middle;
}

body.woocommerce-cart .shop_table.cart tbody tr:last-child td {
	border-bottom: 0;
}

body.woocommerce-cart .shop_table.cart td.product-thumbnail {
	width: 120px;
}

body.woocommerce-cart .shop_table.cart td.product-thumbnail a {
	display: block;
	width: 96px;
	padding: 8px;
	border: 1px solid #edf1f4;
	border-radius: 20px;
	background: #fff;
}

body.woocommerce-cart .shop_table.cart td.product-thumbnail img {
	width: 100%;
	border-radius: 14px;
}

body.woocommerce-cart .shop_table.cart td.product-name {
	min-width: 260px;
	color: #111827;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.65;
}

body.woocommerce-cart .shop_table.cart td.product-name a {
	color: #111827;
}

body.woocommerce-cart .shop_table.cart td.product-name .variation,
body.woocommerce-cart .shop_table.cart td.product-name .wc-item-meta {
	margin-top: 10px;
	color: #6b7280;
	font-size: 13px;
	font-weight: 500;
}

body.woocommerce-cart .shop_table.cart td.product-price,
body.woocommerce-cart .shop_table.cart td.product-subtotal {
	color: #111827;
	font-size: 18px;
	font-weight: 700;
}

body.woocommerce-cart .shop_table.cart td.product-remove {
	width: 48px;
}

body.woocommerce-cart .shop_table.cart a.remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	color: #111827 !important;
	font-size: 22px;
	line-height: 1;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.woocommerce-cart .shop_table.cart a.remove:hover {
	border-color: #111827;
	background: #111827;
	color: #fff !important;
}

body.woocommerce-cart .shop_table.cart .quantity .qty {
	width: 92px;
	height: 48px;
	border: 1px solid #d8dee6;
	border-radius: 16px;
	background: #fff;
	color: #111827;
	font-size: 16px;
	font-weight: 600;
}

body.woocommerce-cart .shop_table.cart .actions {
	padding-top: 20px;
}

body.woocommerce-cart .shop_table.cart .actions .button,
body.woocommerce-cart .coupon .button,
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
	height: 48px;
	border: 1px solid #111827;
	border-radius: 16px;
	background: #111827;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 46px;
	text-transform: none;
	box-shadow: none;
}

body.woocommerce-cart .shop_table.cart .actions .button:hover,
body.woocommerce-cart .coupon .button:hover,
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
	background: #fff;
	color: #111827;
}

body.woocommerce-cart .shop_table.cart .actions .button[name="update_cart"] {
	float: right;
	min-width: 160px;
}

body.woocommerce-cart .woocommerce-cart-form > .row {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
	gap: 28px;
	align-items: start;
	margin: 0 0 32px;
}

body.woocommerce-cart .woocommerce-cart-form > .row > [class*="col-"] {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.woocommerce-cart .coupon,
body.woocommerce-cart .cart_totals {
	padding: 28px;
	border: 1px solid #e5e7eb;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.05);
}

body.woocommerce-cart .coupon h3,
body.woocommerce-cart .cart_totals h2 {
	margin: 0 0 10px;
	padding: 0;
	color: #111827;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

body.woocommerce-cart .coupon p {
	margin: 0 0 18px;
	color: #6b7280;
	font-size: 15px;
	line-height: 1.7;
}

body.woocommerce-cart .coupon .input-text {
	width: 100%;
	height: 54px;
	margin: 0 0 14px;
	padding: 0 16px;
	border: 1px solid #d8dee6;
	border-radius: 16px;
	background: #fff;
	color: #111827;
	font-size: 15px;
}

body.woocommerce-cart .coupon .button {
	min-width: 160px;
}

body.woocommerce-cart .cart_totals table.shop_table {
	margin: 18px 0 0;
	border: 0;
}

body.woocommerce-cart .cart_totals table.shop_table th,
body.woocommerce-cart .cart_totals table.shop_table td {
	padding: 16px 0;
	border-bottom: 1px solid #edf1f4;
	color: #111827;
	font-size: 15px;
}

body.woocommerce-cart .cart_totals table.shop_table th {
	color: #6b7280;
	font-weight: 600;
}

body.woocommerce-cart .cart_totals table.shop_table td {
	text-align: right;
	font-weight: 700;
}

body.woocommerce-cart .cart_totals table.shop_table tr.order-total th,
body.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
	padding-top: 18px;
	border-bottom: 0;
	font-size: 18px;
}

body.woocommerce-cart .cart_totals table.shop_table tr.order-total td .amount {
	color: #dc2626;
	font-size: 1.15em;
}

body.woocommerce-cart .cart_totals table.shop_table .shipping ul#shipping_method {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-cart .cart_totals table.shop_table .shipping ul#shipping_method li {
	margin: 0 0 10px;
	color: #111827;
	font-size: 14px;
	line-height: 1.6;
}

body.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
	margin-top: 18px;
	padding: 0;
}

body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
	width: 100%;
	height: 54px;
	line-height: 52px;
}

body.woocommerce-cart .cart-collaterals {
	margin-top: 0;
}

body.woocommerce-cart .cross-sells {
	padding: 30px;
	border: 1px solid #e5e7eb;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.05);
}

body.woocommerce-cart .cross-sells h2 {
	margin: 0 0 20px;
	color: #111827;
	font-size: 28px;
	font-weight: 700;
	text-transform: none;
}

@media (max-width: 991px) {
	body.woocommerce-cart .woocommerce-cart-form > .row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart .shop_table.cart,
	body.woocommerce-cart .coupon,
	body.woocommerce-cart .cart_totals,
	body.woocommerce-cart .cross-sells {
		border-radius: 22px;
	}

	body.woocommerce-cart .shop_table.cart td.product-thumbnail a {
		width: 80px;
	}

	body.woocommerce-cart .shop_table.cart .actions .button[name="update_cart"] {
		float: none;
		width: 100%;
		margin-top: 12px;
	}

	body.woocommerce-cart .coupon,
	body.woocommerce-cart .cart_totals,
	body.woocommerce-cart .cross-sells {
		padding: 22px 18px;
	}
}

/*
 * Cart block refresh.
 */
body.woocommerce-cart .entry-content > .wp-block-woocommerce-cart {
	max-width: 100%;
	margin: 0;
}

body.woocommerce-cart .wp-block-woocommerce-cart.alignwide {
	max-width: 100%;
}

body.woocommerce-cart .wp-block-woocommerce-filled-cart-block {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
	gap: 28px;
	align-items: start;
}

body.woocommerce-cart .wp-block-woocommerce-cart-items-block,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
	min-width: 0;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
	padding: 28px;
	border: 1px solid #e5e7eb;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.05);
}

body.woocommerce-cart .wc-block-cart-items {
	margin: 0;
}

body.woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart .wc-block-components-order-summary__heading {
	margin-bottom: 6px;
	padding: 0 0 18px;
	border-bottom: 1px solid #edf1f4;
	color: #6b7280;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.woocommerce-cart .wc-block-cart-items__row,
body.woocommerce-cart .wc-block-components-order-summary .wc-block-components-order-summary-item {
	padding: 24px 0;
	border-bottom: 1px solid #edf1f4;
}

body.woocommerce-cart .wc-block-cart-items__row:last-child {
	border-bottom: 0;
}

body.woocommerce-cart .wc-block-cart-item__image,
body.woocommerce-cart .wc-block-components-order-summary-item__image {
	width: 108px;
}

body.woocommerce-cart .wc-block-cart-item__image a,
body.woocommerce-cart .wc-block-components-order-summary-item__image {
	display: block;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #edf1f4;
	border-radius: 22px;
	background: #fff;
}

body.woocommerce-cart .wc-block-cart-item__image img,
body.woocommerce-cart .wc-block-components-order-summary-item__image img {
	width: 100%;
	border-radius: 14px;
}

body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart .wc-block-components-order-summary-item__description .wc-block-components-product-name {
	color: #111827;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
	text-decoration: none;
}

body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-order-summary-item__description .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-details {
	margin-top: 10px;
	color: #6b7280;
	font-size: 13px;
	line-height: 1.6;
}

body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-components-product-price .amount,
body.woocommerce-cart .wc-block-components-order-summary-item__total-price,
body.woocommerce-cart .wc-block-components-order-summary-item__total-price .amount {
	color: #111827;
	font-size: 18px;
	font-weight: 700;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
	display: inline-grid;
	grid-template-columns: 42px minmax(48px, auto) 42px;
	align-items: center;
	min-height: 48px;
	padding: 0;
	border: 1px solid #d8dee6;
	border-radius: 18px;
	background: #fff;
	box-shadow: none;
}

body.woocommerce-cart .wc-block-components-quantity-selector:after,
body.woocommerce-cart .wc-block-components-quantity-selector:before {
	display: none;
}

body.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input,
body.woocommerce-cart .wc-block-components-quantity-selector input {
	border: 0;
	background: transparent;
	color: #111827;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	box-shadow: none;
}

body.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	border: 0;
	background: transparent;
	color: #111827;
	font-size: 22px;
	font-weight: 500;
}

body.woocommerce-cart .wc-block-components-product-badge,
body.woocommerce-cart .wc-block-components-sale-badge {
	display: inline-flex;
	align-items: center;
	height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: #f3f4f6;
	color: #111827;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-cart-item__total {
	color: #111827;
}

body.woocommerce-cart .wc-block-cart-item__remove-link,
body.woocommerce-cart .wc-block-components-product-remove-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid #e5e7eb;
	border-radius: 999px;
	background: #fff;
	color: #111827;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover,
body.woocommerce-cart .wc-block-components-product-remove-link:hover {
	border-color: #111827;
	background: #111827;
	color: #fff;
}

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block,
body.woocommerce-cart .wc-block-components-order-summary__button-text,
body.woocommerce-cart .wc-block-components-order-summary__header,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block > h2,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-title {
	margin: 0 0 18px;
	color: #111827;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
}

body.woocommerce-cart .wc-block-components-totals-wrapper {
	margin: 18px 0 0;
	padding: 0;
	border-top: 0;
}

body.woocommerce-cart .wc-block-components-totals-item,
body.woocommerce-cart .wc-block-components-totals-item__value,
body.woocommerce-cart .wc-block-components-totals-shipping,
body.woocommerce-cart .wc-block-components-totals-shipping__fieldset {
	color: #111827;
	font-size: 15px;
}

body.woocommerce-cart .wc-block-components-totals-item {
	padding: 16px 0;
	border-bottom: 1px solid #edf1f4;
}

body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-shipping__fieldset legend,
body.woocommerce-cart .wc-block-components-totals-coupon__label {
	color: #6b7280;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.woocommerce-cart .wc-block-components-totals-item__value,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
	font-weight: 700;
}

body.woocommerce-cart .wc-block-components-totals-footer-item {
	padding-top: 18px;
	border-bottom: 0;
}

body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	color: #111827;
	font-size: 19px;
	font-weight: 700;
}

body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-formatted-money-amount,
body.woocommerce-cart .wc-block-components-totals-footer-item .amount {
	color: #dc2626;
	font-size: 1.08em;
}

body.woocommerce-cart .wc-block-components-shipping-rates-control__package {
	padding: 14px 0 0;
}

body.woocommerce-cart .wc-block-components-radio-control .wc-block-components-radio-control__option,
body.woocommerce-cart .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option {
	padding: 12px 0;
	border: 0;
}

body.woocommerce-cart .wc-block-components-radio-control .wc-block-components-radio-control__label {
	color: #111827;
	font-size: 15px;
	font-weight: 600;
}

body.woocommerce-cart .wc-block-components-totals-coupon,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block {
	margin: 0 0 18px;
	padding: 22px;
	border: 1px solid #e5e7eb;
	border-radius: 22px;
	background: #f9fafb;
}

body.woocommerce-cart .wc-block-components-totals-coupon-link,
body.woocommerce-cart .wc-block-components-totals-coupon__content button,
body.woocommerce-cart .wc-block-components-totals-coupon__content .wc-block-components-button {
	color: #111827;
	font-weight: 700;
}

body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-text-input.is-active input,
body.woocommerce-cart .wc-block-components-combobox .components-form-token-field__input,
body.woocommerce-cart .wc-block-components-text-input input[type="text"] {
	height: 54px;
	border: 1px solid #d8dee6;
	border-radius: 16px;
	background: #fff;
	color: #111827;
	font-size: 15px;
	box-shadow: none;
}

body.woocommerce-cart .wc-block-components-button,
body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button {
	min-height: 54px;
	border: 1px solid #111827;
	border-radius: 16px;
	background: #111827;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: none;
	box-shadow: none;
}

body.woocommerce-cart .wc-block-components-button:hover,
body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:hover {
	background: #fff;
	color: #111827;
}

body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block {
	margin-top: 18px;
}

body.woocommerce-cart .wp-block-woocommerce-cart-accepted-payment-methods-block {
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid #edf1f4;
}

body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block {
	margin-top: 28px;
	padding: 30px;
	border: 1px solid #e5e7eb;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.05);
}

body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block > .wp-block-heading,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-heading:last-of-type {
	margin: 0 0 22px;
	color: #111827;
	font-size: 28px;
	font-weight: 700;
	text-transform: none;
}

body.woocommerce-cart .wc-block-grid__products {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.woocommerce-cart .wc-block-grid__product {
	margin: 0;
	padding: 0;
}

body.woocommerce-cart .wc-block-grid__product-link,
body.woocommerce-cart .wc-block-grid__product {
	display: block;
}

body.woocommerce-cart .wc-block-grid__product {
	padding: 18px;
	border: 1px solid #e5e7eb;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
}

body.woocommerce-cart .wc-block-grid__product-image {
	overflow: hidden;
	margin: 0 0 16px;
	padding: 10px;
	border-radius: 22px;
	background: #f9fafb;
}

body.woocommerce-cart .wc-block-grid__product-image img {
	width: 100%;
	border-radius: 16px;
}

body.woocommerce-cart .wc-block-grid__product-title {
	min-height: 3.2em;
	color: #111827;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.5;
}

body.woocommerce-cart .wc-block-grid__product-price {
	margin: 10px 0 16px;
	color: #111827;
	font-size: 18px;
	font-weight: 700;
}

body.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 48px;
	border: 1px solid #111827;
	border-radius: 16px;
	background: #111827;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

body.woocommerce-cart .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
	background: #fff;
	color: #111827;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
	padding: 28px;
	border: 1px solid #e5e7eb;
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.05);
}

body.woocommerce-cart .wc-block-cart__empty-cart__title {
	margin: 0 0 12px;
	color: #111827;
	font-size: 34px;
	font-weight: 700;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-separator {
	margin: 20px auto 28px;
	border-color: #edf1f4;
}

@media (max-width: 1200px) {
	body.woocommerce-cart .wc-block-grid__products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	body.woocommerce-cart .wp-block-woocommerce-filled-cart-block {
		grid-template-columns: 1fr;
	}

	body.woocommerce-cart .wc-block-grid__products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.woocommerce-cart .wc-block-cart-items,
	body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
	body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block,
	body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
		padding: 22px 18px;
		border-radius: 22px;
	}

	body.woocommerce-cart .wc-block-cart-item__image,
	body.woocommerce-cart .wc-block-components-order-summary-item__image {
		width: 88px;
	}

	body.woocommerce-cart .wc-block-grid__products {
		grid-template-columns: 1fr;
	}
}

/*
 * Cart block layout corrections.
 */
body.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
body.woocommerce-cart .wc-block-components-sidebar-layout {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 380px) !important;
	gap: 28px !important;
	width: 100% !important;
	max-width: 100% !important;
	align-items: start !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-items-block,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
body.woocommerce-cart .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
	width: 100% !important;
	max-width: none !important;
	min-width: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	justify-self: stretch !important;
}

body.woocommerce-cart .wc-block-components-sidebar {
	min-width: 320px !important;
}

body.woocommerce-cart .wc-block-components-sidebar > *,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block > * {
	width: 100% !important;
	max-width: 100% !important;
}

body.woocommerce-cart table.wc-block-cart-items,
body.woocommerce-cart .wc-block-components-sidebar-layout table.wc-block-cart-items {
	width: 100% !important;
	table-layout: fixed;
}

body.woocommerce-cart .wc-block-cart-items__row .wc-block-components-product-name,
body.woocommerce-cart .wc-block-components-order-summary-item__description .wc-block-components-product-name,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block h2,
body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-item__value {
	max-width: none !important;
	word-break: normal !important;
	overflow-wrap: break-word;
	white-space: normal !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
	align-items: center;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
	flex: 1 1 180px !important;
	min-width: 0 !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	flex: 0 0 auto !important;
}

@media (max-width: 991px) {
	body.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
	body.woocommerce-cart .wc-block-components-sidebar-layout {
		grid-template-columns: 1fr !important;
	}

	body.woocommerce-cart .wc-block-components-sidebar {
		min-width: 0 !important;
	}
}

/*
 * Cart block polish pass.
 */
body.woocommerce-cart .page-content.default-page {
	padding-bottom: 28px;
}

body.woocommerce-cart .main-container .entry-content {
	padding-top: 18px;
}

body.woocommerce-cart .wp-block-woocommerce-filled-cart-block,
body.woocommerce-cart .wc-block-components-sidebar-layout {
	gap: 24px !important;
}

body.woocommerce-cart .wc-block-cart-items {
	padding: 22px 28px !important;
	border-radius: 24px !important;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.04) !important;
}

body.woocommerce-cart .wc-block-cart-items__header {
	padding-bottom: 14px !important;
	margin-bottom: 0 !important;
}

body.woocommerce-cart .wc-block-cart-items__row {
	padding: 22px 0 !important;
}

body.woocommerce-cart .wc-block-cart-item__image {
	width: 92px !important;
}

body.woocommerce-cart .wc-block-cart-item__image a {
	padding: 8px !important;
	border-radius: 18px !important;
	background: #f8fafc !important;
}

body.woocommerce-cart .wc-block-components-product-name {
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.45 !important;
}

body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-cart-item__prices .price,
body.woocommerce-cart .wc-block-components-product-metadata {
	color: #6b7280 !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

body.woocommerce-cart .wc-block-cart-item__prices {
	margin-top: 6px !important;
}

body.woocommerce-cart .wc-block-cart-item__total,
body.woocommerce-cart .wc-block-cart-item__total .amount {
	color: #111827 !important;
	font-size: 18px !important;
	font-weight: 700 !important;
}

body.woocommerce-cart .wc-block-cart-item__quantity {
	margin-top: 14px !important;
	gap: 14px !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector {
	min-height: 44px !important;
	grid-template-columns: 36px minmax(40px, auto) 36px !important;
	border-radius: 999px !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	height: 42px !important;
	font-size: 20px !important;
}

body.woocommerce-cart .wc-block-cart-item__remove-link,
body.woocommerce-cart .wc-block-components-product-remove-link {
	min-height: auto !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	color: #6b7280 !important;
	font-size: 15px !important;
	text-decoration: none !important;
}

body.woocommerce-cart .wc-block-cart-item__remove-link:hover,
body.woocommerce-cart .wc-block-components-product-remove-link:hover {
	background: transparent !important;
	color: #111827 !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
	padding: 22px 24px !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 24px !important;
	background: #fff !important;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.04) !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block,
body.woocommerce-cart .wc-block-components-order-summary__header,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block > h2,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-title {
	margin: 0 0 18px !important;
	font-size: 22px !important;
	line-height: 1.2 !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block,
body.woocommerce-cart .wc-block-components-totals-coupon {
	margin: 0 0 18px !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 10px !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
	flex: initial !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
body.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-button {
	min-width: 110px !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button,
body.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button .wc-block-components-button__text {
	color: #fff !important;
	opacity: 1 !important;
	visibility: visible !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-size: 14px !important;
	line-height: 1 !important;
}

body.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button .wc-block-components-button__text {
	display: inline-block !important;
	position: relative;
	z-index: 1;
}

body.woocommerce-cart .wc-block-components-totals-wrapper {
	margin-top: 0 !important;
}

body.woocommerce-cart .wc-block-components-totals-item {
	padding: 14px 0 !important;
}

body.woocommerce-cart .wc-block-components-totals-item__label {
	font-size: 12px !important;
}

body.woocommerce-cart .wc-block-components-totals-footer-item {
	padding-top: 18px !important;
}

body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
	font-size: 17px !important;
}

body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block {
	margin-top: 20px !important;
}

body.woocommerce-cart .wc-block-cart__submit,
body.woocommerce-cart .wc-block-cart__submit-container {
	margin: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block {
	padding: 24px 28px !important;
	border-radius: 24px !important;
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.04) !important;
}

/*
 * Mobile header / menu repair.
 */

@media (max-width: 991px) {
	body .header-container.has-mobile-layout .header-composer {
		display: none !important;
	}

	body .header-container.has-mobile-layout .header-mobile {
		display: block !important;
		background: #fff;
		border-bottom: 1px solid #edf1f4;
		position: relative;
		z-index: 120;
	}

	body .header-container.has-mobile-layout .header-mobile .container {
		position: relative;
		padding-left: 16px;
		padding-right: 16px;
	}

	body .header-container.has-mobile-layout .header-mobile .vc_row {
		display: flex;
		align-items: center;
		min-height: 72px;
		margin-left: 0;
		margin-right: 0;
	}

	body .header-container.has-mobile-layout .header-mobile .wpb_column,
	body .header-container.has-mobile-layout .header-mobile .vc_column-inner,
	body .header-container.has-mobile-layout .header-mobile .wpb_wrapper,
	body .header-container.has-mobile-layout .header-mobile .header-icon {
		overflow: visible !important;
	}

	body .header-container.has-mobile-layout .header-mobile .logo.style1,
	body .header-container.has-mobile-layout .header-mobile .logo.style1 a {
		display: flex;
		align-items: center;
		margin: 0;
	}

	body .header-container.has-mobile-layout .header-mobile .logo.style1 img {
		display: block;
		width: auto;
		max-width: 170px;
		max-height: 38px;
	}

	body .header-container.has-mobile-layout .header-mobile .header-icon > .vc_column-inner > .wpb_wrapper {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		gap: 16px;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu {
		position: static;
		display: flex;
		align-items: center;
		margin: 0;
	}

	body .header-container.has-mobile-layout .header-mobile .mbmenu-toggler {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		padding: 0;
		color: #1f2937;
	}

	body .header-container.has-mobile-layout .header-mobile .mbmenu-toggler .mbmenu-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 28px;
		line-height: 1;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container {
		position: fixed !important;
		left: 12px !important;
		right: 12px !important;
		top: calc(72px + env(safe-area-inset-top) + 8px) !important;
		width: auto !important;
		height: auto;
		display: none;
		max-width: none;
		max-height: calc(100dvh - 92px - env(safe-area-inset-top));
		padding: 0;
		border: 0;
		border-radius: 22px;
		box-shadow: none;
		background: transparent;
		box-sizing: border-box;
		overflow: hidden auto;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
		z-index: 9999;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container.open {
		display: block !important;
		padding: 10px 0;
		border: 1px solid #e5e7eb;
		box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
		background: #fff;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container ul.nav-menu {
		margin: 0;
		padding: 0;
		float: none;
		width: 100%;
		display: block;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container ul.nav-menu > li {
		float: none;
		display: block;
		clear: both;
		width: 100%;
		margin: 0;
		position: relative;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container ul.nav-menu > li > a,
	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container ul.sub-menu li > a {
		float: none;
		display: block;
		width: 100%;
		height: auto;
		min-height: 48px;
		padding: 12px 48px 12px 18px;
		border-top: 1px solid #edf1f4;
		color: #1f2937;
		font-size: 17px;
		font-weight: 500;
		text-transform: none;
		line-height: 1.35;
		white-space: normal;
		word-break: normal;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container a.borart-parent-link {
		display: none !important;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container ul.nav-menu > li:first-child > a {
		border-top: 0;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container li.menu-item-has-children {
		float: none !important;
		display: block !important;
		height: auto;
		overflow: visible;
		position: relative;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container li.menu-item-has-children > .fa {
		display: none !important;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container li.menu-item-has-children > .borart-menu-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		min-height: 48px;
		padding: 12px 18px;
		border: 0;
		border-top: 1px solid #edf1f4;
		background: transparent;
		color: #1f2937;
		box-shadow: none;
		text-align: left;
		cursor: pointer;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container ul.nav-menu > li:first-child > .borart-menu-toggle {
		border-top: 0;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container li.menu-item-has-children > .borart-menu-toggle .borart-menu-toggle__label {
		flex: 1 1 auto;
		padding-right: 16px;
		font-size: 17px;
		font-weight: 500;
		line-height: 1.35;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container li.menu-item-has-children > .borart-menu-toggle .borart-menu-toggle__icon {
		flex: 0 0 auto;
		display: block;
		width: 10px;
		height: 10px;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform 0.2s ease, color 0.2s ease;
		opacity: 0.9;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container ul.sub-menu {
		float: none;
		display: none;
		position: static !important;
		width: 100%;
		margin: 0;
		padding: 0 0 8px 14px;
		background: #fff;
		clear: both;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container ul.sub-menu > li {
		float: none !important;
		display: block !important;
		clear: both;
		width: 100%;
		position: relative;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container ul.sub-menu li > a {
		padding-left: 18px;
		font-size: 16px;
		border-top-color: #f1f5f9;
		color: #475569;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container ul.sub-menu ul.sub-menu li > a {
		padding-left: 32px;
		font-size: 15px;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container li.menu-item-has-children.is-open > .borart-menu-toggle {
		color: #111827;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container li.menu-item-has-children.is-open > .borart-menu-toggle .borart-menu-toggle__icon {
		transform: rotate(135deg);
	}

	body .header-container.has-mobile-layout .header-mobile .searchcom {
		margin: 0;
	}

	body .header-container.has-mobile-layout .header-mobile .searchcom .search-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container li.menu-item-has-children > .borart-menu-toggle:focus,
	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container li.menu-item-has-children > .borart-menu-toggle:focus-visible,
	body .header-container.has-mobile-layout .header-mobile .mobile-menu-container li.menu-item-has-children > .borart-menu-toggle:active {
		outline: none !important;
		box-shadow: none !important;
		border-color: transparent !important;
	}

	body .header-container.has-mobile-layout .header-mobile .mobile-menu .mobile-menu-container {
		display: none !important;
	}

	body.borart-mobile-drawer-open {
		overflow: hidden;
	}

	#borart-mobile-drawer {
		position: fixed;
		inset: 0;
		z-index: 100000;
		pointer-events: none;
	}

	#borart-mobile-drawer.is-open {
		pointer-events: auto;
	}

	#borart-mobile-drawer .borart-mobile-drawer__overlay {
		position: absolute;
		inset: 0;
		border: 0;
		background: rgba(15, 23, 42, 0.16);
		opacity: 0;
		transition: opacity 0.2s ease;
	}

	#borart-mobile-drawer.is-open .borart-mobile-drawer__overlay {
		opacity: 1;
	}

	#borart-mobile-drawer .borart-mobile-drawer__panel {
		position: absolute;
		left: 12px;
		right: 12px;
		top: var(--borart-mobile-drawer-top, 80px);
		max-height: var(--borart-mobile-drawer-max-height, calc(100dvh - 92px));
		overflow: hidden auto;
		-webkit-overflow-scrolling: touch;
		background: #fff;
		border: 1px solid #e5e7eb;
		border-radius: 22px;
		box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
		opacity: 0;
		transform: translateY(-8px);
		transition: opacity 0.2s ease, transform 0.2s ease;
	}

	#borart-mobile-drawer.is-open .borart-mobile-drawer__panel {
		opacity: 1;
		transform: translateY(0);
	}

	#borart-mobile-drawer .borart-mobile-drawer__content > .nav-menu,
	#borart-mobile-drawer .borart-mobile-drawer__content ul.sub-menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#borart-mobile-drawer .borart-mobile-drawer__content li {
		position: relative;
		margin: 0;
	}

	#borart-mobile-drawer .borart-mobile-drawer__content li > a {
		display: block;
		padding: 14px 56px 14px 18px;
		border-top: 1px solid #edf1f4;
		color: #1f2937;
		font-size: 17px;
		font-weight: 500;
		line-height: 1.35;
		text-decoration: none;
		white-space: normal;
		word-break: normal;
	}

	#borart-mobile-drawer .borart-mobile-drawer__content > .nav-menu > li:first-child > a {
		border-top: 0;
	}

	#borart-mobile-drawer .borart-mobile-drawer__content li.menu-item-has-children > a {
		padding-right: 64px;
	}

	#borart-mobile-drawer .borart-mobile-drawer__content .borart-drawer-toggle {
		position: absolute;
		top: 0;
		right: 0;
		width: 52px;
		height: 52px;
		border: 0;
		background: transparent;
		color: #475569;
		cursor: pointer;
	}

	#borart-mobile-drawer .borart-mobile-drawer__content .borart-drawer-toggle__icon {
		display: inline-block;
		width: 10px;
		height: 10px;
		border-top: 2px solid currentColor;
		border-right: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform 0.2s ease;
	}

	#borart-mobile-drawer .borart-mobile-drawer__content li.is-open > .borart-drawer-toggle .borart-drawer-toggle__icon {
		transform: rotate(135deg);
	}

	#borart-mobile-drawer .borart-mobile-drawer__content ul.sub-menu {
		display: none;
		padding-bottom: 8px;
		background: #fff;
	}

	#borart-mobile-drawer .borart-mobile-drawer__content ul.sub-menu > li > a {
		padding-left: 30px;
		font-size: 16px;
		color: #475569;
	}

	#borart-mobile-drawer .borart-mobile-drawer__content ul.sub-menu ul.sub-menu > li > a {
		padding-left: 42px;
		font-size: 15px;
	}

	#borart-mobile-drawer .borart-mobile-drawer__content a:focus,
	#borart-mobile-drawer .borart-mobile-drawer__content a:focus-visible,
	#borart-mobile-drawer .borart-mobile-drawer__content .borart-drawer-toggle:focus,
	#borart-mobile-drawer .borart-mobile-drawer__content .borart-drawer-toggle:focus-visible {
		outline: none;
		box-shadow: none;
	}
}

@media (min-width: 992px) {
	body .header-container .horizontal-menu .mega_main_menu.borart-desktop-click-menu li.keep_open > .mega_dropdown,
	body .header-container .horizontal-menu .mega_main_menu.borart-desktop-click-menu li.default_dropdown.keep_open > .mega_dropdown,
	body .header-container .horizontal-menu .mega_main_menu.borart-desktop-click-menu li.default_dropdown li.keep_open > .mega_dropdown,
	body .header-container .horizontal-menu .mega_main_menu.borart-desktop-click-menu li.tabs_dropdown.keep_open > .mega_dropdown,
	body .header-container .horizontal-menu .mega_main_menu.borart-desktop-click-menu li.multicolumn_dropdown.keep_open > .mega_dropdown,
	body .header-container .horizontal-menu .mega_main_menu.borart-desktop-click-menu li.widgets_dropdown.keep_open .mega_dropdown,
	body .header-container .horizontal-menu .mega_main_menu.borart-desktop-click-menu li.post_type_dropdown.keep_open > .mega_dropdown,
	body .header-container .horizontal-menu .mega_main_menu.borart-desktop-click-menu li.post_type_dropdown > .mega_dropdown > li.post_item.keep_open .post_details,
	body .header-container .horizontal-menu .mega_main_menu.borart-desktop-click-menu li.grid_dropdown.keep_open > .mega_dropdown,
	body .header-container .horizontal-menu .mega_main_menu.borart-desktop-click-menu li.grid_dropdown > .mega_dropdown > li.keep_open .post_details,
	body .header-container .horizontal-menu .mega_main_menu.borart-desktop-click-menu li.keep_open:hover > .mega_dropdown {
		display: block !important;
		visibility: visible !important;
		overflow: visible !important;
		max-height: 3000px !important;
		max-width: 3000px !important;
		opacity: 1 !important;
		pointer-events: auto !important;
		-webkit-transform: perspective(600px) rotateX(0deg) !important;
		-moz-transform: perspective(600px) rotateX(0deg) !important;
		-ms-transform: perspective(600px) rotateX(0deg) !important;
		-o-transform: perspective(600px) rotateX(0deg) !important;
		transform: perspective(600px) rotateX(0deg) !important;
	}
}

@media (max-width: 991px) {
	.main-container .product-view .single-product-image,
	.main-container .product-view .single-product-image.hasthumb.slider,
	.main-container .product-view .single-product-image.slider {
		padding-left: 88px !important;
	}

	.main-container .product-view .single-product-image .images {
		width: 100% !important;
		margin: 0 !important;
	}

	.main-container .product-view .single-product-image .thumbnails.slider {
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		width: 68px !important;
		height: 100% !important;
		max-height: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		z-index: 6 !important;
	}

	.main-container .product-view .single-product-image .thumbnails.slider .thumbnails-inner,
	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper {
		height: 100% !important;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul,
	.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery {
		position: relative !important;
		top: auto !important;
		left: auto !important;
		width: 100% !important;
		display: block !important;
		overflow: visible !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper ul li,
	.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery > li {
		width: 100% !important;
		margin: 8px 0 !important;
		float: none !important;
		clear: both !important;
	}

	.main-container .product-view .single-product-image .thumbnails.slider #slider-prev,
	.main-container .product-view .single-product-image .thumbnails.slider #slider-next {
		display: flex !important;
	}

	.main-container .product-view .single-product-image .images .yith_magnifier_mousetrap,
	.main-container .product-view .single-product-image .images .yith_magnifier_lens {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.main-container .product-view .single-product-image.hasthumb.slider,
	.main-container .product-view .single-product-image.slider {
		position: relative !important;
		padding-left: 120px !important;
		overflow: visible !important;
	}

	.main-container .product-view .single-product-image .images {
		position: relative !important;
		z-index: 1 !important;
		overflow: hidden !important;
		margin: 0 !important;
	}

	.main-container .product-view .single-product-image .images .woocommerce-product-gallery__image,
	.main-container .product-view .single-product-image .images .woocommerce-product-gallery__image a,
	.main-container .product-view .single-product-image .images .yith_magnifier_zoom_wrap {
		position: relative !important;
		overflow: hidden !important;
	}

	.main-container .product-view .single-product-image .images .yith_magnifier_mousetrap,
	.main-container .product-view .single-product-image .images .yith_magnifier_lens,
	.main-container .product-view .single-product-image .images .yith_magnifier_zoom {
		left: 0 !important;
		top: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.main-container .product-view .single-product-image .thumbnails.slider {
		position: absolute !important;
		left: 0 !important;
		top: 0 !important;
		width: 90px !important;
		height: 100% !important;
		max-height: 100% !important;
		z-index: 1001 !important;
		pointer-events: auto !important;
	}

	.main-container .product-view .single-product-image .thumbnails.slider,
	.main-container .product-view .single-product-image .thumbnails.slider .thumbnails-inner,
	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper,
	.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery,
	.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery > li,
	.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery > li > a {
		pointer-events: auto !important;
	}

	.main-container .product-view .single-product-image .thumbnails.slider .thumbnails-inner,
	.main-container .product-view .single-product-image .thumbnails.slider .caroufredsel_wrapper,
	.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery,
	.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery > li,
	.main-container .product-view .single-product-image .thumbnails.slider .yith_magnifier_gallery > li > a {
		position: relative !important;
		z-index: 1002 !important;
	}
}
