.sidebar .category-link .icon.icon-minus {
  font-size: 1px;
  padding: 8px 4px;
  top: -5px;
}

body.detail-page .accordion .accordion-item .icon-down-arrow {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
           -ms-transform: rotate(0);
            -o-transform: rotate(0);
       transform: rotate(0);
}

body.detail-page .accordion .accordion-item.active .icon-down-arrow {
  -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
           -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
       transform: rotate(-180deg);
}

.dropdown-opener.icon-arrow-down2 {
  top: -1px;
  position: relative;
  font-size: 7px;
}

.title.listing-title {
  font-weight: 700;
}

.sidebar .arrows-ul li a {
  margin-right: -10px;
}

.breadcrumb ul.no-style.flex-container.justify-start {
  line-height: 29px;
}

.sidebar .category-link .icon.icon-plus {
  padding-left: 5px;
  padding-right: 4px;
}

.dkc-group-section ul {
  list-style-type: none;
  padding-left: 20px;
}

.dkc-group-section ul li::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e922";
  color: #5a5a5a;
  font-size: 11px;
  position: relative;
  left: -10px;
}

.detail-page .description.readmore p {
  margin: 0;
}

.listing-page .download-container a {
  text-decoration: none;
}

body {
  line-height: 1.6;
}

.title {
  margin-bottom: 25px;
}

.search-container .form-control {
  padding-left: 15px;
}

.search-container .form-control::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}

.search-container .form-control:-ms-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}

.search-container .form-control::-ms-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}

.search-container .form-control:-moz-placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}

.search-container .form-control::-moz-placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}

.search-container .form-control::placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #666666;
}

.grey-header .icon-internet {
  font-size: 15px;
  margin-right: 6px;
  position: relative;
  top: 2px;
  font-weight: 800;
}

.flex-heading .heading-block {
  padding-bottom: 20px;
}

.flex-heading .title {
  line-height: 1.2;
}

.page-footer {
  line-height: 1.8;
}

.page-footer a.black {
  margin: 0 8px;
}

.page-footer .second-footer {
  margin-top: 90px;
  margin-bottom: 10px;
}

.page-footer .small-grey {
  margin-top: 10px;
}

.page-footer .newsletter-form .arrow-btn {
  font-size: 13px;
}

.testata-settore .testata-testo {
  padding-bottom: 80px;
}

.testata-settore .testata-testo .subtitle-settore {
  margin-top: 5px;
}

.brands-listing .brand-logo {
  padding: 12px 30px 11px;
}

.settore-blocchiHome-container .title {
  margin-bottom: 25px;
}

.yb-grid.brands-listing {
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
}

.product-square .cross {
  left: 19px;
  top: 10px;
}

.dettaglio-brand .brands-listing .brand-title {
  height: 60px;
}

.dettaglio-brand .brands-listing .brand-logo {
  min-width: 160px;
}

.page-footer .separator {
  margin-left: 10px;
  margin-right: 10px;
}

.yb-grid2 {
  margin-top: 55px;
}

.dettaglio-brand .yb-grid2 {
  margin-top: 45px;
}

.testata-product .testata-testo {
  bottom: 65px;
}

.testata-product .testata-testo .title-product {
  margin-bottom: 15px;
}

.testata-product .testata-testo .subtitle-product {
  line-height: 1.35;
}

.discover-block {
  width: -webkit-calc(25% - 10px);
  width: -moz-calc(25% - 10px);
  width: calc(25% - 10px);
  padding: 35px 40px;
  line-height: 1.2;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
          align-items: flex-start;
}

.discover-block .block-title {
  margin-bottom: 10px;
}

.discover-block .block-icon {
  font-size: 60px;
}

.discover-block:not(:first-child) {
  margin-left: 8px;
}

.discover-block:not(:last-child) {
  margin-right: 8px;
}

.discover-block .btn {
  margin-top: 25px;
}

.discover-block .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
          align-items: flex-start;
  height: 100%;
}

