
div.details-buy-one-click{display:block!important;}
.autocompleter-sub-inner {
   position: relative;
   background: white;
}

.autocompleter-list-item.autocompleter-list-item-footer {
    background: white;
} 

.checkout-block-content * label:nth-child(1) * .payment-custom-option
{display:none;}
.info-block__title {

                padding-top:15px; /* Отступ сверху*/

    text-transform: uppercase;

    font-size: 18px;

    font-weight: 300;

    margin-bottom: 20px;

    max-width: 100%;

}



.info-block__list-item {

    margin-bottom: 15px;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

    -webkit-box-align: end;

    -ms-flex-align: end;

    align-items: flex-end;

    font-size: 15px;

    font-weight: 300;

    position: relative;

                max-width: 25%; /* Ширина таблицы */

}

 

.info-block__list-item:before {

    content: '';

    position: absolute;

    bottom: 2px;

    left: 0;

    height: 3px;

    width: 100%;

}

 

.info-block__list-key {

    margin-right: auto;

    max-width: 70%;

}

 

.info-block__list-key, .info-block__list-value {

    z-index: 1;

    position: relative;

}
.payment-custom-option { display: none !important; }

.checkout-block-content * label:nth-child(1) * .payment-custom-option
{display:none;}

.footer-menu:nth-child(1) {
    flex-grow: 2;
}
.footer-menu:nth-child(1) .footer-menu-list {
    column-count: 2;
}


.products-view-label-available, .available {
    background-color: #b5e4ef;
}