/**
Theme Name: astra-child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Icono check */
.checkCourse {
    font-size: 35px;
    margin-bottom: 5%;
    color: #4a9cb1;
}

/* ---------- Composite products ---------- */

.component_title_wrapper {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #4695A7;
    padding-top: 1rem;
}

@media (min-width:920px) {
    .component.toggled .component_selections {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* Complementos PER container */
#component_option_radio_button_13286,
/* Primer elemento radio button */
#component_option_radio_button_container_0,
/* Mensaje "Opciones disponibles" */
.component_inner .component_selections .component_section_title .select_label {
    display: none;
}

.container {
    width: 100%;
    text-align: center;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    width: auto;
}

/* ---------- END COMPOSITE PRODUCTS ---------- */

/* Checkout */

@media (min-width: 992px) {

    .woocommerce.woocommerce-checkout form #customer_details.col2-set,
    .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
        width: 40%;
    }

    .woocommerce.woocommerce-checkout form #order_review,
    .woocommerce.woocommerce-checkout form #order_review_heading,
    .woocommerce-page.woocommerce-checkout form #order_review,
    .woocommerce-page.woocommerce-checkout form #order_review_heading {
        width: 55%;
    }
}

.woocommerce-page.woocommerce-checkout form #order_review td.product-name,
.woocommerce.woocommerce-checkout form #order_review td.product-name {
    flex-wrap: wrap;
}

.shop_table.woocommerce-checkout-review-order-table tfoot .component {
    width: auto !important;
}

.woocommerce-checkout-review-order .variation dt {
    display: none !important;
}

.post-3605 .entry-content[ast-blocks-layout]>*,
.post-3606 .entry-content[ast-blocks-layout]>* {
    max-width: max-content !important;
}

/* Para regalar checkout */

.para_regalar,
#para_regalar_nombre,
#para_regalar_mensaje {
    border: 1px solid #4695a7;
    padding: 3%;
}

#para_regalar_field,
#para_regalar_nombre_field,
#para_regalar_mensaje_field,
.fa-gift {
    color: #4695A7;
    margin-right: 0.5rem;
}

.bundleFechas {
    width: max-content;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin: auto;
    cursor: pointer;
    color: #6a9bb0;
    border: solid;
    font-weight: 700;
    border-radius: 2em;
    margin-top: 5%;
    margin-bottom: 5%;
}

.bundleFechas i {
    margin-right: 0.5rem;
}

/* Test modal */

.containerFechasStcw {
    width: 100%;
    display: flex;
    justify-content: center;
}

.modal {
    width: 50%;
    padding: 1.3rem;
    position: fixed;
    z-index: 2;
    top: 20%;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.hidden {
    display: none;
}

/* 100%, 50%, deposit payments checkout */

.checkout-radio {
    display: flex;
    flex-wrap: wrap;
}

.checkout-radio h4 {
    width: 100%;
}

.checkout-radio p.custom-radio-button {
    width: 33%;
}

#radio_choice_field span.woocommerce-input-wrapper,
#radio_choice_field span.woocommerce-input-wrapper label {
    width: 100%;
    text-align: center;
    font-size: 0.777777777777778rem;
}

@media (max-width:560px) {
    #checkout-radio p span {
        display: flex;
        flex-wrap: wrap;
    }

    #checkout-radio p span label {
        width: max-content;
        margin-top: 1em;
    }
}

.custom-radio-button span input {
    display: none;
    /* Oculta los radio buttons originales */
}

.custom-radio-button span label {
    cursor: pointer;
    padding: 12px 24px;
    line-height: 1 !important;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid;
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-5);
    color: var(--ast-global-color-0);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.pagoSeleccionado {
    border-color: var(--ast-global-color-0) !important;
    background-color: var(--ast-global-color-0) !important;
    color: var(--ast-global-color-4) !important;
}

.mssg0,
.mssg1,
.mssg2 {
    display: none;
    color: red;
}

/* Checkout */

form.checkout_coupon.woocommerce-form-coupon {
    display: block !important;
}

.order-total th,
.order-total td strong span {
    font-weight: bold !important;
}

.cart-discount td {
    color: #4695A7;
}


/* Mini cart */

.ast-site-header-cart .widget_shopping_cart {
    width: max-content;
}

/* Para todos los productos con fechas */
.single-product form.cart .tableFechas {
    margin: 0 auto 1em !important;
}


/* END */

/* Tag details (accordion) */
details summary {
    color: #4A9BB0;
    cursor: pointer;
}

details summary:hover {
    text-decoration: underline wavy #4A9BB0 2px;
}

/* Tabs */
.tabs.wc-tabs li.active a {
    color: #4a9cb1 !important;
}

@media (min-width:922px) {
    .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
        display: flex;
        justify-content: center;
    }
}

/* 100% and 50% payment */

.awcdp-deposit-checkout-button td {
    text-align: left !important;
}

/* Para la selección de productos dentro de categorías */
.woocommerce ul.products,
.woocommerce-page ul.products,
.uagb-loop-container {
    justify-content: center;
}