:root {
    --text-size: 16px;
    --title-font-family: 'Lora', sans-serif;
    --text-font-family: 'Montserrat', sans-serif;
  }


/* ===========
woocommerce-page
===============*/

@media (max-width: 767.98px){
	.woocommerce-checkout .content-area,
	.woocommerce .content-area,
	.woocommerce-account .content-area,
	.woocommerce-cart .content-area{
		padding: 50px 0px 30px 0px!important;
		margin: 0px 0px !important;
	}

}



@media (max-width: 1024px){
	.woocommerce-page .site-main{
		overflow: hidden !important;
	}
}

@media (max-width: 767.98px){
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
		width: 335px;
	}
}

@media (min-width: 768px){
	.woocommerce-checkout .content-area,
	.woocommerce .content-area,
	.woocommerce-account .content-area,
	.woocommerce-cart .content-area{
		padding: 70px 0px 70px 0px!important;
		margin: 0px 0px !important;
	}
	
}

.woocommerce-page .site-main{
	margin: 0px auto !important;
	padding: 0px 20px !important;
}

/* .woocommerce table.shop_table{
	border: none;
} */

.woocommerce-cart .cart-collaterals .cart_totals tr th{
	border-top: inherit !important;
}


.woocommerce-result-count{
	color: var(--dark-color);
    font-family: "Barlow", Sans-serif;
    font-size: 28px !important;
    font-weight: 800 !important;
    line-height: 1.4em !important;
}

@media (min-width: 1200px) {
	form.checkout #order_review_heading{
	font-size: 48px !important;
	line-height: 60px;
}
}

form.checkout #order_review_heading{
	color:  var(--global-palette3);
    font-family: "Barlow", Sans-serif;
    letter-spacing: 0.01px;
	font-size: 30px;
	line-height: 37px;
	font-weight: 700;
    text-transform: capitalize;
}


.woocommerce-ordering select{
	padding: 8px 15px !important;
	background: #ffffff;
    background-size: 200%;
	border: 1px solid #44444450 !important;
	border-radius: 5px !important;
	color: var(--dark-color) !important;
	outline: none !important;
}

.woocommerce-ordering select option{
	font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
	color: #54595F;
}

.woocommerce ul.products li.product .price{
	color: #ff7d09 !important;
    font-family: "Barlow", Sans-serif;
    font-size: 19px !important;
    font-weight: 500 !important;
}


.woocommerce ul.products li.product .button{
	background-color: var(--global-palette1) !important;
	border-radius: 3px !important;
	padding: 11px 35px 12px 35px !important;
    font-family: "Barlow", Sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
	color: #fff !important;
	border: 2px solid  var(--global-palette2);
    opacity: 1;
	display: none;
    text-transform: capitalize;
	background-image: none  !important;
}

.woocommerce ul.products li.product .button:before {
	content: "\f07a";
	font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
}


#product-list li.product .button{
	opacity: 0;
}

.ywgc_apply_gift_card_button{
	background-color: var(--global-palette1) !important;
	border-radius: 3px !important;
	padding: 15px 35px 16px 35px !important;
    font-family: "Barlow", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3em;
	color: #fff !important;
	border: 2px solid  var(--global-palette2);
    opacity: 1;
    text-transform: capitalize;
	background-image: none  !important;
}

#product-list li.product:hover .add_to_cart_button{
	transform: translateY(0px) !important;
	opacity: 1 !important;
}


/* Product Grid */

.woocommerce-page .products li.product {
	background: var(--global-palette9);
	box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.04) !important;
	border-radius: 3px !important;
	border: none !important;
	height: 480px !important;
	margin-bottom: 30px !important;
	transition: all 0.4s ease-in-out;
}

.woocommerce-page .products li.product:hover{
	box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.08) !important; 
}

#product-list li.product {
	background: var(--global-palette9);
	box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.04);
/* 	border: 1px solid transparent; */
	border-radius: 3px;
	height: 390px !important;
	transition: all 0.4s ease-in-out;
}

#product-list li.product:hover{
	box-shadow: 4px 7px 16px rgba(0, 0, 0, 0.08) !important;
	z-index: 99;
/* 	border: 1px solid var(--global-palette2) !important; */
}

#product-list li.product{
	padding: 32px 35px !important;
}


.woocommerce-page .products li.product{
	padding: 30px 20px !important;
}

.woocommerce ul.products li.product a img{
	object-fit: contain !important;
	height: 230px !important;
	margin-bottom: 25px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-family: barlow,Sans-serif;
	font-weight: 600 !important;
	font-size: 22px !important;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: var(--global-palette1) !important;
}

.woocommerce ul.products li.product .price{
	font-family: barlow,Sans-serif;
	font-weight: 600 !important;
	font-size: 22px !important;
	line-height: 26px;
	letter-spacing: -0.01em;
	color: #486DEF !important;
}

.woocommerce ul.products li.product .button{
	display: block !important;
	font-family: barlow,Sans-serif;
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 18px !important;
	padding: 15px 0px !important;
	background: #FC769E !important;
	border-radius: 3px;
	text-align: center;
	transition: all 0.4s ease-in-out;
	color: #fff !important;
/* 	width: 200px; */
    height: 50px;
}

#product-list li.product .button{
	transform: translateY(45px);
}

