strong{
	font-weight:500;
}

/**********************header***********************************/
header .navbar-light .navbar-nav .active>a,
header .navbar-light .navbar-nav a.active,
header .navbar-light .navbar-nav a.show,
header .navbar-light .navbar-nav .show>a {
    color:#D4E2D0;
}
header .navbar-expand-lg .navbar-nav a{
    padding:32px 0 32px 0;
	font-family: 'Poppins-Light';
	font-weight:500;
	font-size:1em;
	color:#fff;
	/*text-transform:uppercase;*/
	display:block;
}
header .navbar-expand-lg .navbar-nav a:hover,
header .navbar-expand-lg .navbar-nav menu-item.active a{
	color:#D4E2D0;
}
header .navbar-expand-lg .navbar-nav .menu-item:nth-child(n+2) a{
	padding-left:25px;
}

header{
	font-family: 'Poppins-Light';
    height: 85px;
}

.body-wrapper {
    font-size:16px;
}

#nav-cart-quantity {
    background:#FF3932;
    width:16px;
    height:16px;
    border-radius:50px;
    font-family: 'Poppins-Light';
    font-weight:bold;
    font-size:.56em;
    color:#fff;
    position:absolute;
    top:20px;
    right:-14px;
}

#cartcontents {
    position:absolute;
    top:100%;
}

/* #cartcontents .product_list_widget{
    padding:0px;
    margin:0px;
    list-style:none;max-height:300px;
    overflow-y:auto;
    height:auto;
} */

/*Made changes here on 21st jan 2025*/
a.mini-cart-remove {
    width: 25px !important;
    height: 25px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
/*Made changes here on 21st jan 2025*/

#cartcontents .product_list_widget img.size-woocommerce_thumbnail{
		object-fit: contain;
        max-width:40px;
		max-height:40px;
		margin-top:0px;
		float:none;
        margin-left:0;
        width: 80px !important; /*Made changes here on 21st jan 2025*/
}
#cartcontents .total{font-size:20px;text-align:center; }
#cartcontents .total strong{font-weight:500;}
#cartcontents .total .amount{font-weight:500;}
#cartcontents .buttons{text-align:center;}
#cartcontents .buttons .button{
    border-color:#709479;
    color:#709479;
    background:transparent;
    margin:18px 18px 0 18px;
    border-radius:50px;
    padding:12px 0;
    font-weight:bold;
    font-size:1.125em;
    text-align:center;
    text-transform:uppercase;
    border:2px solid;
    transition:all .5s;
    max-width:341px;
}
#cartcontents .buttons .button.checkout{background:#fcaa1a;}
/* #cartcontents .product_list_widget li .remove_from_cart_button{position:absolute;
    left:0px;
    line-height:0px;
    font-size:24px;
    top:2px;
} */
#cartcontents .woocommerce-mini-cart__empty-message{text-align:center;}

.woocommerce-mini-cart{
    max-height:200px;
    overflow:auto;
}

.mcbtnPlus, .mcbtnMinus{width:20px;height:20px;display:inline-block;vertical-align:top;text-align:center;border-radius:20px;border:1px solid #c7c7c7;margin:0px 5px;cursor:pointer;font-size:10px;line-height:0px;padding-top:4px;color:#a5a5a5}
.overlay-loder{position:absolute;background:rgba(0, 0, 0, 0.32);left:0px;right:0px;bottom:0px;top:0px;z-index:9;border-radius:0px 0px 5px 5px;display:none !important;cursor:wait;}

.wooco-item-child .mcbtnMinus{
 /* display:none !important; */
 visibility: hidden !important;
}
.wooco-item-child .mcbtnPlus{
    /* display:none !important; */
    visibility: hidden !important;
}
/*.wooco-item-child img{
    margin-left:1.5rem;
}*/

/* hiding quantity selector for signature in minicart */
.woocommerce-mini-cart-item.mini_cart_item[data-product-id-sg="7485"] .mcbtnMinus,
.woocommerce-mini-cart-item.mini_cart_item[data-product-id-sg="7485"] .mcbtnPlus,
.woocommerce-mini-cart-item.mini_cart_item[data-product-id-sg="7486"] .mcbtnMinus,
.woocommerce-mini-cart-item.mini_cart_item[data-product-id-sg="7486"] .mcbtnPlus {
    /* display:none; */
    visibility: hidden !important;
}

#cartcontents .widget_shopping_cart_content{
	position:relative;
}

.cart-empty{
    padding:1em 2em 1em 3.5em !important;
    margin:0 0 2em !important;
    word-wrap:break-word !important;
}

.choose .form-group.email:before{
    content:"";
    display:none;
}
.woocommerce-checkout #payment div.payment_box input.input-text{
	width:100% !important;
}
.woocommerce-terms-and-conditions-wrapper{
	width:100%;
}
@media only screen and (max-width:991px){
    header{

        height:auto;
    }
    header .navbar-expand-lg .navbar-nav .menu-item:nth-child(n+2) a {
        padding-left:0;
    }
	header .navbar-expand-lg .navbar-nav a {
        padding:15px 0 15px 0;
    }
	#nav-cart-quantity {
        top:3px;
        right:calc(100% - 50px);
    }
	header .navbar-expand-lg .navbar-nav li .sub-menu{
		position:relative !important;
		top:0 !important;
		margin:5px 0;
        left: 0px !important;
	}
}
@media only screen and (max-width:767px){
    header .navbar-expand-lg .navbar-nav .menu-item:nth-child(n+2) a {
        padding-left:0;
    }
	header .navbar-expand-lg .navbar-nav a {
        padding:15px 0 15px 0;
		position:relative;
		z-index:1;
    }
}
/**********************header***********************************/

