*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}

body{
    font-family: "Lato", sans-serif;
    font-size:14px;
    line-height: 1.4;
    background-color:#fff;
}
a {
    color: #000;
    text-decoration: none;
}
html.no-touch a:hover {
    border-bottom: 1px solid #000;
}
a:hover {
    text-decoration: none;
}
a,
button {
    -webkit-appearance: none !important;
    border-radius: 0;
}


/* Bootstrap
------------------------------------------------------------ */

.btn-primary{border:1px solid #000!important;background-color:transparent!important;color:#000!important;text-shadow:none!important;border-radius:0!important;box-shadow:none!important;}
html.no-touch .btn-primary:hover{color:#FFF!important;background-color:#000!important}
.btn-primary-chiaro{border:1px solid #000!important;background-color:transparent!important;color:#000!important;text-shadow:none!important;border-radius:0!important;box-shadow:none!important;}
.btn-primary-chiaro:hover{color:#FFF!important;background-color:#000!important}
.btn-black{border:1px solid #000!important;background-color:#000!important;color:#FFF!important;text-shadow:none!important;border-radius:0!important;box-shadow:none!important;}
.btn-black:hover{color:#FFF!important;background-color:#222!important}
.btn-link{border:none;background: none;font-weight:700;color:#000!important;text-shadow:none!important;border-radius:0!important;box-shadow:none!important;}
.btn-link:hover{color:#222!important;}
.form-control{border-color: #000;border-radius:0;font-size: 16px;}
.alert-success {
    color: #FFF;
    background-color: #000;
    border-color: #000;
    border-radius: 0;
}
.img-responsive {
    width: 100%;
}


/* Beers
------------------------------------------------------------ */

.bee-qty-widget {
    display: flex;
    line-height: 25px;
    height: 25px;
}
.bee-qty-widget span {
    padding: 0 5px;
    width: 40px;
    line-height: 25px;
    height: 25px;
    text-align: center;
    cursor: default;
    vertical-align: middle;
}
.bee-qty-widget .btn {
    padding: 0 10px;
    line-height: 25px;
    font-size: 10px;
    height: 25px;
    width: 33px;
    vertical-align: middle;
}
.bee-error-message, .epp-ci .bee-error-message {
    top: 100%;
    right: 0;
    background:#000;
}
.bee-scroll-top {
    color: #FFF;
    background-color: #000;
    z-index: 1000;
}

.bee-dialog .bee-dialog-inner {
    border-radius: 0;
}

/* Header
------------------------------------------------------------ */

header{
    background-color:#354834;
    color: #fff;
    overflow: hidden;
    overflow-y:auto;
    z-index:1000;
    transition: transform 0.3s ease;
}

/* Mobile */
header .mobile {
    display: none;
    position: relative;
    width: 100%;
    height: 100px;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
header .mobile button {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 45px;
    height: 40px;
    transform: translateY(-50%);
    padding: 15px 10px;
    background: none;
    border: none;
}
header .mobile button div {
    display: block;
    position: relative;
    width: 25px;
    height: 2px;
    background: #000;
}
header .mobile button div + div {
    margin-top: 3px;
}
header.open .mobile button div:nth-child(1) {
    position: absolute;
    transform: rotate(-45deg);
}
header.open .mobile button div:nth-child(2) {
    position: absolute;
    transform: rotate(45deg);
    margin: 0 !important;
}
header.open .mobile button div:nth-child(3) {
    display: none;
}

/* Main */

.view-home header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

header .main {
    display: flex;
    flex-direction: column;
    padding: 27.41px 30px;
}
header.canvas-open {
    position: fixed;
    left: 0;
    width: auto;
}

header.canvas-open {
    top: 0px;
}

@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
}

/* Top */
header .top {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: space-between;
    font-size:12px;
    font-weight:700;
    position: relative;
    z-index: 10000;
}
header .top > div {
    flex: 0 0 33.333333%;
    text-align: center;
}
header .top > div:first-child {
    text-align: left;
}
header .top > div:last-child {
    text-align: right;
}
header .top .social {
    display: flex;
    align-items: center;
    justify-content: center;
}
header .top .social a {
    display: block;
}
header .top .social a + a {
    margin-left: 15px;
}
header .top .social img{
    width: auto;
    height: 16px;
}

/* Brand */
header .brand {
    flex: 0 0 auto;
}

header .brand img {
    max-width: 228px;
}

footer .brand img {
    max-width: 200px;
}

header .brand img,
footer .brand img {
    width: 100%;
    margin: auto;
}

footer .brand img {
    display: block;
}
header .brand h3 {
    margin-top: 10px;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 0;
}

/* Products */
header .products {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-wrap: wrap;
    max-width: 250px;
    margin: auto;
}
header .products .product{
    display: block;
    position: relative;
    flex: 0 0 33%;
    padding: 0 13px 8px;
    color: #000;
    text-align:center;
}
header .products .product img{
    display: block;
    width: 100%;
    margin: auto;
}
header .products .product .details {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position:absolute;
    top:0;right:0;bottom:0;left:0;
    padding: 0;
    background: #f2f1ed;
    text-align:center;
    overflow:hidden;
    opacity:0;
    transition:opacity .25s ease-in-out;
}
header .products .product:hover .details{
    opacity:1
}
header .products .product .details .name{
    font-size:15px;
    font-weight:700;
    font-style:italic;
    margin: 0;
}
header .products .product .details .type{
    font-size: 12px;
    margin: 5px 0 0;
}

/* Promo */
header .promo {
    display: block;
    max-width: 250px;
    margin: 30px auto 0;
}
header .promo a {
    display: block;
    margin: 0;
    text-align: center;
}
header .promo a img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
header .promo a:hover {
    text-decoration: none;
    color: 0;
}
header .promo a .title {
    margin: 10px 0 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
}
header .promo a .text {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    font-style: italic;
}

header.canvas-open {
    background-color: #000;
    z-index: 1001;
    right: 17px;
}
header.canvas-open .brand-wrapper {
    opacity: 0;
    pointer-events: none;
}

/* Promo Esperienze Divinea*/
header .promo_divinea {
    display: block;
    max-width: 250px;
    margin: 30px auto 40px;
}
header .promo_divinea a {
    display: block;
    margin: 0;
    text-align: center;
}
header .promo_divinea a img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
header .promo_divinea a:hover {
    text-decoration: none;
    color: #f2f1ed;
}
header .promo_divinea a .title {
    margin: 5px 0 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
}
header .promo_divinea a .text {
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    font-style: italic;
}

header a {
    color: #fff;
    text-decoration: none;
}

html.no-touch header a:hover {
    color: #fff;
    text-decoration: none;
}

header .main a {
    font-size: 14px;
}

html.no-touch header .main a:hover {
    border-bottom: 1px solid #fff;
}


/* Highlight Box
------------------------------------------------------------ */

.highlight-box .content{
    display:none;
    position:absolute;
    top: 100px;
    right: 100px;
    width: 300px;
    padding:30px;
    margin: 70px 30px 30px;
    color: #000;
    background-color:#fff;
    z-index:1001;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
}
.highlight-box .content span {
    display: block
}
.highlight-box .content .closer{
    display: block;
    position:absolute;
    width: 24px;
    height: 24px;
    font-family:Arial,Helvetica,sans-serif;
    font-size:24px;
    line-height: 1;
    right:10px;
    top:10px;
    font-weight:400;
    cursor: pointer;
    text-align: center;
}
.highlight-box .content .title{
    font-size: 14px
}
.highlight-box .content .desc{
    margin-top: 10px;
}
.highlight-box .opener{
    display: block;
    position: absolute;
    right:0;top:100px;
    font-weight:400;
    font-size:14px;
    padding:5px;
    color: #000;
    background-color:#f2f1ed;
    z-index: 900;
    cursor: pointer;
}

.account-sign-up h4 {
    font-size: 18px;
    line-height: 1.2em;
}

/* Newsletter */
.highlight-box.newsletter .content{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 36%);
    width: 500px;
    padding:0;
    margin: 0;
    color: #000;
    height: 762px;
    max-height: calc(100vh - 30%);
    /* overflow: auto; */
}
.highlight-box.newsletter .content .closer {
    right: 42px;
    top: 23px;
}
.highlight-box.newsletter .content [data-newsletter-form] {
    margin-bottom: 20px;
}
.highlight-box.newsletter .content h4 {
    margin: 0;
}
.highlight-box.newsletter .content p {
    margin: 5px 0 0;
}
.highlight-box.newsletter .content .input {
    display: flex;
    position: relative;
    align-items: flex-center;
    margin-top: 15px;
}
.highlight-box.newsletter .content .input label {
    margin: 0 15px 0 0;
    line-height: 20px;
    vertical-align: baseline;
}
.highlight-box.newsletter .content .input input {
    width: 100%;
    padding: 0px;
    height: 20px;
    line-height: 20px;
    background-color:#fff;
    border: none;
    border-bottom: 1px solid #000;
}
.highlight-box.newsletter .content .policy {
    margin-top: 15px;
}
.highlight-box.newsletter .content .button {
    margin-top: 15px;
    text-align: right;
}

/* .highlight-box.newsletter .content body {
    padding: 0 !important;
}

.highlight-box.newsletter .content body form {
    max-width: 100% !important;
} */

.user-select-auto {
    max-width: 100% !important;
}

/* Info */
.highlight-box.info {
    font-family:"Courier New",Courier,monospace;
    font-size:12px;
    font-weight:700;
}

/* Sign */
.highlight-box.sign .content{
    position: fixed;
    top: 0;
    right: initial;
    left: auto;
    width: 400px;
    padding:60px 35px 40px;
    color: #FFF;
    max-height: calc(100vh - 170px);
    overflow: auto;
    background-color: #1a1a1a;    
    border: 4px solid #f2f1ed;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}
.highlight-box.sign .content [data-newsletter-form] {
    margin-bottom: 20px;
}
.highlight-box.sign .content h4 {  
    font-size: 22px;
    margin: 0;
}
.highlight-box.sign .content p {
    margin: 20px 0 0;
}
.highlight-box.sign .content a {
    color: #FFF;
    text-decoration: underline;
}
.highlight-box.sign .content .input {
    display: flex;
    position: relative;
    align-items: flex-center;
    margin: 30px 0;
    border-color: #FFF;    
}
.highlight-box.sign .content .input label {
    margin: 0 15px 0 0;
    line-height: 20px;
    vertical-align: baseline;
}
.highlight-box.sign .content .input input {
    color: #fff;
    background-color:#1a1a1a;    
    width: 100%;
    padding: 0px;
    height: 20px;
    line-height: 20px;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 5px;
    border-bottom: 1px solid #FFF;
}
.highlight-box.sign .content .policy {
    margin-top: 15px;
}
.highlight-box.sign .content .login-action {
    margin-top: 30px;
}
.highlight-box.sign .content .login-action .btn {
    color: #FFF !important;
    border-color: #FFF !important;
}


/* Main
------------------------------------------------------------ */

main{
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 900;
}
main .empty-page{padding:160px 0;text-align: center;}
main .empty-page h1 {margin-bottom: 50px;}

main .custom-navigation {text-align:center;color:#000;font-style:italic;}
main .custom-navigation a{all: unset;color:#000;margin:auto 50px;text-decoration:none;font-style:normal;background: none;cursor: pointer;}
main .banner .content, main .photogallery .content{padding:70px 40px;margin-bottom:0px;}

main .title-editor-content{margin: 0 0 15px;}
main .text-content{text-align:justify;}
main .text-content > p:last-of-type{margin-bottom: 0;}
main .url-content{display: block; text-decoration: underline; color: #333;}

main .banner img{
    width: 100%;
}
main .banner .content > * + *{
    margin-top: 15px;
}

/* Footer
------------------------------------------------------------ */

footer {
    display: flex;
    padding: 44px 40px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.2;
    border-top: 1px solid #333;
    color: #fff;
    background-color: #354834;
}

footer a {
    color: #fff;
}

html.no-touch footer a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
footer .col {
    flex: 0 0 33.333333%;
}
footer h4,
footer .h4 {
    font-weight: 700;
    font-size: 14px;
}

.eu-logo {
    width: 314px;
    margin-bottom: 20px;
    margin-left: 14px;
}

.logo-desktop {
    display: block;
}

.logo-mobile {
    display: none;
}

footer .mapgo {
    display: block;
    margin-top: 30px;
}
footer .mapgo form {
    display: block;
    margin-top: 5px;
}
footer .mapgo form input {
    min-width: 200px;
    padding: 5px 10px;
    line-height: 20px;
    background-color:#f2f1ed;
    border: 1px solid #000;
    color: #000;
}

footer img {
    display: block;
    max-width: 100%;
}
footer .contact-wrapper a + a{
    margin-left: 15px;
}

footer .contact-wrapper {
    line-height: 1.4;
}


/* Shop List
------------------------------------------------------------ */

.shop-list {padding: 0 40px;}

/* Head */
.shop-list .shop-head {
    /* padding: 30px 40px 15px; */
    /* background: #f2f1ed; */

    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: -1px;
    right: 0;
    left: 33%;
    padding: 24px 41px 15px;
    /*font-family: Arial,Helvetica,sans-serif;*/
    transition: transform .3s ease;
    z-index: 900;
}
.shop-list .shop-head .info {
    width: 100%;
}
.shop-list .shop-head .info .account {
    display: inline-block;
    color: #FFF;
    font-family:"Times New Roman",Times,serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    background-color: #1a1a1a;
    padding: 5px 10px 5px 0;
    display: flex;
    justify-content: space-between;
}
.shop-list .shop-head .tool {
    flex: 0 0 auto;
}
.shop-list .shop-head .tool span {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.shop-list .shop-head .tool .btn-cart {
    display: inline-block;
    background-color: transparent;
    border: none;
}
.shop-list .shop-head .tool .btn-cart img {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: -16px;
}

/* Item */
.shop-list .shop-item{
    display:flex;
    margin-top: 100px;
}
.shop-list.shop-list-landing .shop-item{
    margin-top: 20px !important; 
    margin-bottom: 100px !important
}
.shop-list .shop-item .shop-thumb{flex:0 0 200px;width:200px;margin-right:40px;}
.shop-list .shop-item .shop-thumb img{display:block;max-width:100%;margin:auto}
.shop-list .shop-item .shop-content .name {
    font-family:Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: 40px 0 5px;
}
.shop-list .shop-item .shop-content .type {
    font-size:18px;
    font-weight: 500;
    font-style: italic;
}
.shop-list .shop-item .shop-content .price {
    font-family: sans-serif;
    font-weight: 700;
    margin-top: 25px;    
    margin-bottom: 25px;    
}
.shop-list .shop-item .shop-content .price strike{
    font-size: 13px;
    font-weight: 400;
}
.shop-list .shop-item .shop-content .sintesi {
    margin: 20px 0;
}
.shop-list .shop-item .shop-content .sintesi p {
    font-size:14px;
    margin: 0;
}
.shop-list .shop-item .shop-content .description {
    font-size:14px;
    font-style: italic;
    margin: 0;
}
.shop-list .shop-item .shop-content .description p {
    background: none !important;
}
.shop-list .shop-item .shop-content .scheda {
    font-weight: 500;
    /* text-decoration-line: underline; */
    padding-top: 10px;
}
.shop-list .shop-item .shop-content .cart {
    margin-top: 20px;
} 
.shop-list .shop-item .shop-content .cart .cart-bar {
    display: flex;
    align-items: center;
}
.shop-list .shop-item .shop-content .cart .bee-qty-widget {
    margin-right: 15px;
}
.shop-list .shop-item .shop-content .cart .unavailable {
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.shop-list .shop-item .shop-content .cart .sign {
    color: #000;
    font-family: sans-serif;
    font-weight: 700;
    margin: 0;
}
.shop-list .shop-item .shop-content .cart .sign a {
    text-decoration: underline;
}
.shop-list .shop-item .shop-content .sintesi p span {
    font-weight: bold;
}


/* Shop Add Dialog
------------------------------------------------------------ */

.shop-add-dialog {
    text-align: center;
}
.shop-add-dialog .shop-content .title {
    font-size: 14px;
    font-weight: 700;
    font-family: sans-serif;
    text-transform: uppercase;
    margin: 0;
}
.shop-add-dialog .shop-content .name {
    font-family:Arial,Helvetica,sans-serif;
    font-size: 24px;
    font-weight: 800;
    margin: 40px 0 5px;
}
.shop-add-dialog .shop-content .type {
    font-size:16px;
    font-weight: 500;
    font-style: italic;
}
.shop-add-dialog .shop-content .price {
    font-family: sans-serif;
    font-weight: 700;
    margin-top: 15px;    
    margin-bottom: 30px;    
}

.shop-add-dialog .shop-content .info {
    display: block;
    font-family: sans-serif;
    margin-top: 30px;    
    margin-bottom: 30px;    
}
.shop-add-dialog .shop-content .info .total {
    font-family: sans-serif;
    font-weight: 700;
}


/* Shop Cart
------------------------------------------------------------ */

.shop-cart {
    margin: 100px 0;
}
.shop-cart h1 {
    margin: 0 0 20px;
}
.shop-cart .status {
    font-family: sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

/* Cart > Head */
.shop-cart .shop-cart-head {
    display: flex;
    align-items: center;
}
.shop-cart .shop-cart-head .remove button {
    border: none;
}
.shop-cart .shop-cart-head .content {
    flex: 1 1 auto;
    margin-left: 115px;
}
.shop-cart .shop-cart-head .price {
    flex: 0 0 60px;
    width: 100px;
    margin-left: 57px;
    text-align: center;
}
.shop-cart .shop-cart-head .qty {
    flex: 0 0 110px;
    width: 110px;
    margin-left: 8px;
    text-align: center;
}

/* Cart > Items */
.shop-cart .shop-cart-items {
    font-family:Arial,Helvetica,sans-serif;
    margin-top: 20px;
}
.shop-cart .shop-cart-items .shop-cart-item {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.shop-cart .shop-cart-items .shop-cart-item span.label {
    display: none;
    /*color: #000;*/
}
.shop-cart .shop-cart-items .shop-cart-item .content-group{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
}
.shop-cart .shop-cart-items .shop-cart-item .price-group{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.shop-cart .shop-cart-items .shop-cart-item .remove {
    flex: 0 0 100px;
    width: 100px;
    font-weight: 800;
    margin-right: 15px;
}
.shop-cart .shop-cart-items .shop-cart-item .remove button {
    border: none;
    background: none;
}
.shop-cart .shop-cart-items .shop-cart-item .content {
    flex: 1 1 auto;
}
.shop-cart .shop-cart-items .shop-cart-item .content .name {
    font-size: 14px;
    margin: 0;
}
.shop-cart .shop-cart-items .shop-cart-item .content .type {
    font-size:14px;
    margin: 5px 0 0;
}
.shop-cart .shop-cart-items .shop-cart-item .price {
    flex: 0 0 100px;
    width: 100px;
    font-family: sans-serif;
    text-align: right;
    margin-left: 15px;
}
.shop-cart .shop-cart-items .shop-cart-item .qty {
    flex: 0 0 110px;
    width: 110px;
    margin-left: 15px;
    text-align: right;
}
.shop-cart .shop-cart-items .shop-cart-item .box-items {
    display: block;
    border-left: 3px solid #000;
    padding-left: 15px;
}
.shop-cart .shop-cart-items .shop-cart-item .box-items .box-item {
    display: block;
    margin-top: 6px;
}
.shop-cart .shop-cart-items .shop-cart-item .box-items .box-item .box-item-name {
    display: block;
}
.shop-cart .shop-cart-items .shop-cart-item .box-items .box-item .box-item-price {
    display:flex;
    font-style: italic;
    font-size: 12px;
}
.shop-cart .shop-cart-items .shop-cart-item .box-items .box-item .box-item-price strong {
    font-weight: bold;
    margin-left: 10px;
}
.shop-cart .shop-cart-items .shop-cart-item .box-items .box-item .box-item-price strong:first-child{
    margin-left: 0;
}

/* Cart > Coupon */
.shop-cart .shop-cart-coupon {
    font-family: sans-serif;
    margin: 30px 0;
}
.shop-cart .shop-cart-coupon .title {
    font-weight: 700;
    margin: 0;
}
.shop-cart .shop-cart-coupon .btn {
    padding: 6px;
    margin: 5px 0 0;
}
.shop-cart .shop-cart-coupon .desc {
    font-size: 12px;
    font-style: italic;
    margin: 5px 0 0;
}
.shop-cart .shop-cart-coupon .control {
    
}
.shop-cart .shop-cart-coupon .control input {
    width: 300px;
    padding: 5px 15px;
    color: #000;
    line-height: 30px;
    border: 2px solid #000;
    background: none;
}
.shop-cart .shop-cart-coupon .control button {
    padding: 5px 15px;
    color: #000;
    line-height: 30px;
    border: 2px solid #000;
    background: none;
    margin-left: -2px;
    outline: none;
}

/* Cart > Foot */
.shop-cart .shop-cart-foot {
    display: flex;
    align-items: center;
    font-family:Arial,Helvetica,sans-serif;
}
.shop-cart .shop-cart-foot .info {
    flex: 1 1 auto;
}
.shop-cart .shop-cart-foot .resume {
    
}
.shop-cart .shop-cart-foot .resume .resume-row {
    display: flex;
    align-items: center;
    font-weight: 700;
}
.shop-cart .shop-cart-foot .resume .resume-row .item {
    flex: 1 1 auto;
    text-align: right;
}
.shop-cart .shop-cart-foot .resume .resume-row .value {
    flex: 0 0 100px;
    width: 100px;
    margin-left: 15px;
    text-align: right;
}
.shop-cart .shop-cart-foot .resume .resume-btn {
    margin-top: 30px;
}
.shop-cart .shop-cart-foot .resume .resume-btn + .resume-btn {
    margin-top: 15px;
}
.shop-cart .shop-cart-foot .resume .resume-btn .btn {
    padding: 12px 15px;
}

/* Banner - slideshow
------------------------------------------------------------ */
.banner-slideshow {
    position: relative;
    height: 100vh;
    width: 100%;
}

.banner-slideshow .content.only-button {
    top: 80%;
}

.banner-slideshow-desktop {
    padding-top: 90px;
}

.banner-slideshow .banner-wrapper,
.banner-slideshow .slick-slider .slick-list,
.banner-slideshow .slick-slider .slick-track {
    height: 100%;
}

.banner-slideshow .banner-image {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    /* width: 100% !important; */
    height: 100% !important;
    /* min-height: 100vh !important; */
    background-size: cover;
    background-position: center;
}

main .banner-slideshow .content {
    padding: 20px !important;
}

.banner-slideshow a:focus{
    outline: none;
}
.banner-slideshow .image-wrapper,
.banner-slideshow .image-content,
.esperienze .image-content{
    position: relative;
}
.banner-slideshow .image-wrapper video{
    width: 100%;
    outline: none;
}

.video-player {
    width: 100%; /* Rende il video largo quanto il contenitore */
    height: 100vh; /* Imposta l'altezza al 100% della finestra del browser */
    object-fit: cover; /* Assicura che il video non venga ritagliato, mantenendo l'intera altezza visibile */
}

.banner-slideshow.slick-slider .slick-arrow{
    text-decoration: none;
    display: block;
    margin: -29px 10px 0 10px;
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgb(80, 80, 80);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 60px;
    height: 57px;
}
.banner-slideshow .flex-direction-nav a{
    z-index: 999;
}
.banner-slideshow:hover .flex-direction-nav .flex-prev{
    opacity: 1;
    left: 0;
}
.banner-slideshow:hover .flex-direction-nav .flex-next{
    opacity: 1;
    right: 0;
}

.banner-slideshow .text-content {
    color: #fff;
    text-shadow: 0 0px 9px black;
    font-size: 24px;
    text-align: center;
}

.banner-slideshow .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-slideshow .btn-primary {
    border: 1px solid #354834 !important;
    background-color: #354834 !important;
    color: #fff !important;
    text-shadow: 0 0px 9px black !important;
    font-size: 20px !important;
    padding: 15px 50px;
}

html.no-touch .banner-slideshow .btn-primary:hover {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

.banner-slideshow .content .button {
    text-align: center;
    margin-top: 30px;
}

.banner-slideshow .slick-dots {
    position: absolute;
    bottom: 80px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
    
.slick-dots li.slick-active button:before {
    opacity: .85;
    color: #fff;
    text-shadow: 0 0px 9px black !important;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    content: '\25CF';
    text-align: center;
    opacity: .55;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0px 9px black !important;
}

.landing-carousel .slick-next:before {
    content: '\f105';
    padding-right: 18px;
}
.landing-carousel .slick-prev:after {
    content: '\f104';
    padding-left: 18px;
}
.landing-carousel .slick-prev, 
.landing-carousel .slick-next {
    font: normal normal normal 35px/1 FontAwesome;
    opacity: .75;
    color: white;
    z-index: 20;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.landing-carousel .slick-next {
    right: -55px;
}
.landing-carousel .slick-prev {
    left: -109px;
}
.landing-carousel .slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    /* width: 20px; */
    height: 0;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
}

.landing-carousel {
    padding-bottom: 40px;
    margin: 0 -7px;
}

.landing-carousel .slick-slide img {
    max-width: 100%;
}

.landing-carousel .slick-slider.slick-initialized .slick-slide {
    padding: 0 7px;
}

.view-landing .landing-title,
.account-sign-up .page-title {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 700;
    font-size: 36px;
    text-align: left !important;
    padding-bottom: 30px;
    line-height: 1.2;
}

.view-landing .landing-title {
    display: block;
}

.view-landing .landing-title-mobile {
    display: none;
}

.view-landing .landing-text,
.account-sign-up .page-intro {
    font-family: "Lato", sans-serif !important;
    font-size: 18px;
    text-align: justify;
    line-height: 1.2;
}

.text-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    color: #fff;
    font-size: 70px;
    text-align: center;
}

.image-mobile, .photogallery-mobile-wrapper{
    display: none;
}

/* LOGIN / REGISTER
------------------------------------------------------------ */
.content-wrapper{
    margin-top: 80px;
}
.content-wrapper .page-title{
    margin-top: 0;
    text-align: center;
}
.content-wrapper .login-action{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.content-wrapper .login-action a{
    font-style: italic;
}
.content-wrapper .signup-action{
    text-align: right;
    margin-top: 10px;
}

.login-google{
    background: #dd4b39;
}
.login-google:hover{
    background: #9c372a;
}
.login-facebook{
    background: #3060af;
}
.login-facebook:hover{
    background: #203e71;
}

.content-block{
    padding: 15px;
    width: 50%;
    margin: 0 auto;
}
.content-block + .content-block{
    margin-top: 50px;
}
.content-block .title{
    font-size: 24px;
    line-height: 24px;
    margin: 0;
}
.content-block .separator{
    text-align: center;
    margin: 15px 0;
}
.shop-cart-data .mt-3,
.content-block .mt-3{
    margin-top: 15px;
}
.shop-cart-data .mt-2,
.content-block .mt-2{
    margin-top: 10px;
}
.content-block .socials-login{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content-block .socials-login a{
    flex-basis: 50%;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    transition: background .3s ease-out;
}
.content-block .socials-login a:hover{
    color: #fff;
    text-decoration: none;
}
.content-block .socials-login a + a{
    margin-left: 15px;
} 

.shop-cart-data{
    margin-top: 50px;
}
input.form-control, select.form-control{
    color: #000;
    line-height: 30px;
    border: 2px solid #000;
    background: none;
}
input.form-control:focus, select.form-control:focus{
    box-shadow: none;
    border-color: #000;
}
input.form-control[disabled], select.form-control[disabled]{
    opacity: 0.5;
}

.thresholds{
    margin: 30px 0;
    text-align: right;
}
.thresholds .title{
    font-weight: 700;
}

.form-check{
    width: 100%;
}
.form-check > label{
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 30px;
    margin: 0;
}
.form-check > label > input[type='radio']{
    width: 18px;
    padding: 0;
    margin: 0;
    border: none !important;
    margin-right: 15px;
    box-shadow: none;
}
.shop-cart-pay.method-bonifico{
    margin-top: 50px;
}


/* Account Sign Up
------------------------------------------------------------ */

.view-account-password-recovery .content-wrapper {
    padding: 130px 0;
    margin-top: 0;
}

.account-sign-up,
.landing-container {
    color: #1a1a1a;
    background-color: #fff;
    margin-top: 0;
    padding-top: 70px;
    padding-right: 7% !important;
    padding-left: 7% !important;
    padding-bottom: 140px;
}
.account-sign-up .mt-3{
    margin-top: 15px;
}
.account-sign-up a {
    font-weight: 700;
}
html.no-touch .account-sign-up a:hover {
    color: #000;
}

.account-sign-up .page-sottotitolo {
    font-size: 18px;
    font-weight: 500;
    margin: 25px 0 5px;
}

.account-sign-up .page-section .head {
    border-bottom: 1px solid #c7c7c7;
    margin-top: 55px;
    padding: 10px 0;
    cursor: pointer;
}
.account-sign-up .page-section .head span {
    display: inline-block;
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
}
.account-sign-up .page-section .head .fa {
    font-size: 26px;
    vertical-align: middle;
    margin-left: 15px;
}
.account-sign-up .page-section .main {
    display: none;
    padding-top: 50px;
}

.account-sign-up .page-section.in .head .fa::before {
    content: '\f107';
}
.account-sign-up .page-section.in .main {
    display: block;
}

.account-sign-up .points {
    margin: 0;
    padding: 0;
}
.account-sign-up .points li {
    position: relative;
    list-style: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 0 0 0 40px;
}
.account-sign-up .points li:before {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 23px;
    background-image: url('../images/icon-points-star.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    left: 0;
}
.account-sign-up .points li + li {
    margin-top: 20px;
}

.account-sign-up form .fieldset-label {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #777777;
}
.account-sign-up form .form-control {
    color: #000;
    border-color: #979797;
}
.account-sign-up form .form-control + .form-control {
    margin-top: 25px;
}
.account-sign-up form .form-control + .fieldset-label {
    margin-top: 35px;
}

.account-sign-up form small {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    margin-top: 5px;
}
.account-sign-up form fieldset {
    margin: 10px 0;
}
.account-sign-up form .submit {
    text-align: right;
}
.account-sign-up form .submit .btn,
.btn-primary,
.btn-scopri {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 40px;
    color: #fff !important;
    background-color: #354834 !important;
    border-color: #354834 !important;
}

.btn-scopri {
    text-transform: none;
    border-color: #354834 !important;
}

html.no-touch .account-sign-up form .submit .btn:hover,
html.no-touch .btn-scopri:hover,
html.no-touch .btn-primary:hover {
    color: #354834 !important;
    background-color: #fff !important;
}

.fa-sign-out {
    padding-left: 5px;
}

.button-container {
    margin: 10px 0 50px 0;
}

footer.black_template,
.black_template a {
    background: #1a1a1a !important;
    color: #f7f5f2;
}

footer.black_template {
    margin-top: 0;
}

.black_template_wine main  .shop-list-black,
.black_template_wine main  .shop-list-checkout,
.black_template_wine main  .shop-list-black a,
.black_template_wine main  .shop-list-checkout a {
    background: #1a1a1a !important;
    color: #f7f5f2 !important;
}

.black_template_wine main  .shop-list-black,
.black_template_wine main  .shop-list-checkout {
    padding-top: 1px;
    padding-bottom: 40px;
}

.black_template_wine main .btn-link {
    color: #000 !important;
    background-color: #f7f5f2 !important;
    border-color: #f7f5f2 !important;
}

.black_template_wine main .btn-black:focus {
    outline: none;
}

.black_template_wine main .btn-procedi {
    border:1px solid #FFF!important;
    background-color:#FFF!important;
    color:#000!important;
    text-shadow:none!important;
    border-radius:0!important;
    box-shadow:none!important;
}

.black_template_wine main .btn-procedi:hover{
    color:#000!important;
    background-color:#f7f5f2!important
}

.black_template_wine main .btn-link:hover {
    color: #FFF !important;
    background-color: #000 !important;
    border-color: #000 !important;
    text-decoration: none;
}

.black_template_wine main .btn-primary,
.black_template_wine main .control input,
.black_template_wine main .control button {
    color: #f7f5f2 !important;
    border: 1px solid #f7f5f2 !important;
}

.black_template_wine main .esperienze .btn-primary {
    color: #000 !important;
    border: 1px solid #000 !important;
}

.black_template_wine main .esperienze .btn-primary:hover {
    color: #f7f5f2 !important;
}

.black_template_wine main input.form-control, select.form-control {
    color: #000;
    border: 2px solid #f7f5f2;
    background: #f7f5f2;
}

.black_template_wine main .epp-ci p {
    color: #f7f5f2 !important;
}

.shop-list-black .shop-head,
.black_template_wine  .shop-list-black .shop-head { 
    background: #1a1a1a !important;
    border-bottom: 1px solid #333;
}

.main.points h2 {
    margin-bottom: 20px;
}

.black_template_wine .box-product,
.black_template_wine .box-product .name a {
    background: #f7f5f2 !important;
    color: #000 !important;
}

.black_template_wine .box-product {
    padding: 15px;
}

.black_template_wine .box-product-cart {
    padding: 0 15px 15px 15px;
    background: #f7f5f2 !important;
    color: #000 !important;
}

.range-points {
    background: #f7f5f2;
    width: fit-content;
    color: #000;
    border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.black_template_wine .shop-cart .shop-cart-items .shop-cart-item {
    border-bottom: 2px solid #333;
}

.btn-white{
    border:1px solid #f7f5f2 !important;
    background-color:#f7f5f2 !important;
    color:#000!important;
    text-shadow:none!important;
    border-radius:0!important;
    box-shadow:none!important;
}

.btn-white:hover{
    color:#222!important;
    background-color: #f7f5f2 !important;
}

.btn-white:focus, .btn:focus {
    outline: none !important;
    text-decoration: none;
}

.black_template_wine .shop-list-checkout .shop-cart .shop-cart-head .total {
    margin-left: 0px;
}

.black_template_wine .shop-list-checkout .shop-cart .shop-cart-head .qty {
    margin-left: 62px;
}
/* Vicara2024 */
.toast-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 36px;
    height: 25px;
    padding: 0;
    cursor: pointer;
}
.toast-menu .line {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #FFF;
    transition: all 0.3s ease-out;
}
.toast-menu .line:nth-child(1) {
    transform-origin: top left;
}
.toast-menu .line:nth-child(3) {
    transform-origin: bottom left;
}
.toast-menu.open .line:nth-child(1) {
    transform: rotate(40deg);
}
.toast-menu.open .line:nth-child(2) {
    opacity: 0;
}
.toast-menu.open .line:nth-child(3) {
    transform: rotate(-40deg);
}

.offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    background-color: #000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-out;
    z-index: 1000;
    padding: 85px 0;
    text-align: center;
  }
  .offcanvas.show {
    opacity: 1;
    pointer-events: all;
    overflow: auto;
  }
  .offcanvas .brand {
    height: 140px;
  }
  .offcanvas .menu {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .offcanvas .menu a {
    display: block;
    font-family: "Cormorant Garamond", serif;
    font-size: 37px;
    color: #FFF;
    transition: all 0.2s ease-out;
    font-weight: 400;
  }
  .offcanvas .menu a:hover {
    text-decoration: none;
  }
  html.no-touch .offcanvas .menu a:hover,
  .offcanvas .socials a:hover {
    color: #354834;
    border-bottom: none;
  }
  .offcanvas .menu a + a {
    margin-top: 18px;
  }
  .offcanvas .socials {
    margin-top: 50px;
  }

  .offcanvas .socials a {
    padding: 0 20px;
    font-size: 30px;
    transition: all 0.2s ease-out;
  }

  .socials a {
    color: #fff;
  }

  footer .socials a {
    padding: 20px 20px 20px 0;
    font-size: 20px;
  }

  footer .socials a:hover {
    border-bottom: none !important;
    opacity: 0.75;
  }

  .scroll-hidden {
    overflow: hidden;
  }

/* 
------------------------------------------------------------ 
Responsive
------------------------------------------------------------ 
*/

@media(max-width:425px) {
    .page-intro.desktop{
        display: none;
    }
    .page-intro.mobile{
        display: flex;
    }
}

@media(min-width:425px) {
    .page-intro.desktop{
        display: flex;
    }
    .page-intro.mobile{
        display: none;
    }
}


@media(max-width:1199px) {
    header .social > div:nth-child(2){
        display: none;
    }
}

@media(min-width:992px) {
    .account-sign-up form .first-field {
        padding-right: 20px;
    }
    
    .account-sign-up form .second-field {
        padding-left: 20px;
    }

    .account-sign-up form .submit .btn, .btn-primary {
        padding: 6px 70px;
    }

    header .main {
        /* padding: 37px 30px; */
        padding: 27.41px 30px;
    }

}

@media(min-width:992px) and (max-width:1199px) {
    .shop-cart .shop-cart-items .shop-cart-item .remove {
        flex: 0 0 30px;
        width: 30px;
    }
    .shop-cart .shop-cart-items .shop-cart-item .price {
        flex: 0 0 80px;
        width: 80px;
    }
    .banner-slideshow-desktop {
        padding-top: 100px;
    }
}

@media(max-width:991px) {

    header.canvas-open {
        top: 0;
    } 
    .banner-slideshow-desktop {
        padding-top: 66px;
    }
    .content-block{
        width: 100%;
    }

    header {
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        width: auto;
        right: 0;
        bottom: initial;
        box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
    }

    .scroll-down header:not(.open) {
        transform: translate3d(0, -105%, 0);
    }
    .scroll-up header {
        transform: none;
    }

    header .mobile {
        display: flex;
        flex: 0 0 100px;
    }

    header .main {
        /* padding: 30px 10px; */
        padding: 20.58px 10px;
        flex: 1 1 auto;
        overflow: auto;
    }
    
    header .brand {
        margin: 0;
    }
    header .brand img {
        max-width: 200px;
    }
    /* header .products {
        order: 1;
    } */
    header .promo {
        order: 2;
    }
    
    header.open {
        bottom: 0;
    }
    header.open .main {
        display: flex;
    }
    
    .highlight-box .content{
        top: 150px;
        right: 50px;
        width: 250px;
    }
    .highlight-box .opener {
        top: 150px;
    }
    main {
        width:100%;
        right: 0;
        margin-left: 0;
        bottom: initial;
    }
    .shop-list .shop-head {
        left: 0;
        transform: translateY(100px);
        padding: 30px 20px 10px;
        transition: transform .3s ease;
    }
    .scroll-down .shop-list .shop-head {
        transform: translateY(0);
    }
    .shop-cart .shop-cart-items .shop-cart-item .remove {
        flex: 0 0 30px;
        width: 30px;
    }
    .highlight-box.newsletter .content {
        transform: translate(-50%, 18%);
    }
}


@media(max-width:768px) {

    footer {
        flex-direction: column;
    }

    footer .contact-wrapper.address {
        padding-top: 20px;
    }

    .shop-list .shop-item .shop-thumb{
        flex:0 0 100px;width:175px;margin-right:0px;/*width:125px;*/
    }
    
    .shop-cart .shop-cart-items .shop-cart-item {
        flex-direction: column;
    }
    .shop-cart .shop-cart-items .shop-cart-item .content-group{
        flex: 1 1 auto;
        width: 100%;
        display: flex;
        /* justify-content: space-between; */
    }
    .shop-cart .shop-cart-items .shop-cart-item .price-group{
        flex: 1 1 auto;
        width: 100%;
        /* justify-content: space-between; */
        margin-top: 15px;
    }
    .shop-list .shop-head {
        padding: 15px 20px 10px;
    }
    .shop-list .shop-head.no-logged {
        padding: 20px 0 0;
    }
    .shop-list .shop-head .info,
    .shop-list .shop-head .tool .btn-cart {
        font-size: 12px;
    }
    .shop-list .shop-head .info .account {
        font-size: 1.0em;
        padding: 0;
    }
    .shop-list .shop-head.no-logged .info .account {
        flex-direction: column;
        text-align: center;
    }
    .shop-list .shop-head .info .account .sign {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .shop-list .shop-head .tool .btn-cart img {
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }
    .shop-cart .shop-cart-head {
        display: none;
    }
    .shop-cart .shop-cart-items .shop-cart-item span.label {
        display: inline-block;
    }
    .shop-cart .shop-cart-items .shop-cart-item .remove {
        margin-right: 10px;
    }
    .shop-cart .shop-cart-items .shop-cart-item .qty {
        margin-left: 0;
    }
    .shop-cart .shop-cart-items .shop-cart-item .price {
        display: none;
    }
    .shop-cart .shop-cart-items .shop-cart-item .price.total {
        display: block;
        flex: 1 1 auto;
        width: auto;
        margin-left: 0;
        text-align: right;
    }
    .shop-cart .shop-cart-coupon .control input {
        width: 60vw;
    }
    .shop-cart .shop-cart-foot {
        flex-direction: column;
    }
    .shop-cart .shop-cart-foot .resume {
        width: 100%;
    }
    .shop-cart .shop-cart-foot.res .resume {
        margin-top: 30px;
    }
    .account-sign-up {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .account-sign-up form .mt-xs-3 {
        margin-top: 25px;
    }
}

@media(max-width:425px) {

    .view-landing .landing-title, 
    .account-sign-up .page-title {
        font-size: 27px;
    }

    .toast-menu {
        scale: 0.8;
    }

    .view-landing .landing-text, .account-sign-up .page-intro {
        font-size: 16px;
    }

    .logo-desktop {
        display: none;
    }

    .logo-mobile {
        display: block;
    }
    
    header.canvas-open {
        right: 0;
    }

    @keyframes slideDown {
        from {
          transform: translateY(-100%);
        }
        to {
          transform: translateY(-101%);
        }
    }
    
    header .top {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: space-between;
        font-size:12px;
        font-weight: 700;
        flex-wrap: wrap;
    }

    .highlight-box .content{
        top: 85px !important;
        right: 15px !important;
        left: 15px !important;
        width: auto !important;
    }
    .highlight-box.newsletter .content{
        top: 95px !important;
        right: 15px !important;
        left: 15px !important;
        width: auto !important;
        transform: none;
    }
    .highlight-box .opener {
        top: 100px;
    }

    .view-landing .landing-title {
        display: none;
    }
    
    .view-landing .landing-title-mobile {
        display: block;
    }

    main .banner .content, main .photogallery .content{padding:40px;}

    footer {
        padding: 40px 20px;
        flex-direction: column;
        align-items: flex-start;
    }
    footer .col + .col {
        margin-top: 40px;
    }

    .shop-list {
        padding: 0 20px;
    }
    
    .shop-list .shop-item {flex-direction: column;align-items: center;}
    .shop-list .shop-thumb{flex:0 0 auto;max-width:90%;margin-right:0}
    .shop-list .shop-item .shop-content .name {margin: 30px 0 0;}
    .shop-list .shop-item .shop-content .price {
        margin: 20px 0;
    }
    .shop-list .shop-item .shop-content .sintesi {
        margin: 20px 0;
    }
    .shop-list .shop-item .shop-content .cart {
        margin-top: 20px;
    }

    .image-desktop, .photogallery-wrapper{
        display: none;
    }
    .image-mobile, .photogallery-mobile-wrapper{
        display: block;
    }

    .landing-container,
    .account-sign-up {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    a:hover {
        text-decoration: none;
    }

    footer .brand,
    footer .address {
        margin-bottom: 50px;
    }

    .text-image {
        font-size: 40px;
    }

    footer a:hover,
    header a:hover {
        color: #fff;
    }

    .btn-scopri {
        padding: 8px;
        font-size: 14px;
    }

    .offcanvas .menu {
        margin-top: 30px;
    }

    .banner-slideshow .text-content {
        font-size: 26px;
    }

    main .banner-slideshow .content {
        width: 100%;
    }

    .banner-slideshow .btn-primary {
        font-size: 14px !important;
        padding: 10px 20px;
    }

    .banner-slideshow .content.only-button {
        top: 75%;
    }
}

.evidenziato {
    background-color: #f2f1ed;
    color: #333;
    padding: 14px;
}