@charset "UTF-8";

@font-face {
    font-family: 'Linotype';
    src: url('../fonts/Linotype.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


body {
    background-color: #151515;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Linotype', 'Helvetica', Arial, sans-serif
}


body:not(.home) footer {
    position: static !important;
    bottom: 0 !important;
    opacity: 1 !important;
    transition: none !important;
}

body.spirit footer {
    position: static !important;
    bottom: 0 !important;
    opacity: 1 !important;
    transition: none !important;
}

h1.inherit,
h2.inherit,
h3.inherit,
h4.inherit,
h5.inherit,
h6.inherit,
p.inherit {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 0;
    font-weight: inherit;
    display: inherit
}

html {
    height: 100%
}

#menu {
    display: none
}

.spy-clickable {
    transition: all .8s ease-in-out
}

.go-scroll .spy-clickable:not(.spy-active) {
    opacity: 0
}

#indicator:hover .spy-clickable {
    opacity: 1
}

.scrollspy-indicator-container {
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    opacity: 0
}

body.menu-open {
    width: 100%;
    height: 100dvh
}

body #app {
    position: relative;
    width: 100%;
    overflow: hidden
}

body #sidebar {
    max-width: 100%
}

#header {
    padding: 0 2.6rem
}

#menu {
    background: #1a1a1a;
    height: 100dvh;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0;
    transition: all .7s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1100
}

#menu.open {
    opacity: 1;
    visibility: visible
}

#menu.open li:first-child {
    animation-delay: .1s
}

#menu.open li:nth-child(2) {
    animation-delay: .2s
}

#menu.open li:nth-child(3) {
    animation-delay: .3s
}

#menu.open li:nth-child(4) {
    animation-delay: .4s
}

#menu.open li:nth-child(5) {
    animation-delay: .5s
}

#menu.open li:nth-child(6) {
    animation-delay: .6s
}

#menu.open li:nth-child(7) {
    animation-delay: .7s
}

#menu.open li:nth-child(8) {
    animation-delay: .8s
}

#menu.open li:nth-child(9) {
    animation-delay: .9s
}

#menu.open li:nth-child(10) {
    animation-delay: 1s
}

#menu.open li {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp
}

#menu ul:hover a {
    opacity: .5
}

#menu ul a {
    -webkit-transform: translateZ(0);
    transition: opacity .3s ease-in-out
}

#menu ul a:hover {
    opacity: 1
}

#menu .main-nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

#menu .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#menu .main-nav a {
    color: #fff;
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    padding: 1rem;
    text-decoration: none;
    text-transform: uppercase
}

#menu .main-nav a:first {
    padding-top: 0
}

#menu .menu-footer {
    padding: 2rem;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0
}

#menu .menu-footer ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0
}

#menu .menu-footer ul li {
    display: inline;
    margin: 0 1rem
}

#menu .menu-footer a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase
}

#menu .four-div img {
    object-fit: cover
}

.toggle-menu {
    background-color: initial;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 50px;
    outline: none;
    padding: 0;
    pointer-events: auto;
    position: relative;
    vertical-align: middle;
    width: 50px;
    z-index: 1110
}

.toggle-menu span {
    left: calc(50% - 15px);
    top: 50%
}

.toggle-menu span,
.toggle-menu span:after,
.toggle-menu span:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color .2s ease-in-out, top .2s ease-out .2s, transform .2s linear;
    width: 30px
}

.toggle-menu span:before {
    top: 8px
}

.toggle-menu span:after {
    top: -8px
}

.toggle-menu.active span {
    background-color: initial;
    transition: background .2s ease-out
}

.toggle-menu.active span:after,
.toggle-menu.active span:before {
    transition: top .2s ease-out, transform .2s ease-out .2s
}

.toggle-menu.active span:before {
    top: 0;
    transform: rotate(-45deg)
}

.toggle-menu.active span:after {
    top: 0;
    transform: rotate(45deg)
}

.torna-section-grappa .first-el,
.torna-section-grappa .last-el,
.torna-section-wine .first-el,
.torna-section-wine .last-el {
    width: 22%;
    min-width: 405px
}

@media (max-width:1199px) {

    .torna-section-grappa .first-el,
    .torna-section-grappa .last-el,
    .torna-section-wine .first-el,
    .torna-section-wine .last-el {
        width: 315px;
        min-width: 0
    }
}

@media (max-width:991px) {

    .torna-section-grappa .first-el,
    .torna-section-grappa .last-el,
    .torna-section-wine .first-el,
    .torna-section-wine .last-el {
        width: 190px
    }
}

@media (max-width:767px) {

    .torna-section-grappa .first-el,
    .torna-section-grappa .last-el,
    .torna-section-wine .first-el,
    .torna-section-wine .last-el {
        width: auto
    }
}

.torna-section-grappa .first-el,
.torna-section-wine .first-el {
    justify-content: flex-start
}

.torna-section-grappa .last-el,
.torna-section-wine .last-el {
    justify-content: flex-end
}

.form-control {
    height: 40px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: initial;
    background-clip: padding-box;
    border: 1px solid #979797;
    margin-top: 4px;
    border-radius: 0
}

.cart-dati-1-inputs .v-select .vs__dropdown-toggle {
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: transparent
}

.cart-dati-1-inputs .v-select input {
    height: auto;
    border: 0 !important
}

.cart-dati-1-inputs .v-select .vs__search,
.cart-dati-1-inputs .v-select .vs__selected {
    padding: 0;
    margin: 0;
    color: #d4d4d4
}

.cart-dati-1-inputs .v-select .vs__selected {
    line-height: 1.8;
    width: calc(100% - 30px)
}

.cart-dati-1-inputs .v-select .vs__selected>div {
    width: 100%
}

.cart-dati-1-inputs .v-select .vs__actions {
    padding: 0
}

.cart-dati-1-inputs .v-select .vs__clear {
    position: absolute;
    right: 12px;
    width: 12px;
    top: 6px;
    margin: 0;
    background: #1a1a1a;
    z-index: 10;
    transform: scale(.95)
}

.cart-dati-1-inputs .v-select .vs__clear svg {
    fill: #979797
}

.cart-dati-1-inputs .v-select .vs__dropdown-menu {
    background: #1a1a1a;
    left: -1px;
    width: calc(100% + 2px);
    border: 1px solid #979797;
    border-radius: 0
}

.cart-dati-1-inputs .v-select .vs__dropdown-menu .vs__dropdown-option {
    color: #d4d4d4
}

.cart-dati-1-inputs .v-select .vs__dropdown-menu .vs__dropdown-option--highlight {
    background: transparent;
    color: #fff
}

.cart-dati-1-inputs .v-select .vs__dropdown-menu li {
    color: #d4d4d4
}

.cart-dati-1-inputs .v-select .vs__open-indicator {
    transform: scale(.7);
    fill: #979797;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 15px;
    display: none
}

body {
    font-family: "Linotype";
    font-size: .9rem;
    height: 100%
}

@media (min-width:1400px) {
    body {
        font-size: 1rem
    }
}

#header nav .toggle-menu {
    outline: none;
    margin-left: auto
}

#header .menu-text {
    top: 0;
    color: #c0a680;
    font-family: "Linotype", sans-serif;
    margin-left: 57px;
    position: relative;
    height: 18px
}

#header .shop-text {
    text-decoration: none;
    margin-left: 75px;
    display: flex;
    align-items: center
}

#header .shop-text span:not(.carrello-nr) {
    top: 3px;
    color: #c0a680;
    font-family: "Linotype";
    position: relative;
    bottom: -1px
}

#header .shop-text .img {
    position: relative;
    margin-right: 15px;
    margin-left: 30px
}

#header .shop-text .img img {
    width: 23px;
    height: 20px
}

#header span.menu-sep {
    color: hsla(0, 0%, 100%, .5);
    font-size: 20px;
    letter-spacing: 4px;
    padding-top: 3px
}

#header .shop-text:before {
    display: none
}

.menu-sep-big {
    height: 105px;
}

@media (max-width:1400px) {
    .menu-sep-big {
        height: 85px
    }
}

.follow .menu-sep-big {
    height: 80px
}

@media (max-width:1400px) {
    .follow .menu-sep-big {
        height: 85px
    }
}

#header .cart-text .img,
#header .user-text .img {
    position: relative;
    margin-right: 15px;
    margin-left: 30px
}

#header .cart-text .img img,
#header .user-text .img img {
    width: 22px;
    height: 20px
}

#header .cart-text .img img.smaller,
#header .user-text .img img.smaller {
    width: 19px;
    height: 18px
}

#header .shop-text:before {
    content: "";
    height: 105px;
    border-left: 1px solid hsla(0, 0%, 100%, .3)
}

@media (max-width:1400px) {
    #header .shop-text:before {
        height: 85px
    }
}

#header {
    z-index: 1
}

#header .menu-logo {
    width: 115px
}

@media (min-width:1200px) {
    #header .menu-logo {
        width: 135px
    }
}

@media (min-width:1400px) {
    #header .menu-logo {
        width: 175px
    }
}

#header .menu-logo img {
    width: 115px;
    height: auto;
}

@media (max-width:575px) {
    #header .menu-logo img {
        width: 85px !important;
        height: auto;
    }
}

@media (min-width:1200px) {
    #header .menu-logo img {
        width: 135px;
        height: auto;
    }
}

@media (min-width:1400px) {
    #header .menu-logo img {
        width: 175px;
        height: auto;
        position: relative
    }
}

@media (min-width:1200px) {
    .only-header:not(.follow) .menu-logo {
        top: 15px
    }
}

@media (min-width:1400px) {
    .only-header:not(.follow) .menu-logo img {
        position: relative
    }
}

@media (min-width:1200px) {
    .only-header.follow .menu-logo {
        top: 8px
    }
}

#header nav {
    flex-wrap: nowrap;
    align-items: center;
    position: relative
}

@media (max-width:767px) {

    #header nav .shop-text,
    #header nav .toggle-menu {
        transform: scale(.9)
    }
}

@media (max-width:575px) {

    #header nav .shop-text,
    #header nav .toggle-menu {
        transform: scale(.85)
    }
}

#header .prenota-text {
    font-size: 15px;
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: 5px;
    text-decoration: none;
    transition: all .2s
}

#header .prenota-text:hover {
    color: #fff
}

.section-2 {
    background-color: #1a1a1a;
    position: relative
}

.section-2:before {
    content: "";
    width: 100%;
    height: 350px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(transparent, rgba(26, 26, 26, .8), #1a1a1a);
    top: -349px;
    z-index: 1
}

.scrollspy-indicator-container li {
    transition: all .6s ease-in-out
}

.first-section {
    position: relative;
    z-index: 1
}

.first-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(26, 26, 26, .4)
}

@media (max-width:767px) {
    .first-section:before {
        background-color: rgba(26, 26, 26, .3)
    }
}

.first-section:after {
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(90deg, transparent, rgba(26, 26, 26, .75))
}

#indicator {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    right: 2rem;
    display: flex;
    align-items: center;
    z-index: 10
}

#indicator .spy-clickable {
    color: hsla(0, 0%, 100%, .5);
    font-size: 13px;
    letter-spacing: 4px;
    padding-bottom: 16%;
    padding-top: 16%;
    border-left: 0;
    max-width: 230px;
    padding-right: 26px;
    text-align: right;
    border-right: 0 solid transparent;
    right: 0 !important
}

#indicator .spy-clickable:hover {
    color: #fff
}

#indicator .spy-clickable.spy-active {
    color: #fff;
    border-left: 0;
    border-right: 4px solid #c0a680;
    padding-right: 30px
}

.section-title {
    position: relative
}

.section-title span:first-child {
    color: #fff;
    font-size: 46px;
    letter-spacing: 7px;
    line-height: 1.3
}

@media (max-width:1499px) {
    .section-title span:first-child {
        font-size: 45px;
        letter-spacing: 13px
    }
}

@media (max-width:1399px) {
    .section-title span:first-child {
        font-size: 39px;
        letter-spacing: 10px
    }
}

@media (max-width:1199px) {
    .section-title span:first-child {
        font-size: 37px;
        letter-spacing: 10px
    }
}

@media (max-width:991px) {
    .section-title span:first-child {
        font-size: 33px;
        letter-spacing: 8px
    }
}

@media (max-width:767px) {
    .section-title span:first-child {
        font-size: 30px;
        letter-spacing: 6px
    }
}

.s-grappa .section-title span:first-child {
    margin-left: 0
}

.section-title span:last-child {
    color: #c0a680;
    font-family: "Cinzelitalic";
    font-size: 25px;
    position: absolute;
    left: -65px;
    top: 6px
}

.section-title span:last-child:after {
    content: "";
    width: 47px;
    height: 1px;
    right: 1px;
    background-color: #c0a680;
    position: absolute;
    top: 31px
}

.breaker {
    width: 100%;
    height: 2px;
    background: hsla(0, 0%, 100%, .2);
    margin-top: 60px;
    margin-bottom: 60px
}

.two-p {
    display: flex;
    color: #fff
}

.two-p p {
    line-height: 1.9
}

.two-p>div:first-child {
    padding-left: 0;
    padding-right: 25px
}

.two-p>div:last-child {
    padding-right: 0;
    padding-left: 25px
}

.first-p:first-letter {
    float: left;
    font-size: 105px;
    margin-right: 10px;
    line-height: .65;
    color: #c0a680;
    margin-top: 20px
}

.section-2>.container {
    position: relative;
    top: -85px;
    z-index: 1
}

@media (min-width:1200px) {
    .section-2>.container {
        margin-left: 2vw
    }
}

@media (min-width:1400px) {
    .section-2>.container {
        margin-left: 12vw
    }
}

.section-2 {
    height: 830px
}

.section-2--bg {
    position: absolute;
    z-index: 0;
    top: -16%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(26, 26, 26, .5), rgba(26, 26, 26, .5)), url(/assets/img/frontend/storia-bg);
    background-repeat: no-repeat;
    background-size: 1050px;
    background-position: right -50px top 15px
}

@media (max-width:767px) {
    .section-2--bg {
        background-position: right -50px top 100px
    }
}

.section-3 {
    background-color: #1a1a1a;
    margin-top: -275px
}

.section-3 .row-1 p {
    color: #fff;
    line-height: 1.9
}

.section-3 .section-title {
    margin-top: 73px
}

.section-3 .row-1 .img-col {
    position: relative
}

@media (max-width:767px) {
    .section-3.section-3-11 .section-title {
        margin-top: 20px
    }
}

.section-3 .row-1 .img-col:after {
    white-space: pre;

    color: #c0a680;
    font-family: "Cinzelitalic";
    position: absolute;
    right: -149px;
    bottom: 60px;
    line-height: 1.2
}

.section-3 .row-2 p {
    color: #fff;
    line-height: 1.9
}

.section-3 .row-2 img {
    width: 100%;
    object-fit: cover
}

.section-3 .row-2 .img-col {
    position: relative
}

.section-3 .row-2 .img-col:after {
    white-space: pre;

    color: #c0a680;
    font-family: "Cinzelitalic";
    position: absolute;
    left: -160px;
    bottom: 25px;
    line-height: 1.2;
    text-align: right
}

.tullo-title {
    color: #c0a680;
    font-size: 40px;
    margin-bottom: 40px
}

.tullo-1 {
    padding-right: 20px
}

.tullo-2 {
    padding-left: 20px
}

.section-3 .row-2 {
    margin-top: 185px
}

.section-3 .row-3 p {
    color: #fff;
    line-height: 1.9
}

.section-3 .row-3 img {
    width: 100%
}

.section-3 .row-3 .img-col {
    position: relative
}

.section-3 .row-3 .img-col:after {
    white-space: pre;

    color: #c0a680;
    font-family: "Cinzelitalic";
    position: absolute;
    right: -134px;
    bottom: 0
}

.section-4 {
    padding-top: 250px;
    margin-top: -1px;
    position: relative
}

@media (min-width:1200px) {
    .section-4 {
        right: 3vw
    }
}

@media (min-width:1400px) {
    .section-4 {
        right: 6vw
    }
}

.section-4--bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(26, 26, 26, .5), rgba(26, 26, 26, .5)), url();
    background-repeat: no-repeat;
    background-position: top -85px right -55px;
    background-size: 1200px
}

.section-2 .row-2 img:not(.play),
.section-4 .row-2 img:not(.play) {
    width: 109%;
    height: 750px;
    object-fit: cover;
    position: relative;
    z-index: 1
}

.section-4 .row-2 .staff-text {
    color: #c0a680;
    font-family: "Cinzelitalic"
}

.section-5 .row-1 p {
    color: #fff;
    line-height: 1.9
}

.section-5 .row-1 .img-col img {
    width: 100%
}

.section-5 .row-1 .img-col {
    position: relative
}

.section-5 .row-1 .img-col:after {
    white-space: pre;
    content: "La Marchesa Gemma de Gresti \AGuerrieri Gonzaga";
    color: #c0a680;
    font-family: "Cinzelitalic";
    position: absolute;
    right: -134px;
    bottom: 0
}

.section-5 {
    background-color: #1a1a1a;
}

.section-3 .famspan2 {
    left: -43px !important
}

.section-3 .famspan2:after {
    width: 27px !important
}

.section-3 .famspan {
    margin-bottom: 45px;
    display: inline-block
}

.bottom-title {
    color: #c0a680;
    font-family: "Cinzelitalic";
    margin-top: 33px;
    line-height: 1.2;
    z-index: 1;
    position: relative
}

@media (min-width:576px) and (max-width:767px) {
    .bottom-title {
        font-size: 1.1rem
    }
}

.row-31 {
    margin-top: 185px
}

.row-31-p {
    margin-top: 50px
}

.section-3 .row-31 .img-col:after {
    white-space: pre-line;

    color: #c0a680;
    font-family: "Cinzelitalic";
    position: absolute;
    right: -252px;
    bottom: 73px;
    line-height: 1.2
}

.section-4 .section-title span:last-child:after {
    width: 25px !important
}

.perspan2 {
    left: -43px !important
}

.perspan {
    margin-bottom: 45px;
    display: inline-block
}

.section-4 .two-p {
    margin-bottom: 80px
}

.section-3-5 .row-1 .img-col:after {
    white-space: pre;

    color: #c0a680;
    font-family: "Cinzelitalic";
    position: absolute;
    right: -234px;
    bottom: 25px;
    line-height: 1.2
}

.section-3-5 .section-title {
    margin-top: 10px
}

.section-3-5 .section-title span:last-child {
    top: 75px
}

@media (min-width:1200px) and (max-width:1366px) {
    .section-3-5 .section-title span:last-child {
        top: 59px
    }
}

.section-3-5 {
    padding-top: 250px;
    padding-bottom: 125px;
    margin-top: 0 !important
}

.section-3-5--bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(26, 26, 26, .5), rgba(26, 26, 26, .5));
    background-repeat: no-repeat;
    background-position: top right -250px;
    background-size: 1050px
}

.section-6 {
    background-color: #1a1a1a;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 125px 0 75px;
    position: relative;
    margin-bottom: -1px;
    margin-top: -1px
}

.section-6:before {
    top: 0
}

.section-6:after,
.section-6:before {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    background-color: initial;
    box-shadow: 0 -5px 35px 5px #1a1a1a
}

.section-6:after {
    bottom: 0
}

.section-6 .section-title {
    color: #fff;
    font-size: 35px;
    letter-spacing: 17px;
    line-height: 1.3;
    text-align: center
}

@media (min-width:1366px) {
    .section-6 .section-title {
        font-size: 45px
    }
}

.cd-svg-clipped-slider {
    width: 100%
}

.gallery-wrapper .gallery {
    padding: 0;
    margin: 0
}

.c-fluid {
    padding: 90px 5rem 0
}

.footer-links {
    text-align: center;
    padding: 35px 0
}

.footer-links a {
    color: hsla(0, 0%, 100%, .5);
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    padding: 4px 15px;
    letter-spacing: 5px;
    text-indent: 5px;
    transition: all .8s ease-in-out
}

.footer-links a:hover {
    color: #fff
}

.breaker-2 {
    width: 100%;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .3)
}

.auth-1 img {
    width: 33px;
    height: 33px
}

.footer-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 35px 0
}

.footer-author * {
    font-size: 12px
}

.auth-2,
.auth-2 a {
    color: hsla(0, 0%, 100%, .5);
    text-decoration: none;
    transition: all .8s ease-in-out
}

.auth-2 a:hover {
    color: #fff
}

.auth-3,
.auth-3 a {
    color: hsla(0, 0%, 100%, .5);
    text-decoration: none;
    transition: all .8s ease-in-out
}

.auth-3 a:hover {
    color: #fff
}

.auth-1 a:first-child {
    margin-right: 10px
}

.auth-2-2,
.auth-2-4 {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.auth-2-3,
.auth-2-5 {
    text-decoration: underline
}

/* Подключение шрифтов */
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica-light-587ebe5a59211.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica-compressed-5871d14b6903a.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica-rounded-bold-5871d05ead8de.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Linotype';
    src: url('../fonts/Linotype.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/* Применение шрифта ко всем параграфам */
p {
    font-family: 'Linotype', 'Helvetica', Arial, sans-serif !important;
    font-weight: normal;
    font-style: normal;
}

.section-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.section-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(transparent, rgba(26, 26, 26, 0.3), #1a1a1a);
    pointer-events: none;
    z-index: 2;
}

.section-image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
}

html[lang="ka"] body,
html[lang="ka"] h1,
html[lang="ka"] h2,
html[lang="ka"] h3,
html[lang="ka"] h4,
html[lang="ka"] h5,
html[lang="ka"] h6,
html[lang="ka"] p,
html[lang="ka"] span,
html[lang="ka"] a,
html[lang="ka"] li {
    font-family: 'Linotype', 'Helvetica', Arial, sans-serif !important;
}

/* Стили для иконки Book a Visit */
.shop-text .img svg {
    color: #fff;
    transition: all 0.3s ease;
}

.shop-text:hover .img svg {
    color: #c0a680;
    transform: scale(1.1);
}

/* Анимация для иконки */
.shop-text .img svg path {
    transition: stroke 0.3s ease;
}

/* Стили для разных весов шрифта */
p.light {
    font-weight: 300;
}

p.bold {
    font-weight: bold;
}

p.italic {
    font-style: italic;
}

p.bold-italic {
    font-weight: bold;
    font-style: italic;
}

p.condensed {
    font-stretch: condensed;
}

p.rounded {
    font-weight: bold;
}

footer {
    background-color: #1a1a1a;
    position: relative;
    z-index: 2
}

/* Футер фиксированный только на главной странице */
body.home footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

/* Отступ для основного контента только на главной странице */
body.home {
    padding-bottom: 240px;
}

/* Основной контент на главной странице не должен перекрываться футером */
body.home main,
body.home .content,
body.home [data-content] {
    padding-bottom: 240px;
}

@media (max-width:767px) {
    body.home {
        padding-bottom: 200px;
    }

    body.home main,
    body.home .content,
    body.home [data-content] {
        padding-bottom: 200px;
    }

    /* Разрешаем скролл на мобильных устройствах только на главной странице */
    body.home {
        overflow-y: auto;
        height: auto;
    }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 hsla(0, 0%, 100%, .4)
    }

    50% {
        box-shadow: 0 0 0 20px hsla(0, 0%, 100%, 0)
    }
}

@keyframes shadow-pulse-big {
    0% {
        box-shadow: 0 0 0 0 rgba(50, 188, 253, .2)
    }

    50% {
        box-shadow: 0 0 0 50px rgba(50, 188, 253, 0)
    }
}

.pulse {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    animation: shadow-pulse 1.8s infinite
}

#issues {
    display: none
}

#dates {
    padding: 0 !important;
    margin-bottom: 0 !important;
    height: 100px
}

#dates:after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: hsla(0, 0%, 100%, .5);
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 57px;
    z-index: 1
}

#timeline {
    width: 90%
}

.pulse-btn {
    background-color: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    top: 55px;
    z-index: 2
}

.selected-pulse {
    width: 9px;
    height: 9px;
    top: 53px;
    background-color: #c0a680
}

.selected-pulse:after {
    content: "";
    width: 25px;
    height: 25px;
    top: -8px;
    background-color: initial;
    border: 1px solid hsla(0, 0%, 100%, .2);
    position: absolute;
    left: -8px;
    right: 0;
    margin: auto;
    border-radius: 50%;
    z-index: 4
}

#dates li {
    position: relative;
    display: flex;
    justify-content: center;
    height: 100px;
    width: 132px
}

#dates a {
    color: hsla(0, 0%, 100%, .5);
    text-decoration: none;
    transition: all .8s ease-in-out;
    padding: 0;
    line-height: 1;
    margin-top: auto;
    letter-spacing: 4px
}

@media (min-width:1200px) {
    #dates a {
        font-size: 15px
    }
}

#dates a.selected {
    color: #fff
}

#grad_left,
#grad_right {
    top: 57px;
    z-index: 3
}

@media (max-width:767px) {

    #grad_left,
    #grad_right {
        z-index: 1
    }
}

#next,
#prev {
    top: 35px
}

#next {
    right: -50px
}

#prev {
    left: -50px
}

@media (max-width:767px) {

    .big-timeline .back,
    .big-timeline .forward {
        display: none
    }
}

.big-timeline {
    position: relative
}

.big-timeline .back {
    right: 94%
}

.big-timeline .back,
.big-timeline .forward {
    position: absolute;
    width: 30vw;
    height: 100%;
    top: 0;
    z-index: 1;
    pointer-events: all;
    cursor: pointer
}

.big-timeline .forward {
    left: 94%
}

.cd-svg-clipped-slider .gallery li.left {
    left: 17%
}

.cd-svg-clipped-slider .gallery li.right {
    left: 43%
}

.cd-svg-clipped-slider .caption li,
.cd-svg-clipped-slider .gallery li {
    list-style-type: none
}

.cd-svg-clipped-slider {
    margin-top: 160px
}

.c-text {
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin-top: 12px;
    font-size: 17px;
    font-family: "Cinzelitalic"
}

@media (min-width:1200px) and (max-width:1366px) {
    .c-text {
        font-size: 16px
    }
}

@media (min-width:1400px) {
    .cd-svg-clipped-slider.gallery {
        margin-top: 110px;
        margin-bottom: 15px
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .cd-svg-clipped-slider.gallery {
        margin-top: 100px;
        margin-bottom: 15px
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .big-timeline {
        top: -25px
    }
}

@media (max-width:1199px) {
    .cd-svg-clipped-slider.gallery {
        margin-top: 100px;
        margin-bottom: 0
    }
}

@media (max-width:991px) {
    .cd-svg-clipped-slider.gallery {
        margin-top: 120px;
        margin-bottom: 0
    }
}

@media (max-width:991px) and (min-width:768px) {
    .cd-svg-clipped-slider.gallery {
        margin-top: 80px;
        margin-bottom: 60px
    }
}

@media (max-width:991px) {
    .cd-svg-clipped-slider.gallery .c-text {
        font-size: 15px;
        margin-top: 15px
    }

    .cd-svg-clipped-slider.gallery+.mobile-timeline #timeline {
        margin-top: 0;
        margin-bottom: 0
    }

    .mobile-timeline #timeline #dates a {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .cd-svg-clipped-slider.gallery {
        margin-left: 55px;
        margin-right: 55px;
        margin-top: 96px;
        width: auto
    }
}

@media (max-width:767px) and (max-width:575px) {
    .cd-svg-clipped-slider.gallery {
        margin-top: 56px
    }
}

@media (max-width:767px) {
    .cd-svg-clipped-slider.gallery .caption {
        top: -90px
    }

    .cd-svg-clipped-slider.gallery .c-text {
        font-size: 13px;
        margin-top: 12px;
        line-height: 1.3
    }

    .cd-svg-clipped-slider.gallery+.mobile-timeline {
        width: 100%
    }

    .cd-svg-clipped-slider.gallery+.mobile-timeline #timeline {
        margin-top: -10px;
        margin-bottom: 50px
    }

    .cd-svg-clipped-slider.gallery+.mobile-timeline #next,
    .cd-svg-clipped-slider.gallery+.mobile-timeline #prev {
        top: 0;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: -39%;
        width: 42px;
        height: 42px
    }

    .cd-svg-clipped-slider.gallery+.mobile-timeline #prev {
        left: 0
    }

    .cd-svg-clipped-slider.gallery+.mobile-timeline #next {
        right: 0
    }

    .mobile-timeline #timeline #dates a {
        font-size: 14px
    }

    .cd-svg-clipped-slider.gallery .gallery li.selected {
        padding-bottom: 85%
    }
}

.cd-svg-clipped-slider .caption li {
    top: 3rem
}

@media (max-width:767px) {
    .cd-svg-clipped-slider .caption li {
        top: 3.5rem
    }
}

.cd-svg-clipped-slider .caption li.selected {
    font-size: 10rem;
    line-height: 1;
    padding: 0;
    color: hsla(0, 0%, 100%, .1);
    transform: none !important;
    margin: auto;
    letter-spacing: 0;
    top: 2rem
}

@media (max-width:1399px) {
    .cd-svg-clipped-slider .caption li.selected {
        top: 3.6rem
    }
}

@media (max-width:1199px) {
    .cd-svg-clipped-slider .caption li.selected {
        top: 3.7rem
    }
}

@media (max-width:991px) {
    .cd-svg-clipped-slider .caption li.selected {
        top: 3.75rem
    }
}

@media (max-width:767px) {
    .cd-svg-clipped-slider .caption li.selected {
        top: 2.7rem
    }
}

@media (max-width:575px) {
    .cd-svg-clipped-slider .caption li.selected {
        top: 3.7rem
    }
}

.cd-svg-clipped-slider .caption li.selected span {
    letter-spacing: 0
}

.f-letter {
    margin-right: 22px;
    font-size: 10rem;
    line-height: 1;
    padding: 0
}

