body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background: #d0eef9 url('../image/body.png') top center repeat-x;
	color: #575757;
	font-size: 13px;
	width: 100%;
}
*{
	border-radius: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	color: #444;
}
#content h2{
	margin-top:0;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	color: #46484A;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	line-height: 1.1;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #38B0E3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select,input,textarea{
	font-family: 'Open Sans', sans-serif;
}
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: 13px;
}
.form-control{
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 1px 2px;
	line-height:1.3;
	text-indent: 6px;
}
.filter_block .form-control{
	height:24px;
	text-indent: 0;
}
.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;
}
#content.col-sm-12 h3,aside h3,.panel-default > .panel-heading{
	background: #3a454b;
	margin: 0 0 20px 0;
	padding: 9px 0px 9px 22px;
	color: white;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 17px;
}
aside h3,.panel-default > .panel-heading{
	margin: 0 0 0px 0;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
#language span.hidden-xs, #language span.hidden-sm, #language span.hidden-md, #currency span.hidden-xs, #currency span.hidden-sm, #currency span.hidden-md{
	display: none;
}
#language .fa.fa-caret-down,#currency .fa.fa-caret-down{
	margin: 0 0 0 6px;
}
#top #language .btn-link{
	padding-right:0;
}
#top #language .dropdown-menu{
	left:auto;
	right:-1px;
}
.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

div.required .control-label1: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;
}
.body_wrap{
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #fff;
}
.container {
    width: 1150px;
}
@media (max-width: 1170px) {
	.body_wrap{width:auto;}
	.container{width:initial;}
}
/* top */
.navbar-collapse{
	padding:0;
}
#top {
	background-color: #3a454b;
	padding: 0 0px 0 0;
	margin: 0 0 7px 0;
	min-height: 39px;
}
#top .container {
	padding: 0 15px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-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: #fff;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #33bee5;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #33bee5;
}
#top .btn-link strong {
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
}
#top #language .btn-link *,#top #currency .btn-link *{
	vertical-align: middle;
}
#top-links {
	padding-top: 10px;
	font-size:11px;
}
#top-links li+li a{
	padding-left: 10px;
}
#top-links li+li a {
	border-left: 1px solid #898f93;
}
#top-links a i{
	margin-right:3px;
}
#top-links .open a{
	color:#33bee5;
	background: none;
}
#top-links .dropdown-menu li a{
	font-size:12px;
}
#top-links .dropdown-menu li + li a{
	border:0;
	padding: 3px 20px;
}
#top-links .dropdown-menu li a:hover{
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .dropdown-menu .btn-link, #top-links .dropdown-menu li, #top-links .dropdown-menu a{
	color: #575757;
}
#top #language .dropdown-menu > li > a{
	text-decoration: none;
}
#top .dropdown-menu{
	min-width:100px;
}
/* logo */
#logo {
	margin: 0 0 0 0;
}
/* search */
#search {
	background: #f6f6f6;
	border: 1px solid #cecece;
	padding: 4px;
	z-index: 7;
	margin-top: 30px;
	margin-bottom: 30px;
}
#search .input-lg {
	background: #FFF;
	text-indent: 10px;
	height: 28px;
	border: 1px solid #cccccc;
	padding: 0;
	-moz-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
}
#search .btn-lg {
	background: #1aa3db;
	width: 32px;
	height: 28px;
	margin:0 0 0 4px;
	cursor: pointer;
	border:0;
	padding:0;
	color: #fff;
}
#search .fa{
	font-size:15px;
}
.contact_top{
	margin-top: 28px;
	margin-bottom: 38px;
}
.contact_top a{
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	color: #3a454b;
	line-height: 1.2;
}
.contact_top a:first-child{
	display: block;
}
.contact_top a .fa{
	font-size:18px;
	color:#5385cd;
}
.contact_top a *{
	vertical-align: middle;
}
.fa-phone2{
	width:23px;
	height:15px;
	background: url('../image/tel.png') no-repeat;
	margin-right:4px;
}
.contact_top .contact_top_mailto{
	color: #5088ce;
	font-size: 15px;
	text-decoration: none;
	font-weight: 400;
}
.contact_top .contact_top_mailto span{
	border-bottom: 1px dotted #5088ce;
}
.contact_top .contact_top_mailto:hover span{
	border-bottom:1px dotted #fff;
}
.fa-mailto{
	width:21px;
	height:15px;
	background: url('../image/mailto.png') no-repeat;
	margin-right:7px;
}
/* cart */
#cart {
	margin-top: 30px;
	margin-bottom: 30px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	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: #3a454b;
	min-height: 52px;
	height: 52px;
	margin-bottom:25px;
	border:0;
}
#menu .nav > li > a {
	padding: 16px 28px 17px 28px;
	font-size: 14px;
	text-decoration: none;
	color: white;
	font-weight: 300;
	display: inline-block;
	text-transform: uppercase;
	line-height:1.3;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background: #33bee5;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	background: #3693ad;
	border-top: 1px solid #3a454b;
}
#menu .dropdown-menu a{
	text-decoration: none;
	color:#fff;
}
#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: #fff;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background: #3a454b;
}
#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: #3a454b;
}
#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;
}
.owl-wrapper-outer{
	border:0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: 0 !important;
	border-radius:0 !important;
}
.owl-pagination{
	display:none !important;
}
.owl-carousel{
	margin:0 0 25px 0 !important;
}
.owl-carousel .owl-buttons div i{
	color:#1f78cc;
}
.owl-carousel .owl-item .img-responsive{
	display: inline-block;
}
/* footer */
footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px 0;
	border-top: 1px solid #e8e8e8;
	margin:20px 0 0 0;
}
footer ul li {
    background: url('../image/footer_li.png') left center no-repeat;
    margin-bottom: 3px;
    padding: 0 0 0 20px;
}
footer a {
	text-decoration: none;
	color: #8b8888;
	font-size: 12px;
}
footer a:hover {
	color: #33bee5;
}
footer h5 {
	font-size: 14px;
    margin-top: 0px;
    margin-bottom: 8px;
    font-weight: 600;
}
.powered {
    margin: 0;
    color: #c8cbcd;
    position: relative;
    text-align: center;
    background-color: #3a454b;
    clear: both;
    min-height: 39px;
    padding: 5px 0;
}
.powered::before {
    content: '';
    position: absolute;
    width: 298px;
    height: 32px;
    right: 25px;
    top: 50%;
    margin-top: -14px;
    background: url('../image/payment.png') right center no-repeat;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #dcdcdc;
	background: #efefef;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb li a{
	color: #3a454b;
	font-size: 12px;
}
.pagination {
	margin: 0;
}
.html_block{
	margin:0 0 25px 0;	
}
.html_block h2{
	color: #46484A;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 300;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	line-height: 1.1;
}
.welcome_box{
	text-align: justify;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.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 {
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	color: #3a454b;
	background: #efefef;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
.btn-primary {
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	background: #2ba9cc;
	border:none;
	text-decoration: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background:#3a454b;
}
.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-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);
}
#cart .btn-inverse{
	background:url('../image/cart.png') 4px 50% no-repeat;
	border:1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	color: #333333;
	text-align: left;
	padding: 3px 16px 0px 50px;
}
#cart .btn-inverse:hover, #cart .btn-inverse:active, #cart .btn-inverse.active, #cart .btn-inverse.disabled, #cart .btn-inverse[disabled] {
	background:url('../image/cart.png') 4px 50% no-repeat;
}
header #cart .fa.fa-shopping-cart{
	display:none;
}
#cart .btn-inverse:before{
	content:'Корзина покупок';
	display: block;
	color: #333333;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}
