*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "roboto";
    src: url('../fonts/roboto/RobotoCondensed-Light.ttf') format("truetype");
}

@font-face {
    font-family: "roboto";
    font-weight: bold;
    src: url('../fonts/roboto/RobotoCondensed-Bold.ttf') format("truetype");
}

@font-face {
    font-family: "playfair";
    src: url('../fonts/playfair-display/PlayfairDisplay-Regular.ttf') format("truetype");
}

@font-face {
    font-family: "musetta";
    src: url('../fonts/musetta/musetta-regular-webfont.ttf') format("truetype");
}

:root {
    --olive: #BBB79D;
    --textolive: #605e4d;
    --gray-light: #F6F5EF;
    --black: #000000;
    --white: #ffffff;
}

body{
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body::-webkit-scrollbar {
    display: none;
}

body.force-remove-body-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    transition: none;
}

.container-1920{
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

@media (min-width: 1600px){
    .container{
        max-width: 1490px;
    }
}

p{
    margin-bottom: 0;
    font-family: 'roboto';
}

a,
a:visited,
a:hover{
    color: black;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'musetta';
    word-break: break-word;
}

h1{
    font-size: 206px;
    line-height: 206px;
}


h2{
    font-size: 120px;
    line-height: 120px;
}

h3{
    font-size: 96px;
    line-height: 104px;
}

h4 {
    font-size: 32px;
    line-height: 40px;
}
/* DETAIL BLOG TYPING */
.article-container .full-page-text-top h1 {
    font-size: 110px;
    line-height: 110px;
}
.article-container h1 {
    font-size: 90px;
    line-height: 90px;
}
.article-container h2 {
    font-size: 70px;
    line-height: 72px;
}
.article-container h3 {
    font-size: 56px;
    line-height: 56px;
}
.article-container {
    font-size: 18px;
}
@media (max-width: 1600px){
    h2,
    .article-container h2 {
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 1410px){
    h1{
        font-size: 150px;
        line-height: 150px;
    }
}

@media (max-width: 992px){
    .article-container h1{
        font-size: 78px;
        line-height: 78px;
    }
    h2,
    .article-container h2{
        font-size: 68px;
        line-height: 76px;
    }

    h3,
    .article-container h3{
        font-size: 48px;
        line-height: 48px;
    }
}

@media (max-width: 767px){
    h1 {
        font-size: 95px;
        line-height: 95px;
    }
    .article-container h1{
        font-size: 62px;
        line-height: 62px;
    }

    h2,
    .article-container h2{
        font-size: 48px;
        line-height: 56px;
    }

    .article-container h3{
        font-size: 38px;
        line-height: 38px;
    }
}
@media (max-width: 562px){
    h4{
        font-size: 28px;
    }
}

.overflow-hidden{
    overflow: hidden !important;
}

.padding0{
    padding: 0;
}

.mt-30{
    margin-top: 30px;
}

input:focus,
button:focus,
textarea:focus{
    outline: none;
}

.button,
.select-custom{
    border-radius: 40px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    padding: 20px 35px 20px 65px;
}

select{
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('../images/select-img.svg') no-repeat calc(100% - 10px) 50%;
    background-size: 15px 15px;
    border-radius: none;
    height: 51px;
}

select::after {
    content: "\25bc";
    font-size: 15px;
    color: #000000;
    position: absolute;
    right: 0;
    top: 0;
}

.button p{
    display: inline-flex;
    align-items: center;
}

.button p::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left:  35px;
}

a.button{
    text-decoration: none;
}

.button.btn-white{
    color: #000000;
    background: var(--gray-light);
    border: 1px solid transparent;
}

.button.btn-green{
    color: var(--gray-light);
    background-color: var(--olive);
    border: 1px solid transparent;
}
.button.btn-green:disabled{
    color: var(--gray-light);
    background-color: darkgrey;
    border: 1px solid transparent;
}

.button.btn-white:hover{
    border: 1px solid var(--gray-light);
    color: var(--gray-light);
    background-color: var(--olive);
}

.button.btn-green:hover:not(:disabled){
    color: var(--black);
    border: 1px solid var(--olive);
    background-color: var(--gray-light);
}

.button.btn-white p::after{
    background-color: var(--olive);
}

.button.btn-green p::after{
    background-color: var(--gray-light);
}

.button.btn-white:hover p::after{
    background-color: var(--gray-light);
}

.button.btn-green:hover:not(:disabled) p::after{
    background-color: var(--olive);
}

.musetta{
    font-family: 'musetta' !important;
}

.musetta-text p{
    font-family: 'musetta' !important;
}

.roboto{
    font-family: 'roboto' !important;
}

.roboto-text p{
    font-family: 'roboto' !important;
}

.playfair{
    font-family: 'playfair' !important;
}

.playfair-text p{
    font-family: 'playfair' !important;
}

.navbar{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.smart-scroll{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.scrolled-down{
    transform:translateY(-110%); transition: all 0.3s ease-in-out;
}

.scrolled-up{
    transform:translateY(0); transition: all 0.3s ease-in-out;
    background-color: var(--olive);
}

.navbar.scrolled-up{
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-transparent{
    background-color: transparent;
}

.navbar-wrap{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    position: relative;
}

.white-logo.black{
    filter: invert();
}

.logo-mobile{
    display: none;
}

.menu{
    cursor: pointer;
}

.menu-btn {
    width: 65px;
    height: 17px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.menu-btn__burger,
.menu-btn__burger::before,
.menu-btn__burger::after {
    width: 65px;
    height: 3px;
    border-radius: 5px;
    background-color: #7D7B68;
    transition: all 0.5s ease-in-out;
}

.menu-btn__burger.dark,
.menu-btn__burger.dark::before,
.menu-btn__burger.dark::after{
    background-color: #7D7B68;
}

.menu-btn__burger::before,
.menu-btn__burger::after {
    content: "";
    position: absolute;
}

.menu-btn__burger::before {
    transform: translateY(-8px);
}

.menu-btn__burger::after {
    transform: translateY(8px);
}

/* ANIMATION */
.menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background-color: transparent;
    box-shadow: none;
}
.menu-btn.open .menu-btn__burger::before {
    transform: rotate(18.5deg) translate(45px, -15px);
}
.menu-btn.open .menu-btn__burger::after {
    transform: rotate(-18.5deg) translate(45px, 15px);
}

.cart{
    display: flex;
    align-items: center;
    height: 100%;
    width: 250px;
    justify-content: flex-end;
    position: relative;
}
.cart img{
    width: 55px;
    margin-left: 15px;
}
.cart-w{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.cart p{
    font-size: 24px;
    color: #F6F5EF;
    letter-spacing: 0;
    line-height: 24px;
}

.cart-number{
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

.cart.cart-black .cart-number{
    border: 1px solid black;
    background-color: rgba(0,0,0,0.2);
}

@keyframes addcart {
    0% {transform: scale(1);}
    100% {transform: scale(1.4);}
}

.cart.cart-black p{
    color: black;
}

.desktop-cart{
    position: absolute;
    right: 60px;
    top: 86px;
    width: 620px;
    display: none;
}

.desktop-cart p{
    color: var(--black);
    font-size: 16px;
}

.cart-item{
    width: 100%;
    padding: 30px 35px 25px;
    background-color: var(--white);
    border-bottom: 1px solid var(--olive);
    display: flex;
    position: relative;
}

.cart-item img{
    margin-right: 35px;
    height: 128px;
}

.cart-item-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 65%;
}

.cart-item-title p{
    font-family: 'playfair';
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
}

.cart-item-icon{
    position: absolute;
    top: 35px;
    right: 35px;
    color: var(--black);
    font-size: 20px;
    cursor: pointer;
}

.cart-item-last{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 250px;
}

.cart-item-quantity p{
    font-size: 14px;
    color: rgba(0,0,0,0.50);
    letter-spacing: 0;
    line-height: 24px;
    text-decoration: underline;
}

.cart-item-price p{
    font-family: 'musetta';
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
}

.cart-item-price span{
    font-size: 16px;
}

.cart-checkout{
    width: 100%;
    background-color: var(--olive);
    padding: 30px 50px;
}
.cart-checkout.hidden{
  display: none;
}
.cart-checkout.empty{
    border: 2px solid #ffffff;
}

.cart-subtotal,
.cart-iva,
.cart-total{
    display: flex;
    justify-content: space-between;
}

.cart-total p{
    font-family: 'musetta';
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
}
#cart-grand-total{
    font-family: 'musetta';
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
}

.cart-total span{
    font-size: 16px;
}

.cart-shipping{
    text-align: center;
    margin-bottom: 5px;
}

.cart-shipping p{
    font-size: 14px;
}

.cart-checkout .button{
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 35px;
}
.cart-checkout .button.close-cart-btn:hover{
    cursor: pointer;
}

.cart-checkout .button p::after{
    position: absolute;
    right: 25px;
}

.cart-mobile-close{
    display: none;
    cursor: pointer;
}

.cart-item-list{
    height: 100%;
    background-color: var(--white);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 368px;
}

.cart-item-list::-webkit-scrollbar {
    display: none;
}

.cart-item-list-scroll{
    position: absolute;
    bottom: 199px;
    right: 25px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    background: var(--gray-light);
    border: 1px solid var(--olive);
    margin-bottom: 15px;
    border-radius: 50%;
}
.cart-item-list-scroll.hidden{
    display: none;
}

.cart-item-list-scroll i{
    /* font-size: 12px; */
    color: var(--olive);
}

.bounce {
    animation: bounce 2s ease infinite;
    animation-delay: 2s;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.desktop-menu{
    position: fixed;
    background-color: var(--gray-light);
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    display: none;
}

.desktop-menu .container-1920{
    padding-left: 0;
    height: 100%;
    max-width: 2600px;
}

.desktop-menu .container-1920 .row{
    height: 100%;
}

.desktop-menu-img{
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 700px;
}

.desktop-menu-img img{
    position: absolute;
    top: 50%;
    right: 0;
    border-radius: 0 50% 50% 0;
    transform: translateY(-50%);
    height: 120%;
    display: none;
}

.desktop-menu-img img.active{
    display: block;
}

.desktop-menu-items{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    padding-top: 150px;
    padding-bottom: 60px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100%;
    margin-left: 4.33333%;
    padding-left: 4%;
}

.desktop-menu-items::-webkit-scrollbar {
    display: none;
}

.desktop-menu-items ul{
    list-style: none;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.desktop-menu-items ul li{
    font-family: 'musetta';
    font-size: 73px;
    letter-spacing: 0;
    line-height: 76px;
}

.desktop-menu-items ul{
    padding-left: 0;
}

.desktop-menu-items ul li a{
    text-decoration: none;
    display: block;
}

.desktop-menu-items .go-shop a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desktop-menu-items .go-shop button{
    border: 1px solid var(--olive);
}

.desktop-menu-items .go-shop:hover button{
    color: var(--gray-light);
    border: 1px solid var(--olive);
    background-color: var(--olive);
}

.desktop-menu-items .go-shop:hover button p::after{
    background-color: var(--gray-light);
}

.desktop-menu-items ul li:hover a{
    font-family: 'roboto';
    color: var(--olive);
    position: relative;
}

.desktop-menu-items ul li:hover a::before{
    content: '';
    width: 20px;
    height: 20px;
    background-color: var(--olive);
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
    position: absolute;
    bottom: 22px;
    left: -50px;
}

.desktop-menu-items ul li a button{
    border: 1px solid var(--olive);
}

.desktop-menu-footer .col-3{
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    width: 30% !important;
}

.desktop-menu-footer .col-3:last-child{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 10% !important;
}

.desktop-menu-footer .col-3 i{
    font-size: 22px;
    margin: 5px 0;
}

.full-page-header{
    width: 100%;
}

.full-page-header .container-1920{
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 80px;
    color: white;
    position: relative;
    max-width: 2600px;
}

.full-page-header .container-1920:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.full-page-header .container-1920 .container{
    padding-right: 0;
    padding-left: 0;
}

.full-page-text-top,
.full-page-text-bottom{
    position: relative;
    z-index: 2;
}

.full-page-text-top h1{
    font-family: 'musetta';
    font-size: 128px;
    letter-spacing: 0;
    line-height: 128px;
    text-indent: 120px;
}

.full-page-text-bottom{
    width: 100%;
    text-align: end;
    position: relative;
    padding-left: 260px;
    min-height: 100px;
}

.full-page-text-bottom h2{
    font-family: 'roboto';
    font-size: 100px;
    line-height: 120px;
}

.full-page-text-bottom a{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.mobile-swiper-cart{
    display: none;
}

.product-wine-name{
    padding-left: 10px;
    padding-right: 10px;
    min-height: 105px;
}

.product-wine-name p{
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
}

.product-wine-name p:first-child{
    font-family: 'playfair';
    font-size: 32px;
    color: #000000;
    letter-spacing: 0;
    line-height: 40px;
}

.product-wine-price span{
    font-size: 24px;
}

.product-wine-price p{
    font-family: 'musetta';
    font-size: 48px;
    color: #000000;
    letter-spacing: 0;
    line-height: 56px;
    margin-top: 40px;
}

.swiper-arrow-next,
.swiper-arrow-prev{
    position: absolute;
    top: 28%;
    z-index: 1;
    font-size: 24px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-arrow-next i,
.swiper-arrow-prev i{
    font-size: 14px;
}

.swiper-arrow-next{
    right: 0;
}

.swiper-arrow-prev{
    left: 0;
}

.images-section{
    padding-top: 70px;
    position: relative;
}

.images-section h2{
    font-family: 'roboto';
    font-size: 120px;
    line-height: 120px;
    letter-spacing: 0;
}

.images-section h2 span{
    font-family: 'musetta';
    display: inline-block;
}

.images-section .images-little-text p{
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
    margin-top: 30px;
    font-family: 'playfair';
}

.images-section-slider{
    width: 100%;
    position: relative;
    transform: translateY(-22%);
    margin-bottom: -160px;
}

.images-section .container-1920{
    padding: 0;
    overflow: hidden;
    max-width: 2600px;
}

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

.swiper-container.images-slider{
    width: 60%;
    height: 100%;
    overflow: unset;
}
.wine-slider .swiper-slide img{
    max-height: 680px;
}
.swiper-slide-little{
    padding-bottom: 180px;
}

.swiper-container.images-slider .swiper-wrapper{
    display: flex;
    align-items: flex-end;
    background: transparent;
}

.images-slider .swiper-slide{
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
}

.images-slider .swiper-slide.swiper-slide-active img{
    border-radius: 50% 50% 0 0;
}

.images-slider-text{
    width: 100%;
    text-align: start;
}

.images-slider-text .images-text-title{
    margin-top: 50px;
    margin-bottom: 20px;
}

.images-slider-text .images-text-title p{
    font-family: 'playfair';
}

.images-slider-text .images-text-title p{
    font-size: 32px;
    line-height: 40px;
}

.images-slider-text a{
    margin-top: 20px;
    display: block;
    width: 330px;
}

.images-mobile-next,
.images-mobile-prev{
    display: none;
}

.respect{
    padding: 150px 0;
}

.respect h3{
    font-size: 96px;
    letter-spacing: 0;
    text-align: center;
    line-height: 104px;
}
.respect h3 .h3-subtitle{
    display: block;
    font-size: 3rem;
    line-height: 46px;
}

.respect-title{
    margin-bottom: 50px;
}

.respect-image-wrap{
    width: 100%;
    position: relative;
}

.respect-image-wrap img{
    border-radius: 115px;
}

.respect-image-wrap a{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32.5px;
    min-width: 254px;
}

.respect-text{
    padding-left: 20px;
}

.respect-text p{
    font-family: 'playfair';
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    margin-left: 100px;
}

.respect-text p:first-child{
    font-family: 'roboto';
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: 0;
}

.newsletter{
    padding: 100px 0;
    background-color: var(--gray-light);
}

.news-wrap{
    display: flex;
    justify-content: space-between;
}

.newsletter .news-title{
    margin-bottom: 20px;
}

.newsletter h4{
    font-family: 'playfair';
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
}

.newsletter i{
    font-size: 50px;
    color: #000000;
    opacity: 0.3;
}

.news-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-input input{
    width: 100%;
    border: none;
    border-bottom: 1px solid #000000;
    background-color: transparent;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 0;
    padding: 20px 0 15px;
    color: #000000;
    opacity: 0.3;
    font-family: 'musetta';
}

.news-input input::placeholder{
    font-family: 'musetta';
    color: #000000;
    letter-spacing: 0;
}

.newsletter .news-input{
    position: relative;
    margin-bottom: 15px;
    flex-grow: 1;
    margin-left: 30px;
    margin-right: 30px;
}

.news-btn{
    display: flex;
    align-items: center;
}

.news-wrap button{
    display: flex;
    border: none;
    background-color: transparent;
    padding: 10px 20px 10px;
}

.news-wrap-item{
    display: flex;
    align-items: center;
    width: 100%;
}
.news-wrap-item img{
    width: 50px;
}

.news-privacy{
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.news-privacy label{
    font-family: 'roboto';
    font-size: 12px;
    letter-spacing: 0;
    line-height: 24px;
}

.news-privacy input{
    background: #F6F5EF;
    border: 1px solid #BBB79D;
    padding: 0;
}

.news-privacy .checkbox-round {
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-color: var(--gray-light);
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid var(--olive);
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-right: 20px;
}

.news-privacy .checkbox-round:checked {
    background-color: var(--olive);
}

.mobile-button{
    display: none;
}

.section-little-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-top: 25px;
}

.section-little-title p{
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
}

/* MARQUEE */

.marquee {
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
}

.marquee span {
    font-family: 'musetta';
    font-size: 192px;
    letter-spacing: 0;
    line-height: 256px;
    padding: 0 2vw;
    color: #BBB79D;
    opacity: 0.1;
    z-index: 9;
}

.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 8s linear infinite;
    animation-play-state: running;
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}

/* END MARQUEE */

.footer{
    background-color: var(--olive);
    padding: 120px 0;
}

.footer-black-logo{
    display: none;
}

.footer-logo{
    margin-bottom: 120px;
}

.footer-address,
.footer-social{
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    margin-bottom: 30px;
}

.footer-address p,
.footer-social p{
    font-family: 'playfair';
}

.footer-social-icons a{
    text-decoration: none;
    margin-right: 20px;
}

.footer-social-icons i{
    font-size: 20px;
}

.footer-links{
    margin-top: 70px;
}

.footer-links ul{
    list-style: none;
    padding: 0;
}

.footer-links a{
    font-family: 'roboto';
    text-decoration: none;
    opacity: 0.6;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
}

.footer-btt{
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
}

.bbt-wrap{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.footer-btt p{
    font-size: 24px;
    color: #F6F5EF;
    letter-spacing: 0;
    line-height: 24px;
    margin-right: 20px;
}

.btt-icon{
    width: 55px;
    height: 55px;
    background: var(--gray-light);
    border: 1px solid var(--gray-light);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.btt-icon i{
    color: #BBB79D;
}

.footer-last{
    background-color: var(--black);
    padding: 10px 0;
}

.footer-last small{
    font-family: 'roboto';
    font-size: 14px;
    color: var(--gray-light);
}

.wine-simbol img {
    animation: rotation 25s infinite linear;
    -webkit-animation: rotation 25s infinite linear;
}
/* BLOG SECTION */
.blog-article .article-body{
    padding: 15px 5px;
}
.blog-article .article-title{
    font-family: 'playfair';
    font-size: 32px;
    line-height: 40px;
}
.blog-article .article-image-container{
    max-height: 300px;
    overflow: hidden;
}
.blog-article .article-title a{
    text-decoration: none;
}
/* END BLOG SECTION */

/* EVENT SECTION */
.article-date{
    position: absolute;
    top: 15px;
    right: -8px;
    font-weight: 600;
    color: var(--gray-light);
    background-color: var(--olive);
    border: 1px solid transparent;
    border-radius: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    padding: 8px 20px;
}
.article-info-item{
    color: #000000;
    background: var(--gray-light);
    border: 1px solid var(--olive);
    border-radius: 40px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    padding: 8px 4px;
    margin-bottom: 15px;
}
.article-container span.marker{
    color: var(--gray-light);
    background: var(--olive);
    border: 1px solid var(--gray-light);
    border-radius: 40px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: center;
    line-height: 37px;
    padding: 8px 15px;
    margin-bottom: 15px;
}

.blog-article.event-article .article-title{
    min-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-article.event-article .article-content{
    min-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.row-tiles-image {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.row-tiles-image .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.row-tiles-image .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}
/* END EVENT SECTION */

.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#iubenda-cs-title{
    font-size: 24px !important;
    line-height: 28px !important;
}
@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@media (max-width: 1600px){
    .images-section h2{
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 1500px){
    .desktop-menu-items ul li{
        font-size: 70px;
        line-height: 74px;
    }

    .full-page-text-top h1{
        font-size: 100px;
        line-height: 100px;
    }

    .full-page-text-bottom h2 {
        font-size: 85px;
        line-height: 85px;
    }
}

@media (max-width: 1400px){

    .desktop-menu-footer .col-3{
        font-size: 14px;
    }

    .desktop-menu-items .go-shop button{
        padding-left: 35px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .images-section .images-little-text p,
    .images-slider-text .images-text-title p{
        font-size: 24px;
        line-height: 32px;
    }

    .images-slider-text p{
        font-size: 16px;
    }

    .images-slider-text .images-text-title {
        margin-top: 25px;
        margin-bottom: 15px;
    }
}

@media (max-width: 1300px){
    .desktop-menu-items ul li:hover a::before{
        width: 15px;
        height: 15px;
        left: -30px;
        bottom: 15px;
    }

    .desktop-menu-items{
        padding-bottom: 30px;
    }
}

@media (max-width: 1200px){
    .full-page-text-top h1,
    .article-container .full-page-text-top h1,
    .full-page-text-bottom h2{
        font-size: 80px;
        line-height: 0.9;
    }

    .full-page-text-top h1{
        text-indent: 80px;
    }

    .full-page-text-top{
        margin-bottom: 80px;
    }

    .desktop-menu-items ul li{
        font-size: 53px;
        line-height: 64px;
    }

    .desktop-menu-items .go-shop button{
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .swiper-container.images-slider {
        width: 75%;
    }

    .news-input input {
        font-size: 46px;
        line-height: 46px;
    }
}

@media (max-width: 992px){
    .button{
        padding: 15px 35px 15px 65px;
        min-width: 254px;
    }

    .cart-checkout {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .home-first-img a{
        display: none;
    }

    .container-1920{
        padding-left: 30px;
        padding-right: 30px;
    }

    .desktop-menu .container-1920{
        padding-left: 30px;
    }

    .navbar{
        background-color: var(--white);
        padding-top: 15px;
        padding-bottom: 15px;
        height: 86px;
    }

    .logo{
        max-width: 55%;
    }

    .menu-btn{
        width: 45px;
    }

    .menu-btn__burger, .menu-btn__burger::before, .menu-btn__burger::after{
        width: 45px;
        background-color: #7D7B68 !important;
    }

    .menu-btn.open .menu-btn__burger {
        background-color: transparent !important;
    }

    .menu{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 155px;
        align-items: center;
    }
    .cart img{
        width: 45px;
    }
    .menu-mobile-wrap{
        display: flex;
    }

    .logo-mobile{
        display: block;
    }

    .white-logo,.black-logo{
        display: none !important;
    }

    .cart{
        width: unset;
    }

    .cart .desk-bag{
        display: none;
    }

    .cart p{
        color: var(--black);
    }

    .cart .cart-number{
        border: 1px solid black;
        background-color: rgba(0,0,0,0.2);
        width: 45px;
        height: 45px;
    }

    .desktop-cart{
        position: fixed;
        left: 0;
        right: 0;
        top: 86px;
        width: 100%;
        display: none;
        /* height: calc(100vh - 86px); */
        height: calc(100% - 86px);
    }

    .cart-wrap{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
    }

    .cart-mobile-close{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--olive);
        height: 75px;
        position: relative;
    }

    .cart-item-list{
        max-height: unset;
        /* padding-bottom: 214px; */
    }

    .cart-item-list:after {
        content: '';
        display: block;
        padding-bottom: 214px;
    }

    .mobile-close-cart-button{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--white);
        cursor: pointer;
    }

    .mobile-close-cart-button i{
        color: var(--black);
    }

    .cart-item-list-scroll{
        bottom: 189px;
    }

    .desktop-menu{
        /* background-color: #BBB79D; */
        background-image: url("../images/mobile-menu-back.jpeg"), linear-gradient(rgba(0,0,0,7),rgba(0,0,0,7));
        background-blend-mode: overlay;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .desktop-menu-items ul li {
        font-size: 75px;
        line-height: 84px;
    }

    .desktop-menu-img{
        display: none;
    }

    .desktop-menu-items{
        padding-left: 15px;
        margin-left: 0;
    }

    .desktop-menu-items .go-shop button{
        display: none;
    }

    .desktop-menu-footer .col-3:not(:last-child){
        display: none;
    }
    .desktop-menu-footer .col-3:last-child{
        flex-direction: row;
    }

    .desktop-menu-footer .col-3:last-child a{
        margin-right: 25px;
    }

    .desktop-menu-items ul li:hover a{
        color: #BBB79D;
        /* font-family: unset;
        color: unset; */
    }

    .full-page-header .container-1920{
        padding-bottom: 230px;
    }

    .full-page-text-bottom a {
        position: absolute;
        bottom: -180px;
        left: 50%;
        transform: translateX(-50%);
        min-width: 254px;
    }

    .full-page-text-bottom{
        padding-left: unset;
    }

    .mobile-swiper-cart{
        display: flex;
        width: 50px;
        height: 50px;
        background-color: var(--olive);
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }

    .product-wine-price{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }

    .product-wine-price p{
        margin-top: 0;
    }

    .swiper-arrow-next,
    .swiper-arrow-prev{
        width: 50px;
        height: 50px;
        border: 1px solid var(--olive);
        background-color: var(--white);
        top: 240px;
    }

    .swiper-arrow-next i,
    .swiper-arrow-prev i{
        font-size: 18px;
    }

    .swiper-arrow-next{
        right: 6%;
    }

    .swiper-arrow-prev{
        left: 6%;
    }

    .images-section h2{
        font-size: 68px;
        line-height: 76px;
    }

    .images-little-text{
        margin-bottom: 50px;
    }

    .images-slider-text{
        padding: 0 60px;
    }

    .images-slider-text .button{
        padding: 15px 15px 15px 30px;
        min-width: unset;
        width: unset;
        max-width: 275px;
    }

    .images-slider .swiper-slide.swiper-slide-active img{
        border-radius: unset;
    }

    .images-section-slider .swiper-slide{
        padding: 0 15px;
    }

    .swiper-container.images-slider .swiper-wrapper{
        align-items: flex-start;
    }

    .swiper-container.images-slider{
        overflow: hidden;
        width: 100%;
    }

    .images-section-slider {
        transform: unset;
        margin-bottom: unset;
    }

    .images-mobile-next,
    .images-mobile-prev{
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid var(--olive);
        background-color: var(--white);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: absolute;
        top: 200px;
        z-index: 9;
    }

    .images-mobile-next{
        right: 60px;
    }
    .images-mobile-prev{
        left: 60px;
    }

    .swiper-slide-little {
        padding-bottom: 0;
    }

    .respect {
        padding: 80px 15px 100px 15px;
    }

    .respect .row{
        flex-direction: column-reverse;
    }

    .respect-title{
        margin-bottom: 40px;
    }

    .respect h3 {
        font-size: 56px;
        line-height: 64px;
    }

    .respect h3 .h3-subtitle{
        font-size: 2rem;
        line-height: 34px;
    }

    .respect-image-wrap{
        text-align: center;
        margin-top: 40px;
    }

    .respect-text{
        padding-left: 15px;
        text-align: center;
    }

    .respect-text p{
        margin-left: unset;
        font-size: 20px;
    }

    .respect-text p:first-child{
        margin-bottom: 20px;
        margin-top: 0;
    }

    .newsletter {
        padding: 100px 15px;
    }

    .mobile-button{
        display: block;
        margin-top: 15px;
    }

    .mobile-button button{
        border: none;
    }

    .news-input button{
        display: none;
    }

    .news-input input{
        padding-right: 0;
    }

    .news-input input::placeholder{
        font-size: 56px;
        line-height: 64px;
    }

    .newsletter i {
        font-size: 40px;
    }

    .news-btn{
        display: none;
    }

    .news-wrap{
        flex-direction: column;
    }

    .footer{
        padding: 60px 0;
    }

    .footer-logo {
        margin-bottom: 50px;
    }

    .footer-info .col-12{
        margin-bottom: 20px;
    }

    .footer-social{
        font-size: 20px;
    }

    .footer-links {
        margin-top: 50px;
    }

    .footer-links a{
        font-size: 20px;
        line-height: 45px;
    }

    .footer-last{
        text-align: center;
    }
}

@media (max-width: 767px){
    .full-page-text-top h1{
        text-indent: 0;
    }

    .full-page-text-top h1,
    .article-container .full-page-text-top h1,
    .full-page-text-bottom h2 {
        font-size: 60px;
        line-height: 0.9;
    }

    .cart-item{
        padding: 20px 15px;
    }

    .cart-item-icon{
        top: 25px;
    }

    .cart-item-list:after {
        padding-bottom: 154px;
        /* padding-bottom: calc(154px + env(safe-area-inset-bottom)); */
    }

    .cart-item img {
        margin-right: 15px;
    }

    .desktop-menu-items ul li {
        font-size: 63px;
        line-height: 74px;
    }

    .images-slider-text{
        padding: 0 30px;
    }

    .images-mobile-next{
        right: 30px;
    }
    .images-mobile-prev{
        left: 30px;
    }

    .images-mobile-next,
    .images-mobile-prev{
        width: 35px;
        height: 35px;
    }

    .images-section h2{
        font-size: 48px;
        line-height: 56px;
    }

    .desktop-menu-footer{
        margin-bottom: 80px;
    }
}

@media (max-width: 560px){
    .container-1920{
        padding-left: 15px;
        padding-right: 15px;
    }

    input,select,textarea{
        border-radius: unset !important;
    }

    input[type="checkbox"]{
        border-radius: 50% !important;
    }

    .select-quantity input{
        border-radius: 40px !important;
    }

    .cart-mobile-close{
        height: 50px;
    }

    .cart-checkout {
        padding: 20px 15px;
    }

    .cart-checkout .button{
        padding: 10px 65px 10px 35px;
    }

    .cart-item{
        padding-left: 5px;
    }

    .cart-item-list-scroll{
        bottom: 154px;
        right: 9px;
    }

    .cart-item-text{
        width: 60%;
    }

    .cart-item-icon{
        right: 15px;
    }

    .cart-total {
        margin-top: 10px;
    }

    .cart-total p {
        line-height: 25px;
    }

    .full-page-header .container-1920{
        padding-top: 140px
    }

    .menu{
        right: 135px;
    }

    .desktop-menu .container-1920 {
        padding-left: 15px;
    }

    .section-little-title{
        padding-top: 15px;
    }

    .full-page-text-top h1,
    .article-container .full-page-text-top h1,
    .full-page-text-bottom h2{
        font-size: 48px;
        line-height: 48px;
    }

    .full-page-text-top {
        margin-bottom: 30px;
    }

    .full-page-text-bottom a {
        bottom: -120px;
    }

    .full-page-header .container-1920:after {
        background: rgba(0, 0, 0, 0.4);
    }

    .product-wine-name p:first-child{
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .product-wine-price p{
        font-size: 32px;
        line-height: 40px;
    }

    .images-slider-text{
        padding: 0 15px;
    }

    .images-mobile-next{
        right: 15px;
    }
    .images-mobile-prev{
        left: 15px;
    }

    .respect {
        padding: 60px 0 80px 0;
    }

    .respect h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .respect h3 .h3-subtitle {
        font-size: 1.5rem;
        line-height: 28px;
    }

    .respect-text p {
        line-height: unset;
        font-size: 16px;
    }

    .respect-image-wrap a{
        min-width: 254px;
    }

    .newsletter {
        padding: 60px 0;
    }

    .news-input input{
        padding-right: 0;
        font-size: 38px;
        line-height: 40px;
    }

    .newsletter h4 {
        font-size: 28px;
    }

    .news-input input::placeholder{
        font-size: 38px;
        line-height: 40px;
    }

    .footer-black-logo{
        width: 60%;
    }

    .news-privacy {
        align-items: baseline;
    }
}

@media (max-width: 350px){
    .full-page-text-top h1,
    .article-container .full-page-text-top h1,
    .full-page-text-top h2,
    .full-page-text-bottom h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .images-section h2 {
        font-size: 42px;
        line-height: 49px;
    }

    .desktop-menu-items ul li {
        font-size: 46px;
        line-height: 60px;
    }

    .cart-item-title p {
        font-size: 22px;
        line-height: 30px;
    }

    .button {
        padding: 10px 35px 10px 65px;
    }
}

@media (height: 1366px) and (width: 1024px) {
    .desktop-menu-img{
        display: none;
    }

    .desktop-menu-items{
        width: 100%;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 30%;
        padding-bottom: 40px;
    }

    .desktop-menu .container-1920{
        padding-left: 60px;
    }

    .desktop-menu-items ul li {
        font-size: 110px;
        line-height: 135px;
    }

    .desktop-menu {
        background-image: url(../images/mobile-menu-back.jpeg), linear-gradient(rgba(0,0,0,7),rgba(0,0,0,7));
        background-blend-mode: overlay;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-height: 1000px) and (min-width: 2200px){
    .desktop-menu-items ul li {
        font-size: 124px;
        line-height: 134px;
    }
}







