/*======================================
Theme Name: Tecnotoner Group - Divi Child Theme
Template: Divi
Theme URI: 
Description: Tecnotoner Group - Divi Child theme 4 custom styles
Version: 0.11
Author: LB Informatica
Author URI: http://www.lbinformatica.it
Tags:  
Text Domain: 
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

@import url("../Divi/style.css");

/* Theme customization starts here -------------------------------------------------------------- */

#logo{ 
    max-height: 100%;
    padding: 5px 0;
}
#main-header{
    z-index: 99998;
}

/* Footer */
.footer-brand-note {
	font-size: 10px;
	font-style: italic;
	text-align: center;
        color: #FFFFFF;
}

/* disponibilita in pagine negozio */
.stock.out-of-stock {
	font-size: 12px;
	color: red !important;
}
.stock.in-stock {
	font-size: 12px;
	color: green !important;
}
.stock.available-on-backorder {
	color: green !important;
}

/* codice prodotto in pagine negozio */
.sku-prodotto-in-categorie {
	font-size: 11px;
}

/* nascondi icona carrello */
.et-cart-info {
  display: none;
}

/* thumb immagini categorie negozio */

.woocommerce ul.products li.product a img {
  height: 164px;
}

/* Formattazione pagina ricerca */
.my-search-results .et_pb_post a img {
  max-width: 200px;
  max-height: 120px;
  float: left;
  margin-right: 20px;
}
.my-search-results .et_pb_post .post-meta {
  display: none;
}
.my-search-results .et_pb_post {
    display: inline-block;
    margin-bottom: 10;
}
.results-post-text {
  display: inline-block;
  max-width: 66%;
}
.my-search-results .et_pb_post h2 {
  margin-top: 0;
  font-size: 16px;
}
.results-post-text {
    font-size: 12px;
}

.searchpage-instock-price {
	float: right;
        display: inline-flex;
        font-weight: bold;
        font-size: 12px;
}

.searchpage-instock {
	float: left;
	padding-right: 5px;
}

.searchpage-instock-price .stock {
	float: left;
	padding-right: 10px;
}

.searchpage-sku {
	float: left;
	padding-right: 5px;
}

/* -- Fine Pagina Ricerca -- */


/* Modifica HEIGHT slide in homepage */    /*
@media only screen and ( min-width:981px ) {
    /* Set the slider height */    /*
    .ttoner-home-slider, .ttoner-home-slider .et_pb_container { 
        height: 600px !important; 
    }
    .ttoner-home-slider, .ttoner-home-slider .et_pb_slide { 
        max-height: 600px; 
    }
    .ttoner-home-slider .et_pb_slide_description { 
        position: relative; 
        top: 25%; 
        padding-top: 0 !important; 
        padding-bottom:0 !important; 
        height:auto !important; 
    } 
} */

/* Pagine negozio a 4 colonne */
@media screen and (min-width:1024px) {
    .woocommerce ul.products li.product { 
	width: 21% !important;
	margin: 2% !important;
	clear: none !important;
    }
    .woocommerce ul.products li.product:nth-child(4n+1) {
	clear: both !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    .woocommerce ul.products li.product.first, .woocommerce ul.products li.product.last {
        clear: right !important;
    }
    .woocommerce ul.products li.product:nth-child(4n+1) {
         clear: none !important;
    }
}
/* Fine Pagine negozio a 4 colonne */

/* Immagini Brother in footer */
.brother-footer-img img {
	height: 100px;
	width: auto;
	padding: 5px 0;
        margin: 4px 0;
}
