/**
* Override the rules generated with {Less} with pure {Css}
*/

.xt-form-error {
    border: 1px solid #b11d1a !important;
    outline: none;
    border-color: #b11d1a !important;
    box-shadow: 0px 0px 5px 2px #b11d1a !important
}

.xt-form-error[type="checkbox"] {
    /*
    outline: 1px solid #b11d1a !important;
    outline-offset: -1px;
    */
    background-color: #fcf8e3;
}

/**
* HEADER
*/
#header {
  background: #000000;
}

/* 18.02.2020 4TFM-Megamenu Fix */
body.navbar-mega-open #header, body.navbar-mega-open .navbar-mega {margin-top: 0px;}
#navContainer {position: absolute; left: 0;right: 0;}

/* 09.03.2020 4TFM-Slider-Thumbs */
#slider-thumbs .thumbnail {margin-bottom: 0px;}

/* 09.03.2020 4TFM-Shipping Time */
.product_shipping_time {color: green;}