@font-face {
	font-family: 'geometriaextrabold';
	src: url('../fonts/geometria-extablack-webfont.eot');
	src: url('../fonts/geometria-extablack-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/geometria-extablack-webfont.woff2') format('woff2'),
		url('../fonts/geometria-extablack-webfont.woff') format('woff'),
		url('../fonts/geometria-extablack-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'geometriaheavy';
	src: url('../fonts/geometria-heavy-webfont-webfont.eot');
	src: url('../fonts/geometria-heavy-webfont-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/geometria-heavy-webfont-webfont.woff2') format('woff2'),
		url('../fonts/geometria-heavy-webfont-webfont.woff') format('woff'),
		url('../fonts/geometria-heavy-webfont-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'geometriaextralight';
	src: url('../fonts/geometria-extralight-webfont.eot');
	src: url('../fonts/geometria-extralight-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/geometria-extralight-webfont.woff2') format('woff2'),
		url('../fonts/geometria-extralight-webfont.woff') format('woff'),
		url('../fonts/geometria-extralight-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'geometriaitalic';
	src: url('../fonts/geometria-italic-webfont.eot');
	src: url('../fonts/geometria-italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/geometria-italic-webfont.woff2') format('woff2'),
		url('../fonts/geometria-italic-webfont.woff') format('woff'),
		url('../fonts/geometria-italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'geometrialight';
	src: url('../fonts/geometria-light-webfont.eot');
	src: url('../fonts/geometria-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/geometria-light-webfont.woff2') format('woff2'),
		url('../fonts/geometria-light-webfont.woff') format('woff'),
		url('../fonts/geometria-light-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'geometriabold';
	src: url('../fonts/geometria-bold-webfont.eot');
	src: url('../fonts/geometria-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/geometria-bold-webfont.woff2') format('woff2'),
		url('../fonts/geometria-bold-webfont.woff') format('woff'),
		url('../fonts/geometria-bold-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'geometriamedium';
	src: url('../fonts/geometria-medium-webfont.eot');
	src: url('../fonts/geometria-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/geometria-medium-webfont.woff2') format('woff2'),
		url('../fonts/geometria-medium-webfont.woff') format('woff'),
		url('../fonts/geometria-medium-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'geometriaregular';
	src: url('../fonts/geometria-webfont.eot');
	src: url('../fonts/geometria-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/geometria-webfont.woff2') format('woff2'),
		url('../fonts/geometria-webfont.woff') format('woff'),
		url('../fonts/geometria-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'geometriathin';
	src: url('../fonts/geometria-thin-webfont.eot');
	src: url('../fonts/geometria-thin-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/geometria-thin-webfont.woff2') format('woff2'),
		url('../fonts/geometria-thin-webfont.woff') format('woff'),
		url('../fonts/geometria-thin-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'als_rublregular';
	src: url('../fonts/rub/rub-webfont.eot');
	src: url('../fonts/rub/rub-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rub/rub-webfont.woff') format('woff'), url('../fonts/rub/rub-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal
}

.rub {
	font-family: 'als_rublregular';
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}

.terms label input {
	height: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #666666;
}

/* default font size */
.fa {
	font-size: 18px;
	font-family: Tahoma, Verdana, Arial, fontawesome;
}

/* Override the bootstrap defaults */
h1 {
	font-size: 27px;
	font-family: 'geometriamedium';
	color: #4d65bf;
}

h2 {
	color: #464646;
	font-size: 25px;
}

h3 {
	font-size: 22px;
	font-family: 'geometriamedium';
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #89223c;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	/* outline: none!important; */
}

a:hover {
	text-decoration: none;
	color: #4d65bd;
}

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

label {
	font-size: 16px;
	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;
}

button:focus {
	outline: none;
}

.form-control {
	border: 1px solid #e0e0e0;
	border-radius: 0px;
	padding: 3px 12px;
	height: 38px;
	z-index: 3;
}

.form-control:hover {
	border-color: #ff0000;
	z-index: 3;

}

.form-control:focus {
	border-color: #ff0000;
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	z-index: 3;
}

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

.product {
	margin-bottom: -30px;
	border-bottom: 0px;
}

.product>li>a {
	border-radius: 0px;
}

.product>li.active>a,
.product>li.active>a:focus,
.product>li.active>a:hover {
	color: #89223c;
	cursor: default;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-bottom-color: transparent;
	font-weight: bold;
}

.to_top {
	position: fixed;
	top: 0px;
	z-index: 50;
	padding: 0px;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

.btn-group ul.dropdown-menu {
	border-radius: 0px;
	top: 36px;
}

.dropdown-menu {
	border-radius: 0px;
}

.dropdown-menu>li>a {
	text-align: left;
	color: #424242;
	padding: 3px 30px;
	line-height: 2;
}



.dropdown-menu li>a:hover {
	color: #ff0000;
	transition: all 0.2s;
	background-color: #f5f5f5;
}


.navbar-nav {
	padding: 0px 9px;
}

.navbar .collapse.in {
	margin-bottom: 0 !important;
}


/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 10px;
	margin: 0 0 24px 0;
	line-height: 30px;
	background: #fff;
}

@media (max-width: 991px) {
	#top {
		height: auto;
	}
}

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

#top #currency .currency-select {
	text-align: left;
	color: #424242;
	padding: 3px 30px;
	line-height: 2;
}

#top #currency .currency-select:hover {
	color: #ff0000;
	transition: all 0.2s;
	background-color: #f5f5f5;
}

#top .btn-link,
#top-links li,
#top-links a {
	color: #4d65bd;
	font-size: 20pt;
	word-spacing: -0.5px;
	color: #4d65bd;
	font-size: 17pt;
	text-decoration: none;
	margin-top: 9pt;
	margin-left: 40pt;
	letter-spacing: -0.9px;
}

#top .btn-link:hover,
#top-links a:hover {
	color: #d50321;
}

.btn-link a {
	color: #d90000;
	text-decoration: none;
}

#top-links .dropdown-menu a {
	text-align: left;
	color: #424242;
	padding: 3px 30px;
	line-height: 2;
}

#top-links .dropdown-menu a:hover {
	color: #ff0000;
	transition: all 0.2s;
	background-color: #f5f5f5;
}

#top .btn-link strong {
	font-size: 14px;
	line-height: 14px;
}

#top-links {
	padding-right: 15px;
	display: none;
}

#top-links ul {
	padding-top: 6px;
}

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

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
	border-color: #337ab7;
}

