/* Common bricks styling */
/* @import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,500;1,400&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400;0,500;0,600;0,700;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
/*
@import url('https://fonts.googleapis.com/css2?family=Love+Ya+Like+A+Sister&display=swap');
*/
body {
   /*  background: url(background.png); */
}


.container {
    padding-right: 24px;
    padding-left: 24px;
}

@media only screen and (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.br-xs {
    display: inline !important;
}
.br-sm,
.br-md,
.br-lg {
    display: none !important;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

@media (min-width: 768px) {

    .br-xs {
        display: none !important;
    }
    .br-sm {
        display: inline !important;
    }

    .text-sm-center {
        text-align: center;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }    
}

@media (min-width: 992px) {
    .br-sm {
        display: none !important;
    }
    .br-md {
        display: inline !important;
    }

    .text-md-center {
        text-align: center;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }    

}

@media (min-width: 1200px) {
    .br-md {
        display: none !important;
    }
    .br-lg {
        display: inline !important;
    }

    .text-lg-center {
        text-align: center;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
}

:focus {
    outline: none!important;
}

.site-header {
    border-top: 0 !important;
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
@media only screen and (min-width: 1200px) {
    .site-header {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
}

.home .site-header {
    margin-bottom: 0 !important;
}
#site-navigation button.menu-toggle {
    background-color: transparent !important;
}
.site-header #site-navigation.main-navigation.toggled button.menu-toggle::before,
.site-header #site-navigation.main-navigation.toggled button.menu-toggle::after {
    background-color: #30010d !important;
}
.page-template-template-homepage #main{
        padding-top: 0;
}
.wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media only screen and (min-width: 768px) {
    .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.wrapper--seperator {
    padding-top: 0;
    padding-bottom: 0;
}

.wrapper h2 {
    font-size: 24px;
}
.entry-content .wrapper:first-child {
    /* padding-top: 0; */
}
#site-navigation ul li {
    font-family: 'Vollkorn', serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
#site-navigation ul li a {
    font-weight: inherit!important;

}
.single .intro {
    font-family: 'Vollkorn', serif;
    font-style: italic;
    font-size: 24px;
    line-height: 37px;
    margin-bottom: 25px;
}
.single .main {
    font-size: 16px;
    line-height: 31px;
}
.header-img {
    position: relative;
}
.header-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-img a span {
    position: relative;
    text-indent: -99999px;
    display: block;
}
.button-holder {
    text-align: center;
}
.card-title {
    padding: 15px 0 0;
}
.list-column-holder h4.card-title {
    font-size: 16px;
    font-family: sharik-sans, sans-serif;
    color: #4A4A4A;
    line-height: 19px;
}
.list-column-holder .item_img {
    display: inline-block;
    text-align: center;
}
.list-column-holder .list-item-body {
    text-align: center;
}
.list-column-holder  .item_holder {
    display: block;
}
form.cart .single_add_to_cart_button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: transparent !important;
}
body {
    font-size: 18px;
}
.home h2 {
    font-size: 28px;
}
.home h2.sub-title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 23px;
}
.home h2.uppercase {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 25px;
}
.border {
    padding-top: 60px;
    border-top: 1px solid #E1E1E1;
}
.uppercase.border + .description {
    font-size: 17px;
    line-height: 28px;
}
.home .site-content {
   /* background: #ffffff; */
}
.home.post-type-archive-product .site-header {
    margin-bottom: 2.235801em !important;
}
footer .gamma.widget-title {
    font-family: sharik-sans, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.3px;
}
@media (min-width: 992px) {
    footer .gamma.widget-title {
        font-size: 15px;
    }
}
@media (min-width: 1200px) {
    footer .gamma.widget-title {
        font-size: 18px;
    }
}
.button,
ul.products li.product .bistro-rating-cart-button .added_to_cart {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: none !important;
    padding: 10px 30px 6px !important;
    border-radius: 0 !important;
}
.single .button, .single ul.products li.product .bistro-rating-cart-button .added_to_cart { 
    border-bottom: 5px solid #30010D !important;
}
.button, ul.products li.product .bistro-rating-cart-button .added_to_cart:hover { 
    border-bottom: none !important;
}
.added_to_cart:hover, .widget a.button.checkout:hover {
    background-color: #6D6350 !important;
    border-color: #6D6350 !important;
}    
.button,
ul.products li.product .bistro-rating-cart-button .added_to_cart {
    font-size: 16px;
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover, .widget a.button:hover {
    background-color: #6D6350 !important;
    border-color: #6D6350 !important;
}
.archive ul.products li.product .bistro-rating-cart-button .added_to_cart {
    font-size: 13px;
}
#colophon .footer-widgets {
    border-bottom: 1px solid #4A4A4A;
    font-size: 17px;
}
#colophon .widget .widget-title, 
#colophon .widget .widgettitle {
    border-bottom: transparent;
    margin-bottom: 0;
}
#colophon input[type=text] {
    background-color: #fff;
    padding: 5px 20px;
    margin-top: 10px;
}
#colophon .footer-widget-4 input[type=text] {
    background-color: #F8F5EE;
    padding: 5px 20px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.widget_shopping_cart_content .button,
