.shop_catg_section:hover i,
.shop_catg_section:hover span {
    color: #fff !important;
}
.search_filter form .search_catg .form-control {
    width: 50px;
    background-color: var(--red_color);
}

.right_btn_item .custom_scroll {
    max-height: 240px;
    overflow-y: auto;
    padding: 0px 10px;
    margin-bottom: 0;
}
.cart_dropdown_heading {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding: 6px 10px;
    margin-bottom: 0;
}
.cart_dropdown_heading h2 {
    font-size: 13px;
    color: #000;
    margin: 0;
    font-weight: 600;
}
.drop_downitem {
    border-bottom: 1px solid #ececec;
    position: relative;
    padding: 6px 10px;
}
.drop_downitem h3 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
    padding-right: 30px;
}
.drop_downitem > span {
    font-size: 11px;
    opacity: 0.7;
}
.drop_downitem:last-child {
    border: none;
}
.header_right_btn .close_icon {
    text-align: center;
    position: absolute;
    right: 0;
    top: 10px;
}
.drop_downitem:hover {
    background-color: #f7f7f7;
    border-color: transparent;
}
.dash_header_right .dropdown-menu a:hover,
.dash_header_right .dropdown-menu a:focus {
    background-color: #f8634e;
    color: #fff !important;
}
.shop_logo {
    width: 130px;
}
.shop_logo img {
    width: 100%;
}