#product-list li.product:hover{
	height: 450px !important;
}



.ywgc_apply_gift_card_button:hover{
	background-color: var(--global-palette2) !important;
}


.ywgc_enter_code .form-row{
	width: 100% !important;
}

@media (min-width: 768px) {
	.ywgc_enter_code .form-row{
		width: 33% !important;
	}
}

@media (min-width: 1024px) {
	.ywgc_enter_code .form-row{
		width: 20% !important;
	}
}

.woocommerce ul.products li.product .added_to_cart{
	background-color: var(--global-palette1) !important;
	border-radius: 3px;
	padding: 11px 35px 12px 35px !important;
    font-family: "Barlow", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3em;
	color: #fff !important;
	border: 2px solid var(--global-palette1);
    text-transform: capitalize;
	position: relative;
/*     top: -48px; */
    opacity: 0;
	background-image: none  !important;
	display: block;
	text-align: center;
	transform: translateY(0px);
    transition: all 0.4s ease-in-out;
/* 	width: 200px; */
    height: 50px;
	margin-left: 20px;
}

#product-list li.product .added_to_cart{
	  top: -2px;
	margin-left: 0px !important;
}

/* .woocommerce ul.products li.product .added_to_cart:hover{
	transform: translateY(-48px) !important;
} */


.products li.product:hover .added_to_cart{
	transform: translateY(-48px) !important;
	opacity: 1 !important;
}

.woocommerce ul.products li.product .button:hover{
	background-color: var(--global-palette2) !important;
	color: #ffffff !important;
	border: 2px solid var(--global-palette2) !important;
}

.woocommerce ul.products li.product .added_to_cart:hover{
	background-color: var(--global-palette2) !important;
	color: #ffffff !important;
	border: 2px solid var(--global-palette2) !important;
}


.woocommerce div.product form.cart .button:hover{
	background-color: var(--global-palette2) !important;
	color: #ffffff !important;
/* 	border: 2px solid var(--global-palette2) !important; */
}


/* 
@media (min-width: 768.98px) {
	.woocommerce ul.products li.product .button{
		    left: 8% !important;
	}
} */

/* @media (min-width: 1200px) {
	.woocommerce ul.products li.product .button{
		    left: 23% !important;
	}
} */

.orgn_food .products li.product{
	background-color: #ffffff;
	text-align: center !important;
	border-radius: 20px !important;
	box-shadow: 0px 3px 15px 0px rgb(42 67 113 / 15%) !important;
	transition: all 300ms ease-in-out !important;
	padding-bottom: 40px !important;
	overflow: visible !important;
	margin-top: 30px !important;
	position: relative;
}

@media (min-width: 768px) {
	.orgn_food .products li.product{
		height: 530px;
	}
}


/* @media (min-width: 768px) {
	.categories .products li.product-category a{
		height: 310px !important;
	}
} */


/* .woocommerce-loop-product__title{
	padding: 15px 10px 10px 10px !important; 
} */

.woocommerce ul.products li.product a img{
	border-radius: 20px 20px 0px 0px !important;
}

.woocommerce-loop-product__title{
	margin-top: 10px !important;
}


/* single-product */

 @media (max-width: 374.98px){
	 .single-product .site-main{
		padding: 0px 0px !important;
		}
	 .related.products{
		 padding: 0px 25px 0px 20px !important;
	 }
	 .woocommerce-tabs{
		 padding: 0px 25px 0px 20px !important;
	 }
	 .summary.entry-summary{
		 padding: 0px 25px 0px 20px !important;
	 }
	 .single-product .woocommerce div.product div.images.woocommerce-product-gallery{
		 padding: 0px 25px 0px 20px !important;
	 }
	 .single-product .onsale {
		top: 10px !important;
		right: 0px !important;
		left: 28px !important;
	}
	 .woocommerce div.product div.images .woocommerce-product-gallery__trigger{
		 right: 43px !important;
	 }
} 


@media (min-width: 375px){
	.woocommerce-page .site-main {
   	 	width: 375px  !important;
	}
	.single-product .onsale{
		top: 14px !important;
		right: 0px !important;
		left: 8px !important;
	} 
}


@media (min-width: 425px){
	.woocommerce-page .site-main {
   	 	width: 425px  !important;
	}
}


@media (min-width: 768px){
	.woocommerce-page .site-main {
   	 	width: 768px  !important;
	}
}


@media (min-width: 1024px){
	.woocommerce-page .site-main {
   	 	width: 1025px  !important;
	}
}

@media (min-width: 1190px){
	.woocommerce-page .site-main {
   	 	width: 1200px  !important;
	}
}

