@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 400;
    src: local("Gotham Book"), url(font/GothamBook.woff) format("woff")
}

@font-face {
    font-family: Gotham;
    font-style: italic;
    font-weight: 400;
    src: local("Gotham Book Italic"), url(font/GothamBookItalic.woff) format("woff")
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 400;
    src: local("Gotham Light"), url(font/GothamLight.woff) format("woff")
}

@font-face {
    font-family: Gotham;
    font-style: italic;
    font-weight: 100;
    src: local("Gotham Light Italic"), url(font/GothamLightItalic.woff) format("woff")
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 200;
    src: local("Gotham Medium"), url(font/GothamMedium.woff) format("woff")
}

@font-face {
    font-family: Gotham;
    font-style: italic;
    font-weight: 200;
    src: local("Gotham Medium"), url(font/GothamMediumItalic.woff) format("woff")
}

@font-face {
    font-family: Gotham;
    font-style: normal;
    font-weight: 700;
    src: local("Gotham Bold"), url(font/Gotham-Bold.woff) format("woff")
}

@font-face {
    font-family: Gotham;
    font-style: italic;
    font-weight: 700;
    src: local("Gotham Bold Italic"), url(font/GothamBoldItalic.woff) format("woff")
}

* {
    font-family: Vollkorn;
    font-size: 20px;
    vertical-align: text-bottom;
    box-sizing: border-box
}

h1,
h2,
h3,
h4 {
    font-family: Gotham, sans-serif;
    font-weight: 700
}

a {
    color: #151515
}

p {
    font-size: 20px
}

footer,
header {
    background-color: #151515;
    color: #fff
}

footer .sm a,
header .sm a {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    float: left;
    margin-right: 15px
}

@media only screen and (max-width: 768px) {

    footer .sm a,
    header .sm a {
        border: 2px solid #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        float: left;
        font-size: 10px !important;
        margin-right: 15px
    }


}


footer .sm a:hover,
header .sm a:hover {
    background-color: #ccbba0;
    text-decoration: none;
    color: #151515
}

.bg-cream {
    background-color: #fcfaf7
}

.cart {

    position: relative
}

.cart span {
    position: absolute;
    color: #000;
    font-size: 13px;
    background-color: #fff;
    border-radius: 50%;
    width: 18px;
    margin-left: 13px;
    margin-top: -16px;
    text-align: center;
    height: 18px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 576px) {

    .cart {

        margin-top: -5px;
    }
    .cart span {

        margin-top: -4px;
    }
}

.cart span i {
    padding-top: 1px;
    font-style: normal;
    font-size: 14px
}

.cart:hover span {
    margin-top: -20px
}

.cart img {
    width: 35px
}

footer {
    border-bottom: 3px solid #ccbba0
}

footer .logo-footer {
    max-width: 170px
}

footer .sm {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center
}

@media only screen and (max-width: 768px) {

    footer .sm {
        justify-content: center;
    }
}

footer .sm a {
    margin-left: 10px;
    margin-right: 10px
}

footer form input,
footer form textarea {
    padding: 4px;
    width: 100%;
    border: none;
    margin-bottom: 15px
}

.bg-gold {
    background-color: #f6f3e9
}

.bg-gold2 {
    background-color: #ccbba0
}

