.font-weight-500{
    font-weight: 500 !important;
}
.f-14{
    font-size: 14px;
}
.f-16{
    font-size: 16px !important;
}
.f-19{
    font-size: 19px !important;
}
.ven-banner{
    max-height: 275px;
    overflow: hidden;
    background-image: url(../images/b1.jpg);
    background-size: cover;
    height: 275px;
    position: relative;
}
.ven-small-banner img{
    /* max-height: 130px;
    overflow: hidden; */
    width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: center;
}
.ven-small-banner.ven-view{
    /* background-image: url(../images/vendor-small-banner.jpg); */
    /* background-position: center; */
    background-size: cover;
    height: 130px;
    position: relative;
}
.ven-small-banner.ven-view a{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000069;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.ven-btn .btn{
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%);
    background-color: var(--secondary-color);
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    /* padding: 10px; */
    /* width: 100%; */
    height: 40px;
    transition: 1s ease;
}
.ven-tab .nav-link{
    color: #232323;
    padding: .5rem 3rem;
}
.ven-location i{
    color: #848484;
}
.ven-tab .badge-pill{
    border: 1px solid #dee2e6;
    padding: 7px 22px;
    color: #848484;
    font-weight: normal;
    font-size: 14px;
}
.ven-tab iframe{
    width: 100%;
}
.ven-call-time{
    padding: 32px 30px;
    background-color: #fcfcfc;
}
.ven-call-time a{
    color: #232323;
}
.ven-tab .nav-tabs .nav-link:hover{
    color: #848484;
    border-color: transparent;
}
.ven-tab .nav-link.active{
    color: var(--primary-color) !important;
    border:none;
    border-bottom: 2px solid var(--primary-color) !important;
}
#buy-deals .media{
    border-radius: 8px;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
    margin-bottom: 30px;

}
#buy-deals .media:hover > .featured_deal_imgBox img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    transition: all 0.2s linear;
}
#gallery .photos {
    padding-bottom: 20px
}
#gallery .item a {
    margin-bottom: 30px;
    overflow: hidden;
    /* max-height: 162px;
    min-height: 162px; */
    border-radius: 4px;
    display: block;
}
#gallery .item a img{
    max-height: 162px;
    min-height: 162px;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
}
#gallery .item a img:hover{
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
    transition: all 0.2s linear;
}
.lb-dataContainer{
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
}




/**********************************
         Responsive
**********************************/

@media (max-width: 767px){
    .ven-tab .nav-link {
        padding: .5rem 2rem;
    }
    .ven-call-time {
        padding: 15px 15px;
    }
    #buy-deals .media{
        display: block;
        width: 100% !important;
    }
}
