body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* 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 {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #e21f23 !important;
	background: #f7f7f7;
}
.dropdown-menu li > a {
font-size: 14px !important;
line-height: 40px !important;
color: #111111 !important;
font-family: "Open Sans" !important;
font-weight: 400 !important;
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
    margin-top: 25px;
}
/* search */
#search {
	margin-bottom: 10px;
    margin-top: 47px;
    min-width: 241px;
}
#search .input-lg {
    height: 35px;
    line-height: 20px;
    padding: 0 10px;
    outline: none;
    border-bottom: 3px solid #ededed;
    border-radius: 0;
    border-top: none;
    border-left: none;
	border-right: none;
	box-shadow: none;
	font-size: 14px;
    color: #a2a2a2;
    font-family: "Open Sans";
    font-weight: 400;
}
#search .btn-lg {
    font-size: 15px;
	line-height: 0px;
    padding: 0;
    text-shadow: none;
    background: no-repeat;
    border: none;
    box-shadow: none;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
    min-height: 55px;
	margin-bottom: 0;
}
#menu-container {
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 3px 5px -2px #ddd;
    margin-bottom: 33px;
}
#menu .nav > li > a:before {
	background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    background-position: -33px -54px;
    width: 19px;
    height: 17px;
    content: "";
    display: inline-block;
    margin-right: 16px;
    margin-bottom: -3px;
}
#menu .nav > li > a:after {
	background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    background-position: -55px -9px;
    width: 8px;
    height: 5px;
    content: "";
    display: inline-block;
    margin-left: 9px;
    margin-bottom: 1px;
}
#menu .nav > li > a {
    font-size: 15px;
    color: #111111;
    font-family: "Open Sans";
    font-weight: 700;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: #f7f7f7;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
    display: block;
}
#menu .dropdown-inner ul {
	display: block;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 52px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	
}
/* footer */
footer {
    padding-top: 30px;
    background-color: #ececec;
	color: #000;
	padding-bottom: 25px;
	margin-top: 40px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #4f4f4f;
}
footer a:hover {
	color: #4f4f4f;
}
footer h5 {
	font-size: 14px;
	line-height: 40px;
	color: #111111;
	font-family: "Open Sans";
	font-weight: 700;
	text-transform: uppercase;
}
#common-home .col-sm-12 {
	min-height: 0px !important;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	background: none;
	padding-left: 0px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	position: relative;
    white-space: nowrap;
}
.breadcrumb a {
color: #224ea7;
}

.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
    overflow: visible;
    min-height: 500px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.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;
}
.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 {
	color: #444;
}
.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;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-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-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-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;
}

/* fix oclabs */
.alert-dismissable .close, .alert-dismissible .close {
	right: -1px;
}

.container {
 padding-right: 0px;
padding-left: 0px;
}
.form-control:focus {
box-shadow: none;
}
.fa.fa-search {
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    background-position: 0 0;
    width: 35px;
    height: 30px;
    font-size: 0;
}
button {
	outline: none !important;
}
#search .input-group-btn {
    position: absolute;
    right: 24px;
    bottom: 7px;
}
#logo span {
	margin-top: -3px;
    display: block;
    margin-left: 27px;
    margin-bottom: 14px;
}
header .col-sm-2:nth-of-type(1) {
    max-width: 175px;
}
header .col-sm-2:nth-of-type(2) {
    min-width: 271px;
}
header .col-sm-2:nth-of-type(3) {
	width: 213px;
    font-size: 17px;
    color: #111111;
    font-family: "Open Sans";
    font-weight: 700;
    padding-left: 26px;
	margin-top: 46px;
	text-decoration: none;
}
header .col-sm-2:nth-of-type(3) a, header .col-sm-2:nth-of-type(3) a:hover, header .col-sm-2:nth-of-type(5) a, header .col-sm-2:nth-of-type(5) a:hover {
	color: #111111;
	text-decoration: none;
}
header .col-sm-2:nth-of-type(3):before {
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    background-position: -26px -2px;
    width: 29px;
    height: 22px;
    content: "";
    display: inline-block;
}
header .col-sm-2:nth-of-type(4) {
	margin-top: 44px;
	width: 180px;
}
header .col-sm-2:nth-of-type(4) button:hover {
background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
background-position: -7px -102px;
color: #fff;
}
header .col-sm-2:nth-of-type(4) button {
font-size: 13px;
color: #e21f23;
font-family: "Open Sans";
font-weight: 600;
text-align: center;
background: #fff;
border: 1px solid #e11f23;
border-radius: 4px;
width: 137px;
height: 34px;
}
header .col-sm-2:nth-of-type(5) {
    margin-top: 36px;
	width: 141px;
	font-size: 14px;
line-height: 23px;
color: #111111;
font-family: "Open Sans";
font-weight: 400;
}
header .col-sm-2:nth-of-type(5) .row:before {
	background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
	background-position: -5px -29px;
    margin-bottom: -2px;
    width: 26px;
    height: 18px;
    content: "";
    display: inline-block;
}
header .col-sm-2:nth-of-type(5) .row:nth-of-type(2):before {
	background-position: -5px -50px;
}
.pointer {
	cursor: pointer;
}
.cart-header .col-sm-4 span {
	background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    background-position: -5px -327px;
    width: 60px;
    height: 60px;
    display: block;
}
.cart-header .col-sm-4 span i {
    position: absolute;
    right: -5px;
    margin-top: 4px;
    font-size: 11px;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 700;
    text-align: center;
    width: 21px;
}
.cart-header {
    margin-top: 30px;
}
.cart-header .cart-1 {
font-size: 14px;
color: #111111;
font-family: "Open Sans";
font-weight: 700;
}
.cart-header .cart-2 b {
	font-size: 14px;
	color: #e21f23;
	font-family: "Open Sans";
	font-weight: 400;
}
.cart-header .cart-2 {
	font-size: 14px;
	font-family: "Open Sans";
	font-weight: 400;
}
header .col-sm-2:nth-of-type(6) .col-sm-6 {
    padding-right: 0;
}
.dropdown-menu {
	min-width: 497px;
}
.dropdown-menu2 {
	display: none;
    position: absolute;
    margin-top: -60px;
    margin-left: 445px;
    background: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	min-width: 460px;
	padding-top: 15px;
    padding-bottom: 15px;
}
.list-unstyled li:hover .dropdown-menu2 {
	display: block;
}
#menu .navbar-collapse {
    padding: 0;
}
.banner-home .img-responsive-s:hover {
border: 1px solid #e11f23;
border-radius: 4px;
}
.banner-home {
    overflow: hidden;
}
#goods-home {
    margin-top: 50px;
}
.banner-home .img-responsive-s {
	border: 1px solid #fff;
	border-radius: 4px;
	min-height: 528px;
    min-width: 946px;
}

.banner-home .col-sm-6:nth-of-type(1) .img-responsive-s {
    background-position: right center;
    position: absolute;
    right: 0;
}
.banner-t2 {
	z-index: 1;
}
.banner-t1 {
    font-size: 32px;
    line-height: 44px;
    color: #111111;
    font-family: "Open Sans";
    font-weight: 700;
    position: absolute;
    margin-top: 55px;
    max-width: 476px;
    right: 120px;
	cursor: pointer;
	z-index: 1;
}
.banner-home .col-sm-6:nth-of-type(2) .banner-t1 {
    left: 110px !important;
}
.banner-t1 a, .banner-t1 a:hover {
	color: #111111;
}
.banner-t1:hover + div + a img {
	border: 1px solid #e11f23;
border-radius: 4px;
}

