@media screen and (min-width:960px) and (max-width:1279px) {
    .menu_wrap.type_2 .main_menu > li > a {
        padding: 8px 8px;
        font-size: 10px;
        overflow: hidden;
        white-space: nowrap; /* Don't forget this one */
        text-overflow: ellipsis;
    }

    .main_menu > li {
        width: 25%;
    }

    .categories_list a {
        font-size: 10px;
        overflow: hidden;
        white-space: nowrap; /* Don't forget this one */
        text-overflow: ellipsis;
    }

    #centerText {
        text-align: center;
        font-size: 12px;
        margin-top: -16px;
    }

    #centerText strong {
        font-size: 16px;
        padding: 2px 8px;
    }

    #centerText > div {
        margin-top: 5px;
    }

    #headerCartDiv {
        margin-top: -16px;
    }

    #productosVerTipos {
        display: none;
    }

    .product_single_preview {
        width: 350px;
        height: 510px;
    }
}