/* -------------------------- Subscription option -------------------------- */
.dwl-variation-show-compact .dwl-single-product-item .dwl-product-title-price-bg{
	padding-bottom: 20px;
}
.dwl-variation-show-compact h2.dwl-product-title{
	margin-bottom: 0;
}
.variations_form.cart {
  padding: 20px;
   border-radius: 15px;
   background: #F4E9DB;
   padding-bottom: 50px;
   
 }
 
 /* .dwl-card-label {
   display: flex;
   flex-direction: row;
   justify-content: space-between;
   align-items: center;
 } */
 
 .dwl-variation-card {
   padding:15px 15px 15px 15px;
   border-radius: 16px;
   display: flex;
   align-items: flex-start;
 }
 .dwl-sale-price {
   font-size: 16px;
   font-weight: 700;
   margin-bottom: 10px !important;
   text-align: right;
 }
 .dwl-custom-variation-cards {
 background: #fff;
   padding: 20px;
   border: 1px solid #B18348;
   border-radius: 10px;
 }
 /* .dwl-card-left {
   width: 60%
 }
 .dwl-card-right {
     width: 28%;
 } */
 .dwl-variation-card .dwl-card-label .dwl-variation-name {
 font-size: 16px;
   font-weight: 700;
   line-height: 22px;
   margin: 0;
 }
 .dwl-card-content p {
     font-size: 16px;
     font-weight: 400;
 }
 .dwl-variation-card .dwl-variation-radio {
   margin-right: 15px;
   width: 24px;
   height: 24px;
   border-color: #B18348 !important;
   border-radius: 100px;
   border: 2px solid;
 }
 .dwl-card-label {
     display: flex;
     flex-direction: row !important;
     gap: 15px;
     justify-content: space-between !important;
     width: 100%;
     line-height:100%;
     cursor: pointer;
 }
 .dwp-badge-wrap {
     text-align: center;
 }
 .dwl-card-tag {
     display: inline-block;
     text-align: center;
     background-color: #F3EFE7;
     border-radius: 8px;
   display: none;
 }
 .dwl-custom-variation-cards {
     margin-bottom: 20px;
 }
 /* .dwl-variation-card.dwl-selected {
     border: 2px solid #B18348;
 } */
 .dwl-offer-label {
     font-size: 16px;
   margin:10px 0px !important;
   color: #787878;
   
 }
 .single_variation_wrap .woocommerce-variation.single_variation {
     display: none !important;
 }
 table.variations {
   display: none;
 }
 .dwl-regular-price {
     text-decoration: line-through;
  color: #282828;
   text-align: right;
   font-size: 20px;
 }
 .dwl-btn-regular-price {
     text-decoration: line-through;
   padding-left: 10px;
 }
 .dwl-save-amount {
 background-color: #F4E9DB;
   display: inline-block;
   padding: 5px 10px;
   border-radius: 10px;
   font-size: 20px;
   line-height: 24px;
   margin-top: 10px;
   margin-bottom: 0 !important;
 }
 .dwl-price .dwl-sale-price,
 .dwl-price .dwl-regular-price{
     margin: 10px 0px;
 }
 
 .single_variation_wrap .e-atc-qty-button-holder {
   justify-content: center;
 }
 
 .woocommerce-variation-add-to-cart .single_add_to_cart_button.button {
     flex-basis: 80% !important;
 }
 
 .single_add_to_cart_button .dwl-separator {
     padding: 0px 10px;
 }
 
 .single_add_to_cart_button.button {
   text-transform: capitalize;
   
 }
 .single_add_to_cart_button.button:hover {
   transition: 0.5s ease-in;
 }
 .woocommerce-notices-wrapper .woocommerce-message {
     background-color: transparent !important;
 }
 .dwl-card-heading {
   display: flex;
   align-content: center;
 }
 
 .dwl-custom-variation-cards h3 {
   margin: 10px 0;
   font-size: 20px;
   line-height: 25px;
 }
 .subscription-button-groupe {
   display: flex;
   justify-content: flex-end;
   flex-wrap: wrap;
 }
 .woocommerce-cart .product-quantity .quantity input {
   max-width: 100%;
   padding: 22px 10px 22px 15px !important;
   border: none !important;
   background-color: #E0E0E0 !important;
 }
 .dwl-option-button, .dwl-quantity-button {
   width: 95px;
   border: 1px solid #B18348;
   background: none !important;
   color: #B18348 !important;
   font-size: 15px !important;
   line-height: 18px !important;
   border-radius: 30px !important;
   margin-left: 10px !important;
   font-weight: 700 !important;
   cursor: pointer;
   padding: 10px 15px;
 }
 
 .dwl-option-button:hover, .dwl-quantity-button:hover {
   background: #B18348 !important;
   color: #fff !important;
 }
 
 .dwl-custom-subscription-selection {
   border-top: 1px solid #B18348;
   padding-top: 15px;
 }
 
 .dwl-option-selected {
   background: #B18348 !important;
   color: #fff !important;
 }
 
 .dwl-selection-wrapper {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: center;
 }
 
 .subscription-label h4 {
   margin: 0;
   font-size: 18px;
   line-height: 24px;
 }
 
 .purchase-type-one-time .quantity-selection {
   display: flex;
 }
 
 .quantity-selection, .subscription-selection {
   display: none;
 }
 
 .purchase-type-subscription .subscription-selection {
   display: flex;
 }
 
