@font-face {
	font-family: 'Conv_Raleway-Light';
	src: url('../fonts/Raleway-Light.eot');
	src: local('☺'), url('../fonts/Raleway-Light.woff') format('woff'), url('../fonts/Raleway-Light.ttf') format('truetype'), url('../fonts/Raleway-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_Raleway-Regular';
	src: url('../fonts/Raleway-Regular.eot');
	src: local('☺'), url('../fonts/Raleway-Regular.woff') format('woff'), url('../fonts/Raleway-Regular.ttf') format('truetype'), url('../fonts/Raleway-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url(../fonts/'Helvetica-Regular.eot');
    src: url('../fonts/Helvetica-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Helvetica-Regular.woff2') format('woff2'),
        url('../fonts/Helvetica-Regular.woff') format('woff'),
        url('../fonts/Helvetica-Regular.ttf') format('truetype'),
        url('../fonts/Helvetica-Regular.svg#Helvetica-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Conv_Raleway-Light';
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	font-feature-settings: 'pnum' on, 'lnum' on;
}
h1, h2, h3, .h3, h4, .h4, h5, h6 {
	color: #000;
}

/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3, .h3 {
	font-size: 21px;
}
h4, .h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
p{
	font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #000000;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.bold{
	font-weight: bold;
}
#boc_order .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}
#boc_order .form-control:-ms-input-placeholder {
  color: #000;
}
#boc_order .form-control::-webkit-input-placeholder {
  color: #000;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
#product div.required .control-label:before {
	content: inherit;
}
#tab-review div.required .control-label:before,
#form-testimonial div.required .control-label:before {
	content: none;
}
#tab-review label.control-label,
#form-testimonial label.control-label{
	font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
/* top */
.container {
    max-width: 1430px;
    width: 100%;
}
#information-information{
	padding-bottom: 60px;
}
/*header{
	background: #1D1D1D;
}
#header.fixed {
	position: fixed;
  	left: 0;
  	right: 0;
    top: 0;
    z-index: 99;
    background: rgba(0,0,0,.75);
    -webkit-transition: all .8s linear;
    transition: all .8s linear;

} */
.header.add-bg {
    background: rgba(51,51,51,.78);
}
.header-block{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0 5px;
}
/* logo */
#left-box{padding: 0 15px 0 0;}
#logo {
	margin: 0 0 10px 0;
}
#center-box, #right-box{
	padding: 30px 0 0;
}
#right-box{
	display: flex;
/*	justify-content: flex-end; */
	justify-content: space-between;
}
.justify-content-center{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.header_menu{
	padding: 0;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}
.header_menu li{
	list-style-type: none;
}
.header_menu li > *{
	margin-left: 30px;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
.header_mob-btn, .header_mob-close{
	display: none;
}
.modal_menu {
    position: fixed;
    z-index: 99;
    top: 61px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.75);
    overflow-y: auto;
    transition: .3s all ease-in-out;
    transform: translateX(-100%);
}
.mob_menu-item li{
	list-style-type: none;
}
.mob-menu_submenu ul{
	padding: 0;
}
.mob_menu{
	padding: 0;
}
.mob-menu_submenu{
	display: none;
}
.mob_menu-item a, .mob_menu-item span {
	list-style-type: none;
    display: block;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.3);
    color: #fff;
}
.mob-menu_submenu li:nth-child(-n+4) a,
.mob-menu_submenu li:nth-last-child(-n+4) a{
	font-weight: 700;
	font-size: 14px;
	font-family: 'Conv_Raleway-Regular';
}
#lang-box{
	margin-left: 25px;
}
#cart-box, #cabinet-box, #wish-box, #search-icon{
	margin-left: 25px;
}
#curr-box{
	margin-left: 10px;
}
#lang-drop{
	right: -7px;
    top: 55px;
	border-radius: 0;
    background: rgba(0,0,0,.45);
	left: inherit;
	min-width: auto;
}
#lang-drop li>*{
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	background: transparent;
}
#lang-drop li>a:hover{
	text-decoration: underline;
}
#curren{
	right: -7px;
    top: 59px;
	border-radius: 0;
    background: rgba(0,0,0,.45);
	left: inherit;
	min-width: auto;
}
#curren li>*{
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
}
.header_modal {
    display: none;
    position: fixed;
    top: 103px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.75);
    color: #fff;
    z-index: 100;
    padding: 20px 0;
}
.header_modal.active {
    display: block;
}
.open-catalog, .header_button{
	cursor: pointer;
}
/* search */
#search-icon{
	height: 20px;
	margin-top: 2px;
}
#search {
	margin-bottom: 10px;
}
.header_search-title{
	color: #fff;
    padding-bottom: 20px;
    font-size: 20px;
}
#search .input-lg {
	height: 40px;
	outline: none;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 0;
    background: 0 0;
    border-bottom: 1px solid #fff;
    padding: 15px 0;
}
#search .input-lg:focus{
	outline: none;
	box-shadow:none;
}
#search .btn-lg {
	outline: none;
	background: transparent;
	border: none;
    box-shadow: none;
}
#search .btn-lg:focus{
	outline: none;
	background: transparent;
	border: none;
    box-shadow: none;
}
#cabinet-box.open>.dropdown-menu{
    background: rgba(0,0,0,.45);
    border-radius: 0;
    top: 59px;
    min-width: auto;
}
#cabinet-box.open>.dropdown-menu li a{
	color:#fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
}
#cabinet-box.open>.dropdown-menu li a:hover{
	background-color: transparent;
}
/* cart */
.modal-overlay {
    display: none;
    position: fixed;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    opacity: 0;
}
.modal-overlay.active {
    display: block;
    opacity: .5;
}
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
	background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}

#cart .dropdown-menu {
    padding: 120px 41px 41px;
    width: 100%;
    max-width: 600px;
    z-index: 10000;
    background-color: #fff;
    padding: 40px;
    border: none;
    border-radius: 0;
    position: fixed;
    top: -2px;
    right: 0;
    bottom: 0;
    transition: all .4s;
    transform: translateX(100%);
/*    display: flex;
    flex-direction: column;
    justify-content: center; */
}
#cart.open .dropdown-menu {
    transform: translateX(0);
}
#cart #cart-total{
	position: absolute;
    right: -12px;
    bottom: 0;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: #000000;
    background: #D1C2B2;
    width: 18px;
    height: 18px;
    border-radius: 10px;
}
.cart-products{
    border-bottom: 1px solid #DFDFDF;
    padding: 0;
    max-height: 303px;
    overflow: auto;
}
@media (min-width: 1400px) {
	.cart-products{
	    max-height: 454px;
	}
}
.cart-product{
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
    border-top: 1px solid #DFDFDF;
}
.remove-cart{
	text-align: right;
}
.remove-cart svg{
	cursor: pointer;
}
#cart-title{
	text-align: center;
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 21px;
	line-height: 23px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
}
.cart-product .cart-image {
	margin-right: 15px;
}
.cart-product .cart-desc{
	width: calc(100% - 100px);
}
.cart-product .img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
}
.cart-desc-top, .cart-desc-bottom{
    display: flex;
    justify-content: space-between;
}
.cart-desc-top{
	margin-bottom: 20px;
}
.name-product {
    width: calc(100% - 30px);
}
.name-product a{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
}
.del{
	outline: none;
	width: 25px;
    border: none;
    background: transparent;
}
.del:focus, .del:hover{
	outline: none;
}
.cart-options{
	display: flex;
    justify-content: space-between;
    width: 155px;
	flex-direction: column;
}
.cart-options>div {
	display: flex;
    justify-content: space-between;
}
.name-text{
	display: block;
	font-weight: 300;
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 12px;
}

.val-text{
	display: block;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #000000;
}
.cart-totals .cart-total:first-child{
	display: none;
}
.cart-totals .cart-total{
	margin: 25px 0 40px;
	display: flex;
    justify-content: space-between;
    font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0.02em;
	color: #000000;
}
.cart-totals .cart-total .name-total{
	text-transform: uppercase;
}
.center{
	text-align: center;
}
#go-checkout{
	display: inline-block;
	text-align: center;
	width: 300px;
	padding: 17px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000000;
	margin-bottom: 12px;
}
#go-main{
	cursor: pointer;
	display: inline-block;
	text-align: center;
	width: 300px;
	padding: 17px;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	background: #FFFFFF;
    border: 0.5px solid #000000;
}
.eapps-widget-toolbar, .eapps-social-share-buttons-inner .eapps-link, .eapps-social-share-buttons-item-more{
	display: none!important;
	opacity: 0!important
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
.submenu-wrapper{
	width: 420px;
}
.submenu-wrapper ul{
	columns: 2;
	padding: 0;
}
.submenu-wrapper ul li{
	list-style-type: none;
	margin-bottom: 20px;
}
.submenu-wrapper ul li a{
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}

.open-catmenu .submenu-wrapper ul li:nth-child(-n+4) a,
.open-catmenu .submenu-wrapper ul li:nth-last-child(-n+4) a{
	font-weight: 700;
	font-size: 15px;
	font-family: 'Conv_Raleway-Regular';
}
/*
.open-catmenu .submenu-wrapper ul li:nth-child(2),
.mob_menu-item li:nth-child(2),
.list-group a:nth-child(2),
footer .col-md-4 .list-unstyled li:nth-child(2){
	display: none!important;
} */
/* content */
#content {
/*	min-height: 600px; */
}
.common-home .owl-wrapper-outer, .insta-carusel .owl-wrapper-outer{
    border: none;
    box-shadow: none;
    border-radius:0;
}
.common-home .owl-carousel .item p{
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    text-align: center;
    z-index: 9;
}
.common-home #banner0.owl-carousel .item p,
.common-home #banner1.owl-carousel .item p{
	top: 30%;
}
.common-home #banner0.owl-carousel .item p{
	display: none;
}
.common-home .owl-carousel .item p a{
	font-size: 21px;
	line-height: 56px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
.common-home .owl-carousel .item p span{
/*	font-size: 18px;
	line-height: 28px;
	
	letter-spacing: 0.02em; */
	max-width: 280px;
	color: #FFFFFF;
	padding: 15px 30px;
    display: inline-block;
	background-color: rgba(0,0,0,0.65);
}

.subcategory-box{
	margin-top: 80px;
	margin-bottom: 50px;
}
.subcat-name{
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
}
.subcategory-box h3, 
.featuredcarusel h3, 
.insta-carusel h3, 
.main-blog-title h3,
.main-blog-title .h3,
.subcategory-box .h3, 
.featuredcarusel .h3, 
.insta-carusel .h3, 
.main-blog-title .h3{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 40px;
	font-weight: 300;
    font-size: 21px;
	line-height: 28px;
	letter-spacing: 0.02em;
    color: #000000;
    text-transform: uppercase;
}
.featuredcarusel h3 a,
.featuredcarusel .h3 a,
.subcategory-box h3 a{
	color: #000000;
}
.subcat-item{
	margin-bottom: 20px;
	text-align: center;
}
.subcat-image{
	display: inline-block;
}
.subcat-caption{
	text-align: center;
	margin-top: 25px;
}
.fon{
/*	background: rgba(0,0,0,0.2); */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
}
.featuredcarusel{
	margin-bottom: 70px;
}
.insta-carusel{
	margin-bottom: 25px;
}
.common-home .featuredcarusel{
	margin-bottom: 0;
}
#prodcarousel0{
	margin-top: 80px;
}

