:root {
    --background-accent: #256581;
    --background-grey: #ededed;
    --color-main: #000;
    --color-accent: #256581;
    --color-footer-title: #c2b88f;
    --letter-gap: 2px
}

body {
    color: var(--color-main);
    font-size: 13px;
    font-weight: 300;
}
.container {
    width: 100% !important;
    max-width: 1200px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.flex {
    display: flex;
}
.flex-row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
.center-align {
    align-items: center;
}
.between {
    justify-content: space-between;
}
.wrap {
    flex-wrap: wrap;
}
h1,
.h1 {
    letter-spacing: var(--letter-gap);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 1em;
}

.w-usp {
    background: var(--background-grey);
    text-transform: uppercase;
    height: 60px;
}
.w-usp>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.w-usp>.container:before,
.w-usp>.container:after {
    display: none;
}
.w-usp>.container>div:first-child {
    width: calc(100% - 80px);
}
.w-usp .w-usp-item .w-usp-icon {
    margin-right: 10px;
}
.w-usp .w-usp-item .w-usp-icon svg {
    width: 15px;
    stroke: var(--color-accent);
}
.w-usp .w-usp-item strong {
    font-weight: 500;
    letter-spacing: var(--letter-gap);
    font-size: 11px;
    white-space: nowrap;
}
.w-language ul {
    margin: 0;
    padding: 0;
}
.w-language-flag {
    max-width: 100%;
}

.navbar-placeholder {
    height: auto;
    position: sticky;
    top: 0;
    z-index: 9;
}
.menu.navbar-icons {
    margin: 0;
}
.navbar .navbar-icons svg {
    width: 25px;
    height: 25px;
}
.site-header {
    padding: 20px 0;
    position: static;
}
.section {
    padding: 50px 0;
}
.category-item {
    margin-bottom: 20px;
}
.category-item-content {
    position: relative;
}
.category-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-item-image + .category-item-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
}
.category-item-title > a {
    background: var(--background-accent);
    color: #fff;
    padding: 20px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: var(--letter-gap);
    text-align: center;
}

.w-content {
    background: var(--background-grey);
}
.w-content .container {
    max-width: 940px;
}

.productItem .type-col .productContent {
    box-shadow: 0 0 20px rgb(0 0 0 / 25%);
    border-radius: 10px;
    padding: 20px;
}
.productItem .m-productlist-price {
    color: var(--color-accent);
}
.productItem .button-primary {
    background: var(--background-accent);;
    border-radius: 25px;
    font-weight: normal;
    letter-spacing: var(--letter-gap);
    padding: 10px 25px;
    font-size: 1.1em;
}

.w-newsletter img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 350px;
    margin: 0;
}
.w-newsletter>div:first-child {
    padding: 0;
    line-height: 0;
}
.w-newsletter>div:last-child {
    background: var(--background-accent);
    padding: 40px;
}
.w-newsletter,
.w-newsletter .h1 {
    color: #fff;
}
.w-newsletter .h1 {
    margin-bottom: 10px;
}
.w-newsletter .form-input {
    font-style: italic;
    font-size: 1em;
    height: auto;
    border-radius: 5px;
    border: none;
}
.w-newsletter .form-submit {
    border-radius: 25px;
    font-weight: normal;
    letter-spacing: var(--letter-gap);
}
.w-newsletter .input-group-addon,
.w-newsletter .input-group-main {
    background: none !important;
    border: none !important;
    color: #fff;
    font-weight: normal;
    padding: 0;
}

