/* cyrillic */

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: local('Oswald Regular'), local('Oswald-Regular'), url(fonts/oswald/TK3iWkUHHAIjg752HT8Ghe4.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin */

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	src: local('Oswald Regular'), local('Oswald-Regular'), url(fonts/oswald/TK3iWkUHHAIjg752GT8G.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



/* cyrillic */

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url(fonts/oswald/TK3hWkUHHAIjg75-xhsTvs9CE5Q.woff2) format('woff2');
	unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}



/* latin */

@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 600;
	src: local('Oswald SemiBold'), local('Oswald-SemiBold'), url(fonts/oswald/TK3hWkUHHAIjg75-xhsTus9C.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
	color: #42302b;
	width: 100%;
	background: url(../image/retro.png);
	font-family: 'Verdana', arial, sans-serif;
}

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



/* default font size */

.fa {
	font-size: 14px;
}



/* Override the bootstrap defaults */

h1,
.h1 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
}

h2,
.h2 {
	font-size: 25px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10.2px;
}

a {
	color: #be0024;
	text-decoration: none;
}

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

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

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

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	font-size: 12px;
}

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

.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	-webkit-border-radius: 15px 0 0 15px;
	   -moz-border-radius: 15px 0 0 15px;
	        border-radius: 15px 0 0 15px;
}

.flex-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}



/*end*/

.title__h1 {
	overflow: hidden;
	position: relative;
}

.title__h1:before {
	content: '';
	position: absolute;
	right: 0;
	width: 100%;
	bottom: 8px;
	border-bottom: 4px dotted #618091;
	z-index: 0;
}

.title__h1 h1 {
	line-height: 42px;
	padding-right: 3px;
	display: inline;
	position: relative;
	background: url(../image/retro.png);
	z-index: 1;
}

.wrap__desc__first {
	margin-bottom: 20px;
	border-bottom: 4px dotted #618091;
}

.wrap__img {
	padding-bottom: 10px;
}

.ddesc {
	border-top: 4px dotted #618091;
}

.pager {
	text-align: left;
	margin-bottom: 30px;
}

.pager li>a,
.pager li>span {
	margin: 3px 3px 3px 0;
	border: 2px solid #ddd6c3;
	background-color: transparent;
	color: #42302b;
	cursor: pointer;
}

.pager li>a:hover,
.pager li>span {
	color: #fff;
	border-color: #42302b;
	background-color: #be0024;
}

.pager li>span {
	background-color: #618091;
}

.content__top>.list-group {
	width: 100%;
	position: relative;
}

.content__top>.list-group:before {
	content: '\фильтр по брендам';
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: -16px;
}

.content__top>.list-group a.list-group-item {
	display: inline-block;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
			margin: 3px 3px 3px 0;
	border: 2px solid #ddd6c3;
	color: #42302b;
	padding: 5px;
}

.content__top>.list-group a.list-group-item:hover {
	color: #fff;
	border-color: #42302b;
	background-color: #618091;
}

.content__top>.list-group a.list-group-item.active,
.content__top>.list-group a.list-group-item.active:hover {
	color: #fff;
	border-color: #42302b;
	background-color: #be0024;
}

.sort,
.limit {
	display: inline-block;
	max-width: 220px;
}

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

p.sort {
	line-height: 31px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
}



/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
	display: inline;
}

blockquote .small,
blockquote footer,
blockquote small {
	background: transparent!important;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: none;
}

.nav>li>a {
	padding: 10px 12.5px;
	color: #42302b;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

.nav>li>a:focus,
.nav>li>a:hover {
	color: #be0024;
	background-color: transparent;
}

.nav>li>a.special-link {
	color: #be0024;
}

.nav>li>a.special-link span {
	font-size: 14px;
	padding-right: 3px;
}

.nav-tabs {
	margin-bottom: 15px;
}

.nav-tabs>li {
	float: none!important;
	display: inline-block;
	zoom: 1;
}

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



/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
	text-decoration: none;
	color: #be0024;
	background-color: transparent;
}



/* cart */

#cart {
	color: #42302b;
	float: right;
	position: relative;
	display: inline-block;
}

