
.KwCampiConfiguratore h3 {
    margin-bottom: 5px;
}

.kwConfStepDesc {
    padding-bottom: 20px;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    color: #706f6f;
    font-size: 18px;
}

.kw1170, #sp-main-body.kw1170 {
    max-width: 1170px;
    margin: auto;
    padding: 60px 0;
}
.kw1170 h2:first-child, #sp-footer h2 {
    margin-top: 0;
}

.kwMobile, .kwTablet {
    display: none !important;
} 

.kw2Columns {
    column-count: 2;
}

.kwRelative {
    position: relative;
}

.kw1170 p, .kw1170 ul {
    margin-bottom: 20px;
}
ul {
    padding-left: 15px;
}

hr {
    margin: 30px;
    border-top: 1px solid #656565;
}
hr.kwSeparatorHr {
    margin: 50px 0;
    border-top: 1px solid #f5f5f5;
}

.kwNoCursor {
    cursor: initial;
}


/* inizio MARGIN SOPRA E SOTTO ARTICOLO */

.entry-header {
    margin-bottom: 0;
}
article.item {
    margin-bottom: 0;
}
#sp-main-body {
    padding: 0;
}

/* fine MARGIN SOPRA E SOTTO ARTICOLO */


/* inizio COLONNE */

.kw50, 
.kw50Mob {
    width: 50%;
    float: left;
}
.kw33,
.kw33Mob {
    width: 33.333333%;
    float: left;
}
.kw25, 
.kw25Mob {
    width: 25%;
    float: left;
}
.kw50Mob, 
.kw33Mob {
    padding: 0 15px;
    text-align: center;
}
.kw50.kwOverflowImg {
    padding: 0;
}

.kw50Mob p:last-child, 
.kw33Mob p:last-child,
.kw25Mob p:last-child {
    margin-bottom: 0;
}

/* fine COLONNE */


/* inizio TABELLE */

.kwTableCol33 {
    width: 33.333333%;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 5px 2px;
}
.kwTableCol10 {
    width: 10%;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 5px 2px;
}
.kwTableCol5 {
    width: 5%;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 5px 2px;
}
.kwTableCol50 {
    width: 50%;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 5px 2px;
}
.kwTableCol19 {
    width: 19%;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 5px 2px;
}
.kwTableCol20 {
    width: 20%;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 5px 2px;
}
.kwTableCol25 {
    width: 25%;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 5px 2px;
}
.kwTableCol30 {
    width: 30%;
    float: left;
    font-size: 16px;
    text-align: center;
    padding: 5px 2px;
}
.kwTableCol100 {
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 5px 2px;
}
.kwTabBorderBottom {
    border-bottom: solid 1px #706f6f;
}
.kwSectionGreen .kwTabBorderBottom {
    border-bottom: solid 1px #fff;
}
.kwSectionGreen .kwTableRow:nth-child(even), .kwSectionGreen .kwTableRow:nth-child(odd) {
    background: none;
}
.kwTableRow:nth-child(even) /* pari*/ {
    background: #fcfcfc;
}
.kwTableRow:nth-child(odd) /* dispari*/ {
    background: #f5f5f5;
}
.kwTableGreenRow /* verde*/ {
    background: #5eb130;
    color: #fff;
}

/* fine TABELLE */


/* inizio FONTS */

@font-face {
    font-family: LatoBold;
    src: url(fonts/Lato-Bold.ttf);
}
@font-face {
    font-family: LatoLightItalic;
    src: url(fonts/Lato-LightItalic.ttf);
}
@font-face {
    font-family: LatoLight;
    src: url(fonts/Lato-Light.ttf);
}
h1 {
    font-family: LatoBold !important;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: initial !important;
}
.kwH1Style {
    font-family: LatoBold !important;
    font-size: 50px;
    line-height: 55px;
}

.kwH2Style {
    font-family: LatoBold !important;
    font-size: 30px;
    line-height: 33px;
}

.kwSubTitle {
    font-family: lato;
    text-transform: none;
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 10px;

}
h2 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 30px;
    font-family: LatoBold !important;
    font-weight: initial !important;
}
h3, .kwH3Style {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: LatoBold !important;
    font-weight: initial !important;
}
h4 {
    font-weight: initial !important;
}
.kwGreenText {
    color: #5eb130;
    font-weight: initial;
}
.kwImportantText {
    font-size: 22px;
    color: #5eb130;
    font-weight: initial;
    line-height: 27px;
}
.kwSmallerLight {
    font-family: LatoLight;
    font-size: 90%;
    line-height: 90%;
}
.kwTextAlignCenter {
    text-align: center;
}
.kwTextAlignLeft {
    text-align: left;
}
.kwNote {
    max-width: 1170px;
    margin: 0 auto;
    font-family: LatoLightItalic;
    font-size: 16px;
    padding: 5px 0 0 20%;
    text-align: right;
    line-height: 18px;
}
.kwSmallDescription {
    font-size: 14px;
    line-height: 18px;
    font-family: LatoLight;
    margin-top: 15px;
}
a.kwContentLink {
    text-decoration: underline;
}
a.kwContentLink:hover {
    text-decoration: underline;
}
a {
    color: #167d13;
}
a:hover {
    color: #5eb130;
}
.kwAssistenzaSubRowTxt a {
    color: #5eb130;
}
.kwRedText {
    color: red;
}

/* fine FONTS */


/* inizio BUTTONS */

.btn-primary {
    background: #5eb130;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: initial;
    transition: ease-out 0.2s;
    margin: 60px auto 0;
    display: block;
    font-family: LatoBold;
}
.btn-primary:hover {
    background: #5eb130;
    transform: scale(1.1);
}
.btn-primary:active:hover, .btn-primary:active, .btn-primary:focus {
    background: #167d13;
}

.kwCover .btn-primary {
    margin: 0 60px;
}

.kwSchedaConv .btn-primary {
    background: #fff;
    border: 2px solid #5eb130;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: initial;
    transition: ease-out 0.2s;
    margin: 25px auto 0;
    display: block;
    font-family: LatoBold;
    color: #5eb130
}
.kwSchedaConv .btn-primary:hover {
    transform: scale(1.1);
}
.kwSchedaConv .btn-primary:active:hover, 
.kwSchedaConv .btn-primary:active, 
.kwSchedaConv .btn-primary:focus {
    background: #167d13;
}
.product.floatleft.width33 .kwSoloScheda {
    display: none;
}

a.kwCta, .kwTabSchede .uk-subnav > * a {
    text-decoration: none;
}
.kwDownloadApp {
    position: absolute;
    width: 50%;
    left: 50%;
    bottom: 160px;
}
.kwDownloadApp a img {
    margin-top: 10px;
    transition: ease-out 0.2s;
    width: 120px;
    margin-left: 20px;
}
.kwDownloadApp a img:hover, .kwDownloadAppBtn a img:hover {
    transform: scale(1.1);
}
.kwDownloadAppBtn a img {
    float: left;
    transition: ease-out 0.2s;
    width: 140px;
    margin-right: 15px;
}

/* fine BUTTONS */


/* Inizio DIFFERENZE*/

