.bootstrap-touchspin {
  position: relative;
  display: flex;
  border: 1px solid #707070;
  border-radius: 6px;
  width: 100%;
}
#index main {
  background: #f8ffff;
}
#index #wrapper {
  background: #f8ffff;
  padding-top: 0;
}
.bootstrap-touchspin .form-control {
  padding-right: 0;
  padding-left: 0;
  font-size: 1.125rem;
  font-weight: 450;
  text-align: center;
  background-color: transparent;
  border: none;
}
.bootstrap-touchspin-down,
.bootstrap-touchspin-up {
  height: 100%;
  padding: 0;
  font-size: 0;
}
.bootstrap-touchspin-down::after,
.bootstrap-touchspin-up::after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-size: 1.5rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.bootstrap-touchspin-down::after {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 8H13.5" stroke="%23191C1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.bootstrap-touchspin-up::after {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 8H13.5" stroke="%23191C1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M8 2.5V13.5" stroke="%23191C1F" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.d-flex {
  display: flex;
}
/****** Header ******/
#header .header-nav .banner-flash {
  display: flex;
  align-items: center;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
}
#header .navbar .navbar-nav .nav-item a {
  color: #000000;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-medium);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#header .navbar .navbar-nav .nav-item {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  margin-left: 0;
}
#header .navbar .navbar-nav .nav-item:first-child {
  padding-left: 0;
}
#header .header-nav .banner-flash .d-flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
}
#header .header-nav .banner-flash .big-title {
  font-size: var(--font-display-title1);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
}
#header .header-nav .banner-flash .small-title {
  font-size: 11px;
  color: var(--color-white);
  display: block;
}
#header .header-nav .right-nav .btn-primary {
  background-color: #f1e329;
  color: #000000;
  border-radius: 18px;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-sm);
  text-transform: uppercase;
}
#header .header-top {
  background: var(--color-background);
  z-index: 1;
}
#header .logo {
  max-width: 136px;
  width: 100%;
}
#header .header-nav {
  background: #090909;
}
#header .header-top .position-static {
  position: relative;
  display: flex;
  align-items: center;
  grid-column-gap: 15px;
  justify-content: flex-end;
}
#header .blockcart .header > a {
  display: flex;
  grid-column-gap: 10px;
}
#_desktop_cart .blockcart .header {
  display: flex;
  align-items: center;
  grid-column-gap: 5px;
}
#_desktop_cart .cart-preview-price {
  flex-direction: column;
  font-size: 11px;
  color: var(--color-text-secondary);
  text-transform: uppercase;
}
#_desktop_cart .cart-preview-price .price-cart {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-sm);
  color: #000000;
}
#_desktop_cart .cart-preview-text {
  position: relative;
  display: inline-block;
}
#_desktop_cart .cart-preview-text svg {
  width: 40px;
  height: 40px;
}
#_desktop_cart .cart-preview-text .cart-products-count {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: var(--gray-900);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #f1e329;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
#header .ApMegamenu {
  background: #f1e329;
}
/****** Header ******/

/* Menu */
.navbar {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 1rem;
}
.navbar-nav .nav-item:hover .dropdown-menu {
  overflow-y: auto;
  /*height: 100vh;*/
}
.products-sort-order .dropdown-menu {
  padding: 0px;
}
.dropdown-menu {
  top: 97%;
  padding: 24px;
  border: 0px solid rgba(0, 0, 0, 0.15);
  background: #ffffff;
  /* Shadow/3 */
  box-shadow: 12px 20px 24px rgba(69, 79, 89, 0.08);
}
#header
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .widget-html
  li.col-md-4
  > a,
#header
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .widget-html
  > .widget-inner
  > ul
  > li
  > a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  /*margin-bottom:12px;*/
  display: block;
  text-align: left;
}
#header
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .widget-html
  li.col-md-4
  > ul
  li
  a,
#header
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .widget-html
  > .widget-inner
  > ul
  > li
  > ul
  li
  a {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  color: #858585;
}
#header
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .widget-html
  li.col-md-4
  > ul
  li
  a:hover,
#header
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu
  .widget-html
  > .widget-inner
  > ul
  > li
  > ul
  li
  a:hover {
  color: #9de4ea;
}
#header .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
@media (max-width: 991px) {
  .off-canvas-active .megamenu-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
}

.off-canvas-button-megamenu {
  color: #000000;

  margin: 0.9375rem 0.625rem;

  text-align: right;
}

.rtl .off-canvas-button-megamenu {
  text-align: left;
}

.off-canvas-button-megamenu:hover {
  cursor: pointer;
}

.off-canvas-inactive > #page {
  -webkit-transition: all 400ms ease 0s;

  -moz-transition: all 400ms ease 0s;

  -ms-transition: all 400ms ease 0s;

  -o-transition: all 400ms ease 0s;

  transition: all 400ms ease 0s;
}

.off-canvas-active {
  background: #ffffff;
}

.off-canvas-active > #page {
  -webkit-transform: translateX(234px);

  -moz-transform: translateX(234px);

  -ms-transform: translateX(234px);

  -o-transform: translateX(234px);

  transform: translateX(234px);

  -webkit-transition: all 400ms ease 0s;

  -moz-transition: all 400ms ease 0s;

  -ms-transition: all 400ms ease 0s;

  -o-transition: all 400ms ease 0s;

  transition: all 400ms ease 0s;
}

.off-canvas-active > .off-canvas-nav-megamenu.active {
  left: 0px;

  -webkit-transform: translateX(234px);

  -moz-transform: translateX(234px);

  -ms-transform: translateX(234px);

  -o-transform: translateX(234px);

  transform: translateX(234px);

  -webkit-transition: all 400ms ease 0s;

  -moz-transition: all 400ms ease 0s;

  -ms-transition: all 400ms ease 0s;

  -o-transition: all 400ms ease 0s;

  transition: all 400ms ease 0s;
}

.rtl .off-canvas-active > .off-canvas-nav-megamenu.active {
  right: 0px;

  left: auto;
}

.off-canvas-active #page {
  position: fixed;

  margin: 0 auto;

  max-width: 100%;
}

.off-canvas-nav-megamenu {
  position: absolute;

  top: 0px;

  width: 0px;

  background: #ffffff;

  z-index: 999;

  left: 0;

  -webkit-transition: all 400ms ease 0s;

  -moz-transition: all 400ms ease 0s;

  -ms-transition: all 400ms ease 0s;

  -o-transition: all 400ms ease 0s;

  transition: all 400ms ease 0s;
}

.rtl .off-canvas-nav-megamenu {
  right: 0;

  left: auto;
}

.off-canvas-nav-megamenu .navbar-nav {
  margin: 0px;
  padding: 0 15px;
  text-align: center;
}

.off-canvas-nav-megamenu .navbar-nav > li {
  float: none;

  border-bottom: 1px solid #f1f1f1;

  float: none;
  text-align: center;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  border-radius: 8px;
}
.off-canvas-nav-megamenu .navbar-nav > li.activelist {
  border: 1px solid #1ed760;
}
.off-canvas-nav-megamenu .navbar-nav > li.activelist > a {
  color: #1ed760;
}
.off-canvas-nav-megamenu .navbar-nav > li + .nav-item {
  margin-left: 0;
}

.rtl .off-canvas-nav-megamenu .navbar-nav > li + .nav-item {
  margin-right: 0;

  margin-left: inherit;
}

.off-canvas-nav-megamenu .navbar-nav > li > a {
  display: inline-block;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;

  padding: 8px ​0.625re;
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  color: #adadad;
}
.off-canvas-nav-megamenu .dropdown .dropdown-menu li,
.off-canvas-nav-megamenu .megamenu .dropdown-mega li {
  background: none;
  border-bottom: 1px solid #f5f5f5;
}
.off-canvas-nav-megamenu .dropdown .dropdown-menu li:last-child,
.off-canvas-nav-megamenu .megamenu .dropdown-mega li:last-child {
  background: none;
  border-bottom: 0px solid #f5f5f5;
}
.off-canvas-nav-megamenu .nav > li > a {
  border-top: 0 solid !important;
}

.off-canvas-nav-megamenu .navbar-nav > li > a:hover,
.off-canvas-nav-megamenu .navbar-nav > li > a:focus {
  background: none;
}

