body {

	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	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: #9c0;
    text-decoration: none;
}
a:hover {
    text-decoration: none;/*underline*/
    color: #9c0;
}
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: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
header {
    background: #ECECEC;
    background: linear-gradient(to bottom, #ffffff, #ECECEC);
    height: 130px;
}
header > .container {
    margin-top: 20px;
}

.header_title{
	padding-top: 30px;
	text-align: center;
}

.header_title span{
    color: #9c0;
}
.header_title h1 {
    margin-top: 10px;
}
#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 #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;
}

.currency-select {
    cursor: pointer;
}

#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: 0 0 10px 0;
}
/* language */
#language {
	margin-top: 5px;
	height: 40px;
}
#language > .btn-group {
	height: 40px;
}
#language > .btn-group > button {
	color: white;
	text-decoration: none;
}
#language > .btn-group .dropdown-menu li > a:hover {
	background: #99CC00;
}

/* currency */

#currency {
	margin-top: 5px;
	height: 40px;
}
#currency > .btn-group {
	height: 40px;
}
#currency > .btn-group > button {
	color: white;
	text-decoration: none;
}
#currency > .btn-group .dropdown-menu li > a:hover {
	background: #99CC00;
}

/* search */
#search {
    margin: 5px 0;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
    border-right: 0;
    outline: 0;
    box-shadow: none;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 16px;
	text-shadow: 0 1px 0 #FFF;
    background: #ffffff;
    border-left: 0;
    box-shadow: none;
    outline: 0;
}
/* cart */
#cart {
    margin: 25px 0;
}

.btn-block > div {
	float: left;
}
#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_wrapper {
    background-color: #99CC00;
    margin-bottom: 20px;
}
#menu {
    background-color: #99CC00;
    border-color: #99CC00;
    min-height: 40px;
    margin-bottom: 0;
}

#menu .nav {
	display:flex;
	flex-direction: row;
	flex:auto;
}

#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    /*padding: 0 7px;*/
    min-height: 15px;
    background-color: transparent;
    text-transform: uppercase;
    border-left: 1px solid #000000;
    /*margin: 15px 0;*/
	/* Сверху | Справа | Снизу | Слева */
    font-size: 17px;
	padding: 15px 10px 15px 10px;
	margin: 0;
	height: 100%;
}
#menu .nav > li:first-child > a {
    border-left: 0;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#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: #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 {
	min-height: 600px;
}

.category_wall_main_title {
    position: absolute;
    text-align: left; 
    top: 5%; left: 8%; 
    z-index: 10; 
    width: 60%; 
    color: #99CC00; 
    font-weight: bold; 
    padding: 0 5px; 
    font-size: 1.3vw;/*24px*/; 
    text-shadow: -1px 0px 1px #252525; 
    text-transform: uppercase;
}

/* footer */
footer {
	margin-top: 45px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
	margin-top: 25px;
	margin-bottom: 25px;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
footer ul {
    width: 100%;
    text-align: center;
}
footer li {
    display: inline;
    margin: 0 5px;
    font-size: 14px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
    padding: 0 0 5px 0;
    background: transparent;
    border-bottom: 1px dotted #C3C3C3;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	position: relative;
	white-space: nowrap;
    font-size: 14px;
}
.breadcrumb > li:first-child {
    padding-left: 20px;
}
.breadcrumb > li:before {
    content: '/';
    padding: 0 10px;
}
.breadcrumb > li:first-child::before {
    display: none;
}
.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: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #99CC00;
	border-bottom: 3px solid #739900;
	border-radius: 8px;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	text-decoration: underline;
	background-color: #99CC00;
	border: 0;
	border-bottom: 3px solid #739900;
}
.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:0;
    color: #333;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 5px;
    background: white url("../image/arrow.png") 0 50% no-repeat;
    line-height: 15.4px;
	text-transform: uppercase;
}
.list-group a.active, .list-group a.active:hover{
    background-color: white;
    border: 0;
    color: #000;
    font-weight: bold;
}

.list-group:hover{
	font-size: 20px;
}

.list-group a:hover, .list-group a:hover span {
	color: #333;
	background-color: rgba(153.0, 221.0, 0.0, 0.3);
	border-radius: 0px;
}

.list-group-item-child{
	position: relative;
	display: block;
	background: white url("../image/arrow.png") 0 50% no-repeat;
	background-position: 16px 10px !important;
	font-size: 12px !important;
}




