/*  woocommerce variations */
/* .variations {
	 display:none;
} */
li.wc_payment_method.payment_method_ppcp-gateway {
    display: none;
}
/*  woocommerce variations */

/*Checkout page css styled here */
#payment {
	text-align:center;
}
p#billing_country_field {
    display: none;
}

.customer_info .wt_sc_single_coupon.wt-single-coupon.stitched_padding.active-coupon.by_shortcode {    
	  position: absolute;
    right: 0;
    top: 34%;
    left: 73%;
    background: #a11d1b!important;
    color: #ffffff;
    border: 2px dashed #ffffff;
    box-shadow: 0 0 0 4px #a11d1b, 2px     1px 6px 4px rgba(10, 10, 0, 0)!important;
  }

.customer_info button#place_order {
	   background: #a11d1b!important;
    padding: 20px 40px;
    border-radius: 10px;
	position: absolute;
    top: 45%;
    right: 8rem;
}

.woocommerce-privacy-policy-text {
	display: flex;
    position: absolute;
    top: 50%;
    right: 5%;
    width: 23%;
    text-align: center;
}


.woocommerce-checkout #payment{
	 background-color:#fff;
}
.woocommerce-checkout #payment div.payment_box{
	 background-color :#A11D1B;
	 color:#fff;
}

.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #A11D1B;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -0.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

.customer_info .wt_sc_single_coupon.wt-single-coupon.stitched_padding.active-coupon.by_shortcode , .customer_info .form-row.place-order {
	 display:block!important;
}

.wt_sc_single_coupon.wt-single-coupon.stitched_padding.active-coupon.by_shortcode, .form-row.place-order {
	 display:none;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%;
    display: none;
} 


.checkout-page-custom .woocommerce .checkout .col-1 h1 {
	  color: #000;
   font-size: 26px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
}

.checkout-page-custom .woocommerce .checkout .col-1 h3 {
	  color: #000;
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
	 margin:0;
	padding:0;
font-family: DM Serif Display;
}

.checkout-page-custom .woocommerce .checkout h3  {
	color: #000;
	font-family: Montserrat;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin:0;
	padding:0;
}

.checkout-page-custom .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea ,input[type=text] 
{
	  line-height: normal;
    border-radius: 5px;
    border: 1px solid #BEBEBE;
    background: #FFF;
    padding: 20px;
	  margin-bottom:10px;
}

.checkout-page-custom table , table th , table td , .woocommerce table.shop_table tfoot th , .woocommerce table.shop_table tfoot td {
	 border:none;
}

.woocommerce table.shop_table ,table thead:first-child tr:first-child th ,table tr td  {
	 border:none;
}
 .woocommerce table.shop_table td ,table tbody>tr:nth-child(odd)>td  {
	 border:none;
	  background:none;
}

.order_sum_class {
	  border: 1px solid #DDD;
}

.checkout-page-custom .woocommerce-checkout .woocommerce-checkout-review-order table .cart-subtotal span.amount {
	color:#000!important;
	 font-weight:normal!important;
}


.checkout-page-custom .woocommerce-checkout .woocommerce-checkout-review-order table .fee span.amount {
	 color:#4EB44C!important;
}

.checkout-page-custom .woocommerce-checkout .woocommerce-checkout-review-order table .order-total span.amount {
	 color:#A11D1B!important;
}

.checkout-page-custom .checkout .woocommerce-checkout-review-order .form-row button {
	 background:#a11d1b;
	 padding:20px 40px;
	 
}


.checkout-page-custom  .woocommerce-page .col2-set .col-1  {
	 width: 80%;
}

.woocommerce-additional-fields__field-wrapper {
 display: none; 
}

.woocommerce .col2-set {
width :65%!important;
}

.woocommerce-page .col2-set .col-1{
	 width:100%;
}


 .customer_info {
	 display:flex;
	  justify-content:space-between;
	  flex-wrap:wrap;
}


.checkout-page-custom .woocommerce .checkout h3  {
	 margin-left:10px;
}
.customer_info .order_sum_class {
	 min-width :30%;
	 padding:20px 15px;
}

.billing_top_info , .billing_name_info ,.woocommerce-input-wrapper 
{
	 display:flex;
	 padding:10px 0;

}

.woocommerce-input-wrapper, .billing_form_1{
	 padding:20px 0;
}
.billing_top_info , .billing_form_1{
		 border-bottom: 1px solid #E8E8E8;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	 display:auto;
}

 .input-radio {
	 margin-right:2%;
	 accent-color: #a11d1b;
	 width:25px;
}

 p#billing_address_1_field
