/*
Theme Name: blackfridayglobal
Theme URI: https://blackfridaydeals.nu/
Author: Springstof Marketing  - Frans van Riemsdijk
Description: Black Friday Deals thema for global purposes.
Version: 1.0
Text Domain: bfdg
*/
/* bootstrap4 overwrite */
/* 5 colomns*/
/* LET op 22% is voor de overloop in slides :) */
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

/*end container*/
/*container naar 100% voor nettere overgang*/

/* bootstrap4 overwrite */
/* 5 colomns*/
/* LET op 22% is voor de overloop in slides :) */
.col-2dot5,
.col-sm-2dot5,
.col-md-2dot5,
.col-lg-2dot5,
.col-xl-2dot5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-2dot5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 540px) {
    .col-sm-2dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 720px) {
    .col-md-2dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 960px) {
    .col-lg-2dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1140px) {
    .col-xl-2dot5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    /*  .col-lg-2dot5 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
        }*/
}

/* end 5 colomns */

/* end bootstrapoverwrite */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    margin: 0;
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
}

.navholder {
    position: absolute;
    top: 0px;
    width: 100%;
}

#cookie-law {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    text-align: left;
    background-color: #ffffff;
    padding-top: 7px;
    line-height: 10px;
    padding-bottom: 7px;
    box-shadow: 1px -2px 12px 0 rgba(0, 0, 0, 0.2);
    z-index: 99;
}

#cookie-law p {
    font-size: 12px;
    line-height: 16px;
    margin: 0
}

#cookie-law .btn-cookie {
    color: #fff;
    background: #26b746;
    border-radius: 0;
    border-bottom: 2px solid #188c32;

}

.bg-lichtgrijs {
    background-color: #f2f2f2;
}

.bg-black {
    background-color: #000;
}

.bg-darkgrey {
    background-color: #464646
}

@media only screen and (max-width: 560px) {
    .padding-20 {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: 'Roboto Slab', serif;
    color: #3e3e3e;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

p {
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 1rem;
}

p.small {
    font-size: 14px;
    font-style: italic
}

a img {
    text-decoration: none
}

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

a {
    text-decoration: none;
    background-color: transparent;
    color: #0051a9;
}

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

ol {
    margin-left: 23px;
    padding-left: 0
}

span.snelnaar {
    font-style: italic;
    font-size: 12px;
    text-align: center
}

.yoastbroodkruimel {
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
}

.yoastbroodkruimel p {
    color: #232323;
    font-size: 14px;
    margin: 15px;
}

span.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* Gravity Forms */

/* Clean forms by Frans, zonder labels, met nette place holders, borders, marges, paddings en meldingen */

/* verwijder het veldlabel bij alle velden, per formulier doen? dan #gform_wrapper_ID toevoegen (ID vervangen door het id van form) */
.gform_wrapper label {
    /*display: none!important; */
}

.gform_wrapper .gfield_checkbox label {
    display: inline-block !important;
    font-size: 15px !important;
    font-weight: 300;
    margin-left: 10px !important;
    margin-top: 8px !important;
}


/* Geef de button een nette kleur */
.gform_body input[type="text"], .gform_body input[type="email"], .gform_body input[type="tel"], .gform_body textarea {
    padding: 12px 10px;
    border: 2px solid #d0d0d0;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
}

.gform_body textarea {
    height: 200px;
}

.gform_body input[type="text"]:focus, .gform_body input[type="email"]:focus, .gform_body input[type="tel"]:focus, .gform_body textarea:focus {
    outline: none;
}

.gform_button {
    background-image: linear-gradient(-135deg, #2715c7, #b51db1, #ea5252);
    border-radius: 4px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 12px 38px;
    margin-top: 20px;
    -webkit-transition: all 125ms ease-in-out;
    -moz-transition: all 125ms ease-in-out;
    -ms-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.35);
}

.gform_button:hover {
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px;
    margin-right: 10px;
}

#gform_wrapper_1 .gform_button {
    background-image: none;
    background: #000000;
    border-radius: 4px;
    border: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 400;
    padding: 8px 38px;
    margin-top: 0px;
    -webkit-transition: all 125ms ease-in-out;
    -moz-transition: all 125ms ease-in-out;
    -ms-transition: all 125ms ease-in-out;
    -o-transition: all 125ms ease-in-out;
    transition: all 125ms ease-in-out;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 35%);
}


