.banner-bg-shop {
	padding: 45px 0 87px;
	background-image: url("./assets/images/banner-offerts.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.breadcrumbs {
	font-size: 14px;
}

.banner-offerts-breadcrumbs-shop {
	display: flex;
	gap: 8px;
}

.banner-offerts-breadcrumbs-shop a,
.banner-offerts-breadcrumbs-shop * {
	color: var(--color-primary) !important;
	font-weight: var(--font-weight-bold) !important;
	text-decoration: none !important;
	transition: all 0.2s ease !important;
}

.banner-offerts-breadcrumbs-shop a:hover {
	color: var(--color-text-white) !important;
}

.breadcrumbs-title {
	font-size: var(--font-size-xxl);
	font-weight: var(--font-weight-bold);
	margin: 0px;
	color: var(--color-text-white);
}

.breadcrumbs a {
	color: #333;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs .current {
	font-weight: bold;
}

.product-categories {
	margin: 40px 0 100px;
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(4, minmax(250px, 1fr));
}

@media only screen and (max-width: 1200px) {
	.product-categories {
		margin: 40px 0 88px;
		gap: 20px;
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 768px) {
	.product-categories {
		margin: 40px 0 0px;
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 576px) {
	.product-categories {
		grid-template-columns: 1fr;
	}

	.banner-offerts-breadcrumbs-shop {
		flex-wrap: wrap;
	}
}

/* Taxonomy-product-cat.php */

.category-title {
	font-size: var(--font-size-xxl);
	font-weight: var(--font-weight-bold);
	margin-bottom: 22px !important;
}

.category-filter {
	display: flex;
	justify-content: space-between;
}

.woocommerce-result-count {
	font-size: var(--font-size-md);
	margin-bottom: 78px !important;
}

.woocommerce-result-count p {
	margin-bottom: 0 !important;
}

.select-ordering form.woocommerce-ordering .orderby {
	border: none;
	border-bottom: 1px solid #757575;
	color: #757575;
	padding: 0px 8px;
}

.select-ordering form.woocommerce-ordering .orderby:focus-visible {
	border-bottom: 1px solid var(--color-primary);
	color: var(--color-primary);
	outline: none;
}

.select-ordering form.woocommerce-ordering .orderby * {
	color: var(--color-text-grey);
}

.category-row {
	display: grid;
	grid-template-columns: 25% 1fr;
	max-width: 100%;
	gap: 32px;
	margin-bottom: 100px;
}

.category-filters .woocommerce-product-search .search-field {
	border: none;
	border-bottom: 1px solid #757575 !important;
	color: #757575;
	width: 100%;
}

.category-filters .woocommerce-product-search .search-field:focus-visible {
	border-bottom: 1px solid var(--color-primary) !important;
	outline: none !important;
}

.category-filters
	.woocommerce-product-search
	.search-field:focus-visible::placeholder {
	color: var(--color-primary) !important;
}

.category-filters .woocommerce-product-search .search-field::placeholder {
	padding-left: 8px;
	color: var(--color-text-grey);
}

.category-filters form {
	display: flex;
	width: 100%;
}

.category-filters .woocommerce-product-search button {
	border: none;
	background-color: inherit;
	cursor: pointer;
}


.bapf_head h3,
.category-filter-title {
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-bold);
	color: var(--color-primary);
	margin: 46px 0 36px;
}

.category-list {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 22px;
	list-style-type: none;
}

.category-list li {
	font-weight: var(--font-weight-light);
	font-size: var(--font-size-md);
	position: relative;
	padding-left: 16px;
}

.category-list li a {
	color: var(--color-text-header);
	width: 100%;
	display: block;
}

.category-list li a:hover {
	color: var(--color-primary);
}

.category-list li.active::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 2px;
	background-color: var(--color-primary);
	transform: translateY(-50%);
}

.category-list li.active a {
	font-weight: var(--font-weight-bold);
}

.products-category {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.cart-container {
	position: relative;
	display: inline-block;
}

.badge {
	position: absolute;
	top: -8px;
	right: -8px;
	background-color: var(--color-primary);
	color: white;
	border-radius: 50%;
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
}

@media only screen and (max-width: 1200px) {
	.products-category {
		gap: 20px;
	}
}

@media only screen and (max-width: 992px) {
	.category-row {
		grid-template-columns: 1fr;
		margin-bottom: 88px;
	}

	.category-filters {
		order: 1;
	}

	.category-another-description {
		margin-bottom: 88px !important;
	}
}

@media only screen and (max-width: 768px) {
	.category-another-description,
	.category-row {
		margin-bottom: 54px !important;
	}
	.products-category {
		grid-template-columns: repeat(2, 1fr);
	}

	.product {
		text-align: center !important;
	}

	.products-category .product .onsale {
		right: inherit !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 0 !important;
		border-radius: 0 !important;
		padding: 8px !important;
		line-height: inherit !important;
		min-height: inherit !important;
		font-weight: inherit !important;
		background-color: var(--color-primary) !important;
		color: var(--color-text-white) !important;
	}

	.woocommerce-result-count {
		margin-bottom: 54px !important;
	}
}

@media only screen and (max-width: 576px) {
	.products-category {
		grid-template-columns: 1fr;
	}

	.category-filter {
		flex-direction: column;
	}

	.woocommerce-result-count,
	.select-ordering {
		margin-bottom: 32px !important;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: none;
	}
}

/* Search ikon */

/* .search-icon-container {
	position: relative;
} */
.search-icon {
	cursor: pointer;
}
.search-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.search-overlay .close-search {
	color: var(--color-text-white);
	font-size: 35px;
	transition: all 0.2s ease;
}

.search-overlay .close-search:hover {
	color: var(--color-primary);
}

.search-form-container {
	position: relative;
	width: 80%;
	max-width: 900px;
	padding: 120px 50px;
	border-radius: 5px;
}

.woocommerce-product-search {
	display: flex;
	align-items: center;
}

.search-overlay .search-field {
	flex-grow: 1;
	padding: 10px;
	border: 1px solid #ddd;
}

.search-overlay .search-submit {
	background-color: var(--color-primary);
	border: none;
	cursor: pointer;
	padding: 10px;
	height: 40px;
}

.close-search {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

.search-submit img {
	width: 20px;
	height: 20px;
}

.product a h4 {
	transition: all 0.2s ease;
	font-size: var(--font-size-md);
	font-weight: var(--font-weight-regular);
	color: var(--color-text-header);
	line-height: var(--line-height-31);
}

.product a:hover h4 {
	color: var(--color-primary);
}

.product-title {
	position: relative;
	margin: 0;
	padding-top: 18px;
	margin-bottom: 18px;
}

.product .onsale {
	right: 0 !important;
	left: inherit !important;
	top: 0 !important;
	border-radius: 0 !important;
	padding: 8px !important;
	line-height: inherit !important;
	min-height: inherit !important;
	font-weight: inherit !important;
	background-color: var(--color-primary) !important;
	color: var(--color-text-white) !important;
	font-size: 14px !important;
}

.product-execution {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-execution .price .woocommerce-Price-amount.amount bdi {
	font-size: var(--font-size-md) !important;
	font-weight: var(--font-weight-bold) !important;
	color: var(--color-primary) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))	a.button,
.product-execution .button.product_type_variable.add_to_cart_button,
.product-execution
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.product-execution .button.product_type_simple,
#newest .button {
	background-color: #212121 !important;
	color: var(--color-text-white) !important;
	transition: all 0.2s ease !important;
	border-radius: 0 !important;
	padding: .618em 1em;
}

.product-execution .button.product_type_variable.add_to_cart_button,
.product-execution
	.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.product-execution .button.product_type_simple {
	padding: 0.618em 1em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button:hover,
.product-execution .button.product_type_variable.add_to_cart_button:hover,
.product-execution
	.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.product-execution .button.product_type_simple:hover {
	background-color: var(--color-text-header) !important;
	color: var(--color-text-white) !important;
}

.products-pagination-category {
	margin-top: 60px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.products-pagination-category * {
	font-size: 21px;
	padding: 4px 8px;
	color: var(--color-text-header);
}

.products-pagination-category *:last-child:not(.current),
.products-pagination-category *:first-child:not(.current) {
	padding: 0;
}

.products-pagination-category .page-numbers.current {
	background-color: var(--color-primary);
	color: var(--color-text-white);
}

.products-pagination-category .icon-prev {
	transform: rotateY(180deg);
}

.category-another-description {
	margin-bottom: 100px;
}

.category-description {
	font-size: var(--font-size-md);
	font-weight: var(--font-weight-light);
	line-height: var(--line-height-31);
}

.flex-control-nav.flex-control-thumbs {
	margin-top: 14px !important;
}

.flex-control-nav.flex-control-thumbs li {
	margin-right: 14px !important;
}

.flex-control-nav.flex-control-thumbs li:last-child {
	margin-left: 0 !important;
}

@media only screen and (max-width: 1200px) {
	.product-execution {
		flex-direction: column;
	}

	.woocommerce:where(body:not(.woocommerce-uses-block-theme))
		div.product
		p.price,
	.woocommerce:where(body:not(.woocommerce-uses-block-theme))
		div.product
		span.price {
		margin-bottom: 12px !important;
	}
}

/* Single produkt */

.single-product-custom {
	margin: 4% 0px 100px;
}

.product_title {
	font-weight: var(--font-weight-bold);
	font-size: var(--font-size-xxl);
	color: var(--color-black-light);
	margin-bottom: 16px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
	div.product
	span.price {
	margin-bottom: 24px;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{
	color: #212121;
}


.price-special .woocommerce-Price-amount.amount *,
.price.price-special {
	font-size: var(--font-size-xxl) !important;
}

.price-special .woocommerce-Price-amount.amount bdi {
	font-weight: var(--font-weight-bold) !important;
}

.woocommerce-product-details__short-description p {
	font-size: var(--font-size-md);
	line-height: var(--line-height-31);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single,
.woocommerce div.product form.cart .variations select,
.woocommerce .woocommerce-ordering select,
.woocommerce .quantity .qty,
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 1px 2px;
	border: none;
	border-bottom: 1px solid var(--color-grey-light);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	#respond
	input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	#respond
	input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	input.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled],
.woocommerce .button.wc-backward,
.woocommerce-info .button.wc-forward {
	background-color: var(--color-primary);
	color: var(--color-text-white);
	transition: all 0.2s ease;
	border-radius: 0 !important;
	padding: 11px 24px;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
	button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button:disabled[disabled]:hover,
.woocommerce .button.wc-backward:hover,
.checkout-button.button.alt.wc-forward:hover,
.woocommerce-info .button.wc-forward:hover {
	background-color: var(--color-text-header);
	color: var(--color-text-white);
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
	margin-top: 50px;
}

.product_meta {
	display: none;
}

.variations {
	margin-top: 50px;
}


.variations tbody select {
	width: 100%;
}

.variations tr {
	flex-direction: column-reverse;
	justify-content: start;
	flex: 1;
}

.variations .label {
	text-align: start;
}

.variations .label label {
	font-size: var(--font-size-sm) !important;
	font-weight: var(--font-weight-light) !important;
	color: var(--color-text-grey);
}

.reset_variations {
	display: none !important;
}

.quantity {
	margin-right: 67px !important;
	position: relative;
	padding: 11px 0;
}

.quantity::after {
	position: absolute;
	content: "szt.";
	top: 50%;
	transform: translateY(-50%);
	right: -32px;
	color: var(--color-text-grey);
}

.woocommerce div.product div.summary {
	margin-bottom: 0 !important;
}

.cart {
	margin-top: 50px;
}

.variations_form.cart:has(.variations) {
	margin-top: 0 !important;
}


.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab
	p {
	font-size: var(--font-size-md);
	font-weight: var(--font-weight-light);
	line-height: var(--line-height-31);
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab
	h2 {
	font-size: var(--font-size-20);
	font-weight: var(--font-weight-bold);
	margin-bottom: 45px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab
	ul
	li {
	font-size: var(--font-size-md);
	font-weight: var(--font-weight-regular);
	margin-bottom: 16px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab
	ul
	li::marker {
	color: var(--color-primary);
}

@media only screen and (max-width: 992px) {
	.single-product-custom {
		margin-bottom: 88px;
	}
}

@media only screen and (max-width: 768px) {
	.single-product-custom {
		margin-bottom: 54px;
	}
	.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab {
		padding-top: 40px !important;
		text-align: left;
	}
}

/* Cart shop */

.woocommerce-message {
	border-top-color: var(--color-primary) !important;
}

.woocommerce-message::before {
	content: "\e015";
	color: var(--color-primary) !important;
}

.shop-page-custom {
	margin: 80px 0px 132px 0px !important;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
	thead
	tr
	th,
.cart-subtotal th,
.woocommerce-shipping-totals.shipping th,
.tax-rate.tax-rate-vat-1 th,
.order-total th {
	font-weight: var(--font-weight-bold);
	font-size: var(--font-size-20);
}

.tax-rate.tax-rate-vat-1 th {
	text-transform: uppercase;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
	.product-name
	a,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
	.product-price
	*,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
	.product-quantity
	*,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
	.product-subtotal
	* {
	font-size: var(--font-size-md) !important;
	color: var(--color-text-header) !important;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
	tbody
	tr
	td.actions {
	padding-top: 32px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
	tbody
	tr
	td.actions
	.coupon {
	display: flex;
	align-items: end;
	font-size: var(--font-size-md);
	gap: 16px;
}

.wc-proceed-to-checkout a,
#coupon_code::placeholder {
	font-size: var(--font-size-md) !important;
}

.coupon #coupon_code {
	padding-bottom: 11px;
	width: 100px !important;
}

.coupon #coupon_code::placeholder {
	font-weight: var(--font-weight-light) !important;
	color: var(--color-text-header) !important;
}
.cart_totals h2 {
	font-size: var(--font-size-xxl);
	font-weight: var(--font-weight-bold);
}

.woocommerce-shipping-totals.shipping .woocommerce-shipping-destination,
.woocommerce-shipping-totals.shipping .woocommerce-shipping-calculator {
	display: none !important;
}

.cart-subtotal td,
.tax-rate td,
.order-total td {
	text-align: end !important;
}

.cart-subtotal td * {
	font-weight: var(--font-weight-light) !important;
	font-size: var(--font-size-md) !important;
}

.woocommerce ul#shipping_method li {
	display: flex;
	align-items: center !important;
}

.woocommerce ul#shipping_method li label {
	width: 100%;
	display: flex !important;
	justify-content: flex-end !important;
	gap: 8px !important;
	align-items: center !important;
}

#shipping_method label {
	font-size: var(--font-size-md) !important;
	font-weight: normal;
}

.woocommerce-Price-amount.amount bdi {
	font-weight: var(--font-weight-bold);
	font-size: 40px;
	color: var(--color-black-light);
	margin-bottom: 16px;
}

.woocommerce-Price-amount.amount bdi *{
	font-size: inherit;
}

.order-total .woocommerce-Price-amount.amount bdi {
	font-weight: var(--font-weight-bold) !important;
	font-size: var(--font-size-20) !important;
}

@media only screen and (max-width: 992px) {
	.shop-page-custom {
		margin: 60px 0px 88px 0px !important;
	}
	.woocommerce ul#shipping_method li {
		width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.shop-page-custom {
		margin: 54px 0px 60px 0px !important;
	}
}

@media screen and (max-width: 360px) {
	.woocommerce table.shop_table .product-name {
		word-break: break-word;
	}
	.woocommerce-cart-form__contents,
	.shop_table.woocommerce-checkout-review-order-table {
		overflow-x: auto;
		display: block;
		width: 100%;
	}
	.woocommerce table.shop_table td,
	.woocommerce table.shop_table th,
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
		.product-name
		a {
		font-size: 14px !important;
	}
}

/* My account */

.dashboard-custom {
	font-size: var(--font-size-sm);
	font-weight: var(--font-weight-light);
}

.my-account-custom {
	margin: 55px 0 150px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
	float: unset;
	width: inherit;
}

.woocommerce-account .woocommerce-MyAccount-content {
	float: unset;
	width: inherit;
	margin-top: 37px !important;
}

.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	border-bottom: 1px solid #d9d9d9 !important;
	width: 100%;
}

.woocommerce-MyAccount-navigation ul li {
	margin-right: 2px;
}

.woocommerce-MyAccount-navigation ul li:first-child {
	margin-left: 32px;
}

.woocommerce-MyAccount-navigation ul li a {
	display: block;
	padding: 12px 32px;
	text-decoration: none;
	font-size: var(--font-size-md);
	color: var(--color-text-header);
	font-weight: var(--font-weight-bold);
	transition: all 0.2s ease;
}

.woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--color-primary);
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #fff;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
	color: var(--color-primary);
}

.woocommerce-MyAccount-navigation ul li:first-child.is-active a {
	color: var(--color-primary);
}

.woocommerce-MyAccount-content {
	margin-top: 60px;
}

.woocommerce-MyAccount-content h2 {
	font-size: 1.5em;
	margin-bottom: 15px;
}

.woocommerce-MyAccount-content p:nth-child(2),
.woocommerce-MyAccount-content p:nth-child(2) a {
	margin-bottom: 24px;
	font-size: var(--font-size-md);
}

/* .woocommerce-MyAccount-content p {
	font-size: var(--font-size-sm);
} */

.woocommerce-MyAccount-content a {
	color: var(--color-text-header);
	font-size: var(--font-size-sm);
	text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
	text-decoration: underline;
}

.woocommerce-account .custom-account-box-text a {
	font-size: 1rem;
	font-weight: var(--font-weight-bold);
}

.woocommerce-account .custom-account-box-text a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1100px) {
	.woocommerce-MyAccount-navigation ul {
		border-bottom: none !important;
		flex-wrap: wrap;
	}
	.woocommerce-MyAccount-navigation ul li.is-active a {
		background-color: #fff;
		border-left: 1px solid #d9d9d9;
		border-top: 1px solid #d9d9d9;
		border-right: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9;
		color: var(--color-primary);
	}
}

@media screen and (max-width: 768px) {
	.woocommerce-MyAccount-navigation ul li:first-child {
		margin-left: 0px;
	}
	.woocommerce-MyAccount-navigation ul {
		flex-direction: column;
	}

	.woocommerce-MyAccount-navigation ul li {
		margin-right: 0;
		margin-bottom: 2px;
	}

	.woocommerce-MyAccount-navigation ul li a {
		border: 1px solid #e0e0e0;
	}

	.woocommerce-MyAccount-navigation ul li.is-active a {
		border-bottom: 1px solid #e0e0e0;
		margin-bottom: 0;
	}

	.my-account-custom {
		margin: 40px 0px 88px;
	}
}

.woocommerce table.shop_table {
	border: none;
}

.woocommerce-button.button.view {
	background-color: var(--color-primary);
	color: var(--color-text-white);
	transition: all 0.2s ease;
}

.woocommerce-button.button.view:hover {
	background-color: var(--color-text-header);
	color: var(--color-text-white);
}

.woocommerce-orders-table__header span.nobr {
	font-size: var(--font-size-md);
	color: #131313;
}

.woocommerce table.shop_table th {
	font-weight: var(--font-weight-regular);
}

.woocommerce table.shop_table td {
	font-weight: var(--font-weight-light);
	font-size: var(--font-size-md);
}

.custom-order-details-woocommerce .woocommerce-order-details__title {
	font-weight: var(--font-weight-bold);
	font-size: var(--font-size-20);
}

.woocommerce-customer-details-custom {
	border: none !important;
	padding: 0 !important;
}

address.woocommerce-customer-details-custom {
	line-height: 1.5;
	color: var(--color-text-grey);
}

.woocommerce
	.woocommerce-customer-details
	.woocommerce-customer-details--email::before {
	display: none !important;
}

.woocommerce-customer-details--email {
	padding: 0 !important;
}

.woocommerce-edit-address
	.my-account-custom
	.woocommerce-MyAccount-content
	p:nth-child(2) {
	color: #707070;
}

.woocommerce-edit-address .woocommerce form .form-row {
	margin-bottom: 40px !important;
}

.woocommerce-Address-title.title {
	display: flex !important;
	align-items: center !important;
	margin: 0 !important;
	justify-content: space-between !important;
	width: 100%;
}

.woocommerce-Address-title.title h3 {
	margin: 0;
	font-weight: var(--font-weight-bold);
	font-size: var(--font-size-20);
}

.woocommerce-Address-title.title a {
	color: #707070;
}

.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
	content: none;
}

.woocommerce-Address address {
	font-style: normal !important;
	color: #707070;
	font-size: var(--font-size-20);
	line-height: var(--line-height-31);
}

.custom-form-woocommerce-edit {
	width: 50%;
}

@media only screen and (max-width: 992px) {
	.custom-form-woocommerce-edit {
		width: 100%;
	}
}

@media only screen and (max-width: 576px) {
	.edit-account-box {
		flex-direction: column;
	}

	.edit-account-box p {
		width: 100% !important;
	}
}

/* Login */

.woocommerce-login-title-custom,
.cutom-woocommerce-title-register {
	text-align: center;
	margin: 73px 0px;
	font-size: var(--font-size-20);
	font-weight: var(--font-weight-bold);
}

.cutom-woocommerce-title-register {
	margin-bottom: 21px;
}

.woocommerce-ResetPassword.lost_reset_password {
	margin: 73px auto 80px;
}

.showregister:hover {
	text-decoration: underline !important;
}

.woocommerce-form.woocommerce-form-login.login,
.woocommerce-form.woocommerce-form-register.register {
	max-width: 50%;
	border: none;
	margin: 0 auto;
	padding: 0 !important;
}

.woocommerce-form.woocommerce-form-login.login #username,
.woocommerce-form.woocommerce-form-login.login #password,
.woocommerce-form-row.woocommerce-form-row--wide.form-row input,
.woocommerce-ResetPassword.lost_reset_password input,
.woocommerce-form-row input,
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-shipping-fields input,
#account_password_field span input,
#account_username_field span input {
	border: none;
	border-bottom: 1px solid #d9d9d9 !important;
}

.woocommerce-form.woocommerce-form-login.login label,
.woocommerce-form-row
	label
	.woocommerce-form.woocommerce-form-register.register
	label,
.woocommerce-ResetPassword.lost_reset_password label,
.woocommerce-EditAccountForm.edit-account.custom-form-woocommerce-edit
	label
	.edit-acoount-password
	label,
.woocommerce-EditAccountForm.edit-account.custom-form-woocommerce-edit label,
.woocommerce-form.woocommerce-form-register.register label,
.woocommerce-billing-fields__field-wrapper label,
.woocommerce-shipping-fields label,
#account_password_field label,
#account_username_field label {
	color: var(--color-text-grey) !important;
	margin-top: 8px;
	font-size: var(--font-size-sm);
}

.woocommerce-form.woocommerce-form-register.register label:has(span) {
	color: inherit !important;
}

.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide.woocommerce-login-field-custom {
	margin: 60px 0 20px;
}

.form-row-custom {
	display: flex;
	flex-direction: column;
	gap: 32px;
	align-items: center;
}
.woocommerce-form.woocommerce-form-register.register
	.woocommerce-form-row.form-row.custom-button-register-woocommerce {
	display: flex !important;
	justify-content: center !important;
}

.form-row-custom button,
.cutom-woocommerce-button,
.edit-account-button-custom {
	width: fit-content;
	background-color: var(--color-primary) !important;
	color: var(--color-text-white) !important;
	transition: all 0.2s ease !important;
	border-radius: 0 !important;
	padding: 16px 32px !important;
	font-size: var(--font-size-md) !important;
}

.cutom-woocommerce-button {
	margin-top: 100px !important;
}

.form-row-custom button:hover,
.edit-account-button-custom:hover,
.cutom-woocommerce-button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
	.woocommerce
	button.button.alt:hover {
	background-color: var(--color-text-header) !important;
	color: var(--color-text-white) !important;
}

.woocommerce-LostPassword.lost_password,
.woocommerce-form-row-custom-register {
	text-align: center;
}

.woocommerce-LostPassword.lost_password a,
.woocommerce-form-row a,
.woocommerce-form-row,
.woocommerce-ResetPassword.lost_reset_password p {
	color: var(--color-text-header);
	font-size: var(--font-size-md);
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
	position: absolute;
	right: 0.7em;
	top: 0 !important;
	cursor: pointer;
}

.woocommerce-page .variations .value select,
.woocommerce .quantity .qty {
	color: var(--color-text-grey);
}

.woocommerce-page .variations .value select:focus-visible {
	color: var(--color-primary);
	border: 1px solid var(--color-primary);
}

.woocommerce-privacy-policy-text {
	display: none !important;
}

.have-account-custom {
	text-align: center;
	font-size: var(--font-size-md);
	font-weight: var(--font-weight-light);
	margin-bottom: 100px;
}

.have-account-custom .log-in-custom {
	font-weight: 400 !important;
	cursor: pointer;
	font-size: var(--font-size-md);
}

.log-in-custom:hover {
	text-decoration: underline;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	color: var(--color-text-header) !important;
}

.woocommerce-ResetPassword.lost_reset_password {
	width: 50%;
	display: flex;
	gap: 20px;
	align-items: center;
	flex-direction: column;
	text-align: center;
}

.edit-acoount-password p,
.special-field-no-margin {
	margin-bottom: 0px !important;
}

.edit-acoount-password {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.edit-acoount-password h3 {
	margin: 80px 0px 0px;
}

.woocommerce form .form-row {
	padding: 0 !important;
	margin: 0 !important;
}

.edit-account-button-custom {
	margin-top: 26px !important;
}

.edit-account-button-custom-end {
	text-align: end !important;
}

.edit-account-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 38px;
}

.edit-account-box * {
	flex: 1;
}

.form-container-custom {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.show-password-input::after {
	content: url(../images/eye.svg) !important;
}

@media only screen and (max-width: 992px) {
	.edit-acoount-password h3 {
		margin: 60px 0px 0px;
	}
	.edit-account-button-custom-end {
		text-align: center !important;
	}
	.woocommerce-form.woocommerce-form-login.login,
	.woocommerce-form.woocommerce-form-register.register {
		max-width: 80% !important;
	}

	.woocommerce-account .cutom-woocommerce-button {
		margin-top: 60px !important;
	}
	.have-account-custom {
		margin-bottom: 60px !important;
	}
}

@media only screen and (max-width: 768px) {
	.edit-acoount-password h3 {
		margin: 40px 0px 0px;
	}
	.woocommerce-account .cutom-woocommerce-button {
		margin-top: 40px !important;
	}
	.have-account-custom {
		margin-bottom: 40px !important;
	}
}

@media only screen and (max-width: 576px) {
	.woocommerce-form.woocommerce-form-login.login,
	.woocommerce-form.woocommerce-form-register.register {
		max-width: 100% !important;
	}
}

/* Checkout */

.checkout.woocommerce-checkout {
	margin: 80px 0px 56px;
}

.woocommerce-billing-fields h3,
#order_review_heading,
#payment h3 {
	font-size: var(--font-size-20);
	font-weight: var(--font-weight-bold);
	margin-bottom: 75px;
}

#order_review_heading,
#payment h3 {
	margin: 60px 0 24px;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: none !important;
}