,p#billing_address_2_field
,p#billing_postcode_field,
p#billing_city_field {
    display: none;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label{
	color: #000;
font-family: DM Serif Display;
font-size: 26px;
font-style: normal;
font-weight: 400;
line-height: normal
}

.thwcfd-field-radio label.radio {
	 margin-right:15rem;
}

.woocommerce form .form-row {
	 min-width:50%;
}

.billing_form_1{
 display :flex;
}

.biling_add_wrap1 , .biling_add_wrap2{
	 min-width :50%;
}

.billing_form_1 p {
		color: #666;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
} 

.billing_form_1 h3 {
	color: #000;
	font-family: DM Serif Display;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}

@media (max-width:1440px) {
	.woocommerce .col2-set {
		 min-width:100%;
	}
	.customer_info .order_sum_class {
		 min-width:100%;
	}
	.thwcfd-field-radio label.radio {
		margin-right: 21rem;
	}
	
	.customer_info .wt_sc_single_coupon.wt-single-coupon.stitched_padding.active-coupon.by_shortcode {
		position: absolute;
    right: 0;
    top: 50%;
    left: 0;
	}
	
	.customer_info button#place_order {
    background: #a11d1b!important;
    padding: 20px 40px;
    border-radius: 10px;
    position: absolute;
    top: 84%;
    right: 0;
}
	
	.woocommerce-privacy-policy-text {
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    width: 52%;
    text-align: center;
}
	
	
}
@media (max-width:820px) {
	.woocommerce .col2-set {
		 min-width:100%;
	}
	 .customer_info .order_sum_class {
		 min-width:100%;
	}
	.thwcfd-field-radio label.radio {
		margin-right: 06rem;
	}
	
}

@media (max-width:767px) {
	.woocommerce .col2-set {
		 min-width:100%;
	}
  .customer_info .order_sum_class {
		 min-width:100%;
	}
	.thwcfd-field-radio label.radio {
		margin-right: 02rem;
	}
	
	.woocommerce-privacy-policy-text {
    display: flex;
    position: absolute;
    top: 57%;
    font-size: 15px;
    right: 0;
    width: 101%;
    text-align: center;
}
	
  .customer_info button#place_order {
    background: #a11d1b!important;
    padding: 20px 40px;
    border-radius: 10px;
    position: absolute;
    top: 80%;
    right: 20%;
}
	
	
	.woocommerce-checkout #payment {
		 margin-top:40%;
	}
	
	
	
}


/* cart page styling here */

.cart-page-custom .woocommerce {
	 display:flex;
	 justify-content:space-between;
	 align-items:center;
}

.cart-page-custom .woocommerce .woocommerce-cart-form {
	  width:70%;
	 padding-right:2%;
}

.cart-page-custom .woocommerce .woocommerce-cart-form  .woocommerce table.shop_table {
	 border:none;

}

.cart-page-custom .woocommerce table.shop_table {
	 border:none;
}


  .woocommerce .woocommerce-cart-form tr th ,.cart-page-custom .woocommerce .woocommerce-cart-form tr td{
	  border:none;
		background-color:#fff;
		 text-align:center;
	 
}

.cart-page-custom .woocommerce .woocommerce-cart-form .product-name {
	 text-align:left;
}

.cart-page-custom .woocommerce .woocommerce-cart-form .product-name a {
	color: #666;
	font-size: 18px;
	font-weight: 500;
	line-height: normal
}


.cart-page-custom .woocommerce .woocommerce-cart-form .product-price span.woocommerce-Price-amount {
	color: #A11D1B;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
}

.cart-page-custom .woocommerce .woocommerce-cart-form .product-subtotal span.woocommerce-Price-amount {
	color: #000!important;
	font-size: 18px;
	font-style: normal;
	font-weight: 700!important;
}



.woocommerce a.remove {
	 display:contents;
	 color:#A11D1B!important;
}


.cart-page-custom table.shop_table tbody:first-child tr td  {
	 text-align:right;
}

.cart-page-custom .cart_totals .cart-subtotal th ,.cart-page-custom .cart_totals .fee th  
{
	font-weight:normal
	
}


.cart-page-custom .cart_totals table.shop_table tbody:first-child tr th ,.cart-page-custom .cart_totals table.shop_table tbody:first-child tr td {
	 width:100%;
	 border:none;
	 background:#fff;
}

.cart-page-custom .cart_totals table tbody>tr:nth-child(odd)>th {
	 background:none;
}

