/*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-content {
    box-shadow: none;
    border: none;
    background-color: transparent;
}
#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: 15px;
    top: 15px;
    z-index: 1;
    opacity: 1;
    font-size: 30px;
    background: #404040;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
#popup-image .video-box {
    height: 380px;
    width: 640px;
    margin: auto;
}
.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;
}
.gift-slider {
    display: none !important;
    position: relative;
    padding: 0 20px;
}
.gift-slider .owl-nav .owl-prev {
    position: absolute;
    left: -10px;
    top: 70px;
    font-size: 42px !important;
}
.gift-slider .owl-nav .owl-next {
    position: absolute;
    right: -10px;
    top: 70px;
    font-size: 42px !important;
}
.gift-slider.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #fff;
    color: #000;
}
.gift-cards-owl {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .gift-cards-images {
        display: none !important;
    }
    .gift-slider {
        display: block !important;
    }
    .row.gift-cards-owl {
        display: block !important;
    }

    
}
/* On screens that are 992px or less, set the background color to blue */

@media screen and (max-width: 992px) {
        .navbar-nav .call-button a {
        
        margin: 0 auto;
    }
    /*.dlab-gallery-box img {
        height: 240px !important;
    }
    #block-slider-about {
        height: 260px !important;
    }
    #block-slider-about .slide-title {
        font-size: 40px !important;
    }*/
}

/* On screens that are 600px or less, set the background color to olive */

/*@media screen and (max-width: 600px) {
    .dlab-gallery-box img {
        height: 120px !important;
    }
    #block-slider-about {
        height: 160px !important;
    }
    #block-slider-about .slide-title {
        font-size: 34px !important;
        text-align: center;
    }
    #block-user7 .form-mwidth p.date-time {
        padding-left: 0px !important;
    }
    .footer-right a {
        margin: 0 6px !important;
    }
}*/