.kw-rooms-comfort-section .kw-room-card-inner {
    flex-direction: row;
    align-items: center;
    margin: 40px 0;
}

.kw-rooms-comfort-section .kw-room-card {
    border: none;
}

.kw-rooms-comfort-section .kw-room-card-body {
    padding: 0 20px
}

.kw-rooms-comfort-section .kw-room-card-body::before {
    content: none;
}

.kw-rooms-comfort-section h3.kw-room-card-title {
    margin: 0;
    font-family: Albert Sans, serif;
    font-size: 17px;
}

.nav-sticky-wrapper .art-nav {
    opacity: 1;
}

.kw-rooms-comfort-section h2.kw-module-header {
    margin-bottom: 70px;
}

.kw-rooms-comfort-section .row {
    margin-bottom: 70px;
}

.kw-rooms-section a.btn-secondary {
    border: 1px solid var(--color-primary);
}

.kw-rooms-section a.btn-secondary .icon {
    border: 1px solid var(--color-primary);
    border-left: 0;
    border-right: 0;
}

.kw-rooms-section .kw-room-card-image img {
    max-width: 100%;
}

.owl-carousel.owl-theme .owl-nav.disabled {
    display: none;
}

.art-testimonianze-item {
    background-color: var(--color-primary);
    position: relative;
    padding: 25px;
}

.owl-carousel.owl-theme .art-testimonianze-item img {
    max-width: 150px;
}

.art-testimonianze-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 7px;
    width: 64px;
    background-color: #d9c096;
}

.art-modulo-testimonianze .owl-carousel.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: end;
}

.art-modulo-testimonianze .owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 64px;
    height: 7px;
    background-color: rgba(217,192,150,0.3);
    opacity: 1;
    margin-left: 8px !important;
    margin-bottom: 5px !important;
    border-radius: 0;
    margin-right: 0 !important;
}

.art-modulo-testimonianze .owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background-color: rgba(217,192,150,1);
}

/* Extra extra large devices (<1400px) */
@media (max-width: 1399.98px) {

}

/* Extra large devices (max-width 1199.98px) */
@media (max-width: 1199.98px) {

}


/* Large devices (max-width 991.98px): Desktops */
@media (max-width: 991.98px) {

}

/* Medium devices (max-width 767.98px): Tablets */
@media (max-width: 767.98px) {

}


/* Small devices (max-width 575.98px): Mobile portrait */
@media (max-width: 575.98px) {


}

