@font-face {
    font-family: "Bodoni MT";
    src: url('../font/BOD_R.eot');
    src: local("Bodoni MT"),  url('/common/font/BOD_R.TTF') format("truetype");
    font-weight: none;
    font-style: normal;
}

@font-face {
    font-family: "Bodoni MT";
    src: url('../font/BOD_B.eot');
    src: local("Bodoni MT Bold"), url('/common/font/BOD_B.TTF') format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Bodoni MT";
    src: url('../font/BOD_I.eot');
    src: local("Bodoni MT Italic"),  url('/common/font/BOD_I.TTF') format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Bodoni MT";
    src: url('../font/BOD_BI.eot');
    src: local("Bodoni MT Bold Italic"),  url('/common/font/BOD_BI.TTF') format("truetype");
    font-weight: bold;
    font-style: italic;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: linen !important;
    font-family: 'Montserrat', sans-serif;
    color: #8C383A;
}
body, .container-wrap {
    background-color: linen !important;
}

body,

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

form .btn.btn-primary,
.btn.btn-nectar{
    background-color: #96002f !important;
    font-family: Roboto !important;
    text-transform: capitalize!important;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    width: auto;
    color: #fff !important;
    line-height: 1.5;
    padding: 15px 22px;
}

form .btn.btn-primary:hover,
.btn.btn-nectar:hover{
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

#discountcode-input button.btn.btn-primary,
#discountcode-data button.btn.btn-primary{
    padding: 7px 22px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0px;
    padding: 0px
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
}

a {
    cursor: pointer;
    #color: #000000;
    color: #8C383A;
}

.mobile-shop,
.mobile-shop:hover{
    display: none;
    color: white;
    background-color: #960B2F;
    font-family: Roboto;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 3px;
}

@media only screen and (max-width: 999px) {
    .mobile-shop,
    .mobile-shop:hover{
        display: inline-block;
    }
}

a:hover {
    color: #8C383A;
    text-decoration: none;
}

.icon-salient-cart:before {
    content: "\e074" !important;
}

textarea {
    resize: none;
}

hr {
    margin-bottom: 0;
}