/**********************product-page***********************************/
.products.shop-page .products {
    background:transparent;
    margin:auto;
}
.products.shop-page .products a{
	display:block;
}
.products.shop-page .products .woocommerce-loop-product__title{
	font-family:'Poppins-Medium';
    font-size:1.34em !important;
    color:#000!important;
	text-align:center !important;
	margin-top:1rem!important;
	margin-bottom:.5rem!important;
	padding:0!important;
}
.products.shop-page .products .price{
	font-weight:500!important;
    font-size:1.4em !important;
    color:#000 !important;
	text-align:center !important;
	margin-bottom:1rem!important;
}
.products.shop-page .item img{
	filter:drop-shadow(-10px 3px 5px rgba(0,0,0,0.3)) drop-shadow(3px 11px 4px rgba(0,0,0,.3));
}
.products.shop-page .sub-container {
    max-width:880px;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td{
	font-size:.937em;
    line-height:1.4;
	font-style:normal;
	font-weight:400;
	padding-left:0;
	padding-right:0;
	border-bottom:1px solid #78937B;
	border-top:1px solid #fff;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background:transparent;
	border-bottom:none;
}
.woocommerce table.shop_attributes td{
	text-align:right;
}
.related .woocommerce-loop-product__title {
    font-family:'Poppins-Bold';
    font-size:1.375em!important;
    color:#000!important;
	margin-top:1rem!important;
	margin-bottom:.5rem!important;
	text-align:center;
	padding:0!important;
}
.related ul li .price {
    font-weight:500!important;
    font-size:1.25em!important;
    color:#000!important;
	text-align:center!important;
	margin-bottom:1rem!important;
}
.product-details .flex-control-thumbs{
	margin-top:20px !important;
}
.product-details .flex-control-thumbs li{
	width:49px !important;
    height:49px !important;
    border:1px solid #F6F6F6 !important;
    margin:0 7.5px !important;
    cursor:pointer !important;
}
.product-details .flex-control-thumbs li img{
	max-height:100%;
    max-width:100%;
    margin:auto;
	padding:2px 0;
}
.product-details .flex-control-thumbs li img.flex-active{
	background:rgba(216,216,216,.15);
}
/* HIDING SHORT DESCRIPTION */

.woocommerce-product-details__short-description{
    display:none !important;
}

.term-description{
    display:none !important;
}
.woocommerce ul.products li.product a img {
    filter:drop-shadow(-15px 3px 5px rgba(0,0,0,0.1)) drop-shadow(3px 11px 4px rgba(0,0,0,.1));
	max-width:300px;
    max-height: 245px;
	margin:auto !important;
	object-fit:contain;
}

@media only screen and (max-width:767px){
	.products.shop-page .item img{
    	max-width:90%;
		margin:auto;
    }
    /*changes for doc */
    .woocommerce ul.products li.product a img{
        height: 261px;
        object-fit: contain;
        margin:0 auto 20px auto !important;
    }

    .woocommerce ul.products li.product .onsale{
        right: unset;
        left: 0;

    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
            margin: 0 0 20px;
    }
    .testimonilas .item p:nth-child(2){
        margin-top: -6px;
    }
    /*changes for doc */
}
@media only screen and (max-width:575px){
      .woocommerce-page ul.products[class*=columns-] li.product:last-child {
         margin: 0 0 -2px 0 !important;
     }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width:100% !important;
        margin: 0 0 20px  !important;
    }
    .blogs .blog-container .card-subtitle {
        font-size:.88em;
    }
    .woocommerce ul.products li.product .onsale{
        right: unset;
        left: 58px;
    }
}
@media only screen and (max-width: 360px){
    .woocommerce ul.products li.product .onsale {
    right: unset;
    left: 21px;
}
}

/**********************product-page***********************************/

/**********************cart-page***********************************/

.entry-summary .wooco_component,
.entry-summary .form-group{
    display:flex;
	flex-wrap:wrap;
    align-items:center;
	justify-content:space-between;
	padding:0;
	border:none;
	margin-bottom:1rem;
}
.entry-summary .wooco_component_product{
	margin:0;
}
.entry-summary .wooco_component_product .wooco_component_product_selection{
	position:relative;
	padding:0;
}
.entry-summary .wooco_component_product .wooco_component_product_selection:before {
    content:url(./assets/images/arrow-down.svg);
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:14px;
    pointer-events:none;
}
.entry-summary .wooco_component_name{
	font-family:'Poppins-Medium';
    font-size:.937em;
    line-height:1.2;
    color:#78937B;
    max-width:138px;
}
.entry-summary .wooco_component_product_select{
	border:1px solid #979797;
    border-radius:0;
    background:#FBFBFB;
    max-width:230px;
	min-width:230px;
    height:50px;
    font-size:.9em;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding-left:10px;
    padding-right: 39px;
}
.wooco_component_product_qty_input{
	border:1px solid #979797;
    border-radius:0;
    background:#FBFBFB;
    max-width:90px;
	min-width:90px;
    height:50px;
	font-family:'Poppins-Medium';
    font-size:.937em;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    padding-left:16px;
}

.entry-summary .wooco_total{
	display:flex;
	flex-wrap:wrap;
    align-items:center;
	justify-content:space-between;
	height:42px;
    border-top:1px solid #78937B;
    border-bottom:1px solid #78937B;
	font-family:'Poppins-Medium';
    font-weight:900;
    font-size:.9375rem;
	text-transform:uppercase;
}

.entry-summary .wooco_total .woocommerce-Price-amount.amount{
    font-size:1.25rem;
}
/* Disables quantity on product page also */
form.cart .quantity{
	display:none !important;
}
.single_add_to_cart_button{
	width:100%;
    padding:11.4px 0 !important;
    border:2px solid #769179 !important;
    border-radius:50px !important;
    background:#769179 !important;
   font-family:'Poppins-Bold';
    font-weight:bold !important;
    font-size:1.125em !important;
    line-height:1 !important;
    color:#fff !important;
    text-transform:uppercase;
    transition:all .5s;
    letter-spacing:1px;
}
.single_add_to_cart_button:hover{
	background: #FF5041 !important;
    border:2px solid #FF5041 !important;
}
.woocommerce-message .wc-forward{
    width:fit-content;
    padding:5.4px 10px !important;
    border:2px solid #769179 !important;
    border-radius:50px !important;
    background:#769179 !important;
   font-family:'Poppins-Bold';
    font-weight:bold !important;
    font-size:14px !important;
    line-height:1 !important;
    color:#fff !important;
    text-transform:uppercase;
    transition:all .5s;
    letter-spacing:1px;
    white-space: nowrap;
	margin-right: 7px !important;
}
a.restore-item {
    width: fit-content;
    padding: 5.4px 10px !important;
    border: 2px solid #769179 !important;
    border-radius: 50px !important;
    background: #769179 !important;
    font-family: 'Poppins-Bold';
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 1 !important;
    color: #fff !important;
    text-transform: uppercase;
    transition: all .5s;
    letter-spacing: 1px;
    white-space: nowrap;
    margin-right: 7px !important;
}
.woocommerce-message .wc-forward:hover{
    background: #FF5041 !important;
    border:2px solid #FF5041 !important;
}
.wooco_components .wooco_component{
        padding: 0 !important;
        border-bottom: none !important;
}



.woocommerce table.shop_table {
    border:0px;
    margin:0 0 0 0;
    text-align:left;
    width:100%;
    border-collapse:collapse;
    border-radius:5px;
}

