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

.login-error-container {
    color: red;
}

.download-buttons {
    float: right;
    font-size: 0.6em;
}

table.variations {
    margin-bottom: 0px;
}

.countdown {
    font-weight: bold;
    color: #d26e4b;
    text-align: center;
}

@media (max-width: 849px) {
    .my-orders-user-section {
        display: none;
    }
    .widget_shopping_cart {
        display: none;
    }
    .my-orders-user-section-mobile {
        display: block;
    }
    #cart-popup.widget_shopping_cart {
        display: block;
    }
}