hr.hr {
    border: 0;
    height: 1px;
    background-color: #542627;
    background-image: -webkit-linear-gradient(left, #ccc, #542627, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #542627, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #542627, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #542627, #ccc);
}

.card-body p {
    padding-bottom: 0;
}

.container-fluid {
    padding: 0;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}

.colored {
    color: #8C3839 !important;
}

.btn-dark, .btn-dark:not(:disabled):not(.disabled):active {
    color: #fff !important;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    min-width: 200px;
    width: 200px;
    font-weight: 600;
    padding: 12px 30px;
    background-color: #8C3839;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #8C3839), color-stop(1, #A66264) );
    background-image: -o-linear-gradient(bottom, #8C3839 0%, #A66264 100%);
    background-image: -moz-linear-gradient(bottom, #8C3839 0%, #A66264 100%);
    background-image: -webkit-linear-gradient(bottom, #8C3839 0%, #A66264 100%);
    background-image: -ms-linear-gradient(bottom, #8C3839 0%, #A66264 100%);
    background-image: linear-gradient(to bottom, #8C3839 0%, #A66264 100%);
    border-color: #8C3839;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}
.btn-dark span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}
.btn-dark span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -13px;
    right: -20px;
    transition: 0.5s;
    font-size: 28px;
}
.btn-dark:hover span {
    padding-right: 25px;
}

.btn-dark:hover span:after {
    opacity: 1;
    right: 0;
}

.list-group-item,
.list-group-item:focus{
    border: 1px solid rgba(184, 129, 126, 0.6);
    text-decoration: none !important;
    font-size:1.2rem;
    background:#fff;
    color: #8C383A;
}
.list-group-item.active {
    background-color: #8C383A;
    border-color: rgb(184, 129, 126);
    color:#fff;
}

.list-group-item-action:active,
.list-group-item-action:focus:active{
    color: #fff;
    border-color: rgb(184, 129, 126);
    background-color: rgba(184, 129, 126, 0.8);
}

.list-group-item-action:hover,
.list-group-item-action:hover:active{
    color: #8C383A;
    text-decoration: none;
    background-color: rgba(184, 129, 126, 0.8);
}

.tooltip.top > .tooltip-arrow,
.tooltip > .tooltip-inner {
    background-color: #F8D7DA;
    color: #803138;
}
.tooltip .arrow::before{
    border-bottom-color: #F8D7DA;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before{
    border-top-color: #F8D7DA;
}




/*-- scroll to top ---*/

#return-to-top {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
    z-index: 9999;
    display: block;
    position: fixed;
    background: #8C3839;
    text-decoration: none;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 0;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#return-to-top i {
    color: Linen;
    margin: 0;
    position: relative;
    left: 20px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#return-to-top:hover {
    background: #8C3839;
}

#return-to-top:hover i {
    color: Linen;
    top: 11px;
    left: 20px;
    font-size: 20px;
}

::placeholder {
    font-size: 14px;
    font-style: italic;
}

:-moz-placeholder {
    font-size: 14px;
    font-style: italic;
}

:-ms-input-placeholder {
    font-size: 14px;
    font-style: italic;
}

::-moz-placeholder {
    font-size: 14px;
    font-style: italic;
}

::-webkit-input-placeholder {
    font-size: 14px;
    font-style: italic;
}

ul.list-text li {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    color: #8C383A;
    text-align: left;
    padding-bottom: 0px;
    font-family: 'Bodoni MT', serif;
}
ul.list-text {
    list-style-type: square;
    padding: 0 0 0 20px;
    margin-bottom: 1rem;
}
ul.list-text li {
    padding-left:0;
    list-style-type: square;
    display: list-item;
}


.command-links ul {
    padding: 0 !important;
    margin: 0 !important;
}
.command-links ul li {
    font-size: 15px !important;
}
.command-links hr {
    margin:0;
}









/*====================
    Master-head
====================*/

.masthead {
    height: 100vh;
    min-height: 500px;
    background-image: url('https://source.unsplash.com/BtbjCFUvBXs/1920x1080');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    #font-family: 'Playfair Display', serif;
    font-family: 'Bodoni MT', serif;

}
.masthead.masthead-login{
    background-image: url('/common/images/login/background.jpg');
}
.masthead.masthead-register{
    background-image: url('/common/images/login/background.jpg');
    min-height: 900px;
}
.masthead.masthead-reset{
    background-image: url('/common/images/login/background.jpg');
    min-height: 500px;
}

@media screen and (max-width: 1200px) {
    .masthead.masthead-register{
        min-height: 1200px;
    }

}

@media screen and (max-width: 768px) {
    .masthead.masthead-login{
        min-height: 1000px;
    }
    .masthead.masthead-register{
        min-height: 1650px;
    }

}


.masthead h1, .masthead h2 {
    font-size: 100px;
    font-weight: 100;
    color: Linen;
}


.masthead h1 a, .masthead h2 a {
    color: #fff;
}

.masthead.masthead-home h1, .masthead.masthead-home h2 {
    padding:20px 30px 20px 0px;
}

.masthead.masthead-home .row-buttons {
    margin-right:30px;
}

@media screen and (max-width: 1140px) {

}
@media screen and (max-width: 960px) {
    .masthead h1, .masthead h2 {
        font-size: 70px;
    }
}
@media screen and (max-width: 720px) {
    .masthead h1, .masthead h2 {
        font-size: 50px;
    }
}
@media screen and (max-width: 575px) {
    /*
    .masthead.masthead-home h1 img, .masthead.masthead-home h2 img {
        background-color: rgb(254,254,254,0.5);
        padding: 10px;
        border-radius: 5px
    }
    */
    .masthead.masthead-home .col-content{
        background-color: rgb(254,254,254,0.5);
        border-radius: 5px;
    }
    .masthead.masthead-home h1, .masthead.masthead-home h2 {
        padding-right: 0px;
    }
    .masthead.masthead-home .row-buttons {
        margin-right: 0px;
    }
}
@media screen and (max-width: 540px) {
    .masthead h1, .masthead h2 {
        font-size: 40px;
    }
}



.masthead-home {
    background-image: url('../images/hp1.jpg');
    color: #fff;
}
.masthead-home p {
    color: #542627;
}
@media screen and (max-width: 540px) {
    .masthead-home p {
        font-size: 2.8rem;
    }
}
.masthead-musica {
    background-image: url('../common/images/musica-in-vigna/musica-in-vigna-head2.jpg');
    color: #fff;
}
.masthead-vini {
    background-image: url('../common/images/vini/vini2025-head.jpg');
    color: #fff;
}
.masthead-degustazioni {
    background-image: url('/common/images/degustazioni/degustazioni-head.jpg');
    color: #fff;
}
.masthead-agriturismo {
    background-image: url('/common/images/agriturismo/agriturismo-head.jpg');
    color: #fff;
}
.masthead-agriturismo-5 {
    background-image: url('/common/images/agriturismo/agriturismo-head-5.jpg');
    color: #fff;
}
.masthead-agriturismo-1 {
    background-image: url('/common/images/agriturismo/agriturismo-head-1.jpg');
    color: #fff;
}

.masthead-stampa-e-tv {
    background-image: url('/common/images/stampa-e-tv/stampa-e-tv-head.jpg');
    color: #fff;
}
.masthead-contatti {
    background-image: url('/common/images/contatti/contatti-head.jpg');
    color: #fff;
}
.masthead-autore {
    background-image: url('../common/images/autore/autore-head.jpg');
    color: #fff;
}


ul.link-list li, .link-list-social li {
    display: inline-block !important;
}

ul.link-list li a {
    text-decoration: none;
}

.link-list-social li a i {
    font-size: 1.4rem;
}

body.sezione-contatti .link-list-social li a i {
    font-size: 2.5em;
}
.bodoni-font{
    font-family: 'Bodoni MT', serif;
    font-size: 1.2rem;
    line-height: 1.4em;
    color: #8C383A;
}
.bodoni-font a:hover{
    text-decoration: underline;
}

.down-to-content {
    position: relative;
    bottom: 130px;
    left:0px;
}
.down-to-content a{
    font-size: 3rem;
    transition:font-size 0.2s;
    -moz-transition:font-size 0.2s; /* Firefox 4 */
    -webkit-transition:font-size 0.2s; /* Safari and Chrome */
    -o-transition:font-size 0.2s;
    color: #fff;
}
.down-to-content a:hover{
    font-size: 4rem;
}

a.btn{
    text-decoration: none !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #913737;
    border-color: #913737;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #773434;
    border-color: #773434;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #913737;
    border-color: #913737;
}
.btn-link {
    font-weight: 400;
    color: #913737;
    background-color: transparent;
}
.btn-link:hover{
    color: #773434;
}

.badge-primary {
    background-color: #913737;
}

.sezione-cart label,
.form-label{
    font-family: 'Bodoni MT', serif;
    font-size: 1.2rem;
}
.form-control {
    color: #8C383A;
    font-size:0.9rem;
    border: 1px solid #B8817E;
    border-radius: 0;
}
.form-control:focus {
    border-color: #542627;
    box-shadow: 0 0 0 0.2rem rgba(84, 38, 39, .25);
}

.card {
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    border: 1px solid rgb(184, 129, 126);
    color: #8C383A;
}
.card-header {
    font-weight: bold;
    background-color: rgba(184, 129, 126, 0.8);
    border-bottom: 1px solid rgb(184, 129, 126);
}
.card .btn {
    font-family: "Playfair Display", serif;
    font-size: 1rem;
}


.box-text-login{
    background-color: rgba( 255, 255, 255, 0.75);
    font-size:1.4rem;
    border:1px solid rgb(184, 129, 126);
    border-radius:3px;
}

.degustazioni form .btn {

}

.sezione-degustazioni h5.card-title {
    font-family: 'Bodoni MT', serif;
    color: #8C383A;
    font-size: 25px;
    font-style: italic;
    padding-top: 30px;
}

/*==============================================
               Calendario
================================================*/

.fc h2{
    font-size: 2rem !important;
}


/*==============================================
                internal-Page
===============================================*/

.internal-page {
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 50px;
}

.internal-page #start-content {
    padding-top:20px;
}

.internal-page h1, .internal-page h2, .internal-page h3  {
    color: #8C3839;
    font-size: 55px;
    line-height: 1.2em;
    font-weight: 100;
    font-style: italic;
    text-align: center;
    /*text-transform: capitalize;*/
    font-family: 'Bodoni MT', serif;
}
.internal-page h1{
    margin-bottom: 30px;
}
.internal-page h2, .internal-page h3 {
    color: #8C3839;
    font-size: 50px;
}

.internal-page p.h1, .internal-page p.h2, .internal-page p.h3 {
    color: #fff;
    font-size: 55px;
    font-weight: 100;
    font-style: italic;
    text-align: center;
    font-family: 'Bodoni MT', serif;
    margin:0;
    padding:0;
    line-height: 66px;
}
.internal-page p.h2{
    color: #8C3839;
    font-size: 50px;
}
.internal-page p.h3{
    color: #8C3839;
    font-size: 40px;
    line-height: 1.2em;
}
.internal-page p.h4{
    color: #8C3839;
    font-size: 30px;
    line-height: 1.2em;
}
.internal-page p.h5{
    color: #8C3839;
    font-size: 25px;
    line-height: 1.2em;
}


.internal-page figure img {
    width: 100%;
    height: 100vh;
    margin-bottom: 50px;
    object-fit: cover;
}

.internal-page p,
.descdegust div {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    color: #8C383A;
    #color: rgba(140, 56, 58, 0.71);
    text-align: left;
    padding-bottom: 30px;
    font-family: 'Bodoni MT', serif;
}

.internal-page strong,
.sezione-register strong,
.sezione-login strong{
    font-size: 100%;
    font: inherit;
    font-weight: bold;
}

.internal-page b {
    font-size: inherit;
    font: inherit;
    font-weight: bold;
}

.internal-page i {
    font-size: inherit;
    font: inherit;
}

.internal-page .carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .5);
}
.internal-page .carousel-indicators li{
    list-style: none;
}

