/*!
Theme Name: Agroricambi
Theme URI: http://underscores.me/
Author: Designous
Author URI: https://www.designous.gr/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: agroricambi
*/
/*--------------------------------------------------------------
# Variables and mixins.
--------------------------------------------------------------*/
html {
	height: 100%;
	width: 100%;
}

body {
	font-family: "Inter", sans-serif;
	color: #2b2b2b;
}

.icon {
	display: inline-flex;
}

.icon svg {
	width: 100%;
	height: 100%;
}

.icon img {
	width: 100%;
}

.icon--sm {
	width: 15px;
	height: 15px;
	min-width: 15px;
	min-height: 15px;
	max-width: 15px;
	max-height: 15px;
}

.icon--md {
	width: 25px;
	height: 25px;
	min-width: 25px;
	min-height: 25px;
	max-width: 25px;
	max-height: 25px;
}

.icon--lg {
	width: 30px;
	height: 30px;
	min-width: 30px;
	min-height: 30px;
	max-width: 30px;
	max-height: 30px;
}

.site-main {
	margin-top: 144px;
}

.container {
	max-width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}

.container--sm {
	width: 990px;
}

.container--md {
	width: 1340px;
}

.container--lg {
	width: 1540px;
}

.cta {
	display: flex;
	gap: 100px;
	padding: 15px 35px;
	align-items: center;
	border: 1px solid;
	text-decoration: none;
	font-weight: 700;
	transition: all ease-in-out 250ms;
	width: fit-content;
}

.cta:hover {
	gap: 50px;
}

.cta--white {
	color: #fff;
	border-color: #fff;
}

.cta--white .icon {
	color: #fff;
}

.cta--black {
	color: #000;
	border-color: #000;
}

.cta--black .icon {
	color: #000;
}

.text-center {
	text-align: center;
}

/*--------------------------------------------------------------
/* Normalize
--------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/*--------------------------------------------------------------
/* Box sizing
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.topbar__container {
	background-color: #698129;
}

.topbar__content {
	display: flex;
	max-width: 1910px;
	margin: 0 auto;
	padding: 15px;
	position: relative;
	width: calc(100% - 40px);
	justify-content: space-between;
}

.topbar__phone a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}

.topbar__content ul {
	display: flex;
	gap: 55px;
	list-style-type: none;
}

.topbar__content ul li {
	position: relative;
}

.topbar__content ul li:not(:first-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -30px;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
}

.topbar__content ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}

.topbar__text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.topbar__text p {
	color: #fff;
	font-size: 15px;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999999999999;
	background-color: #fff;
	transition: all ease-in-out 250ms;
}

.site-header--scroll {
	top: -52px;
}

.site-header__content {
	display: flex;
	gap: 40px;
	align-items: center;
	max-width: 1510px;
	margin: 0 auto;
	padding: 15px 5px;
}

.site-header__navigation ul {
	display: flex;
	list-style: none;
	gap: 30px;
}

.site-header__navigation ul li a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: 900;
}

.site-header__search {
	flex: 1;
}

.site-header__search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,
.site-header__search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	background-color: #f5f5f5;
	border: none;
}

.site-header__search .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill: #000;
}

.site-header__search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	display: none;
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 25px;
}

.site-header__actions .languages {
	list-style-type: none;
	position: relative;
}

.site-header__actions .languages.lang-next-open .lang--current .icon {
	transform: rotate(180deg);
}

.site-header__actions .lang {
	display: flex;
	gap: 5px;
	align-items: center;
	cursor: pointer;
}

.site-header__actions .lang--current .icon {
	transition: all ease-in-out 250ms;
}

.site-header__actions .lang--next {
	position: absolute;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: all ease-in-out 250ms;
	background: #fff;
	padding: 10px;
	bottom: -55px;
	left: -10px;
}

.site-header__actions .lang--next.active {
	opacity: 1;
	pointer-events: all;
}

.site-header__wishlist {
	position: relative;
}

.site-header__wishlist .wishlist_products_counter_text {
	display: none;
}

.site-header__wishlist a.wishlist_products_counter.top_wishlist-heart:before {
	display: none;
}

.site-header__wishlist .wishlist_products_counter {
	position: absolute;
	bottom: 0;
	right: -5px;
	padding: 2px;
	border-radius: 50%;
	background-color: #fff;
	font-size: 12px;
	color: #E57F31;
}

.site-header__cart {
	position: relative;
}

.site-header__cart .cart-contents {
	display: flex;
	gap: 8px;
	text-decoration: none;
}

.site-header__cart .count {
	background-color: #E57F31;
	line-height: 1;
	display: inline-flex;
	width: 17px;
	height: 17px;
	font-size: 11px;
	border-radius: 50%;
	color: #fff;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -3px;
	right: -8px;
}

/* Footer
--------------------------------------------- */
.site-footer {
	background-color: #698129;
	padding: 40px 0 15px;
}

.site-footer__columns {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.site-footer__columns-single h6 {
	color: #2b2b2b;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 16px;
}

.site-footer__columns-single ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style-type: none;
}

.site-footer__columns-single ul li {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.site-footer__columns-single ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	transition: all ease-in-out 250ms;
	text-transform: uppercase;
}

.site-footer__columns-single ul li a:hover {
	opacity: 0.6;
}

.site-footer__newsletter ul {
	margin-bottom: 10px;
}

.site-footer__newsletter button {
	background-color: transparent;
	box-shadow: none;
	border: none;
	cursor: pointer;
	outline: none;
}

.site-footer__newsletter .newsletter-input {
	display: flex;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
}

.site-footer__newsletter .newsletter-input > span {
	flex: 1;
}

.site-footer__newsletter input {
	color: transparent;
	background-color: transparent;
	box-shadow: none;
	border: none;
	padding: 10px 5px;
	color: #fff;
	font-size: 14px;
	outline: none;
}

.site-footer__newsletter input::placeholder {
	color: #fff;
	font-size: 14px;
	opacity: 0.6;
}

.site-footer__copyrights {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-top: 60px;
	justify-content: space-between;
}

.site-footer__copyrights .designous-credits {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
}

.site-footer__copyrights a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
}

.site-footer__copyrights .payment-images {
	flex: 1;
}

.site-footer__copyrights .social-media {
	display: flex;
	align-items: center;
	gap: 20px;
}

.site-footer__copyrights .social-media a {
	transition: all ease-in-out 250ms;
}

.site-footer__copyrights .social-media a:hover {
	opacity: 0.6;
}

.designous-credits .pulse {
	-webkit-animation: pulse 0.7s linear infinite;
	-moz-animation: pulse 0.7s linear infinite;
	-ms-animation: pulse 0.7s linear infinite;
	animation: pulse 0.7s linear infinite;
}

