
@font-face {
	font-family:latolight;
	src: url(/styles/latolight.otf);
}
.table-responsive, .tabs-content__item {
	min-height: .01%;
	overflow-x: auto;
}
@media screen and (max-width: 530px) {
	.tabs-content__item iframe {max-width: none!important;}
	.tabs-content__item {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}
	.one-row {display: block;}
}
@media screen and (max-width: 767px) {
	.table-responsive table {max-width: none!important;}
	.table-responsive {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #ddd;
	}
	.table-responsive > .table {
	margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
	}
	.table-responsive > .table-bordered {
	border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
	}
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 992px) {
	.container {
	width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-sm-13, .col-md-13, .col-lg-13, .col-sm-14 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14 {
	float: left;
	}
	.col-sm-14 {width: 14.28571428571429%;}
	.col-sm-13 {width: 20%;}
	.col-sm-12 {
	width: 100%;
	}
	.col-sm-11 {
	width: 91.66666667%;
	}
	.col-sm-10 {
	width: 83.33333333%;
	}
	.col-sm-9 {
	width: 75%;
	}
	.col-sm-8 {
	width: 66.66666667%;
	}
	.col-sm-7 {
	width: 58.33333333%;
	}
	.col-sm-6 {
	width: 50%;
	}
	.col-sm-5 {
	width: 41.66666667%;
	}
	.col-sm-4 {
	width: 33.33333333%;
	}
	.col-sm-3 {
	width: 25%;
	}
	.col-sm-2 {
	width: 16.66666667%;
	}
	.col-sm-1 {
	width: 8.33333333%;
	}
	.col-sm-offset-12 {
	margin-left: 100%;
	}
	.col-sm-offset-11 {
	margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
	margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
	margin-left: 75%;
	}
	.col-sm-offset-8 {
	margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
	margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
	margin-left: 50%;
	}
	.col-sm-offset-5 {
	margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
	margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
	margin-left: 25%;
	}
	.col-sm-offset-2 {
	margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
	margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
	margin-left: 0;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13 {
	float: left;
	}
	.col-md-13 {
	width: 20%;
	}
	.col-md-12 {
	width: 100%;
	}
	.col-md-11 {
	width: 91.66666667%;
	}
	.col-md-10 {
	width: 83.33333333%;
	}
	.col-md-9 {
	width: 75%;
	}
	.col-md-8 {
	width: 66.66666667%;
	}
	.col-md-7 {
	width: 58.33333333%;
	}
	.col-md-6 {
	width: 50%;
	}
	.col-md-5 {
	width: 41.66666667%;
	}
	.col-md-4 {
	width: 33.33333333%;
	}
	.col-md-3 {
	width: 25%;
	}
	.col-md-2 {
	width: 16.66666667%;
	}
	.col-md-1 {
	width: 8.33333333%;
	}
	.col-md-offset-12 {
	margin-left: 100%;
	}
	.col-md-offset-11 {
	margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
	margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
	margin-left: 75%;
	}
	.col-md-offset-8 {
	margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
	margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
	margin-left: 50%;
	}
	.col-md-offset-5 {
	margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
	margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
	margin-left: 25%;
	}
	.col-md-offset-2 {
	margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
	margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
	margin-left: 0;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13 {
	float: left;
	}
	.col-lg-13 {
	width: 20%;
	}
	.col-lg-12 {
	width: 100%;
	}
	.col-lg-11 {
	width: 91.66666667%;
	}
	.col-lg-10 {
	width: 83.33333333%;
	}
	.col-lg-9 {
	width: 75%;
	}
	.col-lg-8 {
	width: 66.66666667%;
	}
	.col-lg-7 {
	width: 58.33333333%;
	}
	.col-lg-6 {
	width: 50%;
	}
	.col-lg-5 {
	width: 41.66666667%;
	}
	.col-lg-4 {
	width: 33.33333333%;
	}
	.col-lg-3 {
	width: 25%;
	}
	.col-lg-2 {
	width: 16.66666667%;
	}
	.col-lg-1 {
	width: 8.33333333%;
	}
	.col-lg-offset-12 {
	margin-left: 100%;
	}
	.col-lg-offset-11 {
	margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
	margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
	margin-left: 75%;
	}
	.col-lg-offset-8 {
	margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
	margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
	margin-left: 50%;
	}
	.col-lg-offset-5 {
	margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
	margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
	margin-left: 25%;
	}
	.col-lg-offset-2 {
	margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
	margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
	margin-left: 0;
	}
}
.row *,
.row *:before,
.row *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.header, .footer{
	position:relative;
}
.header{

}
.footer{

}
.left{
	float:left;
}
.right{
	float:right;
}
a.back{
	color:#ddd;
	text-decoration:none;
	text-shadow:1px 1px 1px #000;
	margin:0px 10px;
	text-transform:uppercase;
	letter-spacing:1px;
}
.ui-slider-handle{
	display: none;
	
}
.categ{
	text-align:center;
}

#city{
	width: 410px;
}
.title{
	display:inline-block;
	padding:10px 0px;
}
.categ{
	margin-bottom:20px;
}
#slider{
	display:none;
}
a.back:hover{
	color:#fff;
}
.header h1{
	float:left;
	font-weight:normal;
	margin:0px 10px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.footer .w1024{
	text-align: center;
}
.footer .block-info{
	float:none;
}
.header a.reference{
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	line-height:50px;
	color:#a0a0a0;
	padding-right:15px;
	float:right;
	text-shadow:1px 1px 1px #000;
}
.header a.reference:hover{
	color:#fff;
}
.wall{
	-webkit-perspective: 350;
	-webkit-transform-style:flat;
}
.turnLeft {
	-webkit-transition: -webkit-transform 1s;
	-webkit-transform: rotateY(20deg);
}
.turnRight {
	-webkit-transition: -webkit-transform 1s;
	-webkit-transform: rotateY(-20deg);
}
.flat {
	-webkit-transition: -webkit-transform 1s;
	-webkit-transform: rotateY( 0deg );
}
.pg_container{
	width:100%;
	position:relative;
	height:412px;
}
ul.pg_photos{
	position:absolute;
	top:10px;
	left:0;
	height:412px;
	width:12188px; /*This is set dynamically*/
	list-style-type:none;
}
ul.pg_photos li{
	float:left;
	position:relative;
}
.ui-slider-horizontal .ui-slider-handle {
top: 0em!important;
}
ul.pg_photos li a{
	display:block;
	position:relative;

}
.owl-carousel{
	padding:120px 0px;
}
#owl-carousel img{
	border:0px solid #fff;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	width: 100%;
}
#owl-carousel img:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.fixed{
	position: fixed;
	top: 0px;
	z-index: 99999;
}
.background-car{
	position: relative!important;
	overflow: hidden;
	padding: 0px;
	margin: 0;
	-webkit-background-size:cover;
	background-size:cover; 
	height: 666px;
	width: 100%;
	display: inline-block;
   background: url(/images/home_parallax.jpg) center top fixed;
   background-size:cover;
}
.background-car div{
	z-index:9999;
}
ul.pg_photos li a span{
	background:#423B30;
	opacity:0.6;
	position:absolute;
	padding:20px;
	font-size:12px;
	text-shadow:1px 1px 1px #000;
	top:20px;
	right:0px;
	color:#fff;
	-webkit-box-shadow:1px 0px 2px #000 inset;
	box-shadow:1px 0px 2px #000 inset;
}
ul.pg_photos li img{
	display:block;
	border:none;
}