/* geef alle input velden een nette opmaak (behalve input submit) */
.gform_wrapper input[type="text"],
.gform_wrapper textarea {
    background: #fff;
    border: 2px solid #d2d2d2;
    padding: 8px 9px !important;
    margin-top: 0px;
    border-radius: 4px;
    max-width: 100%;
}

/* Place holder in de input velden stylen */
::-webkit-input-placeholder {
    color: #4e4e4e;
}

:-moz-placeholder {
    color: #4e4e4e;
}

::-moz-placeholder {
    color: #4e4e4e;
}

:-ms-input-placeholder {
    color: #4e4e4e;
}

/* dropdown velden 100% breedte */
.gform_wrapper ul.gform_fields li.gfield select {
    width: 100%;
    border: 1px solid #f3f3f3;
    height: 40px;
}

/* gekke style van de ruimte boven de knop weghalen*/
.gform_footer {
    margin-top: 0px !important;
}

/* Als je een beschrijving onder het veld wilt, dan kan je deze mooi weergeven */
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 0px !important;
    font-style: italic;
    font-weight: 300;
    color: #a9a9a9;
}

/* Een bericht veld hoeft niet heel hoog te zijn */
.gform_wrapper textarea.large {
    max-height: 200px;
}

/* error velden bij validatie */
.gform_wrapper li.gfield_error input[type=email],
.gform_wrapper li.gfield_error input[type=number],
.gform_wrapper li.gfield_error input[type=password],
.gform_wrapper li.gfield_error input[type=tel],
.gform_wrapper li.gfield_error input[type=text],
.gform_wrapper li.gfield_error input[type=url],
.gform_wrapper li.gfield_error textarea {
    /* border: 0px!important;*/
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border: 1px solid #790000;
    padding: 11px;
    border-radius: 4px;
    box-shadow: #ccc 0px 0px 3px;
}

.gform_wrapper li.gfield.gfield_error {
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper ul.gfield_checkbox li {
    margin-bottom: 0px !important;
    padding: 0px !important;
}

/* EINDE Gravity styling */


/* menu */
.mmstart {
    z-index: 14
}

.cfkeepnav {
    z-index: 13;
}

.navbar {
    z-index: 13 !important;
}

@media (max-width: 1200px) {
    body {
        /*margin-top: 51px;*/
    }

    .mmstart,
    .cfkeepnav {
        /*position: fixed;*/
        right: 0;
        left: 0;

    }

    .mmstart {
        /*height: 42px;*/
        top: 0;
    }

    .cfkeepnav {
        top: 46px;
        position: absolute;
    }

    #main_nav {
        height: auto;
    }

}

a {
    cursor: pointer;
}

img.imgnav {
    max-width: 200px;
    height: auto;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
}

.dropdown-menu.show {
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.dropdown-menu {
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.navbar {
    z-index: 9;

}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.openmenu {
    display: inline-block;
    width: 35px;
    height: 30px;
    text-align: center;
    background-color: #000;
    cursor: pointer;
    float: left;
    margin-top: 0px;
}

.openmenubars {
    display: inline-block;
    width: 35px;
    height: 30px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 7px 0;
    transition: .2s;
}

.bar1 {
    margin-top: 3px;
}

.geopend .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}

.geopend .bar2 {
    opacity: 0;
}

.geopend .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -7px);
    transform: rotate(45deg) translate(-8px, -7px);
}

/* megamenu 2020 */
.btn svg.storeicon {
    height: 23px;
    margin-right: 5px;
}