.see-all{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.see-all a{
	font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #000000;
    border-radius: 0;
    border: none;
    padding: 17px;
}
.checkout-simplecheckout .featuredcarusel{
	margin-top: 60px;
}
.checkout-success .featuredcarusel{
	margin-left: -10px;
    margin-right: -10px;
}
.featuredcarusel .item, #subcategory-box-min .owl-item{
	padding: 0 12px;
}
/*
.blog-title {
    background-image: url(/catalog/view/theme/default/image/blog-fon.jpg);
    text-align: center;
}
.blog-title h1 {
    color: #fff;
    padding: 100px 0 130px;
    margin-bottom: 60px;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: 46px;
    letter-spacing: 0.304px;
    text-transform: uppercase;
}
*/
@media (max-width: 767px){
	.blog-latest .hidden-xs {
	    display: block !important;
	    padding-top: 40px;
	}
}
.blog-title h1{
	font-weight: 300;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #000000;
    margin-top: 0;
    margin-bottom: 30px;
}
.blog-featured-list{
	padding: 0 15px;
}
.blog-featured-list li{
	list-style-type: none;
}
.blog-featured-list li a{
	display: block;
	color: #333;
	margin-top: 0;
    margin-bottom: 15px;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.6px;
    letter-spacing: 0.039px;
    text-transform: uppercase;
}
.mp-list-group {
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 15px;
    padding-bottom: 50px;
}
.mp-list-group .list-group-item {
    border: none;
    padding: 7px 0px;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
    color: #000;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.6px;
    letter-spacing: 0.042px;
}
.mp-list-group .list-group-item:hover, 
.mp-list-group .list-group-item:active, 
.mp-list-group .list-group-item:focus, 
.mp-list-group .list-group-item.active{
	background: none;
    color: #2199C6;
    padding-left: 5px;
}
.mp-list-group .h3,
.blog-featured-box .h3{
	text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}
.mp-list-group .h3{
	margin-top: 0;
}
.blog-article #column-right .h3{
	margin-top: 55px;
}
.blog-thumb{
	border: 1px solid #C9C9C9;
	margin-bottom: 30px;
}
.blog-thumb .caption{
	padding: 10px;
}
.blog-thumb .caption .h4{
	height: 48px;
    overflow: hidden;
	text-align: left;
	margin-bottom: 10px;
    margin-top: 10px;
    font-size: 21px;
    font-style: normal;
    font-weight: 300;
    line-height: 24.1px;
    letter-spacing: 0.126px;
}
.blog-thumb .caption .h4 a {
    color: #000;
    text-transform: uppercase;
}
.blog-thumb .caption .desc{
	text-align: left;
	font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 19.6px;
    letter-spacing: 0.042px;
    min-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.date_eye{
	display: flex;
	text-align: left;
}
.date_eye > div{
	padding: 0;
	font-size: 14px;
}
.date_eye > div:last-child{
	text-align: right;
}
.content_top .container{
	padding-left: 0;
    padding-right: 0;
}
.checkout-simplecheckout h2{
	text-align: center;
}
.subtitle{
	display: flex;
    justify-content: center;
    margin-bottom: 60px;
    font-weight: 300;
    font-size: 17px;
    line-height: 24px;
}
.subtitle span{
	font-weight: bold;
}
.subscriber{
	background: #D1C2B2;
}
.subscriber .text-danger,
.subscriber .text-success{
	display: block;
    text-align: center;
    margin: -20px auto 30px;
}
 #form-newsletter .form-group-newsletter,
 .subscriber .newsletter_module,
 .form-group-newsletter{
 	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 50px auto;
}
.subscriber label.control-label,
.newsletter-text,
#newsletter-text{
	padding-top: 15px;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #000000;
}
#newsletter-email{
	max-width: 400px;
    width: 100%;
}
#newsletter-email input,
.subscriber input.form-control{
	max-width: 400px;
	height: 50px;
	border-radius: 0;
}
#newsletter-button button,
#button-subscribe{
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000000;
	border: none;
	padding: 17px 20px;
	width: 400px;
}
.form-horizontal .form-group{
	margin-right: 0;
    margin-left: 0;
}
.row-customer_field25 .control-label{
	font-weight: bold;
}
.well {
    background-color: #D1C2B2;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.well .form-control{
	border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control{
	 border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pagination>li>a{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #000000;
	border: none;
	padding: 7px 10px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #000;
	border: none;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #ffffff;
	border: none;
	padding: 7px 10px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background-color: transparent;
}

.good_thumbs{
	float: left;
    width: 130px;
    padding-left: 10px;
}
#content h1.product_main_title,
#content .h1.product_main_title{
    margin-bottom: 10px;
}
.articul{
	font-weight: 300;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.02em;
	color: #9C9C9C;
	margin-right: 30px;
}
.name-product .articul{
	margin-bottom: 0;
	display: block;
}
.articul-rating{
	display: flex;
	margin-bottom: 25px;
}
#product .has-error .text-danger {
    color: red;
    font-size: 18px;
}
.price{
	font-weight: 300;
	font-size: 30px;
	line-height: 39px;
	letter-spacing: 0.02em;
	color: #000000;
	display: inline-block;
	margin-bottom: 25px;

}
#product .form-group > label{
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 12px;
}
#product .radio label{
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	padding-left: 0;
}
#product .radio{
	display: inline-block;
	margin-top: 0;
}
#product .radio label input{
	display:none; 
}

#product .form-group {
    margin-bottom: 10px;
}
#product .form-group.pay{
	margin-bottom: 30px;
}
/* #product .form-group:nth-child(1) .radio .value-name{
	display: none;
} */
#product .form-group:nth-child(1) .radio .value-name,
#product .form-group:nth-child(2) .radio .value-name,
#product .form-group:nth-child(3) .radio .value-name,
#product .form-group:nth-child(4) .radio .value-name{
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
	min-width: 80px;
}
#product .radio .value-name{
	display: inline-block;
}
#product .form-group:nth-child(1) .radio label input:checked ~ span,
#product .form-group:nth-child(2) .radio label input:checked ~ span,
#product .form-group:nth-child(3) .radio label input:checked ~ span,
#product .form-group:nth-child(4) .radio label input:checked ~ span{
	background: #000;
	color: #fff;
	border: 1px solid #000000;
}
#product .form-group:nth-child(1) .radio {
	/*margin-left: 10px;*/
	margin-top: 0;
}
#product .form-group:nth-child(1) .radio:first-child {
	margin-left: 0px;
}
#product .form-group:nth-child(1) .radio img{
	border: 1px solid #E5E5E5;
	border-radius: 0; 
	padding: 0;
	width: 30px;
}
#product .form-group:nth-child(1) .radio label input:checked ~ img{
    transform: scale(1.2);
}
.table_size_link{
	font-weight: 300;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #000000;
	margin-bottom: 30px;
    display: block;
	text-decoration: underline;
	font-family: 'Conv_Raleway-Light';
	font-weight: 400;
}
#payment-box {
    margin-bottom: 20px;
}
#payment-box img {
    margin-right: 10px;
}
.form-group.pay{
	display: flex;
	max-width: 470px;
	margin-bottom: 30px;
}
.product-calc input.quant{
	font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    border: none;
    text-align: center;
}
.product-calc input:focus{
	border: none;
	outline: none;
}
.product-calc input:selected{
	background-color:transparent;
}
.product-calc{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
    border: 1px solid #E5E5E5;
    padding: 0 15px;
}
.product-calc>div{
	
}
#button-cart{
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000000;
	border-radius: 0;
	border: none;
	padding: 17px;
	margin: 0 10px;
}
.wish-but{
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: none;
    border-radius: 0;
    line-height: 10px;
    padding: 14px;
    margin-left: 10px;
}
#description {
	margin-bottom: 30px;
	font-weight: 300;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #000000;
}
.popup-list{
    padding: 0;
    list-style-type: none;
}
.popup-list_item{
	border-top: 1px solid #E5E5E5;
}
.popup-list_open{
	display: block;
	padding: 20px 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	cursor: pointer;
}
.popup-list_item:last-child {
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
}
.popup-list_item .open-more {
    width: 10px;
    height: 19px;
    float: right;
    margin-right: 15px;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/catalog/view/theme/default/image/plus.svg);
}
.popup-list_item .content{
	margin-bottom: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #000000;
    overflow-x: auto;
}
#related-title, #recently-title{
	text-align: center;
	margin-bottom: 40px;
	font-weight: 300;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
}

#tab-review{
	margin-bottom: 40px;
}

