@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
:root {
    --white: #fff;
    --black: #000;
    --primary: #008330;
    --second: #ffc000;
    --body: #222
}

body {
    background: #f9f9f9;
    font-size: 14px;
    color: #333;
    font-family: Inter, sans-serif
}

.wr-mobile {
    width: min(480px, 100%);
    margin: 0 auto;
    background: #fff
}

.vuta-container {
    padding-left: 20px;
    padding-right: 20px
}

section h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px
}

.line-1,
.products-item.pr-flex .box-content h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.feedback-slider .item .feedback-item p,
.line-2,
.products-item.pr-flex .box-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word
}

.banner {
    margin-bottom: 30px;
  }
  .banner .box-img img {
    height: 180px;
  }
  .banner .box-banner {
    width: calc(100% - 40px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    margin-top: -30px;
    padding: 15px;
    border-radius: 10px;
    background: #fff;
    z-index: 2;
    position: relative;
    display: flex;
    gap: 10px;
  }
  .banner .box-banner .box-content {
    width: calc(100%);
  }
  .banner .box-banner .logo {
    aspect-ratio: 1/1;
    height: 75px;
    width: 75px;
    flex-shrink: 1;
  }
  .banner .box-banner .logo img {
    height: 100%;
    object-fit: cover;
  }
  .banner .box-banner h1 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
  }
  .banner .box-banner h1 span {
    color: #888;
  }
  .banner .box-banner .banner-item {
    padding-bottom: 3px;
  }
  .banner .box-banner .banner-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .banner .box-banner .banner-item .ratting {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .banner .box-banner .banner-item .ratting a {
    color: #000;
  }
  .banner .box-banner .banner-item .ratting .star i {
    color: #ffc300;
  }
  .banner .box-banner .banner-item .ratting .star span {
    color: #888;
  }
  .banner .box-banner .banner-item .ship {
    padding-left: 30px;
    position: relative;
  }
  .banner .box-banner .banner-item .ship::before {
    position: absolute;
    content: "";
    background-image: url(../images/Shipper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 21px;
    width: 21px;
    left: 0px;
  } 
  .banner .box-banner .banner-item .ship .top {
    font-weight: 600;
  }
  .banner .box-banner .banner-item .ship .top span {
    font-weight: 400;
  }
  .banner .box-banner .banner-item .time {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;

  }
  .banner .box-banner .banner-item .time .price {
    display: flex;
    gap: 3px;
    color: #ec3237;
  }
  .banner .box-banner .banner-item .time .price .old-price {
    color: #888;
    text-decoration: line-through;
  }

.banner .box-banner .banner-item .tag {
    padding-left: 30px;
    padding-bottom: 10px;
    background-size: 24px;
    background-image: url(../images/icon-tag.png);
    background-repeat: no-repeat;
    font-weight: 500
}

.banner .box-banner .banner-item .tag:last-child {
    padding-bottom: 0
}

.products-item {
    position: relative
}

.products-item .box-img {
    position: relative
}
.products-item .box-img::before {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 1;
    inset: 0;
    display: none;
    content: "";
}
.products-item.disabled .box-img::before {
    display: block;
}
.products-item.disabled > a {
    cursor: not-allowed;
    z-index: 4;
}
.products-item.disabled button {
    opacity: 0;
}

.products-item>a {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: ""
}

.products-item.pr-flex {
    display: flex;
    gap: 10px
}

.products-item.pr-flex .box-img {
    height: 90px;
    width: 90px;
    flex-shrink: 1;
    aspect-ratio: 1/1;
}

.products-item.pr-flex .box-img img {
    height: 100%;
    border-radius: 10px
}

.products-item.pr-flex .box-content {
    display: flex;
    flex-direction: column
}

.products-item.pr-flex .box-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    flex: 1;
    font-weight: 600
}

.products-item.pr-flex .box-content p {
    font-size: 14px;
    margin-bottom: 5px;
    color: #888;
    line-height: 18px;
    flex: 2
}

.products-item.pr-flex .box-content .price {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #ec3237;
    margin-top: auto;
}

.products-item .box-content .price {
    color: #ec3237;
}

.products-item.pr-flex .box-content .price span {
    text-decoration: line-through;
    color: #888
}

.products-item.pr-flex .box-content .price .icon img {
    height: 16px
}

.products-item.pr-flex .box-content .add-to-cart {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    z-index: 3;
    background: #008330;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    justify-content: center
}

.products-item.pr-flex .box-content .add-to-cart img {
    height: 14px;
    filter: invert(1) brightness(1)
}

.slick-arrow {
    height: 36px;
    width: 36px;
    background: rgba(177, 44, 7, .6078431373)
}

.slick-arrow::before {
    background-image: url(../images/icon-arrow.png);
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    width: 24px;
    filter: brightness(0) invert(1);
    opacity: 1
}

.slick-arrow.slick-prev {
    display: none!important
}

.slick-arrow.slick-next {
    top: -20px;
    right: 5px
}

.slick-arrow.slick-next:focus,
.slick-arrow.slick-next:hover {
    background: #ec3237
}

.products-slider-sale {
    margin: 0 -5px
}

.products-slider-sale .item {
    margin: 10px;
    background: #fff
}

.products-slider-sale .item .products-item {
    transition: box-shadow .1s ease-in-out;
    border-radius: 10px;
    box-shadow: none;
    padding: 10px
}

.products-slider-sale .item.slick-active .products-item {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

.sale {
    margin-bottom: 30px
}

.cat {
    padding-bottom: 130px
}

.first {
    margin-bottom: 30px
}

.first .box-item {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.first .box-item .products-item {
    width: calc(50% - 5px)
}

.first .box-item .products-item .box-img {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative
}

.first .box-item .products-item .box-img .add-to-cart {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    background: #008330;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    justify-content: center
}

.first .box-item .products-item .box-img .add-to-cart img {
    height: 14px;
    filter: invert(1) brightness(1);
    width: 14px
}

.first .box-item .products-item .box-img .gr-label {
    position: absolute;
    top: 5px;
    left: 5px
}

.first .box-item .products-item .box-img .gr-label ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px
}

.first .box-item .products-item .box-img .gr-label ul li .label {
    background: #008330;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 4px;
    color: #fff
}

.first .box-item .products-item .box-content h4 {
    font-size: 16px;
    font-weight: 600
}

.cat h2 {
    margin-bottom: 15px
}

.cat .products-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd
}

.cat .products-item:last-child {
    border-bottom: 0
}

.cat .box-cat {
    margin-bottom: 30px
}

.feedback {
    background: #f9f9f9;
    padding: 20px 0;
    margin-bottom: 20px
}

.feedback-slider {
    margin: 0 -5px
}

.feedback-slider .item {
    margin: 10px;
    border-radius: 10px;
    background: #fff
}

.feedback-slider .item .feedback-item {
    transition: box-shadow .1s ease-in-out;
    border-radius: 10px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    padding: 10px;
    display: flex;
    flex-direction: column;
    min-height: 100px
}

.feedback-slider .item .feedback-item::before {
    right: -100px;
    bottom: -100px;
    height: 200px;
    width: 200px;
    background: #f9f9f9;
    content: "";
    position: absolute;
    border-radius: 50%
}

.feedback-slider .item .feedback-item::after {
    background-image: url(../images/after_content.png);
    background-size: cover;
    height: 24px;
    width: 33px;
    content: "";
    z-index: 2;
    right: 15px;
    position: absolute;
    bottom: 15px
}

.feedback-slider .item .feedback-item p {
    margin-bottom: 5px;
    position: relative;
    z-index: 2;
    flex: 1;
}

.feedback-slider .item .feedback-item .ratting {
    display: flex;
    gap: 20px
}

.feedback-slider .item .feedback-item .ratting .star {
    color: #ffc300;
    position: relative
}

.feedback-slider .item .feedback-item .ratting .star::before {
    position: absolute;
    right: -13px;
    height: 3px;
    width: 3px;
    background: #888;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    content: ""
}

.feedback-slider .item .feedback-item .ratting .cmt {
    color: #888
}

.feedback-slider .item.slick-active .feedback-item {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

.products-detail {
    background: #f9f9f9
}

.products-detail .box-option {
    background: #fff;
    padding: 20px;
    margin-bottom: 15px
}

.products-detail .box-option .short-desc p {
    margin-bottom: 0;
    color: #888;
    text-align: justify
}

.products-detail .box-option .box-title {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between
}

.products-detail .box-option .box-title .price {
    font-weight: 600;
    text-align: right;
    line-height: 22px;
    font-size: 18px
}

.products-detail .box-option .box-title .price span {
    display: block;
    font-size: 14px;
    color: #888;
    font-weight: 400
}

.products-detail .box-option h1 {
    font-size: 18px;
    font-weight: 600;
    color: #000
}

.products-detail .box-option h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px
}

.products-detail .box-option h3 span {
    font-size: 12px;
    color: #888;
    font-weight: 400
}

.products-detail .box-option .list-option li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd
}

