.top_grey_color{
    color: #D8D8D8 !important;
}
.top_grey_background{
    background-color: #D8D8D8 !important;
}
.top_red{
    background-color: #CC000B
}
.top_red_color{
    color: #CC000B
}
.header__topbar-classic-bg{
    background-color: #D8D8D8 !important;
}
.topbar--classic{
    background-color: #D8D8D8 !important;
}
.topbar__link{
    color: #000 !important;
}
.topbar__link:hover{
    color: #000 !important;
}

.topbar--classic .topbar__button-label{
    color: #000 !important;
}

.topbar--classic .topbar__menu--open .topbar__menu-button, .topbar--classic .topbar__button:hover{
    background-color: #FFF !important;
}
.topbar__button-title{
    color: #000 !important;
}
.topbar__button-arrow{
    color: #000 !important;
}
.header{
    background-color: #132530 !important;
}
.card-selected{
    border-top: 3px solid #cc000a !important;
}

.search__input {
    color: #262626 !important;
    background-color: #ededed !important;
    border-color: #adadad !important;
    /* border-radius: 30px !important; */
    background-color: #FFF !important;
    font-size: 12px !important;
}
.mobile-search__input{
    color: #262626 !important;
    background-color: #ededed !important;
    border-color: #adadad !important;
    border-radius: 30px !important;
    background-color: #FFF !important;
    font-size: 12px !important;
}
.indicator__button:hover{
    background-color: unset;
}
.indicator__title{
    font-size: 10px !important;
}
.indicator__value{
    font-size: 16px !important;
     font-weight: unset !important;
}

.attention-number{
    color: #e50813;
    border: 1px solid #e50813;
    width: 22%;
    height: 26px;
    text-align: center;
    float: left;
    font-size: 16px;
    padding-top: 0px !important;
}
.account-menu{
    border-radius: 20px 0px !important;
    border: 1px solid #cdcdcd !important;
    box-shadow: 2px 2px 2px #ccc;
}
.dropcart{
    border-radius: 20px 0px !important;
    border: 1px solid #cdcdcd !important;
    box-shadow: 2px 2px 2px #ccc;
}
.slider_height{
    height: 400px  !important
}
.car-search-box{
    /* height: 400px; */
    border-top: 2px solid #e50813;
    background-color: rgba(255,255,255,0.97);
    z-index: 5;
    text-align: center;
    line-height: 0;
    padding:20px
}
.topbar__button_new{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background: transparent;
    font-family: inherit;
    border: none;
    padding: 0 10px;
    -webkit-transition: background .12s;
    transition: background .12s;
    height: 100%;
}
.topbar__button_new:hover{
    background-color: #FFF;
    color: #FFF !important
}
.new-select{
    background-color: #FFF !important;
    border-radius: 10px !important;
    border-color: #CCC !important;
    font-size: medium  !important;

}

.form-control + .select2-container .select2-selection--single{
    background-color: #FFF !important;
    border-radius: 10px !important;
    border-color: #CCC !important;
    font-size: medium  !important;

}
.outline-btn{
    background-color: #FFF;
    color: #e50813;
    border: 1px solid #e50813 !important;
    margin-top: 11px;

}

.category-card--layout--classic .category-card__body{
    border-radius: 20px;
}
#CallGhayarSticker {
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 100000;
    background-color: #e70813;
    border-radius: 20px 0px 0px 20px;
    color: #FFF !important;
}
#CallGhayarStickerRTL{
    position: fixed;
    bottom: 10px;
    left: 0px;
    z-index: 100000;
    background-color: #e70813;
    border-radius: 0px 20px 20px 0px;
    color: #FFF !important;
}
.category-card--layout--classic .category-card__children a {
    color: inherit;
    font-size: 12px;
}
.shopallBtn{
    position: absolute;bottom: 20px;right: 20px;
}
.shopallBtnRTL{
    position: absolute;bottom: 20px;left: 20px;
}

.why-choose-card{
    background-color: #FFF !important;
    text-align: center;
    padding: 0px;
    border-radius: 20px;
    border: 1px solid #EEE;
}