/*
 *	@Release    1.0.1
 *	@subject		Refactor, compatibility and maintains externals modules for SWMasterTheme
 *	@copyright  	Copyright (c) 2023-2024 Sora Websoft SARL (https://www.sora-websoft.com/)
 *	@author     	Jimmy Buathier (@jimmybuathier)
 *	@license    	Commercial license or Free license according to the original developer
 *	Support by mail: support@sora-websoft.com
 */
/*** SCSS #swthememanager# ***/
/**
* Theme Manager Module
*
*  @author    Sora Websoft SARL <support@sora-websoft.com>
*  @copyright 2012-2022 Sora Websoft SARL
*  @license   Copyright (c) SARL Sora Websoft
*/
/* ################# GESTION DE TOUS LES OVERLAY LEFT/RIGHT DU SITE ################# */
body.swoverlay-open {
  overflow: hidden;
}
body.swoverlay-active {
  overflow: hidden !important;
}

.swoverlay {
  display: none;
}
.swoverlay.active {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.swoverlay.active .content {
  position: absolute;
  background: var(--pane-bg);
  width: var(--pane-width);
  max-width: 100%;
  height: 100%;
}
.swoverlay .ffdp-bloc {
  line-height: 1.2;
  font-size: 0.9375rem;
  color: var(--color-txt);
}
.swoverlay .ffdp-bloc .ffdp-value {
  color: var(--color-txt);
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
}
.swoverlay .swoverlay-bg-close {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  cursor: pointer;
}
.swoverlay#swoverlay-swtm_add_to_cart .pprice {
  letter-spacing: 0;
}
.swoverlay#swoverlay-swtm_add_to_cart .ffdp-header {
  display: none !important;
}
.swoverlay#swoverlay-swtm_add_to_cart .cartconf-accessories {
  padding-bottom: 25px;
}
.swoverlay#swoverlay-swtm_add_to_cart .cartconf-accessories .thumbnail-container:hover .product-txtprice {
  display: block;
  opacity: 1;
}
.swoverlay#swoverlay-swtm_add_to_cart .cartconf-accessories .thumbnail-container .product-thumbnail img {
  width: 100%;
}
.swoverlay#swoverlay-swtm_add_to_cart .cm_ccr-title {
  background-color: var(--pane-bg);
}
.swoverlay#swoverlay-swtm_add_to_cart .product-name {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.875rem;
  line-height: 1.2;
}
.swoverlay#swoverlay-swtm_add_to_cart .product-attributes {
  color: var(--second-color);
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.75rem;
  letter-spacing: 0.25px;
}
.swoverlay#swoverlay-swtm_add_to_cart .section-title {
  font-size: 1rem;
  text-align: left;
}
.swoverlay#swoverlay-swtm_add_to_cart .product-txtprice {
  font-size: 0.6875rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 10px;
  min-height: 40px;
}
.swoverlay#swoverlay-swtm_add_to_cart .product-price {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.6875rem;
  text-transform: uppercase;
  border-color: var(--color-txt) !important;
  letter-spacing: 0;
  margin-top: 0.8rem;
}
.swoverlay#swoverlay-swtm_add_to_cart .product-price:hover {
  border-color: var(--color-txt);
}
.swoverlay#swoverlay-swtm_add_to_cart .cart-accessoires-products .cm_green .thumbnail-container {
  width: 100%;
}
.swoverlay:not(.reverse) > .content {
  left: -900px;
}
.swoverlay.reverse > .content {
  right: -900px;
}

