*{
	/*outline: 1px solid green;*/
}
body {
	font-family: 'GothamPro', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #3F4453;
}
img{
	max-width: 100%
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 20px;
	font-weight: 700;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #2BA7F4;
}
a:hover {
	text-decoration: none;
}
.badge {
    padding: 4px 7px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    background-color: #777;
    border-radius: 25px;
}
.badge.badge--green{
	background-color: #27ba2d;
}
.badge.badge--pink{
	background-color: #ff5f55;
}
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;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

.quantity .btn-primary.active.focus,
.quantity .btn-primary.active:focus,
.quantity .btn-primary.active:hover,
.quantity .btn-primary:active.focus,
.quantity .btn-primary:active:focus,
.quantity .btn-primary:active:hover{
	background-color: transparent;
	border-color: transparent;
}

.select2-selection.select2-selection--single{
	outline: none !important;
	outline-color: transparent !important;
}


.nav-tabs {
	margin-bottom: 15px;
}
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: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
.main{
	padding-top: 99px;
	background: #F5F5F7;
}
@media (min-width: 768px) {
	.main{
		padding-top: 122px;
		padding-bottom: 40px;
	}
}
@media (min-width: 992px) {
	.main{
		padding-top: 132px;
	}
}
/* 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: 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;
	max-width: 109px;
}
.header-phone .icon-phone {
	fill: #EC2227;
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}
.header-mail .icon-letter{
	fill: #646C84;
	width: 16.67px;
	height: 13.33px;
	vertical-align: text-bottom;
}
.header-mail span{
	vertical-align: middle;
}
@media (min-width: 768px) {
	#logo{
		max-width: none;
	}
	.header .list-unstyled{
		margin-bottom: 0;
	}
	.header .list-unstyled .img-svg{
		vertical-align: middle;
	}
	.header .header-phone,
	.header .header-mail{
		color: #3F4453;
		font-size: 14px;
	}
	.header .list-unstyled a span>span{
		color: #EC2227;
	}
	.header-center{
		display: flex;
		margin: 0;
		flex-grow: 1;
		justify-content: space-around;
	}
	.header-phone{
		font-size: 18px;
		font-weight: 500;
		color: #3F4453;
	}
	.header-mail{
		color: #3f4453;
		font-size: 14px;
	}
}
/* search */
#search {
	margin-bottom: 0;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 50px 0 10px;
	background: #f3f6ff;
	border: 1px solid #e1e6f7;
	box-shadow: inset -2px 3px 5px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 14px;
	text-shadow: none;
	background: transparent;
	border: none;
	box-shadow: none;
	position: absolute;
	top: 1px;
	right: 1px;
	font-size: 12px;
	color: #ced6ef;
}
#search .form-control::-webkit-input-placeholder{
	color: #ced6ef;
}
#search .form-control:-moz-placeholder {
	color: #ced6ef;
}
#search .form-control::-moz-placeholder {
	color: #ced6ef;
}
#search .form-control:-ms-input-placeholder {
	color: #ced6ef;
}

#search .btn-lg .icon-search{
	width: 10px;
	height: 10px;
	vertical-align: middle;
	fill: #CED6EF;
}
/* cart */
#cart {
	margin-bottom: 0;
}
#cart .icon-cart{
	fill: #646C84;
	width: 15px;
	height: 12.75px;
	vertical-align: text-top;
}
@media (min-width: 768px) {
	#cart .icon-cart{
		width: 24px;
		height: 20.41px;
	}
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	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;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	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;
	-moz-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: 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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		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;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
