@media (min-width: 767.97px){
#Cover-mobile {
display: none;
}
}



.tp-header-box .tp-account-info .col-auto.my-1 .o_wsale_my_wish {
    display: none;
}
.tp-header-box .tp-account-info .col-auto.my-1 .media-body.ml-3.d-none.d-xl-block{
    .mb-1{
        display: none;
    }
}
a[href="/shop/wishlist"] {
    display: none;
}
.shadow .border-top .row.no-gutters.justify-content-between.px-3.py-4{
    display: none;
}
.tp-cart-sidebar div.tp-cart-products{
    max-height: none !important;
}
#grow-together{
    display: flex;
    background: #e5e1e175;
    border: 1px solid #d5cfcf;
    border-radius: 0.4rem;
    padding: 0.5rem;
    .img-tog{
        width: 3rem;
        text-align: center;
        align-self: center;
        img {
            width: 2rem;
        }
    }
    h6{
        margin-bottom: 0;
    }
}