--root {
    --primary: #8884e0;
}

.front-header-search {
    border-radius: 5px;
}

.search-input-box > input {
    border-radius: 5px;
}

[dir="rtl"] .search-input-box > svg {
    right: 15px;
    /* left: 20px; */
}

[dir="rtl"] .search-input-box > input {
    padding-right: 50px;
}

.nav-search-box a i {
    color: #fff;
}

.lang_switcher {
    border-right: none !important;
}

.user-nav-icon {
    color: #fff;
}

.text-white {
    color: #fff !important;
}

.yu-second-nav {
    border-bottom: 1px solid #f2f4f5;
    /* box-shadow: 1px 2px 10px #eeeeee; */
}

#category-menu-bar {
    position: relative;
}
@media (min-width: 1024px) {
    #category-menu-bar .cateHead:after {
        content: "";
        position: absolute;
        left: 0;
        width: 1px;
        height: 26.5px;
        transform: translateY(-50%);
        top: 50%;
        background: #e7e7e7;
    }
}

.ltr_first_slider {
    padding-left: 0px;
}

@media (min-width: 1024px) {
    .rtl_first_slider {
        padding-right: 0px;
    }
}

.ltr_second_slider {
    padding-left: 0px;
    padding-right: 0px;
}
.rtl_second_slider {
    padding-left: 0px;
    padding-right: 0px;
}

[dir="rtl"] .slick-track {
    right: 0;
}
.carousel-box .aiz-card-box {
    margin-top: 0px;
}

.nav-cart-parent {
    margin-right: -15px;
}
[dir="rtl"] .nav-cart-parent {
    margin-left: -15px;
}

.fill-primary {
    fill: var(--primary);
}

[dir="ltr"] .absolute-top-right {
    background-color: white !important;
    width: 35px !important;
    height: 35px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 100% !important;
    top: 10px !important;
    right: 15px !important;
}

[dir="rtl"] .absolute-top-right {
    left: 15px !important;
}

#section_suggested_products .absolute-top-right {
    top: 10px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

#section_suggested_products .absolute-top-right a {
    display: flex;
    justify-content: center;
    align-items: center;
}

[dir="rtl"] #section_suggested_products .absolute-top-right {
    left: 15px;
    top: 10px;
    right: auto;
}

#section_featured .absolute-top-right {
    top: 10px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

#section_featured .absolute-top-right a {
    display: flex;
    justify-content: center;
    align-items: center;
}
[dir="rtl"] #section_featured .absolute-top-right {
    left: 15px;
    top: 10px;
    right: auto;
}

#section_best_selling .absolute-top-right {
    top: 10px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

#section_best_selling .absolute-top-right a {
    display: flex;
    justify-content: center;
    align-items: center;
}

[dir="rtl"] #section_best_selling .absolute-top-right {
    left: 15px;
    top: 10px;
    right: auto;
}

#section_newest .absolute-top-right {
    top: 10px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

#section_newest .absolute-top-right a {
    display: flex;
    justify-content: center;
    align-items: center;
}

[dir="rtl"] #section_newest .absolute-top-right {
    left: 15px;
    top: 10px;
    right: auto;
}
#section_home_categories .absolute-top-right {
    top: 5px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

[dir="rtl"] #section_home_categories .absolute-top-right {
    left: 15px;
    top: 10px;
    right: auto;
}

#section_home_categories .absolute-top-right a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#section_last_viewed_products .absolute-top-right {
    top: 10px;
    right: 15px;
}
[dir="rtl"] #section_last_viewed_products .absolute-top-right {
    left: 15px;
    top: 10px;
    right: auto;
}

#section_suggested_products .aiz-card-box:hover .aiz-p-hov-icon a {
    transform: none;
    -webkit-transform: none;
}

#wishlist {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d7d7d75c;
    border-radius: 30px;
}

#notification_click {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #d7d7d75c;
    border-radius: 30px;
}

.home-category-banner .home-category-name {
    bottom: 0 !important;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 212, 255, 0) 100%
    );
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 12px;
}

.home-category-banner::after {
    content: none;
}

#section_other_products .product-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(185px, 1fr));
    gap: 0;
}

@media (max-width: 576px) {
    #section_other_products .product-grid {
        /* display: grid; */
        grid-template-columns: repeat(2, minmax(185px, 1fr));
    }
}

#section_other_products .product-grid .absolute-top-right {
    top: 10px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

[dir="rtl"] #section_other_products .product-grid .absolute-top-right {
    left: 15px;
    top: 10px;
    right: auto;
}

[dir="rtl"] .aiz-accordion-heading .aiz-accordion {
    text-align: right;
}

[dir="rtl"] .aiz-accordion-heading .aiz-accordion:after {
    float: left;
}

#section_other_products .product-grid .absolute-top-right a {
    display: flex;
    justify-content: center;
    align-items: center;
}
