@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,500,600');

iframe[name='google_conversion_frame'] {
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.spinner {
    width: 60px;
    height: 60px;
    background-color: #ffcc00;
    position: fixed;
    z-index: 9999;
    top: 20%;
    left: 48%;
    display: none;

    margin: 100px auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.cookie-info {
    width: 100%;
    min-height: 60px;
    background-color: black;
    bottom: 0;
    position: fixed;
    z-index: 9999;
}

.cookie-info .row {
    text-align: center;
}

.cookie-info .text {
    width: 70%;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 30px 0 30px;
    float: left;
}

.cookie-info a {
    color: #FFFFFF;
    text-decoration: underline;
}


.cookie-info .confirm {
    margin-top: 15px;
    float: left;
}

.cookie-info .confirm-button {
    height: 30px;
    background-color: #ffcc00;
    border-radius: 15px;
    cursor: pointer;
    color: black;
    font-weight: bold;
    text-align: center;
    line-height: 2.3;
    padding: 0 20px 0 20px;
}

@media (max-width: 800px) {
    .cookie-info .text {
        width: 100%;
        padding-left: 0;
        padding-top: 5px;
    }

    .cookie-info .confirm {
        width: 100%;
    }

    .cookie-info .confirm-button {
        display: inline-block;
        margin: 10px auto;
    }
}

@media (min-width: 801px) {
    html {
        min-width: 1200px;
    }
}

@-webkit-keyframes sk-rotateplane {
    0% { -webkit-transform: perspective(120px) }
    50% { -webkit-transform: perspective(120px) rotateY(180deg) }
    100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    } 50% {
          transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
          -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
      } 100% {
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        }
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1);
          transform: scale(1);
      }
}

#preload_images {
    position: absolute;
    left: 0px;
    right: 0px;
    display: none !important;
    visibility: hidden;
}
* {
    clear: none;
    outline: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    text-decoration: none;
    list-style-type: none;
    background: none transparent no-repeat;
    font-weight: normal;
    position: relative;
    border-collapse: collapse;
}
*,
body {
    font-family: 'Exo 2', Open Sans, Arial, Helvetica, sans-serif;
}
body {
    min-height: 100%;
    color: #111111;
    font-size: 14px;
}
a {
    /*-webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;*/
    /*&:focus, &:active{
          .transition(none);
      }*/
    color: #111111;
}
a img {
    opacity: 0.85;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
a:hover img {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
a:hover {
    color: #ff4400;
}
p {
    margin-top: 10px;
}
strong {
    font-weight: strong;
}
hr {
    border-bottom: 1px solid #dedede;
    margin: 15px 0px;
    clear: both;
    padding: 0px;
}
h1 {
    font-size: 36px;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #111111;
    font-weight: normal;
}
h2 {
    margin: 10px 0px;
    color: #3f3f3f;
    font-weight: bold;
    font-size: 22px;
}
h3, h3 * {
    margin: 10px 0px;
    font-size: 22px;
    color: #3f3f3f !important;
}
h3 a:hover, h3 * a:hover{
    color: #ff4400 !important;
}
h4 {
    margin: 10px 0px;
    font-weight: bold;
}
.right dfn {
    margin-left: 10px;
}
dfn {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0px;
    cursor: help;
    text-indent: -6000px;
    background: url('../img/layout/ico_help.png') center no-repeat;
}
dfn.right{
    clear: none !important;
}
strong {
    font-weight: bold;
}
blockquote {
    margin: 10px 50px;
}
.active,
.active * {
    opacity: 1;
}
.light,
em {
    color: #6c6c6c;
}
.small {
    color: #6c6c6c;
}
.anchor {
    text-decoration: underline;
    color: #ff4400;
}
.block {
    margin-top: 10px;
    margin-bottom: -10px;
    display: block;
}
.iblock {
    display: inline-block;
    margin-right: 20px;
}
.hidden,
.disabled {
    display: none !important;
}
#content_body a {
    color: #ff4400;
}
#content_body a:hover {
    text-decoration: underline;
}
#content_body h2 {
    margin-top: 30px;
}
#content_body h3 {
    margin-top: 30px;
}
#content_body > ul,
#content_body > ol {
    margin: 30px 0px;
}
#content_body li {
    margin: 10px 20px;
    list-style-type: square;
}
#content_body ol > li {
    list-style-type: decimal;
}
.singlepage #content_body p {
    line-height: 1.5em;
}
.singlepage #content_body img {

}
.img {
    display: block;
    margin-bottom: 20px;
    clear: both;
}
img.left {
    margin-right: 20px;
}
img.right {
    margin-left: 20px;
}
.left {
    float: left;
    clear: both;
}
.right {
    float: right;
    clear: both;
}
table {
    width: 100%;
    margin: 20px 0px;
    border-bottom: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
table th {
    background-color: #ffcc08;
}
/* FF & IE BUG
table tr:nth-child(2n+1) th,
table tr:nth-child(2n+1) {
  background-color: #EEE;
}
*/
.noborder, .noborder td, .noborder th{
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    vertical-align: top !important;
}
table th,
table.no_style thead td{
    font-weight: bold;
}
table th,
table td {
    padding: 10px;
    border-top: 1px solid #dedede;
}
table th {
    border-left: 1px solid #ecbc00;
}
table td {
    border-left: 1px solid #dedede;
}
table.no_style {
    background: none !important;
    clear: both;
    margin: 20px 0px;
    border: none;
}
table.no_style th,
table.no_style thead td {
    font-weight: bold;
    text-align: left;
    border: none !important;
}
table.no_style th,
table.no_style td {
    text-align: left;
    border: none !important;
    background: none !important;
    padding: 0px 0px 10px 20px;
    word-wrap: no-wrap;
    vertical-align: top;
}
table.no_style th:first-child,
table.no_style td:first-child {
    padding-left: 0px;
}
table.no_style th:last-child,
table.no_style td:last-child {
    padding-right: 0px;
}
table.form th,
table.form td {
    padding: 10px 20px !important;
}
#frm-contactForm div {
    margin: 5px 0px;
}
#frm-contactForm div label {
    width: 170px;
    display: inline-block;
    vertical-align: top;
    padding-left: 0px;
}
#frm-contactForm div textarea {
    display: block;
    margin-top: 5px;
}
#frm-contactForm div input[type=checkbox] {
    margin-top: 10px;
}
#frm-contactForm div input[type=submit] {
    margin-top: 10px;
}
#frm-contactForm .lbl_checkbox {
    padding-left: 5px;
    margin-top: 10px;
}
#frm-contactForm .lbl_textarea {
    margin-top: 10px;
}
#frm-contactForm .form-group {
    margin-bottom: 15px;
}
label {
    padding: 0 5px;
}
input[type=text],
select,
textarea {
    font-size: 12px;
    background-color: white;
    line-height: 15px;
    padding: 5px 7px;
    width: 150px;
    border: 1px solid #e2e2e2;
}
input[type=text],
select,
textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
select {
    width: 161px;
}
textarea {
    width: 280px;
    height: 100px;
    background-repeat: repeat-x;
}
input[type=submit],
input[type=button] {
    line-height: 34px;
    cursor: pointer;
    text-transform: uppercase;
    padding: 0px 20px;
    background-color: #ffcc08;
}
input[type=submit]:hover,
input[type=button]:hover {
    background-color: #ff7407;
}
input[type=submit]:focus,
input[type=button]:focus,
input[type=submit]:active,
input[type=button]:active {
    background: url("../img/layout/btn_small_orange_onclick.png") top repeat-x;
}
.flash {
    padding: 5px 10px;
    margin: 15px 0;
    border: 1px solid black;
}
.flash p {
    margin: 0px;
}
.flash.success {
    background: #ccffcc;
    color: black;
    border-color: green;
}
.flash.info {
    background: #FFF6BF;
    color: black;
    border-color: #FFD324;
}
.flash.error {
    background: #ffcccc;
    color: black;
    border-color: red;
}
.errors li {
    color: red;
    font-weight: bold;
}
.grid {
    margin: 0px auto;
    position: relative;
}
.grid_3cols .col {
    width: 30.303030303030305%;
    margin-left: 33px;
    float: left;
}
.grid_3cols .col:first-child {
    margin-left: 10px;
}
.grid_3cols .collast-child {
    float: right;
}
.grid_100percent {
    width: 100%;
}
.grid_960px {
    width: 960px;
}
.grid_1008px {
    width: 1008px;
}
.grid_1200px{
    width: 1200px;
}

