/*.swiper-button-next:after, .swiper-button-prev:after {*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    opacity: 0;*/
/*}*/
.product-slider-container .swiper-pagination-fraction {
    width: 40px !important;
    height: 20px;
    line-height: 20px;
    color: #fff;
    margin: 0 0 0 auto;
    background-color: rgba(34, 43, 69, .6) !important;
}

/*.related-product .swiper-button-next:after,*/
/*.related-product .swiper-button-prev:after,*/
/*.swiper-product-variants .swiper-button-prev:after,*/
/*.swiper-product-variants .swiper-button-next:after{*/
/*    font-size: 16px;*/
/*    color: #fff;*/
/*    opacity: 1;*/
/*}*/
input[type="radio"] {
    accent-color: green;
}
.dark [type=checkbox]:checked, .dark [type=radio]:checked, [type=checkbox]:checked, [type=radio]:checked{
    background-color: green;
}
[type=checkbox]:focus, [type=radio]:focus {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: green;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    outline: 1px solid transparent;
    outline-offset: 1px;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
#modal-apply-voucher{
    display: none;
}
#modal-apply-voucher.block{
    display: block;
}
#modal-apply-voucher.hidden{
    display: none;
}
#city-modal {
    z-index: 99;
    display: block;
}
#city-modal.hidden {
    display: none;
}
.product-images .swiper-button-next:after,.product-images .swiper-button-prev:after {
    display: none;
}
.cate_name img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover;
}
.after\:text-\[\#9da7bc\]::after {
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(157 167 188 / var(--tw-text-opacity));
}
.after\:content-\[\'→\'\]::after {
    --tw-content: "→";
    content: var(--tw-content);
}
.item-product {
    margin-right: 10px;
}
.fly-cart{
    z-index: 9999;
    /*   transition: 2s; */
    fliter: brightness(200%);
    width:200px;
}
.box_product img.move-to-cart {
    position: absolute;
    height: 200px;
    width: 200px;
    z-index: 9999;
}
.box_product img.move-to-cart.animate {
    opacity: 1;
    height: 75px;
    width: 75px;
    transition: all 0.5s ease-in-out;
}
.box_product img.move-to-cart.hide-img {
    opacity: 0.5;
    width: 0;
    height: 0;
    margin-left: 75px;
    transition: all 0.5s ease-in-out;
}
.category-hover {
    z-index: 14;
    pointer-events: auto;
}
[data-href] {
    cursor: pointer;
}
.border-none{
    border: none !important;
}
.icon__logo_bg img {
    height: 40px;
    object-fit: scale-down;
}

.icon__logo_bg {
    align-self: center;
}
.bg-slate-100{
    background-color: rgb(241 245 249);
}
.rate {
    float: left;
    height: 46px;
}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
    bottom: 0;
}
.rating-star {
    display: flex;
    align-items: center;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:25px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: 'â˜… ';
}
.rate > input:checked ~ label {
    color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}
.product-review>p {
    margin-bottom: 15px;
}

.rating.rate {
    padding-left: 15px;
}

.rate:not(:checked) > label::before {
    content: "★ ";
}

#reviewFormTextarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    max-width: 100%;
    padding: 15px 25px;
    line-height: 2;
    width: 100%;
    height: 150px;
}

.product-review-form label {
    font-weight: 600;
}

.rating-star {
    margin-bottom: 15px;
}

span.rating-title {
    font-color: #333;
    font-weight: 600;
}
#reviewFormTextarea{
    margin-top: 20px;
}
#loadMoreBtn {
    display: flex;
    width: 100%;
    text-align: center;
}
.md\:w-\[340px\] {
    width: 340px;
}
.product-item img {
    aspect-ratio: 1 / 1;
    object-fit: cover !important;
}
.bg-green-500{
    background-color: rgb(34 197 94);
}
.swiper-custom .swiper-pagination{
    bottom: -5px;
}
.wrap-price-box {
    display: flex;
    align-items: center;
    column-gap: 2px;
}
@media screen and (max-width: 1200px){
    .pl-\[280px\]{
        padding-left: 0px;
    }
    .cate_name img{
        height: 40px !important;
    }
/*   detail product */
    .wrap-products {
        display: flex;
        flex-direction: column;
    }
    .info-product {
        position: initial;
        padding: 0;
        margin: 0;
        border-radius: 0;
    }

    .wrap-products .w-\[65\%\] {
        width: 100%;
    }

    .wrap-products .h-\[292px\] {
        height: auto;
    }

    .max-w-screen-xl {
        width: 100%;
        max-width: 100%;
    }
    .detail-policy,.camket-div {
        flex-wrap: wrap;
        display: none;
    }
    .info-customer {
        top: 105px !important;
    }
    .categories-list {
        padding-top: 15px;
    }
    .categories-list .w-\[calc\(100\%\/12\)\] {
        width: calc(100% / 4);
    }
    .promotion-block-products .swiper-shock-promotion .swiper-pagination{
        display: none;
    }
    #refFlashSale .swiper-custom .swiper-pagination {
        display: none;
    }
}