.off-canvas-nav-megamenu .nav li.dropdown .caret,
.off-canvas-nav-megamenu .nav li.dropdown .caretd {
  cursor: pointer;

  position: absolute;

  top: 10px;

  margin: auto 0;

  right: 0;

  width: 1.875rem;

  height: 20px;
}
.off-canvas-nav-megamenu .navbar-nav > li + .nav-item,
.off-canvas-nav-megamenu .navbar-nav > li {
  margin-left: 0;
  position: relative !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.rtl .off-canvas-nav-megamenu .nav li.dropdown .caret {
  left: 0;

  right: auto;
}

.off-canvas-nav-megamenu .nav li.dropdown .caret:before,
.off-canvas-nav-megamenu .nav li.dropdown .caretd:before {
  content: url('data:image/svg+xml,<svg width="14px" height="14px" viewBox="0 -19.04 75.804 75.804" xmlns="http://www.w3.org/2000/svg" fill="%2321D762" stroke="%2321D762" stroke-width="0.6064320000000001"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><g id="Group_67" data-name="Group 67" transform="translate(-798.203 -587.815)"><path id="Path_59" data-name="Path 59" d="M798.2,589.314a1.5,1.5,0,0,1,2.561-1.06l33.56,33.556a2.528,2.528,0,0,0,3.564,0l33.558-33.556a1.5,1.5,0,1,1,2.121,2.121l-33.558,33.557a5.53,5.53,0,0,1-7.807,0l-33.56-33.557A1.5,1.5,0,0,1,798.2,589.314Z" fill="%2321D762"/></g></g></svg>');
  display: block;
  text-align: center;
}
.off-canvas-nav-megamenu .nav li.dropdown .caret:before,
.off-canvas-nav-megamenu .nav li.dropdown.activelist .caretd:before {
  transform: rotate(180deg);
}
.off-canvas-nav-megamenu .nav li.dropdown .carets:before,
.off-canvas-nav-megamenu .nav li.dropdown.activelist .carets:before {
  content: url('data:image/svg+xml,<svg width="12px" height="12px" viewBox="0 -19.04 75.804 75.804" xmlns="http://www.w3.org/2000/svg" fill="%2321D762" stroke="%2321D762" stroke-width="0.6064320000000001"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><g id="Group_67" data-name="Group 67" transform="translate(-798.203 -587.815)"><path id="Path_59" data-name="Path 59" d="M798.2,589.314a1.5,1.5,0,0,1,2.561-1.06l33.56,33.556a2.528,2.528,0,0,0,3.564,0l33.558-33.556a1.5,1.5,0,1,1,2.121,2.121l-33.558,33.557a5.53,5.53,0,0,1-7.807,0l-33.56-33.557A1.5,1.5,0,0,1,798.2,589.314Z" fill="%2321D762"/></g></g></svg>');
  transform: rotate(-90deg);
  display: block;
  text-align: center;
}
.off-canvas-nav-megamenu .dropdown .dropdown-menu li.col-md-4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.off-canvas-nav-megamenu .nav li.dropdown .dropdown-toggle::after {
  display: none;
}

.off-canvas-nav-megamenu .nav li.open-sub > .caret:before {
  content: "\f106";
}

.off-canvas-nav-megamenu .nav li li.dropdown-submenu .caret {
  top: 0.375rem;
}

.off-canvas-nav-megamenu .offcanvas-mainnav {
  background-color: #ffffff;

  position: absolute;

  top: 0;

  width: 320px;

  overflow: hidden;

  left: -234px;
}

.rtl .off-canvas-nav-megamenu .offcanvas-mainnav {
  right: -234px;

  left: auto;
}
.off-canvas-nav-megamenu .activelist .dropdown-menu {
  display: block;
}
.off-canvas-nav-megamenu .activelist .dropdown-menu {
  filter: none;
}
.off-canvas-nav-megamenu .dropdown-menu {
  display: none;
}
.off-canvas-nav-megamenu .dropdown-menu {
  font-size: 0.875rem;

  position: relative;

  left: 0;

  right: 0;

  top: 0;

  float: none;

  margin: 0;

  width: 100% !important;

  border: 0;

  padding: 0 0.625rem;

  -moz-box-shadow: none;

  -webkit-box-shadow: none;

  -o-box-shadow: none;

  -ms-box-shadow: none;

  box-shadow: none;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;

  border-radius: 0;

  text-align: left;
}

.rtl .off-canvas-nav-megamenu .dropdown-menu {
  text-align: right;
}

.off-canvas-nav-megamenu .dropdown-menu ul li {
  line-height: 1.875rem;

  float: none;
}

.off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
  position: relative;

  margin-left: 0;
}

.rtl .off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
  margin-right: 0;

  margin-left: inherit;
}

.off-canvas-nav-megamenu .dropdown-menu ul li > a {
  font-weight: 400;

  text-transform: none;
}

.off-canvas-nav-megamenu .dropdown-sub .menu-title {
  font-weight: 700;

  margin: 0.625rem 0;

  color: #000000;
}

.off-canvas-nav-megamenu ul.nav-links {
  padding-left: 0.4375rem;
}

.rtl .off-canvas-nav-megamenu ul.nav-links {
  padding-right: 0.4375rem;

  padding-left: inherit;
}

.off-canvas-nav-megamenu ul.nav-links li {
  line-height: 1.875rem;
}

.off-canvas-nav-megamenu .mega-col {
  width: 100%;
}

.off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
  padding: 0.1875rem 0.1875rem 0.1875rem 0.4375rem;
}

.rtl .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
  padding: 0.1875rem 0.4375rem 0.1875rem 0.1875rem;
}
.off-canvas-nav-megamenu .dropdown-menu ul li.activeslist > ul {
  display: block;
  width: 100%;
}
.off-canvas-nav-megamenu .dropdown-menu ul li.activeslist > ul li {
  border-bottom: 0 solid;
  text-align: left;
}
.off-canvas-nav-megamenu .dropdown-menu ul li.activeslist > a {
  color: #000;
}
.off-canvas-nav-megamenu .dropdown-menu ul li.activeslist > ul li a {
  border-bottom: 0 solid;
  text-align: left;
  font-size: 12px;
}
.off-canvas-nav-megamenu .dropdown-menu img {
  display: none;
}
.ApMegamenu > .navbar .navbar-toggler {
  border: 0px solid #f1f1f1;

  -webkit-border-radius: 0;

  -moz-border-radius: 0;

  -ms-border-radius: 0;

  -o-border-radius: 0;

  border-radius: 0;

  width: 100%;
  background: url(../img/menu.svg) no-repeat 0px 6px;
  padding: 0;
  padding-left: 36px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  text-align: left;
  letter-spacing: -0.02em;
  color: #000000;
}
@media (min-width: 1200px) {
  .off-canvas-nav-megamenu {
    display: none;
  }
  .right-banner-img {
    float: right;
  }
}

/* OFF CANVAS MENU - SHOW CANVAS = NO */
@media (min-width: 1300px) {
}

/* OFF CANVAS MENU - SHOW CANVAS = NO */
@media (min-width: 1600px) {
}
.off-canvas-nav-megamenu .dropdown-menu ul li > ul {
  display: none;
}
/* OFF CANVAS MENU - SHOW CANVAS = NO */
/* Menu */

/****** List Products  ******/

.product-miniature .product-description-all .product-actionsxx {
  margin-top: 14px;
}
.product-miniature .product-description-all .product-actionsxx .btn-block {
  width: 100%;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  grid-column-gap: 5px;
  color: #000000;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-regular);
  text-transform: none;
  background: var(--color-primary);
  border-radius: 28px;
  transition: all 0.3s;
  padding: 0.5rem;
}
.product-miniature
  .product-description-all
  .product-actionsxx
  .btn-block:hover {
  background: #f1e329;
}

