.summary.entry-summary > .price {
    display: none !important;
}

form.cart p.price {
    padding-bottom: 15px;
}
form.cart {
    position: relative;
}
.spin_block {
    z-index: 9;
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.5);
    height: 100%;
    left: 0;
    right: 0;
    display: none;
}
span.inner_spain {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 7px solid #3881a5;
    border-top-color: #fabf41;
    animation: spin 1s linear infinite;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:40%;
}

.spin_block.start{ display: block; }

.date_holder {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.date_container {
    margin-bottom: 10px;
    width: 48%;
} 
.date_container label {
    display: block;
}
.date_container input {
    width: 100%;
    height: 30px;
    border: 1px solid #ddd;
}
.cust_del_form .d_box {
    margin-bottom: 15px;
}
.cust_del_form .d_box h5 {
    font-size: 12px;
    padding: 5px 0 0 25px;
    margin: 0;
}

/* span.woocommerce-Price-amount.amount{ display: none; } */

ul.delivery_location {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
ul.delivery_location li {
    display: inline-block;
    border: 1px solid #bbbbbb;
    padding: 2px 5px;
}

h4.delivery_title {
    padding-top: 15px;
}

p#hotel_name_field label {
    font-weight: bold;
}

.woocommerce-billing-fields__field-wrapper_custom label {
    font-weight: bold;
}

h3#order_review_heading {
    padding-top: 20px;
}

.text-muted {
    padding-bottom: 6px !important;
    float: left;
    width: 100%;
}

h3#ship-to-different-address {
    display: none !important;
}


.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    background: #2ea3f2;
}

.hotel_fields, .pickup_point_fields, .residence_fields{
    display: none;
}

@media screen and (max-width:767px){
.date_container {
    width:100%;
}


}