/*-----------------------------------------*/
/*-----------POWERED BY NETECH-------------*/
/*-------------Matteo Baratin--------------*/
/*-----------------------------------------*/

/*
 * ICONA SPIGA
 */
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?dzyuhx');
    src:    url('../fonts/icomoon.eot?dzyuhx#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?dzyuhx') format('truetype'),
        url('../fonts/icomoon.woff?dzyuhx') format('woff'),
        url('../fonts/icomoon.svg?dzyuhx#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-spiga:before {
    content: "\e900";
}


body, html{
    width: 100%;
    height: 100%;
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
.clear{
    clear: both;
}
header{
    width: 100%;
    padding: 25px;
    padding-top: 20px;
    padding-bottom: 5px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}
.logo{
    width: 260px;
    float: left;
}
/* MOBILE
Portrait and Landscape */
@media only screen 
  and (max-width: 480px){
      .logo{
    width: 210px;
    float: left;
}
}

.menu{
    list-style: none;
    float: right;
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Bree Serif', serif;
}
.lingue{
    float: right;
    list-style: none;
}
.lingue li{
    display: inline-block;
}
.lingue .btn{
    padding: 0px;
    line-height: normal;
    background-color: transparent;
    color: white;
    font-size: 16px;
    font-family: 'Bree Serif', serif;
    margin-top: -7px;
}
.carrello{
    padding: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 9px;
    border-right: solid 1px white;
}
.menu li{
    display: inline-block;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.menu li a:link, .menu li a:visited{
    color: white;
    text-decoration: none;
    font-size: 16px;
}
.testata{
    width: 100%;
    height: 600px;
    background-size: cover;
    margin-top: -1px;
}
/* Effect 4: bottom border enlarge */
.cl-effect-4 a {
	padding: 0 0 10px;
    position: relative;
}

.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
	height: 1px;
	opacity: 1;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}
.prodotti{
    background-image: url(../img/back_Home.png);
    background-size: cover;
    padding-bottom: 50px;
}
.titolo{
    font-family: 'Bree Serif', serif;
    color: #4c3000;
    font-size: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}
.titolo:before, .titolo:after{
    content: '\e900';
    font-family: 'icomoon';
    font-size: 75px;
    padding: 15px;
    position: relative;
    top: 20px;
    color: #d9d9d9;
}
.rigasx{
    height: 1px;
    width: 30%;
    background-color: #d9d9d9;
    position: absolute;
    top: 50%;
    left: 0;
}
.rigadx{
    height: 1px;
    width: 30%;
    background-color: #d9d9d9;
    position: absolute;
    top: 50%;
    right: 0;
}
.xten{
    width: 15%;
}
.xfourty{
    width: 40%;
}
.xthurty{
    width: 35%;
}
.thumb{
    font-family: 'Bree Serif', serif;
    color: #4c3000;
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.desc{
    padding: 10px;
    padding-left: 35px;
    padding-right: 35px;
}
.desc p{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding-top: 10px;
}
.vai{
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #4c3000;
    color: #4c3000;
    border-radius: 500px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    background-color: transparent;
    transition: all 0.3s;
}
.vai:hover{
    background-color: #4c3000;
    color: white;
}
.decorativa{
    font-size: 100px;
    color: #d9d9d9;
    position: relative;
    top: 30px;
}
.claim{
    text-align: center;
    font-family: 'Bree Serif', serif;
    color: #4c3000;
    padding-top: 50px;
    padding-bottom: 0;
    font-size: 23px;
}
.claim img{
    width: 110px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.richiamo{
    width: 100%;
    background-image: url(../img/back_grano.jpg);
    background-size: cover;
}
.testuale{
    padding: 100px;
    padding-top: 150px;
    padding-bottom: 150px;
    color: white;
    font-family: 'Bree Serif', serif;
    font-size: 23px;
    width: 50%;
}
.testuale p{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    padding-top: 25px;
}
.vaiWhite{
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid white;
    color: white;
    border-radius: 500px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    background-color: transparent;
    transition: all 0.3s;
}
.vaiWhite:hover{
    background-color: white;
    color: #4c3000;
}
.data{
    font-family: 'Bree Serif', serif;
    font-size: 23px;
    color: #4c3000;
    text-align: center;
    line-height: 25px;
    border-radius: 500px;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 16px;
    position: relative;
    left: 50%;
    margin-left: -50px;
    border: solid 6px #a5977f;
}
.data span{
    font-size: 28px;
}

.titoloNews{
    font-family: 'Bree Serif', serif;
    color: #4c3000;
    font-size: 23px;
    padding-bottom: 10px;
}
.sottoTesto{
    font-style: italic;
    color: #b29b79;
    padding-bottom: 5px;
}
.articolo p{
    padding-bottom: 10px;
    color: #4c3000;
}
.articolo{
    padding-top: 25px;
    padding-bottom: 25px;
}
.backPurple{
    background-color: #f6f4f2;
}
footer{
    padding: 15px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: white;
}
footer .separator{
    width: 1px;
    height: 30px;
    background-color: #4c3000;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}
footer .contatti{
    display: inline-block;
    font-size: 13px;
    float: left;
}
footer ul{
    display: inline-block;
    float: left;
    text-align: center;
}
footer ul li{
    list-style: none;
    font-size: 14px;
}
footer ul li a, footer ul li a:hover{
    text-decoration: none;
    color: #4c3000;
}
footer .social{
    text-transform: uppercase;
    float: left;
    text-align: center;
}
footer .social i{
    padding: 5px;
    font-size: 28px;
    color: #4c3000;
    transition: all 0.3s;
}
footer .social i:hover{
    opacity: 0.7;
}
.borderRight{
    border-right: 1px solid #4c3000;
}
footer img{
    max-width: 180px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -20px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100px;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
    background-color: transparent;
    border: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: none;
    background-clip: none;
}
.dropdown-menu li a, .dropdown-menu li a:hover{
    margin: 0;
    text-align: right;
    color: white;
    font-family: 'Bree Serif', serif;
    background: none;
}
.dropdown-menu img{
    width: 25px;
}
.headerFisso{
    position: fixed;
    top: 0;
    z-index: 90000;
    background-color: white;
    border-bottom: 1px solid #d9d9d9;
}
.bianco{
    display: block;
}
.brown{
    display: none;
}
.headerFisso .bianco{
    display: none;
}
.headerFisso .brown{
    display: block;
}
.headerFisso ul li a:link, .headerFisso ul li a:visited{
    color: #4c3000;
        font-size: 16px;
}
.headerFisso .cl-effect-4 a::after {
	background: #4c3000;
}
.headerFisso .dropdown-menu {
    background-color: white;
    border: 1px solid #d9d9d9;
}
.headerFisso .lingue .btn{
    color: #4c3000;
}
.unQuarto{
    width: 24%;
    padding-left: 1%;
    padding-right: 1%;
}
.logoFooter{
    padding-left: 6%;
    padding-right: 6%;
    text-align: center;
}
#menu{display: none;}
.slicknav_menu {
	display:none;
}
.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: transparent;
    padding: 5px;
    text-align: center;
}
.slicknav_nav{
    background-color: white;
    border: 1px solid #d9d9d9;
    position: relative;
    top: 11px;
}
.slicknav_btn{
    padding: 11px;
    background-color: #4c3000;
}
.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 25px;
    height: 3px;
}
.slicknav_menu .slicknav_icon {
    float: left;
    width: 25px;
    height: 21px;
    margin: 0;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 6px;
}
.slicknav_nav li {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.slicknav_nav .carrello i {
    font-size: 30px;
    text-align: center;
    margin-left: -15px;
}
.slicknav_nav a {
    padding: 10px 20px;
    margin: 2px 5px;
    font-size: 16px;
    text-decoration: none;
    color: #4c3000;
    font-family: 'Bree Serif', serif;
}
.slicknav_nav a:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #4c3000;
}
.slicknav_nav ul {
    padding: 0;
    margin: 0;
    background-color: white;
}
.slicknav_nav li:hover {
    background: #4c3000;
}
.slicknav_nav li:hover>a {
    color: white;
}
.slicknav_row:hover {
    background-color: transparent;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
}
.floatLogo{
    float: left;
}
.headerFisso .slicknav_nav li:hover>a{
    color: white;
}

/*
 * CSS AZIENDA
 */

.azienda{
    width: 100%;
    background-image: url(../img/backAzienda.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 86px;
}
.paragrafoAzienda{
    background-color: white;
    margin-top: 90px;
    padding-left: 5%;
    padding-right: 5%;
}
.paragrafoAzienda{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #4c3000;
}

/*
 * CSS PRODOTTI
 */

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    position: relative;
    color: #555555;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #cccccc;
    border-radius: 0;
    text-align: right;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.control-label{
    position: absolute;
/*    bottom: 0;*/
}
.form-control:focus {
    border-color: #4c3000;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mex .control-label{
    top: 0;
}
.ofMex{
    text-align: left;
    margin-top: 20px;
    resize: none;
}
/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
 /*  position: absolute;
  left: -9999px; */
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #4c3000;
  background: #f8f8f8;
  border-radius: 0;
  box-shadow: none;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #4c3000;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #4c3000;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #4c3000!important;
}
form .vai{
    margin-top: 25px;
    text-transform: uppercase;
}
.single_add_to_cart_button{
    float: right;
    margin-top: 25px;
    clear: both;
}
.quantity input{
    float: right;
    text-align: center;
    width: 70px;
}

/*
 * CSS INTERNO PRODOTTO
 */

.torna{
    border-bottom: solid 1px #d9d9d9;
    border-top: solid 1px #d9d9d9;
    position: fixed;
    left: 0;
    padding: 5px;
    background-color: white;
    width: 100%;
    padding-left: 35px;
}
.torna a{
    font-family: 'Bree Serif', serif;
    color: #4c3000;
    text-decoration: none;
    font-size: 16px;
}
.interno{
    margin-top: 106px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../img/back_Home.png);
    background-size: cover;
}

.descrizioneP h1{
    font-family: 'Bree Serif', serif;
    color: #4c3000;
    position: relative;
}
.descrizioneP h1:before{
    content: '\e900';
    font-family: 'icomoon';
    font-size: 75px;
    padding: 15px;
    position: absolute;
        left: -60px;
    top: -40px;
    color: #d9d9d9;
}
.descrizioneP p{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}
.specifiche{
    padding-bottom: 50px;
}
.specifiche span{
    float: right;
}
.border{
    border-bottom: 1px solid #c9c0b2;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    position: relative;
}

/*
 * CSS NEWS
 */

.inNews .data {
    font-family: 'Bree Serif', serif;
    font-size: 23px;
    color: #4c3000;
    text-align: center;
    line-height: 25px;
    border-radius: 500px;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 16px;
    position: relative;
    left: 0;
    margin-left: 0;
    border: solid 6px #a5977f;
}
.immNews{
    width: 100%;
    height: 200px;
    background-image: url(../img/news.jpg);
    background-size: cover;
    background-position: center center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.inNews .articolo{
    padding-bottom: 50px;
}


.scomparsa{
    font-family: 'Bree Serif', serif;
    font-size: 23px;
    color: #4c3000;
    text-align: center;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #f6f4f2;
    cursor: pointer;
    
}
.comparsa{
    display: none;
    position: relative;
    top: 150px;
    opacity: 0;
}

/*
 * CSS INTERNO NEWS
 */

.bassa{
    height: 400px;
}
.inNews .articolo p{
    padding-top: 15px;
}
.articolo .social{
    padding-top: 25px;
    text-transform: uppercase;
}
.articolo .social i{
    padding: 5px;
    font-size: 20px;
    color: #4c3000;
    transition: all 0.3s;
}
.articolo .social i:hover{
    opacity: 0.7;
}

/*
 * CSS CONTATTI
 */
.carrello i{
    font-size: 25px;
}
.contact{
    padding-top: 25px;
}
.datiazienda{
    padding: 0;
    padding-top: 25px;
}
.datiazienda li{
    list-style: none;
    font-size: 16px;
    padding-bottom: 8px;
}
.datiazienda li a{
    color: #4c3000;
    text-decoration: none;
    transition: all 0.3s;
}
.datiazienda li a:hover{
    opacity: 0.7;
}
.datiazienda li a i{
   width: 35px;
    font-size: 22px;
}
.contact h3{
    color: #4c3000;
    font-family: 'Bree Serif', serif;
}
.contact .form-group{padding-left: 0;}
.margin{ margin-top: 20px; margin-bottom: 20px;}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: 0px;
    margin-top: 4px \9;
    margin-top: 25px;
}

    html {overflow-x: hidden;}

.cart{
    text-align: center;
}
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: inherit;
    margin-top: 25px;
    margin-bottom: 25px;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: 200px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    padding-bottom: 50px;
}
.wc-proceed-to-checkout a{
    font-size: inherit;
    color: inherit;
    text-transform: uppercase;
}
.wc-proceed-to-checkout a:hover{
    text-decoration: none;
}
.product-remove a{
    background-color: #4c3000;
    color: white;
    border-radius: 200px;
    width: 40px;
    border: 1px solid #4c3000;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    transition: all 0.3s;
}
.product-remove a:hover{
    background-color: white;
    color: #4c3000;
    border: 1px solid #4c3000;
} 
.cart_totals h2{
    color: #4c3000;
    font-family: 'Bree Serif', serif;
}
.cart{
    color: #4c3000;
}
.shop_table{
    color: #4c3000;
    text-align: center;
}
.price{
    text-align: right;
    font-size: 20px;
    color: #4c3000;
}

