
body.mobile .logo {
    width: 207px;
    aspect-ratio: 4 / 1;
}
body.mobile  #modalMegaMenuXL {
    position: fixed !important;
    inset: 0 !important;
    display: none !important;
    contain: layout paint style;
}
body.mobile .img_search {width: 100%}
body.mobile  #modalMegaMenuXL.show {
    display: block !important;
}
body.mobile .flags .flag-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    min-width: 24px;
    min-height: 24px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
body.mobile header .flags.dropdown {display: none}



/* NEW UNITED */
.btn-success {}

body.mobile #mobile_media {min-height: 400px;height: 400px}
.flag-icon {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}

/*.page-wrapper {min-height: 100vh}*/
.burger svg {fill: black}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0b3d91 ;
    --bs-btn-border-color: #0b3d9194 ;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b3d91;
    --bs-btn-hover-border-color: #0b3d9194;
    --bs-btn-focus-shadow-rgb: 101, 113, 107;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0b3d91;
    --bs-btn-active-border-color: #0b3d9194;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0b3d91;
    --bs-btn-disabled-border-color: #0b3d9194;
}.nav-link {
    color: #000000;
 }

.m-current-category {display: none}
/*
******************************************************END******************************
 */


/*body.catalog-product-view {background: none}*/
.bg-basic-ziff {background-color: #f6f6f6 !important;}

.bg-primary-ziff {background-color: #0b3d91 !important}
body.mobile .px-xxl-5{padding: 0!important;}
body.mobile  .product-list-name { height: 50px;}
.product-list-name {display: block;
    height: 55px;
    margin-bottom: 8px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;}
.is_in_stock {color: #00B533;}
.product_item .regular-price .price {color:#0b3d91;    font-size: 20px;}
.btn-wishlist.active {border: none}


/*main.page-wrapper {overflow: hidden}*/

body.desktop .navbar-communication {width: 60%}
body   .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {    filter: invert(1) grayscale(100);     font-size: 26px !important;}
body  .swiper-pagination-bullet-active {background: #0b3d91 !important;}
.m_phone_login .select2,.su_phone .select2, #country_iso_login, #su_country_iso { display: none;}
#minicart_count,#wishlist_count{top: 10px;
    left: 30px;}
.btn-cart.btn.active {
    border: none;
    position: relative;
    display: block;
}
svg.active_cart {     display: block;
    width: 100%;
    max-width: 22px;
    height: 22px;
    fill: #FFFFFF;
    position: absolute;
    right: -12px;
    top: -2px;}

#global_messages {
    right: 1%;
    bottom: 10%;
    z-index: 9999;
    position: fixed !important;
    width: auto;
    --bs-toast-border-width: none;
}
#global_messages>div {margin: 0}
#cartModal .qty-cell {border: 1px solid #0b3d91;border-radius: 3px;    margin-left: 2rem !important;
    margin-right: 2rem !important;}
.toolbarbutton .sorter, .toolbartop .pager {display: none}
#m-show-more {position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: auto;
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    flex-direction: row;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 2rem;
    width: 100%;
    color: #0b3d91;
}
#m-show-more:hover {color:#212529 }
#m-show-more .icon-reload { margin-right:10px }
/*******************************************************
   *  STYLE SCROLL
   ******************************************************/
#cart-sidebar::-webkit-scrollbar-track, .offcanvas-body::-webkit-scrollbar-track, #passage::-webkit-scrollbar-track, .scrollALl::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
#cart-sidebar::-webkit-scrollbar, .offcanvas-body::-webkit-scrollbar, #passage::-webkit-scrollbar, .scrollALl::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}
#cart-sidebar::-webkit-scrollbar-thumb,.offcanvas-body::-webkit-scrollbar-thumb, #passage::-webkit-scrollbar-thumb, .scrollALl::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    background-color: #414141;
}body.mobile .quantity-button-less, body.mobile .quantity-button-more {padding: 5px 10px;}
.qty-cell input {
    border: none;
    width: 41px;
    min-width: 20px;
    text-align: center;
    /* background-color: #f1f8fc;*/
    color: #555;
    height: 40px;
    font-size: 16px;
}
.history_scroll::-webkit-scrollbar-track,.sub_category::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(75, 75, 75, 0.08);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.history_scroll::-webkit-scrollbar, .sub_category::-webkit-scrollbar
{
    width: 4px;
    height: 6px;
    background-color: #F5F5F5;
}
.history_scroll::-webkit-scrollbar-thumb,.sub_category::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(75, 75, 75, 0.08);
    background-color: #969696;
}
/*********Product PAGE**********/
.product_item .old-price .price {    font-size: 14px;
    text-decoration: line-through;}
.product_item .special-price .price  { color: #dc3545;    font-size: 1.2rem;     margin-left: 10px;
}
.product-price-view .old-price .price {    font-size: 16px;
    text-decoration: line-through;}
