/**
 * All of the CSS for your public-facing functionality should be
 * included in this file
 */

.hsm_table   {width: 100%; border: 2px solid #DCDCDC; border-collapse: collapse; font-family: 'Montserrat', sans-serif; margin-top: 2%;}
.hsm_th th   { background-color: #E7E8E8; border: 1px solid #DCDCDC; font-weight: bold; text-transform: uppercase; padding: 5px;}
.hsm_td td   {text-align: center; border: 1px solid #DCDCDC;}
.hsm_tsd td  {text-align: center; border: 1px solid #DCDCDC; font-weight: bold;}
.hsm_span_od {background-color: #F6F4F4;}
.hsm_span_od.hsm_no_span_od {background-color: #F6F4F4;}
.hsm_span_od.hsm_no_span_ev {background-color: #F6F4F4;}
.hsm_span_ev {background-color: white;}
.hsm_span_ev.hsm_no_span_od {background-color: white;}
.hsm_span_ev.hsm_no_span_ev {background-color: white;}
.hsm_last_cell {border-bottom: 2px solid black;}

.gift-this-product-main-container {
    display: none;
}
.single_add_to_cart_button {
    display: none !important;
}

#hangout_registration_btn {
    display: none;
}
 