<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 &gt; ul &gt;  li {
    width: 20%;
}

#mainmenu &gt; ul &gt; 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;
    }

    .popular_category_image .owl-carousel .owl-item img {
        width: 55%;
    }

}

@media screen and (max-width: 449px) {
    #product-list &gt; div {
        width: 100%;
    }
    #product-list-options &gt; 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;
    }
}</pre></body></html>