﻿
/* Normal desktop :1366px. */
@media (min-width: 1170px) and (max-width: 1400px) {
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
}


/* small mobile :320px. */
@media (max-width: 767px) {
    .home-four-4 {
        margin-bottom: 10px;
    }
    select#bodyContentPlaceHolder_ddlPageSize {
        /*width: 113px !important;*/
        padding-right: 5px;
    }
    .products-view__options .view-options__control:last-child {
        margin-right:0;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .home-four-4 {
        margin-bottom: 10px;
    }
}
