/**
custom styles here
 */
div[class*="components-header-variants-header-variant-4-logo"] {
    max-height: 90px !important;
}

div[class*="components-header-variants-header-variant-4-header-"] {
    background-image: url("/upload/custom/headerBg.jpg");
    background-size: cover;
}

div[class*="components-catalog-category-categories-type-1-mobile"] a:nth-child(n+10) {
	display:none;

}

iframe {
    max-height: 420px !important;
}