/* FAQ */
.faq-list, .maincat_faq {
    width: 100%;
}
.maincat_faq{
	margin-bottom: 50px;
}
.faq-item {
    border-bottom: 1px solid #ddd;
}
.faq-list>.faq-item .item-title img{
	max-width: 20px;
	margin-top: -3px;
}
.faq-list>.faq-item>h3,
.faq-list>.faq-item>.h3 {
    font-size: 18px;
    margin: 0;
    padding: 10px 40px 10px 0px;
    cursor: pointer;
    transition: all .5s ease-out;
    position: relative;
}
.faq-list>.faq-item>h3:hover,
.faq-list>.faq-item>.h3:hover {
    background: #f9f9f9;
}
.faq-list>.faq-item>h3:after,
.faq-list>.faq-item>.h3:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    background: url(../image/faq-arrow.png) 50% 50% no-repeat transparent;
}
.faq-list>.faq-item>h3.active:after,
.faq-list>.faq-item>.h3.active:after {
    transform: rotate(180deg);
}
.faq-item .item-content {
    padding: 10px 0;
    display: none;
}
.addthis{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.addthis_text{
	font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #000000;
	margin-right: 30px;
}
/* footer */
footer {
	padding-top: 40px;
	padding-bottom: 30px;
	background-color: #fff;
}
footer .h5{
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 30px;
}
.coln_2{
	columns: 2;
}
.coln_4{
	columns: 4;
}
.payment {
	margin-top: 40px;
}
 .soc_seti{
    margin-top: 30px;
    margin-bottom: 30px;
}
.payment img{
	margin-right: 30px;
}
.soc_seti a{
	display: inline-block;
	margin-right: 20px; 
}
.footer-box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
footer .list-unstyled li{
	margin-bottom: 10px;
}
footer .list-unstyled li a{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #000000;
	word-wrap: break-word;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #000000;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
}
footer a:hover {
	
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.scroll_panel{
	position: fixed;
    right: 6px;
    bottom: 83px;
    z-index: 14;
}
.to-top {
	position: relative;
    width: 30px;
    height: 30px;
    margin-top: 16px;
    border-radius: 50%;
    box-shadow: 0 -8px 16px 0 rgb(0 0 0 / 16%);
    cursor: pointer;
    display: block;
    background: url(../image/w-bar-arrow.svg) no-repeat center #585961;
    background-size: 16px auto;
}
.to-bottom {
	position: relative;
    width: 30px;
    height: 30px;
    margin-top: 16px;
    border-radius: 50%;
    box-shadow: 0 -8px 16px 0 rgb(0 0 0 / 16%);
    cursor: pointer;
    display: block;
    transform: rotate(180deg);
    background: url(../image/w-bar-arrow.svg) no-repeat center #585961;
    background-size: 16px auto;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert-success{
    position: fixed;
    width: 320px;
    top: 200px;
    left: calc(50% - 160px);
    z-index: 999;
    background: #000;
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    padding: 30px;
}
.alert-success a{
	color: #fff;
}
.alert-success .close, .alert-success .close:focus, .alert-success .close:hover{
	color: #fff;
	opacity: 1;
	position: absolute;
    top: 0;
    right: 12px;
    font-size: 34px;
    border: none;
    outline: none;
}
/* breadcrumb */
.breadcrumb {
	overflow: hidden;
	margin: 0;
	padding: 15px 0;
	background-color:transparent;
	margin-top: 130px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li:first-child{
	padding: 0 20px 0 0;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: url(../image/arrow.svg);
	display: block;
	position: absolute;
	top: 0;
	right: -5px;
	width: 12px;
	height: 7px;
	
}
.breadcrumb > li *{
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #000000;
}
.breadcrumb > li:last-child *{
	color: #9C9C9C;
}
.breadcrumb > li:last-child:after{
	content: inherit;
}
.pagination {
	margin: 0 auto 80px;
}
#review .pagination {
	margin: 0 auto 0px;
}
#column-left{
	margin-top: 50px;
}
@media (min-width: 768px) {
	.category-page .container {
	    max-width: 1920px;
	}
	.category-page #column-left, .category-page #header > .container{
		padding-left: 35px;
	}
	.category-page .breadcrumb{
		padding: 15px 0 15px 20px;
	}
}
#content h1, #content .h1{
	font-weight: 300;
	font-size: 21px;
	line-height: 28px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	margin-top: 0;
	margin-bottom: 30px;
}
#boc_form .fa-envelope:before{
	content: "\f0ac";
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #000;
	text-shadow: none;
	background-color: transparent;
	border-color: #000;
	border-radius: 0;
	text-transform: uppercase;
}
.btn-default:hover{
	color:#fff;
	background: #000;
}
.btn-primary {
	font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #000000;
    border-radius: 0;
    border: none;
    padding: 14px;
    margin: 0;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #000000;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	padding: 13.5px;
    border-radius: 0;
    border: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-back {
    margin-bottom: 35px;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-group > .lang, .btn-group > .curr{
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #000;
	padding: 0;
}
.curr{
	text-transform: uppercase;
}
/* list group */
.list-group a {
	border: none;
	padding: 10px 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	font-weight: 700;
	color: #000000;
	background-color: transparent;
	border: none;
}
.list-group a.active{
	font-family: 'Conv_Raleway-Regular';
	padding-left: 15px;
}
.list-group a.active:before{
	content: '';
	position: absolute;
	top: 15px;
    left: 0;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background-color: #000;
}
/*
.list-group a:nth-child(-n+4){
	font-weight: 900;
	font-size: 15px;
	font-family: 'Conv_Raleway-Regular';
}
*/
.list-group a:nth-child(1){
	font-weight: 900;
	font-size: 15px;
	font-family: 'Conv_Raleway-Regular';
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: none;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image #wish,
.product-thumb .image .wish{
    background: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9;
}
.product-thumb .image .buy{
	opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border: none;
    font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000000;
	padding: 17px; 
}
.product-thumb .image a {
	display: flex;
	overflow: hidden;
}
.product-thumb .image:hover .buy{
	opacity: 1;
}

.product-thumb .image img,
.blog-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	width: 100%; 
	height: auto;
}

.slick-slide a{
	outline: none;
	border: none;
}
.tp-caption.bignumbers_white_new{
	font-size: 16px!important;
    line-height: 22px!important;
    padding: 15px 30px!important;
    text-align: center;
}
.tp-caption.bignumbers_white_new a.black-but{
	font-size: 16px!important;
	line-height: 22px!important;
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.65);
	padding: 15px 30px;
	text-shadow: rgba(0, 0, 0, 0.247) 0px 0px 7px;
	border-width: 0px;
	border-color: #ffffff;
	border-style: none;
}
.product-grid .product-thumb .image {
	float: none;
}
.caption a.product-name{
	text-align: left;
	margin-bottom: 5px;
	display: block;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	/*text-transform: uppercase;*/
	color: #000000;
	min-height: 34px;
}
.size-form{
    margin: 0 auto;
    width: 100%;
    background-color: rgba(255,255,255,0.65);
    position: absolute;
    bottom: 50px;
    opacity: 0;
}
.size-form label{
	cursor: default;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #000000;
	padding: 0 10px;
}
.size-form .radio input[type=radio], .color-form .radio input[type=radio]{
    position: absolute;
    left: -10000px;
}
.size-form .radio, .color-form .radio{
    margin: 14px 0;
}
.product-thumb .image:hover .size-form{
	opacity: 1;
}
.size-form>div, .color-form>div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.color-form{
	margin-bottom: 0;
}
.color-form label{
	cursor: default;
    padding: 0 5px;
}
.little-img{
	border: 1px solid #000;
    max-width: 15px;
    border-radius: 0;
    padding: 0;
}
.sorting{
	padding: 8px 0 0 10px;
}
.sorting #input-sort{
	padding: 5px 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.02em;
	color: #000000;
	box-shadow: none;
    border: none;
    border-bottom: 1px solid #B9B9B9;
}
.rating-row {
	max-width: 1076px;
    margin: 0 auto;
}
.big-rating-row{
	max-width: 1076px;
    margin: 0 auto 40px;
}
.rating{
	display: flex;
	align-items: center;
}
#testimonial-total .rating{
	margin-bottom: 35px;
}
.rating-num{
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
}
#testimonial-total .rating-num{
	margin-left: 20px;
}
.rating-row .rating .fa-stack,
#testimonial-total .rating .fa-stack {
    font-size: 16px;
}
.rating-row .rating .fa-star,
#testimonial-total .rating .fa-star{
	color: #F79410;
}
.rating-row .rating .fa-star:before,
#testimonial-total .rating .fa-star:before{
	font-size: 24px;
    line-height: 26px;
}
.rating-kol{
	margin-left: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
}
.text_write{
	text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 25px 0 0px;
}
#review{
	margin-bottom: 50px;
}
.review:first-child{
	border-top: 1px solid #CCCCCC;
}
.review{
	font-family: 'Conv_Raleway-Regular';
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 10px;
	padding: 10px 0;
}
.review-author{
	font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
}
.review-rating-box{
	display: flex;
	margin-bottom: 10px;
}
.review-rating-box .fa-stack{
	height: 14px;
	width: 14px;
	margin-right: 4px;
}
.review-added{
	font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-left: 10px;
}
.review-text{
	font-size: 14px;
    line-height: 20px;
}
.answer_admin{
	background: #f8f8f8;
    padding: 20px 35px 10px;
    margin: 15px 0 10px;
}
.review-rating .fa-star {
    color: #F79410;
}
.review-rating .fa-star + .fa-star-o {
    color: #F79410;
}
.background-rating-box{
	background-image: url(../image/testimonial-fon.png);
	background-repeat: no-repeat;
	margin-bottom: 75px;
	text-align: center;
    color: #ffffff;
    font-weight: 300;
    font-size: 38px;
    line-height: 46px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 120px 0;
}
.category-page #banner0{
	margin-bottom: 50px;
}
.category-page .owl-wrapper-outer{
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.cat-utp{
	margin-bottom: 80px;
	text-align: center;
}
.utp-title{
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px; /* 133.333% */
	letter-spacing: 0.42px;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.cat-utp-box{
	display: flex;
}
.cat-utp-box div{
	width: 33.333%;
	margin-bottom: 50px;
	color: #000;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 19px;
	letter-spacing: 0.3px;
	text-transform: lowercase;
}
.cat-utp-box div span{
	display: block;
	margin: 20px auto 10px;
	color: #000;
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 19px; /* 135.714% */
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.cat-utp .utp-bottom{
	color: #000;
	text-align: center;
	font-variant-numeric: lining-nums proportional-nums;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 19px; /* 135.714% */
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}

.product-thumb .caption {
	padding: 0;
    min-height: 130px;
	text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.cat-utp-box{
	display: flex;
	flex-wrap: wrap;
}
.cat-utp-box div{
	width: 100%;
}
#ocfilter {
    display: none;
}
.list-group-item{
	border: none;
}
#ocfilter.active {
    background: #fff;
    display: block;
    position: absolute;
    z-index: 9;
    top: 95px;
    padding: 20px;
    max-width: 200px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
}
#ocfilter.active:before {
    content: ' ';
    z-index: 10;
    width: 17px;
    height: 17px;
    position: absolute;
    top: -8px;
    left: 40px;
    background: #FFFFFF;
    transform: rotate(45deg);
}	
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	display: block;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: #000000;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
	margin-bottom: 20px;
}
.thumbnails > img {
	width: 100%;
}
.thumbnail{
	border: none;
}
.desc-photo .thumbnails{
	margin-bottom: 0;
}
.image-additional a {
	margin-bottom: 4px;
	display: block;
	border: none;
}
.image-additional {
	max-width: 120px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 0;
}
.lookbook p{
	text-align: center;
	font-style: italic;
	font-size: 14px;
	margin: 15px auto;
	font-weight: bold;
}
.simplecheckout .row-customer_donotcall>label {
	display: none !important;
}
.good_thumbs .slick-arrow {
	display: block;
	border: 0;
	background: transparent;
	width: 50px;
	height: 30px;
	text-indent: 9999;
	font-size: 0;
	position: relative;
	margin: 0 auto;
	outline:none;
	right: 0;
}
.good_thumbs .slick-arrow:before,
.good_thumbs .slick-arrow:after{
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #777;
	position: absolute;
	top: 10px;
}
.good_thumbs .slick-arrow:before {
	transform: rotate(-45deg);
	left: 0;
}
.good_thumbs .slick-arrow:after {
	transform: rotate(45deg);
	right: 0;
}

.good_thumbs .slick-prev {
	top: 20px;
}
.good_thumbs .slick-next {
	transform: rotate(180deg);
	margin-top: 12px;
}
.good_thumbs .slick-disabled {
	opacity: 0.3;
}
.link_options_list {
	display: flex;
	 align-items: center;
	justify-content: flex-start;
}
.link_options_list>div {
	margin-right: 5px;
}
/*
.link_options_list img.view0_product {
	width: 40px;
	height: 40px
}
.link_options_list img.view0_link {
	width: 30px;
	height: 30px;
}
*/
.link_options_list img.view0_product {
	width: 57px;
	height: auto;
	border: 1px solid #777;
}
.link_options_list img.view0_link {
	width: 52px;
	height: auto;

}
.link_options_list a.view0_link:hover img.view0_link {
	transform: scale(1.1);
}

.link_options_list a{
	display: block;
}

.info-link {
  position: relative;
  color: #000000;
  text-decoration: underline;
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 16px;
}