.product-price-view .special-price .price  { color: #dc3545;    font-size: 1.7rem;     margin-left: 10px;
}

.related_img img{filter: brightness(98%);
    background-color: #f9f9f95c;
    border-radius: 50% !important;}
#description_product {}
#description_product div.collapse:not(.show) {
    height: 5em !important;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#description_product div.collapsing {
    min-height: 100px !important;
}

#description_product a.collapsed:after  {

}

#description_product a:not(.collapsed):after {
   /* content: '+ Read More';*/
}



.fs-heart:before {font-size: 30px;}
.price-box  .regular-price .price {color:#a80f0d;    font-size: 1.3em; font-weight: 600;}
.product-price-view .regular-price .price{font-size: 1.7em; line-height: 24px;}
.not_related #product-gallery {
    overflow: hidden;
    height: 37em;
    overflow-y: scroll;
}
.related #product-gallery {    overflow: hidden;
    height: 48em;
    overflow-y: scroll;}
.product-gallery::-webkit-scrollbar-track,.sub_category::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(75, 75, 75, 0.08);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.product-gallery::-webkit-scrollbar, .sub_category::-webkit-scrollbar
{
    width: 4px;
    height: 6px;
    background-color: #F5F5F5;
}
.product-gallery::-webkit-scrollbar-thumb,.sub_category::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 3px rgba(75, 75, 75, 0.08);
    background-color: #969696;
}
.star-rating-icon {
    position: relative;
    display: inline-block;

    font-size: 30px; /* Розмір шрифта для зірки */
}
.review-list .star-rating-icon {
    font-size: 20px;
}
.icon-star-filled:before{
    content: "\e90c";
    color:#fea569;
}

