html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../css/PlayfairDisplay-Medium.woff2') format('woff2'),
    url('../css/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('../css/PlayfairDisplay-Regular.woff2') format('woff2'),
    url('../css/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background: #20383a;
    color: #fff;
}

header {
    background: url(../images/webpagina.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

h1, h2, h3 {
    font-family: 'Playfair Display';
}

p {
    font-size: 15px;

}

.megamenu {
    position: static;
}

.table {
    color: #fff !important;
}

@media (min-width: 992px) {
    .megamenu:hover .dropdown-menu {
        display: block;
    }
}

.megamenu:hover .arrow:before {
    content: "\f106";
}

.megamenu:hover {
    /* background: #060606b8; */
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}

.logo {
    border-bottom: 1.5px solid #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu.bouquet {
    background: #e6c9a4;
}

.bouquet h6 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255 255 255);
}

.navbar-dark .navbar-nav .bouquet .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    padding: 6px 0px;
    position: relative;
    display: inline-block;

}

.navbar {
    padding: 0px;
}

.bouquet ul.list-unstyled li a.nav-link:hover {
    color: #fff;
    padding-left: 5px;

}

.bouquet ul.list-unstyled li a.nav-link:hover::after {
    width: 50px;
}

.bouquet ul.list-unstyled li a.nav-link:after {
    background-color: #fff;
    bottom: 15px;
    content: "";
    height: 1.5px;
    left: -57px;
    position: absolute;
    -webkit-transition: 1.3s cubic-bezier(0.05, 0.5, 0.3, 1);
    transition: 1.3s cubic-bezier(0.05, 0.5, 0.3, 1);
    width: 0;
    /* top: 11px; */
}

.swiper-container {
    width: 100%;
    height: 100%;
}

#test .swiper-slide {

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;


    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#test .swiper-slide .title {
    font-size: 2.5rem;
}

#test {
    height: 390px;
}

.swiper-pagination-bullet {
    font-size: 15px;
    padding-top: 5px;
    width: 35px !important;
    height: auto !important;
    display: inline-block;
    text-align: left;
    background: #0000 !important;
    opacity: 1 !important;
    color: #fff;
    border-top: 1px solid #fff;
    border-radius: 0px !important;
}

.swiper-pagination {
    bottom: 295px;
}


.swiper-pagination-bullet-active {
    width: 60px !important;
    color: #fff;

}

.line {
    width: 120px;
    height: 1.3px;
    background: #fff;
    margin-bottom: 40px;
}

.bg-skin {
    background: #ceae8b;
}