/* .dwl-variation-select-inner.dwl-variation-show-hide {
  display: none;
} */
.dwl-product-title .dwl-arrow-icon {
  font-family: "Noto Sans Symbols", sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.show-password-input::before {
	font-family: "Font Awesome 5 Free";
	content: "\f06e";
	font-weight: 600; 
	color: #5bc0de;
}

.show-password-input {
 margin-top: 5px;
}

.woocommerce-error {
 background-color: #e2401c00;
}

.woocommerce-error li {
 font-size: 16px;
 line-height: 22px;
 color: #000;
}

 @media (max-width: 1420px) and (min-width: 1024px) {
     .dwl-variation-card {
         padding: 20px 15px;
     }
   .variations_form.cart {
     padding: 20px;
     padding-bottom: 40px;
     /* border: 10px solid #F1EFE7; */
   }
   .dwl-card-right .dwl-price p {
     margin: 5px 0 !important;
   }
     .dwl-card-label {
         flex-direction: column;
         justify-content: flex-start;
         gap: 0;
     }
 /*     .dwl-card-left {
         width: 100%;
     }
     .dwl-card-right {
         width: 100%;
     } */
     h3.dwl-variation-name {
         margin-top: 15px;
         margin-bottom: 15px;
     }
     .dwl-card-left p {
         margin-top: 10px;
         margin-bottom: 10px;
     }
   
 }
 
 @media screen and (max-width: 1420px) {
   .woocommerce-variation-add-to-cart .quantity {
     right: 40px;
         bottom: 170PX;
   }
 }
 
 @media screen and (max-width: 1155px) and (min-width: 1025px) {
   .purchase-type-subscription .subscription-selection {
     gap: 10px;
   }
 }
 
 @media screen and (max-width: 550px) {
   .purchase-type-subscription .subscription-selection {
     gap: 10px;
   }
 }
 
 @media screen and (max-width: 1125px) and (min-width: 1025px) {
   .woocommerce-variation-add-to-cart .quantity {
     bottom: 195PX;
   }
 }
 
 @media screen and (max-width: 550px) {
   .dwl-card-content .dwl-variation-name {
     line-height: 22px;
   }
   .takeiris-add-to-cart .e-atc-qty-button-holder input {
     max-width: 170px;
   }
   .dwl-variation-card .dwl-card-label .dwl-variation-name{
     font-size:16px;
   }
   .dwl-offer-label {
       font-size: 14px;
     margin: 10px 0px !important
   }
   .dwl-sale-price {
     font-size: 14px;
     margin-top: 0 !important;
 }
   .dwl-save-amount{
     font-size: 16px;
   }
   .dwl-regular-price {
     font-size: 16px;
   }
 }
 
 @media screen and (max-width: 426px) {
   .variations_form.cart {
     border: none;
     padding: 15px !important;
     padding-bottom: 50px !important;
   }
   .dwl-custom-variation-cards {
     padding: 10px;
   }
   .dwl-variation-card{
     padding: 10px 10px 10px 10px;
   }
   
 }
 
 @media screen and (max-width: 432px) {
   .subscription-button-groupe {
     justify-content: flex-start;
     gap: 5px;
   }
 }
 
 @media screen and (max-width: 379px) {
   .dwl-variation-card .dwl-variation-radio {
     margin-top: 0px;
     width: 20px;
       height: 20px;
   }
   dwl-variation-card .dwl-card-label .dwl-variation-name {
     font-size: 12px !important;
   }
   .dwl-sale-price {
     font-size: 12px;
     margin-top: 0 !important;
   }
    .dwl-regular-price {
     font-size: 14px;
   }
   .dwl-save-amount {
     padding: 8px 20px !important;
     font-size: 14px !important;
   }
    .dwl-offer-label {
     font-size: 12px;
     
   }
 }
/* login & registration page */
.elementor-widget-woocommerce-my-account .woocommerce .form-row label{
	font-size: 14px !important;
	font-weight:400 !important;
	line-height: 22px !important;
}
div#customer_login h2{
	font-size:22px;
	font-weight:600;
	line-height: 31px;
}
.password-input {
    position: relative;
    display: block;
}
.show-password-input {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    inset-inline-end: 0;
    width: var(--wd-form-height);
    height: var(--wd-form-height);
    cursor: pointer;
    font-size: 16px;
    color: var(--color-gray-600);
    transition: all .25s ease;
    padding: 0 5px !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    min-height: unset !important;
}
.show-password-input:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f06e"; 
}
.woocommerce-form-login.login .form-row:nth-child(3) {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
}
.elementor-widget-woocommerce-my-account .woocommerce-form-register__submit,
.elementor-widget-woocommerce-my-account .woocommerce-form-login__submit{
	    background: #a86b00 !important;
}
.elementor-widget-woocommerce-my-account .woocommerce-form-register__submit:hover,
.elementor-widget-woocommerce-my-account .woocommerce-form-login__submit:hover{
	    background: #4B2614 !important;
}
@media (min-width: 320px) and (max-width: 1024px){
	.woocommerce-form.woocommerce-form-register.register{
		height:auto !important;
	}
	form.woocommerce-form.woocommerce-form-register.register {
		padding-bottom: 40px !important;
	}

}
form.woocommerce-form.woocommerce-form-register.register{
	padding-bottom: 25px !important;
}
@media (min-width:1025px) and (max-width:1305px){
	form.woocommerce-form.woocommerce-form-register.register{
		padding-bottom: 25px !important;
	}
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .register p:not([class]){
	font-size: 14px;
}
body.page-id-15.woocommerce-account{
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* review section */
@media (max-width:767px){
	.review-slider .elementor-swiper-button-prev,
	.review-slider .elementor-swiper-button-next {
		top: -30px !important; /* Move arrows above the review box */
		transform: none !important;
 		position: absolute;
	}
	.review-slider .elementor-swiper .swiper-wrapper{
	 	padding-top: 20px;
	}
}
@media (min-width:675px) and (max-width:767px){
	.review-slider .elementor-swiper .elementor-swiper-button-prev {
	  left: 87% !important;

	}
	.review-slider .elementor-swiper .elementor-swiper-button-next {
	  left: 93% !important;
	}
}
@media (min-width:610px) and (max-width:674px){
	.review-slider .elementor-swiper .elementor-swiper-button-prev {
	  left: 85% !important;

	}
	.review-slider .elementor-swiper .elementor-swiper-button-next {
	  left: 92% !important;
	}
}
@media (min-width:520px) and (max-width:609px){
	.review-slider .elementor-swiper .elementor-swiper-button-prev {
	  left: 83% !important;

	}
	.review-slider .elementor-swiper .elementor-swiper-button-next {
	  left: 91% !important;
	}
}
@media (min-width:425px) and (max-width:519px){
	.review-slider .elementor-swiper .elementor-swiper-button-prev {
	  left: 80% !important;

	}
	.review-slider .elementor-swiper .elementor-swiper-button-next {
	  left: 89% !important;
	}
}
@media (min-width:390px) and (max-width:424px){
	.review-slider .elementor-swiper .elementor-swiper-button-prev {
	  left: 77% !important;

	}
	.review-slider .elementor-swiper .elementor-swiper-button-next {
	  left: 87.5% !important;
	}
}
@media (min-width:360px) and (max-width:389px){
	.review-slider .elementor-swiper .elementor-swiper-button-prev {
	  left: 75% !important;

	}
	.review-slider .elementor-swiper .elementor-swiper-button-next {
	  left: 86.5% !important;
	}
}
@media (min-width:320px) and (max-width:359px){
	.review-slider .elementor-swiper .elementor-swiper-button-prev {
	  left: 72.5% !important;

	}
	.review-slider .elementor-swiper .elementor-swiper-button-next {
	  left: 85% !important;
	}
}
/* subscription box by default select */
.dwl-custom-variation-cards input[type="radio"]:checked {
    background-color: #B18348;
}
/* shop page add to cart*/
@media (min-width:320px) and (max-width:435px){
	.single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.button {
		flex-basis: 100% !important;
		font-size: 15px !important;
		font-weight: 600 !important;
	}
}

/* cart page css */

.elementor-widget-woocommerce-cart .woocommerce table.cart tr th,
.woocommerce-cart .cart_totals.calculated_shipping h2 {
	font-size: 16px ;
	font-family: 'Arimo';
	text-transform: uppercase;
}
.woocommerce-cart .woocommerce-cart-form__cart-item .product-name a {
	color: #000;
	font-size: 16px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin: 0px;
	display: inline;
	padding: 0px !important;
	font-size: 22px;
}
.woocommerce-shipping-totals.shipping .woocommerce-shipping-destination {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	text-align: right;
}
.tax-total td {
	font-size: 14px;
}
.woocommerce-cart .shop_table button:hover, .cart_totals .checkout-button:hover, .wc_avatax_validate_address.button:hover, .woocommerce-checkout #payment #place_order:hover {
	background-color: #a86b00;
	color: #fff;
}
@media screen and (max-width: 1024px) {

	.elementor-widget-woocommerce-cart .woocommerce .coupon #coupon_code {
		margin-bottom: 0;
		width: 96%;
		min-height: 50px;
	}
	.elementor-widget-woocommerce-cart .woocommerce .coupon .button {
		float: none;
		width: var(--apply-coupon-button-width,100%);
		min-height: 50px;
	}
	.checkout-button.button.alt.wc-forward {
		padding: 8px 0px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
	font-size: 13px;
	font-weight: 600;
	padding-right: 15px;
	}
	.elementor-widget-woocommerce-cart .woocommerce table.cart {
	padding-top: 20px;

	}
}
/* checkout page */
.woocommerce-checkout .woocommerce a{
	color: #5e5e5e;
	text-decoration: underline;
}
.woocommerce-checkout .payment_box.payment_method_yith-stripe p{
  margin-bottom: 0;
}
.woocommerce-checkout #payment ul.payment_methods li .payment_box fieldset{
  margin-top: 0;
}
.woocommerce-checkout input#yith-stripe-card-name,
.woocommerce-checkout div#yith-stripe-card-elements{
	margin-top:5px;
}
.woocommerce-checkout input#yith-stripe-card-name{
	margin-bottom:15px;
}
ul.woocommerce-SavedPaymentMethods.wc-saved-payment-methods{
	margin-left: 0;
}
.woocommerce-checkout-payment li.wc_payment_method.payment_method_yith-stripe label{
	display: flex;
	align-items: center;
}
.woocommerce-checkout-payment li.wc_payment_method.payment_method_yith-stripe label img{
	padding:2px;
}
/* ab */
h3#order_review_heading {
 font-size: 22px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr th, .woocommerce-checkout .woocommerce-checkout-review-order-table tr td, .woocommerce-checkout .woocommerce-checkout-review-order-table tr td bdi, .woocommerce-checkout .woocommerce-checkout-review-order-table tr td span, .woocommerce-checkout .woocommerce-checkout-review-order-table tr td ul li label {
 text-align: right;
}
.woocommerce-checkout-review-order-table .cart_item td.product-name {
 padding-right: 0px !important;
 text-align: left;
}
/* ov */
.elementor-widget-theme-site-logo a img[src$=".svg"] {
    width: 210px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #4b2614 !important;
	color: #ffffff !important;
}