.pulse {
	width: 14px;
	margin: -3px 3px 0 3px;
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-o-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/
/*
Theme Name: Agroricambi

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td::before {
		display: none;
	}
}

.wc-block-cart-item__wrap a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
	transition: all ease-in-out 250ms;
}

.wc-block-cart-item__wrap a:hover {
	color: #698129;
}

.wc-block-cart-item__prices {
	margin-bottom: 15px;
}

.wc-block-cart-item__prices .price {
	font-size: 14px;
	font-weight: 600;
}

.wc-block-components-product-name {
	margin-bottom: 15px;
}

.wc-block-cart-item__quantity {
	margin-bottom: 15px;
	display: flex;
	gap: 20px;
}

.wc-block-components-product-badge {
	display: none !important;
}

#D6001C .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
	margin-bottom: 0 !important;
}

.wc-block-cart-item__remove-link,
.wc-block-components-product-price__value.is-discounted {
	color: #D6001C !important;
	font-weight: 600 !important;
	text-decoration: none !important;
}

body.woocommerce-cart .entry-header {
	display: none;
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
	padding-right: 16px;
}

.components-button,
a.wc-block-components-totals-coupon-link {
	background-color: #698129;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 5px;
	transition: all ease-in-out 250ms !important;
	border: none;
	outline: none;
	box-shadow: none;
}

.components-button:hover,
a.wc-block-components-totals-coupon-link:hover {
	background-color: #4a5a1d;
}

/**
* Products
*/
.products-slider__container {
	padding: 0 20px !important;
	margin: 50px auto;
}

.products-slider__container .section-title {
	text-align: center;
	margin-bottom: 40px !important;
	position: relative;
}

.products-slider__container .section-title .slider-arrows {
	display: flex;
	gap: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}

.products-slider__container .section-title .slider-arrows .slick-disabled {
	opacity: 0.2;
}

.products-slider__container .section-title .slider-arrows > span {
	transition: all ease-in-out 250ms;
	cursor: pointer;
	display: flex;
}

.products-slider__container .slick-slide {
	margin: 0 25px;
}

.products-slider__container .slick-list {
	margin: 0 -25px;
}

.product-item {
	text-align: center;
    position: relative;
    background: #f7f7f7;
	border: 1px solid #e5e5e5;
    padding: 20px 10px;
    border-radius: 5px;
	max-width: 350px;
}

.product-item a {
	text-decoration: none;
}

.product-item img {
	margin: 0 auto 20px;
	transition: all ease-in-out 250ms;
	mix-blend-mode: darken;
	
	max-width: 260px;
    height: 200px;
    object-fit: contain;
}

.product-item:hover img {
	transform: scale(1.08);
}

.product-item .woocommerce-loop-product__title {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	min-height: 54px;
	max-height: 54px;
	height: 54px;
	overflow: hidden;
}

.product-item a.button {
    display: none;
}

.product-item .price {
	display: flex;
	justify-content: center;
	color: #000;
	font-weight: 700;
	margin: 20px 0;
	align-items: center;
	gap: 10px;
}

.product-item .price del {
	font-size: 14px;
	font-weight: 400;
}

.product-item .price ins {
	color: #d6001c;
	text-decoration: none;
}

.product-item .tinv-wraper {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	
	display: none;
}

.product-item .tinv-wraper a {
	margin-top: 0 !important;
}

.product-item .tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before {
	color: red !important;
}

.product-item button {
	background: #e57f31;
	border: none;
	outline: none;
	cursor: pointer;
/* 	width: 60px; */
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
/* 	padding: 0 15px; */
	padding: 0 15px 0 38px !important;
	width: auto !important;
}

.product-item > form {
	display: flex;
	justify-content: center;
	gap: 10px;
	opacity: 1;
	transition: all ease-in-out 250ms;
	
/* 	display: none !important; */
}

.product-item:hover form {
	opacity: 1;
}

.product-item .added {
	position: relative;
}

.product-item > form {
	opacity: 1 !important;
}

.product-item .added::before {
	content: "\2713";
	position: absolute;
	top: 0;
	right: 0;
	background-color: #698129;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}

.product-item .added_to_cart {
	display: none;
}

.shop__container {
	margin-top: 107px;
}

.shop__content {
	display: flex;
	flex-direction: row-reverse;
	gap: 35px;
}

.shop__content .woocommerce-breadcrumb {
	display: none;
}

.woocommerce-breadcrumb .breadcrumb-item {
	text-transform: uppercase;
	font-size: 12px;
}

.woocommerce-breadcrumb .breadcrumb-item a {
	text-transform: uppercase;
	font-size: 12px;
}

.woocommerce-breadcrumb .breadcrumb-item:first-child {
	text-transform: uppercase;
    max-width: 45px;
    overflow: hidden;
    display: inline-flex;
    white-space: nowrap;
}

.shop__content .site-main {
	flex: 1;
	margin-top: 0;
}

.shop__content .woocommerce-result-count {
	display: none;
}

.shop__content .woocommerce-ordering {
	display: none;
}

.shop__content .shop-order-filters {
	margin-bottom: 40px;
}

.shop__content .shop-order-filters .woocommerce-ordering {
	display: block;
}

.shop__content .shop-order-filters .woocommerce-ordering select {
	padding: 10px;
	border: 1px solid #000;
	outline: none;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
}

.shop__breadcrump {
	padding: 40px 0;
}

.shop__breadcrump a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
}

.shop__breadcrump nav {
	font-weight: 700;
	font-size: 14px;
}

.products {
	list-style: none;
}

.products.columns-4 {
	display: grid;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 50px;
	margin-bottom: 40px;
}

.page-template-homepage .products.columns-4 {
		grid-template-columns: repeat(4, 1fr) !important;
}

.woocommerce-products-header .discount-banner__container {
	margin: 30px 0;
}

.woocommerce-products-header .discount-banner__container img {
	min-height: 300px;
}

.woocommerce-products-header .discount-banner__content {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform: translate(0, 0);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 40px;
}

.woocommerce-message {
	padding: 10px;
	background-color: #47a854;
	color: #fff;
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	gap: 20px;
	margin: 20px 0;
	font-size: 14px;
}

.woocommerce-message a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	line-height: 1.5;
}

.woocommerce-error a {
	display: none !important;	
}

.woocommerce-error {
	border-radius: 0;
	text-align: center;
}

.woocommerce-message {
	background: #698129 !important;
}

.buttons_added {
	border: 1px solid #ddd !important;
}

.buttons_added .qty {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	appearance: none;
	padding: 10px;
	border: none;
	border-radius: 0;
	max-width: 55px !important;
	text-align: center;
	pointer-events: none;
	outline: none;
}

.buttons_added .qty::-webkit-outer-spin-button,
.buttons_added .qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.quantity input[type="button"] {
	height: 100%;
	width: 35px;
	padding: 10px;
	border: none;
	background: #fff;
	color: #6f6f6f;
	font-weight: 600;
	cursor: pointer;
}

.stock-status {
	display: flex;
	gap: 8px;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
	margin: 13px 0;
}

.stock-status::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.stock-status--instock {
	color: #47a854;
}

.stock-status--instock::before {
	background-color: #47a854;
}

.stock-status--outofstock {
	color: #a84747;
}

.stock-status--outofstock::before {
	background-color: #a84747;
}

.onsale {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #ff521c;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 4px 8px;
	z-index: 2;
}

body.woocommerce-shop .widget-area {
	width: 250px;
}

