@charset "UTF-8";
/* COLOR */
/* altro grigio per non creare monotonia*/
/*VARIABILI RESPONSIVE*/
.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
    max-width: 100%;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.container-large {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  max-width: 1920px;
}

.container-large::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 991px) {
  .container-large {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 575px) {
  .container-large {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-end {
  display: flex;
  -ms-flex-item-align: end !important;
  align-self: end !important;
}

.end {
  align-items: flex-end;
  display: flex;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 576px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 992px) {
  .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1200px) {
  .col-xs, .col-xs-2-4, .col-xs-4-8, .col-xs-7-2, .col-xs-9-6, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-2-4, .col-sm-4-8, .col-sm-7-2, .col-sm-9-6, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-2-4, .col-md-4-8, .col-md-7-2, .col-md-9-6, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-2-4, .col-lg-4-8, .col-lg-7-2, .col-lg-9-6, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-2-4, .col-xl-4-8, .col-xl-7-2, .col-xl-9-6, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.col-xs-1 {
  float: left;
  width: 8.33333%;
}

.col-xs-2 {
  float: left;
  width: 16.66667%;
}

.col-xs-3 {
  float: left;
  width: 25%;
}

.col-xs-4 {
  float: left;
  width: 33.33333%;
}

.col-xs-5 {
  float: left;
  width: 41.66667%;
}

.col-xs-6 {
  float: left;
  width: 50%;
}

.col-xs-7 {
  float: left;
  width: 58.33333%;
}

.col-xs-8 {
  float: left;
  width: 66.66667%;
}

.col-xs-9 {
  float: left;
  width: 75%;
}

.col-xs-10 {
  float: left;
  width: 83.33333%;
}

.col-xs-11 {
  float: left;
  width: 91.66667%;
}

.col-xs-12 {
  float: left;
  width: 100%;
}

.col-xs-2-4 {
  float: left;
  width: 20%;
}

.col-xs-4-8 {
  float: left;
  width: 40%;
}

.col-xs-7-2 {
  float: left;
  width: 60%;
}

.col-xs-9-6 {
  float: left;
  width: 80%;
}

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.pull-xs-2-4 {
  right: 20%;
}

.pull-xs-4-8 {
  right: 40%;
}

.pull-xs-7-2 {
  right: 60%;
}

.pull-xs-9-6 {
  right: 80%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.push-xs-2-4 {
  left: 20%;
}

.push-xs-4-8 {
  left: 40%;
}

.push-xs-7-2 {
  left: 60%;
}

.push-xs-9-6 {
  left: 80%;
}

.offset-xs-2-4 {
  margin-left: 20%;
}

.offset-xs-4-8 {
  margin-left: 40%;
}

.offset-xs-7-2 {
  margin-left: 60%;
}

.offset-xs-9-6 {
  margin-left: 80%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2-4 {
  margin-left: 20%;
}

.offset-xs-4-8 {
  margin-left: 40%;
}

.offset-xs-7-2 {
  margin-left: 60%;
}

.offset-xs-9-6 {
  margin-left: 80%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

.offset-xs-2-4 {
  margin-left: 20%;
}

.offset-xs-4-8 {
  margin-left: 40%;
}

.offset-xs-7-2 {
  margin-left: 60%;
}

.offset-xs-9-6 {
  margin-left: 80%;
}

.offset-xs-3 {
  margin-left: 25%;
}

.offset-xs-2-4 {
  margin-left: 20%;
}

.offset-xs-4-8 {
  margin-left: 40%;
}

.offset-xs-7-2 {
  margin-left: 60%;
}

.offset-xs-9-6 {
  margin-left: 80%;
}

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-2-4 {
  margin-left: 20%;
}

.offset-xs-4-8 {
  margin-left: 40%;
}

.offset-xs-7-2 {
  margin-left: 60%;
}

.offset-xs-9-6 {
  margin-left: 80%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

.offset-xs-2-4 {
  margin-left: 20%;
}

.offset-xs-4-8 {
  margin-left: 40%;
}

.offset-xs-7-2 {
  margin-left: 60%;
}

.offset-xs-9-6 {
  margin-left: 80%;
}

.offset-xs-6 {
  margin-left: 50%;
}

.offset-xs-2-4 {
  margin-left: 20%;
}

.offset-xs-4-8 {
  margin-left: 40%;
}

.offset-xs-7-2 {
  margin-left: 60%;
}

.offset-xs-9-6 {
  margin-left: 80%;
}

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-2-4 {
  margin-left: 20%;
}

.offset-xs-4-8 {
  margin-left: 40%;
}

.offset-xs-7-2 {
  margin-left: 60%;
}

.offset-xs-9-6 {
  margin-left: 80%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

.offset-xs-2-4 {
  margin-left: 20%;
}

.offset-xs-4-8 {
  margin-left: 40%;
}

.offset-xs-7-2 {
  margin-left: 60%;
}

.offset-xs-9-6 {
  margin-left: 80%;
}

.offset-xs-9 {
  margin-left: 75%;
}

.offset-xs-2-4 {
  margin-left: 20%;
}

.offset-xs-4-8 {
  margin-left: 40%;
}

.offset-xs-7-2 {
  margin-left: 60%;
}

.offset-xs-9-6 {
  margin-left: 80%;
}

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-2-4 {
  margin-left: 20%;
}

.offset-xs-4-8 {
  margin-left: 40%;
}

.offset-xs-7-2 {
  margin-left: 60%;
}

.offset-xs-9-6 {
  margin-left: 80%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

.offset-xs-2-4 {
  margin-left: 20%;
}

.offset-xs-4-8 {
  margin-left: 40%;
}

.offset-xs-7-2 {
  margin-left: 60%;
}

.offset-xs-9-6 {
  margin-left: 80%;
}

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%;
  }
  .col-sm-2 {
    float: left;
    width: 16.66667%;
  }
  .col-sm-3 {
    float: left;
    width: 25%;
  }
  .col-sm-4 {
    float: left;
    width: 33.33333%;
  }
  .col-sm-5 {
    float: left;
    width: 41.66667%;
  }
  .col-sm-6 {
    float: left;
    width: 50%;
  }
  .col-sm-7 {
    float: left;
    width: 58.33333%;
  }
  .col-sm-8 {
    float: left;
    width: 66.66667%;
  }
  .col-sm-9 {
    float: left;
    width: 75%;
  }
  .col-sm-10 {
    float: left;
    width: 83.33333%;
  }
  .col-sm-11 {
    float: left;
    width: 91.66667%;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-2-4 {
    float: left;
    width: 20%;
  }
  .col-sm-4-8 {
    float: left;
    width: 40%;
  }
  .col-sm-7-2 {
    float: left;
    width: 60%;
  }
  .col-sm-9-6 {
    float: left;
    width: 80%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.33333%;
  }
  .pull-sm-2 {
    right: 16.66667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.33333%;
  }
  .pull-sm-5 {
    right: 41.66667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.33333%;
  }
  .pull-sm-8 {
    right: 66.66667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.33333%;
  }
  .pull-sm-11 {
    right: 91.66667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .pull-sm-2-4 {
    right: 20%;
  }
  .pull-sm-4-8 {
    right: 40%;
  }
  .pull-sm-7-2 {
    right: 60%;
  }
  .pull-sm-9-6 {
    right: 80%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.33333%;
  }
  .push-sm-2 {
    left: 16.66667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.33333%;
  }
  .push-sm-5 {
    left: 41.66667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.33333%;
  }
  .push-sm-8 {
    left: 66.66667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.33333%;
  }
  .push-sm-11 {
    left: 91.66667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .push-sm-2-4 {
    left: 20%;
  }
  .push-sm-4-8 {
    left: 40%;
  }
  .push-sm-7-2 {
    left: 60%;
  }
  .push-sm-9-6 {
    left: 80%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-2-4 {
    margin-left: 20%;
  }
  .offset-sm-4-8 {
    margin-left: 40%;
  }
  .offset-sm-7-2 {
    margin-left: 60%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2-4 {
    margin-left: 20%;
  }
  .offset-sm-4-8 {
    margin-left: 40%;
  }
  .offset-sm-7-2 {
    margin-left: 60%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-2-4 {
    margin-left: 20%;
  }
  .offset-sm-4-8 {
    margin-left: 40%;
  }
  .offset-sm-7-2 {
    margin-left: 60%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-2-4 {
    margin-left: 20%;
  }
  .offset-sm-4-8 {
    margin-left: 40%;
  }
  .offset-sm-7-2 {
    margin-left: 60%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-2-4 {
    margin-left: 20%;
  }
  .offset-sm-4-8 {
    margin-left: 40%;
  }
  .offset-sm-7-2 {
    margin-left: 60%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-2-4 {
    margin-left: 20%;
  }
  .offset-sm-4-8 {
    margin-left: 40%;
  }
  .offset-sm-7-2 {
    margin-left: 60%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-2-4 {
    margin-left: 20%;
  }
  .offset-sm-4-8 {
    margin-left: 40%;
  }
  .offset-sm-7-2 {
    margin-left: 60%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-2-4 {
    margin-left: 20%;
  }
  .offset-sm-4-8 {
    margin-left: 40%;
  }
  .offset-sm-7-2 {
    margin-left: 60%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-2-4 {
    margin-left: 20%;
  }
  .offset-sm-4-8 {
    margin-left: 40%;
  }
  .offset-sm-7-2 {
    margin-left: 60%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-2-4 {
    margin-left: 20%;
  }
  .offset-sm-4-8 {
    margin-left: 40%;
  }
  .offset-sm-7-2 {
    margin-left: 60%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-2-4 {
    margin-left: 20%;
  }
  .offset-sm-4-8 {
    margin-left: 40%;
  }
  .offset-sm-7-2 {
    margin-left: 60%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .offset-sm-2-4 {
    margin-left: 20%;
  }
  .offset-sm-4-8 {
    margin-left: 40%;
  }
  .offset-sm-7-2 {
    margin-left: 60%;
  }
  .offset-sm-9-6 {
    margin-left: 80%;
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%;
  }
  .col-md-2 {
    float: left;
    width: 16.66667%;
  }
  .col-md-3 {
    float: left;
    width: 25%;
  }
  .col-md-4 {
    float: left;
    width: 33.33333%;
  }
  .col-md-5 {
    float: left;
    width: 41.66667%;
  }
  .col-md-6 {
    float: left;
    width: 50%;
  }
  .col-md-7 {
    float: left;
    width: 58.33333%;
  }
  .col-md-8 {
    float: left;
    width: 66.66667%;
  }
  .col-md-9 {
    float: left;
    width: 75%;
  }
  .col-md-10 {
    float: left;
    width: 83.33333%;
  }
  .col-md-11 {
    float: left;
    width: 91.66667%;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .col-md-2-4 {
    float: left;
    width: 20%;
  }
  .col-md-4-8 {
    float: left;
    width: 40%;
  }
  .col-md-7-2 {
    float: left;
    width: 60%;
  }
  .col-md-9-6 {
    float: left;
    width: 80%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.33333%;
  }
  .pull-md-2 {
    right: 16.66667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.33333%;
  }
  .pull-md-5 {
    right: 41.66667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.33333%;
  }
  .pull-md-8 {
    right: 66.66667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.33333%;
  }
  .pull-md-11 {
    right: 91.66667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .pull-md-2-4 {
    right: 20%;
  }
  .pull-md-4-8 {
    right: 40%;
  }
  .pull-md-7-2 {
    right: 60%;
  }
  .pull-md-9-6 {
    right: 80%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.33333%;
  }
  .push-md-2 {
    left: 16.66667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.33333%;
  }
  .push-md-5 {
    left: 41.66667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.33333%;
  }
  .push-md-8 {
    left: 66.66667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.33333%;
  }
  .push-md-11 {
    left: 91.66667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .push-md-2-4 {
    left: 20%;
  }
  .push-md-4-8 {
    left: 40%;
  }
  .push-md-7-2 {
    left: 60%;
  }
  .push-md-9-6 {
    left: 80%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-2-4 {
    margin-left: 20%;
  }
  .offset-md-4-8 {
    margin-left: 40%;
  }
  .offset-md-7-2 {
    margin-left: 60%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2-4 {
    margin-left: 20%;
  }
  .offset-md-4-8 {
    margin-left: 40%;
  }
  .offset-md-7-2 {
    margin-left: 60%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-2-4 {
    margin-left: 20%;
  }
  .offset-md-4-8 {
    margin-left: 40%;
  }
  .offset-md-7-2 {
    margin-left: 60%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-2-4 {
    margin-left: 20%;
  }
  .offset-md-4-8 {
    margin-left: 40%;
  }
  .offset-md-7-2 {
    margin-left: 60%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-2-4 {
    margin-left: 20%;
  }
  .offset-md-4-8 {
    margin-left: 40%;
  }
  .offset-md-7-2 {
    margin-left: 60%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-2-4 {
    margin-left: 20%;
  }
  .offset-md-4-8 {
    margin-left: 40%;
  }
  .offset-md-7-2 {
    margin-left: 60%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-2-4 {
    margin-left: 20%;
  }
  .offset-md-4-8 {
    margin-left: 40%;
  }
  .offset-md-7-2 {
    margin-left: 60%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-2-4 {
    margin-left: 20%;
  }
  .offset-md-4-8 {
    margin-left: 40%;
  }
  .offset-md-7-2 {
    margin-left: 60%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-2-4 {
    margin-left: 20%;
  }
  .offset-md-4-8 {
    margin-left: 40%;
  }
  .offset-md-7-2 {
    margin-left: 60%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-2-4 {
    margin-left: 20%;
  }
  .offset-md-4-8 {
    margin-left: 40%;
  }
  .offset-md-7-2 {
    margin-left: 60%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-2-4 {
    margin-left: 20%;
  }
  .offset-md-4-8 {
    margin-left: 40%;
  }
  .offset-md-7-2 {
    margin-left: 60%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .offset-md-2-4 {
    margin-left: 20%;
  }
  .offset-md-4-8 {
    margin-left: 40%;
  }
  .offset-md-7-2 {
    margin-left: 60%;
  }
  .offset-md-9-6 {
    margin-left: 80%;
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%;
  }
  .col-lg-2 {
    float: left;
    width: 16.66667%;
  }
  .col-lg-3 {
    float: left;
    width: 25%;
  }
  .col-lg-4 {
    float: left;
    width: 33.33333%;
  }
  .col-lg-5 {
    float: left;
    width: 41.66667%;
  }
  .col-lg-6 {
    float: left;
    width: 50%;
  }
  .col-lg-7 {
    float: left;
    width: 58.33333%;
  }
  .col-lg-8 {
    float: left;
    width: 66.66667%;
  }
  .col-lg-9 {
    float: left;
    width: 75%;
  }
  .col-lg-10 {
    float: left;
    width: 83.33333%;
  }
  .col-lg-11 {
    float: left;
    width: 91.66667%;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .col-lg-2-4 {
    float: left;
    width: 20%;
  }
  .col-lg-4-8 {
    float: left;
    width: 40%;
  }
  .col-lg-7-2 {
    float: left;
    width: 60%;
  }
  .col-lg-9-6 {
    float: left;
    width: 80%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.33333%;
  }
  .pull-lg-2 {
    right: 16.66667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.33333%;
  }
  .pull-lg-5 {
    right: 41.66667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.33333%;
  }
  .pull-lg-8 {
    right: 66.66667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.33333%;
  }
  .pull-lg-11 {
    right: 91.66667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .pull-lg-2-4 {
    right: 20%;
  }
  .pull-lg-4-8 {
    right: 40%;
  }
  .pull-lg-7-2 {
    right: 60%;
  }
  .pull-lg-9-6 {
    right: 80%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.33333%;
  }
  .push-lg-2 {
    left: 16.66667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.33333%;
  }
  .push-lg-5 {
    left: 41.66667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.33333%;
  }
  .push-lg-8 {
    left: 66.66667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.33333%;
  }
  .push-lg-11 {
    left: 91.66667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .push-lg-2-4 {
    left: 20%;
  }
  .push-lg-4-8 {
    left: 40%;
  }
  .push-lg-7-2 {
    left: 60%;
  }
  .push-lg-9-6 {
    left: 80%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-2-4 {
    margin-left: 20%;
  }
  .offset-lg-4-8 {
    margin-left: 40%;
  }
  .offset-lg-7-2 {
    margin-left: 60%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2-4 {
    margin-left: 20%;
  }
  .offset-lg-4-8 {
    margin-left: 40%;
  }
  .offset-lg-7-2 {
    margin-left: 60%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-2-4 {
    margin-left: 20%;
  }
  .offset-lg-4-8 {
    margin-left: 40%;
  }
  .offset-lg-7-2 {
    margin-left: 60%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-2-4 {
    margin-left: 20%;
  }
  .offset-lg-4-8 {
    margin-left: 40%;
  }
  .offset-lg-7-2 {
    margin-left: 60%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-2-4 {
    margin-left: 20%;
  }
  .offset-lg-4-8 {
    margin-left: 40%;
  }
  .offset-lg-7-2 {
    margin-left: 60%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-2-4 {
    margin-left: 20%;
  }
  .offset-lg-4-8 {
    margin-left: 40%;
  }
  .offset-lg-7-2 {
    margin-left: 60%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-2-4 {
    margin-left: 20%;
  }
  .offset-lg-4-8 {
    margin-left: 40%;
  }
  .offset-lg-7-2 {
    margin-left: 60%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-2-4 {
    margin-left: 20%;
  }
  .offset-lg-4-8 {
    margin-left: 40%;
  }
  .offset-lg-7-2 {
    margin-left: 60%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-2-4 {
    margin-left: 20%;
  }
  .offset-lg-4-8 {
    margin-left: 40%;
  }
  .offset-lg-7-2 {
    margin-left: 60%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-2-4 {
    margin-left: 20%;
  }
  .offset-lg-4-8 {
    margin-left: 40%;
  }
  .offset-lg-7-2 {
    margin-left: 60%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-2-4 {
    margin-left: 20%;
  }
  .offset-lg-4-8 {
    margin-left: 40%;
  }
  .offset-lg-7-2 {
    margin-left: 60%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .offset-lg-2-4 {
    margin-left: 20%;
  }
  .offset-lg-4-8 {
    margin-left: 40%;
  }
  .offset-lg-7-2 {
    margin-left: 60%;
  }
  .offset-lg-9-6 {
    margin-left: 80%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%;
  }
  .col-xl-2 {
    float: left;
    width: 16.66667%;
  }
  .col-xl-3 {
    float: left;
    width: 25%;
  }
  .col-xl-4 {
    float: left;
    width: 33.33333%;
  }
  .col-xl-5 {
    float: left;
    width: 41.66667%;
  }
  .col-xl-6 {
    float: left;
    width: 50%;
  }
  .col-xl-7 {
    float: left;
    width: 58.33333%;
  }
  .col-xl-8 {
    float: left;
    width: 66.66667%;
  }
  .col-xl-9 {
    float: left;
    width: 75%;
  }
  .col-xl-10 {
    float: left;
    width: 83.33333%;
  }
  .col-xl-11 {
    float: left;
    width: 91.66667%;
  }
  .col-xl-12 {
    float: left;
    width: 100%;
  }
  .col-xl-2-4 {
    float: left;
    width: 20%;
  }
  .col-xl-4-8 {
    float: left;
    width: 40%;
  }
  .col-xl-7-2 {
    float: left;
    width: 60%;
  }
  .col-xl-9-6 {
    float: left;
    width: 80%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.33333%;
  }
  .pull-xl-2 {
    right: 16.66667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.33333%;
  }
  .pull-xl-5 {
    right: 41.66667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.33333%;
  }
  .pull-xl-8 {
    right: 66.66667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.33333%;
  }
  .pull-xl-11 {
    right: 91.66667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .pull-xl-2-4 {
    right: 20%;
  }
  .pull-xl-4-8 {
    right: 40%;
  }
  .pull-xl-7-2 {
    right: 60%;
  }
  .pull-xl-9-6 {
    right: 80%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.33333%;
  }
  .push-xl-2 {
    left: 16.66667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.33333%;
  }
  .push-xl-5 {
    left: 41.66667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.33333%;
  }
  .push-xl-8 {
    left: 66.66667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.33333%;
  }
  .push-xl-11 {
    left: 91.66667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .push-xl-2-4 {
    left: 20%;
  }
  .push-xl-4-8 {
    left: 40%;
  }
  .push-xl-7-2 {
    left: 60%;
  }
  .push-xl-9-6 {
    left: 80%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .offset-xl-4-8 {
    margin-left: 40%;
  }
  .offset-xl-7-2 {
    margin-left: 60%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .offset-xl-4-8 {
    margin-left: 40%;
  }
  .offset-xl-7-2 {
    margin-left: 60%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .offset-xl-4-8 {
    margin-left: 40%;
  }
  .offset-xl-7-2 {
    margin-left: 60%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .offset-xl-4-8 {
    margin-left: 40%;
  }
  .offset-xl-7-2 {
    margin-left: 60%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .offset-xl-4-8 {
    margin-left: 40%;
  }
  .offset-xl-7-2 {
    margin-left: 60%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .offset-xl-4-8 {
    margin-left: 40%;
  }
  .offset-xl-7-2 {
    margin-left: 60%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .offset-xl-4-8 {
    margin-left: 40%;
  }
  .offset-xl-7-2 {
    margin-left: 60%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .offset-xl-4-8 {
    margin-left: 40%;
  }
  .offset-xl-7-2 {
    margin-left: 60%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .offset-xl-4-8 {
    margin-left: 40%;
  }
  .offset-xl-7-2 {
    margin-left: 60%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .offset-xl-4-8 {
    margin-left: 40%;
  }
  .offset-xl-7-2 {
    margin-left: 60%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .offset-xl-4-8 {
    margin-left: 40%;
  }
  .offset-xl-7-2 {
    margin-left: 60%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .offset-xl-2-4 {
    margin-left: 20%;
  }
  .offset-xl-4-8 {
    margin-left: 40%;
  }
  .offset-xl-7-2 {
    margin-left: 60%;
  }
  .offset-xl-9-6 {
    margin-left: 80%;
  }
}
.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-0 {
  margin: 0 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 1rem 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mx-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-2 {
  margin: 1.5rem 1.5rem !important;
}

.mt-2 {
  margin-top: 1.5rem !important;
}

.mr-2 {
  margin-right: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 1.5rem !important;
}

.ml-2 {
  margin-left: 1.5rem !important;
}

.mx-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-3 {
  margin: 3rem 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.mx-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-0 {
  padding: 0 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 1rem 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.px-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-2 {
  padding: 1.5rem 1.5rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.pr-2 {
  padding-right: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 1.5rem !important;
}

.pl-2 {
  padding-left: 1.5rem !important;
}

.px-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-3 {
  padding: 3rem 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.px-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media (max-width: 480px) {
  .hidden-sp {
    display: none !important;
  }
  .col-sp-1 {
    float: left;
    width: 8.33333%;
  }
  .col-sp-2 {
    float: left;
    width: 16.66667%;
  }
  .col-sp-3 {
    float: left;
    width: 25%;
  }
  .col-sp-4 {
    float: left;
    width: 33.33333%;
  }
  .col-sp-5 {
    float: left;
    width: 41.66667%;
  }
  .col-sp-6 {
    float: left;
    width: 50%;
  }
  .col-sp-7 {
    float: left;
    width: 58.33333%;
  }
  .col-sp-8 {
    float: left;
    width: 66.66667%;
  }
  .col-sp-9 {
    float: left;
    width: 75%;
  }
  .col-sp-10 {
    float: left;
    width: 83.33333%;
  }
  .col-sp-11 {
    float: left;
    width: 91.66667%;
  }
  .col-sp-12 {
    float: left;
    width: 100%;
  }
  .col-sp-2-4 {
    float: left;
    width: 20%;
  }
  .col-sp-4-8 {
    float: left;
    width: 40%;
  }
  .col-sp-7-2 {
    float: left;
    width: 60%;
  }
  .col-sp-9-6 {
    float: left;
    width: 80%;
  }
}
.no-padding {
  padding: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

@media (max-width: 767.98px) {
  .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
}
@font-face {
  font-family: "AttenNewRegular";
  src: url("../fonts/AttenNew-Regular.woff2") format("woff2"), url("../fonts/AttenNew-Regular.woff") format("woff"), url("../fonts/AttenNew-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AttenNewMedium";
  src: url("../fonts/AttenNew-Medium.woff2") format("woff2"), url("../fonts/AttenNew-Medium.woff") format("woff"), url("../fonts/AttenNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AttenNewBold";
  src: url("../fonts/AttenNew-Bold.woff2") format("woff2"), url("../fonts/AttenNew-Bold.woff") format("woff"), url("../fonts/AttenNew-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AttenNewBook";
  src: url("../fonts/AttenNew-Book.woff2") format("woff2"), url("../fonts/AttenNew-Book.woff") format("woff"), url("../fonts/AttenNew-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSansCondensed";
  src: url("../fonts/OpenSansCondensed-LightItalic.woff2") format("woff2"), url("../fonts/OpenSansCondensed-LightItalic.woff") format("woff"), url("../fonts/OpenSansCondensed-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?viisgy") format("truetype"), url("../fonts/icomoon.woff?viisgy") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e905";
}

.icon-vimeo:before {
  content: "\e906";
}

.icon-pinterest:before {
  content: "\e900";
}

.icon-linkedin:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-youtube-play:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-chevron-right:before {
  content: "\e90b";
}

.icon-chevron-left:before {
  content: "\e90c";
}

.icon-chevron-down:before {
  content: "\e90d";
}

.icon-chevron-up:before {
  content: "\e90e";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-arrow-left:before {
  content: "\e908";
}

.icon-arrow-down:before {
  content: "\e909";
}

.icon-arrow-up:before {
  content: "\e90a";
}

.icon-clear:before {
  content: "\e90f";
}

.icon-heart-o:before {
  content: "\e910";
}

.icon-heart:before {
  content: "\e912";
}

.icon-eye:before {
  content: "\e911";
}

.icon-star_outline:before {
  content: "\e913";
}

.icon-star_half:before {
  content: "\e914";
}

.icon-star:before {
  content: "\e915";
}

.icon-loop:before {
  content: "\e916";
}

.icon-clear:before {
  content: "\e90f";
}

.icon-trash-o:before {
  content: "\e918";
}

.icon-add:before {
  content: "\e919";
}

.icon-minimize:before {
  content: "\e91a";
}

.icon-check_box:before {
  content: "\e91b";
}

.icon-check:before {
  content: "\e91e";
}

.icon-warning:before {
  content: "\e91d";
}

.icon-info_outline:before {
  content: "\e91c";
}

.icon-dangerous:before {
  content: "\e91f";
}

.icon-list:before {
  content: "\e921";
}

.icon-grid:before {
  content: "\e920";
}

.icon-location_on:before {
  content: "\e922";
}

.icon-phone:before {
  content: "\e923";
}

.icon-email:before {
  content: "\e924";
}

.icon-mail_outline:before {
  content: "\e925";
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

body {
  font-family: "AttenNewRegular", sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 3px;
}

body::-webkit-scrollbar-thumb {
  background: #000;
}

body::-webkit-scrollbar-track {
  background: #ccc;
}

body.modal-open {
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}

iframe {
  border: 0;
  max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fff;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #000;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "AttenNewRegular", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
}

h1, .h1 {
  font-size: 24px;
}

h2, .h2 {
  font-size: 22px;
}

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 16px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 14px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #000;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ul,
ol,
dl,
ol ol,
ul ul,
ol ul,
ul ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:focus, a:hover {
  color: #000;
  text-decoration: underline;
  outline-width: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #000;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

label,
.label {
  color: #000;
  text-align: right;
  font-weight: 600;
}

label sup.required,
.label sup.required {
  color: red;
}

small.label, small.value {
  font-size: 13px;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

@media print {
  *,
*::before,
*::after,
*::first-letter,
p::first-line,
div::first-line,
blockquote::first-line,
li::first-line {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #000;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .tag {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ccc !important;
  }
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #D8D8D8;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: transparent;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #000;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #000;
}

.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #000;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

dl.row > dd + dt {
  clear: left;
}

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: "AttenNewRegular", sans-serif;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #000;
  border-radius: 0.25rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #000;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #ccc !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: #ccc !important;
}

.text-primary {
  color: #000 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #000 !important;
}

.text-success {
  color: #43B720 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #43B720 !important;
}

.text-info {
  color: #365E81 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #365E81 !important;
}

.text-warning {
  color: orange !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: orange !important;
}

.text-danger {
  color: red !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: red !important;
}

.text-gray-dark {
  color: #333 !important;
}

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #333 !important;
}

.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  font-weight: normal;
  padding: 15px 20px 14px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  min-height: 38px;
  display: inline-block;
}
.btn .material-icons {
  margin-right: 5px;
}
.btn:active, .btn:focus, .btn:visited, .btn.active:focus, .btn:active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  outline: none;
  outline-offset: -2px;
  background-image: none;
}
.btn.disabled, .btn.disabled:hover {
  background: #ccc;
  cursor: not-allowed;
  opacity: 0.65;
}

a.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  font-weight: normal;
  padding: 15px 20px 14px;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  min-height: 38px;
  display: inline-block;
}
a.btn.btn-primary:hover {
  text-decoration: none;
}

.input-group .input-group-btn > .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  font-weight: normal;
  padding: 9px 15px;
  font-size: 11px;
  letter-spacing: 0;
  line-height: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  min-height: 38px;
  display: inline-block;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  height: 40px;
  margin-left: 0;
}
.input-group .input-group-btn > .btn:hover, .input-group .input-group-btn > .btn:focus, .input-group .input-group-btn > .btn:active {
  background: #000;
  color: #fff;
}

.group-span-filestyle .btn-default {
  background: #000;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-link {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  font: 15px/20px "AttenNewRegular";
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  margin-top: 40px;
  max-width: 227px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus, .btn-link.focus, .btn-link:active, .btn-link:active:hover, .btn-link:active:focus, .btn-link:active.focus, .btn-link.active:hover, .btn-link.active:focus, .btn-link.active.focus, .btn-link.disabled:focus, .btn-link.disabled.focus, .btn-link:disabled:focus, .btn-link:disabled.focus, .btn-link.disabled:hover, .btn-link:disabled:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font: 15px/20px "AttenNewRegular";
}
.btn-link.btn-white {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  font: 14px/18px "AttenNewRegular";
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.btn-link.btn-white:hover, .btn-link.btn-white:focus, .btn-link.btn-white.focus, .btn-link.btn-white:active, .btn-link.btn-white:active:hover, .btn-link.btn-white:active:focus, .btn-link.btn-white:active.focus, .btn-link.btn-white.active:hover, .btn-link.btn-white.active:focus, .btn-link.btn-white.active.focus, .btn-link.btn-white.disabled:focus, .btn-link.btn-white.disabled.focus, .btn-link.btn-white:disabled:focus, .btn-link.btn-white:disabled.focus, .btn-link.btn-white.disabled:hover, .btn-link.btn-white:disabled:hover {
  color: #fff;
  background-color: #365E81;
  border: 1px solid #365E81;
  font: 14px/18px "AttenNewRegular";
}
.btn-link:hover {
  text-decoration: none;
}

.btn-primary,
.btn-secondary {
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  font: 15px/20px "AttenNewRegular";
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  max-width: 227px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary.disabled:hover, .btn-primary:disabled:hover,
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary:active:hover,
.btn-secondary:active:focus,
.btn-secondary:active.focus,
.btn-secondary.active:hover,
.btn-secondary.active:focus,
.btn-secondary.active.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled.focus,
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  font: 15px/20px "AttenNewRegular";
}
.btn-primary.active, .btn-primary .open > .btn-primary.dropdown-toggle,
.btn-secondary.active,
.btn-secondary .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #365E81;
  border: 1px solid #fff;
  font: 15px/20px "AttenNewRegular";
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.btn-tertiary,
.btn-info,
.btn-success,
.btn-warning,
.btn-danger {
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
  font: 14px/18px "AttenNewRegular";
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary.focus, .btn-tertiary:active, .btn-tertiary:active:hover, .btn-tertiary:active:focus, .btn-tertiary:active.focus, .btn-tertiary.active:hover, .btn-tertiary.active:focus, .btn-tertiary.active.focus, .btn-tertiary.disabled:focus, .btn-tertiary.disabled.focus, .btn-tertiary:disabled:focus, .btn-tertiary:disabled.focus, .btn-tertiary.disabled:hover, .btn-tertiary:disabled:hover,
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info:disabled:focus,
.btn-info:disabled.focus,
.btn-info.disabled:hover,
.btn-info:disabled:hover,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success:disabled:focus,
.btn-success:disabled.focus,
.btn-success.disabled:hover,
.btn-success:disabled:hover,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning:disabled:focus,
.btn-warning:disabled.focus,
.btn-warning.disabled:hover,
.btn-warning:disabled:hover,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger:disabled:focus,
.btn-danger:disabled.focus,
.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  font: 14px/18px "AttenNewRegular";
}

a.btn-tertiary {
  text-decoration: none;
}

[hidden] {
  display: none !important;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #878787;
}

.thead-default th {
  color: #acaaa6;
  background-color: #f6f6f6;
}

.table-inverse {
  color: #f6f6f6;
  background-color: #878787;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #acaaa6;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
  float: left;
}

.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #000;
  background-color: #f5f5f5;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.5rem - 2px);
}

select.form-control:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 13px;
}

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 13px;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 13px;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 13px;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}

.form-check + .form-check {
  margin-top: -0.25rem;
}

.form-check.disabled .form-check-label {
  color: #acaaa6;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-check-inline.disabled {
  color: #acaaa6;
  cursor: not-allowed;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.625rem;
  background-size: 1.25rem 1.25rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #4cbb6c;
}

.has-success .form-control {
  border-color: #4cbb6c;
}

.has-success .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #96d7a9;
}

.has-success .input-group-addon {
  color: #4cbb6c;
  border-color: #4cbb6c;
  background-color: #e0f3e5;
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #ff9a52;
}

.has-warning .form-control {
  border-color: #ff9a52;
}

.has-warning .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffd6b8;
}

.has-warning .input-group-addon {
  color: #ff9a52;
  border-color: #ff9a52;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #ff4c4c;
}

.has-danger .form-control {
  border-color: #ff4c4c;
}

.has-danger .form-control:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
  -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
  -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffb2b2;
}

.has-danger .input-group-addon {
  color: #ff4c4c;
  border-color: #ff4c4c;
  background-color: white;
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

@media (min-width: 576px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #2b2d2f;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  outline: 0;
}

.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  color: #818a91;
}

.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)";
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 13px;
  color: #818a91;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 13px;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  border-radius: 0.2rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 13px;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  cursor: pointer;
}

.custom-control + .custom-control {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #0074d9;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
  -moz-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
  -o-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
  -ms-box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #84c6ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #eee;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #767676;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='$white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #0074d9;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='$white' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='$white'/%3E%3C/svg%3E");
}

.custom-controls-stacked .custom-control {
  float: left;
  clear: left;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.5rem - 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9 ;
  color: #55595c;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9 ;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: #51a7e8;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #55595c;
  background-color: #fff;
}

.custom-select:disabled {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  background-color: #eee;
  border: 1px solid #ddd;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  border-radius: 0 0.25rem 0.25rem 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
}

.card-block {
  padding: 1.25rem;
}

.card-block::after {
  content: "";
  display: table;
  clear: both;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header::after {
  content: "";
  display: table;
  clear: both;
}

.card-header:first-child {
  -webkit-border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  -moz-border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer::after {
  content: "";
  display: table;
  clear: both;
}

.card-footer:last-child {
  -webkit-border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  -moz-border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-primary {
  background-color: #f44d51;
  border-color: #f44d51;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #4cbb6c;
  border-color: #4cbb6c;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #ff9a52;
  border-color: #ff9a52;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #ff4c4c;
  border-color: #ff4c4c;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #f44d51;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: transparent;
}

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #FF9A52;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

.card-img {
  -webkit-border-radius: calc(0.25rem - 1px);
  -moz-border-radius: calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px);
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
  }
  .card-deck .card {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: top;
  }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .card-group .card {
    display: table-cell;
    vertical-align: top;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* todo fare check se serve
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    */
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* todo fare check se serve
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    */
  }
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.page-item {
  display: inline;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0275d8;
  border-color: #0275d8;
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  color: #818a91;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #0275d8;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #014c8c;
  background-color: #eceeef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 13px;
}

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 13px;
}

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.tag:empty {
  display: none;
}

.btn .tag {
  position: relative;
  top: -1px;
}

a.tag:focus, a.tag:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
  border-radius: 10rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.tag-default {
  background-color: #818a91;
}

.tag-default[href]:focus, .tag-default[href]:hover {
  background-color: #687077;
}

.tag-primary {
  background-color: #0275d8;
}

.tag-primary[href]:focus, .tag-primary[href]:hover {
  background-color: #025aa5;
}

.tag-success {
  background-color: #5cb85c;
}

.tag-success[href]:focus, .tag-success[href]:hover {
  background-color: #449d44;
}

.tag-info {
  background-color: #5bc0de;
}

.tag-info[href]:focus, .tag-info[href]:hover {
  background-color: #31b0d5;
}

.tag-warning {
  background-color: #f0ad4e;
}

.tag-warning[href]:focus, .tag-warning[href]:hover {
  background-color: #ec971f;
}

.tag-danger {
  background-color: #d9534f;
}

.tag-danger[href]:focus, .tag-danger[href]:hover {
  background-color: #c9302c;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible {
  padding-right: 2.5rem;
}

.alert-dismissible .close {
  position: relative;
  top: -0.125rem;
  right: -1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c1e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6d5ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: rgba(255, 154, 82, 0.3);
  border-color: #FF9A52;
  color: #acaaa6;
}

.alert-warning hr {
  border-top-color: #ff8b39;
}

.alert-warning .alert-link {
  color: #93918c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9b9;
}

.alert-danger .alert-link {
  color: #843534;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: block;
  width: 100%;
  height: 1rem;
  margin-bottom: 1rem;
}

.progress[value] {
  background-color: #eee;
  border: 0;
  appearance: none;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

@media screen and (min-width: 0\0 ) {
  .progress {
    background-color: #eee;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    /* todo fare check se serve
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    */
  }
  .progress-bar {
    display: inline-block;
    height: 1rem;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
  }
  .progress[width="100%"] {
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
}
.progress-striped[value]::-webkit-progress-value {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

@media screen and (min-width: 0\0 ) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
  }
}
.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite;
}

@media screen and (min-width: 0\0 ) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite;
  }
}
.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c;
}

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c;
}

.progress-success[value]::-ms-fill {
  background-color: #5cb85c;
}

@media screen and (min-width: 0\0 ) {
  .progress-success .progress-bar {
    background-color: #5cb85c;
  }
}
.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de;
}

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de;
}

.progress-info[value]::-ms-fill {
  background-color: #5bc0de;
}

@media screen and (min-width: 0\0 ) {
  .progress-info .progress-bar {
    background-color: #5bc0de;
  }
}
.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e;
}

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e;
}

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e;
}

@media screen and (min-width: 0\0 ) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e;
  }
}
.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f;
}

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f;
}

.progress-danger[value]::-ms-fill {
  background-color: #d9534f;
}

@media screen and (min-width: 0\0 ) {
  .progress-danger .progress-bar {
    background-color: #d9534f;
  }
}
.media,
.media-body {
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right {
  padding-left: 10px;
}

.media-left {
  padding-right: 10px;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #818a91;
  cursor: not-allowed;
  background-color: #eceeef;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #818a91;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0275d8;
  border-color: #0275d8;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #a8d6fe;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #333;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.embed-responsive-1by1 {
  padding-bottom: 100%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 1;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "OpenSansRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 13px;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "OpenSansRegular", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 13px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: #f7f7f7;
}

.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 0.2375rem 0.2375rem 0 0;
  -moz-border-radius: 0.2375rem 0.2375rem 0 0;
  border-radius: 0.2375rem 0.2375rem 0 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .carousel-item {
  position: relative;
  display: none;
}

.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel:not(.carousel-fade) .carousel-inner > .carousel-item {
    transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel:not(.carousel-fade) .carousel-inner > .carousel-item.next, .carousel:not(.carousel-fade) .carousel-inner > .carousel-item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel:not(.carousel-fade) .carousel-inner > .carousel-item.prev, .carousel:not(.carousel-fade) .carousel-inner > .carousel-item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel:not(.carousel-fade) .carousel-inner > .carousel-item.next.left, .carousel:not(.carousel-fade) .carousel-inner > .carousel-item.prev.right, .carousel:not(.carousel-fade) .carousel-inner > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel.carousel-fade .carousel-inner > .carousel-item {
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel.carousel-fade .carousel-inner > .carousel-item.next, .carousel.carousel-fade .carousel-inner > .carousel-item.active.right {
    left: 0;
  }
  .carousel.carousel-fade .carousel-inner > .carousel-item.prev, .carousel.carousel-fade .carousel-inner > .carousel-item.active.left {
    left: 0;
  }
  .carousel.carousel-fade .carousel-inner > .carousel-item.next.left, .carousel.carousel-fade .carousel-inner > .carousel-item.prev.right, .carousel.carousel-fade .carousel-inner > .carousel-item.active {
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  font-size: 16px;
  color: #999;
  text-align: center;
  text-shadow: none;
  opacity: 1;
}

.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="$black00", GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$black00", endColorstr="#80000000", GradientType=1);
}

.carousel-control:focus, .carousel-control:hover {
  color: #999;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev::before {
  content: "‹";
}

.carousel-control .icon-next::before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .next.left,
.carousel-fade .prev.right {
  opacity: 1;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
  opacity: 0;
}
.carousel-fade .next,
.carousel-fade .prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.left,
.carousel-fade .active.prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 576px) {
  .carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  background-color: #f44d51 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #f11d22 !important;
}

.bg-success {
  background-color: #4cbb6c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #3a9a56 !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important;
}

.bg-warning {
  background-color: #ff9a52 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ff7c1f !important;
}

.bg-danger {
  background-color: #ff4c4c !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #ff1919 !important;
}

.bg-inverse {
  background-color: #373a3c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important;
}

.rounded {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.rounded-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.float-xs-left {
  float: left !important;
}

.float-xs-right {
  float: right !important;
}

.float-xs-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.color,
.custom-checkbox input[type=checkbox] + span.color {
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  width: 16px;
  height: 16px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  border: 0;
}

.color.active, .color:hover,
.custom-checkbox input[type=checkbox] + span.color.active,
.custom-checkbox input[type=checkbox] + span.color:hover {
  border: 2px solid #414141;
}

.facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
  border: 2px solid #414141;
}

.form-control-label {
  padding-top: 10px;
}

.form-control {
  background-color: #fff;
  border: none;
  padding: 8px 16px;
  font-size: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

textarea.form-control {
  height: 145px;
  border: 1px solid #A0A0A0;
}

input.form-control {
  border: 1px solid #A0A0A0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  height: 40px;
}

select.form-control {
  height: 40px !important;
}

.input-group.focus {
  outline: 1px solid #eee;
}

.input-group .form-control:focus {
  outline: none;
}

.form-control-select {
  height: 42px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f9f9f9 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  background-position-x: 99%;
  background-size: 20px 20px;
  padding-right: 32px;
}

.form-control-select::-ms-expand {
  display: none;
}

.form-control-comment {
  font-size: 13px;
  padding-top: 8px;
  color: #878787;
  display: inline-block;
}

.form-control-submit.disabled {
  background: #5bc0de;
  color: white;
}

.form-group.has-error input,
.form-group.has-error select {
  outline: 3px solid #ff4c4c;
}

.form-group.has-error .help-block {
  color: #ff4c4c;
}

.group-span-filestyle label {
  margin: 0;
}

.custom-radio {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border: #ccc 1px solid;
  background: #fff;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  margin-right: 10px;
}

.rtl .custom-radio {
  margin-left: 10px;
  margin-right: inherit;
}

.custom-radio input[type=radio] {
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.custom-radio input[type=radio]:checked + span {
  display: block;
  background-color: #000;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox input[type=radio] {
  margin-top: 0px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  width: 16px;
  height: 16px;
  z-index: 1;
}

.custom-checkbox input[type=radio] + span {
  margin-right: 10px;
  display: inline-block;
  vertical-align: -3px;
  cursor: pointer;
  border: 1px #666 solid;
  width: 16px;
  height: 16px;
}

.custom-checkbox input[type=checkbox] + span {
  opacity: 0;
}

.custom-checkbox input[type=radio] + span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.custom-checkbox label {
  text-align: left;
}

.text-muted {
  font-size: 13px;
}

.done {
  color: #4cbb6c;
  display: inline-block;
  padding: 0 13px;
  margin-right: 25px;
}

.thumb-mask > .mask {
  position: relative;
  overflow: hidden;
  border: #ebebeb 1px solid;
  margin: 10px 0;
  width: 55px;
  height: 55px;
}

.thumb-mask > .mask img {
  width: 55px;
  height: 55px;
}

.definition-list dl:after {
  content: "";
  display: block;
  clear: both;
}

.definition-list dl dt {
  font-weight: normal;
}

.definition-list dl dd,
.definition-list dl dt {
  background: #ebebeb;
  padding: 10px;
  margin: 5px 0.5%;
  width: 48%;
  float: left;
}

.rtl .definition-list dl dd, .rtl .definition-list dl dt {
  float: right;
}

.definition-list dl dd:nth-of-type(even),
.definition-list dl dt:nth-of-type(even) {
  background: #f6f6f6;
}

.help-block {
  margin-top: 10px;
}

.alert-warning .material-icons {
  color: #FF9A52;
  font-size: 32px;
  margin-right: 10px;
  padding-top: 5px;
}

.alert-warning .alert-text {
  font-size: 15px;
  padding-top: 10px;
}

.alert-warning .alert-link {
  border-width: 2px;
  margin-left: 10px;
  padding: 5px 20px;
  font-weight: 400;
  font-size: 13px;
  color: #6C868E;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.alert-warning ul li:last-child .alert-link {
  color: white;
}

.alert-warning .warning-buttons {
  margin-top: 5px;
}

.alert {
  font-size: 0.9em;
}

@media (max-width: 991px) {
  .form-control-label,
.control-label, label, .label {
    text-align: left;
  }
  .rtl .form-control-label, .rtl .control-label,
.rtl label, .rtl .label {
    text-align: right;
  }
}
.effect-1 {
  overflow: hidden;
}

.effect-1 img {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.effect-1:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}

.effect-2 img {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.effect-2:hover img {
  -webkit-filter: brightness(30%);
  filter: brightness(30%);
}

@keyframes effectzoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes effectzoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes effectzoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes effectzoom {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.e-scale .popup-content {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.e-scale.popup-over:hover .popup-content {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.e-translate-left .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(-200px, 0px);
  -moz-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.e-translate-left.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.e-translate-right .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(200px, 0px);
  -moz-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.e-translate-right.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.e-translate-top .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 200px);
  -moz-transform: translate(0, 200px);
  -ms-transform: translate(0, 200px);
  transform: translate(0, 200px);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.e-translate-top.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.e-translate-down .popup-content {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.e-translate-down.popup-over:hover .popup-content {
  opacity: 1;
  filter: alpha(opacity=100);
  height: auto;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.effect a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.effect a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.effect a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}

.effect a:hover:before, .effect a:hover:after {
  width: 100%;
  height: 100%;
}

.ImageWrapper {
  display: block;
  overflow: hidden;
  position: relative;
}

.carousel .direction {
  position: absolute;
  top: -95px;
  right: 0;
}

.carousel-control {
  background: none !important;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  background: #f3f3f3;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  width: 25px;
  height: 25px;
}

.carousel-control .icon-prev:before, .carousel-control .icon-next:before {
  font-family: "Material Icons";
  font-size: 16px;
  color: #333;
  line-height: 25px;
}

.carousel-control .icon-prev:hover, .carousel-control .icon-next:hover {
  background: #000;
}

.carousel-control .icon-prev:hover:before, .carousel-control .icon-next:hover:before {
  color: #fff;
}

.carousel-control.left {
  right: 25px;
  left: auto;
}

.carousel-control .icon-prev:before {
  content: "\e5cb";
}

.carousel-control .icon-next:before {
  content: "\e5cc";
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=file] {
  height: auto;
}

.dropdown {
  color: #acaaa6;
}

.dropdown:hover .expand-more {
  color: #f44d51;
}

.dropdown .expand-more {
  color: #414141;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown .active {
  max-height: 200px;
  overflow-y: hidden;
}

.dropdown select {
  -moz-appearance: none;
  border: 0 none;
  outline: 0 none;
  color: #414141;
  background: white;
}

.dropdown-item:focus, .dropdown-item:hover {
  background: none;
  text-decoration: none;
  color: #f44d51;
}

.table-labeled th {
  vertical-align: middle;
}

.table-labeled td {
  vertical-align: middle;
}

.table-labeled .label {
  font-weight: 400;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  font-size: inherit;
  padding: 4px 6px;
  margin: 2px;
  color: white;
  white-space: nowrap;
}

#stores h1 {
  text-align: center;
}
@media (max-width: 767.98px) {
  #stores h1 {
    margin-top: 30px;
  }
}
#stores .page-stores h2 {
  margin-bottom: 20px;
  font: 20px/24px "AttenNewRegular";
}
#stores .page-stores .select-wrapper {
  position: relative;
  display: block;
  max-width: 40%;
  text-align: center;
  margin: 0 auto 40px;
}
@media (max-width: 767.98px) {
  #stores .page-stores .select-wrapper {
    max-width: 100%;
  }
}
#stores .page-stores .select-wrapper #select-stores {
  padding: 10px 20px;
  font: 16px/20px "AttenNewMedium";
  min-width: 100%;
  -webkit-appearance: none;
  appearance: none;
}
#stores .page-stores .select-wrapper::after {
  content: "\e90d";
  font-family: "icomoon";
  font-size: 16px;
  top: 10px;
  right: 10px;
  position: absolute;
}
#stores .page-stores .store-item {
  display: none;
  min-height: 210px;
}
@media (max-width: 1199.98px) {
  #stores .page-stores .store-item {
    min-height: 220px;
  }
}
@media (max-width: 767.98px) {
  #stores .page-stores .store-item {
    min-height: unset;
  }
}
#stores .page-stores .store-item-container {
  padding: 30px 0;
}
#stores .page-stores .store-item-container h4 {
  font: 16px/20px "AttenNewBold";
  letter-spacing: 1.46px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
#stores .page-stores .store-item-container div {
  font: 14px/18px "AttenNewRegular";
  letter-spacing: 0.84px;
  word-wrap: break-word;
}
#stores .page-stores .store-item-container div p {
  font: 14px/18px "AttenNewMedium";
  letter-spacing: 0.84px;
  margin-bottom: 5px;
}
#stores .page-stores .store-item-container div p a {
  text-decoration: underline;
}
#stores .page-stores .store-item-container div .contact {
  display: block;
  text-decoration: underline;
  margin-top: 10px;
}
#stores .page-stores .no-store {
  padding: 60px 0px 20px;
}
#stores .page-stores .no-store p {
  font: 16px/20px "AttenNewMedium";
  letter-spacing: 0.84px;
}
#stores .page-stores .no-store p a {
  text-decoration: underline;
}

#stores .page-stores .store-item-footer {
  margin-top: 8px;
  padding-top: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

#stores .page-stores .store-item-footer.divide-top {
  border-top: #ebebeb 1px solid;
}

#stores .page-stores .store-item-footer div:first-child {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 65%;
  -moz-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
}

#stores .page-stores .store-item-footer i.material-icons {
  margin-right: 10px;
  color: #acaaa6;
  font-size: 13px;
}

#stores .page-stores .store-item-footer li {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #stores .page-stores {
    width: 100%;
  }
  #stores .page-stores .store-item-container {
    padding: 16px 0;
  }
}
@media (max-width: 575px) {
  #stores .page-stores .store-item-container {
    display: block;
  }
  #stores .page-stores .store-item-container .divide-left {
    border-left: none;
  }
  .rtl #stores .page-stores .store-item-container .divide-left {
    border-right: none;
    border-left: inherit;
  }
  #stores .page-stores .store-item-container .store-description a {
    margin-bottom: 8px;
  }
  #stores .page-stores .store-item-container .store-description address {
    margin-bottom: 8px;
  }
  #stores .page-stores .store-item-footer {
    display: block;
  }
  #stores .page-stores .store-item-footer.divide-top {
    border-top: #ebebeb 1px solid;
  }
  #stores .page-stores .store-item-footer li {
    margin-bottom: 10px;
  }
  #stores .page-stores .store-item-footer .card-block {
    padding: 12px 12px 0;
  }
}
.contact-rich {
  color: #878787;
  margin-bottom: 32px;
}

.contact-rich h4 {
  text-transform: uppercase;
  margin-bottom: 32px;
}

.contact-rich .block {
  height: auto;
  overflow: hidden;
}

.contact-rich .block .icon {
  float: left;
  width: 56px;
}

.contact-rich .block .icon i {
  font-size: 32px;
}

.contact-rich .block .data {
  color: #414141;
  font-size: 13px;
  width: auto;
  overflow: hidden;
}

.contact-form {
  padding: 16px;
  color: #878787;
  width: 100%;
}

.contact-form h3 {
  text-transform: uppercase;
}

#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 32px 0 48px;
}

#products .page-not-found,
#pagenotfound .page-not-found {
  background: white;
  padding: 16px;
  font-size: 13px;
  color: #666;
  max-width: 570px;
  margin: 0 auto;
}

#products .page-not-found .search-widget,
#pagenotfound .page-not-found .search-widget {
  float: none;
}

#products .page-not-found .search-widget input,
#pagenotfound .page-not-found .search-widget input {
  width: 100%;
}

img {
  max-width: 100%;
}

.logo img {
  max-width: 300px;
}

#layout-error .page-content {
  word-break: break-all;
  padding: 0 20px;
}

#pagenotfound #main .page-header {
  text-align: center;
}

.customization-modal .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  border: 1px solid #f6f6f6;
}

.customization-modal .modal-content .modal-body {
  padding-top: 0;
}

.customization-modal .modal-content .modal-body .product-customization-line {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #f6f6f6;
}

.customization-modal .modal-content .modal-body .product-customization-line .label {
  font-weight: 600;
  text-align: right;
}

.customization-modal .modal-content .modal-body .product-customization-line:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

#wrapper {
  min-height: 400px;
}

#wrapper .banner {
  margin-bottom: 24px;
  display: block;
}

#wrapper .banner img {
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
}

#wrapper .bg-wapper .breadcrumb {
  position: relative;
  padding: 320px 0 0;
  margin: -30px 0 30px;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

#wrapper .bg-wapper .breadcrumb[data-depth="1"] {
  display: none;
}

#wrapper .bg-wapper .breadcrumb ol {
  padding: 22px;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#wrapper .bg-wapper .breadcrumb ol:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
}

#wrapper .bg-wapper .breadcrumb li {
  display: inline;
  white-space: nowrap;
  z-index: 1;
  position: relative;
}

#main .page-header {
  margin-bottom: 25px;
}

#main .page-content {
  margin-bottom: 0px;
}

#main .page-content h6 {
  margin-bottom: 18px;
}

#main .page-content #notifications {
  margin-left: -15px;
  margin-right: -15px;
}

.coverlink {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
  cursor: pointer;
  z-index: 10;
}

#notifications ul {
  margin-bottom: 0;
}

.sitemap ul.tree li {
  line-height: 20px;
  padding: 5px 0;
}

.sitemap ul.tree li a.parent-page {
  text-transform: uppercase;
  font-weight: 700;
}

.sitemap ul.tree li ul {
  padding-left: 10px;
}

.list-brands {
  margin: 20px 0 10px;
  background: #fff;
}

.brand {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.brand > div {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  background: #fff;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  #back-top {
    bottom: 10px;
    right: 10px;
  }
}
#back-top a {
  display: block;
}

#back-top.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#back-top:before {
  position: absolute;
  content: "\e90a";
  font-family: "icomoon";
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  color: #000;
}

#back-top svg path {
  fill: none;
}

#back-top svg.progress-circle path {
  stroke: #000;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}

#back-top .arrow-circle {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

#back-top.appear {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 767px) {
  #checkout-cart-summary {
    float: none;
    width: 100%;
    margin-top: 1rem;
  }
  section.checkout-step {
    width: 100%;
  }
  .default-input {
    min-width: 100%;
  }
  label {
    clear: both;
  }
}
@media (max-width: 991px) {
  #blockcart-modal .modal-dialog {
    width: calc(100% - 40px);
    max-width: 800px;
    margin: 20px auto;
  }
  .sub-menu {
    left: 0;
    min-width: 100%;
  }
  #blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: 0 auto 15px;
  }
  #blockcart-modal .cart-content {
    padding-left: 0;
  }
  #search_filters .facet .facet-label {
    text-align: left;
  }
  .block-category .category-cover {
    position: relative;
  }
  .block-category {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #blockcart-modal .modal-dialog {
    max-width: 640px;
  }
}
@media (max-width: 600px) {
  #blockcart-modal .modal-dialog {
    max-width: 460px;
  }
}
@media (max-width: 480px) {
  #blockcart-modal .modal-dialog {
    max-width: 100%;
  }
}
#page.megamenu-autoheight {
  overflow: auto;
}

