.loading-screen {
    display: inline-block;
    width: 84px;
    height: 84px;
    background: rgba(0, 0, 0, 0.5) !important;
    position: fixed !important;
    border: none !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    font-size: 0 !important;
    z-index: 999999999;
    transform: translateZ(1px);
}

.loading-screen .loader {
    width: 84px;
    height: 84px;
    position: fixed;
    left: calc(50% - 42px);
    top: calc(50% - 42px);
}

.loading-screen .loader:before,
.loader:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--theme-color);
    animation: push 1s infinite linear alternate;
}

.loading-screen .loader:after {
    top: auto;
    bottom: 0;
    left: 0;
    background: #fff;
    animation-direction: alternate-reverse;
}

@keyframes push {
    0% {
        width: 14px;
        height: 14px;
    }

    100% {
        width: 84px;
        height: 84px;
    }
}



.alert {
    margin-bottom: 8px;
    /* border-radius: 5px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    border-radius: 20px;
    line-height: 22px;
    padding: 12px 20px;
    position: relative;
}

.alert:before {
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: inherit;
}

.alert-success {
    color: #000;
    background-color: rgba(35, 164, 31, 0.15);
    border-color: rgba(35, 164, 31, 0.15);
}

.alert-success:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19' r='19' fill='%2323A41F' fill-opacity='0.7'/%3E%3Cpath d='M11.2793 19.8221L17.8562 26.399L27.7216 11.601' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #000000;
    background-color: #ffd600;
    border-color: #ffd600;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    /* color: #a94442; */
    background-color: rgba(225, 45, 6, 0.15);
    border-color: rgba(225, 45, 6, 0.15);
}

.alert-danger:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='38' viewBox='0 0 39 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19.5' cy='19' r='19' fill='%23E12D06'/%3E%3Cpath d='M26.8944 25.8943C28.7229 24.0658 29.7501 21.5859 29.7501 19C29.7501 16.4141 28.7229 13.9342 26.8944 12.1057C25.0659 10.2772 22.5859 9.24994 20.0001 9.24994C17.4142 9.24994 14.9342 10.2772 13.1057 12.1057M26.8944 25.8943C25.0659 27.7228 22.5859 28.7501 20.0001 28.7501C17.4142 28.7501 14.9342 27.7228 13.1057 25.8943C11.2772 24.0658 10.25 21.5859 10.25 19C10.25 16.4141 11.2772 13.9342 13.1057 12.1057M26.8944 25.8943L13.1057 12.1057' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.hidden {
    display: none !important;
}

[data-tabs] [data-tab] {
    display: none;
}

@media (max-width: 991px) {
    [data-tabs] [data-tab].no-hide-mobile {
        display: block;
    }
}

[data-tabs] [data-tab].active {
    display: block;
}

.is-invalid {
    /* background: #ffe0e0 !important; */
    border: 1px solid red;
    -webkit-animation: blink .3s step-end infinite alternate;
    animation: blink .3s step-end infinite alternate;
}

[data-search-result-alt],
[data-search-result] {
    position: absolute;
    background: #Fff;
    width: 100%;
    z-index: 2;
    padding: 20px;
    display: none;
    overflow: auto;
    max-height: 80vh;
    border: 1px solid #B5C1D3;
    border-left: 8px solid #DF2143;
}

[data-search-result].active {
    display: block;
}

.popup__content {
    position: relative;
}

.print_page #bx-panel,
.print_page .header,
.print_page #bx-panel-back,
.print_page .breadcrumbs,
.print_page .item__info,
.print_page .item__controls-wrap,
.print_page .slick-arrow,
.print_page .line-items,
.print_page .stats__link,
.print_page .section,
.print_page .sub-form,
.print_page footer,
.print_page .item__view,
.print_page .item__stats,
.print_page .cookie,
.print_page .onTop {
    display: none !important;
}



.cookie-block {
    display: flex;
}

.cookie .buttons .btn {
    font-size: 14px;
    padding: 10px 20px;
    height: auto;
    line-height: 1;
    white-space: nowrap;
    margin-right: 10px;
}

