﻿/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
div.border_top_catpreview{
	margin-top:32px;
}
.show_category .show_name_title{
	height: 91px;
	padding-left:15px;
	border-bottom: 1px solid #d9d9d9;
	font-family:Tahoma;
	text-align:left;
	background-image: url("images/loop_category/arrow-icon.png");
	/*background-size: 90px;*/
    background-repeat: no-repeat;
	background-position: 215px 35px;
	padding-top:10px;
 }
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  /*width: 1080px;*/
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {

  /*background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  /*
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';

  font-family: Arial, sans-serif;


}
.carousel-control .icon-next:before {
 content: '\203a';

 font-family: Arial, sans-serif;

}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
/*
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
*/
	width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 55px;

  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: 5px;
    width: 30px;
    height: 75px;
    background-color: #404040;

  }

  /*--featured product slide box--*/
  #featured_kaset_deliverySlide .carousel-control{
	text-shadow: none;
  }
  #featured_kaset_deliverySlide .carousel-control .icon-prev,#featured_kaset_deliverySlide .carousel-control .icon-next{
	background-color:transparent;
	color:#808080;
	top:40%;
  }
  #featured_kaset_deliverySlide .carousel-control .icon-prev{
	margin-left: -70px;
  }
  #featured_kaset_deliverySlide .carousel-control .icon-next{
	margin-right: -70px;
  }
  #featured_kaset_deliverySlide .carousel-inner div.item div.dilivery_product_box{
	border: 1px #d9d9d9 solid;
	margin: 0 5px 0 5px;
	float:left;
 }
 #featured_kaset_deliverySlide .carousel-inner div.item{
	height:280px;
  }
 #featured_kaset_deliverySlide .carousel-indicators {
    margin-bottom:-20px;
  }
  /*--/featured product slide box--*/

  /*--featured processed_center slide box--*/
  #featured_processed_center .carousel-control{
	text-shadow: none;
  }
  #featured_processed_center .carousel-control .icon-prev,#featured_processed_center .carousel-control .icon-next{
	background-color:transparent;
	color:#808080;
	top:40%;
  }
  #featured_processed_center .carousel-control .icon-prev{
	margin-left: -70px;
  }
  #featured_processed_center .carousel-control .icon-next{
	margin-right: -70px;
  }
  #featured_processed_center .carousel-inner div.item div.dilivery_product_box{
	border: 1px #d9d9d9 solid;
	margin: 0 5px 0 5px;
	float:left;
 }
 #featured_processed_center .carousel-inner div.item{
	height:280px;
  }
 #featured_processed_center .carousel-indicators {
    margin-bottom:-20px;
  }
  /*--/featured processed_center slide box--*/

   /*--new product box--*/
  #newProductrecommed .carousel-control{
	text-shadow: none;
  }
  #newProductrecommed .carousel-control .icon-prev,#newProductrecommed .carousel-control .icon-next{
	background-color:transparent;
	color:#808080;
	top:40%;
  }
  #newProductrecommed .carousel-control .icon-prev{
	margin-left: -94px;
  }
  #newProductrecommed .carousel-control .icon-next{
	margin-right: -104px;
  }
  #newProductrecommed .carousel-inner div.item div.new-product-box{
	border: 1px #d9d9d9 solid;
	margin: 0 5px 0 5px;
	float:left;
 }
 #newProductrecommed .carousel-inner div.item{
	height:280px;
  }
 #newProductrecommed .carousel-indicators {
    bottom: 2px;
  }
  /*--/new product box--*/

  /*--new product box--*/
  #newProduct .carousel-control{
	text-shadow: none;
  }
  #newProduct .carousel-control .icon-prev,#newProduct .carousel-control .icon-next{
	background-color:transparent;
	color:#808080;
	top:40%;
  }
  #newProduct .carousel-control .icon-prev{
	margin-left: -94px;
  }
  #newProduct .carousel-control .icon-next{
	margin-right: -104px;
  }
  #newProduct .carousel-inner div.item div.new-product-box{
	border: 1px #d9d9d9 solid;
	margin: 0 5px 0 5px;
	float:left;
 }
 #newProduct .carousel-inner div.item{
	height:280px;
  }
 #newProduct .carousel-indicators {
    bottom: 2px;
  }
  /*--/new product box--*/
  /*--hotdeal product box--*/
  .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
	width:130px;
  }
  #hotdealProduct .carousel-control{
	text-shadow: none;
  }
  #hotdealProduct .carousel-control .icon-prev,#hotdealProduct .carousel-control .icon-next{
	background-color:transparent;
	color:#808080;
	top:40%;
  }
  #hotdealProduct .carousel-control .icon-prev{
	margin-left: -82px;
  }
  #hotdealProduct .carousel-control .icon-next{
	margin-right: -86px;
  }
  #hotdealProduct .carousel-inner div.item div.hotdeal-product-box{
	border: 1px #d9d9d9 solid;
	margin: 0 5px 0 5px;
	float:left;
 }
 #hotdealProduct .carousel-inner div.item{
	height:296px;
  }
 #hotdealProduct .carousel-indicators {
    bottom: -24px;
  }
  /*--/hotdeal product box--*/
  /*--hotdeal store box--*/
  #hotdealStore .carousel-control{
	text-shadow: none;
  }
  #hotdealStore .carousel-control .icon-prev,#hotdealStore .carousel-control .icon-next{
	background-color:transparent;
	color:#808080;
	top:40%;
  }
  #hotdealStore .carousel-control .icon-prev{
	margin-left: -82px;
  }
  #hotdealStore .carousel-control .icon-next{
	margin-right: -86px;
  }
  #hotdealStore .carousel-inner div.item div.hotdeal-store-box{
	border: 1px #d9d9d9 solid;
	margin: 0 5px 0 5px;
	float:left;
 }
 #hotdealStore .carousel-inner div.item{
	height:296px;
  }
 #hotdealStore .carousel-indicators {
    bottom: -24px;
  }
  /*--/hotdeal store box--*/
  /*--hotdeal bannertop box--*/
  #hotdealBannerTop .carousel-control{
	text-shadow: none;
  }
  #hotdealBannerTop .carousel-control .icon-prev,#hotdealBannerTop .carousel-control .icon-next{
	background-color:transparent;
	color:#808080;
	top:40%;
  }
  #hotdealBannerTop .carousel-control .icon-prev{
	margin-left: -82px;
  }
  #hotdealBannerTop .carousel-control .icon-next{
	margin-right: -86px;
  }
  #hotdealBannerTop .carousel-inner div.item div.hotdeal-bannertop-box{
	border: 0;
	margin: 0 auto;
	float:left;
 }
 #hotdealBannerTop .carousel-inner div.item{
	height:162px;
  }
 #hotdealBannerTop .carousel-indicators {
    bottom: 8px;
  }
  /*--/hotdeal bannertop box--*/
  /*--hotdeal bannerbottom box--*/
  #hotdealBannerBottom .carousel-control{
	text-shadow: none;
  }
  #hotdealBannerBottom .carousel-control .icon-prev,#hotdealBannerBottom .carousel-control .icon-next{
	background-color:transparent;
	color:#808080;
	top:40%;
  }
  #hotdealBannerBottom .carousel-control .icon-prev{
	margin-left: -82px;
  }
  #hotdealBannerBottom .carousel-control .icon-next{
	margin-right: -86px;
  }
  #hotdealBannerBottom .carousel-inner div.item div.hotdeal-bannerbottom-box{
	border: 0;
	margin: 0 auto;
	float:left;
 }
 #hotdealBannerBottom .carousel-inner div.item{
	height:162px;
  }
 #hotdealBannerBottom .carousel-indicators {
    bottom: 8px;
  }
  /*--/hotdeal bannerbottom box--*/
  /*--delivery product box--*/
  #deliveryProduct .carousel-control{
	text-shadow: none;
  }
  #deliveryProduct .carousel-control .icon-prev,#deliveryProduct .carousel-control .icon-next{
	background-color:transparent;
	color:#808080;
	top:40%;
  }
  #deliveryProduct .carousel-control .icon-prev{
	margin-left: -82px;
  }
  #deliveryProduct .carousel-control .icon-next{
	margin-right: -86px;
  }
  #deliveryProduct .carousel-inner div.item div.delivery-product-box{
	border: 1px #d9d9d9 solid;
	margin: 0 5px 0 5px;
	float:left;
 }
 #deliveryProduct .carousel-inner div.item{
	height:296px;
  }
 #deliveryProduct .carousel-indicators {
    bottom: -24px;
  }
  /*--/delivery product box--*/
  /*--delivery store box--*/
  #deliveryStore .carousel-control{
	text-shadow: none;
  }
  #deliveryStore .carousel-control .icon-prev,#deliveryStore .carousel-control .icon-next{
	background-color:transparent;
	color:#808080;
	top:40%;
  }
  #deliveryStore .carousel-control .icon-prev{
	margin-left: -82px;
  }
  #deliveryStore .carousel-control .icon-next{
	margin-right: -86px;
  }
  #deliveryStore .carousel-inner div.item div.delivery-store-box{
	border: 1px #d9d9d9 solid;
	margin: 0 5px 0 5px;
	float:left;
 }
 #deliveryStore .carousel-inner div.item{
	height:296px;
  }
 #deliveryStore .carousel-indicators {
    bottom: -24px;
  }
  /*--/delivery store box--*/
  /*--featured product slide box--*/
  #featuredProductSlide .carousel-control{
	text-shadow: none;
  }
  #featuredProductSlide .carousel-control .icon-prev,#featuredProductSlide .carousel-control .icon-next{
	background-color:transparent;
	color:#808080;
	top:40%;
  }
  #featuredProductSlide .carousel-control .icon-prev{
	margin-left: -70px;
  }
  #featuredProductSlide .carousel-control .icon-next{
	margin-right: -70px;
  }
  #featuredProductSlide .carousel-inner div.item div.featured-product-box{
	border: 1px #d9d9d9 solid;
	margin: 0 5px 0 5px;
	float:left;
 }
 #featuredProductSlide .carousel-inner div.item{
	height:363px;
  }
 #featuredProductSlide .carousel-indicators {
    bottom: -22px;
    margin-bottom:0;
  }
  /*--/featured product slide box--*/

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
	 width: 30px;
    height: 75px;
    background-color: #404040;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* .hidden {
  display: none !important;
  visibility: hidden !important;
} */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*# sourceMappingURL=bootstrap.css.map */

