/*
===========================================
============ 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');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --font-color: #272727;
    --font-color-white: #ffffff;
    --font-color-dark-gray: #222647;
    --font-color-gray: #878787;
    --table-border-color: #d7d7d7;
    --primary-color: #264B77;
    --secondary-color: #337AC1;
    --tertiary-color: #FFEB63;
    --quaternary-color: #498053;
    --quinary-color: #f7f7f7;
    --senary-color: #f9f9f9;
    --choices-hover-color: #DAE7F4;
    --loader-border-color: #f3f3f3;
    --loader-bb-color: #555555;
    --promotag-bg-color: #FFEB63;
    --oldprice-color: #9c9c9c;
    --choice-switch-bgcolor: #e7e7e7;
    --selectedchoice-switch-bgcolor: #569662;
}

html, body {
    font-family: 'Poppins', sans-serif;
    color: var(--font-color);
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.025em;
}

/*******************
******COLORS********
********************/

.primary-color {
    color: var(--primary-color);
}

.primary-color-bg {
    background-color: var(--primary-color);
}
.secondary-color {
    color: var(--secondary-color);
   
}

.secondary-color-bg{
     background-color: var(--secondary-color);
   
}
.tertiary-color {
    color: var(--tertiary-color);
}

.tertiary-color-bg {
    background-color: var(--tertiary-color);
}

.font-color-white {
    color: var(--font-color-white);
}

.dark-grey-color-bg{
   background-color:#2d2d2d; 
}


/*******************
******GENERAL********
********************/
body{
  overflow-x: hidden;
}


/*******************
******ELEMENTS********
********************/
.temoignages-video .vidyard-player-container{
  border-radius: 25px;
}

.button-pulse {
  animation: pulse 2s infinite 1s cubic-bezier(0.25, 0, 0, 1);
   transition: box-shadow 0.3s ease-in-out;
    box-shadow:0 0 0 0 var(--primary-color);
 
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
}


.reduc-macaron{
  display: inline-block;
  padding: 25px;
  border-radius: 100%;
  width: 150px;
  text-align: center;
  position: absolute;
  height: 150px;
  top:130px;
  right: 0px;
  line-height:0.5em;
  box-shadow: 0px 5px 25px rgb(0 0 0 / 20%);
  z-index:2;
  font-family: var(--primary-font);
}
.light_flash_effect {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.light_flash_effect:after {
  position: absolute;
  content: "";
  top: -5px;
  left: 0;
  height: 100%;
  width: 15px;
  background: rgba(255, 255, 255, 0.3);
  filter: blur(10px);
  transform: translateX(-15px) rotate(20deg);
  animation: shine 4s infinite linear;
}
@keyframes shine {
  100% {
    transform: translateX(120px) rotate(20deg);
  }
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}
.blink{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}
.blink2{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}
.benefits-bp ul li {
  list-style: none;
  position: relative;
  margin-bottom: 1em;
}
.benefits-bp ul li:before {
    font-family: var(--primary-font) !important;
  color:var(--secondary-color);
  display: inline-block;
  content: var(--bullet-points);
  margin-top: 4px;
  margin-right: 15px;
  position: absolute;
  top: -15px;
  left: -30px;
 
  font-size: 2rem;
}

.Truspilot-box{
  padding:25px 25px 25px 25px;
  box-shadow:0px 0px 40px -5px rgba(0,0,0,0.2) ;
  background-color:#ffffff;
  width:75%;
}


.z-index-99{
  z-index:99;
}


/*******************
*******FAQ Shop*******
********************/

.faq-shop .faq-block {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    transition: 300ms ease-in-out;
  }
  .faq-shop .faq-block .question-title {
    display: block;
    font-weight: 300;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px 20px;
    position: relative;
    border:0px;
    background: #ffffff;
  }
  .faq-shop .faq-block .question-title .title-arrow {
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -0-transition: all ease-in 0.2s;
  }
  .faq-shop .faq-block.active .question-title .title-arrow {
    transform: rotate(180deg);
  }
  .faq-shop .faq-block .answer {
    display: none;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 20px;
  }
  .faq-shop .faq-block .question-title p{
    margin:0px;
  }
  .faq-shop .faq-block:hover{
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.20);
  }
  .faq-shop .faq-block.active{
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.20);
  }
  .faq-shop .faq-block.active .question-title{
    background-color:#21212F;
    color:white;
  }

/*******************
*******Images*******
********************/

.object-fit-cover{
  object-fit:cover;
}
.object-fit-contain{
  object-fit:contain;
}
.blend-multiply{
  mix-blend-mode:multiply;
}

/*******************
*****Sticky Bar*****
********************/
.cta-sticky-bar {
  background-color: var(--secondary-color);
  width: 100%;
  position: fixed;
  -webkit-backface-visibility: hidden;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 10px 30px;
}
.cta-sticky-bar p {
  margin-bottom:0px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.max-content-width {
  width:max-content;
}
.cta-sticky-bar .btn {
  width: fit-content;
  margin: auto;
}




/*******************
********Texte*******
********************/
body, p, li{
  
  font-size:unset !important;
   
}

h2, h3{
    font-weight: 600 !important;
}

span s{
  text-decoration-thickness: 1px;
}


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)
    }
}


