body {
    color:#34314B;
    background-color: #fff;
}

.black_link a {
    color:#34314B;
    text-decoration: none;
}

.black_link a:hover {
    color:#474368;
    text-decoration: underline;
}

.bb {
    border-bottom: 1px solid #dee0df;
} 

.black_link2 a {
    color:#34314B;
    text-decoration: underline;
}

.black_link2 a:hover {
    color:#0d6efd;
}

#offcanvas1 {
width:70%;
}

@media (max-width: 576px) {
.topslider_btn {
   min-width:100%;
}
}

.small {
    font-size: 12px;
}

.small2 {
    font-size: 13px;
}
   
.grey_border {
    border:1px solid #ebebeb;
    border-radius:10px;
    --shadow-content-raise: 0 0 8px -4px rgba(0,8,50,0.04),0 4px 12px -2px rgba(0,8,50,0.04),0 12px 24px 0 rgba(0,8,50,0.08);
}   

.grey_shadow {
-webkit-box-shadow: 1px 4px 20px 2px rgba(62, 101, 131, 0.07);
        box-shadow: 1px 4px 20px 2px rgba(62, 101, 131, 0.07);
}

.grey_shadow:hover {
        -webkit-box-shadow: 1px 4px 20px 2px rgba(62, 101, 131, 0.11);
                box-shadow: 1px 4px 20px 2px rgba(62, 101, 131, 0.11);
}

.header_grey_shadow {
-webkit-box-shadow: 1px 4px 20px 2px rgba(62, 101, 131, 0.07);
        box-shadow: 1px 4px 20px 2px rgba(62, 101, 131, 0.07);
}

.br {
border-radius:10px;
}

.br_top {
border-top-left-radius:10px;
border-top-right-radius:10px;
}

.br.banner {
    background-image:url("../assets/images/sea.jpeg");
    background-size:cover;
    background-position:center;
}

.check {
    width:15px;
    margin-bottom:3px;
}

.check-sm {
    width:12px;
    margin-bottom:2px;
}

a.absolute {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 10;
}

.grow:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
-webkit-transition-duration: .2s;
        transition-duration: .2s;
}

.rel {
    position: relative;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

 .sm {
  font-size:13px;   
 }

.menu_item {
font-weight: 400;
line-height: 24px;
text-decoration: none;
padding: 8px 14px 8px 0px;
border-radius: 10px;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
min-height: 36px;
}

.menu_item a {
color: #34314B;
text-decoration: none;
}

.menu_item a:hover {
color:#474368;
text-decoration: none;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
color:#474368;
}

.btn-header {
font-weight: 500;
font-size: 14px;
text-align: center;
letter-spacing: -.02em;
color: #4fad53;
background: #f3fbf2;
border-radius: 25px;
padding: 5px 13px;
border: #f3fbf2;
line-height: 2;
}

.btn-header:hover {
color: #4fad53;    
background: #ecf8eb;
border: #f3fbf2;
}

.tariffs:hover {
-webkit-box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
}

#offcanvas1 a {
    color:#34314B;
    text-decoration: none;
}

#offcanvas1 a:hover {
    color:#474368;
    text-decoration: none;
}

.dropdown a {
    outline: none;
}

.btt {
position: fixed;
bottom: 15px;
right: 15px;
height: 40px;
width: 40px;
border-radius: 100%;
z-index: 100;
padding-top: 5px;
opacity: 0.5;
}

.btt:hover {
opacity: 1;
}
.cookies-note_bottom {
position: fixed;
width: 100%;
z-index: 1000;
bottom: 0;
border-top: 1px solid #d2d2d2;
background-color: #fff;
}

.line {
  text-decoration:line-through; 
}

.item {
    color:#34314B;
    text-decoration: none;
}

.item:hover {
    color:#474368;
    text-decoration: none;
}

.mw-button {
    max-width:300px;
}

.bg-green {
    background-color:#474368;
    color:#fff;
}

.bg-green li a{
    color:#fff;
}

.nav_catalog {
    font-size:13px;
    font-weight:700;
}

