@import url('/fonts/metropolis/font.css');

:root {
    --bs-breadcrumb-divider: '>';
    --bs-accordion-inner-border-radius: 0!important;
}

html, body {
    font-family: 'Metropolis', sans-serif;
    font-weight: normal;
    color: #2b2b2c;
    overflow-x: hidden;
}

body.overlay header:after {
    position: absolute;
    background: rgb(0 0 0 / 50%);
    content: ' ';
    top: 100px;
    left: 0;
    width: 100%;
    height: 10000px;
    z-index: 0;
}

.multi-gradient {
  background: linear-gradient(90deg, red, orange, yellow, green, blue, indigo, violet);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.topbar {
    background: #000000;
    color: #fff;
    font-size: 12px;
}

.topbar span {
    padding: 10px 0;
    display: inline-block;
}

.topbar span a {
    color: inherit;
    text-decoration: none;
}

.topbar .topbar-rating img {
    height: 14px;
}

.topbar .language-selector {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #404040;
}

.topbar .language-selector img {
    height: 16px;
    width: 16px;
    vertical-align: sub;
    margin-right: 5px;
}

.topbar .language-selector span {
    font-weight: 500;
}

.topbar .topbar-item {
    flex: 1 1 100%;
    display: none;
}

.topbar .topbar-item[data-topbar-carrousel="1"] {
    display: block;
}

@media (min-width: 768px) {
    .topbar .topbar-item {
        flex: 0 0 50%;
    }
}

@media (min-width: 800px) {
    .topbar .topbar-item[data-topbar-carrousel="1"],
    .topbar .topbar-item[data-topbar-carrousel="2"] {
        display: block;
    }
}

@media (min-width: 1400px) {
    .topbar .topbar-item {
        flex: 0 0 25%;
        display: block;
    }
}

#containerHeaderTopActie { 
    text-align:center!important; 
    position: relative; 
    height: 45px; 
    background-color: #A5FFAE; 
}

#containerHeaderTopActie .links { 
    padding-top: 13px; 
    font-size: 14px; 
}

header {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 25px 0;
    z-index: 10;
}

header .header-inner {
    z-index: 1;
}

header #header-col-logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 250px;
    height: 100%;
    transform: translate(-50%, 0);
    z-index: 2;
}

header #header-col-logo .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header #header-col-menu,
header #header-col-actions {
    z-index: 1;
}

header .seal {
    height: 26px;
    margin-right: 15px;
}

header .menu {
    list-style: none;
    margin: 0;
    padding: 12.5px 0;
}

header .menu li {
    display: inline-block;
}

header .menu li.selected .menu-link {
    border-bottom: 1px solid #202020;
    padding-bottom: 5px;
}

header .menu li a {
    text-decoration: none;
    color: initial;
    font-size: 14px;
    font-weight: 100;
    padding: 10px 5px;
}

header .menu li:first-child a {
    padding-left: 0;
}

header .menu li:last-child a {
    padding-right: 0;
}

header .menu .menu-collapse {
    position: absolute;
    background: #FFFFFF;
    top: 100px;
    left: 0;
    padding: 35px 0;
    display: none;
    width: 100%;
    height: 600px;
    z-index: 11;
}

header .menu .menu-collapse .title {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 15px;
}

header .menu .menu-collapse a {
    color: #4c4c4c;
    display: block;
    padding: 2px 0;
    font-weight: 300;
    font-size: 14px;
}

header .menu .menu-collapse .block-categories:after {
    position: absolute;
    background: #bebebe;
    content: ' ';
    top: 0;
    right: 30px;
    height: 100%;
    width: 1px;
}

header .menu .menu-collapse .block-popularbrands span {
    opacity: 0.5;
    font-size: 10px;
    vertical-align: middle;
}

header .menu .menu-collapse .block-popularbrands .brand {
    width: 100%;
    height: 55px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
}

@media (max-width: 1199px) {

    body.overlay header:after {
        top: 155px!important;
    }

    header .menu .menu-collapse {
        top: 155px!important;
    }

    header .cart-header {
        top: 60px!important;
    }

}

@media (max-width: 1399px) {

    header #header-col-logo {
        width: 220px!important;
    }

    header .menu li a {
        font-size: 13px!important;
    }

    header .submenu ul li a img {
        width: 30px!important;
        height: 30px!important;
    }

}

@media (max-width: 1199px) {

    header #header-col-logo,
    header #header-col-logo .logo {
        position: relative;
        top: 0;
        left: 0;
        transform: unset;
    }

    header #header-col-logo {
        width: 200px!important;
        margin-bottom: 10px;
    }

}

@media (max-width: 991px) {

    header .header-inner {
        position: relative;
        display: flex;
        flex-direction: row;
    }

    header #header-col-logo,
    header #header-col-sub {
        display: flex;
        width: 50%!important;
    }

    header #header-col-logo {
        margin-bottom: 0;
    }

    header #header-col-logo .logo img {
        height: auto;
        width: 150px;
    }

    header #header-col-actions {
        padding-right: 0;
    }

    header #header-col-menu {
        display: none;
    }

    header #header-col-actions .row > div:nth-child(1) {
        display: none;
    }
    
    header .menu .menu-collapse .block-categories:after {
        display: none;
    }

    header .submenu ul li.menu-search,
    header .submenu ul li.menu-toggle {
        display: inline-block!important;
    }

    header .submenu ul li a#header_account .header-account-loyalty {
        display: none;
    }

    header .submenu ul li:nth-child(3) {
        display: none;
    }

}

@media (max-width: 767px) {

    header {
        padding: 10px 0;
    }

    header #header-col-logo .logo img {
        height: auto;
        width: 115px;
        margin: 3.5px 0;
    }

    header .mobile-menu {
        margin-top: 10px!important;
    }

    header .search {
        top: 53.5px!important;
    }

    header .submenu ul li a {
        padding: 0 1px!important;
    }

    header .submenu ul li a img {
        height: 28px!important;
        width: 28px!important;
    }
    
    header .cart-header {
        max-width: calc(100vw - 25px);
    }

    #containerHeaderTopActie .links {
        font-size: 10px;
    }

}

header .mobile-menu {
    padding-top: 10px;
    margin-top: 25px;
    border-top: 1px solid #D9D9D7;
    display: none;
}

header .mobile-menu ul {
    text-align: center;
    margin: 15px 0;
    font-weight: 500;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto; 
    overflow-y: hidden;
    white-space: nowrap;
}

header .mobile-menu ul li {
    font-size: 14px;
    color: #B8B1AB;
}

header .mobile-menu ul li.selected {
    border-bottom: 2px solid #333333;
    color: inherit;
}

header .mobile-menu ul li a {
    padding: 0 3.5px;
}

header .mobile-menu-items {
    border-top: 1px solid #D9D9D7;
    margin-top: 25px;
}

header .mobile-menu-items ul {
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
}

header .mr-2 {
    margin-right: 0.75rem !important;
}

header .mobile-menu-items ul li {
    border-bottom: 1px solid #F5F5F5;
}

header .mobile-menu-items ul li:last-child {
    border-bottom: none;
}

header .mobile-menu-items ul li a {
    position: relative;
    padding: 12.5px 0;
    text-align: left;
    display: block;
    color: #333333;
    font-weight: 400;
}

