.carousel-inner img {
  width: 100%;
  /*max-height: 800px;*/
}
/* Carousel Header Styles */
.header-text {
  position: absolute;
  top: 35%;
  left: 1.8%;
  right: auto;
  width: 96.66666666666666%;
  color: #e2e2e2;
  font-size:20px; letter-spacing:1px;
}
.header-text h2 {font-size: 50px; color:#fff; font-weight:600;}
.header-text h2 span {padding: 10px;color:orange;}
.header-text h3 span {padding: 15px;}

.carousel-control.left,
.carousel-control.right {
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
  margin-right: 15px;
}
.carousel-indicators .active {background-color: #ff5900;}
.carousel-control {color: #e2e2e2;}
.carousel-control {width: 90;}

/*product detail*/
.slider_product_detail{
    margin-top:20px;
    margin-bottom:20px;
}
.slider_product_detail .list-inline {
  text-align: center;
}
.slider_product_detail .list-inline > li {
  margin: 10px 5px;
  height: 60px;
}
.slider_product_detail .list-inline > li:hover {
  cursor: pointer;
}
.slider_product_detail .list-inline .selected img {
  opacity: 1;
  border-radius: 15px;
}
.slider_product_detail .list-inline  img {
   width: auto;
   height: 100%;
   border:1px solid gray;
   padding: 5px;
}
.slider_product_detail .list-inline img {
  opacity: 0.5;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.slider_product_detail .list-inline img:hover {
  opacity: 1;
}

.slider_product_detail .item > img {
  max-width: 100%;
  height: auto;
  display: block;
}

#myCarousel{
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0px 6px 7px #f7f3f3;
}

#myCarousel >.carousel-inner{
  padding: 20px;
}

#myCarousel >.carousel-inner img{
  max-width: 500px;
}