.banner-home .banner-t2 button {
    margin-top: 167px;
    position: absolute;
    margin-left: 99px;
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 134px;
    height: 46px;
    background-position: -5px -476px;
	border: none;
	z-index: 1;
}
.banner-home .banner-t2 button a {
	font-size: 15px;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 600;
	margin-right: 10px;
	line-height: 45px;
}
.banner-home .col-sm-6:nth-of-type(1) .banner-t2 button {
	right: 446px;
}
.banner-home .col-sm-6:hover img {
	border: 1px solid #e11f23;
}
#goods-home .prm:before {
	content: "";
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 62px;
    height: 64px;
	display: inline-block;
	background-position: -14px -141px;
	float: left;
}
#goods-home .col-sm-3:nth-of-type(2) .prm:before {
    background-position: -76px -141px !important;
}
#goods-home .col-sm-3:nth-of-type(3) .prm:before {
	background-position: -8px -216px !important;
	width: 63px;
}
#goods-home .col-sm-3:nth-of-type(4) .prm:before {
    background-position: -80px -215px !important;
    width: 75px;
}
#goods-home .prm span {
	font-size: 16px;
    line-height: 23px;
    color: #111111;
    font-family: "Open Sans";
    font-weight: 400;
    margin-top: 22px;
    display: inline-block;
    padding-left: 20px;
}
#goods-home .prm-b {
    box-shadow: 0 0px 5px 1px #eee;
    padding: 20px;
    margin-top: 20px;
	border-radius: 3px;
	overflow: hidden;
}
#goods-home .prm {
margin: 0 auto;
}
#search-home {
border: 5px solid #ebebeb;
border-radius: 7px;
padding: 30px;
margin-top: 60px;
}
#search-home .border-search {
	border: 2px dashed #e43134;
	border-radius: 5px;
	padding: 30px;
}
.about-home {
    background: url(/catalog/view/theme/default/image/bg1.png) repeat-y;
	min-height: 254px;
	margin-top: 60px;
}
.about-home .b1 {
	font-size: 24px;
	line-height: 22px;
	color: #ffffff;
	font-family: "Open Sans";
	font-weight: 700;
	padding-top: 73px;
}
.about-home .b2 {
font-size: 16px;
line-height: 24px;
color: #ffffff;
font-family: "Open Sans";
font-weight: 400;
padding-top: 33px;
}
footer .phone {
	font-size: 17px;
	color: #111111;
	font-family: "Open Sans";
	font-weight: 700;
}
footer .email {
	font-size: 14px;
	line-height: 22px;
	color: #4f4f4f;
	font-family: "Open Sans";
	font-weight: 400;
}
footer .city {
font-size: 14px;
line-height: 22px;
color: #111111;
font-family: "Open Sans";
font-weight: 700;
}
footer .text, footer .text a {
	font-size: 14px;
	line-height: 22px;
	color: #4f4f4f;
	font-family: "Open Sans";
	font-weight: 400;
}
.category-description {
	background: #f9f9f9;
	font-size: 14px;
	line-height: 20px;
	color: #646464;
	font-family: "Open Sans";
	font-weight: 400;
	padding-left: 40px;
	padding-bottom: 25px;
	padding-top: 37px;
	padding-right: 40px;
	margin-bottom: 70px;
	border-radius: 0 0 80px 0;
}
.c-l1 {
	font-size: 16px;
	line-height: 24px;
	color: #e21f23;
	font-family: "Open Sans";
	font-weight: 700;
    margin-bottom: 4px;
    display: inline-block;
}
.c-l2 {
	line-height: 24px;
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    display: inline-block;
}
.list-cat-main, .list-cat-main li {
	list-style: none;
}
.c-l2:before {
    content: "";
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 10px;
    height: 15px;
    margin-right: 10px;
    display: inline-block;
    background-position: -55px -9px;
    width: 8px;
    height: 11px;
    transform: rotate(-90deg);
    opacity: 0.3;
}
.list-cat-main ul {
    padding-left: 0;
}
.list-cat-main {
	padding-bottom: 26px;
    margin-bottom: 27px;
	border-bottom:1px dotted #d6d6d6;
}
.breadcrumb > li + li:before {
    content: '/' !important;
}
.cat-list li {
	box-shadow: 0 0px 5px 1px #eee;
    padding: 12px;
    margin-top: 20px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #fff;
    text-align: center;
    min-height: 200px;
}
.cat-list li:hover {
    border: 1px solid #e11f23;
}
.cat-list li a {
font-size: 14px;
line-height: 20px;
color: #000000;
font-family: "Open Sans";
font-weight: 400;
text-align: center;
}
h1 {
	font-size: 24px;
line-height: 24px;
color: #252320;
font-family: "Open Sans";
font-weight: 700;
margin-bottom: 35px;
    margin-top: 35px;
}
.nm {
	margin-right: 0px !important;
    margin-left: 0px !important;
}
.cat-list {
    margin-bottom: 37px;
}
#product-category .product-grid .product-thumb {
	border: 1px solid #fff;
	box-shadow: 0 0px 5px 1px #eee;
	border-radius: 3px;
}
#product-category .product-grid .product-thumb:hover {
    border: 1px solid #e11f23;
}
#product-category .product-grid .caption h4 {
	text-align: center;
	margin: 0;
}
#product-category .product-grid .caption h4 a {
font-size: 16px;
line-height: 22px;
color: #111111;
font-family: "Open Sans";
font-weight: 700;
text-align: center;
}
.power, .fuel {
	font-size: 16px;
	line-height: 24px;
	color: #111111;
	font-family: "Open Sans";
	font-weight: 700;
	clear: both;
}
.power:before {
	float: left;
    content: "";
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 30px;
    height: 20px;
    margin-right: 3px;
    display: inline-block;
    background-position: -5px -396px;
    margin-top: 4px;
    margin-left: 6px;
}
.list-main-spec {
	border-radius: 4px;
    border: 2px dashed #d6d6d6;
    padding: 10px;
    margin-top: 20px;
}
.fuel:before {
    float: left;
    content: "";
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 30px;
    height: 20px;
    margin-right: 3px;
    display: inline-block;
    background-position: -5px -417px;
    margin-top: 1px;
    margin-left: 6px;
}
#product-category .product-grid .caption .price-new {
	font-size: 26px;
	line-height: 24px;
	color: #000000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
}
#product-category .product-grid .caption .price-old {
font-size: 16px;
line-height: 24px;
color: #999999;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
text-align: center;
text-decoration: none;
position: relative;
display: inline-block;
display: table;
margin: 0 auto;
}
#product-category .product-grid .caption .price-old:before {
    border-bottom: 2px solid red;
    -webkit-transform: skewY(-10deg);
	transform: skewY(-10deg);
	content: '';
    width: 100%;
    position: absolute;
    right: 0;
	top: 50%;
}
.in-stock {
	font-size: 14px;
line-height: 24px;
color: #009900;
font-family: "Open Sans";
font-weight: 400;
text-align: center;
margin-bottom: 15px;
}
.pod-order {
	font-size: 14px;
line-height: 24px;
color: #777777;
font-family: "Open Sans";
font-weight: 400;
text-align: center;
margin-bottom: 15px;
}
.on-hover {
	display: none;
}
#product-category .product-grid:hover .on-hover {
	display: block;
    position: absolute;
    border: 1px solid #e11f23;
    box-shadow: 0 5px 5px 1px #eee;
    border-radius: 0 0 3px 3px;
    width: calc(100% - 30px);
    z-index: 3;
    background: transparent;
    margin-left: -1px;
    margin-top: -2px;
    background-color: #fff !important;
    border-top: 0px !important;
}
#product-category .product-grid .on-hover button {
    width: 134px;
    height: 46px;
    margin: 0 auto;
    display: block;
    float: none;
    margin-bottom: 45px;
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    background-position: -38px -401px;
    text-align: left;
    text-transform: none;
    font-size: 15px;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 600;
}
#product-category .product-grid .on-hover button .fa.fa-shopping-cart {
	display: none;
}
#product-category .product-grid .on-hover button span {
    margin-left: 19px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #e21f23;
    cursor: default;
    background-color: #fff;
    border-color: #d1d1d1;
    font-size: 13px;
    font-family: "Open Sans";
	font-weight: bold;
}
.end-l {
    border-radius: 0 5px 5px 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
	float: left;
	font-size: 13px;
    padding: 9px 14px;
    margin-left: -1px;
	line-height: 1.5;
    color: #000;
    text-decoration: none;
    background-color: #fff;
	border: 1px solid #d1d1d1;
	margin-right: -1px;
	height: 39px;
}
.pagination {
    margin-top: 20px;
    margin-bottom: 42px;
}
#ocfilter {
	border: 5px solid #ebebeb;
	border-radius: 8px;
}
#ocfilter .ocfilter-option {
    border: none;
}
#ocfilter .hd:before {
    content: "";
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 30px;
    height: 27px;
    display: inline;
    background-position: -74px -337px;
    position: absolute;
    margin-left: -29px;
}
#ocfilter .hd {
	font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-family: "Open Sans";
    font-weight: 700;
    text-align: center;
    border: none;
    background-color: #f9f9f9;
}
.ocfilter-option .ocf-option-name {
	margin-bottom: 15px !important;
    margin-top: 20px !important;
    font-size: 15px !important;
    color: #000000 !important;
    font-family: "Open Sans" !important;
    font-weight: 600 !important;
}
.popover.right {
    margin-left: 0px !important;
    border: 1px solid #fff !important;
    box-shadow: 0 0px 5px 1px #eee !important;
}
}
.popover.right>.arrow {
	border-right-color: #ddd !important;
}
.popover button {
	font-size: 13px;
    color: #e21f23;
    font-family: "Open Sans";
    font-weight: 600;
    text-align: center;
    background: #fff;
    border: 1px solid #e11f23;
	border-radius: 4px;
	width: 100%;
}
.popover button:hover {
	background: red;
	color: #fff;
	border: none;
}
.badge {
	display: none;
}
.category-description2 {
	font-size: 14px;
	line-height: 20px;
	color: #010101;
	font-family: "Open Sans";
	font-weight: 400;
	margin-bottom: 70px;
    margin-top: 30px;
}
#column-left {
    padding-left: 0 !important;
}
#product .col-sm-7 .col-sm-6 .list-unstyled li:nth-of-type(3) {
	display: none;
}
#product .col-sm-7 .col-sm-6 .list-unstyled li:nth-of-type(1) {
	order: 2;
}
#product .col-sm-7 .col-sm-6 .list-unstyled li:nth-of-type(2) {
	order: 1;
}
#product .col-sm-7 .col-sm-6 .list-unstyled {
display: flex;
flex-direction: row;
margin-bottom: -8px;
}
#product .col-sm-7 .col-sm-6 .list-unstyled li:nth-of-type(2) h2 {
font-size: 26px;
line-height: 24px;
color: #000000;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
text-align: center;
}

#product .col-sm-7 .col-sm-6 .list-unstyled li:nth-of-type(1) span {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    display: table;
	margin: 0 auto;
	text-decoration: none !important;
	margin-top: 21px;
    margin-left: 15px;
}

