.form-class #holidaydata tr{

    text-align:center;

}

.wedt-div .description{

    display: inline-block;

}

#listing tbody tr {  

    display: none;  

  }   

  #listing {  

    font-family: Arial, Helvetica, sans-serif;  

    border-collapse: collapse;  

    width: 50%;  

  }  

  #listing td, #listing th {  

    border: 1px solid #ddd;  

    padding: 8px;  

  }  

  #listing tr:nth-child(even){ background-color: #f2f2f2; }  

    

  #listing tr:hover {  

  background-color: #ddd;  

  }  

  #listing th {  

    padding-top: 12px;  

    padding-bottom: 12px;  

    text-align: center;  

    background-color: #444;  

    color: white;  

  }

  

  #nav {

    width: 50%;

    text-align: center;

    margin-top: 16px;

  }

  

  #nav a {  

    color: #444;

    font-size: 20px;

    line-height: 26px;

    font-weight: 600;

    padding: 6px;

    border: 1px solid #444;

    text-decoration: none; 

  }  

  #nav a.active {  

    background: #444;

    color: #ffff;

  }  

  /*#sections .message{

    font-size: 18px;

    color: green;

    font-weight: 500;

    margin-top: 20px;

  }

*/

.holiday-Section{

    position: relative;

}

#loader {

    position: absolute;

    inset: 0;

    width: 100%;

    height: calc(100% + 20px);

    background: rgba(0, 0, 0, 0.65);

    z-index: 99;

    display: flex;

    align-items: center;

    justify-content: center;

}

#loader img {

    width: 60px;

    height: 60px;

}

.wedt-div .notice-info{

    margin-top: 20px !important;

    margin-bottom: 0 !important;

}

/* #shipping_method li label */

body #wfacp-e-form .wfacp_main_form.woocommerce #shipping_method li p {

	color: green;

	padding-left: 25px;

}

body .woocommerce-table--order-details .product-total .shipping-text, body .wffn_order_details_table .wfty_pro_list_cont table tr td .shipping-text, body .woocommerce_order_items_wrapper .order_shipping_line_items .shipping .shipping-text .name {

	color: green !important;

	display: block;

	font-size: 13px !important;

}
.notice-shipping-method .backordered-checkout{
  margin:0px 0 10px 0 !important;
}
.notice-shipping-method .backordered{
  margin: 0 !important;
}
.notice-shipping-method .backordered span{
  color:#c11212 !important;
}