.top-catalog ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-catalog li {
    position: relative;
    margin: 6px 0;
    font-size:14px;
}

.top-catalog > ul > li {
width: 100%;
position: relative;
margin: 0 0 20px;
padding: 0 20px 0 0;
}

@media (min-width:992px) {
.top-catalog > ul > li {
    width:25%!important;

}
}

@media (min-width:576px) {
.top-catalog > ul > li {
    width:50%;
}
}

.top-catalog > ul  {
list-style-type: none;
}

.top-catalog > ul > li > ul {
list-style-type: none;
padding-left: 0px;
display:block;
}

.top-catalog > ul > li > a {
display: inline-block;
text-decoration: none;
font-weight: bold;
}

.accordion-button:not(.collapsed) {
background-color: #fff;
color:#34314B;
}


.accordion-button:not(.collapsed)::after {
/*background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/
background-image: url("../assets/images/down.svg");
-webkit-transform:rotate(-180deg);
transform:rotate(-180deg);
}

.accordion-button::after {
-ms-flex-negative:0;
flex-shrink:0;
width:1.25rem;
height:1.25rem;
margin-left:auto;
content:"";
background-image: url("../assets/images/down.svg");
/*background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");*/
background-repeat:no-repeat;background-size:1.25rem;
-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;
transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.dropdown-item:focus, .dropdown-item:hover {
color: #474368;
background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
    color: #34314B;
    text-decoration: none;
    background-color: transparent;
}


.right-nav a {
	color:#474368;
	text-decoration:none;
}

.right-nav a:hover {
	color:#000;
}

/* ===== */

.mobile-menu .navbar-nav {
    width:100%;
}

.mobile-menu .navbar-nav .dropdown-menu {
border: none;
}

.mobile-menu .navbar-nav .dropdown-menu .dropdown-item{
    padding: .5rem 1rem;
}

.mobile-menu .dropdown-toggle::after {
display: inline-block;
vertical-align: .255em;
content: "";
border-top: .4em solid;
border-right: .4em solid transparent;
border-bottom: 0;
border-left: .4em solid transparent;
position: absolute;
right: 24px;
top: 22px;
}

#offcanvas2 .navbar-light .navbar-nav .nav-link {
    border-bottom: 1px solid #f5f5f5;
    padding: 12px 29px;
}

#offcanvas2 .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    padding: 0;
}

.dropdown-menu .nav-item .nav-link {
    padding-left: 15px;
}

.logo {
    width: 80px;
}

@media (min-width: 768px) {
    .logo {
    width: 100px;
}
}

header a {
    text-decoration:none;
    color:#34314B;
}

header a:hover {
    text-decoration:none;
    color:#474368;
}

footer .social {
    width:25px;
}

footer a {
    text-decoration: none;
    color:#34314B;
}

footer a:hover {
    text-decoration: none;
    color: #474368;
}

.topmenu_img {
    width:15px; 
}

#offcanvas2 .mobile-navigation-bottom .navbar-light .navbar-nav .nav-link {
    border-bottom: none;
    padding: 8px 29px;
}

#offcanvas2 .mobile-menu .navbar-nav .dropdown-menu{
    padding: 8px 29px;
}

.br-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.mh_btn {
    min-height:56px;
}

.img-pt {
    padding-top:13px;
}

.mh60 {
    min-height: 60px;
}

/* ===== Cлайдер на странице товара ======*/

/* == */

#carouselExampleDark .carousel-item:hover{
    cursor: pointer;
}

.carousel-item {
    height: 220px;
    overflow: hidden;
}

/*Лежачий телефон*/
@media (min-width: 576px) {
    .carousel-item {
    height: 300px;
    overflow: hidden;
}
}

/*Планшет:*/
@media (min-width: 768px) {
    .carousel-item {
    height: 250px;
    overflow: hidden;
}
}

/*Ноут*/
@media (min-width: 992px) {
    .carousel-item {
    height: 360px;
    overflow: hidden;
}
}

.mw-90 {
    width:90%;
}