.cart .proceed{
    width:100%;
    max-width:368px;
    margin:15px auto 40px auto !important;
    font-weight:bold;
    font-size:1.125em !important;
    line-height:1;
    color:#fff;
    text-transform:uppercase;
    border:2px solid #78937B;
    border-radius:50px;
    background:#78937B;
    transition:all .5s;
    padding:9px 0 !important;font-family:'Poppins-Bold';
}
.cart .proceed:hover{
	background:#FF5041;
    border-color:#FF5041;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    object-fit: contain;
    height: 32px;
}
/**********************cart-page***********************************/
/**********************checkout form***********************************/
.guest-checkout-recaptcha.form-row, p.form-row.validate-required {
    margin: 0px 0px 3px !important;
    padding: 0px !important;
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields .form-row{
	flex-direction:column;
    padding: 3px 0 !important;
}
.woocommerce-billing-fields__field-wrapper label span,
.woocommerce-shipping-fields label span{
	height:auto;
}
.woocommerce-billing-fields__field-wrapper input[type="text"],
.woocommerce-billing-fields__field-wrapper input[type="tel"],
.woocommerce-billing-fields__field-wrapper input[type="email"],
.woocommerce-shipping-fields input[type="text"],
.woocommerce-shipping-fields input[type="tel"],
.woocommerce-shipping-fields input[type="email"]{
	border:1px solid #D2D2D2 !important;
    border-radius:0 !important;
    height:46px !important;
    font-size:.9375rem;
    color:#777777 !important;
	font-weight:400;
    line-height:1.5;
	background-color:#fff;
    background-clip:padding-box;
	display:block !important;
	padding:0 15px;
}
.woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single,
.woocommerce-shipping-fields__field-wrapper .select2-container .select2-selection--single{
    border:1px solid #D2D2D2;
    border-radius:0;
    height:46px;
    font-size:.9375rem;
    color:#777777;
    font-weight:400;
    line-height:1.5;
    background-color:#fff;
    background-clip:padding-box;
    display:block;
}
.woocommerce-billing-fields__field-wrapper p.form-row, .woocommerce-shipping-fields__field-wrapper p.form-row {
    margin-bottom: 10px !important;
	align-items: flex-start !important;
}
.woocommerce-billing-fields__field-wrapper p#billing_state_field, .woocommerce-billing-fields__field-wrapper  p#billing_country_field {
    margin-bottom: 15px !important;
}
textarea.input-text {
    border-radius: 0px !important;
    border: 1px solid #D2D2D2 !important;
}
/*.woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single,
.woocommerce-shipping-fields .select2-selection--single{
	border:1px solid #D2D2D2;
    border-radius:0;
    height:55px;
    font-size:.9375rem;
    color:#777777;
	font-weight:400;
    line-height:1.5;
	background-color:#fff;
    background-clip:padding-box;
	display:block;
}*/
.woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce-shipping-fields .select2-container .select2-selection--single .select2-selection__rendered{
	padding:12.5px 20px 12.5px 15px;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:26px;
    position:absolute;
    top:53%;
	transform:translateY(-50%);
    right:15px;
    width:20px;
}
.select2-dropdown {
    background-color:#fff;
    border:1px solid #D2D2D2;
    border-radius:0;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b,
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow b{
	content:url("./assets/images/arrow-down.svg");
	border:none;
	height:19px;
    width:15px;
    background: none !important;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.woocommerce-shipping-fields .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    content:url("./assets/images/arrow-down.svg");
    transform:rotate(180deg);
	border:none;
	height:19px;
    width:15px; background: none !important;
}
select.country_select, select.state_select  {
    border: 1px solid #D2D2D2 !important;
    border-radius: 0 !important;
    height: 46px !important;
    font-size: .9375rem;
    color: #777777 !important;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    display: block;
}
#ship-to-different-address span:last-of-type{
     font-family:'Poppins-Bold' !important;
	display:inline-block;
	font-size:16px;
    margin-bottom: 30px;
}
#ship-to-different-address .woocommerce-form__label {
  display:block;
  position:relative;
  padding-left:35px;
  margin-bottom:12px;
  cursor:pointer;
  font-size:22px;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
#ship-to-different-address .woocommerce-form__label input {
  position:absolute;
  opacity:0;
  cursor:pointer;
  height:0;
  width:0;
}
#ship-to-different-address .woocommerce-form__label .checkmark {
  position:absolute;
  top: 10%;
  transform: translateY(-18%);
  left:0px;
  width:22px;
  height:22px;
  border-radius:0;
  border:1px solid #78937B;
}
#ship-to-different-address .woocommerce-form__label:hover input ~ .checkmark {
  background-color:#fff;
}
#ship-to-different-address .woocommerce-form__label input:checked ~ .checkmark {
  background-color:#78937B;
}
#ship-to-different-address .woocommerce-form__label .checkmark:after {
  content:"";
  position:absolute;
  display:none;
}
#ship-to-different-address .woocommerce-form__label input:checked ~ .checkmark:after {
  display:block;
}
#ship-to-different-address .woocommerce-form__label .checkmark:after {
  left:7px;
  top:2px;
  width:7px;
  height:13px;
  border:solid white;
  border-width:0 3.2px 3.2px 0;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg);
}
.woocommerce-additional-fields .form-row{
	flex-direction:column;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight:500;
}
.woocommerce-error{
	padding:17px 0 0px 50px !important;
	margin-bottom:30px !important;
}
.woocommerce-error li{
	margin-bottom:10px;
}
/**********************checkout form***********************************/

/**********************cart***********************************/
.woocommerce a.remove {
    margin-left:auto;
}
.cpn_btn{
	width:100%;
    max-width:109px !important;
    background:#78937B !important;
    border:2px solid #78937B !important;
    border-radius:0 !important;
    transition:all .5s !important;
   font-family: 'Poppins-Regular' !important;
    font-size: .85em !important;
    line-height:1 !important;
    color:#fff !important;
    padding:10px 0 !important;
}
.cpn_btn:hover{
    background:#FF5041 !important;
    border-color:#FF5041 !important;
}
.coupon{
	max-width:300px;
    width:100%;
}
/**********************cart***********************************/
.coupon + button{
	width:100% !important;
    max-width:109px !important;
    background:#FF5041 !important;
    border:2px solid #FF5041 !important;
    border-radius:0 !important;
    transition:all .5s !important;
    font-family: 'Poppins-Regular' !important;
    font-size: .85em !important;
    line-height:1 !important;
    color:#fff !important;
    padding:10px 0 !important;
}
.coupon + button:disabled,.coupon + button:disabled[disabled]{
    color:#999999 !important;
	background-color:#ebe9eb !important;
	border:2px solid #ebe9eb !important;
}

.coupon + button:disabled:hover,.coupon + button:disabled[disabled]:hover{
	color:#999999 !important;
	background-color:#ebe9eb !important;
	border:2px solid #ebe9eb !important;
}
.coupon + button:hover{
    opcaity:.8 !important;
}
form.cart{
	padding-bottom:0;
}
@media only screen and (max-width:767px) {
      .cart .proceed{
     margin: 22px auto 0 auto;
    }
	.message-cus-css{
	font-size: 13px;
	padding: 14px 0 0px 41px !important;
	}
    }
