/* 
 hide for cover image
*/
.edit-profile-cover .btn-edit-cover {
    display: none !important;
}

/*  */

.img-profile-cover {
    height: auto;
    object-fit: contain;
}

.rating1111 {
    display: block;
}

.rating2222 {
    display: none;
}

/* Mobile screens */
@media (max-width: 382px) {
    .rating1111 {
        display: none;
    }

    .rating2222 {
        display: block;
    }
}

.for-desktop {
    display: block;
}

.for-mobile {
    display: none;
}

/* Mobile & Tablet */
@media (max-width: 767px) {
    .for-desktop {
        display: none;
    }

    .for-mobile {
        display: block;
    }

    .container-filter-products-mobile {
        margin-bottom: 0px !important;
    }
}

/* .btn-block,
#form_newsletter_footer .btn-custom,
#form_login .btn-block,
.cookies-warning .btn-block,
.btn-sell-now {
    background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
    color: #fff !important;
}

.link {
    background: linear-gradient(135deg, #2563eb, #06b6d4) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
} */