﻿/*=====================================================
    
    DESKTOP

=====================================================*/







@media all and (min-width: 1025px) {

    /* GLOBAL STYLES */

    .center-2 .product-list .item-box .picture {
        width: 125px;
        height: 125px;
    }


    .center-2 .product-list .item-box .details {
        margin: 0 0 0 160px;
        padding: 15px 0 0
    }

    .product-list .item-box .description {
        width: 65%;
    }

    .product-list .item-box .product-title, .product-list .item-box .title {
        padding-top: 10px;
        margin-bottom: 15px;
    }

    .center-2 .product-list .item-box .add-info {
        top: 45%;
    }


}

@media (min-width: 481px) and (max-width: 1024px) {

    /* GLOBAL STYLES */

    .item-box .prices > *:last-child:not(:empty) {
        margin-bottom: 15px;
    }

    .item-box .prices > *:last-child:not(:empty) {
    }

    .center-2 .product-list .item-box {
        width: 100% !important;
        margin-left: 0px;
        clear: both;
    }

        .center-2 .product-list .item-box .picture {
            width: 100px;
            height: 100px;
            float: left;
            margin-bottom:0px;
        }

        .center-2 .product-list .item-box .details {
            margin: 0 0 0 140px;
            padding: 15px 0 0;
            text-align: left;
        }

        .center-2 .product-list .item-box .prices {
            padding-top: 5px;
            float: left;
        }

        .center-2 .product-list .item-box .buttons {
            display: block;
            float: right;
            margin-right: 5px;
        }

    .product-list .item-box .description {
        height: auto;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 85%;
        color: gray;
        margin-bottom: 5px;
    }

    .item-box .product-title, .item-box .title {
        height: auto;
        padding-left:0px;
        font-size: 18px;

    }

    .center-2 .product-list .item-box input[type="button"] {
        height: 30px;
        width: 30px;
        font-size: 20px;
        padding: 0;
        vertical-align: middle;
        border: none;
        text-overflow: ellipsis;
        overflow: hidden;
        border-radius: 100%;
    }

    /*.center-2 .product-list .item-box .add-info {
        top: 45%;
    }*/


    .block-wrapper {
        display: none;
    }

    .add-to-cart-qty-wrapper {
        display: none;
    }


    .footer {
        display: none;
    }


}



/*@media all and (max-width: 481px) {

    
}*/