.icon-font {
  font-size: 18px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #363a42;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

#index .breadcrumb {
  display: none !important;
}

.box-customreview .owl-theme .owl-buttons {
  position: static;
  width: auto;
}

.box-customreview .owl-theme .owl-buttons div {
  font-size: 0;
  color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  width: 40px;
  height: 40px;
  border: 0;
  background: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.box-customreview .owl-theme .owl-buttons div:hover:after {
  border-color: #000;
}

.box-customreview .owl-theme .owl-buttons div:before {
  display: none;
}

.box-customreview .owl-theme .owl-buttons div:after {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  background: none;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.box-customreview .owl-theme .owl-buttons div.owl-prev {
  left: -40px;
}

.box-customreview .owl-theme .owl-buttons div.owl-prev:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 0;
}

.box-customreview .owl-theme .owl-buttons div.owl-next {
  right: -40px;
}

.box-customreview .owl-theme .owl-buttons div.owl-next:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}

.box-customreview:hover .owl-theme .owl-buttons div {
  opacity: 1;
  visibility: visible;
  background: none;
}

.box-customreview:hover .owl-theme .owl-buttons div.owl-prev {
  left: -30px;
}

.box-customreview:hover .owl-theme .owl-buttons div.owl-next {
  right: -30px;
}

.font-weight-600 {
  font-weight: normal;
}

.table th, table th {
  font-weight: normal;
}

body .instagram-block .owl-theme .owl-buttons div {
  margin-top: -20px;
}

.img-fluid img, .carousel-inner > .carousel-item > img {
  max-width: 100%;
  width: 100%;
}

#search #main > h2 {
  text-align: center;
}

#search #main .page-not-found {
  text-align: center;
}

#search.layout-full-width .product_list.grid .ajax_block_product {
  clear: none;
}

@media (min-width: 1200px) {
  #search.layout-full-width .product_list.grid .ajax_block_product {
    width: 25%;
  }
  #search.layout-full-width .product_list.grid .ajax_block_product:nth-child(4n+1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #search.layout-full-width .product_list.grid .ajax_block_product {
    width: 25%;
  }
  #search.layout-full-width .product_list.grid .ajax_block_product:nth-child(4n+1) {
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #search.layout-full-width .product_list.grid .ajax_block_product {
    width: 33.333%;
  }
  #search.layout-full-width .product_list.grid .ajax_block_product:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 767px) and (min-width: 568px) {
  #search.layout-full-width .product_list.grid .ajax_block_product {
    width: 33.333%;
  }
  #search.layout-full-width .product_list.grid .ajax_block_product:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 567px) {
  #search.layout-full-width .product_list.grid .ajax_block_product {
    width: 50%;
  }
  #search.layout-full-width .product_list.grid .ajax_block_product:nth-child(2n+1) {
    clear: both;
  }
}
.ui-widget {
  font-family: "OpenSansRegular", sans-serif;
  font-size: 14px;
}

.fancybox-skin {
  background: #fff !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  padding: 20px !important;
  border: 1px solid #000 !important;
}

.fancybox-overlay {
  background: unset !important;
}

.fancybox-inner {
  overflow-x: hidden !important;
}

.fancybox-inner .block-social {
  display: none;
}

.fancybox-inner .block_newsletter {
  height: 517px;
  max-width: 700px;
  padding: 0 0 0 350px;
  max-height: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-flex-direction: column;
}

.fancybox-inner .block_newsletter .title_block {
  margin: auto auto 20px;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.fancybox-inner .block_newsletter .block_content {
  margin: 0 auto auto;
}

.fancybox-wrap .turnoff-popup-wrapper {
  position: absolute;
  bottom: 10px;
  left: 350px;
  right: 0;
  font-size: 12px;
  color: #999;
}

.fancybox-wrap .turnoff-popup-wrapper .turnoff-popup {
  vertical-align: -3px;
  margin: 0 10px 0 0;
}

.fancybox-wrap .fancybox-close {
  top: 5px;
  right: 5px;
  background: none !important;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-align: center;
  line-height: 36px;
}

.fancybox-wrap .fancybox-close:before {
  font-size: 24px;
  content: "\e90f";
  font-family: "icomoon";
}

.slick-loading body .slick-list {
  background: #fff url("../img/loader.svg") center center no-repeat;
  background-size: 32px;
}

body .owl-item.loading {
  background: url("../img/loader.svg") no-repeat center center;
  background-size: 32px;
}

body .grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;
}

.product-variants > .product-variants-item ul li.outstock .radio-label {
  background-image: linear-gradient(to bottom left, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%);
}

.product-variants > .product-variants-item ul li.outstock .color:after {
  content: "";
  background-image: linear-gradient(to bottom left, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.thumbnail-container .leo-noimage {
  display: block;
  background: url(../img/no-image.svg) center no-repeat;
  background-size: 50px;
}

.thumbnail-container .leo-noimage img {
  opacity: 0;
}

div.animated-background {
  background: url(../img/loader.svg) center no-repeat;
  background-size: 32px;
  animation: none;
  height: auto;
  padding-bottom: 100%;
}

div.animated-background div {
  opacity: 0;
}

#cart-subtotal-shipping > div small.value {
  font-size: 12px;
  padding: 10px 0 0;
  font-weight: normal;
}

#cart-subtotal-shipping > div {
  clear: both;
}

.leo-block-sidebar .post-name {
  margin: 0;
}

.leo-block-sidebar .post-name a {
  font-size: 13px;
  font-weight: 500;
  padding: 10px 0;
  display: block;
  line-height: 1.5;
  color: inherit;
}

.leo-block-sidebar .info {
  display: block;
  font-size: 12px;
  color: #aaa;
}

.leo-block-sidebar .list-item {
  margin: 0 0 20px;
}

.js-modal-content {
  padding: 30px;
}

@media (max-width: 1199px) {
  .js-modal-content {
    padding: 20px;
  }
}
body #search_filters .ui-widget-header {
  background: #000;
}

body #search_filters .ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  top: -6px;
}

body #search_filters .ui-slider-horizontal {
  height: 4px;
  border: 0;
  background: #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

body #search_filters .ui-slider .ui-slider-handle + .ui-slider-handle {
  margin: 0 0 0 -14px;
}

#search_filters > .h6 {
  font-size: 18px;
  margin: 0 0 15px;
}

@media (max-width: 1199px) {
  #search_filters > .h6 {
    font-size: 16px;
  }
}
#subcategories > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subcategory-block {
  margin: 0 0 30px;
}

.subcategory-block h3 {
  margin: 0;
}

.subcategory-block .subcategory-name {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  color: #444;
  font-weight: 500;
}

.subcategory-block .subcategory-name:hover {
  color: #000;
}

p:last-child {
  margin: 0;
}

b, strong {
  font-weight: 600;
}

.col-mesg .alert {
  margin: 15px 0 0;
}

.checkout.cart-detailed-actions .btn {
  width: 100%;
}

.demo-product-detail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.demo-product-detail .leo-widget {
  max-width: 165px;
}

#order-items h3.card-title {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
}

#order-items .total-value td:last-child {
  font-size: 1.2em;
}

#order-items table tr.sub td:last-child {
  text-align: left;
}

.rtl #order-items table tr.sub td:last-child {
  text-align: right;
}

.leo-blog-tags .block_content a {
  display: inline-block;
  padding: 2px 5px;
  margin: 0 2px 5px 0;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  color: #888;
}

.leo-blog-tags .block_content a:first-letter {
  text-transform: uppercase;
}

.leo-blog-tags .block_content a:hover {
  background: #000;
  color: #fff;
}

.sidebar .block .title_block.products-section-title {
  font-weight: 600;
}

section#products {
  clear: both;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.fw-200 {
  font-weight: 200;
}

.fw-100 {
  font-weight: 100;
}

.product-detail .product-prices .product-price {
  margin: 0;
}

.box-instagram .ApInstagram .link-instagram {
  margin: 0;
  text-align: center;
}

.box-instagram .ApInstagram .link-instagram a {
  display: inline-block;
  padding: 10px;
}

.leo-form-chk {
  position: relative;
}

.leo-form-chk input {
  margin: 0 5px 0 0;
  vertical-align: -2px;
}

.font-weight-bold {
  font-weight: 600;
}

.leo-quicklogin-modal .modal-body > .lql-social-login:nth-child(1) {
  padding: 0 0 20px;
  border: 0;
  border-bottom: 1px dashed #e5e5e5;
  margin: 0 0 20px;
}

label.required:after {
  content: "*";
  color: red;
}

.contact-form #gdpr_consent {
  padding: 0 15px;
}

.modal {
  z-index: 9999;
}

.cart-summary-products .btn[data-toggle=collapse] {
  display: none;
}

.cart-summary-products #cart-summary-product-list {
  display: block;
}

a.leo-send-wishlist-button i {
  margin: 0 5px 0 0;
  vertical-align: -3px;
}

.leo-wishlistproduct-item .leo-wishlist-product-save-button,
.leo-wishlistproduct-item .wishlist-product-info {
  display: none;
}

.send-wishlist {
  display: none !important;
}

.wishlist-table-head th {
  color: #222;
  font-weight: 500;
}

.leo-save-wishlist-bt {
  min-width: 200px;
}

.form-control,
div.leo-quicklogin-modal .lql-form-content input {
  border-color: #A0A0A0;
}

div.leo-quicklogin-modal .lql-form-content input:focus,
.form-control:focus {
  border-color: #000;
  -webkit-box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}

.leo-quicklogin-form h2 {
  font-size: 16px;
}

.lof-labelexpired {
  display: none;
}

body #search_filters .facet .collapse.faceted-slider {
  overflow: visible;
}

.leo-cart-item-img {
  min-height: 1px;
}

#blockcart-modal .modal-body .divide-right p {
  display: block;
}

#blockcart-modal .modal-body .divide-right p.product-price {
  font-size: 1.2em;
  font-weight: 600;
  margin: 0 0 7px;
}

.forgotten-password i {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}

.forgotten-password li.item:after {
  content: "";
  display: table;
  clear: both;
}

.forgotten-password li.item p {
  padding: 6px 0 0;
}

ul.ps-alert-success i {
  width: 30px;
  height: 30px;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
}

ul.ps-alert-success li.item:after {
  content: "";
  display: table;
  clear: both;
}

ul.ps-alert-success li.item p {
  padding: 6px 0 0;
}

#product-details {
  opacity: 1;
}

.slide_config.data-link {
  width: 100% !important;
}

.gformbuilderpro_openform {
  display: none !important;
}

@media (max-width: 991px) {
  .list-brands li.brand {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #000;
  }
  .list-brands li.brand > div {
    width: 100%;
  }
}
img[title=cms-img] {
  margin: 0 0 30px;
}

.list-images-mobile .slick-slide {
  text-align: center;
}

h2.lql-bt:hover {
  color: #000;
}

.lql-form-content .form-group:last-child {
  margin: 0;
}

.leo-quicklogin-form .leo-form {
  padding: 15px 30px;
}

.f-logo a span,
.f-logo2 a span,
.h-logo a span {
  font-weight: bold;
  font-size: 34px;
  color: #000;
  letter-spacing: 4px;
}

a.label i {
  vertical-align: -3px;
}

#product-modal .modal-body {
  background: #fff;
}

#product-modal .modal-content .modal-body figure {
  margin: 0;
}

#product-modal .modal-content .modal-body .thumbnails {
  display: none;
}

#product-modal .modal-content .modal-body .image-caption {
  padding: 15px 0px 0;
  text-align: justify;
}

.page-content[data-templatezoomtype=none] .product-cover .layer {
  display: block;
}

.page-content[data-templatezoomtype=none] + #product-modal .modal-body {
  padding: 10px;
}

.leo-modal-review .modal-footer button.btn-secondary, .leo-modal-review .modal-footer button.btn-tertiary {
  display: none;
}

.leo-quicklogin-modal .modal-header {
  padding: 0;
  background: none;
  border: 0;
}

.leo-quicklogin-modal .modal-header .close {
  margin-top: 0px;
  position: absolute;
  top: -30px;
  right: -30px;
  color: #fff;
  opacity: 1;
  text-shadow: none;
  font-weight: normal;
}

.forgotten-password p.send-renew-password-link {
  text-align: center;
  margin: 0 0 35px;
}

.forgotten-password .center-email-fields {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 650px;
  margin: auto;
}

@media (max-width: 480px) {
  .forgotten-password .center-email-fields {
    margin: 0 -15px 20px;
  }
}
.forgotten-password .center-email-fields .form-control-label {
  padding: 0;
  width: 100%;
  text-align: left;
}

.forgotten-password .center-email-fields .col-md-5.email {
  flex: 1;
  padding: 0;
}

.forgotten-password ul {
  text-align: center;
  margin: 0 0 30px;
  font-weight: 600;
  color: #333;
}

.forgotten-password ul li i {
  float: none;
  margin: 0;
}

.forgotten-password ul li i svg path {
  fill: #333;
}

.page-my-account .page-footer .text-sm-center a {
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
  background: #eee;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  font-size: 12px;
}

.page-my-account .page-footer .text-sm-center a:hover {
  color: #666;
}

.af .af_subtitle {
  font-weight: 600;
  font-size: 13px;
}

.af .slider-container .back-bar {
  height: 4px;
}

.af .slider-container .back-bar .pointer {
  top: -6px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  background: #000;
  border: 1px solid #000;
}

.af .af_filter:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.sidebar #amazzing_filter {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  background: #fff;
  padding: 30px;
}