.internal-page .carousel-indicators .active {
    background-color: rgba(140, 56, 58, 0.8);
}

.descdegust div{
    padding-bottom: 15px;
}

.internal-page p a {
    color: #8C383A;
    text-decoration: underline;
    #border-bottom: 1px solid #949494;
}

.internal-page .subtitle {
    line-height: 2em;
}




/*== 1024px Media Queries Styles ==*/

@media screen and (max-width: 1200px) {

}

/*@media screen and (max-width: 1024px) {*/
@media screen and (max-width: 991.98px) {
    .internal-page h2, .internal-page h3 {
        color: #8C3839;
        font-size: 45px;
    }

    .internal-page figure img {
        margin-bottom: 20px;
    }
    .internal-page p,
    .descdegust div {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .internal-page {
        padding-bottom: 80px;
    }
    .fc button, .fc table, body .fc{
        font-size: 0.95em !important;
    }
    .fc h2{
        font-size: 1.5rem !important;
    }
}

@media screen and (max-width: 768px) {
    .internal-page h1, .internal-page h2, .internal-page h3 {
        font-size: 40px;
    }
    .internal-page {
        padding-bottom: 50px;
    }
    .internal-page p,
    .descdegust div {
        font-size: 18px;
        line-height: 26px;
        padding-bottom: 10px;
    }
    .internal-page p.h1, .internal-page p.h2 {
        font-size:40px;
        padding:0;
    }
    .internal-page p.h3 {
        font-size:30px;
        padding:0;
    }
    .internal-page p.h4 {
        font-size:27px;
        padding:0;
    }
    .internal-page p.h5 {
        font-size:23px;
        padding:0;
    }
    .internal-page .nota {
        height: 100px;
        width: auto;
    }
}

@media screen and (max-width: 425px) {
    .internal-page h1, .internal-page h2, .internal-page h3 {
        font-size: 30px;
    }
    .internal-page figure img {
        height: 200px;
        margin-bottom: 10px;
    }
    .internal-page p,
    .descdegust div {
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 24px;
        padding-bottom: 0;
    }
    .internal-page p.h1, .internal-page p.h2 {
        font-size:30px;
        padding:0;
    }
    .internal-page p.h3 {
        font-size:25px;
        padding:0;
    }
    .internal-page p.h4 {
        font-size:24px;
        padding:0;
    }
    .internal-page p.h5 {
        font-size:22px;
        padding:0;
    }

}

@media screen and (max-width: 375px) {
}


/*==============================================
                Text-Page
===============================================*/

.text-page {
    width: 100%;
    height: auto;
    padding-top: 120px;
    padding-bottom: 50px;
    font-family: 'Bodoni MT', serif;
}

.text-page h1, .text-page h2, .text-page h3  {
    color: #8C3839;
    font-size: 35px;
    font-weight: 100;
    font-style: italic;
    text-align: left;
    font-family: 'Bodoni MT', serif;
}

.text-page h1 {
    margin: 30px 0;
    line-height: inherit;
}

.text-page h2, .text-page h3 {
    color: #8C3839;
    font-size: 28px;
}

.text-page figure img {
    width: 100%;
    height: 100vh;
    margin-bottom: 50px;
    object-fit: cover;
}

.text-page p,
.text-page ul li {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    color: #8C383A;
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 1em;
    font-family: 'Bodoni MT', serif;
}

.text-page ul {
    list-style-type: square;
    padding: 0 0 0 20px;
    margin-bottom: 1rem;
}
.text-page ul li {
    padding-left:0;
    list-style-type: square;
    display: list-item;
}

.text-page a {
    color: #8C383A;
    text-decoration: underline;
    #border-bottom: 1px solid #949494;
}

.text-page p.h2 {
    font-size: 24px;
    margin: 20px 0 10px 0;
    font-style: italic;
    font-weight: bold;
}
.text-page p.h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    font-style: italic;
    font-weight: bold;
}

