body{
    margin: 0;
    font-family: 'Roboto', 'Poppins', sans-serif;
    color: #271E30;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    /*color:#271E30;*/
    line-height: 30px;
}

.modal{
    z-index: 99999999!important;
}

img {
    margin:0;
}
img.img-bn{
    filter: grayscale(1);
}

.over-color:hover{
    background-color: #3cc5c7;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.over-color:hover img{
    opacity: .5;
}

h1{ 
    font-family: 'Roboto', 'Poppins', sans-serif;
    font-size: 48px;
    color: #271E30;
    font-weight: 600;
}

p {
    margin: 0;
}

h2{
    font-family: 'Roboto', 'Poppins', sans-serif;
    color: #271E30;
    font-weight: 700;  
    margin-bottom: 20px; 

}

.card:not(.angoli-curvi):hover{
    background-color: #3cc5c7;
    border-radius: 0px 0px 0px 0px;
}
.card:not(.angoli-curvi):hover img{
    opacity: .7;
}

.bg-dark{
    background-color: #000!important;
}


.catfilter-cancel{
    cursor: pointer;
}

.modal-footer>* {
    margin: 3px !important;
}
.badge.credits{
        position: absolute;
    top: 3px;
    right: 0px;
    background-color: white;
    border-radius: 35%;
    width: 25px;
}
.risultatotestuale{
    font-size:25px;
    color: #271E30;
    font-weight: 400;  
}

.bold{
    font-weight: 400;  
}

h3{
    font-size:20px;
    font-weight: 700;

}
.h3{
    font-family: 'Roboto', 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 600;
    padding: 25px 0;
    padding: 15px 0px 15px !important;
}


.azzurro{
    color: #3cc5c7;
}
.btn-colorselector{
    background-color: linear-gradient(45deg, rgba(255,255,255,1) 47%, rgba(255,3,3,1) 49%, rgba(255,255,255,1) 51%);
}
.dropdown-caret li:first-child a.color-btn, 
.simplecolorpicker > .color:first-child {
    background: rgb(255,255,255);
    background: linear-gradient(45deg, rgba(255,255,255,1) 47%, rgba(255,3,3,1) 49%, rgba(255,255,255,1) 51%);
}
.simplecolorpicker .color{
    
}

.rounded{
    border-radius: 30px !important;
}

a {
    color:#3cc5c7;
    border:none;
    text-decoration: underline;
}

a:hover,
a.active{
    color:#0070ED;
}

.link_formati {
    text-decoration: none;
    color: #271E30;
}

.link_formati:hover {
    text-decoration: underline;
    color: #3cc5c7;
}

.small, small {
    font-size: 70%;
    font-weight: 200;
}
.divider{
    font-weight: 100;
    color: #ccc;
}
.card-img-overlay {
    position: absolute;
    top: -30px;
    right: 0;
    bottom: 0;
    left: 20px;
    padding: 1.25rem;
}

.form-check{
        text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}

.titolo:before {
   font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
   content: "\f106";
   float: right;
   -webkit-transition: all 0.5s;
   transition: all 0.5s;
   font-weight: 600;
   -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
       transform: rotate(0deg);
}
.titolo.collapsed:before {

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
        transform: rotate(180deg);
} 

.sfondo-categorie img:hover{
    opacity: .5;
}


.overlay_green {
    background: rgb(79,134,135);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(79,134,135,1)), to(rgba(52,52,52,1)));
    background: linear-gradient(0deg, rgba(79,134,135,1) 0%, rgba(52,52,52,1) 100%);
}
.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(79,134,135,1)), to(rgba(52,52,52,1)));
    background: linear-gradient(0deg, rgba(79,134,135,1) 0%, rgba(52,52,52,1) 100%);
    z-index: 200;
}

.filtroattivo{
    font-size: 14px;
    font-weight: 200;
    height: 30px;
    line-height: 20px;
}

.img_hover{
    position: relative;
}