/* 	.takeiris-add-to-cart .cart {
		min-height: 730px;
	} */

/* 	.takeiris-add-to-cart .cart {
		min-height: auto !important;
	} */

.woocommerce-checkout-review-order-table .cart_item td.product-name {
    padding-right: 0px !important;
	text-align: left;
}

.elementor-widget-woocommerce-cart .woocommerce table.cart tr th,
.woocommerce-cart .cart_totals.calculated_shipping h2 {
font-size: 16px !important;
  font-family: 'Arimo';
  text-transform: uppercase;
}
.tax-total td {
  font-size: 14px;
}

.woocommerce-cart .woocommerce-cart-form__cart-item .product-name a {
    color: #000 !important;
font-size: 16px;
}

.woocommerce-cart .product-quantity .quantity input {
    max-width: 80px;
    padding: 22px 10px 22px 25px !important;
    border: none !important;
    background-color: #FFF2E5 !important;
}
.woocommerce-cart .woocommerce-Price-amount {
	font-family: 'Arimo';
    font-size: 16px !important;
	font-weight: 500 !important;
	color: #000 !important;
}

.woocommerce-cart .product-remove a {
    padding: 0px 5px;
    border-radius: 50%;
    margin-right: 17px;
    font-size: 17px;
    display: inline !important;
}

