#topBannerCarousel .item img {
  width: auto;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 1024px) {
  #topBannerCarousel .item {
    height: 120px;
  }
}

@media only screen and (max-width: 480px) {
  #topBannerCarousel .item {
    height: 80px;
  }
}

#topBannerCarousel .item img{
  height: 100%;
}

.sl-store-header .navigation-top .navbar-collapse ul li a:hover {
  color: #252834;
}

.top-header .sl-store-header .navbar-nav .caret {
  top: 0 !important;
}

.sl-store-header .nav .open > a, .sl-store-header .nav .open > a:focus, .sl-store-header .nav .open > .sl-store-header a:hover {
  background-color: #fff;
}

.sl-store-header .dropdown-menu > li > a:hover {
  color: #fff !important;
}

.sl-store-header .nav li.open, .sl-store-header .nav li.open:hover {
  background: #fff !important;
}

.sl-store-header .nav li.open a, .sl-store-header .nav li.open a:hover {
  color: #000;
}

.store-anteprima-prodotto {
  min-height: 350px !important;
}

@media (max-width:767px) {
  .footer-blocks .element-info-shop img {
    float: unset !important;
  }

  .down-section .footer-blocks {
    text-align: center;
  }
}

.custom-form .form-horizontal .control-group .controls label {
  margin-left: 20px;
  position: absolute;
  margin-top: 3px;
}