*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.show {
  width: 400px;
  height: 400px;
}

.small-img {
  width: 490px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
}

.small-img .icon-left, .small-img .icon-right {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  border-radius: 50%;
  bottom: 0;
  margin: auto 0;
}

.small-img .icon-left { transform: rotate(358deg) }

.small-img .icon-right { right: 0; }

.small-img .icon-left:hover, .small-img .icon-right:hover { opacity: .5; }

.small-container {
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 800%;
  position: relative;
}

.small-container .show-small-img {
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
  border-radius: 10px;
}

.small-container .show-small-img:last-of-type { margin-right: 0; }


.images-zoom-effect{
  border: 1px solid #f0e3e3;
}

.show{
  height: 400px;
  width: 100%;
  object-fit: contain;
}

.product-description{
  padding: 20px 0;
  border-top: 1px solid #f0e3e3;
}

[data-tab-content] {
  display: none;
}

.active[data-tab-content] {
  display: block;
}

body {
  padding: 0;
  margin: 0;
}

.tabs {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid black;
}

.tab {
  cursor: pointer;
  padding: 10px;
}

.tab.active {
  border-bottom: 1px solid green;
}


.tab-content {
  margin-left: 20px;
  margin-right: 20px;
}

.nestle-s{
  position: relative;
  /* z-index: -1; */
}

@media screen and (max-width: 480px) {
  .small-container {
    width: auto;
}
.small-img{
  width: auto;
}
.small-container{
  left: -35px;
}
.small-img .icon-left, .small-img .icon-right{
  display: none
}
#product-detail-main{
  overflow-x: hidden;
}

}
