﻿.alpha .mn_item-box {
   float:left;
}


.alpha .mn_item-box {
    width: 19% !important;
    margin: 0 0.5% 50px;
}

    .alpha .mn_item-box:nth-child(2n+1) {
        clear: none;
    }

    .alpha .mn_item-box:nth-child(3n+1) {
        clear: none;
    }


.manufacturer-grid .mn_picture {
    border: 1px solid #ddd;
}

.manufacturer-list-page h1 {
    font-size: 18px;
}

@media only screen and (min-width: 961px) {
    .alpha .mn_item-box:nth-child(5n+6) {
        clear: both;
    }
}

@media only screen and (min-width: 601px) and (max-width: 960px) {
    .manufacturer-grid .title {
        margin: 0 0 15px;
        text-align: center;
        font-size: 3.2vw;
    }



    .alpha .mn_item-box {
        width: 23% !important;
        margin: 0 1% 50px;
    }

        .alpha .mn_item-box:nth-child(4n+1) {
            clear: both;
        }
}



@media only screen and (min-width: 1px) and (max-width: 600px) {
    .manufacturer-grid .title {
        margin: 0 0 15px;
        text-align: center;
        font-size: 3.2vw;
    }



    .alpha .mn_item-box {
        width: 48% !important;
        margin: 0 1% 20px;
    }
}

@media (any-hover: none) {
    .azChoice {
        margin: 8px;
    }
}