.product-actionsxx .product-quantity .add {
  float: none;
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.thumbnail-container .highlighted-informations.no-variants {
  display: none;
}
.featured-products > h2 {
  font-size: var(--font-display-title2);
  color: #4bbdc7;
  font-weight: var(--font-weight-regular);
  font-weight: bold !important;
  margin-bottom: 46px !important;
}
.featured-products > h2::before {
  content: "";
  display: inline-block;
  width: 139px;
  height: 28px;
  background: #faef81;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -4px;
}

/****** List Products  ******/

.tabs-home-stadditionalproductlisting {
  display: flex;
  border-radius: 10px;
  border: 1px solid var(--gray-300);
  position: relative;
  z-index: 1;
  background: #fff;
}
.tabs-home-stadditionalproductlisting .nav-tabs {
  display: flex;
  justify-content: flex-end;
  border: none;
  padding: 25px 12px;
  grid-column-gap: 12px;
}
.tabs-home-stadditionalproductlisting .nav-item {
  margin: 0;
}
.tabs-home-stadditionalproductlisting .nav-item .nav-link {
  background: #e4ffff;
  color: var(--color-text);
  font-size: 13px;
  font-weight: var(--font-weight-bold);
  border-radius: 6px;
  border-color: transparent;
  cursor: pointer;
  transition: all 0.3s;
  padding-top: 8px;
  padding-bottom: 8px;
}
.tabs-home-stadditionalproductlisting .nav-item .nav-link:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.tabs-home-stadditionalproductlisting .nav-item .nav-link.active {
  background: var(--color-primary);
  color: #090909;
}
.tabs-home-stadditionalproductlisting .product-tab-content {
  display: none;
  position: relative;
  overflow: hidden;
}
.tabs-home-stadditionalproductlisting .product-tab-content:after {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 131px;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.tabs-home-stadditionalproductlisting .product-tab-content.active {
  display: block;
}

.tabs-home-stadditionalproductlisting .stadditionalproductlisting-img {
  position: relative;
  display: flex;
  height: auto;
  width: 100%;
}
.tabs-home-stadditionalproductlisting .stadditionalproductlisting-img h2 {
  font-size: var(--font-display-title3);
  color: var(--color-white);
  font-weight: var(--font-weight-black);
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 57px;
  text-align: center;
}
.tabs-home-stadditionalproductlisting
  .stadditionalproductlisting-img.coffret-title
  h2 {
  color: var(--gray-900);
}
.tabs-home-stadditionalproductlisting .stadditionalproductlisting-img img {
  max-width: 100%;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  object-fit: cover;
}
.tab-block-wrapper {
  position: relative;
  padding-bottom: 30px;
}
.hook_home {
  padding-top: 1.1rem;
  position: relative;
}
.hook_home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(../img/background.png) no-repeat top right #e4ffff;
  background-repeat: no-repeat;
  background-size: contain;
  max-height: 956px;
  height: 100%;
}
.bloc-toilette-home {
  position: relative;
}
.bloc-toilette-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #e4ffff;
  min-height: 250px;
}
.tabs-home-index {
  position: relative;
  background: #e4ffff;
}
.tabs-home-index::before {
  content: "";
  position: absolute;
  top: -610px;
  left: 0;
  right: 0;
  background: url(../img/bg-yellow.png) no-repeat top center;
  background-repeat: no-repeat;
  bottom: 0;
}
#carousel {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.4rem;
  grid-column-gap: 20px;
}
#carousel .carousel-sliders {
  position: relative;
}
#carousel > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#carousel .brands-block {
  display: flex;
  background-color: #f1e329;
  padding: 30px;
  border-radius: 10px;
  align-items: center;
  justify-content: space-between;
  padding-right: 50px;
}
#carousel .brands-block .title-brands {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  margin: 0 15px 0 0;
  color: #000000;
}
#carousel .brands-block .title-brands span {
  font-weight: var(--font-weight-regular);
  display: block;
}
#carousel .brands-list {
  display: flex;
  margin: 0;
  grid-column-gap: 50px;
  align-items: center;
}
#carousel .custom-slider {
  display: flex;
  flex-direction: column;
  grid-row-gap: 10px;
}
.tabs-home-stadditionalproductlisting {
  margin-bottom: 3.2rem;
}
.bloc-banner-home {
  margin-bottom: 3.2rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024.98px) {
  .bloc-banner-home .col-sm-6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6px;
    width: 100px;
    background: #fff;
    bottom: 0;
    border-radius: 16px;
  }
  .bloc-banner-home .col-sm-6:last-of-type:before {
    left: auto;
    right: 6px;
  }
}
.bloc-banner-home .bloc-banner {
  position: relative;
}
.bloc-banner-home .bloc-banner .bloc-banner-text {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 391px;
  padding: 0 30px;
}
.bloc-banner-home .bloc-plans .bloc-banner-text {
  right: 0;
  color: var(--color-white);
}
.bloc-banner-home .bloc-mesure .bloc-banner-text {
  left: 0;
}
.bloc-banner-home .bloc-banner img {
  max-width: 100%;
  border-radius: 15px;
}
.bloc-banner-home .bloc-banner h2 {
  font-size: var(--font-display-title2);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}
.bloc-banner-home .bloc-plans h2 span {
  color: #ff1558;
}
.bloc-banner-home .bloc-mesure h2 span {
  color: #21d762;
}
.bloc-banner-home .bloc-banner p {
  margin: 0;
  color: var(--gray-900);
  font-family: var(--font-secondary);
  font-size: var(--font-size-base);
}
.bloc-banner-home .bloc-plans p {
  color: var(--color-white);
  font-weight: 300;
}
.bloc-banner-home .bloc-banner a {
  border-radius: 8px;
  background-color: var(--color-white);
  display: inline-block;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-sm);
  padding: 5px 33px;
  color: var(--color-primary);
}
.bloc-banner-home .bloc-plans a {
  color: #ff2d55;
}
.bloc-banner-home .bloc-mesure a {
  color: #21d762;
}

#home_deals {
  position: relative;
  z-index: 1;
  margin-bottom: 4.2rem;
}
#home_deals .home_deals_title {
  background: #9de4ea;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px 30px;
}
#home_deals .home_deals_title h3 {
  margin: 0;
  color: #000000;
  font-size: var(--font-size-md);
  text-transform: uppercase;
  font-weight: var(--font-weight-bold);
}
#home_deals .product-images-deals {
  justify-content: space-between;
  display: flex;
  border: 1px solid #c2c2c2;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  grid-column-gap: 10px;
  background: #fff;
}
#home_deals .product-images-deals .product-thumbs-deals {
  flex: 0 0 auto;
  height: 100%;
  display: none;
  margin: 0 0 15px 0;
  overflow: hidden;
  padding: 30px 20px 10px 30px;
  max-height: calc(612px - 142px);
}
#home_deals .product-images-deals .product-main-images-deals {
  display: flex;
  width: 100%;
  position: relative;
  border-left: 1px solid #c2c2c2;
  padding-left: 20px;
  padding-top: 30px;
}
#home_deals .product-images-deals .product-main-images-deals img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
}
#home_deals .product-thumbs__elem {
  flex: 1 1 25%;
  max-width: 100%;
  grid-column-gap: 20px;
  padding: 10px;
  background: transparent;
  display: flex;
  width: auto;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  cursor: pointer;
}

#home_deals .product-thumbs__elem img {
  max-width: 120px;
  width: 100%;
  object-fit: cover;
  max-height: 120px;
  height: 100%;
  border-radius: 8px;
}

#home_deals .deals-block {
  display: flex;
  padding-bottom: 30px;
}
#home_deals .deals-block .deals-left,
#home_deals .deals-block .deals-right {
  flex: 1;
}
#home_deals .deals-block .deals-left {
  max-width: 363px;
  display: flex;
  flex-direction: column;
  grid-row-gap: 20px;
  justify-content: space-between;
}
#home_deals .deals-block .deals-right {
  padding: 46px 30px 0 53px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