header .mobile-menu-items ul li a:after {
    position: absolute;
    content: ' ';
    right: 10px;
    top: 20px;
    border: solid #333333;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

header .mobile-menu-items ul li a.return {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    padding: 20px 0;
}

header .mobile-menu-items ul li a.return:after {
    top: 30px;
    right: unset;
    left: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

header .logo {
    width: 100%;
}

header .logo a {
    display: block;
    width: 100%;
    padding: 5px 0;
}

header .logo a img {
    display: block;
    max-height: 55px;
    max-width: 100%;
}

@media (min-width: 1200px) {

    header .logo a img {
        margin: 0 auto;
    }

}

header .search {
    position: relative;
}

header .search .search-button {
    position: relative;
    display: block;
    margin: 12px 0;
    text-align: right;
}

header .search .search-button img {
    height: 28px;
}

header .search .search-button span {
    font-size: 13px;
    padding-bottom: 5px;
}

header .search .search-form {
    position: relative;
    background: #F2F1EF;
    margin: 7px 0;
    border-radius: 0px;
    overflow: hidden;
    z-index: 11;
}

header .search .search-form input {
    background: transparent;
    border: none;
    outline: none;
    padding: 7.5px 15px;
    font-size: 12px;
    width: 80%;
    display: inline-block;
}

header .search .search-form button {
    position: absolute;
    background: rgb(0 0 0 / 0%) url('/images/icons/search.svg') no-repeat center;
    background-size: 22px;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    border: none;
}

@media (max-width: 991px) {

    header .search {
        position: absolute;
        background: #fff;
        top: 70.5px;
        left: 0;
        width: calc(100% + 25px);
        margin: 0 -12.5px;
        border-top: 1px solid #D9D9D7;
        border-bottom: 1px solid #D9D9D7;
        display: none;
    }

    header .search .search-form {
        background: #fff;
        margin: 0;
        border-radius: 0;
    }

    header .search .search-form input {
        padding: 13.5px 15px;
    }

    header .search .search-form button {
        border-left: 1px solid #D9D9D7;
    }

}

header .submenu {
    position: relative;
}

header .submenu ul {
    list-style: none;
    margin: 8px 0;
    padding: 0;
    text-align: right;
}

header .submenu ul li {
    display: inline-block;
}

header .submenu ul li a {
    position: relative;
    display: inline-block;
    padding: 0 2.5px;
    cursor: pointer;
}

header .submenu ul li a img {
    width: 34px;
    height: 34px;
}

header .submenu ul li a .badge {
    position: absolute;
    background: #d8d5d0!important;
    color: #222;
    top: 0;
    right: -2.5px;
    font-size: 10px;
    border-radius: 100px;
}

header .submenu ul li a#header_account .badge {
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    width: 21px;
    height: 21px;
}

header .submenu ul li a#header_account .badge.badge-light-green {
    background: #8ee982!important;
}

header .submenu ul li a#header_account .badge.badge-light-red {
    background: #ffa468!important;
}

header .submenu ul li a#header_account .header-account-loyalty {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 11px;
    color: #6f6f6f;
    line-height: 1.1;
    background: #ececec;
    border-radius: 4px;
    padding: 3px 5px;
    z-index: 2;
}

header .submenu ul li a#header_account .header-account-loyalty:before {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ececec;
}

header .submenu ul li a#header_account .badge,
header .submenu ul li a#header_favorites .badge {
    display: none;
}

header .submenu ul li.menu-toggle {
    display: none;
    margin-left: 10px;
}

header .submenu ul li.menu-toggle a img:last-child {
    display: none;
}

header .submenu ul li.menu-toggle a.opened img:first-child {
    display: none;
}

header .submenu ul li.menu-toggle a.opened img:last-child {
    display: inherit;
}

header .submenu ul li.menu-search {
    display: none;
}

header .cart-header {
    position: absolute;
    background: white;
    display: none;
    width: 450px;
    padding: 0 20px;
    right: 0;
    top: 65px;
    z-index: 100;
}

header .cart-header .cart-items .cart-item {
    padding: 15px 0;
    border-bottom: 1px solid #e6e5e3;
}

header .cart-header .cart-items .cart-item .image {
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

header .cart-header .cart-items .cart-item strong {
    display: block;
    font-size: 14px;
}

header .cart-header .cart-items .cart-item .details {
    margin: 5px 0;
    font-size: 13px;
}

header .cart-header .cart-items .cart-item .price {
    text-align: right;
}

header .cart-header .cart-items .cart-item .price .quantity {
    display: block;
    color: #8a8a8a;
    font-size: 13px;
}

header .cart-header .cart-totals {
    background: transparent;
    text-align: right;
    margin: 15px 0;
}

header .cart-header .cart-totals span {
    color: #8a8a8a;
    border-bottom: 1px dotted #8a8a8a;
    padding-bottom: 2.5px;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
}

header .cart-header .cart-totals a {
    margin: 0;
    min-width: unset;
}

header.header-mini .menu,
header.header-mini .search {
    visibility: hidden;
}

header.header-mini .submenu .menu-search,
header.header-mini .submenu .menu-wishlist {
    display: none;
}

.search-wrapper {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 350px;
    display: none;
    padding: 15px 0;
    border: 1px solid #D9D9D7;
    z-index: 10;
}

.search-wrapper::after {
    position: absolute;
    background: linear-gradient(180deg, #d6d5d3, transparent);
    content: ' ';
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10;
}

.search-wrapper .container {
    position: relative;
}

.search-wrapper .search-close {
    position: absolute;
    top: 0;
    right: 12.5px;
    padding: 7.5px 15px;
    color: #646464;
    background: #f3f3f3;
}

.search-wrapper .search-popular-terms .row {
    max-width: 500px;
}

.search-wrapper .search-results-list {
    display: none;
}

.search-wrapper .search-results-list em {
    font-style: normal;
    font-weight: 600;
}

.search-wrapper .search-results-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.search-wrapper .search-results-product {
    width: 20%;
    margin-bottom: 35px;
    padding-right: 15px;
}

.search-wrapper .search-results-product .search-results-image {
    background: #f3f3f3;
    width: 100%;
    max-width: 80%;
}

.search-wrapper .search-results-product .search-results-image img {
    width: 100%;
}

.search-wrapper .search-results-product .search-results-colors {
    margin-top: 10px;
}

.search-wrapper .search-results-product .search-results-colors a,
.search-wrapper .search-results-product .search-results-colors small {
    display: inline-block;
}

.search-wrapper .search-results-product .search-results-colors a span {
    width: 18px;
    height: 18px;
    display: block;
    cursor: pointer;
    margin-right: 2.5px;
    border: 1px solid rgb(0 0 0 / 10%);
    background-color: #000;
    border-radius: 100px;
}

.search-wrapper .search-results-product .search-results-colors small {
    font-size: 11px;
    vertical-align: super;
}

.search-wrapper .search-result-category a {
    font-size: 15px;
    color: #505050;
    display: block;
    padding: 3px 0;
}

.search-wrapper .search-result-category a i {
    color: #d9d9d7;
    margin-right: 5px;
}

.search-wrapper .search-form {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #f2f1ef;
}

.search-wrapper .search-form input {
    display: block;
    width: 100%;
    height: 48px;
    background: #fff url(/images/icons/search.svg) no-repeat left center;
    background-size: 28px;
    padding-left: 35px;
    border: none;
    outline: none;
}

@media (max-width: 991px) {

    .search-wrapper .search-results-product {
        width: 33.33%;
    }

    .search-wrapper .search-results-product .search-results-item-text {
        font-size: 13px;
    }

}

.menu-collapse-content .beentjes {
    margin-top: 50px;
    width: 100px;
    height: 280px;
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-size: 100%;
}

.menu-collapse-content .beentjesOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 280px;
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

.menu-brands a div {
    position: relative;
    float: left;
    width: 80px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 25px;
}

.avatar {
    position: relative;
    background: #f2f2f2;
    display: inline-block;
    width: 52px;
    height: 52px;
    border-radius: 100px;
}

.avatar span {
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 300;
    transform: translate(-50%, -50%);
}

.home .hero {
    position: relative;
    background: url('/images/banners/background.webp') no-repeat center;
    background-size: cover;
    min-height: 550px;
}

.home .hero:before {
    position: absolute;
    background: rgb(0 0 0 / 40%);
    content: ' ';
    width: 100%;
    height: 100%;
}

.home .hero .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
}

.home .hero .content .buttons {
    margin-top: 25px;
    text-align: center;
}

.home .hero .content .buttons a {
    margin: 0 7.5px;
    padding: 10px 25px;
}

.home .brands {
    position: relative;
    min-height: 150px;
    padding-top: 50px;
}

.home .brands .brands-logos li {
    display: inline;
    margin-left: 15px;
    margin-right: 15px;
    list-style: none;
}

.brands .brands-logos .brand-img {
    position: relative;
    float: left;
    width: 80px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.home .categories {
    position: relative;
    min-height: 150px;
    padding: 25px 0 50px;
}

.home .categories .categories-logos li {
    display: inline;
    margin-left: 15px;
    margin-right: 15px;
    list-style: none;
}

.home .categories .categories-logos .category-img {
    background-size: cover;
    background-position: center;
    width: calc(100% - 15px);
    height: 225px;
    margin: 7.5px;
}

.home .banner {
    position: relative;
    background-size: cover;
}

.home .banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
}

.home .banner .content {
    position: absolute;
    top: 50%;
    width: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
}

.home .banner .content .buttons {
    margin-top: 25px;
    text-align: center;
}

.home .banner .content .buttons a {
    margin: 0 5px;
}

@media (max-width: 767px) {

    .home .hero {
        min-height: 450px;
    }

    .home .hero .content {
        width: 100%;
        padding: 35px;
        text-align: center;
    }

    .home .hero .buttons a {
        display: block;
        margin: 5px auto!important;
        max-width: 200px;
    }

    .home .banner .content {
        width: 100%;
        padding: 35px;
        left: 0;
        transform: translate(0, -50%);
    }

    .home .banner img {
        width: 100%;
        height: 200px!important;
        object-fit: cover;
        object-position: center;
        max-width: 100%!important;
    }

    .home .banner .volledig {
        height: 200px;
        overflow: hidden;
    }

    .brands-logos,
    .categories-logos {
        padding-left: 0;
    }

    footer .footer-cards .col-auto {
        padding: 0 0 20px;
    }   

}

.route {
    border-top: 1px solid #D9D9D7;
}

.route nav {
    padding: 25px 0;
}

.route nav ol {
    font-size: 11px;
    font-weight: 100;
    margin-bottom: 0;
}

.ycc-notice {
    position: fixed;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 768px;
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 25px rgb(0 0 0 / 30%);
    z-index: 101;
}

.ycc-notice-backdrop {
    position: fixed;
    background: rgb(0 0 0 / 50%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-container {
    width: 100%;
    height: auto;
}

.image-container img {
    width: 100%;
    height: auto;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #ffffff;
    font-size: 35px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup a {
    display: block;
    cursor: pointer;
}

@media (max-width: 767px) { 
    .ycc-notice img {
        height: 100px!important;
    }
}

.close-link {
    position: absolute;
    top: 5px; /* Afstand vanaf de bovenkant aanpassen zoals gewenst */
    right: 5px; /* Afstand vanaf de rechterkant aanpassen zoals gewenst */
    text-decoration: none;
    color: #000;
}

.products_showcase {
    position: relative;
}

.products_showcase .products_showcase-logos li {
    display: inline;
    margin-left: 15px;
    margin-right: 15px;
    list-style: none;
}

.products_showcase .products_showcase-logos .products_showcase-img {
    size: 40px;
}

.products_showcase .products_showcase-logos h4, h5 {
    color: black;
    font-weight: 100;
    text-decoration: none;
}

.jq-stars {
    display: inline-block;
}

.jq-rating-label {
    font-size: 22px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    font-family: helvetica, arial, verdana;
}

.jq-star {
    width: 100px;
    height: 100px;
    display: inline-block;
    cursor: pointer;
}

.jq-star-svg {
    width: 100%;
    height: 100% ;
}

.jq-star-svg polygon {
    stroke: #000;
    stroke-linejoin: round;
}
  
.pasvorm {
    width: 100%;
    height: 5px;
    background: #d3d3d3;
    outline: none;
    border-radius: 0;
    margin: 10px 0;
    -webkit-appearance: none;
    appearance: none;
}
  
.pasvorm::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 20px;
    background: #2b2b2c;
    border-radius: 0;
    cursor: pointer;
}
  
.pasvorm::-moz-range-thumb {
    width: 6px;
    height: 20px;
    background: #2b2b2c;
    border-radius: 0;
    cursor: pointer;
}

.pasvorm.pasvorm-klein {
    width: 80px;
    height: 3px;
    margin: 0px;
}

.pasvorm.pasvorm-klein::-webkit-slider-thumb {
    width: 4px;
    height: 14px;
}

.pasvorm.pasvorm-klein::-moz-range-thumb {
    width: 4px;
    height: 14px;
}

@media (max-width: 991px) {

    .product-reviews .review .border-right {
        border-right: 0!important;
    }

}

#modal_productreview .rating {
    position: relative;
    display: inline-block;
}

#modal_productreview .rating .star {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    top: 3px;
    margin-right: 2px;
    cursor: pointer;
    background-image: url("../../images/BG_rating_solid.png");
    background-repeat: no-repeat;
    background-repeat: 50% 50%;
    background-size: contain;
}

#modal_productreview .rating .star.grey {
    background-image: url("../../images/BG_rating_grey.png");
}