.discover-block-bgimg {
    width: 460px;
    height:240px;
    padding: 35px 40px;
    line-height: 1.2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.discover-block-bgimg .block-title {
    margin-bottom: 10px;
}

.discover-block-bgimg .block-icon {
    font-size: 60px;
}

.discover-block-bgimg:not(:first-child) {
    margin-left: 8px;
}

.discover-block-bgimg:not(:last-child) {
    margin-right: 8px;
}

.discover-block-bgimg .btn {
    margin-top: 25px;
}

    .discover-block-bgimg .text-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
        height: 100%;
    }

.list-of-actions-container.flex-container {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          -webkit-align-items: inherit;
             -moz-box-align: inherit;
          align-items: inherit;
}

.sidebar .search-container .form-control::-webkit-input-placeholder {
  color: #999999;
}

.sidebar .search-container .form-control:-ms-input-placeholder {
  color: #999999;
}

.sidebar .search-container .form-control::-ms-input-placeholder {
  color: #999999;
}

.sidebar .search-container .form-control:-moz-placeholder {
  color: #999999;
}

.sidebar .search-container .form-control::-moz-placeholder {
  color: #999999;
}

.sidebar .search-container .form-control::placeholder {
  color: #999999;
}

.listing-page .description-container {
  margin-top: 30px;
  margin-top: 7px;
}

.detail-page .two-col-layout {
  margin-top: 55px;
}

.detail-page .product-detail {
  margin-top: 10px;
}

.contact-form .title {
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 35px;
}

.contact-form header {
  max-width: 440px;
}

.sidebar-block .block-title {
  font-weight: 600;
}

.blog-articles-container .article-content {
  margin-left: 26px;
}

.slick-customers {
  margin-top: 65px;
}

.single-article-block .article-title {
  margin-bottom: 5px;
}

.single-article-block .article-text {
  margin-bottom: 15px;
}

.yb-grid.brands-listing {
  margin-bottom: 65px;
}

.product-lines-section {
  padding-top: 110px;
  padding-bottom: 80px;
}

.three-actions {
  margin-bottom: 150px;
}

.three-actions .discover-block {
  max-width: 460px;
  min-height: 240px;
  width: -webkit-calc(33% - 25px);
  width: -moz-calc(33% - 25px);
  width: calc(33% - 25px);
  font-size: 14px;
  line-height: 1.5;
  padding-top: 40px;
  padding-bottom: 40px;
}

.three-actions .discover-block:not(:last-child) {
  margin-right: 15px;
}

.three-actions .discover-block:not(:first-child) {
  margin-left: 15px;
}

.three-actions .discover-block .block-title {
  font-size: 24px;
  margin-bottom: 5px;
}

.three-actions .discover-block .block-icon {
  font-size: 70px;
  margin-right: 30px;
}

.three-actions .discover-block .btn {
  margin-top: 15px;
}

.settore .product-lines-section {
  padding-bottom: 0;
  margin-bottom: 0;
}

.dettaglio-brand .product-lines-section {
  padding-bottom: 0;
}

body.detail-page .accordion .accordion-item .icon-down-arrow {
  color: #666666;
  font-size: 20px;
}

.product-detail .accordion .arrows-ul li:before {
  font-size: 5px;
  font-weight: bold;
  top: 11px;
}

.detail-page .sidebar .arrows-ul li a {
  color: #666;
}

.detail-page .sidebar .arrows-ul li a.current {
  font-weight: 700;
}

.detail-page .sidebar .arrows-ul li a.current:hover {
  text-decoration: none;
}

body.download .breadcrumb {
  margin-bottom: 55px;
}
body .breadcrumb ul {
  overflow-x: auto;
}
body .breadcrumb ul li {
  white-space: nowrap;
}
body .breadcrumb.result nav {
  overflow: hidden;
}

