/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.1
	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
*/

.badge.onsale {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  width: 50px;
  padding-left: 10px;
  margin-left: -12px;
  border-radius: 0px 10px 10px 0px;
}
/*.badge.onsale {
  color: #fff !important;
  background-color: #f00 !important;
  width: 50px;
  padding-left: 10px;
  margin-left: 161px;
  border-radius: 3px 3px 3px 3px;
  height: 22px !important;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: #f00;
  font-size: 16px;
  font-weight: bold;
  font-family: Monserrat;
  margin-top: 196px;
  padding: 0px 0px 0px 0px;
  line-height: 16px;
*/
.awdr_discount_bar {
  padding: .1em .7em !important;
}

/* Pidieron borrar la barra de descuentos que sale abajo del texto en el single */
.et-pro-summary-content .awdr_discount_bar{
	display: none;
}

.fl-label[for=billing_canton] {
	opacity: 1!important;
    border-width: 0!important;
    padding: 0 5px!important;
    top: -10px!important;
    left: 10px!important;
    height: 20px!important;
    font-size: 0.95em!important;
    vertical-align: middle!important;
    display: flex!important;
    align-items: center!important;
    cursor: default!important;
    color: currentColor!important;
    background: white!important;
}
#select2-my_select_canton-container{
	opacity: 1!important;
}
.selec2 {
  width:  100%!important;
}
.woocommerce-NoticeGroup-updateOrderReview {
  display: none!important;
}
@media only screen and (max-width: 900px) {
	.archive .parallax_image.hero-title {
		padding: 0;
		min-height: 15vh !important;
	}
	.archive .parallax_image.hero-title .et-shop-title {
		margin: 0;
	}
}