body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #1b1c1c;
	font-size: 12px;
	line-height: 20px;
    min-width:630px;
-webkit-font-smoothing:antialiased;
}:focus {outline:0!important;}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
/* 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: 18px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #2B0909;
}
a:hover, a:focus {
	color: #2B0909;
}
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;
	background-color: #2B0909;
	background-repeat: repeat-x;
	border-color: #da7c0c;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* headerbg */
.headerbg {
	border-bottom: 1px solid #dfe4eb;
	border-top: 1px solid #6493c5;
    margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .container {
	width: 100%;
    min-width: 1170px;
	max-width: 1260px;
  }
  #image-opt {
    padding-right: 0px;
  }
    #image-opt .row1{
    margin-right: -30px;
  }
  #button-cart {
    min-width: 240px;
    text-transform: uppercase;
}
/*  .sidebar {
    padding: 20px 10px 0px!important;
}
#column-left.col-lg-2 {
    width: 16%!important;
}
#content.col-lg-10 {
    width: 80%!important;
}*/
}
/* top */
#top {
	border-bottom: 1px solid #dfe4eb;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 30px;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
    color: #777;
    /*text-shadow: 0 1px 0 #fff;*/
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top-links-left a,
#top .btn-link, #top-links li, #top-links a {
	color: #777;
	/*text-shadow: 0 1px 0 #FFF;*/
	text-decoration: none;
}
#top-links-left a:hover,
#top .btn-link:hover, #top-links a:hover {
	color: #2B0909;
}
#top .btn-group .btn {
    padding: 0;
	padding-right: 12px;
    font-size: 18px;
}
#top .dropdown-menu {
	border-radius: 0px;
	margin: 6px 0 0;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links-left .dropdown-menu a:hover,
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links-left,
#top-links {
	padding-top: 2px;
}
#top-links-left a + a,
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 0px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
	border-radius: 0px;
}
#search .btn-lg {
	text-shadow: 0 1px 0 #FFF;
	font-size: 15px;
	line-height: 18px;
	padding: 10px;
	text-shadow: 0 1px 0 #FFF;
	border-radius: 0px;
}
/* cart */
/*#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
}*/
#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: #000;
}
#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;
}
.phone {
	font-size: 17px;
	line-height: 34px;
}
.phone .fa-2x {
  font-size: 1em;
  margin-right: 5px;
}
/* menu */
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.dropdown-menu {
	border-top: 1px solid #2B0909;
	border-left: 2px solid #2B0909;
	border-right: 2px solid #2B0909;
	border-bottom: 2px solid #2B0909;
}
#menu {
	/*background-color: #3D1C29;*/
	background-repeat: repeat-x;
	border: none;
	min-height: 48px;
	border-radius: 0px;