.cart-page-custom .cart_totals {
	border: 1px solid #DDD;
	padding:50px 25px;
} 

.cart-page-custom .woocommerce .woocommerce-cart-form tr th {
	  color: #666;
    font-style: normal;
    font-weight: 500;
}

.cart-page-custom table.cart img{
	 width:80px!important;
	 background-color:#faf3f3;
 	 border-radius:05px;
}


.cart-page-custom .quantity {
	 display:flex;
	 justify-content:center;
	 align-items:center;
	 padding:0;
	 margin:0;
}
.cart-page-custom .quantity img {
	 max-width:30px;
	 margin:0 10px;
	 background-color:#fff!important;
}

.cart-page-custom table tbody>tr:nth-child(odd)>td {
	 background-color:none;
}

.cart-page-custom .woocommerce .cart-collaterals {
	  width:30%;
	 padding-left:2%;
}

.cart-page-custom .woocommerce .woocommerce-cart-form .quantity button {
    background: #faf3f3;
    padding: 0;
    border-radius: 0;
    padding: 9px 0px;
	 border-radius:05px;
}



.cart-page-custom .wc-proceed-to-checkout a.checkout-button {
     background-color: #a11d1b;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 20px 40px;
	 border-radius:10px;
}

.cart-page-custom .wc-proceed-to-checkout a.checkout-button:hover {
	  background-color: #000;
}

.cart-page-custom .woocommerce .cart-collaterals  h2 {
	font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal
}

.recent-products-cartpage ul li a img {
    background: rgba(161, 29, 27, 0.05);
    border-radius: 10px;
}

.recent-products-cartpage li h2 {
    text-align: left;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
	  line-height:28px;
}

.recent-products-cartpage li span {
    color: #A11D1B;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.recent-products-cartpage .woocommerce ul.products li.product .button {
	 display:none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	 clear:both;
	 float:none;
	 width:100%;
}

.cart-page-custom .cart_totals .coupon {
	 display:flex;
	 
}

.cart-page-custom .cart_totals .coupon {
	 margin:40px 0;
}

.cart-page-custom .cart_totals .wc-proceed-to-checkout {
	 margin-top:40px;
	 padding:0
}

.cart-page-custom .cart_totals .coupon label  {
	  display:none;
}


.cart-page-custom .cart_totals .coupon input[type=text] {
	  width: 100%;
    border: none;
    padding: 16px 10px;
    transition: all .3s;
    background: #EEE;
}

.cart-page-custom .cart_totals .coupon button {
border: 1px solid #000;
color:#fff;
background: #000;
	font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal
}

.cart-page-custom .cart_totals .coupon button:hover {
   background: #A11D1B;
	 border:none;
}


.cart-page-custom .cart_totals table .fee td .woocommerce-Price-amount {
	color: #4EB44C;
  font-weight: 700;
}

.cart-page-custom .cart_totals table .order-total td .woocommerce-Price-amount {
	color: #A11D1B;
  font-weight: 700;
}


.cart-page-custom .cart_totals .shop_table tr td span.woocommerce-Price-amount  {
	 font-size:18px;
}

.cart-page-custom .woocommerce-cart-form .shop_table tr.woocommerce-cart-form__cart-item td.product-quantity .quantity button img {
	width:20px!important;
}

.cart-page-custom .woocommerce .woocommerce-cart-form tr td.actions{
	text-align:right;
}

.cart-page-custom .woocommerce .woocommerce-cart-form tr td.actions button{
background:none;
color: #A11D1B;
opacity:1;
text-decoration:underline;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal
}

.cart-page-custom .woocommerce .woocommerce-cart-form tr {
	 margin:20px 0!important;
}

.cart-page-custom .woocommerce .woocommerce-cart-form tr.woocommerce-cart-form__cart-item td {
	 border-top:1px solid #DDD;
	 border-bottom:1px solid #DDD;
}



@media ( max-width :1024px){
	
	.cart-page-custom .woocommerce {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
	
	.cart-page-custom .quantity {
		  justify-content:right;
	}
	
	.cart-page-custom .woocommerce .woocommerce-cart-form {
    width: 100%;
}
	
	.cart-page-custom .woocommerce .cart-collaterals {
    width: 100%;
}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		 background:none;
	}
	
}

/* cart page styling end here */
/* addional global css starts here   */

.yith-wcwl-share {
	 display:none;
}
.slick-prev::before {
	  color: red;
}

