/* DB Custom CSS */

/* Event reg page book now button*/
.ee_event_reg_button{
background-color: #a0ce4e;
border:0px;
border-radius:2px;
padding: 10px 15px;
color:white !important;
vertical-align: top;
}

/* Event reg page book now button hover*/
.ee_event_reg_button:hover{
  background: #96c346 !important;
  background: -webkit-linear-gradient(top, #a0ce4e 0%, #96c346 100%) !important;
  background: -moz-linear-gradient(top, #a0ce4e 0%, #96c346 100%) !important;
  background: -o-linear-gradient(top, #a0ce4e 0%, #96c346 100%) !important;
  background: -ms-linear-gradient(top, #a0ce4e 0%, #96c346 100%) !important;
  background: linear-gradient(top, #a0ce4e 0%, #96c346 100%) !important;

}


/* All add to cart buttons / view cart button*/
.ee_view_cart {
	background:#FFB802 !important;
    -webkit-border-radius: 2px !important;
  -moz-border-radius: 2px !important;
  border-radius: 2px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: 0px !important;
  color: #fff !important;
  font-weight: normal !important;
  text-decoration: none !important;
  padding: 5px 8px !important;
  font-size: 14px !important;
}


/* Add to cart button */
.ee_view_cart.ee_add_item_to_cart {
  background: #a0ce4e !important;
}

.ee_view_cart.ee_add_item_to_cart:hover {
  background: #96c346 !important;
  background: -webkit-linear-gradient(top, #a0ce4e 0%, #96c346 100%) !important;
  background: -moz-linear-gradient(top, #a0ce4e 0%, #96c346 100%) !important;
  background: -o-linear-gradient(top, #a0ce4e 0%, #96c346 100%) !important;
  background: -ms-linear-gradient(top, #a0ce4e 0%, #96c346 100%) !important;
  background: linear-gradient(top, #a0ce4e 0%, #96c346 100%) !important;
}



/* remove button */
.ee_delete_item_from_cart:hover{
  cursor:pointer;
}
.ee_delete_item_from_cart {
  vertical-align:middle !important;
}

/* Stripe payment image */
#stripe-payment-option-lnk img {
  width: 100px;
}

