/** Shopify CDN: Minification failed

Line 2617:4 Unexpected ".5"
Line 2625:4 Unexpected ".5"
Line 2633:4 Unexpected ".5"
Line 2641:4 Unexpected ".5"
Line 2761:5 Unexpected ".5"
Line 2771:5 Unexpected ".5"
Line 2781:5 Unexpected ".5"
Line 2791:5 Unexpected ".5"
Line 2939:5 Unexpected ".5"
Line 2949:5 Unexpected ".5"
... and 50 more hidden warnings

**/
ponent body.is-active {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/* **** Header **** */
.top-header {
    padding: 1rem 0;
}

.rightpart a {
    width: 34px;
    height: 34px;
}


@media screen and (max-width: 991px) {
    .top-header ul {
        align-items: flex-end;
    }
}

.top-header ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header .navbar-brand {
    padding: 0;
    margin: 0;
}

.top-header .navbar-brand img {
    max-width: 100%;
}

.top-header .rating-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-header .rating-box h5 {
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.9px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fbba00;
    margin: 0;
}

.top-header .rating-box h6 {
    margin: 0;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}

.top-header .rating-box h6 span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 2px;
}

.top-header .search-box {
    width: 499px;
    position: relative;
}

.top-header .search-box .form-control {
    color: #9b9b9b;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13px 60px 12px 20px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    outline: none;
}

.top-header .search-box .form-control::placeholder {
    color: #9b9b9b;
}