.bapf_sfilter .bapf_hascolarr, 
.bapf_sfilter .bapf_hasdesc,
body.woocommerce-shop .bapf_head {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.bapf_head {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.bapf_head .bapf_hascolarr {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

body.woocommerce-shop .bapf_body > ul {
	display: flex;
	flex-direction: column;
/* 	gap: 20px !important; */
}

.berocket_single_filter_widget {
	margin-bottom: 40px;
}

body.woocommerce-shop .site-main > .woocommerce-result-count,
body.woocommerce-shop .site-main > .woocommerce-ordering {
	display: none !important;
}

/**
 * Single product
 */
body.single-product .woocommerce-message {
	margin: 0 0 20px;
	justify-content: center;
	align-items: center;
}

body.single-product .woocommerce-message a {
	width: fit-content;
}

body.single-product .single-product__content {
	display: flex;
	gap: 50px;
	position: relative;
	margin-bottom: 40px;
}

body.single-product .single-product__content .woocommerce-product-gallery {
	min-width: 580px; 
	max-width: 580px;
}

body.single-product .single-product__content .woocommerce-product-gallery__wrapper > div > a > img {
	width: 100%;
/* 	height: auto; */
	height: 650px !important;
	object-fit: contain;
}

body.single-product .single-product__content .summary {
	flex: 1;
	margin-top: -10px;
}

body.single-product .single-product__content .summary form.cart {
	display: flex;
	gap: 25px !important;
	margin: 40px 0 20px;
}

body.single-product .single-product__content .summary form.cart .quantity {
	flex: inherit !important;
	display: flex;
	justify-content: space-between;
}

body.single-product .single-product__content .summary form.cart button {
	flex: inherit !important;
/* 	background-color: #e57f31; */
	background-color: #698129 !important;
	color: #fff;
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: center;
	border: none;
	outline: none;
	cursor: pointer;
	width: fit-content !important; 
	padding: 12px 35px !important;
}

body.single-product .single-product__content .summary form.cart button .text {
	position: relative;
	font-weight: 700;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
}

body.single-product .single-product__content .summary .onsale {
	right: auto;
	left: 545px;
}

body.single-product .single-product__content .price {
	font-size: 25px;
	font-weight: 700;
	color: #000;
}

body.single-product .single-product__content .price del {
	font-size: 16px;
	font-weight: 400;
}

body.single-product .single-product__content .price ins {
	text-decoration: none;
	font-weight: 600;
	color: #D6001C;
}

body.single-product .single-product__content .stock-status {
	justify-content: flex-end;
}

body.single-product .single-product__header {
	margin-bottom: 40px !important;
}

.back-to-category {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.brand-name {
	font-size: 14px;
	font-weight: 600;
	color: #8f8f8f;
	margin-bottom: 20px;
}

.single-product-title {
	font-size: 20px !important;
	font-weight: 700;
	color: #000;
	line-height: 35px;
	margin-bottom: 10px;
}

.sku {
	margin: 10px 0;
	color: #afafaf;
	font-size: 16px;
	font-weight: 600;
}

/* .product_meta span {
		color: #afafaf;
} */

.woocommerce-product-gallery__trigger {
	position: relative;
	bottom: 10px;
	right: 10px;
}

.woocommerce-product-gallery__trigger::before {
	content: "";
	background-image: url(./assets/images/zoom.svg);
	background-size: cover;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.product-meta {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin: 20px 0;
}

.woocommerce-tabs {
	display: none;
}

.related.products {
	margin-bottom: 60px;
}

.related.products h2 {
	margin-bottom: 40px;
}

.related.products .products.columns-4 {
	grid-template-columns: repeat(4, 1fr) !important;
}

/**
 * Checkout
 */
body.woocommerce-checkout .entry-header {
	display: none;
}

body.woocommerce-checkout .entry-content {
	padding: 0;
}

.woocommerce-info {
	background-color: #E57F31;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
}

.woocommerce-info a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

form.woocommerce-checkout {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin: 40px 0;
}

form.woocommerce-checkout h3 {
	font-size: 24px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.woocommerce-shipping-fields__field-wrapper,
.woocommerce-EditAccountForm,
.woocommerce-address-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 20px !important;
	margin-bottom: 40px;
}

.woocommerce-shipping-fields__field-wrapper p,
.woocommerce-EditAccountForm p,
.woocommerce-address-fields__field-wrapper p,
.woocommerce-billing-fields__field-wrapper p {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
	flex-basis: calc(50% - 15px);
}

.woocommerce-shipping-fields__field-wrapper p textarea,
.woocommerce-shipping-fields__field-wrapper p select,
.woocommerce-shipping-fields__field-wrapper p input:not(input[type="checkbox"]),
.woocommerce-EditAccountForm p textarea,
.woocommerce-EditAccountForm p select,
.woocommerce-EditAccountForm p input:not(input[type="checkbox"]),
.woocommerce-address-fields__field-wrapper p textarea,
.woocommerce-address-fields__field-wrapper p select,
.woocommerce-address-fields__field-wrapper p input:not(input[type="checkbox"]),
.woocommerce-billing-fields__field-wrapper p textarea,
.woocommerce-billing-fields__field-wrapper p select,
.woocommerce-billing-fields__field-wrapper p input:not(input[type="checkbox"]) {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
	height: 40px;
	font-family: 'Inter', sans-serif;
}

.woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
	border-radius: 0;
	border: 1px solid #ddd;
}

.woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 40px;
}

.woocommerce-EditAccountForm .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-EditAccountForm .select2-container,
.woocommerce-EditAccountForm .select2-container--default .select2-selection--single,
.woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-shipping-fields__field-wrapper .select2-container,
.woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-address-fields__field-wrapper .select2-container,
.woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single,
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-billing-fields__field-wrapper .select2-container,
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single {
	height: 40px;
}

#order_comments_field {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#order_comments_field textarea {
	font-family: 'Inter', sans-serif;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	outline: none;
	height: 40px;
}

.cart_item td {
	padding: 12px;
	font-size: 14px;
	color: #444;
	font-weight: 600;
	min-width: 130px;
}

.cart_item:nth-child(even) {
	background-color: #f8f8f8;
}

.woocommerce-checkout-review-order-table thead .product-name {
	text-align: left;
	padding: 12px;
	background-color: #f8f8f8;
	font-size: 14px;
	font-weight: 900;
}

.woocommerce-checkout-review-order-table thead .product-total {
	background-color: #f8f8f8;
	font-size: 14px;
	font-weight: 900;
}

.woocommerce-checkout-review-order-table tbody .product-total {
	text-align: right;
}

.woocommerce-checkout-review-order-table tfoot tr {
	text-align: left;
}

.woocommerce-checkout-review-order-table tfoot tr:first-child th,
.woocommerce-checkout-review-order-table tfoot tr:first-child td {
	border-top: 1px solid #ddd;
}

.woocommerce-checkout-review-order-table tfoot td {
	padding: 12px;
	text-align: right;
}

.payment_methods {
	list-style-type: none;
}

.payment_methods .woocommerce-info {
	background-color: #f8f8f8;
	color: #444;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0;
}

.woocommerce-privacy-policy-text {
	color: #444;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0;
}

.woocommerce-privacy-policy-text a {
	color: #698129;
	font-weight: 700;
	text-decoration: none;
}

.button {
	background-color: #698129;
	color: #fff;
	border-radius: 5px;
	transition: all ease-in-out 250ms;
	box-shadow: none;
	border: none;
	cursor: pointer;
	padding: 12px 15px;
	width: 100%;
	font-weight: 700;
	font-size: 16px;
}

.button:hover {
	background-color: #4a5a1d;
}

/**
 * Account
 */
body.woocommerce-account .entry-header {
	display: none;
}

body.woocommerce-account .entry-content {
	padding: 40px 0;
	min-height: calc(100vh - 550px);
}

.woocommerce-MyAccount-navigation ul {
	display: flex;
	list-style: none;
	justify-content: flex-start !important;
}

.woocommerce-MyAccount-navigation a {
	text-decoration: none;
	color: #000;
	padding: 12px 20px;
	border: 1px solid #ddd;
	display: inline-flex;
}

.woocommerce-MyAccount-navigation li.is-active a {
	background-color: #698129;
	color: #fff;
}

.woocommerce-MyAccount-content {
	padding: 20px 0;
}

.woocommerce-MyAccount-content .clear {
	display: none;
}

.woocommerce-MyAccount-content .woocommerce-info {
	background-color: #fff;
	color: #000;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.woocommerce-MyAccount-content .woocommerce-info a {
	width: fit-content;
}

.woocommerce-MyAccount-content p {
	color: #000;
	line-height: 25px;
	font-size: 14px;
}

.woocommerce-MyAccount-content a:not(.button) {
	line-height: 20px;
	font-size: 14px;
	color: #698129;
	font-weight: 600;
	text-decoration: none;
}

.woocommerce-MyAccount-content a.edit {
	display: inline-flex;
	margin: 10px 0;
}

.woocommerce-MyAccount-content .woocommerce-Addresses.addresses {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm {
	align-items: flex-start;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
	flex-basis: 100%;
	padding: 20px;
	background-color: #f8f8f8;
}

/**
 * Wishlist
 */
.tinv-header {
	display: none;
}

.site-main--default {
	padding: 40px 0;
}

.entry-header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.wishlist_item a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

.wishlist_item a:hover {
	color: #698129;
}

.wishlist_item .product-thumbnail img {
	width: 80px;
	height: 80px;
}

.wishlist_item .product-price ins {
	text-decoration: none;
	font-weight: 600;
	color: #D6001C;
	font-size: 14px;
}

.wishlist_item .product-price del {
	font-weight: 400;
	font-size: 14px;
}

.tinv-wishlist .product-action {
	width: 230px;
}

.tinv-wishlist table td,
.tinv-wishlist table th {
	text-align: center;
}

.tinv-wishlist tfoot .tinvwl-to-right > * {
	width: fit-content;
}

.cart-empty.woocommerce-info {
	margin-bottom: 20px;
}

.return-to-shop a {
	display: inline-flex;
	margin: 20px 0 0;
	text-decoration: none;
	width: fit-content;
}

/**
 * Cart
 */
.woocommerce-cart-form__cart-item .product-thumbnail img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.woocommerce-cart-form__cart-item .product-name a {
	text-decoration: none;
	color: #000;
}

.woocommerce-cart-form__cart-item .product-name a:hover {
	color: #698129;
}

.woocommerce-cart-form__cart-item .product-remove {
	text-align: center;
}

.woocommerce-cart-form__cart-item .product-remove a {
	line-height: 1;
	color: #fff;
	background-color: #ee4040;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-decoration: none;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

body.woocommerce-cart .coupon {
	display: flex;
	margin: 20px 0;
	gap: 30px;
	justify-content: flex-end;
}

body.woocommerce-cart .coupon .button {
	width: fit-content;
}

body.woocommerce-cart .coupon .input-text {
	padding: 0 15px;
	outline: none;
}

body.woocommerce-cart .woocommerce-cart-form__contents {
	width: 100%;
}

body.woocommerce-cart .entry-content > .woocommerce {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

body.woocommerce-cart .woocommerce-cart-form {
	flex: 3;
}

body.woocommerce-cart .cart-collaterals {
	flex: 1;
	background-color: #f8f8f8;
	padding: 20px;
}

body.woocommerce-cart .cart-collaterals h2 {
	margin-bottom: 30px;
}

body.woocommerce-cart .cart-collaterals table {
	width: 100%;
}

body.woocommerce-cart .cart-collaterals table th,
body.woocommerce-cart .cart-collaterals table td {
	padding: 12px;
}

body.woocommerce-cart .cart-collaterals table tr:last-child th,
body.woocommerce-cart .cart-collaterals table tr:last-child td {
	background-color: #fff;
}

body.woocommerce-cart .woocommerce-notices-wrapper {
	flex-basis: 100%;
}

body.woocommerce-cart .wc-proceed-to-checkout {
	display: inline-flex;
	margin: 20px 0 0;
	width: 100%;
}

body.woocommerce-cart .wc-proceed-to-checkout a {
	text-decoration: none;
	text-align: center;
}

body.woocommerce-cart tr {
	position: relative;
}

body.woocommerce-cart tr button[name="update_cart"] {
	width: fit-content;
	position: absolute;
	top: 20px;
}

.woocommerce-notices-wrapper {
	margin: 20px 0;
}

.woocommerce-notices-wrapper ul {
	list-style: none;
}

.woocommerce-error {
	background-color: #ee4040;
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.hero__container {
	position: relative;
	display: flex;
}

.hero__container .background-image {
	width: 100%;
}

.hero__overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #001c06;
	opacity: 0.8;
}

.hero__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 1180px;
	max-width: 100%;
}

.hero__content h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 40px;
}

.hero__content h2 {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	margin-top: 20px;
}

.hero__form {
	display: flex;
}

.hero__form select {
	flex: 1;
}

.hero__form button {
	flex: 1;
	cursor: pointer;
	background-color: #E57F31;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	border: none;
	outline: none;
	box-shadow: none;
	transition: all ease-in-out 250ms;
	max-width: 196px;
}

.hero__form button:hover {
	background-color: #d36a1b;
}

.hero__form .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 60px;
}

.hero__form .select2-container .select2-selection--single {
	height: 60px;
	border-radius: 0;
}

.hero__form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 60px;
	right: 10px;
}

.select2-search--dropdown .select2-search__field {
	outline: none !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #82a033 !important;
}

.about__container {
	background-color: #698129;
	padding: 100px 0;
}

.about__content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
	color: #fff;
	text-align: center;
}

