* {
	border-radius: 0 !important;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	background: #e0e0e0 url('../image/body.png') left top repeat-x;
	color: #535353;
	font-size: 15px;
	line-height: 1.3;
	width: 100%;
}

.road {
	color: #4b4b4b;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 600;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	text-transform: uppercase;
}

/* default font size */
.fa {
	font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}

h2 {
	font-size: 27px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a,
.btn-link {
	color: #107cab;
	outline: none !important;
}

a:hover {
	color: #E00000;
	text-decoration: underline;
}

legend {
	font-size: 18px;
	padding: 7px 0px
}

label {
	font-size: 14px;
	font-weight: normal;
}

.form-control {
	height: 35px;
}

.opt-name {
	text-align: center;
	font-size: 16px;
	background: #3669ac;
	color: white;
	padding: 7px !important;
}


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: 14px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
	font-size: 14px;
}

.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

.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+li{
	border-top:1px solid #fff;
}*/
.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;
}

.site_wrap {
	width: 1200px;
	background: #fff;
	box-shadow: 0 0 3px #868686;
	margin-left: auto;
	margin-right: auto;
	padding: 17px 0;
}

.container {
	width: 1200px;
}

.container2 {
	padding: 0 15px;
}

.container2:after {
	clear: both;
	content: '';
	display: table;
}

header {
	position: relative;
}

/* top */
#top {
	padding: 0 0px 0 0;
	min-height: 30px;
}

#top .container {
	padding: 0 2px 0 15px;
}

#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: #fff;
}

#top .dropdown-menu {
	right: 0;
	left: auto;
}

#top-links .dropdown-menu a {
	text-shadow: none;
}

#top-links .dropdown-menu a:hover {
	color: #FFF;
}

#top .btn-link strong {
	font-weight: 300;
}

#top .btn-link span {
	padding: 0 4px;
}

#top .btn-link:hover,
#top .btn-link:focus {
	text-decoration: none;
}

#top-links {
	padding-top: 8px;
	font-size: 13px;
}

#top-links a+a {
	margin-left: 15px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
	min-height: 75px;
}

#logo h1 {
	margin: 0;
}

#logo img {
	max-height: 75px;
}

/* search */
#search {
	margin-bottom: 4px;
	width: 90%;
}

#search .input-lg {
	height: 28px;
	line-height: 26px;
	padding: 1px 1px 1px 5px;
	background-color: #f8f8f9;
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #535353;
	font-size: 15px;
	text-indent: 5px;
}

#search .btn-lg {
	height: 28px;
	line-height: 28px;
	padding: 0px 7px;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: none;
	border-top: 1px solid #d8d8d8;
	background: #f8f8f9;
	color: #d1d1d1;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

#search .btn-lg .fa-search {
	font-size: 13px;
	line-height: 28px;
	vertical-align: bottom;
}

#search,
.top_adress,
.top_contact {
	margin-top: 5px;
}

.dropdown-menu>li>a {
	color: #fff;
}

/* cart */
#cart {}

#cart>.btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
}

#cart .dropdown-menu {
	border: 1px solid #d6d6d6;
	background: #fff;
	z-index: 1001;
	font-size: 14px;
	min-width: 100%;
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
	margin: 1px 0 0 0;
}

#cart .dropdown-menu a:hover {
	text-decoration: none;
}

@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;
}

.top_cart #cart>.btn:before {
	content: 'Корзина покупок';
	text-align: center;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: block;
}

/* menu */
#menu {
	background: url('../image/menu_ul_white.png') repeat-x;
	border: 1px solid #6970a2;
	height: 54px;
	margin-bottom: 15px;
}

#menu .navbar-collapse {
	padding: 0;
}

/*#menu .nav > li {
    border-right: 1px solid #2c3031;
}*/
#menu .nav>li>a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 15px;
	line-height: 53px;
	font-weight: 600;
}

#menu .nav>li:hover>a,
#menu .nav>li.open>a {
	background: url('../image/menu_hover.png');
	color: #1A6F9F;
}

#menu .dropdown-menu {
	padding-bottom: 0;
	box-shadow: 2px 2px 2px #232323;
	border-bottom: 1px solid #2c3031;
	border-left: 1px solid #2c3031;
	border-right: 1px solid #2c3031;
}