/*     margin-top: 10px;   border-radius: 3px;
    border:  1px solid;
    border-color: #1f90bb #1f90bb #145e7a;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);*/
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 14px 15px 14px 15px;
	min-height: 15px;
	font-size: 14px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #2B0909;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #fff;
}
#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: #2B0909;
	background-repeat: repeat-x;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#menu .nav > li > a.active {
  /*background: none repeat scroll 0 0 #000000;
  border-radius: 5px;*/
}
#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 {
        width: 100%;
        clear: both;
        display:block;
		border-radius: 4px;
		min-height: 40px;
	}
	.navbar-collapse {
		padding-left: 15px;
		padding-right: 15px;
	}
	#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;
	}
	#logo img {
		margin-left: auto;
		margin-right: auto;
	}
}
/* content */
#content {
	min-height: 600px;
    margin-bottom:20px;
}
/* footer */
footer {
	/*margin-top: 30px;*/
	padding-top: 30px;
	border-top: 1px solid #dfe4eb;
	color: #777;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #dfe4eb;
}
footer a {
	color: #777;
}
footer a:hover {
	color: #2B0909;
}
/*footer .divh5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6493c5;
	margin-bottom: 0px;
    margin-top: 0px;
}*/
footer .btn-link:hover, footer .btn-link:focus {
	text-decoration: none;
}
footer .img-responsive {
  max-width: 70%;
}
footer ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.column-contacts {
  font-size: 14px;
}
.column-contacts a {
	color: #6493c5;
}
footer li {
    padding-top: 7px;
}
.column-contacts li.footer-address {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 95%;
}
.column-contacts li.footer-time {
  float: left;
  margin-top: 8px;
}
.footer-time .fa, .column-contacts .fa {
  padding-right: 5px;
}
.column-maps li {
  border: 1px solid #dbdee1;
  padding: 0px;
  margin: opx;
}
#social {
  float: right;
  font-size: 19px;
  padding-bottom: 20px;
  padding-top: 5px;
}
#social a {
  font-size: 19px;
}
#social .fa {
  padding-right: 10px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0px;
    padding: 0px 0 8px 0;
    background: none;
    margin-bottom: 5px;
    margin-top: -6px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	/*padding: 0 20px;*/
	position: relative;
	white-space: nowrap;
    font-size:14px;
}
/*.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}*/
.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-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-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-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
    background-color:#3d1c29;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
    border-color: #FF8000 #FF8000 #2B0909;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#3d1c29;
	background-image: linear-gradient(to bottom, #3d1c29, #2C0F0F);
	background-repeat: repeat-x;
	border-color: #2C0F0F #2C0F0F #3d1c29;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    background-color: #2C0F0F;
    border-color: #2C0F0F;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color:#3d1c29;
	background-image: linear-gradient(to bottom, #3d1c29, #2C0F0F);
	background-repeat: repeat-x;
	border-color: #2C0F0F #2C0F0F #3d1c29;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
    background-color: #2C0F0F;
    border-color: #2C0F0F;
}
.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 {
	background-color: #dddddd;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
	color: #777;
	text-shadow: 0 1px 0 #fff;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #faa51a;
	background-image: linear-gradient(to bottom, #2B0909, #f47a20);
	border-color: #da7c0c;
	color: #fef4e9;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* 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: #fff;
    background-color: #2C0F0F;
    border-top-color: #fff;
    border-bottom-color: #fff;
/*	background-image: url('/image/data/bg-body.jpg');
	border: 1px solid #dfe4eb;
	text-shadow: 0 1px 0 #FFF;*/
}
.list-group a.active:first-child, .list-group a.active:first-child:hover, .list-group a:first-child:hover {
    border-top-color: #102527;
}
.list-group a.active:last-child, .list-group a.active:last-child:hover, .list-group a:last-child:hover {
    border-bottom-color: #102527;
}
/* 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 #dfe4eb;
	margin-bottom: 20px;
	overflow: visible;
}
.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;
    font-size:0px;
}
.product-grid .product-thumb .image {
	float: none;
    min-height: 200px;
}
@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;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
#top-links-left, #top-links {
    padding-top: 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: #000;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;

	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #dfe4eb;
	overflow: auto;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    text-shadow: 0 1px 0 #fff;
}
.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: 40%;
	border: none;
	display: inline-block;
	float: left;
	color: #6493c5;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}
.product-thumb .button-group button + button {
	width: 30%;
	border-left: 1px solid #ddd;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}
.product-thumb .button-group button + button.one-click-order {
	width: 60%;
 }
.product-thumb .button-group button + button:hover {
    /*color: #fff;*/
    color: #2B0909;
    text-shadow:none;
    background-color: #23a62a;
}
.product-thumb .button-group button:hover {
	/*color: #fff;*/
    color: #2B0909;
    text-shadow:none;
	background-color: #23a62a;
	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;
}
.telephone, .telephone .fa {
    font-size: 18px;
    line-height: 2;
    white-space: nowrap;
}
/* 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%;
    }
    .container {
    width: 95%;
    }
    .all_categories > ul > li > ul > li > a{	
    padding: 7px 1px 7px 1px!important;
    text-align: center!important;
    }
}
@media (min-width: 992px) {
	#column-left + #content .product-layout .col-md-3 {
       width: 33.33333333333333%;
    }
    .telephone, .telephone .fa {
    font-size: 22px;
    line-height: 1.9;
    }
    .container {
    width: 95%;
    }
}
@media (min-width: 1200px) {
	#column-left + #content .product-layout .col-md-3 {
       width: 33.33333333333333%;
    }
    .telephone, .telephone .fa {    
    font-size: 18px;
    line-height: 2;
    }
}
/* footer */
#custom-footer {
  height: 280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  text-align: left;
}
.footer-logo {
  left: 0;
  position: absolute;
  top: 20px;
}
.footer-logo > img {
  width: 200px;
}
.column-welcome {
  float: left;
  font-size: 13px;
  margin-top: 70px;
  width: 25%;
}
#custom-footer ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.column-contacts {
  font-size: 14px;
}
.column-contacts li {
    padding-top: 7px;
}
.column-contacts li.footer-address {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-bottom: 5px;
  margin-top: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 95%;
}
.column-contacts li.footer-time {
  float: left;
  margin-top: 8px;
}
.footer-time .fa, .column-contacts .fa {
  padding-right: 5px;
}
.column-maps {
  border: 1px solid #dbdee1;
  float: right;
  height: 220px;
  width: 430px;
}
#social {
  float: right;
  font-size: 19px;
  padding-bottom: 20px;
  padding-top: 5px;
}
#social a {
  font-size: 19px;
}
#social .fa {
  padding-right: 10px;
}
/*stiker*/
.image {
    position: relative;
}
.image .corner_0,
.image .corner_1,
.image .corner_2,
.image .corner_3 {
    height: 32px;
	width: 32px;
    position: absolute;
	z-index: 998;
}
.image .corner_0 {
	left: 2px;
    top: 2px;
}
.image .corner_1 {
	right: 2px;
    top: 2px;
}
.image .corner_2 {
	left: 0px;
    bottom: 0px;
}
.image .corner_3 {
	right: 0px;
    bottom: 0px;
}
.box-product .image .corner_0 img,
.box-product .image .corner_1 img,
.box-product .image .corner_2 img,
.box-product .image .corner_3 img {
	border: none;
    padding: 0px;
}
.box .box-product .image .corner_0 img,
.box .box-product .image .corner_1 img,
.box .box-product .image .corner_2 img,
.box .box-product .image .corner_3 img {
	width: 60%;
}
/*benefits*/
.product-grid .benefit-text,
.product-grid .benefit,
.product-grid .benefits,
.product-grid .present {
	display: none;
}
.benefits {
	margin-left: -15px;
}
.benefit {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.product-list .benefit-text {
	float: left;
	line-height: 40px;
	margin-right: 5px;
}
.benefit li span {
	display: table-cell;
	vertical-align: middle;
}
.benefit_description {
	display: none;
	position: absolute;
	top: 41px;
	z-index: 2;
	border: 1px solid #38b0e3;
	padding: 15px;
	left: -75px;
	border-radius: 4px;
	background: white;
	box-shadow: 0 0 8px grey;
	width: 150px;
	line-height: 13px;
	font-size: 11px;
}
.benefit_description:after {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	top: -7px;
	content: '';
	left: 82px;
}	
.benefit_description:before {
	position: absolute;
	width: 0px;
	height: 0px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #38b0e3;
	top: -8px;
	content: '';
	left: 82px;
}
.benefit li:hover .benefit_description {
	display: block;
}	
.product-info .present {
	border-top: 1px solid #E7E7E7;
	padding: 15px 5px 10px 5px;
	margin-top: 10px;
}
/*owl product*/
.owlp-prev {
	left: 10px;
} 
.owlp-next {
	right: 10px;
}
.owlp-next, .owlp-prev, .owlp-next:hover, .owlp-prev:hover {
	top: 50%; 
	position: absolute; 
	color: rgba(0,0,0,0.8); 
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3); 
	transition: all .3s ease;
	opacity: 0.7; 
}
.owlp-next i, .owlp-prev i {
	font-size: 40px; 
	margin: -20px 0 0;
}
/*module*/
.module_heading {
	font-size: 21px;
	color: #000;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 10px;
	margin-top: 20px;
}
.name {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 15px;
	font-family: inherit;
	line-height: 1.1;
	height: 35px;
	overflow: hidden;
}
.author {
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 12px;
	color: #444;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}
.module .mdescription {
  height: 80px;
  overflow: hidden;
}
/*category*/
.showcase-list .product-grid .description {
  height: 155px;
  margin-bottom: 10px;
  overflow: hidden;
}
/*cart*/
.modal-title {
	font-size: 15px;
	color: #000;
}
.panel-title {
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
/*product*/
.divh2 {
	margin-bottom: 10px;
    margin-top: 20px;
	font-size: 27px;
	color: #000;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.divh3 {
	margin-bottom: 10px;
/*    margin-top: 20px;*/
	font-size: 21px;
	color: #000;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.divh5 {
    line-height: 1.1;
}
/* fix */
.pointer {
    cursor:pointer
}
.form-horizontal .control-label {
    white-space: nowrap;
}
#logo img {
    text-align: left;
    float: left;
    margin-top: 0px;
    width: 182px;
}
#logo .h1{
    text-align: left;
    float: left;
    margin-top: 0px;
}
.modal {
    overflow-y: auto;
}
#myModalImg {
    max-width: 100px;
    max-height: 100px;
}
.table.noborder > tbody > tr > td {
    border: none!important;
}
.modal .input-group .input-group-addon {
    min-width: 142px
}
.modal .alert {
    margin: 0 20px;
    display: none;
}
#button-cart {
    text-transform: uppercase;
}
.big-label {
    font-size: 24px;
}
/*.badge-success {
    background-color: #2C0F0F;
    font-size: 24px;
    color:#fff!important;
}*/
/*.one-click-call, .one-click-call .fa {
    font-size:20px;
}*/
/*.btn-cart {
    padding: 10px 16px;
    font-size: 14px;
}
.btn-cart .fa {
    font-size: 16px;    
}*/
.lighttext {
    opacity: 0.6;
}
.navbg {
	/*background-image: url('/image/data/bg-body.jpg');*/
	padding: 15px 0;
}
.navbg label {
  line-height: 35px;
  margin-bottom: 0;
}
.pprice {
	font-size: 28px;
	color: #2B0909;
}
.sprice {
	font-size: 20px;
	color: #2B0909;
	padding-top: 5px;
}
ul.thumbnails {
    list-style-type: none;
}
/*.offer {
    margin-top: 6px;
}*/
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.one-click-order {
    text-transform: uppercase;    
}
#top .navbar-nav li a {
    color: #777;
    /*text-shadow: 0 1px 0 #FFF;*/
    font-size: 18px;
    padding: 0 20px;
}
#top .navbar-nav li a:hover {
    color: #2B0909;
}
#top .navbar-nav {
    padding-top: 3px;
}
.telephone, .telephone:focus {
    color: #fff;    
}
.label-success {
    background-color: #2C0F0F;
}
.navbar-toggle {
    margin-top: 3px;
    margin-bottom: 3px;
}
@media (max-width: 1200px) {
#top .navbar-nav li a {
    padding: 0 11px;
}
}
body{
	
	background-image: url('../images/mainbg.png'); /* ваш фон */
  	background-repeat: no-repeat;
  	background-position: center top;   /* подберите под макет */
  	background-size: cover;            /* растянуть на весь экран */
  	background-attachment: fixed;
}
a {
    color: #3d1c29;
    text-decoration: none;
}
header{
	color: #fff;
	background: url(../images/headerbg.png) #1c313d60 ;
	height: 150px;
}
header a{
	color: #fff;
	text-decoration: none;
}
header a:hover{
	color: #fff;
}
.toplogo{
	/*background: url(../images/headerbg2.png) #3d1c29 repeat-x;*/
	padding: 0;
    height: 150px;
}
.topcontacts{
	/*background: url(../images/headerbg2.png) #3d1c29 repeat-x;*/
	height: 150px;
	padding-left: 0;
}
.firstline{
	font-size: 1.5em;
	margin: 20px 10px;
}
.secondline{
	font-size: 1.2em;
	margin: 20px 10px;
}
.secondline p{
	padding: 0;
	margin: 0;
}
menu{
	padding: 0;
	margin: 0px 0;
	overflow: hidden;
    display: block;
    clear: both;
    margin-top: 1px;
}
@media (max-width: 767px) {
	menu {
        width: 100%;
        /*margin-top:150px;*/
        clear: both;
        display:block;
	}
    }