.info-link:hover .info-link__container {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.info-link__container {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  text-align: left;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 10px 0px #d6d6d6;
  box-shadow: 2px 2px 10px 0px #d6d6d6;
  font-size: 14px;
  color: #333;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media (min-width: 1024px) {
  .info-link__container {
    min-width: 500px;
  }
  .good_thumbs .slick-next {
	margin-top: 30px;
  }
}

.info-link__container p:last-child {
  margin-bottom: 0;
}

.info-link__icon {
  float: left;
  width: 16px;
  color: #ff8e2c;
  margin-right: 5px;
}



@media (min-width: 601px) {
#simplecheckout_shipping {
		padding-right: 10px;
	}
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
@media (max-width: 1300px) {
	.good_photo{
		padding-left: 130px;
	}
}
@media (max-width: 1200px) {
	#newsletter-email, .subscriber label.control-label {
	    margin-bottom: 20px;
	}
	.footer-menu li {
	    margin: 8px 15px;
	}
}

@media (max-width: 900px) {
	#center-box{
		display: none;
	}
	#center-box, #right-box {
	    padding: 0;
	    margin-top: 2px;
	}
	.header_mob-btn{
		display: block;
	}
	.header_mob-close.active {
    	display: block;
	}	
	.modal_menu.active {
		display: block;
	    transform: translateX(0);
	}
}
.common-home #banner0{
	display: none!important;
}
@media (max-width: 480px) {
	.common-home #banner0{
		display: none!important;
	}
	.common-home #banner0{
		display: block!important;
		margin-bottom: 15px;
	}
	footer .coln_4 {
	    columns: 2;
	    margin-bottom: 50px;
	}
	.good_thumbs {
	    width: 126px;
	}
/*	.header-block {
   		display: block;
	} */
	#curr-box{
		display: none;
	}
	.header_mob-btn, .header_mob-close {
    	float: right;
	}
	.btn-group > .curr {
    	padding-right: 0;
	}
	#left-box{
		padding: 0;
		float: left;
		margin-right: 20px;
	}
	#logo{
		max-width: 80px;
	}
	.header_modal {
    	top: 83px;
	}
	#cart-box, #cabinet-box, #wish-box, #lang-box {
		margin-left:20px;
	}
	#curr-box{
		margin-left:20px;
	}
	.common-home .owl-carousel .item p a {
	    font-size: 26px;
	    line-height: 30px;
    }
    .featuredcarusel {
	    margin-bottom: 0px;
	}
	.subscriber label.control-label {
   		padding-top: 0;
	}
	#newsletter-button{
		width: 100%;
	}
	#newsletter-button button{
		width: 100%;
	}
	.product-thumb .image .buy {
    	font-size: 10px;
	}
	.size-form label{
		font-size: 10px;
    	line-height: 14px;
	}
	.product-thumb{
		overflow: hidden;
	}
	.related_slick .product-thumb{
		overflow: hidden;
		margin-left: 0px;
   		margin-right: 0px;
	}
	.related_slick .slick-prev {
	    right: 57%;
	}
	.caption a.product-name{
		min-height: 32px;
		overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	#full-box{
	/*	margin-right: -5px;
   		margin-left: -5px; */
	}
	#cart .dropdown-menu{
		padding: 25px;
	}
	.cart-options {
    	width: 100px;
	}
	.name-text {
    	font-size: 12px;
	}
	.val-text {
	    display: block;
	    font-size: 11px;
	}
	.footer-menu li {
	    margin: 8px 40px;
	}
	.footer-menu li:first-child {
	    margin: 0 40px 8px;
	}
}

@media (max-width: 325px){
	#logo{
		max-width: 70px;
	}
}
.header-block #logo img {
	max-height: 76px;
}
.footer-logo img {
	max-height: 95px;
}


.contacts-page {
	display: block;
	width: 100%;
	font-size: 0;
}
.contacts-left {
	display: inline-block;
	width: 300px;
	font-size: 16px;
	vertical-align: top;
	padding-bottom: 20px;
}
.contacts-right {
	display: inline-block;
	width: calc(100% - 300px);
}
.contacts-right iframe {
	width: 100%;
}
.contact-phone, .contact-mail {
	margin-bottom: 20px;
}
.contact-phone:before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../image/phone.svg) 50% 50% no-repeat transparent;
	vertical-align: top;
	margin-right: 5px;
	font-size: 18px;
}
.contact-mail:before{
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../image/mail.svg) 50% 50% no-repeat transparent;
	vertical-align: top;
	margin-right: 5px;
	font-size: 18px;
}
.contact-phone a, .contact-mail a {
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: top;
	color: #000;
}
.contact-address {
	margin-bottom: 30px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	vertical-align: top;
	color: #000;
}
.contact-address:before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	background: url(../image/address.svg) 50% 50% no-repeat transparent;
	vertical-align: top;
	margin-right: 5px;
	font-size: 18px;
}

.contact-messengers a {
	margin-right: 30px;
	text-decoration: none;
}
@media (max-width: 768px){
	.contacts-left,
	.contacts-right {
		display: block;
		width: 100%;
	}
}
.not_ukraine_text_inner {
	
}
.not_ukraine_text_close {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	text-align: center;
}
.not_ukraine_text_close:before {
	content: '+';
	display: block;
	font-size: 42px;
	line-height: 20px;
	font-family: 'Conv_Raleway-Light';
	 -moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
}
.not_ukraine_text {
	background: #D1C2B2;
}
.not_ukraine_text_inner {
	position: relative;
	padding: 10px 35px 10px 10px;
	font-size: 14px;
	text-align: center;
	
	font-family: 'Conv_Raleway-Regular';
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.02em;
}

.msg_popup_oppen {
	color: #000;
	text-decoration: underline;
}
.msg_popup_oppen:hover {
	text-decoration: underline;
}
.popup_messangers {
	display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 26;

}
.popup_messangers_bg {
	position: fixed;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 26;
}
.popup_messangers.active {
	display: block;
}
.popup_messangers_wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 27;
}
.popup_messangers_inner {
	position: relative;
	background: #fff;
	width: 500px;
	height: 220px;
	margin-left: -250px;
	margin-top: -110px;
}
.popup_messangers_close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.popup_messangers_close:before {
	content: '+';
	display: block;
	font-size: 50px;
	line-height: 30px;
	font-family: 'Conv_Raleway-Light';
	 -moz-transform: rotate(45deg); /* Для Firefox */
    -ms-transform: rotate(45deg); /* Для IE */
    -webkit-transform: rotate(45deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Для Opera */
    transform: rotate(45deg);
	text-align: center;
	width: 30px;
	height: 30px;
}
.popup_messangers_content {
	text-align: center;
	padding: 30px 0 60px 0;
}
.popup_messangers_content svg {
	width: 43px;
	height: 43px;
}
.popup_messangers_content a {
	padding: 20px;	
	display: inline-block;
	transition: 0.3s;
}
.popup_messangers_content a:hover {
	transform: scale(1.05);
}
.popup_messangers_header {
	font-size: 20px;
	font-family: 'Conv_Raleway-Regular';
	padding: 20px 0;
}
.boc_order_btn{
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #000000;
	text-decoration: none;
	margin-top: 0!important;
	line-height: 20px;
}
.boc_order_btn:hover{
	text-decoration: none;
}
@media (max-width: 600px){
	.popup_messangers_wrapper {
		position: absolute;
		left: 0;
		right: 0;
	}
	.popup_messangers_inner {
		position: relative;
		background: #fff;
		width: 90%;
		margin: -110px auto 0;
	}
}
.popup-list_item ul {
	list-style:disc;
	padding-left: 20px;
}
.toggle_content {
    position: relative;
    padding: 0 0 60px 0;
    color: #000;
}
.main-content .toggle_content{
	opacity: 0.5;
}
.toggle_text {
    width: 100%;
    height: 185px;
    overflow: hidden;
    position: relative;
}
.toggle_text:after{
	content: '';
	position: absolute;
	bottom: 0;
	height: 90px;
	width: 100%;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.80) 50%, rgba(255,255,255,1) 100%);
}
.toggle_content.active .toggle_text:after{
	content: none;
}

.toggle_showmore,
.toggle_hidemore{
    text-align: right;
    font-size: 14px;
    cursor: pointer;
    float: right;
}

.toggle_showmore:hover,
.toggle_hidemore:hover{
    text-decoration: underline;
}
.toggle_content .toggle_hidemore {
    display: none;
}
.toggle_content.active .toggle_hidemore {
    display: block;
}
.toggle_content .toggle_showmore {
    display: block;
}
.toggle_content.active .toggle_showmore {
    display: none;
}
.toggle_text h2{
	margin-top: 30px;
	margin-bottom: 20px;
}
.phone-header {
/*	margin-right: calc(100% - 485px); */
	margin-left: 35px;
}
@media (min-width: 481px){ 
	.phone-header {
		margin-top: -10px;
	}
}
.phone-header a {
/*	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.02em;*/
	display: block;
	text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.02em;
	color: #fff !important;
	vertical-align: top;
}

.phone-header svg {
	vertical-align: top;
	display: none;
}
.main-content>div>h2,
.main-content>div>.toggle_content{
	max-width: 1430px;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.main-content>div>h2 {
	margin-top: 40px;
}
#content.info-page {
    min-height: auto;
    margin-bottom: 20px;
}
#vozvrat{
	margin: 0 -15px;
}
.modal-body .col-sm-6{
	padding: 0;
}
#vozvrat li{
	font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.02em;
}
#form51ModalLabel,
#form41ModalLabel{
	text-align: center;
	font-weight: bold;
}
.modal-header{
	border: none;
}
.modal-footer{
	margin-bottom: 50px;
	border: none;
}
.modal-footer .alert-success{
	text-align: center;
	top: calc(50% - 50px);
}
.modal-footer .alert-success .close{
	top: -6px;
    right: 7px;
}
@media (max-width: 1200px){ 
	.phone-header {
		margin-right: 0;
		position: relative;
	}
	.main-content>div>h2,
	.main-content>div>.toggle_content {
		width: 90%;
	}
}
@media (max-width: 1070px){ 

	
	#product .form-group.pay{
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#button-cart{
		order: 2;
		margin: 20px 0px;
	}
	.product-calc{
		order:0;
	}
	.wish-but{
		order: 1;
	}
	.boc_order_btn{
		order: 3;
	}

}
@media (max-width: 970px){ 
#cart-box, #cabinet-box, #wish-box, #search-icon {
	margin-left: 15px; 
}
}

.product-thumb .image .buy,
.product-thumb .image .size-form{
/*	max-width: 326px; */
	left: 50%;
    transform: translateX(-50%);
}


.otpusk {
	background: #111;
	padding: 10px 0;
}
.otpusk img {
	max-width: 150px;
}
.containerotpusk {
	display: flex;
	max-width: 980px;
	width: 100%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}
.otpusk-text {
	text-align: right;
	color: #fff;
	font-size: 20px;
}
.otpusk-text>div {
	padding: 5px 0;
}
.otpusk-text a:hover {
	text-decoration: underline;
}