.categories-banners__container {
	padding: 50px 0;
}

.categories-banners__content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

.categories-banners__single {
	position: relative;
	display: flex;
}

.categories-banners__single .banner-image {
	width: 100%;
	height: 400px;
	object-fit: contain;
}

.categories-banners__single .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #001c06;
    background: linear-gradient(0deg, #001c06 -12%, rgba(0, 0, 0, 0) 40%);
	z-index: 1;
	pointer-events: none;
}

/* linear-gradient(0deg, #001c06 25%, rgba(0, 0, 0, 0) 100%) */

/* .categories-banners__single:last-child .overlay {
	background: linear-gradient(0deg, #001c06 25%, rgba(0, 0, 0, 0) 100%);
} */

.categories-banners__single:last-child .banner-image {
    transform: translateY(-57px);
}

.categories-banners__single:nth-child(2) .banner-image {
	transform: translateY(-47px);
}

.categories-banners__single:nth-child(3) .banner-image {
	transform: scale(0.7) translateY(-60px);
}

.categories-banners__single:nth-child(4) .banner-image {
    transform: scale(0.7) translateY(-35px);
}


.categories-banners__single:nth-child(5) .banner-image {
	transform: scale(0.7) translateY(-60px);
}

.categories-banners__single-content {
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: calc(100% - 100px);
	transform: translateX(-50%);
	z-index: 2;
}