#luoghi li {
    padding-bottom: 5px;
}
#luoghi ul {
    columns: 2;
    column-gap: 50px;
}
.kwColDiffTrans {
    width: 29.5%;
    float: left;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 30px 1%;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    background-color: #fff;
}
#differenza hr.kwSeparatorHr {
    margin: 20px 0;
}
.kwColDiffVerde {
    width: 35%;
    float: left;
    text-align: center;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 1%;
    padding: 20px 20px 50px 20px;
    border-radius: 20px;
    background-color: #5eb130;
    color: #fff; 
}
#differenza h4 {
    text-transform: uppercase;
    font-family: LatoBold;
    font-size: 22px;
}
.kwDiffRowIco {
    font-family: LatoLightItalic;
}
.kwDiffRowTxt {
    float: left;
    width: 70%;
    text-align: left;
}
.kwDiffRowiCO {
    float: left;
    width: 30%;
    color: red !important;
}
.kwDiffRow {
    padding: 5px 0px;
}
#differenza li {
    list-style-type: none;
    padding-bottom: 10px;
}
#differenza h2 {
    padding-bottom: 30px;
    text-align: center;
}
#differenza .fa.fa-check {
    font-size: 26px;
}
#differenza .kwColDiffTrans .fa.fa-check {
    color: #5eb130;
    font-size: 18px;
}
#differenza .fa.fa-times {
    font-size: 22px;
    color: red;
}

/* Fine DIFFERENZE*/


/* inizio MENU */

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #5eb130;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    color: #706f6f;
    font-size: 18px;
    font-family: LatoBold;;
}
.sp-megamenu-parent > li:last-child > a, .sp-megamenu-parent > li:last-child > span {
    padding-right: 0;
}
#sp-header .sp-retina-logo,
#sp-header .sp-default-logo {
    max-height: 90px;
    padding: 15px 0;
    width: auto;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    text-decoration: none;
}
.new-look .offcanvas-menu {
    background-color: #706f6f;
}
.new-look .offcanvas-menu .sp-module ul > li:hover a, .new-look .offcanvas-menu .sp-module ul > li:focus a, .new-look .offcanvas-menu .sp-module ul > li.active a {
    color: #5eb130;
    background: rgba(0,0,0,0.15);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    color: #706f6f;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    background: #f5f5f5;
    color: #5eb130;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a:hover {
    color: #5eb130;
}
.kwSubMenuLeft + .sp-dropdown.sp-dropdown-main.sp-menu-right {
    margin-left: calc(100% - 240px);
}
/*.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
width: 480px;
}*/

#sp-header {
    padding: 0 6%;
}
section#sp-top-header {
    padding: 5px 6%;
}
.sp-megamenu-parent > li {
    margin-bottom: 0;
}
.sp-default-logo.hidden-xs {
    max-height: 90px;
    padding: 15px 0;
}
#sp-header a {
    text-decoration: none;
}

/* top 3 */
#sp-top3 .sp-column {
    display: grid;
    grid-template-columns: repeat(3,auto);
    grid-gap: 15px;
    justify-content: right;
    align-items: center;
}
.kwIcoSocialFb, .kwIcoSocialYt {
    font-size: 25px;
}
a.kwIcoSocialFb {
    margin-right: 15px;
    color: #4267b2;
}
a.kwIcoSocialFb:hover, a.kwIcoSocialFb:focus {
    color: #1c4494;
}
a.kwIcoSocialYt {
    color: #f00;
}
a.kwIcoSocialYt:hover, a.kwIcoSocialYt:focus {
    color: #eb0505;
}

/* lingue */
.mod-languages > ul > li > a > img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0 0 2px #706f6f;
}
.sp-module-content .mod-languages ul.lang-inline li {
    margin: 0 0 0 10px;
}
.sp-module-content .mod-languages ul.lang-inline li:first-child {
    margin: 0;
}
.mod-languages > ul > li > a {
    transition: ease-out 0.1s;
}
.mod-languages > ul > li > a:hover {
    transform: scale(1.2);
}

.btn.dropdown-toggle, .btn-group.open .dropdown-toggle {
    padding: 0;
    border: none;
    box-shadow: none;
    font-size: 0;
    display: grid;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    grid-gap: 1px 5px;
    grid-template-areas: 'flag arrow';
}
.btn.dropdown-toggle > span.caret {
    grid-area: arrow;
}
.btn.dropdown-toggle > span.caret + img {
    grid-area: flag;
    height: 23px;
    width: 23px;
    border-radius: 50%;
    padding: 2px;
    background: #5eb130;
}
div.mod-languages ul.lang-block.dropdown-menu {
    font-size: 0;
    border: 0;
    margin-top: 15px;
    padding: 10px;
    grid-gap: 15px;
    min-width: 50px;
    border-radius: 25px;
    margin-left: -15px;
    background: #5eb130;
}
.open > .dropdown-menu {
    display: grid;
}
#sp-top3 div.mod-languages ul.lang-block.dropdown-menu li {
    float: none;
    border: none;
    margin: 0;
}
#sp-top3 div.mod-languages ul.lang-block.dropdown-menu li a {
    padding: 0;
    line-height: 0;
    transition: ease-out 0.1s;
}
#sp-top3 div.mod-languages ul.lang-block.dropdown-menu li a:hover {
    transform: scale(1.2);
}
#sp-top3 div.mod-languages ul.lang-block.dropdown-menu li a img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    box-shadow: 0 0 2px #706f6f;
    background: #706f6f;
}

/* menu rumeno */
html[lang="ro-ro"] .sp-megamenu-parent > li > a, 
html[lang="ro-ro"] .sp-megamenu-parent > li > span {
    font-size: 0.9em;
    letter-spacing: 0;
}
/* menu francese */
html[lang="fr-fr"] .sp-megamenu-parent > li > a, 
html[lang="fr-fr"] .sp-megamenu-parent > li > span {
    letter-spacing: 0;
}

/* fine MENU */


/* inizio ANCORE */

.kwVmContainerDesc h2.kwAnchor {
    padding-top: 60px;
    margin-top: 0;
}

/* fine ANCORE */


/* inizio BREADCRUMB */

.breadcrumb {
    background-color: transparent;
    margin: 30px 0 0;
    color:  #706f6f;
    border-radius: 10px;
    padding: 8px 0;
    text-align: left;
}
.breadcrumb > .active {
    color:  #706f6f;
}
.breadcrumb a {
    color: #80be5f;
}
.breadcrumb a:hover {
    color: #5eb130;
}
#sp-title {
    padding: 0;
}

/* fine BREADCRUMB */


/* inizio SECTION */

/* section center */
.kwSectionCenter {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

/* section green */
.kwSectionGreen {
    background-color: #5eb130;
    color: white;
    position: relative;
    overflow: hidden;
}

.kwSectionGreen .btn-primary, .kwSectionGreen .btn-primary:hover {
    background: white;
    color: #5eb130;
    z-index: 1;
    position: relative;
}

/* section grey */
.kwSectionGrey {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
}
.kwOverflowImg {
    position: absolute;
    right: 0;
}
.kwVideoIframe {
    margin: 60px auto;
}
.kwImgCenter {
    margin: auto;
}

/* section cover title */
.kwCover {
    position: relative;
    text-align: center;
    min-height: 500px;
    margin-bottom: 70px;
}
.kwCover img, .kw100 {
    width: 100%;
}
.kwCover img.kwLogo {
    width: 580px;
    margin: 15px auto;
}
.kwCenteredLeftBox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 45%;
    padding-left: 6%;
    text-align: left;
    color: #fff;
    text-shadow: 0 0 5px #e09a3b;
}
.kwCenteredContainer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 65%;
}