@media (max-width: 980px){ 
	.containerotpusk {
		display: block;
		text-align: center;
	}
	.otpusk-text {
		text-align: center;
	}
	.otpusk img {
		margin-bottom: 20px;
	}
}
@media (max-width: 720px){ 
	.otpusk img {
		max-width: 100px;
	}
}
.common-home #banner1.owl-carousel .item p{
	color: #ffffff;
}
@media (max-width: 600px){
.phone-header:before{
	content: url(../image/telephone.svg); 
	position: absolute;
	left: -20px;
}
.phone-header a {
    font-size: 8px;
    vertical-align: top;
    width: 40px;
    opacity: 0;
    position: absolute;
    left: -30px;
}

.common-home #banner1.owl-carousel .item a{
	font-size: 18px;
}	

#content h1, #content .h1 {
    font-size: 21px;
    line-height: 24px;
}
.caption a.product-name {
    font-size: 12px;
}
#related-title, #recently-title {
    font-size: 21px;
}

.alert-success {
    width: 100%;
    left: 0;
}
.product-thumb .image img {
/*    width: auto;
    max-width: 384px; */
    max-width: 100%;
    height: auto;
}
.product-thumb .image a{
	overflow: hidden;
}

}

.lr-item {
	display: flex;
	flex-wrap:wrap;
	margin-bottom: 20px;
}
.lr-item .lr-text {
	width: 40%;
}
.lr-item .lr-image {
	width: 60%;
	padding: 0 20px;
	text-align: center;
}
.lr-item .lr-image img {
	margin: 0 auto;
}
.lr-item.imageleft .lr-text {
	order: 2;
}
.lr-item.imageleft .lr-image {
	order: 1;
}
@media (max-width: 980px){
	.lr-item .lr-text {
		width: 100%;
		order: 1 !important;
	}
	.lr-item .lr-image {
		width: 100%;
		order: 2 !important;
	}
}

@media (min-width: 1200px) {
	.open-searchmenu .col-lg-6 {
		width: 50%;
		margin: 0 auto;
		float: none;
	}
}
.search-suggestion.product .more {
	text-align: center !important;
	font-size: 16px;
}
#search .dropdown-menu .disabled {
	color: #777;
	font-size: 16px;
}
#search .dropdown-menu li {
	border-top: 1px solid #eee;
}
#search .dropdown-menu li:last-child {
	border-top: none;
}

#ocfilter .selected-options>button {
	float: right;
	background: #9D9898;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	border-radius: 5px !important;
	padding: 10px 20px !important;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	max-width: 16.66666667%;
	margin-top: 24px;
}

#ocfilter .selected-options {
	margin-right: calc(-100% / 83.33333333 * 16.66666667);
}
#ocfilter .selected-options .ocfilter-option {
	border: none;
	margin-right: 0;
}
#ocfilter .selected-options .ocfilter-option>span {
	display: block;
	font-size: 11px;
}
#ocfilter .selected-options .ocfilter-option>button {
	margin-top: 0;
	background: #9D9898;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2);
	border-radius: 5px;
	padding: 10px 20px !important;
	font-size: 12px;
	line-height: 14px;
}
#ocfilter .selected-options button i {
	float: right;
	margin-left: 5px;
	width: 14px;
	height: 14px;
	padding-top: 14px;
	position: relative;
}
#ocfilter .selected-options button i:before {
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background: #fff;
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 6px;
}
#ocfilter .selected-options button i:after {
	content: '';
	display: block;
	width: 16px;
	height: 1px;
	background: #fff;
	transform: rotate(45deg);
	position: absolute;
	left: 0;
	top: 6px;
}
@media (max-width: 991px) {
	#ocfilter .selected-options {
		margin-right: 0;
	}
	#ocfilter .selected-options>button { 
		max-width: 155px;
	}
}
#tri-bannera{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1430px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	margin: 30px auto 0;
}
#tri-bannera img{
	width: 100%;
	padding: 0 7.5px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	#tri-bannera a{
		width: 33.333%;
	}
	#ocfilter .list-group-item {
		margin-bottom: 15px;
	}
	#ocfilter .selected-options {
		margin-top: 0!important;
	}
}
@media (min-width: 992px) {
	#custom-field51-2, #custom-field51-3,
	#custom-field41-8, #custom-field41-9{
		width: 50%;
		float: left;
	}
	#input-custom-field41-5{
		min-height: 110px;
	}
	.ocfilter-option .ocf-option-values .dropdown-menu {
		max-height: 270px!important;
	}
	.ocfilter-option .ocf-option-values .open>.dropdown-menu {
		display: table-column!important;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.menucount-1 .dropdown-menu {
		column-count: 1;
	}
	.menucount-2 .dropdown-menu {
		column-count: 2;
	}
	.menucount-3 .dropdown-menu {
		column-count: 3;
	}
	.menucount-4 .dropdown-menu {
		column-count: 4;
	}
	.menucount-5 .dropdown-menu {
		column-count: 5;
	}
	#input-sort {
		margin-top: -3px;
	}
}

#ocfilter button.btn-default {
	padding: 5px 10px;
	background: transparent !important;
	box-shadow: none;
	text-transform: none;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #B9B9B9;
	max-width: 150px;
	margin-top: -5px;
}
#ocfilter button.btn-default:focus {
	outline: none;
}
#ocfilter button.btn-default:hover {
	color: #333;
	background: #fafafa !important;
}
#ocfilter button.btn-default[data-target="#ocfilter-hidden-options"] .hidemore_text {
	display: none;
}
#ocfilter button.btn-default[data-target="#ocfilter-hidden-options"][aria-expanded="true"]  .hidemore_text {
	display: inline;
}
#ocfilter button.btn-default[data-target="#ocfilter-hidden-options"][aria-expanded="true"]  .showmore_text {
	display: none;
}
#ocfilter button.btn-default[data-target="#ocfilter-hidden-options"] .fa:before {
	content: "\f107";
	font-size: 17px;
	margin-left: 5px;
}
#ocfilter button.btn-default[data-target="#ocfilter-hidden-options"][aria-expanded="true"] .fa:before {
	content: "\f106";
}
#ocfilter .list-group-item:last-child {
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	#ocfilter-hidden-options {
		display: block !important;
		height: auto !important;
	}
	#ocfilter button.btn-default {
		display: none;
	}
}

.form-group h4,
.form-group .h4 {
	line-height: 140%;
}


/* Новая верстка страницы товара, главной и шапки */
/* Категории */
.mob-photo{
	display: none;
}
.carousel-photo .owl-wrapper-outer{
	border: none;
	border-radius: 0;
}
.carousel-photo .owl-pagination{
	display: flex;
	top: 0;
}
.carousel-photo .owl-controls {
    margin-top: 6px;
    display: block!important;
}
.product-thumb .image a.carousel-photo,
.product-thumb .image .carousel-photo{
	margin-bottom: 0;
}
.carousel-photo .owl-controls .owl-page span {
    display: block;
    width: auto;
    height: 2px;
    background: rgba(0, 0, 0, 0.3);
}
.carousel-photo .owl-controls .owl-page{
	width: 100%;
	margin: 0 1px;
}

.carousel-photo .owl-buttons .owl-next,
.carousel-photo .owl-buttons .owl-prev{
	top: 42%!important;
    z-index: 99;
}
.carousel-photo.owl-carousel .owl-buttons .owl-prev {
    left: 0px;
}
.carousel-photo.owl-carousel .owl-buttons .owl-next {
    right: 0px;
}
.carousel-photo.owl-carousel .owl-buttons div {
    opacity: 0;
}
.carousel-photo .owl-controls .owl-page span {
	border-radius: 0;
}

@media (max-width: 767px){
	.carousel-photo .owl-buttons{
		display: none;
	}
}

/* Карточка товара */
.up-mob-box{
	display: none;
}
.thumbnails-mob{
	padding: 0;
	margin-left: 0;
    margin-bottom: 0;
}
.image-additional-mob img{
	width: 100%;
}
.good_mob_thumbs .slick-dots{
	bottom: 0;
    position: relative;
    line-height: 0px;
    margin-top: 5px;
}
.good_mob_thumbs .slick-dots li{
	width: 50px;
	height: 2px;
	margin-bottom: 5px;
}
.good_mob_thumbs .slick-dots li button:before{
	content: none;
}
.good_mob_thumbs .slick-dots li button{
	width: 50px;
	background-color: #C4C4C4;
	height: 2px;
	padding: 0 5px; 
}
.good_mob_thumbs .slick-dots li.slick-active button{
	background-color: #000000;
	height: 3px;
}
.good_mob_thumbs .slick-prev{
	background: url(/catalog/view/theme/default/image/arrow-new.svg) 50% 50% no-repeat transparent;
	left: 50px;
    top: calc(50% - 27px);
    height: 55px;
    z-index: 9;
}
.good_mob_thumbs .slick-next{
	background: url(/catalog/view/theme/default/image/arrow-new2.svg) 50% 50% no-repeat transparent;
	right: 50px;
	top: calc(50% - 27px);
	height: 55px;
    z-index: 9;
}
.appreciate{
	opacity: 0.5;
	font-size: 10px;
	max-width: 530px;
	margin: 0 5px 20px auto;
}
@media (min-width: 1400px){
	.appreciate { 
	    margin: 0 25px 20px auto;
	}
}

/* Поделиться */