.text-page .subtitle {
    line-height: 2em;
}

.text-page strong {
    font-size: 100%;
    font: inherit;
    font-weight: bold;
}

.text-page b {
    font-size: inherit;
    font: inherit;
    font-weight: bold;
}

.text-page i {
    font-size: inherit;
    font: inherit;
}


body.sezione-privacy-policy .text-page p,
body.sezione-cookies-policy .text-page p{
    text-align: justify;
}

/*== 1024px Media Queries Styles ==*/

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
    .text-page h2, .text-page h3 {
        color: #8C3839;
        #font-size: 45px;
    }

    .text-page figure img {
        margin-bottom: 20px;
    }
    .text-page p {
        #font-size: 16px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .text-page {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 768px) {
    .text-page h1, .text-page h2, .text-page h3 {
        font-size: 26px;
    }
    .text-page {
        padding-bottom: 50px;
    }
    .text-page p {
        #font-size: 18px;
        line-height: 26px;
        padding-bottom: 10px;
    }
    .text-page .nota {
        height: 100px;
        width: auto;
    }
}

@media screen and (max-width: 425px) {
    .text-page h1, .text-page h2, .text-page h3 {
        #font-size: 30px;
    }
    .text-page figure img {
        height: 200px;
        margin-bottom: 10px;
    }
    .text-page p {
        #font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 24px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 375px) {
}



/*==============================================
                generic-page
===============================================*/

.generic-page {
    width: 100%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 50px;
    font-family: 'Bodoni MT', serif;
}

.generic-page h1, .generic-page h2, .generic-page h3  {
    color: #8C3839;
    font-size: 35px;
    font-weight: 100;
    font-style: italic;
    text-align: left;
    font-family: 'Bodoni MT', serif;
}

.generic-page h1 {
    margin: 30px 0;
}

.generic-page h2, .generic-page h3 {
    color: #8C3839;
    font-size: 28px;
}

body .generic-page div {
    color: #8C383A;
}

.generic-page strong {
    color: #8C383A;
    font-size: inherit;
    font-family: 'Bodoni MT', serif !important;
    font: inherit;
    font-weight: bold;
}

.generic-page b {
    font-size: inherit;
    font: inherit;
    font-weight: bold;
}

.generic-page i {
    font-size: inherit;
    font: inherit;
    font-style: italic;
}


.generic-page p,
.generic-page ul li {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    color: #8C383A;
    text-align: left;
    padding-bottom: 5px;
    font-family: 'Bodoni MT', serif;
}

.list-articles .btn.dropdown-toggle{
    padding: .375rem .75rem;
    border-radius: 0 3px 3px 0 !important;
}

.generic-page ul {
    list-style-type: square;
    padding: 0 0 0 20px;
    margin-bottom: 1rem;
}
.generic-page ul li {
    padding-left:0;
    list-style-type: square;
    display: list-item;
}

.generic-page a {
    color: #8C383A;
    text-decoration: underline;
}

.generic-page p.h2 {
    font-size: 24px;
    margin: 20px 0 10px 0;
    font-style: italic;
    font-weight: bold;
}
.generic-page p.h3 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    font-style: italic;
    font-weight: bold;
}