.single-product article{
	box-shadow: none !important;
    border-radius: 0px !important;
	padding: 0px !important;
}
.single-product .kleenr-banner-breadcrumb{
	background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.single-product article .entry-meta,.single-product article .entry-footer{
	display: none !important;
}
/* .woocommerce-Price-amount{
	font-family: var(--text-font-family);
    font-size: 19px !important;
    font-weight: 500;
} */

.price del{
	color: #6c6c6c !important;
	margin-right: 10px;
}
.price{
	margin-bottom: 30px !important;
}

.woocommerce form .form-row .button,
.woocommerce-form-login__submit, .single_add_to_cart_button{
    background: var(--global-palette2) !important;
    color: #ffffff !important;
    border-radius: 3px !important;
    padding: 13px 40px !important;
    font-family: "Barlow", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    outline: none !important;
	text-transform: capitalize !important;
}

@media (min-width: 768px) {
	.woocommerce form .form-row .button{
    padding: 13px 45px !important;
    font-size: 17px !important;
}
}

.checkout_coupon woocommerce-form-coupon p{
	 font-family: "Barlow", Sans-serif !important;
	 font-size: 16px !important;
     font-weight: 400 !important;
}

.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register{
	border-radius: 10px !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	border-color: #ffffff !important;
	color: #ffffff !important;
}

.wc-proceed-to-checkout a{
	background:  var(--global-palette2)!important;
	border-radius: 3px !important;
    font-family: "Barlow", Sans-serif;
    font-size: 17px;
    font-weight: 500;
	line-height: 20px !important;
	color: #fff !important;
	outline: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: var(--global-palette2);
    font-family: "Barlow", Sans-serif;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 34px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border: none !important;
}

.related.products > h2,.woocommerce-Tabs-panel h2{
	color: var(--global-palette3);
    font-family: "Barlow", Sans-serif;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 34px;
	margin-bottom: 15px !important;
}

.related.products >h2{
	margin-bottom: 30px !important;
}

.woocommerce-Tabs-panel p{
    color: #696687;
    font-family: "Barlow", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
}
/* @media (min-width: 768px) {
	.woocommerce-Tabs-panel p{
		font-size: 18px !important;
	}
} */
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: var(--global-palette3);
}


@media (max-width: 767.98px) {
	.woocommerce-product-gallery{
		width: 330px !important;
    	max-width: 100% !important;
	}
	.single-product .kleenr-banner-breadcrumb {
		margin-top: -53px !important;
	}

	.single-product .post-content_section {
		padding: 50px 0px 0px 0px !important;
	}
}
@media (min-width: 768px) {
   .woocommerce .woocommerce-product-gallery__image{
		border-radius: 20px !important;
		height: 430px !important;
	}
}

.woocommerce div.product p.price{
	color: var(--global-palette2) !important;
}

.woocommerce .woocommerce-product-gallery__image img{
	border-radius: 20px !important;
}
.quantity{
	margin-right: 5px !important; 
}

@media (min-width: 767.98px){
	.quantity{
	margin-right: 0px !important; 
}
}	
	
@media (min-width: 1023.98px){
	.quantity{
	margin-right: 30px !important; 
}	
}

@media (max-width: 424.98px) {
	.quantity{
		margin-bottom: 20px !important; 
	}
}

/* .woocommerce div.product .woocommerce-tabs {
    border: none !important;
    margin-bottom: 2em;
} */

.quantity .qty{
	width: 8em !important;
	height: 2.5em !important;
	outline: none !important;
	font-family: var(--text-font-family);
}
.product_meta{
	color: var(--global-palette2);
    font-family: var(--text-font-family);
    line-height: 34px;
}
.product_meta .posted_in a{
	color: #54595F;
    font-family: var(--text-font-family);
    font-size: 16px !important;
    font-weight: 500;
 
}

.woocommerce-product-attributes-item__value P{
	font-style: normal !important;
}



/* Comment */
.cart_totals h2,.comments-area .comment-reply-title{
	color:  var(--global-palette3);
    font-family: "Barlow", Sans-serif;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 34px;
	text-transform: uppercase;
}
.logged-in-as a:visited{
	color: #54595F !important;
}
.actions button,.coupon button,.comments-area .submit{
	background: #ffffff !important;
	border-radius: 3px !important;
	padding: 10px 0px !important;
    font-family: "Barlow", Sans-serif;
    font-size: 17px !important;
    font-weight: 500 !important;
	line-height: 20px !important;
	color: var(--global-palette1) !important;
	outline: none !important;
	border: 2px solid  var(--global-palette1) !important;
	text-transform: capitalize;
	transition: all 300ms ease-in-out !important;
}

.coupon button:hover{
	background: var(--global-palette1) !important;
	color: #ffffff !important;
}

.woocommerce table tr, tr.cart-subtotal{
	border: 1px solid #d9d9d9;
}

.woocommerce table td{
	padding: 15px 12px 13px 12px !important;
}


.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	background:  var(--global-palette2) !important;
    color: #ffffff !important;
    border-radius: 3px !important;
    padding: 10px 45px !important;
    font-family: "Barlow", Sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    outline: none !important;
}



@media (min-width: 767.98px) {
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,.actions button,.coupon button,.comments-area .submit{
	padding: 11px 45px 12px 45px !important;
}
}
.coupon button{
	margin-left: 20px !important;
}
.comments-area textarea{
	outline: none !important;
}

/* woocommerce-cart-form */

.woocommerce-message{
	border-top-color: transparent !important;
}

.woocommerce-cart-form table th,.cart-subtotal th,.order-total th,.woocommerce table.shop_table th{
	color:  var(--global-palette3);
    font-family: "Barlow", Sans-serif;
    font-size: 17px !important;
    font-weight: 700;
	text-transform: uppercase;
}


