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

.envFooter {
    color: #333333;
    font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
    font-size: 10px;
    padding: 0 20px;
    text-align: right;
    text-transform: uppercase;
}

#user_switching_switch_on {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
}

#user_switching_switch_on a {
    color: white;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px 20px 20px 36px;
    border-radius: 50px;
    background: rgba(255,0,0,0.7);
    text-decoration: none;
    line-height: 1;
}

#user_switching_switch_on a:hover {
    background: rgba(255,0,0,1);
}

#user_switching_switch_on a::before {
    font-size: 25px;
    content: "🠸";
    top: 14px;
    left: 17px;
    position: absolute;
}

/* Custom Checkout message box */
.woocommerce-form-login-toggle .gm-message-desc {
    font-size: 13px;
    line-height: 1.1;
    font-style: italic;
    margin-bottom: 0!important;
    width: 95%;
    /*display: none;*/
}

.woocommerce-info a.help-icon {
    float: right;
    text-decoration: none!important;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background: white;
    color: #3D9CD2!important;
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
    outline: 0;
}
.woocommerce-info a.help-icon:hover {
    background: #f2f2f2;
    color: #3D9CD2!important;
}

/* MD 11/12/2018 - Removed Multiple shipping option button on checkout page */
#wcms_message {
    display: none;
}
/* Add to calendar buttons */
.woocommerce a.button {
    margin-right: 10px!important;
    margin-bottom: 10px!important;
}
.add_to_calendar button {
    color: #000;
    padding: 10px 20px;
}
.add_to_calendar .claret::before {
    font-style: initial;
}