.btn:hover > svg.storeicon path {
    fill: #fff;
}


@media all and (min-width: 768px) {
    .shadowbox {
        display: none;
        position: absolute;
        /*top: 51px;*/
        top: 46px;
        left: 0;
        background-color: #00000085;
        width: 100%;
        height: 100%;
        z-index: 12;
    }
}

@media all and (min-width: 1200px) {
    /*  .navbar .nav-link .dropdown-menu{ display: none; }
      .navbar .nav-item:hover .nav-link{  }*/
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

    .dropdown {
        position: unset;
    }

    #containmenus {
        left: 50%;
        transform: translate(-50%, 0%);
        border-radius: 0px;
    }
}

#containmenus {
    margin-bottom: 20px;
}

.nav-link {
    font-weight: bold;
    color: #000;
    cursor: pointer;
}

.nav-link:focus {
    outline: none;
}

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

#megamenu ul.mymegamenu {
    padding-left: 15px;
    list-style: none;
}

#megamenu ul.mymegamenu li.l2 {
    display: inline-block;
    vertical-align: top;
    -ms-flex: 0 0 99%;
    flex: 0 0 99%;
    max-width: 99%;
    position: relative;
    width: 100%;
    /*padding: 6px 15px 20px 15px;*/
    padding: 0px 15px 15px 15px;
    height: 100%;
    margin: 0px 0px 0px 0px;
}

#megamenu ul.mymegamenu li.l2 a:hover {
    text-decoration: underline;
}

@media (min-width: 576px) {
    #megamenu ul.mymegamenu li.l2 {
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
        width: 100%;
    }

}

@media (min-width: 768px) {
    #megamenu ul.mymegamenu li.l2 {
        -ms-flex: 0 0 24.5%;
        flex: 0 0 24.5%;
        max-width: 24.5%;
        width: 100%;
    }

    #megamenu ul.mymegamenu {
        padding-left: 0;
    }

    .borderright {
        border-right: 1px solid #f3f3f3;
    }

}

@media (min-width: 992px) {
    #megamenu ul.mymegamenu li.l2 {
        -ms-flex: 0 0 32.333333%;
        flex: 0 0 32.333333%;
        max-width: 32.333333%;
        width: 100%;
    }
}

#megamenu ul.mymegamenu li.l2 a {
    /*text-transform: capitalize!important;*/
}

#megamenu ul.mymegamenu li.l2.reditem a.nav-link {
    color: #ea0d15 !important;
}

#megamenu ul.mymegamenu li.l2.reditem a.nav-link:hover {
    text-decoration: none;
    cursor: auto;
}


#megamenu ul.mymegamenu ul.dropdown-menu {
    display: block;
    position: inherit;
    padding: 0;
    margin: 0;
    border: 0;
}

#megamenu ul.mymegamenu ul.dropdown-menu li a.dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 0px 12px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: normal;
    background-color: transparent;
    border: 0;
    line-height: initial;
    font-size: 16px;
}

#megamenu ul.mymegamenu ul.dropdown-menu li a.dropdown-item:hover {
    text-decoration: underline;
}

.textwidget ul li {
    line-height: 37px;
}

.textwidget ul li a {
    padding: 12px 0px;
}

.hodlpos {
    padding: 20px;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

@media all and (min-width: 1200px) {
    #megamenu ul.mymegamenu ul.dropdown-menu li a.dropdown-item {
        padding: 2px 0px 2px 10px;
        font-size: 14px;
    }

    a.mmhitem {
        border-bottom: 2px solid #fff;
    }

    a.mmhitem:hover {
        border-bottom: 2px solid #000;
    }

    .megamenu {
        position: static;
    }

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

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

    ul.list-unstyled li a {
        color: #000;
        font-size: 14px;
        display: block;
    }

    li.nav-item.dropdown.megamenu {
        border-bottom: 3px solid #fff;
    }

    li.nav-item.dropdown.megamenu:hover {
        border-bottom: 3px solid #000;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #272727;
    }
}

