.favorite .nav_bg{
    background-color: #252221 !important;
}

.favorites{
    padding-top: 80px;
}

.favorites .search-container {
    position: relative;
    width: 318px;
    left: 15%;
    transform: translate(-50%, -50%);
    margin-top: 40px;
}

.favorites .search-container-ar {
    right: auto;
    left: 15%;
}

.favorites input {
    background-color: #E8DEC84D;
    color: #B68B58;
    border: 1px solid #95652B;
    border-radius: 30px;
    padding: 11px 30px;
    min-width: 314px;
}

.favorites input::placeholder {
    color: #95652B;
    opacity: 1;
}

.favorites .icon_input {
    position: absolute;
    top: 51%;
    right: 10px;
    transform: translateY(-50%);
    color: #fff;
    pointer-events: none;
    background-color: #95652B;
    padding: 8px;
    border-radius: 50%;
}

.favorites .icon_input_ar{
    left: 10px;
    right: 84%;
}

.fav_products{
    width: 19rem;
}

.fav_main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 768px) {
    .fav_products{
        width: 100%;
    }
    .fav_main{
        display: block;
    }
    .favorites .search-container {
        left: 45%;
    }
    .favorites .search-container-ar{
        left: 15%;
        right: -154px;
        margin-left: auto;
        margin-right: auto;
    }
}