@font-face {
	font-family: 'Oswald Bold';
	src: url('/fonts/oswald-bold-webfont.eot');
	src: url('/fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/oswald-bold-webfont.woff2') format('woff2'),
		 url('/fonts/oswald-bold-webfont.woff') format('woff'),
		 url('/fonts/oswald-bold-webfont.ttf') format('truetype'),
		 url('/fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald Light';
	src: url('/fonts/oswald-light-webfont.eot');
	src: url('/fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/oswald-light-webfont.woff2') format('woff2'),
		 url('/fonts/oswald-light-webfont.woff') format('woff'),
		 url('/fonts/oswald-light-webfont.ttf') format('truetype'),
		 url('/fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald';
	src: url('/fonts/oswald-regular-webfont.eot');
	src: url('/fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/oswald-regular-webfont.woff2') format('woff2'),
		 url('/fonts/oswald-regular-webfont.woff') format('woff'),
		 url('/fonts/oswald-regular-webfont.ttf') format('truetype'),
		 url('/fonts/oswald-regular-webfont.svg#oswald_regularregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Oswald Italic';
	src: url('/fonts/oswald-regularitalic-webfont.eot');
	src: url('/fonts/oswald-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/oswald-regularitalic-webfont.woff2') format('woff2'),
		 url('/fonts/oswald-regularitalic-webfont.woff') format('woff'),
		 url('/fonts/oswald-regularitalic-webfont.ttf') format('truetype'),
		 url('/fonts/oswald-regularitalic-webfont.svg#oswaldregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway Bold';
	src: url(/fonts/raleway-bold-webfont.eot);
	src: url(/fonts/raleway-bold-webfont.eot?#iefix) format('embedded-opentype'),
		 url(/fonts/raleway-bold-webfont.woff2) format('woff2'),
		 url(/fonts/raleway-bold-webfont.woff) format('woff'),
		 url(/fonts/raleway-bold-webfont.ttf) format('truetype'),
		 url(/fonts/raleway-bold-webfont.svg#ralewaybold) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway Italic';
	src: url(/fonts/raleway-italic-webfont.eot);
	src: url(/fonts/raleway-italic-webfont.eot?#iefix) format('embedded-opentype'),
		 url(/fonts/raleway-italic-webfont.woff2) format('woff2'),
		 url(/fonts/raleway-italic-webfont.woff) format('woff'),
		 url(/fonts/raleway-italic-webfont.ttf) format('truetype'),
		 url(/fonts/raleway-italic-webfont.svg#ralewayitalic) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url(/fonts/raleway-regular-webfont.eot);
	src: url(/fonts/raleway-regular-webfont.eot?#iefix) format('embedded-opentype'),
		 url(/fonts/raleway-regular-webfont.woff2) format('woff2'),
		 url(/fonts/raleway-regular-webfont.woff) format('woff'),
		 url(/fonts/raleway-regular-webfont.ttf) format('truetype'),
		 url(/fonts/raleway-regular-webfont.svg#ralewayregular) format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Izh';
	src: url(/fonts/Izhitsa.eot?#iefix) format('embedded-opentype'),  url(/fonts/Izhitsa.woff) format('woff'), url(/fonts/Izhitsa.ttf)  format('truetype'), url(/fonts/Izhitsa.svg#Izhitsa) format('svg');
	font-weight: normal;
	font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup{
	font-size:11px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/*table {
	border-collapse: collapse;
	border-spacing: 0;
}*/
a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	color: #958457;
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #39352b;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	text-decoration: none;
}
input[type="text"], input[type="password"], textarea, .sel-params select, .popup-wrap select, input[type="number"],  input[type="email"] {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, .sel-params select:focus, .popup-wrap select:focus, input[type="number"]:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
textarea {height: 200px;}
table {width: 100%;}
.clr:after {
	content: '';
	display: table;
	clear: both;
}
.positioner {
	width: 1170px;
	margin: 0 auto;
}
.positioner:after {
	content: '';
	display: table;
	clear: both;
}
/********text********/
.text h1, .text h2, .text h3, .text h4 {font-family: 'Oswald';}
.text ul {
	list-style-type: disc;
	padding: 18px 40px;
}
.text ul li {margin-bottom: 7px;}
.text ol {
	padding: 18px 40px;
	list-style-type: decimal;
}
.text em {font-family: 'Oswald Italic';}
.text p {margin-bottom: 5px;}
.text img {max-width: 100%;}
.text .table {
	border-collapse: inherit;
	border-spacing: inherit;
}
.text strong {font-family: 'Oswald Bold', sans-serif;}
/*********text********/
.fl-l {float: left;}
.fl-r {float: right;}
.marg-r {margin-right: 30px;}
.marg-t {margin-top: 30px;}
.marg-b {margin-bottom: 30px;}
html, body{height: 100%;}
body {
	font-family: 'Oswald', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #222;
	background: #fff;
}
h1 { 
	    font-size: 35px;
    font-weight: normal;
    line-height: 1.15;
    margin: 0 0 20px;
    font-family: 'Oswald';
    text-align: center;
}
h2 { font-size:18px; font-weight:normal; line-height:1.25;margin-bottom:7px;font-family: 'Oswald';}
h3 { font-size:16px; line-height:1.25; margin-bottom:7px;font-family: 'Oswald';}
h4 { font-size:14px; margin-bottom:7px; font-family: 'Oswald';}
h5 { font-size:12px; margin-bottom:7px;font-family: 'Oswald';}
h6 { font-size:11px; margin-bottom:7px;font-family: 'Oswald';}
#breadcrumbs {
	margin-top: 30px;
}
#breadcrumbs h1.home-page {
	font-size: 38px;
	line-height: 48px;
	color: #958457;
	color: #39352b;
	margin-bottom: 30px;
}
.breadcrumbs {
	background: #EEEEEE;
    font-family: 'Raleway';
	padding: 8px 19px;
	font-size: 14px;
	margin: 0 0 20px;
}
.paging {
	padding: 20px 0;
	text-align: center;
}
.paging__item {display: inline-block;margin-right: 1px;}
.paging__item:last-child {margin-right: 0;}
.paging__item__link {
	display: block;
	padding: 8px 10px 3px;
	border: 1px solid #958457;
	color: #958457;
	border: 1px solid #222;
	color: #222;
	font: normal 13px/14px 'Oswald Bold';
	background: #fff;
	text-transform: uppercase;
}
.paging__item__link_active, .paging__item__link:hover {
	background: #958457;
	background: #222;
	color: #fff;
}
.table th, .table td {
	border: 1px solid #ccc;
	padding: 5px;
}
.table th {
	font: normal 16px 'Oswald Bold';
}
.table tr:nth-child(odd) {
	background: #eee;
}
.separate-heading {
    text-transform: uppercase;
    color: #434343;
    font-size: 20px;
    font-family: 'Raleway Bold';
    padding: 10px 5px 10px 15px;
    font-weight: 700;
    /* line-height: 24px; */
    background: #EEEEEE;
    text-align: center;
}
.legend {
	float: none;
	background: none;
	border: none;
	border-bottom: 2px solid #3A3A3A;
	font-size: 17px;
	line-height: 21px;
	color: #383737;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 16px;
	padding: 0 0 7px;
}
#page {
	position: relative;
	min-height: 100%;
	padding-bottom: 40px;
}
#header {position: relative;}
.header-top {
	position: relative;
	padding: 5px 0;
	background: #eee;
}
.currency {
	margin-left: 10px;
	position: relative;
}
.currency__heading {
	cursor: pointer;
	padding-top: 1px;
	height: auto;
	font-size: 14px;
	line-height: 20px;
	color: #958457;
	font-family: 'Raleway';
	color: #222;
	padding: 3px 5px;
	text-transform: uppercase;
	//background: #fff;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	display: inline-block;
    background: #eeeeee;
}

.cat_cats_item {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 30px 0px;
    width: calc(33.3333333% - 30px);
    margin: 0px 15px;
}

.legend.news__item__title {
    /*text-align: center; */
    /*margin-top: 15px; */
    font-weight:bold;
    padding-top: 10px;
    border-bottom:0px;
    /*border-top: 2px solid #3A3A3A;*/
}

.news_home .legend.news__item__title {
    text-align: center;
    font-weight:400;
}

.text{
	font-family: 'Raleway';
}
.currency__heading:hover {
	cursor: pointer;
	color: #39352b;
}
.currency-wrap {
	display: none;
	border: 1px solid #ddd;
	border-width: 1px 1px 0 1px;
	width: 200px;
	position: absolute;
	right: 0;
	z-index: 2;
}


.currency-wrap a {
	display: block;
	background: #fff;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	padding: 5px 10px;
	min-height: 18px;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
.currency-wrap a:hover {
	background: #f1f1f1;
}
.header-top__registration {
	padding-top: 5px;
}
.registration__form__link, .registration__user-info__link {
	display: inline-block;
	font-size: 14px;
	color: #303030;
	font-family: 'Raleway';
}
.liner {
    font-size: 14px;
    color: #303030;
    font-family: 'Raleway';
}

.registration__user-info__link.registration__user-info__link_user-name {
	color: #39352b;
}
.registration__form__link:last-child, .registration__user-info__link:last-child {margin-right: 0;}
.header-middle {
	padding: 10px 0 10px;
    
}
.logo {

}
#shop-cart{
	padding-top: 20px;
}
.mobile-phone{
	padding-top: 20px;
}
.logo img {
	vertical-align: middle;
	max-width: 100%;
}
#shop-cart {
    font-size: 18px;
    padding-bottom: 5px;
    font-family: 'Oswald';
    text-transform: uppercase;
    text-align: right;
}
.search {
	width: 260px;
	/*margin-top: 10px;
	margin-left: 10px; */
    float: right;
    margin-top: 15px;
}

.header__nav {
    display: inline-block;
    margin-bottom: -6px;
}

.history_link {
    display:block;
    margin-top:10px;
}

.search__input-keeper {    float: left;
    background: #eee;}
.search__input-keeper input {
    /* font-family: 'Izh'; */
    float: left;
    padding: 5px 10px 6px 10px;
    width: 220px;
    height: auto;
    line-height: 20px;
    font-size: 17px;
    color: #958457;
    color: #222;
    background: #eee;
    border: none;
    outline: none;
    height: 37px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.search__input-keeper input:focus {
	border: none;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.search__label {
	cursor: pointer;
    display: inline-block;
    width: 37px;
    height: 37px;
    float: right;
    line-height: 37px;
    background: #fff;
    border: 1px solid #eee;
    color: #958457;
    color: #222;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 22px;
}
.search__label:hover {
	color: #555;
}
.header__search_inner {position: relative;}
.phone {
    /* font-family: 'Izh'; */
    font-size: 16px;
    /* line-height: 27px; */
    color: #222;
    /* font-weight: 300; */
    position: relative;
    text-align: left;
    font-family: 'Raleway';
    color: #303030;
}
.phone_content i {
	position: absolute;
	left: 30px;
	top: 10px;
}
.phone__text {
	padding-left: 15px;
}
.head{
	font-size: 18px;
	padding-bottom: 5px;
	font-family: 'Oswald';
	text-transform: uppercase;
}
.head i, .currency i, #shop-cart i{
	color:#EBA800;
	font-size: 20px;
}

.header-bottom {
	/*background: #958457;*/
	background: url(/images/nav_overlay.png) no-repeat center center;
	background: #252b2d;
	background-size: cover;
	position: relative;
}
.header-bottom.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}
.nav__item {
	float: left;
	/*position: relative;*/
	/*display: inline-block;*/
}
.nav__item__link {
	font-family: 'Raleway';
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	white-space: nowrap;
	padding: 28px 20px 23px;
	color: #fff;
}
.nav__item__link:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 0;
	left: 0;
	width: 100%;
	background: #222222;
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	transition: all .7s ease;
}
.nav__item__link:hover {color: #cfccc0;}
.nav__item_current .nav__item__link:before, .nav__item__link:hover:before {
	height: 100%;
}
.nav__item__link__text {
	position: relative;
	z-index: 2;
}
.open-wrapper {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.open-wrapper-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
}
.slider__btn {
	padding: 0px 0 0;
}
.slider__btn__link {
	font-size: 16px;
	color: #fff;
	background: transparent;
	border: 1px solid #fff;
	line-height: 30px;
	display: inline-block;
	padding:10px 15px;
	text-transform: uppercase;
	font-family: 'Oswald';
}
.slider__btn__link:hover {
   background: linear-gradient(to bottom,#24a613 0,#239b10 100%);
	color: #fff;
    border: 1px solid #24a613;
}
.slider__btn__link:hover {
   background: linear-gradient(to bottom,#24a613 0,#239b10 100%);
	color: #fff;
    border: 1px solid #24a613;
}
.nivo-caption li span {
    color:#24a613;
}
.nivo-directionNav a {
	font-size: 80px;
	color: #24a613;
	opacity: 1;
}

.nivo-caption {
margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    height: fit-content;
}

.nivo-caption ul {
max-width: max-content;
    margin: 0 auto;
}

.nivo-caption li {
    font-size: 20px;
    line-height:25px;
    text-align:left;
}

.nivo-directionNav a:hover {opacity: 1;}
.home-text {
	text-align: center;
	padding-bottom: 40px;
}
.products-alt-wrap {position: relative;}
.product__item {
	margin-bottom: 30px;
	position: relative;
}
.owl-products__item {
	margin: 15px;
}
.product__item:nth-child(3n) + div {clear: left;}
.product__item__photo, .owl-products__item__photo {
    text-align: center;
    margin-bottom: 20px;
    background: #eee;
    line-height: 20;
    min-height: 239px;
}
.product__item__caption__title__link{
	color:#EBA800;
}

.product__item__photo__link__img, .owl-products__item__photo__link__img {
	max-width: 100%;
	vertical-align: middle;
}
.product__item__caption__price, .owl-products__item__caption__price {
	color: #958457;
	color: #222;
	font: normal 34px/34px 'Oswald';
	font: normal 18px/24px 'Oswald';
	margin-bottom: 12px;
	text-align: center;
	display: inline-block;
}
.product__item__caption__price_bold, .owl-products__item__caption__price {font-family: 'Oswald', sans-serif;}
.owl-products__item__caption{
	text-align: center;
}
.product__item__caption__old-price, .owl-products__item__caption__old-price {
	color: #958457;
	color: #222;
	font: normal 27px/34px 'Oswald Bold';
	font: normal 16px/22px 'Oswald';
	margin-bottom: 12px;
	text-align: center;
	text-decoration: line-through;
}
.product__item__caption__title, .owl-products__item__caption__title {
	text-align: center;
	font-size: 18px;
	color:#EBA800;
}
.underNav-wrapper a{
	font-family: 'Raleway';
    font-size: 14px;
}
.product__item__caption__desc, .owl-product__item__caption__desc {text-align: center;}
.product__item__caption__buy, .owl-products__item__caption__buy {
	margin-top: 12px;
	text-align: center;
}


.butt {
    opacity: 0.8;
    color: #fff;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background: #eba800;
    color: #fff;
    font-size: 15px;
    padding: 8px 30px;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-size: 14px;
}
.product-table__item__price__buy .butt {
	margin-right: 0;
	/*font: .9em/1.2 'Oswald', sans-serif;*/
    font-size: 12px;
}
.butt:hover {
	opacity: 0.8;
	color: #fff;
	background: #D69A00;
}
#subscribe_success, #subscribe_error {display: none;}
.subscribe {
	position: relative;
	margin: 0 0 10px;
}
.footer-logo {margin-top: 10px;}
.subscribe-ipt[type="text"] {
	font-size: 15px;
	padding-right: 85px;
}
.subscribe-sbmt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 8px;
	background: #111;
	color: #888;
}
.subscribe-sbmt:hover {
	background: #000;
	color: #fff;
}
#footer {
	padding: 50px 0 0;
	background: #232323;
}
.footer-layout {
	padding-bottom: 45px;
}
.footer-heading {
	text-transform: uppercase;
	position: relative;
	font-size: 18px;
	margin-bottom: 25px;
	color: #ffedbc;
	color: #fff;
	font-weight: 400;
}
.footer-nav__item {
	padding-bottom: 5px;
}
.footer-nav__item__link {
	color: #958457;
	color: #888;
    font-family: 'Raleway';
}
.footer-nav__item__link .fa {
	font-size: 18px;
	vertical-align: middle;
	margin-right: 7px;
}
.footer-nav__item__link:hover, .footer-nav__item_current .footer-nav__item__link {
	color: #bb1d1e;
	color: #fff;
}
.copyright {
	padding: 40px 0;
	background: #383838;
	color: #868585;
}
.tabs__caption {
    padding: 0;
    position: absolute;
    right: 0px;
    top: 10px;
}

#sort-block3 {
    padding-bottom:15px;
}

.cat_cats_item .cats__item__caption p {
text-align:center;
}

.homepage_prods {


}

.homepage_prods .card {
    background: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 300px;
    margin: 1rem;
    position: relative;
    width: 300px;
}

.homepage_prods .card-2 {
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    width: calc(33.3333333% - 30px);
    margin: 0 15px 30px;
    padding: 15px;
}
.homepage_prods .card-2:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    transition: box-shadow 0.3s ease-in-out;
}

.homepage_prods .card-2 .product__item__photo {
        background:none;
        line-height: unset;
    min-height: unset;
    width: 50%;
    margin-bottom:0px;
}

.homepage_prods .card-2 .product__item__photo img {
max-height: 150px;
}


.homepage_prods .card-2  .product__item__caption {
    width: 50%;
    padding-left: 10px;
    text-align: left;
}

 .homepage_prods .card-2 .product__item__caption__title {
    text-align:left;
    font-size: 16px;
     color:#000;
}

 .homepage_prods .card-2 .product__item__caption__buy {
text-align:left;
}

 .homepage_prods .card-2 .product__item__caption__title__link {
    color: #000;
}

 .homepage_prods .product__item__caption__price_bold {
font: normal 16px/1.2 'Oswald Bold';
}

 .homepage_prods .card-2 .product-alt__item__price__cap {
text-align:left;
}

 .about_us  {
margin-top:40px;
}

 .about_us .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    align-items: flex-start;
            height: 210px;
}

 .about_us .flex .item {
    width:25%;
}

 .about_us .flex .item span {
font-weight: bold;
    font-size: 18px;
    padding: 10px 0px;
    display: block;
}

 .homepage_prods .card-2.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
        align-items: center;
            height: 210px;
}


 .homepage_prods .card-2.flex-2 {
/*width: 48%;*/
}

.readmoar {
background:#fff !important;
color:#1fbc53;
border:2px solid #1fbc53;
}

.readmoar:hover {
color:#189441;
border:2px solid #189441;
}

 .homepage_prods .butt {
background: #eba800;
}

 .homepage_prods .butt:hover {
background: #D69A00;
}

.prod-list .butt.addtocart {
text-align:center;
background: #eba800;
    width: 149px;
}

.about_us .item svg path {
    fill: #239b10;
}

.prod-list .butt.addtocart:hover {
text-align:center;
background: #D69A00;
}

.prod-list .butt:not(.addtocart) {
text-align:center;
color:#000;
font-weight: 600;
background: #ffd4665c;
}

.prod-list .butt:not(.addtocart):hover {
background:#eba800;
}


.tabs__caption__item {float: left;}
.tabs__caption__item + .tabs__caption__item {margin-left: 10px;}
.tabs__caption__item__link {
	display: block;
	float: left;
	background: url(/images/grid-list.gif) no-repeat;
	width: 17px;
	height: 16px;
}
.tabs__caption__item__link_table {
	background: url(/images/table-view.png) no-repeat;
	background-position: top center;
}
.tabs__caption__item__link_grid {
	background-position: left top;
}
.tabs__caption__item.active .tabs__caption__item__link_grid, .tabs__caption__item__link.tabs__caption__item__link_grid:hover {
	background-position: left bottom;
}
.tabs__caption__item__link_line {
	background-position: right top;
}
.tabs__caption__item.active .tabs__caption__item__link_line, .tabs__caption__item__link.tabs__caption__item__link_line:hover {
	background-position: right bottom;
}
.tabs__caption__item.active .tabs__caption__item__link_table, .tabs__caption__item__link.tabs__caption__item__link_table:hover {
	background-position: bottom center;
}
.tabs__content {display: none;}
.tabs__content.active {display: block;}
.price_filter > div {margin-bottom: 20px;text-align: center;}
.cats__item {margin-bottom: 30px;}
.cats__item:nth-child(3n) + div {clear: left;}
.cats__item__photo {margin-bottom: 20px;text-align: center;}
.cats__item__photo__link__img {max-width: 100%;vertical-align: middle;}
.cats__item__caption__title {margin-bottom: 12px;text-align: center;}
.cats__item__caption__title__link {font: normal 18px/20px 'Oswald';}
.categories-inner {
	padding-bottom: 30px;
	margin-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
#sort-block3 select {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#sort-block3 select:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.product-alt__item {
	margin-bottom: 30px;
	position: relative;
}
.product-alt__item:before {
	position: absolute;
	background: #ccc;
	content: '';
	bottom: -15px;
	right: 15px;
	left: 15px;
	width: 100%;
	height: 1px;
	margin: auto;
	display: block;
}
.product-alt__item:last-child:before {
	display: none;
}
.product-alt__item__caption {
	border-right: 1px solid #222;
}
.product-alt__item__price {
	/*border-left: 1px solid #958457;
	border-left: 1px solid #222;*/
	min-height: 50px;
	padding-bottom: 10px;
}
.product-alt__item__price__pr {
	color: #958457;
	color: #222;
	font: normal 31px/34px 'Oswald Bold';
	margin-bottom: 12px;
	display: block;
}
.product-alt__item__price__old-pr {
	color: #958457;
	color: #222;
	font: normal 31px/34px 'Oswald Bold';
	margin-bottom: 12px;
	display: block;
	text-decoration: line-through;
}
.product-alt__item__price__cap, .product-table__item__price {
	display: block;
	color: #958457;
	color: #222;
	font: normal 16px/1.2 'Oswald Bold';
	text-align: center;
	margin-bottom: 12px;
}
.product-alt__item__photo__link__img {
	max-width: 100%;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.product-alt__item__caption__title {
	font-size: 18px;
}
#cip-main {
	position: relative;
	margin-bottom: 40px;
}
#cip-main img.zooming {
	vertical-align: middle;
	max-width: 100%;
}
#cip-dop {
	position: relative;
	margin-bottom: 30px;
}
.cip-dop__item {
	margin: 5px;
	text-align: center;
}
.cip-dop__item img {
	max-width: 100%;
	vertical-align: middle;
}
.quantity input[type="button"] {
	display: none;
	border: none;
	outline: none;
}
.q-wrap > * {
	float: left;
	margin-right: 5px;
}
.q-wrap .fa {
	cursor: pointer;
	margin-top: 7px;
}
.q-wrap input[type="text"] {
	text-align: center;
	width: 40px;
	height: 25px;
}
.q-label {
	margin-bottom: 5px;
}
.prods_price {
	color: #958457;
	color: #222;
	font: normal 31px/34px 'Oswald Bold';
	margin: 20px 0 12px;

}
.prods_old-price {
	color: #958457;
	color: #222;
	font: normal 28px/34px 'Oswald Bold';
	margin: 10px 0 12px;

	text-decoration: line-through;
}
.quant-wrap {
	margin: 15px 0;
	padding: 15px 0;
	border: 1px solid #ccc;
	border-width: 1px 0;
}
#contactForm > div {margin-bottom: 25px;}
.contacts__item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.contacts__item:last-child {border-bottom: none;}
.contacts__item__title {
	font-size: 18px;
	line-height: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 14px;
}
.map {padding: 25px 0;}
.slicknav_menu {display: none;}
#cart-tbl {
	border-collapse: collapse;
	border-spacing: 0;
}

.prod-list {
    position:relative;
}

#cart-tbl td {text-align: center;vertical-align: middle;}
#cart-tbl td.cart-total-text {text-align: right;}
#cart-tbl td.td-input .quantity {display: inline-block;}
#cart-total {font: normal 16px/18px 'Oswald Bold';}

.main_news .news__item:not(:last-of-type) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #3A3A3A;
}

.news__item__photo {text-align: center;}
.news__item__photo__link__img, .news__item__photo img {
	max-width: 100%;
	vertical-align: middle;
}
.news__item__date {
	display: block;
	/*text-align: right;*/
	margin-top: 5px;
	color: #000;
}
.art-cats__item {
    border: 1px solid #eee;
    padding: 30px 30px;
    width: calc(33.3333333% - 60px);
    margin: 0px 15px;
}

.art-cats__item__caprion__desc, .art-cats__item__caption__desc {
        font-weight: 400;
    font-family: 'Raleway';
}

.art-cats__item:nth-child(3n) + div {clear: left;}
.art-cats__item__photo {margin-bottom: 15px;}
.art-cats__item__photo__link__img {
	max-width: 100%;
	vertical-align: middle;
}
.art-cats__item__caption__title {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.15;
	margin: 0 0 10px;
	font-family: 'Oswald Bold';
}
.art-cats__item__caption__title__link {color: #555;}
.art-cats__item__caption__title__link:hover {color: #958457;color: #222;}
.art-cats__item__caption__date {
	display: block;
	text-align: right;
	color: #000;
	margin-top: 5px;
}
.historyProducts__item {text-align: center;vertical-align: middle;}
.historyProducts__item__link__img {
	max-width: 100%;
	vertical-align: middle;
    max-height: 100px;
}
.label__title {
	display: block;
	font: 11px/1.3 'Oswald', sans-serif;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.b-inner-cats__item {margin-bottom: 15px;}
.b-inner-cats__item:nth-child(3n) + div {clear: left;}
.b-inner-cats__item .butt {
	width: 100%;
	min-height: 132px;
	padding: 15px 30px 15px 0;
	color: #222;
	background: #fff;
	vertical-align: middle;
	position: relative;
	border: 1px solid #ccc;
	border-radius: 1px;
}
.b-inner-cats__item .butt:hover {color: #222;}
.b-inner-cats__item .butt:before {
	content: '\f105';
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -23px;
	font-size: 28px;
	color: #000;
	font-family: 'FontAwesome';
}
.b-inner-cats__item:nth-child(3n) .butt:before, .b-inner-cats__item:last-child .butt:before {display: none;}
.b-img_inner-cats {
	max-width: 100px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.b-inner-cats__item .butt span {
	vertical-align: top;
}
.popup-wrap {
	display: none;
	position: fixed;
	z-index: 110;
	background: rgba(0,0,0,.6);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.popup-layout {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 10% 0 100px 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.popup {
	position: relative;
	max-width: 400px;
	background: #fff;
	width: 100%;
	margin: auto;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.9);
	box-shadow: 0 0 7px rgba(0,0,0,.9);
	border: 1px solid #fff;
}
.popup-header {
	background: #958457;
	background: url(/images/nav_overlay.png) top;
	background: #252b2d;
	color: #fff;
	padding: 20px;
	text-transform: uppercase;
	position: relative;
}
i.popup-close {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -12px;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
}
.popup-form-layout {
	padding: 30px;
	position: relative;
}
#popupForm {position: relative;}
#popupForm > div {
	margin-bottom: 25px;
}
#popupForm > div:last-child {margin-bottom: 0;}
.popup-label {
	display: block;
	margin-bottom: 5px;
}
.popup-require {
	color: #f00;
}
.popup-result, .popup-cart {display: none;}
.popup-add.disabled {
	display: none;
}
.popup-cart.active {display: block;}
.prods__desc {
	position: relative;
	margin-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
}
.popup-cart .butt {margin-right: 0;}
.popup-cart-layout {
	text-align: center;
	padding-top: 10px;
}
.attr {
	margin-top: 5px;
	border-collapse: collapse;
}
.attr tr:nth-child(odd) {background: #eee;}
.attr td {
	width: 50%;
	border: none;
	padding: 2px 5px;
}
.attr td:first-child {color: #222;}


.product-table {
	position: relative;
	margin-bottom: 50px;
}
.product-table th a {
	color: #fff;
	text-decoration: underline;
}
.product-table th a:hover {
	color: #fff;
	text-decoration: none;
}
.product-table tr:nth-child(odd) {background: #eee;}
.product-table td {
	border: 1px solid #ccc;
}
.product-table td:last-child {width: 270px;}
.product-table th {
	background: #3b4048;
	color: #fff;
	border: 1px solid #fff;
	padding: 15px;
	text-align: center!important;
	font-family: 'Oswald Bold', sans-serif;
}
.product-table td, .product-table th {
	text-align: center;
	padding: 6px;
	vertical-align: middle;
	font-size: .9em;
}
.img-block {position: relative;}
.hidden-img {
	position: absolute;
	top: 0px;
	left: 100%;
	z-index: 10;
	display: none;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}
.product-table tr:last-child .hidden-img {
	top: auto;
	bottom: 0;
}
.img_product-table-hidden {
	max-width: none;
}
.img-block:hover .hidden-img {display: block;}





#nav {
	position: relative;
	/*text-align: center;*/
}
@media screen and (min-width: 992px) {

	/*.catsNav-wrapper {
		position: absolute;
		width: 100%;
		top: 100%;
		bottom: 0;
		height: 100%;
		display: none;
		z-index: 100;
	}
	.innerCats.level2, .innerCats.level3, .innerCats.level4, .innerCats.level5 {
		left: 100%;
		top: 0;
	}
	.nav__item:hover > .catsNav-wrapper {display: block!important;}*/


	/*.nav__item:hover > .catsNav-wrapper > ul {display: block!important;}*/


	/*.innerCats__item:hover > ul {display: block!important;}
	#nav ul.level1 {
		position: relative;
		display: block!important;
	}
	#nav ul {
		display: none;
		position: absolute;
		width: 189px;
		background: #222222;
	}
	.innerCats__item {
		padding: 10px 10px 10px 20px;
		position: relative;
	}
	.innerCats__item__link {
		color: #cfccc0;
	}*/

	/*************************************************************************/


	.underNav-wrapper {
		border: 5px solid #0c5837;
		background: #fff;
		display: none;
		position: absolute;
		top: 100%;
		z-index: 101;
		left: 0;
		width: 100%;
		overflow-y: auto;
	}
	.underNav-wrapper:after {
		content: '';
		display: table;
		clear: both;
	}
	.underNav {
		width: 33.33333333%;
		background: #0c5837;
		float: left;
		position: relative;
		min-height: 460px;
	}
	.underNav.level2 {
	    background: #fff;
        color:#000;
    }
    .underNav.level2 .underNav__item:hover {
	    background: #0c5837;
    }
    .underNav.level3 .underNav__item:hover {
	    background: #0c5837;
    }
	.underNav.level3 {background: #fff;}
	.underNav.level3 ul {display: none!important;}
	.nav__item:hover .underNav-wrapper {display: block;width: 120%;}
	.underNav ul {
		display: none;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 100%;
		width: 100%;
	}
	.underNav__item {
		/*position: relative;*/
	}
	.link_underNav {
		display: block;
		padding: 10px 30px 10px 10px;
		color: #fff;
		background: #0c5837;
		position: relative;
	}
	.link_underNav_arrow:before {
		content: '\f105';
		position: absolute;
		display: block;
		color: #fff;
		top: 50%;
		right: 15px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font: normal 18px/1 'FontAwesome';
	}

.level2 .link_underNav_arrow:before {
    color: #000;
}

	.underNav.level3 .link_underNav_arrow:before {display: none!important;}
	.underNav__item:hover > .link_underNav_arrow:before {color: #555;}
	.underNav.level2 .link_underNav {background: #fff;color: #000;}
	.underNav.level3 .link_underNav {background: #fff;color: #000;}
	.underNav__item:hover > .link_underNav {
		background: #fff!important;
		color: #555;
	}
    .level2 .underNav__item:hover > .link_underNav {
    background: #e1e1e1 !important;
    color: #000;
    }
    .level2 .underNav__item:hover > .link_underNav_arrow:before {
    color: #000;
    }
	.underNav__item:hover > ul {display: block;}
}



/*@media screen and (min-width: 426px) {
	#hProdsMobile {display: none!important;}
}*/
@media screen and (max-width: 991px) {

.about_us .flex .item {
height: auto;
width:100%;
margin-bottom:20px;
}

.about_us .flex {
height: auto;
text-align: center;
}

.homepage_prods .card-2.flex {
height: auto;
}

.homepage_prods .card-2 {
    width: calc(100% - 30px);
}

.homepage_prods .card-2.flex .product__item__photo {
width:100%:
}

.homepage_prods .card-2.flex .product__item__caption {
width:100%:
}

	.nav__item {float: none;}
	.slicknav_menu {display: block;}
	#nav {display: none;}
	.phone {
		font-size: 16px;
		padding: 0px 14px 5px 14px;
	}
	.phone_content i {
		left: 17px;
	}
	.phone__text {
		padding-left: 18px;
	}
    .search {
        vertical-align: -5px;
        margin: 0px;
    }

.cat_cats_item {
    width: calc(100% - 30px);
}


}
@media screen and (max-width: 767px) {
	.b-inner-cats__item .butt:before {display: none;}
	.historyProducts__item {
		margin-bottom: 15px;
	}
	.historyProducts__item:last-child {margin-bottom: 0;}
	.header-top-layout > div {
		display: block;
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	.logo {
		margin-left: 0;
		left: 0;
	}
	.header-top-layout > div:last-child {margin-bottom: 0;}
	.news__item__photo {margin-bottom: 20px;}
	.header__logo {text-align: center;}
	.footer-heading {
		border-bottom: 1px solid #ddd;
		padding-bottom: 8px;
		position: relative;
		cursor: pointer;
		margin-bottom: 7px;
	}
	.footer-heading .fa {
		position: absolute;
		top: 50%;
		font-size: 18px;
		margin-top: -10px;
		right: 0;
		color: #ddd;
	}
	.footer-nav {
		display: none;
		margin-bottom: 12px;
	}
	.nivo-caption {font: normal 31px/32px 'Oswald Bold';}
	#contactForm > .clearfix > div {margin-bottom: 25px;}
	#contactForm > .clearfix > div:last-child {margin-bottom: 0;}
}
#nav .innerCats a{
	color:#fff;
}
.product__item__caption{
	display: block;
		text-align: center;
}
@media screen and (max-width: 991px) {
	.b-nav-hidden {display: none;}
	.header-bottom {background: none;}
}
@media screen and (max-width: 600px) {
	.tabs__caption {display: none;}
}
@media screen and (max-width: 470px) {
	.nivo-directionNav a {
		font-size: 26px;
	}
	#breadcrumbs h1.home-page {
		font-size: 26px;
		line-height: 30px;
	}
}
@media screen and (max-width: 425px) {
	.header-middle {padding: 15px 0;}
	.logo {
		position: static;
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	#hProds {display: none;}
	#cip-main {text-align: center;}
	.zoomPad {
		margin: auto;
		width: 100%;
	}
	/*.nivo-caption, .nivo-directionNav {display: none!important;} */
}
@media screen and (max-width: 767px) {

   .index_left {
       width:100%  !important;
   }



	.mobile-phone{
		float:none;
		margin-bottom: 10px;
		text-align: center;
	}
	#shop-cart{
		float:none;
		text-align: center;	
	}
	.search{
		float:none;
		text-align: center;
		margin:auto;
	}
	.footer-logo {
		margin-top: 30px;
		text-align: center;
	}
    .home-text img {
        display:none;
    }

}

.item_icon {
}

.content_part {
    display:inline-block;
}

.icon_wrapper {
    display:inline-block;
    width:75px;
    vertical-align:top;
}

.contacts__item__desc {
     font-size: 24px;
     color: rgb(122, 122, 122);
     line-height:30px;
     max-width:250px;
}

.greeneyedtaxt {
    color: rgb(31, 188, 83);
}

.social_phone {
    margin: 10px 10px 0px 0px;
}

.green_bg {
 background: #e8f8ed;
 padding:65px 50px;
}

h2.question {
    font-size: 30px;
    color: rgb(0, 0, 0);
    line-height:30px;
    text-align: left;
    margin-bottom:35px;
}


#contactForm input[type="text"] {
    width:100%;
}

#contactForm input[type="submit"] {
width: 140px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin:0;
}

.flex-direction-nav {
    list-style-type: none !important;
        position: absolute;
        display: block;
        margin-top: -23px;
    top: auto;
    bottom: 63px;
    right: 87px;
    left: auto;
    width: auto;
}

.flex-direction-nav > li {
    position: absolute;
    width: 100%;
    padding: 0px;
}

.flex-direction-nav li {
}

.flexslider .flex-direction-nav li.flex-nav-next {
    font-size: 0;
}

.flex-direction-nav li {
}

.flexslider.inside.navigation-vcenter .flex-direction-nav .flex-prev {
    font-size: 0;
}

.flex-control-nav {
    display:none;
}

.flexslider .flex-direction-nav li.flex-nav-prev a:before {
    background: #fff ;
    opacity: 1;
    left:50%;
    padding:8px;
    font-size:28px;
}

.flex-direction-nav a {
    margin: 10px 0 0;
}

.flex-nav-prev {
    right: -10px;
}

.flexslider .flex-direction-nav li.flex-nav-next a:before {
    background: #fff ;
    opacity: 1;
    left: 70%;
    padding:8px;
    font-size:28px;
}

#contactForm input[type="text"]::placeholder {
    font-size: 14px;
    font-family: "Raleway";
    color: rgb(0, 0, 0);
}

#contactForm textarea::placeholder {
    font-size: 14px;
    font-family: "Raleway";
    color: rgb(0, 0, 0);
}


.header-new .phone__text, .header-new .phone__text a, .header-new .phone__text .registration__form__link, .header-new .phone__text .registration__user-info__link {
    font-size: 16px;
    font-family: "Oswald";
    color: rgb(122, 122, 122);
    line-height:16px;
}

.flex_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
        align-items: center;
    /*        height: 210px; */
}


.flex_header .mobile-phone {
    /*width:20%;*/
    position:relative;
    padding-top:0px;
}

/*.header__search_inner  .mobile-phone {
    width: 200px;
}  */



.header__search {
    padding-left:50px;
}

.flex_header .mobile-phone:nth-of-type(1):before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    background: url(../images/head/phone.png) no-repeat;
    left: -15px;
    top: calc(50% - 9px);
}

.flex_header .mobile-phone:nth-of-type(2):before {
    content: '';
    position: absolute;
    height: 18px;
    width: 21px;
    background: url(../images/head/email.png) no-repeat;
    left: -15px;
    top: calc(50% - 9px);
}

.flex_header .mobile-phone:nth-of-type(3):before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    background: url(../images/head/location.png) no-repeat;
    left: -15px;
    top: calc(50% - 9px);
}

.flex_header .mobile-phone:nth-of-type(4):before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    background: url(../images/head/user.png) no-repeat;
    left: -15px;
    top: calc(50% - 9px);
}

.flex_header .mobile-phone:nth-of-type(5):before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    background: url(../images/head/cart.png) no-repeat;
    left: -30px;
    top: calc(50% - 9px);
}

.header-new #shop-cart {
   padding-bottom: 0px;
    text-transform: none;
    text-align: left;
    font-size: 16px;
    font-family: "Oswald";
    color: rgb(122, 122, 122);
    line-height: 16px;
    padding-top:0px;
}

.header-new #shop-cart a{
    font-size: 16px;
    font-family: "Oswald";
    color: rgb(122, 122, 122);
    line-height: 16px;
}

.header-new .header-bottom {
    background: #fff;
    position: relative;
}


.header-new  .nav__item__link {
    font-size: 14px;
    font-family: "Raleway";
    color: rgb(0, 0, 0);
    border-bottom: 2px solid #fff;
    padding: 0px 0px 5px 0px;
    margin: 28px 32px 23px 0px;
}



.header-new  .nav__item__link:hover {
    border-bottom: 2px solid rgb(235, 168, 0);
}

.header-new .nav__item_current .nav__item__link:before, .header-new .nav__item__link:hover:before {
    background:#fff;
    display:none;
}

.header-new .currency_block {
    padding-top:0px;

}

.currency__heading {
    width: 120px;
    height: 37px;
    padding: 5px 10px 5px 10px;
    background:#fff;
    border: 1px solid rgb(200, 202, 202);

}

.header-new .search {
    float:none;
    padding-top:0px;
    margin-top:0px;
    width:auto;
}

.header-new .search__label {
    color: rgb(235, 168, 0);
    border: 1px solid rgb(200, 202, 202);
    margin-left:5px;
}

.header-new .search__input-keeper input {
    width:260px;
}

.header-new .currency-wrap {
    display: none;
    border: 1px solid #ddd;
    border-width: 1px 1px 0 1px;
    width: 200px;
    position: absolute;
    right: 0;
    z-index: 22;
}


.header-new .menu_top {
 border-top:1px solid rgb(200, 202, 202);
 padding-left:0px;
}

.header-new .header__search {
padding-left:0px;
margin: 20px 0px 20px 150px;
width: 1020px;
padding-right: 0px;
}


.header-new .cart-count {
color: #1fbc53;
}


.header-new .menu_top {
    margin: 0px 0px 0px 150px;
    width:1020px;
    padding-right: 0px;
}

.header-new {
    width: 1200px;
    margin: 0 auto;
    position:relative;
}

.header-new .logo {
    position: absolute;
    left:0px;
    top: calc(50% - 65px);
    z-index: 2;

}
.header-new .header__nav {
    margin-bottom: 0px;
}

.only_mob {
    display:none;
}

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

.header-new {
    width: calc(100% - 20px);
    margin: 10px;
}

.header-new .header__search {
    margin: 0px;
    width: 100%;
    margin-left: 15px;
}

.header-new .logo {
    top: 0px;
    max-width: 50px;
    margin-bottom: 0px;
}

.flex_header .mobile-phone:nth-of-type(2) {
    display:none;
}

.flex_header .mobile-phone:nth-of-type(4) {
    display:none;
}

.flex_header .mobile-phone:nth-of-type(3) {
    display:none;
}

.open-wrapper {
    position: fixed !important;
}

.only_mob {
    display:block;
}

.header-new .search__input-keeper input {
    width: 170px;
 }

 .header-new .search {
    width: 60%;
    display: inline-block;
}

.header-new .currency_block {
width: 122px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: 9px;
    float: right;
}

.header-new .currency {
    margin-left: 2px;
}

.header-new .slicknav_menu {
    background: #fff;
    padding: 0px;
}

.header-new .open-wrapper-inner .slicknav_menu {
    background: rgb(247, 247, 249);
        padding:10px;
}


.header-new .slicknav_nav a {
    color: #000;
}

.header-new .nav__item__link {
    font-size: 14px;
    color: rgb(0, 0, 0);
    line-height: 14px;
    text-align: left;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
    border-bottom: 0px;
}

.header-new .slicknav_nav ul {
    padding: 0;
    margin: 0px;
    margin-top:-10px;
}

.header-new .slicknav_btn {
    background-color: #eba800;
    border-radius: 0;
    position: absolute;
    top: -53px;
    right: -4px;
}

.open-wrapper-inner .slicknav_btn {
    position: relative;
    top: 0px;
    right: 0px;
        transition: none;
}
a:hover,  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.header-middle {
    padding: 0px;
}

.header-middle .phone {
    font-size: 16px;
    padding: 0px;
}

.header__search_inner {
    height: 60px;
}

.phone__text {
    padding-left: 8px;
}

.header-new .header-bottom {
    border-top: 1px solid rgb(200, 202, 202);
    padding-top: 7px;
    border-bottom: 1px solid rgb(200, 202, 202);
    padding-bottom: 7px;
    z-index: 99999;
}

.nivoSlider img {
    height: 300px !important;
    width: auto !important;
}

.nivo-slice img {
	height: 300px !important;
	width: auto !important;
}

.nivo-slice {
	height: 300px !important;
}

.nivo-main-image {
    height: 300px !important;
}

.nivo-caption {
padding: 0px 50px 0px 50px;
margin: 30px 0px;
}

.nivo-caption h1{
    font-size: 21px;
    line-height: 20px;
}

.nivo-caption li {
    font-size: 13px;
    line-height: 16px;
}

.nivo-caption a {
       margin-top: 15px;
           padding: 5px 10px;
}

   .index_right {
       /*display:none !important;*/
       width: 100% !important;

   }

   .flexslider {
    margin-bottom:0px;
    margin-top: 30px;
   }

  .flexslider  .slides {
    padding: 40px;
    margin: -40px;
    }

.flex-direction-nav {
    right: 20% !important;
}

}