@media (max-width: 1199px) {
  .sidebar #amazzing_filter {
    padding: 20px;
  }
}
.col-mesg .alert:before {
  display: none;
}

.col-mesg .alert {
  padding: 10px;
}

@media (max-width: 991px) {
  .product-detail-name {
    margin: 20px 0 15px;
  }
  .breadcrumb {
    margin: 0 0 40px;
  }
  .block-category.card h1 {
    margin: 20px 0 10px;
  }
}
.zoomWindow {
  background-color: #fff;
}

.product_list.grid > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_list.grid > .row > div {
  margin-bottom: 30px;
}

#gdpr_consent {
  margin: 1em 0;
}

.af_subtitle_heading .af_subtitle {
  font-weight: 500;
}

.off-canvas-nav-megamenu .navbar-nav > li.no-link,
.leo-megamenu .navbar-nav > li.no-link {
  cursor: pointer;
}

.off-canvas-nav-megamenu .navbar-nav > li.no-link > a,
.leo-megamenu .navbar-nav > li.no-link > a {
  pointer-events: none;
}

.off-canvas-nav-megamenu .navbar-nav > li.no-link > .dropdown-menu,
.leo-megamenu .navbar-nav > li.no-link > .dropdown-menu {
  cursor: auto;
}

.thumbnail-container .product-image .slick-arrows .slick-prev {
  left: 10px;
}

.thumbnail-container .product-image .slick-arrows .slick-next {
  right: 10px;
}

.thumbnail-container .product-image .slick-arrows .slick-arrow {
  width: 40px;
  height: 40px;
}

.bannercontainer .tp-caption.data-link {
  cursor: pointer;
}

.product-description ul,
.description-short ul,
.product-description ol,
.description-short ol {
  list-style: initial;
  padding-left: 1em;
  margin-bottom: 1em;
}

@media (min-width: 992px) {
  #module-leoproductsearch-productsearch .product_list.grid > .row > .ajax_block_product {
    width: 25%;
  }
}
@media (max-width: 991px) {
  #module-leoproductsearch-productsearch .product_list.grid > .row > .ajax_block_product {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  #module-leoproductsearch-productsearch .product_list.grid > .row > .ajax_block_product {
    width: 50%;
  }
}
@media (max-width: 400px) {
  #module-leoproductsearch-productsearch .product_list.grid > .row > .ajax_block_product {
    width: 100%;
  }
}
.instagram-block .owl-item a:after, .instagram-block .owl-item a:before {
  pointer-events: none;
}

.box-navlogo .h-logo img.img {
  max-height: 180px;
}

.box-navlogo .h-logo img.img {
  max-height: 180px;
}

.navbar-header .navbar-toggler {
  border: 0;
  color: transparent !important;
  position: relative;
  background: none !important;
  --setup-color: #000;
}

.navbar-header .navbar-toggler:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 16px;
  border-top: 2px solid var(--setup-color);
  top: 12px;
  left: 0px;
}

.navbar-header .navbar-toggler:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: var(--setup-color);
  top: 19px;
  left: 0px;
}

#product #content .mask img {
  margin: 0;
}

div.slick-arrows .slick-arrow.slick-prev {
  left: 0;
}

div.slick-arrows .slick-arrow.slick-next {
  right: 0;
}

div.slick-arrows .slick-arrow {
  height: 40px;
  width: 40px;
}

div.slick-arrows .slick-arrow.slick-next:before,
div.slick-arrows .slick-arrow.slick-prev:before {
  font-family: "icomoon";
  font-size: 16px;
}

div.slick-arrows .slick-arrow.slick-prev:before {
  content: "\e90c";
}

div.slick-arrows .slick-arrow.slick-next:before {
  content: "\e90b";
}

@media (max-width: 991px) {
  .modal-dialog {
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .modal-dialog {
    margin: 20px;
    max-width: calc(100vw - 40px);
  }
}
.list-images-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.list-images-mobile.slick-slider {
  display: block;
}

.quickview.modal {
  display: block;
  visibility: hidden;
}

.quickview.in.modal {
  visibility: visible;
}

@media (max-width: 991px) {
  #product #content {
    margin-bottom: 20px;
  }
  .product-detail .product-prices {
    margin: 20px 0;
  }
}
.images-container .list-images-mobile.slick-slider {
  margin: 0 0 20px;
}

.list-images-mobile .slick-dots {
  position: relative;
  bottom: 0;
  margin: 10px -5px;
  width: auto;
  text-align: left;
}

.list-images-mobile .slick-dots li {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}

div.list-images-mobile .slick-dots {
  margin-bottom: 20px;
}

.list-images-mobile .slick-dots li span {
  display: block;
  position: relative;
}

.list-images-mobile .slick-dots li span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.list-images-mobile .slick-dots li.slick-active span:before {
  border-color: #000;
}

.list-images-mobile .slick-list {
  margin: 0;
}

.list-images-mobile .slick-list .slick-slide {
  padding: 0;
}

.box-latestnews a.blog_img_link {
  display: block;
  position: relative;
  padding-bottom: 57%;
  overflow: hidden;
}

.box-latestnews a.blog_img_link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .box-latestnews .owl-item.loading {
  background: none;
}

body .box-latestnews .owl-item.loading a.blog_img_link {
  background: url(../img/loader.svg) no-repeat center center;
  background-size: 32px;
}

.cart-container .cart-item {
  padding: 10px 5px;
}

.block_newsletter .col-conditions {
  margin-bottom: 5px;
}

#gdpr_consent {
  margin: 10px 0 0;
}

.block-social {
  margin: 0 0 20px;
}

.page-content.page-cms ul, .page-content.page-cms ol {
  padding-left: 1em;
  list-style: inherit;
  margin-bottom: 1em;
}

@media (max-width: 479.98px) {
  .page-content.page-cms ul, .page-content.page-cms ol {
    padding-left: 0;
  }
}
body#category #content.page-not-found {
  display: none;
}

.leo_free_price {
  padding: 10px 20px 0;
}

.leo-fly-cart-slidebar .leo_free_price {
  display: none;
}

.dropdown {
  color: #666;
}

.thumbnail-container .leo-wishlist-button.added .text-add {
  display: none;
}

.thumbnail-container .leo-wishlist-button.added .text-remove {
  display: block;
}

.thumbnail-container .product-price-and-shipping .discount-percentage,
.thumbnail-container .product-price-and-shipping .discount-product {
  display: inline-block;
  padding: 4px 5px;
  font-size: 0.8em;
  background: #e0525c;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  line-height: 1;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .clear-991 {
    clear: both;
  }
}
@media (max-width: 767px) {
  .clear-767 {
    clear: both;
  }
}
@media (max-width: 480px) {
  .clear-480 {
    clear: both;
  }
}
.dark {
  color: #333;
}

h3.page-subheading {
  font-weight: 400;
  text-transform: uppercase;
  margin: 1em 0;
}

ul.list-1 {
  list-style-type: disc;
  padding-left: 15px;
}

ul.list-1 li {
  padding: 4px 0 6px 0;
  font-weight: 600;
  color: #70908d;
}

.leo-megamenu.enable-canvas .leo-top-menu {
  display: none;
}

.product-manufacturer img {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

#form-search-blog {
  position: relative;
  margin: 0 0 20px;
}

#form-search-blog input.form-control {
  padding-right: 40px;
}

#form-search-blog button {
  position: absolute;
  top: 0;
  right: 0;
  background: none !important;
  color: #999 !important;
  height: 40px;
  padding: 10px 10px;
}

#form-search-blog button:hover {
  color: #000 !important;
}

#blog-nav {
  padding: 0 0 0 20px;
  border-left: 1px solid #ddd;
}

#blog-nav li a {
  display: block;
  padding: 2px 0;
}

.leo-quicklogin-modal .lql-form-content-element .form-control-label {
  text-align: left;
}

.layerslider-wrapper {
  z-index: inherit;
}

.iview-timer {
  z-index: inherit;
}

.tabs-left .nav-tabs > li {
  list-style: none;
}

.p-reference {
  margin: 0 0 20px;
  font-size: 13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}

.p-reference > div {
  padding-left: 5px;
  border-left: 2px solid #ccc;
  margin: 5px 20px 5px 0;
}

.p-reference label {
  font-weight: 600;
  margin: 0;
}

.container-fluid .row.sitemap li li {
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

.container-fluid .row.sitemap li li:last-child {
  border-bottom: 1px solid #ddd;
}

.container-fluid .row.sitemap li:last-child li:last-child {
  padding-bottom: 10px;
}

.container-fluid .row.sitemap li:hover > ul > li {
  border-color: #000;
}

.container-fluid .row.sitemap li:hover > a {
  color: #000 !important;
  font-weight: 600;
}

.owl-carousel.owl-theme .owl-buttons div:before {
  content: "\e90b";
  font-family: "icomoon";
  font-size: 40px;
}

.owl-carousel.owl-theme .owl-buttons div.owl-prev:before {
  content: "\e90c";
}

.owl-carousel.owl-theme .owl-buttons div.owl-prev {
  left: -30px;
}

.owl-carousel.owl-theme .owl-buttons div.owl-next {
  right: -30px;
}

@media (max-width: 767.98px) {
  .owl-carousel.owl-theme .owl-buttons div.owl-prev {
    left: 0px;
  }
  .owl-carousel.owl-theme .owl-buttons div.owl-next {
    right: 0px;
  }
}
.sidebar .block .title_block.products-section-title + .block_content {
  padding: 0 30px;
}

@media (max-width: 1199px) {
  .sidebar .block .title_block.products-section-title + .block_content {
    padding: 0 20px;
  }
}
.sidebar .block .title_block.products-section-title + .block_content .row {
  margin: 0;
}

.sidebar .block .title_block.products-section-title + .block_content .ajax_block_product {
  padding: 0;
}

select.form-control {
  border: 1px solid #A0A0A0;
}

select.form-control:focus {
  border-color: #000;
}

body#authentication .page-header {
  text-align: center;
}

@media (min-width: 992px) {
  .leo-fly-cart[data-type=slidebar_bottom] {
    margin: 20px;
  }
}
.leo-quicklogin-form .lql-bt {
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.leo-quicklogin-form h3,
.leo-quicklogin-form .leo-register-title,
.leo-quicklogin-form .title-only {
  font-weight: 500;
}

.cart-summary-totals .leo_free_price {
  padding: 0 0 10px;
}

.zoomContainer[style*="top: 0px;"],
.zoomContainer[style*="left: 0px;"] {
  display: none;
}

.head-leosearch-product > div {
  margin: 0 0 10px;
}

.head-leosearch-product .search-value-title {
  margin: 0 0 10px;
  text-transform: uppercase;
  color: #000;
  background: none;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.head-leosearch-product .search-in-cat li a {
  padding: 5px 0;
}

.featured-products .product_list > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.af .af_filter label {
  padding: 10px 0;
}

#sb-player .close {
  font-size: 0px;
}

#sb-player .close i.fa:before {
  font-size: 14px;
}

#popnewsletter_content {
  padding: 20px;
}

body#index #page {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  #page {
    overflow-x: hidden;
  }
}
#authentication .register-form .row label.col-md-3.required:after {
  content: "";
}

#authentication .register-form .row label.col-md-3.required + .col-md-6 label:after {
  content: "*";
  color: red;
}

#blockcart-modal .modal-body > .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#blockcart-modal .cart-content {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#blockcart-modal .cart-content-btn {
  margin-top: auto;
  width: 100% !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  -o-justify-content: end;
  justify-content: end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#blockcart-modal .cart-content-btn button {
  margin: 0 10px;
}
#blockcart-modal .cart-content-btn a {
  margin: 0 10px;
}

label.required.no-text:after {
  content: "";
}

label.required.no-text + .col-md-6 label:after {
  content: "*";
  color: #f00;
}

body#checkout section.checkout-step .radio-block {
  float: none;
}

.widget-tab .nav-tabs {
  padding: 0;
  border-right: 1px solid #ddd;
  width: 30%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.widget-tab .panel-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.widget-tab .tab-content {
  width: 70%;
}

.widget-tab .nav-tabs li a {
  font-weight: 600;
  border-bottom: 1px solid #ddd !important;
  padding: 10px 20px;
  overflow: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

.widget-tab .nav-tabs li a.active {
  border: 0;
  border-bottom: 1px solid #ddd !important;
}

.widget-tab .block_content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.widget-tab .tab-content {
  padding: 30px 15px;
}

.widget-tab .nav-tabs li a:after {
  content: "\e5cf";
  font-family: "Material Icons";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-weight: 400;
}

.widget-tab .tab-content .tab-pane {
  max-height: none;
}

.widget-tab {
  border: 1px solid #ddd;
}

.leo-megamenu .item-cate .dropdown-menu {
  padding: 0;
}

.widget-tab .nav-tabs .nav-item {
  margin: 0;
}

@media (max-width: 991px) {
  .widget-tab .nav-tabs {
    width: 100%;
  }
  .widget-tab .tab-content {
    width: 100%;
  }
  .widget-tab .tab-content .tab-pane .col-md-6 {
    width: 100%;
  }
  .widget-tab .nav-tabs li a {
    padding: 10px !important;
  }
  .widget-tab .tab-content {
    padding: 20px 10px;
  }
  .widget-tab .tab-content .tab-pane .col-md-6 img {
    margin-top: 10px;
  }
}
.bg-fullwidth:before {
  width: 100vw;
  margin-left: 0;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.leo-megamenu .navbar-nav li a > .sub-title, .off-canvas-nav-megamenu .navbar-nav li a > .sub-title {
  white-space: nowrap;
}

.tab-content .tab-pane, .tab-content .pill-pane,
.pill-content .tab-pane, .pill-content .pill-pane {
  display: none;
}

.tab-content .active, .pill-content .active {
  display: block;
}

.pro-stock span {
  z-index: 2;
  pointer-events: none;
}

#blockcart-modal .cart-content span.value {
  font-weight: 600;
}

.quickview .modal-body {
  padding-top: 0;
}

.social-sharing li {
  text-align: center;
}

.color-white {
  color: #fff;
}

.color-white a,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
  color: inherit;
}

.product-variants-item li {
  display: inline-block;
  vertical-align: top;
  float: none !important;
}

.variants-product .product-variants-item {
  margin: 0 0 5px 0;
}

.variants-product .product-variants-item:last-child {
  margin: 0;
}

.variants-product .product-variants-item select.form-control:not([size]):not([multiple]) {
  height: 32px;
  padding: 5px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.variants-product .product-variants-item label {
  margin-bottom: 0;
}

.modal-header button:before {
  font-weight: normal;
}

#blockcart-modal .cart-content p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 7px;
}

#blockcart-modal .cart-content p.product-total {
  padding: 5px 10px;
  margin: 0 -10px 1em;
  background: #f5f5f5;
}

.js-customer-form .form-group.row:nth-last-child(1) label.col-md-3.required + .col-md-6 label:after, .js-customer-form .form-group.row:nth-last-child(2) label.col-md-3.required + .col-md-6 label:after, .js-customer-form .form-group.row:nth-last-child(3) label.col-md-3.required + .col-md-6 label:after {
  content: "*";
  color: red;
}

.js-customer-form .form-group.row:nth-last-child(1) label.col-md-3.required + .col-md-6 label em, .js-customer-form .form-group.row:nth-last-child(2) label.col-md-3.required + .col-md-6 label em, .js-customer-form .form-group.row:nth-last-child(3) label.col-md-3.required + .col-md-6 label em {
  display: inline !important;
}

@media (min-width: 992px) {
  .leo-megamenu .navbar-nav > li > .dropdown-menu {
    pointer-events: none;
  }
  .leo-megamenu .navbar-nav > li:hover > .dropdown-menu {
    pointer-events: auto;
  }
  .leo-megamenu .navbar-nav > li.cus-2col > .dropdown-menu {
    min-width: 400px;
  }
  .leo-megamenu .navbar-nav > li.cus-2col > .dropdown-menu ul li {
    width: 50%;
  }
  .leo-megamenu .navbar-nav > li.cus-2col > .dropdown-menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
select.form-control {
  cursor: pointer;
}

a.twovbrandsgloss_link.btn.btn-default.button.button-small, .bootstrap-touchspin a.twovbrandsgloss_link.btn.button.button-small.btn-touchspin {
  display: block;
  border: 1px solid;
  color: #000;
  background: none;
}

.variants-product .product-variants-item select {
  margin: 0 0 5px;
}

ul.product-attr li.product-Size {
  display: inline-block;
  vertical-align: top;
  margin: 2px 1px;
}

ul.product-attr li.product-Size a {
  display: block;
  padding: 0 5px;
  border: 1px solid #ddd;
  line-height: 1.5;
  font-size: 0.9em;
}

ul.product-attr li.product-Size a:hover {
  border-color: #000;
  color: #000;
}

body#sitemap .container-fluid {
  padding: 0;
}

body#sitemap .container-fluid .row.sitemap.col-xs-12 {
  padding: 0;
  width: auto;
  float: none;
}

.contact-form section.form-fields {
  clear: both;
}

.product-line-grid-body .product-line-info.color {
  display: inline;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  width: auto;
  height: auto;
  border: 0;
}

.page-customer-account #page > #notifications {
  display: none;
}

.page-addresses .address .address-body h4 {
  font-size: 16px;
}

.page-addresses .address {
  font-size: inherit;
  color: inherit;
}

#my-account #main p a {
  text-decoration: underline;
}

.definition-list dl dd, .definition-list dl dt {
  word-break: break-all;
}

.btn-product.added span.name-btn-product.text-add {
  display: none;
}

.btn-product.added span.name-btn-product.text-remove {
  display: block !important;
}

body #search_filters .facet .facet-label a {
  white-space: normal;
}

.ApColumn .leo-widget .title_block {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #000;
  position: relative;
  font-size: 1em;
}

.ApColumn .leo-widget .widget-tab {
  border: 0;
}

.leo-widget .widget-tab .panel-group {
  display: block;
}

.leo-widget .widget-tab .nav-tabs {
  border: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.leo-widget .widget-tab .nav-tabs .nav-item {
  display: inline-block;
  vertical-align: top;
}

.leo-widget .widget-tab .nav-tabs li a {
  border: 0 !important;
  background: #f9f9f9;
  padding: 5px 10px;
  font-weight: 600;
}

.leo-widget .widget-tab .nav-tabs li a.active {
  border: 0 !important;
}

.leo-widget .widget-tab .nav-tabs li a:after {
  display: none;
}

@media (max-width: 991px) {
  .leo-widget .widget-tab .nav-tabs .nav-item {
    display: block;
  }
}
.widget-tab .tab-content .tab-pane img {
  height: auto;
}

.leo-widget .widget-tab .tab-content {
  width: 100%;
}

.lql-form-content .lql-form-content-element i.fa.fa-eye-slash {
  cursor: pointer;
}

.lql-form-content .lql-form-content-element i.fa.fa-eye-slash:hover {
  color: #000;
}

ul.product_list.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leo-quicklogin-modal label, .leo-quicklogin-modal .label {
  font-size: 12px;
  font-weight: 400;
}

.leo-quicklogin-modal .lql-social-login.show-bt-txt {
  display: block;
}

.leo-quicklogin-modal .lql-social-login.show-bt-txt .btn {
  font-size: 12px;
  width: 100%;
}

.leo-quicklogin-modal .lql-social-login.show-bt-txt .btn .fa {
  position: static;
  margin: 0 10px 0 0 !important;
}

@media (min-width: 992px) {
  body#cart .featured-products .ajax_block_product {
    width: 25%;
  }
}
.custom-checkbox label {
  text-align: left;
  font-weight: normal;
}

.js-customer-form label.radio-inline {
  padding: 10px 10px 0 0 !important;
}

.lql-social-login.show-bt-txt {
  display: block;
}

.leo-modal-compare .modal-header {
  border-bottom: 0;
}

.leo-dropdown-cart-content {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

#product-description-short {
  margin: 0 0 15px;
}

.leo-modal-wishlist .modal-header {
  border-bottom: 0;
}

i.icon-bag:before {
  content: "\e8cc";
  font-family: "Material Icons";
  font-size: 14px;
  font-style: normal;
}

.nav-tabs {
  margin: 0 0 20px;
  border: 0;
}

.product-full-attr ul li {
  display: inline-block;
  vertical-align: top;
}

.product-full-attr ul li a {
  display: block;
  padding: 2px 5px;
}

.product-attachments h3.h5.text-uppercase {
  margin: 0 0 20px;
}

.product-attachments .attachment p {
  margin: 0;
}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
  padding: 0;
}

.card-block.cart-summary-totals.js-cart-summary-totals {
  border-top: 1px solid #ddd;
}

.block-promo .promo-code .alert-danger {
  border: 0;
}

.card-block .js-cart-summary-products > p {
  display: none;
}

.header-banner .ApColumn .block,
.header-nav .ApColumn .block,
.header-top .ApColumn .block {
  margin: 0;
}

section.checkout-step .form-control-comment {
  text-align: right;
}

@media (max-width: 991px) {
  .leo-widget .widget-category_image .level0 li {
    display: block;
  }
  .leo-widget .widget-category_image .level0 li > ul {
    display: none !important;
    position: static;
    padding: 10px;
    margin: 5px 0;
  }
  .leo-widget .widget-category_image .level0 li.open-sub > ul {
    display: block !important;
  }
  .leo-widget .widget-category_image .level0 li ul li {
    display: block;
    float: none;
    padding: 0;
  }
  .off-canvas-nav-megamenu .dropdown-menu ul li > a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
  }
  .off-canvas-nav-megamenu .dropdown-menu ul li {
    line-height: inherit;
  }
  .leo-widget .widget-category_image .level0 li > b.caret {
    top: 0px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .leo-megamenu li.leo-2 > .dropdown-menu {
    min-width: 400px;
  }
  .leo-megamenu li.leo-3 > .dropdown-menu {
    min-width: 600px;
  }
  .leo-megamenu li.leo-4 > .dropdown-menu {
    min-width: 700px;
  }
  .leo-megamenu li.leo-5 > .dropdown-menu {
    min-width: 800px;
  }
  .leo-megamenu li.leo-6 > .dropdown-menu {
    min-width: 1000px;
  }
}
@media (max-width: 991px) {
  .product-cover img#zoom_product {
    pointer-events: none;
  }
}
.product-prices .tax-shipping-delivery-label span.delivery-information {
  display: block;
}

.leo-megamenu .navbar-nav > li.leo-2 > .dropdown-menu {
  min-width: 400px;
}

.leo-megamenu .navbar-nav > li.leo-3 > .dropdown-menu {
  min-width: 600px;
}

.leo-megamenu .navbar-nav > li.leo-4 > .dropdown-menu {
  min-width: 800px;
}

.leo-megamenu .navbar-nav > li.leo-5 > .dropdown-menu {
  min-width: 1000px;
}

.leo-megamenu .navbar-nav > li.leo-1 > .dropdown-menu ul[class^=col-md],
.leo-megamenu .navbar-nav > li.leo-2 > .dropdown-menu ul[class^=col-md] ul[class^=col-md],
.leo-megamenu .navbar-nav > li.leo-3 > .dropdown-menu ul[class^=col-md] ul[class^=col-md],
.leo-megamenu .navbar-nav > li.leo-4 > .dropdown-menu ul[class^=col-md] ul[class^=col-md],
.leo-megamenu .navbar-nav > li.leo-5 > .dropdown-menu ul[class^=col-md] ul[class^=col-md] {
  width: 100%;
}

@media (max-width: 991px) {
  .leo-widget .widget-category_image .level0 li ul {
    position: static;
    display: block;
    padding: 5px 0;
  }
  .leo-widget .widget-category_image .level0 li b.caret {
    display: none;
  }
}
select {
  max-width: 100%;
}

.block-category.card .category-cover img {
  width: auto;
}

.checkout-step .lql-social-login {
  padding: 0 18px;
}

.product-list-images-mobile > div + div {
  display: none;
}

.product-list-images-mobile .slick-list {
  margin: 0;
}

.product-list-images-mobile .slick-list .slick-slide {
  padding: 0;
}

.product-list-images-mobile .slick-track[style="opacity: 1; width: 0px; transform: translate3d(0px, 0px, 0px);"] .slick-slide {
  min-width: 100%;
}

.product-list-images-mobile .slick-track[style="opacity: 1; width: 0px; transform: translate3d(0px, 0px, 0px);"] {
  min-width: 100%;
  display: flex !important;
}

@media (min-width: 992px) {
  .leo-megamenu .widget-subcategories li.dropdown > a:after {
    content: "\e5cf";
    font-family: "Material Icons";
  }
  .leo-megamenu .widget-subcategories li.dropdown .dropdown-sub {
    top: 0;
    left: 90%;
  }
  .leo-megamenu .widget-subcategories li.dropdown:hover .dropdown-sub {
    display: block !important;
  }
}
.off-canvas-nav-megamenu .dropdown-menu .widget-subcategories li.dropdown .caret {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block !important;
}

.bg-fullwidth {
  position: relative;
}

.bg-fullwidth:before {
  content: "";
  left: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  display: block;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

.block-toggler .title, .footer-container .links .title {
  cursor: pointer;
  position: relative;
}

.block-toggler .title .collapse-icons .remove, .footer-container .links .title .collapse-icons .remove {
  display: none;
}

.block-toggler .title[aria-expanded=true] .collapse-icons .add, .footer-container .links .title[aria-expanded=true] .collapse-icons .add {
  display: none;
}

.block-toggler .title[aria-expanded=true] .collapse-icons .remove, .footer-container .links .title[aria-expanded=true] .collapse-icons .remove {
  display: block;
}

.block-toggler .navbar-toggler, .footer-container .links .navbar-toggler {
  display: block;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.rtl .block-toggler .navbar-toggler, .rtl .footer-container .links .navbar-toggler {
  left: 0;
  right: auto;
}

.block-toggler .navbar-toggler i, .footer-container .links .navbar-toggler i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse-icons, .footer-container .links.accordion_small_screen .collapse-icons {
    display: none;
  }
}
.block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
  display: block;
}

@media (min-width: 768px) {
  .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
    height: 100% !important;
  }
}
@media (max-width: 767px) {
  .block-toggler.accordion_small_screen .collapse, .footer-container .links.accordion_small_screen .collapse {
    display: none;
  }
  .block-toggler.accordion_small_screen .collapse.in, .footer-container .links.accordion_small_screen .collapse.in {
    display: block;
  }
}
.alert {
  text-align: left;
  margin-top: 15px;
  padding-left: 35px;
  position: relative;
}

.alert:before {
  font-family: "icomoon";
  font-size: 13px;
  vertical-align: -2px;
  padding-right: 7px;
  float: left;
  position: absolute;
  left: 15px;
  top: 10px;
}

.alert.alert-success:before {
  content: "\e91e";
}

.alert.alert-warning:before {
  content: "\e91d";
}

.alert.alert-info:before {
  content: "\e91c";
}

.alert.alert-danger:before {
  content: "\e91f";
}

.ap-accordion .in {
  display: block;
}

.ap-accordion .panel-group .panel-default .panel-title {
  border-top: 1px solid transparent;
  padding: 0px;
  margin-bottom: 0px;
  font-size: 13px;
}

.ap-accordion .panel-group .panel-default .panel-title .collapsed {
  display: block;
  font-weight: normal;
}

.ap-accordion .panel-default {
  border: 1px solid transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.ap-accordion .panel-default .panel-title {
  text-transform: none;
  background: #f0f0f0;
  position: relative;
  font-weight: normal;
}

.ap-accordion .panel-default .panel-title a:before {
  background: none;
  content: "\e91a";
  cursor: pointer;
  display: block;
  font-family: "icomoon";
  font-size: 22px;
  position: absolute;
  left: auto;
  right: 15px;
  top: 0px;
  width: auto;
}

.ap-accordion .panel-default .panel-title .collapsed:before {
  background: none;
  content: "\e919";
  cursor: pointer;
  display: block;
  font-family: "icomoon";
  font-size: 22px;
  position: absolute;
  left: auto;
  right: 15px;
  top: 0px;
  width: auto;
}

.tabs-below .nav-tabs,
.tabs-right .nav-tabs,
.tabs-left .nav-tabs {
  border-bottom: 0px;
}

.tabs-below .nav-tabs {
  border-top: 1px solid #eee;
}

.tabs-below .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.tabs-below .nav-tabs > li > a:hover, .tabs-below .nav-tabs > li > a:focus {
  border-top-color: #eee;
  border-bottom-color: transparent;
}

.tabs-below .nav-tabs > .active a, .tabs-below .nav-tabs > .active a:hover, .tabs-below .nav-tabs > .active a:focus {
  border-color: transparent #eee #eee #eee;
}

.tabs-left .nav-tabs > li, .tabs-right .nav-tabs > li {
  float: none;
}

.tabs-left .nav-tabs > li > a, .tabs-right .nav-tabs > li > a {
  min-width: 74px;
  margin-bottom: 3px;
  margin-right: 0;
}

.tabs-left .nav-tabs {
  float: left;
  border-right: 1px solid #eee;
}

.tabs-left .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a:focus {
  border-color: #eeeeee #eee #eeeeee #eeeeee;
}

.tabs-left .nav-tabs .active > a, .tabs-left .nav-tabs .active > a:hover, .tabs-left .nav-tabs .active > a:focus {
  border-color: #eee transparent #eee #eee;
  *border-right-color: #fff;
}

.tabs-right .nav-tabs {
  float: right;
  border-left: 1px solid #eee;
}

.tabs-right .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.tabs-right .nav-tabs > li > a:hover, .tabs-right .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #eee;
}

.tabs-right .nav-tabs .active > a, .tabs-right .nav-tabs .active a:hover, .tabs-right .nav-tabs .active a:focus {
  border-color: #eee #eee #eee transparent;
  *border-left-color: #fff;
}

.widget-tabs li {
  padding: 5px 8px;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.widget-tabs li a {
  color: #333;
}

.widget-tabs li.active {
  border: 1px solid #000;
}

.widget-tabs li.active a {
  color: #000;
}

.block .panel-group {
  margin-bottom: 0;
}

.ap_image .has-animation {
  opacity: 0;
  filter: alpha(opacity=0);
}

.ap_image .has-animation.animated {
  opacity: 1;
  filter: alpha(opacity=100);
}

.full-slider .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: transparent;
}

.full-slider .carousel-inner .item {
  width: 100%;
  height: 100%;
}

.full-slider .content-slider {
  position: absolute;
  top: 35%;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
}

.full-slider .content-slider h3 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 400;
}

.full-slider .content-slider p {
  margin-top: 30px;
  background: #c70005;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1rem;
}

.full-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #121212;
  background-color: rgba(18, 18, 18, 0.52);
  zoom: 1;
  background-color: transparent\9 ;
}

.full-slider .carousel-control.left {
  left: 10px;
}

.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-responsive iframe, .embed-responsive object, .embed-responsive embed {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0px;
}

.cover-live-edit {
  width: 100%;
  border-top: 1px solid #eee;
}

.cover-live-edit .link-to-back-end {
  text-decoration: none;
  color: #fff;
  z-index: 9999;
  background-color: rgba(204, 153, 0, 0.5);
  padding: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 5px 0 #bdbdbd;
  -moz-box-shadow: 0 0 5px 0 #bdbdbd;
  -o-box-shadow: 0 0 5px 0 #bdbdbd;
  -ms-box-shadow: 0 0 5px 0 #bdbdbd;
  box-shadow: 0 0 5px 0 #bdbdbd;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.cover-live-edit .link-to-back-end:hover {
  background-color: #00e676;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.ap-cover-hook {
  border: 1px solid #eee;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.ap-cover-hook:hover {
  border: 1px dashed #000;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.manufacturers_block {
  margin: 0 !important;
  padding: 30px 0;
}

.manufacturers_block .owl-item.loading {
  min-height: 138px;
}

.manufacturers_block .image {
  text-align: center;
  padding: 10px;
}

.manufacturers_block .image a {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.manufacturers_block .image a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.leo-more-info {
  background-color: #fff;
  position: absolute;
  z-index: 4000;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  right: 0px;
  float: left;
  text-align: left;
  padding: 5px 5px 10px 5px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.leo-more-info .thumbs_list {
  overflow: hidden;
  margin-top: 14px;
  margin-bottom: 20px;
  float: left;
  width: 80px;
  height: 300px;
}

.leo-more-info .thumbs_list ul.thumbs_list_frame {
  list-style-type: none;
  padding-left: 0;
}

.leo-more-info .thumbs_list li {
  cursor: pointer;
  float: left;
  width: 84px;
  height: 100px;
}

.leo-more-info .thumbs_list li a {
  display: block;
  margin: 0 1px 2px;
  text-align: center;
}

.leo-more-info .view_scroll_left,
.leo-more-info .view_scroll_right {
  position: absolute;
  width: 15px;
  margin: auto;
  left: 0px;
  right: 0px;
}

.leo-more-info .view_scroll_right {
  bottom: 0px;
  margin-bottom: 5px;
}

.leo-more-info .view_scroll_left {
  margin-top: 5px;
}

.leo-more-over {
  position: relative;
  z-index: 0;
}

.leo-more-image {
  top: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
}

.instagram-block .owl-item a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}

.instagram-block .owl-item a:before {
  content: "\e145";
  font-family: "Material Icons";
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  text-align: center;
  z-index: 2;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.instagram-block .owl-item a:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  content: "";
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -webkit-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-transition: all 0.3s 0.1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  z-index: 1;
}

.instagram-block .owl-item a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.instagram-block .owl-item a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.instagram-block .owl-item a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}

.instagram-block .link-instagram {
  margin: 0;
}

.ApInstagram .block_content {
  margin: 0 -15px;
}

#content-wrapper .sitemap h2 {
  margin: 0 0 20px;
}

#content-wrapper .sitemap li a {
  display: block;
  padding: 5px 0;
  color: #888;
}

#content-wrapper .sitemap li a:hover {
  color: #000;
}

#pagenotfound .page-not-found {
  text-align: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 30px;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 40px;
}

#pagenotfound .page-not-found .image-404 {
  margin-bottom: 40px;
}

#pagenotfound .page-not-found h1 {
  font-weight: 400;
  font-size: 100px;
  margin: 0 0 10px 0;
  color: #ff847b;
}

#pagenotfound .page-not-found .btn {
  margin-top: 40px;
}

.modal-content {
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.hidden,
.hide {
  display: none;
}

#js-product-list > .up {
  display: none;
}

.modal-footer .btn {
  margin: 1px;
  min-height: 40px;
  min-width: 150px;
}

@media (max-width: 480px) {
  .modal-footer .btn {
    min-width: 120px;
  }
}
.modal-open {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: auto;
}

.ui-autocomplete {
  z-index: 99999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  border-top: 0;
  border-color: #000;
  padding: 10px 0;
}

.ui-autocomplete .ui-menu-item {
  list-style: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.ui-autocomplete .ui-menu-item a {
  padding: 5px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  font-size: 12px;
}

img.autocomplete-thumbnail {
  max-width: 100px;
  margin-right: 30px;
}

.ui-autocomplete .ui-menu-item a:hover {
  background: #DBD9D3;
  color: #000;
  cursor: pointer;
}

.ui-autocomplete .ui-menu-item a .separator {
  display: none;
}

#content.page-not-found {
  text-align: center;
}

#main > h1 {
  text-align: center;
}