.product__link.page__share {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 30px;
}
.product__link a, .product__link button {
	border: none;
	background: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 300;
    padding: 0;
    font-size: 14px;
    line-height: 125%;
    color: #111010;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}

.page__share .share__block {
    border: 1px solid #ddd;
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    display: none;
    width: 320px
}

.page__share .share__block.active{
    display: block
}
.product__link.page__share .share__block {
    right: initial;
    left: 0;
    z-index: 9999;
}

.page__share .share__block .block__close {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .85;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.page__share .share__block .block__close svg path {
    -webkit-transition: stroke .25s ease-in-out;
    transition: stroke .25s ease-in-out
}

.page__share .share__block .block__title {
    font-size: 14px;
    line-height: 125%;
    color: #111010;
    margin-bottom: 10px
}

.page__share .share__block .block__socials ul li a:hover, .page__share:hover .link__text, footer .footer__contacts .contacts__messengers a:hover, footer .footer__socials ul li a:hover {
    color: #888
}

.page__share .share__block .block__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.page__share .share__block .block__copy .copy__text input {
    border: 0;
    background: #f7f7f7;
    padding: 5px;
    font-size: 12px;
    border-bottom: 1px solid #111010;
    width: 247px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page__share .share__block .block__copy .copy__result {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 1px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #111010;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out
}

.page__share .share__block .block__copy .copy__button {
    margin-left: 8px
}
.page__share .share__block .block__copy .copy__result.active {
    opacity: 1
}

.product__link a .link__icon svg, .product__link button .link__icon svg {
    width: 30px;
    height: auto;
    display: block;
}

.page__share .link__icon svg path, .page__share .share__block .block__copy .copy__button button svg path {
    -webkit-transition: stroke .25s ease-in-out;
    transition: stroke .25s ease-in-out
}

.page__share .share__block .block__socials .socials__title {
    font-size: 14px;
    line-height: 125%;
    color: #111010;
    margin-bottom: 15px
}

.page__share .share__block .block__socials ul li a {
    font-size: 21px;
    color: #111010;
    display: block;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

.page__share .link__text {
    font-weight: 300;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

 .page__share .share__block .block__copy .copy__text {
    position: relative;
}

.page__share .share__block .block__socials ul{
	padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page__share .share__block .block__socials ul li{
	list-style-type: none;
}
.page__share .share__block .block__socials ul li:not(:last-child) {
    margin-right: 15px;
}
.options-combinations-error{
	padding: 10px 0;
	background: #fff;
}

/* Шапка */
.modal_menu {
    top: 58px;
}
.search-mob-icon{
	display: none;
}
.pull-mob{
	display: none;
}
.see-all-mob{
	display: none;
}

/* Новые стили шапки */
    #header{
    	background: rgba(255,255,255,0.75);
    }
	.common-home #header,
	#header{
		position: fixed;
	  	left: 0;
	  	right: 0;
	    top: 0;
	    z-index: 99;
	    background: rgba(255,255,255,0);
	    -webkit-transition: all .8s linear;
	    transition: all .8s linear;

	}
	.common-home #header.fixed,
	#header.fixed,
	.common-home #header:hover,
	#header:hover{
		background: rgba(255,255,255,1);
	}
	#header.active,
	.common-home #header.active,
	.common-home #header.active:hover,
	#header.active:hover {
	    background: rgba(255,255,255,0);
	    -webkit-transition: all .1s linear;
	    transition: all .1s linear;
	}
	.common-home #header.white-backfon{
		background: rgba(255,255,255,1);
	}
	.header_modal{
		top: 125px;
	}
	.modal_menu {
	    top: 0;
	}
	.header_mob-btn, .header_mob-close {
    	float: right;
    	cursor: pointer;
	}
	.header_mob-btn {
	    display: block;
	}
	.header_mob-close.active {
	    display: block;
	}
	.modal_menu.active {
	  
	    transform: translateX(0);
	}
	#logo{
		margin: 0 auto;
	}
	#right-box .phone-header,
	#right-box #lang-box
	{
		display: none;
	}
	.header-block {
		align-items: center;
	    padding: 5px 0;
	}
	#logo {
	    margin-bottom: 0;
	    max-width: 300px;
	}
	.header-block #logo img {
	    max-height: 100%;
	}
	
	.header_mob_left-box{
		display: flex;
		align-items: center;
		order: 1;
		margin-right: 32px;
	}
	#left-box{
		order: 2;
		margin: 0 auto 0 0;
		padding: 0 15px;
	}
	#right-box{
	    order: 3;
	    padding: 0px;
	}

	.search-mob-icon{
		display: block;
		margin-left: 20px;
	}
	.mob_menu {
	    padding: 25px 0;
	}
	.mob_menu-item {
		list-style-type: none;
        position: relative;
	}
	.mob-menu_submenu,
	.mob-col-menu_submenu{
		width: 100%;
		position: absolute;
        top: 5px;
        left: 100%;
        background: #fff;
        height: 100vh;
        min-height: 950px;
	}
	.mob-menu_submenu{
		top: -231px;
    	padding-top: 236px;
	}
	.mob-col-menu_submenu{
		top: -271px;
        padding-top: 237px;
	}
	.mob_menu-item li{
		list-style-type: none;
	}
	.mob-menu_submenu ul,
	.mob-col-menu_submenu ul{
		padding: 0;
	}
	.mob_menu{
		width: 330px;
		height: 100vh;
		min-height: 950px;
		padding: 150px 35px 0 0;		
		margin: 0px -15px 0;
		background-color: #ffffff;
	}
	.mob_menu{
		opacity: 0;
        visibility: hidden;
		transform: translate3d(-100%,0,0);
		transition: all .3s cubic-bezier(.39,.575,.565,1);		
	}
	.mob_menu:before{
		content: '';
	    background-color: #ffffff;
	    position: absolute;
	    width: 200%;
	    top: 0;
	    height: 100%;
	    left: -200%;
	}
	.mob_menu.active{
		opacity: 1;
        visibility: visible;
		transform: translateX(0);
	}
	.mob-menu_submenu,
	.mob-col-menu_submenu,
	.mob-menu_submenu .mob-submenu_show,
	.mob-col-menu_submenu .mob-col-submenu_show{
		display: none;
	}
	.mob-menu_submenu.active,
	.mob-col-menu_submenu.active{
		display: block;
	}
	.mob_menu-item span{
		background: url(../image/menu_arrow.svg) 95% 50% no-repeat transparent;
		cursor: pointer;
	}
	.mob_menu-item a, .mob_menu-item span {
		font-family: 'Conv_Raleway-Regular';
	    list-style-type: none;
	    display: block;
	    padding: 0 20px;
	    text-transform: none;
	    text-decoration: none;
	    letter-spacing: .1em;
	    text-align: left;
	    border-bottom: none;
	    color: #000;
	    font-weight: 500;
		font-size: 20px;
		line-height: 200%;
	}
	.mob_menu-item.bold a{
		font-weight: 700;
		font-size: 18px;
	    letter-spacing: 0.4px;
	    line-height: 225%;
	}
	.mob-menu_submenu li a, 
	.mob-col-menu_submenu li a {
	    font-weight: 700;
	    font-size: 14px;
	    font-family: 'Conv_Raleway-Regular';
	    margin-bottom: 10px;
	}
	.mob-list-info{
		padding: 0;
		margin-top: 30px;
	}
	.mob-list-info li{
		list-style-type: none;
	}
	.mob_menu-item.mob-info a{
		font-weight: 400;
		font-size: 14px;
		line-height: 180%;
	}
	.mob-list-bottom{
		font-family: 'Conv_Raleway-Regular';
		font-weight: 400;
		font-size: 14px;
		line-height: 220%;
		text-align: left;
		padding: 0 20px;
		margin-top: 40px;
	}
	.mob-list-bottom a{
		color: #000000;
		display: block;
	}
	.phone-mob-box{
	    max-width: 275px;
	    margin: 0;
	    line-height: 150%;
	}
	.pull-mob ul{
		padding: 0;
	}
	.lang-mob-box{
		margin-top: 20px;
	}
	.lang-mob-box li{
		list-style-type: none;
		display: inline-block;
		margin: 0 7px;
	}
	.lang-mob-box li:first-child{
		margin: 0 7px 0 0;
	}
	.lang-mob-box .pull-left{
		display: none;
	}
	.lang-mob-box li.active a, 
	.curr-mob-box li.active button {
	    text-decoration: underline;
	}
	.pull-mob{
		display: block;
	}
	.header_modal{
		background: rgba(255,255,255,1);
	}
	.header_search-title{
	    color: #000;
	}
	#search .input-lg {
		color: #000;
		border-bottom: 1px solid #000;
	}
	.curr-mob-box {
		display: flex;
	}
	.curr-mob-box .btn-group > .curr{
		display: none;
	}
	.curr-mob-box #curren{
		display: flex;
        position: relative;
        top: 0;
        right: auto;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        z-index: 2;
	}
	#curren li>*{
		color: #000;
	}
	#curren li:first-child >*{
		padding-left: 0;
	}


@media (min-width: 1024px){
	.open-searchmenu .col-lg-6 {
	    width: 50%;
	    margin: 0 auto;
	    float: none;
	}
}


