#owl-carouselone .owl-stage-outer {
    padding: 0 0 1rem 0 !important;
}


/* owl-carouseltwo */
#owl-carouseltwo {
    position: relative;
    margin: 0rem 0 2rem 0;
}

#owl-carouseltwo .owl-nav {

    position: absolute;
    width: 100%;
    top: 35%;
    display: flex;
    justify-content: space-between;
}

#owl-carouseltwo .owl-nav button {
    line-height: 12px;
    border: 1px solid;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: button;
    background-color: #0000002e;
    background-image: none;
    border: none;
    border-radius: 0;
    margin: auto 2px;
    color: #fff;
    transition: all 0.3s ease-in-out;

}

#owl-carouseltwo .owl-nav button:hover {
    background-color: rgb(248 225 0 / 1);
    color: #000;
}

#owl-carouseltwo .owl-nav button span {
    font-size: 3rem;
}

#owl-carouseltwo .carousel-img {
    height: 170px;
}

#owl-carouseltwo .carousel-img img {
    width: 100%;
    height: 100%;
    border-radius: .75rem;
    /* object-fit: cover; */
}


@media(max-width:767px) {
    #owl-carouseltwo .carousel-img {
        height: 200px;
    }



    #owl-carouseltwo {
        margin-top: 0;
    }
}


/* KPN Fresh Near Me */

.custom-carousel .card {
    min-height: 334px;
}

.custom-carousel .card .br-info-card-str-add {
    font-size: .85rem;
}

.custom-carousel .v-mart-card-data p span {
    font-size: 14px;
    color: #000;
}

.custom-carousel .v-mart-card-data .card-g-icon svg {
    width: 14px;
    margin-top: -2px;
    margin-right: 7px;
}

.custom-carousel .brand-data .br-info-card-str-name {
    font-size: 1.1rem;
}

.custom-carousel .v-mart-card-data h6 {
    font-size: 1rem;
}

.custom-carousel .v-mart-card-data {
    height: 100%;
}

.branch-data-div p a {
    font-size: 1rem;
}

.branch-data-div p a:hover {
    color: var(--themeprimaryclr);
}


@media (max-width:1100px) {
    .brand-data .br-info-card-str-name {
        font-size: 1.1rem;
    }

    .share-data a>i {
        font-size: 1.1rem;
    }

    .br-info-card-str-add,
    .br-info-card-str-cont,
    .br-info-card-str-kms,
    .br-info-card-str-loc,
    .br-info-card-str-time,
    .br-info-card-dir-btn,
    .br-info-card-badge .br-info-card-str-status,
    .qrCode span:nth-child(2) .br-tags-data li>h4>a,
    .br-info-card .card-body ul li i,
    .branch-data-div p a {
        font-size: .8rem;
    }
}