.grid--row-centered {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.navigation-background {
    background-color: #ffcc08;
}
.clear {
    clear: both;
}
#bg_grid {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 500px;
    padding-top: 70px;
    z-index: -990;
}
#bg {
    width: 100%;
    height: 500px;
}
#header {
    width: 100%;
    position: relative;
    margin: 0px auto;
    height: 70px;
    background: url('../img/layout/bg_header.png') #070707 repeat-x;
}
#header #logo {
    width: 125px;
    height: 70px;
    background: url('../img/layout/logo.png') left center no-repeat;
    float: left;
    margin-left: -5px;
}
#header #logo h1, #header #logo span{
    text-indent: -6000px;
    display: block;
}
#header #langs {
    top: 10px;
    right: 2px;
    position: absolute;
}
#header #langs a {
    display: inline-block;
    width: 16px;
    height: 14px;
    padding: 0px 3px;
}
#header #searchbox {
    position: absolute;
    top: 30px;
    right: 5px;
}
#header #searchbox div:nth-child(2) {
    position: absolute;
    top: 1px;
    right: -2px;
}
#header #searchbox input[type=text] {
    padding: 5px 10px;
    padding-right: 30px;
    width: 150px;
}
#header #searchbox input[type=text]:focus {
    background: #FFF;
}
#header #searchbox input[type=submit] {
    border: none;
    cursor: pointer;
    color: transparent;
    background: url('../img/layout/ico_input_search.png') center no-repeat;
    height: 25px;
    width: 25px;
    display: block;
}
#navigation {
    overflow: visible;
    z-index: 999;
    -webkit-transition: background-image 0.2s ease-in-out;
    -moz-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    -ms-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
    height: 45px;
    margin-left: -45px;
}
#navigation ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-left: 14px;
    width: 100%;
    position: absolute;
}
#navigation ul li {
    list-style-type: none;
    display: block;
    float: left;
    position: static;
    line-height: 45px;
    margin-left: -2px;
    margin-right: -2px;
    width: 14.66%;
    text-align: center;
    z-index: 0px;
}
#navigation ul li:hover {
    z-index: 20px;
}
#navigation ul li:hover ul {
    display: flex;

}
#navigation ul li ul {
    opacity: 1;
    background-color: #ff7407;
    display: none;
    position: absolute;
    width: 1265px;
    height: 115px;
    z-index: 9px;
    margin: 0px;
    text-align: left;
    font-size: 14px;
}
#navigation ul li ul li {
    position: relative;
    opacity: 1;
    margin: 0px !important;
    height: 115px;
    min-width: auto;
    max-width: auto;
}
#navigation ul li ul li ul {
    display: none !important;
}
#navigation ul li ul li:hover {
    opacity: 1;
    background: url('../img/layout/bg_links_submenu_hover.png') repeat-x;
}

/* main submenu */
#navigation ul li ul li a {
    background-repeat: no-repeat !important;
    background-position: center 15px !important;
    max-width: 100px;
    padding: 65px 10px 10px 10px;
    font-size: 15px;
    line-height: 20px;
    max-height: 115px;
    min-height: 40px;
    letter-spacing: -1px;
}
#navigation ul li ul li a:hover {
    background-color: #e46705;
}