#product .col-sm-7 .col-sm-6 .list-unstyled li:nth-of-type(1) span:before {
    border-bottom: 2px solid red;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
#product li {
	list-style: none;
}
#product .in-stock, #product .pod-order {
	text-align: left;
}
#product .thumbnails li:nth-of-type(1) .thumbnail {
	border: none;
	margin-bottom: 0;
}
#product .thumbnails .image-additional a {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px solid #eaeaea !important;
	border-radius: 0px !important;
	padding-left: 20px;
}
#product .thumbnails .image-additional {
	margin-left: 0px;
}
#product .image-additional {
    max-width: 123px;
}
#product .thumbnails .image-additional a:hover {
	border-bottom: 1px solid #e3292d !important;
}
#product .col-sm-7 .col-sm-6:nth-of-type(2) .control-label[for="input-quantity"] {
	display: none;
}
#product #input-quantity {
	width: 72px;
	height: 38px;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	font-size: 15px;
line-height: 22px;
color: #202020;
font-family: "Open Sans";
font-weight: 700;
text-align: center;
background: #f8f8f8;
float: left;
}

#product .minus {
	font-size: 20px;
    line-height: 34px;
	color: #717171;
	font-family: "Open Sans";
	font-weight: 600;
	border: 1px solid #e5e5e5;
	border-right: 0px;
	border-radius: 3px 0 0 3px;
    float: left;
    width: 33px;
    height: 38px;
    text-align: center;
    cursor: pointer;
}
#product .plus {
	font-size: 20px;
    line-height: 36px;
color: #717171;
font-family: "Open Sans";
font-weight: 600;
border: 1px solid #e5e5e5;
border-left: 0px;
border-radius: 0 3px 3px 0;
float: left;
width: 33px;
height: 38px;
text-align: center;
cursor: pointer;
}
#product #button-cart {
    width: 134px;
    height: 46px;
    margin: 0 auto;
    display: block;
    float: none;
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    background-position: -38px -401px;
    text-align: left;
    text-transform: none;
    font-size: 15px;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 600;
	border: none;
	margin-left: 18px;
    float: left;
    margin-top: -4px;
}
#product input[name="product_id"]+br {
    display: none;
}
#product-product h1 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 16px;
    margin-bottom: 15px;
}
#product .col-sm-7 .col-sm-6:nth-of-type(2) .form-group {
	margin-top: 23px;
}
.alert {
	display: none;
}
#product .params .col-sm-7 {
	font-size: 14px;
	line-height: 30px;
	color: #252320;
	font-family: "Open Sans";
	font-weight: 700;
}
#product .params .col-sm-5 {
    font-size: 14px;
    line-height: 8px;
    color: #252320;
    font-family: "Open Sans";
    font-weight: 400;
    padding-left: 5px;
}
#product .params .col-sm-7 {
	border-bottom: 2px dotted #e0e0e0;
    display: inline-block;
    line-height: 9px;
	margin-bottom: 21px;
	max-width: 396px;
}
#product .params .lt {
    background: #fff;
    padding-left: 20px;
    margin-left: -20px;
    padding-right: 4px;
}
#product .col-sm-7 .row:nth-of-type(1) {
    margin-bottom: 20px;
}
.link-to-params:before {
	content: "";
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 22px;
    height: 16px;
    display: inline-block;
	background-position: -33px -455px;
	position: absolute;
	margin-top: 5px;
	margin-left: -22px;
}
.link-to-params {
	font-size: 13px;
	line-height: 24px;
	color: #252320;
	font-family: "Open Sans";
	font-weight: 400;
	text-decoration: underline;
	padding-left: 22px;
}
.desc-product, .desc-product p {
	font-size: 13px;
	line-height: 19px;
	color: #646464;
	font-family: "Open Sans";
	font-weight: 400;
}
.desc-product {
    margin-top: 25px;
    margin-left: 0px;
}
.header-for-options {
	font-size: 14px;
	line-height: 35px;
	color: #000000;
	font-family: "Open Sans";
	font-weight: 700;
    width: 100%;
}
.SumoSelect {
    width: 100% !important;
}
.right-price-opt {
	float: right;
}
.price-duble {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans";
    font-weight: 600;
    margin-top: 30px;
    padding-left: 68px;
}

.price-duble li:nth-of-type(2) h2 {
    font-size: 26px;
    line-height: 24px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
}

.price-duble li:nth-of-type(3) {
    display: none;
}
.menu-simple a {
	font-weight: normal !important;
	margin-right: 20px;
    margin-left: 79px;
}
.menu-simple a:before, .menu-simple a:after {
display: none !important;
}
#menu .nav > li.menu-simple > a:hover, #menu .nav > li.menu-simple.open > a {
    background-color: #fff !important;
}
.menu-simple a:hover {
    border-bottom: 3px solid #e11f23;
    padding-bottom: 6px;
}
.corp-link {
    content: "";
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 19px;
    height: 15px;
    display: inline-block;
    background-position: -78px -80px;
    position: absolute;
    margin-top: 3px;
    margin-left: -20px;
}
.corp-link-a:hover {
    margin-left: 58px !important;
    padding-left: 36px !important;
}
#menu .dropdown-inner a:before {
	content: "";
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 20px;
    height: 11px;
    display: inline-block;
    background-position: -111px -81px;
    position: absolute;
    margin-top: 15px;
    margin-left: -37px;
}

#modal-form-call {
	left: 50%;
    transform: translate(-50%, 0);
    width: 470px;
    position: absolute;
    background: url(/catalog/view/theme/default/image/fb1.png) no-repeat;
    padding-top: 37px;
}
#modal-form-call .mfp-close {
    color: #fff !important;
    zoom: 1.25 !important;
    width: 49px !important;
    margin-top: -4px !important;
}
.block-1-form {
	background: #fff;
    width: 430px;
}
.block-1-form h3 {
	font-size: 24px;
    line-height: 76px;
    color: #111111;
    font-family: "Open Sans";
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
}
.block-1-form input {
	font-size: 15px;
	line-height: 73px;
	color: #4e4e4e;
	font-family: "Open Sans";
	font-weight: 400;
	width: 330px;
    height: 55px;
    border-radius: 5px;
    border: 2px solid #d1d1d1;
    margin: 0 auto;
	display: block;
	padding-left: 47px;
	outline: none;
    margin-bottom: 19px;
}
.block-1-form .icont:nth-of-type(1) {
	background: url(/catalog/view/theme/default/image/sprite-2.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: 0px 0px;
    position: absolute;
    margin-left: 64px;
    margin-top: 15px;
}
.block-1-form .icont:nth-of-type(2) {
	background: url(/catalog/view/theme/default/image/sprite-2.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
	background-position: 0px -73px;
    position: absolute;
    margin-left: 64px;
    margin-top: 15px;
}
.block-1-form .icont:nth-of-type(3) {
	background: url(/catalog/view/theme/default/image/sprite-2.png) no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
	background-position: 0px -145px;
    position: absolute;
    margin-left: 64px;
    margin-top: 15px;
}

.mfp-content {
    vertical-align: top !important;
	padding-top: 20px !important;
}
#send-call {
	width: 252px;
	height: 53px;
	background-position: -5px -99px;
	border: none;
	margin: 0 auto;
	display: block;
	background: #e11f23;
	border-radius: 4px;
	font-size: 16px;
	color: #ffffff;
	font-family: "Open Sans";
	font-weight: 600;
	margin-top: 32px;
}
.terms {
	margin-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #4e4e4e;
    font-family: "Open Sans";
    font-weight: 400;
    padding-bottom: 15px;
}
.terms input {
    width: 15px;
    display: inline;
    height: 15px;
    margin-right: 5px;
}
.terms a {
	color: #e21f23;
	text-decoration: underline;
}
.terms a:hover {
	text-decoration: none;
}
#search-home .header-search {
    font-size: 24px;
    line-height: 23px;
    color: #111111;
    font-family: "Open Sans";
    font-weight: 700;
	padding-left: 35px;
	margin-bottom: 23px;
}
#search-home .header-search:before {
	content: "";
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 25px;
    height: 33px;
    display: inline-block;
    background-position: -68px -5px;
    position: absolute;
    margin-left: -35px;
}
.search-label {
	font-size: 14px;
line-height: 23px;
color: #111111;
font-family: "Open Sans";
font-weight: 400;
}
#search-home .border-search {
	margin: 0;
}
#search-home .border-search .col-sm-4 {
	min-height: 100px;
	margin: 0;
    padding: 0;
}
#search-home .border-search .col-sm-4:after, #search-home .border-search .col-sm-5:after, #search-home .border-search .col-sm-3:after {
    content: "";
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 10px;
    height: 76px;
    display: inline-block;
    background-position: -120px -5px;
    position: absolute;
	margin-left: -35px;
	margin-top: -18px;
}
#search-home .border-search .col-sm-4:after {
	margin-left: -35px;
}
#search-home .border-search .col-sm-5:after {
	margin-left: 37px;
}
#search-home .border-search .col-sm-3:after {
	display: none;
}
#search-home .border-search .col-sm-4:nth-of-type(1):after {
display: none;
}
#power-from, #power-to {
	border-radius: 6px;
	border: 1px solid #d1d1d1;
	width: 72px;
	height: 37px;
	text-align: center;
	font-size: 15px;
