/* Go to top button*/
#topbutton {
  position: fixed;
  display: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  background: #555b5b;
  border-radius: 50%;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}


/* */
.sticky nav.woocommerce-breadcrumb{
	display:none
}
.sticky div.header-widget-region{
	display:none;
}
@media (max-width: 767px){
	html body .footer-center-vertical p {
		line-height:2!important;
	}
}