#menu .dropdown-inner {
	display: table;
}

#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 15px;
	clear: both;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 15px;
}

#menu .dropdown-inner li a:hover {
	background: url('../image/menu_hover.png');
	color: #0e0e0e;
}

#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #2c3031;
	padding: 5px 15px;
	font-size: 12px;
	color: #fff;
}

#menu .see-all:hover,
#menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	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;
	border: 1px solid #2c3031 !important;
	background: #171717;
	border-top: none;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #000;
}

.top_cart {
	position: absolute;
	right: 0px;
	top: 86px;
	z-index: 1000;
}

.top_cart #cart {}

.top_cart #cart>.btn {
	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
	padding: 8px 16px;
	background: url('../image/menu_ul_white.png') repeat-x;
	box-shadow: none;
	border-right: 1px solid #6970a2;
}

.text_top_cart {
	display: none;
}

@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 767px) {
	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}

	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 3px;
		background-color: rgba(0, 0, 0, 0.1);
	}

	#menu .dropdown-inner {
		display: block;
	}
}

/* content */
#content {
	min-height: 110%;
}

#content h1 {
	color: #4b4b4b;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 600;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	text-transform: uppercase;
}

#content .well h2 {
	margin-top: 0;
}

.info_page {
	margin: 0 5px 30px 0;
}

/* footer */
footer {
	margin-top: 30px;
	padding: 20px 5px;
	color: #fff;
	border: 1px solid #d6d6d6;
	background: url('../image/footer.png') right bottom no-repeat;
	background-size: contain;
}

footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer h5 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 600;
	text-transform: uppercase;
	color: #535353;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}

.alert a {
	text-decoration: underline;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #d6d6d6;
	background-color: initial;
}

.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 #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination {
	margin: 0;
}

/* buttons */
.buttons {
	margin: 1em 0;
}

.btn {
	font-size: 14px;
	padding: 7.5px 12px;
	border: 0;
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}

.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: 13px;
}

.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;
	background: #0f97cb;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-color: #4e4e4e;
}

.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: #0f97cb;
	background-image: linear-gradient(to bottom, #0f97cb, #0f97cb);
	background-repeat: repeat-x;
	border-color: #0f97cb #0f97cb #0f97cb;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	background-image: none;
	background-color: #4e4e4e;
}

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	/*color: #23A1D1;*/
}

.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 {
	margin: 0;
}

.list-group-item {
	border: 0;
}

.list-group a {
	display: block;
	background: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 8px 8px 8px 0px;
	color: #107cab;
}

.list-group a.active:hover,
.list-group a:hover,
.list-group a:focus {
	color: #d72737;
	background: none;
}

.list-group a.active {
	font-weight: bold;
	color: #d72737;
	background: none;
}

.list-group a.list-group-item+a.list-group-item {
	border-top: 1px solid #d6d6d6;
}

/* 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 {
	margin-bottom: 30px;
}

.product-thumb .image {
	text-align: center;
	padding: 0px 0px 10px;
	position: relative;
	overflow: hidden;
}

.product-thumb .image a {
	display: block;
}

.product-thumb .image a:hover img {
	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 {
	margin: 0 0 2px 0;
	min-height: 38px;
	line-height: 19px;
	text-align: center;
}

.product-thumb h4 a {
	font-weight: 400;
	text-decoration: none;
	display: block;
	font-size: 15px;
}

.product-thumb .caption {
	padding: 0 0px;
}

.product-thumb .caption p {
	display: none;
}

.product-thumb .caption p.price {
	display: block;
}

.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
	.product-grid .product-thumb .caption {
		min-height: 210px;
		padding: 0 10px;
	}
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}

	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
	position: absolute;
	top: 7px;
	right: 23px;
}

.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 {
	font-weight: bold;
	color: #d72737;
	font-size: 25px;
	display: block;
	text-align: center;
	line-height: 30px;
	margin: 0 0 10px 0;
}

.product-thumb .price-new {
	font-weight: bold;
	line-height: 23px;
	display: block;
	margin: -8px 0 0 0;
}

.product-thumb .price-old {
	color: #F00;
	text-decoration: line-through;
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb p {
	margin: 0;
}

.product-thumb:after {
	display: table;
	content: '';
	clear: both;
}

.product-thumb .button-group {
	/*border-top: 1px solid #ddd;
	background-color: #eee;*/
	overflow: auto;
	text-align: center;
}