.woocommerce-checkout-review-order-table td{
	color:  var(--global-palette3) !important;
    font-family: "Barlow", Sans-serif;
    font-size: 16px !important;
    font-weight: 500;
	text-transform: capitalize;
}

.woocommerce-cart-form .product-name a{
	color:  var(--global-palette3) !important;
    font-family: "Barlow", Sans-serif;
    font-size: 18px !important;
    font-weight: 500;
	text-transform: capitalize;
}
.woocommerce-page table.cart td.actions .input-text {
    width: 130px !important;
    font-family: "Barlow", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
	color:  var(--global-palette4);
}
.woocommerce a.remove:hover {
    color: #ffffff!important;
    background: #F77021D6 !important;
}

.cart_totals h2{
	margin-bottom: 20px;
}



.woocommerce table.shop_table td{
	border-top: 1px solid rgba(0,0,0,.1) !important;
}

/* Cheakout */
 .woocommerce-input-wrapper{
	width: 100% !important;
}
.woocommerce-form-coupon-toggle .woocommerce-info{
	font-family: "Barlow", Sans-serif;
    font-size: 17px !important;
    font-weight: 500;
	color:  var(--global-palette3) !important;
	border-radius: 10px;
}

@media (max-width: 767.98px) {
	.woocommerce-info{
/* 		padding-bottom: 3em !important; */
		padding: 1.25em 2em 3em 1.1em !important;
	}
	.showcoupon{
		display: block;
		left: 0;
		margin-left: 23px;
		margin-top: 10px;
	}
}

.woocommerce-info{
	font-family: "Barlow", Sans-serif;
    font-size: 17px;
	font-weight: 500;
	margin-bottom: 30px !important;
	border-radius: 10px;
	border-left: 0px solid !important;
	color:  var(--global-palette3) !important;
}

@media (min-width: 768px) {
	.woocommerce-info{
		padding: 1em 2em 1em 1.2em !important;
	}
}

.woocommerce-notice.woocommerce-notice--info.woocommerce-info{
	background: transparent !important;
	border-top: none !important;
}
.woocommerce-notice.woocommerce-notice--info.woocommerce-info:before{
	color: #5BC7BA !important;
}

.showcoupon{
	font-family: "Barlow", Sans-serif;
    font-size: 17px !important;
    font-weight: 500;
	color: var(--global-palette3) !important;
	position: absolute;
}

@media (min-width: 768px){
	.showcoupon{
	    right: 0 !important;
		margin-right: 30px;
	}
}

.showcoupon:hover{
	color: var(--global-palette1) !important;
}
.woocommerce-additional-fields h3, .woocommerce-billing-fields h3,
.woocommerce-order-details__title, .woocommerce-column__title, .wc-bacs-bank-details-heading{
	color:  var(--global-palette3);
    font-style: normal;
	text-transform: capitalize;
	font-size: 30px !important;
	line-height: 37px !important;
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 700;
    letter-spacing: 0.01px;
}

@media (min-width: 1200px) {
	.woocommerce-additional-fields h3, .woocommerce-billing-fields h3,
	.woocommerce-order-details__title, .woocommerce-column__title, .wc-bacs-bank-details-heading{
       font-size: 48px !important;
	}
}
.woocommerce form .form-row label{
	color:  var(--global-palette3) !important;
    background-color: #02010100;
    font-family: "Barlow", Sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.4em;
	text-transform: capitalize;
}
.woocommerce form .form-row label .required{
	display: none !important;
}

.ywgc_enter_code input[type="text"],
 .woocommerce form .form-row input.input-text{
	padding: 12px 0px 12px 20px;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
	background: transparent !important;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder{
	color: #44444460;
    background-color: #02010100;
    font-family: "Barlow", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
	text-transform: capitalize;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	color: var(--dark-color);
    font-family: var(--text-font-family);
    font-size: 16px;
    font-weight: 500;
    line-height: 2.4em;
	text-transform: capitalize;
} 
 .select2-container--default .select2-selection--single{
	border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
	background: transparent !important;
	outline: none !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
	border-style: solid;
    border-width: 1px 1px 1px 1px;
	background: transparent !important;
	outline: none !important;
	padding: 12px 0px 12px 20px;
}
.woocommerce-additional-fields{
	margin-top: 45px !important;
}
.woocommerce-checkout-payment{
	background: #ffffff !important;
	box-shadow: 0px 10px 65px 5px rgba(0, 0, 0, 0.05);
}

.woocommerce-checkout #payment ul.payment_methods li{
    font-family: "Barlow", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7em !important;
	text-transform: capitalize;
	color:  var(--global-palette4) !important;
}
.woocommerce-privacy-policy-text p{
    font-family: "Barlow", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.7em !important;
	text-transform: capitalize;
	color:  var(--global-palette4) !important;
}


@media (min-width: 768px) {
	.woocommerce-checkout #payment ul.payment_methods li{
		font-size: 16px;
		line-height: 1.4em;
	}
	.woocommerce-privacy-policy-text p{
		font-size: 16px;
		line-height: 26px;
	}
}

.wc_payment_methods.payment_methods.methods{
	border-bottom-color: #14C3BF91 !important;
}
.woocommerce-form-login .form-row{
	flex-direction: column !important;
}

