.shop-product-detail{
    margin: 0px;
    padding: 10px 5px;
    background: #fff;
}
.shop-product-detail .header{
    /*border-bottom: #ddd solid thin;*/
}
.shop-product-detail .popular{    
    margin: 5px 0;
}
.shop-product-detail .header .popular{    
    margin: 0;
    padding: 0 10px 0 0;
    display: inline-block;
}
.shop-product-detail .header .popular a{
    color: #e8393d; 
}
.shop-product-detail .header .stars{
    color: #0567af;
    display: inline-block;
}
.shop-product-detail .header .manufacturer{
    display: inline-block;
    float: right;
}
.shop-product-detail .header .manufacturer img{
    height: 1.2em;
    vertical-align: top;
}
.shop-product-detail h2{
    margin: 2px 0px;
    padding: 0px;
    font-size: 1.5em;
    font-weight: bold;
}
.shop-product-detail p{
    text-align: justify;
}

.shop-product-detail .image{
    position: relative;
    text-align: center;
}
.shop-product-detail .image img{
    display: inline-block;
}

.shop-product-detail .image ul.shop-tags{
    text-align: left;
    position: absolute;
    left: -6px;
    top: 0px;
    list-style: none;
    padding: 0; margin: 0; border: 0;
}
.shop-product-detail .image ul.shop-tags li{
    position: relative;
    padding: 0; margin: 0px; border: 0;
}
.shop-product-detail .image .shop-tag{
    display: inline-block;
    margin: 3px 0px;
    padding: 2px 5px;
    color: #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.shop-product-detail .specification span.value{
    font-weight: bold;
}

.breadcrumb{
    margin: 1px 0px;
}

.shop-product-detail .price-cover{
    color: #e30d25;
    margin: 4px 0px;
    padding: 4px;
    text-align: center;
}
.shop-product-detail .price-cover .price{
    font-weight: bold;
    font-size: 1.8em;
}
.shop-product-detail .price-cover .price-without-tax{
    font-size: 0.8em;
}
.shop-product-detail .price-cover .discount{
    font-size: 1em;
}
.shop-product-detail .price-cover .discount .original-price{
    text-decoration: line-through;
}

.flex-images { overflow: hidden; }
.flex-images .item { float: left; margin: 0px; border: 1px solid #eee; box-sizing: content-box; overflow: hidden; position: relative;  }
.flex-images .item img { display: block; width: auto; height: 100%; }

.simple-images {}
.simple-images .item { display: inline-block; margin: 1px; padding: 0; border: 1px solid #eee;}
.simple-images .item img { display: block; width: auto; height: 55px; }

.modal.carousel {
    position: absolute;
}

#modal-lightbox{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
}
#modal-lightbox .carousel-inner > .item{
    text-align: center;
}
#modal-lightbox .carousel-inner > .item > img, 
#modal-lightbox .carousel-inner > .item > a > img {
    display: inline-block;
}
#modal-lightbox .carousel-control i{
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;    
}

#modal-lightbox .carousel-caption p{
    margin: 0px;
    padding: 0px;
    font-size: 1.2em;
    text-align: center;
    color: #000;
    text-shadow: 1px 1px 2px rgba(255,255,255,.9), -1px -1px 2px rgba(255,255,255,.9);
}
#modal-lightbox .carousel-indicators li{
    border-color: #000;
    background-color: #000;
}
#modal-lightbox .carousel-indicators .active {
    border-color: #000;
    background-color: #000;
}
#modal-lightbox .carousel-caption {
    left: 15%;
    right: 15%;
    bottom: 30px;
    z-index: 10;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}


.shop-product-detail .order-form{
    margin: 2px 0px;
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
    
}
.shop-product-detail .order-form hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgba(100,100,100,0.1);
}

.shop-product-detail .product-values-cover-hide{
    position: relative;
    height: 140px;
    overflow: hidden;
    margin: 10px 0;
}
.shop-product-detail .product-values-cover-show{
    height: auto;
    overflow: visible;    
}

.shop-product-detail .product-values-buttonarea-show{
    padding: 0px 0px 0px 0px;
    position: absolute;
    display: block;
    text-align: center;
    top:0; left:0; bottom:0; right:0;
    background: rgba(255, 255, 255, 0.5);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
}
.shop-product-detail .product-values-buttonarea-hide{
    display: none;
}

.product-values-show-button:hover{
    /*background-color: rgba(255,255,255,0.4);*/
}
.shop-product-detail .product-values-buttonarea-show i.btn{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%, 0);
}


.shop-product-detail .product-values{
    text-align: center;    
}
.shop-product-detail td .product-values{
    text-align: left;    
}

.shop-product-detail .product-values .product-value{
    text-align: center;    
    margin: 1px;
    padding: 0px 0px;
    vertical-align: top;
    /*
    width: 95px;
    */
    display: inline-block;
    overflow: hidden;
    font-size: 0.85em;    
}
.shop-product-detail .product-values .product-value label{
    padding: 2px 10px;
}

.shop-product-detail .order-form .product-values .product-value:hover{
    background-color: rgba(255, 255, 255, 0.5);
}
.shop-product-detail .product-values .product-value .modification-img > img{
    height: 40px;
}
.shop-product-detail .product-values .product-value .modification-img img.tooltip-img{
    max-width: 150px;
    max-height: 190px;    
}
.shop-product-detail .product-values .product-value .modification-img .tooltip.in {
    text-align: center;
    opacity: .9;
    filter: alpha(opacity=100);
}
.shop-product-detail .order-form .product-values .product-value input{
    display: block-inline;
}
.shop-product-detail .order-form .product-values .product-value .modification-img{    
}
.shop-product-detail .order-form .product-values .product-value .modification-value{    
}
.shop-product-detail .order-form .product-values .product-value .modification-price{
    display: inline-block;
    font-weight: bold;
}
.alternative-price{
    text-decoration: line-through;
}

.social{
    margin: 10px 0;
}