.icon-star-half::before {
    content: "\e90c"; /* Символ зірки */
    position: absolute;
    background: linear-gradient(to right, gold 50%, transparent 50%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.icon-star-half::after {
    content: "\e90c"; /* Символ зірки */
    color: #979797;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 50% 0);
}

.icon-star{color:  #9797976e; }
.product_view_header .star-rating-icon {font-size: 20px;}

.product_item .star-rating-icon  {font-size: 18px;}

/************SLIDER HOME**************************/
body.mobile #carouselHome .carousel-inner{}
body.desktop .center_image {position: absolute;    left: 33%;    top: -15px;  animation: animate 2s ;}
body.desktop .center_image img {width: 100%}
body.desktop .text_info {position: absolute; top: 33%; left: 60%; width: 25%;  text-align: center;}
body.mobile .left_image {display: none !important}
body.mobile .center_image img {width: 95%;height: fit-content;}
body.mobile .text_info {position: absolute; bottom: 15%; left: 0%; width: 100%;  text-align: center;}
body.mobile .center_image {height: 550px;     display: flex;
    justify-content: center;    background: #dddddd00;}





/************FILTER *************************/


.product_item.bg-white:hover {    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15)!important;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15)!important;}
#model_peoduct .active {    -webkit-box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15)!important;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15)!important;}
.m-checkbox-unchecked:before {content: "";
    display: block;
    width: 1.1em;
    height: 1.1em;

    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #c1cdd7;
    position: absolute;
    border-radius: 0.3125em;}
.m-checkbox-checked:before {content: "";
    display: block;
    width: 1.1em;
    height: 1.1em;

    vertical-align: top;

    background-repeat: no-repeat;
    background-position: center;
    background-color: #0b3d91;
    background-image :url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    border: 1px solid #0b3d91;
    position: absolute;
    border-radius: 0.3125em;}

.m-checkbox-checked .widget-filter-item-text, .m-checkbox-unchecked .widget-filter-item-text {     padding-left: 25px;
    color: #212529; }

.mb-mana-catalog-leftnav .accordion-button:not(.collapsed), .mb-mana-catalogsearch-leftnav .accordion-button:not(.collapsed) {
    background-color: transparent;
}
#shop-categories  ul  {padding-left: 0.7em !important;}
#shop-categories  ol,  #shop-categories ul.widget-list {padding-left: 0 !important}
#shop-categories  ol li li li a {    opacity: 0.75;}
#shop-categories  ol>li>div>a {font-size: 17px;    font-weight: 500;}
#shop-categories  ol>li>ul a {font-size: 15px;}
/*#shop-categories a { color: #e1f1fb !important;}*/
#shop-categories .m-selected-filter-item {    color: #F07D00;}
body.mobile #shop-sidebar {
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    border-radius: 0 !important;
    z-index: 1042 !important;
}
body.desktop #shop-sidebar.offcanvas {visibility: inherit; position: relative;}
body.desktop #shop-sidebar .offcanvas-header {display: none}
#shop-sidebar ul,  #shop-sidebar ol{list-style: none; padding-left: 0px}


.range-slider-ui {
    height: 0.1875rem !important;
    margin: 3.5rem 0 !important;
    border: 0 !important;
    background-color: #eceff6 !important;
    box-shadow: none !important;
}
.noUi-horizontal .noUi-handle {
    width: 20px !important;
    height: 20px !important;
    right: -10px !important;
    top: 0px !important;
}
.range-slider-ui {
    height: 0.1875rem;
    margin: 3.5rem 0;
    border: 0;
    background-color: #eceff6;
    box-shadow: none;
}
.range-slider-ui .noUi-connect { background-color: #0b3d91;}
.range-slider-ui .noUi-handle {
    top: 50%;
    width: 1.375rem;
    height: 1.375rem;
    margin-top: -0.6875rem;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.5625rem -0.125rem rgba(0, 0, 0, 0.25);
}
.range-slider-ui .noUi-handle::before, .range-slider-ui .noUi-handle::after { display: none;}
.range-slider-ui .noUi-handle:focus { outline: none;}
.range-slider-ui .noUi-marker-normal { display: none;}
.range-slider-ui .noUi-marker-horizontal.noUi-marker {width: 1px; background-color: #d0dae4;}
.range-slider-ui .noUi-marker-horizontal.noUi-marker-large {height: 0.75rem;}
.range-slider-ui .noUi-value {
    padding-top: 0.125rem;
    color: #4b566b;
    font-size: 0.8125rem;
}
.range-slider-ui .noUi-tooltip {
    padding: 0.25rem 0.5rem;
    border: 0;
    background-color: #373f50;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.2;
    border-radius: 0.25rem;
}
html:not([dir=rtl]) .range-slider-ui.noUi-horizontal .noUi-handle {    right: -0.6875rem;}


/**** ANIMATION Style******/
@keyframes animate{
    0%{
        transform: translateX(-100px);
        opacity: 0
    }

}

@keyframes showcontent{
    from{
        opacity: 0;
        transform: translate(0,20px);
        filter:blur(33px);
    }to{
        opacity: 1;
        transform: translate(0,0);
        filter:blur(0);
    }
}
/****************/
/********************/
.bootstrap-select  .dropdown-menu .flag { display: none}
body.cms-home  .language .filter-option-inner-inner {display: flex !important;}
body.cms-home  .language  .dropdown-toggle:after { display: none}
.flag.ua {  background: url('../images/flag-ua.svg') no-repeat; display:inline-flex;
    width: 25px;
    height: 25px;         background-position: center;}
.language .filter-option-inner-inner{ display: flex !important;}
.language button.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffffff;
    --bs-btn-active-border-color: #ffffff;
    --bs-btn-active-shadow: inset 0 3px 5px rgb(255, 255, 255);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #ffffff;
    padding: 0;
}
.a_customer_ {    border: 2px solid #0b3d91;
    border-radius: 50px;
    padding: 2px 8px;
    text-transform: capitalize;
    color: #ee293d;
    margin-left: 5px;
    margin-right: 5px;
}
body.mobile #collapseSearch.show{ display: block !important}
body.mobile #collapseSearch {
    position: absolute !important;
    width: 100%;
    top: 3px;
    right: 0;
    z-index: 1000;
}
body.mobile #collapseSearch .shadow-none img{
    width: 60px;
    height: 60px;
}
body.mobile #collapseSearch small.opacity-75 {display: none}
body.mobile.search_active  .navbar-sticky.bg-basic-ziff>div {}

body.desktop button.search {    position: absolute;
    right: 0;
    background: none;
    border: none;}
body.desktop .search:active {background-color: transparent !important;border: none}
body.desktop .search i {    display: block;
    color: #4a5851;
    padding-top: 3px;}
body.desktop.search_active .logo_block{      position: absolute;
    left: 8%;}
body.desktop.search_active .es-search-suggestions {width: 99%;     background: white;box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);}
body.desktop.search_active::before  {    content: '';
    background: #0000005e;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 5;
    top: 120px;
    }
#es_search_suggestion>ul {
    height: 25em;
    overflow-y: scroll;
}
body.search_active {overflow: hidden}
.old-price code {color: #212529 !important;}
.special-price code { color:#dc3545 !important;}
#es_search_suggestion  .regular-price{     color: #0b3d91;
    }
#es_search_suggestion  .regular-price code{    color: #0b3d91;
    font-size: 1.0em;}
body.desktop.search_active.search #search_mini_form input {


    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px ! IMPORTANT;
    border-bottom: 0px;
}
.price code {    color: #0b3d91;
    font-size: 1.0em;}
/*********************BootStrap SELECT********************************************/

.widget-list[data-simplebar] {    overflow-x: hidden;}
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

@keyframes bs-notify-fadeOut {
    0% {
        opacity: .9
    }

    100% {
        opacity: 0
    }
}

.bootstrap-select>select.bs-select-hidden,select.bs-select-hidden,select.selectpicker {
    display: none!important
}

.bootstrap-select {
    width: 220px;
    vertical-align: middle
}

.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px
}



