/*
Theme Name: Terraliva
Theme URI: terraliva.it
Author: Terraliva
Author URI: terraliva.it
Description: Miglioramento del tema base prima versione, Aggiunte le compatibilità con woocomerce e tutti i controlli che prima non c'erano.
Tags: 
Version: 2.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: terraliva
*/
@font-face {
font-family: 'Volte Regular';
font-style: normal;
font-weight: normal;
src: local('Volte Regular'), url('/wp-content/themes/terraliva/font/Volte.woff') format('woff');
font-display: block;
}
@font-face {
font-family: 'Volte Semibold';
font-style: normal;
font-weight: normal;
src: local('Volte Semibold'), url('/wp-content/themes/terraliva/font/Volte-Semibold.woff') format('woff');
font-display: block;
}


/*
.woocommerce-product-gallery__image img {
    height: auto;
    width: 100%;
}
*/


.elementor-slideshow__header {
    display: none !important;
}


.annata {
    font-size: 24px;
    margin-bottom: 0px;
    margin-top: 40px;
	display:block;
}

p.annata {
    background: #c6cf65;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
}


.metaproducts .prezzo {
    display: none;
}
.metaproducts .titleproduct{
    margin-bottom: 20px;
}

.msumm .quantity, .msumm .single_add_to_cart_button.button.alt {
    display: ;
}


/* dentro il prodotto */
.messaggioo {
    padding: 15px;
    background: #C6CF6566;
    margin: 20px 0px;
    display: none;
	}
.messaggioo p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}

/* dentro lo shop */
.messaggiooo {
    padding: 15px;
    background: #C6CF6566;
    margin: 20px auto;
    width: 40%;
    display: none;
}
.messaggiooo p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	font-family: 'Volte Regular';
	font-display: block;
	color: #5D5D69;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}


/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    transition: 0.2s all ease-in-out;
    background: #F9F7F2;
    box-shadow: 0px 0px 20px rgba(0,0,0,0)
}
.verticalh{
	display: table;
	width: 100%
}
.middleh{
	display: table-cell;
	width: 100%;
	height: 130px;
	vertical-align: middle;
    transition: 0.2s all ease-in-out;
}
.marchio {
	background-image: url(images/marchio.svg);
	transition: 0.2s all ease-in-out;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.g{
	background-color: #F9F7F2;
	transition: 0.2s all ease-in-out;
}
header ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
header ul li {
    display: inline-block;
    margin: 0px 5px;
    letter-spacing: 1px;
    position: relative;
    padding: 0px 8px;
}
header ul li a{
	color: #5D5D69;
	text-decoration: none;
}
.contmenu{
	width: 41.5%;
	float: left;
}
.contmarchio{
	width: 15%;
	float: left;
	margin-right: 1%;
	margin-left: 1%
}
.carttop {
    position: absolute;
    top: 55px;
    right: 25px;
    transition: 0.2s all ease-in-out
}
.carttop a {
    color: #fff;
    text-decoration: none;
}
.leftcarttop {
    position: relative;
    padding: 16px 13px 13px;
    color: #C6CF65;
    border-radius: 30px;
    font-size: 20px;
    border: 2px solid #C6CF65;
    transition: 0.2s all ease-in-out
}
.countpro {
    position: absolute;
    top: -6px;
    font-family: "Volte Semibold";
    font-size: 19px;
    right: 1px;
    background: #F9F7F2;
    border-radius: 50%;
    padding: 3px;
}
.carttop:hover .leftcarttop{
	border: 4px solid #C6CF65;
}
.menu-item-has-children:hover .sub-menu{
    display: block;
}
.menu-item-has-children{
    position: relative;
    z-index: 2
}
.sub-menu {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    padding: 20px 0px 10px;
    width: 210px;
    display: none;
    z-index: 1;
    margin-top: 22px;
}
.sub-menu li {
    margin: 0px;
    padding: 5px 10px;
    background-color: white;
    margin-bottom: 2px;
}
.sub-menu li a {
    font-size: 16px;
}
/* END HEADER */

/* EFFETTO MENU */
header ul li::after{
    position: absolute;
    bottom: -4px;
    left: 0px;
    height: 2px;
    width: 100%;
    background-color: #C6CF65;
    display: block;
    content: '';
    transition: 0.3s all ease-in-out;
}
header ul li::after{
    position:absolute;
    bottom: -4px;
    left:0;
    height:2px;
    width:0%;
    background-color:#C6CF65;
    display:block;
    content:'';
    transition: 0.3s all ease-in-out;
}

header ul li:hover::after, header ul .current-menu-item::after{
    left:0;
    width:100%;
}
/* END EFFETTO MENU */

/* SHRINK */
.shrink .g{
	background-color: #C6CF65
}
header.shrink{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1)
}
.shrink .marchio {
	background-image: url(images/marchiow.svg);
    height: 60px;
}
.shrink .middleh{
    height: 100px;
}
.shrink .carttop {
    top: 40px;
}
/* END SHRINK */



/* RESPONSIVE MENU */
.menuresp{
    display: none;
}
.button_container {
    cursor: pointer;
    height: 27px;
    position: absolute;
    right: 30px;
    top: 55px;
    transition: 0.3s all ease-in-out;
    width: 35px;
    z-index: 100;
}
.shrink .button_container {
    top: 40px;
}
.verticalresp{
    display: table;
    width: 100%;
}
.middleresp{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh
}
.button_container span {
    background: #5D5D69 none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.3s all ease-in-out;
    width: 100%;
    transition: 0.2s all ease-in-out
}

.button_container span:nth-of-type(2) {
    top: 11px;
}
.button_container span:nth-of-type(3) {
    top: 22px;
}

.button_container .bottombottom {
    font-size: 10px;
    font-weight: bold;
    height: 0 !important;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    top: 33px !important;
}