.products-detail .box-option .list-option li .gr-checkbox {
    display: flex;
    justify-content: space-between
}

.products-detail .box-option .list-option li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.products-detail .box-option .list-option li label {
    cursor: pointer;
    position: relative;
    padding-left: 20px
}

.products-detail .box-option .list-option li label input {
    position: absolute;
    top: 6px;
    left: 0
}

.products-detail .box-add {
    display: flex;
    padding-bottom: 80px;
    justify-content: center
}

.products-detail .box-add .input-qty {
    border: none;
    background: 0 0;
    font-weight: 600
}

.products-detail .box-add .is-form {
    border: 1px solid #008330;
    border-radius: 6px;
    color: #000
}

.products-detail .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
}

.products-detail .box-addcart #addCart-btn {
    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
}

.products-detail .box-addcart #addCart-btn span {
    margin-left: 5px
}

.mCSB_inside>.mCSB_container {
    margin-right: 0!important
}

#mCSB_1_scrollbar_vertical {
    opacity: 0!important
}

.popup-option {
    position: fixed;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    top: 0;
    width: min(480px, 100%)
}

.popup-option.active {
    display: block
}

.popup-option .popup-content {
    position: relative;
    overflow-y: scroll;
    height: 100vh
}

.popup-option .popup-content .close {
    position: absolute;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    top: 40px;
    right: 20px;
    background: #fff;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.products-item .price span.old-price {
    text-decoration: line-through;
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

.popup-option .popup-content .close i {
    height: 12px;
    display: flex
}

.popup-option .popup-content .close svg {
    width: 12px;
    height: 12px
}

.cart {
    background: #f9f9f9;
    padding-bottom: 110px
}

.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, .1);
}