#home_deals .deals-block .deals-right .txt-marque {
  line-height: 1;
}
#home_deals .deals-block .deals-left .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #090909;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-sm);
  background: var(--color-primary);
  border-radius: 34px;
  transition: all 0.3s;
  padding: 8px 0;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  border: 1px solid #51c5cf;
}
#home_deals .deals-block .deals-right .txt-marque a {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  color: var(--gray-900);
  text-transform: uppercase;
}
#home_deals .deals-block .deals-right .product-price-and-shipping {
  margin-top: 20px;
  margin-bottom: 13px;
}
#home_deals .deals-block .deals-right .product-description {
  /* margin-bottom: 30px; */
}
div .pspc-wrp {
  margin-top: 10px !important;
}
#home_deals .deals-block .deals-right .product-description p {
  margin-bottom: 0;
  font-size: var(--font-size-xs);
  color: var(--color-text-secondary);
}
#home_deals .deals-block .deals-right .product-description ul {
  display: none;
}
#home_deals .psproductcountdown {
  display: flex;
  align-items: center;
  /* border-bottom: 1px solid var(--gray-300); */
  justify-content: space-between;
  padding-bottom: 10px;
}
#home_deals .psproductcountdown .pspc-offer-ends {
  font-size: 13px;
  text-transform: uppercase;
  max-width: 115px;
}
#home_deals .psproductcountdown .pspc-offer-ends .depeche {
  display: block;
  color: #57bec7;
  font-weight: bold;
}
#home_deals .psproductcountdown .desc-psproductcountdown {
  text-transform: uppercase;
  font-size: 13px;
  color: var(--gray-900);
  max-width: 115px;
}
#home_deals .psproductcountdown .desc-psproductcountdown span {
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  display: block;
}
#home_deals .psproductcountdown-stock {
  margin-top: 20px;
}
#home_deals .psproductcountdown-stock .stock-scrollbar {
  position: relative;
  background: #e2e4eb;
  border-radius: 10px;
  height: 8px;
  width: 100%;
}
#home_deals .psproductcountdown-stock .stock-scrollbar .stock-scrollbar-drag {
  position: absolute;
  width: calc(100% - 75%);
  background: var(--color-primary);
  border-radius: 10px;
  height: 8px;
}
#home_deals .psproductcountdown-stock .stock-scrollbar.out-stock-scrollbar {
  background: var(--color-secondary);
}
#home_deals
  .psproductcountdown-stock
  .stock-scrollbar.out-stock-scrollbar
  .stock-scrollbar-drag {
  width: 0;
}
.thumbnail-container .psproductcountdown .pspc-offer-ends {
  display: none;
}
#home_deals .psproductcountdown-stock p {
  margin: 8px 0 0 0;
  font-size: 13px;
  color: var(--color-text-secondary);
}
#home_deals .psproductcountdown-stock p span {
  font-weight: var(--font-weight-bold);
  color: var(--gray-900);
}
#home_deals .deals-block .deals-right a.product-name {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-bold);
  color: var(--gray-900);
}
#home_deals .deals-block .deals-right .price {
  font-size: 22px;
  font-weight: var(--font-weight-sm);
  color: var(--color-primary);
}
#home_deals .deals-block .deals-right .regular-price {
  text-decoration: line-through;
  color: var(--color-text-secondary);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-sm);
}
#home_deals .product-thumbs-deals .swiper-scrollbar {
  left: 13px;
  top: 20px;
  bottom: 0;
  height: initial;
  background: #f5f5f5;
  width: 6px;
}
#home_deals .pspc-main .pspc-time {
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  border-radius: 6px;
  width: 56px;
  margin: 0 5px;
  margin-bottom: 0;
  background-color: #ebedf3;
}
#home_deals .pspc-main {
  display: flex;
  align-items: center;
}
#home_deals .pspc-main .pspc-time span {
  background-color: transparent;
  font-size: 20px;
  box-shadow: none;
  font-weight: bold;
  line-height: 2em;
}
#home_deals .pspc-main .pspc-time span.pspc-label {
  background-color: transparent;
  margin-top: 0;
  top: initial;
  bottom: 5px;
  font-size: 14px;
}
#home_deals .product-thumbs-deals .swiper-scrollbar .swiper-scrollbar-drag {
  background: #cccccc;
  width: 4px;
  left: 1px;
}
#home_deals .deals-content-thumbs {
  display: flex;
  flex-direction: column;
}
#home_deals .deals-content-thumbs .product-marque + p {
  margin-bottom: 0.5rem;
}
#home_deals .deals-content-thumbs .product-name {
  font-weight: var(--font-weight-regular);
  color: var(--gray-900);
  text-transform: none;
  line-height: 1.2;
  display: block;
}
#home_deals .deals-content-thumbs .chosse-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-column-gap: 5px;
  color: #090909;
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-regular);
  text-transform: none;
  background: var(--color-primary);
  border-radius: 31px;
  transition: all 0.3s;
  padding: 4px 0;
  max-width: 107px;
  width: 100%;
  margin: 0;
}
#home_deals .deals-content-thumbs h3 a {
  font-size: var(--font-size-sm);
  color: #000000;
  font-weight: var(--font-weight-sm);
}
@media (min-width: 1024.98px) {
  #home_deals .product-images-deals .product-thumbs-deals {
    width: 33%;
    display: block;
  }
  #home_deals .product-images-deals .product-main-images-deals {
    width: calc(100% - (33% + 30px));
  }
}
.tabs-home-stadditionalproductlisting
  + .featured-products
  h2.products-section-title {
  font-size: var(--font-display-title2);
  text-transform: capitalize !important;
  color: var(--color-primary);
  text-align: left;
}
.swiper-promos .swiper-slide {
  height: auto;
  display: flex;
}
.swiper-promos .swiper-slide .product {
  width: 100%;
}

.bloc-toilette-mission {
  margin-bottom: 3rem;
  position: relative;
}

@media (min-width: 1024.98px) {
  .bloc-toilette-mission .col-lg-6::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 60px;
    background: #faef81;
    bottom: 0;
    border-radius: 16px;
  }
  .bloc-toilette-mission .col-lg-6:last-of-type::before {
    left: auto;
    right: -6px;
  }
}
.bloc-toilette-mission h2 {
  font-size: var(--font-size-xxl);
  color: var(--color-primary);
  font-weight: var(--font-weight-bold);
  margin: 0;
}
.bloc-toilette-mission h2 span {
  color: var(--gray-900);
}
.bloc-toilette-mission .bloc-banner {
  background: #e8f2f2;
  padding: 42px 27px;
  border-radius: 15px;
  position: relative;
}
.bloc-toilette-mission .bloc-banner .bloc-banner-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.bloc-toilette-mission .bloc-banner .bloc-banner-text p {
  margin: 0;
  font-size: var(--font-size-base);
}
.bloc-toilette-mission .bloc-banner .bloc-banner-text a {
  display: inline-block;
  border-radius: 8px;
  background-color: var(--color-primary);
  color: #111111;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-sm);
  text-transform: uppercase;
  padding: 8px 20px;
  width: 100%;
  min-width: 107px;
  transition: all 0.3s;
}
.bloc-toilette-mission .bloc-banner .bloc-banner-text a:hover {
  background: #f1e329;
}