#navigation ul li a {
    -webkit-transition: background 0s ease-in-out;
    -moz-transition: background 0s ease-in-out;
    -o-transition: background 0s ease-in-out;
    -ms-transition: background 0s ease-in-out;
    transition: background 0s ease-in-out;
    color: #111111;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    text-transform: uppercase;
    text-align: center;
    z-index: 50;
    position: relative;
}
#navigation ul li:hover {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    color: #111111;
    background-color: #ff7407;
    z-index: 999;
    position: relative;
    box-shadow: 0px 0px rgba(255, 255, 255, 0.5);
}
#navigation ul li:hover a,
#navigation ul li:last-child a {
    background: none transparent;
}

#content {
    max-width: 1200px;
    margin: auto;
}

#content .content_left {
    width: 230px;
    float: left;
    position: relative;
    top: -22px;
}
#content .content_right {
    float: right;
    width: 935px;
    padding-right: 2px;
    padding-left: 20px;
}
#content #pagination {
    margin-top: 30px;
    text-align: center;
}
#content #pagination a {
    margin: 0px 5px;
    display: inline-block;
}
#content #pagination a:first-child {
    margin-right: 30px;
}
#content #pagination a:last-child {
    margin-left: 30px;
}
#content #pagination .a_btn,
#content #pagination span {
    padding-left: 10px;
    padding-right: 10px;
}
#content #slideshow,
#content #subslideshow {
    width: 1200px;
    margin: 0px auto;
    height: 584px;
    position: relative;
    z-index: 0;
}
#content #slideshow .heading_slider,
#content #subslideshow .heading_slider {
    color: #black;
    text-transform: uppercase;
    font-size: 18px;
}
#content #slideshow #slides,
#content #subslideshow #slides {
    position: relative;
}
#content #slideshow #slides .slide,
#content #subslideshow #slides .slide {
    height: 437px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-print-color-adjust: exact;
}
#content #slideshow #slideshow_prev,
#content #subslideshow #slideshow_prev,
#content #slideshow #slideshow_next,
#content #subslideshow #slideshow_next {
    z-index: 9999;
    text-indent: -6000px;
    position: absolute;
    top: 30%;
    width: 40px;
    height: 40px;
}
#content #slideshow #slideshow_prev,
#content #subslideshow #slideshow_prev {
    left: 30px;
    background: url('../img/layout/ico_arrow_slideshow_left.png') no-repeat;
}
#content #slideshow #slideshow_next,
#content #subslideshow #slideshow_next {
    right: 30px;
    background: url('../img/layout/ico_arrow_slideshow_right.png') no-repeat;
}
#content #subslideshow {
    margin-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    max-height: 258px;
}
#content #subslideshow .slide {
    max-height: 258px;
}
#content #subslideshow #slideshow_prev,
#content #subslideshow #slideshow_next {
    top: 40%;
}
#content #breadcrumbs {
    padding-top: 10px;
    line-height: 30px;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    top: 10px;
}
#content #breadcrumbs .ico {
    line-height: 30px;
    height: 20px;
}
#content #breadcrumbs ul {
    padding-left: 5px;
    display: inline-block;
    *display: inline;
}
#content #breadcrumbs ul li {
    background: url('../img/layout/ico_arrow.png') 0px 5px no-repeat;
    padding-top: 5px;
    display: inline-block;
    *display: inline;
    padding: 0px 5px;
    padding-left: 20px;
}
#content #breadcrumbs ul li a {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}
#content #breadcrumbs ul li a:hover {
    color: #ff4400;
    text-decoration: underline;
}
#content .wide #breadcrumbs {
    margin-left: -1px;
}
#content .wide #breadcrumbs > a {
    padding-left: 10px;
}
#content .wide h1 {
    margin: 20px 0;
}
.sidemenu {
    border-right: 1px solid #efefef;
}
.sidemenu * {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.sidemenu h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 0px 5px 10px;
}
.sidemenu ul li {
    line-height: 35px;
}
.sidemenu ul li a {
    display: block;
    line-height: 35px;
    padding: 0px 5%;
    font-size: 14px;
    text-transform: uppercase;
}
.sidemenu ul li a:hover {
    color: #111111;
    background-color: #ffcc08;
}
.sidemenu > ul > li.active > a {
    background-color: #ffcc08;
}

.sidemenu ul li > ul {
    display: none;
}
.sidemenu ul li.active > ul,
.sidemenu ul li.active > ul li.active > ul,
.sidemenu ul li.active > ul li.active > ul li.active > ul{
    display: block;
    margin-left: 10px;
}
.sidemenu ul li.active > ul{
    margin-left: 0px;
}
.sidemenu ul li ul {
    display: none;
    padding-top: 10px;
    padding-bottom: 20px;
}
.sidemenu ul li ul li:first-child a {
    border-top: none;
}
.sidemenu ul li ul li a {
    font-size: 14px;
    padding: 5px 10px 5px 30px;
    background: url('../img/layout/ico_arrow.png') 10px 3px no-repeat;
    line-height: 16px;
}
.sidemenu ul li ul li a:hover,
.sidemenu ul li ul li a > a:active,
.sidemenu ul li ul li a > a:focus {
    color: #ff4400;
    text-decoration: underline;
    background: url('../img/layout/ico_arrow_hover.png') 10px 3px no-repeat;
}
#content #survey, .catalog-by-brands, .list-pictograms {
    margin-top: 40px;
    padding: 15px;
}
.catalog-by-brands {
    margin-top: 20px;
    margin-bottom: -15px;
}
.list-pictograms {
    margin-top: 20px;
}
.catalog-by-brands *, .list-pictograms * {
    font-weight: bold;
}
#content #survey * {
    font-size: 14px;
}
#content #survey p {
    font-size: 12px;
    margin: 15px 0px;
}
#content #survey fieldset {
    margin-top: 5px;
}
#content #survey label:first-child {
    display: block;
    margin: 15px 0px;
    padding: 0px;
}
#content #survey .control-label label {
    font-weight: bold;
}
#content #survey br {
    line-height: 30px;
}

