
@font-face {
  font-family: 'fashion-alien';
  src:  url('fashion-alien.eot?dgasbp');
  src:  url('fashion-alien.eot?dgasbp#iefix') format('embedded-opentype'),
    url('fashion-alien.ttf?dgasbp') format('truetype'),
    url('fashion-alien.woff?dgasbp') format('woff'),
    url('fashion-alien.svg?dgasbp#fashion-alien') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fashion-alien' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e909";
}
.icon-calendar:before {
  content: "\e900";
}
.icon-cart:before {
  content: "\e901";
}
.icon-chart:before {
  content: "\e902";
}
.icon-email:before {
  content: "\e903";
}
.icon-minus:before {
  content: "\e904";
}
.icon-next:before {
  content: "\e905";
}
.icon-phone:before {
  content: "\e906";
}
.icon-plus:before {
  content: "\e907";
}
.icon-prev:before {
  content: "\e908";
}
.icon-user:before {
  content: "\e90a";
}
.icon-times:before {
  content: "\e90b";
}

/* Webfont: Lato-Heavy */@font-face {
    font-family: 'Lato';
    src: url('Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Black */@font-face {
    font-family: 'Lato';
    src: url('Lato-Black.eot'); /* IE9 Compat Modes */
    src: url('Lato-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Lato-Black.woff2') format('woff2'), /* Modern Browsers */
         url('Lato-Black.woff') format('woff'), /* Modern Browsers */
         url('Lato-Black.ttf') format('truetype');
    font-style: normal;
    font-weight: 800;
    text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Light */@font-face {
    font-family: 'Lato';
    src: url('Lato-Light.eot'); /* IE9 Compat Modes */
    src: url('Lato-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Lato-Light.woff2') format('woff2'), /* Modern Browsers */
         url('Lato-Light.woff') format('woff'), /* Modern Browsers */
         url('Lato-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Medium */@font-face {
    font-family: 'Lato';
    src: url('Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}



/* Webfont: Lato-Regular */@font-face {
    font-family: 'Lato';
    src: url('Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Semibold */@font-face {
    font-family: 'Lato';
    src: url('Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('Lato-Semibold.woff') format('woff'), /* Modern Browsers */
         url('Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}





.in-top,
.in-middle,
.in-bottom{
	display: inline-block;
}
.in-top{
	vertical-align: top;
}
.in-middle{
	vertical-align: middle;
}
.in-bottom{
	vertical-align: bottom;
}

.light{
	font-weight: 300;
}
.normal{
	font-weight: 400;
}
.bold{
	font-weight: 700;
}

body{
  	font-family: 'Lato';
	  color: #363636;
  	font-size: 15px;
  	background: #fff;
    font-weight: 300;
    line-height: 1.4;
}
a, button{
  	outline: none;
  	cursor: pointer;
	color: inherit;
  	text-decoration: none;
  	-o-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
a:hover, button:hover{
	opacity: 0.7;
}

.container{
	width: 100%;
}
.btn{
  	color: #fff;
  	font-size: 14px;
  	font-weight: 300;
  	text-align: center;
  	height: 45px;
  	line-height: 45px;
    -webkit-border-radius: 23px;
            border-radius: 23px;
    font-size: 15px;
}
.btn.btn-empty {
  background: none;
  color: #000;
  border: 1px solid #000;
}
/*.btn-black{
	background: #2e2e2e;
}
.btn-black:hover{
	background: #545454;
}*/

.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.loadItem{
	opacity: 0;
}
.transition{
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.transition:hover{
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}
.stretch{
  	-webkit-box-align: stretch;
  	-webkit-align-items: stretch;
  	   -moz-box-align: stretch;
  	    -ms-flex-align: stretch;
  	        align-items: stretch;
}
.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

/* = HEADER = */

header{
	background: #fff;
}
header .phone i {
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
}
.header-top .phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
font-size: 17px;
font-weight: 400;
}
.mainpage.header-main{
	position: relative;
}
.mainpage.header-main .header-top{
	position: static;
  	top: 0;
  	left: 0;
  	right: 0;
}
.header-top{
  	color: #000;
  	padding-top: 25px;
}
.header-top .line-top{
	margin-bottom: 30px;
}
.header-top .language{
	position: absolute;
  	top: 0;
  	right: 20px;
}

.header-top .phone img{
  	display: inline-block;
  	vertical-align: middle;
	margin: 0 10px 0 0;
}
.header-catalog {
  background: transparent;
  position: relative;
  z-index: 900;
}

.header-main.mainpage .header-catalog {
  margin-bottom: -60px;
}
.header-catalog .container {
  position: relative;
  z-index: 1500;
}
.header-catalog:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.header-cart{
	text-align: right;
	font-size: 20px;
}
.header-cart i {
  font-size: 16px;
  color: inherit;
  width: 36px;
  height: 36px;
  background-color: #fff;
  -webkit-border-radius: 36px;
          border-radius: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}
.header-cart a{
	text-decoration: none;
}
.shopping-cart-widget span{
	font-size: 15px;
}
.header-cart .cart-image{
	margin-left: 15px;
}

header .main-menu ul{
  	list-style: none;
    padding: 0;
  	margin: 0;
}
header .main-menu > ul > li{
  	position: relative;
  	display: inline-block;
	margin-right: 20px;
}
header .main-menu a{
  	line-height: 60px;
}
header .main-menu a.active {
 opacity: 0.7;
}
header .logo-fixed{
	position: fixed;
  	z-index: 998;
  	display: none;
  	top: 4px;
  	right: 20px;
    height: 34px;
  	padding: 0;
}
header .logo-fixed img{
	height: 100%;
}
.menu-top-2 ul{
  	list-style: none;
  	padding: 0;
	margin: 0 0 7px 0;
}
.menu-top-2 li{
	display: inline-block;
    vertical-align: top;
  	margin-left: 10px;
}
.menu-top-2 li a{
	color: #959595;
    font-size: 12px;
}

.cat-submenu{
	position: absolute;
  	z-index: 998;
  	display: none;
  	background: #fff;
    padding: 15px 30px 15px 20px;
  	margin-left: -10px;
    min-width: 130px;

}
.header-main.reg .cat-submenu{
	background: #f15f22;
}
.cat-submenu:before{
  position: absolute;
    content: '';
    top: -5px;
    left: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #000000 transparent;
}

header .main-menu > ul > li:hover .cat-submenu{
	display: block;
}

header .main-menu .cat-submenu a{
  	display: block;
	color: #333;
  	line-height: 19px;
    margin-bottom: 5px;
}
header.header-main.reg .main-menu .cat-submenu a{
	color: #fff;
}

header .line-bottom{
	position: relative;
}

header .line-bottom .rightside{
	text-align: right;
}
header .line-bottom .rightside .point{
	display: inline-block;
  	vertical-align: bottom;
}
header .line-bottom .rightside .point i {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  text-align: center;
  line-height: 34px;
}
header .line-bottom .rightside .header-search:hover i {
  border-color: #000;
  color: #000;
}
header .line-bottom .rightside .header-search:hover .search-input{
  top: 9px;
right: 46px;
background: #fff;
outline: none;
height: 42px;
}
header .line-bottom .rightside .point a,
header .line-bottom .rightside .point button{
  	position: relative;
  	display: block;
	margin-left: 15px;
  	line-height: 60px;
  	color: #707070;
  	text-align: center;
  	cursor: pointer;
}
.header-search{
	position: relative;
}
.header-search .search-input{
	position: absolute;
  top: 9px;
right: 46px;
background: #fff;
outline: none;
height: 42px;
  	font-weight: 300;
    font-size: 15px;
    border-right: 0;
  	border-bottom: 0;
  	padding: 10px 0;
  	width: 250px;
    max-width: 0;
  	border: 1px solid #eee;
  	border-left: 0px solid #eee;
  	border-right: 0px solid #eee;
  	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
  	padding: 10px 0;
  	margin-right: -50px;
}
header.reg .header-search .search-input{
	border-bottom: 1px solid #eee;
}
.header-search img{
	display: inline-block;
  	vertical-align: middle;
}

.header-search:hover .search-input{
  	border-left: 1px solid #eee;
  	border-right: 1px solid #eee;
    max-width: 250px;
  	padding: 10px 45px 10px 10px;
}
.header-search .ajax-search-results-wrapper{
	position: absolute;
  	z-index: 5;
  	width: 250px;
  	right: 6px;
}
.header-search .ajax-search-results-wrapper a{
	width: 100% !important;
    background: #fff !important;
    color: #333 !important;
    text-align: left !important;
    line-height: 20px !important;
    border-left: 1px solid #ff5e0d;
    border-right: 1px solid #ff5e0d;
    border-bottom: 1px solid #eee;
  	padding: 10px !important;
}
.header-search .ajax-search-results-wrapper ul li:last-child a{
	border-bottom: 1px solid #ff5e0d;
}


.js-main-slider .owl-pagination{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
}

.js-main-slider .special{
	bottom: 50px;
}
.js-main-slider h2{
  display: inline-block;
vertical-align: top;
color: #fff;
padding-bottom: 10px;
margin-bottom: 20px;
font-size: 38px;
font-weight: 600;
max-width: 700px;
line-height: 1.3;
}
.js-main-slider .hor-line{
	width: 100%;
  	max-width: 150px;
  	height: 9px;
  	background: #363636;
  	margin-bottom: 20px;
}
.js-main-slider p{
  	display: inline-block;
  	vertical-align: top;
  	background: rgba(0, 0, 0, 0.2);
	color: #f1f1f1;
  	max-width: 520px;
  	padding: 10px;
  	margin-bottom: 25px;
}
.js-main-slider .special a{
  	display: inline-block;
	padding: 0 50px;
  height: 61px;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  font-size: 16px;
  line-height: 61px;
}

.js-main-slider .logo-image{
	min-width: 100%;
}

.js-main-slider .owl-pagination .owl-page{
  	position: relative;
	display: inline-block;
  	width: 9px;
  	height: 9px;
  	border: 1px solid #e1e1e1;
  	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
  	margin: 0 4px;
}
.js-main-slider .owl-pagination .owl-page.active{
	border: 1px solid #fff;
  	background: #fff;
}

.js-main-slider .owl-prev,
.js-main-slider .owl-next{
  	position: absolute;
  	color: transparent;
	width: 46px;
  	height: 86px;
  	top: 50%;
  	margin-top: -23px;
}
.js-main-slider .owl-prev{
  	left: 30px;
	background: url(main-slider_arrow-left.png) 0 0 no-repeat;
}
.js-main-slider .owl-next{
  	right: 30px;
	background: url(main-slider_arrow-right.png) 0 0 no-repeat;
}

/* = RANDOM-ITEMS = */

.random-items-2{
	padding: 48px 0 23px 0;
  background: #000;
  position: relative;
  z-index: 100;
  margin-top: -10px;

}
.random-items-2 a {
  color: #fff;
}
.random-items-2 .point-text{
  	font-size: 18px;
    text-align: center;

}
.random-items-2 a:hover {
  opacity: 1;
}
.random-items-2 a:hover .point-text {
  opacity: 0.7;
}
.random-items-2 a:hover img {
  padding: 0;
  border-color: transparent;
  opacity: 1;

}
.random-items-2 .point-image img{
  width: 100%;
height: 200px;
-o-object-fit: cover;
   object-fit: cover;
display: block;
padding: 10px;
border: 1px solid #555;
transition: all 0.4s;
-moz-transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
opacity: 0.95;
}

/* = BEST-ITEMS = */
.product-carousel {
  padding-top: 30px;
}

.product-carousel.best-items{
padding-bottom: 30px;
border-bottom: 1px solid #e1e1e1;
}
.best-items .pp-title{
	background: #f15f22;
}
.best-items .pp-title:after{
  	display: none;
	position: absolute;
  	content: '';
  	top: 50%;
  	right: -60px;
    border: 30px solid transparent;
    border-left: 30px solid #f15f22;
    margin-top: -60px;
}

.pp-title h3{
  	position: relative;
	font-size: 30px;
  	color: #fff;
  	font-weight: 500;

  	margin: 60px 0 30px 0;
}
.carousel-descr{
  	position: relative;
	color: #fff;
}
.product-preview{
	padding: 45px 10px 25px;
}
.product-preview .product-inner{
	/*border: 1px solid #ececec;*/
  	-o-transition: all 0.3s ease;
  	-moz-transition: all 0.3s ease;
  	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
    padding: 10px 15px 25px;
}
.product-preview .product-inner:hover{
  	/*box-shadow: 0px 0px 10px 0px #bdbdbd;*/
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-webkit-transition: all 0.3s ease;
	-moz--webkit-transition: all 0.3s ease;
}

.product-preview .product-image{
  	position: relative;
  	overflow: hidden;
  	height: 270px;
  	line-height: 270px;
  	text-align: center;
	margin-bottom: 15px;
}
.product-preview .product-image .product-detail{
	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	opacity: 0;
  	background: rgba(255, 255, 255, 0.3);
  	text-align: center;
}
.product-preview .product-image:hover .product-detail{
	opacity: 1;
}
.product-preview .product-image .product-detail .btn{
  display: inline-block;
width: 100%;
height: 57px;
line-height: 57px;
-webkit-border-radius: 30px;
        border-radius: 30px;
font-size: 16px;
}
.product-preview .product-image .product-detail .detail-buttons{
	position: relative;
  	width: 190px;
  	margin: auto;
}
.product-preview .compare-add,
.product-preview .compare-delete{
	position: absolute;
    top: 50%;
  	right: 0;
  	width: 45px;
    outline: none;
  	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
  	line-height: 45px;
  	background: #ff5e0d;
  	color: #fff;
    margin-top: -23px;
}
.circle-go{
  	display: inline-block;
  	vertical-align: middle;
  	background: #5eb9a9;
  	color: #fff;
  	width: 26px;
  	line-height: 26px;
  	text-align: center;
  	font-size: 12px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
  	margin-left: 5px;
}
.product-preview .product-image img{
	display: inline-block;
  	vertical-align: middle;
  	max-width: 100%;
  	max-height: 100%;
}
.product-preview .discount,
.product-page .label-discount{
  position: absolute;
z-index: 3;
top: 0px;
right: 0px;
width: 44px;
height: 32px;
line-height: 44px;
font-size: 19px;
background: #ee151f;
color: #fff;
font-weight: 400;
padding: 0;

}
.product-preview .discount:after,
.product-page .label-discount:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 22px 0 22px;
  border-color: #ee151f transparent transparent transparent;
  top: 100%;
  left: 0;

}


.product-preview .product-miniatures{
  	text-align: center;
  	height: 48px;
	margin-bottom: 20px;
}
.product-preview .product-miniatures img{
  	display: inline-block;
  	vertical-align: middle;
  	cursor: pointer;
	max-width: 45px;
  	max-height: 100%;
  	margin: 0 3px;
}
.product-preview .product-title{
  	color: #555;
  	font-size: 15px;
  	text-align: center;
  	margin-bottom: 7px;
}
.product-preview .product-price{
	text-align: center;
}
.product-preview .product-price span{
	color: #9d9d9d;
  	font-size: 16px;
  	text-decoration: line-through;
}
.product-preview .product-price b{
    font-size: 18px;
}
.opacity:hover{
	opacity: 0.7;
}
.product-carousel .owl-carousel,
.product-carousel .owl-carousel .owl-wrapper-outer{
	position: static;
}
.product-carousel .owl-carousel {
  padding-left: 40px;
}
.product-carousel .owl-controls{
	position: absolute;
  	left: 0;
  	bottom: 50px;
  	width: 25%;
  	color: #fff;
    z-index: 150;
    font-size: 23px;
}
.product-carousel .owl-controls .owl-prev,
.product-carousel .owl-controls .owl-next{
  	position: absolute;
    display: inline-block;
    font: normal normal normal 14px 'fashion-alien';
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

  	width: 12px;
    line-height: 52px;
    text-align: center;
  	bottom: -36px;

}
.product-carousel .owl-controls .owl-prev{
	right: auto;
  left: 15%;
}
.product-carousel .owl-controls .owl-prev:before{
	content: "\e908";
}
.product-carousel .owl-controls .owl-next{
	right: 15%;
}
.product-carousel .owl-controls .owl-next:before{
	content: "\e905";
}

.pp-title{
	min-height: 300px;
  position: relative;
}
.pp-title a, .pp-title div, .pp-title h3 {
  position: relative;
  z-index: 50;
}
.bg-text-wrap {
  position: absolute;
  top: 0;
  left: 0px;
  text-indent: -30px;
  overflow: hidden;
  right: 0;
  bottom: 0;
  font-size: 104px;
  opacity: 0.2;
  z-index: 20;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
.bg-text-wrap span {
  display: block;
  margin: 5px 0;
  line-height: 1;
}
.bg-text-wrap span:nth-child(2n+2) {
  padding-left: 60px;
}
.pp-title .to-category{
  	position: absolute;
	color: #fff;
  	font-size: 16px;
  	left: 20px;
  	bottom: 30px;
  	margin: 0;
    right: 20px;
    text-align: center;
}

.product-carousel .pp-title{
	position: relative;
}
.collection-content .editor-title > div {
  position: relative;
}
.product-carousel .pp-title:before, .collection-content .editor-title > div:before {
	position: absolute;
  	z-index: 0;
  	content: '';
    margin-top: -15px;
  	top: 50%;
  	right: -15px;
    width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 15px;
border-color: transparent transparent transparent #000000;

}

/* = NEW-ITEMS = */

.new-items{
	border-top: 1px solid #e1e1e1;
  margin-top: -1px;
  padding-top: 30px;
  margin-bottom: 30px;
}
.new-items .pp-title{
	background: #101b36;
}
.new-items .pp-title:after{
	position: absolute;
  	z-index: 2;
  	content: '';
  	display: none;
  	top: 50%;
  	right: -60px;
    border: 30px solid transparent;
    border-left: 30px solid #101b36;
    margin-top: -60px;
}

/* = BLOG-CAROUSEL = */
.product-carousel.blog-carousel {
  padding-top: 0;
  margin-bottom: 0;
}
.blog-carousel{
  	overflow: hidden;
    position: relative;
}
.blog-carousel .container {
  position: relative;
  z-index: 500;
}
.blog-carousel:before {
  content: '';
  opacity: 0.8;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.js-blog-carousel .blog-point{
  	min-height: 210px;
	padding: 35px;
}
.js-blog-carousel .blog-point a{
  	display: block;
  	font-size: 16px;
  	margin-bottom: 15px;
}
.js-blog-carousel .blog-point .preview{
	margin-bottom: 20px;
}
.js-blog-carousel .blog-point .date{
	font-size: 13px;
  	margin-bottom: 17px;
    opacity: 0.9;
}
.js-blog-carousel .blog-point .date i {
  font-size: 20px;
    margin-right: 10px;
    position: relative;
    bottom: -2px;
}
.js-blog-carousel .blog-point .date img{
	margin-right: 10px;
}
.js-blog-carousel .blog-point .date img,
.js-blog-carousel .blog-point .date span{
    display: inline-block;
    vertical-align: middle;
}


/* = PHOTO-GALLERY = */

.photo-gallery{
	margin-top: 50px;
	margin-bottom: 20px;
}
.photo-gallery .row-flex.relative{
	max-height: 300px;
}
.photo-gallery .pp-title{
	background: #f15f22;
}
.photo-gallery .pp-title::after{
    position: absolute;
    content: '';
    top: 50%;
    right: -60px;
    border: 30px solid transparent;
    border-left: 30px solid #f15f22;
    margin-top: -30px;
}
.photo-gallery .js-product-carousel{
	padding: 0;
}
.photo-gallery .js-product-carousel .owl-wrapper-outer,
.photo-gallery .js-product-carousel .owl-wrapper,
.photo-gallery .js-product-carousel .owl-item{
	height: 100%;
}
.photo-gallery .js-product-carousel .owl-item{
	overflow: hidden;
}
.photo-gallery .owl-controls{
	display: none;
}

/* = FOOTER = */

.footer-content{
	padding-top: 55px;
}
.footer-logo{
  padding-top: 10px;
	margin-bottom: 75px;
}
.footer-adress{
	margin-bottom: 40px;
}
.footer-adress .phone,
.footer-adress .email,
.footer-adress .adress{
	font-size: 17px;
  	margin-bottom: 20px;
}

.footer-adress .phone i,
.footer-adress .email i,
.footer-adress .adress i{
  font-size: 22px;
    margin-right: 12px;
    display: inline-block;
    width: 22px;
    text-align: center;
}

.orange{
	color: #f15f22;
}

footer .subscribe{
	margin-bottom:70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .subscribe-title{
	font-size: 17px;
  	text-transform: uppercase;
    line-height: 1.8;
}
.subscribe-form input[type="text"]{
    height: 46px;
    font-size: 16px;
    background: transparent;
    width: 100%;
    outline: none;
    -webkit-border-radius: 23px;
            border-radius: 23px;
  	font-weight: 300;
  	padding: 10px 182px 10px 10px;
}
.subscribe-form button{
  	right: 0;
  	bottom: 0;
	padding: 0 40px;
  -webkit-border-radius: 23px;
          border-radius: 23px;
  font-size: 15px;
}
.social-links b{
  	font-size: 18px;
	padding: 0 20px 0 0;
}
.social-links a{
	font-size: 21px;
    margin: 0 17px 0 0;
}
.social-links a i {
  color: transparent;
  background: #fff;
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.footer-adress .phone i,
.footer-adress .email i,
.footer-adress .adress i {
  opacity: 0.5;
}
.footer-menu a{
	font-size: 18px;
    margin: 0 30px 10px 0;
}
.footer-menu .flex-xl-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-menu div a:last-child {
  margin-right: 0;
}
.footer-bottom{
  	border-top: 1px solid;
	padding: 25px 0;
  opacity: 0.3;
}
.footer-bottom .row-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-title{
	text-align: center;
  	font-size: 16px;
  	padding: 5px 0 0 0;
}
footer .insales{
	text-align: right;
  font-size: 14px;
  text-transform: uppercase;
}

/* = MODALS = */

.modal.modal-preview{
    position: relative;
  	max-width: 930px;
  	margin: 0 auto;
}
.modal-inner{
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
}
.gallery-top{
    border: 1px solid #eeeeee;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

.button-to-top{
	position: fixed;
	z-index: -997;
  	right: 20px;
    bottom: 20px;
  	color: #ff5e0d;
    font-size: 35px;
    outline: none;

    opacity: 0;
    transition: all 0.7s;
-moz-transition: all 0.7s;
-webkit-transition: all 0.7s;
-o-transition: all 0.7s;
}
.button-to-top.active {
  z-index: 997;
  opacity: 1;
}
.button-to-top.active:hover {
   opacity: 0.5;
}
.modal .product-title{
    color: #00a3cc;
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.modal .product-introtext{
    font-size: 15px;
    line-height: 18px;
    color: #797979;
    margin-bottom: 25px;
}
.modal .gt-prev{
    left: 10px;
}
.modal .gt-next{
    right: 10px;
}
.modal .gt-arrow{
    background: #fff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ff5e0d;
    cursor: pointer;
    display: block;
    opacity: 1;
    -webkit-transition: .2s ease opacity;
    -o-transition: .2s ease opacity;
    -moz-transition: .2s ease opacity;
    transition: .2s ease opacity;
    height: 40px;
    line-height: 20px;
    margin-top: -20px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 900;
}
.modal .select-field,
.modal select{
  	max-width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #ff5e0d;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 35px;
    padding: 3px 5px;
    position: relative;
    width: 100%;
}
.modal .select-wrapper{
	position: relative;
  	max-width: 150px;
}
.modal .option-item:after{
    content: '\f107';
    color: #ff5e0d;
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: auto;
  	bottom: 0;
	height: 50%;
    pointer-events: none;
  	line-height: 35px;
    width: 9px;
}
.modal .option-selector{
    margin-bottom: 20px;
}
.option-selector .is-select{
	margin-bottom: 10px;
}
.template-product .option-selector .select-default:after {
  top: -6px; 
}
.modal .option-item{
  	position: relative;
  	display: inline-block;
  	max-width: 150px;
    width: 100%;
    margin-right: 10px;
	margin-bottom: 10px;
}
.modal .option-item label{
	line-height: 35px;
}
.modal .product-price.on-page{
    margin-bottom: 20px;
    font-size: 27px;
}
.modal .product-price{
  font-size: 16px;
}
.modal .product-old-price.on-page{
    margin: 0;
    padding-top: 6px;
    opacity: 1;
    font-size: 18px;
  	color: #777;
    text-decoration: line-through;
}
.modal .product-counter.on-page .input-number{
    height: 30px;
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    width: 50px;
}
.modal .input-field, .textarea-field{
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
}
.modal .button-number{
	background: #ff5e0d;
    color: #fff;
    height: 30px;
    font-size: 16px;
    vertical-align: top;
    width: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 33px;
}
/*.modal .button-primary,
.modal .js-fast-order-open{
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .8em;
    font-weight: bold;
    padding: 8.5px 15px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
  	background: #ff5e0d;
}
.modal .js-fast-order-open{
    background: #101b36;
}*/
.modal .label.label-discount{
  	position: absolute;
  	z-index: 3;
	top: -60px;
    left: -60px;
    width: 120px;
    height: 120px;
    background: #363636;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    font-size: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    padding: 74px 0 0 53px;
}
.modal .swiper-slide .swiper-lazy{
	margin-top: 15px;
}
header .line-bottom .rightside .point.cart-mobile{
	display: none;
}
header .line-bottom .rightside .point img{
	display: inline-block;
  	vertical-align: middle;
}


/* = COLLECTION = */

.collection-top{

}
ul.breadcrumb{
  	padding: 0;
	margin: 0 0 0 0;
  font-size: 14px;
}
.collection-top{
	padding: 30px 0;
}
.breadcrumb-link{
	 opacity: 0.7;
  	padding-right: 7px;
}
.breadcrumb-item i{
	padding-right: 7px;
}
.breadcrumb-link.current-page{
	opacity: 1;
}
.collection-limit{
	margin-bottom: 10px;
}
.collection-limit .form-label,
.collection-sort .form-label{
	margin: 0 12px 0 0;
  font-size: 14px;
}
.collection-limit > .row-flex,
.collection-sort > .row-flex{
	margin-left: 20px;
  	margin-right: 20px;
}

.coll-catalogue{
	background: #ff5e0d;
  	color: #fff;
  	padding: 25px;
}
.coll-catalogue h3{
	font-size: 30px;
  	margin: 0 0 20px 0;
}
.coll-catalogue .collection-menu > li{
	margin: 0 0 10px 0;
}
.coll-catalogue .collection-menu > li > a{
	font-size: 18px;
  	font-weight: 300;
}
.coll-catalogue .collection-menu > li .submenu{
  	display: none;
  	font-size: 16px;
	margin: 16px;
}
.coll-catalogue .collection-menu > li .submenu li{
	display: block;
  	margin: 0 0 3px 0;
}
.coll-catalogue .collection-menu li.dropdown{
	position: relative;
}
.coll-catalogue .collection-menu li i{
	display: none;
}

.collection-filters{
	padding: 40px 20px 20px 20px;
}
.coll-catalogue .collection-menu li.dropdown i,
.collection-filters .filter-header i{
	position: absolute;
  	display: block;
  	cursor: pointer;
	top: 8px;
    right: 0;
    font-size: 14px;
}
.coll-catalogue li.active > a{
	border-bottom: 1px dashed #fff;
}
.collection-filters h2{
    font-size: 30px;
    margin: 0 0 24px 0;
}
.collection-filters h3{
	font-size: 18px;
  	font-weight: 400;
  	margin: 0 0 10px 0;
}
.collection-filters .filter-header{
	position: relative;
}
.collection-filters .filter-header i.fa-angle-right{
	color: #9d9d9d;
}
.collection-filters .filter-header i.fa-angle-left{
	color: #ff894e;
}
.collection-filters .filter-body{
	display: none;
  	    padding: 0 0 30px 0;
}

/* = PRICE SLIDER = */

.range-slider {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
}

.range-slider > .irs {
  margin-bottom: 10px;
}

.range-slider .irs-from,
.range-slider .irs-to {
  cursor: pointer;
}

.input-range {
  position: relative;
  float: left;
  text-align: left;
  border: 1px solid #909090;
  width: 40%;
  padding: 10px;
  margin: 0;
  font-size: 14px;
}

.input-range#price-to {
  float: right;
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 12px;
  top: 25px;
}

.irs-line-left {
  background: #c0c0c0;
  height: 7px;
}

.irs-line-mid {
  background: #c0c0c0;
  height: 7px;
}

.irs-line-right {
  background: #c0c0c0;
  height: 7px;
}

.irs-bar {
  height: 7px;
  top: 25px;
  background: #868685;
}

.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px;
}

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25);
}

.irs-slider {
  width: 15px;
  height: 15px;
  top: 21px;
  background: #ff5e0d;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
}
.irs-slider.from {
  margin-left: -1px;
}
.irs-slider.to {
  margin-right: -1px;
}
.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px;
}

.irs-min, .irs-max {
  display: none;
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: lightgray;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
  display: none;
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #00a3cc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #00a3cc;
}

.irs-grid-pol {
  background: #00a3cc;
}

.irs-grid-text {
  color: #999;
}

.price-inputs{
	position: relative;
}
.price-inputs:before{
	position: absolute;
  	content: '';
  	width: 14px;
  	height: 1px;
  	background: #909090;
  	top: 14px;
  	left: 50%;
  	margin-left: -7px;
}
.price-inputs:after{
	display: table;
  	content: '';
  	clear: both;
}
.irs.js-irs-0{
	width: 96%;
    margin-left: 2%;
}
.collection-filters .filter-footer{
	text-align: center;
}
.filters-block {
  padding-left: 0;
}
.clear-all-filter{
	text-align: center;
}
.collection-filters .filter-footer .js-filter-reset,
.collection-filters .button-reset-filters{
  	display: inline-block;
  	background: #ff5e0d;
  	color: #fff;
    padding: 5px 10px;
    margin: 20px 0 0 0;
}

.filter-header i.fa-check{
	position: static;
    display: inline-block;
  	vertical-align: middle;
    font-size: 13px;
  	color: #878787;
}
.checkbox-label {
  position: relative;
}
.checkbox-label:before{
  	content: '';
  	top: 3px;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 100%;
            border-radius: 100%;
}
.checkbox-field:checked+.checkbox-label:after{
	content: '';
  	background: #000;
    position: absolute;
    top: 8px;
left: 5px;
-webkit-border-radius: 100%;
border-radius: 100%;
width: 5px;
height: 5px;

}
.checkbox-field:checked+.checkbox-label:before {
  content: '';
}
.checkbox-field:checked+.checkbox-label,
.radio-field:checked+.radio-label{
	color: #333;
}
.filters-list li{
	margin: 0 0 10px 0;
}

/* SIDEBAR BANNER */

.sidebar-banner{
  	position: relative;
	margin: 20px 0 40px 0;
}
.sidebar-banner img{
  	width: 100%;
  	height: auto;
	display: block;
}
.sidebar-banner .banner-text{
  position: absolute;
top: auto;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
}
.sidebar-banner .banner-text > a{
  display: block;
color: #fff;
font-size: 18px;
line-height: 1.5;
text-align: left;
padding: 25px;
}
.sidebar-banner .banner-text > a i{
    position: absolute;
    right: 0;
    bottom: 1px;
  	font-size: 22px;
}

.pagination{
	color: #7a7a7a;
}
.pagination .pagination-item{
	margin: 0 5px 0 0;
}
.pagination .pagination-item.active{
	color: #f15f22;
}

.select-default{
	position: relative;
  display: inline-block;
}
.select-default select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ff5e0d;
  	cursor: pointer;
    height: 32px;
    padding: 0 25px 0 10px;
    position: relative;
    width: 100%;
    -webkit-border-radius: 0;
            border-radius: 0;
    font-size: 14px;
}
.select-default:after{
	content: '\f107';
    color: #ff5e0d;
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 0;
    pointer-events: none;
    height: 100%;
    line-height: 34px;
    width: 9px;
}

.collection-content{
  	padding-bottom: 30px;
}
.collection-content .editor{
	line-height: 23px;
}
.collection-description {
  border-top: 1px solid #ededed;
  padding-top: 30px;
}
.collection-line{
	width: 100%;
  	height: 1px;
  	background: #101b36;
}
.collection-content .editor-title > div{
  	position: relative;
  	height: 100%;
	background: #ff5e0d;
    color: #fff;
    font-size: 22px;
font-weight: bold;
  	padding-top: 20px;
  	padding-bottom: 20px;
}
.no-marg{
	margin-left: 0 !important;
  	margin-right: 0 !important;
}

/* PRODUCT */

.search-page .breadcrumb,
.product-page .breadcrumb{
	padding: 30px 0;
}
.alertify-notifier{
	background: #f15f22;
  	color: #fff;
}
.product-page .product-title{
	font-weight: 300;
  	font-size: 25px;
  	margin: 0 0 6px 0;
}
.product-articul{
	font-size: 15px;
  	color: #7d7d7d;
  	margin-bottom: 12px;
}
.product-page .product-price, .product-page .compare-control{
	margin-bottom: 25px;
}

.product-page .product-price > div{
	display: inline-block;
  	vertical-align: middle;
}
.product-page .product-price .product-old-price{
	color: #9d9d9d;
  	text-decoration: line-through;
  	font-weight: 300;
  	margin-right: 15px;
}
.product-page .product-price .js-product-price{
  	font-size: 20px;
  	font-weight: 500;
}

.product-page  .compare-control {
  opacity: 0.5;
  font-size: 14px;
}
.product-page  .compare-control i{
  font-size: 13px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid;
  text-align: center;
  margin-right: 8px;
}
.product-page  .compare-control:hover {
  opacity: 1;
}

.product-table{
	width: 100%;
  	color: #363636;
  	margin-bottom: 25px;
    line-height: 1;
}
.product-table tr td{
	padding: 3px 0;
}
.product-table tr td:first-child{
	opacity: 0.7;
  	width: 40%;
}
.selectors-counter{
	margin-bottom: 25px;
}

.selectors-counter .option-selector > div,
.selectors-counter .product-counter{
	display: inline-block;
  	vertical-align: bottom;
}
.selectors-counter .option-selector > div,
.selectors-counter .product-counter{
	margin-bottom: 10px;
}
.selectors-counter .option-selectors{
	font-size: 0;

}
.selectors-counter .option-selectors .option-selector {
  display: table;
width: 100%;
}
.selectors-counter .option-selector > div{
  	position: relative;
  	font-size: 15px;
  	padding: 3px 0;
    display: table-row;
}
.selectors-counter .select-default select {
  border: 0;
    height: 18px;
}
.selectors-counter .select-default {
  min-width: 130px;
}
.selectors-counter .option-selector .option-label{
  display: table-cell;
    width: 40%;
    opacity: 0.7;
}
.selectors-counter .option-selector .option-item label{
  	display: inline-block;
    padding-right: 4px;
}
.selectors-counter .option-selector .option-item:first-child{
	border-left: 0;
  	padding: 10px 13px 10px 0;
}
.selectors-counter .option-selector .option-item > div{
	display: inline-block;
}
.selectors-counter .option-selector .option-item select{
  	display: inline-block;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    height: 23px;
    padding: 0 20px 0 6px;
    position: relative;
  	outline: none;
}
.selectors-counter .option-selectors .option-item:after{
  	position: absolute;
  	top: 10px;
    right: 18px;
    content: '\f107';
    font-family: "FontAwesome";
    pointer-events: none;
    height: 100%;
    line-height: 23px;
    width: 9px;
  	font-size: 22px;
}
.selectors-counter .option-selectors {
  margin-bottom: 25px;
}
.selectors-counter .product-counter,
.item-counter .styled{
  	position: relative;
    border: 1px solid #eee;


}
.selectors-counter .product-counter, .item-counter .styled {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.selectors-counter .product-counter button,
.item-counter .styled button{
  outline: none;
  font-size: 18px;
  padding: 0 9px;
}
.selectors-counter .product-counter button.count-up,
.item-counter .styled button.count-up{
	top: -28px;
}
.selectors-counter .product-counter button.count-down,
.item-counter .styled button.count-down{
	bottom: -28px;
}
.selectors-counter .product-counter .input-number,
.item-counter .styled .input-number{
  	text-align: center;
  	font-weight: 300;
  	width: 84px;
  	height: 34px;
  	padding: 5px;
    border: 0;
    font-size: 14px;
}
.p30{
	padding: 0 30px;
}
.product-page .product-buy{
  	display: inline-block;
  	margin-bottom: 20px;
}
.product-page .product-buy.on-page{
	margin-right: 15px;
}
.product-page .gt-arrow{
	background: #fff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ff5e0d;
    cursor: pointer;
    display: block;
    opacity: 1;
    -webkit-transition: .2s ease opacity;
    -o-transition: .2s ease opacity;
    -moz-transition: .2s ease opacity;
    transition: .2s ease opacity;
    height: 40px;
    line-height: 20px;
    margin-top: -20px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 900;

}
.product-page .gt-arrow i {
  opacity: 0.5;
}
.product-page .gt-arrow:hover i {
  opacity: 1;
}
.product-page .gt-arrow.gt-prev{
	left: 20px;

}
.product-page .gt-arrow.gt-next{
	right: 20px;

}
.swiper-lazy-preloader{
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -moz-transform-origin: 50%;
      -o-transform-origin: 50%;
         transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12,end) infinite;
      -o-animation: swiper-preloader-spin 1s steps(12,end) infinite;
         animation: swiper-preloader-spin 1s steps(12,end) infinite;
}
.product-page #product-thumbs .swiper-slide{
	height: 132px;
  	line-height: 132px;
  	text-align: center;
  	border: 1px solid #eee;
    font-size: 0;
  	padding: 5px;
}
.product-page #product-thumbs .swiper-slide img{
	display: inline-block;
  	vertical-align: middle;
  	max-height: 96%;
}
.swiper-slide{
	min-height: 100px;
}
.product-page .gallery-top{
	margin-bottom: 10px;
}
.product-page .product-gallery,
.product-page .product-caption{
	margin-bottom: 30px;
}
.product-page #product-description{
	padding: 0 10px 0 0;
}

.tabs-block .tabs-menu{
  	list-style: none;
	margin: 0;
  	padding: 0;
}
.tabs-block .tabs-menu .tabs-item{
	position: relative;
  	display: inline-block;
  	font-size: 16px;
  	color: #7d7d7d;
  	font-weight: 300;
  	padding: 15px 0;
    opacity: 0.7;
}
.tabs-block .tabs-menu .tabs-item.active{
	opacity: 1;
}
.tabs-block .tabs-menu .tabs-item a{
	margin-right: 30px;
  font-weight: 400;
  opacity: 1!important;
}


.tabs-block .tabs-menu .tabs-item.active:after,
.tabs-block .tabs-menu .tabs-item:hover:after{
	opacity: 1;
}
.product-card.related-product {
  border: 1px solid #e2e2e2;
  padding-top: 10px;
  margin-bottom: 20px;
}
.similar-products .product-card.related-product {
  padding-bottom: 10px;
  margin-bottom: 0;
}
.similar-products .flex-xl-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.similar-products .product-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
   -moz-box-orient: vertical;
   -moz-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
-webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
}
.similar-products .block-header.styled > div.flex {
  margin-right: 30px;
margin: 0;

padding-left: 20px;
position: relative;
}
.similar-products .block-header.styled > div.flex:after {
  position: absolute;
z-index: 0;
content: '';
margin-top: -15px;
top: 50%;
right: -15px;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 15px 15px;
border-color: transparent transparent transparent #000000;
}
.similar-products .block-header.styled  {
  background: none;
}
.similar-products .bg-text-wrap span:first-child {
  margin-top: -40px;
}
.related-products h2{
    position: relative;
    background: #e0e0e1;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 25px;
  	margin: 0 0 50px 0;
}
.related-products h2:after{
  	position: absolute;
  	content: '';
    width: 0;
height: 0;
border-style: solid;
border-width: 15px 12.5px 0 12.5px;
border-color: #000000 transparent transparent transparent;

    top: 100%;
    left: 50%;
    margin-left: -13px;
}
.related-products .product-image,
.similar-products .product-image{
  	text-align: center;
	max-width: 80%;
    margin: 0 auto 10px;
}
.related-products .product-image img,
.similar-products .product-image img{
	max-height: 150px;
}
.related-products .product-title,
.similar-products .product-title{
  	text-align: center;
	font-size: 12px;
  	text-transform: uppercase;
}
.related-products .product-caption{
	text-align: center;
}
.related-products .product-price,
.similar-products .product-price{
	font-size: 20px;
  	font-weight: 700;
}
.related-products .product-old-price{
	display: none;
}

.similar-products{
	margin-bottom: 50px;
}
.similar-products .related-product{
	width: 100% !important;
  	max-width: 100%;
  	padding-top: 10px;
  	padding-left: 0 !important;
  	padding-right: 0 !important;
}
.similar-products .related-product .product-image{
	margin-bottom: 15px;
}
.similar-products .related-product .product-caption{
	font-size: 12px;
  	text-align: center;
  	margin-bottom: 0;
}
.similar-products .related-product .product-price{
  	white-space: nowrap;
  	color: #ff5e0d;
}
.similar-products .related-product .product-old-price{
  	display: inline;
	font-size: 15px;
  	font-weight: 300;
  	color: #9d9d9d;
  	text-decoration: line-through;
}

.row-flex.with-bottom-border{
  	position: relative;
  	margin-bottom: 50px;
}
/*.row-flex.with-bottom-border:after{
  	position: absolute;
  	content: '';
	left: 20px;
  	right: 20px;
  	bottom: 0;
  	height: 1px;
  	background: #bcbcbc;
}*/
.flex-xl-9.with-right-border{
	position: relative;
}
.flex-xl-9.with-right-border:after{
	position: absolute;
  	content: '';
  	top: 0;
  	right: 20px;
  	bottom: 0;
  	width: 1px;
  	background: #bcbcbc;
}
.block-header.styled > div{
  	position: relative;
	height: 100%;
  	background: #f15f22;
  	color: #fff;
  	text-transform: uppercase;
  	font-size: 18px;
  	margin: 0;
}
.block-header.styled > div h2{
	font-size: 18px;
}

/* = CART PAGE = */

.cart-page .breadcrumb{
	padding-top: 30px;
  	padding-bottom: 30px;
}
.block-description{
  	background: #f3f3f3;
	line-height: 21px;
}
.cart-page .block-header.styled {
  position: relative;
  z-index: 60;
}
.cart-page .block-header.styled > div{
	font-size: 18px;
padding: 20px 0;
background: none;
}
 .cart-page .block-header.styled:after{
   position: absolute;
    z-index: 0;
    content: '';
    margin-top: -15px;
    top: 50%;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #000000;
 }
 .cart-page .block-description {
   padding-left: 40px;
   position: relative;
}
.cart-page .block-description:after {
  content: '';
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.cart-page .block-description .light {
  position: relative;
  z-index: 50;
  padding-top: 20px;
  padding-bottom: 20px;
}
.cart-page .block-header.styled h2  {
   text-transform: none;
   font-size: 22px;
 }
 .cart-page .total-items {
   margin-bottom: 30px;
 }
.cart-page .flex-xl-9.with-right-border:after{
	right: 0;
}
.cart-page .shopping-cart{
  	position: relative;
	padding: 20px;
}
.cart-list .cart-item{
  margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #ebebeb;
    padding: 10px 0;
}
.cart-list .cart-item .item-title{
  font-size: 20px;
font-weight: 300;
margin-bottom: 0;
}
.cart-list .cart-item .item-article{
	opacity: 0.7;
  font-size: 14px;
}
.item-delete i {
  font-size: 10px;
}
.article img{
	height: auto !important;
}
.article-preview {
border: 1px solid;
    padding: 15px 0;
    margin: 25px 0;
}
.cart-list .cart-item .item-summ{
	font-size: 20px;
  	font-weight: 600;
    text-align: center;
}
.cart-page .row-flex.with-bottom-border{
	margin-bottom: 35px;
}
.cart-page .cart-body{
	position: relative;
}
.cart-page .cart-footer{
  	padding-top: 35px;
	padding-bottom: 35px;
  margin: 0 -20px;
}
.notice{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.coupon-form{
	position: relative;
  	max-width: 400px;
}
.coupon-form input[type="text"]{
	border: 1px solid #363636;
    height: 45px;
    font-size: 16px;
    background: transparent;
    width: 100%;
    outline: none;
    padding: 10px 182px 10px 10px;
    -webkit-border-radius: 23px;
            border-radius: 23px;
}
.coupon-form button{
  	position: absolute;
  	top: 0;
    right: 0;
    bottom: 0;
  	height: auto;
    padding: 0 40px;
}
#js-coupon-inner .notice{
	max-width: 400px;
}


.compare-page .breadcrumb{
	padding: 30px 0 0 0;
}
.page-header{
  	position: relative;
	text-align: center;
  	max-width: 600px;
    margin: 20px auto 30px;
}

.page-header h1{
  	position: relative;
  	z-index: 2;
  	font-weight: 400;
	display: inline-block;
 	background: #fff;
  	padding: 0 15px;
  	margin: 0;
}
.js-compare-inner{
	width: 100%;
  	overflow-x: scroll;
}
.pt30 .breadcrumb{
	padding: 30px 0;
}
.page-template .breadcrumb{
	padding: 30px 0;
}
.page-content{
  	/* min-height: 620px; */
	padding-bottom: 30px;
}
#fast-order-modal{
  	position: relative;
	max-width: 310px;
  	margin: auto;
}
#fast-order-modal .modal-inner{
	padding: 20px;
}
#fast-order-modal button.button-black{
    background: #f15f22;
    color: #fff;
  	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
  	padding: 7px 15px;
}
.cart-page .related-products h2{
	margin: 0 0 50px -21px;
}
.cart-top{
	position: relative;
}
/*.cart-top:after{
	position: absolute;
  	content: '';
  	left: 20px;
  	right: 20px;
  	bottom: 0;
  	height: 1px;
  	background: #bcbcbc;
}*/
.cart-top > .flex-xl-9{
	border-right: 1px solid #bcbcbc;
}

.cart-list .cart-related{
	display: none;
}
.js-related-products{
	margin-left: -21px;
}
.js-related-products .cart-related{
	padding: 15px 0;
}
.cart-page .total-summ{
  	font-weight: 300;
  	font-size: 20px;
	padding-right: 15px;
}
.cart-page .total-summ span{
	font-weight: bold;
  	font-size: 25px;
  	color: #101b36;
}
.cart-page .total-summ.discount{
	font-size: 16px;
}
.cart-page .total-summ.discount span{
	font-size: 20px;
}
.cart-page .block-header.styled{
	margin-bottom: 0;
}
.option-_empty{
	display: none !important;
}
.compare-toolbar{
	margin-bottom: 20px;
}

.js-same-toggle.active .text-hide,
.js-same-toggle.active .fa-eye-slash,
.js-same-toggle .text-show,
.js-same-toggle .fa-eye{
	display: none;
}

.js-same-toggle .text-hide,
.js-same-toggle .fa-eye-slash,
.js-same-toggle.active .text-show,
.js-same-toggle.active .fa-eye{
	display: inline;
}


/*=========================================
  CUSTOM CHECKOUT
=========================================*/
#flash_messages .message {
  margin: 0 0 10px;
}

#flash_messages .message p {
  margin: 0;
}

.wrapper.fc {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.wrapper.fc #registered_client {
  height: auto;
}

.wrapper.fc .field-label {
  margin-bottom: 5px;
  width: 30% !important;
}

.wrapper.fc .field-content {
  width: 69% !important;
}

.wrapper.fc h3, .wrapper.fc h4 {
  margin-bottom: 10px;
}

.wrapper.fc .set {
  width: 650px;
}

.wrapper.fc .set-side {
  width: 250px;
}

.wrapper.fc .header-checkout {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 980px;
}

.wrapper.fc .header-checkout .logo,
.wrapper.fc .header-checkout .phone {
  height: 65px;
}

.wrapper.fc .header-checkout .logo {
  float: left;
  width: 40%;
}

.wrapper.fc .header-checkout .phone {
  color: #333;
  font-size: 1.4em;
  float: right;
  text-align: right;
  width: 40%;
}

.wrapper.fc .button {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: inline-block;
  margin: 5px 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: normal;
  font-family: "Exo 2", Georgia, "Times New Roman", Times, serif !important;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
}

.wrapper.fc .button:focus,
.wrapper.fc .button:active:focus,
.wrapper.fc .button.active:focus,
.wrapper.fc .button.focus,
.wrapper.fc .button:active.focus,
.wrapper.fc .button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.wrapper.fc .button:hover,
.wrapper.fc .button:focus,
.wrapper.fc .button.focus {
  color: #333;
  text-decoration: none;
}

.wrapper.fc .button {
  color: #fff;
  background: #00a3cc;
}

.wrapper.fc .button:focus,
.wrapper.fc .button.focus {
  color: #fff;
  background: #00a3cc;
}

.wrapper.fc .button:hover {
  color: #fff;
  background: #00a3cc;
}

.wrapper.fc .button:active,
.wrapper.fc .button.active,
.wrapper.fc .open > .dropdown-toggle.button-primary {
  color: #fff;
  background-color: #2f528b;
  border-color: #264270;
}

.wrapper.fc .textfield {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  max-width: 100%;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.wrapper.fc .textfield:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.wrapper.fc .textfield::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.wrapper.fc .textfield:-ms-input-placeholder {
  color: #999;
}

.wrapper.fc .textfield::-webkit-input-placeholder {
  color: #999;
}

.wrapper.fc .textfield::-ms-expand {
  border: 0;
  background-color: transparent;
}

.wrapper.fc #login small {
  display: block;
  clear: both;
  padding-top: 10px;
}

.wrapper.fc #login small a {
  margin-left: 0 !important;
}