/* section left and right */
.kwSectionLeft, .kwSectionRight {
    margin: 30px 0 0;
}
div .kwSectionLeft:first-child {
    margin: 0;
}
.kwSectionLeft h2, .kwSectionRight h2 {
    margin-top: 0;
}
.kwSectionLeft .kwSectionContentTable {
    display: table;
    height: 500px;
    float: left;
    width: 50%;
}
.kwSectionRight .kwSectionContentTable {
    display: table;
    height: 500px;
    float: right;
    width: 50%;
}
.kwSectionLeft .kwSectionContent, .kwSectionRight .kwSectionContent {
    display: table-cell;
    vertical-align: middle;
}
.kwSectionLeft .kwSectionContent img {
    padding-left: 50px;
}
.kwSectionRight .kwSectionContent img {
    padding-right: 50px;
}
.kwSectionLeft .kwSectionContent p, .kwSectionRight .kwSectionContent p {
    text-align: justify;
}
.kwBoxText {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
}
.kwSezMontaggio {
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.kwSezMontaggio p {
    padding: 15px;
}
.kwSezMontaggio img {
    width: 600px;
    height: 325px;
    object-fit: cover;
}

/* fine SECTION */


/* inizio GRID */

/* benefici */
.kwBenefits {
    position: absolute;
    bottom: 0;
    padding: 0 6%;

    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 32%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(32%, rgba(255,255,255,0.9)), color-stop(97%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 32%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 32%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 32%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 32%, rgba(255,255,255,1) 97%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );

    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    text-align: center;
}
.kwBenefits p, .kwCaratGrid p {
    margin-bottom: 0;
}

#caratteristiche .kwBenefits {
    position: initial;
    grid-template-columns: repeat(4, 1fr);
}

.kwBenCerGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    text-align: center;
}

/* altre caratteristiche */
.kwCaratGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
    text-align: center;
}

/* due colonne testo e immagine (stile section-left) */
.kw2ColGridCent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
}
.kw2ColGridCent p:last-child {
    margin-bottom: 0;
}
.kwGridVideoGrey {
    background-color: #f5f5f5;
    padding-left: 15px;
}

/* fine GRID */


/* inizio ICONE */

.kw1BenTo6 img, .kw1BenTo8 img, .kwIcon {
    margin: 0 auto 15px;
    width: 70px;
}
.kwTextAlignLeft .kwIcon {
    margin: 0 0 15px;
} 
.kwCheckList .kwIcon {
    width: 40px;
}

.kwSectionLeft .kwSectionContent .kwBenCerGrid img {
    padding-left: 0;
}
.kwSectionLeft .kwSectionContent .kwBenCerGrid p {
    text-align: center;
}

/* fine ICONE */


/* inizio WIDGETKIT */

.uk-slidenav-position .uk-slidenav-previous, .uk-slidenav-position .uk-slidenav-next {
    display: block !important;
    color: #fff;
    text-shadow: 0px 0px 2px #706f6f78;
}
.uk-modal-caption {
    color: #706f6f !important;
}
#kwGalleryApp {
    border-radius: 10px;
    background-color: #f5f5f5;
    padding: 15px;
    margin-top: 60px;
}

#kwGalleryApp .uk-slidenav-position .uk-slidenav-previous, #kwGalleryApp .uk-slidenav-position .uk-slidenav-next {
    color: #444;
}

/* fine WIDGETKIT */


/* inizio ANTEPRIMA SCHEDE*/

.kwSchedaConv {
    text-align: center;
    font-size: 16px;
}
.kwImgSchedaConv {
    position: relative;
}
.kwSchedaConv h3, .kwSchedaConv .kwStarText {
    margin-bottom: 7px;
}
.kwSchedaConv .btn-primary {
    margin: 20px auto 0;
}
.kwImgSchedaConv .kwGreenBox {
    background-color: #5eb130;
    color: white;
    font-size: 16px;
    line-height: 18px;
    padding: 3px 10px;
    position: absolute;
    top: 50px;
    right: 0;
}
.kwStarText {
    color: transparent;
    background: #fbb914;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
    font-size: 22px;
}
.kwTabSchede {
    margin: 60px 0 20px;
}
.kwTabSchede .uk-subnav > * {
    padding: 0;
    border: solid 1px #706f6f;
}
.kwTabSchede .uk-subnav > li > a {
    color: #706f6f;
    background: #fff;
    border-radius: 0;
    /*width: 160px;*/
    text-align: center;
    padding: 10px 20px;
}
.kwTabSchede .uk-subnav-pill > .uk-active > * {
    background: #fbb914;
    color: #706f6f;
    border-radius: 0;
    /*width: 160px;*/
    text-align: center;
    padding: 10px 20px;
}
.kwImgSchedaConv a img {
    transition: ease-out 0.2s;
}
.kwImgSchedaConv a img:hover {
    transform: scale(1.1);
}

/* anteprime schede con modulo - 29/10/2019 */

#acquista-ora .vm-price-desc,
#acquista-ora .PricediscountAmount {
    display: none;
}


.product-container.width33.floatleft {
    text-align: center;
    padding: 0 20px;
}
.product-container.width33.floatleft h3 {
    margin: 20px 0 10px;
}
.product-container.width33.floatleft h3 a {
    color: #706f6f;
}
.product-container.width33.floatleft .product-price {
    text-align: center;
    float: none;
}
.product-container.width33.floatleft .product-price .PricesalesPrice {
    text-transform: uppercase;
    font-size: 22px;
    line-height: 24px;
    font-family: LatoBold !important;
    font-weight: normal;
    margin-bottom: 10px;
}
.product-container.width33.floatleft .product-short-description {
    font-size: 16px;
    margin-bottom: 20px;
}
.product-container.width33.floatleft div.vm-details-button a {
    background: #fff;
    border: 2px solid #5eb130;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: initial;
    transition: ease-out 0.2s;
    margin: 25px auto 0;
    display: block;
    color: #5eb130;
}
.product-container.width33.floatleft div.vm-details-button a:hover {
    transform: scale(1.1);
}
.tab-content .product-container.width33.floatleft .productdetails,
.vmproduct.productdetails .product-container.width33.floatleft .productdetails {
    display: none;
}
a .featuredProductImage {
    transition: ease-out 0.2s;
}
a:hover .featuredProductImage {
    transform: scale(1.1);
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #fbb914;
}
.nav-pills > li > a {
    background: #f5f5f5;
}
.nav.nav-pills {
    text-align: center;
    display: table;
    margin: 30px auto;
}

.vmproduct.productdetails .product-container.width33.floatleft {
    margin-top: 0;
}
.product-container.width33.floatleft {
    margin-top: 30px;
}

/* fine ANTEPRIMA SCHEDE*/


