/* #bx-panel {
    display: none !important;
} */


.bx_filter_title {
    margin-bottom: .5em;
}

.bx_filter .bx_filter_block {
    display: none;
    -webkit-transition: padding .3s ease;
    -moz-transition: padding .3s ease;
    -ms-transition: padding .3s ease;
    -o-transition: padding .3s ease;
    transition: padding .3s ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.bx_filter .bx_filter_button_box .bx_filter_block,
.bx_filter .bx_filter_parameters_box.bx_active .bx_filter_block {
    display: block;
}





.bx_filter .bx_filter_parameters_box.bx_active .bx_filter_block i.bx_ft-sub {
    font-size: 12px;
    font-style: normal;
    display: block;
    padding-bottom: 5px;
}



.bx_filter .bx_ui_slider_track_container {
    padding-top: 35px;
    padding-bottom: 25px;
}

.bx_filter .bx_ui_slider_track {
    position: relative;
    height: 3px;
    /*background: #d8e9f0;/* COLOR */
}

.bx_filter .bx_ui_slider_part {
    position: absolute;
    top: -8px;
    width: 1px;
    height: 11px;
    /*background: #b94a48;*/
}

.bx_filter .bx_ui_slider_part.p1 {
    left: 16px;
    height: 6px;
}

.bx_filter .bx_ui_slider_part.p2 {
    left: 25%;
}

.bx_filter .bx_ui_slider_part.p3 {
    left: 50%;
}

.bx_filter .bx_ui_slider_part.p4 {
    left: 75%;
}

.bx_filter .bx_ui_slider_part.p5 {
    right: 20px;
    height: 6px;
}

.bx_filter .bx_ui_slider_part span {
    font-size: 11px;
    /*font-weight: bold;*/
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #000;
}

.bx_filter .bx_ui_slider_part.p2 span,
.bx_filter .bx_ui_slider_part.p3 span,
.bx_filter .bx_ui_slider_part.p4 span {
    color: #6b8086;
}

.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V {
    position: absolute;
    top: 0;
    bottom: 0;
}

.bx_filter .bx_ui_slider_range {
    /*z-index: 50;*/
}

.bx_filter .bx_ui_slider_pricebar {
    /*z-index: 100;*/
}

.bx_filter .bx_ui_slider_pricebar_VD {
    /*z-index: 60;*/
    background: #eee;
    /* COLOR */
}

.bx_filter .bx_ui_slider_pricebar_VN {
    /*z-index: 70;*/
    /*background: #c6dae7;*/
    background: var(--Primary-Light);
    /* COLOR */
}

.bx_filter .bx_ui_slider_pricebar_V {
    /*z-index: 80;*/
    background: var(--Primary-25);
    /* COLOR */
}

.bx_filter .bx_ui_slider_handle {
    position: absolute;
    /*top: 100%;*/
    top: -10px;
    width: 24px;
    height: 24px;
    border-bottom: none;
    border: 2px solid var(--Primary-blue);
    border-radius: 12px;
    background-color: #fff;
    /*background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="11" cy="11" r="10" style="stroke:#E76D24; fill:#FFFFFF" stroke-width="2"/%3E%3C/svg%3E') no-repeat left top;*/
}

.bx_filter .bx_ui_slider_handle:hover {
    -webkit-cursor: grab;
    -ms-cursor: grab;
    -o-cursor: grab;
    cursor: grab;
}

.bx_filter .bx_ui_slider_handle:active {
    -webkit-cursor: grabbing;
    -ms-cursor: grabbing;
    -o-cursor: grabbing;
    cursor: grabbing;
}

.bx_filter .bx_ui_slider_handle.left {
    left: 0;

    /* COLOR
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;
    */
}

.bx_filter .bx_ui_slider_handle.right {
    right: 0;

    /* COLOR
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;
    */
}

.article h2 {
    margin-top: 0;
    font-size: 24px;
}

.article ol ol {
    margin-top: 8px;
}

/* fix main.css */
.blog-post p {
    margin-bottom: 0;
}

.content p {
    margin-bottom: 1.5em;
}

/* Для десктопа */
[data-v-app] .fixed {
    bottom: 25px !important;
}

/* Для мобильных */
@media (max-width: 600px) {
    [data-v-app] .fixed {
        bottom: 75px !important;
    }
}

.proposals__item-image picture {
    height: inherit;
}

/* cookie consent banner */
#cookie-consent {
    position: fixed;
    bottom: 25px;
    right: 25px;
    max-width: 320px;
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    z-index: 999999;
}
#cookie-consent h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: bold;
}
#cookie-consent p {
    margin: 0 0 15px;
    font-size: 14px;
    color: var(--Secondary-75);
    line-height: 1.4;
}
#cookie-consent .btns {
    display: flex;
    gap: 10px;
}
#cookie-consent button {
    flex: 1;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
#cookie-accept {
    background: var(--Primary-blue);
    color: #fff;
}
#cookie-accept:hover {
    background: var(--Primary-75);
}
#cookie-decline {
    background: var(--Secondary-Light);
    color: var(--Secondary-75);
}

#cookie-consent a {
    color: var(--Primary-blue);
    text-decoration: underline;
}

@media (max-width: 600px) {
    #cookie-consent {
        bottom: 75px;
        left: 10px;
        right: 10px;
        max-width: unset;
    }
}

.heading-2 {
    font-size: 18px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

@media (min-width: 64em) {
    .product__analogs .results-product-list__item:hover {
        border-color: var(--Primary-75);
    }
}

.mz-expand-thumbnails .magic-thumb>img {
    box-shadow: none !important;
    border: 1px solid var(--Secondary-Light);
}


font.notetext {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
    text-align: center;
    color: var(--Additional-warning)
}

@media (max-width: 1279px) {
    .lg\:hidden {
        display: none !important
    }
}

.compare_total_items {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    font-size: 12px;
    font-family: var(--Stem);
    background-color: var(--Additional-warning);
    color: #fff;
    top: -8px;
    right: -7px
}



/* enquiry form */
.enquiryForm {
    margin: 1rem 0;
}

.privacy-policy-text {
    margin-bottom: 1em;
    color: var(--Secondary-gray);
}

#form-container-ajax .heading-1-m.text-SecondaryGray{
    line-height:normal;
    margin-bottom: 1em;
}

.input-hidden {
  display: none;
}

.custom-input {
  display: flex;
  align-items: center;
  border: 1px solid var(--Secondary-25);
  border-radius: 4px; 
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
}

#file-name {
  flex-grow: 1;
  padding: 0 20px;
  color: var(--text-main);
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Тонкая вертикальная линия */
.divider {
  width: 1px;
  height: 100%;
  background-color: var(--Secondary-25);
}


.browse-text {
  padding: 0 30px;
  color: var(--Secondary-Darken);
  font-weight: 600;
  font-size: 18px;
}


.custom-input:hover {
  border-color: #999;
}

.custom-input:hover .browse-text {
  opacity: 0.8;
}

/* reviews carousel */

.review-container {
  overflow: hidden;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 10px;
}

.review-container .carousel {
  display: flex;
  transition: transform 0.6s ease;
}

.review-container .review {
  background: white;
  margin: 10px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  flex: 0 0 calc(50% - 24px);
}

.review-container.review h3 {
  margin-top: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .review-container .review {
    flex: 0 0 calc(100% - 24px);
  }
}
/*
.one-line-text {
    white-space: normal !important;
}*/

/* top menu icons */ 
.user-additional-menu__item svg {
    margin: 0 auto;
}

.shopping-bag_total-items {
    right: 8px !important;
}

.product__header-badge--discontinued {
    background-color: var(--Primary-darken);
}