.login_with_oauth img {
    height: 16px;
    margin-top: -3px;
}
.login_with_oauth {
    border-radius: 20px;
    background: #dfdfdf;
    width: fit-content;
    padding: 8px 20px;
    margin: 0 10px;
}
.or_text {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 0.1em;
}

.or_text span {
    background: #fff;
    padding: 0 10px;
}
.filter-bar {
    padding: 10px 20px;
    background: #eae7e7;
    border-radius: 5px;
    margin-bottom: 10px;
}
.filter-bar select {
    background: white;
    border: 1px solid gray !important;
}
.order-store-header {
    width: 240px;
    background: linear-gradient(to right, #e9ca82, var(--theme-color));
    padding: 10px;
    font-weight: 600;
    border-radius: 0 25px 25px 0;
}
@media(max-width: 576px) {
    .order-store-header {
        width: 100% !important;
        padding: 5px !important;
        border-radius: 0 !important;
    }
}
.order-store-header i {
    font-size: 18px;
}
.order-store-header + div {
    /* Styles for triangular shape */
    /* border-left: 40px solid #c9391b;border-bottom: 20px solid #fff;border-right: 0;border-top: 20px solid #fff; */
    /* End of Styles for triangular shape */

    height: 42px;
    background: #ca3e1f;
    width: 42px;
    border-radius: 21px;
    margin-left: -18px;
}
.more-items-span {
    padding: 3px;
    display: inline-block;
    background-color: #daefd0;
    border-radius: 8px;
    margin-left: 5px;
}
.my-rewards-box, .my-wallet-box {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #bab4b4;
    margin-bottom: 20px;
    text-align: center;
}
@media(min-width: 992px) {
    .my-rewards-box, .my-wallet-box {        
        width: 220px;
        margin-right: 10px;
    }
}
.my-rewards-box, .my-wallet-box h6 {
    font-size: 16px;
    font-weight: 600;
}
.my-rewards-box img {
    height: 30px;
    padding: 0 20px;
}
.my-wallet-box img {
    height: 30px;
}