.overlaymenu {
    background-color: rgba(249, 247, 242, 0.95);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.3s all ease-in-out;
    z-index: 18 !important
}
.socialresp {
    text-align: center;
    width: 60%;
    margin: 20px auto 0px;
    border-top: 1px solid #5D5D69;
    padding-top: 30px;
}
.socialresp a {
    color: #5D5D69 !important;
}
.overlaymenu nav {
    text-align: center;
    top: 200px;
    position: relative;
    display: block;
    font-size: 30px;
}
.overlaymenu ul {
    display: inline-block;
    height: 100%;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.overlaymenu ul li {
    display: inline-block;
    opacity: 0;
    position: relative;
    transition: 0.3s all ease-in-out;
    width: 100%;
}
.overlaymenu.open ul li {
    opacity: 1
}
.overlaymenu ul li a {
    color: #5D5D69;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    opacity: 1;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 25px;
}
.overlaymenu ul li a:after, .overlaymenu .current-menu-item::after{
    display: none;
}

.button_container.active .topp {
    background: #5D5D69 none repeat scroll 0 0;
    transform: translateY(11px) translateX(0px) rotate(45deg);
}

.button_container.active .middle {
    background: #5D5D69 none repeat scroll 0 0;
    opacity: 0;
}

.button_container.active .bottom {
    background: #5D5D69 none repeat scroll 0 0;
    transform: translateY(-11px) translateX(0px) rotate(-45deg);
}

.button_container.active .bottombottom {
    color: #fff;
}
.overlaymenu.open {
    height: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 2
}
.mainmenuresponsive {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.mainmenuresponsive a{
    font-family: 'Playfair Display', serif;
    font-size: 25px;
}
.footermenuresponsive a {
    margin: 0px !important;
}
.footermenuresponsive {
    width: 60%;
    text-align: center;
    margin: 10px auto 0px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footermenuresponsive a {
    margin: 0px !important;
    font-size: 13px;
    line-height: 12px;
}
.metaccountresp{
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    width: 60%;
}
.firstaccount, .secondaccount{
    display: inline-block;
}
.firstaccount {
    height: 40px;
    vertical-align: middle;
}
.secondaccount {
    height: 40px;
    vertical-align: middle;
    padding: 9px 0px 0px 10px;
    border-left: 1px solid #ededed;
    margin-left: 10px;
}
/* END RESPONSIVE MENU */


/* CONTENT */
#toTop {
    bottom: 60px;
    color: #fff;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    text-align: center;
    z-index: 9999;
    opacity: 0.7;
    padding: 5px 11px 3px;
    background: #C6CF65;
    font-size: 20px;
}
#toTop img {
    height: 12px;
}


/* CONTENT */
.slide {
    background-color: #F9F7F2;
    text-align: center;
    background-image: url(images/topback3.png);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: bottom;
    position: relative;
}
.cloud{
	position: absolute;
}
.cuno {
    background-image: url(images/nuvola1.png);
    height: 85px;
    width: 170px;
    background-position: center;
    background-size: contain;
    left: 20%;
    bottom: 36%;
    background-repeat: no-repeat;
    opacity: 0.8;
    animation-name: nuvolauno;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}
.cdue {
    background-image: url(images/nuvola2.png);
    height: 85px;
    width: 170px;
    background-position: center;
    background-size: contain;
    right: 20%;
    bottom: 36%;
    background-repeat: no-repeat;
    opacity: 0.8;
    animation-name: nuvoladue;
    animation-duration: 20s;
    animation-iteration-count: infinite;
}
@keyframes nuvolauno {
  0%   {left: 20%; bottom: 36%;}
  25%  {left: 21%; bottom: 37%;}
  50%  {left: 20%; bottom: 36%;}
  75%  {left: 21%; bottom: 35%;}
  100%  {left: 20%; bottom: 36%;}
}
@keyframes nuvoladue {
  0%   {right: 20%; bottom: 36%;}
  25%  {right: 20%; bottom: 37%;}
  50%  {right: 19%; bottom: 36%;}
  75%  {right: 21%; bottom: 35%;}
  100%  {right: 20%; bottom: 36%;}
}
.verticals{
	display: table;
	width: 100%;
}
.middles{
	display: table-cell;
	width: 100%;
	height: 830px;
	vertical-align: middle;
}
.titleslide {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    margin: 0px 0px 30px 0px;
    line-height: 67px;
    font-weight: 600;
}
.titleslide.titleslideen {
    font-size: 45px;
    line-height: 60px;
}
.subtitle {
    margin: 0px;
    text-transform: uppercase;
    font-size: 24px;
}
.slide a {
    font-size: 16px;
    text-transform: uppercase;
    background: #C6CF65;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
.iconhome {
    text-align: center;
    padding: 50px 0px;
    background: #C6CF65;
}
.icon {
    height: 100px;
    background: #fff;
    width: 100px;
    margin: 0 auto;
    border-radius: 50%;
}
.icon.iconauno {
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center;
}
.icon.iconadue {
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
}
.icon.iconatre {
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
}
.titleicon {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    margin: 10px 0px 0px;
    font-weight: 600;
}
.titlesto {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 35px;
    margin: 0px;
}
.texsto {
    line-height: 21px;
    font-size: 14px;
}
.textstory {
    padding: 40px;
    border: 3px solid #C6CF65;
    position: relative;
}
.textstory a {
    background: #C6CF65;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px;
    font-weight: 600;
    letter-spacing: 1px;
}
.verticalst {
    display: table;
    width: 100%;
}
.middlest {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 450px;
}
.imgstory{
	height: 360px;
    text-align: center;
    background-image: url(images/carretto2.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    position: relative;
    opacity: 0.8
}
.producthome{
	background-color: #F9F7F2;
	padding: 50px 0px;
	text-align: center;
}
.titlepro {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin: 0px 0px 40px 0px;
    font-weight: 600;
    position: relative;
    background: url(images/title_img.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 30px 0px;
}
.tuttishop {
    font-size: 16px;
    text-transform: uppercase;
    background: #C6CF65;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    transition: 0.2s all ease-in-out
}
.tuttishop:hover {
    opacity: 0.8
}
.imgnewsletter{
	height: 340px;
    text-align: center;
    background-image: url(images/albero.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
    position: relative;
    opacity: 0.8
}
.verticalnews{
	display: table;
	width: 100%
}
.middlenews {
    display: table-cell;
    height: 340px;
    vertical-align: middle;
    width: 100%;
}
.subnews {
    font-size: 19px;
    margin: 0px;
}
.titnes {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin: 0px;
    font-weight: 600;
}
.parallax{
	background-image: url(images/parallax.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
}
.parallax .overlayhalf{
	opacity: 0.75;
	background-color: #5D5D69;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1
}
.verticalpa{
	display: table;
	width: 100%;
}
.middlepa{
	display: table-cell;
	width: 100%;
	height: 400px;
	vertical-align: middle;
	text-align: center;
}
.contpardue{
	position: relative;
	z-index: 2
}
.contpardue p {
    font-family: 'Playfair Display', serif;
    font-size: 50px;
    color: #fff;
    margin: 0px auto;
    width: 50%;
    line-height: 60px;
    font-weight: 600;
}
.titleeve {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin: 0px;
    font-weight: 600;
    position: relative;
    background: url(images/title_img2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 30px 0px;
    margin: 0px;
}
.event{
	padding: 50px 0px;
	text-align: center;
}
.metanews a {
    font-size: 14px;
    text-transform: uppercase;
    background: #C6CF65;
    padding: 7px 20px 5px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    letter-spacing: 1px;
    font-weight: bold;
}
.sharedd{
    margin-bottom: 50px;
}
.st_gdpr_iframe{
    display: none !important;
}
.certificazioni{
	background-color: #5D5D69;
	color: #fff;
	text-align: center;
	padding: 50px 0px
}
.titlecert {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 50px;
    margin: 0px;
    font-weight: 600;
}
.cert {
    padding: 0px;
    list-style: none;
    margin: 40px 0px 0px;
}
.cert li {
    display: inline-block;
    margin: 0px 20px;
}
.textcert {
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.titlenews {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    font-weight: 600;
    margin: 0px;
    line-height: 26px;
    height: 70px;
}
.lastnews li {
    margin-bottom: 60px;
}
.lastnews {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 40px 0px;
    list-style: none;
}
.date {
    color: #C6CF65;
    text-transform: uppercase;
    font-family: 'Volte Semibold';
}
.imgnews {
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.backfooter{
	background: url(images/backfooter2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 400px;
    opacity: 0.8
}
.product {
    display: inline-block;
    width: 100%;
    padding: 0px;
    list-style: none;
    margin: 00px 0px;
}
.product li > a{
    text-decoration: none;
    color: #5D5D69
}
.fddf{
	display: inline-block;
	width: 100%;
}
.prodc {
    border: 3px solid #E3E3E3;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}
.nonstock {
    margin: 0px;
    position: absolute;
    left: 0px;
    top: 10px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #bd2121;
    color: #fff;
    padding: 5px 10px 3px;
}
.nonstockdue, .stock.out-of-stock {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #bd2121;
    color: #fff;
    padding: 5px 10px 3px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 5px;
}
.titleproduct {
    font-family: 'Volte Semibold';
    font-size: 20px;
    margin: 20px 0px 0px;
	height: 30px !important;
}
.titleproducthome {
    font-family: 'Volte Semibold';
    font-size: 18px;
    margin: 20px 0px 20px;
    color: #5D5D69;
    text-decoration: none;
}
.product a{
    text-decoration: none
}
.prezzo {
    margin: 10px 0px;
    font-size: 18px;
}
.add {
    background: #BABABA;
    font-size: 14px !important;
    padding: 9px 20px 8px !important;
    margin-top: 0px !important;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 5px;
    display: inline-block;
    transition: 0.2s all ease-in-out;
}
.add:hover {
    background: #C6CF65;
}
.imgproduct {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.mailpoet_text {
    font-size: 14px;
    padding: 10px;
    border: 1px solid #707070;
    text-align: center;
    float: left;
    width: 70% !important;
    height: 40px
}
.mailpoet_submit {
    float: left;
    width: 30%;
    height: 40px;
    background-color: #C6CF65;
    color: #fff;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    border-left: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}
.mailpoet_paragraph {
    margin: 0px !important;
}
.priv {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    margin-bottom: 0px;
}
.priv a {
    color: #5D5D69;
    font-weight: 600;
}
.slidepage{
	background-color: #F9F7F2;
	text-align: center;
    padding-top: 240px;
    padding-bottom: 40px;
}
.titlepage {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    margin: 0px;
    line-height: 67px;
    font-weight: 600;
}
.cherubino{
	background: url(images/cherubino.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 80px;
    opacity: 0.8
}
.pressimg{
	background: url(images/press.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 80px;
    opacity: 0.8
}
.shopimg{
	background: url(images/shop.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 100px;
    opacity: 0.8
}
.newsimg{
	background: url(images/news.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 60px;
    opacity: 0.8
}

.ricetteimg{
	background: url(images/ricette.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    height: 80px;
    opacity: 0.8
}


.imgaz{
	background-image: url(https://www.terraliva.com/wp-content/themes/terraliva/images/tino-cavarra.jpg);
	background-position: center;
	background-size: cover;
	height: 650px;
}
.imgaz2{
    background-image: url(https://www.terraliva.com/wp-content/uploads/2019/07/anchelolio.jpg);
    background-position: center;
    background-size: cover;
    height: 650px;
}
.unterzo .imgaz, .unterzo .middleaz {
    height: 580px;
}
.unterzo .imgaz2{
    height: 580px;
}

.imgquattro{
	margin-bottom: 10px;
}
.bis {
    width: 50%;
    float: left;
}
.bis .imgsezaz {
    width: 100%;
}
.firstaz {
    padding: 100px 0px;
}
.verticalaz{
	display: table;
	width: 100%;
}
.middleaz{
	display: table-cell;
	width: 100%;
	height: 650px;
	vertical-align: middle;
}
.titoletto {
    font-family: 'Volte Semibold';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #C6CF65;
}
.unterzo{
	float: left;
	width: 50%
}
.primasezaz{
	display: table;
	width: 100%;
}
.textaz {
    padding: 40px;
    line-height: 24px;
}
.secondasezaz {
    background-image: url(https://www.terraliva.com/wp-content/themes/terraliva/images/oliveto.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 420px;
}
.overlaysecaz{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	opacity: 0.8;
	background-color: #C6CF65
}
.videoaz {
    position: relative;
    z-index: 2;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}
.titolettow {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 600;
}
.focont{
	background-color: #F9F7F2
}
.sezcontatti {
    background-color: #F9F7F2;
    font-size: 20px !important;
    padding: 40px 0px;
}
.contcon{
	color: #5D5D69;
}
.contcon strong{
	font-family: 'Volte Semibold';
	font-weight: 400;
}
.sezcontatti h4 {
    font-size: 24px;
}
.sezcontatti iframe {
    box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
}
.cont-modulo.home {
    display: inline-block;
    width: 100%;
}
.label {
    font-family: 'Volte Semibold';
    margin: 0px;
    font-size: 14px;
}
.field {
    margin-top: 0px;
}
.field input {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #5d5d69;
    background: transparent;
    width: 100%;
}
.field textarea {
    border: 1px solid #5d5d69;
    background: transparent;
    width: 100%;
}
.field input, .field textarea{
    font-family: 'Volte Regular';
    padding: 5px;
    font-size: 16px;
}
.field.sendd input {
    background: #C6CF65;
    border: 1px solid #C6CF65;
    padding: 10px 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Volte Semibold';
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 30px
}
.labeldue {
    font-size: 13px;
    margin: 0px;
}
.wpcf7-list-item {
    margin: 0px !important;
}
.labeldue a {
    font-family: 'Volte Semibold';
    color: #C6CF65;
}
.titleform{
    font-family: 'Volte Semibold';
    color: #C6CF65;
    margin-bottom: 5px;
}
.orderby {
    background: #C6CF65;
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Volte Semibold';
    letter-spacing: 1px;
}
.imagesingpro {
    position: relative;
    text-align: center;
}
.contsingpro{
	position: relative;
}
.overlaycontsingpro{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 60vh;
	background-color: #F9F7F2
}
.overlayimgsingl{

}

.woocommerce-product-gallery__wrapper {
    position: relative;
}

.woocommerce-product-gallery__wrapper {
    text-align: right;
}

/*
.woocommerce-product-gallery__image img {
    height: auto;
    width: 100%;
}
*/
.product_title.entry-title {
    font-family: 'Playfair Display', serif;
    text-align: left;
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 0px
}
.summary.entry-summary .price {
    text-align: left;
    font-size: 30px;
    margin: 0px;
}
.summary.entry-summary input {
    border: 2px solid #C6CF65;
    padding: 10px 0px;
    font-size: 20px;
    color: #5D5D69;
    height: 50px;
    text-align: center;
}
.summary .quantity {
    float: left;
    width: 40%;
}
.summary .input-text.qty.text {
    width: 58%;
}
.input-text.qty.text[type='number'] {
    -moz-appearance:textfield;
}
.input-text.qty.text::-webkit-outer-spin-button,
.input-text.qty.text::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.single_add_to_cart_button.button.alt {
    float: left;
    width: 60%;
    background: #C6CF65;
    border: 2px solid #C6CF65;
    padding: 14px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    height: 50px;
    cursor: pointer;
    text-align: center;
}
.summary.entry-summary .cart {
    width: 100%;
    margin: 0px auto 25px;
    display: inline-block;
    text-align: center;
}
.summary .minus, .summary .plus {
    background: #C6CF65 !important;
    color: #fff !important;
    width: 20%;
    cursor: pointer;
}
.single_variation_wrap {
    text-align: left;
}
.certificazionitop ul {
    margin-top: 0px;
    margin-bottom: 20px;
}
.certificazionitop img {
    width: 55px;
}
.biohome {
    width: 70px !important;
}
.certificazionitop li {
    margin: 0px 5px;
}
.subttitle {
    margin-bottom: 0px;
    font-size: 21px;
    margin-top: 9px;
}
.vertsezaz {
    display: table;
    width: 100%;
}
.middlesezaz{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 650px;
}
.vertvideo {
    display: table;
    width: 100%;
}
.middlevideo{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 650px;
}
.sezaz {
    display: inline-block;
    width: 100%;
    margin: 50px 0px;
}
.testosezaz {
    float: left;
    width: 50%;
    padding: 0px 70px;
    font-size: 16px;
    line-height: 24px;
}
h5 {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    margin-top: 0px;
}
.testosezaz b, .testosezaz strong  {
    font-family: 'Volte Semibold'
}
.imgsezaz{
    float: left;
    width: 50%;
    height: 650px;
    background-position: center;
    background-size: cover;    
}
.sezpack{
    background-image: url(images/cerchio.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 0px;
    background-position: center;
}
.sezpack .overlayhalf{
    opacity: 0.75;
    background-color: #5D5D69;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}
.contpack {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}
.titpack {
    font-family: 'Playfair Display', serif;
    font-size: 35px;
    font-weight: 600;
    margin-top: 0px;
}
.riconoscimenti {
    background: #F9F7F2;
    padding: 70px 0px;
}
.titrico {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 35px;
    margin: 0px;
}
.subrico {
    font-size: 21px;
    margin: 6px 0px 0px;
}
.testorico {
    margin: 30px auto 0;
    line-height: 23px;
    width: 50%;
}
.testorico b{
    font-family: "Volte Semibold";
}
.imgol {
    height: 690px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.oliosezione {
    background: #F9F7F2;
    padding: 40px 0px;
}
.zafferanosezione {
    background: #fff;
    padding: 40px 0px;
}
.sezionepuntozaff {
    display: table;
    width: 100%;
}
.imgProd {
    /*height: 480px;*/
	height: 80vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.imgzaf {
    height: 480px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.sezionepunto {
    display: table;
    width: 100%;
}
.middlesezpunt {
    display: table-cell;
    width: 100%;
    height: 240px;
    vertical-align: middle;
}
.middlesezpunt h4 {
    color: #C6CF65;
    font-size: 24px;
    margin: 0px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    position: relative;
}
.ll h4::after {
    content: "";
    position: absolute;
    right: -70px;
    height: 1px;
    background: #C6CF65;
    width: 60px;
    top: 17px;
    z-index: 2
}
.rr h4::after {
    content: "";
    position: absolute;
    left: -70px;
    height: 1px;
    background: #C6CF65;
    width: 60px;
    top: 17px;
    z-index: 2
}
.cont-modulo.home {
    padding: 30px 15px 0px;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px
}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.titlearticle {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    margin: 0px;
    line-height: 67px;
    font-weight: 600;
}
.contart img{
    max-width: 100%;
}
.contart{
    padding: 40px 0px
}
.contimgprod {

}
.vsumm {
    display: table;
    width: 100%;
}
.msumm {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    height: 650px;
}
.imageprosingle {
    height: 650px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.summary.entry-summary {
    position: relative;
}
.vaibottom {
    position: absolute;
    bottom: 50px;
    left: 0;
}
.vaibottom a {
    background-color: #C6CF65;
    color: #fff
}
.contprotext strong {
    font-family: "Volte Semibold";
}
.certifpro {
    position: relative;
}
.textcert {
    font-size: 12px !important;
    margin-bottom: 12px;
    opacity: 0.7
}
.iconacert {
    float: left;
    width: 100px;
    text-align: center;
}
.certifpro img {
    display: inline-block;
    height: 50px;
}
.textcerpro {
    font-family: "Volte Semibold";
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.woocommerce-breadcrumb {
    display: none;
}
.primapro {
    display: inline-block;
    width: 100%;
    margin-top: 200px
}
.related.products h2 {
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-top: 40px;
    font-size: 40px;
    color: #C6CF65
}
.woocommerce-product-details__short-description {
    margin-top: 10px;
}
.woocommerce-product-details__short-description p {
    line-height: 25px
}
.tabellanutr p{
	margin: 0px;
	font-size: 14px;
	line-height: 13px;
}
.tabellanutr {
    width: 40%;
    margin-right: 5%;
    float: left;
}
.contprotext {
    float: left;
    width: 100%;
}
.unot {
    padding: 10px;
    border-top: 2px solid #C6CF65;
    border-left: 2px solid #C6CF65;
    border-right: 2px solid #C6CF65;
}
.duet {
    padding: 10px;
    border: 2px solid #C6CF65;
}
.texttab {
    font-family: "Volte Semibold";
    text-transform: uppercase;
    font-size: 14px;
}
.kjkcal {
    margin-top: 5px !important;
}
.lp, .rt {
    float: left;
    width: 50%;
}
.line {
    display: inline-block;
    width: 100%;
}
.rt {
    text-align: right;
}
.contprotext p {
    font-size: 14px;
    line-height: 18px;
}
.woocommerce-message {
    width: 50% !important;
    margin: 0 auto 30px !important;
}
.woocommerce-message {
    border-top-color: #C6CF65 !important;
    background: #C6CF65 !important;
    color: #fff  !important
}
.woocommerce-message::before {
    content: "\e015";
    color: #fff  !important;
}
.button.wc-forward {
    color: #C6CF65;
    background: #fff;
    padding: 5px 10px;
    margin: 0px;
    font-size: 13px;
    text-decoration: none;
    font-family: "Volte Semibold";
    border-radius: 5px;
}
td.product-thumbnail img {
    width: 100px;
}
.woocommerce table.shop_table {
    padding: 0px;
    width: 100%;
    border: none;
    border-radius: none;
    box-shadow: 0 0 30px rgba(192,206,174,0.3);
    background: #fff
}
.woocommerce .quantity .qty {
    width: 100px !important;
    text-align: center;
}
thead {
    background: #C6CF65;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce-cart-form {
    margin-top: 20px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents a, .shop_table.shop_table_responsive a {
    color: #C6CF65;
    font-weight: 600;
}
#coupon_code {
    height: 35px;
    border: 1px solid #C6CF65;
    width: auto;
    padding: 5px 15px;
    font-size: 14px;
    color: #666
}
.woocommerce-form.woocommerce-form-login.login input{
    height: 35px;
    border: 1px solid #C6CF65;
    width: auto;
    padding: 5px 15px;
    font-size: 14px;
    color: #666
}
.woocommerce-form.woocommerce-form-login.login a{
    font-weight: 600;
    color: #444
}
.woocommerce button.button{
    background: #C6CF65 !important;
    border: 1px solid #C6CF65 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    padding: 10px 23px !important;
    transition: 0.2s all ease-in-out;
    opacity: 1
}
.woocommerce button.button:hover{
    opacity: 0.7
}
.woocommerce a.remove {
    color: #e99393 !important;
    transition: 0.2s all ease-in-out
}
.woocommerce a.remove:hover {
    background: #e99393 !important;
    color: #fff
}
.restore-item {
    color: #444;
    font-weight: 600;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background-color: #C6CF65 !important;
    color: #fff;
    font-size: 18px !important;
    transition: 0.2s all ease-in-out
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt:hover, .woocommerce button.button.alt, .woocommerce input.button.alt{
    opacity: 0.7
}
.woocommerce-info{
    border-top-color: #C6CF65 !important;
}
.woocommerce-info::before  {
    color: #C6CF65 !important;
}
.woocommerce-info a {
    font-family: "Volte Semibold";
    color: #5D5D69;
}
.woocommerce table.shop_table {
    border-collapse: collapse !important;
}
.woocommerce-billing-fields__field-wrapper, .woocommerce-additional-fields__field-wrapper, .shipping_address{
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 30px rgba(192,206,174,0.3);
    border: 1px solid #ededed;
    margin-bottom: 30px;
}
#customer_details label {
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}
#customer_details input {
    padding: 5px;
}
#customer_details textarea {
    padding: 10px;
    font-family: inherit;
}
.woocommerce form .form-row{
    margin: 0px 0px 10px 0px !important;
}
.woocommerce-privacy-policy-text a {
    font-family: "Volte Semibold";
    color: #5D5D69
}
.woocommerce-ordering {
    margin-bottom: 40px;
}
.contenitore {
    margin-bottom: 100px;
    margin-top: 200px;
}
.titlepagg{
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	margin-top: 0px;
}
.zaff b, .zaff strong  {
    font-family: 'Volte Semibold'
}
.wp-image-237 {
    width: 100%;
    height: auto;
}
.labelvar {
    font-family: 'Volte Semibold';
    margin-bottom: 5px;
    font-size: 18px;
}
.value select {
    border: 2px solid #C6CF65;
    padding: 6px;
    width: 60%;
    font-size: 15px;
}
.resetvar{
    margin-top: 5px;
}
.resetvar a {
    color: #C6CF65;
    font-family: 'Volte Semibold';
}
.oliva {
    display: inline-block;
    width: 10px;
}
.elementi {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.elementi li:last-child{
    border: none
}
.elemento {
    border-bottom: 1px solid #ededed;
    display: inline-block;
    width: 100%;
}
.elsx {
    float: left;
    width: 30%;
    font-family: 'Volte Semibold';
}
.eldx {
    float: left;
    width: 70%;
}
.titschede {
    font-family: Volte Semibold;
    font-size: 27px;
    margin-top: 0px;
    color: #C6CF65
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled, .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: inline-block;
    width: 60%;
}
.codice {
    margin-top: 0px;
    margin-bottom: 20px;
}
.variations {
    width: 100%;
    text-align: left;
}
.viamaps{
    font-size: 14px;
    margin-top: 0px;
}
.s1 {
    width: 40%;
}
.s2 {
    width: 60%;
}
.midd2{
    height: 400px
}
.sezionepuntodue {
    color: #C6CF65;
    font-size: 24px;
    margin: 0px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    position: relative;
    display: inline-block;
    width: 100%;
}
.woocommerce-store-notice, p.demo_store {
    position: fixed !important;
    top: inherit !important;
    font-size: 14px !important;
    text-align: center;
    background-color: #494953 !important;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    display: none;
    bottom: 0;
    padding: 1em !important
}
.woocommerce-store-notice__dismiss-link {
    display: table;
    background: #fff;
    margin: 5px auto 0px;
    color: #494953 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 10px 3px;
    font-size: 11px !important;
    text-decoration: none !important;
}


.lab {
    font-family: 'Volte Semibold';
    font-size: 16px !important;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
}


.fade {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: relative;
}
.slick-dots {
    bottom: 20px !important;
    z-index: 2;
}
.slick-dots li button {
    width: 10px !important;
    height: 10px !important;
    padding: 0px !important;
    color: #fff !important;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.2s all ease-in-out;
    margin: 0 auto
}
.slick-active button{
    background: #fff !important;
}
.slick-dotted.slick-slider{
    margin-bottom: 0px !important;
}
.fade .imguno, .fade .imgtre, .fade .imgquattro, .fade .imgdue{
    height: 650px;
    width: 100%
}
.fade li {
    background-position: center;
    background-size: cover;
}
.contart img {
    width: 100%;
    height: auto;
}
.midd2 .fade .imgdue {
    height: 400px;
}
.titlearticledue {
    margin-bottom: 0px;
    margin-top: 50px;
    line-height: 35px;
    font-size: 25px;
    font-family: 'Playfair Display', serif;
}
.listsericono {
    margin: 40px 0px;
    padding: 0px;
    list-style: none;
}
.listsericono {
    margin: 40px 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.listsericono li {
    display: flex;
    flex-direction: column;
    flex-basis: 30% !important;
    flex: 2;
    flex-basis: 0%;
    text-align: center;
}
.listarico {
    margin-bottom: 40px;
}
.listarico p {
    margin: 0px;
    line-height: 20px
}
.logorico {
    height: 65px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px 0px;
    background-position: center;
}
.lingue {
    position: fixed;
    left: 0;
    top: 15%;
    z-index: 4
}
.wpml-ls-sidebars-lingue.wpml-ls.wpml-ls-legacy-list-horizontal {
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
}
.lingue li {
    display: block !important;
}
.lingue li a {
    padding: 0px;
}
.lingue li:first-child a {
    margin-bottom: 5px
}
.msumm .nonstock {
    position: relative;
    display: inline-block;
    top: 0;
    margin-bottom: 10px;
}
.slowfoodbot {
    height: 67px;
}
.product-thumbs {
    padding: 0px;
    list-style: none;
    width: 100%;
    display: inline-block;
    margin: 20px 0px 20px;
    text-align: center;
}
.product-thumbs li {
    display: inline-block;
    width: 20%;
    height: 150px !important;
}
.singleimagegall {
    background-size: cover;
    background-position: center;
    height: 150px;
}
/* END CONTENT */




.tab {
    padding: 0px;
    margin: 30px 0px 0px;
    list-style: none;
    position: relative;
    bottom: -1px;
}
.tab button {
    display: inline;
}
.tab button.active, .tab button:hover {
    color: #C6CF65;
    background: #fff
}
.tab button {
    padding: 10px;
    display: inline-block;
    border-top: 1px solid #C6CF65;
    border-left: 1px solid #C6CF65;
    border-right: 1px solid #C6CF65;
    border-bottom: none;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: #C6CF65;
    transition: 0.2s all ease-in-out
}
.tabcontent {
    border: 1px solid #C6CF65;
    padding: 20px;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.tabcontent h3 {
    color: #C6CF65;
    font-size: 21px;
    font-family: 'Volte Semibold';
}
.woocommerce-Tabs-panel p {
    font-size: 14px;
}
#tab-title-additional_information {
    display: none;
}


/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* FOOTER */
footer {
    background-color: #494953;
    padding: 70px 0px;
    color: #DEDDDD;
    line-height: 20px;
    font-size: 14px;
}
.design{
	background-color: #3E3E46;
	padding: 15px 0px;
	color: #DEDDDD
}
footer span{
	font-family: 'Volte Semibold';
}
.title-widget {
    font-size: 17px;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'Volte Semibold';
}
.textwidget p:last-child {
    margin-bottom: 0px;
}
footer ul {
    list-style: none;
    padding: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
footer ul li a {
    color: #DEDDDD;
    text-decoration: none;
    text-transform: uppercase;
}
.design p {
    margin: 0px;
    font-size: 14px;
    font-family: 'Volte Semibold';
}
.design a {
    font-family: 'Volte Semibold';
    color: #fff;
    text-decoration: none;
}
.socialfooter {
    margin-top: 15px;
}
.socialfooter a {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    opacity: 0.6;
}
/* END FOOTER */

.hiddenpointdue{
    display: none;
}
.smart{
    display: none;
}




/* RESPONSIVE */

/* Schermi grandi o ad alta risoluzione */
@media all and (max-width: 1690px) {

}

/* 15" pollici */
@media all and (min-width: 1365px) and (max-height: 768px) {
.middles {
    height: 710px;
}
.titleslide {
    font-size: 50px;
    margin: 0px 0px 10px 0px;
    line-height: 48px;
}
.slide {
    background-size: 60%;
}
}

/* Tablet in modalità orizzontale */
@media all and (min-width: 768px) and (max-width: 1279px) and (orientation:landscape) {
header ul li {
    letter-spacing: 0px;
    margin: 0px 3px;
    padding: 0px 6px;
}
header ul {
    font-size: 14px;
}
.titleslide {
    font-size: 45px;
    margin: 0px 0px 20px 0px;
    line-height: 50px;
}
.certificazionitop img {
    width: 44px;
}
.biohome {
    width: 60px !important;
}
.middles {
    height: 700px;
}
@keyframes nuvolauno {
  0%   {left: 15%; bottom: 25%;}
  25%  {left: 16%; bottom: 26%;}
  50%  {left: 15%; bottom: 25%;}
  75%  {left: 16%; bottom: 26%;}
  100%  {left: 15%; bottom: 25%;}
}
@keyframes nuvoladue {
  0%   {right: 15%; bottom: 25%;}
  25%  {right: 16%; bottom: 26%;}
  50%  {right: 15%; bottom: 25%;}
  75%  {right: 16%; bottom: 26%;}
  100%  {right: 15%; bottom: 25%;}
}
.prodc {
    padding: 15px;
}
}

/* Tablet in modalità verticale */
@media all and (min-width: 768px) and (max-width: 1279px) and (orientation:portrait) {
.summary .quantity {
    float: none;
    width: 40%;
    display: block;
    margin: 0 auto 10px;
}
.titlenews {
    height: auto !important;
}
.lastnews li {
    margin-bottom: 40px;
}
.single_add_to_cart_button.button.alt {
    float: none;
    width: 40%;
}
.titleslide.titleslideen {
    font-size: 35px;
    line-height: 41px;
}
.menuresp{
    display: block;
}
.titleslide {
    font-size: 45px;
    margin: 0px 0px 20px 0px;
    line-height: 50px;
}
.certificazionitop img {
    width: 44px;
}
.biohome {
    width: 60px !important;
}
.middles {
    height: 700px;
}
.slide {
    background-size: 90%;
}
.slide a {
    font-size: 14px;
    background: #C6CF65;
    padding: 10px 10px;
    margin-top: 0px;
}
.titleicon, .texticon {
    width: 40%;
    margin: 10px auto 0px;
}
@keyframes nuvolauno {
  0%   {left: 15%; bottom: 25%;}
  25%  {left: 16%; bottom: 26%;}
  50%  {left: 15%; bottom: 25%;}
  75%  {left: 16%; bottom: 26%;}
  100%  {left: 15%; bottom: 25%;}
}
@keyframes nuvoladue {
  0%   {right: 15%; bottom: 25%;}
  25%  {right: 16%; bottom: 26%;}
  50%  {right: 15%; bottom: 25%;}
  75%  {right: 16%; bottom: 26%;}
  100%  {right: 15%; bottom: 25%;}
}
.texticon {
    margin-bottom: 40px;
}
.backfooter {
    height: 180px;
}
footer {
    text-align: center;
}
.footeruno, .footerdue, .footertre, .footerquattro{
    margin-bottom: 40px;
}
.design {
    text-align: center;
}
.design .col-md-6.right {
    text-align: center;
    margin-top: 10px;
}
.titlepage{
    font-size: 45px
}
.testosezaz {
    padding: 0px 20px;
    font-size: 15px;
    line-height: 22px;
}
.rr h4::after, .ll h4::after {
    display: none;
}
.middlesezpunt {
    display: table-cell;
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
}
.sezionepunto {
    width: 70%;
    margin: 0px auto 30px;
}
.hiddenpoint{
    display: none;
}
.hiddenpointdue{
    display: block;
}
.imgol {
    height: 480px;
    margin-bottom: 30px;
}
.oliosezione {
    padding: 0px 0px;
}
.imgzaf {
    height: 340px;
}
.alignnone.size-full.wp-image-237 {
    width: 70%;
    margin: 0px auto 30px;
    display: block;
}
.contcon {
    text-align: center;
    margin-bottom: 40px;
}
.shrink .marchio {
    background-image: url(images/marchiow.svg);
    height: 60px;
}
.menu-menusx-container, .menu-menudx-container, .menu-menusx-inglese-container, .menu-menudx-inglese-container {
    display: none;
}
.contmarchio{
    width: 20%
}
.contmenu {
    width: 39%;
}
.carttop {
    right: 20%;
}
.imageprosingle {
    height: 400px;
    background-position: center;
}
.overlaycontsingpro {
    height: 40vh;
}
.summary.entry-summary {
    text-align: center;
}
.summary.entry-summary .price{
    text-align: center;
}
.product_title.entry-title{
    text-align: center;
}
.variations {
    width: 100%;
    text-align: center;
}
.single_variation_wrap {
    text-align: center;
}
.conticonsing {
    display: inline-block;
}
.cuno{
    height: 65px;
}
.cdue{
    height: 55px;
}
.msumm {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.woocommerce-product-details__short-description {
    width: 70%;
    margin: 26px auto;
}
.related.products h2 {
    margin-top: 60px;
}
.value select {
    width: 50%;
    text-align: center;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled, .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: inline-block;
    width: 100%;
}
.titschede {
    margin-top: 50px;
}
}

/* Smartphone o piccoli Tablet */
@media all and (max-width: 767px) {
	

	
img.wp-post-image {
    max-width: 250px !important;
    max-height: 650px !important;
    width: auto !important;
    height: auto !important;
}	
	
.titlearticledue {
    line-height: 30px;
    font-size: 20px;
}
.titleslide.titleslideen {
    font-size: 24px;
    line-height: 30px;
}
.summary .quantity {
    float: none;
    width: 70%;
    display: block;
    margin: 0 auto 10px;
}
.single_add_to_cart_button.button.alt {
    float: none;
    width: 70%;
}
.subtitle{
    font-size: 16px;
}
.titleslide {
    font-size: 31px;
    line-height: 36px;
}
.certificazionitop img {
    width: 32px;
}
.biohome {
    width: 50px !important;
}
.middleh{
    height: 100px
}
.middles {
    height: 520px;
}
.slide {
    background-size: 100%;
    background-position: bottom;
}
.slide a {
    font-size: 14px;
    background: #C6CF65;
    padding: 10px 10px;
    margin-top: 0px;
}
.titleicon, .texticon {
    width: 80%;
    margin: 10px auto 0px;
}
@keyframes nuvolauno {
  0%   {left: 15%; bottom: 19%;}
  25%  {left: 16%; bottom: 18%;}
  50%  {left: 15%; bottom: 19%;}
  75%  {left: 16%; bottom: 18%;}
  100%  {left: 15%; bottom: 19%;}
}
@keyframes nuvoladue {
  0%   {right: 15%; bottom: 19%;}
  25%  {right: 16%; bottom: 18%;}
  50%  {right: 15%; bottom: 19%;}
  75%  {right: 16%; bottom: 18%;}
  100%  {right: 15%; bottom: 19%;}
}
.texticon {
    margin-bottom: 40px;
}
.backfooter {
    height: 90px;
    background-size: cover;
}
footer {
    text-align: center;
}
.footeruno, .footerdue, .footertre, .footerquattro{
    margin-bottom: 40px;
}
.design {
    text-align: center;
}
.design .col-md-6.right {
    text-align: center;
    margin-top: 10px;
}
.titlepage{
    font-size: 45px
}
.testosezaz {
    padding: 0px 20px;
    font-size: 15px;
    line-height: 22px;
}
.rr h4::after, .ll h4::after {
    display: none;
}
.middlesezpunt {
    display: table-cell;
    width: 100%;
    height: auto;
    vertical-align: middle;
    text-align: center;
}
.sezionepunto {
    width: 70%;
    margin: 0px auto 30px;
}
.hiddenpoint{
    display: none;
}
.hiddenpointdue{
    display: block;
}
.imgol {
    height: 280px;
    margin-bottom: 30px;
}
.oliosezione {
    padding: 0px 0px;
}
.imgzaf {
    height: 300px;
}
.alignnone.size-full.wp-image-237 {
    width: 70%;
    margin: 0px auto 30px;
    display: block;
}
.contcon {
    text-align: center;
    margin-bottom: 40px;
}
.marchio{
    height: 55px
}
.shrink .marchio {
    height: 55px;
}
.menu-menusx-container, .menu-menudx-container, .menu-menusx-inglese-container, .menu-menudx-inglese-container, .menu-menudx-tedesco-container, .menu-menusx-tedesco-container, .menu-menudx-francese-container, .menu-menusx-francese-container {
    display: none;
}
.contmarchio{
    width: 50%
}
.contmenu {
    width: 24%;
}
.carttop {
    right: inherit;
    left: 20px;
    top: 40px;
}
.imageprosingle {
    height: 320px;
    background-position: center;
}
.overlaycontsingpro {
    height: 50vh;
}
.summary.entry-summary {
    text-align: center;
}
.summary.entry-summary .price{
    text-align: center;
}
.product_title.entry-title{
    text-align: center;
}
.variations {
    width: 100%;
    text-align: center;
}
.single_variation_wrap {
    text-align: center;
}
.conticonsing {
    display: inline-block;
}
.cuno{
    height: 25px;
}
.cdue{
    height: 25px;
}
.button_container {
    top: 39px;
}
.titnes {
    font-size: 30px;
}
.slidepage {
    padding-top: 130px;
}
.cherubino {
    height: 45px;
}
.subttitle {
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 2px;
}
.titlepage {
    font-size: 38px;
}
.unterzo {
    float: left;
    width: 100%;
}
.unterzo .imgaz {
    height: 280px;
}
.testosezaz {
    width: 100%;
    height: auto;
}
.imgsezaz {
    width: 100%;
}
.middlevideo {
    height: auto;
}
.middlesezaz{
    height: auto;
}
.smart{
    display: block;
}
.non{
    display: none;
}
.middlesezaz h5 {
    margin-bottom: 20px;
    margin-top: 40px;
}
.testorico {
    width: 100%;
}
.cert img {
    height: 40px;
}
.titlecert {
    font-size: 30px;
}
.certificazioni {
    padding: 20px 0px;
}
.shopimg{
    height: 60px;
}
.certifpro {
    margin: 30px 0px;
}
.coupon input, .coupon button {
    width: 100% !important;
}
.cert li {
    display: inline-block;
    margin: 0px 8px;
}
.menuresp{
    display: block;
}
.fade .imguno, .fade .imgtre, .fade .imgquattro, .fade .imgdue{
    height: 260px;
    width: 100%
}
.imgsezaz{
    height: auto;
}
.sezaz {
    display: inline-block;
}
.fade li {
    background-position: center;
    background-size: cover;
}
.titlepro{
    font-size: 27px;
}
.tuttishop {
    margin-bottom: 30px;
}
.messaggiooo {
    width: 90%;
}
.lingue {
    position: fixed;
    left: 0;
    top: 20%;
    z-index: 4
}
.wpml-ls-sidebars-lingue.wpml-ls.wpml-ls-legacy-list-horizontal {
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
}
.titlenews {
    height: auto !important;
}
.lastnews li {
    margin-bottom: 40px;
}
} 