/* logo */
#logo {
	margin: 15px 0 10px 0;
}

@media (max-width: 991px) {
	#logo a img {
		margin: auto;
	}
}

/* search */
#search {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 15px;
}

#search .btn-s1 {
	display: inline-block;
	height: 40px;
	width: 105px;
	padding: 0 10px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 1;
}

#search .input-group-btn {
	display: inline-block;
	width: auto;
}

#search .btn-s1:hover {
	border-color: #b0b0b0;
}

#search .btn-s1:focus {
	border-color: #ff0000;
	box-shadow: none;
}

#search:hover>span button.btn-s2,
#search:hover>.btn-s1 {
	border-color: #ff0000;
	box-shadow: none;
}

#search .btn-s2 {
	z-index: 2;
	width: 52px;
	height: 40px;
	border: 1px solid #e0e0e0;
	background: #fff;
	color: #616161;
	outline: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 0;
}

#search .btn-s2:hover {
	border-color: #ff0000;
	background: #ff0000;
	color: #fff;
}

#search .btn-s2 i {
	font-size: 15px;
}









.search-hot-words {
	position: absolute;
	top: 20px;
	right: 62px;
	z-index: 5;
	text-align: right;
}

.search-hot-words a {
	display: inline-block;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 12px;
	background: #eee;
	color: #757575;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.search-hot-words a:hover {
	background: #d90000;
	color: #fff;
}

/* cart */
#cart {
	width: auto;
	padding: 0;
}

#cart>.btn {
	width: auto;
	height: 40px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	border-radius: 0px;
	background: #a2a0a0;
	color: #fff;
	border: 0px;
}

#cart>.btn:hover {
	background-color: #d90000;
	border-color: #d90000;
	color: #fff;
}

#cart.open>.btn {
	background-image: none;
	background-color: #FFFFFF;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}

#cart.open>.btn:hover {
	color: #444;
}

#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}

#cart .dropdown-menu {
	min-width: 100%;
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}

#cart .dropdown-menu table {
	margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
	min-width: 427px;
	padding: 0 10px;
}

@media (max-width: 478px) {
	#cart .dropdown-menu li>div {
		min-width: 100%;
	}
}

#cart .dropdown-menu li p {
	margin: 20px 0;
}

#cart i {
	vertical-align: top;
}

#cart #cart-total {
	vertical-align: middle;
}

