/*menu highlight  */

.navbar-nav .call-button a {
    border: 1px solid #FCC761;
    line-height: 36px;
    padding: 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #FCC761 !important;
    display: block;
}
/*product page */

/*.stars {
    display: inline-block;
}*/

.item-info .readonly .fill-star {
    position: absolute;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.item-info .stars {
    position: relative;
    display: inline-block;
}
/*popup image in home page*/

#popup-image .modal-body {
    cursor: auto;
    display: table;
    clear: both;
    overflow: hidden;
    padding: 0 !important;
}
#popup-image .modal-body img {
    max-width: 100%;
    width: auto;
    height: auto;
}
#popup-image .close-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 1;
    opacity: 1;
    font-size: 30px;
}
.detail-price-item .detail-price-name {
    font-weight: 600;
}
.service-description p {
    font-size: 14px;
    line-height: normal;
}
.text-white {
    color: #fff;
}
.ck-content li {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}
.ck-content ul {
    list-style: inherit;
    list-style-position: inside;
}
.default-page {
    padding: 40px 0;
}