/*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;  }*/

.item-views.float_banners2 .item .previewtext {
    margin: 10px 0 0;
    max-height: 100%;
}
.previewtext.font_xs.muted777 {
    font-size: 14px;
    line-height: 1.454em;
    font-weight: 500;
    color: #000;
}
.item-views .item .title {
    margin-bottom: 6px;
    overflow: none;
    text-overflow: ellipsis;
}
.mega-menu table td .wrap>a {
    border: none;
    font-weight: 400;
    padding: 38px 10px 41px;
    position: relative;
    text-transform: none;
    width: auto;
    display: block;
    font-size: .867em;
    position: relative;
        color: #000 !important;
    height: 100px;
    font-size: 16px;
}
a.basket-back__link.muted {
    display: none;
}
.opener {
    display: none;
}
.btn_basket_heading.btn_basket_heading--with_title {
    display: none;
}
.btn.btn-lg.btn-default.basket-btn-checkout.has-ripple {
    border-radius: 16px;
}
.alert-danger {
    color: #000000!important;
    background-color: #f8f8f8!important;
    border-color: #f8f8f8!important;
    border-radius: 16px!important;
    text-transform: uppercase;
    text-align: center;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    background: #fafafa;
    background: var(--darkerblack_bg_black);
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
    border-radius: 16px;
    box-shadow: none;
    color: #383838;
    color: var(--white_text_black);
    height: auto;
    font-size: 14px;
    outline: none;
}
.bx-soa-person-type .active label {
    border-bottom-color: #00aae6;
    cursor: default;
}
.btn {
    font-size: 0.7333em;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
    border: 1px solid;
    letter-spacing: 0.8px;
    border-radius: 16px;
    padding: 12px 21px 11px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    color: #fff;
}
.bx-soa-cart-total {
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
    border-radius: 16px!important;
    padding: 22px 28px;
    box-shadow: 0 0 58px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
    .bx-soa-section {
        border: 1px solid #e8e9eb;
        border-color: var(--stroke_black);
        margin-bottom: 30px;
        border-radius: 16px!important;
        box-shadow: 0 0 58px 0 rgba(0, 0, 0, 0.1);
    }
    
}
.bx-soa-person-type .active label {
    border-bottom-color: #00aae6!important;
    cursor: default;
}
.total-scroll-info__value.colored_theme_text_with_hover.wborder {
    color: #00aae6 !important;
}
.bx-soa-cart-conditions-text.font_xs a {
    color: #00aae6 !important;
}
span.change_city.font_xs.colored {
    color: #00aae6;
}
#basket-root .basket-checkout-container {
    border-color: #ececec;
    border-color: var(--stroke_black);
    position: static;
    padding: 24px 29px 24px;
    border-radius: 16px!important;
    width: 100% !important;
    background: var(--card_bg_black);
    box-shadow: 0 0 58px 0 rgba(0, 0, 0, 0.1);
}
#basket-root .basket-items-list-wrapper .basket-items-list-header {
    background: #fafafa;
    background: var(--card_bg_black);
    border-bottom-color: #ececec;
    position: static;
    padding: 24px 29px;
    border-color: var(--stroke_black);
    border-radius: 16px 16px 0px 0px;
}
div#basket-items-list-wrapper {
    border-radius: 16px;
    box-shadow: 0 0 58px 0 rgba(0, 0, 0, 0.1);
}
.bordered {
    border: 1px solid #ececec;
    border-color: var(--stroke_black);
    border-radius: 16px;
}
.form-control {
    background-color: #f8fafc;
    background: var(--darkerblack_bg_black);
    border: 1px solid #d5dadc;
    border-color: var(--stroke_black);
    box-shadow: none;
    border-radius: 16px!important;
    color: var(--white_text_black);
}
div#title-search {
    display: none;
}


 .footer__items {
    display: grid
;
    grid-template-columns: 1fr 120px 1fr;
    gap: 0 10px;
    width: 100%;
}
.footer__item.item_main-nav .footer__nav {
    margin-bottom: -10px;
}
.footer__nav {
    margin-bottom: -10px;
    max-width: 430px;
    width: 100%;
}

.footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 15px;
}
.footer__nav li {
    margin: 0 10px 10px 0;
}
.footer__nav li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    list-style: none;
}
.social__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social__links li {
    margin: 0 10px 10px 0;
}
.nav__button {
    max-width: 60px;
    min-width: 60px;
    height: 60px;
}
svg.icon, body .fancybox__content svg.icon, body .fancybox__slide svg.icon, body .fancybox__footer svg.icon {
    stroke: var(--color--black);
    fill: none;
    height: 24px;
    min-width: 24px;
    max-width: 24px;
    width: 100%;
}
.bg-whitess {
    background-color: #ffffff;
    box-shadow: 0 0 58px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 40px;
}


.left_block.sticky-sidebar {
    display: none;
}
.logo.colored svg .icon-path, .svg.colored:not(.svg-inline-icon) * {
    fill: #00aae6!important;
}

.footer-v2 {
    display: none;
}
.logomob {
    margin-top: 18px;
}
#mobilemenu .social-icons {
    border-bottom: 1px solid #f2f2f2;
    border-color: var(--line_bg_black);
    display: none;
}

/* Скрыть placeholder только в полях покупателя на оформлении заказа */
.bx-soa-customer-field .bx-soa-customer-input::placeholder { 
  color: transparent !important; 
}

/* Кросс-браузерно */
.bx-soa-customer-field .bx-soa-customer-input::-webkit-input-placeholder { 
  color: transparent !important; 
}
.bx-soa-customer-field .bx-soa-customer-input:-ms-input-placeholder { 
  color: transparent !important; 
}
.bx-soa-customer-field .bx-soa-customer-input::-ms-input-placeholder { 
  color: transparent !important; 
}
.bx-soa-customer-field .bx-soa-customer-input::-moz-placeholder { 
  color: transparent !important; opacity: 0; 
}
.bx-soa-customer-field .bx-soa-customer-input:-moz-placeholder { 
  color: transparent !important; opacity: 0; 
}

/* Если нужно скрыть только у конкретного поля ФИО */
#soa-property-1::placeholder,
#soa-property-1::-webkit-input-placeholder,
#soa-property-1:-ms-input-placeholder,
#soa-property-1::-ms-input-placeholder,
#soa-property-1::-moz-placeholder,
#soa-property-1:-moz-placeholder {
  color: transparent !important; 
  opacity: 0;
}

/* === ORDER: Delivery always open === */
#bx-soa-delivery .change-info{              /* кнопка "Изменить" */
  display:none !important;
}

#bx-soa-delivery .bx-compact-wrapper{       /* компактная сводка шага */
  display:none !important;
}

/* гарантируем раскрытие контента */
#bx-soa-delivery .bx-soa-section-content{
  display:block !important;
  height:auto !important;
  visibility:visible !important;
  opacity:1 !important;
}

/* для единообразия — показываем описания способов, если Aspro их прячет */
#bx-soa-delivery .bx-soa-pp-company-description{
  display:block !important;
}

/* убираем лишние маргины в раскрытом состоянии (под дизайн Aspro) */
#bx-soa-delivery .bx-soa-pp{
  margin-top: 10px;
}
.bx-soa-more {
    display: none;
}

/* === ORDER: Properties (Покупатель) always open === */
#bx-soa-properties .bx-compact-wrapper--profile,   /* карточка профиля с "Изменить" */
#bx-soa-properties .bx-soa-change-profile {        /* сама ссылка "Изменить" */
  display: none !important;
}

/* всегда показывать форму полей */
#bx-soa-properties .bx-soa-section-content {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* мелкие правки под Aspro */
#bx-soa-properties .row-props.group-without-margin { margin-top: 10px; }