.hero {
    background-image: url(https://via.placeholder.com/1250);
    height: 80vh;
    background-size: cover;
    background-position: center
}

.hero .quote img {
    width: 90px
}

.hero .overlay {
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.hero .overlay h1 {
    margin-top: 20px;
    text-align: center;
    color: #fff;
    font-size: 70px;
    font-family: Vollkorn;
    font-weight: 400;
    font-style: italic
}

@media (max-width:787px) {
    .hero .overlay h1 {
        font-size: 32px
    }
}

.hero .overlay h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: Vollkorn;
    font-style: italic;
    font-weight: 400;
    margin-top: 52px
}

@media (max-width:787px) {
    .hero .overlay h2 {
        font-size: 28px
    }
}

.hero .overlay h2:before {
    position: absolute;
    content: '';
    background-color: #fff;
    height: 5px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    margin-top: -30px
}

.hero.small {
    height: 50vh
}

.hero.small h1 {
    font-family: Gotham, sans-serif;
    font-weight: 700;
    font-size: 50px;
    font-style: normal;
    text-transform: uppercase
}

@media (max-width:787px) {
    .hero.small {
        height: 200px
    }
    .hero.small h1 {
        font-size: 30px
    }
}

.mobileNav {
    display: none
}

@media (max-width:1200px) {
    .mobileNav {
        display: inline-block
    }
}

.mobileNav i {
    color: #fff;
    font-size: 33px;
    z-index: 9999;

    background-color: #151515;
    padding: 3px 10px
}

.mobileNav.active i:before {
    content: '\f00d'
}

nav {
    border-top: 3px solid #ccbba0
}

nav .container {
    width: 100%;
    justify-content: space-between;
    display: flex
}

nav .container a,
nav .container span {
    padding: 10px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Gotham, sans-serif
}

nav .container a:hover,
nav .container span:hover {
    text-decoration: none;
    background-color: #ccbba0
}

nav .container span .sub {
    position: absolute;
    background-color: #151515;
    display: none;
    margin-top: 10px;
    margin-left: -10px
}

nav .container span .sub a {
    display: block
}


@media only screen and (max-width: 992px) {

    .specialname{
        display: none !important;
    }

    nav .container a:hover, nav .container span:hover{
        background-color: transparent !important;
    }
    nav .container span{
        padding: 2px;
    }
    nav .container span .sub {

        margin-top: 0px;
    display: block;
    }
}
nav .container span:hover .sub {
    display: block
}

@media (min-width:1200px) {
    nav .container .active {
        background-color: #ccbba0
    }
}

@media (max-width:1200px) {
    nav .container {
        width: 100%;
        max-width: 100%;
        display: block;
        padding-top: 40px !important;
    }
    nav .container a,nav .container span {
        text-align: center;
        font-size: 15px;
        width: 100%;
        display: block;
        margin-top: 05px
    }
    nav .nav {
        transition: all 0.5s ease;
        position: fixed;
        padding: 0;
        margin-top: -1075px;
        height: calc(100vh - 75px);
        z-index: 1212;
        background-color: #151515;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        display: none;
        margin-bottom: 30px
    }
    nav .nav.active {
        display: flex!important;
        margin-top: 0px;
    }

    nav .container span .sub{
        margin-left: 0%;
        width: 100%;
        position: relative;
    }
}

.split {
    position: relative
}

@media (max-width:787px) {
    .split {
        padding-top: 240px;
        min-height: 250px
    }
}

.split .img {
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:787px) {
    .split .img {
        position: absolute;
        width: 100%;
        height: 300px
    }
}

.split.bg-gold {
    color: #151515
}

.btn {
    baseline-shift: -20px;
    border: 2px solid #fff;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Gotham, sans-serif;
    margin: 0;
    display: inline-block
}

.btn:hover {
    color: #fff;
    background-color: #ccbba0
}

.btn.btn-simple {
    border: none;
    padding: 0
}

.btn.black {
    color: #151515;
    cursor: pointer;
    border-color: #151515
}

.btn.black:hover {
    background-color: #151515;
    color: #fff;
}
.btn.black.btn-clear:hover{
    color: #fff !important;
}
.btn.white {
    color: #fff
}

.btn.white:hover {
    background-color: #FFF;
    color: #ccbba0
}

.btn.btn-clear {
    border: none
}

.bottom-line {
    position: relative;
    margin-bottom: 50px
}

.bottom-line:after {
    background-color: #fff;
    height: 5px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    content: '';
    bottom: -20px
}

section .title {
    text-align: center;
    text-transform: uppercase
}

section .title h1 {
    display: inline-block;
    text-align: center;
    color: #ccbba0;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px
}
@media only screen and (max-width: 787px) {
    section .title h1 {

        font-size:30px !important;
    }

}


section .title h1:after {
    background-color: #ccbba0;
    height: 5px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    content: '';
    bottom: -20px
}

section .title.white h1 {
    color: #fff
}

section .title.white h1:after {
    background-color: #fff
}

section.nieuws {
    background-color: #ccbba0;
    color: #fff
}

section.ontdek-meer {
    background-color: #ccbba0;
    color: #fff
}

section.ontdek-meer .item .price {
    color: #fff!important
}

section.categorieen .item {
    margin-bottom: 50px
}

section.categorieen .item a {
    position: relative;
    display: block
}

section.categorieen .item a .overlay {
    position: absolute;
    width: 100%;
    z-index: 12212;
    height: 100%;
    display: none;
    content: '';
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    top: 0;
    left: 0;
    background-color: rgba(204, 187, 160, .7)
}

section.categorieen .item a:hover .overlay {
    display: flex
}

section.categorieen .item h2 {
    font-size: 15px;
    margin-top: 17px;
    text-align: center;
    text-transform: uppercase
}

section.faq-cat .item {
    background-color: #ccbba0
}

section.faq-cat .item .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: #fff;
    text-align: center;
    padding-bottom: 50px
}