.wrapper.fc .wrapper {
  max-width: 920px;
  width: auto;
}

@media all and (max-width: 960px) {
  .wrapper.fc .set {
    width: 100%;
  }
  .wrapper.fc .set-sidebar {
    float: left;
    width: 100%;
  }
  .wrapper.fc .set-list-item .description {
    width: 50%;
  }
}

@media all and (max-width: 700px) {
  .wrapper.fc .past_step span {
    display: none;
  }
  .wrapper.fc .past_step {
    width: 50%;
  }
  .wrapper.fc #registered_client {
    float: none;
    border-left: 0;
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px;
  }
  .wrapper.fc .field-content {
    width: auto;
    float: none;
  }
}

@media all and (max-width: 470px) {
  .wrapper.fc .field-content {
    width: 100% !important;
    clear: both;
  }
  .wrapper.fc .field-content textarea {
    width: 97% !important;
  }
  .wrapper.fc #create_order {
    margin: 0 !important;
  }
  .wrapper.fc #regular_client .field-content.small {
    width: 80% !important;
    clear: both;
  }
}

.ajs-message.ajs-visible{
  	color: #fff;
	background: #ff5e0d;
}

#feedback_form table{
	width: 100% !important;
}
#feedback_form #feedback_commit{
	color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
  	background: #ff5e0d;
  	cursor: pointer;
    display: inline-block;
    max-width: 100%;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
  	padding: 0 20px;
}