@media only screen and (max-width:567px) {
    .cart .cart-table tfoot td {
        padding:10px 15px;
    }
  .cart .proceed{
     margin: 17px auto 0 auto;
    }
    #ship-to-different-address .woocommerce-form__label .checkmark {
     transform: translateY(-35%);
    }
	a.restore-item {
    width: 100%;  
	margin-top: 10px;	
    text-align: center;
	}
}
@media only screen and (max-width:359px) {
    .cart .cart-table tfoot td {
        padding:10px 0;
    }
}
/* Thank You page */
.woocommerce-order .text-container{
	margin-bottom:20px;
}
.woocommerce-order-details{
	margin-top:30px;
}
.woocommerce-customer-details .woocommerce-columns{
	display:flex;
	flex-wrap:wrap;
}
.woocommerce-customer-details .woocommerce-columns .col-1,
.woocommerce-customer-details .woocommerce-columns .col-2{
	width:100%;
	flex:0 0 50%;
	max-width:50%;
	height:100%;
	float:none;
}
.woocommerce-customer-details .woocommerce-column__title{
	margin-bottom:20px;
}
.woocommerce-customer-details address{
	font-size:1.125em;
    line-height:1.4;
    color:#777777;
}
.woocommerce-customer-details address p{
	font-size:.9em;
	margin-top:5px;
}
.woocommerce ul.order_details{
	margin:0 !important;
}
.woocommerce ul.order_details li{
	margin-bottom:15px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item a span.product_name{
	width:110px;
	font-weight:400;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
    float:none;
    margin-left:0;
    width:auto;
    height:auto;
    box-shadow:none;
	text-align:left;
}
.woocommerce a.remove:hover {
    background:transparent;
	color: red !important;
}
.woocs_special_price_code{
	min-width:46px;
}
.woocommerce a.remove{
	width:auto;
	height:auto;
}
#close_minicart{
	position:absolute;
    z-index:1;
    right:16px;
    top:0;
    font-size:20px;
}
#close_minicart .fa-times-circle:before {
    content: "X";
    font-style: normal;
    font-family:'Poppins-Bold';
    font-weight: bold;
    font-size: 17px;
}
.wooco_component_product{
	flex-direction:column;
	align-items:flex-end;
}
.wooco_component_product .wooco_component_product_qty {
    font-family:'Poppins-Medium';
    font-size:.937em;
    line-height:1.2;
    color:#78937B;
    padding-left:0;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	margin-top:1rem;
}
.sa_borderGray .sa_review {
    border:1px solid #EADECC;
    margin:0 15px 0 0;
	border-radius:0 !important;
}
/*@media only screen and (max-width:767px) {
        .sa_borderGray .sa_review{
            margin:0 0px;
        }
    }*/
.sa_review span{
	margin-bottom:1rem;
}
.sa_name{
	font-family:'Poppins-Medium';
	font-size:.937em;
    line-height:1;
	margin-bottom:.5rem
}
#review_header{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-around;
	padding:0;
}
#review_header .overall.block,
#review_header .graph.block,
#review_header .stars.block,
#review_header .percentage.block{
	margin:0 0 20px 0!important;
	padding:0 15px !important;
}
#review_header .percentage.block + div{
	display:none;
}
#review_header .stars.block{
	height:auto !important;
}
.woocommerce-tabs.wc-tabs-wrapper,
.row.common{
	line-height:1.4;
}
.blogs .blog-container .card-body h1{
	font-family:'Poppins-Bold';
	font-size:2em;
	line-height:1;
	text-align:left !important;
	padding:10px 0;
}
.blogs .blog-container .card-body h3{
	font-family:'Poppins-Medium';
	font-size:1.5em;
	line-height:1;
	text-align:left !important;
	padding:10px 0;
}
.blogs .blog-container .card-body p{
	line-height:1.4;
	margin-bottom:10px;
}
.blogs .blog-container .card-body ul{
	list-style-type:disc;
    padding-left:20px;
    margin-bottom: 0.5rem!important;
}
.blogs .blog-container .card-body ul li ul{
	list-style-type:disc;
	padding-left:20px;
    margin-bottom:0rem!important;
}
.blogs .blog-container .card-body ul li{
	position:relative;
    font-size:1em;
    line-height:1.4;
    padding-left:5px;
    padding-bottom:.5rem!important;
    padding-top:.5rem!important;
}
.blogs .blog-container .card-body ul li h3{
	padding-top:0;
}
.blogs .blog-container .card-body ul li p{
    margin-bottom:0 !important;
}
.blogs .blog-container .card-body{
	display:block;
	margin:auto;
}

.blogs blockquote{
    border-left: 4px solid #769179;
    line-height: 1.4;
    padding-left: 15px;
    margin: 1rem 0 1rem;
    font-size: 18px;
    font-weight: 500;
}

/* CONTACT US PAGE SUBMIT BUTTON */
input.wpcf7-form-control.wpcf7-submit.contact-form-btn {
    display: block;
    width:100%;
    max-width:368px;
    margin:13px auto 0 auto;
    padding:11.4px 0;
    border:2px solid #769179;
    border-radius:50px;
    background:#769179;
    font-family:'Poppins-Bold';
    font-weight:bold;
    font-size:1.125em;
    line-height:1;
    color:#fff;
    transition:all .5s;
}

ul.list-none {
    list-style: none !important;
    padding-left: 0px !important;
}
/* 404 Page */

.products.error{
    padding:180px 0 80px 0;
    background:#fff;
}

.products.error.about-page.orange:before {
    top:120px;
	left: -90px;
    width: 250px;
    height: 350px;
}
.products.error.about-page.pomegranate:after {
    bottom:0px;
	right: -100px;
    width: 250px;
    height: 260px;
}

.products.error h3 {
    font-size:10.81em !important;
}
.products.error h3 span{
    font-size:0.25em;
}
/*************************************/
.shipping_title_ss h1,
.shipping_title_ss h2{
	display:block;
	font-family:'Poppins-Medium';
	font-size:.937em;
	margin-bottom:1.5rem!important;
}
.shipping_title_ss h2 span{
    text-decoration:none !important;
}

.terms_title_ss p,
.privacy_title_ss p
{
	display:block;
	margin-bottom:1rem!important;
}
.shipping_title_ss p,
.shipping_title_ss p + span,
.shipping_title_ss ol.c3 + div +div{
    display:block;
	margin-bottom:1rem!important;
}
.terms_title_ss p span,
.terms_title_ss p strong span,
.privacy_title_ss p span,
.privacy_title_ss p strong span
{
	font-family:'Poppins-Medium';
	text-decoration:none !important;
}
.shipping_title_ss p span,
.shipping_title_ss p strong span,
.shipping_title_ss p + span,
.shipping_title_ss ol.c3 + div +div,
.shipping_title_ss ol.c3 + div +div span{
	font-family:'Poppins-Medium';
	text-decoration:none !important;
}
.terms_title_ss ul,
.privacy_title_ss ul