.top-header .search-box button {
    background: transparent;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.top-header .webwinkelkeur-img img {
    max-width: 100%;
}

.top-header .rightpart {
    display: flex;
    align-items: center;
    gap: 16px;
}

.top-header .rightpart a {
    display: block;
    position: relative;
}

.top-header .rightpart a img {
    max-width: 100%;
}

.top-header .rightpart a span {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    background: #fbba00;
    height: 20px;
    width: 20px;
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-links {
    background-color: #f1f1f1;
    position: relative;
    z-index: var(--z-index-sticky-element);
}

.dropoverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    z-index: var(--z-index-base);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropoverlay.active {
    opacity: 0.4;
    visibility: visible;
}

.navbar-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-links .navbar-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.navbar-links .navbar-nav li .nav-link {
    color: #000;
    font-family: "Zilla Slab";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 18px 14px 18px 0;
    position: relative;
}

.navbar-links .navbar-nav li.dropdown .nav-link:after {
    display: none;
}

.navbar-links .navbar-nav li.dropdown .nav-link:before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    top: 55%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.navbar-links .navbar-nav li.dropdown .dropdown-menu {
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background: #f1f1f1;
    padding: 0;
    overflow: hidden;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    top: 100% !important;
}

.navbar-links .navbar-nav li.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.navbar-links .navbar-nav li.dropdown .dropdown-menu .dropdown-item {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding: 8px 15px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-links .navbar-nav li.dropdown .dropdown-menu .dropdown-item:hover {
    background: #000;
    color: #fff;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown {
    position: static;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu {
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 55px 0;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-block h3 {
    color: #000;
    font-family: "Zilla Slab";
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    margin: 0 0 15px;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-block ul {
    margin: 0 0 24px;
    min-height: 200px;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-block ul li a {
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-block a.drop-bottom-btn {
    color: #fb5a00;
    font-family: "Zilla Slab";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: end;
    gap: 5px;
    padding-top: 40px;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-carekit-box {
    border-radius: 10px;
    background: #fff;
    padding: 20px 30px 25px;
    text-align: center;
    height: 100%;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-carekit-box .box-img img {
    max-width: 100%;
    margin: 0 auto;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-carekit-box h4 {
    color: #000;
    text-align: center;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 14px;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-carekit-box .carekit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 20px 10px;
    color: #fb5a00;
    font-family: "Zilla Slab";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto;
    gap: 8px;
    border-radius: 7px;
    border: 1px solid #fb5a00;
    background: #fff;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-soorten-box {
    border-radius: 10px;
    background: #fbba00;
    padding: 20px 30px 25px;
    text-align: center;
    height: 100%;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-soorten-box .box-img img {
    max-width: 100%;
    margin: 0 auto;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-soorten-box h4 {
    color: #000;
    text-align: center;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 14px;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-soorten-box .carekit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 8px 20px 10px;
    color: #fb5a00;
    font-family: "Zilla Slab";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 auto;
    gap: 8px;
    border-radius: 7px;
    border: 1px solid #fff;
    background: #fff;
}

.navbar-links .navbar-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar-links .navbar-right li a {
    color: #000;
    font-family: "Zilla Slab";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbar-links .navbar-right li a span {
    color: #3aa759;
    font-family: "Zilla Slab";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.navbar-links .navbar-right li h6 {
    margin: 0;
    border-radius: 7px;
    background: #000;
    padding: 6.5px 13.5px;
    color: #fff;
    font-family: "Zilla Slab";
    font-size: 15px;
    font-style: normal;
    font-weight: bolder;
    line-height: normal;
    text-transform: uppercase;
}

.navbar-links .navbar-right li h6 a {
    font-weight: 700;
}

.navbar-links .navbar-right li h6 span {
    color: #fbba00;
}

.review-title .btn-orange {
    font-weight: 400;
}

/* **** End Header **** */

/* **** Top Header Slider **** */
.header-slider .top-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-slider .top-slider .slider-box {
    padding: 18px 0 20px;
}

.header-slider .top-slider .slider-box h6 {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #000;
    font-family: "Poppins";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-left: 15px;
    position: relative;
}

.header-slider .top-slider .slider-box h6:before {
    position: absolute;
    content: "";
    top: 50%;
    background-image: url("/cdn/shop/files/check-icon.svg?v=1717136575");
    height: 10px;
    width: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header-slider .top-slider .slider-box h6 a {
    color: #000;
    text-decoration: underline;
}

.header-slider .top-slider .slider-box h6 img {
    max-width: 100%;
}

/* **** End Top Header Slider **** */

/* **** Alert Info ***** */
.alert-info {
    background: #fb5a00;
}

.alert-info .info-box {
    position: relative;
    padding: 6px 24px 8px;
}

.alert-info .info-box h6 {
    margin: 0;
    color: #fff;
    text-align: center;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.alert-info .info-box a {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/* **** End Alert Info ***** */

/* **** Review **** */
.review-wrp {
    margin: 120px 0 0;
    padding: 95px 0 93px;
    background-color: #f1f1f1;
}

.review-wrp .review-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}

.review-wrp .review-title h2 {
    color: #000;
    font-family: "Zilla Slab";
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.review-wrp .review-slider .slick-track {
    display: flex !important;
}

.review-wrp .review-slider .slick-list {
    margin: 0 -15px;
}

.review-wrp .review-slider .slick-slide {
    padding: 0 15px;
    height: inherit !important;
}

.review-wrp .review-slider .slider-box {
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 25px 28px;
    height: 100%;
}

.review-wrp .review-slider .slider-box .rating {
    display: flex;
    align-items: center;
    gap: 1px;
    margin: 0 0 10px;
}

.review-wrp .review-slider .slider-box .rating img {
    max-width: 100%;
}

.review-wrp .review-slider .slider-box h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 12px;
}

.review-wrp .review-slider .slider-box h3 img {
    width: 17px;
    height: 17px;
    aspect-ratio: 1/1;
    border-radius: 100%;
    object-fit: cover;
}

.review-wrp .review-slider .slider-box h6 {
    color: #000;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px;
}

.review-wrp .review-slider .slider-box h6 span {
    color: #9b9b9b;
}

.review-wrp .review-slider .slider-box p {
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.review-wrp .review-slider .slick-dots {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -46px;
}

.review-wrp .review-slider .slick-dots li {
    line-height: 0;
}

.review-wrp .review-slider .slick-dots li button {
    height: 13px;
    width: 13px;
    border: none;
    box-shadow: none;
    outline: none;
    font-size: 0;
    background-color: #d9d9d9;
    border-radius: 100%;
}

.review-wrp .review-slider .slick-dots li.slick-active button {
    background-color: #000000;
}

.review-wrp .review-slider-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 15px 0 0;
}

.review-wrp .review-slider-arrow button {
    border-radius: 52px;
    border: 1px solid #d8d8d8;
    background: #fff;
    width: 52px;
    height: 52px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-wrp .review-slider-arrow button:hover {
    background-color: #000000;
    color: #fff;
}

/* **** End Review **** */

/* **** Furniture Faq ***** */
.furniture-faq-wrp {
    padding: 90px 0 0;
}

.furniture-faq-wrp .faq-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 30px;
}

.furniture-faq-wrp .faq-title h2 {
    color: #000;
    font-family: "Zilla Slab";
    font-size: 32px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
}

.furniture-faq-wrp .accordion {
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}

.furniture-faq-wrp .accordion .accordion-item {
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    border: none;
    margin: 0 0 15px;
    position: relative;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.furniture-faq-wrp .accordion .accordion-item:last-child {
    margin: 0;
}

.furniture-faq-wrp .accordion .accordion-item .accordion-button {
    position: relative;
    border: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    color: #000;
    font-family: "Zilla Slab";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 18px 26px 21px;
}

.furniture-faq-wrp .accordion .accordion-item .accordion-button:after {
    display: none;
}

.furniture-faq-wrp .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f068";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    top: 50%;
    right: 20px;
    font-size: 20px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.furniture-faq-wrp .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f067";
}

.furniture-faq-wrp .accordion .accordion-item .accordion-body {
    padding: 0 26px 20px;
}

.furniture-faq-wrp .accordion .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 26px;
    font-family: "Poppins";
    font-weight: 400;
    margin: 0 0 15px;
    color: #222;
}

/* **** End Furniture Faq ***** */

/* **** Newsletter Signup Banner **** */
.newsletter-signup-banner {
    padding: 0 0 95px;
}

.newsletter-signup-banner .newsletter-signup-block {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #fbba00;
}

.newsletter-signup-banner .newsletter-signup-block .newsletter-left {
    background-image: url("/cdn/shop/files/beeld-bg.png?v=1750228905");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 393px;
    width: 393px;
    max-width: 100%;
    height: 227px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.newsletter-signup-banner .newsletter-signup-block .newsletter-left h2 {
    color: #fff;
    text-align: center;
    font-family: "Zilla Slab";
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
}

.newsletter-signup-banner .newsletter-signup-block .newsletter-left h2 span {
    color: #000;
}

.newsletter-signup-banner .newsletter-signup-block .newsletter-form {
    width: 100%;
    padding: 40px 70px;
    max-width: 100%;
}

.newsletter-signup-banner .newsletter-signup-block .newsletter-form h6 {
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 15px;
}

.newsletter-signup-banner .newsletter-signup-block .newsletter-form h6 b {
    font-weight: 700;
}

.newsletter-signup-banner .newsletter-signup-block .newsletter-form form {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0 0 15px;
    width: 100%;
}

.newsletter-signup-banner .newsletter-signup-block .newsletter-form form .form-group {
    width: 100%;
}

.newsletter-signup-banner .newsletter-signup-block .newsletter-form form .form-group .form-control {
    color: #9b9b9b;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    outline: none;
    border: none;
}

.newsletter-signup-banner .newsletter-signup-block .newsletter-form form button {
    width: 210px;
    min-width: 210px;
    border: none;
}

.newsletter-signup-banner .newsletter-signup-block .newsletter-form p {
    color: #987100;
    font-family: "Poppins";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.newsletter-signup-banner .newsletter-signup-block .newsletter-form p a {
    text-decoration: underline;
    color: #987100;
}

.newsletter-signup-banner .newsletter-form .h-captcha {
    display: none;
}

/* **** End Newsletter Signup Banner **** */

/* **** Collections ***** */
.product-wrpper .product-titlebar {
    margin: 0 0 24px;
}

/* **** End Collections ***** */

/* **** Product **** */
.product-overview-wrp {
    padding: 12px 0 40px;
}



.product-overview-wrp .overview-title {
    margin: 0 0 12px;
}

.product-overview-wrp .overview-title h3 {
    color: #000;
    font-family: "Zilla Slab";
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    margin: 10px 0 10px;
}

.product-overview-wrp .overview-title h6 {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #9b9b9b;
    font-family: "Poppins";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    cursor: pointer;
}

.product-overview-wrp .overview-title h6 span {
    display: flex;
    align-items: center;
    gap: 1px;
}

.product-overview-wrp .overview-title h6 span img {
    max-width: 100%;
}

.overview-product-slider .product-slider-for {
    border-radius: 10px;
    margin: 0 0 20px;
}

.overview-product-slider .slider-box {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.overview-product-slider .slider-box img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#wwkSidebarPopupMobile {
    z-index: 9 !important;
}

.overview-product-slider button.slick-prev.slick-arrow,
.overview-product-slider button.slick-next.slick-arrow {
    position: absolute;
    left: 0;
    font-size: 0;
    font-weight: 0;
    border: none;
    box-shadow: none;
    outline: none;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.overview-product-slider button.slick-next.slick-arrow {
    left: auto;
    right: 0;
}

.overview-product-slider button.slick-prev.slick-arrow:before,
.overview-product-slider button.slick-next.slick-arrow:before {
    position: absolute;
    content: "\f053";
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
    left: 0;
    font-size: 20px;
    color: #000;
    width: 41px;
    height: 41px;
    border-radius: 41px;
    border: 1px solid #d8d8d8;
    background: #fff;
    box-shadow: 0 5px 30px #0000001a;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.overview-product-slider button.slick-next.slick-arrow:before {
    content: "\f054";
    left: auto;
    right: 0;
}

.overview-product-slider .product-slider-nav .slick-track {
    margin-left: 0;
}

.overview-product-slider .product-slider-nav .slider-box {
    width: 127px;
    aspect-ratio: 1 / 1;
    border: 1px solid #adadad;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.overview-product-slider .product-slider-nav .slider-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.overview-product-slider .product-slider-nav .slick-list {
    margin: 0 -10px;
}

.overview-product-slider .product-slider-nav .slick-slide {
    padding: 0 10px;
    opacity: 0.4;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.overview-product-slider .product-slider-nav .slick-slide.slick-current {
    opacity: 1;
}

/* **** End Product **** */

.product-overview-block {
    border-radius: 10px;
    background: #f1f1f1;
    padding: 30px;
    border-radius: 12px !important;
    margin: 0 0 40px;
}

.product-overview-block .stoelen-label {
    margin: 0 0 35px;
}

.product-overview-block .stoelen-label h6 {
    color: #fff;
    font-family: "Zilla Slab";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 7px;
    background: #000;
    width: fit-content;
    margin: 0;
}

.product-overview-block .stoelen-label h6 span {
    color: #fbba00;
}

.product-overview-block .product-price {
    margin: 0 0 24px;
}

.product-overview-block .product-price .original-price {
    color: #434141;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 5px;
}

.product-overview-block .product-price .original-price b {
    position: relative;
    display: inline-block;
}

.product-overview-block .product-price .original-price b::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 115%;
    height: 1px;
    background: red;
    transform: rotate(355deg);
    pointer-events: none;
}

.product-overview-block .product-price .discount-label {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fb5a00;
    font-family: "Poppins";
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
}

.product-overview-block .product-price .discount-label .ps_text {
    padding: 0;
    background: transparent;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
}

.product-overview-block .product-price .discount-label .discount-amount {
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 7px;
    background: #fb5a00;
    padding: 3px 13px;
}









.product-overview-block2 .product-price .original-price b {
    position: relative;
    display: inline-block;
}

.product-overview-block2 .product-price .original-price b::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 115%;
    height: 1px;
    background: red;
    transform: rotate(355deg);
    pointer-events: none;
}

.product-overview-block2 .product-price .discount-label {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fb5a00;
    font-family: "Poppins";
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
}








.product-overview-block .color-selector {
    margin: 0 0 22px;
}

.product-overview-block .color-selector label {
    color: #000;
    font-family: "Zilla Slab";
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px;
}

.bootstrap-select>.dropdown-toggle {
    padding: 0;
    background-color: transparent;
}

.product-overview-block .color-selector .bootstrap-select>.dropdown-toggle {
    box-shadow: none;
    outline: none;
    border-radius: 10px;
    border: none;
}

/* .product-overview-block .color-selector .bootstrap-select>.dropdown-toggle{
 color: #000;
 font-family: "Poppins";
 font-size: 15px;
 font-style: normal;
 font-weight: 400;
 line-height: 30px;
 box-shadow: none;
 outline: none;
 border-radius: 10px;
 border: 1px solid #d8d8d8;
 background: #fff;
 height: 65px;
 padding: 8px 20px;
 position: relative;
} */
.product-overview-block .color-selector .bootstrap-select .dropdown-toggle:focus,
.product-overview-block .color-selector .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    outline: 0 auto -webkit-focus-ring-color !important;
    outline-offset: 0 !important;
}

.product-overview-block .color-selector .bootstrap-select>.dropdown-toggle .image-item {
    position: relative;
}

.product-overview-block .color-selector .bootstrap-select>.dropdown-toggle .image-item:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 8px;
    border-radius: 10px 0px 0px 10px;
    background: #965C59;
    left: 0;
    top: 0;
    bottom: 0;
}

.product-overview-block .color-selector .bootstrap-select .dropdown-toggle .image-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
    height: 65px;
    padding: 8px 20px;
    position: relative;
}

.product-overview-block .color-selector .bootstrap-select .dropdown-toggle .image-item img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.product-overview-block .color-selector .dropdown-toggle::after {
    display: none;
}

.product-overview-block .color-selector .dropdown-menu {
    border-radius: 10px;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 0;
    overflow: hidden;
}

.product-overview-block .color-selector .dropdown-menu li a {
    padding: 10px 15px;
    text-decoration: unset;
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.product-overview-block .color-selector .dropdown-menu li a .text {
    display: block;
}

.product-overview-block .color-selector .dropdown-menu li a .image-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: "Poppins";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

/* .product-overview-block .color-selector .dropdown-menu li a.dropdown-item.active{
 background-color:#fb5a00;
 color: #fff;
} */
.product-overview-block .color-selector .bootstrap-select>.dropdown-toggle .image-item,
.product-overview-block .order-block .quantity-block select.form-control {
    background-image: url("/cdn/shop/files/arrow-down.svg?v=1717136575");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center right 10px;
}

.product-overview-block .protection-option {
    margin: 0 0 22px;
}

.product-overview-block .protection-option h6 {
    color: #000;
    font-family: "Zilla Slab";
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 10px;
}

.product-overview-block .protection-option input {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
    border: none;
}

.product-overview-block .protection-option label {
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
    padding: 20px 20px 20px 55px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #000;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
    position: relative;
}

.product-overview-block .protection-option label span {
    color: #fb5a00;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    display: block;
    margin: 4px 0 0;
}

.product-overview-block .protection-option label:before {
    position: absolute;
    content: "";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    left: 20px;
    top: 20px;
    height: 22px;
    width: 22px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.product-overview-block .protection-option input:checked+label:before {
    background: #fb5a00;
    border-color: #fb5a00;
    content: "\f00c";
}

.product-overview-block .note-info-block {
    margin: 0 0 24px;
}

.product-overview-block .note-info-block p {
    color: #000;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.product-overview-block .note-info-block p i {
    color: #fbba00;
    font-size: 16px;
    margin-right: 5px;
}

.product-overview-block .note-info-block p b {
    font-weight: 600;
}

.product-overview-block .order-block .quantity-block {
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-overview-block .order-block .quantity-block .form-control {
    color: #000;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    background: #fff;
    box-shadow: none;
    outline: none;
    padding: 10px 22px;
    min-width: 76px;
}

.product-overview-block .order-block .quantity-block .btn-primary {
    width: 100%;
    border: none;
}

.product-overview-block .order-block h6 {
    color: #3aa759;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
}

.product-overview-block .protection-option .form-group {
    position: relative;
}

.product-description {
    margin: 0 0 20px;
}

.product-description ul li {
    color: #000;
    font-family: "Zilla Slab";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: normal;
    margin: 0 0 10px;
    position: relative;
    padding-left: 20px;
}

.product-description ul li:last-child {
    margin: 0;
}

.product-description ul li:before {
    position: absolute;
    content: "";
    background-image: url("https://www.demeubelimporteur.nl/cdn/shop/files/green-check-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
    width: 11.25px;
    height: 10px;
}

.product-payment-info {
    margin: 0 0 40px;
}

.product-payment-info img {
    max-width: 100%;
}

.product-payment-info ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-around;
}

.question-chat-box {
    border-radius: 10px;
    background: rgba(58, 167, 89, 0.1);
    display: flex;
    align-items: center;
    gap: 26px;
    padding: 20px 30px;
}

.question-chat-box img {
    max-width: 100%;
}

.question-chat-box h3 {
    color: #000;
    font-family: "Zilla Slab";
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.question-chat-box p {
    color: #000;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    margin: 0;
}

.question-chat-box a {
    color: #3aa759;
    font-family: "Poppins";
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    text-decoration: underline;
}

.mobile-navbar-drawer {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: var(--z-index-sticky-element);
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mobile-navbar-drawer.is-active {
    left: 0;
}

.drawer-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 10px 20px 20px;
}

.drawer-title .back-drawer-btn {
    font-size: 20px;
    color: #000;
    display: block;
    padding: 0;
    margin: 0;
}

.drawer-title h2 {
    color: #000;
    font-family: "Zilla Slab";
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.drawer-title button.close-drawer-btn {
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

.drawer-navbar-nav .navbar-nav li .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 10px 20px 20px;
    text-decoration: none;
    border: none;
    background: transparent;
    width: 100%;
}

.drawer-navbar-nav .navbar-nav li .nav-link i {
    font-size: 20px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drawer-navbar-nav .navbar-nav li:nth-last-child(2) a {
    border: none;
    color: #3aa759;
}

.drawer-navbar-nav .navbar-nav li:last-child a {
    border: none;
    background-color: #fbba00;
    font-weight: 600;
}

.drawer-navbar-nav .account-block h3 {
    color: #000;
    font-family: "Zilla Slab";
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid #d8d8d8;
    padding: 32px 20px 28px;
    margin: 0;
}

.drawer-navbar-nav .account-block ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
    text-decoration: none;
}

.drawer-navbar-nav .reviews-info {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.drawer-navbar-nav .reviews-info .rating-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.drawer-navbar-nav .reviews-info .rating-box h5 {
    color: #000;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.9px;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #fbba00;
    margin: 0;
}

.drawer-navbar-nav .reviews-info .rating-box h6 {
    margin: 0;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
}

.drawer-navbar-nav .reviews-info .rating-box h6 span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 2px;
}

.drawer-navbar-nav .reviews-info .webwinkelkeur-img img {
    max-width: 100%;
}

.drawer-navbar-nav .inner-navbar-nav-drawer {
    position: fixed;
    left: -100%;
    bottom: 0;
    background: #f1f1f1;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: var(--z-index-sticky-element);
    overflow: hidden;
    overflow-y: auto;
}

.drawer-navbar-nav .inner-navbar-nav-drawer.is-active {
    left: 0;
}

.drawer-navbar-nav .inner-navbar-nav-drawer li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 10px 20px 20px;
    text-decoration: none;
}

.drawer-navbar-nav .inner-navbar-nav-drawer li:nth-last-child(2) a {
    border-bottom: 1px solid #d8d8d8;
    color: #000000;
}

.drawer-navbar-nav .inner-navbar-nav-drawer li:last-child a {
    border: none;
    background-color: transparent;
    font-weight: 400;
}

.inner-navbar-nav-drawer .drop-soorten-box {
    background-color: #fbba00;
    padding: 32px 0 38px 22px;
    position: relative;
    overflow: hidden;
}

.inner-navbar-nav-drawer .drop-soorten-box h4 {
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    max-width: 205px;
    margin: 0 0 14px;
}

.inner-navbar-nav-drawer .drop-soorten-box .carekit-btn {
    color: #fb5a00;
    font-family: "Zilla Slab";
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    padding: 8px 15px 10px;
    border-radius: 7px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}

.inner-navbar-nav-drawer .drop-soorten-box .box-img {
    position: absolute;
    right: -65px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.inner-navbar-nav-drawer .drop-soorten-box .box-img img {
    max-width: 100%;
}

.inner-navbar-nav-drawer .bottom-btn {
    padding: 20px 20px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    border-top: 1px solid #d8d8d8;
    color: #fb5a00;
    font-family: "Zilla Slab";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.inner-navbar-nav-drawer .drop-carekit-block {
    padding: 43px 20px 20px;
}

.inner-navbar-nav-drawer .drop-carekit-block .drop-carekit-box {
    border-radius: 10px;
    background: #fff;
    padding: 21px 25px;
    gap: 20px;
    display: flex;
    align-items: flex-start;
}

.inner-navbar-nav-drawer .drop-carekit-block .drop-carekit-box .box-img {
    width: 72px;
    height: 72px;
    aspect-ratio: 1/1;
}

.inner-navbar-nav-drawer .drop-carekit-block .drop-carekit-box .box-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.inner-navbar-nav-drawer .drop-carekit-block .drop-carekit-box h4 {
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 14px;
}

.inner-navbar-nav-drawer .drop-carekit-block .drop-carekit-box .carekit-btn {
    color: #fb5a00;
    font-family: "Zilla Slab";
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 8px 20px 10px;
    border-radius: 7px;
    border: 1px solid #fb5a00;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
}


.btn-filter.btn-orange {
    display: none;
    border: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 0 32px;
}

.reviews-block .review-box:last-child {
    border: none;
    margin: 0;
}

/* **** Product Usp ***** */
.product-usp-slider {
    border-radius: 30px;
    background: #FFF5D9;
    margin: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.product-usp-slider .slider-box {
    padding: 18px 10px 20px;
}

.product-usp-slider .slider-box h6 {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #000;
    font-family: "Poppins";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    padding-left: 15px;
    position: relative;
}

.product-usp-slider .slider-box h6:before {
    position: absolute;
    content: "";
    top: 50%;
    background-image: url("/cdn/shop/files/check-icon.svg?v=1717136575");
    height: 10px;
    width: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.product-usp-slider .slider-box h6 a {
    color: #000;
    text-decoration: underline;
}

.product-usp-slider .slider-box h6 img {
    max-width: 100%;
}

/* **** End Product Usp ***** */



.color-selector .dropdown .dropdown-toggle {
    display: block;
    width: 100%;
    color: #000;
    font-family: "Poppins";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    background-color: #fff;
    height: 65px;
    padding: 8px 20px;
    position: relative;
    background-image: url('/cdn/shop/files/arrow-down.svg?v=1717136575');
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center right 15px;
}

.color-selector .dropdown .dropdown-toggle:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 8px;
    border-radius: 10px 0px 0px 10px;
    background: #965C59;
    left: 0;
    top: 0;
    bottom: 0;
}

.color-selector .dropdown .dropdown-toggle .item-image {
    display: flex;
    align-items: center;
    gap: 10px;
}

.color-selector .dropdown .dropdown-menu {
    width: 100%;
    padding: 0;
}

.product-overview-block .color-selector .dropdown-menu li a .item-image {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-overview-block .color-selector .dropdown-menu li a .item-image img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* Collection Page Redesign */
.facets-wrapper.filter-sidebar .facets__disclosure-vertical .facets__summary {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin: 0 !important;
}

.facets-wrapper.filter-sidebar .facets__disclosure-vertical .facets__summary-label {
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
}

.facets-container .facet-checkbox {
    font-family: "Poppins", sans-serif;
}

.facets__label .facet-checkbox__text-label {
    font-size: 13px !important;
    line-height: 20px;
}

.facets-container label.facets__label.facet-checkbox:before {
    border-radius: 4px !important;
}

.facets__disclosure-vertical .facets__summary-label .facets__selected,
.facet-checkbox__text-label span {
    display: none;
}

.active-facets.active-facets-desktop .facets__summary .icon-caret {
    height: 0.8rem;
}

.facets__summary .icon.icon-caret path {
    fill: #9b9b9b !important;
}


.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-carekit-box {
    background-color: transparent;
    /* background-image: url(/cdn/shop/files/desktop-head-bg1.jpg?v=1751884259); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 154px 30px 25px;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-soorten-box {
    background-color: transparent;
    /* background-image: url(/cdn/shop/files/desktop-head-bg2.jpg?v=1751884260); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 154px 30px 25px;
}

.inner-navbar-nav-drawer .drop-soorten-box {
    background-color: transparent;
    /* background-image: url(/cdn/shop/files/mobile-head-bg1.jpg?v=1751884261); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.inner-navbar-nav-drawer .drop-soorten-box .box-img {
    display: none;
}

.inner-navbar-nav-drawer .drop-carekit-block .drop-carekit-box {
    /* background-image: url(/cdn/shop/files/mobile-head-bg2.jpg?v=1751884260); */
    background-repeat: no-repeat;
    background-size: 370px;
    background-position: 0% 0;
    padding-left: 120px;
}

.inner-navbar-nav-drawer .drop-carekit-block .drop-carekit-box .box-img {
    display: none;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-carekit-box .box-img {
    display: none;
}

.product-form {
    display: block;
    width: 100%;
}

.product-form .product-form__submit {
    margin: 0;
}

.alert-info .info-box a img {
    filter: brightness(0) invert(5);
}

.alert-info .info-box a.arrow {
    display: contents;
    color: #FFF;
}

.product-box .description h6 {
    padding: 0;
    border: none;
    border-radius: 0;
}

.about-reviews-wrp {
    margin: 120px 0px 0px;
}

.product-wrpper .product-titlebar a {
    color: #000;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.product-box .box-img label {
    min-width: 150px !important;
    text-transform: uppercase;
}

.navbar-links .navbar-nav li.nav-item:hover .nav-link,
.navbar-links .navbar-nav li.nav-item:focus .nav-link {
    color: #fb5a00;
}

.navbar-links .navbar-nav li.dropdown:hover .nav-link:before {
    color: #fb5a00;
    content: "\f106";
}

/* By default, hide the new mobile-only button */
.product-overview-wrp .breadcrumb .breadcrumb-desktop {
    display: flex;
    gap: 13px;
    align-items: center;
}

.checkout-block .coll-page.product-box .box-img .main-tags {
    left: 10px !important;
    top: 10px;
}

.checkout-block .coll-page.product-box .box-img .main-tags label {
    min-width: 158px;
    font-size: 15px;
}

.navbar-links .navbar-nav li.dropdown .nav-link:last-child:before {
    display: none !important
}

.coll-page.product-box .box-img .main-tags {
    gap: 5px !important;
}

.navbar-links .navbar-right li h6 a {
    color: #FFF;
}



.overview-product-slider .slider-box img {
    border-radius: 10px;
}

.checkout-block .product-box .box-img {
    height: auto;
    aspect-ratio: 1 / 1;
}

.related-product-block .product-box .box-img {
    height: auto;
    aspect-ratio: 1 / 1;
}

.overview-product-slider button.slick-prev.slick-arrow {
    left: 15px;
}

.overview-product-slider button.slick-next.slick-arrow {
    right: 15px;
}

.product-description {
    padding: 0 30px;
}

.product-payment-info {
    padding: 0 30px;
}

.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-carekit-box,
.navbar-links .navbar-nav li.dropdown.mega-dropdown .dropdown-menu .drop-soorten-box {
    height: 288px;
    width: 291px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    z-index: 1;
}

.drop-block .col-md-3.col-sm-6:nth-child(2) {
    margin-left: auto;
}

.furniture-faq-wrp .accordion .accordion-item .accordion-body {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.overview-banner-detail .description .content {
    display: none;
}



.crisp-client .cc-1brb6[data-full-view=true] .cc-1yy0g .cc-1m2mf {
    bottom: 200px !important
}










/*  start custom tailwind classes */



/* Font size utility classes with CSS variables */

.text-xxs {
    font-size: var(--text-xxs);
    line-height: var(--text-xxs--line-height);
}

.text-xs {
    font-size: var(--text-xs);
    line-height: var(--text-xs--line-height);
}

.text-sm {
    font-size: var(--text-sm);
    line-height: var(--text-sm--line-height);
}

.text-base {
    font-size: var(--text-base);
    line-height: var(--text-base--line-height);
}

.text-lg {
    font-size: var(--text-lg);
    line-height: var(--text-lg--line-height);
}

.text-xl {
    font-size: var(--text-xl);
    line-height: var(--text-xl--line-height);
}

.text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--text-2xl--line-height);
}

.text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--text-3xl--line-height);
}

.text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--text-4xl--line-height);
}

.text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--text-5xl--line-height);
}

.text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--text-6xl--line-height);
}

.text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--text-7xl--line-height);
}

.text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--text-8xl--line-height);
}

.text-9xl {
    font-size: var(--text-9xl);
    line-height: var(--text-9xl--line-height);
}

/* Arbitrary font size utilities */
.text-\[var\(--[a-z0-9\-]+\)\] {
    font-size: var(--custom-property);
}


/* sm: Small devices (min-width: 640px) */
@media (min-width: 640px) {
    .sm\:text-xs {
        font-size: var(--text-xs);
        line-height: var(--text-xs--line-height);
    }

    .sm\:text-sm {
        font-size: var(--text-sm);
        line-height: var(--text-sm--line-height);
    }

    .sm\:text-base {
        font-size: var(--text-base);
        line-height: var(--text-base--line-height);
    }

    .sm\:text-lg {
        font-size: var(--text-lg);
        line-height: var(--text-lg--line-height);
    }

    .sm\:text-xl {
        font-size: var(--text-xl);
        line-height: var(--text-xl--line-height);
    }

    .sm\:text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--text-2xl--line-height);
    }

    .sm\:text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--text-3xl--line-height);
    }
}

/* md: Medium devices (min-width: 768px) */
@media (min-width: 768px) {
    .md\:text-xs {
        font-size: var(--text-xs);
        line-height: var(--text-xs--line-height);
    }

    .md\:text-sm {
        font-size: var(--text-sm);
        line-height: var(--text-sm--line-height);
    }

    .md\:text-base {
        font-size: var(--text-base);
        line-height: var(--text-base--line-height);
    }

    .md\:text-lg {
        font-size: var(--text-lg);
        line-height: var(--text-lg--line-height);
    }

    .md\:text-xl {
        font-size: var(--text-xl);
        line-height: var(--text-xl--line-height);
    }

    .md\:text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--text-2xl--line-height);
    }

    .md\:text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--text-3xl--line-height);
    }
}

/* lg: Large devices (min-width: 1024px) */
@media (min-width: 1024px) {
    .lg\:text-xs {
        font-size: var(--text-xs);
        line-height: var(--text-xs--line-height);
    }

    .lg\:text-sm {
        font-size: var(--text-sm);
        line-height: var(--text-sm--line-height);
    }

    .lg\:text-base {
        font-size: var(--text-base);
        line-height: var(--text-base--line-height);
    }

    .lg\:text-lg {
        font-size: var(--text-lg);
        line-height: var(--text-lg--line-height);
    }

    .lg\:text-xl {
        font-size: var(--text-xl);
        line-height: var(--text-xl--line-height);
    }

    .lg\:text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--text-2xl--line-height);
    }

    .lg\:text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--text-3xl--line-height);
    }
}

