.ProductDetail .list-price{
    font-size: 0.9em;
}

.ProductDetail .content-data{
    /* font-family: Arial, Helvetica, sans-serif ; */
    /* font-family: "UTMAvo" !important; */
    font-size: 16px !important;
}

.ProductDetail .img-product {
    position: relative;
    text-align: center;
    margin: 15px;
}

.ProductDetail .textX {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ProductDetail .img-fix{
    width: 60%;
}

.ProductDetail .product-info {
    position: relative;
    
}

.ProductDetail .img-call {
    width: 30px;
    /* margin: 5px; */
    margin-top: 0;
    margin-right: 5px;
}

.ProductDetail .div-call {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 999;
    display: flex;
    align-items: center;
}

.ProductDetail .badge{
    margin-top: 10px;
    margin-left: 10px;
}

.ProductDetail .item {
    padding: 5px;
}

.ProductDetail .rate > label{
    padding: 0;
    margin: 0;
}

.ProductDetail .nav-tabs > li > a {
    color: #333;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

/*
.ProductDetail .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #337ab7;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}*/

.ProductDetail .nav-tabs > li.active > a, .ProductDetail .nav-tabs > li.active > a:focus, .ProductDetail .nav-tabs > li.active > a:hover {
    border: 0;
    border-bottom: 2px solid #18CDF9;
}

.line-table{
	background: #f5f6f7;
	height: 5px;
}

.product-title{
	padding-top: 5px;
}

.product-title p, .div-content p{
	font-size: inherit !important;
    margin-bottom: 5px;
	padding: 0 !important;
}

.ProductDetail .a-call{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    margin: 15px;
}

.ProductDetail .img-call{
    width: 40px;
}

.ProductDetail .owl-theme .owl-nav{
    display: none;
}

.ProductDetail .owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: -25px;
    z-index: 999;
    position: absolute;
    width: 100%;
}

.ProductDetail .divamount{
    position: relative;
    align-items: center;
    display: flex;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ProductDetail .scongtru{
    text-align: center;
    width: 100%;
}

.ProductDetail .div-share-like-cart{
    display: -webkit-box;
    background: #394665;
    position: fixed;
    bottom: 50px;
    /* position: absolute;
    bottom: 0; */
    z-index: 888;
    width: 100%;
}

.ProductDetail .divoder {
    text-align: center;
    padding: 7px;
    background: #ececec;
    color: #0061b5;
    margin-top: 15px;
}

