/* Button */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 13px;
}

/* Form */

.form-control {
    font-size: 13px !important;
}

/* Table */

.woocommerce table.shop_table {
    border-radius: 2px;
    font-size: 13px;
}

.woocommerce table.shop_table th {
    font-weight: 600;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 600;
}

.woocommerce table.shop_table a {
    color: #f03030 !important;
}

.woocommerce table.shop_table a:hover {
    color: #333 !important;
    text-decoration: none !important;
}

/* Alert */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    font-size: 12px;
}