/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1653779569
Updated: 2022-05-28 23:12:49

*/
.custom-fields-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.custom-field-subtitulo,
.custom-field-youtube {
    flex-basis: calc(50% - 10px);
    box-sizing: border-box;
}
.product-subtitle {
    font-size: 30px; /* Cambie este valor para ajustar el tamaño de fuente */
    font-weight: bold;
}
/* Boton crear producto */
#my-dokan-create-new-product-btn{
	 background-color: #B41F2D;
	border: 2px solid #000000;
	color: #ffffff;
}
#my-dokan-create-new-product-btn:hover {
  background-color: #2F2C2A; /* verde */
}




