#cart .btn-border {
	margin: 0 10px 0 0;
	padding: 10px;
	border: 1px solid #d0d0d0 !important;
	background: none !important;
}

#cart .btn-border i {
	color: #a2a0a0;
	font-size: 17px;
}


.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff;
}

.cart-goods-list {
	background-color: #fff;
}

.cart-goods-list thead tr td {
	height: 70px;
	line-height: 54px;
	color: #424242;
}

.cart-goods-list>tbody>tr>td,
.cart-goods-list>tbody>tr>th,
.cart-goods-list>tfoot>tr>td,
.cart-goods-list>tfoot>tr>th,
.cart-goods-list>thead>tr>td,
.cart-goods-list>thead>tr>th {
	padding: 15px 26px 15px 0;
	border-top: 1px solid #e0e0e0;
}

.cart-goods-list2 {
	background-color: #fff;
}

.cart-goods-list2 thead tr td {
	height: 70px;
	color: #424242;
}

.cart-goods-list2>tbody>tr>td,
.cart-goods-list2>tbody>tr>th,
.cart-goods-list2>tfoot>tr>td,
.cart-goods-list2>tfoot>tr>th,
.cart-goods-list2>thead>tr>td,
.cart-goods-list2>thead>tr>th {
	padding: 15px 26px 15px 15px;
	border-top: 1px solid #e0e0e0;
}


.panel-default>.panel-heading {
	padding-left: 20px;
	background-color: #fff;
	color: #424242;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.panel-default>.panel-heading:hover,
.panel-default>.panel-heading:active,
.panel-default>.panel-heading:focus {
	background-color: #fafafa;
}

.panel-default>.panel-heading h4 {
	line-height: 30px;
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	text-decoration: inherit;
}

header .container+.grayfon.in {
	border-bottom: 1px solid #e0e0e0;
}

.actions {
	padding: 0 28px;
}

.actions .pdqo {
	margin: 0 0 15px;
	border-color: #d1d1d1;
	background: #f0f0f0;
}

/* .actions .pdqo:focus,
.actions .pdqo:active {
	border
} */

.margintop-10 {
	margin: 10px 0 0;
}

/* menu */

#menu .nav>li>a {
	position: relative;
	display: block;
	height: 50px;
	line-height: 30px;
	color: #424242;
	min-height: 14px;
	background-color: transparent;
	text-shadow: none;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
	background: #f5f5f5;
}

#menu .dropdown-menu {
	padding-bottom: 0;
}

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

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

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 0px 20px;
	clear: both;
	line-height: 30px;
	color: #333333;
	font-size: 14px;
}

#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 #category+button {
	color: #fff;
	border: none !important;
	border-radius: 0;
	background: #777;
	font-weight: bold;
}

#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;
	width: 100%;
	display: block;
}

#menu .navbar-header {
	width: 100%;
	float: none;
}

#menu .navbar-collapse {
	width: 100%;
	border-radius: 0px;
	padding: 0;
	margin: -1px 0 0 0;
	border: 1px solid #e0e0e0;
}

#menu .navbar-collapse .navbar-nav {
	width: 100%;
	margin: 0;
	/* font-family: tahoma; */
}

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

#menu .navbar-collapse li+li {
	border-top: 1px solid #e0e0e0;
}

#menu .btn-primary {
	width: 100%;
	height: 50px;
	text-align: left;
}

#menu .btn-primary i {
	float: right;
	line-height: 20px;
}

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

