/* -------------------------------------------------------------- Product Detail -------------------------------------------------------------- */
.image-detail { margin-bottom: 15px }
.image-detail img {
    width: 100%;
    border: 1px solid #ddd
}
.title-detail {
    margin-bottom: 10px;
    font-size: 18px
}
.table-detail{margin-bottom: 10px !important}
.table-detail .select2-container .select2-selection--single { height: 30px }
.table-detail .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 28px }
.table-detail .select2-container--default .select2-selection--single .select2-selection__arrow { height: 28px }
.table-detail tr td { vertical-align: middle !important }
.table-detail tr td:first-child:after {
    float: right;
    content: ':'
}
.table-detail tr td{padding:5px !important}
.table-detail tr td:first-child { width: 150px }
.table-detail tr td.btn-action:after { content: '' }
.nav-tabs a:focus,
.product-detail-tab .nav-tabs a:active { outline: 0 }
.tab-content-detail table tr td:first-child { background: #f8f8f8 }
.product-rating {
    font-size: 12px;
    margin-top: 5px;
    color: #fc0
}
.tab-content-detail .media a.pull-left:hover{ text-decoration: none }
.tab-content-detail .well{
    border-top: 0;
    background: #fff
}
.input-rating {
    font-size: 24px;
    display: inline-block;
    color: #fc0
}
.input-rating i { width: 20px }
.row-related { margin-top: 20px }
/* -------------------------------------------------------------- End of Product Detail -------------------------------------------------------------- */
/* --------------------------------------------------------------  Nav Bar -------------------------------------------------------------- */
.navbar {
    min-height: inherit;
    background-color: #edeef7
}

.navbar-full-slider {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2)
}
.navbar-nav a { color: inherit !important }
.navbar-nav > li > a:hover {
    background-color: #849ac3 !important
}
.navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px
}
.navbar-toggle {
    float: left;
    margin-right: 0;
    margin-left: 15px;
    padding: 5px 7px
}
.navbar-toggle {
    border-color: #e5e5e5;
    background-color: #f3f3f3
}
.navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    border-color: #aab2bd;
    background-color: #efefef
}
.btn-cart-xs {
    margin-top: 3px;
    margin-right: 15px
}
.btn-cart-xs button {
    font-size: 12px;
    padding: 8px 25px;
    color: #666;
    border-color: #e5e5e5;
    background-color: #f3f3f3
}
.btn-cart-xs button:hover {
    border-color: #aab2bd;
    background-color: #efefef
}

.product-navbar > li{
    display: block;
    padding: 0 1.7em;
    position: relative;
}
/* -------------------------------------------------------------- End of Nav Bar -------------------------------------------------------------- */
.seller-info{
    background-color: #edeef7;
    padding:10px;
    margin-bottom: 20px;
    font-size: 13px;
    color: blue;
}
.seller-info a{color: blue;}
.seller-info .fa{
    padding-left: 5px;
    font-size: 20px;
}
.progress{height: 10px}
.left-cont-container{
    text-align: center;
    font-size: 16px;
}
.left-cont-container .categ-title{margin: 5px !important}

.categories-left span{
    padding: 5px;
}
.categories-left{
  margin: 5px;  
  padding: 4px;
}
.categories-left{
    border-style: solid;
border-width: 0px 1px 0px 2px;
-moz-border-image: url(http://www.w3.org/TR/css3-background/border.png) 29 34 27 41;
-webkit-border-image: url(http://www.w3.org/TR/css3-background/border.png) 29 34 27 41;
-o-border-image: url(http://www.w3.org/TR/css3-background/border.png) 29 34 27 41;
border-image: url(http://www.w3.org/TR/css3-background/border.png) 29 34 27 41;
}
.categories-left .list-group-item {
    padding-left: -20px !important;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.categories-left .list-group-item a:hover{
    text-decoration: none;
}
ul.categories-left,ul.categories-left li{
    margin-left: 0;
    padding-right: 0;
    padding-top: 2px;
}
.categories-left .list-group-item {
    font-size: 14px;
    font-weight: 200;
}
ul.categories-left,ul.categories-left li{
    margin-left: 0;
    padding-left: 2px;
}
.input-qty {
    width: 200px;
}
.tab-content-detail{
    font-size: 13px;
}
.price {
    margin-bottom: 5px;
    color: #f44336;
    font-size: 18px;
}

.price .price-down {
    margin-left: 5px;
    padding: 2px 5px;
    color: #fff;
    background: #f44336
}
.price-old {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    color: #666
}
.price-old:before {
    position: absolute;
    width: 100%;
    height: 60%;
    content: '';
    border-bottom: 1px solid #666
}

.well{padding-top:10px;padding-bottom: 10px;}