.categories-banners__single-content h3 {
	color: #fff;
	border: 1px solid #fff;
	border-bottom: none;
	padding: 12px;
	font-size: 14px;
	text-transform: uppercase;
}

.categories-banners__single-content .cta {
	justify-content: space-between;
	width: 100%;
	padding: 8px 12px;
	font-size: 14px;
}

.categories-banners__single > a {
    width: 100%;
}

.categories-banners__single-content .cta:hover {
	background-color: #698129;
}

.categories {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	list-style: none;
	margin-top: 100px;
	grid-row-gap: 100px;
	row-gap: 100px;
}

.categories__container {
	background-color: #f3f3f3;
	padding: 50px 0;
}

.categories__single {
	text-align: center;
}

.categories__single a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	text-decoration: none;
	color: #000;
	transition: all ease-in-out 250ms;
}

.categories__single a:hover {
	color: #698129;
}

.categories__single img {
	object-fit: contain;
	width: 80px;
	height: 80px;
}

.categories-banners-row__content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.categories-banners-row__single {
	display: flex;
	position: relative;
}

.categories-banners-row__single .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #001c06;
	background: linear-gradient(0deg, #001c06 0%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

.categories-banners-row__single img {
	width: 100%;
	object-fit: cover;
	height: 640px; 
}

.categories-banners-row__single-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	width: fit-content;
	padding: 100px 40px;
}

.categories-banners-row__single-content h3 {
	color: #fff;
	font-size: 30px;
	line-height: 50px;
	font-weight: 500;
	max-width: 225px;
	margin-bottom: 40px;
}

.discount-banner__container {
	display: flex;
	position: relative;
}

.discount-banner__container img {
	width: 100%;
	height: auto;
	min-height: 400px;
}

.discount-banner__content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 280px;
}

.discount-banner__content .section-title {
	color: #fff;
	margin-bottom: 20px;
}

/* .brands {
	display: flex;
	justify-content: space-between;
	align-items: center;
} */

.brands__container {
	background-color: #f3f3f3;
	padding: 40px 0;
}

.brands__container .brands {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	row-gap: 70px;
    column-gap: 50px;
}

.brands__container .section-title {
	text-align: center;
	margin-bottom: 40px;
}

.brands__container .cta {
	margin: 40px auto 0;
}

.brands__single {
	display: flex;
	justify-content: center;
}

.brands__single > a {
	display: inline-flex;
}

.brands__single img {
	mix-blend-mode: darken;
	width: 100%;
	height: auto;
	object-fit: contain;
	height: 100px;
}

.pre-footer__container {
	padding: 100px 20px;
}

.pre-footer__content {
	display: flex;
	justify-content: space-between;
}

.pre-footer__item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.pre-footer__item h4 {
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin: 15px 0 7px;
}

.pre-footer__item h5 {
	font-size: 14px;
	font-weight: 500;
	color: #afafaf;
}

.site-main--default {
	min-height: calc(100vh - 499px);
}

.entry-content > p {
	margin: 10px 0 20px;
	line-height: 30px;
}

.entry-content > p > a {
	color: #698129;
	font-weight: 700;
}

.entry-content > ul li {
	list-style-position: inside;
	margin: 10px 0 20px;
}

.entry-content > ul li > a {
	color: #698129;
	font-weight: 700;
}

.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6 {
	margin: 50px 0 10px;
}

.error-404 {
	display: flex;
	min-height: calc(100vh - 523px);
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.error-404 .page-content p {
	margin-bottom: 30px;
}

.woocommerce-form-login > p {
	    display: flex;
    flex-direction: column;
}

.woocommerce-form-login {
	display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px auto;
    max-width: 500px;
}

body.woocommerce-account .entry-content > .woocommerce > h2 {
	text-align: center;
} 

.woocommerce-form-login > p input {
    background-color: #fff;
    border: 1px solid hsla(0, 0%, 7%, .8);
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    min-height: 0;
    padding: 0.5em 1em;
    width: 100%;
    outline: none !important;
}

.woocommerce-form-login > p label {
    margin-bottom: 12px;
    display: flex;
    width: fit-content;
    align-items: center;
	gap: 5px;
}

.woocommerce-form-login > p input[type="checkbox"] {
	width: auto;
}

.woocommerce-LostPassword a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: #698129;
}

/*# sourceMappingURL=style.css.map */


.shop__container .widget-area {
	width:100%;
	max-width: 350px;
}

.bapf_sfilter .bapf_body>ul {
	display: flex;
    flex-direction: column;
    gap: 20px;
/*     padding: 10px 0; */
}

.bapf_head {
    margin-bottom: 15px;
}


.loop-sku {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	margin: 10px 0 0 !important;
	text-transform: uppercase;
}

.product-item .quantity {
	display: none;
}

.loop-sku .sku {
	font-size: 12px !important;
}

ul.page-numbers {
    display: flex;
    list-style: none;
	gap: 20px;
	justify-content: center;
}

.page-numbers.current,
a.page-numbers {
    text-decoration: none;
    padding: 10px 15px;
    display: flex;
    color: #333;
    background: #f6f6f6;
	transition: all ease-in-out 250ms;
}

a.page-numbers:hover,
.page-numbers.current {
	background: #698129;
	color: #fff;
}

.woocommerce-pagination {
	margin-bottom: 40px;	
}

.single-product-tabs__head ul {
	list-style: none;
	display: flex;
/* 	justify-content: center; */
	gap: 40px;
}


.single-product-tabs__head ul li {
    min-width: 200px;
    text-align: center;
    padding: 10px 0;
    background: #f6f6f6;
    border-radius: 5px;
	opacity: 0.35;
	cursor: pointer;
	transition: all ease-in-out 250ms;
}

.single-product-tabs__head ul li:hover,
.single-product-tabs__head ul li.active {
	opacity: 1;
}

.single-product-tabs__container {
	margin: 100px auto;
}

.single-product-tabs__content {
    padding: 20px 30px;
    background: #f6f6f6;
}

#tab-description ul {
    margin: 10px 0;
}

