.head-cart {
    padding: 15px 0;
    position: relative;
    background: #fff;
    margin-bottom: 10px;
  }
  .head-cart.fixed-top {
    position: fixed;
    z-index: 999;
    width: min(480px, 100%);
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  }
  .head-cart h1 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
  }
  .head-cart h1 a {
    color: #000;
  }
  .head-cart .box-title {
    text-align: center;
  }
  .head-cart .box-title span {
    color: #888;
  }
  .head-cart .vuta-container > a {
    position: absolute;
    top: 12px;
    left: 20px;
  }

  .cart-form .box-card {
    /* background: #fff; */
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px
}

.cart-form .box-card textarea {
    width: 100%;
    font-size: 13px
}

.cart-form .box-card h4,.cart-form .box-card h5 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: space-between
}

.cart-form .box-card .box-title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between
}

.cart-form .box-card .box-title h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0
}

.cart-form .box-card .box-title a {
    color: #008330
}

.cart-form .box-card .card-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

.cart-form .box-card .card-item h5 {
    margin-bottom: 20px
}

.cart-form .box-card .card-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.cart-form .box-card #choice-location {
    padding-left: 25px;
    background-image: url(../images/icon-location-map.svg);
    background-size: 21px;
    background-repeat: no-repeat
}

.cart-form .box-card #choice-location span {
    color: #888;
    margin-bottom: 10px;
    display: block;
    font-size: 13px
}

.cart-form .box-card #choice-ship h5 {
    padding-left: 25px;
    background-image: url(../images/icon-shippng.svg);
    background-size: 21px;
    background-repeat: no-repeat
}

.cart-form .box-card #choice-ship .list-ship li {
    margin-bottom: 10px
}

.cart-form .box-card #choice-ship .list-ship li:last-child {
    margin-bottom: 0
}

.cart-form .box-card #choice-ship .list-ship li input {
    display: none
}

.cart-form .box-card #choice-ship .list-ship li input:checked+label {
    border: 1px solid #008330;
    color: #000
}

.cart-form .box-card #choice-ship .list-ship li label {
    display: flex;
    height: 45px;
    cursor: pointer;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #cdcdcd;
    font-weight: 600;
    color: #888
}

.cart-form .box-card #choice-ship .list-ship li label span {
    margin-right: auto;
    padding-left: 20px;
    position: relative;
    font-weight: 400
}

.cart-form .box-card #choice-ship .list-ship li label span::before {
    position: absolute;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: #888;
    left: 10px;
    content: "";
    top: 13px;
    transform: translateY(-50%)
}

.cart-form .box-card #choice-ship .list-ship li label .price {
    font-weight: 400
}

.cart-form .box-card .box-order-item {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #cdcdcd
}

.cart-form .box-card .box-order-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.cart-form .box-card .box-order-item>a {
    position: absolute;
    inset: 0
}

.cart-form .box-card .box-order-item .order-item {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.cart-form .box-card .box-order-item .order-item .sl {
    border: 1px solid #008330;
    border-radius: 4px;
    height: 24px;
    width: 24px;
    display: flex;
    margin-top: 5px;
    font-size: 12px;
    align-items: center;
    justify-content: center
}

.cart-form .box-card .box-order-item .order-item .name {
    margin-right: auto;
    padding-left: 15px;
    color: #000;
    font-weight: 600
}

.cart-form .box-card .box-order-item .order-item .name ul {
    font-weight: 400;
    font-size: 12px;
    color: #888
}

.cart-form .box-card .box-order-item .order-item .name a {
    font-size: 12px
}

.cart-form .box-card .total ul li {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between
}

.cart-form .box-card .total ul li:last-child {
    margin-bottom: 0
}

.cart-form .box-card .total ul li a {
    margin-right: auto;
    margin-left: 5px;
    margin-top: -2px
}

.cart-form .has-border .box-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 15px;
    justify-content: space-between
}

.cart-form .has-border h4 .price {
    position: relative;
    margin-left: 10px
}

