/**
* Css Template for app.metaltex.ticyweb.ch
* Author: Luca Coriani
* Version: 1.0.0
* Date: 08/07/2022
**/

/* FONTS */

/* Lexend */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* MyriadPro */
@font-face {
  font-family: "Myriad Pro";
  src: local("Myriad Pro Regular"), local("Myriad-Pro-Regular"),
    url("/app/assets/fonts/MyriadPro-Regular.woff2") format("woff2"),
    url("/app/assets/fonts/MyriadPro-Regular.woff") format("woff"),
    url("/app/assets/fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Myriad Pro";
  src: local("Myriad Pro Bold"), local("Myriad-Pro-Bold"),
    url("/app/assets/fonts/MyriadPro-Semibold.woff2") format("woff2"),
    url("/app/assets/fonts/MyriadPro-Semibold.woff") format("woff"),
    url("/app/assets/fonts/MyriadPro-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: semibold;
}

@font-face {
  font-family: "Myriad Pro";
  src: local("Myriad Pro Bold"), local("Myriad-Pro-Bold"),
    url("/app/assets/fonts/MyriadPro-Bold.woff2") format("woff2"),
    url("/app/assets/fonts/MyriadPro-Bold.woff") format("woff"),
    url("/app/assets/fonts/MyriadPro-Bold.ttf") format("truetype");
  font-weight: 800;
  font-style: bold;
}

/* Roboto */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/* BODY */
html {
  height: 100%;
  scroll-behavior: auto !important;
}

body {
  font-family: "Myriad Pro", sans-serif;
  font-size: 14px;
  color: #545454;
  height: 100%;
  position: relative;
}

body {
  display: flex;
  flex-direction: column;
}

body > .main-content {
  flex: 1;
  z-index: 0;
}

strong {
  font-weight: 600;
}

.clear-fix {
  clear: both;
}

iframe {
  width: 100%;
  max-height: 100%;
}

/* CAROUSEL */
.carousel-item {
  height: 48vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel a.carousel-link {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  color: #ffffff;
}

.carousel a.carousel-link .carousel-title {
  font-size: 28px;
}

.carousel a.carousel-link .carousel-description h1,
.carousel a.carousel-link .carousel-description p,
.carousel a.carousel-link .carousel-description pre {
  font-size: 28px;
}

.carousel a.carousel-link .carousel-description h2 {
  font-size: 26px;
}

.carousel a.carousel-link .carousel-description h3 {
  font-size: 24px;
}

.carousel a.carousel-link .carousel-link-button {
  background-color: #e4032d;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 5px 35px;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 25px !important;
  margin-bottom: 10px;
}

.carousel .carousel-description {
  position: absolute;
  bottom: 40px;
  left: 100px;
}

.carousel-item-tablet {
  display: none;
}

.carousel-item-mobile {
  display: none;
}

#carouselExampleCaptions_Tablet {
  display: none;
}

#carouselExampleCaptions_Mobile {
  display: none;
}

@media screen and (max-width: 1200px) {
  .carousel .carousel-description {
    bottom: 40px;
    left: 40px;
  }
  .logo-home {
    width: 120px !important;
  }
  .logo-pagina-interna {
    width: 90px !important;
  }
}

@media only screen and (max-width: 992px) {
  #carouselExampleCaptions_Desktop {
    display: none;
  }
  #carouselExampleCaptions_Tablet {
    display: block;
  }
  .carousel-item {
    height: 85vh;
    min-height: 35vh;
  }
  .carousel-indicators {
    display: none;
  }
  .carousel .carousel-description {
    bottom: 40px;
    left: 40px;
  }
}

@media screen and (max-width: 640px) {
  .carousel-item {
    height: 75vh;
    min-height: 35vh;
  }

  .carousel a.carousel-link .carousel-title {
    font-size: 22px;
  }

  #carouselExampleCaptions_Desktop {
    display: none;
  }

  #carouselExampleCaptions_Tablet {
    display: none;
  }

  #carouselExampleCaptions_Mobile {
    display: block;
  }
}

.carousel-caption {
  background: rgba(000, 000, 000, 0.4);
  right: 0;
  bottom: 0;
  left: 0;
  height: 70px;
}

.carousel-indicators [data-bs-target] {
  border: 0px;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  margin: 0 5px;
}

.carousel-indicators {
  bottom: 30px;
  margin-bottom: 0;
  display: none;
}

/* HEADER */
.header-wrapper {
  height: 90px;
  padding: 0 30px;
  margin: 0;
  z-index: 9999;
}

.logo-home {
  width: 150px;
  /* margin-top: 25px; */
}
@media only screen and (max-width: 768px) {
  .logo-home {
    width: 90px !important;
  }
}

.logo-pagina-interna {
  margin-top: 0;
  width: 90px;
}

.nav-bar-pagina-interna {
  background: #a7a8aa;
}

.header-wrapper-home {
  height: auto;
  background: transparent;
}

.header-wrapper .header-row {
  padding: 0px 60px;
  height: 90px;
  width: 100%;
  margin: 0;
}

.header-wrapper-home .header-row {
  height: auto;
  background: transparent;
}

.header-wrapper .header-row .header-logo,
.header-wrapper .header-row .header-navigation {
  padding: 0;
}

/* MAIN CONTENT */

main#container {
  position: relative;
  display: block;
  z-index: 10;
}

.blog-items {
  display: block;
  border: 2px solid #ffffff;
}

.container-pagina-interna {
  background-color: #7f8084;
  color: #fff;
  padding-top: 100px !important;
}

@media only screen and (max-width: 1367px) {
  .container {
    max-width: 992px;
  }
}

.container-pagina-interna-azienda {
  background-color: #55565a;
  padding-top: 50px !important;
}

.btn-contattaci {
  background-color: #e4032d;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 5px 35px;
  text-align: center;
}

.btn-load-more {
  background-color: #e4032d;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 5px 35px;
  text-align: center;
  margin: 25px auto;
  max-width: 250px;
}

/* spinner */
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: #ff3d00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 25px auto;
  display: block;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* end spinner */

.btn-contattaci-icon {
  background-color: #e4032d;
  color: #fff;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  line-height: 43px;
  padding: 0px;
  font-size: 23px;
}

.btn-contattaci:hover {
  background-color: #e4032d;
  color: #fff;
}