line-height: 50px;
color: #202020;
font-family: "Open Sans";
font-weight: 700;
outline: none;
margin-top: 18px;
}
.search-label2 {
	font-size: 16px;
    line-height: 23px;
    color: #111111;
    font-family: "Open Sans";
    font-weight: 400;
    margin-left: 5px;
    margin-right: 16px;
}

#form-steptwo-button {
    font-size: 13px;
    color: #e21f23;
    font-family: "Open Sans";
    font-weight: 600;
    text-align: center;
    background: #fff;
    border: 1px solid #e11f23;
    border-radius: 4px;
    width: 81px;
	height: 37px;
	margin-left: 15px;
}
#form-steptwo-button:hover {
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat red;
    background-position: -7px -102px;
    color: #fff;
}
.border-search .SelectBox {
	width: 281px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.border-search .SumoSelect {
	margin-top: 20px !important;
}

.SumoSelect>.CaptionCont>label>i {
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat !important;
    background-position: -97px -76px !important;
}
.SumoSelect>.CaptionCont {
    border-radius: 6px !important;
    border: 1px solid #d1d1d1 !important;
}
.border-search .SumoSelect.open>.optWrapper {
    width: 281px;
}
#form-stepgo-button {
	font-size: 14px;
	color: #ffffff;
	font-family: "Open Sans";
	font-weight: 600;
	text-align: center;
	width: 218px;
	height: 43px;
	border: none;
	margin: 0 auto;
	display: block;
	background: #e11f23;
	border-radius: 4px;
	color: #ffffff;
	margin-left: 0;
    margin-top: 34px;
}
#form-stepgo-button:hover {
background: red;
}
footer .phone:before {
    content: "";
    background: url(/catalog/view/theme/default/image/sprite-3.png) no-repeat;
    width: 20px;
    height: 14px;
    display: inline-block;
	background-position: 0px -3px;
	margin-right: 5px;
}
footer .phone {
margin-top: 25px;
	margin-bottom: 5px;
}
footer .phone a {
color: #111111;
}
footer .email:before {
    content: "";
    background: url(/catalog/view/theme/default/image/sprite-3.png) no-repeat;
    width: 20px;
    height: 14px;
    display: inline-block;
	background-position: 0px -29px;
	margin-right: 5px;
}
footer .email {
    margin-top: 5px;
		margin-bottom: 5px;
	}
	footer .city:before {
		content: "";
		background: url(/catalog/view/theme/default/image/sprite-3.png) no-repeat;
		width: 20px;
		height: 17px;
		display: inline-block;
		background-position: 0px -66px;
		margin-right: 5px;
	}
	footer .city {
		margin-top: 15px;
			margin-bottom: 5px;
		}
footer .text {
	padding-left: 24px;
}
footer .list-unstyled .city2 {
    margin-top: 7px !important;
}
footer .menu-f a {
	font-size: 14px;
line-height: 30px;
color: #4f4f4f;
font-family: "Open Sans";
font-weight: 400;
}
footer .menu-f .corp-link {
    margin-top: 9px;
    zoom: 0.9;
}
.blank-site {
	padding-left: 20px;
}
.footer-catalog-menu a {
	font-size: 14px;
line-height: 30px;
color: #4f4f4f;
font-family: "Open Sans";
font-weight: 400;
padding-left: 16px;
}
.footer-catalog-menu a:before {
    content: "";
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 20px;
    height: 11px;
    display: inline-block;
    background-position: -111px -81px;
    position: absolute;
    margin-top: 10px;
    margin-left: -24px;
}
footer h5 {
margin-bottom: 5px;
}
.SumoSelect>.CaptionCont>span {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-family: "Open Sans";
	font-weight: 700;
	padding-left: 10px;
}
.SumoSelect>.optWrapper>.options li label {
	margin-bottom: 0;
	padding-left: 10px;
	font-size: 14px;
color: #000000;
font-family: "Open Sans";
font-weight: 400;
}
.SumoSelect>.optWrapper>.options li.opt:hover {
	background-color: #f7f7f7 !important;
	color: #e21f23;
}
.SumoSelect>.optWrapper>.options li.opt:hover label {
font-weight: bold !important;
color: #e21f23;
}
.SumoSelect>.optWrapper>.options li.opt {
font-size: 14px;
color: #000000;
font-family: "Open Sans";
font-weight: 400;
}
.breadcrumb a, .breadcrumb span {
font-size: 13px;
line-height: 20px;
color: #003399 !important;
font-family: "Open Sans";
font-weight: 400;
text-decoration: underline;
}
.breadcrumb a:hover span, .breadcrumb a:hover {
	text-decoration: none !important;
}
.breadcrumb {
    margin-top: -10px;
    padding-top: 0;
}
.breadcrumb li:nth-last-of-type(1) span {
color: #646464 !important;
text-decoration: none;
cursor: text;
}
.breadcrumb li {
	color: #646464;
	padding-bottom: 20px;
}
.breadcrumb {
	margin-bottom: -10px;
}
.breadcrumb > li + li:before {
	color: #646464 !important;
	margin-right: 3px;
}
.nm h1 {
    margin-top: 25px;
    margin-bottom: 10px;
}
#input-sort, #input-sort+p+div .opt:nth-last-of-type(1), #input-sort+p+div .opt:nth-last-of-type(2) {
    display: none;
}
#input-sort+p span{
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    font-family: "Open Sans";
    font-weight: 400;
}
#input-sort+p+div .opt label {
	font-size: 13px;
    line-height: 22px;
	color: #000000;
	font-family: "Open Sans";
	font-weight: 400;
}
#input-sort+p+div .opt:hover label {
    font-weight: normal !important;
    color: #000000;
}
.noUi-handle {
    border: 1px solid #aaaaaa !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    box-shadow: none !important;
    width: 20px !important;
    height: 20px !important;
}
.noUi-handle:after, .noUi-handle:before {
	display: none !important;
}
.noUi-horizontal {
    height: 4px !important;
    background: #E11F22 !important;
    box-shadow: none !important;
    border: none !important;
}
.noUi-connect {
    background: #E11F22 !important;
}
.noUi-horizontal .noUi-handle {
    top: -8px !important;
}
.noUi-pips-horizontal {
	display: none !important;
}

 



/* Customize the label (the container) */
.ocf-option-values label {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .ocf-option-values label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
	background-position: -110px -354px;
  }
  
  /* On mouse-over, add a grey background color */
  .ocf-option-values label:hover input ~ .checkmark {
		background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
		background-position: -110px -326px;
  }
  
  /* When the checkbox is checked, add a blue background */
  .ocf-option-values label input:checked ~ .checkmark {
	background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
		background-position: -110px -326px;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  /* Show the checkmark when checked */
  .ocf-option-values label input:checked ~ .checkmark:after {
	display: block;
  }
  

  .ocf-option-values label {
	padding-left: 38px !important;
	font-size: 14px !important;
color: #000000 !important;
font-family: "Open Sans" !important;
font-weight: 400 !important;
}
#ocfilter .selected-options {
	display: none;
}
.margin-bottom-cat {
	margin-bottom: 40px !important;
}
.nm .SumoSelect>.CaptionCont {
    padding-top: 7px;
    padding-bottom: 7px;
}
#reset-filter {
	font-size: 13px;
    color: #676767;
    font-family: "Open Sans";
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
    border-top: 1px solid #ececec;
    padding-top: 13px;
}
#reset-filter:before {
	content: "";
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: -77px -373px;
    margin-right: 6px;
    margin-bottom: -5px;
}
.scale {
	margin-bottom: 0px !important;
}
.ocfilter-option .ocf-option-name {
    padding-bottom: 10px;
}

.skidka {
	position: absolute;
    right: 8px;
    height: 28px;
    width: 78px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 700;
    border-radius: 0 2px 0px 20px;
    z-index: 1;
    background: url(/catalog/view/theme/default/image/bgprice.png) no-repeat;
    padding-left: 11px;
}
.skidka2 {
    background: #009900;
    left: 0;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0;
    font-size: 16px;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 700;
    margin-left: 15px;
}
.pre-end {
	background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat center center;
    width: 34px;
    height: 39px;
    display: inline-block;
    background-position: -156px -17px;
}
.end {
	background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat center center;
    width: 42px;
    height: 39px;
    display: inline-block;
    background-position: -187px -17px;
}
.pre-end-l, .end-l {
	transform: scaleX(-1);
	padding-top: 10px;
}
.header-for-options:before {
display: none;
}
#product .thumbnails li:nth-of-type(1) .thumbnail img {
    max-width: 403px;
}
.btn-primary {
    font-size: 13px;
    color: #e21f23;
    font-family: "Open Sans";
    font-weight: 600;
    text-align: center;
    background: #fff;
    border: 1px solid #e11f23;
    border-radius: 4px;
    width: 137px;
	height: 34px;
	margin-bottom: 30px;
}
.btn-primary:hover {
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
	background-position: -7px -102px;
	border: none;
}
.list-cat-main img {
width: 225px;
}
.cat-list img {
    width: 121px;
}

.image-additional img {
	height: 95px;
}
#product .thumbnails .image-additional a {
padding-right: 20px;
width: 135px;
}

