.main__logo {
    /* max-width: 265px; */
    width: 120px;
}
.home__slider__pagination.swiper-pagination {
    text-align: right;
    margin-bottom: 20px;
    padding-right: 40px;
}
svg.product__items--action__btn--svg.voted {
    color: var(--primary-color);
}
svg.product__items--action__btn--svg.voted:hover {
    color: var(--text-gray-color);
}
.productGrid {
    border: 1px solid var(--border-color);
    padding: 10px;
}


.field {
    display: none;
}

.content ul, .content ol {
    color: var(--text-gray-color);
    margin-left: 15px;
    margin-bottom: 15px;
    padding-left: 20px;
}
.content ul li {
    list-style: disc;
    line-height: var(--body-line-height, 25px);
}
.content ol li {
    list-style: decimal;
    line-height: var(--body-line-height, 25px);
}
.row.contactRow {
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 2rem;
}
.contact_item {
    padding-bottom: 8px;
    font-size: 1.5rem;
}
.contact__info--content p {
    color: var(--white-color);
}

.cart__table--body__list--inner {
    min-height: 75px;
}
@media only screen and (max-width: 575px) {
    .cart__table--body__list--inner {
        min-height: 25px;
    }
}
.t-footer {
    background: var(--secondary-color);
}

.cart__title {
    font-size: 2.4rem;
    line-height: 2.6rem;
    font-weight: 600;
}
.belPochta_deliver, .deliverMinsk {
    background: #0dcaf0;
    padding: 10px;
}


.section__heading3--maintitle {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 600;
}
.swiper-slide {
    padding: 5px;
}

.quickview__info .contact__form--textarea {
    height: 65px;
}


.contactRowFooter * {
    font-size: 1.3rem;
}
.contactTitleFooter {
    font-size: 1.9rem;
}
.contactRowFooter .contact_item {
    padding-bottom: 2px;
}
.contactRowFooter svg {
    color: var(--white-color);
}

.accordionCustomTitle {
    font-size: 1.5rem;
    padding: 0.5rem 0;
}
.footer__dev {
    font-size: 1.2rem;
    color: var(--white-color);
}

.no_stok {
    font-size: 1.5rem;
    height: 4.4rem;
    line-height: 4rem;
}
.no_stok_product {
    font-size: 1.5rem;
    height: 4.4rem;
    line-height: 4rem;
}


.mspc_coupon_description {
    color: #fff;
    padding: 5px 10px 0px;
    background: green;
    margin-top: 10px;
}
.mspc_msg.text-success {
    color: #fff;
    padding: 0px 10px 10px;
    background: green;
}