@media (min-width: 991px) {

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

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

	#menu .child-box {
		background: #fff;
		position: absolute;
		left: 100%;
		top: -5px;
		min-height: 100%;
		border: 1px solid #e0e0e0;
		border-radius: 6px;
		padding: 5px 0;
		margin-top: -1px;
		margin-left: -3px;
		-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
		box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
		border-radius: 0px;
		box-sizing: content-box;
		z-index: 1008;
		min-width: 284px;
	}

	.catmenu #menu .in {
		display: block !important;
		border: 1px solid #f22430;
		color: #424242;
		background: #fff;
		position: absolute;
		top: 100%;
		left: 0px;
		z-index: 1000;
		min-width: 160px;
		padding: 20px 0;
		margin: 24px 0px 0px;
		list-style: none;
		font-size: 14px;
		text-align: left;
		border-radius: 0px;
		box-shadow: rgba(0, 0, 0, 0.172549) 0px 6px 12px;
		-webkit-background-clip: padding-box;
		background-color: rgb(255, 255, 255);
		background-clip: padding-box;
	}

	#menu .navbar-collapse {
		display: none !important;
	}

	#menu .nav>li>a {
		position: relative;
		display: block;
		height: 42px;
		line-height: 16px;
		color: #424242;
		min-height: 14px;
		text-shadow: none;
		padding: 5px 15px 10px 10px;
		font-size: 13pt;
		/* font-weight: 600; */
	}

	#menu .nav>li>a:hover,
	#menu .nav>li.open>a {
		background: #4d65bf;
		color: #fff;
	}

	#menu .nav>li>a:hover,
	#menu .nav>li.open>a:hover {
		background: #f22430 !important;
		color: #ffffff !important;
	}

	.common-home #menu .navbar-header {
		visibility: hidden;
	}

	.common-home .catmenu #menu .collapse {
		display: block !important;
		border: 0;
		background: #f5f5f5;
		/* background-image: linear-gradient(to bottom, #efefef, #f3f3f3); */
		position: absolute;
		top: 100%;
		left: 0px;
		z-index: 1000;
		min-width: 160px;
		padding: 8px 0;
		margin: 0;
		list-style: none;
		font-size: 17px;
		text-align: left;
		border-radius: 0px;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000")\9;
	}

	.common-home #menu .nav>li>a {
		color: #02239c;
	}

	@media (max-width: 992px) {
		#menu .navbar-collapse.collapse {
			display: none !important;
			height: auto !important;
			padding-bottom: 0;
			overflow: visible !important;
		}

		#menu .navbar-nav .open .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		#menu .navbar-collapse.collapse.in {
			display: block !important;
			height: auto !important;
			padding-bottom: 0;
			overflow: visible !important;
		}

		#menu div.dropdown-inner>ul.list-unstyled {
			display: block;
		}

		#menu div.dropdown-menu {
			margin-left: 0 !important;
			background-color: transparent;
			padding: 0px;

		}

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

		#menu .dropdown-inner a {
			width: 100%;
			height: 50px;
			padding-left: 40px;
		}

		#menu .dropdown-menu a:hover,
		#menu .dropdown-menu ul li a:hover {
			background: #f5f5f5;
			color: #424242;
		}

		#menu>li+li {
			border-top: 1px solid #eee;
		}
	}

	@media (min-width: 991px) and (max-width: 1199px) {
		#menu .nav>li>a {
			height: 34.0px;
			line-height: 15px;
		}
	}

	/* Iai? */

	#menu .dropdown .dropdown-toggle {
		padding-right: 20px;
	}

	.ochow-menu-item-toggle {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		color: #616161;
		padding: 14px 19px;
		width: 52px;
		height: 50px;
	}

	.ochow-menu-item-toggle:hover {
		background: #d90000;
		color: #fff;
		cursor: pointer;
	}

	.ochow-menu-item-toggle.ochow-close .fa-plus {
		display: inline-block;
	}

	.ochow-menu-item-toggle.ochow-close .fa-minus {
		display: none;
	}

	.ochow-menu-item-toggle.ochow-open .fa-plus {
		display: none;
	}

	.ochow-menu-item-toggle.ochow-open .fa-minus {
		display: inline-block;
	}

	.ochow-menu-item-arrow {
		position: absolute;
		top: 9px;
		right: 11px;
		line-height: 16px;
		color: #e0e0e0;
	}

	.ochow-menu-item-arrow i {
		font-size: 16px;
	}

	.common-home .ochow-menu-item-arrow {
		color: #fff;
		color: rgba(255, 255, 255, 0.5);
	}


	/* Aaa?oiaa iai? */

	.upmenu .navbar-default .navbar-nav>li>a {
		font-size: 16px;
		color: #333;
	}

	.upmenu .navbar-default .navbar-nav>li>a:hover {
		color: #d90000;
	}

	@media (min-width: 991px) and (max-width: 1199px) {
		.upmenu .navbar-default .navbar-nav>li>a {
			font-size: 14px;
		}
	}

	.upmenu .navbar-default {
		background-color: transparent;
		border-color: transparent;
	}

	.upmenu .navbar-default .navbar-nav>.open>a,
	.upmenu .navbar-default .navbar-nav>.open>a:focus,
	.upmenu .navbar-default .navbar-nav>.open>a:hover {
		background-color: transparent;
	}

	.upmenu .navbar-nav>li>.dropdown-menu {
		min-width: 200px;
	}

	.upmenu .pav-verticalmenu .mega-col .mega-col-inner>ul>li>a:hover {
		color: #d90000;
	}

	.textmenu {
		display: none;
	}

	/* content */
	#content {
		min-height: 600px;
	}

	/* footer */
	footer {
		color: #333;
		padding: 40px 0;
	}

	footer a {
		color: #757575;
	}

	footer a:hover {
		color: #d90000;
	}

	footer li {
		margin: 10px 0 0;
	}

	footer h5 {
		font-family: 'geometriabold';
		font-size: 14px;
		font-weight: bold;
		color: #630000;
		margin: -1px 0 26px;
	}

	.footer2 {
		padding: 30px 0;
	}

	.network {
		padding: 7px;
	}

	.network i {
		font-size: 28px;
	}

	/* alert */
	.alert {
		padding: 8px 14px 8px 14px;
		border-radius: 0px;
	}

	/* breadcrumb */
	.breadcrumb {
		margin: 0;
		padding: 8px 15px;
		font-size: 12px;
		background: none;
	}

	.breadcrumb i {
		font-size: 15px;
	}

	.breadcrumb>li {
		padding: 0 10px;
		position: relative;
		white-space: nowrap;
	}

	.breadcrumb>li:first-child {
		padding: 0 10px 0 0px;
	}

	.breadcrumb>li+li:before {
		content: '';
		padding: 0;
	}

	.breadcrumb>li:after {
		content: '';
		display: block;
		position: absolute;
		top: -3px;
		right: -1px;
		width: 20px;
		height: 20px;
		border-bottom: 1px solid #DDD;
		-webkit-transform: rotate(-70deg);
		-moz-transform: rotate(-70deg);
		-o-transform: rotate(-70deg);
		transform: rotate(-70deg);
	}

	.breadcrumb+h2 {
		margin: 13px 0 0;
	}

	.pagination {
		margin: 0;
	}

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

	.btn {
		padding: 7.5px 12px;
		border-radius: 0px;
		height: 38px;
		margin: 0;
		border: 1px solid #b0b0b0;
		font-size: 14px;
		text-align: center;
		color: #b0b0b0;
		cursor: pointer;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}

	.btn-gray {
		background: #b0b0b0;
		border-color: #b0b0b0;
		color: #f91616;
	}

	.btn-gray:hover {
		background-color: #757575;
		border-color: #757575;
		color: #fff;
	}

	.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>.dropdown-menu {
	font-size: 12px;
	color: #424242;
	background: #fff;
	border: 1px solid #e0e0e0;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.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: #e0e0e0;
	background: #fff;
	color: #616161;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	padding: 9px 11px 6px;
}