@media (min-width:768px) and (max-width:991px) {
    .f-letter {
        font-size: 7rem
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .f-letter {
        font-size: 7rem
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .f-letter {
        font-size: 8rem
    }
}

@media (max-width:1399px) {
    .f-letter>div {
        min-width: 86px
    }
}

@media (max-width:1199px) {
    .f-letter>div {
        min-width: 71px
    }
}

@media (max-width:991px) {
    .f-letter>div {
        min-width: 71px
    }
}

@media (max-width:767px) {
    .f-letter>div {
        min-width: 61px
    }
}

@media (max-width:575px) {
    .f-letter>div {
        min-width: 43px
    }
}

@media (min-width:1400px) {
    .f-letter>div {
        min-width: 107px
    }
}

.s-letter {
    margin-right: 44px;
    margin-left: 22px;
    font-size: 11rem;
    line-height: 1;
    padding: 0
}

.cd-svg-clipped-slider .caption {
    position: absolute;
    overflow: visible;
    top: -110px;
    margin: auto;
    padding: 0;
    left: 0;
    right: 0
}

.svg-wrapper img {
    max-width: 100%
}

.svg-wrapper {
    text-align: center
}

.cd-svg-clipped-slider .gallery li.left,
.cd-svg-clipped-slider .gallery li.right {
    opacity: .5
}

.four-div .img-holder {
    position: relative;
    width: 100%;
    height: 24vw;
    transform: scale(.9)
}

@media (min-width:1400px) and (max-height:840px) {
    .four-div .img-holder {
        height: 21vw
    }
}

#menu {
    min-height: 600px
}

#menu four-div img {
    object-fit: cover
}

.four-div {
    top: 100px;
    bottom: auto;
    margin: auto;
    height: calc(100% - 100px);
    padding: 0 2rem
}

.four-div,
.four-div .four-div-element {
    position: relative
}

.four-div-element-inside {
    position: relative;
    cursor: pointer
}

.four-div .four-div-element .four-div-element-inside .img-holder {
    opacity: .75;
    transition: all .8s ease-in-out;
    cursor: pointer
}

.four-div .four-div-element .four-div-element-inside:after {
    content: "";
    width: 104%;
    margin: auto;
    height: 70%;
    position: absolute;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 30%, #1a1a1a 92%);
    bottom: -1%;
    left: -2%;
    right: 0;
    transform: scale(.9);
    transition: all .25s ease-in-out
}

.four-div .four-div-element .four-div-element-inside:hover .img-holder {
    opacity: 1
}

.img-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
    z-index: 10
}

.img-text a {
    display: inline-block;
    color: #fff;
    letter-spacing: 7px;
    text-indent: 7px;
    font-size: 20px;
    text-decoration: none
}

@media (min-width:1124px) {
    .img-text a {
        font-size: 22px
    }
}

@media (min-width:1200px) {
    .img-text a {
        font-size: 22px
    }
}

@media (min-width:1400px) {
    .img-text a {
        font-size: 25px
    }
}

@media (max-width:1199px) {
    .img-text a {
        font-size: 19px
    }
}

.menu-links {
    position: relative;
    bottom: auto;
    top: auto;
    margin: 15px 0 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width:992px) {
    .menu-links {
        margin-top: 35px;
        margin-bottom: 30px
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .menu-links {
        margin-top: 65px;
        margin-bottom: 10px
    }
}

@media (min-width:1500px) {
    .menu-links {
        margin-top: 35px
    }
}

@media (max-width:991px) {
    .menu-links {
        flex-direction: column;
        height: 60px;
        line-height: 2
    }

    .menu-links div {
        width: 100%
    }
}

@media (max-width:575px) {
    .menu-links {
        height: 55px
    }
}

.book-visit {
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width:991px) {
    .book-visit {
        position: relative;
        bottom: auto;
        margin: 0
    }
}

.book-visit.form-submit a {
    font-size: .9rem;
    width: 100%;
    min-width: 0;
    padding: 17px 34px 16px;
    position: relative;
    display: block
}

@media (min-width:1200px) and (max-width:1366px) {
    .book-visit.form-submit a {
        font-size: .8rem
    }
}

.menu-lang {
    position: absolute;
    left: 0;
    margin: auto
}

@media (max-width:991px) {
    .menu-lang {
        position: relative;
        left: 0;
        right: 0;
        margin: 40px 0 0;
        bottom: auto
    }
}

.menu-lang .active a {
    color: #fff
}

.menu-links a {
    color: hsla(0, 0%, 100%, .5);
    transition: all .8s ease-in-out;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    padding: 2px 3px;
    letter-spacing: 5px;
    text-indent: 5px
}

@media (max-width:575px) {
    .menu-links a {
        font-size: 13px
    }
}

.menu-links a:hover {
    color: #fff
}

.menu-lang a {
    color: hsla(0, 0%, 100%, .5);
    transition: all .8s ease-in-out;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 5px
}

.menu-lang a:hover {
    color: #fff
}

.menu-links a:first-child,
.menu-links a:nth-child(4),
.menu-links a:nth-child(5) {
    margin-left: 2%
}

.menu-links a:nth-child(2) {
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block
}

.menu-sep {
    margin-left: 15px;
    margin-right: 15px
}

.four-div .four-div-element a {
    opacity: .5;
    transition: all .8s ease-in-out
}

.four-div .four-div-element.active .img-holder,
.four-div .four-div-element.active a,
.four-div .four-div-element:hover .img-holder,
.four-div .four-div-element:hover a {
    opacity: 1
}

/* Дополнительные правила для обеспечения анимации для всех элементов */
.four-div .four-div-element:nth-child(5) a {
    opacity: .5;
    transition: all .8s ease-in-out
}

.four-div .four-div-element:nth-child(5):hover a {
    opacity: 1
}

.four-div .four-div-element:nth-child(5) .img-holder {
    opacity: .75;
    transition: all .8s ease-in-out
}

.four-div .four-div-element:nth-child(5):hover .img-holder {
    opacity: 1
}

.section-2-1 .section-title span:last-child:after {
    width: 21px
}

.first-section-2 {
    background-position: center !important
}

@media (max-width:767px) {
    .first-section-2 {
        background-position: left 62% top !important;
        background-size: 138% !important;
        min-height: 320px !important
    }
}

.section-2-1 .citation {
    padding-left: 0 !important
}

.citation {
    width: 90%;
    margin-bottom: 40px;
    position: relative
}

.the-citation {
    line-height: 2.2;
    font-size: 13px;
    font-family: "Cinzelitalic"
}

.cit-author {
    color: #c0a680;
    letter-spacing: 4px;
    position: relative;
    padding-left: 85px;
    font-size: 15px
}

.cit-author:before {
    content: "";
    width: 58px;
    height: 1px;
    background-color: #c0a680;
    position: absolute;
    top: -3px;
    bottom: 0;
    margin: auto;
    left: 0
}

.first-quote {
    top: -5%;
    left: -7%;
}

.first-quote,
.last-quote {
    font-size: 40px;
    position: absolute;
    font-style: italic
}

p{
    text-align: justify !important;
}

.last-quote {
    bottom: -70px;
    right: -10px
}

.section-3-1 .row-1 {
    justify-content: flex-end
}

.section-3-1 .section-title span:last-child:after {
    width: 21px !important
}

.section-3-1 .section-title {
    margin-top: 0
}

.section-2-1 {
    background-image: none;
    height: auto
}

.section-3-1 {
    margin-top: -2px !important;
    padding-top: 200px
}

.section-3-1--bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(26, 26, 26, .5), rgba(26, 26, 26, .5));
    background-repeat: no-repeat;
    background-position: left top 23px;
    background-size: 872px
}

.terr-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    margin-bottom: 30px
}

.terr-title {
    font-size: 26px;
    color: #c0a680;
    line-height: 1;
    margin-bottom: 10px
}

@media (min-width:1366px) {
    .terr-title {
        font-size: 29px
    }
}

@media (min-width:1600px) {
    .terr-title {
        font-size: 32px
    }
}

.terr-text {
    color: #fff;
    position: relative;
    padding-left: 18px;
    border-left: 1px solid #5f5f5f;
    text-align: left
}

.terr-text * {
    text-align: inherit
}

.section-4-1 {
    background-image: none
}

.section-3-2 .row-1 .img-col:after {
    content: "Lorem Ipsum" !important
}

.indicator-2 .spy-clickable {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.indicator-2 .scrollspy-indicator-container {
    width: 220px
}

.section-3-2 .row-1 .img-col:after {
    content: none !important
}

@media (min-width:1200px) {
    .section-3-1 .row-2-1 {
        margin-top: 120px;
        position: relative
    }
}

@media (min-width:1366px) {
    .section-3-1 .row-2-1 {
        right: 6vw
    }
}

.section-3-1 .row-2-1>div:first-child {
    position: relative
}

@media (min-width:1200px) {
    .section-3-1 .row-2-1>div:first-child {
        top: -100px
    }
}

@media (min-width:1200px) {
    .section-3-1 .row-2-1>div:nth-child(4) {
        top: 145px
    }
}

.section-4-1 {
    padding-top: 100px
}

@media (min-width:1200px) {
    .section-4-1 {
        padding-top: 275px
    }
}

.section-4-1-1 .section-title {
    width: 127%
}

.section-4-1-1 {
    padding-top: 245px
}

@media (max-width:1199px) {
    .section-4-1-1 {
        padding-top: 175px
    }
}

@media (max-width:767px) {
    .section-4-1-1 {
        padding-top: 110px
    }

    .section-4-1-1.section-4-1-4 {
        padding-top: 130px
    }
}

.section-4-1 .section-title span:last-child:after {
    width: 21px !important
}

.section-4-1-1 .section-title span:last-child:after {
    width: 25px !important
}

.section-4-1-1 .section-title span:last-child {
    top: 68px;
    left: -43px
}

.section-2-1 .section-title span:last-child {
    left: -43px
}

.section-3-2 {
    margin-top: -2px;
    padding-top: 225px
}

.section-3-2 .section-title {
    margin-top: 170px !important
}

@media (min-width:1200px) and (max-width:1366px) {
    .section-3-2 .section-title {
        margin-top: 70px !important
    }
}

@media (max-width:575px) {
    .section-3-2 .section-title {
        margin-top: 110px !important
    }
}

.section-3-2 .row-1 .img-col:after {
    white-space: pre-line;
    content: "Lorem Ipsum" !important;
    color: #c0a680;
    font-family: "Cinzelitalic";
    position: absolute;
    right: -146px;
    bottom: 80px !important;
    line-height: 1.2
}

.section-4-1-4 .section-title span:last-child {
    top: 10px
}

.section-4-1-4 .section-title span:first-child {
    margin-bottom: 40px;
    display: inline-block
}

.section-3-11 {
    padding-top: 100px;
    padding-bottom: 125px
}

.section-3-11--bg {
    position: absolute;
    z-index: 0;
    top: -25%;
    left: -8%;
    width: 108%;
    height: 100%;
    background-image: linear-gradient(rgba(26, 26, 26, .5), rgba(26, 26, 26, .5));
    background-position: 0;
    background-size: 900px;
    background-repeat: no-repeat
}

.section-3-11 .section-title span:last-child:after {
    width: 25px !important
}

.section-4-1-3 {
    padding-top: 0;
    margin-top: -145px
}

.section-4-1-2 {
    padding-bottom: 100px;
    margin-bottom: -2px;
    margin-top: -2px
}

.section-4-1-4--bg {
    background-image: linear-gradient(rgba(26, 26, 26, .5), rgba(26, 26, 26, .5));
    background-position: top 75px right -25px;
    background-size: 1050px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0
}

.section-4-1-2 .section-title span:last-child {
    top: 8px
}

.section-4-1-2 .section-title {
    margin-bottom: 40px
}

.section-3-2 {
    margin-top: 0;
    padding-top: 245px
}

.section-3-2--bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(26, 26, 26, .5), rgba(26, 26, 26, .5));
    background-position: top 0 right -25px;
    background-size: 900px;
    background-repeat: no-repeat
}

.section-3-11 .row-2 {
    margin-top: 80px
}

.section-3-11 {
    background-position: left -160px top 63px
}

.section-3-11 .bottom-title {
    position: relative
}

@media (min-width:1350px) {
    .section-3-11 .bottom-title {
        left: -105px
    }
}

.section-3-11 .row-2 img {
    height: 790px;
    object-fit: cover;
    position: relative;
    width: 100%
}

@media (min-width:1500px) {
    .section-3-11 .row-2 img {
        left: -110px;
        width: 110%
    }
}

.only-2 {
    margin-top: -2px
}

.first-section-terra {
    width: 100vw !important;
    height: 100dvh !important;
    min-width: 100vw !important;
    min-height: 100dvh !important;
    background-size: cover !important
}

@media (max-width:767px) {
    .first-section-terra {
        height: 100dvh !important;
        min-height: 100dvh !important
    }
}

.first-section-terra:after,
.first-section-terra:before {
    content: none
}

.first-section-terra:before {
    height: 100% !important;
    top: 0 !important;
    background: rgba(26, 26, 26, .2) !important
}

.first-section-terra:after,
.first-section-terra:before {
    content: "\A" !important;
    position: absolute !important;
    width: 100% !important;
    left: 0 !important
}

.first-section-terra:after {
    background-image: linear-gradient(180deg, transparent, rgba(26, 26, 26, .3)) !important;
    bottom: 0 !important
}

.terra-logo img {
    width: 100px;
    position: relative;
    z-index: 100
}

@media (max-width:1500px) {
    .terra-logo img {
        width: 150px
    }
}

@media (max-width:991px) {
    .terra-logo img {
        width: 50px
    }
}

.all-terra {
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.laterra-title {
    color: #fff;
    font-size: 46px;
    letter-spacing: 20px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    width: 70%;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 45px;
    max-width: 1170px
}

@media (min-width:1200px) and (max-width:1400px) {
    .laterra-title {
        font-size: 38px
    }
}

.laterra-text-logo img {
    width: 340px;
    position: relative;
    z-index: 1
}

.all-terra:before {
    background-image: linear-gradient(270deg, transparent, rgba(26, 26, 26, .9));
    left: 0
}

.all-terra:after,
.all-terra:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute
}

.all-terra:after {
    background-image: linear-gradient(90deg, transparent, rgba(26, 26, 26, .9));
    right: 0
}

.menu-text,
.shop-text span {
    font-size: 15px
}

.first-section-terra .tabs label a {
    font-size: 15px !important;
    color: hsla(0, 0%, 100%, .5);
    text-decoration: none;
    transition: all .8s ease-in-out;
    letter-spacing: 7px;
    text-indent: 7px !important
}

@media (min-width:1367px) {
    .first-section-terra .tabs label a {
        font-size: 17px !important
    }
}

.first-section-terra .tabs label:hover a {
    color: #fff
}

.first-section-terra .tabs {
    width: 80%
}

@media (min-width:1200px) {
    .first-section-terra .tabs.vini {
        max-width: 1100px;
        margin: 0 auto
    }
}

@media (max-width:1199px) {
    .first-section-terra .tabs {
        width: 100%
    }
}

.tabs {
    position: absolute;
    z-index: 1;
    bottom: 70px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

@media (min-width:576px) and (max-width:1500px) {
    .tabs.home {
        bottom: 22px
    }
}

.tabs [class*=" tab"] label,
.tabs [class^=tab] label {
    color: hsla(0, 0%, 100%, .5);
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center
}

.tabs [class*=" tab"] [type=radio],
.tabs [class^=tab] [type=radio] {
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    cursor: pointer;
    appearance: none;
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    transition: all .3s ease-in-out;
    outline: none;
    -moz-outline: none;
    -webkit-outline: none
}

.tabs [class*=" tab"] [type=radio]:checked,
.tabs [class*=" tab"] [type=radio]:focus,
.tabs [class*=" tab"] [type=radio]:hover,
.tabs [class^=tab] [type=radio]:checked,
.tabs [class^=tab] [type=radio]:focus,
.tabs [class^=tab] [type=radio]:hover {
    border-bottom: 4px solid #c0a680
}

.tabs [class*=" tab"] [type=radio]:checked+div,
.tabs [class^=tab] [type=radio]:checked+div {
    opacity: 1
}

.tabs [class*=" tab"] [type=radio]+div,
.tabs [class^=tab] [type=radio]+div {
    display: block;
    opacity: 0;
    padding: 2rem 0;
    width: 90%;
    transition: all .3s ease-in-out
}

.tabs .tab-2 {
    width: 25%
}

.tabs .tab-2 [type=radio]+div {
    width: 200%;
    margin-left: 200%
}

.tabs .tab-2 [type=radio]:checked+div {
    margin-left: 0
}

.tabs .tab-2:last-child [type=radio]+div {
    margin-left: 100%
}

.tabs .tab-2:last-child [type=radio]:checked+div {
    margin-left: -100%
}

.tabs label {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    letter-spacing: 5px !important;
    position: relative;
    transition: all .8s ease-in-out !important;
    padding: 1.6rem 0 !important
}

.tabs label:after {
    opacity: 0;
    transition: all .8s ease-in-out
}

.tabs label.active-tab:after,
.tabs label:after,
.tabs label:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background: #c0a680;
    left: 0;
    right: 0;
    bottom: -1px
}

.tabs label.active-tab:after,
.tabs label:hover:after {
    opacity: 1
}

.tabs label.active-tab,
.tabs label:hover {
    color: #fff
}

.tabs input {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3) !important;
    transition: all .8s ease-in-out !important
}

.tabs.vini .d-xl-flex .tab-2.tab-2-4 {
    width: 40%
}

.tabs.vini .d-xl-flex .tab-2 {
    white-space: nowrap;
    width: 20%
}

@media (max-width:1199px) {
    .tabs.vini {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .tabs.vini input {
        border-bottom: 1px solid #5e5e5e !important
    }

    .tabs.vini .d-xl-flex {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        margin: 0 auto
    }

    .tabs.vini .d-xl-flex label {
        white-space: nowrap;
        padding: 21px 34px !important
    }

    .tabs.vini .d-xl-flex .tab-2 {
        position: relative;
        width: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .tabs.vini .d-xl-flex .tab-2:after {
        display: block;
        content: "";
        width: auto;
        height: 1px;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        background: #5e5e5e
    }

    .tabs.vini .d-xl-flex .tab-2:first-child:after {
        left: 20px
    }

    .tabs.vini .d-xl-flex .tab-2:nth-last-child(2):after {
        right: 20px
    }
}

@media (max-width:767px) {
    .tabs.vini .d-xl-flex {
        justify-content: center
    }

    .tabs.vini .d-xl-flex label {
        padding: 19px 14px !important
    }
}

@media (max-width:575px) {
    .tabs.vini .d-xl-flex {
        justify-content: center
    }

    .tabs.vini .d-xl-flex label {
        padding: 19px 0 !important
    }
}

input,
textarea {
    appearance: none
}

input[type=checkbox]~label:not(.error) {
    cursor: pointer
}

input[type=checkbox] {
    height: 0;
    width: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    position: absolute
}

input[type=checkbox]~label:not(.error):before {
    content: "";
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 12px;
    vertical-align: bottom;
    color: transparent;
    transition: .15s;
    position: relative;
    top: -1px;
    background-position: 50% !important
}

input[type=checkbox]:checked~label:not(.error):before {
    background: url(/assets/img/frontend/spunta-form.svg) 50% no-repeat;
    background-size: 14px;
    color: #fff
}

input[type=checkbox]:disabled~label:not(.error):before {
    transform: scale(1);
    border-color: #aaa
}

input[type=checkbox]:checked:disabled~label:not(.error):before {
    background-color: #bfb;
    border-color: #bfb
}

.form-agree {
    position: relative
}

@media (max-width:767px) {
    .form-agree {
        width: 100%
    }
}

.form-agree label:not(.error) {
    line-height: 1;
    color: hsla(0, 0%, 100%, .5);
    transition: all .8s ease-in-out;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin: 0;
    padding-bottom: .5rem
}

.form-agree label:not(.error):hover {
    color: #fff
}

.form-agree label:not(.error) a {
    transition: all .8s ease-in-out;
    color: hsla(0, 0%, 100%, .5);
    font-size: 14px;
    text-decoration: underline
}

.form-agree label:not(.error) a:hover {
    color: #fff
}

input[type=checkbox]~label:not(.error):before {
    font-size: 10px
}

.first-section-contatti {
    background-position: center 80% !important
}

.section-2-contatti-0.section-2-1:after {
    content: "Lorem" !important
}

.section-2-contatti.section-2-1:after {
    content: none !important
}

.section-2-contatti-0 .section-title {
    z-index: 1
}

.section-2-contatti-0.section-2-1 .section-title span:last-child:after,
.section-2-contatti:before {
    content: none
}

.section-2-contatti {
    padding-top: 35px;
    padding-bottom: 135px;
    margin: -2px 0 !important
}

.section-2-contatti .terr-card {
    margin-bottom: 55px
}

@media (max-width:767px) {
    .section-2-contatti .terr-card:last-child {
        margin-bottom: 15px
    }
}

.section-2-contatti .terr-card .terr-p {
    line-height: 1.7
}

.section-2-contatti .terr-card .terr-title {
    line-height: 1;
    margin-bottom: 11px
}

.section-2-contatti .terr-text a {
    color: #fff;
    font-size: 17px;
    line-height: 1.7
}

@media (min-width:1200px) and (max-width:1366px) {
    .section-2-contatti .terr-text a {
        font-size: 16px;
        line-height: 1.7
    }
}

.contact-title {
    font-size: 15px;
    color: #c0a680;
    margin-bottom: 60px;
    letter-spacing: 5px
}

.section-2-contatti .terr-title {
    font-size: 30px
}

.two-input {
    display: flex;
    justify-content: space-between
}

.field-gr {
    position: relative
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    background: hsla(0, 0%, 100%, 0) !important;
    background-color: hsla(0, 0%, 100%, 0) !important
}

.two-input input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    outline: none !important;
    color: #fff;
    padding: 5px;
    font-size: 17px;
    width: 100%
}

@media (min-width:1200px) and (max-width:1366px) {
    .two-input input {
        font-size: 16px
    }
}

.two-input .field-gr {
    width: calc(50% - 14px)
}

@media (max-width:579px) {
    .two-input {
        display: block
    }

    .two-input .field-gr {
        width: 100%
    }
}

.form-textarea textarea~.after-input,
.one-input input~.after-input,
.two-input input~.after-input {
    font-size: 18px;
    color: hsla(0, 0%, 100%, .5);
    font-family: "Cinzelitalic";
    top: 0;
    position: absolute;
    left: 0;
    margin: 0;
    padding: 5px;
    z-index: 0;
    transition: all .2s ease-in-out;
    pointer-events: none
}

.form-textarea textarea:focus~.after-input,
.form-textarea textarea:not(:placeholder-shown)~.after-input,
.one-input input:focus~.after-input,
.one-input input:not(:placeholder-shown)~.after-input,
.two-input input:focus~.after-input,
.two-input input:not(:placeholder-shown)~.after-input {
    transform: translateY(-16px);
    font-size: 80%
}

.two-input input::-webkit-input-placeholder {
    visibility: hidden
}

.two-input input::-moz-placeholder {
    visibility: hidden
}

.two-input input:-ms-input-placeholder {
    visibility: hidden
}

.two-input input:-moz-placeholder {
    visibility: hidden
}

.form-textarea textarea::-webkit-input-placeholder {
    visibility: hidden
}

.form-textarea textarea::-moz-placeholder {
    visibility: hidden
}

.form-textarea textarea:-ms-input-placeholder {
    visibility: hidden
}

.form-textarea textarea:-moz-placeholder {
    visibility: hidden
}

.form-textarea textarea {
    font-size: 17px;
    width: 100%;
    height: 125px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    outline: none !important;
    background: transparent;
    padding: 5px;
    display: block
}

@media (min-width:1200px) and (max-width:1366px) {
    .form-textarea textarea {
        font-size: 16px
    }
}

.form-submit {
    margin-top: 80px;
    z-index: 101
}

.form-submit a,
.form-submit button {
    background-color: initial;
    color: hsla(0, 0%, 100%, .8);
    padding: 17px 125px 15px;
    text-decoration: none;
    letter-spacing: 4px;
    text-indent: 4px;
    transition: all .8s;
    text-transform: uppercase;
    border: 0;
    background-position: 50% !important
}

@media (min-width:1400px) {

    .form-submit a,
    .form-submit button {
        font-size: .9rem
    }
}

@media (max-width:1399px) {

    .form-submit a,
    .form-submit button {
        padding: 17px 50px 16px;
        font-size: .9rem
    }
}

@media (max-width:1023px) {

    .form-submit a,
    .form-submit button {
        padding: 18px 40px 16px;
        font-size: .88rem
    }
}

@media (max-width:767px) {

    .form-submit a,
    .form-submit button {
        padding: 16px 30px 12px;
        font-size: .85rem
    }
}

@media (max-width:575px) {

    .form-submit a,
    .form-submit button {
        padding: 16px 30px 12px;
        font-size: .85rem
    }
}

.form-submit a:hover,
.form-submit button:hover {
    color: #fff;
    background: hsla(0, 0%, 100%, .05);
    transition: all .8s
}

.form-submit a.loading,
.form-submit button.loading {
    color: hsla(0, 0%, 100%, 0) !important;
    background: url(/assets/img/frontend/loader-white.svg) 50% no-repeat !important;
    background-size: 20px !important
}

.form-submit a.normal-100w,
.form-submit button.normal-100w {
    padding: 15px;
    width: 100%
}

.mw-380 {
    max-width: 380px;
    margin: 0 auto
}

button {
    background-color: initial;
    outline: none !important
}

.form-submit a,
.form-submit button {
    display: inline-block
}

.form-submit a.golden,
.form-submit button.golden {
    background: #c0a680 !important;
    color: #fff !important
}

.form-submit a.golden:after,
.form-submit a.golden:before,
.form-submit button.golden:after,
.form-submit button.golden:before {
    border-color: rgba(192, 166, 128, .58)
}

.form-submit a.golden:hover,
.form-submit button.golden:hover {
    background: #b1966f !important;
    color: #fff !important
}

.form-submit a.golden:hover:before,
.form-submit button.golden:hover:before {
    border-color: rgba(192, 166, 128, .58)
}

.form-submit a.golden:hover:after,
.form-submit button.golden:hover:after {
    border-color: rgba(192, 166, 128, .58) !important
}

.form-submit a span,
.form-submit button span {
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: block
}

.form-submit a,
.form-submit button {
    position: relative
}

.form-submit a .border-effect-one,
.form-submit button .border-effect-one {
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    height: calc(100% + 8px);
    max-width: unset
}

.form-submit a .border-effect-one:before,
.form-submit button .border-effect-one:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid hsla(0, 0%, 100%, .3);
    display: block
}

.form-submit a .border-effect-one .top,
.form-submit button .border-effect-one .top {
    position: absolute;
    width: 0;
    height: 1px;
    right: 0;
    top: 0;
    background: #fff;
    max-width: unset;
    transition: all .8s
}

.form-submit a .border-effect-one .right,
.form-submit button .border-effect-one .right {
    position: absolute;
    width: 1px;
    height: 0%;
    right: 0;
    top: 0;
    background: #fff;
    max-width: unset;
    transition: all .8s
}

.form-submit a .border-effect-one .bottom,
.form-submit button .border-effect-one .bottom {
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: #fff;
    max-width: unset;
    transition: all .8s
}

.form-submit a .border-effect-one .left,
.form-submit button .border-effect-one .left {
    position: absolute;
    width: 1px;
    height: 0%;
    left: 0;
    bottom: 0;
    background: #fff;
    max-width: unset;
    transition: all .8s
}

.form-submit a .border-effect-one.golden:before,
.form-submit button .border-effect-one.golden:before {
    border: 1px solid rgba(192, 166, 128, .3)
}

.form-submit a .border-effect-one.golden .bottom,
.form-submit a .border-effect-one.golden .left,
.form-submit a .border-effect-one.golden .right,
.form-submit a .border-effect-one.golden .top,
.form-submit button .border-effect-one.golden .bottom,
.form-submit button .border-effect-one.golden .left,
.form-submit button .border-effect-one.golden .right,
.form-submit button .border-effect-one.golden .top {
    background: #c0a680
}

.form-submit a .border-effect-two,
.form-submit button .border-effect-two {
    position: absolute;
    left: -4px;
    top: 0;
    width: calc(100% + 8px);
    height: 100%;
    max-width: unset
}

.form-submit a .border-effect-two:before,
.form-submit button .border-effect-two:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid hsla(0, 0%, 100%, .3);
    display: block
}

.form-submit a .border-effect-two .top,
.form-submit button .border-effect-two .top {
    position: absolute;
    width: 0;
    height: 1px;
    right: 0;
    top: 0;
    background: hsla(0, 0%, 100%, .55);
    max-width: unset;
    transition: all .8s
}

.form-submit a .border-effect-two .right,
.form-submit button .border-effect-two .right {
    position: absolute;
    width: 1px;
    height: 0%;
    right: 0;
    top: 0;
    background: hsla(0, 0%, 100%, .55);
    max-width: unset;
    transition: all .8s
}

.form-submit a .border-effect-two .bottom,
.form-submit button .border-effect-two .bottom {
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .55);
    max-width: unset;
    transition: all .8s
}

.form-submit a .border-effect-two .left,
.form-submit button .border-effect-two .left {
    position: absolute;
    width: 1px;
    height: 0%;
    left: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .55);
    max-width: unset;
    transition: all .8s
}

.form-submit a .border-effect-two.golden:before,
.form-submit button .border-effect-two.golden:before {
    border: 1px solid rgba(192, 166, 128, .3)
}

.form-submit a .border-effect-two.golden .bottom,
.form-submit a .border-effect-two.golden .left,
.form-submit a .border-effect-two.golden .right,
.form-submit a .border-effect-two.golden .top,
.form-submit button .border-effect-two.golden .bottom,
.form-submit button .border-effect-two.golden .left,
.form-submit button .border-effect-two.golden .right,
.form-submit button .border-effect-two.golden .top {
    background: rgba(192, 166, 128, .55)
}

.form-submit a:hover .border-effect-one .top,
.form-submit button:hover .border-effect-one .top {
    width: 100%;
    transition: all .8s
}

.form-submit a:hover .border-effect-one .right,
.form-submit button:hover .border-effect-one .right {
    height: 100%;
    transition: all .8s
}

.form-submit a:hover .border-effect-one .bottom,
.form-submit button:hover .border-effect-one .bottom {
    width: 100%;
    transition: all .8s
}

.form-submit a:hover .border-effect-one .left,
.form-submit button:hover .border-effect-one .left {
    height: 100%;
    transition: all .8s
}

.form-submit a:hover .border-effect-two .top,
.form-submit button:hover .border-effect-two .top {
    width: 100%;
    transition: all .7s
}

.form-submit a:hover .border-effect-two .right,
.form-submit button:hover .border-effect-two .right {
    height: 100%;
    transition: all .7s
}

.form-submit a:hover .border-effect-two .bottom,
.form-submit button:hover .border-effect-two .bottom {
    width: 100%;
    transition: all .7s
}

.form-submit a:hover .border-effect-two .left,
.form-submit button:hover .border-effect-two .left {
    height: 100%;
    transition: all .7s
}

.section-2-contatti .container {
    top: 0 !important
}

