.search-area .search-result .search-items-icon{
    color: #a0a0a0;
    margin-left: 10px;
}
.description-product span{
    font-family: Shabnam !important;
}
.nav-link.active{
    font-weight: bold !important;
    color: #f7858d !important;
}

.product-card .product-thumb>img{
    /* height: fit-content; */
    width: fit-content;
}
.formnew{
    padding: 0px!important;
    max-width: 100%!important;
}
.basketneedrefresh{
    display: none;
}
.promotion-category .icon{
    font-size:30px;
    color:#e0757c;
}
.product-card .product-title>a{
    font-weight: normal !important;
    line-height: 15px;
    font-size: 13px!important;
}
.footer-logo{
    max-width: 70% !important;
}
.product-card .product-title{
    font-size: 14px !important;
    /*height: 80px !important;*/
}

.overlay-side-cart{
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

.menuMove{
    transition: transform 500ms!important;
}
.menuMove:hover{
    transform: translateX(-15px)
}
.show-inline{
    justify-content: center;
    align-items: center;
}
.header-show-line{
    display: flex;justify-content: space-between;align-items: baseline;
}
@media (max-width: 480px) {
    .mobile{
        display: none;
    }
    .footer-widgets{
      display: block!important;
    }
}
