*{
	font-family: "Nunito", sans-serif;
}
a{
	color: #476930;
}
a:hover, a:focus, a:active{
	text-decoration: underline;
}
a.link-main, a.link-main:hover, a.link-main:focus, a.link-main:active{
	color: #476930;
}
a:hover, a:focus, a:active{
	text-decoration: underline;
}
/* .table td, .table th{
	word-break: break-all; 
}*/
.sticky-div.fixed-position{
	position:fixed;
    top:0; left: 0;
    width:100%;
    z-index:997;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;

	box-shadow: 0px 5px 14px -5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 5px 14px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 14px -5px rgba(0,0,0,0.75);
}

/* @media (max-width:420px){
	.page-container{
		padding-top: 124px !important;
	}
} */
.page-container{
	padding-top: 25px;
	padding-bottom: 25px;
}
.page-title{
	font-size: 24px;
	color: #333;
}
.btn-main, .bg-main{
		font-size: 12px;
	background-color: #476930;
	color: white;
}
.text-main{
	color: #476930;
}
#primary{
	width: 1140px;
	margin: 0 auto;
	padding: 20px 15px;
	min-height: calc(100vh - 133px -355px);
}
.common-btn{
	background-color: #17D7A0;
	color: #222;
}
.common-btn[disabled='']{
	background-color: #aeaeae;
	color: #222;
}
.display-none{
	display: none;
}
/* ============ */
/* ============ */
#auto-suggest{
	position:fixed;
	display: none;
	z-index: 9999;
	background-color: white;
	border: 1px solid #999999;
	border-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	max-height: 300px;
	overflow-y: auto;
}
#auto-suggest ul{
	list-style: none;
	margin: 0; padding: 0;
}
#auto-suggest ul li{
	padding: 5px 10px;
}
#auto-suggest ul li a{
	width: 100%;
	display: block;
}
@media screen and (max-width: 480px) {
	#auto-suggest ul li{
		padding: 10px;
	}
}
/* ============ */
/* ============ */
.all-products-section{
	display: flex;
	gap: 10px;
	width:  100%;
	flex-wrap: wrap;
}
.all-products-section .wc-block-grid__products{
	gap: 10px;
	width: 100%;
	margin: 0;
}
.all-products-section .wc-block-grid__product, .all-products-section .loop-product{
	background: white;
	border-radius: 3px;
	overflow: hidden;
	flex: 1 1 calc(20% - 10px)!important;
	max-width: calc(20% - 10px)!important;
	text-align: center;
	display: flex;
    flex-direction: column;
    border: 0;
}
.loop-product .woocommerce-loop-product__title{
	line-height: 1.5em;
    font-size: 16px;
    text-align: center;
}
.all-products-section .wc-block-grid_product .wc-block-grid_product-link{
	text-decoration: none;
	color: #53c100;
}
.all-products-section .wc-block-grid_product .wc-block-grid_product-title{
	line-height:1.5em;
	font-size: 16px;
}

.all-products-section .wc-block-grid_product .wc-block-grid_product-onsale{
	position: absolute;
    top: 10px;
    right: 0px;
}
.main-category-menu{
	margin: 0;
	padding: 0 0 0 25px;
}
.main-category-menu ul{
	margin: 0;
	padding: 0;
}
.main-category-menu li{
	margin: 0;
	padding: 10px 0;
	list-style: none;
	text-transform: capitalize;
}
.main-category-menu li .wc-block-product-categories-list-item-count{
	float: right;
}

/* ======= */
.banner-section{
	display: flex;
	position: relative;
}
.banner-section figure{
	margin: 0;
	display: flex;
}
.banner-info{
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 24px;
	color: white;
	padding: 15px 10px;
	background-color: rgba(0,0,0,0.4);
	margin: 0;
    height: 120px;
}
/* ======= */
.product-link{
	color: #53c100;
}
.wc-block-grid__product-link{
	flex-grow: 1;
}
.add_to_cart_button{
	font-size: 16px !important;
}
.shop_table{
	/* /background-color: #faebd7;/ */
}
.shop_table thead tr{
	background-color: #476930;
	color: white;
}
.shop_table .cart_item .product_actions{
	font-size: 90%;
	font-style: italic;
	margin: 2px 0 5px;
}
.shop_table .cart_item .product_actions a{
	color: red;
}
/* ======= */
.cart-collaterals .cart_totals h2 {
	color: #222;
}
.cart-collaterals .woocommerce-shipping-methods, .cart-collaterals .woocommerce-shipping-destination{
	color: #222;
}

.red{
	color: red;
}

@media only screen and (max-width: 1028px) {
	.btn-main{
		font-size: 12px;
	}
	.brq-button-containers{
		gap: 5px !important;
	}
}