@media (max-width: 480px){

	.mfp-gallery .mfp-image-holder .mfp-figure{
		overflow: hidden;
	}
	img.mfp-img{
		width: 150%;
        max-width: none;
		margin: 0 -25%;
	}
	.header_modal{
		top: 57px;
	}
	.mob-menu_submenu, .mob-col-menu_submenu{
		padding-top: 0;
		display: block;
		opacity: 0;
        visibility: hidden;
		top: -80px;
		left: 0;
		width: 100%;
		height: 93vh;
		z-index: 9;

	}
	.mob-col-menu_submenu {
		top: -120px;
	}

    .mob-menu_submenu, .mob-col-menu_submenu {
        opacity: 0;
        visibility: hidden
    }

    .mob-menu_submenu, .mob-col-menu_submenu {
        transition: opacity .3s cubic-bezier(.39,.575,.565,1),transform .3s cubic-bezier(.39,.575,.565,1);
    }

    .mob-menu_submenu, .mob-col-menu_submenu {
        transform: translate3d(100%,0,0);
    }

    .mob-menu_submenu.active,
	.mob-col-menu_submenu.active {
        opacity: 1;
        visibility: visible

    }

	.mob-menu_submenu.active,
	.mob-col-menu_submenu.active {
        transform: translateZ(0);
    }


	.mob-menu_submenu .mob-submenu_show, 
	.mob-col-menu_submenu .mob-col-submenu_show {
	    display: block;
	}
	.mob_menu-item .mob-menu_submenu .mob-submenu_show,
	.mob_menu-item .mob-col-menu_submenu .mob-col-submenu_show{
		margin-top: 25px;
		margin-bottom: 15px;
		padding: 0 40px;
		background: url(../image/menu_arrow_rev.svg) 5% 50% no-repeat transparent;
	}


	.breadcrumb{
		display: flex;
		overflow-x: auto;
		margin-top: 60px;
	}
	.desc-photo, 
	.articul-rating,
	.product-calc,
	.wish-but, 
	.boc_order_btn{
		display: none;
	}
	.mob-photo{
		display: block;
		padding: 0;
	}
	.appreciate{
		padding: 0 15px;
	}
	.image-additional-mob img{
		min-height: 620px;
		object-fit: cover;
	}
	.image-additional-mob img.play-mob-but{
		max-width: 32px;
		min-height: auto;
	}
	.product_videos.thumbnail {
	    padding: 0;
	    margin-bottom: 0;
	}
	.thumbnails-mob .good_mob_thumbs.slick-slider {
	    margin-bottom: 0;
	}
	.up-mob-box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 15px;
	}
	.articul-mob{
		color: #9C9C9C;
	}
	.wish-but-mob{
		background: transparent;
		border: none;
	}
	.price{
		font-family: 'Conv_Raleway-Regular';
	    font-weight: 500;
	    font-size: 20px;
	    line-height: 20px;
	}
	#button-cart {
	    margin: 10px 0px 0;
	    width: -webkit-fill-available;
	}
	#related-title, #recently-title{
		font-weight: 300;
	    font-size: 14px;
	    line-height: 14px;
	    text-align: left;
	    margin-bottom: 10px;
	}
	.related_slick, .recently_slick{
		margin: 0 -15px;
	}
	.related_slick .slick-prev,
	.recently_slick .slick-prev {
	    right: 70px;
	}
	.related_slick .slick-next,
	.recently_slick .slick-next{
	    right: 65px;
	}
	.product-thumb .caption {
	    min-height: 120px!important;
	    text-align: left;
        padding: 0 12px;
	}
	.product-layout-box{
		padding: 0;
	}
	.product-layout-box:nth-child(3),
	.product-layout-box:nth-child(8),
	.product-layout-box:nth-child(11),
	.product-layout-box:nth-child(16),
	.product-layout-box:nth-child(19),
	.product-layout-box:nth-child(24),
	.product-layout-box:nth-child(27),
	.product-layout-box:nth-child(32),
	.product-layout-box:nth-child(35),
	.product-layout-box:nth-child(40),
	.product-layout-box:nth-child(43),
	.product-layout-box:nth-child(48),
	.product-layout-box:nth-child(51),
	.product-layout-box:nth-child(56),
	.product-layout-box:nth-child(59),
	.product-layout-box:nth-child(64),
	.product-layout-box:nth-child(67),
	.product-layout-box:nth-child(72),
	.product-layout-box:nth-child(75),
	.product-layout-box:nth-child(80){
		width: 100%
	}
	.product-thumb .price{
		font-family: 'Conv_Raleway-Regular';
		font-size: 12px;
		line-height: 21px;
	}
	.insta-carusel{
		position: relative;
	}
	.insta-carusel h3,
	.insta-carusel .h3{
	    position: absolute;
	    top: 15px;
	}
	.content_top .insta-carusel .owl-carousel .owl-buttons .owl-prev,
	.content_top .insta-carusel .owl-carousel .owl-buttons .owl-next {
	    top: -45px;
	}
	.subcategory-box h3, 
	.featuredcarusel h3,
	.subcategory-box .h3, 
	.featuredcarusel .h3{
		font-family: 'Conv_Raleway-Regular';
		position: absolute;
	    top: -30px;
	    margin: 0 15px;
	    font-size: 14px;
		line-height: 14px;
	}
	.main-blog-title h3,
	.main-blog-title .h3{
	    font-family: 'Conv_Raleway-Regular';
		position: absolute;
	    top: -27px;
	    margin: 0 15px;
	    font-size: 14px;
		line-height: 14px;
	}
	.common-home .featuredcarusel,
	.subcategory-box{
		position: relative;
		margin: 30px -15px 17px;
		border-bottom: 1px solid #B9B9B9;
	}
	.main-blog-title{
	   	position: relative;
		margin: 30px -15px 17px; 
	}
	.common-home .mp-blog .related_slick_post .related-slick-item{
	    margin: 0px!important;
	}
	#prodcarousel0 {
	    margin-top: 50px;
	}
	.subcat-caption {
	    text-align: left;
	    padding-left: 15px;
	    margin-top: 0;
	}
	.subcat-name{
		font-weight: 300;
        font-size: 12px;
        line-height: 21px;
	}
	.featuredcarusel .item, #subcategory-box-min .owl-item {
	    padding: 0;
	}
	.common-home .owl-carousel .owl-buttons .owl-prev{
		left: calc(50% - 45px)!important;
		right: auto!important;
	}
	.common-home .owl-carousel .owl-buttons .owl-next {
	    right: calc(50% - 45px)!important;
	}
	#right-box .phone-header,
	#right-box #wish-box,
	#right-box #cabinet-box,
	#right-box #lang-box{
		display: none;
	}
	.header-block {
		align-items: center;
	    padding: 5px 0;
	}
	#logo {
	    margin-bottom: 0;
	    max-width: 126px;
	}

	.header_mob_left-box{
		display: flex;
		align-items: center;
		order: 1;
		min-width: 60px;
	}
	#left-box{
		order: 2;
		margin: 0;
	}
	#right-box{
	    order: 3;
	    padding-left: 30px;
	}
	#cart-box{
		margin: 0 15px 0 0;
	}
	.search-mob-icon{
		display: block;
		margin-left: 20px;
	}
	#search-icon {
	    margin: 3px 15px 0 0;
	}
	.common-home #header:hover, #header:hover {
	    background: transparent;
	}
	.common-home #header.fixed, #header.fixed{
	    background: rgba(255,255,255,1);
	}
	.modal_menu{
		overflow-x: hidden;
	}
	.mob_menu {
	    padding: 70px 0 0;
	    margin-top: 0;
	    width: 109%;
	    min-height: 1030px;
	}
	.mob_menu-item {
		width: 100%;
		list-style-type: none;
	}
	.mob_menu-item a, .mob_menu-item span {
		font-family: 'Conv_Raleway-Regular';
	    list-style-type: none;
	    display: block;
	    padding: 0 20px;
	    text-transform: none;
	    text-decoration: none;
	    letter-spacing: .1em;
	    text-align: left;
	    border-bottom: none;
	    font-weight: 500;
		font-size: 20px;
		line-height: 200%;
	}
	.mob-menu_submenu li a,
	.mob-menu_submenu li:nth-child(-n+4) a, 
	.mob-menu_submenu li:nth-last-child(-n+4) a{
		font-family: 'Conv_Raleway-Regular';
		font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 210%;
        text-transform: uppercase;
	}
	.mob-menu_submenu li a, 
	.mob-col-menu_submenu li a{
		margin-bottom: 7px;
	}
	.mob-list-info{
		padding: 0;
		margin-top: 15px;
	}
	.mob-list-info li{
		list-style-type: none;
	}
	.mob_menu-item.mob-info a{
		font-weight: 400;
		font-size: 14px;
		line-height: 180%;
		text-transform: none;
	}
	.see-all{
		margin-bottom: 0;
	}
	.mob-list-bottom{
		font-family: 'Conv_Raleway-Regular';
		line-height: 220%;
		font-weight: 400;
        font-size: 14px;
		margin-top: 40px;
	}

	.pull-mob ul{
		padding: 0;
		margin-bottom: 0;
	}
	.lang-mob-box li{
		list-style-type: none;
		display: inline-block;
		margin: 0 7px;
	}
	.lang-mob-box .pull-left{
		display: none;
	}
	.pull-mob{
		display: block;
	}
	.curr-mob-box {
		display: flex;
	}
	.curr-mob-box .btn-group > .curr{
		display: none;
	}
	.curr-mob-box #curren{
		display: flex;
        position: relative;
        top: 0;
        right: auto;
        background: transparent;
        border: none;
        box-shadow: none;
        padding: 0;
        z-index: 2;
	}
	#curren li>*{
		color: #000;
	}
	#curren li:first-child >*{
		padding-left: 0;
	}
	.see-all {
	    position: relative;
	    display: none;
	}
	.open-searchmenu.header_modal{
		top: 58px;
	}
	.salesdrive-button-holder{
		bottom: 50px!important;
		right: 45px!important;
	}
	.common-home .featuredcarusel .see-all-mob{
		display: block;
	    position: absolute;
	    right: 15px;
	    top: -30px;
	    font-family: 'Conv_Raleway-Regular';
	    text-decoration-line: underline;
	    font-weight: 400;
	    font-size: 11px;
	    line-height: 12px;
	    color: #000000;
	}
	.subscriber .newsletter_module{
		justify-content: center;
	}
	.newsletter-text, #newsletter-text {
	    padding-top: 0;
	    padding-bottom: 15px;
	}
	.blog-article #column-right .h3 {
	    margin-top: 10px;
	}
	.blog-article .box-heading{
		margin-bottom: 40px;
	}
	.sorting {
	    padding: 2px 0 0 10px;
	}
	.faq-list>.faq-item>h3,
	.faq-list>.faq-item>.h3	{
	    padding: 10px 40px 10px 0px;
	}
	#button-cart {
		position: fixed;
	    bottom: 0;
	    right: 0;
	    z-index: 9999;
	    width: 65% !important;	
	    padding: 27px 0;    
	}
	#price-box {
		display: flex;
	    justify-content: center;
	    flex-direction: column;
		position: fixed;
		z-index: 9999;
	    width: 35%;
	    bottom: 0;
	    left: 0;
	    text-align: center;
	    margin-bottom: 0 !important;
	    background: #fff;
	    height: 70px;
	} 
	#price-box.list-unstyled li{
		margin: 2px 0;
	}
	#price-box span{
		margin-bottom: 0;
	}
	.options-combinations-error{
		font-size: 21px;
    	text-align: center;
	}
}

.cat-91, .cat-92{
	display: none;
}
.payment-method .radio img{
	display: none;
}

.perelinkovka_block {
	display: flex;
	padding-bottom: 10px;
	flex-wrap:wrap;
}
.perelinkovka_block .links_header {
	width: 130px; 
	font-weight: 700;
	padding: 3px 20px 3px 0;
}
.perelinkovka_block .links_list {
	width: calc(100% - 170px);
}
.perelinkovka_block .links_list a {
	display: inline-block;
	background-color: #eceef2;
    padding: 3px 10px;
    border-radius: 7px;
    color: #3a3c40;
    font-size: 13px;
    align-items: center;
    font-weight: normal;
    margin: 0 5px 5px 0;
    text-decoration: none;
}
.perelinkovka_block .links_list a:hover {
	color: #303030;
	background-color: #dddee2;
}
.perelinkovka_block .links_list a.active {
	background-color: #D1C2B2;
}

@media (max-width: 768px) {
	.perelinkovka_block > div {
		width: 100% !important;
	}
}
.ocf_page_link {
	pointer-events: none;
	color: inherit !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	text-transform: inherit !important;
	letter-spacing: inherit !important;
	padding: 0 !important;
}
.oc_char {
	width: 100%;
}
.oc_char td {
	padding: 3px 0px;
}
.oc_char_values {
	display: flex;
	padding-left: 10px;
	flex-wrap: wrap;
}
.oc_char_val {
	margin-right: 10px;
}
.oc_char_val:not(:last-child):after {
	content: ',';
	margin-left: -3px;
}
.oc_char_val a {
	color: #000000;
}
.oc_char_val a:hover {
	text-decoration: underline;
}
.oc_char_name {
	font-weight: 700;
	position: relative;
}
.oc_char_name:before {
	position: absolute;
    left: 0;
    bottom: 4px;
    display: block;
    width: 100%;
    border-bottom: 1px dotted #d2d2d2;
    content: "";
}
.oc_char_name span {
	position: relative;
    display: inline-block;
    padding-right: 16px;
    background-color: #fff;
}
.prew_link_options_list {
	margin-top: 10px;
	justify-content: flex-start;
	margin-bottom: -10px;
}

.link_options_list .img-thumbnail {
	padding: 0;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.prew_link_options_list .img-thumbnail {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 20px !important;
    height: 20px !important;
}
.btn-primary .fa {
    font-family: FontAwesome;
}

.account-order .table>tbody>tr>td, 
.account-order .table>tbody>tr>th, 
.account-order .table>tfoot>tr>td, 
.account-order .table>tfoot>tr>th, 
.account-order .table>thead>tr>td, 
.account-order .table>thead>tr>th{
	vertical-align: middle;
}

.fancybox-navigation .fancybox-button {
	width: 24px !important;
	height: 55px !important;
	
}
.fancybox-navigation .fancybox-button>div {
	display: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
	background: url(../image/arrow-new.svg) 50% 50% no-repeat transparent;
	background-size: cover;
	padding: 0 !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
	background: url(../image/arrow-new2.svg) 50% 50% no-repeat transparent;
	background-size: cover;
	padding: 0 !important;
}
.fancybox-slide.fancybox-slide--video {
	padding: 0;
}
.fancybox-slide.fancybox-slide--video .fancybox-content {
	width: 100% !important;
	height: 100% !important;
}

.header_search #search .dropdown-menu {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.header_search #search .dropdown-menu li {
	order: 1;
	width: 100%;
}
.header_search #search .dropdown-menu li.more {
	order: 0;
}
@media (min-width: 768px) {
    .ocf-filter-list > .ocf-dropdown {
		width: auto !important;
		min-width: 50px !important;
	}
	 .ocf-filter-list > .ocf-dropdown .ocf-value-list {
		 min-width: 250px !important;
		 top: calc(100% + 10px) !important;
		 padding-top: 15px !important;
	 }
	.ocf-filter-list > .ocf-dropdown.ocf-open .ocf-filter-header-append i {
		transform: rotate(0deg);
	}
	.ocf-filter-list > .ocf-dropdown .ocf-filter-header>.ocf-active-label {
		display: none !important;
	}
}
#product .radio.optcomb_disabled {
	opacity: 0.1;
}
.come-back-text{
	margin: 15px 0;
	font-size: 12px;
}
/* Всплывающее окно 
* при загрузке сайта            
*/
/* базовый контейнер, фон затемнения*/
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
/* модальный блок */
.popup {
    top: 20%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 400px;
    position: absolute;

    background: none;
    z-index: 1000;

    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
/* кнопка закрытия */
#overlay .close {
    opacity: 1;
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
    position: absolute;
    border: none;
    cursor: pointer;
    outline: none;

}
#overlay .close:before {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* изображения в модальном окне */
.popup img {
    width: 100%;
    height: auto;
}
/* анимация при появлении блоков с содержанием */
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 } 
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}

