i.fa.fa-shopping-cart {
    display: none;
}
@font-face {
	font-family: 'PTSans';
	src: url("../fonts/PTSansRegular.woff2") format("woff2"),
	url("../fonts/PTSansRegular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'PTSans';
	src: url("../fonts/PTSansBold.woff2") format("woff2"),
	url("../fonts/PTSansBold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

body {
	position: relative;
	font-family: 'PTSans', 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background-color: #d3dbdd;
	/*-webkit-background-size: contain;*/
	/*background-size: contain;*/
}
body:after{
	content: '';
	background-image: url("../image/fone.png");
	position: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 100px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.wrapper{
	background-color: #fff;
	max-width: 1196px;
	width: 100%;
	margin: 10px auto 35px;
	overflow-x: hidden;
}
@media (max-width: 991px) {
	.wrapper{
		margin-top: 0;
		margin-bottom: 0;
	}
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #e93f33;
}
a:hover {
	color: #96cc14;
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.dropdown-menu a:hover{
	color: #000;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.category-link{
	font-size: 16px;
}

.product__tabs-box{
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nav-tabs {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 0;
	border-bottom: 1px solid #bdbdbd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nav-tabs>li{
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 0;
	text-align: center;
}
.nav-tabs>li>a{
	margin-right: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: #e8e7e7;
}
.nav-tabs>li>a:hover{
	/*background-color: #fff;*/
}
.nav-tabs>li:first-child>a{
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.nav-tabs>li:last-child>a{
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.nav-tabs>li>a,.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	border: 1px solid #fff;
}
.tab-content{padding: 13px 30px 40px;}
.tab-content p{
	color: #8a8989;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428;
}
.tab-content li{
	color: #8a8989;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428;
}
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4,
.tab-content h5,
.tab-content h6{
	color: #e93f33;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}

/* content */
.content h1,
.content h2{
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3333;
	margin: 0 0 25px;
	font-weight: 400;
}
.content h3,
.content h4,
.content h5,
.content h6{
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 13px;
}
.content p,
.content li,
.content a{
	color: #8a8989;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}
.content ul{
	margin-bottom: 15px;}
.content .margin{
	margin-bottom: 26px;}

.content__box{
	background-color: #fbfbfb;
	padding: 22px 19px;
	margin-bottom: 30px;
}

/* product-count */
input.product-count__input,
input.product-count__input.form-control{
	display: block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #e93f33;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	padding: 2px;
	text-align: center;
	position: absolute;
	top: -1px;
	left: 29px;
	border: 0;
}
/* amount */
.amount_simpla{
	display: inline-block;
	width: 92px;
	height: 32px;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
.amount{
	display: inline-block;
	width: 92px;
	height: 32px;
	border: 1px solid #000;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	position: relative;
}
.amount__minus{
	width: 29px;
	height: 32px;
	position: absolute;
	top: -1px;
	left: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.amount__plus{
	width: 29px;
	height: 32px;
	position: absolute;
	top: -1px;
	right: 0;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.amount__minus:hover,
.amount__plus:hover{
	cursor: pointer;
}
.amount .fa, .amount_simpla .fa{
	font-size: 10px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}

#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}

#logo a{
	display: inline-block;
}

@media (max-width: 991px) {
	#logo{
		text-align: center;
	}
}

/* trademark */
.trademark{
    display: block;
	margin:0 0 10px;
}
.trademark:hover{opacity: .8;}
.trademark:active{opacity: .5;}
.trademark__caption{text-transform:uppercase;font-size:21px;background-color:#fafafa;display:block;padding:7px 8px 1px;border-top:1px solid #bec7c4;}

/* search */
#search {
    margin-bottom: 0;
    position: relative;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
.search__input{
    padding: 0 5px 0 30px;
}
.search__btn{
    background: transparent;
    border: 0;
    color: #000;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1
}
.search__btn:hover{
    color: #e93f33;
}
.search__btn:active{
    opacity: .5;
}

/* cart */
#cart {
	margin-bottom: 18px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #97cf16;
	color: #666;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background:  #e8e8e8;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}

#cart .cart-btn{
	background: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 4px 5px;
}
#cart-total{
    position: relative;
	color: #000;
    padding-left: 37px;
    padding-left: 22px;
    display: inline-block;
}
#cart-total:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /*width: 25px;
    height: 23px;
    background: url(../image/icons/cart.png) 0 0 no-repeat;*/
    content: "\f07a";
    font-size: 14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
}
#cart-total .cart-text{
	font-size: 16px;
	text-decoration: underline;
	color: #000;
	font-weight: 700;
}

/* menu */
#menu {
	display: none;
	background-color: #82ad1d;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#23a1d1), to(#1f90bb));
	background-image: -webkit-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: -o-linear-gradient(top, #23a1d1, #1f90bb);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #000;

}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #82ad1d;
	background-color: #fff;
}

table.table--cart{
	overflow-x: auto;
}
table.table--cart>thead>tr>td{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}
table.table--cart>tbody>tr>td{
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}
table.table--cart>tbody>tr>td:first-child{
	padding-left: 0;
	min-width: 80px;
}
table.table--cart>tbody>tr>td:nth-child(2){
	width: 250px;
}
table.table--cart a{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}
table.table--cart a:hover{
	color: #e93f33;
}
.table--cart .table__delete{
	background-color: transparent;
	border: 0;
	color: #8a8989;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.285;
	text-decoration: underline;
}
.table--cart .table__delete:hover{
	cursor: pointer;
	text-decoration: none;
	color: #e93f33;
}
.table--cart .tablet__sum-tr{
	border-bottom: 1px solid #eaeaea;
	background-color: #fdfdfd;
}
.table--cart .tablet__sum-td{
	text-align: right;
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	padding-right: 135px;
}
.table--cart .tablet__sum-td span:first-child{
	display: none;}

table.table--product-character{
	border: 0;
}
table.table--product-character .table-title{
	color: #010101;
	background-color: #f3f3f3;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	border: 0;
}
table.table--product-character tr td{
	color: #8a8989;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.425;
	padding-left: 19px;
}
table.table--product-character tr td:first-child{
	border-right: 1px solid #eaeaea;
}

#tab-review .table-bordered{border: 0;}
#tab-review .table-bordered>tbody>tr>td,#tab-review .table-bordered>tbody>tr>th,#tab-review .table-bordered>tfoot>tr>td,#tab-review .table-bordered>tfoot>tr>th,#tab-review .table-bordered>thead>tr>td,#tab-review .table-bordered>thead>tr>th{
	border: 0;
}
#review .table{
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 8px;
}
#review .table:last-of-type{border: 0;}
#review .table-striped>tbody>tr:nth-of-type(odd){
	background-color: transparent;
}
#review td{
	color: #010101;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.tab-form__box{
	background-color: #e8e7e7;
	border: 1px solid #d4d4d4;
	padding: 19px 20px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.tab-form .tab-form__title{
	color: #010101;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 15px;
}
.tab-form .tab-form__btn{
	width: 142px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	background-color: #e93f33;
	border: 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 7px;
}
.tab-form .tab-form__btn:hover{
	background-color: #96cc14;
}
.tab-form .form-control{
	color: #000;
}
.tab-form .form-control::-webkit-input-placeholder {color:#000;}
.tab-form .form-control::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.tab-form .form-control:-moz-placeholder           {color:#000;}/* Firefox 18- */
.tab-form .form-control:-ms-input-placeholder      {color:#000;}

.product-title{
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3333;
	text-transform: uppercase;
}
.product-file{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 24px;
	padding-bottom: 29px;
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 20px;
}
.product-file__right{
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-top: 5px;
	padding-bottom: 5px;
}
.product-file__left{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 420px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.product-file__video-box{
	width: 260px;
	height: 150px;

	width: 400px;
    height: 232px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
}
.product-file__item{
	margin-bottom: 11px;
}
.product-file__download{
	display: inline-block;
	position: relative;
	padding-left: 23px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: underline;
}
.product-file__download:hover{
	color: #e93f33;
	text-decoration: underline;
}
.product-file__download:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../image/icons/document_icon.png);
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 440px){
	.product-file__video-box{
		width: 288px;
		height: 170px;
	}
}

/* personal-data */
.personal-data--margin{
	margin-bottom: 37px;}
.personal-data__title{
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3333;
}
.personal-data__form-item{
	margin-bottom: 8px;}
.personal-data__input{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 32px;
}
.personal-data__input::-webkit-input-placeholder {color:#000;}
.personal-data__input::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.personal-data__input:-moz-placeholder           {color:#000;}/* Firefox 18- */
.personal-data__input:-ms-input-placeholder      {color:#000;}

.personal-data__form{
	max-width: 455px;
	width: 100%;
	background-color: #f7f7f7;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 19px 20px;
}
.personal-data__textarea{
	width: 100%;
	height: 102px;
	border: 1px solid #ccc;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 12px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-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;
	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,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;
	resize: vertical;
}
.personal-data__textarea::-webkit-input-placeholder {color:#000;}
.personal-data__textarea::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.personal-data__textarea:-moz-placeholder           {color:#000;}/* Firefox 18- */
.personal-data__textarea:-ms-input-placeholder      {color:#000;}

.personal-data__btn{min-width: 142px;}

/* delivery */
.delivery{
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 19px;
}
.delivery__title{
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3333;
}
.delivery__content{
	max-width: 100%;
}
.delivery__form{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 19px;
}
.delivery__form-item{
	margin-right: 40px;
}
.delivery__form-item:last-child{
	margin-right: 0;
}
.delivery__checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;

}
.delivery__checkbox + label {
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
}
.delivery__checkbox + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.delivery__checkbox + label:after {
	content: '\f00c';
	font-family: 'fontAwesome';
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 4px;
	color: #e93f33;
	line-height: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.delivery__checkbox:checked + label:before {

}
.delivery__checkbox:checked + label:after {
	opacity: 1;
	visibility: visible;
}
.delivery__checkbox:focus + label:before {
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}

.checkout-cart__sum{
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 4px;
	margin-bottom: 19px;
}
.checkout-cart__sum span:first-child{
	display: none;}
.checkout-cart__btn-box{
	background: transparent;
	border: 0;
	padding: 0;
	margin-bottom: 8px;
}
.checkout-cart__btn{
	display: inline-block;
	padding: 8px 12px;
	color: #fff;
	background-color: #e93f33;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.checkout-cart__btn:focus{
	text-decoration: none;
	color: #fff;
}
.checkout-cart__btn:hover{
	background-color: #96cc14;
	color: #fff;
	text-decoration: none;
}
.checkout-cart__btn:active{
	opacity:.5;}

button.checkout-cart__btn-box[disabled] a{
	pointer-events: none;
	opacity: .5;
}
.checkout-cart__footer{
	margin-top: 55px;
}

.checkbox-item__text{
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}
.checkbox-item__checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;

}
.checkbox-item__checkbox + label {
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
}
.checkbox-item__checkbox + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.checkbox-item__checkbox + label:after {
	content: '\f00c';
	font-family: 'fontAwesome';
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 4px;
	color: #e93f33;
	line-height: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.checkbox-item__checkbox:checked + label:before {

}
.checkbox-item__checkbox:checked + label:after {
	opacity: 1;
	visibility: visible;
}
.checkbox-item__checkbox:focus + label:before {
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
	box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}


@media (max-width: 991px) {
	#menu{
		display: block;
	}
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
.footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #fff;
	color: #000;
}
.footer__box{
	border-top: 1px solid #ddd;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
.footer-text{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.714;
}
.footer__link{
	color: #000;
	text-decoration: underline;
}
.footer__link:hover{
	text-decoration: none;
	color: #fe0000;
}
.footer__top{
	padding-top: 29px;
	padding-bottom: 19px;
}
.footer__bottom{
	border-top: 1px solid #bdbdbd;
	padding-top: 17px;
	padding-bottom: 9px;
}
.autor{
	color: #868686;
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
	text-align: right;
}
.autor__link{
	color: #868686;
	text-decoration: none;
}
.autor__link:hover{
	color: #fe0000;
}
@media (max-width: 767px) {
	.footer__box{text-align: center;}
	.autor{
		text-align: center;}
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	background-color: transparent;
	padding: 0;
	margin: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #bdbdbd;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 12px 0 0;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	width: 8px;
	height: 1px;
	background-color: #8a8989;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.breadcrumb > li:last-child:after{content: none;}
.breadcrumb > li a{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-decoration: underline;
}
.breadcrumb > li a:hover{
	color: #e93f33;
	text-decoration: none;
}
.breadcrumb > li a:active{
	opacity: .5;
}
.breadcrumb > li:last-child a{
	color: #8a8989;
	text-decoration: none;
}

#product-product .breadcrumb{
	margin-bottom: 19px;
}

.pagination {
	margin: 0;
}
.pagination>li>a, .pagination>li>span{
	color: #e93f33;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #e93f33;
	border-color: #e93f33;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
	background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
	background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #e93f33;
	border-color: #e93f33;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	background-color: #e93f33;
	border-color: #e93f33;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #96cc14;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
	background-image: -webkit-linear-gradient(top, #e06342, #dc512c);
	background-image: -o-linear-gradient(top, #e06342, #dc512c);
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
	background-image: -webkit-linear-gradient(top, #333333, #111111);
	background-image: -o-linear-gradient(top, #333333, #111111);
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product */
.product__box{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.product__left{
	padding-top: 6px;
	width: 195px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.product__title{
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3333;
}
.product__price{
	display: block;
	color: #000;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}
.product__price-old{
	display: block;
	color: #8a8989;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: line-through;
	margin-bottom: 4px;
}
.product__charact li{
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.product__charact li.product__status{
	color: #8a8989;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
.product__btn{
	background-color: #e93f33;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	margin-bottom: 5px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	padding: 9px 7px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.product__btn:hover{background-color: #96cc14;}
.product__btn:active{opacity: .7;}
.product__btn-text{
	padding-left: 29px;
	position: relative;
}
.product__btn-text:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 18px;
	background: url(../image/icons/cart.png);
}
.product__buy-box{
	width: 142px;
}
.product__val-box{
	position: relative;
	width: 100%;
	height: 32px;
	background-color: #fff;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-left: 3px;
	padding-right: 35px;
	text-align: center;
	margin-bottom: 2px;
}
.product__val-text{
	line-height: 32px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
}
.product__val-input{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 32px;
	height: 32px;
	background-color: #e93f33;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	padding: 2px;
	text-align: center;
}
.product__comparison{
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: underline;
	text-align: center;
}
.product__comparison:hover{
	cursor: pointer;
	text-decoration: none;
	color: #e93f33;
}

/* product list */
.product-thumb {
	position: relative;
	z-index: 1;
	/*border: 1px solid #ddd;*/
	/*margin-bottom: 20px;*/
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0;
	min-height: 180px;
	padding-bottom: 15px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}



@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}

.menu-category__list{
	padding-left: 0;
	list-style: none;
}
.menu-category__sub-list{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	padding: 9px 12px;
	position: absolute;
	top: 0;
	left: 100%;
	width: 207px;
	-webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.22);
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.22);
	background-color: #fff;
	z-index: 10;
	padding-left: 0;
	list-style: none;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.menu-category__item{
	position: relative;
	margin-bottom: 3px;
}
.menu-category a.menu-category__link{
	position: relative;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 8px;
	text-transform: uppercase;
	color: #000;
	line-height: 1.5;
	border: 0;
	border-right: 5px solid transparent;
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
}
.menu-category a.menu-category__link:focus{
	background-color: #e93f33;
}
.menu-category a.menu-category__link:hover,
.menu-category a.menu-category__link.active:hover{
	border: 0;
	background-color: #e5e3e3;
	border-right: 5px solid #000;
}
.menu-category a.menu-category__link:hover:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -4px;
	width: 4px;
	background-color: #e5e3e3;
}
.menu-category__sub-list a.menu-category__link{
	background-color: transparent;
}
.menu-category__sub-list a.menu-category__link:hover:before{
	content: none;
}
.menu-category__sub-list a.menu-category__link:hover{
	background-color: transparent;
	border-color: transparent;
	color: #e83e33;
	text-decoration: underline;
}

.menu-category__item:hover .menu-category__sub-list{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}


/* header */
.header{
	padding-top: 25px;
	padding-bottom: 15px;
	margin-bottom: 5px;
}
.header__box{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (max-width: 767px) {
	.header{
		padding-bottom: 20px;
		margin-bottom: 0;
	}
	.header__box{margin-bottom: 15px;}
}

/* faq */
.faq__item{
	border-top: 1px solid #bdbdbd;
	padding: 18px 80px 0 20px;
	margin-bottom: 10px;
}
.faq__header{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	margin-bottom: 3px;
}
.faq__title{
	color: #010101;
	font-size: 16px;
	line-height: 1;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: 700;
}
.faq__date{
	color: #8a8989;
	font-size: 12px;
	line-height: 1;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: 400;
}
.faq__content{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 3px;
}
.faq__content-left{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 77px;
}
.faq__content-left{
	position: relative;
}
.faq__content-left:before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(../image/icons/message_icon.png);
	position: absolute;
	top: 3px;
	left: 0;
}
.faq__content-right{
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.faq__text{
	color: #8a8989;
	font-size: 14px;
	line-height: 1.714;
	font-weight: 400;
	margin-right: 110px;
}
.faq__name{
	color: #010101;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	font-weight: 700;
}
.faq__footer{
	margin-top: 38px;
}
@media (max-width: 1199px) {
	.faq__item{
		padding-left: 0;
		padding-right: 0;
	}
	.faq__text{
		margin-right: 0;}
}

/* contact */
.contact__tel{
	display: block;
	position: relative;
	color: #e93e33;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33333;
	text-decoration: none;
	padding-left: 25px;
	margin-bottom: 6px;
}
.contact__tel:before{
	content: '';
	display: block;
	width: 13px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../image/icons/tel_icon.png");
}
.contact__adress{
	position: relative;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.33333;
	padding-left: 25px;
}
.contact__adress:before{
	content: '';
	display: block;
	width: 14px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("../image/icons/map_icon.png");
}
.contact__link{
	color: #000;
	font-size: 14px;
	text-decoration: underline;
	font-weight: 400;
	line-height: 1.33333;
}
.contact__link:hover{
	color: #e93e33;
}

/* time */
.time{
	position: relative;
	padding-left: 25px;
}
.time:before{
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url("../image/icons/clock_icon.png");
	position: absolute;
	top: 2px;
	left: 0;
}

.time__item{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 3px;
}
.time__item:last-of-type{
	margin-bottom: 0;
}
.time__title{
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.714;
	margin: 0;
}

.time--default{
	padding-left: 0;
}
.time--default:before{content: none;}

@media (max-width: 767px) {
	.header__item{
		padding: 2px;
	}
	.time--default{
		margin-bottom: 20px;}
}

/* list-unstyled */
.list-unstyled{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.714;
}
.list-unstyled a{
	color: #000;
}
.list-unstyled a:hover{
	color: #fe0000;
}

/* social */
.social__list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	padding: 0;
}
.social__item{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}
.social__item:last-child{
	margin-right: 0;
}
.social__link{
	display: block;
	width: 25px;
	height: 25px;
}
.social__link:hover{
	opacity:.7;
}
.social__link:active{
	opacity:.5;
}
.social__link--inst{
	background: url("../image/icons/inst_icon.png");
}
.social__link--vk{
	background: url("../image/icons/vk_icon.png");
}
.social__link--fb{
	background: url("../image/icons/fb_icon.png");
}
.social__link--wApp{
	background: url("../image/icons/whats-app_icon.png");
}
.social__link--telegram{
	background: url("../image/icons/telegram_icon.png");
}
@media (max-width: 767px) {
	.social--footer .social__list{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

/* filter */
.filter{
	color: #8a8989;
	font-weight: 400;
	line-height: 1.285;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 13px;
}
.filter__content{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 56px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.filter__result{
	padding-top: 2px;
	padding-bottom: 2px;
}
.filter__title{
	font-size: 16px;
	margin: 0 18px 0 0;
}
.filter__list{
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
.filter__item{
	margin-right: 18px;
	font-size: 16px;
}
.filter__item:last-child{margin-right: 0;}
.filter__action{
	color: #e93f33;
	text-decoration: underline;
}
.filter__active{
	color: #96cc14;
    text-decoration: none;
}
.filter__action--price-up:after{
	content: '\f176';
	font-family: FontAwesome;
	font-size: 11px;
	line-height: 1;
	margin-left: 3px;
}
.filter__action--price-down:after{
	content: '\f175';
	font-family: FontAwesome;
	font-size: 11px;
	line-height: 1;
	margin-left: 3px;
}
.filter__result-text{
	font-size: 14px;
	font-weight: 400;
	line-height: 1.285;
	margin-top: 3px;
}
.filter__result-count{
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.285;
}
@media (max-width: 767px) {
	.filter__content{-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
	.filter__list{-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
	.filter__title,
	.filter__item{
		padding-top: 5px;
		padding-bottom: 5px;
	}

}


/* menu */
.menu{
	background-color: #e93f33;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 0 18px;
	margin-bottom: 12px;
}
.menu__mobile-control{
	display: none;
}
.menu__list{
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.menu__link{
	display: block;
	padding: 2px 15px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.menu__link:focus{
	color: #fff;
}
.menu__link:hover{
	color: #ffe7ba;
}
.submenu__list{
	list-style: none;
	padding-left: 0;
}
.submenu__link{
	display: block;
    color: #fff;
    padding: 5px 5px 5px 35px;
}
.submenu__link:active{
	opacity: .5;
}
.menu__item .dropdown-menu{
	border-radius: 0;
    background: #bdbdbd;
}
.menu .menu__item .submenu__link:hover{
	background: #e93f33;
}

@media (min-width: 768px){
	.menu__list{
		display: -webkit-box!important;
		display: -webkit-flex!important;
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.menu__btn{
		display: none;}
	.menu__mobile-control{
		display: none;}
	.menu__item.dropdown:hover .dropdown-menu{
		display: block;
	}
}
@media (max-width: 1199px) {
	.menu{
		padding-left: 5px;
		padding-right: 5px;
	}
	.menu__link{
		padding-left: 5px;
		padding-right: 5px;
	}
}
.burger span{
	display: block;
	height: 2px;
	background-color: #fff;
	margin: 2px 0;
	width: 100%;
}
.burger div{
	display: block;
	background: #292929;
	border: 0;
	width: 40px;
	height: 28px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 12px;
}

@media (max-width: 767px) {

	.menu{
		padding-left: 0;
		padding-right: 0;
	}
	.menu__mobile-control{
		display: block;
		position: relative;
		padding: 0 15px;
	}
	.menu__list{
		display: none;
		padding: 10px 0;
		-webkit-box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px inset;
		box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px inset;
	}
	.menu__item{
		display: block;
		float: none;
		height: auto;
	}
	.menu__link{
		display: block;
		padding: 10px 15px;
	}
	.menu__link:hover,
	.menu__link:active{
		background-color: rgba(0, 0, 0, 0.1);
	}

	.menu__text{
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		line-height: 1;
		margin: 0;
		padding: 10px 0;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	}
	.menu__btn{
		position: absolute;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: block;
		background: #292929;
		border: 0;
		width: 40px;
		height: 28px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-webkit-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
		padding: 5px;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.menu__btn span{
		display: block;
		width: 100%;
		height: 2px;
		margin: 2px 0;
		background-color: #fff;
		-webkit-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;


	}

	.menu__btn span:nth-child(2){
		top: 12px;
	}
	.menu__btn span:nth-child(3){
		top: 18px;
	}
	.menu__btn:hover{
		background-color: #fff;
	}
	.menu__btn:hover span{
		background-color: #000;
	}

	.menu__item.dropdown-menu{background: transparent;}
	.menu .menu__item .submenu__link:hover{
		background: rgba(0, 0, 0, 0.1);
	}
	.menu__item.dropdown.open .menu__link{
		color: #ffe7ba;
		background-color: rgba(0, 0, 0, 0.1);
	}
	.menu__item.dropdown .dropdown-menu{
		background-color: rgba(0, 0, 0, 0.1);
	    box-shadow: none;
	    position: static;
	    float: none;
	    margin: 0;
	    border: 0;
	}
}


/* news */
.news__img-block{
	width: 100%;
	height: 124px;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: 20px;
}
.news__date{
	color: #999;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}
.news__title{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.3333;
}
.news__link{
	color: #fe0000;
	text-decoration: underline;
}
.news__link:hover{
	text-decoration: none;
	color: #96cc14;
}

/* news-list */
.news-list__item{
	border-top: 1px solid #eaeaea;
	padding: 8px 85px 15px 20px;
}
.news-list__item_left {float: left;width: 25%; margin-top: 8px;}
.news-list__item_left img {max-width:100%;height:auto}
.news-list__item_right {float: left;width: 73%;margin-left: 2%;}
.news-list__title{
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 8px;
}
.news-list__link{
	color: #e93f33;
	text-decoration: underline;
	font-weight: 400;
}
.news-list__link:hover{
	text-decoration: none;
	color: #96cc14;
}
.news-list__date{
	color: #8a8989;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 20px;
}
.news-list__mark-text{
	color: #000;
	font-size: 14px;
	line-height: 1.428;
	font-weight: 400;
	margin-bottom: 6px;
}
.news-list__text{
	color: #8a8989;
	font-size: 14px;
	line-height: 1.428;
	font-weight: 400;
	margin-bottom: 6px;
}

@media (max-width: 1199px) {
	.news-list__item{
		padding-left: 0;
		padding-right: 0;
	}
	.news__img-block{height: 102px;}
}
.burger{
	display: none;
	background: #ccc;
	padding: 5px 15px;
	border-radius: 5px;
}
@media (max-width: 991px) {
	.trademark{
		display: none;
	}
	.burger{
		display: flex;
		-ms-align-items: center;
		align-items: center;
		font-size: 18px;
		text-transform: uppercase;
		color: #000;
		margin-bottom: 20px;
		margin-left: auto;
		justify-content: space-between;
		cursor: pointer;
	}
	.news__img-block{height: 78px;}
}
@media (max-width: 767px) {

	.news{
		text-align: center;
		margin-bottom: 50px;
	}
	.news__img-block{
		height: 101px;
		width: 290px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* box-manufacturers */
.box-manufacturers{
	border-top: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
}
.box-manufacturers__content{
	padding-left: 20px;
	padding-right: 20px;
}
.box-manufacturers .title{
	margin-bottom: 0;
}

/* swiper-viewport */
.swiper-viewport--home-slideshow{
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-bottom: 17px;
}
.swiper-viewport--home-slideshow .swiper-pagination{
	bottom: 5px;
}
.swiper-viewport--home-slideshow .swiper-button-prev:before
.swiper-viewport--home-slideshow .swiper-button-next:before{
	color: rgb(233, 63, 51);
}
.swiper-viewport--home-slideshow .swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{
	background: rgb(233, 63, 51);
}

.swiper-viewport--home-carousel{
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin-bottom: 17px;
	font-weight: 700;
	margin-bottom: 0;
}
.swiper-viewport--home-carousel .swiper-slide{
	padding: 5px;
}

/* advantage */
.advantage{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 1px solid #bdbdbd;
	padding-right: 20px;
	padding-bottom: 15px;
}
.advantage__item{
	max-width: 25%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.advantage__item--center{
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.advantage__img-box{
	margin-right: 9px;
}
.advantage__img{
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	max-width: 100px;
	max-height: 200px;
}
.advantage__content{
	-ms-flex: 0 1 auto;
	color: #e93f33;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.125;
	text-transform: uppercase;
}
.advantage__content span{display: block;}

@media (max-width: 1199px) {
	.box-manufacturers{
		border-top: 0;
		border-bottom: 0;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.box-manufacturers__content{
		padding-left: 0;
		padding-right: 0;
	}
	.advantage{padding-right: 0;}
	.advantage__item{
		max-width: none;
	}
}
@media (max-width: 767px) {
	.advantage{-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}
	.advantage__item{
		width: 50%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.advantage__img-box{
		width: 60px;
		text-align: center;
	}
}
@media (max-width: 560px) {
	.advantage{
		display: block;}
	.advantage__item{
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 100%;
	}
}

/* title */
.title{
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3333;
	text-transform: uppercase;
}
.title-general{
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3333;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.title-prime{
	color: #000;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3333;
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.title{
		text-align: center;}
}

/* block */
.block{
	position: relative;
	padding-bottom: 1px;
}
.block:before{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 1px;
	background-color: #bdbdbd;
}

/* product-layout */
.product-layout{
	padding-top: 11px;
	padding-bottom: 1px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.product-layout__footer{
	width: 142px;
	margin-top: 18px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.product-layout__status{
	color: #8a8989;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}

.product-layout__name{
	margin-bottom: 12px;
	height: 62px;
	overflow: hidden;
}
.product-layout__name a{
	color: #e93f33;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.125;
	text-decoration: underline;
}
.product-layout__name a:hover{
	text-decoration: none;
}
.product-layout__name a:active{
	opacity:.5;}

.product-layout__price-old{
	color: #8a8989;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-decoration: line-through;
	margin-right: 5px;
}
.product-layout__price,
.product-layout__price-new{
	color: #000;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}
.product-layout__btn{
	background-color: #e93f33;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0;
	margin-bottom: 5px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	padding: 7px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.product-layout__btn:hover{
	background-color: #96cc14;
}
.product-layout__btn-text{
	padding-left: 29px;
	position: relative;
}
.product-layout__btn-text:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 24px;
	height: 18px;
	background: url(../image/icons/cart.png);
}
.product-layout__comparison{
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.125;
	text-decoration: underline;
	margin-bottom: 0;
}
.product-layout__comparison:hover{
	text-decoration: none;
	cursor: pointer;
}
.product-layout__hover-bg{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	left: -10px;
	right: -10px;
	top: 0;
	bottom: 0;
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 3px 16px rgba(0, 0, 0, 0.22);
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.22);
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

#product-category .product-layout{margin-bottom: 12px;}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 7px;
}
.thumbnails {
	margin-left: -7px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.image-additional .thumbnail,
.certificates .thumbnail{
	position: relative;
}
.image-additional .thumbnail:before,
.certificates .thumbnail:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.4);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.image-additional .thumbnail:after,
.certificates .thumbnail:after{
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	background: url(../image/icons/zoom.png);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.image-additional .thumbnail:hover:before,
.image-additional .thumbnail:hover:after,
.certificates .thumbnail:hover:before,
.certificates .thumbnail:hover:after{
	opacity: 1;
	visibility: visible;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 7px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
	border-color: #e93f33;
}

@media (min-width: 992px){
	.product-layout.product-layout--general{
		width: 25%;
	}
	.product-layout:hover .product-layout__hover-bg{
		opacity: 1;
		visibility: visible;
	}
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}

	.product-layout.product-layout--general{
		width: 20%;
	}

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

	.product-thumb{
		/*width: 250px;*/
		padding: 10px 20px;
		border: 1px solid #d4d4d4;
		-webkit-border-radius: 4px;
		border-radius: 4px;
	}
}
@media (max-width: 767px){
	.product-thumb{
		width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
}


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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
#carousel_popular, #carousel_new, #carousel_newsss, #carousel_s {
    padding-bottom: 30px;
}
.carousel_popular, .carousel_new, .carousel_newsss, .carousel_s {
    bottom: 5px !important;
}
.product-status-padding {padding-top:7px}

.mb-0{
    margin-bottom: 0 !important;
}

