/*
 Theme Name: Hello Elementor Child
 Template: hello-elementor
 Description: Child theme for Hello Elementor
 Version: 1.5.6
 Author: Sander
 Text Domain: hello-elementor-child
*/

/* Dine egne styles herunder */


/* Hide Woo's AJAX "View cart" link */
a.added_to_cart.wc-forward { display: none !important; }





/* Your optional additions */
.my-select { /* extra dropdown tweaks */ }
.my-btn { /* extra button tweaks */ }
.my-form { /* form layout */ }
.my-wrap { /* wrapper spacing */ }



.sabb-button--enroll {
        font-family: "Poppins", serif !important;
        color: white !important;
        font-size: 16px !important;
        line-height:1 !important;
        background-color: #095509 !important;
        letter-spacing: -0.03em !important;
        padding: 15px 30px !important;
        font-weight: 600 !important;
        cursor: pointer !important;
        border-radius: 50px !important;
        border: none !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}




.sabb-select--date {
  font-family: "Poppins", serif !important;
  font-size: 16px !important;
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #DFE0D8 !important;
  border-radius: 50px !important;
  padding: 10px !important; 
  outline: none !important;
  box-shadow: none !important;
  margin-bottom: 10px !important;
}



.sabb-select--date:focus,
.sabb-select--date:active {
  outline: none !important;
  box-shadow: none !important;
  border-color: #DFE0D8 !important;
}