{
	padding-left:16px !important;
	list-style-type:none !important;
}
.shipping_title_ss ul, .shipping_title_ss ol{
	padding-left:21px !important;
	list-style-type:none !important;
}
.terms_title_ss ul li,
.privacy_title_ss ul li
{
	font-size:1em;
	line-height:1.4;
    margin-bottom: 0.9rem !important;
    list-style: disc;
}
.shipping_title_ss ul li, .shipping_title_ss ol li{
	font-size:1em;
	line-height:1.4;
    margin-bottom: 0.9rem !important;
    list-style: disc;
}
/*change for doc */
@media (max-width: 767px){
.terms_title_ss ul,
.privacy_title_ss ul,
.shipping_title_ss ul,
.shipping_title_ss ol,
.shipping_title_ss ol.c3 + div +div{
   padding-inline-start: 18px;
    list-style-type:none !important;
}
.terms_title_ss ul li,
.privacy_title_ss ul li,
.shipping_title_ss ul li,
.shipping_title_ss ol li{
    font-size:16px;
    }
}
/* .terms_title_ss {
    padding: 0 20px;
} */
/*change for doc */
.drop-icon{
	position:absolute;
	z-index:999;
    top:0;
	right:0;
    padding:10px 15px 10px 15px;
    font-size:1.4em;
	color:#fff;
	background:transparent;
}
header .navbar-expand-lg .navbar-nav li .sub-menu{
	min-width:230px;
	position:absolute;
	top: 93%;
	left:0px;
	background:#fff;
    display:none;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.5);
}
header .navbar-expand-lg .navbar-nav > li:hover .sub-menu{
	display:block;
}
header .navbar-expand-lg .navbar-nav li .sub-menu li a{
	padding:15px 0 15px 25px !important;
    font-family:'Poppins-Light';
    font-weight:500;
    font-size: 1em;
    color:#000;
    /*text-transform:uppercase;*/
    display:block;
}
header .navbar-expand-lg .navbar-nav li .sub-menu li a:hover{
	background:#D4E2D0;
}
.myaccount_login .woocommerce form.login {
    max-width:550px;
    margin-left:auto;
    margin-right:auto;
}

.myaccount_login h2 {
    text-align:center;
}

.logged-in .myaccount_login h2{text-align:left;}
.myaccount_login .woocommerce form.login{max-width:550px;margin-left:auto;margin-right:auto;}
/* .myaccount_login .woocommerce-Input{padding:5px 10px;border-radius:4px;} */
.myaccount_login .woocommerce form.login label.woocommerce-form__label{display:block;}
.myaccount_login .woocommerce form.login label.woocommerce-form-login__rememberme
{order:2;padding: 7px 0; margin: 0;}
.myaccount_login .woocommerce form.login label ,.myaccount_login .woocommerce-form-register label
{ font-family:'Poppins-Medium'; margin-bottom:5px; font-size:18px;}

.myaccount_login .woocommerce form .form-row input[type="text"] ,.myaccount_login .woocommerce form .form-row input[type="password"]{
    border:1px solid #D2D2D2;
    border-radius:0;
    height:45px;
    font-size:.9375rem;
    color:#777777;
    font-weight:400;
    line-height:1.5;
    background-color:#fff;
    background-clip:padding-box;
    display:block;
    padding:0 15px;
}

.woocommerce-MyAccount-navigation li a:hover {
    background-color:#769179 !important;
}

.woocommerce-MyAccount-navigation li a {
    text-decoration:none;
	padding:10px 15px 10px 30px;
    display:block;
    color:#769179;
    transition:all .5s;
    background-color:#ebe9eb !important;
}
.woocommerce-MyAccount-navigation li:nth-child(n+2) a{
    border-top:1px solid #769179 !important;
}
.woocommerce-MyAccount-navigation li a:hover{
    background:#769179;
	color:#fff;
}

.woocommerce-MyAccount-content p:last-child{
	display:none;
}

.banner .container .sub-container.sub-container-modified{
    margin-bottom:-300px;

}

label[for="password"]{
	width:100%
}

.password-input{
	width:100%
}

/* SALE BADGE */

.woocommerce span.onsale{
    line-height:2.8;
}
.woocommerce ul.products li.product .onsale{
    margin: .5em .5em 0 0 !important; 
}

.special-info img{
	max-width:90px;
}

.special-info p span{
	font-family:'Poppins-Medium';
	color:#5ba279;
}

#calc_shipping_state_field span:first-of-type{
	width:100%;
    margin-bottom: 0px;
}
.woocommerce-cart  .select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 6px;
    padding-right: 20px;
    text-align: left;
}
.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 33px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 36px !important;
}
p#calc_shipping_country_field {
    padding: 0;
    margin: 0 0 7px 0;
}
.woocommerce-shipping-totals.shipping td:before{
	content:"" !important;
}

