.header .minicart-wrapper.main-menu{
	margin-right: 0;
}
.header .searchbox{
    margin-left: 10px;
	height: 40px;
    width: 40px;
    min-width: 12px;
    border-radius: 50%;
}
.header .searchbox .fake-submit{
	top: 7px;
	color: #333333e0 !important;
	opacity: 1;
	right: 8px;
}
.header .searchbox .icon-search{
	font-size: 24px;
	top: 0;
}
.header .searchbox:hover{
	background: #f3d1ce;
    transition: all 0.4s ease;
}
.header .searchbox:hover .fake-submit{
    color: #ffffff !important;
}
.page-footer .footer  .social-links ul {
	margin-top: 14px;
	justify-content: end;
}
.page-footer .footer .social-links ul li{
	margin-right: 40px;
    margin-top: 0;
}
.page-footer .footer .social-links ul li:last-child{
	margin-right: 0;
}
.page-footer .footer .social-links ul li a:hover, .page-footer .footer .social-links ul li a:hover span {
    color: #f3d1ce;
}
.instagram-widget-container #slide-line {
	display: none;
}
.instagram-widget-container .social-links li a:hover{
	color: #f0c5c1;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.page-footer .company-info {
		margin-bottom: 30px;
	}
	.page-footer .social-links {
		margin-bottom: 80px;
	}
	.page-footer .footer .social-links ul {
		justify-content: center;		
	}
}

@media screen and (max-width: 767px) {
	.page-footer .footer .social-links ul {
		justify-content: center;		
	}
}
@media screen and (min-width: 992px) {
	html[lang="de"] .search_box--wrap {
		right: 210px;
	}
}
.instagram-widget-container .social-links li a {
	font-size: 30px;
}
.catalog-category-view .product-items .product-item-info .product-image-wrapper{
	padding-bottom: 0 !important;
}
.instagram-widget-container .social-links li a{
	color: #1a1a1d;
}