/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* ==========================================================================
   STILI GENERICI
   ========================================================================== */
audio, canvas, img, video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
/* reset normalize */
ol, ul {
    padding: 0;
    margin: 0;
}
/*questo sotto non somma il padding*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/* ==========================================================================
   STILI SITO
   ========================================================================== */ :root {
    --arancione: #fa9226;
    --bianco: #ffffff;
    --vinaccia: #c40036;
}
body {
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
img {
    height: auto;
    max-width: 100%;
    width: auto;
    border: 0;
}
a {
    color: #d91414;
    text-decoration: none;
}
a:focus {
    outline: none;
}
h1 {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
h2 {
    font-size: 23px;
    line-height: 26px;
    color: #5f5f5f;
    font-weight: 500;
}
h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 5px;
    color: #585858;
    font-weight: 300;
    text-transform: uppercase;
}
.wrapper {
    width: 90%;
    margin: 0 5%;
}
.wrapper_nomargin {
    width: 100%;
}
.wrapper_nomargin_mobile {
    width: 100%;
}
.hide-show {
    display: none !important;
}
.show-hide {
    display: inline-block !important;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.venti, .venticinque, .trenta, .quaranta, .cinquanta, .sessanta, .settanta, .ottanta {
    float: left;
    width: 100%;
}
.dieci {
    float: left;
}
aside {
    float: left;
    width: 100%;
    margin-left: 0;
}
.bianco {
    background: #FFF;
}
hr {
    border: 0px;
    height: 1px;
    color: #CCC;
    background-color: #CCC;
}
.pulsante {
    display: inline-block;
    background: #c50036;
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    min-width: 165px;
}
/*.pulsante-acquista {
    display: inline-block;
    background: #518500;
    padding: 15px 30px 15px 50px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background-repeat:no-repeat;
    background-image:url(../images/carrello_pulsante.png);
    background-position:15px;
    min-width:165px;
}*/
.pulsante-acquista {
    display: inline-block;
    background: #518500;
    padding: 10px 20px 10px 30px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-image: url(../images/carrello_pulsante.png);
    background-position: 15px;
    min-width: 165px;
    margin-top: 10px;
}
.pulsante-acquista.big {
    padding: 15px 30px 15px 50px;
    font-size: 18px;
    color: #fff;
    min-width: 185px;
}
.pulsante-verde {
    display: inline-block;
    background: #518500 !important;
    padding: 15px 30px 15px 50px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    min-width: 165px;
}
.pulsante-bordorosso {
    display: inline-block;
    border: 1px #c50036 solid;
    padding: 10px 20px;
    font-size: 16px;
    background: none !important;
    color: #c50036 !important;
}
.pulsante-rosso {
    display: inline-block;
    padding: 15px 30px;
    font-size: 18px;
    background: #c50036 !important;
    color: #fff !important;
}
.pulsante-bordobianco {
    display: inline-block;
    border: 1px #ffffff solid;
    padding: 15px 30px;
    font-size: 18px;
    background: none !important;
    color: #fff !important;
}
.bordo-left {
    border-left: 0;
    padding-left: 0px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
}
.bordo-right {
    border-right: 0;
    padding-right: 0px;
    border-bottom: solid 1px #ccc;
    padding-bottom: 40px;
}
.padding-bottom {
    padding-bottom: 30px;
}
.padding-right {
    padding-right: 0px;
}
.padding-left {
    padding-left: 0px;
}
.scuro {
    background: rgba(0, 0, 0, 0.4);
}
.divisorio {
    padding: 20px 0;
    margin-bottom: 40px;
    border-bottom: dashed 1px #ccc;
}
/*HEADER
--------------------------------------------------------*/
/* aggiungo la classe per lo sticky */
.scroll {
    position:fixed;
    top:0;
    z-index:100;
    background:rgba(50, 14, 17, 0.8);
    width:100%;
    text-align:center;
    -ms-transition:0.5s;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.preheader {
    background-color: var(--arancione);
    color: var(--bianco);
    font-size: 17px;
    padding: 0px;
}
.preheader p {
    margin: 8px;
    font-size: 12px;
}
.preheader .social {
    border-left: solid 3px var(--bianco);
    border-right: solid 3px var(--bianco);
    padding: 8px 15px;
}
.preheader .social a {
    padding: 5px;
    margin-top: 2px;
}
.lingua {
    padding: 8px 0;
}
.lingua a {
    display: block;
    float: left;
    padding: 0 11px;
    color: var(--bianco);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
.lingua a:hover {
    color: #fff;
}
.lingua a.langSelected {
    color: #fff;
}
/*header {
  border-bottom: solid 1px #000;
}*/
.menu-bianco{
    background-color: var(--bianco);
}
.menu-bianco .flex{
    align-items: center;

}
.logo {
    padding: 10px 0;
    padding-left: 0px;
    flex: 0 1 40%;
}
.menu-voci{
    flex: 0 1 55%;
}
nav ul li ul {
    z-index: 999999;
}

.pay-off {
    font-family: 'Indie Flower', cursive;
    color: #fff;
    font-size: 23px;
    padding: 20px 0;
    text-align: center;
    display: block;
}
.scuro60 {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    position: absolute;
    z-index: 100;
}

/*HOME
------------------------------------------------------------*/
.home-foto {
    background: url(../images/bg-home.jpg);
    min-height: 700px;
    background-size: cover;
    background-position: center bottom;
    color: var(--bianco);
}
.home-foto h1 {
    color: var(--bianco);
    font-size: 36px;
    line-height: 40px;
    text-transform: none;
    text-align: left;
    padding-top: 10%;
    margin: 0;
    text-shadow: 2px 2px 4px #000000;

}
.home-foto p {
    font-size: 20px;
    line-height: 30px;
    width: 40%;
    text-shadow: 2px 2px 4px #000000;
}
.in-evidenza {
    background-color: var(--vinaccia);
    color: var(--bianco);
    text-align: center;
    padding: 50px 0 70px 0;
}
.in-evidenza h2 {
    color: var(--bianco);
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}
.in-evidenza p {
    font-size: 20px;
    font-weight: 300;
    width: 80%;
    margin: 0 10%;
}
/*shop-online*/
.home-shop-online {
    background-image: url(../images/home/shop-online-bg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 400px;
}
.home-shop-online h2 {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 8px;
}
.home-shop-online div.flex {
    min-height: 400px;
}
.home-shop-online div.shop-testo {
    width: 100%;
    background-color: #fff;
    font-size: 18px;
    min-height: 400px;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
.shop-foto, .confezioni-regalo-foto{
    height: 150px;
}
.home-shop-online .confezioni-regalo-link {
    display: block;
}
/*confezioni regalo*/
.home-confezioni-regalo {
    background-image: url(../images/home/confezioni-regalo-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    min-height: 400px;
    text-align: right;
}
.home-confezioni-regalo h2 {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    text-align: right;
    margin-bottom: 8px;
}
.home-confezioni-regalo div.flex {
    min-height: 400px;
}
.home-confezioni-regalo div.confezioni-regalo-testo.flex {
    width: 100%;
    background-color: #fff;
    font-size: 18px;
    min-height: 400px;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
    text-align: right;
}
.home-confezioni-regalo .confezioni-regalo-link {
    display: block;
}
/*newsletter*/
.newsletter {
    background-color: var(--vinaccia);
    color: var(--bianco);
}
.newsletter .wrapper {
    background-image: url(../images/newsletter-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 100%;
    margin: 0;
}
.newsletter .wrapper div {
    width: 100%;
    padding: 30px;
}
.newsletter h2 {
    color: var(--bianco);
    font-size: 36px;
    line-height: 38px;
    font-weight: bold;
}
/*fascia home
----------------------------------------*/
.fascia-home{
    background-color:  var(--vinaccia);
}
.fascia-home .wrapper{
    width: 100%;
    margin: 0;

}
.fascia-home a.pulsante-bordobianco{
    background-color: var(--vinaccia) !important;
}
.fascia-home h2 {
    color: var(--bianco);
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #c40036;
}
/*centoanni*/
.centoanni {
    width: 100%;
    background-image: url("../images/settecani-100.jpg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    color: var(--bianco);
    min-height: 300px;
    padding: 40px 30px;
    border-bottom: solid 1px #e799af ;
    align-items: center;
}
/*primizia-2024*/
.primizia-2024 {
    width: 100%;
    background-image: url("../images/home/primizia_2022.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    color: var(--bianco);
    min-height: 300px;
    padding: 40px 30px;
    border-bottom: solid 1px #e799af ;
    align-items: center;
}
/*gamberorosso*/
.gamberorosso{
    width: 100%;
    padding: 40px 30px;
    align-items: center;
    text-align: center;
}
.gamberorosso div{
    width: 100%;
}
.gamberorosso figure{
    width: 100%;
    margin-top: 20px;
}




/*cta homepage*/
.cta .wrapper div{
    width: 100%;
    padding: 20px;
}
.cta h2 {
    color: var(--bianco);
    font-size: 36px;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
}
.cta p{
    font-size: 18px;
}
.cta a {
    color: var(--bianco);
    text-decoration: none;
}
.cta {
    background-color: var(--vinaccia);
    color: var(--bianco);
    margin-bottom: 0px;
    margin-top: -20px;
    padding:20px;

}
.cta-magnum .wrapper {
    background-image: url(../images/home/bg-magnum-vinaccia.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    margin: 0;
    padding: 80px 0;
}
.cta-vinosfuso .wrapper {
    background-image: url(../images/home/damigiana-vinaccia.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    margin: 0;
    padding: 80px 0;
}
.cta-vinosfuso p{
    width: 100%;
}
.cta-settimocielo .wrapper {
    background-image: url(../images/settimocielo.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    margin: 0;
    padding: 80px 0;
}
.cta-settimocielo p{
    width: 100%;
}

.cta-primizia .wrapper {
    background-image: url(../images/home/primizia_2022.png);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    margin: 0;
    padding: 80px 0;
}
.cta-primizia p{
    width: 100%;
}



/*cta confezioni regalo*/
.cta-confezioni {
    background-color: var(--vinaccia);
    color: var(--bianco);
    margin-bottom: 60px;
    margin-top: -20px;
}
.cta-confezioni .wrapper {
    background-image: url(../images/cta-confezioni-bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    width: 100%;
    margin: 0;
}
.cta-confezioni .wrapper div {
    width: 100%;
    padding: 20px;
}
.cta-confezioni h2 {
    color: var(--bianco);
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
}
.cta-confezioni a {
    color: var(--bianco);
    text-decoration: none;
}

.cta-confezioni .pulsante-bordobianco {
    border: none;
    padding: 0;
}
/*VIDEO------------------------------------------------------
*/
.video-lista {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.video-lista div.video-item {
    flex: 0 1 100%;
    margin: 0 0 70px 0;
}
/***********************************ECOMMERCE**********************************/
/***************CART DROPDOWN***************/
#menu_carrello, #menu_carrello_mobile{
    font-size: 20px;
    display: inline-block;
    /*margin-top: -5px;
    position: absolute;*/
    font-weight: 500;
    background-image: url(../images/carrello.png);
    background-repeat: no-repeat;
    padding-left: 40px;
    padding-bottom: 5px;
    color: #bd0223;
}
#menu_carrello_mobile {
    width: 30px;
    color: #fff;
    margin: 28px 0;
}
/*#menu_carrello_mobile a {
  color: #fff;
}*/
@keyframes cambia_colore {
    0% {
        color: #c40032;
    }
    100% {
        color: #fff
    }
}
#menu_carrello_mobile_aggiunto {
    padding-left: 40px;
    animation-name: cambia_colore;
    animation-duration: 4s;
    display: none;
}
#cart {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 300px;
    right:0;
    top:30px;
}
#cart #arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #fff;
    margin-left: 15px;
}
#cart-content {
    background-color: #fff;
    border: 1px solid #42392f;
    border-radius: 3px;
    color: #42392f;
    font-size: 16px;
    text-align: left;
    padding: 10px 15px;
}
#cart-content a {
    color: #000;
}
#cart-content a:hover {
    border-bottom: none;
    line-height: 60px;
}
button.removeCartItem {
    background-image: url(../images/removeFromBasket.gif);
    background-color: white;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    border: none;
}
#cart-content table.carrello_dropdown {
    width: 100%;
}
#cart-content table.carrello_dropdown a {
    height: auto;
    line-height: normal;
    padding: 0;
}
#cart-content table.carrello_dropdown a.button {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    background-color: #c40032;
    color: #fff;
    padding: 5px 10px;
}
#cart-content table.carrello_dropdown a.button.small.light {
    color: #fff;
}
.quantita_prezzo {
    color: #999;
    /*font-weight:bold;*/
}
a.button.step {
    display: block;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px 0;
    padding: 10px 20px;
}
table.cartBig a {
    font-style: normal;
    color: #0067cf;
}
.prezzo_totale {
    font-weight: bold;
    font-size: 18px;
}
/******************* fine cart******************/
/*HOME
--------------------------------------------------------*/
.gratuita-cartoni {
    background: #fff;
    text-align: center;
    margin: 20px 0;
    border: solid 2px;
    border-color: #ff9000;
    font-size: 16px;
}
.consegna-gratuita {
    background-color: #ff9000;
    padding: 10px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.consegna-gratuita figure {
    margin-right: 20px;
}
.consegna-gratuita figure img {
    max-width: 70px;
}
.strenne-natalizie {
    background-color: #ff0000;
    padding: 10px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.strenne-natalizie figure {
    margin-right: 20px;
}
.strenne-natalizie figure img {
    max-width: 70px;
}
.strenne-natalizie a {
    color: #fff;
}
.confezioni-shop {
    background-color: #ff9000;
    padding: 10px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.confezioni-shop figure {
    margin-right: 20px;
}
.confezioni-shop figure img {
    max-width: 70px;
}
.confezioni-shop a {
    color: #fff;
}
.inevidenza {
    background: #fff;
    text-align: center;
    padding: 40px 0;
}
.inevidenza li {
    padding: 10px 35px;
}
.inevidenza .prodotto-box {
    box-shadow: none;
}
.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
    background-color: #c50036 !important;
}
.lSSlideOuter .lSPager.lSpg > li a {
    height: 15px !important;
    width: 15px !important;
    background-color: #ccc !important;
}
.news {
    background: #a28c6e;
    color: #fff;
}
.news-dettaglio .cinquanta figure {
    text-align: left;
}
.news-dettaglio .imgGal {
    padding: 0;
    position: relative;
    overflow: visible;
}
.news h1 {
    color: #fff;
    padding: 40px 0;
}
.news h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 40px 0;
}
.news article {
    padding: 0 10px;
    min-height: 250px;
    margin-bottom: 40px;
    padding-right: 30px;
}
.news article h1 {
    text-transform: none;
    font-size: 24px;
    line-height: 26px;
    margin: 10px 0 0 0;
    text-align: left;
    padding: 0;
    font-weight: 400;
}
.news article a {
    color: #fff;
    text-decoration: underline;
}
.news article figure {
    padding-right: 10px;
}
.calltoaction {
    padding: 60px 0;
}
.calltoaction img {
    margin-right: 10px;
}
.sezioni .grid figure {
    float: left;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 300px;
    max-height: 400px;
}
.sezioni .grid figure h2 img {
    width: auto;
    height: auto;
    min-height: auto;
    max-width: auto;
}
.fascia-tre-box .grid figure img {
    width: 110%;
    height: auto;
}
.sezioni .grid-4 figure {
    float: left;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 300px;
    max-height: 400px;
}
.sezioni .grid-4 figure h2 img {
    width: auto;
    height: auto;
    min-height: auto;
    max-width: auto;
}
.fascia-quattro-box .grid-4 figure img {
    width: 110%;
    height: auto;
}
.menu {
    background: #c40032;
}
.grid figure img {
    opacity: 10;
}
.sezioni .grid figure h2 {
    color: #fff;
    text-transform: lowercase;
}
.sezioni .grid figure h2 span {
    text-transform: uppercase;
}
.grid-4 figure img {
    opacity: 10;
}
.sezioni .grid-4 figure h2 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 3px 3px 4px #000000;
}
.sezioni .grid-4 figure h2 span {
    text-transform: uppercase;
}
.lSAction > a {
    width: 25px !important;
    height: 42px !important;
    background-image: url(../images/control.png) !important;
}
.lSAction > .lSPrev {
    left: 0px !important;
}
.lSAction > .lSNext {
    background-position: -24px 0 !important;
}
/*PRODOTTI
--------------------------------------------------------*/
.prodotto-box h1, .prodotto-box h1 a {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    text-transform: none;
    min-height: 50px;
    background: none !important;
    /*min-height:110px;*/
}
.prodotto-box figure {
    min-height: 308px;
}
.prodotto-box {
    box-shadow: 0px 2px 7px #aeaeae;
}

.prodotto-scheda {
    padding: 30px 0;
}
.prodotto-scheda .pulsante-acquista {
    margin-top: 30px;
}
.prodotto-scheda .info {
    font-size: 15px;
    line-height: 16px;
}
.prodotto-scheda img {
    max-width: 250px;
}
.prodotto-dettagli {
    background-color: #f2f2f2;
    padding: 30px 0;
}
.prodotto-dettagli a {
    text-decoration: underline;
    margin: 10px 0;
    display: inline-block;
}
.prodotto-dettagli a.pulsante-bordorosso {
    text-decoration: none;
}
.prezzo {
    color: #518500;
    font-size: 22px;
    font-weight: 500;
}
.info {
    color: #909090;
    font-size: 16px;
}
.prodotti-lista {
    padding-bottom: 40px;
    margin-bottom: 40px;
}
/*.prodotti-lista {
    border: solid 1px #cccccc;
    padding-bottom: 40px;
    margin-bottom:40px;
}
.prodotti-lista h1 {
    background: #e6e6e6;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
}*/
.prodotti-lista h1 {
    background: #e6e6e6;
    font-weight: 400;
    margin: 0;
    padding: 15px 0;
    /*text-align: left;*/
}
.prodotti-lista h2 {
    border-top: 1px solid #ccc;
    margin: 0 20px;
    padding-top: 30px;
}
.lista {
    float: left;
    margin: 20px 0%;
    min-height: 380px;
    padding: 10px 10px 0px 10px;
    text-align: center;
    width: 100%;
}
.imgPro:hover {
    box-shadow: 0px 0px 8px #8b8b8b;
}
.imgPro img {
    padding-bottom: 5px;
}
.nomePro {
    padding: 2px 10px;
    text-align: center;
    margin-bottom: 5px;
    line-height: 14px;
    font-size: 18px;
}
.nomePro a {
    text-decoration: none;
    color: #000;
}
.cartPro {
    padding: 4px 10px;
    color: #000000;
}
.cartPro img {
    cursor: pointer;
    vertical-align: middle;
    padding-left: 3px;
}
.priceDett {
    background-color: #A24E53;
    text-align: center;
    padding: 2px 10px;
    color: #FFFFFF;
}
.icona-premio {
    float:right;
    margin-left: -50px;
}
/*FASCIA INIZIO PAGINA*/

.bordeaux {
    background-color: #c40036;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 0;
    margin-bottom: 20px;
}
.bordeaux h1{
    color: #FFFFFF;
    margin: 0;
}
figure.immagine-news img {
    max-width: 450px;
}
figure.immagine-news-big img {
    max-width: 550px;
}

/*VINO PREMIATO*/
.vino-premiato {
    margin-bottom: 20px;
    margin-top:40px;
    background-image: url(../images/premio.png);
    background-position:top left;
    background-repeat: no-repeat;
    padding-left:60px;
    min-height: 50px;
    line-height: 18px;
}
.vino-premiato em {
    line-height: 12px!important;
    font-size:12px!important;
}


/*GALLERY
--------------------------------------------------------*/
.photogallery .venticinque {
    width: 31%;
    margin: 10px 1%;
    background-color: #f1f1f1;
}
.photogallery .imgGal img {
    position: absolute;
    max-width: inherit;
    height: auto;
    width: 180%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 1s ease-in-out 0s;
}
.photogallery .imgGal a:hover img {
    transform: translateX(-50%) translateY(-50%) scale(1.3, 1.3);
}
.imgGal {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    max-width: 250px;
    height: auto;
    width: 100%;
    margin: 0;
}
.imgGal img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.imgDida a {
    text-align: center;
    width: 100%;
    min-height: 80px;
    display: inline-block;
    color: #000;
    line-height: 15px;
    text-decoration: underline;
    padding: 15px 8px;
}
/* RASSEGNA STAMPA
--------------------------------------------------------------- */
.focuson {
    box-shadow: 2px 2px 7px #ccc;
    padding: 30px;
    margin-bottom: 30px;
}
.mosaicflow__column {
    float: left;
    padding: 15px;
}
.mosaicflow__item img {
    display: block;
    max-width: 100%;
    height: auto;
}
/*FORM
--------------------------------------------------------*/
#table_contattoForm th {
    text-align: left;
}
/*CARRELLO
--------------------------------------------------------*/
/* TABELLA CARRELLO */
table.cartDati {
    padding: 5px;
    width: 100%;
}
table.cartDati th {
    display: none;
    background-color: #e6e6e6;
    text-align: left;
    padding: 2px 10px;
    color: #000;
    font-weight: 400;
}
table.cartDati td {
    display: table-cell;
    float: left;
    width: 100%;
    padding: 2px 10px;
}
table.cartDati tr {
    border-bottom: solid 1px #CCC;
}
table.cartDati a {
    color: #000;
    text-decoration: underline;
}
table.cartDati td.dx, table.cartDati th.dx {
    text-align: right;
}
table.cartDati tfoot tr {
    font-weight: bold;
    background-color: #a0a0a0 !important;
    font-size: 18px;
    border-bottom: 0;
    color: #fff;
}
table.cartDati tfoot td {
    padding: 10px;
}
.addToBasket {
    cursor: pointer;
}
.aggiorna-carrello {
    border: solid 1px #fff;
    text-transform: inherit !important;
    color: #fff;
    background: none !important;
}
/* TABELLA INDIRIZZO */
table.cartIndi {
    width: 100%;
    border: solid 1px #CCC;
    padding: 5px;
}
table.cartIndi th {
    background-color: #EEEEEE;
    text-align: right;
    padding: 2px 10px;
    border-bottom: solid 1px #CCC;
}
table.cartIndi td {
    padding: 2px 10px;
    border-bottom: solid 1px #CCC;
}
/*FOOTER
--------------------------------------------------------*/
footer {
    background: url(../images/footer.jpg) center top no-repeat;
    background-size: cover;
    padding-bottom: 180px;
    color: #fff;

}
footer .scuro{
    padding-top: 20px;

}
footer a {
    color: #fff;
}
footer nav {
    background: none;
}
footer nav a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 20px;
}
footer nav a.social {
    padding: 0 2px;
}
footer nav a.social img {
    max-height: 40px;
}
/*  GOOGLE MAP
--------------------------------------------------------------- */
.googlemap_wrap {
    position: relative;
    padding-bottom: 65.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.googlemap_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*EN
--------------------------------------------------------------- */
body.lang_en .social {
    /*width: 100% !important;*/
    padding-left: 0 !important;
    text-align: center !important;
}
body.lang_en nav.menu-container ul li a {
    padding: 10px 40px;
}
/* ==========================================================================
   OLD STILE
   ========================================================================== */
/*SECTION*/
.pagina {
    font-size:15px;
}
.pagina b, strong {
    font-weight: 500;
}
.pagina img {
    padding: 10px;
    border: solid 1px #CCCCCC;
}
.bordo {
    padding: 10px;
    border: solid 1px #CCCCCC;
}
.imgNews {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    padding: 10px;
}
#pollicino {
    text-align: right;
    padding: 8px 20px 4px 20px;
    font-size: 10px;
    color: #CCC;
}
#colonnacentrale {
    padding-left: 10px;
    padding-right: 30px;
    padding-bottom: 40px;
    line-height: 16px;
}
#colonnacentraleHome {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    line-height: 16px;
}
/*Etichette*/
.etiBox {
    background-color: #f2f2f2;
    margin-top: 30px;
    margin-right: 30px;
    float: left;
    width: 220px;
    height: 240px;
    text-align: center;
}
.etiBox img {
    padding: 10px;
}
.etiLink {
    background-color: #d2d2d2;
    text-align: center;
    padding: 10px 20px;
    min-height: 40px;
    line-height: 16px;
}
.etiLink a {
    color: #000;
    text-decoration: none;
}
/*SCHEDA PRODOTTI*/
.prodCSx {
    float: left;
    width: 225px;
    margin-top: 15px;
}
.prodFoto img {
    border: solid 5px #dfdbd4;
}
.prodCDx {
    float: right;
    width: 435px;
    margin-top: 10px;
}
.prodDati {
    border-bottom: solid 1px #CCCCCC;
    padding: 5px 0px;
    font-size: 12px;
}
.prodPrice {
    font-size: 30px;
    text-align: center;
    color: #747e16;
}
.prodPrice img {
    cursor: pointer;
    vertical-align: middle;
}
.prodQ {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}
.prodTech {
    margin-top: 10px;
}
.prodTech a {
    color: #a34f54;
    font-size: 18px;
    text-decoration: none;
}
/*FORM NEWSLETTER*/
#table_iscrizioneNewsletter th {
    width: 200px;
    text-align: right;
    vertical-align: top;
}
#table_iscrizioneNewsletter input {
    color: #585858;
    font-size: 13px;
    width: 200px;
}
#table_iscrizioneNewsletter td.submit_iscrizioneNewsletter {
    padding-left: 205px;
}
#table_iscrizioneNewsletter textarea {
    color: #585858;
    font-size: 13px;
    width: 200px;
    height: 160px;
}
#table_iscrizioneNewsletter td.td_bool_newsletter input, #table_iscrizioneNewsletter td.td_jm_privacy input {
    width: auto;
}
/*FORM DISISCRIZIONE NEWSLETTER*/
#table_disiscrizioneNewsletter th {
    text-align: right;
    vertical-align: top;
    width: 200px;
}
#table_disiscrizioneNewsletter input {
    color: #585858;
    font-size: 13px;
    width: 200px;
}
#table_disiscrizioneNewsletter td.submit_disiscrizioneNewsletter {
    padding-left: 205px;
}
#table_disiscrizioneNewsletter textarea {
    color: #585858;
    font-size: 13px;
    width: 200px;
    height: 160px;
}
#table_disiscrizioneNewsletter td.td_bool_newsletter input, #table_disiscrizioneNewsletter td.td_jm_privacy input {
    width: auto;
}
/* RICERCA */
.ricerca-avanzata {
    margin: 40px 0;
}
.ricerca-avanzata input, .ricerca-avanzata select {
    width: 200px;
    margin-right: 2%;
}
.ricerca-avanzata form input[type="submit"] {
    width: 200px;
    clear: both;
    padding: 10px;
    margin-top: 20px;
}
.prodotto-box a.pulsante {
    display: none !important;
}