.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 {
	margin: 0;
	border: 0;
	height: 30px;
	padding: 0px 20px 0px 20px;
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-size: 13px;
	font-weight: 600;
	background: #0f97cb;
	text-transform: uppercase;
	-webkit-transition: background 0.4s ease;
	-moz-transition: background 0.4s ease;
	-o-transition: background 0.4s ease;
	transition: background 0.4s ease;
}

.product-thumb .button-group button span {
	font-size: 0;
}

.product-thumb .button-group button:after {
	content: 'купить';
	line-height: 1.5;
	font-size: 13px;
}

.product-thumb .button-group button .fa {
	display: none;
}

.product-thumb .button-group button+button {
	width: 20%;
	border-left: 1px solid #ddd;
	display: none;
}

.product-thumb .button-group button:hover {
	color: #fff;
	background: #4e4e4e;
	text-decoration: none;
	cursor: pointer;
}

.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;
}*/

.copy {
	text-align: center;
	padding: 15px;
}

.site_wrap .owl-carousel {
	background: none;
}

.site_wrap .owl-wrapper-outer {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

.site_wrap .form-control {
	background-color: #f8f8f9;
	border: 1px solid #d8d8d8;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	color: #535353;
	cursor: pointer;
}

.site_wrap .list-group-item {
	background: none;
}

#form-currency .btn-group>.btn,
#form-language .btn-group>.btn,
#currency .btn-group>.btn,
#language .btn-group>.btn {
	font-size: 17px;
}

.dropdown-menu {
	background: white;
	border-top: 1px solid #2c3031;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#top .dropdown-menu {
	border: 1px solid #2c3031
}

#top .btn {
	padding: 4px 12px;
}

#top .fa,
.fa-user {
	padding-right: 3px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background: none;
	text-decoration: none;
}

#top #form-currency .currency-select img,
#top #form-language .language-select img {
	padding: 0 5px 0 0;
}

.top_adress {
	padding: 8px 0 0 30px;
	background: url('../image/top_adress_white.png') left center no-repeat;
	font-size: 18px;
	font-weight: 400;
	min-height: 40px;
	color: #5f7e99;
}

.top_contact {
	text-align: right;
	margin-left: -10px;
}

.top_contact a {
	white-space: nowrap;
}

.top_phone {
	background: url('../image/top_phone_white.png') left center no-repeat;
	padding: 0 0 0 30px;
	font-weight: 800;
	line-height: 1.5;
	width: 170px;
}

.top_phone a {
	text-decoration: none;
	font-size: 18px;
	color: #5f7e99;
}

.top_phone a:hover {
	text-decoration: none;
	color: #E00000;
}

.top_email {
	background: url('../image/mailto_white.png') left center no-repeat;
	padding: 0 0 0 27px;
	font-weight: 100;
}

.top_email a {
	font-size: 17px;
	text-decoration: none;
	color: #5f7e99;
	font-weight: bold;
}

.top_email a:hover {
	text-decoration: none;
	color: #E00000;
}

/*.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #272727;
}
*/
.table>tbody>tr>td,
.table>thead>tr>td,
.table-bordered>thead>tr>td,
.table-bordered,
.table>tbody+tbody {
	border: 1px solid #d6d6d6;
}

#column-left h3,
#column-right h3,
.panel-default>.panel-heading {
	border: 1px solid #d6d6d6;
	color: #3e3e3e;
	background: #e7e7e7;
	border-bottom: none;
	padding: 8px 10px 7px 10px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 0 0;
}

.box h3 {
	border: 1px solid #d6d6d6;
	color: #3e3e3e;
	background: #e7e7e7;
	border-bottom: none;
	padding: 8px 10px 7px 10px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 0 0;
}

.box .box_content {
	border: 1px solid #d6d6d6;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
}

.box .box_content.box_content_cat {
	padding: 10px;
}


.owl-carousel:hover .owl-buttons div {
	opacity: 0.85 !important;
}

