/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

/*
BREADCRUMB
*/
.woocommerce-breadcrumb a{
	color: #d01a00;
}
/*
* HEADER
*/
/* Top Bar Styles */
.f-imp{
	font-family: 'impact';
}
/*TEST BG 
.product-template-default #content{
    background: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url('./assets/img/bg.jpg');
    
} */
*{
  font-family: 'Poppins', sans-serif;
}
.nav-link{
    color: #d01a00;
}
a:focus{
	outline-color: #fff;
}
li.current_page_item a{
	font-weight: 600;
	text-decoration: underline;
}
header#masthead{
	background-color: #000000;
}
#primary.content-area {
    width: 100%;
}
.navbar-nav li i.bi{
	color: #d01a00!important;
	font-size: 20px;
}
.navbar-light .navbar-toggler {
	color: #d01a00;
	border: none;
}
a.wp-block-button.wp-block-button__link{
	color: white!important;
	background-color: #eeeeee00!important;
}
/*CELLULARE*/
@media screen and (max-width: 800px) {
	ul.primary-menu{
		margin-top:30px!important;
	}
	ul.navbar-nav.sm-icons {
		flex-direction: row;
		justify-content: space-around;
		margin-top: 20px;
		margin-left: 0px;
	}
	.icone-footer{
		padding-bottom: 70px;
	}
	.reverse-mobile{
		flex-direction: column-reverse;
	}
    #myTab{
        margin-left: 0px;
    }
  .page-id-94 .hentry .has-huge-font-size{
    font-size: 4em!important;
  }
}
#form-toggle-icon{
	cursor: pointer;
}
.search-form{
	transition: opacity 1s linear;  
  	transform:translate(0);
  	opacity: 1;
	display: flex;
}
.hidden{
  transform:translate(9999px);
  opacity: 0;  
}
ul.primary-menu {
	list-style: none;
	display: flex;
	gap:1rem;
	margin:0px;
}
.primary-menu a{
	font-weight: 300;
	color: #d01a00;
}
a {
    color: #d01a00;
}
@media screen and (min-width:1400px){
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex: inherit;
}
ul.navbar-nav{
	align-items: center;
}
}
@media screen and (max-width:1400px){
ul.primary-menu{
	display: flex;
	flex-direction: column;
}
ul.navbar-nav.sm-icons li{
	padding: 0rem 1rem;
}
}
#masthead{
	padding-top: 10px;
}

