/*--------------------------------------------------------------------------------
SIDEBAR MAIN
--------------------------------------------------------------------------------*/
.sidebar-main .sitenav-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1010;
  background: transparent; }
  .sidebar-main .sitenav-wrapper.sitenav-right {
    right: 0; }
    .sidebar-main .sitenav-wrapper.sitenav-right .sitenav-inner {
      right: 0;
      -webkit-transform: translateX(120%);
      transform: translateX(120%);
      -webkit-transition: transform 0.35s ease,right 0.25s ease, visibility 0s;
      transition: transform 0.35s ease,right 0.25s ease, visibility 0s; }
  .sidebar-main .sitenav-wrapper.sitenav-left {
    left: 0; }
    .sidebar-main .sitenav-wrapper.sitenav-left .sitenav-inner {
      left: 0;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: transform 0.35s ease,left 0.25s ease, visibility 0s;
      transition: transform 0.35s ease,left 0.25s ease, visibility 0s; }
  .sidebar-main .sitenav-wrapper .sitenav-inner {
    margin: 0 auto;
    max-width: 480px;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #ffffff;
    background-clip: padding-box;
    display: flex;
    flex-direction: column; }
    .sidebar-main .sitenav-wrapper .sitenav-inner:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      z-index: 1;
      opacity: 1;
      visibility: visible; }