/* ################# END - GESTION DE TOUS LES OVERLAY LEFT/RIGHT DU SITE ################# */
/* ################# GESTION SLIDESHOW DANS SIDEBAR PANIER+PRODUCTPAGE ################# */
.swjs_mini_slideshow {
  border-top: 1px solid var(--bodybg-d3);
  border-bottom: 1px solid var(--bodybg-d3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 80px;
  overflow: hidden;
}
.swjs_mini_slideshow .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
.swjs_mini_slideshow .left i {
  color: var(--color-txt);
}
.swjs_mini_slideshow .right .swsi_info {
  font-family: var(--font1);
  font-weight: var(--font1-weight1);
  font-size: 0.8125rem;
  line-height: 1.2;
}
.swjs_mini_slideshow .right .swsi_date {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.8125rem;
  color: var(--primary-color);
  line-height: 1.2;
}
.swjs_mini_slideshow .right .delivery_title {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.9375rem;
  color: var(--color-txt);
  line-height: 1.2;
}
.swjs_mini_slideshow .right .delivery_info {
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.9375rem;
  color: var(--color-txt);
  line-height: 1.1;
}
.swjs_mini_slideshow ul {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.swjs_mini_slideshow ul li {
  display: none;
  width: 100%;
}
.swjs_mini_slideshow ul li:first-child {
  display: list-item;
}
.swjs_mini_slideshow .dotscounter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swjs_mini_slideshow .dot {
  font-size: 0.5rem;
  color: var(--bodybg-d2);
  padding: 0 2px;
}
.swjs_mini_slideshow .dot.active {
  font-weight: 600;
  color: var(--primary-color);
}

/* ################# END - GESTION SLIDESHOW DANS SIDEBAR PANIER ################# */
/* ################# HOOK displayCartMiniSlide DANS SIDEBAR PANIER ################# */
.swtm_shippement_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ################# END - HOOK displayCartMiniSlide DANS SIDEBAR PANIER ################# */
/* ################# GESTION PROGRESS BAR DANS SIDEBAR PANIER ################# */
#ShippingprogressBar {
  width: 100%;
  border: 1px solid var(--pane-bg-d1);
  height: 8px;
  overflow: hidden;
  background-color: var(--pane-bg-d1);
}
#ShippingprogressBar .progresscontent {
  background: var(--primary-color);
  width: 0;
  height: 100%;
}

/* ################# END - GESTION PROGRESS BAR DANS SIDEBAR PANIER  ################# */
/* ################# SIDEBAR PANIER hide blocks ################# */
#swoverlay-swtm_cart .promo-code-button.display-promo,
#swoverlay-swtm_cart #promo-code,
#swoverlay-swtm_cart .block-promo.promo-highlighted {
  display: none !important;
}

/* ################# END - SIDEBAR PANIER hide blocks ################# */
/* ################# GESTION SLIDER PAGE PRODUIT ################# */
body#product .owl-carousel:not(.generic-owl) .owl-nav {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 6px;
  bottom: 30px;
}
body#product .owl-carousel:not(.generic-owl) .owl-prev,
body#product .owl-carousel:not(.generic-owl) .owl-next {
  opacity: 0;
}
body#product .owl-carousel:not(.generic-owl) .owl-prev i,
body#product .owl-carousel:not(.generic-owl) .owl-next i {
  display: block;
  font-style: normal;
  margin-top: 1px;
  font-size: 1.5rem;
}
body#product .owl-nav button {
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 36px;
  width: 36px;
  border-radius: var(--radius-rounded);
  background-color: var(--bodybg) !important;
  color: var(--color-txt) !important;
}
body#product .owl-nav button.owl-prev {
  left: 0;
  /*       .icon-angle-left:before {
          content: "\e5cb";
        } */
}
body#product .owl-nav button.owl-next {
  right: 0;
  /*       .icon-angle-right:before {
          content: "\e5cc";
        } */
}
body#product .owl-carousel:hover .owl-prev,
body#product .owl-carousel:hover .owl-next {
  opacity: 1;
  background: none;
  color: inherit;
}
body#product .owl-carousel:hover .owl-prev.disabled,
body#product .owl-carousel:hover .owl-next.disabled {
  opacity: 0.5;
}
body#product .owl-dots {
  position: absolute;
  margin-top: 0;
  left: calc(50% - 100px);
  width: 200px;
  bottom: 10px;
}
body#product .owl-dots .owl-dot {
  padding: 1px;
  background-color: var(--bodybg-d3);
  border-radius: var(--radius-rounded);
  margin: 0 5px;
}
body#product .owl-dots .owl-dot .btn_owl-dot {
  border-radius: var(--radius-rounded);
  display: block;
  content: "";
  height: 10px;
  width: 10px;
  padding: 0;
  text-indent: -9999px;
  border: 0;
  color: var(--bodybg-d2);
  background-color: transparent;
  font-family: var(--font1);
  font-weight: var(--font1-weight2);
  font-size: 0.75rem;
}
body#product .owl-dots .owl-dot.active .btn_owl-dot {
  background-color: var(--primary-color);
  opacity: 1;
}
body#product #ap5-product-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#product #ap5-product-list .owl-prev,
body#product #ap5-product-list .owl-next {
  opacity: 1 !important;
}
body#product #ap5-product-list .owl-prev i,
body#product #ap5-product-list .owl-next i {
  font-size: 0.9rem;
}
body#product #ap5-product-list .owl-nav {
  bottom: 14px;
}
body#product #ap5-product-list .owl-nav button {
  height: 26px;
  width: 26px;
}
body#product .ap5-product-footer-pack .owl-nav.nav-pack {
  position: relative !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0;
  right: 0;
  left: 0;
}