.btn-default:hover {
	color: #d90000;
	background: #fff;
	border-color: #d90000;
}

.btn-default.focus,
.btn-default:focus {
	color: #fff;
	background-color: #d90000;
	border-color: #d90000;
}

.btn-border {
	background: none;
	border: 1px solid #e5e5e5;
}


#list-view {
	margin-left: 8px;
}

.btn-primary {
	background: #f5f5f5;
	border-color: #a1a1a1;
	color: #4d65bf;
	border-radius: 7px;
	font-size: 11pt;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
	border-color: #d90000;
	color: #d90000;
}

.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: #db0021;
	background-repeat: repeat-x;
	border-color: #db0021;
	border-radius: 8px;
}

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

.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;
	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);
}

.btn-main {
	color: #5265bf !important;
	background: #f5f5f5;
	border-color: #a1a1a1;
	border-radius: 6px;
	font-size: 11pt;
}

.btn-main:hover,
.btn-main:active,
.btn-main.active {
	background: #f5f5f5;
	border-color: #f22430;
	color: #e30613 !important;
}

/* list group */
aside .list-group {
	background: #eaeaea;
}




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

.list-group a {
	border-bottom: 1px solid #dedede !important;
	color: #02239c;
	padding: 8px 12px;
	background: none;
}

.list-group a:hover {
	color: #FFFFFF !important;
}

.list-group li:last-child a {
	border: none !important;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover,
.list-group a:focus {
	color: #ffffff !important;
	background: #f22430 !important;
	/* font-weight: 600; */
}

.list-group-item.active+ul {
	background: #ffffff !important;
	margin: 0;
	list-style: none;
	padding: 0;
	color: #fff;
}

.list-group-item.active+ul a {
	color: #585858;
	background: #f5f5f5;
	/* font-weight: 600; */
}

.list-group-item:hover {
	color: #fff !important;
	background: #d90000;
}

/* 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 #ddd;
	margin-bottom: 20px;
	/* overflow: initial; */
	/* float: left; */
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: #fff;
	width: 100%;
}