#footer {
    margin-top: 70px;
}

#footer .footer-brands-list .footer_grid {
    padding: 70px 0px;
    border: 0;
}
#footer .footer_grid {
    padding: 40px 0px;
}
#footer .footer_grid.footer-copy {
    padding: 20px 0 30px;
}
#footer .footer_grid.footer-contact {
    padding: 70px 0;
}
#footer .footer_grid a:hover {
    text-decoration: underline;
}
#footer .footer_grid p {
    color: #6c6c6c;
    font-size: 12px;
}
#footer .footer_grid li {
    list-style-type: none;
    line-height: 20px;
}
#footer .footer_grid #logos {
    margin-right: -20px;
    margin-bottom: -10px;
}
#footer .footer_grid #logos a {
    -webkit-transition: background 0s ease-in-out;
    -moz-transition: background 0s ease-in-out;
    -o-transition: background 0s ease-in-out;
    -ms-transition: background 0s ease-in-out;
    transition: background 0s ease-in-out;
    display: inline-block;
    height: 40px;
    margin: 15px;
    background-position: top left;
    overflow: hidden;
}
#footer .footer_grid #logos a img {
    visibility: hidden;
}
#footer .footer_grid #logos a:hover {
    background-position: bottom left;
}
.ico {
    padding-left: 30px;
}
.ico_li {
    margin-left: -30px;
    padding-left: 30px;
    margin-right: -30px;
    list-style-type: none;
}
.ico_li_tag {
    padding-left: 40px;
    list-style-type: none !important;
    margin-left: 0 !important;
    min-height: 34px;
    background-position: top left !important;
    background-repeat: no-repeat !important;
}
.ico_li_tag img{
    display: none !important;
}
.ico_li_tag.single {
    line-height: 34px;
}

.ico_mail {
    background: url("../img/layout/ico_mail.png") center left no-repeat;
}
.ico_home {
    padding-left: 15px;
    margin-bottom: -3px;
    display: inline-block;
    background: url("../img/layout/ico_home.png") center left no-repeat;
}
.ico_tel {
    background: url("../img/layout/ico_tel.png") center left no-repeat;
}
.ico_pin {
    background: url("../img/layout/ico_pin.png") center left no-repeat;
}

.ico_arrow_link {
    padding-left: 25px;
    font-weight: bold;
    background: url("../img/layout/ico_arrow_link.png") center left no-repeat;
}
.ico_arrow_link:hover {
    background: url("../img/layout/ico_arrow_link_hover.png") center left no-repeat;
}
.ico_arrow_link2 {
    padding-left: 25px;
    font-weight: bold;
    background: url("../img/layout/ico_arrow_link2.png") center left no-repeat;
}
.ico_arrow_link2:hover {
    background: url("../img/layout/ico_arrow_link2_hover.png") center left no-repeat;
}
.ico_map_maloobchod {
    line-height: 27px;
    background: url("../img/layout/ico_map_maloobchod.png") center left no-repeat;
}
.ico_map_velkoobchod {
    line-height: 27px;
    background: url("../img/layout/ico_map_velkoobchod.png") center left no-repeat;
}
.ico_map_spojene {
    line-height: 27px;
    background: url("../img/layout/ico_map_spojene.png") center left no-repeat;
}
.ico_map_pin_red {
    line-height: 41px;
    padding-left: 40px;
    background: url("../img/layout/ico_map_pin_red.png") center left no-repeat;
}
.ico_map_pin_orange {
    line-height: 41px;
    padding-left: 40px;
    background: url("../img/layout/ico_map_pin_orange.png") center left no-repeat;
}
.ico_map_pin_green {
    line-height: 41px;
    padding-left: 40px;
    background: url("../img/layout/ico_map_pin_green.png") center left no-repeat;
}
.ico_map_pin_cerva {
    line-height: 41px;
    padding-left: 40px;
    background: url("../img/layout/ico_map_pin_cerva.png") center left no-repeat;
}
/*
a[href$=".pdf"],
a[href$=".xls"],
a[href$=".doc"],
a[href$=".txt"],
a[href$=".zip"],
a[href$=".rar"],
a[href$=".tar.gz"],
a[href$=".tgz"] {
  padding-left: 20px;
  background: transparent;
}
a[href$=".pdf"] {
  background: url("../img/layout/ico_page_white_acrobat.png") no-repeat scroll left center;
}
a[href$=".xls"],
a[href$=".xlsx"] {
  background: url("../img/layout/ico_page_white_excel.png") no-repeat scroll left center;
}
a[href$=".doc"],
a[href$=".docx"] {
  background: url("../img/layout/ico_page_white_word.png") no-repeat scroll left center;
}
a[href$=".txt"] {
  background: url("../img/layout/ico_page_white_text.png") no-repeat scroll left center;
}
a[href$=".zip"],
a[href$=".rar"],
a[href$=".tar.gz"],
a[href$=".tgz"] {
  background: url("../img/layout/ico_page_white_compressed.png") no-repeat scroll left center;
}
*/
.a_btn {
    font-weight: bold;
    display: inline-block;
    border-radius: 1px;
    text-decoration: none !important;
    color: #111111 !important;
}
.a_btn_big {
    line-height: 44px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 0px 20px;
    background: url("../img/layout/btn_big.png") top repeat-x;
}