.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
    z-index: 0!important
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block!important;
    width: 100%!important;
    z-index: 2!important
}


.bootstrap-select.fit-width {
    width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}



.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto
}

.form-inline .bootstrap-select,.form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto
}

.bootstrap-select:not(.input-group-btn),.bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.dropdown-menu-right,.bootstrap-select[class*=col-].dropdown-menu-right,.row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select,.form-horizontal .bootstrap-select,.form-inline .bootstrap-select {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,.form-group-sm .bootstrap-select.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control {
    width: 100%
}

.bootstrap-select.disabled,.bootstrap-select>.disabled {
    cursor: not-allowed
}

.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0!important;
    padding: 0!important
}

.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0!important;
    float: left;
    opacity: 0!important;
    overflow: hidden
}

.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
    position: relative;
    display: block;
    margin-right: 5px;
    text-align: center
}

.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
    padding-right: inherit
}

.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
    position: relative;
    top: -webkit-calc(((-1em / 1.5) + 1ex)/ 2);
    top: calc(((-1em / 1.5) + 1ex)/ 2);
    pointer-events: none
}

.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
    top: auto
}

.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected {
    display: none
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

/*.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0!important
}*/

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select .dropdown-menu li {
    position: relative
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255,255,255,.5)!important
}

.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    -o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    animation: .3s linear 750ms forwards bs-notify-fadeOut
}

.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204,204,204,.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204,204,204,.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block
}

.bs-actionsbox,.bs-donebutton,.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group {
    display: block
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group {
    display: block
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}
/****** MENU ************/
/*body.mobile #navbarOffcanvas.show {display: block !important;}*/


body.mobile #navbarOffcanvas .offcanvas-footer{     position: absolute;
    bottom: 0;
    width: 100%; background: #fff;}
body.desktop #modalMegaMenuXL {top:105px ;}
body.modalMegaMenuXL  .modal-backdrop.fade.show {margin-top: 106px;  }



.navbar-sticky.navbar-stuck { background-color: #FFFFFF}
body.desktop  #menu { width: 270px; padding-top: 10px;}
body.desktop #menu .dropdown-menu.show .column1{/* width: 20% !important;*/}

body.desktop #menu .dropdown-menu.show .column.column1.column_bg li{    margin-bottom: 5px;}
body.desktop #menu .dropdown-menu.show .column.column1.column_bg li a {font-size: 16px;}
body.desktop #menu .dropdown-menu.show .column {  flex-shrink: 0;
    padding-right: 3%;
    width: 30%;
    padding-top: 10px;
    height: 100%;

    min-height: 370px;
}

body.desktop #menu .dropdown-menu.show .column.col-img {margin-right: 0px !important;     width: 27%;}
body.desktop #menu .dropdown-menu.show .column.col-img img {width: 100%}
body.desktop #menu .dropdown-menu.show .column a {padding: 2px }
body.desktop #menu .dropdown-menu.show .column a:hover {color:#a80f0d;    background-color: #f5f5f5;}
body.desktop  #menu>li:hover {color: #a80f0d;    background-color: #f5f5f5;}

body.desktop #menu .dropdown-menu.show .column  .dropdown-menu .dropdown a {padding: 0 5px 0 5px; font-size: 15px;}
body.desktop #menu .dropdown-menu.show .column  .dropdown-menu {position: relative; display: block;border: none; background: none}
body.desktop  .modal-xl.megamenu { max-width: 1600px;    margin: 0 auto;}
body.desktop  .modal-xl.megamenu .modal-body{padding: 0}
body.desktop  .modal-xl.megamenu .modal-content{height: 410px;border-radius: inherit}
body.desktop  .modal-xl.megamenu .navbar .container {    padding-left: 5px;}
body.desktop  #menu>li {margin-bottom: 0; border-radius: 0}
body.desktop  #menu>li>a { padding: 0;font-size: 17px; color: #000000;padding: 2px 5px 10px 10px;
    display:flex; align-items: center;position: relative;
    z-index: 10;}