.head-cart h1 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0
}

.head-cart .box-title {
    text-align: center
}

.head-cart .box-title span {
    color: #888
}

.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
}

.overlay {
    background: rgba(0, 0, 0, .7);
}

#popup-cart .popup-content {
    position: relative;
    width: 100%;
    height: 100%
}

#popup-cart .popup-content .cart-modal {
    background: #fff;
    width: 340px;
    height: 100%;
    transition: all ease .5s;
    right: -500px;
    position: fixed;
    top: 0
}

#popup-cart .popup-content .cart-modal.active {
    right: 0
}

#popup-cart .popup-content .cart-modal .footer-modal {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

#popup-cart .popup-content .cart-modal .footer-modal .total {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, .105);
    font-size: 14px;
    font-weight: 600;
    /* text-transform: uppercase */
}

#popup-cart .popup-content .cart-modal .footer-modal .total strong {
    font-weight: 600 !important;
}

#popup-cart .popup-content .cart-modal .footer-modal .total .total-price {
    color: var(--primary)
}

#popup-cart .popup-content .cart-modal .footer-modal .box-btn {
    display: block
}

#popup-cart .popup-content .cart-modal .footer-modal .box-btn a {
    display: block;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    background: #000;
    color: #fff;
    text-transform: uppercase
}