section.download {
  width: 1470px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.sidebar-download {
  max-width: 320px;
  width: 30%;
}

.sidebar-single {
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 20px;
}

.sidebar-single .heading {
  font-size: 16px;
  color: #1b1b1b;
  font-weight: 700;
  padding: 12px 19px;
  border-bottom: 1px solid #cdcdcd;
}

.sidebar-single .content .pad-div {
  font-size: 14px;
  padding: 20px 19px 50px;
}

.sidebar-single .search-container {
  margin: 0 19px 7px;
  width: auto;
}

.sidebar-single .search-container .search-icon-box {
  cursor: pointer;
}

.sidebar-single .search-container .form-control {
  font-size: 18px;
  color: #1b1b1b;
}

.sidebar-single .search-container .search-icon-box {
  background-color: #000;
}

.sidebar-single .arrows-ul {
  padding-left: 3px;
  padding-right: 5px;
}

.sidebar-single .arrows-ul li {
  padding-left: 17px;
  padding-right: 17px;
}

.sidebar-single .arrows-ul li:hover {
  color: #ee3224;
}

.sidebar-single .arrows-ul li:hover a {
  color: #ee3224;
}

.sidebar-single .arrows-ul li:hover a:hover {
  color: #ee3224;
}

.sidebar-single .arrows-ul li::before {
  content: none;
}

.main-download {
  /*width: 70%;
  max-width: 1000px;*/
  width:100%;
  max-width:100%;
}

.slider-catalogues > *{
  opacity: 0;
  transition: all 0.4s;
}

.sliders-container.active .slider-catalogues > *{
  opacity: 1;
}

.main-download .title {
  font-size: 24px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 15px;
  padding-left: 23px;
  margin-top: -5px;
}

.main-download .title:before {
  content: none;
}

.slider-catalogues {
  margin-bottom: 18px;
  padding: 0 9px;
  margin-top: -15px;
}

.slider-catalogues .img-catalogue {
          -webkit-box-shadow: 6px 0px 10px 0px rgba(0, 0, 0, 0.1), 5px 10px 10px -4px rgba(0, 0, 0, 0.1);
             -moz-box-shadow: 6px 0px 10px 0px rgba(0, 0, 0, 0.1), 5px 10px 10px -4px rgba(0, 0, 0, 0.1);
                  box-shadow: 6px 0px 10px 0px rgba(0, 0, 0, 0.1), 5px 10px 10px -4px rgba(0, 0, 0, 0.1);
  margin-bottom: 11px;
  display: block;
  cursor: pointer;
  position: relative;
}

.slider-catalogues .img-catalogue img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  opacity: 1;
}

.slider-catalogues .img-catalogue::after {
  content: "\e923";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -35%);
          -moz-transform: translate(-50%, -35%);
           -ms-transform: translate(-50%, -35%);
            -o-transform: translate(-50%, -35%);
       transform: translate(-50%, -35%);
  color: #ee3224;
  font-size: 65px;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.slider-catalogues .name-catalogue {
  text-align: center;
  text-transform: uppercase;
  color: #1b1b1b;
  font-weight: 700;
  padding: 3px  12px;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
           -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
       transform: translateX(-50%);
          width: 100%;
          line-height: 1.2;
          font-size: 13px;
          min-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.slider-catalogues .single-catalogue {
  width: 173px;
  text-decoration: none;
  display: block;
  margin-right: 12px;
  padding: 15px 0;
  margin-left: 12px;
}

.slider-catalogues .single-catalogue.single-video {
  width: 370px;
  text-decoration: none;
  display: block;
  margin-right: 12px;
  padding: 15px 0;
  margin-left: 12px;
  height: auto;
}

.slider-catalogues .single-catalogue:hover .img-catalogue::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
           -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
}

.slider-catalogues .single-catalogue:hover .img-catalogue img {
  opacity: 0.4;
}

.slider-catalogues .single-catalogue:hover .name-catalogue {
  color: #ee3224;
  text-decoration: none;
  background-color: #f7f7f7;
}