@media (min-width: 992px) {
  body .off-canvas-nav-megamenu {
    display: none;
  }
}
.leo-remove-from-cart i.material-icons:before {
  content: "\e872";
  font-family: "Material Icons";
}

.modal-header .close {
  margin-top: 0px;
}

.modal-header button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 0;
  text-align: center;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

.modal-header button span {
  display: none;
}

.modal-header button:before {
  font-size: 30px;
  content: "\e90f";
  font-family: "icomoon";
  display: block;
}

.modal-header button:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ApQuicklogin {
  white-space: nowrap;
  padding: 0 10px;
}

.ApQuicklogin > a {
  position: relative;
  vertical-align: top;
  height: 80px;
  line-height: 80px;
  text-transform: uppercase;
  font-size: 11px;
}

.ApQuicklogin > a span {
  display: block !important;
}

@media (max-width: 767px) {
  .ApQuicklogin > a span {
    display: none !important;
  }
}
.ApQuicklogin > a:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  right: -6px;
}

.ApQuicklogin > a i {
  display: none;
}

@media (max-width: 767px) {
  .ApQuicklogin > a i {
    display: inline-block;
  }
}
.leo-quicklogin-modal h3 {
  font-size: 13px;
  margin: 10px 0 15px;
}

.leo-quicklogin-modal .lql-social-login .btn {
  border: 1px solid;
}

.header-nav {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}

@media (max-width: 767px) {
  .fancybox-inner .block_newsletter {
    background: none;
    height: auto;
    padding: 0 !important;
    min-height: 200px;
  }
  .fancybox-inner .block_newsletter .title_block {
    font-size: 20px;
    letter-spacing: 0px;
    text-align: center;
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
  }
  .fancybox-wrap .turnoff-popup-wrapper {
    position: static;
  }
}
.timeline-wrapper.clearfix {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}

.timeline-wrapper .timeline-parent {
  width: 100%;
  margin: auto;
}

.timeline-wrapper .timeline-item {
  border: 0;
  padding: 10px 0;
}

.timeline-wrapper.prepare > .timeline-parent {
  display: none;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .timeline-wrapper.prepare > .timeline-parent:nth-child(1), .timeline-wrapper.prepare > .timeline-parent:nth-child(2), .timeline-wrapper.prepare > .timeline-parent:nth-child(3), .timeline-wrapper.prepare > .timeline-parent:nth-child(4) {
    display: block;
  }
}
.hide-loading .timeline-wrapper {
  display: none !important;
}

.leo-dropdown-bottom .leo-dropdown-cart-total {
  width: 100%;
}

@media (max-width: 991px) {
  .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
    padding: 0;
  }
  .off-canvas-nav-megamenu ul.nav-links {
    padding-left: 0;
  }
  .col-menuinfo .widget-raw-html .shop-now {
    margin: 10px 0 0;
  }
  .off-canvas-active > #page {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-nav-megamenu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  .off-canvas-active > .off-canvas-nav-megamenu.active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.card-block strong,
.card-block .font-weight-bold,
.card-block .aeuc_scart a,
.card-block .product-name {
  color: #333;
}

.order-confirmation-table .font-weight-bold {
  color: #333;
}

#registration-form .card-block > h4 {
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
}

.owl-carousel .owl-item {
  position: relative;
}

.owl-carousel .owl-item:hover {
  z-index: 9;
}

.owl-item.active.last .thumbnail-container .leo-more-info {
  left: 0;
  right: auto;
}

.owl-item.active.last .thumbnail-container:hover .leo-more-info {
  width: 90px;
  opacity: 1;
  filter: alpha(opacity=100);
  right: auto;
  left: -90px;
}

.thumbnail-container .leo_cart_quantity {
  margin: 5px 0;
}

.delivery-options img {
  max-width: 40px;
  height: auto;
}

.category-products .owl-item.active + .active + .active + .active .leo-more-info,
.product-accessories .owl-item.active + .active + .active + .active .leo-more-info {
  right: auto;
  left: 0;
}

.category-products .owl-item.active + .active + .active + .active .thumbnail-container:hover .leo-more-info,
.product-accessories .owl-item.active + .active + .active + .active .thumbnail-container:hover .leo-more-info {
  right: auto;
  left: -90px;
}

#subcategories {
  margin: 20px 0 0;
}

.page-heading {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .tabs-left .tab-content {
    width: 100%;
    float: none;
  }
}
.tabs-left .nav-tabs {
  border: 0;
}

@media (max-width: 767px) {
  .tabs-left .nav-tabs {
    width: 100%;
    float: none;
  }
}
.tabs-left .nav-tabs > li {
  margin: 0;
}

.tabs-left .nav-tabs > li > a {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #ddd !important;
  padding: 15px 15px 15px 40px;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  text-transform: capitalize;
  background: none;
}

.tabs-left .nav-tabs > li > a:hover, .tabs-left .nav-tabs > li > a.active {
  color: #000;
}

.tabs-left .nav-tabs > li > a:hover:before, .tabs-left .nav-tabs > li > a.active:before {
  background: #000;
}

.tabs-left .nav-tabs > li > a.active {
  font-weight: 600;
}

.tabs-left .nav-tabs > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  background: #eee;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
  color: #000;
}

ul.product_list.grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leo-cart-item-info .product-name a {
  font-weight: 500;
}

div.leo-form.leo-form-inactive {
  top: 50px;
}

.ApCountdown ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ApCountdown ul li {
  margin: 0 0 25px 25px;
  padding: 30px;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  border-top-color: #000;
  border-right-color: #000;
  text-transform: uppercase;
  text-align: center;
  color: #9d9d9d;
  line-height: 30px;
}

.ApCountdown ul li b {
  display: block;
  font-size: 22px;
  color: #000;
  border-bottom: 1px solid #ddd;
  min-width: 70px;
  padding: 0 0 10px;
}

.ApCountdown ul li span {
  display: block;
}

@media (max-width: 480px) {
  .ApCountdown ul li b {
    font-size: 20px;
    min-width: 50px;
    padding: 0;
  }
  .ApCountdown ul li {
    margin: 0 10px 10px 0;
    line-height: 24px;
    font-size: 11px;
    padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /* todo fare check se serve
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    */
  }
  .ApCountdown ul li:last-child {
    margin-right: 0;
  }
}
@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

#view_wishlist .variants-product {
  margin-top: 10px;
}
#view_wishlist .variants-product li {
  margin: 0 10px 0 0;
}
#view_wishlist .variants-product li label input {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  border-width: 1px;
  vertical-align: top;
  position: absolute;
  cursor: pointer;
  opacity: 1;
}
#view_wishlist .variants-product li label input:checked:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  border: 2px solid #365E81;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}
#view_wishlist .variants-product li label > span {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  border-width: 1px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  border: 0;
}
#view_wishlist .variants-product li label > span span {
  position: absolute;
  margin: -1px;
  border: 0;
  background: #000;
  width: auto;
  height: auto;
  padding: 2px 10px;
  clip: inherit;
  color: #fff;
  font-size: 12px;
  overflow: inherit;
  visibility: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  left: 0;
  opacity: 0;
}

.leo-login-title .title-only {
  font-size: 22px;
}

.leo-register-form .leo-register-title {
  font-size: 22px;
}

/*RECUPERO PASSWORD */
.leo-resetpass-form {
  margin-top: 15px;
}
.leo-resetpass-form .h3 {
  font-size: 22px;
  font-weight: 500;
}

body#password .page-header {
  text-align: center;
}

.btn-back-login {
  display: inline-block;
  margin-bottom: 25px;
}

/*BLOCCO TESTO CTA E IMMAGINE SOTTO*/
.custom-block-text-cta-image {
  padding: 40px 0;
}
.custom-block-text-cta-image .container {
  margin-bottom: 40px;
}
.custom-block-text-cta-image .container .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.custom-block-text-cta-image .container .row .column-text .title_block {
  font-family: "AttenNewRegular";
  font-size: 26px;
  line-height: 34px;
  color: #000;
  font-weight: normal;
  letter-spacing: 0.52px;
}
@media (max-width: 767.98px) {
  .custom-block-text-cta-image .container .row .column-text .title_block {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.32px;
    margin-bottom: 20px;
  }
}
.custom-block-text-cta-image .container .row .column-cta {
  text-align: center;
}
@media (max-width: 767.98px) {
  .custom-block-text-cta-image .container .row .column-cta {
    margin: 10px auto;
  }
}
.custom-block-text-cta-image .column-image {
  margin-top: 40px;
}

/* BLOCCO CON IMMAGINI DI CATEGORIA E IMMAGINI DI HOVER*/
.category-home-block {
  padding: 30px 0 50px;
}
.category-home-block > .title_block {
  font-family: "AttenNewRegular";
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.72px;
  margin-bottom: 40px;
  text-align: center;
}
.category-home-block .block_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.category-home-block .block_content ul {
  flex: 0 0 calc(25% - 12px);
  width: 100%;
  background-color: #F9F9F9;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .category-home-block .block_content ul {
    flex: 0 0 calc(33.333333% - 11px);
  }
}
@media (max-width: 991.98px) {
  .category-home-block .block_content ul {
    flex: 0 0 calc(50% - 8px);
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .category-home-block .block_content ul {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .category-home-block .block_content ul {
    flex: 0 0 100%;
  }
}
.category-home-block .block_content ul li a {
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}
.category-home-block .block_content ul li a .cate_content_image {
  position: relative;
  padding: 30px 40px 50px;
  display: block;
}
.category-home-block .block_content ul li a .cate_content_image:after {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.category-home-block .block_content ul li a .cate_content_image .cover-img {
  display: inline-block;
  opacity: 1;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.category-home-block .block_content ul li a .cate_content_image .hover-img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.category-home-block .block_content ul li a .cate_content_text {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
@media (max-width: 767.98px) {
  .category-home-block .block_content ul li a .cate_content_text {
    bottom: 35px;
  }
}
.category-home-block .block_content ul li a .cate_content_text .cat-title {
  display: inline-block;
  padding-bottom: 0;
  font-family: "AttenNewMedium";
  font-size: 18px;
  line-height: 26px;
  color: #000;
  transform: translateY(15px);
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.category-home-block .block_content ul li a .cate_content_text .cat-description {
  position: relative;
  display: inline-block;
  font-family: "AttenNewRegular";
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  max-height: 0px;
  height: auto;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.category-home-block .block_content ul li a:hover .cate_content_image:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6965161064) 10%, rgba(255, 255, 255, 0) 75%);
}
.category-home-block .block_content ul li a:hover .cover-img {
  opacity: 0;
}
.category-home-block .block_content ul li a:hover .hover-img {
  opacity: 1;
  position: absolute;
}
.category-home-block .block_content ul li a:hover .cate_content_text .cat-title {
  color: #fff;
  transform: translateY(0);
}
.category-home-block .block_content ul li a:hover .cate_content_text .cat-description {
  max-height: 500px;
  opacity: 1;
}

/* BANNER DOWNLOAD CATALOGHI TEXT AND IMAGE RIGHT + CTA DOWNLOAD*/
.banner-cataloghi > .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .banner-cataloghi > .row {
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .banner-cataloghi .column-image .img-banner-custom-desktop {
    display: none;
  }
}
.banner-cataloghi .column-image .img-banner-custom-desktop img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.banner-cataloghi .column-image .img-banner-custom-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .banner-cataloghi .column-image .img-banner-custom-mobile {
    display: block;
  }
}
.banner-cataloghi .column-text {
  position: absolute;
}
@media (max-width: 991.98px) {
  .banner-cataloghi .column-text {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 60px;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767.98px) {
  .banner-cataloghi .column-text {
    position: relative;
    background-color: unset;
    top: 0px;
    transform: unset;
    padding: 20px 15px;
  }
}
.banner-cataloghi .column-text .ApHtml .title_block {
  font-family: "AttenNewRegular";
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0.9px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 60px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .banner-cataloghi .column-text .ApHtml .title_block {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .banner-cataloghi .column-text .ApHtml .title_block {
    font-size: 24px;
  }
}
.banner-cataloghi .column-text .ApHtml .block_content p {
  margin: 60px 0 60px;
  font-family: "AttenNewRegular";
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .banner-cataloghi .column-text .ApHtml .block_content p {
    margin: 0px;
  }
}
.banner-cataloghi .column-text .ApHtml.btn-download .btn-primary {
  margin: 80px auto 0;
  display: block;
  max-width: fit-content;
  border: 0;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0 2px;
  width: auto;
}
@media (max-width: 991.98px) {
  .banner-cataloghi .column-text .ApHtml.btn-download .btn-primary {
    margin: 40px auto 0px;
  }
}
.banner-cataloghi .column-text .ApHtml.btn-download .btn-primary:before {
  content: "";
  position: relative;
  top: 2px;
  margin-right: 5px;
  display: inline-block;
  width: 11px;
  height: 14px;
  color: #fff;
  background-image: url("../../assets/img/download.svg");
  background-repeat: no-repeat;
  background-size: cover;
  filter: invert(1);
}
.banner-cataloghi .column-text .ApHtml.btn-download .btn-primary:hover {
  background: none;
}
@media (max-width: 767.98px) {
  .banner-cataloghi .column-text .ApHtml {
    padding: 20px 0 40px;
  }
  .banner-cataloghi .column-text .ApHtml .title_block {
    color: #000;
    padding: 0 0 20px;
  }
  .banner-cataloghi .column-text .ApHtml .block_content p {
    margin: 20px 0;
    color: #000;
  }
  .banner-cataloghi .column-text .ApHtml.btn-download .btn-primary {
    margin: 30px auto 0;
    color: #000;
    border-bottom: 1px solid #000;
    padding: 10px 0 2px;
    width: auto;
  }
  .banner-cataloghi .column-text .ApHtml.btn-download .btn-primary:before {
    color: #000;
    filter: invert(0);
  }
}
@media (max-width: 767.98px) {
  .banner-cataloghi.no-padding .ApHtml {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 1199.98px) {
  #category #page, #cms #page {
    padding-top: 23px;
  }
  #cms.cms-id-2 #page, #cms.cms-id-3 #page, #cms.cms-id-5 #page, #cms.cms-id-10 #page, #cms.cms-id-11 #page {
    padding-top: 98px;
  }
}
.product-condition {
  background: #DBD9D3;
  padding: 4px 20px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 30px;
}
.product-condition span {
  font-family: "OpenSansCondensed";
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.cms-id-2 .standard-block {
  padding-bottom: 30px;
}

.weglot-container {
  display: none !important;
}

.keep-header #header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

#page {
  padding-top: 93px;
}

#header {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
#header .header-banner .banner-top {
  padding: 2px 0;
}
#header.header-usa {
  box-shadow: none;
}
#header.header-usa .header-top {
  padding: 10px 15px;
}

.navbar-fixed-top {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.header-top {
  padding: 0px 15px;
}
@media (max-width: 1199.98px) {
  .header-top {
    padding: 0;
  }
}
@media (max-width: 479.98px) {
  .header-top {
    padding: 0;
  }
}

.box-top .h-logo {
  padding: 0;
}
@media (max-width: 1199.98px) {
  .box-top .h-logo {
    padding: 10px 0;
  }
}
.box-top .h-logo img {
  max-height: 70px;
}
@media (max-width: 1199.98px) {
  .box-top .h-logo img {
    max-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .box-top .h-logo img {
    max-height: 56px;
  }
}
.box-top .col-menu {
  position: static;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-top: 0;
}
.box-top .col-info {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.box-top .col-info .popup-over a.popup-title,
.box-top .col-info .header-wishlist .ap-btn-wishlist,
.box-top .col-info #leo_block_top a {
  min-width: 35px;
}
.box-top .col-info .header-wishlist .ap-btn-wishlist img {
  max-width: 20px;
}
.box-top .col-info .header-wishlist .ap-btn-wishlist .ap-total,
.box-top .col-info #_desktop_cart .header .cart-products-count {
  position: absolute;
  line-height: 14px;
  width: 14px;
  padding: 0px 3px;
  background: #000;
  color: #fff;
  font-size: 10px;
  top: 15px;
  right: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  height: 14px;
  text-align: center;
}
.box-top .col-info .header-wishlist .ap-btn-wishlist .ap-total {
  display: none;
}
.box-top #leo_search_block_top {
  position: relative;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  margin: 0;
}
.box-top #leo_search_block_top .title_block {
  text-align: right;
  display: block;
  margin: 0;
  font-size: 0px;
  background: none;
  width: 40px;
  cursor: pointer;
  overflow: hidden;
  padding: 0;
  font-weight: normal;
}
.box-top #leo_search_block_top #leosearchtopbox {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: fixed;
  width: 100%;
  top: 111px;
  transition: all 0.3s;
  margin: 0 auto;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  background-color: #fff;
  text-align: center;
  padding: 20px 25px;
}
.box-top #leo_search_block_top.active .title_block:before {
  content: "\e5cd";
  color: #000;
}
.box-top #leo_search_block_top.active #leosearchtopbox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #ccc;
}
.nav-link.disabled:focus, .nav-link.disabled:hover {
  cursor: not-allowed;
  background-color: transparent;
}

.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.nav-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: 0.2rem;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #000;
}
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link .nav-item.open .nav-link,
.nav-tabs .nav-link .nav-item.open .nav-link:focus,
.nav-tabs .nav-link .nav-item.open .nav-link:hover {
  color: #ccc;
  background-color: #fff;
  border-color: #ccc #ccc transparent;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  padding: 0.5rem 1rem;
}
.navbar::after {
  content: "";
  display: table;
  clear: both;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 2;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-toggler {
  width: 2.5em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid transparent;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}

.navbar-nav .nav-item {
  float: left;
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}
.navbar-nav .nav-link {
  display: block;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
}
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both;
}

#_desktop_cart {
  position: relative;
}

.leo-megamenu {
  background: transparent;
  color: #000;
}
.leo-megamenu .leo-colorbox {
  display: none !important;
}
.leo-megamenu.navbar {
  padding: 0;
}
.leo-megamenu .navbar-nav {
  text-align: center;
}
.leo-megamenu .navbar-nav > li {
  text-align: left;
  float: none;
}
.leo-megamenu .navbar-nav > li + .nav-item {
  margin-left: 0px;
}
.leo-megamenu .navbar-nav > li.aligned-fullwidth {
  position: static;
}
.leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
  width: 100% !important;
  border-top: 1px solid #D8D8D8;
  padding: 25px 65px;
  margin-top: -1px;
}
.leo-megamenu .navbar-nav > li > a {
  padding: 38px 20px;
  font: 13px/17px "AttenNewMedium";
  color: #000;
  transition: all 350ms ease-out;
  -moz-transition: all 350ms ease-out;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.26px;
}
@media (min-width: 1199px) and (max-width: 1350px) {
  .leo-megamenu .navbar-nav > li > a {
    padding: 38px 10px;
  }
}
.leo-megamenu .navbar-nav > li > a:hover, .leo-megamenu .navbar-nav > li > a:focus, .leo-megamenu .navbar-nav > li > a:active {
  color: #000;
  background-color: transparent;
}
.leo-megamenu .navbar-nav > li > a.dropdown-toggle {
  --menu-caret-color: #000;
}
.leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
  font-size: 13px;
  content: "\e90d";
  font-family: "icomoon";
  border: 0;
  width: auto;
  height: auto;
  margin: 0 0 0 5px;
  vertical-align: 1px;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 3px;
  color: var(--menu-caret-color);
}
.leo-megamenu .navbar-nav > li > a > .menu-title {
  position: relative;
}
.leo-megamenu .navbar-nav > li:focus > a, .leo-megamenu .navbar-nav > li:hover > a {
  color: #000;
}
.leo-megamenu .navbar-nav > li:focus > a:before, .leo-megamenu .navbar-nav > li:hover > a:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.leo-megamenu .navbar-nav > li:hover > .caret, .leo-megamenu .navbar-nav > li:active > .caret {
  color: #000;
}
.leo-megamenu .navbar-nav > li.home a {
  padding: 20px 20px 20px 0;
}
.leo-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
  right: 0;
  left: auto;
}
.leo-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
  left: 0;
  right: auto;
}
.leo-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.leo-megamenu .dropdown-menu {
  position: absolute;
  left: auto;
  right: 0px;
  top: 100%;
  height: auto;
  border: 0;
  min-width: 185px;
  margin: 0px;
  text-align: left;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: block;
  z-index: 1000;
  float: left;
  font-size: 1rem;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
}
.leo-megamenu .dropdown-menu ul {
  margin-bottom: 25px;
}
.leo-megamenu .dropdown-menu ul li {
  line-height: 25px;
  padding: 0;
  float: none;
}
.leo-megamenu .dropdown-menu ul li + .nav-item {
  margin-left: 0px;
}
.leo-megamenu .dropdown-menu ul li:hover > a {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  color: #000;
}
.leo-megamenu .dropdown-menu ul li a {
  font: 14px/18px "AttenNewRegular";
  color: #000;
  padding: 8px 0;
  display: block;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  position: relative;
}
.leo-megamenu .dropdown-menu div.menu-title {
  font: 14px/18px "AttenNewBold";
  letter-spacing: 1.12px;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
.leo-megamenu .dropdown-menu div.menu-title a {
  color: #000;
}
.leo-megamenu .dropdown-menu a > .menu-title {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 13px;
}
.leo-megamenu .dropdown-submenu {
  position: relative;
}
.leo-megamenu .dropdown-submenu .dropdown-menu {
  top: 0;
  position: absolute;
  left: 100%;
}
.leo-megamenu .dropdown-submenu:hover > .dropdown-menu {
  top: 0;
}
.leo-megamenu .megamenu .cols1 {
  min-width: 200px;
}
.leo-megamenu .megamenu .cols2 {
  min-width: 500px;
}
.leo-megamenu .megamenu .cols3 {
  min-width: 740px;
}
.leo-megamenu .widget-subcategories {
  margin-bottom: 15px;
}
.leo-megamenu .leo-widget .thumbnail-container {
  margin: 0;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.leo-megamenu .leo-widget .thumbnail-container .product-image {
  float: left;
  margin: 0 15px 15px 0;
  width: 65px;
}
.leo-megamenu .leo-widget .thumbnail-container .product-meta {
  overflow: hidden;
  zoom: 1;
  padding: 10px 0px;
}
.leo-megamenu .leo-widget .thumbnail-container .product-title {
  margin: 0 0 10px;
  text-transform: none;
  font-size: 13px;
}
.leo-megamenu .leo-widget .thumbnail-container .product-title a {
  padding: 0;
  color: inherit;
}
.leo-megamenu .leo-widget .thumbnail-container .product-price-and-shipping {
  color: #000;
}
.leo-megamenu .leo-widget .thumbnail-container .product-price-and-shipping .price {
  color: #000;
}
.leo-megamenu .leo-widget .thumbnail-container .product-price-and-shipping .discount-percentage {
  display: none;
}
.leo-megamenu .leo-widget .widget-category_image .level0 li {
  position: relative;
  display: inline-block;
  min-width: 140px;
}
.leo-megamenu .leo-widget .widget-category_image .level0 li ul {
  background: #fff;
  border: 1px solid #c3c3c3;
  position: absolute;
  top: -1px;
  z-index: 99;
  display: none;
  left: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.leo-megamenu .leo-widget .widget-category_image .level0 li ul li {
  padding: 5px 10px;
}
.leo-megamenu .leo-widget .widget-category_image .level0 li:hover > ul {
  display: block;
}
.leo-megamenu .leo-widget .menu-link {
  position: absolute;
  z-index: 2;
  left: 20px;
  bottom: 20px;
}
.leo-megamenu .leo-widget .menu-link .title {
  font: 18px/24px "AttenNewMedium";
  letter-spacing: 0.72px;
  color: #fff;
  position: relative;
}
.leo-megamenu .leo-widget .menu-link a {
  font: 14px/18px "AttenNewMedium";
  color: #fff;
  margin-top: 10px;
  display: block;
  letter-spacing: 1.26px;
  text-decoration: underline;
}
.leo-megamenu .leo-widget .menu-link a img {
  width: 21px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 10px;
}
.leo-megamenu .leo-widget .widget-html {
  color: #000;
  line-height: 1.5;
  font-size: 13px;
}
.leo-megamenu .leo-widget .widget-html .widget-inner {
  position: relative;
}
.leo-megamenu .leo-widget .widget-html .widget-inner:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
.leo-megamenu .leo-widget .widget-html p {
  margin: 0 0 15px;
}
.leo-megamenu .leo-widget .widget-html p:last-child {
  margin: 0;
}
.leo-megamenu .leo-widget .widget-html img {
  max-width: 100%;
  height: auto;
}
.leo-megamenu .leo-widget .widget-html .widget-video iframe {
  border-width: 0px;
}
.leo-megamenu .leo-widget ul.widget-image {
  margin-left: 0px;
}
.leo-megamenu .leo-widget ul.widget-image li {
  margin-right: 10px;
}
.leo-megamenu .leo-widget ul.widget-image li:last-child {
  margin-right: 0px;
}

.megamenu-overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9 ;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.off-canvas body {
  position: relative;
}

.off-canvas-button-megamenu {
  color: #000;
  margin: 0px;
  text-align: left;
  font-size: 0px;
  position: absolute;
  top: -60px;
  left: 15px;
  background-color: #fff;
}
.off-canvas-button-megamenu:hover {
  cursor: pointer;
}
.off-canvas-button-megamenu .off-canvas-nav {
  display: block;
  outline: 0;
}
.off-canvas-button-megamenu .off-canvas-nav:before {
  content: "\e90f";
  font-family: "icomoon";
  font-size: 27px;
  color: #000;
}
.off-canvas-button-megamenu:focus .off-canvas-nav:before {
  color: #000;
}

.off-canvas-inactive > #page {
  transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}

.off-canvas-active {
  background: #fff;
  overflow: hidden;
}
.off-canvas-active > .off-canvas-nav-megamenu.active {
  left: 0px;
  display: block;
  transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}
.off-canvas-active .navbar-header .navbar-toggler {
  border-color: #000;
  background: #000;
  color: #fff;
  display: none;
}

.off-canvas-nav-megamenu {
  position: fixed;
  top: 0px;
  width: 100vw;
  background: #fff;
  z-index: 999;
  left: 0;
  display: none;
  transition: all 400ms ease 0s;
  -moz-transition: all 400ms ease 0s;
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
}
.off-canvas-nav-megamenu .navbar-nav {
  margin: 20px 0px 100px;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 40px);
}
.off-canvas-nav-megamenu .navbar-nav > li {
  float: none;
}
.off-canvas-nav-megamenu .navbar-nav > li + .nav-item {
  margin-left: 0px;
}
.off-canvas-nav-megamenu .navbar-nav > li + .nav-item:last-of-type {
  margin-bottom: 40px;
}
.off-canvas-nav-megamenu .navbar-nav > li > a {
  display: inline-block;
  font: 16px/20px "AttenNewBold";
  letter-spacing: 0.48px;
  color: #000;
  padding: 14px 20px;
  text-transform: uppercase;
  position: relative;
}
.off-canvas-nav-megamenu .navbar-nav > li > a:hover, .off-canvas-nav-megamenu .navbar-nav > li > a:focus {
  background: none;
}
.off-canvas-nav-megamenu .navbar-nav .dropdown-sub div.menu-title {
  font: 14px/18px "AttenNewBold";
  letter-spacing: 0.48px;
  color: #000;
  text-transform: uppercase;
}
.off-canvas-nav-megamenu .nav li.dropdown .caret {
  cursor: pointer;
  position: absolute;
  top: 0;
  margin: auto 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.off-canvas-nav-megamenu .nav li.dropdown .caret:before {
  content: "\e919";
  font-family: "icomoon";
  color: #000;
  font-size: 25px;
  font-weight: normal;
  display: block;
  text-align: center;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.off-canvas-nav-megamenu .nav li.dropdown .dropdown-toggle::after {
  display: none;
}
.off-canvas-nav-megamenu .nav li.open-sub > .caret:before {
  content: "\e91a";
  position: relative;
  top: -10px;
}
.off-canvas-nav-megamenu .nav li li.dropdown-submenu .caret {
  top: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.off-canvas-nav-megamenu .offcanvas-mainnav {
  background-color: #fff;
  position: absolute;
  top: 98px;
  bottom: 0;
  width: 100vw;
  overflow: inherit;
  left: 0;
  height: 100vh;
}
.off-canvas-nav-megamenu .dropdown-menu {
  font-size: 13px;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  float: none;
  margin: 0;
  width: 100% !important;
  border: 0;
  padding: 0px 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  text-align: left;
}
.off-canvas-nav-megamenu .dropdown-menu ul li {
  line-height: 30px;
  float: none;
}
.off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
  position: relative;
  margin-left: 0px;
}
.off-canvas-nav-megamenu .dropdown-menu ul li > a {
  font: 14px/18px "AttenNewRegular";
  letter-spacing: 0.48px;
  color: #000;
  padding: 0;
}
.off-canvas-nav-megamenu .dropdown-menu ul li > a:hover {
  color: #000;
}
.off-canvas-nav-megamenu .dropdown-sub div.menu-title {
  margin: 10px 0;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
}
.off-canvas-nav-megamenu .dropdown-sub div.menu-title a {
  color: #000;
}
.off-canvas-nav-megamenu ul.nav-links {
  padding-left: 7px;
}
.off-canvas-nav-megamenu ul.nav-links li {
  line-height: 30px;
}
.off-canvas-nav-megamenu .mega-col {
  width: 100%;
}
.off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
  padding: 3px 3px 3px 7px;
}

.navbar-header .navbar-toggler {
  height: 40px;
  width: 40px;
  padding: 0;
  border: 1px solid #333;
  margin: 20px auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}
.navbar-header .navbar-toggler:focus, .navbar-header .navbar-toggler:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}

.col-menuinfo .widget-raw-html {
  font-size: 20px;
  padding: 25px 0;
  text-align: center;
  color: #333;
  border-top: 1px solid #e5e5e5;
  margin: 10px -20px -20px;
  font-weight: 300;
  background: #fff;
}
.col-menuinfo .widget-raw-html p {
  margin: 0;
}
.col-menuinfo .widget-raw-html strong,
.col-menuinfo .widget-raw-html b {
  color: #000;
}
.col-menuinfo .widget-raw-html .shop-now {
  background: #a3de83;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 0 15px;
  padding: 6px 20px;
  transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -webkit-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  display: inline-block;
}
.col-menuinfo .widget-raw-html .shop-now:hover {
  background: #000;
  color: #fff;
}

.popup-over {
  position: relative;
}
.popup-over a.popup-title {
  padding: 10px 0;
  display: block;
  white-space: nowrap;
}
.popup-over .popup-content {
  padding: 10px 0;
  position: absolute;
  top: 100%;
  background: #fff;
  color: #999;
  border: 0;
  min-width: 200px;
  z-index: 9999;
  display: block;
  right: auto;
  left: -17px;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  text-align: left;
  font-size: 13px;
  animation: none;
  margin: 0px;
  margin-top: 5px;
}
.popup-over .popup-content:after, .popup-over .popup-content:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.popup-over .popup-content:before {
  border-bottom-color: #ccc;
  border-width: 12px;
  margin-right: -12px;
  left: 16px;
  margin-bottom: -1px;
}
.popup-over .popup-content:after {
  border-bottom-color: #fff;
  border-width: 14px;
  margin-right: -14px;
  margin-bottom: -4px;
  left: 14px;
}
.popup-over .popup-content a {
  font: 14px/18px "AttenNewRegular";
  color: #000;
  padding: 0px;
}
.popup-over .popup-content a:hover {
  color: #000;
}
.popup-over .popup-content li {
  display: block;
}
.popup-over .popup-content li img {
  vertical-align: 0;
  margin: 0 2px 0 0;
}
.popup-over .popup-content li.current {
  color: #000;
}
.popup-over .popup-content li.current a {
  color: #000;
}
.popup-over .popup-content li a {
  display: block;
  line-height: 20px;
  padding: 5px 18px;
}
.popup-over .popup-content li a i {
  font-size: 13px;
  margin-right: 5px;
}
@media (max-width: 1199.98px) {
  .popup-over .popup-content {
    left: auto;
    right: -7px;
    top: 70%;
  }
}

.language-selector-wrapper a,
.currency-selector a {
  font: 13px/18px "AttenNewMedium";
  color: #000;
  text-transform: uppercase;
}
.language-selector-wrapper a:hover,
.currency-selector a:hover {
  text-decoration: none;
}
.language-selector-wrapper a span,
.currency-selector a span {
  position: relative;
  top: 2px;
  left: -2px;
}
.language-selector-wrapper .popup-content li,
.currency-selector .popup-content li {
  position: relative;
}
.language-selector-wrapper .popup-content li:hover:before,
.currency-selector .popup-content li:hover:before {
  opacity: 1;
}
.language-selector-wrapper .popup-content li.current:before,
.currency-selector .popup-content li.current:before {
  color: #000;
  opacity: 1;
}
.language-selector-wrapper .dropdown-menu:before,
.currency-selector .dropdown-menu:before {
  left: 24px;
}
@media (max-width: 1199.98px) {
  .language-selector-wrapper .dropdown-menu:before,
.currency-selector .dropdown-menu:before {
    left: auto;
    right: 24px;
  }
}
.language-selector-wrapper .dropdown-menu:after,
.currency-selector .dropdown-menu:after {
  left: 22px;
}
@media (max-width: 1199.98px) {
  .language-selector-wrapper .dropdown-menu:after,
.currency-selector .dropdown-menu:after {
    left: auto;
    right: 24px;
  }
}

#leo_block_top .popup-content {
  padding: 10px 0;
}
#leo_block_top .popup-content .language-selector,
#leo_block_top .popup-content .currency-selector {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 3px;
}
#leo_block_top .popup-content .language-selector ul,
#leo_block_top .popup-content .currency-selector ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
#leo_block_top .popup-content .language-selector ul:after,
#leo_block_top .popup-content .currency-selector ul:after {
  content: "";
  display: block;
  clear: both;
}
#leo_block_top .popup-content .language-selector li,
#leo_block_top .popup-content .currency-selector li {
  width: 50%;
}
#leo_block_top .popup-content .language-selector li:first-child,
#leo_block_top .popup-content .currency-selector li:first-child {
  margin-top: 10px;
}
#leo_block_top .popup-content .language-selector li .lang-img,
#leo_block_top .popup-content .currency-selector li .lang-img {
  display: inline-block;
  line-height: 1;
  width: 16px;
  height: 11px;
  vertical-align: 0px;
  margin-right: 5px;
}
#leo_block_top .popup-content .language-selector li .lang-img img,
#leo_block_top .popup-content .currency-selector li .lang-img img {
  display: block;
}
#leo_block_top .popup-content .language-selector a,
#leo_block_top .popup-content .currency-selector a {
  line-height: 20px;
  padding: 5px 0 5px 10px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  width: auto;
}
#leo_block_top .popup-content .language-selector a:hover,
#leo_block_top .popup-content .currency-selector a:hover {
  background: #ccc;
}
#leo_block_top .popup-content .language-selector > span,
#leo_block_top .popup-content .currency-selector > span {
  display: none;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 12px;
}

#search_widget.open a.popup-title i:before {
  content: "\e646";
}

#search_widget .popup-content {
  padding: 15px;
}

#search_widget .search-inner {
  position: relative;
}

#search_widget .search-inner input[type=text] {
  height: 40px;
  line-height: 40px;
  padding: 0;
  min-width: 220px;
  border: 0;
  outline: none;
  border-bottom: 1px solid #ccc;
  color: #000;
  padding: 0 40px 0 0;
}

