body {
    background-image: url(/wa-data/public/site/themes/insales/img/body-bg.jpg);
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: cover;
}

.h-phone__tel {
    font-size: 18px;
}

.footer__copy {
    border-top: 1px solid #f0f5e2;
}

.h-menu__link {
        color: #000000;
        font-size: 1rem;
}

.b-catalog__title {
        font-size: 1rem;
}

.footer__copy {
    border-top: 1px solid #787878;
}

.button_low {
    border-radius: 0px;
    }
    
.products__view .view-fav-com__item {
            border-radius: 0px;
}

.button {
        border-radius: 0px;
}

.s-mcart__link {
    border-radius: 0px;
}

.h-block-categories {
    padding-left: 50px;
}

.hidden-link-bigimg {
    display: none;
}

.download-big-img a {
    display: flex;
    background: #222;
    color: #fff;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 54px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.download-big-img a:hover {
    background: #222222d6;
}

.product__content-right .quickorder-button {
    padding: 0;
    width: 100%;
    max-width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}