html,
body {
    overflow-x: unset;
}

body {
    /* max-width: 1600px; */
    margin: 0 auto;
}

.user-name {
    cursor: pointer;
    font-weight: bold;
    color: #000;
    width: auto;
    height: 16px;
    flex-grow: 0;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #1d0033;
}

.dropdown-menu.brands{
    left: -134%;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* right: -62px; */
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* padding: 10px 0;
    min-width: 167px; */
    z-index: 1000;
}

.dropdown-menu a {
    display: block;
    /* padding: 12px 15px; */
    color: #1d0033;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
}

.dropdown-menu a:hover {
    background-color: #f5f5f5;
    color: #007bff;
}

.header-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.account-info {
    margin-right: 10px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* margin-top: -4px; */
}
.minicart-wrapper .action.showcart{
    width: 34px;

}
.user-name {
    font-weight: bold;
}
/* .login-signup a {
    color: #000;
    text-decoration: none;
    margin: 0 5px;
}
.login-signup a:hover {
    text-decoration: underline;
} */

.header-links {
    display: flex;
    align-items: center;
    margin-left: 60px;
}

.navigation-links {
    list-style: none;
    display: flex;
    margin: 0;
    margin-left: 2px;
    padding: 0;
}
.header-new {
    display: flex;
    justify-content: space-between;
    /* align-items: end; */
    margin-top: 20px;
}
/* .minicart-wrapper {
    margin-top: 11px;
} */
.navigation-links li {
    margin-right: 40px;
    position: relative;
    display: flex;
}

/* .navigation-links a {
    text-decoration: none;
    color: #000; 
    font-size: 14px;
} */

.navigation-links a:hover {
    text-decoration: underline;
}

/* .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 0;
    list-style: none;
    z-index: 1000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} */

.dropdown-menu li {
    padding: 20px 20px 10px 20px;
    gap: 10px;
    font-family: Inter;
    font-weight: bold;
    font-size: 12px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
}
.arabic-rtl .dropdown-menu li{
    font-family: IBMPlexSansArabic-Bold;
}

/* .dropdown-menu a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
} */

.dropdown-menu a:hover {
    color: #007bff;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

@media only screen and (min-width: 769px) {
    .panel.header {
        display: none;
    }
    .sections.nav-sections {
        display: none;
    }

    .header.content {
        max-width: 1600px !important;
    }
    /* .logo {
        margin: 19px auto 25px 0 !important;
    } */
}
@media only screen and (max-width: 768px) {
    .header-new {
        display: none;
    }
}
.Vouchers {
    width: 55px !important;
    height: 16px !important;
    flex-grow: 0;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #1d0033 !important;
}
.Subscribe-Save {
    /* width: 119px; */
    height: 18px;
    flex-grow: 0;
    font-family: Inter;
    font-size: 14px;
    font-weight: bolder;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #1d0033 !important;
}
.Brands {
    width: 37px;
    height: 16px;
    flex-grow: 0;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #1d0033 !important;
    margin-left: -1px;
}
.Cart {
    width: 26px;
    height: 16px;
    flex-grow: 0;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #1d0033 !important;
}
span a {
    color: inherit;
    text-decoration: none !important;
    box-shadow: none !important;
}

span a:visited {
    color: inherit;
    text-decoration: none;
}
.Login-Sign-Up {
    width: 84px;
    height: 16px;
    flex-grow: 0;
    font-family: Inter;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #1d0033 !important;
}
.arrowimg {
    margin-left: 8px;
}
.arabic-rtl .arrowimg{
    margin-right: 8px;
    margin-left: 0;
}
.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -2px;
}

