@media (width <= 767px) {
  #js-plugin-header.plugin-fixed-header {
    top: auto !important;
    bottom: -200px !important;
    left: 0; right: 0; bottom: 0;
    z-index: 9999;
  }
  .plugin-fixed-header__image{
    display: none;
  }
  .plugin-fixed-header__name .breadcrumbs{
    display: none;
  }

  .plugin-fixed-header__name{
    font-size: 0.9em;
    margin: 0 0 0 15px;
  }

  #js-plugin-header.plugin-fixed-header.active {
    top: auto !important;
    bottom: 0 !important;
  }
}

@media (width >= 767px) {
  #js-plugin-header.plugin-fixed-header {
    bottom: auto !important;
    top: -200px !important;
  }



  #js-plugin-header.plugin-fixed-header.active {
    bottom: auto !important;
    top: 0 !important;
  }
}

@media (width <= 468px) {
    .plugin-fixed-header.active {
        bottom: 0;
    }
}

@media (width <= 468px) {
    .plugin-fixed-header__container {
        padding-top: 5px;
        padding-bottom: 5px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
    }
}

@media (width <= 468px) {
    .plugin-fixed-header__image {
        display: none;
    }
}

@media (width <= 468px) {
    .plugin-fixed-header__name {
        display: none;
        font-size: 12px;
    }
}

@media (width <= 468px) {
    .plugin-fixed-header__availability {
        display: block;
    }
}

@media (width <= 468px) {
    .plugin-fixed-header {
        bottom: -200px;
    }
}

@media (width <= 468px) {
    .plugin-fixed-header__basket {
        width: 35% !important;
    }
}

@media (width > 468px) {
    .md-avail-clone {
        display: none;
    }
}

@media (width <= 468px) {
    .plugin-fixed-header__price {
        display: block;
        margin-left: 20px;
        width: 40% !important;
        font-size: 20px;
        text-align: left;
    }
}