/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*margin-bottom: 60px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 1;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 439px;
  /*background-color:#555;*/
}
.carousel img.loop {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 439px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
.featurette {
  padding-top: 120px; /* Vertically center images part 1: add padding above and below text. */
  overflow: hidden; /* Vertically center images part 2: clear their floats. */
}
.featurette-image {
  margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
}

/* Give some space on the sides of the floated elements so text doesn't run right into it. */
.featurette-image.pull-left {
  margin-right: 40px;
}
.featurette-image.pull-right {
  margin-left: 40px;
}

/* Thin out the marketing headings */
.featurette-heading {
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {

  /* Remve the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}


#featured_kaset_delivery .carousel-indicators li {
	border: 0;
	background-color: #999999;
	width:12px;
	height:12px;
	margin:1px;
}
#featured_kaset_delivery .carousel-indicators li.active {
	border: 0;
	width:12px;
	height:12px;
	margin:1px;
	background-color: #660000;
}

#newProductrecommed .carousel-indicators li {
	border: 0;
	background-color: #999999;
	width:12px;
	height:12px;
	margin:1px;
}
#newProductrecommed .carousel-indicators li.active {
	border: 0;
	width:12px;
	height:12px;
	margin:1px;
	background-color: #660000;
}

#newProduct .carousel-indicators li
,#featured_kaset_deliverySlide .carousel-indicators li
,#featured_processed_centerSlide .carousel-indicators li {
	border: 0;
	background-color: #999999;
	width:12px;
	height:12px;
	margin:1px;
}
#newProduct .carousel-indicators li.active
,#featured_kaset_deliverySlide .carousel-indicators li.active
,#featured_processed_centerSlide .carousel-indicators li.active {
	border: 0;
	width:12px;
	height:12px;
	margin:1px;
	background-color: #660000;
}

#hotdealProduct .carousel-indicators li {
	border: 0;
	background-color: #999999;
	width:12px;
	height:12px;
	margin:1px;
}
#hotdealProduct .carousel-indicators li.active {
	border: 0;
	width:12px;
	height:12px;
	margin:1px;
	background-color: #660000;
}
#hotdealStore .carousel-indicators li {
	border: 0;
	background-color: #999999;
	width:12px;
	height:12px;
	margin:1px;
}
#hotdealStore .carousel-indicators li.active {
	border: 0;
	width:12px;
	height:12px;
	margin:1px;
	background-color: #660000;
}
#deliveryProduct .carousel-indicators li {
	border: 0;
	background-color: #999999;
	width:12px;
	height:12px;
	margin:1px;
}
#deliveryProduct .carousel-indicators li.active {
	border: 0;
	width:12px;
	height:12px;
	margin:1px;
	background-color: #660000;
}
#deliveryStore .carousel-indicators li {
	border: 0;
	background-color: #999999;
	width:12px;
	height:12px;
	margin:1px;
}
#deliveryStore .carousel-indicators li.active {
	border: 0;
	width:12px;
	height:12px;
	margin:1px;
	background-color: #660000;
}
#hotdealBannerTop .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
#hotdealBannerBottom .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
#hotdealBannerBottom .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
#hotdealBannerTop .carousel-indicators li.active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

#featuredProductSlide .carousel-indicators li {
	border: 0;
	background-color: #999999;
	width:12px;
	height:12px;
	margin:1px;
}
#featuredProductSlide .carousel-indicators li.active {
	border: 0;
	width:12px;
	height:12px;
	margin:1px;
	background-color: #660000;
}