.product-thumb:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.product-thumb .image {
	text-align: center;
	padding-top: 47px;
}

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

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto 16px;
}

@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
		padding-top: 47px;
	}
}

.product-thumb h4 {
	height: 55px;
	/* overflow: hidden; */
	font-weight: bold;
	font-size: 17px;
}

.product-thumb .caption {
	padding: 0 8px;
	min-height: 165px;
}

.product-thumb .caption a {
	color: #585858;
	text-decoration: none;
}

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

@media (max-width: 1256px) {
	.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;
	display: none;
}

.otziv {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

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

.myprice {
	padding: 10px 0 30px;
	border-bottom: 1px solid #e0e0e0;
}

.myprice .price-new {
	color: #d90000;
	font-family: 'geometriabold';
	font-size: 30px;
}

.myprice .price-old {
	color: #b0b0b0;
	font-size: 14px;
	margin-left: 10px;
	text-decoration: line-through;
}

.myprice h2 {
	margin: 0;
	color: #455db6;
	font-size: 26px;
	font-weight: 600 !important;
}

.product-thumb .price {
	color: #455db6;
	font-size: 21px;
	text-align: left;
	padding: 0 20px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

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

a.popup-content[href*=text] {
	color: #fff !important;
	display: inline-block;
	margin: -3px -8px 0 7px;
	padding: 0 12px;
	font-size: 15px;
	line-height: 32px;
	border-radius: 5px;
	background-image: linear-gradient(to bottom, #e00c15, #e00c15);
	float: right;
	text-decoration: none;
	font-weight: 100;
}

.product-thumb .button-group button:hover {
	border: 1px solid #d10422;
	color: #d10422;
	background: #f0f0f0;
}

.product-thumb .button-group {
	margin: 0 0 20px;
	text-align: center;
}

.product-thumb .button-group button {
	margin: 0;
	background: #f0f0f0;
	min-width: 47.97%;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	letter-spacing: -.2px;
	font-size: 14px;
	color: #666666;
}

.product-thumb .button-group button i {
	font-size: 15px;
}

.thumbnail {
	border: 0px;
}


.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 #e0e0e0;
	border-radius: 0px;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #d90000;
	outline-color: #fff;
}

.image-additional {
	max-width: 78px;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

#karusel {
	border: 0px;
}

#karusel:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

#karusel .owl-wrapper-outer {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

@media (min-width: 1256px) {
	.container {
		width: 1256px;
	}

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

	#content .knopki .padding-rl5 {
		clear: none;
	}
}

/* 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] {
	max-width: 31px !important;
	padding: 0 8px;
}

/* 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: #d90000;
}

.greyfon {
	background: #f5f5f5;
}

.main {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 10px;
}

.brick {
	float: left;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	margin-bottom: 30px;
}

.brick:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.in {
	margin-bottom: 30px;
}

.row-5 {
	margin-right: -5px;
	margin-left: -5px;
}

.padding-rl5 {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.knopki button {
	width: 100%;
}

.knopki .smch_call_button {
	margin: 0 auto;
}

.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

/* Anieuaa?uaa ieii */
.popup__overlay {
	position: fixed;
	left: 0;
	top: 40%;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 99;
}

.popup {
	display: inline-block;
	position: relative;
	max-width: 80%;
	vertical-align: middle;
}

.acn-notification {
	display: block;
	clear: both;
	z-index: 5000;
	background: #FFF;
	padding: 25px;
	border: 1px solid #d90000;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}

button.close {
	margin: -15px -10px 0px 15px;
}


.img-thumbnail {
	border: 0px;
}

/* Ea?onaeu */
.owl-carousel {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	float: left;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: #fff;
	width: 100%;
}

.owl-carousel:hover {
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.slider .owl-carousel:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transform: none;
	transform: none;
}

.slider .owl-controls {
	margin-top: -5px;
}

.slider .owl-carousel {
	border: 0px;
}

.owl-carousel .owl-controls .owl-page {
	width: 6px;
	height: 6px;
	border-radius: 6px;
	text-align: left;
	text-indent: -9999em;
	overflow: hidden;
	background-color: #b0b0b0;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.owl-carousel .owl-controls .owl-page:hover {
	color: #d90000;
}

.owl-carousel .owl-wrapper-outer {
	border: 0px solid #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.owl-carousel .owl-pagination {
	top: 0px;
}

.owl-carousel .owl-controls .owl-page span {
	width: 11px;
	height: 11px;
	background: transparent;
	border-radius: 0px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.owl-carousel .owl-controls .owl-page.active {
	width: 11px;
	height: 11px;
}

.owl-carousel .owl-controls .owl-page.active span {
	background: #f22430;
}

.owl-carousel .owl-controls .owl-page:hover>span {
	background: #d90000;
}

/* Eiioaeou */
.map-geo {
	margin-top: -30px;
	margin-bottom: -36px;
}

.map-geo iframe {
	pointer-events: none;
}

.panel-default {
	border-color: #ddd;
	border-radius: 0px;
}

/* Iaaeiaoey */
.pagination>li>a,
.pagination>li>span {
	display: inline-block;
	width: 48px;
	height: 30px;
	padding: 3px;
	margin: 0 7px;
	font-size: 18px;
	font-weight: 200;
	line-height: 24px;
	color: #2e2e2e;
	text-align: center;
	background-color: transparent;
	border: 0px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background: #b0b0b0;
	color: #fff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #e00c15;
	color: #fff;
}

/* I?i?ea */
.tab-content {
	padding: 10px 15px;
	margin-bottom: 30px;
}

.common-home .tab-content {
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ddd;
	border-top-color: transparent;
	margin-bottom: 30px;
}

.tab-content table {
	background-color: #fff;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 1px;
}

.table>tbody>tr>td strong,
.table>tbody>tr>th strong,
.table>tfoot>tr>td strong,
.table>tfoot>tr>th strong,
.table>thead>tr>td strong,
.table>thead>tr>th strong {
	font-family: 'geometriabold';
	font-size: 14px;
}

.imgcenter {
	margin: auto;
}

/* Eie-ai a ea?oi?ea oiaa?a */
.kol {
	vertical-align: middle;
	font-family: 'geometrialight';
}

.my_quantity {
	clear: both;
}

.quant {
	display: inline;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-family: 'geometriaextrabold';
	border: 1px solid #e0e0e0;
	border-radius: 0px;
	padding: 3px 12px;
	height: 38px;
}

.quant:hover {
	border-color: #ff0000;
	z-index: 3;
}

.my_minus,
.my_plus {
	display: inline;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-family: 'geometriaextrabold';
	border: 1px solid #e0e0e0;
	border-radius: 0px;
	height: 38px;
}

.my_minus:hover,
.my_plus:hover {
	border-color: #ff0000;
	background: #ff0000;
	color: #fff;
	z-index: 3;
}

/* No?aeea aaa?o */
#toTop {
	position: fixed;
	bottom: 20px;
	right: 40px;
	cursor: pointer;
	display: none;
	z-index: 8;
}

#toTop .fa {
	padding: 10px 12px;
	color: #fff;
	background: #666666;
}

#toTop .fa:hover {
	border-color: #ff0000;
	background: #ff0000;
	color: #fff;
}

