.edubird-card-bs3 {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    margin: 5px;
    margin-bottom: 18px;
    border: 1px solid #eef2f5;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
}

/* MEDIA */
.ep-media-bs3 {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    background: #f5f7fa;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 18px;
    border: 1px solid #e2e8f0;
}

.ep-img,
.ep-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* DISCOUNT */
.ep-ribbon-bs3 {
    position: absolute;
    top: 6px;
    left: 6px;
    background: #ff3b30;
    color: #fff;
    padding: 4px 7px;
    font-size: 11px;
    font-weight: 700;
    border-radius: 6px;
}

.ep-batch-bs3 {
    background: gray;
    color: #fff;
    padding: 14px 8px;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
    /*   position:absolute;
    left:6px;
    bottom:6px;
    background:#198f54;
    color:#fff;
    padding:4px 8px;
    font-size:11px;
    border-radius:6px;*/
}

/* TITLE */
.ep-title-bs3 {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ep-title-bs3 a {
    color: #0b2b4a;
}

.ep-rating-bs3 .fa {
    color: #ffb300;
}

.ep-muted-bs3 {
    color: #dcdcdc !important;
}

.ep-reviews-bs3 {
    font-size: 12px;
    color: #6b7280;
    margin-left: 4px;
}

.ep-specs-bs3>div {
    font-size: 12px;
    color: #555;
    line-height: 1.3;
}

.ep-tags-bs3 {
    font-size: 12px;
    color: black;
    margin: 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ep-tags-bs3 a {
    color: black;
}

.ep-stats-bs3 {
    font-size: 12px;
    margin-top: 6px;
}

.ep-stats-bs3 span {
    margin-right: 10px;
    color: #566574;
}

/* BOTTOM */
.bottom-line-bs3 {
    margin-top: 8px;
}

.ep-btn-bs3 {
    display: block;
    background: #198f54;
    color: #fff !important;
    padding: 7px 10px;
    text-align: center;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}

.ep-price-bs3 {
    font-size: 18px;
    font-weight: 800;
    color: #000000;
}

.ep-old-bs3 {
    font-size: 11px;
    text-decoration: line-through;
    color: #888;
}

/* MOBILE */
@media(max-width:450px) {
    .ep-title-bs3 {
        font-size: 14px;
    }

    .ep-price-bs3 {
        font-size: 16px;
    }

    .ep-btn-bs3 {
        font-size: 12px;
        padding: 6px;
    }
}

.ep-stats-bs3 {
    margin-bottom: 12px;
}

.full-verified-tags {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/* DUMMY PROFILE */
.ep-dummy-profile-bs3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 5px 0;
}

.ep-dummy-img-container-bs3 {
    margin-right: 10px;
}

.ep-dummy-img-bs3 {
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    object-fit: cover;
}

.ep-dummy-info-bs3 {
    flex: 1;
    overflow: hidden;
}

.ep-dummy-name-bs3 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ep-dummy-loc-bs3 {
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #d61a65;
}