/* ===== Header Right Wrapper ===== */
.b-header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

/* ===== Icons ===== */
.b-header_right i {
    font-size: 20px;
    cursor: pointer;
    color: #000;
}

/* ===== Wishlist ===== */
.wishlist-info-widget a {
    position: relative;
    color: #000;
}

.gl_count_wishlist {
    position: absolute;
    top: -15px;
    right: -14px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}
.b-header_right .b-cart_basket{
    padding-left: 0 !important;
}
/* ===== Cart ===== */
.b-cart_basket {
    display: flex;
    align-items: center;
    gap: 6px;
}

.b-cart_basket a {
    position: relative;
    color: #000;
}
.cart-price {
    font-size: 14px;
    white-space: nowrap;
    margin-left: 10px;
}
.cart_count_lable {
    position: absolute;
    top: -14px;
    right: -11px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}

.cart-price {
    font-size: 14px;
    white-space: nowrap;
}


/* ===== Dropdown ===== */
.user-dropdown .dropdown-toggle::after {
    display: none;
}

/* ===== Responsive ===== */
@media (max-width: 991.98px) {
    .b-header_right {
        justify-content: flex-end;
    }

    .cart-price {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .b-logo {
        text-align: left !important;
    }

    .b-header_right {
        justify-content: flex-end;
        gap: 15px;
    }
}



.b-main_menu > ul > li.b-dropdown_wrapper > a {
    padding-right: 25px;
}
.b-main_menu > ul > li > a:hover {
    color: #b78b20;
}
.b-main_menu .dropdown-inner {
    padding: 0;
}
.dropdown-inner .column-title a
{
    color: #000;
}