.products .button {
    border-bottom: 0 !important;
}
.single-product div.product .product_meta {
    display: none;
}
.woocommerce-tabs .panel h2:first-of-type {
    display: none;
}
.single h1.product_title.entry-title {
    margin-bottom: 0;
}
 .archive-title {
    margin-left: 1.618rem;
    margin-right: 1.618rem;
    color: #000;
}
.single #tab-description h3 {
    font-family: sharik-sans, sans-serif;
    text-transform: uppercase;
    padding-top: 18px;
    font-size: 20px;
}
.single #tab-description ul {
    padding-left: 0;
    margin-left: 19px;
}
.single .price del {
    font-weight: 400;
    color: #30010D;
}
.single .price del span {
    color: #30010D !important;
    opacity: 0.7;
}    
span.onsale {
    /* display:none; */
}
.stock.in-stock {
    color: #0f834d;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
.stock.in-stock::before {
    display: none;
}
.specifications {
    padding: 0px 0 30px;
}
.specifications ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
.specifications ul li {
    display: inline-block;
    width: 43px;
}
.specifications ul li:last-child {
    font-family: sharik-sans, sans-serif;
    width: auto;
    position: relative;
    top: -15px;
    margin-left: 5px;
    color: #000;
}
.single-product div.product p.price {
    font-size: 1.41575em;
    margin: 25px 0 25px !important;
    font-family: 'Vollkorn', serif;
    font-size: 28px !important;
    color: #30010D;
    font-weight: 600;
}
.woocommerce-product-details__short-description {
    /* font-family: 'sharik-sans', sans-serif; */
    font-size: 18px;
}
.small-13 {
    font-size: 13px;
}
.woocommerce-Tabs-panel {
    /* font-size: 13px; */
}

.woocommerce-product-gallery .sold_out {
    position: absolute;
    z-index: 1;
    transform: rotate(-90deg);
    top: 55px;
    left: -32px;
}

.outofstock .stock.out-of-stock {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #b72323;
}

.outofstock .stock.out-of-stock::before {
    display: none;
}

/* overrides woocmmerce */
.site-header .widget_shopping_cart li {
    padding-left: 1.41575em;
    padding-right: 1.41575em;
    line-height: 100%;
    background: #fff;
}
.related.products {
    display:none;
}
.site-header .site-search input[type=search] {
    border-color: transparent !important;
}
.archive ul.products li.product .price,
.cross-sells ul.products li.product .price {
   display: none;
}
.footer-price {
    font-size: 20px;
    /* margin-top: -5px; */
    font-family: 'Love Ya Like A Sister', cursive;
    padding-right: 80px;
}
button.alt:hover, input[type="button"].alt:hover, input[type="reset"].alt:hover, input[type="submit"].alt:hover, .button.alt:hover, .widget-area .widget a.button.alt:hover {
    background-color: #6D6350 !important;
    border-color: #6D6350 !important;
    color: #ffffff;
}
.woocommerce-Price-currencySymbol {
    margin-right: 5px;
    display: inline-block;
}
.archive-title {
    font-family: 'Vollkorn', serif;
    padding-bottom: 20px;
    font-size: 18px;
    /* font-style: italic; */
}
.page #payment .place-order .button {
    font-size: 16px;
}
#page .checkout.woocommerce-checkout h3 {
    font-size: 24px;
    /* font-family: 'Love Ya Like A Sister', cursive; */
    text-transform: uppercase;
}
.woocommerce-checkout #order_review .cart_item .product-total,
.woocommerce-checkout #order_review .woocommerce-Price-amount.amount {
    /* font-size: 20px;
    font-family: 'Love Ya Like A Sister', cursive;
    text-transform: uppercase; */
}
#page .wc-proceed-to-checkout a {
    font-size: 16px;
    text-decoration: none;
}
#page .woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #0f834d;
}
.archive ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Amatic SC', cursive;
}
.woocommerce-breadcrumb a  {
    background-color: #fff !important;
    color: #4A4A4A !important;
}
.woocommerce-breadcrumb a:after {
    border-left-color: #fff !important;
}
.woocommerce-breadcrumb a + span + a {
    background-color: #EBEBEB !important;
}
.woocommerce-breadcrumb a + span + a:after {
    border-left-color: #EBEBEB !important;
}
.woocommerce-breadcrumb a + span + a + span + a {
    background-color: #ffffff !important;
}
.woocommerce-breadcrumb a + span + a + span + a:after {
    border-left-color: #ffffff !important;
}
.woocommerce-breadcrumb a + span + a + span + a + span * {
    color: #B82324 !important;
}
.single-tile {
    font-family: 'Vollkorn', serif;
    font-size: 18px;
    color: #30010D;
    font-weight: 700;
    /* font-style: italic; */
    color: #6D6350;
}
.fb {
    /*
    position: relative;
    padding-left: 30px;
    */
}
.fb:before {
    /*
    position: absolute;
    content: "";
    top: 0;
    left: -5px;
    background: url(fb.svg);
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    */
}
.insta {
    position: relative;
    padding-left: 30px;
}
.insta:before {
    position: absolute;
    content: "";
    top: 0;
    left: -5px;
    background: url(insta.svg);
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
.social ul {
    margin-top: 8px;
    /* display: inline-block; */
}
.social ul li {
    display: inline-block;
    margin-right: 5px;
}    
.social span {
    display: block;
}
.woocommerce .woocommerce-message .button {
    border: 0;
    border-bottom: 0 !important;
    line-height: 10px;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #c2c2c2 !important;
}
.soldout {
    position: absolute;
    background: #fff;
    z-index: 1111;
    display: block;
    transform: rotate(45deg);
    right: -150px;
    top: 20px;
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 13px;
}
ul.order_details li strong {
    font-weight: 400;
}
.woocommerce-checkout h2 {
    font-size: 22px;
}
.mollie-instructions p {
    margin: 0;
}
.woocommerce-breadcrumb {
    font-style: italic;
}
.entry-content a {
    text-decoration: underline;
}

.storefront-handheld-footer-bar ul li.search > a::before {
    content: " " !important;
    background: url(search.svg);
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    text-indent: -9999px;
    left: 50px;
    top: 19px;
}

.storefront-handheld-footer-bar ul li.cart > a::before {
    content: " " !important;
    background: url(kassa.svg);
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    text-indent: -9999px;
    left: 40px;
    top: 20px;
}

.storefront-handheld-footer-bar ul li.my-account > a::before {
    content: " " !important;
    background: url(user.svg);
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
    position: absolute;
    text-indent: -9999px;
    left: 40px;
    top: 18px;
}
.site-footer {
    position: relative;
    font-weight: 300;
    padding: 2.617924em 0 0 0!important;
}
.single .aanbieding {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #B82324;
    font-weight: 500;
    margin-bottom: 15px;
}
.archive .aanbieding {
    display: none;
}

ul.products li.product img.sold,
ul.products li.product img.new {
    position: absolute;
    /* bottom: 125px; */
    /* top: 290px; */
    top: 0;
    padding-top: 88%;
    z-index: 5;
    /* width: 100px; */
    width: 33%;
}
ul.products li.product img.sold {
    padding-top: 90%;
    width: 50%;
    top: 0;
}
ul.products li.product img.new {
    /* bottom: 150px; */
    /* top: 290px; */
    /* width: 75px; */
    width: 45%;
    left: -3px;
}
ul.products li.product .bistro-rating-cart-button {
    background-color: #E3D9C6 !important;
    padding: 1rem 1.618rem !important;
}
@media (min-width: 425px) {
    ul.products li.product img.sold,
    ul.products li.product img.new {
    /* top: 335px; */
    }
    ul.products li.product img.new {
        /* top: 335px; */
    }
}

@media (min-width: 576px) {
    ul.products li.product img.sold,
    ul.products li.product img.new {
    /* top: 335px; */
    }
    ul.products li.product img.new {
        /* top: 335px; */
    }
}


@media (min-width: 768px) {
    ul.products li.product img.sold,
    ul.products li.product img.new {
    /* top: 170px; */
    }
    ul.products li.product img.new {
        /* top: 170px; */
    }
}

@media (min-width: 992px) {
    ul.products li.product img.sold,
    ul.products li.product img.new {
        /* top: 255px; */
    }
    ul.products li.product img.new {
        /* top: 255px; */
    }
}


@media (min-width: 1200px) {
    ul.products li.product img.sold,
    ul.products li.product img.new {
        /* top: 340px; */
    }
    ul.products li.product img.new {
        /* top: 340px; */
    }
}
.woocommerce-message .button.wc-forward:hover {
    background-color: transparent !important;
}
/* hoekjes aanbieding label **/
ul.products li.product .onsale:before {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}
.archive ul.products li.product .onsale {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* border: 0; */
    /* background-color: transparent; */
    /* padding-top: 105%; */
    /* border-radius: 0; */
    /* height: 50px; */
    /* line-height: 50px; */
    /* display: inline-block; */
    z-index: 9;
    /* text-indent: -99999px;
    background-image: url(aanbieding.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
    width: 50%; */
}


.c-image img {
    margin-top: 50px;
    width: 100%;
}

.shop_table .woocommerce-Price-amount.amount {
    /*
    font-size: 22px;
    font-family: 'Love Ya Like A Sister', cursive;
    color: #30010D;
    */
}


@media (min-width: 576px) {
    .archive ul.products li.product .onsale {
        /* top: 175px; */
    }    
}
@media (min-width: 768px) {
    .archive ul.products li.product .onsale {
        /* top: 175px; */
    }   
}
@media (min-width: 992px) {
    .archive ul.products li.product .onsale {
        /* top: 335px; */
    }   
    .c-image img {
        margin-top: -80px;
        /* width: 465px; */
        width: 405px;
        float: left;
    }
}
@media (min-width: 1200px) {
    
}
.medals {
    margin-left: -10px;
}
.medals ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
.medals ul li {
    display: inline-block;
    margin-right: 0px;
}
.medals ul li img {
    width: 100px;
}    
ul.products li.product:not(.product-category):hover img.new,
ul.products li.product:not(.product-category):hover img.sold {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.woocommerce-mini-cart.cart_list.product_list_widget{
    display: none;
}
.site-header .site-header-cart .widget_shopping_cart:before {
    border-bottom-color: #f5f5f5 !important;
}
.widget_shopping_cart p.total {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.woocommerce-checkout small,
.woocommerce-cart small {
        font-size: inherit;
        color: #000;
}
ul.order_details li strong {
    color: #000;
}
address {
    font-style: normal !important;
}
.woocommerce-cart .cart-collaterals .cart_totals small.includes_tax {
    display: inline-block;
}
/*
#payment .payment_methods li img {
    opacity: 0;
}
*/
.payment_box.payment_method_mollie_wc_gateway_ideal {
    display:flex;
}
.woocommerce-checkout .payment_box.payment_method_mollie_wc_gateway_ideal p:last-child {
    margin-left: 15px !important;
}
.woocommerce-mini-cart__buttons.buttons a:after {
    display:none;
}
.woocommerce-product-details__short-description {
    float: left;
    width: 100%;
}
.footer-price del {
    color: #30010D !important;
    opacity: 0.7;
    margin-right: 5px;
}
.entry-content a.button {
    text-decoration: none;
}
.woocommerce-mini-cart__total.total {
    display:none;
} 
.woocommerce-checkout-review-order-table .cart_item {
    color: #000;
}
.archive .woocommerce-Price-amount.amount {
    font-size: 20px;
    font-family: 'Love Ya Like A Sister', cursive;
    color: #30010D;
}
.added_to_cart.wc-forward {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.woocommerce-checkout ul#shipping_method {
    margin-bottom: 0;
    color: #000;
}
strong.product-quantity {
    /* float: left; */
    /* margin-right: 10px; */
}
ul#shipping_method {
    color: #000;
}

.wrapper--top-selling del .woocommerce-Price-amount.amount,
.archive del .woocommerce-Price-amount.amount {
    /* color: #30010D !important; */
    opacity: 0.4;
}
.archive mark, .archive ins {
    text-decoration: none;
    font-weight: 400;
    background: transparent;
}
#page .woocommerce-breadcrumb {
    display: none;
}
#page .storefront-breadcrumb {
    padding: 0;
    margin: 0 0 40px;
}
.single #page .storefront-breadcrumb {
    padding: 0;
    margin: 0 0 65px;
}
#page .woocommerce-tabs {
    overflow: visible;
    padding: 1em 0;
}

