/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .ship-timing{
    float: left;
    margin: 5px 9px 0 0px !important;
    width: 25px !important;
    height: 25px !important;
    border-color: #000 !important;
}

.ship-timing:checked{
    border-width: 3px !important;
    border-color: #4455EB !important;
}
.no-shipping .woocommerce-shipping-totals {
    display: none !important;
}
.my_account_orders tr{
    width: 100% !important;
    display: block;
}

.my_account_orders td, .my_account_orders th  {
    display: inline-block !important;
    width:23% !important;
    padding: 2% !important;
}
.my_account_orders thead{
    display: block !important;
}
.shop_table_responsive td, .shop_table_responsive th{
    text-align: left !important;
    padding: 10px 0px !important;
}

.has_ship_now_product .woocommerce-checkout-review-order-table .cart_item {
    display: none !important;
}

.has_ship_now_product .woocommerce-checkout-review-order-table .cart-subtotal {
    display: none !important;
}

.has_ship_now_product #order_review_heading {
    display: none !important;
}
.send-now-button { 
	background-color:#000;
	color:#fff;
	padding:10px 15px;
	margin:10px 0px !important; 
	border:solid 2px #000;
	border-radius:25px;
}
.send-now-button:hover { 
	background-color:transparent;
	color:#000;
}