.cookie .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-widget__link b {
    /* margin-right: 5px; */
    display: contents;
}

.store-list__map iframe {
    border: none;
}

.toast {
    position: fixed;
    width: 450px;
    max-width: 100%;
    top: 30px;
    right: 30px;
    padding: 20px 40px 20px 20px;
    border-radius: 10px;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(89, 89, 87, 0.10);
    box-shadow: 0px 4px 15px 0px rgba(89, 89, 87, 0.10);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

.toast__close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.toast__container {
    display: flex;
    align-items: center;
}

.toast__image {
    width: 75px;
    height: 75px;
    text-align: center;
}

.toast__image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.toast__content-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.toast__content-text {
    font-family: Nunito Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.toast__content-title+.toast__content-text {
    margin-top: 12px;
}

.category-widget__path {
    /* margin-bottom: 10px; */
}

.category-widget__path+.category-widget__list {
    margin-left: 10px;
}

.category-widget__path-item {
    margin-bottom: 10px;
    color: var(--black);
    font-family: var(--main-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    border-radius: 6px;
}

.category-widget__path-item:before {
    content: '';
    width: 20px;
    height: 16px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8px;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='18' viewBox='0 0 23 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.62562 9.26344H21.9549M21.9549 9.26344L14.3314 1.63995M21.9549 9.26344L14.3314 16.8869' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: contain;
}

.category-widget__path .category-widget__path-item:last-child:before {
    content: none;

}

.category-widget__path .category-widget__path-item:last-child {
    color: var(--black);
    background: var(--gray);
    display: inline-flex;
    padding: 4px 8px;
    /* margin: 0 0 0 25px; */
}

.arrow-left,
.arrow-right {
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    padding: 0;
    background: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.arrow-left:before,
.arrow-right:before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='18' viewBox='0 0 23 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.62562 9.26344H21.9549M21.9549 9.26344L14.3314 1.63995M21.9549 9.26344L14.3314 16.8869' stroke='%23140106' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
}

.arrow-left:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.star-rating.error-label {
    border: 1px solid red;
}

.bx-authform {
    max-width: 100%;
    width: 500px;
    margin: 0 auto;
}

.bx-authform .bx-title {
    text-align: center;
}

.bx-authform .form__footer {
    text-align: center;
}

.bx-authform-note-container {
    font-size: 13px;
    color: #5a6c77;
    /* padding-top: 4px; */
    text-align: center;
}

.bx-authform-link-container {
    text-align: center;
}

.bx-authform-social {
    text-align: center;
}

.bx-captcha {
    margin-bottom: 20px;
}

.product-info__item.is-brand {
    margin-left: auto;
}

.page404 img {
    width: 500px;
    max-width: 100%;
}

.product-status-artnumber {
    display: flex;
    justify-content: space-between;
}

.city-widget.header__city {
    width: 190px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page__auth .main-header__title {
    text-align: center;
}

.text-center {
    text-align: center;
}

.product-card .size-widget {
    max-height: 120px;
    overflow: auto;
}

.news-card__photo-contain img {
    -o-object-fit: contain;
    object-fit: contain;
}

/* .icon{
    width: 36px;
    height: 36px;
}
.icon-viber{
    background-image: url('assets/img/icons/viber.svg')
}
.icon-telegram{
    background-image: url('assets/img/icons/telegram.svg')
}
.icon-whatsapp{
    background-image: url('assets/img/icons/whatsapp.svg')
}
.icon-vk{
    background-image: url('assets/img/icons/vk.svg')
} */

@keyframes slide-in {
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateX(0%);
    }
}


@media(min-width: 992px) {
    .desktop__hidden {
        display: none !important;
    }
}
@media(max-width: 991px) {
    .cookie-block {
        flex-direction: column;
        justify-content: center;
    }

    .cookie-block .buttons {
        margin-top: 10px;
    }

    
}

@media(max-width: 576px) {
    .toast {
        max-width: 96%;
        left: 2%;
        top: 10px;
    }
}