/* BF Campain 2023 */
:root {
/*     --bfColor:#dd367b; */
  --bfColor:#e61d56;
    --cmColor:#fee938;
  	--bfTextColor:#ffffff;
  	--cmTextColor:#000000;
  	--bfTag: url("https://cdn.webshopapp.com/shops/329634/files/417550290/tag.png");
  	--cmTag: url("https://cdn.webshopapp.com/shops/329634/files/418557643/tag-geel.png");
    --bfcmColor: var(--bfColor);
  	--bfcmTextColor: var(--bfTextColor);
  	--bfcmTag: var(--bfTag);
}

.dmws_perfect-search-price-old, .dmws_perfect-search-current {
    display: none;
}
.totals .discount {
    background-color: #000;
    color: #fff;
    padding: 10px;
    margin: 0 -10px;
}
.totals .discount .positive {
    color: var(--bfcmColor);
}

#mobile-variant-4 .link a{
    color: var(--bfcmColor);
    background: black;
    padding: 10px;
    width: fit-content;
    border-radius: 5px;
}

.product .wrap > label.bfsale, #product .images .images-wrap .label.bfsale {
    background-color: #000000;
    color: var(--bfcmColor);
}

/* BF Headline Button */
#home-block-heroimage .button, #home-block-heroimage .button::before, .buttonbf,.buttonbf::before {
    background-color: var(--bfcmColor);
    border-color:var(--bfcmColor);
    color: var(--bfcmTextColor);
}
#home-block-heroimage .button:hover, #home-block-heroimage .button:hover::before, .buttonbf:hover,.buttonbf:hover::before {
    background-color: transparent;
    color:var(--bfcmColor);
    border-color:var(--bfcmColor);
}
/* BF Headline Button */

/* BF Announcement Bar */
.announcement *, .announcement a:hover {
    color: var(--bfcmColor);
}
/* End BF Announcement Bar */

/* Product */
.row.bf-video {
    margin-bottom:25px;
}
.bf-product-video {
    width: 100%;
    height: 120px;
    object-fit: cover;
    object-position: bottom;
    background: black;
}
.bf-product-video-content {
    height:120px;
    position: absolute;
    width:100%;
}
.bf-product-video-content h2 {
    color:#ffffff;
    line-height: 70px;
    margin-left: 0;
    text-align: center;
}
.bf-product-video-content .bf-product-countdown {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -15%);
}
.bf-product-video-content .bf-product-countdown ul.countdown-list {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0;
}
.bf-product-video-content .bf-product-countdown ul.countdown-list li {
    background: var(--bfcmColor);
    padding: 12px;
    border-radius: 5px;
    margin: 0 5px;
    color: var(--bfcmTextColor);
    min-width: 59px;
    font-size: 16px;
    font-weight: 600;
    min-height: 49px;
    text-align: center;
}
@media (min-width: 576px){
    .bf-product-video-content {
        width:540px;
    }
}
@media (min-width: 768px){
    .bf-product-video-content {
        width:720px;
    }
    .bf-product-video-content h2 {
        line-height: 120px;
        margin-left: 50px;
        text-align: unset;
    }
    .bf-product-video-content .bf-product-countdown ul.countdown-list {
        margin-right: 50px;
        margin-bottom: 0;
    }
    .bf-product-video-content .bf-product-countdown {
        top: 50%;
        right: 0;
        left:unset;
        transform: translate(0, -50%);
    }
}
@media (min-width: 992px){
    .bf-product-video-content {
        width:960px;
    }
    .bf-product-video-content .bf-product-countdown ul.countdown-list {
        margin-right: 100px;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px){
    .bf-product-video-content {
        width:1140px;
    }
}
@media (min-width: 1280px){
    .bf-product-video-content {
        width:1280px;
    }
}
/* Headline*/

#home-block-heroimage video.bg {
    width: 100%;
}
#home-block-heroimage {
    border-bottom: 2px solid var(--bfcmColor);
    position: relative;
}
#home-block-heroimage .bg {
    object-position: bottom;
}
#home-block-heroimage .label.block h2 {
    margin-bottom:0; /* Tijdelijk */
    margin-top: -16px; /* Tijdelijk */
    color:#ffffff;
}
#home-block-heroimage .label.block {
    background-size: cover;
    height:400px;
}
#home-block-heroimage .label > div {
    color:#ffffff;
}
#home-block-heroimage .overlay {
    height: 100% !important;
    opacity: 0;
    position: absolute;
    top: 0 !important;
    width: 100%;
    z-index: 1 !important;
}

