/* Home page styling fixes */

#center_column #home-page-tabs,
#index .tab-content {
  display: block;
}

#index .tab-content > .tab-pane {
  display: none;
}

#index .tab-content > .tab-pane.active {
  display: block;
}

#home-page-tabs {
  margin-top: 20px;
  margin-bottom: 0;
}

.slider-wrapper {
  overflow: hidden;
  width: 100%;
}

#homepage-slider {
  width: 50%;
}

.slider-wrapper #htmlcontent_top {
  float: left;
  width: 50%;
  max-width: none;
  padding-left: 10px;
}

#htmlcontent_top .item-html .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}

#htmlcontent_top .home-promo-tile {
  display: block;
  position: relative;
  width: 100%;
  height: 143px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 2px;
  background-color: #333;
}

#htmlcontent_top .home-promo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#htmlcontent_top .home-promo-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.72));
}

#homepage-slider .homeslider-description {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 55%, transparent 100%);
  max-width: 70%;
}

#homepage-slider .homeslider-description h2 {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

#homepage-slider img {
  width: 100%;
  height: auto;
  display: block;
}

#blockbestsellers.product_list.grid {
  margin-top: 10px;
}

@media (max-width: 767px) {
  #homepage-slider,
  .slider-wrapper #htmlcontent_top {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  #htmlcontent_top .item-html .col-xs-6 {
    width: 50%;
    float: left;
  }

  #htmlcontent_top .home-promo-tile {
    height: 120px;
  }
}

@media (max-width: 480px) {
  #htmlcontent_top .item-html .col-xs-6 {
    width: 100%;
    float: none;
  }

  #homepage-slider .homeslider-description {
    max-width: 100%;
    padding: 15px 20px;
  }

  #homepage-slider .homeslider-description h2 {
    font-size: 1.6em;
  }

  #homepage-slider .homeslider-description p {
    width: 100%;
    font-size: 1em;
  }
}