section.faq-cat .item .inner h3 {
    font-family: Gotham, sans-serif;
    text-transform: uppercase;
    margin-bottom: 70px;
    font-size: 20px;
    position: relative;
    margin-top: 50px;
    line-height: 30px
}

section.faq-cat .item .inner h3:after {
    background-color: #fff;
    height: 5px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    content: '';
    bottom: -20px
}

section.faq-cat .item .inner h2 {
    font-family: Gotham, sans-serif;
    text-transform: uppercase;
    margin-bottom: 80px;
    font-size: 30px;
    margin-top: 30px;
    position: relative
}

section.faq-cat .item .inner h2:after {
    background-color: #fff;
    height: 5px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    content: '';
    bottom: -20px
}

section.workshops {
    background-color: #ccbba0
}

section.workshops .item {
    color: #151515;
    text-decoration: none;
    margin-bottom: 20px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden !important;
}


section.workshops .item .vol {
    position: absolute;
    right: 0px;
    background-color: #212529;
    color:#FFF;
    padding-top: 2px;
    transform: rotate(45deg);
    width: 120px;
    text-align: center;
z-index:1000;
    top:16px;
    right: -27px;
}

section.workshops .item:hover {
    transform: scale(1.03)
}

section.workshops .item .image {
    width: 200px;
    height: 200px;
    background-image: url(https://via.placeholder.com/850);
    background-size: cover;
    position: relative;
    padding: 20px
}

section.workshops .item .image .date {
    position: absolute;
    border: 4px solid #fff;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

section.workshops .item .image .date span {
    font-size: 40px;
    color: #fff;
    font-weight: 700
}

section.workshops .item .image .date .space {
    width: calc(100% - 30px);
    height: 4px;
    background-color: #fff
}

section.workshops .item .info {
    width: calc(100% - 200px);
    padding: 20px
}

@media (max-width:787px) {
    section.workshops .item .info {
        padding-bottom: 60px
    }
}

@media (max-width:990px) {
    section.workshops .item {
        display: block
    }
    section.workshops .item .image {
        width: 100%;
        margin-bottom: 20px;
        height: 300px
    }
    section.workshops .item .info {
        width: 100%
    }
}

section.artikel {
    min-height: 120px
}

section.artikel .image {
    text-align: right;
    padding: 0px
}

section.artikel .info {
    background-color: #f6f3e9;
    display: flex;
    justify-content: center;
    align-items: center
}

section.artikel .info .inner {
    padding: 20px
}

section.artikel .info .inner h1,
section.artikel .info .inner h2 {
    color: #ccbba0;
    text-align: center;
    font-size: 30px
}

section.artikel .info .inner h1 {
    position: relative;
    margin-bottom: 50px
}

section.artikel .info .inner h1:after {
    background-color: #ccbba0;
    height: 5px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    content: '';
    bottom: -20px
}

section.artikel .info .inner p {
    text-align: center;
    font-style: italic
}

section.artikel .info .inner .price {
    color: #ccbba0;
    font-family: Gotham, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center
}

section.artikel .info .inner h2 {
    font-family: Vollkorn;
    font-style: italic;
    font-weight: 400;
    position: relative
}

section.artikelen .item {
    margin-bottom: 50px
}

section.artikelen .item span.icon {
    top: 15px;
    left: 15px;
    position: absolute;
    z-index: 201;
    color: #151515
}

section.artikelen .item span.icon i {
    font-size: 22px
}

section.artikelen .item a {
    position: relative;
    display: block
}

section.artikelen .item a .overlay {
    position: absolute;
    width: 100%;
    z-index: 200;
    height: 100%;
    display: none;
    content: '';
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    top: 0;
    left: 0;
    background-color: rgba(204, 187, 160, .7)
}

section.artikelen .item a:hover .overlay {
    display: flex
}

section.artikelen .item a:hover span.icon {
    color: #fff
}

section.artikelen .item h2 {
    font-size: 20px;
    margin-top: 25px;
    text-align: center
}

section.artikelen .item p {
    text-align: center
}

section.artikelen .item .price {
    color: #ccbba0;
    font-family: Gotham, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center
}

section.winkels-vacatures .winkel {
    text-decoration: none;
    background-color: #fff;
    display: block
}

section.winkels-vacatures .winkel span {
    display: block;
    font-family: Gotham, sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px
}

section.winkels-vacatures .winkel:hover {
    color: #ccbba0
}

section.intern-vacatures .winkel {
    text-decoration: none;
    background-color: #fff;
    display: block
}

section.intern-vacatures .winkel span {
    display: block;
    font-family: Gotham, sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    padding-bottom: 20px
}

section.intern-vacatures .winkel:hover {
    color: #ccbba0
}

section.op-de-hoogte {
    background-color: #ccbba0
}

section.op-de-hoogte h2 {
    color: #fff;
    text-transform: uppercase
}

section.op-de-hoogte form {
    display: flex
}

section.op-de-hoogte form input {
    padding: 2px 2px 2px 10px;
    width: 100%;
    margin-right: 10px;
    border: none
}

section.maps {
    min-height: 400px;
    background-color: #d3d3d3
}

section.bottom {
    background-color: #151515;
    color: #fff;
    font-style: italic
}

section.bottom * {
    font-size: 14px!important
}

section.bottom a {
    font-size: 14px!important;
    color: #fff
}

section.back {
    padding-top: 15px
}

section.back a {
    color: #ccbba0;
    padding-left: 30px;
    text-decoration: none;
    font-family: Gotham, sans-serif;
    font-weight: 700
}

section.back a:before {
    margin-left: -30px;
    content: '';
    margin-top: 6px;
    position: absolute;
    width: 120px;
    height: 20px;
    background-image: url(/img/left-arrow.png);
    background-repeat: no-repeat
}

section.back a:hover:before {
    margin-left: -33px
}

.form-row {
    margin-bottom: 20px
}

.form-row input,
.form-row select,
.form-row textarea {
    border: 2px solid #151515;
    padding: 14px;
    width: 100%;
}

.form-row select {
    height: 40px;
    border-radius: 0
}

section#productPicker,
section.productPicker {
    position: relative;
    display: none
}

section#productPicker:after,
section.productPicker:after {
    content: '';
    width: 1px;
    height: 100%;
    border: 1px solid #ccbba0;
    position: absolute;
    top: 0;
    left: 50%
}

@media (max-width:787px) {
    section#productPicker:after,
    section.productPicker:after {
        display: none
    }
}

section#productPicker.noline:after,
section.productPicker.noline:after {
    display: none
}

section#productPicker .selected,
section.productPicker .selected {
    margin-left: 20px;
    margin-right: 20px
}

section#productPicker .selected p.price,
section.productPicker .selected p.price {
    color: #ccbba0;
    font-size: 24px
}

section#productPicker .selected .image,
section.productPicker .selected .image {
    width: 170px
}

section#productPicker .selected h2,
section.productPicker .selected h2 {
    text-align: center;
    color: #ccbba0;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px
}

section#productPicker .selected h2:after,
section.productPicker .selected h2:after {
    background-color: #ccbba0;
    height: 5px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    content: '';
    bottom: -20px
}

section#productPicker .products,
section.productPicker .products {
    flex-wrap: wrap;
    display: flex;
    max-height: 450px;
    overflow: scroll
}

@media (max-width:787px) {
    section#productPicker .products,
    section.productPicker .products {
        flex-wrap: nowrap!important;
        width: 100%;
        max-width: 300px
    }
}

section#productPicker .products .item,
section.productPicker .products .item {
    position: relative;
    width: 33%;
    padding: 20px
}

section#productPicker .products .item span,
section.productPicker .products .item span {
    right: 10px;
    margin-top: -20px;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    color: #fff;
    background-color: #ccbba0;
    width: 25px;
    height: 25px;
    border-radius: 50%
}

@media (max-width:787px) {
    section#productPicker .products .item,
    section.productPicker .products .item {
        width: 200px!important;
        padding: 0
    }
}

section#productPicker .products .item .inner,
section.productPicker .products .item .inner {
    padding: 5px;
    border: 1px solid #e2e5e4
}

section#productPicker .products .item .inner img,
section.productPicker .products .item .inner img {
    width: 100%
}

section#productPicker .products .item.active .inner,
section.productPicker .products .item.active .inner {
    border: 1px solid #ccbba0
}

section#bouchee a {
    text-decoration: none
}

section#bouchee .inner {
    padding: 10px;
    text-decoration: none!important
}