.woocommerce-product-details__short-description li,
.woocommerce-product-details__short-description p,
.single-product-tabs__content li,
.single-product-tabs__content p {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 25px;
	color: #4b4b4b;
	list-style-position: inside;
}

body.single-product .single-product__content .woocommerce-product-gallery {
	position: relative;
}

.woocommerce-product-gallery__wrapper {
	position: sticky;
	top: 120px;
}

.woocommerce-product-gallery__trigger {
    position: sticky !important;    
	bottom: auto !important;
    top: 150px !important;
    z-index: 10 !important;
	right: 10px !important;
	display: none;
}

.woocommerce-product-details__short-description a,
.single-product-tabs__content a {
	color: #698129;
	font-weight: 500;
}

.brands__container .cta {
	display: none;
}

ul.sub-menu {
	position: absolute;
    left: 0;
    top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    background: #fff;
    padding: 20px;
    row-gap: 15px;
	grid-row-gap: 15px;
    min-width: max-content;
    border: 1px solid #ddd;
	opacity: 0;
	pointer-events: none;
	transition: all ease-in-out 250ms;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children > a {
	padding: 30px 0;
}

.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: all;
}

.site-header__navigation ul.sub-menu li a {
	font-size: 14px;
	font-weight: 400;
	transition: all ease-in-out 250ms;
}

.site-header__navigation .hidden {
	display: none;
}

.site-header__navigation ul.sub-menu li a:hover {
	color: #8dab3d;
}

.bapf_sfilter .bapf_body ul li ul {
	    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
	flex-basis: 100%;
}

.bapf_sfilter ul li {
	display: flex;
	    flex-wrap: wrap;
}

.bapf_sfilter label {
	flex: 1;
}

.languages img {
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.site-header__cart svg path,
.site-header__account svg path {
	fill: #fff;
}

.site-header__account .icon--md,
.site-header__cart .icon--md {
	width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    max-width: 22px;
    max-height: 22px;
}

li.product-item .buttons_added .qty,
li.product-item .quantity input[type="button"] {
	background: transparent !important;
}

.loop-add-to-cart-text {
	display: flex;
    gap: 10px;
    margin-left: -25px;
}

.wp-block-image {
	margin: 20px 0;	
}

.entry-content .wp-block-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	list-style-position: inside;
}

.product-cart-price-stock {
	display: flex; 
	gap: 25px;
	align-items: center;
	order: -1;
}


.bapf_sfilter label {
	font-size: 14px;
}

body.woocommerce-shop .widget-area {
    width: 350px !important;
}

ol.flex-control-nav.flex-control-thumbs {
	display: flex;
	gap: 10px;
	list-style: none;
	margin-top: 10px;
}

ol.flex-control-nav.flex-control-thumbs li {
	border: 1px solid #ddd;
	cursor: pointer;
}

.select2-dropdown {
	top: 30px;
}

.input-row {
    display: flex;
    gap: 20px;
	margin-bottom: 20px;
}