/* xl: Extra large (min-width: 1280px) */
@media (min-width: 1280px) {
    .xl\:text-xs {
        font-size: var(--text-xs);
        line-height: var(--text-xs--line-height);
    }

    .xl\:text-sm {
        font-size: var(--text-sm);
        line-height: var(--text-sm--line-height);
    }

    .xl\:text-base {
        font-size: var(--text-base);
        line-height: var(--text-base--line-height);
    }

    .xl\:text-lg {
        font-size: var(--text-lg);
        line-height: var(--text-lg--line-height);
    }

    .xl\:text-xl {
        font-size: var(--text-xl);
        line-height: var(--text-xl--line-height);
    }

    .xl\:text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--text-2xl--line-height);
    }

    .xl\:text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--text-3xl--line-height);
    }
}


.font-thin {
    font-weight: 100;
}

.font-extralight {
    font-weight: 200;
}

.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

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

.font-semibold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.font-extrabold {
    font-weight: 800;
}

.font-black {
    font-weight: 900;
}




:root {

    --text-xxs: 0.875rem;
    --text-xxs--line-height: 1.2;
    /* Text XS - 0.75rem (12px) */
    --text-xs: 0.75rem;
    --text-xs--line-height: 1.33;
    /* ≈ 1 / 0.75 */

    /* Text SM - 0.875rem (14px) */
    --text-sm: 0.875rem;
    --text-sm--line-height: 1.43;
    /* ≈ 1.25 / 0.875 */

    /* Text BASE - 1rem (16px) */
    --text-base: 1rem;
    --text-base--line-height: 1.5;
    /* 1.5 / 1 */

    /* Text LG - 1.125rem (18px) */
    --text-lg: 1.125rem;
    --text-lg--line-height: 1.56;
    /* ≈ 1.75 / 1.125 */

    /* Text XL - 1.25rem (20px) */
    --text-xl: 1.25rem;
    --text-xl--line-height: 1.4;
    /* ≈ 1.75 / 1.25 */

    /* Text 2XL - 1.5rem (24px) */
    --text-2xl: 1.5rem;
    --text-2xl--line-height: 1.33;
    /* 2 / 1.5 */

    /* Text 3XL - 1.875rem (30px) */
    --text-3xl: 1.875rem;
    --text-3xl--line-height: 1.2;
    /* 2.25 / 1.875 */

    /* Text 4XL - 2.25rem (36px) */
    --text-4xl: 2.25rem;
    --text-4xl--line-height: 1.11;
    /* ≈ 2.5 / 2.25 */

    /* Text 5XL - 3rem (48px) */
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    /* fixed */

    /* Text 6XL - 3.75rem (60px) */
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;

    /* Text 7XL - 4.5rem (72px) */
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;

    /* Text 8XL - 6rem (96px) */
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;

    /* Text 9XL - 8rem (128px) */
    --text-9xl: 8rem;
    --text-9xl--line-height: 1;
}