/* R: missing alignment classes */
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.widget_shopping_cart a.button:not(.checkout) {
    background-color: #f3efe8;
    color: #30010d;
    line-height: 100%;
}
.widget_shopping_cart a.button:not(.checkout):hover {
    background-color: #f8f4ed;
    color: #fff !important;
    line-height: 100%;
}
@media only screen and (min-width: 768px) {
    .text-md-center {
        text-align: center;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
}
@media only screen and (min-width: 992px) {
    .text-lg-center {
        text-align: center;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
}
@media only screen and (min-width: 1200px) {
    .text-xl-center {
        text-align: center;
    }
    .text-xl-left {
        text-align: left;
    }
    .text-xl-right {
        text-align: right;
    }
}
/* /R */


/* R: page title op mobile, wordt ergens anders voor grotere schermen uitgeschakeld */
h1,
.product_title,
.page-title,
h1.entry-title {
    font-size: 28px;
    text-transform: uppercase;
}
.wrapper h2 {
    margin-bottom: 1em;
}

.cart_totals h2 {
    font-size: 22px;
}
/* /R */


/* R: list column tweaks */
.list-column-holder  .item_holder {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.list-column-holder  .item_holder .item {
    flex: 0 50%;
}
.list-column-holder  .item_holder .item h4.card-title {
    padding-top: 0;
    padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .list-column-holder  .item_holder {
        flex-wrap: nowrap;
    }
    .list-column-holder  .item_holder .item h4.card-title {
        padding-top: 15px;
        padding-bottom: 0;
    }
}
.woocommerce-cart thead .product-price,
.woocommerce-cart thead .product-quantity,
.woocommerce-cart thead .product-subtotal,
.woocommerce-cart .woocommerce-cart-form__cart-item .product-price,
.woocommerce-cart .woocommerce-cart-form__cart-item .product-quantity,
.woocommerce-cart .woocommerce-cart-form__cart-item .product-subtotal {
    text-align: right;
}
.woocommerce-cart .cart_item .product-name {
    /*
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Amatic SC', cursive;
    */
}
.woocommerce-cart a.remove::before { 
    color: #30010D;
}    
/* R: table tweaks */
.shop_table thead th {
    text-transform: uppercase;
    font-size: .8em;
    padding: 1.41575em;
}

.shop_table thead th.product-total {
    padding-left: 1.8em;
}

.shop_table thead th,
.shop_table tbody th,
.shop_table tbody td,
.shop_table tfoot th,
.shop_table tfoot td {
    background-color: #f6f2eb !important;
    padding-left: 15px;
    padding-right: 15px;

}
.shop_table tbody,
.shop_table tfoot {
    font-size: .8em;
}

.shop_table tbody td.product-name {
    font-size: 1.1em;
    text-transform: uppercase;
}

.shop_table tbody th,
.shop_table tfoot th {
    font-weight: 400;
    text-transform: uppercase;
}

.shop_table tbody td,
.shop_table tfoot td {
    font-size: 1.41575em;
    color: #000;
}

.shop_table tbody td strong,
.shop_table tfoot td strong {
    font-weight: 400;
}

.shop_table tbody td.product-name,
.shop_table tbody th,
.shop_table tfoot th {
    padding-top: 1.5em;
    color: #505050;
}

.shop_table.cart tr td {
    vertical-align: middle;
}
.shop_table.cart tr th,
.shop_table.cart tr td {
    padding-left: 15px;
    padding-right: 15px;
}

table.shop_table.shop_table_responsive tr td.product-name[data-title]::before {
    display: none;
}

table.shop_table.shop_table_responsive tr td[data-title]::before {
    font-size: .7em;
    font-weight: 400;
    text-transform: uppercase;
    color: #505050;
}
.shop_table.cart tr th.product-thumbnail,
.shop_table.cart tr td.product-thumbnail {
    display: none!important;
}
.shop_table.cart tr th.product-remove,
.shop_table.cart tr td.product-remove {
    padding-left: .5em;
    padding-right: 0;
}

.shop_table.cart tr td.product-name {
    padding-right: 5em;
}
.shop_table.cart tr td.product-remove a.remove {
    top: -2px;
    left: 2px;
    width: 32px;
    height: 32px;
}
@media only screen and (max-width: 767px) {
    .shop_table.cart tr td.product-remove a.remove {
        top: 21px;
        right: 30px;
        left: auto;
    }
}

@media only screen and (min-width: 768px) {
    .shop_table.cart tr th.product-remove,
    .shop_table.cart tr td.product-remove {
        width: 2.5em;
    }
    .shop_table.cart tr td.product-name {
        /* padding-right: .875em; */
    }
}
a.remove::before {
    content: '' !important;
    background: transparent url('../../images/icon-cancel-circle.svg') no-repeat center center;
    background-size: 28px 28px;
    width: 32px;
    height: 32px;
}

/* /R */


/* R: input tweaks */
.shop_table input[type="radio"],
.shop_table input[type="checkbox"] ,
.form-row input[type="radio"],
.form-row input[type="checkbox"] {
    position: relative;
    top: -2px;
}
#FormValue_FullName {
    display: none!important;
}
/* /R */


/* R: cart tweaks */
.shop_table .woocommerce-shipping-destination strong {
    /* display: block; */
    /* font-weight: bold; */
}
.payment_box.payment_method_mollie_wc_gateway_ideal {
    display: block;
}
.payment_box.payment_method_mollie_wc_gateway_ideal p:first-child {
    display: none;
}
.payment_box.payment_method_mollie_wc_gateway_ideal select {
    width: 100%;
    max-width: 320px;
}

@media only screen and (max-width: 767px) {
    .woocommerce-cart-form__cart-item.cart_item td.product-thumbnail a {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    #page .cart-collaterals .cross-sells {
        display: none;
    }
}
/* /R */


/* R: order-received tweaks */
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead th.woocommerce-table__product-table.product-total {
    /* padding-left: 1.8em; */
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
    /* font-size: 1.41575em; */
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody th,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot th,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td.woocommerce-table__product-name.product-name,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td.woocommerce-table__product-name.product-name strong {
    /* font-weight: 400;
    text-transform: uppercase; */
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody td.woocommerce-table__product-name.product-name {
    /* padding-top: 1.5em; */
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot td {
    /* color: #000; */
}

@media only screen and (max-width: 768px) {
    table.shop_table.shop_table_responsive tr td.product-name[data-title] {
        text-align: left;
        /* padding-left: 1.3em; */
        font-weight: bold;
    }
    
    table.shop_table.shop_table_responsive.cart td.product-quantity .qty {
        text-align: right;
    }
 
    table.shop_table.shop_table_responsive.cart td .amount {
        padding-right: .9em;
    }

    table.shop_table.shop_table_responsive.cart .product-thumbnail img {
        max-width: 100%;
    }

    .shop_table.woocommerce-checkout-review-order-table thead,
    .shop_table.order_details thead {
        display: none;
    }

    .cart_totals .shop_table_responsive tr td {
        text-align: left;
    }
    .cart_totals .shop_table_responsive tr td[data-title]::before {
        text-align: left;
        width: 100%;
        float: none;
        display: block;
    }

    /* .cart_totals .shop_table table,
    .cart_totals .shop_table tbody,
    .cart_totals .shop_table tfoot,
    .cart_totals .shop_table tr, 
    .cart_totals .shop_table th,
    .cart_totals .shop_table td, */
    .shop_table.woocommerce-checkout-review-order-table table,
    .shop_table.woocommerce-checkout-review-order-table tbody,
    .shop_table.woocommerce-checkout-review-order-table tfoot,
    .shop_table.woocommerce-checkout-review-order-table tr, 
    .shop_table.woocommerce-checkout-review-order-table th,
    .shop_table.woocommerce-checkout-review-order-table td,
    .shop_table.order_details table,
    .shop_table.order_details tbody,
    .shop_table.order_details tfoot,
    .shop_table.order_details tr, 
    .shop_table.order_details th,
    .shop_table.order_details td {
        display: block;
    }
    .shop_table.woocommerce-checkout-review-order-table td.product-name {
        width: 100%;
    }


    .shop_table.woocommerce-checkout-review-order-table tbody td.woocommerce-table__product-name.product-name,
    .shop_table.woocommerce-checkout-review-order-table tbody th,
    .shop_table.woocommerce-checkout-review-order-table tfoot th,
    .shop_table.order_details tbody td.woocommerce-table__product-name.product-name,
    .shop_table.order_details tbody th,
    .shop_table.order_details tfoot th {
        padding-top: 1.1618em;
        padding-bottom: 0;
    }

    .shop_table.woocommerce-checkout-review-order-table tbody td,
    .shop_table.woocommerce-checkout-review-order-table tfoot td,
    .shop_table.order_details tbody td,
    .shop_table.order_details tfoot td {
        padding-top: 0;
        padding-bottom: 1.1618em;
        padding-left: 1em;
        border-bottom: 1px dotted #d5d5d5;
    }

    .shop_table.woocommerce-checkout-review-order-table tbody td.product-name,
    .shop_table.order_details tbody td.product-name {
        border-bottom: 0 none;
        padding-left: 1.41575em;
    }

    .shop_table.woocommerce-checkout-review-order-table tbody td.product-name {
        padding-top: 1em;
        padding-bottom: 0;
    }
    .shop_table.woocommerce-checkout-review-order-table tbody td.product-total {
        padding-top: 0;
    }

    #page #ship-to-different-address {
        font-size: 1em;
        color: #505050;
    }
    #page #ship-to-different-address input[type="checkbox"] {
        position: relative;
        top: -2px;
    }

    .woocommerce-checkout .form-row.notes {
        margin-top: 1.41575em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #page .cart-collaterals .cross-sells,
    #page .cart-collaterals .cart_totals,
    #page .woocommerce-checkout #order_review_heading, 
    #page .woocommerce-checkout #order_review,
    #page .woocommerce-checkout .col2-set {
        width: 100%;
        margin-right: 0;
        float: none;
    }
}

.storefront-2-3 ul.products li.product.product-type-simple .bistro-rating-cart-button .button:before {
    left: 20px;
    top: -5px;
    content: " " !important;
    background: url(kassa.svg);
    background-size: 39px 33px;
    width: 39px;
    height: 33px;
}
.storefront-2-3 ul.products li.product .bistro-rating-cart-button .button:after {
    opacity: 0;
}
/* /R */

@media (min-width: 768px) {
    .single .woocommerce-tabs {
        padding-top: 0px;
    }
}
@media (min-width: 768px) {
    .woocommerce-checkout .col2-set {
        width: 48%;
        float: left;
        margin-right: 4%;
    }
}    
@media (min-width: 768px) {
.woocommerce-checkout #order_review_heading, .woocommerce-checkout #order_review {
        width: 48%;
        float: right;
        margin-right: 0;
        clear: right;
    }
    #page .woocommerce-tabs {
        overflow: visible;
        padding: 1em 0;
    }
}    
/* deze moet altijd uitgeschakeld */
.storefront-full-width-content #page .woocommerce-tabs ul.tabs {
    display: none;
}

