/**
 *  2023 ALGO-FACTORY.COM
 *
 *  NOTICE OF LICENSE
 *
 *  @author        Algo Factory <contact@algo-factory.com>
 *  @copyright     Copyright (c) 2020 Algo Factory
 *  @license   You are just allowed to modify this copy for your own use. You must not redistribute it. License
 *               is permitted for one Prestashop instance only but you can install it on your test instances.
 *
 *  @version       1.0.0
 *  @website       www.algo-factory.com
 *
 *  You can not resell or redistribute this software.
 */
/*addToCart Vars*/
/*toasterCart Vars*/
/*goCheckout Vars*/
@font-face {
  font-family: "flaticon_smartcart";
  src: url("../fonts/flaticon_smartcart.ttf?0d08d365676767db8e556456454654656958145545") format("truetype"), url("../fonts/flaticon_smartcart.woff?0d08d365676767db8e556456454654656958145545") format("woff"), url("../fonts/flaticon_smartcart.woff2?0d08d365676767db8e556456454654656958145545") format("woff2"), url("../fonts/flaticon_smartcart.eot?0d08d365676767db8e556456454654656958145545#iefix") format("embedded-opentype"), url("../img/flaticon_smartcart.svg?0d08d365676767db8e556456454654656958145545#flaticon") format("svg");
}
i[class^=flaticon-]:before, i[class*=" flaticon-"]:before {
  font-family: flaticon_smartcart !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#toasterPanel .row {
    margin: 0;
}
.flaticon-close:before {
  content: "\f101";
}

.flaticon-shopping-cart:before {
  content: "\f102";
}

.flaticon-garbage:before {
  content: "\f103";
}

.flaticon-delete:before {
  content: "\f104";
}

.flaticon-close-1:before {
  content: "\f105";
}

.flaticon-cross:before {
  content: "\f106";
}

.flaticon-add:before {
  content: "\f107";
}

.flaticon-plus:before {
  content: "\f108";
}

.flaticon-minus-sign:before {
  content: "\f109";
}

.flaticon-minus:before {
  content: "\f10a";
}

.flaticon-shopping-cart-empty-side-view:before {
  content: "\f10b";
}

.flaticon-right-arrow:before {
  content: "\f10c";
}

.flaticon-add-to-cart:before {
  content: "\f10d";
}

.flaticon-right-arrow-1:before {
  content: "\f10e";
}
#variant-select-product-1602 {
    margin: 5px 0;
    width: 100%;
    padding: 5px 10px;
}
.toasterPanelAccessorry .product-thumbnail img{
  border-radius:19px;
  max-height: 60px;
}
.toasterPanelAccessorry .product-name {
  font-size: 12px;
  display: inline-block;
}
.toasterPanelAccessorry .add-to-cart{
  font-size: 13px;
  white-space: nowrap;
}
.toasterPanelAccessorry .add-to-cart:hover, .toasterPanelAccessorry .add-to-cart:active, .toasterPanelAccessorry .add-to-cart:focus {
  background: #14a47f;
}
.toasterPanelAccessorry .product-price {
  width: auto;
  display: inline-block;
  float: right;
  font-size:14px;
}

#product_container .add-to-cart-custom-button {
    padding: 15px;
}
.customProductAttributes .product-actions {
    margin-bottom: 40px;
}

.toasterPanelProduct .product-actions {
  /* margin-bottom: 35px; */
  padding: 0;
}
.add-to-cart-custom-button span.price {
    padding: 0 !important;
    margin: 0 !important;
    line-height: normal !important;
}
.product-miniature .product-description {
  min-height: unset;
}
.toasterBody .container_feature {
  height: auto !important;
}
span.selected_variant_add_to_cart {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}

