.esyCartInner .esyCartIcon {
    font-size: 25px;
}

.esyCartInner .esyCart-title {
    font-size: 15px;
}

.esyCartInner .esyCart-count {
    top: -2px;
    right: -8px;
    color: #fff;
    width: 19px;
    height: 19px;
    font-size: 11px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    background: #fd6e6e;
    border-radius: 100px;
}

.easyCart-custom {
    cursor: pointer;
}