.sidebar-main.is-show-right .sitenav-wrapper.show {
  left: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner {
  right: 0;
  width: 75%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .sidebar-main.is-show-right .sitenav-wrapper.show .sitenav-inner:after {
    visibility: hidden;
    opacity: 0; }

.sidebar-main.is-show-right .sitenav-wrapper.show .sidebar-overlay {
  opacity: 1;
  visibility: visible; }

.sidebar-main.is-show-left .sitenav-wrapper.show {
  right: 0 !important;
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner {
  left: 0;
  width: 75%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .sidebar-main.is-show-left .sitenav-wrapper.show .sitenav-inner:after {
    visibility: hidden;
    opacity: 1; }

.sidebar-main.is-show-left .sitenav-wrapper.show .sidebar-overlay {
  opacity: 1;
  visibility: visible; }

.sidebar-main .sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1); }

.sitenav-inner .sitenav-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px 10px 5px 35px;
  border-bottom: 1px solid var(--shop-color-border);
  background: #252525;
  color: #fff; }
  .sitenav-inner .sitenav-header > a > svg {
    fill: #fff; }
  .sitenav-inner .sitenav-header:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 18px;
    left: 10px; }
  .sitenav-inner .sitenav-header:before {
    content: "";
    width: 15px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 13px;
    left: 10px; }
  .sitenav-inner .sitenav-header__title {
    font-size: 18px;
    font-weight: 600;
    margin: 0; }
  .sitenav-inner .sitenav-header__btn svg {
    width: 17px;
    height: 100%;
    margin: 0 auto;
    cursor: pointer; }
  .sitenav-inner .sitenav-header .cart-shipping {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px; }
    .sitenav-inner .sitenav-header .cart-shipping__title {
      font-size: 14px;
      font-weight: 400;
      color: #666666;
      letter-spacing: 0.5px;
      min-height: 30px; }
      .sitenav-inner .sitenav-header .cart-shipping__title .price {
        font-weight: 600;
        color: #ff2c26; }
      .sitenav-inner .sitenav-header .cart-shipping__title .free-ship {
        text-transform: uppercase;
        color: #333333;
        font-weight: 600; }

.sitenav-inner .sitenav-content {
  padding: 0px;
  position: relative;
  overflow-y: scroll;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar {
    width: 4px;
    height: 3px; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-track {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: 10px; }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-thumb {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #e1e3e4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
  .sitenav-inner .sitenav-content::-webkit-scrollbar-thumb:window-inactive {
    background: #e1e3e4; }
  .sitenav-inner .sitenav-content .more-notify {
    padding: 8px 0;
    border-top: 1px solid var(--shop-color-border); }
  .sitenav-inner .sitenav-content .more-notify a {
    color: #0d6efd; }

.sitenav-inner .sitenav-footer {
  padding: 15px;
  margin-top: auto;
  border-top: 1px solid var(--shop-color-border); }

.sitenav-overlay {
  background: rgba(225, 225, 225, 0.05);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms linear; }

.sitenav-menu .mobile-menu__section .mobile-menu__section-title {
  font-size: 15px;
  color: var(--shop-color-title);
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
  font-style: normal; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper + .mobile-menu__help-wrapper {
  margin-top: 15px; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper {
  color: #677279;
  display: flex;
  display: -ms-flex;
  align-items: center; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper .icon--bi-phone {
  margin-right: 16px;
  width: 24px;
  height: 24px; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper .icon--bi-email {
  margin-right: 18px;
  width: 22px;
  height: 22px; }

.sitenav-menu .mobile-menu__section .mobile-menu__help-wrapper a {
  border-bottom: 0 !important;
  text-transform: none !important; }

.sitenav-menu .menuList-links li.has-submenu.level0 > ul.submenu-links {
  border: 0; }

.sitenav-menu .menuList-links li.has-submenu > a > span {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center; }

.sitenav-menu .menuList-links li.has-submenu.opened > a {
  background: #252525;
  color: #fff; }

.sitenav-menu .menuList-links > li {
  border: 0; }

.sitenav-menu .menuList-links > li > a {
  font-weight: 600;
  text-transform: uppercase;
  padding: 5.7px;
  font-size: 14px; }
  .sitenav-menu .menuList-links > li > a img {
    width: 18px;
    margin-right: 5px; }

.sitenav-menu .menuList-links > li.has-submenu .icon-plus-submenu:hover {
  border: none; }

.sitenav-menu .menuList-links .has-submenu.level0 > ul.submenu-links li a {
  font-weight: 600;
  padding: 5.7px;
  padding-left: 10px; }

.mainHeader .header-wrap-action .header-action .header-action-item.header-action_menu.js-action-show .header-action_text .header-action__link .box-icon .box-icon--close {
  opacity: 0; }

.mainHeader .header-wrap-action.header-wrap-iconav .header-action .header-action-item.header-action_menu.js-action-show .hamburger-menu {
  opacity: 1; }

.contactbar {
  width: 100%;
  position: fixed;
  bottom: 0px;
  background: #fff;
  left: 0;
  top: unset !important;
  z-index: 9999 !important;
  padding-top: 10px;
  border-top: solid 1px #ebebeb;
  padding-bottom: 20px; }
  .contactbar .incontact {
    display: flex;
    align-items: center; }
  .contactbar .contact-phone.username_bar {
    background-image: none; }
    .contactbar .contact-phone.username_bar a {
      font-size: 14px; }
    .contactbar .contact-phone.username_bar:before {
      content: attr(data-name);
      width: 32px;
      height: 32px;
      background: #252525;
      color: #fff;
      font-weight: bold;
      text-align: center;
      border-radius: 32px;
      position: absolute;
      left: 10px;
      top: 5px;
      line-height: 32px;
      font-size: 20px; }
  .contactbar .contact-phone.not {
    background-image: url("//bizweb.dktcdn.net/100/055/043/themes/900830/assets/users.svg?1700010609620"); }
    .contactbar .contact-phone.not a {
      font-size: 14px; }
  .contactbar .contact-phone {
    display: inline-block;
    padding-left: 50px;
    position: relative;
    top: -5px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 10px 6px;
    line-height: 20px;
    background-image: url("//bizweb.dktcdn.net/100/055/043/themes/900830/assets/call.svg?1700010609620"); }
    .contactbar .contact-phone:last-child {
      margin-left: 10px; }
    .contactbar .contact-phone p {
      font-size: 14px;
      margin-bottom: 0; }
    .contactbar .contact-phone a {
      font-size: 18px;
      color: #252525;
      font-weight: bold;
      text-decoration: none; }

.menuList-links.menuList-links-2 {
  border-top: solid 1px #ebebeb;
  margin-top: 15px;
  padding-top: 15px; }

.sitenav-menu .menuList-links.menuList-links-2 > li > a {
  text-transform: none;
  font-weight: 500; }