.img_hover:hover .overlay {
  opacity: .9;
}
.img_hover .overlay .nome_hover{
    position: absolute;
    bottom: 5px;
    /*bottom: 20px;
    left: 30px;*/
    color: white;
    font-weight: 500;
    width: 100%;
}
.simplecolorpicker > .color{
    width: 30px; 
    height: 30px;
    display: inline-block;
    margin: 3px;
    border-radius: 50%;
    border:1px solid #CCC !important;
}

.simplecolorpicker .color[data-selected]:after {
    position: relative;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    content: "\f00c";
    font-weight: 600;
    left: 8px;
    top: 0px;
    font-size: 13px;
    /* margin-left: 1px; */
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    display: table;
    /*mix-blend-mode: difference;*/
}
.simplecolorpicker .color[data-selected]{
    border: 3px solid #46c8ca;
}

.btn-colorselector {

    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    border-radius: 50%;
    border:  1px solid #CCC;
    position: relative;
    left: -15px;
    top: 1px;
}
.dropdown-toggle::after {
    display: none;
}

.color-position{
        position: absolute;
    width: 60px;
    left: 0;
}
.color-width{
   width: 60px !important; 
}

.dropdown-colorselector>.dropdown-menu {
    min-width: 308px!important;
}
.dropdown-colorselector>.dropdown-menu>li{
    width: 42px;
    height: 42px;

}
.dropdown-colorselector>.dropdown-menu>li>.color-btn {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
}
.dropdown-colorselector>.dropdown-menu>li>.color-btn.selected:after {
    display: none;
}

.dropdown-colorselector>.dropdown-menu {
    padding: 15px 15px 15px 15px;
    max-width: 188px;
    min-width: 180px;
}

#loading{
    width: 100%; 
    height: 5px; 
    top: 80px; 
    position: absolute; 
    z-index: 10000; 
    background-color: #f7f6f9;
}
.loader__element {
    height: 4px;
    width: 100%;
    background: rgba(0,255,255,.9)

}

.loader__element:before {
    content: '';
    display: block;
    background-color: #46c8ca;
    height: 4px;
    width: 0;
  -webkit-animation: getWidth .5s ease-in infinite;
          animation: getWidth .5s ease-in infinite;
}

@-webkit-keyframes getWidth {
    100% { width: 100%; }
}

@keyframes getWidth {
    100% { width: 100%; }
}


.relative{
    position: relative;
}
a.no-underline {
    text-decoration: none;
}
a.ico-blue svg, h1.ico-blue svg {
    color: #3cc5c7;
}
*.line-height {
    line-height: 1.5em!important;
}

b,strong{
    font-weight: 500;
}

div.bg-grey {
    background-color: #eeeeee;
}
/* filtri  */

.sottocat{
    margin-left: 30px;
}

a.titolo {
    border: none;
    background: none;
}
.barradiricerca{
    border-bottom: 1px solid #f1efef;
}
.title-filter {
    background: #ffffff;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.card {
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-bottom:  none;
    border: 0px;
    -webkit-transition: all ease .1s;
    -webkit-transition: all ease .4s;
    transition: all ease .4s;

}

.card.no-fade {
    -webkit-transition: none;
    transition: none;

}

.card-header {
    background: #ffffff;
}

.card.inverse{
    background-color: #3cc5c7;
    color: white;
}

.outerDivFull {
    margin: 0;
}

ul.no-list {
    padding: 0;
}
ul.no-list li {
    list-style-type: none!important;
}
ul.no-list li input[type='checkbox'] {
    margin-right: 0.7em;
    width: 16px;
    height: 16px;
    margin-top: 7px;
    opacity: 0.5;
}
ul.no-list li input:checked[type='checkbox'] {
    opacity: 1;
}
.thumb{
    cursor: pointer;
}
.box-formato {
    border: 1px solid #e6e6e6;
    min-height: 105px;
    cursor: pointer;
    border-radius: 15px;
}
.box-formato:hover {
    border: 1px solid #3cc5c7;
}