a.butt.supply:not(.addtocart) {
    max-width: 149px;
    padding: 5px;
}

.header_wrap {
    position:relative;
}


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

.black_bg {
    position: absolute;
    width: 100%;
    background: #232323;
    height: 75px;
    bottom: 0px;
}


.header-new .header-bottom {
    background: transparent;
    position: relative;
}

.header-new .menu_top {
    border-top: 0px;
}

.header-new .nav__item__link {
    color: #fff;
}

.header-new .nav__item__link {
    border-bottom: 2px solid #232323;
}

.header-new .search__label {
        color: rgb(0 0 0);
    border: 1px solid #eba800;
    background: #eba800;
}

.underNav-wrapper {
    border: 5px solid #111;
}
.underNav {
    background: #555;
}
.link_underNav {
    background: #555;
}

.underNav.level2 .link_underNav {
    background: #404040;
    color: #fff;
}
.underNav.level2 {
    background: #404040;
    color: #fff;
}

.level2 .link_underNav_arrow:before {
    color: #fff;
}

.underNav.level3 {
    background: #555;
}
.underNav.level3 .link_underNav {
    background: #555;
    color:#fff;
}


#nav .nav__item:nth-child(2) .nav__item__link__text:after {
display: inline-block;
    position: relative;
    content: "";
    color: #fff;
    top: -2px;
    right: 0;
    margin-left: 6px;
    width: 8px;
    height: 9px;
    transform: rotate(
45deg
);
    border-right: 2px solid rgb(255 255 255);
    border-bottom: 2px solid rgb(255 255 255);
}