.woocommerce-shipping-totals.shipping .woocommerce-shipping-destination {
    font-size: 14px;
    color: #000;
	margin-bottom: 10px;
	text-align: right;
}

.woocommerce-cart .shop_table button, .cart_totals .checkout-button, .wc_avatax_validate_address.button, .woocommerce-checkout #payment #place_order {
    background-color: #a86b00 !important;
    color: #fff !important;
    border: none !important;
	transition: .4s;
	font-weight: 400 !important;
	text-transform: uppercase;
}

.woocommerce-cart .shop_table button:hover, .cart_totals .checkout-button:hover, .wc_avatax_validate_address.button:hover, .woocommerce-checkout #payment #place_order:hover {
    background-color: #a86b00 !important;
    color: #fff !important;
}

.woocommerce-cart .cart_totals .shop_table {
    border: 1px solid #F1EFE7 !important;
    padding: 20px;
    border-radius: 10px;
	background: #FFF2E5;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    margin: 0px;
    display: inline;
    padding: 0px !important;
	font-size: 22px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr td,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr td bdi,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr td span,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr td ul li label {
    font-family: 'Arimo';
	font-weight: 500 !important;
	font-size: 16px;
    color: #000 !important;
	text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.88);
  padding: 15px 0px !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.88);
  padding: 15px 0px !important;
}