#popup-cart .popup-content .cart-modal .footer-modal .box-btn a:hover {
    background: var(--primary);
    color: #000
}

#popup-cart .popup-content .cart-modal .header-modal {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .105)
}

#popup-cart .popup-content .cart-modal .header-modal .title {
    font-weight: 600;
    font-size: 16px;
}

#popup-cart .popup-content .cart-modal .header-modal .close-cart {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500
}

#popup-cart .popup-content .cart-modal .header-modal .close-cart i {
    margin-right: 8px
}

#popup-cart .popup-content .cart-modal .empty-cart {
    padding: 10px;
    text-align: center
}

#popup-cart .popup-content .cart-modal .empty-cart img {
    margin-bottom: 15px
}

#popup-cart .popup-content .cart-modal .empty-cart span {
    margin-bottom: 15px;
    display: block;
    font-weight: 700
}

#popup-cart .popup-content .cart-modal .empty-cart .second-btn {
    padding: 10px 14px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 8px;
    background: var(--primary);
    color: #fff;
    min-width: unset;
    min-height: 36px
}

#popup-cart .popup-content .cart-modal .empty-cart .second-btn:hover {
    background: var(--second)
}

#popup-cart .popup-content .cart-modal .shoping-cart {
    max-height: 435px;
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
    --scrollbar-track-bg: rgba(0, 0, 0, 0.05);
    --scrollbar-thumb-bg: rgba(0, 0, 0, 0.12)
}

#popup-cart .popup-content .cart-modal .shoping-cart .list-cart-item .remove {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    color: #5c5b5b;
    z-index: 2
}

#popup-cart .popup-content .cart-modal .shoping-cart .list-cart-item>li {
    display: flex;
    position: relative;
    padding: 15px;
    transition: background-color .3s ease;
    border-bottom: 1px solid #bbb;
    gap: 15px
}

#popup-cart .popup-content .cart-modal .shoping-cart .list-cart-item>li:hover {
    background: #f7f7f7
}

#popup-cart .popup-content .cart-modal .shoping-cart .list-cart-item>li .variation li {
    font-size: 14px;
    color: #5c5b5b
}

#popup-cart .popup-content .cart-modal .shoping-cart .list-cart-item>li .quantity {
    font-size: 14px;
    color: #5c5b5b
}

#popup-cart .popup-content .cart-modal .shoping-cart .list-cart-item>li .quantity .new-price {
    color: var(--primary);
    font-weight: 600
}

#popup-cart .popup-content .cart-modal .shoping-cart .list-cart-item>li .all-link {
    position: absolute;
    inset: 0;
    z-index: 1
}

#popup-cart .popup-content .cart-modal .shoping-cart .list-cart-item>li .cart-info {
    width: calc(100% - 75px)
}

#popup-cart .popup-content .cart-modal .shoping-cart .list-cart-item>li .cart-info h4 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600
}

#popup-cart .popup-content .cart-modal .shoping-cart .list-cart-item>li .cart-img {
    height: 65px;
    min-width: 65px;
    max-width: 65px
}

#popup-cart .third-btn {
    padding: 12px 25px 12px 25px;
    border-radius: 12px;
    color: #333;
    font-weight: 700;
    background: var(--primary)!important;
    transition: all ease .4s;
    color: #fff!important;
    text-align: center
}

#popup-cart .third-btn:hover {
    background: var(--second)!important
}

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

footer ul {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap
}

footer ul li {
    width: calc(20% - 10px);
    text-align: center
}

footer ul li span {
    font-size: 10px
}

footer ul li a {
    color: #333;
    position: relative
}

footer ul li.active a {
    color: var(--primary)
}

footer ul li.active svg path {
    fill: var(--primary)
}

footer ul li #cart-btn .icon {
    position: relative;
    height: 24px;
    width: 24px;
    margin: 0 auto;
}

footer ul li #cart-btn .label-cart {
    position: absolute;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--primary);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -1px;
    right: -8px;
}

.banner-login .box-img,
.banner-products .box-img {
    aspect-ratio: 16/9;
}

.banner-login .box-img img,
.banner-products .box-img img {
    height: 100%;
}

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

