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

@font-face {
  font-family: 'Gibson Book';
  src: local('Gibson Book'),
    url('assets/fonts/fonnts.com-Gibson_Regular.otf') format('otf'),
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Brandon Grotesque';
  src: local('Brandon Grotesque'),
    url('assets/fonts/HvDTrial_Brandon_Grotesque_regular.otf') format('otf'),
  font-weight:  400;
  font-style:   normal;
  font-stretch: normal;
  font-display: swap;
}

.et-header-menu > li > a,
.et-header-menu ul.sub-menu li a {
    font-family: brandon-grotesque, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .55px;
    text-transform: uppercase;
}

.et-header-menu .sub-menu > li > a:after,
.et-header-menu > li > a:after {
	height : 1px !important;
}

.product-information .woocommerce-message {
    display: none;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  color: #444;
  cursor: pointer;
  padding: 9px 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  background-color: #fff;
  border-bottom: 1px solid #dfd7d7;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active, .accordion:hover {
  background-color: #ccc;
}*/

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 19px;
  color: #777;
  float: right;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "-"; /* Unicode character for "minus" sign (-) */
}

.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-next {
    right: -2px !important;
}

.eael-woo-product-carousel-container.swiper-container-wrap .swiper-button-prev {
    left: -2px !important;
}

.elementor-element.elementor-element-3600342.elementor-widget.elementor-widget-eael-woo-product-carousel.e-widget-swiper {
    display: none;
}

span.custom_campaign_bar {
    font-family: brandon-grotesque, sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .55px;
    text-transform: uppercase;
}

.et-product-detail .product_meta {
	display: none !important;
}

.et-product-detail .summary .post-share {
	display: none;
}


input#mc-LNAME {
    background: red !important;
}