
@media screen and (min-width: 561px) {
  .wonder-header-text {
    margin-left: 10px !important;
  }
}
@media screen and (max-width: 560px) {
    [data-section-type=product] .wonder-scroll-container.enabled.scroll-bar-top ul li.wonder-product-list-li {
        margin-right: 10px !important;
    }
    [data-section-type=product] .wonder-scroll-container.enabled.scroll-bar-top ul li.wonder-product-list-li:first-of-type {
        margin-left: 10px !important;
    }
}


    @media screen and (min-width: 561px) {
        .wonder-cv-title .added-logo {
          width: 455px !important;
          position: relative;
          top: 10px;
          height: 60px !important;
          right: 25px !important;
        }
    }
    @media screen and (max-width: 560px) {
        .wonder-cv-title .added-logo {
          width: 455px !important;
          height: 60px !important;
          position: relative;
        left: 10px !important;
        }
    }
    .wonder-cv-title .added-logo {
        width: 380px;
    }