.alert-success-m {
color: #0f5132;
background-color: #f3fbf2;
border-color: #f3fbf2;
}

.check_img {
max-width:30px;
width:30px;
}


/* ========================================================================================== */




img{
    max-width: 100%; /*  */
}




/***********************slick carousel*******************************/
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
}
.slider-wrapper .item img{
    min-height: 300px;
}
.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    margin-top: 20px;
    bottom: 10px;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    margin: 0 6px 0;
    cursor: pointer;
    position: relative;
    background: transparent;
    border:1px solid #fff;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 0.8;
}
.slick-dots li:hover{
    opacity: 1;
}
.slick-dots li.slick-active{
    background: #fff;
    opacity: 1;
}
.slick-prev, 
.slick-next {
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-align: center;
    color: #fff;
    top: 50%;
    margin-top: -22px;
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
}
.slick-prev{
    left: -60px;
}
.slick-next{
    left: auto;
    right: -60px;
}
.slick-prev i{
    margin-left: -4px;
}
.slick-next i{
    margin-right: -4px;
}
.slick-prev i, 
.slick-next i{
    line-height: 44px;
}
.slick-prev:hover, 
.slick-next:hover{
    background: #FCB000;
    color: #fff;
}
/****************end slick carousel****************/


/* PRODUCT DETAIL */
.product-detail .jq-selectbox__select{
    height: 40px;
}
.product-detail .jq-selectbox__dropdown{
    top: 37px !important;
}
.product-detail select{
    height: 40px;
}
.product-detail .jq-selectbox__select{
    padding-top: 9px;
}
.product-detail .jq-selectbox__trigger-arrow{
    top: 18px;
}
.product-detail .element-counter .input-number {
    width: 100%;
    height: 41px;
    text-align: center;
}
.product-detail .element-counter .btn-number{
    height: 21px;
}