.u-column2.col-2.woocommerce-Address {
	width: 48% !important;
	float: right !important;
}

.u-column1.col-1.woocommerce-Address {
	width: 48% !important;
	float: left !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	width: 50%;
}

.woocommerce-form-coupon-toggle,
#billing_address_2_field {
	display: none !important;
}

.woocommerce-billing-fields__field-wrapper p,
#account_password_field,
.woocommerce-account-fields .create-account #account_username_field,
.shipping_address p {
	display: flex;
	flex-direction: column-reverse;
}

#account_password_field {
	margin: 24px 0px !important;
}

.woocommerce-account-fields .create-account #account_username_field,
.woocommerce-shipping-fields .shipping_address p {
	margin-top: 24px !important;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p,
.woocommerce-shipping-fields .shipping_address p {
	margin-bottom: 60px !important;
}

.woocommerce-shipping-fields .shipping_address p {
	margin-top: 60px !important;
}

#ship-to-different-address-checkbox {
	margin: -2px 8px 0px 0px !important;
}

#ship-to-different-address span,
.woocommerce-account-fields span {
	font-size: var(--font-size-md) !important;
	font-weight: var(--font-weight-light) !important;
}

#shipping_address_2_field {
	display: none !important;
}

#order_review table thead tr th.product-name,
#order_review table thead tr th.product-total {
	font-weight: var(--font-weight-bold);
}

