
.sl-pagination .page-item .page-link.page-active {
    border: 0.0625rem solid #495a74;
    background: #E1EEFF;
}

.cursor-pointer, .user-rate {
    cursor: pointer
}

.darkgray-color {
    color: darkgray;
}

.img-md-salon {
    width: 407px;
    height: 259px;
}

div.form-check > input[type=checkbox] {
    transform: scale(1.5);
}

.sl_detail_cover {
    width: 100%;
    max-height: 300px;
    object-fit: scale-down;
}

.sl-services-detail_review .review-btn li > .active-vote {
    border-color: #495a74;
    color: #495a74;
}

.comment-images > a > img {
    border-radius: 10px;
    padding-right: 5px;
    width: 60px;
    height: 55px;
    object-fit: cover;
}

.sl-services-detail_info h4 {
    font-size: 0.75rem;
    color: #555555;
    font-weight: bolder;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

.sl-services-detail_info_call {
    background: #dc3545;
    color: #FFFFFF;
}

.sl-services-detail_info_call:hover {
     color: lightgrey;
}


.owl-carousel.sl-wrapper_carousel-2 .owl-item{
    padding-right: 15px;
}

.owl-carousel.sl-wrapper_carousel-2 .owl-item .position-relative{
    min-height: 184px;
    display: table;
    background: #fafafa;
    padding: 1px;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
}

.owl-carousel.sl-salon-wrapper_carousel .owl-item .position-relative{
    min-height: 162px;
    display: table;
    padding: 1px;
    width: 100%;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
}

.owl-carousel.sl-wrapper_carousel-2 .owl-item .position-relative a,
.owl-carousel.sl-salon-wrapper_carousel .owl-item .position-relative a{
    display: table-cell;
    vertical-align: middle;
}

.owl-carousel.sl-wrapper_carousel-2 .owl-item .img-carousel,
.owl-carousel.sl-salon-wrapper_carousel .owl-item .img-carousel{
    height: auto;
}

.owl-carousel.sl-salon-wrapper_carousel .owl-item .sl-item_title{
    color: #555;
    font-weight: 400;
    margin-top: 0.5rem;
    text-transform: capitalize;
}

.owl-carousel.sl-salon-wrapper_carousel .owl-item .sl-item_des{
    color: #888;
}

.at-style-responsive .at-share-btn{
    padding: 2px!important;
    border-radius: 2px!important;
}

.at-icon-wrapper svg{width:24px!important; height:24px!important; }
.at-icon-wrapper .at-label{font-size: 13px!important;}

.header-top-menu{
    display: inline-block;
    width: 100%;
}

.header-top-menu .salon-menu{
    margin: 24px 0px 24px 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.header-top-menu .salon-menu li{
    float: left;
    width:  auto;
    position: relative;
}

@media screen and (max-width: 767px) {
    .header-top-menu {
        
    }
    
    .header-top-menu .addthis_inline_share_toolbox{
        margin-top: 15px;
        text-align: right;
    }
    
    .owl-carousel.sl-salon-wrapper_carousel .owl-item .position-relative{
        min-height: 108px;
    }
}