.toasterBody .product-title a {
    color: #86A37B !important;
}
body #add-to-cart-or-refresh-clone {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  border: 0 !important;
  padding: 0px !important;
  width: 100%;
}
body #add-to-cart-or-refresh-clone.visible {
  display: block;
}
body #add-to-cart-or-refresh-clone #afAddToCart {
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
body #add-to-cart-or-refresh-clone #titleProduct {
  flex: auto;
  color: inherit;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  body #add-to-cart-or-refresh-clone #titleProduct {
    font-size: 0.8rem;
  }
  body .toasterCart #toasterPanel .toasterBody {
    margin: 0 !important;
  }
  .accessory-block .toasterPanelAccessorry .accessory-card{
    grid-template-columns: minmax(77px, 26%) 1fr 40px !important; 
  }
}
body #add-to-cart-or-refresh-clone #addToCart {
  border-radius: 0;
  font-size: 22px;
  max-width: 60px;
}
@media screen and (max-width: 768px) {
  body #add-to-cart-or-refresh-clone #addToCart {
    display: block;
    width: 100%;
  }

}
body #add-to-cart-or-refresh-clone #addToCart:hover {
  text-decoration: underline;
}
body #add-to-cart-or-refresh-clone #cartInfoHtml {
  display: flex;
  color: #222;
  padding: 5px 15px;
  align-items: center;
}

body .vertalign {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
body .btnOpenCloseToaster {
    position: fixed;
    z-index: 998;
    bottom: 1rem;
    right: 1rem;
    border-radius: 60px;
    background: #3A3A3A !important;
    font-size: 1.5rem;
    padding: 0.6rem 0rem;
    height: 55px;
    width: 55px;
    border: 3px solid #85A47B;
    color: #fff !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: none;
}

body .btnOpenCloseToaster span {
  height: 20px;
  width: 20px;
  background: #000;
  border-radius: 20px;
  position: absolute;
  right: 0px;
  top: -8px;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
body .btnOpenCloseToaster i {
  margin: initial !important;
}
body .btnOpenCloseToaster i.flaticon {
  font-size: 1.5rem;
}
body .overlay {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
body .toasterCart {
  opacity: 0;
  z-index: 9999999;
  background-color: #000;
  color: #fff;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
  padding: 0px;
  height: 100%;
  overflow-y: auto;
}
body .toasterCart.toasterPanel {
  top: 0;
  position: fixed;
  max-width: 340px;
  right: -320px;
  animation: slideOutleft;
  transition: all 200ms ease-in-out;
}
@media screen and (min-width: 768px) {
  body .toasterCart.toasterPanel {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  body .toasterCart.toasterPanel {
    width: auto;
    /* min-width: 420px; */
    max-width: 740px;
    right: -720px;
    overflow-x: hidden;
  }
}
.toasterPanelAccessorry .add-to-cart {
    background: #1CBD94;
    padding: 10px 15px;
    border: 0;
    border-radius: 10px;
    font-size: 17px;
    line-height: normal;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    justify-content: center;
    align-content: center;
}
body .toasterCart.toasterPanel.opened {
  opacity: 1;
  right: 0;
  animation: slideInleft 200ms;
}
body .toasterCart.toasterPanel.opened a:not(.btn) {
  color: #ff3452;
}
body .toasterCart.toasterPanel.opened a:not(.btn):hover {
  color: #333;
}
body .toasterCart.toasterPanel #toasterPanel {
  width: 100%;
  max-width: 400px;
  height:100%;
  display: flex;
  flex-direction: column;
}
body .toasterCart.toasterPanel #toasterPanel .toasterFooter {
  padding: 20px;
  /* border-top: 1px solid #ccc; */
  float: left;
  width: 100%;
}
body .toasterCart.toasterPanel #toasterPanel .toasterHeader {
  background: rgba(10, 23, 64, 1);
}

body .toasterCart.toasterPanel #toasterPanel .btn {
  box-shadow: none;
}
body .toasterCart #toasterCrossSellingPanel {
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  padding: 1rem;
}