.slider-catalogues .single-catalogue .center {
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.search-suggest-container {
  position: absolute;
  background-color: #fff;
  left: 0;
  z-index: 99;
  border: 1px solid #cdcdcd;
  top: 43px;
  padding: 9px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.search-suggest-container.show {
  opacity: 1;
  pointer-events: all;
}

.search-suggest-container ul {
  list-style: none;
  width: 480px;
  padding: 0;
  margin: 0;
}

.search-suggest-container ul li {
  padding: 7px 12px;
  -webkit-border-radius: 18.5px;
     -moz-border-radius: 18.5px;
          border-radius: 18.5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  color: #1b1b1b;
  cursor: pointer;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.search-suggest-container ul li:hover {
  background-color: #f4f4f4;
}

.results-container {
  width: 1080px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 56px;
}

.results-container a.btn.btn-primary {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
           -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
       transform: translateX(-50%);
}

.results-container .n-results {
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 7px;
  font-weight: 700;
  color: #1b1b1b;
  margin-left: 4px;
}

.results-container .results-list {
  margin-bottom: 68px;
}

.results-container .results-list .result-single,.results-container .results-list .result-single-download {
  -webkit-border-radius: 17.5px;
     -moz-border-radius: 17.5px;
          border-radius: 17.5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.results-container .results-list .result-single:hover, .results-container .results-list .result-single-download:hover {
  background-color: #f4f4f4;
}

.results-container .results-list .result-single a, .results-container .results-list .result-single-download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #5a5a5a;
  padding: 5.4px 10px;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-decoration:none;
}

.results-container .results-list .result-single span,.results-container .results-list .result-single-download span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.results-container .results-list .result-single span .icon,.results-container .results-list .result-single-download span .icon {
  color: #1b1b1b;
  font-size: 26px;
  margin-right: 12px;
      position: relative;
}

.results-container .results-list .result-single span .icon-download2, .results-container .results-list .result-single-download span .icon-download2 {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  color: #aeaeae;
}

.results-container .results-list .result-single span:hover, .results-container .results-list .result-single-download span:hover {
  background-color: #f4f4f4;
  color: #ee3224;
  font-weight: 700;
}

.results-container .results-list .result-single span:hover .icon-download2, .results-container .results-list .result-single-download span:hover .icon-download2 {
  color: #ee3224;
}

section.search-download-open {
  max-width: 100%;
  width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

section.search-download-open .search-helper {
  margin-top: 60px;
}

section.search-download-open .sidebar-single {
  margin-bottom: 45px;
}

section.search-download-open .search-container {
  max-width: 100%;
  margin-bottom: 30px;
}

section.search-download-open .search-container .form-control {
  -webkit-box-shadow: none;
          -moz-box-shadow: none;
       box-shadow: none;
  height: 48px;
}

section.search-download-open .search-container .search-icon-box {
  width: 40px;
  cursor: pointer;
}

section.search-download-open .sidebar-single {
  background-color: #f7f7f7;
}

section.search-download-open .sidebar-single .heading {
  border-bottom: none;
}

.filter-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.filter-single.star .icon {
  position: relative;
}

.filter-single.star .icon::after,.result-single-download .star.icon::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92e";
  position: absolute;
  left: -24px;
  top: 0;
  font-size: 12px;
  color: #ee3224;
}

.filter-single span {
  font-size: 12px;
  font-weight: 700;
  color: #acacac;
  text-transform: uppercase;
}

.filter-single .icon {
  font-size: 44px;
  font-weight: 400;
}

.icon-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
          justify-content: flex-start;
  max-width: 1170px;
  margin: 0 auto;
  border-bottom: 1px solid #dadada;
  margin-bottom: 23px;
}

.icon-filters .filter-single {
  margin: 0 16.5px;
  margin-bottom: 16px;
}

.checkbox-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 990px;
  margin: 0 auto;
}

.checkbox-filters .checkbox-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
          align-items: center;
  margin-right: 17px;
  margin-left: 17px;
  margin-bottom: 20px;
}

.checkbox-filters .checkbox-single span {
  font-size: 14px;
  font-weight: 700;
  color: #acacac;
  text-transform: uppercase;
}

.download-catalogues-small {
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 40px;
}

.download-catalogues-small .heading {
  font-size: 16px;
  color: #1b1b1b;
  font-weight: 700;
  padding: 12px 19px;
  border-bottom: 1px solid #cdcdcd;
}