#page .site-header .site-branding img {
    border-radius: 0;
    max-width: none;
    height: 100%;
    width: 130px;
}

@media (min-width: 768px) {
    .storefront-full-width-content #page .woocommerce-tabs .panel {
        width: 100%;
    }
    .storefront-full-width-content #page .woocommerce-tabs ul.tabs {
        display: none;
    }
    .list-column-holder  .item_holder {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .list-column-holder  .item_holder .item {
        margin: 0 20px;
    }
    #page .cart-collaterals h2 {
        /* font-size: 24px; */
        /* font-family: 'Love Ya Like A Sister', cursive; */
        text-transform: uppercase;
    }
    #page .cart-collaterals .product h2 {
        font-size: 16px;
    }
    .storefront-full-width-content.woocommerce-cart #page .entry-header, .storefront-full-width-content.woocommerce-checkout #page .entry-header, .storefront-full-width-content.woocommerce-account #page .entry-header, .storefront-full-width-content #page .woocommerce-products-header {
        text-align: left;
        padding-bottom: 40px;
    }

    .storefront-2-3 .site-header .site-search .widget_product_search form label:before {
        content: " " !important;
        background: url(search.svg);
        background-size: 35px 35px;
        width: 35px;
        height: 35px;
    }
    .storefront-2-3 .site-header .site-header-cart:before {
        content: " " !important;
        background: url(kassa.svg);
        background-size: 35px 35px;
        width: 35px;
        height: 35px;
    }
    .storefront-2-3 ul.products li.product.product-type-simple .bistro-rating-cart-button .button:before {
        left: 20px;
        top: -5px;
        content: " " !important;
        background: url(kassa.svg);
        background-size: 39px 33px;
        width: 39px;
        height: 33px;
    }
    .storefront-2-3 ul.products li.product .bistro-rating-cart-button .button:after {
        opacity: 0;
    }
    .site-header .site-header-cart .count {
        line-height: 1.2 !important;
    }
    .storefront-full-width-content #page .woocommerce-tabs .panel {
        max-width: 68%;
        float: left;
    }
    .product .summary.entry-summary h1 {
        margin-bottom: 10px;
        font-size: 32px;
        font-family: 'Vollkorn', serif;
        text-transform: uppercase;
    }
    .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        display: none !important;
    }
    .single-product .cart input[type='number'] {
        background-color: #fff;
        border: 1px solid #F2EFEA;
        box-shadow: none;
    }    
    .woocommerce-product-details__short-description {
        max-width: 70% !important;
    }
    .specifications ul li {
        display: inline-block;
        width: 45px;
    }
}

@media (min-width: 1200px) {
    .storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
        display: none;
    }
    
    /*
    .no-secondary-navigation.woocommerce-active #page .site-header .main-navigation {
        margin-right: 8.347826087%;
    }
    */
}


/* R: responsive linebreaks */
@media only screen and (max-width: 575px) {
    .br-xs {
        display: inline!important;
    }
} 


.br-sm,
.br-md,
.br-lg,
.br-xl {
  display: none;
}

@media only screen and (min-width: 576px) {
    .br-xs {
        display: none;
    }
} 

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .br-sm {
        display: inline !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .br-md {
        display: inline !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .br-lg {
        display: inline !important;
    }
}

@media only screen and (min-width: 1200px) {
    .br-xl {
        display: inline !important;
    }
}


/* menu */
.site-header #site-navigation.main-navigation button.menu-toggle {
    text-indent: -99999px;
    padding: 0.6180469716em 1.308962em;
    border: 0 none;
    z-index: 1100;
    background-color: transparent;
    display: block!important;
}
@media only screen and (min-width: 1200px) {
    .site-header #site-navigation.main-navigation button.menu-toggle {
        display: none!important;
    }
}
.primary-navigation {
    display: none!important;
}
@media only screen and (min-width: 1200px) {
    .primary-navigation {
        display: block!important;
    }
    .main-navigation ul.nav-menu {
        padding: 0!important;
        margin-top: 23px;
    }
    #page .site-header .site-branding {
        margin-bottom: 0!important;
    }
}

