.menu-type-dropdown-list {
    max-width: 300px;
}

@media (min-width: 1280px) {
    .ysw-u-none-large-x {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .ysw-u-none-large {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .ysw-u-none-medium {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .ysw-u-none-small {
        display: none !important;
    }
}
@media (max-width: 992px) {
    .ysw-u-max-none-medium {
        display: none !important;
    }
}
@media (min-width: 1280px) {
    .ysw-header__container {
        /* max-width: 100%; */
    }
}
@media (min-width: 1280px) {
    .ysw-header__container .header__heading-link {
        /* margin-left: 8.5714285714rem; */
    }
}
@media (max-width: 575px) {
    .ysw-header__container .header__heading-link img {
        max-width: 9.2857142857rem;
    }
}
.ysw-header .header__icons svg {
    height: 1.9285714286rem;
    width: 2.1428571429rem;
}
.ysw-header .header__icons .cart-icon svg {
    height: 2.1428571429rem;
    width: 2.1428571429rem;
}
.ysw-header-4__left {
    border-radius: 0.3571428571rem;
    padding: 0 1rem 0rem 1rem;
    width: 70%;
    display: flex;
    justify-content: space-between;
}
@media (min-width: 1280px) {
    .ysw-header-4__left .header-search-group {
        max-width: 74%;
        margin-left: -51px;
    }
}
.ysw-header-4__left .search-input::placeholder {
    color: #4d4d4d;
    font-size: 1rem;
}
.ysw-header-4__nav {
    background-color: var(--theme-color) !important;
    padding: 0.7rem 0;
}
.ysw-header-4__nav ul {
    gap: 0.7142857143rem;
}
@media (min-width: 990px) {
    .ysw-header-4__nav .dropdown-menu-item svg {
        display: none;
    }
}
.ysw-header-4__nav .nav-item {
    font-weight: 700;
    text-transform: uppercase;
}
.ysw-header-4__nav .nav-item .nav-link {
    color: #fff;
    font-stretch: condensed;
    font-weight: 700;
    padding: 0;
    line-height: 1;
      margin: 0 3px;
}
.ysw-header-4 .side-menu .list-menu__item,
.ysw-header-4 .side-menu .list-menu .menu-login-btn {
    font-weight: 700 !important;
    font-stretch: condensed;
    text-transform: uppercase;
}
.ysw-header-4 .side-menu .localization-dropdown select {
    max-width: 100%;
}
@media screen and (max-width: 990px) {
    .ysw-header-4 .navigation__header {
        padding: 0.7142857143rem 0;
    }
}
.ysw-header-4 .yv-header-searchbar-icon {
    border-bottom-right-radius: 0.3571428571rem;
    border-top-right-radius: 0.3571428571rem;
}
.ysw-header-4 .yv-header-searchbar input {
    border-radius: 0.3571428571rem;
}

header .side-menu .nav-item.dropdown .inner.child li a {
    text-transform: uppercase;
    font-weight: 700;
    font-stretch: condensed;
}