#order_review table thead tr th.product-name {
	font-size: var(--font-size-20);
}

#order_review table thead tr th.product-total {
	font-size: var(--font-size-md);
}

#order_review table thead tr th + th {
	text-align: end;
}

#order_review tbody tr td.product-total {
	text-align: end;
}

#order_review table tfoot .woocommerce-Price-amount.amount {
	font-weight: var(--font-weight-light) !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background-color: inherit;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0px 0px 24px;
}

.payment_box.payment_method_cod,
.payment_box.payment_method_bacs {
	background-color: inherit !important;
	color: var(--color-text-grey) !important;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	display: none;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	width: 100%;
	padding: 0;
	margin: 10px 0px 24px;
	line-height: 1.5;
	background-color: #dcd7e3;
	color: #515151;
}

#payment .woocommerce-terms-and-conditions-wrapper {
	margin-top: 12px !important;
}

#payment .optional {
	display: none;
}

#payment .button.alt {
	margin-top: 44px;
	font-size: var(--font-size-md);
}

#payment .woocommerce-terms-and-conditions-wrapper span,
#payment .woocommerce-terms-and-conditions-wrapper span a,
#payment .woocommerce-input-wrapper label,
#payment .woocommerce-input-wrapper label a {
	color: var(--color-text-grey) !important;
}

