/** Shopify CDN: Minification failed

Line 97:10 Expected identifier but found whitespace
Line 97:11 Unexpected "16px"

**/
.section-header-department {
  padding: var(--gutter-xs) 0; }

@media (min-width: 992px) {
  .section-header-department {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 27px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    background: var(--header-bg-color); } }

.section-header-department .hd-list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 3px; }

.section-header-department .hd-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #d4d4d4;
  -webkit-box-shadow: inset 0 0 #d4d4d4;
  background-color: #d4d4d4;
  border-radius: 5px; }

.section-header-department .hd-list::-webkit-scrollbar {
  height: 5px;
  background-color: #d4d4d4;
  border-radius: 5px; }

.section-header-department .hd-list::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 5px; }

.section-header-department .hd-list li {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: center;
  padding: 0 var(--gutter-xs) var(--gutter-xxs);
  list-style: none; }

@media (min-width: 768px) {
  .section-header-department .hd-list li {
    max-width: 20%;
    flex: 0 0 20%; } }

@media (min-width: 992px) {
  .section-header-department .hd-list li {
    flex: 0 0 auto;
    max-width: 25%;
    width: auto;
    padding-bottom: 0; } }

.section-header-department .hd-list a {
  color: var(--body-link);
  font-weight: var(--font-body-weight);
  font-size: calc(var(--body-font-size) - 2px); }

@media (min-width: 992px) {
  .section-header-department .hd-list a {
    font-size: var(--body-font-size);
    display: flex;
    align-items: center; } }

.section-header-department .hd-list svg {
  width: 40px;
  height: 40px; }

@media (min-width: 992px) {
  .section-header-department .hd-list svg {
    flex: 0 0 22px;
    height: 22px;
    width: 22px; } }

.section-header-department .hd-list .text {
  display: block;
  padding-top: 5px;
  -webkit-padding-start: 5px;
  padding-inline-start: 5px; }

@media (min-width: 992px) {
  .section-header-department .hd-list .text {
    padding-top: 0;
    -webkit-padding-start: 9px;
    padding-inline-start: 9px; } }

@media (min-width: 992px) {
  .section-header-department .hd-list .special-color {
    color: #df3737; } }


/*   padding: 0 20px; */
  padding: 16px 20px 17px;
  position: relative;
}
.menu-mobile .mm-header .mm-close{
  border: none;
  background: transparent;
  padding: 0;
  position: absolute;
  left: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.menu-mobile .mm-header .header-logo{margin: auto;}
.menu-quick-link-list .sub-menu {background: var(--white);}
.menu-quick-link-list .sub-menu li{border-bottom: none!important;}
.menu-quick-link-list .sub-menu > li a{
  padding: 10px;
  font-size: 14px;
}
.menu-mobile .mm-wrapper .mobile-currencies > div.currency_code {
  padding: 10px 20px;
  background: var(--white);
  font-weight: 700;
}
.menu-mobile .mm-wrapper .mobile-currencies span.currency_code{
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
}
.menu-mobile .mm-wrapper .mobile-currencies .c-code{display: none}
.menu-mobile .main-nav li:not(:last-child){border: none}
.menu-mobile .main-nav .menu-quick-link-list{border-top: 1px solid var(--body-border-color);}
.menu-mobile .ly-custom-dropdown-current-inner {
  font-weight: 700;
}
/* New Custom 04.06.2022*/
.header-fixed .vertical-menu.dropdown-fix .head > span {
  display: none;
}
@media (max-width: 991px) {
  .header-fixed .header-scroll-icon {
    display: none;
  }
}
.header-fixed .header-scroll-icon .head {
  display: flex;
  height: 42px;
  width: 50px;
  align-items: center;
  cursor: pointer;
}
.header-fixed .header-scroll-icon .head + .navbar {
  margin-top: 10px;
}
.header-container:not(.header-fixed) .header-scroll-icon {
  display: none;
}