#cart>.btn {
	font-size: 12px;
	line-height: 25px;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	background: #be0024;
	margin-top: 7px;
	border: 1px dashed #fff;
	font-family: 'Oswald', sans-serif;
}

#cart.open>.btn {
	background-image: none;
	background-color: #42302b;
	color: #42302b;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	     box-shadow: none;
	text-shadow: none;
}

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

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

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

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

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

#cart>button>i,
#cart-total>span,
#cart-total>i {
	color: white;
}

#cart-total>i {
	margin-right: -15px;
	font-size: 20px;
	line-height: 0;
	vertical-align: sub;
}

#cart>.btn:hover {
	background: #618091;
}

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

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



/* menu */

header {
	position: relative;
	background: url(../image/panel-bg.jpg);
}

header>div.container {
	text-align: center;
}

#top {
	height: 20px;
	background: url(../image/line.png);
	opacity: 0.8;
}

header:before,
header:after {
	content: '';
	height: 9px;
	width: 100%;
	border-top: 5px solid #42302b;
	border-bottom: 2px solid #42302b;
	position: absolute;
	top: 15px;
}

header:after {
	bottom: -1px;
	top: inherit;
}

.row.header-center {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: 120px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}

#logo {
	display: inline-block;
	position: relative;
	top: -14px;
	z-index: 99;
	float: left;
}

#logo img.img-responsive {
	margin: 0 auto;
}

#menu-left,
#menu-right {
	position: relative;
	vertical-align: top;
	text-align: left;
	height: 120px;
}

#menu-left {
	display: block;
	margin-right: 0;
	float: left;
}

#menu-right {
	text-align: right;
	display: block;
	float: right;
}

#menu-left:before {
	content: '';
	position: absolute;
	top: 60px;
	left: 10px;
	right: 10px;
	height: 6px;
	background: url("../image/border.png") repeat-x 0 -18px;
}

#top-info {
	padding: 10px 0;
}

#top-account {
	padding: 0;
}

#top-account ul.dropdown-menu.dropdown-menu-right {
	left: 11px;
	top: 37px;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	border: 2px solid #618090;
}

#top-phone {
	display: block;
}

#top-phone a {
	display: block;
	color: #42302b;
	font-weight: 700;
	letter-spacing: -2px;
	font-size: 29px;
	line-height: 1.2;
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
}

#menu-right>ul {
	display: inline-block;
	margin-left: 0;
}

#menu {
	margin-top: 5px;
}

#menu>div>ul>li>a {
	padding: 10px 11.5px;
	font-size: 18px;
	color: #be0024;
	text-transform: uppercase;
	background: transparent;
	font-family: 'Oswald', sans-serif;
}

#menu>div>ul>li>a:hover,
#menu>.dropdown.open {
	color: #618091;
}

#menu .dropdown-menu {
	padding-bottom: 0;
	margin: 0;
	background: transparent;
	border: none;
}

#menu .dropdown-inner {
	display: table;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
	border: 2px solid #42302b;
	background: url(../image/panel-bg.jpg);
}

#menu .dropdown-inner ul {
	display: table-cell;
	padding: 10px 20px;
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 7px 0;
	clear: both;
	line-height: 20px;
	color: #42302b;
	text-transform: uppercase;
	font-size: 12px;
	border-bottom: 1px dotted #42302b;
}

#menu .dropdown-inner li a:hover {
	color: #be0024;
}

#menu .see-all {
	position: absolute;
	top: 0;
}

.container__search {
	position: relative;
	border-bottom: 1px solid #42302b;
}

#search__box {
	display: none;
}

#search {
	max-width: 700px;
	margin: 0 auto;
	margin-top: 2px;
	margin-bottom: 2px;
}

#search>input {
	color: #fff;
	background-color: #42302b;
	border: none;
}

#search>.input-group-btn button.btn {
	background-color: #618091;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	     box-shadow: none;
	border-color: #42302b;
	color: #fff;
}

#search-toggle {
	position: absolute;
	right: 15px;
	background: #be0024;
	color: #fff;
	z-index: 25;
}

#search-toggle i.fa {
	font-size: 20px;
	font-weight: bold;
	line-height: 0;
}