.m-0 {
    margin: 0;
}

.m-px {
    margin: 1px;
}

.m-0.5 {
    margin: 0.125rem;
}

.m-1 {
    margin: 0.25rem;
}

.m-1.5 {
    margin: 0.375rem;
}

.m-2 {
    margin: 0.5rem;
}

.m-2.5 {
    margin: 0.625rem;
}

.m-3 {
    margin: 0.75rem;
}

.m-3.5 {
    margin: 0.875rem;
}

.m-4 {
    margin: 1rem;
}

.m-5 {
    margin: 1.25rem;
}

.m-6 {
    margin: 1.5rem;
}

.m-7 {
    margin: 1.75rem;
}

.m-8 {
    margin: 2rem;
}

.m-9 {
    margin: 2.25rem;
}

.m-10 {
    margin: 2.5rem;
}

.m-11 {
    margin: 2.75rem;
}

.m-12 {
    margin: 3rem;
}

.m-14 {
    margin: 3.5rem;
}

.m-16 {
    margin: 4rem;
}

.m-20 {
    margin: 5rem;
}

.m-24 {
    margin: 6rem;
}

.m-28 {
    margin: 7rem;
}

.m-32 {
    margin: 8rem;
}

.m-36 {
    margin: 9rem;
}

.m-40 {
    margin: 10rem;
}

.m-44 {
    margin: 11rem;
}

.m-48 {
    margin: 12rem;
}

.m-52 {
    margin: 13rem;
}

.m-56 {
    margin: 14rem;
}

.m-60 {
    margin: 15rem;
}

.m-64 {
    margin: 16rem;
}

.m-72 {
    margin: 18rem;
}

.m-80 {
    margin: 20rem;
}

.m-96 {
    margin: 24rem;
}



.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.my-px {
    margin-top: 1px;
    margin-bottom: 1px;
}

.my-0.5 {
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.my-1.5 {
    margin-top: 0.375rem;
    margin-bottom: 0.375rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.my-2.5 {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.my-3.5 {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
}

.my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
}

.my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.my-36 {
    margin-top: 9rem;
    margin-bottom: 9rem;
}

.my-40 {
    margin-top: 10rem;
    margin-bottom: 10rem;
}

.my-44 {
    margin-top: 11rem;
    margin-bottom: 11rem;
}

.my-48 {
    margin-top: 12rem;
    margin-bottom: 12rem;
}

.my-52 {
    margin-top: 13rem;
    margin-bottom: 13rem;
}

.my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
}

.my-60 {
    margin-top: 15rem;
    margin-bottom: 15rem;
}

.my-64 {
    margin-top: 16rem;
    margin-bottom: 16rem;
}

.my-72 {
    margin-top: 18rem;
    margin-bottom: 18rem;
}

.my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
}

.my-96 {
    margin-top: 24rem;
    margin-bottom: 24rem;
}




.mx-0 {
    margin-left: 0;
    margin-right: 0;
}

.mx-px {
    margin-left: 1px;
    margin-right: 1px;
}

.mx-0.5 {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.mx-1.5 {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-2.5 {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mx-3.5 {
    margin-left: 0.875rem;
    margin-right: 0.875rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
}

.mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
}

.mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
}

.mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
}

.mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
}

.mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
}

.mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
}

.mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
}

.mx-44 {
    margin-left: 11rem;
    margin-right: 11rem;
}

.mx-48 {
    margin-left: 12rem;
    margin-right: 12rem;
}

.mx-52 {
    margin-left: 13rem;
    margin-right: 13rem;
}

.mx-56 {
    margin-left: 14rem;
    margin-right: 14rem;
}

.mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
}

.mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
}

.mx-72 {
    margin-left: 18rem;
    margin-right: 18rem;
}

.mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
}

.mx-96 {
    margin-left: 24rem;
    margin-right: 24rem;
}



.mt-0 {
    margin-top: 0;
}

.mt-px {
    margin-top: 1px;
}

