@font-face {
	font-family: 'Lato Bold';
	src: url('/fonts/lato-bold-webfont.eot');
	src: url('/fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/lato-bold-webfont.woff2') format('woff2'),
		 url('/fonts/lato-bold-webfont.woff') format('woff'),
		 url('/fonts/lato-bold-webfont.ttf') format('truetype'),
		 url('/fonts/lato-bold-webfont.svg#latobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato Italic';
	src: url('/fonts/lato-italic-webfont.eot');
	src: url('/fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/lato-italic-webfont.woff2') format('woff2'),
		 url('/fonts/lato-italic-webfont.woff') format('woff'),
		 url('/fonts/lato-italic-webfont.ttf') format('truetype'),
		 url('/fonts/lato-italic-webfont.svg#latoitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato Light';
	src: url('/fonts/lato-light-webfont.eot');
	src: url('/fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/lato-light-webfont.woff2') format('woff2'),
		 url('/fonts/lato-light-webfont.woff') format('woff'),
		 url('/fonts/lato-light-webfont.ttf') format('truetype'),
		 url('/fonts/lato-light-webfont.svg#latolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato';
	src: url('/fonts/lato-regular-webfont.eot');
	src: url('/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/lato-regular-webfont.woff2') format('woff2'),
		 url('/fonts/lato-regular-webfont.woff') format('woff'),
		 url('/fonts/lato-regular-webfont.ttf') format('truetype'),
		 url('/fonts/lato-regular-webfont.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup{
	font-size:11px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #24252a;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
.link {
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: inherit;
}
.link:hover {
	color: inherit;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.img{
	max-width: 100%;
	vertical-align: middle;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	-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;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-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;
	font-family: 'Lato Light', sans-serif;
}
.filter-wrap select {
	background: #f7f7f7;
	border: none;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
	border-color: #66afe9;
	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);
}
textarea {height: 152px;}
table {width: 100%;}
.clearfix:after, .row:after, .container:after {
	content: '';
	display: table;
	clear: both;
}
/********text********/
.text h1, .text h2, .text h3, .text h4 {font-family: 'Lato Bold';}
.text strong {font-family: 'Lato Bold';}
.text ul {
	list-style-type: disc;
	padding: 18px 15px;
}
.text ol {
	padding: 18px 40px;
	list-style-type: decimal;
}
.text ul li {
	margin-bottom: 9px;
}
.text em {font-family: 'Lato Italic';}
.text p {margin-bottom: 9px;}
.text img {max-width: 100%;}
.t-center{
	text-align: center;
}
/*********text********/
.color_white {color: #fff;}
.color_black {color: #000;}
.fl-l {float: left;}
.fl-r {float: right;}
.marg-r {margin-right: 30px;}
.marg-t {margin-top: 30px;}
.marg-b {margin-bottom: 30px;}
.pad-t {padding-top: 60px;}
.pad-b {padding-bottom: 60px;}
.align-c {text-align: center;}
.align-r {text-align: right!important;}
.b-img {
	vertical-align: middle;
	max-width: 100%;
}
.block {position: relative;}
.block:after {
	content: '';
	display: table;
	clear: left;
}
.hidden {display: none;}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}
@media screen and (max-width: 767px) {
	.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;
	}
}
html {font: 100%/1.4 "Lato Light", sans-serif;}
html, body{
	height: 100%;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased !important;
	color: #333;
	-webkit-text-size-adjust: none;
}
body {
	background: #fff;
}
h1, .h1, h2, .h2, h3, h4, h5, h6 {
	margin-top: 1.3rem;
	margin-bottom: 1.3rem;
	font-family: 'Lato Bold';
}
h4, h5, h6 {
	margin-top: 0.625rem;
	margin-bottom: 0.625rem;
	font-family: 'Lato';
}
h1,
.h1 {
	font-size: 2em;
}
h2,
.h2 {
	font-size: 1.75em;
}
h3,
.h3 {
	font-size: 1.5em;
}
h4,
.h4 {
	font-size: 1.125em;
}
h5,
.h5 {
	font-size: 0.875em;
}
h6,
.h6 {
	font-size: 0.75em;
}
.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: 1200px;
	}
}
.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-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%;
}
@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%;
	}
}
@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 {
	float: left;
	}
	.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%;
	}
}
@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 {
	float: left;
	}
	.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%;
	}
}
.page {
	position: relative;
	min-height: 100%;
	min-width: 320px;
}
.header, .header__bottom {
	position: relative;
	background: rgba(255,255,255,.9);
}
.header__top {
	/*background: #3f3f3f;*/
	padding: .825rem 0;
	position: relative;
}
.header-info {
	position: relative;
	float: right;
}
.header-info__item {
	/*display: inline-block;
	vertical-align: middle;*/
}
/*.header-info__item + .header-info__item {margin-top: 1.25rem;}*/
.link_header-info {
	display: inline-block;
	position: relative;
	/*color: #fff;*/
}
.link_header-info:before {
	font: 16px/1 'FontAwesome';
	display: inline-block;
	margin-right: 10px;
	/*color: #fff;*/
	vertical-align: middle;
}
.link_header-info_phone:before {content: '\f095';}
.link_header-info_address:before {content: '\f041';}
.link_header-info:hover {color: #333;}
a.link_header-info {font-family: 'Lato Bold', sans-serif;}
a.link_header-info:hover {
	/*color: #fff;*/
	text-decoration: underline;
}
@media screen and (max-width: 461px) {
	.header-info__item + .header-info__item {
		margin-left: 0;
		/*margin-top: .625rem;*/
	}
}
@media screen and (min-width: 1025px) {
	.header__bottom.fixed {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
		animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
		z-index: 20;
		-webkit-box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
		box-shadow: 0 1px 3px rgba(50, 50, 50, 0.1);
	}
}
.logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 101;
}
.img_logo {
	max-width: 115px;
}
.phone {
	display: block;
	font: .75em/1.1 'Lato', sans-serif;
	margin-top: .1rem;
	color: #000;
}
.logo__text {
	font: 1.5em/1 'Lato Bold', sans-serif;
	color: #4E4E4E;
	text-transform: uppercase;
}
.header-right {
	position: relative;
	float: right;
}
.slicknav_menu {display: none;}
@media screen and (min-width: 1000px) {
}
.nav-wrap {
	position: relative;
	float: left;
	margin-right: 3rem;
}
.nav {
	position: relative;
}
.nav ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	padding: .625rem 1.25rem;
	background: #fff;
	z-index: 20;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	margin-top: 1.875rem;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	width: 220px;
}
.under-nav__item {
	position: relative;
	margin: 3px 0;
	padding: 3px 0;
}
.link_under-nav {
	display: block;
	color: #a3a3a3;
	font: .75em/1.5 'Lato', sans-serif;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.link_under-nav:before {
	background-color: #3f3f3f;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 0;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.under-nav__item:hover .link_under-nav {
	color: #3f3f3f;
	padding-left: 15px;
}
.under-nav__item:hover .link_under-nav:before {width: 10px;}
.nav__item {
	position: relative;
	float: left;
}
.nav__item + .nav__item {margin-left: 1.25rem;}
.link_nav {
	display: block;
	font: .75em/1.5 'Lato', sans-serif;
	text-transform: uppercase;
	padding: 2.8125em 0;
	color: #666;
}
.nav__item:hover .link_nav, .nav__item_current .link {color: #000;}
.nav__item:hover .under-nav {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}
/*@media screen and (max-width: 1000px) {
	.slicknav_menu {display: block;}
	#nav {display: none;}
}*/
@media screen and (max-width: 1000px) {
	.nav-wrap {
		position: relative;
		float: none;
		margin-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.nav-wrap {
		padding-top: 80px;
	}
	.link_nav {
		padding: .8125rem 0;
	}
}
@media screen and (min-width: 1200px) {
	.nav-wrap {
		margin-right: 7rem;
	}
	.nav__item + .nav__item {margin-left: 1.875rem;}
}
.shop-cart {
	position: relative;
	float: left;
	padding: 1.7rem 0;
}
.cart-isnotempty, .cart-isempty {
	display: block;
	position: relative;
	padding-right: 7px;
}
.cart-icon {
	font-size: 18px;
	line-height: 30px;
	display: block;
}
.cart-count {
	background-color: #3f3f3f;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	height: 16px;
	line-height: 16px;
	padding-left: 1px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 16px;
}
.header.fixed .logo {padding: .2rem 0 0;}
.header.fixed .link_nav {padding: 1.875rem 0;}
.header.fixed .shop-cart {padding: 1.35rem 0;}
.slideshow-container {
	padding: 0 15px;
}
@media screen and (min-width: 992px) {
	.slideshow-container {
		width: 830px;
		margin: auto;
	}
}
.slideshow-title {
	font: 1.875em/1.2 'Lato Bold', sans-serif;
	color: #3f3f3f;
	/*text-transform: uppercase;*/
	margin-bottom: 1.875rem;
}
.btn {
	display: inline-block;
	position: relative;
	background: #383838;
	border: 1px solid #383838;
	font: .8125em/1.5 'Lato Bold', sans-serif;
	padding: .625rem 3.125rem;
	color: #fff;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn:hover {
	background: transparent;
	color: #383838;
}
.page-main {
	position: relative;
	min-height: 100%;
	padding-bottom: 60px;
}
.page-main__row {
	position: relative;
	padding: 6.25rem 0 4.375rem;
}
.goods__item {
	position: relative;
	margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
	.goods__item {margin-bottom: 0;}
}
.goods__item:nth-child(4n) + div {clear: left;}
.goods-inner {
	position: relative;
	border: 1px solid #eee;
}
.goods-photo {
	position: relative;
	text-align: center;
}
.goods-btns {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: .6875rem;
	background: rgba(255,255,255,.8);
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-align: right;
}
.goods-btn {
	display: inline-block;
	vertical-align: middle;
	color: #808080;
	font: .625em/1.4 'Lato Light', sans-serif;
	text-transform: uppercase;
}
.goods-btn i {
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.goods-photo:hover .goods-btns {opacity: 1;}
.goods-caption {
	position: relative;
	padding: 1.5625rem;
	border-top: 1px solid #eee;
}
.goods-title {
	position: relative;
	font: 1em/1.2 'Lato Bold', sans-serif;
	color: #7a7a7a;
	text-transform: uppercase;
	margin-bottom: .375rem;
}
.goods-title:hover {color: #000;}
.goods-price {
	font: 1.125em/1.2 'Lato', sans-serif;
	color: #7a7a7a;
}
.goods-old-price {
	margin-top: .3125rem;
	text-decoration: line-through;
	font: 1em/1.2 'Lato', sans-serif;
	color: #7a7a7a;
}
.footer {
	position: relative;
	background: #fff;
}
.footer__top {
	position: relative;
	padding: 6.25rem 0 3.75rem;
	border-top: 1px solid #f0f0f0;
}
.footer-col {
	position: relative;
}
.heading {
	color: #505050;
	font: .875em/1.2 'Lato Bold', sans-serif;
	margin-bottom: 1.5625rem;
	text-transform: uppercase;
	position: relative;
}
.heading_product {
	color: #5a5a5a;
	padding-bottom: .625rem;
	margin-bottom: .9375rem;
	text-transform: none;
	font: 1em/.8 'Lato', sans-serif;
}
.heading_product:before {
	content: '';
	background: #9d9d9d;
	bottom: 0;
	height: 1px;
	left: 0;
	position: absolute;
	width: 30px;
}
.footer-about {
	font-size: .875em;
	color: #a3a3a3;
}
.footer-list {
	position: relative;
}
.link_footer-list {
	position: relative;
	display: block;
	font: .6875em/2 'Lato', sans-serif;
	color: #a3a3a3;
	text-transform: uppercase;
}
.link_footer-list:hover, .footer-list__item_current .link_footer-list {color: #3f3f3f;}
.socials {
	position: relative;
}
.socials__item {
	position: relative;
	display: inline-block;
	margin-right: .5rem;
	color: #9c9c9c;
	font-size: 12px;
}
.socials__item:hover {color: #3f3f3f;}
.footer__bottom {
	position: relative;
	padding: .75rem 0;
	background: #F8F8F8;
}
.copyright {
	font-size: .75em;
	color: #959595;
}
#breadcrumbs {
	position: relative;
	padding: 4.375rem 0;
	left: 50%;
	margin-bottom: 3.75rem;
	text-transform: uppercase;
}
#breadcrumbs h1, #breadcrumbs .h1 {
	margin-top: 0;
	margin-bottom: .3125rem;
}
.breadcrumbs {
	padding: .625rem 1.875rem .9375rem;
	display: inline-block;
	border: 25px solid #f9f9fa;
	min-width: 300px;
	color: #fff;
}
.breadcrumbs a {color: #fff;}
.breadcrumbs a:hover {text-decoration: underline;}
#paging {
	position: relative;
	margin: 1.25rem 0;
	text-align: center;
}
.block_paging {
	border: 1px solid #3f3f3f;
	display: inline-block;
}
.paging__item {
	float: left;
	position: relative;
}
.paging__item + .paging__item {border-left: 1px solid #3f3f3f;}
.link_paging {
	display: block;
	padding: .3125rem .625rem;
	font: .75em/1.2 'Lato Bold', sans-serif;
	text-align: center;
}
.paging__item:hover .link_paging, .paging__item_current .link_paging {
	background: #3f3f3f;
	color: #fff;
}
.under-cats__item {
	float: left;
	position: relative;
}
.link_under-cats {
	margin: 0 10px 10px 0;
	display: block;
	background: #e8e8e8;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #414141;
	padding: .5rem .9375rem;
	font: .75em/1.2 'Lato', sans-serif;
	text-transform: uppercase;
}
.link_under-cats:hover {
	color: #414141;
	background: #C1C1C3;
}
#cip-main {
	margin-bottom: .625rem;
}
.thumbs-wrap {
	position: relative;
	margin: 0 -5px;
}
.thumbs__item {
	position: relative;
	padding: 0 5px;
}
.img_product {width: 100%;}
.product-price, .product-old-price {
	position: relative;
	margin-bottom: 1.25rem;
	font: 1.25em/1.2 'Lato Bold', sans-serif;
	color: #7a7a7a;
}
.product-old-price {
	text-decoration: line-through;
	font-size: 1em;
}
.product-summary {
	position: relative;
	margin-bottom: 1.875rem;
}
.qty-ipt {
	width: 50px!important;
	display: inline-block!important;
	text-align: center;
	margin: 0 5px;
}
.qty-btn {
	cursor: pointer;
}
.quantity, .product-variant, .product-btns {
	position: relative;
	float: left;
	margin-right: 5px;
}
.product-variant {
	max-width: 200px;
}
#cart-tbl {
	margin-bottom: 3.25rem;
}
#cart-tbl td, #cart-tbl th {
	padding: 7px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ccc;
}
#cart-tbl th {
	font-family: 'Lato Bold', sans-serif;
	color: #3f3f3f;
	text-transform: uppercase;
	background: #eee;
}
#contactForm > div {margin-bottom: 1.5625rem;}
#contactForm > div:last-child {
	margin-bottom: 0;
	text-align: center;
}
.block_contacts {
	position: relative;
	margin: 3.5rem 0 0;
	color: #676767;
}
.link_contacts, .contacts-text {
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #676767;
	display: block;
	font: .875em/1.7 'Lato', sans-serif;
	padding: .625rem .9375rem;
	text-align: center;
}
.gallery__item {
	position: relative;
	margin-bottom: 1.875rem;
}
.tb {
	margin: 30px 0;
}
.tb th:first-child {text-align: left;}
.gallery__item:nth-child(3n) + figure {clear: left;}
@media screen and (max-width: 1024px) {
	.nivo-directionNav {display: none;}
}
@media screen and (max-width: 767px) {
	.footer-col {margin-bottom: 2.5rem;}
	.footer-col:last-child {margin-bottom: 0;}
	.footer__top {
		max-width: 450px;
		margin: auto;
	}
	.slideshow-title {
		font-size: .875em;
	}
	.slideshow-title + * {display: none;}
	.breadcrumbs {
		padding: 0;
		border: 0;
	}
	#contactForm > .clearfix > div, .contacts__item {margin-bottom: 1.5625rem;}
	#contactForm > .clearfix > div:last-child, .contacts__item:last-child {margin-bottom: 0;}
	.logo {
		top: 75px;
		-webkit-transform: translate(-50%,0);
		-ms-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
}

.table {
	width: 100%!important;
	height: auto;
}
.table td, .tb th {
	border: 1px solid #ccc;
	padding: 5px;
	vertical-align: top;
}
.table tr:nth-child(odd) {background: #eee;}