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


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

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

#brand .item{
  margin: 3px;
}
#brand .item img{
  display: block;
  width: 1000px;
  height: auto;
}


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

#carousel .item img{
  display: block;
  width: 100%;
  height: auto;
}
#bar{
  width: 0%;
  max-width: 100%;
  height: 6px;
  background: #4f81bd;
}
#progressBar{
  width: 100%;
  background: #EDEDED;
}