.owl-carousel .owl-buttons div {
	color: #e7e7e7 !important;
}

.owl-carousel .owl-buttons div .fa-chevron-left,
.owl-carousel .owl-buttons div .fa-chevron-right {
	text-shadow: 0 0 4px #000;
}

.owl-pagination {
	top: -25px !important;
}

.owl-controls .owl-page span {
	background: rgba(256, 256, 256, 0.8) !important;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6) !important;
}

.owl-controls .owl-page.active span {
	background: #007aad !important;
}

#carousel0 {
	padding: 20px 0;
}

.html_module h2 {
	color: #4b4b4b;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 600;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
	text-transform: uppercase;
}

#banner0 img {
	width: 100%;
}

.foot_phone {
	text-decoration: none;
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin: 25px 0px 22px 0px;
	color: #535353;
}

.foot_phone2 {
	font-size: 22px;
	font-weight: 600;
	line-height: 1;
	margin: 25px 0px 22px 0px;
	color: #535353;
}

.foot_soc {
	font-size: 0;
}

.foot_soc img {
	max-width: 32px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}

.foot_soc a+a img {
	margin-left: 6px;
}

footer ul li {
	margin-bottom: 3px;
	padding-left: 28px;
	background: url('../image/li3.png') left center no-repeat;
}

footer ul li a {
	display: block;
	line-height: 20px;
}

.owl-carousel .owl-item img {
	display: inline;
}

.products_filter {
	border-top: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	background: #e7e7e7;
	padding: 10px;
}

.products_filter .form-group {
	margin: 0;
}

.products_wrap {
	border: 1px solid #d6d6d6;
	padding: 20px 20px 0 20px;
	margin: 0 0 20px 0;
}

.products_filter1 {
	display: none;
}

.products_filter .input-group .input-group-addon {
	font-size: 12px;
}

hr {
	border-top: 1px solid #d6d6d6;
}

.product_info_add2 {
	float: right;
	margin: 0 0 20px 0;
	border: 1px solid #959595;
}

.product_info_add2 button:last-child {
	border-left: 1px solid #959595;
}

.product_info_add2 button:first-child {
	border-right: 1px solid #959595;
}

.nav-tabs {
	border-bottom: 1px solid #d6d6d6;
}

.nav-tabs>li>a {
	border: 1px solid #d6d6d6;
	background: #e7e7e7;
	color: #3e3e3e;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: 1px solid #d6d6d6;
	background: none;
}

.tab-pane {
	margin: 0 0 30px 0;
}

.tab-pane h3 {
	border: 1px solid #d6d6d6;
	color: #3e3e3e;
	background: #e7e7e7;
	border-bottom: none;
	padding: 8px 10px 7px 10px;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 20px;
}

.product_info_price h2 {
	font-weight: bold;
	color: #d72737;
	font-size: 27px;
	margin: 0;
}

.product_info_price span {
	color: #d31313;
}

.alert-success {
	background: #cfebf3;
	border: 1px solid #d6d6d6;
	color: #535353;
}

.close {
	color: #535353;
	opacity: 1;
}

.panel-default {
	border: 1px solid #d6d6d6;
	background: none;
}

.panel-default>.panel-heading {
	border: 0;
}

.panel>.list-group a.list-group-item,
.panel-heading+.list-group .list-group-item:first-child {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding-left: 15px;
	font-weight: bold;
	color: #107cab;
}

.list-group-item {
	padding: 5px 15px;
}

.list-group+.panel-footer {
	border-top: 1px solid #d6d6d6;
}

legend {
	border-bottom: 1px solid #d6d6d6;
}

.well {
	background: none;
	border: 1px solid #d6d6d6;
}

.owl-controls {
	height: 0;
}

.owl-wrapper-outer {
	-webkit-box-shadow: inherit !important;
	-moz-box-shadow: inherit !important;
	-o-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #d6d6d6;
}

.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: 1px solid #d6d6d6;
}

#cart ul li:first-child .table>tbody>tr>td {
	border: 0;
}

#tab-review .fa-stack {
	width: 1.2em;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	border-top-color: #337ab7;
	border-bottom-color: #337ab7;
	border-right-color: rgb(221, 221, 221);
	border-left-color: rgb(221, 221, 221);
}