.box-formato.attivo {
    border-color: #3cc5c7;
    background: #3cc5c717;
}

.outerDivFull { margin:50px; } 

.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #bfeced; display: block; border-radius: 100px; position: relative; }
.switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; -webkit-transition: 0.3s; transition: 0.3s; }
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: #3cc5c7; }
.switchToggle input + label:before, .switchToggle input + input + label:before {content: 'NO'; position: absolute; left: 35px; width: 26px; height: 26px; border-radius: 90px; -webkit-transition: 0.3s; transition: 0.3s; text-indent: 0; color: #3cc5c7; }
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'YES'; position: absolute; left: 10px; width: 26px; height: 26px; border-radius: 90px; -webkit-transition: 0.3s; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); -webkit-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); }
.switchToggle label:active:after {width: 60px; } 
.toggle-switchArea { margin: 10px 0 10px 0; }
.finale{
    font-size: 15px;
    color: #271E30;
}

.finale ul{
    padding-left: 0;
}

.finale li{
    list-style-type: none;
    float: left;
    margin-right: 20px;
}

#footer {
    clear: both;
}

.spazio_brand_footer{
    text-align: right;
}

.img_cactus{
    margin-left: 10px;
    width: 31px;
    height: 24px;
}

.container-fluid {
    padding: 0!important;
    margin: 0!important;
}

.list-group {
    min-width: 250px;
}
.list-group a {
    text-decoration: none;
}
.list-group a:hover {
    text-decoration: underline;
}
.navbar {
    background-color: #000000;
    margin: 0;
    padding: 0 1em;
    /*text-transform: uppercase;*/
}
a.nav-link {
    margin: 0 1em;
    color: #ffffff!important;
    text-decoration: none;
    font-size: 15px;
}
a.nav-link:hover {
    color: #3cc5c7!important;
}

.nav-item.active a.nav-link {
    color: #3cc5c7!important;
    border-bottom: 1px solid   #3cc5c7!important;
}