/* addional global css end  */
.single-product-hero-section span.feedback{
	word-spacing: -2px;
}


/* single blog page  */


.single-blog-page {
	 position:relative;
}


.single-blog-page a.addtoany_share img
{
	 width :25px;
}
.single-blog-page .elementor-nav-menu--main .elementor-nav-menu a {
	  color: #000;
   font-family: Montserrat;
   font-size: 16px;
   font-style: normal;
font-weight: 400;
line-height: 30px;
	  padding:20px 0;
	  border-bottom:1px solid black;
	color: #000!important;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}

.single-blog-page .elementor-nav-menu--main .elementor-nav-menu {
	 margin-top:40px;
}

.single-blog-page .elementor-icon-list-items li span a {
	 display:none!Important;
}
.single-blog-page .elementor-icon-list-items li span a:first-child {
	display:block!important;
	 background-color:#A11D1B;
	 color:#fff;
	 padding: 10px 20px;
	 border-radius:10px;
}

.single-blog-page .elementor-icon-list-items li span {
color: #EEE;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 30px;
}


.single-blog-page .elementor-widget-container h1 {
	 color: #000;
font-family: DM Serif Display;
font-size: 46px;
	margin:0;
	padding:0;
font-style: normal;
font-weight: 400;
line-height: 58px;
}


.single-blog-page  .addtoany_shortcode{
	 position: absolute;
    top: -30px;
    right: 0;
}

.single-blog-page .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-left: 5px;
    color: #777;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.single-blog-page .featured-image-blog-single img {
	 height:800px!important;
	 width:100%;

}

.single-blog-page p:first-child {
	 display:none;
}

.single-blog-page p {
	 margin:20px 0px
}
.single-blog-page p>strong {
 color: #000;
font-family: DM Serif Display;
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 44px;
	
}

.post-navigation img {
    width:180px!important;
	height:100px;
}

.post .wp-post-image {
	   width:180px!important;
	height:100px;
}

.post-navigation .post-title {
	color: #000;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
 display:none;
}

.post-navigation .post-date {
color: #777;
 display:none;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}

.single-blog-page ul {
	 margin-top:40px;
	z-index:1;
}
.single-blog-page .content ul {
	padding-left:15px;
}
.single-blog-page ul li a {
  	padding:15px 0;
	 color:#000;
	 font-size:16px;
	 border-bottom: 1px solid #DDD;
}
.single-blog-page ul li a:hover {
	 padding:15px 0;
	 color:#A11D1B;
}


.single-blog-page-navigation .elementor-shortcode {
	 display:flex;
	 justify-content:space-between;
	 align-items:center;
}



::marker {
	 color:#A11D1B;
}

  .single-blog-page-navigation h3 {
			  color: #A11D1B;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 36px;
		}


.single-blog-page .single-post-content-part ul {
	margin-top:0;
	padding-left:15px;
} 

@media (max-width: 1024px) {
	.single-blog-page .featured-image-blog-single img {
		 height:600px!important;
	}
}

	@media (max-width: 600px) {
	.single-blog-page .featured-image-blog-single img {
		 height:300px!important;
	}
		.post .wp-post-image {
			 width:100px!important;
		}
		
	

}

/* shop page css added here  */
.woocommerce-shop .elementor-widget-container h2:first-child  {
	 display:none;
}

.tax-product_cat .elementor-widget-container h2:first-child {
	display:none;
} 

.allproducts-custom-design {
	 padding:100px 15px;
	position:relative;
}

.woocommerce div.product div.images img {
	 max-height:550px;
	  border-radius:10px;
}

  .woocommerce-page div.product div.images
{
	 width:100%!important;
}

.allproducts-custom-design .woocommerce ul.products li.product .button {
	 display:none;
}

.allproducts-custom-design li:first-child {
	font-weight:600;
  list-style-type:none;
	
}
.allproducts-custom-design ul {
	list-style-type:none;
	padding-left:0;
	font-weight:600;
}

.allproducts-custom-design .elementor-products-grid ul.products.elementor-grid li.product {
    border: 1px solid #E8E8E8;
    padding: 0 10px;
	  border-radius:10px;
}

.allproducts-custom-design .woocommerce ul.products li.product .price {
	color: #A11D1B;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal
}