.cart-form .has-border h4 .price::before {
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: #000;
    left: -10px;
    content: "";
    top: 10px;
    transform: translateY(-50%);
    position: absolute
}

.cart-form .has-border .card-item {
    display: flex;
    flex-wrap: wrap
}

.cart-form .has-border .card-item .item-left {
    width: calc(100% - 90px)
}

.cart-form .has-border .card-item .item-right {
    width: 40px;
    margin-left: auto
}

.cart-form .has-border .card-item .item-right .swicth-btn .switch {
    visibility: hidden;
    position: absolute;
    margin-left: -9999px
}

.cart-form .has-border .card-item .item-right .swicth-btn .switch+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: 0;
    user-select: none
}

.cart-form .has-border .card-item .item-right .swicth-btn .switch-shadow+label {
    padding: 2px;
    width: 40px;
    height: 24px;
    background-color: #ddd;
    border-radius: 20px
}

.cart-form .has-border .card-item .item-right .swicth-btn .switch-shadow+label:after,.cart-form .has-border .card-item .item-right .swicth-btn .switch-shadow+label:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: ""
}

.cart-form .has-border .card-item .item-right .swicth-btn .switch-shadow+label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background .4s
}

.cart-form .has-border .card-item .item-right .swicth-btn .switch-shadow+label:after {
    width: 24px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: all .4s
}

.cart-form .has-border .card-item .item-right .swicth-btn .switch-shadow:checked+label:before {
    background-color: #8ce196
}

.cart-form .has-border .card-item .item-right .swicth-btn .switch-shadow:checked+label:after {
    transform: translateX(16px)
}

.cart-form #pttt {
    display: flex;
    align-items: center;
    padding-left: 25px;
    background-image: url(../images/icon-money.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position-y: 3px;
    justify-content: space-between
}

.cart-form #coupon {
    display: flex;
    align-items: center;
    padding-left: 25px;
    background-image: url(../images/icon-tag.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position-y: 3px;
    justify-content: space-between
}

.cart-form .box-addcart {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 3px 12px rgba(0,0,0,.1);
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: min(480px,100%);
    left: 50%;
    transform: translateX(-50%);
    background: #fff
}

.cart-form .box-addcart .total-price {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    justify-content: space-between
}

.cart-form .box-addcart #Submit-Cart {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 10px;
    font-weight: 600;
    background: #008330;
    color: #fff;
    width: calc(100% - 40px);
    margin: 0 auto
}

.cart-form .box-addcart #Submit-Cart span {
    margin-left: 5px
}

.cart{
    padding-bottom: 80px;
}
.ovh {
    overflow: hidden !important;
}
.popup-option {
    background: #f9f9f9;
}

#main-checkout-product-info .cart-form .box-card {
    background: #f9f9f9 !important;
}

.discount-area{
    display: flex;
    justify-content: space-between;
    padding: 0 20px 10px 20px;
    color: #888;
}

.checkout__coupon-heading{
    z-index: 2 !important;
}


#cart-item .box-action{
    display: flex;
    gap: 15px;
}
@keyframes animate {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.hotline-sticky ul {
    --size: 40px;
    --shadow: 0 0 10px 5px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    bottom: 130px;
    right: 0;
    z-index: 20;
    transform: translateY(-50%);
    background: var(--primary);
    padding: 10px !important;
    border-radius: 30px 0 0 30px;
    position: fixed;
    transition: var(--br-transition)
}

.hotline-sticky ul::before {
    top: -30px;
    border-radius: 0 0 50px 0;
    box-shadow: 30px 1px 0 0 var(--primary);
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 60px;
    pointer-events: none
}

.hotline-sticky ul::after {
    bottom: -30px;
    border-radius: 0 50px 0 0;
    box-shadow: 30px -1px 0 0 var(--primary);
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 60px;
    pointer-events: none
}

.hotline-sticky ul li a {
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-sticky ul li a img {
    width: 32px
}

.hotline-sticky ul li:last-child a img {
    animation: animate 1.5s ease infinite
}
.products-detail .box-option .box-title .price span.old-price {
    text-decoration: line-through;
}