/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.4
	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
*/

.quantity {
  display: none !important;;
}

@media screen and (min-width: 850px){
	.et-product-detail .product-information .entry-summary {
	  padding-top: 0px !important;
	}
}


@media only screen and (max-width: 600px) {
  .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    font-size: 14px;
  }

  .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 4px 4px 4px 0;
  }
	.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
  		padding: 4px !important;
	}

  .et-product-detail.product-type-simple.product-details-accordion .woocommerce-product-rating, .et-product-detail .summary .price-separator {
    margin-bottom: 0px;
  }

  .et-pro-summary-top .price-separator {
    display: none;
  }

  .et-product-detail .product-information .entry-summary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .et-product-detail .summary .et-wishlist-div-open {
    padding-top: 5px;
  }
  .woocommerce-tabs.tabs-accordion {
    margin: 0px 0 0;
  }
}

.hero-header .hero-title {
  padding-bottom: 20px;
}

.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  background: #1f1f1f !important;
  color: #fff;
  border-color: currentColor;
}

.et-product-detail .summary .variations th, .et-product-detail.et-variation-style-table .summary .variations td {
  padding: 0;
}