.information-information-15 #content,
.information-information-16 #content{
	max-width: 850px;
	margin: 0 auto;
	float: none;
	text-align: center;
    overflow-x: hidden;
}

.faq-list>.faq-item>h3 span{
	min-width: 24px;
	display: inline-block;
	text-align: center;
}
.faq-list>.faq-item ol li {
	margin-bottom: 10px;
}
.faq-list>.faq-item li a{
	font-size: 14px;
	color: #000;
}
.faq-list>.faq-item li a:hover{
	text-decoration: underline;
}
.article-box{
	display: flex;
}
.article-box .image{
	max-width: 200px;
    width: 100%;
    margin: 0 20px 20px 0;
}
.article-box .h4{
	margin-top: 0;
}
.article-box .h4 a{
	font-size: 18px;
	color:#000;
}
.article-box .desc{
	font-size: 14px;
	margin: 15px 0;
}
.header_mob_left-box .cabinet-mob-box{
	display: none;
}
.products_min.products_min_mob{
	display: none;
}
.products_min{
	margin-top: 50px;
}
#product-product #client-popup{
	display: none;
	left: auto;
	right: 15px;
	top: 80px;
	background-color: rgba(0,0,0, 0.5);
	font-size: 14px;
	padding: 20px;
	max-width: 170px;
    -webkit-animation: fade .9s;
    -moz-animation: fade .9s;
    animation: fade .9s;
}
.small-width{
	max-width: 980px;
	margin: 0 auto;
}
.small-width .popup-list_item{
	border-top: none;
}
.small-width .popup-list_item:last-child{
	border-bottom: none;
}
.small-width blockquote{
	border-left: none;
}
.small-width .popup-list_item .open-more{
	width: 15px;
    height: 15px;
	float: left;
	background-image: url(/catalog/view/theme/default/image/plus-bold2.svg);
}
.cashback-row{
	display: flex;
	flex-wrap: wrap;
}
.cashback-box{
	width: 50%;
}
.cashback-box div{
	display: inline-block;
	position: relative;
}
.cashback-box div:after{
	content: ' ';
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
}
.content-block-fix {
    padding: 0 15px 20px;
    margin-bottom: 0px;
    position: relative;
}
.content-block-fix.mob-del{
	padding: 0 5px 20px;
}
.content-block-text {
    height: 45px;
    overflow: hidden;    
    position: relative;
    transition: margin 0.3s;
}
.content-block-text-open {
    height: auto;
    margin-bottom: 10px;
}
.content-block-text-shadow:after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 75%)    
}
.show-all-container {
    position: absolute;
    right: calc(50% - 8px);
    bottom: 0px;
    display: none;
}
.show-all-container .show-all{
	background: #fff;
	border: none;
}
.show-all-container .show-all.close-tag{
	transform: rotate(180deg);
}
@media (max-width: 480px) {
	.article-box{
		flex-wrap: wrap;
	}
	.header_mob_left-box .cabinet-mob-box{
		display: block;
		margin-left: 15px;
	}
	.products_min.products_min_mob{
		display: block;
	}
	#product-product #client-popup{
		top: 50px;
	}
	.small-width .popup-list_item .popup-list_open span{
		font-size: 21px!important;
		line-height: 26px;
	}
	.small-width .popup-list_item .open-more {
	    margin-top: 5px;
	}
	.cashback-box{
		width: 100%;
	}
	.content-block-fix.mob-del{
		display: none;
	}
}
#options_combinations_saleblock {
	border-top: 1px solid #eee;
	padding: 10px 0;
	margin-bottom: 10px;
}
#options_combinations_saleblock .ocs_header {
	text-align: center;
	padding-bottom: 10px;
	color: #222;
	font-size: 18px;
	border-bottom: 1px solid #eee;
}
#options_combinations_saleblock .ocs_variant {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding: 5px;
	cursor: pointer;
	
}
#options_combinations_saleblock .ocs_variant:hover {
	background: rgba(250,250,250);
}

#options_combinations_saleblock .ocs_text {
	/*display: flex;
	flex-wrap: wrap;*/
	width: calc(100% - 200px);
}
/*
#options_combinations_saleblock .ocs_text_option:after {
	content: '; ';
}
#options_combinations_saleblock .ocs_text_option:last-child:after {
	content: '';
}
*/
#options_combinations_saleblock .ocs_price {
	width: 100px;
	text-align: right;
}
#options_combinations_saleblock .ocs_quantity {
	width: 80px;
	text-align: right;
}

[data-type=radio] .radio {
	position: relative;
}
[data-type=radio] .radio .clear_option {
	display: none;
}
[data-type=radio] .radio.activated .clear_option {
	display: block;
	width: 16px;
	height: 16px;
	background: url(../image/clear-svgrepo-com.svg) 50% 50% no-repeat #fff;
	background-size: contain;
	position: absolute;
	top: -8px;
	right: -8px;
	cursor: pointer;
	z-index: 2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.blog-article-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.bah-left { 
	width: 100%;
}
.bah-left h1 {
		margin-bottom: 10px !important;
	}
.bah-right {
	width: 100%;
	display: flex;
		align-items: center;
		justify-content: space-between;
}
.bah-info {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #777;
}
.bah-date {
	font-size: 14px;
}
.bah-viewed {
	font-size: 14px;
	margin-left: 10px;
}
.bah-share a {
	margin-left: 10px;
	opacity: 0.7;
}
.bah-share a:hover {
	opacity: 1;
}
.bah-share a img {
	width: 24px;
}
.ban-mob{
	display: none;
}
@media (max-width: 480px) {
	.bah-left h1 {
		margin-top: 10px !important;
	}
	.ban-mob{
		display: block;
	}
	.ban-desc{
		display: none;
	}
}

.blog_related_cat {
	margin: -30px auto 60px auto;
}
.blog_related_cat .image {
	position: relative;
	margin: 5px;
}
.blog_related_cat .image .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog_related_cat .image .caption span {
	display: block;
	width: 100%;
	text-align: center;
	background: rgba(255,255,255,0.7);
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333; 
	padding: 15px 5px;
}
.blog_related_cat .image a:hover .caption span {
	background: rgba(255,255,255);
	color: #000; 
}
.blog-article #tab-description img {
	max-width: 100%;
}
.mfp-iframe-scaler {
	padding-top: 178% !important;
}
.mfp-iframe-holder .mfp-content {
	max-width: 420px !important;
}
.good_photo .thumbnail img {
	max-width: 520px;
}

.collection_banner_box{
	display: flex;
	justify-content: space-between;
	background: rgba(247, 247, 247, 1);
    margin-bottom: 20px;
}
.collection_banner_box_left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    max-width: 520px;
    padding: 40px 30px;
    color: rgba(0, 0, 0, 1);
}
.collection_banner_smtitle{
	font-size: 12px
	line-height: 14px;
	text-transform: uppercase;
}
.collection_banner_title{
	font-size: 40px;
	line-height: 46px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.collection_banner_description{
	max-width: 380px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 30px;
}
.collection_banner_box_left a{
	display: inline-block;
	margin-bottom: 40px;
}
.sitemap-header{
	background: #000;
	color: #fff;
	font-size: 40px;
	line-height: 42px;
	text-align: center;
	padding: 5px 0;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.info-banner-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px -10px;
}
.info-banner-box{
	width: calc(20% - 20px);
	margin: 0 10px 10px;
	text-align: center;
}
.info-banner-title{
	display: block;
	font-size: 18px;
	color: #000;
    text-transform: uppercase;
    margin: 10px 0;

}
.common-home .insta-carusel,
.common-home .insta-carusel h3,
.common-home .insta-carusel .subtitle{
	display: none;
}
@media (min-width: 1700px){
	.collection_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.collection_banner_box{
		width: calc(50% - 10px);
	}
}
@media (max-width: 767px) {
	.collection_banner_box_left{
		min-width: 50%;
		padding: 20px 20px 0;
	}
	.collection_banner_title {
	    font-size: 24px;
	    line-height: 30px;
	}
	.collection_banner_description {
		display: none;
	}
	.desktop-video{
	    display: none;
	}
	.sitemap-header {
	    font-size: 28px;
	    line-height: 30px;
	}
	.info-banner-box{
		width: calc(50% - 20px); 
	}
	.common-home .insta-carusel{
		display: block;
	}
}
/* новые стили для главной */
.featuredcarusel .item {
    padding: 0 6px;
}
#subcategory-box-min .owl-item {
    padding: 0 ;
}
.featuredcarusel h3{
	font-family: 'Helvetica';
	text-align: left;
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 6px;
	margin-right: 6px;
}
.featuredcarusel h3 a{
	font-family: 'Helvetica';
	text-transform: none;
    font-size: 12px;
    text-decoration: underline;
    margin-left: 30px;
}
#prodcarousel0 {
    margin-top: 0;
}
.featuredcarusel .product-thumb .price {
	font-family: 'Helvetica';
	font-size: 14px;
    line-height: 16px;
}
.subcat-caption {
	font-family: 'Helvetica';
    position: absolute;
    right: 25px;
    bottom: 75px;
    text-align: left;
    margin-top: 0;
}
.subcat-caption a{
	font-family: 'Helvetica';
	display: block;
	color: #000;
}
.subcat-caption a.subcat-more{
	font-family: 'Helvetica';
	margin-top: 5px;
	text-decoration: underline;
}
.featuredcarusel .caption a.product-name{
	font-family: 'Helvetica';
}
.see-all {
    display: none;
}
@media (max-width: 480px) {
	.featuredcarusel h3{
		top: -56px;
		width: 97%;
        display: flex;
	}
	.featuredcarusel h3 a{
		margin-left: auto;
	}
	.subcat-caption {
	    bottom: 40px;
	}
	.subcat-caption a.subcat-more {
	    margin-top: 0px;
	}
	.common-home .featuredcarusel, .subcategory-box{
		border-bottom: none;
	}
}