
@media(min-width:992px) {
  body{
  	background-image: url('../img/lahve.png'), url('../img/doutniky.png');
  	background-repeat: no-repeat;
  	background-position: -10% 210px, 110% 210px;
  	background-size: 30% auto, 30% auto;
  }
}

.logo{
	top: 40%;
	margin-top: 0px;
}
.footer__logo{
	width: auto;
	top: 200%;
}
.footer{
	background: rgba(255,255,255, 0.3);
}
span.lower{
	font-weight: 300;
}
.search{
	margin-left: 90px;
}
.header{
	background: #3c240c;
}
.top{
	background: #231405;
}
.header__box{
	border-bottom: solid 1px #231304;
}
.h-nav__container > ul > li > a:hover{
	color: #bb7d3f;
}
.aside__contact > a:hover{
	color: #bb7d3f;	
}
.contact__phone > span > i{
	background: #bb7d3f;
}
.contact__email{
	font-weight: 300;
}
.contact__email:hover{
	color: #bb7d3f;
}
.contact__email > i{
	background: #bb7d3f;
}
.aside__contact{
	background: #3c240c;
}
.user > li > a{
	color: rgb(249, 244, 233);
}
.user > li > a > i{
	color: rgb(249, 244, 233);
}
.user > li > a:hover{
	color: white;
}
.user > li > a:hover > i{
	color: white;
}
.menu > ul > li.active > a{
	color: #3c240c;
}
.menu > ul > li.active > ul > li.active > a{
	color: #3c240c;
}
.cart__holder{
	background: #2b1907;
	color: #FFF;
}
.cart__holder:hover{
	background: #bb7d3f;
}
.banner .slick-dots > li.slick-active > button{
	background: #bb7d3f;
}
.footer__nav > li::before{
	background: #724e2b;
}
.h-nav__container > ul > li::before{
	background-color: #3c240c;
}
.bottom{
	background: #3c240c;
}
.footer__title::before{
	background: rgb(114, 78, 42);
}
.foot{
	border-top: 1px solid rgb(114, 78, 42);
}
.button{
	background: rgb(186, 125, 63);
}
.offer__price{
	color: rgb(23, 125, 20);
}
.offer__button{
	background: rgb(186, 125, 63);
}
.header__menu .dropdown .dropdown-content{
	background: #3c240c;
}
.header__menu .dropdown .dropdown-content > a{
	background: #3c240c;
	border-top: solid 1px #bb7d3f;
}
.header__menu .dropdown .dropdown-content > a:hover{
	background: #3c240c;
}
.menu > ul > li > a{
	border-left: solid 1px #3c240c;
}
.menu > ul > li > a::before{
	color: #3c240c;
}
.aside__contact > span > i, .aside__contact > a > i{
	background: #bb7d3f;
	border-color: #bb7d3f;
}
.selectric .button:after{
	color: #3c240c;
}
.detail__description a.varianty{
	background: rgb(186, 125, 63);
}
.header__menu .dropdown .dropbtn{
	background: #3c240c;
}
.header__menu .dropdown .dropbtn:hover{
	background: #3c240c;
}
.header__menu .dropdown:hover .dropbtn{
	background: #3c240c;
}
.menu > ul > li.active > a::before{
	color: #bb7d3f;
}
.menu > ul > li.active > ul > li.active > a::before{
	color: #bb7d3f;	
}
.menu > ul > li.active > ul > li > a:hover{
	color: #393c38;
}
.menu > ul > li > a:hover{
	color: #bb7d3f;	
}
.menu > ul > li > a:hover::before{
	color: #bb7d3f;	
}
.h-nav__container > ul > li.active > a{
	color: #bb7d3f;
}
@media (max-width: 1199px) and (min-width: 992px){
	.footer__logo {
		margin-left: auto;
	}
	.foot .col-xl-8{
		flex: 0 0 50%;
		max-width: 50%;
	}

}
@media (max-width: 991px) and (min-width: 768px){
	body{
		background-image: none;
	}
	.footer__logo{
		margin-left: 0;
		padding-bottom: 0px;
		width: 150px;
		top: 50px;
	}
	.foot .created a{
		position: relative;
		top: -15px;
	}
	.h-nav__container{
		background: #3c240c;
	}
	.search{
		margin-left: 0px;
	}
	body{
		background-position: 0px 192px;
	}
}
@media (max-width: 767px){
	.footer__logo{
		width: 200px;
		top: 25px;
		margin-left: 30%;
		margin-bottom: 25px;
	}
	.foot .created a.f-right{
		float: none;
	}
	.h-nav__container{
		background: #3c240c;
	}
	body{
		background-position: 0px 164px;
	}
	.search{
		margin-left: 0px;
	}
	.contact__phone > a > i, .contact__phone > span > i{
		background-color:#bb7d3f;
	}
	.contact__phone > a:hover{
		color: #FFF;
	}
}

@media (max-width:575px) {
  .header__box {
	padding-left: 110px;
}
}

.search__container {
	background-color: #3c240c;
}