.container-azienda-img-alta {
  height: 450px;
  background-color: #e4032d;
  padding-top: 180px;
  color: #fff;
  margin-bottom: 25px;
  background: url(assets/img/azienda/ufficio_layer.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.container-azienda-img-alta h1 {
  /*font-size: 2.3em;*/
}

.container-pagina-interna-light {
  background-color: #fff;
  padding-top: 100px !important;
  flex: 1;
}
.main-content-wrapper {
  padding: 20px 10px 55px 10px;
  max-width: 1550px;
  margin: 0 auto;
  color: #545454;
}

.main-gallery-wrapper {
  padding-top: 20px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 1%;
  width: 99%;
  height: 99%;
}

.breadcrumbs {
  padding-top: 1rem;
}

@media only screen and (min-width: 1366px) {
  .breadcrumbs {
    padding-top: 3rem;
  }
}

.breadcrumbs-link:link,
.breadcrumbs-link:visited {
  text-decoration: none;
  text-transform: uppercase;
  color: inherit;
}

.breadcrumbs-link:hover {
  color: #ed1a3a;
}

.breadcrumbs-end {
  text-transform: uppercase;
}

.hashtag {
  color: white;
  background-color: #7f8084;
  font-size: 15px;
  text-decoration: none;
  padding: 4px 6px;
  border-radius: 10px;
  cursor: pointer;
  line-height: 15px;
  display: block;
  margin-bottom: 2px;
  margin-top: 2px;
}

.hashtag:hover {
  color: white;
  background-color: #ed1a3a;
}

/* Aspect ratio */
.squared {
  aspect-ratio: 1;
}

/* Grid*/
.img-grid {
  width: 100%;
  height: 100%;
  /*max-height: 400px;*/
  object-fit: cover;
}

.img-grid-prodotti {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  /* max-height: 270px; */
}
.img-grid-prodotti-catalog {
  display: none;
}

.news-items-item {
  display: flex;
  flex-direction: column;
}

.grid-items-title {
  font-size: 20px;
  display: block;
  margin-top: 5px;
  font-weight: 600;
}
.grid-items-description,
.grid-items-number {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.grid-description-only-grid {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 500;
}
.grid-title-only-grid {
  margin-top: 0px;
  font-size: 18px;
}
.grid-items-title-brochure {
  margin-top: 0px;
  padding: 0 20px;
}

.grid-items-blog-content {
  background-color: #fff;
  color: #545454;
  padding: 25px;
  min-height: 290px;
  flex: 1;
}

.grid-items-azienda-content {
  color: #ffffff;
  padding: 25px 0;
}

.grid-items-blog-content .title,
.grid-items-azienda-content .title {
  font-size: 24px;
  font-weight: 500;
  display: block;
}
.grid-items-blog-content .data {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
}
.grid-items-blog-content .brief {
  margin-top: 25px;
  line-height: 25px;
  font-size: 16px;
}
.grid-items-azienda-content .brief {
  margin-top: 5px;
  line-height: 25px;
  font-size: 16px;
}

.grid-items-azienda-content .contact-button {
  background: #e4032d;
  color: #fff;
  display: block;
  float: right;
  text-align: center;
  padding: 5px 35px;
  text-transform: uppercase;
  text-decoration: none;
  /*font-weight: 600;*/
  font-size: 15px;
  line-height: 20px;
  border-radius: 25px;
}

.grid-items-blog-content a:link,
.grid-items-blog-content a:visited {
  color: #ed1a3a;
  text-decoration: none;
  text-transform: uppercase;
}

.grid-item {
  display: block;
  position: relative;
  background-color: #efefef;
}

.img-in-content {
  display: inline-block;
  width: 230px;
  margin-right: 15px;
}

/* BREADCRUMBS */
.active-bread {
  color: #ed1a3a;
}

.titolo-gallery {
  font-family: "Lexend", sans-serif;
  /* font-weight: 300 !important; */
  font-size: 46px;
  /* margin-bottom: 10px; */
  /* line-height: 1.2; */
}

.homepage-main-title {
  text-align: center;
}

.sottotitolo-gallery {
  /* font-family: "Lexend", sans-serif; */
  font-weight: 300 !important;
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 0px;
  /* line-height: 1.2; */
}

.sottotitolo-gallery-items-number {
}

.homepage-main-subtitle {
  text-align: center;
}

@media only screen and (max-width: 1366px) {
  .titolo-gallery {
    font-size: 30px;
  }

  .sottotitolo-gallery {
    font-size: 18px;
    line-height: 1;
  }
}

@media only screen and (max-width: 640px) {
  .titolo-gallery {
    font-size: 30px;
    font-weight: 600 !important;
  }

  .sottotitolo-gallery {
    font-size: 17px;
    margin-top: 10px;
    line-height: 20px;
  }

  .wrapper-titolo-gallery {
    padding-top: 20px !important;
  }

  .container-azienda-img-alta {
    height: 300px;
    padding-top: 140px;
  }

  .container-azienda-img-alta h1 {
    font-size: 2rem;
  }
}

/* GALLERY */
.gallery-content {
  width: 61%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}
.product-description {
  top: 120px;
}

.iLightBoxGalleryLi-thumbnails {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.iLightBoxGalleryLi {
  aspect-ratio: 1;
  overflow: hidden;
  background-color: #efefef;
}

.iLightBoxGalleryLi a {
  display: block;
  width: 100%;
}

.iLightBoxGalleryLi img {
  width: 100%;
}

.iLightBoxGalleryLi-50 {
  grid-column: span 1 / span 1;
}
.iLightBoxGalleryLi-100,
.iLightBoxGalleryLi.imm-col-2 {
  grid-column: span 2 / span 2;
}

.iLightBoxGalleryLi-50-first {
  margin-right: 2%;
}

.ilightbox-thumbnail > img,
.ilightbox-holder > .ilightbox-container,
.ilightbox-holder.dark > .ilightbox-container {
  background: #efefef !important;
}

/* Still life gallery */
.still-life-gallery {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 20px;
}

.still-life-gallery .still-life-item {
  width: 100%;
  height: 100%;
  background-color: #efefef;
}
.still-life-gallery .still-life-item > img {
  width: 100%;
  height: 100%;
}

/* Flickity */

/* - arrows */

/* no circle */
.flickity-button {
  background: transparent !important;
}

/* smaller previous & next buttons */
.flickity-prev-next-button {
  width: 40px !important;
  height: 40px !important;
}
/* icon color */
.flickity-button-icon {
  fill: #55565a !important;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none !important;
}

/* - page dots */

.flickity-page-dots {
  bottom: 10px !important;
}

/* BOX DESCRIPTION RIGHT - Articolo sidebar */

.articolo-sidebar-title {
  font-family: "Lexend", sans-serif;
  font-size: 2.5rem;
  font-weight: 400 !important;
  margin-bottom: 10px !important;
}

.description-content {
  float: left;
  width: 36.5%;
  margin-left: 2.5%;
}

.descriptioRight {
  font-size: 15px;
  /*padding-bottom: 20px;*/

  font-family: "Myriad Pro";
}

.descriptioRight h1,
.descriptioRight h2,
.descriptioRight h3,
.descriptioRight h4,
.descriptioRight h5 {
  font-family: "Lexend";
}

.descriptioRight a {
  color: #ed1a3a !important;
}

.specificationRight {
  font-size: 15px;
  padding-bottom: 0px;
}

.descriptioRight h1 {
  font-size: 40px;
}
.descriptioRight h2 {
  font-size: 35px;
}
.descriptioRight h3 {
  font-size: 30px;
}

.descriptioRight pre {
  font-size: 15px;
  font-family: "Myriad Pro";
}
.productSpec2 {
  font-size: 15px;
  margin-top: 15px;
}

.sidebar-footer {
  display: flex;
  width: 100%;
  border-top: solid 1px gray;
  padding-top: 30px;
}

.sidebar-footer > * {
  margin-bottom: 0;
}

.social-description {
  list-style: none;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
}

.social-description li {
  flex: none;
  display: inline-block;
  margin-right: 20px;
}

.social-description li a {
  color: #545454 !important;
}

/* FOOTER */
.footer-wrapper {
  background-color: #9a9d9e;
  padding: 20px 30px;
  margin: 0;
  color: #fff;
  flex: initial;
}

.footer-wrapper .footer-row {
  padding: 0px 60px;
}

.footer-wrapper ul.social {
  list-style: none;
  padding: 20px 0px 0px 0px;
  margin: 0;
}

.footer-wrapper ul.social li {
  list-style: none;
  display: inline-block;
  position: relative;
  padding: 0;
}

.footer-wrapper ul.social li > a {
  display: inline-block;
  padding: 0;
}

.footer-wrapper a:link,
.footer-wrapper a:hover,
.footer-wrapper a:visited {
  text-decoration: none;
  color: #fff;
  padding: 8px;
}

.footer-wrapper .copyright {
  font-size: 14px;
  padding: 20px 0px;
  margin: 0;
}

/* BACKTO TOP */
.backToTop:link,
.backToTop:hover,
.backToTop:visited {
  cursor: pointer;
  display: block;
  background-color: #222222;
  color: #fff;
  right: 75px;
  bottom: 0;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
  transition: opacity 0.4s ease-in-out, background-color 0.2s ease-in-out;
  position: fixed;
  width: 48px;
  height: 35px;
  z-index: 1000;
  line-height: 1;
  font-size: 22px;
  padding-top: 7px;
  display: none;
  color: #fff;
}
.backToTop:hover {
  background-color: #ed1a3a;
}

/* OVERRIDE BOOTSTRAP CLASS */

/* BUTTON */
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #ed1a3a;
  border-color: #ed1a3a;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  border-radius: 25px 25px 25px 25px;
  padding: 10px 29px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
}

/* TIPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif;
  font-weight: 400 !important;
  margin: 0 !important;
  padding: 0 !important;
}

h1 {
  font-size: 44px;
}

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

/* NAVIGATION */
.navbar-nav {
  background-color: #a7a8aa;
  border-radius: 20px;
  margin-top: 18px;
}

.navbar-nav .nav-item {
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px;
}

.language {
  margin-top: 0;
  padding-left: 0px !important;
  padding-right: 0px !important;
  text-align: center;
  background: #fff;
  border-radius: 40px;
  height: 40px;
  width: 40px;
}

.language .nav-link {
  color: #5a5a5a;
  text-align: center;
  display: block;
}

.nav-link,
.nav-link:hover {
  border-radius: 30px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 29.5px;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
}
.language .nav-link:hover {
  color: #a7a8aa;
}

.sub-menu {
  box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
  border-top: 3px solid rgba(248, 248, 248, 0);
  line-height: 29.7px;
}

.dropdown-item {
  color: #fff;
  font-size: 14px;
}

.dropdown-item {
  color: #000;
  font-weight: 300;
  padding: 7px 15px;
  display: block;
}
.dropdown-item:hover {
  background: none;
  color: #ff0000;
}

.dropdown-menu {
  border-radius: 0px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  min-width: 220px;
}

.dropdown-toggle::after {
  display: none;
}

.search-nav-wrapper-home {
  background: transparent;
}

/* TABS */
.nav-tabs {
  border: none;
}
.nav-tabs .nav-item {
  width: 50%;
  padding: 0;
  border: none;
}
.nav-tabs .nav-link {
  background: transparent;
  border: none;
  padding: 0;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: left;
  color: #545454 !important;
  text-transform: uppercase;
  display: block;
  width: 100%;
}

.nav-tabs .active {
  text-decoration: underline;
}

.nav-tabs:focus-visible {
  outline: none;
}

hr {
  opacity: 1;
  border-color: #545454;
  margin-top: 0;
}

/* BREADCRUMBS */
.breadcrumbs-item {
  display: inline;
}

/* MEDIA QUERY */
@media only screen and (max-width: 1200px) {
  .main-content-wrapper {
    padding: 20px 45px 55px 45px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-wrapper .header-row {
    padding: 0;
  }
  .gallery-content,
  .description-content;
}

@media only screen and (max-width: 992px) {
  .header-navigation {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    flex: 1;
  }
  .navbar-toggler {
    margin-top: 0px !important;
  }

  .navbar-collapse {
    margin-top: 0px;
    min-width: calc(100vw);
    position: absolute;
    top: 100%;
    right: -30px;
  }

  .navbar-collapse .navbar-nav {
    border-radius: 0;
  }

  .nav-item {
    height: auto;
    padding-top: 10px;
  }

  .nav-item .nav-link {
    font-size: 18px;
  }

  .dropdown-menu {
    width: 100%;
    background-color: transparent;
  }

  .dropdown-item {
    color: white;
    padding-left: 0;
  }

  .language {
    padding-top: 0px;
    margin: 15px auto;
  }

  .navbar-toggler-icon {
    background-image: url(../assets/img/icons8-menu-1.svg);
  }
  .navbar-toggler {
    border: none;
  }

  .search-nav-wrapper {
    margin-left: 0 !important;
    padding-bottom: 15px;
    margin-top: 0px;
  }
  .search-nav-wrapper > form {
    width: 100%;
  }

  .navbar-nav .nav-item {
    padding-right: 30px;
    padding-left: 30px;
  }

  .search-nav-wrapper-home {
    background: #a7a8aa;
  }
  .nav-item-language {
    padding-bottom: 15px;
  }
  .nav-item-language .nav-link {
    text-align: left !important;
  }
  .language-menu {
    width: 100% !important;
  }
  .language-menu-wrapper {
    padding-top: 0px !important;
  }

  main#container {
    padding: 0 30px 15px 30px;
  }
  .container-azienda {
    padding: 0 0px 15px 0px !important;
  }
  .container-pagina-interna-azienda {
    padding: 100px 20px 15px 20px !important;
  }
  .container-pagina-interna,
  .container-pagina-interna-light {
    padding: 100px 20px 15px 20px !important;
  }

  .articoli-horizontal-carousel {
    padding: 30px 30px 30px 20px !important;
  }
  .container-azienda-info-filiale {
    padding: 0 20;
  }

  .footer-row div.main-col {
    margin: 0;
    margin-bottom: 20px;
  }

  .gallery-content,
  .description-content {
    width: 100%;
  }

  .description-content {
    margin: 0;
    padding: 25px 0px;
  }

  .wishlist-preview-info-content-company {
    position: static !important;
  }

  .rollover-bottom-1 .rollover-title {
    font-size: 21px !important;
  }
}

/* NUOVI Styles APP ROBY */
.news-img-content,
.news-img-content-mobile {
  margin: 0 auto;
}
.news-img-content img,
.news-img-content-mobile img {
  width: 100%;
  display: block;
  /*height: 500px;*/
  object-fit: cover;
}
.news-img-content-mobile {
  display: none;
  padding: 0px;
  margin-bottom: 50px;
}
.news-container {
  margin: 0 auto;
}
.news-content {
  font-size: 19px;
  line-height: 30px;
}

.news-content a:link,
.news-content a:visited,
.news-content a:hover {
  color: red;
}

.news-content h1 {
  font-size: 2.15rem;
  margin-bottom: 20px !important;
}

.news-content h2 {
  font-size: 1.85rem;
  margin-bottom: 15px !important;
}

.news-content h3 {
  font-size: 1.5rem;
  margin-bottom: 15px !important;
}

.news-content p,
.news-content strong {
  font-size: 1.25rem !important;
}

.news-title {
  margin: 0 auto;
}

.filiale-abstract {
  font-size: 19px;
  line-height: 25px;
  text-align: center;
}

.filiale-ragione-sociale {
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 17px;
}

.filiale-info {
  font-size: 16px;
}

.filiale-social {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700;
}

/* Footer */
.footer-wrapper {
  /* background: #55565a; */
  background-color: #3a3b3e;
}

.footer-row ul {
  list-style-type: none;
  padding: 15px 0;
}

.footer-row ul li {
  padding: 2px 0px;
}

.footer-wrapper a:link,
.footer-wrapper a:hover,
.footer-wrapper a:visited {
  padding: 8px 0px;
}
.footer-wrapper ul.social li {
  margin-right: 20px;
}

.footer-news-section ul {
  padding: 0px;
}
.footer-news-section li {
  margin-bottom: 30px;
}
.footer-news-section a:link,
.footer-news-section a:hover,
.footer-news-section a:visited {
  text-transform: uppercase;
  font-weight: bold;
}
.footer-contact .filiale-ragione-sociale,
.footer-contact .filiale-info,
.footer-contact .filiale-indirizzo {
  font-size: 14px;
}
.footer-contact .filiale-ragione-sociale {
  margin-bottom: 0px;
  margin-top: 20px;
}
.footer-contact .indirizzo {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .footer-news-section li {
    margin-bottom: 10px;
  }
}
.with-rollover {
  position: relative;
  display: block;
  color: #fff;
}

.with-rollover-link:link,
.with-rollover-link:hover {
  color: #fff;
}

.with-rollover:hover > .rollover {
  opacity: 1;
}

.rollover {
  position: absolute;
  display: flex;
  flex-direction: column;
  place-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 10;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  text-align: center;
  box-sizing: border-box;
  padding: 0;
  opacity: 0;
  transition: opacity 0.3s linear 0.1s;
}

.rollover .rollover-title {
  margin-top: 30px !important;
  font-size: 32px;
}

.rollover .rollover-subtitle {
  margin-top: 15px !important;
  font-size: 20px;
}

/* Copy to clipboard */

.copy-badge {
  font-family: "lexend", sans-serif;
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  padding: 5px 5px;
  margin: 0;
  color: white;
  font-size: 25px;
  font-weight: bold;
  user-select: none;
  background: transparent;
  line-height: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
}

.copyCB_input {
  border-color: #fff;
  box-shadow: none;
  font-size: 10px;
  width: 100%;
}
.copyCB {
  background: transparent;
  color: #fff;
  border: none;
}

.copyCB:hover {
  color: #e4032d;
}

.rollover-bottom {
  position: absolute;
  display: flex;
  flex-direction: column;
  place-content: center;
  width: 100%;
  max-height: 100px;
  bottom: 0;
  left: 10;
  background: linear-gradient(
    180deg,
    rgba(90, 90, 90, 0),
    rgba(90, 90, 90, 0.8)
  );
  text-align: left;
  box-sizing: border-box;
  padding: 25px;
  opacity: 1;
  /*transition: opacity 0.3s linear 0.1s;*/
}

.rollover-bottom .rollover-title {
  font-size: 20px;
  text-align: center;
}

.rollover-bottom .rollover-subtitle {
  margin-top: 5px !important;
  font-size: 15px;
}

.rollover-bottom-1 {
  display: flex;
  flex-direction: column;
  place-content: center;
  width: 100%;
  max-height: 100px;
  bottom: 0;
  left: 10;
  text-align: center;
  box-sizing: border-box;
  padding: 35px;
  opacity: 1;

  /*transition: opacity 0.3s linear 0.1s;*/
}

.rollover-bottom-1 .rollover-title {
  font-size: 26px;
  text-align: center;
  font-weight: 300 !important;
}

.rollover-bottom-1 .rollover-subtitle {
  margin-top: 5px !important;
  font-size: 15px;
}
.with-rollover-link {
  text-decoration: none;
}

/* Nav search */

.search-input-group > input[type="text"] {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  border-color: #fff;
}
.search-input-group > input[type="text"]:focus::placeholder {
  color: lightgray;
}

.search-input-group > button:not(first-child),
.search-input-group > button:not(first-child):hover,
.search-input-group > button:not(first-child):active,
.search-input-group > button:not(first-child):focus {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  background-color: #fff;
  border-color: #fff;
}

.search-grid-type-buttons {
  float: right;
  display: flex;
  flex-direction: row;
}

.search-grid-type-buttons > a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  color: #333333;
  text-decoration: none;
  font-size: 1rem;
}

.search-grid-type-buttons > a ~ a::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #a7a8aa;
  top: 0;
  left: 0;
  margin-left: -5px;
}

.search-grid-type-buttons > a.active {
  color: darkgray;
  border-color: darkgray;
}
/*
.search-grid-type-buttons .search-grid-split {
  color: lightgray;
}
*/

/* Hero */
.hero {
  padding-top: 100px;
  padding-left: 90px;
  padding-right: 90px;
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  font-family: "lexend", sans-serif;
  flex-shrink: 0;
}

.hero .hero-title {
  /*font-size: 4rem;*/
  font-size: 50px;
  line-height: 2.2rem;
  margin-bottom: 10px;
  margin-top: 10px;
}

.hero .hero-subtitle {
  font-size: 2rem;
  font-weight: 300;
}

@media only screen and (max-width: 1200px) {
  .hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero .hero-title {
    font-size: 3.5rem;
    line-height: 1.8rem;
    margin-bottom: 10px;
  }

  .hero .hero-subtitle {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .hero {
    /*margin-top: 90px;*/
    height: 300px;
    padding-top: 0px;
  }
  .hero .hero-title {
    font-size: 2rem;
    font-weight: 400;
    margin-top: 85px;
    margin-bottom: 0px;
  }
  .hero .hero-subtitle {
    font-size: 1.4rem;
  }
  .box-wishlist,
  .box-company-info,
  .box-wishlist-list-preview,
  .box-wishlist-list-preview-list-container,
  .wishlist-form-container form div,
  .wishlist-form-container form div fieldset {
    width: 100%;
    display: block !important;
  }
  .box-company-info {
    padding-bottom: 50px;
  }
  .container-wishlist {
    padding: 100px 25px 15px 30px !important;
  }

  .footer-wrapper .footer-row {
    padding: 0;
  }
  .rollover-bottom-1 {
    padding: 25px 10px;
    max-height: inherit;
  }
}

/* Articolo scheda tecnica */
.articolo-scheda-tecnica,
.articolo-scheda-tecnica-left {
  display: flex;
  min-height: 100px;
  /*border-bottom: solid 1px gray;*/
  padding-bottom: 20px;
}
.articolo-scheda-tecnica-left:first-child {
  width: 222px;
}
.tab-pane .articolo-scheda-tecnica:last-of-type {
  border-bottom: none;
}

.articolo-scheda-tecnica .barcode {
  width: 200px;
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.articolo-scheda-tecnica .barcode > span.ean13 {
  text-align: center;
  letter-spacing: 6px;
  font-family: monospace;
}

.articolo-scheda-tecnica .barcode img {
  width: 100%;
}

.articolo-scheda-tecnica .content {
  flex: 1;
  margin-left: 5px;
  display: flex;
  flex-direction: column;
}

.articolo-scheda-tecnica .content:first-child {
  margin-left: 0;
}

.articolo-scheda-tecnica ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.articolo-scheda-tecnica ul.list > li {
  list-style: none;
  line-height: 1.2em;
  margin-bottom: 8px;
  text-align: right;
}
.articolo-scheda-tecnica ul.list > li > * {
  margin-left: 5px;
}
.articolo-scheda-tecnica ul.list > li:last-child {
  margin-bottom: 0;
}

ul.product-spec-more li {
  margin-bottom: 0px;
}

/* Articoli correlati */
hr {
  border-color: rgba(84, 84, 84, 0.5);
  box-shadow: none;
}
.articoli-horizontal-carousel {
  color: rgb(84, 84, 84);
  /*background: #d4d4d4;*/
  background: white;
  padding: 30px 60px;
}

/*
.articoli-horizontal-carousel:nth-of-type(even) {
  background: white;
}
*/

.articoli-horizontal-carousel:nth-of-type(even) .grid-item {
  background: #efefef;
}

.container-carousel-section-title {
  background: #d4d4d4;
  padding: 10px 0px;
}
.articoli-horizontal-carousel-section-title {
  font-size: 16px;
}

.articoli-horizontal-carousel-item {
  width: 220px;
  height: 100%;
}

.articoli-horizontal-carousel-item a {
  color: rgb(84, 84, 84);
}
.articoli-horizontal-carousel-item .articolo-nome {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.articoli-horizontal-carousel ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: block;
  height: 350px;
}

.articoli-horizontal-carousel > ul li.articoli-horizontal-carousel-item {
  width: 220px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

.articoli-horizontal-carousel li .grid-item {
  /*background-color: white;*/
  aspect-ratio: 1;
}
.articoli-horizontal-carousel
  ul
  .articoli-horizontal-carousel-item
  ~ .articoli-horizontal-carousel-item {
  border-right-width: 0;
  border-left-width: 1px;
  border-left-color: rgba(84, 84, 84, 0.5);
  border-left-style: solid;
}

.articoli-horizontal-carousel a {
  text-decoration: none !important;
}

.articoli-horizontal-carousel .articolo-scheda-tecnica {
  color: white;
}
.articoli-horizontal-carousel .articolo-sottotitolo {
  font-size: 1.2em;
  margin-top: 10px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.articoli-horizontal-carousel .articolo-titolo {
  font-size: 1.2em;
  margin-top: -6px;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "lexend", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.articoli-horizontal-carousel .scheda-tecnica > ul > li {
  display: block;
  height: 17px;
}
.articoli-horizontal-carousel .scheda-tecnica > ul > li .label {
  width: 30%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.articoli-horizontal-carousel .scheda-tecnica > ul > li .value {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* flickity arrows position outside */
.articoli-horizontal-carousel .flickity-prev-next-button.previous {
  left: 15px;
}
.articoli-horizontal-carousel .flickity-prev-next-button.next {
  right: 15px;
}
.articoli-horizontal-carousel .flickity-button {
  background: rgba(255, 255, 255, 0.8) !important;
  opacity: 0;
  transition: opacity 0.35s;
  top: 100px;
}
.articoli-horizontal-carousel:hover .flickity-button {
  opacity: 1;
}
.articoli-horizontal-carousel .flickity-button-icon {
  /* fill: white !important; */
  fill: rgba(0, 0, 0, 1) !important;
}
.articoli-horizontal-carousel .flickity-page-dots {
  display: none;
}

/* Display articolo */

.articolo-display {
  padding-bottom: 20px;
}

.articolo-display ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.articolo-display ul li {
  list-style: none;
}

.articolo-display .articoli-horizontal-carousel-item {
  width: 180px;
  height: 180px;
}

/* Variants carousel */

.articoli-variants-carousel {
  padding: 0;
  background: transparent;
  margin-bottom: 20px;
}

.articoli-variants-carousel ul {
  height: 180px;
}

.articoli-variants-carousel > ul li.articoli-horizontal-carousel-item {
  width: 140px;
  height: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 10px;
  overflow: hidden;
  border-left: none !important;
}

.articoli-variants-carousel > ul li.articoli-horizontal-carousel-item .title {
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.articoli-variants-carousel
  > ul
  li.articoli-horizontal-carousel-item
  .variant-selection {
  padding-top: 5px;
  position: relative;
  width: 100%;
}

.articoli-variants-carousel
  > ul
  li.articoli-horizontal-carousel-item
  .variant-selection-badge {
  position: relative;
  width: 10px;
  height: 10px;
  border: solid 1px black;
  background-color: white;
  border-radius: 9999px;
  margin: 0 auto;
}
.articoli-variants-carousel
  > ul
  li.articoli-horizontal-carousel-item
  .variant-selection-badge.active {
  border-color: #ed1a3a;
  background-color: #ed1a3a;
}

.articoli-variants-carousel .flickity-prev-next-button.previous {
  left: 5px;
}
.articoli-variants-carousel .flickity-prev-next-button.next {
  right: 5px;
}
.articoli-variants-carousel .flickity-button {
  top: 50%;
}

/* -- WISHLIST -- */

.wishlist-button-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.wishlist-nav-button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  font-size: 22px;
}
.wishlist-nav-button.active {
  color: red;
}

.wishlist-nav-button > .fa {
  font-size: 22px;
}

.wishlist-navbar-counter {
  font-size: 15px;
}

/* .wishlist-container {
  position: fixed;
  top: 90px;
  right: -300px;
  height: calc(100vh - 90px);
  overflow: visible;
  justify-content: end;
  display: flex;
  z-index: 100;
  transition: right 0.3s ease-in-out;
}
.wishlist-container.show {
  right: 0px;
} */

.wishlist-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 300px;
  background: #efefef;
  height: 100%;
  padding-top: 10px;
}
.wishlist-content ul {
  padding: 0;
}

.wishlist-content > * + * {
  margin-top: 10px;
}

.wishlist-content ul > li + li {
  margin-top: 10px;
}

.wishlist-list-container {
  overflow-y: scroll;
  height: 100%;
  padding: 0 10px;
}

.wishlist-list-item {
  display: flex;
  flex-direction: row;
  min-height: 30px;
}

.wishlist-list-item > * + * {
  margin-left: 5px;
}

.wishlist-list-item .remove-btn {
  color: black;
  padding: 4px;
  background: white;
  border-radius: 9999px;
  flex: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
}

.wishlist-list-item .content {
  border-radius: 10px;
  background-color: white;
  font-size: 16px;
  flex: 1;
  padding: 5px;
}

.wishlist-list-item .content a {
  color: red;
}

.wishlist-actions {
  display: flex;
  flex: none;
  padding: 0 10px;
}

.wishlist-actions > * + * {
  margin-left: 5px;
}

.add-to-wishlist {
  border-radius: 9999px;
  border: none;
  background-color: transparent;
  color: white;
  padding: 5px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-items: center;
  place-content: center;
  position: relative;
}
.add-to-wishlist .icon-shape {
  position: absolute;
  font-size: 30px;
  z-index: 0;
  color: rgb(167, 168, 170);
}

.add-to-wishlist.added .icon-shape {
  color: #ed1a3a;
}
.add-to-wishlist .icon-not-added {
  display: block;
  z-index: 10;
  font-size: 14px;
}
.add-to-wishlist.added .icon-not-added {
  display: none;
}
.add-to-wishlist .icon-added {
  display: none;
  z-index: 10;
}
.add-to-wishlist.added .icon-added {
  display: block;
}

.btn-wishlist {
  background-color: #ed1a3a;
  text-decoration: none;
  color: white;
  border-radius: 9999px;
  padding: 5px 10px;
  font-weight: bold;
  border: none;
  min-width: 30px;
  cursor: pointer;
  height: 30px;
  display: flex;
  align-items: center;
  justify-items: center;
  place-content: center;
  color: white;
}
.btn-wishlist-cancel-confirm {
  background: #b1b1b1;
  text-decoration: none;
  color: white;
  border-radius: 9999px;
  padding: 5px 10px;
  font-weight: bold;
  border: none;
  min-width: 30px;
  cursor: pointer;
  height: 30px;
  display: flex;
  align-items: center;
  justify-items: center;
  place-content: center;
  color: white;
}
.wishlist-open-button {
  position: absolute;
  top: 0px;
  left: -50px;
  width: 50px;
  background-color: lightgray;
  border-radius: 9999px 0px 0px 9999px !important;
}

.btn-wishlist.btn-light,
.btn-wishlist.btn-light:hover {
  background-color: lightgray;
  color: var(--bs-heading-color);
}

.btn-wishlist:hover,
.btn-wishlist:active {
  color: white;
}

/* Wishlist preview */

ul.wishlist-preview-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.wishlist-preview-list > li {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 10px 4px;
  border-bottom: solid 1px darkgray;
}

.wishlist-preview-remove-btn {
  color: #fff;
  padding: 4px;
  background: gray;
  border-radius: 9999px;
  flex: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  border: 0;
  margin: 0 20px;
}

.wishlist-preview-list-item-image {
  flex: none;
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: block;
  margin-right: 20px;
  background-color: #efefef;
}

.wishlist-preview-list-item-image img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wishlist-preview-list-item-content {
  flex: 1;
}

.wishlist-preview-list-item-content a {
  text-decoration: none;
  color: inherit;
}

/* Wishlist list item quantity control */
.wishlist-preview-list-item-quantity {
  display: flex;
  flex: none;
  align-items: center;
  border: solid 1px black;
}

.wishlist-preview-list-item-quantity > button {
  appearance: none;
  background: transparent;
  padding: 10px;
  font-size: 24px;
  line-height: 0.5;
  font-weight: bold;
  border: none;
  color: #ed1a3a;
}

.wishlist-preview-list-item-quantity > button:disabled {
  color: #dedede;
}

.wishlist-preview-list-item-quantity .counter {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 40px;
  margin-left: 5px;
  margin-right: 5px;
}

/* Wishlist preview box */

.wishlist-preview-info-box {
  margin-top: 30px;
}

.wishlist-preview-info-box-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background-color: lightgray;
  margin-bottom: 25px;
}

.wishlist-preview-info-box-image > img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}

.wishlist-preview-info-content {
  margin-bottom: 25px;
  font-size: 1.25rem;
  line-height: 1.55rem;
}

.wishlist-preview-quote-request-btn {
  color: #fff;
  padding: 5px;
  background: #ed1a3a;
  border-radius: 9999px;
  /*min-height: 30px;*/
  width: 150px;
  font-size: 17px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
  border: 0;
  margin: 0 auto;
}

.wishlist-preview-info-content-company {
  background: #eff4f5;
  height: 100%;
  text-align: center;
  padding: 30px 40px;
  box-sizing: border-box;
}

.wishlist-processing-modal-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(000, 000, 000, 0.4);
  text-align: center;
  top: 0;
  left: 0;
}
.wishlist-processing-modal {
  background: #d4d4d4;
  color: #000;
  position: absolute;
  top: 40%;
  width: 320px;
  padding: 50px;
  border-radius: 10px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* Scheda tecnica */

.articolo-scheda-tecnica table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 10px;
}
.articolo-scheda-tecnica th,
.articolo-scheda-tecnica tr,
.articolo-scheda-tecnica td {
  display: block;
}
.articolo-scheda-tecnica th {
  background-color: #ed1a3a;
  text-align: right;
  color: white;
}

.articolo-scheda-tecnica th,
.articolo-scheda-tecnica td {
  text-align: right;
  padding: 0 5px;
}

.articolo-scheda-tecnica tr:nth-child(odd) {
  background-color: white;
}
.articolo-scheda-tecnica tr:nth-child(odd) {
  background-color: #e0e1e3;
}

table.articolo-info {
  width: 200px;
}
table.articolo-info td {
  padding: 0 3px;
}
table.articolo-info tr:nth-child(even) {
  background-color: white;
}
table.articolo-info tr:nth-child(odd) {
  background-color: #e0e1e3;
}

/** INPUT **/

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Highlighter link */

.highlighter-link {
  font-weight: bold;
  color: #ed1a3a;
  text-decoration: none;
}

.highlighter-link:active {
  color: #ed1a3a;
}

.highlighter-link:hover {
  color: #ed1a3a;
}

/* Articoli sidebar */
.nav-tabs .articoli-sidebar-nav-link {
  color: #ed1a3a !important;
  text-decoration: underline;
}

.nav-tabs .articoli-sidebar-nav-link.active {
  color: inherit !important;
  text-decoration: none;
}

/** New product badge */
.new-product-badge {
  font-family: "lexend", sans-serif;
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  padding: 5px 5px;
  margin: 0;
  color: white;
  /*text-transform: uppercase;*/
  font-size: 18px;
  font-weight: bold;
  user-select: none;
  background-color: #ed1a3a;
  line-height: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10;
}

.new-product-badge span {
  display: block;
  margin: 0;
}

/** TOPICS (hashtags) */
.topics .title {
  font-weight: 800;
}

.topics-list {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  padding: 0;
}

.topics-list li {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
}

/** Marketplace lists */
.articolo-marketplace {
}

.articolo-marketplace-list {
  /*
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  */
  justify-content: space-between;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.articolo-marketplace-list li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  margin-right: 10px;
}

.articolo-marketplace-list .articolo-link-button {
  color: #fff;
  padding: 10px;
  background-color: #333333;
  padding: 5px 30px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 9999px;
}

/** Contact us in articolo sidebar */

.articolo-contact-us {
  display: flex;
}

.articolo-contact-us a {
  color: inherit;
}

.articolo-contact-us > div {
  flex: 1;
  display: flex;
  align-items: center;
}

/* Search results */
.search-res-grid-item {
}

.search-res-grid-item.show-as-line {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: solid 1px gray;
}

.search-res-grid-item.show-as-line > .grid-item {
  width: 300px;
  height: 300px;
  flex: none;
  align-self: start;
}

.search-res-grid-item.show-as-line > .grid-item-info {
  flex: 1;
  margin-left: 30px;
  align-self: self-start;
}

.search-res-grid-item.show-as-line > .grid-title-only-grid {
  display: none;
}

.search-res-grid-item.show-as-line .grid-items-title {
  font-family: "Lexend", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #545454;
}

.search-res-grid-item.show-as-line .grid-items-subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #545454;
}
.search-res-grid-item .grid-item-spec-detail {
  display: block;
  width: 100%;
}

.search-res-grid-item .grid-item-spec dt {
  font-weight: 600;
  display: inline-block;
  min-width: 150px;
}

.search-res-grid-item .grid-item-spec dd {
  display: inline;
}

.search-res-grid-item .grid-item-spec dd:last-child {
  margin-bottom: 0;
}

.search-res-grid-item:not(.show-as-line) .grid-items-subtitle,
.search-res-grid-item:not(.show-as-line) .grid-item-spec {
  display: none;
}

.search-res-grid-item.show-as-line .grid-items-subtitle,
.search-res-grid-item.show-as-line .grid-item-spec {
  display: block;
}

.search-res-grid-item .grid-item-spec .second-image {
  float: left;
  height: 300px;
  width: 300px;
  background: #efefef;
}
.search-res-grid-item .grid-item-spec .description-wrapper {
  float: right;
  width: 65%;
}

.search-res-grid-item .grid-item-spec .description {
  float: left;
  width: 70%;
  margin-left: 20px;
}
.search-res-grid-item .grid-item-spec .description ul {
  margin-top: 20px;
}
.search-res-grid-item .grid-item-spec .description ul li {
  list-style: disc;
  margin-left: 20px;
  font-size: 1rem;
}
.search-res-grid-item .grid-item-spec .description .articolo-info {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: white;
}

.search-res-grid-item .grid-item-spec .description table.articolo-info th,
.search-res-grid-item .grid-item-spec .description table.articolo-info td {
  font-size: 1rem;
  padding-left: 2px;
  padding-right: 2px;
}

.search-res-grid-item .grid-item-spec .description table.articolo-info th {
  background-color: #e0e1e3;
  font-weight: bold;
}

.search-res-grid-item .grid-item-spec .barcode-content {
  /*float: right;*/
  /*width: 25%;*/
  text-align: right;
}

.search-res-grid-item .grid-item-spec .scheda-tecnica {
  width: 100%;
  font-size: 1rem;
}

.search-res-grid-item .grid-item-spec .scheda-tecnica img {
  width: 100%;
}

.search-res-grid-item .grid-item-spec .scheda-tecnica table tr:nth-child(odd) {
  background-color: #e0e1e3;
  color: #545454;
  text-transform: uppercase;
  font-weight: bold;
}

.search-res-grid-item .grid-item-spec .scheda-tecnica .scheda-title {
  background: red !important;
  color: white !important;
}

.search-res-grid-item .grid-item-spec .scheda-tecnica .barcode-img {
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .search-res-grid-item .grid-item-spec .description-wrapper {
    width: 60%;
  }
  .search-res-grid-item.show-as-line > .grid-item,
  .search-res-grid-item .grid-item-spec .second-image {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1200px) {
  /*.search-res-grid-item.show-as-line > .grid-item {
    align-self: self-start;
  }
  .search-res-grid-item .grid-item-spec .description-wrapper {
    margin-top: 25px;
    width: 100%;
  }
  .search-res-grid-item .grid-item-spec .second-image {
    width: 300px;
  }*/
  .search-res-grid-item.show-as-line > .grid-item,
  .search-res-grid-item .grid-item-spec .second-image {
    width: 420px;
    height: 420px;
  }
  .search-res-grid-item .grid-item-spec .second-image {
    margin-top: 0px;
  }
  .search-res-grid-item .grid-item-spec .description-wrapper {
    width: 100%;
    margin-top: 40px;
  }
  .search-res-grid-item .grid-item-spec .description {
    width: 100%;
    float: none;
  }
  .search-res-grid-item .grid-item-spec .barcode-content {
    width: 70%;
    float: none;
    margin-top: 25px;
  }
}

@media screen and (max-width: 768px) {
  .search-res-grid-item.show-as-line {
    display: block;
  }
  .search-res-grid-item.show-as-line > .grid-item {
    width: 100%;
    height: auto;
  }

  .search-res-grid-item.show-as-line > .grid-item-info {
    margin: 25px 0px;
  }

  .search-res-grid-item .grid-item-spec dd {
    margin-bottom: 10px;
  }

  .search-res-grid-item .grid-item-spec .second-image {
    width: 100%;
    height: auto;
  }

  .search-res-grid-item .grid-item-spec .barcode-content {
    width: 80%;
    margin: 30px auto;
    float: none;
  }
  /*.search-res-grid-item .grid-item-spec .description {
    width: 100%;
    float: none;
  }
  .search-res-grid-item .grid-item-spec .barcode-content {
    width: 70%;
    float: none;
    margin-top: 25px;
  }*/
}

@media screen and (max-width: 640px) {
  .search-res-grid-item.show-as-line {
    display: block;
  }
  .search-res-grid-item.show-as-line > .grid-item {
    width: 100%;
    height: auto;
  }

  .search-res-grid-item.show-as-line > .grid-item-info {
    margin: 25px 0px;
  }

  .search-res-grid-item .grid-item-spec dd {
    margin-bottom: 10px;
  }

  .search-res-grid-item .grid-item-spec .second-image {
    width: 100%;
    height: auto;
  }

  .search-res-grid-item .grid-item-spec .barcode-content {
    width: 80%;
    margin: 30px auto;
    float: none;
  }
}

/* Language menu */

.nav-item-language {
  position: relative;
}

.nav-item-language .nav-link {
  font-size: 25px;
  background: #a7a8aa;
  text-align: center;
  border-radius: 100%;
  padding: 2px;
  line-height: 42px;
}

.nav-item-language:hover .language-menu-wrapper {
  display: block;
}

.language-menu-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  padding-top: 10px;
}

.language-menu {
  width: 480px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
}

.language-menu-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding: 0;
  margin: 0;
}
.language-menu-list.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.language-menu-list-item {
  list-style: none;
  padding: 0;
  margin: 0;
}

.language-menu-list-item a {
  padding: 9px 5px;
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
  /*font-weight: bold;*/
  text-decoration: none;
  color: inherit;
}
.language-menu-list-item a:hover {
  color: #ed1a3a;
}

.language-menu-list-item .language-menu-list-item-icon {
  background-color: white;
  overflow: hidden;
  border-radius: 9999px;
  width: 32px;
  height: 32px;
  display: block;
  flex: none;
}

.language-menu-list-item .language-menu-list-item-label {
  flex: 1;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.corporate-website {
  background: #cbcbcb;
  padding: 5px 10px;
}

/* Change click-hover beahviour for dropdown */
.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/* Language mobile*/
.wishlist-button-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.language-mobile {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
}
/*
.language-mobile.active {
  color: red;
}
*/

.language-mobile > .fa {
  font-size: 22px;
}

.language-menu-mobile-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  display: none;
}

.close-language-mobile {
  text-align: center;
  background: yellow;
}

.close-language-mobile > .fa {
  color: red;
  font-size: 22px;
}

@media screen and (max-width: 992px) {
  .nav-item-language {
    display: none;
  }
}

@media screen and (max-width: 568px) {
  .grid-items-title {
    font-size: 18px;
    line-height: 18px;
  }

  .grid-items-description {
    line-height: 15px;
  }

  .footer-row div {
  }
  .footer-wrapper a:link,
  .footer-wrapper a:hover,
  .footer-wrapper a:visited,
  .footer-row ul li {
    padding: 3px 0px;
  }

  .footer-social {
    width: 100% !important;
  }
}

.company-social {
  list-style: none;
  padding: 5px 0px 0px 0px;
  margin: 0;
  text-align: center;
  display: block;
}

.company-social li {
  margin: 0px 7px;
  list-style: none;
  display: inline-block;
}

.company-social li > a {
  display: inline-block;
  padding: 0;
  color: #545454;
  font-size: 14px;
}

.search-toolbar-dark .search-grid-type-buttons > a.active {
  border-color: #fff;
  color: #fff;
}

.search-toolbar-dark .search-grid-type-buttons > a {
  border-color: #4f4f4f;
  color: #4f4f4f;
}

sup {
  color: red;
}
.product-subtitle-wishlist-button-container {
  display: none;
  position: relative;
  height: 50px;
}
.product-subtitle-wishlist-button-container .product-subtitle-wishlist-button {
  display: none;
  top: 15px;
  right: 0;
}

@media screen and (max-width: 640px) {
  .product-subtitle-wishlist-button-container,
  .product-subtitle-wishlist-button-container
    .product-subtitle-wishlist-button {
    display: block;
  }
}

#search-nav-btn-mobile {
  display: none;
  background: #fff;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 6px 0;
}

@media screen and (max-width: 1150px) {
  #nav-search-form {
    display: none;
  }

  #search-nav-btn-mobile {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  #nav-search-form {
    display: block;
  }

  #search-nav-btn-mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .news-img-content {
    display: none;
  }
  .news-img-content-mobile {
    display: block;
  }

  .news-content-text {
    margin-top: 0px !important;
  }
}

@media only screen and (max-width: 640px) {
}

.quoteRequestSubtitle {
  font-size: 1.3rem;
  color: #ed1a3a;
}