/*******************
***Boutons***
********************/

.btn-primary{
  width:max-content;
  max-width:100%;
  
}


 .cta-button {
     
  white-space: normal;
  text-align: center;
  margin: 0px auto;
    padding: 1em 1.5em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: block;
  border-radius:50px;
  border:0;
   
}


.cta-button:hover{
     text-decoration: unset;
}

.cta-button p {
  margin-bottom:0px !important;
  text-align: center;
  white-space: normal;
  text-align: center;
  
}

.btn-category:hover .arrow-icon img{
   filter:brightness(0) invert(1);
    transition:200ms ease-in-out;
   
}

.btn-category:hover .arrow-icon{
   
   background:#337AC1;
    transition:200ms ease-in-out;
}

/*******************
***SHOP ELEMENTS***
********************/

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

.back-home,
.btn-contact,
.minicart-content .checkout-btn,
.add-to-cart-btn {
    background-color: var(--secondary-color);
    border: none;
   
    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 {
    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 15px !important;
    border-bottom: 1px solid #E7E9EB;
}

.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 {
   font-size:18px;
}
.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;
    vertical-align: middle;
}

.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(--secondary-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 {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("https://totale-sante-cdn.pubfac.io/uploads/SHOP/mdi_cart.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* === Search bar === */

#searchModal {
    z-index: 999999999999999;
}

.modal-backdrop.show {
   
    z-index: 1 !important;
}


.search-block .bi-search {
  position: relative;  
}

.search-block .bi-search::before {
  content: "";              
  display: inline-block;      
  width: 30px;                  
  height: 30px;
  background-image: url("https://totale-sante-cdn.pubfac.io/uploads/SHOP/meteor-icons_search.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom:-5px;
}

/* === 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;
}

    .navbar-expand-lg .navbar-collapse {
        
        justify-content: center;
    }

/* === 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: #fff;
}
.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 .row.justify-content-center{
    gap:20px;
}

.products-grid ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.products-grid .product-item {
    position: relative;
    text-align: center;
    vertical-align: top;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.20);
    padding: 15px 0 !important;
    border-radius: 25px;
}
.products-grid .product-item .promotion-label-container {
    display: block;
    height: auto;
    width: auto;
    padding: 0 10px;
    text-align: center;
    background: var(--promotag-bg-color);
    color: #131313;
    line-height: 35px;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 18px;
    font-weight: 600;
}
.products-grid .product-image {
    max-width: 100%;
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition:400ms ease-in-out;
}

.products-grid .product-image:hover {
   transform: scale(1.1);
}

.products-grid .product-item-photo {
  overflow: hidden;
    border-radius: 20px;
    margin:0 15px;
}


.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);
   text-align: left;
    font-size: 1.15rem;
    overflow: hidden;
   
}
.products-grid .listing-long-name {
    font-size: 0.95rem;
    text-align: left;
    color: #838383;
}
.products-grid .product-item-details .know-more {
    display: inline-block;
    margin: 0.5rem 0;
    font-style: italic;
      position:relative;
}

.know-more::after {
    content: "";
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    background-image: url(https://totale-sante-cdn.pubfac.io/uploads/SHOP/ArrowUpRight.svg);
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #e6f0fa;
    border-radius: 50%;
    transition: background-color 0.3s ease;
    position: absolute;
    right: 15px;
    bottom: 0px;
}

.know-more:hover::after{
     background-color: #cce4f7; 
    
}

.products-grid .product-item-link {
    text-decoration: none;
        color: #131313;
}
.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;
}

.card-footer .price-wrapper,.card-body .know-more {
    display: none !important;
  
}
.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;
    background: var(--senary-color);
}
.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: inline-block;
    margin: 1rem 0 0 0;
    font-style: italic;
}
.products-list .product-item-link {
    text-decoration: none;
}
.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: var(--font-color);
}

.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: inline-block;
    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{
  width:100%;
}


.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;
    
    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);
    text-align: left;
}

.footer .footer-menu {
    background-color: #F4F4F4;
    color: var(--font-color-dark-gray);
    text-align: left;
}

.footer .footer-menu a {
    color: var(--font-color-gray);
    opacity: 1;
    text-align: left;
}

.footer .footer-menu a:hover {
    color: var(--font-color-gray);
    opacity: 0.7;
    text-align: left;
}


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


/* == Minicart page == */
.minicart-wrapper .bar-wrapper {
    background-color: var(--quinary-color);
    display:none;
}
.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(--secondary-color);
    border: none;
   
    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 {
   padding: 5px;
    height: 50px;
    width: 60px;
    max-width: 60px;
    object-fit: cover;
    border-radius: 10px;
}
.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;
}

.shipping-price-total, .checkout-wrapper .field-group-billing.sameAsBilling {
    display:none;
}

.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;
    position:relative;
}
.checkout-wrapper .field-group-billing label,
.checkout-wrapper .field-group-shipping label {
    display: block;
    margin-right: 10px;
    font-size: 14px;
}
.checkout-wrapper .field-group-billing input,
.checkout-wrapper .field-group-shipping input, .checkout-wrapper .field-group-billing select {
   
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    margin-top:5px;
    margin-bottom:10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.checkout-wrapper .field-group-billing input::placeholder{
    color: rgb(0 0 0 / 50%);
}

.checkout-wrapper .validation-error{
    position: absolute;
    font-size: 14px;
    right: 20px;
    bottom: -13px;
    color: white;
    background: #dc3545;
    padding: 3px;
    text-wrap-mode: nowrap;
}

.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;
    transition:200ms ease-in-out;
}
.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: var(--choices-hover-color);
}
.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 .author-image{
    border-radius: 50%;
    border: 1px solid white;
    object-fit:cover;
}

