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

.shop-sidebar-col #side-filters{
	height: auto;
}

.term-description{
	margin-bottom: 30px;
}

.hero-header .hero-title{
	min-height: 30vh !important;
	margin: 0px;
}

.hero-header .hero-title.parallax_image{
	background-size: contain;
	background-position: bottom;
	background-attachment: scroll;
	background-repeat: repeat-x;
}

.single-product .price .woocommerce-Price-amount {
    color: #777777;
    font-size: 45px;
    display: block;
}

.hero-header .hero-title {
    background: url('https://www.giochi-puzzle.it/wp-content/uploads/2021/06/puzzle-giochi-adulti-bambini-selezione.jpg');
    background-position: bottom center;
	background-repeat: repeat-x;
	background-size: contain;
}

.sherwood-store-badge{
	position: absolute;
    z-index: 10;
    right: 0;
}

.et-header-menu ul.sub-menu li.no-margin-top a{
	margin-top: 5px !important;
}

.site-footer.dark .footer-widgets .wpcf7-text{
	color: black;
}

.product-inner .badge.onsale{
	background-color: #d1edf1 !important;
}

.badge{
	font-size: 1em !important;
}

.et-product-detail .summary .badge{
	display: block;
	width: 40%;
}

/*sherwood-featured-box */

.sherwood-featured-box{
	display: flex;
	flex-direction: column;
	background: url('https://www.giochi-puzzle.it/wp-content/uploads/2021/06/sherwood-store-seletected-giocattoli-puzzle-bambini.jpg');
	background-size: contain;
	background-position: 80% bottom;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	margin-bottom: 50px;
	width: 100%;
}

.sherwood-featured-title, .sherwood-featured-content{
	width: 100%;
}

.sherwood-featured-box h2{
	font-size: 1.5rem;	
}

.sherwood-featured-content{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: top;
}

.sherwood-featured-toy{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.sherwood-featured-toy{
	width: 50%;
}

.sherwood-featured-toy-image-container{
	text-align: center;
	border-radius: 50%;
	height: 200px;
	width: 200px;
	border: 1px solid black;
	padding: 20px;
}

.sherwood-featured-toy-image-container img{
	border-radius: 30%
}	

.sherwood-featured-toy-desc{
	padding-left: 5%;
}

.sherwood-featured-toy-desc p{
	margin: 0px;	
}

.sherwood-featured-toy-desc bdi{
	font-size: 30px;
	color: green;
}

.sherwood-featured-toy-desc del bdi{
	font-size: 20px;
	margin-right: 10px;
	color: orange;
}

.sherwood-featured-toy-desc a {
  border: 2px solid black;
  background-color: green;
  color: black;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  border-color: green;
  color: white;
  top: 10px;
position: relative;
}


.sherwood-featured-toy-desc a:hover {
  background-color: white;
  color: green;
}

.sherwood-featured-box h4{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.sherwood-featured-box .why-buy{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 50%;
	float: left;
	text-align: center;
}

.sherwood-featured-box .why-buy .counter{
	font-size: 2rem;
	font-weight: bold;	
	margin-bottom: 2px;
	color: green;
}

.sherwood-featured-cta .mission{
	line-height: 1;
}

.sherwood-featured-cta h4{
	text-align: right;
}

.sherwood-featured-box .closing{
	font-size: smaller;
	text-align: center;
	top: 15px;
	position: relative;
}

.sherwood-featured-box h2 {
    display: flex;
    width: 50%;
    margin-left: 25%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sherwood-featured-box h2:before,
.sherwood-featured-box h2:after {
    content: '';
    border-top: 1px solid rgba(0,0,0,0.08);
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

.sherwood-featured-box h2:after {
    margin: 0 0 0 20px;
}

.separator{
	clear: both;
	border-top: 1px solid rgba(0,0,0,0.08);
	width: 50%;
	margin-left: 25%;
	margin-bottom: 50px;
}

@media screen and (max-width: 1280px) {
  .sherwood-featured-content{
	  flex-direction: column;
  }
  
  .sherwood-featured-toy, .sherwood-featured-cta{
	  width: 100%;
  }
  
  .sherwood-featured-cta{
	  text-align: center;
	  margin: 30px 0px;
  }
  
  .sherwood-featured-box .closing{
	text-align: right;
	}

}

@media screen and (max-width: 640px) {
  .sherwood-featured-toy{
	  flex-direction: column;
	  text-align: center;
  }
  
  .sherwood-featured-box{
		background-position: 120% bottom;
		padding-bottom: 80px;
	}
	
	.sherwood-featured-cta{
		padding: 20px 0px;
	}
	
	.sherwood-featured-box h2 {
    display: flex;
    width: 80%;
    margin-left: 10%;
    font-size: 1.2em;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {
	.sherwood-featured-toy-image-container {	    
		height: 150px;
	    width: 150px;
	}
	
	.sherwood-featured-box{
		background-position: 120% bottom;
	}
}

@media screen and (max-width: 991px) {
  
  .header, .header-spacer, .header_on_scroll .header, .product-header-spacer, .sticky-product-bar{
	  height: 120px !important;
  }
  
  .site-header .header-contents{
	  height: 50%;
  }
  
  .mobile-search-box{
	  padding: 15px 20px 0px;
  }
  
  .et-product-detail:not(.et-product-layout-no-padding) .showcase-disabled .showcase-inner{
	  /*padding-top: 80px;*/
  }
  
  .page-header-transparent .hero-header .hero-title{
	  padding-top: 120px !important;
	  padding-bottom: 0px !important;
  }
  
  .page-padding{
	  padding-top: 90px;
  }
  
  .top-bar-social-icons li{
	  display: none;
  }
  
  .top-bar-social-icons > li:nth-child(2), .top-bar-social-icons > li:nth-child(1){
	  display: inline;
  }
}
	   