/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: hidden;
}
.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 {
	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;
	}
	.category_wall_main_title {
    position: absolute;
    text-align: center; 
    width: 80%;
    padding: 0;
    margin: 0;
    top: 15%;
    font-size: 24px;
    }
    
    .category_wall_main_img {
        width: 100%;
    }

}
.product-thumb .button-group button {
	width: 100%;
	border-bottom: 3px solid #739900;
	display: inline-block;
	float: left;
	background-color: #99CC00;
	color: white;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-radius: 8px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	text-decoration: underline;
	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-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.cat_wrapper h3 {
    color: #AAD42B;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.news_wrapper .news {
    margin-bottom: 20px;
    border-bottom: 1px dotted #C3C3C3;
    padding-bottom: 20px;
}
.news_wrapper .news h4 {
    font-weight: bold;
}
.item img {
    margin: 0 auto;
}
.owl-wrapper-outer {
    box-shadow: none !important;
}
.owl-pagination .active span {
    background: #AAD42B !important;
    box-shadow: none !important;
}
.social_links {
    position: absolute;
    top: -45px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 30px;
}
.social_links_wrapper {
    position: relative;
}
.social_links a {
    text-decoration: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 10px;
}
.social_links > div {
    width: 260px;
    margin: 0 auto;
    background: #303030;
}
.social_links .vk {
    background: transparent url("../image/icon_vk.png") 0 50% no-repeat;
    background-size: contain;
}
.social_links .fb {
    background: transparent url("../image/facebook.png") 0 50% no-repeat;
    background-size: contain;
}
.social_links .inst {
    background: transparent url("../image/instagram.png") 0 50% no-repeat;
    background-size: contain;
}

.posts-list .posts-item {
	border-top: 1px dotted #C3C3C3;
	padding: 10px 0;
}
.posts-list .posts-item:first-child {
	border-top: 0;
}

.pagination>li>a, .pagination>li>span {
	color: #9c0 !important;
	border: 0 !important;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: white !important;
	color: black !important;
}
.pagination>li>a:focus, .pagination>li>a:hover {
	background: white !important;
	text-decoration: underline !important;
	color: #666 !important;
}
.info_wrapper {
	background: #ECECEC;
	background: linear-gradient(to top, #ffffff, #ECECEC);
	text-align: center;
	line-height: 1.4em;
	margin-top: 30px;
	padding: 40px 0;
	font-size: 18px !important;
}
.copy {
	text-align: center;
	padding-top: 20px;
	font-size: 12px;
}

.contact_map_wrapper {
    margin-bottom: 20px;
}

.social_align {
    margin:  0 auto;
    width: 450px;
}
.no-arrow/*V*/{
    background: none!important;
}

@media (max-width:768px) {/*V*/
    header {
        height: auto;
    }
    #menu .btn-navbar, #menu .btn-navbar:hover, #menu .btn-navbar:active, #menu .btn-navbar:visited, #menu .btn-navbar:focus {
        /*border: none;
        background-color: #ECECEC;
        background-image: none;*/
        background-color: #363636;
        background-image: linear-gradient(to bottom, #444444, #222222);
        background-repeat: repeat-x;
        border-color: #222222 #222222 #000000;
        outline: none;
        float:none;
    }
    #menu .nav > li > a {
        border-left: none;
        text-align: center;
        border-top: black solid 1px;
        padding-top: 5px;
    }
    #menu #category {/*V*/
        float: none;
        text-align: center;
    }
    #menu .nav > li:first-child > a {/*V*/
        border-top: none;
    }
	/*properties without "navbar-nav" class*/
	#menu .nav {
		display:block;
	}
}

@media (max-width:1200px) {/*V*/
    .product-grid .product-thumb .button-group button{/*V*/
        width: 50%!important;
        margin-left: 20%!important;
        float: none!important;
    }
}

@media (min-width:769px) and (max-width:995px) {/*V*/
    header {
        height: auto;
    }
}

.product-list .product-thumb .button-group button{/*V*/
    width: 50%!important;
    margin-left: 20%!important;
    float: none!important;
}

.product-list .product-thumb .button-group {/*V*/
    border-left: none;
}
footer li {/*V*/
    font-size: 17px;
}
.copy {/*V*/
    font-size: 14px;
}