.form-textarea,
.two-input {
    margin-bottom: 55px
}

.section-3-contatti {
    background-color: #1a1a1a
}

.con-3-title {
    color: #c0a680;
    font-size: 15px;
    letter-spacing: 5px;
    text-align: center;
    width: 60%;
    margin: auto auto 16px
}

.section-3-p {
    color: #fff;
    font-size: 18px;
    font-family: "Cinzelitalic";
    width: 65%;
    text-align: center;
    line-height: 2.3;
    margin: auto auto 35px
}

.con-3-map {
    text-align: center;
    position: relative;
    margin: auto
}

.con-3-map:before {
    position: absolute;
    content: "";
    width: calc(100% + 30px);
    height: calc(100% + 70px);
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-top: 0;
    border-bottom: 0;
    left: 0;
    top: -35px;
    left: -15px
}

.con-3-map:after {
    position: absolute;
    content: "";
    height: calc(100% + 30px);
    width: calc(100% + 70px);
    border: 1px solid hsla(0, 0%, 100%, .3);
    left: -35px;
    top: -15px;
    border-left: 0;
    border-right: 0
}

.section-3-contatti {
    padding-bottom: 85px;
    margin-bottom: -2px
}

.section-2.section-0-c2:after {
    content: "Lorem";
    letter-spacing: 60px;
    font-size: 10rem;
    top: -230px
}

.section-2.section-0-c2 .section-title span:last-child:after {
    content: none
}

.first-section-c3,
.first-section.first-section-c3 {
    background-position: 50% !important;
    background-size: cover
}

@media (max-width:767px) {

    .first-section-c3,
    .first-section.first-section-c3 {
        background-position: top !important
    }
}

.first-section-c2,
.first-section.first-section-c2 {
    background-position: center bottom 80% !important;
    background-size: cover
}

@media (max-width:767px) {

    .first-section-c2,
    .first-section.first-section-c2 {
        background-position: top !important
    }
}

.section-0-c2 {
    height: auto;
    background-image: none
}

.c2-row-title {
    color: #c0a680;
    letter-spacing: 4px;
    line-height: 2.2;
    margin-top: 50px;
    margin-bottom: 50px
}

.c2-row-text {
    line-height: 1.8;
    color: #fff;
    font-size: 17px
}

@media (min-width:1200px) and (max-width:1366px) {
    .c2-row-text {
        font-size: 16px;
        line-height: 1.7
    }
}

.c2-row-text span {
    color: #c0a680;
    font-size: 18px
}

.c2-row-text-2 ul {
    list-style-type: none;
    margin-bottom: 50px
}

.c2-row-text-2 ul li {
    line-height: 1.8;
    list-style-type: none;
    font-size: 18px;
    color: #fff;
    font-family: "Cinzelitalic";
    padding-bottom: 8px;
    padding-top: 8px
}

.c2-row-text-2 ul li p:before {
    content: "\2022";
    color: #c0a680;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    transform: scale(1.9);
    margin-left: -1em
}

.c2-row-text-3 {
    color: #fff;
    font-family: "Cinzelitalic";
    font-size: 18px;
    line-height: 1.8;
    padding-left: 16px
}

.section-2-c2 .contact-title {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 70px
}

@media (max-width:575px) {
    .section-2-c2 .contact-title {
        margin-bottom: 40px
    }
}

.one-input {
    margin-bottom: 30px
}

.one-input input::-webkit-input-placeholder {
    visibility: hidden
}

.one-input input::-moz-placeholder {
    visibility: hidden
}

.one-input input:-ms-input-placeholder {
    visibility: hidden
}

.one-input input:-moz-placeholder {
    visibility: hidden
}

.one-input input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    outline: none !important;
    color: #fff;
    padding: 5px;
    font-size: 17px
}

@media (min-width:1200px) and (max-width:1366px) {
    .one-input input {
        font-size: 16px
    }
}

.two-select select {
    width: 48%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    outline: none !important;
    padding: 5px;
    font-size: 18px;
    color: hsla(0, 0%, 100%, .6);
    font-family: "Cinzelitalic"
}

.two-select select option {
    color: #1a1a1a;
    font-size: 17px
}

@media (min-width:1200px) and (max-width:1366px) {
    .two-select select option {
        font-size: 16px
    }
}

.two-select {
    display: flex;
    justify-content: space-between
}

.three-select select {
    width: 31%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    outline: none !important;
    padding: 5px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    font-family: "Cinzelitalic";
    border-radius: 0;
    transition: all .2s
}

.three-select select:hover {
    color: hsla(0, 0%, 100%, .8);
    transition: all .2s;
    background-image: url(/assets/img/frontend/down.svg) !important
}

.three-select .select-container {
    position: relative;
    width: 31%
}

.three-select select option {
    color: #1a1a1a;
    font-size: 17px
}

@media (min-width:1200px) and (max-width:1366px) {
    .three-select select option {
        font-size: 16px
    }
}

.three-select {
    display: flex;
    justify-content: space-between
}

.section-2-c2 {
    padding-top: 50px
}

@media (max-width:767px) {
    .section-2-c2 {
        padding-top: 0
    }
}

.two-input {
    margin-bottom: 30px
}

@media (max-width:579px) {
    .two-input .field-gr {
        margin-bottom: 30px
    }

    .two-input .field-gr:last-child {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .form-textarea {
        margin-bottom: 50px
    }
}

@media (max-width:1199px) {
    .contact-form .form-submit {
        margin-top: 65px
    }
}

@media (max-width:767px) {
    .contact-form .form-submit {
        margin-top: 50px
    }
}

@media (max-width:579px) {
    .contact-form .form-submit button {
        width: 98%;
        margin-left: auto;
        margin-right: auto;
        display: block
    }
}

.alert.alert-danger {
    right: auto
}

.three-select {
    margin-bottom: 30px
}

.section-6-c2 {
    background-image: none
}

.section-6-c2:after,
.section-6-c2:before {
    content: none !important
}

.the-count {
    color: #fff;
    font-size: 15px;
    position: relative;
    width: 70px;
    height: 60px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.the-count span:not(.total-count):not(.current-count) {
    color: #c0a680;
    font-size: 12px;
    font-family: "Cinzelitalic"
}

.the-count:before {
    width: 100%;
    height: 100%;
    border: 1px solid hsla(0, 0%, 100%, .5);
    border-radius: 50%;
    left: 0
}

.the-count:after,
.the-count:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.the-count:after {
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    left: -4px
}

.big-timeline #next,
.big-timeline #prev {
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0
}

.big-timeline #next:after,
.big-timeline #prev:after {
    content: "";
    border-radius: 100%;
    border: 0 solid transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .2s
}

.big-timeline #next:before,
.big-timeline #prev:before {
    content: "";
    border-radius: 100%;
    border: 1px solid hsla(0, 0%, 100%, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .2s
}

.notouch .big-timeline #next:hover,
.notouch .big-timeline #prev:hover {
    background-color: hsla(0, 0%, 100%, .05);
    transition: background-color .8s
}

.notouch .big-timeline #next:hover:after,
.notouch .big-timeline #prev:hover:after {
    content: "";
    border-top: 1px solid #fff;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
    transition: transform .35s linear 0s
}

.notouch .big-timeline #next:hover:before,
.notouch .big-timeline #prev:hover:before {
    content: "";
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: border-top-color .1s linear, border-right-color .1s linear .05s, border-bottom-color .1s linear .15s
}

.section-6-c2 #next {
    right: 30px
}

.section-6-c2 #prev {
    left: 30px
}

@media (min-width:1200px) {
    .section-6-c2 #next {
        right: 5.5%
    }

    .section-6-c2 #prev {
        left: 5.5%
    }
}

@media (min-width:1366px) {
    .section-6-c2 #next {
        right: 4.5%
    }

    .section-6-c2 #prev {
        left: 4.5%
    }
}

@media (min-width:1750px) {
    .section-6-c2 #next {
        right: 10.5%
    }

    .section-6-c2 #prev {
        left: 10.5%
    }
}

@media (min-width:1921px) {
    .section-6-c2 #next {
        right: 3vw
    }

    .section-6-c2 #prev {
        left: 3vw
    }
}

.section-6-c2 .big-timeline {
    width: 250px;
    margin: auto
}

.section-6-c2 {
    padding-top: 30px;
    margin-bottom: -2px
}

.section-6-c2 .cd-svg-clipped-slider {
    margin-top: 0;
    margin-bottom: 5rem
}

.section-6-c2 .svg-wrapper img {
    opacity: .6
}

.section-6-c2 .svg-wrapper:hover img {
    opacity: 1
}

.section-2.sec-newsletter {
    margin-top: -30px !important
}

@media (min-width:576px) {
    .section-2.sec-newsletter {
        margin-top: -60px !important
    }
}

@media (min-width:768px) {
    .section-2.sec-newsletter {
        margin-top: -30px !important
    }
}

@media (min-width:1200px) {
    .section-2.sec-newsletter {
        margin-top: -20px !important
    }
}

.section-2.section-news .section-title span:last-child:after {
    content: none
}

.section-2.section-news {
    height: auto;
    background-image: none;
    background: transparent;
    z-index: 1
}

.contact-news {
    padding-bottom: 75px !important;
    padding-top: 0
}

.contact-news .two-input {
    margin-bottom: 60px
}

.first-section-vini {
    background-image: none !important;
    background-color: #1a1a1a;
    min-width: 100vw !important;
    min-height: auto !important;
    height: auto !important;
    width: 100% !important;
    padding: 0 !important
}

.first-section-vini .tabs-content {
    color: #fff
}

.tabs-content>div {
    display: none
}

.tabs-content>div:first-child {
    display: block
}

.first-section-vini .tabs {
    justify-content: center;
    bottom: auto
}

.first-section-vini .tabs-content {
    position: absolute;
    top: 220px;
    width: 100%
}

.first-section-vini .section-6-c2 .big-timeline {
    width: 87vw;
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none
}

.first-section-vini .section-6-c2 .big-timeline a {
    pointer-events: all
}

.first-section-vini .cd-svg-clipped-slider .gallery li.left .c-text,
.first-section-vini .cd-svg-clipped-slider .gallery li.right .c-text {
    display: none
}

.first-section-vini .form-submit a {
    display: block;
    width: 100%;
    padding: 18px 15px 14px
}

@media (max-width:991px) {
    .first-section-vini .form-submit a {
        font-size: .9rem
    }
}

.first-section-vini .c-text,
.first-section-vini .form-submit {
    margin-top: 0
}

.cd-svg-clipped-slider .gallery li.left-hide,
.first-section-vini .cd-svg-clipped-slider .gallery li.left {
    transform: translateX(-80%) scale(1);
    left: 25%
}

.first-section-vini .cd-svg-clipped-slider .gallery li.right {
    transform: translateX(80%) scale(1);
    left: 35%
}

.first-section-vini .cd-svg-clipped-slider {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.first-section-vini .section-6-c2 {
    margin-top: 0;
    padding-top: 20px !important;
    padding-bottom: 60px
}

@media (min-width:1200px) and (max-width:1366px) {
    .first-section-vini .section-6-c2 {
        padding-top: 0 !important
    }
}

.first-section-vini .section-6-c2>.container {
    position: relative
}

.first-section-vini:after {
    content: none !important
}

.position-vini {
    position: relative;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: block;
    padding-top: 120px
}

@media (max-width:1400px) {
    .position-vini {
        padding-top: 65px
    }
}

.position-vini .tabs,
.position-vini .tabs-content {
    position: relative;
    top: 0
}

@media (max-width:575px) {

    .position-vini .tabs-content .big-timeline a#next,
    .position-vini .tabs-content .big-timeline a#prev {
        display: none !important
    }
}

.grappa-image {
    position: relative;
    top: 0
}

.grappa-image .overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .8s;
    z-index: 10
}

.grappa-image .overlay:before {
    bottom: 3%
}

.grappa-image .overlay:after,
.grappa-image .overlay:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 44%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 7%, #1b1b1b);
    z-index: 100
}

.grappa-image .overlay:after {
    bottom: 0;
    opacity: .9
}

.grappa-image .form-submit {
    opacity: 0;
    top: auto;
    bottom: -10%;
    transition: all .8s;
    position: absolute;
    left: -9999px;
    right: -9999px;
    width: 70%;
    margin: auto;
    display: block
}

.grappa-image .form-submit a {
    padding: 15px 30px
}

@media (max-width:991px) {
    .grappa-image .form-submit a {
        font-size: .9rem
    }
}

@media (max-width:1023px) {
    .grappa-image .form-submit {
        width: 70%
    }
}

@media (max-width:767px) {
    .grappa-image .form-submit {
        width: 120%
    }
}

.grappa-image .background {
    position: absolute;
    width: auto;
    height: 100%;
    opacity: 0
}

.grappa-image .background,
.grappa-image:hover .background {
    top: 0;
    transition: all .8s;
    left: 50%;
    transform: translateX(-50%)
}

.grappa-image:hover .background {
    opacity: 1
}

.grappa-image:hover .form-submit {
    z-index: 101;
    opacity: 1;
    bottom: 3%;
    transition: all .8s
}

@media (min-width:1200px) {
    .grappa-image.active {
        transform: scale(1.257);
        transition: all .6s;
        transition-delay: 1s;
        opacity: 1;
        top: -37px;
        left: -1px
    }

    .grappa-image.active .overlay {
        opacity: 0;
        transition: all .6s
    }

    .grappa-image.active .background {
        top: 0;
        opacity: 1;
        transition: all .8s
    }
}

@media (min-width:1600px) {
    .grappa-image.active {
        transform: scale(1.31);
        transition: all .6s;
        transition-delay: 1s;
        opacity: 1;
        top: -54px
    }

    .grappa-image.active .overlay {
        opacity: 0;
        transition: all .6s
    }

    .grappa-image.active .background {
        top: 0;
        opacity: 1;
        transition: all .3s
    }
}

.grappa-image img {
    width: 330px
}

@media (min-width:1600px) {
    .grappa-image img {
        width: 402px
    }
}

.grappa-image .form-submit {
    text-align: center
}

.grappa-row {
    margin-top: 15px;
    margin-bottom: 85px
}

.grappa-image {
    transition: all .8s ease-in-out;
    opacity: .5
}

.grappa-image img.active {
    display: none
}

.grappa-image .form-submit {
    margin-top: -50px;
    margin-bottom: 30px;
    visibility: hidden
}

.grappa-image:hover .form-submit {
    visibility: visible
}

.grappa-image.active,
.grappa-image:hover {
    opacity: 1
}

.miele-row img {
    width: calc(100% + 100px);
    position: relative;
    left: -160px;
    object-fit: contain;
    z-index: 1
}

@media (max-width:767px) {
    .miele-row.two .section-title {
        margin-top: 35px
    }
}

@media (max-width:991px) {
    .row.miele-row.two {
        margin-bottom: 50px
    }

    .row.miele-row.two .collez-image {
        text-align: center
    }
}

.miele-row.two img {
    width: inherit;
    height: 450px;
    margin: 0 auto;
    position: relative;
    right: auto;
    left: auto;
    top: 0;
    object-fit: contain;
    z-index: 10
}

@media (min-width:1200px) {
    .miele-row.two img {
        width: inherit;
        height: 100%;
        position: absolute;
        right: 110px;
        left: auto;
        top: 50px;
        object-fit: contain;
        z-index: 10
    }
}

.miele-row .first-p {
    line-height: 1.8;
    font-size: 17px
}

@media (min-width:1200px) and (max-width:1366px) {
    .miele-row .first-p {
        font-size: 16px;
        line-height: 1.7
    }
}

.miele-row .section-title span:first-child {
    letter-spacing: 15px
}

.miele-breaker {
    width: 100%;
    position: relative;
    left: 0;
    height: 1px;
    background: hsla(0, 0%, 100%, .3);
    margin-top: 55px;
    margin-bottom: 55px;
    z-index: 0
}

.miele-row .section-title span:last-child:after {
    width: 21px !important
}

.miele-row .section-title {
    margin-top: 110px
}

.miele-row .section-title span:last-child {
    left: -43px !important
}

.miele-row {
    margin-top: 35px;
    margin-bottom: 100px;
    position: relative
}

@media (min-width:1200px) {
    .miele-row.two {
        margin-top: 5px
    }
}

.miele-row:before {
    background-image: url(/assets/img/frontend/miele2.jpg)
}

.miele-row.two:before,
.miele-row:before {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    left: -400px;
    top: -125px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: .5
}

.miele-row.two:before {
    background-image: url(/assets/img/frontend/collez-bg.jpg)
}

.miele-image {
    position: relative
}

.miele-image:before {
    white-space: pre;

    color: #c0a680;
    font-family: "Cinzelitalic";
    position: absolute;
    line-height: 1.2;
    left: -48px;
    bottom: 17px;
    z-index: 3;
    text-align: center;
    font-size: 17px
}

@media (min-width:1200px) and (max-width:1366px) {
    .miele-image:before {
        font-size: 16px
    }
}

.miele-image:after {
    white-space: pre;

    color: #c0a680;
    font-family: "Cinzelitalic";
    line-height: 1.2;
    left: 109px;
    bottom: 10px;
    position: absolute;
    text-align: center;
    font-size: 17px
}

@media (min-width:1200px) and (max-width:1366px) {
    .miele-image:after {
        font-size: 16px
    }
}

.single-wine .tabs {
    position: static;
    padding-top: 125px
}

.single-wine .tabs,
.the-cantina-tabs.single-wine .tabs {
    justify-content: center
}

.single-wine .table-content {
    margin-top: 45px;
    margin-bottom: 85px
}

@media (max-width:767px) {
    .single-wine .table-content {
        margin-top: 55px
    }
}

.table-content table th {
    line-height: 1.2;
    color: #c0a680;
    text-align: center;
    border-top: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.25rem
}

.table-content table td {
    line-height: 1.2;
    color: hsla(0, 0%, 100%, .5);
    border-top: 0;
    border-bottom: 0;
    text-align: center;
    padding: .95rem .75rem .6rem
}

.table-content table td:first-child {
    color: #fff;
    font-size: 15px;
    letter-spacing: 4px
}

.table-content table tr:not(:first-child):nth-child(odd) {
    background: #333
}

.spacer {
    height: 40px
}

.vedi {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 1
}

.vedi img {
    width: 32px;
    margin-right: 15px
}

.vedi a,
.vedi span.a {
    color: #fff;
    position: relative;
    text-decoration: none;
    font-family: "Cinzelitalic";
    margin: auto
}

.vedi a span,
.vedi span.a span {
    position: relative;
    overflow: hidden
}

.table-awards.table-content table td {
    font-size: 14px
}

.table-content.table-mobile table td {
    padding: 30px 25px;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0;
    color: hsla(0, 0%, 100%, .3)
}

.table-content.table-mobile table tr {
    background: #333 !important
}

.table-content.table-mobile table tr:nth-child(2n) {
    background: none !important
}

.table-content.table-mobile span.year {
    display: block;
    width: 100%;
    margin-bottom: 11px;
    letter-spacing: 4px;
    color: #fff
}

.table-content.table-mobile span.datas {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding-top: 4px
}

.table-content.table-mobile span.award {
    width: 60%;
    padding-right: 30px;
    color: #c0a680;
    letter-spacing: 0
}

.table-content.table-mobile span.data {
    width: 40%
}

@media (max-width:1199px) {
    .table-content.table-awards {
        display: none
    }

    .table-content.table-awards.table-mobile {
        display: block
    }
}

@media (min-width:992px) {
    .table-content.table-mobile table td {
        padding: 32px 35px
    }

    .table-content.table-mobile .flex-content {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap
    }

    .table-content.table-mobile .flex-content span.datas {
        width: 50%;
        padding-left: 6%;
        padding-right: 6%
    }

    .table-content.table-mobile .flex-content span.datas:nth-child(2n) {
        padding-right: 0
    }

    .table-content.table-mobile .flex-content span.datas:nth-child(2n-1) {
        padding-left: 0
    }

    .table-content.table-mobile span.award,
    .table-content.table-mobile span.data {
        width: 50%
    }
}

@media (min-width:1200px) {
    .table-content.table-awards.table-mobile {
        display: none
    }
}

@keyframes snake {
    0% {
        left: 0
    }

    32% {
        left: 100%
    }

    34% {
        left: 0;
        width: 0
    }

    to {
        width: 100%
    }
}

.vedi a span:after,
.vedi span.a span:after {
    content: "";
    width: 101%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    margin: auto;
    bottom: -2px
}

.vedi a:hover span:after,
.vedi span.a:hover span:after {
    animation-name: snake;
    animation-duration: 1s
}

.over-table {
    position: relative;
    height: 300px;
    overflow: hidden;
    transition: all .3s
}

.over-table:not(.after):after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a);
    bottom: 0
}

.table-content table {
    position: relative
}

.torna-section .bot {
    height: 350px
}

.torna-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    margin-top: 100px
}

.first-el,
.last-el {
    display: flex
}

.torna-section .form-submit {
    margin-top: 0
}

.torna-section .form-submit a {
    padding: 18px 47px 14px;
    display: inline-block;
    letter-spacing: 5px;
    text-align: center
}

.first-el .vedi img {
    transform: rotate(180deg);
    margin-right: 20px
}

.last-el .vedi img {
    margin-right: 0;
    margin-left: 20px
}

.torna-section .vedi img {
    width: 42px
}

.first-el .vedi a:after,
.last-el .vedi a:after {
    top: 29px;
    width: calc(100% - 58px)
}

.last-el .vedi a:after {
    left: -2px;
    right: auto
}

@media (max-width:400px) {

    .torna-section-wine .first-el,
    .torna-section-wine .last-el {
        display: none
    }

    .torna-section-wine .center-el {
        width: 100%
    }

    .torna-section-wine .center-el .form-submit {
        max-width: 300px;
        margin: 0 auto
    }
}

.single-wine-0 {
    padding-top: 200px
}

@media (max-width:1600px) {
    .single-wine-0 {
        padding-top: 150px
    }
}

.single-wine-0 .col-image {
    position: relative;
    z-index: -1
}

@media (max-width:767px) {

    .single-wine-0 .position-r-1 .form-submit,
    .single-wine-0 .position-r-1 .vedi {
        display: none
    }
}

.single-wine-0 .for-mobile {
    display: none
}

.single-wine-0 .for-mobile .vedi img {
    width: 42px
}

.single-wine-0 .for-mobile .vedi a:after {
    top: 29px;
    width: calc(100% - 53px)
}

@media (min-width:576px) {
    .single-wine-0 .for-mobile .vedi a {
        margin-left: 0
    }
}

.single-wine-0 .for-mobile .form-submit {
    margin-top: 40px
}

.single-wine-0 .for-mobile .form-submit a {
    display: inline-block
}

@media (max-width:767px) {
    .single-wine-0 .for-mobile {
        display: block
    }
}

.wine-logo img {
    width: 225px
}

.wine-logo {
    margin-top: 50px
}

.wine-breaker {
    width: 100%;
    height: 1px;
    background: hsla(0, 0%, 100%, .3);
    margin-top: 55px;
    margin-bottom: 55px
}

@media (max-width:767px) {
    .wine-breaker {
        margin-top: 25px;
        margin-bottom: 25px
    }
}

.wine-text {
    color: #fff;
    font-family: "Cinzelitalic";
    line-height: 2;
    font-size: 18px
}

@media (max-width:1023px) {
    .wine-text {
        font-size: 16px;
        line-height: 1.8
    }
}