.a_btn_big:hover {
    background: url("../img/layout/btn_big_hover.png") top repeat-x;
}

.a_btn_big:focus,
.a_btn_big:active {
    background: url("../img/layout/btn_big_onclick.png") top repeat-x;
}
.a_btn_small_grey {
    line-height: 34px;
    padding: 0px 20px;
    background-color: #d1d1d1;
}
.a_btn_small_grey:hover {
    color: #111111;
    background-color: #ffcc08;
}
.a_btn_small_orange {
    line-height: 34px;
    padding: 0px 20px;
    background-color: #ffcc08;
}
.a_btn_small_orange:hover {
    color: #111111;
    background-color: #ff7407;
}
.a_btn_small_orange:focus,
.a_btn_small_orange:active {
    background: url("../img/layout/btn_small_orange_onclick.png") top repeat-x;
}
#index_content a {
    font-weight: bold;
}
#index_content #index_map {
    position: absolute;
    right: -10px;
    top: 53px;
}
#index_content #index_map_more_btn {
    position: absolute;
    left: 125px;
    top: 340px;
}
#index_content .ico_arrow_link {
    margin-top: 30px;
}
.news_item {
    margin: 5px 0px 15px 0px;
}
.news_item .date {
    font-style: italic;
    color: #6c6c6c;
    font-size: 12px;
}
.news_item p a {
    color: #111111;
    font-weight: bold;
}
.news_item p a:hover {
    color: #ff4400;
    text-decoration: underline;
}
#box_catalog {
    width: 251px;
    height: 160px;
    position: absolute;
    z-index: 99;
    right: 0px;
    bottom: 0px;
}
#box_catalog * {
    opacity: 1;
}
#boxes_index {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 1px);
    height: 136px;
    z-index: 999;
    position: absolute;
    bottom: 9px;
}
#boxes_index img {
    max-width: 243px;
    max-height: 136px;
}
#slideshow .a_btn,
#subslideshow .a_btn {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -9999px;
}

#slideshow .a_btn {
    width: 100%;
    height: 437px;
}
#subslideshow .a_btn {
    width: 935px;
    height: 100%;
}

#map-container .map_table {
    margin-top: 0px !important;
}
#map-container #map_filter {
    height: 78px;
    background: url("../img/layout/bg_map_filter.png") top repeat-x;
}
#map-container #map_filter label {
  font-size: 12px;
}
#map-container #map_filter form table * {
    line-height: 77px;
}
#map-container #map_filter form table td:first-child {
    padding-left: 25px;
}
#map-container #map {
    display: block;
    margin-bottom: 20px;
}
#map-container a {
    line-height: 58px;
}

#map-container .map-marker-container a,
#map-container .map-table a  {
    line-height: 1.5em;
}

#map-container .map-marker-container-content a{
    line-height: 1em;
    font-size: 11px;
}
#map-container .map-marker-container-content a{
    color: #ff4400;
}
#map-container .map-marker-container-content a:hover{
    text-decoration: underline;
}

#map-container .map-marker-container {
    display: none;
    width: 180px;
    font-size: 13px;
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 0px;
}
#map-container .map-marker-container-top {
    background: url("../img/layout/bg_map_top_2.png") top center no-repeat;
    height: 6px;
}
#map-container .map-marker-container-content {
    background: url("../img/layout/bg_map_content_2.png") top center repeat-y;
    padding: 0px 4px 0px 13px;
    font-size: 11px;
}
#map-container .map-marker-container-bottom {
    background: url("../img/layout/bg_map_bottom_2.png") bottom center no-repeat;
    height: 23px;
}
#map-container .map-marker-container strong {
    font-size: 12px;
}
#map-container .strange_radio {
    display: inline-block;
    width: 60px;
    height: 31px;
    margin: 0px 10px -10px 10px !important;
}
#map-container .strange_radio.radio_left {
    background: url("../img/layout/form_strange_radio_left.png") center no-repeat;
}
#map-container .strange_radio.radio_right {
    background: url("../img/layout/form_strange_radio_right.png") center no-repeat;
}
.products_brands ul{
    margin-left: -20px;
}
.products_brands ul li {
    display: block;
    float: left;
    width: 25%;
    margin-left: 0;
    text-transform: uppercase;
}
.products_categories {
    margin-top: 10px;
    margin-right: -20px;
}
.products_categories a {
    color: #111111 !important;
    position: relative;
    vertical-align: top;
    width: 230px;
    height: 300px;
    margin-right: 83px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
}
.products_categories a img {
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    max-height: 230px;
    max-width: 230px;
}
.products_categories a:hover {
    color: #ff4400 !important;
    text-decoration: none !important;
}
.products {
    margin-top: 10px;
    margin-right: -20px;
}
.products a {
    color: #111111 !important;
    position: relative;
    vertical-align: top;
    width: 158px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    margin: 35px;
}
.products a img {
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
    display: block;
    background: #FFF;
    margin: 20px auto 10px auto;
    max-width: 172px;
    max-height: 172px;
}
.products a:hover {
    color: #ff4400 !important;
    text-decoration: none !important;
}
.products a:hover img {
    background: #CCC;
}
.products#subslideshow {
    margin-top: 0px !important;
    height: 280px !important;
    max-height: 280px !important;
}
.products#subslideshow #slides {
    height: 280px !important;
    max-height: 280px !important;
}
.products#subslideshow #slides .slide a {
    display: inline-block;
    height: 280px !important;
    max-height: 280px !important;
}
.products#subslideshow #slides .slide a img {
    max-width: 172px;
    max-height: 172px;
}
.products#subslideshow #slideshow_prev,
.products#subslideshow #slideshow_next {
    top: 30% !important;
}
.products#subslideshow #slideshow_prev {
    left: -20px !important;
}
.products#subslideshow #slideshow_next {
    right: -20px !important;
}
.image_title {
    position: absolute;
    left: -5px;
    top: -1px;
    width: 172px;
    height: 172px;
}