#payment .woocommerce-terms-and-conditions-wrapper span a:hover,
#payment .woocommerce-input-wrapper label a:hover {
	text-decoration: underline;
}

.woocommerce-info {
	border-top-color: var(--color-primary);
}

.woocommerce-info::before {
	color: var(--color-primary);
}

@media only screen and (max-width: 992px) {
	.woocommerce-checkout .woocommerce .col2-set .col-1,
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-2 {
		width: 100% !important;
	}

	.woocommerce-Address {
		margin-bottom: 12px;
	}

	.checkout.woocommerce-checkout {
		margin: 60px 0px 56px;
	}

	.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper p,
	.woocommerce-shipping-fields .shipping_address p,
	.woocommerce-shipping-fields .shipping_address p {
		margin-bottom: 40px !important;
	}
	.woocommerce-shipping-fields .shipping_address p {
		margin-top: 0 !important;
	}

	.woocommerce-shipping-fields .shipping_address p:first-child {
		margin-top: 40px !important;
	}
}

@media only screen and (max-width: 768px) {
	.checkout.woocommerce-checkout {
		margin: 40px 0px 56px;
	}
	.woocommerce-billing-fields h3,
	#order_review_heading,
	#payment h3 {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 576px) {
	.woocommerce-checkout p.form-row {
		width: 100%;
	}
}

