@media (max-width: 1024px) {

  button.open-menu {
    width: 40px;
    height: 40px;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
  }

    button.open-menu:before {
        content: url('../../images/samples/menu.svg');
    }
        button .open-menu:focus {
        border: 0;
        background-color: transparent;
        outline: none;
    }

  .back-button button, .plus-button, .close-menu-btn {
    border: 0;
    background-color: transparent;
  }

  li.back-button button {
    padding: 15px 0px !important;
    text-align: left;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
    float: right;
    font-size: 16px;
   
  }

    button.back-button:before {
        content: "\6a";
    }

  .back-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    grid-gap: 10px;
  }

  .top-menu li {
    display: flex;
    align-items: center;
  }

    .mini-shopping-cart .item {
        overflow: visible;
        margin-bottom: 15px;
    }

    .plus-button:before {
        left: -120%;
    }

  li.back-button {
    padding-right: 20px;
  }

  button.plus-button {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px !important;
  }

  .plus-button:before {
    left: 30% !important;
  }
}
