/*
 * WooCommerce adjustments
 * ======================================================== */

/*
 * Cart content in menu
 *
 */
.cart-contents {
	position: relative;
	display: flex !important;
	flex-flow: column nowrap;
	justify-content: center;
}

.cart-contents:before {
	font-family: 'FontAwesome';
	content: "\f291" !important;
}

.cart-contents:hover {
	text-decoration: none;
}

.fa.fa-shopping-basket {
	font-weight: 600 !important;
}

.cart-contents-count {
	position: absolute;
	color: var(--color-true-white);
	/* background: var(--color-accent); */
	background: var(--color-primary);
	font-weight: bold;
	border-radius: 50%;
	padding: 1px 6px;
	line-height: 1.5;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	height: 17px;
	width: 17px;
	transform: translateY(-50%) translateX(50%);
	font-size: 10px;
}



/* Grid items  */

.custom-load-more-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
}

.products.surf-grid {
	list-style: none;
}

.custom-load-more-wrap button i {
	margin-left: 6px;
}

.products.surf-grid li,
.complicore .woocommerce ul.products li.product {
	padding: 26px;
	grid-column: span 4;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (max-width: 860px) {

	.products.surf-grid li,
	.complicore .woocommerce ul.products li.product {
		grid-column: span 6;
	}
}

@media only screen and (max-width: 590px) {

	.products.surf-grid li,
	.complicore .woocommerce ul.products li.product {
		grid-column: span 12;
	}

	#custom-product-grid h2 {
		margin-left: 1em;
		margin-right: 1em;
		font-size: 2.8rem;
	}

	#custom-product-grid ul {
		margin: 0 1em 2em 0;
	}
}

.products li a,
.products.surf-grid li a {
	text-decoration: none;
}

/* .woocommerce ul.products li.product a img */
.complicore .woocommerce ul.products li.product a img,
.products.surf-grid li a img {
	max-width: 60%;
	margin: 35px auto 40px auto;
	display: flex;
}

.products h2.woocommerce-loop-product__title,
.products.surf-grid h2.woocommerce-loop-product__title {
	color: var(--color-black);
	font-size: 21px;
	font-weight: 600;
}


.complicore .product-attributes {
	margin: 16px auto 24px auto;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.complicore .product-attributes .product-attribute {
	display: flex;
	gap: 12px;
	align-items: baseline;
}

.complicore .product-attributes .attribute-label {
	color: var(--color-grey-40);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	/* 16.8px */
	text-transform: uppercase;
}



.complicore .product-attributes .attribute-values {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	color: var(--color-black);
	font-size: 17px;
	font-weight: 500;
	line-height: 120%;
}


woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button,


.complicore .woocommerce .products a.button-primary.button-open,
.products.surf-grid a.button-primary.button-open,
.products a.button-primary.button-open.add_to_cart_button.ajax_add_to_cart,
.products.surf-grid a.button-primary.button-open.add_to_cart_button.ajax_add_to_cart {
	/* background: blue!important; */
	display: flex;
	justify-content: center;
	border-radius: 6px;
	border: 1px solid var(--color-grey-50);
	background: transparent;
	color: var(--color-grey-50);
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	transition: all 250ms ease-in-out;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover,

.complicore .woocommerce .products a.button-primary.button-open:hover,
.products.surf-grid a.button-primary.button-open:hover,
.products a.button-primary.button-open.add_to_cart_button.ajax_add_to_cart:hover,
.products.surf-grid a.button-primary.button-open.add_to_cart_button.ajax_add_to_cart:hover {
	background: var(--color-primary);
	color: var(--color-white);
	border-color: var(--color-primary)
}

/* 
 * Single Product
 *
 * ============================= */

.product .product_meta {
	display: none;
}

h1.product_title.entry-title {
	color: var(--color-black);
	font-size: 27px;
	font-weight: 700;
	line-height: 130%;
	/* 35.1px */
	letter-spacing: 0.54px;
	margin-bottom: 30px;
}



.woocommerce div.product div.images.woocommerce-product-gallery {
	/* position: relative; */
	display: flex;
	flex-direction: column;
	gap: 20px;
}



.woocommerce div.product div.images .flex-control-thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: flex-end;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: calc((100% - (3 * 6px)) / 4);
	float: left;
	margin: 0;
	list-style: none;
}

.exerpt-box {
	margin-bottom: 60px;
}


.exerpt-box .read-more-link {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	color: var(--color-primary);
}

.exerpt-box a {
	font-size: 21px;
	font-weight: 400;
	line-height: 160%;
	letter-spacing: 0.42px;


	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: 25%;
	text-underline-position: from-font;

}

.single-product-contact {

	padding: 42px 64px;
	background-color: var(--color-grey-00);
}

.single-product-contact .contact-title {
	color: var(--color-black);
	font-size: 27px;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 1.62px;
}

.single-product-contact .contact-pre-title {
	color: var(--color-grey-50);
	font-size: 14px;
	font-weight: 600;
	line-height: 170%;
	letter-spacing: 2.8px;
	text-transform: uppercase;
}

.single-product-contact .contact-card {
	margin: 0;
	background-color: var(--color-grey-00);
}

.single-product-contact .contact-card .image-box {
	width: 32%;
}

.single-product-contact .contact-card .card-image {
	margin-left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border: 1px solid var(--color-grey-40);
	background-color: var(--color-grey-00);
	border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
	border-radius: 0;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border-bottom-right-radius: 0;
}


.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: var(--color-primary);
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: 0.42px;
}


