/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.woocommerce-checkout .select, .woocommerce-billing-fields select {
    background: #f3f3f4;
    border-color: #D2D3D4;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    height:42px;
    border: 1px solid #D2D3D4;
    padding-left: 10px !important;
}

.selhide, .msgtoshow {
    display: none;
}

#loader {
    width: 100%;
    height: 3000px;
    background: #5F5F5F;
    opacity: .8;
    position: absolute;
    z-index: 999999;
    display: none;
}

div.msgtoshow {
    width: 85%;
    background: #fff;
    color: #000;
    padding: 20px 25px 25px;
    height: auto;
    z-index: 999999;
    position: fixed;
    border: 1px solid #000;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid darkgray;
    box-shadow: 5px 5px #5b5b5b;
}

@media only screen and (min-width: 767px) {
    div.msgtoshow {
        width: 50%;
    }
}

div.msgtoshow #loader {
    display: block;
}

div.msgtoshow a {
    color: #000 !important;
}

.woocommerce-info a, .lost_password a {
    color: #000 !important;
}

table.dataTable thead .sorting {
    background-image: none !important;
}

.billing_myfield13_field {
    font-size: 14px;
    text-transform: inherit;
    display: none;
}

input.woocommerce-Button {
    transition: 0.2s;
    border: 1px solid white;
    padding: 10px 30px;
    margin-top: 2%;
    cursor: pointer;
    border-radius: 0;
}

#radio_choice_field label {
    display: inline-block;
    margin: 0px 1%;
}

#radio_choice_field .radio {
    display: inline-block;
}