.filtro-ricerca {
    float: left;
    width: 95%;
}
.filtro-ricerca.premiato {
    padding:10px 0;
    width: 95%;
}
.filtro-ricerca.premiato  input  {
    width: 20px;
    margin-right: 2%;
    margin-top:5px;
}
/*FASCIA BOTTIGLIE o CONFEZIONI*/
.bottiglie-o-confezioni {
    margin: 40px 0;
    padding: 40px 0 120px 0;
}
.bottiglie-o-confezioni div {
    width: 100%;
    height: 480px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
.bottiglie {
    background-image: url(../images/home/bg_box_bottiglie.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 50px 20px 20px 300px;
    color: #000;
}
.confezioni {
    background-image: url(../images/home/bg_box_confezioni-2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0px 0px 300px 0px;
}
/*PRODOTTI CORRELATI*/
.prodotto-correlato {
    float: left;
    margin: 20px 1%;
    width: 200px;
    height: 320px;
    padding: 10px;
    text-align: center;
    text-overflow: wrap;
    box-shadow: 0px 2px 7px #aeaeae;
    line-height: 20px;
    font-weight: 500;
    color: #c50036 ;
}
.prodotto-correlato a{
    color: #c50036 ;
}

.prodotto-correlato img {
    max-height: 200px;
    margin-bottom: 10px;
}


.lang_en .testo-consegna {

}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 480px) {
    .venti {
        width: 33%;
    }
    .lista {
        margin: 20px 1.5%;
        width: 47%;
    }

}
@media only screen and (min-width: 768px) {
    .bordo-left {
        border-left: solid 1px #ccc;
        padding-left: 40px;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .bordo-right {
        border-right: solid 1px #ccc;
        padding-right: 40px;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .padding-right {
        padding-right: 40px;
    }
    .padding-left {
        padding-left: 40px;
    }
    .venti {
        width: 20%;
    }
    .venticinque {
        width: 25%;
    }
    .trenta {
        width: 30%;
    }
    .quaranta {
        width: 40%;
    }
    .cinquanta {
        width: 50%;
    }
    .sessanta {
        width: 60%;
    }
    .settanta {
        width: 70%;
    }
    .ottanta {
        width: 80%;
    }
    .hide-show {
        display: inline-block !important;
    }
    .show-hide {
        display: none !important;
    }
    aside {
        float: right;
        width: 30%;
        margin-left: 10%;
    }

    .filtro-ricerca {
        float: left;
        width: 25%;
    }
    .filtro-ricerca.premiato {
        padding:10px 0;
        width: 15%;
    }
    /*FASCIA HOME
    --------------------------------------------------------*/

    .gamberorosso div{
        width: 60%;
    }
    .gamberorosso figure{
        width: 40%;
    }

    /*HEADER
    --------------------------------------------------------*/
    .logo {
        flex: 0 1 20%;
    }
    .menu-voci{
        flex: 0 1 75%;
    }
    .preheader p {
        margin: 8px;
        font-size: 16px;
    }
    /*HOME
  --------------------------------------------------------*/
    .home-shop-online div.shop-testo {
        width: 50%;
    }
    .home-confezioni-regalo div.confezioni-regalo-testo.flex {
        width: 50%;
    }
    .home-shop-online div.flex {
        min-height: 400px;
    }
    .home-shop-online {
        background-image: url(../images/home/shop-online-bg.jpg);
        background-repeat: no-repeat;
        background-position: top right;
        min-height: 400px;
    }


    .cta-magnum .wrapper {
        background-image: url("../images/home/bg-magnum.png");
        background-repeat: no-repeat;
        background-position: center right;
        width: 100%;
        margin: 0;
        padding: 80px 0;
    }

    .cta-vinosfuso .wrapper {
        background-image: url("../images/home/damigiana.png");
        background-repeat: no-repeat;
        background-position: center right;
        width: 100%;
        margin: 0;
        padding: 80px 0;
    }
    .cta-vinosfuso p{
        width: 60%;
    }

    .newsletter .wrapper{
        width: 90%;
        margin: 0 5%;
    }

    .newsletter .wrapper div {
        width: 40%;
        padding: 80px 0;
    }


    .bottiglie-o-confezioni div {
        float: left;
        width: 48%;
        margin-right: 1%;
    }
    /*.consegna-gratuita{
      background-color: #ff9000;
      padding: 25px;
      margin-top: 30px;
      font-size: 31px;
      line-height: 37px;
      color:#fff;
      display: flex;
      justify-content:center;
      align-items:center;
  }*/
    .consegna-gratuita {
        background-color: #ff9000;
        padding: 10px;
        margin-top: 30px;
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .consegna-gratuita figure {
        margin-right: 40px;
    }
    .consegna-gratuita figure img {
        max-width: 180px;
    }
    .strenne-natalizie {
        background-color: #ff0000;
        padding: 25px;
        margin-top: 30px;
        font-size: 31px;
        line-height: 37px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .strenne-natalizie figure {
        margin-right: 40px;
    }
    .strenne-natalizie figure img {
        max-width: 180px;
    }
    .confezioni-shop {
        background-color: #ff9000;
        padding: 25px;
        margin-top: 30px;
        font-size: 31px;
        line-height: 37px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .confezioni-shop figure {
        margin-right: 40px;
    }
    .confezioni-shop figure img {
        max-width: 180px;
    }
    .sezioni .grid figure {
        float: left;
        overflow-x: hidden;
        overflow-y: hidden;
        width: 33.3333%;
        min-height: 230px;
        max-height: 230px;
    }
    .sezioni .grid-4 figure {
        float: left;
        overflow-x: hidden;
        overflow-y: hidden;
        width: 25%;
        min-height: 300px;
        max-height: 400px;
    }
    .news article h1 {
        margin: 0;
    }
    /*VIDEO
      ----------------------------------------------------*/
    .video-lista div.video-item {
        flex: 0 1 46%;
        margin: 0 2% 70px 0;
    }
    /*GALLERY
  --------------------------------------------------------*/
    .photogallery .venticinque {
        width: 18%;
        margin: 10px 1%;
        min-height: 340px;
    }
    /*PRODOTTI
  --------------------------------------------------------*/
    .lista {
        margin: 30px 1.5%;
        width: 22%;
    }
    /*CARRELLO
  --------------------------------------------------------*/
    table.cartDati td {
        width: auto;
        float: none;
    }
    table.cartDati th {
        display: table-cell;
    }
}
@media only screen and (min-width: 1140px) {
    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    .wrapper_nomargin_mobile {
        width: 1026px;
        margin: 0 auto;
    }

    .cta .wrapper {
        width: 1026px;
        margin: 0 auto;
    }


    .pagina-carrello  {
        width: 80%;

    }
    /*fascia home
----------------------------------------*/
    .fascia-home .wrapper{
        width: 90%;
        margin: 0 5%;

    }
    /*centoanni*/
    .centoanni {
        width: 50%;
        border-right: solid 1px #e799af ;

    }
	/*primizia-2024*/
    .primizia-2024 {
        width: 50%;
        border-right: solid 1px #e799af ;

    }
    /*gamberorosso*/
    .gamberorosso{
        width: 50%;
        text-align: left;
    }

    /*HOME------------------*/
    .newsletter .wrapper{
        width: 1026px;
        margin: 0 auto;
    }
    .sezioni .grid figure {
        min-height: 350px;
        max-height: 350px;
    }
    .sezioni .grid-4 figure {
        min-height: 300px;
        max-height: 400px;
    }

    .newsletter-container {
        width: 60%;
    }

}
@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1140px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    .wrapper_nomargin_mobile {
        width: 1140px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
    /*HOME------------------*/
    .sezioni .grid figure {
        min-height: 350px;
        max-height: 350px;
    }
    .sezioni .grid-4 figure {
        min-height: 350px;
        max-height: 350px;
    }
    .newsletter .wrapper{
        width: 1140px;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 1360px) {
    .wrapper {
        width: 1280px; /* 1360px - 10% for margins */
        margin: 0 auto;
    }
    .wrapper_nomargin_mobile {
        width: 1280px; /* 1360px - 10% for margins */
        margin: 0 auto;
    }
    /*HOME------------------*/
    .newsletter .wrapper{
        width: 1280px;
        margin: 0 auto;
    }

}

#paypal-buttons-root {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 75px) {
    #paypal-buttons-surface {
        min-width: 75px;
        max-width: 150px;
    }
}

@media only screen and (min-width: 150px) {
    #paypal-buttons-surface {
        min-width: 150px;
        max-width: 200px;
    }
}

@media only screen and (min-width: 200px) {
    #paypal-buttons-surface {
        min-width: 200px;
        max-width: 300px;
    }
}

@media only screen and (min-width: 300px) {
    #paypal-buttons-surface {
        min-width: 300px;
        max-width: 500px;
    }
}

@media only screen and (min-width: 500px) {
    .paypal {
        min-width: 500px;
        max-width: 750px;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}