.footer__soc a {
    width: 34px;
    height: 35px;
    margin-right: 15px !important;
    background: none !important;
    justify-content: center;
    align-items: center;
    justify-content: center;
}

.text-catalog {
    padding: 10px;
    margin-top: 11px;
    border: none !important;
}

.art-block-action{
    position: absolute;
    left:19px;
    top:15px;
    font-size: 18px;
    color: #fff;
}

.art-act-inner {
    display: table;
    margin-bottom: 5px;
    padding: 5px 12px;
    border-radius: 5px;
}

.art-act-inner.hit {
    background-color: #ff7239;
}

.art-act-inner.new{
    background-color: #51d800;
}

.art-act-inner.action{
    background-color: #ff0060;
}

.old-price-art {
    color: #7f7f7f;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    text-decoration: line-through;
    font-weight: 400;
}

.art-econom {
    color: #7f7f7f;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.econom-price-art {
    color: #000000;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    background-color: yellow;
    padding: 0 6px;
    border-radius: 6px;
    margin: 0px !important;
}
.main-slider__wraper_mobile {
    display: none;
}

@media (max-width: 767px) {
    .main-slider__item {
        background-size: cover !important;
        background-position: left !important;
    }

    .main-slider__wraper_mobile {
        display: block !important;
    }

    .main-slider__wraper {
        display: none;
    }
}


.tovar table{
    border: 1px solid black;
    border-collapse: collapse;
}

.tovar table th {
    border: 1px solid black;
}
.tovar table td {
    border: 1px solid black;
}

.basket-coupon-block-total-price-old-art {
    text-align: left;
    color: #717171;
    font-weight: 300;
    text-decoration: line-through;
    font-size: 20px;
}

.basket-coupon-block-total-price-difference-art {
    text-align: left;
    margin-top: 4px;
    color: #717171;
    font-weight: 300;
}

.basket-coupon-block-total-price-difference-art span {
    background-color: #ffea00;
    line-height: 25px;
    font-weight: 400;
    padding: 3px 12px;
    border-radius: 3px;
    color: #000;
}

.basket-item-price-old-art {
    text-align: left;
    position: relative !important;
    top: 0px !important;
    line-height: 25px;
    text-decoration: line-through;
}


.basket-item-price-difference-art .basket-item-sum-price-difference-art {
    background-color: #ffea00;
    padding: 3px 12px;
    line-height: 25px;
    font-weight: 400;
    border-radius: 3px;
    color:#000;
}

.basket-item-label-right {
    right: -15px !important;
    bottom: -13px !important;
}

.basket-item-label-text span, .basket-item-label-ring {
    background: #ff0060 !important;
}