.download-catalogues-small .content {
  padding: 10px 20px;
  -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.download-catalogues-small .single-catolgue {
  margin: 0 19px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #5a5a5a;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  position: relative;
  padding: 6px;
}

.download-catalogues-small .single-catolgue:hover {
  padding-left: 25px;
  padding-right: 6px;
  background-color: #f7f7f7;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
}

.download-catalogues-small .single-catolgue:hover::after {
  opacity: 1;
}

.download-catalogues-small .single-catolgue::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
  position: absolute;
  opacity: 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  left: 3px;
  top: 8px;
  font-size: 18px;
}

.download-catalogues-small .single-catolgue:hover {
  color: #ee3224;
  text-decoration: none;
}

.search-container .search-icon-box {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  width: 38px;
  height: auto;
  background-color: #ee3224;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 16px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

span.select2-selection.select2-selection--multiple {
  height: 46px;
}

.search-container .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-top: 4px;
}

.select2-results__option {
  padding: 7px 12px;
  -webkit-border-radius: 18.5px;
     -moz-border-radius: 18.5px;
          border-radius: 18.5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  color: #1b1b1b;
  cursor: pointer;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.select2-results__option:hover {
  background-color: #f4f4f4;
}

body .select2-container .select2-selection--single {
  height: 46px;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f4f4f4;
  color: #1b1b1b;
}

body .select2-dropdown {
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

body .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #cdcdcd;
}

body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 9px;
}

.select2-container--default .select2-results > .select2-results__options {
  background-color: #fff;
  z-index: 99;
  border: 1px solid #cdcdcd;
  padding: 9px;
  -webkit-transition: all .4s;
  -webkit-transition: all .4;
  -o-transition: all .4;
  -moz-transition: all .4;
  transition: all .4;
}

.filter-single span {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.filter-single.active span, .filter-single:hover span {
  color: #000 !important;
}

.select2-selection--single[aria-expanded="true"] {
  visibility: hidden;
}

.select2-dropdown {
  -webkit-transform: translateY(-50px);
          -moz-transform: translateY(-50px);
           -ms-transform: translateY(-50px);
            -o-transform: translateY(-50px);
       transform: translateY(-50px);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: 9px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  height: 46px;
}

.modal-reserved-area {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  width: 720px;
  max-width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
           -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
       transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  z-index: 101;
}

.modal-reserved-area form.form-column.validateSubmit {
  display: none;
}

.modal-reserved-area form.form-column.validateSubmit.display {
  display: block;
}

.modal-reserved-area .heading {
  padding: 12px 20px;
  border-bottom: 1px solid #c1bfbf;
  position: relative;
  background-color: #f7f7f7;
  -webkit-border-radius: 15px 15px 0 0;
     -moz-border-radius: 15px 15px 0 0;
          border-radius: 15px 15px 0 0;
}

.modal-reserved-area .nowrap a{
	color:#777777;
}

.modal-reserved-area .heading .icon-plus {
  display: none;
  position: absolute;
  right: 10px;
  top: 7px;
  color: #acacac;
  margin-right: 0;
  font-size: 12px;
  -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
           -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
       transform: rotate(-45deg);
}

.modal-reserved-area .heading span {
  font-size: 24px;
  color: #1b1b1b;
  font-weight: 700;
  margin-right: 30px;
}

.modal-reserved-area .heading .login {
  font-size: 14px;
  text-decoration: underline;
  color: #ee3224;
  font-weight: 400;
}

.modal-reserved-area form.form-column.validateSubmit {
  padding: 20px;
}

.modal-reserved-area .form-control {
  max-width: 100%;
}

.modal-reserved-area .checkbox-container.form-item {
  margin-bottom: 8px;
}

.modal-reserved-area .width-100p {
  text-align: center;
}

.modal-reserved-area .width-100p .btn {
  margin-top: 14px;
}

.modal-reserved-area .form-item {
  margin-bottom: 15px;
}

.obscure-modal {
  content: '';
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
}

.dettaglio-blog .etichetta-mobile, .blog .etichetta-mobile {
  display: none;
  text-transform: uppercase;
  color: #999999;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
}

@media (max-width: 992px) {
  .dettaglio-blog .etichetta-mobile, .blog .etichetta-mobile {
    display: block;
  }
}

body.show-modal {
  overflow: hidden;
}

body.show-modal .modal-reserved-area {
  opacity: 1;
  pointer-events: all;
}

body.show-modal .modal-reserved-area .login-mobile {
  display: none;
  font-size: 14px;
  text-decoration: underline;
  color: #ee3224;
  font-weight: 400;
  text-align: center;
}

body.show-modal .obscure-modal {
  opacity: 0.5;
  pointer-events: all;
}

.store-locator .product-tag {
  text-align: center;
}

.store-locator .result {
  padding-left: 20px;
  padding-right: 20px;
}

.store-locator .results-container {
  padding-right: 50px;
  padding-left: 20px;
}

.store-locator .blink {
  -webkit-animation: blink 1s forwards ease-in-out;
          -moz-animation: blink 1s forwards ease-in-out;
            -o-animation: blink 1s forwards ease-in-out;
       animation: blink 1s forwards ease-in-out;
}

@-webkit-keyframes blink {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #eee;
  }
  100% {
    background-color: transparent;
  }
}

