#price {
  display: inline;
}


.gotte-filter{
  position: absolute;
    top: 0px;
    right: 0;
    width: 360px;
    height: 418px;
}

.gotte-filter2{
  position: absolute;
    top: 0px;
    right: 0;
    width: 360px;
    height: 418px;
}

#menu-item-73{
	display: none;
}
.to-first-section{
	 position: absolute;
	 -webkit-animation:MoveUpDown 3s linear infinite;;
	animation: MoveUpDown 3s linear infinite;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
}

/*svg {
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}*/
