/* shop css */
.audio_origin_shop {
  margin-left: 50px;
}
.shop_container {
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  margin-bottom: 40px;
  background: white;
  border: black 1px solid;
  border-radius: 3px;
  box-shadow: 3px 3px lightgrey;
  width: 99%;
  padding: 20px;
}
.photo {
  height: 400px;
  width: 600px;
  box-shadow: 3px 3px lightgrey;
  border-radius: 3px;
  margin-right: 55px;
}

.description p {
  font-size: 16px;
}

.description {
  font-family: lata, sans-serif;
  font-size: 16px;
  color: black;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
}

.button {
  align-self: flex-end;
}

@media only screen and (max-width: 698px) {
  .photo {
    height: 250px;
    width: 400px;
  }
  .description {
    margin-left: 0px;
  }
}