.fenix-menu {
  background-color: #102527;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
	margin-top: 10px;
	display: block;
}
.fenix-nav{
	padding: 5px;
	text-align: center;
}
.fenix-nav .btn-primary{
	margin: 3px 10px;
	min-width: 100px;
}
.btn-primary {
    color: #1b1c1c;
    font-weight: bold;
    border-color: #442c33;
    background: url(../images/btnbg.png) #3d1c29 repeat-x center center;
    /*padding: 4px 12px;*/
}
.btn-primary:hover {
  background: url(../images/btnbginv.png) #3d1c29 repeat-x center center;
  border-color: #6e5861;
}
.btn-primary:focus,
.btn-primary.focus {
  background: url(../images/btnbginv.png) #3d1c29 repeat-x center center;
  border-color: #6e5861;
}
.btn-primary:active,{
  background: url(../images/btnbginv.png) #3d1c29 repeat-x center center;
  border-color: #6e5861;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background: url(../images/btnbginv.png) #3d1c29 repeat-x center center;
  border-color: #6e5861;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background: url(../images/btnbginv.png) #3d1c29 repeat-x  center center;
  border-color: #6e5861;
}

.breadcrumb{
	margin: 15px 0 0 0;
	padding: 8px 15px;
	background-color: #fff;
	border-radius: 0px;
}
.maincontent{
	background-color: #fff;
}
.maincontent .well{

}
.well-bg {
	margin-bottom: 0;
	background: url(../images/searchbg.png) #e8e5e6 repeat-x;    
}
.btnsearch{
	background: url(../images/btnbg.png) #3d1c29 repeat-x;
}