.product-grid .price,
#footer-logo>ul>li span {
	font-family: 'Oswald', sans-serif;
}

@media(min-width: 992px) {
	.btn-top-info {
		display: none;
	}
	.navbar-info.collapse {
		display: block!important;
	}
	.nav.nav-top-info>li {
		float: left;
	}
	#top-info .nav>li:not(:last-child):before {
		content: '';
		position: absolute;
		width: 1px;
		height: 5px;
		background: #42302b;
		top: 19px;
		right: 0;
	}
}

@media(min-width: 768px) {
	.btn-menu-category {
		display: none;
	}
	.menu-category.collapse {
		display: block!important;
	}
	.nav.nav-menu-catecory>li {
		float: left;
	}
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
	.nav.nav-menu-catecory>li:not(:last-child):before {
		content: '';
		position: absolute;
		height: 6px;
		width: 6px;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
		        border-radius: 50%;
		background: #45342e;
		bottom: 17px;
		right: -4px;
	}
}

@media(max-width: 992px) {
	#menu-left {
		width: 530px;
	}
	#top-info {
		top: 39px;
		left: -65px;
		width: 225px;
		position: absolute;
		background: white;
		padding: 0;
		z-index: 99;
	}
	ul.nav.nav-top-info {
		padding: 10px 20px;
		border: 2px solid #618091;
	}
	#menu-right {
		position: absolute;
		text-align: left;
		top: 0;
		right: 0;
		height: auto;
	}
	#top-phone {
		float: left;
	}
	#top-phone a {
		margin-top: 11.5px;
		font-size: 26px;
	}
	#menu {
		margin-top: 10px;
	}
}

@media(max-width: 767px) {
	#menu {
		position: absolute;
		width: 100%;
		text-align: center;
		margin-top: 9.5px;
		background: inherit;
		z-index: 99;
	}
	.menu-category {
		border: 2px solid #42302b;
		background: url(../image/panel-bg.jpg);
	}
	#menu div.dropdown-inner>ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		padding-bottom: 10px;
		text-align: center;
		position: relative;
		width: 100%;
		background: inherit;
		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
		        border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		     box-shadow: none;
	}
	#menu>div>ul>li>a {
		margin: 0 15px;
		border-bottom: 1px dotted #000;
	}
	#menu .dropdown-inner {
		display: block;
		margin: 0 5px;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #42302b;
	}
	#menu .see-all {
		display: none;
	}
	#menu-left {
		width: 365px;
	}
}

@media(max-width: 620px) {
	#logo {
		top: 8px;
	}
	#logo img.img-responsive {
		width: 150px;
	}
}

@media(max-width: 550px) {
	#menu-left {
		width: 160px;
	}
	.btn-menu-category {
		font-size: 100%!important;
	}
	#menu {
		right: 0;
		width: 240px;
	}
}



/* content */

#content {
	min-height: 600px;
}

.background-white {
	background: #fff;
	padding: 30px 0;
	margin-top: 30px;
	margin-bottom: -30px;
	position: relative;
}

.background-white:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	right: 0;
	height: 6px;
	background: url(../image/border.png) repeat-x 0 -18px;
}



/* footer */

footer {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
	clear: both;
	color: #969ba5;
	line-height: 18px;
	position: relative;
}

footer:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../image/mmr_patterns/slash_it.png);
	opacity: 0.8;
	z-index: -1;
}

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

footer a {
	color: #ccc;
}

footer a:hover {
	color: #fff;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#footer-logo {
	text-align: center;
}

#footer-logo img {
	margin: 0 auto;
}

#footer-logo>ul>li>a>i,
#footer-logo>ul>li>a>span {
	font-size: 21px;
	font-weight: lighter;
	letter-spacing: -0.5px;
	vertical-align: text-top;
}

#footer-logo ul>li {
	vertical-align: middle;
	margin: 5px 0;
}

.footer-link>li {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	border: 2px solid #f2f2f2;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	text-align: center;
	margin-right: 5px;
}

.footer-link>li>a>.fa {
	line-height: 35px;
	font-size: 20px;
}

footer>div>div:nth-child(4),
footer p {
	text-align: right;
	font-size: 12px;
}