.product-carousel .slick-prev{
    left: 5px;
}
.product-carousel .slick-next{
    right: 5px;
}
.product-carousel{
    height: 435px;
    overflow: hidden;
}
.product-carousel .item{
    height: 435px;
    line-height: 435px;
}
.product-carousel .item a{
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
.product-carousel .item img{
    max-height: 100%;
}
.product-thumb-carousel{
    text-align: center;
    height: 109px;
    overflow: hidden;
    opacity: 0;
}
.product-thumb-carousel.slick-slider{
    height: auto;
    opacity: 1;
}
.product-thumb-carousel .item{
    float: none;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	position: relative;
	background: #fff;
	padding: 0 5px;
}
.product-thumb-carousel .item .img-wrapper > img{
    -webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	opacity: 1;
}
.product-thumb-carousel .item.slick-current .img-wrapper > img,
.product-thumb-carousel .item:hover .img-wrapper > img{
    opacity: 0.3;
}
.product-thumb-carousel .item svg{
    position: absolute;
    width: 31px;
    height: 29px;
    top:50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0;
}
.product-thumb-carousel .item.slick-current svg{
    opacity: 1;
}

.product-carousel.slick-initialized{
    height: auto !important;
}

.product-carousel.slick-initialized{
    height: auto !important;
}

.price-wrap .old-price{
    font-weight: normal;
    font-size: 18px;
    margin-right: 10px;
    text-decoration: line-through;
    color: red;
}
.product-article{
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
}

@media only screen and (min-width: 992px){
    .product-detail h1{
        font-size: 34px;
    }
}

/* FOTORAMA CUSTOM */
.fotorama__thumb{
    border: 1px solid #C7C7C7;
}
.fotorama__thumb-border{
    border-color: #272727 !important;
}
.product-img-wrapper.fotorama__stage{
    margin-bottom: 10px;
}
.fotorama--fullscreen .fotorama__stage{
    border: none;
}
.product-img-wrapper .fotorama__nav{
    text-align: left !important;
}
.fotorama--fullscreen .fotorama__nav{
    text-align: center !important;
}
.fotorama--fullscreen .fotorama__stage .fotorama__img{
    max-height: inherit !important;
    margin-top: 0;
    max-width: inherit !important;
}
.product-img-wrapper .fotorama__wrap--css3 .fotorama__stage .fotorama__img{
    width: 100% !important;
    height: auto !important;
    left: 0 !important;
}
/* /. FOTORAMA CUSTOM */


    .crop-gallery .product-carousel{
        height: 49.2vw;
    }
    .crop-gallery .product-carousel .item{
        height: 55.2vw;
        line-height: 49.2vw;
    } 

    .none-crop-gallery .product-carousel{
        height: 49.2vw;
    }
    .none-crop-gallery .product-carousel .item{
        height: 55.2vw;
        line-height: 49.2vw;
    }


@media (min-width: 576px) {
    .crop-gallery .product-carousel{
        height: 45.2vw;
    }
    .crop-gallery .product-carousel .item{
        height: 45.2vw;
        line-height: 46.2vw;
    } 

    .none-crop-gallery .product-carousel{
        height: 45.2vw;
    }
    .none-crop-gallery .product-carousel .item{
        height: 45.2vw;
        line-height: 46.2vw;
    }
    
}


@media(min-width:768px){
    .crop-gallery .product-carousel{
        height: 61.2vw;
    }
    .crop-gallery .product-carousel .item{
        height: 22.2vw;
        line-height: 22.2vw;
    } 

    .none-crop-gallery .product-carousel{
        height: 48.2vw;
    }
    .none-crop-gallery .product-carousel .item{
        height: 48.2vw;
        line-height: 42.2vw;
    }
}

@media(min-width:992px){
    .crop-gallery .product-carousel{
        height: 35.2vw;
    }
    .crop-gallery .product-carousel .item{
        height: 24.2vw;
        line-height: 24.2vw;
    } 

    .none-crop-gallery .product-carousel{
        height: 31.2vw;
    }
    .none-crop-gallery .product-carousel .item{
        height: 35.2vw;
        line-height: 31.2vw;
    }
}

@media(min-width:1200px){
    .crop-gallery .product-carousel{
        height: 28.2vw;
    }
    .crop-gallery .product-carousel .item{
        height: 28.2vw;
        line-height: 28.2vw;
    } 

    .none-crop-gallery .product-carousel{
        height: 28.2vw;
    }
    .none-crop-gallery .product-carousel .item{
        height: 328.2vw;
        line-height: 28.2vw;
    }
}

@media(min-width:1400px){
    .crop-gallery .product-carousel{
        height: 435px;
        overflow: hidden;
    }
    .crop-gallery .product-carousel .item{
        height: 435px;
        line-height: 435px;
    } 

    .none-crop-gallery .product-carousel{
        height: 435px;
        overflow: hidden;
    }
    .none-crop-gallery .product-carousel .item{
        height: 435px;
        line-height: 435px;
    }
}
/* ===== end Cлайдер на странице товара ======*/

.w40 {
	width:40px;
}

.page-item.active .page-link {
z-index: 3;
color: #fff;
background-color: #ffca2c;
border-color: #ffca2c;
}

.page-link:hover {
color: #34314B;
background-color: #e9ecef;
border-color: #dee2e6;
}

.page-link {
position: relative;
display: block;
color: #34314B;
}

.main {
min-height: 80vh;
}

.yakor {
    padding-top: 60px;
    margin-top: -60px;
    -webkit-background-clip: content-box;
    background-clip: content-box;
}

.sticky-top {
z-index: 900;
}

.zi1000 {
    z-index: 900;
}

.mw-200 {
	min-width:200px;
}

.zi1000 .dropdown-menu .nav-link {
	padding-right:1.5rem;
	white-space: nowrap;
	padding-top:5px!important;
	padding-bottom:5px!important;
}

.zi1000 .dropdown-menu img {
visibility:hidden;
width:1px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
	margin-top:7px;
}

#product .form-control {
border: none;
}

@media (min-width: 992px) {
.zi1000 .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
}


.btn-su{
	font-size:13px;
}

.img100 {
	height:auto; 
	width:100%;
}

.btn-g {
	text-decoration:underline;
	color: #6b6b6b;
}

