/* Estilos específicos para el formulario de personalización */

.customization-form-container #vista-previa {
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.customization-form-container .color-options {
    display: flex;
    justify-content: space-between;
}

.customization-form-container .color-option {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    margin-right: 10px;
    transition: border-color 0.3s ease;
}

.customization-form-container .color-option:hover {
    border-color: #333;
}


/* Estilos generales */

#woocommerce-product-data ul {
    display: none;
}

.single-product div.product {
    display: flex;
    flex-direction: column;
}

.single-product div.product div.summary {
    order: -1;
    margin-bottom: 40px;
}

.single-product div.product div.images {
    display: none;
}


/* Estilos para el formulario */

.grid-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.grid-item-12 {
    grid-column: span 12;
}

#bigletters_div_render {
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bigletters_div_render img {
    max-width: 100%;
    height: auto;
}


/* Estilos para los controles */

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
select,
input[type="number"],
input[type="color"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
}

input[type="color"] {
    width: auto;
}

.color-options {
    display: flex;
    justify-content: flex-end;

}

.color-option {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 2px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}



.posted_in {
    display: none !important;
}

.single_add_to_cart_button {
    background-color: orange !important;
    border: 3px solid black !important;
    padding: 1em !important;
}

/*
.button {
    background-color: orange !important;
    border: 3px solid black !important;
}*/



/* JavaScript */

.single-product-main-image,
.product_title {
    display: none;
}

.toggle_selector {
    cursor: pointer;
    border: 1px solid #000;
    margin-top: 40px;
    padding: 8px;
}

.selected_background {
    background-color: orange !important;
    color: #fff;
}

.circle {
    border-radius: 5px;
    display: inline-block;
    height: 12px;
    margin-right: 6px;
    width: 12px;
}

#image-dropdown {
    display: flex;
    flex-direction: column;
}

.image-option {
    display: flex;
    align-items: center;
    margin: 5px 0;
    cursor: pointer;
}

.image-option img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.font_disabled {
    background-color: gray !important;
    cursor: none;
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Estilos para versiones móviles */
@media screen and (max-width: 800px) {
     .row, .col-12 {
        width: 100% !important;
        padding:0.2 em !important;
        text-align: center;
    }

    .row {
            margin-right: 0px !important;
            margin-left: 0px !important;
    }

    #bigletters_body{
        padding: 0% !important;
    }

}
}