#wb-form-popup-wrap {
  display: none;
}

#pop_up_clicker {
  height: auto;
  width: auto;
  background: #ff0000;
  color: #fff;
  padding: 20px 30px;
  position: fixed;
  z-index: 99996;
  cursor: pointer;
  display: none;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
}

.pop-up-content {
	background: #fff !important;
	padding: 20px;
  height: auto;
  width: 100%;
}

.ui-widget-overlay.custom-overlay {
    background: rgba(0,0,0,0.9);   
}

#wb-form-popup input,
#wb-form-popup textarea {
  width: 100%;
}

.woocommerce-products-header {
  width: 100% !important;
}