/* inizio FOOTER */
#sp-footer {
    font-family: LatoLight;
    color: #fff;
    background-color: #706f6f;
    padding: 0 0 90px;
}
#sp-footer a {
    color: #fff;
}
#sp-footer a:hover {
    color: #5eb130;
}
.kwPagamentiSicuri {
    font-size: 15px;
}
.kwPagamentiSicuri img {
    margin-top: 5px;
}
.sp-module ul > li > a::before {
    content: none;
}
.kwPhoneNumber {
    font-size: 20px;
    font-family: Lato;
}
.kwPhoneNumber a {
    color: white;
}
.kwMenuBottom ul {
    margin-bottom: 0;
    list-style: none;
}
.kwMenuBottom ul li {
    text-align: right;
    border: none;
}
.kwMenuBottom ul li a {
    padding: 0;
    text-decoration: none;
    line-height: 18px;
    font-size: 15px;
}
.kwMenuBottom .nav > li > a:focus, .kwMenuBottom .nav > li > a:hover {
    background: none;
}
.kwFootCenterBorder {
    border-left: solid 1px #656565;
    border-right: solid 1px #656565;
}
.kwLastFoot {
    background-color: #ddd;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}
.kwDatiAzienda {
    background-color: #656565;
    font-size: 12px;
    padding: 5px 15px;
}

/* fine FOOTER */


/* inizio CONTATTI FISSI */

.kwFooterFixed {
    bottom: 0;
    left: 0;
    position: fixed;
    padding: 20px;
    z-index: 1;
    box-shadow: 0px -3px 3px rgba(0,0,0,0.05);
}
.kwFooterFixed p {
    margin: 0;
    text-align: center;
}
.kwFooterFixed a {
    color: #5eb130;
    transition: 0.2s ease-out;
}
.kwContainer.kwFooterFixed.kwDesktop {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    background-color: #ddd;
    color: #706f6f;
    font-family: LatoBold;
    line-height: 50px;
    transform: translateY(90px);
    transition: ease-out 0.2s;
    z-index: 1000;
}
.kwFooterFixed.kwMobile.kwTablet {
    width: 100%;
    background-color: #ddd;
    color: #706f6f;
    padding: 0;
    height: 50px;
    line-height: 50px;
}
.kwFooterCart {
    background-color: #5eb130;
    color: white;
    font-size: 16px;
}
.kwFooterWhatsApp {
    font-size: 16px;
    color: #5eb130;
}
.kwFooterFixed.kwMobile.kwTablet p {
    font-size: 10px;
}
.kwFooterFixed.kwMobile.kwTablet .kwBold {
    font-size: 18px;
}
.kwFooterFixed .btn-primary {
    margin: 3px auto;
    line-height: 24px;
}

/* pagina acquista ora */
#kwContFisAcqOra {
    width: 50%;
    text-align: center;
    left: 50%;
}

/* fine CONTATTI FISSI */


/* INIZIO ACCOUNT */

/* top bar */
#kwTopMenu {
    font-size: 16px;
    text-transform: uppercase;
}
ul#kwTopMenu > li {
    border: none;
    margin-left: 20px;
    margin-bottom: 0;
    float: right;
}
ul#kwTopMenu > li > a {
    color: #167d13;
    line-height: 27px;
    padding: 0;
}
ul#kwTopMenu > li > a:hover {
    color: #5eb130;
}

/* alert */
.alert {
    background: #ffe0bb;
}

/* login */
.login-description {
    margin-bottom: 30px;
}
.logout-description {
    text-align: center;
}

/* form */
table.user-details {
    width: 100%;
    text-align: left;
}
#com-form-login, #form-login {
    margin-bottom: 60px;
}
table.user-details input {
    background: #fff;
    border: solid #ddd 1px;
    color: #706f6f;
    margin-bottom: 20px;
    box-shadow: 0px 0px 2px inset #f5f5f5;
    width: 100%;
    font-size: 18px;
    font-family: LatoLight;
}
table.user-details input.invalid {
    background: #fff;
    border: solid red 1px;
    color: #706f6f;
    margin-bottom: 20px;
    width: 100%;
}
span.custom-variant-inputbox input.custom-attribute:hover, span.quantity-box input.quantity-input:hover, input.vm-default:hover, span.quantity-box input.quantity-input:hover, .ask-a-question-view input.counter:hover, .ask-a-question-view input#email:hover, table.user-details input:hover, a.ask-a-question:hover, a.details:hover, div.details:hover, a.product-details:hover, button.default:hover {
    background: #fff;
    color: #706f6f;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: #5eb130;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(94, 177, 48, 0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(94, 177, 48, 0.1);
}
td.key {
    padding: 0 10px 0 0;
    width: 180px;
}
td.key label {
    margin-bottom: 20px;
}
.chzn-container {
    font-size: 18px;
    margin-bottom: 20px;
    color: #706f6f;
    width: 100% !important;
}
.chzn-container-single .chzn-single {
    background: #fff;
    border: solid 1px #ddd;
    height: 34px;
    box-shadow: 0px 0px 2px inset #f5f5f5;
    padding: 3px;
    color: #706f6f;
    font-family: LatoLight;
}
.chzn-container-single .chzn-single div b {
    background: url('chosen-sprite.png') no-repeat 0px 7px;
}
.userfields_info {
    font-family: LatoBold;
    font-weight: normal;
    text-transform: uppercase;
    color: #706f6f;
}
#ui-tabs ul#tabs li.current {
    background: #ddd;
    color: #5eb130;
    padding: 3px 30px;
    line-height: 24px;
    font-size: 18px;
    text-transform: uppercase;
}
#ui-tabs ul#tabs li {
    background: #fff;
    color: #706f6f;
    padding: 3px 30px;
    line-height: 24px;
    font-size: 18px;
    text-transform: uppercase;
    border: solid 1px #ddd;
}
#ui-tabs ul#tabs {
    display: table;
    margin: 30px auto;
    padding: 0;
}
#ui-tabs .dyn-tabs {
    padding: 10px 0 0;
}

/* tabella */
table.adminlist tr {
    border-bottom: solid 1px;
    line-height: 24px;
    font-size: 16px;
    text-transform: uppercase;
}
table.adminlist tr a {
    color: #5eb130;
}
table.adminlist tr:last-child {
    border: none;
}
thead {
    border-bottom: solid 1px;
    background: #f5f5f5;
}
table.adminlist tr.row0 {
    background: #fcfcfc;
}
table.adminlist tr.row1 {
    background: #f5f5f5;
}
table.adminlist td, table.adminlist th {
    padding: 5px;;
    text-align: center;
    width: 20%;
}
table.adminlist {
    margin-bottom: 30px;
}


/* buttons */
.button {
    background: #ddd;
    color: #5eb130;
    width: 160px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    transition: ease-out 0.2s;
    font-size: 18px;
    line-height: 24px;
    font-family: LatoBold;
}
.button:hover {
    transform: scale(1.1);
}
.buttonBar-right input[type="submit"], .buttonBar-right button[type="submit"] {
    background: #5eb130;
    border: none;
    border-radius: 30px;
    padding: 10px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: initial;
    transition: ease-out 0.2s;
    color: #fff;
    margin: 0 10px;
    font-family: LatoBold;
}
.buttonBar-right input[type="submit"]:hover, .buttonBar-right button[type="submit"]:hover {
    background: #5eb130;
    transform: scale(1.1);
}
.buttonBar-right {
    margin-bottom: 5px;
}

