/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.table {
    border-collapse: collapse;
    display: none;
}

/*eliminar el add to cart button*/
.et-product-detail .summary .et-wishlist-div-open {
    display: none;
} 

/* agrandar la imagen de las tiendas */
figure.et-feature-icon .et-iconbox.layout-icon_right .et-feature-icon, .et-iconbox.layout-icon_left .et-feature-icon { width: 140px; }

.woocommerce table.shop_attributes tbody tr td {
	font-size: 20px;
}

/* hacer flechas mas pequeñas */
.fa-solid, .fa-arrow-left {
    font-variant: all-small-caps;
}

span.new span.text {display:none;}
.product-item .product-thumb .flashs {display:none;}

/*Cambiar color de botones*/
button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
	background-color: blue;
	color: black; 
}

/*Sticky top bar*/

header nav .sticky-top-bar {
   position: fixed;
   top: 0;
   width: 100%;
   z-index: 9999; /* Ajusta el valor si es necesario */
}



p .price{
	font-size: 18px;
}
/* esto lo comente pero nose si afecta al tamaño de los precios*/
/*.woocommerce.single-product div. product p .price {
    font-size: 18px;
}*/

/*Boton comprar ahora*/
.buy-now.button {
max-width: 200px;
text-align: center;
background: #ffa500 !important;
color: #fff !important;
font-weight: bold !important;
}

.vc_custom_1684849012122 {
    margin-bottom: 20px !important;
    padding-top: 10% !important;
    padding-right: 40% !important;
    padding-bottom: 10% !important;
    padding-left: 10% !important;
	background-image: var(--background);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}



  .vc_column_container_v2 { 
    width: 100%;
	padding: 0; 
  } 

.sec_row_v2 {
	padding: 0;
}

.vc_column-inner_v2 {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	padding: 0;
	
}
   

/*Color de fondo seccion productos relacionados*/
.related,
	.up-sells,
	.cross-sells {
		width: 100%;
	}



.woocommerce .related {
	background-color: #f0e9e1;
	padding-top: 40px;
	margin: 0 0 0;
}

.woocommerce .upsells {
	background-color: #dad2c5;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0 0 0;
}


/*Quitar separacion entre related products y upsells*/


h2 { 
    color: #282828;
} 