@media (max-width:767px) {
    .wine-text {
        font-size: 14px;
        line-height: 1.4
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .wine-text {
        font-size: 17px
    }
}

.left-wine .vedi a,
.left-wine .vedi span.a {
    margin-right: auto;
    margin-left: 0
}

.left-wine .vedi img {
    width: 42px
}

.left-wine .vedi a:after,
.left-wine .vedi span.a:after {
    width: calc(100% - 53px);
    top: 29px
}

.left-wine .vedi {
    margin-top: 60px;
    margin-bottom: 60px
}

.left-wine .form-submit {
    margin-top: 0;
    position: relative;
    z-index: 3
}

.left-wine .form-submit a {
    padding: 18px 47px 14px;
    display: inline-block;
    text-align: center;
    letter-spacing: 5px
}

@media (max-width:1023px) {
    .left-wine .form-submit a {
        padding: 17px 30px
    }
}

@media (max-width:1023px) {
    .aside-info {
        padding: 50px 0
    }
}

@media (max-width:767px) {
    .aside-info {
        padding: 25px 0 40px
    }
}

.aside-info .terr-card {
    margin-top: 60px;
    margin-bottom: 60px
}

.aside-info .terr-card:first-child {
    margin-top: 0
}

.aside-info .terr-card:last-child {
    margin-bottom: 0
}

@media (max-width:1023px) {
    .aside-info .terr-card {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .aside-info .terr-card {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.aside-info .terr-p {
    line-height: 1.7
}

.aside-info .terr-title {
    font-size: 32px;
    margin-bottom: 12px
}

@media (max-width:1399px) {
    .aside-info .terr-title {
        font-size: 27px
    }
}

@media (max-width:1023px) {
    .aside-info .terr-title {
        font-size: 25px
    }
}

@media (max-width:767px) {
    .aside-info .terr-title {
        font-size: 23px
    }
}

.main-wine img {
    height: auto;
    width: 100%;
    object-fit: cover
}

@media (min-width:1200px) {
    .main-wine img {
        width: 120%;
        left: -10%;
        position: relative;
        width: 414px;
        top: 12px;
        left: 50.15%;
        transform: translateX(-50%);
        margin: auto
    }

    .main-wine img.grappa {
        top: -50px;
        left: 50.1%
    }
}

@media (min-width:1600px) {
    .main-wine img {
        position: relative;
        width: 627px;
        left: 50%;
        top: -50px;
        transform: translateX(-50%);
        margin: auto
    }

    .main-wine img.grappa {
        top: -94px;
        width: 527px
    }
}

.single-grappa-0 .section-title span:last-child:after {
    content: none
}

.single-grappa-0 .main-wine img {
    transform: scale(1)
}

.torna-section-grappa .bot {
    height: 250px
}

.single-grappa-0 .left-wine {
    margin-top: 100px
}

.single-grappa-0 .aside-info {
    margin-top: 115px
}

.single-grappa-0 {
    padding-top: 125px
}

.torna-section-grappa {
    margin-top: 100px
}

.torna-prodotti-link img {
    width: 10px;
    height: 21px;
    margin-right: 10px
}

.prodotto-copy {
    display: inline-block;
    margin-bottom: 45px
}

.prodotto-copy,
.prodotto-copy a {
    position: relative;
    overflow: hidden
}

.prodotto-copy img {
    width: 42px;
    margin-right: 10px
}

.prodotto-copy span,
.torna-prodotti-link span {
    color: #fff;
    font-family: "Cinzelitalic"
}

.prodotto-copy span {
    transition: all .2s;
    overflow: hidden
}

.prodotto-copy:hover span {
    color: #fff;
    transition: all .2s
}

.prodotto-copy:hover span:after {
    transition: all .2s;
    background: #fff
}

.prodotto-copy span,
.torna-prodotti-link span {
    position: relative
}

.prodotto-copy span:after {
    transition: all .2s
}

.prodotto-copy span:after,
.torna-prodotti-link span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    margin: auto;
    bottom: -2px
}

.prodotto-copy a,
.torna-prodotti-link a {
    transition: all .2s
}

.prodotto-copy a:hover,
.torna-prodotti-link a:hover {
    transition: all .2s;
    color: #fff !important
}

.prodotto-copy:hover span:after,
.torna-prodotti-link:hover span:after {
    animation-name: snake;
    animation-duration: 1s
}

.torna-prodotti {
    margin-left: 5rem;
    margin-right: 5rem;
    padding: 165px 5px 25px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

@media (max-width:767px) {
    .torna-prodotti {
        padding-top: 135px
    }
}

@media (max-width:575px) {
    .torna-prodotti {
        padding-top: 100px
    }
}

.torna-prodotti-link a {
    text-decoration: none;
    position: relative;
    z-index: 10;
    overflow: hidden
}

.prodotto-copy a {
    text-decoration: none
}

.prodotto-image {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.prodotto-image img {
    max-width: 80%;
    object-fit: contain
}

.prodotto-title {
    color: #fff;
    letter-spacing: 10px;
    font-size: 35px;
    margin-bottom: 20px
}

@media (max-width:1023px) {
    .prodotto-title {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .prodotto-title {
        font-size: 29px
    }
}

.prodotto-subtitle {
    color: #fff;
    margin-bottom: 55px;
    font-size: 17px
}

@media (max-width:1023px) {
    .prodotto-subtitle {
        font-size: 16px;
        margin-bottom: 50px
    }
}

@media (max-width:767px) {
    .prodotto-subtitle {
        font-size: 15px;
        margin-bottom: 40px
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .prodotto-subtitle {
        font-size: 16px
    }
}

.prodotto-desc {
    font-family: "Cinzelitalic";
    color: #fff;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 30px
}

@media (max-width:1023px) {
    .prodotto-desc {
        font-size: 17px;
        line-height: 1.9
    }
}

@media (max-width:767px) {
    .prodotto-desc {
        font-size: 16px;
        line-height: 1.5
    }
}

.prodotto-price span {
    font-size: 15px;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    top: -12px
}

.prodotto-price {
    color: #c0a680;
    font-size: 25px;
    margin-bottom: 45px
}

.prodotto-price--discount {
    font-size: 16px
}

.prodotto-price--discount smaller {
    font-size: 13px
}

.prodotto-price--discount .strike {
    position: relative;
    display: inline-block
}

.prodotto-price--discount .strike:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #fff;
    width: 100%
}

.prodotto-price--discount span {
    top: -8px;
    font-size: 11px !important
}

.discount-label {
    margin-right: 2rem;
    background: #c0a680;
    font-size: .8rem;
    letter-spacing: .1rem;
    line-height: 1;
    padding: 9px 7px 6px
}

.discount-label--smaller {
    color: #1a1a1a;
    font-size: .65rem;
    padding: 4px 3px 1px
}

.discount-label--smaller-side {
    color: #1a1a1a;
    font-size: .7rem;
    padding: 5px 5px 2px
}

.prodotto-quantity {
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    padding-top: 25px;
    padding-bottom: 25px
}

.quantity-text {
    color: #fff;
    font-size: 17px
}

@media (min-width:1200px) and (max-width:1366px) {
    .quantity-text {
        font-size: 16px
    }
}

.quantity-input input {
    color: #c0a680;
    font-size: 25px;
    text-align: right;
    width: 40px;
    background: transparent;
    border: 0;
    outline: none;
    position: relative;
    top: 2px
}

input[type=number] {
    appearance: textfield
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.prev-number {
    margin-top: 2px;
    height: 15px
}

.next-number,
.prev-number {
    display: flex;
    cursor: pointer
}

.next-number {
    margin-bottom: 4px;
    height: 10px;
    width: 15px
}

.prev-number img {
    margin-bottom: auto
}

.next-number img,
.prev-number img {
    width: 13px;
    margin-left: auto;
    margin-right: auto
}

.next-number img {
    transform: rotate(180deg);
    margin-top: auto
}

.in-number {
    margin-left: 10px;
    position: relative;
    top: 1px
}

.quantity-input {
    display: flex;
    align-items: center
}

.quantity-button .form-submit a {
    padding: 16px 30px;
    letter-spacing: 5px;
    display: inline-block
}

.prodotto-quantity {
    display: flex;
    align-items: center
}

.quantity-button {
    margin-left: auto
}

.quantity-button .form-submit {
    margin-right: 2px;
    margin-top: 0
}

.prodotto-text {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.single-prodotto .tabs {
    padding-top: 55px
}

@media (max-width:991px) {
    .the-product .prodotto-quantity {
        position: relative;
        padding: 13px 0 9px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 45px
    }

    .the-product .prodotto-quantity>.prodotto-price {
        position: relative;
        top: 3px;
        width: auto;
        padding: 0 15px;
        margin-left: 0;
        margin-right: auto;
        white-space: nowrap
    }

    .the-product .prodotto-quantity>.quantity-input {
        width: 76px;
        padding: 0 15px;
        flex-grow: 0 !important;
        white-space: nowrap
    }

    .the-product .prodotto-quantity+.quantity-button {
        padding-top: 30px
    }

    .the-product .prodotto-quantity+.quantity-button .form-submit {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .the-product .prodotto-quantity:before {
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 50%;
        right: auto;
        display: block;
        content: "";
        width: 1px;
        height: auto;
        background: hsla(0, 0%, 100%, .3)
    }

    .the-product .prodotto-quantity.no-before:before {
        display: none
    }
}

@media (max-width:359px) {
    .the-product .prodotto-quantity>.prodotto-price {
        padding: 0 10px
    }

    .the-product .prodotto-quantity>.quantity-input {
        width: 65px;
        padding: 0 10px
    }
}

.elements-title-row {
    font-size: 25px;
    color: #c0a680;
    text-align: center;
    justify-content: center;
    margin-top: 165px;
    margin-bottom: 90px
}

.element-subtitle,
.element-title {
    opacity: .7 !important;
    transition: all .8s !important
}

.element-image {
    z-index: 1
}

.element-image img {
    max-width: 100%;
    max-height: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: .7 !important;
    transition: all .8s !important;
    backface-visibility: hidden
}

@media (max-width:1023px) {
    .element-image img {
        opacity: .7
    }
}

.element-image.smaller img {
    max-height: 180px
}

.product-element:hover .element-subtitle,
.product-element:hover .element-title {
    opacity: 1 !important;
    transition: all .8s !important
}

.product-element:hover .element-image img {
    opacity: 1 !important;
    transition: all .8s
}

.element-image,
.element-title {
    text-align: center
}

.element-title {
    color: hsla(0, 0%, 100%, .75);
    font-size: 20px;
    letter-spacing: 7px;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: all .8s
}

@media (max-width:1023px) {
    .element-title {
        margin-bottom: 5px;
        color: hsla(0, 0%, 100%, .5)
    }
}

@media (max-width:767px) {
    .element-title {
        font-size: 14px;
        letter-spacing: 4px;
        text-indent: 4px;
        margin-bottom: 1px
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .element-title {
        font-size: 18px
    }
}

.element-subtitle {
    color: hsla(0, 0%, 100%, .75);
    text-align: center;
    margin-bottom: 20px;
    font-size: 17px
}

@media (max-width:1023px) {
    .element-subtitle {
        font-size: 15px;
        color: hsla(0, 0%, 100%, .75)
    }
}

@media (max-width:767px) {
    .element-subtitle {
        font-size: 13px
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .element-subtitle {
        font-size: 16px
    }
}

.element-price {
    color: #c0a680;
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px
}

@media (max-width:1023px) {
    .element-price {
        font-size: 23px;
        margin-bottom: 28px
    }
}

@media (max-width:767px) {
    .element-price {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.element-price span {
    font-size: 14px;
    margin-right: 4px;
    display: inline-block;
    position: relative;
    top: -10px
}

.product-element {
    position: relative;
    margin-top: -1px;
    margin-left: -1px;
    padding-bottom: 10px;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

@media (max-width:767px) {
    .product-element {
        padding-top: 10px
    }
}

.product-element:before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 40px);
    border: 1px solid #5f5f5f;
    border-top: 0;
    border-bottom: 0;
    left: 0;
    top: -20px;
    right: 0;
    bottom: 0
}

@media (max-width:767px) {
    .product-element:before {
        border-left: 0
    }
}

.product-element.no-sides:before {
    display: none
}

.product-element:after {
    position: absolute;
    content: "";
    height: 100%;
    width: calc(100% + 30px);
    border: 1px solid #5f5f5f;
    left: -15px;
    top: 0;
    right: auto;
    bottom: 0;
    border-left: 0;
    border-right: 0
}

.product-element:after.vert-sides:after {
    display: block !important;
    border-top: 1px solid #5f5f5f !important;
    border-bottom: 1px solid #5f5f5f !important
}

@media (max-width:767px) {
    .product-element:nth-child(2n):after {
        left: 0;
        width: 100%
    }
}

@media (min-width:768px) {
    .product-element:nth-child(3n):after {
        left: 15px;
        width: 100%
    }
}

.all-products {
    padding-bottom: 125px
}

.carrello-text a {
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-family: "Cinzelitalic";
    line-height: 1
}

.carrello-text {
    line-height: 1
}

.carrello-count img {
    width: 32px;
    margin-bottom: 15px
}

.carrello {
    position: fixed;
    z-index: 10;
    right: 0;
    top: calc(50% - 44px);
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 18px;
    background-color: #bea47f;
    display: none
}

.carrello,
.carrello:hover {
    color: #fff;
    text-decoration: none;
    transition: all .8s
}

.carrello .carrello-text.cart-mobile {
    display: none
}

@media (max-width:991px) {
    .carrello {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        padding: 8px 9% 11px;
        background-image: url(/assets/img/frontend/next.svg);
        background-size: 12px !important;
        background-repeat: no-repeat;
        background-position: right 9% center
    }

    .carrello:after,
    .carrello:before {
        display: none
    }

    .carrello .carrello-count {
        margin: 0 15px 0 0
    }

    .carrello .carrello-nr {
        top: 10px;
        bottom: 0;
        font-size: 16px
    }

    .carrello .carrello-count img {
        margin: 0
    }

    .carrello .carrello-text {
        font-style: italic;
        font-weight: 700;
        position: relative;
        top: 3px
    }

    .carrello .carrello-text.cart-desktop {
        display: none
    }

    .carrello .carrello-text.cart-mobile {
        display: block
    }
}

.notouch .carrello:hover {
    background-color: rgba(193, 166, 128, .79)
}

.map-btn {
    position: absolute;
    top: 200px;
    width: 87px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 18px;
    background: rgba(190, 164, 127, .17)
}

.map-btn,
.map-btn:hover {
    color: #c1a680;
    text-decoration: none;
    transition: all .2s
}

.map-btn:hover {
    background: rgba(190, 164, 127, .27)
}

.carrello-count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.carrello:after {
    width: calc(100% + 4px);
    height: 100%
}

.carrello:after,
.carrello:before {
    content: "";
    position: absolute;
    right: 0;
    border: 1px solid rgba(190, 164, 127, .55)
}

.carrello:before {
    height: calc(100% + 6px);
    left: 0;
    top: -3px;
    bottom: 0;
    width: 100%
}

.order-after-page {
    padding-top: 150px
}

.order-after-page,
.the-product {
    position: relative;
    padding-bottom: 50px
}

.the-product {
    padding-top: 50px
}

@media (max-width:767px) {
    .the-product {
        padding-top: 40px
    }
}

@media (max-width:991px) {

    .the-product .prodotto-text:not(.for-mobile) .prodotto-subtitle,
    .the-product .prodotto-text:not(.for-mobile) .prodotto-title {
        display: none
    }
}

@media (min-width:992px) {
    .the-product .prodotto-text.for-mobile {
        display: none
    }
}

.the-product .prodotto-text.for-mobile .prodotto-title {
    font-size: 20px;
    letter-spacing: 8px;
    margin-bottom: 10px
}

@media (min-width:576px) {
    .the-product .prodotto-text.for-mobile .prodotto-title {
        font-size: 28px
    }
}

.the-product .prodotto-text.for-mobile .prodotto-subtitle {
    margin-bottom: 25px
}

.carrello-nr {
    position: absolute;
    color: #fff;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.cantina-0 {
    padding-top: 110px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .cantina-0 {
        padding-top: 150px
    }
}

@media (min-width:1400px) {
    .cantina-0 {
        padding-top: 180px;
        margin-bottom: 30px
    }
}

.cantina-1 {
    position: relative
}

.cantina-title {
    font-size: 38px;
    color: #fff;
    letter-spacing: 17px;
    text-indent: 17px;
    text-align: center;
    margin-bottom: 15px
}

@media (min-width:1400px) {
    .cantina-title {
        font-size: 45px
    }
}

@media (max-width:767px) {
    .cantina-title {
        font-size: 43px;
        letter-spacing: 10px;
        text-indent: 0;
        margin-bottom: 7px
    }
}

.the-cantina-tabs .tabs {
    width: auto
}

@media (min-width:576px) and (max-width:767px) {
    .the-cantina-tabs .tabs {
        overflow-x: auto;
        justify-content: unset !important;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        position: relative;
        top: 0
    }

    .the-cantina-tabs .tabs::-webkit-scrollbar {
        height: 0
    }

    .the-cantina-tabs .tabs .tab-2:last-child {
        padding-right: 5vw
    }
}

.the-cantina-tabs .tabs .tab-2 {
    width: auto !important
}

.the-cantina-tabs .tabs label {
    padding: 21px 32px !important;
    font-size: 17px !important;
    letter-spacing: 7px !important;
    text-indent: 7px !important
}

@media (max-width:1367px) {
    .the-cantina-tabs .tabs label {
        font-size: 15px !important;
        letter-spacing: 6px !important;
        text-indent: 6px !important
    }
}

@media (max-width:992px) {
    .the-cantina-tabs .tabs label {
        padding: 19px 10px !important;
        font-size: 14px !important;
        letter-spacing: 5px !important;
        text-indent: 5px !important
    }
}

@media (max-width:767px) {
    .the-cantina-tabs .tabs label {
        padding: 19px 14px !important;
        font-size: 14px !important;
        letter-spacing: 5px !important;
        text-indent: 5px !important
    }
}

@media (max-width:575px) {
    .the-cantina-tabs .tabs label {
        padding: 19px 0 !important;
        font-size: 14px !important;
        letter-spacing: 5px !important;
        text-indent: 5px !important
    }
}

.cantina-subtitle {
    color: #fff;
    text-align: center;
    font-family: "Cinzelitalic";
    font-size: 18px
}

.cantina-0-row {
    flex-direction: column
}

.cantina-row-1-image {
    text-align: center
}

.cantina-row-1-image img {
    max-width: 100%;
    max-height: 700px
}

.cantina-single {
    max-width: 90%;
    margin: auto
}

@media (min-width:768px) {
    .cantina-single {
        max-width: none;
        padding: 0 30px
    }
}

.cantina-row-1-title {
    color: #fff;
    font-size: 25px;
    letter-spacing: 7px;
    text-indent: 7px;
    margin-bottom: 10px;
    text-align: center
}

@media (max-width:1023px) {
    .cantina-row-1-title {
        font-size: 22px;
        letter-spacing: 6px;
        text-indent: 6px;
        margin-bottom: 6px
    }
}

@media (max-width:767px) {
    .cantina-row-1-title {
        font-size: 19px;
        letter-spacing: 5px;
        text-indent: 5px;
        margin-bottom: 2px
    }
}

.cantina-row-1-subtitle {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 17px
}

@media (max-width:1023px) {
    .cantina-row-1-subtitle {
        font-size: 15px;
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .cantina-row-1-subtitle {
        font-size: 13px;
        margin-bottom: 20px
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .cantina-row-1-subtitle {
        font-size: 16px
    }
}

.cantina-row-1 {
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px
}

.cantina-row-1-text .form-submit {
    text-align: center;
    margin-top: 0;
    display: flex;
    justify-content: center
}

@media (max-width:767px) {
    .cantina-row-1-text .form-submit {
        display: none
    }
}

.cantina-row-1-text .form-submit a {
    padding: 17px 50px;
    letter-spacing: 5px
}

.cantina-row-1-text .element-price {
    margin-bottom: 30px;
    font-size: 25px
}

@media (max-width:767px) {
    .cantina-row-1-text .element-price {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .cantina-row-1.main-product {
        position: relative
    }
}

.cantina-row-1.main-product .mobile-link {
    display: none
}

@media (max-width:767px) {
    .cantina-row-1.main-product .mobile-link {
        display: block;
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
        opacity: 0;
        text-align: left;
        text-indent: -9999px
    }
}

.form__group {
    display: flex;
    flex-direction: column
}

.form__radio-group {
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.form__radio-input {
    display: none
}

.form__radio-label {
    cursor: pointer;
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}

.form__radio-button {
    height: .7rem;
    width: .7rem;
    border: 1px solid #c0a680;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.form__radio-button:after {
    content: "";
    display: block;
    height: .8rem;
    width: .8rem;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #c0a680;
    opacity: 0;
    transition: opacity .5s
}

.form__radio-input:checked+.form__radio-label .form__radio-button:after {
    opacity: 1
}

.form__radio-input:checked+.form__radio-label .form__radio-button {
    height: 1.5rem;
    width: 1.5rem
}

.first-radio-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Cinzelitalic"
}

.first-radio {
    margin-bottom: 60px;
    margin-top: 120px
}

.second-radio-title {
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Cinzelitalic"
}

.radio-name {
    display: inline-block;
    color: #fff;
    margin-left: 15px;
    letter-spacing: 4px;
    line-height: 1;
    cursor: pointer
}

.cantina-1 .tabs {
    padding-top: 30px
}

.cantina-all-products {
    margin-top: 30px
}

.cart-0 {
    padding-top: 190px
}

.cart-0-title {
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
    letter-spacing: 10px
}

.cart-datti-title span:first-child {
    color: #fff;
    font-size: 25px
}

.cart-datti-title span:last-child {
    color: #c0a680;
    font-size: 27px;
    line-height: 1
}

.cart-dati-1-radio .form__group {
    flex-direction: row
}

.cart-dati-1-radio .form__radio-group {
    margin-bottom: 0;
    margin-right: 40px
}

.cart-dati-1-radio .radio-name {
    letter-spacing: 0;
    margin-left: 10px
}

.cart-dati-1-radio .form__radio-button {
    height: 1.5rem;
    width: 1.5rem
}

.inputs-2 {
    display: flex;
    justify-content: space-between
}

.inputs-2 input {
    margin-top: 4px
}

.inputs-1 input,
.inputs-2 input,
.inputs-2 input:focus {
    border-radius: 0;
    border: 1px solid hsla(0, 0%, 100%, .5);
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none
}

.inputs-1 input {
    margin-top: 4px
}

.inputs-1 input:focus {
    border-radius: 0;
    border: 1px solid hsla(0, 0%, 100%, .5);
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none
}

.inputs-2 label {
    color: #fff;
    width: calc(50% - 10px)
}

.inputs-1 label {
    color: #fff;
    width: 100%
}

.input-select input {
    margin-top: 4px
}

.input-select input,
.input-select input:focus {
    border-radius: 0;
    border: 1px solid hsla(0, 0%, 100%, .5);
    background: transparent;
    color: #fff;
    outline: none;
    box-shadow: none
}

.input-select label {
    color: #fff;
    width: calc(50% - 10px);
    font-size: .95rem;
    padding-top: 3px
}

.input-select select {
    color: hsla(0, 0%, 100%, .5);
    margin-top: 4px;
    font-size: 12px
}

.input-select select,
.input-select select:focus {
    border-radius: 0;
    border: 1px solid hsla(0, 0%, 100%, .5);
    background: transparent;
    outline: none;
    box-shadow: none
}

.input-select select:focus {
    color: #fff
}

.input-select {
    display: flex;
    justify-content: space-between
}

.cart-dati-1-inputs input {
    height: 40px;
    font-size: 1rem;
    color: hsla(0, 0%, 100%, .82) !important
}

.cart-dati-1-inputs select {
    height: 40px !important
}

.cart-dati-2-title {
    padding: 30px 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.cart-dati-2-radio .form__radio-group {
    display: flex;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.cart-dati-2-radio .radio-name {
    letter-spacing: 0;
    flex-grow: 1
}

.cart-dati-2-radio .form__radio-button {
    height: 1.5rem;
    width: 1.5rem
}

@media (max-width:991px) {
    .payment-img {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .payment-img img {
        max-height: 25px
    }
}

.cart-dati-2-privacy {
    color: hsla(0, 0%, 100%, .5);
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px
}

.cart-dati-2-privacy img {
    width: 20px;
    position: relative;
    bottom: 2px
}

.lock-1 {
    display: inline-block;
    margin-left: 10px
}

.lock-2 a {
    color: hsla(0, 0%, 100%, .5);
    margin-left: 15px;
    text-decoration: underline;
    transition: all .2s
}

.lock-2 a:hover {
    color: #fff
}

.aside-info,
.cart-right-container,
.left-wine {
    position: relative;
    transition: all 0ms ease 0s
}

.cart-right-1 {
    background: #333;
    padding: 10px 25px
}

.cart-right-1-title {
    color: #fff;
    font-size: 24px;
    padding-bottom: 15px;
    padding-top: 10px
}

.cart-dati-1-note {
    display: flex;
    padding-bottom: 25px;
    padding-top: 25px
}

.cart-dati-1-note span {
    line-height: 1.3
}

.cart-dati-1-note>span:first-child {
    color: #fff;
    display: inline-block;
    margin-right: 13px;
    white-space: nowrap
}

.cart-dati-1-note>span:nth-child(2) {
    color: #fff
}

.cart-dati-1-note>span:nth-child(2)>span {
    display: block
}

.cart-dati-1-note>span:nth-child(3) {
    color: #c0a680;
    display: inline-block;
    margin-left: auto;
    white-space: nowrap
}

.all-list .cart-dati-1-note:not(:last-child) {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.subtotale-1 {
    color: hsla(0, 0%, 100%, .5);
    font-size: 15px
}

.subtotale-2 {
    color: #fff;
    font-size: 15px
}

.subtotale {
    margin-top: 30px
}

.spedizione,
.subtotale {
    display: flex;
    justify-content: space-between
}

.iva-1 {
    color: #fff;
    font-size: 20px
}

.iva-2 {
    color: hsla(0, 0%, 100%, .5);
    font-size: 12px
}

.totale {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px
}

.total-price {
    color: #c0a680;
    font-size: 24px
}

.totale div {
    line-height: 1
}

.cart-right-1 .form-submit {
    display: flex
}

.cart-right-1 .form-submit a {
    padding: 15px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #c0a680;
    max-height: 50px;
    transition: all .2s
}

.cart-right-1 .form-submit a:hover {
    background-color: rgba(193, 166, 128, .79);
    transition: all .2s
}

.cart-right-1 .form-submit a:after,
.cart-right-1 .form-submit a:before {
    border-color: #c0a680
}

.cart-right-2 {
    background: #333;
    padding: 25px;
    margin-top: 20px
}

.cart-right-2 .invalid-feedback {
    position: relative !important
}

.cart-right-2 .form-submit button {
    padding: 10px 14px
}

.cart-right-2 a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-family: "Cinzelitalic"
}

.cart-right-2 a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 20px
}

.cart-0-subtitle {
    color: #fff;
    font-family: "Cinzelitalic";
    text-align: center;
    font-size: 15px
}

.cart-0-subtitle span {
    color: #c0a680
}

.checkout-item-img {
    display: flex;
    align-items: center
}

.checkout-item-img img {
    max-height: 125px;
    max-width: 56px
}

.checkout-item-text-title {
    color: #fff;
    font-size: 18px;
    letter-spacing: 7px;
    margin-bottom: 5px
}

@media (max-width:1199px) {
    .checkout-item-text-title {
        font-size: 19px;
        padding-right: 8px
    }
}

@media (max-width:575px) {
    .checkout-item-text-title {
        font-size: 17px;
        padding-right: 8px
    }
}

@media (max-width:400px) {
    .checkout-item-text-title {
        font-size: 15px;
        padding-right: 8px
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .checkout-item-text-title {
        font-size: 16px
    }
}

.checkout-item-text-subtitle {
    color: #fff
}

.checkout-item-text-remove img {
    width: 11px;
    position: relative;
    margin-right: 4px;
    top: 0
}

.checkout-item-text-remove {
    margin-bottom: 10px;
    opacity: .6;
    transition: all .2s
}

.checkout-item-text-remove:hover {
    opacity: 1;
    transition: all .2s
}

.checkout-item-text-remove span {
    position: relative;
    font-size: 12px;
    font-family: "Cinzelitalic";
    display: inline-block;
    margin-left: 5px
}

.checkout-item-text-remove a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center
}

.checkout-item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px
}

.vedi a span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    margin: auto;
    bottom: -2px
}

.vedi a:hover span:after {
    animation-name: snake;
    animation-duration: 1s
}

.checkout-item-text-remove a span {
    position: relative
}

.checkout-item-text-remove a span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    margin: auto;
    top: 16px
}

.checkout-item-text-remove a:hover span:after {
    animation-name: snake;
    animation-duration: 1s
}

.checkout-0-title {
    margin-bottom: 15px
}

.checkout-1 {
    margin-top: 60px;
    margin-bottom: 60px
}

.checkout-0 {
    padding-top: 190px
}

.checkout-left .torna-prodotti-link {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.checkout-item-text-subtitle {
    margin-bottom: 25px
}

.checkout-item-text-quantity {
    margin-left: auto
}

.checkout-item-text-price,
.checkout-item-text-quantity {
    display: flex;
    align-items: center;
    white-space: nowrap
}

.checkout-item-text-price .prodotto-price {
    margin-bottom: 0
}

.checkout-item {
    padding: 20px 2px;
    display: flex;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.checkout-item-text-separator span {
    display: inline-block;
    height: 40px;
    width: 1px;
    background: hsla(0, 0%, 100%, .3);
    margin-left: 25px;
    margin-right: 25px
}

.checkout-item-text-separator {
    display: flex;
    align-items: center
}

.checkout-item-text-quantity .in-number {
    top: 0
}

.cart-default {
    margin-top: 70px
}

.cart-dati-1-title,
.cart-default {
    margin-bottom: 30px
}

.cart-right-1 {
    margin-top: 60px
}

.cart-right-2 input.form-control {
    border-radius: 0 !important;
    border: 0;
    font-size: .9rem;
    background: #fff
}

.cart-right-2 input.form-control:focus {
    box-shadow: none;
    outline: 0
}

.cart-dati-1-radio {
    margin-bottom: 25px
}

.cart-default .form__radio-button:after {
    left: 51%
}

.inputs-1,
.inputs-2 {
    margin-bottom: 15px
}

.input-select-1 label:not(.error),
.input-select-2 label:not(.error),
.inputs-1 label:not(.error),
.inputs-2 label:not(.error) {
    font-size: .95rem
}

select {
    -webkit-appearance: none;
    background: url(/assets/img/frontend/down-2.svg) 100% no-repeat !important;
    background-size: 9px !important;
    cursor: pointer
}

.calendar-table select {
    appearance: auto
}

.input-select select option {
    color: #1a1a1a
}

.input-select select:focus {
    color: hsla(0, 0%, 100%, .5)
}

.input-select select {
    background-image: url(/assets/img/frontend/down-2.svg) !important
}

.input-select select,
.input-select select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-size: 8px;
    background-position: center right .75rem;
    background-repeat: no-repeat
}

.input-select select:focus {
    background-image: url(/assets/img/frontend/down.svg) !important
}

.input-select select::-ms-expand {
    display: none
}

.cart-dati-1-checkbox input[type=checkbox]+label:before {
    margin-right: 10px
}

.input-select-1 {
    margin-bottom: 15px
}

.input-select-2 {
    margin-bottom: 20px
}

.r1,
.r2 {
    display: block
}

.r2 {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .5);
    margin-top: 5px
}

.cart-dati-2 {
    margin-top: 40px
}

.subtotale-1 {
    margin-bottom: 5px
}

.all-list {
    margin-bottom: 25px
}

.proceed-btn .form-submit {
    margin-top: 0;
    margin-bottom: 25px
}

.checkout-right-1 {
    margin-top: 83px
}

.subtotale-cart {
    margin-top: 10px
}

.mobile-breaker {
    display: block;
    width: 100%;
    height: 1px;
    min-height: 1px;
    background-color: hsla(0, 0%, 100%, .3)
}

.plus-minus-toggle {
    cursor: pointer;
    height: 30px;
    position: relative;
    width: 30px;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 50%
}

.plus-minus-toggle:after,
.plus-minus-toggle:before {
    background: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    transition: transform .5s ease
}

.plus-minus-toggle:after {
    transform-origin: center
}

.plus-minus-toggle.collapsed:after {
    transform: rotate(90deg)
}

.plus-minus-toggle.collapsed:before {
    transform: rotate(180deg)
}

.collapsed.map-section-text {
    display: none
}

.collapsed.map-section-text+.after-collapsed {
    width: 100%;
    height: 1px;
    background: hsla(0, 0%, 100%, .3);
    margin-top: 30px;
    margin-bottom: 30px
}

.map-btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 6%;
    margin: auto;
    text-align: center;
    z-index: 10
}

.map-btn .form-submit {
    margin-top: 0;
    display: flex;
    justify-content: center
}

.map-btn .form-submit a {
    padding: 17px 45px;
    letter-spacing: 5px
}

@media (max-width:1199px) {
    .leonardo-map-0 {
        display: none
    }
}

.leonardo-map-0:not(.map-open):before {
    bottom: -25px;
    height: 225px;
    background-image: linear-gradient(transparent, #000);
    z-index: 10
}

.leonardo-map-0:not(.map-open):after,
.leonardo-map-0:not(.map-open):before {
    content: "";
    width: calc(100% + 50px);
    left: -25px;
    position: fixed;
    pointer-events: none
}

.leonardo-map-0:not(.map-open):after {
    top: -25px;
    height: 175px;
    background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, .5));
    z-index: 1
}

.pseudo-map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.pseudo-map:before {
    background-image: linear-gradient(270deg, transparent, rgba(0, 0, 0, .5));
    left: 0
}

.pseudo-map:after,
.pseudo-map:before {
    content: "";
    width: 150px;
    height: 100%;
    position: fixed;
    z-index: 1
}

.pseudo-map:after {
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .5));
    right: 0;
    pointer-events: none
}

.leo-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.all-maps {
    margin-top: -150px
}

.mobile-map-1 {
    position: relative;
    z-index: 1
}

.mobile-map-1 img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    max-height: 250px
}

.mobile-map-0 {
    background-image: url(/assets/img/frontend/map2.jpg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 350px;
    width: 100%;
    position: relative
}

.mobile-map-0:before {
    background-image: linear-gradient(0deg, transparent, rgba(95, 95, 95, .3));
    top: 0
}

.mobile-map-0:after,
.mobile-map-0:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute
}

.mobile-map-0:after {
    background: linear-gradient(180deg, rgba(26, 26, 26, 0), #1a1a1a);
    bottom: 0
}

.map-section-title span:last-child {
    color: #fff;
    letter-spacing: 7px;
    font-size: 22px;
    line-height: 1.2;
    display: inline-block;
    margin-left: 7px
}

.map-section-title span:first-child {
    color: #c0a680;
    font-family: "Cinzelitalic";
    position: relative;
    line-height: 1.2;
    display: inline-block;
    bottom: 1px
}

.map-section-title span:first-child:after {
    content: "";
    width: 15px;
    height: 1px;
    right: 0;
    background-color: #c0a680;
    position: absolute;
    bottom: 0
}

.map-section-title-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px
}

.map-section-text {
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.map-il,
.map-la {
    margin-left: 5px
}

.map-section-title.map-il span:first-child:after {
    width: 12px
}

.map-section-text:first-letter {
    float: left;
    font-size: 85px;
    margin-right: 12px;
    color: #c0a680;
    margin-top: 5px;
    margin-bottom: -15px;
    line-height: .9
}

.map-btn-mobile .form-submit {
    margin-top: 85px;
    margin-bottom: 65px;
    text-align: center
}

.map-btn-mobile .form-submit a {
    padding: 17px 45px;
    letter-spacing: 5px
}

@media (max-width:1199px) {

    .mobile-map-1 .map-section-title,
    .mobile-map-1 img {
        cursor: pointer
    }
}

#header:before {
    content: "";
    width: 100%;
    height: 15vh;
    position: absolute;
    background-image: linear-gradient(0deg, transparent, rgba(26, 26, 26, .75));
    left: 0;
    top: 0;
    pointer-events: none
}

@media (min-width:1200px) and (max-width:1500px) {
    #header:before {
        height: 130px
    }
}

.owl-dots {
    display: none !important
}

.vini-mobile .cd-svg-clipped-slider {
    width: 100%
}

.owl-carousel.wines .owl-item img {
    width: 320px;
    height: 650px
}

@media (min-width:1200px) {
    .owl-carousel.wines .owl-item img {
        width: 300px;
        height: auto
    }
}

@media (min-width:1500px) {
    .owl-carousel.wines .owl-item img {
        width: 360px
    }
}

@media (max-width:1023px) {
    .vini-mobile .cd-svg-clipped-slider {
        width: 700px
    }

    .owl-carousel.wines .owl-item img {
        width: 220px;
        height: 450px
    }
}

@media (max-width:767px) {
    .vini-mobile .cd-svg-clipped-slider {
        width: 195px
    }

    .owl-carousel.wines .owl-item img {
        width: 220px;
        height: 480px
    }
}

.owl-carousel.wines .owl-stage-outer {
    overflow: visible
}

.owl-carousel.wines .owl-item {
    pointer-events: none
}

.owl-carousel.wines .owl-item.active {
    z-index: 10
}

.owl-carousel.wines .owl-item .form-submit {
    display: none
}

.owl-carousel.wines .owl-item .overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .3s;
    z-index: 10;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000
}

.owl-carousel.wines .owl-item .overlay:after {
    bottom: 0;
    opacity: .9
}

.owl-carousel.wines .owl-item .overlay:after,
.owl-carousel.wines .owl-item .overlay:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 44%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0) 7%, #1b1b1b);
    z-index: 100;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000
}

.owl-carousel.wines .owl-item .overlay:before {
    bottom: 3%
}

.owl-carousel.wines .owl-item img {
    opacity: .5;
    transition: all .1s;
    margin: 0 auto;
    backface-visibility: hidden
}

.owl-carousel.wines .owl-item.active {
    pointer-events: all
}

.owl-carousel.wines .owl-item .svg-wrapper .form-submit {
    opacity: 0;
    top: auto;
    bottom: 10%;
    transition: all .8s;
    position: absolute;
    left: -9999px;
    right: -9999px;
    width: 70%;
    margin: auto;
    display: block
}

@media (max-width:1023px) {
    .owl-carousel.wines .owl-item .svg-wrapper .form-submit {
        width: 70%
    }
}

@media (max-width:767px) {
    .owl-carousel.wines .owl-item .svg-wrapper .form-submit {
        width: 130%
    }
}

.owl-carousel.wines .owl-item .svg-wrapper .images {
    top: 0;
    left: 0
}

.owl-carousel.wines .owl-item .svg-wrapper.active {
    pointer-events: none
}

.owl-carousel.wines .owl-item .svg-wrapper.active .overlay {
    opacity: 0;
    transition: all .3s
}

.owl-carousel.wines .owl-item .svg-wrapper.active .images {
    top: 142px;
    transform: scale(1.74);
    transition: all .8s;
    transition-delay: .8s;
    left: 0
}

.owl-carousel.wines .owl-item .svg-wrapper.active .background {
    top: 0;
    opacity: 1;
    transition: opacity .3s ease;
    backface-visibility: hidden
}

.owl-carousel.wines .owl-item .svg-wrapper.active .form-submit {
    opacity: 0 !important
}

.owl-carousel.wines .owl-item .svg-wrapper:hover .background {
    top: 0;
    opacity: 1;
    transition: opacity .6s ease;
    backface-visibility: hidden
}

.owl-carousel.wines .owl-item .svg-wrapper:hover .form-submit {
    z-index: 101;
    bottom: 15%;
    transition: all .6s;
    backface-visibility: hidden
}

@media (min-width:1200px) {
    .owl-carousel.wines .owl-item .svg-wrapper:hover .form-submit {
        opacity: 1
    }
}

.owl-carousel.wines .owl-item .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity .3s ease;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 1000
}

.touch .owl-carousel.wines .owl-item.active .svg-wrapper .background {
    opacity: 1 !important
}

.touch .owl-carousel.wines .owl-item.active .svg-wrapper .form-submit {
    opacity: 1 !important;
    z-index: 101 !important;
    bottom: 4% !important
}

.touch .position-vini .grappa-image,
.touch .position-vini .grappa-image .background {
    opacity: 1 !important
}

.touch .position-vini .grappa-image .form-submit {
    visibility: visible;
    opacity: 1 !important;
    z-index: 101 !important;
    bottom: 15% !important
}

@media (max-width:991px) {
    .position-vini .grappa-image {
        position: relative
    }

    .position-vini .grappa-image .form-submit {
        position: absolute;
        width: 90%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .owl-carousel.wines .owl-item img {
        height: 382px
    }

    .owl-carousel.wines .owl-item .svg-wrapper .form-submit {
        bottom: -4% !important
    }

    .owl-carousel.wines .owl-item.active .svg-wrapper .background {
        opacity: 1 !important
    }

    .owl-carousel.wines .owl-item.active .svg-wrapper .form-submit {
        opacity: 1 !important;
        z-index: 101 !important;
        bottom: 4% !important
    }

    .position-vini .grappa-image .form-submit {
        width: 90%
    }
}

.position-vini .images {
    position: relative;
    z-index: 1
}

.position-vini .tabs label {
    font-size: 17px !important;
    letter-spacing: 7px !important;
    text-indent: 7px !important
}

@media (max-width:1367px) {
    .position-vini .tabs label {
        font-size: 15px !important;
        letter-spacing: 6px !important;
        text-indent: 6px !important
    }
}

@media (max-width:992px) {
    .position-vini .tabs label {
        padding: 19px 10px !important;
        font-size: 14px !important;
        letter-spacing: 5px !important;
        text-indent: 5px !important
    }
}

@media (max-width:767px) {
    .position-vini .tabs label {
        padding: 19px 14px !important;
        font-size: 14px !important;
        letter-spacing: 5px !important;
        text-indent: 5px !important
    }
}

.vini-mobile #prev {
    background-position: calc(50% - 1px)
}

.vini-mobile .cd-svg-clipped-slider .gallery li.left .svg-wrapper img:first-child,
.vini-mobile .cd-svg-clipped-slider .gallery li.right .svg-wrapper img:first-child {
    display: inline-block
}

.vini-mobile .cd-svg-clipped-slider .gallery li .svg-wrapper img {
    margin-top: 0
}

.vini-mobile #next,
.vini-mobile #prev {
    top: 0
}

.position-r-1 {
    position: relative;
    z-index: 1
}

.the-wine-tabs .tabs label {
    font-size: 17px !important
}

@media (max-width:1367px) {
    .the-wine-tabs .tabs label {
        font-size: 15px !important
    }
}

@media (max-width:992px) {
    .the-wine-tabs .tabs label {
        font-size: 14px !important
    }
}

@media (max-width:767px) {
    .the-wine-tabs .tabs label {
        font-size: 14px !important
    }
}

.the-wine-tabs .tabs {
    width: 80%
}

.single-wine.single-prodotto-mobile .table-content {
    margin-bottom: 100px
}

.relative-6 {
    position: relative;
    z-index: 1
}

.vert-image {
    text-align: center
}

.vert-image img {
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
    transition: all .2s ease-in-out
}

.vert-image img:hover {
    transform: scale(1.1)
}

.verticali-container {
    margin-top: 75px;
    margin-bottom: 70px
}

.citation-new {
    color: #fff;
    width: 100% !important
}

.dicono-container {
    margin-top: 85px;
    margin-bottom: 85px
}

.citation-new .the-citation {
    line-height: 1.9 !important;
    font-size: 17px;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:1200px) and (max-width:1366px) {
    .citation-new .the-citation {
        font-size: 14px
    }
}

.citation-new .first-quote {
    top: -45px !important
}

.citation-new .last-quote {
    bottom: -74px !important
}

.cit-author-new {
    letter-spacing: 5px !important;
    text-transform: uppercase;
    line-height: 1.7 !important
}

.cit-author-new:before {
    top: 12px !important;
    bottom: auto !important
}

.dicono-container .combo-citation {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 85px
}

@media (max-width:1439px) {
    .the-wine-tabs .tabs {
        padding-top: 100px
    }

    .section-3-5 .row-1 .img-col:after {
        content: none !important
    }

    .section-3 .section-title {
        margin-top: 40px
    }

    .section-3 .section-title.gemma-section {
        margin-top: 15px
    }

    .row-31-p {
        margin-top: 35px
    }

    .section-6-c2 .cd-svg-clipped-slider {
        margin-bottom: 9rem
    }

    .section-3 .row-1 .img-col img {
        width: 100%;
        position: static;
        padding-right: 0;
        padding-left: 0;
        height: 880px;
        object-fit: cover
    }

    .section-3 .row-1 .img-col:after {
        right: -165px;
        bottom: 30px
    }

    .section-3 .row-31 .img-col:after {
        right: -267px
    }

    .section-3-5 .row-1 .img-col:after {
        right: -220px
    }

    .cd-svg-clipped-slider {
        width: calc(90% - 22px)
    }

    .c-text {
        margin-top: 7px
    }

    #timeline {
        margin: 139px auto 100px
    }

    .big-timeline {
        width: 80%;
        margin: auto
    }

    #dates li {
        width: 106px
    }

    .first-section-vini .c-text {
        margin-top: 50px
    }

    .miele-breaker,
    .miele-row img {
        width: 100%;
        left: 0
    }

    .miele-image:before {
        left: 96px
    }

    .miele-image:after {
        left: 230px
    }

    .miele-row:before {
        left: -325px
    }

    .single-prodotto-mobile .tabs {
        padding-top: 55px
    }

    .pseudo-map:after,
    .pseudo-map:before {
        width: 100px
    }

    .leonardo-map-0:after,
    .leonardo-map-0:before {
        height: 100px
    }
}

@media (max-width:1199px) {

    .pseudo-map:after,
    .pseudo-map:before {
        width: 0
    }

    .hide1199 {
        display: none !important
    }

    .quantity-button .form-submit a {
        letter-spacing: 3px
    }

    .the-wine-tabs .tabs {
        width: 100%
    }

    .miele-image:after,
    .miele-image:before {
        font-size: 14px
    }

    .miele-row .first-p {
        line-height: 1.9;
        font-size: 14px
    }

    .vini-mobile .cd-svg-clipped-slider .gallery li .svg-wrapper img {
        margin-top: 20px
    }

    .section-3 .row-1 .img-col:after {
        right: -140px;
        bottom: 60px
    }

    .row-31,
    .section-3 .row-2 {
        margin-top: 170px
    }

    .section-3 .row-31 .img-col:after {
        right: -225px
    }

    .section-3 .section-title {
        margin-top: 60px
    }

    .section-3 .famspan {
        margin-bottom: 40px
    }

    .section-4 .row-2 img {
        width: 100%;
        height: 680px;
        object-fit: cover
    }

    #dates a,
    .c-text {
        font-size: 15px
    }

    #dates a {
        letter-spacing: 2px
    }

    .section-3 .row-2 .img-col:after {
        left: -140px;
        bottom: 15px
    }

    .first-p:first-letter {
        float: left;
        font-size: 100px;
        margin-right: 12px;
        line-height: .9;
        color: #c0a680;
        margin-top: 10px;
        margin-bottom: -15px
    }

    .cart-default {
        margin-bottom: 45px
    }

    .checkout-1 {
        margin-bottom: 75px
    }

    .section-6-c2 {
        padding-top: 25px
    }

    .section-6-c2 .cd-svg-clipped-slider {
        margin-bottom: 12rem
    }

    .laterra-title {
        width: 100%
    }

    .all-terra,
    .tabs {
        padding: 0 2.6rem
    }

    .tabs {
        width: 100%
    }

    .section-3 .row-1 .img-col img {
        height: 710px;
        padding-left: 0
    }

    .c-fluid {
        padding: 75px 2.6rem 0
    }

    .big-timeline {
        width: 80%;
        margin: auto
    }

    .section-6 {
        padding-bottom: 60px
    }

    .c-text {
        margin-top: 20px;
        line-height: 1.5
    }

    .cd-svg-clipped-slider {
        width: calc(90% - 22px)
    }

    #timeline {
        margin: 0 auto
    }

    .citation {
        width: 100%
    }

    .section-2-1:after {
        letter-spacing: 29px !important
    }

    .section-3-2 {
        padding-top: 55px
    }

    .section-3-11 {
        padding-top: 75px;
        background-position: left top 80px
    }

    .section-2-contatti {
        padding-bottom: 160px
    }

    .first-section-vini .cd-svg-clipped-slider .gallery li.right {
        transform: translateX(80%) scale(.6);
        left: 35%
    }

    .cd-svg-clipped-slider .gallery li.left-hide,
    .first-section-vini .cd-svg-clipped-slider .gallery li.left {
        transform: translateX(-80%) scale(.6);
        left: 25%
    }

    .first-section-vini .c-text {
        margin-top: 100px
    }

    .miele-row .section-title {
        margin-top: 80px
    }

    .miele-image:before {
        left: 72px
    }

    .miele-image:after {
        left: 185px
    }

    .torna-section .form-submit a {
        padding: 15px 30px
    }
}