/* FINE ACCOUNT */

/* INIZIO CATEGORIA SHOP */

.category-view .vm-price-desc,
.category-view .PricediscountAmount.vm-display.vm-price-value {
    display: none;
}

.category-view .PricebasePriceWithTax.vm-display.vm-price-value {
    text-align: center;
}

/* FINE CATEGORIA SHOP */

/* INIZIO SCHEDA SHOP */

.productdetails-view .spacer-buy-area {
    margin: 60px 0;
}
.kwPriceAdd .product-price {
    margin-right: 20px;
    margin-bottom: 30px;
}

.PricesalesPrice.vm-display.vm-price-value .PricesalesPrice,
.PricediscountAmount.vm-display.vm-price-value .PricediscountAmount {
    color: red;
}

span.addtocart-button input.addtocart-button:hover {
    color: #fff;
}

/* fonts */
.kwVmContainerDesc h3 {
    margin-top: 50px;
}

/* Header Bar x Carrello */
#sp-header {
    z-index: 98;
}
#sp-top-header .sp-module {
    margin-top: 0px;
}
.sj-minicart-pro .mc-header .mc-yourcart {
    background: url("../images/icon-cart.png") no-repeat 10px center !important;
    background-color: transparent !important;
}
.sj-minicart-pro .mc-wrap .mc-header .mc-yourcart .mc-totalproduct {
    background: #ce1827 !important;
    border-radius: 50% !important;
    display: block !important;
    font-size: 14px !important;
    height: 20px !important;
    line-height: normal !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-align: center !important;
    width: 20px !important;
}
#sp-top3 li {
    float:left;
}
.attr-name.attr {
    font-family: LatoBold !important;
}
.mc-totalprice {
    display: none !important;
}

/* Drop Down Carrello */
.sj-minicart-pro .mc-content {
    border: 3px solid #706f6f !important;
    box-shadow: 2px 2px 2px #b9b9b9 !important;
}

.sj-minicart-pro .mc-content .mc-content-inner .mc-top {	
    background: none !important;
}
.sj-minicart-pro .mc-wrap .mc-content .mc-footer .mc-totalprice-footer {
    font-size: 14px !important;
    color: #222 !important;
    text-align: left !important;
    display: block !important;
    margin: 25px 0 !important;
}
.mc-totalprice-footer strong {
    float:right;
}
a.mc-gotocart {
    background-color: #5eb130 !important;
    color: #FFF !important;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    line-height: 17px;
    margin: 0;
    float: left;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    padding: 10px 30px !important;
    font-size: 14px !important;
}
a:hover.mc-gotocart {
    background: #5eb130;
    transform: scale(1.1);
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-top span.mc-update-btn {
    background-color: #363636 !important;
    background-image: linear-gradient(to bottom, #444, #222) !important;
    background-image: -moz-linear-gradient(top, #444, #222) !important;
    background-image: -o-linear-gradient(top, #444, #222) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222)) !important;
    background-image: -webkit-linear-gradient(top, #444, #222) !important;
    background-repeat: repeat-x !important;
    border-color: #222 #222 #000 !important;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25) !important;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
}
.sj-minicart-pro .mc-content .mc-content-inner .mc-top span.mc-update-btn:hover {
    background-color: #222;
}
.mc-attribute .attr-name.attr span.value {
    display: inherit !important;
}
.sj-minicart-pro .mc-header div.mc-yourcart {
    padding: 3px 0px 3px 35px;
}

/* Pagina Carrello - Step 1 */
.proopc-clear-cart-wrapper {
    display: none !important;
}

/* Pagina Carrello - Step 3 */
.vmLoadingDiv {
    display: none !important;
}
.vm-wrap.vm-order-done form#form-login{
    display: none !important;
}
.vm-wrap.vm-order-done h3 {
    font-family: LatoBold !important;
    text-transform: uppercase !important;
    font-size: 50px !important;
    line-height: 55px !important;
    font-weight: initial !important;
    padding-bottom: 40px;
}
.vm-wrap.vm-order-done input[type="submit"], 
.vm-wrap.vm-order-done button[type="submit"] {
    background: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: initial;
    transition: ease-out 0.2s;
    color: #80be5f;
    margin: 0px;
}
.vm-wrap.vm-order-done input[type="submit"]:hover, 
.vm-wrap.vm-order-done button[type="submit"]:hover {
    transform: none !important;
}

/* Pagina Carrello - Conferma */
h1.kwOrderConfTitle {
    font-family: LatoBold !important;
    text-transform: uppercase !important;
    font-size: 50px !important;
    line-height: 55px !important;
    font-weight: initial !important;
    padding-bottom: 40px;
}

/* Pagina Assistenza*/
.kwAssistenzaRow {
    padding: 60px 0px 0px 0px;
}
.kwAssistenzaMainSubRow {
    text-align: center;
}
.kwAssistenzaMainSubRowText {
    padding-top: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
.kwAssistenzaRow .btn-primary {
    margin: 30px auto;
}
.kwAssistenzaRow .fa.fa-whatsapp {
    font-size: 120px;
    color: #5eb130;
}
.kwAssistenzaSubRow {
    padding:20px 0px;
    border-bottom: 1px solid #f5f5f5;
}
.kwAssistenzaSubRowIco {
    width: 80px; 
    float: left;
}
.kwAssistenzaSubRowTxt strong {
    font-size: 20px;
    color: #5eb130;
}
#tab-descrizione .product-description .kwAssistenzaSubRow {
    padding-top: 0;
}
#tab-descrizione .product-description .kwAssistenzaSubRow:last-of-type {
    padding-top: 30px;
    padding-bottom: 0;
    border: none;
}

/* indice */
.kwSchedaInd {
    border-radius: 10px;
    padding: 15px;
    background: #f5f5f5;
}
.kwSchedaInd a {
    color: #5eb130;
}
.kwSchedaInd a:hover {
    color: #706f6f;
}

/* colonne */
.kw25, .kw33, .kw50 {
    padding: 0 15px;
}
div[class*="-view"] .kwVmContainerDesc .row {
    margin: 0 -15px;
}

/* benefici */
.kwVmContainerDesc .kwBenefits {
    position: initial;
    border-radius: 10px;
    padding: 0;
}

/* sextion left */
.kwVmContainerDesc .kwSectionLeft .kwSectionContentTable {
    height: 560px;
}

/* descrizioni */
.product-description span.title {
    display: none;
}
.kwSchedaInd, #tab-condizioni h2 {
    margin-top: 30px;
}

.kwVmContainerDesc .kwSmallDescription {
    font-family: LatoLightItalic;
}
.kwVmContainerDesc .kwImgDescription {
    width: 100%;
    max-width: 350px;
    margin: 30px 0;
}
.kwVmContainerDesc hr.kwSeparatorHr {
    margin: 60px 0 0;
}

.manufacturer {
    display: none;
}

/* FINE SHOP */


/* inizio CONFIGURATORE */

.kwConfiguratore {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
    align-items: center;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    margin-top: 50px;
}
.kwConfiguratore hr.kwSeparatorHr {
    border-top: 1px solid #ddd;
}
#kwDimensioni {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}
.KwCampiConfiguratore input, .KwCampiConfiguratore select {
    width: 100%;
}
.KwButtonConfiguratore .btn-primary {
    margin-left: 0;
}
#KwRisultatoCalcolo {
    text-align: center;
    padding: 30px 0;
    font-size: 25px;
    text-transform: uppercase;
    font-family: LatoBold;
    color: #e11010;
}
.kwLegenda {
    display: grid;
    grid-template-columns: 10px auto;
    grid-gap: 15px;
    font-size: 15px;
    line-height: 20px;
    align-items: baseline;
    margin-bottom: 20px;
}
.fa.fa-circle.kwColorZonaA {
    color: #D60010;
}
.fa.fa-circle.kwColorZonaB {
    color: #f67419;
    margin-right: 8px;
}
.fa.fa-circle.kwColorZonaC {
    color: #FCEC00;
    margin-right: 8px;
}
.fa.fa-circle.kwColorZonaD {
    color: #36C42A;
    margin-right: 8px;
}
.fa.fa-circle.kwColorZonaE {
    color: #57BDEF;
    margin-right: 8px;
}
.fa.fa-circle.kwColorZonaF {
    color: #12539d;
    margin-right: 8px;
}

#KwQTA {
    text-align: center;
    color: #e11010;
    background-color: bisque;
    padding: 7px 0;
    border-radius: 4px;
    opacity: 0.7;
    z-index: 1;
    position: relative;
}