body.desktop.modalMegaMenuXL.modal-open {padding-right: 0 !important}
@media   (min-width: 992px) and (max-width: 1380px) {
    body.desktop .modal-xl.megamenu {
        padding-right: 0.5rem ;
        padding-left: 0.5rem ;
    }
    #menu li:nth-child(1)>.dropdown-menu.show>.column {min-width: 260px;}
}
@media   (min-width: 1381px) {
    #menu li.dropdown-menu.show>.column {min-width: 300px !important;}
    body.desktop .modal-xl.megamenu {
        padding-right: 3rem ;
        padding-left: 3rem ;
    }
}
@media   (min-width: 992px) and (max-width: 1320px) {

    body.desktop #menu .column1.col-img {display: none}
    body.desktop #menu .dropdown-menu.show .column {}
}
body.desktop  #menu>li.act {background-color: #f5f5f5}
body.desktop  #menu>li>a:after {    border: none;
    color: #000;
    font-family: "icomoon";
    content: var(--bs-breadcrumb-divider, "\e90a");
    font-size: 12px;
    float: right;
    margin-top: 3px;
    position: absolute;
    right: 10px;
}
body.desktop  #menu li:nth-child(1)>.dropdown-menu.show {
    position: absolute;
    top: -15px;
    display: flex;
    border: none;
    left: 0;
    z-index: 1;
    min-height: 375px;
    flex-direction: row;
    overflow: hidden;
    box-sizing: content-box;
    padding: calc(4px* 2) calc(4px* 2) calc(4px* 2) 280px;
    background: none;
}
body.desktop  #menu li:nth-child(2)>.dropdown-menu.show {
    position: absolute;
    top: -49px;
    display: flex;
    border: none;
    left: 0;
    z-index: 1;
    min-height: 375px;
    flex-direction: row;
    overflow: hidden;
    box-sizing: content-box;
    padding: calc(4px* 2) calc(4px* 2) calc(4px* 2) 280px;
    background: none;
}
body.desktop  #menu li:nth-child(3)>.dropdown-menu.show {
    position: absolute;
    top: -82px;
    display: flex;
    border: none;
    left: 0;
    z-index: 1;
    min-height: 375px;
    flex-direction: row;
    overflow: hidden;
    box-sizing: content-box;
    padding: calc(4px* 2) calc(4px* 2) calc(4px* 2) 280px;
    background: none;
}
body.desktop  #menu li:nth-child(4)>.dropdown-menu.show {
    position: absolute;
    top: -118px;
    display: flex;
    border: none;
    left: 0;
    z-index: 1;
    min-height: 375px;
    flex-direction: row;
    overflow: hidden;
    box-sizing: content-box;
    padding: calc(4px* 2) calc(4px* 2) calc(4px* 2) 280px;
    background: none;
}
body.desktop  #menu li:nth-child(5)>.dropdown-menu.show {
    position: absolute;
    top: -151px;
    display: flex;
    border: none;
    left: 0;
    z-index: 1;
    min-height: 375px;
    flex-direction: row;
    overflow: hidden;
    box-sizing: content-box;
    padding: calc(4px* 2) calc(4px* 2) calc(4px* 2) 280px;
    background: none;
}
body.desktop  #menu li:nth-child(6)>.dropdown-menu.show {
    position: absolute;
    top: -184px;
    display: flex;
    border: none;
    left: 0;
    z-index: 1;
    min-height: 375px;
    flex-direction: row;
    overflow: hidden;
    box-sizing: content-box;
    padding: calc(4px* 2) calc(4px* 2) calc(4px* 2) 280px;
    background: none;
}
body.desktop  #menu li:nth-child(7)>.dropdown-menu.show {
    position: absolute;
    top: -220px;
    display: flex;
    border: none;
    left: 0;
    z-index: 1;
    min-height: 375px;
    flex-direction: row;
    overflow: hidden;
    box-sizing: content-box;
    padding: calc(4px* 2) calc(4px* 2) calc(4px* 2) 280px;
    background: none;
}
body.desktop  #menu li:nth-child(8)>.dropdown-menu.show {
    position: absolute;
    top: -253px;
    display: flex;
    border: none;
    left: 0;
    z-index: 1;
    min-height: 375px;
    flex-direction: row;
    overflow: hidden;
    box-sizing: content-box;
    padding: calc(4px* 2) calc(4px* 2) calc(4px* 2) 280px;
    background: none;
}

body.desktop  #menu li:nth-child(9)>.dropdown-menu.show {
    position: absolute;
    top: -287px;
    display: flex;
    border: none;
    left: 0;
    z-index: 1;
    min-height: 375px;
    flex-direction: row;
    overflow: hidden;
    box-sizing: content-box;
    padding: calc(4px* 2) calc(4px* 2) calc(4px* 2) 280px;
    background: none;
}

body.desktop  #menu li:nth-child(10)>.dropdown-menu.show {
    position: absolute;
    top: -321px;
    display: flex;
    border: none;
    left: 0;
    z-index: 1;
    min-height: 375px;
    flex-direction: row;
    overflow: hidden;
    box-sizing: content-box;
    padding: calc(4px* 2) calc(4px* 2) calc(4px* 2) 280px;
    background: none;
}
body.desktop  #menu li:nth-child(11)>.dropdown-menu.show {
    position: absolute;
    top: -354px;
    display: flex;
    border: none;
    left: 0;
    z-index: 1;
    min-height: 375px;
    flex-direction: row;
    overflow: hidden;
    box-sizing: content-box;
    padding: calc(4px* 2) calc(4px* 2) calc(4px* 2) 280px;
    background: none;
}
body.desktop  #menu li:nth-child(12)>.dropdown-menu.show {}
body.desktop  #menu a.h3-class, body.desktop  #menu a.h2-class {font-size: 16px;     line-height: 22px; color: #000000}
body.desktop  #menu span.h0-column {font-size: 18px;     line-height: 22px; color: #000000}
body.desktop  #menu  .dropdown-menu.d2 {padding-bottom: 0px;
    padding-top: 0px;}