.footer {
	padding-top: 17px;
	/*background-color: #303030;*/
	color: #9AA0B7;
	background: radial-gradient(92.81% 92.81% at 78.39% 7.19%, #5F667E 0%, #262A39 100%);
}
.footer-bottom{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 38px;
	position: relative;
	z-index: 1;
}
.footer-contacts-top{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-text{
	max-width: 375px;
	margin-bottom: 0;
}
.footer-text p{
	font-size: 13px;
	line-height: 16px;
}
.footer-menu{
	width: 331px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	max-height: 66px;
	margin-top: 15px;
	margin-bottom: 14px;
}
@media (min-width: 768px) {
	.footer-menu{
		width: 50%;
	}
}

@media (min-width: 375px) {
	.footer-text{
		max-width: 375px;
	}
}

@media (min-width: 992px) {
	.footer-menu{
		width: 331px;
	}
	.footer-bottom{
		flex-wrap: nowrap;
	}
	.footer-text{
		max-width: 292px;
		padding-right: 15px;
	}
}
@media (min-width: 1200px) {
	.footer-text{
		max-width: 375px;
		padding-right: 0;
	}	
}

.footer-menu > li {
/*    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;*/
    font-size: 14px;
    margin-bottom: 13px;
}

.footer-menu li a{
	color: #fff;
}
.footer-menu li a:hover{
	color: #2BA7F4;
}
.footer-contacts{
	max-width: 357px;
}

.footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #5C647E; 
	padding-bottom: 0;
	margin-bottom: 15px;
	
	background-size: auto;
	position: relative;
}

.footer-left{
	max-width: 460px;
	position: relative;
	z-index: 1;
}
@media (min-width: 768px) {
	.footer-left{
		max-width: 309px;
	}
}
@media (min-width: 992px) {
	.footer-left{
		max-width: 350px;
	}
}
@media (min-width: 1200px) {
	.footer-left{
		max-width: 460px;
	}
}
.footer-left h2{
	font-size: 17px;
	line-height: 17px;
	font-weight: 500;
	color: #fff;
	margin-top: 0;
	margin-bottom: 10px;
}
.footer-left p{
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	margin-bottom: 16px;
}

@media (min-width: 768px) {
	.footer{
		padding-top: 37px;	
	}
	.footer-menu{
		margin-top: 0;
		margin-bottom: 0;
	}
	.footer-top {
		padding-bottom: 15px;
		margin-bottom: 26px;
	}
	.footer-top:before{
		content: '';
		display: block;
		position: absolute;
		right: 0;
		bottom: -40px;
		width: 1180px;
		height: 279px;
		background: url(../image/bg-footer.png) right bottom no-repeat;
		z-index: 0;
	}
	.footer-left h2{
		font-size: 24px;
		line-height: 24px;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.footer-left p{
		font-size: 14px;
		line-height: 19px;
		color: #fff;
		margin-bottom: 10px;
	}
	.footer-text p{
		line-height: 17px;
	}
}
.footer-right{
	max-width: 545px;
	position: relative;
	z-index: 1;
}
.form-group-callback{
	display: flex;
}
.form-group-callback .form-control{
	background: #FFFFFF;
	box-shadow: inset -2px 3px 5px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	font-size: 15px;
	line-height: 15px;
	color: #abb5d7;
	height: 40px;
}
.form-group-callback .form-control::-webkit-input-placeholder{
	color: #ABB5D7;
}
.form-group-callback .form-control:-moz-placeholder {
	color: #ABB5D7;
}
.form-group-callback .form-control::-moz-placeholder {
	color: #ABB5D7;
}
.form-group-callback .form-control:-ms-input-placeholder {
	color: #ABB5D7;
}

.footer-phone a{
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 21px;
	display: inline-block;
}
.footer-mail a{
	font-size: 13px;
	line-height: 13px;
	color: #fff;
}
@media (min-width: 768px) {
	.footer-phone a{
		margin-bottom: 0;
	}
	.footer-mail a{
		font-size: 14px;
		line-height: 13px;
	}
}
.footer-phone a:hover,
.footer-mail a:hover{
	color: #2BA7F4;
}
.footer-phone .icon-phone{
	fill: #2BA7F4;
	width: 16px;
	height: 16px;
	vertical-align: baseline;
}
.footer-phone span{
	vertical-align: baseline;
}
.footer-mail .icon-letter{
	fill: #2BA7F4;
	width: 18px;
	height: 14px;
	vertical-align: text-bottom;	
}
.footer-mail span{
	vertical-align: middle;
}
.footer-contacts-address .icon-map{
	fill: #2BA7F4;
	width: 12px;
	height: 18px;
	vertical-align: baseline;
}
.footer-contacts-address{
	display: flex;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	margin-top: 18px;
}

@media (min-width: 768px) {
	.footer-contacts-address{
		font-size: 14px;
		margin-bottom: 0;
	}
}
.footer-contacts-address .icon{
	flex-shrink: 0;
	margin-right: 12px;
}
.footer-contacts-top{
	margin-top: 3px;
	margin-bottom: 10px;
}
#btn_submit_call{
	width: 115px;
	height: 40px;
	background: #2BA7F4;
	box-shadow: inset 0px -4px 0px #1D8ACD;
	border-radius: 3px;
	margin-left: 5px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 36px;
	font-weight: 500;
	flex-shrink: 0;
}
@media (min-width: 768px) {
	#btn_submit_call{
		width: 190px;
		height: 40px;
		background: #2BA7F4;
		box-shadow: inset 0px -4px 0px #1D8ACD;
		border-radius: 3px;
		margin-left: 15px;
		font-size: 14px;
		flex-shrink: 0;
	}
}
@media (min-width: 992px) {
	.form-group-callback .form-control{
		flex-shrink: 0;
		width: 340px;
	}
}
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;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 12px 0 0;
	border: 0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 14px 0 0;
	position: relative;
	white-space: nowrap;
	font-size: 12px;
	line-height: 15px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li > a{
	color: #A8A8A8;
}
.breadcrumb > li > a:hover{
	color: #2BA7F4;
}
.breadcrumb .icon-arrow-single{
	width: 3px;
	height: 6px;
	fill: #575D71;
	margin-left: 13px;
}
.breadcrumb > li:last-child > .icon-arrow-single {
	display: none;
}
.breadcrumb > li:last-child > a{
	color: #575D71;
	font-weight: 500;
}
.page-content{
	background: #fff;
	padding: 25px;
}
.page-content h1{
	font-size: 32px;
	line-height: 35px;
	margin-top: 0;
	font-weight: 700;
}
.page-content p,
.page-content p span,
.page-content h2 span{
	font-size: 14px !important;
	line-height: 19px !important;
	color: #000;
}
.page-content h2{
	color: #3f4453;
}
.page-content h2 + h2{
	margin-top: 5px;
	color: #000;
}
.page-content h2 span{
	font-weight: 500;
}
.page-content li {
	font-size: 14px !important;
    line-height: 19px !important;
    color: #000;
}
/*.page-content > table > tbody > tr > td p font{
	font-family: 'GothamPro' !important;
	font-size: 13px !important;
	line-height: 13px !important;
	color: #3F4453 !important;	
}*/
.page-content > table.price-list > tbody > tr > td:first-child{
	width: 735px !important;
}
.page-content > table.price-list > tbody > tr > td:nth-child(2){
	width: 70px !important;
}
.page-content > table.price-list > tbody > tr > td:nth-child(3){
	width: 170px !important;
}
/*.page-content > table > tbody > tr > td{
	font-family: 'GothamPro' !important;
	font-weight: 400 !important;
	border: none !important;
	font-size: 13px !important;
	line-height: 13px !important;
	color: #3F4453 !important;
	padding: 10px 15px !important;
	height: auto !important;
}*/
.page-content > table.price-list{
	width: 100%;
	margin-bottom: 20px;
}
.page-content > table.price-list > tbody > tr:nth-child(even) td{
	background-color: #F7F7F7;
}
.page-content > table.price-list > tbody > tr > td{
	font-family: 'GothamPro';
	font-weight: 400;
	border: none;
	font-size: 13px;
	line-height: 13px;
	color: #3F4453;
	padding: 11px 15px;
	height: auto;
}
.page-content > table.price-list > tbody > tr > td a{
	color: #3F4453;	
}
.page-content > table.price-list > tbody > tr.tr-h > td{
	font-weight: 500 !important;
	color: #B6BCCD !important;
}
.page-content > table.price-list > tbody > tr.tr-h > td b a{
	color: #2BA7F3;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}
@media (max-width: 991px){
	.page-content > table.price-list > tbody > tr > td:nth-child(4){
		text-align: center;
		padding-right: 0;
	}
}
@media (max-width: 480px) {

	.page-content > table.price-list > tbody > tr > td{
		padding: 11px 5px;
		font-size: 12px;
	}
	.page-content > table.price-list > tbody > tr.tr-h > td{
		font-size: 10px;
		line-height: 10px;
	}
	.page-content > table.price-list > tbody > tr.tr-h > td b a{
		font-size: 10px;
		line-height: 10px;
	}
}
@media (max-width: 360px) {
	.page-content{
		padding: 10px;
	}
}
.pagination {
	margin: 9px 0 25px;
	display: block;
	text-align: center;
}
.pagination>li>a, .pagination>li>span{
	float: none;
	padding: 3px 8px;
	border: none;
	background: transparent;
	font-size: 15px;
	color: #3F4453;
	margin-left: 5px;
}
.pagination>li>a:hover, .pagination>li>span:hover{
	background-color: #3F4453;
	color: #fff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3F4453;
    border: none;
    padding: 3px 8px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.description-full p{
	font-size: 14px;
	line-height: 19px;
	color: #3f4453;
}
/* buttons */
.buttons {
	margin: 1em 0;
	overflow: hidden;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #2BA7F4;
	background-image: none;
	background-repeat: repeat-x;
	border-color: transparent;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1D8ACD;
	background-position: 0 -15px;
	border-color: transparent;
}
.simple-content .buttons .btn-primary {
	width: 350px;height: 60px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	padding: 19.5px 12px 12.5px;
	border-radius: 3px;
	box-shadow: inset 0px -5px 0px #1D8ACD;
	background-color: #2BA7F4;
}
.simple-content .buttons .simplecheckout-button-left .btn-primary{
	width: auto;
	padding: 0;
	color: #2BA7F4;
	font-size: 16px;
	line-height: 20px;
	background-color: transparent;
	box-shadow: none;
	height: auto;
	top: 19px;
	position: relative;
	display: inline-block;
}
.simple-content .buttons .btn-primary:active,
.simple-content .buttons .btn-primary:hover{
	background-color: #1D8ACD;
}
.simple-content .buttons .simplecheckout-button-left .btn-primary:active,
.simple-content .buttons .simplecheckout-button-left .btn-primary:hover{
	background-color: transparent;
	color: #1D8ACD;
}
.simplecheckout-button-left .icon-arrow-single{
	fill: #2BA7F4;
	width: 4.5px;
	height: 9px;
	transform: rotate(180deg);
	margin-right: 4px;
}
.simple-content .buttons .simplecheckout-button-left .btn-primary:active .icon-arrow-single,
.simple-content .buttons .simplecheckout-button-left .btn-primary:hover .icon-arrow-single{
	fill: #1D8ACD;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-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{
	border-color: transparent;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* 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 list */
.product-thumb {
	border: none;
	margin-bottom: 20px;
	border-radius: 3px;
	background: #fff;
	/*overflow: auto;*/
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image .badges{
	position: absolute;
	top: 21px;
	left: 20px;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
}
.product-thumb .image .badges .badge{
	margin-bottom: 4px;
}
.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 .option{
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	color: #bbb;
}
.product-thumb h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 3px;
}
.product-thumb.random-product .caption,
.product-thumb.related-product .caption{
	padding-bottom: 20px;
}
.product-thumb.random-product h4,
.product-thumb.related-product h4{
	height: 54px;
	overflow: hidden;
	margin-bottom: 10px;
}
.product-thumb h4 a{
	color: #3F4453;
}
.product-thumb h4 a:hover{
	color: #2BA7F4;
}
.product-thumb .caption {
	padding: 0 15px;
	/*min-height: 180px;*/
}
.product-thumb .caption p{
	margin-bottom: 3px;
}
.product-thumb .caption div.caption-btm{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3px;
}
.product-list .product-thumb{
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
@media (max-width: 767px) {
	.product-list .product-thumb{
		/*flex-wrap: wrap;*/
		padding: 20px 15px 14px 11px;
	}
	.product-bottom{
		justify-content: space-between;
	}
}
@media (max-width: 550px) {
	.product-list .product-thumb .button-right .price{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.product-list .product-thumb{
		flex-wrap: wrap;
	}
	.product-list .product-thumb .caption{
		width: 100%;
		padding: 0;
	}
	.product-list .product-thumb .button-right{
		width: 100%;
	}
}
@media (max-width: 515px) {
	.product-list .product-thumb .button-right{
		width: 280px;
		padding: 0 10px;
	}
}

.product-list .product-thumb .button-right{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 10px;
}
.product-list .image  {
	display: none;
}
.product-list .product-thumb .btn-buy{
	margin-left: 24px;
}
.product-list .product-thumb .caption {
	margin-left: 0;
	padding: 0;
	flex-grow: 1;
	padding-right: 11px;
}
#product .product-options{
	margin-bottom: 30px;
}
.product-options{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: wrap column;
	-ms-flex-flow: wrap column;
	flex-flow: wrap column;
	max-height: 75px;
	margin-top: 14px;
	margin-bottom: 0;
}
#product .product-options{
	max-height: 105px;
}
@media (max-width: 991px) {
	.product-options{
		max-height: none;
	}
}
@media (max-width: 1199px) {
	#product .product-options{
		max-height: none;
	}
}
.product-options li{
	display: flex;
	justify-content: space-between;
	margin-right: 35px;
	font-size: 12px;
	line-height: 15px;
	color: #3F4453;
	margin-bottom: 10px;
}

.random-product .product-options li,
.related-product .product-options li{
	margin-right: 0;
	margin-bottom: 3px;
	justify-content: flex-start;
}
@media (max-width: 360px) {
	.product-options li{
		margin-right: 0;
	}
}
.product-options li .attribute{
	margin-right: 10px;
	color: #a0a0a0;
}
@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 15px 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
.product-options li{
	margin-right: 0;
}
}
.product-thumb .rating {
	padding-bottom: 0;
}
.rating .fa-stack {
	font-size: 8px;
	width: 10px;
	height: 10px;
	line-height: 10px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 12px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o {
	color: #FC0;
}
h2.price {
	margin: 0;
}
.prices{
	margin-bottom: 20px;
}
.prices .price,
.prices .price-new{
	color: #2BA7F4;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
}
.prices .price-old{
	font-size: 14px;
	line-height: 16px;
	color: #bbb;
	font-weight: 500;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}
.product-thumb .price {
	color: #FF5F55;
	margin-bottom: 0;
	font-size: 19px;
	line-height: 21px;
	font-weight: 700;
}
.product-thumb .price.random-price,
.product-thumb .price.random-price .price-new,
.product-thumb .price.related-price,
.product-thumb .price.related-price .price-new{
	color: #2BA7F4;
}
.product-thumb .price .price-new{
	color: #FF5F55;
	margin-bottom: 0;
	font-size: 19px;
	line-height: 21px;
	font-weight: 700;
	margin-bottom: 4px;
}
.product-thumb .price .price-old{
	font-size: 14px;
	line-height: 16px;
	color: #bbb;
	font-weight: 500;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}
.product-thumb .button-right .price .price-new{
	text-align: right;
}
.product-thumb .button-right .price .price-old{
	text-align: right;
}
.product-thumb .price-new {
	font-weight: 600;
	display: block;
	text-align: left;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

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

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

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

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

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

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

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

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.header-inner{
	display: flex;
	align-items: center;
	padding: 10px 15px;
	position: relative;
}
.dropdown-cart{
	position: absolute;
	top: 62px;
	right: 15px;
	z-index: 4;
	background: #fff;
	padding-left: 0;
	list-style-type: none;
	display: none;
	border: 1px solid #e1e6f7;
	box-shadow: inset -2px 3px 5px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	padding: 15px;
}
.dropdown-cart p{
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.header-inner{
		flex-wrap: wrap;
		width: 750px;
		margin: 0 auto;
		padding-bottom: 0;
	}	
}
@media (min-width: 992px) {
	.header-inner{
		width: 970px;
	}
	.header-contacts{
		display: flex;
		align-items: center;
		flex-grow: 1;
		justify-content: space-around;
		max-width: 360px;
	}
	#search .input-lg{
		width: 260px;
	}
	.header-center{
		margin-right: 30px;
		margin-left: 30px;
	}
	.top-menu-catalog .fa{
		font-size: 16px;
	}
}

#top-menu{
	margin-right: 15px;
}
@media (min-width: 768px) {
	#top-menu{
		margin-right: 0;
		order: 1;
		flex-basis: 100%;
		margin-top: 13px;
	}
	.btn-menu{
		display: none;
	}
}