.bloc-toilette-mission .bloc-banner img {
  max-width: 100%;
}
.bloc-toilette-mission .bloc-banner p {
  color: #8e8e93;
}
.bloc-toilette-mission .bloc-banner.bloc-mesure {
  background: #f6f1e9;
}
.bloc-toilette-mission .bloc-banner .category-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}
.bloc-toilette-mission .bloc-banner .category-banner .item-cateogry {
  text-align: center;
}
.bloc-toilette-mission .bloc-banner .category-banner .item-cateogry h3,
.bloc-toilette-mission .bloc-banner .category-banner .item-cateogry h3 a {
  font-size: var(--font-size-sm);
  color: var(--gray-900);
  font-weight: var(--font-weight-bold);
  margin: 14px 0 0 0;
}
.bloc-toilette-mission .bloc-banner .produits-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 3px;
}
.home-posts {
  margin: 3.3rem 0 0 0;
}
.home-posts .sdstitle_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.home-posts .sdstitle_block h2 {
  font-size: var(--font-size-xxl);
  font-weight: var(--font-weight-regular);
  color: var(--gray-900);
}
.home-posts .sdstitle_block h2 span {
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.home-posts .sdstitle_block a {
  font-size: 13px;
  color: var(--color-text-secondary);
  margin-right: 20px;
  margin-top: -3px;
}
.home-posts .sdsblog-box-content {
  display: flex;
  grid-column-gap: 28px;
}
.home-posts .sdsblog-box-content .full-post-wrapper .item {
  position: relative;
}
.home-posts .sdsblog-box-content .full-post-wrapper .item .post-img {
  position: relative;
}
.home-posts .sdsblog-box-content .full-post-wrapper .item .post-img:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.home-posts .sdsblog-box-content .full-post-wrapper .post-hover {
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.home-posts .sdsblog-box-content .full-post-wrapper h4 a {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-sm);
  color: var(--color-white);
}
.home-posts .sdsblog-box-content .post-bottom-date {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-regular);
  color: var(--color-text-secondary);
}
.home-posts .sdsblog-box-content .full-post-wrapper .post-bottom-date {
  color: var(--color-white);
}
.home-posts .sdsblog-box-content .post-wrapper .sds_post_cat {
  color: var(--gray-900);
}
.home-posts .post-img img {
  max-width: 100%;
  border-radius: 10px;
  width: 100%;
}
.home-posts .sdsblog-box-content .all-posts-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-posts .sdsblog-box-content .all-posts-wrapper .line-post-wrapper {
  display: flex;
  grid-column-gap: 30px;
}
.home-posts
  .sdsblog-box-content
  .all-posts-wrapper
  .line-post-wrapper:first-child
  .post-wrapper {
  padding-bottom: 23px;
  border-bottom: 1px solid #cccccc;
}
.home-posts
  .sdsblog-box-content
  .all-posts-wrapper
  .line-post-wrapper:first-child {
  margin-bottom: 20px;
}
.home-posts .sdsblog-box-content .post-wrapper .sds_post_title a {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-bold);
  color: var(--gray-900);
}
.home-posts .sdsblog-box-content .post-wrapper .item {
  display: flex;
  height: 100%;
  grid-column-gap: 24px;
}
.home-posts .sdsblog-box-content .post-wrapper img {
  height: 100%;
  object-fit: cover;
}
.home-posts .sdsblog-box-content .post-wrapper .post-hover {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-posts
  .sdsblog-box-content
  .all-posts-wrapper
  .line-post-wrapper
  .post-wrapper {
  flex: 1;
}
.home-posts .sdsblog-box-content .post-wrapper .item .post-img {
  max-width: 159px;
  width: 100%;
}

.crea-productlists {
  position: relative;
  margin: 5.5rem 0 0;
}
.crea-productlists .crea-productlists_block__title {
  margin-bottom: 30px;
}
.crea-productlists .crea-productlists_block__title h2.crea-productlists__title {
  font-size: var(--font-size-xxl);
  color: var(--color-primary);
  font-weight: var(--font-weight-bold);
  margin-bottom: 0;
}
.crea-productlists .crea-productlists_block__title h2 span {
  color: var(--gray-900);
  font-weight: var(--font-weight-regular);
}
.crea-productlists .crea-productlists_block__title p {
  margin-bottom: 2px;
  text-align: right;
  padding-right: 20px;
}
.crea-productlists .crea-productlists_block__title a {
  font-size: 13px;
  color: var(--color-text-secondary);
}
.crea-productlists > .row {
  display: flex;
}
.crea-productlists .crea-productlists__products {
  height: 100%;
}
.crea-productlists .crea-productlists__products .row {
  display: flex;
  height: 100%;
}
.crea-productlists .crea-productlists__products .product {
  height: 100%;
}
.crea-productlists .crea-productlists__products .product .product-miniature {
  height: 100%;
}
.crea-productlists .crea-productlists__block {
  padding: 20px 10px 20px 20px;
  border: 1px solid #cccccc;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.crea-productlists .crea-productlists__block .product {
  margin-bottom: 20px;
}
.crea-productlists .crea-productlists__block .product-miniature .product-title {
  margin: 0;
}

.crea-productlists .crea-productlists__block .product-miniature .wishlist {
  top: initial;
  bottom: 10px;
  margin: 0;
  right: 2px;
}
.crea-productlists
  .crea-productlists__block
  .product-miniature
  .wishlist
  .addToWishlist {
  border: none;
}
.crea-productlists
  .crea-productlists__block
  .product-miniature
  .wishlist
  .addToWishlist
  svg
  path {
  fill: #999999;
}

.crea-productlists
  .crea-productlists__block
  .product-miniature
  .product-price-and-shipping {
  margin: 10px 0;
}
.crea-productlists
  .crea-productlists__block
  .product-description-all
  .product-actionsxx
  .btn-block {
  width: auto;
  padding: 5px 13px;
}
#manufacturer #products .products {
  grid-row-gap: 30px;
}
.crea-productlists
  .crea-productlists__block
  .product-miniature
  .thumbnail-container {
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0;
  display: grid;
  align-items: center;
  grid-column-gap: 20px;
  grid-template-columns: minmax(0, 175px) 1fr;
  padding-bottom: 20px;
}
.thumbnail-container .product-flags-container {
  position: relative;
}
.thumbnail-container .product-flags-container .pspc_displayProductPriceBlock {
  display: none;
}
.crea-productlists .crea-productlists__block .product-miniature .price {
  font-size: var(--font-size-md);
  color: var(--gray-900);
  font-weight: var(--font-weight-sm);
}
.crea-productlists
  .crea-productlists__block
  .product-miniature
  .product-description-all {
  background: transparent;
  padding: 0;
}
.crea-productlists
  .crea-productlists__block
  .product-miniature
  .short_description
  p {
  font-size: 13px;
  color: var(--gray-900);
  line-height: 1;
}
.crea-productlists
  .crea-productlists__block
  .product-miniature
  .product-title
  a {
  color: var(--gray-900);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-sm);
  line-height: 1.5;
}
.crea-productlists .crea-productlists__block .crea-productlists__content {
  background: #f9f1e4;
  display: flex;
  align-items: center;
  padding: 30px 10px;
  border-radius: 8px;
}
.crea-productlists__content ul li {
  color: var(--gray-900);
}
.crea-productlists__content ul li span {
  font-weight: var(--font-weight-bold);
  color: var(--color-secondary);
}
.crea-productlists__content p {
  margin: 0;
  color: var(--color-text-secondary);
  font-size: var(--font-size-xs);
}
@media (min-width: 861px) {
  .tabs-home-stadditionalproductlisting .stadditionalproductlisting-img {
    max-width: 308px;
  }

  .tab-block-wrapper {
    min-width: calc(100% - 308px);
    padding-left: 20px;
  }
  .navbar-nav .nav-item:hover .dropdown-menu {
    display: block;
  }
}

/****** Footer ******/

