@charset "utf-8";
/* CSS Document */


/*----- Product Category / Brand -----*/

#product .item{
  margin: 3px;
}
#product .item img{
  display: block;
  width: 100%;
  height: auto;
}

#brand .item{
  margin: 3px;
}
#brand .item img{
  display: block;
  width: 100%;
  height: auto;
  border:solid 5px #efefef;
}


/*----- Carousel -----*/

#carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 5px;
  background: #7fc6fb;
}
#progressBar{
  width: 100%;
  background: #efefef;
}
