  :root{
    --yellow: #ffe74c;
    --black: #232730;
    --green: #00a677;
    --mediumgrey: #dedede;
    --lightgrey: #f2f2f2;
    --grey: #dedede;
    --darkgrey: #393939;
    --lightblue: #e5f6fc;
    --blue: #1db2e8;
    --white: #FFFFFF;

    --feedblue: #5D92F5;
    --feedgreen: #8CDE2A;
    --feedorange: #FFA244;
    --feedred: #FF5454;
  }

  /* classi color yellow */
  .colorYellow{ color: var(--yellow); }
  .hoverColorYellow:hover{ color: var(--yellow); }
  .bgColorYellow{ background-color: var(--yellow); }
  .hoverBgColorYellow:hover{ background-color: var(--yellow); }
  .borderYellow{ border-color: var(--yellow); }
  .hoverBorderYellow:hover{ border-color: var(--yellow); }

  /* classi color yellow */
  .colorWhite{ color: var(--white); }
  .hoverColorWhite:hover{ color: var(--white); }
  .bgColorWhite{ background-color: var(--white); }
  .hoverBgColorWhite:hover{ background-color: var(--white); }
  .borderWhite{ border-color: var(--white); }
  .hoverBorderWhite:hover{ border-color: var(--white); }

  /* classi color lightgrey */
  .colorLightgrey{ color: var(--lightgrey); }
  .hoverColorLightgrey:hover{ color: var(--lightgrey); }
  .bgColorLightgrey{ background-color: var(--lightgrey); }
  .hoverBgColorLightgrey:hover{ background-color: var(--lightgrey); }
  .borderLightgrey{ border-color: var(--lightgrey); }
  .hoverBorderLightgrey:hover{ border-color: var(--lightgrey); }

  /* classi color black */
  .colorBlack{ color: var(--black); }
  .hoverColorBlack:hover{ color: var(--black); }
  .bgColorBlack{ background-color: var(--black); }
  .hoverBgColorBlack:hover{ background-color: var(--black); }
  .borderBlack{ border-color: var(--black); }
  .hoverBorderBlack:hover{ border-color: var(--black); }

  /* classi color green */
  .colorGreen{ color: var(--green); }
  .hoverColorGreen:hover{ color: var(--green); }
  .bgColorGreen{ background-color: var(--green); }
  .hoverBgColorGreen:hover{ background-color: var(--green); }
  .borderGreen{ border-color: var(--green); }
  .hoverBorderGreen:hover{ border-color: var(--green); }

  /* classi color mediumgrey */
  .colorMediumgrey{ color: var(--mediumgrey); }
  .hoverColorMediumgrey:hover{ color: var(--mediumgrey); }
  .bgColorMediumgrey{ background-color: var(--mediumgrey); }
  .hoverBgColorMediumgrey:hover{ background-color: var(--mediumgrey); }
  .borderMediumgrey{ border-color: var(--mediumgrey); }
  .hoverBorderMediumgrey:hover{ border-color: var(--mediumgrey); }

  /* classi color darkgrey */
  .colorDarkgrey{ color: var(--darkgrey); }
  .hoverColorDarkgrey:hover{ color: var(--darkgrey); }
  .bgColorDarkgrey{ background-color: var(--darkgrey); }
  .hoverBgColorDarkgrey:hover{ background-color: var(--darkgrey); }
  .borderDarkgrey{ border-color: var(--darkgrey); }
  .hoverBorderDarkgrey:hover{ border-color: var(--darkgrey); }

  /* classi color lightblue */
  .colorLightblue{ color: var(--lightblue); }
  .hoverColorLightblue:hover{ color: var(--lightblue); }
  .bgColorLightblue{ background-color: var(--lightblue); }
  .hoverBgColorLightblue:hover{ background-color: var(--lightblue); }
  .borderLightblue{ border-color: var(--lightblue); }
  .hoverBorderLightblue:hover{ border-color: var(--lightblue); }

  /* classi color blue */
  .colorBlue{ color: var(--blue); }
  .hoverColorBlue:hover{ color: var(--blue); }
  .bgColorBlue{ background-color: var(--blue); }
  .hoverBgColorBlue:hover{ background-color: var(--blue); }
  .borderBlue{ border-color: var(--blue); }
  .hoverBorderBlue:hover{ border-color: var(--blue); }

  body{
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--black);
  }

  html{ font-size: 20px; }
  .titleLev1{ font-size: 6.00rem; line-height: 6.00rem; }
  .titleLev2{ font-size: 4.00rem; line-height: 4.00rem; }
  .titleLev3{ font-size: 3.00rem; line-height: 3.00rem; }
  .titleLev4{ font-size: 2.25rem; line-height: 2.25rem; }
  .titleLev5{ font-size: 2.00rem; line-height: 2.00rem; }
  .titleLev6{ font-size: 1.60rem; line-height: 1.60rem; }
  .bigParagraph{ font-size: 1.25rem; }
  .smallParagraph{ font-size: 0.80rem; }

  .cursor-pointer{
    cursor: pointer;
  }

  .social.whatsapp {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    font-size: 3rem;
    background: #1db2e8;
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFFFFF !important;
    z-index: 9;
  }

  .social.whatsapp img{
    width: 100%;
  }

  .strong{
    font-weight: 600;
  }

  .doList ul{
    margin-left: 1.5rem;
  }

  .doList ul li{
    list-style: disc;
    margin-bottom: 0.3rem;
  }

  .upperFooter{
    padding: 0.5rem 0;
    background-color: #00A677;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .titleLev1, .titleLev2, .titleLev3, .titleLev4, .titleLev5, .titleLev6{
    font-family: 'Teko', sans-serif;
    font-weight: 600;
  }

  .myForm .select2-dropdown{
    border: 4px solid var(--lightgrey) !important
  }

  .myForm .select2-container--default .select2-selection--single{
    height: auto;
    border: none;
    background-color: #f2f2f3;
    border-radius: 7px;
  }

  .myForm .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0.3em 0.6em;
    line-height: inherit;
    font: inherit;
  }

  .myForm .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .myForm  .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .myForm .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 5px;
  }

  .myForm .select2-dropdown .select2-results__options::-webkit-scrollbar {
    width: 11px;
  }
  .myForm .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
    background: var(--lightgrey);
  }
  .myForm .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    background-color: var(--darkgrey);
    border-radius: 6px;
    border: 3px solid var(--lightgrey);
  }
  .myForm .select2-dropdown .select2-results__options{
    scrollbar-width: thin;
    scrollbar-color: var(--darkgrey) var(--lightgrey);
  }

  .select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: var(--darkgrey) !important
  }

  #breadcrumb{
    display: flex;
    flex-wrap: wrap;
  }

  #breadcrumb li{
    padding: 0 0.5rem;
  }

  #breadcrumb li:after{
    content: " >";
    padding-left: 0.5rem;
  }

  #breadcrumb li:last-child:after{
    content: "";
  }

  #breadcrumb li a{
    text-transform: uppercase;
    font-weight: bold;
    color: #1db2e8;
  }


  .jconfirm .jconfirm-box{
    padding: 3em 1em 2em 1em;
    font-size: .9rem;
    border-width: .5rem !important;
    border-style: solid;
    border-radius: 0 !important;
  }


  .jconfirm .jconfirm-box div.jconfirm-closeIcon{
    opacity: 1;
    padding-top: 3px;
    top: 1em;
    right: 1em;
  }

  .jconfirm .jconfirm-box div.jconfirm-closeIcon::after {
    content: '';
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: -3px;
    left: -2px;
    z-index: -1;
  }

  .jconfirm .jconfirm-box .jconfirm-content-pane{
    margin-bottom: 0px !important;
  }

  .jconfirm .jconfirm-box-container.jconfirm-no-transition{
    padding: 4em 0 4em 0;
  }


  .jconfirm .jconfirm-box .jconfirm-content-pane .jconfirm-content > div{
    margin-bottom: 0;
  }

  /*clone titleLev4*/
  .jconfirm .jconfirm-box div.jconfirm-title-c{
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
  }

  .jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1em;
    text-transform: uppercase;
  }

  .jconfirm .jconfirm-box .jconfirm-buttons{
    float: none !important;
    text-align: right;
  }

  .jconfirm .jconfirm-box .jconfirm-buttons .btn.btn-default{
    border-radius: 0;
    color: white !important;
  }

  .jconfirm .jconfirm-box .jconfirm-buttons .btn.btn-default{
    background-color: var(--black);
  }

  .jconfirm .jconfirm-box div.jconfirm-closeIcon::after{
    background: var(--black);
  }

  .jconfirm .jconfirm-box div.jconfirm-closeIcon{
    color: white;
  }


  .jconfirm .jconfirm-box.jconfirm-type-blue{
    border-color: var(--feedblue);
    background-color: white;
  }


  .jconfirm .jconfirm-box.jconfirm-type-blue div.jconfirm-closeIcon:hover::after{
    background-color: var(--feedblue);
  }

  .jconfirm .jconfirm-box.jconfirm-type-blue div.jconfirm-title-c .jconfirm-title{
    color: var(--feedblue);
  }

  .jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-buttons .btn.btn-default:hover{
    background-color: var(--feedblue);
  }



  .jconfirm .jconfirm-box.jconfirm-type-green{
    border-color: var(--feedgreen);
    background-color: white;
  }

  .jconfirm .jconfirm-box.jconfirm-type-green div.jconfirm-closeIcon:hover::after{
    background: var(--feedgreen);
  }

  .jconfirm .jconfirm-box.jconfirm-type-green div.jconfirm-title-c .jconfirm-title{
    color: var(--feedgreen);
  }

  .jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-buttons .btn.btn-default{
    background-color: var(--feedgreen);
  }


  .jconfirm .jconfirm-box.jconfirm-type-red{
    border-color: var(--feedred);
  }

  .jconfirm .jconfirm-box.jconfirm-type-red div.jconfirm-closeIcon:hover::after{
    background: var(--feedred);
  }

  .jconfirm .jconfirm-box.jconfirm-type-red div.jconfirm-title-c .jconfirm-title{
    color: var(--feedred);
  }

  .jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-buttons .btn.btn-default:hover{
    background-color: var(--feedred);
  }



  .jconfirm .jconfirm-box.jconfirm-type-yellow{
    border-color: var(--feedorange);
  }

  .jconfirm .jconfirm-box.jconfirm-type-yellow div.jconfirm-closeIcon:hover::after{
    background: var(--feedorange);
  }

  .jconfirm .jconfirm-box.jconfirm-type-yellow div.jconfirm-title-c .jconfirm-title{
    color: var(--feedorange);
  }

  .jconfirm .jconfirm-box.jconfirm-type-yellow .jconfirm-buttons .btn.btn-default:hover{
    background-color: var(--feedorange);
  }

  ::selection{
    color: #fff;
    text-shadow: none;
    background: var(--orange);
  }

  p, a, span, li, ul, h1, h2, h3, h4, h5, h6, th, td{
    font: inherit;
    color: inherit;
    line-height: 1.3rem;
  }

  ol{
    padding-inline-start: 0;
  }

  a{
    text-decoration: none;
  }

  a:hover{
    text-decoration: none;
    cursor: pointer;
    color: inherit;
  }

  .regularLink, .infoPage a{
    display: inline-block;
    position: relative;
    padding: 0 .2em;
  }

  .regularLink::after, .infoPage a::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--orange);
    width: 100%;
    height: 0.2em;
    -webkit-transition: height .2s ease-in-out;
    -moz-transition: height .2s ease-in-out;
    -o-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
    z-index: -1;
  }

  .regularLink:hover, .infoPage a:hover{
    color: white;
    text-decoration: none;
  }

  .regularLink:hover::after, .infoPage a:hover::after{
    height: 1.8em;
  }

  .regularLink.reverse::after, .infoPage a.reverse::after{
    background-color: var(--black);
  }

  p{
    line-height: 1.6em;
  }

  :focus{outline: none!important;}
  ul{
    padding: 0;
    margin: 0;
  }
  ul li{
    list-style: none;
  }

  .main-content .slick-slider{
    margin-bottom: 0;
  }

  .titleLev1 > span, .titleLev2 > span, .titleLev3 > span, .titleLev4 > span{
    font: inherit;
  }

  .customBtn{
    display: inline-block;
    position: relative;
    padding: 0.8rem 1.45rem;
    font-size: .9rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    transition: 0.3s all ease-in-out;
    border-radius: 50px;
  }

  .customBtn.bigBtn{
    padding: 1.2rem 2.90rem;
    font-size: 1.25rem;
  }

  .customBtn.smallBtn{
    padding: 0.5rem 1.4rem;
    font-size: 0.75rem;
    text-transform: none;
  }

  .customBtn.squareBtn{
    border-radius: 0;
  }

  .myCustomSelect + .select2-container .select2-selection .select2-selection__rendered{
    padding: 11px 17px !important;
    line-height: 1.5rem !important;
    font-size: 1rem !important;
    border-radius: 7px !important;
    background-color: #f2f2f3;
  }

  .main-content input.form-control[type=text], .main-content input.form-control[type=number], .main-content input.form-control[type=tel], .main-content input.form-control[type=email], .main-content textarea.form-control, .main-content select.form-control{
    font-size: 0.9rem;
    padding: 0.3em 0.6em;
  }

  .form-control:disabled{
    background-color: #f2f2f2 !important;
  }

  input.form-control[type=text]:hover, input.form-control[type=number]:hover, input.form-control[type=tel]:hover, input.form-control[type=email]:hover, textarea.form-control:hover,select.form-control:hover,input.form-control[type=text]:focus, input.form-control[type=number]:focus, input.form-control[type=tel]:focus, input.form-control[type=email]:focus, textarea.form-control:focus, select.form-control:focus,
  .myCustomSelect + .select2-container:focus,
  .myCustomSelect + .select2-container .select2-selection:focus,
  .myCustomSelect + .select2-container .select2-selection .select2-selection__rendered:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
  }

  .mandatoryMarker{
    font: inherit;
    line-height: inherit;
    margin-left: 2px;
  }

  /* CUSTOM FORM APPEREANCE*/
  .customRadio input[type=radio], .customCheckbox input[type=checkbox]{
    display: none;
  }

  /* CHECKBOX STYLE */

  .customCheckbox input[type=checkbox] + label > .fakeCheck::after, .customRadio input[type=radio] + label > .fakeCheck::after{
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--blue);
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.3,.81,.67,2.5);
    -moz-transition: all .3s cubic-bezier(.3,.81,.67,2.5);
    -o-transition: all .3s cubic-bezier(.3,.81,.67,2.5);
    transition: all .3s cubic-bezier(.3,.81,.67,2.5);
  }

  .customCheckbox input[type=checkbox] + label{
    padding-left: 1.4em;
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
  }

  .customCheckbox input[type=checkbox] + label > .fakeCheck{
    display: block;
    position: absolute;
    font-size: calc(1em - 4px);
    margin-left: 2px;
    height: 1em;
    width: 1em;
    left: 0;
    top: 0.4em;
    cursor: pointer;
    outline: 2px solid var(--darkgrey);
    padding: 2px;
  }

  .customCheckbox input[type=checkbox]:not(:checked) + label:hover > .fakeCheck,
  .customCheckbox input[type=checkbox]:not(:checked) + label > .fakeCheck:hover{
    outline-color: var(--blue);
  }

  .customCheckbox input[type=checkbox]:checked + label > .fakeCheck{
    /*outline-color: var(--pink);*/
  }

  .customCheckbox input[type=checkbox]:checked + label > .fakeCheck::after{
    height: 0.6em;
    width: 0.6em;
  }

  .checkAllChecks, #formNewsletter .checkAllChecks{
    cursor: pointer;
    font-weight: 700;
  }

  .no-border-radius{
    border-radius: 0 !important;
    border-style: solid;
    border-width: 1px;
  }

  /* END CHECKBOX STYLE */

  /* RADIO STYLE */
  .customRadio{
    display: inline-block;
  }
  .customRadio:not(:last-child){
    margin-right: 3em;
  }

  .customRadio input[type=radio] + label{
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .customRadio input[type=radio] + label > .fakeCheck{
    display: block;
    position: relative;
    height: 22px;
    width: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    cursor: pointer;
    border: 2px solid var(--black);
    border-radius: 50%;
    margin-right: 0.4em;
  }

  .customRadio input[type=radio] + label > .fakeCheck::after{
    border-radius: 50%;
  }

  .customRadio input[type=radio]:checked + label > .fakeCheck{
    border-color: var(--pink);
  }

  .customRadio input[type=radio]:checked + label{
    color: var(--pink);
  }

  .customRadio input[type=radio]:checked + label > .fakeCheck::after{
    width: 12px;
    height: 12px;
  }
  /* END RADIO STYLE */

  .myForm input.form-control[type=text],
  .myForm input.form-control[type=number],
  .myForm input.form-control[type=tel],
  .myForm input.form-control[type=email],
  .myForm input.form-control[type=password],
  .myForm textarea.form-control,
  .myForm .select2-container{
    font-size: 1em;
    background: var(--white);
    border: 1px solid var(--dark);
    border-radius: 0;
  }

  .select2-container--open .select2-dropdown {
    left: 0;
    border: 1px solid var(--darkgrey) !important;
  }

  .myForm .field textarea{
    resize: none;
  }

  .myForm .field:not(:last-child){
    margin-bottom: 1em;
  }

  .myForm .field label {
    margin-bottom: 0.3em;
  }

  .myForm .privacyContentBlock {
    font-size: .8em;
  }

  .textContainer *{
    line-height: inherit;
    color: inherit;
  }

  .imgContainer{
    position: relative;
    width: 100%;
    height: 0;
  }

  .imgContainer img{
    position: absolute;
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }

  .toScroll{
    cursor: pointer;
  }

  /*.iubenda-white.no-brand.iubenda-noiframe.iubenda-embed.iubenda-noiframe{
    background-color: transparent !important;
    color: #FFFFFF !important;
    font-size: 0.7rem !important;
    font-family: 'Montserrat', sans-serif !important;
    border-width: 0 !important;
    outline-width: 0 !important;
  }*/

  .iubenda-nostyle{
    width: auto !important;
  }

  div#prodotti>p:after {
    content: " +";
  }

  div#prodotti>p:last-child:after {
    content: "";
  }

  @media (max-width: 1366px){
  }

  /* max lg */
  @media (max-width: 1199px){
  }

  /* xs, sm, md*/
  @media (max-width: 991px){
    html{ font-size: 14px; }
    .titleLev1{ font-size: 4.81rem; line-height: 4.81rem; }
    .titleLev2{ font-size: 3.12rem; line-height: 3.12rem; }
    .titleLev3{ font-size: 2.18rem; line-height: 2.18rem; }
    .titleLev4{ font-size: 1.68rem; line-height: 1.68rem; }
    .titleLev5{ font-size: 1.50rem; line-height: 1.50rem; }
    .titleLev6{ font-size: 1.37rem; line-height: 1.37rem; }
    .bigParagraph{ font-size: 1.12rem; }
    .smallParagraph{ font-size: 0.87rem; }
  }

  /* xs, sm*/
  @media (max-width: 767px){

  }

  /* xs */
  @media (max-width: 575px){

  }

  /* sm */
  @media (min-width: 576px){
  }

  /* md */
  @media (min-width: 768px){
  }

  /* lg */
  @media (min-width: 992px){
  }

  /* xl */
  @media (min-width: 1200px){

    html{ font-size: 14px; }
    .titleLev1{ font-size: 6.00rem; line-height: 6.00rem; }
    .titleLev2{ font-size: 4.00rem; line-height: 4.00rem; }
    .titleLev3{ font-size: 3.00rem; line-height: 3.00rem; }
    .titleLev4{ font-size: 2.25rem; line-height: 2.25rem; }
    .titleLev5{ font-size: 2.00rem; line-height: 2.00rem; }
    .titleLev6{ font-size: 1.60rem; line-height: 1.60rem; }
    .bigParagraph{ font-size: 1.25rem; line-height: 1.25rem; }
    .smallParagraph{ font-size: 0.80rem; line-height: 0.80rem; }

  }

  /* xxl */
  @media (min-width: 1800px){

    html{ font-size: 20px; }
    .titleLev1{ font-size: 6.00rem; line-height: 6.00rem; }
    .titleLev2{ font-size: 4.00rem; line-height: 4.00rem; }
    .titleLev3{ font-size: 3.00rem; line-height: 3.00rem; }
    .titleLev4{ font-size: 2.25rem; line-height: 2.25rem; }
    .titleLev5{ font-size: 2.00rem; line-height: 2.00rem; }
    .titleLev6{ font-size: 1.60rem; line-height: 1.60rem; }
    .bigParagraph{ font-size: 1.25rem; line-height: 1.25rem; }
    .smallParagraph{ font-size: 0.80rem; line-height: 0.80rem; }

  }

  /* xxxl */
  @media (min-width: 2100px){
    html{ font-size: 25px; }
  }


  /* tablet portrait */
  @media (min-width: 768px) and (max-width: 991px) and (orientation: portrait){}

  /* tablet portrait */
  @media (min-width: 1024px) and (max-width: 1279px) and (orientation: portrait){}
