.custom-single-product .quantity {
    display: none;
}

#cartMenu .woocommerce-error,
#cartMenu .woocommerce-info,
#cartMenu .woocommerce-message {
    display: none;
}

.woocommerce table.shop_table td {
    border: 0;
    padding: 0;
}

.woocommerce-cart-form__cart-item td {
    padding: 0;
    border: 0;
}

.product-price {
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #6C519F;
}

.woocommerce table.shop_table td.product-info {
    padding: 0 24px;
}

.input-coupon {
    background-color: transparent;
    color: #062014;
    font-family: 'manrope-regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding: 16px;
    border: 1px solid #385431;
    border-radius: 16px;
    width: 100%;
}

.input-coupon::placeholder {
    color: #062014;
}


.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    font-family: 'manrope-regular', Arial, Helvetica, sans-serif;

}

.cart-empty-message {
    font-family: 'cormorant', Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #385431;
    text-align: center;
    margin-bottom: 20px;
}

.wmc-current-currency {
    background-color: transparent !important;
    border: 0 !important;
}

.wmc-nav,
.woo-multi-currency.wmc-shortcode .wmc-currency {
    background-color: transparent;
}

.wmc-nav,
.wmc-nav option {
    font-family: 'manrope-regular', Arial, Helvetica, sans-serif;
}

.woocommerce div.product div.summary {
    padding: 3rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 33.33%;
}

.woocommerce div.product .product_title {
    font-family: 'cormorant', Arial, Helvetica, sans-seriff;
    font-size: 40px;
    color: #062014;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    font-family: 'cormorant', Arial, Helvetica, sans-seriff;
    font-size: 1.875rem;
    color: #6C519F;
}


.remove-product.loading {
    opacity: 0.7;
    cursor: not-allowed;
    position: relative;
}

.remove-product.loading:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* form directions */
.woocommerce-address-fields .form-row {
    margin-bottom: .5rem;
}

.woocommerce-address-fields .form-row label {
    margin-bottom: 4px;
}

.woocommerce-address-fields .input-text {
    background-color: #f1eee900;
    border: 1px solid #062014;
    border-radius: 1rem;
    padding: 6px 0 8px 15px;
    height: 2.6rem;
    margin-bottom: .5rem;
}

.woocommerce-EditAccountForm .woocommerce-form-row--first,
.woocommerce-EditAccountForm .woocommerce-form-row--last {
    margin-bottom: .5rem;
}

.woocommerce-Addresses .edit {
    text-decoration: underline;
}

/* Estilos para botones de pago en checkout/order-pay */
.woocommerce #submit-payment,
.woocommerce #submit-payment {
    background-color: #6C519F;
    color: white;
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    min-width: 200px;
    margin-right: 12px;
}

.woocommerce #submit-payment:hover,
.woocommerce #submit-payment:hover {
    background-color: #5a4277;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(108, 81, 159, 0.3);
}

.woocommerce .button.cancel,
.woocommerce .button.cancel {
    background-color: transparent;
    color: #385431;
    font-family: 'manrope-regular', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 24px;
    border: 1px solid #385431;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    min-width: 200px;
}

.woocommerce .button.cancel:hover,
.woocommerce .button.cancel:hover {
    background-color: #385431;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(56, 84, 49, 0.2);
}

.woocommerce-customer-details {
    margin-top: 1rem;
}

.woocommerce-order .col2-set.addresses {
    float: unset !important;
    display: flex !important;
    align-items: flex-start;
}

.woocommerce-order .col2-set.addresses .col-1,
.woocommerce-order .col2-set.addresses .col-2 {
    float: unset !important;
}

.price ins{
    text-decoration: none;
}
.woocommerce-variation-price {
    display: none !important;
}

.cfvsw-product-page table.variations .label label{
    font-family: 'manrope-bold', Arial, Helvetica, sans-serif;
}

@media (max-width: 639px) {
    .woocommerce-order .col2-set.addresses {
        flex-direction: column;
        gap: 1rem;
    }

    .woocommerce #submit-payment,
    .woocommerce #submit-payment,
    .woocommerce .button.cancel,
    .woocommerce .button.cancel {
        width: 100%;
        margin-right: 0;
        max-width: 300px;
    }
}