﻿/*.gallery-item:nth-child(3n+1) {
    margin-left: 6% !important; 
} */

div.gallery {
    margin: 0 13%;
}

span.gallery-item {
    margin: auto !important;
}

.magazine-banner {
    display: block;
}

.magazine-banner-mobile {
    display: none;
}

/*------- start of laptop size ------*/

@media screen and (max-width: 1366px) {
    div.gallery {
        margin: 0 4% !important;
    }
}

/*------- end of laptop size ------*/

@media screen and (max-width: 600px) {
    .product-desktop {
        display: none !important;
    }
    
    .prod-main-con {
        width: 90% !important;
    }
    
   /* .product-mobile {
        display: block !important;
    }*/
    
    .product-con {
        width: 100% !important;
        text-align: center;
    }
    
    .tns-inner.tns-ah {
        height: 460px !important;
    }
    
    .magazine-banner {
        display: none !important;
    }

    .magazine-banner-mobile {
        display: block !important;
    }
}