#top-menu .nav.navbar-nav{
	/*position: absolute;*/
	background: red;
	z-index: 6;
	width: 100%;
}
.catlog-mob{
	margin: 0;
	
}
.catalog-mob .navbar-nav{
	margin: 0;
}
.btn-catalog-mob {
	background: #2BA7F4;
	color: #fff;
	display: flex;
	justify-content: space-between;
	height: 45px;
	padding: 15px 20px;
	font-size: 13px;
	line-height: 1;
	font-weight: 500;
}
.btn-catalog-mob .icon{
	width: 7px;
	height: 15px;
	text-align: center;
	vertical-align: middle;
}
.btn-catalog-mob .icon{
	display: inline;
	vertical-align: middle;
	fill: #fff;
}
.header{
	position: absolute;
	background: #fff;
	z-index: 3;
	width: 100%;
}
.menu-dropdown{
	position: absolute;
	background: #fff;
	z-index: 4;
	left: 0;
	width: 100%;
	padding: 0;
	display: none;
	border-top: 1px solid #F1F1F1;
	margin-top: 12px;
}
.menu-dropdown a{
	font-size: 13px;
	display: block;
	padding: 10px 20px;
	border-bottom: 1px solid #F1F1F1;
	color: #2BA7F4;
}
@media (min-width: 768px) {
	.menu-dropdown{
		display: flex!important;
		justify-content: space-between;
		margin-top: 0;
		margin-bottom: 0;
		position: unset;
		padding-left: 20px;
	}
	.menu-dropdown a{
		border-bottom: none;
		padding-left: 0;
		padding-right: 0;
		color: #3F4453;
		font-weight: 500;
	}
	.menu-dropdown .active a{
		color: #2BA7F4;
	}
	.menu-dropdown a:hover{
		color: #2BA7F4	
	}
	.top-menu-catalog{
		background: #575d71;
		color: #fff;
		font-size: 13px;
		font-weight: 500;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding: 7px 14px 7px 5px;
		border-top-left-radius: 3px;
		margin-right: 0;
	}
	.top-menu-catalog span{
		white-space: nowrap;
		vertical-align: middle;
		line-height: 1;
	}
	.top-menu-catalog .fa{
		margin-right: 10px;
	}
	#column-left.col-sm-3{
		padding-right: 10px;
	}
	#content.col-sm-9{
		padding-left: 10px;
	}
}