.product-layout button:focus,.product-layout button:visited,.product-layout button:hover,.product-layout button:active {/*V*/
    outline: none;
}
.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 {/*V*/
    background-color: #739900;
    border-color: #5E7D00;
    outline: none;
}
.product-thumb .button-group button:hover {  /*V*/
    text-decoration: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {/*V*/
    text-decoration: none;
    background-color: #739900;
    border-color: #5E7D00;
    outline: none;
}
.btn-primary.focus, .btn-primary:focus { /*V*/
    text-decoration: none;
    background-color: #739900;
    border-color: #5E7D00;
    outline: none;
}
.product_cat ul li a {
	font-size: 16px;
	color: #444444;
}
.product_cat ul li {
	margin-bottom: 10px;
}


/*Style*/


.head-h1-custom{
	font-size: 14px !important;
	color: #666 !important;
	margin: 0;
    text-align: justify;
}


.logo-cntr{
	margin: 0 auto;
    float: none !important;
}


.manager-box{
	width: 100%;
	height: 100px;
	border: 1px solid #d0d0d0;
	padding: 0;
	position: relative;
	border-radius: 10px;
	margin-bottom: 10%;
	margin-top: 28%;
	background-image: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
}


.viber-image{
	display: inline;
	margin-left: 5px;
	margin-bottom: 2px;
}
.manager-image{
	float: none;
	width: 120px;
	height: 175.61px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	left: -15px;
}

.manager-text{
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	width: 50%;
	display: block;
	float: right;
	vertical-align: middle;
	height: 100%;
	margin: 20px 2px 0px 0px;
}
.manager-text > span{
	color: rgb(153, 204, 0);
	text-align: left;
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
}

.manager-box_contact-list{
	margin-bottom: 15%;

}

.fa-shopping-cart{
	font-size: 30px;
	color: rgb(153, 204, 0);
}

#cart{
	text-align: center;
	padding: 0 auto;
}

#cart > .btn{
	font-size: 14px;
	line-height: 18px;
	color: #333;
	white-space: normal;
}


.cart-btn-self{
	width: 34%;
	border: 1px dashed rgb(220, 220, 220);
	border-radius: 10px;
    height: 78px;
    background-color: #fff;
    background: -moz-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
    background: -webkit-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
    background: -ms-linear-gradient( -90deg, rgb(255,255,255) 0%, rgb(241,241,241) 100%);
    display: inline-block;
    float: right;
    transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;

}

.cart-btn-self:hover{
	background-color: #fff;
    background-image: none;
}

.btn-callback{
  color: #fff !important;
  display: inline-block;
  border-radius: 10px;
  background: -moz-linear-gradient( -90deg, rgb(230,163,20) 0%, rgb(255,0,0) 100%);
  background: -webkit-linear-gradient( -90deg, rgb(230,163,20) 0%, rgb(255,0,0) 100%);
  background: -ms-linear-gradient( -90deg, rgb(230,163,20) 0%, rgb(255,0,0) 100%);
  width: 52%;
  height: 78px;
  text-align: left;
  padding: 10px 10px 10px 10px;
  overflow: hidden;
  text-decoration: none;
  position: relative;

}
.btn-callback > span{
	position: relative;
	z-index: 1;
}
.btn-callback > img{
	position: relative;
	z-index: 1;
	top: 12%;
}
.btn-callback > p{
	position: relative;
	z-index: 1;
}
.btn-callback:after{
	content: '';
	opacity: 0;
	background: -moz-linear-gradient( 90deg, rgb(230,163,20) 0%, rgb(255,0,0) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(230,163,20) 0%, rgb(255,0,0) 100%);
    background: -ms-linear-gradient( 90deg, rgb(230,163,20) 0%, rgb(255,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    transition: opacity 0.5s;
   -webkit-transition: opacity 0.5s;
   -moz-transition: opacity 0.5s;
}

.btn-callback:hover:after{
	opacity: 1;
	text-decoration: none !important;


}


.btn-callback span{
	font-size: 1.2em;
	color: #fff !important;
    text-decoration: none;
}
.btn-callback p{
	font-size: 0.9em;
    line-height: 1.2;
    margin: 0;
}

.left-contacts-box{
	margin-top:35px;
	width: 100%;
	height: 200px;
	position: relative;
}
.left-contacts-box span{


}
.left-image{
	width: 100%;
	position: absolute;
}

@media (min-width:1200px) {
 .container {
/*  width:1460px*/
 }

.btn-callback_image{
	position: static;
	float: right;
	margin-top: 2%;
}
.left-contacts-box_text{
	margin-top: 10%;
}
a.list-group-item, button.list-group-item{
	color: #333;
}


/*�������� ������//*/



#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

/*#go { margin: 0 auto; width: 200px; padding-right: 85px; }*/

#signup form p {
padding-left:15px;
padding-right:15px;
}

#signup {
    width: 404px;
    display:none;
    background: #FFF;
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);

}

