@media only screen and (max-width: 1199px) {
    .wrap-content {
        padding: 0px 10px;
    }
}

@media only screen and (max-width: 991px) {

    .scrollToTop,
    #messages-facebook,
    .btn-frame,
    .menu,
    .header-search,
    .section-5,
    .section-7,
    .product-detail__album-item-name,
    .header-user-content {
        display: none !important;
    }

    .menu-res {
        display: block;
    }

    .contact-input {
        margin-bottom: 15px;
    }

    .cart-fixed {
        bottom: 220px;
    }

    .cart-pro-detail {
        width: 100%;
        margin-top: 10px;
    }

    .header-logo {
        zoom: 0.5;
    }

    .header-right {
        padding: 0;
        border: 0;
    }

    .header-lang {
        margin-left: 12px;
    }

    .header-fixed {
        padding: 15px 10px;
    }

    .othernews {
        position: initial;
    }

    .left-account {
        display: none;
    }

    .right-account {
        width: 100%;
    }

    .grid-pro-detail .left-pro-detail {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .grid-pro-detail .right-pro-detail {
        width: 100%;
    }

    .contact-detail {
        flex-direction: column-reverse;
    }

    .left-contact-detail {
        width: unset;
    }

    .right-contact-detail {
        width: unset;
        margin-bottom: 30px;
    }

    .left-content-detail {
        width: 100%;
        margin-bottom: 20px;
    }

    .right-content-detail {
        width: 100%;
    }

    .row-contact {
        justify-content: center;
    }

    .contact-item {
        width: 100%;
        margin: 5px;
    }

    .contact-item span {
        word-break: break-all;
    }

    .news-left {
        width: 100%;
        margin-bottom: 30px;
    }

    .news-right {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    .left-pro-detail,
    .top-contact .article-contact {
        margin-bottom: 30px;
    }

    .row-checkout {
        flex-wrap: wrap;
    }

    .left-checkout {
        width: 100%;
        margin-bottom: 20px;
    }

    .right-checkout {
        width: 100%;
    }

    .🐷 {
        margin-top: 32px;
    }

    .title-main h2,
    .title-main span,
    .title-main-2 h2,
    .title-main-2 span {
        font-size: 28px;
    }

    .title-main p {
        font-size: 14px;
    }

    .product-top,
    .product-info {
        display: none;
    }

    .section-9 .item {
        padding-right: 0;
    }

    .section-9 .main {
        padding: 36px 10px;
        text-align: center;
    }

    .section-9 .item .name {
        max-width: 100%;
    }

    .section-9 .button {
        position: relative;
        bottom: 0;
        margin-top: 20px;
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .box-readmore {
        width: calc(100% - 5px);
    }

    .cart-pro-detail {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cart-pro-detail a {
        width: 100%;
        text-align: center;
        margin: 0px !important;
    }

    .cart-pro-detail a:first-child {
        margin-bottom: 5px !important;
    }
}