@import url(https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Ubuntu:wght@300;400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600&display=swap);
html,
body {
  height: 100%;
}

body {
  background: #fff;
  background-image: url("../img/background-body-cstm-s-2.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
}
body.white {
  background-image: none;
}
body.serbblu {
  background-image: url("../img/background-body-kawa-serbblu.jpg");
  background-position: center top;
}
body.bgabout {
  background-image: url("../img/bg-about.jpg");
  background-position: center;
}
body.suzugt {
  background-image: url("../img/background-body-suzu-gt.jpg");
}

#app {
  background: rgba(255, 255, 255, 0.05);
}

* {
  font-family: "Jost", sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

.block-top-logo {
  display: inline-block;
  position: relative;
}
.block-top-logo .img-ws {
  position: absolute;
  top: 0px;
  right: -60px;
  height: 80px;
}

.link-cat {
  display: inline-block;
  padding: 0px 8px 0px 0px;
  margin: 0px 1px 4px 0;
  background: #efefef;
  border-radius: 3px;
  text-decoration: none;
  border: none;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
  padding: 1px 5px 1px 1px;
  transition: 0.3s;
}
.link-cat .thucat {
  width: 50px;
  height: 40px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  margin-right: 5px;
}
.link-cat:hover {
  background: #ffcc0d;
  color: #2c3e50;
  transform: scale(1.3);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.sectionMh100 {
  display: block;
  width: 100%;
  min-height: calc(100vh - 296px);
}

.mh-100vh {
  min-height: 100vh;
}

.btn-marca {
  display: inline-block;
  background: #efefef;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  padding: 0px 5px;
  height: 50px;
  line-height: 50px;
  width: auto;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
.btn-marca .marca-logo {
  height: 28px;
}

.dropdown-marca-box .btn-light {
  position: relative;
  width: auto;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin: 0px 2px 4px 0;
  padding: 0px 5px;
  height: 50px;
  line-height: 50px;
  background: #efefef;
}
.dropdown-marca-box .btn-light .marca-logo {
  height: 28px;
}
.dropdown-marca-box .btn-light:focus {
  box-shadow: none;
  background: #fff;
  border-bottom-color: #fff;
}
.dropdown-marca-box .dropdown-menu {
  transform: translate(0px, 0px) !important;
  padding: 10px;
}
.dropdown-marca-box .modello {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #efefef;
  text-decoration: none;
  border: 1px solid #efefef;
  margin-bottom: 1px;
  transition: 0.3s;
}
.dropdown-marca-box .modello .nome {
  font-size: 12px;
}
.dropdown-marca-box .modello .thucat {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.dropdown-marca-box .modello:hover {
  border-color: #ffcc0d;
  background: #ffcc0d;
}

.dropdown-marca .btn-light {
  width: auto;
  border-radius: 0px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  margin-right: 1px;
  padding: 5px;
}
.dropdown-marca .btn-light .marca-logo {
  height: 24px;
}
.dropdown-marca .dropdown-menu {
  padding: 0px;
  max-height: 200px;
  overflow-y: auto;
}
.dropdown-marca .dropdown-menu li {
  padding: 0 0;
}
.dropdown-marca .modello {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dropdown-marca .modello .nome {
  font-size: 12px;
}
.dropdown-marca .modello .thucat {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.modal-cstm .modal-header, .modal-cstm .modal-footer {
  border: none;
}
.modal-cstm .modal-content {
  border: none;
  border-radius: 3px;
}

.fancybox-container .fancybox-toolbar .fancybox-button svg path {
  fill: white !important;
}
.fancybox-container .fancybox-infobar {
  color: #fff !important;
}
.fancybox-container .fancybox-infobar span {
  color: inherit !important;
}
.fancybox-container .fancybox-button--arrow_right svg path,
.fancybox-container .fancybox-button--arrow_left svg path {
  fill: white !important;
}
.fancybox-container .fancybox-thumbs__list a:before {
  border: 6px solid #ffcc0d !important;
}

.ui-autocomplete {
  max-height: 300px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
  font-size: 12px;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper:hover {
  background: #ffcc0d;
  color: #222;
  border-color: #ffcc0d;
}

.titolo {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.2em;
}

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

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

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

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

.venditapezzi {
  display: block;
  margin: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
}

.btn-cstm {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  width: auto;
  border: none;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  color: #efefef;
  font-size: 16px;
  height: 52px;
  padding: 0 20px;
  border-radius: 2px;
  transition: 0.4s;
}
.btn-cstm:hover {
  color: #fff;
  background-color: #666;
}
.btn-cstm i {
  color: inherit;
}
.btn-cstm.small {
  height: 32px;
  padding: 0 20px;
  font-size: 14px;
}
.btn-cstm.yellow {
  background: #ffcc0d;
  color: #2c3e50;
}
.btn-cstm.yellow:hover {
  background: #2c3e50;
  color: #ffcc0d;
}
.btn-cstm.grey {
  background: #666;
  color: #fff;
}
.btn-cstm.grey:hover {
  background: #666;
  color: #fff;
}

.logo-home {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: 10px auto;
}

.box-articolo-row {
  display: flex;
  margin: 0 0 20px 0;
  background: #efefef;
  align-items: center;
  text-decoration: none;
  justify-content: flex-start;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.box-articolo-row .box-thu {
  background-color: #f5f5f5;
  height: 100px;
  width: 140px;
}
.box-articolo-row .box-thu img {
  display: block;
  height: 100px;
  width: 140px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.box-articolo-row .box-thu:hover {
  border-color: #fff;
}
.box-articolo-row .box-thu:hover img {
  transform: scale(1.05);
}
.box-articolo-row .box-body {
  display: block;
  padding: 8px 10px;
}
.box-articolo-row .box-body .titolo {
  display: block;
  font-size: 16px;
  overflow: hidden;
  line-height: 1.2em;
  letter-spacing: 0px;
  color: #222;
  margin-bottom: 10px;
  text-decoration: none;
  transition: 0.3s;
}
.box-articolo-row .box-body .titolo:hover {
  color: #ffcc0d;
}
.box-articolo-row .box-body .prezzo {
  display: block;
  color: #2c3e50;
  font-weight: 600;
  letter-spacing: -0.05em;
}

.h-desktop {
  display: none;
}

.worldship {
  display: inline-block;
  width: auto;
  padding: 5px 15px 5px 40px;
  position: relative;
  background: #000;
  color: #ffcc0d;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  border-radius: 30px;
  margin-top: 10px;
}
.worldship img {
  position: absolute;
  height: 50px;
  width: 67px;
  top: 50%;
  left: -26px;
  z-index: 1;
  margin: -25px 0 0 0;
}

.worldship2 {
  display: inline-block;
  width: auto;
  padding: 7px 15px 5px 45px;
  position: relative;
  background: #ffcc0d;
  border: 2px solid #000;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  border-radius: 30px;
  margin-top: 10px;
}
.worldship2 img {
  position: absolute;
  height: 50px;
  width: 67px;
  top: 50%;
  left: -26px;
  z-index: 1;
  margin: -25px 0 0 0;
}

.worldship3 {
  display: inline-block;
  width: auto;
  padding: 7px 15px 5px 45px;
  position: relative;
  background: #FFE700;
  color: #000;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  border-radius: 30px;
  margin-top: 10px;
}
.worldship3 img {
  position: absolute;
  height: 50px;
  width: 67px;
  top: 50%;
  left: -26px;
  z-index: 1;
  margin: -25px 0 0 0;
}

.worldship4 {
  display: inline-block;
  width: auto;
  padding: 7px 15px 5px 45px;
  position: relative;
  background: #000;
  color: #ffcc0d;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  border-radius: 30px;
  margin-top: 10px;
}
.worldship4 img {
  position: absolute;
  height: 50px;
  width: 67px;
  top: 50%;
  left: -26px;
  z-index: 1;
  margin: -25px 0 0 0;
}

.worldship5 {
  display: inline-block;
  width: auto;
  padding: 7px 15px 5px 45px;
  position: relative;
  background: #fff;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  border-radius: 30px;
  margin-top: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.worldship5 img {
  position: absolute;
  height: 50px;
  width: 67px;
  top: 50%;
  left: -26px;
  z-index: 1;
  margin: -25px 0 0 0;
}

.box-categoria-selected {
  display: block;
  padding: 0px;
  width: 240px;
  margin-bottom: 20px;
  background: #efefef;
  text-decoration: none;
  transition: 0.4s;
}
.box-categoria-selected span {
  display: block;
  padding: 5px;
  transition: 0.4s;
  font-weight: 500;
  color: #2c3e50;
  font-size: 14px;
  line-height: 1em;
}
.box-categoria-selected .thucat {
  display: inline-block;
  width: 240px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.box-categoria-selected i {
  color: inherit;
  font-size: 12px;
  transition: 0.4s;
}
.box-categoria-selected:hover span {
  color: #c00;
}

.carousel-about .img-carousel {
  display: block;
  width: 100%;
  height: 350px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-articolo {
  display: block;
  margin: 0 0 40px 0;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
.box-articolo .box-thu {
  position: relative;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  display: block;
  background-color: #f5f5f5;
}
.box-articolo .box-thu img {
  display: block;
  height: 200px;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.box-articolo .box-thu .mask {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #ffcc0d;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
}
.box-articolo .box-thu:hover {
  border-color: #fff;
}
.box-articolo .box-thu:hover img {
  transform: scale(1.1);
}
.box-articolo .box-thu:hover .mask {
  opacity: 0.6;
}
.box-articolo .box-body {
  display: block;
  padding: 15px 18px;
  background-color: #fff;
}
.box-articolo .box-body .vetrina-titolo {
  display: block;
  height: 40px;
  font-size: 16px;
  overflow: hidden;
  line-height: 1.2em;
  letter-spacing: 0px;
  color: #222;
  text-decoration: none;
  transition: 0.3s;
}
.box-articolo .box-body .vetrina-titolo:hover {
  color: #ffcc0d;
}
.box-articolo .box-body .disponibilita {
  display: block;
  height: 24px;
  font-size: 12px;
  color: #198754;
}
.box-articolo .box-body .disponibilita.no {
  color: #cc0000;
}
.box-articolo .box-body .disponibilita i {
  font-size: 10px;
  color: inherit;
  line-height: 12px;
}
.box-articolo .box-body .codinterno {
  display: block;
  height: 24px;
}
.box-articolo .box-body .prezzo {
  color: #2c3e50;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.box-articolo .box-body .btn-cstm {
  background-color: #fff;
  border: 1px solid #222;
  color: #222;
  text-transform: uppercase;
  transition: 0.3s;
}
.box-articolo .box-body .btn-cstm:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}
.box-articolo .box-body .btn-cstm.cart-added-btn {
  border-color: #999999;
  color: #999999;
}
.box-articolo .box-body .btn-cstm.cart-added-btn:hover {
  color: #999999;
  background-color: #fff;
  border-color: #999999;
}
.box-articolo.vetrina .box-thu img {
  height: 300px;
}

.form-ricerca .box-search-inline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-ricerca .box-search-inline .s-input {
  display: block;
  border-radius: 1px;
  height: 46px;
  line-height: 46px;
  padding: 0 10px;
  font-weight: 300;
  font-size: 14px;
  max-width: 100%;
  width: 300px;
}
.form-ricerca .box-search-inline .s-input.wsnome {
  width: 200px;
}
.form-ricerca .box-search-inline .s-btn {
  height: 46px;
  line-height: 46px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.pagination .page-link {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin: 0 2px 2px 0;
  padding: 0px;
  background: #2c3e50;
  border-radius: 2px;
  color: #fff;
  border: none;
  transition: 0.3s;
}
.pagination .page-link i {
  color: inherit;
  font-size: 12px;
}
.pagination .page-link:hover {
  background: #ffcc0d;
  color: #2c3e50;
}
.pagination .page-link.active {
  background: #ffcc0d;
  color: #2c3e50;
}

.nav-header {
  /*.link-brand{
      display: block;
      margin-top: 30px;
      img{
          height: 80px;
      }
  }
  .subtitle{
      margin: 5px 0 0 0;
      font-size: 18px;
      letter-spacing: 0.012rem;
      text-transform: uppercase;
      font-family: $base-font-rajdhani;
      font-weight: 400;
  }*/
}
.nav-header .bar-contact {
  background-color: #2C3E50;
  padding: 5px 15px;
}
.nav-header .bar-contact .contact-link {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}
.nav-header .bar-contact .contact-link i {
  color: inherit;
  font-size: 16px;
}
.nav-header .bar-contact .contact-link:hover {
  color: #ffcc0d;
}
.nav-header .navbar-cstm {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #dee0ea;
}
.nav-header .navbar-cstm .navbar-brand {
  display: flex;
  align-items: flex-end;
}
.nav-header .navbar-cstm .navbar-brand img {
  height: 50px;
  transition: 0.4s;
}
.nav-header .navbar-cstm .navbar-toggler {
  outline: none;
  box-shadow: none;
}
.nav-header .navbar-cstm .navbar-toggler i {
  color: #999;
  font-size: 18px;
}
.nav-header .navbar-cstm .lista-lingue-mobile {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nav-header .navbar-cstm .lista-lingue-mobile .flag-link {
  display: inline-block;
  margin: 0px 0 0 5px;
  opacity: 0.4;
}
.nav-header .navbar-cstm .lista-lingue-mobile .flag-link.current {
  opacity: 1;
}
.nav-header .navbar-cstm .cart-container {
  position: relative;
  display: inline-block;
}
.nav-header .navbar-cstm .cart-container .nav-cart-count {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: -5px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffcc0d;
  border-radius: 50%;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-shadow: none;
  text-align: center;
}
.nav-header .navbar-cstm .navbar-collapse .navbar-nav {
  /*.dropdown-lang{
      .dropdown-toggle{
          z-index: 2;
          position: relative;
          &:after{
              display: none !important;
          }
      }
      .flag-icon{
          height: 20px;
          margin-top: -5px;
      }
      .dropdown-menu{

          border-radius: 3px;
          background-color: #fff;
          border:1px solid #dee0ea;
          //border-top:none;
          padding: 40px 0 0 0px;
          margin: -40px 0 0 3px;
          min-width: auto;
          z-index: 1;

          .dropdown-item{
              //width: 80px;
              min-width: auto;
          }
      }
  }*/
}
.nav-header .navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #222;
  padding-left: 20px;
  text-transform: uppercase;
  transition: 0.3s;
}
.nav-header .navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #ffcc0d;
}
.nav-header .navbar-cstm .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #ffcc0d;
}
.nav-header .navbar-cstm .navbar-collapse .navbar-nav .nav-item.langlist .flag-link {
  display: inline-block;
  margin: 5px 0 0 5px;
  opacity: 0.4;
}
.nav-header .navbar-cstm .navbar-collapse .navbar-nav .nav-item.langlist .flag-link.current {
  opacity: 1;
}
.nav-header .navbar-cstm.fixed {
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.nav-header .navbar-cstm.fixed .navbar-brand img {
  height: 30px;
}
.nav-header .navbar-cstm.navbar-cstm-home .navbar-collapse .navbar-nav {
  transition: 0.3s;
  margin-right: auto;
  margin-left: auto;
}
.nav-header .navbar-cstm.navbar-cstm-home .navbar-brand {
  display: none;
}
.nav-header .navbar-cstm.navbar-cstm-home.fixed .navbar-collapse .navbar-nav {
  margin-right: 0;
  margin-left: auto;
}
.nav-header .navbar-cstm.navbar-cstm-home.fixed .navbar-brand {
  display: block;
}

.footer {
  display: block;
  padding: 30px 0 0 0;
  background: #0D0D0D;
  margin-top: 0px;
}
.footer .logo img {
  display: block;
  max-width: 100%;
  width: 200px;
}
.footer .disimone {
  color: #fff;
}
.footer .titolo-section {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footer .contatti-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.footer .contatti-list li {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .contatti-list li i {
  width: 20px;
  text-align: center;
  color: inherit;
  margin-right: 10px;
}
.footer .contatti-list li a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.footer .bar-dati {
  background: #000;
  display: block;
  padding: 10px;
}

#cookie {
  background-image: url("../img/head-cookie.jpg");
}

#cookie_avviso {
  display: none;
  z-index: 15000;
  float: left;
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 10px 30px;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
}
#cookie_avviso a {
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
#cookie_avviso a:hover {
  cursor: pointer;
  cursor: hand;
  text-decoration: underline;
}
#cookie_avviso .btn-c-accetta {
  padding: 3px 10px;
  background-color: #fff;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
}

.fascia-correlati {
  display: block;
  padding: 40px 0;
  background: #f5f5f5;
  margin: 40px 0 -30px 0;
}

.contact-form .form-control {
  border: none;
  border-radius: 3px;
}

.RD-form .form-control {
  border: none;
  border-radius: 3px;
  background: #efefef;
}
.RD-form .RD-metodo-pagamento {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.RD-form .RD-metodo-pagamento li {
  display: block;
}
.RD-form .RD-metodo-pagamento li label {
  display: block;
  color: #666;
  background: #efefef;
  margin: 2px 0;
  font-size: 16px;
  color: #333;
  padding: 5px 10px;
  border-radius: 3px;
}
.RD-form .RD-metodo-pagamento li label i {
  width: 20px;
  text-align: center;
  font-size: 16px;
  color: #2c3e50;
  margin: 0 10px;
}
.RD-form .RD-metodo-pagamento li label .dett {
  font-size: 14px;
  color: #666;
}

.container-scheda-articolo .articolo-titolo {
  font-size: 38px;
  color: #2c3e50;
}
.container-scheda-articolo .articolo-descrizione {
  line-height: 1.6em;
  font-size: 18px;
  font-weight: 300;
}
.container-scheda-articolo .articolo-descdefault {
  display: block;
  margin: 20px 0 0 0;
  line-height: 1.2em;
  font-size: 14px;
  font-weight: 400;
  color: #999;
}
.container-scheda-articolo .articolo-dett {
  display: inline-block;
  font-size: 16px;
  margin: 0 20px 10px 0;
  border-radius: 0 0 3px 3px;
  padding: 10px;
}
.container-scheda-articolo .articolo-dett .dett-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: 400;
  margin: 0px;
  line-height: 1em;
}
.container-scheda-articolo .articolo-dett .dett-label i {
  font-size: 14px;
  color: inherit;
  margin-right: 5px;
}
.container-scheda-articolo .articolo-dett .costospedizione {
  font-size: 12px;
  color: #888;
}
.container-scheda-articolo .articolo-categorie {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.container-scheda-articolo .articolo-categorie li {
  display: inline-block;
  margin: 0px 4px 4px 0;
}
.container-scheda-articolo .articolo-categorie li a {
  display: block;
  padding: 1px 5px 1px 1px;
  background: #efefef;
  border-radius: 3px;
  font-weight: 500;
  color: #2c3e50;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  transition: 0.4s;
}
.container-scheda-articolo .articolo-categorie li a .thucat {
  display: inline-block;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-right: 5px;
}
.container-scheda-articolo .articolo-categorie li a i {
  color: inherit;
  font-size: 12px;
  transition: 0.4s;
}
.container-scheda-articolo .articolo-categorie li a:hover {
  background: #ffcc0d;
  border-color: #ffcc0d;
  color: #222;
}
.container-scheda-articolo .articolo-categorie li a:hover i {
  color: #222;
}
.container-scheda-articolo .articolo-thu-copertina {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.container-scheda-articolo .articolo-thu-copertina img {
  display: block;
  width: 100%;
}
.container-scheda-articolo .articolo-thu-copertina .mask {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  filter: alpha(opacity=0); /* For IE8 and earlier */
  text-align: center;
  transition: 0.5s;
}
.container-scheda-articolo .articolo-thu-copertina .mask i {
  color: #fff;
  font-size: 42px;
}
.container-scheda-articolo .articolo-thu-copertina:hover .mask {
  opacity: 1;
  filter: alpha(opacity=1); /* For IE8 and earlier */
}
.container-scheda-articolo .gallery-thu {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 0 3px 3px 0;
}
.container-scheda-articolo .gallery-thu img {
  display: block;
  width: 90px;
  height: 90px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.container-scheda-articolo .gallery-thu .mask {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  background: #ffcc0d;
  opacity: 0;
  transition: 0.3s;
}
.container-scheda-articolo .gallery-thu:hover img {
  transform: scale(1.2);
}
.container-scheda-articolo .gallery-thu:hover .mask {
  opacity: 0.3;
}
.container-scheda-articolo .box-chiedi-info {
  width: 100%;
  display: block;
  background: #efefef;
  border-radius: 3px;
  padding: 20px 40px;
}
.container-scheda-articolo .list-metodo-pagamento {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.container-scheda-articolo .list-metodo-pagamento li {
  display: inline-block;
}
.container-scheda-articolo .list-metodo-pagamento li .btn-metodo-pagamento {
  display: inline-block;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #333;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
.container-scheda-articolo .list-metodo-pagamento li .btn-metodo-pagamento i {
  font-size: inherit;
  color: #666;
  margin-right: 5px;
}
.container-scheda-articolo .list-metodo-pagamento li .btn-metodo-pagamento .dett {
  background: #efefef;
  color: #666;
  border-radius: 2px;
  padding: 1px 3px;
  font-size: 12px;
  font-weight: 300;
}

/*

.articolo-thu-img{
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #efefef;
    margin: 0;

    .mask{
        display: block;
        width: 100%;
        height: 100%;
        line-height: 100px;
        background-color: rgba(0,0,0,0.4);
        opacity: 0;
        filter: alpha(opacity=0); !* For IE8 and earlier *!
        text-align: center;
        @include webkit-transition(0.5s);

        i{
            color: #fff;
            font-size: 24px;
        }
    }

    &:hover{
        .mask{
            opacity: 1;
            filter: alpha(opacity=100); !* For IE8 and earlier *!
        }
    }
}
*/
.box-form-contatto {
  display: block;
  background: #fff;
  border-radius: 3px;
  padding: 40px 50px;
  margin-top: -200px;
  position: relative;
  z-index: 2;
}
.box-form-contatto .form-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 0px;
  font-weight: 400;
}
.box-form-contatto .form-control {
  background: #f3f4f7;
  border-radius: 3px;
  border: none;
}
.box-form-contatto .btn-cstm {
  padding-left: 40px;
  padding-right: 40px;
}

.list-contact-info {
  list-style: none;
  margin: 30px 0 0 30px;
  padding: 0px;
}
.list-contact-info li {
  display: block;
}
.list-contact-info li .contact-info-dett {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  text-decoration: none;
}
.list-contact-info li .contact-info-dett i {
  font-size: 26px;
  color: #ffcc0d;
  margin: 0 20px 0 5px;
}
.list-contact-info li .contact-info-dett .valore {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}
.list-contact-info li .contact-info-dett:hover {
  background: #efefef;
}

.header-contact {
  display: block;
  position: relative;
  width: 100%;
  height: 450px;
  background-image: url("../img/bg-contatti-suzu-gt.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -30px;
}

.btn-paypal3rate {
  background-color: rgb(0, 112, 186);
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  padding: 10px 25px;
  display: inline-block;
  margin: 0px 0 0px 30px;
  text-transform: none;
}
.btn-paypal3rate i {
  color: inherit;
}

.banner-pagamento {
  max-width: 100%;
  max-height: 80px;
}

.box-carrello-step {
  display: block;
}
.box-carrello-step .col-tab {
  padding: 0px;
}
.box-carrello-step .box-carrello-step-box {
  display: block;
  padding: 15px 20px;
  text-align: center;
  border: 1px solid #fff;
  background-color: #efefef;
  text-transform: uppercase;
  color: #666;
}
.box-carrello-step .box-carrello-step-box i {
  color: inherit;
}
.box-carrello-step .box-carrello-step-box.current {
  background-color: #fff;
  border: 1px solid #000;
  border-bottom: 3px solid #fff;
  color: #000;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
}
.box-carrello-step .box-carrello-step-box.passed {
  background-color: #efefef;
  color: #000;
}
.box-carrello-step .bodystep {
  display: block;
  border: 1px solid #000;
  padding: 20px 40px;
}
.box-carrello-step .bodystep .box-totali {
  margin: 20px 0;
  background-color: #efefef;
}
.box-carrello-step .bodystep .accordion-cart .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #efefef;
}
.box-carrello-step .bodystep .accordion-cart .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  background-color: #ffcc0d;
}
.box-carrello-step .bodystep .accordion-cart .accordion-item .accordion-body {
  border: 2px solid #ccc;
}

.field-required-error {
  border-color: #ff0000 !important;
}

.table-cart {
  border-width: 0px;
}
.table-cart td {
  border-width: 0px;
}
.table-cart thead tr th {
  border-width: 0px;
}
.table-cart tbody {
  background-color: rgba(255, 255, 255, 0.6);
}
.table-cart tbody tr td {
  vertical-align: middle;
  padding: 15px 10px;
  /*.nomeprodotto{
      font-size: 16px;
      font-weight: 700;
      color: $base-color-dark;
      @include webkit-transition(.4s);
      &:hover{
          color: $base-color-red;
          text-decoration: none;
      }
  }

  .thu-prod{
      display: block;
      img{
          width: 40px;
          height: 40px;
          display: block;
          object-fit: cover;
          object-position: center;
      }

  }*/
}
.table-cart tbody tr td .cart-prodotto-thu {
  display: block;
}
.table-cart tbody tr td .cart-prodotto-thu img {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #333;
  margin-right: 10px;
}
.table-cart tbody tr td:nth-child(2) {
  text-align: left;
}
.table-cart tbody tr.nondisponibile {
  background-color: #ccc !important;
}

.form-control-value {
  border: none !important;
}

.box-form-carrello a {
  text-decoration: none;
}
.box-form-carrello .form-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 0px;
  font-weight: 400;
}
.box-form-carrello .form-control {
  background: #f3f4f7;
  border-radius: 3px;
  margin: 2px 0;
}
.box-form-carrello .btn-cstm.lgrey {
  background-color: #efefef;
  color: #666;
  font-style: italic;
}

/*.accordion-cstm{
    .card{
        border-radius: 0px !important;
        border:none;
        .card-header{
            padding: 0px;
            border-radius: 0px !important;
            .btn{
                padding: 15px 20px;
                background-color: #dbdbdb;
                color: $base-color;
                font-size: 20px;
                font-weight: 600;
                border-radius: 0px;
                border-bottom: 2px solid #fff;
                text-decoration: none;
                width: 100%;

                &[aria-expanded="true"]{
                    background-color: $base-color-d-blue;
                    color: #fff;
                    border-bottom: none;
                }
            }
        }
        .card-body{
            border:1px solid #ccc;
            border-top: none;

            .box-costispedizione{
                display: block;
                font-size: 14px;
                line-height: 1;
                padding: 10px 18px;
                font-weight: 600;
                background-color: #efefef;
            }

            .cart-prodotto{
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-direction: row;
                .cart-prodotto-thu{
                    display: block;
                    img{
                        display: block;
                        width: 50px;
                        height: 50px;
                        background-color: #333;
                        margin-right: 10px;
                    }
                }
            }
            .cart-totali{
                display: block;
                border: 5px solid #ccc;
                background-color: #f5f5f5;
                padding: 0px;
                .table{
                    margin: 0px;
                    tr{
                        td{
                            font-size: 16px;
                            &.prezzo{
                                text-align: right;
                            }
                        }
                    }
                }
            }
        }
    }
}*/
.form-signin-menu {
  width: 200px !important;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 150px auto;
  background-color: white;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin.register {
  max-width: 100%;
}

.btn-user-dash {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
  justify-content: center;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.2em;
  font-size: 22px;
  color: #333;
}
.btn-user-dash i {
  color: inherit;
  font-size: inherit;
}

.box-profilo-contain {
  display: block;
  padding: 20px;
  background-color: #efefef;
  margin: 10px 0;
}

.box-feedback {
  display: block;
  padding: 10px 20px;
  margin: 10px 0;
  background-color: #efefef;
  border: 1px solid #ccc;
}
.box-feedback .feed-voto {
  display: block;
  margin: 5px 0;
  height: 25px;
}
.box-feedback .feed-titolo {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.box-feedback .descrizione {
  text-align: left;
  display: block;
  overflow-y: auto;
  height: 150px;
}
.box-feedback .detail {
  background-color: #fff;
  display: inline-block;
  padding: 2px 5px;
  margin: 2px;
  font-size: 12px;
  color: #666;
}
.box-feedback .detail i {
  font-size: inherit;
  color: inherit;
}

@media screen and (max-width: 1200px) {
  .box-articolo .box-thu img {
    height: 170px !important;
  }
}
@media screen and (max-width: 768.1px) {
  .h-mobile {
    display: none;
  }
  .h-desktop {
    display: inline-block !important;
  }
  .navbar-cstm-home li .nav-link {
    padding-left: 10px !important;
  }
  .form-ricerca .box-search-inline {
    display: block;
  }
  .form-ricerca .box-search-inline .s-input {
    margin-bottom: 5px;
    width: 100% !important;
  }
  .form-ricerca .box-search-inline .s-btn {
    width: 100%;
    height: 46px;
    line-height: 46px;
  }
}
@media screen and (max-width: 576px) {
  .box-articolo .box-thu img {
    height: 250px !important;
  }
}