.login .heading {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

.login .heading .auth-card__header-icon {
    padding: 0 !important;
}
.login .heading .auth-card__header-icon svg {
    margin-bottom: 5px;
}

.login .auth-input-icon {
    position: absolute;
    border: 0 !important;
    background: transparent !important;
}

.login .form-check input {
    margin-top: 6px;
}

.login .form-check span {
    cursor: pointer;
}

.login .btn-primary {
    background: var(--primary);
    color: #fff;
}

.login .btn-primary svg {
    display: none;
}

.form-checkout {
    padding-bottom: 20px;
}
#form-search {
  position: relative;
}
#form-search #result {
    height: 100vh;
    padding-top: 20px;
    display: none;
}
#form-search #result.active {
    display: block;
} 
#form-search .icon {
  position: absolute;
  top: 5px;
  left: 10px;
}
#form-search input {
  padding-left: 40px;
  margin-bottom: 20px;
}
/* #form-search #result {
  max-height: 100vh;
  overflow-y: scroll;
} */
#form-search #result li .products-item {
  padding: 10px;
  border-radius: 4px;
}
#form-search #result li:hover .products-item {
  background: #f9f9f9;
}
/* #form-search #result::-webkit-scrollbar {
  display: none;
} */

#main-checkout-product-info {
    background: #fff;
}
.checkout__coupon-heading {
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}
.checkout__coupon-item-title .h4, .checkout__coupon-item-title h4 {
    color: var(--primary) !important;
}
.checkout__coupon-item-code button {
    background: var(--primary) !important;
}
.checkout-discount-section a {
    color: var(--primary);
}
.customer-address-payment-form a {
    color: var(--primary);
}
.checkout__coupon-list {
    border: 1px dashed var(--primary) !important;
}
.magic-radio:checked + label::before {
  border: 1px solid var(--primary) !important;
  height: 16px !important;
  width: 16px !important;
  top: 3px !important;
}
.magic-checkbox + label::before, .magic-radio + label::before {
    border: 1px solid silver !important;
    height: 16px !important;
    width: 16px !important;
    top: 3px !important;
}
.billing-address-form-wrapper .form-input-wrapper label, .customer-address-payment-form .form-input-wrapper label, .customer-tax-information-form .form-input-wrapper label {
  padding: 9px 14px;
}
.magic-radio + label::after {
    background: var(--primary) !important;
    border-radius: 50%;
    height: 8px !important;
    left: 4px !important;
    top: 7px !important;
    width: 8px
}
.magic-checkbox + label, .magic-radio + label {
    padding-left: 20px !important;
}

