
/* supplier  */

.fw600 {
    font-weight: 600 !important;
}

.premiumSupplier {
    padding: 15px 20px;
    background-color: white;
    position: relative;
    border-radius: 20px;
    border-top: 8px solid #ffd402;
}

.smPremiumSupplier {
    padding: 15px 20px;
    background-color: white;
    position: relative;
    border-radius: 20px;
    display: none;
    /* border-top: 8px solid #ffd402; */
}

.nonPermiumSupplier {
    padding: 15px;
    background-color: white;
    border-radius: 25px;
    /* width: 399px;
        height: 178px; */
}

.ImageContainer {
    height: 210px;
    border: 2px solid #edf2fb;
    border-radius: 20px;
}

.ImageContainer img {
    object-fit: contain
}

.ImageSmContainer {
    height: 77px;
    border: 2px solid #edf2fb;
    border-radius: 20px;
}

.ImageSmContainer img {
    object-fit: contain
}

.premiumFlag {
    position: absolute;
    top: calc(0% - 13px);
    right: 50px;
    width: 196px;
    height: 54px;
}

.smPremiumFlag {
    position: absolute;
    top: calc(0% - 8px);
    right: 50px;
    width: 129px;
    height: 36px;
}

.premiumBadgeText {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #ffd402;
    color: #5a3e00;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 100%, 0 70%);
}

.smPremiumFlag .premiumBadgeText {
    font-size: 11px;
}

.supplierName {
    font-size: 26px;
    font-weight: 500;
    color: #1c1212;
    margin-bottom: 3px;
}

.supplierSmName {
    font-size: 17px;
    font-weight: 500;
    color: #1c1212;
    margin-bottom: 1px;
}

.supplierSmLocation {
    font-size: 12px;
    color: #686464;
}

.year {
    background-color: #DEC37C;
    border-radius: 50px;
    width: 96px;
    height: 27px;
    font-size: 16px;
    font-weight: 500;
    color: #1c1212;
    display: flex;
    justify-content: center;
    align-items: center;
}

.smYear {
    width: 54px;
    height: 20px;
    background-color: #DEC37C;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 500;
    color: #1c1212;
    display: flex;
    justify-content: center;
    align-items: center;
}

.smSupplierLogo {
    height: 21px;
}

.price {
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #1c1212;
}

.smPrice {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #1c1212;
}

.price span {
    font-weight: 600;
}

.latestPrice {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #686464;
}

.smLatestPrice {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #686464;
}

.supplierMaterailsDetails {
    font-size: 18px;
    font-weight: normal;
    line-height: 15px;
    font-style: normal;
    text-align: left;
    color: #686464;
}

.smSupplierMaterailsDetails {
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    font-style: normal;
    text-align: left;
    color: #686464;
    margin-bottom: 15px;
}

.sendEmail {
    border: 1px solid #00CBFF;
    font-size: 15px;
}

.smSendEmail {
    border: 1px solid #00CBFF;
    width: 132px;
    height: 42px;
}

.viewProfile a {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #1c1212;
}

.nonPSName {
    font-size: 26px;
    font-weight: 500;
    color: #1c1212;
}

.nonPSLocation {
    font-size: 18px;
    color: #686464;
}

.nonPSViewProfile a {
    font-size: 16px;
    color: #1c1212 !important;
}

.modal-content,
.modal-body {
    border-radius: 25px;
}

#title {
    color: #F9F9F9;
    justify-content: center
}

.accordion {
    overflow-anchor: none;
}

/* .collapse:not(.show) {
        display: none;
    } */

/* Custom style */
/* .accordion-button::after {
        background-image: url("../assets/images/+.png");
        transform: scale(0.9) !important;
        background-size: contain;
        height: 2.25rem;
    }

    .accordion-button:not(.collapsed)::after {
        transform: scale(0.9) !important;
        background-image: url("../assets/images/-.png");
        background-size: contain;
        height: 2.25rem;
    } */

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #00cbff;
    box-shadow: none;
}

.accordion-button {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-style: normal;
    text-align: left;
    color: #1c1212;
    background-color: #EDF2FB;
}

#mainContainer {
    background-color: #E9EEF6;
}

.faqContainer {
    background-color: white;
    border-radius: 30px;
}

.headingFaqs {
    font-size: 20px;
}

.accordion-body {
    background-color: #EDF2FB;
}

.accordion-button:focus {
    box-shadow: none;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {


    .supplierName {
        font-size: 22px;
    }

    .supplierLocation {
        font-size: 16px;
    }

    .supplierDetails {
        flex-wrap: wrap;
    }

    .year {
        width: 80px;
        height: 20px;
        font-size: 14px;
    }

    .price {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        text-align: left;
        color: #1c1212;
    }

    .price span {
        font-weight: 600;
    }

    .latestPrice {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        text-align: left;
        color: #686464;
    }

    .supplierMaterailsDetails {
        font-size: 14px !important;
        font-weight: normal;
        line-height: 15px;
        font-style: normal;
        text-align: left;
        color: #686464;
        margin: 1rem 0.5rem !important;
    }

    .sendEmail {
        border: 1px solid #00CBFF;
        padding: 3px 9px !important;
        font-size: 15px;
    }

    .nonPSSendEmail {
        border: 1px solid #00CBFF;
        padding: 3px 9px !important;
        font-size: 15px;
    }

    .viewProfile a {
        font-size: 16px;
        color: #1c1212;
    }

    .smViewProfile a {
        font-size: 14px;
        color: #1c1212;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1440px) {

    .price {
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        text-align: left;
        color: #1c1212;
    }

    .price span {
        font-weight: 600;
    }

    .latestPrice {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        text-align: left;
        color: #686464;
    }

    .supplierMaterailsDetails {
        font-size: 16px;
        font-weight: normal;
        line-height: 15px;
        font-style: normal;
        text-align: left;
        color: #686464;
    }

    .viewProfile a {
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        text-align: center;
        color: #1c1212;
    }
}

@media screen and (min-width: 320px) and (max-width: 506px) {

    .premiumSupplier {
        display: none !important;
    }

    .smPremiumSupplier {
        display: block !important;
    }

    .nonPSName {
        font-size: 16px;
    }

    .greenTick {
        width: 14px;
        height: 14px;
        cursor: pointer;
    }

    .nonPSLocation {
        font-size: 14px;
    }

    .nonPSViewProfile a {
        font-size: 14px;
    }

    .faqContainer {
        padding: 0 !important;
    }
    .headingFaqs {
        font-size: 17px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1439px) {
    .supplierName {
        font-size: 22px !important;
    }

    .supplierLocation {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 480px) {
    .nonPremium {
        padding: 0px 15px;
    }
}