a.nav-link.evidence {
    border: 1px solid white;
    padding: 5px 25px !important;
    border-radius: 2em;
}
.animateButton2,
.animateButton{
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.animateButton:hover{
    color: white !important;
    background-color: #3cc5c7!important;
}
.animateButton.full:hover{
    color: white !important;
    background-color: #262626!important;
}

a.nav-link.blue {
    color: #3cc5c7;
}
a.nav-link.evidence.blue {
    color: #3cc5c7!important;
    border-color: #3cc5c7;
}
a.nav-link.blue svg {
    color: #3cc5c7!important;
}

.bg-grey {
    background-color: #f9f9f9!important;
}
div.bg-blue {
    background-color: #d7f7f8!important;
}
a.btn-radius {
    border-radius: 40px;
    font-size: 18px;
}
a.blue, p.blue, *.blue {
    color: #3cc5c7!important;
    border-color: #3cc5c7;
}
a.blue:hover, p.blue:hover, *.blue:hover {
    /*color: #fff!important;*/
}
a.full {
    background-color: #3cc5c7;
    color: #ffffff!important;
}

.table-striped th {
    background-color:  #3cc5c7;
    color: white;
}

div.elenco p.bg-elenco {
    background: #d7f7f8;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0.6em 0 0 1em;
}
div.elenco p.bg-elenco svg {
    color: #48dbde;
}

.angoli-curvi {
    border-radius: 1.5em;
    overflow: hidden;
}
.angoli-curvi-5 {
    border-radius: 50%;
    overflow: hidden;
    height: 200px;
    width: 200px;
}
.angoli-curvi-50 {
    border-radius: 50%;
    overflow: hidden;
    height: 75px;
    width: 75px;
}
p.card-nome-prodotto {
    font-size: 14px;
    font-weight: 500;
}
p.card-nome-prodotto svg {
    color: #48dbde;
}


/*
.crediti svg {
    color: #48dbde;
    background: #d7f7f8;
    padding: 0.2em;
    margin: 0;
    border-radius: 1em;
    font-size: 2em;
}*/
.crediti{
    

}

.border-bottom {
    border-bottom: 1px solid #eeeeee;
}
.hover-hidden {
    overflow: hidden;
}
.menu-profilo li a {
    color: #000000;
}
.menu-profilo li a:hover {
    color: #3cc5c7;
}
span.alert {
    color: red;
}

.bg-icon {
    background: #e6e7e8;
    border-radius: 2em;
    font-size: 0.7em;
}


.only_nurbs{
    background-color: black;
    border-color: #d7f7f8;
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 10px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2;
    opacity: .5;
}

.only_nurbs img{
        margin-top: -11px;
    width: 80%;
}

.crediti {
    background: #e6e7e8;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: 400;
    position: absolute;
    padding: 6px 10px;
    right: 15px;
    bottom: 45px;
    line-height: 11px;
    display: flex;
    align-items: center;
        align-content: space-between;
}

.crediti-home {
    position: absolute;
    padding: 0 25px;
    bottom: 15px;
    line-height: 11px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: space-between;
}

.crediti-home .badge-crediti{
    background: #e6e7e8;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: 400;
    padding: 6px 10px;
    
    line-height: 11px;
    display: flex;
    align-items: center;
        align-content: space-between;
        margin-left:5px;
}


.check-formato,
.preferiti {
    background: none;
    border-color: #d7f7f8;
    display: initial;
    border-radius: 50%;
    
    /*position: absolute;
    right: 0px;
    bottom: 17px;
    z-index: 2;*/
    opacity: .5;
}

.preferiti.active {
    background: #d7f7f8;
    display: initial;
    border-radius: 50%;
    
    /*padding-top: 10px;
    position: absolute;
    right: 0px;
    bottom: 17px;
    z-index: 2;*/
    opacity: 1;
}
.bg-darkgrey{
    background-color: #e9e9e9;
}

.badge-row-carrello{
    font-weight: normal;

}
.loghini{
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    opacity: 1;
}
.loghini_pack{
    background-color: white;
    /*border-radius: 50%;*/
    width: 25px;
    height: 25px;
    text-align: center;
    z-index: 2;
    opacity: 1;
    margin-left: 0px;
}


.check-formato{
    display: none;
}
.attivo .check-formato{
    display: block;
}

p.back {
    background: #d7f7f8;
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 5px;
        padding-top: 0px;
    line-height: 25px;
}
p.back a{
    font-size: 17px;
}

.claer-both {
    clear: both!important;
}
.display-block {
    display: block!important;
}

#pianiContainer a.nav-link, #account-profileContainer a.nav-link {
    color: black!important;
    text-transform: uppercase;
}

#pianiContainer a.nav-link.active, #account-profileContainer a.nav-link.active {
    color: #3cc5c7!important;
}

.txt-small {
    font-size: 0.8em;
}

div.emme {
    background: url(../images/m.png) no-repeat center center;
}
div.puntini {
    background: url(../images/puntini.png) no-repeat center center;
}

div.collabora {
    background: url(../images/collabora.png) no-repeat right top;
}

img.cursore-360 {
    position: absolute;
    right: 0!important;
    bottom: 0;
}

hr.separatore {
    background: #fbfbfb;
}

#box-ricerca {

    border-radius: 2em;
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 1.5em;
    -webkit-box-shadow: 5px 10px 18px #ffffff;
            box-shadow: 5px 10px 18px #ffffff;
    display: block;
}

#box-ricerca.interna{
    margin-top: 0px;
    border-radius: 2em;
    background: #ffffff;
    border: 0px solid #eeeeee;
    padding: 0em;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}

#box-ricerca .col-1, #box-ricerca .col-2, #box-ricerca .col-9 {
    padding: 0!important;
    margin: 0!important;
}

#box-ricerca input, #box-ricerca select {
    border-color: #eeeeee;
    height: 3em;
    padding: 0 1em;
    border-radius: 2em;
    color: #333333;
}