#images-carusel {
    overflow: hidden;
    height: 142px;
    display: block;
}
.left-1 {
	background: url(/catalog/view/theme/default/image/left-1.png) no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: block;
    margin-top: 40px;
	position: absolute;
	left: 0;
}
.right-1 {
	background: url(/catalog/view/theme/default/image/right-1.png) no-repeat;
    width: 22px;
    height: 22px;
    cursor: pointer;
    display: block;
    margin-top: 40px;
    position: absolute;
    right: 30px;
}
#images-carusel {
	padding-left: 46px;
}
.error {
	border: 2px dashed red !important;
}
.error2 {
    box-shadow: 0px 0px 1px 2px red;
}

.block-1-form center {
    padding: 50px;
    margin-top: 20px;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: red;
    border-color: red;
}
.popover-content button {
    margin-bottom: 0px;
}
.noUi-horizontal {
    height: 4px !important;
	background: #E11F22 !important;
}

.noUi-horizontal, .noUi-background {
    height: 4px !important;
	background: #c6c6c6 !important;
}

.noUi-draggable {
	background: #E11F22 !important;
}
.breadcrumb2 {
    position: absolute;
    background: #fff;
    box-shadow: 0 0px 5px 1px #eee;
    padding: 20px;
    margin-top: 17px;
    border-radius: 3px;
	z-index: 2;
	display: none;
	margin-left: 22px;
}
.breadcrumb2 a.br2 {
float: left;
text-decoration: none !important;
}
.breadcrumb2 a.br2:hover {
	text-decoration: underline !important;
	}
.breadcrumb2 a.br2 span {
font-size: 13px;
line-height: 28px;
color: #000000 !important;
font-family: "Open Sans";
font-weight: 400;
text-decoration: none !important;
cursor: pointer;
}
.breadcrumb li:hover .breadcrumb2 {
	display: block;
}

.popup-cart div:nth-of-type(1) {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	font-family: "Open Sans";
	font-weight: 700;
}
.popup-cart div:nth-of-type(2) {
	font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-family: "Open Sans";
    font-weight: normal;
}
.popup-cart div:nth-of-type(3) {
	font-size: 14px;
line-height: 20px;
color: #000000;
font-family: "Open Sans";
}
.popup-cart {
	box-shadow: 0 0px 5px 1px #eee;
    padding: 20px;
    border-radius: 3px;
    width: 274px;
    padding-top: 15px;
    padding-bottom: 10px;
    position: absolute;
    right: -180px;
	display: none;
	left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
    background: #fff;
}
.popup-cart img {
    height: 52px;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
}

.popup-cart div:nth-of-type(4) {
    text-align: center;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ececec;
    font-size: 13px;
    line-height: 20px;
    color: #111111;
    font-family: "Open Sans";
	font-weight: 400;
	cursor: pointer;
}
.popup-cart div:nth-of-type(4):before {
    content: "";
    background: url(/catalog/view/theme/default/image/cart-popup.png) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -5px;
}
.close-er {
    width: 24px;
    height: 24px;
    position: absolute;
    display: block;
    cursor: pointer;
    right: -11px;
    top: -13px;
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    background-position: -5px -448px;
}




/* Customize the label (the container) */
#product .checkbox label {
	display: block;
	position: relative;
    padding-left: 0px;
    margin-bottom: -10px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
  }
  
  /* Hide the browser's default checkbox */
  #product .checkbox label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  

  /* When the checkbox is checked, add a blue background */
  #product .checkbox label input:checked ~ .checkmark {
	background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
		background-position: -110px -326px;
  }
  
  
  /* Show the checkmark when checked */
  #product .checkbox label input:checked ~ .checkmark:after {
	display: block;
  }
  #product .checkbox img {
    border: 0;
    padding: 0;
    float: left;
    height: 57px;
    width: 66px;
  }
  #product .checkbox img.img-thumbnail, .img-left-current {
    display: none;
  }
  #product .checkbox span {
    font-size: 14px;
    line-height: 8px;
    color: #252320;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-left: 3px;
	margin-left: 40px;
	line-height: 44px;
}
#product .checkbox .checkmark {
    margin-left: 10px;
    margin-top: 22px;
}
.row-rpw {
    border: 1px solid #d2d2d2;
    margin-left: 0px;
    border-radius: 6px;
    height: 46px;
    margin-top: 11px;
}
.row-rpw:hover {
	border: 1px solid #e11f23 !important;
}
.row-rpw span:nth-of-type(2) {
    float: right;
    margin-right: 20px;
    font-family: "Open Sans", sans-serif;
}

.price-duble p {
    float: left;
    padding-right: 8px;
}
.price-duble span li:nth-of-type(2) {
	float: left;
}
.price-duble span li:nth-of-type(1) {
	float: right;
    padding-right: 0px;
}
.price-duble span {
	display: inline-block;
	margin-top: -24px;
}
.price-duble span li:nth-of-type(1) span {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    display: table;
    margin: 0 auto;
    text-decoration: none !important;
    margin-top: 21px;
    margin-left: 15px;
}
.price-duble span li:nth-of-type(1) span:before {
    border-bottom: 2px solid red;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}

