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

ul#shipping_method li {
    display: inline-block;
    margin-left: 20px;
}

ul#shipping_method li label.disabled {
    color: grey;
}

.important-notice {
    color: red;
    font-weight: 800;
}

.notice-button {
    color: #283891;
    font-weight: 800;
}

.ocws-shipping-notices, ul#shipping_method {
    display: inline-block;
    vertical-align: top;
}

.ocws-shipping-notices .ocws-notice-notice:before {
    content: '' !important;
}

.show-shipping-location {
    margin-top: 10px;
}

.show-shipping-location p label {
    display: none;
}

.show-shipping-location p span.woocommerce-input-wrapper {
    width: 100%;
    display: block;
}

.show-shipping-location p span.woocommerce-input-wrapper select {
    width: 100%;
}

.show-shipping-location select {

    border-color: #e8e8e8;
    border-radius: 50px;
    height: 45px;
    padding-right: 20px;
    font-size: 18px;
    outline: none;
    background: url(../images/arrow-point-to-down.svg) 17px 18px no-repeat;
}

.select2-dropdown {
    z-index: 999999;
}

.checkout-wraper .woocommerce-billing-fields .form-row.other-recipient-field.checkbox label {
    display: block;
}

.day-data-hidden {

}
