/**
Theme Name: Prokon Child Theme
Author: Mi Pymera Web
Author URI: https://mipymeraweb.com/
Description: A child theme for Prokon.
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: prokon-child-theme
Template: astra
*/
/* Custom Scroll Bar */

::-webkit-scrollbar {
    width: 10px;
    background: var( --e-global-color-astglobalcolor7 );
}
::-webkit-scrollbar-track {
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: var( --e-global-color-astglobalcolor0 );
}
/* TIENDA */
/* Espacios superiores */
#primary, #secondary {
margin: 0;
}
/* Filtros */
/* Altura de Campos */
input[type="search"], select {
height: 50px !important;
}
/* Formato de Etiquetas */
.widget .wp-block-heading, button.wp-block-search__butto
font-size: 16px !important;
line-height: 1.5em !important;
}
/* Radio de Campos */
.woocommerce-js select, .woocommerce-page select {
border-radius: 0px !important;
}
/* Espacios entre widgets en mobile */
@media (max-width: 1023px) {
.ast-collapse-filter .ast-filter-wrap {
row-gap: 1em !important;
}
}
.ast-collapse-filter {
	padding-bottom: 0px !important;
}

/*Linea de colores en home*/
.line-colors-home{
	line-height:0px;
}

/* Gradient BG */
.gradient-bg {
	background: #FFC800;
	background: linear-gradient(90deg, rgba(255, 200, 0, 1) 0%, rgba(252, 0, 255, 1) 50%, rgba(0, 219, 222, 1) 100%);
}
/*ocultar botón "añadir al carrito" sobre el producto*/
a.ast-on-card-button.ast-select-options-trigger.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    display: none !important;
}