

@media screen and (max-width: 320px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 767px) {
.product-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 410px;
}
ul.products li.product .product-thumbnails--slider a {
    font-family: baomoi-semibold;
    font-size: 17px;
}
.woocs_price_code ins {
    display: block;
    font-size: 17px;
}
    .content-st {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    #home-slider .owl-nav .owl-prev {
        left: 12px;
    }

    #home-slider .owl-nav .owl-next {
        right: 12px;
    }

    .main-header--logo {
        text-align: center;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: -13px;
    }

    .owl-carousel .owl-nav .owl-next {
        right: -13px;
    }

    .video-iframe {
        max-height: 415px;
        position: relative;
        min-height: 280px;
    }

    .item-album {
        min-height: 218px;
    }

    .video-box {
        background: #dbb415;
        padding: 30px 52px;
        min-height: auto;
        float: left;
    }

    .video-iframe {
        padding-right: 15px;
    }

    .video-content {
        padding-left: 15px;
    }

    .productshot-heading span {
        padding: 0 0px;
        padding-bottom: 12px;
        font-size: 25px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .video-box {
        background: #dbb415;
        min-height: 387px;
        padding: 11px 40px;
        float: left;
        width: 100%;
    }
    .video-description {
        font-size: 18px;
        text-align: justify;
        margin-bottom: 8px;
    }
    .video-btn {
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 13px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 991px) {
  
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
ul.products li.product .product-thumbnails--slider .woocommerce-loop-product__title {
    line-height: 20px;
    min-height: 47px;
    margin-bottom: 0;
}


.product-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 639px;
}
    .lSSlideWrapper {
        max-width: 100%;
        max-height: 570px;
        overflow: hidden;
    }
}




@media screen and (min-width: 1200px) {
}

.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style] {
    width: 100% !important
}

.fb-page, .fb-page span, .fb-page span iframe[style] {
    width: 100% !important
}

.d_page {
    width: 100%;
    margin: 15px 0 25px 0;
    float: left;
    text-align: center;
}

    .d_page b {
        background-color: #000;
        border-color: #000;
        color: #fff;
        margin-right: 8px;
        width: 45px;
        height: 45px;
        font-size: 17px;
        border-radius: 50px;
        font-weight: 400;
        display: inline-block;
        line-height: 45px;
    }

    .d_page a {
        margin: 0 2.5px;
        background: #fff;
        text-align: center;
        display: inline-block;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        line-height: 45px;
        font-size: 17px;
        color: #b5b0b0;
        border: 1px solid #b5b0b0;
        text-decoration: none;
    }

        .d_page a:hover {
            background-color: #000;
            border-color: #000;
            color: #fff;
        }