@media (min-width: 992px) {
	.top-menu-catalog{
		padding: 11px 15px 14px 11px;
		width: 277.5px;
		font-size: 14px;
	}
	.menu-dropdown a{
		font-size: 14px;
		padding: 15px 0px 19px;
	}
	.top-menu-catalog .fa{
		margin-right: 17px;
	}
	.btn-bars{
		margin-right: 10px;
	}
}
.btn-round{
	width: 30px;
	height: 30px;
	background: #F3F6FF;
	border-radius: 50%;
	border: none;
	padding: 0; 
}
@media (min-width: 768px) {
	.btn-round{
		width: 40px;
		height: 40px;
	}
}
.btn-round .fa{
	vertical-align: middle;
	color: #646C84;
}
.cart-sum{
	display: none;
}
#cart{
	margin-left: auto;
}
#cart .btn{
	position: relative;
}
#cart .btn .icon{
	display: inline-block;
}
#cart .btn .img-svg{
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}
@media (min-width: 768px) {
	#cart .btn .img-svg{
		width: 24px;
	}
}
#cart-total{
	display: block;
	position: absolute;
	top: -3px;
	right: -3px;
	background: #ec2227;
	width: 14px;
	height: 14px;
	font-size: 8px;
	line-height: 15px;
	font-weight: 500;
	color: #fff;
	border-radius: 50%;
}
.dropdown-menu{
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	border-top: 1px solid #2dadfc;
}
.dropdown-menu a{
	padding: 10px 20px;
	color: #fff;
	display: block;
	background: #2BA7F4;
	font-size: 13px;
	border-bottom: 1px solid #2dadfc;
}
@media (min-width: 768px) {
	#top-menu{
		display: flex;
	}
}

@media (min-width: 1200px) {
	.header-inner{
		width: 1170px;
	}
	.top-menu-catalog{
		font-size: 16px;
	}
	.menu-dropdown a{
		font-size: 16px;
	}
	#logo{
		width: 272.5px;
	}
	.header-center{
		max-width: 704px;
		margin-right: 33px;
		margin-left: 30px;
		justify-content: flex-end;
	}
	#search{
		margin-left: 32px;
	}
	#search .input-lg{
		width: 300px;
	}
	.header-contacts{
		max-width: none;
		justify-content: flex-start;
	}
	.header-phone{
		font-size: 18px;
	}
	.header .header-phone{
		font-size: 18px;
		margin-right: 33px;
	}
	.top-menu-catalog{
		width: 30%;
	}
	.btn-bars{
		margin-right: 15px;
	}
}
@media (min-width: 1300px) {
	.header-inner,
	.container {
		width: 1210px;
	}
	.header-center{
		max-width: 744px;
	}
	#search .input-lg{
		width: 334px;
	}
	#search{
		margin-left: 35px;
	}
	.top-menu-catalog {
		width: 30.3%
	}
	.btn-bars{
		margin-right: 14px;
	}
}

.btn-bars {
	position: relative;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	top: 0;
	width: 30px;
	height: 30px;
	background: transparent;
	border-radius: 50%;
}

.top-menu-catalog{
	cursor: pointer;
}
.btn-bars .icon-bars{
	font-size: 0;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	transition: all .4s ease;
}
	
.btn-bars .icon-bars,
.btn-bars .icon-bars:after,
.btn-bars .icon-bars:before{
	background-color: #646C84;
	position: absolute;
	width: 14px;
	height: 2px;
	transition: all .2s ease;
	display: block;
	left: 0;
}

.btn-bars .icon-bars:after,
.btn-bars .icon-bars:before {
	content: '';
}
.btn-bars .icon-bars:before {
	top: -4px;
}
.btn-bars .icon-bars:after {
	bottom: -4px;
}