#cart #cart-total{
	font-size: 13px;
	font-weight: 300;
	line-height:1;
	color: #5088ce;
}
/* list group */
.list-group a {
	border: 1px solid #dcdcdc;
	padding: 10px 8px;
	color: #3a454b;
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	display: block;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #fff;
	background: #33bee5;
	border: 1px solid #dcdcdc;
}
/* 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: 1px solid #c6c9d0;
	margin-bottom: 25px;
	overflow: auto;
}
.product-thumb:hover {
	-webkit-box-shadow: 0px 0px 7px #DDDDDD;
	-moz-box-shadow: 0px 0px 7px #DDDDDD;
	box-shadow: 0px 0px 7px #DDDDDD;
	border: 1px solid #8f8f8f;
}
.product-thumb .image {
	text-align: center;
	padding:10px 20px 0;
}
.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 {
	text-align: center;
	margin: 0 0 15px 0;
	min-height: 36px;
}
.product-thumb h4 a{
	color: #3a454b;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-thumb:hover  h4 a{
	color: #33bee5;
}
.product-thumb .caption {
	padding: 0 20px;
}
.product-thumb .caption p{
	display: none;
}
.product-thumb .caption  p.price{
	display: block;
	font-weight: 400;
	color: #3a454b;
	font-size: 18px;
	margin-bottom: 2px;
	margin-top: 4px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
.display_none{
	display: none;
}
.filter_block{
	background: #3a454b;
	padding: 5px 0;
	color: #fff;
	margin: 10px 0 20px 0;
}
.filter_block a:hover{
	color: #38B0E3;
	text-decoration: none;
}
.filter_block label{
	font-weight:600;
	margin: 0;
	line-height: 1.8;
}
@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-new {
	font-weight: 400;
	color: #3a454b;
	font-size: 18px;
	line-height: 1.1;
	margin-top: -4px;
	display: block;
}
.product-thumb .price-old {
	color: #F00;
	font-size: 12px;
	text-decoration: line-through;
	line-height: 0.8;
	display: block;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	
}
.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 {
	float: right;
	height: 34px;
	width: 41px;
	font-size: 0;
	padding: 0;
	background: url('../image/add_cart.png') top left no-repeat;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
.product-thumb .button-group button:nth-child(1){
	margin:-33px 20px 15px 0;
}
.product-thumb .button-group button:nth-child(2){
	clear:both;
}
.product-thumb .button-group button:nth-child(3){
	border-left: 1px solid #c6c9d0;
}
.product-thumb .button-group button + button {
	width: 50%;
	height:auto;
	border: none;
	border-top: 1px solid #c6c9d0;
	display: inline-block;
	float: left;
	background: #efefef;
	color: #575757;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding:8px 0;
}
.product-thumb .button-group button + button:hover {
	text-decoration: none;
	background: #3a454b;
	color:#fff;
	cursor: pointer;
}
.product-thumb .button-group button i.fa{
	font-size: 19px;
}
.product-thumb .button-group button i.fa-shopping-cart{
	display: none;
}
.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;
}
.thumbnails .image-additional+.image-additional{
	margin-left: 2px;
}
.thumbnails .image-additional:nth-child(6n+1){
	margin-left: 0px;
}

@media (min-width: 1120px) {
	#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;
}
.alert-success{
	background-color: #33bee5;
	border: 1px solid #1389c9;
	color: #fff;
}
.alert-success a{
	color: #fff;
}
.close{
	filter: alpha(opacity=40);
	opacity: .4;
}
.category_desc{
	margin:20px 0 0 ;
}
.manuf_list h2{
	background: #3a454b;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding: 6px 15px;
	margin-bottom: 0;
}
.manuf_list .row2{
	border: 1px solid #DBDEE1;
	padding:8px 0;
	margin-bottom: 20px;
}
.manuf_list .row2:after{
	clear:both;
	content:'';
	display: block;
}
.product_info .btn-group{
	margin:0 0 20px 0;
}
.product_info .btn-group .btn-default{
	color: #333;
}
.product_info .btn-group .btn-default:hover{
	color:#fff;
}
.product_info .thumbnail{
	border: 1px solid #c6c9d0;
}
.product_info label.control-label{
	display: none;
}

.product_info label.control-label1{
	display: block;
}

.product_info .form-group .form-control#input-quantity,.product_info .form-group #button-cart{
	width:auto;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-indent: 0;
}
.nav-tabs > li > a{
	background: #3a454b;
	font-size: 13px;
	font-weight: 600;
	color: #c8cbcd;
	text-decoration: none;
}
.nav-tabs > li > a:hover{
	background: #55666f;
	border: 1px solid #55666f;
	color:#fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	border: 1px solid #c6c9d0;
	border-bottom-color: #fff;
	color: #000;
}
.nav-tabs {
    border-bottom: 1px solid #c6c9d0;
}
.span_old_price{
	text-decoration: line-through;
	color: #F00;
}
@media (min-width: 768px) and (max-width: 1023px){
	.navbar-nav{float:none;}
	.navbar-nav > li{width:25%;text-align: center;}
	#menu .nav > li > a{display: block;}
	#menu{height:auto;}
}
@media (max-width: 990px){
	.filter_block{padding: 5px 0 15px;}
	.filter_block .text-right{text-align: left;}
}
@media (min-width: 768px) and (max-width: 900px) {
	.contact_top a{font-size:14px;}
	.contact_top .contact_top_mailto{font-size:13px;}
	.contact_top,#cart,#search{margin-top:20px;margin-bottom:30px;}
}
@media (max-width: 950px){
	.powered:before{display:none;}
}
@media (max-width: 768px){
	.contact_top,#cart,#search,#logo{margin:0 0 12px 0;text-align: center;}
	#logo .img-responsive{display: inline;}
	#cart .btn-inverse{background: none;text-align: center;padding: 10px 16px;}
	#cart .top_cart_title{font-weight:600;font-size:16px;}
	#cart .btn-inverse:hover, #cart .btn-inverse:active, #cart .btn-inverse.active{background:none;}
	#menu{height:auto;min-height: 42px;}
	.navbar-nav{margin:0;}
	#menu .nav > li > a{display:block;}
	.breadcrumb > li{
	    white-space: normal;
	}
	.breadcrumb > li:last-child:after{
	    display:none;
	}
	.breadcrumb > li:after{
	    width: 12px;
        height: 12px;
        top:4px;
	}
}
@media (max-width: 550px){
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
		padding-right: 10px;
		padding-left: 10px;
	}	
	.row{
		margin-right: -10px;
		margin-left: -10px;
	}
	.container{
		padding-right: 10px;
		padding-left: 10px;
	}
}