#layout-error img[src="https://www.kohlanta-boutique.com/img/logo-176639398611.jpg"] {
  background-color: #121212;
  padding:10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 15px;
}

/* Gold Theme */
/* .elementor-widget-product-add-to-cart a {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    ) !important;
  background-size: 100% !important;
}

#payment-confirmation button.btn {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    ) !important;
  background-size: 100% !important;
}

[data-elementor-type='product-miniature'] .elementor-widget-button a {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  background-size: 100% !important;
}

.elementor-cart__footer-buttons .elementor-button.elementor-button--checkout {
  background-color: unset;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  background-size: 100% !important;
}

.ce-product-badge {
  background-color: unset;
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    ) !important;
  background-size: 100% !important;
}

.cart-grid-right a.btn.btn-primary {
  background: radial-gradient(
      ellipse farthest-corner at right bottom,
      #fedb37 0%,
      #fdb931 8%,
      #9f7928 30%,
      #8a6e2f 40%,
      transparent 80%
    ),
    radial-gradient(
      ellipse farthest-corner at left top,
      #ffffff 0%,
      #ffffac 8%,
      #d1b464 25%,
      #5d4a1f 62.5%,
      #5d4a1f 100%
    );
  background-size: 100% !important;
  background-color: unset !important;
} */

.tracking-link-content .tracking-link-button {
  background-color: var(--color-action) !important;
  border: var(--border) !important;
  border-width: var(--border-width) !important;
  border-color: var(--border-color) !important;
  border-radius: var(--border-r-btn) !important;
  cursor: pointer !important;
  color: white !important;
  padding: 10px 25px;
  margin-top: 0px !important;
  display: inline-block;
}

.tracking-link-content .tracking-link-button .tracking-link-text {
  text-transform: uppercase;
  font-weight: bold;
}

.tracking-link-content .icon-wrapper.circle-shape {
  background-color: transparent !important;
  height: fit-content !important;
  line-height: 1.6rem;
  width: fit-content;
}

body:not(.body-club-b2b) [data-module-img='/modules/tsd_clientsencompte/tsd_clientsencompte.jpg'] {
  display: none;
}
.body-club-b2b .payment-options > :not([data-module-img='/modules/tsd_clientsencompte/tsd_clientsencompte.jpg']) {
  display: none !important;
}

.eg_tilteImage img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}

@media all and (max-width: 1024px) {
  .eg_title {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .eg_title .eg_titleContent {
    text-align: center;
    padding: 0px;
  }
  #module-giftcard-choicegiftcard #content .eg_title .eg_titleContent h1 {
    text-align: center !important;
  }
  .eg_tilteImage {
    padding: 0px;
    width: 80%;
    margin: 0 auto;

    height: fit-content !important;
  }
  .eg_tilteImage img {
  }
}

#module-giftcard-choicegiftcard #gc-step-template {
  display: none;
}

.eg_title {
  display: flex;
}
.eg_tilteImage {
  width: 100%;
  height: 400px;
}

.eg_titleContent {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#module-giftcard-choicegiftcard #content .eg_titleContent h1 {
  text-align: left !important;
  border: none !important;
  padding: 0px !important;
  background-color: transparent !important;
}

.eg_title {
  background-color: white;
  padding: 10px;
  border-radius: var(--border-radius-s);
  border: var(--border);
  border-color: var(--border-color);
  border-width: var(--border-width);
}
.eg_titleContent {
  padding: 0px 20px;
}
.eg_tilteImage {
  padding-right: 10px;
}
/*
.shop-7.category-id-584 [data-elementor-type="product-miniature"] article::after {
  content:"";
  position:absolute;
  inset:0px;
  background-image: url("/img/cms/Haloween/Cobweb.webp");
  filter: drop-shadow(5px 5px 10px #00000091);
  border-radius: var(--border-radius-s);
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  left: 1px;
  top: 1px;
  pointer-events: none;
}
*/
body {
  top: unset !important;
}

.block-promo #promo-code::before {
  content: 'Code promo à renseigner ci-dessous : ';
  display: block !important;
  padding: 16px;
  padding-bottom: 0px;
  font-weight: bold;
}

.estimated_delivery_date_value::after {
  content: '*' !important;
  color: #ab3f3a !important;
  margin-left: 3px !important;
}
.shop-9 .block-promo #promo-code::before {
  color: white;
}

.shop-8 .block-promo #promo-code::before {
  padding-bottom: 6px;
}

.shop-7 .block-promo #promo-code::before {
  padding-bottom: 10px;
}

#promo-code input.promo-input:placeholder-shown + button {
  opacity: 0.5;
  cursor: not-allowed;
}

body.body-club-4:not(.elementor-editor-active) .hideIfClub4 {
  display: none;
}

body:not(.shop-5):not(.elementor-editor-active) .hideIfClub4 {
  display: none;
}

body.shop-5:not(.body-club-4) .hideIfNotClub4 {
  display: none;
}
body.shop-5:not(.body-club-4) .hideIfNotClub4onShop5 {
  display: none;
}

.shop-1 #header .logia-menu [data-identifier='logia-menu-objetdecom'] {
  display: none !important;
}

[data-popup-type='image'] .popup-manager-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  background-color: transparent !important;
}

.popup-manager-container[data-popup-type='image'] {
  background-color: transparent !important;
  box-shadow: none !important;
}

[data-popup-type='image'] .popup-manager-button-container {
  position: static !important;
  transform: unset !important;
}

.goog-te-gadget-simple {
  background-color: transparent !important;
  border: none !important;
}

[class='skiptranslate'] {
  display: none !important;
}
.language-selector {
  background-color: var(--color-action);
  border-radius: var(--border-radius-s);
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.goog-te-gadget-simple {
  background-color: transparent;
  border: none;
  color: var(--hero-btn-text-color) !important;
  display: flex;

  padding-top: 10px;
  padding-bottom: 10px;
}

.goog-te-gadget-simple span {
  color: var(--hero-btn-text-color) !important;
}

.goog-te-gadget-simple img {
  display: none;
}
.goog-te-gadget-simple span a::before {
  content: '' !important;
  flex-shrink: 0;
  height: 25px !important;
  width: 25px !important;
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free 7.0.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M192 64C209.7 64 224 78.3 224 96L224 128L352 128C369.7 128 384 142.3 384 160C384 177.7 369.7 192 352 192L342.4 192L334 215.1C317.6 260.3 292.9 301.6 261.8 337.1C276 345.9 290.8 353.7 306.2 360.6L356.6 383L418.8 243C423.9 231.4 435.4 224 448 224C460.6 224 472.1 231.4 477.2 243L605.2 531C612.4 547.2 605.1 566.1 589 573.2C572.9 580.3 553.9 573.1 546.8 557L526.8 512L369.3 512L349.3 557C342.1 573.2 323.2 580.4 307.1 573.2C291 566 283.7 547.1 290.9 531L330.7 441.5L280.3 419.1C257.3 408.9 235.3 396.7 214.5 382.7C193.2 399.9 169.9 414.9 145 427.4L110.3 444.6C94.5 452.5 75.3 446.1 67.4 430.3C59.5 414.5 65.9 395.3 81.7 387.4L116.2 370.1C132.5 361.9 148 352.4 162.6 341.8C148.8 329.1 135.8 315.4 123.7 300.9L113.6 288.7C102.3 275.1 104.1 254.9 117.7 243.6C131.3 232.3 151.5 234.1 162.8 247.7L173 259.9C184.5 273.8 197.1 286.7 210.4 298.6C237.9 268.2 259.6 232.5 273.9 193.2L274.4 192L64.1 192C46.3 192 32 177.7 32 160C32 142.3 46.3 128 64 128L160 128L160 96C160 78.3 174.3 64 192 64zM448 334.8L397.7 448L498.3 448L448 334.8z'/%3E%3C/svg%3E") !important;
  white-space: normal;
  margin-right: 15px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.shop-1 .goog-te-gadget-simple span a::before {
  height: 20px !important;
  width: 20px !important;
}
.goog-te-gadget-simple span a {
  display: flex;
  align-items: center;
  font-family: var(--shop-font-family);
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.goog-te-gadget-simple span a > span:nth-of-type(2) {
  display: none !important;
}

.goog-te-gadget-simple span a > span:nth-of-type(3) {
  margin-left: 10px;
}

.goog-te-gadget-simple span a {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 92%;
}

.shop-2 .language-selector {
  background-color: var(--hero-btn-bg-color) !important;
  border: var(--border);
  border-width: var(--hero-btn-border-width, 0px) !important;
  border-color: var(--hero-btn-border-color) !important;
  color: var(--hero-btn-text-color) !important;
  border-top-left-radius: var(--border-radius-s) !important;
  border-bottom-left-radius: var(--border-radius-s) !important;
}
.shop-9 .language-selector {
  background-color: var(--hero-btn-bg-color) !important;
  border: var(--border);
  border-width: var(--hero-btn-border-width, 0) !important;
  border-color: var(--hero-btn-border-color) !important;
  color: var(--hero-btn-text-color) !important;
  border-top-left-radius: var(--border-radius-s) !important;
  border-bottom-left-radius: var(--border-radius-s) !important;
}

body:not(.shop-8):not(.shop-1) .language-selector {
  background-color: var(--hero-btn-bg-color) !important;
  border: var(--border);
  border-width: var(--hero-btn-border-width, 0) !important;
  border-color: var(--hero-btn-border-color) !important;
  color: var(--hero-btn-text-color) !important;
  border-top-left-radius: var(--border-radius-s) !important;
  border-bottom-left-radius: var(--border-radius-s) !important;
}

.shop-9 .goog-te-gadget-simple span a {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 75%;
}

.shop-1 .goog-te-gadget-simple span a {
  font-size: 70%;
}

.shop-1 .language-selector {
  border-radius: 100px;
}
.shop-9 .goog-te-gadget-simple span a {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 75%;
}

.shop-9 .goog-te-gadget-simple span a span {
  margin-top: 4px;
}

.shop-8 .btn-hero-2 .goog-te-gadget-simple span a::before {
  content: '' !important;
  flex-shrink: 0;
  z-index: 9 !important;
  position: static !important;
  height: 35px !important;
  width: 35px !important;
  display: flex;
  background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Free 7.0.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M192 64C209.7 64 224 78.3 224 96L224 128L352 128C369.7 128 384 142.3 384 160C384 177.7 369.7 192 352 192L342.4 192L334 215.1C317.6 260.3 292.9 301.6 261.8 337.1C276 345.9 290.8 353.7 306.2 360.6L356.6 383L418.8 243C423.9 231.4 435.4 224 448 224C460.6 224 472.1 231.4 477.2 243L605.2 531C612.4 547.2 605.1 566.1 589 573.2C572.9 580.3 553.9 573.1 546.8 557L526.8 512L369.3 512L349.3 557C342.1 573.2 323.2 580.4 307.1 573.2C291 566 283.7 547.1 290.9 531L330.7 441.5L280.3 419.1C257.3 408.9 235.3 396.7 214.5 382.7C193.2 399.9 169.9 414.9 145 427.4L110.3 444.6C94.5 452.5 75.3 446.1 67.4 430.3C59.5 414.5 65.9 395.3 81.7 387.4L116.2 370.1C132.5 361.9 148 352.4 162.6 341.8C148.8 329.1 135.8 315.4 123.7 300.9L113.6 288.7C102.3 275.1 104.1 254.9 117.7 243.6C131.3 232.3 151.5 234.1 162.8 247.7L173 259.9C184.5 273.8 197.1 286.7 210.4 298.6C237.9 268.2 259.6 232.5 273.9 193.2L274.4 192L64.1 192C46.3 192 32 177.7 32 160C32 142.3 46.3 128 64 128L160 128L160 96C160 78.3 174.3 64 192 64zM448 334.8L397.7 448L498.3 448L448 334.8z'/%3E%3C/svg%3E") !important;
  white-space: normal;
  margin-right: 15px;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

.shop-5 .btn-hero-2 .goog-te-gadget-simple span a::before {
  filter: invert(1);
}
.shop-8 .language-selector {
  background-color: transparent;
}

.shop-8 .goog-te-gadget-simple span a {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  font-size: 92%;
}

.shop-8 .goog-te-gadget-simple span a {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
  font-size: 92%;
}
.shop-8 .goog-te-gadget-simple span a {
  background: transparent;
}
.shop-8 .goog-te-gadget .goog-te-gadget-simple {
  position: relative;
}

.shop-8 .language-selector {
  background: url(https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp) center/cover no-repeat !important;
  border-radius: 100px;
}
.shop-8 .language-selector::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -10px;
  bottom: -5px !important;
  border-radius: 110px 0 0 110px;
  background: url(https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp) center/cover no-repeat;
  z-index: -1 !important;
}
.shop-8 .language-selector .clearBoth {
  padding: 0;
}

[class='skiptranslate'] ~ main .goog-te-gadget-simple span a {
  font-size: 1.2rem !important;
}

.shop-1 [class='skiptranslate'] ~ main .goog-te-gadget-simple span a {
  font-size: 1rem !important;
  font-weight: 500;
}

/*
.shop-8.category-id-585 [data-elementor-type="product-miniature"] article::after {
  content:"";
  position:absolute;
  inset:0px;
  background-image: url("/img/cms/Haloween/Cobweb.webp");
  filter: drop-shadow(5px 5px 10px #00000091);
  border-radius: var(--border-radius-s);
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  left: 4px;
  top: 1px;
  pointer-events: none;
}
  */

[data-module-img='/modules/payplug/views/img/svg/checkout/applepay.svg'] label span {
  font-size: 0px !important;
  line-height: 0px !important;
}

[data-module-img='/modules/payplug/views/img/svg/checkout/applepay.svg'] label span:after {
  content: 'Paiement sécurisé par Apple Pay';
  font-size: 14px !important;
  line-height: 19.2px !important;
}

[paypal-messaging-banner] {
  display: none !important;
}

[data-module-name-payment-option='paypal'] label span {
  font-size: 0px !important;
  line-height: 0px !important;
}

[data-module-name-payment-option='paypal'] label span:after {
  content: 'Paiement sécurisé par Paypal';
  font-size: 14px !important;
  line-height: 19.2px !important;
}

#cart section.card.card-block.cart-darique .card-block::after {
  content: 'Attention : les photos dédicacées ne sont pas nominatives';
  display: block;
  /*! line-height: 2rem; */
  clear: unset;
  position: static;
  margin-top: 20px;
  font-size: 0.9rem;
  font-style: italic;
}
.estimated_delivery_date_content {
  color: #ab3f3a !important;
  font-size: 1.6rem !important;
  font-weight: bold;
  line-height: 1.6rem;
}

.shop-8 .estimated_delivery_date_content {
  color: #ab3f3a !important;
  font-size: 1.6rem !important;
  line-height: 1.6rem;
}

body.shop-8 section#checkout-payment-step [data-module-name-payment-option='paypal'] label span {
  font-size: 0px !important;
  line-height: 0px !important;
}
body.shop-8 section#checkout-payment-step [data-module-name-payment-option='paypal'] label span::after {
  font-size: 1.2rem !important;
}
[data-module-name-payment-option='paypal'] [paypal-mark-container] {
  padding-right: 10px !important;
}

.cart-summary-custom-free-shipping #freeshippinginfo {
  padding-bottom: 20px;
  text-align: center;
}
body #content .cart-summary-top-custom-free-shipping #freeshippinginfo {
  padding: 15px;
  text-align: center;
  background-color: var(--color-action) !important;
  color: white;
  border-radius: var(--border-radius-s) !important;
  margin-bottom: 30px;
  font-family: 'Barlow';
  font-size: 1.2rem;
}

.not-logged .hideWhenNotLogged {
  display: none;
}

.logged-in .hideWhenLogged {
  display: none;
}

.logged-in .showWhenLogged {
  display: block;
}

.not-logged .showWhenNotLogged {
  display: block;
}

/* GIFT ITEMS */
.popup-manager-hook-content #block-newsletter-label {
  display: none;
}

.elementor-field-label.newsletter-optin-all-sites {
  display: flex;
  align-items: center;
  gap: 15px;
}
.popup-manager-hook-content form {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popup-manager-hook-content .col-md-7.col-xs-12 {
  width: 100%;
}

.logged-in #navBarC::after {
  font-size: 1.25rem !important;
}

.popup-manager-hook-content form .btn.btn-primary {
  background-color: var(--color-action) !important;
  border: none !important;
  border-top-width: medium;
  border-top-color: currentcolor;
  border-right-width: medium;
  border-right-color: currentcolor;
  border-bottom-width: medium;
  border-bottom-color: currentcolor;
  border-left-width: medium;
  border-left-color: currentcolor;
  border-width: var(--border-width) !important;
  border-color: var(--border-color) !important;
  border-radius: var(--border-r-btn) !important;
  cursor: pointer !important;
}

.popup-manager-hook-content .alert.alert-danger.block_newsletter_alert + ul {
  order: 5;
}
.popup-manager-hook-content form input[type='email']:focus {
  border-color: var(--color-action) !important;
}

.popup-manager-hook-content form .row > div:last-of-type {
  display: none;
}
.popup-manager-hook-content .alert.alert-danger.block_newsletter_alert {
  order: 3;
}

.dariqueItem {
  width: fit-content !important;
  display: flex;
}
ul.dariqueWrapper li .gift {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.gift-img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 100px !important;
}
.dariqueWrapper.row.glider {
  width: fit-content !important;
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.dariqueRuleContainer {
  width: fit-content;
}
.glider-track {
  display: flex;
  width: fit-content !important;
}

.gift img {
  transform: translateY(-15px) rotateX(-41deg) rotateZ(-13deg);
  transform-style: preserve-3d;
  filter: drop-shadow(5px 10px 4px #00000042);
  transition: 0.4s ease-in-out transform, 0.4s ease-in-out box-shadow, 0.4s ease-in-out filter;
}

.dariqueItem:hover img {
  transform: translateY(-15px) translate3d(0px, 0px, 0px) rotateX(0deg) rotateZ(0deg);
  filter: drop-shadow(0px 10px 4px #0000001f);
}
/* END GIFT ITEMS */
.cart-voucher .promo-name .cart-summary-line {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.menu-item.menu-item-type-link.menu-item-link-custom-page-newsletter {
  order: 10;
}

body#search.shop-8 #wrapper,
body#search.shop-9 #wrapper {
  margin-top: 50px;
}

body#search.shop-8 .csCard {
  margin-bottom: 50px;
}

body.shop-8 .logged-in-section,
body.shop-9 .logged-in-section {
  display: none;
}

body.shop-9.page-category .category-header {
  margin-top: 100px;
  border: solid 2px #09b5e2 !important;
  background-color: #15243d !important;
}

body.shop-9.page-category .category-header img {
  height: 190px;
}

body.shop-9.page-category .category-header figcaption,
body.shop-9.page-category figcaption span {
  color: white !important;
}

body.shop-9.page-category .ce-image-gallery .ce-gallery-item .ce-gallery-icon {
  border: none !important;
}

body.shop-9.page-category .ce-gallery-caption {
  padding-bottom: 15px !important;
}

body.shop-9.page-category .ce-image-gallery .ce-gallery-item {
  gap: 2px !important;
}

/* custom pages carte cadeau shop 8 et 9 + parités */

body.shop-8 #gc-step-receptmode,
body.shop-8 #gc-step-template,
body.shop-8 #gc-step-information {
  background-image: url('https://www.objetdecom.fr/img/cms/FortBoyard/papirusseEtire.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

body.shop-8 form#formgiftcard,
body.shop-9 form#formgiftcard {
  margin-top: 50px !important;
}

body.shop-9 #gc-step-receptmode,
body.shop-9 #gc-step-template,
body.shop-9 #gc-step-information {
  background-color: #253037 !important;
}

body.shop-8#module-giftcard-choicegiftcard form#formgiftcard,
body.shop-9#module-giftcard-choicegiftcard form#formgiftcard {
  display: flex;
  flex-direction: column;
  gap: 3rem !important;
}

body.shop-8#module-giftcard-choicegiftcard form#formgiftcard > section,
body.shop-9#module-giftcard-choicegiftcard form#formgiftcard > section {
  padding: 2rem;
}

body.shop-9 .gc-step-information {
  padding-top: 1rem;
}

body.shop-8#module-giftcard-choicegiftcard form#formgiftcard > section {
  padding-bottom: 4rem;
}

body.shop-9#module-giftcard-choicegiftcard #choicegiftcard h2 {
  text-shadow: none !important;
}

body.shop-9#module-giftcard-choicegiftcard #choicegiftcard h2::before {
  display: none;
}

/* bug input newsletter */
body:not(.shop-8) .elementor-field-type-subscribe {
  align-items: stretch !important;
}

.elementor-field-type-subscribe {
  justify-content: center !important;
}

.sectionPageNewsletter .newsletter-container-input {
  width: 40%;
}

.cHoverBtn a:focus {
  background-color: transparent !important;
}

/* nouveau shop la carte aux tresors  */

body.shop-8#module-giftcard-choicegiftcard #formgiftcard button.submit_button,
body.shop-9#module-giftcard-choicegiftcard #formgiftcard button.submit_button {
  border: none !important;
}

body.shop-8#module-giftcard-choicegiftcard .ta-gc-submit,
body.shop-9#module-giftcard-choicegiftcard .ta-gc-submit {
  display: flex;
  gap: 1rem;
}

body.shop-8#module-giftcard-choicegiftcard .ta-gc-submit .preview_form submit_button,
body.shop-9#module-giftcard-choicegiftcard .ta-gc-submit .preview_form submit_button {
  order: 0 !important;
  float: none !important;
}

body.shop-8#module-giftcard-choicegiftcard .ta-gc-submit .submit_form submit_button,
body.shop-9#module-giftcard-choicegiftcard .ta-gc-submit .submit_form submit_button {
  order: 1 !important;
  float: none !important;
}

body.shop-8#module-giftcard-choicegiftcard #formgiftcard button.submit_button,
body.shop-9#module-giftcard-choicegiftcard #formgiftcard button.submit_button {
  float: none !important;
  width: 100% !important;
}

/* custom shop 9 */

@media all and (max-width: 320px) {
  body.shop-9 .collection .ce-image-gallery {
    grid-template-columns: 1fr !important;
  }
}

@media all and (min-width: 1024px) {
  body.shop-9 #section-faq [role='button'] span.elementor-button-text,
  body.shop-9.cms-id-22 .hero-section [role='button'] span.elementor-button-text {
    margin-top: 5px !important;
  }
}

body.shop-9 #section-faq [role='button'],
body.shop-9 .hero-section [role='button'] {
  border: none !important;
}

body.shop-9 a[role='button']:focus {
  color: white !important;
}

body.shop-9 .sectionFixedButton span.elementor-button-text,
body.shop-9 .btn-hero-2 {
  text-transform: none !important;
}

body.shop-9 .elementor-widget-category-grid .ce-gallery-item {
  background-color: var(--color-secondary);
  color: white !important;
}

/* body.shop-9 [data-elementor-type="product-miniature"] a.elementor-button{
  background-color: #D60033!important;
  } */

body.shop-9 .csCard .elementor-button-wrapper a[role='button'] {
  background-color: #d60033 !important;
}

body.shop-9 .csCard .elementor-button-wrapper a[role='button']:hover {
  color: #253037 !important;
  background: white !important;
}

body.shop-9 #newsletter button[name='submitNewsletter'] {
  background-color: #861138 !important;
  border-radius: 0px !important;
  border: solid 2px #d60033;
}

body.shop-9 #navBarC > div.elementor-container {
  background-color: transparent;
}

body.shop-9 #navBarC .customBordure {
  background-color: #14324e;
  padding: 10px;
}

body.shop-9 #navBarC .elementor-widget-theme-site-logo img {
  height: 50px;
  object-fit: contain;
}

body.shop-9 .info-separator::before {
  display: none;
}

body.shop-8.page-category .ce-product-grid {
  grid-column-gap: 25px;
  grid-row-gap: 50px;
}

body.shop-9.page-category .ce-product-grid {
  grid-column-gap: 30px;
  grid-row-gap: 35px;
}

body.shop-8.page-category nav.ce-breadcrumb,
body.shop-8.page-category nav.ce-breadcrumb a,
body.shop-8.page-category nav.ce-breadcrumb span {
  color: white !important;
}

body.shop-9.page-category nav.ce-breadcrumb,
body.shop-9.page-category nav.ce-breadcrumb a,
body.shop-9.page-category nav.ce-breadcrumb span {
  color: white !important;
  font-family: 'CarteAuTresor2', 'sans-serif' !important;
}

body.shop-9 nav.ce-breadcrumb,
body.shop-9 nav.ce-breadcrumb a,
body.shop-9 nav.ce-breadcrumb span {
  font-family: 'CarteAuTresor2', 'sans-serif' !important;
}

body.shop-8.page-category nav.ce-breadcrumb a:hover,
body.shop-9.page-category nav.ce-breadcrumb a:hover {
  opacity: 0.8;
}

body.shop-9.page-product nav.ce-breadcrumb {
  margin-top: 4px;
}

body.shop-9.page-category .cBlocLeftColumn {
  overflow: visible !important;
}

/* */

body.shop-9.page-category .category-hierarchy ul li a,
body.shop-9.page-category .category-hierarchy a.back,
body.shop-8.page-category .category-hierarchy a.back {
  color: white !important;
}

body.shop-9.page-category .category-hierarchy ul li a span {
  margin-top: 10px;
}

/* */

body.shop-9 #multi-step-registration {
  background-color: #15243d;
}

body.shop-9,
body.shop-9 #multi-step-registration {
  background-image: url('https://www.lacarteauxtresors-boutique.com/img/cms/La carte aux trésors/lcat_bg-top-2.webp');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* page contact shop 9 */

body.shop-9.page-contact [href='#section-form'] span.elementor-button-text,
body.shop-9 .csCard [role='button'] span.elementor-button-text {
  padding-top: 4px;
}

body.shop-9.page-contact span.ets_cfu_span {
  color: white;
}

body.shop-9.page-contact form.ets-cfu-form {
  margin-top: 50px;
}

/* mon compte shop 9 */

body.shop-9 .custom-account-message .title,
body.shop-9.page-customer-account label,
body.shop-9#view h1,
body.shop-9#view p.wishlist-list-empty {
  color: white !important;
}

body.shop-9 hr.seperator {
  display: none !important;
}

body.shop-9 label.radio-inline {
  color: #232323 !important;
}

/* FAQ shop 9 */

body.shop-9 .question::before {
  display: none !important;
}

body.shop-9 .question.customBordure {
  padding: 2rem 1rem;
  background-color: #2e70a8;
  color: white !important;
  margin: 0 !important;
}

body.shop-9 .question p {
  color: white !important;
}

body.shop-9 .question i {
  color: #cfcfcf !important;
  font-weight: 800 !important;
}

body.shop-9 .cTitleFaq h2 {
  margin-bottom: 40px;
}

/* début ordre */
body.shop-8 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.porscheclub-boutique.com/"]),
body.shop-9 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.porscheclub-boutique.com/"])
{
  grid-row: 4 !important;
  grid-column: 1 !important;
}

body.shop-8 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.objetdecom.fr/"]),
body.shop-9 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.objetdecom.fr/"])
{
  grid-row: 3 !important;
  grid-column: 1 !important;
}

body.shop-8 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.vintagemecanic.com"]),
body.shop-9 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.vintagemecanic.com"])
{
  grid-row: 1 !important;
  grid-column: 2 !important;
}

body.shop-8 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.topmecanic.fr"]),
body.shop-9 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.topmecanic.fr"])
{
  grid-row: 2 !important;
  grid-column: 2 !important;
}

body.shop-8 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.claudelelouch-boutique.com"]),
body.shop-9 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.claudelelouch-boutique.com"])
{
  grid-row: 3 !important;
  grid-column: 2 !important;
}

body.shop-8 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.lebigdil-boutique.com/"]),
body.shop-9 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.lebigdil-boutique.com/"])
{
  grid-row: 4 !important;
  grid-column: 2 !important;
}

body.shop-8 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.fortboyard-boutique.com/"]),
body.shop-9 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.fortboyard-boutique.com/"])
{
  grid-row: 1 !important;
  grid-column: 1 !important;
}

body.shop-8 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.lacarteauxtresors-boutique.com/"]),
body.shop-9 #footerSection2 ul.logia-menu li:has(> a[href^="https://www.lacarteauxtresors-boutique.com/"])
{
  grid-row: 2 !important;
  grid-column: 1 !important;
}

/* */

body.shop-8 #section-faq ul.logia-menu li:has(> a[href^="https://www.porscheclub-boutique.com/"]),
body.shop-9 #section-faq ul.logia-menu li:has(> a[href^="https://www.porscheclub-boutique.com/"])
{
  order: 6 !important;
}

body.shop-8 #section-faq ul.logia-menu li:has(> a[href^="https://www.objetdecom.fr/"]),
body.shop-9 #section-faq ul.logia-menu li:has(> a[href^="https://www.objetdecom.fr/"])
{
  order: 4 !important;
}

body.shop-8 #section-faq ul.logia-menu li:has(> a[href^="https://www.vintagemecanic.com"]),
body.shop-9 #section-faq ul.logia-menu li:has(> a[href^="https://www.vintagemecanic.com"])
{
  order: 1 !important;
}

body.shop-8 #section-faq ul.logia-menu li:has(> a[href^="https://www.topmecanic.fr"]),
body.shop-9 #section-faq ul.logia-menu li:has(> a[href^="https://www.topmecanic.fr"])
{
  order: 3 !important;
}

body.shop-8 #section-faq ul.logia-menu li:has(> a[href^="https://www.claudelelouch-boutique.com"]),
body.shop-9 #section-faq ul.logia-menu li:has(> a[href^="https://www.claudelelouch-boutique.com"])
{
  order: 5 !important;
}

body.shop-8 #section-faq ul.logia-menu li:has(> a[href^="https://www.lebigdil-boutique.com/"]),
body.shop-9 #section-faq ul.logia-menu li:has(> a[href^="https://www.lebigdil-boutique.com/"])
{
  order: 7 !important;
}

body.shop-8 #section-faq ul.logia-menu li:has(> a[href^="https://www.fortboyard-boutique.com/"]),
body.shop-9 #section-faq ul.logia-menu li:has(> a[href^="https://www.fortboyard-boutique.com/"])
{
  order: 0 !important;
}

body.shop-8 #section-faq ul.logia-menu li:has(> a[href^="https://www.lacarteauxtresors-boutique.com/"]),
body.shop-9 #section-faq ul.logia-menu li:has(> a[href^="https://www.lacarteauxtresors-boutique.com/"])
{
  order: 2 !important;
}

/* fin ordre */

/* card product */

body.shop-9 .price-value,
body.shop-9 .price-value:first-letter {
  font-size: 2.6rem !important;
  margin-top: 15px;
}

body.shop-9 .price-extension {
  font-size: 1.2rem !important;
}

body.shop-9 .csCard img {
  border-radius: 5px;
}

body.shop-9 .csCard .elementor-column-wrap {
  background-color: #2e70a7 !important;
}

body.shop-9 .csCard h4::before {
  content: 'La Carte aux Trésors';
  padding: 10px 0px;
  color: #09b5e2;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  /*.csTitle moove to before .csImage*/
}

body.shop-9 .csCard .csImage {
  display: flex;
  flex-direction: column;
}

body.shop-9 .csCard h4 {
  text-align: center;
  color: white;
}

body.shop-9 .csCard .product-price {
  flex-direction: column;
}

body.shop-9 .csCard .product-price {
  background-color: transparent !important;
}

body.shop-9 .csCard .csContent {
  order: -1 !important;
}

body.shop-9 .csCard .csContent a {
  font-size: 1.3rem !important;
}

body.shop-9 .product-price .price-value {
  color: white;
  font-size: 3rem;
}

/* page faq shop 9 */

@media all and (max-width: 1024px) {
  body.shop-9 #section-faq .s9_customFlex > div > .elementor-widget-wrap {
    flex-direction: column;
    gap: 50px !important;
  }

  body.shop-9 #section-faq .s9_customFlex .question {
    width: 100% !important;
  }
}

/* pages de droit shop 9 */
body.shop-9.cms-id-26 p,
body.shop-9.cms-id-27 p,
body.shop-9.cms-id-26 li,
body.shop-9.cms-id-27 li {
  color: white !important;
}

body.shop-9.cms-id-26 h2::before,
body.shop-9.cms-id-27 h2::before {
  display: none;
}

body.shop-9.cms-id-26,
body.shop-9.cms-id-27 {
  --color-action: #09b5e2 !important;
}

body.shop-9.cms-id-26 a,
body.shop-9.cms-id-27 a,
body.shop-9.cms-id-26 .elementor a,
body.shop-9.cms-id-27 .elementor a {
  color: #09b5e2 !important;
}

body.shop-9.cms-id-26 a:hover,
body.shop-9.cms-id-27 a:hover {
  text-decoration: underline !important;
}

/*HEADER CUSTOM*/

body.shop-9 #header ul.elementor-nav li a {
  font-weight: 400 !important;
  line-height: 1.5rem !important;
  margin-bottom: -4px;
}

body.shop-8 .elementor-sign-in li a:hover,
body.shop-8 .elementor-cart__toggle a:hover,
body.shop-9 #header .cHoverBtn a[aria-label='Mon compte']:hover,
body.shop-9 #header .cHoverBtn .elementor-cart__toggle > a:hover {
  transform: scale(1.1);
}

/* set custom icon shop 9*/

body.shop-9 #navBarC .elementor-menu-toggle {
  color: white !important;
}

/* set before for custom icon*/
body.shop-9 #navBarC a[aria-label='Mon compte']::before,
body.shop-9 .menu-item-type-account a[aria-label='Mon compte']::before,
body.shop-9 .elementor-cart__toggle a::before,
body.shop-9 .iconGiftMobile a::before,
body.shop-9 #header .btn-hero-2.customAccount span.elementor-button-icon::before,
body.shop-9 #header .btn-hero-2.account span.elementor-button-icon::before,
body.shop-9 #header .btn-hero-2.panier span.elementor-button-icon::before,
body.shop-9 #header .btn-hero-2.giftCard span.elementor-button-icon::before,
body.shop-9 #headerBottomResponsive .elementor-search__toggle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;

  width: 50px;
  height: 50px;

  pointer-events: none;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

body.shop-9 #header .btn-hero-2.customAccount span.elementor-button-icon::before,
body.shop-9 #header .btn-hero-2.account span.elementor-button-icon::before,
body.shop-9 #header .btn-hero-2.panier span.elementor-button-icon::before,
body.shop-9 #header .btn-hero-2.giftCard span.elementor-button-icon::before {
  left: 3%;
  transform: translate(-2px, -50%);
  width: 40px;
  height: 40px;
}

/*hide i on custom icon*/

body.shop-9 #navBarC a[aria-label='Mon compte'] i,
body.shop-9 .menu-item-type-account a[aria-label='Mon compte'] i,
body.shop-9 .elementor-cart__toggle a i,
body.shop-9 .iconGiftMobile a svg,
body.shop-9 #header .btn-hero-2.customAccount span.elementor-button-icon i,
body.shop-9 #header .btn-hero-2.account span.elementor-button-icon i,
body.shop-9 #header .btn-hero-2.panier span.elementor-button-icon i,
body.shop-9 #header .btn-hero-2.giftCard span.elementor-button-icon i,
body.shop-9 #headerBottomResponsive .elementor-search__toggle i {
  opacity: 0;
}

/*set property fort custom icon before*/
body.shop-9 #navBarC a[aria-label='Mon compte']::before,
body.shop-9 .menu-item-type-account a[aria-label='Mon compte']::before,
body.shop-9 #header .btn-hero-2.customAccount span.elementor-button-icon::before,
body.shop-9 #header .btn-hero-2.account span.elementor-button-icon::before {
  background-image: url('https://www.lacarteauxtresors-boutique.com/img/cms/La carte aux trésors/cat-icon-mon-compte.webp');
  opacity: 1 !important;
}

body.shop-9 .elementor-cart__toggle a::before,
body.shop-9 #header .btn-hero-2.panier span.elementor-button-icon::before {
  background-image: url('https://www.lacarteauxtresors-boutique.com/img/cms/La carte aux trésors/cat-icon-panier.webp');
  opacity: 1 !important;
}

body.shop-9 .iconGiftMobile a::before,
body.shop-9 #header .btn-hero-2.giftCard span.elementor-button-icon::before {
  background-image: url('https://www.lacarteauxtresors-boutique.com/img/cms/La carte aux trésors/cat-icon-carte-cadeau.webp');
}

body.shop-9 #headerBottomResponsive .elementor-search__toggle::before {
  background-image: url('https://www.lacarteauxtresors-boutique.com/img/cms/La carte aux trésors/cat-icon-recherche.webp');
}

/* button fixed shop 8 */

body.shop-8 .btn-hero-2 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px 0 0 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1 !important;
}

body.shop-8 .btn-hero-2 a {
  width: 100%;
  border-radius: 100px 0 0 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;

  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  padding: 7px 14px !important;
}

/* test debut*/
/* test fin*/

/* searchbar */

body.shop-9 #header .elementor-search__container {
  border: solid 3px white;
  border-radius: 100px !important;
  min-height: 40px !important;
}

body.shop-9 #header .elementor-search__container .elementor-search__input,
body.shop-9 #header .elementor-search__container button.elementor-search__submit {
  font-weight: 500 !important;
  color: white !important;
  background-color: #194874 !important;
}

/* button.elementor-search__submit{
  min-width: fit-content!important;
  padding-right: 20px;
} */

/*FOOTER CUSTOM*/

body.shop-9 .cRouge.customBordure {
  background-color: #2a203c !important;
  color: white;
}

body.shop-9 .cJaune.customBordure {
  background-color: #253037 !important;
  color: white;
}

body.shop-8 .last-footer,
body.shop-9 .last-footer {
  color: white !important;
}

body.shop-8 #footerSection2 {
  background-color: transparent !important;
}

body.shop-8 #footerSection2,
body.shop-9 #footerSection2 {
  text-align: center;
}

body.shop-8 #footerSection2 .elementor-widget-wrap,
body.shop-9 #footerSection2 .elementor-widget-wrap {
  justify-content: center;
}

body.shop-8 #footerSection2 .elementor-widget-divider,
body.shop-9 #footerSection2 .elementor-widget-divider {
  opacity: 0;
  margin: 0;
}

body.shop-9 #footerSection1 {
  margin-bottom: 100px !important;
}

body.shop-9 #footerSection1::before {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 90px;
  height: 90px;

  z-index: -1;
  user-select: none;
  pointer-events: none;

  transform: scaleX(-1);

  background-image: url('https://www.lacarteauxtresors-boutique.com/img/cms/La carte aux trésors/lcat_decoration_arrow-01.webp');
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

body.shop-9 #footerSection1::after {
  content: '';
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 150px;
  height: 200px;

  z-index: -1;
  user-select: none;
  pointer-events: none;

  background-image: url('https://www.lacarteauxtresors-boutique.com/img/cms/La carte aux trésors/lcat_decoration_03.webp');
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

body.shop-8 #footerSection2 .csMenuLeft .elementor-nav--dropdown,
body.shop-8 #footerSection2 .csMenuRight .elementor-nav--dropdown,
body.shop-9 #footerSection2 .csMenuLeft .elementor-nav--dropdown,
body.shop-9 #footerSection2 .csMenuRight .elementor-nav--dropdown {
  background-color: transparent;
}

body.shop-8 #footerSection2 .csMenuLeft a.elementor-sub-item,
body.shop-8 #footerSection2 .csMenuRight a.elementor-sub-item,
body.shop-9 #footerSection2 .csMenuLeft a.elementor-sub-item,
body.shop-9 #footerSection2 .csMenuRight a.elementor-sub-item {
  padding: 0 !important;
  color: white !important;
  font-size: 1.1rem;
  line-height: 1.8rem;
  font-weight: 300 !important;
}

body.shop-8 #footerSection2 .elementor-heading-title {
  font-family: 'FortBoyard', sans-serif !important;
  font-weight: 300 !important;
  font-size: 1.2rem !important;
}

body.shop-8 #footerSection2 .csMenuLeft a.elementor-sub-item:hover,
body.shop-8 #footerSection2 .csMenuRight a.elementor-sub-item:hover,
body.shop-9 #footerSection2 .csMenuLeft a.elementor-sub-item:hover,
body.shop-9 #footerSection2 .csMenuRight a.elementor-sub-item:hover,
body.shop-9 #footerSection2 .elementor-heading-title {
  color: var(--color-footer) !important;
}

body.shop-8 #footerSection2 .csMenuLeft ul.sub-menu,
body.shop-8 #footerSection2 .csMenuRight ul.sub-menu,
body.shop-9 #footerSection2 .csMenuLeft ul.sub-menu,
body.shop-9 #footerSection2 .csMenuRight ul.sub-menu {
  align-items: center;
}

/* changer couleur et font text menu footer shop 8 */

body.shop-8 #footerSection2 .csMenuLeft a,
body.shop-8 #footerSection2 .csMenuRight a {
  font-size: 1.5rem !important;
  font-family: 'CA Geheimagent', sans-serif !important;
}

body.shop-8 #footerSection2 .csMenuLeft a.elementor-sub-item:hover,
body.shop-8 #footerSection2 .csMenuRight a.elementor-sub-item:hover {
  color: #eeb230 !important;
}

/* debut 3 colonnes */

body.shop-9 #footerSection1 .footerCol1 > .elementor-column-wrap {
  background-color: transparent !important;
}

body.shop-9 #footerSection1 .footerCol1 {
  background: white !important;
}

/* custom bar panier */

/* body.shop-9 .elementor-cart__main .elementor-cart__summary-label,
body.shop-9 .elementor-cart__main .elementor-cart__summary-value,
body.shop-9 .elementor-cart__main .elementor-cart__product-price,
body.shop-9 .elementor-cart__main .elementor-cart__product-name,
body.shop-9 .elementor-cart__main .elementor-cart__product-name a{
  color: #09b5e2!important;
} */

body.shop-9 .elementor-cart__main .elementor-cart__footer-buttons .elementor-align-justify:nth-of-type(1) a {
  color: #d60033;
  border: solid 2px #d60033 !important;
  background-color: white;
}

body.shop-9 .elementor-cart__main .elementor-cart__footer-buttons .elementor-align-justify:nth-of-type(1) a:hover span {
  color: white;
}

body.shop-9 .elementor-cart__main .elementor-cart__footer-buttons .elementor-align-justify:nth-of-type(2) span {
  color: white !important;
}

/* custom card page shop 9 */

body.shop-9.page-cart .card.cart-summary,
body.shop-9.page-order .card.js-cart {
  padding-bottom: 1.5rem;
  margin-bottom: 30px;
  background-color: #2a203c !important;
}

body.shop-9.page-order .card.js-cart {
  padding: 1rem;
}

body.shop-9.page-cart .cart-item .product-line-grid .product-line-grid-body {
  padding: 15px;
}

body.shop-9.page-cart .cart-item .product-line-grid .product-line-grid-left {
  padding: 0px !important;
}

body.shop-9.page-cart .cart-item .product-line-grid .product-line-grid-right {
  padding: 10px 0 !important;
}

body.shop-9.page-order .promo-code {
  padding: 0;
}

body.shop-9.page-cart div.estimated_delivery_date,
body.shop-9.page-order div.estimated_delivery_date {
  background: #253037 !important;
  padding-top: 1.5rem !important;
  overflow: visible !important;
}

body.shop-9.page-cart .estimated_delivery_date_icon span.icon-wrapper.circle-shape,
body.shop-9.page-order .estimated_delivery_date_icon span.icon-wrapper.circle-shape {
  background-color: #b6a000 !important;
}

body.shop-9.page-cart .estimated_delivery_date_content,
body.shop-9.page-order .estimated_delivery_date_content {
  color: white;
}

body.shop-9.page-cart .estimated_delivery_date p,
body.shop-9.page-order .estimated_delivery_date p {
  margin-bottom: 10px;
}

body.shop-9.page-cart .cart-detailed-totals {
  gap: 0px !important;
}

body.shop-9.page-cart .cart-detailed-totals > div,
body.shop-9.page-cart .block-promo,
body.shop-9.page-order .block-promo {
  background: transparent !important;
  box-shadow: none !important;
}

body.shop-9.page-cart .cart-detailed-totals span.label,
body.shop-9.page-cart .cart-detailed-totals span.value,
body.shop-9.page-order .card.js-cart span.label,
body.shop-9.page-order .card.js-cart span.value,
body.shop-9.page-order .card.js-cart .darique-ch {
  color: white !important;
}

body.shop-9.page-cart .hi-gift-wrapper-content {
  padding: 1.5rem 1rem;
  background-color: #14324e !important;
}

body.shop-9.page-cart .checkout.card-block {
  padding: 0 1rem !important;
}

body.shop-9.page-cart .hi-gift-wrapper-content h2 {
  text-shadow: none !important;
}

body.shop-9.page-cart .hi-gift-wrapper-content h2::before {
  display: none;
}

body.shop-9.page-cart .hi-gift-wrapper-content .hi-gift-wrapper-item,
body.shop-9.page-cart .hi-gift-wrapper-content > .card-block,
body.shop-9.page-order .card.js-cart > .card-block {
  padding: 0;
  box-shadow: none !important;
  background: transparent !important;
}

body.shop-9.page-cart .hi-gift-container label {
  color: white;
}

body.shop-9.page-cart #freeshippinginfo {
  margin-top: 0px;
  margin-bottom: 16px;
}

body.shop-9.page-cart .cart-grid-body > .card.cart-container:not(.hi-gift-cart-container) {
  border: solid 4px #09b5e2 !important;
  gap: 0px !important;
}

body.shop-9.page-cart .cart-grid-body .cart-container > .card-block {
  background-color: #09b5e2 !important;
}

body.shop-9.page-cart .cart-container .card-block h1 {
  color: white !important;
  line-height: 2rem;
}

body.shop-9.page-cart .cart-overview ul.cart-items {
  gap: 0px !important;
}

body.shop-9.page-cart .cart-overview ul .cart-item {
  background-color: #14324e !important;
}

body.shop-9.page-cart .cart-overview ul .cart-item {
  background-color: #14324e !important;
}

body.shop-8.page-cart .cart-grid-body a.label,
body.shop-9.page-cart .cart-grid-body a.label,
body.shop-9.page-cart .cart-overview ul .cart-item .label,
body.shop-9.page-cart .cart-overview ul .cart-item .price {
  color: white !important;
}

body.shop-8.page-order .cart-summary-line span.label,
body.shop-8.page-cart .cart-summary-line span.label {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
}

body.shop-8.page-cart .cart-summary-line span.value {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
}

body.shop-8.page-cart .cart-item a.label {
  color: black !important;
}

body.shop-9.page-cart .current-price::before {
  margin-bottom: 0.5rem !important;
  display: block;
  color: #09b5e2 !important;
}

body.shop-9.page-cart span.product-price strong {
  color: #09b5e2 !important;
}

body.shop-9.page-cart .product-line-info .value,
body.shop-9.page-cart .remove-from-cart {
  color: #bababa !important;
}

body.shop-9.page-cart .product-image img {
  border-radius: 5px;
  background-color: #00000030;
}

body.shop-9.page-cart section.card.card-block.cart-darique {
  background-color: #2a203c !important;
  border: solid 2px #d60033;
  color: white !important;
}

body.shop-9.page-cart section.card.card-block.cart-darique h1.h1 {
  color: white;
}

/* debut custom bordure shop 9 */

body.shop-9 .customBordure,
body.shop-9.page-category .category-header,
body.shop-9 #newsletter .newsletter-container-input,
body.shop-9 #gc-step-receptmode,
body.shop-9 #gc-step-template,
body.shop-9 #gc-step-information,
body.shop-9.page-cart .hi-gift-wrapper-content,
body.shop-9.page-cart .card.cart-summary,
body.shop-9.page-order .card.js-cart,
body.shop-9.page-cart .estimated_delivery_date,
body.shop-9.page-order .estimated_delivery_date,
body.shop-9#view ul.wishlist-products-list,
body.shop-9 .elementor-widget-category-grid .ce-gallery-item,
body.shop-9 #newsletter button[name='submitNewsletter'] {
  position: relative;
}

body.shop-9 .customBordure::after,
body.shop-9.page-category .category-header::after,
body.shop-9 #newsletter .newsletter-container-input::after,
body.shop-9 #gc-step-receptmode::after,
body.shop-9 #gc-step-template::after,
body.shop-9 #gc-step-information::after,
body.shop-9.page-cart .hi-gift-wrapper-content::after,
body.shop-9.page-cart .card.cart-summary::after,
body.shop-9.page-order .card.js-cart::after,
body.shop-9.page-cart .estimated_delivery_date::after,
body.shop-9.page-order .estimated_delivery_date::after,
body.shop-9#view ul.wishlist-products-list::after,
body.shop-9 #newsletter [name='submitNewsletter']::after {
  content: '';
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  position: absolute;
  z-index: 3;
  --clip-path-value: calc(100% - 6px);
  /* clip-path: polygon(0% 0%, 15% 0%, 15% 6px, 6px 6px, 6px 30%, var(--clip-path-value) 30%, var(--clip-path-value) 6px, 85% 6px, 85% 0%, 100% 0%, 100% 30%, 6px 30%, 6px var(--clip-path-value), 30% var(--clip-path-value), 30% 100%, 70% 100%, 70% var(--clip-path-value), var(--clip-path-value) var(--clip-path-value), var(--clip-path-value) 70%, 100% 70%, 100% 100%, 0% 100%, 0% 70%, 6px 70%, 6px 30%, 0% 30%); */
  clip-path: polygon(
    0% 0%,
    15% 0%,
    15% 6px,
    6px 6px,
    6px 30%,
    var(--clip-path-value) 30%,
    var(--clip-path-value) 6px,
    85% 6px,
    85% 0%,
    100% 0%,
    100% 30%,
    6px 30%,
    6px var(--clip-path-value),
    15% var(--clip-path-value),
    15% 100%,
    85% 100%,
    85% var(--clip-path-value),
    var(--clip-path-value) var(--clip-path-value),
    var(--clip-path-value) 70%,
    100% 70%,
    100% 100%,
    0% 100%,
    0% 70%,
    6px 70%,
    6px 30%,
    0% 30%
  );
  pointer-events: none;
  user-select: none;
}

body.shop-9 .customBordure::before,
body.shop-9.page-category .category-header::before,
body.shop-9 #newsletter .newsletter-container-input::before,
body.shop-9 #gc-step-receptmode::before,
body.shop-9 #gc-step-template::before,
body.shop-9 #gc-step-information::before,
body.shop-9.page-cart .hi-gift-wrapper-content::before,
body.shop-9.page-cart .card.cart-summary::before,
body.shop-9.page-order .card.js-cart::before,
body.shop-9.page-cart .estimated_delivery_date::before,
body.shop-9.page-order .estimated_delivery_date::before,
body.shop-9#view ul.wishlist-products-list::before,
body.shop-9 .elementor-widget-category-grid .ce-gallery-item::before,
body.shop-9 #newsletter button[name='submitNewsletter']::before {
  content: '';
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  position: absolute;
  z-index: 2;
  --clip-path-value: calc(100% - 6px);
  clip-path: polygon(
    48% 0%,
    52% 0%,
    52% 6px,
    48% 6px,
    48% var(--clip-path-value),
    52% var(--clip-path-value),
    52% 100%,
    48% 100%,
    48% 2%
  );
  pointer-events: none;
  user-select: none;
}

body.shop-9 .cBleu.customBordure::before,
body.shop-9 .cBleu.customBordure::after,
body.shop-9.page-category .category-header::before,
body.shop-9.page-category .category-header::after,
body.shop-9.page-cart .hi-gift-wrapper-content::before,
body.shop-9.page-cart .hi-gift-wrapper-content::after,
body.shop-9#view ul.wishlist-products-list::before,
body.shop-9#view ul.wishlist-products-list::after,
body.shop-9 .elementor-widget-category-grid .ce-gallery-item::before {
  background-color: #09b5e2;
}

body.shop-9 .cRouge.customBordure::before,
body.shop-9 .cRouge.customBordure::after,
body.shop-9 #newsletter .newsletter-container-input::before,
body.shop-9 #newsletter .newsletter-container-input::after,
body.shop-9.page-cart .card.cart-summary::before,
body.shop-9.page-cart .card.cart-summary::after,
body.shop-9.page-order .card.js-cart::before,
body.shop-9.page-order .card.js-cart::after,
body.shop-9 #newsletter button[name='submitNewsletter']::before,
body.shop-9 #newsletter button[name='submitNewsletter']::after {
  background-color: #d60033;
}

body.shop-9 .cJaune.customBordure::before,
body.shop-9 .cJaune.customBordure::after,
body.shop-9 #gc-step-receptmode::before,
body.shop-9 #gc-step-receptmode::after,
body.shop-9 #gc-step-template::before,
body.shop-9 #gc-step-template::after,
body.shop-9 #gc-step-information::before,
body.shop-9 #gc-step-information::after,
body.shop-9.page-cart .estimated_delivery_date::before,
body.shop-9.page-cart .estimated_delivery_date::after,
body.shop-9.page-order .estimated_delivery_date::before,
body.shop-9.page-order .estimated_delivery_date::after {
  background-color: #b6a000;
}

body.shop-9 .cBleu.customBordure,
body.shop-9.page-category .category-header,
body.shop-9.page-cart .hi-gift-wrapper-content,
body.shop-9#view ul.wishlist-products-list {
  border: solid 2px #09b5e2;
}

body.shop-9 .cRouge.customBordure,
body.shop-9 #newsletter .newsletter-container-input,
body.shop-9.page-cart .card.cart-summary {
  border: solid 2px #d60033;
}

body.shop-9.page-order .card.js-cart {
  border: solid 2px #d60033 !important;
}

body.shop-9 .cJaune.customBordure,
body.shop-9 #gc-step-receptmode,
body.shop-9 #gc-step-template,
body.shop-9 #gc-step-information,
body.shop-9.page-cart .estimated_delivery_date,
body.shop-9.page-order .estimated_delivery_date {
  border: solid 2px #b6a000;
}

/* fin custom bordure */

body.shop-9 #newsletter .elementor-field-type-subscribe input[type='email'] {
  background-color: transparent;
  border: none;
  color: white !important;
  border-radius: 0 !important;
}

body.shop-9 #newsletter .newsletter-container-input {
  margin-bottom: 10px;
}

body.shop-9 #newsletter .elementor-field-type-subscribe input[type='email']::placeholder {
  color: white !important;
}

/* logia-menu */

body.shop-8 #footerSection2 .logia-menu li,
body.shop-8 .question.customBordure .logia-menu li,
body.shop-9 #footerSection2 .logia-menu li,
body.shop-9 .question.customBordure .logia-menu li {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  padding: 0px !important;
}

body.shop-8 #footerSection2 .logia-menu li a,
body.shop-8 .question.customBordure .logia-menu a,
body.shop-9 #footerSection2 .logia-menu li a,
body.shop-9 .question.customBordure .logia-menu a {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 4px;
  color: white;
  font-weight: 400;
}

body.shop-8 #footerSection2 .logia-menu li img,
body.shop-8 .question.customBordure .logia-menu li img,
body.shop-9 #footerSection2 .logia-menu li img,
body.shop-9 .question.customBordure .logia-menu li img {
  background-color: white;
  padding: 4px;
  border-radius: 50px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto !important;
  aspect-ratio: 1 / 1;
}

body.shop-9 #header {
  background-color: transparent !important;
}

body.shop-9 #header .elementor-nav {
  background: none !important;
}

@media all and (max-width: 1024px) {
  body.shop-9 #header .navBarCustom .elementor-nav {
    background: #14324e !important;
  }
}

body.shop-9 #header .c8navbar a {
  color: white !important;
}

body.shop-8 .elementor-nav ul.sub-menu a {
  color: black !important;
}

body.shop-9 #header .elementor-nav a:hover {
  color: #09b5e2 !important;
}

body.shop-9 .after::after

/*body.shop-9 span.elementor-heading-title */ {
  display: none;
}

body.shop-9 #module-advancedreturns-return .card-block {
  border: solid 10px #6f1a49;
}

/* single page article shop-9 */

body.shop-9 .cProduitLog {
  padding: 1rem;
  padding-top: 2rem;
}

body.shop-9 .cProduitLog .elementor-skin-slideshow {
  margin-bottom: 0px;
}

/* body.shop-9 .elementor-column-wrap{
  border:solid 2px #C4C4C4!important;
  background-color:#252525!important;
  color: white!important;
} */

body.shop-9.page-product h1,
body.shop-9.page-product .add-to-cart-section h4 {
  color: white !important;
}

body.shop-9 .page-product input.ce-product-variants__radio:checked ~ span.ce-product-variants__option {
  border-color: #09b5e2 !important;
}

body.shop-9 span.ce-product-variants__label {
  color: #d7d7d7 !important;
}

body.shop-9 span.ce-product-variants__value {
  color: white !important;
}

body.shop-9 .cMessageGDT .elementor-column-wrap {
  background-color: transparent !important;
  padding: 0px !important;
  color: white;
}

body.shop-9 .cMessageGDT a:hover {
  text-decoration: underline;
}

body.shop-9 .cMessageGDT p {
  color: #d7d7d7 !important;
}

body.shop-9 .cMessageGDT {
  border-top: solid 2px var(--color-strong);
  padding-top: 30px;
}

body.shop-9 .cMessageGDT::before,
body.shop-9 .cMessageGDT::after {
  content: '';
  position: absolute;

  transform: translateY(-3px);
  background-color: var(--color-strong);
  width: 20px;
  height: 4px;
  top: 0;
}

body.shop-9 .cMessageGDT::after {
  right: 0;
}

body.shop-9.page-product h1.ce-product-name {
  line-height: 2.4rem;
}

body.shop-8.page-product h1.ce-product-name {
  font-weight: 500;
}

body.shop-9.page-product .ce-product-description-short {
  line-height: 1.3rem;
  color: #f5f5f5 !important;
  font-weight: 300 !important;
}

body.shop-8.page-product p.guide-de-taille-title,
body.shop-8.page-product .sizing-guide-text,
body.shop-8.page-product .sizing-guide-text p,
body.shop-9.page-product p.guide-de-taille-title,
body.shop-9.page-product .sizing-guide-text,
body.shop-9.page-product .sizing-guide-text p,
body.shop-9.page-product p.related-title {
  color: white;
}

body.shop-8.page-product .sizing-guide-text h3 {
  color: white !important;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 300 !important;
  font-size: 1.5rem;
}

body.shop-9.page-product .sizing-guide-text h3 {
  color: #09b5e2 !important;
}

/* bordure*/

body.shop-8 .page-content.page-cms,
body.shop-9 .page-content.page-cms {
  background: transparent !important;
}

body.shop-8 #section-faq,
body.shop-9 #section-faq {
  background: none;
}

body.shop-9 #footer {
  background-image: url('https://www.lacarteauxtresors-boutique.com/img/cms/La carte aux trésors/lcat_bg-bottom.webp');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain !important;
}

body.shop-9 .collection .ce-gallery-item::before {
  clip-path: polygon(
    49% 0%,
    51% 0%,
    51% 3%,
    49% 3%,
    49% 97%,
    100% 97%,
    100% 51%,
    96% 51%,
    96% 49%,
    100% 49%,
    100% 97%,
    0% 97%,
    0% 51%,
    4% 51%,
    4% 49%,
    0% 49%,
    0% 50%,
    0% 97%,
    51% 97%,
    51% 100%,
    49% 100%
  ) !important;
}

body.shop-9 .collection figcaption a {
  color: white !important;
}

/* body.shop-9 .collection figcaption a::before {
  content: 'Collection';
  display: block;
  font-weight: 300;
} */

body.shop-8 #footerSection2 .logia-menu,
body.shop-9 #footerSection2 .logia-menu {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 4px !important;
}

/* Code personnalisé LOGIA */

.advancedreturns-item__bottom {
  display: none;
}

.video-container-thumb::after {
  content: '';
  position: absolute;
  inset: 0px;
  background-size: 50% 50%, 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg  viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.4086 9.35258C23.5305 10.5065 23.5305 13.4935 21.4086 14.6474L8.59662 21.6145C6.53435 22.736 4 21.2763 4 18.9671L4 5.0329C4 2.72368 6.53435 1.26402 8.59661 2.38548L21.4086 9.35258Z' fill='black'/%3E%3C/svg%3E"),
    linear-gradient(#dddddd1a, #dddddd7d);
}

.video-container {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe {
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px);
}

.js-address-form .form-group.row:has([name='phone']) {
  order: 2;
}

.js-address-form .form-group.row:has([name='phone_mobile']) {
  order: 1;
}

.label.label-pill.dark[style='background-color:#60ff67'] {
  color: black !important;
}

#checkout #delivery-address .js-address-form > .form-fields .form-group.row [for='field-phone_mobile']::after {
  content: '*' !important;
}

#checkout
  #delivery-address
  .js-address-form
  > .form-fields
  .form-group.row
  [for='field-phone_mobile']
  + .col-md-6::after {
  width: 100%;

  content: 'Restez informé de votre livraison en temps réel par SMS.';
  text-align: center;
  display: block;
  font-size: 0.8rem;
  line-height: 0.8rem;
  padding-top: 10px;
}

.payment-options img {
  width: auto !important;
}

.menu-item.menu-item-type-link.menu-item-link-static-page-my-account {
  order: -1;
}

.menu-item.menu-item-type-link.menu-item-link-custom-page-mes-commandes {
  order: -1;
}

.cp-popup-close-button {
  top: 0px;
  transform: translate(0%, -100%);
}

.elementor-widget-product-carousel .swiper-slide {
  overflow: visible !important;
}

[for='conditions_to_approve[terms-and-conditions]'] a {
  margin-left: 0.5ch;
  margin-right: 0.5ch;
}

.BigMenuSlide1:not(.active) {
  display: none;
}

.ets_cfu_input_recaptcha.ets_cfu_input {
  display: none;
}

.BigMenuSlide1 {
  margin: 1rem 0;
}

.logged-in .hideWhenLoggedIn {
  display: none;
}

.not-logged .showWhenLoggedIn {
  display: none;
}

.not-logged .logged-in-message {
  display: none;
}

.hi-gift-wrapper-content .hi-gift-wrapper-item label {
  margin: 0 !important;
}

.page-category .btn-hero-2,
.page-category .btn-hero,
.page-product .btn-hero-2,
.page-product .btn-hero {
  transform: translateX(calc(100% - 51px)) !important;
}
.shop-8.page-category .btn-hero-2 {
  transform: translateX(calc(100% - 70px)) !important;
}

.page-category .btn-hero-2:hover,
.page-category .btn-hero:hover,
.page-product .btn-hero-2:hover,
.page-product .btn-hero:hover {
  transform: translateX(0px) !important;
}

.tab-menu-custom-logia .elementor-tab-content > p {
  color: black !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
}

.ets_cfu_input_recaptcha.ets_cfu_input {
  display: flex !important;
  justify-content: center;
}

.ets_cfu_input_recaptcha.ets_cfu_input .ets_cfu_span {
  display: none !important;
}

body#contact .texte-captcha {
  text-align: center;
  margin-top: -5px;
  padding-bottom: 10px;
}

:root {
  --contact-background: url('https://www.objetdecom.fr/img/cms/Accueil/banner-contact.webp');
  --background-cat-cta: url('https://www.objetdecom.fr/img/cms/Accueil/DSC_0140.webp');
  --create-an-account-background: url('https://www.objetdecom.fr/img/cms/Accueil/banner-contact.webp');
  --color-action: #ab3f3a;
  --color-secondary: #000000;
  --color-complementary: #c2ad98;
  --color-strong: #ab3f3a;

  --background-color-message-logged-in: #682622;

  --border-radius-header: 10px;
  --border-radius-s: 10px;
  --border-radius-m: 16px;
  --border-radius-l: 50px;
  --border-w-input-form: 2px;
  --border-r-input-form: 50px;
  --border-r-btn: 50px;

  --hero-btn-border-width: 2px;
  --hero-btn-border-color: #fff;
  --hero-btn-bg-color: #000;
  --hero-btn-text-color: #fff;
  --hero-btn-hover-bg-color: #fff;
  --hero-btn-hover-text-color: #000;

  --border: solid;
  --border-width: 2px;
  --border-color: #dcdcdc;

  --box-shadow-header: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-footer: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-card: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-img: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));

  --background-img-before: url('https://www.objetdecom.fr/img/cms/Decorations backgrounds/short-1.svg');
  --background-img-after: url('https://www.objetdecom.fr/img/cms/Decorations backgrounds/short-1.svg');

  --filter-bg-customer: none;
  --shop-font-family: 'Barlow';
}

/* lelouch */
body.shop-3 {
  --contact-background: url('https://www.objetdecom.fr/img/cms/Guest/0044.webp');

  --color-bg-scrollbar: white;
  --color-action: #000000;
  --background-color-message-logged-in: #000000;

  --color-secondary: #000000;
  --color-complementary: #ffffff;
  --color-strong: #ab3f3a;

  --border-radius-header: 5px;
  --border-radius-s: 5px;
  --border-radius-m: 16px;
  --border-radius-l: 50px;
  --border-w-input-form: 2px;
  --border-r-input-form: 5px;
  --border-r-btn: 5px;

  --hero-btn-border-width: 0px;
  --hero-btn-border-color: #ffffff;
  --hero-btn-bg-color: #000;
  --hero-btn-text-color: #ffffff;
  --hero-btn-hover-bg-color: #ab3f3a;
  --hero-btn-hover-text-color: #ffffff;

  --border: solid;
  --border-width: 1px;
  --border-color: #dcdcdc;

  --box-shadow-header: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-footer: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-card: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-img: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));

  --filter-bg-customer: brightness(0);
}

body.shop-3 .page-addresses .addresses-footer a:hover,
body.shop-3 .page-addresses .addresses-footer a:hover i {
  color: white !important;
}

.exchange_order {
  display: flex;
  gap: 10px;
}

.exchange_order > div a {
  background-color: var(--color-action);
  border-radius: 50px;

  padding: 0.5rem 1.25rem !important;
  font-weight: 600;
}

.exchange_order > div a {
  color: white;
  font-size: 0.8rem;
  text-transform: uppercase;
}

/* vintage mecanic */
body.shop-2 {
  --contact-background: url('https://www.vintagemecanic.com/img/cms/image%20(8).webp');

  --color-bg-scrollbar: white !important;
  --color-action: #172f56;

  --background-color-message-logged-in: #0d1b31;

  --color-secondary: #000000;
  --color-complementary: #ffffff;
  --color-strong: #ab3f3a;

  --border-radius-header: 10px;
  --border-radius-s: 10px;
  --border-radius-m: 16px;
  --border-radius-l: 50px;
  --border-w-input-form: 2px;
  --border-r-input-form: 5px;
  --border-r-btn: 10px;

  --hero-btn-border-width: 2px;
  --hero-btn-border-color: #ffffff;
  --hero-btn-bg-color: #000;
  --hero-btn-text-color: #ffffff;
  --hero-btn-hover-bg-color: #ffffff;
  --hero-btn-hover-text-color: #000000;
  --hero-btn-hover-border-color: #000000;

  --border: solid;
  --border-width: 4px;
  --border-color: #ccebf7;

  --box-shadow-header: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-footer: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-card: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-img: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
}

/* Top mecanic */

body.shop-4 {
  --contact-background: url('https://www.objetdecom.fr/img/cms/top mecanic/contact-top-mecanic.webp');

  --color-bg-scrollbar: white;
  --color-action: #5192f3;
  --color-secondary: #000000;
  --color-complementary: #ffffff;
  --color-strong: #5192f3;

  --background-color-message-logged-in: #274674;

  --border-radius-header: 50px;
  --border-radius-s: 5px;
  --border-radius-m: 25px;
  --border-radius-l: 50px;
  --border-w-input-form: 2px;
  --border-r-input-form: 25px;
  --border-r-btn: 50px;

  --hero-btn-border-width: 0px;
  --hero-btn-border-color: #5192f3;
  --hero-btn-bg-color: #5192f3;
  --hero-btn-text-color: #ffffff;
  --hero-btn-hover-bg-color: #172f56;
  --hero-btn-hover-text-color: #ffffff;

  --border: solid;
  --border-width: 2px;
  --border-color: #5192f3;

  --box-shadow-header: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-footer: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-card: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-img: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
}

body:not(.shop-1) .price-name {
  display: none;
}

/* Porsche club */

body.shop-5 {
  --contact-background: url('https://www.boutique-porscheclub.com/img/cms/Decorations backgrounds/background-contact-porsche.webp');
  --background-cat-cta: url('https://www.objetdecom.fr/img/cms/Porsche/AdobeStock_284304807_Editorial_Use_Only.webp');

  --color-bg-scrollbar: white;
  --color-action: #000000;
  --color-secondary: #000000;
  --color-complementary: #ffffff;
  --color-strong: #ab3f3a;

  --background-color-message-logged-in: #000000b5;

  --border-radius-header: 0px;
  --border-radius-s: 0px;
  --border-radius-m: 0px;
  --border-radius-l: 0px;
  --border-w-input-form: 1px;
  --border-r-input-form: 0px;
  --border-r-btn: 0px;

  --hero-btn-border-width: 1px;
  --hero-btn-border-color: #000000;
  --hero-btn-bg-color: #f9fafb;
  --hero-btn-text-color: #000000;

  --border: solid;
  --border-width: 1px;
  --border-color: #000000;
  --hero-btn-hover-bg-color: #000000;
  --hero-btn-hover-text-color: #ffffff;
  --hero-btn-hover-border-color: #ffffff;

  --box-shadow-header: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-footer: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-card: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-img: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));

  --background-img-before: none;
  --background-img-after: none;

  --shop-font-family: 'PorscheTT';
}

body.shop-5,
body.shop-5 h1,
body.shop-5 h2,
body.shop-5 h3,
body.shop-5 h4,
body.shop-5 p,
body.shop-5 a,
body.shop-5 span.font-manuscrite {
  font-family: var(--shop-font-family) !important;
}

body.shop-5 .custom-account-message span.font-manuscrite {
  margin-bottom: 15px;
}

body.shop-5 button {
  padding-top: 12px !important;
  padding-bottom: 10px !important;
  padding-left: auto;
  padding-right: auto;
}

[data-elementor-type='product-miniature'] > article {
  overflow: visible !important;
}

/* Bigdeal */

body.shop-7 {
  --contact-background: url('https://www.lebigdil-boutique.com/img/cms/Bigdil/BiGDiL_FOND (1).webp');
  --create-an-account-background: url('https://www.lebigdil-boutique.com/img/cms/Bigdil/BiGDiL_FOND (1).webp');

  --color-bg-scrollbar: white;
  --color-action: #614b79;

  --background-color-message-logged-in: #342841;

  /* --color-secondary: #db9a3e; */
  --color-secondary: #6d9bbe;
  --color-complementary: #ffffff;
  --color-strong: #614b79;

  --border-radius-header: 250px;
  --border-radius-s: 30px;
  --border-radius-m: 30px;
  --border-radius-l: 30px;
  --border-w-input-form: 2px;
  --border-r-input-form: 10px;
  --border-r-btn: 30px;

  --hero-btn-border-width: 2px;
  --hero-btn-border-color: #614b79;
  --hero-btn-bg-color: #614b79;
  --hero-btn-text-color: #ffffff;
  --hero-btn-hover-bg-color: #ffffff;
  --hero-btn-hover-text-color: #614b79;
  --hero-btn-hover-border-color: #614b79;

  --border: solid;
  --border-width: 2px;
  --border-color: #dfd6e7;

  --box-shadow-header: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-footer: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-card: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-img: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
}

body.shop-7 .elementor-search__container:not(.elementor-search--topbar) {
  background: none !important;
}

body.shop-7 .elementor-search__submit {
  border-radius: 0 var(--border-radius-m) var(--border-radius-m) 0;
}

body.shop-7 .a-beige::after {
  background-color: var(--color-secondary) !important;
}

body.shop-7 .info-separator > div {
  padding-left: 20px !important;
}

body.shop-7 a:focus {
  color: white !important;
}

body.shop-8.page-search span.sort-by,
body.shop-8.page-search nav.pagination,
body.shop-8.page-search .pagination .page-list li a,
body.shop-9.page-search span.sort-by,
body.shop-9.page-search nav.pagination,
body.shop-9.page-search .pagination .page-list li a {
  color: white !important;
}

body.shop-8.page-search .pagination .page-list li.current a {
  color: var(--color-strong) !important;
  font-size: 1.2rem !important;
}

body.shop-9.page-search .pagination .page-list li.current a {
  color: var(--color-strong) !important;
  font-size: 1rem !important;
}

body.shop-8.page-search .pagination .page-list,
body.shop-9.page-search .pagination .page-list {
  background: transparent !important;
}

body.shop-8.page-search .pagination,
body.shop-8.page-search .pagination a {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem !important;
}

body.shop-9.page-search #products .products.row {
  row-gap: 30px;
}

/* La carte aux trésors */

body.shop-9 {
  background-color: var(--color-complementary);

  --contact-background: url('https://www.lacarteauxtresors-boutique.com/img/cms/La carte aux trésors/lcat_banner_video.webp');

  --color-bg-scrollbar: #09b5e2;
  --color-action: #d60033;
  --color-secondary: #194874;
  --color-complementary: #15243d;
  --color-strong: #09b5e2;

  --color-footer: #b6a000;

  --background-color-message-logged-in: #274674;

  --border-radius-header: 0px;
  --border-radius-s: 0px;
  --border-radius-m: 0px;
  --border-radius-l: 50px;
  --border-w-input-form: 0px;
  --border-r-input-form: 0px;
  --border-r-btn: 50px;

  --hero-btn-border-width: 2px;
  --hero-btn-border-color: #ffffff;
  --hero-btn-bg-color: #253037;
  --hero-btn-text-color: #ffffff;
  --hero-btn-hover-bg-color: #ffffff;
  --hero-btn-hover-text-color: #253037;

  --border: none;
  --border-width: 0px;
  --border-color: #09b5e2;

  --box-shadow-header: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-footer: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-card: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-img: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));

  --shop-font-family: 'CarteAuTresor2';
}

body.shop-9.cms-id-22 {
  --contact-background: url('https://www.lacarteauxtresors-boutique.com/img/cms/La carte aux trésors/PHOTO-2025-06-10-10-53-00 18 1.webp');
}

body.shop-9.page-contact {
  --contact-background: url('https://www.lacarteauxtresors-boutique.com/img/cms/La carte aux trésors/PHOTO-2025-05-19-13-31-14 11.webp');
}

body.shop-9 h1,
body.shop-9 h2,
body.shop-9 h3,
body.shop-9 h4,
body.shop-9 h5,
body.shop-9 h6,
body.shop-9 p,
body.shop-9 a,
body.shop-9 .elementor-heading-title {
  font-family: var(--shop-font-family) !important;
}

body.shop-9 h2 {
  color: white !important;
  /* --border-text-color:#21385F; */
  font-size: 2.1rem !important;
  line-height: 2.5rem !important;
  --border-text-color: var(--color-complementary);

  text-shadow: -0.2rem -0.2rem 0 var(--border-text-color), 0.2rem -0.2rem 0 var(--border-text-color),
    -0.2rem 0.2rem 0 var(--border-text-color), 0.2rem 0.2rem 0 var(--border-text-color),
    0rem -0.2rem 0 var(--border-text-color), 0rem 0.2rem 0 var(--border-text-color),
    -0.2rem 0rem 0 var(--border-text-color), 0.2rem 0rem 0 var(--border-text-color),
    -0.3rem -0.3rem 0 var(--border-text-color), 0.3rem -0.3rem 0 var(--border-text-color),
    -0.3rem 0.3rem 0 var(--border-text-color), 0.3rem 0.3rem 0 var(--border-text-color);

  position: relative;
  text-transform: uppercase;
}

body.shop-9 h2::before {
  content: '';
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);

  width: 6rem;
  height: auto;
  aspect-ratio: 1 / 1;
  z-index: -1;

  background-image: url('https://www.lacarteauxtresors-boutique.com/img/cms/La carte aux trésors/lcat_decoration_boussole.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

body.shop-9 #newsletter h2 {
  --border-text-color: #2a203c;
}

body.shop-9 span.font-manuscrite {
  font-family: var(--shop-font-family) !important;
  font-size: 1.1rem !important;
  margin-bottom: 5px;
}

body.shop-9.showOnboarding {
  font-family: var(--shop-font-family) !important;
}

body.shop-9.showOnboarding h2 {
  /* color: #15243d !important; */
  font-size: 1.9rem !important;
  /* --border-text-color: white; */
}

body.shop-9 .close {
  color: white !important;
}

/* ROOT SHOP 8 */
body.shop-8 {
  background-color: var(--color-complementary);

  --contact-background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/8- IMG_5078.webp');
  --icone-user: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/accountlogo.webp');
  --icone-panier: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/panierlogo.webp');

  --color-bg-scrollbar: #02374e;
  --color-action: #963e1b;
  --color-secondary: #fff;
  --color-complementary: #637881;
  --color-strong: #963e1b;

  --color-footer: #4f3927;

  --background-color-message-logged-in: #274674;

  --border-radius-header: 0px;
  --border-radius-s: 0px;
  --border-radius-m: 0px;
  --border-radius-l: 50px;
  --border-w-input-form: 0px;
  --border-r-input-form: 0px;
  --border-r-btn: 50px;

  --hero-btn-border-width: 0px;
  --hero-btn-border-color: #ffffff;
  --hero-btn-bg-color: #253037;
  --hero-btn-text-color: #ffffff;
  --hero-btn-hover-bg-color: #ffffff;
  --hero-btn-hover-text-color: #253037;

  --border: none;
  --border-width: 0px;
  --border-color: #963e1b;

  --box-shadow-header: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-footer: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-card: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));
  --box-shadow-img: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.1));

  --shop-font-family: 'FortBoyard', 'sans-serif';

  background-image: url('https://www.fortboyard-boutique.com/img/cms/fond 3.webp');
  background-position: center;
  background-repeat: repeat-y;
  background-size: cover;
}

body.shop-10 {
  --color-bg-scrollbar: #000;
  --color-action: #fdc756;
}

body.shop-8.cms-id-22 {
  --contact-background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/4- FORT INT - VIGIE.webp');
}

body.shop-8.page-contact {
  --contact-background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/23- IMG_4129.webp');
}

body.shop-8 #footer {
  position: relative;
  overflow: hidden;
}

body.shop-8 #footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 550px;
  bottom: -250px;
  z-index: -1;
  background-image: url('https://www.lacarteauxtresors-boutique.com/img/cms/FortBoyard/fort-boyard-logo-tigre-fond.webp');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain !important;
  mix-blend-mode: multiply;
}

body.shop-8 #header .elementor-widget-theme-site-logo img[alt='Fort Boyard'] {
  width: 100px !important;
}

body.shop-8 [for='delivery_message'] {
  font-size: 1rem !important;
}

body.shop-8 .bordure-corde::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  border-image-slice: 100 100 100 100;
  /* border-image-width: 20px 20px 20px 20px; */
  --width: 20px;
  --offset: calc(var(--width) / 4);
  border-image-width: var(--width);
  border-image-outset: var(--offset);
  /* border-image-outset: 5px; */
  border-image-repeat: round round;
  border-image-source: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/contour-corde.webp');
  border-style: solid;
  border-width: 20px;
}

body.shop-8 #header {
  background: transparent !important;
}

body.shop-8 .colBoutiqueLogo > .elementor-column-wrap {
  margin: 0 !important;
}

/* col 1 footer logo */

@media all and (max-width: 1024px) {
  body.shop-8 .colBoutiqueLogo {
    margin: 0;
    margin-bottom: 50px;
  }
}

/* succe message newsletter section footer */

body.shop-9 #newsletter .elementor-field-type-gdpr label {
  color: white;
  margin-top: 15px;
  margin-bottom: -5px;
}

/* body.shop-8 .c8navbar {
  position: relative;
  background-image: url('https://www.fortboyard-boutique.com/img/cms/La carte aux trésors/parcheminbg.webp');
  background-size: contain;
  padding: 15px 0px;
  background-repeat: no-repeat!important;
} */

body.shop-8 .elementor-search__input {
  border-radius: 0px !important;
}

body.shop-8 .elementor-search__submit {
  background: white !important;
  border-radius: 0px !important;
}

body.shop-8 .elementor-widget.elementor-widget-ajax-search {
  position: relative;
}

body.shop-8 .elementor-widget.elementor-widget-ajax-search::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 80px;
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/Group 8239.webp');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  right: -25px;
  top: -19px;
}

body.shop-8 .elementor-search__submit i {
  color: var(--color-action);
}

/* NAVBAR CUSTOM SHOP 8*/

body.shop-8 .c8navbar nav {
  justify-content: flex-end !important;
}

body.shop-8 .c8navbar .elementor-nav {
  margin: 0 !important;
}

body.shop-8 .c8navbar a {
  font-family: 'CA Geheimagent' !important;
  font-size: 23px;
}

body.shop-8 .elementor-widget-ajax-search {
  margin-right: 2vw;
}

body.shop-8 .elementor-search__input,
body.shop-8 .elementor-search__container {
  min-height: 35px !important;
  border-radius: 0px !important;
  background-color: white !important;
  font-family: 'FortBoyard', sans-serif !important;
  font-size: 14px !important;
  padding-top: 2px;
  font-weight: 500 !important;
}

body.shop-8 .elementor-widget.elementor-widget-ajax-search::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 80px;
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/Group 8239.webp');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
}

body.shop-8 .elementor-sign-in a i.ceicon .ceicon-user-simple {
  font-size: 0px !important;
}

body.shop-8 .btn-hero-2.giftCard span.elementor-button-content-wrapper,
body.shop-8 .btn-hero-2.customAccount span.elementor-button-content-wrapper,
body.shop-8 .btn-hero-2.account span.elementor-button-content-wrapper,
body.shop-8 .btn-hero-2.panier span.elementor-button-content-wrapper {
  align-items: center !important;
  display: flex;
}

body.shop-8 .btn-hero-2.customAccount a i.fas.fa-user::before,
body.shop-8 .btn-hero-2.account a i.fas.fa-user::before,
body.shop-8 .elementor-sign-in li a i.ceicon.ceicon-user-simple::before {
  content: '';
  display: block !important;
  width: 58px;
  height: 58px;
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/accountlogo.webp');
  background-size: contain;
  z-index: 9999;
}

body.shop-8 .btn-hero-2.panier a i.fas.fa-cart-shopping::before,
body.shop-8 .elementor-cart__toggle i::before {
  content: '';
  display: block !important;
  width: 48px;
  height: 48px;
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/panierlogo.webp');
  background-size: contain;
  z-index: 9999;
}

body.shop-8 .btn-hero-2.giftCard a i.fas.fa-gift::before {
  content: '';
  display: block !important;
  width: 45px;
  height: 45px;
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/Frame 15495.webp');
  background-size: contain;
  z-index: 9999;
}

body.shop-8 .btn-hero-2.panier a i.fas.fa-cart-shopping::before,
body.shop-8 .btn-hero-2.customAccount a i.fas.fa-user::before,
body.shop-8 .btn-hero-2.account a i.fas.fa-user::before {
  width: 45px;
  height: 45px;
}

body.shop-8 .elementor-sign-in .elementor-nav--dropdown li a:hover,
body.shop-9 .elementor-sign-in .elementor-nav--dropdown li a:hover {
  transform: none !important;
  color: var(--color-action) !important;
}

body.shop-8 .elementor-cart__toggle a:hover {
  background: none !important;
}

body.shop-8 .c8navbar ul {
  gap: 1rem;
  position: relative;
  padding: 10px 15px;
  max-width: fit-content !important;
}

body.shop-8 .c8navbar ul li a,
body.shop-8 .c8navbar ul li a:hover {
  padding: 15px 1.2vw;
}

body.shop-8 .elementor-menu-toggle i {
  color: white !important;
}

@media all and (min-width: 1024px) {
  body.shop-8 .c8navbar ul::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -210px;
    border-image-source: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/parchemin-pret (1).webp');
    border-image-slice: 60 100 60 100 fill;
    --width: 36px;
    --offset: calc(var(--width) / 4);
    border-image-width: var(--width);
    border-image-outset: var(--offset);
    border-image-repeat: round stretch;
    border-style: solid;
  }

  body.shop-8 #header .elementor-nav {
    background: none !important;
  }
}

@media all and (max-width: 1024px) {
  body.shop-8 #header nav.elementor-nav--dropdown {
    background: white !important;
  }
}

@media all and (max-width: 767px) {
  body.shop-8 .elementor-widget.elementor-widget-ajax-search::after {
    display: none !important;
  }
}

/* FIN NAVBAR CUSTOM SHOP 8*/

body.shop-8 .navBarCustom .elementor-container {
  background: none !important;
}

body.shop-8 #footerSection1 .customBordure .elementor-column-wrap {
  background: transparent !important;
}

body.shop-8 #footerSection1 .customBordure {
  background: transparent !important;
  background-image: url('https://www.fortboyard-boutique.com/img/cms/La carte aux trésors/bg-section-parchemin.webp') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}

body.shop-8 #footerSection1::after {
  content: '';
  display: block;
  width: 100%;
  height: 550px;
  z-index: -1;
  margin-top: 100px;
  margin-bottom: -150px;
  transform: translateY(-50px);
  background-image: url('https://www.fortboyard-boutique.com/img/cms/La carte aux trésors/fb-banner-footer-cta-equipe.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}

/* ajust banniere equipe footer */

@media all and (max-width: 1024px) {
  body.shop-8 #footerSection1::after {
    height: 280px;
    margin-bottom: -200px;
  }
}

@media all and (max-width: 767px) {
  body.shop-8 #footerSection1::after {
    height: 200px;
  }
}

body.shop-8 #newsletter {
  padding: 4rem;
}

body.shop-8 #newsletter {
  background-image: url('https://www.fortboyard-boutique.com/img/cms/La carte aux trésors/fb_banner-footer-background.webp') !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
}

/* class initial body.shop-8 .collection-list figcaption.ce-gallery-caption */
body.shop-8 .collection-list figcaption.ce-gallery-caption {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  max-height: 108px;
  margin-top: -65px;
}

body.shop-8 .collection-list figcaption.ce-gallery-caption::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8 .collection-list figcaption.ce-gallery-caption a {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-size: 16px !important;
  line-height: 28px;
  max-width: 100% !important;
}

body.shop-8 .collection-list .ce-gallery-caption a .small {
  display: block;
  font-size: 0.9em;
  margin-bottom: 2px;
}

body.shop-9 span.big {
  display: block;
}

body.shop-9.page-category .ce-gallery-icon {
  background: transparent !important;
}

body.shop-8 .collection-list .ce-gallery-caption a .big {
  display: block;
  font-size: 1.4em;
}

body.shop-8 .collection-list .ce-gallery-item img {
  display: inline-block;
  position: relative;
  z-index: -2 !important;
  object-fit: contain;
}

body.shop-8 .fb-tiret h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

body.shop-8 .fb-tiret h2::before {
  content: '';
  display: inline-block;
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/tiret left.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 6px;
  margin-top: -8px;
}

body.shop-8 .fb-tiret h2::after {
  content: '';
  display: inline-block;
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/tiret left.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 67px;
  height: 6px;
  margin-top: -8px;
}

body.shop-8 .container-menu .elementor-search__toggle i {
  font-size: 0px !important;
}

body.shop-8 .container-menu .elementor-search__toggle i::before {
  content: '';
  display: block !important;
  width: 48px;
  height: 48px;
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/Frame 15494.webp');
  background-size: contain;
  z-index: 9999;
}

body.shop-8 .container-menu .iconGiftMobile svg {
  display: none;
}

body.shop-8 .container-menu .iconGiftMobile a::before {
  content: '';
  display: block !important;
  width: 48px;
  height: 48px;
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/Frame 15495.webp');
  background-size: contain;
  z-index: 9999;
}

body.shop-8 .csCard .elementor-column-wrap {
  background: transparent !important;
}

body.shop-8 .csCard {
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/image 7.webp') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: relative;
  text-align: center !important;
}

body.shop-8 .csCard .ce-product-badge-new {
  display: none;
}

body.shop-8 .csCard .info-separator::before {
  display: none !important;
}

body.shop-8 .csCard .ce-product-name a {
  text-align: center !important;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  color: #012e40 !important;
  letter-spacing: 1px !important;
}

body.shop-8 .csCard .ce-product-description-short {
  text-align: center !important;
}

body.shop-8 .csCard .price {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  width: 100% !important;
}

body.shop-8 .csCard .price-value {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 28px;
  font-family: 'FortBoyard', 'sans-serif' !important;
  color: var(--color-action) !important;
}

body.shop-9 .elementor-widget-shortcode:not(.pricing-add-to-cart-sticky) .price-value,
body.shop-9 selector .elementor-widget-shortcode:not(.pricing-add-to-cart-sticky) .price-value::first-letter {
  line-height: 3rem;
}
body.shop-9 .elementor-widget-product-price:not(.pricing-add-to-cart-sticky) .price-value,
body.shop-9 selector .elementor-widget-product-price:not(.pricing-add-to-cart-sticky) .price-value::first-letter {
  line-height: 3rem;
}

body.shop-8 .elementor-widget-shortcode:not(.pricing-add-to-cart-sticky) .price-value,
body.shop-8 selector .elementor-widget-shortcode:not(.pricing-add-to-cart-sticky) .price-value::first-letter {
  line-height: 2rem;
}
body.shop-8 .elementor-widget-product-price:not(.pricing-add-to-cart-sticky) .price-value,
body.shop-8 selector .elementor-widget-product-price:not(.pricing-add-to-cart-sticky) .price-value::first-letter {
  line-height: 2rem;
}

body.shop-8 .csCard .price-extension {
  font-size: 15px !important;
  margin-bottom: -5px;
}

body.shop-8 .csCard .custom_price_content .product-price {
  background: none;
}

body.shop-8 .csCard .ce-product-description-short {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem;
}

body.shop-8 .csCard .elementor-button-wrapper {
  width: max-content;
  margin: 0 auto -30px auto;
}

body.shop-8 .csCard .elementor-button-wrapper a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px !important;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
}

body.shop-8 .csCard .elementor-button-wrapper a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8 .csCard .elementor-button-wrapper span {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  margin-bottom: -3px;
}

body.shop-8 .btnYellow a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  color: #4f3927 !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  box-shadow: 0 0 0 10px transparent;
}

body.shop-8 .btnYellow a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  z-index: -1;
}

body.shop-8 .btnYellow span {
  margin-bottom: -3px;
}

body.shop-8 .maroonBtn a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
}

body.shop-8 .maroonBtn a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8 .maroonBtn span {
  margin-bottom: -3px;
}

body.shop-8 span.smallBtn {
  font-size: 14px;
}

body.shop-8.page-order .promo-code,
body.shop-8.page-cart .cart-detailed-totals .promo-code {
  position: relative;
  z-index: 1;
}
body.shop-8.page-order .promo-code::before,
body.shop-8.page-cart .cart-detailed-totals .promo-code::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8.page-order .promo-code input.promo-input {
  border-radius: 50px 0 0 50px !important;
}

body.shop-8.page-order input.promo-input::placeholder,
body.shop-8.page-cart .cart-detailed-totals input.promo-input::placeholder {
  color: black;
}

body.shop-8 section#newsletter h2 {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  color: #012e40 !important;
}

body.shop-8 section#newsletter form {
  width: 324px !important;
}

body.shop-8 section#newsletter input {
  position: relative !important;
  background: none !important;
  border: none !important;
  font-family: 'Trinigan FG' !important;
  font-size: 30px !important;
  border-radius: 0px !important;
  border-bottom: 2px solid var(--color-action) !important;
}

body.shop-8 section#newsletter input::placeholder {
  color: #caa87a !important;
}

body.shop-8 section#newsletter button[name='submitNewsletter'] {
  background: none !important;
  position: absolute !important;
  bottom: 0 !important;
  transform: translateY(150%) !important;
  width: fit-content !important;
}

body.shop-8 section#newsletter button[name='submitNewsletter'] .elementor-button-content-wrapper {
  position: relative !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding: 15px !important;
  text-transform: uppercase !important;
  color: white !important;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e !important;
  box-shadow: 0 0 0 10px transparent !important;
}

body.shop-8
  section#newsletter
  button[name='submitNewsletter']
  .elementor-button-content-wrapper
  .elementor-button-text {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  margin-bottom: -3px !important;
}

body.shop-8 section#newsletter button[name='submitNewsletter'] .elementor-button-content-wrapper::before {
  content: '' !important;
  position: absolute !important;
  top: -5px !important;
  left: -5px !important;
  right: -5px !important;
  bottom: -5px !important;
  border-radius: 110px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat !important;
  z-index: -1 !important;
}

body.shop-8 section#newsletter .elementor-field-type-gdpr {
  margin-top: 20px !important;
}

@media all and (max-width: 767px) {
  body.shop-8 h2 {
    font-size: 1.7rem !important;
    line-height: 2rem;
  }
}

body.shop-8 .a-beige h1 {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
}

body.shop-8 .a-beige::after {
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/tiret left.svg') !important;
  background-repeat: no-repeat !important;
}

body.shop-8 .faqP {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.5rem !important;
  line-height: 1.6rem;
}

body.shop-8 .faq-subTitle .elementor-heading-title {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem;
}

body.shop-8 .cTitleFaq h2 {
  color: white;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
}

body.shop-8 .after::after {
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/tiret left.svg') !important;
  background-repeat: no-repeat !important;
}

body.shop-8 .question::before {
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/tiret left.svg') !important;
  background-repeat: no-repeat !important;
}

body.shop-8 .question {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
}

body.shop-8 .question .elementor-icon-box-description,
body.shop-8 .question i {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
  line-height: 1.6rem;
  color: white !important;
}

body.shop-8 #section-form span.elementor-heading-title {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 2rem;
  line-height: 2rem;
}

body.shop-8 #section-form h2.elementor-heading-title {
  color: white !important;
  font-family: 'FortBoyard', 'sans-serif';
  font-weight: 500 !important;
  margin-bottom: 20px;
}

body.shop-8 #section-form .ets_cfu_input label .ets_cfu_span {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

body.shop-8 #section-form .wpcfu .form-control:not(.ets_cfu-file):not(.ets_cfu-select) {
  color: #012e40 !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

body.shop-8 #section-form .ets_cfu-textarea,
body.shop-8 #section-form .ets_cfu-textarea::placeholder {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem !important;
  line-height: 1.5rem !important;
}

body.shop-8 #section-form p.texte-captcha,
body.shop-8 #section-form p.texte-captcha a {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1rem;
  line-height: 1rem;
}

body.shop-8 #section-form .ets_cfu_input_submit.ets_cfu_input {
  position: relative;
  display: inline-flex;
  width: fit-content;
  margin: auto;
  justify-content: center;
  align-items: center;
  padding: 0px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center / cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
}

body.shop-8 #section-form .ets_cfu_input_submit.ets_cfu_input::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center / cover no-repeat;
  z-index: -1;
}

body.shop-8 #section-form .ets_cfu_form-control.ets_cfu-submit {
  padding: 15px 40px !important;
  background: none !important;
  border: none !important;
  color: white !important;
  font-family: 'FortBoyard', 'sans-serif';
  margin-bottom: -3px;
}

body.shop-8 .container-menu .elementor-widget-sign-in a[aria-label='Mon compte'] .ceicon-user-simple {
  font-size: 0px !important;
}

body.shop-8 .container-menu .elementor-widget-sign-in a[aria-label='Mon compte'] .ceicon-user-simple::before {
  content: '';
  display: block !important;
  width: 48px;
  height: 48px;
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/accountlogo.webp');
  background-size: contain;
}

body.shop-8 .c8navbar a {
  color: #002639 !important;
}

body.shop-8 .breadCrumb-product .elementor-column-wrap {
  background: #274674 !important;
}

body.shop-8 .ce-breadcrumb__item a,
body.shop-8 .ce-breadcrumb__item span {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem;
}

body.shop-8.page-product .ce-product-description-short {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem;
}

body.shop-8.page-product .custom_price {
  font-family: 'FortBoyard', 'sans-serif' !important;
}

body.shop-8.page-product .custom_price .price-value,
body.shop-8.page-product .custom_price .price-value::first-letter {
  font-size: 30px !important;
  color: var(--color-action) !important;
  margin-bottom: -12px;
}

/* body.shop-8.page-product .product-price {
  max-width: fit-content !important;
} */

body.shop-8.page-product .product-price ~ a {
  width: 50% !important;
}

body.shop-8 .ce-product-variants__item span {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem;
}

input:checked ~ span.ce-product-variants__pattern.ce-product-variants__texture {
  border-width: 4px !important;
}

body.shop-8 .custom_price_content .product-price {
  background: url('https://www.fortboyard-boutique.com/img/cms/La%20carte%20aux%20tr%C3%A9sors/bg-section-parchemin.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
  justify-content: center !important;
}

body.shop-8 .custom_price .group-name {
  background: url('https://www.fortboyard-boutique.com/img/cms/La%20carte%20aux%20tr%C3%A9sors/bg-section-parchemin.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
}

body.shop-8 .cMessageGDT .elementor-column-wrap {
  background-color: transparent !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/La%20carte%20aux%20tr%C3%A9sors/bg-section-parchemin.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
  padding: 40px 40px !important;
}

body.shop-8 .add-to-cart-section h4 {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.8rem !important;
}

body.shop-8 .ce-product-quantity__btn {
  color: #002639 !important;
}

body.shop-8 .cMessageGDT,
body.shop-8 .cMessageGDT .elementor-text-editor {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem;
}

body.shop-8 .elementor-thumbnails-swiper .swiper-slide-thumb-active {
  border-width: 3px !important;
}

body.shop-8 .ce-add-to-wishlist::before {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem;
}

body.shop-8 .estimated_delivery_date {
  background: url('https://www.objetdecom.fr/img/cms/FortBoyard/papirusseEtire.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
  padding: 35px;
}

body.shop-8 .estimated_delivery_date p {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.1rem !important;
  line-height: 1.3rem !important;
  color: #002639 !important;
}

body.shop-8 .ce-product-variants__options {
  margin-top: 10px !important;
}

body.shop-8 .ce-product-variants__options label span {
  font-size: 1.5rem !important;
  padding: 10px 15px !important;
  border-radius: 10px !important;
  background: #274674 !important;
}

body.shop-8 input:checked ~ .ce-product-variants__option,
body.shop-8 .ce-product-variants__options label span:hover {
  background: var(--color-action) !important;
}

body.shop-8.page-product .csCard .ce-product-description-short {
  color: #7a7a7a !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem;
}

body.shop-8 .add-to-cart-section .ce-product-name {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
}

body.shop-8 .add-to-cart-section .ce-product-prices {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  color: var(--color-action) !important;
  font-size: 25px;
  margin-right: 16px !important;
}

body.shop-8 .add-to-cart-section .sticky-add-to-cart-button-content .elementor-button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px !important;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
}

@media all and (max-width: 767px) {
  body.shop-8 .add-to-cart-section .sticky-add-to-cart-button-content .elementor-button {
    padding: 15px !important;
  }
}

body.shop-8 .add-to-cart-section .sticky-add-to-cart-button-content .elementor-button::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8 .add-to-cart-section .sticky-add-to-cart-button-content .elementor-button .elementor-button-text {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  margin-bottom: -12px;
}

body.shop-8 p.guide-de-taille-title {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
  line-height: 1.3rem !important;
}

body.shop-8 p.guide-de-taille-title span {
  color: var(--color-action) !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
  line-height: 1.3rem !important;
}

body.shop-8 .open-full-screen-button::before {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem !important;
}

body.shop-8 .related_products_logia .related_product {
  background-color: transparent;
  background: url('https://www.objetdecom.fr/img/cms/FortBoyard/papirusseEtire.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
  padding: 35px;
}

body.shop-8 .genderType {
  color: #002639 !important;
}

body.shop-8 .related-title {
  color: white !important;
}

body.shop-8 .genderType,
body.shop-8 .see_product_button,
body.shop-8 p.name,
body.shop-8 .related-title {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem !important;
}

body.shop-8 .elementor-cart__main .elementor-cart__title {
  font-family: 'FortBoyard', 'sans-serif' !important;
}

body.shop-8 .elementor-cart__main .elementor-cart__product-name a {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
}

body.shop-8 .elementor-cart__main .elementor-cart__product-attrs {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.1rem !important;
  line-height: 1.5rem;
}

body.shop-8 .elementor-cart__main .elementor-cart__product-remove::after {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.1rem !important;
  line-height: 1.5rem;
}

body.shop-8 .elementor-cart__main .elementor-cart__product-price {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  font-size: 1.1rem;
}

body.shop-8 .elementor-cart__main .elementor-cart__summary {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.1rem !important;
  line-height: 1.5rem;
}

body.shop-8 .elementor-cart__main .elementor-cart__footer-buttons .elementor-button--view-cart {
  position: relative;
  margin: auto;
  justify-content: center;
  align-items: center;
  padding: 15px 40px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center / cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
}

body.shop-8 .elementor-cart__main .elementor-cart__footer-buttons .elementor-button--view-cart ::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center / cover no-repeat;
  z-index: -1;
}

body.shop-8 .elementor-cart__main .elementor-cart__footer-buttons .elementor-button--view-cart:hover span {
  color: #ffffffc4;
}

body.shop-8 .elementor-cart__main .elementor-cart__footer-buttons .elementor-button--checkout {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  color: #4f3927 !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  box-shadow: 0 0 0 10px transparent;
  margin-top: 16px;
}

body.shop-8 .elementor-cart__main .elementor-cart__footer-buttons .elementor-button--checkout::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  z-index: -1;
}

body.shop-8 .elementor-cart__main .elementor-cart__footer-buttons .elementor-button--checkout:hover span {
  color: #4a2e1ed6;
}

body.shop-9 #before-checkout .title {
  color: #15243d !important;
  text-shadow: none;
  line-height: 2rem !important;
}

body.shop-9 #before-checkout .title::before {
  display: none;
}

body.shop-9 #before-checkout a.checkout-button-before-checkout {
  justify-content: center;
}

body.shop-8 #before-checkout .title {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  font-size: 1.3rem !important;
  color: #002639 !important;
}

body.shop-8 #before-checkout .content {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem !important;
}

body.shop-8 .checkout-button-before-checkout {
  position: relative;
  margin: auto;
  justify-content: center;
  align-items: center;
  padding: 15px 40px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center / cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  font-size: 1rem;
}

body.shop-8 .checkout-button-before-checkout::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center / cover no-repeat;
  z-index: -1;
}

body.shop-8 .cart-container .card-block {
  background: transparent;
  box-shadow: none !important;
}

body.shop-8 .cart-container .card-block h1 {
  color: white !important;
}

body.shop-8 .cart-container li.cart-item,
body.shop-8.page-cart .card.card-block.cart-darique {
  background-color: transparent !important;
  background: url('https://www.objetdecom.fr/img/cms/FortBoyard/papirusseEtire.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
  padding: 25px 15px !important;
}

body.shop-8.page-cart div#dariqueWrapper,
body.shop-9.page-cart div#dariqueWrapper {
  padding: 0px !important;
}

body.shop-8 .product-line-info a {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  line-height: 1.9rem !important;
}

body.shop-8 span.product-price {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-size: 1.2rem;
  font-weight: 500 !important;
}

body.shop-8 .product-line-info .current-price .price {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  line-height: 1.9rem !important;
}

body.shop-8 .product-line-info.taille span {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
  line-height: 1.5rem !important;
}

body.shop-8 .product-line-info.choix.de.la.broderie span {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
  line-height: 1.5rem !important;
}

body.shop-8 .cart-container .hi-gift-wrapper-content h2 {
  color: white !important;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-size: 1.5rem !important;
  font-weight: 500 !important;
  margin-top: 1rem !important;
}

body.shop-8 .cart-container .hi-gift-wrapper-item {
  background-color: transparent !important;
  background: url('https://www.objetdecom.fr/img/cms/FortBoyard/papirusseEtire.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
  padding: 45px 25px !important;
}

body.shop-8 .cart-container .hi-gift-wrapper-content .hi-gift-wrapper-item {
  padding-inline: 35px !important;
}

body.shop-8 #open-carts-popup-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px !important;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
}

body.shop-8 #open-carts-popup-btn::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8 .checkout .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  color: #4f3927 !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
}

body.shop-8 .checkout .btn::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  z-index: -1;
}

body.shop-8.page-order section#js-checkout-summary .card-block {
  background-color: transparent !important;
  /* padding: 0px 15px !important; */
}
body.shop-8.page-order section#js-checkout-summary,
body.shop-8 .cart-detailed-totals.js-cart-detailed-totals {
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/image 7.webp') !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
  padding: 70px 25px !important;
}

body.shop-8 .cart-detailed-subtotals,
body.shop-8 .cart-summary-totals,
body.shop-8 .block-promo {
  background: transparent !important;
}

body.shop-8 .block-promo {
  border: none !important;
  box-shadow: none !important;
}

body.shop-8 form[data-link-action='add-voucher'] .btn {
  color: #274674;
  font-family: 'Trinigan FG' !important;
  font-size: 1.2rem;
  font-weight: 500 !important;
}

body.shop-8 form[data-link-action='add-voucher'] input::placeholder {
  color: #274674;
  font-family: 'Trinigan FG' !important;
  font-size: 1.2rem;
  font-weight: 500 !important;
}

body.shop-8 form[data-link-action='add-voucher'] input {
  font-family: 'CA Geheimagent' !important;
}

body.shop-8 div#cart-subtotal-products .label {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
  color: #002639 !important;
}

body.shop-8 div#cart-subtotal-products .value {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: #002639 !important;
}

body.shop-8 div#cart-subtotal-shipping .label {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
  color: #002639 !important;
}

body.shop-8 div#cart-subtotal-shipping .value {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: #002639 !important;
}

body.shop-8 .cart-detailed-totals .cart-summary-line.cart-total .label {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
  color: #002639 !important;
}

body.shop-8 .cart-detailed-totals .cart-summary-line.cart-total .value {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: #002639 !important;
}

body.shop-8 section#checkout-personal-information-step h1,
body.shop-8 section#checkout-addresses-step h1,
body.shop-8 section#checkout-addresses-step h1,
body.shop-8 section#checkout-delivery-step h1,
body.shop-8 section#checkout-payment-step h1 {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: #002639 !important;
}

body.shop-8 .checkout-step .step-edit {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
  color: #002639 !important;
}

body.shop-8 section#checkout-personal-information-step .identity {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.6rem !important;
  line-height: 1.6rem !important;
  color: #002639 !important;
}

body.shop-8 .cart-grid-body .continue {
  background: var(--color-action) !important;
}

body.shop-8.cart-grid-body .continue:hover {
  background-color: #274674 !important;
}

body.shop-8 section#checkout-addresses-step {
  font-family: 'CA Geheimagent' !important;
}

body.shop-8 section#checkout-addresses-step h2 {
  font-family: 'CA Geheimagent' !important;
  font-size: 2.2rem !important;
  line-height: 1.6rem !important;
  color: #002639 !important;
}

body.shop-8 section#checkout-addresses-step span {
  font-size: 1.7rem !important;
}

body.shop-8 section#checkout-addresses-step .address {
  font-size: 1.2rem !important;
}

body.shop-8 section#checkout-delivery-step .content {
  font-family: 'CA Geheimagent' !important;
  font-size: 2.5rem !important;
  line-height: 1.6rem !important;
  color: #002639 !important;
}

body.shop-8 section#checkout-delivery-step .content span {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem !important;
  line-height: 1.6rem !important;
  color: #002639 !important;
}

body.shop-8 section#checkout-payment-step .content span {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem !important;
  line-height: 1.6rem !important;
  color: #002639 !important;
}

body.shop-8 section#checkout-payment-step [data-module-img="/modules/systempay/views/img//modules/systempay/views/img/standard.png"] label span::after
{
  margin-left: 15px !important;
}

body.shop-8 section#checkout-payment-step .condition-label label {
  font-family: 'CA Geheimagent' !important;
  font-size: 1rem !important;
  line-height: 1.6rem !important;
  color: #002639 !important;
}

body.shop-8 div#payment-confirmation button {
  background: var(--color-action) !important;
}

body.shop-8 div#payment-confirmation button:hover {
  background-color: #274674 !important;
}

body.shop-8 section#js-checkout-summary .cart-summary-products a,
body.shop-8 section#js-checkout-summary .cart-summary-products p {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
  line-height: 1.6rem !important;
  color: #002639 !important;
}

body.shop-8 section#js-checkout-summary .cart-summary-products span {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
}

body.shop-8 section#js-checkout-summary {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: #002639 !important;
}

body.shop-8 div#cart-summary-product-list .product-name a {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
}

body.shop-8 .card-block.cart-summary-totals.js-cart-summary-totals {
  background: transparent !important;
  box-shadow: none !important;
  color: white !important;
}

body.shop-8 .cart-summary-line.cart-total .label {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.9rem !important;
  color: white !important;
}
body.shop-8.page-order .cart-summary-line.cart-total .label {
  color: #002639 !important;
}

body.shop-8 .cart-summary-line.cart-total .value {
  color: var(--color-action);
  font-size: 1.7rem !important;
}

body.shop-8#checkout .cart-grid-body > section {
  border: none !important;
}

body.shop-8.page-order-confirmation h3.h1.card-title {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-size: 1.4rem !important;
  font-weight: 500 !important;
  color: #002639 !important;
}

body.shop-8.page-order-confirmation p {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
}

body.shop-8.page-order-confirmation section#content-hook_order_confirmation {
  background-color: transparent !important;
  background: url('https://www.objetdecom.fr/img/cms/FortBoyard/papirusseEtire.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
  padding: 45px 25px !important;
}

body.shop-8.page-order-confirmation section#content {
  background-color: transparent !important;
  background: url('https://www.objetdecom.fr/img/cms/FortBoyard/papirusseEtire.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
  padding: 45px 25px !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
}

body.shop-8.page-order-confirmation section#content h3 {
  font-size: 1.5rem !important;
}

body.shop-8.page-order-confirmation .order-confirmation-table td {
  font-size: 1.3rem !important;
}

body.shop-8.page-order-confirmation tr.total-value.font-weight-bold {
  background: none !important;
}

body.shop-8.page-order-confirmation div#order-details {
  margin-top: 40px !important;
}

body.shop-8.page-order-confirmation div#order-details h3.h3.card-title {
  margin-bottom: 15px !important;
}

body.shop-8.page-authentication .custom-account-message span {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.7rem !important;
  margin-bottom: 15px;
  color: white !important;
}

body.shop-8.page-authentication .custom-account-message .title {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  color: white !important;
  margin-bottom: 10px !important;
}

body.shop-8.page-authentication .custom-account-message .seperator {
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/tiret left.svg') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  margin-top: 0px !important;
}

body.shop-8.page-authentication .form-group [for='field-email'],
body.shop-8.page-authentication .form-group [for='field-password'] {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
  margin-bottom: 15px;
  color: white !important;
}

body.shop-8.page-authentication .forgot-password a {
  font-family: 'CA Geheimagent' !important;
  color: white !important;
  font-size: 1.4rem !important;
}

body.shop-8.page-authentication .forgot-password a:hover {
  color: var(--color-action) !important;
}

body.shop-8.page-authentication .forgot-password {
  margin-top: 2rem !important;
}

body.shop-8.page-authentication button#submit-login {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
}

body.shop-8.page-authentication button#submit-login::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8.page-authentication .no-account a {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
  margin-bottom: 15px;
  color: white !important;
}

body.shop-8.page-authentication .no-account a:hover {
  color: var(--color-action) !important;
}

body.shop-8 div#multi-step-registration {
  background: url('https://www.fortboyard-boutique.com/img/cms/fond 3.webp') !important;
}

body.shop-8 div#multi-step-registration .font-manuscrite {
  font-family: 'CA Geheimagent' !important;
  color: white !important;
}

body.shop-8 div#multi-step-registration h2 {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  color: white !important;
  margin-top: 1rem;
}

body.shop-8 div#multi-step-registration .form-seperator {
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/tiret left.svg') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  margin-top: 0px !important;
}

body.shop-8 div#multi-step-registration .msr-step-0 .formButtons a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 30px !important;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  margin-right: 15px;
}

body.shop-8 div#multi-step-registration .msr-step-0 .formButtons a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8 div#multi-step-registration .msr-step-0 .formButtons .btn-next {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  color: #4f3927 !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
}

body.shop-8 div#multi-step-registration .msr-step-0 .formButtons .btn-next::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  z-index: -1;
}

body.shop-8 div#multi-step-registration .form-input label {
  font-family: 'CA Geheimagent' !important;
  color: #ffffff !important;
  font-size: 1.2rem;
}

body.shop-8 div#multi-step-registration .form-input input {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.4rem;
}

body.shop-8 div#multi-step-registration .btn-next {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  text-align: center;
  text-transform: uppercase;
  color: #4f3927 !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
}

body.shop-8 div#multi-step-registration .btn-next:hover {
  opacity: 1 !important;
}

body.shop-8 div#multi-step-registration .btn-next::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  z-index: -1;
}

body.shop-8 div#multi-step-registration .btn-prev {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px !important;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  /* margin-right: 15px; */
  padding-bottom: -3px !important;
}

body.shop-8 div#multi-step-registration .btn-prev::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8 div#multi-step-registration .show-password {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  background: #482e19 !important;
}

body.shop-8 div#multi-step-registration label.customBtnOption .btnOption {
  border-radius: 30px !important;
}

body.shop-8 div#multi-step-registration .customBtnOption [type='checkbox']:checked + .btnOption {
  background: #482e19 !important;
}

body.shop-8 div#multi-step-registration .smalltext {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: white !important;
}

body.shop-8 div#multi-step-registration .fakeInputGroup label {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem;
  color: white !important;
}

body.shop-8 div#multi-step-registration .fakeInputGroup p {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem;
}

.msr-step-7 > p {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem;
  color: white !important;
}

body.shop-8 div#multi-step-registration .msr-step-7 .btn-submit {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  text-align: center;
  text-transform: uppercase;
  color: #4f3927 !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
}

body.shop-8 div#multi-step-registration .msr-step-7 .btn-submit::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  z-index: -1;
}

body.shop-8 div#multi-step-registration .close {
  opacity: 1 !important;
}

body.shop-8 div#multi-step-registration .close span {
  color: white !important;
}

body.shop-8 div#multi-step-registration .close span:hover {
  color: var(--color-action) !important;
}

body.shop-8 .csCard .elementor-button-wrapper {
  transition: transform ease-in-out 200ms;
}

body.shop-8 .csCard .elementor-button-wrapper:hover {
  transform: scale(1.05) !important;
}

body.shop-8.page-my-account .custom-account-message .font-manuscrite {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

body.shop-8.page-my-account .custom-account-message .title {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  color: white !important;
  margin-top: 1.5rem !important;
}

body.shop-8.page-my-account .seperator {
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/tiret left.svg') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  margin-top: 0px !important;
}

body.shop-8.page-my-account .links a::before {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

body.shop-8.page-my-account #content .links a span.link-item {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #002639 !important;
}

body.shop-8.page-my-account #content .links a span.link-item:hover {
  color: var(--color-action) !important;
}

body.shop-8 .custom-account-message span.font-manuscrite {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

body.shop-8 .custom-account-message .title {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  color: white !important;
  margin-top: 1.5rem !important;
}

body.shop-8.page-customer-account .seperator {
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/tiret left.svg') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  margin-top: 0px !important;
}

body.shop-8.page-customer-account form .form-control-label {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

body.shop-8.page-customer-account section#wrapper input {
  color: #002639 !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

body.shop-8 .radio-inline,
#identity .radio-inline {
  color: #002639 !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

body.shop-8 .custom-checkbox label {
  font-family: 'CA Geheimagent' !important;
  color: white !important;
  font-size: 1.2rem;
}

body.shop-8 .input-group .input-group-btn > .btn {
  height: 46px !important;
}

body.shop-8.page-customer-account .form-footer .btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  text-align: center;
  text-transform: uppercase;
  color: #4f3927 !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
}

body.shop-8.page-customer-account .form-footer .btn::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  z-index: -1;
}

body.shop-8.page-customer-account .page-footer .account-link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  /* margin-right: 15px; */
  padding-bottom: -3px !important;
}

body.shop-8.page-customer-account .page-footer .account-link::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8.page-addresses .custom-account-message .seperator {
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/tiret left.svg') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  margin-top: 0px !important;
}

body.shop-8.page-addresses #content::before {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

body.shop-8.page-addresses .address {
  background-color: transparent !important;
  background: url('https://www.objetdecom.fr/img/cms/FortBoyard/papirusseEtire.webp');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: none !important;
  padding: 45px 25px !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
  line-height: 1.5rem;
}

body.shop-8.page-addresses .address .address-body h4 {
  font-size: 1.4rem !important;
}

body.shop-8.page-addresses .addresses-footer a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  text-align: center;
  text-transform: uppercase;
  color: #4f3927 !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
}

body.shop-8.page-addresses .addresses-footer a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  z-index: -1;
}

body.shop-8.page-addresses .page-footer .account-link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  /* margin-right: 15px; */
  padding-bottom: -3px !important;
}

body.shop-8.page-addresses .page-footer .account-link::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8.page-addresses .page-footer .account-link span {
  margin-bottom: -3px;
}

body.shop-8 #main .page-content h6 {
  font-family: 'CA Geheimagent' !important;
  color: white !important;
  font-size: 1.4rem !important;
}

body.shop-8 #main table.table.table-striped.table-bordered.table-labeled.hidden-sm-down {
  border: 5px solid var(--color-action);
}

body.shop-8 #main table.table.table-striped.table-bordered.table-labeled.hidden-sm-down td,
body.shop-8 #main table.table.table-striped.table-bordered.table-labeled.hidden-sm-down th,
body.shop-8 #main table.table.table-striped.table-bordered.table-labeled.hidden-sm-down thead tr {
  background: transparent !important;
}

body.shop-8.page-history #content table tr:nth-child(odd),
body.shop-8.page-order-slip #content table tr:nth-child(odd),
body.shop-8.page-discount #content table tr:nth-child(odd),
body.shop-8#module-advancedreturns-returns #content table tr:nth-child(odd) {
  background-color: white;
}

body.shop-8.page-history #content table tr:nth-child(even),
body.shop-8.page-order-slip #content table tr:nth-child(even),
body.shop-8.page-discount #content table tr:nth-child(even),
body.shop-8 #main table.table.table-striped.table-bordered.table-labeled.hidden-sm-down thead tr,
body.shop-8#module-advancedreturns-returns #content table tr:nth-child(even) {
  background: #e6e6e6 !important;
}

body.shop-8#module-advancedreturns-returns #content h6 {
  color: #002639 !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

body.shop-8#module-advancedreturns-return #order-return-infos .card-block {
  border: 8px solid var(--color-action);
}

body.shop-8#module-advancedreturns-return #order-return-infos .card-block h3,
body.shop-8#module-advancedreturns-return #order-return-infos .card-block h4,
body.shop-8#module-advancedreturns-return #order-return-infos .card-block p,
body.shop-8#module-advancedreturns-return #order-return-infos .card-block span {
  font-family: 'CA Geheimagent' !important;
}

body.shop-8#module-advancedreturns-return #order-return-infos .card-block h3 {
  font-size: 1.5rem;
}

body.shop-8#module-advancedreturns-return #order-return-infos .card-block h4 {
  font-size: 1.4rem;
}

body.shop-8#module-advancedreturns-return #order-return-infos .card-block p {
  font-size: 1.2rem;
}

body.shop-8#module-advancedreturns-return .card-block .voucher-section a.btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  /* margin-right: 15px; */
  padding-bottom: -3px !important;
}

body.shop-8#module-advancedreturns-return .card-block .voucher-section a.btn::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8#module-advancedreturns-return .card-block .btn-sm {
  border: none !important;
  background: #231103;
  color: white !important;
}

body.shop-8#module-advancedreturns-return .card-block .btn-sm:hover {
  background: #432107;
}

body.shop-8#module-advancedreturns-return .step.voucher-used .btn-lg {
  border: none !important;
  background: #231103;
  color: white !important;
}

body.shop-8#module-advancedreturns-return .page-footer .account-link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  /* margin-right: 15px; */
  padding-bottom: -3px !important;
}

body.shop-8#module-advancedreturns-return .page-footer .account-link::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8#module-blockwishlist-lists .custom-account-message .seperator {
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/tiret left.svg') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  margin-top: 0px !important;
}

body.shop-8#module-blockwishlist-lists .wishlist-container-header a.wishlist-add-to-new.text-primary {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.5rem !important;
  margin-bottom: 15px;
  color: white !important;
}

body.shop-8#module-blockwishlist-lists .wishlist-footer-links a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  /* margin-right: 15px; */
  padding-bottom: -3px !important;
}

body.shop-8#module-blockwishlist-lists .wishlist-footer-links a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8#module-blockwishlist-lists p.wishlist-list-item-title {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.4rem !important;
  margin-bottom: 15px;
  color: #002639 !important;
}

body.shop-8 .wishlist-products-container-header h1 {
  font-family: 'CA Geheimagent' !important;
  font-size: 2rem !important;
  margin-bottom: 15px;
  color: white !important;
}

body.shop-8 p.wishlist-list-empty {
  font-family: 'CA Geheimagent' !important;
  font-size: 2rem !important;
  margin-bottom: 15px;
  color: white !important;
}

body.shop-8#view .wishlist-footer-links a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  /* margin-right: 15px; */
  padding-bottom: -3px !important;
}

body.shop-8#view .wishlist-footer-links a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8#module-psgdpr-gdpr section.page_content div {
  background: url('https://www.fortboyard-boutique.com/img/cms/La carte aux trésors/bg-section-parchemin.webp') 0% 0% /
    100% 100% no-repeat transparent !important;
  padding: 35px !important;
}

body.shop-8#module-psgdpr-gdpr section.page_content h2 {
  font-family: 'CA Geheimagent' !important;
  font-size: 2rem !important;
  margin-bottom: 15px;
  color: #002639 !important;
}

body.shop-8#module-psgdpr-gdpr section.page_content p {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem !important;
  margin-bottom: 15px;
  color: #002639 !important;
}

body.shop-8#view ul.wishlist-products-list {
  background: none;
  border: none;
}

body.shop-8#view .wishlist-products-list .wishlist-products-item {
  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/image 7.webp') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: -1;
  background-color: transparent !important;
  padding: 40px !important;
  z-index: 9;
}

body.shop-8#view p.wishlist-product-title {
  text-align: center !important;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  color: #012e40 !important;
  letter-spacing: 1px !important;
}

body.shop-8#view p.wishlist-product-price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  font-size: 28px;
  font-family: 'FortBoyard', 'sans-serif' !important;
  color: var(--color-action) !important;
}

body.shop-8#view p.wishlist-product-combinations-text {
  font-family: 'CA Geheimagent' !important;
  font-size: 1.2rem;
  text-align: center;
}

body.shop-8#view button.btn.wishlist-product-addtocart {
  margin: 0 auto -50px auto;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  /* margin-right: 15px; */
  padding-bottom: -3px !important;
}

body.shop-8#view button.btn.wishlist-product-addtocart::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8#view button.btn.wishlist-product-addtocart:hover {
  background-color: unset !important;
}

body.shop-8#category .ce-image-gallery .ce-gallery-item .ce-gallery-icon {
  background: transparent !important;
}

body.shop-8#category .ce-image-gallery .ce-gallery-item .ce-gallery-icon img {
  width: 250px !important;
  height: 180px !important;
}

body.shop-8#category figcaption.ce-gallery-caption {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 3%;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  max-height: 108px;
  height: 100% !important;
  margin-top: -10px !important;
}

body.shop-8#category figcaption.ce-gallery-caption::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8#category figcaption.ce-gallery-caption a {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-size: 16px !important;
  line-height: 28px;
  max-width: 100% !important;
  color: white !important;
  font-weight: 500 !important;
}

body.shop-8#category .ce-gallery-caption a .small {
  display: block;
  font-size: 0.8em;
  margin-bottom: 0px;
}

body.shop-8#category .ce-gallery-caption a .big {
  display: block;
  font-size: 1.1em;
}

body.shop-8#category .ce-gallery-item img {
  display: inline-block;
  position: relative;
  z-index: -2 !important;
  object-fit: contain;
}

body.shop-8#category .category-hierarchy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  user-select: none;
  border-image-slice: 100 100 100 100;
  --width: 20px;
  --offset: calc(var(--width) / 4);
  border-image-width: var(--width);
  border-image-outset: var(--offset);
  border-image-repeat: round round;
  border-image-source: url(https://www.fortboyard-boutique.com/img/cms/FortBoyard/contour-corde.webp);
  border-style: solid;
  border-width: 20px;
}

@media all and (max-width: 767px) {
  body.shop-8.page-category .product-category .ce-image-gallery {
    flex-direction: column;
  }
  body.shop-8.page-category .product-category .ce-image-gallery .ce-gallery-item {
    width: 100% !important;
  }
  body.shop-8#category figcaption.ce-gallery-caption {
    margin-top: -20px !important;
  }
}

/* body.shop-8#category .category-hierarchy ul li:first-child {
  margin-top: 30px !important;
} */

body.shop-8#category .category-hierarchy ul li a span {
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-size: 16px !important;
  margin-top: 16px;
  font-weight: 500;
}

body.shop-8#category .cBlocLeftColumn {
  overflow: visible !important;
}

body.shop-8#category .category-hierarchy {
  padding: 30px 15px;
}

body.shop-8#category .category-hierarchy ul li a img {
  height: 90px !important;
}

body.shop-8#category .ce-sort-order label {
  color: white !important;
  font-family: 'CA Geheimagent' !important;
  font-size: 1.3rem;
}

body.shop-8 #newsletter .newsletter-container-input {
  position: relative;
}

body.shop-8 #newsletter .newsletter-container-input::after {
  content: '';
  position: absolute;

  top: 50%;
  right: 0;
  transform: translateY(-50%);

  background-image: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fort-boyard-icone-plume.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  width: 28px;
  height: 28px;
}

body.shop-8.cms-id-22 h3 {
  font-family: 'FortBoyard' !important;
  font-size: 1.15rem !important;
  line-height: 1.6rem;
  font-weight: 500;
  color: white !important;
  text-transform: lowercase;
}

body.shop-8.cms-id-22 h3:first-letter {
  text-transform: uppercase;
}

/*  */

body.shop-8 .btn-hero-2 span.elementor-button-text {
  margin-top: 5px;
}

body.shop-8 .btn-hero-2 a:hover {
  color: #ffffffc4 !important;
}

/* bouton ajouter au panier */

.shop-8 .elementor-widget-product-add-to-cart a {
  width: 100%;
}

.shop-8 .elementor-widget-product-add-to-cart a .elementor-button-icon {
  margin-left: auto;
}

.shop-8 .elementor-widget-product-add-to-cart .elementor-button-content-wrapper {
  justify-content: space-between !important;
  width: 100%;
}
.shop-8 .elementor-widget-product-add-to-cart .elementor-button-text {
  display: inline !important;
  width: fit-content !important;
  flex-grow: 0 !important;
}
.shop-8 .elementor-widget-product-add-to-cart .elementor-button-wrapper > div {
  z-index: 9999;
}
.shop-8 .elementor-widget-product-add-to-cart .elementor-button-wrapper {
  position: static !important;
}

body.shop-8.scrolling .btn-hero-2 {
  transform: translateX(calc(100% - 70px)) !important;
}

body.shop-8 .collection-list figure.ce-gallery-item {
  transition: transform 0.3s ease-in-out;
}

body.shop-8 .collection-list figure.ce-gallery-item:hover {
  transform: scale(1.02);
}

body.shop-8#my-account .page-footer a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
}

body.shop-8#my-account .page-footer a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8#order-detail .custom-account-message .seperator {
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/tiret left.svg') !important;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  margin-top: 0px !important;
}

body.shop-8#order-detail .page-footer .account-link {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  /* margin-right: 15px; */
  padding-bottom: -3px !important;
}

body.shop-8#order-detail .page-footer .account-link::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8#order-detail button[name='submitMessage'] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px !important;
  text-align: center;
  text-transform: uppercase;
  color: white !important;
  border-radius: 100px !important;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondboismarron.webp') center/cover no-repeat,
    #4a2e1e;
  box-shadow: 0 0 0 10px transparent;
  font-family: 'FortBoyard', 'sans-serif' !important;
  font-weight: 500 !important;
  /* margin-right: 15px; */
  padding-bottom: -3px !important;
}

body.shop-8#order-detail .order-message-form.box {
  position: relative !important;
  z-index: 0 !important;
}

body.shop-8#order-detail button[name='submitMessage']::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border-radius: 110px;
  background: url('https://www.fortboyard-boutique.com/img/cms/FortBoyard/fondjaunebois.webp') center/cover no-repeat;
  z-index: -1;
}

body.shop-8.page-order.not-logged section#wrapper input {
  border-width: 1px !important;
}

@media all and (max-width: 330px) {
  body.shop-8 .collection-list figcaption.ce-gallery-caption {
    padding: 10px;
  }

  body.shop-8 .collection-list .ce-gallery-caption a .small {
    font-size: 0.8em;
  }

  body.shop-8 .collection-list .ce-gallery-caption a .big {
    font-size: 1.2rem;
  }

  body.shop-8 .csCard .elementor-button-wrapper a {
    padding: 15px 10px !important;
    font-size: 1rem !important;
  }
}

@media all and (max-width: 300px) {
  body.shop-8 .container-menu .elementor-search__toggle i::before {
    width: 35px;
    height: 35px;
  }

  body.shop-8 .container-menu .elementor-widget-sign-in a[aria-label='Mon compte'] .ceicon-user-simple::before {
    width: 35px;
    height: 35px;
  }

  body.shop-8 .elementor-cart__toggle i::before {
    width: 35px;
    height: 35px;
  }

  body.shop-8 .container-menu .iconGiftMobile a::before {
    width: 35px;
    height: 35px;
  }
}
.shop-8 .eg_title {
  background-image: url(https://www.objetdecom.fr/img/cms/FortBoyard/papirusseEtire.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: transparent;
}

body.shop-8#module-giftcard-choicegiftcard .gc-receptmode-option label:hover {
  color: black !important;
}

body.shop-8#module-giftcard-choicegiftcard .gc-receptmode-option label:hover svg {
  fill: black !important;
}
body.shop-8#module-giftcard-choicegiftcard .gc-receptmode-option input:checked + label {
  color: white !important;
  background-color: #963e1b !important;
}

body.shop-8#module-giftcard-choicegiftcard .container {
  max-width: 1140px;
}
body.shop-9#module-giftcard-choicegiftcard .container {
  max-width: 1140px;
}

body.shop-8#module-giftcard-choicegiftcard .form-control {
  color: black;
}

body.shop-8#module-giftcard-choicegiftcard button.btn-outline-primary {
  color: var(--color-action) !important;
}
body.shop-8#module-giftcard-choicegiftcard button.btn-primary {
  color: var(--color-action) !important;
  border: solid 2px var(--color-action) !important;
}

body.shop-8#module-giftcard-choicegiftcard button.btn-primary:hover {
  color: white !important;
}

/** ROOT SHOP 8 FIN**/

/*  */

body:not(.shop-8) #header a:hover {
  color: var(--color-action);
}

#pagenotfound #wrapper .container {
  width: 100%;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0;
}

#softr-back-to-top-button {
  left: 35px;
  bottom: 35px !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  margin: 0px !important;
  z-index: 9999;
  background-color: var(--color-action) !important;
  border: var(--border) !important;
  border-width: var(--border-width) !important;
  border-color: var(--border-color) !important;
  border-radius: var(--border-r-btn) !important;
  cursor: pointer !important;
  background-color: var(--color-action) !important;
}

#softr-back-to-top-button.show {
  opacity: 1;
  pointer-events: auto;
}

.back-to-top-button-svg .back-to-top-button-img {
  fill: white !important;
}

#product #softr-back-to-top-button {
  bottom: 100px !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media all and (max-width: 767px) {
  #softr-back-to-top-button {
    bottom: 65px !important;
    left: 10px;
  }

  body.shop-8 #softr-back-to-top-button {
    bottom: 105px !important;
  }

  #product #softr-back-to-top-button {
    bottom: 150px !important;
  }
  body.shop-8#product #softr-back-to-top-button {
    bottom: 165px !important;
  }
}

@media all and (max-width: 767px) {
  #smartsupp-widget-container > div {
    bottom: 70px !important;
  }

  body.shop-8 #smartsupp-widget-container > div {
    bottom: 105px !important;
  }
}

#product #smartsupp-widget-container > div {
  bottom: 100px !important;
}

@media all and (max-width: 767px) {
  #product #smartsupp-widget-container > div {
    bottom: 150px !important;
  }
  body.shop-8#product #smartsupp-widget-container > div {
    bottom: 165px !important;
  }
}

#product #smartsupp-widget-container > div {
  z-index: 100 !important;
}

/* elements deleted */
#checkout .breadcrumb,
#module-gcprivilegecard-actions .breadcrumb,
#module-gcprivilegecard-number .breadcrumb,
#order-detail .breadcrumb,
#order-confirmation .breadcrumb,
#view .breadcrumb,
.page-customer-account #wishlist-link,
.page-customer-account #psgdpr-link,
.page-customer-account .breadcrumb {
  display: none !important;
}

/* custom footer elements */
#order-detail .footer-section-avis,
#order-detail .footer-section-maps-100,
#order-detail .footer-section-cta,
#order-confirmation .footer-section-avis,
#order-confirmation .footer-section-maps-100,
#order-confirmation .footer-section-cta,
.page-my-account .footer-section-avis,
.page-my-account .footer-section-maps-100,
.page-my-account .footer-section-cta,
.page-cart .footer-section-avis,
.page-cart .footer-section-maps-100,
.page-cart .footer-section-cta,
.page-customer-account .footer-section-avis,
.page-customer-account .footer-section-maps-100,
.page-customer-account .footer-section-cta {
  display: none !important;
}

/* main */

#module-blockwishlist-lists .container-button,
#module-giftcard-choicegiftcard .container-button,
#module-gcprivilegecard-actions .container-button,
#module-gcprivilegecard-number .container-button,
#order-detail .container-button,
#order-confirmation .container-button,
#view .container-button,
#module-blockwishlist-lists .container-button,
#module-psgdpr-gdpr .container-button,
.page-customer-account .container-button,
.page-my-account .container-button,
.page-cart .container-button,
.page-order .container-button,
.page-authentication .container-button,
.page-cart .container-button,
.page-addresses .container-button {
  display: none;
}

#checkout main section#wrapper,
#module-blockwishlist-lists main section#wrapper,
#module-giftcard-choicegiftcard main section#wrapper,
#module-gcprivilegecard-actions main section#wrapper,
#module-gcprivilegecard-number main section#wrapper,
#order-detail main section#wrapper,
#order-confirmation main section#wrapper,
#view main section#wrapper,
#module-blockwishlist-lists main section#wrapper,
#module-psgdpr-gdpr main section#wrapper,
.page-customer-account main section#wrapper,
.page-my-account main section#wrapper,
.page-authentication main section#wrapper,
.page-cart main section#wrapper,
.page-addresses main section#wrapper {
  position: relative;
  margin: auto;

  animation-name: fadeUp;
  animation-duration: 1.25s;
}

#checkout main section#wrapper #content-wrapper,
#module-blockwishlist-lists main section#wrapper #content-wrapper,
#module-giftcard-choicegiftcard main section#wrapper #content-wrapper,
#module-gcprivilegecard-actions main section#wrapper #content-wrapper,
#module-gcprivilegecard-number main section#wrapper #content-wrapper,
#order-detail main section#wrapper #content-wrapper,
#order-confirmation main section#wrapper #content-wrapper,
#view main section#wrapper #content-wrapper,
#module-blockwishlist-lists main section#wrapper #content-wrapper,
#module-psgdpr-gdpr main section#wrapper #content-wrapper,
.page-customer-account main section#wrapper #content-wrapper,
.page-my-account main section#wrapper #content-wrapper,
.page-authentication main section#wrapper #content-wrapper,
.page-cart main section#wrapper #content-wrapper,
.page-addresses main section#wrapper #content-wrapper {
  padding: 25px 50px;
}

@media all and (max-width: 767px) {
  #checkout main section#wrapper #content-wrapper,
  #module-blockwishlist-lists main section#wrapper #content-wrapper,
  #module-giftcard-choicegiftcard main section#wrapper #content-wrapper,
  #module-gcprivilegecard-actions main section#wrapper #content-wrapper,
  #module-gcprivilegecard-number main section#wrapper #content-wrapper,
  #order-detail main section#wrapper #content-wrapper,
  #order-confirmation main section#wrapper #content-wrapper,
  #view main section#wrapper #content-wrapper,
  #module-blockwishlist-lists main section#wrapper #content-wrapper,
  #module-psgdpr-gdpr main section#wrapper #content-wrapper,
  .page-customer-account main section#wrapper #content-wrapper,
  .page-my-account main section#wrapper #content-wrapper,
  .page-authentication main section#wrapper #content-wrapper,
  .page-cart main section#wrapper #content-wrapper,
  .page-addresses main section#wrapper #content-wrapper {
    padding: 20px !important;
  }
}

#checkout main section#wrapper .container,
#module-blockwishlist-lists main section#wrapper .container,
#module-giftcard-choicegiftcard main section#wrapper .container,
#module-gcprivilegecard-actions main section#wrapper .container,
#module-gcprivilegecard-number main section#wrapper .container,
#order-detail main section#wrapper .container,
#order-confirmation main section#wrapper .container,
#view main section#wrapper .container,
#module-blockwishlist-lists main section#wrapper .container,
#module-psgdpr-gdpr main section#wrapper .container,
.page-customer-account main section#wrapper .container,
.page-my-account main section#wrapper .container,
.page-authentication main section#wrapper .container,
.page-cart main section#wrapper .container,
.page-addresses main section#wrapper .container {
  padding: 0;
}

#module-blockwishlist-lists main section#wrapper .container .row,
#module-blockwishlist-lists main .page-content #notifications,
#module-giftcard-choicegiftcard main section#wrapper .container .row,
#module-giftcard-choicegiftcard main .page-content #notifications,
#module-gcprivilegecard-actions main section#wrapper .container .row,
#module-gcprivilegecard-actions main .page-content #notifications,
#module-gcprivilegecard-number main section#wrapper .container .row,
#module-gcprivilegecard-number main .page-content #notifications,
#order-detail main section#wrapper .container .row,
#order-detail main .page-content #notifications,
#order-confirmation main section#wrapper .container .row,
#order-confirmation main .page-content #notifications,
#view main section#wrapper .container .row,
#view main .page-content #notifications,
#module-blockwishlist-lists main section#wrapper .container .row,
#module-blockwishlist-lists main .page-content #notifications,
#module-psgdpr-gdpr main section#wrapper .container .row,
#module-psgdpr-gdpr main .page-content #notifications,
.page-customer-account main section#wrapper .container .row,
.page-customer-account main .page-content #notifications,
.page-my-account main section#wrapper .container .row,
.page-my-account main .page-content #notifications,
.page-authentication main section#wrapper .container .row,
.page-authentication main .page-content #notifications,
.page-cart main section#wrapper .container .row,
.page-cart main .page-content #notifications,
.page-addresses main section#wrapper .container .row,
.page-addresses main .page-content #notifications {
  margin: 0;
}

/* main background */

#checkout #content,
#module-giftcard-choicegiftcard #content,
#module-gcprivilegecard-actions #content,
#module-gcprivilegecard-number #content,
#order-detail #content,
#view #content,
#module-blockwishlist-lists #content,
.page-customer-account #content,
.page-my-account #content,
.page-addresses #content {
  padding: 0rem;
  background: transparent !important;
  font-size: 0.875rem;
  color: #7a7a7a;
}

#checkout main section#wrapper,
#module-giftcard-choicegiftcard main section#wrapper,
#module-gcprivilegecard-actions main section#wrapper,
#module-gcprivilegecard-number main section#wrapper,
#order-detail main section#wrapper,
#order-confirmation main section#wrapper,
#view main section#wrapper,
#module-blockwishlist-lists main section#wrapper,
.page-customer-account main section#wrapper,
.page-my-account main section#wrapper,
.page-cart main section#wrapper,
.page-addresses main section#wrapper {
  overflow: hidden !important;
}

#checkout main section#wrapper::before,
#checkout main section#wrapper::after,
#module-giftcard-choicegiftcard main section#wrapper::before,
#module-gcprivilegecard-actions main section#wrapper::before,
#module-gcprivilegecard-actions main section#wrapper::after,
#module-gcprivilegecard-number main section#wrapper::before,
#module-gcprivilegecard-number main section#wrapper::after,
#order-detail main section#wrapper::before,
#order-detail main section#wrapper::after,
#order-confirmation main section#wrapper::before,
#order-confirmation main section#wrapper::after,
#view main section#wrapper::before,
#view main section#wrapper::after,
#module-blockwishlist-lists main section#wrapper::before,
#module-blockwishlist-lists main section#wrapper::after,
.page-customer-account main section#wrapper::before,
.page-customer-account main section#wrapper::after,
.page-my-account main section#wrapper::before,
.page-my-account main section#wrapper::after,
.page-cart main section#wrapper::before,
.page-cart main section#wrapper::after,
.page-addresses main section#wrapper::before,
.page-addresses main section#wrapper::after,
#module-advancedreturns-return main section#wrapper::after,
#module-advancedreturns-create main section#wrapper::after {
  content: '';
  position: absolute;
  width: 400px;
  height: 100%;

  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;

  user-select: none;
  pointer-events: none;
  z-index: 0 !important;
}

body.shop-9 section#wrapper::before,
body.shop-9 section#wrapper::after,
body.shop-8 section#wrapper::before,
body.shop-8 section#wrapper::after,
body.shop-7 section#wrapper::before,
body.shop-7 section#wrapper::after {
  display: none !important;
}

@media all and (max-width: 1024px) {
  #checkout main section#wrapper::before,
  #checkout main section#wrapper::after,
  #module-giftcard-choicegiftcard main section#wrapper::before,
  #module-gcprivilegecard-actions main section#wrapper::before,
  #module-gcprivilegecard-actions main section#wrapper::after,
  #module-gcprivilegecard-number main section#wrapper::before,
  #module-gcprivilegecard-number main section#wrapper::after,
  #order-detail main section#wrapper::before,
  #order-detail main section#wrapper::after,
  #order-confirmation main section#wrapper::before,
  #order-confirmation main section#wrapper::after,
  #view main section#wrapper::before,
  #view main section#wrapper::after,
  #module-blockwishlist-lists main section#wrapper::before,
  #module-blockwishlist-lists main section#wrapper::after,
  .page-customer-account main section#wrapper::before,
  .page-customer-account main section#wrapper::after,
  .page-my-account main section#wrapper::before,
  .page-my-account main section#wrapper::after,
  .page-cart main section#wrapper::before,
  .page-cart main section#wrapper::after,
  .page-addresses main section#wrapper::before,
  .page-addresses main section#wrapper::after {
    width: 250px !important;
  }
}

#checkout main section#wrapper::before,
#module-giftcard-choicegiftcard main section#wrapper::before,
#module-gcprivilegecard-actions main section#wrapper::before,
#module-gcprivilegecard-number main section#wrapper::before,
#order-detail main section#wrapper::before,
#order-confirmation main section#wrapper::before,
#view main section#wrapper::before,
#module-blockwishlist-lists main section#wrapper::before,
.page-customer-account main section#wrapper::before,
.page-my-account main section#wrapper::before,
.page-cart main section#wrapper::before,
.page-addresses main section#wrapper::before,
#module-advancedreturns-return main section#wrapper::after,
#module-advancedreturns-create main section#wrapper::after {
  left: 0;
  top: -220px;
  background-image: var(--background-img-before);
  transform: rotate(180deg);
  filter: var(--filter-bg-customer);
}

#checkout main section#wrapper::after,
#module-gcprivilegecard-actions main section#wrapper::after,
#module-gcprivilegecard-number main section#wrapper::after,
#order-detail main section#wrapper::after,
#order-confirmation main section#wrapper::after,
#view main section#wrapper::after,
#module-blockwishlist-lists main section#wrapper::after,
.page-customer-account main section#wrapper::after,
.page-my-account main section#wrapper::after,
.page-cart main section#wrapper::after,
.page-addresses main section#wrapper::after,
.page-customer-account main section#wrapper::after,
#module-advancedreturns-return main section#wrapper::after,
#module-advancedreturns-create main section#wrapper::after {
  right: 0;
  bottom: -200px;
  background-image: var(--background-img-after);
  filter: var(--filter-bg-customer);
}

/* custom general */
#authentication .page-footer {
  display: none !important;
}

.custom-account-message {
  padding-top: 50px !important;
  position: relative;
  z-index: 2 !important;
}

.shop-1 .custom-account-message {
  padding-top: 40px !important;
}

body:not(.shop-1) .not-logged .custom-account-message {
  padding-top: 115px !important;
}

#my-account .custom-account-message .seperator {
  margin-bottom: 20px !important;
}

#password .custom-account-message .seperator,
#authentication .custom-account-message .seperator {
  margin-bottom: 0 !important;
}

@media all and (max-width: 767px) {
  #cart .payplugOneyCta_wrapper {
    text-align: center;
    padding: 15px 0px;
    width: 250px;
    margin: auto;
  }
}

div.estimated_delivery_date {
  border: var(--border);
  border-color: var(--border-color);
  border-radius: var(--border-radius-s);
  border-width: var(--border-width);
  margin: 0px !important;
}

#my-account a#savedcards-link::before {
  content: 'Paiement';
}

body.page-my-account #savedcards-link {
  display: none !important;
}

#order-detail footer,
#module-payplug-cards footer,
#module-psgdpr-gdpr footer,
#module-blockwishlist-lists footer,
#discount footer,
#order-slip footer,
#history footer,
#identity footer,
#addresses footer,
#my-account footer {
  padding-bottom: 2rem;
}

#password footer {
  padding-top: 0 !important;
  padding-bottom: 2rem;
}

.custom-account-message span.font-manuscrite {
  font-size: 1.4rem !important;
}

.page-identity section#content,
.page-customer-account section#content {
  padding: 0 !important;
}

.wishlist-container .page-content.card {
  box-shadow: none !important;
}

#history .content-wrapper {
  padding: 0 20px !important;
}

#cart .card-block.lgmessage.lgdebug {
  background-color: var(--color-action) !important;
}

#cart #freeshippinginfo {
  background-color: var(--color-action) !important;
  color: white;
  border-radius: var(--border-radius-s) !important;
}

#cart span.no-items {
  display: none;
}

#cart .cart-grid-body {
  display: flex;
  flex-direction: column;
}

#cart a.label {
  text-align: left;
  order: 9;
}

#cart .cart-item .product-line-grid [data-toggle='modal'] {
  display: none;
}

@media all and (max-width: 767px) {
  #cart .product-line-grid > div,
  .product-line-actions {
    width: 100% !important;
  }

  #cart .product-line-grid-left img {
    object-fit: contain;
    height: 150px !important;
    width: 150px !important;
  }
}

.block-promo .promo-name .cart-summary-line .label {
  display: block !important;
  text-align: center;
}

body#checkout section#wrapper a:hover {
  color: var(--color-strong) !important;
}

.promo-name.card-block .float-xs-right {
  float: none !important;
  text-align: center;
}

.js-show-details {
  color: var(--color-action);
}

.js-show-details:hover {
  color: var(--color-strong) !important;
}

span.product-name a {
  color: var(--color-action) !important;
}

span.product-name a:hover {
  color: var(--color-strong) !important;
}

span.product-price {
  color: var(--color-action) !important;
}

.cart-summary-line .float-xs-right {
  float: none !important;
  text-align: center;
}

a[data-link-action='different-invoice-address'] {
  color: var(--color-action) !important;
}

a[data-link-action='different-invoice-address']:hover,
.add-address a:hover {
  color: var(--color-strong) !important;
}

a.label {
  margin-top: 20px;
}

a.label:hover {
  color: var(--color-strong) !important;
}

.page-cart .cart-summary .checkout a:focus {
  color: white !important;
}

.ps-shown-by-js button:focus {
  background: var(--color-action) !important;
}

#payButton {
  color: var(--color-action) !important;
}

.darique-checkout-notification {
  display: none !important;
}

button[type='submit']:focus {
  background: var(--color-action) !important;
}

label.js-terms a {
  color: var(--color-action) !important;
}

label.js-terms a:hover {
  color: var(--color-strong) !important;
}

.shop-2 .product-category,
.shop-3 .product-category,
.shop-4 .product-category,
.shop-7 .product-category,
.shop-8 .product-category,
.shop-9 .product-category {
  padding: 150px 100px 60px 100px !important;
}

@media all and (max-width: 1024px) {
  .shop-2 .product-category,
  .shop-3 .product-category,
  .shop-4 .product-category,
  .shop-7 .product-category,
  .shop-8 .product-category,
  .shop-9 .product-category {
    padding: 120px 20px 50px 20px !important;
  }
}

@media all and (max-width: 495px) {
  .elementor-tab-desktop-title a {
    display: block !important;
    background: none !important;
    padding: 0px !important;
    text-align: center;
  }

  .elementor-tab-desktop-title.elementor-active a {
    background: white !important;
  }
}

/* page reset password */

#password header {
  text-align: center;
}

#password #wrapper section.form-fields {
  justify-content: center;
  padding: 1rem;
}

#password #wrapper .form-group {
  margin: 0 !important;
}

#password #wrapper .email {
  width: 100% !important;
  margin-bottom: 1rem;
}

#password #wrapper button:first-letter {
  text-transform: uppercase;
}

#password #wrapper button {
  text-transform: lowercase;
  background-color: var(--color-action);
  border-radius: var(--border-radius-l);
  width: fit-content;
}

#password #wrapper button:hover {
  background-color: var(--color-secondary) !important;
}

/* page apres mail recu */
#password #wrapper .email {
  margin: 0 !important;
  text-align: center;
  font-weight: 500;
}

#password #wrapper .offset-md-5,
#password #wrapper label,
#password #wrapper button {
  margin: 0 !important;
}

.custom-radio input[type='radio']:checked + span {
  background-color: var(--color-action) !important;
}

#password #wrapper label {
  margin: 1rem 0 !important;
}

#password #wrapper button {
  margin-top: 1rem !important;
  border-radius: var(--border-radius-l) !important;
}

/* carte de fidelite - a supprimer*/
#module-gcprivilegecard-actions h1,
#module-gcprivilegecard-number h1 {
  color: black;
}

#module-gcprivilegecard-actions .form_content,
#module-gcprivilegecard-number .form_content {
  background-color: white;
  padding: 25px;
  border-radius: var(--border-radius-s);
}

#module-gcprivilegecard-actions input,
#module-gcprivilegecard-number input {
  outline-color: var(--color-action) !important;
}

/* carte cadeaux */

#module-giftcard-choicegiftcard .gc-receptmode-option label {
  border-radius: 50px;
}

#module-giftcard-choicegiftcard #block_templates_all ul.row {
  display: flex;
  flex-wrap: wrap;
}

#module-giftcard-choicegiftcard .gctab_content {
  background-color: white;
  padding: 1rem;
  border-radius: var(--border-radius-m);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#module-giftcard-choicegiftcard .img-fluid {
  border-radius: 10px;
}

#module-giftcard-choicegiftcard .gctabs li {
  border: unset !important;
}

#module-giftcard-choicegiftcard .gctabs li a,
#module-giftcard-choicegiftcard .gc-receptmode-option label {
  background-color: white;
  border-radius: var(--border-radius-l);
  font-weight: 500;

  border: solid 2px var(--border-color);
}

body.shop-8#module-giftcard-choicegiftcard .gc-receptmode-option label,
body.shop-9#module-giftcard-choicegiftcard .gc-receptmode-option label {
  border: none !important;
  background-color: transparent !important;
}

body.shop-9#module-giftcard-choicegiftcard .gc-receptmode-option label {
  color: white !important;
}

#module-giftcard-choicegiftcard .gctabs li a.selected {
  border-color: black;
}

#module-giftcard-choicegiftcard .gctabs li a:hover,
#module-giftcard-choicegiftcard .gc-receptmode-option label:hover {
  background-color: black;
  border-color: black;
  color: white !important;
}

#module-giftcard-choicegiftcard .gc-receptmode-option label:hover svg {
  fill: white !important;
}

#module-giftcard-choicegiftcard .form-group input,
#module-giftcard-choicegiftcard .form-group select.form-control,
#module-giftcard-choicegiftcard .form-group textarea {
  border-radius: var(--border-r-input-form) !important;
  padding: 10px 15px;
  outline-color: var(--color-action) !important;
  border: solid 2px var(--border-color) !important;
  background-color: white !important;
}

#module-giftcard-choicegiftcard .form-group textarea {
  border-radius: var(--border-radius-m) !important;
}

#module-giftcard-choicegiftcard .form-group select.form-control {
  padding: 0px 15px;
}

#module-giftcard-choicegiftcard button.btn-outline-primary {
  background-color: white;
  border: solid 2px var(--border-color);
  color: var(--color-secondary);
  font-weight: 500;
  border-radius: var(--border-r-btn);
  padding: 10px 20px !important;
}

#module-giftcard-choicegiftcard button.btn-outline-primary:hover {
  background-color: var(--color-action);
  border-color: var(--color-action) !important;
  color: white !important;
}

#module-giftcard-choicegiftcard button.btn-primary {
  background-color: var(--color-secondary);
  border-radius: var(--border-r-btn);
}

#module-giftcard-choicegiftcard button.btn-primary:hover {
  background-color: var(--color-action) !important;
}

#module-giftcard-choicegiftcard #choicegiftcard h1,
#module-giftcard-choicegiftcard #choicegiftcard > p {
  background-color: white;
  margin: 0;
  padding: 25px;
  border: var(--border);
  border-width: var(--border-width);
  border-color: var(--border-color);
  border-radius: var(--border-radius-m);
}

#module-giftcard-choicegiftcard #choicegiftcard h1 {
  padding-bottom: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
  color: black;
}

#module-giftcard-choicegiftcard #choicegiftcard > p:nth-of-type(1) {
  padding-top: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  text-align: left !important;
}

#module-giftcard-choicegiftcard #choicegiftcard > p.warning {
  margin-top: 15px;
}

/* debut custom hero section carte cadeau */

body.shop-8#module-giftcard-choicegiftcard #choicegiftcard h1,
body.shop-8#module-giftcard-choicegiftcard #choicegiftcard > p,
body.shop-9#module-giftcard-choicegiftcard #choicegiftcard h1,
body.shop-9#module-giftcard-choicegiftcard #choicegiftcard > p {
  color: white !important;
  text-align: center !important;
  padding: 0px;
  background-color: transparent !important;
}

body.shop-8#module-giftcard-choicegiftcard #choicegiftcard > h1,
body.shop-9#module-giftcard-choicegiftcard #choicegiftcard > h1 {
  line-height: 2.2rem;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

body.shop-8#module-giftcard-choicegiftcard #choicegiftcard > p,
body.shop-9#module-giftcard-choicegiftcard #choicegiftcard > p {
  line-height: 1.2rem;
}

body.shop-8#module-giftcard-choicegiftcard section#wrapper footer,
body.shop-9#module-giftcard-choicegiftcard section#wrapper footer {
  display: none;
}

body.shop-8#module-giftcard-choicegiftcard .container,
body.shop-9#module-giftcard-choicegiftcard .container {
  width: auto;
}

.shop-2 .ce-product-badge {
  font-size: 0.7rem !important;
}
/* fin custom hero section carte cadeau */

[data-module-img='/modules/tsd_clientsencompte/tsd_clientsencompte.jpg'] {
  order: 15;
}

[data-module-img="/modules/systempay/views/img//modules/systempay/views/img/standard.png"] label::after
{
  content: '';
  height: 45px;
  width: 140px;
  background-image: url('/modules/systempay/views/img/standard.png');
  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}

[data-module-img="/modules/systempay/views/img//modules/systempay/views/img/standard.png"] label
{
  text-align: left;
}

[data-module-img="/modules/systempay/views/img//modules/systempay/views/img/standard.png"] img
{
  display: none;
}

.payment-options label {
  display: flex;
  justify-content: space-between;
}

body.shop-8#module-giftcard-choicegiftcard #choicegiftcard .jcarousel img,
body.shop-9#module-giftcard-choicegiftcard #choicegiftcard .jcarousel img {
  border-radius: 10px;
}

body.shop-8#module-giftcard-choicegiftcard .gctab_content,
body.shop-9#module-giftcard-choicegiftcard .gctab_content {
  padding: 0px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

body.shop-8#module-giftcard-choicegiftcard #choicegiftcard .jcarousel-wrapper,
body.shop-9#module-giftcard-choicegiftcard #choicegiftcard .jcarousel-wrapper {
  border: none !important;
}

body.shop-8#module-giftcard-choicegiftcard #choicegiftcard .jcarousel li,
body.shop-9#module-giftcard-choicegiftcard #choicegiftcard .jcarousel li {
  background-color: white;
}

body.shop-8#module-giftcard-choicegiftcard #choicegiftcard .jcarousel li.selected,
body.shop-9#module-giftcard-choicegiftcard #choicegiftcard .jcarousel li.selected {
  background-color: #66a523;
}

body.shop-8#module-giftcard-choicegiftcard li a.link_template,
body.shop-9#module-giftcard-choicegiftcard li a.link_template {
  background: white !important;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}

body.shop-8#module-giftcard-choicegiftcard #choicegiftcard .gctabs,
body.shop-9#module-giftcard-choicegiftcard #choicegiftcard .gctabs {
  border-bottom: none !important;
}

body.shop-8#module-giftcard-choicegiftcard .template_item img,
body.shop-9#module-giftcard-choicegiftcard .template_item img {
  height: 120px !important;
}

/* filters */
body.shop-8#module-giftcard-choicegiftcard ul.gctabs,
body.shop-9#module-giftcard-choicegiftcard ul.gctabs {
  border: none !important;
}

body.shop-8#module-giftcard-choicegiftcard ul.gctabs li a,
body.shop-9#module-giftcard-choicegiftcard ul.gctabs li a {
  border: none !important;
  border-radius: 5px !important;
  margin-right: 10px !important;
}

body.shop-8#module-giftcard-choicegiftcard #choicegiftcard .gctabs li a {
  background-color: white;
  border: solid 2px #963e1b !important;
  color: #963e1b;
  padding: 0.5rem !important;
}

body.shop-8#module-giftcard-choicegiftcard #choicegiftcard .gctabs li a.selected,
body.shop-8#module-giftcard-choicegiftcard #choicegiftcard .gctabs li a:hover {
  background-color: #963e1b;
  color: white;
}

body.shop-9#module-giftcard-choicegiftcard #choicegiftcard .gctabs li a.selected,
body.shop-9#module-giftcard-choicegiftcard #choicegiftcard .gctabs li a:hover {
  background-color: #b6a000;
}

body.shop-8#module-giftcard-choicegiftcard #choicegiftcard .jcarousel li,
body.shop-9#module-giftcard-choicegiftcard #choicegiftcard .jcarousel li {
  margin-right: 10px;
  border-radius: 10px;
}

/* newsletter footer autre boutique */

.newsletter {
  margin-bottom: 50px !important;
}

.newsletter .elementor-email-subscription input {
  border-radius: var(--border-r-btn) !important;
  border-color: var(--border-color) !important;
}

.newsletter .elementor-email-subscription .elementor-button {
  background-color: var(--color-action) !important;
  border: none !important;
  border-width: var(--border-width) !important;
  border-color: var(--border-color) !important;
  border-radius: var(--border-r-btn) !important;
  cursor: pointer !important;
}

.newsletter .elementor-email-subscription .elementor-button:hover {
  color: white !important;
  background-color: var(--color-secondary) !important;
}

/* pages donnees personnelles */

#module-psgdpr-gdpr section.page_content {
  display: flex;
  gap: 1rem;
}

#module-psgdpr-gdpr section.page_content > div {
  background-color: white !important;
  padding: 25px;
  margin: 0;
  border-radius: var(--border-radius-m);
  border: solid var(--border-width) var(--border-color);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 15px;
}

#module-psgdpr-gdpr section.page_content h2,
#module-psgdpr-gdpr section.page_content p {
  width: 100%;
}

#module-psgdpr-gdpr section.page_content div > a {
  border-radius: 50px;
  background-color: var(--color-action);
  border: none;
  text-transform: lowercase !important;
  width: fit-content;
  margin: 0 !important;
}

#module-psgdpr-gdpr section.page_content div > a:first-letter {
  text-transform: uppercase !important;
}

#module-psgdpr-gdpr section.page_content div > a:hover {
  border-radius: 50px;
  background-color: var(--color-secondary);
}

body.shop-9#module-psgdpr-gdpr h2 {
  text-shadow: none;
  color: #15243d !important;
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

body.shop-9#module-psgdpr-gdpr h2::before {
  display: none;
}

/* section main items */

.page-my-account nav ol {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-my-account nav ol li:last-child::after {
  content: '';
  display: block;
  height: 6px;
  width: 100px;
  border-radius: var(--border-radius-l);
  background-color: var(--color-complementary);
}

/* items main content */

.page-my-account span.link-item {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: var(--border-radius-m);
  gap: 1rem;
  border: solid var(--border-width) var(--border-color);
  box-shadow: rgba(149, 157, 165, 0.1) 0px 0px 10px;
  text-align: left !important;
}

.page-my-account .link-item i {
  width: fit-content !important;
  height: fit-content !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

/* .page-my-account .link-item::after {
  content: "";
  width: 20px;
  height: 20px;
  flex: 1 !important;
  text-align: right;
  position: relative;
  display: inline-block;
  color: var(--color-action);
  
  background-image: url("https://objetdecom.fr/img/cms/Accueil/icones/arrow-objcom.svg");
  background-repeat: no-repeat;
  background-position: center right;
} */

.page-my-account .link-item::after {
  content: '\f061';
  flex: 1 !important;
  text-align: right;
  /* color: var(--color-action); */
  font-family: 'Font Awesome 6 Free' !important;
}

/* main content page */

.page-my-account #content .links {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.page-my-account #content .links a {
  text-transform: unset !important;
  color: black;
  border-radius: var(--border-radius-m);
  padding: 0 !important;
  margin: 0 !important;
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  pointer-events: none;
  text-decoration: none;
}

.page-my-account #content .links a:hover,
.page-my-account #content .links a:hover i {
  color: var(--color-action);
}

.page-my-account span.link-item {
  pointer-events: all;
  height: fit-content !important;
}

.page-my-account .link-item i {
  font-size: 30px !important;
}

.page-my-account #content .links a span:hover,
.page-my-account #content .links a span:hover i {
  color: var(--color-action);
}

/* title content */

.page-my-account .links a:nth-of-type(n)::before {
  /* content: ""; */
  position: relative;
  display: flex;
  justify-content: center;

  width: max-content;
  height: 40px;
  text-align: left;
  color: grey !important;
}

.page-my-account .links a:nth-of-type(1)::before {
  content: 'Informations';
}

.page-my-account .links a:nth-of-type(3)::before {
  content: 'Commandes';
}

.page-my-account .links a:nth-of-type(5)::before {
  content: 'Boutiques';
}

/* adresses page */

.page-addresses #content::before {
  content: 'Mes adresses enregistrées';
  position: relative;
  display: flex;
  justify-content: center;

  font-weight: 600;

  width: max-content;
  height: 40px;
  text-align: left;
}

.page-addresses #notifications .alert {
  font-weight: 500;
  font-size: 1rem;
  padding: 1rem;
  border-radius: var(--border-radius-s);
  margin-bottom: 30px;
}

.page-addresses #content .col-lg-4 {
  width: 100%;
  padding: 0;
}

.page-addresses #content article.address {
  border-radius: var(--border-radius-s);
  border: solid var(--border-width) var(--border-color);
  box-shadow: rgba(149, 157, 165, 0.1) 0px 0px 10px;

  display: flex;
  justify-content: space-between;
}

.page-addresses address {
  margin-bottom: 0 !important;
}

.page-addresses .address-body h4 {
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.page-addresses .address-body h4::before {
  content: '';
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 1rem;

  background-image: url(https://objetdecom.fr/img/cms/Accueil/icones/maps-objcom.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.page-addresses .address-body address {
  padding-top: 1rem;
}

/* btn edit adresse */
.page-addresses .address-footer {
  border: none !important;
  display: flex;
}

.page-addresses .address-footer a {
  padding: 5px;
  border-radius: var(--border-radius-m);
  font-weight: 600;
  height: fit-content;
}

.page-addresses .address-footer a:hover {
  color: var(--color-action) !important;
}

/* btn ajouter adresse */
.page-addresses .addresses-footer {
  display: flex;
  justify-content: center;
}

.page-addresses .addresses-footer a {
  font-weight: 500;
  background-color: var(--color-action);
  color: white !important;
  padding: 10px 20px 12px 20px;
  border-radius: var(--border-radius-l);
}

/* form style */

.page-authentication .no-account {
  font-weight: 500;
  margin-top: 3rem;
}

.page-authentication hr {
  display: none;
}

.page-authentication .forgot-password {
  width: fit-content !important;
  margin: 0 0 0 auto;
}

.form-group div,
.form-group label {
  padding: 0 !important;
}

.page-order.not-logged section#wrapper input,
.page-my-account section#wrapper input,
.page-customer-account section#wrapper input,
.page-customer-account section#wrapper select {
  border-radius: var(--border-radius-s);
  background-color: white !important;
  border: solid var(--border-width) var(--border-color) !important;
  padding: 10px 15px;
  font-weight: 600;
}

.page-customer-account select {
  height: fit-content !important;
}

.page-my-account section#wrapper input:focus,
.page-customer-account section#wrapper input:focus,
.page-customer-account section#wrapper select:focus {
  outline-width: 0px !important;
  border-color: var(--color-action) !important;
}

/* start compte page shop 9*/

body.shop-9.page-authentication #wrapper {
  background: transparent !important;
}

body.shop-9.page-customer-account main section#wrapper::before,
body.shop-9.page-customer-account main section#wrapper::after {
  display: none !important;
}

/* end */

.page-customer-account form#customer-form > div,
.page-customer-account .form-fields {
  display: flex;
  flex-wrap: wrap !important;
  gap: 2rem !important;
}

.page-customer-account form#customer-form > div > div:last-child {
  margin-top: -2rem !important;
}

.page-customer-account .custom-checkbox em {
  display: inline-block;
  padding-top: 10px;
}

.page-customer-account .form-group .form-control-valign {
  display: flex;
}

.page-customer-account .form-control-valign label {
  display: flex;
  align-items: center !important;
  gap: 5px;
  background-color: white;
  padding: 10px !important;
  border-radius: var(--border-radius-s) !important;
  border: solid var(--border-width) var(--border-color) !important;
}

.page-customer-account .custom-radio input[type='radio']:checked + span {
  background-color: var(--color-action) !important;
}

.page-customer-account .form-group,
.page-customer-account .field-password-policy {
  width: calc(50% - 1rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
}

.page-customer-account .form-group label,
.page-customer-account .form-group > div,
.page-customer-account .field-password-policy > .form-group {
  width: 100%;
  text-align: left;
}

.page-customer-account .field-password-policy input {
  border-radius: var(--border-radius-s) 0px 0px var(--border-radius-s) !important;
}

.page-customer-account .input-group.focus {
  outline: none !important;
}

.page-customer-account .field-password-policy .btn {
  border-radius: 0px var(--border-radius-s) var(--border-radius-s) 0px;
  background-color: var(--color-action) !important;
}

.page-customer-account .form-footer .btn {
  border-radius: var(--border-r-btn) !important;
  background-color: var(--color-action) !important;
}

.page-customer-account .form-footer .btn:hover {
  background-color: black !important;
}

.page-customer-account .form-footer {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.page-customer-account .progress {
  border-radius: var(--border-radius-s) !important;
  overflow: hidden;
}

.page-customer-account .custom-checkbox ::after,
.page-customer-account [for='field-customer_privacy'] {
  display: none !important;
}

/* etoile pour input obligatoire */
.form-group:has(input[required]) label::after {
  content: '*';
  color: var(--color-action);
  margin-left: 5px;
  display: inline-block;
}

/* custom form identity */

.page-identity .form-control-comment,
.page-address .form-control-comment {
  display: none;
}

.page-authentication [id='field-new_password'],
.page-identity [id='field-password'],
.page-identity [id='field-new_password'] {
  border-radius: 20px 0px 0px 20px !important;
}

.page-identity #customer-form ::after,
.page-address ::after {
  font-style: italic;
  opacity: 0.6;
  margin-left: 5px;
  font-weight: 500;
}

.page-identity [for='field-company']::after,
.page-identity [for='field-new_password']::after,
.page-address [for='field-alias']::after,
.page-address [for='field-company']::after,
.page-address [for='field-phone']::after,
.page-address [for='field-vat_number']::after,
.page-address [for='field-address2']::after,
.page-address [for='field-phone_mobile']::after {
  content: '(Optionnel)';
}

.page-identity [for='field-lastname']::after,
.page-identity [for='field-firstname']::after {
  content: "(Seules les lettres et le point (.), suivi d'un espace, sont autorisés.)";
}

.page-identity .form-group:nth-child(10),
.page-identity .form-group:nth-child(11) {
  width: 100%;
}

/* commander pas connecter */

.page-order.not-logged .form-group {
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

@media all and (max-width: 767px) {
  .page-order.not-logged .form-group {
    display: block;
  }
}

.page-order.not-logged .nav {
  margin: 0px !important;
  margin-bottom: 10px !important;
}

#checkout-personal-information-step .content {
  margin: 0 !important;
  padding: 1rem 24px !important;
}

/* partie compte - registration*/
.page-order.not-logged [id='field-password'],
.page-authentication [id='field-password'],
.page-authentication [id='field-new_password'] {
  border-radius: var(--border-radius-s) 0px 0px var(--border-radius-s) !important;
}

.page-authentication .input-group .input-group-btn > .btn[data-action='show-password'],
.page-order.not-logged .btn[data-action='show-password'] {
  background-color: var(--color-action) !important;
  border-radius: 0px var(--border-radius-s) var(--border-radius-s) 0px;
}

.page-authentication #content,
.page-registration #content {
  width: 100% !important;
  max-width: 1024px;
}

.page-registration .register-form > p {
  font-size: 1.2rem;
  font-weight: 600;
  color: black;
  padding-bottom: 1rem !important;
}

.page-registration .register-form > p a {
  color: var(--color-action);
}

.page-registration .register-form > p a:hover {
  text-decoration: underline;
}

.page-authentication #login-form > div {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2rem;
}

.page-authentication .form-group {
  width: calc(48% -1rem) !important;
}

.page-authentication .form-group [for='field-email'],
.page-authentication .form-group [for='field-password'] {
  color: var(--color-strong);
  font-weight: 600;
  font-size: 1rem;
  padding-bottom: 8px !important;
}

.page-authentication .form-group [for='field-email']::before,
.page-authentication .form-group [for='field-password']::before {
  content: 'Saisissez votre';
}

.page-authentication .forgot-password {
  width: 100% !important;
}
body.shop-8#module-giftcard-choicegiftcard #choicegiftcard .eg_titleContent h1 {
  color: black !important;
}
@media screen and (min-width: 1024px) {
  body.shop-8#module-giftcard-choicegiftcard #choicegiftcard .eg_titleContent h1 {
    text-align: left !important;
  }
}

body.shop-9#module-giftcard-choicegiftcard .eg_title {
  background-color: #253037 !important;
  border: solid 2px #b6a000;
  position: relative;
}
body.shop-9#module-giftcard-choicegiftcard .eg_title:after {
  content: '';
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  position: absolute;
  z-index: 2;
  --clip-path-value: calc(100% - 6px);
  clip-path: polygon(
    48% 0%,
    52% 0%,
    52% 6px,
    48% 6px,
    48% var(--clip-path-value),
    52% var(--clip-path-value),
    52% 100%,
    48% 100%,
    48% 2%
  );
  pointer-events: none;
  user-select: none;
  background-color: #b6a000 !important;
}

body.shop-9#module-giftcard-choicegiftcard .eg_title:before {
  content: '';
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  position: absolute;
  z-index: 3;
  --clip-path-value: calc(100% - 6px);
  clip-path: polygon(
    0% 0%,
    15% 0%,
    15% 6px,
    6px 6px,
    6px 30%,
    var(--clip-path-value) 30%,
    var(--clip-path-value) 6px,
    85% 6px,
    85% 0%,
    100% 0%,
    100% 30%,
    6px 30%,
    6px var(--clip-path-value),
    15% var(--clip-path-value),
    15% 100%,
    85% 100%,
    85% var(--clip-path-value),
    var(--clip-path-value) var(--clip-path-value),
    var(--clip-path-value) 70%,
    100% 70%,
    100% 100%,
    0% 100%,
    0% 70%,
    6px 70%,
    6px 30%,
    0% 30%
  );
  pointer-events: none;
  user-select: none;
  background-color: #b6a000 !important;
}

@media all and (min-width: 1024px) {
  body.shop-9#module-giftcard-choicegiftcard #choicegiftcard .eg_titleContent h1 {
    text-align: left !important;
  }
}

body.shop-9#module-giftcard-choicegiftcard #choicegiftcard .eg_titleContent p {
  color: white;
}
body.shop-9#module-giftcard-choicegiftcard .gc-receptmode-option label {
}

body.shop-9#module-giftcard-choicegiftcard .gc-receptmode-option input:checked + label {
  background-color: #09b5e2 !important;
}
body.shop-9#module-giftcard-choicegiftcard .gc-receptmode-option label svg {
  fill: white;
}
body.shop-9#module-giftcard-choicegiftcard .form-control {
  color: black;
}

body.shop-9#module-giftcard-choicegiftcard [for='id_product_virtual'] {
  color: white;
}
body.shop-9#module-giftcard-choicegiftcard #gc-step-receptmode h2,
body.shop-9#module-giftcard-choicegiftcard #gc-step-information h2 {
  padding-top: 0px !important;
  margin-top: 0px;
}

/* partie commande - order et panier*/

.page-order .done {
  color: var(--color-action);
}

.page-order .-current .step-title span.step-number {
  background-color: var(--color-action) !important;
}

.page-order .cart-grid-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-order .cart-grid-body section {
  padding: 0px !important;
  border-radius: var(--border-radius-s);
}

.page-order section #checkout-personal-information-step h1,
.page-order section #checkout-addresses-step h1,
.page-order section #checkout-delivery-step h1,
.page-order section #checkout-payment-step h1 {
  padding: 15px !important;
  display: flex;
  align-items: center;
  text-transform: unset !important;
}

.page-order section #checkout-personal-information-step span.step-edit,
.page-order section #checkout-addresses-step span.step-edit,
.page-order section #checkout-delivery-step span.step-edit,
.page-order section #checkout-payment-step span.step-edit {
  text-align: right !important;
  display: flex;
  justify-content: flex-end;
  flex: 1;
}

.page-order #delivery-addresses hr {
  display: none;
}

.page-order #delivery-addresses {
  gap: 1rem;
  border-color: red !important;
}

.page-order #delivery-addresses article {
  border-radius: var(--border-radius-m);
  background-color: #f6f6f6 !important;
}

.page-order .address-footer a {
  font-weight: 600;
}

.page-order .address-footer a:hover {
  color: black !important;
}

.page-order#checkout section.checkout-step .address-item.selected {
  border-color: var(--color-action);
}

.page-order .custom-radio input[type='radio']:checked + span {
  background-color: var(--color-action);
}

#checkout .cart-grid-body > section {
  box-shadow: rgba(149, 157, 165, 0.1) 0px 0px 10px;
  border: solid 2px var(--border-color) !important;
}

/* 1 */
.page-order #checkout-personal-information-step .content {
  padding-bottom: 20px !important;
}

/* 2 */
.page-order section #checkout-addresses-step {
  display: flex;
  flex-direction: column;
}

.page-order #checkout-addresses-step .content {
  padding-bottom: 20px !important;
}

/* 3 */
.page-order section #checkout-delivery-step {
  padding: 15px !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-order #checkout-delivery-step .delivery-options > div {
  margin: 0 !important;
  margin-bottom: 5px !important;
}

.page-order #checkout-delivery-step .content {
  margin: 0;
}

.page-order section #checkout-delivery-step h1 {
  padding: 0 !important;
}

.page-order section #checkout-delivery-step > div {
  padding: 10px !important;
}

.page-order section #checkout-delivery-step .delivery-option {
  border-radius: var(--border-radius-s) !important;
  border: none !important;
}

.page-order section #checkout-delivery-step #hook-display-after-carrier {
  display: none !important;
}

.page-order #checkout-delivery-step textarea#delivery_message,
.page-order #checkout-delivery-step textarea#gift_message {
  width: 100%;
}

body.shop-8.page-cart label[for='gift_message'] {
  color: white !important;
}

/* 4 */
.page-order section #checkout-payment-step > div {
  padding-bottom: 20px !important;
}

#checkout #delivery-address .js-address-form > .form-fields .form-group.row {
  margin: 5px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#checkout #delivery-address .js-address-form > .form-fields .form-group.row label {
  margin: 0;
}

#checkout .js-address-form .form-fields {
  display: flex;
  flex-direction: column;
}

/*  */
#checkout #checkout-payment-step .payment-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

#checkout #checkout-payment-step .js-additional-information {
  margin: 0 !important;
  padding: 0 !important;
}

#checkout #checkout-payment-step .js-payment-option-form {
  display: none !important;
}

#checkout #checkout-payment-step .payment-options > div > div {
  margin: 0 !important;
}

#checkout #checkout-payment-step .content {
  padding: 0 20px !important;
}

#checkout #checkout-payment-step .payment-option {
  background-color: #f6f6f6;
  border: solid;
  border-width: 2px;
  border-color: var(--border-color);
  border-radius: var(--border-radius-s);

  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;

  overflow: hidden;
}

#checkout #checkout-payment-step .payplugPaymentOption {
  line-height: 1.2rem;
}

#checkout #checkout-payment-step .payment-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

#checkout #checkout-payment-step .payment-options label {
  margin: 0;
}

.js-payment-option-form {
  display: none;
}

#checkout #checkout-payment-step .payment-options > div > div {
  margin: 0 !important;
}

#checkout #checkout-payment-step .content {
  padding: 0 20px !important;
}

#checkout #checkout-payment-step .payplugPaymentOption .custom-radio {
  margin: 0 !important;
}

#checkout #checkout-payment-step span.custom-radio + form + label {
  padding: 1rem;

  display: flex;
  width: 100% !important;
}

#checkout #checkout-payment-step #payment-option-4-container label {
  text-align: left;
  display: flex;
  align-items: center;
}

#checkout #checkout-payment-step label {
  display: flex;
  align-items: center;
}

/* formulaire page commande */

#checkout #delivery-address .js-address-form > .form-fields .form-group.row input,
#delivery-address .js-address-form > .form-fields .form-group.row select {
  border-radius: var(--border-r-input-form) !important;
}

#checkout #delivery-address .js-address-form > .form-fields .form-group.row .form-control:focus {
  border-color: var(--color-action) !important;
}

#checkout #delivery-address .js-address-form > .form-fields .form-group.row .form-control-comment {
  display: none;
  width: 0 !important;
  height: 0 !important;
}

#checkout #delivery-address .js-address-form > .form-fields .form-group.row ::after {
  font-style: italic;
  opacity: 0.6;
  margin-left: 5px;
  font-weight: 500;
}

#checkout #delivery-address .js-address-form > .form-fields .form-group.row [for='field-company']::after,
#checkout #delivery-address .js-address-form > .form-fields .form-group.row [for='field-new_password']::after,
#checkout #delivery-address .js-address-form > .form-fields .form-group.row [for='field-alias']::after,
#checkout #delivery-address .js-address-form > .form-fields .form-group.row [for='field-company']::after,
#checkout #delivery-address .js-address-form > .form-fields .form-group.row [for='field-phone']::after,
#checkout #delivery-address .js-address-form > .form-fields .form-group.row [for='field-vat_number']::after,
#checkout #delivery-address .js-address-form > .form-fields .form-group.row [for='field-address2']::after,
#checkout #delivery-address .js-address-form > .form-fields .form-group.row [for='field-phone_mobile']::after {
  content: '(Optionnel)';
}

@media all and (max-width: 767px) {
  #checkout #delivery-address .js-address-form > .form-fields .form-group.row {
    flex-direction: column;
    margin: 10px 0;
  }

  #checkout #delivery-address .js-address-form > .form-fields .form-group.row label {
    margin-bottom: 5px;
  }

  #checkout #delivery-address .js-address-form > .form-fields .form-group.row .js-input-column {
    width: 100% !important;
  }

  #checkout #delivery-address .form-footer {
    display: flex;
    justify-content: center;
  }
}

#checkout .delivery-options-list textarea,
#checkout .delivery-options-list textarea:focus {
  border-radius: 5px;
  outline-color: var(--color-action);
  padding: 5px;
}

#checkout .delivery-options-list textarea:focus {
  border-color: var(--color-action);
}

#checkout .payplugPopin_content {
  padding: 50px;
}

#checkout .payplugMsg_error {
  color: black;
}

#checkout button.payplugMsg_button {
  background-color: var(--color-action);
}

#checkout button.payplugMsg_button:hover {
  background-color: var(--color-secondary);
}

#checkout .payplugPopin_close {
  top: 10px;
  right: 10px;
}

/* global order */

#order-confirmation footer.page-footer {
  display: none;
}

#order-confirmation #content-hook_order_confirmation .card-block .row > div,
#order-confirmation .page-order-confirmation #order-items,
#order-confirmation .page-order-confirmation #order-details {
  border: none !important;
  padding: 0 !important;
}

.page-order section .cart-grid-body button {
  background-color: var(--color-secondary);
  border-radius: var(--border-radius-l);
}

.page-order section .cart-grid-body button:hover {
  background-color: var(--color-action);
}

.custom-box-exchange::before {
  display: none !important;
}

.body-club-b2b #returns-link,
.body-club-b2b .return-link,
.body-club-b2b .custom-box-exchange {
  display: none !important;
}

#order-detail #order-detail-btn-return {
  display: none !important;
}

.page-order .step-title {
  border: none !important;
}

/* details suivi de commande */

body#order-detail section#wrapper div {
  padding: 0;
}

body#order-detail table {
  margin: 0 !important;
}

#order-detail .box {
  padding: 20px !important;
}

.page-order-detail .box {
  border-radius: var(--border-radius-s);
  border: solid var(--border-width) var(--border-color);
}

#module-advancedreturns-return .box,
#module-advancedreturns-create .box {
  border-radius: var(--border-radius-s);
  border: solid var(--border-width) var(--border-color);
}

.advancedreturns-item__return-methods > div:nth-of-type(1) {
  display: none;
}

.box.advancedreturns-item__refund-method {
  display: none !important;
}

.page-order-detail .addresses {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}

.page-order-detail .addresses > div {
  padding: 0;
}

.page-order-detail .addresses .clearfix {
  display: none;
}

.page-order-detail .addresses {
  margin: 0 !important;
}

#order-detail .page-content > div.box::before {
  display: block;
  margin-bottom: 1rem !important;
  font-weight: 700;
  color: #232323;
  font-family: 'Barlow', Sans-Serif;
  line-height: 1.1rem;
  text-transform: uppercase;
  content: 'Informations supplémentaires';
}

#order-detail section.form-fields,
#order-detail .form-group {
  display: flex;
  flex-direction: column;
}

#order-detail select,
#order-detail textarea {
  border-radius: 10px !important;
}

#order-detail label.col-md-3.form-control-label {
  text-align: left !important;
}

#order-detail .form-footer {
  text-align: left !important;
}

#order-detail .form-footer button {
  background-color: var(--color-action);
  border-radius: 50px;
  margin-top: 1rem;
}

#order-detail .form-footer button:hover {
  background-color: black;
}

#order-detail textarea.form-control {
  outline-color: var(--color-action) !important;
}

#order-detail select.form-control {
  outline-color: var(--color-action) !important;
}

#order-detail .form-fields .col-md-5,
#order-detail .form-fields .col-md-9 {
  width: 100%;
}

/* order details shop 9 */

body.shop-9#order-detail .box {
  background: #0000005e;
  color: white;
  border-top: solid 2px #33373f75;
  margin-bottom: 0;
}

body.shop-9#order-detail .box {
  padding: 1.4rem !important;
}

body.shop-9#order-detail .box::before {
  color: white !important;
}

body.shop-9#order-detail h3 {
  margin-bottom: 1rem;
  color: white;
  text-transform: uppercase;
}

body.shop-9#order-detail .addresses {
  gap: 0;
}

body.shop-9#order-detail #invoice-address {
  border-left: solid 2px #33373f75;
  height: 100%;
}

body.shop-9#order-detail section.order-message-form label {
  color: white;
}

/* commande confirmee */

#order-confirmation #content-hook_order_confirmation.card,
#order-confirmation #content.card {
  padding: 25px;
  border-radius: 15px;
  border: solid var(--border-width) var(--border-color);
}

/* #order-confirmation #content > .card-block,
#order-confirmation #content-hook_order_confirmation > .card-block{
    padding:10px 0!important;
} */
#order-confirmation #content-hook_order_confirmation#content-hook_order_confirmation p {
  margin-bottom: 10px;
}

#order-confirmation #order-items > .row > .card-title {
  margin-bottom: 30px;
}

#order-confirmation #content-hook_order_confirmation i.done {
  color: white;
  background-color: #4cbb6c !important;
  margin: 0;
  margin-right: 15px;
  width: auto;
  height: fit-content;
  border-radius: 50px;
  padding: 10px;
}

#order-confirmation section#main > section {
  background-color: white;
}

#order-confirmation section.featured-products {
  display: none;
}

@media all and (max-width: 767px) {
  #order-detail .page-order-detail .addresses {
    flex-direction: column !important;
    gap: 0px !important;
  }
}

@media (max-width: 1024px) {
  .custom-account-message {
    padding: 50px !important;
  }

  #module-blockwishlist-lists #content-wrapper {
    padding: 0px 50px;
  }
}

@media (max-width: 767px) {
  .custom-account-message {
    padding: 50px 20px !important;
  }

  #module-blockwishlist-lists #content-wrapper {
    padding: 20px !important;
  }
}

/* colonne droite */

.page-order section#js-checkout-summary {
  background-color: unset;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-order .cart-summary-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* .page-order .cart-summary-products p {
  width: 40%;
} */

.page-order .cart-summary-subtotals-container {
  border: none !important;
}

.page-order .cart-summary-totals {
  padding: 0px 15px;
}

.page-order .promo-code-button a,
.page-cart .promo-code-button a,
.page-cart .promo-code a {
  font-weight: 600;
  color: var(--color-action) !important;
  width: fit-content;
  margin: auto;
}

.page-order .promo-code-button a:hover,
.page-cart .promo-code-button a:hover,
.page-cart .promo-code a:hover {
  text-decoration: underline;
  color: var(--color-action) !important;
}

.page-order .promo-code-button,
.page-cart .promo-code-button {
  padding: 1rem !important;
}

#promo-code form {
  display: flex;
}

#promo-code button {
  background-color: var(--color-secondary);
  border: unset;
  border-radius: 0 var(--border-r-btn) var(--border-r-btn) 0;
  margin: 0;
}

#promo-code input.promo-input {
  background-color: var(--border-color);
  border: unset;
  width: 100%;
  outline: unset;
  background-color: #f5f5f5 !important;
  border-radius: var(--border-r-btn) 0 0 var(--border-r-btn);
}

#promo-code input.promo-input {
  background-color: var(--color-secondary);
}

#promo-code input.promo-input:hover {
  background-color: var(--color-secondary);
}

#module-advancedreturns-returns #content {
  background-color: white !important;
  padding: 20px !important;
}

#module-advancedreturns-returns #content h6 {
  text-align: center;
}

#module-advancedreturns-returns #content h6 + div button {
  display: none !important;
}

#module-advancedreturns-returns #content [data-target='#initReturnModal'] {
  background-color: var(--color-action);
  border: unset;
  border-radius: 500px;
  margin: 0;
}

#initReturnModal .btn.btn-primary {
  border: none !important;
  border-radius: 500px;
  background-color: var(--color-action) !important;
}

#initReturnModal .btn.btn-secondary {
  background-color: grey !important;
  color: white;
  border-radius: 500px;
}

/* partie liste envie - wishlist */

#module-blockwishlist-lists .wishlist-container .card {
  background-color: transparent;
}

#module-blockwishlist-lists .wishlist-container-header {
  justify-content: flex-end !important;
}

#module-blockwishlist-lists .wishlist-container .wishlist-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

#module-blockwishlist-lists .wishlist-container .wishlist-list-item {
  border-radius: var(--border-radius-s);
  background-color: white !important;
  border: unset;
  border: solid var(--border-width) var(--border-color);
}

#module-blockwishlist-lists .wishlist-container-header h1 {
  display: none;
}

#module-blockwishlist-lists .wishlist-list-item:hover {
  border-color: var(--color-action);
}

#module-blockwishlist-lists .wishlist-list-item .wishlist-list-item-right button:hover {
  opacity: 1;
}

#module-blockwishlist-lists .wishlist-list-item .wishlist-list-item-right button:hover i,
#module-blockwishlist-lists .wishlist-list-item:hover .wishlist-list-item-title {
  color: var(--color-action) !important;
}

#module-blockwishlist-lists .wishlist-container-header a.wishlist-add-to-new.text-primary {
  color: var(--color-action) !important;
  font-weight: 500;
}

#view .wishlist-products-list {
  background-color: white;
  border: solid 2px var(--border-color);
  padding: 1rem !important;
  border-radius: var(--border-radius-m);
  gap: 1rem;
}

#view .wishlist-products-list .wishlist-products-item {
  background-color: white;
  padding: 1rem;
  margin: 0;
  border: solid var(--border-width) var(--border-color);
  border-radius: var(--border-radius-m);
}

body.shop-9#view .wishlist-products-list .wishlist-products-item {
  background-color: #ededed;
  border-width: 2px !important;
}

#view .wishlist-products-container .page-content.card {
  box-shadow: none !important;
}

#view button.btn.wishlist-product-addtocart {
  background-color: var(--color-action);
  border-radius: var(--border-radius-s);
  color: white;
  font-weight: 500;
  margin-top: 15px;
}

#view button.btn.wishlist-product-addtocart:hover {
  background-color: var(--color-secondary);
  cursor: pointer;
}

#view .wishlist-product-combinations a:hover {
  color: var(--color-action);
  cursor: pointer;
}

#view button.btn-unstyle.select-title {
  border-radius: 10px;
}

#view .brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
  background-color: var(--color-action) !important;
  color: white !important;
}

/* popup wishlist - default */
.wishlist-modal .modal-footer button {
  border-radius: 50px;
}

.wishlist-modal .modal-footer a {
  border-radius: 50px;
}

.wishlist-modal .modal-footer button.btn-secondary {
  color: white !important;
  background-color: #000;
  border: solid var(--border-width) black;
}

.wishlist-modal .modal-footer button.btn-secondary:hover {
  color: black !important;
  background-color: white;
}

.wishlist-modal .modal-footer button.btn-primary {
  background-color: var(--color-action);
  border: solid var(--border-width) var(--color-action);
}

.wishlist-modal .modal-footer button.btn-primary:hover {
  background-color: white;
  color: var(--color-action);
}

.wishlist-modal .form-control:focus {
  outline: 2px solid var(--color-action) !important;
}

/* popup wishlist - add*/

.wishlist-modal a.wishlist-add-to-new,
.wishlist-modal .wishlist-add-to-new i {
  color: var(--color-action) !important;
  font-weight: 500;
}

.wishlist-modal a.wishlist-add-to-new:hover,
.wishlist-modal .wishlist-add-to-new:hover i {
  color: var(--color-secondary) !important;
  opacity: 1;
}

.wishlist-modal .wishlist-list .wishlist-list-item:hover {
  background: var(--border-color);
}

/* partie panier */

.page-cart .card hr {
  display: none;
}

.page-order .card > .card-block,
.page-order .cart-summary-totals,
.page-order .block-promo,
.page-cart .cart-container .card-block,
.page-cart .cart-detailed-subtotals,
.page-cart .cart-summary-totals,
.page-cart .block-promo {
  border: none;
  background-color: white;
  border-radius: var(--border-radius-s);
  box-shadow: rgba(149, 157, 165, 0.1) 0px 0px 10px;
}

/* .checkout-step span.step-number,
.estimated_delivery_date_icon span.icon-wrapper.circle-shape,
.boutonMenu a,
.elementor-button--checkout,
.checkout a, .black-friday{
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    border:none!important;
    color:white;
}

a.elementor-button--view-cart:hover{
        background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
                radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

:root{
    --color-action:#a2863a!important;
} */
/* colonne gauche */

.page-cart .cart-detailed-totals {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-cart .cart-summary-line {
  border: none !important;
  padding: 0 !important;
}

.page-cart .card-block.cart-summary-totals {
  padding: 15px;
}

.page-cart .block-promo {
  margin-bottom: 0 !important;
}

.page-cart .cart-summary .checkout {
  padding: 0;
}

.page-cart .cart-summary .checkout a {
  border-radius: var(--border-radius-l);
  background-color: var(--color-action);
}

.page-cart .cart-summary .checkout a:hover {
  background-color: black;
}

.page-order .block-promo .promo-code .alert-danger,
.page-cart .block-promo .promo-code .alert-danger {
  background: var(--color-action);
}

.page-order .block-promo .promo-code .alert-danger::after,
.page-cart .block-promo .promo-code .alert-danger::after {
  border-bottom-color: var(--color-action);
}

.page-order .promo-code-button,
.page-cart .promo-code-button {
  padding: 1rem;
}

/* page panier */

.page-cart .card {
  display: flex !important;
  flex-direction: column;
  gap: 1rem !important;
  background: none;
}

.page-cart .card-block h1 {
  text-transform: unset !important;
  font-weight: 600 !important;
}

.page-cart .cart-overview {
  padding: 0 !important;
}

/* panier items cards */

.page-cart .product-line-grid {
  display: flex;
}

.page-cart .cart-items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.page-cart .cart-items .cart-item {
  background-color: white;
  border-radius: var(--border-radius-s);
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 0px 10px;
  padding: 15px !important;
}

.page-cart .cart-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-cart .cart-item .product-line-info a:hover {
  color: var(--color-action);
  text-decoration: underline;
}

.page-cart .cart-item .product-line-grid-body br {
  display: none !important;
}

.page-cart .current-price {
  color: var(--color-action);
}

.page-cart .current-price::before {
  content: 'Prix unitaire :';
}

.page-cart .cart-item .product-line-grid-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.page-cart a.label:hover {
  color: var(--color-action);
}

.page-cart .cart-item .product-line-grid-body a {
  font-size: 1.3rem !important;
}

.page-cart .cart-grid-body > a.label:hover {
  color: var(--color-strong) !important;
}

.page-cart .product-line-actions,
.page-cart .product-line-actions .row,
.page-cart .product-line-actions .row div {
  margin: 0 !important;
  padding: 0 !important;
  width: fit-content;
}

.page-cart .product-line-actions > .row {
  display: flex;
  align-items: center;
}

.page-cart .cart-line-product-actions {
  display: flex;
  align-items: center;
}

.page-cart .cart-line-product-actions a {
  margin: 0 !important;
}

.page-cart .bootstrap-touchspin input {
  border: solid var(--border-width) var(--border-color) !important;
}

.page-cart .product-line-actions > .row > div > .row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 1rem;
  padding-right: 1rem !important;
}

.page-cart .cart-line-product-actions i:hover {
  color: var(--color-action) !important;
}

.page-order .cart-summary-line .float-xs-right span,
.page-cart .cart-summary-line .float-xs-right span {
  color: var(--color-action) !important;
  font-size: 30px;
  line-height: 1rem;
}

/* panier sur le cote*/

.elementor-cart__main {
  z-index: 99 !important;
}

.elementor-cart__main .elementor-cart__close-button:hover {
  color: var(--color-action) !important;
}

.elementor-cart__main .elementor-cart__product-name a {
  color: black;
  font-weight: 600;
}

.elementor-cart__main .elementor-cart__product-attr-label {
  font-weight: 600;
}

.elementor-cart__main .elementor-cart__product-price,
.elementor-cart__main .elementor-cart__summary strong {
  color: var(--color-action) !important;
  font-weight: 600 !important;
}

.elementor-cart__main .elementor-cart__footer-buttons a {
  border-radius: var(--border-r-btn) !important;
  border: solid var(--border-width) var(--color-action);
  font-weight: 500;
}

.elementor-cart__main .elementor-cart__footer-buttons > div:nth-child(1) a {
  background-color: var(--color-complementary);
  border-color: var(--color-secondary) !important;
}

.elementor-cart__main .elementor-cart__footer-buttons > div:nth-child(2) a {
  color: white !important;
  background-color: var(--color-action) !important;
}

.elementor-cart__main .elementor-cart__footer-buttons > div:nth-child(1) a:hover {
  color: white !important;
  border-color: var(--color-action) !important;
  background-color: var(--color-action) !important;
}

.elementor-cart__main .elementor-cart__footer-buttons > div:nth-child(2) a:hover {
  color: white !important;
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
}

.elementor-cart__main .elementor-cart__product {
  display: flex;
  flex-wrap: wrap;
}

.elementor-cart__main .elementor-cart__product-image {
  width: 30%;
}

.elementor-cart__main .elementor-cart__product-name {
  width: 70%;
  padding: 0;
}

.elementor-cart__main .elementor-cart__product-name a:hover {
  color: var(--color-action) !important;
}

.elementor-cart__main .elementor-cart__product-price {
  width: 30%;
  text-align: center;
  padding: 0;
}

.elementor-cart__main .elementor-cart__product-remove {
  width: 70%;
  display: flex;
  flex-direction: row-reverse;
  gap: 6px;
  justify-content: flex-start;
  padding-top: 10px;
}

.elementor-cart__main .elementor-cart__product-remove:hover {
  color: var(--color-action) !important;
}

.elementor-cart__main .elementor-cart__product-remove::after {
  content: 'Supprimer';

  display: flex;
  align-items: center;
  padding-left: 5px;

  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.9rem;
}

.cart-darique {
  background-color: white !important;
  border-radius: var(--border-radius-s) !important;
  width: 100% !important;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 0px 10px !important;
  padding: 15px !important;
}

.cart-darique h1 {
  margin-bottom: -15px !important;
}

.dariqueRuleContainer {
  min-width: 150px !important;
}

div#dariqueWrapper {
  display: flex !important;
}

#dariqueWrapper .page-heading {
  display: none !important;
}

ul.dariqueWrapper li .gift.active {
  border: var(--border) !important;
  border-width: var(--border-width) !important;
  border-color: var(--border-color) !important;
  border-radius: var(--border-radius-s) !important;
  pointer-events: none !important;
}

section.card.card-block.cart-darique {
  gap: 0 !important;
}

/* partie historique de commandes */

.alert.alert-info {
  background-color: var(--color-action);
  color: white !important;
  font-weight: 500;
  font-size: 0.9rem;
  padding: 1rem;
}

.page-history h6 {
  text-align: center;
}

body:not(.shop-9).page-history table th,
body:not(.shop-9).page-history table td {
  background-color: white !important;
  border: solid var(--border-width) var(--border-color) !important;
}

body.shop-9 .page-history table th,
body.shop-9 .page-history table td {
  background-color: red !important;
}

/* alternate row */
body.shop-9.page-history #content table tr:nth-child(odd),
body.shop-9.page-order-slip #content table tr:nth-child(odd),
body.shop-9.page-discount #content table tr:nth-child(odd),
body.shop-9#module-advancedreturns-returns #content table tr:nth-child(odd) {
  background-color: white;
}

body.shop-9.page-history #content table tr:nth-child(even),
body.shop-9.page-order-slip #content table tr:nth-child(even),
body.shop-9.page-discount #content table tr:nth-child(even),
body.shop-9#module-advancedreturns-returns #content table tr:nth-child(even) {
  background: #e6e6e6 !important;
}

body.shop-9.page-history #content table,
body.shop-9.page-order-slip #content table,
body.shop-9.page-discount #content table,
body.shop-9#module-advancedreturns-returns #content table {
  border: solid 10px #6f1a49;
}

body.shop-9 #module-advancedreturns-returns #content-wrapper {
  background-color: transparent !important;
  padding: 0px !important;
}

body.shop-9.page-order-slip #content h6 {
  text-align: center !important;
}

.page-history table .order-actions {
  padding: 0;
  padding-right: 3px;
  text-align: end !important;
}

.page-history table .order-actions a {
  margin: 0 1rem;
  color: var(--color-action);
  font-weight: 600;
}

.page-history table .order-actions a:hover {
  text-decoration: underline;
}

#history td.text-sm-center.order-actions {
  padding: 0;
}

#history td.text-sm-center.order-actions a {
  margin: 0;
  min-width: max-content;
  padding: 10px !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@media all and (max-width: 767px) {
  .page-history .order {
    background-color: transparent;
    padding: 0 !important;
  }

  .page-history .order .row {
    background-color: white;
    border-radius: 15px;
    border: solid var(--border-width) var(--border-color);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
  }

  .page-history .order .row > div {
    padding: 0 !important;
  }

  .custom-account-message .title {
    font-size: 2.4rem !important;
  }
}

@media all and (max-width: 420px) {
  .sort-by-club .elementor-widget-wrap {
    justify-content: center !important;
    gap: 1rem;
  }
}

/* footer page */

#module-blockwishlist-lists .wishlist-footer-links a.text-primary:focus,
#module-blockwishlist-lists .wishlist-footer-links a.text-primary:hover {
  color: white !important;
}

.page-footer,
.wishlist-footer-links {
  display: flex;
  justify-content: center;
  padding-top: 2rem;
}

.page-footer a,
.wishlist-footer-links a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;

  background-color: white;
  padding: 10px 20px;
  border-radius: var(--border-radius-l);
  border: solid var(--border-width) var(--border-color);
  font-weight: 600;
  color: grey !important;
  transition: all 200ms ease-in-out;
  text-decoration: none;
}

.page-footer a:hover,
.wishlist-footer-links a:hover {
  color: white !important;
  border-color: black;
  background-color: black;
}

@media all and (max-width: 767px) {
  .page-customer-account main section#wrapper #content-wrapper,
  .page-my-account main section#wrapper #content-wrapper,
  .page-customer-account main section#wrapper #content-wrapper,
  .page-my-account main section#wrapper #content-wrapper {
    padding: 50px 20px;
  }

  .page-my-account #content .links a,
  .page-customer-account .form-group,
  .page-customer-account .field-password-policy {
    width: 100%;
  }

  .page-my-account .links a:nth-of-type(n)::before {
    height: fit-content;
    line-height: 3.5rem;
    font-size: 1.2rem;
  }

  .page-cart .product-line-grid {
    display: flex;
    flex-direction: column;
  }

  .page-cart .product-line-actions {
    width: 63%;
    float: right;
    display: flex;
    justify-content: flex-start;
    padding: 4px 14px !important;
    border-radius: 5px;
  }

  .page-cart .promo-name.card-block,
  .page-cart .card-block.cart-detailed-subtotals,
  .page-order .card-block {
    padding: 15px;
  }

  .page-cart div#freeshippinginfo {
    color: var(--color-action) !important;
  }

  .page-order section #checkout-delivery-step > div {
    padding: 0px !important;
  }

  .page section.page_content,
  .page-addresses .address-footer {
    flex-direction: column;
  }

  #history .orders.hidden-md-up {
    width: 100%;
    margin: auto !important;
  }

  #order-confirmation section#main > section {
    background-color: white;
  }

  #order-confirmation h3.h1.card-title {
    display: flex;
    align-items: center;
  }

  #order-infos .clearfix {
    display: none;
  }

  #order-infos > .box > .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  #order-infos > .box > .row > div {
    width: 100% !important;
    text-align: center !important;
  }

  #order-infos .box:nth-child(2) ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #history .orders {
    gap: 1rem !important;
    display: flex;
    flex-direction: column;
  }

  #history .orders .order .row > div:nth-child(2) {
    display: flex;
    gap: 15px !important;
    justify-content: flex-end;
  }
}

#conditions-to-approve .js-terms {
  display: unset !important;
}

[for='conditions_to_approve[terms-and-conditions]'] a {
  margin: 0 !important;
}

[data-module-img="/modules/systempay/views/img//modules/systempay/views/img/standard.png"] label span
{
  font-size: 0px;
  line-height: 1;
}

[data-module-img="/modules/systempay/views/img//modules/systempay/views/img/standard.png"] label span::after
{
  content: 'Paiement sécurisé par SystemPay';
  font-size: 14px;
  line-height: 19.2px !important;
}

[data-module-img='/modules/payplug/views/img/svg/checkout/standard/logos_schemes_fr.svg'] label span {
  font-size: 0px;
  line-height: 1;
}

[data-module-img='/modules/payplug/views/img/svg/checkout/standard/logos_schemes_fr.svg'] label span::after {
  content: 'Paiement sécurisé par Payplug';
  font-size: 14px;
  line-height: 19.2px !important;
}

.payment-options label {
  cursor: pointer !important;
}

/* clubs */

/* .my-account-clubs {
    width: 100% !important;
  }
  .my-account-clubs a::before {
    display: none!important;
  }
  .my-account-clubs .my-clubs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
       align-items: stretch!important;
  }
  
  #wrapper .my-account-clubs .my-clubs .club{
    align-self: stretch;
    display: flex !important;
    flex-direction: row !important;
    width: 50% !important;
    align-items: center;
    border-radius: 10px;
    padding: 20px!important;
    border: 1px solid var(--color-secondary)!important;
    gap: 15px;
    color: white;
    background-color: var(--color-secondary)!important;
  }
    #wrapper .my-account-clubs .my-clubs .club:hover{
      background-color:var(--color-action)!important;
      border-color:var(--color-action)!important;
    }
  .my-account-clubs .my-clubs .club .club-image{
    width: 100px;
    object-fit: contain!important;
  }
  .my-account-clubs .my-clubs .club .club-image img{
    object-fit: contain;
    width:100%;
    height: 100% !important;
  }
  .my-account-clubs .my-clubs .club .club-image svg{
    fill:white;
  }
  .club.add-a-new-club svg{
    width: 30px!important;
  } */

/* fin club */

form.ets-cfu-form h3 {
  display: none !important;
}

.ets_cfu_input_acceptance label {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: center !important;
}

.wpcfu-list-item {
  margin-right: 5px !important;
}

.ets_cfu_input_submit {
  display: flex !important;
  justify-content: center !important;
}

.ets_cfu_input_submit input {
  color: white !important;
  background-color: var(--color-action) !important;
  border-radius: var(--border-r-btn) !important;
  padding: 10px 20px !important;
}

.ets_cfu_input_submit input:hover {
  background: var(--color-secondary) !important;
}

.wpcfu .form-control:not(.ets_cfu-file):not(.ets_cfu-select) {
  background: white;
  border: var(--border) !important;
  border-width: var(--border-w-input-form) !important;
  border-color: var(--border-color) !important;
  border-radius: var(--border-radius-s) !important;
  padding: 14px 20px !important;
  height: 50px !important;
}

/* popup carte cadeau */

#gc-success-modal .gcsm-header {
  background-color: var(--color-action);
}

#gc-success-modal .gcsm-cart-summary {
  display: flex;
  flex-direction: column;
}

#gc-success-modal .gcsm-cart-summary > div {
  width: 100%;
}

#gc-success-modal .gcsm-cart-summary button,
#gc-success-modal .gcsm-cart-summary a {
  font-weight: 500 !important;
  padding: 5px !important;
  margin: 0 !important;
  border-radius: var(--border-r-btn);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100% !important;
}

#gc-success-modal .gcsm-cart-summary button {
  background-color: #dddddd;
  margin-bottom: 10px !important;
}

#gc-success-modal .gcsm-cart-summary a {
  background-color: var(--color-action);
}

#gc-success-modal .gcsm-cart-summary button:hover,
#gc-success-modal .gcsm-cart-summary a:hover {
  color: white;
  background-color: var(--color-secondary);
}

#gc-success-modal textarea.form-control.textarea_comment {
  padding: 30px !important;
}

#gc-success-modal .gcsm-body > .row > div > .row {
  display: flex;
  flex-direction: column;
  margin: 0;
}

#gc-success-modal .gcsm-body > .row > div > .row > div {
  padding: 0;
  width: 100% !important;
}

#gc-success-modal .gcsm-body img {
  width: 100% !important;
  margin-bottom: 15px;
}

/* fin */

/* code emballage cadeau */

#checkout #checkout-delivery-step .custom-checkbox > label {
  margin: 0 !important;
}

#checkout #checkout-delivery-step #input_gift:checked ~ label {
  border-color: var(--color-action) !important;
}

#checkout #checkout-delivery-step .custom-checkbox > span {
  position: relative !important;
}

#checkout #checkout-delivery-step span.custom-checkbox {
  border-top: solid 2px var(--border-color);
  align-items: center;
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#checkout #checkout-delivery-step #input_gift ~ label {
  background-color: #f6f6f6;
  border: var(--border);
  border-width: var(--border-width);
  border-color: var(--border-color);
  border-radius: var(--border-radius-m);

  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem !important;

  cursor: pointer;
}

#checkout #checkout-delivery-step span.custom-checkbox label::before {
  content: '';
  position: relative;
  display: inline-block;
  background-color: white;

  inset: unset;
  width: 130px;
  height: 90px;
  margin-right: 15px;

  border-radius: var(--border-radius-s);

  background-image: url('https://objetdecom.fr/img/cms/Accueil/Boite Cadeau.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.hi-gift-wrapper-content h2 {
  font-size: 1rem !important;
  margin: 0px;
}

.hi-gift-wrapper-content .hi-gift-wrapper-item {
  background-color: white;
  border-radius: var(--border-radius-s);
  box-shadow: rgba(149, 157, 165, 0.1) 0px 0px 10px;
  position: relative;
  /* text-align: ; */
}

.hi-gift-wrapper-content .hi-gift-container {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

.hi-gift-wrapper-content .hi-gift-wrapper-item {
  padding-inline: 15px !important;
}

.hi-gift-type {
}

.hi-gift-wrapper-item {
}

.hi-gift-type {
}

.hi-gift-alert {
  background-color: var(--color-action) !important;
  color: white !important;
  border-radius: var(--border-radius-s) !important;
}

.hi-gift-wrapper-content .image-block {
  pointer-events: none;
}

.hi-gift-wrapper-item input:checked ~ label::before {
  content: '' !important;
  display: block !important;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  border: var(--border);
  border-color: var(--color-action);
  border-radius: var(--border-radius-s);
  border-width: var(--border-width);
  margin: 0px !important;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hi-gift-type {
  cursor: pointer;
}

#gift_message {
  background-color: white;
  border: var(--border);
  border-color: var(--border-color);
  border-radius: var(--border-radius-s);
  border-width: var(--border-width);
  margin: 0px !important;
}

.hi-gift-wrapper-item label {
  margin: 0 !important;
}

#checkout #checkout-delivery-step span.custom-checkbox label::after {
  content: '+';

  width: 50px;
  height: 50px;
  aspect-ratio: 1;
  margin-left: 15px;

  font-weight: 500;
  font-size: 24px;
  line-height: 24px;

  display: flex;
  justify-content: center;
  align-items: center;

  border: solid;
  border-color: var(--color-secondary);
  border-width: 2px;
  border-radius: var(--border-r-btn);

  color: var(--color-secondary);
  background-color: white;
}

#checkout #checkout-delivery-step #input_gift:checked ~ label::after {
  content: '-';
  background-color: var(--color-action) !important;
  border-color: var(--color-action);
  color: white;
}

#checkout #checkout-delivery-step .custom-checkbox > span {
  display: none !important;
}

#checkout #checkout-delivery-step .custom-checkbox input[type='checkbox'] + span .checkbox-checked {
  display: block;
  opacity: 0;
}

#checkout #checkout-delivery-step .custom-checkbox input[type='checkbox']:checked + span .checkbox-checked {
  opacity: 1;
}

#checkout #checkout-delivery-step #gift {
  margin: 10px 0;
}

.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  border-top-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
  border-bottom-right-radius: 4px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: 400;
}

@font-face {
  font-family: 'Manrope';
  src: url(../css/895e092292d88717adaa.woff2) format('woff2'), url(../css/83131b9daba3e9a7b2c7.woff) format('woff'),
    url(../css/057cc3c927dc0b2e8dbb.otf) format('truetype');
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: 'Manrope';
  src: url(../css/dce0916af972e3040aa1.woff2) format('woff2'), url(../css/de69cd9e672c81725abc.woff) format('woff'),
    url(../css/29acb3c63123183305b0.otf) format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Manrope';
  src: url(../css/250c120c3f8b2b0bb58e.woff2) format('woff2'), url(../css/c80d4fb11dcc2140b260.woff) format('woff'),
    url(../css/fd2d932b381003546821.otf) format('truetype');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Manrope';
  src: url(../css/a7360927bb3673ed7814.woff2) format('woff2'), url(../css/a8af1233a958bd1e96ed.woff) format('woff'),
    url(../css/40ef5dc59db6eeef1694.otf) format('truetype');
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: 'Manrope';
  src: url(../css/52260854eea2d38939bf.woff2) format('woff2'), url(../css/0f099f4e4d67aeb18ab6.woff) format('woff'),
    url(../css/56b65c6bec8f40445da4.otf) format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Manrope';
  src: url(../css/57a1d494b0e76131f062.woff2) format('woff2'), url(../css/016d41b1da3f1f5aaa44.woff) format('woff'),
    url(../css/4db1ea0d15010c761ee5.otf) format('truetype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Manrope';
  src: url(../css/38fa559ad8e8cbaee0c7.woff2) format('woff2'), url(../css/1e81f33d197ccdb39d4e.woff) format('woff'),
    url(../css/64041bf784575b30a79f.otf) format('truetype');
  font-style: normal;
  font-weight: 200;
}

body,
html {
  font-family: 'Manrope', sans-serif;
}

*,
:after,
:before {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/*!
 * Bootstrap v4.0.0-alpha.5 (https://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
output,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

template {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #24b9d7;
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

samp {
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

dt,
optgroup {
  font-weight: 700;
}

button,
hr,
input {
  overflow: visible;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='1'] > li a,
button,
select {
  text-transform: none;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
  -webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

.page-content.page-cms ul,
dl,
ol,
p,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #f6f6f6;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote,
figure {
  margin: 0 0 1rem;
}

a:focus,
a:hover {
  color: var(--color-action);
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre {
  overflow: auto;
}

[role='button'] {
  cursor: pointer;
}

[role='button'],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #7a7a7a;
  caption-side: bottom;
}

caption,
th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
select,
textarea {
  line-height: inherit;
}

input[type='checkbox']:disabled,
input[type='radio']:disabled {
  cursor: not-allowed;
}

input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

input[type='search'] {
  -webkit-appearance: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: inherit;
}

.h1,
.h2,
.h3 {
  font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  line-height: 1.1;
}

.h5,
.h6 {
  font-weight: 700;
  color: inherit;
}

.h1,
h1 {
  font-size: 1.375rem;
}

.h2,
h2 {
  font-size: 1.3125rem;
}

.h3,
.h4,
h3,
h4 {
  font-size: 1.125rem;
}

.h5,
h5 {
  font-size: 1rem;
}

.h6,
body#checkout section.checkout-step .add-address a i,
h6 {
  font-size: 0.9375rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 3.125rem;
  font-weight: 600;
}

.display-2 {
  font-size: 2.188rem;
  font-weight: 400;
}

.display-3,
.display-4 {
  font-size: 1.563rem;
  font-weight: 400;
}

.display-4 {
  font-size: 1.25rem;
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #f6f6f6;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #f6f6f6;
}

.blockquote-footer::before {
  content: '\2014 \00A0';
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #f6f6f6;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: '';
}

.blockquote-reverse .blockquote-footer::after {
  content: '\00A0 \2014';
}

dl.row > dd + dt {
  clear: left;
}

.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img,
.img-fluid,
.img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #f6f6f6;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

code,
pre code {
  border-radius: 0;
}

code {
  color: #bd4147;
  background-color: #f7f7f9;
}

code,
kbd,
pre {
  font-size: 90%;
}

code,
kbd {
  padding: 0.2rem 0.4rem;
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #363a42;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid::after,
.container::after,
.row::after {
  content: '';
  display: table;
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  float: left;
  width: 8.33333%;
}

.col-xs-2,
.col-xs-3 {
  float: left;
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4,
.col-xs-5 {
  float: left;
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6,
.col-xs-7 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8,
.col-xs-9 {
  float: left;
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.33333%;
}

.col-xs-11 {
  float: left;
  width: 91.66667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

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

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

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

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

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

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #f6f6f6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #f6f6f6;
}

.table tbody + tbody {
  border-top: 2px solid #f6f6f6;
}

.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #f6f6f6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th,
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #dff0d8;
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #d9edf7;
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f2dede;
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.table-inverse,
.thead-inverse th {
  color: #fff;
  background-color: #363a42;
}

.thead-default th {
  color: #7a7a7a;
  background-color: #f6f6f6;
}

.table-inverse {
  color: #f6f6f6;
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
  border-color: #7a7a7a;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
}

.table-reflow thead,
.table-reflow tr {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow td,
.table-reflow th {
  border-top: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
}

.table-reflow td:last-child,
.table-reflow th:last-child {
  border-right: 1px solid #f6f6f6;
}

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #f6f6f6;
}

.table-reflow tr td,
.table-reflow tr th {
  display: block !important;
  border: 1px solid #f6f6f6;
}

.form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border-radius: 0;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f6f6f6;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem - 2px);
}

select.form-control:focus::-ms-value {
  color: #7a7a7a;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.9375rem;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-lg,
.form-control-static.form-control-sm,
.input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: 2.75rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.form-check + .form-check {
  margin-top: -0.25rem;
}

.form-check.disabled .form-check-label {
  color: #7a7a7a;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-check-inline.disabled {
  color: #7a7a7a;
  cursor: not-allowed;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem;
}

.has-success .custom-control,
.has-success .form-check-inline,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #4cbb6c;
}

.has-success .form-control {
  border-color: #4cbb6c;
}

.has-success .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
}

.has-success .input-group-addon {
  color: #4cbb6c;
  border-color: #4cbb6c;
  background-color: #e0f3e5;
}

.has-success .form-control-success {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27#4cbb6c%27 d=%27M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z%27/%3E%3C/svg%3E');
}

.has-warning .custom-control,
.has-warning .form-check-inline,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ff9a52;
}

.has-warning .form-control {
  border-color: #ff9a52;
}

.has-warning .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
}

.has-warning .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: #fff;
}

.has-warning .form-control-warning {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27#ff9a52%27 d=%27M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z%27/%3E%3C/svg%3E');
}

.has-danger .custom-control,
.has-danger .form-check-inline,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #ff4c4c;
}

.has-danger .form-control {
  border-color: #ff4c4c;
}

.has-danger .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
}

.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: #fff;
}

.has-danger .form-control-danger {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27#ff4c4c%27 viewBox=%27-2 -2 7 7%27%3E%3Cpath stroke=%27%23d9534f%27 d=%27M0 0l3 3m0-3L0 3%27/%3E%3Ccircle r=%27.5%27/%3E%3Ccircle cx=%273%27 r=%27.5%27/%3E%3Ccircle cy=%273%27 r=%27.5%27/%3E%3Ccircle cx=%273%27 cy=%273%27 r=%27.5%27/%3E%3C/svg%3E');
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-radius: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  text-decoration: none;
}

.btn.focus {
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary,
.btn-primary:hover {
  color: #fff;
  background-color: #24b9d7;
  border-color: transparent;
}

.btn-primary:hover {
  background-color: #1d93ab;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #1d93ab;
  border-color: transparent;
}

.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d93ab;
  border-color: transparent;
  background-image: none;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #18798d;
  border-color: transparent;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus {
  background-color: #24b9d7;
  border-color: transparent;
}

.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background-color: #24b9d7;
  border-color: transparent;
}

.btn-secondary {
  color: #232323;
  background-color: #f6f6f6;
}

.btn-secondary,
.btn-tertiary {
  border-color: transparent;
}

.btn-secondary:hover,
.btn-tertiary:hover {
  color: #232323;
  background-color: #ddd;
  border-color: transparent;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-tertiary:focus,
.focus.btn-tertiary {
  color: #232323;
  background-color: #ddd;
  border-color: transparent;
}

.active.btn-tertiary,
.btn-secondary.active,
.btn-secondary:active,
.btn-tertiary:active,
.open > .btn-secondary.dropdown-toggle,
.open > .dropdown-toggle.btn-tertiary {
  color: #232323;
  background-color: #ddd;
  border-color: transparent;
  background-image: none;
}

.active.btn-tertiary:focus,
.active.btn-tertiary:hover,
.active.focus.btn-tertiary,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.open > .btn-secondary.dropdown-toggle.focus,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-tertiary:focus,
.open > .dropdown-toggle.btn-tertiary:hover,
.open > .dropdown-toggle.focus.btn-tertiary {
  color: #232323;
  background-color: #cbcbcb;
  border-color: transparent;
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-tertiary:disabled.focus,
.btn-tertiary:disabled:focus,
.disabled.btn-tertiary:focus,
.disabled.focus.btn-tertiary {
  background-color: #f6f6f6;
  border-color: transparent;
}

.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover,
.btn-tertiary:disabled:hover,
.disabled.btn-tertiary:hover {
  background-color: #f6f6f6;
  border-color: transparent;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}

.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info:disabled.focus,
.btn-info:disabled:focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-info.disabled:hover,
.btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-success:hover {
  color: #fff;
  background-color: #3a9a56;
  border-color: #389252;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #3a9a56;
  border-color: #389252;
}

.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3a9a56;
  border-color: #389252;
  background-image: none;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #318047;
  border-color: #256237;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success:disabled.focus,
.btn-success:disabled:focus {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-success.disabled:hover,
.btn-success:disabled:hover {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-warning {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7615;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7615;
}

.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff7c1f;
  border-color: #ff7615;
  background-image: none;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #fa6800;
  border-color: #d25700;
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning:disabled.focus,
.btn-warning:disabled:focus {
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-danger {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff0f0f;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff0f0f;
}

.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1919;
  border-color: #ff0f0f;
  background-image: none;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #f40000;
  border-color: #c00;
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger:disabled.focus,
.btn-danger:disabled:focus {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-primary {
  color: #24b9d7;
  background-image: none;
  background-color: transparent;
  border-color: #24b9d7;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #24b9d7;
  border-color: #24b9d7;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  color: #fff;
  background-color: #24b9d7;
  border-color: #24b9d7;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.open > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #24b9d7;
  border-color: #24b9d7;
}

.btn-outline-primary.active.focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.active:hover,
.btn-outline-primary:active.focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.open > .btn-outline-primary.dropdown-toggle.focus,
.open > .btn-outline-primary.dropdown-toggle:focus,
.open > .btn-outline-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #18798d;
  border-color: #125b6a;
}

.btn-outline-primary.disabled.focus,
.btn-outline-primary.disabled:focus,
.btn-outline-primary:disabled.focus,
.btn-outline-primary:disabled:focus {
  border-color: #79d6e8;
}

.btn-outline-primary.disabled:hover,
.btn-outline-primary:disabled:hover {
  border-color: #79d6e8;
}

.btn-outline-secondary,
.btn-outline-secondary:hover {
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-secondary {
  color: transparent;
  background-image: none;
}

.btn-outline-secondary:hover {
  color: #fff;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.open > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-secondary.active.focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.active:hover,
.btn-outline-secondary:active.focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:active:hover,
.open > .btn-outline-secondary.dropdown-toggle.focus,
.open > .btn-outline-secondary.dropdown-toggle:focus,
.open > .btn-outline-secondary.dropdown-toggle:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-secondary.disabled.focus,
.btn-outline-secondary.disabled:focus,
.btn-outline-secondary:disabled.focus,
.btn-outline-secondary:disabled:focus {
  border-color: transparent;
}

.btn-outline-secondary.disabled:hover,
.btn-outline-secondary:disabled:hover {
  border-color: transparent;
}

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.active,
.btn-outline-info:active,
.open > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-outline-info.active.focus,
.btn-outline-info.active:focus,
.btn-outline-info.active:hover,
.btn-outline-info:active.focus,
.btn-outline-info:active:focus,
.btn-outline-info:active:hover,
.open > .btn-outline-info.dropdown-toggle.focus,
.open > .btn-outline-info.dropdown-toggle:focus,
.open > .btn-outline-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}

.btn-outline-info.disabled.focus,
.btn-outline-info.disabled:focus,
.btn-outline-info:disabled.focus,
.btn-outline-info:disabled:focus {
  border-color: #b0e1ef;
}

.btn-outline-info.disabled:hover,
.btn-outline-info:disabled:hover {
  border-color: #b0e1ef;
}

.btn-outline-success {
  color: #4cbb6c;
  background-image: none;
  background-color: transparent;
  border-color: #4cbb6c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-outline-success.active,
.btn-outline-success:active,
.open > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.btn-outline-success.active.focus,
.btn-outline-success.active:focus,
.btn-outline-success.active:hover,
.btn-outline-success:active.focus,
.btn-outline-success:active:focus,
.btn-outline-success:active:hover,
.open > .btn-outline-success.dropdown-toggle.focus,
.open > .btn-outline-success.dropdown-toggle:focus,
.open > .btn-outline-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #318047;
  border-color: #256237;
}

.btn-outline-success.disabled.focus,
.btn-outline-success.disabled:focus,
.btn-outline-success:disabled.focus,
.btn-outline-success:disabled:focus {
  border-color: #96d7a9;
}

.btn-outline-success.disabled:hover,
.btn-outline-success:disabled:hover {
  border-color: #96d7a9;
}

.btn-outline-warning {
  color: #ff9a52;
  background-image: none;
  background-color: transparent;
  border-color: #ff9a52;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.open > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.btn-outline-warning.active.focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.active:hover,
.btn-outline-warning:active.focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:active:hover,
.open > .btn-outline-warning.dropdown-toggle.focus,
.open > .btn-outline-warning.dropdown-toggle:focus,
.open > .btn-outline-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #fa6800;
  border-color: #d25700;
}

.btn-outline-warning.disabled.focus,
.btn-outline-warning.disabled:focus,
.btn-outline-warning:disabled.focus,
.btn-outline-warning:disabled:focus {
  border-color: #ffd6b8;
}

.btn-outline-warning.disabled:hover,
.btn-outline-warning:disabled:hover {
  border-color: #ffd6b8;
}

.btn-outline-danger {
  color: #ff4c4c;
  background-image: none;
  background-color: transparent;
  border-color: #ff4c4c;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.open > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.btn-outline-danger.active.focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.active:hover,
.btn-outline-danger:active.focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:active:hover,
.open > .btn-outline-danger.dropdown-toggle.focus,
.open > .btn-outline-danger.dropdown-toggle:focus,
.open > .btn-outline-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #f40000;
  border-color: #c00;
}

.btn-outline-danger.disabled.focus,
.btn-outline-danger.disabled:focus,
.btn-outline-danger:disabled.focus,
.btn-outline-danger:disabled:focus {
  border-color: #ffb2b2;
}

.btn-outline-danger.disabled:hover,
.btn-outline-danger:disabled:hover {
  border-color: #ffb2b2;
}

.btn-link {
  font-weight: 400;
  color: #24b9d7;
  border-radius: 0;
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
  background-color: transparent;
}

.btn-link,
.btn-link:active,
.btn-link:focus {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #198195;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
  color: #f6f6f6;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

#order-items table,
#pagenotfound .page-content #search_widget,
#pagenotfound .page-not-found .search-widget input,
#products .page-not-found .search-widget input,
.advertising-block img,
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height;
  transition-property: height;
}

.collapsing,
.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #363a42;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

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

.dropdown-item.active,
.dropdown-item.active:focus,
.dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #24b9d7;
  outline: 0;
}

.dropdown-item.disabled,
.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  color: #f6f6f6;
}

.dropdown-item.disabled:focus,
.dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: 'progid:DXImageTransform.Microsoft.gradient(enabled = false)';
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

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

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: '';
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn {
  float: left;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  margin-bottom: 0;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 2;
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -0.5rem;
}

.btn-toolbar::after {
  content: '';
  display: table;
  clear: both;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 0.5rem;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

.btn .caret {
  margin-left: 0;
}

.btn-group-lg > .btn .caret,
.btn-lg .caret {
  border-width: 0.3em 0.3em 0;
}

.dropup .btn-group-lg > .btn .caret,
.dropup .btn-lg .caret {
  border-width: 0 0.3em 0.3em;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  width: 100%;
  max-width: 100%;
  float: none;
}

.btn-group-vertical > .btn-group::after {
  content: '';
  display: table;
  clear: both;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[data-toggle='buttons'] > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon {
  white-space: nowrap;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #7a7a7a;
  text-align: center;
  background-color: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type='checkbox'],
.input-group-addon input[type='radio'] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.input-group-btn:not(:last-child) > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:hover,
.input-group-btn:not(:first-child) > .btn:active,
.input-group-btn:not(:first-child) > .btn:focus,
.input-group-btn:not(:first-child) > .btn:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  cursor: pointer;
}

.custom-control + .custom-control {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 8 8%27%3E%3Cpath fill=%27#fff%27 d=%27M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z%27/%3E%3C/svg%3E');
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 4%27%3E%3Cpath stroke=%27#fff%27 d=%27M0 2h4%27/%3E%3C/svg%3E');
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3E%3Ccircle r=%273%27 fill=%27#fff%27/%3E%3C/svg%3E');
}

.custom-controls-stacked .custom-control {
  float: left;
  clear: left;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.5rem - 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #7a7a7a;
  vertical-align: middle;
  background: #fff
    url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27%3E%3Cpath fill=%27#333%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/%3E%3C/svg%3E')
    no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #51a7e8;
  outline: 0;
}

.custom-select:focus::-ms-value {
  color: #7a7a7a;
  background-color: #fff;
}

.custom-select:disabled {
  color: #f6f6f6;
  cursor: not-allowed;
  background-color: #f6f6f6;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}

.custom-file-control:lang(en)::after {
  content: 'Choose file...';
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0 0 0 0;
}

.custom-file-control:lang(en)::before {
  content: 'Browse';
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #f6f6f6;
}

.nav-link.disabled,
.nav-link.disabled:focus,
.nav-link.disabled:hover {
  color: #f6f6f6;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-item {
  display: inline-block;
}

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-pills::after,
.nav-tabs::after,
.navbar::after {
  content: '';
  display: table;
  clear: both;
}

.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #f6f6f6 #f6f6f6 #ddd;
}

.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link.disabled:focus,
.nav-tabs .nav-link.disabled:hover {
  color: #f6f6f6;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  color: #7a7a7a;
  background-color: #fff;
  border-color: #ddd #ddd transparent;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-item {
  float: left;
}

.nav-pills .nav-item + .nav-item {
  margin-left: 0.2rem;
}

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0;
}

.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link.active:focus,
.nav-pills .nav-link.active:hover {
  color: #fff;
  cursor: default;
  background-color: #24b9d7;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}

.nav-stacked .nav-item + .nav-item {
  margin-top: 0.2rem;
  margin-left: 0;
}

#checkout #search_widget,
#mobile_top_menu_wrapper .top-menu .collapse-icons .remove,
#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded='true'] .add,
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  padding: 0.5rem 1rem;
}

.navbar-full {
  z-index: 1000;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  line-height: inherit;
}

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

.navbar-divider,
.navbar-text {
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-divider {
  float: left;
  width: 1px;
  margin-right: 1rem;
  margin-left: 1rem;
  overflow: hidden;
}

.navbar-divider::before {
  content: '\00a0';
}

.navbar-text {
  display: inline-block;
}

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  line-height: 1;
  background: no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 0;
}

.breadcrumb::after,
.card-block::after,
.card-footer::after,
.card-header::after,
.modal-footer::after,
.modal-header::after,
.navbar-toggleable-lg::after,
.navbar-toggleable-md::after,
.navbar-toggleable-sm::after,
.navbar-toggleable-xl::after,
.navbar-toggleable-xs::after {
  content: '';
  display: table;
  clear: both;
}

.navbar-toggleable-xl {
  display: block;
}

.navbar-toggleable-xl .navbar-brand {
  display: block;
  float: none;
  margin-top: 0.5rem;
  margin-right: 0;
}

.navbar-toggleable-xl .navbar-nav {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}

.navbar-nav .nav-item + .nav-item,
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .active > .nav-link:focus,
.navbar-light .navbar-nav .active > .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:focus,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.open:focus,
.navbar-light .navbar-nav .nav-link.open:hover,
.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .open > .nav-link:focus,
.navbar-light .navbar-nav .open > .nav-link:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%280,0,0,0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 8h24M4 16h24M4 24h24%27/%3E%3C/svg%3E');
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-toggler {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link:focus,
.navbar-dark .navbar-nav .active > .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.active:focus,
.navbar-dark .navbar-nav .nav-link.active:hover,
.navbar-dark .navbar-nav .nav-link.open,
.navbar-dark .navbar-nav .nav-link.open:focus,
.navbar-dark .navbar-nav .nav-link.open:hover,
.navbar-dark .navbar-nav .open > .nav-link,
.navbar-dark .navbar-nav .open > .nav-link:focus,
.navbar-dark .navbar-nav .open > .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg viewBox=%270 0 32 32%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath stroke=%27rgba%28255,255,255,0.5%29%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 d=%27M4 8h24M4 16h24M4 24h24%27/%3E%3C/svg%3E');
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

.card {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card,
.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.card-header-pills,
.card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #24b9d7;
  border-color: #24b9d7;
}

.card-danger .card-footer,
.card-danger .card-header,
.card-info .card-footer,
.card-info .card-header,
.card-primary .card-footer,
.card-primary .card-header,
.card-success .card-footer,
.card-success .card-header,
.card-warning .card-footer,
.card-warning .card-header {
  background-color: transparent;
}

.card-success {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-warning {
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.card-danger {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.card-outline-primary,
.card-outline-secondary {
  background-color: transparent;
  border-color: #24b9d7;
}

.card-outline-secondary {
  border-color: transparent;
}

.card-outline-info,
.card-outline-success {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  border-color: #4cbb6c;
}

.card-outline-danger,
.card-outline-warning {
  background-color: transparent;
  border-color: #ff9a52;
}

.card-outline-danger {
  border-color: #ff4c4c;
}

.card-inverse .card-footer,
.card-inverse .card-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
  color: #fff;
}

.card-inverse .card-blockquote .blockquote-footer,
.card-inverse .card-link,
.card-inverse .card-subtitle,
.card-inverse .card-text {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus,
.card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  border-radius: calc(0 - 1px);
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0 - 1px);
  border-top-left-radius: calc(0 - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #f6f6f6;
  border-radius: 0;
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #f6f6f6;
  content: '/';
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #f6f6f6;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
}

.page-item {
  display: inline;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #24b9d7;
  border-color: #24b9d7;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:focus,
.page-item.disabled .page-link:hover {
  color: #f6f6f6;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #24b9d7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #198195;
  background-color: #f6f6f6;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}

.tag:empty {
  display: none;
}

.btn .tag {
  position: relative;
  top: -1px;
}

a.tag:focus,
a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.tag-default {
  background-color: #f6f6f6;
}

.tag-default[href]:focus,
.tag-default[href]:hover {
  background-color: #ddd;
}

.tag-primary {
  background-color: #24b9d7;
}

.tag-primary[href]:focus,
.tag-primary[href]:hover {
  background-color: #1d93ab;
}

.tag-success {
  background-color: #4cbb6c;
}

.tag-success[href]:focus,
.tag-success[href]:hover {
  background-color: #3a9a56;
}

.tag-info {
  background-color: #5bc0de;
}

.tag-info[href]:focus,
.tag-info[href]:hover {
  background-color: #31b0d5;
}

.tag-warning {
  background-color: #ff9a52;
}

.tag-warning[href]:focus,
.tag-warning[href]:hover {
  background-color: #ff7c1f;
}

.tag-danger {
  background-color: #ff4c4c;
}

.tag-danger[href]:focus,
.tag-danger[href]:hover {
  background-color: #ff1919;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f6f6f6;
  border-radius: 0.3rem;
}

.jumbotron-hr {
  border-top-color: #ddd;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 2.5rem;
}

.alert-dismissible .close {
  position: relative;
  top: -0.125rem;
  right: -1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: var(--color-action);
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: rgba(255, 154, 82, 0.3);
  border-color: #ff9a52;
  color: #232323;
}

.alert-warning hr {
  border-top-color: #ff8b39;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.progress[value='100']::-moz-progress-bar {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.progress[value='100']::-webkit-progress-value {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0;
}

.progress[value],
base::-moz-progress-bar {
  background-color: #eee;
  border-radius: 0;
}

.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}

.progress-animated[value]::-webkit-progress-value {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-success[value]::-webkit-progress-value {
  background-color: #4cbb6c;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #4cbb6c;
}

.progress-success[value]::-ms-fill {
  background-color: #4cbb6c;
}

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

.progress-warning[value]::-webkit-progress-value {
  background-color: #ff9a52;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #ff9a52;
}

.progress-warning[value]::-ms-fill {
  background-color: #ff9a52;
}

.progress-danger[value]::-webkit-progress-value {
  background-color: #ff4c4c;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #ff4c4c;
}

.progress-danger[value]::-ms-fill {
  background-color: #ff4c4c;
}

.media,
.media-body {
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list,
ul {
  padding-left: 0;
  list-style: none;
}

#wrapper .breadcrumb ol,
.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #f6f6f6;
  cursor: not-allowed;
  background-color: #f6f6f6;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #f6f6f6;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #24b9d7;
  border-color: #24b9d7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #d0f1f7;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #333;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-danger .list-group-item-heading,
a.list-group-item-info .list-group-item-heading,
a.list-group-item-success .list-group-item-heading,
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading,
button.list-group-item-info .list-group-item-heading,
button.list-group-item-success .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: var(--color-action);
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: var(--color-action);
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: var(--color-action);
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: var(--color-action);
  border-color: var(--color-action);
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

.modal,
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.bs-tether-element-attached-bottom,
.tooltip.tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.bs-tether-element-attached-bottom .tooltip-inner::before,
.tooltip.tooltip-top .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: '';
  border-width: 5px 5px 0;
  border-top-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-left,
.tooltip.tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bs-tether-element-attached-left .tooltip-inner::before,
.tooltip.tooltip-right .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: '';
  border-width: 5px 5px 5px 0;
  border-right-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-top,
.tooltip.tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.bs-tether-element-attached-top .tooltip-inner::before,
.tooltip.tooltip-bottom .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: '';
  border-width: 0 5px 5px;
  border-bottom-color: #ff4c4c;
}

.tooltip.bs-tether-element-attached-right,
.tooltip.tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.bs-tether-element-attached-right .tooltip-inner::before,
.tooltip.tooltip-left .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: '';
  border-width: 5px 0 5px 5px;
  border-left-color: #ff4c4c;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #ff4c4c;
  border-radius: 0;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover.bs-tether-element-attached-bottom,
.popover.popover-top {
  margin-top: -10px;
}

.popover.bs-tether-element-attached-bottom::after,
.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::after,
.popover.popover-top::before {
  left: 50%;
  border-bottom-width: 0;
}

.popover.bs-tether-element-attached-bottom::before,
.popover.popover-top::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-bottom::after,
.popover.popover-top::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.bs-tether-element-attached-left,
.popover.popover-right {
  margin-left: 10px;
}

.popover.bs-tether-element-attached-left::after,
.popover.bs-tether-element-attached-left::before,
.popover.popover-right::after,
.popover.popover-right::before {
  top: 50%;
  border-left-width: 0;
}

.popover.bs-tether-element-attached-left::before,
.popover.popover-right::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-left::after,
.popover.popover-right::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom {
  margin-top: 10px;
}

.popover.bs-tether-element-attached-top::after,
.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::after,
.popover.popover-bottom::before {
  left: 50%;
  border-top-width: 0;
}

.popover.bs-tether-element-attached-top::before,
.popover.popover-bottom::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-top::after,
.popover.popover-bottom::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.bs-tether-element-attached-top .popover-title::before,
.popover.popover-bottom .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: '';
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-tether-element-attached-right,
.popover.popover-left {
  margin-left: -10px;
}

.popover.bs-tether-element-attached-right::after,
.popover.bs-tether-element-attached-right::before,
.popover.popover-left::after,
.popover.popover-left::before {
  top: 50%;
  border-right-width: 0;
}

.popover.bs-tether-element-attached-right::before,
.popover.popover-left::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-tether-element-attached-right::after,
.popover.popover-left::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0.2375rem 0.2375rem 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::after,
.popover::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: '';
  border-width: 11px;
}

.popover::after {
  content: '';
  border-width: 10px;
}

.carousel,
.carousel-inner,
.search-widget form {
  position: relative;
}

.carousel-inner {
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .carousel-item > a > img,
.carousel-inner > .carousel-item > img {
  line-height: 1;
}

#mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded='true'] .remove,
#mobile_top_menu_wrapper .top-menu .collapse.in,
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in,
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-control,
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .active.left,
.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev::before {
  content: '\2039';
}

.carousel-control .icon-next::before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  border-color: #7a7a7a;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  background-color: #24b9d7 !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #1d93ab !important;
}

.bg-success {
  background-color: #4cbb6c !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #3a9a56 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #ff9a52 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #ff7c1f !important;
}

.bg-danger {
  background-color: #ff4c4c !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #ff1919 !important;
}

.bg-inverse {
  background-color: #363a42 !important;
}

a.bg-inverse:focus,
a.bg-inverse:hover {
  background-color: #1f2126 !important;
}

.rounded {
  border-radius: 0;
}

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

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

.rounded-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.rounded-circle {
  border-radius: 50%;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

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

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

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

.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

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

.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

.m-1 {
  margin: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

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

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

.m-2 {
  margin: 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.5rem !important;
}

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

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

.m-3 {
  margin: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}

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

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

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

.p-1 {
  padding: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

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

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

.p-2 {
  padding: 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.5rem !important;
}

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

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

.p-3 {
  padding: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3rem !important;
}

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

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

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #7a7a7a !important;
}

a.text-muted:focus,
a.text-muted:hover {
  color: #616161 !important;
}

.text-primary {
  color: #24b9d7 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #1d93ab !important;
}

.text-success {
  color: #4cbb6c !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #3a9a56 !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #31b0d5 !important;
}

.text-warning {
  color: #ff9a52 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #ff7c1f !important;
}

.text-danger {
  color: #ff4c4c !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #ff1919 !important;
}

.text-gray-dark {
  color: #363a42 !important;
}

a.text-gray-dark:focus,
a.text-gray-dark:hover {
  color: #1f2126 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xl-down,
.hidden-xs-up,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../css/479700ea91d964d295d7.eot);
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../css/12a47ed5fd5585f0f422.woff2) format('woff2'),
    url(../css/f2a0933406f783065152.woff) format('woff'), url(../css/00b1fb69fb78ff50fd55.ttf) format('truetype');
}

.material-icons {
  display: inline-block;
  width: 1em;
  height: 1em;
  font-family: 'Material Icons', Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}

body,
html {
  height: 100%;
}

.material-icons,
body {
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.25em;
}

#header .top-menu a[data-depth='0']:hover,
a:hover {
  color: #24b9d7;
  text-decoration: none;
}

.page-content.page-cms ul,
p {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #7a7a7a;
}

.custom-checkbox input[type='checkbox'] + span.color,
.variant-links .color,
label .color {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0.3125rem 0.5rem 0.3125rem 0.3125rem;
  cursor: pointer;
  background-size: contain;
  border: 1px solid #979797;
}

.custom-checkbox input[type='checkbox'] + span.color.active,
.custom-checkbox input[type='checkbox'] + span.color:hover,
.variant-links .color.active,
.variant-links .color:hover,
label .color.active,
label .color:hover {
  border: 2px solid #232323;
}

.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
  border: 1px solid #979797;
}

.h1,
.h2,
.h3 {
  text-transform: uppercase;
}

.h1,
.h2,
.h3,
.h4,
body {
  color: #232323;
}

.h4 {
  font-weight: 700;
}

.btn-primary,
.btn-secondary {
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-primary .material-icons,
.btn-secondary .material-icons,
.btn-tertiary .material-icons {
  margin-right: 0.625rem;
}

.btn-tertiary {
  padding: 0.25rem;
  margin: 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #7a7a7a;
  text-transform: lowercase;
  background-color: #f7f7f7;
}

.btn-tertiary .material-icons,
body#checkout section.checkout-step .step-edit .edit {
  font-size: 1rem;
}

.btn-tertiary:hover {
  border: 1px solid rgba(35, 35, 35, 0.2);
}

.btn-unstyle {
  padding: 0;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}

.btn-unstyle:focus {
  outline: 0;
}

.block_newsletter form input[type='text']:focus + button .search,
.btn-unstyle:focus .expand-more,
.search-widget form input[type='text']:focus + button .search {
  color: #24b9d7;
}

.card {
  border: 0;
}

.label,
label {
  font-size: 0.875rem;
  color: #232323;
  text-align: right;
}

small.label,
small.value {
  font-size: 0.8125rem;
}

.form-control-label {
  padding-top: 0.625rem;
}

.form-control {
  padding: 0.5rem 1rem;
  color: #7a7a7a;
  background: #f6f6f6;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.form-control:focus {
  color: #232323;
  background-color: #fff;
  outline: 0.1875rem solid #24b9d7;
}

.input-group,
body#checkout .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group.focus {
  outline: 0.1875rem solid #24b9d7;
}

.input-group .form-control:focus {
  outline: 0;
}

.input-group .input-group-btn {
  display: block;
  width: auto;
}

.input-group .input-group-btn > .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0.25rem 1rem;
  margin-left: 0;
  font-size: 0.6875rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group .input-group-btn > .btn[data-action='show-password'] {
  padding: 0.78rem 1rem;
  background: #7a7a7a;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #7a7a7a;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #7a7a7a;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #7a7a7a;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #7a7a7a;
}

input:active::-webkit-input-placeholder,
textarea:active::-webkit-input-placeholder {
  color: #232323;
}

input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
  color: #232323;
}

input:active:-ms-input-placeholder,
textarea:active:-ms-input-placeholder {
  color: #232323;
}

input:active:-moz-placeholder,
textarea:active:-moz-placeholder {
  color: #232323;
}

.form-control-select {
  height: 2.625rem;
  padding: 0 0.5rem;
  background: #f6f6f6
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=)
    no-repeat right 0.5rem center/1.25rem 1.25rem;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.form-control-valign {
  padding-top: 0.5rem;
}

.form-control-comment {
  padding-top: 0.5rem;
  font-size: 0.875rem;
  color: #7a7a7a;
}

.form-control-submit.disabled {
  color: #fff;
  background: #5bc0de;
}

.form-group.has-error input,
.form-group.has-error select {
  outline: 0.1875rem solid #ff4c4c;
}

.form-group.has-error .help-block {
  color: #ff4c4c;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='1'],
.group-span-filestyle label,
.page-order-detail #order-infos ul,
body#checkout section.checkout-step hr {
  margin: 0;
}

.bootstrap-touchspin .group-span-filestyle .btn-touchspin,
.group-span-filestyle .bootstrap-touchspin .btn-touchspin,
.group-span-filestyle .btn-default {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #24b9d7;
  border-radius: 0;
}

.bootstrap-touchspin {
  display: inline-block;
  float: left;
  width: auto;
}

.bootstrap-touchspin input:focus {
  outline: 0;
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
  float: left;
  width: 3rem;
  height: 2.5rem;
  padding: 0.175rem 0.5rem;
  color: #232323;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.bootstrap-touchspin .btn-touchspin {
  height: 1.3125rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

#order-items table tr.total-value,
.bootstrap-touchspin .btn-touchspin:hover {
  background-color: #f6f6f6;
}

.bootstrap-touchspin .input-group-btn-vertical {
  float: left;
  width: auto;
  color: #232323;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-up::after {
  content: '\E5CE';
}

.bootstrap-touchspin .input-group-btn-vertical .touchspin-down::after {
  content: '\E5CF';
}

.bootstrap-touchspin .input-group-btn-vertical i {
  top: 0.0625rem;
  left: 0.1875rem;
  font-size: 0.9375rem;
}

.radio-inline .custom-radio {
  margin-right: 0.5rem;
}

.radio-inline:first-of-type {
  margin-right: 1rem;
}

form section .form-informations {
  display: inline-block;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  color: #232323;
}

form section .form-informations-option,
form section .form-informations-title {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

form .form-control-label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #232323;
}

.custom-radio {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 0.5rem;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: #979797 1px solid;
  border-radius: 50%;
}

.custom-radio input[type='radio'] {
  cursor: pointer;
  opacity: 0;
}

.custom-radio input[type='radio']:checked + span {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #24b9d7;
  border-radius: 50%;
}

.custom-checkbox input[type='checkbox']:focus + span,
.custom-radio input[type='radio']:focus + span {
  border-color: #7a7a7a;
}

.custom-checkbox {
  position: relative;
  word-break: break-word;
}

.custom-checkbox input[type='checkbox'] {
  position: absolute;
  width: 18px;
  height: 18px;
  margin-top: 0.25rem;
  cursor: pointer;
  opacity: 0;
}

.custom-checkbox input[type='checkbox'] + span {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.5rem;
  vertical-align: middle;
  pointer-events: none;
  cursor: pointer;
  border: 1px #979797 solid;
}

.custom-checkbox input[type='checkbox'] + span .checkbox-checked {
  display: none;
  margin: -0.125rem;
  font-size: 1.25rem;
  color: #232323;
}

.custom-checkbox input[type='checkbox']:checked + span .checkbox-checked {
  display: block;
}

.custom-checkbox label,
body#checkout #delivery > label,
body#checkout section.checkout-step #customer-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label,
body#checkout section.checkout-step #login-form .form-control-label {
  text-align: left;
}

.text-muted {
  font-size: 0.875rem;
}

.done {
  display: inline-block;
  padding: 0 0.8125rem;
  margin-right: 1.563rem;
  color: #4cbb6c;
}

.thumb-mask > .mask {
  position: relative;
  width: 3.438rem;
  height: 3.438rem;
  margin: 0.625rem 0;
  overflow: hidden;
  border: #f6f6f6 1px solid;
}

.thumb-mask > .mask img {
  width: 55px;
  height: 55px;
}

.definition-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.definition-list dl dt {
  font-weight: 500;
}

.definition-list dl dd,
.definition-list dl dt {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding: 0.625rem;
  margin: 0.125rem;
  background: #f6f6f6;
}

.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even),
.product-features > dl.data-sheet dd.value:nth-of-type(even),
.product-features > dl.data-sheet dt.name:nth-of-type(even) {
  background: #f6f6f6;
}

.help-block {
  margin-top: 0.625rem;
}

.btn.disabled,
.btn.disabled:hover {
  color: #ddd;
  background: #f6f6f6;
  opacity: 1;
}

.alert-warning .material-icons {
  padding-top: 0.3125rem;
  margin-right: 0.625rem;
  font-size: 2rem;
  color: #ff9a52;
}

.alert-warning .alert-text {
  padding-top: 0.625rem;
  font-size: 0.9375rem;
}

.alert-warning .alert-link {
  padding: 0.3125rem 1.25rem;
  margin-left: 0.625rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6c868e;
  border-width: 2px;
  border-radius: 2px;
}

.alert-warning ul li:last-child .alert-link {
  color: #fff;
}

.alert-warning .warning-buttons {
  margin-top: 0.3125rem;
}

.btn-tertiary-outline {
  color: #6c868e;
  background-color: transparent;
  background-image: none;
  border: 0.15rem solid #6c868e;
  border-color: #6c868e;
}

.btn-tertiary-outline:hover {
  color: #bbcdd2;
  border-color: #bbcdd2;
}

.alert {
  font-size: 0.8125rem;
}

.nav-item .nav-link,
.nav-item .nav-separtor {
  font-weight: 600;
  color: #7a7a7a;
}

#mobile_top_menu_wrapper .top-menu,
.nav-item .nav-link.active,
.nav-item .nav-separtor.active,
.page-addresses .address .address-footer a:hover,
body#checkout,
body#checkout section.checkout-step .add-address a {
  color: #232323;
}

.separator {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.25);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (30px * 2));
}

.popover {
  font-family: inherit;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.ui-autocomplete.ui-front {
  z-index: 999;
}

.ps-alert-error {
  margin-bottom: 0;
}

.ps-alert-error .item {
  background-color: #ff4c4c;
}

.ps-alert-error .item,
.ps-alert-success .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
  border: 2px #ff4c4c solid;
}

.ps-alert-error .item i,
.ps-alert-success .item i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 15px #ff4c4c solid;
}

.ps-alert-error .item i svg {
  width: 24px;
  height: 24px;
  background-color: #ff4c4c;
}

.ps-alert-success .item i svg {
  width: 24px;
  height: 24px;
}

.page-content.page-cms .ps-alert-error .item ul,
.page-content.page-cms .ps-alert-success .item ul,
.ps-alert-error .item .page-content.page-cms ul,
.ps-alert-error .item p,
.ps-alert-success .item .page-content.page-cms ul,
.ps-alert-success .item p {
  width: 100%;
  padding: 18px 20px;
  margin: 0;
  background-color: #fff;
}

.ps-alert-success {
  padding: 0.25rem 0.25rem 2.75rem;
}

.ps-alert-success .item,
.ps-alert-success .item i {
  border-color: #4cbb6c;
}

.ps-alert-success .item,
.ps-alert-success .item i svg {
  background-color: #4cbb6c;
}

#mobile_top_menu_wrapper .js-top-menu-bottom a,
.dropdown,
body#checkout section.checkout-step small {
  color: #7a7a7a;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type='submit'] .search:hover,
.top-menu .sub-menu a:hover {
  color: #24b9d7;
}

.dropdown .expand-more {
  color: #232323;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown .active {
  max-height: 200px;
  overflow-y: hidden;
  visibility: visible;
}

.dropdown select {
  color: #232323;
  background: #fff;
  border: 0;
  outline: 0;
  -moz-appearance: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #24b9d7;
  text-decoration: none;
  background: 0 0;
}

.page-not-found .search-widget form,
.search-widget,
body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
}

.block_newsletter form input[type='text'],
.search-widget form input[type='text'] {
  min-width: 255px;
  padding: 10px;
  color: #7a7a7a;
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.search-widget form input[type='text']:focus {
  color: #232323;
  background: #fff;
  outline: 3px #24b9d7 solid;
}

.block_newsletter form button[type='submit'],
.search-widget form button[type='submit'] {
  position: absolute;
  right: 0.125rem;
  bottom: 0.3125rem;
  color: #7a7a7a;
  background: 0 0;
  border: 0;
}

.header-top .search-widgets form input[type='text'] {
  width: 100%;
  min-width: inherit;
  color: #9b9b9b;
  background: #f6f6f6;
}

.header-top .search-widgets form input[type='text']:focus {
  background: #fff;
}

.header-top .search-widgets form button[type='submit'] {
  top: 50%;
  bottom: inherit;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-top #search_widget input {
  padding-right: 1rem;
}

.top-menu[data-depth='1'] {
  margin: 0.625rem;
}

.top-menu[data-depth='0'] {
  margin-bottom: 0;
}

.top-menu a:not([data-depth='0']) {
  display: block;
  padding: 0.625rem;
  font-weight: 400;
  color: #7a7a7a;
}

.top-menu a.dropdown-submenu {
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
}

.top-menu a[data-depth='0'] {
  padding: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
}

.top-menu a[data-depth='1'],
.top-menu a[data-depth='2'] {
  padding: 0 0.625rem 0.625rem 0;
}

.top-menu .collapse {
  display: inherit;
}

.top-menu .sub-menu {
  z-index: 18;
  width: calc(100% - 30px);
  min-width: calc(100% - 30px);
  margin-left: 0.9375rem;
  border: 0;
  -webkit-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.top-menu .sub-menu,
.top-menu .sub-menu.collapse {
  visibility: hidden;
  opacity: 0;
}

#_desktop_top_menu .top-menu[data-depth='0'] li:hover .sub-menu,
.top-menu .sub-menu.collapse.in {
  visibility: visible;
  opacity: 1;
}

.top-menu .sub-menu ul[data-depth='1'] > li {
  float: left;
  margin: 0 1.25rem;
}

.top-menu .popover {
  max-width: inherit;
  border-radius: 0;
}

.popover.bs-tether-element-attached-top,
body#checkout #header .header-nav #_desktop_contact_link #contact-link,
body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
  margin-top: 0;
}

#mobile_top_menu_wrapper {
  padding: 15px;
  background: #fff;
}

#mobile_top_menu_wrapper #top-menu,
#order-details ul li {
  margin-bottom: 0.625rem;
}

#mobile_top_menu_wrapper .top-menu .navbar-toggler {
  display: inline-block;
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu a[data-depth='0'] {
  padding: 0.625rem;
  border-bottom: 1px solid #f6f6f6;
}

#mobile_top_menu_wrapper .top-menu .collapse,
#mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
  display: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu {
  position: static;
  z-index: inherit;
  display: block;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='0'] > li {
  border-bottom: 1px solid #7a7a7a;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='1'] > li {
  float: none;
  margin: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul,
body#checkout section.checkout-step #customer-form .radio-inline,
body#checkout section.checkout-step #delivery-address .radio-inline,
body#checkout section.checkout-step #invoice-address .radio-inline,
body#checkout section.checkout-step #login-form .radio-inline {
  padding: 0;
}

#mobile_top_menu_wrapper .top-menu .sub-menu li > a {
  padding: 0.625rem;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='2'] li a {
  padding-left: 1.25rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='3'] li a {
  padding-left: 2.5rem;
}

#mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth='4'] li a {
  padding-left: 3.75rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom #contact-link,
#mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector,
#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
  padding: 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector,
.active_filters ul,
.pagination .page-list li,
body#checkout section.checkout-step .radio-field label {
  display: inline;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
  padding: 0 0.625rem;
}

#mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
}

body#checkout #header .header-nav {
  max-height: none;
  padding: 0.9375rem 0;
  margin-bottom: 0;
  border: 0;
}

body#checkout #header .header-nav .logo {
  width: auto;
  max-height: 4.375rem;
}

body#checkout .cart-grid-right .card {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body#checkout .cart-grid-right .card .cart-total {
  background-color: inherit;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
  padding: 1rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line {
  margin-bottom: 0;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .label {
  font-size: 1rem;
  font-weight: 400;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line .value {
  font-size: 1rem;
  font-weight: 600;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container .cart-summary-line:not(:last-child) {
  margin-bottom: 0.825rem;
}

body#checkout .custom-checkbox > label {
  padding-left: 1.5rem;
}

body#checkout .custom-checkbox span {
  position: absolute;
  top: 0.025rem;
  left: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  margin-top: 0.1rem;
}

body#checkout a:hover {
  color: #1a8196;
}

body#checkout section#content {
  margin-bottom: 1.563rem;
}

body#checkout .container {
  min-height: 100%;
}

body#checkout section.checkout-step {
  padding: 0.625rem;
  background-color: #fff;
}

#block-reassurance li:last-child,
body#checkout section.checkout-step:last-child {
  border: 0;
}

body#checkout section.checkout-step .step-title {
  padding-bottom: 1.25rem;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}

body#checkout section.checkout-step.-current + .checkout-step .step-title {
  padding-top: 1.25rem;
  border-top: 1px solid #ddd;
}

body#checkout section.checkout-step.-complete:first-of-type .step-title {
  padding-top: 0.625rem;
}

body#checkout section.checkout-step .content {
  padding: 0 2.313rem;
  padding-top: 1rem;
}

body#checkout section.checkout-step .step-edit {
  font-weight: 500;
  text-transform: lowercase;
}

body#checkout section.checkout-step .not-allowed,
body#checkout section.checkout-step.-unreachable .step-title {
  cursor: not-allowed;
  opacity: 0.5;
}

body#checkout section.checkout-step .content,
body#checkout section.checkout-step .done,
body#checkout section.checkout-step .step-edit,
body#checkout section.checkout-step.-current.-reachable.-complete .done,
body#checkout section.checkout-step.-current.-reachable.-complete .step-edit,
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
  display: none;
}

body#checkout section.checkout-step.-current .step-title {
  cursor: default;
}

body#checkout section.checkout-step.-current.-reachable.-complete .step-number,
body#checkout section.checkout-step.-reachable.-current .step-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.js-payment-binary.disabled .accept-cgv,
body#checkout section.checkout-step.-current .content,
body#checkout section.checkout-step.-current.-reachable.-complete .content {
  display: block;
}

body#checkout section.checkout-step.-reachable.-current .step-number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  margin-right: 0.65rem;
  font-size: 1rem;
  color: #fff;
  vertical-align: middle;
  background-color: #00c062;
  border: 0;
  border-radius: 50%;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  display: block;
  float: right;
  margin-right: 0.125rem;
  color: #7a7a7a;
  cursor: pointer;
}

.js-payment-binary,
.js-payment-binary .accept-cgv,
body#checkout section.checkout-step.-reachable.-complete .content {
  display: none;
}

body#checkout section.checkout-step .default-input {
  min-width: 40%;
}

body#checkout section.checkout-step .default-input[name='address1'],
body#checkout section.checkout-step .default-input[name='address2'] {
  min-width: 60%;
}

body#checkout section.checkout-step .radio-field {
  margin-top: 1.875rem;
}

body#checkout section.checkout-step .checkbox-field div {
  margin-top: 3.75rem;
}

body#checkout section.checkout-step .select-field div {
  padding: 0.625rem 3.125rem;
  background: #f6f6f6;
}

.block-promo .promo-code form,
.page-order table thead th,
.page-order-detail #order-products.return td.qty .select select,
body#checkout #order-summary-content .summary-selected-carrier .logo-container,
body#checkout section.checkout-step .form-footer {
  text-align: center;
}

body#checkout section.checkout-step #conditions-to-approve {
  padding-top: 1rem;
}

body#checkout section.checkout-step .payment-options label {
  display: table-cell;
}

body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 0.5rem;
}

.page-order-detail .messages .message > div,
body#checkout section.checkout-step .payment-options .payment-option {
  margin-bottom: 0.5rem;
}

body#checkout section.checkout-step .step-number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #232323;
  border-radius: 50%;
}

body#checkout section.checkout-step .address-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body#checkout section.checkout-step .address-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  margin-bottom: 0.625rem;
  background: #f6f6f6;
  border: 3px solid transparent;
}

body#checkout section.checkout-step .address-item > header {
  min-height: 11.7rem;
}

body#checkout section.checkout-step .address-item.selected {
  background: #fff;
  border: #24b9d7 3px solid;
}

body#checkout section.checkout-step .address-alias {
  display: inline-block;
  margin-bottom: 0.625rem;
  font-weight: 600;
}

body#checkout section.checkout-step .address {
  margin-left: 1.563rem;
  font-weight: 500;
}

body#checkout section.checkout-step .radio-block {
  padding: 0.9375rem;
  text-align: left;
  cursor: pointer;
}

body#checkout section.checkout-step .custom-radio input[type='radio'] {
  width: 1.25rem;
  height: 1.25rem;
}

body#checkout section.checkout-step .delete-address,
body#checkout section.checkout-step .edit-address {
  display: inline-block;
  margin: 0 0.3125rem;
  color: #7a7a7a;
}

body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
  font-size: 1rem;
}

body#checkout section.checkout-step .address-footer {
  padding: 0.625rem;
  text-align: center;
}

body#checkout section.checkout-step #delivery-addresses,
body#checkout section.checkout-step #invoice-addresses,
body#checkout section.checkout-step .add-address {
  margin-top: 1.25rem;
}

body#checkout section.checkout-step .delivery-options > .row {
  border-right: 0.1rem solid #c3c3c3;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
  min-height: 80px;
  padding: 0.9375rem 0;
  margin-bottom: 0.9375rem;
  background: #f6f6f6;
}

body#checkout section.checkout-step .delivery-options .delivery-option,
body#checkout section.checkout-step .delivery-options .delivery-option .carrier,
body#checkout section.checkout-step .delivery-options .delivery-option label > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body#checkout section.checkout-step .delivery-options .delivery-option label {
  margin-bottom: 0;
  text-align: inherit;
}

body#checkout section.checkout-step .delivery-options .delivery-option label .carrier {
  margin-left: 0;
}

body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option
  label
  .carrier:not(.carrier-hasLogo)
  > .col-xs-12 {
  padding-left: calc(33.33333% + 15px);
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container img,
body#checkout section.checkout-step .delivery-options .delivery-option img {
  width: 3.125rem;
}

body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name {
  display: inline-block;
  margin-bottom: 0;
  text-align: left;
  word-break: break-word;
}

body#checkout section.checkout-step #customer-form,
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address,
body#checkout section.checkout-step #login-form {
  margin-top: 1.563rem;
  margin-left: 0.3125rem;
}

body#checkout #cart-summary-product-list,
body#checkout section.checkout-step .sign-in {
  font-size: 0.875rem;
}

body#checkout section.checkout-step .forgot-password {
  margin-left: 14.38rem;
}

body#checkout .additional-information {
  margin-top: 1.25rem;
  margin-left: 2.875rem;
  font-size: 0.875rem;
}

body#checkout .condition-label {
  padding-left: 1.625rem;
  margin-top: 0.625rem;
}

body#checkout .condition-label label {
  text-align: inherit;
}

body#checkout .cancel-address {
  display: block;
  margin: 0.625rem;
  color: #7a7a7a;
  text-decoration: underline;
}

body#checkout .modal-content {
  padding: 1.25rem;
  background-color: #f6f6f6;
}

body#checkout #cart-summary-product-list img {
  width: 3.125rem;
  border: #f6f6f6 1px solid;
}

.table-labeled td,
.table-labeled th,
body#checkout #cart-summary-product-list .media-body {
  vertical-align: middle;
}

body#checkout #order-summary-content {
  padding-top: 0.9375rem;
}

body#checkout #order-summary-content h4.h4 {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  color: #232323;
}

body#checkout #order-summary-content h4.black {
  color: #000;
}

body#checkout #order-summary-content h4.addresshead {
  margin-top: 0.1875rem;
}

body#checkout #order-summary-content .noshadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body#checkout #order-summary-content #order-items {
  border-right: 0;
}

body#checkout #order-summary-content #order-items h3.h3 {
  margin-top: 1.25rem;
  color: #232323;
}

body#checkout #order-summary-content #order-items table tr:first-child td {
  border-top: 0;
}

body#checkout #order-summary-content .order-confirmation-table {
  padding: 1rem;
  margin-bottom: 2rem;
  background-color: #fff;
  border: 3px solid #e5e5e5;
  border-radius: 0;
}

body#checkout #order-summary-content .summary-selected-carrier {
  padding: 1rem;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
}

body#checkout #order-summary-content .step-edit {
  display: inline;
  color: #7a7a7a;
}

body#checkout #order-summary-content .step-edit:hover {
  cursor: pointer;
}

#history .orders .order a h3,
body#checkout #order-summary-content a .step-edit {
  color: #7a7a7a;
}

body#checkout #delivery,
body#checkout #gift_message {
  max-width: 100%;
  border-color: #232323;
}

body#checkout #delivery textarea,
body#checkout #gift_message textarea {
  max-width: 100%;
  margin-bottom: 10px;
}

body#checkout #footer {
  padding: 0.9375rem;
  color: #7a7a7a;
  background: #fff;
}

body.shop-8#checkout #footer,
body.shop-9#checkout #footer {
  background: transparent !important;
}

body#checkout #hook-display-after-carrier {
  margin-top: 20px;
}

body#checkout #hook-display-after-carrier > [class^='col'] {
  display: inline-block;
  float: inherit;
}

body#checkout #hook-display-after-carrier > [class^='col'].links .row > [class^='col'] {
  width: auto;
}

#order-details {
  padding-left: 1.3rem;
  margin-top: 1.25rem;
}

#order-details > .card-title {
  margin-bottom: 1.875rem;
}

#order-details ul {
  margin-bottom: 1.25rem;
}

#order-items {
  border-right: #f6f6f6 1px solid;
}

#order-items .h3,
.page-addresses .address .address-footer a i,
.page-addresses .addresses-footer a i,
.page-footer .account-link i {
  font-size: 1rem;
}

#order-items hr {
  border-top-color: #232323;
}

#order-items table tr {
  height: 1.875rem;
}

#order-items table tr td {
  padding: 0.5rem;
  font-size: 0.875rem;
}

#order-items table tr td:last-child {
  text-align: right;
}

#order-items table tr.taxes td {
  text-align: left;
}

#order-items table tr.taxes td .value {
  padding-top: 0;
}

#order-items .order-line {
  margin-top: 1rem;
}

#order-items .image img {
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid gray-lighter;
}

#order-items .details,
#order-items .qty {
  margin-bottom: 1rem;
}

#order-items .details .customizations {
  margin-top: 0.625rem;
}

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 1rem;
}

.js-payment-binary.disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.js-payment-binary.disabled::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  content: '';
}

.table-labeled .label {
  padding: 0.25rem 0.375rem;
  margin: 0.125rem;
  font-size: inherit;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  border-radius: 3px;
}

.page-order .table {
  margin-bottom: 0;
}

.page-order table td,
.page-order table th {
  padding: 0.5rem;
}

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0;
}

#authentication .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#authentication .custom-checkbox span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0.9375rem;
  flex: 0 0 0.9375rem;
}

#authentication .custom-checkbox label {
  padding-left: 0.625rem;
}

#authentication .radio-inline,
#identity .radio-inline {
  padding: 0;
}

#authentication .radio-inline .custom-radio,
#identity .radio-inline .custom-radio {
  margin-right: 0;
}

.page-customer-account #content {
  padding: 1rem;
  background: #fff;
  font-size: 0.875rem;
  color: #7a7a7a;
}

.page-customer-account #content .order-actions a {
  padding: 0 0.125rem;
}

.page-customer-account #content .forgot-password {
  padding-bottom: 0.9375rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  text-align: center;
}

.page-customer-account #content .no-account {
  font-size: 1rem;
  text-align: center;
}

.page-authentication #content,
.page-registration #content {
  padding: 1rem;
  background: #fff;
  max-width: 640px;
  margin: 0 auto;
}

.page-addresses .address {
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  color: #232323;
  background: #fff;
  z-index: 1;
  position: relative;
}

#return-form .btn {
  background-color: var(--color-action);
  border-radius: 50px;
  margin-top: 1rem;
}

#order-return-infos h3,
#return-form h3 {
  color: black !important;
}

.page-addresses .address .address-body {
  padding: 1rem;
}

.page-addresses .address .address-body h4,
.page-order-detail .addresses h4,
.page-order-detail h3 {
  font-size: 1rem;
  font-weight: 700;
}

.page-addresses .address .address-body address {
  min-height: 9rem;
}

.page-addresses .address .address-footer {
  padding: 0.5rem 1rem;
  border-top: 1px solid #7a7a7a;
}

.page-addresses .address .address-footer a {
  margin-right: 0.5rem;
  color: #7a7a7a;
}

.page-addresses .address .address-footer a span {
  font-size: 0.9375rem;
  vertical-align: middle;
}

.page-addresses .addresses-footer {
  margin: 0 0.9375rem;
}

#order-return-infos .thead-default th,
.page-my-account #content .links a:hover {
  color: #232323;
}

.page-addresses .addresses-footer a span {
  margin-top: 0.625rem;
  font-size: 1rem;
  vertical-align: middle;
}

.page-order-detail #content {
  font-size: 0.875rem;
}

.page-order-detail .box {
  padding: 1rem;
  background: #fff;
  margin-bottom: 1rem;
}

.page-order-detail h3 {
  margin-bottom: 1rem;
  color: #232323;
  text-transform: uppercase;
}

.page-order-detail #order-history .history-lines .history-line {
  padding: 0.5rem 0;
  border-bottom: 1px solid #f6f6f6;
}

.page-order-detail #order-history .history-lines .history-line:last-child {
  border-bottom: 0;
}

#history .orders .order .label,
.page-order-detail #order-history .history-lines .history-line .label {
  display: inline-block;
  padding: 0.25rem 0.375rem;
  margin: 0.25rem 0;
  color: #fff;
  border-radius: 3px;
}

.page-order-detail .addresses {
  margin: 0 -0.9375rem;
}

.page-order-detail #order-products.return {
  margin-bottom: 1rem;
}

.page-order-detail #order-products.return th.head-checkbox {
  width: 30px;
}

.page-order-detail #order-products.return td {
  padding: 1.375rem 0.75rem;
}

.page-order-detail #order-products.return td.qty {
  min-width: 125px;
}

.page-order-detail #order-products.return td.qty .current {
  float: left;
  width: 30%;
  padding-right: 0.5rem;
  text-align: right;
}

.page-order-detail #order-products.return td.qty .select {
  float: left;
  width: 70%;
  padding-left: 0.25rem;
  margin: -0.625rem 0;
}

.page-order-detail .order-items {
  padding: 0 !important;
}

.page-order-detail .order-items .order-item {
  padding: 1rem 1rem 0;
  border-bottom: 1px solid #f6f6f6;
}

.page-order-detail .order-items .order-item .checkbox {
  float: left;
  width: 30px;
  padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .content {
  float: left;
  width: calc(100% - 30px);
  padding: 0 0.9375rem;
}

.page-order-detail .order-items .order-item .desc,
.page-order-detail .order-items .order-item .qty {
  margin-bottom: 1rem;
}

#blockcart-modal .cart-content .page-content.page-cms ul .label,
#blockcart-modal .cart-content .page-content.page-cms ul .value,
#blockcart-modal .cart-content p .label,
#blockcart-modal .cart-content p .value,
.page-content.page-cms #blockcart-modal .cart-content ul .label,
.page-content.page-cms #blockcart-modal .cart-content ul .value,
.page-order-detail .order-items .order-item .desc .name {
  font-weight: 600;
}

.page-order-detail .order-items .order-item .qty .q,
.page-order-detail .order-items .order-item .qty .s {
  margin-bottom: 0.25rem;
}

.page-order-detail .messages .message {
  margin-top: 0.5rem;
  border-bottom: 1px solid #f6f6f6;
}

#history .orders .order:last-child,
.page-order-detail .messages .message:last-child {
  border-bottom: 0;
}

#order-return-infos .customization,
.page-order-detail .customization {
  margin-top: 0.75rem;
}

.page-my-account #content .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-my-account #content .links a {
  display: inline-block;
  padding: 0 0.9375rem;
  margin-bottom: 1.875rem;
  font-size: 1rem;
  font-weight: 700;
  color: #7a7a7a;
  text-align: center;
  text-transform: uppercase;
}

.page-my-account #content .links a span.link-item {
  display: block;
  height: 100%;
  padding: 1rem;
  background: #fff;
}

.page-my-account #content .links a i {
  display: block;
  width: 100%;
  padding-bottom: 3.4rem;
  font-size: 2.6rem;
  color: #232323;
}

#history .orders {
  margin: 0 -1rem;
}

#history .orders .order {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f6f6f6;
}

.page-footer .account-link {
  margin-right: 1rem;
}

.page-footer .account-link span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.login-form {
  margin-top: 15px;
}

.forgotten-password {
  padding: 4px;
}

.forgotten-password .form-fields .center-email-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.forgotten-password .form-fields .center-email-fields button,
.forgotten-password .form-fields .email input {
  height: 38px;
}

.forgotten-password .form-fields .email {
  width: 430px;
  padding-right: 0;
  padding-left: 0;
}

.forgotten-password .form-fields label.required {
  width: 130px;
}

.send-renew-password-link {
  padding-right: 10px;
  padding-left: 10px;
}

.shop-8 .page-password .send-renew-password-link,
.shop-9 .page-password .send-renew-password-link {
  color: white;
}

.renew-password {
  margin-left: 10px;
}

.renew-password .email {
  padding-bottom: 30px;
}

.renew-password [type='submit'] {
  margin-left: 50px;
}

.carousel {
  margin-bottom: 1.5rem;
}

.carousel .direction {
  z-index: auto;
}

.carousel .carousel-inner {
  height: 340px;
}

.carousel .carousel-item {
  height: 100%;
}

.carousel .carousel-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.carousel .carousel-item .caption {
  position: absolute;
  bottom: 28px;
  left: 90px;
  max-width: 340px;
  color: #fff;
}

.carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
.carousel .carousel-item .caption .caption-description p,
.page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
  font-size: 1rem;
  color: #fff;
}

.carousel .carousel-item .caption .caption-description h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.carousel .carousel-item .caption .display-1 {
  font-size: 3rem;
  font-weight: 700;
}

.carousel .carousel-item figure {
  display: inline-block;
  margin: 0;
}

.carousel .carousel-control {
  opacity: 1;
}

.lang-rtl #products .all-product-link .material-icons,
.lang-rtl .carousel .carousel-control .icon-next .material-icons,
.lang-rtl .carousel .carousel-control .icon-prev .material-icons,
.lang-rtl .featured-products .all-product-link .material-icons,
.lang-rtl .product-accessories .all-product-link .material-icons {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.carousel .carousel-control .icon-next::before,
.carousel .carousel-control .icon-prev::before {
  content: '';
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
  font-size: 3.125rem;
  color: #fff;
}

.carousel .carousel-control .icon-prev {
  left: 1rem;
}

.carousel .carousel-control .icon-next {
  right: 2rem;
}

.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background: 0 0;
}

.carousel-indicators .active {
  background-color: #7a7a7a;
}

#products .products,
.featured-products .products,
.product-accessories .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
  margin: 2.5rem 0;
  font-weight: 500;
  text-align: center;
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  clear: both;
  font-weight: 500;
  color: #7a7a7a;
}

.product-miniature,
.product-miniature .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-miniature .product {
  padding: 0;
  margin: 0 0.8125rem;
}

.page-index .product-miniature .product,
.page-search .product-miniature .product {
  width: 25%;
  min-width: 250px;
}

/* start shop 9 page-search */

.page-search #wrapper {
  background: transparent !important;
  color: white !important;
}

.page-search #wrapper h1,
.page-search #wrapper p,
.page-search #wrapper nav.breadcrumb span {
  color: white !important;
}

/* end shop 9 page-search */

.product-miniature .product-thumbnail {
  display: block;
}

.product-miniature .product-title a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #7a7a7a;
  text-align: center;
  text-decoration: none;
}

.product-miniature .thumbnail-container {
  position: relative;
  height: auto;
  margin-bottom: 1.563rem;
  overflow: hidden;
  background: #fff;
}

.product-miniature .thumbnail-container:focus .highlighted-informations,
.product-miniature .thumbnail-container:hover .highlighted-informations {
  top: calc(100% - 4.4rem);
}

.product-miniature .thumbnail-container:focus .highlighted-informations::after,
.product-miniature .thumbnail-container:hover .highlighted-informations::after {
  opacity: 1;
}

.product-miniature .thumbnail-container:focus .highlighted-informations.no-variants,
.product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
  top: calc(100% - 2.5rem);
}

.product-miniature .thumbnail-container:focus .product-description::after,
.product-miniature .thumbnail-container:hover .product-description::after {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  content: '';
  border-top: #7a7a7a 1px solid;
  opacity: 0.25;
}

.product-miniature .thumbnail-container .product-thumbnail {
  position: relative;
  height: calc(100% - 70px);
}

.product-miniature .thumbnail-container .product-thumbnail img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.product-miniature .product-title {
  margin-top: 0.7rem;
  text-align: center;
  text-transform: capitalize;
}

.product-miniature .product-price-and-shipping {
  font-weight: 700;
  color: #232323;
  text-align: center;
}

.product-miniature .product-price-and-shipping .discount-product {
  display: none;
}

.product-miniature .variant-links {
  position: relative;
  top: -0.25em;
  width: 100%;
  min-height: 2.5rem;
  padding-top: 0.1875rem;
  text-align: center;
  background: #fff;
}

.product-miniature .thumbnail-top {
  position: relative;
  overflow: hidden;
}

.product-miniature .highlighted-informations {
  position: absolute;
  top: 100%;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.product-miniature .highlighted-informations .quick-view {
  font-size: 1rem;
  color: #7a7a7a;
}

.product-miniature .highlighted-informations .quick-view:hover {
  color: #24b9d7;
}

.product-miniature .product-description {
  position: relative;
  bottom: 0;
  height: auto;
  padding: 0.25rem 0.25rem 0.7rem;
  background: #fff;
}

.product-miniature .product-flags li.product-flag {
  min-width: 3.125rem;
  min-height: 1.875rem;
  font-weight: 600;
}

.product-miniature .product-flags li.product-flag.online-only {
  top: 13.1rem;
}

.product-miniature .comments_note {
  color: #7a7a7a;
  text-align: center;
}

.product-miniature .regular-price {
  display: inline-block;
  font-size: 0.875rem;
  color: #7a7a7a;
  text-decoration: line-through;
}

.product-miniature .count {
  position: relative;
  bottom: 0.5rem;
  font-weight: 700;
  color: #7a7a7a;
}

#custom-text {
  padding: 3.125rem;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 2px;
}

#custom-text h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #232323;
  text-transform: uppercase;
}

#custom-text .page-content.page-cms ul,
#custom-text p,
.page-content.page-cms #custom-text ul {
  font-size: 0.875rem;
  font-weight: 400;
  color: #232323;
}

#custom-text .page-content.page-cms ul .dark,
#custom-text p .dark,
.page-content.page-cms #custom-text ul .dark {
  font-size: 1.125rem;
  font-weight: 600;
  color: #232323;
}

#custom-text img {
  max-width: 100%;
  height: 100%;
}

.page-content.page-cms {
  padding: 1.25rem;
  text-align: justify;
  background: #fff;
}

.page-content.page-cms .cms-box img {
  max-width: 100%;
}

.page-content.page-cms ul {
  list-style: disc inside none;
}

#products {
  color: #7a7a7a;
}

#products .products-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#products .up {
  margin-bottom: 1rem;
}

#products .up .btn-secondary,
#products .up .btn-tertiary {
  color: #7a7a7a;
  text-transform: inherit;
}

#products .up .btn-secondary .material-icons,
#products .up .btn-tertiary .material-icons {
  margin-right: 0;
}

.block-category {
  min-height: 13.75rem;
  margin-bottom: 1.563rem;
}

.block-category h1 {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.block-category .block-category-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.block-category .block-category-inner #category-description .page-content.page-cms ul,
.block-category .block-category-inner #category-description p,
.page-content.page-cms .block-category .block-category-inner #category-description ul {
  font-weight: 400;
  margin-bottom: 0;
  color: #232323;
  word-break: break-word;
}

.block-category .block-category-inner #category-description strong {
  font-weight: 400;
  color: #7a7a7a;
}

.block-category .block-category-inner #category-description .page-content.page-cms ul:first-child,
.block-category .block-category-inner #category-description p:first-child,
.page-content.page-cms .block-category .block-category-inner #category-description ul:first-child {
  margin-bottom: 1.25rem;
}

.block-category .block-category-inner .category-cover img {
  width: 141px;
  height: 180px;
}

.products-selection .sort-by-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.products-selection .sort-by {
  margin-right: -0.9375rem;
  margin-left: 0.9375rem;
  text-align: right;
  word-break: break-word;
  white-space: normal;
}

.products-selection .total-products,
.products-selection h1 {
  padding-top: 0.625rem;
}

.page-content.page-cms .products-selection ul,
.page-content.page-cms .products-selection ul .select-title,
.page-content.page-cms .products-selection ul .sort-by,
.products-selection .page-content.page-cms ul,
.products-selection .page-content.page-cms ul .select-title,
.products-selection .page-content.page-cms ul .sort-by,
.products-selection .sort-by-row,
.products-selection .sort-by-row .select-title,
.products-selection .sort-by-row .sort-by,
.products-selection p,
.products-selection p .select-title,
.products-selection p .sort-by {
  font-size: 0.875rem;
}

.page-content.page-cms .products-selection ul .select-title i,
.page-content.page-cms .products-selection ul .sort-by i,
.page-content.page-cms .products-selection ul i,
.products-selection .page-content.page-cms ul .select-title i,
.products-selection .page-content.page-cms ul .sort-by i,
.products-selection .page-content.page-cms ul i,
.products-selection .sort-by-row .select-title i,
.products-selection .sort-by-row .sort-by i,
.products-selection .sort-by-row i,
.products-selection p .select-title i,
.products-selection p .sort-by i,
.products-selection p i {
  height: inherit;
  line-height: inherit;
}

.products-selection .filter-button .btn-secondary,
.products-selection .filter-button .btn-tertiary {
  padding: 0.75rem 0.5rem 0.6875rem;
}

.brands-sort,
.products-sort-order,
.suppliers-sort {
  color: #7a7a7a;
}

.brands-sort .select-title,
.products-sort-order .select-title,
.suppliers-sort .select-title {
  display: inline-block;
  width: 100%;
  padding: 0.625rem;
  color: #232323;
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.brands-sort .select-list,
.products-sort-order .select-list,
.suppliers-sort .select-list {
  display: block;
  padding: 0.625rem 1.25rem;
  color: #232323;
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
  color: #fff;
  text-decoration: none;
  background: #24b9d7;
}

.brands-sort .dropdown-menu,
.products-sort-order .dropdown-menu,
.suppliers-sort .dropdown-menu {
  left: auto;
  width: 16.88rem;
  margin: 0;
  background: #f6f6f6;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.facet-dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  color: #7a7a7a;
  background: #f6f6f6;
  border: 3px solid transparent;
  -webkit-box-shadow: 1px 1px 1px 1px #f6f6f6;
  box-shadow: 1px 1px 1px 1px #f6f6f6;
}

.facet-dropdown.open {
  border: 0;
}

.facet-dropdown.open > .select-title {
  background: #f6f6f6;
  border: 3px solid #24b9d7;
}

.facet-dropdown .select-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.625rem 0.625rem 0.625rem 1.25rem;
  margin-left: 0;
  color: #232323;
  cursor: pointer;
  background: #f6f6f6;
}

.facet-dropdown .select-title > i {
  margin-left: auto;
}

.facet-dropdown .select-list {
  display: block;
  padding: 0.625rem 1.25rem;
  color: #232323;
  background: #f6f6f6;
}

.facet-dropdown .select-list:hover {
  color: #fff;
  text-decoration: none;
  background: #24b9d7;
}

.facet-dropdown .dropdown-menu {
  left: auto;
  width: 100%;
  padding: 0;
  margin-top: 3px;
  background: #f6f6f6;
  border: 0;
  -webkit-box-shadow: 1px 1px 1px 1px #f6f6f6;
  box-shadow: 1px 1px 1px 1px #f6f6f6;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
  background: #fff;
}

#search_filters > .h6,
#search_filters_brands > .h6,
#search_filters_suppliers > .h6 {
  font-size: 1.5rem;
  font-weight: 500;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding-top: 0.625rem;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse {
  display: block;
}

#search_filters .facet .facet-title,
#search_filters_brands .facet .facet-title,
#search_filters_suppliers .facet .facet-title {
  font-size: 1rem;
  color: #232323;
}

#product-modal .modal-content .modal-body .image-caption .page-content.page-cms ul,
#product-modal .modal-content .modal-body .image-caption p,
#search_filters .facet .facet-label,
#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label,
.page-content.page-cms #product-modal .modal-content .modal-body .image-caption ul,
.social-sharing ul {
  margin-bottom: 0;
}

#search_filters .facet .facet-label a,
#search_filters_brands .facet .facet-label a,
#search_filters_suppliers .facet .facet-label a {
  display: inline-block;
  margin-top: 0.4375rem;
  font-size: 0.9375rem;
  color: #232323;
}

#search_filters_brands .facet,
#search_filters_suppliers .facet {
  padding-top: 0;
}

#search_filters_brands .facet .facet-label,
#search_filters_suppliers .facet .facet-label {
  margin-bottom: 0.3125rem;
}

.pagination {
  width: 100%;
  font-size: 0.875rem;
}

.pagination > div:first-child {
  padding-left: 0;
  line-height: 2.5rem;
}

.pagination .page-list {
  padding: 0.375rem;
  margin-bottom: 0;
  background: #fff;
}

.pagination a {
  font-weight: 600;
  color: #000;
}

.pagination a:not(.previous):not(.next) {
  letter-spacing: 0.125rem;
}

.pagination .previous {
  float: left;
}

.pagination .next {
  float: right;
}

.pagination .disabled {
  color: #7a7a7a;
}

.pagination .current a {
  font-size: 1.25rem;
  color: #24b9d7;
  text-decoration: none;
}

.active_filters {
  padding: 0.625rem 1.875rem 0;
  margin-bottom: 1.25rem;
  background: #dededd;
}

.active_filters .active-filter-title {
  display: inline;
  margin-right: 0.625rem;
  font-weight: 600;
}

.active_filters .filter-block {
  display: inline-block;
  padding: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
  color: #232323;
  background: #fff;
}

.active_filters .filter-block .close {
  margin-top: 0.1875rem;
  margin-left: 0.3125rem;
  font-size: 0.9375rem;
  color: #232323;
  opacity: 1;
}

.block-categories {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
  background: #fff;
}

.block-categories .h6 {
  font-size: 1.5rem;
  font-weight: 500;
}

.block-categories .category-sub-menu {
  margin-top: 1rem;
}

.block-categories .category-sub-menu .category-sub-link {
  font-size: 0.875rem;
}

.block-categories .category-sub-menu li {
  position: relative;
}

.block-categories .category-sub-menu li[data-depth='1'],
.product-prices div {
  margin-bottom: 0.625rem;
}

.block-categories .category-sub-menu li[data-depth='0'] > a {
  display: inline-block;
  width: 100%;
  padding-bottom: 0.1875rem;
  margin: 0.3125rem 0 0;
  font-weight: 600;
}

.block-categories .category-sub-menu li:not([data-depth='0']):not([data-depth='1']) {
  padding-left: 0.3125rem;
}

.block-categories .category-sub-menu li:not([data-depth='0']):not([data-depth='1'])::before {
  margin-right: 0.3125rem;
  content: '-';
}

.block-categories a,
.facets-title {
  color: #232323;
}

.block-categories .collapse-icons {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  cursor: pointer;
}

.block-categories .collapse-icons .remove,
.block-categories .collapse-icons[aria-expanded='true'] .add {
  display: none;
}

.block-categories .collapse-icons[aria-expanded='true'] .remove {
  display: block;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
  color: #24b9d7;
}

.block-categories .arrows .arrow-down,
.block-categories .arrows .arrow-right {
  margin-left: 2px;
  font-size: 0.875rem;
  cursor: pointer;
}

.block-categories .arrows .arrow-down,
.block-categories .arrows[aria-expanded='true'] .arrow-right {
  display: none;
}

#manufacturer #main ul .brand-infos a,
.block-categories .arrows[aria-expanded='true'] .arrow-down {
  display: inline-block;
}

.advertising-block {
  margin-bottom: 1.563rem;
}

#subcategories {
  margin-bottom: 20px;
  border-top: 1px solid #f6f6f6;
}

#subcategories .subcategory-heading {
  margin-bottom: 20px;
  font-weight: 500;
}

#subcategories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -10px;
}

#subcategories ul li {
  width: calc(100% / 4 - 20px);
  min-width: 200px;
  margin: 10px;
  text-align: center;
}

#subcategories ul li .subcategory-image {
  padding: 0 0 8px;
}

#subcategories ul li .subcategory-image a {
  display: block;
  padding: 9px;
  border: 1px solid #f6f6f6;
}

#subcategories ul li .subcategory-image a img {
  max-width: 100%;
  vertical-align: top;
}

#subcategories ul li .subcategory-name {
  text-transform: uppercase;
}

#subcategories ul li .cat_desc {
  display: none;
}

#subcategories ul li:hover .subcategory-image a {
  padding: 5px;
  border: 5px solid #24b9d7;
}

#product #content {
  position: relative;
  max-width: 452px;
  margin: 0 auto;
}

.product-price {
  display: inline-block;
  max-width: 100%;
  color: #24b9d7;
}

#blockcart-modal,
#product-description-short {
  color: #232323;
}

#product-description-short ol,
#product-description-short ul {
  padding-left: 0;
  list-style-position: inside;
}

#product-description-short ol li,
#product-description-short ul li,
.product-information .product-description ol li,
.product-information .product-description ul li {
  font-size: 0.9375rem;
  color: #7a7a7a;
}

.product-information {
  font-size: 0.9375rem;
  color: #232323;
}

.product-information .manufacturer-logo {
  max-height: 4rem;
  margin-bottom: 1rem;
  border: 2px solid #f6f6f6;
}

.product-information .product-description img {
  max-width: 100%;
  height: auto;
}

.product-information .product-description ol,
.product-information .product-description ul {
  padding-left: 0.75rem;
  list-style-position: inside;
}

#product-description-short ul,
.product-information .product-description ul {
  list-style-type: disc;
}

.input-color {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
  opacity: 0;
}

.input-container {
  position: relative;
}

.input-radio {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid #232323;
}

.radio-label {
  display: inline-block;
  padding: 0.125rem 0.625rem;
  font-weight: 600;
  background: #fff;
  border: 2px solid #fff;
}

.product-actions .control-label {
  display: block;
  width: 100%;
  margin-bottom: 0.375rem;
}

.product-actions .add-to-cart {
  height: 2.75rem;
  padding-top: 0.625rem;
  line-height: inherit;
}

.product-actions .add-to-cart .material-icons {
  line-height: inherit;
}

.product-actions .product-add-to-cart {
  word-wrap: break-word;
}

.block-social ul,
.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-quantity .add,
.product-quantity .qty {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  margin-bottom: 0.5rem;
}

.product-quantity .qty {
  margin-right: 0.4rem;
}

.product-quantity #quantity_wanted {
  width: 3rem;
  height: 2.75rem;
  padding: 0.175rem 0.5rem;
  color: #232323;
  background-color: #fff;
}

.product-quantity .input-group-btn-vertical {
  width: auto;
}

.product-quantity .input-group-btn-vertical .btn {
  padding: 0.5rem 0.6875rem;
}

.product-quantity .input-group-btn-vertical .btn i {
  top: 0.125rem;
  left: 0.1875rem;
  font-size: 1rem;
}

.product-quantity .btn-touchspin {
  height: 1.438rem;
}

.product-discounts {
  margin-bottom: 1.5rem;
}

.product-discounts > .product-discounts-title {
  font-size: 0.875rem;
  font-weight: 600;
}

.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding: 0.625rem 1.25rem;
  text-align: center;
  background: #fff;
  border: 0.3125rem #f6f6f6 solid;
}

.product-discounts > .table-product-discounts tbody tr {
  background: #f6f6f6;
}

.product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
  background: #fff;
}

.product-discounts > .table-product-discounts tbody tr td {
  padding: 0.625rem 1.25rem;
  text-align: center;
  border: 0.3125rem #f6f6f6 solid;
}

.product-prices {
  margin-top: 1.25rem;
}

.product-prices .tax-shipping-delivery-label {
  font-size: 0.8125rem;
  color: #7a7a7a;
  word-wrap: break-word;
}

.product-prices .tax-shipping-delivery-label .delivery-information {
  padding: 0 0 0 2px;
  font-weight: 700;
}

.product-prices .tax-shipping-delivery-label .delivery-information::before {
  padding: 0 2px 0 0;
  content: '-';
}

.product-customization small,
.product-discount {
  color: #7a7a7a;
}

.product-discount .regular-price {
  margin-right: 0.625rem;
  font-weight: 500;
  text-decoration: line-through;
}

.has-discount .page-content.page-cms ul,
.has-discount p,
.has-discount.product-price,
.page-content.page-cms .has-discount ul {
  color: #f39d72;
}

.has-discount .discount {
  display: inline-block;
  padding: 0.3125rem 0.625rem;
  margin-left: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  background: #f39d72;
}

.has-discount .product-unit-price,
.product-unit-price {
  margin-bottom: 0;
  overflow: hidden;
  font-size: 0.8125rem;
  color: #7a7a7a;
  text-overflow: ellipsis;
}

.tabs {
  padding: 1.25rem 1.875rem;
  margin-top: 2rem;
  background: #fff;
}

.tabs .tab-pane {
  padding-top: 1.25rem;
}

.tabs .nav-tabs {
  border: 0;
  border-bottom: #f6f6f6 2px solid;
}

.tabs .nav-tabs .nav-link {
  color: #7a7a7a;
  border: 0 solid transparent;
}

.tabs .nav-tabs .nav-link.active {
  color: #24b9d7;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border: 0;
  border-bottom: #24b9d7 3px solid;
}

.tabs .nav-tabs .nav-item {
  float: left;
  margin-bottom: -0.125rem;
}

.product-cover {
  position: relative;
  margin-bottom: 1.25rem;
}

#product-modal .modal-content .modal-body .product-cover-modal,
.product-cover img {
  background: #fff;
}

.product-cover .layer {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.product-cover .layer:hover {
  opacity: 1;
}

.product-cover .layer .zoom-in {
  font-size: 3.125rem;
  color: #fff;
}

#product-modal .modal-content {
  padding: 0;
  background: 0 0;
  border: 0;
}

#product-modal .modal-content .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -35%;
}

#product-modal .modal-content .modal-body .image-caption {
  width: 100%;
  padding: 0.625rem 1.25rem;
  background: #fff;
  border-top: #f6f6f6 1px solid;
}

#product-modal .modal-content .modal-body .thumbnails,
.block_newsletter form {
  position: relative;
}

#product-modal .modal-content .modal-body .mask {
  position: relative;
  z-index: 1;
  max-height: 49.38rem;
  margin-top: 2.188rem;
  overflow: hidden;
}

#product-modal .modal-content .modal-body .mask.nomargin {
  margin-top: 0;
}

#product-modal .modal-content .modal-body .product-images img {
  width: 9.25rem;
  cursor: pointer;
  background: #fff;
}

#product-modal .modal-content .modal-body .product-images img:hover {
  border: #24b9d7 3px solid;
}

#product-modal .modal-content .modal-body .arrows {
  position: absolute;
  top: 0;
  right: 1.875rem;
  z-index: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#product-modal .modal-content .modal-body .arrows .arrow-up {
  position: absolute;
  top: -2rem;
  opacity: 0.2;
}

#product-modal .modal-content .modal-body .arrows .arrow-down {
  position: absolute;
  bottom: -2rem;
}

#product-modal .modal-content .modal-body .arrows i {
  display: inline;
  font-size: 6.25rem;
}

#blockcart-modal .modal-header,
#product #block-reassurance {
  background: #fff;
}

#blockcart-modal .modal-header .close {
  opacity: 1;
}

#blockcart-modal .modal-header .close .material-icons {
  color: #363a42;
}

#blockcart-modal .modal-body {
  padding: 3.125rem 1.875rem;
  background: #fff;
}

#blockcart-modal .modal-body .divide-right span {
  display: inline-block;
  margin-bottom: 0.3125rem;
}

#blockcart-modal .modal-dialog {
  width: 100%;
  max-width: 1140px;
}

#blockcart-modal .product-image {
  display: block;
  width: 100%;
  max-width: 9.375rem;
  margin: 0 0 0 auto;
}

#blockcart-modal .modal-title {
  font-size: 1rem;
  font-weight: 400;
  color: #353943;
}

#blockcart-modal .modal-title i.material-icons {
  margin-right: 1.875rem;
  color: #4cbb6c;
}

#blockcart-modal .product-name {
  font-size: 1.125rem;
  color: #24b9d7;
}

#blockcart-modal .product-price {
  display: block;
  color: #363a42;
}

#blockcart-modal .cart-content .btn,
#stores .page-stores .store-item-footer li {
  margin-bottom: 0.625rem;
}

#blockcart-modal .cart-content .page-content.page-cms ul,
#blockcart-modal .cart-content p,
.page-content.page-cms #blockcart-modal .cart-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0.5rem;
  color: #363a42;
}

#blockcart-modal .cart-content .page-content.page-cms ul.product-total,
#blockcart-modal .cart-content p.product-total,
.page-content.page-cms #blockcart-modal .cart-content ul.product-total {
  padding: 0.5rem;
  background-color: #f6f6f6;
}

#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count,
#blockcart-modal .cart-content p.cart-products-count,
.page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
  font-size: 1rem;
  font-weight: 600;
  color: #6c868e;
}

#blockcart-modal .cart-content .page-content.page-cms ul.product-tax,
#blockcart-modal .cart-content p.product-tax,
.page-content.page-cms #blockcart-modal .cart-content ul.product-tax {
  display: inherit;
  font-size: 0.875rem;
}

#blockcart-modal .cart-content .cart-content-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#blockcart-modal .cart-content .cart-content-btn button {
  margin-right: 0.9rem;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
  white-space: inherit;
}

#blockcart-modal .divide-right {
  border-right: 1px solid #dbdbdb;
}

#wrapper .breadcrumb li,
.product-images > li.thumb-container {
  display: inline;
}

.product-images > li.thumb-container .thumb {
  margin-bottom: 0.625rem;
  cursor: pointer;
}

.images-container .product-images > li.thumb-container .thumb {
  margin-right: 0.8125rem;
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover {
  border: #24b9d7 3px solid;
}

#main .images-container .js-qv-mask {
  overflow: hidden;
  white-space: nowrap;
}

#main .images-container .js-qv-mask.scroll {
  width: calc(100% - 60px);
  margin: 0 auto;
}

.scroll-box-arrows {
  display: none;
}

.scroll-box-arrows.scroll {
  display: block;
}

.scroll-box-arrows i {
  position: absolute;
  bottom: 1.625rem;
  height: 100px;
  line-height: 100px;
  cursor: pointer;
}

.scroll-box-arrows .left {
  left: 0;
}

.scroll-box-arrows .right {
  right: 0;
}

#product-availability {
  display: inline;
  margin-top: 0.625rem;
  font-weight: 700;
}

#product-availability .material-icons {
  line-height: inherit;
}

#product-availability .product-available {
  color: #4cbb6c;
}

#product-availability .product-last-items,
#product-availability .product-unavailable {
  color: #ff9a52;
}

#product-details .label {
  font-size: 1rem;
  font-weight: 500;
  color: #232323;
}

.product-features {
  margin-top: 1.25rem;
  margin-left: 0.3125rem;
}

.product-features > dl.data-sheet,
.product-flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-features > dl.data-sheet {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  min-height: 2.5rem;
  padding: 0.625rem;
  margin-right: 0.625rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  text-transform: capitalize;
  word-break: normal;
  background: #f6f6f6;
}

.product-customization .product-customization-item,
.product-variants > .product-variants-item {
  margin: 1.25rem 0;
}

.product-variants > .product-variants-item select {
  width: auto;
  padding-right: 1.875rem;
  background-color: #fff;
}

.product-variants > .product-variants-item ul li {
  margin-right: 0.625rem;
}

.product-variants > .product-variants-item .color {
  margin-top: 0;
  margin-left: 0;
}

.product-flags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: none;
}

.product-flags li.product-flag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 0.4375rem;
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  word-break: break-word;
  pointer-events: auto;
  background: #24b9d7;
}

.product-flags li.product-flag.online-only {
  position: absolute;
  top: 25rem;
  right: 0;
  z-index: 1;
  margin-top: 0;
  font-size: 0.8125rem;
}

.product-flags li.product-flag.online-only::before {
  margin: 0.3125rem;
  font-family: 'Material Icons', Arial, sans-serif;
  vertical-align: middle;
  content: '\E30A';
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
  background-color: #f39d72;
}

.product-flags li.product-flag.on-sale {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
  margin-top: 0 !important;
  text-align: center;
  background: #f39d72;
}

.product-customization {
  margin: 2.5rem 0;
}

.product-customization .product-message {
  width: 100%;
  height: 3.125rem;
  padding: 0.625rem;
  resize: none;
  background: #f6f6f6;
  border: 0;
}

.product-customization .product-message:focus {
  background-color: #fff;
  outline: 0.1875rem solid #24b9d7;
}

.product-customization .file-input {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2.625rem;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}

.product-customization .customization-message {
  margin-top: 20px;
}

.product-customization .customization-message .customization-label {
  text-align: left;
  word-break: break-word;
}

.product-customization .custom-file {
  position: relative;
  display: block;
  width: 100%;
  height: 2.625rem;
  margin-top: 1.25rem;
  line-height: 2.625rem;
  color: #7a7a7a;
  text-indent: 0.625rem;
  background: #f6f6f6;
}

.product-customization .custom-file button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: inherit;
}

.product-pack {
  margin-top: 2.5rem;
}

.product-pack .pack-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.product-pack .pack-product-container .pack-product-name {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 0.875rem;
  color: #7a7a7a;
}

.product-pack .pack-product-container .pack-product-quantity {
  padding-left: 0.625rem;
  border-left: #f6f6f6 2px solid;
}

.product-pack .pack-product-container .pack-product-name,
.product-pack .pack-product-container .pack-product-price,
.product-pack .pack-product-container .pack-product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-refresh {
  margin-top: 1.25rem;
}

.social-sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 1.5rem;
}

.social-sharing li {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0.25rem 0.25rem;
  background-size: 2rem 2rem;
  border-radius: 50%;
}

.social-sharing li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.block-social ul li a:hover,
.social-sharing li a:hover {
  color: transparent;
}

.products-selection {
  margin-bottom: 1.25rem;
}

#header .header-nav .blockcart a,
.account-list a,
.products-selection .title {
  color: #7a7a7a;
}

.cart-grid {
  margin-bottom: 1rem;
}

#header #_desktop_logo h1,
#notifications ul,
.block-promo .page-content.page-cms ul,
.block-promo p,
.cart-items,
.page-content.page-cms .block-promo ul {
  margin-bottom: 0;
}

.cart-item {
  padding: 1rem 0;
}

.card-block {
  padding: 1.25rem 1.25rem 0.5rem;
}

.card-block.checkout {
  padding-top: 0;
  padding-bottom: 1.75rem;
}

.card-block.checkout .btn-primary {
  width: 100%;
  white-space: normal;
}

.card-block.cart-detailed-subtotals + .cart-summary-totals .cart-total {
  border-top: 1px solid #ddd;
}

.card-block.cart-summary-totals .cart-summary-line {
  padding: 0.5rem 0.2rem 0;
}

.card-block.cart-summary-totals .cart-summary-line:last-child {
  margin-bottom: 0;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total {
  padding: 1rem 0;
}

#product #block-reassurance span,
.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  font-weight: 700;
}

.card-block.cart-summary-totals .cart-summary-line.cart-total .label,
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  font-size: 1rem;
}

.card-block.cart-summary-totals .cart-summary-line span.sub {
  float: none;
  font-size: 0.88rem;
  text-align: left;
}

.cart-summary-line {
  margin-bottom: 0.315rem;
  clear: both;
}

.cart-summary-line::after {
  content: '';
  display: table;
  clear: both;
}

.cart-summary-line:not(:last-child) {
  margin-bottom: 1rem;
}

.cart-summary-line .label {
  padding-left: 0;
  font-weight: 400;
  color: #363a42;
  white-space: inherit;
}

.cart-summary-line .value {
  float: right;
  font-weight: 600;
  color: #232323;
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
  font-weight: 500;
}

.cart-summary-line .label,
.cart-summary-line .value {
  font-size: 1rem;
}

.cart-grid-body {
  margin-bottom: 0.75rem;
}

.cart-grid-body .card-block,
.cart-grid-body .cart-overview {
  padding: 1rem;
}

.cart-grid-body .card-block h1 {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

.cart-grid-right .promo-discounts {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}

.cart-grid-right .promo-discounts .cart-summary-line .label {
  font-size: 1rem;
  color: #7a7a7a;
}

.cart-grid-right .promo-discounts .cart-summary-line .label .code {
  color: #f49d6e;
  cursor: pointer;
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .label,
.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
  font-weight: 600;
}

.cart-grid-right .cart-summary-line.cart-subtotal-products .value {
  font-size: 1rem;
}

.block-promo {
  margin-bottom: 1rem;
}

.block-promo .promo-code {
  padding: 1rem;
}

.block-promo .promo-code .alert-danger {
  position: relative;
  display: none;
  margin-top: 1.25rem;
  color: #fff;
  background: #ff4c4c;
}

.block-promo .promo-code .alert-danger::after {
  position: absolute;
  bottom: 100%;
  left: 10%;
  width: 0;
  height: 0;
  margin-left: -10px;
  pointer-events: none;
  content: ' ';
  border: solid transparent;
  border-width: 10px;
  border-bottom-color: #ff4c4c;
}

.block-promo .promo-input {
  width: 50%;
  height: 2.5rem;
  margin-right: -0.24rem;
  color: #232323;
  text-indent: 0.625rem;
  border: #7a7a7a 1px solid;
}

.block-promo .promo-input + button {
  margin-top: -4px;
  margin-left: -1px;
  text-transform: capitalize;
  border: 2px solid #24b9d7;
}

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  margin-bottom: 0;
  font-weight: 600;
  color: #ff9a52;
}

.block-promo .cart-summary-line .label a,
.block-promo .promo-name a {
  display: inline-block;
  font-weight: 500;
  color: #232323;
}

.block-promo .promo-name .cart-summary-line .label {
  font-weight: 500;
  color: #363a42;
}

.block-promo .promo-name .cart-summary-line span {
  color: #f49d6e;
}

.block-promo .promo-name .material-icons {
  margin-left: 0.4rem;
  font-size: 1.2rem;
}

.block-promo .promo-code-button {
  display: block;
  padding: 0 0 1rem;
  text-align: center;
}

.block-promo .promo-code-button.with-discounts {
  display: none;
}

.block-promo .promo-code-button.cancel-promo {
  margin-bottom: 0;
  color: var(--color-action);
}

.block-promo .promo-code-button.cancel-promo[aria-expanded='true'] {
  display: block;
  padding: 0;
  margin-top: 1rem;
}

.block-promo.promo-highlighted {
  padding: 0 1rem;
  margin-bottom: 0;
  text-align: center;
}

#stores .page-stores .store-picture img,
.product-line-grid-left img {
  max-width: 100%;
}

.product-line-grid-body > .product-line-info > .label {
  padding: 0;
  font-weight: 600;
  line-height: inherit;
  text-align: left;
  white-space: inherit;
}

.product-line-grid-body > .product-line-info > .out-of-stock {
  color: red;
}

.product-line-grid-body > .product-line-info > .available {
  color: #4cbb6c;
}

.product-line-grid-body > .product-line-info .unit-price-cart {
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 500;
  color: #7a7a7a;
  text-overflow: ellipsis;
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  line-height: 36px;
  color: #232323;
}

.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
  display: inline-block;
  margin-top: 0.3125rem;
  color: #232323;
}

#block-reassurance {
  margin-top: 2rem;
}

#block-reassurance img {
  width: 1.563rem;
  margin-right: 0.625rem;
}

#block-reassurance li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

#block-reassurance li .block-reassurance-item {
  padding: 1rem 1.5rem;
}

.quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 64rem;
}

.quickview .modal-content {
  width: 100%;
  min-height: 28.13rem;
  background: #f6f6f6;
}

.quickview .modal-header {
  padding: 0.625rem;
  border: 0;
}

.quickview .modal-body {
  min-height: 23.75rem;
}

.quickview .modal-footer {
  border-top: 1px solid rgba(122, 122, 122, 0.3);
}

.quickview .layer {
  display: none;
}

.quickview .product-cover img {
  width: 100%;
  height: auto;
}

.quickview .images-container {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 21.88rem;
}

.quickview .images-container .product-images > li.thumb-container .thumb {
  width: 100%;
  max-width: 4.938rem;
  height: auto;
  margin-bottom: 0.8125rem;
  background: #fff;
}

.quickview .mask {
  width: 35%;
  max-height: 22.5rem;
  margin-left: 0.625rem;
  overflow: hidden;
}

.quickview .arrows {
  position: absolute;
  top: 0;
  right: 5rem;
  bottom: 0;
  z-index: 0;
  max-height: 22.5rem;
}

.quickview .arrows .arrow-up {
  margin-top: -3.125rem;
  cursor: pointer;
  opacity: 0.2;
}

.quickview .arrows .arrow-down {
  position: absolute;
  bottom: -1.875rem;
  cursor: pointer;
}

.quickview .social-sharing {
  margin-top: 0;
  margin-left: 2.5rem;
}

#stores .page-stores {
  width: 85%;
  margin: 0 auto;
}

#stores .page-stores .store-item {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

#stores .page-stores .store-item-container,
#stores .page-stores .store-item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#stores .page-stores .store-item-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem 0;
}

#stores .page-stores .store-item-container ul {
  margin-bottom: 0;
  font-size: 0.9375rem;
}

#stores .page-stores .store-item-container .divide-left {
  border-left: #f6f6f6 1px solid;
}

#stores .page-stores .store-item-container .divide-left tr {
  height: 1.563rem;
}

#stores .page-stores .store-item-container .divide-left td {
  padding-left: 0.375rem;
}

#stores .page-stores .store-item-container .divide-left th {
  text-align: right;
}

#stores .page-stores .store-item-container .store-description {
  font-size: 1rem;
}

#stores .page-stores .store-item-footer {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
}

#stores .page-stores .store-item-footer.divide-top {
  border-top: #f6f6f6 1px solid;
}

#stores .page-stores .store-item-footer div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

#stores .page-stores .store-item-footer i.material-icons {
  margin-right: 0.625rem;
  font-size: 1rem;
  color: #7a7a7a;
}

#footer {
  padding-top: 2.5rem;
}

#blockEmailSubscription_displayFooterBefore {
  float: inherit;
  width: 100%;
  margin: auto;
}

.block-contact,
.footer-container li a {
  font-size: 0.875rem;
  color: #7a7a7a;
}

#block_myaccount_infos .myaccount-title a,
#header a,
#wrapper .breadcrumb li a,
.block-contact .block-contact-title,
.block-contact .navbar-toggler .material-icons,
.linklist .blockcms-title a {
  color: #232323;
}

.account-list a:hover,
.block_newsletter form button[type='submit'] .search:hover,
.footer-container li a:hover {
  color: #24b9d7;
}

.block-contact-title,
.blockcms-title,
.myaccount-title,
.myaccount-title a {
  font-size: 1rem;
  font-weight: 700;
}

.block-social {
  text-align: right;
}

.block-social ul li {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.125rem;
  cursor: pointer;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
}

.block-social ul li:hover {
  background-color: #24b9d7;
}

.block-social ul li a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.facebook {
  background-image: url(../css/04be689c12d686c59503.svg);
}

.facebook::before {
  content: '';
}

.facebook.icon-gray {
  background-image: url(../css/b252849e892c264f4f22.svg);
}

.facebook.icon-gray:hover,
.facebook::before {
  background-image: url(../css/fa3993a997a0b84e9900.svg);
}

.twitter {
  background-image: url(../css/f56d95737d55e2bdba95.svg);
}

.twitter::before {
  content: '';
}

.twitter.icon-gray {
  background-image: url(../css/740f1557cae714dc4b18.svg);
}

.twitter.icon-gray:hover,
.twitter::before {
  background-image: url(../css/0ba57b3ea460c3d7d0c4.svg);
}

.linkedin {
  background-image: url(../css/b2efa71e4ca1cd26b0f4.svg);
  background-position: center center;
}

.rss {
  background-image: url(../css/cbeba06698c00a61e822.svg);
}

.youtube {
  background-image: url(../css/726b87682d18d1e83076.svg);
}

.googleplus {
  background-image: url(../css/c472ea2ef3e5b3743873.svg);
}

.googleplus::before {
  content: '';
}

.googleplus.icon-gray {
  background-image: url(../css/7acb0ff3a9a16ba3806d.svg);
}

.googleplus.icon-gray:hover,
.googleplus::before {
  background-image: url(../css/47f13bcaf75af86613bc.svg);
}

.pinterest {
  background-image: url(../css/33e7446832ac7aa84b95.svg);
}

.pinterest::before {
  content: '';
}

.pinterest.icon-gray {
  background-image: url(../css/91fc2885f1aa34fb73f6.svg);
}

.pinterest.icon-gray:hover,
.pinterest::before {
  background-image: url(../css/882e1291e47c7d9d5dd7.svg);
}

.vimeo {
  background-image: url(../css/4903fb37c04676f5a805.svg);
}

.instagram {
  background-image: url(../css/3a94078d659136527abf.svg);
}

.footer-container {
  padding-top: 2.5rem;
  overflow: hidden;
}

.footer-container .h3,
.footer-container .h4 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer-container li {
  margin-bottom: 0.3125rem;
}

.footer-container li a {
  cursor: pointer;
}

.links .collapse {
  display: inherit;
}

.contact-rich {
  color: #7a7a7a;
  word-wrap: break-word;
}

.contact-rich,
.contact-rich h4 {
  margin-bottom: 2rem;
}

.contact-rich .block {
  height: auto;
  overflow: hidden;
}

.contact-rich .block .icon {
  float: left;
  width: 3.5rem;
}

.contact-rich .block .icon i {
  font-size: 2rem;
}

.contact-rich .block .data {
  width: auto;
  overflow: hidden;
  font-size: 0.875rem;
  color: #232323;
}

.contact-rich .block .data.email {
  padding-top: 0.375rem;
}

.contact-rich .block a[href^='mailto:'] {
  margin-top: 1rem;
  clear: both;
}

.contact-form {
  width: 100%;
  padding: 1rem;
  color: #7a7a7a;
  background: #fff;
}

.contact-form h3,
.contact-rich h4 {
  color: #232323;
  text-transform: uppercase;
}

#pagenotfound #main .page-header,
#products #main .page-header {
  margin: 2rem 0 3rem;
}

#pagenotfound #main .page-content,
#products #main .page-content {
  margin-bottom: 10rem;
}

#pagenotfound .page-not-found,
#products .page-not-found {
  max-width: 570px;
  padding: 1rem;
  margin: 0 auto;
  overflow: auto;
  font-size: 0.875rem;
  color: #7a7a7a;
  background: #fff;
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
  margin: 0.5rem 0 1rem;
  font-size: 1rem;
  font-weight: 700;
}

#pagenotfound .page-not-found .search-widget,
#products .page-not-found .search-widget {
  float: none;
}

.customization-modal .modal-content {
  border: 1px solid #f6f6f6;
  border-radius: 0;
}

#footer .block_newsletter #block-newsletter-label,
.customization-modal .modal-content .modal-body {
  padding-top: 0;
}

.customization-modal .modal-content .modal-body .product-customization-line {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #f6f6f6;
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
  font-weight: 600;
  text-align: right;
}

.customization-modal .modal-content .modal-body .product-customization-line .value {
  word-wrap: break-word;
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.sitemap-title {
  text-transform: capitalize;
}

#header .header-nav #_desktop_contact_link #contact-link,
.sitemap {
  margin-top: 0.9375rem;
}

.sitemap h2 {
  width: 100%;
  height: 35px;
  margin-left: -15px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #232323;
  text-transform: uppercase;
  border-bottom: 1px solid #7a7a7a;
}

.sitemap ul {
  margin-top: 20px;
  margin-left: -15px;
}

.sitemap ul.nested {
  margin-left: 20px;
}

.sitemap ul li {
  margin-bottom: 1rem;
  font-size: 0.9rem;
}

.block_newsletter {
  float: inherit;
  width: 100%;
  max-width: 50rem;
  margin: auto;
  margin-bottom: 0.625rem;
  clear: both;
  font-size: 0.875rem;
  background: #fff;
}

.block_newsletter form input[type='text']:focus {
  color: #232323;
  background: #fff;
  outline: 3px #24b9d7 solid;
}

.block_newsletter #block-newsletter-label {
  font-size: 1.3125rem;
  line-height: 1.75rem;
  color: #232323;
}

.block_newsletter form .input-wrapper {
  overflow: hidden;
}

.block_newsletter form .row .col-xs-12:last-of-type .page-content.page-cms ul,
.block_newsletter form .row .col-xs-12:last-of-type p,
.page-content.page-cms .block_newsletter form .row .col-xs-12:last-of-type ul {
  font-size: 0.75rem;
  color: #7a7a7a;
}

.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type {
  margin-left: 0.5rem;
}

.block_newsletter form input[type='email'] {
  width: 100%;
  padding: 11px;
  border: 1px solid #ddd;
}

.block_newsletter form input[type='email']:focus {
  padding: 8px 8px 9px;
  border: 3px #24b9d7 solid;
  outline: 0;
}

.block_newsletter form input {
  height: 42px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#footer .block_newsletter .page-content.page-cms ul,
#footer .block_newsletter p,
.page-content.page-cms #footer .block_newsletter ul {
  padding-top: 0.625rem;
}

#left-column .block_newsletter {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
}

#manufacturer #main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#manufacturer #main ul .brand {
  position: relative;
  width: calc(20% - 10px);
  min-width: 210px;
  padding: 10px;
  margin: 5px;
  text-align: center;
  background: #fff;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

#manufacturer #main ul .brand:hover {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}

#manufacturer #main ul .brand-products {
  display: none;
}

#manufacturer #main ul .brand-img {
  position: relative;
  width: 200px;
  margin: auto;
}

#manufacturer #main ul .brand-img a::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
}

#header {
  position: relative;
  z-index: 999;
  color: #7a7a7a;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

#header .logo {
  max-width: 100%;
  height: auto;
}

#header a:hover {
  color: #24b9d7;
  text-decoration: none;
}

#header .menu,
#header .menu > ul > li {
  display: inline-block;
}

#header .header-nav {
  max-height: 50px;
  border-bottom: #f6f6f6 2px solid;
}

#header .header-nav #menu-icon {
  margin: 0 1rem;
  vertical-align: middle;
  cursor: pointer;
}

#header .header-nav #menu-icon .material-icons {
  line-height: 50px;
}

#header .header-nav .right-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#header .header-nav .currency-selector {
  margin-top: 0.9375rem;
  margin-left: 0.9375rem;
  white-space: nowrap;
}

#header .header-nav .user-info {
  margin-left: 2.5rem;
  text-align: right;
}

#header .header-nav .user-info .account {
  margin-left: 0.625rem;
}

#header .header-nav .language-selector,
#header .header-nav .user-info {
  margin-top: 0.9375rem;
  white-space: nowrap;
}

#header .header-nav .cart-preview.active {
  background: #24b9d7;
}

#header .header-nav .blockcart.active a:hover,
#header .header-nav .cart-preview.active a,
#header .header-nav .cart-preview.active i {
  color: #fff;
}

#header .header-nav .cart-preview .shopping-cart {
  color: #7a7a7a;
  vertical-align: middle;
}

#header .header-nav .cart-preview .body {
  display: none;
}

#header .header-nav .blockcart {
  height: 3rem;
  padding: 0.75rem;
  margin-left: 0.9375rem;
  text-align: center;
  white-space: nowrap;
  background: #f6f6f6;
}

#header .header-nav .blockcart a:hover {
  color: #24b9d7;
}

#header .header-nav .blockcart .header {
  margin-top: 0.125rem;
}

#header .header-nav #_desktop_contact_link {
  display: inline-block;
}

#header .header-nav .search-widget {
  margin-top: 0.2rem;
}

#header .header-nav .material-icons {
  line-height: inherit;
}

#header .header-nav .material-icons.expand-more {
  margin-left: -0.375rem;
}

#header .header-top {
  padding: 1.25rem 0;
}

#header .header-top > .container {
  position: relative;
}

#header .header-top > .container > .row:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .header-top .menu {
  padding-left: 15px;
}

#header .header-top .position-static {
  position: static;
}

#header .header-top a[data-depth='0'] {
  color: #7a7a7a;
  text-transform: uppercase;
}

#header .header-top .search-widget {
  float: right;
}

#header .top-menu-link {
  margin-left: 1.25rem;
}

body:not(.shop-9) #wrapper,
body:not(.shop-11) #wrapper {
  padding-top: 1.563rem;
  background: #f6f6f6;
}

body.shop-8 #wrapper,
body.shop-11 #wrapper {
  padding-top: 1.563rem;
  background: transparent !important;
}

#wrapper .banner {
  display: block;
  margin-bottom: 1.5rem;
}

#wrapper .breadcrumb {
  padding: 0;
  background: 0 0;
}

#wrapper .breadcrumb[data-depth='1'] {
  display: none;
}

#wrapper .breadcrumb li::after {
  margin: 0.3125rem;
  color: #7a7a7a;
  content: '/';
}

#wrapper .breadcrumb li:last-child {
  margin: 0;
  color: #7a7a7a;
  content: '/';
}

#wrapper .breadcrumb li:last-child::after {
  content: '';
}

#main .page-content,
#main .page-footer,
#main .page-header {
  margin-bottom: 1.563rem;
}

#main .page-content h6 {
  margin-bottom: 1.125rem;
}

#main .page-content #notifications {
  margin-right: -15px;
  margin-left: -15px;
}

.progress {
  background: #dbdbdb;
}

.progress-bar {
  height: 100%;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

@media print {
  *,
  .page-content.page-cms ul::first-line,
  ::after,
  ::before,
  ::first-letter,
  blockquote::first-line,
  div::first-line,
  li::first-line,
  p::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: ' (' attr(title) ')';
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #999;
  }

  thead {
    display: table-header-group;
  }

  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }

  .page-content.page-cms ul,
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .tag {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }

  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }

  .col-sm-2,
  .col-sm-3 {
    float: left;
    width: 16.66667%;
  }

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

  .col-sm-4,
  .col-sm-5 {
    float: left;
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6,
  .col-sm-7 {
    float: left;
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8,
  .col-sm-9 {
    float: left;
    width: 66.66667%;
  }

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

  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }

  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }

  .col-sm-12 {
    float: left;
    width: 100%;
  }

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .form-check,
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }

  .navbar,
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-full,
  .navbar-sticky-top {
    border-radius: 0;
  }

  .navbar-toggleable-xs {
    display: block !important;
  }

  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }

  .card-deck .card {
    margin-bottom: 0;
  }

  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }

  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .card-deck .card,
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }

  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:not(:first-child):not(:last-child),
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom,
  .card-group .card:not(:first-child):not(:last-child) .card-img-top {
    border-radius: 0;
  }

  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }

  .jumbotron {
    padding: 4rem 2rem;
  }

  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }

  .modal-sm {
    max-width: 300px;
  }

  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }

  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .hidden-sm-up {
    display: none !important;
  }

  .header-top .search-widgets {
    max-width: 13rem;
  }

  .contact-rich .block a[href^='mailto:'] {
    font-size: 0.815rem;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md-1 {
    float: left;
    width: 8.33333%;
  }

  .col-md-2,
  .col-md-3 {
    float: left;
    width: 16.66667%;
  }

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

  .col-md-4,
  .col-md-5 {
    float: left;
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6,
  .col-md-7 {
    float: left;
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8,
  .col-md-9 {
    float: left;
    width: 66.66667%;
  }

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

  .col-md-10 {
    float: left;
    width: 83.33333%;
  }

  .col-md-11 {
    float: left;
    width: 91.66667%;
  }

  .col-md-12 {
    float: left;
    width: 100%;
  }

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar-toggleable-sm {
    display: block !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }

  .hidden-md-up {
    display: none !important;
  }

  .search-widget {
    min-width: 15.63rem;
  }

  #blockcart-modal .cart-content {
    padding-left: 2.5rem;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }

  .col-lg-2,
  .col-lg-3 {
    float: left;
    width: 16.66667%;
  }

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

  .col-lg-4,
  .col-lg-5 {
    float: left;
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6,
  .col-lg-7 {
    float: left;
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8,
  .col-lg-9 {
    float: left;
    width: 66.66667%;
  }

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

  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }

  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }

  .col-lg-12 {
    float: left;
    width: 100%;
  }

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar-toggleable-md {
    display: block !important;
  }

  .modal-lg {
    max-width: 900px;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  .hidden-lg-up {
    display: none !important;
  }

  .carousel .carousel-indicators {
    display: none;
  }

  #product-modal .modal-content .modal-body .product-images {
    margin-left: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }

  .row {
    margin-right: -15px;
    margin-left: -15px;
  }

  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xs,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl-1 {
    float: left;
    width: 8.33333%;
  }

  .col-xl-2,
  .col-xl-3 {
    float: left;
    width: 16.66667%;
  }

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

  .col-xl-4,
  .col-xl-5 {
    float: left;
    width: 33.33333%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-6,
  .col-xl-7 {
    float: left;
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-8,
  .col-xl-9 {
    float: left;
    width: 66.66667%;
  }

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

  .col-xl-10 {
    float: left;
    width: 83.33333%;
  }

  .col-xl-11 {
    float: left;
    width: 91.66667%;
  }

  .col-xl-12 {
    float: left;
    width: 100%;
  }

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .navbar-toggleable-lg {
    display: block;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  .hidden-xl-up {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .navbar-toggleable-xs .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggleable-xs .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }

  .hidden-xs-down {
    display: none !important;
  }

  .header-top-right {
    width: 100%;
    padding-right: 15px;
  }

  body#checkout section.checkout-step .content {
    padding: 0.9375rem 0;
  }

  #payment-confirmation button {
    font-size: 0.875rem;
  }

  #payment-confirmation button.btn {
    white-space: normal;
  }

  .product-miniature .thumbnail-container:focus .product-description::after,
  .product-miniature .thumbnail-container:hover .product-description::after {
    display: none;
  }

  .product-miniature .highlighted-informations {
    display: none;
  }

  .products-selection .filter-button {
    padding-left: 0;
  }

  #category #left-column #search_filters_wrapper {
    margin-right: -15px;
    margin-left: -15px;
  }

  .cart-items {
    padding: 1rem 0;
  }

  .cart-item {
    border-bottom: 1px solid #f6f6f6;
  }

  .cart-item:last-child {
    border-bottom: 0;
  }

  .cart-grid-body .cart-overview {
    padding: 0;
  }

  .cart-grid-body .no-items {
    display: inline-block;
    padding: 1rem;
  }

  .product-line-grid-left {
    padding-right: 0 !important;
  }

  #stores .page-stores .store-item-container,
  #stores .page-stores .store-item-footer {
    display: block;
  }

  #stores .page-stores .store-item-container .divide-left {
    border-left: none;
  }

  #stores .page-stores .store-item-container .store-description a,
  #stores .page-stores .store-item-container .store-description address {
    margin-bottom: 0.5rem;
  }

  #stores .page-stores .store-item-footer.divide-top {
    border-top: #f6f6f6 1px solid;
  }

  #stores .page-stores .store-item-footer li {
    margin-bottom: 0.625rem;
  }

  #stores .page-stores .store-item-footer .card-block {
    padding: 0.75rem 0.75rem 0;
  }

  .sitemap {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .navbar-toggleable-sm .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }

  .hidden-sm-down {
    display: none !important;
  }

  .header-top .search-widget {
    float: none;
  }

  .header-top .search-widget form {
    margin: 0 auto;
  }

  .header-top .search-widget form input[type='text'] {
    min-width: inherit;
    background: #fff;
  }

  .top-menu .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
  }

  body#checkout section.checkout-step .forgot-password {
    margin-bottom: 0.625rem;
    margin-left: 0;
  }

  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-top: 0.25rem;
    margin-left: 1.25rem;
  }

  body#checkout #header .header-nav {
    max-height: none;
    padding: 0;
  }

  body#checkout section.checkout-step .content {
    padding: 0.9375rem;
  }

  body#checkout .form-group {
    margin-bottom: 0.5rem;
  }

  #order-items {
    margin-bottom: 2.5rem;
    border-right: 0;
  }

  #order-details .card-title,
  #order-items .card-title {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #f6f6f6;
  }

  #order-items hr {
    border-top-color: #f6f6f6;
  }

  .bold {
    font-weight: 600;
  }

  #order-details {
    padding-left: 0.9375rem;
  }

  body#checkout
    section.checkout-step
    .delivery-options
    .delivery-option
    label
    .carrier:not(.carrier-hasLogo)
    .col-xs-12 {
    padding-left: 0;
  }

  .forgotten-password .form-fields .center-email-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .forgotten-password .form-fields .center-email-fields button {
    width: calc(100% - 20px);
    margin: 10px;
  }

  .forgotten-password .form-fields .email {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .carousel .carousel-item .caption .display-1 {
    font-size: 1.3rem;
  }

  .carousel .carousel-control .icon-next i,
  .carousel .carousel-control .icon-prev i {
    font-size: 2rem;
  }

  #category #left-column #search_filters_wrapper {
    margin-right: -30px;
    margin-left: -30px;
  }

  #category #left-column #search_filter_controls,
  .products-selection h1 {
    margin-bottom: 1rem;
    text-align: center;
  }

  #category #left-column #search_filter_controls button {
    margin: 0 0.5rem;
  }

  #category #left-column #search_filters {
    padding: 0;
    margin-bottom: 20px;
    border-top: 1px solid #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #category #left-column #search_filters .ui-slider-horizontal {
    margin-bottom: 20px;
  }

  #category #left-column #search_filters .facet {
    padding-top: 0;
    border-bottom: 1px solid #f6f6f6;
  }

  #category #left-column #search_filters .facet .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  #category #left-column #search_filters .facet .title .collapse-icons .remove,
  #category #left-column #search_filters .facet .title[aria-expanded='true'] .collapse-icons .add {
    display: none;
  }

  #category #left-column #search_filters .facet .collapse.in,
  #category #left-column #search_filters .facet .title[aria-expanded='true'] .collapse-icons .remove {
    display: block;
  }

  #category #left-column #search_filters .facet .facet-title {
    color: #232323;
    text-transform: uppercase;
  }

  #category #left-column #search_filters .facet .h6 {
    display: inline-block;
    padding: 1.25rem;
    margin-bottom: 0;
  }

  #category #left-column #search_filters .facet .navbar-toggler {
    display: inline-block;
    height: inherit;
    padding: 0 0.625rem 0 0;
  }

  #category #left-column #search_filters .facet .collapse {
    display: none;
  }

  #category #left-column #search_filters .facet .facet-label a {
    margin-top: 0;
  }

  #category #left-column #search_filters .facet ul {
    margin-bottom: 0;
  }

  #category #left-column #search_filters .facet ul li {
    padding: 1.25rem;
    border-top: 1px solid #f6f6f6;
  }

  #category #search_filter_toggler {
    width: 100%;
  }

  .products-sort-order .select-title {
    margin-left: 0;
  }

  .products-selection h1 {
    padding-top: 0;
  }

  .products-selection .showing {
    padding-top: 1rem;
  }

  #subcategories ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #blockcart-modal .modal-body .divide-right span {
    display: block;
    padding: 0 0.5rem;
  }

  #blockcart-modal .product-name,
  #blockcart-modal .product-price {
    padding: 0 0.5rem;
  }

  #blockcart-modal .divide-right {
    border-right: none;
  }

  #blockcart-modal .modal-body {
    padding: 1rem;
  }

  .product-line-grid-body {
    margin-bottom: 1rem;
  }

  #stores .page-stores {
    width: 100%;
  }

  #stores .page-stores .store-item-container {
    padding: 1rem 0;
  }

  .block-contact #contact-infos {
    padding: 0.625rem;
    padding-top: 0;
  }

  .block-social ul {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }

  .block-social ul li {
    width: 2rem;
    height: 2rem;
    margin-right: 1.3rem;
    margin-bottom: 1.3rem;
    background-size: contain;
  }

  .block_newsletter {
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #f6f6f6;
  }

  .footer-container {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .footer-container .wrapper {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .footer-container .links .h3 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .footer-container .links ul {
    margin-bottom: 0;
    background-color: #f6f6f6;
  }

  .footer-container .links ul > li {
    padding: 0.625rem;
    font-weight: 600;
    border-bottom: 1px solid #fff;
  }

  .footer-container .links ul > li a {
    color: #232323;
  }

  .links .collapse,
  .links .title .collapse-icons .remove,
  .links .title[aria-expanded='true'] .collapse-icons .add {
    display: none;
  }

  .links .collapse.in,
  .links .title[aria-expanded='true'] .collapse-icons .remove {
    display: block;
  }

  .links .title {
    padding: 0.625rem;
    cursor: pointer;
    border-bottom: 1px solid #f6f6f6;
  }

  .links .navbar-toggler {
    display: inline-block;
    padding: 0;
  }

  .block_newsletter {
    padding-top: 1rem;
  }

  #header .top-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
  }

  #header .top-logo img {
    width: auto;
    max-height: 2rem;
  }

  #header .top-logo > h1 {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .navbar-toggleable-md .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }

  .hidden-md-down {
    display: none !important;
  }

  #order-items .h3._desktop-title {
    display: none;
  }

  .done {
    padding: 0;
    margin-right: 0.625rem;
  }

  body#checkout section.checkout-step .address-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  #product-modal .modal-content .modal-body,
  body#checkout section.checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivery-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }

  .delivery-option .custom-radio {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .condition-label label[for='conditions_to_approve[terms-and-conditions]'] {
    text-align: left;
  }

  #order-confirmation #registration-form {
    width: 100%;
  }

  body#checkout section.checkout-step .delivery-options .delivery-option .carrier > .col-xs-12 {
    padding-left: 0;
  }

  .carousel {
    left: 50%;
    width: 100vw;
    padding-bottom: 0.5rem;
    margin-left: -50vw;
    background-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .carousel .carousel-control .icon-next,
  .carousel .carousel-control .icon-prev {
    width: auto;
    height: auto;
  }

  .carousel .carousel-item .caption {
    position: static;
    margin: 1.275rem auto 2.5rem;
    text-align: center;
  }

  .carousel .carousel-item .caption .display-1 {
    font-size: 2rem;
    font-weight: 500;
    color: #232323;
  }

  .carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
  .carousel .carousel-item .caption .caption-description h3,
  .carousel .carousel-item .caption .caption-description p,
  .page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
    color: #7a7a7a;
  }

  .carousel .carousel-item .caption .caption-description h3 {
    font-size: 1rem;
  }

  .carousel .direction {
    position: absolute;
    top: calc(50%);
    width: 100%;
  }

  .carousel .direction .carousel-control .icon-prev {
    left: 0;
    margin-left: 0;
  }

  .carousel .direction .carousel-control .icon-next {
    right: 0;
    margin-right: 0;
  }

  .carousel .direction .carousel-control i {
    background: rgba(122, 122, 122, 0.5);
  }

  .carousel-indicators li {
    width: 8px;
    height: 8px;
  }

  .carousel-indicators .active {
    width: 8px;
    height: 8px;
    margin: 1px;
  }

  #products .products,
  .featured-products .products {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #block-cmsinfo {
    padding: 1.25rem 1.875rem;
  }

  #product-modal .modal-content .modal-body .product-cover-modal {
    max-width: 100%;
    height: auto;
  }

  #blockcart-modal .product-image {
    max-width: 70%;
    margin: 0 auto 1rem;
  }

  .product-cover img {
    width: 100%;
    height: auto;
  }

  #product-modal .modal-content .modal-body {
    margin-left: 0;
  }

  #product-modal .modal-content .modal-body .arrows {
    display: none;
  }

  #product-modal .modal-content .modal-body .image-caption {
    width: 100%;
  }

  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px);
  }

  #blockcart-modal .modal-body {
    padding: 1.875rem;
  }

  .product-images > li.thumb-container > .thumb:not(.selected) {
    border: 0;
  }

  .block-social {
    text-align: center;
  }

  .block-contact {
    padding-left: 1.5rem;
  }

  #manufacturer #main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }

  .navbar-toggleable-lg .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }

  .hidden-lg-down {
    display: none !important;
  }

  .carousel .carousel-inner {
    height: auto;
  }
}

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0;
  }

  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .progress[width='100%'] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  .progress-bar-striped {
    background-image: linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent
    );
    background-size: 1rem 1rem;
  }

  .progress-animated .progress-bar-striped {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
  }

  .progress-success .progress-bar {
    background-color: #4cbb6c;
  }

  .progress-info .progress-bar {
    background-color: #5bc0de;
  }

  .progress-warning .progress-bar {
    background-color: #ff9a52;
  }

  .progress-danger .progress-bar {
    background-color: #ff4c4c;
  }
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .carousel-item.active.right,
  .carousel-inner > .carousel-item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .carousel-item.active.left,
  .carousel-inner > .carousel-item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .carousel-item.active,
  .carousel-inner > .carousel-item.next.left,
  .carousel-inner > .carousel-item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .category-cover {
    display: none;
  }

  .block-category {
    min-height: 0;
    margin-bottom: 0;
  }

  .card-block {
    padding: 0;
  }

  .card {
    background-color: inherit;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media (max-width: 360px) {
  .product-line-grid-right .price,
  .product-line-grid-right .qty {
    width: 100%;
  }
}

.ce-product-prices > * {
  display: none !important;
}

.add-to-cart-section .ce-product-price {
  display: block !important;
}

@media all and (max-width: 767px) {
  body.shop-8.page-product .bottom-cart-section.add-to-cart-section {
    bottom: 88px;
  }

  body.shop-8.page-product .sticky-add-to-cart-button-content span.elementor-button-text {
    display: none !important;
  }
}

.ce-tax-shipping-delivery-label {
  display: flex !important;
  font-size: 0px;
}

.ce-tax-shipping-delivery-label {
  display: flex;
  font-size: 0px;
}

.custom_price_content {
  display: flex;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  position: relative;
  width: 100%;
  gap: 10px;
  flex-wrap: wrap;
}

.custom_price {
  width: 100%;
}

.price {
  font-weight: 500;
  color: black;
  font-size: 1.05rem !important;
}

.price-value:first-letter {
  font-size: 1.3rem !important;
}

.price-value {
  display: inline-block;
}

.price-name {
  font-weight: bold;
}

.club-price {
  color: HSL(30, 25.6%, 54.8%);
}

.price {
  display: flex;
  flex-direction: column;
}

.ce-tax-shipping-delivery-label {
  width: 100%;
}

.custom_price_content .product-price {
  padding: 0.9375rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  border-radius: 0.9375rem;
  border: 1px solid #dcdcdc !important;
  background-color: #fff;
  gap: 15px;
}

.group-name {
  border-radius: 0.9375rem;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}

body.shop-9.page-product .group-name {
  background-color: transparent;
  margin-right: 20px;
  border: none;
}

.group-name {
  width: 25%;
}

.product-price {
  position: relative;
  flex: 1;
}

.regular-price {
}

.custom_price_content .product-price p {
  margin: 0 !important;
}

.price-name {
  font-size: 0.9rem;
}

.price .info {
  top: 5px;
  right: 5px;
  cursor: pointer;
  position: absolute;
  background-color: HSL(30, 25.6%, 54.8%);
  color: white;
  height: 16px;
  width: 16px;
  font-size: 0.75rem;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.group-name {
  overflow: hidden;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.group-name img {
  height: 60px;
  width: 100%;
  object-position: center;
  object-fit: contain;
}

.price-extension {
  font-size: 0.7rem;
}

.has-not-club-photo {
  justify-content: center;
}

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

.excess {
  font-size: 1rem;
}

.custom_price {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.excess {
  padding: 0.9375rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
  border-radius: 0.9375rem;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}

p.excess-price {
  margin: 0;
}

p.excess-price span {
  color: #ab3f3a;
}

.only-prix-club {
  justify-content: center !important;
}

[data-elementor-type='product-miniature'] .product-price {
  padding: 0px !important;
  justify-content: start !important;
  border: none !important;
  gap: 30px;
}

[data-elementor-type='product-miniature'] .price .info {
  display: none;
}

.ce-tax-shipping-delivery-label {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.payplugOneyCta_wrapper {
  margin-top: 15px;
}

.shop-5 .prix-public {
  display: none;
}

.price-name.show-on-shop-5 {
  display: none !important;
}

.shop-5 .price-name.show-on-shop-5 {
  display: block !important;
}

.shop-5 .price.club-price {
  color: black;
}

body.shop-3 footer [data-identifier='logia-menu-objetdecom'],
body.shop-7 footer [data-identifier='logia-menu-objetdecom'],
body.shop-4 footer [data-identifier='logia-menu-objetdecom'],
body.shop-2 footer [data-identifier='logia-menu-objetdecom'] {
  display: none !important;
}

.popup-manager-button-container.position-top-center {
  transform: translateX(-50%) translateY(-150%) !important;
  width: 85%;
}
.popup-manager-container {
  overflow: visible !important;
}
.popup-manager-image {
  border-radius: 10px;
}

@media all and (max-width: 1024px) {
  .popup-manager-button-container.position-top-center {
    top: unset !important;
    bottom: 0px !important;
    transform: translateX(-50%) translateY(150%) !important;
  }
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
@supports (-moz-appearance: none) {
  * {
    scrollbar-width: auto;
    scrollbar-color: var(--color-action) var(--color-bg-scrollbar) !important;
  }
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: var(--color-bg-scrollbar) !important;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--color-action) !important;
  border-radius: 0px !important;
  border: 0px none;
}

body.shop-8 section#checkout-payment-step .content [data-module-img="/modules/systempay/views/img//modules/systempay/views/img/standard.png"] label span
{
  font-size: 0px !important;
  line-height: 0px !important;
}
body.shop-8 section#checkout-payment-step [data-module-img="/modules/systempay/views/img//modules/systempay/views/img/standard.png"] label span::after
{
  font-size: 1.2rem !important;
  margin-left: 0px !important;
}
body.shop-8
  section#checkout-payment-step
  [data-module-img='/modules/payplug/views/img/svg/checkout/standard/logos_schemes_fr.svg']
  label
  span {
  font-size: 0px !important;
  line-height: 0px !important;
}
body.shop-8
  section#checkout-payment-step
  [data-module-img='/modules/payplug/views/img/svg/checkout/standard/logos_schemes_fr.svg']
  label
  span::after {
  font-size: 1.2rem !important;
  margin-left: 0px !important;
}

body section#checkout-payment-step [data-module-img='/modules/payplug/views/img/svg/checkout/amex.svg'] label span {
  font-size: 0px !important;
  line-height: 0px !important;
}
body
  section#checkout-payment-step
  [data-module-img='/modules/payplug/views/img/svg/checkout/amex.svg']
  label
  span::after {
  font-size: 1rem !important;
  margin-left: 0px !important;

  line-height: 1.6rem;
}

body.shop-8
  section#checkout-payment-step
  [data-module-img='/modules/payplug/views/img/svg/checkout/amex.svg']
  label
  span::after {
  font-size: 1.2rem !important;
  margin-left: 0px !important;

  line-height: 1.6rem;
}
body.shop-8
  section#checkout-payment-step
  [data-module-img='/modules/payplug/views/img/svg/checkout/amex.svg']
  label
  span {
  font-size: 0px !important;
  line-height: 0px !important;
}

[data-module-img='/modules/payplug/views/img/svg/checkout/amex.svg'] label span::after {
  content: 'Paiement sécurisé par American Express';
}

body.shop-8 #promo-code input.promo-input {
  font-size: 1.4rem !important;
}

@media all and (max-width: 767px) {
  body.shop-10 .block_newsletter form input[type='email'],
  body.shop-11 .block_newsletter form input[type='email'] {
    padding: 0 !important;
    padding-left: 15px !important;
  }

  body.shop-10 input[type='email']::placeholder,
  body.shop-11 .block_newsletter form input[type='email'] {
    font-size: 0.6rem !important;
  }
}
