/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * @codingStandardsIgnoreStart
 */
.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* BRICOLLI - RTL fix for Arabic store only */
html[lang^="ar"] body,
html[lang^="ar"] .page-wrapper,
html[lang^="ar"] .page-main,
html[lang^="ar"] .columns,
html[lang^="ar"] .column.main,
html[lang^="ar"] .footer-container {
  direction: rtl;
}
html[lang^="ar"] .footer-container,
html[lang^="ar"] .footer-container * {
  text-align: right;
}
html[lang^="ar"] .footer-container .socials-wrap,
html[lang^="ar"] .footer-container .payment {
  direction: rtl;
}
/* BRICOLLI - Clean Arabic RTL header corrections */
/* Ne pas casser le comportement natif du thème RTL */
html[lang^="ar"],
html[lang^="ar"] body {
  direction: rtl;
}
/* =========================
   1) LOGO À DROITE
   ========================= */
html[lang^="ar"] .header-container .logo-content,
html[lang^="ar"] .header-container .logo-wrapper,
html[lang^="ar"] .header-container .logo-header,
html[lang^="ar"] .header-container .logo {
  float: right !important;
  text-align: right !important;
  margin-right: 30px !important;
  margin-left: 0 !important;
}
html[lang^="ar"] .header-container .logo img {
  display: inline-block !important;
}
/* =========================
   2) SWITCHER LANGUE PROPRE
   ========================= */
html[lang^="ar"] .header-container .switcher,
html[lang^="ar"] .header-container .switcher-language,
html[lang^="ar"] .header-container .language-wrapper,
html[lang^="ar"] .header-container .language-currency {
  position: relative !important;
  z-index: 9999 !important;
  direction: rtl !important;
  text-align: right !important;
}
html[lang^="ar"] .header-container .switcher .switcher-trigger,
html[lang^="ar"] .header-container .switcher-language .switcher-trigger {
  min-width: 130px !important;
  height: 50px !important;
  line-height: 48px !important;
  padding: 0 15px !important;
  text-align: center !important;
  white-space: nowrap !important;
  overflow: visible !important;
}
html[lang^="ar"] .header-container .switcher .switcher-dropdown,
html[lang^="ar"] .header-container .switcher-options .switcher-dropdown,
html[lang^="ar"] .header-container .language-currency .dropdown-menu {
  left: 0 !important;
  right: auto !important;
  min-width: 230px !important;
  width: 230px !important;
  padding: 10px 12px !important;
  text-align: right !important;
  direction: rtl !important;
  z-index: 99999 !important;
  overflow: visible !important;
}
html[lang^="ar"] .header-container .switcher .switcher-dropdown li,
html[lang^="ar"] .header-container .language-currency .dropdown-menu li,
html[lang^="ar"] .header-container .switcher .switcher-dropdown a,
html[lang^="ar"] .header-container .language-currency .dropdown-menu a {
  display: block !important;
  white-space: nowrap !important;
  text-align: right !important;
  direction: rtl !important;
  line-height: 28px !important;
  overflow: visible !important;
}
/* =========================
   3) SEARCH À GAUCHE MAIS CLIQUABLE
   ========================= */
/* Important : supprimer l'effet de bloc invisible.
   On ne met JAMAIS pointer-events:none ici. */
