body {
    font-size: 15px;
}
body,
p {
    line-height: 1.8;
}
h1,
.h1 {
    font-weight: bold;
}

.flex {
    display: flex;
}
.flex-row {
    margin-left: -10px;
    margin-right: -10px;
}
.wrap {
    flex-wrap: wrap;
}
.between {
    justify-content: space-between;
}
.align-center {
    align-items: center;
}
.align-bottom {
    align-items: flex-end;
}
.gap-default {
    gap: 20px;
}

.container,
.container.with-xlarge {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.site-corporate {
    background-color: #f8f8f8;
    border: none;
    font-size: 13px;
    color: #5a5a5a;
    padding: 5px 0;
}
.usp-slider {
    display: none;
}
.header-container {
    flex-direction: column;
}
.logo img {
    max-height: 75px;
}
.search-module {
    min-width: 350px;
}
.top-search-form {
    display: flex;
    border: 1px solid #e3e3e3;
    padding: 6px 0;
    width: 100%;
}
.top-search-form input,
.top-search-form button {
    background: none;
    border: none;
    padding: 0 10px;
}

.page-title-frontpage,
.category-headline {
    border: none;
    position: relative;
    margin-top: 50px;
    padding: 1em 0;
    text-align: center;
}
.page-title-frontpage .m-text-headline,
.category-headline h1 {
    display: inline-block;
    padding: 0 25px;
    background-color: #fff;
}
.page-title-frontpage:after,
.category-headline:after {
    content: "";
    margin: 1px auto 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    border-top: 1px solid #dadada;
}
.category-headline {
    margin: 0;
}

.main-container {
    width: 1370px;
    max-width: 100%;
    margin: auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

.site-header {
    padding: 15px 20px;
}
.site-navigation {
    padding: 0;
    border: none;
    position: sticky;
    z-index: 9999;
    top: 0;
}
.site-navigation .nav-menu {
    display: none;
}
.site-navigation .nav-menu-mobile {
    padding: 0 20px;
}
.site-navigation .nav-menu-mobile .button-primary {
    width: auto;
    margin: 5px 0;
}
.slider-wrap .w-slider-container {
    margin: 0;
}
.slider-wrap .w-slider-container img {
    width: 100% !important;
}

.site-footer {
    padding: 30px;
}
.site-footer,
.site-footer a {
    color: #969696;
}
.site-footer a:hover {
    color: #fff;
}
.site-footer .footer_title {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #fff;
}
.site-footer .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    position: relative;
    background: #fff;
    color: #000;
    transition: all .1s ease-in;
}
.site-footer .social-link:hover {
    color: #fff;
    background-color: #17995a;
}
.site-footer .w-menu a {
    display: block;
    line-height: 40px;
    border-bottom: 1px solid #373737;
}
.site-footer .w-menu-item:first-child a {
    border-top: 1px solid #373737;
}
.site-footer .w-menu a:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-right: 10px;
}

.category-item-content {
    position: relative;
}
.category-item-content .category-item-image {
    transition: all .2s ease-in;
}
.category-item-content:hover .category-item-image {
    opacity: .5;
}
.category-item-title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}
.category-item-title > a,
.category-grid .grid-cell .overlay {
    padding: 10px 20px;
    color: #232323;
    font-weight: bold;
    font-size: 18px;
    transition: all .2s ease-in;
}
.category-item-content:hover .category-item-title a {
    background: #232323;
    color: #fff;
}
.category-grid .grid-cell {
    position: relative;
    border: 1px solid #dadada;
    background-color: #AE9D88;
}
.category-grid .grid-cell .overlay {
    background: rgba(255, 255, 255, .5);
}

@media (min-width: 960px) {
    h1,
    .h1 {
        font-size: 30px;
    }
    .usp-slider {
        display: flex;
        gap: 20px;
    }
    .usp-slider img,
    .usp-slider .fa {
        margin-right: 5px;
        margin-bottom: 0;
    }
    .header-container {
        flex-direction: row;
        align-items: flex-end;
    }
    .quick-cart-link {
        font-size: 13px;
        line-height: 1.2;
        text-align: right;
    }
    .quick-cart-link .fa {
        width: 55px;
        height: 55px;
        background: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        font-size: 30px;
    }
    .quick-cart-link strong {
        display: flex;
        text-transform: uppercase;
    }
    .site-navigation ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .site-navigation .nav-menu-mobile {
        display: none;
    }
    .site-navigation .nav-menu {
        display: flex;
        position: relative;
    }
    .site-navigation .nav-menu a {
        display: block;
    }
    .site-navigation .nav-menu>li>a {
        text-transform: uppercase;
        font-size: 15px;
        padding: 10px 15px;
    }
    .site-navigation .nav-menu>li>ul {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 25px;
        border-bottom: 1px solid #e3e3e3;
        z-index: 2;
        background-color: #fff;
        display: grid;
        opacity: 0;
        visibility: hidden;
        transition: all .1s ease-in;
        grid-template-columns: repeat(7, 1fr);
        gap: 20px
    }
    .site-navigation .nav-menu>li:hover>ul {
        opacity: 1;
        visibility: visible;
    }
    .site-navigation .nav-menu ul a {
        color: initial;
        font-size: 1em;
    }
    .site-navigation .nav-menu ul ul a {
        color: #5a5a5a;
        font-size: 13px;
        padding: 0;
    } 
}

.highlight {
    background-color: #333;
    font-size: 13px;
}

.highlight a {
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 10px 0;
}
.highlight a h2 {
    color: #FFF;
    font-weight: bold;
    margin: 0;
}

.button.m-productlist-link {
    margin-top: 1em;
}
.button.m-productlist-link,
.m-product-transaction .button-primary {
    border: none;
    text-transform: uppercase;
    font-weight: bold;
}
.m-product-priceline .m-product-price {
    font-weight: bold;
    display: block;
    margin: 0;
}
.m-product-transaction .m-transaction-input {
    height: auto;
    max-width: 50px;
    margin-right: 5px;
}
.select2-container .select2-choice {
    box-shadow: none;
    padding: 10px;
    height: auto;
}
.m-product-dropdown-variantInfoPanel .panel,
.m-product-dropdown-variantInfoPanel .panel .panel-body {
    background: none;
    border: none;
    padding: 0;
    color: initial;
}
.m-product-variants {
    background: #f3f3f3;
    padding: 20px;
    margin-bottom: 20px;
}

.frontpage-text-content img {
    max-height: 275px;
    object-fit: cover;
    object-position: top;
}