/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC (contact@vinades.vn)
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate Tue, 08 Apr 2014 15:13:43 GMT
 */


.payment {
    color: #ff0000;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    border: 1px solid #ff0000;
    padding: 3px;
    text-transform: uppercase;
}

#total {
    color: #ff0000;
    font-weight: bold;
}

.bgview {
    font-weight: bold;
    color: #993300
}
.layout--tabs .nav-tabs{
    border-bottom: none;
}
.layout--tabs .panel-default{
    border-radius: 0;
}
.layout--tabs .nav-tabs>li>a{
    font-weight: 700;
}


.product-detail{
    position: relative;
}

.product-detail .gallery-view {
    border-bottom: 1px #ddd solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.product-detail .gallery-view .owl-stage,
.product-detail .gallery-nav .owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-detail .gallery-view .item-inner img {
    margin: 0;
}


.product-detail .owl-nav .owl-prev:focus,
.product-detail .owl-nav .owl-next:focus {
    outline: 0;
}

.product-detail .owl-nav .owl-prev {
    left: 10px;
}

.product-detail .owl-nav .owl-next {
    right: 10px;
}
.product-detail .owl-nav .owl-prev,
.product-detail .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 2px #ddd solid;
    opacity: 0.6;
    color: #ddd;
    transform: translate3d(0px, -50%, 0px);
    z-index: 10;
}
.product-detail .owl-nav .owl-prev span,
.product-detail .owl-nav .owl-next span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.product-detail .owl-prev span .fa,
.product-detail .owl-next span .fa {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    font-weight: 700;
    transform: translate3d(-50%, -50%, 0px);
}