.search-banner {
    display: none;
}
.search-banner.fixed-top {
    display: block;
    position: fixed;
    top: 0;
    max-width: 480px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    z-index: 99;
    padding: 10px 0;
    width: 100%;
    background: #fff;
}
.search-banner.fixed-top input {
    margin-bottom: 0 !important;
}
.modal-cart {
    position: fixed;
    height: 100vh;
    max-width: 480px;
    z-index: 99999;
    inset: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease 0.4s;
    display: none;
  }
  .modal-cart.active {
    display: block;
  }
  .modal-cart.active .box-modal-cart {
    visibility: visible;
    opacity: 1;
  }
  .modal-cart .overlay-modal {
    height: 100vh;
    width: 100%;
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.105);
  }
  .modal-cart .box-modal-cart {
    position: absolute;
    width: 300px;
    opacity: 0;
    transition: all ease 0.4s;
    visibility: hidden;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: "";
    background: #000;
    z-index: 2;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
  }
  .modal-cart .box-modal-cart .icon {
    margin-bottom: 10px;
  }
  .modal-cart .box-modal-cart span {
    font-weight: 600;
    color: #fff;
  }
  .modal-cart .box-modal-cart p {
    margin-bottom: 0;
    text-align: justify;
  }
  .footer-cart .disscount {
    /* display: flex;
    justify-content: space-between; */
    /* background-image: url(../images/icon-gift.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 27px; */
    margin-bottom: 10px;
  }
  .footer-cart .disscount span{
    margin-right: 4px;
    color: var(--primary);
    font-weight: 500;
    /* margin-left: 4px; */
  } 

  .footer-cart .primary-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    padding: 10px;
    font-weight: 600;
    background: #008330;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
  }
  .footer-cart .primary-btn .sl {
    margin-right: auto;
    margin-left: 15px;
    position: relative;
    font-weight: 400;
  }
  .footer-cart .primary-btn .sl::before {
    position: absolute;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    content: "";
    background: #fff;
    left: -7px;
    top: 12px;
  }
  .eval {
    display: flex;
    margin: 0;
  }
  .eval .eval-top {
    width: 130px;
    border-right: 1px solid #f1f1f1;
    padding: 10px 0;
    text-align: center;
  }
  .eval .eval-top span {
    color: #000;
    display: block;
    font-weight: 700;
    font-size: 27px;
    line-height: 27px;
    margin-top: 2px;
    margin-bottom: 10px;
  }
  .eval .eval-top i {
    color: #ffc300;
  }
  .eval .eval-top .gr-flex {
    gap: 3px;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
  }
  .eval .eval-bottom-data {
    width: calc(100% - 130px);
    padding-right: 7px;
    padding-left: 20px;
    text-align: center;
  }
  .eval .eval-bottom-data .eval-star-line {
    align-items: center;
    display: flex;
    margin-bottom: 7px;
  }
  .eval .eval-bottom-data .eval-star-point {
    display: flex;
    align-items: center;
    font-size: var(--fz-small);
    line-height: 14px;
    text-align: left;
    width: 25px;
  }
  .eval .eval-bottom-data .eval-star-percent_bar {
    background-color: #f1f1f1;
    height: 4px;
    position: relative;
    width: 100%;
  }
  .eval .eval-bottom-data .eval-star-percent_bar span {
    background-color: #ffc300;
    left: 0;
    height: 4px;
    position: absolute;
    border-radius: 4px;
    top: 0;
  }
  .eval .eval-star-percent {
    color: var(--cl-text-2);
    font-size: var(--fz-small);
    font-weight: 700;
    line-height: 15px;
    padding-left: 10px;
    text-align: left;
    width: 200px;
    cursor: pointer;
  }
  .banner-review {
    position: relative;
  }
  .banner-review > a {
    position: absolute;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border-radius: 50%;
    justify-content: center;
    top: 20px;
    left: 20px;
  }
  .about {
    margin-bottom: 150px;
    padding-bottom: 10px;
  }
  .about h1 {
    font-size: 24px;
    color: #000;
  }
  .about .first {
    margin-bottom: 20px;
  }
  .about span {
    color: #888;
    display: block;
    margin-bottom: 20px;
  }
  .about h4 {
    font-size: 12px;
    color: #888;
  }
  .about .second .box-title h2 {
    margin-bottom: 20px;
  }
  .about .second .about-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
  }
  .about .second .about-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .about .second .about-item p {
    margin-bottom: 0;
  }
  .about .second .about-item span {
    margin-bottom: 0;
  }
  .checkout__coupon-item.active {
    background: var(--primary);
  }
  .checkout__coupon-item.active .checkout__coupon-item-code button {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
  }
  .checkout__coupon-item.active .checkout__coupon-item-code {
    background: #fff !important;
    color: var(--primary) !important;
    filter: brightness(85%);
  }
  #main-checkout-product-info {
    padding-top: 20px !important;
    padding-bottom: 60px;
  }
  .present-slider {
    margin: 0 -5px;
    overflow: hidden;
    margin-top: 20px;
    width: 130%;
  }
  .present-slider .present-item {
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    padding: 8px 10px;
    align-items: center;
    gap: 8px;
  }
  .present-slider .present-item .icon {
    flex-shrink: 0;
    height: 40px;
    width: 40px;
  }
  .present-slider .present-item .icon img {
    height: 40px;
    width: 40px;
  }
  .present-slider .present-item .content h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .present-slider .present-item .content p {
    margin-bottom: 0;
    color: #888;
  }
  .banner .vuta-container {
    overflow: hidden;
}
::-webkit-scrollbar-track {
	
	border-radius: 0;
	background-color: #f5f5f5;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: var(--primary);
	background-image: -webkit-linear-gradient(90deg,
    transparent,
    rgba(0, 0, 0, 0.4) 50%,
    transparent,
    transparent)
}
.calendar {
    margin-top: 15px;
}