.generic-page .subtitle {
    line-height: 2em;
}

.sezione-cart label.form-check-label {
    font: inherit !important;
    font-weight: inherit !important;
}

/*== 1024px Media Queries Styles ==*/

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1024px) {
    .generic-page h2, .generic-page h3 {
        color: #8C3839;
        #font-size: 45px;
    }

    .generic-page p {
        #font-size: 16px;
        line-height: 30px;
        padding-bottom: 20px;
    }
    .generic-page {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 768px) {
    .generic-page h1, .generic-page h2, .generic-page h3 {
        font-size: 26px;
    }
    .generic-page {
        padding-bottom: 50px;
    }
    .generic-page p {
        #font-size: 18px;
        line-height: 26px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 425px) {
    .generic-page h1, .generic-page h2, .generic-page h3 {
        #font-size: 30px;
    }
    .generic-page p {
        #font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 24px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 375px) {
}





/*=======================
        I Vini
========================*/

.wine-item .wine-body .wine-body-txt p{
    font-size: 1.15rem;
    line-height: 1.25em;
    padding-bottom: 0;
    margin-bottom: 15px;
}
.wine-item .wine-body .wine-body-txt p:last-child{
    margin-bottom: 0;
}

.wine-image{
    bottom: 0;
    height:300px;
    margin:0 auto;
    display: block;
}

@media (min-width:576px) {
    .wine-item{
        height: auto;
    }
}

@media (min-width:768px) {
    .wine-item{
        height: 535px;
    }
    .wine-item.h-md-650{
        height: 650px;
    }
    .wine-item .wine-body .wine-body-txt p{
        font-size: 1rem;
    }
    .wine-image{
        display: inline;
        position: absolute;
        height: 535px;
        margin-bottom:0;
        top:50%;
        margin-top: -267px;
    }
    .wine-image-left{
        left: 50%;
        margin-left: -360px;
    }
    .wine-image-right{
        right: 50%;
        margin-right: -360px;
    }
}

@media (min-width:992px) {
    .wine-item .wine-body .wine-body-txt p{
        font-size: 1.15rem;
    }
    .wine-image-left{
        left: 50%;
        margin-left: -450px;
    }
    .wine-image-right{
        right: 50%;
        margin-right: -450px;
    }
}

@media (min-width:1200px) {
    .wine-image-left{
        left: 50%;
        margin-left: -525px;
    }
    .wine-image-right{
        right: 50%;
        margin-right: -525px;
    }
}


/*=======================
       Cookie-const
=========================*/

.cookie-consent{
    background-color:#8C3839;
    color: #fff;
    padding:10px 0;
    font-size:14px;
    font-family: Montserrat, sans-serif;
    line-height: 1.6em;
}
.cookie-consent button, .cookie-consent a {
    padding: 3px 10px;
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .cookie-consent,
    .cookie-consent .btn {
        font-size: 0.8rem;
    }
}

/*========================
         Stampae e TV
  ======================== */

.parlato-video {
    border: 0;
    margin: 0px;
    list-style-type : none;
    text-align: center;
    padding-bottom: 30px;
}

.parlato-video a img {
    border: 0px;
    height: 160px;
}

.parlato-carta {
    /* float: left; */
    /* padding-right: 30px; */
    padding-bottom: 50px;
    text-align: center;
    font-family: "Bodoni MT", serif;
    font-size: 1.4em;
    line-height: 1.2em;
}

.parlato-carta a img {
    height: 100px;
    border: 0;
    padding-top: 10px;
    padding-bottom: 3px;
}


/**
  * Pagina degli eventi del libro
  */

div#libro div.eventi {
    margin-right: auto;
    margin-left: auto;
    width: 750px;
}

div#libro div.eventi ul {
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

div#libro div.eventi ul li {
    display: block;
    float: left;
    width: 200px;
    height: 200px;
    margin: 20px;
    padding: 5px;
    background-color: #8C383A;
}

div#libro div.eventi ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #E9DBD6;
    text-decoration: none;
    font-family: "Bodoni MT", Arial, serif;
    font-size:18px;
    line-height:22px;
}

div#libro div.eventi ul li a img {
    display: block;
    margin: 0px !important;
    padding: 0px;
}

div#libro div.eventi ul li a img.largo {
    width: 200px;
}

div#libro div.eventi ul li a img.alto {
    height: 200px;
}

div#libro div.eventi ul li a img.right {
    margin-left: -100px !important;
}

div#libro div.eventi ul li a strong, div#libro div.eventi ul li a span {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 60px;
    margin: 0px;
    padding: 10px;
}