.price-duble button {
    float: right !important;
    margin-right: -15px !important;
}
.gorelka-input .control-label {
    float: left;
    display: inline-block;
    color: #929292;
    font-size: 14px;
    margin-top: 5px;
    margin-right: 14px;
    margin-left: 100px;
    margin-bottom: 20px;
}
.gorelka-input input.form-control {
    float: left;
    display: inline-block;
    width: 257px;
}
.gorelka-input {
	display: none;
}
.required.gorelka-input {
	display: block;
}
.required.gorelka-input .text-danger {
    clear: both;
    margin-left: 31%;
}
.gorelka-options .SumoSelect>.CaptionCont>span {
    font-size: 14px !important;
    color: #252320 !important;
    font-family: "Open Sans" !important;
    font-weight: 400 !important;
    padding-left: 3px !important;
	margin-left: 30px !important;
    padding-top: 7px;
    padding-bottom: 7px;
}
.gorelka-options .opt img {
	height: 35px;
	margin-right: 12px;
    margin-left: 7px;
}
.gorelka-options .opt {
	cursor: pointer;
	padding-top: 4px !important;
    padding-bottom: 2px !important;
}
.gorelka-options .options .opt:nth-of-type(1) {
    padding-left: 42px !important;
    color: #999 !important;
    line-height: 30px !important;
}
.gorelka-options .options .opt:nth-last-of-type(1) {
    padding-left: 42px !important;
    line-height: 30px !important;
}
.right-price-opt {
    font-size: 14px;
    color: #252320;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-left: 3px;
    margin-left: 40px;
    line-height: 33px;
    padding-right: 10px;
}
.gorelka-options .SumoSelect.open>.CaptionCont, .gorelka-options .SumoSelect:focus>.CaptionCont, .gorelka-options .SumoSelect:hover>.CaptionCont {
    box-shadow: none;
    border-color: #e11f23 !important;
}
.gorelka-options .SumoSelect>.CaptionCont>label {
    left: 9px;
}
.gorelka-options .SumoSelect{
    margin-left: 0px;
}
.gorelka-options .header-for-options {
    margin-top: 20px;
    margin-bottom: 15px;
}
.gorelka-options .img-left-current {
		position: absolute;
		left: 0;
		width: 65px;
		height: 65px;
		margin-left: -76px;
		margin-top: -8px;
}
.gorelka-options .SumoSelect {
    width: 100% !important;
}
.gorelka-options .SelectBox b {
    font-size: 14px;
    color: #252320;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-left: 3px;
    float: right;
    margin-top: -27px;
	margin-right: 10px;
}
.detail-opisanie-button {
    position: relative !important;
    float: none !important;
    height: 17px !important;
    width: 16px !important;
    margin-left: 5px !important;
    margin-top: -3px !important;
    cursor: pointer;
}
.detail-opisanie-button:hover {
	opacity: 0.7;
}
.hider-step {
    position: absolute;
    height: 100%;
    width: calc(100% - 50px);
    opacity: 0.55;
    background: #fff;
    z-index: 1;
    cursor: not-allowed;
}
#form-stepgo-button[disabled] {
	cursor: not-allowed;
}
#form-stepgo-button[disabled]:hover {
    background: #e11f23;
}
#result-finder {
	display: none;
}
.gorelka-options .opt img {
visibility: hidden;
width: 16px;
}
.detail-opisanie-button {
    display: inline !important;
    visibility: visible !important;
}
#res-find-t table th {
	font-size: 14px;
	line-height: 23px;
	color: #111111;
	font-family: "Open Sans";
	font-weight: 700;
}
#res-find-t .table>thead>tr>th {
    border-bottom: 2px solid #363333;
}
#res-find-t {
    margin-top: 18px;
}
.terms input {
    position: absolute;
    bottom: 13px;
    margin-left: -21px;
}
.terms {
    padding-bottom: 30px !important;
    padding-left: 19px;
}
.simple-content .checkout-heading {
    background: none;
    background-color: transparent !important;
    font-size: 26px;
line-height: 24px;
color: #252320;
font-family: "Open Sans";
font-weight: 700;
text-align: center;
border-color: #eaeaea !important;
padding-bottom: 17px !important;
}
.simplecheckout-cart th {
    background: none !important;
    border: none !important;
}
.simplecheckout-cart {
    border: none !important;
}
.simple-content {
    border: 5px solid #ebebeb;
    border-radius: 8px;
    padding-top: 27px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 42px;
    margin-top: 40px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.simplecheckout-cart th.image, .simplecheckout-cart th.name {
    visibility: hidden !important;
}
.simplecheckout-cart .quantity .btn-danger, .simplecheckout-cart-total {
    display: none;
}
.simplecheckout-cart button[data-onclick="decreaseProductQuantity"], .simplecheckout-cart button[data-onclick="increaseProductQuantity"] {
    width: 30px !important;
}
.simplecheckout-cart input[data-onchange="changeProductQuantity"] {
    max-width: 43px !important;
    height: 28px !important;
    min-width: 43px !important;
    text-align: center;
    background: #f8f8f8;
    font-size: 13px;
    line-height: 22px;
    color: #202020;
    font-family: "Open Sans";
    font-weight: 700;
}
.remove-cart-bt {
    position: absolute;
    left: 40px;
    margin-top: 15px;
    cursor: pointer;
}
.simplecheckout-cart button[data-onclick="decreaseProductQuantity"], .simplecheckout-cart button[data-onclick="increaseProductQuantity"], .simplecheckout-cart button[data-onclick="decreaseProductQuantity"]:focus, .simplecheckout-cart button[data-onclick="increaseProductQuantity"]:focus {
    border: 1px solid #e5e5e5;
    color: #717171;
    padding: 0 !important;
    height: 28px;
    margin-top: -6px;
    padding-top: 5px !important;
    margin-top: 0;
}
.simplecheckout-cart th {
    font-size: 13px;
    line-height: 24px;
    color: #929292 !important;
    font-family: "Open Sans", sans-serif;
    font-weight: 400 !important;
}
.simplecheckout-cart input[data-onchange="changeProductQuantity"] {
    border-left: 0px;
    border-radius: 0px;
}
.simplecheckout-cart button[data-onclick="decreaseProductQuantity"] i, .simplecheckout-cart button[data-onclick="increaseProductQuantity"] i {
    -webkit-text-stroke: 1px white;
    text-shadow: none;
}
.simplecheckout-cart button[data-onclick="decreaseProductQuantity"]:hover, .simplecheckout-cart button[data-onclick="increaseProductQuantity"]:hover, .simplecheckout-cart button[data-onclick="decreaseProductQuantity"]:active, .simplecheckout-cart button[data-onclick="increaseProductQuantity"]:active {
    background: #fff;
    color: #929292 !important;
}
.simplecheckout-cart tbody .name a {
    font-size: 14px;
    line-height: 20px;
    color: #252320;
    font-family: "Open Sans";
    font-weight: 700;
}
.simplecheckout-cart .options small {
    font-size: 12px;
    line-height: 20px;
    color: #252320;
    font-family: "Open Sans";
    font-weight: normal;
}
.simplecheckout-cart td.name {
    text-align: left !important;
}
.simplecheckout-cart td.image img {
    width: 60px;
}
.simplecheckout-cart .remove-cart-bt img {
    width: 25px !important;
    height: 27px !important;
}
.simplecheckout-cart tbody td.price, .simplecheckout-cart tbody td.total {
font-size: 16px !important;
line-height: 24px !important;
color: #000000 !important;
font-family: "Open Sans", sans-serif !important;
font-weight: 400 !important;
text-align: center !important;
}
.simplecheckout-cart th.price, .simplecheckout-cart th.total {
    text-align: center;
    font-weight: normal !important;
}
.simplecheckout #simplecheckout_customer {
    border: 2px dashed #ddd;
    border-radius: 8px;
    max-width: 830px;
    margin: 0 auto;
    padding: 40px;
}
.summ-cart {
    font-size: 16px;
    line-height: 24px;
    color: #252320;
    font-family: "Open Sans";
    font-weight: 400;
    float: right;
    margin-bottom: 53px;
}
.summ-cart span {
font-size: 26px;
line-height: 24px;
color: #000000;
font-family: "Open Sans", sans-serif;
font-weight: 700;
text-align: center;
}
.simplecheckout-block-content label {
    font-size: 16px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 400;
    text-align: left !important;
}
.simplecheckout-block-content .control-label:before {
    display: none;
}
.simplecheckout-block-content .control-label:after {
    content: ' *';
    color: #e53639;
    font-weight: bold;
}
.simplecheckout-block-content input[type="text"], .simplecheckout-block-content input[type="tel"], .simplecheckout-block-content input[type="email"] {
    border-radius: 5px;
    border-color: #d1d1d1;
    height: 40px;
}
.simplecheckout-block-content textarea {
    height: 148px;
}
.simple-content #buttons {
    text-align: center;
}
.simple-content .simplecheckout-button-right {
    float: none;
    text-align: center;
}
.simple-content #simplecheckout_button_confirm {
    background: url(/catalog/view/theme/default/image/cartbnt.png) no-repeat;
    font-size: 0;
    border: none;
    border-radius: 0;
    width: 210px;
    height: 46px;
    margin-top: 37px !important;
}
.simple-content .row-customer_field24 {
    margin-bottom: -5px;
}
.after-send {
    font-size: 12px;
color: #4e4e4e;
font-family: "Open Sans";
font-weight: 400;
margin-top: 25px;
}
.after-send a {
    color: #e21f23;
    text-decoration: underline;
}
.after-send a:hover {
    text-decoration: none;
}
.simple-content #button-confirm {
    background: url(/catalog/view/theme/default/image/cartbnt.png) no-repeat;
    font-size: 0;
    border: none;
    border-radius: 0;
    width: 210px;
    height: 46px;
    margin-top: 37px !important;
}
.simple-content #simplecheckout_payment_form {
    display: none;
}
.knt-1 {
    box-shadow: 0 0px 5px 1px #eee;
    padding: 12px;
    margin-top: 0px;
    border-radius: 3px;
    margin-right: 30px;
    padding: 30px;
    height: 286px;
}
.knt-2 {
    box-shadow: 0 0px 5px 1px #eee;
    padding: 12px;
    margin-top: 0px;
    border-radius: 3px;
    width: calc(41.66666667% - 30px);
    padding: 30px;
}
.knt-row-1 {
    font-size: 14px;
line-height: 20px;
color: #111111;
font-family: "Open Sans";
font-weight: 700;
}
.knt-row-2 {
    font-size: 14px;
    line-height: 20px;
    color: #111111;
    font-family: "Open Sans";
}
.knt-row-1 a, .knt-row-2 a {
    color: #111111;
    font-weight: normal;
}
.knt-2 {
background: url(/catalog/view/theme/default/image/cnt-bg.png) no-repeat;
height: 500px;
padding-top: 21px;
}
.knt-2 .b1 {
font-size: 15px;
line-height: 23px;
color: #ffffff;
font-family: "Open Sans";
font-weight: 700;
}
.reqz {
    margin-left: 22px;
    font-size: 14px;
line-height: 20px;
color: #003399;
font-family: "Open Sans";
text-decoration: underline;
}
.reqz:before {
    content: "";
    background: url(/catalog/view/theme/default/image/dg-bg.png) no-repeat;
    width: 22px;
    height: 19px;
    display: inline-block;
    position: absolute;
    margin-top: 0px;
    margin-left: -22px;
}
#res-find-t table th, #res-find-t table td {
    vertical-align: middle;
    font-size: 14px;
    line-height: 23px;
    color: #111111;
    font-family: "Open Sans";
    font-weight: 600;
}
#res-find-t table th a {
    color: #111111;
}
#res-find-t table thead tr th:nth-of-type(2) {
    text-align: center;
    padding-right: 30px;
}
.to-page-product {
background: url(/catalog/view/theme/default/image/btn-home.png) no-repeat;
width: 101px;
height: 33px;
font-size: 0;
display: block;
    background-position: 0 -33px;
}
.to-page-product:hover {
    background-position: 0 0px !important;
}
.row-customer_field24 label:after{
    display: none;
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
  }
 .copy-on-bufer {
    display: block;
    text-align: center;
    border: 1px solid #bababa;
    padding: 10px;
    cursor: pointer;
}
.copy-on-bufer:hover {
background: #eee;
}
.mfp-content .right-text-opt .text {
    display: none;
}
.right-text-opt.white-popup, .text-option-row-detail {
    max-width: 804px !important;
    border-radius: 4px;
}
.white-popup {
    border-radius: 4px;
    padding: 30px;
    padding-top: 0;
}
.white-popup .row {
  margin: 0;
}
.white-popup .mfp-close {
    color: #fff !important;
    zoom: 1.25 !important;
    width: 49px !important;
    margin-top: -4px !important;
    right: -34px;
    top: -28px;
}
.white-popup h2 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 13px;
    margin-bottom: 20px;
    font-size: 18px;