#createaccount {display: none;}

/* MOBILE
Portrait and Landscape */
@media only screen 
  and (max-width: 480px){
.testata{
    height: 300px;
}
/*
      .wrap{
          margin-top: 10px !important;
      }
*/
}
.testata{
    position: relative;
}
.testata .over-text{
    position: absolute;
    width: 400px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -200px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-family: 'Bree Serif', serif;
}
.testata .over-text h1{
    font-size: 52px;
}
.mobileNav{
        width: 90%;
        position: relative;
        z-index: 999999999999999;
        display: none;
  }
  .mobileNav .btn{
        float: right;
        margin-top: 3px;
        background-color: #4c3000;
        color: white;
        font-family: 'Bree Serif', serif;
        border-radius: 5px;
        position: relative;
  }
  .mobileNav .dropdown-menu{
    right: -7px;
    color: #4c3000 !important;
    background-color: white;
    left: auto;
    top: 45px;
  }
.mobileNav .dropdown-menu a{
    color: #4c3000;
    text-align: center;
    padding: 10px 20px;
  }
.mobileNav .dropdown-menu a:hover{
    background-color: #4c3000;
    color: white;
    text-align: center;
  }
  .mobileNav .dropdown-toggle .fa-globe{
    font-size: 20px;
    vertical-align: middle;
    margin-right: 10px;
  }