footer#footer {
  padding-top: 0;
  margin-top: 2.5rem;
  background-color: #e4ffff;
}
footer .footer-reassurance {
  background: #f1e329;
}
footer .download-app {
  border-bottom: 1px solid var(--gray-300);
  padding-bottom: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-column-gap: 15px;
  margin: 16px 15px 0;
}
footer .download-app p {
  margin-bottom: 0;
  color: var(--gray-900);
}
footer .copyright-link {
  color: var(--color-text-secondary);
}
footer .copyright-link span {
  font-weight: var(--font-weight-bold);
  color: var(--gray-900);
}
footer .block-social ul li {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: var(--gray-400);
}
footer .block-social ul li::before {
  content: none;
}
footer .block-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
footer .block-social ul li.facebook a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="15" viewBox="0 0 8 15" fill="none"><path d="M7.51584 8.55518H5.46506V14.6802H2.73069V8.55518H0.488501V6.03955H2.73069V4.09814C2.73069 1.91064 4.04319 0.680176 6.03928 0.680176C6.99631 0.680176 8.00803 0.871582 8.00803 0.871582V3.03174H6.88694C5.79319 3.03174 5.46506 3.68799 5.46506 4.39893V6.03955H7.89866L7.51584 8.55518Z" fill="black"/></svg>');
}
footer .block-social ul li.twitter a {
  background-image: url('data:image/svg+xml,<svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.8619 2.83643C12.8619 2.97314 12.8619 3.08252 12.8619 3.21924C12.8619 7.02002 9.99082 11.3677 4.71348 11.3677C3.07285 11.3677 1.56895 10.9028 0.311133 10.0825C0.529883 10.1099 0.748633 10.1372 0.994727 10.1372C2.33457 10.1372 3.56504 9.67236 4.54941 8.90674C3.2916 8.87939 2.2252 8.05908 1.86973 6.91064C2.06113 6.93799 2.2252 6.96533 2.4166 6.96533C2.6627 6.96533 2.93613 6.91064 3.15488 6.85596C1.84238 6.58252 0.858008 5.43408 0.858008 4.03955V4.01221C1.24082 4.23096 1.70566 4.34033 2.17051 4.36768C1.37754 3.84814 0.885352 2.97314 0.885352 1.98877C0.885352 1.44189 1.02207 0.949707 1.26816 0.539551C2.69004 2.26221 4.82285 3.41064 7.20176 3.54736C7.14707 3.32861 7.11973 3.10986 7.11973 2.89111C7.11973 1.30518 8.40488 0.0200195 9.99082 0.0200195C10.8111 0.0200195 11.5494 0.348145 12.0963 0.922363C12.7252 0.785645 13.3541 0.539551 13.901 0.211426C13.6822 0.89502 13.2447 1.44189 12.6432 1.79736C13.2174 1.74268 13.7916 1.57861 14.2838 1.35986C13.901 1.93408 13.4088 2.42627 12.8619 2.83643Z" fill="black"/></svg>');
}
footer .block-social ul li.youtube a {
  background-image: url('data:image/svg+xml,<svg width="16" height="11" viewBox="0 0 16 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.2638 2.09814C15.592 3.24658 15.592 5.70752 15.592 5.70752C15.592 5.70752 15.592 8.14111 15.2638 9.31689C15.0998 9.97314 14.5802 10.4653 13.9513 10.6294C12.7756 10.9302 8.12712 10.9302 8.12712 10.9302C8.12712 10.9302 3.45134 10.9302 2.27556 10.6294C1.64666 10.4653 1.12712 9.97314 0.963061 9.31689C0.634936 8.14111 0.634936 5.70752 0.634936 5.70752C0.634936 5.70752 0.634936 3.24658 0.963061 2.09814C1.12712 1.44189 1.64666 0.922363 2.27556 0.758301C3.45134 0.430176 8.12712 0.430176 8.12712 0.430176C8.12712 0.430176 12.7756 0.430176 13.9513 0.758301C14.5802 0.922363 15.0998 1.44189 15.2638 2.09814ZM6.59587 7.92236L10.4787 5.70752L6.59587 3.49268V7.92236Z" fill="black"/></svg>');
}
footer .block-social ul li.pinterest a {
  background-image: url('data:image/svg+xml,<svg width="12" height="15" viewBox="0 0 12 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.36738 0.871582C8.9377 0.871582 11.2893 2.64893 11.2893 5.35596C11.2893 7.89893 9.97676 10.7427 7.07832 10.7427C6.36738 10.7427 5.51973 10.3872 5.16426 9.7583C4.5627 12.2192 4.59004 12.6021 3.22285 14.4888C3.08613 14.5435 3.11348 14.5435 3.03145 14.4341C2.97676 13.9146 2.92207 13.4224 2.92207 12.9028C2.92207 11.2349 3.6877 8.80127 4.07051 7.18799C3.85176 6.75049 3.79707 6.2583 3.79707 5.79346C3.79707 3.60596 6.36738 3.27783 6.36738 5.08252C6.36738 6.14893 5.6291 7.16064 5.6291 8.19971C5.6291 8.8833 6.23066 9.37549 6.91426 9.37549C8.80098 9.37549 9.3752 6.66846 9.3752 5.21924C9.3752 3.27783 8.00801 2.21143 6.12129 2.21143C3.96113 2.21143 2.29316 3.77002 2.29316 5.95752C2.29316 7.02393 2.94941 7.5708 2.94941 7.81689C2.94941 8.03564 2.78535 8.77393 2.51191 8.77393C1.85566 8.77393 0.789258 7.68018 0.789258 5.76611C0.789258 2.73096 3.55098 0.871582 6.36738 0.871582Z" fill="black"/></svg>');
}
footer .block-social ul li.instagram a {
  background-image: url('data:image/svg+xml,<svg width="13" height="13" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.17532 3.53564C7.89797 3.53564 9.31985 4.95752 9.31985 6.68018C9.31985 8.43018 7.89797 9.82471 6.17532 9.82471C4.42532 9.82471 3.03079 8.43018 3.03079 6.68018C3.03079 4.95752 4.42532 3.53564 6.17532 3.53564ZM6.17532 8.73096C7.29641 8.73096 8.19875 7.82861 8.19875 6.68018C8.19875 5.55908 7.29641 4.65674 6.17532 4.65674C5.02688 4.65674 4.12454 5.55908 4.12454 6.68018C4.12454 7.82861 5.05422 8.73096 6.17532 8.73096ZM10.1675 3.42627C10.1675 3.83643 9.83938 4.16455 9.42922 4.16455C9.01907 4.16455 8.69094 3.83643 8.69094 3.42627C8.69094 3.01611 9.01907 2.68799 9.42922 2.68799C9.83938 2.68799 10.1675 3.01611 10.1675 3.42627ZM12.2456 4.16455C12.3003 5.17627 12.3003 8.21143 12.2456 9.22314C12.1909 10.2075 11.9722 11.0552 11.2613 11.7935C10.5503 12.5044 9.67532 12.7231 8.69094 12.7778C7.67922 12.8325 4.64407 12.8325 3.63235 12.7778C2.64797 12.7231 1.80032 12.5044 1.06204 11.7935C0.351099 11.0552 0.132349 10.2075 0.077661 9.22314C0.0229735 8.21143 0.0229735 5.17627 0.077661 4.16455C0.132349 3.18018 0.351099 2.30518 1.06204 1.59424C1.80032 0.883301 2.64797 0.664551 3.63235 0.609863C4.64407 0.555176 7.67922 0.555176 8.69094 0.609863C9.67532 0.664551 10.5503 0.883301 11.2613 1.59424C11.9722 2.30518 12.1909 3.18018 12.2456 4.16455ZM10.9331 10.2896C11.2613 9.49658 11.1792 7.58252 11.1792 6.68018C11.1792 5.80518 11.2613 3.89111 10.9331 3.0708C10.7144 2.55127 10.3042 2.11377 9.78469 1.92236C8.96438 1.59424 7.05032 1.67627 6.17532 1.67627C5.27297 1.67627 3.35891 1.59424 2.56594 1.92236C2.01907 2.14111 1.60891 2.55127 1.39016 3.0708C1.06204 3.89111 1.14407 5.80518 1.14407 6.68018C1.14407 7.58252 1.06204 9.49658 1.39016 10.2896C1.60891 10.8364 2.01907 11.2466 2.56594 11.4653C3.35891 11.7935 5.27297 11.7114 6.17532 11.7114C7.05032 11.7114 8.96438 11.7935 9.78469 11.4653C10.3042 11.2466 10.7417 10.8364 10.9331 10.2896Z" fill="black"/></svg>');
}
.block-contact {
  margin: 28px 0 50px;
}
.block-contact #contact-infos {
  color: var(--gray-900);
  font-weight: var(--font-weight-regular);
}
.block-contact #contact-infos span {
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
}
.block-contact #contact-infos a {
  color: var(--color-text-secondary);
}
.block_newsletter > .row {
  margin: 0;
}
#search_filters .facet .facet-label {
  display: flex;
  align-items: center;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
  top: 0;
}
#search_filters
  .facet
  .facet-label
  .custom-checkbox
  input[type="checkbox"]
  + span
  .checkbox-checked {
  margin: -0.025rem;
}
form#ooc_form label span {
  font-family: "Inter";
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-xs);
  color: var(--gray-200);
}
form#ooc_form label span.ooc_required {
  color: var(--color-secondary);
}
.modal-footer .btn + .btn {
  border-radius: 3px;
}
.ooc_footer .btn-default {
  padding: 12px 30px;
}
.hidden-element {
  display: none;
}
button.btn.btn-link.toggle-filters {
  color: #f1e329;
  text-underline-offset: 4px;
  text-decoration: underline;
  font-size: 14px;
  padding: 0;
  margin-bottom: 20px;
}
.wishlist-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gray-600) !important;
}
.wishlist-btn.added-to-wishlist svg path {
  stroke: var(--color-primary);
  fill: var(--color-primary);
}
.js-product-container a.manufacturer {
  display: block;
}
.page-my-account #content .links a span.link-item {
  border-radius: 8px;
  border: 1px solid #51c5cf;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-sm);
  text-transform: initial;
  letter-spacing: 1px;
}
.page-my-account #content .links a i {
  color: #51c5cf;
}
.page-my-account #content .links a:hover i {
  color: #eb4227;
}
.page-my-account #content .links a#social-link:hover i svg {
  fill: #eb4227;
}
footer.page-footer a.logout,
.page-footer .account-link,
.address-footer a span {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: #51c5cf;
}
.page-addresses .address {
  border: 1px solid #51c5cf;
  border-radius: 10px;
}
.page-addresses .address .address-footer {
  border-top: 1px solid #51c5cf;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-customer-account #content .order-actions a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.account-navigation.card .p-4 {
  box-shadow: 6px 6px 16px #00000012;
  background: #fcfcfc;
  border: 1px solid #e9e9e938;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.list-group-flush .list-group-item span.link-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-group.list-group-flush {
  display: block;
  border: 1px solid #e9e9e9;
  position: relative;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.account-navigation.card {
  display: block;
  height: 100%;
  position: relative;
}
.list-group-item:first-child {
  border-top: none;
}
.list-group-item:last-child {
  border-bottom: none;
}
.logout-link {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
}
.logout-link svg path {
  fill: #9de4ea;
}
#my-account #main #wrapper {
  background: #f8ffff;
}
#my-account footer#footer {
  margin-top: 0px;
}
#identity form#customer-form,
.js-address-form form .form-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}
.js-address-form form .form-fields .form-group:first-child,
#identity form#customer-form .form-group:first-child,
#identity form#customer-form .form-group:nth-child(8),
#identity form#customer-form .form-group:nth-child(9),
#identity form#customer-form .form-group:nth-child(10),
#identity form#customer-form .form-group:nth-child(11) {
  grid-column: 1 / -1;
}
.right-part {
  margin-top: 65px;
}
h1.h1-account {
  color: black;
  font-size: 32px;
}
.product .wishlist-button-add {
  background-color: transparent;
  box-shadow: none;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid var(--color-primary);
  min-width: auto;
  padding: 0;
  position: relative;
}
.crea-productlists__products .product .wishlist-button-add {
  position: absolute;
  top: 10px;
  right: 10px;
}
.product .wishlist-button-add i {
  font-size: 0;
}
.wishlist-button-add::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3069 1.63731C14.1503 2.35508 14.5989 3.27024 14.6527 4.38279C14.7066 5.49534 14.3477 6.43742 13.5761 7.20902L8.38118 12.5923C8.20174 12.7718 7.99538 12.8615 7.7621 12.8615C7.52883 12.8615 7.32247 12.7718 7.14302 12.5923L1.94814 7.20902C1.17653 6.43742 0.817644 5.49534 0.871477 4.38279C0.92531 3.27024 1.37392 2.35508 2.2173 1.63731C2.95302 1.00925 3.7964 0.740089 4.74745 0.829811C5.71645 0.901588 6.54189 1.28739 7.22377 1.98722L7.7621 2.52555L8.30043 1.98722C8.98232 1.28739 9.79878 0.901588 10.7498 0.829811C11.7188 0.740089 12.5712 1.00925 13.3069 1.63731Z" fill="%2351C5CF"></path></svg>');
}