.mt-0.5 {
    margin-top: 0.125rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mt-1.5 {
    margin-top: 0.375rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-2.5 {
    margin-top: 0.625rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-3.5 {
    margin-top: 0.875rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-9 {
    margin-top: 2.25rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-11 {
    margin-top: 2.75rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-24 {
    margin-top: 6rem;
}

.mt-28 {
    margin-top: 7rem;
}

.mt-32 {
    margin-top: 8rem;
}

.mt-36 {
    margin-top: 9rem;
}

.mt-40 {
    margin-top: 10rem;
}

.mt-44 {
    margin-top: 11rem;
}

.mt-48 {
    margin-top: 12rem;
}

.mt-52 {
    margin-top: 13rem;
}

.mt-56 {
    margin-top: 14rem;
}

.mt-60 {
    margin-top: 15rem;
}

.mt-64 {
    margin-top: 16rem;
}

.mt-72 {
    margin-top: 18rem;
}

.mt-80 {
    margin-top: 20rem;
}

.mt-96 {
    margin-top: 24rem;
}




.mr-0 {
    margin-right: 0;
}

.mr-px {
    margin-right: 1px;
}

.mr-0.5 {
    margin-right: 0.125rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.mr-1.5 {
    margin-right: 0.375rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-2.5 {
    margin-right: 0.625rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mr-3.5 {
    margin-right: 0.875rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mr-7 {
    margin-right: 1.75rem;
}

.mr-8 {
    margin-right: 2rem;
}

.mr-9 {
    margin-right: 2.25rem;
}

.mr-10 {
    margin-right: 2.5rem;
}

.mr-11 {
    margin-right: 2.75rem;
}

.mr-12 {
    margin-right: 3rem;
}

.mr-14 {
    margin-right: 3.5rem;
}

.mr-16 {
    margin-right: 4rem;
}

.mr-20 {
    margin-right: 5rem;
}

.mr-24 {
    margin-right: 6rem;
}

.mr-28 {
    margin-right: 7rem;
}

.mr-32 {
    margin-right: 8rem;
}

.mr-36 {
    margin-right: 9rem;
}

.mr-40 {
    margin-right: 10rem;
}

.mr-44 {
    margin-right: 11rem;
}

.mr-48 {
    margin-right: 12rem;
}

.mr-52 {
    margin-right: 13rem;
}

.mr-56 {
    margin-right: 14rem;
}

.mr-60 {
    margin-right: 15rem;
}

.mr-64 {
    margin-right: 16rem;
}

.mr-72 {
    margin-right: 18rem;
}

.mr-80 {
    margin-right: 20rem;
}

.mr-96 {
    margin-right: 24rem;
}




.mb-0 {
    margin-bottom: 0;
}

.mb-px {
    margin-bottom: 1px;
}

.mb-0.5 {
    margin-bottom: 0.125rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-1.5 {
    margin-bottom: 0.375rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-2.5 {
    margin-bottom: 0.625rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-3.5 {
    margin-bottom: 0.875rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-9 {
    margin-bottom: 2.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.mb-11 {
    margin-bottom: 2.75rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-14 {
    margin-bottom: 3.5rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-20 {
    margin-bottom: 5rem;
}

.mb-24 {
    margin-bottom: 6rem;
}

.mb-28 {
    margin-bottom: 7rem;
}

.mb-32 {
    margin-bottom: 8rem;
}

.mb-36 {
    margin-bottom: 9rem;
}

.mb-40 {
    margin-bottom: 10rem;
}

.mb-44 {
    margin-bottom: 11rem;
}

.mb-48 {
    margin-bottom: 12rem;
}

.mb-52 {
    margin-bottom: 13rem;
}

.mb-56 {
    margin-bottom: 14rem;
}

.mb-60 {
    margin-bottom: 15rem;
}

.mb-64 {
    margin-bottom: 16rem;
}

.mb-72 {
    margin-bottom: 18rem;
}

.mb-80 {
    margin-bottom: 20rem;
}

.mb-96 {
    margin-bottom: 24rem;
}




.ml-0 {
    margin-left: 0;
}

.ml-px {
    margin-left: 1px;
}

.ml-0.5 {
    margin-left: 0.125rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.ml-1.5 {
    margin-left: 0.375rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-2.5 {
    margin-left: 0.625rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-3.5 {
    margin-left: 0.875rem;
}

.ml-4 {
    margin-left: 1rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.ml-7 {
    margin-left: 1.75rem;
}

.ml-8 {
    margin-left: 2rem;
}

.ml-9 {
    margin-left: 2.25rem;
}

.ml-10 {
    margin-left: 2.5rem;
}

.ml-11 {
    margin-left: 2.75rem;
}

.ml-12 {
    margin-left: 3rem;
}

.ml-14 {
    margin-left: 3.5rem;
}

.ml-16 {
    margin-left: 4rem;
}

.ml-20 {
    margin-left: 5rem;
}

.ml-24 {
    margin-left: 6rem;
}

.ml-28 {
    margin-left: 7rem;
}

.ml-32 {
    margin-left: 8rem;
}

.ml-36 {
    margin-left: 9rem;
}

.ml-40 {
    margin-left: 10rem;
}

.ml-44 {
    margin-left: 11rem;
}

.ml-48 {
    margin-left: 12rem;
}

.ml-52 {
    margin-left: 13rem;
}

.ml-56 {
    margin-left: 14rem;
}

.ml-60 {
    margin-left: 15rem;
}

.ml-64 {
    margin-left: 16rem;
}

.ml-72 {
    margin-left: 18rem;
}

.ml-80 {
    margin-left: 20rem;
}

.ml-96 {
    margin-left: 24rem;
}

.items-center {
    align-items: center;
}

.bg-light-dmi {
    border-top: 1px solid #e9ecef;
    background: #f1f1f1;
}

.text-dmi {
    color: #fb5a00;
}




.p-0 {
    padding: 0px;
}

.p-px {
    padding: 1px;
}

.p-0.5 {
    padding: 0.125rem;
    /* 2px */
}

.p-1 {
    padding: 0.25rem;
    /* 4px */
}

.p-1.5 {
    padding: 0.375rem;
    /* 6px */
}

.p-2 {
    padding: 0.5rem;
    /* 8px */
}

.p-2.5 {
    padding: 0.625rem;
    /* 10px */
}

.p-3 {
    padding: 0.75rem;
    /* 12px */
}

.p-3.5 {
    padding: 0.875rem;
    /* 14px */
}

.p-4 {
    padding: 1rem;
    /* 16px */
}

.p-5 {
    padding: 1.25rem;
    /* 20px */
}

.p-6 {
    padding: 1.5rem;
    /* 24px */
}

.p-7 {
    padding: 1.75rem;
    /* 28px */
}

.p-8 {
    padding: 2rem;
    /* 32px */
}

.p-9 {
    padding: 2.25rem;
    /* 36px */
}

.p-10 {
    padding: 2.5rem;
    /* 40px */
}

.p-11 {
    padding: 2.75rem;
    /* 44px */
}

.p-12 {
    padding: 3rem;
    /* 48px */
}

.p-14 {
    padding: 3.5rem;
    /* 56px */
}

.p-16 {
    padding: 4rem;
    /* 64px */
}

.p-20 {
    padding: 5rem;
    /* 80px */
}

.p-24 {
    padding: 6rem;
    /* 96px */
}

.p-28 {
    padding: 7rem;
    /* 112px */
}

.p-32 {
    padding: 8rem;
    /* 128px */
}

.p-36 {
    padding: 9rem;
    /* 144px */
}

.p-40 {
    padding: 10rem;
    /* 160px */
}

.p-44 {
    padding: 11rem;
    /* 176px */
}

.p-48 {
    padding: 12rem;
    /* 192px */
}

.p-52 {
    padding: 13rem;
    /* 208px */
}

.p-56 {
    padding: 14rem;
    /* 224px */
}

.p-60 {
    padding: 15rem;
    /* 240px */
}

.p-64 {
    padding: 16rem;
    /* 256px */
}

.p-72 {
    padding: 18rem;
    /* 288px */
}

.p-80 {
    padding: 20rem;
    /* 320px */
}

.p-96 {
    padding: 24rem;
    /* 384px */
}


.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-px {
    padding-left: 1px;
    padding-right: 1px;
}

.px-0.5 {
    padding-left: 0.125rem;
    /* 2px */
    padding-right: 0.125rem;
    /* 2px */
}

.px-1 {
    padding-left: 0.25rem;
    /* 4px */
    padding-right: 0.25rem;
    /* 4px */
}

.px-1.5 {
    padding-left: 0.375rem;
    /* 6px */
    padding-right: 0.375rem;
    /* 6px */
}

.px-2 {
    padding-left: 0.5rem;
    /* 8px */
    padding-right: 0.5rem;
    /* 8px */
}

.px-2.5 {
    padding-left: 0.625rem;
    /* 10px */
    padding-right: 0.625rem;
    /* 10px */
}

.px-3 {
    padding-left: 0.75rem;
    /* 12px */
    padding-right: 0.75rem;
    /* 12px */
}

.px-3.5 {
    padding-left: 0.875rem;
    /* 14px */
    padding-right: 0.875rem;
    /* 14px */
}

.px-4 {
    padding-left: 1rem;
    /* 16px */
    padding-right: 1rem;
    /* 16px */
}

.px-5 {
    padding-left: 1.25rem;
    /* 20px */
    padding-right: 1.25rem;
    /* 20px */
}

.px-6 {
    padding-left: 1.5rem;
    /* 24px */
    padding-right: 1.5rem;
    /* 24px */
}

.px-7 {
    padding-left: 1.75rem;
    /* 28px */
    padding-right: 1.75rem;
    /* 28px */
}

.px-8 {
    padding-left: 2rem;
    /* 32px */
    padding-right: 2rem;
    /* 32px */
}

.px-9 {
    padding-left: 2.25rem;
    /* 36px */
    padding-right: 2.25rem;
    /* 36px */
}

.px-10 {
    padding-left: 2.5rem;
    /* 40px */
    padding-right: 2.5rem;
    /* 40px */
}

.px-11 {
    padding-left: 2.75rem;
    /* 44px */
    padding-right: 2.75rem;
    /* 44px */
}

.px-12 {
    padding-left: 3rem;
    /* 48px */
    padding-right: 3rem;
    /* 48px */
}

.px-14 {
    padding-left: 3.5rem;
    /* 56px */
    padding-right: 3.5rem;
    /* 56px */
}

.px-16 {
    padding-left: 4rem;
    /* 64px */
    padding-right: 4rem;
    /* 64px */
}

.px-20 {
    padding-left: 5rem;
    /* 80px */
    padding-right: 5rem;
    /* 80px */
}

.px-24 {
    padding-left: 6rem;
    /* 96px */
    padding-right: 6rem;
    /* 96px */
}

.px-28 {
    padding-left: 7rem;
    /* 112px */
    padding-right: 7rem;
    /* 112px */
}

.px-32 {
    padding-left: 8rem;
    /* 128px */
    padding-right: 8rem;
    /* 128px */
}

.px-36 {
    padding-left: 9rem;
    /* 144px */
    padding-right: 9rem;
    /* 144px */
}

.px-40 {
    padding-left: 10rem;
    /* 160px */
    padding-right: 10rem;
    /* 160px */
}

.px-44 {
    padding-left: 11rem;
    /* 176px */
    padding-right: 11rem;
    /* 176px */
}

.px-48 {
    padding-left: 12rem;
    /* 192px */
    padding-right: 12rem;
    /* 192px */
}

.px-52 {
    padding-left: 13rem;
    /* 208px */
    padding-right: 13rem;
    /* 208px */
}

.px-56 {
    padding-left: 14rem;
    /* 224px */
    padding-right: 14rem;
    /* 224px */
}

.px-60 {
    padding-left: 15rem;
    /* 240px */
    padding-right: 15rem;
    /* 240px */
}

.px-64 {
    padding-left: 16rem;
    /* 256px */
    padding-right: 16rem;
    /* 256px */
}

.px-72 {
    padding-left: 18rem;
    /* 288px */
    padding-right: 18rem;
    /* 288px */
}

.px-80 {
    padding-left: 20rem;
    /* 320px */
    padding-right: 20rem;
    /* 320px */
}

.px-96 {
    padding-left: 24rem;
    /* 384px */
    padding-right: 24rem;
    /* 384px */
}


.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-px {
    padding-top: 1px;
    padding-bottom: 1px;
}

.py-0.5 {
    padding-top: 0.125rem;
    /* 2px */
    padding-bottom: 0.125rem;
    /* 2px */
}

.py-1 {
    padding-top: 0.25rem;
    /* 4px */
    padding-bottom: 0.25rem;
    /* 4px */
}

.py-1.5 {
    padding-top: 0.375rem;
    /* 6px */
    padding-bottom: 0.375rem;
    /* 6px */
}

.py-2 {
    padding-top: 0.5rem;
    /* 8px */
    padding-bottom: 0.5rem;
    /* 8px */
}

.py-2.5 {
    padding-top: 0.625rem;
    /* 10px */
    padding-bottom: 0.625rem;
    /* 10px */
}

.py-3 {
    padding-top: 0.75rem;
    /* 12px */
    padding-bottom: 0.75rem;
    /* 12px */
}

.py-3.5 {
    padding-top: 0.875rem;
    /* 14px */
    padding-bottom: 0.875rem;
    /* 14px */
}

.py-4 {
    padding-top: 1rem;
    /* 16px */
    padding-bottom: 1rem;
    /* 16px */
}

.py-5 {
    padding-top: 1.25rem;
    /* 20px */
    padding-bottom: 1.25rem;
    /* 20px */
}

.py-6 {
    padding-top: 1.5rem;
    /* 24px */
    padding-bottom: 1.5rem;
    /* 24px */
}

.py-7 {
    padding-top: 1.75rem;
    /* 28px */
    padding-bottom: 1.75rem;
    /* 28px */
}

.py-8 {
    padding-top: 2rem;
    /* 32px */
    padding-bottom: 2rem;
    /* 32px */
}

.py-9 {
    padding-top: 2.25rem;
    /* 36px */
    padding-bottom: 2.25rem;
    /* 36px */
}

.py-10 {
    padding-top: 2.5rem;
    /* 40px */
    padding-bottom: 2.5rem;
    /* 40px */
}

.py-11 {
    padding-top: 2.75rem;
    /* 44px */
    padding-bottom: 2.75rem;
    /* 44px */
}

.py-12 {
    padding-top: 3rem;
    /* 48px */
    padding-bottom: 3rem;
    /* 48px */
}

.py-14 {
    padding-top: 3.5rem;
    /* 56px */
    padding-bottom: 3.5rem;
    /* 56px */
}

.py-16 {
    padding-top: 4rem;
    /* 64px */
    padding-bottom: 4rem;
    /* 64px */
}

.py-20 {
    padding-top: 5rem;
    /* 80px */
    padding-bottom: 5rem;
    /* 80px */
}

.py-24 {
    padding-top: 6rem;
    /* 96px */
    padding-bottom: 6rem;
    /* 96px */
}

.py-28 {
    padding-top: 7rem;
    /* 112px */
    padding-bottom: 7rem;
    /* 112px */
}

.py-32 {
    padding-top: 8rem;
    /* 128px */
    padding-bottom: 8rem;
    /* 128px */
}

.py-36 {
    padding-top: 9rem;
    /* 144px */
    padding-bottom: 9rem;
    /* 144px */
}

.py-40 {
    padding-top: 10rem;
    /* 160px */
    padding-bottom: 10rem;
    /* 160px */
}

.py-44 {
    padding-top: 11rem;
    /* 176px */
    padding-bottom: 11rem;
    /* 176px */
}

.py-48 {
    padding-top: 12rem;
    /* 192px */
    padding-bottom: 12rem;
    /* 192px */
}

.py-52 {
    padding-top: 13rem;
    /* 208px */
    padding-bottom: 13rem;
    /* 208px */
}

.py-56 {
    padding-top: 14rem;
    /* 224px */
    padding-bottom: 14rem;
    /* 224px */
}

.py-60 {
    padding-top: 15rem;
    /* 240px */
    padding-bottom: 15rem;
    /* 240px */
}

.py-64 {
    padding-top: 16rem;
    /* 256px */
    padding-bottom: 16rem;
    /* 256px */
}

.py-72 {
    padding-top: 18rem;
    /* 288px */
    padding-bottom: 18rem;
    /* 288px */
}

.py-80 {
    padding-top: 20rem;
    /* 320px */
    padding-bottom: 20rem;
    /* 320px */
}

.py-96 {
    padding-top: 24rem;
    /* 384px */
    padding-bottom: 24rem;
    /* 384px */
}

.pt-0 {
    padding-top: 0px;
}

.pt-px {
    padding-top: 1px;
}

.pt-0.5 {
    padding-top: 0.125rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-1.5 {
    padding-top: 0.375rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pt-2.5 {
    padding-top: 0.625rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-3.5 {
    padding-top: 0.875rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-7 {
    padding-top: 1.75rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-9 {
    padding-top: 2.25rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pt-11 {
    padding-top: 2.75rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-14 {
    padding-top: 3.5rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-28 {
    padding-top: 7rem;
}

.pt-32 {
    padding-top: 8rem;
}

.pt-36 {
    padding-top: 9rem;
}

.pt-40 {
    padding-top: 10rem;
}

.pt-44 {
    padding-top: 11rem;
}

.pt-48 {
    padding-top: 12rem;
}

.pt-52 {
    padding-top: 13rem;
}

.pt-56 {
    padding-top: 14rem;
}

.pt-60 {
    padding-top: 15rem;
}

.pt-64 {
    padding-top: 16rem;
}

.pt-72 {
    padding-top: 18rem;
}

.pt-80 {
    padding-top: 20rem;
}

.pt-96 {
    padding-top: 24rem;
}


.pr-0 {
    padding-right: 0px;
}

.pr-px {
    padding-right: 1px;
}

.pr-0.5 {
    padding-right: 0.125rem;
}

.pr-1 {
    padding-right: 0.25rem;
}

.pr-1.5 {
    padding-right: 0.375rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-2.5 {
    padding-right: 0.625rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pr-3.5 {
    padding-right: 0.875rem;
}

.pr-4 {
    padding-right: 1rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.pr-7 {
    padding-right: 1.75rem;
}

.pr-8 {
    padding-right: 2rem;
}

.pr-9 {
    padding-right: 2.25rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.pr-11 {
    padding-right: 2.75rem;
}

.pr-12 {
    padding-right: 3rem;
}

.pr-14 {
    padding-right: 3.5rem;
}

.pr-16 {
    padding-right: 4rem;
}

.pr-20 {
    padding-right: 5rem;
}

.pr-24 {
    padding-right: 6rem;
}

.pr-28 {
    padding-right: 7rem;
}

.pr-32 {
    padding-right: 8rem;
}

.pr-36 {
    padding-right: 9rem;
}

.pr-40 {
    padding-right: 10rem;
}

.pr-44 {
    padding-right: 11rem;
}

.pr-48 {
    padding-right: 12rem;
}

.pr-52 {
    padding-right: 13rem;
}

.pr-56 {
    padding-right: 14rem;
}

.pr-60 {
    padding-right: 15rem;
}

.pr-64 {
    padding-right: 16rem;
}

.pr-72 {
    padding-right: 18rem;
}

.pr-80 {
    padding-right: 20rem;
}

.pr-96 {
    padding-right: 24rem;
}




.pb-0 {
    padding-bottom: 0px;
}

.pb-px {
    padding-bottom: 1px;
}

.pb-0.5 {
    padding-bottom: 0.125rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pb-1.5 {
    padding-bottom: 0.375rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-2.5 {
    padding-bottom: 0.625rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-3.5 {
    padding-bottom: 0.875rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pb-9 {
    padding-bottom: 2.25rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pb-11 {
    padding-bottom: 2.75rem;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-14 {
    padding-bottom: 3.5rem;
}

.pb-16 {
    padding-bottom: 4rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pb-28 {
    padding-bottom: 7rem;
}

.pb-32 {
    padding-bottom: 8rem;
}

.pb-36 {
    padding-bottom: 9rem;
}

.pb-40 {
    padding-bottom: 10rem;
}

.pb-44 {
    padding-bottom: 11rem;
}

.pb-48 {
    padding-bottom: 12rem;
}

.pb-52 {
    padding-bottom: 13rem;
}

.pb-56 {
    padding-bottom: 14rem;
}

.pb-60 {
    padding-bottom: 15rem;
}

.pb-64 {
    padding-bottom: 16rem;
}

.pb-72 {
    padding-bottom: 18rem;
}

.pb-80 {
    padding-bottom: 20rem;
}

.pb-96 {
    padding-bottom: 24rem;
}

.rounded-none {
    border-radius: 0px;
}

.rounded-sm {
    border-radius: 0.125rem;
    /* 2px */
}

.rounded {
    border-radius: 0.25rem;
    /* 4px */
}

.rounded-md {
    border-radius: 0.375rem;
    /* 6px */
}

.rounded-lg {
    border-radius: 0.5rem;
    /* 8px */
}

.rounded-xl {
    border-radius: 0.75rem;
    /* 12px */
}

.rounded-2xl {
    border-radius: 1rem;
    /* 16px */
}

.rounded-3xl {
    border-radius: 1.5rem;
    /* 24px */
}

.rounded-full {
    border-radius: 9999px;
}


.rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.rounded-t-sm {
    border-top-left-radius: 0.125rem;
    /* 2px */
    border-top-right-radius: 0.125rem;
    /* 2px */
}

.rounded-t {
    border-top-left-radius: 0.25rem;
    /* 4px */
    border-top-right-radius: 0.25rem;
    /* 4px */
}

.rounded-t-md {
    border-top-left-radius: 0.375rem;
    /* 6px */
    border-top-right-radius: 0.375rem;
    /* 6px */
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    /* 8px */
    border-top-right-radius: 0.5rem;
    /* 8px */
}

.rounded-t-xl {
    border-top-left-radius: 0.75rem;
    /* 12px */
    border-top-right-radius: 0.75rem;
    /* 12px */
}

.rounded-t-2xl {
    border-top-left-radius: 1rem;
    /* 16px */
    border-top-right-radius: 1rem;
    /* 16px */
}

.rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    /* 24px */
    border-top-right-radius: 1.5rem;
    /* 24px */
}

.rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
}

.rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.rounded-r-sm {
    border-top-right-radius: 0.125rem;
    /* 2px */
    border-bottom-right-radius: 0.125rem;
    /* 2px */
}

.rounded-r {
    border-top-right-radius: 0.25rem;
    /* 4px */
    border-bottom-right-radius: 0.25rem;
    /* 4px */
}

.rounded-r-md {
    border-top-right-radius: 0.375rem;
    /* 6px */
    border-bottom-right-radius: 0.375rem;
    /* 6px */
}

.rounded-r-lg {
    border-top-right-radius: 0.5rem;
    /* 8px */
    border-bottom-right-radius: 0.5rem;
    /* 8px */
}

.rounded-r-xl {
    border-top-right-radius: 0.75rem;
    /* 12px */
    border-bottom-right-radius: 0.75rem;
    /* 12px */
}

.rounded-r-2xl {
    border-top-right-radius: 1rem;
    /* 16px */
    border-bottom-right-radius: 1rem;
    /* 16px */
}

.rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    /* 24px */
    border-bottom-right-radius: 1.5rem;
    /* 24px */
}

.rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
}


.rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    /* 2px */
    border-bottom-left-radius: 0.125rem;
    /* 2px */
}

.rounded-b {
    border-bottom-right-radius: 0.25rem;
    /* 4px */
    border-bottom-left-radius: 0.25rem;
    /* 4px */
}

.rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    /* 6px */
    border-bottom-left-radius: 0.375rem;
    /* 6px */
}

.rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    /* 8px */
    border-bottom-left-radius: 0.5rem;
    /* 8px */
}

.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    /* 12px */
    border-bottom-left-radius: 0.75rem;
    /* 12px */
}

.rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    /* 16px */
    border-bottom-left-radius: 1rem;
    /* 16px */
}

.rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    /* 24px */
    border-bottom-left-radius: 1.5rem;
    /* 24px */
}

.rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
}

.rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.rounded-l-sm {
    border-top-left-radius: 0.125rem;
    /* 2px */
    border-bottom-left-radius: 0.125rem;
    /* 2px */
}

.rounded-l {
    border-top-left-radius: 0.25rem;
    /* 4px */
    border-bottom-left-radius: 0.25rem;
    /* 4px */
}

.rounded-l-md {
    border-top-left-radius: 0.375rem;
    /* 6px */
    border-bottom-left-radius: 0.375rem;
    /* 6px */
}

.rounded-l-lg {
    border-top-left-radius: 0.5rem;
    /* 8px */
    border-bottom-left-radius: 0.5rem;
    /* 8px */
}

.rounded-l-xl {
    border-top-left-radius: 0.75rem;
    /* 12px */
    border-bottom-left-radius: 0.75rem;
    /* 12px */
}

.rounded-l-2xl {
    border-top-left-radius: 1rem;
    /* 16px */
    border-bottom-left-radius: 1rem;
    /* 16px */
}

.rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    /* 24px */
    border-bottom-left-radius: 1.5rem;
    /* 24px */
}

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
}



.rounded-s-none {
    border-start-start-radius: 0px;
    border-end-start-radius: 0px;
}

.rounded-s-sm {
    border-start-start-radius: 0.125rem;
    /* 2px */
    border-end-start-radius: 0.125rem;
    /* 2px */
}

.rounded-s {
    border-start-start-radius: 0.25rem;
    /* 4px */
    border-end-start-radius: 0.25rem;
    /* 4px */
}

.rounded-s-md {
    border-start-start-radius: 0.375rem;
    /* 6px */
    border-end-start-radius: 0.375rem;
    /* 6px */
}

.rounded-s-lg {
    border-start-start-radius: 0.5rem;
    /* 8px */
    border-end-start-radius: 0.5rem;
    /* 8px */
}

.rounded-s-xl {
    border-start-start-radius: 0.75rem;
    /* 12px */
    border-end-start-radius: 0.75rem;
    /* 12px */
}

.rounded-s-2xl {
    border-start-start-radius: 1rem;
    /* 16px */
    border-end-start-radius: 1rem;
    /* 16px */
}

.rounded-s-3xl {
    border-start-start-radius: 1.5rem;
    /* 24px */
    border-end-start-radius: 1.5rem;
    /* 24px */
}

.rounded-s-full {
    border-start-start-radius: 9999px;
    border-end-start-radius: 9999px;
}



.rounded-e-none {
    border-start-end-radius: 0px;
    border-end-end-radius: 0px;
}

.rounded-e-sm {
    border-start-end-radius: 0.125rem;
    /* 2px */
    border-end-end-radius: 0.125rem;
    /* 2px */
}

.rounded-e {
    border-start-end-radius: 0.25rem;
    /* 4px */
    border-end-end-radius: 0.25rem;
    /* 4px */
}

.rounded-e-md {
    border-start-end-radius: 0.375rem;
    /* 6px */
    border-end-end-radius: 0.375rem;
    /* 6px */
}

.rounded-e-lg {
    border-start-end-radius: 0.5rem;
    /* 8px */
    border-end-end-radius: 0.5rem;
    /* 8px */
}

.rounded-e-xl {
    border-start-end-radius: 0.75rem;
    /* 12px */
    border-end-end-radius: 0.75rem;
    /* 12px */
}

.rounded-e-2xl {
    border-start-end-radius: 1rem;
    /* 16px */
    border-end-end-radius: 1rem;
    /* 16px */
}

.rounded-e-3xl {
    border-start-end-radius: 1.5rem;
    /* 24px */
    border-end-end-radius: 1.5rem;
    /* 24px */
}

.rounded-e-full {
    border-start-end-radius: 9999px;
    border-end-end-radius: 9999px;
}


.rounded-tl-none {
    border-top-left-radius: 0px;
}

.rounded-tl-sm {
    border-top-left-radius: 0.125rem;
    /* 2px */
}

.rounded-tl {
    border-top-left-radius: 0.25rem;
    /* 4px */
}

.rounded-tl-md {
    border-top-left-radius: 0.375rem;
    /* 6px */
}

.rounded-tl-lg {
    border-top-left-radius: 0.5rem;
    /* 8px */
}

.rounded-tl-xl {
    border-top-left-radius: 0.75rem;
    /* 12px */
}

.rounded-tl-2xl {
    border-top-left-radius: 1rem;
    /* 16px */
}

.rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
    /* 24px */
}

.rounded-tl-full {
    border-top-left-radius: 9999px;
}



.rounded-tr-none {
    border-top-right-radius: 0px;
}

.rounded-tr-sm {
    border-top-right-radius: 0.125rem;
    /* 2px */
}

.rounded-tr {
    border-top-right-radius: 0.25rem;
    /* 4px */
}

.rounded-tr-md {
    border-top-right-radius: 0.375rem;
    /* 6px */
}

.rounded-tr-lg {
    border-top-right-radius: 0.5rem;
    /* 8px */
}

.rounded-tr-xl {
    border-top-right-radius: 0.75rem;
    /* 12px */
}

.rounded-tr-2xl {
    border-top-right-radius: 1rem;
    /* 16px */
}

.rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
    /* 24px */
}

.rounded-tr-full {
    border-top-right-radius: 9999px;
}


.rounded-br-none {
    border-bottom-right-radius: 0px;
}

.rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
    /* 2px */
}

.rounded-br {
    border-bottom-right-radius: 0.25rem;
    /* 4px */
}

.rounded-br-md {
    border-bottom-right-radius: 0.375rem;
    /* 6px */
}

.rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
    /* 8px */
}

.rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
    /* 12px */
}

.rounded-br-2xl {
    border-bottom-right-radius: 1rem;
    /* 16px */
}

.rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
    /* 24px */
}

.rounded-br-full {
    border-bottom-right-radius: 9999px;
}



.rounded-bl-none {
    border-bottom-left-radius: 0px;
}

.rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
    /* 2px */
}

.rounded-bl {
    border-bottom-left-radius: 0.25rem;
    /* 4px */
}

.rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
    /* 6px */
}

.rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
    /* 8px */
}

.rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
    /* 12px */
}

.rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
    /* 16px */
}

.rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
    /* 24px */
}

.rounded-bl-full {
    border-bottom-left-radius: 9999px;
}


.rounded-ss-none {
    border-start-start-radius: 0px;
}

.rounded-ss-sm {
    border-start-start-radius: 0.125rem;
    /* 2px */
}

.rounded-ss {
    border-start-start-radius: 0.25rem;
    /* 4px */
}

.rounded-ss-md {
    border-start-start-radius: 0.375rem;
    /* 6px */
}

.rounded-ss-lg {
    border-start-start-radius: 0.5rem;
    /* 8px */
}

.rounded-ss-xl {
    border-start-start-radius: 0.75rem;
    /* 12px */
}

.rounded-ss-2xl {
    border-start-start-radius: 1rem;
    /* 16px */
}

.rounded-ss-3xl {
    border-start-start-radius: 1.5rem;
    /* 24px */
}

.rounded-ss-full {
    border-start-start-radius: 9999px;
}


.rounded-se-none {
    border-start-end-radius: 0px;
}

.rounded-se-sm {
    border-start-end-radius: 0.125rem;
    /* 2px */
}

.rounded-se {
    border-start-end-radius: 0.25rem;
    /* 4px */
}

.rounded-se-md {
    border-start-end-radius: 0.375rem;
    /* 6px */
}

.rounded-se-lg {
    border-start-end-radius: 0.5rem;
    /* 8px */
}

.rounded-se-xl {
    border-start-end-radius: 0.75rem;
    /* 12px */
}

.rounded-se-2xl {
    border-start-end-radius: 1rem;
    /* 16px */
}

.rounded-se-3xl {
    border-start-end-radius: 1.5rem;
    /* 24px */
}

.rounded-se-full {
    border-start-end-radius: 9999px;
}


.rounded-es-none {
    border-end-start-radius: 0px;
}

.rounded-es-sm {
    border-end-start-radius: 0.125rem;
    /* 2px */
}

.rounded-es {
    border-end-start-radius: 0.25rem;
    /* 4px */
}

.rounded-es-md {
    border-end-start-radius: 0.375rem;
    /* 6px */
}

.rounded-es-lg {
    border-end-start-radius: 0.5rem;
    /* 8px */
}

.rounded-es-xl {
    border-end-start-radius: 0.75rem;
    /* 12px */
}

.rounded-es-2xl {
    border-end-start-radius: 1rem;
    /* 16px */
}

.rounded-es-3xl {
    border-end-start-radius: 1.5rem;
    /* 24px */
}

.rounded-es-full {
    border-end-start-radius: 9999px;
}

.rounded-ee-none {
    border-end-end-radius: 0px;
}

.rounded-ee-sm {
    border-end-end-radius: 0.125rem;
    /* 2px */
}

.rounded-ee {
    border-end-end-radius: 0.25rem;
    /* 4px */
}

.rounded-ee-md {
    border-end-end-radius: 0.375rem;
    /* 6px */
}

.rounded-ee-lg {
    border-end-end-radius: 0.5rem;
    /* 8px */
}

.rounded-ee-xl {
    border-end-end-radius: 0.75rem;
    /* 12px */
}

.rounded-ee-2xl {
    border-end-end-radius: 1rem;
    /* 16px */
}

.rounded-ee-3xl {
    border-end-end-radius: 1.5rem;
    /* 24px */
}

.rounded-ee-full {
    border-end-end-radius: 9999px;
}

.bg-#f1f1f1 {
    background: #f1f1f1;
}

.h-full {
    height: 100%;
}

.justify-between {
    justify-content: space-between;
}


.w-0 {
    width: 0px;
}

.w-px {
    width: 1px;
}

.w-0.5 {
    width: 0.125rem;
    /* 2px */
}

.w-1 {
    width: 0.25rem;
    /* 4px */
}

.w-1.5 {
    width: 0.375rem;
    /* 6px */
}

.w-2 {
    width: 0.5rem;
    /* 8px */
}

.w-2.5 {
    width: 0.625rem;
    /* 10px */
}

.w-3 {
    width: 0.75rem;
    /* 12px */
}

.w-3.5 {
    width: 0.875rem;
    /* 14px */
}

.w-4 {
    width: 1rem;
    /* 16px */
}

.w-5 {
    width: 1.25rem;
    /* 20px */
}

.w-6 {
    width: 1.5rem;
    /* 24px */
}

.w-7 {
    width: 1.75rem;
    /* 28px */
}

.w-8 {
    width: 2rem;
    /* 32px */
}

.w-9 {
    width: 2.25rem;
    /* 36px */
}

.w-10 {
    width: 2.5rem;
    /* 40px */
}

.w-11 {
    width: 2.75rem;
    /* 44px */
}

.w-12 {
    width: 3rem;
    /* 48px */
}

.w-14 {
    width: 3.5rem;
    /* 56px */
}

.w-16 {
    width: 4rem;
    /* 64px */
}

.w-20 {
    width: 5rem;
    /* 80px */
}

.w-24 {
    width: 6rem;
    /* 96px */
}

.w-28 {
    width: 7rem;
    /* 112px */
}

.w-32 {
    width: 8rem;
    /* 128px */
}

.w-36 {
    width: 9rem;
    /* 144px */
}

.w-40 {
    width: 10rem;
    /* 160px */
}

.w-44 {
    width: 11rem;
    /* 176px */
}

.w-48 {
    width: 12rem;
    /* 192px */
}

.w-52 {
    width: 13rem;
    /* 208px */
}

.w-56 {
    width: 14rem;
    /* 224px */
}

.w-60 {
    width: 15rem;
    /* 240px */
}

.w-64 {
    width: 16rem;
    /* 256px */
}

.w-72 {
    width: 18rem;
    /* 288px */
}

.w-80 {
    width: 20rem;
    /* 320px */
}

.w-96 {
    width: 24rem;
    /* 384px */
}

.w-auto {
    width: auto;
}

.w-1\/2 {
    width: 50%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-1\/4 {
    width: 25%;
}

.w-2\/4 {
    width: 50%;
}

.w-3\/4 {
    width: 75%;
}

.w-1\/5 {
    width: 20%;
}

.w-2\/5 {
    width: 40%;
}

.w-3\/5 {
    width: 60%;
}

.w-4\/5 {
    width: 80%;
}

.w-1\/6 {
    width: 16.666667%;
}

.w-2\/6 {
    width: 33.333333%;
}

.w-3\/6 {
    width: 50%;
}

.w-4\/6 {
    width: 66.666667%;
}

.w-5\/6 {
    width: 83.333333%;
}

.w-1\/12 {
    width: 8.333333%;
}

.w-2\/12 {
    width: 16.666667%;
}

.w-3\/12 {
    width: 25%;
}

.w-4\/12 {
    width: 33.333333%;
}

.w-5\/12 {
    width: 41.666667%;
}

.w-6\/12 {
    width: 50%;
}

.w-7\/12 {
    width: 58.333333%;
}

.w-8\/12 {
    width: 66.666667%;
}

.w-9\/12 {
    width: 75%;
}

.w-10\/12 {
    width: 83.333333%;
}

.w-11\/12 {
    width: 91.666667%;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

.w-min {
    width: min-content;
}

.w-max {
    width: max-content;
}

.w-fit {
    width: fit-content;
}


.h-0 {
    height: 0px;
}

.h-px {
    height: 1px;
}

.h-0.5 {
    height: 0.125rem;
    /* 2px */
}

.h-1 {
    height: 0.25rem;
    /* 4px */
}

.h-1.5 {
    height: 0.375rem;
    /* 6px */
}

.h-2 {
    height: 0.5rem;
    /* 8px */
}

.h-2.5 {
    height: 0.625rem;
    /* 10px */
}

.h-3 {
    height: 0.75rem;
    /* 12px */
}

.h-3.5 {
    height: 0.875rem;
    /* 14px */
}

.h-4 {
    height: 1rem;
    /* 16px */
}

.h-5 {
    height: 1.25rem;
    /* 20px */
}

.h-6 {
    height: 1.5rem;
    /* 24px */
}

.h-7 {
    height: 1.75rem;
    /* 28px */
}

.h-8 {
    height: 2rem;
    /* 32px */
}

.h-9 {
    height: 2.25rem;
    /* 36px */
}

.h-10 {
    height: 2.5rem;
    /* 40px */
}

.h-11 {
    height: 2.75rem;
    /* 44px */
}

.h-12 {
    height: 3rem;
    /* 48px */
}

.h-14 {
    height: 3.5rem;
    /* 56px */
}

.h-16 {
    height: 4rem;
    /* 64px */
}

.h-20 {
    height: 5rem;
    /* 80px */
}

.h-24 {
    height: 6rem;
    /* 96px */
}

.h-28 {
    height: 7rem;
    /* 112px */
}

.h-32 {
    height: 8rem;
    /* 128px */
}

.h-36 {
    height: 9rem;
    /* 144px */
}

.h-40 {
    height: 10rem;
    /* 160px */
}

.h-44 {
    height: 11rem;
    /* 176px */
}

.h-48 {
    height: 12rem;
    /* 192px */
}

.h-52 {
    height: 13rem;
    /* 208px */
}

.h-56 {
    height: 14rem;
    /* 224px */
}

.h-60 {
    height: 15rem;
    /* 240px */
}

.h-64 {
    height: 16rem;
    /* 256px */
}

.h-72 {
    height: 18rem;
    /* 288px */
}

.h-80 {
    height: 20rem;
    /* 320px */
}

.h-96 {
    height: 24rem;
    /* 384px */
}

.h-auto {
    height: auto;
}

.h-1\/2 {
    height: 50%;
}

.h-1\/3 {
    height: 33.333333%;
}

.h-2\/3 {
    height: 66.666667%;
}

.h-1\/4 {
    height: 25%;
}

.h-2\/4 {
    height: 50%;
}

.h-3\/4 {
    height: 75%;
}

.h-1\/5 {
    height: 20%;
}

.h-2\/5 {
    height: 40%;
}

.h-3\/5 {
    height: 60%;
}

.h-4\/5 {
    height: 80%;
}

.h-1\/6 {
    height: 16.666667%;
}

.h-2\/6 {
    height: 33.333333%;
}

.h-3\/6 {
    height: 50%;
}

.h-4\/6 {
    height: 66.666667%;
}

.h-5\/6 {
    height: 83.333333%;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.h-min {
    height: min-content;
}

.h-max {
    height: max-content;
}

.h-fit {
    height: fit-content;
}

.delivery-info {
    color: #3aa759;
}

.items-end {
    justify-content: flex-end;
}


.product-overview-block2 {
    display: flex;
    align-items: center;
    bottom: -2px;
    position: relative;
}


.custom-badge-uppertitle {
    bottom: -1px;
    position: relative;
    background: #ffffff !important;
    border-bottom: none;
    z-index: 0;
}


.flex-col {
    flex-direction: column;
}

.custom-pricing {
    bottom: -10px;
    background: #f1f1f1;
    border-top: 1px solid #e9ecef;
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    border-radius: 12px 12px 0px 0px;
    width: fit-content;
    margin-left: auto;
    position: relative;
    padding: 3px 10px;
    align-items: center;
}

.absolute {
    position: absolute;
}

.product-overview-block2 {
    width: fit-content;
    margin-left: auto;
    flex-direction: column;
}

.product-overview-block3 {
    width: fit-content;
    flex-direction: column;
}

.product-overview-block3 .product-price .discount-label {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fb5a00;
    font-family: "Poppins";
    font-size: 34px;
    font-weight: 600;
    line-height: normal;
}


.product-overview-block3 .product-price .original-price b {
    position: relative;
    display: inline-block;
}

.product-overview-block3 .product-price .original-price b::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 115%;
    height: 1px;
    background: red;
    transform: rotate(355deg);
    pointer-events: none;
}

.top--12 {
    top: -9px;
}

.right-0 {
    right: 0;
}

.right-1 {
    right: 0.25rem;
}

.right-2 {
    right: 0.5rem;
}

.right-3 {
    right: 0.75rem;
}

.right-4 {
    right: 1rem;
}

.right-5 {
    right: 1.25rem;
}

.right-6 {
    right: 1.5rem;
}

.right-7 {
    right: 1.75rem;
}

.custom-mpy {
    margin-top: 24px;
}