.rtl #search_widget .search-inner input[type=text] {
  padding: 0 0 0 40px;
}

#search_widget .search-inner input[type=text]:focus {
  border-color: #000;
}

#search_widget .search-inner input[type=text]:focus + button[type=submit] i:before {
  content: "\e628";
}

#search_widget .search-inner button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: none;
  outline: none;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

#search_widget .search-inner button[type=submit] i {
  vertical-align: middle;
  font-size: 21px;
  color: #000;
}

#search_widget .search-inner button[type=submit]:hover i:before {
  content: "\e628";
}

#checkout #search_widget {
  display: none;
}

#pagenotfound .page-content #search_widget {
  width: 100%;
}

#pagenotfound .page-content #search_widget .popup-content {
  position: relative;
}

#main #search_widget a.popup-title {
  display: none;
}

#main #search_widget .popup-content {
  position: static;
  display: block !important;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  float: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

#main #search_widget .search-inner {
  position: relative;
}

#main #search_widget input[type=text] {
  padding: 0 50px 0 0;
  height: 40px;
  line-height: 1;
  outline: 0;
}

#main #search_widget input[type=text]:focus {
  border-color: #000;
}

.top-menu[data-depth="1"] {
  margin: 10px;
}

.top-menu a:not([data-depth="0"]) {
  display: block;
  padding: 10px;
  color: #acaaa6;
  font-weight: 400;
}

.top-menu a.dropdown-submenu {
  color: #414141;
  text-transform: uppercase;
  font-weight: 400;
}

.top-menu a[data-depth="0"] {
  font-weight: 400;
  padding: 3px 10px 6px;
}

#header .top-menu a[data-depth="0"]:hover {
  color: #f44d51;
  text-decoration: none;
}

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
  padding: 0 10px 10px 0;
}

.top-menu .collapse {
  display: inherit;
}

.top-menu .sub-menu {
  -webkit-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  border: none;
  margin-left: 15px;
  width: calc(100% - 30px);
  min-width: calc(100% - 30px);
  z-index: 18;
  display: none;
}

.top-menu .sub-menu.collapse {
  display: none;
}

.top-menu .sub-menu ul[data-depth="1"] > li {
  float: left;
  margin: 0 20px;
}

.top-menu .sub-menu a:hover {
  color: #f44d51;
}

.top-menu .popover {
  max-width: inherit;
}

@media (min-width: 1200px) {
  .col-menuinfo .widget-raw-html {
    margin: 30px -25px -25px;
  }
}
@media (min-width: 1199px) {
  .box-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: auto;
    padding: 0 15px;
  }
  .box-top:after {
    display: none;
  }
  .box-top .col-info #_desktop_cart .header a:after, .box-top .col-info #_desktop_cart .header a:before {
    bottom: -1px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
    transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    z-index: 9999;
    backface-visibility: hidden;
  }
  .box-top .col-info #_desktop_cart .header a:before {
    border-width: 12px;
    margin-left: -22px;
    border-bottom-color: #ccc;
  }
  .box-top .col-info #_desktop_cart .header a:after {
    border-bottom-color: #fff;
    border-width: 14px;
    margin-left: -24px;
    z-index: 99999;
    margin-bottom: -3px;
  }
  .box-top .col-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-toggleable-md {
    display: block;
  }
  .navbar-toggleable-md {
    display: block !important;
  }
  .leo-megamenu .navbar-nav > li {
    display: inline-block;
    vertical-align: top;
    height: 93px;
  }
  .leo-megamenu .navbar-nav > li.parent > a span.menu-title {
    position: static;
  }
  .leo-megamenu .navbar-nav > li.parent > a span.menu-title:after, .leo-megamenu .navbar-nav > li.parent > a span.menu-title:before {
    bottom: -1px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    left: 50%;
    transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    z-index: 9999;
    backface-visibility: hidden;
  }
  .leo-megamenu .navbar-nav > li.parent:hover > a span.menu-title:after, .leo-megamenu .navbar-nav > li.parent:hover > a span.menu-title:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .leo-megamenu .dropdown-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .leo-megamenu .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  .leo-megamenu .dropdown:hover > a {
    color: #000;
  }
  .leo-megamenu .dropdown:hover > a .fa {
    color: #000;
  }
  .leo-megamenu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .off-canvas-active > #page,
.off-canvas-active > .off-canvas-nav-megamenu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative !important;
  }
  .off-canvas-button-megamenu {
    display: none !important;
  }
  .popup-over .popup-content {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  .popup-over:hover .popup-content {
    display: block !important;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* todo fare check se serve
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    */
  }
  .popup-over.open .popup-content {
    display: block !important;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media (min-width: 576px) {
  .navbar {
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    /* todo fare check se serve
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    */
  }
  .navbar-full {
    z-index: 1000;
  }
  .navbar-full {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* todo fare check se serve
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    */
  }
  .navbar-fixed-top,
.navbar-fixed-bottom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* todo fare check se serve
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    */
  }
}
@media (max-width: 1199.98px) {
  #page {
    padding-top: 55px;
  }
  .box-top {
    position: relative;
    display: flex;
    align-items: center;
    /**todo ivan rimuovere
    .col-logo {
      position: absolute;
      top: 50%;
      left: 60px;
      @include translateY(-50%);
    }*/
  }
  .box-top .col-info .popup-over a.popup-title,
.box-top .col-info .header-wishlist .ap-btn-wishlist,
.box-top .col-info #_desktop_cart .header {
    line-height: 55px;
  }
  .box-top .col-info .popup-over a.popup-title i,
.box-top .col-info .header-wishlist .ap-btn-wishlist i,
.box-top .col-info #_desktop_cart .header i {
    font-size: 18px;
  }
  .box-top #leo_search_block_top #leosearchtopbox {
    top: 94px;
  }
  .popup-over .popup-content {
    display: none;
    transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
  }
  .leo-megamenu .navbar-nav > li > a {
    padding: 20px;
    font: 14px/18px "AttenNewBold";
  }
  .navbar-header .navbar-toggler {
    height: 30px;
    width: 40px;
    padding: 0;
    border: none;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* todo fare check se serve
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    */
  }
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: 0.5rem;
    margin-right: 0;
  }
  .navbar-toggleable-md .navbar-nav {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0;
  }
  .leo-megamenu .dropdown-menu {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
  }
  .leo-widget .widget-html {
    display: none;
  }
  .leo-widget .widget-video iframe {
    width: 100%;
  }
  .off-canvas-active .megamenu-overlay {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .leo-megamenu.disable-canvas .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .leo-megamenu.disable-canvas .navbar-nav > li.aligned-fullwidth {
    position: relative;
  }
  .leo-megamenu.disable-canvas .navbar-nav > li > a {
    padding: 20px 0;
  }
  .leo-megamenu.disable-canvas .navbar-nav > li > a:after {
    display: none;
  }
  .leo-megamenu.disable-canvas .navbar-nav > li .caret {
    cursor: pointer;
    position: absolute;
    top: 13px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    right: 0;
  }
  .leo-megamenu.disable-canvas .navbar-nav > li .caret:before {
    content: "add";
    font-family: "Material Icons";
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    z-index: 1001;
  }
  .leo-megamenu .collapse {
    text-align: left;
  }
  .leo-megamenu .collapse .navbar-nav {
    text-align: left;
    height: auto;
  }
  .leo-megamenu .collapse .navbar-nav > li.aligned-fullwidth {
    position: relative;
  }
  .leo-megamenu .collapse .navbar-nav > li > .dropdown-menu .mega-col {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .leo-megamenu .collapse .navbar-nav .nav-item.dropdown.open-sub > .caret:before {
    content: "remove";
  }
  .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu .caret:before {
    top: -13px;
  }
  .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu.open-sub > .caret:before {
    content: "remove";
  }
  .leo-megamenu .collapse .navbar-nav .dropdown-toggle::after {
    display: none;
  }
  .leo-megamenu .collapse .dropdown-submenu > .dropdown-menu {
    width: 100%;
    position: relative;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .ApMegamenu > .navbar {
    position: static;
  }
  .leo-megamenu.disable-canvas .navbar-nav {
    margin: 0;
  }
  .leo-megamenu.disable-canvas .navbar-nav > li > a {
    padding: 15px;
    display: inline-block;
    letter-spacing: 1px;
  }
  .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {
    cursor: pointer;
    position: absolute;
    top: 9px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    right: 0;
  }
  .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret:before {
    content: "add";
    font-family: "Material Icons";
    position: absolute;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    color: #F0F0F0;
    z-index: 1001;
  }
  .leo-megamenu.disable-canvas .leo-top-menu {
    background: #353535;
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 10px;
    right: 10px;
  }
  .leo-megamenu.disable-canvas .dropdown-toggle::after {
    display: none;
  }
  .off-canvas-active > #page {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas-nav-megamenu {
    left: 0;
  }
  .off-canvas-nav-megamenu .offcanvas-mainnav {
    left: 0;
  }
  .offcanvas-mainnav a.popup-title {
    padding: 0px 20px;
    width: 100%;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .offcanvas-mainnav a.popup-title span.iso-code {
    font: 16px/20px "AttenNewMedium";
    letter-spacing: 0.32px;
    color: #000;
    text-transform: uppercase;
  }
  .offcanvas-mainnav a.popup-title span.language-name {
    font: 16px/20px "AttenNewMedium";
    letter-spacing: 0.32px;
    color: #000;
    position: relative;
    margin-left: 20px;
  }
  .offcanvas-mainnav a.popup-title span.icon-chevron-down {
    float: right;
  }
  .offcanvas-mainnav a.popup-title span.icon-chevron-down:before {
    font-size: 25px;
  }
  .offcanvas-mainnav .other {
    background-color: #F5F5F5;
    padding: 20px 0px;
    height: 100%;
  }
  .offcanvas-mainnav .language-selector {
    background-color: transparent;
    padding: 0px 35px;
  }
  .offcanvas-mainnav .language-selector li {
    font: 16px/30px "AttenNewMedium";
    letter-spacing: 0.32px;
    color: #000;
    position: relative;
  }
  .offcanvas-mainnav .language-selector li img {
    margin-right: 15px;
  }
}
@media (max-width: 991.98px) {
  .col-menuinfo .widget-raw-html {
    font-size: 16px;
    margin: 10px -20px 0px;
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  #page {
    padding-top: 98px;
  }
  #index #page {
    padding-top: 55px;
  }
  .box-top .language-selector-wrapper .language-name {
    display: none;
  }
  .box-top .col-info #leo_block_top a {
    min-width: 25px;
  }
  .box-top .col-info #leo_search_block_top .title_block {
    width: 30px;
  }
  .box-top .col-info #leo_search_block_top.active #leosearchtopbox {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .box-top .col-info #leo_search_block_top #leosearchtopbox {
    width: 100%;
    right: 0;
    left: 0;
    position: fixed;
    top: 95px;
  }
  .box-top .col-info .popup-over a.popup-title,
.box-top .col-info .header-wishlist .ap-btn-wishlist,
.box-top .col-info #_desktop_cart .header {
    min-width: 35px;
  }
  .box-top .col-info .header-wishlist .ap-btn-wishlist .ap-total,
.box-top .col-info #_desktop_cart .header .cart-products-count {
    right: 7px;
  }
  .popup-over .popup-content {
    top: 93%;
  }
}
@media (max-width: 575.98px) {
  .box-top #leo_search_block_top #leosearchtopbox {
    width: 240px;
    right: -100px;
  }
}
@media (max-width: 479.98px) {
  .box-top {
    position: relative;
  }
  .box-top #search_widget {
    position: static;
  }
  .box-top #search_widget .popup-content {
    width: auto;
    left: 0;
    right: 0;
    max-width: 100%;
  }
  .box-top #search_widget .popup-content:before, .box-top #search_widget .popup-content:after {
    right: 165px;
  }
  .box-top #search_widget .search-inner input[type=text] {
    width: 100%;
  }
}
/* WIDGET SUBMENU */
.leo-megamenu .dropdown-menu .widget-custom .menu-title {
  font-family: "AttenNewBold";
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 2.34px;
  margin-bottom: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ADADAD;
}
.leo-megamenu .dropdown-menu .widget-custom .menu-title a {
  text-decoration: none;
}
.leo-megamenu .dropdown-menu .widget-custom ul li a {
  font-family: "AttenNewRegular";
  font-size: 16px;
  line-height: 30px;
  padding: 4px;
  letter-spacing: 0.64px;
  color: #000;
  text-decoration: none;
}

.header-light #header {
  background: transparent;
  box-shadow: none;
}
.header-light #leo_search_block_top img {
  color: #fff !important;
  filter: invert(1) !important;
}
.header-light .language-selector-wrapper a, .header-light .language-selector-wrapper span:before {
  color: #fff !important;
}
.header-light .h-logo img {
  filter: invert(1) !important;
}
.header-light .header-top {
  background: transparent !important;
}
.header-light .megamenu li a span {
  color: #fff !important;
}
.header-light .megamenu li a:after {
  color: #fff !important;
}
.header-light .navbar-header .navbar-toggler:before {
  background: #fff;
}
.header-light .navbar-header .navbar-toggler:after {
  border-color: #fff;
}

.header-dark #header,
.off-canvas-active #header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.header-dark #header.header-usa,
.off-canvas-active #header.header-usa {
  box-shadow: none;
}
.header-dark #leo_search_block_top img,
.off-canvas-active #leo_search_block_top img {
  color: #000 !important;
  filter: invert(0) !important;
}
.header-dark .language-selector-wrapper a, .header-dark .language-selector-wrapper span:before,
.off-canvas-active .language-selector-wrapper a,
.off-canvas-active .language-selector-wrapper span:before {
  filter: invert(0) !important;
  color: #000 !important;
}
.header-dark .h-logo img,
.off-canvas-active .h-logo img {
  filter: invert(0) !important;
}
.header-dark .header-top,
.off-canvas-active .header-top {
  background: #fff !important;
}
.header-dark .megamenu li a span,
.off-canvas-active .megamenu li a span {
  color: #000 !important;
}
.header-dark .megamenu li a:after,
.off-canvas-active .megamenu li a:after {
  color: #000 !important;
  filter: invert(0) !important;
}
.header-dark:before,
.off-canvas-active:before {
  background: #000;
}
.header-dark:after,
.off-canvas-active:after {
  border-color: #000;
}

.banner-newsletter {
  padding: 100px 0 90px;
}
@media (max-width: 1399.98px) {
  .banner-newsletter {
    padding: 75px 0 75px;
  }
}
@media (max-width: 1199.98px) {
  .banner-newsletter {
    padding: 40px 0 40px;
  }
}
.banner-newsletter .block_newsletter .title_block {
  font: 35px/40px "AttenNewMedium";
  letter-spacing: 0;
  color: #000;
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .banner-newsletter .block_newsletter .title_block {
    text-align: center;
    font: 30px/35px "AttenNewMedium";
  }
}
.banner-newsletter .block_newsletter .subtitle_block {
  font-family: "AttenNewRegular";
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .banner-newsletter .block_newsletter .subtitle_block {
    text-align: center;
  }
}
.banner-newsletter .block_newsletter .input-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
  margin: 0 0 10px;
  text-align: center;
  max-width: 600px;
}
@media (max-width: 767.98px) {
  .banner-newsletter .block_newsletter .input-wrapper {
    max-width: 510px;
    justify-content: center;
    margin: 0 auto 10px;
  }
}
.banner-newsletter .block_newsletter .input-wrapper input {
  padding: 10px;
  height: 50px;
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  width: 100%;
  outline: none;
}
.banner-newsletter .block_newsletter .input-wrapper input:focus {
  border-color: #000;
}
.banner-newsletter .block_newsletter .input-wrapper button {
  margin-top: 15px;
}
.banner-newsletter .block_newsletter .gdpr_consent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
  margin: 0px 0;
  text-align: center;
  max-width: 600px;
}
@media (max-width: 767.98px) {
  .banner-newsletter .block_newsletter .gdpr_consent {
    justify-content: center;
    margin: 0 auto;
  }
}
.banner-newsletter .block_newsletter .gdpr_consent a {
  text-decoration: underline;
}
.banner-newsletter .block_newsletter .col-notice {
  color: #ccc;
  font-size: 13px;
}
.banner-newsletter .block_newsletter .col-notice span {
  color: red;
  padding: 0 5px 0 0;
}

.block-social .title_block {
  font: 18px/22px "AttenNewRegular";
  color: #fff;
  margin-bottom: 25px;
}
.block-social ul {
  margin-bottom: 0px;
}
.block-social ul li a {
  display: inline-block;
  line-height: 20px;
  padding: 5px 0;
  vertical-align: top;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  font: 14px/18px "AttenNewRegular";
  color: #fff;
}

.footer-center {
  background-color: #2D3334;
  padding: 40px 0 60px;
  position: relative;
}
@media (max-width: 767.98px) {
  .footer-center {
    padding: 40px 0 10px;
  }
}
.footer-center .h-logo img {
  max-width: 148px;
}
.footer-center .footer-address .title_block {
  font-family: "AttenNewMedium";
  font-weight: 500;
  font-size: 16px;
  margin-top: 25px;
  line-height: 20px;
  letter-spacing: 0.48px;
  color: #fff;
}
.footer-center .footer-address .block_content {
  margin-top: 20px;
  font-family: "AttenNewBook";
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}
@media (max-width: 767.98px) {
  .footer-center .footer-address .block_content {
    line-height: 24px;
  }
}
.footer-center .footer-address .block_content a {
  color: #fff;
}
.footer-center .ApLink .title_block {
  margin-top: 15px;
  font: 16px/24px "AttenNewMedium";
  letter-spacing: 0.9px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 25px;
}
.footer-center .ApLink li a {
  display: inline-block;
  padding: 2px 0;
  vertical-align: top;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  font-family: "AttenNewBook";
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  text-decoration: none;
}
.footer-center .ApLink li a:hover {
  transform: translateX(5px);
}
.footer-center .block-social {
  text-align: center;
}
.footer-center .block-social .title_block {
  font: 18px/26px "AttenNewMedium";
  margin-top: 15px;
  letter-spacing: 0.9px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .footer-center .block-social .title_block {
    font-size: 16px;
  }
}

#gformbuilderpro_form_2 {
  margin: 25px 0px;
}
#gformbuilderpro_form_2 .html_box {
  padding: 20px 0px;
}
#gformbuilderpro_form_2 .html_box p {
  font: 20px/24px "AttenNewRegular";
  color: #000;
  text-align: center;
}
#gformbuilderpro_form_2 select {
  max-width: unset;
  margin-bottom: 30px;
  font: 15px/20px "AttenNewRegular";
  letter-spacing: 0.45px;
  color: #9F9C93;
}
#gformbuilderpro_form_2 .form-control {
  background-color: transparent;
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px solid #000;
  padding: 8px 0px;
  border-radius: 0px;
  margin-bottom: 30px;
}
#gformbuilderpro_form_2 .form-control::placeholder {
  font: 15px/20px "AttenNewRegular";
  letter-spacing: 0.45px;
  color: #9F9C93;
}
#gformbuilderpro_form_2 .form-control:focus {
  outline: none;
  box-shadow: none;
}
#gformbuilderpro_form_2 .privacy_wp p {
  font: 12px/16px "AttenNewRegular";
  letter-spacing: 0.36px;
  color: #000;
  position: relative;
  bottom: 2px;
  left: 12px;
}
#gformbuilderpro_form_2 .privacy_wp p a {
  text-decoration: underline;
}
#gformbuilderpro_form_2 .checkbox_item_wp label {
  font: 12px/16px "AttenNewRegular";
  letter-spacing: 0.36px;
  color: #000;
  position: relative;
  bottom: 2px;
  left: 12px;
}
@media (max-width: 767.98px) {
  #gformbuilderpro_form_2 .checkbox_item_wp label {
    bottom: 21px;
    left: 25px;
  }
}
@media (max-width: 767.98px) {
  #gformbuilderpro_form_2 .submit_btn_left {
    text-align: center;
  }
}
#gformbuilderpro_form_2 .success_box {
  background-color: transparent;
  border: none;
  padding: 10px 30px;
}
#gformbuilderpro_form_2 #thankyou-page .alert-success {
  display: none;
}
#gformbuilderpro_form_2 #thankyou-page p {
  font: 16px/20px "AttenNewBold";
  color: #43B720;
}

