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


.woocommerce ul#shipping_method li:nth-child(odd) {
    background-color: #e9e8e8;

}

.woocommerce ul#shipping_method li {
    padding: 10px 15px 10px 15px;
}

ul#shipping_method li input[checked="checked"] ~ .dateSelector {
    display: block;
    padding-top: 10px;
}


ul#shipping_method li input ~ .dateSelector {
    display: none;
}

ul#shipping_method .shipping-method-description {
    line-height: 12px;
    font-weight: 900 !important;
}

ul#shipping_method li label {
    font-size: 14px;
    font-weight: 900;
}

.dateSelector label[for="shipping_date"] {
    font-weight: bold;
    font-size: 14px !important;
    text-align: left;
	font: var(--porto-h4-fst,normal) var(--porto-h4-fw,700) var(--porto-h4-fs,1.4em)/var(--porto-h4-lh,27px) var(--porto-h4-ff,var(--porto-body-ff)),sans-serif;
  color: var(--porto-h4-color,var(--porto-heading-color));
}

.woocommerce-cart .shop_table .woocommerce-shipping-totals {
    display: none;
}