.mobileNav .dropdown-menu .divider{display: none; }
  @media only screen 
  and (max-width: 992px){
    .mobileNav{
        display: block;
    }
  }
@media only screen 
  and (max-width: 480px){
    .testata .over-text{
        width: 300px;
        margin-left: -150px;
    }
    .testata .over-text h1{
        font-size: 40px;
    }
    header{
        padding: 10px;
    }
    
    .floatLogo .logo{
        width: 170px;
    }
    .js .slicknav_menu{
        margin-left: -10px;
    }
    .mobileNav{
        width: 80%;
    }
  }

.woocommerce button.button.alt{
	padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
	margin:20px 0;
	float:right;
    border: 1px solid #4c3000;
    color: #4c3000;
    border-radius: 500px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    background-color: transparent;
    transition: all 0.3s;
}
.woocommerce button.button.alt:hover{
    background-color: #4c3000;
    color: #fff;
}
.product-remove a{
	background:#fff;
	width: 40px;
    height: 40px;
	border: 1px solid #fff;
    padding: 7px;
    transition: all 0.3s;
}
.woocommerce a.remove{
	color: #4c3000 !important
}
.woocommerce a.remove:hover {
    color: #4c3000 !important;
    background: transparent;
	width: 40px;
    height: 40px;
    padding: 7px;
}
label.screen-reader-text {
    display: none;
}

/* Fix ottobre 2022 - nascondo elementi di woocommerce */
.dropdown-menu {
	background-color: #fff;
}
.dropdown-menu > li > a {
	color: #333333;
}
.dropdown-menu li a:hover {
	color: #333333;
	text-decoration: underline;
}
.dropdown-menu .divider {
	display: none;
}
.lingue {
	padding-left: 0;
}
.lingue li {
    display: inline-block;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin: 9px;
}

.single-product .main div[itemprop="offers"],
.single-product .main .price,
.single-product .main .cart {
	display: none;
}
/**/