section#bouchee .inner h2 {
    text-align: center;
    color: #151515;
    font-size: 20px;
    font-family: Gotham, sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px
}

section#bouchee .inner p {
    text-align: center;
    color: #151515
}

section#workshop-details {
    background-color: #ccbba0!important
}

section#workshop-details .item {
    text-align: center;
    position: relative
}

section#workshop-details .item .content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: space-between
}

section#workshop-details .item .content span {
    display: block;
    font-family: Gotham, sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px
}

section#workshop-details .item .content span.minmax{
    font-size: 12px
}

@media (max-width:787px) {
    section#workshop-details .item .content span {
        font-size: 20px
    }
}

section#workshop-details .item .content span.line:after {
    content: '';
    position: absolute;
    height: 4px;
    background-color: #fff;
    max-width: 104px;
    width: 100%;
    left: calc(50% - 52px)
}

section#workshop-details .item img {
    border: 5px solid #fff;
    width: 70%;
    max-width: 150px
}

.sm-share {
    display: flex;
    width: 100%;
    justify-content: center
}

.sm-share a {
    border: 3px solid #151515;
    width: 70px;
    margin-left: 10px;
    margin-right: 10px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.sm-share a:hover {

    text-decoration: none;
    background-color: #ccbba0;
    color:#FFF;
}
.sm-share a i {
    font-size: 40px
}

section.timeline .item {
    position: relative
}

section.timeline .item:after {
    content: '';
    width: 10px;
    background-color: #ccbba0;
    position: absolute;
    height: 100%;
    left: calc(50% - 5px)
}

@media (max-width:787px) {
    section.timeline .item:after {
        height: 220px
    }
}

section.timeline .year {
    text-align: center;
    background-color: #ccbba0;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    max-width: 200px;
    margin: auto
}

@media (max-width:787px) {
    section.timeline .year {
        margin-bottom: 20px
    }
}

section.timeline .year img {
    position: relative;
    z-index: 21!important
}

section.timeline .year span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 30px;
    color: #fff;
    font-family: Gotham, sans-serif;
    font-weight: 700
}