.site-header #site-navigation.main-navigation button.menu-toggle span::before,
.site-header #site-navigation.main-navigation button.menu-toggle::before,
.site-header #site-navigation.main-navigation button.menu-toggle::after {
    width: 24px;
}
.site-header #site-navigation.main-navigation button.menu-toggle::before {
    transform: translateY(-6px);
}
.site-header #site-navigation.main-navigation button.menu-toggle::after {
    transform: translateY(6px);
}
.site-header #site-navigation.main-navigation.toggled button.menu-toggle::before {
    background-color: #fff;
    transform: rotate(45deg);
}
.site-header #site-navigation.main-navigation.toggled button.menu-toggle::after {
    background-color: #fff;
    transform: rotate(-45deg);
}

.site-header #site-navigation.main-navigation .handheld-navigation {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 100px 1.41575em 0 1.41575em;
    background-color: #212121;
    max-height: none;
    transform: translateX(-100%);
    transition: transform 300ms ease;
    z-index: 1000;
    /* margin-left: -2.617924em; */
    /* margin-right: -2.617924em; */
    /* padding-left: 2.617924em; */
    /* padding-right: 2.617924em; */

}
@media only screen and (min-width: 576px) {
    .site-header #site-navigation.main-navigation .handheld-navigation {
        padding: 100px 2.617924em 0 2.617924em;
    }
}

.site-header #site-navigation.main-navigation .handheld-navigation ul.menu {
    padding: 1.618em 0;
}
.site-header #site-navigation.main-navigation .handheld-navigation ul.menu > li {
    margin-right: 0;
    font-size: 20px;
    border-bottom: 1px solid #4A4A4A;
}
.site-header #site-navigation.main-navigation .handheld-navigation ul.menu > li:last-child {
    border-bottom: 0 none;
}

.site-header #site-navigation.main-navigation .handheld-navigation ul > li > a {
    color: #fff;
    padding-top: .75em;
    padding-bottom: .75em;
    font-weight: 400;
}

.site-header #site-navigation.main-navigation.toggled .handheld-navigation {
    max-height: none;
    transform: translateX(0);
}

body.mobile-menu-open {
    overflow: hidden!important;
}

/* @media only screen and (min-width: 768px) {
    .site-header #site-navigation.main-navigation .handheld-navigation ul > li > a {
        color: #fff;
        padding-top: .5em;
        padding-bottom: .5em;
        font-weight: 400;
    }
} */

#page .site-header .site-branding {
    position: relative;
    z-index: 1100;
    margin-top: 2px;
}

@media only screen and (min-width: 1024px) {
  body.storefront-2-3.woocommerce-active .site-header .site-branding {
        width: auto;
        margin-right: 2.347826087%;
    }
    .woocommerce-active .site-header .main-navigation {
        width: 69% !important;
    }

    .main-navigation ul.nav-menu {
        text-align: center !important;
        margin-left: 0!important;
    }
}

/* R: product intro tekstje */
.woocommerce-product-details__short-description {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.products .product .button:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}
/* R: contactpagina */
.c-image--full-width-on-mobile {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
@media only screen and (min-width: 768px) {
    .c-image--full-width-on-mobile {
        display: none;
        margin-left: 0;
        margin-right: 0;
    }
    .page-id-24111 .site-content {
        background-image: url(/wp-content/uploads/2020/04/BEELDKERKv2.png);
        background-size: auto 648px;
        background-repeat: no-repeat;
        background-position: 400px -33px;
    }
    #page .site-header .site-branding {
        position: relative;
        margin-bottom: 0;
        /* max-width: 45px; */
        z-index: 1100;
        margin-left: 0;
    }
}

@media only screen and (min-width: 992px) {
    .page-id-24111 .site-content {
        background-position: 400px -33px;
    }
    #page .site-header .site-branding {
        position: relative;
        margin-bottom: 0;
        margin-left: 0;
        /* max-width: 45px; */
        z-index: 1100;
    }
}

@media only screen and (min-width: 1200px) {
    #page .site-header .site-branding {
        margin-top: 11px;
    }
}

/* R: product toegevoegd aan winkelmandje op detailpagina */
@media only screen and (max-width: 767px) {
    .woocommerce .woocommerce-message {
        font-size: 16px;
    }

    .woocommerce .woocommerce-message .button {
        float: none;
        display: block;
        padding-left: 0!important;
        margin-left: 0;
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.medaille-text {
    font-family: sharik-sans, sans-serif; 
    text-transform: uppercase; 
    font-weight: 600; 
    color: #505050; 
    margin-top: 10px; 
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.55;
}

@media only screen and (min-width: 768px) {
    .medaille-text {
        font-size: 18px;
    }
}

/*** page bricks ***/
.carousel-cell {
    position: relative;
    width: 100%;
    /* height: 500px; */
    background-size: cover;
    background-repeat: no-repeat;
}
#page-wrapper {
    padding: 0;
}
.page-template-page_bricks .storefront-breadcrumb {
    display:none;
}
.main-carousel .container {
    margin: auto;
}
.main-carousel .col-full .content,
.main-carousel .container .content {
    position: relative;
    color: #4A212C;
    min-height: 300px;
}    
.main-carousel .carousel-cell-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media only screen and (min-width: 768px) {
    .main-carousel .col-full .content,
    .main-carousel .container .content {
        height: 400px;
    }    
}

@media only screen and (min-width: 992px) {
    .main-carousel .col-full .content,
    .main-carousel .container .content {
        height: 500px;
    }    
}

.main-carousel .col-full .content h2,
.main-carousel .container .content h2 {
    font-size: 42px;
    text-transform: uppercase;
    margin-bottom: .375rem;
    font-family: 'Amatic SC', cursive;
    color: #4A212C;
    letter-spacing: .03125rem;
}

.main-carousel .col-full .content p,
.main-carousel .container .content p {
    font-family: 'Amatic SC', cursive;
    font-size: 24px;
    letter-spacing: .03125rem;
    line-height: 1.25;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
    .main-carousel .col-full .content h2,
    .main-carousel .container .content h2 {
        font-size: 42px;
    }
    .main-carousel .col-full .content p,
    .main-carousel .container .content p {
        font-size: 28px;
    }
}

@media only screen and (min-width: 992px) {
    .main-carousel .col-full .content h2,
    .main-carousel .container .content h2 {
        font-size: 52px;
    }
    .main-carousel .col-full .content p,
    .main-carousel .container .content p {
        font-size: 34px;
    }
}

.main-carousel .col-full .content .description,
.main-carousel .container .content .description {
    position: relative;
    padding-top: 1rem;
    padding-bottom: 1rem;
    /* left: 0; */
    /* width: 100%; */
    /* transform: translateY(-50%); */
}    
@media only screen and (min-width: 768px) {
    .main-carousel .col-full .content .description.has-top-selling,
    .main-carousel .container .content .description.has-top-selling {
        /* transform: translateY(-66%); */
    }
}

@media only screen and (min-width: 768px) {
    .main-carousel .container .content .description {
        position: absolute;
        top: 10%;
        padding-top: 0;
        padding-bottom: 0;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
}

/*** container bootstrap grid setting ***/
.page-template-page_bricks .wrapper h1:last-child,
.page-template-page_bricks .wrapper h2:last-child,
.page-template-page_bricks .wrapper h3:last-child,
.page-template-page_bricks .wrapper h4:last-child,
.page-template-page_bricks .wrapper h5:last-child,
.page-template-page_bricks .wrapper h6:last-child,
.page-template-page_bricks .wrapper ol:last-child,
.page-template-page_bricks .wrapper ul:last-child,
.page-template-page_bricks .wrapper p:last-child {
    margin-bottom: 0;
}

.container {
    margin: 0 auto;
}

.triple_loop_items h3 {
    font-size: 36px;
    /* text-transform: uppercase; */
    margin-bottom: 5px;
    font-family: 'Amatic SC', cursive;
    margin-top: 30px;
}
.triple_loop_items .post_description {
    margin: 15px 0;
    height: 140px;
    overflow: hidden;
    font-size: 16px;
}
h3.post_loop_title,
.single-column-holder h2 {
    margin-bottom: 50px;
    font-size: 32px;
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
    /* text-align: center; */
}    

.single .hentry .entry-header h1,
.page-template-page_bricks  h2 {
    margin-bottom: 25px;
    font-size: 28px;
    font-family: 'Vollkorn', serif;
    text-transform: uppercase;
    /* text-align: center; */
}
.posts_slider h3,
.page-template-page_bricks  h3 {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Vollkorn', serif;
    /* font-family: 'Love Ya Like A Sister', cursive; */
    /* text-transform: uppercase; */
    /* text-align: center; */
}        
.single-column-holder h2 {
    margin-bottom: 20px;
}    

#product_list  .triple_loop_items h3 {
    margin-top: 0;
}
.triple_loop_items .post_description,
#product_list .triple_loop_items .post_description {
    margin: 15px 0;
    height: 140px;
    overflow: hidden;
}
.triple_loop_items .anchor a,
#product_list .triple_loop_items .anchor a {
    text-decoration: underline;
}
.triple_loop_items .anchor a:hover,
#product_list .triple_loop_items .anchor a:hover,
.triple_loop_items .anchor a:focus,
#product_list .triple_loop_items .anchor a:focus,
.triple_loop_items .anchor a:active,
#product_list .triple_loop_items .anchor a:active {
    text-decoration: none;
}
#product_list .product-block {
    margin-bottom: 30px;
}
#product_list .product-block img {
    border-radius: 0px;
}