/* Search result */

.search-results .product {
	position: relative;
}

.search-results .onsale {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}

.search-results .product img {
	width: 100%;
	height: auto;
	display: block;
}

.space-custom-margin {
	margin: 35px 0px 100px;
}

.space-custom-margin-bottom {
	margin-bottom: 100px;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	font-size: var(--font-size-lg);
	font-weight: var(--font-weight-bold);
	margin-bottom: 24px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	padding-inline: 0px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
	li {
	margin-bottom: 8px;
}

.woocommerce-order
	table.shop_table
	.woocommerce-table__product-name.product-name
	a {
	color: var(--color-text-header);
}

.input-text.qty.text:focus-visible,
#coupon_code:focus-visible {
	border-bottom: 1px solid var(--color-primary) !important;
	outline: none !important;
}

.focused-input {
	border-bottom: 1px solid var(--color-primary) !important;
	outline: none !important;
}

.woocommerce-edit-address
	.woocommerce-address-fields
	.woocommerce-address-fields__field-wrapper
	p {
	display: flex;
	flex-direction: column-reverse;
}

.single_variation_wrap {
	clear: both;
}

.variations_custom_button {
	margin-bottom: 26px;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.variations_custom_button a {
	float: none !important;
}

.variations_custom_button .custom-button-variations:nth-child(1) {
	background-color: #084182 !important;
	flex: 2;
	text-align: center;
	padding: 11px 24px !important;
}

.variations_custom_button .custom-button-variations:nth-child(2) {
	background: none !important;
	color: #084182 !important;
	font-weight: var(--font-weight-regular) !important;
	padding-inline: 0px !important;
}

.variations_custom_button .custom-button-variations:nth-child(2):hover {
	background: none !important;
	color: #084182 !important;
	text-decoration: underline !important;
}

@media (max-width: 906px) {
	.variations_custom_button {
		margin-bottom: 26px;
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
	}
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
	.product-subtotal
	.tax_label {
	font-size: var(--font-size-md) !important;
	color: var(--color-text-header) !important;
	font-weight: var(--font-weight-light);
}

.woocommerce-shipping-totals.shipping #shipping_method .tax_label {
	display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table .tax_label {
	color: var(--color-text-header) !important;
}

.variations{
	display: flex;
	gap: 1.5rem;
	flex-direction: column;
	margin-bottom: 50px !important;
}

.variant-row {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.variant-row .value{
	width: 100%;
}

.variant-row select{
	color: black;
	padding: 1px 2px;
	border: none;
	border-bottom: 1px solid var(--color-grey-light);
	appearance: none;
	outline: 0 !important;
}

.woocommerce div.product form.cart .variations select{
	padding-right: 3rem;
	max-width: unset;
	min-width: unset;
}


.variant-row select:focus-visible{
	outline: 0 !important;
	color: black !important;
}

.woocommerce-product-details__short-description {
    padding-bottom: 2rem;
    border-bottom: 1px solid #D9D9D9;
}

.color-select-button{
	display: inline-block;
	background: #212121;
	font-size: var(--font-size-md);
	font-weight: var(--font-weight-bold);
	border: 2px solid #212121;
	color: white;
	cursor: pointer;
	transition: all 0.2s ease;
	padding: 0.625rem 1.25rem;
}

.color-select-button:hover{
	background: var(--color-primary);
	border: 2px solid var(--color-primary);
	color: white;
}

.colors-modal-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
}

.colors-modal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background: white;
	width: 100%;
	height: 100%;
	max-height: 80vh;
	max-width: 90vw;
	margin: auto auto;
	box-shadow: 0px 0px 10px #00000029;
	padding: 2rem;
}

.colors-modal .container_boxes{
	max-height: calc(80vh - 64px - 5rem);
	overflow: auto;
	padding: 1rem 1rem;
	margin: -1rem -1rem;
}

.colors-modal .entry-title{
	font-weight: var(--font-weight-bold);
	font-size: var(--font-size-lg);
	color: var(--color-black-light);
	margin-top: 0;
	display: flex;
	justify-content: space-between;
}

.colors-modal .entry-title span{
	cursor: pointer;
}

.colors-modal .entry-title + p{
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 1px solid #D9D9D9;
}

.colors-modal .boxes{
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(calc(calc(100% / 2) - 1rem), 1fr));
}