.allproducts-custom-design .woocommerce-loop-product__title {
	 color: #000;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal
}
.woo-product-gallery-slider .slick-slider{
	padding: 0 50px;
}
.woo-product-gallery-slider .slick-slider .slick-arrow{
	background-color: transparent;
    width: 35px;
    overflow: hidden;
    height: 35px;
    padding: 0;
}
.woo-product-gallery-slider .slick-slider .slick-track{
	display: flex;
	margin: 15px 0;
}
.woo-product-gallery-slider .slick-slider .slick-arrow:hover, .woo-product-gallery-slider .slick-slider .slick-arrow:focus{
	background-color: transparent;
}
.woo-product-gallery-slider .slick-slider .slick-arrow:hover :before{
	color: #a11d1b;
}
.woo-product-gallery-slider .slick-slider .slick-slide{
	padding:0 6px;
}
.woo-product-gallery-slider .slick-slider.wpgs-nav .slick-slide.slick-current.slick-active{
	border: 2px solid #a11d1b;
}

.woocommerce #review_form #respond .form-submit input {
    left: auto;
    padding: 20px 40px;
    background: #a11d1b;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 10px;
}

.woocommerce .woocommerce-ordering select {
	 border: 1px solid #BEBEBE;
}

.allproducts-custom-design .elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products {
	     grid-template-columns: repeat(3,1fr)
}

@media(max-width: 767px){
	.allproducts-custom-design ul, .allproducts-custom-design li:first-child{
		display: none;
	}
	.allproducts-custom-design{
		padding: 70px 15px;
	}
	.single-product-main-image {
		 width:180px;
		 height:240px;
	}
	
	.woocommerce div.product div.images img {
		 border-radius:04px;
	}
	.woocommerce .woocommerce-ordering {
		 min-width:100%;
	}
	
	.allproducts-custom-design .elementor-widget-wc-archive-products .woocommerce.columns-4 ul.products {
	     grid-template-columns: repeat(2,1fr)
}
	
}



/* single product page css */


.product-summery .share-button { 
    position: absolute;
    right: 00;
	  top:04%;
}
.single-product-main-image {
	 border:1px solid #CACACA;
	max-width:560px;
}
.product-summery .share-button img {
     width: 25px;
    height: 25px;
	}

.addtoany_content {
	 display:none;
}
.elementor-3630 .elementor-element.elementor-element-12b4c80 .elementor-tab-content , .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
	 border :none!important;
	 border-width:0!important;
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
   color: #A11D1B;	
}

.product-summery .quantity input[type="number"]{
	 max-height:45px;
}

.product-summery .quantity  button img {
	 filter: brightness(0) invert(1);
}


.woocommerce div.product .product-summery  form.cart div.quantity {
	 margin:15px 0;
}

.woocommerce div.product form.cart .button {
	margin-bottom:15px;
}

.single_add_to_cart_button {
	 min-width:100%;
}
.yith-wcwl-add-button>a i {
	 margin-right:0!important;
}

.fa-heart:before {
	 color:#a11d1b;
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden;
    display: flex;
    justify-content: center;
    color: black;
}

.woocommerce div.product p.price
{
	color: #A11D1B;
	font-family: Montserrat;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal
}
.woocommerce a.add_to_wishlist.button.alt {
    border: 1px solid #a11d1b;
    border-radius: 10px!important;
    background: #ffffff; 
}

.woocommerce div.product div.summary {
	 position:relative;
}



.woocommerce div.product form.cart {
	 margin-bottom:0;
}


.woocommerce div.product form.cart div.quantity {
	 
	  margin-top:02%!important:
}
.single_variation_wrap .quantity  button  {
	 padding:10px 20px 10px 20px;
}

.woocommerce div.product form.cart .button {
	 background-color:#a11d1b!important;
	  padding:20px 40px;
	 border-radius:10px;
	 opacity:1;
}

 
.product .summary .product_title  {
color: #000;
font-family: DM Serif Display;
font-size: 34px;
font-style: normal;
font-weight: 500;
line-height: 44px
}


.woocommerce div.product .woocommerce-tabs ul.tabs li { 
	 background:#fff;
	border :none;
     color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em;
 }

.woocommerce div.product .woocommerce-tabs ul.tabs {
	border-bottom: 1px solid black;
		  display: flex;
    justify-content: center;
    align-items: center;
	  flex-wrap:nowrap;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #000;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight:500px;
line-height: normal;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	 color: #A11D1B;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	 color: #A11D1B;
   font-family: Montserrat;
   font-size: 18px;
   font-style: normal;
   font-weight: 700px;
   line-height: normal;
}


.related h2 {
	 text-align:center;
}

