/*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; }*/<br>
 <br>
.additional-prices {<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;margin-top: 10px;<br>
 &nbsp;&nbsp;&nbsp;&nbsp;}<br>
.additional-price {<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;font-size: 0.9em;<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;color: gray;<br>
 &nbsp;&nbsp;&nbsp;&nbsp;}<br>
.price-value {<br>
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;font-weight: bold;<br>
 &nbsp;&nbsp;&nbsp;&nbsp;}<br>
 
 
 
.b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
 display:none;}
 
 /** kronax custom **/
.tizers-list__item-image-wrapper {
    display: none !important;
}
.tizers-list__item {
    flex-direction: column;
    padding: 24px clamp(18px, 3vw, 44px);
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}
.tizers-list__item-name {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #111 !important;
}
.tizers-list__item-descr {
    font-size: 14px !important;
    color: #555 !important;
    line-height: 1.5;
    margin-top: 8px;
}
.tizers-list__items-wrapper {
    grid-column-gap: 16px !important;
}


/** kronax custom: gallery 50% **/
.detail-gallery-big {
    flex-basis: 50% !important;
    flex-shrink: 0;
    max-width: 50%;
}
.catalog-detail__main {
    flex-basis: 50% !important;
    flex-grow: 1;
}



.catalog-detail__previewtext .catalog-detail__pseudo-link {
    display: none !important;
}

/** kronax: скрываем вкладки и char-side **/
.catalog-detail__bottom-info {
    display: none !important;
}
.char-side {
    display: none !important;
}

.catalog-detail__bottom-info { display: none !important; }
.char-side { display: none !important; }
.catalog-detail__previewtext .catalog-detail__pseudo-link { display: none !important; }

.catalog-detail__previewtext .catalog-detail__pseudo-link {
    display: none !important;
}
.catalog-detail__previewtext {
    order: -1;
}


.kronax-detail-block__content ul li {

	    list-style-type: disc!important;

}
.kronax-detail-block__content ul li:before {

	    content:none;

}

.kronax-detail-block__content li {
    margin-bottom: 0px!important;
}

.catalog-detail__previewtext .text-block {
    -webkit-line-clamp: unset !important;
    display: block !important;
    overflow: visible !important;
}


.brands-list__item {

    background-color: white;
}
.brands-list__image-wrapper {

    height: 100px;
}

@media (min-width: 992px) {
    .company-item__heading .company-item__title {
        padding-right: 15px;
    }
}

.header-menu__item--wide>.header-menu__dropdown-menu>.dropdown-menu-inner {
    max-width: 50%;
}


.index-block__title {
font-size: 3em;
    font-weight: 800;
    color: #111;
    line-height: 1.1;
}

.filter-panel__part-right {display:none}


@media (max-width: 600px) {
/** kronax custom: gallery 50% **/
.detail-gallery-big {
    flex-basis: 100% !important;
    flex-shrink: 0;
    max-width: 100%;
}
}

@media screen and (max-width: 600px) {
    .detail-gallery-big-wrapper {
        padding-top: 100% !important;
        margin-bottom: 0;
    }
}


@media screen and (max-width: 600px) {
    .detail-gallery-big-slider-main {
        max-width: 100%;
        /* margin: auto; */
    }
}

/* Фикс для кастомных блоков карточки товара */
.catalog-detail__item.flex-1 {
    display: block !important;
}

.catalog-detail__previewtext .text-block {
    -webkit-line-clamp: unset !important;
    display: block !important;
    overflow: visible !important;
    min-height: fit-content;
}

.change_city {

    display: none;
}

.city_destination {

    display: none;
}

#bx-soa-delivery .alert-warning.alert-hide {
    display: none !important;
}

/* Скрыть блок с городом в компактной доставке */
.bx-compact-wrapper .bx-compact-prop:has(.destination_value) {
    display: none;
}

.index-block--delimiter>div {

    border-bottom: none;
}

#one_click_buy .delivery_note_wrapper {
    display: none;
}

[data-property-id-row="46"]{
    display:none !important;
}


.bx-soa-file-upload{
    margin: 24px 0;
}

.bx-soa-customer-field-file{
    width: 100%;
}

.kronax-file{

    border-radius: 3px;
}

.kronax-file__input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.kronax-file__label{
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 0;
    cursor: pointer;
    flex-wrap: wrap;
}

.kronax-file__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    background: #7e7777;
    color: #fff;
    border-radius: 6px;
    font-weight: 600;
    transition: .2s ease;
}

.kronax-file__btn:hover{
    background: #b80000;
}

.kronax-file__name{
    color: #555;
    font-size: 14px;
    line-height: 1.4;
    word-break: break-word;
}

.kronax-file__hint{
    margin-top: 10px;
    font-size: 14px;
    color: #888;
    line-height: 1.4;
}

@media (max-width: 767px){
    .bx-soa-file-upload{
        margin: 16px 0;
    }

    .kronax-file{
        padding: 14px;
    }

    .kronax-file__label{
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    .kronax-file__btn{
        width: 100%;
    }

    .kronax-file__name{
        font-size: 13px;
    }
}


#bx-soa-file-upload{
    display: none;
}