#ricerca-pagine input, #ricerca-pagine select{
    border-color: #eeeeee;
    height: 3em;
    padding: 0 1em;
    border-radius: 2em;
    color: #333333;
}



div.footer-black input, form.form-group input {
    border: 0px;
    height: 3em;
    padding: 0 1em;
    border-radius: 2em;
    color: #333333;
}

#box-ricerca #ricerca-libera {
    border-radius: 2em 0 0 2em;
    margin-right: 0;
    border-right: 0;
    height: 4em;
}
#box-ricerca #ricerca-tipologie {
    border-radius: 0;
    margin: 0;
    background-color: #f8f9fa;
    border: 0;
    height: 4em;
    cursor: pointer;
}

#box-ricerca #ricerca-button {
    background: #46c8ca;
    color: #ffffff;
    /*font-weight: bold;*/
    font-size: 1.2em;
    border-radius: 0 2em 2em 0;
    border: 0;
    height: 100%;
    /*padding: 0 1em;*/
}

#box-ricerca label {
    float: left!important;
}
#box-ricerca.interna #ricerca-libera,
#box-ricerca.interna #ricerca-tipologie,
#box-ricerca.interna #ricerca-button,
#box-ricerca.interna input, #box-ricerca.interna select {
    height: 45px;
}



#ricerca-pagine .col-1, #ricerca-pagine .col-2, #ricerca-pagine .col-9 {
    padding: 0!important;
    margin: 0!important;
}


#ricerca-pagine #ricerca-libera {
    border-radius: 2em 0 0 2em;
    margin-right: 0;
    border-right: 0;
    height: 4em;
}
#ricerca-pagine #ricerca-tipologie {
    border-radius: 0;
    margin: 0;
    background: #f8f9fa;
    border: 0;
    height: 4em;
}

#ricerca-pagine #ricerca-button {
    background: #46c8ca;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 0 2em 2em 0;
    border: 0;
    height: 100%;
    padding: 0 1em;
}

#ricerca-pagine label {
    float: left!important;
}



/* anteprima 3d  */

.anteprima-modello3d model-viewer{
    width: 100%;
    min-height: 500px;
}

/* Radio button chiaro-scuro */
/*
.wrapper {
  font-size: 0.8em;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

}
.toggle_radio{
  position: relative;
  background: #E2F7F7;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 !important;
  border-radius: 50px;
  position: relative;
  height: 40px;
  width: 140px;
  float:left;
}
.toggle_radio > * {
  float: left;
}
.toggle_radio input[type=radio]{
  display: none;
}
.toggle_radio label{
  z-index: 0;
  display: block;
  width: 70px;
  height: 30px;
  margin: 3px 3px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  float: left!important;
}
label p.pre {
  margin-right:15px;
  line-height:36px;
  float:left;
  left: 0;
  cursor: pointer;
  color: #46C8CA;
}
label p.post {
  cursor: pointer;
  margin-left:15px;
  float:right;
  line-height:36px;
  color:#46C8CA
}
.toggle_option_slider{
  width: 38px;
  height: 38px;
  position: absolute;
  border: 1px solid #eeeeee;
  top: 1px;
  background: #ffffff;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#first_toggle:checked ~ .toggle_option_slider{
  left: 1px;
  background:#E2F7F7;
  border:1px solid white;
}

#second_toggle:checked ~ .toggle_option_slider{
  left: 50px;
}
#third_toggle:checked ~ .toggle_option_slider{
  left: 100px;
  background:#46c8ca;
}
*/


