.navbar_me{
    padding: 0.5rem 0rem;
}

@media (max-width: 575.98px) {
    .sub_sm_h{
        font-size: 0.575rem;
    }
    .sm_none{
        display: none !important;
    }

    .sm_pd{
        padding-top: 1rem !important;
    }

    .sm_db{
        display: block;
    }
}

@media (max-width: 992px) {
    .lg_none{
        display: none !important;
    }
}


.navbar-brand{
    min-width: 245px;
}

.list-group-item-n{
    overflow: hidden;
    max-height: 120px;
}


.gl_vitr{
    max-height: 150px;
    overflow: hidden;
}

span.rating-sm>span.fa-star{color: #d6d6d6;}
.star_ok{color: #f7c46c !important;}

.reviews-container{
    min-height: 200px;
}

.time_period{
    box-shadow: none;
    font-size: 0.75rem;
}

.time_period_sm{
    max-width: 120px;
}

.time_period_hmb{
    max-width: 150px;
}

.time_period_hmb .list-group-item{
	padding:0   !important;
}

.flex{
    display: flex;    justify-content: space-between;
}

.price_item{
    padding: 1rem 1.2rem  !important;
}

.price_item_img{
    min-height: 150px;
    min-width: 220px;
}

.price_c{
    align-self: center;
    padding: 1rem 1.2rem  !important;
}
.thumb img {-webkit-filter: grayscale(0);filter: none;border-radius: 5px;background-color: #fff;border: 1px solid #ddd;padding: 5px;}
.thumb img:hover {-webkit-filter: grayscale(1);filter: grayscale(1);}
.thumb {padding: 5px;}

.btn-primary{
  line-height: inherit !important;
}