.calendar h5 {
    justify-content: left !important;
    margin-bottom: 0 !important;
    gap: 10px;
  }
  .calendar a {
    color: #000;
    width: 100%;
    display: flex;
    gap: 10px;
  }
  .calendar a .time {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .calendar a span {
    font-size: 14px;
    color: #333;
    display: flex;
    font-weight: 400;
  }
  .calendar a i {
    margin-left: auto;
  }
  .choice-time-slider.slick-initialized.slick-slider {
    max-height: 420px;
    overflow-y: scroll;
  }
  #choice-time {
    position: fixed;
    left: 0;
    top: 100%;
    transition: 0.5s;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    visibility: hidden;
    width: min(480px,100%);
    height: 100%;
    z-index: 99999;
    left: 50%;
    transform: translateX(-50%);
  }
  #choice-time.active {
    top: 0;
    opacity: 1;
    visibility: visible;
  }
  #choice-time.active .wraper-choice-time {
    top: 0;
  }
  #choice-time .wraper-choice-time {
    width: 100%;
    height: 45%;
    z-index: 99999;
    top: 100%;
    left: 0;
    border-radius: 20px 20px 0 0;
    position: relative;
    background-color: #fff;
    transition: 0.5s;
    margin: 0;
    overflow: hidden;
  }
  #choice-time .wraper-choice-time .head-choice {
    padding: 20px;
    border-bottom: 1px solid #f5f5f5;
  }
  #choice-time .wraper-choice-time .head-choice h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
  }
  #choice-time .wraper-choice-time .menu-choice {
    padding: 10px 20px;
  }
  #choice-time .wraper-choice-time .menu-choice ul {
    display: flex;
    gap: 20px;
  }
  #choice-time .wraper-choice-time .menu-choice ul li a {
    color: #333;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  #choice-time .wraper-choice-time .menu-choice ul li a span {
    height: 24px;
    width: 24px;
    display: flex;
    border-radius: 50%;
    margin: 0 auto;
    background: 0 0;
    align-items: center;
    justify-content: center;
  }
  #choice-time .wraper-choice-time .menu-choice ul li a.active {
    color: var(--primary);
  }
  #choice-time .wraper-choice-time .menu-choice ul li a.active span {
    background: var(--primary);
    color: #fff;
  }
  #choice-time .wraper-choice-time .list-choice {
    margin: 0 20px;
    /* overflow-y: scroll; */
  }
  #choice-time .wraper-choice-time .list-choice li {
    padding: 10px 0;
    padding-right: 15px;
    border-top: 1px solid #f5f5f5;
  }
  #choice-time .wraper-choice-time .list-choice li .left {
    border-right: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
  }
  #choice-time .wraper-choice-time .list-choice li label {
    display: flex;
    justify-content: space-between;
  }
  #choice-time .wraper-choice-time .list-choice li label::before {
    background-image: url(../images/icon-right-tick.svg);
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 18px;
    width: 18px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
  }
  #choice-time .wraper-choice-time .list-choice li label .left {
    position: relative;
  }
  #choice-time .wraper-choice-time .list-choice li label .left span {
    display: block;
    font-size: 12px;
    color: #888;
  }
  #choice-time .wraper-choice-time .list-choice li label .left .label {
    font-size: 10px;
    line-height: 14px;
    padding: 2px 5px;
    background: var(--primary);
    border-radius: 24px;
    color: #fff;
    position: absolute;
    top: 2px;
    right: -50px;
  }
  #choice-time .wraper-choice-time .list-choice li input:checked + label::before {
    visibility: visible;
    opacity: 1;
  }
  h5 {
    font-size: 18px !important;
  }