header.header h1 {
    margin: 0;
}

.curso-seccion.curso-editor-blanco .alert-success {
    text-align: center;
    color: var(--color-gris-3);
    border-color: var(--color-gris-2);
    background: var(--color-gris-1);
}

.woocommerce .card table.shop_table {
    border: 0;
    margin: 0;
}

.woocommerce .card .woocommerce-cart-form a {
    color: var(--color-amarillo-4);
}
.woocommerce .card .woocommerce-cart-form a:hover {
    color: inherit;
}

.woocommerce .card table.shop_table td {
    padding: 0.75rem 0;
}

.woocommerce .card table.shop_table .bundle_table_item td {
    padding-bottom: 0;
}

.woocommerce .card table.shop_table .bundled_table_item td {
    padding: 0;
}

.woocommerce .card .bundled_table_item .bundled_table_item_indent,
.woocommerce .card .bundled_table_item .bundled_table_item .product-name {
    padding: 0;
    font-size: 1rem;
}

.woocommerce .card .bundled_table_item .bundled_table_item_indent a,
.woocommerce .card .bundled_table_item .bundled_table_item_indent a:hover {
    color: var(--color-gris-oscuro);
    text-decoration: none;
    pointer-events: none;
}

.product-quantity input[type=number]::-webkit-inner-spin-button {
    opacity: 1;
}


.cart_item.bundled_table_item .product-quantity {
    display: none;
}

.shop_table .woocommerce button.button {
    display: block;
}

.woocommerce table.shop_table button.button:disabled {
    display: none !important;
}

.woocommerce-cart .card .wc-proceed-to-checkout {
    padding: 0;
}

.woocommerce-cart .card .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
    padding: 0.5rem;
    font-size: 1.15rem;
}

tr.order-total {
    text-align: center;
    font-size: 1.25rem;
    color: var(--color-amarillo-4);
}

/* sm */
@media (min-width: 576px) {
 
}

/* md */
@media (min-width: 768px) {
    header.header {
        padding: 2rem 0;
    }
}

/* lg */
@media (min-width: 992px) {
   
}

/* xl */
@media (min-width: 1200px) {
   
}

/* xxl */
@media (min-width: 1400px) {
   
}