/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 5 version
*/

/*
CSS RESPONSIVE ON DEVICE
 */

/*=============== START DESKTOP ====================*/


@media only screen 
and (min-width : 1024px) {
    

}


@media only screen 
and (min-width : 1200px) {
    .container {
        max-width: 1180px;
    }    

}

@media only screen 
and (min-width : 1400px) {
    .container {
        max-width: 1300px;
    }    

}

@media only screen 
and (min-width : 1600px) {
    

}

/*=============== END DESKTOP ====================*/

/*=============== START IPAD ====================*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) {
    
h2.title-product-home {
    margin-top: 2rem;
}

.product-home-item>a>h3 {
    font-size: 13px;
    padding: 0 5px;
    line-height: 1.5;
}

.block-article-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.block-thumb-right .block-article-item_content {
    padding: 0;
    margin-bottom: 2rem;
}

.block-thumb-left .block-article-item_content {
    padding: 0;
    margin-bottom: 2rem;
}

.block-article-item.block-thumb-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.gallery-item>a h4 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

button.owl-next {
    right: -18px;
}

button.owl-prev {
    left: -18px;
}

.footer-block.footer-cus {
    padding: 0;
}

.footer-block.footer-contact {
    margin-bottom: 3rem;
}

.title-home h2 span, h2.title-gallery span, h2.title-block-article span {
    font-size: 2.4rem;
}


}       
/*=============== END IPAD ====================*/



/*=============== START MOBILE ====================*/

@media only screen 
and (max-width : 767px) {
    
h2.header-page-title {
    font-size: 20px;
    text-transform: uppercase;
}

section.bg-breadcrumb {
    padding: 30px 0;
}

.product-home-content {
    margin-bottom: 3rem;
}

.product-home-list {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.product-home-item>a>h3 {
    font-size: 13px;
    line-height: 1.4;
}

.block-article-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.block-thumb-right .block-article-item_content {
    padding: 0;
    margin-bottom: 2rem;
}

.block-article-inner {
    padding-left: 3rem;
}

.block-article-item_content>h3 {
    font-size: 18px;
}

.block-article-item_content p {
    font-size: 15px;
    line-height: 1.5;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

h2.title-block-article span {
    font-size: 2.2rem;
}

.block-thumb-left .block-article-item_content {
    padding: 0;
    margin-bottom: 2rem;
}

.block-article-item.block-thumb-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

h2.title-gallery, .title-home h2 span {
    font-size: 2.2rem;
}

.title-home h2 span:before, .title-home h2 span:after {
    width: 40px;
    top: 13px;
}

.title-home h2 span:before {
    left: -60px;
}

.title-home h2 span:after {
    right: -60px;
}

section.brand .title-home h2 span {
    font-size: 2rem;
}

.gallery-item>a h4 {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
}

.footer-block.footer-cus {
    padding: 0;
    margin: 3rem 0;
}

.footer-block.footer-link {
    margin-bottom: 3rem;
}

.single-product-gallery {
    padding: 0;
}

.main-stage {
    height: 320px !important;
    margin-bottom: 3rem;
}

.single-product-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
}

.single-product-related-box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 15px;
}

h1.single-product-summary-title {
    font-size: 2rem;
}

h3.single-product-summary-contact {
    font-size: 16px;
}

h1.v-title-single-post {
    font-size: 22px;
}

.wrapper-archive, .wrapper-single {
    padding: 4rem 0;
}


}

/*=============== END MOBILE ====================*/



/*=============== START MOBILE < 320px ====================*/

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 320px) {
    


}

/*=============== END MOBILE < 320px====================*/