.related .products li img {
	 background:rgba(161, 29, 27, 0.05);
	 border-radius:10px;
}
.related .products li h2 {
	 text-align:left;
	 color: #000;
   font-family: Montserrat;
   font-size: 18px;
   font-style: normal;
   font-weight: 600;
   line-height: normal
		 margin-bottom:15px;
}
.related .products li span{
	color: #A11D1B;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal
}

.related .add_to_cart_button {
	 display:none!important;
}

.product-description-accrodian-box .woocommerce-product-attributes tbody  {
	 background-color: #000;
    color: #fff;
    text-align: left;
    border: 2px solid #000;
} 

.woocommerce div.product.elementor ul.tabs li a {
	 margin:0 10px;
}

.product-description-accrodian-box .woocommerce-product-attributes tbody  tr th {
	 font-weight:600px;
}
.product-description-accrodian-box .woocommerce-product-attributes tbody  tr td {
	 padding: 5px 20px;
	 font-style:normal;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #A11D1B;
    border-bottom: 05px solid #a11d1b;
}

.elementor-3630 .elementor-element.elementor-element-9289eed .quantity .qty {
	  border-radius: 5px 5px 5px 5px;
    padding: 0px 0px 0px 11px;
    transition: all 0.2s;
}

.single_variation_wrap .quantity button {
	 border-radius:05px;
}


@media  (max-width :840px)
{
.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid black;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
	.woocommerce div.product.elementor ul.tabs li a
	{
  padding:10px 0 !important;
		
	}

}

@media screen (max-width :600px) {
	 
}



/* about us page custom css  */
.recipe-blogs-section .filter-box select {  
    max-width: 20%;
    float: right;
    margin-bottom: 40px;
	position:relative;
	
	}

.recipe-blogs-section .filter-box label {
    position:absolute;
	  right:22%;
	  top :07%;
}

.recipe-blogs-section .elementor-heading-title {
	 position:absolute;
	 top:50px;
	
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
	.recipe-blogs-section .elementor-heading-title {
		 position:static;
	}
	
	.recipe-blogs-section .heading-title .elementor-widget-container {
		 padding-bottom:0!important;
	}
	
	.recipe-blogs-section .filter-box label {
		 position: absolute !important;
    left: 0 !important;
    top: 0% !important;
    text-align: center !important;
    right: 0 !important;
	}
	
		.recipe-blogs-section .filter-box select {  
    max-width: 100%;
    float: right;
		 margin-bottom:0;
	}
}




@media only screen and (min-width: 768px ) and (max-width: 1200px) { 
	.recipe-blogs-section .filter-box select {  
    max-width: 20%!important;
    float: right;
	}
	
.recipe-blogs-section .filter-box label {
    position: absolute;
    right: 22%;
    top: 4%!important;
}
	.recipe-blogs-section .home_blog {
		 margin-top:40px;
	}
}



/* about us page custom css  */

.page-id-32 .eicon-cart-light:hover {
	 color:#fff;
}

.fa-caret-right:before ,.fa-caret-left:before {
	 font-size:30px!important;
}

.woocommerce-additional-fields h3
{
	display:none;
}


	
.elementor-nav-menu--dropdown
{
	 background-color:red;
}


.htslider-slider .slick-dots li button
{
	 border:none;
}



 @media only screen and (max-width: 1240px) {
.headerbar .elementor-menu-toggle ~ nav.elementor-nav-menu--dropdown {
    position: fixed;
    width: 70%;
    z-index: 899;
    top: 0px;
    height: 100vh!important;
    margin-top: 0;
    left: 0;
    padding: 50px 0px;
    transition: 0.5s!important;
    transform: translateX(-120%)!important;
    box-shadow: -7px 0px 10px #000;
    min-height: 100%;
}
.headerbar .elementor-menu-toggle.elementor-active ~ nav.elementor-nav-menu--dropdown {
    transform: translateX(0%)!important;
}
	 
}
.home_blog
{
	display:block
}
.blog_post , .page-id-1380 .home_blog
{
	display :none !important;
}
.page-id-1380 .whole_div , .page-id-1380  .blog_post
{
	display:block !important;
}



.elementor-32 .elementor-element.elementor-element-950115b .htslider-slider .slick-arrow
{
	 outline:none;
}


.cta-homepage .e-con-inner {
	     box-shadow: 0px 16px 46px -27px #a01c1b;
}
}






/* Custom Css Added for testiing  */
select, textarea {
    border-radius: 5px;
    padding: 0.5rem 1rem;
    transition: all .3s;
}