@media (min-width: 768px) {
	.btn-bars .icon-bars,
	.btn-bars .icon-bars:after,
	.btn-bars .icon-bars:before{
		background-color: #fff;
	}
}
@media (min-width: 992px) {
	.btn-bars .icon-bars,
	.btn-bars .icon-bars:after,
	.btn-bars .icon-bars:before{
		width: 20px;
	}
	.btn-bars .icon-bars:before {
		top: -6px;
	}
	.btn-bars .icon-bars:after {
		bottom: -6px;
	}
}
.list-group-item:first-child{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.list-group a,
.list-category a {
    border: none;
    color: #3F4453;
    font-size: 14px;
    line-height: 1.1428571;
    padding: 10px;
    border-top: 1px solid #f2f5fc;
}
@media (min-width: 992px) {
	.list-group a,
	.list-category a {
		padding: 10px 15px;
	}
}
.list-group-item,
.list-category-item {
	display: flex;
}
.list-category-item{
	flex-wrap: wrap;
}
.list-group-item .icon,
.list-category-item .icon{
	line-height: 16px;
	height: 16px;
	width: 6px;
	margin-right: 10px;
	flex-shrink: 0;
}
.list-group-item .icon-chevron,
.list-category-item .icon-chevron{
	fill: #A1AAC5;
}
.list-group-item span,
.list-category-item span{
	flex-grow: 1;
	width: calc(100% - 16px);
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover,
.list-category a.active, .list-category a.active:hover, .list-category a:hover {
    color: #2BA7F4;
    background: transparent;
    border: none;
    text-shadow: none;
    border-top: 1px solid #f2f5fc;
}

.list-group,
.list-category{
	padding: 4px 0 0; /*4px 15px 0*/
	background: #fff;
	list-style-type: none;
}
.category-submenu{
	list-style-type: none;
	padding-left: 0;
	position: absolute;
	top: 4px;
	left: 179px;
	background: #fff;
	z-index: 2;
	width: 556px;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #f2f5fc;
	display: none;
}
.list-category li:hover .category-submenu {
    display: flex;
}
.category-submenu li.category-submenu-h{
	font-weight: 700;
	color: #000;
	width: 100%;
	padding: 14px 21px 10px;
	border-bottom: 1px solid #f2f5fc;
}
.category-submenu li{
	width: calc(100% / 3);
}
@media (min-width: 992px) {
	.category-submenu li.category-submenu-h{
		font-size: 14px;
	}
	.category-submenu li{
		width: calc(100% / 4);
	}	
	.category-submenu{
		left: 232px;
		width: 723px;
	}
}
@media (min-width: 1200px) {
	.category-submenu li.category-submenu-h{
		font-size: 15px;
	}
	.category-submenu{
		left: 283px;
		width: 873px;
		top: 5px;
	}
}
@media (min-width: 1300px) {
	.category-submenu{
		left: 292px;
		width: 903px;
	}
}
.list-group .category-submenu a, .list-category .category-submenu a{
	border-top: none;
}
.owl-wrapper-outer {
    border: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.banner_title{
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	color: #fff;
	display: block;
	margin-bottom: 10px;
}
.banner_title span{
	color: #2BA7F4;
}
.banner_description{
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	display: inline-block;
}
@media (min-width: 480px) {
	.banner_title{
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 33px;
	}
	.banner_description{
		font-size: 14px;
		line-height: 19px;
	}
}
@media (min-width: 768px) {
	.banner_title{
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 10px;
	}
	.banner_description{
		font-size: 13px;
		line-height: 16px;
	}
	.banner_txt{
		width: 343px;
	}
}
@media (min-width: 992px) {
	.banner_title{
		font-size: 32px;
		line-height: 35px;
		margin-bottom: 15px;
	}
	.banner_description{
		font-size: 14px;
		line-height: 19px;
	}
	.banner_txt{
		width: 486px;
	}
}
.banner-img{
	width: 100%;
	max-height: 300px;
}
.banner-img--desktop{
 display: none;
}
.owl-item .item{
	position: relative;
}
.banner_txt{
	position: absolute;
	top: 0;
	left: 0;
	padding: 25px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.owl-carousel{
	background: transparent !important;
}
#slideshow0{
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px)
}
@media (min-width: 768px) {
	.banner-img--desktop{
	 	display: block;
	}
	.banner-img--mobile{
		display: none;	
	}
	#slideshow0{
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		
	}
	#slideshow0{
		border-radius: 0 0 3px 3px;
		/*border-radius: 0 0 10px 10px;*/
		overflow: hidden;
	}
	.banner-img{
		max-height: none;
	}
}
.row.row-custom{
	margin-left: -3.5px;
	margin-right: -3.5px;
	display: flex;
	flex-wrap: wrap;
}
.col-custom{
	width: calc((100% / 1) - 7px);
	margin: 0 3.5px;
}
.category-wall-box .image{
	padding: 15px;
	margin: 0 auto;
	width: 100%;
	max-width: 258px;
	display: block;
}
.category-wall-box{
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.col-custom{
		width: calc((100% / 2) - 7px);
		margin: 0 3.5px;
	}
	.category-wall-box{
		margin-bottom: 7px;
	}
}
@media (min-width: 992px) {
	.col-custom{
		width: calc((100% / 3) - 7px);
	}
}
@media (min-width: 1200px) {
	.col-custom{
		width: calc((100% / 4) - 7px);
	}
}
.category-list{
	padding: 0 15px;
	margin-bottom: 6px;
	height: 35px;
	overflow: hidden;
}
.category-list .title{
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #3F4453;
}
.category-list .title:hover{
	color: #2BA7F4;
}
.category-price-wrap{
	padding: 0 15px 17px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.category-price-wrap > span{
	font-size: 12px;
	line-height: 16px;
	font-weight: 700;
	color: #2BA7F4;
}
.category-price-wrap .category-price{
	width: 105px;
	height: 30px;
	background: url(../image/label.png) center center no-repeat;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
	padding-top: 6px;
	padding-right: 17px;
}
.price-txt{
	font-size: 9px;
	color: #fff;
}
.price-sum{
	font-size: 10px;
	color: #fff;
	font-weight: 700;
	margin-left: 5px;
	margin-right: 6px;
}
.price-value{
	font-size: 9px;
	color: #fff;
	font-weight: 700;
}

.pricelist{
	width: 100%;
	height: 180px;
	background: url(../image/bg-price.jpg) top center no-repeat;
	background-size: cover;
	border-radius: 3px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 20px 20px 14px;
	margin-bottom: 40px;
	margin-top: 30px;
}

@media (min-width: 768px) {
	.pricelist{
		margin-top: 0;
	}
}
.pricelist h2{
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-weight: 300;
	margin-top: 0;
}

.pricelist-bottom{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.pricelist-bottom a{
	color: #7C84A4;
	font-size: 12px;
	white-space: nowrap;
}
.pricelist-bottom a .icon-pdf{
	width: 34px;
	height: 34px;
	display: inline-block;
	vertical-align: text-bottom;
}
.pricelist-bottom a > span{
	vertical-align: middle;
	display: inline-block;	
}
.pricelist-bottom a:hover{
	color: #fff;
}
.pricelist-bottom .icon-download{
	height: 20px;
	width: 20px;
	fill: #fff;
}
.price-wrap button{
	background: #2BA7F4;
	box-shadow: inset 0px -3px 0px #1D8ACD;
	border-radius: 3px;
	border: none;
	width: 40px;
	height: 40px;
}
.price-wrap button:hover{
	background: #1D8ACD;
}
.price-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 28px 20px 20px
}
.price-wrap button .icon{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 22px;
	fill: #fff;
}

.pluses{
	background: #fff;
	border-radius: 3px;
	padding: 17px 21px 6px; 
	margin-top: 20px;
	margin-bottom: 40px;
}

.pluses-h2{
	font-size: 19px;
	line-height: 19px;
	color: #3f4453;
	font-weight: 700;
	margin-top: 0;
}
.pluses-p{
	font-size: 13px;
	line-height: 16px;
	color: #3f4453;
}

.pluses-icons{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-left: -18px;
	margin-right: -18px;
}

.pluses-item{
	width: calc((100% / 1) - 36px);
	display: flex;
	margin-left: 18px;
	margin-right: 18px;
	margin-bottom: 12px;
}
@media (min-width: 768px) {
	.pluses-item{
		width: calc((100% / 2) - 36px);
	}
}
@media (min-width: 1200px) {
	.pluses-item{
		width: calc((100% / 3) - 36px);
	}
}
.pluses-icon{
	flex-shrink: 0;
	margin-right: 7px;
}
.pluses-txt{
	font-size: 13px;
	line-height: 16px;
}
@media (min-width: 768px) {
	.pluses{
		padding: 25px;
		margin-top: 43px;
		margin-bottom: 23px;
	}
	.pluses-h2{
		font-size: 26px;
		line-height: 25px;
	}
	.pluses-p{
		font-size: 14px;
		line-height: 19px;
	}
	.pluses-txt {
	    font-size: 14px;
	    line-height: 19px;
	}
	.pluses-item{
		margin-bottom: 21px;
	}
}

.radio input[type="radio"]{display: none;}
.checkbox input[type="checkbox"]{display: none;}
.checkbox-inline input[type="checkbox"]{display: none;}

#product .checkbox input[type="checkbox"] {
	display: block;
}
#product .color-label:after {
    content: '+';
	color:#2BA7F4;
	background: #2BA7F4;
    width: 35px;
    height: 35px;
    padding: 0 4px;
    font-family: 'Font Awesome 5';
    font-weight: 300;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
    left: 22px;
    opacity: 0;
}

#product input:checked + .color-label:after {
    opacity: 1;
}

#product label .img-thumbnail {
	margin-left: -20px;
}
.checkbox-inline, .checkbox label, .radio label{padding-left: 0;}
.checkbox-inline{
	margin-top: 7px;
}

.radio .check-option:before{
	border-radius: 50%;
	width: 19px;
	height: 19px;
}
.checkbox-inline input[disabled] + .check-option:before{opacity: .5;}
.checkbox-inline input[disabled] + .check-option{
	cursor: not-allowed;
}
.radio input:checked + .check-option:after{
	content: '';
	width: 9px;
	height: 9px;
	background: #2BA7F4;
	border-radius: 50%;
	top: 1px;
	left: -22px;
}

