﻿
@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important;
    }

    .detail-product .left {
        height: 375px;
    }

    .project-swiper-btn.swiper-button-next {
        right: 20px !important;
        display: none;
    }

    .project-swiper-btn.swiper-button-prev {
        left: 20px !important;
        display: none;
    }

    .detail-product .left .nav-swiper-project .container {
        padding: 10px;
    }

    .detail-product .bread-cum .container a {
        font-size: 13px;
    }

    .detail-product .bread-cum {
        display: none;
    }

    .top-img-product-new-home a img {
        display: block;
        width: 100%;
        height: 155px;
    }

    ul.list-product-new-home {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

    .wp-price-product-home {
        display: block;
    }

    span.price-product-new-home {
        font-size: 16px;
    }

    span.price-product-old-home {
        font-size: 14px;
        margin-left: 0;
    }

    .bottom-information-product-new-home h4 {
        font-size: 15px;
    }

    .star-product-home i {
        font-size: 12px;
    }

    .star-product-home {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .top-product-new-home {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 25px;
    }

    .detail-product h1 {
        font-size: 20px;
        line-height: 1.5;
        margin: 0;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .textsl .quantity-selector {
        padding-left: 0;
    }
    .list-infor{
        padding-left:0;
    }
    .detail-product .fb > .fb_iframe_widget iframe {
    width: 128px !important;
    max-width: max-content !important;
}
    
}