.woocommerce-form-login{
	border-color: #14C3BF91 !important;
}
@media (max-width: 767.98px) {
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
		width: 100% !important;
	}
	.woocommerce-ordering{
		float: left !important;
		margin-bottom: 30px !important;
	}
}

.woocommerce-error{
/* 	background-color: #f8f8f8 !important; */
    color: var(--dark-color) !important;
/* 	box-shadow: 0px 10px 30px rgba(187, 226, 255, 0.2); */
	border-radius: 10px;
    border: 1px solid transparent !important;
	margin-bottom: 25px !important;
}
.woocommerce-error li{
	font-family: "Barlow", Sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: var(--global-palette2);
}

 a.ywgc-show-giftcard{
	color: var(--global-palette1) !important;
}


.woocommerce-error li strong{
	font-weight: 600 !important;  
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select{
	border-color: var(--global-palette2) !important;
}

.woocommerce form .form-row.woocommerce-invalid label{
	color: var(--dark-color) !important;
}


/* My Accountting */
.woocommerce-MyAccount-navigation ul{
	padding: 0px !important;
}
.woocommerce-MyAccount-navigation li{
	list-style: none;
	padding: 8px 0px !important;
}
.woocommerce-MyAccount-navigation li a{
	color: var(--dark-color);
    font-family: var(--text-font-family);
    font-size: 16px !important;
    font-weight: 700;
    line-height: 27px;
}

.woocommerce form.checkout_coupon p,
.woocommerce-MyAccount-content p{
    font-family: "Barlow", Sans-serif;
    font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	color: #54595F;
}

.woocommerce-form-login{
	margin-top: 20px !important;
}

@media (min-width: 768px){
	.woocommerce-result-count {
		margin: 0 0 2em !important;
	}
	.woocommerce-MyAccount-content p{
		font-size: 18px;
	}
}

.woocommerce nav.woocommerce-pagination ul li{
	height: 60px;
    width: 65px;
	border: none !important;
	margin: 0px 10px !important;
	box-shadow: 0px 10px 65px 5px rgba(0, 0, 0, 0.05);
		border-radius: 4px !important;
	overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul{
	border: none !important;
}
.woocommerce nav.woocommerce-pagination ul li a{
	line-height: 50px !important;
    font-size: 20px !important;
	font-family: var(--text-font-family);
	padding: 6px !important;
	font-weight: 500;

}

.woocommerce nav.woocommerce-pagination ul li span.current{
	background: linear-gradient(90.01deg, #FEA569 1.16%, #FC769E 96.18%) !important;
    color: #fff !important;
	line-height: 50px !important;
    font-size: 24px !important;
	font-family: var(--text-font-family);
	padding: 6px !important;
	font-weight: 500;
}
.woocommerce nav.woocommerce-pagination ul li a:hover{
	background: linear-gradient(90.01deg, #FEA569 1.16%, #FC769E 96.18%) !important;
    color: #ffffff !important;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers{
		border: none !important;
		height: 60px;
		min-width: 65px !important;
		display: block !important;
}

.woocommerce-ordering{
/* 	overflow: hidden; */
    width: 200px;
    border-radius: 5px;
	position: relative;
}
.woocommerce-ordering:after{
	content: '\e89e';
    font-family: eicons;
    position: absolute;
    color: var(--dark-color) !important;
    top: 9px;
    right: 10px;
    transform: rotate(90deg);
    transition: transform .2s linear;
	font-weight: 900;
}


/* SIngle Product */

.flex-control-thumbs img{
    opacity: .5;	
}
.summary .product_meta{
	display: flex;
    flex-direction: column !important;
}
.summary .product_meta span{
	font-family: var(--text-font-family);
	font-style: normal;
	font-weight: 500 !important;
	font-size: 18px !important;
	line-height: 17px;
	margin-bottom: 10px;
	color: var(--dark-color) !important;
}
.posted_in a,
.tagged_as a{
	font-family: var(--text-font-family);
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	color: var(--global-palette1) !important;
}
.summary .product_meta .sku{
	font-family: var(--text-font-family);
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	color: #54595F !important;
}
.wc-tabs{
	text-align: center;
	margin-bottom: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	border-bottom: 3px solid var(--global-palette1) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	color: var(--global-palette1) !important;
	outline: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background: transparent !important;
	border-radius: 0 0 0 0 !important;
    margin: 0 10px !important;
	padding: 0 !important;
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 50px 0 !important;
}
.single-product .summary .woocommerce-Price-amount {
    font-size: 24px !important;
}

/* My Account */
.woocommerce form .form-row{
	display: flex;
    flex-direction: column ;
}
fieldset{
	padding: 0px !important;
	border: none !important;
}
.woocommerce-MyAccount-content button{
	background:  var(--global-palette2) !important;
	color: #ffffff !important;
	border-radius: 3px !important;
	padding: 13px 45px !important;
    font-family: "Barlow", Sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
	line-height: 20px !important;
	outline: none !important;
	margin-top: 20px !important;
	margin-left: 0px !important;
}
.woocommerce a.button{
	background:  var(--global-palette2) !important;
	color: #ffffff !important;
	border-radius: 3px !important;
	padding: 13px 45px !important;
    font-family: "Barlow", Sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
	line-height: 20px !important;
	outline: none !important;
}

.woocommerce-info {
    border-top-color: transparent !important;
}

.woocommerce-info::before {
    color: var(--global-palette2) !important;
}

.woocommerce-LostPassword a,.woocommerce-MyAccount-content a{
	color: var(--global-palette1) !important;
}

.woocommerce-ResetPassword button,.woocommerce-form-login__submit,.place-order button{
	width: fit-content !important;
}

.woocommerce-MyAccount-navigation li.is-active a{
	color: var(--global-palette2) !important;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods{
	border-bottom: 1px solid #d3ced2 !important;
}
.addresses .woocommerce-Address-title a{
	margin-top: 10px;
	font-family: var(--text-font-family) !important;
	font-weight: 700 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	border: none !important;
	width: 0px !important;
	height: 0px !important;
}
.woocommerce-product-attributes-item__label,.woocommerce-product-attributes-item__value p{
	text-transform: capitalize;
}


/*Disable Woocommerce Loading */
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before {
    display: none !important;
}

/* Cart Page */
.woocommerce a.remove:hover{
	color: red !important;
}


/* CheakOut */
@media (max-width: 768px){
	form.checkout #order_review_heading{
		margin: 50px 0px 20px 0px;
	}
}
@media (min-width: 769px) {
	.checkout.woocommerce-checkout #customer_details{
		float: left;
		width: 50%;
		padding-right: var(--global-md-spacing);
		padding-left: 0;
	}
	form.checkout #order_review_heading{
		float: right !important;
    	width: 51% !important;
		margin-right: -5px !important;
	}
	form.checkout .woocommerce-checkout-review-order{
		float: right !important;
	}
	form.checkout .woocommerce-checkout-review-order {
		width: 50%;
		float: left;
	}
}


@media (min-width: 769px) {
	.checkout.woocommerce-checkout{
		position: relative;
	}
	#order_review_heading{
		right: 0;
		position: absolute;
	}
	.woocommerce-checkout-review-order{
		position: absolute;
		right: 0;
		margin-top: 90px;
	}
}

.woocommerce-billing-fields h3{
	margin-bottom: 23px;
}

.woocommerce-cart table.cart td.actions .button{
	height: 44px !important;
}

.return-to-shop{
	margin-top: 50px !important;
}

.checkout.woocommerce-checkout{
	margin-top: 50px !important;
}

@media (min-width: 768.98px){
	.checkout-left{
		width: 47% !important;
	}
}


/* .checkout-right{
	margin-top: 17px !important
} */

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #888 transparent transparent transparent !important; 
}


