/* *{
  margin: 0;
  padding: 0;
  box-sizing: border-box
} */
.show-1{
  /* width: 400px;
  height: 400px; */
  width: 100%;
}
.small-img{
  /* width: 350px; */
  height: 100px;
  margin-top: 10px;
  position: relative;
  /* left: 25px; */
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg)
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 90%;
  height: 100px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 100px;
  height: 100px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
  border: 1px solid #B0AEAE !important;
  border-radius: 15px;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}
@media only screen and (max-width:991.98px){
  .show-1 > div{display: none !important;}
}
img[alt^="now"]{border: 1px solid linear-gradient(0.65turn, #3f87a6, #ebf8e1) !important; border-radius: 15px;}
/* #show-img{width: 400px; height: 400px;} */
#show-img{border-radius: 10px; box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.14); border-radius: 15px;}
#next-img{position: absolute; right: 0px; transform: translateY(34px); padding: 5px;}
#prev-img{position: absolute; left: 0px; transform: translateY(34px); padding: 5px;}
#next-img-1{position: absolute; right: 10px; top: 45%; padding: 5px; background-color: #E0E0FF; color: #6665FF; padding: 6px 10px; border-radius: 50px; z-index: 99;}
#prev-img-1{position: absolute; left: 10px; top: 45%; padding: 5px; background-color: #E0E0FF; color: #6665FF; padding: 6px 10px; border-radius: 50px; z-index: 99;}