.btn-w {
color: #fff;
background-color: #454545;
border-color: #383838;
}

.btn-w :hover {
color: #fff;
background-color: #1d1d1d;
border-color: #383838;
}

.stickers {
position: absolute;
top: 0;
left: 0;
z-index: 5;
}

.stickers > div {
width: 60px;
height: 26px;
line-height: 26px;
text-align: center;
margin-bottom: 2px;
background: #ccc;
font-size: 9px;
border-radius:6px;
}

.stickers > div.sticker-hit {
color: #fff;
background: #31d186;
text-transform: uppercase;
line-height: 28px;
}

.stickers > div.sticker-new {
color: #fff;
background: #ffcd39;
text-transform: uppercase;
line-height: 28px;
}

.stickers > div.sticker-sale {
color: #fff;
background: #EC544D;
text-transform: uppercase;
line-height: 28px;
}

.stickers > div.sticker-favorite {
color: #fff;
background: #4a9dbb;
text-transform: uppercase;
line-height: 28px;
}

.sticker-favorite img {
	width:15px; 
	margin-bottom:5px;
}

.owl-carousel .owl-item .sticker-favorite img {
width:15px;
margin: 0 auto;
padding-top:5px;
}


/* -- Слайдер Bootstrap -- */
.carousel-item {
    width:auto!important;
}

/* END Owl Carousel */

.owl-theme .owl-dots,.owl-theme .owl-nav {
    text-align:center;
    -webkit-tap-highlight-color:transparent}

.owl-theme .owl-nav {
    margin-top:10px}

.owl-theme .owl-nav [class*=owl-]{
color:#FFF;
font-size:14px;
margin:7px;
padding:4px 7px;
background:#D6D6D6;display:inline-block;
cursor:pointer;
border-radius:3px}

.owl-carousel,.owl-carousel .owl-item {
-webkit-tap-highlight-color:transparent;
position:relative}

.owl-carousel {
display:none;
width:100%;z-index:1}

.owl-carousel .owl-stage {
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden}

.owl-carousel .owl-stage:after {
    content:".";display:block;
    clear:both;visibility:hidden;
    line-height:0;height:0}

.owl-carousel .owl-stage-outer {
    position:relative;overflow:hidden;
    -webkit-transform:translate3d(0,0,0)}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)}

.owl-carousel .owl-item {
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none}

.owl-carousel .owl-item img {
    display:block;
    width:100%}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
    display:none}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
    display:block}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-do {
background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23343a40'%2F%3E%3C%2Fsvg%3E");
width: 21px;
height: 35px;
border-radius: 100px;
background-position: center;
background-repeat: no-repeat;
-webkit-box-shadow: 0 .3rem 0.4rem rgba(0,0,0,.15)!important;
        box-shadow: 0 .3rem 0.4rem rgba(0,0,0,.15)!important;
background-size: 11px 44px!important;
border:none;
padding:0!important;
font:inherit;
background-color:#fff;
left:15px;
}

.owl-carousel .owl-nav button.owl-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23343a40'%2F%3E%3C%2Fsvg%3E");
width: 21px;
height: 35px;
border-radius: 100px;
background-position: center;
background-repeat: no-repeat;
-webkit-box-shadow: 0 .3rem 0.4rem rgba(0,0,0,.15)!important;
        box-shadow: 0 .3rem 0.4rem rgba(0,0,0,.15)!important;
background-size: 11px 44px!important;
border:none;
padding:0!important;
font:inherit;
background-color:#fff;
right:15px;
}

.owl-carousel.owl-loading {
    opacity:0;
    display:block}

.owl-carousel.owl-hidden {
    opacity:0}

.owl-carousel.owl-refresh .owl-item {
    visibility:hidden}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	padding:30px 7px;
}

.owl-carousel.owl-grab {
    cursor:move;
    cursor:-webkit-grab;
    cursor:grab}

.owl-carousel.owl-rtl {
    direction:rtl}

.owl-carousel.owl-rtl .owl-item {
    float:right}

.owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}

.owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
}
 