.text-purple{
	color: #a05da0!important;
}
footer h6{
	color: #d01a00;;
}
footer .widget{
	margin-bottom: 0px;;
}
footer a{
	color: white;
}
footer a:hover{
	color: #d01a00;
}
.footer-brand-info{
	font-size: 12px;
	font-weight: 200;
	margin-top: 20px;
}
footer p {
    text-align: start;
}
.storefront-handheld-footer-bar li a{
  color:#d01a00;
}
.modulo-felici-editore form input.wpforms-field-required{
	background-color: rgba(255, 255, 255, 0.301);
}
.modulo-felici-editore form textarea.wpforms-field-medium{
	background-color: rgba(255, 255, 255, 0.301);
}
.modulo-felici-editore form label.wpforms-field-label{
	color: white;
}
.modulo-felici-editore form legend.wpforms-field-label{
	color: white;
}
div.wpforms-container-full button[type=submit]:not(:hover):not(:active){
	background-color: #d01a00;
}
/*
**SINGLE PRODUCT
*/
body.woocommerce.single-product #primary { width: 100%; }
body.single.single-product li.description_tab.active{
	font-weight: bold;
}
.single-product .bg-yellow p{
    color: black;
}
.bg-yellow{
    background-color: #fedb0e
}
.sku_wrapper{
	font-weight: 200;
}
span.posted_in{
	margin-top: 5px;
	
}
.posted_in a {
    font-weight: 100!important;
    color: white;
    background-color: #fedb0e;
    padding: 5px;
    margin-right: 3px;
	margin-top: 3px;
    text-decoration: none!important;
}
button.alt.single_add_to_cart_button{
    background-color: #d01a00;
}
.stock::before{
    display: none;
}
h1.product_title.entry-title{
    font-family: 'impact';
}
.single-product h6{
    font-family: 'impact';
    color: #d01a00;
}
img.prodotto-immagine-autore{
    border-radius: 50%;
    object-position: center;
    object-fit: cover;
    height: 250px;
    width: 250px;
}
li.custom-list-post-prodotto a img {
    height: 250px;
    width: 200px;
    object-fit: cover;
    object-position: center;
}
li.custom-list-post-prodotto {
    list-style: none;
    max-height: 250px;
}
/*ARCHIVIO*/
h1.woocommerce-products-header__title.page-title {
    margin: 50px;
    font-weight: bold;
    text-align: center;
}
img.category-image-custom {
    height: auto;
    width: 100%;
    display: block;
    border-radius: 3px;
    object-fit: cover;
    max-height: 500px;
}
h5.isbn-loop {
    font-size: 12px;
    text-align: left;
}
h2.woocommerce-loop-product__title {
    font-weight: bold!important;
    text-align: left;
    margin-bottom:5px;
}
h6.autore-loop {
    text-align: left;
    font-size: 14px;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    position: relative;
}
span.onsale {
    position: absolute;
    top: 5px;
    right: 0px;
    color: white;
    border-color: #d01a00;
    background-color: #d01a00;
    border-radius: 0px;
}
.price del {
    opacity: .5;
    font-weight: 400;
    color: crimson;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    color: white;
    background-color: #000;
}
.storefront-sorting {
    align-items: center;
    display: flex;
}
#myTabContent p{
	text-align: left;
	margin-top:20px;
}
/*Single*/
body.single header.entry-header {
    font-size: 12px;
	margin-bottom: 0px;
	border-bottom: none;
}
body.single h1.entry-title {
    color: #000;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 0px;
}
.widget-area .widget a, .hentry .entry-header .posted-on a, .hentry .entry-header .post-author a, .hentry .entry-header .post-comments a, .hentry .entry-header .byline a {
    color: #46bbb6;
}
.hentry .entry-taxonomy {
    margin: 0px 0px 20px 0px;
    padding-top: 0px;
    border-top: none;
}
img.attachment-.size-.wp-post-image.lazyloaded {
    max-height: 500px;
    object-fit: cover;
    object-position: center;
}
/*ARCHIVIO*/
a.img-archivio-articolo img {
    height: 150px;
    object-fit: cover;
    object-position: center;
}
header.page-header.titolo-categoria h1 {
    font-weight: bold;
    text-align: center;
    margin: 0rem 0rem 5rem 0rem;
    color: #d01a00;
}
span.data-post-archivio {
    font-size: 11px;
}
/*Profilo*/
.woocommerce-account .site-content a{
	color: #d01a00;
}
p.intro-text {
    margin-bottom: 0px;
    font-size: 18px;
    font-family: 'impact';
}
.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
    width: fit-content;
    float: left;
}
.user-nome {
    font-size: 30px;
    font-weight: bold;
	color: #d01a00;
}
.user-dettaglio {
    font-size: 14px;
    margin-top: 10px;
}
/*CARRELLO*/
td.product-remove {
    text-align: center;
    vertical-align: middle;
}
/*CHECKOUT*/
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
    background-color: #d01a00;
}
/*WIDGET*/
li.wc-block-grid__product {
    position: relative;
}
.wc-block-grid__product-onsale {
    position: absolute;
    top: 10px;
    right: 0px;
    border-radius: 0px;
    background-color: crimson!important;
    border-color: crimson!important;
    color: white!important;
}
.isbn-loop-widget {
    text-align: left;
    font-size: 10px;
    color: #000;
}
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}
.autor-loop-widget {
    text-align: left;
}
/*HOMEPAGE*/
#novita-lv .wc-block-grid__product-title {
    color: white;
}
#novita-lv .isbn-loop-widget {
    color: white;
}
#novita-lv .autor-loop-widget {
    color: white;
}
#novita-lv .wc-block-grid__product-price.price del {
    color: white;
}
#novita-lv .wc-block-grid__product-price.price ins {
    color: white;
}
#novita-fe .wc-block-grid__product-title {
    color: white;
}
#novita-fe .isbn-loop-widget {
    color: white;
}
#novita-fe .autor-loop-widget {
    color: white;
}
#novita-fe .wc-block-grid__product-price.price del {
    color: white;
}
#novita-fe .wc-block-grid__product-price.price ins {
    color: white;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    z-index: 999;
}
/*Archive*/
.bannerPersonalizzato {
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: bolder;
    position: relative;
}
.bannerPersonalizzato.lv{
color:#a05da0;
background-color: #9eddf9;
background-image: url('./assets/img/nuvolette.png');
background-position: bottom;
}
.bannerPersonalizzato.fed{
color:#DAB211;
background-image: url('./assets/img/newsletter.png');
background-repeat: no-repeat;
background-size: cover;
background-position: top;
}
.woocommerce-result-count{
    display: none;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #d01a00;
    color: white;
}
.woocommerce-pagination .page-numbers li{
    background-color: #d01a00;
}
.woocommerce-pagination .page-numbers li a.page-numbers:not(.current){
    color: white;
}
/*RICERCA*/
h1.page-title-ricerca {
    padding: 1rem 0rem;
    font-weight: bold;
	color:#000;
}
span.risultato-ricerca {
    color: #d01a00;
}
span.isbn-ricerca {
    font-size: 12px;
    color: #777777;
}
h2.titolo-ricerca {
    font-size: 16px;
    font-weight: 600;
	color: #d01a00;
	margin-bottom: 0px;
}
.autor-ricerca {
    font-size: 13px;
}
a.img-ricerca img{
	height: 350px;
}

