
         :root {  
            --hovercolor: #ED6E1E; 
            --bg_dark: ; 
            --font-weight: 600;  
			
        }body{
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            color: #523D26;
        }.pos_title h2,.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{
            font-family: "Open Sans", sans-serif;
            color: #523D26;
            text-transform: capitalize;
			font-weight: 600;
        }.pos_title h2{
            font-size: 24px;
        }.pos-title{
            font-family: "Open Sans", sans-serif;
        }.pos-title-column h4{   
            font-size: 20px;
        }#header .sticky-inner.scroll-menu{  
            background-color: #ffffff;   
        }.js-product-miniature .product_desc .product_name{
            color: #523D26;
            font-size: 14px;
            text-transform: none;
        }.js-product-miniature .product_desc .product_name:hover{
            color: #ED6E1E;
        }.product-price-and-shipping .price{
            color:#555555;
            font-size: 15px;
        }.h1.namne_details, .product_name_h1{
            color: #253237;
            font-size: 24px;
            text-transform: none;
        }.product-prices .price, .product-prices .current-price span:first-child{
            color:#555555;
            font-size: 22px;
        }#product.showcase-body #header,.showcase-inner,#product.showcase-body .page-title-wrapper{
            background-color: ;
        }@media screen and (min-width: 1023px) {
.pos-menu-row .category-sub-menu {
         display: flex;
         list-style: none;
         padding: 0;
         flex-wrap: wrap} 
.pos-menu-row .category-sub-menu li:not(:last-child) a::after {
         content: " | ";
}
.pos-menu-row .category-sub-menu li a {padding-right:10px}
.main-menu .pos-menu-horizontal .menu-content .menu-item .menu-dropdown .category-sub-menu {
     margin-top: 0.25rem; 
}

.pos-menu-col > ul > li{
    padding-left: 60px;
}

.pos-menu-col > ul > li::before {
    background-size: 40px 40px;
    background-repeat: no-repeat;
    display: inline-block;
    content: "";
    width: 50px;
    height: 50px;
    margin-left: -60px;
    position: absolute;
}

.r1 > ul > li:nth-child(1):before {
    background-image: url('https://trh.regionalnispeciality.cz/img/cms/ikony/vegetable.svg');
    background-size: 50px 50px;
}
.r1 > ul > li:nth-child(2):before {
    background-image: url('https://trh.regionalnispeciality.cz/img/cms/ikony/steak.svg');
}
.r1 > ul > li:nth-child(3):before {
    background-image: url('https://trh.regionalnispeciality.cz/img/cms/ikony/egg.svg');
}
.r1 > ul > li:nth-child(4):before {
    background-image: url('https://trh.regionalnispeciality.cz/img/cms/ikony/fish.svg');
}


.r2 > ul > li:nth-child(1):before {
    background-image: url('https://trh.regionalnispeciality.cz/img/cms/ikony/jam.svg');
}
.r2 > ul > li:nth-child(2):before {
    background-image: url('https://trh.regionalnispeciality.cz/img/cms/ikony/wine.svg');
}
.r2 > ul > li:nth-child(3):before {
    background-image: url('https://trh.regionalnispeciality.cz/img/cms/ikony/dessert.svg');
}

.r3 > ul > li:nth-child(1):before {
    background-image: url('https://trh.regionalnispeciality.cz/img/cms/ikony/milk.svg');
}
.r3 > ul > li:nth-child(2):before {
    background-image: url('https://trh.regionalnispeciality.cz/img/cms/ikony/croissant.svg');
}
.r3 > ul > li:nth-child(3):before {
    background-image: url('https://trh.regionalnispeciality.cz/img/cms/ikony/dumplings.svg');
}
}