@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .block-social {
    margin-bottom: 0;
  }
  .block-social .title_block {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 1199.98px) {
  .block-social ul {
    clear: both;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .block-social ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1199.98px) {
  .box-footerlink {
    padding-top: 50px;
  }
}
@media (max-width: 991.98px) {
  .box-footerlink {
    padding: 50px 0 0;
  }
  .box-footerlink .ApBlockLink {
    margin-bottom: 10px;
  }
  .box-footerlink .ApHtml {
    position: relative;
    margin-bottom: 30px;
  }
  .box-footerlink .ApHtml .block_content {
    padding: 20px;
    background: transparent;
  }
  .box-footerlink .ApHtml .block_content:after {
    content: "";
    display: block;
    clear: both;
  }
  .box-footerlink .ApHtml .block_content h4 {
    width: 30%;
    float: left;
    margin: 20px 0;
  }
  .box-footerlink .ApHtml .block_content p {
    width: 70%;
    float: left;
  }
  .box-footerlink .ApHtml .block_content p:nth-child(2) {
    margin-bottom: 15px;
  }
  .box-footerlink .block_newsletter {
    max-width: 400px;
  }
  .box-footerlink .block-social .social-title {
    display: none;
  }
  .margin-top-mobile {
    margin-top: 40px;
  }
  .social-column {
    clear: both;
  }
}
@media (max-width: 767.98px) {
  .footer-container .footerbox {
    padding-bottom: 20px !important;
  }
  .footer-container .footer-center .title_block {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .footer-container .footer-center .title_block {
    margin: 8px 0px;
  }
}
@media (max-width: 767.98px) {
  .footer-container .footer-center .ApLink {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .footer-container .footer-center .ApLink {
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .footer-container .footer-center .ApLink .title_block {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .footer-container .footer-center .ApLink li a {
    padding: 8px 0px;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .footer-container .footer-center .ApLink li a {
    padding: 5px 0;
  }
}
@media (max-width: 767.98px) {
  .footer-container .footer-center .ApLink .navbar-toggler {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: 3px;
  }
}
@media (max-width: 767.98px) {
  .footer-container .footer-center .ApLink .collapse-icons .add,
.footer-container .footer-center .ApLink .title[aria-expanded=false] .collapse-icons .add {
    display: block;
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .footer-container .footer-center .ApLink .title[aria-expanded=true] .collapse-icons .remove {
    display: block;
    color: #fff;
  }
}
@media (max-width: 767.98px) {
  .footer-container .footer-center .ApLink .title[aria-expanded=true] .collapse-icons .add {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer-container .box-coppy2 .block_content p,
.footer-container .box-coppy2 .block_content div,
.footer-container .box-coppy2 .block_content span {
    font: 12px/16px "AttenNewRegular";
  }
  .footer-container .box-coppy2 .ApLink {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 10px;
  }
  .footer-container .box-coppy2 .ApLink li:first-of-type {
    padding-left: 0px;
  }
  .footer-container .box-coppy2 .ApLink li a {
    font: 12px/16px "AttenNewRegular";
  }
}
.block-social ul li {
  width: 34px;
  margin: 0 auto 10px;
}
@media (max-width: 575.98px) {
  .block-social ul li {
    margin: 0 5px 10px;
  }
}
.block-social ul li a {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-social ul li a span {
  font-size: 20px;
}
.block-social ul li a span:before {
  color: #2D3334;
}

@media (max-width: 991.98px) {
  .footer-top .wrapper {
    background-size: 65% !important;
    background-position: -20vw !important;
  }
}
@media (max-width: 767.98px) {
  .footer-top .wrapper {
    background-image: none !important;
  }
}

.info-company-desktop {
  display: block;
}
@media (max-width: 767.98px) {
  .info-company-desktop {
    display: none;
  }
}

.info-company-mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .info-company-mobile {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .footer-address {
    margin-bottom: 20px;
  }
}

@media (max-width: 575.98px) {
  .footerbox {
    text-align: center;
  }
}

.footer-bottom {
  display: none;
}

#index #wrapper {
  padding: 0px;
}

.homepage-slider {
  position: relative;
}
.homepage-slider .background-opacity {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.homepage-slider .carousel-caption {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15%;
  text-align: left;
}
.homepage-slider .carousel-caption h1 {
  font: 45px/50px "AttenNewMedium";
  letter-spacing: 0.9px;
  color: #fff;
  margin-bottom: 15px;
}
.homepage-slider .carousel-caption .link {
  font: 13px/17px "AttenNewRegular";
  letter-spacing: 3.12px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-left: 50px;
}
.homepage-slider .carousel-caption .link:before {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  width: 40px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 10px;
}
.homepage-slider .carousel-control {
  width: 33px;
  height: 33px;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}
.homepage-slider .carousel-control.left {
  left: 50px;
}
.homepage-slider .carousel-control.right {
  right: 50px;
}
.homepage-slider .carousel-control.right img {
  left: unset;
  top: 35%;
  right: 50%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.homepage-slider .carousel-control img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  left: 50%;
  max-width: unset;
}
.homepage-slider .carousel-indicators {
  display: none;
}
.homepage-slider .counter {
  position: absolute;
  z-index: 2;
  right: 50px;
  bottom: 40px;
  font: 12px/16px "AttenNewRegular";
  letter-spacing: 4.8px;
  color: #fff;
}
.homepage-slider .counter .current {
  font: 16px/19px "AttenNewBold";
}
.homepage-slider.text-center .carousel-caption {
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.standard-block {
  padding: 60px 0px;
}
@media (max-width: 767.98px) {
  .standard-block {
    padding: 30px 0px;
  }
}
.standard-block .title_block {
  font: 32px/40px "AttenNewMedium";
  letter-spacing: 0.48px;
  color: #000;
  margin-bottom: 15px;
  padding-bottom: 0px;
}
@media (max-width: 767.98px) {
  .standard-block .title_block {
    font: 20px/24px "AttenNewMedium";
  }
}
.standard-block .sub-title-widget {
  font: 14px/18px "AttenNewRegular";
  letter-spacing: 3.5px;
  color: #000;
  margin-bottom: 8px;
  padding-bottom: 0px;
  text-transform: uppercase;
  position: relative;
  padding-left: 50px;
}
.standard-block .sub-title-widget:before {
  content: "";
  position: absolute;
  border-top: 1px solid #000;
  width: 40px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 10px;
}
.standard-block .block_content {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  .standard-block .block_content {
    padding-right: 20px;
  }
}
.standard-block .block_content ul {
  padding-left: 20px;
}
.standard-block .block_content li {
  list-style-type: disc;
}
.standard-block .block_content p, .standard-block .block_content span, .standard-block .block_content li, .standard-block .block_content div {
  font: 16px/26px "AttenNewRegular";
  letter-spacing: 0px;
  color: #000;
}
.standard-block .block_content a, .standard-block .block_content b, .standard-block .block_content strong {
  font: 16px/26px "AttenNewBold";
  letter-spacing: 0px;
  color: #000;
}
.standard-block .btn {
  max-width: 60%;
  text-align: center;
  margin: 40px 0 0;
  display: block;
}
@media (max-width: 767.98px) {
  .standard-block .btn {
    max-width: unset !important;
  }
}
.standard-block.centered .btn {
  margin: 40px auto 0;
}
.standard-block.more .title_block {
  font: 24px/28px "AttenNewRegular";
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .standard-block.more .title_block {
    margin-bottom: 30px;
  }
}
.standard-block.section-title {
  padding: 40px 0px;
}
.standard-block.section-title .title_block {
  font: 24px/28px "AttenNewMedium";
  color: #000;
  margin-bottom: 0px;
}
.standard-block.white-version .title_block,
.standard-block.white-version .sub-title-widget,
.standard-block.white-version .block_content {
  color: #fff;
}
.standard-block.white-version .title_block > *,
.standard-block.white-version .sub-title-widget > *,
.standard-block.white-version .block_content > * {
  color: #fff;
}
.standard-block.minimize {
  padding: 0px;
}
@media (max-width: 767.98px) {
  .standard-block.minimize {
    padding-top: 30px;
  }
}
.standard-block.minimize .title_block {
  font: 18px/22px "AttenNewRegular";
  font-weight: 600;
  color: #000;
  letter-spacing: 0.36px;
}
.standard-block.no-padding-right .block_content {
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .standard-block.pubblicitari {
    text-align: center;
    padding: 20px 0px;
  }
}

.absolute-image {
  position: absolute;
  top: -100px;
  right: 50px;
  text-align: right;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .absolute-image img {
    width: 45% !important;
  }
}

.homepage-categories .title_block {
  font: 24px/32px "AttenNewRegular";
  color: #000;
  letter-spacing: 0.48px;
  margin-bottom: 45px;
  text-align: center;
}
.homepage-categories .title {
  font: 16px/22px "AttenNewRegular";
  letter-spacing: 0.8px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 11px;
}
.homepage-categories .discover-more {
  display: block;
  position: absolute;
  bottom: 33px;
  left: 0px;
  right: 0px;
  opacity: 0;
  text-align: center;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.6), rgb(0, 0, 0));
  height: 15%;
}
.homepage-categories .discover-more span {
  font: 18px/22px "AttenNewRegular";
  color: #fff;
}
.homepage-categories .slick-slide .left-block {
  position: relative;
}
.homepage-categories .slick-slide a:hover {
  text-decoration: none;
}
.homepage-categories .slick-slide:hover .discover-more {
  opacity: 1;
}

.video-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.video-wrapper.no-autoplay iframe {
  pointer-events: auto;
}

.homepage-products .title_block {
  font: 24px/32px "AttenNewRegular";
  color: #000;
  letter-spacing: 0.48px;
  margin-bottom: 45px;
  text-align: center;
}
.homepage-products .plist-dsimple .thumbnail-container .product-image {
  text-align: center;
}
.homepage-products .plist-dsimple .thumbnail-container .product-meta .product-title,
.homepage-products .plist-dsimple .thumbnail-container .product-meta .product-price-and-shipping {
  text-align: center;
}

.testimonial .title_block {
  font: 14px/18px "AttenNewRegular";
  letter-spacing: 3.5px;
  color: #000;
  transform: rotate(270deg) translateY(-50%);
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  left: -45px;
}
.testimonial .block-carousel-image-container .testimonial-image {
  max-width: 70%;
  margin: 0 auto;
}
.testimonial .block-carousel-image-container .descript-container .descript {
  font: 18px/24px "AttenNewRegular";
  letter-spacing: 0.36px;
  color: #000;
  padding: 0px 80px;
}
.testimonial div.slick-arrows .slick-arrow {
  width: 27px;
  height: 27px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  border: 1px solid #A0A0A0;
}
.testimonial div.slick-arrows .slick-arrow:before {
  font-size: 22px;
}
.testimonial div.slick-arrows .slick-arrow.slick-prev {
  left: -40px;
}
.testimonial div.slick-arrows .slick-arrow.slick-next {
  right: -40px;
}

.opacity {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.absolute-block {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .absolute-block img {
    max-width: 200px;
  }
}
.absolute-block .title_block {
  font: 45px/60px "AttenNewMedium";
  letter-spacing: 0.9px;
  color: #fff;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .absolute-block .title_block {
    font: 30px/35px "AttenNewMedium";
  }
}
.absolute-block .sub-title-widget {
  font: 16px/22px "AttenNewRegular";
  letter-spacing: 3.2px;
  color: #fff;
  text-transform: uppercase;
}
.absolute-block.left-version {
  left: 60px;
  right: unset;
  text-align: left;
  max-width: 40%;
  width: auto;
  top: unset;
  bottom: 10%;
}
@media (max-width: 1199.98px) {
  .absolute-block.left-version {
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .absolute-block.left-version {
    max-width: 55%;
  }
}
@media (max-width: 479.98px) {
  .absolute-block.left-version {
    max-width: 100%;
    left: 50px;
    bottom: 12%;
  }
}
.absolute-block.image_description {
  left: unset;
  right: 60px;
  text-align: left;
  max-width: 30%;
  width: auto;
  top: unset;
  bottom: 10%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  margin-bottom: 0.5em;
}
.absolute-block.image_description a {
  color: #fff;
}
@media (max-width: 767.98px) {
  .absolute-block.image_description {
    left: 50px;
    right: unset;
    max-width: 80%;
    bottom: 0;
    transform: unset;
    line-height: 12px;
    font-size: 10px;
  }
}

.features .left-block {
  text-align: center;
}
.features img {
  max-width: 25px;
}
.features .title {
  font: 16px/22px "AttenNewRegular";
  letter-spacing: 0.32px;
  color: #000;
  display: inline-block;
  padding-left: 20px;
}

.homepage-blog .title_block {
  font: 24px/32px "AttenNewRegular";
  color: #000;
  letter-spacing: 0.48px;
  margin-bottom: 45px;
  text-align: center;
}
.homepage-blog .blog-container {
  background-color: #F5F5F5;
}
.homepage-blog .blog-container .blog-meta {
  padding: 20px 20px 30px;
  font: 12px/16px "AttenNewMedium";
  color: #A5A5A5;
}
.homepage-blog .blog-container .blog-meta .cat a,
.homepage-blog .blog-container .blog-meta .created {
  font: 12px/16px "AttenNewMedium";
  color: #A5A5A5;
  text-transform: uppercase;
  letter-spacing: 0.96px;
}
.homepage-blog .blog-container .blog-meta .blog-title {
  font: 18px/22px "AttenNewBold";
  color: #000;
  margin: 10px 0px 20px;
}
.homepage-blog .blog-container .blog-meta .blog-desc {
  font: 16px/24px "AttenNewRegular";
  color: #000;
}
.homepage-blog .blog-container .blog-meta .link {
  font: 14px/18px "AttenNewMedium";
  color: #A5A5A5;
  text-decoration: underline;
}
.homepage-blog .blog-container .blog-meta .link:hover {
  color: #365E81;
}

.partners .title_block {
  font: 24px/32px "AttenNewRegular";
  color: #000;
  letter-spacing: 0.48px;
  margin-bottom: 45px;
  text-align: center;
}
.partners .slick-slide {
  text-align: center;
  padding: 40px 0px;
  border-right: 1px solid #BFBFBF;
}
.partners .slick-slide:last-of-type {
  border-right: none;
}
.partners .slick-slide .left-block {
  padding: 0px 50px;
}
.partners .slick-slide .left-block img {
  max-height: 50px;
}

.download-file {
  border-bottom: 1px solid #000;
  margin-bottom: 0px;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 479.98px) {
  .download-file {
    justify-content: space-between;
  }
}
.download-file:last-of-type {
  margin-bottom: 60px;
}
.download-file .pdf-icon {
  flex: 0 0 5%;
  max-width: 20px;
}
.download-file .title_block {
  border: none;
  background-color: transparent;
  padding: 20px;
  font: 18px/22px "AttenNewRegular";
  color: #000;
  letter-spacing: 0.36px;
  flex: 0 0 55%;
  margin-bottom: 0px;
}
.download-file .mime {
  font: 14px/18px "AttenNewRegular";
  color: #000;
  letter-spacing: 0.28px;
  flex: 0 0 30%;
  text-transform: uppercase;
  text-align: right;
}
@media (max-width: 767.98px) {
  .download-file .mime {
    display: none;
  }
}
.download-file .icon-download {
  flex: 0 0 10%;
  padding: 10px 0px 10px 15px;
  text-align: right;
}
@media (max-width: 767.98px) {
  .download-file .icon-download {
    flex: 0 0 40%;
  }
}
@media (max-width: 479.98px) {
  .download-file .icon-download {
    flex: 0 0 auto;
    padding: 10px 15px;
  }
}
.download-file .icon-download img {
  width: 20px;
  margin: 0 auto;
}
.download-file.white-version {
  border-color: #fff;
}
.download-file.white-version .title_block,
.download-file.white-version .mime {
  color: #fff;
}
.download-file.white-version img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.first-home-block {
  align-items: center;
  padding: 53px 0;
}
@media (max-width: 767.98px) {
  .first-home-block {
    padding: 53px 0 25px;
  }
}
@media (max-width: 767.98px) {
  .first-home-block .column-image {
    text-align: center;
  }
  .first-home-block .column-image img {
    max-width: 50%;
    height: auto !important;
  }
}
.first-home-block .column-text .sub-title-widget {
  font-family: "OpenSansCondensed";
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  color: #000;
  margin: 16px 0;
  font-weight: 600;
  letter-spacing: 3px;
}
@media (max-width: 767.98px) {
  .first-home-block .column-text .sub-title-widget {
    margin: 32px 0;
  }
}
.first-home-block .column-text .block_content {
  margin: 16px 0;
}
.first-home-block .column-text .block_content p {
  font: 16px/20px "AttenNewRegular";
  color: #000;
}
@media (max-width: 767.98px) {
  .first-home-block .column-text .block_content {
    margin: 32px 0;
  }
}
.first-home-block .column-text a {
  margin: 16px 0;
}
@media (max-width: 767.98px) {
  .first-home-block .column-text a {
    margin: 16px auto;
    display: block;
  }
}

.second-home-block {
  padding-top: 150px;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .second-home-block {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767.98px) {
  .second-home-block {
    padding-top: 150px;
    padding-bottom: 0px;
  }
}
.second-home-block .standard-block {
  padding: 20px 0 0;
}
@media (max-width: 767.98px) {
  .second-home-block .standard-block {
    padding: 30px 0 0;
  }
}
@media (max-width: 991.98px) {
  .second-home-block .order-first .ApImage {
    position: relative;
    top: 90px;
  }
  .second-home-block .order-first .ApImage img {
    width: 80% !important;
  }
}
@media (max-width: 767.98px) {
  .second-home-block .order-first .ApImage {
    top: 0;
  }
  .second-home-block .order-first .ApImage img {
    width: 75% !important;
  }
}
@media (max-width: 991.98px) {
  .second-home-block .order-first .ApImage.absolute-image {
    position: absolute;
    top: -20px;
    right: 20px;
    text-align: right;
    z-index: 1;
  }
  .second-home-block .order-first .ApImage.absolute-image img {
    width: 40% !important;
  }
}
@media (max-width: 767.98px) {
  .second-home-block .order-first .ApImage.absolute-image {
    position: absolute;
    top: -100px;
    right: 20px;
    text-align: right;
    z-index: 1;
  }
  .second-home-block .order-first .ApImage.absolute-image img {
    width: 60% !important;
  }
}
@media (max-width: 575.98px) {
  .second-home-block .order-first .ApImage.absolute-image img {
    width: 40% !important;
  }
}

.fourth-home-block {
  padding: 30px 0 0;
}

.sixth-home-block {
  padding-top: 50px;
  padding-bottom: 55px;
}
.sixth-home-block .banner-ispirazioni .title_block {
  font: 30px/35px "AttenNewRegular";
  letter-spacing: 0;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .sixth-home-block .banner-ispirazioni .title_block {
    font-size: 24px;
  }
}
.sixth-home-block .banner-ispirazioni .slick-list {
  margin-left: -25px;
  margin-right: -25px;
}
.sixth-home-block .banner-ispirazioni .slick-track > div {
  border-left: 1px solid #B1B1B1;
  padding-right: 25px;
  padding-left: 25px;
}
.sixth-home-block .banner-ispirazioni .slick-track > div:first-child {
  border-left: 1px solid transparent;
}
.sixth-home-block .banner-ispirazioni .slick-track > div .title {
  margin-top: 10px;
  font-family: "AttenNewMedium";
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
}
.sixth-home-block .banner-ispirazioni .slick-track > div .descript {
  font-family: "AttenNewRegular";
  font-size: 14px;
  line-height: 18px;
  color: #000;
}
@media (max-width: 767.98px) {
  .sixth-home-block .banner-ispirazioni .slick-track > div .descript {
    font-size: 16px;
  }
}
.box-tabproducts .nav-tabs {
  border: 0;
  padding-bottom: 20px;
  text-align: center;
}
.box-tabproducts .nav-tabs li {
  float: none;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.box-tabproducts .nav-tabs li a {
  display: block;
  padding: 10px 17px;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 1.2em;
}
.box-tabproducts .nav-tabs li a.active, .box-tabproducts .nav-tabs li a:hover {
  color: #000;
}
.box-tabproducts .ApProductCarousel {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 70px;
}

@media (max-width: 1199.98px) {
  .homepage-slider .carousel-caption h1 {
    font: 45px/50px "AttenNewRegular";
  }
  .features img {
    max-width: 20px;
  }
  .features .features .title {
    font: 14px/18px "OpenSansRegular";
    padding-left: 10px;
  }
}
@media (max-width: 991.98px) {
  .homepage-slider .carousel-caption h1 {
    font: 35px/40px "AttenNewRegular";
  }
  .homepage-slider .carousel-control.left {
    left: 30px;
  }
  .homepage-slider .carousel-control.right {
    right: 30px;
  }
  .homepage-categories .slick-slide {
    width: 50% !important;
    float: left;
    margin-bottom: 40px;
  }
  .padding-mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
  .features-container {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
  }
  .features .slick-slide {
    width: 50% !important;
    float: left;
    margin-bottom: 30px;
    min-height: 50px;
    text-align: center;
  }
  .features .slick-slide .title {
    font: 14px/18px "AttenNewRegular";
  }
  .partners .slick-slide {
    width: 33% !important;
    float: left;
    margin-bottom: 0px;
    min-height: 110px;
    text-align: center;
    padding: 30px 0px;
  }
  .partners .slick-slide:nth-child(3) {
    border-right: none;
  }
}
@media (max-width: 767.98px) {
  .homepage-slider .carousel-caption {
    left: 15px;
    right: 15px;
  }
  .homepage-slider .carousel-caption h1 {
    font: 32px/36px "AttenNewRegular";
  }
  .homepage-slider .carousel-caption .link {
    padding-left: 0;
  }
  .homepage-slider .carousel-caption .link:before {
    content: "";
    position: absolute;
    border-top: 1px solid #fff;
    width: 100%;
    left: 0px;
    right: 0;
    bottom: 0px;
    top: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    margin-right: 0px;
  }
  .homepage-slider .carousel-control {
    display: none;
  }
  .standard-block {
    padding: 35px 0px 15px;
  }
  .standard-block .title_block {
    margin-bottom: 10px;
  }
  .standard-block .block_content {
    padding-right: 0px;
  }
  .standard-block .btn-link {
    text-align: center;
    margin: 20px auto;
    display: block;
    max-width: 150px;
  }
  .standard-block .btn-link:hover {
    text-decoration: none;
  }
  .standard-block.no-padding-top {
    padding-top: 0px;
  }
  .testimonial-container {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .testimonial .title_block {
    display: none;
  }
  .testimonial .block-carousel-image-container .testimonial-image {
    max-width: 60%;
  }
  .testimonial .block-carousel-image-container .descript-container .descript {
    font: 14px/18px "AttenNewRegular";
    padding: 25px 20px 0px;
  }
  .testimonial div.slick-arrows .slick-arrow.slick-prev {
    left: 0px;
  }
  .testimonial div.slick-arrows .slick-arrow.slick-next {
    right: 0px;
  }
  .absolute-block {
    top: 22%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .absolute-block img {
    max-width: 120px;
  }
  .absolute-block .sub-title-widget {
    font: 14px/18px "AttenNewRegular";
    margin-bottom: 30px;
  }
  .absolute-block .title_block {
    font: 25px/30px "AttenNewRegular";
  }
  .features .left-block {
    text-align: left;
  }
  .features .slick-slide {
    width: 100% !important;
    margin-bottom: 20px;
    text-align: left;
  }
  .homepage-blog .title_block {
    margin-bottom: 25px;
  }
  .homepage-blog .blog-container .blog-meta .cat a,
.homepage-blog .blog-container .blog-meta .created {
    letter-spacing: 0;
  }
  .homepage-blog .blog-container .blog-meta .blog-title {
    font: 16px/20px "AttenNewBold";
  }
  .homepage-blog .blog-container .blog-meta .blog-desc {
    font: 14px/20px "AttenNewRegular";
  }
  .partners .slick-slide .left-block {
    padding: 0px 20px;
  }
}
@media (max-width: 575.98px) {
  .absolute-block {
    top: 10%;
    max-width: 80%;
    margin: 0 auto;
  }
}
#content.page-content > p {
  margin-bottom: 0;
}

/* PAGINA AZIENDA */
.first-block-azienda {
  padding-top: 70px;
  padding-bottom: 45px;
}
@media (max-width: 767.98px) {
  .first-block-azienda {
    padding-top: 35px;
    padding-bottom: 15px;
  }
}
.first-block-azienda .sub-title-widget {
  font-family: "OpenSansCondensed";
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 1.8px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 23px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .first-block-azienda .sub-title-widget {
    font-size: 25px;
    line-height: 37px;
  }
}
.first-block-azienda .block_content {
  padding-top: 23px;
  font-family: "AttenNewBook";
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.36px;
}

.second-block-azienda {
  padding-top: 45px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .second-block-azienda {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.second-block-azienda > .row {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .second-block-azienda > .row {
    flex-wrap: wrap;
  }
  .second-block-azienda > .row img {
    margin-bottom: 15px;
  }
}

.third-block-azienda,
.fifth-block-azienda,
.sixth-block-azienda {
  padding-top: 45px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .third-block-azienda,
.fifth-block-azienda,
.sixth-block-azienda {
    padding-top: 25px;
    padding-bottom: 30px;
  }
}
.third-block-azienda .block-content, .third-block-azienda > *,
.fifth-block-azienda .block-content,
.fifth-block-azienda > *,
.sixth-block-azienda .block-content,
.sixth-block-azienda > * {
  font-family: "AttenNewBook";
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.36px;
}

.third-block-azienda {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .third-block-azienda {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}

.sixth-block-azienda {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .sixth-block-azienda {
    padding-bottom: 40px;
  }
}

.seventh-block-azienda {
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  .seventh-block-azienda {
    padding-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .absolute-block-azienda img {
    width: 100% !important;
  }
}

.italic-block {
  width: 80%;
}
@media (max-width: 991.98px) {
  .italic-block {
    width: 100%;
  }
}
.italic-block .title_block {
  font-family: "OpenSansCondensed";
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 1.8px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .italic-block .title_block {
    font-size: 25px;
    line-height: 37px;
  }
}

.bottom-image {
  margin-top: 140px;
}
@media (max-width: 1399.98px) {
  .bottom-image {
    margin-top: 100px;
  }
}
@media (max-width: 1399.98px) {
  .bottom-image {
    margin-top: 20px;
  }
}

.bottom-image-mini {
  margin-top: 100px;
}
@media (max-width: 1399.98px) {
  .bottom-image-mini {
    margin-top: 80px;
  }
}
@media (max-width: 1399.98px) {
  .bottom-image-mini {
    margin-top: 20px;
  }
}

.absolute-wrapper {
  position: relative;
  top: -60px;
  z-index: -1;
  padding: 120px 15px 80px;
}
@media (max-width: 767.98px) {
  .absolute-wrapper {
    padding: 100px 15px 60px;
  }
}

.number {
  text-align: center;
}
@media (max-width: 767.98px) {
  .number {
    margin-bottom: 20px;
  }
}
.number .title_block {
  font: 40px/55px "OpenSansCondensed";
  font-style: italic;
  font-weight: 600;
  letter-spacing: 6px;
  color: #2B2E34;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .number .title_block {
    font: 35px/45px "OpenSansCondensed";
    font-weight: 600;
    margin-bottom: 0px;
  }
}
.number .sub-title-widget {
  font: 16px/22px "OpenSansCondensed";
  font-style: italic;
  font-weight: 600;
  letter-spacing: 1.6px;
  color: #2B2E34;
}

.last-block-azienda {
  padding: 40px 15px;
}
@media (max-width: 1199.98px) {
  .last-block-azienda {
    padding: 20px 15px;
  }
}
@media (max-width: 991.98px) {
  .last-block-azienda {
    padding: 20px 15px;
  }
}
@media (max-width: 767.98px) {
  .last-block-azienda {
    padding: 20px 15px;
  }
  .last-block-azienda .ApImage img {
    width: 100% !important;
  }
}

@media (max-width: 1199.98px) {
  .cms-id-1 #js-product-list-header-custom {
    padding-top: 50px !important;
  }
}
@media (max-width: 767.98px) {
  .cms-id-1 #js-product-list-header-custom {
    padding-bottom: 20px !important;
  }
}

.download-box {
  width: 100%;
  min-height: 250px;
  background-color: #f3f2f0;
  margin-bottom: 30px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.download-box:hover {
  cursor: pointer;
  background-color: #DBD9D3;
}
.download-box:hover .title_block {
  text-decoration: underline;
}
.download-box .title_block {
  font: 18px/22px "AttenNewRegular";
  color: #000;
  letter-spacing: 0.36px;
  position: absolute;
  left: 40px;
  bottom: 60px;
}

.technical-sheets .panel-default {
  border-bottom: 1px solid #000;
}
.technical-sheets .panel-default .panel-heading {
  background-color: transparent;
  border: none;
  padding: 20px 0px;
}
.technical-sheets .panel-default .panel-heading .panel-title {
  border: none;
  background-color: transparent;
  font: 18px/22px "AttenNewRegular";
  color: #000;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .technical-sheets .panel-default .panel-heading .panel-title {
    font: 14px/18px "AttenNewRegular";
    letter-spacing: 0px;
  }
}
.technical-sheets .panel-default .panel-heading .panel-title a:before {
  font-size: 30px;
}
.technical-sheets .panel-default .panel-heading .panel-title a[aria-expanded=true]:before {
  top: -10px;
}
.technical-sheets .panel-default .panel-collapse .panel-body {
  width: 80%;
  margin: 0 auto;
  border: none;
}
@media (max-width: 767.98px) {
  .technical-sheets .panel-default .panel-collapse .panel-body {
    width: 100%;
  }
}

.download-group {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .download-group {
    margin-bottom: 0px;
  }
}

.back-download a:hover .title_block {
  text-decoration: underline;
}
.back-download .title_block {
  display: inline-block;
  font: 16px/22px "AttenNewRegular";
  color: #000;
  letter-spacing: 0.36px;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 479.98px) {
  .grid-container {
    display: flex;
    flex-direction: column;
  }
}
.grid-container .grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .grid-container .grid-item:nth-child(-n+4) {
    border-bottom: 1px solid #fff;
  }
  .grid-container .grid-item:nth-child(4n+1) {
    border-right: 1px solid #fff;
  }
  .grid-container .grid-item:nth-child(4n+2) {
    border-right: 1px solid #fff;
  }
  .grid-container .grid-item:nth-child(4n) {
    border-left: 1px solid #fff;
  }
  .grid-container .grid-item:nth-child(n+9) {
    border-top: 1px solid #fff;
  }
}
@media (max-width: 991.98px) {
  .grid-container .grid-item {
    border-bottom: 1px solid #fff;
  }
  .grid-container .grid-item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .grid-container .grid-item:last-child {
    border-bottom: 0;
  }
  .grid-container .grid-item:nth-last-child(2) {
    grid-column: 1;
    border-bottom: 0;
  }
  .grid-container .grid-item:last-child {
    grid-column: 2;
    border-bottom: 0;
  }
}
@media (max-width: 479.98px) {
  .grid-container .grid-item:nth-child(odd) {
    border-right: 0;
  }
  .grid-container .grid-item:nth-last-child(2) {
    grid-column: 1;
    border-bottom: 1px solid #fff;
  }
  .grid-container .grid-item:last-child {
    grid-column: 2;
    border-bottom: 0;
  }
}

.manufacturer-block {
  text-align: center;
}
.manufacturer-block h4 {
  font: 16px/28px "AttenNewRegular";
  letter-spacing: 0.28px;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 0px;
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .manufacturer-block h4 {
    padding: 20px 0;
  }
}

.gallery {
  margin-bottom: 30px;
}
.gallery .image-container {
  position: relative;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  cursor: pointer;
}
.gallery .image-container .background-opacity {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.gallery .image-container .description-container {
  opacity: 0;
  position: absolute;
  left: 30px;
  bottom: 60px;
  width: 100%;
  z-index: 2;
}
.gallery .image-container .description-container .title_block {
  font: 16px/20px "AttenNewMedium";
  color: #fff;
}
.gallery .image-container .description-container .sub-title-widget {
  font: 14px/18px "AttenNewRegular";
  color: #fff;
}
.gallery .image-container:hover .background-opacity,
.gallery .image-container:hover .description-container {
  opacity: 1;
}

.certification {
  margin-bottom: 40px;
}
.certification img {
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .check-list-pub .standard-block {
    padding-top: 0;
  }
}
.instagram-block .owl-item .image {
  margin-bottom: 30px;
}
.instagram-block .owl-item .image a:before {
  content: "\e902";
  font-family: "icomoon";
}

@media (max-width: 1199.98px) {
  .main-pubblicitari {
    padding: 0px 0px 40px !important;
  }
}

.gallery-pubblicitari {
  padding-bottom: 40px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1199.98px) {
  .gallery-pubblicitari {
    padding-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .gallery-pubblicitari {
    padding-bottom: 40px;
  }
}
.gallery-pubblicitari .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
.gallery-pubblicitari .slick-slide {
  padding: 0px 20px;
  margin-bottom: 40px;
  height: auto;
}
@media (max-width: 1199.98px) {
  .gallery-pubblicitari .slick-slide {
    padding: 0px 20px;
  }
}
@media (max-width: 991.98px) {
  .gallery-pubblicitari .slick-slide {
    padding: 0px 20px;
  }
}
@media (max-width: 767.98px) {
  .gallery-pubblicitari .slick-slide {
    padding: 0px 40px;
  }
}
.gallery-pubblicitari .slick-slide .left-block {
  position: relative;
}
.gallery-pubblicitari .slick-slide .left-block img {
  max-height: 300px;
}
@media (max-width: 1199.98px) {
  .gallery-pubblicitari .slick-slide .left-block img {
    max-height: 300px;
  }
}
@media (max-width: 991.98px) {
  .gallery-pubblicitari .slick-slide .left-block img {
    max-height: 300px;
  }
}
@media (max-width: 767.98px) {
  .gallery-pubblicitari .slick-slide .left-block img {
    max-height: 200px;
  }
}
.gallery-pubblicitari .slick-arrows .slick-arrow {
  height: 30px;
  width: 30px;
  bottom: -20px;
  top: unset;
}
.gallery-pubblicitari .slick-arrows .slick-arrow.slick-prev {
  left: 35%;
}
@media (max-width: 1199.98px) {
  .gallery-pubblicitari .slick-arrows .slick-arrow.slick-prev {
    left: 35%;
  }
}
@media (max-width: 991.98px) {
  .gallery-pubblicitari .slick-arrows .slick-arrow.slick-prev {
    left: 35%;
  }
}
@media (max-width: 767.98px) {
  .gallery-pubblicitari .slick-arrows .slick-arrow.slick-prev {
    left: 35%;
  }
}
.gallery-pubblicitari .slick-arrows .slick-arrow.slick-prev:before {
  content: "\e908";
}
.gallery-pubblicitari .slick-arrows .slick-arrow.slick-next {
  right: 35%;
}
@media (max-width: 1199.98px) {
  .gallery-pubblicitari .slick-arrows .slick-arrow.slick-next {
    right: 35%;
  }
}
@media (max-width: 991.98px) {
  .gallery-pubblicitari .slick-arrows .slick-arrow.slick-next {
    right: 35%;
  }
}
@media (max-width: 767.98px) {
  .gallery-pubblicitari .slick-arrows .slick-arrow.slick-next {
    right: 35%;
  }
}
.gallery-pubblicitari .slick-arrows .slick-arrow.slick-next:before {
  content: "\e907";
}
.gallery-pubblicitari .slick-count {
  position: absolute;
  z-index: 90;
  bottom: 40px;
  left: 0;
  right: 0;
  font: 16px/20px "AttenNewMedium";
  color: #000;
  text-align: center;
  width: 50px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .gallery-pubblicitari .slick-count {
    bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .gallery-pubblicitari .slick-count {
    bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .submit_btn_right {
    text-align: center !important;
  }
}

.breadcrumb {
  width: 100%;
  background: none;
  margin: 0 0 40px;
  font-size: 14px;
  position: relative;
  text-align: left;
  padding: 20px 0 0;
}
.breadcrumb :after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumb ol {
  margin: auto 0 auto auto;
  font-size: 12px;
}
.breadcrumb ol li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}
.breadcrumb ol li a {
  position: relative;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  font: 12px/12px "AttenNewRegular";
  letter-spacing: 0.24px;
  color: #000;
  text-transform: uppercase;
}
.breadcrumb ol li a:hover {
  color: #000;
}
.breadcrumb ol li a:after {
  content: "/";
  position: absolute;
  top: 1px;
  right: -10px;
  color: #000;
}
.breadcrumb ol li:last-child {
  margin: 0;
}
.breadcrumb ol li:last-child a {
  padding: 0;
  font: 12px/12px "AttenNewBold";
  letter-spacing: 0.24px;
  color: #000;
}
.breadcrumb ol li:last-child a:after {
  display: none;
}
.breadcrumb h1 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 15px;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.in {
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #BFBFBF;
}
.modal-header:after {
  content: "";
  display: table;
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
}
.modal-footer:after {
  content: "";
  display: table;
  clear: both;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

#blockcart-modal {
  color: #000;
}
#blockcart-modal .modal-body {
  padding: 30px;
}
#blockcart-modal .modal-body .divide-right span {
  display: inline-block;
  margin: 0 0 7px;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0;
}
#blockcart-modal .modal-body .divide-right p {
  color: #000;
}
#blockcart-modal .cart-content-btn {
  margin-top: 10px;
  text-align: right;
  padding: 15px 0 0;
}
#blockcart-modal .modal-dialog {
  max-width: 900px;
  width: 100%;
}
#blockcart-modal .product-image {
  width: 210px;
  max-width: 100%;
}
#blockcart-modal .modal-header {
  background-color: transparent;
  border: 0;
}
#blockcart-modal .modal-header .close {
  color: #000;
  text-shadow: none;
}
#blockcart-modal .modal-header .modal-title {
  margin-top: 8px;
  text-transform: uppercase;
  text-align: left;
  font: 18px/22px "AttenNewBold";
  letter-spacing: 1px;
  color: #000;
}
#blockcart-modal .modal-header .modal-title i.material-icons {
  margin: 0 10px 0 0;
  vertical-align: -2px;
}
#blockcart-modal .modal-header .modal-title .icon-check {
  display: inline-block;
  margin-right: 10px;
}
#blockcart-modal .product-name {
  font: 14px/18px "AttenNewRegular";
  margin-bottom: 10px;
}
#blockcart-modal .cart-products-count {
  font: 14px/18px "AttenNewRegular";
}
#blockcart-modal .cart-content {
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  #blockcart-modal .cart-content {
    padding: 0;
  }
}
#blockcart-modal .cart-content button {
  margin-right: 5px;
}
#blockcart-modal .divide-right {
  border-right: 1px solid #BFBFBF;
}

#product-modal .modal-dialog {
  max-width: 700px;
  margin: 30px auto;
}
#product-modal .modal-content {
  border: none;
  padding: 0;
}
#product-modal .modal-content .modal-body {
  padding: 10px 170px 10px 10px;
  background: #fff;
}
#product-modal .modal-content .modal-body .product-cover-modal {
  background: white;
  width: 100%;
  max-width: 100%;
}
#product-modal .modal-content .modal-body .image-caption {
  padding: 10px 20px;
}
#product-modal .modal-content .modal-body .image-caption p {
  margin-bottom: 0;
}
#product-modal .modal-content .modal-body .thumbnails {
  position: absolute;
  top: 10px;
  right: 10px;
}
#product-modal .modal-content .modal-body .mask {
  position: relative;
  overflow: hidden;
  height: 475px;
  z-index: 1;
}
#product-modal .modal-content .modal-body .mask.nomargin {
  margin-top: 0;
}
#product-modal .modal-content .modal-body .product-images img {
  width: 150px;
  cursor: pointer;
  background: white;
  border: 2px solid transparent;
}
#product-modal .modal-content .modal-body .product-images img:hover, #product-modal .modal-content .modal-body .product-images img.selected {
  border: 2px solid #ccc;
}
#product-modal .modal-content .modal-body .arrows {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 0;
  display: none;
  opacity: 1 !important;
  cursor: pointer;
}
#product-modal .modal-content .modal-body .arrows.scroll {
  display: block;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
  position: absolute;
  top: 20px;
  right: 55%;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
  position: absolute;
  top: 20px;
  left: 55%;
}
#product-modal .modal-content .modal-body .arrows i {
  font-size: 24px;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #000;
}
#product-modal .modal-content .modal-body .arrows i:hover {
  color: #000;
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px;
  }
}
@media (min-width: 768px) {
  #blockcart-modal .modal-body > .row {
    margin: 0 -20px;
  }
  #blockcart-modal .modal-body > .row > div {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (max-width: 991.98px) {
  #blockcart-modal .cart-content a.btn {
    flex: auto;
  }
  #blockcart-modal .cart-content button.btn {
    flex: auto;
    margin-right: 0;
  }
  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px);
  }
  #blockcart-modal .modal-body {
    padding: 20px;
  }
  .product-cover img {
    width: 100%;
  }
  #product-modal .modal-content .modal-body {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -moz-flex-direction: column;
    margin-left: 0;
  }
  #product-modal .modal-content .modal-body img.product-cover-modal {
    width: 100%;
  }
  #product-modal .modal-content .modal-body .arrows {
    display: none;
  }
  #product-modal .modal-content .modal-body .image-caption {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  #blockcart-modal .divide-right {
    border-right: none;
    border-bottom: 1px solid #BFBFBF;
    margin: 0 15px 15px;
    padding-bottom: 15px;
  }
  #blockcart-modal .modal-body {
    padding: 16px;
  }
  #blockcart-modal .cart-content-btn {
    justify-content: center;
  }
}
@media (max-width: 479.98px) {
  #blockcart-modal .cart-content-btn {
    justify-content: center;
  }
  #blockcart-modal .cart-content-btn > * {
    flex: 0 0 100%;
    max-width: 190px;
  }
  #blockcart-modal .cart-content-btn > button {
    margin-bottom: 15px;
  }
}
.plist-dsimple .thumbnail-container {
  position: relative;
  margin-bottom: 20px;
}
.plist-dsimple .thumbnail-container .product-image {
  position: relative;
  overflow: hidden;
}
.plist-dsimple .thumbnail-container .product-image img {
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}
.plist-dsimple .thumbnail-container:hover .product-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.plist-dsimple .thumbnail-container .product-meta .product-title {
  text-align: left;
}
.plist-dsimple .thumbnail-container .product-meta .product-title a {
  font: 16px/22px "AttenNewRegular";
  letter-spacing: 0.32px;
  color: #000;
}
.plist-dsimple .thumbnail-container .product-meta .product-title a:hover {
  color: #000;
}
.plist-dsimple .thumbnail-container .product-meta .product-price-and-shipping {
  text-align: left;
}
.plist-dsimple .thumbnail-container .product-meta .product-price-and-shipping .price {
  font: 18px/24px "AttenNewMedium";
  letter-spacing: 0.36px;
  color: #000;
}
.plist-dsimple .thumbnail-container .product-meta .product-price-and-shipping .regular-price {
  color: #000;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 500;
  margin: 0 5px 0 0;
}
.plist-dsimple .thumbnail-container .product-meta .product-price-and-shipping .regular-price + span.price {
  color: red;
}
.plist-dsimple .thumbnail-container .product-meta .product-price-and-shipping .discount-percentage {
  margin: 0 5px 0 0;
}

