/*-----radio- button-----*/

/* p#woo_delivery_type_field span.woocommerce-input-wrapper {
    display: inline-block;
    background-color: #3857f1;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    height: 35px;
    text-align: center;
    text-shadow: none;
    padding: 5px 25px;
    border: 0px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
p#woo_delivery_type_field span.woocommerce-input-wrapper input#woo_delivery_type_take_away {
    opacity: 0;
    margin-left: -100px;
    height: 40px;
    border-radius: 0;
    margin-top: -9px;
    width: 90px;
    left: 77px;
    top: -1px;
}
p#woo_delivery_type_field span.woocommerce-input-wrapper:hover {
    background: #E91E63;
} */
/*-----radio- button-----*/



div#arch_all_stores .all_store_tb thead tr {
    background: #2980b9;
    display: table-row;
    border: 0px;
}

div#arch_all_stores .all_store_tb thead tr th {
    color: #fff;
    padding: 10px 50px;
}


div#arch_all_stores .all_store_tb tbody tr td {
    border: 1px solid #f7f7f7;
    padding: 10px 20px;
    text-align: center;
    font-size: 13px;
}

div#arch_all_stores .all_store_tb tbody tr td div {
    margin: 5px 0;
}

section.woocommerce-order-details p {
    margin: 10px 0;
}

/*-----------------Biswajit--Mondal-------------07.03.24-for-checkout--------start-------------------------------------------------------------*/



.woodelivery_main_div p#woo_delivery_type_field span.woocommerce-input-wrapper {
    margin: 0 5px 0 0;
    position: relative;
    padding: 12px 75px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}


.woodelivery_main_div p#woo_delivery_type_field span.woocommerce-input-wrapper input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 1px solid #3857f1;
    border-radius: 0;
    -webkit-appearance: none;
    min-width: unset !important;
}

.woodelivery_main_div p#woo_delivery_type_field span.woocommerce-input-wrapper input[type=radio]::before {
    opacity: 0;
}

.woodelivery_main_div p#woo_delivery_type_field span.woocommerce-input-wrapper input[type=radio]:checked {
    background: #3857f1;
    opacity: 0.3;
}


.delivery_main_div span.woocommerce-input-wrapper .select2-container .select2-selection--single,
.delivery_main_div span.woocommerce-input-wrapper input,
.delivery_main_div span.woocommerce-input-wrapper select {
    border: 1px solid #b7b7b7;
    height: 55px;
    width: 100%;
    border-radius: 2px;
    line-height: 1 !important;
    min-height: 42px;
    padding: 0.5625rem 1rem;
    color: #66717f;
}

div#customer_details .woocommerce-checkout-review-order table.shop_table th.product-total,
div#customer_details .woocommerce-checkout-review-order table.shop_table th.product-name {
    font-weight: 700;
    color: #000;
}

#order_review_heading {
    text-align: left !important;
    font-size: 22px !important;
    padding: 20px 27px 0 !important;
}

.woocommerce-checkout-review-order h3 {
    text-align: left !important;
}

/*-----------------Biswajit--Mondal-------------07.03.24-for-checkout--------end-------------------------------------------------------------*/


p.checkout_page_heading {
    font-size: 26px;
    line-height: 35px;
    font-weight: 500;
}


table:not(.variations):not(.shop_table) td,
table:not(.variations):not(.shop_table) th {
    padding: 6px !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
    font-size: 14px !important;
    text-align: center !important;
    line-height: 22px !important;
}

section.woocommerce-order-details p {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 14px;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    margin: 50px 0 0;
}


section.woocommerce-order-details h2.woocommerce-order-details__title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
}