body.desktop  #menu .dropdown-menu.d2 {margin-left: 10px}
body.desktop  #menu .dropdown-menu.d2 a {line-height: 22px; }
body.desktop  #menu .column_bg {background-color: #f5f5f5;     padding-left: 22px;   padding-top: 5px; margin-right: 20px;}
body.desktop  #menu .col-brend { }
body.desktop  #menu .col-img {}
body.mobile .modal-xl.megamenu .modal-content {
    height: 100vh;
    border-radius: inherit;
}
body.mobile .modal-xl.megamenu {
    margin: 0;
}

body.mobile #menu_mobile .column .nav-item.dropdown {}
body.mobile #menu_mobile .column .nav-item.dropdown>a:after {    border: none;
    color: #000;
    font-family: "icomoon";
    content: var(--bs-breadcrumb-divider, "\e90a");
    font-size: 12px;
    margin-top: 3px;
    position: absolute;
    right: 5px;}
body.mobile #menu_mobile>li>a {font-size: 22px;    line-height: 28px;}
body.mobile #menu_mobile {width: 100%}
body.mobile #menu_mobile .dropdown-menu {    border: none;
    border-radius: inherit;}
body.mobile #menu_mobile>li>a:after {
    border: none;
    color: #000;
    font-family: "icomoon";
    content: var(--bs-breadcrumb-divider, "\e90a");
    font-size: 12px;
    position: absolute;
    right: 5px;
    margin-top: 3px;
}
body.mobile #menu_mobile .dropdown-menu.d1 {   padding: 5px 10px;}
body.mobile #menu_mobile .nav-link {padding: 2px; display: flex;
    align-items: center;}
body.mobile #menu_mobile .column>.nav-item.dropdown>a {    font-size: 20px;
    line-height: 22px;}
body.mobile #menu_mobile .h5-class {font-size: 18px;    line-height: 24px;}
body.mobile #menu_mobile .column_bg {background-color: aliceblue; padding: 10px;}
body.mobile #menu_mobile .column>li {padding-left: 10px; font-size: 14px}
body.mobile #modalMegaMenuXL {    --bs-modal-border-color:#fff }


#menu svg { width: 20px; height: 20px;  margin-right: 10px;}
body.mobile  .smartslider__content:before {  width: 100%;top: 0% ;-webkit-transform:none; transform: none; left: 0; background: rgb(0 74 154 / 52%)}
body.desktop .bg_slider {background-size: cover !important}
body.mobile .bg_slider { background-position: -970px !important;  background-size: unset  }
body.mobile .bg_slider .container{padding-top: 5%;}
body.mobile .breadcrumb li:nth-last-child(2) {}
body.mobile .mb-breadcrumbs  {width:100%;
    height:20px;
    overflow:hidden; }
body.mobile .breadcrumb{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom:15px;
    justify-content: inherit !important;
    margin: 0;
}
body.mobile .breadcrumb li {display: flex}
body.mobile .mb-mana-catalog-leftnav .widget-title.filter_name {display: none}
.mb-mana-catalog-leftnav .widget-title,
.mb-mana-catalog-leftnav .accordion-button,
.mb-mana-catalogsearch-leftnav .widget-title,
.mb-mana-catalogsearch-leftnav .accordion-button
{font-size: 18px;
    color: #373f50 !important;     border-bottom: 1px;}
.mb-mana-catalog-leftnav .filter_name, .mb-mana-catalogsearch-leftnav .filter_name {    font-size: 22px;
    border-bottom: 1px solid #e3e9ef;
    margin-bottom: 30px;
    padding-bottom: 10px;}
/*.mb-mana-catalog-leftnav  .widget-categories .accordion-button::after {    background-color: #f3f5f9;}*/
.mb-mana-catalog-leftnav  .accordion-item, .mb-mana-catalogsearch-leftnav .accordion-item {border: none}
.mb-mana-catalog-leftnav .accordion-button:not(.collapsed), .mb-mana-catalogsearch-leftnav  .accordion-button:not(.collapsed){ background-color: transparent}
.mb-mana-catalog-leftnav  .nav-link:not(.dropdown-toggle).active, .mb-mana-catalogsearch-leftnav .nav-link:not(.dropdown-toggle).active {pointer-events:auto}

.option-box .form-check-input.options_data {background-image: none !important; display: none}
.option-box .form-check.form-option.disabled:before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: block;
    width: 36px;
    height: 1px;
    background-color: #d2d2d2;
    transform: rotate(45deg) translate(-50%,-50%);
    transform-origin: 0;
    transition: all .2s ease-in-out;
    content: "";
}

