@media screen and (max-width: 1199px) {}

@media screen and (max-width: 991px) {
    .main-wrapper {
        padding-top: 87px;
    }

    #header {
        position: fixed;
        top: 0;
        height: auto;
        border-top: 20px solid var(--sub-color)
    }

    #header .container {
        justify-content: center;
    }

    .opt-mobail,
    .show-mobile {
        display: block;
    }

    .main_menu,
    .top-header,
    .main_menu li.ls-cart {
        display: none;
    }

    .logo-site img {
        max-width: 120px;
    }

    .main_menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 82px;
        left: 0;
        background: #fff;
    }

    .main_menu li {
        display: block;
        float: inherit;
        padding: 10px 20px;
    }

    .sec_head {
        width: 100%;
    }

    .section_home .item {
        min-height: calc(400px - 87px);
    }
    .item-mobile {
        display: block !important;
    }
    .item-web {
        display: none !important;
    }
    .section_products .row,
    .view-all {
        display: none;
    }

    #products_slider {
        display: block;
    }

    .section_download {
        background: var(--main-color);
        padding: 50px 0
    }

    .section_download:before {
        display: none;
    }

    .thumb-download {
        padding-top: 280px;
    }

    .thumb-download figure {
        bottom: -165px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
    }

    .thumb-download figure img {
        max-width: 320px;
    }

    .txt-download {
        text-align: center;
    }

    .txt-download strong {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .txt-download p {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .txt-download span {
        font-size: 22px;
    }

    .txt-download li {
        display: block;
        margin: 0 0 10px;
    }

    .txt-download li img {
        max-width: 170px;
    }

    .menu-ft li {
        display: inline-block;
        margin: 0 7px;
    }

    #products_slider .owl-dots {
        padding: 0;
    }

    .product_details_page {
        padding-top: 0;
    }

    .pro--Thumb {
        height: 360px;
    }

    .sp-nav {
        margin-right: 25px;
    }

    html[dir="rtl"] .sp-nav {
        margin-left: 25px;
        margin-right: unset
    }

    .favorit-product,
    .favorit-product:hover {
        font-size: 25px;
    }

    .block-product-slide {
        margin-bottom: 20px;
    }

    .quantity {
        width: 110px;
    }

    .quantity .count-quat {
        width: 40px;
    }

    .quantity .inc,
    .quantity .dec {
        width: 35px;
        padding: 0
    }

    .product_details_page .col-lg-5 {
        padding: 0
    }

    .product_details_page .slider-nav {
        padding: 0 15px
    }

    .stage_padding {
        padding: 20px 0;
    }

    .cont-add-address {
        padding: 40px 20px;
    }

    .d-flex {
        flex-wrap: wrap;
    }

    .cont-user .form-group {
        flex: 0 100%;
        margin: 0 0 20px
    }

    .cont-address .form-group {
        flex: 0 100%;
        margin: 0 0 20px;
    }

    .form-st {
        width: 100%;
    }

    .cont-form-contact {
        padding: 45px 20px;
    }

    .forgot_password_page .content-sign,
    .content-sign {
        padding: 60px 20px;
    }

    .item-summary {
        flex: 0 100%;
    }

    .order-summry {
        margin-bottom: 30px
    }

    .order_details_page .order-dtl {
        padding: 15px 10px 5px;
    }
    
    td, th {
        white-space: nowrap;
    }
    
    .total-price p {
        margin-inline-end: 40px;
    }

    .order_details_page .order-dtl .d-flex > div:nth-child(1),
    .order_details_page .order-dtl .d-flex > div:nth-child(4),
    .order_details_page .order-dtl .d-flex > div:nth-child(3), 
    .order_details_page .order-dtl .d-flex > div:nth-child(6),
    .order_details_page .order-dtl .d-flex > div:nth-child(2), 
    .order_details_page .order-dtl .d-flex > div:nth-child(5) {
        flex: 0 50%;
    }

    .item-order {
        flex-wrap: wrap;
    }
    
    .item-order > div {
        flex: 0 50%;
        margin-bottom: 20px;
    }
    
    .item-order > div:last-child {
        margin-bottom: 0;
        flex: 0 100%;
    }
    
    .item-order .btn-site {
        width: 100%;
    }
    
    
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 500px) {}