.btn.btn-more {
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 9px 25px;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#e5c9a3), color-stop(51%, #d0b08c), to(#e5c9a3));
    background-image: linear-gradient(to right, #e5c9a3 0%, #d0b08c 51%, #e5c9a3 100%);
}

.btn.btn-more:hover {
    background-position: right center;
}

.btn.btn-outline-more {
    color: #d0b08c;
    border-radius: 0px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 8px 24px;
    transition: .25s;
    border: 2px solid #d0b08c;
    background-color: transparent;
}

.btn.btn-outline-more:hover {
    color: #fff;
    background-color: #d0b08c;
}

.text-skin {
    color: #edddbb;
}

section.section-flora {
    padding: 60px 0px;
}

.flora-img h6 {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.flora-img small {
    /* text-transform: uppercase; */
}

span.new-text {
    position: absolute;
    transition: 0.5s;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#e5c9a3), color-stop(51%, #d0b08c), to(#e5c9a3));
    background-image: linear-gradient(to right, #e5c9a3 0%, #d0b08c 51%, #e5c9a3 100%);
    color: #fff;
    font-size: 12px;
    padding: 4px 15px;
    text-decoration: none;
    top: -13px;
    left: 15px;
}

span.new-text:hover {
    background-position: right center;
}

.sale-txt {
    font-family: 'Playfair Display';
    font-size: 50px;
    font-weight: 500;
}

.discount-text {
    position: absolute;
    top: 20%;
    left: 40%;
}

span.line-dis {
    width: 31px;
    height: 2px;
    background: #edddbb;
    display: inline-block;
    margin-right: 15px;
    /* margin-top: 0px; */
}

.fav-box {
    position: absolute;
    top: 50px;
    left: 40px;
}

.bg-black7 {
    background: #010101;
}

.bg-green {
    background: #20383a;
}

.text-gradient {

    background: -webkit-linear-gradient(#eacea8, #c9a885);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.inline-images {
    height: 50px;
}

.bg-active {
    background: #00ac00;
}

footer {
    background-color: #172929;
}

footer h6 {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 15px;
}

.font-weight-500 {
    font-weight: 500;
}

footer p {
    font-size: 13px;
}

footer a {
    font-size: 13px;
    color: #fff;
    margin-bottom: 9px;
    text-decoration: none;
}

footer a:hover {
    color: #edddbb;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    background: -webkit-linear-gradient(#eacea8, #c9a885);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header .navbar-dark .navbar-nav .active > .nav-link, header .navbar-dark .navbar-nav .nav-link.active, header .navbar-dark .navbar-nav .nav-link.show, header .navbar-dark .navbar-nav .show > .nav-link {
    background: -webkit-linear-gradient(#eacea8, #c9a885);
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
    background: #060606b8;
    color: #fff;
}

.filter-button {
    font-size: 15px;
    border: 1px solid #fff;
    padding: 6px 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;

    background: transparent;
}

.filter-button:hover,
.filter-button:focus,
.filter-button.active {
    color: #ffffff;
    background-image: -webkit-gradient(linear, left top, right top, from(#e5c9a3), color-stop(51%, #d0b08c), to(#e5c9a3));
    background-image: linear-gradient(to right, #e5c9a3 0%, #d0b08c 51%, #e5c9a3 100%);
    outline: none;
    border-color: #e5c9a3;
}

.gallery_product {
    margin: 0px;
    padding: 0px 7px;
    position: relative;
}


.gallery_product:hover .img-info {
    display: block;
    -webkit-transition: 2s;
    transition: 2s;
}

a.fancybox {
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}

.cart .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    width: 100%;
    height: 100%;
    margin-left: 0;
    text-indent: 0px;
    cursor: pointer;
    background-color: #fff0;
    background-clip: unset;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    margin-bottom: 10px;
}

.cart .carousel-indicators img {
    border: 1px solid transparent;
}

.cart .carousel-indicators .active img {
    border: 1px solid #e5c9a3;
}

.cart .carousel-indicators .active p {
    background-image: -webkit-gradient(linear, left top, right top, from(#e5c9a3), color-stop(51%, #d0b08c), to(#e5c9a3));
    background-image: linear-gradient(to right, #e5c9a3 0%, #d0b08c 51%, #e5c9a3 100%);
    color: #fff;
}

.bg-black {
    background: #000;
}

.f-17 {
    font-size: 17px;
}

.btns a.btn {
    width: 108px;
    margin-right: 5px;
}

.btn.btn-more.bg-transparent {
    background-image: none;
}

.fm-mon {
    font-family: 'Montserrat', sans-serif;
}

h1.vertical-txt.text-gradient {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-family: 'Montserrat';
    margin-top: 50px;
}

label.custom-control-label {
    font-size: 15px;
    vertical-align: middle;
}

.form-group.col-6 {
    margin-bottom: 7px;
}

.custom-control-label::before {
    background-color: #ffffff00;
    border: #ffffff solid 2px;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ffffff;
    background-color: #000000;
}

.form-control {
    background: #fff;
    border-radius: 0px;
}

.form-control:focus {
    color: #fff;
    background-color: #333333;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%);
}

a.btn.btn-write {
    background-image: -webkit-gradient(linear, left top, right top, from(#e5c9a3), color-stop(51%, #d0b08c), to(#e5c9a3));
    background-image: linear-gradient(to right, #e5c9a3 0%, #d0b08c 51%, #e5c9a3 100%);
    padding: 0px 2px;
    position: absolute;
    right: 15px;
}

.bg-lblack {
    background: #181818;
}

.text-gray {
    color: #bdbdbd;
}

/*================mobile nav===================*/
@media (min-width: 320px) and (max-width: 767px) {
    .toggle-button {
        display: block !important;
    }

    button.navbar-toggler {
        display: none;
    }

    nav.navbar.navbar-expand-lg.navbar-dark {
        position: sticky;
        width: 100%;
        z-index: 10;
        top: 1px;
        background: #0d1011;
    }

    a.nav-link {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }
}

.toggle-active .top {
    -webkit-transform: translateY(6px) translateX(0) rotate(
            45deg
    );
}

.toggle-active .bar {
    background-color: #fff;
}

.toggle-active .middle {
    opacity: 0;
}

.toggle-active .bar {
    background-color: #fff;
}

.toggle-active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(
            -45deg
    );
}

.toggle-active .bar {
    background-color: #fff;
}

.middle {
    top: 11px;
}

.bar + .bar {
    margin-top: 6px;
}

.bottom {
    top: 22px;
}

.bar {
    background-color: #ffffff;
    display: block;
    width: 100%;
    height: 2px;
    border: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.toggle-button {
    display: none;
    padding: 1px 6px;
    margin: 9px 15px 8px 10px;
    height: 17px;
    width: 35px;
    cursor: pointer;
    z-index: 30;
}

a.navbar-brand {
    display: block;
    /* width: 130px; */
    width: 80px;
    margin: auto;
}

.nav-active {
    opacity: 1 !important;
    visibility: visible !important;
    height: auto;
    /* max-height: 340px; */
}

.navbar-header.index-nav {
    z-index: 30;
    width: 100%;
}

.overlay {
    position: fixed;
    background: #20383a;
    top: 60px;
    border-top: 1px solid #d4b591;
    left: 0;
    z-index: 30;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    padding: 30px 15px;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
}

.swiper-button-next:after {
    font-family: FontAwesome !important;
    content: "\f061" !important;
}

.swiper-button-prev:after {
    font-family: FontAwesome !important;
    content: "\f060" !important;
}

.swiper-button-next:after, .swiper-button-prev:after {

    font-size: 18px !important;

}

/*Responsive table*/
/*======
Media Queries
=======*/
/*========================*/
@media (min-width: 1200px) and (max-width: 2400px) {
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
    .toggle-button {
        display: block !important;
    }

    a.nav-link {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
    }

    .img-responsive {
        width: 100% !important;
    }

    .img-responsive td {
        display: inline-block;
    }

    .img-responsive td p {
        margin-right: 0px !important;
    }

}

@media (min-width: 320px) and (max-width: 767px) {
    h1 {
        font-size: 28px;
    }

    header {
        background: none;
    }

    .banner-mob {
        background: url(../images/mobile-banner-new.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

    }

    #test {
        height: auto;
    }

    .swiper-pagination {
        bottom: 295px !important;
    }

    .swiper-container {
        margin-top: 160px;
        padding-bottom: 75px !important;
    }

    span.swiper-pagination-bullet {
        text-align: center;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 3% !important;
    }

    .swiper-button-next, .swiper-button-prev {
        color: #e7caa4 !important;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: auto !important;
        right: 50px !important;
    }

    .sale-txt {
        font-family: 'Playfair Display';
        font-size: 24px;
        font-weight: 500;
    }

    .discount-text {

        left: 30% !important;
    }

    .fav-box {
        position: absolute;
        top: 19px;
        left: 17px;
    }

    .col-md-6.mb-xs-5 {
        margin-bottom: 25px;
    }

    .col-4.px-0 {
        display: none;
    }

    .col-8.text-center.w-sm-100 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 35px 15px;
    }

    span.d-block {
        display: unset !important;
    }

    footer {
        text-align: center;
    }

    footer a {
        font-size: 13px;
        color: #fff;
        margin-bottom: 9px;
        display: inline-block;
        text-decoration: none;
    }

    .cart .carousel-indicators {
        display: flex;

    }

    .order-change {
        order: 2;
    }

    .col-md-3.text-center.order-change {
        margin-bottom: 200px;
        margin-top: 40px;
    }

    .btns a.btn {
        width: 150px;
        margin-right: 5px;
    }

    img.mr-3.m-w {
        width: 38%;
    }

    .img-mob {
        width: 100% !important;
        height: auto !important;
    }

    .img-responsive {
        width: 100% !important;
    }

    .img-responsive td {
        display: inline-block;
    }

    .img-responsive td p {
        margin-right: 0px !important;
    }

    #zipcode,
    #housenumber,
    [name="ontvanger_toevoeging"],
    #zipcode2,
    #housenumber2,
    [name="besteller_toevoeging"] {
        padding: 0.5em;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    img.mr-3.m-w {
        width: 38%;
    }

    .btns a.btn {
        width: 150px;
        margin-right: 5px;
    }

    .col-md-3.text-center.order-change {
        margin-bottom: 200px;
        margin-top: 40px;
    }

    .order-change {
        order: 2;
    }

    .cart .carousel-indicators {
        display: flex;

    }

    footer a {
        font-size: 13px;
        color: #fff;
        margin-bottom: 9px;
        display: inline-block;
        text-decoration: none;
    }

    footer {
        text-align: center;
    }

    span.d-block {
        display: unset !important;
    }

    .col-8.text-center.w-sm-100 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 35px 15px;
    }

    .col-4.px-0 {
        display: none;
    }

    .col-md-6.mb-xs-5 {
        margin-bottom: 25px;
    }

    .fav-box {
        position: absolute;
        top: 19px;
        left: 17px;
    }

    .discount-text {

        left: 30% !important;
    }

    .sale-txt {
        font-family: 'Playfair Display';
        font-size: 24px;
        font-weight: 500;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: auto !important;
        right: 50px !important;
    }

    .swiper-button-next, .swiper-button-prev {
        top: 3% !important;
    }

    .swiper-button-next, .swiper-button-prev {
        color: #e7caa4 !important;
    }

    span.swiper-pagination-bullet {
        text-align: center;
    }

    .swiper-container {
        margin-top: 160px;
        padding-bottom: 75px !important;
    }

    #test {
        height: auto;
    }

    .banner-mob {
        background: url(../images/mobile-banner-new.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

    }

    header {
        background: none;
    }

    h1 {
        font-size: 28px;
    }

}


.form-check-product {
    width: 1.5rem;
    height: 1.5rem;
    accent-color: #a89174;
}

.form-check-large {
    width: 1.5rem;
    height: 1.5rem;
}

.product-image-label {
    width: 16rem;
    padding: .5rem;
    margin: .5rem;
    position: relative;
    pointer-events: none;
    border: 2px solid #d0b08c;
    background-color: transparent;
}

.product-variation {
    cursor: pointer;
}

.product-variation.active .product-image-label::before {
    content: '';
    background: inherit;
    position: absolute;
    top: -.25rem;
    height: .5rem;
    width: .5rem;

    left: 50%;
    transform: translatex(-50%) rotate(45deg);
    z-index: -1;
}

.product-vase-img {
    width: 100%;
    max-width: 8rem;
}

.select2-search input { color: #000 !important; }
.select2-results { color: #000 !important; }

.bg-custom {
    background-image: -webkit-gradient(linear, left top, right top, from(#e5c9a3), color-stop(51%, #d0b08c), to(#e5c9a3));
    background-image: linear-gradient(to right, #e5c9a3 0%, #d0b08c 51%, #e5c9a3 100%);
    color: #fff;
}

.card-image img {
    object-fit: contain;
    max-height: 11.5rem;
}

.table td {
    border-top: none;
}

.table-row-top-line {
    border-top: 1px solid #dee2e6;
}

.payment-method {
    cursor: pointer;
}

.payment-method-image {
    width: 100%;
    object-fit: contain;
    max-height: 4rem;
}

.payment-method-label {
    width: 10rem;
    padding: .5rem;
    margin: .5rem;
    position: relative;
    pointer-events: none;
    font-size: 12px;
}

.payment-method.active .payment-method-label::before {
    content: '';
    background: inherit;
    position: absolute;
    top: -0.25rem;
    height: 0.5rem;
    width: 0.5rem;
    left: 50%;
    transform: translatex(-50%) rotate(45deg);
    z-index: -1;
}

.form-check-payment-method {
    width: 1rem;
    height: 1rem;
    accent-color: #a89174;
}

.was-validated .form-control:valid, .form-control.is-valid {
    padding-right: .75rem !important;
}
