#toggle-menu {
  height: 60px;
  width: 100%;
  background-color: #2633DA;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 0.85714rem;
  white-space: nowrap;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  outline: none; }
  @media (min-width: 1200px) {
    #toggle-menu {
      font-size: 1rem; } }
  #toggle-menu span {
    margin-right: auto;
    margin-left: 1rem; }
  #toggle-menu:before {
    content: '';
    display: inline-flex;
    width: 60px;
    height: 60px;
    background: #5a63e2 url(../images/icon-menu.svg) no-repeat center;
    background-size: 30px; }
  #toggle-menu:after {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 14px;
    background: transparent url(../images/icon-arrow-white.svg) no-repeat center;
    background-size: contain;
    margin: 0 0.75rem 0 1rem;
    transition: all 0.25s ease-in-out; }
    @media (min-width: 1200px) {
      #toggle-menu:after {
        margin: 0 1rem; } }
  #toggle-menu.layout-full-width:after {
    transform: rotate(180deg);
    transition: all 0.25s ease-in-out; }

#main-menu {
  border: 1px solid #EBEDF6;
  margin: 0;
  position: relative; }
  #main-menu li a[data-depth="0"] {
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #1F2228;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    border: none;
    width: 100%;
    text-align: left; }
    #main-menu li a[data-depth="0"]:after {
      content: '';
      transition: all 0.25s ease-in-out;
      display: block;
      width: 12px;
      height: 8px;
      position: absolute;
      top: 50%;
      right: 1.5rem;
      transform: translateY(-50%) rotate(90deg);
      background: transparent url(../images/icon-arrow-blue.svg) no-repeat center;
      background-size: contain; }
  #main-menu li a[data-depth="1"] {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #1F2228;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1; }
  #main-menu li a[data-depth="2"] {
    display: block;
    font-weight: 400;
    color: #646D82;
    padding: 0.05rem 1.5rem; }
  #main-menu li:not(:last-of-type) a[data-depth="0"] {
    border-bottom: 1px solid #EBEDF6; }
  #main-menu li.category .category-container {
    display: none; }
  #main-menu li.category:hover a[data-depth="0"] {
    color: #2633DA;
    background-color: #EBEDF6; }
    #main-menu li.category:hover a[data-depth="0"]:after {
      right: 1rem;
      transition: all 0.25s ease-in-out; }
  #main-menu li.category:hover .category-container {
    display: block;
    position: absolute;
    right: -120%;
    top: -1px;
    width: 120%;
    height: 100%;
    min-height: 500px;
    background-color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); }
    #main-menu li.category:hover .category-container.has-best-seller {
      right: -240%;
      width: 240%; }
    #main-menu li.category:hover .category-container .row {
      height: 100%; }
      #main-menu li.category:hover .category-container .row .subcategories {
        padding: 1rem 0;
        height: 100%;
        overflow-y: auto; }
        @media (min-width: 992px) {
          #main-menu li.category:hover .category-container .row .subcategories {
            padding: 1rem; } }
      #main-menu li.category:hover .category-container .row .best-seller {
        padding: 1rem;
        height: 100%;
        background-color: #F5F5F8;
        overflow-y: auto; }
        #main-menu li.category:hover .category-container .row .best-seller h2 {
          display: block;
          text-transform: uppercase;
          font-weight: 600;
          color: #1F2228;
          padding: 0.75rem 1rem 0;
          font-size: 1rem;
          line-height: 1;
          margin-bottom: 0; }
        #main-menu li.category:hover .category-container .row .best-seller ul .product {
          margin-left: 1rem;
          margin-right: 1rem;
          padding: 1rem 0;
          border-bottom: 1px solid white; }
          #main-menu li.category:hover .category-container .row .best-seller ul .product:last-of-type {
            border-bottom: none; }
          #main-menu li.category:hover .category-container .row .best-seller ul .product .stars-container {
            background: none; }
          #main-menu li.category:hover .category-container .row .best-seller ul .product h3 {
            color: #1F2228;
            font-size: 1rem;
            font-weight: 600;
            line-height: 1; }
          #main-menu li.category:hover .category-container .row .best-seller ul .product .price {
            color: #1F2228;
            font-size: 1.28571rem;
            font-weight: 700;
            line-height: 1; }

