﻿body {
    background: #FFF;
}

#category-top{
    position: relative;
    top: 2rem;
}

.underline-text{
    text-decoration: underline;
}

#list-top {
    position: relative;
    top: 1rem;
}

.btn-primary {
    border: 1px solid #2393E9;
    padding: 0.625rem 2.5rem;
}

    .btn-primary:hover {
        background: #fff;
        border: 1px solid #2393E9;
        color: #2393E9;
    }

.secondary-btn {
    border: 1px solid #7117BA;
    background: #7117BA;
}

    .secondary-btn:hover {
        background: #fff;
        border: 1px solid #7117BA;
        color: #7117BA;
    }

.commonMargin {
    margin: 32px 0;
}

.partner-banner-section {
    margin-top: 1.75rem;
    justify-items: center;
}

.scrollViewBanner {
    width: 100%;
    height: 270px;
    max-width: 100%;
    border-color: #fff
}

.partner-banner-section .banner img {
    border-radius: 12px;
    width: calc(100vw - 7.25rem - 7.25rem);
    aspect-ratio: 5.38 / 1;
    object-fit: cover;
    user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.partner-banner-section .k-scrollview-prev, .partner-banner-section .k-scrollview-next {
    display: none !important;
}

.partner-banner-section .k-scrollview-nav {
    overflow-x: auto;
    padding-top: 0;
}

    .partner-banner-section .k-scrollview-nav .k-link {
        margin: 0 4px;
        background-color: rgba(0, 0, 0, 0.2);
        width: 9px;
        height: 9px;
    }

    .partner-banner-section .k-scrollview-nav .k-primary {
        background: #007aff;
    }

.partner-banner-section .k-scrollview-nav-wrap {
    height: 0px;
    position: relative;
    top: -1rem;
}

.heading {
    padding: 1rem 7.25rem;
}

.onlinePartnerHeadLine {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 6.1rem;
}

.sorting {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sorting-selector {
    border: 0.74px solid #2393E9;
    border-radius: 5.25px;
}

    .sorting-selector svg {
        margin-left: 10px;
    }

.sorting-options {
    box-shadow: 0px 0px 24.2669px rgba(184, 184, 184, 0.25);
    border-radius: 7.13733px;
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    width: 210px;
}

.sorting-option, .sorting-selector {
    background-color: white;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 11px 17px;
    cursor: pointer;
}

.sorting-option {
    border: none;
    width: 100%;
    border-bottom: 1px solid #000;
}

    .sorting-option:nth-last-child(1) {
        border-bottom: none;
    }

    .sorting-option svg {
        margin-right: 10px;
    }

.sortingRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 7.25rem;
}

.showInLine .sortingRow {
    padding: 0 0.5rem;
}

.mh-l-head {
    color: #283F50;
    font-size: 28px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 0;
}

.heading .form-link {
    font-size: inherit;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -0.01em;
    text-align: left;
}

.mhead-left {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 24px;
    font-weight: 500;
}

.tooltipTrigger {
    margin-left: 12px;
    display: flex;
    align-items: center;
    position: relative;
}

    .tooltipTrigger > img {
        cursor: pointer;
    }

.shinedondesk {
    margin: 0 12px;
}

.mh-img {
    display: flex;
    align-content: center;
}

.tooltip {
    background-color: #F4FAFF;
    width: 320px;
    padding: 10px;
    border-radius: 7px;
    z-index: 9999;
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    border: 1px solid #2493EA;
    opacity: 1;
    transition: 0.5s ease;
    cursor: pointer;
    display: none;
    position: absolute;
    left: calc(100% + 8px);
    transform: translateY(-50%);
    top: 50%;
}

    .tooltip:before {
        content: "";
        position: absolute;
        border-right: 8px solid #2493EA;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        left: -8px;
        top: 50%;
        transform: translateY(-50%);
    }

.hovered {
    display: block;
}

.productSection {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product-card {
    width: 23%;
    margin: 1%;
    box-shadow: 0 0 23px -9px #ccc;
    border-radius: 12px;
}

    .product-card .pc-upper img {
        width: 100%;
    }

    .product-card .pc-lower {
        padding: 0 16px 16px 16px;
    }

        .product-card .pc-lower .btn-primary {
            padding: 0.625rem 0.5rem;
        }

        .product-card .pc-lower .card-logo {
            height: 54px;
            width: 54px;
            margin-top: -2rem;
        }

        .product-card .pc-lower .pc-head {
            font-size: 22px;
            font-weight: 500;
            line-height: 1;
            letter-spacing: -0.01em;
            text-align: left;
            margin: 6px 0 12px;
        }

        .product-card .pc-lower .pc-subhead {
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            letter-spacing: -0.01em;
            text-align: left;
            margin: 2px 4px 2px 0;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            height:34px;
        }

        .product-card .pc-lower button {
            width: 100%;
        }


.content-shineper {
    display: flex;
    margin-bottom: 6px;
}

    .content-shineper .content {
        width: 60%
    }

    .content-shineper shineper {
        width: 40%
    }

.pc-percentage {
    font-size: 24px;
    text-align: end;
    font-weight: 500;
    line-height: 1;
}

.pc-donation {
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
}

.itemsList .itemsDiv {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem 0 0;
    overflow: hidden;
    height: fit-content;
    padding: 0rem 7.25rem;
}

.itemsList .item {
    flex-basis: 10%;
    text-align: center;
    margin: 16px 0 0;
    cursor: pointer;
}

.itemsList .viewMoreBtn {
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin: 16px 0 32px;
    display: flex;
    align-items: center;
}

    .itemsList .viewMoreBtn p {
        text-transform: uppercase;
        color: #2493EA;
        font-weight: bold;
        display: inline-block;
        position: relative;
        cursor: pointer;
    }

.itemsList .viewLessBtn p {
    text-transform: uppercase;
    color: #2493EA;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.itemsList .viewLessBtn {
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin: 16px 0 32px;
    display: none;
    align-items: center;
}

.verticalFlip {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out; /* Optional smooth effect */
}

.itemsList .item .imgDiv {
    background: #e5f4ff;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin: 0 auto;
    padding: 0.9rem;
}

.itemsList .item .imgDiv img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.product-category-selected {
    border: 2px solid #2493EA;
}

.product-selected{
    color: #2493EA;
}

.itemsList .item p {
    font-size: 14px;
    font-weight: 500;
    padding: 4px;
}

.itemsList .autoHeight {
    height: auto;
}

.jlsTrigger {
    cursor: pointer;
}

.featured-text {
    position: absolute;
    width: 100%;
    background-color: #7117BA;
    height: 1.8rem;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: -0.01em;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.showInLine {
    padding: 0px 7.25rem 0px 1rem;
    display: flex;
    justify-content: space-between; 
}

.showInLine>div:last-child{
    display: flex;
    align-items: flex-start;
    padding-top: 1rem;
}

@media (max-width: 1471px) {
    .itemsList .item {
        flex-basis: 11.11%;
    }
}

@media (max-width: 1440px) {
    .heading {
        padding: 1rem 1.25rem;
    }

    .showInLine{
        padding: 0 2rem 0 1rem;
    }

    .partner-banner-section .banner img {
        width: calc(100vw - 1.25rem - 3.25rem);
    }

    .sortingRow {
        padding: 1rem 1.25rem;
    }

    .itemsList .itemsDiv {
        padding: 0rem 1.25rem;
    }
}

@media (max-width: 1280px) {
    .itemsList .item {
        flex-basis: 11%;
    }
}

@media (max-width: 1155px) {
    .itemsList .item {
        flex-basis: 12.5%;
    }
}

@media only screen and (max-width:1100px) {
    .scrollViewBanner {
        height: 230px;
    }
}

@media only screen and (max-width:1031px) {
    .itemsList .item {
        flex-basis: 14.28%;
    }
}

@media (max-width: 1024px) {
    .shinedondesk {
        width: 9rem;
    }

    .mh-l-head {
        font-size: 18px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: -0.01em;
        text-align: left;
    }
}

@media only screen and (max-width:991px) {
    .scrollViewBanner {
        height: 210px;
    }
}

@media (max-width: 907px) {
    .itemsList .item {
        flex-basis: 16.66%;
    }
}

@media only screen and (max-width:800px) {
    .scrollViewBanner {
        height: 205px;
    }
}

@media (max-width: 783px) {
    .itemsList .item {
        flex-basis: 20%;
    }
}

@media only screen and (max-width:768px) {
    .scrollViewBanner {
        height: 200px;
    }

    .mhead-left {
        display: block;
    }

    .shinedondesk {
        margin: 0 12px 0 0;
    }

    .mh-img .tooltipTrigger {
        align-items: flex-start;
        margin-top: 6px;
    }

    .mhead-left .mh-l-head {
        margin-bottom: 15px;
    }

    .tooltip {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

        .tooltip:before {
            border-right: none;
            border-top: none;
            border-bottom: none;
        }
}

@media only screen and (max-width:659px) {
    .scrollViewBanner {
        height: 190px;
    }

    .itemsList .item {
        flex-basis: 25%;
    }
}

@media (max-width: 590px){
    #storeTypesList {
        position: sticky;
        position: -webkit-sticky;
        top: -3rem;
        width: 100%;
        z-index: 9994;
        background: #fff;
    }

    .itemsList .itemsDiv {
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        overflow: hidden;
    }

    .showInLine {
        padding: 0px 0.5rem;
    }
}

@media only screen and (max-width:575px) {
    .mhead-left {
        font-size: 20px;
    }

    .scrollViewBanner {
        height: 150px;
    }

    .product-card {
        width: 90%;
        flex-basis: 90%;
        margin: 2% 5%;
    }

    .main-btn a button {
        font-size: 18px;
    }

    .mh-l-head {
        font-size: 18px;
    }
}

@media only screen and (max-width:450px) {

    .itemsList .item .imgDiv {
        height: 70px;
        width: 70px;
    }

    .scrollViewBanner {
        height: 120px;
    }

    .product-card .pc-lower .pc-head {
        font-size: 20px;
    }

    .tooltip {
        font-size: 13px;
        width: 295px;
    }

    .main-btn a button {
        font-size: 16px;
    }

    .flashPick-head, .mh-l-head {
        font-size: 18px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 0em;
        text-align: left;
    }

    .mh-l-head {
        width: 72%;
    }

    .sorting-option, .sorting-selector {
        font-size: 12px;
        padding: 5% 10%;
        white-space: nowrap;
    }
    #storeTypesList {
        top: -1.7rem;
    }
}

@media (max-width: 430px){
    .partner-banner-section .banner img {
        aspect-ratio: 0.778 / 1;
    }
}

@media only screen and (max-width:375px) {

    .scrollViewBanner {
        height: 100px;
    }

    .shinedondesk {
        width: 7rem;
    }
}

.partner-banner-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 590px) {
    .owl-carousel .owl-stage {
        padding: 0 !important;
    }
}