#home-block-heroimage .label.block.brand-discounts {
    background-image: url(https://cdn.webshopapp.com/shops/329634/files/443512091/frontpagemerkenkortingtransparant.png);
    background-color: transparent;
}

#home-block-heroimage .label.block.quantity-discounts {
    background-image: url(https://cdn.webshopapp.com/shops/329634/files/417611456/frontpagestapelkortingtransparant2.png);
    background-color: transparent;
}

#home-block-heroimage .label.block.daydeal {
padding: 78px 16px 0;
}

#home-block-heroimage .label.block.daydeal .daydeal-tag {
    background-image: var(--bfcmTag);
    width: 120px;
    height: 120px;
    top: -2px;
    right: -2px;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    background-size: cover;
}
#home-block-heroimage .label.block.daydeal .daydeal-tag p {
    transform: rotate(-45deg);
    margin: 24px 0 0 0;
    font-weight: 600;
    color: var(--bfcmTextColor);
}
#home-block-heroimage .daydeal a.button {
    bottom:25px;
    right:25px;
    position:absolute;
}
#home-block-heroimage .daydeal a.button i {
		position: absolute;
    right: 3px;
    top: 18px;
    transform: rotate(-90deg);
}
#home-block-categories {
    background-color:#000000;
    padding-bottom:40px;
}
#home-block-categories .bf-categories-slider{
    flex-wrap:nowrap!important;
}
#home-block-categories .categories-slider .category {
    height: 285px;
    width:223px!important;
    min-width:223px!important;
    margin-bottom: 15px!important;
    margin-right: 20px!important;
}
#home-block-categories .categories-slider .category .img {
    height: 285px!important;
    width:223px;
    margin-bottom:0;
    margin-top: 2px;
    border:0;
    border-radius:unset;
}
#home-block-categories .category:hover {
    padding-bottom: 5px;
    top: -5px;
}
#home-block-categories .category .img img {
    image-rendering: unset;
    max-width: 100%;
}
#home-block-categories .daydeal-tag {
    background-image: var(--bfcmTag);
    width: 120px;
    height: 120px;
    top: 0px;
    right: -2px;
    position: absolute;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    background-size: cover;
}
#home-block-categories .daydeal-tag p {
    transform: rotate(-45deg);
    margin: 24px -6px 0 -6px;
    font-weight: 600;
    color: var(--bfcmTextColor);
}
#home-block-categories h4.product-title {
    position:absolute;
    font-size:14px;
    bottom:0;
    left:15px;
}
#home-block-categories .categories-slider .container {
    overflow-x: scroll;
    overflow-y: hidden;
}
.marquee {
    --gap: 5px;
    position: absolute;
    bottom:0;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    width:100%
}

.marquee_content {
    margin-bottom: -7px;
    flex-shrink: 0;
    color: rgb(255 255 255 / 54%);
    font-weight: 600;
    font-size: large;
    display: flex;
    gap: var(--gap);
    animation: scroll 60s linear infinite;
    min-width: 100%;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

/* BF PROMO PAGE */

.container.bf-promo-page img {
    width:100%;
    margin-bottom: 30px;
}
.container.bf-promo-page-bottom-text {
    margin-top:30px;
    margin-bottom: 30px;
}
#home-block-heroimage .col-12 {
    height: 100%;
    min-height: 550px;
}
#home-block-heroimage.bf-promo-page .imagewrap {
	min-height:40vh!important;
}
#home-block-heroimage  img.col-12 {
    height:auto;
}

#home-block-heroimage.bf-promo-page .textwrap h1.title {
    margin-bottom: 0;
}
#home-block-heroimage.bf-promo-page .textwrap h1.subtitle {
    font-weight: 400;
}
#home-block-heroimage.bf-promo-page {
    margin-bottom: 0;
    margin-top: 30px;
    border-bottom: 0;
}
@media (max-width: 767.98px){
    #home-block-heroimage .textwrap {
        min-height: auto;
    }
}
/* End BF Campain 2023 */