/* =============================================================
   HighWay — WooCommerce skin
   Styles WooCommerce's auto-generated markup (classic / shortcode
   templates) to match the HighWay design system.
   Enqueue AFTER WooCommerce's own stylesheets.
   Targets real Woo classes: .woocommerce-cart-form, .shop_table,
   #order_review, .woocommerce-MyAccount-navigation, etc.
   ============================================================= */

/* ---- tokens (self-sufficient; mirrors highway.css) ---- */
 
/* ---- base ---- */
.woocommerce, .woocommerce-page{ font-family:var(--font); color:var(--ink); }
.woocommerce .woocommerce-breadcrumb{ color:var(--muted); font-size:.85rem; margin-bottom:22px; }
.woocommerce-page h1, .woocommerce-page h2, .woocommerce-page h3{ font-family:var(--font-display); letter-spacing:-.01em; }

/* =============================================================
   BUTTONS  — Woo: a.button / button.button / input.button / #place_order / .checkout-button
   ============================================================= */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .button,
.woocommerce #respond input#submit,
.woocommerce-page a.button,
.wc-block-components-button,{
  background:var(--dark) !important; color:#fff !important;
  border:2px solid transparent !important; border-radius:var(--pill) !important;
  font-family:var(--font) !important; font-weight:600 !important;
  padding:12px 10px !important;   line-height:1.2 !important;
  transition:background .2s, transform .2s, color .2s, border-color .2s !important;
  text-shadow:none !important; box-shadow:none !important;
	 vertical-align: middle;  width: auto;  display: inline-block;   text-decoration: none !important; 
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce .button:hover,
.woocommerce #respond input#submit:hover{  transform:translateY(-2px); }
.woocommerce a.button svg {
       width: 15px;
    height: 15px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
/* primary / alt actions */
.woocommerce .button.alt,
.woocommerce #place_order,
.woocommerce .checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  background:var(--dark) !important; color:#fff !important; padding:15px 30px !important;  width:100%; text-align:center;
}
.woocommerce .button.alt:hover,
.woocommerce #place_order:hover,
.woocommerce .checkout-button:hover{ background:var(--ink) !important; }

/* ghost / secondary (update cart, apply coupon, view order) */
.woocommerce button[name="update_cart"],
.woocommerce .coupon .button,
.woocommerce-orders-table__cell-order-actions .button,
.woocommerce a.button.view{
 background: var(--ink) !important;
  color: var(--white) !important;
  border-color: var(--ink) !important;
}
.woocommerce button[name="update_cart"]:hover,
.woocommerce .coupon .button:hover,
.woocommerce a.button.view:hover{ background:var(--dark) !important; color:#fff !important; }
 
/* =============================================================
   NOTICES  — Woo: .woocommerce-message / -info / -error
   ============================================================= */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error{
  border:1px solid var(--line); border-top:3px solid var(--dark); border-radius:var(--radius-sm) !important;
  background:#f6faf7 !important; color:var(--ink) !important;  
  list-style:none; margin:0 0 22px; box-shadow:none;
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before{ color:var(--dark) !important; top:18px; }
.woocommerce-error{ border-top-color:var(--dark-dark); background:#fdf2f2 !important; }
.woocommerce-error::before{ color:var(--dark-dark) !important; }
.woocommerce-message a.button, .woocommerce-info a.button{ float:none; }


:root {
    --price-color:var(--ink);
	--addtoCart-color:var(--dark);
	--addtoCart-color-hover:var(--ink);
	--btn-bg1:var(--ink); /* Single add to cart btn */
	--btn-bg1-hover:var(--dark); /* Single add to cart btn */
	
	--btn-bg2:var(--dark); /* woocommerce all btns */ 
	--btn-bg2-hovervar(--ink);    
	
	--btn-bg3:var(--dark);  /* checkout buttons */
    --btn-bg3-hovervar(--ink);  /* checkout buttons */
}

/* add to cart buttons */

 
body.woocommerce ul.products li.product button.button:hover,body.woocommerce ul.products li.product a.button:hover,
ul.products li.product .button:hover{ background:var(--addtoCart-color-hover);      }
.woocommerce ul.products li.product .button{ width:100%;}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {        opacity: 0.5;}
.products li.product a.button.add_to_cart_button i {    margin-left: 5px;color:#fff;}
ul.products li.product .added_to_cart:hover,ul.products-slide li.product .added_to_cart {  background: var(--btn-bg); color:#fff;  }

/* single add to cart btn {} */
body.single-product.woocommerce button.single_add_to_cart_button { font-weight: 600;  background: var(--btn-bg1) !important;  color: #fff;
      border: solid 1px var(--btn-bg1);   height: auto;    min-height: auto;  padding: 11.5px;        width:76.1%;
    margin-left: 2.7%;     border-radius: 10px !important;font-size: 14px;    font-weight: 500;
    padding: 12.5px 30px !important;}
body.single-product.woocommerce button.single_add_to_cart_button:hover { }

/* added to cart info button */
.woocommerce-message .button.wc-forward{      border-radius: 5px;padding-left: 10px;  padding-right: 10px;   color:#fff;border:0;   }
.woocommerce-message .button.wc-forward:hover{     }


/*Single buy now btn */
button.single_buy_now_button.button   { display:none;    width: 100%;    margin-top: 10px;    background:var(--btn-bg2);    padding: 15px 0;color:#fff;}
button.single_buy_now_button.button:hover{ background:var(--btn-bg2-hover); border-color: var(--btn-bg1-hover)}

/* Quick view */
.quick-cart a.button.product_type_simple.add_to_cart_button {
    width:57%;
    margin-left: 9%;
}
.quick-cart a.buy-it-btn {    width: 100%; background:var(--btn-bg2);color:#fff;}
.quick-cart a.buy-it-btn:hover {background:var(--btn-bg2-hover) }
/*  Cart page btns */
.woocommerce-cart .cart .button {       padding: 11.5px 10px;    font-weight: 500; background: var(--btn-bg2); border-color:var(--btn-bg2);    color: #fff;width: auto;margin-top: 5px;}
.woocommerce-cart .cart .button:hover {  background: var(--btn-bg2-hover); color:#fff; border-color:var(--btn-bg2-hover); }

.woocommerce-cart-form .actions button[name=update_cart] {   background: var(--btn-bg2);    border: 0;    color: #fff;
    font-size: 14px;    font-weight: 500;    position: relative;    top: 0;   }

.woocommerce-cart-form .actions button[name=update_cart]:hover {    background: var(--btn-bg2-hover); }
a.checkout-button.button.alt.wc-forward {    font-weight: 600;
    display: block;
    padding: 16px 20px;
    line-height: 16px;
    background: var(--btn-bg3);
    color: #fff;
    border: solid 1px var(--btn-bg3); 
    display: block;
    width: auto;
    width: 90%;
    margin: 40px auto 20px;}

a.checkout-button.button.alt.wc-forward:hover {   background: var(--btn-bg3-hover);border-color:var(--btn-bg3-hover); color:#fff; text-decoration:none !important; }

.woocommerce #payment #place_order{    background: var(--btn-bg3);   border: solid 1px var(--btn-bg3); color:#fff; }
.woocommerce #payment #place_order:hover{    background: var(--btn-bg3-hover);   border: solid 1px var(--btn-bg3-hover);  }

/*  */ 

span.cannot-deliver-text {
    font-weight: 600 !important;
    padding: 12px 10px !important;
    line-height: 1.2;
    display: inline-block;
}
a.login-for-prices {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    background: #eaf1fb;
    text-align: center;
    font-size: 14px;
    padding: 8px;
    border-radius: var(--radius);
    font-weight: 500;
    color: var(--footer-bg);border: solid 1px #eaf1fb;
}
a.login-for-prices:hover{ background: transparent;    border-color: var(--footer-bg);}

/*Wishlkist */
.wish-box a {
    position: relative;
}
.wishcount {
    position: absolute;
       top: -10px;
   right: -33px;
    background: #ee6c4d;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
}
.wish-box a {
    position: relative;
}
.container.wishlist-con {
    max-width: 60%;
}
table.shop_table.wishlist-table {
    font-size: 14px;
}

table.shop_table.wishlist-table a {
    padding: 10px;
    line-height: normal;
    font-size: 14px;    
    padding: 5px;
}button.remove-from-wishlist i {
    color: #de5f5f;
    font-size: 20px;
}
button.remove-from-wishlist {
    background: transparent;
    border: 0;
    padding: 0;
}
/* HTML: <div class="loader"></div> */
.loader {
  width: 20px;
  padding: 2px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #000;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
	    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
@keyframes l3 {to{transform: rotate(1turn)}}


.woo-cart-item   span.woocommerce-Price-amount.amount,.woo-mini-cart-item  span.woocommerce-Price-currencySymbol ,.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {    font-size:15px; width: 48%;}

.woocommerce-order-received table td a,.woocommerce-order-received table td a span, .woocommerce-order-received table td span.woocommerce-Price-amount.amount, .woocommerce-order-received table td span.woocommerce-Price-currencySymbol { font-size: 14px;}
 
.woocommerce .quantity {   margin: 0 10px 0 0;  border: 1px solid rgb(221, 221, 221);   border-radius: 5px;    width: 45%;    display: flex;
    text-align: center;    justify-content: space-between;    overflow: hidden; }

.woocommerce .quantity button {     border: 0;  border: 0;   background: #fff;   color: #191919;    padding: 14px;
    font-weight: 600;    padding-top: 11px; }

.woocommerce .quantity button:last-child {     border-radius: 0 5px 5px 0;  }

.woocommerce .quantity input.qty { padding: 8px; border:0; box-shadow: none;  outline: none;   	max-width:65px; 
	appearance: textfield;  -webkit-appearance: none;  -moz-appearance: textfield;   border-radius: 0;    text-align: center;  }
 
 
.woocommerce ul.products li.product .woocommerce-loop-product__title ,
body.archive.woocommerce ul.products h2.woocommerce-loop-product__title,.woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title{  font-weight: 400;    padding: 0;
   	color:var(--ink-2); margin: 0;  font-size:15px;     min-height: 35px; 	line-height: normal;      text-align: left;      }

div.woocommerce ul.products, .woocommerce ul.products ,.related.products ul.products{ display: grid;    grid-template-columns: repeat(4, 1fr);    gap: 0;      margin: 0;   }

div.woocommerce ul.products li.product, .archive ul.products li,
.related.products ul.products li.product , .archive ul.products li.product,  ul.products  li.product, .woocommerce.columns-5 ul.products li.product  {     padding: 20px !important;
    margin: 0;
    width: 100% !important;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    min-height: 100%;
    background: #fff;   
    border-radius: 0;
    position: relative;
    border: solid 1px #f1f1f5;
}
 
.woocommerce .onsale {         background:#0e0e0e;
    color: #fff;
    font-size: 12px;
    letter-spacing: normal;
    text-transform: inherit;
    left: 0;
    padding: 0;
    border-radius: 100px;
    top: 0;
    font-weight: 500;
        line-height: normal;   
    text-align: center;    
    border-radius: 0 0 100px 0;
    padding: 4px 25px 4px 5px;
}

 .wc-img-wrapper {       height: 430px;    width: 100%;    background: #ffffff;   
    display: flex;    justify-content: center;    align-items: center;    overflow: hidden;    position: relative;
    flex-direction: column;    margin-bottom: 15px;     border-radius: 5px;     transition: 0.2s linear;  }

.woocommerce ul.products li.product img {margin: 0;    height: 100%;object-fit: contain;width: 100%;    display: block;max-width: 100%;transition: 0.01s linear;     }
.products li.product:hover img {     transform: scale(1.01);}
.products li.product:hover img.secondary-image { opacity:1; }
ul.products li.product .price {     font-size: 14px; }

ul.products li.product .price, ul.products li.product .price span {    margin-bottom: 1rem;  color:var(--price-color);
  font-weight: 600;   letter-spacing: normal;     }

span.woocommerce-Price-amount.amount, span.woocommerce-Price-currencySymbol ,.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-Price-amount, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .woocommerce-Price-amount{    font-weight: 500; font-size:15px; color:var(--price-color);    }

.archive h1.page-title,  .breadcrumb-area:before, .woocommerce div.product div.images a.woocommerce-product-gallery__trigger, .woocommerce ul.products::before, .woocommerce-cart #site-content .entry-header, .woocommerce-page .entry-header,.woocommerce-tabs ul.tabs.wc-tabs  , .woocommerce ul.products::after, .woocommerce-page ul.products::after , .product p.wc-gzd-additional-info ,.woocommerce-cart .shipping-calculator-button  ,  .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads , .wpml-ls-statics-footer ,.otgs-development-site-front-end , a.reset_variations,.woocommerce-shipping-destination, p.product-disclaimer-before-related, .woocommerce-page .col2-set::before ,.content-area nav.woocommerce-breadcrumb,span.tinvwl_add_to_wishlist-text,.single-product div.product .product_meta .sku_wrapper,.woocommerce .col2-set::after, .woocommerce-page .col2-set::after,.woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce-page ul.products::after, .woocommerce-page ul.products::before,.woocommerce-tabs ul,.woocommerce-cart table.cart td.actions .coupon, .quick-cart a.added_to_cart.wc-forward,.woocommerce-page .cart-collaterals::before{   display: none;  }

div#tab-additional_information  ,span.woo-selected-variation-item-name,.woocommerce-product-gallery__trigger {  display:none !important;} 

ul.products li.product .added_to_cart,ul.products-slide li.product .added_to_cart {    bottom: 0;  left: 0;  right: 0;
	top: 0;  display: block;  margin: auto;  width: fit-content;  background:var(--btn-bg-hover);  height: 36px;  border-radius: 5px; 
  font-weight: 600;  color: #fff;  font-size: 14px;  padding: 7.5px 9px;     line-height: normal; display:none;}



.woocommerce-info {    font-size: 15px;border-color: #000; }
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {   font-size: 13px;  color: #191919;    font-weight: 500; }
.woocommerce-error a ,.woocommerce-checkout ul.woocommerce-error li{ color:#a90707}
.woocommerce-error a.button, .woocommerce-info a.button, .woocommerce-message a.button {  background: var(--ink); 	color: #fff; }

.woocommerce-error {  font-size: 14px;  line-height: normal;  border-top: 4px solid #f00; }
.woocommerce-checkout ul.woocommerce-error li {margin-bottom: 0;line-height: normal;padding: 0 12px;}
.woocommerce-checkout #order_review {  padding-bottom: 40px; padding-top:20px;}

span.out-of-stock-button {    line-height: normal;    font-size: 15px;    background: #8d1616;    border-radius: 5px;
    color: #fff;    padding: 5px 10px;  }

/* Shop page */
 

.woocommerce .content-area, .logged-in.woocommerce-account #site-content .woocommerce {    max-width:85%;    padding: 30px 0 2vw;    margin: 0 auto 0;   border-radius:10px;  }
.pro-layout {    margin-right: auto;}
.pr-filter button {
    padding: 9px;
    border-radius: 4px;
    background:transparent;
    border: 0;
    margin: 0 2px;
}
.pr-filter button img {    max-width: 20px;}
.pr-filter button:hover{transform: scale(0.9);}
.shop-page-row {     margin-top:40px;      align-items: flex-start;     margin-bottom: 40px;    display: flex;
    justify-content: space-around; }
.shop-page-row .col-md-3 {width: 20%;          padding:0;    border-radius: 3px;      position: sticky;    top: 160px;   }
.left-cats {    background: #fff;  }
.shop-page-row  .col-md-9{     position: relative;     width:80%;       padding-left: 20px;}

.category-description {    background: #f6f7fa;    padding: 35px;    border-radius: 10px;    margin-bottom: 20px;}
.category-description h3,.category-description h2 {    font-size: 22px;    margin-top: 0;    line-height: normal; margin-bottom: 20px;}
.category-description p {    color: var(--muted);    font-size: 14px;}
 h1.main-heading.main-heading-shop {     color: var(--dark);    font-size: 19px;    display: none;}
.pr-filter {  width: 100%;    float: left;
    width: 100%;
    margin-bottom: 25px;
    display: flex;
   
    align-items: center; 
    padding: 9px;
    border-radius: 9px;
    flex-wrap: wrap; }
.woocommerce p.woocommerce-result-count {    font-weight: 500;    margin-bottom: 0;    padding-bottom: 0;    font-size: 12px;
    color: #444;    font-weight: 500;    padding: 10px;       order: 2;    margin-right: 0;     }
.shop-page-row .col-md-3 h3 {
    font-size: 15px;
    padding:   0;
    padding-bottom: 10px;
    margin-bottom: 10px; 
    color:var(--ink);
    font-weight: 700;    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);    text-transform: uppercase;
    letter-spacing: normal;
}
.shop-page-row .col-md-3   .main-heading{     font-size: 17px;    }
.woo-view-toggle {    float: right;    margin-bottom: 0;     order: 1;    margin-left: 0;     margin-right: auto;  }
.woo-view-toggle button {     border: 0;    background: #191919;    color: #fff;  }
.woo-view-toggle button.active {    background-color: #acc84c;    color: #fff;      border: 0;  }
.woocommerce-ordering {      border-radius: 100px;
        order: 1;      margin-right: 0;    margin-bottom: 0;   }  

form.woocommerce-ordering select{     padding: 0;    border: 0;    width: 100%;    background: transparent;    font-size: 13px;
    margin-left: auto;    margin-right: 0;    border-radius: 1px;    padding: 4px;        border: solid 2px var(--ink-2); }

 
.archive .content-area   ul.products {  align-items: flex-start;  }
ul.product-categories {     margin-left: 0;   }
ul.product-categories  li {    padding: 4px 0;    line-height: normal;position: relative;   margin-top: 0; }
ul.product-categories li ul.children {
    display: none;
}
ul.product-categories li a {   color: var(--body);   margin: 0;     font-weight: 400;    transition: 0.3s;
           line-height: normal;      display: block;    padding: 3px;     font-size: 14px;      padding-left: 0;
    }
/*
ul.product-categories li a:before{   content: "\f0c8";    font-family: "Font Awesome 5 Free";   font-size: 15px;  margin-right: 7px; }
ul.product-categories li.current-cat  a:before{	content:"\f14a"; } */
ul.product-categories li span.count {
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 10px;
    right: 40px;    color: var(--muted);font-weight: 600;
} 
ul.product-categories li a:hover, ul.product-categories li.current-cat a  {    color:var(--dark);    }
ul.product-categories .cat-parent .toggle {    position: absolute;    right: 0px;  }

ul.product-categories span.toggle-btn {      width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 12px;
    display: inline-block;
    transition: 0.3s;
    background: #f1f5f9;
    border-radius: 5px;
    text-align: center;
    line-height: 19px;    cursor: pointer; }

ul.product-categories .fa-plus-square:after {    content: '+';    color: #fff;    text-align: center;    line-height: normal;
	transition:0.3s  }

ul.product-categories .fa {  color: #292929;    display: block;    text-align: center;}

ul.product-categories .fa-minus-square:after {  content: '-';    color: #fff;    text-align: center;    line-height: normal;
   transition:0.3s }

.cat-parent.current-cat-parent.open .fa:after {content: '-'; color: #fff;    text-align: center;    line-height: normal; }
li#woocommerce_product_categories-5 {    display: none;  }
ul.product-categories li:last-child {    border: 0;  }
li#woocommerce_brand_nav-2 select {    width: 100%;    padding: 10px;    font-size: 15px;    border-radius: 0;    overflow: hidden;  }
.quantity input[type="number"] {  -moz-appearance: textfield;	 -webkit-appearance: textfield;	 -ms-appearance: textfield;}
.product-cats-page { 
  align-items: flex-start;
}
.highcat-left {
  background-color:var(--dark);
  color: #d2ffe4;
  width: 25%;
  padding: 20px;
}.highcat-left h1 {
  color: #fff;
}
.highcat-right {
  width: 72%;
}.sub-cateallshow-mian {
  background: var(--cream);
  padding: 20px;    box-shadow: 0 1px 4px rgb(0 0 0 / 13%);
}

span.sub-cateallshow-mian-span {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 14px;
    display: block;
}
body.archive.woocommerce ul.products.layout-1 {     grid-template-columns: repeat(1, 1fr);}
body.archive.woocommerce ul.products.layout-1 li.product {width: 100%;min-height: auto;border-bottom: solid 1px rgb(145 158 171 / 15%);    flex-direction: row;}

body.archive.woocommerce ul.products.layout-1 li.product > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    float: left;    width: 27%;}
.layout-1 .product-loop-content {    width: 73%;    float: right;}
.layout-1 .product-loop-content  .pro-dec { display:block; margin-bottom:10px;}
body.archive.woocommerce ul.products.layout-1 li.product img {      height: auto;
    width: auto;
    max-width: 70%;
    MARGIN: AUTO;
    RIGHT: 0;}

body.archive.woocommerce ul.products.layout-1 li.product a div.wc-img-wrapper {     border-bottom: 0;  height: 180px;}
ul.products.layout-1 li.product .added_to_cart {    margin: 0;}

body.archive.woocommerce ul.products.layout-1  li.product a.button{position:static;transform: translateY(0); width:auto;}

/* New code */
.custom-cart-message {
    position: fixed;
    background:var(--ink);
    right: 30px;
    bottom: 19px;
    z-index: 60;
    border-radius: 5px;
    width: 17%;
    padding: 18px;    transform: translateX(120%);
    transition: 0.2s linear;
}
.custom-cart-message p {    color: #fff;}
.custom-cart-message button.opnecart {
    padding: 0;
    font-size: 13px;
    min-height: auto;
    border-bottom: solid  1px #fff;
    border-radius: 0;
    font-weight: 500;
    text-transform: capitalize;
        padding-bottom: 3px;
    background: transparent !important;
}
button.clsoecart {    position: absolute;
    right: 0;
    top: 0; background:transparent;padding:5px;
}
span.pro-titls { 
    width: 90%;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
.custom-cart-message.add-on {    transform: translateX(0);} 
  
.shop-loader.loader {width: 50px;    bottom: auto;    top: 21%; }
.shop-loader.loader.active {    visibility: visible;    opacity: 1;    z-index: 10;}
.loading2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fcfcfcba;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 2;
}
body.archive.woocommerce ul.products {   grid-template-columns: repeat(4, 1fr);  }

body.archive.woocommerce ul.products li.product {  transition-duration: .3s; text-align:left;     width:100%;    padding: 12px !important;     margin: 0; display: flex;
    justify-content: space-between; }
body.archive.woocommerce  ul.products li.product .woocommerce-loop-product__link,.product-loop-content { width:100%; }
body.archive .wc-img-wrapper {   align-items: flex-start;       border-radius: 0; }
body.archive li.product .wc-img-wrapper img {     position: absolute;    top: 0;    left: 0;     bottom: 0;    margin: auto;    width: 100%;   height: 100%;background: #fff;}
img.secondary-image {    position: absolute;    top: 0;    opacity: 0;}
  
h6.product_category_title {     font-family: var(--font);   font-size: 12px;      color: #999;    display: inline-block;       color: var(--dark);} 
h6.product_category_title span:last-child {    font-weight: 600;    color: #acc84c;  }
body.archive ul.products li.product .price,body.archive ul.products li.product .price span {  text-align:left;font-size:15px;  }
.price_label {    font-size: 14px;    color: #525252;  }
ul.products li.product .price ins {    font-size: 30px;}

ul.products li.product .price ins  span.woocommerce-Price-amount.amount {
    font-size: 17px;
    letter-spacing: normal;
    font-weight: 700;
}

ul.products li.product .price del  span.woocommerce-Price-amount.amount {    font-size: 14px;    color: #666;}
ul.products li.product .price del   span.woocommerce-Price-currencySymbol {    color: #666;}
.archive h6.product_category_title {      font-size: 11px;}
body.archive .pro-dec{    margin-bottom: 15px;display:block;}
body.archive .pro-dec p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 18px;
    font-style: unset;    font-size: 12px;    color: var(--muted);
}
/* List view  
body.archive.woocommerce ul.products.layout-1 { grid-template-columns: repeat(1, 1fr);}
body.archive.woocommerce ul.products.layout-1 h2.woocommerce-loop-product__title { min-height: auto;}
.product-loop-content  .pro-dec { }
.pro-dec p {
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
}
body.archive.woocommerce ul.products.layout-1 li.product {width: 100%;min-height: auto;border-bottom: solid 1px rgb(145 158 171 / 15%);}

body.archive.woocommerce ul.products.layout-1 li.product > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    float: left;    width: 27%;}
.layout-1 .product-loop-content {    width: 73%;    float: right;}
.layout-1 .product-loop-content  .pro-dec { display:block; margin-bottom:10px;}
body.archive.woocommerce ul.products.layout-1 li.product img {    height: auto;    width: auto; }

body.archive.woocommerce ul.products.layout-1 li.product a div.wc-img-wrapper {     border-bottom: 0;  height: 320px;}
ul.products.layout-1 li.product .added_to_cart {    margin: 0;}

body.archive.woocommerce ul.products.layout-1  li.product a.button{position:static;transform: translateY(0);}
 h1.main-heading.main-heading-shop { 
    color: var(--terracotta);
    font-size: 24px;
}
*/

button.quick-view-btn,.add-to-wishlist {
    background: #ffffff;
    border: 0;
    right: 10px;
    top: 10px;
    bottom: auto;
    border-radius: 100px;
    padding: 0;
    height: auto;
    min-height: auto;
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    box-shadow: 0 3px 5px #55555547;    transform: translateX(150%);
}

button.quick-view-btn  i ,.add-to-wishlist  i{
    color: #000;    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
       top: 13px;
     
}
.add-to-wishlist {
  top: 60px;
  transition-delay: 0.2s;
}
button.quick-view-btn.active i{ opacity:0;} 
button.quick-view-btn.active .loader{ opacity:1; visibility: visible;} 
.products li.product:hover button.quick-view-btn ,.products li.product:hover button.add-to-wishlist {  transform: translateX(0); }
/* Quuck view */
#quick-view-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(252 252 252 / 68%); */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50;
    background: rgba(0, 0, 0, 0.15);
}
.qv-inner {
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    max-width: 920px;
    border: solid 1px #00000021;
    min-height: 65vh;    position: relative;
}

.qv-content-left {    width: 34%;}
.qv-content-right {      width: 61%;
    border: solid 1px #ececec;
    padding: 20px;}
.qv-content-right .description {
    width: 90%;
    position: relative;
    
    border-bottom: solid 1px #ececec;
    padding-bottom: 20px;text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.qv-content-right  ul li {
    list-style: none;position: relative;
  padding-left: 20px;
}
.qv-content-right .description li::before {
content: "\f00c" !important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    font-family: "Font Awesome 6 Free";
}
.qv-content-right .description strong {
  font-weight: 500;
  color: #0b0b0b;
}
.qv-content-left .woocommerce-product-gallery {    opacity: 1 !important; margin-bottom: 0;}
.qv-content.disp-flex {     min-height: 560px;   align-items: stretch;}
button.qv-close {
    float: right;
    background: #30393b;
    border: 0;
    padding: 0 10px 7px;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    line-height: normal;
    position: absolute;
    right: 10px;
    top: 10px;
}
 .qv-body .main-heading {
    font-size: 20px;   
}
.qv-content-left .image ,.qv-content-left .image img{     object-fit: cover; }
p.description {
    font-size: 14px;
    color: #565656;
    font-weight: 100;    letter-spacing: normal;
}

.qv-total.disp-flex {
    justify-content: flex-start;
    font-size: 14px;
    column-gap: 10px;    margin-top: 10px;    margin-bottom: 20px;
}
.woocommerce-variation-add-to-cart {     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}

.woocommerce-variation-add-to-cart button.single_add_to_cart_button.button {
    /* float: right; */
    width: 52%;
    background: #000;
    border-color: #000;
}


.price-filter  input {
    width: 48%;
    border-radius: 0;
    font-size: 13px;
}

.price-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
    column-gap: 8px;    width: 90%;
}
.cat-filters {
    margin: 20px 0;
    border-top: solid 1px rgba(145, 158, 171, .24);
}
.cat-filters label {
    font-size: 13px;
    color: #021523;
}

.filter-group {
    display: flex;
    flex-wrap: wrap;
    row-gap: 5px;    margin: 17px 0;
    column-gap: 15px;
}
.filter-group input {
    margin-left: 0;
    margin-right: 5px;
    vertical-align: text-top;
}
.filter-group label:first-child {
    width: 100%;
}
.woocommerce-notices-wrapper {
    width: 100%;
}.woocommerce-notices-wrapper {}

 
.quick-cart {
    display: flex;
    flex-wrap: wrap;
    row-gap: 9px;
    align-items: center;     
    padding: 20px;
}

.quick-cart .quantity {    display: flex;    width: 31%;}
.quick-cart .quantity button {    }
.quick-cart .quantity input {    padding: 10.5px;}


/* variations */
a.reset_variations {
 
    position: absolute;
    right: 0;
    font-size: 14px;
}
table.variations {
    margin-top: 7px;    margin-bottom: 0;
}
table.variations, table.variations th, table.variations td {
    border: 0; padding:0;
}.variations tr {
    display: flex;
    justify-content: flex-start;
    align-items: center;    margin: 8px 0;
}
.variations_form.cart td span {
    font-size: 14px;
}
.variations_form.cart td li.variable-item { 
    box-shadow: 0 0 1px rgba(156, 156, 156) !important;
}
 
.variations_form.cart td li.variable-item.selected {
    box-shadow: 0 0px 0 1px #00000080 !important;
}
/* Single */
 
.woocommerce-product-gallery__wrapper  {     pointer-events: none;} 
.woocommerce-product-gallery__image {
    margin-top: 20px;    padding-left: 6%;
}
.woocommerce-product-gallery img ,.woocommerce-product-gallery .woocommerce-product-gallery__image a img{    margin: auto;      width: 100%;  max-width: 300px;    margin-left: auto;
    margin-right: 0; }
.product-disclaimer {  margin-bottom:10px;  }
 .single-product div.product .onsale {    }  
.single-product .pro-info { margin-top: 10px;}
.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 19%; 
    margin-right: 5px;
}

.woocommerce-page div.product div.images {     text-align: center;     max-width: 100%;       min-height: 440px;}
.flex-viewport {   }
 
.woocommerce-product-gallery img { margin: auto; border-radius:4px; }
.woocommerce-product-gallery--columns-4 ol li img.flex-active {     }
.woocommerce-product-gallery .flex-control-thumbs img {
    
    border: solid 1px #efefef;
    padding: 4px;border-radius:4px;
}
.woocommerce-product-gallery--columns-4 ol {
    margin-left: 0;
    margin-bottom: 0;
    text-align: left;  
        padding: 0 0 5px;    width:20%;position: absolute;
    top: 0;    background: #fff;
    left: 0;
   
}
div.woocommerce-product-gallery--columns-4 ol.flex-control-nav li {
    margin-bottom: 0;
    float: none;
      display: block; border-radius:4px;    width: 100%;
    margin: 0;
    margin-bottom: 15px;
}


.single-product div.product .product_meta {     padding-top: 0;}
.single-product div.product .product_meta, .single-product div.product .product_meta a {   color: #656565;    font-weight:400; 
	font-size: 14px; }
span.posted_in {   font-weight: 600;    font-size: 15px;     }
.single-product div.product .product_meta a {     border-bottom: 0;
    display: inline-block;
    background: var(--muted);
    border-radius: var(--pill);
    color: var(--white);
    font-size: 12px;
    padding: 4px 10px;
    vertical-align: middle;}
.single-product div.product .product_meta a:hover { border-bottom:solid 1px}
.woocommerce-product-details__short-description p {     color: var(--muted);  font-size: 14px;  line-height: 24px;     font-weight: lighter; }
.woocommerce-product-details__short-description  li {
    list-style: disc;
    list-style-position: inside;    font-size: 15px;
    color: var(--ink);
}.woocommerce-product-details__short-description ul {
    margin-top: 10px;
}
.single-product form.cart .quantity ,li.product .quantity {  display: flex;   margin-bottom: 20px;  }
.single-product form.cart  .stock.in-stock {  margin: 14px 0; }
.out-of-stock { padding: 10px 0;  font-weight: 600;  font-size: 15px;color: #e8272b;  }
.archive  .out-of-stock  {     font-size: 13px; }
.single-product .out-of-stock {
    background: transparent;
    display: inline-block;
    color: var(--dark);
    border-radius: var(--pill);
    line-height: normal;
    padding: 2px 10px;
    font-size: 13px;
    border: solid 1px var(--dark);
}
 .single_variation_wrap {    margin-top: 20px;}
table.variations label {  margin: 0; font-size:14px;    min-width: 100px;}
.variations_form.cart th {        }
.variations_form.cart td {    }
table.variations select {  border: solid 1px #ccc;  font-size: 14px;  background: #fff;  border: 0;  }
 
li.product .quantity {  align-content: center;  justify-content: center;  margin-bottom: 13px;  }
li.product .quantity button {   height: auto;  padding: 0 10px;height: 35px;  }
li.product .quantity input {  height: 35px; }
.single-product  .summary  .instock {  font-size: 13px;    display: inline-block;      color: #1a9f57;    font-weight: 500;   }
.single-product  .summary  .instock  i { margin-right: 4px;}


.single-product .summary p.price {     margin-bottom: 0;}
.single-product .summary p.price del{     display: block;}
.single-product  .summary  .cart { margin-top:3.5rem;}
.single-product form.cart .quantity {  margin: 0 0 0 0;   border: 1px solid rgb(221, 221, 221);    border-radius: 5px;
    width:21%;     text-align: center;    justify-content: space-between;     overflow: hidden; }

.woocommerce div.product form.cart div.quantity button { border: 0; background: #fff; color: #191919;padding: 7px 10px; font-weight: 600; font-size: 23px; }

.pro-info.disp-flex {
    column-gap: 12px;    justify-content: flex-start;
}


.single-product form.cart input[type=number] {   border: 0;width: 100%;background: transparent; } 
body.single-product .product .product_title.entry-title , body.single-product .product .pro-name{     font-size: 40px;
    font-weight: 400;    color: var(--ink);    margin-bottom: 15px;
    line-height: normal;
} }

.single-product p.cannot-deliver-text {
    background: var(--price-color);
    color: #fff;
    display: inline-block;
    border-radius: 100px;
    font-size: 14px;
    padding: 7px 20px;
    margin-bottom: 10px;
}
.woocommerce-product-details__short-description {       padding-top: 14px; }
.woocommerce-product-details__short-description p {     max-width: 80%;}
.single-product.woocommerce .product .summary {  margin-bottom: 40px;       padding: 0;    border-radius: 9px; }
.single-product.woocommerce .product .summary img.alignnone {    margin: 10px 0;}
.single-product .summary .cart {
    margin-top: 2.5rem;
    background: #fff;
    padding: 0;
    border-radius: 10px;
} 
.single-product .summary p.price span { font-size:18px;    font-weight: 600;  color: var(--ink-2);   vertical-align: bottom;}

p.sku {
    font-size: 14px;
    color: var(--muted);
    margin: 5px 0;
}
p.sku span {
    font-weight: 500;
    color: var(--ink);
    min-width: 110px;
    display: inline-block;
    font-size: 13px;
}
p.woope-notice {
    display: none;
}

.product-expiry {
    border-top: 1px solid var(--line);
    padding: 20px 0;
    margin-top: 20px;
}




.woocommerce-tabs {
    padding-top: 20px; 
    border-top: solid 1px #f1f1f5;
}






div#tab-description {  text-align: left;    padding: 0;    border-radius: 5px;    max-width: 100%;    width: 100%; }
.woocommerce-tabs #tab-description > h2 {      padding-bottom: 9px; position:relative; 	 }

.woocommerce-tabs #tab-description > h2:after {    content: '';    width: 60px;    height: 3px;    background: var(--dark);  
	display: inline-block;    position: absolute;    bottom: 0;    left: 0;       margin: auto; }
.woocommerce-tabs article {     max-width: 100% !important;    margin: 0;}
div#tab-description h4, div#tab-description h3 {    max-width: 100%;    font-size: 23px;    margin-bottom: 15px;  }

.woocommerce-tabs #tab-description p , .woocommerce-tabs #tab-description li, .woocommerce-tabs ul li {    color: #424242;    letter-spacing: normal; 	margin-bottom: 10px;  }

div#tab-description ul, div#tab-description ol {    PADDING-LEFT: 20PX;    margin-bottom: 20px;    padding-top: 10px;     margin-left: 0;
    width: auto;
    max-width: 100%; }

div#tab-description ul li ,.woocommerce-tabs #tab-description li {    line-height: normal;    font-size: 14px;    font-style: italic;
    letter-spacing: normal;    margin: 1px 1px;    list-style: disc;   color: #424242;font-weight: 400;  }

div#tab-description hr {  display:none;  }
 .woocommerce-tabs ul li {
    font-size: 14px;
    margin: 0;
    line-height: normal;
    list-style: disc;
    list-style-position: inside;  color: #1a1a1a; font-weight: 400;
}
 .woocommerce-tabs  p{  color: #424242;font-weight: 400; }
.woocommerce-tabs ul {    margin: 20px 0;    list-style: devanagari;}

.wishlist-box button.add-to-wishlist {
    position: static;
    width: auto;
    padding: 0;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    color: #0b0b0b;
    text-transform: capitalize;
    display: flex;
    /* align-items: center; */
    transform: none;
}

.wishlist-box {
    /* display: flex; */
    margin-top: 18px;
}

.wishlist-box button.add-to-wishlist  i {
    position: static;
    margin-right: 5px;
}


.vale_cal div {
  float: right;
  margin-right: 0;    font-size: 14px;
    color: var(--muted);
}.single.single-product .vale_cal li {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.dis-text,table.candy-info {
    font-size: 14px;
    color: var(--muted);margin-top: 0;
}.woocommerce table.candy-info img {
    width: 29px !important;
   
    margin: 0 !important;
    vertical-align: middle !important;
    display: inline-block !important;
}table.candy-info td {
    font-size: 13px;
    padding: 4px 5px;
    line-height: normal;
    font-weight: 500;
}
table.candy-info td h2 {
    line-height: normal;
    font-size: inherit;
}
.woocommerce table.candy-info td:first-child img {
    /* float: left; */
    display: inline-block;
    vertical-align: middle;
}
del .woocommerce-Price-amount.amount {
  display: none;
}	
.alg_wc_product_ppq_table{
  border: 1px solid #F0386B;
	margin-bottom:12px;font-size: 14px;margin-top: 20px;
}
.alg_wc_product_ppq_table tr{
  border: 1px solid #F0386B;
}	
.alg_wc_product_ppq_table td{
  border: 1px solid #F0386B;font-size: 13px;
}
.alg_wc_product_ppq_table th{
  border: 1px solid #F0386B;
}	
.d2.sing {
  color:var(--dark);
  font-size: 18px;
}	
.vale_cal li {
  line-height: 29px;
  font-size: 16px;
  list-style-type: none;
  font-weight: 400;
  color: #000;
  display: block;
  width: 90%;
  float: left;
}	
.tab__btns {
  display: flex;
  flex-direction: row;
  align-items: center;    flex-wrap: wrap;
}

.tab__btn {
 position: relative;
flex-grow: 1;
padding: 16px;
margin: 0;
border: none;
font-size: 13px;
color: var(--ink);
border:solid 1px var(--ink);background: transparent;	
text-transform: uppercase; 
}
.tab__btn--active{  opacity: 1;}
.tab__btn:hover{  opacity: 1;}
.tab__btn span {  position: relative;  z-index: 2;
  padding: 0;
  margin: 0;
  transition: color 0.5s ease;    font-weight: 600;
    font-size: 13px;color:var(--ink);
}
.tab__btn.tab__btn--active {
  background: var(--dark);
} 
.tab__btn.tab__btn--active  span{ color:var(--white);}
.tab__btn--active::before {
  content: "";
  height: 5px;
}

.tab__items {  position: relative;}
.tab__item {  
  display: none;
  width: 100%;
  padding: 20px 0; 
  font-size: 14px; 
  line-height: 1.4em; 
  background: #fff;
  animation: fadeEffect 0.6s ease;
}

.tab__item--active {  display: block;}
#item-1 .product_title {  display: none;}
.tab__item p {     font-size: 14px;
    color: var(--muted);}
.vale_cal p { display: inline-block;}
/* Related product */

.related.products, .up-sells {    clear: both;   border-top: solid 1px #f1f1f5;   }
.related.products h2 { font-size: 25px;color:#101010;font-weight: 600;line-height: 48px;   margin-top: 0;  margin-bottom: 30px;     text-align: center; }
.related.products  form.cart .quantity { float:none;float: none;  margin-right: auto; }
.related.products li.product form.cart .button{ float: none; }
.related.products  li.product form.cart div.quantity button {  padding-top: 6px;}
.related.products  li.product .price {padding-left:0;  }
.related.products li.product  .wc-img-wrapper { }
.related.products ul.products li.product {     margin: 0 !important; }
.related  .product-loop-content {    padding: 0 ;}
section.up-sells.upsells.products h2 {
    font-size: 23px;
    margin-bottom: 20px;
}
section.up-sells ul.products li.product {
    width: 100% !important;    min-height: auto;    display: block;
}
/* Cart */

body.woocommerce-cart #site-content .woocommerce, body.woocommerce-checkout #site-content .woocommerce{  
   width: 100%;    max-width: 1336px;    padding: 2rem 0px;   }
.woocommerce-cart-form  .main-heading { font-size: 26px;
    font-weight: 700;
    margin-bottom: 25px;
    font-style: normal; }
table.shop_table.cart { margin: 0;   }
.shop_table.cart .quantity button {    padding: 5px 9px ;  }
.shop_table.cart  .quantity { width: fit-content;}

.shop_table.cart  span.woocommerce-Price-amount.amount,.shop_table.cart  span.woocommerce-Price-currencySymbol,
.woocommerce table.shop_table tbody tr, .woocommerce-page table.shop_table tbody tr,.wishlist_table .product-add-to-cart span.dateadded,
p.wc-gzd-cart-info.deposit-packaging-type,.wc-gzd-cart-info,.yith-wcwl-wishlistaddedbrowse,.yith-wcwl-wishlistaddedbrowse span,#shipping_method li label{  font-size:14px;  }

.woocommerce table thead th {  background-color: #f5f5f5; }
.product-name a ,.product-name{ font-size: 13px;  text-decoration: none;  color: #30393b;   font-weight: 600;  }
 .shop_table.cart span.woocommerce-Price-amount.amount {    font-weight: 700;}
.woocommerce-cart a.button.continue-shopping {    width: 48%;}
.woocommerce table.shop_table th,table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th { 	font-weight: 500;   font-size:14px;  }
table.shop_table.woocommerce-checkout-review-order-table tbody th ,table.shop_table.woocommerce-checkout-review-order-table tfoot th ,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th , .woocommerce-remove-coupon{ color:#363636; }
table.shop_table.woocommerce-checkout-review-order-table td:last-child,
table.shop_table.woocommerce-checkout-review-order-table th:last-child {  text-align: right; }
.woocommerce-cart .woocommerce-notices-wrapper  {  width: 100%;}
.woocommerce-cart #site-content   .entry-content,.woocommerce-checkout #site-content .entry-content {   max-width: 1336px;    margin: auto;  }
.woocommerce-cart #site-content   .woocommerce,.woocommerce-checkout #site-content .woocommerce{  width:100%;    padding-bottom: 0px; 
	margin-top: 0;  border-radius: 10px;  padding: 20px 0;float: left;  }
form.woocommerce-cart-form {  float: left;  width:100%;    margin-bottom: 15px; }
form.woocommerce-cart-form h3 {     font-weight: 600;    margin-bottom: 12px;    background: #fa87b1;    color: #fff;
    font-size: 17px;    padding: 7px 10px;    border-left: solid 5px #e8c57c;    display: inline-block;    min-width: 30%; }
tr.woocommerce-cart-form__cart-item.cart_item{           position: relative;    padding: 10px 40px;        background: #fff;    margin-bottom: 10px; } 
tr.woocommerce-cart-form__cart-item .product-thumbnail{ position: relative;}
.woocommerce-cart-form table td.product-name a {    width: 30%;}
.woocommerce-cart-form .product-remove a.remove  {   text-align: center;      left: 15px;    top: 15px;
	z-index: 2; border-radius: 0;    color: #343434;           }
.woocommerce-cart-form .product-remove a.remove:hover {      color: #cd2653 !important;background:transparent}
.woocommerce-cart-form img {     max-width: 70px;     border-radius: 5px;  }
.product-cart-row  .product-subtotal {  display: flex;  column-gap: 5px;  margin-top: 9px;  }
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {       width:100%;    float: right;
    overflow: hidden;
       margin-bottom: 0;     display: flex;
    justify-content: space-between;
    align-items: flex-start;}

.woocommerce .cart-collaterals table.shop_table{    max-width: 90%;    margin: auto;}
p.cart-total-info {margin-bottom: 20px;    border-bottom: solid 1px #f4f6f6;    padding: 20px;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {     float: right;    width: 60%;} 
.woocommerce-page .cart-collaterals .cart_totals h2 {      margin-bottom: 10px;     padding: 0 0;    font-size: 26px;    font-weight: 700;     }
.woocommerce .cart-collaterals table.shop_table tr.cart-subtotal {    border-bottom: solid 1px #ececec;    padding-bottom: 0;}
.woocommerce .cart-collaterals table.shop_table tr td {    text-align: right;}
.woocommerce .cart-collaterals table.shop_table tr.woocommerce-shipping-totals th, .woocommerce .cart-collaterals table.shop_table tr.woocommerce-shipping-totals td {
    padding: 40px 0 10px;
}
.woocommerce .cart-collaterals table.shop_table tr td, .woocommerce .cart-collaterals table.shop_table tr th {
    padding-left: 0;
    padding-right: 0;
}
#shipping_method span.woocommerce-Price-amount.amount {    display: block;}
.woocommerce-cart-form .product-remove {width: 10%; padding-left:15px; padding-right:15px;}
.cart-td {
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 10px;
    flex-direction: column;
    row-gap: 9px;
}
label.cart-label {
    margin: 0;
    font-weight: 500;
    font-size: 13px;
    min-width: 80px; 
}
.cart-td {  margin: 6px 0;}
.woocommerce-cart .quantity input.qty{ padding: 6px;    background: transparent;    max-width: 35px;}
.woocommerce-cart .woocommerce-error li {  display:block; }
.woocommerce-cart .cart-collaterals .cross-sells {    width: 34%;
    margin: 0;
    padding: 0;}
.woocommerce-cart .cart-collaterals .cross-sells  ul.products{     grid-template-columns: repeat(1, 1fr);} 
.woocommerce-cart .cart-collaterals .cross-sells  ul.products li.product{ width:100%;}
.woocommerce-cart .cart-collaterals .cross-sells  ul.products li.products  .button { width:auto;}
.wr-cart-balance {  font-size:16px;  }
.woocommerce-cart .cart-collaterals .cross-sells h2 {  font-size: 20px;     margin-bottom: 10px; }
.woocommerce-cart  .wr-cart-buttons button.button span {  font-size: 14px;  font-weight: 500;  }
.woocommerce-cart   .wr-cart-buttons button.button {  padding: 0.5em 1em;  font-size: 12px;  height: 40px;  min-height: 40px;  }
.woocommerce .cart_totals h2, .woocommerce .woocommerce-billing-fields h3, .woocommerce-page .woocommerce-order-details h2, .woocommerce-page form.woocommerce-checkout h3 {    font-size: 19px;
    margin-top: 0;
    color: var(--main-color);
    font-weight: 700;}
.woocommerce-cart #shipping_method { padding-bottom: 0; }
.woocommerce-cart  table.cart td.actions .coupon {  text-align: left;     }
input#coupon_code {    width: 100% !important;    padding: 10px;    font-size: 13px;    border-radius: 5px;    background: #f5f5f5; }
.woocommerce-page table.cart td.actions {    background: #fff;    padding: 20px 0;     text-align: left; }
 .coupon-box {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 15px;
}
.woocommerce-cart-form table td.product-name {
    padding-left: 0;    
    justify-content: space-between;
    align-items: center;    display: flex;
}
.proname-td {
    width: 22%;
}
.shop_table.cart small span.woocommerce-Price-amount.amount {
  display: block;
}
/* Checkout */

.woocommerce-form-coupon-toggle .woocommerce-info {   border: solid 1px #dedede;    background: transparent; }
.woocommerce-checkout form[name=checkout] {  padding-top: 20px;  }
.woocommerce form .form-row label {  font-weight: 600;  text-decoration: none;  text-shadow: none; font-size: 13px;  color: #212121; } 
.woocommerce form .form-row .woocommerce-input-wrapper .input-text, .woocommerce form .form-row .woocommerce-input-wrapper select{
  box-sizing: border-box;  width: 100%;  margin: 0;  outline: 0;  line-height: normal;  min-height: 40px;  padding: 9px;
    font-size: 14px;  font-weight: normal;  color: var(--ink);border: solid 1px var(--line);  background: #fff;
  border-radius: 5px;  box-shadow:none;        }
.select2-container .select2-selection { padding: 2.5px 9px; border-bottom: solid 1px #262a3224; }
.woocommerce-checkout form .col2-set p {    margin-bottom: 10px;}
.woocommerce-checkout form .form-row-third {  margin-right: 0;}
.woocommerce form.woocommerce-checkout h3#order_review_heading, .woocommerce-checkout #order_review {  
	padding-right: 20px;  padding-left: 0;    margin: 0;     font-weight: 600; }
.woocommerce-checkout form #order_review { padding:0;}
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .woocommerce-Price-amount ,.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table span{ font-size:14px;    font-weight: 500; }
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table td, .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table td, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table th {  border: 0;  font-size: 14px;
  font-weight: 400;     vertical-align: middle; }
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tfoot th {  padding-left: 0;   font-weight: 600;padding: 0; }
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total span {
    font-size: 16.50px;
    font-weight: 600;
}
.woocommerce-checkout-review-order-table td.product-name .product-quantity {min-width: 20px;    display: none; }
.woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .order-total{ font-weight:600  }
.woocommerce-form-coupon-toggle .woocommerce-info {  margin-bottom: 3px;   font-size: 14px; }
form.checkout_coupon p {    font-size: 15px;  }
.woocommerce-order-overview ,.dhl-preferred-service-content , .woocommerce-error li, .woocommerce-info,.woocommerce-message{    font-size: 15px;  }
.woocommerce-checkout button[name=apply_coupon] {  border-radius: 5px;    padding: 10px;    font-size: 14px;}
.woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select,
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection{     border-color: #9f9f9f; }
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table td:last-child {    min-width: 90px;}
body.woocommerce-checkout div.woocommerce-terms-and-conditions p{    width: 100%;    font-size: 14px;}
.woocommerce-terms-and-conditions-wrapper p {    width: 100% !important;}
.woocommerce form .form-row .input-checkbox { margin: 0; 
    width: 20px;    position: relative;
    height: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;}

input[type="checkbox"]:checked::before { left:0; margin:0;}
body.woocommerce-checkout div.woocommerce-terms-and-conditions p{ width:100%; }
/* New code */
.woocommerce-checkout   .menu-sec {    border-bottom: solid 2px #ececec;}
.woocommerce-checkout main#site-content { position:relative;    padding-top: 40px;}
.woocommerce-checkout main#site-content:after {
    content: '';
    width: 41%;
    height: 100%;
    background:var(--grey);
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px var(--grey);
}

.woocommerce-checkout form .form-row { display: block;}
 
.woocommerce-billing-fields__field-wrapper {  display: flex;    flex-wrap: wrap;    justify-content: space-between;    column-gap: 5%;  }
.woocommerce-checkout form .col2-set p ,.woocommerce form .form-row-third.first{    width: 47%;  }
.woocommerce-billing-fields h3 {     font-weight: 600;   margin-bottom: 9px;  }

.woocommerce-checkout form .col2-set p.form-row:nth-child(3), .woocommerce-checkout form .col2-set p.form-row:nth-child(4), .woocommerce-checkout form .col2-set p.form-row:nth-child(5) {  }
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table {
    margin-top: -70px;
    
}

.checkout-product-image img {    max-width:35px;}

.checkout-product-image {
      position: relative;
    border: solid 1px #fff;
    padding: 4px;
    border-radius: 5px;
    margin-right: 10px;
    box-shadow: 5px 5px 15px #fff;
    background: #fff;
}

.checkout-product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
span.checkout-qty-badge {
    background: var(--ink);
    color: #fff;
    font-size: 11px !important;
    padding: 1px 6px;
    border-radius: 100px;
    position: absolute;
    top: 0;    left: 0;
}
.checkout-product-title {    font-size: 13px;}


#shipping_method li label { line-height:normal; }
#shipping_method li { margin-bottom:0; }
#shipping_method { padding:0; }
#shipping_method  span.woocommerce-Price-amount.amount {  }
.woocommerce-checkout form #order_review, .woocommerce-checkout form #order_review_heading,
.woocommerce form.woocommerce-checkout h3#order_review_heading, .woocommerce-checkout #order_review{  max-width:100%; width:100%;   background: transparent;}

.woocommerce form .form-row label {     margin-bottom: 0;}
.woocommerce-checkout-review-order ul {    margin: 1rem 0 2rem;    padding-left: 0;}
.woocommerce-checkout-review-order-table td {   padding: 8px 0; }

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table tbody::after, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table tbody::after, .woocommerce-page form .form-row::before,.woocommerce form .form-row::after, .woocommerce-page form .form-row::after {  display:none;   }
 
/*
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table .order-total, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table .order-total {
    border-top: 1px solid #cdcdcd;  }

.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table, .woocommerce-checkout form #order_review_heading .woocommerce-checkout-review-order-table {    margin-top: 0;    border: 0;    margin-bottom: 10px;  }
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead {  }
.woocommerce-checkout form #order_review .woocommerce-checkout-review-order-table thead th {
    border-bottom: solid 1px #f1f1f5;
    padding: 20px 0;
    font-size: 20px;    background: transparent;
}
.woocommerce-checkout-review-order #payment #place_order {
    padding: 16px 20px;
    border-radius: 5px;
    font-weight: 600;
    float: left;
    background: #0f172b;
    border-color: #0f172b;    width: auto;
}
.woocommerce-checkout-review-order #payment #place_order:hover {    background:transparent; color:#0f172b ;border-color:#0f172b;}
*/
/*
.payment-secure-box {
    clear: both;
    background: #fff;
    padding: 20px 0;
}

.payment-secure-box li {
    column-gap: 10px;
    display: flex;
}

.payment-secure-box li  h6 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 8px;
}

.payment-secure-box li p {
    font-size: 13px;
}

.payment-secure-box ul {
    background: #f2f8f3;
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;border-radius: 10px; 
}*/




/* Order received */ 
.woocommerce-order-received main#site-content:after { display:none;}
p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {  text-align: center;    margin-bottom: 40px;
    padding-bottom: 10px;    font-weight: 600;    font-size: 17px;    background: var(--ink);    line-height: normal;
    padding: 8px 0;    color: #fff; }


ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {    display: flex;    flex-wrap: wrap;
    justify-content: space-between;row-gap: 10px;    }

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li { background: #f5f5f5;    width: 24%;
    padding: 10px;    border-radius: 5px;    margin: 0;  }

.woocommerce-order-received .woocommerce-order li {     margin-left: 0;   width: 24%;    vertical-align: top;    display: inline-block; 
	font-size: 15px; }

.woocommerce-order-received .woocommerce-order li strong {    display: block;    color: #282828;  } 

.woocommerce-order-received  section.woocommerce-order-details,.woocommerce-MyAccount-content section.woocommerce-order-details {
    max-width: 100%;  }

.woocommerce-order-received .woocommerce-order ul.wc-item-meta li {   display: block;    float: none;   width: auto;  }
.woocommerce-order-received .woocommerce-order ul.wc-item-meta li strong {    font-weight: 600;}
.woocommerce-customer-details h2 {  font-size: 21px;  margin-top: 0;  }
.woocommerce-customer-details address {  font-size: 14px;  font-weight: normal;  color: #333;  }

.woocommerce-order-received table td, .woocommerce-order-received table th, .woocommerce-order-received table tr {  border: 0; 
	font-size: 14px;  }

.woocommerce-order-received section.woocommerce-order-details {      float: left;       background: #f1f1f1;
    padding: 20px;    margin-top: 20px;    margin-bottom: 20px;}
.woocommerce-order-received section.woocommerce-customer-details {
    float: left;
    width: 100%;
    border: solid 1px #f1f5f9;
    padding: 20px;
    border-radius: 5px;margin-bottom: 20px;
}
.woocommerce-order-received .woocommerce-order  .woocommerce-column__title {
  font-size: 23px;
  display: block;
  margin:  0;clear: both;
}
.woocommerce-order-received table tr {    height: auto;}
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {   margin: 10px 0; }
 table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th {      background: #282828;    color: #fff; }
section.woocommerce-bacs-bank-details h2 {
    font-size: 31px;
}

section.woocommerce-bacs-bank-details h3 {
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 15px;
}
/* My account */
 
.woocommerce-account .woocommerce-error li {       display: block;     } 

#customer_login ,form.woocommerce-ResetPassword.lost_reset_password {    width: 100%;  max-width: 95%;    margin: auto;
     padding:0 50px;    background: #fff; }

#customer_login {       padding:0}

/*#customer_login:after {    content: '';    width: 1px;    height: 100%;    position: absolute;    left: 49.8%;    background: #dedede; } */
div#customer_login input {  padding:9px; }
#customer_login button[type="submit"] {     width: auto;   margin-top: 10px; }

.form-row.validate-required input{  width:100%;}
#customer_login input[type="checkbox"],#customer_login input[type="radio"] {  padding:0;}
form.woocommerce-form.woocommerce-form-register.register {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;margin-bottom: 30px;
}
#customer_login .col-1,#customer_login .col-2 {       padding: 0;    border-radius: 10px; }
.account-btns.disp-flex {    border-top: solid 1px #ededed;        padding: 20px 0 0;   margin-top: 30px;  }

.woocommerce-account form .form-row {   display: block; }
.woocommerce-account p.form-row.form-row-first,.woocommerce-account p.form-row.form-row-last {    width: 48%;}
p.form-row.form-row-wide { width:100%;} 
button.regist-openform,button.login-openform {  height: auto;  border: 0;  padding: 0;  color: #282828;    background: transparent;
    text-transform: capitalize;   font-size: 15px;   font-weight:500  }
 
.woocommerce form.woocommerce-form-login input[type="checkbox"] {    height: 16px;    width: 5px;    border: solid 1px #242424; 
    min-height: auto;    padding: 0;  }

.logged-in.woocommerce-account #site-content .woocommerce {   padding: 2vw; flex-direction: column;}
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation,p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {width: 100%;  }

.woocommerce-account nav.woocommerce-MyAccount-navigation ul {  background-color: #fff;  border: 1px solid #e5e5e5;  padding: 0;
  list-style: none;  margin: 0;   padding: 10px 0;  display: flex;  align-content: center;  justify-content: center; column-gap: 15px;}

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

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {  padding: 10px;  text-decoration: none;  font-size: 15px;
	display: block;    font-weight: 500;    color: #212121;border-radius:5px; }

.woocommerce-account  nav.woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce-account  .woocommerce-MyAccount-navigation ul li a:hover,.woocommerce-account  .woocommerce-MyAccount-navigation ul li a:focus {  background: #f2f2f2;    color: #000; border-left: 0;
	text-decoration:none !important; }

.woocommerce-account .woocommerce-MyAccount-content {   padding: 10px;  background-color: #fbfbfb; width:100%;  }

.woocommerce-account .woocommerce-MyAccount-content  a {  border: 0; }
 
.woocommerce-account .woocommerce-MyAccount-content address {  font-size: 14px;  font-weight: 500;  color: #444;  }

.woocommerce-account #site-content .woocommerce { padding: 30px 0;margin:2vw  auto 40px;width: 100%;   border-radius:10px;  	max-width: 1336px; }

.woocommerce-account #site-content h2 {margin-top: 0;font-size: 25px;font-weight: 700;color:var(--main-color);margin-bottom: 16px;   }

.logged-in.woocommerce-account #site-content h2 {margin: 20px 0 10px;text-align: left;   }
.woocommerce-terms-and-conditions-wrapper {  margin-bottom: 0;  }

.woocommerce-account .woocommerce-MyAccount-content p ,.wc-block-components-notice-banner{ font-size:15px; }
.woocommerce-account table.account-orders-table .button,.checkout_coupon.woocommerce-form-coupon p  {  color:#2e2e2e;  }

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {  background-color: #2e2e2e !important;   color: #fff;  }
span.select2-container--default .select2-selection--single .select2-selection__arrow {  height:100%}
.woocommerce-error a:hover, .woocommerce-info a:hover, .woocommerce-message a:hover {  color: #2e2e2e;  }
.woocommerce-checkout form #order_review_heading {  margin-top: 4rem;    padding-top: 20px;  }
.woocommerce-error, .woocommerce-info, .woocommerce-message {      font-size: 15px;
    background: #f4f6f6;
    border: solid 1px #30393b;}
.woocommerce-product-attributes.shop_attributes th {   font-weight: 500;  }
.single-product .woocommerce-Tabs-panel--additional_information table td {  font-size:14px;}

.woocommerce-pagination ul.page-numbers a { color:#2e2e2e }

.woocommerce-account .woocommerce-MyAccount-content h3{    margin-top: 20px;    font-size: 26px;  }
.woocommerce-account table.account-orders-table .button {       padding: 10px;
    width: auto;font-size: 13px;
    font-weight: 400;}
.woocommerce-account table.account-orders-table th, .woocommerce-account table.account-orders-table td { font-size: 14px;    background: transparent;  }

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-ord er-received {  text-align: center;  background: #4b3b3b;
  color: #fff;  padding: 10px;  font-weight: 600;  margin-bottom: 20px; }  

form#yith-wcwl-form {    width: 100%;    max-width: 92%;    margin-top: 15px;  }
form#yith-wcwl-form .login-pro {      position: static;}

table.woocommerce-checkout-review-order-table tr.wc-gzd-cart-item-has-thumbnail .wc-gzd-cart-item-name-wrapper {
    align-items: center;    display: flex;    font-size: 13px;    line-height: 20px;    }
 
.woocommerce-tabs .panel h2:first-of-type {	font-size: 2rem;} 
 
table.wishlist_table tbody td .quantity { display: flex; margin: auto; align-content: center; justify-content: center; margin: 10px 0; }

/*single page*/
 
.woocommerce-tabs #tab-reviews .woocommerce-Reviews { clear:both;}
.product-extra-info {  border-top: solid 1px #ededed;   margin-top: 30px;   padding-top: 12px;     }
.product-extra-info h4 {    font-weight: 600;    font-size: 22px;  }

.product-extra-info ul {     padding: 12px 0px;    margin-bottom: 10px;    display: flex;    flex-wrap: wrap;
	justify-content: space-between;    column-gap: 15px; }
 
.product-extra-info li {       font-size: 14px;       width: 100%; 
	border-bottom: solid 1px #0000002e;    padding: 19px 0; }
.product-extra-info li:last-child  {    border: 0;}
.product-extra-info li h6 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600; 
    padding: 10px 0;
  
}
.product-extra-info li span{       color: var(--main-color);	font-weight:600;display:block;    font-size: 15px;  }
.product-extra-info li p {         font-weight: 400;    display: block;    font-size: 14px;  
	line-height: normal;  }
ul.products li.product .tinvwl_add_to_wishlist_button {    margin-top: 0;} 
a.button.direct-checkout-button{    background: transparent;    color: #cb0001;    width: 94%;    padding: 14px 0;    margin-top: 15px; }
 
 
/* Reset Page CSS Start */

form.lost_reset_password {  display: flex;  flex-direction: column;   align-items: flex-start;  gap:10px;  padding-bottom: 0 !important;  }
.lost_reset_password .clear {  display: none;  }

/* Reset Page CSS END */

.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text { border-color: #cd2653;    border-width: 1px;}
 
.tinv-wraper.tinv-wishlist {
    text-align: left;
    position: absolute;
    top: 30px;
    right: 30px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 10px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before { margin:0;}
  

/* New code */
.woocommerce-checkout form .col2-set {
    padding: 0;
    width: 100%;
}
.woocommerce-checkout  .woocommerce-form-coupon-toggle,.woocommerce-checkout  ul.woocommerce-error  ,.woocommerce-checkout  .checkout_coupon.woocommerce-form-coupon{
    width: 60%;
}
.woocommerce-checkout form .col2-set .col-1 {    float: left;    margin-bottom: 30px;    width: 60%;}
.woocommerce-checkout form #order_review {
    float: right;
    width:35%;    
    z-index: 2;
    position: relative;
}


div#payment,.woocommerce-myparcel__delivery-options {
      clear: both;
    width: 55%;
    padding: 10;
    border: solid 1px #d8d8d8;
    padding: 20px;    float: left;
}
div#payment h3 {    margin-bottom: 20px;}
.woocommerce-checkout form #order_review div#order_review {    width: 100%;}
.woocommerce-checkout  .wc_payment_method .payment_box p {    font-size: 13px;      width: 100%;}



ul.wc_payment_methods  li {
    background: #ececec;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
}

ul.wc_payment_methods li .payment_box {
    padding: 0;
    padding-left: 35px;
    font-size: 14px;
}

.wc_payment_method input.input-radio[name=payment_method]+label {
    font-weight: 700;
    font-size: 15px;    margin-bottom: 1px;
    color: #30393b;
  
}
table.myparcel-delivery-options__table, table.myparcel-delivery-options__table td, table.myparcel-delivery-options__table th {
    border: 0;
    font-size: 14px;
}
.tab__btns {    column-gap: 5px;    row-gap: 5px;    margin-top: 20px;}
.tab__btn    {font-size: 14px;    color: #fff;  }
.tab__btn span {       transition: color 0.5s ease;  }