.page-id-32 #category-filter {
    width:20%;
    padding: 15px;
    font-size: 16px;
	 color:#333;
	 border: 1px solid #BEBEBE;
	 font-family: 'Montserrat';
    background: #fff;
	position:absolute;
	 top:-12%;
	 right:0;
	
}

.page-id-32 #ajax-filter label {
    position: absolute;
    right: 22%;
    top: -8%;
	 color:#1D1D1D;
}

#filtered-posts {
    	display: flex;
     width: 100%;
    flex-wrap: wrap;
    gap: 42px;
	 justify-content: space-around;
    align-items: center;
}
/*.whole_div {
	  max-width: 332px;
    display: flex;
    flex-direction: column;
    background: mediumvioletred;
    padding: 0px;
    margin: 20px 0;
	border-radius: 10px;
background: #FFF;
box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
	 min-height:470px;
} */

.whole_div .imag_div img {
	width: 100%;
	 height :280px;
	  border-radius: 10px 10px 0px 0px;
	object-fit: cover;
}

.whole_div .post-categories {
	 padding:30px 15px
}

.whole_div ul li {
	 display:none;
}
.whole_div ul li:first-child {
	 display:block;
}

.whole_div ul {
	   list-style-type:none;
	    padding:30px 15px ;
	    list-style-type: none;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
}

.whole_div ul li  a{
    color: #FFF;
text-align: center;
font-family: Montserrat;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
border-radius: 5px;
background: #A11D1B;align-content;
	padding	: 06px 20px;
}

.whole_div ul li a:hover  {
	 background:#000;
	 color:#fff;
}
.whole_div  h1
	{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
		padding:0 15px;
		 margin:0;
		text-align:left;
}

.whole_div  .date_div
	{
 color: #999;
text-align: center;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
		text-align:left;
		padding:08px 15px;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
    .page-id-32 #category-filter {
			position: absolute;
    top: 0;
    right: 0;
    min-width: 99%;
	}
}




@media only screen and (min-width: 768px ) and (max-width: 1200px) { 
	
 .page-id-32	#category-filter {
		 width:26%!important;
		 top:-70px!important;
		 right:0;
	}
	.page-id-32 #ajax-filter label{
    position: absolute;
    right: 28%;
    top: -5%;
    color: #1D1D1D;
}
}
 
.custom-hover-effect:hover {
	 transform: translate(1.5);
}
.custom-hover-effect .cart-icon {
    display: none;
}
.custom-hover-effect:hover .cart-icon{
    display:block;
}
.custom-hover-effect:hover .elementor-widget-theme-post-featured-image.elementor-widget-image{
    background:#A11D1B96;
    border-radius:20px;
}


 .elementor-widget-container .swiper-slide {
	border:none;
	 padding:02px!important;
}

.elementor-element.elementor-element-7cd6796 .swiper-slide > .elementor-element:hover {
box-shadow: 0px 0px 9px 1px rgba(227,227,227,0.75);
-webkit-box-shadow: 0px 0px 9px 1px rgba(227,227,227,0.75);
-moz-box-shadow: 0px 0px 9px 1px rgba(227,227,227,0.75);
}
.elementor-element.elementor-element-7cd6796 .swiper-slide > .elementor-element {
    height: 100%;
    border-radius: 10px;
    padding: 10px;
}

.home_blog .whole_div:hover {
	 overflow:hidden;
	box-shadow: 0px 0px 9px 1px rgba(227,227,227,0.75);
-webkit-box-shadow: 0px 0px 9px 1px rgba(227,227,227,0.75);
-moz-box-shadow: 0px 0px 9px 1px rgba(227,227,227,0.75);
}
.home_blog .whole_div:hover img {
	  transform: scale(1.1);
	  transition: transform .5s ease;
	overflow:hidden;
	max-height:280px;
	
}
tr.cart-discount th:before {
    content: 'Discount'"";
    visibility: visible;
}
tr.cart-discount th {
    visibility: hidden;
    /* display: revert; */
}
.wt_sc_single_coupon.wt-single-coupon.stitched_padding.active-coupon.by_shortcode , .form-row.place-order
{
	display:none;
}

div#order_review .wt_sc_single_coupon.wt-single-coupon.stitched_padding.active-coupon.by_shortcode , div#order_review .form-row.place-order
{
	display:block;
	display:flex;
}