.single-product .digo-banner-breadcrumb{
	background-image: none !important;
}


.select2-dropdown{
	background: #fff !important;
	color: var(--dark-color) !important;
}

.woocommerce-tabs ul.tabs li a{
	font-size: 100% !important;
	font-weight: 700 !important;
	font-family: "Barlow", Sans-serif !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
	font-size: 16px !important;
	font-weight: 700 !important;
	font-family: "Barlow", Sans-serif !important;
}

/* .woocommerce div.product div.images img{
	height: 100% !important;
} */

.woocommerce-account .woocommerce-MyAccount-navigation{
/* 	width: 25% !important; */
	margin-right: 50px;
}

.woocommerce-MyAccount-navigation ul{
	margin-left: 0px !important;
}

.woocommerce-MyAccount-navigation li{
    padding: 10px 10px 10px 20px !important;
	border: 1px solid #d9d9d9;
}

.woocommerce-MyAccount-navigation li.is-active{
	border-left: 5px solid var(--global-palette2);
	border-color: var(--global-palette2) !important;
}

.woocommerce-pagination{
	margin-top: 50px !important;
}

.coupon{
	display: flex;
}

.coupon button{
	width: 100% !important;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
	background-color: transparent !important;
}

dfn, cite, em, i{
	font-style: normal !important;
}

.woocommerce ul.products li.product .added{
	opacity: 0 !important;
}


.woocommerce .woocommerce-message, .woocommerce .woocommerce-error, .woocommerce .woocommerce-info{
	background-color: #fc769e3b !important;
	border-radius: 10px !important;
	margin-bottom: 30px;
}

.woocommerce-order .woocommerce-notice {
	background: linear-gradient(145deg, #14C3BF 0%, #C1EEE6 100%);
    margin-bottom: 30px !important;
    border-radius: 10px;
	padding: 20px;
	color: var(--dark-color);
}

.woocommerce-order .woocommerce-order-overview {
	background: #efefef;
    border-radius: 10px;
	padding: 20px;
}

.woocommerce-order-details__title, .woocommerce-column__title, .wc-bacs-bank-details-heading{
	margin-top: 40px;
	margin-bottom: 30px;
}

.woocommerce-table__product-name a{
	font-family: "Barlow", Sans-serif !important;
	font-size: 16px !important;
    font-weight: 500 !important;
    color: var(--dark-color) !important;
}

.wc-bacs-bank-details li, li{
	font-family: "Barlow", Sans-serif !important;
}

.order_details li strong{
	margin-top:7px;
}

.woocommerce-customer-details address{
	padding: 30px 50px 50px 50px !important;
    font-size: 16px;
    color: #696687;
    font-family: "Barlow", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
/*     background: #efefef; */
    border-radius: 20px !important;
	box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 65px 5px;
}
.woocommerce-customer-details p{
	margin-top: 8px !important;
}

@media (max-width: 767.98px) {
.order_details li{
	border-right: none !important;
}
}

@media (max-width: 991.98px) {
.order_details li{
	margin-top: 30px;
}
}

.woocommerce-checkout-payment{
	padding: 25px;
    border-radius: 10px;
}

#payment ul.wc_payment_methods li.wc_payment_method>label:before{
	border: 2px solid var(--dark-color);
}
#payment ul.wc_payment_methods li.wc_payment_method input[type=radio]:first-child:checked+label:before{
	border: 2px solid var(--secondary-color) !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;
}

