.nomobile {
    display: none !important;
}
.mobile {
    display: inline !important;
}
.mobile-block {
    display: block !important;
}
.mobile-inline-block {
    display: inline-block !important;
}
.mobile-table-cell {
    display: table-cell !important;
}

#main-menu > ul >  li {
    width: 20%;
}

#mainmenu > ul > li:first-of-type {
    display: inline-block;
}

@media screen and (max-width: 599px) {
    #home-slider, #home-slider-fg1, #home-slider-fg2 {
        display: none;
    }
    
    #cookie-warning {
        font-size: 12px;
    }
    #cookie-warning-close {
        display: block;
        width: 100%;
        clear: both;
        margin: 10px 0;
    }
}

@media screen and (max-width: 449px) {
    #product-list > div {
        width: 100%;
    }
    #product-list-options > form {
        width: 170px;
    }
    #product-list-options label {
        display: none;
    }
    
    #contents .inner img.right{
        float: none;
        margin: 0 0 10px 0;
        max-width: 100%;
    }

    .cart-table {
        font-size: 12px;
    }
}