.frontTerms .box .items {
    text-align: left;
	margin-top:35px;
}
.frontTerms .box .items a.item{
	margin-top: 0;
  	margin-right:10px;
	margin-bottom:20px;
}
.woocommerce-error li:before{
	display:none !important;
}
.woocommerce-error:before{
	display:none !important;
}
select#daypart {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    height: 46px;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    padding: 0 10px;
    color: #262626;
    font-family: "Gotham Pro";
    font-size: 14px;
    font-weight: 400;
}
.woocommerce-cart .woocommerce-shipping-destination{
	display:none !important;
}
#coupon_code{
	   display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	height:34px;
	width:140px;
	 padding: 0 10px;
    color: #262626;
    font-family: "Gotham Pro";
	font-size: 14px;
    font-weight: 400;
	border-radius:4px;
}

.frontPromo .frontSlider .item::after{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.34);
	pointer-events: none;
	content:""; 
}
.frontPromo .frontSlider .item .text .more:hover{
	background: #fff;
}
.frontPromo .frontSlider .item .text .more{
	border: 1px solid rgb(255 255 255);
	margin-top: 20px;
}
.frontPromo .frontSlider .item .text{
	background: none!important;
}
.frontPromo .frontSlider .item .text h3{
	margin-bottom: 10px;
}

header .adres{
	display: block;
    position: absolute;
    right: 280px;
    top: calc(75% - 50px);
}
header .adres p{
	margin-bottom: 10px;
}
header .adres a{
	color: #202445;
    font-weight: 600;
	margin-left: 0;
    display: block;
    margin-top: 5px;
}
header #searchform{
	top: 50%;
	left: 375px;
	width: 330px;
}
footer .copyright .privacy-wrap {
	color: #c6c6c6;
    font-size: 14px;
	line-height: 1.0;
}

.woocommerce form .form-row.form-privacy label {
	line-height: 1.2;
}

footer .copyright .privacy-wrap a {
	color: #c6c6c6;
}
footer .copyright .privacy-wrap a:hover,
footer .copyright .privacy-wrap a:focus {
	color: rgb(209, 174, 52);
}

@media(min-width: 1024px) and (max-width: 1180px){
	header #searchform {
		left: 310px;
		width: 240px;
	}
}
@media (min-width: 768px) and (max-width: 1023px){
	header #searchform{
		display: none;
	}
}
@media (max-width: 767px){
	header #searchform{
		display: none;
	}
	header .adres{
		left: unset;
		top: 20px;
		right: 85px;
	}
	header .adres a{
		margin-left: 10px;
		display: inline;
	}
}

@media (max-width: 500px){
	header .adres{
		left: 15px;
		top: unset;
		right: unset;
		bottom: 0px;
	}
	header .logo{
		top: 30%;
	}
	header .middleLine .wrap{
		height: 115px;
	}
}