/* alert */

.alert {
	padding: 8px 14px 8px 14px;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	border: 2px solid #42302b;
	background: #fff;
	color: #42302b;
	-webkit-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .5);
	     box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .5);
	margin: auto;
	min-width: 300px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	      -o-transform: translate(-50%, -50%);
	     transform: translate(-50%, -50%);
	z-index: 999;
}

.alert a {
	text-transform: uppercase;
}



/* breadcrumb */

.breadcrumb {
	margin: 0;
	padding: 8px 0;
	background: transparent;
}

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

.breadcrumb>li {
	position: relative;
	white-space: pre-line;
	font-size: 13px;
	text-decoration: none;
	color: #42302b;
}

.breadcrumb>li>a {
	color: #42302b;
}

.breadcrumb>.active {
	color: #42302b;
}

.breadcrumb>li+li:before {
	font-family: FontAwesome;
	content: "\f054";
	color: #42302b;
	font-size: 7px;
	padding: 0 5px;
	vertical-align: middle;
}

.pagination {
	margin: 0;
}



/* buttons */

.buttons {
	margin: 1em 0;
}

.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	     box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
	font-size: 9px;
}

.btn-sm {
	font-size: 10.2px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
	font-size: 12px;
}

.btn-group>.btn-xs {
	font-size: 9px;
}

.btn-group>.btn-sm {
	font-size: 10.2px;
}

.btn-group>.btn-lg {
	font-size: 15px;
}

.btn-primary,
.product-thumb .button-group button {
	color: #42302b;
	padding: 5px;
	background-color: #fff;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.product-thumb .button-group button:hover {
	color: #42302b;
	background-color: #e6e6e6;
	border-color: #adadad;
	text-decoration: none;
	outline: transparent!important;
}

.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	     box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	     box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
	-webkit-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
	     box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e06342), to(#dc512c));
	background-image: -webkit-linear-gradient(top, #e06342, #dc512c);
	background-image: -o-linear-gradient(top, #e06342, #dc512c);
	background-image: -moz-linear-gradient(top, #e06342, #dc512c);
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}

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

.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #618091;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	     box-shadow: none;
}

.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	background-color: #222222;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
	background-image: -webkit-linear-gradient(top, #333333, #111111);
	background-image: -o-linear-gradient(top, #333333, #111111);
	background-image: -moz-linear-gradient(top, #333333, #111111);
	background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn-menutop-info,
#top-account>a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 2px 9px;
	margin: 15px 12.3px;
	border-top: 2px solid #618091;
	border-bottom: 2px solid #618091;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	color: #42302b;
	letter-spacing: 1px;
}

.btn-menu-category {
	position: relative;
	margin: 14px 0 0 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #be0024;
	letter-spacing: -0.7px;
	border: none;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	     box-shadow: none;
}

.btn-menu-category:active,
.btn-menu-category:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	     box-shadow: none;
	outline: transparent!important;
	outline-offset: inherit!important;
}



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

@media(max-width: 520px) {
	.product-layout.product-grid.col-lg-3.col-md-3.col-sm-3.col-xs-4 {
		width: 50%!important;
	}
}



/*ÃÂ¡Ã‘â€šÃ‘â‚¬ÃÂ°ÃÂ½ÃÂ¸Ã‘â€ ÃÂ° Ã‘ÂÃÂ²Ã‘ÂÃÂ·ÃÂ¸*/

.contact-us {
	min-height: 70px;
}

.contact-us>span {
	height: 54px;
	width: 54px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background: #357bb8;
	display: block;
	margin: auto;
}

.contact-us .fa {
	line-height: 54px;
	color: #fff;
	font-size: 29px;
}

.contact-us>ul>li:nth-child(1) {
	font-weight: bold;
}



/*ÃÂ¡Ã‘â€šÃ‘â‚¬ÃÂ°ÃÂ½ÃÂ¸Ã‘â€ ÃÂ° ÃÂ¿Ã‘â‚¬ÃÂ¾ÃÂ´Ã‘Æ’ÃÂºÃ‘â€šÃÂ°*/

h1.product {
	margin: 0;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

h1.product__product {
	text-align: center;
	margin-top: 0;
	margin-bottom: 20px;
}

h1.product>span:nth-child(1),
h1.product>span:nth-child(2) {
	color: #be0024;
	font-size: 15px;
	line-height: 33px;
	vertical-align: top;
}

h1.product>span:nth-child(3) {
	padding-top: 10px;
	display: block;
	font-size: 14px;
}

#product-owl .owl-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
}

#product-owl .owl-item>.product-layout.col-md-12.col-sm-12.col-xs-12.items {
	max-width: 600px;
	margin: auto;
}

.product_price_flex {
	overflow: hidden;
}

.product_price_flex ul {
	float: left;
}

.product_price_flex ul li>.autocalc-product-price,
.product_price_flex ul li>.autocalc-product-special {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #42302b;
	font-family: 'Oswald', sans-serif;
}

.product_price_flex ul li>.product_old__price {
	position: absolute;
	font-weight: bold;
	color: #be0024;
	font-size: 16px;
	letter-spacing: -1px;
}

#cart-product {
	float: right;
}

#button-cart {
	width: 215px;
	display: block;
	height: 50px;
	color: #fff;
	background: #be0024;
	font-size: 32px;
	text-transform: uppercase;
	border: 1px dashed #fff;
	font-family: 'Oswald', sans-serif;
}

