/**
* Theme Name: Goya Child Theme
* Description: This is a child theme of Goya, automatically generated.
* Author: <a href="http://themeforest.net/user/luisvelaz">Everthemes</a>
* Template: goya
* Version: 1.0.5.1
*/
@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

.et-banner-slider .et-banner-text-inner {
	padding: 30px;
	background: #00000061;
}

.card-text h2 {
	font-family: 'Rubik Mono One', sans-serif;
	margin-bottom: 0px;
	letter-spacing: -3px;
}

.card-text .wpb_text_column {
	margin-bottom: 10px;
}

.card-text .vc_column-inner .wpb_wrapper {
	line-height: 1;
}

.onsale-off {
	display: none!important;
}
.onsale-before {
	display: inline!important;
}

.megamenu-column a:first-of-type{
	display: none!important;
}
.megamenu-column .sub-menu a:first-of-type {
	display: inline-block!important;
}
.et-header-menu > li.menu-item-mega-parent>.sub-menu {
	padding: 20px 0;
}
.working-hours-list {
	float: left;
	list-style-type: none;
}
ul.working-hours-list li {
	margin-bottom: 0!important;
}
.footer-widgets .widget a {
	color: #686868;
}
.sale  .woocommerce-Price-amount.amount {
	color: #ef5c5c;
	font-weight: 600;
}
.sale del  .woocommerce-Price-amount.amount {
	color: inherit;
	font-weight: 400;
}
.widget .wcapf-layered-nav .children li {
	display: list-item;
    list-style: circle;
    list-style-position: inside;
}
.products .product .product_thumbnail {
	min-height: 200px;
    background: white;
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 992px) {
	.page-header-transparent .hero-header .hero-title {
		padding-top: 120px;
	}
	.page-header-transparent .hero-header .hero-title {
		height: auto;
	}
}