.pg_scrollWrapper{
	position:absolute;
	bottom:12px;
	left:50%;
	width:300px;
	margin-left:-175px;
	padding:10px 15px;
	height:4px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.ui-state-default,
.ui-widget-content
.ui-state-default,
.ui-widget-header
.ui-state-default {
	background:#a0a0a0;
	cursor:pointer;
	border:1px solid #000;
	color: #1C94C4;
	font-weight: bold;
	-webkit-border-radius:8px;
	border-radius:8px;
	margin-top:-4px;
}
.ui-slider-horizontal {
	height:2px;
	background:#555;
	border:1px solid #000;
}
#products {
	position: relative;
	padding-left: 5px;
	margin: 0 -4px;
}
.item{
	padding: 0 2px;
	display:inline-block;
	margin: 0 0 5px -4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	position: relative;
	overflow: hidden;
}
.item .img {
	display: block;
	width: 100%;
	text-align: center;
}
.item .img img {
	width: 100%;
	vertical-align: middle;
	max-width: 100%;
}
#breadcrumbs {
	text-align: center;
	padding: 10px;
	margin-bottom:20px;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	
}
#breadcrumbs a{
	display:inline-block;
}
.ban1_text3 {
	font-family: 'Roboto Slab', serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300;
	color: #191919;
	text-decoration: underline;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.banner div img {
	float: left;
	margin: 18px;
	margin-right: -15px;
}
.banner  a{
	text-decoration:none;
}
.banner h4 {
	font-family:Arial;
	font-style:italic;
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	color: #38ccca;
	margin: 0px 0 14px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.footer{
	background:#000;
	width:100%;
	float:left;
	padding: 30px 0px;
}
.footer .block-info .tel, .footer .block-info .info{
	color:#fff;
}
input[type=text], textarea{
	background-color: #fff;
	border: 1px solid #ccc;
	-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 linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	-webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
	transition: border linear .2s, -webkit-box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s, -webkit-box-shadow linear .2s;
}
input[type=text] {
	margin: 0;
	padding: 6px 6px 7px 6px;
	width: 100%;
	margin-right:10px;
	float:left;
	height: 30px;
	line-height: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
textarea{
	width:397px;
	margin-top:20px;
	height:100px;
	padding: 6px 6px 7px 6px;
	font-family: 'latolight', sans-serif;
}
#contactForm input[type=text],
#contactForm textarea {
	width: 100%;
	margin: 0;
	float: none;
}
.row:after,
.container:after,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
#contactForm > div {margin-bottom: 15px;}
#contactForm > div:last-child {margin-bottom: 0;}
@media screen and (max-width: 767px) {
	#contactForm > .clearfix > div {margin-bottom: 15px;}
	#contactForm > .clearfix > div:last-child {margin-bottom: 0;}
}
.marg-b {margin-bottom: 30px;}
.submit,
.btn{
	display: inline-block;
	transition: all .3s ease;
	background:#222222;
	padding:10px;
	color:#fff;   
	border:none;
	text-transform:uppercase;
	text-decoration: none;
}
.submit:hover,
.btn:hover {
	background:#38ccca;
	cursor:pointer;
}
.fl-l {float: left;}
#shop-cart {float: right;}
.link_cart {
	text-decoration: none;
	color: #000;
}
.link_cart .fa,
.cart-isempty .fa {font-size: 26px;}
.cart-count {
	position: absolute;
	bottom: -8px;
	right: -10px;
	background: #888888;
	color: #fff;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.cart-title {margin-left: 15px;}
span.cart-isempty,
span.cart-isnotempty {
	position: relative;
}
#cart-tbl {
	position: relative;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.875rem;
}
#cart-tbl td, #cart-tbl th {
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	font: 16px/1.2 'latolight', sans-serif;
	border: 1px solid #ccc;
}
#cart-tbl th {
	font: 700 18px/1.4 'latolight', sans-serif;
	color: #333;
	text-transform: uppercase;
	background: #eee;
}
.align-r {text-align: right!important;}
.cart-delete {font-size: 20px;}
.cart__price {
	font: 700 24px/1.4 'latolight', sans-serif!important;
	color: #6ec9bf;
}
.product-price {
	margin-bottom: 15px;
	font-size: 26px;
}
.product-price span {color: #6ec9bf;}
.thumb_wrapper{

	position:relative;
	float:left;
	margin:0px;
}
.thumb_wrapper a.prev,
.thumb_wrapper a.next{
	width:35px; 
	height:60px;
	position:absolute;
	top:50%;
	margin-top:-23px;
	outline:none;
	cursor:pointer;
}
.thumb_wrapper a.prev{
	left:-45px;
	background:transparent url(/images/prev.png) no-repeat top left;
}
.thumb_wrapper a.next{
	right:-45px;
	background:transparent url(/images/next.png) no-repeat top left;
}
.thumb_wrapper span{
	display:block;
	text-align:center;
	font-size:11px;
	font-style:italic;
	margin-top:3px;
}
.thumb{
	margin-left:0px;
	width:320px;
	height:auto;
	overflow:hidden;

}
.thumb ul{
	list-style:none;
	width:1500px;
	height:107px;
}
.thumb ul li{
	float:left;
}
.thumb ul li a img{

}
#content{
	float: left;
}
.txt_prod{
	width: 60%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.product-title {
	color: #333;
	font-size: 24px;
}
.product-link {
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
}
.prod_cont{
	width:100%;
	min-height: 680px;
}
.item.column-1{
	width: 23%;
	display: block;
	float: left;
	padding: 1%;
	position: relative;
	overflow: hidden;
}
.goods__item {margin-bottom: 20px;}
@media screen and (min-width: 992px) {
	.goods__item:nth-child(4n) + div {clear: left;}
}
@media screen and (max-width: 991px) {
	.goods__item:nth-child(2n) + div {clear: left;}
}
.item.column-1 .img-intro-left,
.goods__item .img-intro-left {
	width: 100%;
	max-height: 186px;
	height: 186px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.goods__item .img-intro-left img {width: 100%;}
.img_caption {
	float: none;
	width: 304px;
}
.item.column-1 .img-intro-left .white_block,
.goods__item .img-intro-left .white_block {
display: block;
width: 92%;
height: 90%;
position: absolute;
left: 4%;
top: 5%;
padding: 0;
background-color: rgba(255,255,255,0.5);
}
.item.column-1  dl.article-info dd.published,
.goods__item dl.article-info dd.published {
display: block;
height: 30px;
font-size: 14px;
line-height: 30px;
margin: 0px 0px;
width: 100%;
}
dd.published:before {
content: "";
width: 30px;
height: 30px;
float: left;
margin-right: 10px;
background: url("/images/celendar.png") no-repeat;
-webkit-background-size: 100% 100%;
background-size: 100%;
}
.item.column-1 p.readmore,
.goods__item p.readmore {
height: 33px;
}
p.readmore {
display: block;
width: 140px;
height: 34px;
line-height: 34px;
text-align: center;
background-color: rgba(0,0,0,0.4);
position: absolute;
top: 135px;
left: -webkit-calc(50% - 70px);
left: calc(50% - 70px);
}
.item.column-1 h2,
.goods__item h2 {
position: absolute;
top: 40px;
width: 81%;
font-size: 24px;
padding: 0 30px;
margin: 0;
text-align: center;
}
.goods__item h2 {
	left: 0;
	width: 100%;
}
.item.column-1 h2 a,
.goods__item h2 a {
 text-decoration:none;
 font-weight:bold;
}
.item.column-1,
.goods__item {
color: #6d6d6d !important;
}
.item_col{

overflow: hidden;

}
.product-variant {
	display: block;
	width: 100%;
	max-width: 200px;
	/*height: 36px;*/
	padding: 4px 8px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #888;
	background-color: #fff;
	border: 1px solid #c7c7c7;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, , background ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s, , background ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, background ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background ease-in-out .15s, -webkit-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, , background ease-in-out .15s;
	margin-bottom: 15px;
}
.td-total {min-width: 90px;}
.product-variant:focus {
	border-color: #66afe9;
	/*background: #fff;*/
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
p.readmore a{
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-decoration:none;
	float: left;
	margin-left: 12px;
}
.MsoNormal span{
	font-size:11px;
}
.item_col h2.mai, h2.mai{
	font-size: 40px;
	text-align:center;
	text-transform: uppercase;
	font-weight: 300;
	font-style: italic;
	text-transform: uppercase;
	color: #000000;
	margin-top: 20px;
	margin-bottom: 25px;
}
#top-menu{
	position:relative;
	display: table;
	width: 100%;
	table-layout: fixed;
}
@media screen and (min-width: 992px) {
	#top-menu ul {display: none;}
}
/*#top-menu ul{
	background: #ffffff;
	padding: 0;
	width: 180px;
	z-index:999999999;
	position:absolute;
	display:none;
	padding: 20px 29px 20px;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(50,50,50,0.4);
	box-shadow: 0px 2px 3px 0px rgba(50,50,50,0.4);
}
#top-menu ul li {
	border-bottom: 1px solid #cccccc;
	display: block!important;
	float:none;
	background: none;
}
#top-menu ul li a {
	padding: 10px 10px 10px 16px;
	font-size: 15px;
	line-height: 20px;
	color: #777777;
	border: none;
	text-transform:none;
	position: relative;
	display: block!important;
	text-align: left;
	text-decoration: none;
	font-style: normal;
}
#top-menu ul li a {
	-webkit-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
#top-menu ul li a {
	padding: 10px 12px;    
	border-left: 1px solid #fff;
	text-decoration: none;
}
#top-menu ul li{
	border-left-width:0px;
	
}
#top-menu ul li:last-child{
	border-right-width:0px;
}
#top-menu li:hover ul{
	display:block;
}
#top-menu ul li a:hover{
	background:none;
	color:#000;
}*/
.slicknav_menu {display: none;}
@media screen and (max-width: 991px) {
	#top-menu {display: none;}
	.slicknav_menu {display: block;}
}
#breadcrumbs{
	color: #777777;
	
}
#breadcrumbs a{
	color:#777;
	text-decoration:none;
}
.owl-theme a {
	text-decoration:none;
	padding-top:10px;
	/*display:inline-block;*/
	color:#222;
	font-size:18px;
}
.carousel-home .owl-item {padding: 0 15px;}
.txt_new{
	float: left;
	width: 100%;
}
.i-wrap span{
	overflow: hidden;
	display: block;
	float: left;
}
.i-wrap a img{
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.i-wrap a:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.logo{
	text-align: center;
}
.logo a{
	text-decoration: none;
}
.logo small{
	display: block;
	text-decoration: none;
	color:#000;
}
#cat-item {
	width: 40%;
	float: left;
	box-sizing: border-box;
}
.product-big-img {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product-big-img--aside {
	float: right;
	width: 80%;
}
.thumbnail {
	float: left;
	width: 20%;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.thumbnail > a {
	display: block;
	text-align: center;
	padding: 5px;
}
.thumbnail > a.active {
	-webkit-box-shadow: rgba(0,0,0,0.1) 1px 1px 15px 0 inset;
	box-shadow: rgba(0,0,0,0.1) 1px 1px 15px 0 inset;
	border-color: #dfdfdf;
}
.thumbnail > a + a {margin-top: 15px;}
.img--thumbnail {
	max-width: 100%;
}
.whatsapp-header {position: relative;}
.whatsapp-header:before {
	content: '';
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	background: url(/images/social_icons_wa--small.png) no-repeat center/contain;
}
.mob-width {max-width: 200px;}

@media screen and (min-width: 768px) {
	.site-view {display: none;}
}
.site-view.visible {display: block;}
.site-view {
	margin: 0 0 10px;
}
.link--site-view {
	color: #fff;
	text-decoration: none;
}
.link--site-view:hover {
	color: #fff;
	text-decoration: underline;
}
#photo_main_a {display: block;}
#photo_main_a:hover img.first-img {opacity: 0;visibility: hidden;}
.thumbs {
	float: left;
	width: 100px;
	position: relative;
	z-index: 10;
}
#product__main-photo {
	padding-left: 110px;
	position: relative;
}
#photo_main_a:hover {
	cursor: crosshair;
}
#cip-thumbs li a {
	display: block;
	position: relative;
	padding: 5px;
	text-align: center;
	background-color: #f7f9fd;
	border: solid 1px transparent;
}
#cip-thumbs li a.active, #cip-thumbs li a:hover {
	-webkit-box-shadow: rgba(0,0,0,0.1) 1px 1px 15px 0 inset;
	box-shadow: rgba(0,0,0,0.1) 1px 1px 15px 0 inset;
	border-color: #dfdfdf;
}
/*.bx-viewport {
	height: 655px!important;
}*/
.first-img {
	height: auto!important;
	max-width: 100%;
}
.lang {
	float: left;
}
.lang__item {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.no-pad {padding: 0;}
	.header {padding: 10px 0 0; flex-direction: column;}
	.search__label{
		width: 10%;
	}
	.logo,
	.block-info {
		float: none;
		text-align: center;
	}
	/*.block-info {margin-top: 15px;}*/
	.thumb,
	.thumb #wrap {
		width: 220px;
	}
	.thumb img {max-width: 100%;}
	#cloud-zoom-big,
	/*.txt_prod {display: none!important;}*/
	.prod_cont {min-height: auto;}
	.slides li {
		/*background-size: cover!important;*/
		height: 200px!important;
		background-attachment: scroll!important;
	}
	.background-car {
		background-attachment: scroll!important;
	}
	#cat-item, #cat-item + div { width: 100%; }
	.mobile-block {display: block;}
	.hidden-xs {display: none!important;}
	.footer .info,
	.mob-hid {display: none;}
	.footer .tel {margin-top: 20px;}
	#shop-cart {
		position: absolute;
		bottom: -35px;
		right: 0;
		color: #fff;
		z-index: 999991;
	}
	.nav-fixed #shop-cart.cart-fixed {
		position: fixed;
		top: 10px;
		right: 20px;
		bottom: auto;
	}
	.link_cart {color: #fff;}
	.cart-title {display: none;}
	.logo img {
		max-width: 100%;
		max-height: 56px;
		width: auto!important;
	}
	.text p span,
	.text span,
	.text p,
	.text p strong,
	.text strong,
	.text {
		font-size: 14px!important;
	}
	.mob-width {max-width: 69px;}
	.lang {
		float: none;
	}
}

.hidden-mobile-btn {
	display: none;
	margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
	.hidden-mobile-btn {
		display: block;
	}
}
