.main-mega-collection-wrapper {
  overflow: hidden;
}
.mega_collection-slider2 .mega-collection-wrapper {
  max-width: 50%;
  width: 100%;
  float: left;
}
.mega_collection-slider2 .collection__view-all a:not(.link) {
  margin-top: 20px;
}
@media screen and (max-width: 1299px){
  .mega_collection-slider2 .row-product-slider .card {
    flex-direction: column !important;
  }
}
@media screen and (max-width: 767px){
  .mega_collection-slider2 .mega-collection-wrapper{
    max-width: 100%;
  }
}
