.footer_phone_frame_base{
    display: none;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: center;
}
.footer_phone_frame{
    position: fixed;
    bottom: 20px;
    z-index: 1;
    display: inline-flex;
    padding: 22px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 37px;
    background: #FFF2DA;
}
.footer_phone_icon_frame{
    display: flex;
    gap: 35px;
    width: 214px;
    height: 30px;
}
.footer_phone_search_icon{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}
.footer_phone_cart_icon{
    flex-shrink: 0;
    cursor: pointer;
}
.footer_phone_account_icon{
    width: 27px;
    height: 27px;
    flex-shrink: 0;
}
.footer_phone_home_icon{
    width: 24.5px;
    height: 26.079px;
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .footer_phone_frame_base {
        display: flex;
    }


}
text{
    font: 400 12px/1.2 "Vazir-Medium", Helvetica, Arial, serif;

}