.sidebar{
	padding: 20px 10px;
}

.all_categories > ul > li > a{
    z-index: 2;
    color: #1b1c1c;
    font-weight: bold;
    font-size: 16px;
    border-color: #442c33;
    background: url(../images/catbg.png) #3d1c29 repeat-x;
    border-radius: 4px;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: 5px 0 10px 0;
    margin-bottom: -1px;
    text-transform: uppercase;
    text-align: center;
}
.all_categories > ul > li > a:hover{
	
	
}
.all_categories ul{
	list-style: none;
}
.all_categories ul a{
	text-decoration: none;
    text-transform: uppercase;
}
.all_categories > ul > li > ul{
	padding: 10px 0 0px 0;
	text-align: left;	
}
.all_categories > ul > li > ul > li{
    clear: both;
    font-size: 14px;
    min-height: 40px;	
}
.all_categories > ul > li > ul > li:last-child{
    margin-bottom: 15px;	
}
.all_categories > ul > li > ul > li > a{
	color: #fff;
	font-weight: bold;
   border-color: #442c33;
   background: url(../images/cat2bg.png) no-repeat #2c0f0f;
   border-radius: 4px;	
   padding: 7px 1px 7px 20px;
   font-size:13px;
   margin: 5px 0;
   text-align: left;
    /*text-align: center;*/
   width: 85%;
   display: block;
   float: right;
}
.all_categories > ul > li > ul > li > a:hover{
	background: #452f39;
	color: #fff;
}
.all_categories > ul > li > ul > li > ul{
	padding: 10px 0px 5px 0;
   margin: 0px 0 0 0;
}
.all_categories > ul > li > ul > li > ul > li{
    padding: 2px 0px;
    margin: 5px 0;
    list-style: none;
    clear: both;
    min-height: 40px;
}
.all_categories > ul > li > ul > li > ul > li a{
    padding: 5px 20px;
    margin: 5px 0;	
    color: #1b1c1c;
    font-weight: bold;
    border-color: #442c33;
    background: url(../images/catbg.png) #3d1c29 repeat-x;
    border-radius: 4px;
    text-align: left;
   width: 70%;
   display: block;
   float: right;
}
.all_categories ul{
	padding-left: 0;
	list-style: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #1b1c1c;
    font-weight: bold;
    border-color: #442c33;
    background: url(../images/catbg.png) #3d1c29 repeat-x;
}
#content h1 {
	font-size: 26px;
}
.home h1 {
	font-size: 26px;
    text-align:center;
}
.home h2 {
	font-size: 26px;
    text-align:center;
    margin-top:20px;
    margin-bottom:40px;
}
/* products */