.woocommerce-billing-fields h3 {
	font-size: 22px !important;
	line-height: 31px !important;
	text-transform: uppercase !important;
}

h3#order_review_heading {
	margin-bottom: 20px;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 22px;
}
.product-total {
  text-align: right !important;
}

input[type="radio"]:checked {
	background-color: #ff7d1a00;
}

.woocommerce-checkout #customer_details input {
	background-color: #ffffff5e !important;
	padding-left: 15px !important;
}

.woocommerce-checkout-review-order-table .product-name {
  text-transform: uppercase;
	font-size:16px;
}

.woocommerce-cart-form .cart_item .product-name {
  text-transform: capitalize !important;
  text-align: left !important;
}

/* av checkout ,cart,acount */
.e-login-wrap-start label {
    font-family: 'Arimo';
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 22px;
    color: #000 !important;
}
.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-family: 'Arimo';
    color: #000 !important;
}
.woocommerce-checkout .woocommerce a {
    font-family: 'Arimo';
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 22px;
    color: #000 !important;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
    outline: none;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__payment-methods .woocommerce .woocommerce-MyAccount-content-wrapper .button {
    background-color: #a86b00 !important;
    color: #fff !important;
    border: none !important;
    transition: .4s;
    font-weight: 400 !important;
    text-transform: uppercase;
    padding: 15px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab__add-payment-method #add_payment_method #payment #place_order {
   
    background-color: #a86b00 !important;
    color: #fff !important;
    border: none !important;
    transition: .4s;
    font-weight: 400 !important;
    text-transform: uppercase;
    margin-left: 45px;
}
form.woocommerce-EditAccountForm.edit-account {
  padding:  16px 30px;
}
table.woocommerce-MyAccount-paymentMethods.shop_table.shop_table_responsive.account-payment-methods-table {
  margin-bottom: 20px;
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-EditAccountForm .button, .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-address-fields .button {
  
    background-color: #a86b00 !important;
    color: #fff !important;
    border: none !important;
    transition: .4s;
    font-weight: 400 !important;
    text-transform: uppercase;
}

p.ywsbs-my-subscriptions {
    background-color: #F9FAFA;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    padding: 30px;
}
.elementor-widget-woocommerce-cart .woocommerce a:not(.add_to_cart_button):not(.restore-item):not(.wc-backward):not(.wc-forward) {

    outline: none;
}
a.button.wc-backward {
    background-color: #a86b00 !important;
    color: #fff !important;
    border: none !important;
    transition: .4s;
    font-weight: 400 !important;
    padding: 15px;
}

@media screen and (max-width: 767px) {
	.elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tbody th, .elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tbody th {
    display: none !important;
  }
    .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount, .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table td::before {
    color: #000;
  }
    .elementor-widget-woocommerce-cart .woocommerce .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td::before, .elementor-widget-woocommerce-cart .woocommerce-page .cart_totals table.shop_table_responsive tr.woocommerce-shipping-totals td::before {
    width: 25% !important;
  }
  .shop_table_responsive tr {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid gray;
  }
  .shop_table_responsive td.product-remove {
    position: absolute;
    top: -4px;
    inset-inline-end: -7px;
    z-index: 1;
    border: none;
  }
	 .shop_table_responsive td::before {
    content: attr(data-title);
    margin-inline-end: auto;
  }
	 .woocommerce-cart .woocommerce-cart-form__cart-item td:nth-child(2)::before {
   display:none;
  }
	 .woocommerce-cart .woocommerce-cart-form__cart-item {
    align-items: initial  !important;
    padding-left: 90px !important;
    padding-right: 15px !important;
  }
  .product-name::before {
    display: none;
  }
  .shop_table_responsive td {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    padding: 0;
    padding-bottom: 0px;
    border-bottom: none;
  }
	  .shop_table_responsive td.product-thumbnail {
    position: absolute;
    top: 25%;
    inset-inline-start: 0;
    overflow: hidden;
    max-height: 115px;
    border: none;
    border-radius: calc(var(--wd-brd-radius) / 1.5);
  }

	.shop_table_responsive td:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: 1px dashed var(--brdcolor-gray-300);
  }
	 .shop_table_responsive td:not(:last-child) {
    padding-bottom: 5px;
    border-bottom: 1px dashed var(--brdcolor-gray-300);
  } 
}
.elementor-widget-woocommerce-checkout-page .e-coupon-anchor-description {
  
    font-family: 'Arimo';
}
.form-row-first {
  float: left;
}
.form-row-last {
  float: right;
}
.e-login-wrap-end .form-row {
  width: 100%;
text-align: left !important;
margin-top: 0px;
}
.form-row .e-login-label {
  display: none;
}
form.woocommerce-EditAccountForm.edit-account p {
    width: 100% !important;
}
.woocommerce-address-fields__field-wrapper p {
    width: 100%;
}
.e-woocommerce-form-login-submit {
  margin-top: 10px;
}
.woocommerce-button.button.woocommerce-form-login__submit.e-woocommerce-form-login-submit {
  width: 25%;

}
.elementor-widget-woocommerce-checkout-page .e-login-actions-wrap-end .lost_password {
  margin-top: 0;
}
.sidebar-cart .elementor-menu-cart__subtotal {
    font-family: "Arimo", sans-serif;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .woocommerce-ResetPassword {
  max-width: 50%;
  margin: 0 auto;
	padding-bottom: 40px;
}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button {
  background-color: #a86b00 !important;
  color: #fff !important;
  border: none !important;
  transition: .4s;
  font-weight: 400 !important;
  text-transform: uppercase;
}
