/* NL  */
/* Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers */
.hamburger {
    padding: 0px 0px;
    padding-top: 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #0f273a;
}

.hamburger-box {
    width: 30px;
    height: 19px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #0f273a;
    border-radius: 6px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
    top: 1.5px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.search-icon-toggle {
    margin-top: 8px;
    margin-right: 16px;
}

.color-white {
    color: #ffffff !important;
}

.color-black {
    color: #0f273a !important;
}

.color-red {
    color: #ff0019 !important;
}

.color-lightblue {
    color: #DFE7F1 !important;
}

.color-blue,
.new-wrapper .bs-searchbar form input[type="text"],
body {
    color: #0f273a !important;
}

.color-yellow {
    color: #ffc100 !important;
}

.color-form_text {
    color: #9DAABE !important;
}

.background-white {
    background-color: #ffffff !important;
}

.background-black {
    background-color: #0f273a !important;
}

.background-red {
    background-color: #ff0019 !important;
}

.background-lightblue {
    background-color: #DFE7F1 !important;
}

.background-blue {
    background-color: #0f273a !important;
}

.background-yellow {
    background-color: #ffc100 !important;
}

.background-form_text {
    background-color: #9DAABE !important;
}

.flag-nl:before {
    background-image: url("/assets/images/flags/nl.svg") !important;
}

.flag-nl-be:before {
    background-image: url("/assets/images/flags/be.svg") !important;
}

.flag-de:before {
    background-image: url("/assets/images/flags/de.svg") !important;
}

.flag-fr-fr:before {
    background-image: url("/assets/images/flags/fr.svg") !important;
}

.flag-fr-be:before {
    background-image: url("/assets/images/flags/be.svg") !important;
}

.flag-de-de:before {
    background-image: url("/assets/images/flags/de.svg") !important;
}

.flag-dk:before {
    background-image: url("/assets/images/flags/dk.svg") !important;
}

.flag-se:before {
    background-image: url("/assets/images/flags/se.svg") !important;
}

.flag-en-uk:before {
    background-image: url("/assets/images/flags/uk.svg") !important;
}

.flag-de-at:before {
    background-image: url("/assets/images/flags/at.svg") !important;
}

.flag-no:before {
    background-image: url("/assets/images/flags/no.svg") !important;
}

.flag-es:before {
    background-image: url("/assets/images/flags/es.svg") !important;
}

.flag-it:before {
    background-image: url("/assets/images/flags/it.svg") !important;
}

.flag-pl:before {
    background-image: url("/assets/images/flags/pl.svg") !important;
}

.flag-ie:before {
    background-image: url("/assets/images/flags/ie.svg") !important;
}

.flag-cz:before {
    background-image: url("/assets/images/flags/cz.svg") !important;
}

.flag-pt:before {
    background-image: url("/assets/images/flags/pt.svg") !important;
}

.flag-ch:before {
    background-image: url("/assets/images/flags/ch.svg") !important;
}

.flag-fi:before {
    background-image: url("/assets/images/flags/fi.svg") !important;
}

.flag-gr:before {
    background-image: url("/assets/images/flags/gr.svg") !important;
}

.flag-hu:before {
    background-image: url("/assets/images/flags/hu.svg") !important;
}

.flag-ro:before {
    background-image: url("/assets/images/flags/ro.svg") !important;
}

.flag-sk:before {
    background-image: url("/assets/images/flags/sk.svg") !important;
}

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

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

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

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

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

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

@media (min-width: 541px) {
    .pt-5 {
        padding-top: 0;
    }
}

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

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

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

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

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

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

.mmt-5 {
    margin-top: -5rem;
}

@media (max-width: 767.98px) {
    .mmt-5 {
        margin-top: 0;
    }
}

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
    max-width: 100%;
    display: block;
}