@media (max-width:1199px) and (max-width:575px) {
    .torna-section .form-submit a {
        font-size: .9rem
    }
}

@media (max-width:1199px) {
    .torna-section {
        margin-top: 85px
    }

    .single-wine .tabs {
        padding-top: 110px
    }

    .torna-section-grappa .bot {
        display: none
    }

    .torna-section-grappa {
        padding-left: 2.6rem;
        padding-right: 2.6rem;
        margin-bottom: 50px;
        margin-top: 100px
    }

    .vini-mobile .c-text a {
        white-space: nowrap
    }

    .cantina-all-products-mobile {
        padding-bottom: 100px;
        overflow-x: hidden
    }

    .tullo-title {
        margin-bottom: 35px
    }

    .perspan {
        margin-bottom: 40px
    }

    .section-3-5 {
        padding-bottom: 60px
    }

    .section-6 {
        padding-top: 110px
    }

    .section-3-2 .row-1 .img-col:after {
        right: -161px
    }

    .visite-mobile {
        padding-top: 15px
    }

    .single-prodotto-mobile .tabs {
        padding-top: 55px
    }

    .the-cantina-tabs .tabs {
        padding-top: 60px
    }
}

@media (max-width:991px) {
    .footer-author {
        flex-direction: column
    }

    .footer-author .auth-1 {
        margin-bottom: 15px
    }

    .footer-author .auth-3 {
        padding-top: 15px;
        border-top: 1px solid hsla(0, 0%, 100%, .3);
        width: calc(100% + 30px);
        text-align: center
    }

    .con-3-map {
        width: 100%
    }

    .quantity-button .form-submit a {
        letter-spacing: 5px
    }

    .ultimate-wine-0 {
        position: relative;
        opacity: 0;
        top: 15px;
        padding-top: 150px
    }

    .ultimate-wine-0.active {
        opacity: 1;
        top: 0;
        transition: all .8s ease-in-out
    }

    .left-wine .form-submit a {
        padding: 15px 30px
    }

    .vini-mobile {
        margin-top: 100px
    }

    .vini-mobile #next,
    .vini-mobile #prev {
        top: 20px
    }

    .the-citation {
        line-height: 2;
        font-size: 14px
    }
}

@media (max-width:991px) and (min-width:1200px) and (max-width:1366px) {
    .the-citation {
        font-size: 14px
    }
}

@media (max-width:991px) {
    .gemma-section .gemaspan1 {
        line-height: 1.2 !important
    }

    #header:before {
        height: 150px;
        background-image: linear-gradient(0deg, transparent, rgba(26, 26, 26, .55));
        left: 0;
        top: 0;
        pointer-events: none
    }

    #header:before,
    .section-2:before {
        content: "";
        width: 100%;
        position: absolute
    }

    .section-2:before {
        height: 250px;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: linear-gradient(transparent, rgba(26, 26, 26, .8), #1a1a1a);
        top: -249px;
        z-index: 1
    }

    .first-section:after {
        content: "";
        width: 150px;
        height: 100%;
        position: absolute;
        background-image: linear-gradient(90deg, transparent, rgba(26, 26, 26, .75));
        right: 0
    }

    .row-31-p {
        margin-top: 50px
    }

    .over-table {
        overflow-x: scroll
    }

    .section-2.section-0-c2:after {
        content: none !important
    }

    .section-6-c2 .cd-svg-clipped-slider {
        margin-bottom: 13rem
    }

    .laterra-title {
        font-size: 40px;
        line-height: 1.2
    }

    .section-4 .section-title span:last-child:after {
        width: 21px !important
    }

    .section-4 .perspan2 {
        left: -33px !important
    }

    .section-3-2 .section-title {
        margin-top: 0
    }

    .section-3-2 .row-1>div:first-child {
        margin-top: 80px
    }

    .cd-svg-clipped-slider .gallery li.left,
    .cd-svg-clipped-slider .gallery li.right {
        display: none
    }

    #dates li {
        width: 96px
    }

    .c-text {
        margin-top: 115px
    }

    #timeline {
        margin: 200px auto 100px
    }

    .section-6 .section-title {
        font-size: 40px;
        line-height: 1.2
    }

    .section-3 .famspan2 {
        left: -33px !important
    }

    .section-3 .famspan2:after {
        width: 21px !important
    }

    .section-3 .row-1 .img-col:after {
        content: none
    }

    .section-3 .row-1 .img-col img {
        height: 500px
    }

    .hide991 {
        display: none !important
    }

    .first-section {
        height: 500px;
        background-image: url('https://images.unsplash.com/photo-1563514227147-6d2ff665a6a0?q=80&w=1742&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
        background-repeat: no-repeat;
        background-position: center bottom 30%;
        background-size: cover
    }

    #header .prenota-text {
        display: none
    }

    #header .menu-logo {
        margin-left: 0
    }

    .center-tablet {
        justify-content: center
    }

    .section-title span:last-child {
        font-size: 20px;
        left: -50px
    }

    .two-p>div:first-child {
        padding-left: 0;
        padding-right: 15px
    }

    .two-p>div:last-child {
        padding-right: 0;
        padding-left: 15px
    }

    .breaker {
        margin-top: 45px;
        margin-bottom: 50px
    }

    .section-title span:last-child:after {
        content: "";
        width: 38px;
        height: 1px;
        right: 1px;
        background-color: #c0a680;
        position: absolute;
        top: 25px
    }

    .section-2>.container {
        top: -75px
    }

    .section-3 .row-2>div:first-child {
        order: 2
    }

    .section-3 .row-2>div:last-child {
        order: 1
    }

    .section-3 .row-2 img {
        object-fit: contain
    }

    .section-3 .row-2 .img-col:after {
        content: none
    }

    .section-3 .row-2 .bottom-title {
        text-align: center
    }

    .tullo-title {
        line-height: 1.2;
        margin-top: 60px
    }

    .section-3 .row-2 {
        margin-top: 120px
    }

    .tullo-1 {
        padding-right: 15px
    }

    .tullo-2 {
        padding-left: 15px
    }

    .section-3 .row-31 {
        margin-top: 120px
    }

    .section-4 {
        background-position: top -50px center
    }

    .section-2 {
        background-position: center bottom 75px
    }

    .section-4 .row-2 img {
        height: 500px
    }

    .gemaspan1 {
        margin-top: 45px;
        display: inline-block
    }

    .section-3-5 .section-title span:last-child {
        top: 109px
    }

    .section-3-5 .famspan2:after {
        width: 24px !important
    }

    .four-div-767 {
        position: relative;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        padding: 0 25px;
        top: 90px;
        height: calc(100% - 90px);
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    .laterra-title {
        letter-spacing: 15px
    }

    .four-div .four-div-element .img-text {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto
    }

    .four-div .four-div-element a {
        display: block;
        padding: 31px 10px 24px;
        line-height: 1.2
    }
}

@media (max-width:991px) and (max-width:575px) {
    .four-div .four-div-element a {
        padding: 17px 10px 14px
    }
}

@media (max-width:991px) {
    .four-div .four-div-element:after {
        content: none
    }

    .remove-br {
        display: none
    }

    .terra-t1 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px
    }

    .terra-t1,
    .terra-t2 {
        margin-right: auto
    }

    .section-2-1 .section-title span:last-child:after {
        width: 17px
    }

    .section-3-1 .section-title span:last-child:after {
        width: 17px !important
    }

    .section-2-1 {
        height: 233px
    }

    .section-4-1-1 .gemaspan1,
    .section-4-1-1 .newunagemma {
        margin-top: 0
    }

    .section-4-1-1 .section-title {
        width: 100%
    }

    .section-2-1 .section-title span:last-child,
    .section-4-1 .perspan2,
    .section-4-1-1 .section-title span:last-child {
        left: -33px !important
    }

    .section-4-1 .section-title span:last-child:after {
        width: 17px !important
    }

    .section-4-1-1 .section-title span:last-child:after {
        width: 21px !important
    }

    .section-4-1-1 .section-title span:last-child {
        top: 64px
    }

    .section-3-2 .row-1 .img-col:after {
        content: none !important
    }

    .section-3-2 .row-1>div:last-child {
        order: 1
    }

    .section-3-2 .row-1>div:first-child {
        order: 2
    }

    .section-3-11 .row-2 {
        margin-top: 80px !important
    }

    .section-3-11 .row-2 img {
        height: 500px;
        object-fit: cover
    }

    .section-4-1-2 .section-title span:last-child,
    .section-4-1-4 .section-title span:last-child {
        top: 16px
    }

    .section-4-1-2 {
        padding-bottom: 70px
    }

    .section-3-11 .section-title span:last-child:after {
        width: 21px !important
    }

    .mapouter {
        position: relative;
        text-align: right
    }

    .gmap_canvas,
    .mapouter {
        height: 450px;
        width: 100% !important
    }

    .gmap_canvas {
        overflow: hidden;
        background: none !important
    }

    .section-2-contatti-0.section-2-1:after {
        content: none !important
    }

    .section-2-contatti,
    .section-2-contatti-0 {
        height: auto !important
    }

    .con-3-title,
    .section-3-p {
        width: 100%
    }

    .section-2.section-news>.container:after {
        content: none
    }

    .contact-news {
        padding-top: 10px
    }

    .first-section-vini .c-text {
        position: absolute;
        bottom: -50px;
        width: 100%
    }

    .first-section-vini .form-submit {
        position: absolute;
        width: 80vw;
        left: 50%;
        margin-left: -40vw
    }

    .miele-row .section-title {
        margin-top: 0
    }

    .miele-row .section-title span:last-child {
        left: -33px !important
    }

    .miele-image:before {
        left: 40px
    }

    .miele-image:after {
        left: 130px
    }

    .miele-row {
        margin-top: 85px
    }

    .single-wine .tabs .tab-2 {
        width: 50%
    }

    .bot {
        display: none
    }

    .torna-section {
        padding-left: 2.6rem;
        padding-right: 2.6rem;
        margin-top: 150px;
        margin-bottom: 40px
    }

    .single-wine .tabs {
        padding-top: 55px
    }

    .wine-logo img {
        max-width: 100%
    }

    .left-wine {
        position: relative;
        z-index: 3
    }

    .torna-section-grappa {
        margin-top: 160px;
        margin-bottom: 50px
    }

    .checkout-right-1 {
        margin-top: 100px
    }

    .all-products-mobile .element-image img,
    .prodotto-image-mobile img {
        max-height: 444px;
        width: auto;
        max-width: 450px
    }

    .all-products-mobile .element-image,
    .prodotto-image-mobile,
    .prodotto-text-mobile {
        text-align: center
    }

    .single-prodotto-mobile {
        padding-top: 50px
    }

    .all-products-mobile .elements-title-row {
        margin-top: 120px
    }

    .all-products-mobile {
        padding-bottom: 75px
    }

    .contatti-mobile {
        padding-bottom: 140px
    }

    .cantina-1-mobile .form__group {
        flex-direction: row;
        flex-wrap: wrap
    }

    .cantina-1-mobile .form__radio-group {
        margin-right: 25px
    }

    .cantina-1-mobile .radio-name {
        margin-left: 5px
    }

    .cantina-1-mobile .first-radio {
        margin-top: 60px;
        margin-bottom: 30px
    }

    .cantina-1-mobile .first-radio-title,
    .cantina-1-mobile .second-radio-title {
        margin-bottom: 20px
    }

    .cantina-1-mobile .form__radio-group {
        margin-bottom: 0
    }

    .cantina-all-products-mobile {
        padding-bottom: 65px
    }

    .line-height {
        line-height: 1.2 !important
    }

    .center-tablet-visite {
        justify-content: flex-start
    }

    .grappa-image .form-submit a {
        padding: 15px;
        font-size: .9rem
    }

    .grappa-image .form-submit {
        position: static;
        width: auto;
        margin-left: auto;
        margin-right: auto
    }

    .single-grappa-0 {
        padding-top: 75px
    }

    .single-prodotto-mobile .tabs {
        padding-top: 50px
    }

    .single-wine.single-prodotto-mobile .table-content {
        margin-bottom: 85px
    }

    .the-cantina-tabs .tabs {
        padding-top: 60px
    }

    .element-image img {
        max-height: 300px
    }
}

.newuna {
    color: #fff;
    font-size: 30px;
    letter-spacing: 10px;
    line-height: 1.1
}

@media (max-width:1023px) {
    .newuna {
        font-size: 28px;
        letter-spacing: 9px
    }
}

@media (max-width:768px) {
    .newuna {
        font-size: 26px;
        letter-spacing: 8px
    }
}

@media (max-width:767px) {
    .checkout-item-text-remove img {
        top: 3px
    }

    .text-remove-quantity-price .quantity-text {
        font-size: 14px
    }

    .cart-0-title {
        line-height: 1.3
    }

    .cantina-0 {
        padding-top: 150px
    }

    .cantina-title {
        font-size: 35px;
        line-height: 1.3
    }

    .cantina-row-1 {
        margin-top: 35px !important;
        margin-bottom: 85px
    }

    .grappa-image img {
        width: 100%;
        max-height: 444px
    }
}

@media (max-width:767px) and (max-width:1199px) {
    .grappa-image img.not-active {
        visibility: hidden
    }
}

@media (max-width:767px) {
    .footer-links {
        line-height: 2
    }

    .section-3 .row-1 .img-col img,
    .section-3 .row-2 img {
        height: 350px
    }

    .section-4 .row-2 img {
        height: 300px
    }

    .laterra-text-logo img {
        width: 300px
    }

    .first-section-terra:after {
        content: none !important
    }

    .first-section-terra:before {
        background: rgba(26, 26, 26, .65) !important
    }

    .all-terra:after,
    .all-terra:before {
        content: none !important
    }

    .text-remove {
        display: flex
    }

    .text-remove-quantity-price {
        width: calc(100% - 67px);
        margin-top: 3px;
        padding-left: 20px
    }

    .checkout-item-img {
        display: flex;
        align-items: center;
        max-width: 67px
    }

    .checkout-item-text-remove span {
        display: none
    }

    .checkout-item-text-remove {
        margin-bottom: 0;
        margin-left: auto;
        margin-top: 5px
    }

    .checkout-item-text-quantity {
        margin-left: 0
    }

    .quanity-price {
        display: flex;
        align-items: center
    }

    .checkout-item-img img {
        width: auto;
        max-width: 100%;
        max-height: 130px;
        max-width: 56px
    }

    .desktop-item {
        display: none !important
    }

    .checkout-0 {
        padding-top: 150px;
        padding-left: 15px;
        padding-right: 15px
    }

    .checkout-1 {
        margin-top: 35px;
        margin-bottom: 90px
    }

    .checkout-item {
        flex-wrap: wrap
    }

    .checkout-item-text {
        margin-left: 0
    }

    .checkout-right-1 {
        margin-top: 50px
    }

    .c2-row-text {
        margin-bottom: 40px
    }

    .c2-row-text-3 {
        padding-left: 0
    }

    .tabs .tab-2 {
        width: 50%
    }

    .laterra-title {
        font-size: 30px;
        letter-spacing: 10px;
        line-height: 1.1
    }

    .section-3-2 {
        padding-top: 240px
    }

    .section-3-11 {
        padding-top: 0 !important
    }

    .section-4-1-2 .newunafam {
        margin-bottom: 0 !important
    }

    .section-4-1-2 {
        padding-bottom: 100px
    }

    .terr-title {
        font-size: 24px
    }

    .section-2-1 {
        height: auto
    }

    .citation {
        width: calc(100% - 56px)
    }

    .citation,
    .terra-t1 {
        margin-right: auto;
        margin-left: auto
    }

    .terra-t1 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .cit-author {
        width: 80%;
        margin-right: auto;
        margin-left: auto
    }

    .first-quote {
        top: -38px;
        left: -18%;
        height: 49px;
        font-size: 67px
    }

    .last-quote {
        font-size: 67px;
        line-height: 1
    }

    .section-6 {
        padding: 55px 0 0
    }

    .footer-author {
        flex-direction: column
    }

    .auth-1,
    .auth-2 {
        margin-bottom: 10px
    }

    .section-2>.container {
        top: -85px
    }

    .hide767 {
        display: none !important
    }

    .section-2 .section-title {
        text-align: center
    }

    .breaker {
        margin-top: 35px;
        margin-bottom: 40px
    }

    .two-p p {
        line-height: 1.5
    }

    .first-p:first-letter {
        float: left;
        font-size: 85px;
        margin-right: 10px;
        line-height: .9;
        color: #c0a680;
        margin-top: 6px;
        margin-bottom: -15px
    }

    .newunafam {
        margin-bottom: 0;
        display: inline-block
    }

    .section-3 {
        margin-top: -303px
    }

    .section-3 .row-2,
    .section-3 .row-31 {
        margin-top: 100px
    }

    .tullo-title {
        font-size: 22px
    }

    .pernewuna {
        margin-bottom: 40px;
        display: inline-block
    }

    .section-3 .row-1 p,
    .section-3 .row-2 p {
        line-height: 1.5
    }

    .newunagemma {
        margin-top: 45px
    }

    .section-3-5 {
        padding-bottom: 55px
    }

    .section-6 .section-title {
        color: #fff;
        font-size: 22px;
        letter-spacing: 7px
    }

    .cd-svg-clipped-slider .gallery li.selected {
        width: 100%;
        left: 0;
        right: 0;
        margin: auto
    }

    .cd-svg-clipped-slider .caption li.selected,
    .f-letter,
    .s-letter {
        font-size: 6rem
    }
}

@media (max-width:767px) and (max-width:575px) {

    .cd-svg-clipped-slider .caption li.selected,
    .f-letter,
    .s-letter {
        font-size: 4rem
    }
}

