
/* Important! This file is to only be edited through WebDAV or through the control panel by the client, not theme partners/designers. */

@media screen and (min-width: 767px){
#CategoryContent .ProductList li:nth-child(4n+1) {
   clear: left;
}
}

@media screen and (min-width: 600px) and (max-width: 767px) {
#CategoryContent .ProductList li:nth-child(3n+1) {
   clear: left;
}
}

@media screen and (min-width: 375px) and (max-width: 600px){
#CategoryContent .ProductList li:nth-child(2n+1) {
   clear: left;
}
}

.mtm-colorbox-popup #cboxLoadedContent { padding:0; }
#mtm-popupbox img, #mtm-popupbox a{ display:block; margin:0; }


@media screen and (max-width: 1000px) {
.sale-text-banner { /* position:static !important; */ }
#sale-img{
    border-left:0;
    left: 50%;
    top: -28px;
    margin-left: -141px;
}

}