/* ################# END GESTION SLIDER PAGE PRODUIT ################# */
/* #################  GESTION MENU MOBILE ################# */
#panel-menu {
  padding-top: 70px;
  overflow-y: auto;
}
#panel-menu ul.cmobilemenu {
  background-color: var(--pane-bg);
}
#panel-menu ul.cmobilemenu .icon-chevron-down {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#panel-menu ul.cmobilemenu .open-i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#panel-menu ul.cmobilemenu a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-decoration: none;
  margin: 0;
  color: var(--color-txt);
}
#panel-menu ul.cmobilemenu li {
  position: relative;
  padding: 0;
}
#panel-menu ul.cmobilemenu li a.menu-list {
  padding: 0.8rem 3rem 0.8rem 2rem;
  font-size: 1rem;
}
#panel-menu ul.cmobilemenu li .ml-open {
  position: absolute;
  top: 0;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  right: 0;
  left: initial;
  z-index: 99;
}
#panel-menu ul.cmobilemenu li ul.sub-menu-list {
  padding: 0.4rem 0;
  display: none;
  margin: 0;
  background-color: var(--pane-bg-l1);
}
#panel-menu ul.cmobilemenu li ul.sub-menu-list li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
#panel-menu ul.cmobilemenu li ul.sub-menu-list li .ml-open {
  z-index: 99;
  padding: 0.6rem 1.6rem;
}
#panel-menu ul.cmobilemenu li ul.sub-menu-list li a {
  color: var(--color-txt);
  padding: 0.6rem 3rem 0.6rem 3rem;
  font-size: 0.875rem;
}
#panel-menu ul.cmobilemenu li ul.sub-menu-list li a[data-depth="2"] {
  font-size: 0.875rem;
  padding: 0.6rem 3rem 0.6rem 3rem;
}
#panel-menu ul.cmobilemenu li ul.sub-menu-list ul.sub-menu-list li a {
  padding: 0.6rem 3rem 0.6rem 4rem;
}

/* ################# END GESTION MENU MOBILE ################# */
.swptm_shippement_item {
  padding-top: 10px;
}
.swptm_shippement_item .swsip_info {
  font-size: 0.875rem;
  line-height: 1.1;
}
.swptm_shippement_item .swsip_date {
  font-size: 0.8125rem;
  color: var(--second-color);
  line-height: 1.1;
  padding-bottom: 10px;
}

/* ################# Mail Alerte Module ################# */
.js-mailalert-alerts {
  display: none;
}

/* ################# ColorScheme System ################# */
.theme-switch {
  position: absolute;
  top: 6px;
  right: 20px;
  z-index: 99;
}

.checkbox-theme {
  opacity: 0;
  position: absolute;
  z-index: 120;
  cursor: pointer;
}

.label-theme {
  width: 40px;
  height: 16px;
  background-color: var(--bodybg-d1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
  position: relative;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.ball {
  background-color: var(--primary-color);
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

/*  target the elemenent after the label*/
.checkbox-theme:checked + .label-theme .ball {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.fa-moon {
  color: var(--second-color);
  margin-top: 1px;
  font-size: 0.75rem;
}

.fa-sun {
  color: var(--primary-color);
  margin-top: 1px;
  font-size: 0.75rem;
}