/*  form design styling  */
.contactus-form form input[type=text], textarea {
    border: 1px solid #BEBEBE;
    padding: 15px 20px!important;
    border: 1px solid #BEBEBE;
    border-radius: 5px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label{
	 font-size:16px;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
	 margin-right:10px;
}


/*contactus page css here */

.Accrodian-custom-design .elementor-widget-container .elementor-accordion .elementor-accordion-item  {
	   margin-bottom:20px;
	   }




/*contactus page css end here */


/* blogs and recipes page  custom css added from here */

.page-id-1380 .blog_div {
	   display: flex;
    justify-content: space-between;
    align-items: center;
	  gap:150px;
	 margin:80px 0;
}
.page-id-1380 .imag_div  {
	 width :50%;
	 max-width:100%;
	 max-height:100%;
}

.page-id-1380 .imag_div img  {
	  min-width :650px;
    height :650px;
	  border-radius:15px;
}


.page-id-1380 .content_div  h1 {
color: #000;
font-family: DM Serif Display;
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 44px;
	margin:0;
}

.page-id-1380 .blog_div  ul {
    list-style-type: none;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.page-id-1380 .blog_div ul li a {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 5px;
    background: #A11D1B;
    align-content: ;
    padding: 6px 20px;
}



.page-id-1380  .blog_div ul  {
	  padding-left:15px;
}

.page-id-1380 li::marker{
	  color:#a11d1b!important;
}


.page-id-1380 .content_div p {
	 margin: 15px 0;
	 padding:0;
}
.page-id-1380 .content_div p:last-child {
	 margin-bottom:30px
}

.page-id-1380 .content_div p strong   {
	 color: #000;
font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 30px;
}

.page-id-1380 .content_div p:first-child {
	display:none;
}

.page-id-1380 .content_div .date_div {
color: #777;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px;
}

.page-id-1380 .content_div .btn_link {
	background-color: #a11d1b;
color: #FFF;
text-align: center;
	padding:20px 40px;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.32px;
	border-radius: 10px;
}

.page-id-1380 .content_div .date_parent ul  {
	  list-style-type: none!important;
    padding: 0;
}


@media (max-width: 840px) {
	
	.page-id-1380 .blog_div {
		  display:flex;
		  margin: 80px 40px;
	 }
	
	.page-id-1380 .blog_div {
	   display: flex;
		 flex-wrap:wrap!important;
    justify-content: center;
    align-items: center;
	  gap:50px;
	  margin:80px 40px;
 }
	
	.page-id-1380 .imag_div{
		 width:100%!important;
	}
	
}

@media (max-width: 600px) {
 .page-id-1380 .imag_div img {
    min-width: 300px;
    height: 350px;
    border-radius: 15px;
 }
}


.page-id-1380 .blog_div ul {
	 list-style-type:disc!important;
}

.page-id-1380 .content_div .date_parent ul li {
	 display:none;
}

.page-id-1380 .content_div .date_parent ul li:first-child{
	 display:block;
}

.page-id-1380 .content_div .date_parent  {
	 display: flex;
    align-items: baseline;
    gap: 25px;
}

.page-id-1380 .blog_div:nth-child(even){
    display:flex;
    flex-direction: row-reverse;
}


.blog-recipe-page , .blog-recipe-page-heading {
	 position:relative;
}

.blog-recipe-page label {
	 position:absolute;
	 right:22%;
	 top :10px;
}

.blog-recipe-page select {
    max-width: 20%;
    float: right;
}

.blog-recipe-page-heading  {
	 margin-top:40px;
}

.blog-recipe-page-heading .elementor-heading-title {
	 position:absolute;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.blog-recipe-page select {
		 min-width :100%;
	}
	
	.blog-recipe-page-heading .elementor-heading-title {
    position: static;
    text-align: center;
}
}


@media only screen and (min-width: 768px ) and (max-width: 1200px) {
	.blog-recipe-page-heading .elementor-heading-title {
	 position:relative;
		 text-align:center;
}
	
	.blog-recipe-page select {
		min-width: 25%;
     margin-right: 5%;
	}
	 .blog-recipe-page label {
	   left:05%;
	}
}

/* blogs and recipes page  custom css end  here */




.quantity button {
    padding: 10px 20px 10px 20px;
}
.e-atc-qty-button-holder .wishsuite-btn img{
	margin: 0 !important;
}
@media(max-width: 1200px){
	.e-atc-qty-button-holder{
		flex-direction: column;
	}
	.woocommerce .quantity .qty{
		padding: 10px 3px !important;
	}
}
body .elementor-menu-cart__footer-buttons .elementor-button--view-cart{
	background-color: var( --e-global-color-766756f );
}
body .woocommerce a.remove:hover{
	color: #000 !important;
}