table.cart thead th.product-name {
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.woocommerce-cart-form__cart-item .quantity .quantity-wrapper.style-rounded {
  display: inline-flex;
  align-items: center;
  border: 1px solid #626060;
  border-radius: 25px;
  overflow: hidden;
  width: 87px;
  justify-content: center;
}

/* Minus / plus buttons */
.woocommerce-cart-form__cart-item .quantity button {
  background: none;
  border: none;
  color: black;
  font-size: 16px;
  font-weight: 300;
  width: 10px;
  height: 32px;
  cursor: pointer;
  line-height: 1;
  padding: 0;
  outline: none;
}

/* Number input */
.woocommerce-cart-form__cart-item .quantity .qty {
  width: 38px;
  border: none;
  text-align: center;
  font-size: 16px;
  color: black;
  padding: 0;
  -moz-appearance: textfield;
}

.woocommerce-cart-form__cart-item .quantity .qty::-webkit-inner-spin-button,
.woocommerce-cart-form__cart-item .quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart-collaterals .cart_totals .shop_table .woocommerce-Price-amount bdi {
    font-weight: 700;
}

.cart-collaterals .cart-text-shipping p {
font-size: 15px;
line-height: 18.2px;
text-align: center;
color: #626060;
}

.cart-collaterals .cart-text-shipping p.return-goods {
    margin-bottom: 10px;
}

.cart-collaterals .cart-text-shipping p.shipping-methods {
    margin-bottom: 16px;
}

.cart-text-shipping img {
    height: 60px;
    width: auto;
    object-fit: contain;
}

.b2bking_add_cart_to_purchase_list_button {
    display: none !important;
}

.woocommerce-active.page-template-template-homepage-v1 main > h1:first-child {
    display: none !important;
}

.cart-text-shipping {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* progress bar */

.wd-free-progress-bar.wd-progress-hide .progress-area {
    display: none;
}

.wd-shipping-progress-bar.wd-style-bordered .wd-free-progress-bar {
    padding: 24px 32px 20px 32px;
    background-color: #F5F5F7;
    border-radius: 20px;
}

.widget_shopping_cart .wd-free-progress-bar {
    margin-bottom: 0;
    padding-block:15px;
    border-top: 1px solid var(--brdcolor-gray-300);
}

.wd-builder-off .wd-shipping-progress-bar {
    margin-bottom: 20px
}

.wd-progress-bar p:last-child {
    --wd-tags-mb: 0
}

.wd-progress-bar .stock-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
    color: #626060;
    line-height: 1
}

.wd-progress-bar .stock-info span {
    margin-inline-start:3px;
    color: #626060;
    font-weight: 600;
}

.wd-progress-bar .progress-area {
    width: 100%;
    background-color: white;
    transition: background-color .25s ease;
    height: 7px;
    border-radius: 5px;
    margin-top: 16px;
}

.wd-progress-bar .progress-bar {
    background-color: var(--main-orange);
    height: 7px;
    border-radius: 5px;
}

@media (max-width: 576px) {
    .wd-product .wd-progress-bar .stock-info {
        justify-content:center
    }

    .wd-product .wd-progress-bar .total-sold {
        display: none
    }
}

.progress-msg {
  font-size: 16px;
  color: black;
  font-weight: 400;
}

.wd-shipping-progress-bar.wd-style-bordered {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .wd-shipping-progress-bar.wd-style-bordered {
    width: 70.8333333333%;
  }
}

@media (min-width: 1590px) {
  .wd-shipping-progress-bar.wd-style-bordered {
    width: 75.5%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .wd-shipping-progress-bar.wd-style-bordered {
    width: 100%;
  }
}

.wd-progress-bar .woocommerce-Price-amount {
  color: var(--main-orange);
  font-weight: 500;
}

#free-shipping-progress-bar {
    width: 100%;
}

div.wd-progress-bar>div.progress-msg::before {
    content: url(https://evelatus.lionssolution.com/wp-content/uploads/2025/11/progress.svg);
    position: relative;
    top: 4px;
    padding-right: 8px;
}

@media screen and (max-width: 430px) {
  .wd-progress-bar .progress-msg {
    font-size: 14px;
  }
}

table.shop_table_responsive tr td:before {
  font-size: 16px;
}

table.cart td.actions .button[name="update_cart"] {
  display: none;
}

#cart-loading-spinner .spinner {
    border: 3px solid rgba(0,0,0,0.1);
    border-top: 3px solid #000;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    animation: spin 1s linear infinite;
}
@keyframes spin { 100% { transform: rotate(360deg); } }

.cart-wrapper .coupon .coupon-error-notice {
  flex: 0 0 100%;
  order: 99;  
  margin-top: 6px;
  color: #c00 !important;
  font-size: 15px;
  text-align: left;
}

@media (max-width: 767px) {
  .woocommerce-cart-form .shop_table.cart tr {
    display: flex;
    flex-direction: column;
  }

  table.cart td.product-thumbnail { 
    display: none !important;
}

  /* Move remove button before product name */
  .woocommerce-cart-form .shop_table.cart td.product-remove {
    order: -1;
    padding: 0;
  }

  table.cart tbody tr td:last-child {
    border-bottom: none !important;
}
table.cart tbody .product-subtotal {
    border-bottom: 2px solid #eceeef;
    padding-bottom: 0;
    margin-bottom: 20px;
}
}

.cart-page .hentry {
  margin-bottom: 74px;
}

.cart-page .custom-coupon-wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #6260604D;
  padding-bottom: 10px;
}

.cart-page .custom-coupon-wrap .coupon-code {
  color: var(--main-orange);
  opacity: 0.6;
  text-transform: none;
}

.cart-page .cart-discount-header td, .cart-discount-header td span {
  font-weight: 600 !important;
}

.cart-page .coupon-remove a {
  color: #676767;
}

.cart-page .coupon-remove a:hover {
  color: #8b8b8b;
}

.cart-page .return-to-shop a:focus, .return-to-shop a:active, .return-to-shop a:target  {
	color: var(--main-orange) !important;
	background-color: white !important;
}

.woocommerce-cart-form .woocommerce-Price-amount bdi,.cart-collaterals .includes_tax {
  text-wrap: nowrap;
}