div.sticker-in.sticker-in-main-page{
    top: -20px;
}
#visa-mastercard{
    width: 100px;
}
#payment_params{
    text-align: center;
    font-size: 16px;
}

.news-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
}

.news {
    display: flex;
    margin-bottom: 32px;
    color: #333333;
}

.news-bg {
    width: 100%;
    background: linear-gradient(to right top, #fff 50%, #e9e9ea 50%);
}

.news-img {
    width: 180px;
    height: 120px;
    margin-right: 10px;
}

.news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-delete{
    text-align: center;
    font-size: 20px;
    display: block;
}

.quantity .jq-number{
    padding: 0;
}

@media only screen and (max-width: 550px) {
    .news-img {
        display: none;
    }
}

.news-desc__title-wrap {
    margin: 0;
    font-size: 16px;
}

.news-desc__title a {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.news-desc__title a:hover {
    color: #333;
    text-decoration: none;
}

.news-desc__title a:hover {
    color: #333333;
}

.news-desc__date {
    font-size: 18px;
}

.news-desc {
    width: 100%;
    border: 9px solid #dddedf;
    background-color: #fff;
    padding: 20px 30px;
}

.news-desc__content {
    font-size: 16px;
}

.news-desc__more a {
    color: #333333;
    font-size: 16px;
    font-weight: lighter;
}

.news-desc__more a:hover {
    color: #333333;
}

.about-page .about-text .about-text-in.nosmall {
    max-height: 100%;
}

.about-page .about-text.articlebox:after {
    content: none;
}
.page .bread-crumbs li {
    color: #989898;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}
#cart-phone{
    margin-left: 0px;
}
#free-delivery{
    color: #f40e12;
    font-size: 14px;
    text-indent: 0;
    padding-left: 20px;
}
.buy-one-click-block{
    display: block;
}
#buy-one-click-button{
    display: inline-block;
    padding: 4.5px 17px 4.5px 0px;
    border: 1px solid #6fa5a7;
    background: #6fa5a7;
    color: #000000;
    text-decoration: none;
    border-bottom: 5px solid #4e8688;
    transition: 0.3s;
}
#buy-one-click-button:hover {
    transform: translateY(2px);
}
.single-product-page .single-product .adbask-btnwrap .adbask-btn{
    width: 175px;
    text-align: center;
}
.articlebox ol {
    padding-left: 20px;
}
.articlebox ol li {
    list-style-type: decimal;
}
/* Цены только после регистрации */
.price-hidden {
    display: flex;
    align-items: center;
}
.price-register-link {
    font-size: 13px;
    line-height: 1.3;
    color: #2a9d8f;
    text-decoration: underline;
    white-space: normal;
}
.price-register-link:hover {
    color: #21867a;
}
.prod-buy-panel .price-hidden {
    font-size: 15px;
    padding: 10px 0;
}
