.product-detail h1 { font-size: 1.8em !important; }
#product-promotion-form { background: #f9f9f9; padding: 20px; }
#product-promotion-list > div { margin: 20px 0; }
#product-promotion-list > h3 { font-size: 1.6em; }
#product-promotion-list div.row { background: #ECEAEB; padding: 20px; }
#product-promotion-list div.row .card { background: #fff; }
    /*#product-promotion-form h4 { border-bottom: 2px solid #fff; margin: 0 -20px; padding: 10px; }*/
#product .tags a { background: #18AFD3; color: #fff; padding: 1px 5px;}
#product h4 { margin: 20px 0; }

.product-detail { padding: 10px 0; margin: 0 auto; overflow: hidden; background: #fff;  border-top: 10px solid #18AFD3; font-family: 'Kanit','Helvetica Neue',Helvetica,Roboto,Arial,sans-serif;  }
.product-detail .head-title { color: #18AFD3; padding: 10px 0; font-size: 36px !important; }
.product-detail .brief { margin: 0 10px; }
.product-detail .text-editor-content { margin: 0 10px; }
.product-subtitle { text-align: center; padding-top: 10px !important; padding-bottom: 20px; color: #1b4a9c; }
#product-section > div { padding: 16px; /*border-top: 1px solid #ccc;*/ margin: 20px 0; }
#product-section > div > h4 { font-size: 1.6em; margin-bottom: 20px; }
.product-box .nav-tabs { border: 0; text-align: center; }
.product-box .nav-tabs li { display: inline-block; float: none; width: 170px; }
.product-box .nav-tabs a { border-radius: 2px; border: 1px solid #fff;  background: #fff; }
.product-box .nav-tabs li.active a {  background: none; color: #fff !important; }
.product-box .tab-pane { padding: 20px; text-align: center; }
.product-box .tab-pane img { margin: 0 auto; }


.bg-accent1, .bg-accent2 { background: #f9f9f9 url(../images/bg-product.png); }

.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
}
#gallery { margin: 0 10px; }
#gallery .carousel-indicators { position: relative; margin-top: 20px; bottom: 0; width: 100%; left: 0; margin-left: 0; z-index: 0; display: inline-block; }
#gallery .carousel-indicators li { width: 80px; height: auto; overflow: hidden; margin: 0; background: none; border: 2px solid transparent; border-radius: 2px; }
#gallery .carousel-indicators li.active { border-color: #F1BF2D; }
#gallery .carousel-inner .item { width: 100%; }
#gallery .gallery-wrapper { position: relative; }
#gallery .img-responsive {
    margin: 0 auto;
    display: block;
    width: auto;
    max-height: 100%;
}
.carousel-control { background: none !important; width: 80px; }
.carousel-control span { background: #18AFD3; padding: 10px; width: auto !important; height: auto !important; text-align: center; border-radius: 6px; }
.carousel-indicators li { width: 18px; height: 18px ; margin: 0; background: rgba(13, 23, 43, 0.6); border: 0; }
.carousel-indicators li:hover, .carousel-indicators li.active { width: 18px; height: 18px; border: 4px solid rgba(13, 23, 43, 0.8); }
.carousel-indicators li:hover { background: rgba(150, 150, 150, 1); }