line-height: 24px;
color: #000000;
font-family: "Open Sans";
font-weight: 700;
padding-top: 25px;
margin-top: 0;
}
.right-text-opt.white-popup, .text-option-row-detail {
font-size: 14px;
line-height: 18px;
color: #000000;
font-family: "Open Sans";
}
.right-text-opt.white-popup .col-sm-4 img, .text-option-row-detail .col-sm-4 img {
    max-width: 170px;
    margin-left: 30px;
}
.price-mod {
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;    
    margin-top: 20px;
}
.white-popup h3 {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: "Open Sans";
    font-weight: 700;
}
.white-popup ul li {
    list-style-image: url(/catalog/view/theme/default/image/li.png);
    margin-bottom: 5px;
}
#information-information .show.collapse {
    overflow: hidden;
}
.info-block {
    background: #fff2f2;
    border-radius: 4px;
    padding: 23px;
    border: 1px dashed #f29698;
    max-width: 869px;
    padding-left: 80px;
    background: url(/catalog/view/theme/default/image/bg-red.png) no-repeat 17px center #fff2f2;
    padding-bottom: 10px;
    padding-top: 18px;
    position: relative;
}
.info-block b {
font-size: 15px;
line-height: 30px;
color: #000000;
font-family: "Open Sans";
font-weight: 600;
}
.info-block p {
font-size: 13px;
color: #000000;
font-family: "Open Sans";
font-weight: 400;
}
.info-block a.more-info {
    font-size: 13px;
    color: #ffffff;
    font-family: "Open Sans";
    font-weight: 600;
    text-align: center;
    width: 112px;
    height: 37px;
    border-radius: 3px;
    background: #e11f23;
    display: table-cell;
    vertical-align: middle;
}
.info-block a.more-info:hover {
    background: red;
}

.info-block .col-sm-2 {
    padding-top: 7px;
    margin-left: -15px;
}
.info-block i {
    background: url(/catalog/view/theme/default/image/bg-red-close.png) no-repeat;
    width: 12px;
    height: 13px;
    display: block;
    position: absolute;
    right: 11px;
    top: 13px;
    cursor: pointer;
}
#information-information h2 {
    font-size: 22px;
    line-height: 24px;
    color: #252320;
    font-family: "Open Sans";
    font-weight: 700;
}
#information-information #content p {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-family: "Open Sans";
    font-weight: 400; 
}
#information-information #content h3 {
font-size: 18px;
line-height: 24px;
color: #000000;
font-family: "Open Sans";
font-weight: 400;
}
#information-information #content ol {list-style: none; counter-reset: li}
#information-information #content ol li::before {content: counter(li); color: #e21f23;
    display: inline-block; width: 1em;
    margin-left: -1em}
#information-information #content ol li {counter-increment: li}

#information-information #content ol, #information-information #content ul {
    font-size: 14px;
    line-height: 24px;
    font-family: "Open Sans";
    font-weight: 400;
    padding-left: 14px !important;
    color: #000;
}
#information-information #content ul li {
list-style-image: url(/catalog/view/theme/default/image/li-2.png);
margin-bottom: 5px;
}
#information-information #content .ttfd thead th {
    border-bottom: 4px solid #e21f23;
    font-size: 16px;
    line-height: 38px;
color: #000000;
font-family: "Open Sans";
font-weight: 700;
padding-left: 16px;
}
#information-information #content .ttfd tbody tr td, #information-information #content .ttfd tbody tr th {
font-size: 14px;
color: #000000;
font-family: "Open Sans";
font-weight: 400;
line-height: 27px;
padding-left: 16px;
}
#information-information #content .ttfd tbody tr:nth-of-type(2n) th:nth-of-type(1) {
background: #fcfcfc !important;
}
#information-information #content .ttfd tbody tr:nth-of-type(1n) th:nth-of-type(1) {
    background: #f7f7f7;
}
.accordion button {
    font-size: 14px;
    color: #000000;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 17px;
    border-bottom: 1px dashed #000;
    padding: 0;
    text-decoration: none;
    margin-left: 25px;
}
.accordion button:hover {
    color: #000000 !important;
    border-bottom: 0;
    text-decoration: none;
}
.accordion .card-body {
   font-size: 14px;
    color: #646464;
    font-family: "Open Sans";
    font-weight: 400;
    padding-left: 25px;
    margin-top: 16px;
    margin-bottom: 11px;
}
.accordion button:before {
    width: 25px;
    height: 25px;
    content: "";
    position: absolute;
    left: 15px;
    background: url(/catalog/view/theme/default/image/accordion.png) no-repeat;
    background-position: 0px -34px;
}
.accordion .collapsed:before {
    background: url(/catalog/view/theme/default/image/accordion.png) no-repeat;
    background-position: 0px 0px !important;
}
.accordion {
    margin-top: 40px;
    margin-bottom: 50px;
}
.accordion .card {
    margin-bottom: 13px;
}
.hide-star:after {
    display: none;
}










































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

.navbar-toggle {
    display: inline-block !important;
}

header .container .row:nth-of-type(1) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

header .col-sm-2:nth-of-type(1) {
order: 1;
}
header .col-sm-2:nth-of-type(6) {
    order: 2;
}
header .col-sm-2:nth-of-type(2) {
    order: 3;
    flex: 0 1 100%;
}
header .col-sm-2:nth-of-type(3) {
    order: 4;
    margin-top: 20px;
    border-top: 1px solid #eee;
    border-bottom: 2px solid #eee;
    line-height: 56px;
    margin-bottom: 40px;
    width: auto !important;
}
header .col-sm-2:nth-of-type(4) {
    order: 5;
    margin-top: 20px;
    border-top: 1px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 40px;
    width: auto !important;
}

header .col-sm-2:nth-of-type(4) button {
    margin-top: 12px;
}

header .col-sm-2:nth-of-type(5) {
    display: none;
}
#search {
    min-width: 100%;
    margin-top: 20px;
}
.banner-home {
    overflow: scroll;
}
.banner-home .col-sm-6 {
    width: calc(100% + -50px);
}
.banner-home .col-sm-6:nth-of-type(2) {
        margin-left: 0;
        margin-top: calc(100% + 60px);
        padding-left: 0;
        width: calc(100% - 11px);
        padding-right: 0;
        overflow: hidden;
}
.banner-home .col-sm-6:nth-of-type(2) .img-responsive-s {
    background-position: -130px 0px !important;
}
.banner-home .col-sm-6:nth-of-type(1) .banner-t1 {
    left: 40px;
}
.banner-home .col-sm-6:nth-of-type(1) .banner-t2 button {
    right: unset;
    left: 28px;
    margin-left: 0;
}
.banner-home .col-sm-6:nth-of-type(1) .img-responsive-s {
    right: -40px;
    background-position: 227px 2px !important;
}
.banner-home .col-sm-6:nth-of-type(2) .banner-t1 {
    left: 45px !important;
    line-height: 30px;
    width: 290px;
    word-break: break-word;
    margin-top: 20px;
}
.banner-home .col-sm-6:nth-of-type(2) .banner-t2 button {
    margin-top: 100px;
}
.banner-home .col-sm-6:nth-of-type(2) .banner-t2 button {
    margin-left: 47px;
}
#goods-home .col-sm-3 {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 34px;
}
#goods-home .col-sm-3:nth-of-type(1) .prm {
    max-width: 154px;
}
#goods-home .col-sm-3:nth-of-type(2) .prm {
    max-width: 204px;
}
#goods-home .col-sm-3:nth-of-type(3) .prm {
    max-width: 178px;
}
#goods-home .col-sm-3:nth-of-type(4) .prm {
    max-width: 214px;
}
#search-home {
    padding: 14px;
    margin-left: 10px;
    margin-right: 10px;
}
#search-home .col-sm-5, #search-home .col-sm-3 {
    padding-left: 0;
    padding-right: 0;
}
#search-home .border-search {
    padding: 18px;
    padding-right: 0;
}
#search-home .border-search .col-sm-5:after, #search-home .border-search .col-sm-4:after {
    display: none;
}
#search-home .col-sm-4 {
    margin-top: 20px !important;
}
#form-stepgo-button {
    margin-top: 10px;
}
#res-find-t {
    overflow: scroll;
}
.about-home {
    padding: 25px;
    padding-bottom: 50px;
}
.about-home .b1 {
    padding-top: 20px;
}
footer {
    padding: 20px;
}
.banner-t1 {
    font-size: 18px;
}
.banner-home .col-sm-6:nth-of-type(1) .banner-t1 {
    width: 100%;
    word-break: break-all;
}
.search-label2 {
    margin-right: 0;
}
header .cart-block .row {
    display: table !important;
}
#logo span {
    margin-bottom: 0px;
    width: 100%;
}
header .col-sm-2:nth-of-type(6) .col-sm-6 {
    padding-left: 0;
}
#goods-home .row, header .row, #content .row, #information-information .row {
    margin-right: 0px;
    margin-left: 0px;
}
#menu-container {
    display: none;
}
#modal-form-call {
    width: auto;
    top: 65px;
}
#modal-form-call .mfp-close {
    margin-top: -10px !important;
    right: 30px !important;
}
#content, .breadcrumb, h1 {
    padding-left: 20px;
    padding-right: 20px;
}
.list-cat-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.list-cat-main .col-sm-3 {
    order: 1;
    margin-bottom: 30px;
}
.list-cat-main .col-sm-9 {
    order: 2;
}
.ocf-offcanvas .ocfilter-mobile-handle button {
    width: 36px;
}
.ocf-offcanvas .ocfilter-mobile-handle {
    top: 342px !important;
}
.ocfilter-mobile .hidden-sm.ocfilter-mobile-handle button {
    background: red !important;
    border-color: red;
}
.cat-list .col-sm-2 {
    width: 45%;
    float: left;
}
.cat-list {
    margin-left: 20px;
}
#content .col-xs-4 .input-group-sm {
    margin: 0 auto;
    margin-bottom: 30px;
}
#content .col-xs-4 {
    width: 100%;
}
#content .product-grid {
    max-width: 290px;
    margin: 0 auto;
    float: none;
    margin-bottom: 32px;
}
#content .product-grid .on-hover .hidden-xs {
    display: block !important;
}
.category-description, .category-description2 {
    margin-left: 20px;
}
.breadcrumb > li {
    white-space: normal;
}
#product .params .col-sm-7, #product .params .col-sm-5 {
width: 100%;
}
#product .params .col-sm-5 {
line-height: normal;
    margin-bottom: 15px;
    padding-left: 0px;
}
#product .params .col-sm-7 {
margin-bottom: 8px;
    padding-left: 0px;
}
.desc-product {
    margin-bottom: 30px;
}
.row-rpw {
    height: auto;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
#product .checkbox span {
    line-height: normal;
}
#product .row-rpw span:nth-of-type(2) {
    float: left;
    display: inline-block;
    width: 20%;
    margin: 0;
    margin-left: 10px;
}
#product .row-rpw span:nth-of-type(1) {
    float: left;
    display: inline-block;
    width: 60%;
}
.price-duble button {
    float: left !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
}
.price-duble, .header-for-options {
    padding-left: 10px;
}
#information-information .knt-1, #information-information .knt-2 {
    width: 100%;
    margin-bottom: 30px;
}
#information-information .knt-1 {
    padding-bottom: 20px;
    height: auto;
}
.knt-2 {
    background: url(/catalog/view/theme/default/image/cnt-bg.png) no-repeat;
}
.ttfd-mobile {
    overflow: scroll;
}
.accordion button {
    white-space: normal;
    text-align: left;
}
.info-block b {
    line-height: normal;
}
.info-block .col-sm-2 {
    margin-left: 0px;
}
.table-responsive {
    overflow: scroll;
}
table.simplecheckout-cart {
    width: 1200px;
}
.simplecheckout-cart td.name .image {
    display: none !important;
}
.simple-content {
padding-left: 20px;
padding-right: 20px;
}
.simplecheckout #simplecheckout_customer {
    padding: 10px;
}
#simplecheckout_customer .simplecheckout-block-content:nth-last-of-type(1) .col-sm-8 {
    padding-left: 0px !important;
    padding-right: 0 !important;
    padding-bottom: 30px;
}
.hide-star {
    width: 100%;
}
.simple-content {
    padding-bottom: 5px;
}
.simplecheckout-cart td.image {
    padding-left: 25px;
}
.cart-header .col-sm-4 {
    padding-right: 0;
    padding-left: 0;
}
.cart-header .col-sm-4 span i {
    right: 4px;
}
header .col-sm-2:nth-of-type(3) {
 padding-left: 10px !important;
}
#power-from, #power-to {
    line-height: normal !important;
}
#form-steptwo-button {
    margin-left: 2px !important;
    width: 76px !important;
}
.cat-list li {
    min-height: 210px !important;
}
.block-1-form input {
    line-height: normal !important;
}
#product .thumbnails li:nth-of-type(1) .thumbnail img {
    max-width: 100% !important;
}