.woocommerce .products ul, .woocommerce ul.products{
	display:flex;
	flex-wrap:wrap;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	display:flex;
	flex-direction:column;
}
.woocommerce ul.products li.product a:nth-child(2){
	flex-grow:1;
}
.product-carrousel .item{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	margin-bottom:10px;
}
@media only screen and (min-width:992px){
    .drop-icon{
    	display:none;
    }
}
@media only screen and (max-width:991px) and (min-width:769px){
    .woocommerce-product-gallery,
	.summary.entry-summary{
		float:none !important;
		width:100% !important;
	}
}
@media only screen and (max-width:991px) {
    .testimonilas .sub-container,
    .testimonilas.testimonilas-page .sub-container{
        max-width:600px;
	}
	.testimonilas .owl-theme .owl-nav .owl-prev{
		left:-64px;
	}
	.testimonilas .owl-theme .owl-nav .owl-next{
		right:-64px;
	}
	.testimonial-carrousel-inner,
	.testimonial-carrousel{
		font-size:16px;
	}
	.woocommerce-tabs.wc-tabs-wrapper,
    .row.common{
    	font-size:16px;
    }
	p{
		font-size:14px !important;
	}
	/* .banner p{
		font-size:22px !important;
	} */
}
@media only screen and (max-width:767px) {
    #cartcontents{
        top:100%;
        height:calc(100vh - 53px);
        overflow:auto;
	}
	.owl-item.center {
        border-right:none;
        border-left:none;
    }
	.testimonial-carrousel-inner,
	.testimonial-carrousel{
		font-size:20px;
        margin: 30px 0;
	}
	p{
        font-size:14px !important;
        letter-spacing:0.3px;
        line-height:1.5 !important;
	}
	.testimonilas .item p{
		font-size:18px !important;
	}
    /*-------------Change design for doc -------*/
	.woocommerce-tabs.wc-tabs-wrapper,
    .row.common{
        font-size:16px;
    }
    .custom_review p{
        font-size: 16px !important;
    }
    .product-details .row.common ul{
        margin-bottom: 0px !important;
        padding-inline-start: 0px;
        padding-left: 0px !important;
    }
    .common-inner {
    padding: 0 20px;
    }
    .common .custom_review {
    padding: 0 20px;
}
input.wpcf7-form-control.wpcf7-submit.contact-form-btn{
    margin: 13px auto 0 auto;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
    opacity: 0 !important;
}
    /*-------------Change design for doc -------*/
    /* 404 Page */
    .products.error{
        padding:100px 0;
    }
	.woocommerce-billing-fields__field-wrapper input[type="text"], .woocommerce-billing-fields__field-wrapper input[type="tel"], .woocommerce-billing-fields__field-wrapper input[type="email"], .woocommerce-shipping-fields input[type="text"], .woocommerce-shipping-fields input[type="tel"], .woocommerce-shipping-fields input[type="email"]{
        height:45px !important;
    }
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
        display: table-row;
    }
    .woocommerce-customer-details .woocommerce-columns .col-1, .woocommerce-customer-details .woocommerce-columns .col-2 {
    width: 100%;
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
}
a.cfw-primary-btn.cfw-next-tab {
font-family:'Poppins-Medium';
color: #777777;
font-size: 20px;
text-align: center;
display: block;
margin-top: -20px;
}
.woocommerce-shipping-totals.shipping .d-flex{
    flex-direction:column;
    text-align:center;
}
}
@media only screen and (max-width:575px) {

    .woocommerce div.product div.images img {
        max-width: 260px !important;
        margin: auto;
    }

	.woocommerce-customer-details .woocommerce-columns .col-1, .woocommerce-customer-details .woocommerce-columns .col-2 {
        width:100%;
        flex:0 0 auto;
        max-width:100%;
		margin-bottom:20px;
        padding-right: 0px;
        padding-left: 0px;
    }
	.entry-summary .wooco_component, .entry-summary .form-group{
		flex-direction:column;
		align-items:flex-start;
	}
	.entry-summary .wooco_component_name{
		margin-bottom:12px;
	}
	.wooco_component_product .wooco_component_product_qty{
		flex-direction:column;
		align-items:flex-start;
	}
	.wooco_component_product .wooco_component_product_qty input{
		margin-top:10px;
	}
	#review_image .sa_logo{
		margin-top:0;
	}

    /*-------------Change design for doc -------*/
	.woocommerce-tabs.wc-tabs-wrapper,
    .row.common{
        font-size:16px;
    }
     .custom_review p{
        font-size: 16px !important;
    }
    /*-------------Change design for doc -------*/
	.body-wrapper {
        font-size:19px;
    }
    /* .banner p{
		font-size:20px !important;
	} */
	/*-------Change for doc--------*/
	.woocommerce-shipping-totals.shipping .d-flex{
		flex-direction:column;
		text-align:center;
	}
	.woocommerce-cart .woocommerce-shipping-totals.shipping .d-flex {
    align-items: flex-start !important;
    text-align: left;
	}
	.woocommerce-shipping-totals.shipping p.green{
		margin-bottom:8px;
	}

	/*-------Change for doc--------*/
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce .woocommerce-form-register .woocommerce-form-register__submit, .lost_reset_password .button {
    width: 100%;
    height: 100%;
    padding: 12px 15px !important;
    border: 2px solid #769179 !important;
    border-radius: 3px;
    background: #769179 !important;
    font-family: 'Poppins-Bold' !important;
    font-weight: bold !important;
    font-size: 1.125em !important;
    line-height: 1 !important;
    color: #fff !important;
    text-transform: uppercase;
    transition: all .5s;
    letter-spacing: 1px;
	margin-right:0px !important;
}
/* .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,.woocommerce .woocommerce-form-login .woocommerce-form-register__submit, .lost_reset_password button .woocommerce-Button{
	width: 100%;
    max-width: 100px;
    height: 100%;
    padding: 12px 0;
    border: 2px solid #769179;
    border-radius: 3px;
    background: #769179;
    font-family:'Poppins-Bold';
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s;
    letter-spacing: 1px;
} */
/* .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover{
	background: #FF5041;
    border-color: #FF5041;
	color:#fff;
} */
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce .woocommerce-form-register .woocommerce-form-register__submit:hover, .lost_reset_password .button:hover{
	background: #FF5041 !important;
    border-color: #FF5041 !important;
	color:#fff;
}
.woocommerce-form-register .input-text {
    border: 1px solid #D2D2D2;
    border-radius: 0;
    height: 45px;
    font-size: .9375rem;
    color: #777777;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    display: block;
    padding: 0 15px;
}
.woocommerce-LostPassword.lost_password{
	padding:15px 0 0 5px;
}
.woocommerce-LostPassword.lost_password a{
	font-size:1.25em;
	text-decoration: none;
}
.woocommerce-LostPassword.lost_password a:hover{
	text-decoration:underline;
}
.checkout_coupon.woocommerce-form-coupon > p{

font-family:'Poppins-Light';
	margin-bottom:15px;
}
.checkout_coupon.woocommerce-form-coupon input{
	border: 1px solid #D2D2D2;
    border-radius: 0;
    height: 55px;
    font-size: .9375rem;
    color: #777777;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    display: block;
    padding: 0 15px;
}
.checkout_coupon.woocommerce-form-coupon .button{
	width: 100%;
    max-width: 202px;
    padding: 15.7px 0;
    border: 2px solid #769179;
    border-radius:3px;
    background: #769179;
    font-family:'Poppins-Bold';
    font-weight: bold;
    font-size: 1.125em;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s;
    letter-spacing: 1px;
}
.checkout_coupon.woocommerce-form-coupon .button:hover{
	background: #FF5041;
    border-color: #FF5041;
	color:#fff;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
	border: 2px solid #769179;
    border-radius:3px;
	background: #769179;
	font-family:'Poppins-Bold';
    font-weight: bold;
	color:#fff;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
	background: #FF5041;
    border-color: #FF5041;
	color:#fff;
}

.blogs .blog-container.blog-container-wrap .card-title {
    font-size: 2em;
}
p.return-to-shop .wc-backward {
    margin: 0 auto 120px auto !important;
    width: 100%;
    max-width: 186px;
    font-family: "Poppins-Bold";
    font-size: .937em !important;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    background-color: #769179 !important;
    padding: 1em 1em !important;
}
p.return-to-shop .wc-backward:hover{
    background-color: #FF5041 !important;
	color:#fff !important;
}
@media only screen and (max-width:767px) {
p.return-to-shop .wc-backward {
    margin: 0 auto 50px !important;
    display: block;
    text-align: center;
}

#review_image {
    height: 40px;
    margin-top: 15px;
}
#review_image .sa_logo{
    float: left !important;
}
.checkout_coupon.woocommerce-form-coupon input{
    height: 45px;
}
.checkout_coupon.woocommerce-form-coupon .button {
    max-width: 150px;
    font-size: .95em;
	padding: 12.5px 0;
}

