/*
===========================================
============ Native element ===============
===========================================
*/

/* Use icons according to your need: https://icons.getbootstrap.com/ */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");


/* Google fonts - Use your own according to graphic chart */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

:root {
    --font-color: #272727;
    --font-color-white: #ffffff;
    --table-border-color: #d7d7d7;
    --primary-color: #244D61;
    --secondary-color: #b7b7b7;
    --tertiary-color: #569662;
    --quaternary-color: #498053;
    --quinary-color: #f7f7f7;
    --senary-color: #f9f9f9;
    --choices-hover-color: #d9d9d9;
    --loader-border-color: #f3f3f3;
    --loader-bb-color: #555555;
    --promotag-bg-color: grey;
    --oldprice-color: #9c9c9c;
    --choice-switch-bgcolor: #e7e7e7;
    --selectedchoice-switch-bgcolor: #569662;
}

body{
  background-image: url(https://vauban-cdn.pubfac.io/uploads/lis-shop-paques-background.png);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

html, body {
    font-family: 'Roboto', sans-serif;
    color: var(--font-color);
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    background-color:black;
}
.primary-color {
    color: var(--primary-color);
}
.secondary-color {
    color: var(--secondary-color);
}
.tertiary-color {
    color: var(--tertiary-color);
}
h2 {
    color: var(--secondary-color);
}
a {
    color: var(--primary-color);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.noisy {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.table-global-wrapper table {
    margin-bottom: 30px;
    margin-top: 15px;
}

.table-global-wrapper table td {
    border: 1px solid var(--table-border-color);
    padding: 10px;
}
.alert-top {
    display: block;
    position: fixed;
    top :0;
    left: 0;
    width: 100%;
    z-index: 99;
    opacity: 0.7;
    pointer-events: none;
}
.action.primary {
    background-image: none;
    background: #08c;
    border: 1px solid #08c;
    color: var(--font-color-white);
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    vertical-align: middle;
    font-weight: 400;
    line-height: 22px;
}

/* === Loader === */

.loading {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 5px solid var(--loader-border-color);
    border-radius: 50%;
    border-top: 5px solid var(--loader-bb-color);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}
.page-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border: 5px solid var(--loader-border-color);
    border-radius: 50%;
    border-top: 5px solid var(--loader-bb-color);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* === Buttons === */

.add-to-cart {
    display: flex;
}

.back-home,
.btn-contact,
.minicart-content .checkout-btn,
.add-to-cart-btn {
    background-color: var(--tertiary-color);
    border: none;
    border-bottom: 3px solid var(--quaternary-color);
    border-radius: 23px;
    line-height: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 40px;
    color: var(--font-color-white);
}
.minicart-content .checkout-btn {
    margin-bottom: 40px;
}
.minicart-content .checkout-btn:before {
    font-family: "bootstrap-icons";
    content: '\F26A';
    display: inline;
    margin-right: 8px;
    font-size: 1.2rem;
}
.add-to-cart-btn:before {
    font-family: "bootstrap-icons";
    content: '\F23E';
    display: inline;
    margin-right: 10px;
    font-size: 1.2rem;
}
.back-home:before {
    font-family: "bootstrap-icons";
    content: '\F896';
    display: inline;
    margin-right: 10px;
    font-size: 1.2rem;
}
.btn-contact:before {
    font-family: "bootstrap-icons";
    content: '\F6B9';
    display: inline;
    margin-right: 10px;
    font-size: 1.2rem;
}
.btn-contact:hover,
.back-home:hover,
.minicart-content .checkout-btn:hover,
.add-to-cart-btn:hover {
    border-bottom: 1px solid var(--secondary-color);
    background: var(--primary-color);
    color: var(--font-color-white);
    text-decoration: none !important;
}
.delete-item-btn {
    background-color: var(--quinary-color);
    border: 1px solid lightgrey;
    border-bottom: 2px solid lightgrey;
    border-radius: 23px;
    color: #272727;
    height: 40px;
    width: 40px;
    display: inline-block;
    position: relative;
    text-indent: -99999px;
}
.delete-item-btn:before {
    font-family: "bootstrap-icons";
    content: '\F78A';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 40px;
    font-size: 1.2rem;
    text-indent: initial;
}

.delete-coupon-btn {
    background-color: var(--quinary-color);
    border: 1px solid lightgrey;
    border-bottom: 2px solid lightgrey;
    border-radius: 23px;
    color: #272727;
    height: 32px;
    width: 32px;
    display: inline-block;
    position: relative;
    text-indent: -99999px;
    margin: 0 5px;
}
.delete-coupon-btn:before {
    font-family: "bootstrap-icons";
    content: '\F78A';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 30px;
    font-size: 0.95rem;
    text-indent: initial;
}
.delete-coupon-btn:hover,
.delete-item-btn:hover {
    border-bottom: 1px solid lightgrey;
    background-color: #f9f9f9;
}

.actions {
    text-align: right;
}
.vanguard-payment-iframe {
    width: 100%;
    padding: 10px;
    border: 0;
}

/* == Transitions == */

a, button {  
    transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
}

/* === Product item Card reset === */

.products-grid .product-item-info.card {
    border: 0 !important;
}

.products-grid .product-item-details.card-body {
    padding: 0 !important;
}

.products-grid .product-item-details-button.card-footer {
    border: 0 !important;
    background: initial !important;
}


/* === Header === */

.header  {
    -webkit-box-shadow: 0 0 5px rgba(0, 0,0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0,0, 0.15);
}
.main-menu-wrapper {
    text-transform: uppercase;
}
.main-menu-wrapper a {
    text-decoration: none;
}
.main-menu-wrapper a:hover {
    color: var(--primary-color)!important;
}
.main-menu-wrapper .category-item.level1 a {
    color: var(--bs-nav-link-color);
}

/* === Icon Minicart === */

a.showcart{
    color: #5e5e5e;
}

.showcart .counter {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0 3px;
    overflow: hidden;
    color: var(--font-color-white);
    background: var(--tertiary-color);
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 0.9rem;
    line-height: 24px;
    text-align: center;
}
.showcart {
    display: inline-block;
    text-decoration: none !important;
}
.showcart:before {
    font-family: "bootstrap-icons";
    content: '\F23D';
    display: block;
    vertical-align: top;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 30px;
    color:white;
}

/* === Menu === */

.main-menu {
    list-style: none;
    padding: 0;
}

.main-menu li.level1 {
    list-style: none;
    padding: 0;
    position: relative;
}

.main-menu li.level1 ul.subchildmenu {
    display: none;
    position: absolute;
    background: var(--font-color-white);
    padding: 20px 15px;
    z-index: 99;
    width: 100%;
    list-style: none;
    border-radius: 0 0 5px 5px;
}

.main-menu li.level1 ul.subchildmenu li {
    font-size: 1rem;
    margin-bottom: 10px;
}

.main-menu li.level1:hover > ul.subchildmenu {
    display: block;
}


/* === breadrumbs === */

.breadcrumbs {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1170px;
}
.breadcrumbs ol {
    padding-left: 0rem;
}
.breadcrumb {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb a {
    font-size: 0.9rem;
    color: #666666;
}
.breadcrumbs li:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 18px;
    color: inherit;
    content: '/';
    margin: 0 9px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}

/* == Product Grid == */

.products-grid ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.products-grid .product-item {
    position: relative;
    text-align: center;
    vertical-align: top;
    margin-bottom: 3.5rem;
}
.products-grid .product-item .promotion-label-container {
    display: block;
    height: 100px;
    width: 100px;
    text-align: center;
    background: var(--promotag-bg-color);
    color: white;
    line-height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 32px;
    font-weight: 500;
    rotate: -10deg;
}
.products-grid .product-image {
    max-width: 100%;
}
.products-grid .product-item-details {
    margin-top: 1rem;
}
.products-grid .product-item-name {
    display: block;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: var(--primary-color);
    font-weight: bold !important;
    font-size: 1.15rem;
    overflow: hidden;
    text-transform: uppercase;
}
.products-grid .listing-long-name {
    font-size: 0.95rem;
}
.products-grid .product-item-details .know-more {
    display: none;
    margin: 0.5rem 0;
    font-style: italic;
}
.products-grid .product-item-link {
    text-decoration: none;
}
.products-grid .product-item-link:hover {
    text-decoration: underline;
}
.products-grid .listing-short-description {
    font-size: 0.9rem;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0.5rem;
}
.products-grid .price-container {
    display: block;
    margin-bottom: 1rem;
}

.products-grid .old-price-wrapper {
    display: block;
}

.products-grid .old-price {
    display: inline-block;
    position: relative;
    color: var(--oldprice-color);
    font-weight: 500;
    font-size: 1.1rem;
}
.products-grid .old-price:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: -5px;
    width: calc(100% + 10px);
    height: 1px;
    background: var(--font-color);
}

.products-grid .price {
    text-rendering: optimizeLegibility;
    color: var(--font-color);
    font-size: 1.5rem;
    font-weight: bold !important;
}

/* == Product List == */

.products-list .product-item {
    position: relative;
    text-align: left;
    margin-bottom: 3rem;
    padding: 1.5rem;
    box-shadow: 0px 0px 12px 2px white;
    background: #FFF;
}
.products-list .product-item .promotion-label-container {
    display: block;
    height: 100px;
    width: 100px;
    text-align: center;
    background: var(--promotag-bg-color);
    color: white;
    line-height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 32px;
    font-weight: 500;
    rotate: -10deg;
}
.products-list .product-image {
    max-width: 100%;
}
.products-list .product-item-name {
    display: block;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: var(--primary-color);
    font-weight: bold !important;
    font-size: 1.15rem;
    overflow: hidden;
    text-transform: uppercase;
}
.products-list .listing-long-name {
    font-size: 0.95rem;
    margin-bottom: 0;
}
.products-list .product-item-details .know-more {
    display: none;
    margin: 1rem 0 0 0;
    font-style: italic;
}
.products-list .product-item-link {
    text-decoration: none;
    /* Pour désactiver le lien */
    pointer-events: none;
    cursor: default;
    color: inherit;
}
.products-list .product-item-link:hover {
    text-decoration: underline;
}
.products-list .listing-short-description {
    font-size: 0.9rem;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0.5rem;
}
.products-list .price-container {
    text-align: center;
}

.products-list .old-price-wrapper {
    display: block;
}

.products-list .old-price {
    display: inline-block;
    position: relative;
    color: var(--oldprice-color);
    font-weight: 500;
    font-size: 1.2rem;
}
.products-list .old-price:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: -5px;
    width: calc(100% + 10px);
    height: 1px;
    background: red;
}

.products-list .price {
    text-rendering: optimizeLegibility;
    color: var(--font-color);
    font-size: 1.5rem;
    font-weight: bold !important;
}

.products-list .price .starting-offer {
    color: var(--primary-color);
    font-size: 1.5rem;
    display: block;
}

.products-list .price .starting-offer span,
.products-list .price .after-starting-offer span {
    display: inline-block;
    vertical-align: baseline;
}

.products-list .price .starting-offer .starting-offer-detail {
    font-size: 1.15rem;
    margin-left: 10px;
}

.products-list .price .after-starting-offer {
    color: var(--secondary-color);
    font-size: 1.3rem;
    display: block;
}

.products-list .price .after-starting-offer .after-starting-offer-details {
    font-size: 1.15rem;
}

/* == Product List Cart == */

.products-list-cart .product-item {
    position: relative;
    text-align: left;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    background: var(--senary-color);
}
.products-list-cart .product-item .promotion-label-container {
    display: block;
    height: 100px;
    width: 100px;
    text-align: center;
    background: var(--promotag-bg-color);
    color: white;
    line-height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 32px;
    font-weight: 500;
    rotate: -10deg;
}
.products-list-cart .product-image {
    max-width: 100%;
}
.products-list-cart .product-item-name {
    display: block;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    color: var(--primary-color);
    font-weight: bold !important;
    font-size: 1.15rem;
    overflow: hidden;
    text-transform: uppercase;
}
.products-list-cart .listing-long-name {
    font-size: 0.95rem;
    margin-bottom: 0;
}
.products-list-cart .product-item-details .know-more {
    display: none;
    margin: 1rem 0 0 0;
    font-style: italic;
}
.products-list-cart .product-item-link {
    text-decoration: none;
}
.products-list-cart .product-item-link:hover {
    text-decoration: underline;
}
.products-list-cart .listing-short-description {
    font-size: 0.9rem;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin-bottom: 0.5rem;
}
.products-list-cart .price-container {
    text-align: center;
}

.products-list-cart .price {
    text-rendering: optimizeLegibility;
    color: var(--font-color);
    font-size: 1.2rem;
    font-weight: bold !important;
}

.products-list-cart .price .starting-offer {
    color: var(--primary-color);
    font-size: 1.5rem;
    display: block;
}

.products-list-cart .price .starting-offer span,
.products-list-cart .price .after-starting-offer span {
    display: inline-block;
    vertical-align: baseline;
}

.products-list-cart .price .starting-offer .starting-offer-detail {
    font-size: 1.15rem;
    margin-left: 10px;
}

.products-list-cart .price .after-starting-offer {
    color: var(--secondary-color);
    font-size: 1.3rem;
    display: block;
}

.products-list-cart .price .after-starting-offer .after-starting-offer-details {
    font-size: 1.15rem;
}

.products-list-cart  .add-to-cart-btn {
    font-size: 0.9rem;
    height: 36px;
    line-height: 36px;
}

.products-list-cart  .add-to-cart-btn:before {
    font-size: 0.9rem;
}
    

/* == Footer == */

.footer .leadgen {
    min-height: 35vh;
    background-image: url('https://cdn-cin.qa-pubfac.io/uploads/bg-leadgen.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.footer .leadgen .overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
.footer .leadgen .overlay form input.form-control {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  padding: 0 15px;
  border: 2px solid var(--primary-color);
  margin-bottom: 10px;
}
.footer .leadgen .overlay form button {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.035em;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    background: var(--tertiary-color);
    color: var(--font-color-white);
    text-decoration: none;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid var(--quaternary-color);
    cursor: pointer;
}
.footer .leadgen .overlay form button:hover {
  border-bottom: 1px solid var(--secondary-color);
  background: var(--primary-color);
}
.footer .leadgen h4,
.footer .leadgen p,
.footer .leadgen label {
    color: var(--font-color-white);
}
.footer .footer-menu {
    background-color: black;
}
.footer .footer-menu a {
    color: var(--font-color-white);
    opacity: 1;
}
.footer .footer-menu a:hover {
    color: var(--font-color-white);
    opacity: 0.7;
}


/*
===========================================
================== Pages ==================
===========================================
*/


/* == Minicart page == */
.minicart-wrapper .bar-wrapper {
    background-color: var(--quinary-color);
}
.minicart-wrapper .bar-wrapper .free-shipping-label {
    font-size: 0.8rem;
}
.minicart-wrapper .bar-wrapper .free-shipping-progressbar {
    margin-top: 6px
}
.minicart-wrapper .bar-wrapper .progress {
    --bs-progress-height: 0.5rem!important;
    height: 0.5rem!important;
}
.minicart-content.cart-table-wrapper {
    height: 100%;
    overflow-y: auto;
}
.minicart-content.cart-table-wrapper table thead {
    display: none;
}
.minicart-content.cart-table-wrapper table th,
.minicart-content.cart-table-wrapper table tr,
.minicart-content.cart-table-wrapper table td {
    display: block;
}
.minicart-content.cart-table-wrapper .shopping-cart-table,
.minicart-content.cart-table-wrapper .shopping-cart-table tbody {
    display: block;
    width: 100%;
}
.minicart-content.cart-table-wrapper .shopping-cart-table {
    border: none;
    margin: 0;
}
.minicart-content.cart-table-wrapper .shopping-cart-table tr.cart-row,
.checkout-wrapper .shopping-cart-table tr.cart-row {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dadada;
}
.minicart-content.cart-table-wrapper .shopping-cart-table tr.cart-row:last-child {
    border-bottom: none;
}
.minicart-content.cart-table-wrapper .shopping-cart-table td.image {
    margin-right: 15px;
    float: left;
}
.minicart-content.cart-table-wrapper .shopping-cart-table td.item {
    float: left;
    font-weight: bold;
}
.minicart-content.cart-table-wrapper .shopping-cart-table td.choice-name {
    float: left;
    width: calc(100% - 117px);
    margin-bottom: 5px;
}
.minicart-content.cart-table-wrapper .shopping-cart-table td.choice-name span {
    display: block;
}

.minicart-content.cart-table-wrapper .shopping-cart-table td.bcl-suggestion {
    display: block;
    width: calc(100% - 117px);
    margin-left: 117px;
    margin-top: 1rem;
}

.minicart-content.cart-table-wrapper .shopping-cart-table td.bcl-suggestion span.associated-bcl-label {
    margin-bottom: 5px;
    color: var(--tertiary-color);
    font-weight: bold;
    display: block;
}
.minicart-content.cart-table-wrapper .shopping-cart-table td.bcl-suggestion select {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
    border: 1px solid lightgrey;
    background: var(--font-color-white);
    margin-right: 5px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    margin-bottom: 10px;
    vertical-align: middle;
}
.minicart-content.cart-table-wrapper .shopping-cart-table td.bcl-suggestion .add-to-cart-bcl {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px;
}

.minicart-content.cart-table-wrapper .shopping-cart-table td.bcl-suggestion .add-to-cart-bcl .add-to-cart-btn:before {
    display: none;
}
.minicart-content.cart-table-wrapper .shopping-cart-table td.bcl-suggestion .add-to-cart-bcl .add-to-cart-btn {
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.minicart-content.cart-table-wrapper .shopping-cart-table td.price {
    clear: both;
    display: none;
}
.minicart-content.cart-table-wrapper .shopping-cart-table td.qty {
    clear: both;
    display: inline-block;
    width: 70px;
}
.minicart-content.cart-table-wrapper .shopping-cart-table tr.bcl-item td.qty {
    margin-left: 0;
}
.minicart-content.cart-table-wrapper .shopping-cart-table td.qty input {
    display: block;
    width: 100%;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
    border: 1px solid lightgrey;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-right: 1.5rem;
    font-weight: 400;
    border-radius: 4px;
}
.minicart-content.cart-table-wrapper .shopping-cart-table td.subtotal,
.minicart-content.cart-table-wrapper .shopping-cart-table td.action {
    display: inline-block;
    margin-left: 10px;
}
.minicart-content.cart-table-wrapper .shopping-cart-table td.subtotal {
    font-weight: bold;
}
.minicart-content.cart-table-wrapper .shopping-cart-table:after {
    display: table;
    clear: both;
}
.minicart-content .cart-totals {
    text-align: right;
}
.minicart-content ul.cart-totals {
    list-style: none;
    padding: 0;
}
.minicart-content ul.cart-totals li {
    margin-bottom: 5px;
    padding: 0 10px;
}

.minicart-content ul.cart-totals li.total {
    font-weight: bold;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid var(--secondary-color);
}
.minicart-content .cart-coupon-wrapper {
    padding: 15px 15px 20px 15px;
    background: var(--quinary-color);
    margin-bottom: 20px;
}
.minicart-content .cart-coupon-wrapper p {
    margin-bottom: 5px;
    font-weight: 500;
}

.minicart-content .cart-coupon-wrapper input {
    display: inline-block;
    width: 50%;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
    border: 1px solid lightgrey;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    font-weight: 400;
    border-radius: 4px;
    vertical-align: middle;
}

.minicart-content .cart-coupon-wrapper button {
    background-color: var(--tertiary-color);
    border: none;
    border-bottom: 3px solid var(--quaternary-color);
    border-radius: 5px;
    color: var(--font-color-white);
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: middle;
}
.minicart-content .cart-coupon-wrapper button:hover {
    border-bottom: 1px solid var(--secondary-color);
    background: var(--primary-color);
}

.minicart-content .cart-coupon-wrapper .alert {
    margin-top: 10px;
}

.offcanvas.offcanvas-end {
    width: 600px;
    max-width: 100%;
}
.progress-bar {
    background-color: var(--primary-color);
}
.minicart-content.cart-table-wrapper .shopping-cart-table .product-image {
    max-width: 100px;
}

.minicart-content .choice-switch-wrapper {
    display: flex;
    width: 100%;
    margin: 2rem 0;
}

.minicart-content .choice-switch-wrapper .multiple-times-label {
    font-size: 1rem;
    margin: 0;
}

.minicart-content .choice-switch-wrapper .switch-choice {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
    height: 40px;
    background: var(--choice-switch-bgcolor);
}

.minicart-content .choice-switch-wrapper .default-choice-wrapper {
    border-radius: 20px 0 0 20px;
}

.minicart-content .choice-switch-wrapper .alternative-choice-wrapper {
    border-radius: 0 20px 20px 0;
}

.minicart-content .choice-switch-wrapper .selected {
    color: white;
    background: var(--selectedchoice-switch-bgcolor);
}

/* Extrasells */

.minicart-wrapper .cart-extrasell-wrapper {
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.98);
    box-shadow: inset -1px 0 5px 0 rgba(0,0,0,0.05);
}

.minicart-wrapper .cart-extrasell-wrapper .extrasell-container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.minicart-wrapper .cart-extrasell-wrapper .extrasell-container .extrasell-header {
    margin: 1.5rem 0
}

.minicart-wrapper .cart-extrasell-wrapper .extrasell-container .extrasell-header h5 {
    color: var(--primary-color);
}

.minicart-wrapper .cart-extrasell-wrapper .extrasell-container .products-list-cart .product-item-name {
    font-size: 1rem;
    margin: 0.5rem 0;
}

.minicart-wrapper .cart-extrasell-wrapper .extrasell-container .nothanks {
    font-style: italic;
    cursor: pointer;
    color: var(--primary-color);
}

.minicart-wrapper .cart-extrasell-wrapper .extrasell-container .extrasell-close.nothanks {
    font-style: initial;
    cursor: pointer;
    color: var(--primary-color);
    position: absolute;
    top: 18px;
    right: 20px;
}

.minicart-wrapper .show-extrasell {
    display: none;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    border-radius: 22px;
    background: var(--quinary-color);
    color: var(--tertiary-color);
    cursor: pointer;
}


/* == Checkout == */

.checkout-wrapper .shopping-cart-table {
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 16px;
}
.checkout-wrapper .shopping-cart-table thead {
    text-align: center;
}
.checkout-wrapper .shopping-cart-table thead .ref {
    display: none;
}
.checkout-wrapper .shopping-cart-table thead .price {
    display: none;
}
.checkout-wrapper .shopping-cart-table tbody .choice-name {
    display: none;
}
.checkout-wrapper .shopping-cart-table tbody .price {
    display: none;
}
.checkout-wrapper .shopping-cart-table tbody .qty {
    text-align: center;
}
.checkout-wrapper .shopping-cart-table tbody .subtotal {
    text-align: center;
}
.checkout-wrapper .shopping-cart-table .product-image {
    max-width: 60px;
    padding: 10px 0;
}
.checkout-wrapper .cart-totals {
    text-align: right;
}
.checkout-wrapper ul.cart-totals {
    list-style: none;
    padding: 0;
}
.checkout-wrapper ul.cart-totals li {
    margin-bottom: 0.5rem;
    padding: 0 10px;
}

.minicart-content ul.cart-totals li.shipping-price-total span.amount,
.minicart-content ul.cart-totals li.subtotal span.subtotal,
.minicart-content ul.cart-totals li.coupons span.amount,
.minicart-content ul.cart-totals li.total span.subtotal,
.checkout-wrapper ul.cart-totals li.shipping-price-total span.amount,
.checkout-wrapper ul.cart-totals li.subtotal span.subtotal,
.checkout-wrapper ul.cart-totals li.coupons span.amount,
.checkout-wrapper ul.cart-totals li.total span.subtotal {
    display: inline-block;
    width: 85px;
}

.checkout-wrapper ul.cart-totals li.total {
    font-weight: bold;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 1px solid var(--secondary-color);
}

.minicart-content ul.cart-totals li.coupons,
.checkout-wrapper ul.cart-totals li.coupons {
    padding: 5px 10px;
    background: #f8f8f8;
}

.coupons .label {
    font-weight: 500;
}

.coupons .subtotal {
    margin: 0 5px;
}

.checkout-wrapper .field-group-billing,
.checkout-wrapper .field-group-shipping {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 15px;
}
.checkout-wrapper .field-group-billing label,
.checkout-wrapper .field-group-shipping label {
    display: block;
    margin-right: 10px;
}
.checkout-wrapper .field-group-billing input,
.checkout-wrapper .field-group-shipping input {
    width: 100%;
    padding: 5px 10px;
    height: 40px;
}
.checkout-wrapper .field-group-billing select,
.checkout-wrapper .field-group-shipping select {
    width: 100%;
    padding: 5px 10px;
    height: 40px;
}
.checkout-wrapper .field-group-billing.sameAsBilling label {
    display: inline-block!important;
}
.checkout-wrapper .field-group-billing.sameAsBilling input {
    width: auto!important;
    height: initial;
    margin-right: 10px;
}
.checkout-wrapper .field-group-billing.billingEmail {
    width: 50%;
}
.checkout-wrapper .field-group-billing.billingEmailConfirm {
    width: 50%;
}
.checkout-wrapper .field-group-billing.billingGender,
.checkout-wrapper .field-group-shipping.shippingGender,
.checkout-wrapper .field-group-billing.billingFirstName,
.checkout-wrapper .field-group-shipping.shippingFirstName,
.checkout-wrapper .field-group-billing.billingLastName,
.checkout-wrapper .field-group-shipping.shippingLastName {
    width: 33.333333%;
}
.checkout-wrapper .field-group-billing.billingPhoneNumber,
.checkout-wrapper .field-group-shipping.shippingPhoneNumber,
.checkout-wrapper .field-group-billing.sameAsBilling,
.checkout-wrapper .field-group-shipping.shippingTitle {
    width: 100%;
}
.checkout-wrapper .field-group-billing.sameAsBilling {
    margin-top: 1rem;
}
.checkout-wrapper .field-group-shipping.shippingTitle label {
    color: var(--secondary-color);
    width: 100%;
    padding-top: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 1.1rem;
    border-top: 1px solid lightgray;
}
.checkout-wrapper .field-group-billing.billingStreet3,
.checkout-wrapper .field-group-shipping.shippingStreet3 {
    width: 100%;
}
.checkout-wrapper .field-group-billing.billingStreet1,
.checkout-wrapper .field-group-shipping.shippingStreet1 {
    width: 100%;
}
.checkout-wrapper .field-group-billing.billingStreet2,
.checkout-wrapper .field-group-shipping.shippingStreet2 {
    width: 100%;
}
.checkout-wrapper .field-group-billing.billingStreet4,
.checkout-wrapper .field-group-shipping.shippingStreet4 {
    width: 100%;
}
.checkout-wrapper .field-group-billing.billingZipCode,
.checkout-wrapper .field-group-shipping.shippingZipCode {
    width: 50%;
}
.checkout-wrapper .field-group-billing.billingCity,
.checkout-wrapper .field-group-shipping.shippingCity {
    width: 50%;
}
.checkout-wrapper .field-group-billing.billingCountry,
.checkout-wrapper .field-group-shipping.shippingCountry {
    width: 100%;
}
.checkout-wrapper .field-group-cgv {
    padding: 0 10px;
    margin: 15px 0;
}
.checkout-wrapper .field-group-cgv input {
    margin-right: 10px;
}
.checkout-wrapper .field-group-cgv.acceptCgs {
    margin-bottom: 1rem;
}

.checkout-wrapper .payment-form ul {
    list-style: none;
    padding-left: 0px;
    text-align: center;
    text-transform: uppercase;
}
.checkout-wrapper .payment-form ul li {
    display: inline-block;
    width: 50%;
    position: relative;
    height: 45px;
    line-height: 45px;
}
.checkout-wrapper .payment-form ul li label {
    width: 100%;
    border: 1px solid lightgrey;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.checkout-wrapper .payment-form ul li.bankcard label {
    border-radius: 30px 0 0 30px;
}
.checkout-wrapper .payment-form ul li.sepa label {
    border-radius: 0 30px 30px 0;
}
.checkout-wrapper .payment-form ul li.bankcard label:after {
    font-family: "bootstrap-icons";
    content: '\F2DB';
    display: inline;
    margin-left: 10px;
    font-weight: 500;
    font-size: 1.5rem;
}
.checkout-wrapper .payment-form ul li.sepa label:after {
    font-family: "bootstrap-icons";
    content: '\F637';
    display: inline;
    margin-left: 5px;
    font-weight: 700;
    font-size: 1.5rem;
}
.checkout-wrapper .payment-form ul li label:hover {
    border: 1px solid var(--primary-color);
    background-color: #d9d9d9;
}
.checkout-wrapper .payment-form ul li input {
    position: absolute;
    z-index: -1;
    left: 0;
    opacity: 0;
}
.checkout-wrapper .payment-form ul li input:checked + label {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: var(--font-color-white);
}
.checkout-wrapper .payment-form .vanguard-payment-iframe {
    border: 1px solid lightgrey;
}

.checkout-wrapper .alert.alert-warning {
    margin-top: 2rem;
}

/* Product page */

.product-page .main-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    background-color: white;
    border-radius: 10px;
}
.product-page .additional-images {
    text-align: center;
    display:none;
    padding: 1rem 0;
}
.product-page .additional-images li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.product-page .additional-images li:first-child {
    margin-left: 0;
}
.product-page .additional-images li img {
    max-width: 50px;
    border: solid 1px lightgrey;
}
.additional-images li img.current {
    border: solid 1px var(--primary-color);
}
.product-page .product-choices-option input{
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0;
}
.product-page .product-choices {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.product-page .product-choices-option {
    width: 30%;
    text-align: center;
    margin-bottom: 1rem;
}
.product-page .product-choices-option label {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    border: 1px solid lightgrey;
    border-radius: 5px;
    cursor: pointer;
}
.product-page .product-choices-option label:hover{
    border: 1px solid var(--primary-color);
    background-color: var(--choices-hover-color);
}
.product-page .product-choices-option input:checked + label{
    border: 1px solid var(--primary-color)!important;
    background-color: var(--choices-hover-color);
}
.product-page .product-choices-option .choice-name {
    margin-top: 0.5rem;
    display: block;
    font-size: 1.1rem;   
}
.product-page .product-choices-option .promotion-label-container {
    display: block;
    margin: 10px 0;
    text-align: center;
}
.product-page .product-choices-option .promotion-label-container .promotion-label {
    display: inline-block;
    color: var(--font-color-white);
    background: var(--promotag-bg-color);
    padding: 5px 10px;
    font-size: 1.05rem;
    border-radius: 5px;
}
.product-page .product-choices-option .price-container.choice-price {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.product-page .product-choices-option .price-container.choice-price .old-price-wrapper {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.product-page .product-choices-option .price-container.choice-price .old-price-wrapper .old-price {
    display: block;
    color: var(--oldprice-color);
    position: relative;
    color: var(--oldprice-color);
    font-weight: 500;
    font-size: 1.05rem;
}
.product-page .product-choices-option .price-container.choice-price .old-price-wrapper .old-price:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: -3px;
    width: calc(100% + 6px);
    height: 1px;
    background: var(--font-color);
}
.product-page .product-choices-option .price-container.choice-price .price {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.3rem;
    font-weight: 700;
}
.product-page .product-choices-option .price-container.choice-price .price .after-starting-offer {
    color: var(--secondary-color);
    font-size: 1.15rem;
}
.product-page .bcl-options .price-per-unit {
    display: block;
    font-size: 0.8rem;
}
.add-to-cart input {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important;
    border: 1px solid lightgrey;
    text-align: center;
    max-width: 70px;
    height: 40px;
    line-height: 40px;
    margin-right: 1.5rem;
    font-weight: 700;
    border-radius: 4px;
}

/* Confirmation page */
.order-recap ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5rem;
}
.order-recap ul li {
    display: flex;
    align-items: baseline;
    font-weight: 500;
    margin-bottom: 0.6rem;
}
.order-recap ul li:before {
    font-family: "bootstrap-icons";
    content: '\F171';
    display: inline;
    margin-right: 10px;
    color: var(--primary-color);
    font-size: 1.2rem;
    font-weight: 400;
}
.order-recap .shipping-fees,
.order-recap .subtotal {
    margin-bottom: 0.5rem;
}
.order-recap .amount {
    display: inline-block;
    margin-left: 10px;
}
.order-recap .separator {
    display: inline-block;
    margin: 0 5px;
}
.order-recap .total {
    font-weight: bold;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid var(--secondary-color);
    font-size: 1.2rem;
}
/* == Contact page == */

.contact-form-wrapper form label {
    display: block;
}
.contact-form-wrapper form div.margin-bottom {
    margin-bottom: 1rem;
}
.contact-form-wrapper form label {
    display: block;
    margin-bottom: 10px;
}
.contact-form-wrapper form div.margin-bottom {
    margin-bottom: 1rem;
}
.contact-form-wrapper form input {
    width: 100%;
    padding: 5px 10px;
}
.contact-form-wrapper form select {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
}
.contact-form-wrapper form textarea {
    width: 100%;
    padding: 5px 10px;
}

/*
===========================================
============= media queries ===============
===========================================
*/
@media screen and (max-width: 1100px) {
    .minicart-wrapper .cart-extrasell-wrapper {
        right: 0;
        background: rgba(255,255,255,0.99);
    }
}
@media screen and (max-width: 575px) {
    .products-grid .product-image{max-width: 150px;}
    .product-page .product-choices-option {width: 100%;}
}

@media screen and (max-width: 767px) {
    .products-grid .product-image{max-width: 200px;}
    .product-page .main-image{max-width: 200px;}
    .checkout-wrapper .field-group-billing {width: 100%;}
}
@media screen and (max-width: 520px) {

    .minicart-wrapper .cart-extrasell-wrapper .extrasell-container .products-list-cart .product-item-name {
        text-align: center;
    }
    .products-list-cart .product-image {
        width: 140px;
        margin: 0 auto 10px auto;
        display: block;
    }
    .footer .leadgen {
          min-height: 46vh;
    }
    .footer .leadgen .col-sm-7 {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 420px) {
    .footer .leadgen {
          min-height: 70vh;
    }
}

.products-grid .old-price, .products-list .old-price {
    color: #d52121;
    font-size: 1.5rem;
}

.minicart-wrapper .bar-wrapper {
    display:none;
}

.shipping-price-total{
    display:none;
}
.product-item-photo a {
    pointer-events: none;
    cursor: default;
}
.shipping-fees{
    display:none !important;
}
.animated-checkmark {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #00ff88, #00cc6a);
    border-radius: 50%;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: white;
    animation: pulse 2s infinite;
}