.toggle_radio{
  transition-property: background background-color transform color;
  
  background: rgb(70 200 202);
  margin: 4px auto;
  overflow: hidden;
  padding: 0 !important;
  border-radius: 50px;
  height: 30px;
  width: 90px;
  position: absolute;
    right: 75px;
}
.toggle_radio > * {
  float: left;
}
.toggle_radio input[type=radio]{
  display: none;
  /*position: fixed;*/
}
.toggle_radio label{
    transition-duration: 0.5s;
  color: rgba(0,255,255,.9);
  z-index: 0;
  display: block;
  width: 90px;
  height: 30px;
  margin: 3px 3px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  /*margin: 0 2px;*/
  /*background: blue;*/ /*make it blue*/
}
.toggle_option_slider{
  /*display: none;*/
  /*background: red;*/
  width: 28px;
  height: 28px;
  position: absolute;
  top: 1px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.first_toggle{

    padding-top: 5px;
    padding-right: 40px;
    cursor: pointer;
    position: absolute;
    right: 140px;
    z-index: 999;
}

.third_toggle{
    padding-top: 5px;
    padding-left: 45px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    z-index: 999;
}

.second_toggle{
    position: absolute;
    top: 0px;
    height: 48px;
    width: 100%;
    position: absolute;
}
.second_toggle::after{
    margin-right: -10000px;
}

#first_toggle:checked ~ .toggle_option_slider{
    transition-duration: 0.5s;
  background: rgba(255,255,255,1);
  left: 1px;
}
#second_toggle:checked ~ .toggle_option_slider{
    transition-duration: 0.5s;
  background: rgba(0,255,255,.3);
  background: linear-gradient(90deg, rgba(255,255,255,1) 45%, rgba(0,0,0,0.1) 45%);
  left: 30px;
}
#third_toggle:checked ~ .toggle_option_slider{
    transition-duration: 0.5s;
  background: rgba(0,0,0,.3);
  left: 59px;
}
/* fine radio */

div.footer-black{
    background-color: #262626;
}
div.followus {
    background-color: #000000;
}

ul.social {
    margin: 0;
    padding: 0 0 0 1.5em;
    overflow: hidden;
}

ul.social li {
    float: left;
    display: block;
    font-size: 2em;
    margin: 0 0.2em;
    color: #ADADAD;
}


#box-ricerca input, #box-ricerca select,
.custom-select{
    border-color: #eeeeee;
    height: 2em;
    padding: 0 1em;
    border-radius: 2em;
    color: #333333;
}


/* GRANDE SCHERMO */
@media (min-width: 1290px){
    
.bg_banner{
    min-height: 812px;
}

}


/* GRANDE SCHERMO */
@media (min-width: 1288px){


}

/* GRANDE SCHERMO */
@media (min-width: 1900px){
 

.bg_banner{
    min-height: 1000px;
}   

}


/* GRANDE SCHERMO */
@media (max-width: 1489px){
    
.bg_banner{
    min-height: 812px;
}

}

/* GRANDE SCHERMO */
@media (min-width: 1500px){
    

}


/* GRANDE SCHERMO */
@media (max-width: 1288px){
    

.promo_header{
    position: relative;
    bottom: 0;
    left: 0;
    padding-left: 100px;
    padding-right: 10px;
}

.punti_valore{
    margin-top: 30px;
}   


}

/* MEDIO */
@media (max-width: 1200px){

.image_linea{
    margin-top: -100px;
}
    
}

/* SOLO TABLET */
@media (max-width: 1129px){




}


/* SOLO TABLET */
@media (max-width: 1021px){



}

/* SPAZIO TABLET */
@media (max-width: 992px) {

    .followus > .container > .row{
        text-align: center !important;
    }

    .followus > .container > .row p{
        width: 100%;
        text-align: center;
    }

.dropdown.dropdown-colorselector{
    width: 100%;
}

#box-ricerca input, #box-ricerca select,
.custom-select{
    border-color: #eeeeee;
    height: 3em;
    padding: 0 1em;
    border-radius: 2em;
    color: #333333;
}

#box-ricerca #ricerca-button {
    background: #46c8ca;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 2em;
    border: 0;
    height: 100%;
    padding: 0.5em 1em ;
    width: 100%;
}
#box-ricerca #ricerca-libera{
    border-radius: 2em;
    width: 100%;
}