.image_title.detail {
	position: absolute;
	left: -5px;
	top: -7px;
	width: 172px;
	height: 172px;
}

.image_title.list {
	position: absolute;
	left: -5px;
	top: 3px;
	width: 172px;
	height: 172px;
}

/* Novinky */
.image_title.status-17.lang-en { background: url("../img/content/product-status/status-17-en.png") top repeat-x; }
.image_title.status-17.lang-cs { background: url("../img/content/product-status/status-17-cs.png") top repeat-x; }
.image_title.status-17.lang-hu { background: url("../img/content/product-status/status-17-hu.png") top repeat-x; }
.image_title.status-17.lang-pl { background: url("../img/content/product-status/status-17-pl.png") top repeat-x; }
.image_title.status-17.lang-sk { background: url("../img/content/product-status/status-17-sk.png") top repeat-x; }
.image_title.status-17.lang-ro { background: url("../img/content/product-status/status-17-ro.png") top repeat-x; }
.image_title.status-17.lang-nl { background: url("../img/content/product-status/status-17-nl.png") top repeat-x; }
.image_title.status-17.lang-ru { background: url("../img/content/product-status/status-17-ru.png") top repeat-x; }
.image_title.status-17.lang-tr { background: url("../img/content/product-status/status-17-tr.png") top repeat-x; }
.image_title.status-17.lang-de { background: url("../img/content/product-status/status-17-de.png") top repeat-x; }
.image_title.status-17.lang-fr { background: url("../img/content/product-status/status-17-fr.png") top repeat-x; }


/* Nova barva */
.image_title.status-18.lang-en { background: url("../img/content/product-status/status-barva-en.png") top repeat-x; }
.image_title.status-18.lang-cs { background: url("../img/content/product-status/status-barva-cs.png") top repeat-x; }
.image_title.status-18.lang-hu { background: url("../img/content/product-status/status-barva-hu.png") top repeat-x; }
.image_title.status-18.lang-pl { background: url("../img/content/product-status/status-barva-pl.png") top repeat-x; }
.image_title.status-18.lang-sk { background: url("../img/content/product-status/status-barva-sk.png") top repeat-x; }
.image_title.status-18.lang-ro { background: url("../img/content/product-status/status-barva-ro.png") top repeat-x; }
.image_title.status-18.lang-nl { background: url("../img/content/product-status/status-barva-nl.png") top repeat-x; }
.image_title.status-18.lang-ru { background: url("../img/content/product-status/status-barva-ru.png") top repeat-x; }
.image_title.status-18.lang-nl { background: url("../img/content/product-status/status-barva-tr.png") top repeat-x; }
.image_title.status-18.lang-de { background: url("../img/content/product-status/status-barva-de.png") top repeat-x; }
.image_title.status-18.lang-fr { background: url("../img/content/product-status/status-barva-fr.png") top repeat-x; }

/* Nova velikost */
.image_title.status-20.lang-en { background: url("../img/content/product-status/status-velikost-en.png") top repeat-x; }
.image_title.status-20.lang-cs { background: url("../img/content/product-status/status-velikost-cs.png") top repeat-x; }
.image_title.status-20.lang-hu { background: url("../img/content/product-status/status-velikost-hu.png") top repeat-x; }
.image_title.status-20.lang-pl { background: url("../img/content/product-status/status-velikost-pl.png") top repeat-x; }
.image_title.status-20.lang-sk { background: url("../img/content/product-status/status-velikost-sk.png") top repeat-x; }
.image_title.status-20.lang-ro { background: url("../img/content/product-status/status-velikost-ro.png") top repeat-x; }
.image_title.status-20.lang-nl { background: url("../img/content/product-status/status-velikost-nl.png") top repeat-x; }
.image_title.status-20.lang-ru { background: url("../img/content/product-status/status-velikost-ru.png") top repeat-x; }
.image_title.status-20.lang-tr { background: url("../img/content/product-status/status-velikost-tr.png") top repeat-x; }
.image_title.status-20.lang-fr { background: url("../img/content/product-status/status-velikost-fr.png") top repeat-x; }
.image_title.status-20.lang-de { background: url("../img/content/product-status/status-velikost-de.png") top repeat-x; }

/* Doprodej */
.image_title.status-12.lang-en { background: url("../img/content/product-status/status-doprodej-en.png") top repeat-x; }
.image_title.status-12.lang-cs { background: url("../img/content/product-status/status-doprodej-cs.png") top repeat-x; }
.image_title.status-12.lang-hu { background: url("../img/content/product-status/status-doprodej-hu.png") top repeat-x; }
.image_title.status-12.lang-pl { background: url("../img/content/product-status/status-doprodej-pl.png") top repeat-x; }
.image_title.status-12.lang-sk { background: url("../img/content/product-status/status-doprodej-sk.png") top repeat-x; }
.image_title.status-12.lang-ro { background: url("../img/content/product-status/status-doprodej-ro.png") top repeat-x; }
.image_title.status-12.lang-nl { background: url("../img/content/product-status/status-doprodej-nl.png") top repeat-x; }
.image_title.status-12.lang-ru { background: url("../img/content/product-status/status-doprodej-ru.png") top repeat-x; }
.image_title.status-12.lang-tr { background: url("../img/content/product-status/status-doprodej-tr.png") top repeat-x; }
.image_title.status-12.lang-de { background: url("../img/content/product-status/status-doprodej-de.png") top repeat-x; }
.image_title.status-12.lang-fr { background: url("../img/content/product-status/status-doprodej-fr.png") top repeat-x; }