#menumb {
    background: url(/catalog/view/theme/default/image/menumb.png) no-repeat;
    width: 34px;
    height: 32px;
    position: absolute;
    right: 20px;
    top: 46px;
}
#menu-container {
position: absolute;
top: 0;
background: #fff;
width: 100%;
z-index: 2;
padding-left: 20px;
height: 2000px;
}
.navbar-header, #menu-container .corp-link {
    display: none;
}
#menu-container .dropdown {
    margin-left: 15px;
}
#menu-container .menu-simple, #menu-container .dropdown li {
    border-top: 1px solid #eee;
    margin-top: 10px;
    margin-bottom: 10px;
}
#menu-container .menu-simple a {
    margin-left: 16px !important;
    padding-top: 20px;
}
#menu-container .menu-simple:nth-last-of-type(1) {
border-bottom: 3px solid #eee;
padding-bottom: 10px;
}
#menu-container .col-sm-2:nth-of-type(1) .row:before {
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    background-position: -5px -29px;
    margin-bottom: -2px;
    width: 26px;
    height: 18px;
    content: "";
    display: inline-block;
}
#menu-container .col-sm-2:nth-of-type(1) .row:nth-of-type(2):before {
    background-position: -5px -50px;
}
#menu-container .col-sm-2 a, #menu-container .col-sm-2 {
    font-size: 15px;
    color: #111111;
    font-family: "Open Sans";
}
#menu .nav > li > a:after {
    transform: rotate(-90deg);
}
#menu .dropdown-inner a {
    background: #fff;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background: #fff;
}
#menu div.dropdown-menu {
    background: #fff !important;
}
#menu .dropdown-inner a {
    max-width: 360px;
    line-height: 26px !important;
}
#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
    background: #fff !important;
}
a[aria-expanded="true"]:after {
    transform: rotate(0deg) !important;
}
#menu .dropdown-inner a {
    font-size: 15px !important;
    color: #111111 !important;
    font-family: "Open Sans";
    line-height: 39px !important;
}
.d3header {
    font-size: 15px;
    color: #e21f23;
    font-family: "Open Sans";
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    max-width: 360px;
}
.back-li {
    margin-left: 35px;
    font-size: 15px;
    color: #111111;
    font-family: "Open Sans";
    padding-top: 10px;
}
.back-li:before {
    background: url(/catalog/view/theme/default/image/bgsprite.png) no-repeat;
    background-position: -55px -9px;
    width: 8px;
    height: 8px;
    content: "";
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 1px;
    margin-right: 10px;
    transform: rotate(90deg);
}
header .col-sm-2:nth-of-type(6) {
    padding-left: 0;
}
.banner-home .img-responsive-s {
    min-height: 428px;
    background-size: 80% !important;
}
.banner-home .banner-t2 button {
    margin-top: 111px;
}
.breadcrumb li {
    padding-bottom: 0px;
}
.price-new, #product .col-sm-7 .col-sm-6 .list-unstyled li:nth-of-type(2) h2, #product .row-rpw span:nth-of-type(2), .price-duble, .cart-header .cart-2 b, .summ-cart span, .price, .total, .simplecheckout-cart tbody td.price, .simplecheckout-cart tbody td.total, .price-duble span li h2, .gorelka-options .SelectBox b, .right-price-opt {
font-family: 'Open Sans', -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}
html, body {
    overflow-x: hidden;
}

.SumoSelect>.CaptionCont>span {
    white-space: normal !important;
}
.right-price-opt {
    float: none;
}
.cat-list img {
    width: 100% !important;
}
.cat-list li a {
    word-break: break-word;
}
.mfp-close.close-menu {
    background: black !important;
    border-radius: 100%;
    right: 10px !important;
    top: 10px !important;
}
.mfp-close {
    background: black !important;
    border-radius: 100%;
    right: 5px !important;
    top: -20px !important;
    max-width: 35px !important;
    max-height: 35px !important;
    line-height: 37px !important;
    opacity: 1 !important;
}
#res-find-t table th a {
    max-width: 100px;
    display: block;
    margin: 0;
    padding: 0;
}
#res-find-t table thead tr th:nth-of-type(1), #res-find-t table thead tr th:nth-last-of-type(1) {
    width: 120px;
}
#res-find-t table tbody tr td:nth-of-type(1) {
    text-align: center;
}








}















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

    .banner-home .col-sm-6:nth-of-type(1) .img-responsive-s {
        background-position: left top !important;
        position: relative;
        right: 0;
        margin: 0;
        left: -15px;
    }
    .banner-home .col-sm-6:nth-of-type(2) {
        margin: 0 !important;
        margin-top: 30px !important;
    }
    .banner-home .col-sm-6:nth-of-type(1) {
        max-width: 800px !important;
        margin: 0 auto !important;
        display: block !important;
        float: none !important;
    }
    .banner-home .col-sm-6:nth-of-type(2) {
        max-width: 800px !important;
        margin: 0 auto !important;
        display: block !important;
        float: none !important;
    }
    .banner-home .col-sm-6:nth-of-type(2) .img-responsive-s {
         background-position: 0px 0px !important; 
    }
    #search-home {
        width: calc(100% - 20px);
    }
}



.cart-header .cart-2 b:nth-of-type(2) {
    display: inline-block;
}
#price_product_cart {
    font-size: 26px;
    line-height: 24px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: left;
}



@media (min-width: 768px) and (max-width: 1200px) {

    #goods-home .col-sm-3, #menu-container .col-sm-2 {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 auto;
    }
    .navbar-nav>li {
        float: none;
    }
    #menu-container {
        position: absolute;
        top: 0;
        background: #fff;
        width: 100%;
        z-index: 2;
        padding-left: 20px;
        height: 2000px;
    }
    .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;
    }

    #content .product-grid {
        float: left;
    }
    .cat-list .col-sm-2 {
        width: 25%;
    }
    #menu .dropdown:hover .dropdown-menu {
        display: none;
    }
    .cart-header .col-sm-4 span i {
        right: -7px;
    }
    .open>.dropdown-menu {
        display: block !important;
    }

    .price-duble button {
        float: none !important;
        margin-left: auto !important;
        margin-top: -50px !important;
    }

    #product #button-cart {
        margin-left: 2px;
        margin-top: 10px;
    }
header .col-sm-2:nth-of-type(6) .col-sm-6 {
    width: 100%;
}
.border-search .SumoSelect {
    margin-top: 1px !important;
}
#form-stepgo-button {
    margin-top: 38px;
}

}