.colors-modal .boxes .color-box{
	box-sizing: border-box;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: white;
	text-shadow: black 0px 0px 10px;
	cursor: pointer;
	padding: 2rem;
	text-align: center;
	text-transform: uppercase;
	box-shadow: 1px 1px 5px 5px #00000029;
}

@media (min-width: 576px){
	.colors-modal .boxes{
		grid-template-columns: repeat(3, minmax(calc(calc(100% / 3) - 1rem), 1fr));
	}

}
@media (min-width: 768px){
	.colors-modal .boxes{
		grid-template-columns: repeat(4, minmax(calc(calc(100% / 4) - 1rem), 1fr));
	}
}
@media (min-width: 992px){
	.colors-modal .boxes{
		grid-template-columns: repeat(5, minmax(calc(calc(100% / 5) - 1rem), 1fr));
	}
}
@media (min-width: 1200px){
	.colors-modal .boxes{
		grid-template-columns: repeat(6, minmax(calc(calc(100% / 6) - 1rem), 1fr));
	}
}
@media (min-width: 1400px){
	.colors-modal .boxes{
		grid-template-columns: repeat(7, minmax(calc(calc(100% / 7) - 1rem), 1fr));
	}
}
@media (min-width: 1600px){
	.colors-modal .boxes{
		grid-template-columns: repeat(8, minmax(calc(calc(100% / 8) - 1rem), 1fr));
	}
}
@media (min-width: 1800px){
	.colors-modal .boxes{
		grid-template-columns: repeat(9, minmax(calc(calc(100% / 9) - 1rem), 1fr));
	}
}
@media (min-width: 2000px){
	.colors-modal .boxes{
		grid-template-columns: repeat(10, minmax(calc(calc(100% / 10) - 1rem), 1fr));
	}
}

.colors-modal .boxes .color-box *{
	opacity: 0;
	pointer-events: none;
	transition-duration: 0.3s;
}

.colors-modal .boxes .color-box:hover *{
	opacity: 1;
	transition-duration: 0.3s;
}

.variant-row label[for]::after {
    content: ":";
}

.woocommerce div.product div.images .flex-control-thumbs{
	display: flex;
	flex-wrap: nowrap;
}

@media (max-width: 576px){
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width: 100%;
		float: left;
		clear: both;
		margin: 0 0 2.992em;
	}

	.woocommerce-loop-product__title{
			text-align: left;
	}
}

.woocommerce ul.products li.product .price del{
	display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	padding: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
	border: 1px solid #D9D9D9;
	padding: 1rem 2.5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li[aria-selected='false'] {
    background: none;
    border: none;
}


.easypack-shipping-method-logo,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display: none;
}

.woocommerce-shipping-totals th{
	width: 40% !important;
}

.shipping_method[checked="checked"] ~ label{
	font-weight: bold !important;
}