@-moz-keyframes blink {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #eee;
  }
  100% {
    background-color: transparent;
  }
}

@-o-keyframes blink {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #eee;
  }
  100% {
    background-color: transparent;
  }
}

@keyframes blink {
  0% {
    background-color: transparent;
  }
  50% {
    background-color: #eee;
  }
  100% {
    background-color: transparent;
  }
}

body.blog .side-container.sidebar .category-link .icon, body.dettaglio-blog .side-container.sidebar .category-link .icon {
  padding: 4px 7px;
}

.readmoreplus {
  text-transform: uppercase;
  text-decoration: underline;
  color: #ee3224;
  font-size: 12px;
  font-weight: 700;
}

.img-text-wrapper {
  margin: 0 -20px;
}

.istituzionale-page .img-text-wrapper {
  margin: 0 -25px;
}

.results-container .readmorebtn-container a.btn.btn-primary {
  -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
           -ms-transform: translateX(0);
            -o-transform: translateX(0);
       transform: translateX(0);
  left: 0;
}

.contact-page .view-maps {
  display: none;
}

.hidden-only-image {
  opacity: 0;
  z-index: -1;
}

.container-overflow-auto {
  overflow: hidden;
}

.product-bigger {
  pointer-events: none;
}

.product-bigger.animate-info {
  pointer-events: all;
}

.prevArrow {
  border: 1px solid #fff;
  padding: 6px 9px 8px;
  position: absolute;
  right: 80px;
  top: -webkit-calc(50% - 38px);
  top: -moz-calc(50% - 38px);
  top: calc(50% - 38px);
  z-index: 5;
  -webkit-transform: rotate(180deg) translateY(-50%);
          -moz-transform: rotate(180deg) translateY(-50%);
           -ms-transform: rotate(180deg) translateY(-50%);
            -o-transform: rotate(180deg) translateY(-50%);
       transform: rotate(180deg) translateY(-50%);
  cursor: pointer;
}

.prevArrow:before {
  color: #fff;
  font-size: 13px;
}

.nextArrow {
  border: 1px solid #fff;
  padding: 5px 9px 9px;
  position: absolute;
  right: 80px;
  top: -webkit-calc(50% + 38px);
  top: -moz-calc(50% + 38px);
  top: calc(50% + 38px);
  z-index: 5;
  -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
           -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
       transform: translateY(-50%);
  cursor: pointer;
}

.nextArrow:before {
  color: #fff;
  font-size: 13px;
}

.dettaglio-brand .nicescroll-rails {
  -webkit-transform: translate(0);
          -moz-transform: translate(0);
           -ms-transform: translate(0);
            -o-transform: translate(0);
       transform: translate(0);
}

.left.square-container .product-bigger {
  left: auto;
  right: 100%;
}

.left.square-container .triangle {
  border-right: 0;
  border-left: 45px solid #eeb724;
  right: auto;
  left: -5px;
}

.left.square-container .triangle::after {
  left: -34px;
}

.grid-sizer {
  width: 32%;
}

.gutter-sizer {
  width: 2%;
}