.gf_product-wishlist .wishlist-button-add {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  border: none;
}
.crea-productlists__block .gf_product-wishlist .wishlist-button-add::after {
  border: none;
  background-image: url('data:image/svg+xml,<svg width="15" height="13" viewBox="0 0 15 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.3069 1.63731C14.1503 2.35508 14.5989 3.27024 14.6527 4.38279C14.7066 5.49534 14.3477 6.43742 13.5761 7.20902L8.38118 12.5923C8.20174 12.7718 7.99538 12.8615 7.7621 12.8615C7.52883 12.8615 7.32247 12.7718 7.14302 12.5923L1.94814 7.20902C1.17653 6.43742 0.817644 5.49534 0.871477 4.38279C0.92531 3.27024 1.37392 2.35508 2.2173 1.63731C2.95302 1.00925 3.7964 0.740089 4.74745 0.829811C5.71645 0.901588 6.54189 1.28739 7.22377 1.98722L7.7621 2.52555L8.30043 1.98722C8.98232 1.28739 9.79878 0.901588 10.7498 0.829811C11.7188 0.740089 12.5712 1.00925 13.3069 1.63731Z" fill="%23999999"></path></svg>');
}
@media (max-width: 1279.98px) {
  .esace {
    width: 0;
  }
}

@media (max-width: 1024.98px) {
  #carousel > div:first-child {
    width: 100%;
  }
  #carousel .brands-list {
    grid-column-gap: 10px;
  }
  #carousel .brands-block {
    padding-right: 30px;
  }
  #carousel .brands-list .brand-item img {
    max-width: 100%;
  }
  #home_deals .deals-block {
    padding-left: 30px;
  }
  #carousel .custom-slider img {
    max-width: 100%;
  }
  .carousel .carousel-item .caption-description h2 {
    font-size: var(--font-size-xl);
  }
  .carousel .carousel-item .caption .display-1 {
    font-size: var(--font-size-lg);
    margin-bottom: 10px;
  }
  .carousel .carousel-indicators {
    bottom: 70px;
  }
  .carousel .carousel-item .legend-desc {
    padding: 10px;
  }
  .bloc-toilette-mission .bloc-banner .bloc-banner-text p {
    font-size: var(--font-size-sm);
  }
  .bloc-toilette-mission .bloc-banner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .crea-productlists > .row {
    flex-direction: column;
    grid-row-gap: 40px;
  }
  .crea-productlists > .row .col-lg-5 {
    width: 100%;
  }
  .crea-productlists > .row .col-lg-7 {
    width: 100%;
  }
  #header .navbar .navbar-nav .nav-item + .nav-item {
    margin-left: 1rem;
  }
  #_desktop_cart .cart-preview-price {
    display: none;
  }
  .crea-productlists .crea-productlists__block {
    padding-right: 20px;
  }
  .home-posts .sdsblog-box-content .full-post-wrapper .item {
    height: 100%;
  }
  .home-posts .sdsblog-box-content .full-post-wrapper .item .post-img {
    height: 100%;
  }
  .home-posts .post-img img {
    height: 100%;
    object-fit: cover;
  }
  #header .header-nav .banner-flash .big-title {
    font-size: var(--font-size-xl);
  }
  .product-miniature .product-description-all .product-actionsxx .btn-block {
    font-size: 0;
  }
}

@media (max-width: 980.98px) {
  .carousel {
    left: -15px;
    width: auto;
    margin-left: 0;
    right: -15px;
    width: calc(100% + 30px);
    padding: 30px 15px;
  }
  #carousel .brands-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .bloc-toilette-mission .bloc-banner .category-banner .item-cateogry h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 31px;
  }
  .carousel .carousel-item .legend-desc {
    margin-bottom: 5px;
  }
  .carousel .carousel-item .caption .caption-description p:last-of-type {
    margin-top: 20px;
  }
  #header .header-nav .banner-flash .big-title {
    font-size: var(--font-size-lg);
  }
  #header .header-nav .banner-flash .small-title {
    line-height: 1;
  }
  .bloc-toilette-mission .col-lg-6:last-of-type {
    margin-top: 15px;
  }
}

