:root{
    --cl-main: #0071de;
}
.section-service__category {
    background-image: url(../images/bg-service.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top
}

.module-category__content:not(:last-child) {
    margin-bottom: 3.75rem
}

.module-category__content .title-category {
    position: relative;
    padding-bottom: .5rem
}


.slide-product__detail .img {
    padding-top: 65%;
    border: 1px solid #ebebeb;

}

.slide-product__main .img {
    border: none;
}

.slide-product__detail .img img {
    padding: 2.5px;
}

.slide-product__thumbs .img {
    border: 1px solid #ebebeb;
    opacity: .5
}

.slide-product__thumbs .swiper-slide-thumb-active .img {
    border: 1px solid #04A7E6;
    opacity: 1
}

.button-product__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
    width: 2.125rem;
    height: 3.125rem;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 20px;
    -webkit-transition: .3s;
    transition: .3s
}

.button-product__detail:hover {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s;
    transition: .3s
}

.product__prev {
    left: 0
}

.product__next {
    right: 0
}

.policy-product .box-bg-blue-all {
    margin-left: 1.375rem
}

.policy-product .list-policy {
    border: 1px solid #04A7E6;
    padding: 2.25rem 1.25rem 1.25rem;
    margin-top: -1.5rem
}

.policy-product .list-policy li {
    position: relative;
    padding-left: 1.875rem
}

.policy-product .list-policy li::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../images/shield.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: .125rem;
    left: 0;
    z-index: inherit
}

.policy-product .list-policy li:not(:last-child) {
    margin-bottom: .625rem
}

.form-button-product .btn {
    border: 1px solid transparent
}

.form-button-product .btn:not(:last-child) {
    margin-right: 1rem
}

.form-button-product .btn img {
    width: 1.375rem;
    height: 1.375rem;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.form-button-product .btn-border__orange {
    border: 1px solid #ce1515;
}

.social-product li:not(:last-child) {
    margin-right: 1rem
}

.social-product li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #F7F8F9;
}

.social-product li a:hover, .social-product li a:focus {
    background: #2552A4;
    color: #fff;
}

.product-detail-tab {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.product-detail-tab .nav-item:not(:last-child) {
    margin-right: 6.25rem
}

.product-detail-tab .nav-item .nav-link {
    padding: 1.25rem 0;
    background: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    color: #888;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
}

.product-detail-tab .nav-item .nav-link img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    width: 2rem;
    height: 2rem;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    margin-right: .5rem
}

.product-detail-tab .nav-item .nav-link.active, .product-detail-tab .nav-item .nav-link:hover {
    color: #04A7E6;
}

.product-detail-tab .nav-item .nav-link.active img, .product-detail-tab .nav-item .nav-link:hover img {
    -webkit-filter: unset;
    filter: unset
}

.product-detail-tab .nav-item .nav-link.active {
    border-bottom: 2px solid #04A7E6;
}

.item-feature {
    position: relative;
    padding-left: 4.75rem
}

.item-feature img {
    width: 3.75rem;
    height: 3.75rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: inherit
}
.item-feature ul{
    margin-top: 10px;
}
.item-feature ul li {
    position: relative;
    padding-left: 1.75rem
}

.item-feature ul li:not(:last-child) {
    margin-bottom: .625rem
}

.item-feature ul li::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/check-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0
}

.slide-product__related .swiper-slide {
    height: auto
}

.box-slide__all .swiper-wrapper {
    padding: 1px;
}
.cart-header i{
    font-size: 2rem;
    color: var(--cl-main);
}
.count-cart {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    background: rgb(235, 32, 32);
    color: #fff;
    border-radius: 100%;
    padding: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .box-slide__all .slide-product__related {
        padding: 2.5px;

    }
    .slide-product__related {
        padding: 1.25rem;
    }
}

@media (max-width: 991px) {
    .pagination-product {
        position: absolute;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        right: .9375rem;
        bottom: .9375rem;
        left: unset;
        z-index: 1;
        background: rgba(255, 255, 255, 0.8);
        padding: .1875rem .5rem;
        border-radius: 20px;
        color: #252525
    }

    .product-detail-tab .nav-item .nav-link {
        font-size: 1rem;
        padding: .625rem 0
    }

    .item-feature {
        padding-left: 3.75rem
    }

    .item-feature img {
        width: 3.125rem;
        height: 3.125rem
    }
}

@media (max-width: 767px) {
    .product-detail-tab {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-gutter: stable;
    }

    .product-detail-tab li {
        flex: none;
    }

    .product-detail-tab li button {
        margin-right: auto;
    }

    .product-detail-tab .nav-item .nav-link img {
        width: 1.5rem;
        height: 1.5rem
    }

    .product-detail-tab .nav-item:not(:last-child) {
        margin-right: 1.875rem
    }

    .item-feature {
        padding-left: 0
    }

    .item-feature img {
        display: none
    }
}

@media (max-width: 575px) {
    .policy-product .box-bg-blue-all {
        font-size: 1rem
    }

    .form-button-product .btn img {
        display: none
    }

    .product-detail-tab {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .product-detail-tab .nav-item:not(:last-child) {
        margin-right: .9375rem
    }
}