.single .hentry .entry-header {
    border-bottom: 0;
    margin-bottom: 20px;
}
.single .hentry .entry-header h1 {
    /* margin-bottom: 10px;
    font-size: 32px;
    font-family: 'Love Ya Like A Sister', cursive;
    text-transform: uppercase; */
}
.single article ul {
    list-style: none;
    margin-left: 0;
}
.single article ul li {
    background: url(dots.png) no-repeat 0 7px transparent;
    padding-left: 25px;
}
.posts_slider {
    overflow: hidden;
    padding-bottom: 50px;
}
/* .posts_slider h3 {
    margin-bottom: 30px;
    font-size: 28px;
    font-family: 'Love Ya Like A Sister', cursive;
    text-transform: uppercase;
} */
.posts_slider .carousel-cell {
    width: 33%
}
#left-column img {
    margin-bottom: 30px;
}
.card img {
    margin-bottom: 30px;
}

/*** boostrap overrides ***/
@media (min-width: 320px) {
    /* .row {
        margin-right: -5px;
        margin-left: -5px;
    } */
    #product_list .triple_loop_items h3 {
        margin-top: 30px;
    }
    .anchor {
        margin-bottom: 30px;
    }
    .card-text {
        margin-bottom: 30px;
    }
}
@media (min-width: 576px) {
    
}
@media (min-width: 768px) {
      
}
@media (min-width: 992px) {
    /* .row {
        margin-right: -15px;
        margin-left: -15px;
    } */
    #product_list .triple_loop_items h3 {
        margin-top: 0;
    }
    #left-column img {
        margin-bottom: 0px;
    }
    .card img {
        margin-bottom: 0px;
    }
    .anchor {
        margin-bottom: 0px;
    }
    .card-text {
        margin-bottom: 0px;
    }
    
}
@media (min-width: 1200px) {
    
}

h3.subtitle {
    line-height: 1.1667;
    font-family: 'Love Ya Like A Sister', cursive;
    color: #30010d;
    margin-top: 30px;
}
.add-to-footer ol,
.add-to-footer ul {
    margin-top: 15px;
    padding-left: 0;
    margin-left: 19px;
}


.page-template-page_bricks .site-main {
    background-color: #fff;
}

.site-main .wrapper {
    background-color: #F8F5EE;
}
.site-main .wrapper.wrapper--header-image-slider {
    background-image: -o-linear-gradient(top, #fff 0%, #fff 120px, #f8f5ee 120px, #f8f5ee 1000px);
    background-image: linear-gradient(180deg, #fff 0%, #fff 120px, #f8f5ee 120px, #f8f5ee 1000px);
    background-size: 1px 1000px;
    background-repeat: repeat-x;
    padding-top: 0;
    padding-bottom: 0;
}
.site-main .wrapper--top-selling {
    /* padding-bottom: 0; */
    background-color: transparent;
}
@media only screen and (min-width: 768px) {
    .site-main .wrapper--top-selling {
        padding-top: 0;
    }
}

ul.products li.product,
.wrapper--top-selling div.product {
    position: relative;
    background-color: #fff!important;
    margin-bottom: 4rem;
}
.site-main > div.product .new-badge,
ul.products li.product .new-badge,
.wrapper--top-selling div.product .new-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #BC630D;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    padding: .75rem 1.5rem;
    z-index: 1;
    pointer-events: none;
}
ul.products li.product .woocommerce-loop-product__title + .new-badge {
    top: 0;
    bottom: auto;
}

.site-main > div.product .out-of-stock-badge,
ul.products li.product .out-of-stock-badge,
.wrapper--top-selling div.product .out-of-stock-badge {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #30010D;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    padding: .75rem 1.5rem;
    z-index: 1;
    pointer-events: none;

    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-90deg) translateX(-100%);
        -ms-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
}

.site-main > div.product .onsale,
ul.products li.product .onsale,
.wrapper--top-selling div.product .onsale {
    position: absolute;
    top: 0!important;
    left: 100%!important;
    background-color: #343A00!important;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    padding: .75rem 1.5rem;
    z-index: 1;
    pointer-events: none;

    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.site-main > div.product .onsale {  
    top: 64px!important;
    left: 100%!important;
}
@media only screen and (min-width: 768px) {
    .site-main > div.product > .onsale {  
        top: 0!important;
        left: 39.1304347826%!important;
    }
}
@media only screen and (min-width: 992px) {
    .site-main > div.product > .onsale {  
    }
}
@media only screen and (min-width: 1200px) {
    .site-main > div.product > .onsale {  
        /* left: 39.1304347826%!important; */
    }
}

@media only screen and (min-width: 992px) {
    .wrapper--top-selling div.product {
        margin-bottom: 2rem;
    }
}
ul.products .product .image-wrap {
    position: relative;
    margin-bottom: 0!important;
}
.wrapper--top-selling div.product .h-lighted-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.wrapper--top-selling div.product .h-lighted-img img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 200ms ease;
    transition: -webkit-transform 200ms ease;
    -o-transition: transform 200ms ease;
    transition: transform 200ms ease;
    transition: transform 200ms ease, -webkit-transform 200ms ease;
    border-radius: 0;
}
.wrapper--top-selling div.product:hover .h-lighted-img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
ul.products li.product img {
    margin-bottom: 0!important;
}
.wrapper--top-selling div.product > a {
    text-decoration: none;
}
.archive ul.products li.product h2.woocommerce-loop-product__title,
.wrapper--top-selling div.product > a > h3 {
    padding: 1.4rem 1.3rem 0 !important;
}
.archive ul.products li.product h2.woocommerce-loop-product__title,
.wrapper--top-selling div.product a h3 {
    font-family: 'Vollkorn', serif;
    font-weight: bold;
    color: #30010D;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2px;
}
ul.products li.product .archive-title,
.wrapper--top-selling div.product .post_description {
    padding: 0 1.3rem 1.4rem !important;
    margin: 0;
    font-family: 'Vollkorn', serif;
    font-weight: 600;
    color: #6D6350;
    font-size: 16px;
    line-height: 28px;
}