.owl-carousel .owl-stage {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

        .article-items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
                -ms-flex: 1 0 auto;
                    flex: 1 0 auto;
            height: 100%;
        }

        .aticle-box {
            position: relative;
            overflow: hidden;
            /* margin-bottom: 80px; */
            /*This is optional*/
           display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
        }

.table_header {
    min-width:150px;
}
/* END Дополнительные стили для выравнивания высоты товаров в owl carousel */


/* -- Owl Carousel Слайдер Модификации товара -- */
.owl-modification {
    width:100%;
}

.owl-carousel-modifications,.owl-carousel-modifications .owl-item {
-webkit-tap-highlight-color:transparent;
position:relative}

.owl-carousel-modifications {
display:none;
width:100%;z-index:1}

.owl-carousel-modifications .owl-stage {
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden}

.owl-carousel-modifications .owl-stage:after {
    content:".";display:block;
    clear:both;visibility:hidden;
    line-height:0;height:0}

.owl-carousel-modifications .owl-stage-outer {
    position:relative;overflow:hidden;
    -webkit-transform:translate3d(0,0,0)}

.owl-carousel-modifications .owl-item,.owl-carousel-modifications .owl-wrapper {
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)}

.owl-carousel-modifications .owl-item {
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none}

.owl-carousel-modifications .owl-item img {
    display:block;
    width:100%}

.owl-carousel-modifications .owl-dots.disabled,.owl-carousel-modifications .owl-nav.disabled {
    display:none}

.no-js .owl-carousel-modifications,.owl-carousel-modifications.owl-loaded {
    display:block}

.owl-carousel-modifications .owl-dot,.owl-carousel-modifications .owl-nav .owl-next,.owl-carousel-modifications .owl-nav .owl-prev {
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.owl-carousel-modifications .owl-nav button.owl-prev,
.owl-carousel-modifications button.owl-do {
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23343a40'%2F%3E%3C%2Fsvg%3E");
	width: 13px;
	height: 26px;
	border-radius: 100px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 .3rem 0.4rem rgba(0,0,0,.15)!important;
	        box-shadow: 0 .3rem 0.4rem rgba(0,0,0,.15)!important;
	background-size: 11px 44px!important;
	border:none;
	padding:0!important;
	font:inherit;
	background-color:#fff;
	left:3px;
}

.owl-carousel-modifications .owl-nav button.owl-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23343a40'%2F%3E%3C%2Fsvg%3E");
	width: 13px;
	height: 26px;
	border-radius: 100px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 .3rem 0.4rem rgba(0,0,0,.15)!important;
	        box-shadow: 0 .3rem 0.4rem rgba(0,0,0,.15)!important;
	background-size: 11px 44px!important;
	border:none;
	padding:0!important;
	font:inherit;
	background-color:#fff;
	right:3px;
}

.owl-carousel-modifications.owl-loading {
    opacity:0;
    display:block}

.owl-carousel-modifications.owl-hidden {
    opacity:0}

.owl-carousel-modifications.owl-refresh .owl-item {
    visibility:hidden}

.owl-carousel-modifications.owl-drag .owl-item {
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none}

.owl-carousel-modifications.owl-grab {
    cursor:move;
    cursor:-webkit-grab;
    cursor:grab}

.owl-carousel-modifications.owl-rtl {
    direction:rtl}

.owl-carousel-modifications.owl-rtl .owl-item {
    float:right}
 
.owl-carousel-modifications .owl-stage {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

/* END Owl Carousel */

.info-item-icon {
-webkit-box-flex: 0;
    -ms-flex: none;
        flex: none;
margin-right: 10px;
width: 40px;
}

.search-right {
border-top-left-radius:0;
border-bottom-left-radius:0;
}

.mw600 {
max-width: 600px;
}
}

.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
}

#mse2_filters .mse2_number_slider {
font-size: .7em;
margin-bottom: 10px;
max-width:324px;
}

#mse2_mfilter .form-control {
width: 100%;
padding: 0.2rem .35rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #34314B;
background-color: #fff;
border: 1px solid #dee0df;
margin-left: 7px;
}