div#libro div.eventi ul li a strong {
    background-color: transparent;
    color: white;
    font-weight: normal;
    font-size: 18px;
    font-style: italic;
}

div#libro div.eventi ul li a strong b {
    font-size: 20px;
    font-style: normal;
}

div#libro div.eventi ul li a span {
    background-color: #8C383A;
    filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/**
  * Pagina dell'evento singolo
  */
div#libro div.evento {
    margin-right: auto;
    margin-left: auto;
    width: 750px;
}

div#libro div.evento a {
    float: left;
    display: block;
    width: 200px;
    margin: 10px 25px;
    padding: 5px;
    overflow: hidden;
    background-color: #8C383A;
    text-decoration: none;
    font-family: "Bodoni MT", Arial, serif;
    font-size:18px;
    line-height:22px;
}

div#libro div.evento a.right {
    float: right;
}

div#libro div.evento a img {
    display: block;
    margin: 0px !important;
    padding: 0px;
    width: 100%;
}

@media (max-width: 768px) {

    body.sezione-l-uomo-che-sussurra-alle-vigne div#libro div.eventi,
    body.sezione-l-uomo-che-sussurra-alle-vigne div#libro div.evento,
    body.sezione-bright-green-book div#libro div.evento {
        width: auto;
    }

    body.sezione-l-uomo-che-sussurra-alle-vigne div#libro div.eventi ul li,
    body.sezione-l-uomo-che-sussurra-alle-vigne div#libro div.evento a,
    body.sezione-bright-green-book div#libro div.evento a {
        float: none;
        margin: 20px auto;
    }

}

/**
 * Ecommerce
 */

.ecommerce-page .list-articles-header {
    border-bottom: 1px solid rgba(140, 56, 58, 0.6);
}

.ecommerce-page .list-articles-item h5 {
    font-size: 1.5rem;
}
.ecommerce-page .list-articles-item p {
    font-size: 1.1rem;
}

.ecommerce-page .list-articles-item .price {
    font-size: 1.5rem;
    font-weight: bold;
}
.ecommerce-page .list-articles-item .price .price-description {
    font-size: 1.3rem;
    font-weight: normal;
}

.ecommerce-page .list-articles-item .qty {
    font-size: 1.5rem;
    font-weight: bold;
}
.ecommerce-page .list-articles-item .qty .qty-description {
    font-size: 1.3rem;
    font-weight: normal;
}

.ecommerce-page .list-articles-item .input-group.qtydd {
    width: 110px;
}
.ecommerce-page .list-articles-item .input-group.qtydd a {
    text-decoration: none;
    font-size: 1.3rem;
}
.ecommerce-page .list-articles-item .input-group.qtydd a:hover {
    color: #fff;
    background-color: #8C383A;
}
.input-group.qtydd .btn-outline-secondary:not(:disabled):not(.disabled),
.input-group.qtydd .btn-outline-secondary:not(:disabled):not(.disabled),
.input-group.qtydd .show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #8C383A;
}
.ecommerce-page .list-articles-item .input-group.qtydd .dropdown-menu {
    min-width: 5rem;
}
.ecommerce-page .list-articles-item .input-group.qtydd .dropdown-menu a {
    line-height: 1.5rem;
    text-align: right;
}

.ecommerce-page .list-articles-item .qty input.form-control {
    font-size: 1.5rem;
    font-weight: normal;
    text-align: right;
}

.ecommerce-page .list-articles-footer {
    border-top: 1px solid rgba(140, 56, 58, 0.6);
    font-size: 1.5rem;
}
.ecommerce-page .explain_top {
    font-size: 1rem;
    line-height: 1.5em;
}
.ecommerce-page.generic-page .explain_top ul li {
    font-family: "Playfair Display", serif !important;
    font-size: 1.2rem;
    line-height: 1.5em;
}

.btn-order {
    color: #fff !important;
    text-decoration: none !important;
    padding: 20px 20px;
    min-width: 200px;
}
/*.btn-order-back {*/
/*    color: #fff !important;*/
/*    text-decoration: none !important;*/
/*    padding: 20px 20px;*/
/*    min-width: 200px;*/
/*}*/
.btn-order-back{
    text-decoration: none !important;
    min-width: 200px;
    font-family: Roboto !important;
    text-transform: capitalize!important;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    width: auto;
    color: #fff !important;
    line-height: 1.5;
    padding: 15px 22px !important;
}
.btn-order-back:hover{
    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}



/*====================
    Profilo utente
====================*/
.shipping-addresses-item {
    padding-top:8px;
    padding-bottom:8px;
}
.shipping-addresses-item.active {
    background-color: linen;
}




/*====================
    Banner-carousel
====================*/

.carousel {
    width: 100%;
    height: auto;
    position: relative;
}

.carousel .gradient {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#4d000000', GradientType=1);
}

/*
.carousel-indicators li span {
    text-indent: 0;
    position: absolute;
    width: 100%;
    height: auto;
    padding: 15px 20px;
    line-height: 20px;
    bottom: 0;
    border: none;
    color: white;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 1.5px;
    background-color: transparent;
    font-family: 'Playfair Display', serif;
}
*/