/* ZOOM POP CLLOSE REPOSITIONED */
.pswp__button.pswp__button--close{
    position: absolute;
    z-index: 1500;
    right: 90px;
}

/* PRIVACY TEMPLATE PARA TAG */

.common-container p,.common-container ul li{
    font-size: 16px !important;
    text-align: left;
    list-style: disc;
}
.woocommerce div.product div.images .flex-control-thumbs{
    justify-content: center;
    display: flex;
}
.product-details .flex-control-thumbs li{
width:100px !important;
height:100px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    max-width:100% !important;
}

#product-1669 > .images img,
#product-1665 > .images img{
	max-width:50%;
    margin:auto;
}

.blogs .blog-container [class*='col-cus'] {
    border:none !important;
}

.blogs .blog-container .main-image{
	padding:50px 0;
}
.blogs .blog-container [class*='col-cus'] img,
.blogs .blog-container .main-image img{
	display:block;
	margin:auto;
}
/********************for special offer only***********************/
.special-offer{
	background:#333333;
}
.special-offer p{
	font-family: 'Poppins-Regular' !important;
	letter-spacing:1px;
	line-height:1.1 !important;
	text-align:center;
}
.special-offer p{
    font-size: 14px;
}
.special-offer .ctimer{
   font-family:'Poppins-Medium';
}
.special-offer .sub-container{
	max-width:900px;
	margin:auto;
}
.entry-summary .wooco_total{
    margin: 30px 0px;
}
.product-details .row.common ul li{
    font-size: 16px !important;
}
 .product span.onsale {
    top: 131px;
    left: 56px;
    }
}
/* .fixed-top {
    position:fixed;
    top:48px;
    right:0;
    left:0;
    z-index:1030;
}
.banner,
.banner2{
    margin-top:48px;
} */
@media only screen and (max-width:767px) {
.single-product span.onsale{
top: 22em !important;
padding: 0 !important;
left: 9% !important;
 height: 3.2em ;
width: 3.2em ;
}
}
@media only screen and (max-width:567px) {
    .banner.coupon-activated{
        margin-top:70px;
    }
    .product span.onsale {
    left: 40px !important;
    height: 3.236em;
    width: 3.236em;
    }
}
/* ============Creditcard-design============== */
/* .wc-toxinrid-payment .woocommerce-checkout #payment div.payment_box {
    font-size: .92em;
    color: #515151;
} */
.wc-toxinrid-payment .woocommerce form .form-row label, .wc-toxinrid-payment .woocommerce-page form .form-row label {
    display: block;
    width: 100%;
    font-size: .92em  !important;
    color: #515151  !important;
}
.wc-toxinrid-payment.woocommerce-invalid label{
    color: #515151  !important;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #515151  !important;
}
.wc-toxinrid-payment .woocommerce-input-wrapper {
    width: 100%  !important;
}

/* ============Creditcard-design============== */
.wooco-item-child .product-price .amount, .wooco-item-child .product-price .tax_label, .wooco-item-child .product-subtotal .amount, .wooco-item-child .product-subtotal .tax_label, .wooco-item-child .product-total .amount, .wooco-item-child .product-total .tax_label {
    opacity: 1 !important;
}
/* start - new added for old style product page icons */
@media only screen and (max-width:767px) {
    .special-info img {
    width: 50%;
}
}
@media only screen and (max-width:567px) {
    .special-info img {
    width: 36%;
}
}
/* end - new added for old style product page icons */
@media screen and (max-width: 767px) {

#merchant_page label[for="sa_sort"], #merchant_page label[for="sa_sort"]{
    text-align: left;
    width: 100%;
    margin: 10px 0 0 0 !important;
}
#merchant_page #sa_sort{
   /* margin:10px auto ;*/
    display: block !important;
}
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    border-radius: 50px !important;
}
.shipping-calculator-form p button {
    margin: 20px 0 0 0 !important;
    background: #78937B !important;
    color: #fff !important;
}
.shipping-calculator-form p button:hover{
    background: #FF5041;
}
#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th{
    border-top:1px solid #78937B !important;
}
.common-inner.rwd-table table{
width: 100%;
margin-top: -16px;
}
.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
  text-align: center;
  color: #000;
}
.rwd-table td img{
    display: block;
    width: 200px;
    margin: auto;
}
.rwd-table td  p{
    text-align: center;
}
/* .rwd-table td:first-child {
    padding-top: 0 !important;
} */
.rwd-table td:first-child, .rwd-table td:nth-child(2) {
  margin-top: .5em;
}
.rwd-table td:nth-child(3) img {
    margin-top: -19px;
}
.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
.rwd-table td span {
    text-align: center !important;
    margin-top: 1rem !important;
    font-size: .937em;
    line-height: 1.4;
    margin-bottom: 1.5rem!important;
    display: block;
}
.rwd-table td span b{
   font-weight: 700;
   color: #5ba279;
}

@media screen and (min-width: 768px) {
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }

  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
.rwd-table td{
    display: inline-block;width: 50%;
}
.rwd-table td:nth-child(3) img {
    margin-top: -29px;
}
 .rwd-table td:first-child {
    padding-top: 9px !important;
 }
.rwd-table td img{
    width: 50%;
}
}
.common-inner h3, .common-inner h2{
     margin-bottom: 15px
}
@media screen and (max-width: 575px) {
.rwd-table td{
    display:block;width: 100%;
}
.rwd-table td img{
    width: 36%;
}
.rwd-table td:nth-child(2), .rwd-table td:nth-child(4) {
    margin-top: -21px;
}
.rwd-table td:nth-child(3) {
    margin-top: 14px !important;
}
.common-inner h3 {
    font-size: 25px !important;
    margin-bottom: 11px
px
;
}
.common-inner h2 {
    font-size: 25px !important;
    margin-bottom: 11px;
}
nav.woocommerce-pagination {
    margin-top: 28px;
}
}
label[for='coupon_code'] {
    display: none;
}
.myaccount_login  .u-column1.col-1, .myaccount_login  .u-column2.col-2{
    max-width:unset !important;
}
.product-reviews .custom-width{
    padding: 30px 0;
}
.woocommerce-message .woocommerce-Button{
    text-transform: uppercase;
    background: #769179 !important;
    border:#769179 2px solid !important;
    color: #fff !important;
}
.woocommerce-message .woocommerce-Button:hover{
    background: #FF5041 !important;
    border:#FF5041 2px solid !important;
}

/* 
* Product detail page CSS for variable products Start
*/
.woocommerce-variation-price{
    margin-bottom: 20px;
}
#product-1887 p.price {
    display: none;
}
#comes-with-day-of-shampoo option[value=""]:not([disabled]) {
    display: none !important;
}
.woocommerce-custom-select{
    border: 1px solid #979797;
    border-radius: 0;
    background: #FBFBFB;
    max-width: 230px;
    min-width: 230px;
    height: 50px;
    font-size: .9em;
    padding-left: 10px;
    padding-right: 39px;
    padding-left: 10px;
    padding-right: 39px;
}
.woocommerce div.product form.cart .variations label[for="comes-with-day-of-shampoo"] {
    padding: 5px;
    min-width: 150px;
}