/* fine CONFIGURATORE */


/* inizio CHI SIAMO */

#green-eco {
    display: grid;
    grid-template-columns: auto 140px 140px;
    grid-gap: 50px;
    align-items: center;
}
#ballu-world {
    padding: 0;
    display: grid;
    grid-template-columns: 8.5% auto 55%;
    grid-gap: 50px;
    align-items: center;
}
#proheat {
    display: grid;
    grid-template-columns: auto 240px;
    grid-gap: 30px;
    align-items: center;
}

/* fine CHI SIAMO */


/* inizio BANNER */

.kwBanner .kw1170 {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
}
.kwBanner .btn-primary {
    margin: 15px 0 0 0;
}
.kwBanner .kwSubtitle {
    margin-bottom: 0;
}

.kwPopupBan {
    width: 600px;
    max-width: 90%;
    margin: auto;
    border-radius: 15px;
    padding: 20px 50px;
}
.kwPopupBan .btn-primary {
    margin: 30px auto;
}
.kwPopupBan .kwLogoBH, .kwPopKFri .kwLogoBH {
    width: 130px;
    margin: 30px auto;
}
.kw2ColPopPortale {
    margin: 50px 0;
    display: grid;
    grid-template-columns: 148px auto;
    text-align: left;
    font-size: 1.5em;
    line-height: 1.1;
    align-items: center;
    grid-gap: 30px;
    justify-content: center;
}

/* black friday */
.kwPopKFri {
    width: 550px;
    max-width: 90%;
    margin: auto;
    color: white;
    border-radius: 15px;
    padding: 50px 70px;
    background: #222;
}
.kwPopKFri p, .kwBlackFridayBan p {
    font-size: 18px;
}
.kwPopKFri p.kwImportantText, .kwPopKFri p.kwSubTitle, .kwBlackFridayBan p.kwImportantText, .kwBlackFridayBan p.kwSubTitle {
    font-size: 25px;
}
.kwPopKFri p.kwImportantText, .kwPopKFri span.kwImportantText, .kwBlackFridayBan span.kwImportantText {
    color: #fbb914;
}
.kwBlackFridayBan {
    background: #222;
    color: white;
}
.kwBlackFridayBan p small {
    font-size: 13px;
}
.kwBlackFridayBan .kw1170 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 0;
    grid-gap: 30px;
    align-items: center;
}
.kwBlackFridayBan .btn-primary {
    margin-left: 0;
    margin-top: 30px;
    background: #fbb914;
    color: #222;
}

/* colori banner */
.kwYellowBan {
    background: #fbb914;
    color: #383838;
} 
.kwColor1Ban {
    background-color: #76828e;
    box-shadow: 0 0 150px inset #434b56;
    color: #fff;
}

/* fine BANNER */


/* inizio SCORCIATOIE */

.kwMarginBottom60 {
    margin-bottom: 60px;
}
.kwMarginBottom0 {
    margin-bottom: 0px;
}

/*fine SCORCIATOIE */

/* credits */
.kwCreditsLogo {
    width: 230px;
}

/* orderdone */
.kwBalluWorld {
    background: #ddd;
    padding: 50px;
    border-radius: 10px;
    text-align: center;
}
.kwBalluWorld .btn-primary {
    margin-top: 20px;
}
.vm-button-correct + form + .kwBalluWorld {
    margin-top: 60px;
}

@media screen and (max-width: 1356px) and (min-width: 990px) {
    .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
        padding: 0 9px;
        letter-spacing: 0;
        font-size: 16px;
    }
}

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

    .kw1170, #sp-main-body.kw1170 {
        padding: 60px 30px;
    }
    .kw1170.kwCheckList {
        margin-left: 30px;
        margin-right: 30px;
    }
    .kwNote {
        padding: 0 30px;
    }
    #sp-title {
        padding: 0 30px;
    }
    #sp-page-title .container {
        width: 100%;
    }

    /* menu */
    #sp-header, .kwBenefits {
        padding: 0 30px;
    }
    section#sp-top-header {
        padding: 5px 30px;
    }

    /* section cover title */
    .kwCenteredLeftBox {
        padding-left: 30px;
        width: 50%;
    }
    .kwCenteredContainer {
        height: 50%;
    }

    /* fonts */
    h1, .kwH1Style {
        font-size: 35px;
        line-height: 40px;
    }
    h2, .kwH2Style {
        font-size: 26px;
        line-height: 31px;
    }
    .kwSubTitle {
        font-size: 23px;
        line-height: 28px;
    }

    /* scheda shop */
    .productdetails-view .spacer-buy-area {
        margin: 30px 0;
    }

    /* chi siamo */
    #ballu-world {
        grid-template-columns: 0 auto 55%;
        grid-gap: 30px;
    }

    /* black friday */
    .kwBlackFridayBan p {
        font-size: 16px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1200px) {
    .kw1170 {
        padding: 50px 30px;
    }

    /* font */
    .kwPageTitle h1 {
        font-size: 45px;
    }
    .kwPageTitle p {
        font-size: 35px;
        line-height: 35px;
    }
    p.kwReviewsStars {
        font-size: 25px;
    }
    .kwPageTitle p.kwReviewsStars i.fa.fa-star {
        font-size: 30px;
    }
}

@media screen and (max-width: 1024px) {
    html[lang="fr-fr"] .sp-megamenu-parent > li > a, html[lang="fr-fr"] .sp-megamenu-parent > li > span {
        letter-spacing: 0px;
        font-size: 13px;
    }
}