.form-option-label.disabled:before {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    display: block;
    width: 36px;
    height: 1px;
    background-color: grey;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: 0;
    transition: all .2s ease-in-out;
    content: "";
}

.form-option-label.active { border: 1px solid #0b3d91;}
.form-option-label {
    position: relative;
    text-align: center;
    transition: color .2s ease-in-out, border-color .2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: .25rem;
    color: #4b566b;
    cursor: pointer;
}
.form-option .form-check-input {
    border: 0;
    background: 0 0;
    float: left;
    margin-left: -1.5em;
    background-image: none !important;
}
svg.all {width: 22px;}
/***********PASSWORD********************/
.password-toggle {
    position: relative;
}
.password-toggle .form-control {
    padding-right: 3rem;
}
.password-toggle-btn {
    position: absolute;
    top: 20px;
    right: 1.625rem;
    margin-bottom: 0;
    padding: 0.5rem;
    transform: translateY(-50%);
    font-size: 1.0625rem;
    line-height: 1;
    cursor: pointer;
}
.password-toggle-btn .password-toggle-check {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.password-toggle-btn .password-toggle-indicator {
    transition: color .2s ease-in-out;
    color: #7d879c;
    font-family: "icomoon";
    font-style: normal;
}
.password-toggle-btn .password-toggle-check:checked~.password-toggle-indicator::before { content: "\e9d6";}
.password-toggle-btn .password-toggle-indicator::before {  content: "\e937";}
/****************************************/
.category-description.std {font-size: 14px;}
body.cms-home header {
 /*   z-index: 1000;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    box-shadow: none !important;*/
}
body.mobile.cms-home #carouselHome .carousel-item.active {    height: 0;
    min-height: 650px;
    overflow: hidden;
    padding-bottom: 56.25%;
    width: 100%;
    margin-top: 0px;}

body.desktop.cms-home #carouselHome .carousel-item.active {    height: 0;
    min-height: 450px;
    overflow: hidden;
    padding-bottom: 40%;
    width: 100%;
    margin-top: 0px;}
body.cms-home #carouselHome .carousel-item.active video {

}
body.cms-home .navbar-sticky.bg-basic-ziff {background-color: transparent !important;}
/*body.cms-home  header .topbar  a {color: #FFFFFF !important; font-weight: 300}*/
body.cms-home  #carouselHome .carousel-item.active .carousel-caption { left: 5%;
    text-align: left;
    top: 50%;}
body.cms-home .modal-backdrop {z-index: 1}
body.mobile.cms-home  #carouselHome .carousel-item.active .carousel-caption {min-height: 620px}
.flags button{--bs-btn-border-width:''}
.flags .dropdown-menu {--bs-dropdown-min-width:''}
.play-pause-button {
    background: transparent;
    border: 0;
    bottom: 24px;
    cursor: pointer;
    position: absolute;
    right: 24px;
    z-index: 1
}

@media(max-width: 1279.98px) {
    .play-pause-button {
        bottom:10px
    }
}

.play-pause-button svg {
    stroke: #fff
}

.ti-video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    min-height: 350px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

@media(max-width: 1279.98px) {
    .ti-video-container {
        padding-bottom:75%
    }
}

@media(max-width: 767.98px) {
    .ti-video-container {
        padding-bottom:177.77%
    }
}

.full-width-video-container {
    bottom: 240px;
    padding-bottom: 0
}