#button-cart:hover {
	background: #618091;
}

#product-price li {
	line-height: 51px;
	font-size: 20px;
	font-weight: bold;
}
.product_model {
	width: 100%;
	overflow: hidden;
	text-align: right;
	padding-top: 10px;
	font-size: 12px;
	font-weight: 600;
}
.product-rating>span i.fa.fa-star.fa-stack-1x {
	color: #be0024;
}

.cpt_product_description {
	padding: 20px;
	border: 4px solid #f8f2db;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: 0 0 2px 2px #e3e3e3;
	-moz-box-shadow: 0 0 2px 2px #e3e3e3;
	     box-shadow: 0 0 2px 2px #e3e3e3;
	background: #fff;
}

.stock {
	border: 1px solid #ebebeb;
	display: inline-block;
	background: white;
	padding: 5px 10px;
	margin-top: 10px;
}

#product>ul>li:nth-child(2)>a {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #42302b;
	border-bottom: 1px dashed #42302b;
}

li.rating {
	width: 107px;
}

li.rating span {
	float: right;
}

#attribute {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	   -moz-box-align: baseline;
	        align-items: baseline;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
}

#attribute {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.flex-option.form-group label.control-label {
	font-size: 14px;
	font-weight: bold;
}

.flex-option.form-group .form-control {
	width: 50%;
	margin-left: 50px;
	border: none;
	background: transparent;
	color: black;
	border-bottom: 2px solid;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
}

.flex-option.form-group .form-control:focus {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	     box-shadow: none;
	border-bottom: 2px solid #be0024;
}

.price {
	margin-right: 10px;
}

.add-cart label.control-label {
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: bold;
}

p.attribute strong {
	text-transform: uppercase;
	font-size: 14px;
	display: none;
}

p.attribute span {
	font-style: italic;
}

.bg-white {
	background: #fff;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0px 30px;
	/* margin-top: 30px; */
	/* margin-bottom: -59px; */
}



/* product list */

.product-grid {
	margin-bottom: 20px;
}

.product-grid .image {
	margin-bottom: 20px;
	position: relative;
}

.product-grid .image:before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: -5px;
	left: 5px;
	right: -5px;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	background: url(../image/line.png);
}

.product-grid .image a {
	position: relative;
	display: block;
	padding: 5px 0;
	background: #fff;
}

.product-grid .image a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../image/product-cover.png);
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100% 100%;
	        background-size: 100% 100%;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-box-shadow: -2px 0 #e3e3e3, 2px 0 #e3e3e3, 0 -2px #e3e3e3, 0 2px #e3e3e3;
	-moz-box-shadow: -2px 0 #e3e3e3, 2px 0 #e3e3e3, 0 -2px #e3e3e3, 0 2px #e3e3e3;
	     box-shadow: -2px 0 #e3e3e3, 2px 0 #e3e3e3, 0 -2px #e3e3e3, 0 2px #e3e3e3;
	border: 5px solid #f1e9cd;
}

