/* ФУТЕР */

/* верхний блок */

.footer_item ul{
	line-height: 25px;
}

.footer_item ul li{
	  opacity: 0.7;
}

.footer_item .fa{
	 margin-right: 6px;
}

/* нижний блок */

.footer_bottom_item {
    display: flex;
	justify-content: center;
	line-height: 27px;
}

.footer_bottom_item span.copyright {
   margin-right: 10px;
}

.footer_item h4{ 
	font-weight: 800;
}

.bottom_footer{
	display:flex;
	align-items:center;
	justify-content:center;
	height:60px;
}


/* мобильник */

@media (max-width: 767px) {
.medium_footer .item-4, 
.medium_footer .item-1 {display:none;}

.top_footer, .medium_footer {
	flex-direction: row-reverse;}
	
}


/* Stycky area */
.sticky_area{
	display: flex;
	justify-content: flex-end;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	z-index: 1000;
	bottom: 100px;
	right: 21px;
	min-width: 60px;
	min-height: 65px;
	padding: 10px;

}



/* виджет чата */


.button__bEFyn {
    box-shadow: unset!important;
}


.iconWrap__SceC7._showLogo__heP6c{
    
	border-radius: 5px!important;
	background: var(--color-prime) !important;
	width: 37px!important;
	height: 37px!important;
	
	left: 12px!important;
	top: 14px!important;
	
}

.wrap__mwjDj .button__bEFyn{

	background: #f2f4f9!important;
	border-radius: 5px!important;
	width: 60px!important;
	height: 65px!important;
}




@media(min-width: 991px){
	.sticky_area .acount_wish_mobile{
		display:none;
	}	

}



@media(max-width: 991px){
	.sticky_area{
		width: 100%;
		right: 0;
		bottom: 0;
		align-items: flex-end;
		align-items: center;
		padding-left: 12px;
		padding-right: 12px;
	}

	.sticky_area .acount_wish_mobile{
		display: flex;}
		
		
	
    .acount_wish_mobile .item{
		margin-left: 12px;}
	
	
	.wrap__mwjDj .button__bEFyn {
    
		margin-bottom: 0px!important;}


}



@media(max-width: 576px){


.sticky_area .footer_icon.open_cart {
    margin-right: 40px;}


}





/* иконки */
.acount_wish_mobile .icon_text, 
.sticky_area .shopping-cart-wrap .icon_text, 
.sticky_area a.cart .icon_text {
    display: none;
}