/* end megamenu 2020 */


.headsection {
    background: linear-gradient(135deg, rgb(11, 3, 150) 0%, rgba(54, 12, 32, 1) 50%, rgb(138, 62, 99) 100%);
}

.headsection a {
    text-decoration: underline;
}

/* deal items*/
.btn {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.prijsje {
    display: block;
    width: 95px;
    height: 29px;
    overflow: hidden;
    position: absolute;
    top: 56px;
    right: 0;
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    z-index: 2;
}

.cls-1 {
    fill: #e30613;
}

.cls-2 {
    fill: none;
    stroke: #2b2b2b;
    stroke-miterlimit: 10;
    stroke-width: 3px;
}


/* prijs label deals */
@media (min-width: 768px) {
    .prijsje {
        display: block;
        width: 95px;
        height: 29px;
        overflow: hidden;
        position: absolute;
        top: 100px;
        right: 0;
        -moz-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

.plabel {
    display: inline-block;
    width: 23px;
    height: 29px;
    border-right: 1px solid #e30613;
    margin-right: -1px;
    float: left;
    overflow: hidden;
}

.ptag {
    display: inline-block;
    background: #e30613;
    width: 100%;
    max-width: 67px;
    height: 29px;
    margin-left: 0px;
    border: 0;
    float: left;
    color: #fff;
    padding: 4px 3px 4px 0px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

/* einde prijs label deals */

/* landingspagina */
.content {
}

.content img.alignnone {
    max-width: 100%;
    height: auto;
    width: auto;
}

a.producttags {
    border: 1px solid #d2d2d2;
    padding: 6px 14px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 7px;
    font-size: 12px;
    border-radius: 5px;
    color: #505050;
}

.btn.btn-default.save-rating {
    padding: 5px 10px;
    background-color: #ffffff;
    border: #7b42b9 solid 1px;
    margin-bottom: 15px;
    border-radius: 2px;
    color: #7b42b9;
}

/* end landingspagina*/


/* steden pagina */
.bannerstad {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 180px;*/
    padding: 30px 10px;
}

.schaduwbanner {
    background: rgb(2, 0, 36);
    background: linear-gradient(135deg, rgba(2, 0, 36, 0.6) 0%, rgba(54, 12, 32, 0.6) 50%, rgba(54, 4, 28, 0.6) 100%);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

/* end steden pagina */

/* categorieen blokken intern */
.dealitem {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    background: #fff;
}

.dibeeld {
    background-color: #f9f9f9;
    height: 140px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px;
}

.dibeeld img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* search and filter */


.search-filter-results {
    width: 100%;
    min-width: 100%;
}

.searchandfilter ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}

.searchandfilter ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 0;
    margin-right: 20px;
    width: 100%;
}

@media (min-width: 540px) {
    .searchandfilter ul li {
        width: 20%;
        min-width: 225px;
    }
}

.chosen-container {
    font-size: 14px;
    width: 100% !important;
}

.searchandfilter label {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    box-shadow: #00000042 0px 6px 12px;
    height: 48px;
}

.searchandfilter select.sf-input-select {
    /*min-width: 170px;*/
    width: 100%;
    min-width: 100%;
    border: none;
    padding: 11px 16px 13px 10px;
    border-bottom: 2px solid #000;
    background: #fff;
}

.sf-input-text {
    border: none;
    padding: 12px;
    border-bottom: 2px solid #000;
    width: 100%;
}

.sf-input-text:focus {
    outline: none;
    border-bottom: 2px solid #01d3e8;
}

span.togglefilters {
    border-radius: 2px;
    background-color: #ffffff;
    color: #7b42b9;
    /*border: 2px solid #7b42b9;*/
}

span.closepop {
    float: right;
    font-size: 27px;
    margin-top: -7px;
    border-radius: 0px;
    background-color: #ffffff;
    color: #7b42b9;
    border: 0px;
}

@media (max-width: 540px) {
    .page-template-page-deals .dealitem .dibeeld {
        height: 95px;
    }

    .page-template-page-deals .dealitem .prijsje {
        top: 86px;
    }
}

.pagination {
    display: block;
    padding-top: 15px;
    margin-bottom: 15px;
}

.nav-previous a,
.nav-next a {
    padding: 5px 10px;
    background-color: #ffffff;
    border: #7b42b9 solid 1px;
    margin-bottom: 15px;
    border-radius: 2px;
    color: #7b42b9;
}

.nav-previous a {
    float: left;
}

.nav-next a {
    float: right;
}

.toshop {
    overflow: hidden;
}

/* end search and filter */


.ctabovenkant {
    display: none;
    position: fixed;
    top: 48px;
    left: 0;
    width: 100%;
    height: auto;
    max-height: 60px;
    background-color: #fff;
    z-index: 7;
    box-shadow: #00000045 0px 3px 11px;
}

.ctabovenkant a {
    text-decoration: none;
    display: inline-block;
}

.ctabovenkant img {
    width: auto;
    height: auto;
    max-height: 40px;
    max-width: 120px;

    /*height: auto;*/
    margin: 0px 15px 0px 0;
}

@media (min-width: 768px) {
    .ctabovenkant {
        top: 0;
    }
}

/* footer */
.footer {
    padding-bottom: 65px;
    color: #fff;
    background: #000;
}

.footer a,
.footer h3 {
    color: #eaeaea;;
}

.footer h3 {
    font-size: 20px;
    border-bottom: 2px solid #717171;
    padding-bottom: 10px;
}

.footer ul {
    list-style: none;
    padding-left: 0px;
}


/* blog */
.nieuwsitemrand {
    margin-bottom: 30px;
    background-color: #fff;
    position: relative;
    cursor: pointer !important;
    border-radius: 4px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid #d4dadf;
    overflow: hidden;
    min-height: 386px;
}

.nieuwsitemblog {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    width: 100%;
    position: relative;
}

.maakruimte {
    padding: 25px 25px;
    color: #383838;
}

.nieuwsitemrand h3 {
    font-size: 20px;
    text-align: left;
    min-height: auto;
    margin-top: 0px
}

/* end blog */

/*standaard breakpoints*/
@media (min-width: 540px) {

}

@media (min-width: 720px) {
    h1 {
        font-size: 26px;
    }

    /*h2{font-size:20px}*/
}

@media (min-width: 960px) {

}

@media (min-width: 1140px) {

}

/*eind standaard breakpoints*/

h3.hscath3 {
}

h3.hscath3 a {
    color: #000;
    font-weight: 800;
    font-size: 18px;
}

h3.hscath3 a:hover {
    color: #000;
    text-decoration: underline;
    position: relative;
}

h3.hscath3 a:hover:after {
    content: url(angle-right.svg);
    width: 8px;
    height: 32px;
    position: absolute;
    top: 4px;
    margin-left: 7px;
}

ul.hscatlist {
    list-style: none;
}

.hscatlist li a {
    font-size: 14px;
    color: #000;
    display: block;
    padding: 3px 0px;
}

.hscatlist li a:hover {
    text-decoration: underline;
    position: relative;
}

ul.hscatlist li a:hover:after {
    content: url(angle-right.svg);
    width: 8px;
    height: 32px;
    position: absolute;
    top: 4px;
    margin-left: 7px;
}

a.showallstores {
    color: #000;
}

a.showallstores:hover {
    text-decoration: none;
}


/* styling 2020 */
.storebrand img {
    max-width: 200px;
    width: auto;
    max-height: 55px;
    height: auto;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.storebrand {
    display: block;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    height: 140px;
    padding: 0px 20px 43px;
    text-align: center;
    vertical-align: top;
}

.contentkader-wrap {
    position: relative;
    padding: 0px 0px 5px 0px;
    border-radius: 3px;
}

.contentkader {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .03);
    background-color: #fff;
    width: 100%;
    padding: 1px 30px 15px 30px;
    border-radius: 3px;
}

.contentkader ul li {
    font-size: 14px;
    line-height: 24px;
}

.contentkader ol li {
    font-size: 14px;
    line-height: 24px;
}

.storebrand span.dibtn {
    width: calc(100% - 20px);
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media (min-width: 768px) {
    .storebrand {
        height: 200px;
        border-radius: 3px;
    }

    .storebrand img {
        max-height: 74px;
    }
}

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

/* edit 2020 deals */

.btn-deal {
    width: calc(100% - 20px);
    background: #26b746;
    color: #fff;
    padding: 6px 15px;
    font-size: 12px;
    font-weight: 700;
    position: inherit;;
    bottom: 10px;
    right: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-deal:hover {
    background: #12802d;
    color: #fff !important;
}

.btn-deal svg {
    fill: #fff;
    width: 13px;
    margin-left: 6px;
    position: unset;
}

.featured-item {
    background-color: #fff;
    box-shadow: #0000001c 0px 2px 12px;
    margin-bottom: 0px;
}

.featured-item .imgitem,
.featured-item .imgitem-business {
    width: 300px;
    max-width: 35%;
    height: 100px;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    max-height: 100px;
    text-align: center;

}

.featured-item .imgitem img,
.featured-item .imgitem-business img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    width: auto;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.featured-item .imgdescr {
    width: 100%;
    max-width: calc(65% - 6px);
    display: inline-block;
    padding: 10px;
    padding-right: 0px;
}

.fi-h4 {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
    font-family: 'Roboto Slab', serif;
    color: #3e3e3e;
    font-weight: 500;
}

.fi-sub {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    vertical-align: top;
    color: #bf0a0a;
}

a.fs-item-link:hover {
    text-decoration: none;
}

span.fi-price {
    display: block;
    /* position: absolute; */
    right: 10px;
    bottom: 10px;
    /* background: #eaeaea61; */
    color: #ff9900;
    padding: 5px 9px 5px 13px;
    font-size: 18px;
    /* border-radius: 100px; */
    /* border: 2px dashed #a00239; */
    /* border-top-left-radius: 43px; */
    font-weight: 800;
}

span.fi-price.blur {
    color: transparent;
    text-shadow: 0 0 5px rgb(247 153 3);
}

span.fi-price span {
    text-decoration: line-through;
    position: relative;
    font-weight: 300;
    font-size: 13px;
    margin-right: 5px;
    color: #000;
    text-shadow: none;
}

@media (min-width: 768px) {
    .featured-item {
        background-color: #fff;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        height: 300px;
        position: relative;
        margin-bottom: inherit;
        margin-bottom: 0px;
    }

    .featured-item:hover {
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.5);
    }

    .featured-item .imgitem,
    .featured-item .imgitem-business {
        width: 100%;
        max-width: 100%;
        height: 120px;
        display: inline-block;
        vertical-align: top;
        padding: 5px;
        max-height: 120px;
        text-align: center;
    }

    .featured-item .imgitem img,
    .featured-item .imgitem-business img {
        max-width: 100%;
        max-height: 100%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

    }

    .featured-item .imgitem-business img {
        max-height: 60px;
        max-width: 120px;
    }


    .featured-item .imgdescr {
        width: 100%;
        max-width: 100%;
        display: inline-block;
        padding: 5px 10px 15px 10px;
        height: 150px;
    }

    .fi-h4 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px;
    }

    .fi-sub {
        display: inline-block;
        margin: 0;
        padding: 0;
        font-size: 12px;
        vertical-align: top;

    }

    .btn-deal {
        width: calc(100% - 20px);
        background: #26b746;
        color: #fff;
        padding: 6px 15px;
        font-size: 12px;
        font-weight: 700;
        position: absolute;
        bottom: 10px;
        right: 10px;
        height: 35px;
        /*    -webkit-transform: translateY(-0%);
            -ms-transform: translateY(-0%);
            transform: translateY(-0%);*/
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .btn-deal:hover {
        /*      -webkit-transform: translateY(-6%);
              -ms-transform: translateY(-6%);
              transform: translateY(-6%);*/
        background: #12802d;
    }

    .btn-deal svg {
        fill: #fff;
        width: 13px;
        margin-left: 6px;
        position: unset;
    }

    span.fi-price {
        right: 10px;
        bottom: 52px;
    }

}

/* end beste deals 2020*/

/* topshops */

.topshop {
    display: inline-block;
    /*padding: 15px 21px 15px;*/
    padding: 8px;
    border-radius: 4px;
    background: #fff;
    height: 70px;
    text-align: center;
    width: 100%;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.26);
    margin-bottom: 10px;
    /*  -webkit-transform: translateY(-0%);
      -ms-transform: translateY(-0%);
      transform: translateY(-0%);*/
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.topshop:hover {
    /*    -webkit-transform: translateY(-4%);
        -ms-transform: translateY(-4%);
        transform: translateY(-4%);*/
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.56);
}

.topshop img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 992px) {
    .topshop {
        height: 100px;
        padding: 15px 21px 15px;
    }
}

/* einde topshops*/

.catbtns {
    margin: 3px 3px 3px;
}

.imglogooverzicht {
    display: block;
    background-color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.07);
    position: relative;
    height: 100px;
    padding: 0px 20px 0px;
    text-align: center;
    vertical-align: top;
}

.imglogooverzicht img {
    max-width: 100%;
    width: auto;
    max-height: 55px;
    height: auto;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.uitgelichtincategorie {
    /*border: 1px solid #DAA520;*/
}

.uitgelichtincategorie:after {
    content: 'Top Deal';
    position: absolute;
    top: 5px;
    color: #fff;
    left: 5px;
    background: #DAA520;
    width: auto;
    border-radius: 30px;
    height: auto;
    text-align: center;
    padding: 1px 7px 1px 7px;
    font-size: 12px;
}

.dealptitem a {
    text-decoration: none;
}

.btnhome {
    border: 1px solid #fff;
    color: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.35);
    padding: 9px 15px 9px 15px;
    margin-bottom: 4px;
    margin-top: 5px;
    font-weight: 500;
    text-transform: lowercase;
    text-decoration: none;
    border-radius: 54px;
    /*background: #38a097;*/
    background: #295f48;
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    line-height: 12px;
}

.gform_legacy_markup_wrapper .gform_footer {
    padding: 0px !important;
}

#gform_1 .gform_legacy_markup_wrapper li.hidden_label input {
    /* margin-top: 12px; */
}