.payment_box{
	margin-left: 30px !important;
    margin-top: -5px !important;
}

.wc-bacs-bank-details-account-name{
	color: var(--dark-color);
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
	margin-bottom: 20px;
}

.bdt-mini-cart-wrapper .bdt-mini-cart-button-icon .bdt-cart-icon i {
    color: #ffffff !important;
}

.elementor-widget-bdt-wc-mini-cart{
	right: 0 !important;
}

#mini_cart .bdt-offcanvas-bar{
	z-index: 985;
}


.bdt-mini-cart-product-item .bdt-mini-cart-product-remove a{
	padding: 8px 9px !important;
    border-radius: 30px;
}

.woocommerce-cart .elementor-widget-bdt-wc-mini-cart, .woocommerce-checkout .elementor-widget-bdt-wc-mini-cart{
	display: none !important;
}

.bdt-offcanvas-button{
	position: relative;
	z-index: 991;
	visibility: visible !important;
}
.elementor-widget-bdt-wc-mini-cart{
	visibility: visible !important;
}


@media (max-width: 767.98px) {
.woocommerce-MyAccount-navigation{
	width: 100% !important;
}
}

@media (min-width: 768px) {
.woocommerce-MyAccount-navigation{
	width: 25% !important;
	float: left !important;
}

.woocommerce-MyAccount-content{
	float: right !important;
	width: 68% !important;
}
}

.bdt-onsale{
	font-family: "Barlow", Sans-serif;
    font-size: 14px;
    font-weight: 500;
	text-transform: uppercase;
}

/* .bdt-wc-products.bdt-wc-products-skin-default .bdt-wc-add-to-cart{
	opacity: 1 !important;
} */

.bdt-badge{
	clip-path: polygon(50% 0%, 100% 0%, 80% 50%, 100% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 50%, 0% 35%, 0% 0%);
}

.bdt-mini-cart-wrapper .bdt-mini-cart-button-icon .bdt-cart-icon i{
	color: var(--global-palette1) !important;
}


/* WC Shop */
.woocommerce-page ul.products li.product,
.woocommerce-shop .woocommerce ul.products li.product{
	overflow: visible !important;
	height: 400px;
    width: 100% !important;
/* 	margin: 0 0 30px !important; */
	border-radius: 10px;
	border: 2px solid #E9E9E9;
}

@media (max-width: 767.98px) {
	.woocommerce-page ul.products li.product,
	.woocommerce-shop .woocommerce ul.products li.product{
		margin: 0 0 30px !important;
	}
	.woocommerce-shop .content-area{
		padding-bottom: 0px !important
	}
}

@media (max-width: 1024px) {
	.woocommerce-cart .content-area{
		padding: 45px 0px 25px 0px!important;
	}
}

	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
		float: left !important;
	}




@media (min-width: 768px) {
	.woocommerce-page ul.products li.product,
	.woocommerce-shop .woocommerce ul.products li.product{
		width: 46.7% !important;
/* 		margin: 0 0 2.992em !important; */
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
		float: right !important;
	}
}

@media (min-width: 1024px) {
	.woocommerce-page ul.products li.product,
	.woocommerce-shop .woocommerce ul.products li.product{
		width: 31.0% !important;
/* 		margin: 0 3% 2.3em 0 !important; */
		margin: 0 3% 2.992em 0;
	/* 	box-shadow: 0px 85px 99px 0px rgb(31 72 93 / 13%); */
	}
		.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
		float: left !important;
	}
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last,
.woocommerce-shop ul.products li.last{
	margin-right: 0 !important;
}


.single-product .woocommerce span.onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce-shop .woocommerce ul.products li.product .onsale{
	font-family: "Barlow", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
	top: 20px !important;
    left: -2px !important;
	border-radius: 0px !important;
	background: #ff7d09;
    min-width: 6em !important;
    display: inline-table;
    text-align: left;
	clip-path: polygon(50% 0%, 100% 0%, 80% 50%, 100% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 50%, 0% 35%, 0% 0%);
}


/* .woocommerce-page .woocommerce-loop-product__title,
.woocommerce-page .price,
.woocommerce-page .button,
.woocommerce-shop .woocommerce-loop-product__title,
.woocommerce-shop .price,
.woocommerce-shop .button {
	margin-left: 20px !important;
} */

.woocommerce-page .woocommerce-loop-product__title,
.woocommerce-shop .woocommerce-loop-product__title{
	font-family: "Bebas Neue", Sans-serif !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.2em !important;
}



.woocommerce-cart .woocommerce-Price-amount{
	font-family: "Barlow", Sans-serif !important;
    font-size: 17px !important;
    font-weight: 500 !important;
	color:  var(--global-palette2) !important;
}