.input-container {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.input-container span {
	display: flex;
	flex-direction: column;
}

.input-container input,
.input-container textarea {
	width: 100%;
	border: 1px solid #ddd;
	outline: none !important;
	padding: 12px 16px;
	font-family: inherit;
}

.page-id-11274 .entry-content > h2,
.page-id-11270 .entry-content > h2 {
    margin: 0 0 40px;
}
 
.page-id-11274 .entry-content > p,
.page-id-11270 .entry-content > p {
	margin: 0 0 5px;
}

.page-id-11274 .entry-header,
.page-id-11270 .entry-header {
	display: none;
}

.page-id-11274 .site-main--default,
.page-id-11270 .site-main--default {
	background: #f5f5f5;
}

@media screen and (max-width: 767px) {
	.input-row {
		display: flex;
		gap: 10px;
		margin-bottom: 10px;
	}
}

.site-header__navigation .menu > li > a {
	text-transform: uppercase;	
}

.product_meta {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.product_meta span {
	font-size: 12px;
	color: #afafaf;
	font-weight: 600;
}

.product_meta .manufacturer,
.product_meta span .sku {
	color: #afafaf;
	text-transform: uppercase;
	font-weight: 400;
}

.product_meta a {
	font-size: 12px;
	color: #afafaf;
	text-decoration: none;
}

.quantity input[type="button"].minus {
	border-right: 1px solid #ddd;
	border-radius: 0px;
	width: 35px;
	color: #6f6f6f;
	font-weight: 600;
}

.quantity input[type="button"].plus {
	border-left: 1px solid #ddd;
	border-radius: 0px;
	width: 35px;
	color: #6f6f6f;
	font-weight: 600;
}

.quantity input[type="button"]:hover {
	background: #698129;
	color: #fff;
}

.single-product__header .sku {
	margin: 20px 0 12px;
	font-size: 18px !important;
}

.menu-item-26 .sub-menu a {
	text-transform: uppercase;
	font-weight: 600 !important;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
	margin-right: 8px;
}

div[data-taxonomy="pa_kataskevastes"] label {
	text-transform: uppercase;
}

.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	border-bottom: 3px solid #698129;
	border-right: 3px solid #698129;
}

article.contact-content {
/* 	min-height: calc(100vh - 525px);
	margin-top: 150px;
    padding-top: 10px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.google-map iframe {
	width: 100%;
	height: 100%;
}

section.up-sells.upsells.products {
	display: none;
} 

.loop-out-of-stock {
    border: none;
    outline: none;
    cursor: pointer;
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: #fff;
    border-radius: 6px;
    margin: 0 auto;
    padding: 0 20px;
    background: transparent;
    color: #000;
    font-weight: bold;
    color: #ff5a5a;
}

@media screen and (min-width: 1024px) {	
	
	.page-id-11267 .entry-header,
	.page-id-11267 .entry-content {
		max-width: 70%;
		margin: 0 auto;
	}
	.page-id-11267 .entry-content img {
		width: 100%;
		max-width: 986px;
	}
}

.mobile-menu__container,
.site-header__burger {
	display: none;
}

@media screen and (max-width: 1023px) {
	.categories-banners__content {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	
	.brands__container .brands {
		grid-template-columns: 1fr 1fr;
		gap: 25px;
	}
	
	.site-footer__columns {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}
	
	.topbar__text,
	.site-header__content > .site-header__navigation {
		display: none;
	}
	
	.site-header__burger {
		display: flex;
		width: 30px;
		height: 30px;
		position: relative;
	}
	
	.site-header__content > .site-header__search {
		display: none;
	}
	
	.site-header__burger > .burger-icon {
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height: 100%;
		opacity:0;
		transition: all ease-in-out 250ms;
		pointer-events: none;
	}
	
	.site-header__burger > .burger-icon svg {
		width: 100%;
		height: 100%;
	}
	
	.site-header__burger > .burger-icon--active {
		opacity: 1;
		pointer-events: all;
	}
	
	.site-header__content {
		justify-content: space-between;
		padding: 10px 20px;
	}
	
	.topbar__content {
		padding: 10px 0;
	}
	
	.site-header--scroll {
		top: -42px;
	}
	
	.categories-banners__container {
		padding: 0;
	}
	
	.mobile-menu__container {
		display: flex;
		flex-direction: column;
		gap: 20px;
		position: fixed;
		top: 89px;
		height: calc(100vh - 89px);
		z-index: 20;
		background: #e7e7e7;
		width: 100%;
		right:0;
		padding: 20px;
		transition: all ease-in-out 250ms;
		width: 0;
		pointer-events: none;
		opacity: 0;
		overflow-y: auto;
	}
	
	.mobile-menu__container.active {
		width: 100%;
		opacity: 1;
		pointer-events: all;
	}
	
	.site-header__search {
		flex: inherit;
	}
	
	.site-header__navigation ul {
		flex-direction: column;
	}
	
	ul.sub-menu {
		position: static;
		display: none;
		opacity: 1;
		pointer-events: all;
		transition: none;
		max-height: 400px;
		overflow-y: auto;
		margin-top: 10px;
	}
	
	ul.sub-menu > li {
		margin: 0 0 15px;
	}
	
	.site-footer__columns-single ul {
		display: block;
	}
	
	.menu-item-has-children > a {
		padding: 0;
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.menu-item-has-children > a::after {
		content: '+';
	}
	
	.menu-item-has-children > a.active::after {
		content: '-';
	}
	
	.brands__single img {
		height: 60px;
	}
	
	.site-footer__columns-single > h6::after {
			content: '+';
	}
	
	.site-footer__columns-single:last-child > h6::after {
			content: none !important;
	}
	
	.site-footer__columns-single > .active::after {
			content: '-';
	}
	
	.site-footer__columns-single h6 {
		display: flex; 
		gap: 10px;
	}
	
	.site-footer__columns-single ul li {
		margin: 0 0 15px;
	}
	
	.site-footer__columns-single > .menu {
		display: none;	
	}
	
	.shop__content {
		flex-direction: column-reverse !important;
		gap: 0;
	}
	
	.products.columns-4 {
		grid-template-columns: 1fr !important;
	}
	
	ul.page-numbers {
		flex-wrap: wrap !important;
	}
	
	.product-item {
		max-width: 100%;
	}
	
	body.woocommerce-shop .widget-area {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	article.contact-content {
		grid-template-columns: 1fr;
	}
	
	.site-main--default {
		padding: 0 !important;
	}

	body.single-product .single-product__content .woocommerce-product-gallery {
		min-width: 100% !important;
	}
	
	body.single-product .single-product__content {
		flex-direction: column;
	}
	
	body.single-product .single-product__content .summary form.cart {
		flex-wrap: wrap;
	}
	
	body.single-product .single-product__content .woocommerce-product-gallery__wrapper > div > a > img {
		height: auto !important;
	}
	
	.woocommerce-product-gallery__wrapper {
		position: static !important;
	}
	
	.related.products .products.columns-4 {
		grid-template-columns: 1fr !important;
	}
	
	.categories-banners-row__content {
    	display: grid;
    	grid-template-columns: 1fr;
	}
	
	.categories-banners-row__single img {
		height: 250px;
	}
	
	.categories-banners-row__single-content {
		padding: 20px;
	}
	
	.single-product-tabs__container {
		display: none;
	}
	
	body.single-product .shop__breadcrump nav {
		padding: 0 20px;
	}
	
	.site-main {
		margin-top: 120px;
	}
	
	.wc-block-cart-item__wrap a {
		font-size: 12px;
	}
	
	.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
		max-width: 200px !important;
	}
	
	.wc-block-checkout__terms {
		font-size: 14px;
		line-height: 22px;
	}
	
	.woocommerce-MyAccount-navigation li {
		flex: 1;
	}
	
	.woocommerce-MyAccount-navigation li a {
		width: 100%;
		justify-content: center;
		font-size: 14px;
		min-width: max-content;
	}
	
	.woocommerce-MyAccount-navigation ul {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	body.single-product .single-product__content {
		gap: 0;
	}
	
	.shop__breadcrump {
		padding: 40px 0 0;
	}
	
	.single-product-tabs__container {
		margin: 0;
		display: block;
		margin-bottom: 40px;
	}
	
	.single-product-tabs__content {
		padding: 0;
	}
	
	.single-product-tabs__head ul li{
		min-width: auto;
		font-weight: bold;
	}
	
	body.single-product .single-product__content .summary form.cart {
		margin-bottom: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.categories-banners__content {
		grid-template-columns: 1fr 1fr;
	}
	.brands__container .brands {
		grid-template-columns: repeat(3, 1fr);
		gap: 50px;
	}
	.products.columns-4 {
		grid-template-columns: 1fr 1fr !important;
	}
	
	.related.products .products.columns-4 {
		grid-template-columns: 1fr 1fr !important;
	}

	.components-button, a.wc-block-components-totals-coupon-link {
		font-size: 14px !important;
		padding: 10px !important;
	}
	
	.site-main {
		margin-top: 150px;
	}
}


@media screen and (min-width: 1024px) and (max-width: 1279px)  {
	.site-header__navigation ul,
	.site-header__content {
		gap: 20px;
	}
	
	.site-header__content {
		justify-content: space-between;
		padding: 10px 20px;
	}
	
/* 	.site-header__search {
		display: none;
	} */
	
	.topbar__text {
		width: max-content;
	}
	
	.categories-banners__single-content {
		width: calc(100% - 40px);
	}
	
	.products.columns-4 {
		display: grid;
		grid-template-columns: repeat(2, 1fr) !important; 
	}
	
	body.single-product .single-product__content .woocommerce-product-gallery {
		min-width: 220px !important;
	}
	
	.related.products .products.columns-4 .product:last-child {
		display: none;
	}
	
	.categories-banners-row__single img {
		width: 100%;
		object-fit: cover;
		height: 340px;
	}
}


@media screen and (min-width: 1180px) and (max-width: 1279px)   {
	.site-header__search {
		display: block;
	}
	
	.site-header__navigation ul li a {
		font-size: 12px;
	}
}

.single-product .single-product-title {
	font-size: 34px!important;
}

.single-product__header .sku {
	font-size: 14px!important;
	color: #111!important;
	font-weight: 500!important;
	margin-bottom: 5px!important;
}

.product_meta span {
	font-size: 14px!important;
	color: #111!important;
	font-weight: 500!important;
}

.product_meta a {
	color: #111!important;
	
}

body.single-product .single-product__content .price ins {
	color: #698129 !important;
}

.single-product-tabs__content,
.single-product-tabs__head ul li {
	background-color: #f5f8ee!important;
}

.woocommerce-notices-wrapper:empty {
	margin: 0;
}

.single-product #page > .product {
    background: #f9f9f9;
    padding-top: 7vh;
}

.single-product .products .product {
	background: #fff;
}

.woocommerce-product-gallery .flex-viewport {
    aspect-ratio: 1.1;
    max-width: 100%;
    height: auto !important;
}

.woocommerce-product-gallery__wrapper {
	position: relative!important;
	top: unset!important;
}

body.single-product .single-product__content .woocommerce-product-gallery__wrapper > div > a > img {
    width: 100%!important;
    height: 100% !important;
    object-fit: cover!important;
}