#nav .nav__item:nth-child(3) .nav__item__link__text:after {
display: inline-block;
    position: relative;
    content: "";
    color: #fff;
    top: -2px;
    right: 0;
    margin-left: 6px;
    width: 8px;
    height: 9px;
    transform: rotate(
45deg
);
    border-right: 2px solid rgb(255 255 255);
    border-bottom: 2px solid rgb(255 255 255);
}

}
.footer-nav__item.bordered a {
    border-bottom: 2px solid #232323;
}
.footer-nav__item.bordered a:hover {
    border-bottom: 2px solid rgb(235, 168, 0);
}





/* Cookies */
.container-cookie-message {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 10%;
    z-index: 1000;
   
}

.container-cookies {
    max-width: 1040px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.hidden {
    display: none !important;
} 

.cookies-message {
    background-color: #ffff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    color: #303030;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    flex-wrap: nowrap;
}

.cookies-text {
    line-height: 1.4;
    margin-right: 25px;
    flex-grow: 1;
    font-size: 12px;
}

.cookies-link {
    color: #eba800;
    text-decoration: underline;
}

.cookies-button {
    background-color: #eba800;
    color: #ffff;
    border: none;
    padding: 10px 50px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    transition: background-color 0.3s;
}

.cookies-button:hover {
    background-color: #6e7172;
}

.consent-email {
	font-size: 12px;
}

.consent-subscribe {
	color: #999;
	font-size: 12px;
}

@media (max-width: 768px) {
    .cookies-message {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

    .cookies-text {
        font-size: 11px;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .cookies-button {
        font-size: 10px;
         padding: 10px 30px;
    }
}