#menu-icon {
  width: 60px;
  height: 60px;
  padding: 0;
  background-color: #2633DA; }
  #menu-icon:focus {
    box-shadow: none; }
  #menu-icon i {
    color: white; }

@media (min-width: 992px) {
  #container-subcategories-mobile {
    display: none !important; } }

#mobile_top_menu_wrapper {
  padding-right: 0 !important; }
  #mobile_top_menu_wrapper .modal-dialog__offcanvas {
    width: calc(100% - 60px);
    max-width: 100%; }
    #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-header {
      height: 60px;
      padding: 1rem 1rem 1rem 1.5rem;
      position: relative; }
      #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-header h2 {
        color: #2633DA;
        margin-bottom: 0;
        line-height: 30px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1rem; }
      #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-header .close {
        position: relative;
        right: -60px;
        top: 0;
        width: 60px;
        height: 60px;
        padding: 0;
        background-color: #2633DA;
        opacity: 1; }
        #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-header .close:focus {
          box-shadow: none;
          outline: none; }
        #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-header .close span {
          color: white;
          font-weight: 200;
          font-size: 2rem;
          height: 45px; }
    #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-body {
      background-color: #F5F5F8; }
      #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-body #main-menu li {
        transition: all 5s ease-in-out; }
        #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-body #main-menu li a[data-depth="0"] {
          background: #F5F5F8;
          pointer-events: none; }
        #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-body #main-menu li .category-container {
          display: none !important; }
          #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-body #main-menu li .category-container a {
            pointer-events: none; }
      #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-body #container-subcategories-mobile {
        position: fixed;
        width: 100%;
        height: calc(100vh - 100px);
        box-shadow: none;
        overflow-x: hidden;
        overflow-y: auto;
        top: 0;
        left: 0;
        right: inherit;
        z-index: 1;
        background-color: white; }
        #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-body #container-subcategories-mobile .title #main-menu-back {
          display: flex;
          align-items: center;
          justify-content: left;
          height: 60px;
          width: 100%;
          border: none;
          position: relative;
          color: #1F2228;
          margin-bottom: 0;
          line-height: 30px;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 1rem;
          padding: 0;
          background: #F5F5F8; }
          #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-body #container-subcategories-mobile .title #main-menu-back:before {
            content: '';
            width: 60px;
            height: 60px;
            display: inline-flex;
            margin-right: 1rem;
            transform: rotate(270deg);
            background: #2633DA url(../images/icon-arrow-white.svg) no-repeat center;
            background-size: 20px; }
        #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-body #container-subcategories-mobile .content {
          padding: 0.5rem 0; }
          #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-body #container-subcategories-mobile .content a[data-depth="1"] {
            display: block;
            text-transform: uppercase;
            font-weight: 600;
            color: #1F2228;
            padding: 0.75rem 1.5rem;
            font-size: 1rem;
            line-height: 1; }
          #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-body #container-subcategories-mobile .content a[data-depth="2"] {
            display: block;
            font-weight: 400;
            color: #646D82;
            padding: 0.05rem 1.5rem; }
    #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-footer {
      padding: 1rem 2rem;
      height: 100px; }
      #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-footer hr {
        height: 60px;
        width: 2px;
        background-color: #F5F5F8;
        margin: 0; }
      #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-footer > div {
        margin: 0; }
        #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-footer > div a {
          text-transform: uppercase;
          text-align: center;
          font-size: 0.71429rem;
          line-height: 1;
          color: #1F2228; }
          #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-footer > div a:before {
            content: '';
            display: flex;
            margin: 0 auto 0.5rem;
            width: 36px;
            height: 36px; }
          #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-footer > div a.store-locator:before {
            background: transparent url(../images/icon-store-locator.svg) no-repeat center;
            background-size: contain; }
          #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-footer > div a.user:before {
            background: transparent url(../images/icon-user.svg) no-repeat center;
            background-size: contain; }
          #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-footer > div a.favorites:before {
            background: transparent url(../images/icon-favorite.svg) no-repeat center;
            background-size: contain; }
    #mobile_top_menu_wrapper .modal-dialog__offcanvas .modal-content {
      box-shadow: none; }
