.arrow_down_icon{
    display: inline-block;
    width: 11px;
    height: 7px;
    background: url(../icons/arrow_down_icon.svg) no-repeat center / contain;
}
.close_icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../icons/close_icon.svg) no-repeat center / contain;
}
.check_icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../icons/check_icon.svg) no-repeat center / contain;
}
.check_dark_icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../icons/check_dark_icon.svg) no-repeat center / contain;
}
.eye_icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../icons/eye_icon.svg) no-repeat center / contain;
}
.eye_viwed_icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../icons/eye_viwed_icon.svg) no-repeat center / contain;
}
.fire_icon{
    display: inline-block;
    width: 17px;
    height: 19px;
    background: url(../icons/fire_icon.svg) no-repeat center / contain;
}
.heart_icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../icons/heart_icon.svg) no-repeat center / contain;
}
.heart_fill_icon{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../icons/heart_fill_icon.svg) no-repeat center / contain;
}
.location_icon{
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url(../icons/location_icon.svg) no-repeat center / contain;
}
.price_down_icon{
    display: inline-block;
    width: 10px;
    height: 19px;
    background: url(../icons/price_down_icon.svg) no-repeat center / contain;
}
.price_down_icon.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.search_icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../icons/search_icon.svg) no-repeat center / contain;
}
.wp_icon{
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../icons/wp_icon.svg) no-repeat center / contain;
}
.wp_white_icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../icons/wp_white_icon.svg) no-repeat center / contain;
}
.arrow_left_icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../icons/arrow_left_icon.svg) no-repeat center / contain;
}
.arrow_right_icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../icons/arrow_right_icon.svg) no-repeat center / contain;
}
.img_icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../icons/img_icon.svg) no-repeat center / contain;
}

.back_btn {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: var(--blue);
}
.btn-white-blue{
    min-width: 124px;
    height: 54px;
    border: 1px solid #E1EBFF;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    width: auto;
}
.btn-white-blue:hover{
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}
.with_icon {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.with_icon > i{
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    transition: all .3s ease;
}
.with_icon:hover > i{
    opacity: 1;
}
.green_btn_rq{
    height: 54px;
    padding: 15px 35px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: var(--green);
    border: 1px solid var(--green);
    cursor: pointer;
    transition: all .2s ease;
}
.green_btn_rq:hover{
    background: var(--dark-green);
    border-color: var(--dark-green);
    color: #fff;
}
.blue_btn_rq{
    height: 54px;
    padding: 15px 35px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: var(--blue);
    text-align: center;
    background: var(--light-blue);
    border: 1px solid var(--light-blue);
    cursor: pointer;
    transition: all .2s ease;
}
.blue_btn_rq:hover{
    background: var(--blue);
    border-color: var(--blue);
    color: #fff;
}
.blue_btn_rq> i{
    font-size: 19px;
    margin-top: -3px;
}
.red_btn_rq{
    height: 54px;
    padding: 15px 35px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: var(--red);
    border: 1px solid var(--red);
    cursor: pointer;
    transition: all .2s ease;
}
.red_btn_rq:hover{
    background: #fff;
    border-color: var(--red);
    color: var(--red);
}
.prod_btn{
    position: absolute;
    padding: 8px 25px;
    backdrop-filter: blur(6px);
    border-radius: 6px;
    border: 1px solid var(--light-blue);
    background: var(--light-blue);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--blue);
    bottom: 15px;
    left: 15px;
    cursor: pointer;
    transition: all .2s ease;
}
.prod_btn:hover{
    border-color: var(--blue);
    background: var(--blue);
    color: #fff;
}
.sold-gr-icon{
    display: inline-block;
    max-width: 100px;
    width: 100%;
}
.dtpicker-header .dtpicker-value{
     color: var(--blue) !important;
}
.dtpicker-header .dtpicker-close{
    font-size: 2em !important;
    color: var(--grey) !important;
}
.dtpicker-components .dtpicker-comp > *,
.dtpicker-header .dtpicker-title{
    color: var(--dark-blue) !important;
}
.dtpicker-buttonCont .dtpicker-button{
    background: var(--blue) !important;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
@media(max-width:1199px){
    .blue_btn_rq,.green_btn_rq{
        font-size: 14px !important;
        height: 48px;
        padding: 12px;
    }
    .blue_btn_rq,.green_btn_rq > i {
        font-size: 17px;
    }
}
@media(max-width: 767px){
    .prod_btn{
        padding: 4px 15px;
        font-size: 14px;
    }
    
}
@media(max-width:590px){
    .blue_btn_rq, .green_btn_rq {
        font-size: 12px !important;
        height: 44px;
    }
}