@media (max-width: 1200px) {
  .grid-sizer {
    width: 48.9%;
  }
  .yb-grid2 .single-element.product {
    width: 48.9%;
  }
  .yb-grid2 .double-element.product {
    width: 100%;
  }
}

@media (max-width: 992px) {
  body.show-modal .modal-reserved-area .heading .icon-plus {
    display: block;
  }
  body.show-modal .modal-reserved-area .login-desktop {
    display: none;
  }
  body.show-modal .modal-reserved-area .login-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .grid-sizer {
    width: 100%;
  }
  .yb-grid2 .product.video-element::after {
    content: none;
  }
  .yb-grid2 .single-element.product {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .yb-grid2 .double-element.product {
    height: auto;
    margin-bottom: 10px;
  }
  .yb-grid2 .double-element.product .brand-logo {
    padding: 7px 0px;
  }
  .yb-grid2.brands-listing .brand > [data-fancybox] {
    display: none;
  }
  .yb-grid2.brands-listing .brand-label {
    margin-top: 10px;
    cursor: pointer;
  }
  .yb-grid2.brands-listing .brand-label a {
    font-size: 17px;
    color: #5a5a5a;
    font-weight: 500;
  }
  .yb-grid2.brands-listing .brand-title {
    display: none;
  }
  .yb-grid2.brands-listing .animate-block {
    padding: 3px 25px;
    padding-right: 90px;
  }
  .brands-listing .arrows-ul li::before {
    font-size: 6px;
    top: 9px;
    left: 6px;
  }
  .brands-listing .single-element a {
    color: #999999;
  }
  .brands-listing .single-element a:hover{
    color: #5a5a5a;
  }
}

.search-download-open .checkbox-single .jcf-checkbox span {
  cursor: pointer;
  border: none;
  width: 7px;
  height: 7px;
  background-color: #ee3224;
  -webkit-transform: none;
          -moz-transform: none;
           -ms-transform: none;
            -o-transform: none;
       transform: none;
  -webkit-border-radius: 2.5px;
     -moz-border-radius: 2.5px;
          border-radius: 2.5px;
  left: 8px;
  top: 7px;
}

.search-download-open .checkbox-single .jcf-checkbox {
  margin-right: 5px;
  min-width: 15px;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  cursor: pointer;
  position: relative;
}

.filter-single.active span:not(.icon) {
  position: relative;
}

.filter-single.active span:not(.icon)::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #ee0d0d;
  left: 0;
  bottom: -2px;
  position: absolute;
  z-index: 9;
}

.search-download-open .title {
  font-size: 24px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 5px;
  padding-left: 23px;
  margin-top: -5px;
}

.mobile-download-catalogues {
  display: none;
}

.sidebar-download .sidebar-single .heading {
  cursor: pointer;
}

.search-download-open .item-opener-filter {
  cursor: pointer;
  margin-left: 21px;
  color: #ee3224;
  font-weight: 500;
  text-decoration: underline;
  margin-bottom: 30px;
  display: none;
}

.search-download-open .hidden-filters {
  max-height: auto;
  overflow: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

@media (max-width: 767px) {
  .search-download-open .item-opener-filter {
    display: block;
  }
  .search-download-open .hidden-filters {
    max-height: 0;
    overflow: hidden;
  }
  section.search-download-open .search-container {
    margin-bottom: 15px;
  }
}

.carreers-page .accordion-item .icon-down-arrow {
  -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
           -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
       transform: rotate(0deg);
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}

.carreers-page .accordion-item.active .icon-down-arrow {
  -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
           -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
       transform: rotate(180deg);
}
.sidebar .sub-category .category-link.not-current {
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 3px 5px 3px 0;
  max-width: 90%;
  padding-right: 20px;
  margin: 0;
  margin-bottom: 3px;
}

.sidebar .sub-category .category-link.not-current a {
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

.sidebar .sub-category .category-link.not-current:hover {
  background-color: #f4f4f4;
  font-weight: 700;
}

.sidebar .sub-category .category-link.not-current .icon {
  min-width: 0px;
  margin-right: 7px;
}
.modal-reserved-area .heading .icon-plus {
  display: block;
  top: 15px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}