ul.products li.product .archive-title {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

ul.products li.product .archive-title p,
.wrapper--top-selling div.product .post_description {
    margin-bottom: 0;
}

ul.products li.product .bistro-rating-cart-button,
.wrapper--top-selling div.product .bistro-rating-cart-button {
    position: relative;
    background-color: rgba(183, 178, 168, .25) !important;
    padding: 1.25rem 1.3rem 1rem 1.3rem !important;
}
ul.products li.product .bistro-rating-cart-button .woocommerce-Price-amount.amount,
.wrapper--top-selling div.product .bistro-rating-cart-button .woocommerce-Price-amount.amount {
    font-family: 'Vollkorn', serif;
    font-size: 24px;
    font-weight: 600;
    color:#30010D;
    white-space: nowrap;
}
ul.products li.product .bistro-rating-cart-button .button,
.wrapper--top-selling div.product .bistro-rating-cart-button .button {
    position: relative;
    background-color: transparent;
    float: right;
    text-indent: -999999px;
    margin-top: -6px!important;
    /* margin-right:  */
    padding: 0!important;
    width: 32px!important;
    height: 32px!important;
}
ul.products li.product .bistro-rating-cart-button .button:hover,
ul.products li.product .bistro-rating-cart-button .button:focus,
ul.products li.product .bistro-rating-cart-button .button:active,
.wrapper--top-selling div.product .bistro-rating-cart-button .button:hover,
.wrapper--top-selling div.product .bistro-rating-cart-button .button:focus,
.wrapper--top-selling div.product .bistro-rating-cart-button .button:active {
    background-color: transparent!important;

}
ul.products li.product .bistro-rating-cart-button .button::before,
.wrapper--top-selling div.product .bistro-rating-cart-button .button::before {
    position: absolute;
    left: 0!important;
    top: 2px!important;
    content: ''!important;
    background: url(kassa.svg) no-repeat;
    background-size: 31px 29px!important;
    width: 31px!important;
    height: 29px!important;
}
ul.products li.product .bistro-rating-cart-button .button::after,
.wrapper--top-selling div.product .bistro-rating-cart-button .button::after {
    position: absolute;
    right: 44px!important;
    top: 6px!important;
    content: ' '!important;
    background: url(plusje.svg) no-repeat!important;
    background-size: 20px 20px!important;
    width: 20px!important;
    height: 20px!important;
    display: block;
    opacity: 1!important;
    left: auto!important;
}
.wrapper--top-selling div.product .bistro-rating-cart-button .footer-price {
    display: none;
}
ul.products li.product .bistro-rating-cart-button .button.loading::after,
.wrapper--top-selling div.product .bistro-rating-cart-button .button.loading::after {
    left: auto;
    margin: 0;
}
ul.products li.product .bistro-rating-cart-button .button + .added_to_cart,
.wrapper--top-selling div.product .bistro-rating-cart-button .button + .added_to_cart {
    margin-top: 0;
    text-decoration: none;
    /* width: 100%; */
    text-align: center;
    font-size: 13px;
    position: absolute;
    top: 100%;
    right: 0;
}
.wrapper--top-selling div.product .bistro-rating-cart-button .button + .added_to_cart::after {
    /* display: none; */
}

.wrapper--top-selling div.product .bistro-rating-cart-button .product.woocommerce.add_to_cart_inline[style] {
    border: 0 none !important;
    padding: 0 !important;
    margin: 0 !important;
}

@media only screen and (min-width: 992px) {
    .col-md-11.col-center {
        left: 4.166666665%;
    }
}

@media only screen and (min-width: 768px) {
    .wrapper--header-image-slider .wrapper--top-selling {
        position: relative;
        margin-top: -6rem;
        float: left;
        width: 100%;
        z-index: 1000;
    }
}

.site-main .wrapper.wrapper--content-visual-content {
    background-color: #fdfcfa;
}

.content--content-visual-content p {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 36px!important;
}

.content--content-visual-content--visual {
    margin-bottom: 36px;
}
.content--content-visual-content--visual img {
    margin: 0 auto;
}

.content--content-visual-content--right p:last-child {
    margin-bottom: 0!important;
}

@media only screen and (min-width: 768px) {
    .content--content-visual-content--left,
    .content--content-visual-content--visual {
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .content--content-visual-content--visual,
    .content--content-visual-content p:last-child {
        margin-bottom: 0!important;
    }
}


@media only screen and (min-width: 768px) {
    .site-header {
        /* padding-bottom: 2.617924em!important; */
    }
}

.woocommerce-active .site-header .main-navigation {
    float: none!important;
    width: 100%!important;
    /* padding-right: 20px; */
}
@media only screen and (min-width: 768px) {
    .woocommerce-active .site-header .main-navigation {
        /* padding-right: 10px; */
    }
}
@media only screen and (min-width: 992px) {
    .woocommerce-active .site-header .main-navigation {
        padding-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .woocommerce-active .site-header .main-navigation {
        float: left!important;
        width: 78%!important;
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) {
    .site-search {
        margin-bottom: 0!important;
    }
}

.site-search .woocommerce-product-search {
    margin-bottom: 0;
}

.woocommerce-active .site-header .site-header-cart,
.woocommerce-active .site-header .site-search {
    display: none!important;
}

@media only screen and (min-width: 1200px) {
    .woocommerce-active .site-header .site-header-cart,
    .woocommerce-active .site-header .site-search {
        top: 10px;
        display: block!important;
    }
}

.menu-toggle, .handheld-navigation, .main-navigation.toggled .handheld-navigation, .main-navigation.toggled div.menu {
    display: block!important;
}

@media only screen and (min-width: 768px) {
    .menu-toggle, .handheld-navigation, .main-navigation.toggled .handheld-navigation, .main-navigation.toggled div.menu {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) {
    .menu-toggle, .handheld-navigation, .main-navigation.toggled .handheld-navigation, .main-navigation.toggled div.menu {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .menu-toggle, .handheld-navigation, .main-navigation.toggled .handheld-navigation, .main-navigation.toggled div.menu {
        display: none!important;
    }
}

#site-navigation > .menu ul li {
    display: block!important;
}

.primary-navigation .menu-item {
    margin-right: 20px;
}

.primary-navigation .menu-item:last-child {
    margin-right: 0;
}

.primary-navigation .menu-item::after {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    bottom: 12px;
    right: -.75rem;
    width: 2px;
    background-color: currentColor;
}

.primary-navigation .menu-item:last-child::after {
    display: none;
}

.primary-navigation + div.menu,
.primary-navigation + div.menu ul.menu {
    padding: 0!important;
}
.primary-navigation + div.menu ul.menu > li > a {
    padding: 0.875em 0!important;
}

.site-header .main-navigation div.menu ul.menu > li > a:before, 
.site-header .main-navigation div.menu ul.menu > li.current-menu-item > a:before, 
.site-header .main-navigation div.menu ul.nav-menu > li:hover > a:before, 
.site-header .main-navigation div.menu ul.nav-menu > li.current-menu-item > a:before {
    display: none!important;
}

.new-badge {

}

.out-of-stock-badge {

}

@media only screen and (min-width: 768px) {
    .site-main ul.products.columns-3 li.product {
        width: calc((100% - 60px) / 3) !important;
        margin-right: 30px!important;
    }
    .site-main ul.products.columns-3 li.product:nth-child(3n+3) {
        margin-right: 0!important;
    }
}

.footer-widgets {
    font-size: 16px!important;
    padding: 0 0 2.617924em 0!important;
    color: #746B5B!important;
}
.footer-widgets .darker {
    color: #30010D!important;
}
.footer-widgets .widget {
    margin-bottom: 0;
}
.footer-widgets .widget ul {
    margin-bottom: 0;
}
.footer-widgets .widget_nav_menu ul {
    margin-top: 28px;
}
@media only screen and (min-width: 768px) {
    .footer-widgets .widget_nav_menu ul {
        margin-top: 28px;
    }
}
.footer-widgets .widget_nav_menu ul li {
    padding-left: 0;
    margin-bottom: 0;
    line-height: 28px;
}
.footer-widgets .widget_nav_menu ul li::before {
    display: none;
}
.footer-widgets a {
    color: #746B5B!important;
    text-decoration: underline!important;
}
.footer-widgets a.no-underline {
    color: #746B5B!important;
    text-decoration: none!important;
}
.footer-widgets a:hover,
.footer-widgets a:focus,
.footer-widgets a:active {
    text-decoration: none!important;
}

.site-footer .site-info {
    font-size: 16px;
    margin-bottom: 76px;
}

.storefront-handheld-footer-bar {
    display: block!important;
}

@media only screen and (min-width: 1200px) {
    .site-footer .site-info {
        margin-bottom: 0;
    }

    .storefront-handheld-footer-bar {
        display: none!important;
    }
}


@media only screen and (min-width: 768px) {
    .footer-widgets.col-3 .block.footer-widget-1 {
        width: 40%;
        margin-right: 0;
    }

    .footer-widgets.col-3 .block.footer-widget-2 {
        width: 30%;
        margin-right: 0;
    }

    .footer-widgets.col-3 .block.footer-widget-3 {
        width: 30%;
        margin-right: 0;
    }
}

@media only screen and (min-width: 992px) {
    .footer-widgets.col-3 .block.footer-widget-1 {
        width: 34%;
        margin-right: 0;
    }

    .footer-widgets.col-3 .block.footer-widget-2 {
        width: 21%;
        margin-right: 0;
    }

    .footer-widgets.col-3 .block.footer-widget-3 {
        width: 31.5%;
        margin-right: 0;
    }
}

.site-header .site-header-cart .count {
    border-radius: 4px!important;
    font-size: 16px!important;
    font-weight: 600!important;
    background-color: #BC630D!important;
    border: 0 none!important;
    padding: 9px 7px 5px;
    box-sizing: border-box!important;
    width: auto!important;
    height: auto!important;
    right: auto!important;
    left: 1.5em!important;
    top: -.9em!important;
    line-height: 1.2!important;
}
.storefront-handheld-footer-bar ul li.cart .count {
    border-radius: 4px!important;
    font-size: 16px!important;
    font-weight: 600!important;
    background-color: #BC630D!important;
    border: 0 none!important;
    padding: 9px 7px 5px;
    box-sizing: border-box!important;
    width: auto!important;
    height: auto!important;
    right: auto!important;
    left: 4em!important;
    top: .4em!important;
    line-height: 1.2!important;
}

.h-lighted-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}


.wysiwyg h1.h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 42px;
    color: #30010D;
    margin-bottom: 5px;
}

.wysiwyg h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
    color: #34121A;
    margin-bottom: 0;
}

.wysiwyg p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #756C5A;
    margin-bottom: 28px;
}

.wysiwyg ol {
    margin-left: 1rem;
}
.wysiwyg ul {
    margin-left: 1.3rem;
}

.wysiwyg h3 {
    font-size: 18px;
    font-weight: 900;
    line-height: 28px;
    color: #2B070F;
    margin-top: 28px;
    margin-bottom: 0px;
}

.wysiwyg h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    color: #401420;
    margin-top: 32px;
    margin-bottom: 32px;
}