.accordion .card {
    border-radius: 0;
    bordeR: none;
    margin-bottom: 10px
}

.accordion .card-header {
    border-radius: 0;
    bordeR: none;
    background-color: #ccbba0
}

.accordion .card-header .btn {
    border: none;
    padding: 0
}

.accordion .card-header .btn:hover {
    text-decoration: none
}

.accordion .card-header .btn:after {
    content: '\f078';
    position: absolute;
    font-family: fontawesome;
    right: 0;
    top: 12px;
    right: 20px
}

.accordion .card-header .btn.collapsed:after {
    transform: rotate(180deg)
}

.coffee {
    background-color: #ccbba0;
    margin-left: 20px;
    display: block;
    padding: 10px;
    color: white
}

section.artikelen .item h2 {
    text-transform: uppercase;
}

.fixed-header{
    position: fixed;
    width: 100%;
    background-color: #151515;
    top:0px;
    margin-top: 0px !important;
    z-index: 12112;

}


@media only screen and (max-width: 786px) {

    .logo{
        max-height: 60px;
    }
    body{
        padding-top: 50px;
    }
    header{
        position: fixed;
        top:0px;
        z-index: 1212121212099999912;
        width: 100%;
    }
}

.no-active{
    border-color: grey !important;;
    color:grey !important;
}
.no-active:hover{
    border-color: grey !important;;
    color:grey !important;
    background-color: #FFF !important;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-container{ width:100%;position:relative}.select-container .fas{position:absolute;top:calc(50% - 12px);right:12px}.select-container select{width:100%;padding:5px 35px 5px 15px;font-size:16px;border:1px solid #ccc;height:44px;margin-bottom:10px;background-color:#fff;border-radius:0}
.select-container.black select{
margin-bottom: 0px;
    font-size: 20px !important;
    border:2px solid #151515;
    color:Grey;
    padding-top: 10px;
    padding-bottom: 10px;
    height: inherit;
}
.form-control{
    font-size:16px;
     border-radius: 0px;
}
.grecaptcha-badge{
    visibility: collapse !important;
}


footer form input{
    background-color: white;
}

.videoHeader{
    position: relative
}

.videoHeader .video{
    position: absolute; height: 100%; z-index: 9;  overflow: hidden; width: 100%
}
.videoHeader .video video{
    margin-top: -5vw
}
.videoHeader .layer{
    position: absolute; height: 100%; z-index: 8; background-color: rgba(0,0,0,0.5);  overflow: hidden; width: 100%;
}
.videoHeader .overlay{
    position: relative; z-index: 10
}
@media (max-width: 1480px) {
    .videoHeader .video video{
        width: 110%;
        margin-left: -10%;
        margin-top: 0px
    }
    .hero.videoHeader{
        height: 700px;
    }
}
@media (max-width: 1200px) {
    .videoHeader .video video {
        display: none;
    }
}

.owl-1-withnav .owl-nav{
    position: absolute;
    top: 20px;
    width: 100%;
}

.owl-1-withnav .owl-prev{
    left: 0px;
    position: absolute;
    font-size: 40px;
}
.owl-1-withnav .owl-next span{
    font-size: 60px;
}
.owl-1-withnav .owl-prev span{
    font-size: 60px;
}
.owl-1-withnav .owl-next{
    right: 0px;
    position: absolute;
    font-size: 40px;
}


section.search {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 12121;
}
section.search.open {
    display: flex;
}
section.search .inner {
    width: 100%;
    max-width: 500px;
    background-color: #FFF;
    margin-left: 35px;
    margin-right: 35px;
    position: relative;
}
section.search .inner .close-button {
    position: absolute;
    top: -30px;
    left: -20px;
    background-color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    z-index: 12121212121212121212111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
}
section.search .inner form {
    display: flex;
    align-items: stretch;
    align-content: stretch;
}
section.search .inner input {
    font-size: 25px;
    padding: 15px;
    width: 70%;
    border: none;
}
section.search .inner button {
    border: none;
    background-color: black;
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    width: 30%;
}

a.search{
    text-decoration: none !important;
}

.smallCart{
    background-color: #ccbba0!important;
    font-weight:bold;
    position: fixed; z-index: 12; bottom: 0px; padding: 20px; width: 100%; text-align: center
}


.checkout  .icons{

    padding: 0px;
    margin: 0px;
    width: 100% !important;

    margin-top: 140px !important;
    display: flex !important;
    justify-content: space-around;
}
.checkout  .icons li{
    list-style: none;
    position: relative;


}

.checkout  .icons li.active:after{

    background-color: black;


}
.checkout  .icons li:after{
    content:'\f291';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#FFF;
    font-size: 20px;
    width:60px;
    top:-70px;
    border-radius: 50%;
    left: calc(50% - 30px);
    height: 60px;
    position: absolute;
    background-color: #ccbba0;
}
.checkout   .icons li:before{
    position: absolute;
    content:'';
    height: 2px;
    top:-40px;
    width: 240%;
    left:27%;
    background-color: #ccbba0;
}
.checkout  .icons li:nth-child(4):before{
    display: none;
}
.checkout .icons li:nth-child(2):after{
    content:'\f044';
}
.checkout  .icons li:nth-child(3):after{
    content:'\f153';
}
.checkout .icons li:nth-child(4):after{
    content:'\f0e0';
}

.hofleverancier {
    width: 120px;
    height: auto;
}

.hero__prestige {
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 20;
    pointer-events: none;
}

@media only screen and (max-width: 768px) {

    .hero__prestige {
        top: 60px;
    }

    .hero__prestige .container {
        display: flex;
        justify-content: center;
    }
}

.hero__prestige img {
    width: 120px;
    height: auto;
}

@media only screen and (max-width: 768px) {

    .hero__prestige img {
        width: 100px;
    }
}