/*

|--------------------------------------------------------------------------

| LIMPIEZA DE LA ZONA INFERIOR

|--------------------------------------------------------------------------

*/



/*

 * Ocultar productos relacionados y ventas cruzadas.

 */

body.copyzen-public-product-template

.related.products,

body.copyzen-public-product-template

.upsells.products {

    display: none !important;

}





/*

 * Contenedor inferior limpio.

 */

body.copyzen-public-product-template

.woocommerce-tabs {

    grid-area: tabs;



    width: 100%;

    margin: 0 !important;

    padding: 0 !important;



    background: transparent !important;

    border: 0 !important;

}





/*

 * Ocultar las pestañas superiores de WooCommerce.

 */

body.copyzen-public-product-template

.woocommerce-tabs ul.tabs {

    display: none !important;

}





/*

 * Tarjeta de descripción.

 */

body.copyzen-public-product-template

.woocommerce-tabs .panel {

    display: block !important;



    width: 100% !important;



    margin: 0 !important;

    padding: 24px !important;



    background: #f7f9f9 !important;



    border: 1px solid #dfe7e8 !important;

    border-radius: 15px !important;



    box-sizing: border-box !important;

}





/*

 * Evitar columnas o elementos flotantes dentro de la descripción.

 */

body.copyzen-public-product-template

.woocommerce-tabs .panel *,

body.copyzen-public-product-template

.woocommerce-tabs .panel p,

body.copyzen-public-product-template

.woocommerce-tabs .panel ul,

body.copyzen-public-product-template

.woocommerce-tabs .panel li {

    position: static !important;



    float: none !important;



    max-width: 100% !important;



    box-sizing: border-box !important;

}





/*

 * Textos.

 */

body.copyzen-public-product-template

.woocommerce-tabs .panel h2 {

    margin: 0 0 14px !important;



    color: #14272c !important;



    font-size: 20px !important;

    font-weight: 700 !important;

    line-height: 1.3 !important;

}



body.copyzen-public-product-template

.woocommerce-tabs .panel p,

body.copyzen-public-product-template

.woocommerce-tabs .panel li {

    color: #405157 !important;



    font-size: 15px !important;

    line-height: 1.65 !important;

}





/*

 * Listas de características.

 */

body.copyzen-public-product-template

.woocommerce-tabs .panel ul {

    margin: 12px 0 0 20px !important;

    padding: 0 !important;

}



body.copyzen-public-product-template

.woocommerce-tabs .panel li {

    margin-bottom: 7px !important;

}





/*

 * Imágenes que puedan existir dentro de la descripción.

 */

body.copyzen-public-product-template

.woocommerce-tabs .panel img {

    display: block !important;



    width: auto !important;

    max-width: 100% !important;

    height: auto !important;



    margin: 16px 0 !important;

}





/*

 * Tablas dentro de la descripción.

 */

body.copyzen-public-product-template

.woocommerce-tabs .panel table {

    display: table !important;



    width: 100% !important;



    margin: 16px 0 0 !important;



    border-collapse: collapse !important;

}



body.copyzen-public-product-template

.woocommerce-tabs .panel th,

body.copyzen-public-product-template

.woocommerce-tabs .panel td {

    padding: 10px 12px !important;



    border: 1px solid #dfe7e8 !important;



    text-align: left !important;

}