body .toasterCart #toasterCrossSellingPanel .toasterBody .toasterPanelProduct .product-thumbnail {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body .toasterCart #toasterCrossSellingPanel {
    border-right: 1px solid #ccc;
    margin-top: 0rem;
    max-width: 350px;
  }
}
.toasterBody .product__card-img img {
    margin-top: 0 !important;
}
body .toasterCart #toasterCrossSellingPanel .toasterHeader {
  padding: 0 0 0.5rem 0;
}
body .toasterCart #toasterCrossSellingPanel .toasterHeader .toasterTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .toasterCart #toasterCrossSellingPanel .toasterHeader p {
  margin-bottom: 0;
  line-height: 28px;
}
body #toasterCrossSellingPanel
body .toasterCart #toasterCrossSellingPanel .toasterHeader .closeToasterButton {
  font-weight: bold;
}
body .toasterCart #toasterCrossSellingPanel .toasterBody {
  max-height: 850px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 0.5rem 0 0;
}
body .toasterCart #toasterCrossSellingPanel .toasterBody .toasterPanelProduct {
  border-bottom: 1px solid #ccc;
}
body .toasterCart #toasterCrossSellingPanel .toasterBody .toasterPanelProduct:last-child {
  border-bottom: none !important;
}
body .toasterCart #toasterCrossSellingPanel .toasterBody .toasterPanelProduct .product-thumbnail img {
  max-height:150px;
  border-radius: 16px;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .col-xs-9, .toasterCart #toasterPanel .toasterPanelAccessorry .col-xs-9 {
    width: 75%;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .col-xs-3, .toasterCart #toasterPanel .toasterPanelAccessorry .col-xs-3  {
    width: 25%;
}
body .toasterCart #toasterCrossSellingPanel .toasterBody .toasterPanelProduct .product-name {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;

}
body .toasterCart #toasterCrossSellingPanel .toasterBody .toasterPanelProduct .product-name:hover {
  text-decoration: underline;
}
body .toasterCart #toasterCrossSellingPanel .toasterBody .toasterPanelProduct .whitout-reduc {
  text-decoration: line-through;
  font-size: 0.9rem;
  font-weight: bold;
}
body .toasterCart div#progression_bar {
    display: flex;
    width: 100%;
    float: left;
    width: 100%;
    padding: 33px 21px 33px 12px;
    background-color: #EBF8B0;
}
body .toasterCart .next_gift_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0px 0;
    float: left;
    width: 100%;
    /* margin: 0px 0 10px 0; */
    padding: 16px 12px 0px 12px;
    line-height: normal;
    text-align: left;
    font-size: 1rem;
    color: black;
    background-color: #EBF8B0;
    justify-content: center;
}
body .toasterCart  .toasterTotal {
    width: 100%;
    float: left;
    padding-top: 12px !important;
}
body .toasterCart #progression_bar .step>span>span.progress {
    background-color: rgba(166, 203, 23, 1);
    border-radius: 25px;
    height: 6px !important;
}
body .toasterCart span.progress_describe {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 6px);
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    color: #0A1740;
    text-transform: uppercase;
    font-family: 'Darker Grotesque';
    font-weight: 800;
    font-size: 14.5px;
    line-height: 30px;
    letter-spacing: 0%;
    /* transform: translateX(-50%); */
}
/* body .toasterCart .step:last-child .progress_describe {
    left: 50%;
    right: unset;
    padding: 0;
    margin: 0;
    line-height: normal;
    text-align: center;
    transform: translateX(-50%);
    color: #0A1740;
    text-transform: uppercase;
    font-family: 'Darker Grotesque';
    font-weight: 800;
    font-size: 14.5px;
    line-height: 30px;
    letter-spacing: 0%;
} */
body .toasterCart .btnCardOrder {
  float: left;
  width:100%;
}
body .toasterCart .next_gift_container .next_gift, body .toasterCart .next_gift_container .remaining_price {
    font-size: 13px;
}
body .toasterCart .next_gift_container .next_gift {
  font-size: 16px;
  font-family: 'Darker Grotesque', sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: #0A1740 !important;
  width:100%;
}
body .toasterCart #progression_bar .step {
    display: flex;
    width: 100%;
    height: 6px;
    border-width: 1px;
    background: rgba(255, 255, 255, 1);
    border-radius: 25px;
    /* border-style: solid; */
    box-sizing: border-box;
    position:relative;
}
body .toasterCart #progression_bar .step:first-child, body .toasterCart #progression_bar .step:last-child {
    max-width: 18%;
}
body .toasterCart #progression_bar .step>span {
    display: flex;
    width: 100%;
}
body .toasterCart #progression_bar .step:last-child:after {
  display:none;
}
body .toasterCart #progression_bar .step:after {
    position: absolute;
    right: -2px;
    content: "";
    top: 0px;
    height: 7px;
    width: 4px;
    z-index: 999;
    border-radius: 25px;
    background-color: #000000;
}
body .toasterCart #progression_bar .step.unfinishGift:after {
    background-color: #6E6E6E;
}
.unfinishGift {
  color : #6E6E6E;
}
/* body .toasterCart #progression_bar .step:last-child:before {
  right:0;
} */
body .toasterCart #progression_bar .step:before {
    content: attr(data-price);
    position: absolute;
    right: -13px;
    top: calc(100% + 7px);
    font-family: 'Darker Grotesque';
    font-size: 14px;
    font-weight: 900;
    color: #0A1740;
}
.toasterTitle {
  color: #fff;
}
body .toasterCart #toasterCrossSellingPanel .toasterBody .toasterPanelProduct .product-price {
  font-size: 1.1rem;
  text-align: center;
  font-weight: 600;
}
body .toasterCart #toasterCrossSellingPanel .toasterBody .toasterPanelProduct .addProductLink {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toasterPanelAccessorry .add-to-cart {

}
body .toasterPanelProduct .addProductLink i {
    font-size: 21px;
}
body .toasterCart #toasterCrossSellingPanel .toasterBody .toasterPanelProduct .addProductLink:hover i {
  text-decoration: none;
}
body .toasterCart #toasterCrossSellingPanel .toasterBody .toasterPanelProduct .falticon {
  font-size: 20px;
}
body .toasterCart #toasterPanel {
  position: relative;
}
body .toasterCart #toasterPanel .toasterHeader {
  padding: 20px !important;
  background: #0A1740;
}
body .toasterCart #toasterPanel .toasterHeader .toasterTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body .toasterCart #toasterPanel .toasterHeader p {
  margin-bottom: 0;
  font-family: 'Darker Grotesque', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: none !important;
  display: flex;
  align-items: center;
  gap: 10px;
}
body .toasterCart #toasterPanel .toasterHeader .cart-count-badge {
  background: #F04438; 
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  margin-left: 10px;
}
body .toasterCart #toasterPanel .toasterHeader .closeToasterButton {
  font-weight: bold;
  color: #fff !important;
}
body .toasterCart #toasterPanel .toasterBody {
  height: calc(100% - 320px);
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}