/* Na objednavku */
.image_title.status-13.lang-en { background: url("../img/content/product-status/status-objednavka-en.png") top repeat-x; }
.image_title.status-13.lang-cs { background: url("../img/content/product-status/status-objednavka-cs.png") top repeat-x; }
.image_title.status-13.lang-hu { background: url("../img/content/product-status/status-objednavka-hu.png") top repeat-x; }
.image_title.status-13.lang-pl { background: url("../img/content/product-status/status-objednavka-pl.png") top repeat-x; }
.image_title.status-13.lang-sk { background: url("../img/content/product-status/status-objednavka-sk.png") top repeat-x; }
.image_title.status-13.lang-ro { background: url("../img/content/product-status/status-objednavka-ro.png") top repeat-x; }
.image_title.status-13.lang-nl { background: url("../img/content/product-status/status-objednavka-nl.png") top repeat-x; }
.image_title.status-13.lang-ru { background: url("../img/content/product-status/status-objednavka-ru.png") top repeat-x; }
.image_title.status-13.lang-tr { background: url("../img/content/product-status/status-objednavka-tr.png") top repeat-x; }
.image_title.status-13.lang-de { background: url("../img/content/product-status/status-objednavka-de.png") top repeat-x; }
.image_title.status-13.lang-fr { background: url("../img/content/product-status/status-objednavka-fr.png") top repeat-x; }

.block.image_title.search {
	background-size: 115px;
	left: -5px;
	top: 1px;
	background-repeat: no-repeat;
	width: 117px;
	height: 105px;
}

.image_title em {
    font-style: normal;
    display: block;
    text-align: center;
    position: absolute;
    left: -30px;
    font-size: 12px;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: bold;
    letter-spacing: 1px;
    top: 40px;
    width: 150px;
}
.product_detail.left {
    float: left;
    width: 355px;
    margin-right: -80px;
    clear: none;
}
#content_body .product_detail.left a {
    text-decoration: none;
    opacity: 1 !important;
}
#content_body .product_detail.left a:hover {
    text-decoration: none;
    opacity: 1 !important;
}
.product_detail.left a img {
    margin-right: 5px;
    margin-bottom: 7px;
    height: 110px;
    opacity: 1 !important;
}
.product_detail.left a:first-child img {
    clear: both;
    max-width: 330px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.product_detail.right {
    float: right;
    width: 550px;
    clear: none;
    padding-bottom: 50px;
    padding-right: 10px;
}
.product_detail.right p {
    margin-top: 0px;
    line-height: 20px;
}
.product_detail.right > img {
    margin: 15px 0px;
}
.product_detail.right .right {
    padding-right: 10px;
}
.product_detail.right table {
    clear: both;
    margin: 30px 0px;
}
.brand_img{
    max-height: 50px;

}
.product_detail ul {
    margin-right: -15px;
    margin-bottom: 10px;
}
.product_detail ul .ico_li_tag {
    margin: 0px !important;
    float: left;
    width: 35%;
}
.product_detail.right ul .ico_li_tag{
    width: 155px;
    padding-left: 37px !important;
    margin-right: 15px !important;
    min-height: 60px !important;
}
.product_color {
    display: inline-block;
    margin-bottom: -2px;
}
.color_line {
    display: block;
    line-height: 22px;
}
.color_line dfn{
    position: absolute;
    right: -25px;
    top: 2px;
}
.color {
    width: 16px;
    height: 16px;
    float: left;
}
.color_block {
    width: 55px;
    margin-top: 2px;
    float: left;
}
.color_border {
    border: 1px solid #000;
    display: inline-block;
    height: 16px;
}
.product_tags {
    padding-top: 10px;
}
.product_tags ul {
    margin-right: -10%;
}
.product_tags ul li {
    list-style-type: none;
    margin-left: 0px;
    height: 100px;
    float: left;
    width: 23%;
    margin-right: 3%;
    background-position: top left;
}
.product_tags ul span.ico_li_tag_description {
    display: compact;
    font-size: 12px;
    color: #6c6c6c;
}
.product_tags ul span.ico_li_tag_value {
    display: block;
    height: 10px;
    font-size: 12px;
    color: #6c6c6c;
    position: absolute;
    top: 40px;
    left: 0;
    width: 30px;
    text-align: center;
}
.products_filter .filter_tabs {
    z-index: 90;
    margin-left: 5px;
    margin-bottom: -1px;
}
.products_filter .filter_tabs li {
    display: inline-block;
    *display: inline;
    margin: 0px !important;
    padding: 10px 00px 10px 0px;
    border: 1px solid transparent;
    text-transform: uppercase;
}
.products_filter .filter_tabs li.active {
    z-index: 90;
    border-radius: 2px;
}
.products_filter .filter_tabs li.active a,
.products_filter .filter_tabs li.active a:hover {
    color: #ff4400 !important;
    border-bottom: 3px solid #ff4400;
}
.products_filter .filter_tabs li.filtered {
    border-radius: 2px;
    background-color: #FFF;
}
.products_filter .filter_tabs li.filtered a,
.products_filter .filter_tabs li.filtered a:hover {
    background-color: #FFF;
    color: #ff4400 !important;
    background-position: right center !important;
}
.products_filter .filter_tabs li a {
    font-weight: normal !important;
    color: #111111 !important;
    background-position: right center;
    padding: 10px !important;
    text-decoration: none !important;
}
.products_filter .filter_tabs li a:hover {
    color: #ff4400 !important;
    background-position: right center;
}
.products_filter .action-buttons {
    margin: 10px 0px;
}
.products_filter .tab_content {
    display: none;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 25px 15px 15px 15px;
    margin-top: 2px;
}

.products_filter .tab_content .checkbox-pair {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.products_filter .tab_content .checkbox-pair input[disabled="disabled"] + label {
    color: #AAA;
}
.products_filter .tab_content .checkbox-pair input[checked="checked"] + label {
    font-weight: bold;
}
.product-name{
    color: #999;
    padding-bottom: 15px;
    font-weight: bold;
    display: block;
}
.post_thumbnail{
    float: right;
}
.post_thumbnail img{
    margin: 10px;
}
.post_perex, .post_perex p{
    font-weight: bold !important;
}
.post_info{
    color: #666;
}
.post_info span{
    font-style: italic;
}
.post_content{

}
.post_content ul {
    margin-top: 5px;
    margin-bottom: 15px;
}
.post_content li {
    list-style-type: disc;
    margin-top: 5px;
    margin-left: 25px;
}
.post_content table {
    width: initial;
}
.post_content a:link {
    font-weight: bold;
    text-decoration: underline;
    color: #ff4400;
}
.post.news_list{
    margin: 30px 0;
    clear: both;
}

.fiber_num{
    display: inline-block;
    padding-right: 5px;
    text-align: right;
}

.slide *{
    word-wrap: break-word;
}

/* SEARCH RESULTS FROM CATALOG */
.search-results > div {
    margin-top: 20px;
}

.product-results > div {
    padding-top: 15px;
    clear: both;
}
.article-results > div,
.page-results > div,
.category-results > div {
    clear: both;
}

.article-result,
.page-result {
    margin: 10px 0;
    min-height: 115px;
}

.product-results img {
    width: 100px;
    height: 100px;
}
.product-results a {
    color: #3f3f3f !important;
}

.product-results h3,
.article-results h3,
.page-results h3,
.category-results h3 {
    margin-top: 0 !important;
    margin-bottom: 0;
}
.category-results h3 {
    width: 30%;
}

.category-results h3 a {
    color: #3f3f3f !important;
    text-decoration: none !important;
    display: block;
    margin: 0;
    padding: 15px;
}
.category-results h3 a:hover {
    background-color: #ffcc08;
}

#navigation-mobile-btn{
    display: none;
}

/* BREADCRUMBS FIX */

#breadcrumbs{
    height: auto !important;
}

