/*your custom css goes here*/

.badge-notification-count {
    width: 15px !important;
    height: 15px !important;
    top: -8px;
    right: -8px;
}

.easyship_rates_main {
    border: 2px solid #eceff7;
    border-radius: 6px;
}
.easyship_rates_main .easyship_rate {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 2px solid #eceff7;
    padding: 15px;
}
.easyship_rates_main .easyship_rate:last-child {
    border-bottom-width: 0;
}
.easyship_rates_main .easyship_rate .esr_name {
    width: 80%;
    margin-bottom: 0;
}