@media (max-width: 860.98px) {
  .bloc-toilette-mission .bloc-banner.bloc-plans {
    margin-bottom: 45px;
  }
  .bloc-toilette-mission .bloc-banner .produits-banner {
    justify-content: center;
  }
  .home-posts .sdsblog-box-content .all-posts-wrapper .line-post-wrapper {
    grid-column-gap: 10px;
  }
  .home-posts .sdsblog-box-content .post-wrapper .sds_post_title a {
    font-size: var(--font-size-sm);
  }
  .home-posts .sdsblog-box-content .post-wrapper .item {
    grid-column-gap: 10px;
  }
  .home-posts .sdsblog-box-content .full-post-wrapper .post-hover {
    left: 0;
    padding: 0 10px;
  }
  .blockreassurance .block-title {
    font-size: var(--font-size-sm);
  }
  .carousel .carousel-item .caption .caption-description p:last-of-type {
    margin-top: 0;
  }
  .carousel .carousel-item .caption-description h2 {
    font-size: var(--font-size-md);
  }
  .carousel .carousel-item .caption {
    bottom: 0;
  }
  .bloc-banner-home .bloc-banner h2 {
    font-size: var(--font-size-xl);
  }
  .tabs-home-stadditionalproductlisting .stadditionalproductlisting-img {
    max-width: 308px;
  }
  .tab-block-wrapper {
    width: calc(100% - 35%);
    padding-left: 20px;
  }
  #header .header-nav .banner-flash .d-flex {
    flex-direction: column;
    padding-bottom: 8px;
    align-items: flex-start;
  }
  #header .header-nav .banner-flash .big-title {
    font-size: var(--font-size-lg);
  }
}
@media (max-width: 768.98px) {
  #home_deals .psproductcountdown {
    padding: 0;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
  }
  #home_deals .psproductcountdown .desc-psproductcountdown {
    max-width: 100%;
  }
  #home_deals .deals-block .deals-right .product-price-and-shipping {
    margin: 0 0 5px;
  }
  #home_deals .deals-block .deals-right .product-description {
    margin-bottom: 0;
  }
  #home_deals .deals-block {
    align-items: center;
    height: 100%;
  }
  .bloc-banner-home .col-sm-6 {
    width: 100%;
  }
  .bloc-banner-home .col-sm-6:first-of-type {
    margin-bottom: 20px;
  }
  .bloc-banner-home .bloc-banner img {
    width: 100%;
    object-fit: cover;
  }
  #carousel {
    grid-column-gap: 10px;
  }
  .carousel .carousel-item .caption {
    left: 15px;
  }
  .carousel .carousel-inner {
    height: 100%;
  }
  .carousel .carousel-item .caption-description .btn-primary {
    padding: 8px 10px;
  }
  .carousel .carousel-item .legend-desc {
    font-size: var(--font-size-sm);
  }
  #carousel .brands-block {
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
  }
  #carousel .brands-block .title-brands {
    margin-bottom: 15px;
  }
  #carousel .brands-block .title-brands span {
    display: inline-block;
  }
  .tabs-home-stadditionalproductlisting .nav-tabs {
    grid-column-gap: 0;
  }
  .tabs-home-stadditionalproductlisting .nav-tabs {
    padding-left: 0;
  }
  .tabs-home-stadditionalproductlisting .nav-item .nav-link {
    font-size: var(--font-size-xs);
  }
}

@media (max-width: 767px) {
  .links .title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-posts .sdsblog-box-content {
    grid-column-gap: 8px;
  }
  .blockreassurance .block-title {
    padding: 10px;
    text-align: center;
  }
  .crea-productlists__products
    .product-miniature
    .thumbnail-container
    .product-thumbnail
    img {
    height: revert-layer;
  }
  .tab-block-wrapper .nav-tabs {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
  }
  .tab-block-wrapper .nav-tabs::-webkit-scrollbar {
    display: none;
  }
  .featured-products .products {
    grid-row-gap: 30px;
  }
  #carousel {
    flex-direction: column;
  }
  #carousel .custom-slider img {
    width: 100%;
    object-fit: cover;
  }
  #carousel .custom-slider {
    margin-top: 15px;
  }
  .hook_home::before,
  .tabs-home-index::before {
    content: none;
  }
}

@media (max-width: 667px) {
  #carousel .custom-slider {
    margin-top: 30px;
  }
  .home-posts .sdsblog-box-content {
    flex-direction: column;
    grid-row-gap: 20px;
  }
  .crea-productlists .crea-productlists__products .row {
    flex-direction: column;
  }
  .crea-productlists .crea-productlists__products .col-md-4 {
    margin-bottom: 20px;
  }
  .crea-productlists .crea-productlists__products .col-md-4:last-of-type {
    margin-bottom: 0px;
  }
  .carousel .carousel-item .caption .caption-description p:last-of-type {
    font-size: var(--font-size-sm);
  }
  .carousel .carousel-item .caption-description h2 {
    font-size: var(--font-size-sm);
  }
}
@media (max-width: 575px) {
  #home_deals .deals-block .deals-right {
    padding: 5px 20px 0 20px;
  }
  .tabs-home-stadditionalproductlisting .stadditionalproductlisting-img h2 {
    font-size: var(--font-size-xl);
  }
  .swiper-promos .product-miniature .product-price-and-shipping {
    display: flex;
    flex-direction: column;
  }
  button.btn.btn-link.toggle-filters {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .carousel .carousel-item .caption .display-1 {
    font-size: var(--font-size-sm);
    margin-bottom: 0px;
  }
  .crea-productlists
    .crea-productlists__block
    .product-miniature
    .thumbnail-container {
    grid-template-columns: 1fr;
  }
  .crea-productlists .crea-productlists__block .crea-productlists__content {
    flex-direction: column;
    text-align: center;
  }
  .home-posts .sdsblog-box-content .all-posts-wrapper .line-post-wrapper {
    flex-direction: column;
  }
  .home-posts
    .sdsblog-box-content
    .all-posts-wrapper
    .line-post-wrapper
    .post-wrapper {
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
  }
  .home-posts
    .sdsblog-box-content
    .all-posts-wrapper
    .line-post-wrapper:first-child {
    margin-bottom: 0;
  }
  .blockreassurance {
    text-align: center;
  }
  .blockreassurance .block-title {
    height: 100%;
  }
  footer .download-app {
    flex-direction: column;
  }
  .home-posts .sdstitle_block h2 {
    font-size: var(--font-size-lg);
  }
  .crea-productlists
    .crea-productlists_block__title
    h2.crea-productlists__title {
    font-size: var(--font-size-lg);
  }
  #home_deals .deals-block {
    flex-direction: column;
    padding: 0 15px;
  }
  #home_deals .deals-block .deals-right {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  #home_deals .deals-block .deals-left {
    /* grid-row-gap: 0; */
  }
  #home_deals .psproductcountdown-stock {
    margin-bottom: 20px;
  }
  .tabs-home-stadditionalproductlisting .stadditionalproductlisting-img {
    display: none;
  }
  .tab-block-wrapper {
    width: 100%;
  }
  #header .header-nav .banner-flash img {
    max-width: 100%;
  }
  #header .header-nav .banner-flash .big-title {
    line-height: 1;
  }
  .carousel .carousel-item img {
    min-height: 300px;
    object-fit: cover;
  }
  #home_deals {
    margin-bottom: 3rem;
  }
  .bloc-banner-home .bloc-banner {
    border-radius: 8px;
    padding: 10px;
    background: #edf0f7;
  }
  .bloc-banner-home .bloc-banner img {
    display: none;
  }
  .bloc-banner-home .bloc-banner.bloc-plans {
    background: #f9a5a2;
  }
  .bloc-banner-home .bloc-banner .bloc-banner-text {
    position: initial;
    padding: 0 10px;
  }
  #header .header-nav .banner-flash .d-flex {
    align-items: flex-start;
    width: 100%;
  }
  #header .header-nav .banner-flash .big-title {
    font-size: var(--font-size-md);
    font-weight: 400;
  }
  .ooc_footer .btn-default {
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
}
@media (min-width: 1024.98px) {
  .block_newsletter > .row {
    padding-left: 50px;
  }
  .block-social ul {
    padding-left: 43px;
  }
  .block-contact {
    padding-left: 63px;
  }
}

/****** Footer ******/
#module-smartblog-category h1 {
  text-align: center;
  margin: 30px 0;
}
#module-smartblog-category .sdsarticleHeader img {
  max-width: 100%;
  width: 100%;
}
#module-smartblog-category .sdsarticleCat {
  margin-bottom: 20px;
}
#module-smartblog-category .sdsarticleHeader {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .off-canvas-nav-megamenu .navbar-nav > li {
    border: none;
    text-align: left;
    border-radius: 0;
    border-bottom: 1px solid #f1f1f1;
  }
  .off-canvas-nav-megamenu .navbar-nav > li > a {
    color: #000000;
  }
  .off-canvas-nav-megamenu .navbar-nav > li + .nav-item,
  .off-canvas-nav-megamenu .navbar-nav > li {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 5px;
  }
  .off-canvas-nav-megamenu .navbar-nav > li.activelist {
    border: none;
  }
  .off-canvas-nav-megamenu .dropdown .dropdown-menu li.col-md-4 {
    width: 100%;
  }
  .off-canvas-nav-megamenu .nav li.dropdown .caretd {
    right: -3px;
  }
  .off-canvas-nav-megamenu .nav li {
    padding: 0 5px;
  }
  .off-canvas-active > .off-canvas-nav-megamenu.active {
    position: fixed;
  }
}
