 /* FONTS */
 @import url('https://fonts.googleapis.com/css?family=Noto+Serif&display=swap');

 @font-face {font-family: "Hobo BT";

     src: url("//db.onlinewebfonts.com/t/f5221403a96ef433e963d80a24259396.eot");
     src: url("//db.onlinewebfonts.com/t/f5221403a96ef433e963d80a24259396.eot?#iefix") format("embedded-opentype"),
     url("//db.onlinewebfonts.com/t/f5221403a96ef433e963d80a24259396.woff2") format("woff2"),
     url("//db.onlinewebfonts.com/t/f5221403a96ef433e963d80a24259396.woff") format("woff"),
     url("//db.onlinewebfonts.com/t/f5221403a96ef433e963d80a24259396.ttf") format("truetype"),
     url("//db.onlinewebfonts.com/t/f5221403a96ef433e963d80a24259396.svg#Hobo BT") format("svg");
 }
 
 @font-face {font-family: "ThirdRail";
     src: url("//db.onlinewebfonts.com/t/610e77187335a9d641c8d5a6a0de9363.eot");
     src: url("//db.onlinewebfonts.com/t/610e77187335a9d641c8d5a6a0de9363.eot?#iefix") format("embedded-opentype"),
     url("//db.onlinewebfonts.com/t/610e77187335a9d641c8d5a6a0de9363.woff2") format("woff2"),
     url("//db.onlinewebfonts.com/t/610e77187335a9d641c8d5a6a0de9363.woff") format("woff"),
     url("//db.onlinewebfonts.com/t/610e77187335a9d641c8d5a6a0de9363.ttf") format("truetype"),
     url("//db.onlinewebfonts.com/t/610e77187335a9d641c8d5a6a0de9363.svg#ThirdRail") format("svg");
 }
 
 @font-face {font-family: "Capture it";
     src: url("//db.onlinewebfonts.com/t/3effa1e3015e620486bae4f51e5e9f23.eot");
     src: url("//db.onlinewebfonts.com/t/3effa1e3015e620486bae4f51e5e9f23.eot?#iefix") format("embedded-opentype"),
     url("//db.onlinewebfonts.com/t/3effa1e3015e620486bae4f51e5e9f23.woff2") format("woff2"),
     url("//db.onlinewebfonts.com/t/3effa1e3015e620486bae4f51e5e9f23.woff") format("woff"),
     url("//db.onlinewebfonts.com/t/3effa1e3015e620486bae4f51e5e9f23.ttf") format("truetype"),
     url("//db.onlinewebfonts.com/t/3effa1e3015e620486bae4f51e5e9f23.svg#Capture it") format("svg");
 }
 @font-face {
     font-family: "Ar Cena";
     src: url('../fonts/ArCena.eot');
     src: local('?'), 
     url('../fonts/ArCena.woff') format('woff'),
     url('../fonts/ArCena.woff2') format('woff2'),
     url('../fonts/ArCena.ttf') format('truetype'),
     url('../fonts/ArCena.svg#webfontzqb2Knxj') format('svg');
 }
 @font-face {
     font-family: "Bernadette";
     src: url('../fonts/Bernadette.eot');
     src: local('?'), 
     url('../fonts/Bernadette.woff') format('woff'),
     url('../fonts/Bernadette.woff2') format('woff2'),
     url('../fonts/Bernadette.ttf') format('truetype'),
     url('../fonts/Bernadette.svg#webfontzqb2Knxj') format('svg');
 }
 
  /*!---------- 1. CODICE PER TUTTI I DISPOSITIVI ----------*/
  .swatch {
    width:30px;
    height:30px;
    border-radius:20px;
    margin-left:10px;
  }
  
  .swatch-clickable:hover {
    cursor: pointer;
  }

  /* MAIN BACKGROUND COLOR */
  .background-grey{
      background-color: #f7f7f7;
  }

  /* WHATSAPP BUTTON (DA MODIFICARE/SPOSTARE */
 .whatsapp{
     position: absolute;
     bottom: 10px;
     left:10px;
     width: 75px;
     height: 75px;
     background: #25d366;
     color: white !important;
     font-size: 40px;
     z-index: 2;
     border-radius: 50px;
 }
 .whatsapp i {
     padding: 16px;
 }
  /* END WHATSAPP BUTTON */
  .prezzo {font-weight: bold;}
 
  .sk-circle{
      z-index:5;
  }
 
  .chars-clickable{
      font-size:20px;
  }
 .pull-left > i{
     font-size: 25px;
 }
 
 .canvas-container{
     margin-bottom: 20px;
 }
 
 .text{
     width:100%
 }
 .action-button{
     font-size:20px;
     position: absolute;
     bottom: 0px;
     background: white;
     z-index: 2;
     cursor:pointer;
     color:#bbf400;
     height:100%
 }
 .action-button.right{
     right:0;
 }
 .action-button>i{
     position: absolute;
     left:40%;
     top:38%;
 }
 .action-button.exit {
     left: 0;
     color: #fff;
     background-color: #000;
 }
 .action-button.exit > i {
     transform: rotate(180deg);
     position: absolute;
     left:40%;
     top:38%;
 }
 
 .text-color{
     height: 35px;
     width: 35px;
     border-radius: 50%;
     border: black solid 1px;
     display: inline-block;
     margin-left: 10px;
     margin-top: 7px;
 }
 
 .font-text-input{
     width:100%;
 }
 
 .overlay{
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 4;
     background:white;
 }
 
 .text-color {
     height: 45px;
     width: 45px;
     border-radius: 50%;
     border: #cacaca solid 1px;
     margin: auto;
 }
 
 .top-nav{
     cursor:pointer;
 }
 
 .span-label { font-weight: inherit; }
 
 .modal-backdrop{
     background: #fdfdfd;
     opacity: 0.7;
 }
 
 .font-text-input{
     display: inline-block;
     width: 100%;
     padding: 12px 20px;
     margin: 8px 0;
     box-sizing: border-box;
 }
 
 .btn-primary{
     background-color: #bef200;
     border-color: #bef200;
 }
 .btn-primary:hover{
     background-color: #8db400;
     border-color: #8db400;
 }
 .btn-secondary{
     background-color: #000;
     color: white;
 }
 .btn-secondary:hover{
     background-color: #2e2e2e;
     color: white;
 }
 /*!---------- 2. MEDIA QUERY ----------*/ 
 
 /*GRANDI DESKTOP*/
 @media only screen and (min-width: 1951px) {
     #desk-sx{
         max-width: 950px !important;
     }
 }
 
 /*PICCOLI DESKTOP*/
 @media only screen and (min-width: 1280px) and (max-width: 1290px) {
     #desk-sx{
         max-width: 550px !important;
     }
     .canvas-container {
     left: 7vw !important;
     }
 }
 
 /*DESKTOP*/
 @media only screen and (min-width: 1280px) {
     #alert-l-to-p {display: none;}
     
     .nav > li{
         width: 100%;
     }
     #desk-sx{
         max-width: 650px;
     }
     #desk-dx{
         height: 100%;
         width: 40%;
         margin-left: 6px;
     }
     .canvas-container{
         left:10vw;
     }
     .top-nav{
         position: absolute;
         bottom: 0;
         background: white;
         width: 95%;
     }
     .nav-tabs{
         overflow: auto;
     /*	height: 70vh;*/
     }
     .nav-container{
         overflow:hidden;
     }
     
     .col1-layout {
     padding-top: 0px;
     }
     .main {
     padding-bottom: 0px;
     }
     html, body, .wrapper, .page, .main-container, .main, .col-main, #catalog, #desk-dx-top, .nav-tabs {height: 100%;}
     
     .front-view.tail {display: block;}
     .front-view.tail .col-md-7 { padding-top: 3%; }
     
     #desk-dx {
     float: right !important;
     }
     .sidenav {background-color: #f7f7f7;}
     
     .list-group-item:last-child {
     margin-bottom: 70px;
     }
     .top-nav {
     width: 100%;
     border-top: 1px solid #fff;
     font-family: 'Open Sans', Arial, sans-serif;
     }
     .top-nav, .action-button {
     background: #fff;
     }
     .nav-tabs {
     border-bottom: none;
     background-color: #f7f7f7;
     }
     .main-container, .content-container, .brands-slider-container, .title-container h3, .title-container .slider-nav, .page-popup {
     background-color: #f7f7f7;
     }
     #desk-dx-top {
     -webkit-box-shadow: -4px 0px 10px 0px rgb(239, 239, 239);
     -moz-box-shadow: -4px 0px 10px 0px rgb(239, 239, 239);
     }
     .pull-left { /*Togliere la classe? ----------------------------------------------------------------------------------------------------------------*/
     float: none!important;
     }
     .nav > li {
     text-align: center;
     }
     .span-label { /*Togliere la classe? ----------------------------------------------------------------------------------------------------------------*/
     width: initial;
     }
     li.list-group-item span {display: block; font-family: 'Open Sans', Arial, sans-serif; }
     li.list-group-item label {display: block; font-family: 'Open Sans', Arial, sans-serif; }
     .list-group-item { font-family: 'Open Sans', Arial, sans-serif; }
     .list-group-item { 
     height: initial;
     }
     li.list-group-item:hover {
     cursor: pointer;
     font-weight: inherit;
     color: inherit;
     }
     li.swatch-clickable{width: 50%;}
     
     
     .action-button.carrello {
     right: 0;
     color: #000;
     background-color: #bef200;
     }
 }
 
 /*TABLET LANDSCAPE*/
 @media only screen and (min-width: 960px) and (max-width: 1279px) and (orientation: landscape) { 
 
     #desk-sx{
         max-width: 450px !important;
     }
     .canvas-container {
     left: 0vw !important;
     }
     
     .nav > li{
         width: 100%;
     }
     
     #desk-dx{
         height: 100%;
         width: 40%;
         margin-left: 6px;
     }
     
     .col1-layout {
     padding-top: 0px;
     }
     .main {
     padding-bottom: 0px;
     }
     html, body, .wrapper, .page, .main-container, .main, .col-main, #catalog, #desk-dx-top, .nav-tabs {height: 100%;}
     
     .front-view.tail {display: block;}
     .front-view.tail .col-md-7 { padding-top: 3%; display: inline-block;}
     
     #desk-dx {
     float: right !important;
     }
     .sidenav {background-color: #f7f7f7;}
     
     .list-group-item:last-child {
     margin-bottom: 70px;
     }
     .top-nav {
     width: 100%;
     border-top: 1px solid #fff;
     font-family: 'Open Sans', Arial, sans-serif;
     }
     .top-nav, .action-button {
     background: #fff;
     }
     .nav-tabs {
     border-bottom: none;
     background-color: #f7f7f7;
     }
     .main-container, .content-container, .brands-slider-container, .title-container h3, .title-container .slider-nav, .page-popup {
     background-color: #f7f7f7;
     }
     #desk-dx-top {
     -webkit-box-shadow: -4px 0px 10px 0px rgb(239, 239, 239);
     -moz-box-shadow: -4px 0px 10px 0px rgb(239, 239, 239);
     }
     .pull-left { /*Togliere la classe? ----------------------------------------------------------------------------------------------------------------*/
     float: none!important;
     }
     .nav > li {
     text-align: center;
     }
     .span-label { /*Togliere la classe? ----------------------------------------------------------------------------------------------------------------*/
     width: initial;
     }
     li.list-group-item span {display: block; font-family: 'Open Sans', Arial, sans-serif; }
     li.list-group-item label {display: block; font-family: 'Open Sans', Arial, sans-serif; }
     .list-group-item { font-family: 'Open Sans', Arial, sans-serif; }
     .list-group-item { 
     height: initial;
     }
     li.list-group-item:hover {
     cursor: pointer;
     font-weight: inherit;
     color: inherit;
     }
     li.swatch-clickable {width: 50%;}
 
     .action-button.carrello {
     right: 0;
     color: #000;
     background-color: #bef200;
     }
 }
 
 /*TABLET SENZA DISCRIMINAZIONE ORIENTAMENTO*/
 @media only screen and (min-width: 960px) and (max-width: 1279px) {
     #desk-sx{
         max-width: 650px;
     }
     
     #alert-l-to-p {display: none;}
     
     .top-nav{
         position: absolute;
         bottom: 0;
         background: white;
         width: 100%;
     }
     .nav-tabs{
         overflow: auto;
     }
     .nav-container{
         overflow:hidden;
     }
     
 }
 
 
 /*TABLET PORTRAIT*/
 @media only screen and (min-width: 960px) and (max-width: 1279px) and (orientation: portrait) {  
 
 
     .img-circle{
         display:inline;
     }
     .nav-tabs>li{
         float: none;
         display: inline-block;
         position:relative;
     }
     .list-group-item {
         border: 1px solid #bbf400;
         border-radius: 3em;
         /*width: 160px;*/
         display: inline-block;
         clear: both;
         padding: 10px;
         position:relative;
     }
     .list-group-item:first-child{
         border: 1px solid #bbf400;
         border-radius: 3em;
     }
     .list-group-item:last-child{
         border: 1px solid #bbf400;
         border-radius: 3em;
     }
     .list-group-item>input{
         border:none;
     }
     
     #desk-dx,#desk-dx-top{
         /*height: 30vh;*/
         background-color: #fff;
         width: 100%;
     }
     #desk-sx{
         height: 40vh;
         max-width: 80%; /*Modifica Adhoc da 275px e 60 vh*/
     }
     .nav-container{
         overflow:auto;
         overflow-y:hidden;
     }
     .nav-ul{
         padding: 10px;
         width: 100%;
         overflow: auto;
         white-space: nowrap;
     }
     .nav-container > .row{
         position:fixed;
     }
     .action-button{
         bottom: 15px;
     }
 
     .action-button {top:0; height: 100%;}
     .top-nav {position: relative;}
     html, body, .wrapper, .page, .main-container, .main, .col-main, #catalog {height: 100%;}
     .main {padding-bottom: 0px;}
     #desk-dx {
     width: 100%;
     position: absolute;
     bottom: 0;
     }
     .front-view.tail .col-md-7 {position: absolute;
     top: 0;}
         .main-container, .nav-tabs {
     background-color: #f7f7f7;
     }
     #desk-dx-top {
     -webkit-box-shadow: -6px 2px 25px 0px rgb(222, 222, 222);
     -moz-box-shadow: -6px 2px 25px 0px rgb(222, 222, 222);
     box-shadow: -6px 2px 25px 0px rgb(222, 222, 222);
     }
     .nav-ul {padding: 3px 0px 0px 0px; background-color: #fff;}
     .list-group-item:first-child, .list-group-item, .list-group-item:last-child {
     border: none;
     border-radius: 0px;
     padding: 10px 20px;
     background-color: #f7f7f7;
     }
     .nav-tabs {
     border-bottom: none;
     }
     .top-nav {
     border-top: none;
     }
     .pull-left { /*Meglio togliere la classe? ----------------------------------------------------------------------------------------------------------------*/
     float: none!important;
     }
     .nav > li {
     text-align: center;
     min-height: 120px; /*--------Modifica Adhoc*/
     }
     .span-label { /*Meglio togliere la classe? ----------------------------------------------------------------------------------------------------------------*/
     width: initial;
     }
     li.list-group-item span {display: block; font-family: 'Open Sans', Arial, sans-serif; }
     li.list-group-item label {display: block; font-family: 'Open Sans', Arial, sans-serif; }
     .list-group-item { font-family: 'Open Sans', Arial, sans-serif; }
     .list-group-item { 
     height: initial;
     }
     li.list-group-item:hover {
     cursor: pointer;
     font-weight: inherit;
     color: inherit;
     }
 
     .action-button.carrello {
     right: 0;
     color: #000;
     background-color: #bef200;
     }
     
     #desk-dx-top {
     height: 193px;
     }
     #desk-dx {
     height: initial;
     }
     
     label {
     margin-bottom: 0px;
     }
     
     .whatsapp {
     bottom: inherit;
     top:10px; }
 }
 
 
 
 /*MOBILE LANDSCAPE*/
 @media only screen and (max-width: 959px) and (orientation: landscape) { 
 
 .col1-layout {
     padding-top: 0px;
 }
 html, body, .wrapper, .page, .main-container, .main, .col-main {height: 100%;}
 
 .main-container, .content-container, .brands-slider-container, .title-container h3, .title-container .slider-nav, .page-popup {
     background-color: #f7f7f7;
 }
 
 #alert-l-to-p {
     background-color: #f7f7f7;
     width: 100%;
     height: 100%;
 }
 .main {
     padding-bottom: 0px;
 }
 #change-position {margin: auto;}
    .navigation-container{
        overflow-y:hidden;
    }
 }
 
 
 
 
 /*MOBILE PORTRAIT PICCOLI*/
 @media only screen and (max-width: 360px) and (orientation: portrait) { /*ORIENTAMENTO PORTRAIT NASCOSTO--- ADHOC*/
     #desk-sx{
         height: 35vh !important;
     }
     .col1-layout {
     padding-top: 0px;
     }
     .chars-clickable{
         width:190px;
     }
     
     .whatsapp {
     bottom: inherit;
     top:10px; }
 }
 
 /*MOBILE PORTRAIT  */
 @media only screen and (max-width: 959px) and (orientation: portrait) { 
     #alert-l-to-p {display: none;}/*GIF NASCOSTA E ORIENTAMENTO PORTRAIT NASCOSTO--- ADHOC*/
 
     .img-circle{
         display:inline;
     }
     .nav-tabs>li{
         float: none;
         display: inline-block;
         position:relative;
     }
     .list-group-item {
         border: 1px solid #bbf400;
         border-radius: 3em;
         /*width: 160px;*/
         max-width: 250px;
         display: inline-block;
         clear: both;
         padding: 10px;
         position:relative;
     }
     .list-group-item:first-child{
         border: 1px solid #bbf400;
         border-radius: 3em;
     }
     .list-group-item:last-child{
         border: 1px solid #bbf400;
         border-radius: 3em;
     }
     .list-group-item>input{
         border:none;
     }
     
     #desk-dx,#desk-dx-top{
         /*height: 30vh; Modifica Adhoc da 24vh*/ /*Da mobile 40vh per browser Samsung - 30vh per browser Chrome*/
         background-color: #fff;
         width: 100%;
     }
     #desk-sx{
         height: 40vh;
         max-width: 90%; /*Modifica Adhoc da 275px e 60 vh*/ /*Da mobile 40 vh e 70% per browser Samsung - 40vh e 90% per browser Chrome*/
     }
     .nav-container{
         overflow:auto;
         overflow-y: hidden;
     }
     .nav-ul{
         padding: 10px;
         width: 100%;
         overflow: auto;
         white-space: nowrap;
     }
     .nav-container > .row{
         position:fixed;
     }
     .action-button{
         bottom: 15px;
     }
     .action-button { top:0; height: 100%;}
     .top-nav {position: relative;}
     html, body, .wrapper, .page, .main-container, .main, .col-main, #catalog {height: 100%;}
     .main {padding-bottom: 0px;}
     #desk-dx {
     width: 100%;
     position: absolute;
     bottom: 0;
     }
     .front-view.tail .col-md-7 {position: absolute;
     top: 0;}
         .main-container, .nav-tabs {
     background-color: #f7f7f7;
     }
     #desk-dx-top {
     -webkit-box-shadow: -6px 2px 25px 0px rgb(222, 222, 222);
     -moz-box-shadow: -6px 2px 25px 0px rgb(222, 222, 222);
     box-shadow: -6px 2px 25px 0px rgb(222, 222, 222);
     }
     .nav-ul {padding: 3px 0px 0px 0px; background-color: #fff;}
     .list-group-item:first-child, .list-group-item, .list-group-item:last-child {
     border: none;
     border-radius: 0px;
     padding: 10px 20px;
     background-color: #f7f7f7;
     }
     .nav-tabs {
     border-bottom: none;
     }
     .top-nav {
     border-top: none;
     }
     .pull-left { /*Meglio togliere la classe? ----------------------------------------------------------------------------------------------------------------*/
     float: none!important;
     }
     .nav > li {
     text-align: center;
     min-height: 120px; /*--------Modifica Adhoc*/
     }
     .span-label { /*Meglio togliere la classe? ----------------------------------------------------------------------------------------------------------------*/
     width: initial;
     }
     li.list-group-item span {display: block; font-family: 'Open Sans', Arial, sans-serif; }
     li.list-group-item label {display: block; font-family: 'Open Sans', Arial, sans-serif; }
     .list-group-item { font-family: 'Open Sans', Arial, sans-serif; }
     .list-group-item { 
     height: initial;
     }
     li.list-group-item:hover {
     cursor: pointer;
     font-weight: inherit;
     color: inherit;
     }
     
     .action-button.carrello {
     right: 0;
     color: #000;
     background-color: #bef200;
     }
     
     #desk-dx-top {
     height: 193px;
     }
     #desk-dx {
     height: initial;
     }
 
     .chars-clickable{
         width:190px;
     }
     
     label {
     margin-bottom: 0px;
     }
     .chars-clickable{
         width:190px;
     }
     
     .whatsapp {
     bottom: inherit;
     top:10px; }
 }
 