.contenuto-newsletter-footer {
				border-radius: 10px;
			}
.img-footer-newsletter {
	background-color: #38789c;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.newsletter-footer-custom {
	height: 550px;
	background-image: url('./assets/img/newsletter-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.newsletter-form-contenitore {
	background-color: white;
	border-radius: 10px;
	padding: 2rem;
}
span.number-art-cart {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  color: #000;
  text-align: center;
  font-size: 10px;
  display: block;
  position: absolute;
  top: 0px;
  right: -5px;
}
.carrello-navbar{
	position: relative;
}
a.nav-link {
    color: #d01a00!important;
	font-family: 'impact';
	font-size: 20px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #000;
    border: none;
    cursor: pointer;
}
.nav-link.dropdown-toggle{
    cursor: pointer;
}
a.dropdown-item {
    color: #d01a00;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    content: "\f282";
    font-family: "bootstrap-icons";
    font-size: 10px;
    border: none;
    vertical-align: middle;
}
/*LOGIN*/
#login h1 a, .login h1 a {
    background-image: url(http://vertert.sg-host.com/wp-content/themes/storefront-child-theme-master/assets/img/bayacomics.png);
    width: 70px;
    background-size: 320px auto!important;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}
/*ARCHIVE*/
.hentry .wp-post-image {
    object-position: top;
}
.blog h2{
    font-family: 'impact';
    
}
/*CHI SIAMO*/
.page-id-94 .hentry .has-huge-font-size{
    font-size: 10em;
  }
  .page-id-94 .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2{
    font-size: 10em;
  }

  .home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
    margin-bottom: 0px;
}
.text-primary {
    color: #d01a00!important;
    font-family: impact;
}

#primary{
    margin-bottom: 0px;;
}
#main{
    margin-bottom:0px;
}
/*PERSONALIZZAZIONE CHECKOUT*/
.woocommerce-checkout input{
    border: 1px solid rgb(216, 216, 216);
    background-color: #fff;
    box-shadow: none;
}
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #d01a00;
}
.woocommerce-checkout .woocommerce-info{
    background-color: #3d9cd2;
}
.woocommerce-checkout #order_review_heading{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #d01a00;
}
.woocommerce-checkout .woocommerce-billing-fields h3{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: #d01a00;
}
.wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    fill: currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    background-color: #d01a00;
    border-radius: 50%;
    color: white;
}
.page-id-7 .wc-block-components-product-badge.wc-block-components-sale-badge{
    display: none;
}