.product-page .main-image {
        display: block;
    margin-left: auto;
    border-radius: 25px;
    margin-right: auto;
    width: 100%;
    height: 450px;
    object-fit: cover;
    
}
.product-page .additional-images {
    text-align: center;
    padding: 1rem 0;
    display:none;
}
.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: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    
}
.product-page .product-choices {
  
    position: relative;
  
}
.product-page .product-choices-option {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    position:relative;
}
.product-page .product-choices-option label {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    border: 1px solid lightgrey;
    border-radius: 5px;
    cursor: pointer;
    transition: 200ms ease-in-out;
}
.product-page .product-choices-option label:hover{
    border: 1px solid var(--secondary-color);
    background-color: var(--choices-hover-color);
}
.product-page .product-choices-option input:checked + label{
    border: 1px solid var(--secondary-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;   
    padding-left:20px;
}
.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;
    background: var(--promotag-bg-color);
    padding: 5px 10px;
    font-size: 1.05rem;
    border-radius: 5px;
     font-weight: 600;
}
.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;
}


.sticky-sidebar{
    position:sticky;
    top:70px;
    z-index:20;
}

.add-to-cart input[type="number"]{
  display: none;
}

.product-page .product-bullet-points{
    padding:40px;
    background:#F7FBFF;
    
}

.product-page .floating-item{
    z-index:10;
   
}

/* Slider testimonials */

.owl-item{
    padding:10px;
  }
  .single-testimonial-item {
    position: relative;
    box-shadow: 0 0 13px -5px #00000082;
    margin: 2px;
    padding: 30px 20px;
    padding-bottom:50px;
    font-style: italic;
    padding-left: 50px;
    border-radius: 20px;
    background: #fff;
  }
  .single-testimonial-item:before {
    font-family: "Playfair";
    content: "“";
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 36px;
    font-size: 40px;
    color: #41a85f;
    line-height: 30px;
    margin-top: -15px
  }
  .single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-top:20px;
    margin-bottom:0;
  }
  .single-testimonial-item h3::after {
    font-family: "Playfair";
    content: "★★★★★";
    font-weight: 900;
    position: absolute;
    display: block;
    font-size: 17px;
    color: #41a85f;
    line-height: 30px;
  }
  .owl-nav .owl-prev{
    background: #fff !important;
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    left: -10px;
    border-radius: 50px;
    transition: background 0.5s ease 0s;
  }
  .owl-nav .owl-next{
    background: #fff !important;
    position: absolute;
    top: 40%;
    width: 50px;
    height: 50px;
    right: -10px;
    border-radius: 50px;
    
  }
  
  .owl-nav .owl-next,  .owl-nav .owl-prev{
      box-shadow: 0px 7px 14px -5px #0000007d;
      transition:300ms ease-in-out;
  }
  
  .owl-nav .owl-next:hover,  .owl-nav .owl-prev:hover{
      box-shadow: 0px 7px 17px -2px #0000007d;
  }
  @media only screen and (max-width:767px){
    .owl-nav .owl-prev{
      bottom:-10px;
      left: 0;
      top: auto;
    }
    .owl-nav .owl-next{
      bottom:-10px;
      right: 0;
      top: auto;
    }
  }
  
  
/* Gifts blocks */
    .module-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  @media (min-width: 768px) {
    .module-block {
      flex-direction: row;
      align-items: center;
    }

    .module-image {
      max-width: 350px;
      flex-shrink: 0;
    }

    .module-content-wrapper {
      display: flex;
      align-items: stretch;
      flex: 1;
    }

    .separator-line {
      width: 1px;
      background-color: #ccc;
      margin: 0 1.5rem;
    }

    .module-text {
      flex: 1;
    }
  }
/* 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;
}



/*******************
*****Responsive*****
********************/


@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) {
    .navbar-brand img{
        width:100px !important;
    }
    .products-grid .product-image{max-width: 150px;}
    .product-page .product-choices-option {width: 100%;}
}

@media screen and (max-width: 767px) {
    .breadcrumbs{
        display:none;
    }
    .products-grid {
        padding: 0 20px;
    }
    .products-grid .product-image{max-width: 100%;}
   
    .checkout-wrapper .field-group-billing {width: 100%;}
    
    .product-page .main-image {
        height:250px;
    }
}
@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;
    }
}