.checkbox{margin-top: 14px;}
.check-option{
	margin-left: 25px;
	font-size: 10px;
	line-height: 11px;
	color: #9097b0;
	position: relative;
}
.check-option:before{
	content: '';
	display: block;
	position: absolute;
	left: -27px;
	top: -4px;
	border: 1px solid #aab0c8;
	border-radius: 2px;
	width: 20px;
	height: 20px;
}
input:checked + .check-option:after{
	content: '🗸';
	font-size: 34px;
	display: block;
	position: absolute;
	left: -25px;
	top: -1px;
	border-radius: 2px;
	width: 20px;
	height: 20px;
}
@media (min-width: 768px) {
	.check-option{
		font-size: 11px;
	}
	.main #content .pricelist{
		display: none;
	}
	.main #content .featured-h{
		display: none;
	}
	.main  #content .row-featured{
		display: none;
	}
}

.category-h1{
	height: 80px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -15px 15px;
	overflow: hidden;
}
.cat-desc{
	font-size: 13px;
	line-height: 16px;
	color: #000;
}
.category-h1 span{
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 22px;
	line-height: 25px;
	font-weight: 700;
	padding-left: 20px;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 1);
}
.bg-h-img{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.bg-h-img--desk{
	display: none;
}
.bg-h-img--mob{

}
@media (min-width: 768px) {
	.category-h1{
		height: 145px;
		margin-left: 0;
		margin-right: 0;
		z-index: 1;
		margin-bottom: 0;
	}
	.category-h1 span{
		font-size: 32px;
		line-height: 35px;
	}
	.bg-h-img--desk{
		display: block;
	}
	.bg-h-img--mob{
		display: none;
	}
	.cat-desc{
		position: relative;
		z-index: 1;
		margin-top: -5px;
		font-size: 14px;
		line-height: 19px;
	}
}

@media (min-width: 992px) {
	.category-h1{
		height: 209px;
	}
	.cat-desc{
		margin-top: -30px;
		margin-bottom: -27px;
	}
	.cat-desc p{
		/*max-width: 480px*/
	}
}

@media (min-width: 1200px) {
	.category-h1{
		height: 235px;
	}
	.cat-desc p{
		/*max-width: 585px*/
	}
}
.cat-filter{
	margin: 0 15px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E1E1E1;
}
.cat-filter .form-group,
.cat-filter ul{
	margin-bottom: 0;
}

.cat-filter ul li{
	font-size: 14px;
}
@media (min-width: 768px) {
	.cat-filter ul li{
		font-size: 16px;
		font-weight: 500;
	}
	.cat-filter .list-inline > li{
		padding: 10px 5px;
	}
}
@media (min-width: 992px) {
	.cat-filter .list-inline > li{
		padding-right: 15px;
		padding-left: 15px;
	}
}

.cat-filter ul li a{
	color: #B6B9C4;
}
@media (min-width: 1200px) {
	.cat-filter ul li a{
		display: inline-block;
		min-width: 105px;
		text-align: center;
	}
}

.cat-filter ul li a:hover,
.cat-filter ul li.active a{
	color: #3F4453;
}
.cat-filter ul li.active{
	position: relative;
}
.cat-filter ul li.active:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #2BA7F4;
	left: 0;
	bottom: -3px;
}
.cat-filter .list-inline{
	margin-left: 0;
}
.results{
	font-size: 11px;
	line-height: 15px;
	font-weight: 400;
	color: #a0a0a0;
	display: block;
	margin-bottom: 10px;
}


.select2-container .select2-selection--single{
	height: 19px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	display: block;
	transform: rotate(-180deg);
	width: 14px;
	height: 8px;
	position: absolute;
	top: 4px;
	margin-left: -8px;
}
	
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b .img-svg{
	fill: #2BA7F4;
	width: auto;
	height: 4px;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	width: 7px;
	height: 8px;
	top: -1px;
	margin-left: -8px;
}


.select2-container--default .select2-selection--single{
	border: 1px solid transparent;
	background-color: transparent;
	border-radius: 0;
	height: 17px;
	display: inline-block;
}
	
.select2-container--default .select2-selection--single	.select2-selection__rendered{
	color: #2BA7F4;
	padding-left: 0;
	padding-right: 20px;
	font-size: 15px;
	line-height: 16px;
	font-weight: 400;
	font-family: 'GothamPro';
	display: inline-block;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 15px;
	width: 15px;
	position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border: none;
	display: block;
	width: 7px;
	height: 8px;
	position: absolute;
	top: 3px;
	margin-left: -8px;

}
.select2-container--default .select2-selection--single .select2-selection__arrow b .img-svg{
	position: absolute;
	fill: #2BA7F4;
	width: auto;
	height: 4px;
}

.select2-container--default .select2-selection--single .select2-results__option--highlighted[aria-selected]{
	background-color: red;
	color: #fff;
}
		
.select2-dropdown{
	background-color: white;
	border: 1px solid #ebebeb;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
	border-radius: 0;
}
.select2-results{
	font-size: 16px;
	line-height: 19px;
	font-family: 'GothamPro';
}
.cat-filter ul li.select2-results__option{
	font-size: 14px;
	font-weight: 400;
}
.select2-results__option{
	padding: 6px 14px;
	color: #000;
	font-size: 14px;
	font-weight: 400;
}

.select2-dropdown.select2-dropdown--above{
/*	left: auto !important;
	right: 0 !important;*/
}

#sort .select2-container.select2-container--default.select2-container--open{
	width: 255px !important;
}
#sort .select2-dropdown.select2-dropdown--below{
	width: 255px !important;
	z-index: 4;
}
#sort{
	margin-top: 10px;
	display: inline-block;
	width: 100%;
}
@media (min-width: 768px) {
	#sort{
		margin-top: 0;
		display: inline-block;
		width: unset;
	}
	.select2 .selection{
		float: right;
	}
}
.h-img{
	position: absolute;
	top: -6px;
    right: 3px;
    max-width: 100px;
}
@media (min-width: 480px) {
	.h-img{
		top: -9px;
	    right: -19px;
	}
}
@media (min-width: 768px) {
	.h-img{
		top: 0;
		right: 0;
	}
}
@media (min-width: 1200px) {
	.h-img{
		top: 0;
		right: 10%;
		max-width: 27%;	
	}
}
.quantity,
.quantity .input-group.btn-block{
	width: 70px;
	display: flex;
	border: 1px solid #eaeaea;
	border-radius: 3px;
	overflow: hidden;
	height: 40px;
	flex-shrink: 0;
}
.btn-minus,
.input-group-btn.minus .btn.btn-primary{
	padding: 0 3px 0 9px;
	border: none;
	background: transparent;
	height: 40px;
}
.btn-plus,
.quantity .btn.btn-primary{
	padding: 0 9px 0 3px;
	border: none;
	background: transparent;
	height: 40px;
}
.quantity .input-group-btn{
	width: 18px;
	flex-shrink: 0;
}
.quantity-input,
#simplecheckout_cart .form-control{
	width: 10px;
	flex-grow: 1;
	padding: 0;
	text-align: center;
	font-size: 14px;
	color: #3f4453;
	font-weight: 500;
	border: none;
	height: 40px;
	box-shadow: none;
	min-width: 10px !important;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.icon-minus{
	fill: #3F4453;
	width: 6px;
	height: 3px;
	vertical-align: middle;
	margin-bottom: 2px;
}