#box-ricerca #ricerca-libera {
    height: 3em;
    padding: 0 1em;
}

.btn-colorselector{
    width: 100%;
    border-radius: 25px;
    margin: 15px 0px;
}
.btn-colorselector::after{
    /*content: 'Color Selection';*/

}
    
h1{
    font-size: 40px;
}
div.collabora {
    background: none;
}

.cta_big{
    font-size: 37px;
    line-height: 45px;
}

.ico_video{
    width: 35%;
}

.spazio_text_video{
    top: 20px;
}

.bg_video{
    -webkit-filter: brightness(68%);
            filter: brightness(68%);
}

.animateButton{
    margin-bottom: 5px !important;
}
.navbar-toggler{
        position: absolute;
    right: 15px;
    top: 18px;
}

.cartIcon{
        margin-right: 30px;
}
}  




/* SOLO MOBILE */
@media (max-width: 768px) {

    .badge.credits {
        right: 15px;
    }

    .prodotto-titolo{
        font-size: .5em;
    }
.modal-dialog{
    max-width: none !important;
}
.navbar-toggler{
        position: absolute;
    top: 0;
    margin-top: -70px;
}
#box-ricerca.interna{
    margin-top: 15px;
}
#box-ricerca.interna input{
    margin-bottom: 15px;
}
.text-box{
    font-size: 11px;
}
.cartIcon{
        margin-right: 30px;
}
div.collabora {
    background: none;
}

.spazio_brand_footer{
    text-align: left;
}

.finale{
    padding-bottom: 100px;
}

.img_certificazioni{
    height: auto;
}

.punti_valore{
    margin-top: 0px;
}
.animateButton{
    margin-bottom: 5px !important;
}
.btn-colorselector{
    width: 28px !important;
    display: block !important;
}
.wrapper{
        height: 50px !important;
    margin-top: -50px !important;
}
.navbar-toggler{
        position: absolute;
    right: 15px;
    top: 18px;
}
}

/* SOLO MOBILE */
@media (max-width: 576px) {

.btn_mobile{
    font-size: 16px;
    padding: 13px 19px;
}

.btn_mobile .ico_pulsante{
    font-size: 16px;
}

.logo_header{
    width: 140px;
}

.logo_header{
    width: 44%;
}

.image_linea{
    margin-top: 30px;
}

.bg_banner {
    background: url(../images/banner_header.jpg) no-repeat left top;
}

.title_big{
    font-size:30px;
    line-height: 36px;
}

.promo_header{
    padding-left: 20px;
    bottom: -38px;
}

}

/* SOLO MOBILE */
@media (max-width: 320px) {

.btn_mobile{
    font-size: 15px;
    padding: 13px 15px;
}

.btn_mobile .ico_pulsante{
    font-size: 15px;
}

}

.wrapper{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto;
}

.blue.credits{
    font-size: 16px;
    font-weight: bold;
}


.form-control:disabled, .form-control[readonly] {
        background-color: #fafafa !important;
        border:  0px !important;
    }

input.error{
    border-color: red !important;
}
  
.pagination a{
    text-decoration: none !important;
    color: #3cc5c7;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #46c8c9 !important;
    border-color: #46C8C9 !important;
}

a.text-black{
    color: black !important;
}
a.text-white{
    color: white !important;
}


button.owl-prev{
    left: 14px!important;
    position: absolute!important;
    top: 50%!important;
    background-color: #46c8c9 !important;
    border-radius: 25px!important;
}
button.owl-next{
    right: 14px!important;
    position: absolute!important;
    top: 50%!important;
    background-color: #46c8c9 !important;
    border-radius: 25px!important;
}

.owl-prev span,
.owl-next span{
    background-color: none;
    color:white;
    padding: 15px;
    
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
    color: inherit;
    padding: 0px 0px !important;
    font: inherit;
    background-color: #d7f7f8 !important;
    border-radius: 50%;
    height: 46px;
    opacity: .8;
    top: 32% !important;
}
