/**
* 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;
}

#box-start-page-categories{
    font-size: 0.9em;
}
#box-start-page-categories.categorie-listing .section .title a:first-child
{
    padding-bottom:0;
}
#box-start-page-categories.categorie-listing .section .title a:last-child
{
    padding-top:0;
}
#box-start-page-categories a img {
    vertical-align: top;
    min-width: 100%;
}

#box-start-page-categories p.image a  {
    max-height:120px;
    overflow:hidden
}

#header .header-top .col.col-logo
{
    padding: 5px 0;
}
#header .header-top .col>.inner .logo, #header .header-top .col>.inner .logo img {
    max-height: 154px;
}