.woocommerce ul.products li.product a img{
	height: 230px !important;
    object-fit: cover;
}


select.orderby{
	background-image: none !important;
}

.woocommerce-additional-fields__field-wrapper{
	margin-top: 20px;
}

.woocommerce div.product .button.single_add_to_cart_button{
	height: 44px !important;
}


/* Single Page Related Product */

.single-product .woocommerce ul.products li.product{
	overflow: visible !important;
    height: 400px;
    width: 100% !important;
    margin: 0 3% 2.3em 0;
    border-radius: 10px;
    /* box-shadow: 0px 85px 99px 0px rgb(31 72 93 / 13%); */
    border: 2px solid #E9E9E9;
}


@media (min-width: 768px){
	.single-product .woocommerce ul.products li.product{
		width: 47% !important;
	}
}

@media (min-width: 1024px){
	.single-product .woocommerce ul.products li.product{
		width: 22.70% !important;
	}
}

.single-product .woocommerce-loop-product__title,
.single-product .price,
.single-product .button {
	margin-left: 20px !important;
}

.single-product .entry-summary .price{
	margin-left: 0px !important;
}

.single-product .woocommerce-product-gallery__image{
	border: 2px solid #E9E9E9;
}
   
.orgn_food .bdt-wc-products.bdt-wc-products-skin-default .bdt-wc-add-to-cart{
	opacity: 1 !important;
	left: 36% !important;
    bottom: -63% !important;
    width: 65% !important;
}

@media (min-width: 1024px){
.orgn_food .bdt-wc-products.bdt-wc-products-skin-default .bdt-wc-add-to-cart{
    bottom: -73% !important;
}
	
}

.woocommerce div.product .woocommerce-tabs{
	border: none !important;
}

@media (max-width: 767.98px) {
	.woocommerce div.product .woocommerce-tabs .panel{
		padding-bottom: 0px !important;
	}
}



/* Gift card */

/* .single-product .entry-summary{
	margin-top: 0px !important;
}

	.gift-card-content-editor.step-content h5{
		margin-top: 30px !important;
	}

	.ywgc_recipient_info_title{
		margin-bottom: 20px !important;
	}

.ywgc-predefined-amount-button.selected_button{
	background: var(--global-palette1) !important;
	border-color: var(--global-palette1) !important;
}

.ywgc-form-preview-separator,
.ywgc-preset-image.selected_image_parent:after{
    background-color: var(--global-palette1) !important;
}

.ywgc-main-form-preview-container,
.product-type-gift-card .woocommerce-product-gallery__wrapper{
	box-shadow: none !important;
}

.gift-cards_form>h3,
.gift-cards-list h3
{
    color: var(--global-palette3);
    font-family: "Lora", Sans-serif;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 15px !important;
}

.ywgc_recipient_info_title,
.ywgc-sender-info-title{
    color: var(--global-palette3);
    font-family: "Lora", Sans-serif;
    font-size: 20px !important;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 15px !important;
}

.gift-card-content-editor.step-content textarea,
.gift-card-content-editor.step-content input {
    color: var(--global-palette3);
    border-radius: 0px 0px 0px 0px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
	padding: 7px 15px;
}

.gift-card-content-editor.step-content label{
	 color: var(--global-palette3);
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 600;
} */


/* WC Log In */
.woocommerce-form-login{
	width: 350px !important;
	margin: 20px auto !important;
}

.woocommerce-account .woocommerce{
	text-align: center !important;
}


.woocommerce-account .woocommerce-MyAccount-content{
	text-align: left !important;
}

/* Shortcode Mini Cart */

.dropdown-back i{
	padding: 13px 12px 13px 13px;
	border-radius: 50%;
	background: linear-gradient(337.67deg, #FC6390 11.58%, #FFACA0 90.52%);
	margin-right: 5px;
	color: var(--global-palette9) !important;
}

.basket-item-count{
    padding: 1px 10px 2px 10px;
    border-radius: 50%;
    background: #364F6B;
    color: var(--global-palette9) !important;
    position: absolute;
    top: -8px;
    right: -12px;
}

/* add new id in product grid */

#product-list{
	height: 450px;
}

#product-list li{
	margin-bottom: 0px !important;
}

@media (max-width: 1200px){
	#product-list li{
	margin-top: 20px !important;
}
}


.single-product article{
	background: transparent !important;
}

button[type="submit"]{
	background: var(--global-palette1) !important;
    border-radius: 3px 3px 3px 3px !important;
	color: #ffffff !important;
/* 	width: 230px !important; */
	transition: 0.3s ease-in;
}

.woocommerce-MyAccount-content button[type="submit"]{
	width: 220px !important;
}

.button[type="submit"]:hover{
	background: var(--global-palette2) !important;
	border-color: var(--global-palette2) !important;
}

.single-product ul.products li.product a img {
    height: 200px !important;
    object-fit: cover;
}
	
.p-category-menu .menu li a:visited{
	color: var(--global-palette1);
}
	
.p-category-menu .current-menu-item a{
	color: var(--global-palette2) !important;
}
	

	
	@media (max-width: 767.98px){
			.woocommerce-cart .wc-proceed-to-checkout a{
		font-size: 16px !important;
	}
	}