/* ПРИЖАТЬ ФУТЕР К НИЗУ */

/*

html{
	height: 100%
}
body{
    position: relative;
	min-height: 100%;
}
footer{
	position: absolute;
    bottom: 0;
    width: 100%;
}

*/

.tab-block{
	display: none;
}
.tab-block.active{
	display: block;
}
#product-reviews{
	max-width: 600px;
}
#product-reviews .form .form-label{
    display: block;
    font-size: 14px;
    height: auto;
    padding: 0 0 10px 0;
}
#product-reviews #captcha_challenge{
    margin-top: 15px;
}
#product-reviews .form .form-field{
    padding: 5px 10px;
    -webkit-border-radius: 0;
            border-radius: 0;
}
#product-reviews .star-rating.new-comment .star-label{
	float: left;
  	font-size: 18px;
}
#product-reviews .star-rating .star-item{
	float: left;
}
#product-reviews .author,
#product-reviews .date{
	margin-bottom: 5px;
}
#product-reviews .review-body{
	font-size: 16px;
}
#product-reviews .reviews-item{
    border-bottom: 1px solid #eee;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
}

.main-menu.mobile .open-menu.fixed{
	color: #fff;
}
.main-menu.mobile .open-menu span {
  font-size: 20px;
  position: relative;
  top: -2px;
}
.mobile-popup-catalog {
  padding-bottom: 0!important;
}
.dropdown-menu-mobile .main-menu ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.close-mobile-catalog {
  position: absolute;
top: 8px;
right: 17px;
font-size: 18px;
}
.fixed-scroll {
  position: fixed;
}
body {
  width: 100%;
}
.product-card.related-product.cart-related-product {
 margin: 0 10px;
 padding: 20px 0;
}
.product-carousel.best-items.related-products .js-product-carousel {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -moz-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-carousel.best-items.related-products .relative {
  padding-left: 20px;
}
.product-carousel.best-items.related-products {
  border-bottom: 0;
}
.product-carousel.best-items.related-products .owl-controls{
  left: 20px;
}