html[lang^="ar"] .header-container .header-bottom .search-header,
html[lang^="ar"] .header-container .header-bottom .sm-searchbox,
html[lang^="ar"] .header-container .header-bottom .block-search {
  float: left !important;
  width: 395px !important;
  max-width: 395px !important;
  min-width: 395px !important;
  margin-left: 25px !important;
  margin-right: 0 !important;
  position: relative !important;
  z-index: 60 !important;
  pointer-events: auto !important;
  overflow: visible !important;
}
/* Tous les éléments du formulaire doivent rester cliquables */
html[lang^="ar"] .header-container .header-bottom .search-header *,
html[lang^="ar"] .header-container .header-bottom .sm-searchbox *,
html[lang^="ar"] .header-container .header-bottom .block-search * {
  pointer-events: auto !important;
}
/* Menu au-dessus des fonds, mais pas au-dessus du dropdown search */
html[lang^="ar"] .header-container .sm_megamenu_wrapper_horizontal_menu,
html[lang^="ar"] .header-container .sm_megamenu_menu,
html[lang^="ar"] .header-container .horizontal-menu,
html[lang^="ar"] .header-container .nav-container {
  position: relative !important;
  z-index: 50 !important;
}
/* Champ recherche RTL */
html[lang^="ar"] .header-container .sm-searchbox input,
html[lang^="ar"] .header-container .block-search input,
html[lang^="ar"] .header-container input.input-text {
  direction: rtl !important;
  text-align: right !important;
}
/* Dropdown catégorie search doit être cliquable et visible */
html[lang^="ar"] .header-container .sm-searchbox .chosen-container,
html[lang^="ar"] .header-container .sm-searchbox .chosen-drop,
html[lang^="ar"] .header-container .sm-searchbox .searchbox-cat,
html[lang^="ar"] .header-container .sm-searchbox .cat-wrapper {
  z-index: 9999 !important;
  pointer-events: auto !important;
}
/* Le bouton search reste à gauche */
html[lang^="ar"] .header-container .sm-searchbox button,
html[lang^="ar"] .header-container .sm-searchbox .btn-search,
html[lang^="ar"] .header-container .block-search button.action.search {
  pointer-events: auto !important;
  z-index: 100 !important;
}
/* =========================
   4) MOBILE SAFETY
   ========================= */
