@charset "utf-8";

.nav-vertical .social-icons a { color: rgb(255, 255, 255); }

.nav-vertical .header-logo img { }

@media (min-width: 1200px) {
  .site-nav .no-mega-menu .sub-menu-mobile ul li:hover, .site-nav .no-mega-menu .sub-menu-mobile ul li.menu-lv-3:hover { background: rgb(250, 250, 250); }
  .site-nav .no-mega-menu .sub-menu-mobile ul li { border-bottom: 1px solid rgb(234, 234, 234); }
  .site-nav .no-mega-menu .sub-menu-mobile .menu-lv-2 .sub-menu-mobile { border-left: 1px solid rgb(234, 234, 234); }
  .wrapper-navigation, .main-menu { background-color: rgb(0, 0, 0); }
  .site-nav .sub-menu-mobile { background-color: rgb(255, 255, 255); }
  .wrapper-navigation .main-menu { text-align: center; }
  .has_sticky .wrapper_header_default .wrapper-top-cart .cart-icon svg, .wrapper-navigation .fixed-right-menu a, .wrapper-navigation .site-nav .menu-lv-1 > a { color: rgb(255, 255, 255); }
  .is-sticky .wrapper-navigation .fixed-right-menu .search-fixed, .is-sticky .wrapper-navigation .fixed-right-menu .cart-fixed { border-left-color: rgba(255, 255, 255, 0.15); }
  .site-nav .menu-lv-1 > a:hover { color: rgb(255, 255, 255); }
  .site-nav .menu-lv-1 > a span::before { background-color: rgb(255, 255, 255); }
  .site-nav .menu-lv-2 > a, .site-nav .mega-menu .mega-banner .title { color: rgb(255, 255, 255); }
  .site-nav .mega-menu .site-nav-dropdown .featured-product .btn { color: rgb(255, 255, 255); background: rgb(0, 0, 0); border-color: rgb(0, 0, 0); }
  .site-nav .mega-menu .site-nav-dropdown .featured-product .btn:hover { color: rgb(255, 255, 255); background: rgb(231, 4, 15); border-color: rgb(231, 4, 15); }
  .site-nav .menu-lv-2 > a:hover { color: rgb(35, 35, 35); }
  .site-nav .menu-lv-3 > a, .site-nav .no-mega-menu .menu-lv-2 > a { color: rgb(45, 45, 45); }
  .site-nav .menu-lv-3 > a:hover, .site-nav .no-mega-menu .menu-lv-2 > a:hover { color: rgb(0, 0, 0); }
  .site-nav .menu-lv-3 > a span::before { background-color: rgb(0, 0, 0); }
  .site-nav .menu-lv-3 > a span::after { color: rgb(0, 0, 0); }
  .site-nav .icon_sale::before { border-top-color: rgb(236, 64, 101); }
  .site-nav .icon_new::before { border-top-color: rgb(67, 181, 244); }
  .site-nav .icon_hot::before { border-top-color: rgb(247, 154, 0); }
  .site-nav .menu-lv-1 > a, .site-nav .menu-mb-title { font-size: 14px; }
  .site-nav .menu-lv-2 > a, .site-nav .mega-menu .mega-banner .title { font-size: 12px; }
  .site-nav .menu-lv-3 > a { font-size: 12px; }
}

.site-nav .icon_sale { background-color: rgb(236, 64, 101); color: rgb(255, 255, 255); }

.site-nav .icon_new { background-color: rgb(67, 181, 244); color: rgb(255, 255, 255); }

.site-nav .icon_hot { background-color: rgb(247, 154, 0); color: rgb(255, 255, 255); }

@media (max-width: 1199px) {
  .site-nav .icon_sale::before { border-right-color: rgb(236, 64, 101); }
  .site-nav .icon_new::before { border-right-color: rgb(67, 181, 244); }
  .site-nav .icon_hot::before { border-right-color: rgb(247, 154, 0); }
}