.header-full .logo img {
/* Change this for desktop */
    max-width: 200px!important;
    height: auto !important;
    max-height: none !important;
}

span.price-label-inc-vat {
    font-size: 1rem;
    display: block;
    margin-top: 10px;
}

.catalog-grid .tile .footer span {
    display: block;
    color: #000000;
    font-weight: 300;
}

nav.menu ul.catalog > li:nth-child(10) {
    background-color: red;

}

/* Aligning brands vertically in carousels */
.brandmerchandising-carousel .imgthumbnail {
    display: flex;
}
.brandmerchandising-carousel .imgthumbnail img {
    align-items: center;
    justify-content: center;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}