@media screen and (max-width: 800px) {
    .kwConfStepDesc { text-align: center; }

    body, .kwSchedaConv, .kwImgSchedaConv .kwGreenBox {
        font-size: 14px;
        line-height: 19px;
    }

    .kw1170, #sp-main-body.kw1170 {
        padding: 30px 15px;
        text-align: center;
    }
    #sp-title {
        text-align: left;
        padding: 0 15px;
    }
    .kw1170.kwCheckList {
        margin-left: 15px;
        margin-right: 15px;
    }

    .kwNote {
        padding: 0 15px;
        font-size: 12px;;
    }

    .kwTablet, .kwMobile.kwTablet {
        display: block !important;
    } 
    .kwDesktop {
        display: none !important;
    }   

    /* menu */
    #sp-header {
        padding: 0 15px;
    }
    section#sp-top-header {
        padding: 5px 15px;
    }

    /* fonts */
    h1, .kwH1Style {
        font-size: 35px;
        line-height: 40px;
    }
    h1 span {
        font-size: 30px;
    }
    #differenza h2 {
        padding-bottom: 0;
    }
    .kwVmContainerDesc h3 {
        margin-top: 30px;
    }
    .kwConfStepDesc {
        text-align: left;
    }

    /* columns */
    .kw50 {
        width: 100%;
        float: none;
    }

    /* buttons */
    .kwDownloadApp {
        width: 120px;
        left: 15px;
    }
    .kwDownloadApp a img {
        margin-top: 10px;
        margin-left: 0;
    }
    .btn-primary, .kwSchedaConv .btn-primary, .product-container.width33.floatleft div.vm-details-button a {
        font-size: 15px;
    }
    .btn-primary {
        margin: 30px auto 0;
    }
    .kwDownloadAppBtn a img {
        float: none;
        width: 120px;
        margin: 10px auto 0;
    }

    /* tabelle */
    .kwTableCol33, .kwTableCol10, .kwTableCol50, .kwTableCol20, .kwTableCol100, .kwTableCol25 {
        font-size: 14px;
    }

    /* section cover title */
    .kwCover .kwCenteredLeftBox {
        position: initial;
    } 
    .kwCover .kwCenteredLeftBox {
        padding: 0 30px 30px;
        width: 100%;
        color: inherit;
        text-shadow: none;
        text-align: center;
    }
    .kwCover {
        margin-bottom: 30px;
    }

    /* section left and right */
    .kwSectionLeft .kwSectionContentTable, .kwSectionRight .kwSectionContentTable,.kwVmContainerDesc .kwSectionLeft .kwSectionContentTable {
        height: auto;
        float: none;
        width: 100%;
    }
    .kwSectionLeft .kwSectionImg, .kwSectionRight .kwSectionImg {
        float: none;
        width: 100%;
        height: auto;
        overflow: auto;
    }
    .kwSectionContentText {
        max-height: initial;
        overflow: initial;
    }
    .kwSectionLeft .kwSectionContent p, .kwSectionRight .kwSectionContent p {
        text-align: center;
    }
    .kwSectionLeft .kwSectionContent img, .kwSectionRight .kwSectionContent img {
        padding: 0;
        margin: 30px 0;
    }
    .kwSectionRight .kwSectionContentTable {
        padding: 0;
    }
    .kwBoxText {
        background-color: #fff;
        padding: 0;
        border-radius: 0;
    }
    .kwSectionLeft .kwSectionContent img, .kwSectionRight .kwSectionContent img {
        max-width: 400px;
        margin: 20px auto;
    }
    #accessori-inclusi img, .kwOverflowImg img {
        max-width: 600px;
        margin: auto;
    }

    /* sezioni con immagini overflow */
    #funzionamento .kw1170 {
        padding-bottom: 0;
    }
    .kwSezMontaggio img {
        height: 250px;
        margin: 37.5px 0;
    }

    /* inizio GRID */
    .kwBenefits, .kwCaratGrid {
        position: initial;
        grid-template-columns: repeat(3, 1fr);
    }
    /* fine GRID */

    /* landing page */
    .kwVideoIframe {
        margin: 60px auto 0;
    }

    .kwOverflowImg {
        height: 330px;
        position: relative;
        overflow: hidden;
    }
    #modulo-wifi-incluso.kwOverflowImg {
        height: 365px;
        padding-left: 15px;
        padding-right: 0;
    }
    #modulo-wifi-incluso.kwOverflowImg img {
        max-width: 450px;
        margin: 30px 0 0 auto;
    }

    /* inizio differenze*/
    #differenza h4 {
        font-size: 18px;
    }
    .kwColDiffTrans, .kwColDiffVerde {
        padding: 10px;
    }
    .kwColDiffTrans h3, .kwColDiffVerde h3 {
        padding: 10px;
    }
    #luoghi ul {
        column-gap: 60px;
        text-align: justify;
        margin: auto;
        padding: 0 30px;
    }
    /* fine differenze */

    /* pagina mobile app */
    #mobile-app .kwSectionLeft .kwSectionContent img, #mobile-app .kwSectionRight .kwSectionContent img {
        max-width: 400px;
    }

    /* footer */
    .kwMenuBottom ul li a {
        font-size: 12px;
        text-align: center;
    }
    #sp-footer {
        padding: 30px 0 0;
        font-size: 15px;
    }
    .kwDatiAzienda {
        line-height: 30px;
        width: 100%;
        font-size: 10px;
        padding-bottom: 50px;
        padding-top: 0;
    }

    /* scorciatoie */
    .kwMarginBottom60 {
        margin-bottom: 30px;
    }

    /* configuratore */
    .kwConfiguratore {
        grid-template-columns: repeat(1, 1fr);
    }
    .KwButtonConfiguratore .btn-primary {
        margin: 30px auto 10px;
    }
    .kwZoneClimaResp.kwTablet.kwMobile {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
        align-items: center;
        margin-top: 20px;
    }
    .kwLegenda {
        grid-gap: 8px;
        font-size: 13px;
        line-height: 18px;
    }

    /* chi siamo */
    #ballu-world {
        padding: 30px 0 0 15px;
        grid-template-columns: 100%;
        grid-gap: 0;
    }

    /* inizio BANNER */

    .kwBanner .kw1170 {
        padding: 0 15px;
    }

    /* black friday */
    .kwPopKFri p.kwImportantText, .kwPopKFri p.kwSubTitle {
        font-size: 20px;
    }
    .kwPopKFri p {
        font-size: 14px;
    }
    .kwPopKFri p small {
        font-size: 10px;
    }
    .kwPopKFri .kwLogoBH {
        width: 110px;
        margin: 0 auto 20px;
    }
    .kwH1Style {
        font-size: 27px;
        line-height: 33px;
    }
    .kwBlackFridayBan .kw1170 {
        text-align: center;
        padding: 20px;
    }

    /* credits */
    .kwCreditsLogo {
        width: 170px;
        margin: auto;
    }

}

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

    .kwMobile {
        display: block !important;
    }
    .kwTablet {
        display: none !important
    }  

    .sp-default-logo.visible-xs {
        height: 90px;
        padding: 15px 0;
    }

    .kwCover {
        margin-bottom: 15px;
    }

    /* font */
    h1, .kwH1Style {
        font-size: 22px;
        line-height: 25px;
    }

    .kwSubTitle {
        font-family: lato;
        text-transform: none;
        font-size: 18px;
        line-height: 21px;
        padding-bottom: 10px;
    }

    .kwH2Style {

        font-size: 20px;
        line-height: 22px;
    }

    h1 span, h2 {
        font-size: 20px;
        line-height: 25px;
    }
    h3, .kwH3Style, .kwStarText  {
        font-size: 18px;
        line-height: 23px;
    }
    .kwImportantText {
        font-size: 17px;
        line-height: 22px;
    }
    .kwConfStepDesc {
        text-align: center;
    }

    /* menu */
    #sp-top-header #sp-top3 .sp-module.col-sm-11 {
        width: 85%;
        padding: 0;
        float: left;
    }
    #sp-top-header #sp-top3 .sp-module.kwCarrello.col-sm-1 {
        width: 15%;
        padding: 0;
        float: left;
    }
    ul#kwTopMenu > li {
        margin-left: 0;
        float: left;
        margin-right: 15px;
    }
    ul#kwTopMenu > li > a {
        font-size: 13px;
    }

    section#sp-top-header {
        padding: 5px 15px;
    }

    /* Inizio differenza */
    .kwColDiffVerde {
        width: 100%;
        margin: 30px 0px;
    }

    .kwColDiffTrans {
        width: 100%;
        margin: 0px;
    }

    #luoghi ul {
        columns: 1;
        column-gap: 0px;
        text-align: left;
        padding: 0 15px;
    }
    #differenza .fa.fa-check {
        font-size: 18px;
    }

    /* Fine differenza*/

    /* sections */
    .kwCover .kwCenteredLeftBox {
        padding: 20px 15px 30px;
    }

    .kwSectionLeft h3, .kwSectionRight h3 {
        margin-top: 0;
    }
    .kwSectionLeft .kwSectionContent img, .kwSectionRight .kwSectionContent img {
        margin: 0 auto;
    }

    /* altre section */
    .kwSezMontaggio img {
        width: auto;
        height: auto;
        object-fit: contain;
    }

    /* imgs */
    .kwSectionLeft .kwSectionContent img, .kwSectionRight .kwSectionContent img, .kwOverflowImg img, #accessori-inclusi img {
        width: 100%;
    }

    /* tabelle */
    .kwTableCol33, .kwTableCol10, .kwTableCol50, .kwTableCol20, .kwTableCol100, .kwTableCol25 {
        font-size: 12px;
    }

    /* columns */
    .kw50Mob, .kw33Mob {
        padding: 0 5px;
    }
    .kw50, .kw33, .kw25 {
        width: 100%;
        float: none;
        padding: 0;
    }

    /* buttons */
    .kwTabSchede .uk-subnav-pill > .uk-active > *, .kwTabSchede .uk-subnav > li > a {
        width: 120px;
        height: 100%;
        padding: 5px;
    }

    /* inizio GRID */

    /* benefici */
    .kwCover .kwBenefits {
        padding: 0 15px;
    }
    .kwBenefits {
        padding 0;
    }    
    .kw1BenTo6 img, .kw1BenTo8 img, .kwIcon, .kwSectionLeft .kwSectionContent .kwBenCerGrid img {
        margin: 0 auto 5px;
        width: 50px;
    }

    /* altre caratteristiche */
    .kwCaratGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* due colonne centrate - testo + immagine */
    .kw2ColGridCent {
        grid-template-columns: repeat(1, 1fr);
    }
    .kwGridVideoGrey {
        background-color: #fff;
        padding-left: 0;
    }
    /* fine GRID */

    /* landing page */
    .kwVideoIframe {
        margin-bottom: 0;
    }
    .kwOverflowImg {
        height: 160px;
    }

    /* anteprima */



    .kwTabSchede {
        margin: 30px 0 20px;
    }
    .kwImgSchedaConv a img {
        max-width: 250px;
        margin: 0 auto;
        width: 100%;
    }

    .product-container.width33.floatleft {
        padding: 20px 0 0;
    }
    .nav.nav-pills {
        margin: 30px auto 10px;
    }

    /* footer */
    .kwPhoneNumber {
        margin: 50px 0 !important;
    }

    /* SCHEDA SHOP */
    .vm-product-container .vm-product-media-container {
        width: 100% !important;
        padding: 0;
        float: none;
    }
    .vm-product-container .vm-product-details-container {
        text-align: center;
        margin: 60px 0;
    }
    .kwIcoShortDescription img {
        width: 65px;
        margin: auto;
    }

    .kwVmContainerDesc hr.kwSeparatorHr {
        margin: 30px 0 0;
    }
    .kwVmContainerDesc h2.kwAnchor {
        padding-top: 30px;
        margin-top: 0;
    }

    /* descrizione */
    #tab-descrizione .kw50, #tab-descrizione .kw25 {
        padding: 15px 15px 0;
        width: 100%;
    }
    .nav-tabs > li > a {
        padding: 10px 5px;
        font-size: 12px;
    }

    /* ACCOUNT */

    /* form */
    td.key {
        width: 90px;
    }

    /* CONFIGURATORE */
    .kwConfiguratore h3 {
        text-align: center;
    }
    .kwZoneClimaResp.kwTablet.kwMobile {
        grid-template-columns: repeat(1, 1fr);
    }

    /* CHI SIAMO */
    #green-eco, #proheat {
        display: block;
    }
    #green-eco img {
        float: left;
        width: 50%;
        padding: 10px 30px 30px;
    }
    #proheat img {
        margin: auto;
    }

    /* pagina assitenza */
    .kwAssistenzaSubRowIco {
        float: none;
        width: auto;
        margin-bottom: 15px;
    }
    .kwIstrVidIframe {
        height: 185px;
        width: 330px;
    }
    .kwAssistenzaSubRowIco, .kwAssistenzaSubRowTxt {
        text-align: center;
    }

    /* inizio BANNER */

    .kwBanner .kw1170 {
        padding: 15px;
        grid-template-columns: auto;
        grid-gap: 15px;
        text-align: center;
    }
    .kwBanner .btn-primary {
        margin: 15px auto 0;
    }
    .kw2ColPopPortale {
        grid-template-columns: auto;
        text-align: center;
        grid-gap: 15px;
        justify-items: center;
        margin: 20px 0;
        font-size: 1.2em;
    }
    .kwPopupBan {
        padding: 15px;
    }
    .kwColImgPopPortale {
        width: 130px;
    }
    .kwPopupBan .kwLogoBH {
        width: 100px;
        margin-bottom: 0;
    }

    /* black friday */
    .kwPopKFri {
        padding: 50px 30px;
    }
    .kwBlackFridayBan .kw1170 {
        grid-template-columns: auto;
        grid-gap: 0;
        padding: 15px;
    }
    .kwBlackFridayBan .btn-primary {
        margin: 15px auto 0;
    }
    .kwBlackFridayBan p small {
        font-size: 10px;
    }
    .kwBlackFridayBan p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .kwBlackFridayBan img {
        width: 240px;
        margin: 0 auto 15px;
    }

    /* fine BANNER */

}

@media screen and (max-width: 320px) {
    ul#kwTopMenu > li > a {
        font-size: 12px;
    }
    ul#kwTopMenu > li {
        margin-right: 10px;
    }

    .kwTableCol33, .kwTableCol10, .kwTableCol50, .kwTableCol20, .kwTableCol100, .kwTableCol25 {
        font-size: 10px;
    }

    /*.kwFooterFixed.kwMobile.kwTablet {
    padding: 5px 10px;
}*/
}