#signup-header { background: url(../image/hd-bg.png);margin-bottom: 15px; padding: 18px 18px 14px 18px; border-bottom: 1px solid #CCC; border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-right-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; }

#signup-header  h2 { color: #478509; font-size: 1.5em; font-weight: 700; margin-bottom: 3px; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); }
#signup-header  p { color: #444; font-size: 1.3em; margin: 0; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); text-shadow: none; }

#signup .txt-fld { position: relative; width: 364px; padding: 14px 20px; border-bottom: 1px solid #EEE; text-align: right; }
#signup .btn-fld { width: 254px; overflow: hidden; padding: 12px 20px 12px 130px; }

#signup .txt-fld label { display: block; float: left; width: 90px; padding-top: 8px; color: #222; font-size: 1.3em; text-align: left;  }
#signup .txt-fld input { width: 244px; padding: 8px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-size: 1.2em; color: #222 !important; background: #F7F7F7; font-family: "Helvetica Neue"; outline: none; border-top: 1px solid #CCC; border-left: 1px solid #CCC; border-right: 1px solid #E7E6E6; border-bottom: 1px solid #E7E6E6; }
#signup .txt-fld input.good_input { background: #DEF5E1 url(../imgage/good.png) 236px center no-repeat; }
#signup .txt-fld input.error_input { background: #FDE0E0; }



.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../image/modal_close.png); z-index: 2; }

#signup .bt1 {
    float: right;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    background: #3F9D4A;
    border: none;
    width: auto;
    overflow: visible;
    font-size: 1.4em;
    margin-bottom: 15px;
    color: #FFF;
	padding: 7px 10px;  border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; font-weight: bold; text-shadow: 0 1px 0 rgba(0,0,0,0.4);}

 #liv {
 	margin-top:-35px;
 }

 /*�������� ������\\*/


/*
 ����� � ����������*/


 .option > select{
 	width: 100%;
    border-radius: 10px;
    padding: 10px;
 }

.product-thumb .price {
    color: #B4453D;
    font-weight: 600;
    font-size: 24px;
    margin: 10px auto;
    text-align: center;
}



/*��������*/


.btn-block > .tel-custom-box {
    float: left;
    margin-left: 42px;
}



/*������ ����*/
.second-box_wrap{
    width: inherit;

}


.second-box_right{
		    width: 61%;
    display: inline-block;
    float: left;
    margin-bottom: 50px;
}
.second-box_left{
    display: inline-block;
    float: left;
    padding: 35px 0 0 5px;
    margin-right: 30px;
    margin-bottom: 50px;
}
.second-box_img{
	max-width: 560px !important;
}

/*
#logo{
	width: 200px !important;
}*/


/*.logo-cntr{
    max-width: 100%;
}*/

/*
@media (min-width:320px) {
.logo-cntr{
    max-width: 36%!important;
}
}


@media (min-width:761px) {
.logo-cntr{
    max-width: 100%!important;
}
}*/
}

@media (min-width: 768px) {
	.menu-item__mobile-only {
		display: none !important;
	}
}

/* ================= HEADER RESPONSIVE FIX ================= */

/* DESKTOP - lekka stabilizacja */
.header-flex {
  display: flex;
  align-items: center;
}

/* LOGO - naprawa rozjeżdżania */
#logo img {
  max-width: 100%;
  height: auto;
}

/* MOBILE */
@media (max-width: 768px) {

  .header-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* LINIA 1 - TEKST */
  .header-text {
    order: 1;
    text-align: center;    
  }
  .title-main {
    font-size: 25px;
    color: #9c0;
  }

  .title-sub {
    font-size: 14px;
    color: #666;
  }

  /* LINIA 2 - LOGO */
  .header-logo {
    order: 2;
    text-align: center;
    margin: 10px 0;
  }

  .header-logo img {
    max-width: 150px;
    margin: 0 auto;
  }

  /* LINIA 3 */
  .header-right {
    order: 3;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .header-social img {
    height: 28px;
    margin-right: 5px;
  }

}