.header-contacts-container {
  padding-top: 25px;
  min-height: 135px;
}

/*# sourceMappingURL=custom.css.map */

.product-item-detail-price-current {
    color: #000;
}
.btn.product-item-detail-buy-button,
.product-item-button-container .btn,
button.btn.btn-lg.btn-default.basket-btn-checkout,
.bx-soa-more-btn.col button,
#bx-soa-orderSave a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #A08458;
    padding: 10px 15px;
    cursor: pointer;
    color: #453A29;
    transition: all 0.3s ease;
    background: #fff;
    font-weight: 400;
    border-radius: 0;
width:100%;
}
.btn.product-item-detail-buy-button:hover,
.product-item-button-container .btn:hover,
button.btn.btn-lg.btn-default.basket-btn-checkout:hover,
.bx-soa-more-btn.col button:hover,
#bx-soa-orderSave a:hover {
    background: #A08458;
    color: white;
}
.bx-soa-more-btn.col button {width:auto;}
.bx-soa-more-btn.col button{padding: 5px 15px;}
.catalog-top-banner {
    display: none;
}
a.catalog-section-list-item-link {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    color: #453A29;
    transition: 0.3s ease all;
}
.catalog-section-list-item {
    margin-bottom: 10px;
}
.basket-items-list-wrapper, .basket-items-list-wrapper-compact {
    border: 0;
}
.basket-items-list-item-container-expend .basket-items-list-item-removed-container {background-color: #f6ebdc;}
.basket-items-list-item-removed-block a {
    color: #000;
}
.basket-items-list {
    padding: 0;
}
table.basket-items-list-table tr:first-child {
    background: #fff;
}
.basket-items-list-item-container>td {
    border-top: 0;
}
.basket-items-list table tr td {
    border: 0;
}
.basket-items-list-item-container-expend .basket-items-list-item-removed-container div {
    font-weight: 400;
}
.bx-soa-more-btn.col {
    display: flex;
    gap: 5px;
}
.bx-soa-section-title-container {
    background: #f6ebdc;
}
.bx-soa-section.bx-step-completed .bx-soa-section-title-count {
    border-color: #a08458;
    background: #a08458;
}
.bx-soa-section.bx-selected,
.bx-soa-section.bx-step-completed
 {
    border: 1px solid #f6ebdc;
}
.bx-soa-item-title a {
    color: #000;
    text-decoration: none;
}
a.bx-soa-editstep {
    color: #000;
}
.form-check-input:checked {
    background-color: #a08458;
    border-color: #a08458;
}