@media (max-width:767px) {
    .f-letter {
        margin-left: 20px;
        margin-right: 10px
    }

    .s-letter {
        margin-left: 10px;
        margin-right: 20px
    }

    .c-text {
        margin-top: 10%
    }

    #timeline {
        margin: 380px auto 100px
    }

    .big-timeline {
        width: 50%
    }

    .menu-links {
        padding-left: 15px;
        padding-right: 15px
    }

    .the-citation {
        line-height: 1.5
    }

    .contact-form {
        margin-top: 50px
    }

    .section-6-c2 {
        padding-top: 25px
    }

    .section-6-c2 .cd-svg-clipped-slider {
        margin-bottom: 18rem
    }

    .contact-news .contact-form {
        margin-top: 40px
    }

    .first-section-vini .section-6-c2 {
        padding-top: 50px;
        padding-bottom: 30px;
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }

    .grappa-image {
        margin-bottom: 30px
    }

    .miele-row:before {
        left: 0;
        right: 0;
        width: 100%
    }

    .miele-row .section-title {
        margin-top: 85px
    }

    .miele-image:after {
        left: 215px
    }

    .miele-image:before {
        left: 88px
    }

    .miele-row {
        margin-bottom: 75px
    }

    .miele-row .newunafam {
        margin-bottom: 0
    }

    .wine-logo {
        margin-top: 0
    }

    .main-wine img {
        height: 100%;
        object-fit: contain;
        transform: scale(1);
        max-height: 500px;
        margin-top: 40px
    }

    .table-content {
        margin-left: auto;
        margin-right: auto
    }

    .single-grappa-0 .newunafam {
        margin-bottom: 0
    }

    .single-grappa-0 {
        padding-top: 85px
    }

    .single-grappa-0 .aside-info {
        margin-top: 0
    }

    .torna-section-grappa .vedi a:after {
        content: none
    }

    .torna-section-grappa {
        margin-top: 85px
    }

    #header .menu-logo,
    #header .menu-logo img {
        width: 175px
    }

    #header .menu-logo {
        margin-left: auto;
        margin-right: auto
    }

    #header .shop-text {
        margin: 0;
        flex-direction: column;
        justify-content: center;
        position: relative;
        width: 50px;
        height: 50px;
        bottom: 7px
    }

    #header .shop-text:before {
        content: none
    }

    #header .shop-text .img {
        margin: auto !important
    }

    #header .shop-text span:not(.carrello-nr) {
        position: absolute;
        top: auto;
        bottom: -12px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center
    }

    .mobile-flex {
        padding: 0 !important;
        width: 100%;
        justify-content: space-between
    }

    #header nav .toggle-menu {
        margin-left: 0;
        bottom: 7px
    }

    #header .menu-text {
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        bottom: -12px
    }

    #header {
        padding: 20px 15px !important
    }

    .first-section {
        display: block;
        height: 0;
        padding: 41% 0;
        background-size: 129% auto;
        background-position: center top 98%
    }
}

@media (max-width:767px) and (orientation:landscape) {
    .first-section {
        padding: 23% 0;
        background-position: center top 52%
    }
}

@media (max-width:767px) {
    .section-2 .section-title {
        text-align: left
    }

    .section-title span:first-child {
        font-size: 22px;
        letter-spacing: 7px;
        margin-left: 40px;
        display: inline-block
    }

    .section-title span:last-child {
        top: 9px;
        left: 4px !important;
        font-size: 14px
    }

    .section-title span.nostro-spirito:last-child {
        top: 2px
    }

    .section-title span:last-child:after {
        width: 26px;
        top: 17px
    }

    .section-2 {
        background-image: none
    }

    .change-family>div:first-child {
        order: 2
    }

    .change-family>div:last-child {
        order: 1
    }

    .height-auto {
        height: auto !important;
    }

    .mobile-section-3 {
        margin-top: -100px !important
    }

    .section-3 .section-title span.famspan2 {
        left: 5px !important
    }

    .section-title span.famspan2:after {
        width: 14px !important
    }

    .section-3 .famspan {
        margin-left: 28px !important
    }

    .section-3 .famspan.one {
        margin-left: 38px !important
    }

    .mobile-section-3 .first-p {
        margin-bottom: 45px
    }

    .mobile-section-3 .bottom-title {
        text-align: center
    }

    .change-tullo>div:first-child {
        order: 1 !important
    }

    .change-tullo>div:last-child {
        order: 2 !important
    }

    .change-tullo {
        margin-top: 10px !important
    }

    .tullo-2 p {
        margin-bottom: 45px
    }

    .change-marco>div:first-child {
        order: 2 !important
    }

    .change-marco>div:last-child {
        order: 1 !important
    }

    .change-marco {
        margin-top: 10px !important
    }

    .change-marco .row-31-p {
        margin-top: 60px
    }

    .last-p-marco {
        margin-bottom: 45px
    }

    .mobile-section-4 {
        background-image: none !important
    }

    .mobile-section-4 .section-title span:last-child:after {
        width: 13px !important
    }

    .mobile-section-4 .section-title span:last-child {
        left: 5px !important
    }

    .mobile-section-4 .section-title span:first-child {
        margin-left: 34px !important
    }

    .mobile-section-4 .two-p {
        margin-bottom: 0
    }

    .mobile-section-4 .two-p p {
        margin-bottom: 45px
    }

    .mobile-section-4 {
        padding-top: 0;
        margin-top: 10px
    }

    .mobile-section-4 .section-title {
        margin-top: 60px
    }

    .bottom-title {
        text-align: center
    }

    .mobile-section-5 {
        background-image: none !important
    }

    .mobile-section-5 .row-1>div:first-child {
        order: 2 !important
    }

    .mobile-section-5 .row-1>div:last-child {
        order: 1 !important
    }

    .mobile-section-5 {
        padding-top: 0;
        margin-top: 10px !important
    }

    .mobile-section-5 .section-title {
        margin-top: 0
    }

    .mobile-section-5 .section-title span:first-child {
        margin-top: 60px
    }

    .mobile-section-5 .section-title span.famspan2:after {
        width: 15px !important
    }

    .mobile-section-5 .section-title span:last-child {
        top: 90px
    }

    .mobile-section-5 .section-title span.famspan2 {
        left: 4px !important
    }

    .mobile-section-5 p {
        margin-bottom: 45px
    }

    #dates li {
        width: 72px
    }

    .auth-2-3 a,
    .auth-2-5 a {
        text-decoration: underline
    }

    .footer-author {
        padding-top: 25px;
        padding-bottom: 15px
    }

    .auth-3 {
        padding-top: 15px;
        border-top: 1px solid hsla(0, 0%, 100%, .3);
        width: calc(100% + 30px);
        text-align: center
    }

    .auth-2 {
        margin-bottom: 25px
    }

    .img-text a {
        font-size: 17px
    }

    .cart-0-mobile {
        padding-top: 150px
    }

    .cart-default {
        margin-top: 45px
    }

    .c-fluid {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0
    }

    .cart-default {
        margin-bottom: 100px
    }

    .auth-1 {
        margin-bottom: 15px
    }

    .auth-1 img {
        width: 40px;
        height: 40px
    }

    .mobile-section-6 #prev {
        background-position: calc(50% - 1px)
    }

    .visite-mobile {
        padding-bottom: 140px
    }

    .wine-mobile {
        padding-top: 150px !important
    }

    .grappa-mobile {
        padding-top: 50px !important
    }

    .torna-section-mobile {
        margin-bottom: 75px
    }

    .torna-grappa-mobile {
        margin-bottom: 70px
    }

    .contact-news {
        padding-bottom: 140px !important
    }

    .terra-logo {
        display: none
    }

    .laterra-title {
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 22px;
        letter-spacing: 7px;
        line-height: 1.6
    }

    .all-terra {
        padding: 0 15px
    }

    .first-section-terra .tabs {
        display: none
    }

    .after-terra-1 a {
        letter-spacing: 7px;
        text-indent: 7px;
        line-height: 1.2;
        color: #fff;
        font-size: 22px;
        position: relative;
        z-index: 1;
        text-decoration: none;
        display: block;
        padding: 23% 20px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: auto;
        transform: translateY(-50%);
        margin-top: 3px;
        text-align: center
    }

    .after-terra-1-1 {
        background-size: cover;
        background-position: 50%;
        background-size: 108% auto;
        background-position: center 72%
    }

    .after-terra-1-1,
    .after-terra-1-2 {
        background-repeat: no-repeat;
        height: 0;
        padding: 23% 0;
        display: block;
        position: relative;
        overflow: hidden
    }

    .after-terra-1-2 {
        background-size: cover;
        background-position: 50%;
        background-size: 103% auto;
        background-position: center 19%
    }

    .after-terra-1-3 {
        background-size: cover;
        background-position: 50%;
        background-size: 245% auto;
        background-position: 29.2% 65%
    }

    .after-terra-1-3,
    .after-terra-1-4 {
        background-repeat: no-repeat;
        height: 0;
        padding: 23% 0;
        display: block;
        position: relative;
        overflow: hidden
    }

    .after-terra-1-4 {
    }

    .after-terra-1-4,
    .after-terra-1-5 {
        background-size: cover;
        background-position: 50%;
        background-size: 117% auto;
        background-position: right 10% top 71%
    }

    .after-terra-1-5 {
        background-repeat: no-repeat;
        height: 0;
        padding: 23% 0;
        display: block;
        overflow: hidden
    }

    .after-terra-1,
    .after-terra-1-5 {
        position: relative
    }

    .home .after-terra-1 {
        padding-bottom: 12px
    }

    .after-terra-home:after {
        content: "\A" !important;
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        background: rgba(26, 26, 26, .65) !important;
        z-index: 0
    }

    .all-terra {
        top: -30px
    }

    .after-terra-home a {
        z-index: 10
    }

    .product-element:nth-child(odd).col-6 {
        padding-right: 15px;
        padding-left: 0
    }

    .product-element:nth-child(2n+2):before {
        border-right: 0
    }

    .product-element:nth-child(2n+2).col-6 {
        padding-left: 15px;
        padding-right: 0
    }

    .all-products-mobile {
        padding-bottom: 150px;
        width: calc(100% - 70px);
        margin-left: auto;
        margin-right: auto
    }

    .sp-torna {
        margin-left: 15px;
        margin-right: 15px
    }

    .section-3-contatti-mobile {
        padding-bottom: 140px !important
    }

    .cantina-1-mobile .cantina-row-1-image img {
        max-height: 444px
    }

    .cantina-all-products-mobile {
        margin-top: 30px;
        padding-bottom: 20px;
        margin-left: auto;
        margin-right: auto
    }

    .desktop-item {
        display: none !important
    }

    .menu-links>div:nth-child(2) {
        display: flex
    }

    .menu-links a {
        margin: 0 !important
    }

    .menu-links>div:nth-child(2)>a:first-child {
        margin-right: 15px !important
    }

    .menu-links>div:nth-child(2)>a:last-child {
        margin-left: 15px !important
    }

    .nostro-spirito-0 {
        margin-left: 28px !important
    }

    .section-title span:last-child.nostro-spirito {
        left: 5px !important
    }

    .section-title span:last-child.nostro-spirito-forme {
        left: 5px !important;
        top: 31px
    }

    .section-title span:last-child.nostro-spirito-cantina {
        left: 5px !important;
        top: 2px
    }

    .section-title span:last-child.nostro-spirito:after {
        width: 12px !important
    }

    .section-title span:last-child.nostro-spirito-cantina:after,
    .section-title span:last-child.nostro-spirito-forme:after {
        width: 14px !important
    }

    .section-2.con-mob-0>.container {
        top: -65px
    }

    .vini-slider-0 .tabs {
        display: flex
    }

    .vini-mobile .cd-svg-clipped-slider .gallery li .svg-wrapper img {
        margin-top: 0
    }

    .vini-mobile #next,
    .vini-mobile #prev {
        top: 0
    }

    .vini-mobile {
        margin-top: 80px !important
    }

    .vini-mobile .big-timeline {
        z-index: 10 !important
    }

    .vini-mobile .form-submit {
        margin-top: 25px
    }

    .miele-row .first-p:first-letter {
        float: left;
        font-size: 85px;
        margin-right: 10px;
        line-height: .9;
        color: #c0a680;
        margin-top: -5px
    }

    .main-grappa-0 img {
        margin-top: 0
    }

    .single-wine.single-prodotto-mobile .table-content {
        margin-bottom: 160px
    }

    .four-div-767 {
        width: 100%
    }
}

.single-wine:not(.the-cantina-tabs) .tabs .tab-2 {
    width: auto
}

.single-wine:not(.the-cantina-tabs) .tabs .tab-2 label {
    white-space: nowrap;
    padding: 21px 34px !important
}

@media (max-width:767px) {
    .single-wine:not(.the-cantina-tabs) .tabs .tab-2 label {
        padding: 19px 14px !important;
        font-size: 14px !important;
        letter-spacing: 5px !important;
        text-indent: 5px !important
    }
}

@media (max-width:420px) {
    .cd-svg-clipped-slider.gallery {
        margin-bottom: 0
    }
}

@media (max-width:575px) {
    .cart-0-mobile {
        padding-top: 120px
    }

    .four-div-767 {
        height: calc(100% - 148px)
    }

    .cantina-row-1-text .form-submit a {
        padding: 17px 50px
    }

    .the-wine-tabs .tabs {
        padding-left: 15px;
        padding-right: 15px
    }

    .grappa-image,
    .grappa-image .form-submit {
        margin-bottom: 15px
    }

    .vini-mobile .cd-svg-clipped-slider .gallery li.selected {
        transform: translateX(0) scale(1) !important
    }

    .vini-mobile .form-submit {
        transform: scale(1);
        margin-top: 50px
    }

    .vini-slider-0 .tabs {
        padding: 0 15px
    }

    .vini-mobile {
        margin-top: 50px !important
    }

    .cantina-1-mobile.single-wine .tabs {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 40px
    }

    .cantina-1-mobile .cantina-single {
        max-width: none;
        padding-right: 15px;
        padding-left: 15px
    }

    .prodotto-text-mobile .quantity-button .form-submit {
        margin-left: 30px
    }

    .grappa-mobile {
        padding-top: 150px !important
    }

    .checkout-1 {
        margin-bottom: 90px
    }

    .input-select label,
    .inputs-2 label {
        width: 100%
    }

    .input-select,
    .inputs-1,
    .inputs-2 {
        flex-direction: column;
        margin-bottom: 0
    }

    .cart-dati-1-inputs label {
        margin-bottom: 1rem
    }

    .cart-dati-1-checkbox {
        margin-top: 15px
    }

    .miele-image:after,
    .miele-image:before {
        content: none
    }

    .contact-news .contact-form {
        margin-top: 0
    }

    .contact-news {
        padding-bottom: 100px !important
    }

    .c-text {
        margin-top: 30px
    }

    .c-fluid {
        padding: 0 15px
    }

    .auth-2 {
        text-align: center
    }

    #header nav {
        flex-direction: column;
        flex-wrap: wrap
    }

    #header .menu-logo {
        position: static;
        margin: auto
    }

    #header .shop-text:before {
        border-color: transparent;
        height: 80px
    }

    #header {
        padding: 1rem
    }

    .mobile-flex {
        padding-right: 10px
    }

    .first-section:after {
        content: "";
        width: 150px;
        height: 100%;
        position: absolute;
        background-image: linear-gradient(90deg, transparent, rgba(26, 26, 26, .75));
        right: 0
    }

    .section-3-1 {
        padding-top: 160px
    }

    .cit-author {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding: 0;
        text-align: center
    }

    .cit-author:before {
        content: none
    }

    .con-3-map:after,
    .con-3-map:before {
        content: none !important
    }

    .section-3-contatti {
        padding-bottom: 145px
    }

    .form-submit a {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        display: inline-block;
        text-align: center
    }

    .con-3-map,
    .con-3-title,
    .section-3-p {
        padding-left: 15px;
        padding-right: 15px
    }

    .section-6-c2 .big-timeline {
        max-width: 250px
    }

    .c2-row-text-2 ul {
        padding-left: 20px
    }

    .section-6-c2 .cd-svg-clipped-slider {
        height: 444px;
        margin-bottom: 3rem
    }

    .section-6-c2 {
        padding-top: 15px;
        padding-bottom: 140px
    }

    .first-section-vini .section-6-c2 .cd-svg-clipped-slider {
        height: auto
    }

    .position-vini {
        display: block
    }

    .first-section-vini .section-6-c2 .big-timeline {
        z-index: 3;
        right: 0
    }

    .single-wine-0 {
        padding-top: 230px
    }

    .single-wine .tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        position: relative;
        top: 0
    }

    .torna-section {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 50px;
        margin-top: 50px
    }

    .hide575 {
        display: none
    }

    .first-el .vedi a:after,
    .last-el .vedi a:after {
        content: none
    }

    .single-grappa-0 .left-wine {
        margin-top: 0
    }

    .torna-section-grappa {
        margin-top: 70px
    }

    .first-section:after {
        background-image: linear-gradient(90deg, transparent, rgba(26, 26, 26, .5));
        content: none
    }

    .visite-mobile {
        padding-top: 0;
        padding-bottom: 140px
    }

    .quantity-button .form-submit a {
        letter-spacing: 3px;
        padding: 15px
    }
}

@media (max-width:510px) {
    .tabs {
        overflow-x: auto;
        position: relative;
        justify-content: unset !important
    }

    .tabs::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:1199px) {
    .tabs.vini.d-xl-flex {
        overflow-x: auto !important;
        position: relative;
        justify-content: unset !important
    }

    .tabs.vini.d-xl-flex::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:991px) {

    .cart-dati-1-inputs input[type=radio]+label,
    .cart-dati-2-radio input[type=radio]+label {
        margin-bottom: 0
    }

    .cart-dati-1-inputs input[type=radio]+label+span.radio-name,
    .cart-dati-2-radio input[type=radio]+label+span.radio-name {
        position: relative;
        top: 1px
    }
}

@media (max-width:480px) {
    .section-3 {
        margin-top: -275px
    }

    .c-text {
        margin-top: 100px
    }
}

@media (max-width:400px) {
    .hide400 {
        display: none !important
    }

    .c-text {
        margin-top: 130px
    }

    .text-remove-quantity-price .quantity-text {
        display: none
    }

    .text-remove-quantity-price {
        margin-top: 0
    }
}

@media (max-width:374px) {
    .section-3 .row-2 img {
        object-fit: cover
    }

    .cd-svg-clipped-slider .caption li.selected,
    .f-letter,
    .s-letter {
        font-size: 5rem
    }

    .c-text {
        margin-top: 160px
    }

    .section-title span {
        word-break: break-word
    }
}

@media (max-width:330px) {
    .c-text {
        margin-top: 170px
    }
}

@media (min-width:401px) {
    .hide401 {
        display: none !important
    }
}

@media (min-width:576px) {
    .hide576 {
        display: none
    }
}

@media (min-width:768px) {
    .hide768 {
        display: none !important
    }
}

@media (min-width:1200px) {

    .mobile-item,
    .nav-mobile {
        display: none !important
    }

    .product-element:nth-child(3n+1):before {
        border-left: 0
    }

    .product-element:nth-child(3n+3):before {
        border-right: 0
    }
}

.product-element:last-child:before {
    border-left: 1px solid #5f5f5f
}

@media (max-width:1199px) {
    .nav-desktop {
        display: none !important
    }

    .nav-mobile .mobile-flex {
        padding: 0 !important;
        width: 100%;
        justify-content: space-between
    }

    #header .shop-text span:not(.carrello-nr) {
        position: absolute;
        top: auto;
        bottom: -12px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center
    }

    #header.only-header {
        padding: 20px 15px !important
    }
}

@media (max-width:1199px) and (max-width:575px) {
    #header.only-header {
        padding: 5px 7.5px !important
    }

    #header.only-header.follow {
        padding: 0 7.5px !important
    }
}

@media (max-width:1199px) and (max-width:575px) {
    .menu #header {
        padding: 6px 7.5px 0 !important
    }
}

@media (max-width:1199px) {
    #header nav .toggle-menu {
        margin-left: 0;
        bottom: 7px
    }

    #header .menu-logo {
        margin-left: auto;
        margin-right: auto
    }

    #header .shop-text {
        margin: 0;
        flex-direction: column;
        justify-content: center;
        position: relative;
        width: 50px;
        height: 50px;
        bottom: 7px
    }
}

@media (max-width:1199px) and (min-width:768px) {
    #header nav .toggle-menu {
        bottom: 0
    }

    .menu-lang a {
        font-size: 13px
    }

    #header .shop-text {
        flex-direction: row;
        bottom: 0
    }

    #header .shop-text span:not(.carrello-nr) {
        top: 3px;
        color: #c0a680;
        font-family: "Cinzelitalic";
        position: relative;
        bottom: -1px
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .menu-lang a {
        font-size: 14px
    }
}

h1.background-text {
    position: absolute;
    font-size: 7rem;
    letter-spacing: 35px;
    top: -77px;
    left: -10px;
    white-space: nowrap;
    color: hsla(0, 0%, 100%, .1)
}

@media (max-width:767px) {
    h1.background-text {
        letter-spacing: 25px;
        font-size: 2rem;
        top: -44px;
        left: -7px
    }
}

@media (max-width:767px) and (max-width:575px) {
    h1.background-text {
        font-size: 2.7rem;
        top: -25px
    }
}

@media (max-width:767px) and (min-width:620px) {
    h1.background-text {
        left: -6px
    }
}

@media (max-width:575px) {
    h1.background-text {
        left: 4px
    }
}

@media (min-width:992px) {
    .terr-text {
        padding-right: 14%
    }

    .leo-img {
        min-width: 100vw;
        min-height: 100dvh
    }

    .hide992 {
        display: none !important
    }

    .first-section {
        height: 550px;
        background-repeat: no-repeat;
        background-position: center bottom 30%;
        background-size: 100%
    }

    h1.background-text {
        position: absolute;
        font-size: 7rem;
        letter-spacing: 35px;
        top: -77px;
        left: -10px;
        white-space: nowrap
    }

    .terra-t1 .section-title {
        margin-top: 0
    }

    .section-2-1>.container h1 {
        top: -76px
    }

    .section-0-c2>.container h1 {
        left: -35px
    }

    .section-2-1.con-mob-0>.container h1,
    .section-2.section-news>.container h1 {
        font-size: 8rem;
        letter-spacing: 40px;
        top: -90px;
        left: -22px
    }
}