.icon-plus {
	fill: #3F4453;
	width: 6px;
	height: 7px;
	vertical-align: middle;
	margin-bottom: 2px;
}
.button-right .price{
	font-size: 21px;
	line-height: 16px;
	font-weight: 700;
	color: #3f4453;
	text-align: right;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.button-right .price{
		margin-top: 25px;
		text-align: left;
	}
}
.btn-buy, #button-search{
	display: block;
	width: 131px;
	height: 40px;
	background: #2BA7F4;
	box-shadow: inset 0px -3px 0px #1D8ACD;
	border-radius: 3px;
	border: none;
	margin-left: 47px;
}
.btn-buy{
	margin-left: 5px;
}
#button-search{
	margin-left: 0;
}
.btn-buy.in-cart{
	color: #2BA7F4;
	background: #E4F5FF;
	box-shadow: none;
}
.btn-buy.in-cart > span{
	color: #2BA7F4;
}
.btn-buy.in-cart:hover{
	background: #2BA7F4;
}
.btn-buy.in-cart:hover span{
	color: #fff;
}
.btn-buy:hover{
	background: #1D8ACD;
}
.btn-buy > span{
	font-size: 13px;
	line-height: 15px;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.btn-buy .icon-cart{
	width: 20px;
	height: 18px;
	fill: #fff;
	display: inline-block;
	vertical-align: middle;
}
.product-bottom{
	display: flex;
	justify-content: space-between;
	    align-items: center;
}
.instock{
	color: #1EA323;
}
.sold{
	color: #FF5F55;
}
.product-top,
.product-description{
	background: #fff;
	padding: 25px;
	padding: 25px 25px 25px 15px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.product-description{
	padding: 25px;
}
@media (max-width: 360px) {
	.product-description{
		padding: 15px;
	}
}
.product-description h2{
	margin-top: 0;
}
.thumbnail {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.table{
	border-bottom: 1px solid #f9f9f9;
	margin-bottom: 5px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border-top: 1px solid #f9f9f9;
}
.table>thead strong{
	font-size: 18px;
	color: #2BA7F4;
}
.table>tbody>tr>td{
	font-size: 13px;
	color: #3F4453;
}
.product-h{
	display: flex;
	justify-content: space-between;
}
.product-h h1{
	margin-top: 0
}
.product-h .stock{
	white-space: nowrap;
	flex-shrink: 0;
	font-size: 13px;
	line-height: 16px;
	margin-left: 35px;
	margin-top: 18px;
}
.product-buy{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.product-buy .btn-buy{
	margin-left: 0;
	margin-right: 20px;
	width: 235px;
	height: 60px;
	box-shadow: inset 0px -3px 0px #1D8ACD;
	flex-shrink: 1;
}
.product-buy .btn-buy > span{
	font-size: 18px;
	line-height: 18px;
}
.product-buy .btn-buy .icon-cart{
	width: 22px;
	height: 20px;
}
.simple-content{
	margin: 15px 0px 0 !important;
}
.btn-close{
	background: transparent;
	border: none;
	padding: 0;
	position: absolute;
	top: 25px;
	right: 25px;
}
.btn-close .icon-close{
	fill: #EC2227;
	width: 8px;
	height: 8px;
}
.simplecheckout-cart{
	border-right: none !important;
	border-left: none !important;
	border-top: 1px solid #f0f0f0 !important;
}
.simplecheckout-cart .remove{
	position: relative;
	top: 0;
	right: 0;
	width: 0px;
	padding: 0;
}
.simplecheckout-cart td{
	border-bottom: 1px solid #F0F0F0 !important;
}

.simplecheckout-cart .image{
	min-width: 125px;
	padding: 25px 0;
}
.simplecheckout-cart td.name{
	text-align: left !important;
	padding: 25px 5px 25px !important;
}
.simplecheckout-cart td.name a{
	font-size: 17px;
	line-height: 16px;
	font-weight: 500;
	color: #3F4453;
}
.simplecheckout-cart td.price{
	vertical-align: bottom !important;
	padding: 25px 5px 25px !important;
	font-size: 14px !important;
	line-height: 16px !important;
	font-weight: 500 !important;
	color: #3f4453;
}
.simplecheckout-cart td.quantity{
	vertical-align: bottom !important;
	padding: 25px 5px 25px 10px !important;
	border-right: none;
	border-left: none;
}
.simplecheckout-cart td.total{
	padding: 25px 5px 25px !important;
	vertical-align: bottom !important;
	font-size: 19px !important;
	line-height: 19px !important;
	color: #3f4453;
}

.simplecheckout-cart .product-options{
	max-height: unset;
	max-width: 290px;
}
.simplecheckout-cart-total-value{
	font-size: 21px;
	font-weight: 700;
	color: #3f4453;
}
.simplecheckout-cart-total#total_sub_total{
	padding: 15px 3px 15px;
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#total_sub_total span > b{
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: #bbc0ce;
}
#total_sub_total .simplecheckout-cart-total-remove{
	display: none;
}
.simplecheckout-cart-total#total_sub_total:after{
	display: none;
}
.simple-content .checkout-heading{
	background-color: transparent !important;
	border-color: transparent !important;
	color: #3F4453 !important;
	font-size: 18px;
	font-weight: 18px;
	font-weight: 700;
	padding: 0 0 10px !important;
}

.simplecheckout-block-content .form-control{
	border: 1px solid #575d71;
	border-radius: 3px;
	height: 45px;
	font-size: 14px;
	color: #3F4453;
}

.simplecheckout-block-content .form-horizontal{
	margin-right: -15px;
	margin-left: -15px;
}
.simplecheckout-block-content .form-horizontal .form-group{
	margin-right: 0;
	margin-left: 0;
}

.simplecheckout-block-content .form-group{
	margin-bottom: 20px;
/*	margin-bottom: 20px;
	width: calc(50% - 30px);
	margin-right: 15px;
	margin-left: 15px;*/
}
.simplecheckout-block-content .form-control::-webkit-input-placeholder{
	color: #3F4453;
}
.simplecheckout-block-content .form-control:-moz-placeholder {
	color: #3F4453;
}
.simplecheckout-block-content .form-control::-moz-placeholder {
	color: #3F4453;
}
.simplecheckout-block-content .form-control:-ms-input-placeholder {
	color: #3F4453;
}
.simplecheckout-block-content{
	padding: 10px 0 !important;
}
/*.simple-content fieldset.form-horizontal{
	display: flex !important;
}*/
.form-material{
	position: relative;
}
.form-material select.form-control~.control-label{
	position: absolute;
	top: 12px;
    left: 25px;
    font-size: 14px;
    color: #757575;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    font-size: 14px;
    line-height: 14px;
    color: #b2b9cf;
    padding: 3px;
    background: #fff;
    width: 134px;
    text-align: left;
	color: #2BA7F4;
	top: -8.2px;
	font-size: 10px;
	line-height: 12px;
	background: #fff;
	width: auto;
}
.form-material .form-control.empty~.control-label{
	position: absolute;
	top: 12px;
    left: 25px;
    font-size: 14px;
    color: #757575;
    pointer-events: none;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    font-size: 14px;
    line-height: 14px;
    color: #b2b9cf;
    padding: 3px;
    background: #fff;
    width: 165px;
    text-align: left;
}
.has-error .control-label{
 color: #F1453B;
}
.form-material .form-control:focus~.control-label,
.form-material .form-control:not(.empty)~.control-label{
	color: #2BA7F4;
	top: -8.2px;
	font-size: 10px;
	line-height: 12px;
	background: #fff;
	width: auto;
	position: absolute;
	left: 25px;
	padding: 4px;
}

.form-flex{
	display: flex;
}
/*.form-flex .form-group{
	margin-bottom: 20px;
	margin-bottom: 20px;
	width: calc(50% - 30px);
	margin-right: 15px;
	margin-left: 15px;
}*/
#simplecheckout_customer .checkout-heading.panel-heading{
	margin-bottom: 0;
}
#simplecheckout_shipping_address{
	margin-top: -19px;
	margin-bottom: 0;
}

