.foot_search_area{

  opacity: 0;
  visibility: hidden;
  transition: 300ms;
	display: none;
}

.foot_search_area.open{
opacity: 1;
visibility: visible;
width: 100%;
background-color: #f7f7f7;
z-index: 100000000;
position: fixed;
bottom: 50px;
left: 0;
}


/*.foot_search_area.open .fs-p-productSearch__search{
	display: inline-table;}
	*/
	
