
@media (max-width: 1600px){
    .w1600 {
        padding: 0 2%;
    }
}



.container-custom {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width: 380px) {
    .tb-gallery .tb-thumb li {
        margin: 0 0 0 10px;
        padding-top: 16px;
    }
}

@media (max-width: 380px) {
    .tb-gallery .tb-thumb li {
        margin: 0 0 0 10px;
        padding-top: 16px;
    }
}

@media (max-width: 768px) {
    .product-nav-arrows span {
        top: 65%;
        width: 30px;
        height: 30px;
        border: 6px solid rgba(49, 45, 45, 0.2);
    }

    .product-nav-arrows span:hover {
        border: 6px solid rgba(24, 23, 23, 0.7);
    }

    .product-nav-arrows span.nav-arrow-prev {
        left: 2%;
        border-right: none;
        border-top: none;
    }

    .product-nav-arrows span.nav-arrow-next {
        right: 2%;
        border-left: none;
        border-bottom: none;
    }

    .product-img-nav-arrows span {
        top: 60%;
        width: 24px;
        height: 24px;
        border: 4px solid rgba(236, 66, 78, 0.8);
    }

    .product-img-nav-arrows span:hover {
        border: 4px solid rgba(232, 0, 17, 0.9);
    }

    .product-img-nav-arrows span.nav-arrow-prev {
        left: 0.1%;
        border-right: none;
        border-top: none;
    }

    .product-img-nav-arrows span.nav-arrow-next {
        right: 0.1%;
        border-left: none;
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .container-custom {
        width: 750px
    }
    .imgbox {
         height: 190px;
     }
}

@media (min-width: 992px) {
    .container-custom {
        width: 970px
    }
    .imgbox {
        height: 240px;
    }
}

@media (min-width: 1200px) {
    .container-custom {
        width: 1170px
    }
    .imgbox {
        height: 210px;
    }
}

@media (min-width: 1400px) {
    .container-custom {
        width: 1360px
    }
    .imgbox {
        height: 230px;
    }
}

@media (min-width: 1600px) {
    .container-custom {
        width: 1560px
    }
    .imgbox {
        height: 265px;
    }
}

@media (min-width: 1800px) {
    .container-custom {
        width: 1750px
    }
    .imgbox {
        height: 280px;
    }
}