.simplecheckout-error-text{
	color: #F1453B;
	font-size: 10px;
	position: absolute;
	bottom: -17px;
}
.has-error .form-control{
	border-color: #F1453B;
}
.has-error .form-control:focus {
    border-color: #F1453B;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.random-h3{
	margin-top: 40px;
	margin-bottom: 15px;
}
.table.table-dropdown>tbody>tr>td{
	border-bottom: 1px solid #f0f0f0;
}
.table.table-dropdown>tbody>tr>td.td-name{
	vertical-align: middle;
	font-weight: 500;
}
.table.table-dropdown>tbody>tr>td.td-quantity{
	vertical-align: middle;
}
.table.table-dropdown>tbody>tr>td.td-total{
	vertical-align: middle;
	font-weight: 700;
}
.table-dropdown .img-thumbnail{
	border: none !important;
	padding: 0 !important;
}
.table-dropdown .btn-close{
	top: 0;
	right: 0;
}
.table-dropdown a,
.table-total a{
	color: #3f4453;
}
.table-total a:hover,
.table-dropdown a:hover{
	color: #2BA7F4;
}
.flex-row{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	padding-top: 7px;
	margin-bottom: 16px;
}
.total-txt{
	font-size: 15px;
	font-weight: 500;
	color: #BBC0CE;
}
.total-value{
	font-size: 21px;
	font-weight: 700;
	color: #3f4453;
	margin-left: 35px;
}
@media (max-width: 991px) {
	.simplecheckout-cart{
		display: block;
		position: relative;
	}
	.simplecheckout-cart tbody{
		display: block;
	}
	.simplecheckout-cart tr.table-row{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: 1px solid #f0f0f0;
		padding-bottom: 11px;
	}
	.simplecheckout-cart td{
		display: block;
		border-bottom: none !important;
	}
	.simplecheckout-cart .remove{
		position: unset;
	}
	.btn-close{
		top: 8px;
		right: 0;
	}
	.simplecheckout-cart td.name{
		width: calc(100% - 125px);
	}
	.simplecheckout-cart td.quantity{
		padding: 0 !important;
		width: calc(100% / 3);
		align-items: center;
		height: 41px;
		text-align: left;
		border-top: none !important;
	}
	.simplecheckout-cart td.price{
		padding: 0 !important;
		width: calc(100% / 3);
		align-items: center;
		text-align: left !important;
		/*height: 60px;*/

	}
	.simplecheckout-cart td.total{
		padding: 0 !important;
		width: calc(100% / 3);
		align-items: center;
		text-align: right;
		/*height: 60px;*/
	}
	.product-h{
		flex-wrap: wrap;
	}
	.product-h .stock{
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 9px;
		width: 100%;
	}
}

@media only screen and (max-width: 640px){
	.simplecheckout-cart col.image,
	.simplecheckout-cart th.image,
	.simplecheckout-cart td.image {
	    display: block !important;
	}
	.simplecheckout-cart td.name div.image {
	    display: none !important;
	}
}

@media only screen and (max-width: 480px){
	.simplecheckout-cart col.image,
	.simplecheckout-cart th.image,
	.simplecheckout-cart td.image {
	    display: none !important;
	}
	.simplecheckout-cart td.name div.image {
	    display: block !important;
	}
	.simplecheckout-cart td.name{
		width: 100%;
	}
}
.product-grid .product-options {
	display: none;
}
.product-grid .product-bottom {
	padding: 15px;
}

.btn.btn-buy {
	color: #fff;
}
.login-buton img {
	padding: 6px;
}
.vertical-sreview.transition {
	margin: 5px;
}
input:-internal-autofill-selected {
	background-color: rgb(255, 255, 255) !important;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 5px 0    white,   /* ваш box-shadow для :focus */
                  inset 0 0 0   50px white;  /* цвет вашего фона */
    -webkit-text-fill-color: black;          /* цвет текста */
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px white; /* цвет вашего фона */
    -webkit-text-fill-color: black; /* цвет текста */
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
#content {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.product-grid .button-right {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.product-grid .product-bottom {
	width: 100%;
}

.product-grid  .btn-buy.small {
	width: 132px;
	margin-left: 5px;
	margin-right: 15px;
}
.product-grid  .btn-buy.xsmall {
	width: 72px;
	margin-left: 15px;
}
.product-grid .price {
	text-align: left;
	padding: 15px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cat-filter .btn-buy{
	width: 50px;
}
@media (max-width: 1299px){
	.product-options{
		max-height: 120px;
	}
}
@media (max-width: 1199px){
	.product-grid .btn-buy.small {
	    width: 112px;
	    margin-right: 10px;
	}
	.product-grid .btn-buy.xsmall {
	    width: 50px;
	    margin-left: 10px;
	}
	.product-grid .product-bottom {
	    padding: 10px;
	}
	.btn-buy {
	    width: 112px;
	}
	.product-buy{
		flex-wrap: wrap;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.product-buy .btn-buy + .btn-buy{
		margin-top: 10px;
		order: 2;
	}
	.product-buy .btn-buy{
		order: 3;
		margin-top: 10px;
	}
	#product .quantity{
		order: 1;
	}
}

@media (max-width: 991px){
	.cat-filter .list-inline{width: 100%;}
	#compare-total.btn.btn-link{padding-left: 0}
	.product-options {max-height: none;}
}
@media (max-width: 767px){
	.cat-filter .list-inline{width: auto;}
	#compare-total.btn.btn-link{padding-left: 12px;}
	.product-grid .btn-buy.xsmall {width: 70px;}
  #cart {margin-left: 15px;}
  .login-buton{margin-left: auto;}
}
@media (max-width: 360px){
	.cat-filter .list-inline{width: 100%;}
  #compare-total.btn.btn-link{padding-left: 0;margin-right: auto;}	
}
.btns{
	width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-list .product-thumb .button-right .btns{
  display: flex;
  margin-bottom: 13px;
  justify-content: space-between;
  margin-top: 13px;  
}
.product-list .product-thumb .btns .btn-buy{
  margin-left: 0;
}
.product-list .product-thumb .btns .btn-buy.xsmall{
	width: 70px;
}
#product .checkbox label{
	padding-left: 20px;
}

.four-in-tab .nav-tabs>li {
	float: right;
}
#content .four-in-tab  .col-lg-2:nth-child(6n+1), #content .four-in-tab  .col-lg-2:nth-child(6n+1), #content .four-in-tab  .col-lg-3:nth-child(4n+1), #content .four-in-tab  .col-lg-4:nth-child(3n+1), #content .four-in-tab .col-lg-6:nth-child(2n+1) {
    clear: right;
}

.four-in-tab .nav-tabs {
	margin-bottom: 0px;
	border: 0px solid #fff;
}
.four-in-tab .tab-content {
	background-color: #fff;
	border-radius: 5px;
}

.four-in-tab .nav-tabs>li.active>a {
	border: 0px solid #fff;
}

.four-in-tab .nav-tabs>li {
	padding-right: 0px;
}

.main .owl-carousel .owl-buttons div i {
    font-size: 18px;
    margin: -20px 0 0;
}
.product-thumb .wishlist-btn {
	position: absolute;
    left: 10px;
	top: 5px;
	z-index: 999;
}