.toasterPanelAccessorry.pb-2 {
    padding-bottom: 0px !important;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct:not(.toasterPanelAccessorry .toasterPanelProduct) {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 10px 0px !important;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct:last-child {
  border-bottom: none !important;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-thumbnail img {
  max-height: 82px;
  border-radius: 19px;
  position: absolute;
    width: 66.12px;
    height: 66.12px;
    left: calc(50% - 66.12px / 2 - 0.31px);
    top: calc(50% - 66.12px / 2 + 0.13px);
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-name {
  display: block;
  padding: 0 30px 3px 0;
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  color: #0A1740 !important;
  letter-spacing: initial;
}
body .toasterCart .product-quantity div {
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
body .toasterPanel .product-delete {
    font-size: 15px !important;
    position: absolute;
    top: 17px;
    right: 4px;

}
.btnCardOrder .btn-primary {
    padding: 15px 0;
    background: #171717 !important;
}
body .toasterFooter .priceproductshipping .row, body .toasterFooter .toasterTotal .row{
  justify-content: space-between;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-name:hover {
  text-decoration: underline;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-reference {
  display: none;
  font-size: 0.8rem;
}
.toasterPanelAccessorry .toasterPanelProduct {
    display: flex !important;
    flex-direction: row;
    background-color: #EDF0F7;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-attribute {
  display: block;
  width: auto;
  display: inline-block;
  background: transparent;
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  margin-right: 5px;
  letter-spacing: 0;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .customizations {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .customizations dt {
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0.7rem 0;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .customizations dd {
  margin-bottom: 0;
  font-size: 0.7rem;
  font-weight: normal;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .customizations dd img {
  width: 36px;
  border-radius: 4px;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-actions {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  margin-right: -16px !important;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-actions > div {
  flex: 0;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-actions > div span {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
  color: #0A1740;
  letter-spacing: 0;
  flex: none;
  order: 1;
  flex-grow: 0;
}
body .toasterPanelProduct .col-xs-9 {
  padding-left: 0px;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-actions .whitout-reduc {
    text-decoration: line-through;
    padding: 0 5px;
    font-family: 'Darker Grotesque';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0;
    text-transform: uppercase;
    
    color: #FF5722;
    flex: none;
    order: 0;
    flex-grow: 0;
}
/* body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-actions .input-group-quantity {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0px;
  border: 1px solid #fff;
  height: 20px;
} */
body .toasterCart .toasterPanelProduct .product-thumbnail:not(#toasterCrossSellingPanel .product-thumbnail) {
    margin: 0 10px 0 0;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-actions .input-group-quantity .btn {
  padding: 0.3rem;
  color: #fff;
  font-size: 9px;
  border: none;
  width: 20px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0) !important;
}
.toasterCart .btnCardOrder__btn,
.toasterCart .btnCardOrder__label{
  text-transform: none !important;
  letter-spacing: normal;
}
.toasterTotal.finalTotal .text-xs-right {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 33px;
  text-align: right;
  text-transform: uppercase;
  color: #FF5722;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding-right: 0px;
}
.toasterTotal.finalTotal {
  margin-bottom: 10px;
}

.finalTotal .row {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #100F0D;
  flex: none;
  order: 0;
  flex-grow: 1;
  padding-left: 0px;
}
.col-xs-6 {
    padding-left: 0px;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-actions .input-group-quantity input {
    width: 20px;
    height: 27px;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-align: center;
    padding: 0;
    font-family: 'Darker Grotesque';
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    color: #0A1740;
    background-color: rgba(0, 0, 0, 0) !important;
}
#discountForm .btnPromo {
    border: none;
}
.product-recurring {
    display: block;
    font-size: 13px;
    padding: 3px 7px;
    margin: 5px 0;
    width: 100%;
    background: transparent;
    color: #0A1740;
    font-weight: 800;
    border-radius: 15px;
    outline:none !important;
}
.color-switch {
  animation: colorFade 0.33s ease-in-out infinite; /* Animation infinie, ajustez selon vos besoins */
}
.color-switch-error {
  animation: colorFadeError 0.33s ease-in-out infinite; /* Animation infinie, ajustez selon vos besoins */
}
@keyframes colorFadeError {
  0% {
    background-color: transparent; /* Couleur initiale */
  }
  100% {
    background-color: #b72424; /* Retour à la couleur initiale */
  }
}
@keyframes colorFade {
  0% {
    background-color: transparent; /* Couleur initiale */
    color:#0A1740;
  }
  50% {
    background-color: #0A1740; /* Couleur de transition */
    color:#fff;
  }
  100% {
    background-color: transparent; /* Retour à la couleur initiale */
    color:#0A1740;
  }
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .falticon {
  font-size: 16px;
  width: 14px !important;
  height: 14px !important;
}
body .toasterCart #toasterPanel .toasterFooter .toasterTotal .priceproductshipping {
  font-size: 0.9rem;
  /* border-bottom: 1px solid rgba(217, 217, 217, 1) !important; */
  border-top: 1px solid rgba(217, 217, 217, 1) !important;
  font-weight: 600;
  font-weight: bold;
  padding: 12px 0 12px 0 !important;
  line-height: normal;
}
.priceproductshipping .row .col-xs-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    font-family: 'Darker Grotesque', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: rgba(16, 15, 13, 1);
}
.priceproductshipping .row .col-xs-6 .text-xs-right {
    font-family: 'Darker Grotesque', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: rgba(16, 15, 13, 1);
}
body .toasterCart #toasterPanel .toasterFooter .toasterTotal.finalTotal {
  font-weight: bold;
  display: none; /* on cache le prix total */
}
body .toasterCart #toasterPanel .toasterFooter .btnCardOrder .btn-primary {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  gap: 10px;
  background: #0A1740 !important;
  border-radius: 58px;
  flex: none;
  order: 3;
  align-self: stretch;
  flex-grow: 0;
  margin-top: 0px !important;
  font-family: "Darker Grotesque";
  font-style: normal;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  color: rgb(255, 255, 255);
  text-transform: none !important;
}
body .toasterCart #toasterPanel .toasterFooter .discounts-form-list {
  padding: 0;
  max-height: 120px;
  overflow-y: auto;
}
body .toasterCart #toasterPanel .toasterFooter .discounts-form-list form input, body .toasterCart #toasterPanel .toasterFooter .discounts-form-list form .btn {
  height: 36px;
}
.toasterPanelAccessorry a.product-name {
    font-size: 15px;
    font-weight: 600;
}

#toasterPanel .btnCardOrder .btn {
    font-size: 23px;
}
body .toasterCart #toasterPanel .toasterFooter .discounts-form-list form input {
    border-color: #D5D5D5;
    background-color: #f8f8f8;
    border-radius: 5px 0 0 5px;
}
body .toasterCart #toasterPanel .toasterFooter .discounts-form-list form .btn {
  border-radius: 0 5px 5px 0;
}
body .toasterCart #toasterPanel .toasterFooter .vouchers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
body .toasterCart #toasterPanel .toasterFooter .vouchers dt {
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.3rem 0;
}
body .toasterCart #toasterPanel .toasterFooter .vouchers dd {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: normal;
}
body .toasterCart #toasterPanel .toasterFooter .vouchers dd .falticon {
  font-size: 20px;
}
body .toasterCart #toasterPanel .toasterFooter .toasterExtraText * {
  color: inherit;
}
body .toasterCart #toasterPanel .toasterFooter .toasterExtraText img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}
body .toasterCart .js-cart-line-product-quantity {
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .toasterCart .remainingShipping {
  font-size: 0.9rem;
  display: block;
  text-align: center;
  padding: 0.5rem 0;
}
body .toasterCart .remainingShipping .abdf_message_container {
  text-align: center;
  font-weight: bold;
}
body .toasterCart .remainingShipping .free_delivery {
  text-align: center;
  font-weight: bold;
}
body .toasterCart .remainingShipping .free_delivery .bar_free_delivery {
  display: none;
}
body .toasterCart .remainingShipping .notfreedelivery {
  display: none;
  margin-top: 1rem;
}
body .toasterCart .remainingShipping .notfreedelivery .progress-bar {
  background: rgb(47, 181, 210);
  height: 5px;
  width: 100%;
}
body .toasterCart .remainingShipping .notfreedelivery .progress-bar .progress-bar-fill {
  position: relative;
  background: #2f4858;
  height: 5px;
  display: block;
}
body .toasterCart .remainingShipping .notfreedelivery .progress-bar .progress-bar-fill img {
  position: absolute;
  top: -13px;
  right: 0;
}
body .toasterLoader {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(25, 25, 25, 0.5);
  z-index: 100;
}
body .toasterLoader .container-spinner {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .toasterLoader .spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 10px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: #fff;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

body #afFinalizeCart {
  position: fixed;
  bottom: 0;
  background: #fff;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  padding: 0px !important;
  z-index: 998;
  color: #222;
  background: #fff;
}
body #afFinalizeCart #buttonProduct {
  width: 100%;
}
body .toasterCart #progression_bar .icon {
  position: absolute;
  top: -10px;
  right: 0;
  transform: translateX(50%);
  width: 25px;
  height: 25px;
  background-size: contain;
  z-index: 9999;
}
.loyalty-points {
  font-family: 'Darker Grotesque';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #0A1740;
  letter-spacing: 0;
}
.ic-star-loyalty {
  width: 14px;
  height: 14px;
  flex: none;
  order: 0;
  flex-grow: 0;
  background-image: url(/modules/afaddtocart/views/img/Icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  align-self: center;
}
.bloc-loyalty-pts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 8px 10px;
  gap: 8px;
  background: #F8F9FC;
  border-radius: 8px;
  flex: none;
  order: 2;
  margin-bottom: 10px;
}
body .toasterCart.toasterPanel {
  border-left: 0.5px solid rgba(10, 23, 64, 0.2);
  box-shadow: -6px 0px 10px rgba(10, 23, 64, 0.06);
  border-radius: 14px 0px 0px 14px;
}

.accessory-block .toasterPanelAccessorry .accessory-card{
  display:grid !important;
  grid-template-columns: minmax(70px, 27%) 1fr 40px; 
  column-gap:8px;
  align-items:center;
  background:#fff !important;
  border-radius:6px !important;
  padding:8px !important;
  min-height:94px;
  margin-right:10px;
}

.accessory-block .toasterPanelAccessorry .accessory-img{
  width: 75px;
  height:75px; 
  padding:8px; 
  box-sizing:border-box;
  background:#fff !important; 
  border:1px solid #EDF0F7 !important; 
  border-radius:4px !important;
  display:flex; 
  align-items:center; 
  justify-content:center;
}
.accessory-block .toasterPanelAccessorry .accessory-img img{
  max-width:100%; max-height:88px; object-fit:contain; border:0 !important;
}

.accessory-block .toasterPanelAccessorry .accessory-body{ min-width:0; }

.accessory-block .toasterPanelAccessorry .accessory-title{
  margin:0;
  font-family:'Darker Grotesque',sans-serif;
  font-weight:800; font-size:16px !important; line-height:15px !important;
  color:#0A1740 !important; text-decoration:none;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
  overflow:hidden; word-break:break-word;
}

.accessory-block .toasterPanelAccessorry .accessory-variant{
  background:#4CAF50;
  color:#fff;
  padding:2px 8px;
  border-radius:12px;
  font-size:12px;
  font-weight:600;
  margin:4px 0;
  display:inline-block;
}

.accessory-block .toasterPanelAccessorry .accessory-prices{
  display:flex; flex-direction:row; align-items:center;
  gap:8px; margin-top:6px;
}
.accessory-block .toasterPanelAccessorry .accessory-old-price{
  font-weight:800; font-size:16px !important; line-height:22px !important;
  text-transform:uppercase;
  text-decoration-line:line-through;
  text-decoration-thickness:2px;
  margin:0;
  color:#FF5722;
}
.accessory-block .toasterPanelAccessorry .accessory-price{
  font-weight:800; font-size:20px !important; line-height:27px !important;
   text-transform:uppercase;
   color:#0A1740;
}
.accessory-block .toasterPanelAccessorry .accessory-cta{
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background: #0A1740 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-decoration: none;
    font-size: 0 !important;
    align-self: baseline;
    padding: 0px 10px;
    margin-top: auto;
    margin-bottom: auto;
}
.accessory-block .toasterPanelAccessorry .accessory-cta .material-icons{
  font-size:18px; line-height:1; color:#DDF37C;
  border-radius:3px; padding:2px;
}
.accessory-block .toasterPanelAccessorry .accessory-cta::after{
  content:"+"; font-weight:800; font-size:18px; color:#DDF37C;
}
.accessory-heading{ display:flex; align-items:center; justify-content:space-between; letter-spacing: initial; }
.acc-arrows{ display:flex; gap:8px; }
.acc-arrow{ width:24px; height:24px; border-radius:50%; border:1px solid rgba(10,23,64,.3); position:relative; padding:0; cursor:pointer; }
.acc-arrow:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    border-right: 1px solid rgba(10, 23, 64, .5);
    border-bottom: 1px solid rgba(10, 23, 64, .5);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.acc-prev:before{ transform:translate(-50%,-50%) rotate(135deg); }
.acc-next{ border-color:#0A1740; } .acc-next:before{ border-color:#0A1740; }
.toasterPanelAccessorry .slick-dots{ display:none !important; }
.accessory-block {
    display: flex;
    flex-direction: column;
    padding: 12px 20px;
    gap: 12px;
    background: #EDF0F7;
}
.slick-slider {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
body .toasterCart #toasterPanel .toasterHeader p{
  margin-bottom: 0;
  font-family: 'Darker Grotesque', sans-serif;
  font-weight: 800;
  font-size: 22px;
  letter-spacing: .02em;
  color: #fff;
  text-transform: none !important;
  display: flex;
  align-items: center;
  gap: 0px;
}
body .toasterCart #toasterPanel .toasterHeader .cart-count-badge{
    background: #F04438;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
}
body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .col-xs-3 {
    box-sizing: border-box;
    width: 78px;
    height: 78px;
    background: #FFFFFF;
    border: 1px solid #EDF0F7;
    border-radius: 8px;
}
.toasterPanelProduct .col-xs-9 {
  padding-left: 12px !important;
}
.toasterCart #toasterPanel .toasterBody .toasterPanelProduct .col-xs-9{
  position: relative;
  padding-right: 120px;           
}
.toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-name{
  padding-right: 90px !important;
}
.toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-actions{
  position: static !important;
  display: block;                
}
.toasterCart #toasterPanel .toasterBody .toasterPanelProduct 
  .product-actions .input-group-quantity{
  position: absolute;
  top: 3px; 
  right: 0;
  box-sizing: border-box;
  width: 80px;                    
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 8px;
  background: #F8F9FC !important;
  border-radius: 6px;
  height: auto !important;
}
.toasterCart #toasterPanel .toasterBody .toasterPanelProduct 
  .product-quantity .col-md-12{
  padding: 0;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  flex-grow:1;
}
.toasterCart .input-group-quantity .input-quantity,
.toasterCart .input-group-quantity input.js-cart-line-product-quantity{
  width: 30px; height: 32px;
  border: 0 !important; background: transparent !important; box-shadow: none !important;
  text-align: center; padding: 0; margin: 0;
  font-weight: 700; font-size: 20px; line-height: 32px;
}
.toasterCart .input-group-quantity .input-quantity-minus{ color:#6B7280 !important; }
.toasterCart .input-group-quantity .input-quantity-plus { color:#FF5722 !important; }
.toasterCart .input-group-quantity .input-quantity-trash{
  color:#969696 !important;
  display:inline-flex; align-items:center; justify-content:center;
  border:1px solid #E7ECF4; border-radius:12px;
  width:14px; height:14px;
}
.toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-delete{
  display: none !important;
}
.toasterCart .btnCardOrder__label{
  white-space:nowrap;
}
.toasterCart .btnCardOrder__sep{
  width:1px;
  height:24px;
  background:rgba(255,255,255,.6);  
}
.toasterCart .btnCardOrder__total{
  white-space:nowrap;
  font-weight:800;
}
.toasterCart .btnCardOrder__icon{
  font-size:22px;
  color:#A6CB17;                    
  margin-left:4px;
  margin-bottom: -8px;
}
.toasterCart .btnCardOrder__sep{
  display: inline-block;   
  width: 1px;
  height: 24px;
  background: rgba(255,255,255,.6);
  flex: 0 0 1px;            
  align-self: center;       
}
.toasterCart #progression_bar .icon--box{
  background: url(/modules/afaddtocart/views/img/box_grey.svg) no-repeat center center;
  opacity: 1;
  position: absolute;
  top: -12px;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background-size: contain;
  z-index: 9999;
}
.toasterCart #progression_bar .icon--leaf{
  background: url(/modules/afaddtocart/views/img/leaf_grey.svg) no-repeat center center; 
}
.toasterCart #progression_bar .icon.is-reached{
  opacity:1;
}
.toasterCart #progression_bar .icon--box.is-reached{
  background: url(/modules/afaddtocart/views/img/box.svg) no-repeat center center;
}
.toasterCart #progression_bar .icon--leaf.is-reached{
  background: url(/modules/afaddtocart/views/img/leaf_green.svg) no-repeat center center;
}
.product-variants-display {
    margin-top: 8px;
    padding: 8px;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-size: 12px;
}

.variant-group {
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.variant-group:last-child {
    margin-bottom: 0;
}

.variant-label {
    font-weight: 600;
    color: #495057;
    margin-right: 5px;
}

.variant-options {
    color: #6c757d;
}

body .toasterCart #toasterPanel .toasterFooter .toasterTotal .priceproductshipping {padding:4px 0!important}

body .toasterCart .toasterTotal {padding: 4px 0 !important;    margin: 0;}

body .toasterCart #toasterPanel .toasterFooter .discounts-form-list {    padding: 0 0 4px;}

body .toasterCart.toasterPanel #toasterPanel .toasterFooter {    padding: 8px 16px 16px;}

body .toasterCart .next_gift_container { padding: 4px 12px 0px 12px;}

#progression_bar .step.is-offerte[data-price="Offerte"],
#progression_bar .step.is-offerte[data-price="Offerte"]::before,
#progression_bar .step.is-offerte[data-price="Offerte"]::after {
  color: #FF5722 !important; 
  font-weight: 800;
  font-size: 15px;
}

body .toasterCart #toasterPanel .toasterBody > .toasterPanelProduct:has(+ .accessory-block) {
  border-bottom: 0 !important;
}
