﻿/*.gallery-item:nth-child(3n+1) {
    margin-left: 6% !important; 
} */
div.os-internal-Popup.os-internal-ui-dialog
.os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog
.os-internal-ui-dialog-titlebar {
    background: #00447c !important;
}

div.gallery {
    margin: 0 13%;
}

span.gallery-item {
    margin: auto !important;
}

/*------- start of laptop size ------*/

@media screen and (max-width: 1366px) {
    div.gallery {
        margin: 0 5% !important;
    }
}

/*------- end of laptop size ------*/

@media screen and (max-width: 600px) {
    .product-desktop {
        display: none !important;
    }
    
    .product-mobile {
        display: block !important;
    }
    
    .tns-inner.tns-ah {
        height: 550px !important;
    }
}