.module .product-thumb {
    background: #ffffff;
}
.showcase-list .product-thumb {
    border-color: #dddddd;
}
/* product list */
.product-thumb {
	border: 1px solid #B3B5B4;
	margin-bottom: 20px;
	overflow: visible;
}
.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;
    font-size:0px;
}
.product-grid .product-thumb .image {
	float: none;
    min-height: 200px;
    background: #ffffff; /* Old browsers */
background:  #13545d1a; 
background: -moz-linear-gradient(top,  #13545d1a 0%, #13545d1a 15%, #fefefe 85%, #fefefe 100%); 
background: -webkit-linear-gradient(top,  #13545d1a 0%,#13545d1a 15%,#fefefe 85%,#fefefe 100%); 
background: linear-gradient(to bottom,  #13545d1a 0%,#13545d1a 15%,#fefefe 85%,#fefefe 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13545d1a', endColorstr='#fefefe',GradientType=0 ); 
padding: 10px 0px;
border-bottom: 1px solid #13545d1a;
}
.product-grid .product-thumb .image {
border-bottom: none;
min-height: 240px;
}
.product-grid .product-grid {
    margin-top: 20px;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
/*    .sidebar {
        margin-top: -57px;
    }*/
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 1px 20px 0;
	font-size: 14px;
    text-align: left;
}
.cartPlace {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    margin-top: 5px!important;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 1px;
	margin-left: 0;
	padding: 0 10px;
}
#top-links-left, #top-links {
    padding-top: 10px;
}
.product-grid .product-thumb .caption {
	min-height: 1px;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;

	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #dfe4eb;
	overflow: auto;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    text-shadow: 0 1px 0 #fff;
}
.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: 40%;
	border: none;
	display: inline-block;
	float: left;
	color: #6493c5;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
    color: #777;
    text-shadow: 0 1px 0 #fff;
    font-size: .85em;
}
.product-thumb .button-group button + button {
	width: 30%;
	border-left: 1px solid #ddd;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}
.product-thumb .button-group button + button.one-click-order {
	width: 60%;
 }
.product-thumb .button-group button + button:hover {
    /*color: #fff;*/
    color: #2B0909;
    text-shadow:none;
    background-color: #23a62a;
}
.product-thumb .button-group button:hover {
	/*color: #fff;*/
    color: #2B0909;
    text-shadow:none;
	background-color: #23a62a;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	  #youtube-video {
  min-height:450px
}
}
@media (min-width: 992px) and (max-width: 1200px) {
#column-left.col-md-3 {
    width: 20%!important;
}
#content.col-md-9 {
    width: 80%!important;
}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
    #button-cart {
    min-width: 240px;
    text-transform: uppercase;
}
  img.main-banner {
  	max-width: 100%;
    height: auto;
  }
  #youtube-video {
  min-height:315px
}
}

