/* ++++ PXL CUSTOM CSS ++++ */
@media screen and (max-width: 525px) {
  .header_type3 .header__flex {
    width: calc(100% + 30px);
  }

  .header__logo, .header__logo img, .header__logo .svg-icon {
    max-width: 50%;
  }

  .header_type3 .header__flex>div:last-of-type, .header_type3 .header-fly__search {
    width: 40px;
    margin-left: auto;
  }

  .header_type3 .header__components {
    .basketline__icon {
      font-size: 26px;
    }
  }

  .rsbreadcrumb li:last-child {
    display: none !important;
  }
}
/* ---- PXL CUSTOM CSS ---- */