.wysiwyg h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #756C5A;
    margin-bottom: 28px;
}

@media only screen and (min-width: 1200px) {
    .single-column-holder h1.h2,
    .single-column-holder h2,
    .single-column-holder p,
    .single-column-holder h3,
    .single-column-holder h5,
    .single-column-holder ol,
    .single-column-holder ul {
        padding-left: 64px;
    }

}

.single-product div.product .woocommerce-product-gallery img {
    width: 100%;
}

ul#shipping_method {
    margin-bottom: 0;
}

.woocommerce-shipping-methods label {
    /* text-indent: -999999px; */
    /* display: block; */
}
.woocommerce-shipping-methods label .woocommerce-Price-amount.amount {
    /* display: block; */
    /* text-indent: 0; */
    /* margin-top: -28px; */
}

.woocommerce-shipping-totals .shipping-method-description {
    font-size: 90%;
    opacity: .5;
}

.woocommerce-shipping-destination {
    display: none;
}

.woocommerce-cart .shop_table tr.shipping th,
.woocommerce-cart .shop_table tr.shipping td {
    padding-bottom: 0;
}
.woocommerce-cart .shop_table tr.shipping-info th,
.woocommerce-cart .shop_table tr.shipping-info td {
    padding-top: 0;
    font-size: 16px;
    opacity: .6;
}

.woocommerce-order-details .shipped_via,
#order_review .shipped_via {
    text-transform: lowercase;
}


.content_image_block_holder #left-column .description {
    padding-bottom: 16px;
}
@media only screen and (min-width: 768px) {
    .content_image_block_holder #left-column .description {
        padding-bottom: 0;
    }    
}

.wrapper--visuals {
    margin-bottom: -30px;
    padding-top: 30px;
}

.wrapper--visuals:not(:last-child) {
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .content_image_block .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .content_image_block .col-xs-12 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.wrapper--visuals img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 30px;
}

.page-template-page_bricks .site-main {
    margin-bottom: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 15px!important;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    margin-right: 15px!important;
    margin-bottom: 15px!important;
}


.single-column-holder .cli_settings_button {
    text-transform: lowercase;
}


#cookie-law-info-bar .cli-plugin-button {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
#cookie-law-info-bar .cli-plugin-button.medium {
    padding: 12px 20px;
}

.carousel-cell p a:not([class]) {
    display: inline-block;
    background-color: #bc630d;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    padding: .75rem 2.5rem;
    text-decoration: none!important;
    font-family: Vollkorn, sans-serif;
}
.carousel-cell p a:not([class]):hover,
.carousel-cell p a:not([class]):focus,
.carousel-cell p a:not([class]):active {
    background-color: #30010d;
}

.call-to-action--slider p {
    font-weight: 600;
    top: -45px;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
}

.wrapper--top-selling div.product .h-lighted-img img,
.home .content--content-visual-content.content--content-visual-content--visual img,
.custom-logo {
    aspect-ratio: attr(width) / attr(height);
}

@media (min-width: 768px) {
    .site {
        overflow-x: visible !important;
    }
}

@media (min-width: 960px) {

    #masthead .container {
        display: flex;
        align-items: center;
    }
    .site-header {
        padding-top: 1rem !important;
    }
    /* 
    #page .site-header .site-branding {
        margin-top: 0 !important;
    }
    #page .site-header .site-branding {
        position: relative;
    }
    #page .site-header .site-branding:after {
        position: absolute;
        bottom: -20px;
        width: 100%;
        background-color: #30010d;
        height: 20px;
        content: "";
    } */
    .woocommerce-mini-cart__buttons .button {
        font-size: 14px;
    }

}    


@media (max-width: 599px) { 

    .site-branding {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100% !important;
    }
    .menu-toggle {
        position: absolute !important;
        right: 30px;
    }

}

.archive.storefront-full-width-content .woocommerce-products-header {
    display: block !important;
    margin-top: -25px !important;
    text-align: left !important;
    padding: 0 0 2em  !important;
}

.archive.storefront-full-width-content .term-description {
    display: none;
}

@media only screen and (max-width: 600px) {
    .archive.storefront-full-width-content .woocommerce-products-header {
        padding: 0 0 0  !important;
    }
}    

/* Popup styling */

/* Base styles */
.actie-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    padding: 40px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1001;
  }

  @media only screen and (max-width: 600px) {
    .actie-popup {
        width: 90%;
    }
  }

  .actie-popup:target {
    display: block;
  }

  .actie-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1000;
  }

  .actie-popup:target + .actie-overlay {
    display: block;
  }

  .actie-popup .actie-close {
    display: block;
    text-align: right;
    margin-bottom: 10px;
  }

  .actie-popup .actie-close a {
    text-decoration: none;
    color: #000;
  }

  .actie-popup .actie-close a:hover {
    color: #bc630d;
  }

  .actie-content {
    text-align: center;
  }
  @media only screen and (max-width: 600px) {
    .actie-content {
       text-align: left;
      }
  }
  .actie-content h2 {
    margin-bottom: 0;
  }
  @media only screen and (max-width: 600px) {
    .actie-content h2 {
       font-size: 20px;
       text-align: left;
      }
  }
.actie-content .desc
.actie-content .desc {
    margin-top: 15px;
}
  @media only screen and (max-width: 600px) {
    .actie-content .desc {
        display: none;
    }
  }

  .actie-content .sub {
   color: #bc630d;
  }
  .button-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:5px;
  }
  


  @media only screen and (max-width: 600px) {
    .button-flex {
        flex-direction: column;
      }

      .actie-content .form {
        margin-top: 15px;
      }
      .actie-content .form #FormValue_EmailAddress,
      .actie-content .form #FormButton_Subscribe {
        width: 100%;
      }

  }
  /** buttons **/

  .cky-btn-accept {
    background-color: #bc630d !important;
    border-color: #bc630d !important;
  }
  .cky-consent-bar {
    border-color: #30010d !important;
    background-color: #30010d !important;
  }