@media (max-width: 991px) {
  html[lang^="ar"] .header-container .logo-content,
  html[lang^="ar"] .header-container .logo-wrapper,
  html[lang^="ar"] .header-container .logo-header,
  html[lang^="ar"] .header-container .logo {
    float: none !important;
    text-align: center !important;
    margin-right: 0 !important;
  }
  html[lang^="ar"] .header-container .header-bottom .search-header,
  html[lang^="ar"] .header-container .header-bottom .sm-searchbox,
  html[lang^="ar"] .header-container .header-bottom .block-search {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    break-inside: avoid;
  }
  .block-content {
    break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    break-after: avoid;
    break-inside: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fmarket%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2F_theme.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fmarket%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2F_bricolli-ar-rtl-fix.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fmarket%5C%2Ffr_FR%5C%2Fcss%5C%2Fsource%5C%2F_bricolli-ar-header-rtl-position.less%22%2C%22%5C%2Fstatic%5C%2Ffrontend%5C%2FSm%5C%2Fmarket%5C%2Ffr_FR%5C%2Fcss%5C%2Fprint.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3B%3B%3B%3B%3B%3BAAkDA%3BEACI%2CgBAAA%3BEACA%2CSAAA%3BEACA%2CUAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BAAqIJ%3BEACI%3BIAAO%2CgBAAgB%2CcAAhB%3B%3B%3BAAEX%3BEACI%3BIAAO%2CmBAAmB%2CcAAnB%3B%3B%3BAAEX%3BEACI%3BIACI%2CmBAAmB%2CcAAnB%3BIACA%2CWAAU%2CcAAV%3B%3B%3B%3BAClMR%2CIAAI%2CYAAa%3BAACjB%2CIAAI%2CYAAa%3BAACjB%2CIAAI%2CYAAa%3BAACjB%2CIAAI%2CYAAa%3BAACjB%2CIAAI%2CYAAa%2CQAAO%3BAACxB%2CIAAI%2CYAAa%3BEACb%2CcAAA%3B%3BAAGJ%2CIAAI%2CYAAa%3BAACjB%2CIAAI%2CYAAa%2CkBAAkB%3BEAC%5C%2FB%2CiBAAA%3B%3BAAGJ%2CIAAI%2CYAAa%2CkBAAkB%3BAACnC%2CIAAI%2CYAAa%2CkBAAkB%3BEAC%5C%2FB%2CcAAA%3B%3B%3B%3BACdJ%2CIAAI%3BAACJ%2CIAAI%2CYAAa%3BEACb%2CcAAA%3B%3B%3B%3B%3BAAOJ%2CIAAI%2CYAAa%2CkBAAkB%3BAACnC%2CIAAI%2CYAAa%2CkBAAkB%3BAACnC%2CIAAI%2CYAAa%2CkBAAkB%3BAACnC%2CIAAI%2CYAAa%2CkBAAkB%3BEAC%5C%2FB%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C6BAAA%3BEACA%2CyBAAA%3B%3BAAGJ%2CIAAI%2CYAAa%2CkBAAkB%2CMAAM%3BEACrC%2CqBAAA%3B%3B%3B%3B%3BAAOJ%2CIAAI%2CYAAa%2CkBAAkB%3BAACnC%2CIAAI%2CYAAa%2CkBAAkB%3BAACnC%2CIAAI%2CYAAa%2CkBAAkB%3BAACnC%2CIAAI%2CYAAa%2CkBAAkB%3BEAC%5C%2FB%2C6BAAA%3BEACA%2CwBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CIAAI%2CYAAa%2CkBAAkB%2CUAAU%3BAAC7C%2CIAAI%2CYAAa%2CkBAAkB%2CmBAAmB%3BEAClD%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CIAAI%2CYAAa%2CkBAAkB%2CUAAU%3BAAC7C%2CIAAI%2CYAAa%2CkBAAkB%2CkBAAkB%3BAACrD%2CIAAI%2CYAAa%2CkBAAkB%2CmBAAmB%3BEAClD%2CkBAAA%3BEACA%2CsBAAA%3BEACA%2C2BAAA%3BEACA%2CuBAAA%3BEACA%2C6BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3B%3BAAGJ%2CIAAI%2CYAAa%2CkBAAkB%2CUAAU%2CmBAAmB%3BAAChE%2CIAAI%2CYAAa%2CkBAAkB%2CmBAAmB%2CeAAe%3BAACrE%2CIAAI%2CYAAa%2CkBAAkB%2CUAAU%2CmBAAmB%3BAAChE%2CIAAI%2CYAAa%2CkBAAkB%2CmBAAmB%2CeAAe%3BEACjE%2CyBAAA%3BEACA%2C8BAAA%3BEACA%2C4BAAA%3BEACA%2CyBAAA%3BEACA%2C4BAAA%3BEACA%2C4BAAA%3B%3B%3B%3B%3B%3B%3BAASJ%2CIAAI%2CYAAa%2CkBAAkB%2CeAAe%3BAAClD%2CIAAI%2CYAAa%2CkBAAkB%2CeAAe%3BAAClD%2CIAAI%2CYAAa%2CkBAAkB%2CeAAe%3BEAC9C%2CsBAAA%3BEACA%2CuBAAA%3BEACA%2C2BAAA%3BEACA%2C2BAAA%3BEACA%2C4BAAA%3BEACA%2C0BAAA%3BEACA%2C6BAAA%3BEACA%2CsBAAA%3BEACA%2C%2BBAAA%3BEACA%2C4BAAA%3B%3B%3BAAIJ%2CIAAI%2CYAAa%2CkBAAkB%2CeAAe%2CeAAe%3BAACjE%2CIAAI%2CYAAa%2CkBAAkB%2CeAAe%2CcAAc%3BAAChE%2CIAAI%2CYAAa%2CkBAAkB%2CeAAe%2CcAAc%3BEAC5D%2C%2BBAAA%3B%3B%3BAAIJ%2CIAAI%2CYAAa%2CkBAAkB%3BAACnC%2CIAAI%2CYAAa%2CkBAAkB%3BAACnC%2CIAAI%2CYAAa%2CkBAAkB%3BAACnC%2CIAAI%2CYAAa%2CkBAAkB%3BEAC%5C%2FB%2C6BAAA%3BEACA%2CsBAAA%3B%3B%3BAAIJ%2CIAAI%2CYAAa%2CkBAAkB%2CcAAc%3BAACjD%2CIAAI%2CYAAa%2CkBAAkB%2CcAAc%3BAACjD%2CIAAI%2CYAAa%2CkBAAkB%2CMAAK%3BEACpC%2CyBAAA%3BEACA%2C4BAAA%3B%3B%3BAAIJ%2CIAAI%2CYAAa%2CkBAAkB%2CcAAc%3BAACjD%2CIAAI%2CYAAa%2CkBAAkB%2CcAAc%3BAACjD%2CIAAI%2CYAAa%2CkBAAkB%2CcAAc%3BAACjD%2CIAAI%2CYAAa%2CkBAAkB%2CcAAc%3BEAC7C%2CwBAAA%3BEACA%2C%2BBAAA%3B%3B%3BAAIJ%2CIAAI%2CYAAa%2CkBAAkB%2CcAAc%3BAACjD%2CIAAI%2CYAAa%2CkBAAkB%2CcAAc%3BAACjD%2CIAAI%2CYAAa%2CkBAAkB%2CcAAc%2COAAM%2COAAO%3BEAC1D%2C%2BBAAA%3BEACA%2CuBAAA%3B%3B%3B%3B%3BAA2BJ%2CQApB0B%3BEACtB%2CIAAI%2CYAAa%2CkBAAkB%3BEACnC%2CIAAI%2CYAAa%2CkBAAkB%3BEACnC%2CIAAI%2CYAAa%2CkBAAkB%3BEACnC%2CIAAI%2CYAAa%2CkBAAkB%3BIAC%5C%2FB%2CsBAAA%3BIACA%2C6BAAA%3BIACA%2C0BAAA%3B%3BEAGJ%2CIAAI%2CYAAa%2CkBAAkB%2CeAAe%3BEAClD%2CIAAI%2CYAAa%2CkBAAkB%2CeAAe%3BEAClD%2CIAAI%2CYAAa%2CkBAAkB%2CeAAe%3BIAC9C%2CsBAAA%3BIACA%2CsBAAA%3BIACA%2C0BAAA%3BIACA%2CuBAAA%3BIACA%2CyBAAA%3B%3B%3BAC9IR%2CWACI%3BEACI%2CcAAA%3BEACA%2CWAAA%3BEACA%2CgBAAA%3B%3BAA0HR%3BEArHI%3BIACI%2C%2BBAAA%3BIACA%2CkCAAA%3BIACA%2CWAAA%3BIACA%2CuBAAA%3BIACA%2C4BAAA%3B%3BEAGJ%3BEACA%2CCAAC%3BIACG%2CqCAAA%3B%3BEAIJ%3BEACA%3BIACI%2CsBAAA%3BIACA%2CwBAAA%3B%3BEAGJ%3BIACI%2C2BAAA%3B%3BEAGJ%2CcAAe%3BIACX%2CWAAA%3BIAMA%2CmBAAA%3B%3BEAPJ%2CcAAe%2CMAGX%3BIACI%2CWAAA%3B%3BEAKJ%2CcATW%2CMASP%2CQAAQ%2CKAAE%3BIACV%2C0BAAA%3B%3BEAIR%3BEACA%3BEACA%3BIACI%2CwBAAA%3B%3BEAGJ%3BIACI%2C0BAAA%3B%3BEAGJ%3BIACI%2CWAAA%3B%3BEAGJ%3BEACA%3BEACA%3BEACA%3BIACI%2CmBAAA%3B%3BEAGJ%3BIACI%2CmBAAA%3B%3BEAGJ%3BEACA%3BEACA%3BIACI%2CkBAAA%3BIACA%2CmBAAA%3B%3BEAGJ%3BIACI%2CwBAAA%3B%3BEAGJ%3BEACA%3BEACA%2COAAO%2CQAAW%2CIAAC%3BEACnB%2CMAAM%2CQAAW%2CIAAC%3BEAClB%2COAAO%2CQAAW%2CIAAC%3BIACf%2CaAAA%3B%3BEAGJ%3BEACA%2COAAQ%3BIACJ%2CyBAAA%3BIACA%2CcAAA%3B%3BEAMQ%2CoBAFR%2CaACI%2CoBACK%2CIAAI%3BIACD%2CYAAA%3BIACA%2CmBAAA%3B%3BEAMhB%2COAAO%3BIACH%2CsBAAA%3BIACA%2CsBAAA%3B%3BEAGJ%3BIACI%2CcAAA%3BIACA%2CiBAAA%3B%3BEAGJ%2COAAO%3BIACH%2CUAAA%3B%3BEAGJ%3BIACI%2CwBAAA%22%7D */