body.single-product .single-product__content {
	align-items: flex-start;
}

body.single-product .single-product__content .summary {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
	margin-top: 0!important;
}

.single-product-tabs__head ul li {
	padding: 10px!important;
}

@media screen and (max-width: 1023px) {
    .single-product-tabs__content {
        padding: 25px;
    }
}

ol.flex-control-nav.flex-control-thumbs {
	flex-wrap: wrap;
}

.flex-control-thumbs img {
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 767px) {
	.flex-control-thumbs img {
		width: 50px;
		height: 50px;
	}
	
	body.single-product .single-product__content .summary {
		padding: 0 !important;
	}
	
	.single-product #page > .product {
		background: #f9f9f9;
		padding-top: 0 !important;
	}
	
	.single-product .single-product-title {
		font-size: 20px !important;
	}
	
	body.single-product .single-product__content .summary form.cart {
		margin: 20px 0;
	}
	
	body.single-product .single-product__header {
		margin-bottom: 20px !important;
	}
	
	.product-cart-price-stock {
		flex-basis: 100%;
	}
	
	.shop__content .shop-order-filters .woocommerce-ordering select {
		width: 100%; 
	}
	
	.shop__content {
		gap: 0px !important;
	}
	
	h1.woocommerce-products-header__title.page-title {
		font-size: 25px;
		margin-bottom: 15px;
	}
	
	.site-footer__copyrights {
		gap: 0;
	}
	
	.site-footer__copyrights .designous-credits {
		font-size: 13px;
	}
	
	.site-footer__copyrights .social-media {
		display: flex;
		align-items: center;
		gap: 30px;
	}
	
}

.back-to-top {
	display: inline-flex;	
}

@media screen and (min-width: 1024px) {
	.brands__container {
		min-height: calc(100vh - 499px);
		display: flex;
    	align-items: center;
	}
}

.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
	    width: 7px;
    height: 10px;
	left: 3px;
}

.bapf_ckbox_sqchck input[type=checkbox] {
	width: 16px;
	height: 16px;
}

.add-select-arrow { 
	position: relative;
	width: fit-content;
	max-width: 100%;
}

.add-select-arrow::after {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    width: 45px;
    height: calc(100% - 2px);
    background-color: #fff;
    background-image: url(./assets/images/chevron-down.svg);
    background-size: 44%;
    background-repeat: no-repeat;
    background-position: center;
	pointer-events: none;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector  {
	margin-bottom: 0 !important;
}

.wc-block-cart-item__quantity {
    margin-top: 20px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	font-size: 14px;
}


body.woocommerce-checkout label {
    font-size: 14px;
    font-weight: 500;
} 

/* #customer_details {
	padding-top: 0 !important;
} */

#ship-to-different-address label {
	display: flex; 
	align-items: center;
	gap: 6px;
}

.woocommerce-checkout-review-order input[type="radio"]:checked:before,
.woocommerce-checkout-review-order input[type="radio"]:checked:before {
	background: #698129 !important;
}

input[type="checkbox"],
select {
	accent-color: #698129;
}


#shipping_address_2_field,
#shipping_country_field,
#billing_address_2_field,
#billing_country_field {
	display: none !important;
}

#billing_timologio_field {
	order: -1;
	flex-basis: 100%;
	position: relative;
}

#billing_timologio_field select {
	cursor: pointer;
}

#billing_store_field,
#billing_irs_field,
#billing_vat_field {
	flex-basis: calc(25% - 15px);
	order: -1;
}

.woocommerce form .form-row .required {
    color: #e76363;
}

#billing_timologio_field::before {
    content: '';
    position: absolute;
    top: 0;
    right: 1px;
    top: calc(50% + 13px);
    transform: translateY(-50%);
    width: 20px;
    background: #fff;
    height: 36px;
    z-index: 1;
}

#billing_timologio_field::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: calc(50% + 14px);
    width: 0;
    right: 5px;
    transform: translateY(-50%);
    background: #fff;
    z-index: 2;
    pointer-events: none;
}

.woocommerce-thankyou-order-received {
	color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 40px;
    background: #698129;	
}

.woocommerce-thankyou-order-details.order_details {
	list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
    background: #f5f5f5;
    border-radius: 5px;	
	margin-bottom: 40px;
	border: 1px solid #e3e0e0;
}

.woocommerce-customer-details,
.woocommerce-order-details,
.woocommerce-bacs-bank-details {
	padding: 30px;
	background: #f5f5f5;
	border-radius: 5px;	
	margin-bottom: 40px;
	border: 1px solid #e3e0e0;
}

.woocommerce-order-details__title,
.woocommerce-bacs-bank-details h2 {
	margin-bottom: 20px;	
	font-size: 20px;
}

.woocommerce-bacs-bank-details h3 {
	margin-bottom: 10px;	
	font-size: 16px;
}

.woocommerce-bacs-bank-details ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

ul.wc-bacs-bank-details.order_details.bacs_details {
    margin-bottom: 40px;
}

.woocommerce-table--order-details a {
/* 	color: inherit; */
	color: #698129;
	text-decoration: none;
	font-size: 14px;
}

.woocommerce-table--order-details .product-quantity {
	font-size: 14px;
}

.woocommerce-table--order-details th.woocommerce-table__product-name.product-name {
	text-align: left;	
}

.woocommerce-table--order-details td.woocommerce-table__product-name.product-name {
    border-bottom: 1px solid #ddd;
    padding: 12px 0 12px 0;
	max-width: 73%;
	width: 100%;
}

.woocommerce-table--order-details td.woocommerce-table__product-total.product-total {
    border-bottom: 1px solid #ddd;
	padding 12px 0;
	font-size: 14px;
	font-weight: 500;
}

.woocommerce-table--order-details tfoot tr th,
.woocommerce-table--order-details tfoot tr td {
	border-bottom: 1px solid #ddd;
	padding: 12px 0;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
}

.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-table--order-details tfoot tr:last-child td {
	border-bottom: none;
}

.woocommerce-customer-details > section {
	display: flex;
}

.woocommerce-customer-details > section > div {
	flex: 1;
}

.woocommerce-customer-details address {
	margin-top: 20px;
	line-height: 1.8;
}

.back-to-top {
	display: none;
}

@media screen and (max-width: 767px) {
	
	.back-to-top {
		display: inline-flex;
	}
	
	.woocommerce-customer-details > section {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.site-main {
		margin-top: 138px;
	}
}


.woocommerce-NoticeGroup-checkout {
	grid-column: span 2;	
	display: none;
}

.woocommerce-NoticeGroup-checkout .woocommerce-error {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
}

.woocommerce-NoticeGroup-checkout a {
    display: inline-block !important;
    color: #fff;
    padding: 4px 0;
}
 
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
	align-items: flex-start !important;
}

.checkout-inline-error-message {
	font-size: 12px;
	font-weight: 600;
	color: #e76363;
}

.payment_box.payment_method_cod,
.payment_box.payment_method_bacs,
.form-row.place-order .woocommerce-terms-and-conditions-wrapper {
	display: none !important;
}