.margin-5 {
	margin: 5px 0 0 0;
}


.nav-tabs>li>a {
	border-radius: 0px;
}

.h30 {
	max-height: 70px;
	margin-left: 0pt;
	margin-top: 2pt;
}

.pt6 {
	padding-top: 6px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 0px
}

.list-sort {
	margin: 0 -15px 10px;
}

.list-sort label {
	line-height: 38px;
	font-size: 14px;
}

.list-sort #compare-total {
	font-size: 14px;
	margin-left: 10px;
	color: #666;
}

.pav-verticalmenu .verticalmenu,
.pav-verticalmenu .navbar-collapse {
	padding: 0 !important;
}

.pav-verticalmenu .navbar {
	border-radius: 0 !important;
}

@media (min-width: 992px) {
	.pav-verticalmenu .verticalmenu li:not(:last-child) {
		border-right: 1px solid #e7e7e7;
	}
}

.pav-verticalmenu .verticalmenu li a {
	padding: 15px 21px;
}

@media screen and (max-width: 1256px) {
	.pav-verticalmenu .verticalmenu li a {
		padding: 15px;
	}
}

@media screen and (max-width: 1199px) {
	.pav-verticalmenu .verticalmenu li a {
		font-size: 11pt;
		padding: 15px 13px;
	}
}


.common-home .catmenu #menu .collapse {
	margin: 0;
}


/*** hide category block in product page **/
@media screen and (max-width: 992px) {

	[class|=product] aside .list-group,
	[class|=information] aside .list-group {
		display: none;
	}
}


