/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/ /* Examples (uncomment to use):*/ /* Expand site width */ /* body .wrapper { max-width: 1400px !important; } */ /* Set site background image */ /* body { background: url(image_source) top no-repeat; } /* Hide compare button */ /* a.compare_item { display: none !important; }*/ .product-action .shadowed-block{box-shadow: none; border: 3px solid var(--theme-base-color); border-radius: 3px} .product-info.product-info--type2 .shadowed-block .buy_block{padding: 0px 30px 20px } .product-info.product-info--type2 .shadowed-block .prices_block{display:flex;flex-direction:column} .product-info.product-info--type2 .shadowed-block .prices_block .prices{order: 1} .product-info.product-info--type2 .shadowed-block .buy_block .btn.one_click{border: 1px solid var(--theme-base-color);margin-top: 15px} .product-info.product-info--type2 .shadowed-block .counter_wrapp{display: flex} .product-info.product-info--type2 .shadowed-block .counter_wrapp &gt; div{width: calc(50% - 7.5px)} .product-info.product-info--type2 .shadowed-block .counter_wrapp &gt; div:first-child{margin-right: auto} .product-info.product-info--type2 .shadowed-block .price_group{padding: 5px 0} .installment_block_wrapper{order: 2; font-size: 14px;color: #949494;} .installment_block_wrapper .accent{color:var(--theme-base-color);font-weight: 600} .installment_block_wrapper svg path{fill:var(--theme-base-color)}
footer .about-block{font-size:14px; line-hegiht: 20px;color:#fff;padding-top:24px}footer .about-block a{color:#fff !important;text-decoration:underline}footer .info-claim{padding-top:12px}footer .info-claim a{color:#fff!important;text-decoration:underline;display:block}footer .info-claim span{padding:12px 0;display:block}
.bx-soa-pp-delivery-cost{display: none;}
.total-scroll-info{display: none!important;}
.sale_order_full_table--2{display: none!important;}
.sale-order-detail-payment-options-container--1{display: none!important;}
.module-form-block-wr.lk-page .soc-avt{display: none!important;}
.module-form-block-wr.lk-page .text_block{display: none!important;}
#bx-soa-properties .add-profile{display: none!important;}
.controls-view__link--table{display:none}
.wrapper_inner_half.shop-detail1 .contacts_map{height:auto}
.logo.colored img, header .line-row, #mobileheader .logo.colored img, .logo.colored a img{background: none}
.catalog_page .section-compact-list__item{padding: 16px 24px}
.catalog_page .section-compact-list__image{display:none}
.catalog_page .section-compact-list__info{padding:0}
input.phone:after{
    content:'+';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
}
.shop-detail1 .right_block_store{min-height:650px !important;margin-top:70px}
.muted{color:#1f1f1f;font-weight:600;font-size:12px}
.section-compact-list__link{word-break: break-word;}
@media screen and (min-width: 601px){.CATALOG_SECTIONS .img{width:120px!important;height:120px!important}}
.CATALOG_SECTIONS .thumb img{width:100%;height:100%;object-fit:contain}
.filter-panel__view.controls-linecount{display:none!important}

@media print {
    footer {
        display:none;
    }
}

a.forgot{
    display:none;
}

.accept-payment > form > input:last-child {
background-color: #d90808;
    border-color: #d90808;
    color: #ffffff;
padding: 20px 30px 19px;
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 125px;
}
.accept-payment > form > input:last-child:hover{
background-color: #f95d5d;
}
.bx-soa-cart-total .bx-soa-cart-total-line:nth-child(4){
display:none;
}