div#user-dropdown-menu {
    display: none;
    position: absolute;
    top: 71%;
    right: 97px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0;
    min-width: 150px;
    z-index: 1000;
    height: 124px;
}
.arabic-rtl div#user-dropdown-menu{
    top: 100%;
    right: unset;
    left: -17px;
}
@media only screen and (max-width: 768px) {
    .nav-open .nav-sections {
        opacity: 0.97;
        background-color: rgba(29, 0, 51, 0.9);
        z-index: 600;
    }
    .navigation a,
    .navigation a:hover {
        /* background-color: #1d0033; */
        color: #fff;
    }
}
.minicart-wrapper .action.showcart:before {
    content:url(" ");
    background-image: url("../Magento_Theme/images/cart.png") !important;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    /* transform: scale(0.35); */
    /* margin-top: -16px !important; */
}
/* .minicart-wrapper {
    margin-left: -3px;
} */
.account-icon {
    position: relative;
    top: 0px;
}
@media only screen and (max-width: 768px) {
    .nav-sections-item-title {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .navigation .level0.active > a:not(.ui-state-active),
    .navigation .level0.has-active > a:not(.ui-state-active) {
        border-color: none;
        border-style: none;
        border-width: none;
    }
    .navigation li.level0 {
        border: none;
    }
}
@media only screen and (max-width: 768px) {
    .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-top: 71px;
        width: 100%;
        border: none;
    }
}
a#ui-id-2 {
    display: none;
}
@media only screen and (max-width: 768px) {
    .navigation {
        background: none;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 768px) {
    .navigation .level0 > .level-top {
        font-weight: 700;
        padding: 48px 42px 6px 15px !important;
        text-transform: none;
        word-wrap: break-word;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (max-width: 768px) {
    .navigation .parent .level-top:after {
        position: unset;
        margin-left: -6px;
    }
    li.level0.nav-2.level-top.parent.ui-menu-item {
        margin-bottom: -32px;
        text-align: center;
        margin-left: 28px;
    }
}
@media only screen and (max-width: 768px) {
    .navigation ul {
        margin: 0;
        text-align: center;
        padding: 0;
    }
    a#ui-id-3 {
        background-color: transparent;
    }
    a#ui-id-7 {
        background-color: transparent;
    }
    a#ui-id-8 {
        background-color: transparent;
    }
}
.nav-open .nav-sections {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .level0.last.level-top.ui-menu-item
        a.level-top.ui-menu-item-wrapper
        span:last-child {
        /* display: flex;
        justify-content: center; */
        background-color: #ff9900;
        /* padding-left: 93px;
        padding-right: 124px; */
        padding-top: 19.5px;
        padding-bottom: 19.5px;
        border-radius: 12px;
        color: #1d0033;
        width: 260px;
    }

    .level0.last.level-top.ui-menu-item
        a.level-top.ui-menu-item-wrapper
        span:last-child:hover {
        background-color: white;
        color: #ff9900;
    }
}
@media only screen and (max-width: 768px) {
    .navigation li.level0:last-child {
        border-bottom: none;
        margin-top: -45px;
        /* display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; */
    }
}
@media only screen and (max-width: 768px) {
    .navigation .level0 > .level-top:hover {
        color: white;
    }
    .nav-toggle {
        display: inline-block;
        text-decoration: none;
        cursor: pointer;
        display: block;
        font-size: 0;
        left: auto;
        right: 5%;
        position: absolute;
        top: 15px;
        z-index: 14;
    }

    .nav-toggle:before {
        color: var(--primary-color);
    }
    .minicart-wrapper {
        margin-top: 7px;
        left: -31px;
    }
    .logo {
        margin: 12px 0 10px 0px;
    }
}
li.level0.nav-6.last.level-top.ui-menu-item.active {
    margin-top: 6px;
}

.header-icons {
    margin-top: -13px;
        line-height: 0.9;
    margin-right: 4px;
}

/* .Cart {
    margin-right: -17px;
    position: relative;
    left: 5px;
} */
.Subscribe-Save {
    margin-top: -1px;
}
li.ui-menu-item.all-category {
    display: none;
}
li.level0.nav-4.level-top.ui-menu-item {
    margin-top: -13px;
}

li.level0.category-item.level-top.ui-menu-item {
    display: none;
}

@media only screen and (max-width: 768px) {
    .navigation .submenu:not(:first-child) .active > a {
        border-color: transparent;
    }

    .navigation .level0 {
        border-top: none;
        font-size: 1.6rem;
    }
    .minicart-wrapper .action.showcart:before {
        margin-top: 6px !important;
    }
}

@media only screen and (min-width: 769px) {
    .minicart-wrapper {
        margin-right: -32px;
        margin-left:0;
    }
    .page-main {
        
            max-width: 1600px !important;
        }    
}

.page-header {
    border-bottom: none;
}
@media (min-width: 769px) and (max-width: 1380px) {
    .minicart-wrapper .block-minicart {
        right: 27px !important;
        width: 390px;
    }
}

/* minicart */
.minicart-wrapper .block.block-minicart.ui-dialog-content.ui-widget-content {
    padding: 25px 20px 25px 20px !important;
}
.minicart-wrapper a {
    color: var(--dark-primary-colr);
    text-decoration: none;
    font-weight: 600;
}
.minicart-wrapper #top-cart-btn-checkout {
    background-color: var(--primary-color);
    border: none;
    outline: none;
    border-radius: 10px;
    font-family: Inter;
}
.minicart-wrapper #top-cart-btn-checkout:hover {
    background-color: var(--hvr-blue-violet);
}
.minicart-wrapper #top-cart-btn-checkout:active {
    background-color: var(--prsd-blue-violet);
}
.minicart-items .product.actions .primary {
    display: none;
}
.loading-mask {
    background-color: rgb(29 0 51 / 94%);
}
/* minicart */
/* @media (min-width: 540px) and (max-width: 769px) {

.nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: auto;
    right: 37.5px;
    position: absolute;
    top: 15px;
    z-index: 14;
}
} */
/* @media (min-width: 360px) and (max-width: 539px) {

    .nav-toggle {
        display: inline-block !important;
        text-decoration: none;
        cursor: pointer;
        display: block;
        font-size: 0;
        left: auto;
        right: 18.5px;
        position: absolute;
        top: 15px;
        z-index: 14;
    }
    } */


a.myaccount_link_class {
    height: 16px;
    flex-grow: 0;
    font-family: Inter;
    font-size: 12px !important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: var(--dark-primary-colr) !important;
    padding-top: 20px;
    padding-bottom: 20px;
}

a.signout_link_class {
    height: 16px;
    flex-grow: 0;
    font-family: Inter;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #f00;
    padding-bottom: 20px;
    padding-top: 20px;
}

/* Checkout Success Page */
.checkout-onepage-success div#registration {
    display: none;
}
.dropdown-menu {
    height: 230px;
    overflow-y: auto; 
}

.dropdown-menu::-webkit-scrollbar {
    width: 4px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 4px; 
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background-color: #555; 
}

.dropdown-menu::-webkit-scrollbar-track {
    background-color: #f1f1f1; 
    border-radius: 4px;
}
input#email_address:focus  {
    outline: none !important;
    box-shadow: none !important;
}
input#captcha_user_forgotpassword:focus {
    outline: none !important;
    box-shadow: none !important;
}