.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price .woocommerce-Price-currencySymbol,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price .woocommerce-Price-currencySymbol {
	font-weight: 400;
	margin-right: 12px;
}

form.variations_form {
	padding: 42px 64px;
	background-color: var(--color-grey-00);
}

form.variations_form label {
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	text-transform: unset;
}

.woocommerce div.product form.cart .variations select {
	background-color: var(--color-true-white);
	border-radius: 8px;
	border-color: var(--color-grey-30);
	color: var(--color-grey-50);
}



.product .quantity {
	display: inline-flex;
	align-items: center;
	border: 1px solid var(--color-grey-30);
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
	height: 42px;
	background: var(--color-true-white);
}

.product .quantity button {
	margin-bottom: 0;
	padding: 0;
}

.product .quantity input[type="number"] {
	width: 32px;
	text-align: center;
	border: none;
	outline: none;
	-moz-appearance: textfield;
	/* font-size: 16px; */
	color: var(--color-grey-50);
	background: none;
	margin-bottom: 0;
}

.product .quantity input::-webkit-outer-spin-button,
.product .quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.product .qty-minus,
.product .qty-plus {
	background: none;
	border: none;
	width: 40px;
	height: 40px;
	font-size: 24px;
	color: var(--color-grey-50);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	user-select: none;
	transition: color 0.2s ease;
}

.product .qty-minus:hover,
.product .qty-plus:hover {
	color: #000;
}

.woocommerce-variation-add-to-cart {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.woocommerce div.product form.cart .button {
	display: flex;
	width: 225px;
	height: 42px;
	padding: 20px 30px;
	background-color: var(--color-primary);
	color: var(--color-true-white);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	transition: all 250ms ease-in-out;
}

.woocommerce div.product form.cart .button:hover {
	color: var(--color-white);
	background-color: var(--color-black);
	border-color: var(--color-black);
}

.woocommerce div.product form.cart .button:before {
	content: "\f055";
	font-family: "Font Awesome 6 Pro";
	margin-right: 20px;
}

/* Notifications */
.woocommerce-info::before {
	color: var(--color-primary);
}

.woocommerce-info {
	border-top-color: var(--color-primary);
}

/* My Account page  */

.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 24%;
}

nav.woocommerce-MyAccount-navigation ul,
.woocommerce-MyAccount-navigation ul {
	list-style: none;
}

.woocommerce-account li.woocommerce-MyAccount-navigation-link a,
.woocommerce-account li.woocommerce-MyAccount-navigation-link a:hover {
	text-decoration: none;
}

li.woocommerce-MyAccount-navigation-link {
	background-color: var(--color-grey-10);
	color: var(--color-black);
	padding: 0 30px;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: .1rem;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 4px;
	border: 1px solid var(--color-grey-10);
	cursor: pointer;
	box-sizing: border-box;



}

li.woocommerce-MyAccount-navigation-link.is-active {
	background-color: var(--color-primary);
}
li.woocommerce-MyAccount-navigation-link.is-active a {
	color: var(--color-true-white);
}


/* Cart */




/* Attachment Plugin overwrites */

.product .atfc_wrapper li {
	border: none;
}

.product .atfc_wrapper li h3 {
	/* border:none; */
}

.product .atfc_wrapper li h3 a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
}

.product .atfc_wrapper li h3 a i {
	color: var(--color-primary);
}



.woocommerce ul.products::after,
.woocommerce ul.products::before,
.woocommerce-page ul.products::after,
.woocommerce-page ul.products::before {
	content: " ";
	display: none;
}

.woocommerce.columns-3 ul.products li.product {
	width: unset;
}

@media only screen and (max-width:1120px) {
	.woocommerce-Button.wc-forward.button {
		margin-top: 12px;
	}

}

@media only screen and (max-width:768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		width: 100%;
		columns: 2;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation ul {
		margin: 0 0 4rem 0;
	}

	.woocommerce-Button.wc-forward.button {
		font-size: 11px;
	}
}

.woocommerce-Address address {
	margin-top:12px;
}