@media (min-width: 1200px) {
#menu {    
padding: 5px 0px;
margin: 0px -50px;
}
#menu a.btn {

    width: 12%;
}
#youtube-video {
	min-height:544px
}

}

.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;
}
/*.badge-success {
    background-color: #2C0F0F;
    font-size: 24px;
    color:#fff!important;
}*/
.results{
	font-size: .9em;
}
.name {
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 15px;
	font-family: inherit;
	line-height: 1.1;
	height: 35px;
	overflow: hidden;
}
.name a{
	color: #000;
}

footer {
	background-color: #102527;
}

footer .container{
	background-color: #102527;
}
footer .container li{
	color: #fff;
	font-size: .9em;
}
footer .container a{
	color: #fff;
	
}
.divh5{
	padding: 10px 0;
	color: #d2c0c7;
	font-size: 1.1em;
	font-weight: bold;

}
.center {
    text-align: center;
    margin: 0 auto;
}
#input-quantity {
    text-align: center; padding: 2px;
}
.form-control:focus {
    border-color: #816E76;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(129,110,118, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(129,110,118, .6);
}
.btn-lg {
	padding: 12px 16px;
	font-size: 15px;
    color: #1b1c1c;
    font-weight: bold;
    border-color: #442c33;
    background: url(../images/catbg.png) #3d1c29 repeat-x;
    border-radius: 4px;
}
.btn-lg:hover, .btn-lg:focus, .btn-lg:active  {
    background-color: #fff!important;
    background-position: center center;
    }