.dfrcs_compset {
}

.dfrcs_compset li {
}

.dfrcs_compset li a {
    width: 100%
}

.dfrcs_compset li a .item {
}

.dfrcs_compset li a .item .dfrcs_image {
}

.dfrcs_compset li a .item .dfrcs_logo {
}

.dfrcs_compset li a .item .dfrcs_price {
}

.dfrcs_compset li a .item .dfrcs_link {
}

.dfrcs_compset li a .item .dfrcs_link .dfrcs_action {
    color: #212529 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
    text-transform: capitalize !important;
    border-radius: 4px;
}

.dfrcs_compset li a .item .dfrcs_link .dfrcs_action:hover {
    color: #212529 !important;
    background-color: #e0a800 !important;
    border-color: #d39e00 !important;
}

/* promo categorie banner */

.promo-cat {
    margin: 1rem 0 2rem 0;
    padding: 0rem;
    /*text-align: center;*/
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 20%);
}

.promo-cat:hover {
    box-shadow: 0 3px 12px 0 rgb(0 0 0 / 40%);
}

img.catprimg {
    max-height: 210px;
    /*padding: 10px;*/
}

a.catprolin {
    text-decoration: none;
    color: #3e3e3e;
}

span.bedrnm {
    color: #bf0a0a;
    font-size: 12px;
}

/* einde promo categorie bannen */