#modal_productreview .rating .star.half {
    background-image: url("../../images/BG_rating_half.png");
}

#modal_productreview .ratingDescription {
    position: relative;
    display: inline-block;
}

.text {
    text-align: center;
}

.text p {
    padding: 3rem;
}

footer {
    width: 100%;
    height: auto;
}

footer .footer-top {
    background: #F2F1EF;
    padding: 25px 0;
}

footer .footer-middle {
    background: #FFFFFF;
    padding: 55px 0;
}

footer .footer-cards {
    font-size: 14px;
    background: #F2F1EF;
    padding: 70px 100px;
}

footer .footer-cards .row .col-auto:hover {
    opacity: 0.65;
    cursor: pointer;
}

footer .footer-cards .card-body .fa {
    margin-right: 10px;
} 

footer .footer-cards .card-body .fa-brands {
    margin-right: 10px;
} 

footer .footer-bottom {
    background: #000000;
    padding: 75px 0;
}

footer .footer-features {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

footer .footer-features li {
    display: inline-block;
    margin: 0 25px;
}

footer .footer-features li img {
    height: 50px;
    width: 50px;
    margin-right: 5px;
}

footer .footer-features li span {
    font-size: 14px;
}

footer .footer-service {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

footer .footer-service li {
    display: inline-block;
    width: 195px;
    margin: 0 25px;
}

footer .footer-service li span {
    font-size: 12px;
}

footer .footer-bottom .logo {
    margin-bottom: 20px;
}

footer .footer-icons {
    /* margin-left: 110px; */
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

footer .footer-icons img {
    height: 38px;
    width: auto;
    margin-right: 15px!important;
    max-width: 48%; /* Adjust this as needed */
}

footer .footer-links {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin-bottom: 25px;
}

footer .footer-links strong {
    position: relative;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

footer .footer-links ul {
    list-style: none;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

footer .footer-links ul li {
    margin: 5px 0;
}

footer .footer-links ul li a {
    text-decoration: none;
    color: inherit;
    font-size: 13px;
}

footer .footer-links form {
    width: 100%;
    display: inline-block;
}

footer .footer-links [data-toggle] {
    display: none;
}

footer .footer-links form input {
    background: transparent;
    border: 1px solid white;
    padding: 5px 10px;
    color: #fff;
    outline: none;
    width: 75%;
}

footer .footer-links form input::placeholder {
    color: #fff;
}

footer .footer-links form button {
    background: #fff;
    color: #000;
    border: none;
    outline: none;
    height: 36px;
}

footer .footer-information {
    color: #808080;
    font-size: 12px;
}

footer .footer-information img {
    margin: 15px 0;
    max-width: 100%;
}

footer .footer-information .footer-metalinks {
    margin-top: -10px;
}

footer .footer-information .footer-metalinks a {
    text-decoration: none;
    color: inherit;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #515151;
}

footer .footer-information .footer-metalinks a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

@media (max-width: 767px) {

    footer .footer-links ul {
        display: none;
    }

    footer .footer-links strong {
        font-weight: 500;
    }

    footer .footer-links [data-toggle] {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 24px;
        color: #808080;
        display: block;
    }

    footer .footer-bottom {
        padding: 35px 0;
    }

}

@media (max-width: 1199px) {

    footer .footer-icons {
        margin: 15px 0 30px;
    }

    footer .footer-icons img {
        display: block;
        margin: 0 auto 10px!important;
    }

    footer .footer-features li {
        margin: 0 10px;
        width: calc(30% - 20px);
        vertical-align: text-top;
    }

    footer .footer-features li img {
        width: 36px;
        height: 36px;
        display: block;
        margin: 0 auto;
    }

    footer .footer-features li span {
        font-size: 12px;
    }

}

.product,
.product-wrapper {
    position: relative;
}

.product-loader {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 100;
}

.product-loader img {
    height: 64px;
    border: 2px solid #d9d9d7;
    border-radius: 100px;
}

.product-wrapper.loading .product-loader {
    display: block;
}

.product-wrapper.loading .product {
    opacity: 0.25;
}

.product-wrapper.loading .product:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 90;
}

.product .product-thumbs {
    width: 100%;
}

.product .product-thumbs .product-thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    max-width: 100%;
    cursor: pointer;
}

.product .product-thumbs .product-thumb picture,
.product .product-thumbs .product-thumb picture img {
    display: block;
    width: 100%;
}

.product .product-thumbs .product-thumb.active {
    border-color: #000;
}

.product .product-showcase .MagicZoom {
    width: 100%;
}

.product .product-showcase .MagicZoom figure {
    width: 100%;
}

.product .product-showcase .MagicZoom figure img {
    max-width: unset!important;
    max-height: unset!important;
}

.product .product-showcase .MagicZoom .mz-nav-controls {
    display: none;
}

.product .product-showcase .MagicZoom .mz-hint {
    display: none;
}

.product .product-showcase .product-image .badge-container-recommended {
  position: absolute;
  display: flex;
  justify-content: flex-end; 
  flex-direction: column-reverse;
  bottom: 0;
  right: 0;
  margin-bottom: 180px;
  z-index: 5;   
}

.product .product-showcase .product-image .badge-container-recommended .badge-label {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background: #A5FFAE; 
  color: #2b2b2c;
  line-height: 1.1;
  padding: 6px 16px 6px 12px;
  border-radius: 999px 0 0 999px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  white-space: nowrap; 
}

.product .product-showcase .product-image .badge-container-recommended .badge-label .badge-line-1 {
  font-size: .75rem;
  font-weight: 500;
  opacity: .95;
}

.product .product-showcase .product-image .badge-container-recommended .badge-label .badge-line-2 {
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .2px;
}

@media only screen and (max-width: 768px) {
    .product .product-showcase .product-image .badge-container-recommended {
        margin-bottom: 60px;
    }

    .product .product-showcase .product-image .badge-container-recommended .badge-label {
        padding: 6px 16px 6px 12px;
        border-radius: 999px 0 0 999px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        background: #A5FFAE;
        font-weight: 600;
        white-space: nowrap;
    }

    .product .product-showcase .product-image .badge-container-recommended .badge-label .badge-line-1 {
        font-size: 0.7rem;
        opacity: 0.9;
    }

    .product .product-showcase .product-image .badge-container-recommended .badge-label .badge-line-2 {
        font-size: 0.9rem;
        font-weight: 700;
        letter-spacing: 0.05px;
    }
}

.product .product-showcase .product-image {
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 25px;
    aspect-ratio: 3 / 4;
    width: 100%;
}

.product .product-showcase .product-image:last-child {
    border-bottom: none;
}

.product .product-showcase .product-image figure,
.product .product-showcase .product-image figure img {
    text-align: center;
    aspect-ratio: 3 / 4;
}

.product .product-showcase .product-image picture,
.product .product-showcase .product-image picture img {
    display: block;
    width: 100%;
}

.product .product-showcase .product-image.product-image-hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.product .product-showcase .product-image.product-image-video {
    background: #f2f2f2;
    user-select: none;
    z-index: 1;
}

.product .product-showcase .product-image.product-image-video video {
    width: 100%;
    height: 100%;
}

.product .product-content {
    min-height: 750px;
    padding-left: 25px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.product .product-content .product-brand {
    font-size: 20px;
    font-weight: 100;
}

.product .product-content .product-title {
    font-size: 22px;
}

.product .product-content .product-stars {
    margin: 15px 0;
}

.product .product-content .product-stars span {
    font-size: 13px;
    padding-left: 5px;
}

.product .product-content .product-brand-more {
    font-size: 12px;
    display: block;
    padding: 3.5px 0;
}

.product .product-content .product-price-wrapper {
    position: relative;
    margin: 30px 0 25px;
}

.product .product-content .product-price {
    font-size: 22px;
    font-weight: 500;
    display: block;
}

.product .product-content .product-discount {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.product #product-notices .hidden {
    display: none!important;
}

.product.sticky .product-content {
    position: absolute;
}

.product.sticky .product-thumbs {
    position: absolute;
}

.product .product-colors {
    position: relative;
    width: 100%;
    margin: 15px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #D8D5D0;
    padding-top: 20px;
}

.product .product-colors.disabled:before {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.product .product-colors .color {
    position: relative;
    width: 62px;
    cursor: pointer;
    text-align: center;
    vertical-align: top;
    margin-bottom: 15px;
    overflow: hidden;
}

.product .product-colors .color.selected .color-name {
    font-weight: 700;
}

.product .product-colors .color[data-color-show="false"] {
    display: none;
}

.product .product-colors .color .color-preview {
    background: #000;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    border: 2px solid rgb(0 0 0 / 10%);
    border-radius: 100px;
    overflow: hidden;
}

.product .product-colors .color.color-all .color-preview {
    background: #f2f1ef;
    font-size: 12px;
    line-height: 38px;
    user-select: none;
    border: none;
}

.product .product-colors .color .color-name {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #454243;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 7.5px;
    line-height: 14px;
}

.product .product-colors .color .color-number {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 9px;
    color: #454243;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 2.5px;
    line-height: 14px;
}

.product .product-colors .color .color-discount,
.product .product-colors .color .color-new {
    position: absolute;
    top: 0;
    right: 6px;
    height: 20px;
    background-color: #DE0A0F;
    color: white;
    text-align: center;
}

.product .product-colors .color .color-discount {
    border-radius: 50%;
    width: 20px;
    font-size: 10px;
    line-height: 20px;
}

.product .product-colors .color .color-new {
    border-radius: 7.5px;
    width: auto;
    font-size: 8px;
    line-height: 22px;
    padding: 0 3px;
}

.product .product-colors .no-colors {
    margin: 15px 5px;
}

.product-colors-tooltip {
    position: absolute;
    background: #f2f2f2;
    width: 150px;
    height: 200px;
    padding: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    z-index: 1000;
}

.product-colors-tooltip:after {
    position: absolute;
    content: ' ';
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: #e5e5e5 transparent transparent transparent;
    filter: drop-shadow(0 0 5px rgb(0 0 0 / 15%));
}

.product-colors-tooltip img {
    width: 100%;
    height: auto;
}

.product .product-customize form {
    position: relative;
}

.product .product-customize .product-subscription {
    background: #ffffff url(/images/icons/account/subscriptions.svg) no-repeat center left;
    background-size: 32px;
    padding: 10px 15px 10px 40px;
    color: #808080;
    cursor: pointer;
}

.product .product-customize .form-group {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 0;
    border: 1px solid #D8D5D0;
    margin: 10px 0;
}

.product .product-customize .form-group label {
    position: absolute;
    left: 0;
    display: inline-block;
    padding: 12px 15px;
    color: #808080;
    z-index: 1;
}

.product .product-customize .form-group select {
    width: 100%;
    height: 48px;
}

.product .product-customize .form-group .select2-selection__rendered {
    padding-left: 100px;
}

.product .product-customize form button {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 12.5px 0;
    font-weight: 500;
}

.product .product-customize form #quick-checkout-link {
    display: block;
}

.product .product-shop-features {
    list-style: none;
    margin: 20px 0 0 35px;
    padding: 0;
}

.product .product-shop-features li {
    font-size: 14px;
    font-weight: 100;
}

.product .product-shop-features li img {
    height: 32px;
    margin-right: 10px;
}

.product .product-information {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #D8D5D0;
}

.product .product-information * {
    outline: none!important;
    box-shadow: none;
}

.product .product-information .accordion-item {
    border: none;
    border-bottom: 1px solid #D8D5D0;
}

.product .product-information .accordion-item .accordion-button:not(.collapsed) {
    background: transparent;
    color: inherit;
    font-weight: 500;
}

.product .product-information .accordion-item .accordion-body {
    font-size: 14px;
}

.product .product-reviews {
    max-height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.product .review-block-highlighted {
    background: #ddf1df;
    padding: 15px;
    margin-bottom: 50px;
}

.product .product-showcase {
    position: relative;
}

.product .product-thumbs-desktop {
    display: block;
}

.product .product-thumbs-mobile {
    display: none;
}

.product .product-pack {
    position: relative;
}

.product .product-pack.selected {
    border: 1px solid #000!important;
}

.product .product-pack.selected:after {
    position: absolute;
    background: url(/images/check-circle.svg) no-repeat center;
    background-size: contain;
    content: ' ';
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    z-index: 10;
}

.product .vierhalen-pack {
    position: relative;
}

.product .vierhalen-pack.selected {
    border: 1px solid #5ae466!important;
}

.product .vierhalen-pack.selected:after {
    position: absolute;
    background: url(/images/check-circle.svg) no-repeat center;
    background-size: contain;
    content: ' ';
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    z-index: 10;
}

.product .product-upsell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product .product-upsell-checkbox {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    flex: 1;
}

.product .product-upsell-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.product .product-upsell-checkmark {
    position: relative;
    height: 20px;
    width: 20px;
    min-width: 20px;
    background-color: #fff;
    border: 1.5px solid #979797;
    border-radius: 3px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.product .product-upsell-checkbox:hover input ~ .product-upsell-checkmark {
    background-color: #f0f0f0;
}

.product .product-upsell-checkbox input:checked ~ .product-upsell-checkmark {
    background-color: #000;
    border-color: #000;
}

.product .product-upsell-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.product .product-upsell-checkbox input:checked ~ .product-upsell-checkmark:after {
    display: block;
}

.product .product-upsell img {
    width: 58px;
    height: 74px;
}

.product .product-upsell > label > div {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {

    .product .product-thumbs {
        height: auto;
        min-height: unset!important;
        overflow: auto;
        overflow-y: hidden;
        padding: 0;
        white-space: nowrap;
    }

    .product .product-thumbs .product-thumb {
        display: inline-block;
        width: 50px;
        height: 50px;
    }

    .product-content {
        padding-left: 0!important;
    }

    .product-shop-features {
        margin-left: 0!important;
    }

    .product .product-shop-features li {
    font-size: 12px;
    font-weight: 100;
    }

    .product .product-thumbs-desktop {
        display: none;
    }
    
    .product .product-thumbs-mobile {
        display: block;
    }

}

@media (max-width: 1024px) {

    .product-shop-features {
        margin-left: 0!important;
    }

    .product .product-shop-features li {
    font-size: 9px;
    font-weight: 100;
    }

    .product .product-shop-features li img {
    height: 20px;
    margin-right: 5px;
    }

}

.category-head {
    margin-bottom: 25px;
}

.category-head .titles {
    font-size: 20px;
}

.category-head .hidden {
    display: none;
}

.category .sorting {
    font-size: 13px;
    list-style: none;
    margin: 10px 0 20px;
    padding: 0;
    text-align: center;
}

.category .sorting li {
    display: inline-block;
    margin-left: 15px;
    font-weight: 100;
}

.category .sorting li.selected {
    border-bottom: 0.5px solid;
}

.category-rubrics .category-rubric-details {
    margin-top: 15px;
    overflow: hidden; 
    display: none;
}

.category-rubrics .category-rubric {
    position: relative;
}

.category-rubrics .category-rubric .title {
    position: absolute;
    background: rgb(0 0 0 / 35%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.category-rubrics .category-rubric .title .title-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 85%;
    color: #fff;
    font-weight: 300;
}

.category-rubrics .category-rubric .thumb-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.category-rubrics .category-rubric .thumb {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: transform .25s;
}

.category-rubrics .category-rubric:hover .thumb {
    transform: scale(1.10);
}

.category .category-switcher-base {
    display: block;
}

.category-switcher-base {
    position: relative;
    display: none;
    margin-bottom: 25px;
}

.category-switcher-base .category-switcher-guider {
    position: absolute;
    background: linear-gradient(90deg, transparent, white);
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.category-switcher-base .category-switcher-guider-left {
    position: absolute;
    background: linear-gradient(270deg, transparent, white);
    top: 0;
    left: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    cursor: pointer;
}

.category-switcher-base .category-switcher-guider i {
    position: absolute;
    top: 50%;
    left: 38px;
    transform: translate(0, -50%);
}

.category-switcher-base .category-switcher-guider-left i {
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translate(0, -50%);
}

.category-switcher {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: none;  /* Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
}

.category-switcher::-webkit-scrollbar {
    display: none;
}

.category-switcher li {
    display: inline-block;
}

.category-switcher li a {
    font-size: 14px;
    padding: 7.5px 15px;
}

.category-switcher li a.selected {
    border: 1px solid #F2F1EF !important;
    background: #F2F1EF;
    border-color: #F2F1EF;
    font-weight: 600;
}

.category .category-filters {
    padding-right: 25px;
}

.category .category-filters-head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.category .category-filters-buttons {
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    display: none;
    padding: 15px 25px;
    border-top: 1px solid #D9D9D7;
    width: 100%;
    z-index: 100;
}

.category .category-filters-buttons a {
    font-size: 13px;
}

.category .category-filters-mobile {
    display: none;
}

#merkOmschrijving { position: relative; margin-top: 30px; font-size: 12px; text-align: justify; margin-bottom: 100px; }
#merkOmschrijving h1 { font-size: 1.2rem; text-align: left; margin-bottom: 2px; }
#merkOmschrijving h2 { font-size: 1.1rem; text-align: left; margin: 10px 0px 2px 0px; }

.category #category-sorting-options {
    background: #fff;
    position: absolute;
    top: 40px;
    left: 12.5px;
    border-top: 0!important;
    width: calc(100% - 25px);
    z-index: 1;
}

.category #category-sorting-options li {
    position: relative;
    padding-left: 20px;
}

.category #category-sorting-options li:before {
    position: absolute;
    background: transparent;
    border: 1px solid #b5b5b5;
    content: ' ';
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100px;
}

.category #category-sorting-options li.selected:before {
    background: #b5b5b5;
}

.category .category-subs {
    display: block;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 50px;
}

.category .category-subs a {
    display: inline-block;
}

.category .category-subs a:first-child .category-sub {
    margin-left: -20px;
}

.category .category-subs .category-sub {
    text-align: center;
    width: 175px;
}

.category .category-subs .category-sub img {
    width: 135px;
    border-radius: 10px;
}

.category .category-subs .category-sub span {
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 991px) {

    .category .category-filters {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding: 0;
        z-index: 100;
        overflow-y: scroll;
        display: none;
    }

    .category .category-filters-inner {
        padding: 60px 25px 90px;
    }

    .category .category-filters-mobile {
        display: block;
    }

    .category .category-filters-buttons {
        display: block;
    }

    .category .category-switcher-base {
        display: block;
    }

    .category-head .sorting {
        display: none;
    }

    .category-rubrics .category-rubric .thumb-container {
        height: 200px;
    }

    .category-rubrics .category-information-full {
        display: none;
    }

    .category .category-subs .category-sub {
        width: 135px;
    }
    .category .category-subs .category-sub img {
        width: 100px;
    }

    #merkOmschrijving { 
        display: none; 
    }
}

.category .category-filters .selected-filters strong {
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.category .category-filters .selected-filters .filter {
    display: block;
    margin: 5px 0;
    font-size: 14px;
    text-transform: capitalize;
}

.category .category-filters .selected-filters .filter i {
    padding-right: 5px;
    padding: 5px 10px 5px 0;
    margin-left: 5px;
    font-size: 18px;
    color: #909090;
}

.category .category-filters .accordion {
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-padding-x: 0;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-active-bg: transparent;
    --bs-accordion-active-color: inherit;
    --bs-accordion-border-radius: 0;
}

.category .category-search input {
    background: transparent url('/images/icons/search.svg') no-repeat 18px center;
    background-size: 28px;
    padding-left: 65px;
}

.category .category-filters .accordion .accordion-item {
    border-top: 1px solid #e9e9e9;
}

.category .category-filters .accordion .accordion-item:first-child {
    border-top: none;
}

.category .category-filters .accordion .accordion-button {
    font-weight: 500;
}

.category .category-filters .accordion .accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.category .category-filters .accordion .accordion-body {
    padding: 0;
}

.category .category-filters .accordion .accordion-body ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}

.category .category-filters .accordion .accordion-body ul a[data-show="false"] {
    display: none;
}

.category .category-filters .accordion .accordion-body ul li {
    margin: 0 0 7.5px 0;
    font-size: 14px;
    color: #272727;
    text-transform: capitalize;
}

.category .category-filters .accordion .accordion-body ul li i {
    color: #909090;
    font-size: 16px;
    vertical-align: bottom;
    border: 2px solid #F2F1EF;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-right: 5px;
}

.category .category-filters .accordion .accordion-body ul li .checkbox.checked {
    border-color: #dbdbda;
}

.category .category-filters .accordion .accordion-body ul li .checkbox.checked i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 14px;
    transform: translate(-50%, -50%);
    color: #aba9a4;
}

.category .category-filters .accordion .accordion-body ul li .color-hint {
    font-size: 10px;
    vertical-align: middle;
    margin-right: 5px;
}

.category .category-filters .accordion .accordion-body ul li .color-hint.color-hint-white {
    box-shadow: 0 0 0 1px #e3e3e3;
    border-radius: 100px;
}

.category .category-filters .accordion .accordion-body [data-item-more] li {
    color: #909090;
    font-size: 13px!important;
}

.category .category-filters .accordion .accordion-body .slider {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.category .category-filters .accordion .accordion-body .slider input {
    float: left;
    border: none;
    width: 50%;
    padding: 0;
    color: #909090;
}

.category .category-information {
    font-size: 14px;
    margin-bottom: 25px;
}

.category .category-information.collapsed .category-information-content {
    position: relative;
    height: auto;
    overflow: hidden;
}

.category .category-information.collapsed .category-information-content:after {
    position: absolute;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%), #fff);
    content: ' ';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1;
}

.category .category-information .readmore {
    color: #5d5d5d;
    display: block;
    padding: 15px 0;
}

.category .category-information h1 {
    font-size: 22px;
}

.category .category-information h2 {
    font-size: 18px;
}

.category .category-subs {
    display: block;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 50px;
}

.category .category-subs a {
    display: inline-block;
}

.category .category-subs a:first-child .category-sub {
    margin-left: -20px;
}

.category .category-subs .category-sub {
    text-align: center;
    width: 175px;
}

.category .category-subs .category-sub img {
    width: 135px;
    border-radius: 10px;
}

.category .category-subs .category-sub span {
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@media (max-width: 767px) {
    .category .category-subs .category-sub {
        width: 135px;
    }
    .category .category-subs .category-sub img {
        width: 100px;
    }
}

.category .category-details {
    padding: 25px 0;
    margin-bottom: 25px;
    height: auto;
    display: block;
}

.category .category-details .category-details-inner {
    height: 200px;
    overflow-y: scroll;
}

.category .category-details .category-details-inner * {
    font-size: 14px;
}

.category .category-items {
    margin-bottom: 100px;
}

.category .item {
    margin-bottom: 50px;
}

.category .item a {
    display: block;
}

.category .item .thumb {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    aspect-ratio: 3 / 4;
}

.category .item .thumb .thumb-img,
.category .item .thumb .thumb-img img,
.category .item .thumb .hover-img,
.category .item .thumb .hover-img img,
.category .item .thumb .preview-img,
.category .item .thumb .preview-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.category .item .thumb .hover-img,
.category .item .thumb .preview-img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.category .item .thumb .thumb-fav {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.category .item .thumb .thumb-fav img {
    height: 45px;
    padding: 14px;
}

@media only screen and (max-width: 768px) {
    .category .category-details {
        display: none;
    }
}

.category .item .thumb .badge-container-recommended {
  position: absolute;
  display: flex;
  justify-content: flex-end; 
  flex-direction: column-reverse;
  bottom: 0;
  right: 0;
  margin-bottom: 180px;
  z-index: 5;   
}

.category .item .thumb .badge-container-recommended .badge-label {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background: #A5FFAE; 
  color: #2b2b2c;
  line-height: 1.1;
  padding: 6px 16px 6px 12px;
  border-radius: 999px 0 0 999px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
  white-space: nowrap; 
}

.category .item .thumb .badge-container-recommended .badge-label .badge-line-1 {
  font-size: .75rem;
  font-weight: 500;
  opacity: .95;
}
.category .item .thumb .badge-container-recommended .badge-label .badge-line-2 {
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .2px;
}

@media only screen and (max-width: 768px) {
    .category .item .thumb .badge-container-recommended {
        margin-bottom: 60px;
    }

    .category .item .thumb .badge-container-recommended .badge-label {
        padding: 6px 16px 6px 12px;
        border-radius: 999px 0 0 999px;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
        background: #A5FFAE;
        font-weight: 600;
        white-space: nowrap;
    }

    .category .item .thumb .badge-container-recommended .badge-label .badge-line-1 {
        font-size: 0.7rem;
        opacity: 0.9;
    }

    .category .item .thumb .badge-container-recommended .badge-label .badge-line-2 {
        font-size: 0.9rem;
        font-weight: 700;
        letter-spacing: 0.05px;
    }
}

.category .item .thumb .badge-container {
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    bottom: 0;
    left: 0;
    margin-bottom: 15px;
    z-index: 5;
}

.category .item .thumb .badge-container .badge {
    opacity: 70%;
    font-weight: 100;
}

.category .item .thumb .favorite {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.category .item .thumb .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {

    .category .item .colors .color-link .color {
        width: 25px!important;
        height: 25px!important;
        margin: 3px 5px 0 0!important;
    }

}

.category .item .product-stars-product {
    margin: 10px 0 0;
}

.category .item .product-stars-product span {
    font-size: 11px;
    padding-left: 5px;
}

.category .item .product-stars-product-space {
    margin: 10px 0 0;
}

.category .item .product-stars-product-space span {
    font-size: 11px;
    padding-left: 5px;
}

.category .item .sizes {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.category .item .sizes span {
    background: #F2F1EF;
    color: #9d9d9d;
    font-size: 12px;
    padding: 1.5px 5px;
    border-radius: 5px;
    white-space: normal;
    word-break: break-word;
}

.category .item .sizes span.unavailable {
    text-decoration: line-through;
    opacity: 0.5;
}

.category .item .colors {
    width: 100%;
    margin: 5px 0 10px;
}

.category .item .colors .color-link {
    display: inline-block;
}

.category .item .colors .color-link .color {
    background-color: #000;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 5px 3px 0 0;
    cursor: pointer;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 100px;
    overflow: hidden;
}

.category .item .colors .color-link .color picture,
.category .item .colors .color-link .color picture img {
    display: block;
    width: 100%;
    height: 100%;
}

.category .item .colors .color-more {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #8c8c8c;
    padding: 10px 2.5px;
}

.category[data-items="6"] .item .thumb {
    height: 600px;
}

.category .pagers {
    position: relative;
}

.category .pagers.loading:before {
    position: absolute;
    background: rgba(255, 255, 255, 0.65);
    content: ' ';
    cursor: progress;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.category .pagers.loading a {
    background: #000 url('/images/loaders/ajax.gif') no-repeat center;
    background-size: 72px;
    color: transparent;
}

.cart-overview .cart-head {
    margin-bottom: 50px;
}

.cart-overview .cart-head h1 {
    font-size: 24px;
}

@media (max-width: 767px) {

.cart-overview .cart-head h1 {
    font-size: 15px;
}

.cart-overview .cart-head a {
    font-size: 10px;
}

}

.cart-overview .cart-item {
    margin: 50px 0;
}

.cart-overview .cart-item .cart-thumb {
    width: 100%;
}

.cart-overview .cart-item .cart-thumb img {
    width: auto;
    max-width: 80%;
}

.cart-overview .cart-item ul {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.cart-overview .cart-item ul li {
    display: block;
}

.cart-overview .cart-item .cart-delivery {
    font-size: 14px;
    font-weight: 500;
}

.cart-overview .cart-item .cart-delivery img {
    height: 46px;
    margin-right: 5px;
}

.cart-overview .cart-item .cart-options li {
    margin-right: 15px;
    display: inline-block;
}

.cart-overview .cart-item .aantal {
    position: relative;
}

.cart-overview .cart-item .input-group {
    position: relative;
    background: transparent;
    border: 1px solid #dee2e6;
    display: flex;
}

.cart-overview .cart-item .input-group-prepend {
    pointer-events: none;
    z-index: 1;
    position: relative;
}

.cart-overview .cart-item .input-group label {
    background: transparent;
    border: none;
    color: #808080;
    font-size: 12px;
    pointer-events: none;
}

.cart-overview .cart-item .input-group .quantity-selector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.cart-overview .cart-item .input-group select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    outline: none;
    border: none;
    font-size: 12px;
    padding-left: 65px;
    padding-right: 35px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cart-overview .cart-item .input-group i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

.cart-overview .cart-multipack .cart-multipack-header {
    position: relative;
}

.cart-overview .cart-multipack .cart-multipack-header .cart-multipack-close {
    position: absolute;
    top: 2.5px;
    right: 2.5px;
    z-index: 1;
}

.cart-overview .cart-multipack .cart-multipack-header .cart-multipack-header-caret {
    position: absolute;
    top: -10px;
    left: 80px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.cart-overview .cart-multipack .cart-multipack-body button {
    max-width: 300px;
}

.cart-overview .cart-actions {
    background: red;
}

.cart-box strong {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
}

.cart-totals {
    background: #F2F1EF;
}

.cart-totals .cart-actions {
    background: #fff;
    height: 100px;
}

.cart-totals .cart-actions .cart-actions-inner {
    position: relative;
    height: 100px;
    width: 100%;
    padding: 30px 0;
}

.cart-totals .cart-actions .cart-actions-inner.sticky {
    position: fixed;
    background: #fff;
    bottom: 0;
}

.cart-totals .cart-actions .cart-actions-inner.sticky:before {
    position: absolute;
    background: linear-gradient(180deg, transparent, #efefef);
    content: ' ';
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}

.cart-totals .cart-checkout {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
}

.cart-totals .cart-checkout table {
    width: 300px;
    text-align: left;
    float: right;
}

.cart-totals .cart-checkout table tr td:nth-child(2) {
    text-align: right;
}

.cart-totals .btn {
    min-width: 200px;
    margin-left: 25px;
}

.cart-totals .cart-payment {
    background: #fff;
    padding: 35px 0;
}

.cart-coupon {
    position: relative;
    background: #F2F1EF;
    margin-top: 25px;
    padding: 25px;
    border-radius: 5px;
}

.cart-coupon:before {
    position: absolute;
    content: ' ';
    top: -10px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #F2F1EF;
}

@media (max-width: 991px) {

    .cart-overview .cart-item {
        margin: 35px 0;
    }

    .cart-overview .cart-item .cart-item-title {
        font-size: 12px;
    }

    .cart-overview .cart-item ul {
        font-size: 10px;
    }

    .cart-overview .cart-item .cart-delivery {
        font-size: 10px;
    }

    .cart-overview .cart-item .cart-delivery img {
        height: 32px;
    }

    .cart-totals .cart-actions {
        height: unset;
    }

    .cart-totals .cart-actions .cart-actions-inner {
        height: unset;
    }

    .cart-totals .cart-actions .cart-actions-inner .btn {
        margin-top: 15px;
    }

    .cart-totals .cart-actions .cart-actions-inner .col-md-9 {
        font-size: 9px;
    }

    #merkOmschrijving { 
        display: none; 
    }

    footer .footer-cards .col-auto {
    padding: 0 0 20px;
    } 

}

.checkout .checkout-steps {
    position: relative;
}

.checkout .checkout-steps:after {
    position: absolute;
    background: #e7e4e1;
    content: ' ';
    top: 25px;
    height: 2px;
    width: 100%;
    z-index: -1;
}

.checkout .checkout-steps ul {
    padding: 60px 0 25px;
    width: 100%;
    display: block;
}

.checkout .checkout-steps ul li {
    position: relative;
    display: inline-block;
    width: calc(20% - 5px);
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

.checkout .checkout-steps ul li[data-destination]:hover .step {
    opacity: 1;
}

.checkout .checkout-steps ul li[data-destination]:after {
    position: absolute;
    content: ' ';
    cursor: pointer;
    top: -60px;
    left: 0;
    width: 100%;
    height: calc(100% + 75px);
    z-index: 1;
}

.checkout .checkout-steps ul li .step {
    opacity: 0.25;
}

.checkout .checkout-steps ul li:before {
    position: absolute;
    background: #fff;
    content: ' ';
    top: -45px;
    left: 50%;
    width: 22px;
    height: 22px;
    transform: translateX(-50%);
    border: 2px solid #e7e4e1;
    border-radius: 100px;
    z-index: 1;
}

.checkout .checkout-steps ul li.selected .step {
    opacity: 1;
}

.checkout .checkout-steps ul li.selected:before {
    background: #b1aaa3;
    border-color: #b1aaa3;
}

.checkout .checkout-steps ul li span {
    display: block;
    color: #7f7a75;
}

.checkout .checkout-inner {
    background: #F2F1EF;
    padding: 50px 0;
}

.checkout .bestellenStap2Brievenbus { 
    color: #62c115; 
    font-size: 12px;
    padding-left: 25px; 
    background-image: url('../../images/IMG_brievenbuspakket.png'); 
    background-repeat: no-repeat; 
    background-size: 15px; 
    background-position: 0 3px; 
}

@media (max-width: 991px) {

    .checkout .checkout-steps ul li .step {
        font-size: 10px;
    }

}

@media (max-width: 1199px) {

    .checkout .checkout-cart {
        display: none;
    }

}

.account {
    padding: 75px 0;
}

.account table {
    width: 100%;
    max-width: 75%;
}

.account-menu li {
    position: relative;
    vertical-align: middle;
    display: block;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.5;
    z-index: 1;
}

.account-menu li.selected,
.account-menu li:hover {
    opacity: 1;
}

.account-menu li:after {
    position: absolute;
    content: ' ';
    top: 17.5px;
    right: 10px;
    width: 14px;
    height: 14px;
    border-top: 2px solid #444;
    border-left: 2px solid #444;
    transform: rotate(135deg);
    z-index: -1;
}

.account-menu li img {
    height: 42px;
    margin-right: 5px;
}

.account-menu li a {
    display: block;
    margin-left: -7.5px;
}

.account-order {
    position: relative;
}

.account-wallet {
    background: #fff url('/images/icons/account/wallet.svg') no-repeat center left;
    background-size: 36px;
    background-position-x: 28px;
    padding: 15px 25px 15px 90px;
}

@media (max-width: 991px) {

    .account {
        padding: 25px 0;
    }
    .account .wishlist,
    .account .orders,
    .account .personal,
    .account .addresses,
    .account .subscriptions {
        padding: 25px 0 0 0!important;
        border-top: 1px solid #D9D9D7;
    }
    .account-menu li {
        font-size: 14px;
    }
    .account-menu li:after {
        position: absolute;
        content: ' ';
        top: 16.5px;
        right: 2.5px;
        width: 8px;
        height: 8px;
        border-top: 2px solid #444;
        border-left: 2px solid #444;
        transform: rotate(135deg);
        z-index: -1;
    }
    .account-menu li img {
        height: 32px;
    }

    .account .table.overzichtWinkelwagen {
        min-width: 678px;
    }

}

.contact,
.complaints {
    padding: 75px 0;
}

.wishlist {
    position: relative;
    height: 100%;
    z-index: 1;
}

.wishlist-item {
    position: relative;
}

.wishlist-item .wishlist-thumb {
    position: relative;
}

.wishlist-item .wishlist-thumb .in-cart {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
}

.wishlist-item .wishlist-form .form-group {
    position: relative;
    background: #fff;
    width: 100%;
    padding: 0;
    border: 1px solid #D8D5D0;
    margin: 10px 0;
}

.wishlist-item .wishlist-form .form-group label {
    position: absolute;
    left: 0;
    display: inline-block;
    padding: 7.5px 10px;
    color: #808080;
    font-size: 14px;
    z-index: 1;
}

.wishlist-item .wishlist-form .form-group select {
    width: 100%;
    height: 48px;
}

.wishlist-item .wishlist-form .form-group .select2-selection__rendered {
    padding-left: 75px;
    height: 36px;
    line-height: 36px!important;
}

.wishlist-item .wishlist-form .form-group .select2-container {
    height: 36px;
    font-size: 14px;
    width: 100%!important;
}

.wishlist-item .wishlist-form .form-group .select2-container .select2-selection__arrow {
    top: 6px!important;
    right: 8px!important;
}

.select2-container .dropdown-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 100px;
}

.select2-container .dropdown-icon-package {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.customer-service .hero {
    background: url('/images/banners/klantenservice.jpg') no-repeat center;
    background-size: cover;
    min-height: 450px;
    display: flex;
    align-items: center;
    color: #fff;
}

.customer-service .thumb {
    background-repeat: no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
    margin-bottom: 25px;
}

.customer-service .thumb[data-thumb="51"] {
    background-position: -15.5px 0;
}

.customer-service .thumb[data-thumb="25"] {
    background-position: -10px 0;
}

.customer-service .thumb[data-thumb="3"] {
    background-position: -14px 0;
}

.customer-service .thumb[data-thumb="8"] {
    background-position: -2.5px 0;
}

.customer-service .thumb[data-thumb="1"] {
    background-position: -11.5px 0;
}

.customer-service .thumb[data-thumb="6"] {
    background-position: -8px 0;
}

.customer-service .thumb[data-thumb="27"] {
    background-position: -15.5px 0;
}

.customer-service .thumb[data-thumb="36"] {
    background-position: -9.5px 0;
}

.customer-service .thumb[data-thumb="39"] {
    background-position: -13px 0;
}

.customer-service .thumb[data-thumb="0"] {
    background-position: -15px 0;
}

.customer-service-menu {
    width: 80%;
}

.customer-service-menu li {
    position: relative;
    vertical-align: middle;
    display: block;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.7;
    z-index: 1;
}

.customer-service-menu li.selected,
.customer-service-menu li:hover {
    opacity: 1;
}

.customer-service-menu li:after {
    position: absolute;
    content: ' ';
    top: 8.5px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #444;
    border-left: 2px solid #444;
    transform: rotate(135deg);
    z-index: -1;
}

.customer-service-menu li img {
    height: 42px;
    margin-right: 5px;
}

.customer-service-menu li a {
    display: block;
    margin-left: 20px
}

@media (max-width: 991px) {

    .nieuwsbrief-form,
    .nieuwsbrief-form * {
        display: block!important;
        width: 100%!important;
        min-width: unset!important;
    }

    .nieuwsbrief-form button {
        margin-top: 5px;
    }

}

.faq-entry {
    position: relative;
}

.faq-entry .faq-entry-title i {
    position: absolute;
    top: 20px;
    right: 15px;
}

.faq-entry .faq-entry-title[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.home-additional {
    display: none;
}

.home-additional h1 {
    font-size: 16px;
    font-weight: 500;
}

.home-additional h2 {
    font-size: 14px;
    font-weight: 500;
}

.home-additional p {
    font-size: 12px;
}

.marginBottom-0 {
    margin-bottom: 0!important;
}

.marginBottom-10 {
    margin-bottom: 10px!important;
}

.marginBottom-20 {
    margin-bottom: 20px!important;
}

.marginBottom-30 {
    margin-bottom: 30px!important;
}

.marginBottom-40 {
    margin-bottom: 40px!important;
}

.marginBottom-50 {
    margin-bottom: 50px!important;
}

.marginBottom-60 {
    margin-bottom: 60px!important;
}

.marginBottom-70 {
    margin-bottom: 70px!important;
}

.marginBottom-80 {
    margin-bottom: 80px!important;
}

.marginBottom-90 {
    margin-bottom: 90px!important;
}

.resultaat-item {
    width: 100%;
    display: block;
    margin: 10px 0 15px;
}

.resultaat-item .icon {
    width: 40px;
    height: 45px;
    float: left;
    background-size: 30px;
    background-position-y: 7.5px;
    background-repeat: no-repeat;
}

.resultaat-item .content {
    padding-left: 55px;
}

.person {
    width: 100%;
    margin-bottom: 25px;
}

.person .person-image {
    width: 100%;
    height: 100%;
}

.person .person-image img {
    height: 128px;
    border-radius: 100px;
}

.person .person-name {
    display: block;
    margin-top: 15px;
}

#customize-gift.dragging {
    cursor: grabbing;
}

#customize-gift.dragging .gift-product {
    cursor: unset!important;
}

#customize-gift.dragging #gift-products.sticky .gift-product.dragging,
#customize-gift.dragging #gift-products.sticky .gift-product.ui-draggable-dragging {
    position: fixed!important;
    z-index: 10000;
}

.gift-product {
    background: #fff;
    cursor: grab;
    padding: 7.5px 5px;
    margin-bottom: 10px;
    border: 2px dashed #eaeaea;
    user-select: none;
    z-index: 2;
}

#customize-gift.dragging #gift-products:not(.sticky) .gift-product.dragging {
    opacity: 0.5;
}

.gift-box {
    width: 100%;
    margin-bottom: 10px;
}

.gift-box-info .gift-box-package-icon {
    height: 32px;
    margin-right: 5px;
}

.gift-box-contents {
    position: relative;
    width: 100%;
    border: 2px dashed #eaeaea;
    padding: 10px;
}

.gift-box-items {
    position: relative;
    width: 100%;
    min-height: 200px;
}

.gift-box-items .gift-box-items-placeholder {
    position: absolute;
    background: url(/images/gift-drop.png) no-repeat center top;
    background-size: 120px;
    top: 50%;
    left: 50%;
    font-size: 13px;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    color: #cecece;
    user-select: none;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.gift-box-text {
    width: 100%;
    border-top: 1px solid #f4f4f4;
    padding-top: 7.5px;
}

.gift-box-text input {
    border: 0;
    outline: none;
    padding: 5px 0;
    font-size: 12px;
}

.gift-box .gift-product {
    position: relative!important;
    top: unset!important;
    left: unset!important;
    width: 50%!important;
    display: inline-block!important;
    border: unset!important;
    padding: 0!important;
    cursor: unset!important;
    z-index: 1!important;
}

.gift-box .gift-product .gift-product-delete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.gift-box-modal .form-check .form-check-label {
    cursor: pointer;
}

.gift-box-modal .form-check:hover .form-check-label {
    opacity: 1;
}

.gift-box-modal .form-check input[type="radio"]:not(:checked) + .form-check-label {
    opacity: 0.75;
}

@media (max-width: 991px) {

    #gift-products {
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    #gift-products.sticky {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        padding: 10px;
        width: 100%;
        box-shadow: 0 0 10px #cecece;
        z-index: 10;
    }

    #gift-products .gift-product {
        display: inline-block;
        margin-bottom: 0;
        min-width: fit-content;
        padding: 8px 15px;
    }

    #gift-products::-webkit-scrollbar {
        height: 15px;
    }

    #gift-products::-webkit-scrollbar-track {
        height: 3px;
        background: #F2F1EF;
        border-radius: 50px;
    }
    
    #gift-products::-webkit-scrollbar-thumb {
        background: #000000;
        border-radius: 50px;
    }

    .gift-box .gift-product {
        width: 100%!important;
    }

}

.modal#referral_signup .modal-body {
    background: url('/images/referral/modal-background.png') no-repeat top center;
    background-size: 100%;
}

.modal#referral_signup .modal-body p {
    color: #C18C28;
}

.modal#referral_signup .modal-body a {
    background: linear-gradient(35deg, #DCB53B, #c08616, #BB8114);
    border: none;
    border-radius: 100px;
    box-shadow: inset 0 -2px rgb(0 0 0 / 25%);
}

.password-toggle {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 26px;
    text-align: center;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    text-decoration: none;
}

.password-toggle:hover {
    color: #000;
}