@media (min-width:1200px) {
    .cd-svg-clipped-slider .gallery li.selected {
        padding-bottom: 65%;
        width: 50%;
        left: 25%
    }

    .main-product {
        max-width: 900px;
        margin: 0 auto
    }

    .prev-item img.bot {
        transition: all .8s;
        left: 0;
        position: relative;
        z-index: -1;
        opacity: .6
    }

    .prev-item:hover img.bot {
        position: relative;
        left: 7px;
        opacity: 1;
        transition: all .8s
    }

    .next-item img.bot {
        transition: all .8s;
        right: 0;
        position: relative;
        opacity: .6;
        z-index: -1
    }

    .next-item:hover img.bot {
        position: relative;
        right: 7px;
        opacity: 1;
        transition: all .8s
    }

    .section-2-contatti .terr-title {
        font-size: 35px
    }

    .container-wider {
        max-width: 76vw
    }

    .hide1200 {
        display: none !important
    }

    .terr-p {
        font-size: 17px
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .terr-p {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .section-4-1-4 .section-title span:first-child {
        margin-bottom: 45px
    }

    .section-3-2 .row-1 .img-col:after {
        right: -190px !important
    }

    .section-3 .row-2 img.tullo-image {
        object-fit: contain
    }

    .first-section {
        height: 650px;
        background-repeat: no-repeat;
        background-position: center bottom 30%;
        background-size: 100%
    }

    .section-3 .row-1 p {
        line-height: 1.8;
        font-size: 17px
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .section-3 .row-1 p {
        font-size: 16px;
        line-height: 1.7
    }
}

@media (min-width:1200px) {
    .section-3 .row-2 p {
        line-height: 1.8;
        font-size: 17px
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .section-3 .row-2 p {
        line-height: 1.7;
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .two-p p {
        font-size: 17px;
        line-height: 1.8
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .two-p p {
        line-height: 1.7;
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .section-2 .container h1 {
        position: absolute;
        color: hsla(0, 0%, 100%, .1);
        font-size: 6rem;
        letter-spacing: 45px;
        top: -90px;
        left: -14px
    }

    .section-2-1 h1 {
        top: -145px
    }

    .section-3 .row-1 .img-col h1,
    .section-3 .row-2 .img-col h1 {
        font-size: 17px
    }
}

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

    .section-3 .row-1 .img-col h1,
    .section-3 .row-2 .img-col h1 {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .section-2-1>.container h1 {
        top: -90px
    }

    .section-0-c2>.container h1 {
        font-size: 8rem;
        letter-spacing: 60px;
        top: -85px;
        left: 0
    }

    .section-2-1.con-mob-0>.container h1,
    .section-2.section-news>.container h1 {
        font-size: 8.5rem;
        letter-spacing: 50px;
        top: -90px;
        left: -22px
    }

    .section-3 .row-1 .img-col:after {
        font-size: 17px
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .section-3 .row-1 .img-col:after {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .section-3 .row-2 .img-col:after {
        font-size: 17px
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .section-3 .row-2 .img-col:after {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .bottom-title {
        font-size: 17px
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    .bottom-title {
        font-size: 16px
    }
}

@media (min-width:1200px) {
    .section-4-1-2 .section-title {
        margin-bottom: 45px
    }

    .section-3-2 .row-1 .img-col img {
        height: 850px !important
    }

    .section-0-c2>.container:after {
        font-size: 10rem;
        letter-spacing: 60px;
        top: -145px;
        left: 0
    }

    .leo-img {
        min-width: 100vw;
        min-height: 100dvh
    }
}

@media (min-width:1440px) {
    /* .storia-carousel {
        right: 5vw
    } */

    .hide1440 {
        display: none
    }

    .container-storia {
        max-width: 1300px;
        padding-left: 15px;
        padding-right: 15px;
        margin: auto;
        right: 4vw;
        position: relative
    }

    .first-section {
        height: 750px;
        background-repeat: no-repeat;
        background-position: center 80%;
        background-size: 100%
    }

    .section-2 .container h1 {
        position: absolute;
        color: hsla(0, 0%, 100%, .1);
        font-size: 6rem;
        letter-spacing: 50px;
        top: -80px;
        left: -128px
    }

    .section-2-1>.container h1 {
        top: -85px;
        left: -120px
    }

    .section-0-c2>.container h1 {
        font-size: 9rem;
        top: -85px;
        left: -120px
    }

    .section-2-1.con-mob-0>.container h1 {
        font-size: 9rem;
        letter-spacing: 60px;
        top: -102px;
        left: -125px
    }

    .section-2.section-news>.container h1 {
        font-size: 9rem;
        letter-spacing: 60px;
        top: -102px;
        left: -80px
    }

    .remove-offset {
        margin-left: 0
    }

    .section-2-1:after {
        top: -183px
    }

    .section-3 .row-1 .img-col img {
        width: 100%;
        padding: 0;
        position: relative;
        left: 0;
        height: 880px;
        object-fit: cover
    }

    .section-3 .row-1 .img-col:after {
        right: -164px
    }

    .section-3 .row-31 .img-col:after {
        right: -266px
    }

    .section-3-5 .row-1 .img-col:after {
        right: -261px
    }

    .leo-img {
        min-width: 100vw;
        min-height: 100dvh
    }
}

@media (min-width:1680px) {
    .container-storia-2 {
        padding-left: 100px;
        padding-right: 100px;
        max-width: 85%
    }

    .section-3-2 .row-1 .img-col:after {
        right: -175px !important
    }

    .section-3 .row-1 .img-col img {
        width: calc(100% + 85px);
        padding: 0 15px;
        position: relative;
        left: -85px;
        height: 880px;
        object-fit: cover
    }

    .section-2>.container h1 {
        position: absolute;
        color: hsla(0, 0%, 100%, .1);
        font-size: 9rem;
        letter-spacing: 50px;
        top: -101px;
        left: -80px;
        right: 0;
        margin: auto
    }

    .section-2-1 h1 {
        top: -200px
    }

    .section-2-1>.container h1 {
        top: -101px
    }

    .section-0-c2>.container h1,
    .section-2-1.con-mob-0>.container h1,
    .section-2.section-news>.container h1 {
        font-size: 9rem;
        letter-spacing: 50px;
        top: -101px;
        left: -80px;
        right: 0;
        margin: auto
    }

    .section-3 .row-1 .img-col:after {
        right: -149px
    }

    .section-3 .row-31 .img-col:after {
        right: -251px
    }

    .section-3-5 .row-1 .img-col:after {
        right: -246px
    }

    .section-3-2 .row-1 .img-col img {
        width: calc(100% + 230px);
        left: -230px;
        height: 850px
    }

    .leo-img {
        min-width: 100vw;
        min-height: 100dvh
    }
}

@media (min-width:1920px) {
    .first-section {
        height: 700px;
        background-repeat: no-repeat;
        background-position: center 75%;
        background-size: 100%
    }

    .leo-img {
        min-width: 100vw;
        min-height: 100dvh
    }
}

@media (min-width:768px) and (max-width:991px) {
    .mobile-map-0 {
        height: 425px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .four-div img {
        height: 300px
    }

    .mobile-map-0 {
        height: 500px
    }
}

#menu #header:before,
.first-section-vini:before,
.section-2-1.contatti-mobile>.container:after,
.section-2-1:after,
.section-2-c2:before,
.section-2-contatti-0.section-2-1.con-mob-0:after,
.section-2.contatti-mobile:before,
.section-2.section-0-c2:after,
.section-2.section-2-c2>.container:after {
    content: none !important
}

/* Удалено правило, которое скрывало логотип на главной странице */

@media (min-width:768px) {
    .tabs {
        padding: 30px
    }

    .tabs .active-indicator-path {
        overflow: hidden;
        width: 100%
    }

    .tabs .active-indicator-path .active-indicator {
        bottom: -30px;
        opacity: 0;
        transition: all .6s
    }

    .tabs:hover .active-indicator-path {
        overflow: hidden;
        width: 100%
    }

    .tabs:hover .active-indicator-path .active-indicator {
        bottom: -1px
    }

    .tabs.home .active-indicator-path {
        max-width: 1200px !important;
        margin: 0 auto
    }

    .tabs.home label.active-tab:after,
    .tabs.home label:hover:after {
        display: none
    }

    .tabs.home .tab-2:first-child:hover~.active-indicator {
        left: 0;
        width: 20%;
        transition: all .8s;
        opacity: 1
    }

    .tabs.home .tab-2:nth-child(2):hover~.active-indicator {
        left: 20%;
        width: 20%;
        transition: all .8s;
        opacity: 1
    }

    .tabs.home .tab-2:nth-child(3):hover~.active-indicator {
        left: 40%;
        width: 20%;
        transition: all .8s;
        opacity: 1
    }

    .tabs.home .tab-2:nth-child(4):hover~.active-indicator {
        left: 60%;
        width: 20%;
        transition: all .8s;
        opacity: 1
    }

    .tabs.home .tab-2:nth-child(5):hover~.active-indicator {
        left: 80%;
        width: 20%;
        transition: all .8s;
        opacity: 1
    }

    .tabs.home .active-indicator {
        content: "";
        position: absolute;
        width: 20%;
        height: 4px;
        background: #c0a680;
        transition: all 0ms;
        pointer-events: none
    }

    .tabs.vini .active-indicator-path {
        position: relative;
        top: 0
    }

    .tabs.vini .active-indicator-path.vanish {
        top: -40px;
        opacity: 0;
        transition: all .8s;
        transition-delay: .6s
    }

    .tabs.vini label.active-tab:after,
    .tabs.vini label:hover:after {
        display: none
    }

    .tabs.vini .tab-2:first-child .active-tab~.active-indicator {
        left: 0;
        width: 33.333333333%
    }

    .tabs.vini .tab-2:first-child:hover~.active-indicator {
        left: 0;
        width: 33.333333333%;
        transition: all .8s;
        opacity: 1
    }

    .tabs.vini .tab-2:nth-child(2) .active-tab~.active-indicator {
        left: 33.33333%;
        width: 33.333333333%
    }

    .tabs.vini .tab-2:nth-child(2):hover~.active-indicator {
        left: 33.33333%;
        width: 33.333333333%;
        transition: all .8s;
        opacity: 1
    }

    .tabs.vini .tab-2:nth-child(3) .active-tab~.active-indicator {
        left: 66.6666666%;
        width: 33.333333333%
    }

    .tabs.vini .tab-2:nth-child(3):hover~.active-indicator {
        left: 66.6666666%;
        width: 33.333333333%;
        transition: all .5s;
        opacity: 1
    }

    .tabs.vini .tab-2:nth-child(4) .active-tab~.active-indicator {
        left: 80%;
        width: 20%
    }

    .tabs.vini .tab-2:nth-child(4):hover~.active-indicator {
        left: 80%;
        width: 20%;
        transition: all .5s;
        opacity: 1
    }

    .tabs.vini .active-indicator {
        content: "";
        position: absolute;
        width: 30%;
        height: 4px;
        background: #c0a680;
        transition: bottom 0ms;
        pointer-events: none
    }

    .tabs.vini .active-tab {
        position: relative
    }

    .tabs.vini .active-tab:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background: #c0a680;
        left: 0;
        bottom: -1px;
        opacity: 1;
        transition: all .6s;
        pointer-events: none;
        display: block
    }

    .tabs.shop label.active-tab:after,
    .tabs.shop label:hover:after {
        display: none
    }

    .tabs.shop .tab-2 {
        width: 33.3333333333%
    }

    .tabs.shop .tab-2:first-child .active-tab~.active-indicator {
        left: 0;
        width: 33.3333333333%
    }

    .tabs.shop .tab-2:first-child:hover~.active-indicator {
        left: 0;
        width: 33.3333333333%;
        transition: all .8s;
        opacity: 1
    }

    .tabs.shop .tab-2:nth-child(2) .active-tab~.active-indicator {
        left: 33.3333333333%;
        width: 33.3333333333%
    }

    .tabs.shop .tab-2:nth-child(2):hover~.active-indicator {
        left: 33.3333333333% !important;
        width: 33.3333333333%;
        transition: all .8s;
        opacity: 1
    }

    .tabs.shop .tab-2:nth-child(3) .active-tab~.active-indicator {
        left: 66.6666666667%;
        width: 33.3333333333%
    }

    .tabs.shop .tab-2:nth-child(3):hover~.active-indicator {
        left: 66.6666666667%;
        width: 33.3333333333%;
        transition: all .5s;
        opacity: 1
    }

    .tabs.shop .active-indicator {
        content: "";
        position: absolute;
        width: 33.3333333333%;
        height: 4px;
        background: #c0a680;
        transition: all 0ms;
        pointer-events: none
    }

    .tabs.shop .active-tab {
        position: relative
    }

    .tabs.shop .active-tab:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background: #c0a680;
        left: 0;
        bottom: -1px;
        opacity: 1;
        transition: all .6s;
        pointer-events: none;
        display: block
    }

    .tabs.vini {
        padding: 30px
    }

    .tabs.vini .active-indicator-path {
        overflow-x: auto
    }

    .tabs.vini .active-indicator-path::-webkit-scrollbar {
        height: 0 !important
    }
}

.anchor-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

a.product-element:hover .element-subtitle,
a.product-element:hover .element-title {
    color: #fff;
    transition: all .8s
}

label.error {
    width: 100%;
    margin-top: 0;
    font-size: .77rem;
    background: rgba(220, 53, 69, 0);
    border-top: 2px solid #dc3545;
    color: #c7c7c7;
    bottom: -20px;
    position: absolute;
    padding: 2px 3px 0 0;
    font-style: italic;
    left: 0;
    margin-bottom: 0
}

label.error:before {
    display: none
}

label.error[for=legal_consent] {
    max-width: 300px;
    bottom: -34px
}

.alert.alert-danger {
    width: 100%;
    margin-top: 0;
    font-size: .77rem;
    background: rgba(220, 53, 69, 0);
    border: 0;
    border-top: 2px solid #dc3545;
    color: #c7c7c7;
    border-radius: 0;
    bottom: -16px;
    position: absolute;
    padding: 4px 3px 0 0;
    font-style: italic;
    left: 0;
    margin-bottom: 0
}

.alert.alert-danger:before {
    display: none
}

.alert.alert-danger[for=legal_consent] {
    max-width: 300px;
    bottom: -34px
}

#indicator,
.scrollspy-indicator-container {
    pointer-events: none
}

.scrollspy-indicator-container .spy-clickable {
    pointer-events: all
}

.product-option {
    max-width: 300px
}

.product-option h5 {
    margin-bottom: 0;
    letter-spacing: 5px;
    font-size: 1em
}

.product-option.three-select select {
    min-width: 170px
}

@media (max-width:991px) {
    .product-option.three-select {
        margin-left: auto;
        margin-right: auto
    }
}

.cart-default label:not(.form__radio-label) {
    position: relative;
    margin-bottom: 1.25rem
}

@media (min-width:576px) {
    .cart-default label:not(.form__radio-label) {
        margin-bottom: 1.05rem
    }
}

@media (max-width:575px) {
    .cantina-title {
        font-size: 30px;
        line-height: 1.3
    }
}

@media (max-width:575px) and (max-width:400px) {
    .cantina-title {
        font-size: 25px
    }
}

@media (min-width:1200px) {
    .active-indicator-path {
        width: 75%;
        min-width: 760px;
        max-width: 1200px
    }

    .svg-wrapper.active .form-submit {
        display: none !important
    }

    area {
        position: relative
    }

    area:after {
        content: "";
        position: absolute;
        border-radius: 300px;
        width: 60%;
        padding-bottom: 100%;
        background: #5f5f5f;
        left: -30%;
        top: -30%
    }

    .desktop-map-container {
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .75);
        width: 100%;
        height: 100%;
        display: block;
        align-items: center;
        opacity: 1;
        transition: all .6s;
        z-index: 100
    }

    .desktop-map-container .container-fluid {
        height: 100%
    }

    .desktop-map-container.not-shown {
        opacity: 0 !important;
        pointer-events: none;
        transition: all .3s
    }

    .desktop-map-container.not-shown .torna-section {
        bottom: 0
    }

    .desktop-map-container .map-location {
        position: fixed;
        top: 0;
        transform: none;
        left: 0;
        opacity: 1;
        transition: all .6s;
        transition-delay: .3s;
        pointer-events: all;
        height: 100%;
        width: 45vw;
        max-width: 650px;
        min-width: 650px
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .desktop-map-container .map-location {
        max-width: 700px;
        min-width: 700px
    }
}

@media (min-width:1200px) {
    .desktop-map-container .map-location .torna-section {
        position: fixed;
        bottom: 29px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 98%;
        transition: all .8s;
        opacity: 1
    }

    .desktop-map-container .map-location.not-shown {
        left: -30px;
        opacity: 0;
        pointer-events: none;
        transition: all .6s
    }

    .desktop-map-container .map-location.not-shown .torna-section {
        bottom: 0;
        opacity: 0;
        transition: all .6s
    }

    .desktop-map-container .desktop-map-1 {
        width: 100%;
        position: relative;
        margin: 0 auto;
        top: 0;
        left: 4vw;
        height: calc(100% - 100px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .desktop-map-container .desktop-map-1 {
        transform: scale(.95)
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .desktop-map-container .map-section-title-collapse {
        margin-top: 15px;
        margin-bottom: 15px
    }

    .desktop-map-container .torna-section .form-submit a {
        padding: 13px 47px 9px
    }
}

@media (min-width:1200px) {
    .desktop-map-container img.main {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
        margin-bottom: 20px
    }

    .desktop-map-container .map-section-text {
        border-bottom: 0;
        margin-bottom: 0;
        font-size: 1rem;
        position: relative;
        left: 50px;
        max-width: calc(100% - 50px);
        padding-bottom: 0
    }

    .desktop-map-container .map-section-text:first-letter {
        float: left;
        font-size: 75px;
        margin-right: 10px;
        line-height: .7;
        color: #c0a680;
        margin-top: 17px
    }

    .desktop-map-container .map-section-title span:first-child {
        color: #c0a680;
        font-family: "Cinzelitalic";
        position: relative;
        line-height: 1.2;
        display: inline-block;
        bottom: 4px;
        font-size: 25px
    }

    .desktop-map-container .map-section-title span:first-child:after {
        content: "";
        width: 24px;
        height: 1px;
        right: 0;
        background-color: #c0a680;
        position: absolute;
        bottom: 4px
    }

    .desktop-map-container .map-section-title span:last-child {
        color: #fff;
        letter-spacing: 18px;
        font-size: 35px;
        line-height: 1.2;
        display: inline-block;
        margin-left: 15px
    }
}

@media (max-height:850px) and (min-width:1200px) {
    .desktop-map-container img.main {
        max-height: 250px
    }
}

.alert {
    position: relative !important;
    padding: .75rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    line-height: 1;
    margin-bottom: 30px;
    bottom: 1px !important
}

.alert .close {
    display: none
}

.alert.alert-success {
    color: #fff;
    background-color: #3f5143;
    border-color: #3f5143
}

.alert-relative {
    position: relative !important;
    bottom: 1px !important
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0;
    font-size: .77rem;
    background: rgba(220, 53, 69, 0);
    border-top: 2px solid #dc3545;
    color: #c7c7c7;
    top: calc(100% - 1px);
    position: absolute;
    padding: 2px 3px 0 0;
    font-style: italic
}

.added-to-cart {
    color: #c0a680;
    font-size: 1rem;
    position: absolute;
    top: 100%;
    left: 0
}

.added-to-cart:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -2px;
    background: #c0a680
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100
}

@media (max-width:767px) {
    .fullscreen-bg {
        position: absolute
    }
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.first-section-terra {
    background: none !important
}

@media (min-aspect-ratio:16/9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio:16/9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%
    }
}

@media (max-width:767px) {
    .fullscreen-bg {
        background: url(/assets/img/frontend/video.png) 50%/cover no-repeat
    }

    .fullscreen-bg__video {
        display: none
    }
}

.product-qty {
    max-width: 60px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10
}

.footer-author img {
    opacity: 1;
    transition: all .2s
}

.footer-author img:hover {
    opacity: .7;
    transition: all .2s
}

.owl-carousel.visits .owl-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-top: 30px
}

@media (max-width:575px) {
    .owl-carousel.visits .owl-dots {
        margin-top: 10px
    }
}

.owl-carousel.visits .owl-dots .owl-dot {
    border: 1px solid transparent;
    margin: 5px 12px;
    padding: 0 3px
}

.owl-carousel.visits .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    border: 1px solid hsla(0, 0%, 100%, .3);
    background: transparent;
    margin: 0;
    display: block;
    border-radius: 100%
}

.owl-carousel.visits .owl-dots .owl-dot.active {
    border: 1px solid hsla(0, 0%, 100%, .3);
    box-shadow: 0 0 0 3px hsla(0, 0%, 100%, .05);
    padding: 4px !important;
    border-radius: 100%
}

.owl-carousel.visits .owl-dots .owl-dot.active span {
    width: 10px;
    height: 10px;
    background: #c0a680;
    border-color: #c0a680
}

@media (min-width:768px) {
    .owl-carousel.visits .owl-item.active a .product-text {
        opacity: .8;
        transition: all .3s
    }

    .owl-carousel.visits .owl-item.active a:hover .product-text {
        opacity: 1;
        transition: all .3s
    }

    .owl-carousel.visits .owl-item.active>div {
        position: relative
    }
}

@media (min-width:768px) and (min-width:992px) {
    .owl-carousel.visits .owl-item.active+.owl-item.active>div {
        padding-left: 28px !important
    }
}

@media (min-width:768px) {
    .owl-carousel.visits .owl-item.active+.owl-item.active>div:after {
        display: none
    }
}

@media (min-width:1200px) {
    .owl-carousel.visits .owl-stage-outer {
        left: -70px
    }
}

.owl-carousel.visits .owl-stage-outer {
    overflow: visible
}

.owl-carousel.visits .owl-stage-outer .owl-item {
    position: relative
}

@media (min-width:1200px) {
    .owl-carousel.visits .owl-stage-outer .owl-item.active {
        padding-left: 135px
    }
}

.owl-carousel.visits .owl-stage-outer .owl-item:not(.active) {
    opacity: .2
}

.owl-carousel.visits .owl-stage-outer .owl-item:not(.active):after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(270deg, transparent, #1a1a1a 50%)
}

@media (max-width:1920px) {
    .owl-carousel.visits .owl-stage-outer .owl-item:not(.active):after {
        background: linear-gradient(270deg, transparent, #1a1a1a 21%)
    }
}

.owl-carousel.visits .owl-stage-outer .owl-item.active+.owl-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, #1b1b1b 50%)
}

@media (max-width:1920px) {
    .owl-carousel.visits .owl-stage-outer .owl-item.active+.owl-item:before {
        background: linear-gradient(90deg, transparent, #1b1b1b 21%)
    }
}

.owl-carousel.visits .owl-stage-outer .owl-item.active+.owl-item:after {
    display: none
}

.color-inherit {
    color: inherit !important;
    text-decoration: none !important
}

.cursor-default {
    cursor: default
}

.opacity-1 {
    opacity: 1 !important
}

.no-pointers {
    pointer-events: none
}

.text-gold {
    color: #c0a680 !important
}

.text-lightgrey {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-underline {
    text-decoration: underline
}

.h-90 {
    height: 90%
}

.h-85 {
    height: 85%
}

.object-contain {
    object-fit: contain
}

.text-smaller-90 {
    font-size: 90%
}

.text-smaller-85 {
    font-size: 85%
}

.scaled-xs {
    transform: scale(.9)
}

@media (min-width:576px) {
    .scaled-sm {
        transform: scale(.85)
    }
}

@media (min-width:768px) {
    .scaled-md {
        transform: scale(.8)
    }
}

@media (min-width:992px) {
    .scaled-lg {
        transform: scale(.8)
    }
}

@media (min-width:1400px) {
    .scaled-xxl {
        transform: scale(.9)
    }
}

.bg-grey-300 {
    background-color: #333 !important
}

.text-section p {
    font-size: 1rem;
    color: hsla(0, 0%, 100%, .8);
    margin-bottom: 1.5rem
}

.text-section p a {
    color: #c0a680
}

.text-section p a:hover {
    opacity: .8
}

.marker,
.text-section p strong {
    color: #fff
}

.marker {
    position: relative;
    z-index: 10;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: 7px;
    text-align: left;
    cursor: pointer;
    width: auto !important;
    opacity: 0
}

@media (min-width:1200px) and (max-width:1499px) {
    .marker {
        font-size: 24px
    }
}

.marker .line {
    transform: scale(0);
    perspective: 1000px
}

.marker.appear {
    opacity: 1;
    transition: all 2.2s;
    transition-delay: .7s
}

.marker.appear .line {
    transition: all 1.2s;
    transition-delay: 1.2s;
    opacity: 1;
    transform: scale(1)
}

@keyframes opacity-flash {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.marker:before {
    background: hsla(0, 0%, 100%, 0);
    border-radius: 300px
}

.marker:after,
.marker:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: all .8s;
    pointer-events: none
}

.marker:after {
    border: 1px solid hsla(0, 0%, 100%, 0);
    border-radius: 300px;
    animation: shadow-pulse 1s infinite
}

.marker:hover:before {
    width: 100px;
    height: 100px;
    background: hsla(0, 0%, 100%, .12)
}

.marker:hover:after,
.marker:hover:before {
    transition: all .7s;
    animation: opacity-flash .9s forwards
}

.marker:hover:after {
    width: 110px;
    height: 110px;
    transition-delay: .1s;
    border-color: hsla(0, 0%, 100%, .3)
}

.marker.botte {
    width: 230px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -78px;
    z-index: 10;
    text-align: left
}

.marker.botte .line {
    position: absolute;
    pointer-events: none;
    width: 89px;
    height: 92px;
    transform: rotate(174deg) scale(0);
    bottom: -62px;
    left: 129px;
    background: url(/assets/img/frontend/line-museo.svg?v=2) 50% no-repeat;
    background-size: contain
}

.marker.botte.appear .line {
    transform: rotate(174deg) scale(1)
}

.marker.chiesa {
    width: 230px;
    height: 40px;
    position: absolute;
    top: 35px;
    left: 273px;
    z-index: 10;
    text-align: left
}

.marker.chiesa .line {
    position: absolute;
    pointer-events: none;
    width: 57px;
    height: 92px;
    transform: rotate(34deg) scale(0);
    bottom: -50px;
    left: -87px;
    background: url(/assets/img/frontend/line-chiesa.svg) 50% no-repeat;
    background-size: contain
}

.marker.chiesa.appear .line {
    transform: rotate(34deg) scale(1)
}

.marker.borgo {
    width: 260px;
    height: 40px;
    position: absolute;
    top: 144px;
    left: 300px;
    z-index: 10
}

.marker.borgo .line {
    position: absolute;
    pointer-events: none;
    width: 160px;
    height: 102px;
    transform: rotate(67deg) scale(0);
    bottom: -24px;
    left: -147px;
    background: url(/assets/img/frontend/line-chiesa.svg) 50% no-repeat;
    background-size: contain
}

.marker.borgo.appear .line {
    transform: rotate(67deg) scale(1)
}

.marker.museo {
    width: 240px;
    height: 40px;
    position: absolute;
    top: 252px;
    left: 219px;
    z-index: 10
}

.marker.museo .line {
    position: absolute;
    pointer-events: none;
    width: 160px;
    height: 44px;
    bottom: 42px;
    left: -51px;
    background: url(/assets/img/frontend/line-museo.svg?v=2) 50% no-repeat;
    background-size: contain
}

.marker.orto {
    width: 242px;
    height: 40px;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 10
}

.marker.orto .line {
    position: absolute;
    pointer-events: none;
    width: 71px;
    height: 157px;
    bottom: 46px;
    left: 51px;
    background: url(/assets/img/frontend/line-orto.svg) 50% no-repeat;
    background-size: contain
}

.marker.barricaia {
    width: 242px;
    height: 40px;
    position: absolute;
    bottom: 64px;
    left: 42px;
    z-index: 10
}

.marker.barricaia .line {
    position: absolute;
    pointer-events: none;
    width: 71px;
    height: 157px;
    bottom: 46px;
    left: 64px;
    background: url(/assets/img/frontend/line-orto.svg) top 29px center no-repeat;
    background-size: contain
}

.marker.cantina {
    width: 242px;
    height: 40px;
    position: absolute;
    top: 200px;
    left: -111px;
    z-index: 10
}

.marker.cantina .line {
    position: absolute;
    pointer-events: none;
    width: 88px;
    height: 44px;
    top: -57px;
    transform: rotate(297deg) scale(0);
    left: 155px;
    background: url(/assets/img/frontend/line-cantina.svg) 50% no-repeat;
    background-size: contain
}

.marker.cantina.appear .line {
    transform: rotate(297deg) scale(1)
}

.marker.villa {
    width: 217px;
    height: 40px;
    position: absolute;
    top: 227px;
    right: 0;
    z-index: 10
}

.marker.villa .line {
    position: absolute;
    pointer-events: none;
    width: 71px;
    height: 182px;
    top: 15px;
    left: 123px;
    background: url(/assets/img/frontend/line-villa.svg) 50% no-repeat;
    background-size: contain
}

.container-marker {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1065px;
    height: 445px;
    z-index: 14
}

.desktop-map-container-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.fixed {
    position: fixed;
    margin-top: 0
}

@media (min-width:767px) {
    .four-div {
        top: 53%;
        transform: translateY(-50%);
        position: relative;
        margin: auto;
        height: auto;
        padding: 0 4rem;
        display: flex
    }
}

@media (min-width:1200px) and (max-width:1366px) {
    section.scrollspy.section-3 .row-1 .img-col img {
        max-height: 780px
    }

    section.scrollspy.section-3 .row-2 .img-col:after {
        left: -150px
    }

    section.scrollspy.section-4 .row-2 img {
        width: 95%;
        height: 550px
    }

    section.scrollspy.section-6 {
        padding: 50px 0 75px
    }

    section.scrollspy.section-3-2 .row-1 .img-col:after {
        bottom: 15px !important;
        right: 0
    }

    section .cd-svg-clipped-slider {
        margin-bottom: 2.3rem
    }

    section .gallery-wrapper .c-text {
        font-size: 15px
    }

    section #timeline {
        margin: 0 auto
    }

    .four-div img {
        height: 350px
    }

    .owl-carousel.wines .owl-item img {
        width: 238px
    }

    .section-6-c2 #prev {
        left: 4.5%
    }

    .section-6-c2 #next {
        right: 4.5%
    }

    .desktop-map-container img.main {
        max-height: 210px
    }

    .laterra-title {
        font-size: 34px
    }

    .laterra-text-logo img {
        width: 270px;
        position: relative;
        z-index: 1
    }

    .terra-logo img {
        width: 155px;
        position: relative;
        z-index: 1
    }
}

@media (max-width:1550px) {
    #indicator {
        display: none;
        pointer-events: none
    }
}

.cart-right-1 .overflow-auto {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

.cart-right-1 .overflow-auto::-webkit-scrollbar {
    width: 0 !important
}

.left-for-free-shipping {
    border: 1px solid #fff;
    font-size: .9rem
}

@media (max-width:1350px) {
    .carrello .carrello-text {
        font-size: 13px
    }
}

.desktop-map {
    transition: all .3s;
    height: 100dvh
}

.desktop-map-container {
    background: transparent
}

.map-location {
    z-index: 100
}

.map-open .marker {
    opacity: 0;
    transition: all .3s
}

.map-open .marker.selected {
    opacity: 1
}

.marker {
    transition: all .3s
}

.desktop-map-container {
    overflow: hidden;
    transform: translateZ(0)
}

.desktop-map-container .carrello {
    width: 102px;
    z-index: 20 !important;
    transform: translateZ(0);
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    text-indent: -9999px;
    height: 45px;
    width: 45px;
    padding: 0;
    display: flex !important
}

.desktop-map-container .carrello img {
    margin-bottom: 3px
}

.desktop-map-container .carrello:after,
.desktop-map-container .carrello:before {
    display: none
}

.desktop-map-container .desktop-map-container-close {
    overflow: hidden
}

.desktop-map-container .desktop-map-container-close.big:before {
    width: 56%;
    height: 100%;
    box-shadow: 0 0 1vw 66vw rgba(0, 0, 0, .75)
}

.desktop-map-container .desktop-map-container-close.big:after,
.desktop-map-container .desktop-map-container-close.big:before {
    opacity: 1;
    transition: all .8s;
    transition-delay: .5s;
    content: "";
    position: fixed;
    right: 0;
    top: 45%;
    transform: translateY(-50%) scale(1);
    z-index: 11;
    border-radius: 100%
}

.desktop-map-container .desktop-map-container-close.big:after {
    width: 56.055%;
    height: 100.08%;
    box-shadow: inset 0 0 89px 88px rgba(0, 0, 0, .75)
}

.desktop-map-container.not-shown {
    transform: translateZ(0)
}

.desktop-map-container.not-shown:after,
.desktop-map-container.not-shown:before {
    opacity: 0;
    transform: translateY(-50%) scale(1.2);
    transition: all .8s
}

.desktop-map-container.not-shown .desktop-map-container-close.big:after,
.desktop-map-container.not-shown .desktop-map-container-close.big:before {
    opacity: 0;
    transition: all .8s
}

.map-background {
    transition: all .9s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 100dvh;
    transform: scale(1.3)
}

.map-background.appear {
    transform: scale(1);
    transition: all .8s
}

.map-background:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3096px;
    height: 1639px;
    background: url(/assets/img/frontend/map-center-overflow.jpg) 50% no-repeat;
    background-size: 100% auto;
    z-index: 1
}

@keyframes menu-appear {
    0% {
        top: -70px
    }

    to {
        top: 0
    }
}

#header {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1101;
    transition: opacity .5s
}

#header,
#header.follow {
    transform: translateZ(0)
}

#header.follow {
    position: fixed;
    background: #1a1a1a;
    border-bottom: 1px solid #5f5f5f;
    transition: background .3s, opacity .3s;
    top: -70px;
    animation: menu-appear .55s ease .2s forwards
}

#header.follow:before {
    display: none
}

@media (max-width:767px) {
    #header.follow {
        padding: 0 15px !important
    }

    #header.follow .menu-text,
    #header.follow .shop-text span {
        font-size: 12px
    }

    #header.follow .menu-text {
        bottom: -7px
    }

    #header.follow .shop-text span:not(.carrello-nr) {
        bottom: -6px
    }
}

#header.follow .shop-text {
    height: auto
}

#header.follow nav {
    height: auto
}

#header.follow .menu-logo,
#header.follow .menu-logo img {
    width: 115px;
    height: auto
}

@media (max-width:575px) {
    #header.follow .menu-logo,
    #header.follow .menu-logo img {
        width: 85px;
        height: auto
    }
}

@media (min-width:1200px) {
    #header.follow .menu-logo,
    #header.follow .menu-logo img {
        width: 135px;
        height: auto
    }
}

@media (min-width:1400px) {
    #header.follow .menu-logo,
    #header.follow .menu-logo img {
        width: 175px;
        height: auto
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader .lottie {
    position: relative;
    height: 350px;
    width: 350px
}

input:-webkit-autofill,
input:focus:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #1a1a1a inset;
    -webkit-text-fill-color: #fff
}

.far {
    position: relative;
    transition: all 1s;
    left: 0;
    right: 0
}

.far-left-1,
.far-left-2 {
    left: -30px;
    opacity: 0
}

.far-right-1,
.far-right-2 {
    right: -30px;
    opacity: 0
}

@media (min-width:992px) {
    .sliding-column {
        transition: all 1.2s;
        opacity: 0
    }

    .sliding-column.left {
        left: -40px
    }

    .sliding-column.left.active {
        left: 0;
        opacity: 1
    }

    .sliding-column.right {
        right: -40px
    }

    .sliding-column.right.active {
        right: 0;
        opacity: 1
    }
}

.overflow-y-auto {
    overflow-y: auto !important
}

.cursor-pointer {
    cursor: pointer
}

.shrink {
    width: 0;
    max-width: 0;
    opacity: 0;
    transition: all .6s;
    overflow: hidden;
    padding: 0
}

.vanish-bottle {
    opacity: 0;
    transition: all .8s
}

.hide-scrollbar {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent
}

.hide-scrollbar::-webkit-scrollbar {
    width: 1px
}

.hide-scrollbar::-webkit-scrollbar-track {
    background: transparent
}

.hide-scrollbar::-webkit-scrollbar-thumb {
    background-color: initial
}

.menu-open #menu .book-visit {
    transition-delay: 2.2s;
    transform: none !important;
    backface-visibility: unset !important
}

@media (max-width:991px) {

    #menu .book-visit,
    #menu .four-div-element,
    #menu .menu-lang,
    #menu .menu-links {
        opacity: 0;
        backface-visibility: hidden;
        transform: translate3d(0, 30px, 0);
        transition: transform .31s cubic-bezier(.165, .84, .44, 1), opacity .21s ease
    }

    .menu-open #menu .book-visit,
    .menu-open #menu .four-div-element,
    .menu-open #menu .menu-lang,
    .menu-open #menu .menu-links {
        opacity: 1;
        transform: translateZ(0);
        transition: transform .91s cubic-bezier(.165, .84, .44, 1), opacity .91s ease
    }

    .menu-open #menu .four-div-element:first-child {
        transition-delay: .8s
    }

    .menu-open #menu .four-div-element:nth-child(2) {
        transition-delay: 1s
    }

    .menu-open #menu .four-div-element:nth-child(3) {
        transition-delay: 1.2s
    }

    .menu-open #menu .four-div-element:nth-child(4) {
        transition-delay: 1.4s
    }

    .menu-open #menu .four-div-element:nth-child(5) {
        transition-delay: 1.6s
    }

    .menu-open #menu .menu-links {
        transition-delay: 2s
    }

    .menu-open #menu .book-visit {
        transition-delay: 2.2s
    }

    .menu-open #menu .menu-lang {
        transition-delay: 2.4s
    }
}

@media (max-width:991px) and (orientation:landscape) {
    .four-div .four-div-element a {
        padding: 13px 10px 10px
    }
}

@media (min-width:992px) {

    #menu .book-visit,
    #menu .four-div .four-div-element,
    #menu .four-div .four-div-element .img-text,
    #menu .menu-links {
        opacity: 0;
        backface-visibility: hidden;
        transform: translate3d(0, 30px, 0);
        transition: transform .31s cubic-bezier(.165, .84, .44, 1), opacity .21s ease
    }

    .menu-open #menu .book-visit,
    .menu-open #menu .four-div .four-div-element,
    .menu-open #menu .four-div .four-div-element .img-text,
    .menu-open #menu .menu-links {
        opacity: 1;
        transform: translateZ(0);
        transition: transform .91s cubic-bezier(.165, .84, .44, 1), opacity .91s ease
    }

    .menu-open #menu .four-div .four-div-element:first-child {
        transition-delay: .8s
    }

    .menu-open #menu .four-div .four-div-element:first-child .img-text {
        transition-delay: 1.2s
    }

    .menu-open #menu .four-div .four-div-element:nth-child(2) {
        transition-delay: 1s
    }

    .menu-open #menu .four-div .four-div-element:nth-child(2) .img-text {
        transition-delay: 1.4s
    }

    .menu-open #menu .four-div .four-div-element:nth-child(3) {
        transition-delay: 1.2s
    }

    .menu-open #menu .four-div .four-div-element:nth-child(3) .img-text {
        transition-delay: 1.6s
    }

    .menu-open #menu .four-div .four-div-element:nth-child(4) {
        transition-delay: 1.4s
    }

    .menu-open #menu .four-div .four-div-element:nth-child(4) .img-text {
        transition-delay: 1.8s
    }

    .menu-open #menu .four-div .four-div-element:nth-child(5) {
        transition-delay: 1.6s
    }

    .menu-open #menu .four-div .four-div-element:nth-child(5) .img-text {
        transition-delay: 2s
    }

    .menu-open #menu .menu-links {
        transition-delay: 2s
    }

    .menu-open #menu .book-visit {
        transition-delay: 2.2s
    }
}