.plist-default .thumbnail-container {
  position: relative;
  margin-bottom: 20px;
}
.plist-default .thumbnail-container .product-image {
  position: relative;
  background-color: #F9F9F9;
  padding: 20px;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
}
.plist-default .thumbnail-container .product-image .slick-arrow {
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.plist-default .thumbnail-container:hover .pro3-btn {
  opacity: 1;
  visibility: visible;
}
.plist-default .thumbnail-container:hover .product-image > .wishlist .leo-wishlist-button {
  opacity: 1;
}
.plist-default .thumbnail-container:hover .product-additional {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.plist-default .thumbnail-container:hover .leo-more-info {
  width: 90px;
  opacity: 1;
  filter: alpha(opacity=100);
  right: -90px;
}
.plist-default .thumbnail-container .product-meta {
  padding: 0 0 10px;
}
.plist-default .thumbnail-container .product-title {
  text-transform: none;
  margin: 0px;
  float: left;
}
.plist-default .thumbnail-container .product-title a {
  display: block;
  padding: 10px 0;
  font: 18px/26px "AttenNewMedium";
  color: #000;
}
.plist-default .thumbnail-container .product-title a:hover {
  color: #000;
}
.plist-default .thumbnail-container .p-name {
  position: relative;
  margin: 0 0 10px;
  padding: 0 35px 0 0;
}
.plist-default .thumbnail-container .p-name .leo-wishlist-button {
  position: absolute;
  top: 10px;
  right: 5px;
  padding: 0;
  border: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #000;
  background: none;
  overflow: hidden;
}
.plist-default .thumbnail-container .p-name .leo-wishlist-button:hover, .plist-default .thumbnail-container .p-name .leo-wishlist-button:active, .plist-default .thumbnail-container .p-name .leo-wishlist-button:focus {
  color: #000;
  background: none;
}
.plist-default .thumbnail-container .p-name .leo-wishlist-button i {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0;
}
.plist-default .thumbnail-container .p-name .leo-wishlist-button i:before {
  content: "\e87d";
  font-family: "Material Icons";
  font-size: 14px;
}
.plist-default .thumbnail-container .p-name .leo-wishlist-button .leo-wishlist-bt-content span {
  display: none;
}
.plist-default .thumbnail-container .p-name .leo-wishlist-button.added i:before {
  content: "\f004";
}
.plist-default .thumbnail-container .p-name .leo-wishlist-button-dropdown {
  position: static;
}
.plist-default .thumbnail-container .p-name .leo-wishlist-button-dropdown .leo-list-wishlist {
  left: auto;
  right: 0;
}
.plist-default .thumbnail-container .p-price {
  position: relative;
  padding: 0 40px 0 0;
}
.plist-default .thumbnail-container .p-price .discount-percentage {
  display: none;
}
.plist-default .thumbnail-container .p-price .add-to-cart {
  font-size: 13px;
  padding: 0;
  line-height: 24px;
  height: 24px;
  min-width: 24px;
  background: none;
  color: #000;
  border: 0;
  position: absolute;
  top: 0;
  width: auto;
}
.plist-default .thumbnail-container .p-price .product-price-and-shipping {
  display: block;
  transition: all 0.3s 0.1s;
  -moz-transition: all 0.3s 0.1s;
  -webkit-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  line-height: 24px;
}
.plist-default .thumbnail-container .product-additional {
  position: absolute;
  top: 0px;
  visibility: hidden;
  left: 0px;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.plist-default .thumbnail-container .comments_note {
  color: #ccc;
}
.plist-default .thumbnail-container .variant-links {
  width: 100%;
  padding-top: 3px;
  min-height: 30px;
}
.plist-default .thumbnail-container .product-description-short {
  display: none;
  line-height: 20px;
}
.plist-default .thumbnail-container a.product-thumbnail .product-additional img {
  background: #F9F9F9;
  padding: 0px;
}

@media (max-width: 1199.98px) {
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product,
.plist-dsimple .thumbnail-container .pro3-btn .quick-view {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 991.98px) {
  .plist-dsimple .thumbnail-container .functional-buttons {
    padding: 3px 1.5px;
  }
  .plist-dsimple .thumbnail-container .functional-buttons a.quick-view,
.plist-dsimple .thumbnail-container .functional-buttons .btn-product {
    font-size: 10px;
    letter-spacing: 0;
  }
  .plist-dsimple .thumbnail-container .product-image > .wishlist .leo-wishlist-button {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
  .plist-dsimple .thumbnail-container .p-price .add-to-cart {
    right: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
  }
  .plist-dsimple .thumbnail-container .p-price .add-to-cart .leo-bt-cart-content i {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 0;
  }
  .plist-dsimple .thumbnail-container .p-price .add-to-cart .leo-bt-cart-content i:before {
    font-size: 16px;
  }
  .plist-dsimple .thumbnail-container .p-price .add-to-cart .leo-bt-cart-content span {
    display: none;
  }
  .plist-dsimple .thumbnail-container .pro3-btn {
    bottom: 2px;
    left: 2px;
    right: 2px;
  }
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product,
.plist-dsimple .thumbnail-container .pro3-btn .quick-view {
    margin: 2px;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 479.98px) {
  .plist-dsimple .thumbnail-container .product-image img {
    width: 100%;
  }
  .plist-dsimple .thumbnail-container .pro3-btn {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product,
.plist-dsimple .thumbnail-container .pro3-btn .quick-view {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (min-width: 992px) {
  .plist-dsimple .thumbnail-container .functional-buttons a.quick-view,
.plist-dsimple .thumbnail-container .functional-buttons .btn-product {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .plist-dsimple .thumbnail-container:hover .p-price .add-to-cart {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .plist-dsimple .thumbnail-container:hover .p-price .add-to-cart.disable {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .plist-dsimple .thumbnail-container:hover .p-price .product-price-and-shipping {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    transform: translateX(70px);
  }
  .plist-dsimple .thumbnail-container .pro3-btn {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 480px) {
  .plist-dsimple .thumbnail-container .functional-buttons a.quick-view,
.plist-dsimple .thumbnail-container .functional-buttons .btn-product {
    font-size: 10px;
  }
}
.sidebar .ApColumn .block {
  margin-bottom: 0;
}
.sidebar .ApColumn .block.ApImage {
  padding: 0;
}
.sidebar .ApColumn .block.ApImage img {
  max-width: 100%;
}
.sidebar #search_filters_wrapper {
  border: 1px solid #ccc;
}
.sidebar #search_filters_wrapper .block {
  border: 0;
}
.sidebar .block {
  margin: 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
}
.sidebar .block.af, .sidebar .block:last-child {
  border-bottom: 1px solid #ccc;
}
.sidebar .block.featured-products {
  padding: 30px 0;
}
.sidebar .block .title_block {
  font-size: 18px;
  padding: 20px 0;
  position: relative;
  margin: 0;
  text-transform: uppercase;
}
.sidebar .block .title_block a {
  color: #000;
}
.sidebar .block .title_block.products-section-title {
  text-align: left;
  letter-spacing: 0;
  padding: 20px 30px;
  margin: 0 0 15px;
}
.sidebar .block .block_content:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .block .products .ajax_block_product {
  float: left;
  width: 100%;
}
.sidebar .block .products .thumbnail-container {
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 0 0 15px;
}
.sidebar .block .products .thumbnail-container:after {
  content: "";
  display: block;
  clear: both;
}
.sidebar .block .products .thumbnail-container .product-meta {
  text-align: left;
}
.sidebar .block .products .thumbnail-container .leo-pro-attr-section,
.sidebar .block .products .thumbnail-container input.leo_cart_quantity,
.sidebar .block .products .thumbnail-container .product-thumbnail:before {
  display: none;
}
.sidebar .block .products .thumbnail-container .product-image {
  width: 40%;
  float: left;
  padding: 0 10px 0 0;
  border: 0;
  margin: 0;
}
.sidebar .block .products .thumbnail-container .product-meta {
  width: 60%;
  float: left;
  padding: 0 0 0 10px;
  margin: 0;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.sidebar .block .products .thumbnail-container .product-meta img {
  max-width: 100%;
}
.sidebar .block .products .thumbnail-container .highlighted-informations,
.sidebar .block .products .thumbnail-container .quickview,
.sidebar .block .products .thumbnail-container .product-flags,
.sidebar .block .products .thumbnail-container .functional-buttons,
.sidebar .block .products .thumbnail-container .button-container,
.sidebar .block .products .thumbnail-container .wishlist,
.sidebar .block .products .thumbnail-container .leo-wishlist-button-dropdown,
.sidebar .block .products .thumbnail-container .compare,
.sidebar .block .products .thumbnail-container .pro-info,
.sidebar .block .products .thumbnail-container .leo-more-info {
  display: none;
}
.sidebar .block .products .thumbnail-container .product-additional {
  right: 15px;
  left: 15px;
}
.sidebar .block .products .thumbnail-container .product-title a {
  padding: 10px 0 5px;
}
.sidebar .block .products .thumbnail-container .product-price-and-shipping {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: visible;
}
.sidebar .block .products .thumbnail-container .addToCartFormWrapper {
  display: none;
}
.sidebar .block .products .thumbnail-container .leo-bt-cart {
  min-width: 30px;
}
.sidebar .block .products .thumbnail-container .leo-bt-cart i {
  display: inline-block;
}
.sidebar .block .products .thumbnail-container .leo-bt-cart .leo-bt-cart-content span {
  display: none;
}
.sidebar .block a.all-product-link {
  font-size: 12px;
  text-transform: capitalize;
  border: 0;
  font-weight: normal;
  margin: 0 15px;
  padding: 10px 0;
  color: #333;
  background: none;
  text-decoration: underline;
}
.sidebar .block a.all-product-link:hover,
.sidebar .block a.all-product-link:active,
.sidebar .block a.all-product-link:focus {
  color: #000;
  background: none;
}
.sidebar .block .list-group-item {
  border: none;
  padding: 10px 0;
}
.sidebar .js-search-filters-clear-all {
  text-decoration: underline;
  background: none;
  color: #333;
  padding: 12px 15px;
}
.sidebar .js-search-filters-clear-all:hover, .sidebar .js-search-filters-clear-all:active, .sidebar .js-search-filters-clear-all:focus {
  color: #000;
  background: none;
}

.category-default {
  margin: 0 0 2px;
}
.category-default a {
  color: #ccc;
  text-transform: capitalize;
  font-size: 0.8em;
  letter-spacing: 1px;
  font-weight: 600;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.category-default a:hover {
  color: #000;
}

.block-category {
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .block-category {
    padding-bottom: 20px;
  }
}
.block-category h1 {
  font: 24px/32px "AttenNewRegular";
  color: #000;
  margin-bottom: 0px;
}
.block-category .category-cover {
  margin: 0 auto 0 0;
}
.block-category .category-cover img {
  height: auto;
}
.block-category #category-description {
  padding: 15px 0;
}
.block-category #category-description + .category-cover {
  width: 20%;
  min-width: 80px;
  margin: 0 20px 10px 0;
  float: left;
}
.block-category #category-description p,
.block-category #category-description strong {
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
  line-height: 20px;
}
.block-category #category-description strong, .block-category #category-description a {
  font-weight: 600;
}

.products-selection .sort-by-row {
  width: 100%;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #919191;
  margin-bottom: 10px;
}
.products-selection .sort-by {
  white-space: normal;
  word-break: break-word;
  text-align: left;
  font-family: "AttenNewBook";
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.36px;
  color: #5C5C5C;
  display: flex;
  align-items: center;
}
.products-selection .sort-by span {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 8px;
}
.products-selection .sort-by .icon-filter svg {
  width: 21.912px;
  height: 11.171px;
}
.products-selection .total-products {
  padding-top: 6px;
}
.products-selection .total-products p {
  margin: 0;
  line-height: 25px;
  display: none;
}
.products-selection .showing {
  padding-top: 10px;
}
.products-selection h1 {
  padding-top: 10px;
}
.products-selection .products-counter {
  display: none;
  float: right;
  font: 14px/18px "AttenNewRegular";
  color: #919191;
}
.products-selection .display > div {
  float: left;
  margin-right: 5px;
}
.products-selection .display > div a {
  cursor: pointer;
  text-align: center;
  color: #000;
  line-height: 25px;
  display: inline-block;
  width: 25px;
  height: 25px;
  font-size: 14px;
}
.products-selection .display > div a:hover {
  color: #000;
}
.products-selection .display > div.selected a {
  color: #333;
}
.products-selection .filter-button .btn-primary {
  padding: 7px 8px 6px;
}

.products-sort-order {
  color: #000;
  display: inline-block;
}
.products-sort-order .select-title {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  background-color: transparent;
  cursor: pointer;
  font: 14px/14px "AttenNewRegular";
  letter-spacing: 0.56px;
  color: #000;
  position: relative;
  border: 0;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  padding: 0 25px 0 0;
  text-align: center;
}
.products-sort-order .select-title i {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  position: absolute;
  top: 0;
  right: 0;
}
.products-sort-order.open .select-title {
  color: #000;
}
.products-sort-order.open .dropdown-menu {
  display: block;
  background-color: #F5F5F5;
  padding: 15px;
}
.products-sort-order .select-list {
  display: block;
  font: 14px/18px "AttenNewRegular";
  letter-spacing: 0.56px;
  color: #000;
  padding: 5px 0px;
  margin-left: -15px;
}
.products-sort-order .select-list:hover {
  color: #000;
}
.products-sort-order .dropdown-menu {
  left: auto;
  width: auto;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  text-align: left;
  position: absolute;
  top: 25px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #666;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
}

#search_filters_wrapper {
  display: inline-block;
}

#search_filters {
  line-height: 10px;
}
#search_filters .facet {
  padding: 0px;
  margin: 0px;
  display: inline-block;
}
#search_filters .facet .collapse {
  display: block;
}
#search_filters .facet .facet-title {
  margin: 0 0 10px;
}
#search_filters .facet .facet-label,
#search_filters .facet .custom-checkbox {
  margin-bottom: 0;
}
#search_filters .facet .facet-label a,
#search_filters .facet .custom-checkbox a {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: auto;
}
#search_filters .facet .facet-label {
  display: block;
  text-align: left;
  padding: 7px 20px 7px 0;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  font-weight: 400;
}
#search_filters .facet .facet-label .magnitude {
  position: absolute;
  top: 5px;
  height: 20px;
  min-width: 20px;
  display: inline-block;
  right: 5px;
  color: #000;
  font-size: 12px;
}
#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
  top: 0;
  margin-right: 0;
}
#search_filters .facet .facet-dropdown {
  color: #000;
  box-sizing: border-box;
  position: relative;
  padding: 0px 25px;
  cursor: pointer;
}
#search_filters .facet .facet-dropdown a span {
  font: 14px/18px "AttenNewRegular";
  letter-spacing: 0.56px;
  color: #000;
}
#search_filters .facet .facet-dropdown .dropdown-menu {
  padding: 15px;
  left: auto;
  width: 100%;
  border: none;
  background-color: #F5F5F5;
}
#search_filters .facet .facet-dropdown .dropdown-menu a {
  display: block;
  font: 14px/18px "AttenNewRegular";
  letter-spacing: 0.56px;
  color: #000;
  padding: 5px 0px;
}
#search_filters .clear-all-wrapper {
  display: inline-block;
}
#search_filters .clear-all-wrapper button {
  font: 12px/16px "AttenNewRegular";
  letter-spacing: 0.56px;
  color: #919191;
  border: 1px solid #BFBFBF;
  background-color: transparent;
  padding: 0px 15px;
  top: -6px;
  position: absolute;
  right: 15px;
}
#search_filters .clear-all-wrapper button span {
  color: #000;
}

.pagination {
  width: 100%;
  background: #fff;
  min-height: 50px;
  padding: 20px 0;
  border-top: 1px solid #919191;
  text-align: center;
}
.pagination:after {
  content: "";
  display: block;
  clear: both;
}
.pagination > div {
  width: 100%;
  text-align: center !important;
  font: 14px/18px "AttenNewRegular";
  letter-spacing: 0.56px;
  color: #000;
}
.pagination .page-list {
  padding: 20px 0;
  margin-bottom: 0;
  text-align: center !important;
}
.pagination .page-list li {
  display: inline;
}
.pagination .page-list li a {
  padding: 0 8px;
  font-weight: 600;
}
.pagination .page-list li span {
  display: none;
}
.pagination .page-list li span.spacer {
  display: inline-block;
}
.pagination a {
  color: #ccc;
  font-weight: 400;
  display: inline-block;
}
.pagination a:hover, .pagination a:focus {
  color: #000;
  text-decoration: none;
}
.pagination .disabled {
  color: #ccc;
  cursor: no-drop;
}
.pagination .disabled:hover {
  color: #000;
}
.pagination .current a {
  color: #000;
  text-decoration: none;
}

.active_filters {
  padding: 10px 0px;
}
.active_filters .active-filter-title {
  display: inline;
  font-weight: 400;
  margin: 0 10px 0 0;
  font-size: 13px;
  color: #000;
}
.active_filters ul {
  display: inline;
}
.active_filters .filter-block {
  font: 12px/16px "AttenNewRegular";
  letter-spacing: 0.56px;
  color: #919191;
  margin-bottom: 10px;
  border: 1px solid #BFBFBF;
  padding: 10px;
  display: inline-block;
  margin-right: 10px;
}
.active_filters .filter-block .icon-clear {
  color: #000;
  font-size: 16px;
  top: 2px;
  opacity: 1;
  filter: alpha(opacity=100);
  margin-left: 5px;
  position: relative;
}

.block-categories .category-top-menu {
  margin: 0px;
}
.block-categories .category-sub-menu {
  margin: 0px;
}
.block-categories .category-sub-menu li {
  position: relative;
  padding: 0 0 0 20px;
}
.block-categories .category-sub-menu li:after {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  background-color: #ccc;
  position: absolute;
  display: block;
  top: 16px;
  left: 0;
}
.block-categories .category-sub-menu li .navbar-toggler[aria-expanded=true] + :after {
  background-color: #000;
}
.block-categories .category-sub-menu li:hover:after {
  background-color: #000;
}
.block-categories .category-sub-menu li > a {
  width: 100%;
  display: block;
  margin: 0;
  line-height: 20px;
  padding: 10px 0;
  text-transform: capitalize;
}
.block-categories .category-sub-menu li > a:hover {
  color: #000;
}
.block-categories .category-sub-menu li[data-depth="0"] ul.category-sub-menu {
  padding-top: 10px;
}

.block-categories .collapse-icons {
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 40px;
  padding: 0;
  cursor: pointer;
  font-size: 0.9375rem;
  border: 0;
  width: 40px;
  height: 40px;
  right: -16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.block-categories .collapse-icons:hover {
  color: #000;
}
.block-categories .collapse-icons .remove {
  display: none;
}
.block-categories .collapse-icons i {
  opacity: 0;
  visibility: hidden;
}
.block-categories .collapse-icons:before {
  font-family: "Material Icons";
  content: "add";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.block-categories .collapse-icons[aria-expanded=true] .add {
  display: none;
}
.block-categories .collapse-icons[aria-expanded=true] .remove {
  display: inline-block;
}
.block-categories .collapse-icons[aria-expanded=true]:before {
  content: "remove";
}
.block-categories .arrows {
  position: absolute;
  top: 0px;
  text-align: center;
  line-height: 40px;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  right: -16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.block-categories .arrows .arrow-right,
.block-categories .arrows .arrow-down {
  font-size: 13px;
  cursor: pointer;
  margin-left: 2px;
}
.block-categories .arrows:hover {
  color: #000;
}
.block-categories .arrows .arrow-down {
  display: none;
}
.block-categories .arrows i {
  opacity: 0;
  visibility: hidden;
}
.block-categories .arrows:before {
  font-family: "Material Icons";
  content: "add";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.block-categories .arrows[aria-expanded=true] .arrow-right {
  display: none;
}
.block-categories .arrows[aria-expanded=true] .arrow-down {
  display: inline-block;
}
.block-categories .arrows[aria-expanded=true]:before {
  content: "remove";
}

.facets-title {
  color: #333;
}

.product_list.list .ajax_block_product {
  width: 100%;
}
.product_list.list .ajax_block_product:hover {
  z-index: 2;
}
.product_list.list .thumbnail-container {
  text-align: left;
}
.product_list.list .thumbnail-container:after {
  content: "";
  display: block;
  clear: both;
}
.product_list.list .thumbnail-container .product-title {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.product_list.list .thumbnail-container .product-title a {
  color: #000;
  padding: 0 0 10px;
}
.product_list.list .thumbnail-container .product-title a:hover {
  color: #000;
}
.product_list.list .thumbnail-container .product-meta {
  position: relative;
  float: left;
  width: 66.66667%;
  text-align: left;
  padding: 30px;
  background: none;
  transform: none !important;
}
.product_list.list .thumbnail-container .pro-btn {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 0 0 15px;
}
.product_list.list .thumbnail-container .product-description-short {
  display: inline-block;
}
.product_list.list .thumbnail-container .product-price-and-shipping .discount-percentage {
  vertical-align: 2px;
}
.product_list.list .thumbnail-container .product-price-and-shipping .price {
  font-size: 16px;
}
.product_list.list .thumbnail-container .product-price-and-shipping .regular-price {
  font-size: 16px;
}
.product_list.list .thumbnail-container .p-action .p-top {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product_list.list .thumbnail-container .p-action .p-top .leo-list-product-reviews {
  right: 10px;
}
.product_list.list .thumbnail-container .p-action .p-bottom {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.product_list.list .product-flags {
  text-align: left;
}
.product_list.list .product-image {
  float: left;
  width: 33.33333%;
  text-align: center;
}

.product_list.grid .ajax_block_product {
  clear: none;
  list-style-type: none;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .sidebar .block {
    padding: 20px;
  }
  .sidebar .block .title_block {
    font-size: 16px;
  }
  .sidebar .block .title_block.products-section-title {
    padding: 20px;
  }
  .sidebar .block.featured-products {
    padding: 20px 0;
  }
  .product_list.grid .ajax_block_product:nth-child(3n+1) {
    clear: both;
  }
  body#category .product_list.grid .ajax_block_product:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 991.98px) {
  .block-category #category-description {
    padding: 0;
  }
  #search_filters .facet {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .product_list.list .thumbnail-container .product-meta {
    padding: 0 10px 0;
  }
  .product_list.grid .ajax_block_product:nth-child(3n+1) {
    clear: both;
  }
  .layout-left-column .product_list.grid .ajax_block_product {
    width: 50%;
  }
  .layout-left-column .product_list.grid .ajax_block_product:nth-child(2n+1) {
    clear: both;
  }
  .featured-products .ajax_block_product.col-xl-3 {
    width: 33.33%;
  }
  .featured-products .ajax_block_product.col-xl-3:nth-child(3n+1) {
    clear: both;
  }
  body#category .product_list.grid .ajax_block_product:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767.98px) {
  .block-category {
    padding-bottom: 10px;
  }
  .block-category > h1 {
    margin: 20px 0px;
  }
  #category #content-wrapper.hidden-sm-down {
    display: block !important;
  }
  #category #search_filters_wrapper {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    z-index: 99;
    background: #fff;
  }
  #category #search_filters_wrapper.opened {
    display: block;
    position: fixed;
    z-index: 10;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100vh;
    top: 55px;
    left: 0px;
  }
  #category #search_filter_controls {
    text-align: center;
    margin: 5px 0;
  }
  #category #search_filter_controls .js-search-filters-clear-all {
    border: 1px solid #000;
  }
  #category #search_filters {
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 0 0 50px;
    border-top: 1px solid #ccc;
    display: block;
  }
  #category #search_filters .facet {
    border-bottom: 1px solid #BFBFBF;
    display: block;
  }
  #category #search_filters .facet .title {
    cursor: pointer;
  }
  #category #search_filters .facet .title:after {
    content: "";
    display: block;
    clear: both;
  }
  #category #search_filters .facet .title .collapse-icons .remove {
    display: none;
  }
  #category #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
    display: none;
  }
  #category #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
    display: inline-block;
  }
  #category #search_filters .facet .facet-title {
    color: #000;
    text-transform: uppercase;
  }
  #category #search_filters .facet .h6 {
    margin-bottom: 0;
    padding: 10px;
    display: inline-block;
  }
  #category #search_filters .facet .facet-dropdown {
    padding: 0px 15px;
  }
  #category #search_filters .facet .facet-dropdown .select-title {
    display: none;
  }
  #category #search_filters .facet .facet-dropdown .dropdown-menu {
    padding: 0px 0px 15px;
    background-color: transparent;
    display: block;
    position: relative;
  }
  #category #search_filters .facet .facet-dropdown .dropdown-menu a {
    border-bottom: 1px solid #BFBFBF;
  }
  #category #search_filters .facet .navbar-toggler {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    line-height: 30px;
  }
  #category #search_filters .facet .collapse {
    display: none;
  }
  #category #search_filters .facet .collapse.in {
    display: block;
  }
  #category #search_filters .facet .facet-label a {
    margin-top: 0;
  }
  #category #search_filters .facet ul {
    margin-bottom: 0;
  }
  #category #search_filters .facet ul li {
    border-top: 1px solid #BFBFBF;
    padding: 10px;
  }
  #category #search_filter_toggler {
    width: 100%;
    margin-bottom: 20px;
  }
  #category .products-sort-order .select-title {
    margin-left: 0;
  }
  #category .products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 16px;
  }
  #category .products-selection .showing {
    padding-top: 16px;
    text-align: center;
  }
  .product_list.grid .ajax_block_product {
    width: 50%;
  }
  .product_list.grid .ajax_block_product:nth-child(2n+1) {
    clear: both;
  }
  .featured-products .ajax_block_product.col-xl-3 {
    width: 33.33%;
  }
  .featured-products .ajax_block_product.col-xl-3:nth-child(3n+1) {
    clear: both;
  }
  body#category .product_list.grid .ajax_block_product {
    width: 50%;
  }
  body#category .product_list.grid .ajax_block_product:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 479.98px) {
  .product_list.grid .ajax_block_product {
    width: 100%;
  }
  .product_list.grid .ajax_block_product:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 479.98px) {
  .featured-products .ajax_block_product.col-xl-3 {
    width: 50%;
  }
  .featured-products .ajax_block_product.col-xl-3:nth-child(2n+1) {
    clear: both;
  }
  .product_list.plist-dsimple.list .thumbnail-container .product-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .product_list.plist-dsimple.list .thumbnail-container .product-meta {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .product_list.grid .ajax_block_product.first-in-line {
    clear: both;
  }
}
@media (min-width: 992px) {
  .pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    /*display: flex !important;*/
  }
  .pagination > div {
    width: auto !important;
    padding: 0;
  }
  .pagination > div:last-child {
    margin-left: auto;
  }
  .product_list.list .thumbnail-container .product-image {
    max-width: 240px;
  }
  .product_list.list .thumbnail-container .product-meta {
    min-width: calc(100% - 240px);
  }
  .featured-products .ajax_block_product.col-xl-3 {
    width: 25%;
  }
  .featured-products .ajax_block_product.col-xl-3.first-in-line {
    clear: both;
  }
  .sidebar {
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) {
  .pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
/* HEADER CATEGORY */
#category #js-product-list {
  margin-top: 30px;
  padding-bottom: 50px;
}
#category #js-product-list-header-custom {
  margin-top: 0;
}
#category #js-product-list-header-custom .category-cover {
  position: relative;
  margin-bottom: 15px;
}
#category #js-product-list-header-custom .category-cover:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#category #js-product-list-header-custom .category-cover img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
#category #js-product-list-header-custom .category-cover .cont-title {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  padding: 0 15px 58px;
}
@media (max-width: 767.98px) {
  #category #js-product-list-header-custom .category-cover .cont-title {
    padding: 0 15px 28px;
  }
}
#category #js-product-list-header-custom .category-cover .cont-title .title-category {
  font-family: "AttenNewMedium";
  font-size: 45px;
  line-height: 46px;
  letter-spacing: 0.9px;
  color: #fff;
}
@media (max-width: 767.98px) {
  #category #js-product-list-header-custom .category-cover .cont-title .title-category {
    font-size: 30px;
    line-height: 35px;
  }
}
#category #js-product-list-header-custom #category-description {
  padding: 40px 0 50px;
}
@media (max-width: 991.98px) {
  #category #js-product-list-header-custom #category-description {
    padding: 20px 0 30px;
  }
}
#category #js-product-list-header-custom #category-description p {
  font-family: "AttenNewBook";
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.36px;
  color: #000;
  text-align: left;
}
@media (max-width: 991.98px) {
  #category #js-product-list-header-custom #category-description p {
    font-size: 16px;
    line-height: 22px;
  }
}

/* CATEGORIA PRODOTTI BLOCCO CENTRALE */
.category-product-block {
  padding: 30px 30px 50px;
}
@media (max-width: 991.98px) {
  .category-product-block {
    padding: 10px 0 30px;
  }
}
.category-product-block.col-3 ul {
  flex: 0 0 calc(33.333333% - 12px);
}
.category-product-block.col-4 ul {
  flex: 0 0 calc(25% - 12px);
}
@media (max-width: 1199.98px) {
  .category-product-block.col-4 ul {
    flex: 0 0 calc(33.333333% - 11px);
  }
}
@media (max-width: 991.98px) {
  .category-product-block.col-4 ul {
    flex: 0 0 calc(50% - 8px);
  }
}
@media (max-width: 575.98px) {
  .category-product-block.col-4 ul {
    flex: 0 0 100%;
  }
}
.category-product-block .block_content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.category-product-block .block_content ul {
  width: 100%;
  padding-bottom: 30px;
}
.category-product-block .block_content ul li a {
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}
.category-product-block .block_content ul li a .cate_content_image {
  position: relative;
  padding: 0px;
  display: block;
}
.category-product-block .block_content ul li a .cate_content_image .cover-img {
  display: inline-block;
  opacity: 1;
}
.category-product-block .block_content ul li a .cate_content_image .hover-img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.category-product-block .block_content ul li a .cate_content_text {
  position: relative;
}
.category-product-block .block_content ul li a .cate_content_text .cat-title {
  display: inline-block;
  padding-top: 15px;
  font-family: "AttenNewMedium";
  font-size: 18px;
  line-height: 26px;
  color: #000;
}
.category-product-block .block_content ul li a:hover .cover-img {
  opacity: 0;
}
.category-product-block .block_content ul li a:hover .hover-img {
  opacity: 1;
}

/* CATEGORIA PRODOTTI BANNER  */
.banner-category-product {
  padding: 0 15px 0;
}
.banner-category-product .block_content ul {
  width: 100%;
  padding-bottom: 40px;
}
.banner-category-product .block_content ul li .row {
  display: flex;
  align-items: center;
}
.banner-category-product .block_content ul li a {
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
}
.banner-category-product .block_content ul li a .cate_content_image {
  position: relative;
  padding: 30px 0 50px;
  display: block;
}
.banner-category-product .block_content ul li a .cate_content_image .cover-img {
  display: inline-block;
  opacity: 1;
}
.banner-category-product .block_content ul li a .cate_content_image .hover-img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.banner-category-product .block_content ul li a .cate_content_text {
  position: relative;
}
.banner-category-product .block_content ul li a .cate_content_text .cat-title {
  display: inline-block;
  padding-top: 15px;
  font-family: "AttenNewMedium";
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0.5rem;
  color: #000;
}
.banner-category-product .block_content ul li a:hover .cover-img {
  opacity: 0;
}
.banner-category-product .block_content ul li a:hover .hover-img {
  opacity: 1;
}

/*BANNER PRODUCT CON IMMAGINE */
.banner-cat-product {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 55px;
}
@media (max-width: 991.98px) {
  .banner-cat-product {
    padding-left: 0;
    padding-right: 0;
  }
  .banner-cat-product .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner-cat-product .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.banner-cat-product .row .title_block {
  font-family: "AttenNewMedium";
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #000;
}
.banner-cat-product .row .image_description {
  font-family: "AttenNewRegular";
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .banner-cat-product img {
    margin-top: 15px;
  }
}

/* FILTRI PER CATEGORIE */
#search_filters_wrapper #search_filters {
  display: flex;
  align-items: center;
  justify-content: center;
}
#search_filters_wrapper #search_filters section {
  min-width: 120px;
}
#search_filters_wrapper #search_filters section.facet {
  position: relative;
  margin: 0 15px;
}
#search_filters_wrapper #search_filters section.facet .facet-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 0;
}
#search_filters_wrapper #search_filters section.facet .facet-title .title-label {
  font-family: "AttenNewBook";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.36px;
  font-weight: normal;
}
#search_filters_wrapper #search_filters section.facet .facet-label {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 7px;
}
#search_filters_wrapper #search_filters section.facet .facet-label .custom-checkbox {
  top: 2px;
  margin-right: 7px;
}
#search_filters_wrapper #search_filters section.facet .facet-label a {
  width: 100%;
}
#search_filters_wrapper #search_filters section.facet .facet-label .ps-shown-by-js {
  display: none !important;
}
#search_filters_wrapper #search_filters section ul {
  position: absolute;
  z-index: 10;
  background: #fff;
  min-width: 120px;
  right: 0;
  top: 30px;
  border: 1px solid #DBD9D3;
}
#search_filters_wrapper #search_filters section ul.collapse {
  display: none;
}
#search_filters_wrapper #search_filters section ul.collapse.in {
  display: block;
}
#search_filters_wrapper #search_filters section .title[aria-expanded=true] .icon-chevron-down {
  transform: rotate(-180deg);
}

.product-flags {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  font-weight: 700;
  z-index: 1;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
  font-size: 0.85em;
}
.product-flags .product-flag {
  margin: 0 5px 5px 0;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: top;
  background: #000;
  color: #fff;
}
.product-flags .product-flag.discount {
  display: none;
}
.product-flags .product-flag.online-only {
  background: #d67007;
}
.product-flags .product-flag.new {
  background: #0791d6;
}
.product-flags .product-flag.on-sale {
  background: #e0525c;
}
.product-flags .product-flag.product-available {
  background: #4cbb6c;
}
.product-flags .product-flag.product-unavailable {
  background: #999;
}

.leo-productscompare-item .thumbnail-container,
.leo-wishlist-product .thumbnail-container {
  min-width: unset;
  margin: 0;
  text-align: center;
  max-width: 100%;
}
.leo-productscompare-item .thumbnail-container .button-container,
.leo-wishlist-product .thumbnail-container .button-container {
  text-align: center;
  padding: 10px 0;
}
.leo-productscompare-item .thumbnail-container .product_desc,
.leo-wishlist-product .thumbnail-container .product_desc {
  margin-bottom: 10px;
}
.leo-productscompare-item .thumbnail-container .btn-product,
.leo-wishlist-product .thumbnail-container .btn-product {
  width: 100%;
  height: 40px;
}
.leo-productscompare-item .thumbnail-container .product-price-and-shipping,
.leo-wishlist-product .thumbnail-container .product-price-and-shipping {
  text-align: center;
}
.leo-productscompare-item .thumbnail-container .product-price-and-shipping .discount-percentage,
.leo-wishlist-product .thumbnail-container .product-price-and-shipping .discount-percentage {
  background: orange;
  color: #fff;
  position: static;
  padding: 3px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  font-size: 12px;
}
.leo-productscompare-item .thumbnail-container .product-flags,
.leo-wishlist-product .thumbnail-container .product-flags {
  padding: 0;
  text-align: left;
}
.leo-productscompare-item .thumbnail-container .product-thumbnail img,
.leo-wishlist-product .thumbnail-container .product-thumbnail img {
  max-width: 100%;
}
.leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,
.leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {
  position: absolute;
  top: 15px;
  right: 10px;
}
.leo-productscompare-item .thumbnail-container .product_desc,
.leo-wishlist-product .thumbnail-container .product_desc {
  display: none;
}
.leo-productscompare-item .thumbnail-container .product-title,
.leo-wishlist-product .thumbnail-container .product-title {
  margin: 0 0 20px;
  text-align: center;
}
.leo-productscompare-item .thumbnail-container .product-title a,
.leo-wishlist-product .thumbnail-container .product-title a {
  color: #000;
  font: 14px/18px "AttenNewBold";
}
.leo-productscompare-item .thumbnail-container .product-title a:hover,
.leo-wishlist-product .thumbnail-container .product-title a:hover {
  color: #000;
}
.leo-productscompare-item .thumbnail-container .leo-pro-attr-section,
.leo-productscompare-item .thumbnail-container .qty_product,
.leo-wishlist-product .thumbnail-container .leo-pro-attr-section,
.leo-wishlist-product .thumbnail-container .qty_product {
  margin: 1px 0;
  text-align: center;
}

.list-wishlist {
  overflow-x: auto;
}

.leo-wishlist-product {
  display: block !important;
}
.leo-wishlist-product .leo-wishlistproduct-item {
  margin-bottom: 20px;
  padding: 0 15px;
  float: left;
}
.leo-wishlist-product .leo-wishlistproduct-item .delete-wishlist-product {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 15px;
  left: 15px;
}
.leo-wishlist-product .leo-wishlistproduct-item .delete-wishlist-product .btn {
  padding: 10px 15px;
  background: none;
  color: #ccc;
  text-decoration: none;
}
.leo-wishlist-product .leo-wishlistproduct-item .delete-wishlist-product .btn:hover {
  color: #000;
}
.leo-wishlist-product .leo-wishlistproduct-item .form-group label {
  text-align: center;
  display: block;
  color: #ccc;
}
.leo-wishlist-product .leo-wishlistproduct-item .form-control {
  text-align: center;
  border: 1px solid #ccc;
  outline: 0;
}
.leo-wishlist-product .leo-wishlistproduct-item .form-control:focus, .leo-wishlist-product .leo-wishlistproduct-item .form-control:hover {
  border-color: #ccc;
}
.leo-wishlist-product.products.row {
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#product .page-content {
  margin-bottom: 0px;
}
#product .mask {
  width: 554px;
  max-width: 100%;
  margin: 10px auto;
  height: 124px;
}
#product .mask img {
  max-width: 100%;
  width: 100px;
  margin: 0 10px 0 0;
  border: 0;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  opacity: 0.5;
}
#product .mask img:hover, #product .mask img.selected {
  opacity: 1;
}
#product .mask li {
  display: inline;
}
#product .product-detail-name {
  margin: 0 0 30px;
  font: 30px/36px "AttenNewMedium";
  color: #000;
}
@media (max-width: 767.98px) {
  #product .product-detail-name {
    font: 24px/30px "AttenNewMedium";
    margin-top: 0px;
  }
}
#product .product-price {
  color: #000;
  display: inline-block;
}
#product .description-short {
  padding-right: 90px;
  margin-bottom: 50px;
}
#product .description-short div, #product .description-short p, #product .description-short span, #product .description-short ul, #product .description-short li {
  font: 17px/25px "AttenNewRegular";
  color: #000;
}
#product .description-short ul {
  padding-left: 0px;
}
#product .description-short li {
  list-style-type: none;
}
#product .description-short a, #product .description-short strong.b {
  font: 17px/25px "AttenNewBold";
  color: #000;
}
#product .first-section .btn {
  display: block;
  margin-bottom: 25px;
  position: relative;
}
#product .first-section .btn.download-button {
  text-align: left;
}
#product .first-section .btn.download-button:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 15px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../assets/img/download.svg");
}
#product .first-section .btn.download-button:hover:before {
  filter: invert(100%);
  -webkit-filter: invert(100%);
}
#product .product-information {
  margin: 35px 0;
  padding: 30px 0 0;
  border-top: 1px solid #ccc;
}
#product .product-information div[itemprop=description] {
  line-height: 2;
  text-align: justify;
  margin: 0 0 15px;
}
#product .gallery {
  padding-bottom: 90px;
  opacity: 0;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