.inline-b {
	display: inline-block;
	padding-right: 35px;
}

/* Iao a iaee?ee */
.notovar {
	filter: gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.8;
}

.pav-verticalmenu .navbar-toggle {
	color: #ffffff;
	margin: 0;
	padding: 20px;
	border: none !important;
	background: none !important;
	margin-right: -23px;
	box-shadow: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse.collapse {
		padding: 0;
	}

	.navbar-collapse.collapse.in .ul,
	.navbar-collapse.collapse.in .ul {
		padding: 0;
		margin: 0;
	}

	.navbar-collapse .verticalmenu a {
		padding: 10px;
	}

	.navbar-collapse.collapse .verticalmenu li:last-child a {
		border: none;
	}

}

@media (max-width: 991px) {
	.pav-verticalmenu .verticalmenu li:not(:last-child) {
		border-bottom: 1px solid #fff;
	}

	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.textmenu {
		display: block;
	}

	.dropdown-menu>li>a {
		display: block;
		padding: 3px 20px;
		clear: both;
		font-weight: normal;
		line-height: 1.42857143;
		color: #333;
		white-space: nowrap;
	}

	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
	}

	.navbar-nav>li {
		float: none;
	}

	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.collapsing {
		overflow: hidden !important;
	}
}

/*** Additional STYLE ***/

.in-popup {
	display: none;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 500px;
	margin: 0px auto;
	text-align: center !important;
}

.white-popup .in-popup {
	display: block;
}

.besp {
	margin-top: 5px;
	/* margin-left: 28; */
	line-height: 20px;
}

.textmenu {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 58px;
}

.navbar-default .navbar-collapse {
	padding: 0;
}

div.verticalmenu .navbar-header {
	padding: 0 14px;
	overflow: hidden;
}

.navbar-nav .ochow-close {
	display: none !important;
}


@media (min-width: 992px) and (max-width: 1199px) {

	.tab-content .product-layout:nth-child(4n+4),
	.recommend .product-layout:nth-child(4n+4) {
		display: none;
	}
}

@media screen and (max-width: 480px) {
	.actions {
		padding-left: 20px;
		padding-right: 20px;
	}

	.product-thumb .price {
		padding: 0 10px;
	}


	#product table {
		font-size: 10px;
	}


	#product table tr>td:first-child {
		max-width: 140px;
		display: table-cell;
		overflow: hidden;
	}

	.myprice h2 {
		display: inline-block;
		font-size: 22px;
	}


	.nav-tabs.product {
		margin: 20px 0 40px;
		font-size: 15px;
	}

	.nav-tabs.product>li {
		margin-bottom: 2px;
	}

}

.textmenu:hover {
	text-decoration: none;
	color: #efefef;
}

.fa-phone {
	color: #4d65bf !important
}



button.smch_call_button.btn.btn-primary.btn-block:hover {
	background: #f0f0f0 !important;
}


i.ico_uscl_soc.ico_uscl.ico_uscl-vk.uscl-vk {
	color: #4a76a8 !important;
	font-size: 22pt !important;
}


i.fa.fa-vk {
	font-size: 19pt;
	color: #2a5885;
}


.fa-vk {
	font-size: 29px !important;
	color: #2a5885;
}


i.fa.fa-instagram {
	font-size: 19pt;
	color: #5f0303;
}


.fa-instagram {
	font-size: 25px !important;
	color: #5f0303;
}

.sub-category {
	margin-left: 25px;
}

li {
	color: #4d65bf;
}

.phone-1 {
	font-size: 27px !important;
}


@media (max-width:320px) {
	.phone-1 {
		font-size: 22px !important;
	}
}

@media (max-width:270px) {
	.phone-1 {
		font-size: 19px !important;
	}
}

@media (max-width:230px) {
	.phone-1 {
		font-size: 16px !important;
	}

	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a:hover {
		background-color: #e9e8e8;
		color: #ed1b24;
		text-shadow: none;
		font-weight: 600;
	}
}




/* Темы для текстового редактора */
.content-flex {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.content-flex__one {
  width: 50%;
}

.media__img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: contain;
  box-sizing: border-box;
}

.content-flex__two {
  width: 50%;
}

.description {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  color: #000;
}

.description_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

@media (max-width:576px) {
  .content-flex {
    flex-direction: column;
  }
  .content-flex_reverse {
    flex-direction: column-reverse;
  }
  .content-flex__one {
    width: 95%;
  }
  .content-flex__two {
    width: 95%;
  }
}