*{
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
/*.show{
  width: calc(100% - 60px);
}*/
#show-img { 
  /*width: 100%; */
  /*height: 350px; */
  max-width: 100%;
}
.small-img{
  width: 70px;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}

.small-container .show-small-img{
  width: 70px;
  height: 70px;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 5px;
}

.height140{
  height: 140px;
}

.btn-ebasket{
    color: #fff;
    background-color: #f15a22;
    border-color: #f15a22;
}

.mt-60{
  margin-top: -65px;
}