/* Natural flow and rhythm in articles by default */
article>*+* {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

body {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
}

body a {
    font-family: "Montserrat", Arial, sans-serif;
}

.container-full-width {
    width: 100%;
}

.position-relative {
    position: relative;
}

.position-relative a {
    cursor: pointer;
}

strong {
    font-weight: 700;
}

@media (max-width: 540.98px) {
    .d-sm-none {
        display: none;
    }
}

.bs-product-gerelateerde .product-merk {
    margin-bottom: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300;

    white-space: nowrap;
    /* Prevents the text from wrapping to the next line */
    overflow: hidden;
    /* Hides any overflowing content */
    text-overflow: ellipsis;
    /* Adds "..." to indicate the text has been truncated */
}

.bs-product-gerelateerde .container .row p a {
    font-weight: 500;
    font-family: "Montserrat", Arial, sans-serif;
}

.new-wrapper .btn {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: null;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: none;
    padding: .5rem .875rem;
    transition: all .5s ease;
    border-radius: 6px;
}

.new-wrapper .btn.btn-primary {
    background-color: #ff0019;
    color: #ffffff;
}

.new-wrapper .btn.btn-primary:hover {
    background-color: #0f273a;
}

.new-wrapper .btn.btn-attribute:hover {
    background-color: #0f273a;
    color: #ffffff;
}

.new-wrapper .btn.btn-secondary {
    background-color: #DFE7F1;
    color: #0f273a;
}

.new-wrapper .btn.btn-secondary:hover {
    background-color: #0f273a;
    color: #ffffff;
}

.new-wrapper .btn.btn-form {
    background-color: #0f273a;
    color: #ffffff;
    padding: 1.0rem 1.5rem;
}

.new-wrapper .btn.btn-form:hover {
    background-color: #ffffff;
    color: #0f273a;
}

.new-wrapper .btn-filter-mob {
    background-color: #0f273a;
    color: #ffffff;
    padding: 1.0rem 1.5rem;
    text-transform: none;
    border: 1px solid #0f273a;
    display: none;
    align-items: center;
    justify-content: center;
}

.new-wrapper .btn.btn-attribute {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    font-weight: bold;
    margin-bottom: 5px;
}

.new-wrapper .btn-attribute small {
    font-size: 0.7rem;
    transition: all .5s ease;
    color: #666;
}

.new-wrapper .btn-attribute:hover small {
    color: #ffffff;
    transition: all .5s ease;
}

.new-wrapper .product-price-bottom {
    font-family: Montserrat, Arial, sans-serif; font-weight: 700;font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

.new-wrapper .bs-product-vergelijk .sort-trigger {
    font-size: 1.1rem;
    color: #ff0019;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
    padding: 1.5rem 0;
    font-weight: bold;
}

.new-wrapper .bs-product-vergelijk .price-table {
    text-align: center;
    font-size: 1.25rem;
}

.new-wrapper .bs-product-vergelijk .price-table .available-sizes {
    text-align: left;
    margin-bottom: 10px;
}

.new-wrapper .bs-product-vergelijk .price-table .available-sizes .header {
    font-family: "Montserrat", Arial, sans-serif;
    font-style: italic;
    margin-bottom: 5px;
}

.new-wrapper .bs-product-vergelijk .price-table .prijs {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 2rem;
}

.new-wrapper .bs-product-vergelijk .price-table .prijs-small {
    font-size: 1.25rem;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 1rem;
}

.new-wrapper .bs-product-vergelijk .price-table .go-shop {
    font-size: 1.1rem;
    text-transform: uppercase;
    padding: 1rem 3rem;
    display: inline-flex;
    align-items: center;
}

.new-wrapper .bs-product-vergelijk .price-table .text-end {
    text-align: right;
}

.new-wrapper .bs-product-vergelijk .price-table .go-shop:after {
    content: '';
    width: 14px;
    height: 15px;
    margin-left: 8px;
    display: inline-block;
    background-image: url("../images/product/go-shop.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.new-wrapper .bs-product-vergelijk .price-table img {
    margin: 0 auto;
    max-width: 150px;
}

.new-wrapper .bs-product-vergelijk .price-table .logo-container {
    justify-content: center;
    align-items: center;
}

.new-wrapper .bs-product-vergelijk .price-table div {
    align-content: center;
}

.new-wrapper .bs-product-vergelijk .price-table .offer-row,
.new-wrapper .bs-product-vergelijk .price-table .table-header {
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.new-wrapper .bs-product-vergelijk .price-table .offer-row.no-shipping,
.new-wrapper .bs-product-vergelijk .price-table .table-header.no-shipping {
    grid-template-columns: 20% 40% 40%;
}

.new-wrapper .bs-product-vergelijk .offer,
.new-wrapper .bs-product-vergelijk .border-bottom {
    border-bottom: 1px solid #DFE7F1;
}

.new-wrapper .bs-product-vergelijk .price-table .verzending-wrapper {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    padding: 5px 0 0 0;
}

.new-wrapper .bs-product-vergelijk .price-table .verzending-wrapper img {
    max-height: auto;
    width: 35px;
    margin: 5px 0px 0 5px;
    display: inline-block;
}

.new-wrapper .bs-product-vergelijk .price-table .go-shop-nl,
.new-wrapper .bs-product-vergelijk .price-table .go-shop-de {
    padding: 1rem 1.5rem;
}

@media (max-width: 991.98px) {
    .new-wrapper .btn-filter-mob {
        display: flex;
    }

    .new-wrapper .bs-product-vergelijk .price-table .prijs {
        font-size: 1.1rem;
        line-height: 1.1rem;
    }

    .new-wrapper .bs-product-vergelijk .price-table {
        font-size: 1rem;
    }

    .new-wrapper .bs-product-vergelijk .price-table .go-shop {
        font-size: 12px;
        padding: .5rem .5rem;
    }

    .new-wrapper .bs-product-vergelijk .price-table .prijs-small {
        font-size: 1rem;
    }

    .new-wrapper .bs-product-vergelijk .sort-trigger {
        font-size: 12px;
    }
}


@media (max-width: 767.98px) {
    .new-wrapper .bs-product-vergelijk .price-table img {
        max-width: 100px;
    }

    .new-wrapper .bs-product-vergelijk .price-table .prijs {
        font-size: 14px;
        line-height: 14px;
    }

    .new-wrapper .bs-product-vergelijk .price-table {
        font-size: 14px;
    }

    .new-wrapper .bs-product-vergelijk .price-table .prijs-small {
        font-size: 12px;
        line-height: 12px;
    }
}

@media (max-width: 991.98px) {
    .new-wrapper .bs-product-vergelijk .price-table img {
        max-width: 125px;
    }
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-product-vergelijk .price-table img {
        max-width: 100px;
    }
}

@media (max-width: 540.98px) {
    .d-sm-none {
        display: none;
    }

    .new-wrapper .bs-product-vergelijk .price-table .offer-row,
    .new-wrapper .bs-product-vergelijk .price-table .table-header {
        grid-template-columns: 25% 25% 20% 30%;
    }
}

.new-wrapper .btn-filter-mob:before {
    content: '';
    display: inline-block;
    height: 17px;
    width: 15px;
    background-image: url("/assets/images/product-archive/filter-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.new-wrapper .btn-filter-mob span {
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
}

.new-wrapper .btn-filter-mob:hover {
    background-color: #ffffff;
    color: #0f273a;
    border: 1px solid #0f273a;
}

.new-wrapper .btn-filter-mob:hover:before {
    background-image: url("/assets/images/product-archive/filter-ico-blue.svg");
}

.new-wrapper .klikkosten img,
.new-wrapper .contact-opnemen img,
.new-wrapper .icon-button img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.new-wrapper .klikkosten:hover img,
.new-wrapper .contact-opnemen:hover img,
.new-wrapper .icon-button:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 991.98px) {
    .new-wrapper .bestdeals-slider .btn {
        font-size: 12px;
    }
}

.new-wrapper .bs-header {
    padding: 2rem 0;
    width: 100%;
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-header .bs-header-illustration {
        margin-bottom: -4rem;
    }
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-header .title-xl {
        font-size: 1.25rem;
    }
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-header .title-xl.top {
        font-size: 18px;
    }
}

.new-wrapper input {
    border-radius: none;
    border: none;
    color: #DFE7F1;
}

.new-wrapper li.language-menu a:before {
    align-self: center;
    height: 16px;
    width: 21px;
    display: inline-block;
    content: '';
    margin-right: 10px;
}

.new-wrapper .navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
}

.new-wrapper .navbar>.container,
.new-wrapper .navbar>.container-fluid,
.new-wrapper .navbar>.container-xxl,
.new-wrapper .navbar>.container-xl,
.new-wrapper .navbar>.container-lg,
.new-wrapper .navbar>.container-md,
.new-wrapper .navbar>.container-sm {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.new-wrapper .navbar-brand {
    width: 20%;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: .5rem;
    font-size: 0.875rem;
    text-decoration: none;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .new-wrapper .navbar-brand {
        width: 50%;
    }
}

.new-wrapper .navbar-brand:hover,
.new-wrapper .navbar-brand:focus {
    text-decoration: none;
}

.new-wrapper .navbar-brand .bs-logo {
    max-height: 90px;
    height: auto;
    max-width: 200px;
}

.new-wrapper .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-bottom: 0;
    list-style: none;
    font-family: "Montserrat", Arial, sans-serif;
}

.new-wrapper .navbar-nav .nav-item {
    float: left;
}

@media (max-width: 991.98px) {
    .new-wrapper .navbar-nav .nav-item {
        width: 100%;
    }
}

.new-wrapper .navbar-nav .nav-link {
    padding: 8px 0;
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 700;
    color: #0f273a;
    text-transform: uppercase;
    font-size: 0.875rem;
    transition: color .5s ease;
}

.new-wrapper .navbar-nav .nav-link:hover,
.new-wrapper .navbar-nav .nav-link:active {
    color: #ff0019;
}

@media (max-width: 1199.98px) {
    .new-wrapper .navbar-nav .nav-link {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 13px;
    }
}

.new-wrapper .navbar-nav .dropdown-menu {
    position: static;
}

.new-wrapper .navbar-collapse {
    align-items: center;
    width: 100%;
}

.new-wrapper .collapse:not(.show) {
    display: none;
}

@media (min-width: 992px) {
    .new-wrapper .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .new-wrapper .navbar-expand-xl .navbar-nav {
        flex-direction: row;
        margin-left: auto;
    }

    .new-wrapper .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .new-wrapper .navbar-expand-xl .navbar-collapse {
        display: flex !important;
    }

    .new-wrapper .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.new-wrapper p {
    margin-bottom: 1rem;
}

.new-wrapper p:last-child {
    margin-bottom: 0rem;
}

.new-wrapper a {
    text-decoration: none;
    color: #0f273a;
    transition: all .5s ease;
}

.new-wrapper a:hover,
.new-wrapper a:active {
    color: #ff0019;
}

.new-wrapper hr {
    border-bottom: 1px solid #DFE7F1 !important;
    border: 0;
    margin: 2rem 0;
}

.new-wrapper .font-sans {
    font-family: "Montserrat", Arial, sans-serif;
}

.new-wrapper .text-center {
    text-align: center;
}

.new-wrapper .text-right {
    text-align: right;
}

.new-wrapper .text-left {
    text-align: left;
}

.new-wrapper .text-column {
    flex: 50%;
}

@media (max-width: 767.98px) {
    .new-wrapper .text-column {
        flex: 100%;
    }
}

.new-wrapper .text-uppercase {
    text-transform: uppercase;
}

.new-wrapper .sans-serif {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
}

.new-wrapper .serif {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.new-wrapper .inleiding {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 1rem;
}

.new-wrapper blockquote {
    font-size: 2rem;
}

.new-wrapper .word-break {
    word-break: break-all;
}

.new-wrapper .title-border-top-red {
    position: relative;
    display: inline-block;
}

.new-wrapper .title-border-top-red:before {
    content: '';
    display: inline-block;
    height: 4px;
    background: #ff0019;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
}

.new-wrapper h1,
.new-wrapper h2,
.new-wrapper h3,
.new-wrapper h4,
.new-wrapper h5,
.new-wrapper h6 {
    font-family: "Montserrat", Arial, sans-serif;
}

.new-wrapper h1 {
    font-size: 2rem;
}

.new-wrapper h2 {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 700;
}

.new-wrapper .title-xl {
    font-size: 2rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    line-height: 35px;
}

@media (max-width: 767.98px) {
    .new-wrapper .title-xl {
        font-size: 1.1rem;
        line-height: 24px;
    }
}

.new-wrapper .title-lg {
    font-size: 1.25rem;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    line-height: 35px;
}

@media (max-width: 767.98px) {
    .new-wrapper .title-lg {
        font-size: 1.1rem;
        line-height: 24px;
    }
}

.new-wrapper .title-md {
    font-size: 1.1rem;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .new-wrapper .title-md {
        font-size: 1rem;
    }
}

.new-wrapper p.h4 {
    text-transform: uppercase;
    font-weight: 700;
}

.new-wrapper span.serif {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
    font-weight: 400;
}

.new-wrapper {
    /*

      .dropdown-toggle {
          white-space: nowrap;
          padding-left: 2rem !important;

      &:before {
          width: $dropdown-flag-width;
          height: $dropdown-flag-height;
          display: inline-block;
          background-position: center;
          background-repeat: no-repeat;
          content: '';
          position: absolute;
          left: 1.5rem;
          top: 6px;
          @include media-breakpoint-down(xl) {
          left: 10px;
          }
      }
      }

      // The dropdown menu
      .dropdown-menu {
      position: absolute;
      top: 40px;
      right: -30px;
      z-index: 10;
      display: none; // none by default, but block on "open" of the menu
      min-width: 200px;
      font-size: $font-size-sm;
      color: $black;
      text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
      list-style: none;
      background-color: $white;
      background-clip: padding-box;
      border: none;
      @include box-shadow-normal;
      }

      // Links, buttons, and more within the dropdown menu
      //
      // `<button>`-specific styles are denoted with `// For <button>s`
      .dropdown-item {
      display: block;
      width: 100%; // For `<button>`s
      clear: both;
      font-weight: $font-weight-normal;
      color: $black;
      text-align: inherit; // For `<button>`s
      text-decoration: none;
      white-space: nowrap; // prevent links from randomly breaking onto new lines
      background-color: transparent; // For `<button>`s
      border: 0; // For `<button>`s

          a {
          padding: 10px 20px;
          padding-left: 50px;
          display: block;
          position: relative;

          &:before {
              width: $dropdown-flag-width;
              margin-right: 10px;
              height: $dropdown-flag-height;
              display: inline-block;
              content: '';
              left: 10px;
              background-position: center;
              background-repeat: no-repeat;
              position: absolute;

          }

          &:hover,
          &:focus {
              color: $red;
              text-decoration: none;
          }

          }

      &.active,
      &:active {
          a {
          color: $red;
          text-decoration: none;
          }

      }

      }

      .dropdown-menu.show {
      display: block;
      }


      .navbar-collapse.show {
      .dropdown-menu.show {
          box-shadow:none;
          padding-left:0;
          margin-left: 12px;
      }
      .dropdown a.flags:after {
          right: 0;
      }
      }

      */
}

.new-wrapper .dropdown {
    position: relative;
}

.new-wrapper .dropdown .dropdown-menu {
    border: none;
}

@media (max-width: 991.98px) {
    .new-wrapper .dropdown .dropdown-menu {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.new-wrapper .dropdown .dropdown-menu.dropdown-menu-end {
    right: -20px;
}

@media (min-width: 992px) {
    .new-wrapper .dropdown .dropdown-menu {
        width: max-content;
        -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
        padding: 1rem 1rem;
    }
}

.new-wrapper .dropdown .dropdown-menu li a {
    padding: 8px 0;
    display: block;
    line-height: 20px;
}

.new-wrapper .dropdown .dropdown-header {
    padding: 0;
    margin-top: 0;
    margin-bottom: .5rem;
}

@media (max-width: 767.98px) {
    .new-wrapper .dropdown .dropdown-header {
        margin-top: .5rem;
        margin-top: 0 1rem;
    }
}

.new-wrapper .dropdown .dropdown-toggle.show:after {
    transform: rotate(180deg);
}

.new-wrapper .dropdown .dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.new-wrapper .dropdown .dropdown-toggle:after {
    content: '';
    background-image: url("/assets/images/arrowheads/chevrons/chevron-blue-down.svg");
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: -5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}

@media (max-width: 1199.98px) {
    .new-wrapper .dropdown .dropdown-toggle:after {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        right: -2px;
    }
}

@media (max-width: 991.98px) {
    .new-wrapper .dropdown .dropdown-toggle:after {
        width: 20px;
        height: 20px;
        top: 0;
    }
}

@media (min-width: 992px) {
    .new-wrapper .navbar-nav li:hover .dropdown-menu {
        display: block;
    }
}

.new-wrapper #flagMenu {
    padding: .5rem;
}

.new-wrapper .two-column-menu ul {
    min-width: 200px;
}

.new-wrapper .two-column-menu .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

@media (max-width: 767.98px) {
    .new-wrapper .two-column-menu .row {
        min-width: unset !important;
        padding: 0 1rem;
    }
}

@media (min-width: 992px) {
    .new-wrapper .two-column-menu .two-columns {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

.new-wrapper .language-menu .dropdown-item a {
    padding: 10px 20px 10px 30px !important;
    display: block;
    position: relative;
}

.new-wrapper .language-menu .dropdown-item a:before {
    width: 22px;
    margin-right: 10px;
    height: 22px;
    display: inline-block;
    content: '';
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
}

.new-wrapper .language-menu .dropdown-item a:hover,
.new-wrapper .language-menu .dropdown-item a:focus {
    color: #ff0019;
    text-decoration: none;
}

.new-wrapper .language-menu .dropdown-item.active,
.new-wrapper .language-menu .dropdown-item:active {
    background: none;
}

.new-wrapper .language-menu .dropdown-item.active a,
.new-wrapper .language-menu .dropdown-item:active a {
    color: #ff0019;
    text-decoration: none;
}

.new-wrapper .bs-arrow-down {
    width: 60px;
    height: 16px;
}

/* fix for swiper balk */
@media (min-width: 1320px) and (max-width: 1399.98px) {
    .new-wrapper .swiper-wrapper {
        display: flex;
    }

    .new-wrapper .swiper-slide {
        display: flex;
        flex-grow: 1;
        align-items: center;
    }
}

@media (min-width: 835px) and (max-width: 991.98px) {
    .new-wrapper .bs-product-single .bs-product-snelmenu {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}

/* End for fix swiper balk */

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

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 541px) {

    .container-sm,
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 800px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1144px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / -2);
    margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

.g-6,
.gx-6 {
    --bs-gutter-x: 4rem;
}

.g-6,
.gy-6 {
    --bs-gutter-y: 4rem;
}

@media (min-width: 541px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }

    .g-sm-6,
    .gx-sm-6 {
        --bs-gutter-x: 4rem;
    }

    .g-sm-6,
    .gy-sm-6 {
        --bs-gutter-y: 4rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }

    .g-md-6,
    .gx-md-6 {
        --bs-gutter-x: 4rem;
    }

    .g-md-6,
    .gy-md-6 {
        --bs-gutter-y: 4rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }

    .g-lg-6,
    .gx-lg-6 {
        --bs-gutter-x: 4rem;
    }

    .g-lg-6,
    .gy-lg-6 {
        --bs-gutter-y: 4rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }

    .g-xl-6,
    .gx-xl-6 {
        --bs-gutter-x: 4rem;
    }

    .g-xl-6,
    .gy-xl-6 {
        --bs-gutter-y: 4rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.6666666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 4rem;
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 4rem;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 1rem 1rem;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu[style] {
    right: auto !important;
}

.dropdown-menu-start {
    --bs-position: start;
    right: auto
        /* rtl:ignore */
    ;
    left: 0
        /* rtl:ignore */
    ;
}

.dropdown-menu-end {
    --bs-position: end;
    right: 0
        /* rtl:ignore */
    ;
    left: auto
        /* rtl:ignore */
    ;
}

@media (min-width: 541px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }

    .dropdown-menu-sm-end {
        --bs-position: end;
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }

    .dropdown-menu-md-end {
        --bs-position: end;
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }

    .dropdown-menu-lg-end {
        --bs-position: end;
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }

    .dropdown-menu-xl-end {
        --bs-position: end;
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
        right: auto
            /* rtl:ignore */
        ;
        left: 0
            /* rtl:ignore */
        ;
    }

    .dropdown-menu-xxl-end {
        --bs-position: end;
        right: 0
            /* rtl:ignore */
        ;
        left: auto
            /* rtl:ignore */
        ;
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropend .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #0f273a;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #e60017;
    background-color: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff0019;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #DFE7F1;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 1rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #0f273a;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #0f273a;
}

.dropdown-menu-dark {
    color: #ffffff;
    background-color: #0f273a;
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
    color: #ffffff;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #ffffff;
    background-color: #ff0019;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #DFE7F1;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
    color: #ffffff;
}

.dropdown-menu-dark .dropdown-header {
    color: #DFE7F1;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

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

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

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

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-6 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

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

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

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

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

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

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.px-6 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

@media (min-width: 541px) {
    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

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

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

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-6 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

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

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

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-sm-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-sm-6 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-sm-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

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

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

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-6 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

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

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

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-md-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-md-6 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-md-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

@media (min-width: 992px) {
    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

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

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

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-6 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

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

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

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-lg-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-lg-6 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-lg-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

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

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

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-6 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

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

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

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xl-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xl-6 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xl-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

@media (min-width: 1400px) {
    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

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

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

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-6 {
        margin-right: 4rem !important;
        margin-left: 4rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

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

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

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .my-xxl-6 {
        margin-top: 4rem !important;
        margin-bottom: 4rem !important;
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .px-xxl-6 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .py-xxl-6 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

.new-wrapper .bs-searchbar {
    width: 100%;
    position: relative;
}

.new-wrapper .bs-searchbar::before {
    content: '';
    height: 36px;
    width: 36px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/assets/images/search.svg");
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-searchbar::before {
        top: 0;
        margin-top: 0;
    }
}

.new-wrapper .bs-searchbar form {
    width: calc(80% - 1rem);
    margin-right: 1rem;
    display: inline-block;
}

.new-wrapper .bs-searchbar form input {
    height: 40px;
    width: 100%;
}

.new-wrapper .bs-searchbar form input::placeholder {
    color: #9DAABE;
    font-family: 'Roboto Slab', Arial, Helvetica, sans-serif;
}

.new-wrapper .bs-searchbar form input[type="text"] {
    font-size: 1rem;
    padding-left: 2.5rem;
    font-family: "Montserrat", Arial, sans-serif;
}

@media (max-width: 540.98px) {
    .new-wrapper .bs-searchbar form input[type="text"] {
        font-size: 0.875rem;
    }
}

.new-wrapper .bs-searchbar form input[type="text"]:focus {
    border: 0;
    box-shadow: none;
    outline: none;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-searchbar form {
        width: calc(70% - 1rem);
    }
}

@media (max-width: 540.98px) {
    .new-wrapper .bs-searchbar form {
        width: 100%;
    }
}

.new-wrapper .bs-searchbar .btn-search {
    width: 20%;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    text-align: center;
    vertical-align: bottom;
    border: none;
    color: #ffffff;
    background-color: #365f98;
    padding: 0;
    height: 40px;
}

.new-wrapper .bs-searchbar .btn-search:hover {
    background-color: #0f273a;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-searchbar .btn-search {
        width: 30%;
    }
}

@media (max-width: 540.98px) {
    .new-wrapper .bs-searchbar .btn-search {
        width: 100%;
        margin-top: .5rem;
    }
}

.new-wrapper ul.breadcrumbs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
}

.new-wrapper ul.breadcrumbs li {
    float: left;
    padding-right: 5px;
    font-weight: 500;
}

.new-wrapper ul.breadcrumbs li.current {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.new-wrapper ul.breadcrumbs li a {
    color: #ff0019;
    text-transform: uppercase;
    font-size: .8rem;
}

.new-wrapper ul.breadcrumbs li a:after {
    content: '>';
    display: inline-block;
    height: 10px;
    width: 5px;
    margin: 0 5px;
}

.new-wrapper ul.breadcrumbs li:last-child a {
    color: #0f273a;
}

.new-wrapper ul.breadcrumbs li:last-child a:after {
    display: none;
}

.new-wrapper .product {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
}

.new-wrapper .product-button-wrapper {
    margin-top: auto;
}

.new-wrapper .product-button-wrapper img {
    display: inline-block;
}

.new-wrapper .product:after {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    background-color: #DFE7F1;
    right: 0;
    top: 0;
    bottom: .2rem;
}

.new-wrapper .product:last-child:after {
    width: 0px;
}

.new-wrapper .product-text {
    margin-bottom: 1rem;
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}

.new-wrapper .product-image {
    margin: 0 auto 20px auto;
    height: 159px;
}

.new-wrapper .product-image img {
    object-fit: contain;
    object-position: center;
    height: 100%;
    width: 100%;
}

.new-wrapper .product-pricediscount {
    background-image: url("/assets/images/bg-discount.svg");
    background-size: contain;
    height: 70px;
    width: 70px;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: "Montserrat", Arial, sans-serif;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .new-wrapper .product-pricediscount {
        height: 60px;
        width: 60px;
        font-size: 0.9rem;
    }
}

.new-wrapper .product-tag-wrapper-left {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.new-wrapper .product-tag-wrapper-left .product-bestdeal {
    color: #ffffff;
    font-size: 10px;
    text-transform: uppercase;
    padding: .5rem .2rem .5rem .5rem;
    font-weight: 700;
    font-family: "Montserrat", Arial, sans-serif;
    display: inline-block;
    background-color: #0f273a;
    text-align: left;
    position: relative;
}

.new-wrapper .product-tag-wrapper-left .product-bestdeal:after {
    content: '';
    background-image: url("/assets/images/product-archive/bestdeal-label.svg");
    background-size: contain;
    background-position: left;
    height: 31px;
    width: 15px;
    display: inline-block;
    position: absolute;
    right: -14px;
    top: 0;
}

.new-wrapper .product-tag-wrapper-left .product-saletag {
    color: #0f273a;
    margin-bottom: 5px;
    font-size: 1.25rem;
    padding: .2rem .8rem;
    font-weight: 700;
    font-family: "Montserrat", Arial, sans-serif;
    display: inline-block;
    border-radius: 6px;
}

@media (max-width: 767.98px) {
    .new-wrapper .product-tag-wrapper-left .product-saletag {
        font-size: 0.9rem;
    }
}

.new-wrapper .product-pricetag {
    color: #ffffff;
    font-size: 1.25rem;
    padding: .2rem .8rem;
    font-weight: 700;
    font-family: "Montserrat", Arial, sans-serif;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    background: #ff0019;
    border-radius: 6px;
}

.new-wrapper .product-price-bottom {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .more-info-mobile {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .more-info-desktop {
        display: none;
    }
}

.product-price-bottom-compare {
    display: inline-block;
}

@media (max-width: 767.98px) {
    .product-price-bottom-compare {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .new-wrapper .product-pricetag {
        font-size: 1.1rem;
    }
}

.new-wrapper .product .btn {
    display: block;
    margin-bottom: .25rem;
}

@media (max-width: 767.98px) {
    .new-wrapper .product .btn {
        font-size: 0.75rem;
    }
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .new-wrapper {
        /* IE10+ specific styles go here */
    }

    .new-wrapper .row>* {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.new-wrapper .wrapper-readmore {
    position: relative;
}

.new-wrapper .wrapper-readmore:after {
    content: '';
    width: 100%;
    pointer-events: none;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    transition: height .5s;
}

.new-wrapper .wrapper-readmore.collapsed:after {
    background: none;
}

.new-wrapper .bs-header {
    background: #ff0019;
}

.new-wrapper .bs-header .bs-searchbar {
    margin-bottom: 25px;
}

@media (max-width: 540.98px) {
    .new-wrapper .bs-header .title-xl {
        font-size: 14px;
    }
}

.new-wrapper .product {
    text-align: left;
}

.new-wrapper .product-title {
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.new-wrapper .bs-product {
    margin-top: 40px;
    margin-bottom: 80px;
    font-family: "Montserrat", Arial, sans-serif;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-product {
        margin-bottom: 0px;
        margin-top: 0px;
    }
}

.new-wrapper .bs-product-single {
    color: #0f273a;
}

.new-wrapper .bs-product-single .readmore {
    display: block;
    text-align: right;
    color: #365f98;
    text-transform: uppercase;
}

.new-wrapper .bs-product-single .readmore:after {
    content: '';
    width: 14px;
    height: 8px;
    margin-left: 5px;
    display: inline-block;
    background-image: url(/assets/images/arrowheads/chevrons/chevron-blue-down-small.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.new-wrapper .bs-product-single .readmore[aria-expanded="true"]:after {
    transform: rotate(180deg);
}

.new-wrapper .bs-product-single .product-price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ff0019;
    display: flex;
    align-items: flex-start;
}

.new-wrapper .bs-product-single .product-price-small {
    font-size: 1.5rem;
    margin-top: 6px;
}

.new-wrapper .bs-product-ranking {
    font-weight: 600;
    padding: 1rem 0;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-product-ranking {
        padding: 2rem 0;
    }
}

.new-wrapper .bs-product-ranking .star-wrapper {
    display: inline-block;
    margin-right: 1rem;
}

.new-wrapper .bs-product-ranking .star-wrapper .star-img {
    float: left;
}

.new-wrapper .bs-product-single .bs-title-bar {
    position: relative;
}

.new-wrapper .bs-product-single .bs-title-bar img {
    display: inline-block;
}

.new-wrapper .bs-product-single .bs-title-bar.blue-arrow::after {
    position: absolute;
    content: '';
    background-image: url("/assets/images/pointer-down-blue.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 28px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    bottom: -20px;
}

.new-wrapper .bs-product-single h2 {
    font-size: 1.25rem;
    display: inline-flex;
    align-items: center;
}

.new-wrapper .bs-product-single h2 img {
    display: inline-block !important;
    margin-right: 5px;
    float: left;
}

.new-wrapper .bs-product-single h2 span.number {
    font-weight: 400;
    padding-left: 5px;
}

.new-wrapper .bs-product-single h3 {
    color: #365f98;
}

.new-wrapper .bs-product-single .gallery-top .swiper-slide {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.new-wrapper .bs-product-single .swiper-container {
    width: 100%;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

.new-wrapper .bs-product-single .swiper-container.gallery-thumbs {
    height: unset;
    box-sizing: border-box;
    margin-top: 1rem;
    text-align: center;
    display: flex;
    align-items: center;
}

.new-wrapper .bs-product-single .swiper-container.gallery-thumbs .swiper-slide {
    width: 90px !important;
    height: 90px;
    border: 1px solid #DFE7F1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media (min-width: 769px) {
    .new-wrapper .bs-product-single .swiper-container.gallery-thumbs .swiper-wrapper {
        width: auto;
    }

    .new-wrapper .bs-product-single .swiper-container.gallery-thumbs .swiper-slide {
        opacity: 0.4;
    }

    .new-wrapper .bs-product-single .swiper-container.gallery-thumbs .swiper-slide-thumb-active {
        border: 1px solid #ff0019;
        opacity: 1;
    }
}

.new-wrapper .bs-product-single-img-big {
    position: relative;
}

.new-wrapper .bs-product-single-img-big .best-deal {
    position: absolute;
    top: calc(50% - 60px);
    height: 121px;
    width: 121px;
    background-image: url("../images/product/best-deal.svg");
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.75rem;
    padding-top: 32px;
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 10;
}

.new-wrapper .bs-product-single-img-big .best-deal span {
    font-weight: 700;
}

@media (max-width: 768.98px) {

    .hide-mobile {
        display: none;
    }

}

@media (max-width: 768.98px) {
    .modal-open {
        overflow: hidden;
    }

    #modal-button-container {
        display: flex;
        justify-content: flex-end;
    }

    .hide-modal {
        display: none !important;
    }

    .fixed-modal {
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        width: 100%;
        overflow: hidden;
        /*margin-top: 100px;*/
        height: 100%;
        z-index: 1000;
    }

}

@media (min-width: 769px) {
    #modal-button-container {
        display: none;
    }
}

.modal-button {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 3rem;
    line-height: 1;
    color: grey;
    text-shadow: 0 1px 0 #fff;
}


@media (max-width: 540.98px) {
    .new-wrapper .bs-product-single-img-big .best-deal {
        padding-top: 25px;
        height: 90px;
        width: 90px;
        font-size: 1.2rem;
        line-height: 1.2rem;
    }
}

.new-wrapper .bs-product-single-img-big .populair-product {
    position: absolute;
    top: 50%;
    right: 0;
    height: 76px;
    width: 154px;
    background-image: url("../images/product/populair-product.svg");
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding-left: 40px;
    padding-top: 15px;
    z-index: 10;
}

@media (max-width: 540.98px) {
    .new-wrapper .bs-product-single-img-big .populair-product {
        height: 56px;
        width: 120px;
        font-size: 1rem;
        line-height: 1rem;
        padding-left: 33px;
        padding-top: 10px;
    }
}

.new-wrapper .bs-product-single-info {
    line-height: 2rem;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-product-single-info {
        margin-top: 1rem;
    }
}

.new-wrapper .bs-product-single-info-table {
    margin-top: 1rem;
}

.new-wrapper .bs-product-single-info-table table {
    width: 100%;
}

.new-wrapper .bs-product-single-info-table table td {
    border-bottom: 1px solid #DFE7F1;
    text-align: right;
}

.new-wrapper .bs-product-single-info-table table td:last-of-type {
    width: 0;
    white-space: nowrap;
}

.new-wrapper .bs-product-single-info-table table img {
    max-width: 120px;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-product-single-info-table table img {
        max-width: 100px;
    }
}

.new-wrapper .bs-product-single-info-table table td.logo-shop {
    cursor: pointer;
}

.new-wrapper .bs-product-single-info-table table tr:last-child th,
.new-wrapper .bs-product-single-info-table table tr:last-child td {
    border-bottom: 0px;
}

.new-wrapper .bs-product-single-info-table table td.prijs {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Montserrat", Arial, sans-serif;
    line-height: 2rem;
}

.new-wrapper .bs-product-single-info-table table span.prijs-small {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 1rem;
}

.new-wrapper .bs-product-single-info-table table td .go-shop {
    padding: 0.25rem 0.5rem;
    display: inline-flex;
    align-items: center;
}

.new-wrapper .bs-product-single-info-table table td .go-shop-nl,
.new-wrapper .bs-product-single-info-table table td .go-shop-de {
    padding: 0.25rem 2rem;
}

@media (max-width: 991.98px) {
    .new-wrapper .bs-product-single-info-table table td .go-shop {
        font-size: 12px;
        padding: 0.25rem 0.25rem;
    }

    .new-wrapper .bs-product-single-info-table table td .go-shop-nl,
    .new-wrapper .bs-product-single-info-table table td .go-shop-de {
        padding: 0.3rem 2rem;
    }
}

.new-wrapper .bs-product-single-info-table .table-readmore {
    display: block;
    text-align: right;
    color: #365f98;
}

.new-wrapper .bs-product-single-info-table .table-readmore:after {
    content: '';
    width: 14px;
    height: 8px;
    margin-left: 5px;
    display: inline-block;
    background-image: url(/assets/images/arrowheads/chevrons/chevron-blue-down-small.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.new-wrapper .bs-product-single-info-beschrijving {
    line-height: 1.5rem;
}

.new-wrapper .bs-product-single-info-beschrijving p {
    font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
}

.new-wrapper .bs-product-single-info-beschrijving p strong {
    font-family: "Montserrat", Arial, sans-serif;
}

.new-wrapper .bs-product-snelmenu {
    background: #0f273a;
    text-align: center;
    margin-top: 3rem;
    position: relative;
    font-weight: 500;
}

@media (max-width: 1199.98px) {
    .new-wrapper .bs-product-snelmenu {
        padding-bottom: 1rem;
    }
}

.new-wrapper .bs-product-snelmenu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .new-wrapper .bs-product-snelmenu ul {
        display: block;
    }
}

.new-wrapper .bs-product-snelmenu ul li {
    display: inline-flex;
    align-items: center;
    padding: 0 .5rem;
}

@media (max-width: 1199.98px) {
    .new-wrapper .bs-product-snelmenu ul li {
        float: left;
        width: 50%;
        text-align: left;
        display: block;
    }
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-product-snelmenu ul li {
        width: 100%;
    }
}

@media (max-width: 1399.98px) {
    .new-wrapper .bs-product-snelmenu .menu-items-gallery {
        overflow-x: hidden;
    }
}

.new-wrapper .bs-product-snelmenu .menu-items-gallery .swiper-button-next:focus,
.new-wrapper .bs-product-snelmenu .menu-items-gallery .swiper-button-prev:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

.new-wrapper .bs-product-snelmenu .menu-items-gallery .swiper-button-next:after,
.new-wrapper .bs-product-snelmenu .menu-items-gallery .swiper-button-prev:after {
    display: none;
}

@media (min-width: 1400px) {
    .new-wrapper .bs-product-snelmenu .menu-items-gallery .swiper-slide {
        width: auto !important;
        display: inline-block;
        padding: 0 30px;
    }
}

.new-wrapper .bs-product-snelmenu .menu-items-gallery .swiper-slide img {
    display: inline-block;
    margin-right: 5px;
    ;
    margin-bottom: -2px;
}

.new-wrapper .bs-product-snelmenu .menu-items-gallery .swiper-slide a {
    color: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    padding: 1.5rem 0;
}

.new-wrapper .bs-product-snelmenu .menu-items-gallery .swiper-slide a:hover {
    text-decoration: underline;
}

@media (max-width: 1199.98px) {
    .new-wrapper .bs-product-snelmenu .menu-items-gallery .swiper-slide a {
        padding: 1rem 0 0 0;
        font-size: 0.875rem;
    }
}

.new-wrapper .bs-product-vergelijk {
    margin-bottom: 3rem;
}

.new-wrapper .bs-product-single-info-table table td .go-shop {
    font-weight: 700;
}

@media (max-width: 1199.98px) {
    .new-wrapper .bs-product-vergelijk {
        margin-bottom: 1rem;
    }
}

.new-wrapper .bs-product-vergelijk p.title-xl span.number {
    font-weight: 500;
}

.new-wrapper .bs-product-single-info-table table td .go-shop:after {
    content: '';
    width: 14px;
    height: 15px;
    margin-left: 8px;
    display: inline-block;
    background-image: url("../images/product/go-shop.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 991.98px) {

    .new-wrapper .bs-product-single-info-table table td .go-shop:after {
        width: 11px;
        height: 13px;
    }
}

@media (max-width: 991.98px) {

    .new-wrapper .bs-product-single-info-table table td.prijs {
        font-size: 1.1rem;
        line-height: 1.1rem;
    }
}

@media (max-width: 767.98px) {

    .new-wrapper .bs-product-single-info-table table td.prijs {
        font-size: 14px;
        line-height: 14px;
    }
}

@media (max-width: 991.98px) {

    .new-wrapper .bs-product-single-info-table table span.prijs-small {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {

    .new-wrapper .bs-product-single-info-table table span.prijs-small {
        font-size: 12px;
        line-height: 12px;
    }
}

.new-wrapper .bs-product-specs {
    margin-bottom: 3rem;
}

.new-wrapper .bs-product-specs .container .table-responsive table tbody tr td a {
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-product-specs {
        margin-bottom: 1rem;
    }
}

.new-wrapper .bs-product-specs iframe {
    width: 100%;
    height: 350px;
}

.new-wrapper .bs-product-specs table {
    width: 100%;
    text-align: left;
}

.new-wrapper .bs-product-specs table th {
    font-weight: 700;
    font-family: "Montserrat", Arial, sans-serif;
}

.new-wrapper .bs-product-specs table th,
.new-wrapper .bs-product-specs table td {
    padding: 0.5rem 0;
}

.new-wrapper .bs-product-historie {
    margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-product-historie {
        margin-bottom: 1rem;
    }
}

.new-wrapper .bs-product-reviews {
    margin-bottom: 3rem;
}

@media (max-width: 767.98px) {
    .new-wrapper .bs-product-reviews {
        margin-bottom: 1rem;
    }
}

.new-wrapper .bs-product-reviews .reviews-wrapper {
    background: rgba(223, 231, 241, 0.5);
    border-radius: 2rem;
    padding: 2rem;
    margin-bottom: 2rem;
}

.new-wrapper .bs-product-reviews .reviews-star img.star-img {
    float: left;
}

.new-wrapper .bs-product-reviews .reviews-star span {
    margin-left: 10px;
}

.new-wrapper .bs-product-reviews .reviews-name {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Montserrat", Arial, sans-serif;
    margin: 1rem 0;
}

.new-wrapper .bs-product-gerelateerde .product-text {
    margin-bottom: 1rem;
}

.new-wrapper #readMoreDescriptionShort.collapse:not(.show) {
    display: block;
    /* height = lineheight * no of lines to display */
    height: 6rem;
    overflow: hidden;
}

.new-wrapper #readMoreDescriptionLong.collapse:not(.show) {
    display: block;
    height: 27rem;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .new-wrapper #readMoreDescriptionLong.collapse:not(.show) {
        height: 13.5rem;
    }
}

@media (max-width: 991.98px) {
    .new-wrapper #readMoreDescriptionLong.collapse:not(.show) {
        height: 22rem;
    }
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}