@media screen and (min-aspect-ratio: 16/9) {
    .full-width-video-container {
        bottom:auto;
        top: calc(100vh - 160px);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.wrapper-opaque-header .full-width-video-container {
    bottom: 120px
}

@media screen and (min-aspect-ratio: 16/9) {
    .wrapper-opaque-header .full-width-video-container {
        bottom:auto;
        top: calc(100vh - 40px)
    }
}

.ti-video {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.ti-half-video-container {
    padding-bottom: 100%;
    width: 100%
}



/********Для ГОЛОВНОЇ СТОРІНКи******************/

.img-brand {position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}
.img-brand-logo {position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%); width: 50%}
body .brand  .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {    filter: invert(1) grayscale(100);     font-size: 26px !important;}
body .brand  .swiper-pagination-bullet-active {background: #0b3d91 !important;}
body.desktop .b-herbelin  {background-position-x: center;}
body.mobile .b-herbelin {    background-position-y: center;}
body.mobile .b-tissot {    min-height: 450px !important;}
body.mobile .b-tissot>.img-brand{     width: 45%;}
body.mobile .b-herbelin>.img-brand{     width: 80%;}
body.mobile  .b-gender img, body.mobile .b-jewelry img,
body.mobile  .b-service img,
body.mobile .b-straps img{object-fit: cover; min-height: 200px;}
.bg-basic {    background-color: #4A5851 !important;}

/*
.fade-in {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}*/

/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.page-overlay {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    transition: transform .1ms ease-in-out .2s,opacity .2s ease-in-out;
    z-index: 99
}

.page-overlay_state_visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .2s ease-in-out
}

.preloader {
    background-clip: padding-box;
    background-color: #e9e9e9;
    height: 4px;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000
}

.preloader:before {
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(.165,.84,.44,1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s
}

.preloader:after,.preloader:before {
    background-color: #0b3d91 ;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    will-change: left,right
}

.preloader:after {
    -webkit-animation: indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(.65,.815,.735,.395) infinite
}

.preloader .loader-image {
    /*background: url(../../images/spiner_us.svg) no-repeat;*/
    position: fixed;
    left: 45%;
    top: 45%;
    display: block;
    width: 220px;
    height: 220px;
    background-size: 50%;
    z-index: 10000; }
.preloading .loader-image {
    /*background: url(../../images/spiner_us.svg) no-repeat;*/
    position: fixed;
    left: 45%;
    top: 45%;
    display: block;
    width: 220px;
    height: 220px;
    background-size: 50%;

    z-index: 10000; }
@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    to {
        left: 100%;
        right: -90%
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%
    }

    60% {
        left: 100%;
        right: -90%
    }

    to {
        left: 100%;
        right: -90%
    }
}




.preloading {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 99999;
    background-color: white;
    overflow: hidden;
}
.preloading .loader-eclipse{
    position: relative;
    width: 100%;
    height: 100%;
    -moz-transform: translate(-50px, -50px) scale(1) translate(50px, 50px);
    -webkit-transform: translate(-50px, -50px) scale(1) translate(50px, 50px);
    transform: translate(-50px, -50px) scale(1) translate(50px, 50px);
}
.preloading .loader-eclipse .loader-content {
    background: url(../images/spiner_us.svg) no-repeat;
    position: fixed;
    left: 45%;
    top: 45%;
    display: block;
    width: 220px;
    height: 220px;
    background-size: 50%;

    z-index: 10000;
}

@keyframes loader-eclipse {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes loader-eclipse {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.preloader_type_goods {
    opacity: .4
}

.preloader_type_goods:before {
    background-color: transparent;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
   /* animation: loader-eclipse 1.5s infinite linear;
    -webkit-animation: loader-eclipse 1.5s infinite linear*/

}
/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.mb-search-result .toolbar .sorter {display: none }
body.mobile .bk-action {    left: 25%;
    top: 70%;}
body.desktop .bk-action {    left: 65%;
    top: 80%;}

.rating input {
    display: none;
}
body.mobile .bk-action-straps {    left: 25%;
    top: 91%;}
body.desktop .bk-action-straps {    left: 15%;
    top: 80%;}
body.mobile .btn.a_customer,
body.cms-home #search_form_auto
{display: none !important}

body.mobile .promo {text-align: center}
body.mobile .product_item .out-of-stock {       line-height: 14px;
    text-align: right;
    font-size: 14px;}
body.desktop #es_search_suggestion {    position: absolute;
    top: 45px;
    z-index: 1;    box-shadow: 2px 10px 25px 0px rgb(161 161 161 / 22%); width: 100%}
/*body.mobile .catalog_block {order: 1}
body.mobile .logo_block {order: 2}
body.mobile .custom-block {order: 3}*/
body.mobile #es_search_suggestion .out_of_stock {text-align: center;
    line-height: 14px;
    opacity: 0.75;
    font-size: 13px;
    padding-top: 5px;}
.btn-more-desc {box-shadow: 0px -13px 22px -1px rgb(255 255 255);}
#languageDropdown:after {display: none!important;}
#shop-categories #category.accordion-collapse   {padding: 0 !important;}
#shop-categories #category .accordion-body.widget-filter  {padding: 10px 3px 10px 3px !important;}
.product_item i.icon-cart {color: #11b400 !important;}
.out_of_stock, .out-of-stock  {color: #a80f0d}
.icon-trash{color: #a80f0d}
#search_street_suggestion li:hover { background: #dddddd;}
#spinner-street {position: absolute;
    top: 20px;
    right: 40px;
}
#payment_form .form-check { display: flex !important}

#m-tree-left_category>li:before {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    -webkit-transition: var(--bs-accordion-btn-icon-transition);
    transition: var(--bs-accordion-btn-icon-transition);
    content: "";
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
    background-size: 12px;
}
#m-tree-left_category>li {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#m-tree-left_category li:has(> ul.collapse.show)::before {
    transform: rotate(0deg);
    top: 8px;
}
#m-tree-left_category  .m-selected-ln-item { color: #a80f0d}
#m-tree-left_category  .level_2 {font-weight: 500;
    font-size: 17px;}
.icon-search:before {color: #a80f0d;}
@media (min-width: 350px) and (max-width: 420px) {
    .customer_logged {display: none}
}
.lead {
    font-size: 1.1rem;
    font-weight: 300;
}
#as_product {
    min-height: 100px; /* подобрать под ваш дизайн */
}