@media all and (min-width: 481px) {




.eu-cookie-bar-notification {
    width: 450px;
    max-width: 95%;
    margin-left: -225px;
}

/* BLOCKS */

    .listbox li {
        margin: 0 0 2%;
    }
    .block-popular-tags li {
        display: inline-block;
    }
    .block li.active {
        width: 100%;
    }
    .block .sublist {
        padding: 3% 3% 1% 3% !important;
    }

/* PRODUCTS IN GRID */

    .product-list .product-item .details {
        float: left;
        min-width: 275px;
        width: 63%;
        clear: none;
    }

/* PRODUCT PAGE */

    .product-variant-line {
        width: 49%;
        margin: 0 0 2% 2%;
        float: left;
    }
        .product-variant-line:nth-child(2n+1) {
            margin-left: 0;
            clear: both;
        }

/* MY ACCOUNT PAGE */

    .inputs .search-text, .inputs .text-box {
        width: 260px;
    }
    .account-page .address-item, .account-page .order-item {
        margin: 0 0 1% 1%;
        padding: 5px;
        width: 32.66666666666667%;
    }
        .account-page .address-item:nth-child(3n+1), 
        .account-page .order-item:nth-child(3n+1) {
            clear: both;
            margin-left: 0;
        }

/* SHOPPING CART */

    .order-summary-content .deals {
        overflow: hidden;
    }
    .order-summary-content .deals > * {

    }
    .order-summary-content .deals > *:first-child {
        
    }  

<!--nextstep -->
/*
    .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
        max-width: 100% !important;
        width: 440px !important;
        left: 50% !important;
        margin-left: -220px !important;
    }
    
*/

    .checkout-data .address-grid > div,
    .checkout-data .address-grid > div:nth-child(2n+1) {
        margin: 0 0 1% 1%;
        width: 32.66666666666667%;
    }
        .checkout-data .address-grid > div:nth-child(3n+1) {
            margin-left: 0;
        }

    .payment-logo {
        display: inline-block;
    }



    
/* SITEMAP */

    .sitemap-page li {
        width: 33.333333%;
    }

}