/*
* CSS for variable product id 1887 price in category page Start
*/
.products.shop-page .products .post-1887 .price {
    position: relative; /* Ensure the parent has a relative position */
    visibility: hidden; /* Hide the parent */
    display: flex; /* Use flexbox for centering */
}

.products.shop-page .products .post-1887 .price .woocommerce-Price-amount.amount:nth-child(2) {
    position: relative; /* Position the second child absolutely */
    visibility: visible; /* Make the second child visible */
    display: inline; /* Ensure it's displayed inline */
}
/*
* CSS for variable product id 1887 price in category page End
*/

/*
* CSS for variable product id 1887 price in index page Start
*/
.post-index-1887 {
    position: relative; /* Ensure the parent has a relative position */
    visibility: hidden; /* Hide the parent */
    display: flex; /* Use flexbox for centering */
}

.post-index-1887 .woocommerce-Price-amount.amount:nth-child(2) {
    position: relative; /* Position the second child absolutely */
    visibility: visible; /* Make the second child visible */
    display: inline; /* Ensure it's displayed inline */
    transform: translate(-50%, 0%);
}
/*
* CSS for variable product id 1887 price in index page End
*/

/* 
* Product detail page CSS for variable products End
*/
/* ============new cart ui=========== */
.cart .table-outer table.shop_table tbody.custom-cart-mob-table  td .product-name-title,.cart .table-outer table.shop_table tbody.custom-cart-mob-table  td .product-price-title,.cart .table-outer table.shop_table tbody.custom-cart-mob-table  td .product-quantity-title, .cart .table-outer table.shop_table tbody.custom-cart-mob-table  td .product-subtotal-title{
    display: none; 
    color: #000;
 }
 @media screen and (max-width: 575px) {
 .cart .table-outer table {
     width: 100% !important;
     min-width: 100%;
 }
 .cart .table-outer table.shop_table thead {
     display: none;
 }
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table{
     display: block;
 }
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table  td.product-thumbnail{
  display: block ;
 }
 
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table  td.product-thumbnail img{
     width: 60px;
     margin: auto;
     display: block;
 }
 
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table  {
     display: flex;
     flex-direction: column;
 }
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table  td a{
     color: #78937B;
     font-family: 'Poppins-Medium';
     font-size: 18px;
     text-align: right;
     display: flex;
     justify-content: center;
 }
 
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table td.product-price, .cart .table-outer table.shop_table tbody.custom-cart-mob-table td.product-quantity, .cart .table-outer table.shop_table tbody.custom-cart-mob-table td.product-subtotal
     {
     display: flex;
     justify-content: space-between;
 }
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table td.product-name {
     display: flex;
     justify-content: space-between;
 }
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table  td {
     width: 100%;
 }
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table td .woocommerce-Price-amount {
     font-size: 20px;
     font-family: 'Poppins-Medium';
 }
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table td.product-subtotal span.woocommerce-Price-amount {
     color: #FF5041;
 }
 .cart tr.cart-subtotal span.woocommerce-Price-amount {
     color: #FF5041;
     font-size: 20px;
     font-family: 'Poppins-Medium';
 }
 .cart  a.shipping-calculator-button {
     color: #78937B;
 }
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table td.product-name {
     font-size: 18px;
     font-family: 'Poppins-Medium';
 }
 .cart .table-outer table.shop_table tr.woocommerce-cart-form__cart-item {
     display: flex;
     flex-direction: column;
     border-bottom: 1px solid;
 }
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table  td .product-name-title,.cart .table-outer table.shop_table tbody.custom-cart-mob-table  td .product-price-title,.cart .table-outer table.shop_table tbody.custom-cart-mob-table  td .product-quantity-title, .cart .table-outer table.shop_table tbody.custom-cart-mob-table  td .product-subtotal-title{
 display: block;
 font-family: 'Poppins-Medium';
 }
 .cart .table-outer table.shop_table tbody.custom-cart-mob-table tr.wooco-cart-item.wooco-cart-child.wooco-item-child td.product-remove {
     display: none;
 }
 .cart ul.woocommerce-shipping-methods li{
     text-align: left !important;
     position: relative;
 }
 .cart ul.woocommerce-shipping-methods li .woocommerce-Price-amount.amount {
     text-align: right !important;
     position: absolute;
     right: 0;
 }
 .cart .woocommerce ul.woocommerce-shipping-methods li input{
     margin: 6px .4375em 0 0 !important;
 }
 .cart p.woocommerce-shipping-destination{
  text-align: left;
 }
 .cupon-container .coupon {
     display: flex;
     max-width: 100%;
     justify-content: space-between;
	 flex-wrap: wrap;
 }
 .cupon-container input#coupon_code {
     width: 50%;
     min-width: 50%;
     max-width: 50%;
 }
 .cupon-container .coupon .cpn_btn{
     width: 48% !important;
     max-width: 48% !important;
     min-width: 48%;
 }
 .coupon + button{
     max-width: 100% !important;
 }
 .woocommerce .product-details div.product form.cart .variations tr{
    display: flex;
    flex-direction: column;
 }
 .woocommerce .product-details div.product form.cart .variations label[for="comes-with-day-of-shampoo"],.product-details .woocommerce-custom-select{
    width: 100% !important;
 }
 .cart .cart-table tbody td.product-name{
    text-align: right;
 }
 }
 /* ============new cart ui=========== */

/* @media screen and (max-width: 767px) {
.cart td.product-thumbnail {
    display: block !important;
    /* height: 101px !important;
}
.cart td.product-thumbnail img{
    width: 90px !important;
}
.cart .cart-table tbody td:nth-child(2){
    width: 104px !important;
}
} */

.wooco_count.wooco-count {
    display: none !important;
}
.shipping-calculator-form .select2-container--default .select2-selection--single{
    border:1px solid #979797 !important;
    border-radius: 3px !important;
    height: 40px !important;
}
.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
    padding: 0px !important;
}
input[type="email"].kl-private-reset-css-Xuajs1{
	margin-top: 20px !important;
}
.checkout-thumb{
    width: 90px;
}
.message-cus-css{
color:#b94a48; background:#f2dede; padding:10px; margin-bottom:15px; border:1px solid #ebccd1; border-radius:4px;
}
 @media screen and (min-width: 768px) {
tr.shipping div[data-title="Shipping"] {
    width: 50%;
}
}
p.woocommerce-validated {
    align-items: center;
}
p.woocommerce-validated label{
	margin-bottom:0px !important;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
.woocommerce-additional-fields__field-wrapper p.woocommerce-validated {
    align-items: flex-start;
}