/*
 * Custom code goes here.
 */

/* hide firstname and lastname alerts in checkout form */
#customer-form input[name="firstname"]+span.form-control-comment, #customer-form input[name="lastname"]+span.form-control-comment {
    display: none;
}
/* fix for Chrome image rendering */
img {
 image-rendering: -webkit-optimize-contrast;
}


div#_desktop_logo a img.logo {
    /* max-width: 345px; */
    /* openservis - at se nam logo zatim neprekryva s vyhledavanim, nez to pak lepe pripadne uceses */
    max-width: 290px;
    padding-top: 10px;
    padding-bottom: 10px;
}


#custom-text a {
    font-weight: 600;
    color: #068EA4;
}

#custom-text a:hover {
    text-decoration: underline;
}

#wpverticalmenu .vertical-menu .vertical-menu a[data-depth="1"] {
    text-transform: uppercase;
}

#module-prestablog-blog #wpimageslider-wrap {
    display: none;
}

@media (max-width: 1199px) {

#wp_footer h2, .prestablog .title {text-align: left;}


#left-column div#prestablog-lastliste, #left-column div#prestablog-catliste {
    display: none;
}
}

@media (max-width: 820px) {
#subcategories .subcat .subcategory-name {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
}

@media (min-width: 540px) and (max-width: 790px) {
#main #subcategories .col-xs-6 {
    width: 50%;
}
}


@media (min-width: 300px) and (max-width: 500px) {
#subcategories .subcat {
    flex-flow: column;    
}
#subcategories .subcat .subcategory-name {
    text-align: center;
}
#subcategories .subcat {
        height: 83px;
    justify-content: center;
}

}

#index #blog_list_1-7 li {
    padding: 0;
}

#wp_footer img {
border: 2px solid #dddddd;
}

#header #_desktop_top_menu a[data-depth="0"].submenu:before {
        top: 13px;
}


@media (min-width: 1199px) {
#index .featured-products h2, #index .new-products h2, #index .special-products h2, #custom-text {
    text-align: center;
}

}


#left-column #prestablog-catliste h4 {
        display: block;
    font-size: 1.125rem;
    font-weight: 700;
    background: #f2f0ef;
    border-bottom: 1px solid #e0e0e0;
    padding: 13px 10px;
    margin-bottom: 0;
}

#left-column #prestablog-catliste  {
        margin-bottom: 2rem;
    border: 1px solid #dedede;
    overflow: hidden;
}

#left-column #prestablog-catliste ul {
    padding: 10px;
}

.wp-price-no-tax {
    font-size: 15px;
    margin-top: 12px;
    color: #444;
    font-weight: 600;
}

#product .product-prices .tax-shipping-delivery-label {margin-left: 0; color: #444;}


ul#vertical-menu img.category-thumbnail {
    display: none;
}

#wpverticalmenu .vertical-menu > .vertical-menu > li#category-28 > a {
    padding: 15px 20px;
}


@media (max-width: 1199px) {
#wrapper #slideshow #wpimageslider-wrap li .caption p {display: block;}
#header li#lnk-eshop {
    display: none;
}
}



#wpverticalmenu .vertical-menu .vertical-menu .sub-menu {
    border: 3px solid #00617b;
    box-shadow: 2px 3px 6px 1px rgb(0 0 0 / 15%);
}