#menu a {
    color:#fff;
}
#menu a.btn, #menu button.btn {
    color: #1b1c1c;
    font-size: 12px;
    text-transform: uppercase;
}
#cart .table-cart .btn-danger {
    color:#fff;
}
footer .footer-bottom {
    background-color: #26121B;
    height: 30px;
    line-height: 30px;
}
footer .footer-bottom p {
    max-width: 1260px;
    background-color: #26121B;
    text-align:left;
    margin-bottom:0;
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: 10px;
}
/*.label-success {
    background-color: #fff;
    color: #444;
}*/
.input-group-addon {
    background-color: #fff;
    background-color: #2C0F0F;
    border:none;
}
.breadcrumb > li + li::before {
    color: #1b1c1c;
    content: "/\00a0";
}
.breadcrumb > li {
    font-size:32px
}
.child-category a {
    text-decoration: underline;
}
.child-category a:hover {
    text-decoration: none;
}
#image-opt .radio {
    padding-left: 0px;
}
.price {
    font-size: 18px;
}
#product textarea {
    height: 48px;
}
.bold {
    font-weight: bold;
}
.caption p {
    margin: 0;
}
/*#content.col-lg-10 {
    width: 80%;
}
#column-left.col-lg-2 {
    width: 20%;
}*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #fff;
    background-color: #26121B;
    border-color: #26121B;
}
.pagination > li > a, .pagination > li > span {
    color: #2B0909;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: static;
    margin-left: 0px;
    margin-top: 0px!important;
    margin-right: 0px;
}
.thumbnail1 img {
    padding-bottom:10px
}
.product-thumb .price {
	color: #000;
    background-color: transparent;
    font-size: 14px;
}
.logo-text1 {
    position: absolute;
    left: 130px;
    top: 20px;
    color:#fff;
    /*background-color: #402732;*/
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 6.1px;
    white-space: nowrap;
}
.logo-text2 {
    position: absolute;
    left: 130px;
    top: 120px;
    color:#fff;
    /*background-color:#33171A;*/
    line-height: 1;
    white-space: nowrap;
}
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
 
.col-xs-1-5 {
  width: 20%;
  float: left;
}
 
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
 
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
 
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
#cart_inner .input-group-addon {
    background-color: #fff;
}
#accordion .panel-default, #accordion .panel, #accordion .panel-body {
    border: none!important;box-shadow: none!important;
}
#accordion .panel-heading {
    display: none;
}
#accordion .form-horizontal .control-label {
    white-space: nowrap;
    font-weight: bold;
}
.product-info .image img, .mfp-img {
background:  #13545d1a; 
background: -moz-linear-gradient(top,  #13545d1a 0%, #13545d1a 15%, #fefefe 85%, #fefefe 100%); 
background: -webkit-linear-gradient(top,  #13545d1a 0%,#13545d1a 15%,#fefefe 85%,#fefefe 100%); 
background: linear-gradient(to bottom,  #13545d1a 0%,#13545d1a 15%,#fefefe 85%,#fefefe 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13545d1a', endColorstr='#fefefe',GradientType=0 ); 
}
.product-info .image img
{ 
border: 1px solid #B3B5B4;
padding: 5px 0;
margin-bottom:10px;
}
.different {
border: 1px solid #B3B5B4;
padding: 5px;
}
textarea:focus::-webkit-input-placeholder {color: transparent; }
textarea:focus::-moz-placeholder          {color: transparent; }
textarea:focus:-moz-placeholder           {color: transparent; }
textarea:focus:-ms-input-placeholder      {color: transparent; }

input:focus::-webkit-input-placeholder {color: transparent; }
input:focus::-moz-placeholder          {color: transparent; }
input:focus:-moz-placeholder           {color: transparent; }
input:focus:-ms-input-placeholder      {color: transparent; }

@media (max-width: 767px) {
	.all_categories > ul > li > a {
		padding: 15px 15px;
		font-size: 20px;
	}

.all_categories > ul > li > ul > li > a {
	padding: 14px 1px 14px 20px;
  font-size: 16px;
}
.all_categories > ul > li > ul > li > ul > li > a{
    font-size: 18px;
    padding: 15px 20px;
}
}
.additional-img {
	  width: 100%;
    border-top: 1px solid #B3B5B4;
    border-left: 1px solid #B3B5B4;
    border-right: 1px solid #B3B5B4;
}
.additional-img-block {
	margin-bottom: 20px;
}
.hidden-xs-table-cell {
	display: table-cell;
}
@media (max-width: 767px) {
	.hidden-xs-table-cell {
	display: none;
}
}