.footer .footer-content>div>strong {
    color: var(--color-footer-title);
    text-transform: uppercase;
    font-weight: normal;
    font-size: 1em;
    letter-spacing: var(--letter-gap);
}
.footer .footer-content,
.footer .footer-content a {
    color: #fff;
}
.footer .footer-content,
.footer .footer-content a {
    color: #fff;
}
.footer .menu>li.has-dropdown>a {
    display: block;
}
.footer .topitem ul {
    display: none;
}
.footer .footer-content .socials {
    gap: 10px;
    margin: 0 0 25px;
    justify-content: center;
}
.footer .footer-content .socials li {
    margin: 0;
}
.footer .footer-content .socials a {
    width: 30px;
    height: 30px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer .footer-content .socials svg {
    stroke: var(--color-accent);
}
.footer-images-block {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px;
}
.footer-images-block img {
    background-color: #fff;
    align-items: center;
    margin: 0;
    height: 100%;
    object-fit: contain;
    padding: 10px;
    border-radius: 10px;
}
.footer-images-block img.fullwidth {
    grid-column: span 2;
}

.footer .contacts>li {
    flex-direction: column;
    margin: .5em 0;
    align-items: flex-start;
}
.footer .contacts>li:last-child {
    margin-top: 1.5em;
}

.footer-paymenticons {
    padding: 35px 10px;
    text-align: center;
    background-color: var(--background-grey);
}

.site-header .w-search .w-search-container .w-search-form {
    height: 60px;
    padding: 5px 20px;
    background: #ededed;
    width: 100%;
}
.w-search .w-search-container .w-search-form .w-search-input {
    font-size: 1em;
    font-style: italic;
}

.w-slick .w-slick-caption > div {
    font-weight: 500;
}
.w-slick .w-slick-caption > div > .h1 {
    text-transform: none;
    font-weight: 600;
    margin-bottom: 1.5em;
}
.w-slick .w-slick-caption > div > .h1,
.w-slick .w-slick-caption > div > p {
    color: #000;
}
.w-slick .w-slick-caption .button-primary {
    border-radius: 25px;
    font-weight: normal;
    width: auto;
    padding: 15px 50px;
}
@media (min-width: 768px) {
    .w-slick .w-slick-caption > div {
        background: none;
        padding-left: 60%;
    }
}
@media (min-width: 960px) {
    .w-newsletter .w-newsletter-signup {
        max-width: 400px;;
    }
    .w-logo .w-logo-img {
        height: 80px;
        max-height: 80px;
    }
    .navbar .navbar-content {
        gap: 20px;
        align-items: unset;
    }
    .navbar-content .navbar-right-desktop {
        width: 100%;
        flex-direction: column;
        display: flex;
        justify-content: space-between;
    }
    .navbar-content .navbar-right-desktop .navbar-center {
        order: 2;
        display: block;
    }
    .navbar-content .navbar-right-desktop .navbar-center .productmenu {
        justify-content: space-between;
        position: relative;
    }
    .productmenu>li.has-megamenu {
        position: static;
    }
    .productmenu>li>a {
        font-weight: 500;
        font-size: 12px;
        padding: 0;
        text-transform: uppercase;
        letter-spacing: var(--letter-gap);
    }
    .productmenu>li>ul.megamenu {
        display: grid;
        position: absolute;
        top: 110%;
        gap: 20px;
        right: 0px;
        margin: 0px;
        transform: none;
        width: 100%;
        left: 0 !important;
        background: #fff;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
        box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
        padding: 30px;
        border-bottom: 5px solid #231f20;
        grid-template-columns: repeat(4, 1fr);
        list-style: none;
        opacity: 0;
        pointer-events: none;
        transition: opacity ease .25s, top ease .25s;
    }
    .productmenu>li:hover>ul.megamenu {
        opacity: 1;
        top: 100%;
        pointer-events: auto;
    }
    .productmenu>li>ul.megamenu>li>a {
        text-transform: uppercase;
        margin-bottom: 2px;
        padding-bottom: 5px;
        border-bottom: 1px solid #256581;
        font-weight: 700;
        transition: color ease .15s;
    }
    .productmenu>li.has-dropdown>a {
        display: flex;
        align-items: center;
    }
    .productmenu>li.has-dropdown>a svg {
        width: 14px;
        height: 14px;
        margin-left: 10px;
        opacity: .5;
        display: block;
    }
    .productmenu>li>ul li a svg {
        display: none;
    }
    .productmenu>li>ul.megamenu>li>ul>li>a {
        font-size: 13px;
        padding: 0;
    }
    .navbar .navbar-icons>li:first-child {
        width: 100%;
    }
    .navbar .navbar-icons>li .w-search {
        display: block;
    }
    .w-search .w-search-container {
        max-width: 600px;
    }
    .w-search .w-search-container .w-search-open,
    .w-search .w-search-container .w-search-close {
        display: none;
    }
    .icon-cart {
        margin-left: auto !important;
    }
    
    .site-header .w-search .w-search-container .w-search-form {
        opacity: 1;
        position: static;
        transform: none;
        border-radius: 25px;
        height: auto;
        pointer-events: all;
    }
}

@media (max-width: 1280px) {
    .navbar-center {
        display: none;
    }
}
.splash {
    right: 1em;
    left: auto;
}
.badge.badge-warning,
.badge.badge-succes {
    background-color: #256581;
    border: 2px solid;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    flex-wrap: wrap;
    text-align: center;
}
.badge.badge-warning  b {
    display: block;
}
.m-product-price {
    color: var(--color-accent);
    font-weight: normal;
}
.m-product-transaction {
    margin-top: 20px;
}
.m-product-transaction-button button {
    margin-left: 10px;
    border-radius: 25px;
    font-weight: normal;
    letter-spacing: var(--letter-gap);
    width: 100%;
    max-width: 250px;
}

/* Filter */
.productfilter fieldset.form-group {
    margin-bottom: 0;
}

.productfilter.panel-border,
.productfilter.panel-border .panel-heading {
    background: none;
    border: none;
}

.productfilter.panel-border .panel-heading .h5 {
    margin: 0 10px 0 0;
    font-weight: 600;
}

.productfilter.panel-border .panel-heading .button {
    padding: 0 10px;
}

.productfilter.panel-border .button {
    background: none;
    border: none;
    font-size: 21px;
    width: auto;
}

.filter-btn > .form-label {
    font-weight: 600 !important;
}

.productfilter.panel-border .form-label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    background: none;
    margin: 10px 0 5px;
}

.productfilter .form-group .input-group-addon {
    border: none;
    padding: 0;
    min-width: unset;
    vertical-align: bottom;
    align-items: center;
    height: 14px;
}

.productfilter .form-group .input-group-addon + .form-label {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.toggle-btn .button-icon {
    margin-right: 8px;
    height: 20px;
    width: 20px;
}

.toggle-btn {
    cursor: pointer;
}

.toggle-btn .button-icon circle {
    fill: #fff;
    transition: transform .4s cubic-bezier(.11, .44, .03, 1);
}

.toggle-btn--revealed-desktop .button-icon svg circle:nth-child(3) {
    transform: translate(6px);
}

.toggle-btn--revealed-desktop .button-icon svg circle:nth-child(4) {
    transform: translate(-6px);
}

.productfilter .panel-footer {
    background: none;
    border: none;
    text-align: left;
}

.productfilter .panel-footer .button {
    padding: 0;
    font-size: 16px;
    font-weight: 700;
}

@media (min-width: 960px) {
    .m-productlist-wrapper {
        display: flex;
        margin: 0 -15px;
    }
    .m-productlist-wrapper .m-productlist-filter {
        width: 320px;
        flex: none;
        margin: 0 15px;
    }
    .m-productlist-wrapper .m-productlist-items {
        width: 100%;
        flex: auto;
        margin: 0 15px;
    }
}

.swiper-button-next svg path, 
.swiper-button-prev svg path {
    fill: var(--color-accent);
}