#product input#input-quantity {
	height: 40px;
	text-align: center;
}

.clear {
	clear: both;
}

.navbar-nav {
	width: 900px;
	/*overflow: hidden;
	height: 53px;*/
}

@media (max-width: 1200px) {
	.container {
		width: auto;
	}

	.site_wrap {
		width: auto;
	}

	#logo img {
		max-height: 56px;
	}

	.top_cart {
		position: relative;
		top: 0;
	}

	header {
		padding: 0 0 20px 0;
	}

	.top_contact {
		text-align: left;
	}

	#logo {
		min-height: inherit;
	}

	.navbar-nav {
		width: auto;
		overflow: inherit;
		height: auto;
	}
}

@media (max-width: 900px) {
	footer {
		background: none;
	}

	footer .col-sm-3:nth-child(1) {
		width: 100%;
		text-align: center;
		margin: 0 0 20px 0;
	}

	footer .col-sm-3:nth-child(2),
	footer .col-sm-3:nth-child(3) {
		width: 50%;
	}
}

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

	#logo img {
		max-height: initial;
		display: inline;
	}

	.col-xs-mobile {
		margin: 0 0 15px 0;
	}

	#search {
		width: auto;
	}

	#search+.list-inline {
		text-align: center;
	}

	.top_contact {
		margin: 0 auto;
		width: 200px;
	}

	.top_phone a {
		font-size: 20px;
		font-weight: 400;
	}

	.top_email a {
		font-size: 18px;
	}

	.col-xs-mobile-adr {
		display: none;
	}

	#menu {
		height: auto;
	}

	.navbar {
		min-height: initial;
	}

	#menu .nav {
		background: #000;
		margin-top: 0;
		margin-bottom: 0;
		border-top: 1px solid #2c3031;
	}

	#menu .nav>li>a {
		padding: 10px 30px;
		line-height: 20px;
	}

	#menu .nav>li+li {
		border-top: 1px solid #2c3031;
	}

	footer .col-sm-3:nth-child(2),
	footer .col-sm-3:nth-child(3) {
		width: 100%;
	}

	#menu .dropdown-inner a,
	#menu .see-all {
		padding: 3px 25px;
	}
}


.mfilter-disabled {
	display: none !important;
}

.mfilter-image .mfilter-heading {
	display: none !important;
}

.mfilter-image ul li,
.mfilter-image_radio ul li {
	margin: 0px 3px 0px 3px !important;
	float: left;
	opacity: 0.5;
	opacity: 0.9;
	border: 1px solid #33313140 !important;
	padding: -2px;
	/* box-shadow: 0px 0px 13px -4px black; */
}

.popup-content h3 {
	background: #386caf;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
}

.multi-modal-content .popup-heading {
	display: none;
}

.multi-modal-content .popup-close {
	position: absolute;
	right: -1px;
	top: -3px;
	z-index: 9;
	border: none;
	background: none;
	color: #000;
	font-size: 31px;
	outline: none;
	cursor: pointer;
	background: #446bb5;
	color: white;
	border-radius: 49px !important;
}

.buttons .pull-right {
	float: none !important;
	text-align: center;
}

.product-layout {
	border: 1px solid #00000036;
	max-width: 266px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.open>.dropdown-menu {
	display: block;
	background: #2e5e9d;
}

#horizontal-menu .dropdown-inner a {
	color: white !important;
}

#mfilter-content-container .category-description{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.callback-buttons {
	height: 100px;
	width: 50px;
	z-index: 9999;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.callback-viber {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	position: relative;
	height: 50%;
	width: 100%;
	background-color: #665CAC;
}

.callback-viber img {
	height: 60%;
	width: 60%;
}

.callback-whatsapp {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 999;
	position: relative;
	height: 50%;
	width: 100%;
	background-color: #25D366;
}

.callback-whatsapp img {
	height: 60%;
	width: 60%;
}

.category-row #mfilter-content-container .subcategory-images .row{
	display: flex;
	flex-wrap: wrap;
}

.category-row #mfilter-content-container .subcategory-images .subcategory-item a{
	display: block;
	word-wrap: break-word;
	margin-top: 10px;
}