#breadcrumbs .ico_home{
    width: 0px !important;
    display: block;
    background-position: center;
    float: left !important;
    position: absolute;
    top: 13px;
}

#breadcrumbs ul{
    float: left;
    width: auto;
}

#breadcrumbs *{
    display: inline-block;
}
#breadcrumbs ul li:first-child{
    margin-left: 20px;
}

.clear{
    display: block !important;
}

thead td{
    font-weight: bold;
}
.footnote {
    /*font-size: 70%;*/
    color: grey;
    text-align: center;
    margin-top: 30px;
}

.footnote > p {
    color: grey;
}

/* MULTIPLE MENU ITEMS TO SINGLE ITEM - active fix */
.page-562 .sidemenu ul li.menu-item-242 > ul,
.page-542 .sidemenu ul li.menu-item-241 > ul{
    display: block;
    margin-left: 0px;
}
/**
 * Language specific optimalizations of main catalog navigation
 */
html[lang="hu"] #navigation ul li ul li a,
html[lang="ro"] #navigation ul li ul li a {
    max-width: 116px !important;
    width: 96px !important;
    padding: 73px 2px 2px 2px !important;
    text-shadow: none !important;
}

html[lang="sk"] #navigation ul li ul li a {
    font-size: 12px;
}

html[lang="hu"] #navigation ul li ul li a {font-size: 11px;}
html[lang="ro"] #navigation ul li ul li a {font-size: 12px;}
html[lang="nl"] #navigation ul li ul li a {font-size: 12px;}
html[lang="de"] #navigation ul li ul li a {font-size: 12px;}

html[lang="hu"] #navigation ul li ul li,
html[lang="ro"] #navigation ul li ul li{
    height: 114px;
}


html[lang="pl"] #map-container #map_filter {
    height: 68px;
}
html[lang="pl"] #map-container #map_filter form table td {
    padding-top: 20px;
}
html[lang="pl"] #map-container #map_filter form table td label {
    font-size: 12px;
    display: block;
    float: left;
    padding-left: 16px;
    max-width: 100px;
}
html[lang="pl"] #map-container #map_filter form table input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 22px;
}
html[lang="pl"] #map-container #map_filter form table td:first-child {
    padding-left: 25px;
}
html[lang="pl"] #map-container #map {
    display: block;
    margin-bottom: 20px;
}
html[lang="pl"] #map-container #map_filter form table * {
    line-height: 1.5em;
}

/**
 * Homepage custom background
 */

body.homepage {
    background-color: white;
}

#home-background {
    background: white url('../img/layout/hp/cerva-hp-bg.jpg') top center no-repeat;
}

.footer-brands-list {
    background-color: #d8d8d8;
}

.footer-contact-wrapper,
.footer-contact-wrapper a {
    background-color: #070707;
    color: #b9b9b9;
}


/* search input */

#frmsearch-search, #frmsearch-search:focus, #frmsearch-search::placeholder,
#frmsearch-search:placeholder-shown {
    border: none;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    background: #404040 !important; /* because of the white bg when active */
    color: #c3c3c3;
}

#frmsearch-submit {
    filter: brightness(16);
}

#frmsearch-search, #frmsearch-submit {
    position: relative;
    top: 3px;
}
#frmsearch-search:hover {
    background-color: #505050 !important;
}

.subfilter-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-logo {
    position: relative;
    top: -17px;
    left: -22px;
}

.brands-list__brand {
    text-decoration: none;
    margin: 0 !important;
}
.brands-list__brand > a {
    color: #111111 !important;
    text-decoration: none !important;
    display: block;
    padding: 10px;
}
.brands-list__brand:hover {
    background-color: #ffcc08;
}

.attribute-custom-value-long {
    font-style: italic;
    font-size: 80%;
    color: gray;
    padding-left: 7px;
}
