/**
	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
*/

.hp-product-carousel .eael-product-carousel {
  height: 440px;
}

@media only screen and (max-width: 435px) {
  .hp-product-carousel .eael-product-carousel {
    height: 500px;
  }
}

@media only screen and (max-width: 605px) {
  .hp-product-carousel .eael-product-carousel {
    height: 600px;
  }
}