.carousel .carousel-inner img.img-carousel {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


@media screen and (max-width: 575px) {
    .carousel .carousel-inner img.img-carousel-logo {
        background-color: rgb(254,254,254,0.5);
        border-radius: 5px;
    }
}


/*
.carousel-thumbnails .carousel-indicators li {
    height: 150px;
    width: 270px;
    max-width: 270px;
    border: none;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    cursor: pointer;
}

.carousel-thumbnails .carousel-indicators .active {
    height: 150px;
    width: 270px;
    z-index: 9;
    outline: 1px solid #000000;
}
*/
.carousel-indicators .active {
    background-color: rgb(140,56,58,0.8);
}

.carousel-thumbnails ol li img {
    height: 150px;
    width: 100% !important;
    object-fit: cover;
}

.carousel-caption {
    top: 40%;
    bottom: auto;
    font-family: 'Bodoni MT', serif;
}

.carousel-caption.carousel-caption-h {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: auto;
    font-family: 'Bodoni MT', serif;
    #background: #000;
}

.carousel-caption h1 {
    font-size: 100px;
    font-weight: 100;
    color: Linen;
    padding-bottom: 30px;
}

.carousel-caption .lead {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 400;
    font-family: 'Bodoni MT', sans-serif;
}

.carousel-caption .btn-primary,
.carousel-caption .btn-primary:not(:disabled):not(.disabled):active {
    color: Linen;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    width: 200px;
    font-weight: 600;
    padding: 12px 30px;
    background-color: #8C3839;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #8C3839), color-stop(1, #A66264) );
    background-image: -o-linear-gradient(bottom, #8C3839 0%, #A66264 100%);
    background-image: -moz-linear-gradient(bottom, #8C3839 0%, #A66264 100%);
    background-image: -webkit-linear-gradient(bottom, #8C3839 0%, #A66264 100%);
    background-image: -ms-linear-gradient(bottom, #8C3839 0%, #A66264 100%);
    background-image: linear-gradient(to bottom, #8C3839 0%, #A66264 100%);
    border-color: #8C3839;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}

.carousel-caption .btn-primary span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.carousel-caption .btn-primary span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: -13px;
    right: -20px;
    transition: 0.5s;
    font-size: 28px;
}

.carousel-caption .btn-primary:hover span {
    padding-right: 25px;
}

.carousel-caption .btn-primary:hover span:after {
    opacity: 1;
    right: 0;
}


.table-order{
    font-size:18px;
    font-family: inherit;
}
.table-order th {
    background-color: #8c383aa3;
    color: #fff;
}
.table-order.table-bordered td,
.table-order.table-bordered th {
    border-color: #8C383A;
    padding: 5px;
}


/*====================
       Footer
====================*/

footer {
    color: #ffffff;
    #padding-top: 40px;
    background-image: url('../common/images/footer-bg-image.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    font-family: 'Playfair Display', serif;
}

footer .footer-top {
    padding-bottom: 60px;
}

footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(0, 0, 0, 0.60);
}

footer .footer-bottom .hidden {
    padding: 0 10px;
}

footer .footer-bottom ul li, footer .footer-bottom ul li a {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
}

footer .footer-bottom ul.link-list {
    padding-bottom: 10px;
}

footer .footer-bottom p {
    font-size: 16px;
    letter-spacing: 1px;
}

footer .footer-bottom p a {
    color: #fce000;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: underline;
}

footer .footer-bottom p span {
    padding: 10px;
}

footer .footer-top h2 {
    font-size: 36px;
    text-align: left;
    padding-bottom: 20px;
}

footer .img-thumbnail {
    padding: 0;
    border: none;
    border-radius: 0;
    height: 145px;
    object-fit: cover;
}
/*
.d-block {
  position: relative;
  overflow: hidden;
}
.d-block img {
  max-width: 100%;

  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.d-block:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
*/


/*==============================================
            Media Queries Styles
===============================================*/

/*== 1920px Media Queries Styles ==*/

@media screen and (max-width: 1920px) {}

/*== 1440px Media Queries Styles ==*/

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1224px) {}

@media screen and (max-width: 1200px) {
    .nav-logo {
        width: 190px;
    }
}

/*== 1024px Media Queries Styles ==*/

@media screen and (max-width: 1024px) {
    .carousel .carousel-inner img.img-carousel {
        /* height: 660px; */
    }
    .carousel-caption {
        top: 30%;
    }
    /*
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -15px;
        left: 0;
        z-index: 15;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        list-style: none;
    }
    */
    .carousel-thumbnails ol li img {
        height: 120px;
    }
    /*
    .carousel-thumbnails .carousel-indicators li {
        height: 120px;
    }
    .carousel-thumbnails .carousel-indicators .active {
        height: 120px;
    }
    .carousel-indicators li span {
        padding: 10px 10px;
        font-size: 12px;

    }
    */
    .carousel-caption .btn-primary,
    .carousel-caption .btn-primary:not(:disabled):not(.disabled):active {
        font-size: 14px;
        width: 160px;
        padding: 10px 30px;
    }
    .carousel-caption h1 {
        font-size: 44px;
    }
    .carousel-caption .lead {
        letter-spacing: 3px;
    }
    footer .footer-bottom ul li a {
        font-size: 14px;
    }
    footer .footer-bottom .hidden {
        padding: 0px 8px;
        font-size: 14px;
    }
    footer .footer-bottom p {
        font-size: 14px;
    }
    footer .footer-bottom p a {
        font-size: 14px;
        letter-spacing: 1px;
    }
    footer .img-thumbnail {
        height: 130px;
    }
    footer .footer-top {
        padding-bottom: 30px;
    }
    footer .footer-top h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    nav .navbar-nav {
        padding: 20px 0 20px;
    }
    .carousel .carousel-inner img.img-carousel {
        /* height: 560px; */
    }
    .carousel-caption {
        top: 25%;
    }
    .carousel-caption h1 {
        font-size: 36px;
    }
    .carousel-caption .btn-primary,
    .carousel-caption .btn-primary:not(:disabled):not(.disabled):active {
        font-size: 12px;
        width: 135px;
    }
    footer .footer-bottom .hidden {
        padding: 0px 5px;
    }
    footer .footer-top h2 {
        font-size: 28px;
    }
    footer .footer-bottom ul li a {
        font-size: 12px;
    }
    footer .footer-bottom ul li {
        font-size: 12px;
    }
    footer .footer-bottom p {
        font-size: 12px;
    }
    footer .footer-bottom p a {
        font-size: 12px;
    }
}

@media screen and (max-width: 425px) {
    .carousel-caption {
        top: 20%;
    }
    .carousel-caption .lead {
        letter-spacing: 1px;
        font-size: 14px;
    }
    .carousel-caption h1 {
        font-size: 22px;
    }
    .carousel .carousel-inner img.img-carousel {
        /* height: 400px; */
    }
    /*
    .carousel-indicators li span {
        display: none;
    }
    */
    .carousel-thumbnails ol li img {
        height: 100px;
    }
    /*
    .carousel-thumbnails .carousel-indicators li {
        height: 100px;
    }
    .carousel-thumbnails .carousel-indicators .active {
        height: 100px;
    }
    */
    footer .img-thumbnail {
        height: 130px;
        width: 100%;
        margin: 0 auto;
    }
    footer .footer-top h2 {
        font-size: 24px;
    }
}

@media screen and (max-width: 375px) {
    .carousel-thumbnails ol li img {
        height: 80px;
    }
    /*
    .carousel-thumbnails .carousel-indicators li {
        height: 80px;
    }
    .carousel-thumbnails .carousel-indicators .active {
        height: 80px;
    }
    */
}



.w-100 {width: 100% !important;}
.w-90 {width: 90% !important;}
.w-85 {width: 85% !important;}
.w-80 {width: 80% !important;}
.w-75 {width: 75% !important;}
.w-60 {width: 60% !important;}
.w-50 {width: 50% !important;}
.w-40 {width: 40% !important;}
.w-25 {width: 25% !important;}
.w-20 {width: 20% !important;}

@media (min-width:576px) {
    .w-sm-100 {width: 100% !important;}
    .w-sm-90 {width: 90% !important;}
    .w-sm-85 {width: 85% !important;}
    .w-sm-80 {width: 80% !important;}
    .w-sm-75 {width: 75% !important;}
    .w-sm-60 {width: 60% !important;}
    .w-sm-50 {width: 50% !important;}
    .w-sm-40 {width: 40% !important;}
    .w-sm-25 {width: 25% !important;}
    .w-sm-20 {width: 20% !important;}
    .w-sm-auto {width: auto !important;}
}

@media (min-width:768px) {
    .w-md-100 {width: 100% !important;}
    .w-md-90 {width: 90% !important;}
    .w-md-85 {width: 85% !important;}
    .w-md-80 {width: 80% !important;}
    .w-md-75 {width: 75% !important;}
    .w-md-60 {width: 60% !important;}
    .w-md-50 {width: 50% !important;}
    .w-md-40 {width: 40% !important;}
    .w-md-25 {width: 25% !important;}
    .w-md-20 {width: 20% !important;}
    .w-md-auto {width: auto !important;}
}

@media (min-width:992px) {
    .w-lg-100 {width: 100% !important;}
    .w-lg-90 {width: 90% !important;}
    .w-lg-85 {width: 85% !important;}
    .w-lg-80 {width: 80% !important;}
    .w-lg-75 {width: 75% !important;}
    .w-lg-60 {width: 60% !important;}
    .w-lg-50 {width: 50% !important;}
    .w-lg-40 {width: 40% !important;}
    .w-lg-25 {width: 25% !important;}
    .w-lg-20 {width: 20% !important;}
    .w-lg-auto {width: auto !important;}
}

@media (min-width:1200px) {
    .w-xl-100 {width: 100% !important;}
    .w-xl-90 {width: 90% !important;}
    .w-xl-85 {width: 85% !important;}
    .w-xl-80 {width: 80% !important;}
    .w-xl-75 {width: 75% !important;}
    .w-xl-60 {width: 60% !important;}
    .w-xl-50 {width: 50% !important;}
    .w-xl-40 {width: 40% !important;}
    .w-xl-25 {width: 25% !important;}
    .w-xl-20 {width: 20% !important;}
    .w-xl-auto {width: auto !important;}
}
