/* @media(max-width:1480px) {
    .detail-big-photo {
        width: 400px;
    }
    .detail-small-photo-box {
        width: 120px;
        height: 425px;
    }
} */

@media(max-width:1190px) {
    /* .detail-big-photo {
        width: 310px;
    }
    .detail-small-photo-box {
        width: 85px;
        height: 330px;
    } */
    .banner {
        height: 330px;
    }
}

@media(max-width:1000px) {
    .collapse {
        margin: 0;
    }
    .product-collapse {
        width: 50%;
    }
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-bottom: 20px;
        margin-top: 10px;
    }
}

@media(max-width:905px) {
    /* .detail-box-left__box {
        height: 288px;
    }
    .detail-big-photo-box {
        width: 77%;
    }
    .detail-big-photo {
        width: 100%;
        height: 100%;
    }
    .detail-small-photo-box {
        width: 20%;
        height: 100%;
    } */
    .detail-title {
        margin-bottom: 15px !important;
    }
    .prev {
        left: -40px;
    }
    .next {
        right: -40px;
    }
}

@media(max-width:700px) {
    .container {
        width: 100% !important;
    }
    .description {
        font-size: 17px;
    }
    .exit {
        width: 55px;
        height: 55px;
        right: 10px;
    }
    .banner {
        height: 230px;
        margin-bottom: 40px !important;
    }
    .detail-box {
        flex-direction: column;
    }
    .detail-box-left {
        width: 100%;
        margin-bottom: 30px;
    }
    .detail-box-right {
        width: 100%;
    }
    /* .detail-box-left__box {
        height: 440px;
    } */
    .detail-box-right-top-price {
        font-size: 25px;
    }
    .color-item {
        margin-left: 20px !important;
    }
    .detail-box-right-top-price {
        font-size: 20px;
    }
    .detail-box-right-top-discount {
        width: 75px;
        height: 21px;
        font-size: 9px;
    }
}

@media(max-width:670px) {
    /* .detail-small-photo-box {
        width: 22%;
    } */
}

@media(max-width:550px) {
    .logo {
        width: 200px;
    }
    .footer-box>div {
        width: 40%;
    }
    .text-end {
        width: 60%;
    }
    /* .detail-box-left__box {
        height: 310px;
    } */
}

@media(max-width:500px) {
    .description {
        font-size: 15px;
    }
    .span-discount {
        font-size: 10px;
    }
    .box-top-title {
        font-size: 18px;
    }
    .link {
        font-size: 20px;
    }
    .product-box-top-title {
        font-size: 32px;
    }
    .product-bottom {
        flex-direction: column-reverse;
        align-items: start;
    }
    .product-del {
        margin-left: 0;
    }
    .banner {
        height: 180px;
    }
    .exit {
        right: 10px;
    }
    .detail-box-right {
        padding-left: 10px;
    }
    .btn-order {
        font-size: 15px;
    }
    .btn-order {
        font-size: 12px;
        height: 29px;
    }
    .product-photo-box>img {
        height: 215px;
    }
}

@media(max-width:440px) {
    .logo {
        width: 170px;
    }
    .box-top-title {
        font-size: 15px;
    }
    .link {
        font-size: 18px;
    }
    .product-box-top-title {
        font-size: 28px;
        line-height: 35px;
    }
    .detail-box-right-top-discount {
        width: 60px;
        height: 17px;
        font-size: 8px;
    }
    .detail-box-right-top-price {
        text-align: left;
        margin-bottom: 10px !important;
    }
    .color-item {
        margin-left: 5px !important;
    }
    .prev {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    .next {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    .product-box-top-title {
        width: auto;
        font-size: 25px;
    }
    .product-photo-box>img {
        height: 180px;
    }
}

@media(max-width:385px) {
    .box-top {
        padding: 20px 0px;
    }
    .logo {
        width: 115px;
    }
    .product-box {
        margin-bottom: 0;
    }
    .product-box-top-viewall {
        font-size: 15px;
    }
    .box-top-title {
        font-size: 10px;
    }
    .link {
        font-size: 16px;
    }
    .product-box-top-viewall {
        font-size: 10px;
    }
    .logo-footer {
        width: 107px;
    }
    .product-box-top-title {
        width: 220px;
    }
    .footer-box {
        flex-direction: column;
    }
    .footer-box>div {
        width: 100%;
        margin-bottom: 20px;
    }
    .text-end {
        width: 100%;
    }
    /* .detail-box-left__box {
        height: 265px;
    } */
    .product-photo-box>img {
        height: 155px;
    }
}

@media (min-width: 100px) {
    .container,
    .container-sm {
        max-width: 100%;
    }
    .btn-slide__top {
        width: 55px;
        height: 55px;
        right: 30px;
    }
}