@media only screen and (max-width: 768px) {
	#primary{
		width: 100%;
	}
	.wc-block-grid__products{
		display: flex !important;
	}
	.all-products-kt-section .kt-row-column-wrap{
		display: flex;
		gap: 5px;
		width:  100%;
		flex-wrap: wrap;
	}
	.all-products-kt-section .kt-row-column-wrap .inner-category, .all-products-section .wc-block-grid__product, .all-products-section .loop-product{
		flex: 1 1 calc(50% - 5px)!important;
		max-width: calc(50% - 5px)!important;
		margin-bottom: 5px;
		margin-right: 0 !important;
	}
}
.wp-block-image{
	margin:0 !important;
}
.wp-block-image img{
	max-width: 100%;
	width: 100%;
    aspect-ratio: auto;
    height: auto;
}

/* =============================== */
#mdl-product-image img{
	width: 100%;
}
/* =============================== */
/*
 * MENU BUTTON
 */
.menu__toggler {
	position: fixed;
	background-color: #7fff00;
	top: 200px;
	right: 0px;
	z-index: 2010;
	/* transform: rotate(-90deg); */
	color: #476930;
	padding: 0px;
	/* padding-right: 0px; */
	outline: none;
	cursor: pointer;
	display: flex;
	font-weight: bold;
	align-items: center;
	border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

/*
 * SLIDING MENU PANEL
 */
.menu {
	position: fixed;
	top: 0;
	right: -420px;
	z-index: 2011;
	background: white;
	font-size: 14px;
	width: 420px;
	height: 100%;
	overflow: auto;
	display: flex;
	flex-direction: column;
	transition: 300ms left cubic-bezier(0.77, 0, 0.175, 1);
}
.cart-content{
	padding: 15px;
}
@media only screen and (max-width: 768px) {
	.menu {
		right: -90%;
		width: 90%;
	}
}
.menu-close{
	padding: 0px 15px 25px;
	color: #476930;
	cursor: pointer;
}
.menu.active {
	right: 0;
	box-shadow: 5px 0px 19px 4px rgba(112,112,112,1);
	-webkit-box-shadow: 5px 0px 19px 4px rgba(112,112,112,1);
	-moz-box-shadow: 5px 0px 19px 4px rgba(112,112,112,1);
}
.menu-footer{
	display: flex;
	flex-direction: row;
	padding: 15px;
	background-color: white;
	position: sticky;
	bottom: 0;
}
.menu-footer > *{
	flex-grow: 1;
}
.menu-footer a:hover {
	color: #fff !important;
}
body.menu_active{
	position: sticky;
	overflow: hidden;
}

/* =================================== */
.overlay, .cart-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1060;
    position: absolute;
    background: rgba(20, 20, 20, 0.7);
    display: none;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

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

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
/* ================================= */
.filter-menu{
	list-style: none;
	padding: 0;
	border-radius: 3px;
	overflow: hidden;
}
.filter-menu li{
	list-style: none;
	padding: 10px;
	background-color: white;
	margin-bottom: 2px;
}
.filter-menu li:last-child{
	margin-bottom: 0;
}
.filter-menu li a{
	text-decoration: none;
	color: #476930;
	font-family: "Nunito", sans-serif;
}
/* ================================= */
.cart-table{
	margin-bottom: 60px;
}
.cart-table .cart-heading{
	background-color: #476930;
	color: white;
}


/* ================================= */
.cart-collaterals{
	margin-top: 10px;
}
.woocommerce-cart-body{
	padding: 0 15px;
}
.woocommerce-cart-body .woocommerce-cart-form__cart-item{
	border: 1px solid #666;
}
.woocommerce-cart-body .woocommerce-cart-form__cart-item:nth-child(2n){
	background-color: rgba(255, 255, 255, 0.3);
}
.woocommerce-shipping-totals td{
	text-align: right;
}
.product_remove, .product_remove:hover, .product_remove:active, .product_remove:focus {
	color: red;
    font-size: 85%;
    font-style: italic;
}
.product_actions{
    margin-bottom: 5px;
}
.brqadvcust-product-price {
	font-size: 14px;
}
.product-subtotal .woocommerce-Price-amount{
	font-size: 20px;
}
.cw_quantity_select{
	margin: 0 auto;
}
.cw_qty{
	width: auto;
    margin: 0 auto;
}
.product-quantity{
	display: flex;
	flex-direction: column;
	gap: 10px;
	min-width: 170px;
}
.apply-coupon{
	background-color: rgba(255, 255, 255, 0.8);
	width: 100%;
	padding: 15px;
	color: #000000;
	border-top: 1px solid #222;
	border-bottom: 1px solid #222;
	margin-top: 5px;
}
.apply-coupon a{
	color: #000000;
	text-decoration: none;
}
.my-coupons-list{
	margin: 0; padding: 0;
	list-style: none;
}
.my-coupons-list li:first-child{
	border-top: 1px dotted #777777;
}
.my-coupons-list li{
	border-bottom: 1px dotted #777777;
}
.my-coupons-list li a, .my-coupons-list li a:hover, .my-coupons-list li a:active {
	text-decoration: none;
	color: #476930;
}
.my-coupons-list li h5{
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 2px;
}
.my-coupons-list li p{
	font-size: 12px;
    margin-bottom: 0px;
}
.my-coupons-list li p:last-child{
	margin-bottom: 0;
}
/* ============================== */
.woocommerce-checkout-review-order{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 20px;
}
.woocommerce-checkout-review-order-table th{
	text-transform: uppercase;
}
.woocommerce ul.order_details{
	display: flex;
	flex-direction: row;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}
.woocommerce ul.order_details li{
	font-size: 1em;
	line-height: 1.5em;
	width: 25%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
}
.woocommerce ul.order_details li strong{
	margin-top: 10px;
}
.woocommerce ul#shipping_method li{
	margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
	.woocommerce-checkout-review-order{
		flex-direction: column;
	}
	.woocommerce ul.order_details{
		margin-bottom: 5px;
	}
	.woocommerce ul.order_details li{
		flex: 1 1 50%;
		font-size: 16px;
		width: 100%;
	}
	.woocommerce ul.order_details li strong{
		font-size: 1.2em;
		margin-bottom: 15px;
	}
	ul li .woocommerce-order-overview__email .email{
		width: 100%;
	}
}
/* ============================== */
.woocommerce form .form-row label{
	line-height: 1.4em;
}
/* ============================== */
.multi-select{
	float: left;
	width: 100%;
	line-height: 30px;
	background: white;
	color: #222;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
}
.multi-select.open{
  border-radius: 5px 5px 0 0;
}
.multi-select .multi-select-options{
	padding: 10px;
	display: none;
	position: absolute;
	background: #fff;
	z-index: 1;
}
.multi-select .multi-select-selected { 
	padding: 3px 10px;
}
.multi-select .multi-select-selected div{ 
	flex-grow: 1;
}
.multi-select .option { 
	padding: 3px;
	font-size: 15px;
	line-height: 20px;
	border-top: none;
	color: #222;
}
.multi-select .option h5{
	text-transform: uppercase;
	font-weight: 900;
	font-size: 16px;
	margin-bottom: 5px;
} 
.multi-select .option{
}
.multi-select .option.shown:first-line{
  font-size: 20px;
  line-height: 30px;
}
.multi-select .option.shown:hover:first-line { color: #000; }
.multi-select .shown { display: block; }
.multi-select .option:hover{
  background: #3355ff;
  background-color: rgba(120, 120, 120, 0.2);
}
.multi-select .option.shown:last-child { border-radius: 0 0 5px 5px }

/* /----------------/ */
/* My account     */
/* /----------------/ */
.woocommerce-Address{
	margin-bottom: 10px;
}
.woocommerce-MyAccount-navigation-link a{
	width: 100%;
    display: block;
}

/* ---------------- */
.qty{
	margin-bottom: 16px;
	text-align: center;
}
.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
	background: transparent;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    }
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}
.minus:hover{
    background-color: #717fe0 !important;
}
.plus:hover{
    background-color: #717fe0 !important;
}
.qty span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.qty input{  
    border: 0;
    border-bottom: 2px solid darkgrey;
    width: 50px;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty input:disabled{
    background-color:white;
}

/* =C A R T= */
.woocommerce-address-fields__field-wrapper .form-row{
	display: flex;
	flex-direction: column;
}

li.list-group-item-success.active a{
	color: white!important;
}

.wp-block-embed iframe {
    max-width: 100%;
    height: auto;
}



.ehf-header #masthead {
    z-index: 99;
    position: fixed;
    top: 0;
    background: white;
	width: 1300px;
    left: 50%;
    transform: translateX(-50%);
}

#page{
	padding-top: 120px;
	position: relative;
}
#page > .container{
	min-height: calc(100vh - 120px) !important;
}
@media (max-width: 600px){
	.ehf-header #masthead {
		width: 100%;
	}
}
/** * /

.category-menu{
	padding: 10px 10px;
}

.category-menu .cat-btn{
    background-color: #ffffff !important;
    border:1px solid transparent;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.hfe-nav-menu-icon svg{
	width: 56px !important
}*/