.product-grid .image:hover a:after {
	border-color: #618091;
}

.stock_status {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background: rgba(245, 240, 229, 0.7);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.stock_status span {
	/* position: absolute; */
	/* left: 0; */
	/* width: 100%; */
	/* bottom: 15px; */
}
.products_model {
    position: absolute;
    bottom: 6px;
    right: 7px;
    font-size: 12px;
    z-index: 5;
}
.product-grid .name a {
	display: block;
	overflow: hidden;
	margin: 15px 0 0;
	max-height: 40px;
	color: #42302b;
	line-height: 20px;
	text-decoration: none;
}

.product-grid .brand {
	margin-top: 2px;
	max-height: 40px;
	overflow: hidden;
	color: #618091;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
}

.product-grid .image:hover+.name a,
.product-grid .name:hover a {
	color: #be0024;
}

.product-grid .price {
	margin-top: 5px;
	line-height: 1;
	text-transform: uppercase;
	float: left;
}

.product-grid .price-new {
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
	color: #be0024;
	letter-spacing: -1px;
}

.product-grid .price-old {
	font-weight: bold;
	text-decoration: line-through;
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>li {
	margin-left: 20px;
	margin-right: 20px;
}

.thumbnails {
	margin-left: -20px;
}

.thumbnails>li>a.thumbnail {
	border: none;
	padding: 0;
	background: transparent;
	position: relative;
	width: 100%;
}

.thumbnails>li>a>img {
	border: 5px solid #ddd6c3;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}

.thumbnails>li>a.thumbnail:before {
	content: '';
	position: absolute;
	top: 3px;
	right: -5px;
	bottom: -5px;
	left: 3px;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	background: url(../image/line.png);
	opacity: 0.5;
	z-index: -1;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.image-additional {
	max-width: 100%;
}

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



/*seocms*/


/*blog*/

body.record-blog {
	background: white;
}

.blog-content .record_columns .column_width_ {
	margin-bottom: 30px;
	position: relative;
}

.blog-content ul.ascp_horizont.ascp_list_info.ul55 {
	font-size: 80%;
}

.blog-content li.blog-comments-record {
	position: absolute;
	top: 6px!important;
	padding: 0 5px;
	right: 0;
	background: rgba(0, 0, 0, .5);
	color: white;
}

.blog-content h2.ascp-list-title a {
	color: #1a212f;
	font-size: 100%;
	font-weight: bold;
}

.blog-content .description.record_description {
	font-size: 100%;
}

.content-records.column_width_.first100>.brutal_first_record {
	position: inherit;
	padding: 20px 40px 30px 40px;
	border-bottom: 1px solid #ddd;
}

@media (min-width: 768px) {
	.content-records.column_width_.first100>.brutal_first_record {
		position: absolute;
		bottom: 38px;
		left: 10%;
		right: 10%;
		background: #FFF;
		border: none;
	}
}



/*record*/

.record-info.record_content h3 {
	font-weight: bold;
}

.breadcrumb.absolute {
	position: absolute;
	background: rgba(255, 255, 255, 0.32);
	margin-top: 20px;
	padding: 5px 5px;
	-webkit-box-shadow: 2px 2px 5px #000;
	        -moz-box-shadow: 2px 2px 5px #000;
	     box-shadow: 2px 2px 5px #000;
}

.container.record-brutal {
	top: -210px;
	position: relative;
	background: white;
}

.record-record .image.blog-image {
	margin: 0 auto;
	float: none;
}

.record-record .image.blog-image img.img-responsive {
	text-align: center;
	margin: 0 auto;
	border-right: 2px solid #42302b;
	border-bottom: 2px solid #42302b;
	border-left: 2px solid #42302b;
}

.blog-small-record.brutal-margin-top {
	margin-top: 20px;
}

.record-info.record_content h1 {
	margin-top: 10px;
}

@media (min-width: 1200px) {
	.container.record-brutal {
		width: 970px;
	}
}

@media (max-width: 768px) {
	.container.record-brutal {
		top: 0;
	}
}