@media (min-width:1400px) and (max-width:1800px) {
    .owl-item {
        transition: all .3s;
        left: 0;
        right: 0
    }

    .owl-item.before-active {
        transition: all .3s;
        left: 3vw
    }

    .owl-item.after-active {
        transition: all .3s;
        left: -3vw
    }
}

@media (min-width:1400px) {
    #timeline {
        margin: 25px auto 0
    }
}

@media (max-width:767px) and (orientation:landscape) {

    .big-timeline .back,
    .big-timeline .forward {
        display: none
    }

    #menu {
        overflow: auto;
        height: 100dvh;
        min-height: 0
    }

    #menu.open #header {
        background: #1a1a1a
    }

    .four-div-767 {
        height: auto !important
    }

    .four-div {
        margin-top: 100px;
        position: relative !important;
        top: 0 !important
    }

    .menu-lang,
    .menu-links {
        margin-top: 10px;
        position: relative !important;
        bottom: 0 !important
    }
}

.shop-not-available {
    color: #fff;
    padding: 15px;
    border: 1px solid hsla(0, 0%, 100%, .22);
    width: 100%;
    text-align: left
}

.shop-not-available a {
    color: #c0a680 !important
}

@media (max-width:1199px) {
    .laterra-title {
        font-size: 36px;
        line-height: 1.2
    }
}

@media (max-width:991px) {
    .laterra-title {
        font-size: 32px;
        line-height: 1.2
    }
}

@media (min-width:768px) {

    .the-cantina-tabs .product-element.two-768:after,
    .the-cantina-tabs .product-element.two-768:before {
        pointer-events: none
    }

    .the-cantina-tabs .product-element.two-768:nth-child(n+1):before {
        border-right: 0
    }

    .the-cantina-tabs .product-element.two-768:nth-child(3n+1):before {
        border-left: 1px solid #5f5f5f !important
    }

    .the-cantina-tabs .product-element.two-768:first-child:before {
        border-left: 0 !important
    }
}

.the-cantina-tabs .tabs {
    width: 100%
}

@media (max-width:575px) {
    .home .laterra-title {
        position: relative;
        right: -5px
    }
}

.four-div.products {
    position: relative;
    top: 0;
    transform: none !important;
    bottom: auto;
    margin: auto;
    height: auto;
    padding: 0
}

@media (min-width:767px) {
    .col-md-15 {
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-md-2-4 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media (min-width:992px) {
    .col-lg-15 {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.visits-carousel {
    padding-top: 0;
    padding-bottom: 0
}

.visits-carousel .owl-item.active .the-count {
    opacity: 1
}

.visits-carousel .the-count {
    position: absolute;
    left: 24.7%;
    top: 52.3%;
    opacity: 1;
    transform: translateY(-50%)
}

@media (max-width:1199px) {
    .visits-carousel .the-count {
        display: none;
        left: 0;
        right: 0;
        margin: auto
    }
}

@media (min-width:1200px) {
    .visits-carousel .the-count .the-count.mb {
        display: none !important
    }
}

@media (min-width:1200px) and (max-width:1450px) {
    .visits-carousel .the-count {
        transform: translateY(-50%) scale(.85)
    }
}

.visits-carousel .the-count:after,
.visits-carousel .the-count:before {
    display: none
}

.visits-carousel .the-count .current-count {
    font-size: 2.5rem;
    color: #c0a680;
    position: relative;
    top: -21px;
    left: -25px;
    width: 60px
}

.visits-carousel .the-count .sep {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 50px;
    background-color: #fff;
    transform: rotate(45deg)
}

.visits-carousel .the-count .total-count {
    color: hsla(0, 0%, 100%, .3);
    position: relative;
    bottom: -20px;
    right: 0
}

.visits-carousel .big-timeline {
    width: 100%;
    max-width: calc(100% - 150px);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto
}

@media (min-width:1200px) {
    .visits-carousel .big-timeline {
        top: -120px
    }
}

@media (min-width:1200px) and (max-width:1450px) {
    .visits-carousel .big-timeline {
        max-width: calc(100% - 30px)
    }
}

@media (min-width:1451px) and (max-width:1490px) {
    .visits-carousel .big-timeline {
        max-width: calc(100% - 80px)
    }
}

@media (min-width:1491px) and (max-width:1920px) {
    .visits-carousel .big-timeline {
        max-width: 90%
    }
}

.visits-carousel .big-timeline #prev {
    left: 0
}

.visits-carousel .big-timeline #next {
    right: 0
}

.caption li span {
    transition: opacity .3s
}

.all-products .element-text:not(.standard),
.single-wine .element-text:not(.standard) {
    z-index: 10;
    position: relative;
    top: -4%
}

.all-products .element-image,
.single-wine .element-image {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 90%
}

.all-products .element-image img,
.single-wine .element-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
    max-height: 70%;
    object-fit: contain
}

.all-products .element-image.vertical img,
.single-wine .element-image.vertical img {
    max-width: 80%;
    max-height: 90%
}

.all-products .element-image.collezioni img,
.single-wine .element-image.collezioni img {
    max-width: 80%;
    max-height: 85%
}

.loader-checkout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, .5)
}

@media (max-width:767px) {
    #header.w-bar:not(.follow) .menu-logo img {
        width: 125px;
        position: relative;
        top: 3px
    }
}

.select-arrow {
    position: absolute;
    bottom: 12%;
    right: 15px
}

.alert-bar {
    display: flex;
    padding: 5px 6px 0;
    background: #c0a680;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    top: -3px;
    position: absolute;
    left: 0;
    width: 100%;
    justify-content: center;
    align-items: center
}

@media (min-width:660px) {
    .alert-bar {
        padding: 7px 7px 0
    }
}

.follow .alert-bar {
    position: relative;
    left: -42px;
    width: calc(100% + 84px);
    top: 0
}

@media (min-width:768px) {
    .alert-bar {
        padding: 4px 1.7rem 2px;
        position: relative;
        top: -20px;
        left: -2.6rem;
        width: calc(100% + 5.2rem);
        font-size: .8rem
    }
}

@media (min-width:1200px) {
    .alert-bar {
        font-size: .9rem;
        top: 0;
        padding: 5px 3px 3px
    }

    .follow .alert-bar {
        position: relative;
        padding: 4px 3px 2px;
        font-size: .9rem
    }
}

@media (min-width:1400px) {
    .alert-bar {
        font-size: .95rem;
        padding: 7px 3px 3px
    }

    .follow .alert-bar {
        position: relative;
        padding: 4px 3px 2px;
        font-size: .9rem
    }
}

@media (max-width:767px) {
    #header.w-bar {
        padding: 43px 15px 20px !important
    }

    #header.w-bar.follow {
        padding: 0 15px !important
    }
}

@media (min-width:768px) and (max-width:1199px) {
    #header.follow {
        padding: 0 15px !important
    }
}

#__lpform_register-password_icon {
    display: none !important
}

.dashboard-block {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.dashboard-block--first {
    border-top: 1px solid hsla(0, 0%, 100%, .3)
}

.dashboard-block a {
    text-decoration: none !important
}

.dashboard-block a>span {
    display: flex;
    justify-content: center;
    width: 32px
}

.dashboard-block a img {
    pointer-events: none
}

.dashboard-block a h4 {
    font-size: 1.25rem;
    letter-spacing: 4px;
    padding-top: 2px;
    pointer-events: none;
    transition: all .2s
}

.dashboard-block a .arrow {
    position: relative;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: none
}

.dashboard-block a .arrow:before {
    border-radius: 100%;
    border: 1px solid hsla(0, 0%, 100%, .4)
}

.dashboard-block a .arrow:after,
.dashboard-block a .arrow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .2s
}

.dashboard-block a .arrow:after {
    border-radius: 100%;
    border: 0 solid transparent
}

@media (max-width:767px) {
    .dashboard-block a h4 {
        font-size: 1.13rem
    }

    .dashboard-block a .arrow {
        transform: scale(.95)
    }
}

@media (max-width:575px) {
    .dashboard-block a span {
        transform: scale(.9)
    }

    .dashboard-block a .arrow {
        transform: scale(.85)
    }

    .dashboard-block a h4 {
        font-size: 1.03rem
    }
}

.dashboard-block a:hover h4 {
    color: #fff !important;
    transition: all .2s
}

.dashboard-block a:hover .arrow:before {
    content: "";
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: border-top-color .1s linear, border-right-color .1s linear .05s, border-bottom-color .1s linear .15s
}

.dashboard-block a:hover .arrow:after {
    content: "";
    border-top: 1px solid #fff;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
    transition: transform .25s linear 0s
}

.pagination {
    font-family: "Linotype";
    display: flex;
    justify-content: center
}

.pagination li.page-item {
    padding-left: 4px;
    padding-right: 4px
}

.pagination li.page-item.disabled {
    pointer-events: none;
    opacity: .8
}

.pagination li.page-item.disabled .page-link {
    background: transparent;
    color: hsla(0, 0%, 100%, .5) !important;
    border: 0 !important
}

.pagination li.page-item.active .active-page {
    position: relative;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: none;
    color: #fff;
    font-size: .9rem
}

.pagination li.page-item.active .active-page:before {
    content: "";
    border-radius: 100%;
    border: 1px solid hsla(0, 0%, 100%, .4);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .2s
}

.pagination li.page-item.active .active-page:after {
    content: "";
    border-radius: 100%;
    border: 1px solid hsla(0, 0%, 100%, .1);
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
    transition: all .2s
}

.pagination a {
    background: transparent !important;
    border: 0;
    font-family: "Linotype";
    color: hsla(0, 0%, 100%, .5);
    transition: all .2s;
    font-size: .9rem
}

.pagination a,
.pagination a .arrow {
    position: relative;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.pagination a .arrow {
    pointer-events: none
}

.pagination a .arrow:before {
    border-radius: 100%;
    border: 1px solid hsla(0, 0%, 100%, .4)
}

.pagination a .arrow:after,
.pagination a .arrow:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .2s
}

.pagination a .arrow:after {
    border-radius: 100%;
    border: 0 solid transparent
}

.pagination a:hover {
    color: #fff;
    transition: all .2s
}

.pagination a:hover .arrow:before {
    content: "";
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: border-top-color .1s linear, border-right-color .1s linear .05s, border-bottom-color .1s linear .15s
}

.pagination a:hover .arrow:after {
    content: "";
    border-top: 1px solid #fff;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
    transition: transform .25s linear 0s
}

.user-account-menu .list-group-item {
    background: transparent;
    border: 0;
    padding: 0
}

.user-account-menu .list-group-item a {
    text-decoration: none !important
}

.user-account-menu .list-group-item a.active {
    color: #fff !important
}

.user-account-menu .list-group-item a:not(.logout) {
    font-size: .9rem;
    color: hsla(0, 0%, 100%, .5);
    transition: all .2s;
    letter-spacing: 4px
}

@media (max-width:992px) {
    .user-account-menu .list-group-item a:not(.logout) {
        font-size: .8rem
    }
}

.user-account-menu .list-group-item a:not(.logout):hover {
    color: #fff;
    transition: all .2s
}

.eye {
    position: absolute;
    bottom: 1px;
    right: 1px;
    padding-left: 5px;
    padding-right: 9px;
    background: #1a1a1a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px
}

.address-block {
    background: hsla(0, 0%, 100%, .1);
    font-size: .95rem
}

.address-block .default-slot img {
    position: relative;
    top: -2px
}

.address-block .actions {
    border-top: 1px solid hsla(0, 0%, 100%, .3)
}

.standalone-close {
    position: absolute;
    right: 18px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transform: scale(.9)
}

.standalone-close:before {
    border-radius: 100%;
    border: 1px solid hsla(0, 0%, 100%, .4)
}

.standalone-close:after,
.standalone-close:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .2s
}

.standalone-close:after {
    border-radius: 100%;
    border: 0 solid transparent
}

.standalone-close:hover:before {
    content: "";
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    transition: border-top-color .1s linear, border-right-color .1s linear .05s, border-bottom-color .1s linear .15s
}

.standalone-close:hover:after {
    content: "";
    border-top: 1px solid #fff;
    border-left-width: 1px;
    border-right-width: 1px;
    transform: rotate(270deg);
    transition: transform .35s linear 0s
}

.separate-top {
    border-top: 1px solid hsla(0, 0%, 100%, .3)
}

.separate-bottom {
    border-bottom: 1px solid hsla(0, 0%, 100%, .3)
}

.user-orders-line {
    padding-bottom: 5px
}

.user-orders-line+.user-orders-line {
    padding-top: 5px;
    border-top: 1px solid hsla(0, 0%, 100%, .3)
}

@media (max-width:575px) {
    .orders-list-btn {
        width: auto !important
    }
}

.v-select-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 93%;
    white-space: nowrap
}

.is-logged {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #bda680;
    font-size: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
    padding-left: 1px;
    color: #fff
}

@media (max-width:1399px) {
    .is-logged {
        bottom: -2px
    }
}

input[type=email],
input[type=number],
input[type=text],
textarea {
    border-radius: 0 !important
}

@media (min-width:768px) {
    footer.home {
        position: fixed;
        bottom: -240px;
        left: 0;
        width: 100%;
        display: flex;
        transition: all .3s
    }

    footer.home.show {
        bottom: 0;
        transition: all .3s
    }
}

.of-container {
    position: relative
}

.of-container.of .all-list {
    max-height: 250px;
    overflow: auto;
    position: relative;
    width: calc(100% + 18px);
    padding-bottom: 0 !important;
    margin-bottom: 0 !important
}

.of-container.of .all-list::-webkit-scrollbar {
    width: 26px;
    height: 100%
}

.of-container.of .all-list::-webkit-scrollbar-track {
    background-color: initial;
    max-height: calc(100% - 20px)
}

.of-container.of .all-list::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 26px;
    border: 10px solid transparent;
    background-clip: content-box;
    opacity: .7;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 100;
    height: 45px;
    max-height: 45px
}

.of-container.of .all-list:hover::-webkit-scrollbar-thumb {
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.of-container.of .all-list .cart-dati-1-note:last-child {
    margin-bottom: 30px
}

.of-container.of:after {
    content: "";
    position: absolute;
    left: -15px;
    bottom: -1px;
    width: calc(100% + 10px);
    height: 75px;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0), #333 65%)
}

.of-container.of+.subtotale {
    margin-top: 0 !important
}

.too-many-items-text {
    position: relative;
    z-index: 1;
    line-height: 1;
    font-style: italic;
    padding: 9px;
    margin-top: 0;
    top: 0;
    color: #717171;
    background: #2b2a2a;
    border-top: 0
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translate(0)
}

[data-aos=fade-up] {
    transform: translateY(100px)
}

[data-aos=fade-down] {
    transform: translateY(-100px)
}

[data-aos=fade-right] {
    transform: translate(-50px)
}

[data-aos=fade-left] {
    transform: translate(50px)
}

[data-aos=fade-up-right] {
    transform: translate(-30px, 30px)
}

[data-aos=fade-up-left] {
    transform: translate(30px, 30px)
}

[data-aos=fade-down-right] {
    transform: translate(-30px, -30px)
}

[data-aos=fade-down-left] {
    transform: translate(30px, -30px)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate(0) scale(1)
}

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translateY(30px) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translateY(-30px) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate(-30px) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate(30px) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translateY(30px) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translateY(-30px) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate(-30px) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate(30px) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform: translate(0)
}

[data-aos=slide-up] {
    transform: translateY(100%)
}

[data-aos=slide-down] {
    transform: translateY(-100%)
}

[data-aos=slide-right] {
    transform: translateX(-100%)
}

[data-aos=slide-left] {
    transform: translateX(100%)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0)
}

[data-aos=fade-up] {
    transform: translateY(30px)
}

.mobile-section-4 .section-title span:last-child:after,
.section-title span.famspan2:after,
.section-title span:last-child:after {
    width: 100% !important
}

@media (min-width:400px) {
    .menu-links-mt {
        margin-top: 30px !important
    }
}

[data-numberanimate-pos="4"] {
    transition: all .2s;
    opacity: 1
}

[data-numberanimate-value] {
    left: -35px;
    transition: all .4s
}

[data-numberanimate-value="0589"] {
    position: relative;
    left: -35px;
    transition: all .2s
}

[data-numberanimate-value="0589"] [data-numberanimate-pos="4"] {
    opacity: 0
}

#dates a {
    pointer-events: none
}

#dates a span {
    display: none
}

.daterangepicker:after,
.daterangepicker:before {
    display: none !important
}

.mx-icon-calendar {
    display: none
}

.mx-datepicker-popup {
    z-index: 99999 !important
}

@media (min-width:576px) {
    .container-smaller {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container-smaller {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container-smaller {
        max-width: 900px
    }
}

.mx-icon-double-left:after,
.mx-icon-double-left:before,
.mx-icon-double-right:after,
.mx-icon-double-right:before,
.mx-icon-left:before,
.mx-icon-right:before {
    content: "";
    position: relative;
    top: -1px;
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    border-color: currentcolor;
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-radius: 1px;
    box-sizing: border-box;
    transform-origin: center;
    transform: rotate(-45deg) scale(.7)
}

.mx-icon-double-left:after {
    left: -4px
}

.mx-icon-double-right:before {
    left: 4px
}

.mx-icon-double-right:after,
.mx-icon-double-right:before,
.mx-icon-right:before {
    transform: rotate(135deg) scale(.7)
}

.mx-btn {
    box-sizing: border-box;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    padding: 7px 15px;
    margin: 0;
    cursor: pointer;
    background-color: initial;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;
    color: #73879c;
    white-space: nowrap
}

.mx-btn:hover {
    border-color: #1284e7;
    color: #1284e7
}

.mx-btn.disabled,
.mx-btn:disabled {
    color: #ccc;
    cursor: not-allowed
}

.mx-btn-text {
    border: 0;
    padding: 0 4px;
    text-align: left;
    line-height: inherit
}

.mx-scrollbar {
    height: 100%
}

.mx-scrollbar:hover .mx-scrollbar-track {
    opacity: 1
}

.mx-scrollbar-wrap {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.mx-scrollbar-track {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    width: 6px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    transition: opacity .24s ease-out
}

.mx-scrollbar-track .mx-scrollbar-thumb {
    position: absolute;
    width: 100%;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144, 147, 153, .3);
    transition: background-color .3s
}

.mx-zoom-in-down-enter-active,
.mx-zoom-in-down-leave-active {
    opacity: 1;
    transform: scaleY(1);
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
    transform-origin: center top
}

.mx-zoom-in-down-enter,
.mx-zoom-in-down-enter-from,
.mx-zoom-in-down-leave-to {
    opacity: 0;
    transform: scaleY(0)
}

.mx-datepicker {
    position: relative;
    display: inline-block;
    width: 210px
}

.mx-datepicker svg {
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
    fill: currentColor;
    overflow: hidden
}

.mx-datepicker-range {
    width: 320px
}

.mx-datepicker-inline {
    width: auto
}

.mx-input-wrapper {
    position: relative
}

.mx-input {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 6px 30px 6px 10px;
    font-size: 14px;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.mx-input:focus,
.mx-input:hover {
    border-color: #409aff
}

.mx-input.disabled,
.mx-input:disabled {
    color: #ccc;
    background-color: #f3f3f3;
    border-color: #ccc;
    cursor: not-allowed
}

.mx-input:focus {
    outline: none
}

.mx-input::-ms-clear {
    display: none
}

.mx-icon-calendar,
.mx-icon-clear {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 1;
    color: rgba(0, 0, 0, .5);
    vertical-align: middle
}

.mx-icon-clear {
    cursor: pointer
}

.mx-icon-clear:hover {
    color: rgba(0, 0, 0, .8)
}

.mx-datepicker-main {
    font: 14px/1.5 Linotype, Helvetica, Arial, sans-serif;
    color: #73879c;
    background-color: #fff;
    border: 1px solid #e8e8e8
}

.mx-datepicker-popup {
    position: absolute;
    margin-top: 1px;
    margin-bottom: 1px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    z-index: 2001
}

.mx-datepicker-sidebar {
    float: left;
    box-sizing: border-box;
    width: 100px;
    padding: 6px;
    overflow: auto
}

.mx-datepicker-sidebar+.mx-datepicker-content {
    margin-left: 100px;
    border-left: 1px solid #e8e8e8
}

.mx-datepicker-body {
    position: relative;
    -webkit-user-select: none;
    user-select: none
}

.mx-btn-shortcut {
    display: block;
    padding: 0 6px;
    line-height: 24px
}

.mx-range-wrapper {
    display: flex
}

@media (max-width:750px) {
    .mx-range-wrapper {
        flex-direction: column
    }
}

.mx-datepicker-header {
    padding: 6px 8px;
    border-bottom: 1px solid #e8e8e8
}

.mx-datepicker-footer {
    padding: 6px 8px;
    text-align: right;
    border-top: 1px solid #e8e8e8
}

.mx-calendar {
    box-sizing: border-box;
    width: 248px;
    padding: 6px 12px
}

.mx-calendar+.mx-calendar {
    border-left: 1px solid #e8e8e8
}

.mx-calendar-header,
.mx-time-header {
    box-sizing: border-box;
    height: 34px;
    line-height: 34px;
    text-align: center;
    overflow: hidden
}

.mx-btn-icon-double-left,
.mx-btn-icon-left {
    float: left
}

.mx-btn-icon-double-right,
.mx-btn-icon-right {
    float: right
}

.mx-calendar-header-label {
    font-size: 14px
}

.mx-calendar-decade-separator {
    margin: 0 2px
}

.mx-calendar-decade-separator:after {
    content: "~"
}

.mx-calendar-content {
    position: relative;
    height: 224px;
    box-sizing: border-box
}

.mx-calendar-content .cell {
    cursor: pointer
}

.mx-calendar-content .cell:hover {
    color: #73879c;
    background-color: #f3f9fe
}

.mx-calendar-content .cell.active {
    color: #fff;
    background-color: #1284e7
}

.mx-calendar-content .cell.hover-in-range,
.mx-calendar-content .cell.in-range {
    color: #73879c;
    background-color: #dbedfb
}

.mx-calendar-content .cell.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: #f3f3f3
}

.mx-calendar-week-mode .mx-date-row {
    cursor: pointer
}

.mx-calendar-week-mode .mx-date-row:hover {
    background-color: #f3f9fe
}

.mx-calendar-week-mode .mx-date-row.mx-active-week {
    background-color: #dbedfb
}

.mx-calendar-week-mode .mx-date-row .cell.active,
.mx-calendar-week-mode .mx-date-row .cell:hover {
    color: inherit;
    background-color: initial
}

.mx-week-number {
    opacity: .5
}

.mx-table {
    table-layout: fixed;
    border-collapse: initial;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center
}

.mx-table th {
    font-weight: 500
}

.mx-table td,
.mx-table th {
    padding: 0;
    vertical-align: middle
}

.mx-table-date td,
.mx-table-date th {
    height: 32px;
    font-size: 12px
}

.mx-table-date .today {
    color: #2a90e9
}

.mx-table-date .cell.not-current-month {
    color: #ccc;
    background: none
}

.mx-time {
    flex: 1;
    width: 224px;
    background: #fff
}

.mx-time+.mx-time {
    border-left: 1px solid #e8e8e8
}

.mx-calendar-time {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mx-time-header {
    border-bottom: 1px solid #e8e8e8
}

.mx-time-content {
    height: 224px;
    box-sizing: border-box;
    overflow: hidden
}

.mx-time-columns {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mx-time-column {
    flex: 1;
    position: relative;
    border-left: 1px solid #e8e8e8;
    text-align: center
}

.mx-time-column:first-child {
    border-left: 0
}

.mx-time-column .mx-time-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.mx-time-column .mx-time-list:after {
    content: "";
    display: block;
    height: 192px
}

.mx-time-column .mx-time-item {
    cursor: pointer;
    font-size: 12px;
    height: 32px;
    line-height: 32px
}

.mx-time-column .mx-time-item:hover {
    color: #73879c;
    background-color: #f3f9fe
}

.mx-time-column .mx-time-item.active {
    color: #1284e7;
    background-color: initial;
    font-weight: 700
}

.mx-time-column .mx-time-item.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: #f3f3f3
}

.mx-time-option {
    cursor: pointer;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 20px
}

.mx-time-option:hover {
    color: #73879c;
    background-color: #f3f9fe
}

.mx-time-option.active {
    color: #1284e7;
    background-color: initial;
    font-weight: 700
}

.mx-time-option.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: #f3f3f3
}

.wine-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    visibility: hidden;
    pointer-events: none;
}

.wine-modal.is-open {
    visibility: visible;
    pointer-events: auto;
}

.wine-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.wine-modal__content {
    position: relative;
    width: min(1100px, 92vw);
    max-height: 85vh;
    overflow-y: auto;
    background: #0f0f0f;
    color: #f5f0e8;
    padding: 28px 32px 36px;
    z-index: 1;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border: 1px solid #c0a680;
    border-radius: 5px;
}

.wine-modal__close {
    position: absolute;
    top: 12px;
    right: 16px;
    border: none;
    background: transparent;
    color: inherit;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.wine-modal.is-open .wine-modal__overlay {
    opacity: 1;
}

.wine-modal.is-open .wine-modal__content {
    opacity: 1;
    transform: translateY(0);
}

.wine-modal.is-closing .wine-modal__overlay {
    opacity: 0;
}

.wine-modal.is-closing .wine-modal__content {
    opacity: 0;
    transform: translateY(24px);
}

.wine-modal__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.8fr);
    gap: 24px;
}

.wine-modal__logo img {
    max-width: 140px;
    margin-bottom: 16px;
}

.wine-modal__title {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.wine-modal__price {
    font-size: 14px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.wine-modal__description {
    font-size: 15px;
    line-height: 1.6;
}

.wine-modal__actions {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.wine-modal__link {
    padding: 10px 18px;
    border: 1px solid currentColor;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 12px;
}

.wine-modal__link--primary {
    background: #d5b36a;
    color: #1a1a1a;
    border-color: #d5b36a;
}

.wine-modal__link--order {
    background: #c1a57f;
    color: black;
    border-color: #c1a57f;
}

.wine-modal__link--order:hover {
    background: #d5b36a;
    border-color: #d5b36a;
}

.wine-modal__col--image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.wine-modal__card {
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 12px 14px;
    margin-bottom: 12px;
}

.wine-modal__card-title {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
}

.wine-modal__card-value {
    font-size: 14px;
}

body.wine-modal-open {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .wine-modal__layout {
        grid-template-columns: 1fr;
    }
}

.booking-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    pointer-events: none;
    z-index: 10001;
}

.booking-modal.is-open {
    visibility: visible;
    pointer-events: auto;
}

.booking-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.75);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.booking-modal__content {
    position: relative;
    width: min(980px, 92vw);
    max-height: 85vh;
    overflow-y: auto;
    background: #141414;
    color: #f4ede3;
    padding: 32px 36px 40px;
    border: 1px solid rgba(212, 174, 110, 0.25);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1;
}

.booking-modal.is-open .booking-modal__overlay {
    opacity: 1;
}

.booking-modal.is-open .booking-modal__content {
    opacity: 1;
    transform: translateY(0);
}

.booking-modal__close {
    position: absolute;
    top: 14px;
    right: 18px;
    border: none;
    background: transparent;
    color: inherit;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.booking-modal__header {
    margin-bottom: 22px;
}

.booking-modal__title {
    font-size: 26px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.booking-modal__subtitle {
    color: rgba(244, 237, 227, 0.7);
    font-size: 14px;
}

.booking-modal__form label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(244, 237, 227, 0.8);
    margin-bottom: 8px;
}

.booking-modal__form input,
.booking-modal__form select,
.booking-modal__form textarea {
    width: 100%;
    padding: 12px 14px;
    background: #1b1b1b;
    border: 1px solid rgba(212, 174, 110, 0.2);
    color: #f4ede3;
}

.booking-modal__form input:focus,
.booking-modal__form select:focus,
.booking-modal__form textarea:focus {
    outline: none;
    border-color: rgba(212, 174, 110, 0.6);
}

.booking-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
}

.booking-modal__field--full {
    grid-column: 1 / -1;
}

.booking-modal__actions {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

.booking-modal__submit {
    padding: 12px 28px;
    border: 1px solid #d4ae6e;
    background: #d4ae6e;
    color: #141414;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

body.booking-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .booking-modal__grid {
        grid-template-columns: 1fr;
    }
}

.order-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    pointer-events: none;
    z-index: 10002;
}

.order-modal.is-open {
    visibility: visible;
    pointer-events: auto;
}

.order-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(10, 10, 10, 0.75);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.order-modal__content {
    position: relative;
    width: min(820px, 92vw);
    max-height: 85vh;
    overflow-y: auto;
    background: #141414;
    color: #f4ede3;
    padding: 32px 36px 40px;
    border: 1px solid rgba(212, 174, 110, 0.25);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1;
}

.order-modal.is-open .order-modal__overlay {
    opacity: 1;
}

.order-modal.is-open .order-modal__content {
    opacity: 1;
    transform: translateY(0);
}

.order-modal__close {
    position: absolute;
    top: 14px;
    right: 18px;
    border: none;
    background: transparent;
    color: inherit;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.order-modal__header {
    margin-bottom: 20px;
}

.order-modal__title {
    font-size: 24px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.order-modal__wine {
    margin-top: 8px;
    display: flex;
    gap: 12px;
    align-items: baseline;
    color: rgba(244, 237, 227, 0.7);
}

.order-modal__price {
    font-size: 14px;
    letter-spacing: 0.1em;
}

.order-modal__form label {
    display: block;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(244, 237, 227, 0.8);
    margin-bottom: 8px;
}

.order-modal__form input {
    width: 100%;
    padding: 12px 14px;
    background: #1b1b1b;
    border: 1px solid rgba(212, 174, 110, 0.2);
    color: #f4ede3;
}

.order-modal__form input:focus {
    outline: none;
    border-color: rgba(212, 174, 110, 0.6);
}

.order-modal__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 24px;
}

.order-modal__field--full {
    grid-column: 1 / -1;
}

.order-modal__actions {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
}

.order-modal__submit {
    padding: 12px 28px;
    border: 1px solid #d4ae6e;
    background: #d4ae6e;
    color: #141414;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

body.order-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .order-modal__grid {
        grid-template-columns: 1fr;
    }
}

.thank-you-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.thank-you-card {
    padding: 32px 20px;
}
.section-2 .section-text-end {
    justify-items: end !important;
}