@media (max-width: 1199.98px) {
  #product .gallery {
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  #product .gallery {
    padding-bottom: 40px;
  }
}
#product .gallery .slick-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
}
#product .gallery .slick-slide {
  padding: 0px 60px;
  margin-bottom: 60px;
  height: auto;
}
@media (max-width: 1199.98px) {
  #product .gallery .slick-slide {
    padding: 0 40px;
  }
}
@media (max-width: 991.98px) {
  #product .gallery .slick-slide {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  #product .gallery .slick-slide {
    padding: 0 15px;
  }
}
#product .gallery .slick-slide .left-block {
  position: relative;
}
#product .gallery .slick-slide .left-block img {
  max-height: 605px;
}
@media (max-width: 1199.98px) {
  #product .gallery .slick-slide .left-block img {
    max-height: 450px;
  }
}
@media (max-width: 991.98px) {
  #product .gallery .slick-slide .left-block img {
    max-height: 300px;
  }
}
@media (max-width: 767.98px) {
  #product .gallery .slick-slide .left-block img {
    max-height: 200px;
  }
}
#product .gallery .slick-arrows .slick-arrow {
  height: 30px;
  width: 30px;
  bottom: -20px;
  top: unset;
}
#product .gallery .slick-arrows .slick-arrow.slick-prev {
  left: 47%;
}
@media (max-width: 1199.98px) {
  #product .gallery .slick-arrows .slick-arrow.slick-prev {
    left: 45%;
  }
}
@media (max-width: 991.98px) {
  #product .gallery .slick-arrows .slick-arrow.slick-prev {
    left: 43%;
  }
}
@media (max-width: 767.98px) {
  #product .gallery .slick-arrows .slick-arrow.slick-prev {
    left: 36%;
  }
}
#product .gallery .slick-arrows .slick-arrow.slick-prev:before {
  content: "\e908";
}
#product .gallery .slick-arrows .slick-arrow.slick-next {
  right: 47%;
}
@media (max-width: 1199.98px) {
  #product .gallery .slick-arrows .slick-arrow.slick-next {
    right: 45%;
  }
}
@media (max-width: 991.98px) {
  #product .gallery .slick-arrows .slick-arrow.slick-next {
    right: 43%;
  }
}
@media (max-width: 767.98px) {
  #product .gallery .slick-arrows .slick-arrow.slick-next {
    right: 36%;
  }
}
#product .gallery .slick-arrows .slick-arrow.slick-next:before {
  content: "\e907";
}
#product .gallery .slick-count {
  position: absolute;
  z-index: 90;
  bottom: 120px;
  left: 0;
  right: 0;
  font: 16px/20px "AttenNewMedium";
  color: #000;
  text-align: center;
  width: 50px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  #product .gallery .slick-count {
    bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  #product .gallery .slick-count {
    bottom: 70px;
  }
}
#product .all {
  background-color: #F5F5F5;
}
#product .tabs-product {
  padding: 40px 0px;
  position: relative;
  z-index: 2;
}
#product .tabs-product .nav-tabs {
  text-align: left;
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
  border-bottom: 0px;
}
#product .tabs-product .nav-tabs .nav-link {
  font: 18px/22px "AttenNewRegular";
  letter-spacing: 0.36px;
  color: #000;
  padding: 10px 45px;
  border: none;
  position: relative;
}
#product .tabs-product .nav-tabs .nav-link.active {
  background-color: transparent;
}
#product .tabs-product .nav-tabs .nav-link.active span {
  position: relative;
}
#product .tabs-product .nav-tabs .nav-link.active span:after {
  content: "";
  position: absolute;
  bottom: -10px;
  height: 1px;
  border-bottom: 1px solid #000;
  width: 100%;
  left: 0px;
  z-index: 10;
}
#product .tabs-product .nav-tabs .nav-item {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: auto;
  width: auto;
}
#product .tabs-product .tab-content {
  padding: 50px 20px;
  position: relative;
  z-index: 2;
  max-width: 60%;
  margin: 0 auto;
}
#product .tabs-product .tab-content .tab-pane {
  position: relative;
  z-index: 2;
}
#product .tabs-product .tab-content .tab-pane.active {
  display: block;
}
#product .tabs-product .tab-content .dimensions {
  border-bottom: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 767.98px) {
  #product .tabs-product .tab-content .dimensions:last-of-type {
    border-bottom: none;
  }
}
#product .tabs-product .tab-content .dimensions .dimension-info {
  flex: 0 0 30%;
}
#product .tabs-product .tab-content .dimensions .dimension-info .title_block {
  font: 14px/18px "AttenNewBold";
  letter-spacing: 0.28px;
  color: #000;
  display: block;
}
#product .tabs-product .tab-content .dimensions .dimension-info .sub-title-widget {
  font: 14px/18px "AttenNewRegular";
  letter-spacing: 0.28px;
  color: #000;
  display: block;
}
#product .tabs-product .tab-content .dimensions .dimension-image {
  max-width: 300px;
  display: flex;
}
#product .tabs-product .tab-content .product-attachments .attachment {
  border-bottom: 1px solid #000;
  background-color: transparent;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  #product .tabs-product .tab-content .product-attachments .attachment:last-of-type {
    border-bottom: none;
  }
}
#product .tabs-product .tab-content .product-attachments .attachment h4 {
  border: none;
  background-color: transparent;
  padding: 20px 20px 20px 0px;
  font: 18px/22px "AttenNewRegular";
  color: #000;
  letter-spacing: 0.36px;
  flex: 0 0 70%;
  margin-bottom: 0px;
}
#product .tabs-product .tab-content .product-attachments .attachment .mime {
  font: 14px/18px "AttenNewRegular";
  color: #000;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: end;
}
#product .tabs-product .tab-content .product-attachments .attachment .icon-download {
  flex: 0 0 10%;
  padding: 10px 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
}
#product .tabs-product .tab-content .product-attachments .attachment .icon-download:before {
  font-size: 30px;
}
#product .tabs-product .tab-content .product-attachments .attachment .icon-download:hover {
  text-decoration: none;
}
#product .tabs-product .tab-content .blockreassurance_product {
  margin-top: 0px;
}
#product .tabs-product .tab-content .blockreassurance_product img {
  width: 25px;
  margin-right: 15px;
}
#product .tabs-product .tab-content .blockreassurance_product .inner {
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
#product .tabs-product .tab-content .blockreassurance_product .inner:last-of-type {
  border-top: none;
}
#product .tabs-product .tab-content .blockreassurance_product .inner .item-product {
  width: 40px;
}
#product .tabs-product .tab-content .blockreassurance_product .inner img,
#product .tabs-product .tab-content .blockreassurance_product .inner svg {
  width: 40px;
  height: auto;
}
#product .tabs-product .tab-content .blockreassurance_product .inner .block-title {
  font: 14px/18px "AttenNewBook";
  letter-spacing: 0.28px;
  color: #000;
  margin-left: 10px;
}
#product .product-cover {
  margin-bottom: 10px;
  position: relative;
}
#product .product-cover .layer {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  text-align: center;
  cursor: pointer;
  display: none;
}
#product .product-cover .layer .zoom-in {
  font-size: 30px;
  color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  backface-visibility: hidden;
  transition: all 0.4s 0.2s;
  -moz-transition: all 0.4s 0.2s;
  -webkit-transition: all 0.4s 0.2s;
  -o-transition: all 0.4s 0.2s;
}
#product .product-cover .layer:hover .zoom-in {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#product .product-variants {
  margin: 0 0 10px;
}
#product .product-variants > .product-variants-item {
  margin: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#product .product-variants > .product-variants-item:first-child {
  margin-top: 0;
}
#product .product-variants > .product-variants-item select {
  min-height: 40px;
}
#product .product-variants > .product-variants-item select:active {
  color: #000;
}
#product .product-variants > .product-variants-item ul li {
  margin: 0 10px 0 0;
}
#product .product-variants > .product-variants-item ul li label {
  margin: 5px 0;
}
#product .product-variants > .product-variants-item .color,
#product .product-variants > .product-variants-item .input-color {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  border-width: 1px;
  vertical-align: top;
}
#product .product-variants > .product-variants-item .color .sr-only,
#product .product-variants > .product-variants-item .input-color .sr-only {
  position: absolute;
  margin: -1px;
  border: 0;
  background: #000;
  width: auto;
  height: auto;
  padding: 2px 10px;
  clip: inherit;
  color: #fff;
  font-size: 12px;
  overflow: inherit;
  visibility: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  white-space: nowrap;
}
#product .product-variants > .product-variants-item .color:hover .sr-only, #product .product-variants > .product-variants-item .color:checked .sr-only,
#product .product-variants > .product-variants-item .input-color:hover .sr-only,
#product .product-variants > .product-variants-item .input-color:checked .sr-only {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
#product .product-variants > .product-variants-item .input-color:hover:after, #product .product-variants > .product-variants-item .input-color:checked:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  border: 2px solid #365E81;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 20;
}
#product .product-customization {
  margin: 40px 0;
}
#product .product-customization .product-customization-item {
  margin: 20px 0;
}
#product .product-customization .product-message {
  background: #43B720;
  border: none;
  width: 100%;
  height: 50px;
  resize: none;
  padding: 10px;
}
#product .product-customization .product-message::-webkit-input-placeholder, #product .product-customization .product-message::-moz-placeholder, #product .product-customization .product-message:-moz-placeholder, #product .product-customization .product-message:-ms-input-placeholder {
  color: #ccc;
}
#product .product-customization .file-input {
  width: 100%;
  left: 0;
  z-index: 1;
  cursor: pointer;
  height: 42px;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
#product .product-customization .custom-file {
  position: relative;
  background: #ccc;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-indent: 10px;
  display: block;
  color: #ccc;
  margin-top: 20px;
}
#product .product-customization .custom-file button {
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#product .product-customization small {
  color: #ccc;
}
#product .product-pack {
  margin-top: 40px;
}
#product .product-pack .pack-product-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
#product .product-pack .pack-product-container .pack-product-name {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-size: 14px;
  color: #ccc;
}
#product .product-pack .pack-product-container .pack-product-quantity {
  border-left: #ccc 2px solid;
  padding-left: 10px;
}
#product .product-pack .pack-product-container .pack-product-name,
#product .product-pack .pack-product-container .pack-product-price,
#product .product-pack .pack-product-container .pack-product-quantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
#product .product-refresh {
  margin-top: 20px;
}
#product .social-sharing {
  width: 100%;
  margin-bottom: 10px;
  text-align: right;
}
#product .social-sharing span {
  display: none;
}
#product .social-sharing ul {
  margin-bottom: 0;
}
#product .social-sharing li {
  display: inline-block;
  vertical-align: top;
}
#product .social-sharing li a {
  font-size: inherit;
  color: #ccc;
  font-family: inherit;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  padding: 5px 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  line-height: 20px;
}
#product .social-sharing li:hover a {
  background: #ccc;
  color: #fff;
}
#product .social-sharing li:hover a:before {
  color: #fff !important;
}
#product .products-selection {
  margin-bottom: 30px;
  padding: 18px 0px;
  border-bottom: 1px solid #ccc;
}
#product .products-selection .title {
  color: #000;
}
#product .category-products,
#product .product-accessories,
#product .viewed-products {
  padding: 40px 0px 50px;
  clear: both;
}
#product .products-section-title {
  margin: 0px 0px 50px;
  text-align: center;
  font: 24px/28px "AttenNewRegular";
  color: #000;
}
#product .products-section-title span {
  display: none;
}
#product .more-info-product {
  margin-top: 2rem;
}
#product .more-info-product .title-info-product {
  color: #000;
  text-transform: uppercase;
  padding: 0.9375rem 0rem;
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  position: relative;
  margin-right: 2.1875rem;
}
#product .more-info-product .title-info-product:before {
  content: "";
  background: #000;
  bottom: 0px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 2px;
}
#product .products-accordion {
  margin: 20px 0;
}
#product .products-accordion .card {
  margin: 0px;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
#product .products-accordion .card-block {
  padding: 20px 0;
}
#product .products-accordion .card-header {
  background: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
  line-height: 20px;
}
#product .products-accordion .card-header h5 {
  margin: 0px;
  font-size: 1.2em;
}
#product .products-accordion .card-header a {
  position: relative;
  width: 100%;
  display: block;
  text-transform: none;
  letter-spacing: 0;
  padding: 15px 0;
  color: inherit;
  line-height: 30px;
}
#product .products-accordion .card-header a:hover {
  color: #000;
}
#product .products-accordion .card-header a:after {
  content: "";
  position: absolute;
  top: 27px;
  right: 9px;
  width: 20px;
  height: 2px;
  background: #000;
}
#product .products-accordion .card-header a:before {
  content: "";
  position: absolute;
  top: 19px;
  right: 18px;
  width: 2px;
  height: 20px;
  background: #000;
}
#product .products-accordion .card-header a.collapsed:before {
  opacity: 0;
}
#product .btn-product span span {
  position: absolute;
  bottom: 100%;
  margin-bottom: 6px;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  white-space: nowrap;
  font-size: 10px;
  opacity: 0;
  visibility: hidden;
}
#product .btn-product span span:before {
  content: "\e916";
  font-family: "icomoon";
}
#product .btn-product:hover {
  color: #000 !important;
}
#product .btn-product:hover span span {
  opacity: 1;
  visibility: visible;
}
#product .product-additional-info .social-sharing {
  margin-bottom: 10px;
}
#product .preform {
  padding: 40px 0px 20px;
}
#product .preform .title_block {
  font: 24px/28px "AttenNewMedium";
  color: #000;
  letter-spacing: 0.72px;
}

#product #gformbuilderpro_form_1,
#product #gformbuilderpro_form_3,
#product #gformbuilderpro_form_4,
#cms #gformbuilderpro_form_1,
#cms #gformbuilderpro_form_3,
#cms #gformbuilderpro_form_4 {
  margin: 25px 0px;
}
#product #gformbuilderpro_form_1 select,
#product #gformbuilderpro_form_3 select,
#product #gformbuilderpro_form_4 select,
#cms #gformbuilderpro_form_1 select,
#cms #gformbuilderpro_form_3 select,
#cms #gformbuilderpro_form_4 select {
  max-width: unset;
  margin-bottom: 30px;
  font: 15px/20px "AttenNewRegular";
  letter-spacing: 0.45px;
  color: #000;
}
#product #gformbuilderpro_form_1 .form-control,
#product #gformbuilderpro_form_3 .form-control,
#product #gformbuilderpro_form_4 .form-control,
#cms #gformbuilderpro_form_1 .form-control,
#cms #gformbuilderpro_form_3 .form-control,
#cms #gformbuilderpro_form_4 .form-control {
  background-color: transparent;
  border-width: 0px 0px 1px 0px;
  border-bottom: 1px solid #000;
  padding: 8px 0px;
  border-radius: 0px;
  margin-bottom: 30px;
  font-size: 15px;
}
#product #gformbuilderpro_form_1 .form-control#message,
#product #gformbuilderpro_form_3 .form-control#message,
#product #gformbuilderpro_form_4 .form-control#message,
#cms #gformbuilderpro_form_1 .form-control#message,
#cms #gformbuilderpro_form_3 .form-control#message,
#cms #gformbuilderpro_form_4 .form-control#message {
  border: 1px solid #000;
  padding: 8px 25px;
  margin-top: 20px;
}
#product #gformbuilderpro_form_1 .form-control::placeholder,
#product #gformbuilderpro_form_3 .form-control::placeholder,
#product #gformbuilderpro_form_4 .form-control::placeholder,
#cms #gformbuilderpro_form_1 .form-control::placeholder,
#cms #gformbuilderpro_form_3 .form-control::placeholder,
#cms #gformbuilderpro_form_4 .form-control::placeholder {
  font: 15px/20px "AttenNewRegular";
  letter-spacing: 0.45px;
  color: #000;
}
#product #gformbuilderpro_form_1 .form-control:focus,
#product #gformbuilderpro_form_3 .form-control:focus,
#product #gformbuilderpro_form_4 .form-control:focus,
#cms #gformbuilderpro_form_1 .form-control:focus,
#cms #gformbuilderpro_form_3 .form-control:focus,
#cms #gformbuilderpro_form_4 .form-control:focus {
  outline: none;
  box-shadow: none;
}
#product #gformbuilderpro_form_1 .form-head,
#product #gformbuilderpro_form_3 .form-head,
#product #gformbuilderpro_form_4 .form-head,
#cms #gformbuilderpro_form_1 .form-head,
#cms #gformbuilderpro_form_3 .form-head,
#cms #gformbuilderpro_form_4 .form-head {
  text-align: center;
}
#product #gformbuilderpro_form_1 .form-head h4,
#product #gformbuilderpro_form_3 .form-head h4,
#product #gformbuilderpro_form_4 .form-head h4,
#cms #gformbuilderpro_form_1 .form-head h4,
#cms #gformbuilderpro_form_3 .form-head h4,
#cms #gformbuilderpro_form_4 .form-head h4 {
  font: 25px/30px "AttenNewMedium";
  color: #000;
  letter-spacing: 0.1px;
}
#product #gformbuilderpro_form_1 .form-head p,
#product #gformbuilderpro_form_3 .form-head p,
#product #gformbuilderpro_form_4 .form-head p,
#cms #gformbuilderpro_form_1 .form-head p,
#cms #gformbuilderpro_form_3 .form-head p,
#cms #gformbuilderpro_form_4 .form-head p {
  font: 16px/26px "AttenNewRegular";
  color: #000;
  letter-spacing: 0.05px;
  margin: 5px auto 20px;
  max-width: 80%;
}
#product #gformbuilderpro_form_1 h3,
#product #gformbuilderpro_form_3 h3,
#product #gformbuilderpro_form_4 h3,
#cms #gformbuilderpro_form_1 h3,
#cms #gformbuilderpro_form_3 h3,
#cms #gformbuilderpro_form_4 h3 {
  font: 16px/19px "AttenNewBold";
  color: #000;
  text-transform: inherit;
}
#product #gformbuilderpro_form_1 .privacy_wp p,
#product #gformbuilderpro_form_3 .privacy_wp p,
#product #gformbuilderpro_form_4 .privacy_wp p,
#cms #gformbuilderpro_form_1 .privacy_wp p,
#cms #gformbuilderpro_form_3 .privacy_wp p,
#cms #gformbuilderpro_form_4 .privacy_wp p {
  font: 12px/16px "AttenNewRegular";
  letter-spacing: 0.36px;
  color: #000;
  position: relative;
  bottom: 2px;
  left: 14px;
}
#product #gformbuilderpro_form_1 .privacy_wp p a,
#product #gformbuilderpro_form_3 .privacy_wp p a,
#product #gformbuilderpro_form_4 .privacy_wp p a,
#cms #gformbuilderpro_form_1 .privacy_wp p a,
#cms #gformbuilderpro_form_3 .privacy_wp p a,
#cms #gformbuilderpro_form_4 .privacy_wp p a {
  text-decoration: underline;
}
#product #gformbuilderpro_form_1 .btn,
#product #gformbuilderpro_form_3 .btn,
#product #gformbuilderpro_form_4 .btn,
#cms #gformbuilderpro_form_1 .btn,
#cms #gformbuilderpro_form_3 .btn,
#cms #gformbuilderpro_form_4 .btn {
  padding: 16px 70px 12px;
}

@media (max-width: 1599.98px) {
  #product .tabs-product .tab-content {
    max-width: 70%;
  }
}
@media (max-width: 1199.98px) {
  #product .container {
    padding: 0px 50px;
  }
  #product .tabs-product .tab-content {
    max-width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  #product .container {
    padding: 0px 25px;
    width: 100%;
  }
  #product .description-short {
    margin-bottom: 30px;
  }
  #product .description-short div, #product .description-short p, #product .description-short span, #product .description-short ul, #product .description-short li {
    font: 16px/20px "AttenNewRegular";
  }
  #product .description-short a, #product .description-short strong.b {
    font: 16px/20px "AttenNewBold";
  }
  #product .tabs-product .nav-tabs .nav-link {
    padding: 10px 25px;
  }
  #product .products-section-title {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  #product .container {
    padding: 0px 15px;
    width: auto;
  }
  #product .description-short {
    padding-right: 0px;
  }
  #product .first-section .btn {
    max-width: unset;
  }
  #product .first-section .btn:last-of-type {
    margin-bottom: 40px;
  }
  #product .tabs-product .tab-content {
    padding: 30px 0px;
  }
  #product .tabs-product .tab-content .dimensions .dimension-info .title_block {
    font: 12px/18px "AttenNewBold";
  }
  #product .tabs-product .tab-content .dimensions .dimension-info .sub-title-widget {
    font: 12px/18px "AttenNewRegular";
  }
  #product .tabs-product .tab-content .product-attachments .attachment h4 {
    font: 15px/19px "AttenNewRegular";
  }
  #product .tabs-product .tabs-accordion {
    margin-bottom: 40px;
    border-bottom: none;
  }
  #product .tabs-product .tabs-accordion-container[class*=accordion-] .accordion-link {
    border-top: 1px solid #000;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    margin-bottom: 0px;
    border-radius: 0px;
    position: relative;
    padding: 10px;
  }
  #product .tabs-product .tabs-accordion-container[class*=accordion-] .accordion-link span {
    font: 16px/22px "AttenNewMedium";
    color: #000;
    text-transform: none;
  }
  #product .tabs-product .tabs-accordion-container[class*=accordion-] .accordion-link.last {
    border-bottom: 1px solid #000;
  }
  #product .tabs-product .tabs-accordion-container[class*=accordion-] .accordion-link.last.active {
    border-bottom: none;
  }
  #product .tabs-product .tabs-accordion-container[class*=accordion-] .accordion-link .open span {
    font-size: 20px;
  }
  #product .tabs-product .tabs-accordion-container[class*=accordion-] .accordion-link.active .open .remove {
    display: block;
    position: relative;
    bottom: 3px;
  }
  #product .tabs-product .tabs-accordion-container[class*=accordion-] .accordion-link.active .open .add {
    display: none;
  }
  #product .tabs-product .tabs-accordion-container[class*=accordion-] .accordion-link:not(.active) .open .remove {
    display: none;
  }
  #product .tabs-product .tabs-accordion-container[class*=accordion-] .accordion-link:not(.active) .open .add {
    display: block;
  }
  #product .tabs-product .tabs-accordion-container[class*=accordion-] .accordion-link .open {
    position: absolute;
    top: 8px;
    right: 10px;
    color: #000;
  }
  #product .tabs-product .tabs-accordion-container[class*=accordion-] .tab-pane {
    border: none;
    padding: 20px 10px 40px;
    margin-bottom: 0px;
  }
  #product .tabs-product .tab-content .dimensions .dimension-image {
    max-width: 220px;
  }
  #product .tabs-product .tab-content .product-attachments .attachment h4 {
    flex: 0 0 80%;
  }
  #product .tabs-product .tab-content .product-attachments .attachment .mime {
    display: none;
  }
  #product .tabs-product .tab-content .product-attachments .attachment .icon-download {
    flex: 0 0 20%;
  }
  #product .category-products,
#product .product-accessories,
#product .viewed-products {
    padding: 40px 0;
  }
  #product .category-products .products-section-title,
#product .product-accessories .products-section-title,
#product .viewed-products .products-section-title {
    margin-bottom: 30px;
  }
  #product .submit_btn_right {
    text-align: center;
    width: 100%;
  }
  #product .submit_btn_right .btn {
    max-width: unset;
  }
}
@media (min-width: 1200px) {
  #product .page-product > .col-md-6:nth-child(1) {
    padding: 0 40px 0 15px;
  }
  #product .page-product > .col-md-6:nth-child(2) {
    padding: 0 15px 0 40px;
  }
  #product .product-detail > .row {
    margin: 0 -30px;
  }
  #product .product-detail > .row.first-section {
    padding-top: 0;
    margin: 0 auto;
    position: relative;
  }
  #product .product-detail > .row > div[class^=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }
  #product .product-detail > .row > .col-md-12 {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  #product .ajax_block_product.last-in-line .leo-more-info {
    right: auto;
    left: 0;
  }
  #product .ajax_block_product.last-in-line .thumbnail-container:hover .leo-more-info {
    left: -90px;
    right: auto;
  }
  #product .leo-more-info + .product-thumbnail .product-additional {
    display: none;
  }
  #product #product-modal .modal-content .modal-body > .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
#search_block_top #search_query_top {
  padding: 0 5px;
  height: 23px;
  width: 300px;
  border: 1px solid #666;
  border-right: 0 !important;
  color: #666;
  float: left;
}

#search_block_top .button {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  color: #fff;
  text-transform: uppercase;
  float: left;
  height: 25px;
}

span.no-result {
  padding: 10px;
}

form#searchbox {
  padding-top: 5px;
}

form#searchbox label {
  color: #333;
  margin-bottom: 1px;
}

form#searchbox input#leo_search_query_block {
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  height: 18px;
  margin-top: 10px;
}

form#searchbox input#search_button {
  padding: 1px 4px;
}

.list-cate-wrapper {
  position: relative;
}

.list-cate {
  width: 100%;
  padding: 0px;
}

.cate-item {
  display: block;
  padding: 10px;
}

#leosearchtopbox a.cate-item.active, #leosearchtopbox a.cate-item:hover, #leosearchbox a.cate-item.active, #leosearchbox a.cate-item:hover {
  background: #000;
  color: #fff;
}

#dropdownListCate, #dropdownListCateTop {
  cursor: pointer;
  display: block;
  padding: 5px 0px 5px 5px;
}

#leosearchtopbox #dropdownListCateTop:hover, #leosearchbox #dropdownListCate:hover {
  color: #414141;
}

#leo_search_block_top {
  margin: 10px 0;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  background: #fff;
}

#leo_search_block_top .title_block {
  display: none;
}

#leo_search_block_top form > label {
  display: none;
}

#leo_search_block_top label[for=search_query_block] {
  display: none;
}

#leo_search_block_top .block_content {
  position: relative;
  min-width: 500px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  #leo_search_block_top .block_content {
    width: 80%;
    min-width: unset;
  }
}

#leo_search_block_top .close-search {
  display: inline-block;
  margin-left: 20px;
  cursor: pointer;
}
#leo_search_block_top .close-search span {
  font-size: 20px;
  position: relative;
  top: 5px;
}

#leo_search_block_top .list-cate-wrapper {
  width: 150px;
  height: 45px;
  display: none;
}

#leo_search_block_top .list-cate-wrapper:before {
  content: "";
  width: 1px;
  height: 25px;
  position: absolute;
  top: 10px;
  right: 0;
}

.rtl #leo_search_block_top .list-cate-wrapper:before {
  left: 0;
  right: auto;
}

#leo_search_block_top .list-cate-wrapper .select-title {
  height: 45px;
  overflow: hidden;
  line-height: 45px;
  text-transform: capitalize;
  color: #999;
}

#leo_search_block_top .list-cate-wrapper .select-title i {
  position: absolute;
  top: 14px;
  right: 10px;
}

.rtl #leo_search_block_top .list-cate-wrapper .select-title i {
  left: 10px;
  right: auto;
}

#leo_search_block_top .list-cate-wrapper .dropdown-menu {
  font-size: 13px;
  max-height: 230px;
  overflow: auto;
  overflow-x: hidden;
}

#leo_search_block_top #dropdownListCateTop {
  padding: 0 25px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none !important;
}

#leo_search_block_top #dropdownListCateTop i {
  font-size: 14px;
}

#leo_search_block_top .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
  background-color: #F5F5F5;
  height: 45px;
  line-height: 45px;
  padding: 0 20px 0 65px;
  outline: none;
  font: 14px/18px "AttenNewRegular";
  color: #000;
  box-shadow: none;
  transition: all 0.3s;
  border-radius: 0px;
  border: 1px solid #BFBFBF;
}

@media (max-width: 767px) {
  #leo_search_block_top .form-control {
    font-size: 13px;
    padding: 0 20px 0 45px;
  }
}
#leo_search_block_top .cssload-speeding-wheel {
  position: absolute;
  top: 13px;
  right: 70px;
}

.rtl #leo_search_block_top .cssload-speeding-wheel {
  left: 70px;
  right: auto;
}

#leo_search_block_top .btn {
  width: 60px;
  height: 45px;
  line-height: 45px;
  border: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
  background: transparent;
  color: #000;
  position: absolute;
  top: 0;
  left: -2px;
}

@media (max-width: 767px) {
  #leo_search_block_top .btn {
    width: 50px;
  }
}
.rtl #leo_search_block_top .btn {
  left: -2px;
  right: auto;
}

.rtl #leo_search_block_top .btn {
  -webkit-border-radius: 23px 0 0 23px;
  -moz-border-radius: 23px 0 0 23px;
  border-radius: 23px 0 0 23px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

#leo_search_block_top .btn:hover {
  color: #000;
}

#leo_search_block_top .btn i {
  font-size: 0px;
  width: 24px;
  height: 24px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
}

#leo_search_block_top .btn i:before {
  content: "\e610";
  font-family: "themify";
  font-size: 21px;
}

.leoproductsearch-result {
  position: relative;
  max-width: 500px;
}

.leoproductsearch-result .ac_results {
  border: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  margin-top: 2px;
  max-height: calc(100vh - 220px);
  overflow: auto;
}

@media (min-width: 992px) {
  .leoproductsearch-result .ac_results {
    max-height: calc(100vh - 300px);
  }
}
.leoproductsearch-result .ac_results li.search-in-product a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 2px;
  cursor: pointer;
}

.leoproductsearch-result .ac_results li.search-in-product .lps-result-img {
  margin: 0 10px 0 0;
}

.rtl .leoproductsearch-result .ac_results li.search-in-product .lps-result-img {
  margin: 0 0 0 10px;
}

.leoproductsearch-result .ac_results li.search-in-product .lps-result-title {
  color: #333;
  margin: 0 0 10px;
}

.search-value-title {
  padding: 10px 15px;
  background: #f5f5f5;
  color: #999;
  font-size: 12px;
}

.all-search-product a {
  display: block;
  padding: 10px 10px;
  text-transform: uppercase;
  text-align: center;
  background: #f5f5f5;
  font-size: 0.8em;
}

.leoproductsearch-result .ac_results {
  padding-bottom: 0;
}

.search-in-cat li a {
  display: block;
  padding: 5px 10px;
}

.ac_results .search-in-cat ul {
  padding: 8px 0;
}

.ac_results .search-in-cat li {
  display: block !important;
  padding: 0 !important;
}

.leoproductsearch-result .ac_results .no-products {
  padding: 10px 15px;
}

.leoproductsearch-result .ac_results li {
  font-size: inherit;
}

.ac_results .search-in-suggest ul {
  padding: 8px 10px 6px;
  font-size: 1em;
}

.ac_results .search-in-suggest li {
  display: inline-block !important;
  margin: 0 2px 2px 0;
  vertical-align: top;
}

.search-in-suggest li a {
  background: #f5f5f5;
  display: inline-block;
  padding: 5px 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  /* todo fare check se serve
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  */
}

.search-in-suggest li a:hover {
  background: #000;
  color: #fff;
}

.search-in-suggest li a:first-letter {
  text-transform: uppercase;
}

.leoproductsearch-result .search-in-product li {
  padding: 5px 10px;
  position: relative;
}

.leoproductsearch-result .search-in-product li > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 2px;
  cursor: pointer;
  width: 100%;
}

.leoproductsearch-result .search-in-product li .lps-result-content {
  flex: auto;
  padding: 0 0 0 10px;
}

.leoproductsearch-result .search-in-product li .lps-result-title {
  margin: 0 0 5px;
  color: #000;
}

.leoproductsearch-result .search-in-product li .lps-result-price {
  color: #333;
  font-weight: 600;
}

.leoproductsearch-result .search-in-product li:hover {
  background: #f5f5f5;
}

.leoproductsearch-result .search-in-product ul {
  padding: 5px 0;
}

.leoproductsearch-result .ac_results li .lps-result-img {
  width: 50px;
  min-width: 50px;
}

.ac_results li {
  line-height: 1.2;
}

.leoproductsearch-result .ac_results li {
  font-size: 13px;
}

#module-leoproductsearch-productsearch .product_list {
  border-top: 1px solid #000;
  padding-top: 15px;
}

@media (max-width: 991.98px) {
  #contact #page {
    padding-top: 98px;
  }
}
#contact .breadcrumb {
  margin: 0 0 15px;
}
#contact .breadcrumb h1 {
  text-align: center;
  font-family: "AttenNewMedium";
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  #contact .submit_btn_right {
    text-align: center;
  }
}

.contact-rich {
  margin: 10px 0px;
  color: #000;
}
@media (max-width: 767.98px) {
  .contact-rich {
    margin: 40px 0px 10px;
  }
}
.contact-rich .block {
  height: auto;
  margin-bottom: 30px;
}
.contact-rich .block .icon {
  float: left;
  width: 10%;
}
.contact-rich .block .icon span {
  font-size: 30px;
}
.contact-rich .block .data {
  float: left;
  font: 16px/19px "AttenNewRegular";
  letter-spacing: 0;
  color: #000;
  margin-bottom: 20px;
}
.contact-rich .block .data a {
  font: 16px/19px "AttenNewRegular";
  letter-spacing: 0;
  color: #000;
}
.contact-rich .block .data.map a {
  text-decoration: underline;
}
.contact-rich .block .company {
  font: 24px/28px "AttenNewBold";
  letter-spacing: 0.72px;
  color: #000;
}
.contact-rich .block .extra-info {
  font: 16px/19px "AttenNewRegular";
  letter-spacing: 0;
  color: #000;
}
.contact-rich .block .contact-label {
  margin-top: 15px;
  font: 20px/23px "AttenNewBold";
  letter-spacing: 0.6px;
  color: #000;
}

.contact-form {
  padding: 16px 16px 30px;
  color: #000;
  width: 100%;
}
.contact-form h2 {
  font-family: "AttenNewBold";
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.6px;
  color: #000;
  text-transform: inherit;
}
.contact-form h3 {
  font: 16px/19px "AttenNewBold";
  color: #000;
  text-transform: inherit;
}
.contact-form .privacy_wp .privacy_des {
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.contact-form .privacy_wp .privacy_des p {
  margin-left: 10px !important;
}
.contact-form .privacy_wp .privacy_des a {
  text-decoration: underline;
}
.contact-form .privacy {
  padding-left: 15px;
}

#gformbuilderpro_61 {
  display: none;
}

@media (max-width: 767.98px) {
  #contact .card-block {
    padding: 0px;
  }
  .contact-form {
    padding: 0 0 30px;
  }
  .contact-form .privacy {
    padding-top: 15px;
  }
}
#cms.cms-id-12 #page {
  padding: 0;
}
#cms.cms-id-12 #page #header .box-top {
  justify-content: center;
}
#cms.cms-id-12 #page #header .box-top .h-logo img {
  max-height: 70px;
}
@media (max-width: 991.98px) {
  #cms.cms-id-12 #page #header .box-top .h-logo img {
    max-height: 60px;
  }
}
#cms.cms-id-12 #page .slick-arrows .slick-arrow {
  color: #fff;
}
#cms.cms-id-12 #page .slick-arrows .slick-arrow:before {
  font-size: 40px;
}

.header-block-text .standard-block {
  padding: 105px 0 135px;
}
@media (max-width: 991.98px) {
  .header-block-text .standard-block {
    padding: 70px 0 100px;
  }
}
@media (max-width: 767.98px) {
  .header-block-text .standard-block {
    padding: 50px 0 80px;
  }
}
.header-block-text .standard-block .block_content * {
  font-family: "AttenNewBook";
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.36px;
  color: #000;
}

.cont-block-usa .ApColumn {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cont-block-usa .standard-block {
  padding: 0 0 30px;
}
.cont-block-usa .standard-block .title_block {
  font-family: "AttenNewMedium";
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 28px;
}
.cont-block-usa .block-usa {
  font-family: "AttenNewRegular";
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .cont-block-usa .block-usa {
    margin-top: 30px;
  }
}
.cont-block-usa .download-file:last-of-type {
  margin-bottom: 0;
}

.min-block-usa .standard-block {
  padding: 35px 0;
}
.min-block-usa .standard-block .block_content * {
  font-family: "AttenNewRegular";
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
}

.footer-usa .footer-center {
  padding: 20px 0 50px;
}
.footer-usa .container-large > .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-usa .container-large > .row > div {
  flex: 0 0 50%;
}
.footer-usa .container-large > .row .footer-logo .h-logo img {
  filter: invert(1);
}
@media (max-width: 991.98px) {
  .footer-usa .container-large > .row .footer-logo {
    flex: 0 0 40%;
  }
}
@media (max-width: 767.98px) {
  .footer-usa .container-large > .row .footer-logo {
    text-align: center;
    flex: 0 0 100%;
  }
}
.footer-usa .container-large > .row .social-footer {
  display: flex;
  justify-content: end;
}
@media (max-width: 991.98px) {
  .footer-usa .container-large > .row .social-footer {
    flex: 0 0 60%;
  }
}
@media (max-width: 767.98px) {
  .footer-usa .container-large > .row .social-footer {
    flex: 0 0 100%;
    margin-top: 25px;
    justify-content: center;
  }
}
.footer-usa .container-large > .row .social-footer .block-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .footer-usa .container-large > .row .social-footer .block-social {
    flex-direction: column;
  }
}
.footer-usa .container-large > .row .social-footer .block-social .title_block {
  margin: 0 20px 0 0;
}
@media (max-width: 479.98px) {
  .footer-usa .container-large > .row .social-footer .block-social .title_block {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.footer-usa .container-large > .row .social-footer .block-social ul {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.footer-usa .container-large > .row .social-footer .block-social ul li {
  margin-right: 15px;
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .footer-usa .container-large > .row .social-footer .block-social ul li {
    margin-right: 10px;
    margin-left: 10px;
  }
}

/*# sourceMappingURL=z-smielement.css.map */
