
.item-order {
    position: absolute;
    top: -1px;
    left: -1px;
    background: #e8e8e8;
    color: #020202;
    font-weight: 500;
    padding: 0 6px;
    font-size: 1.125rem;
}

.font-3 {
    font-size: 3.5rem !important;
}

.item-order.orange {
    background-color: orange;
}

.description {
    overflow: hidden;
    text-overflow: ellipsis;
}

.expanded {
    max-height: none;
}

h1 {
    font-size: 2rem !important;
    font-weight: 800 !important;
}

h1 span {
    color: #0d6efd;
}

.description svg,
.list-unstyled svg {
    color: #0d6efd;
}

h2 a,
h2 a:hover {
    color: #000;
}

.list-group-item {
    background-color: transparent !important;
}

.card:hover,
.list-group-item:hover {
    background-color: #f8f9fa !important;
}

footer {
    background-color: #cfe2ff;
}

footer a {
    color: #000 !important;
}

footer p {
    font-size: 12px;
}

.nav {
    --bs-nav-link-padding-x: 0.5rem !important;
}


    /* Popup CSS Start */
#trstModal {
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 99999;
}

.modalContent {
    width: 640px;
    height: auto;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.clm-6 {
    width: 50%;
}

.popImg {
    vertical-align: middle;
    display: inline-block;
    width: 320px;
    height: auto;
}

.cnt-Clm {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    padding: 10px;
    color: #000000;
}

.img-Clm .tpMain-Head {
    display: none;
}

.tpMain-Head {
    font-size: 33px;
    font-weight: bold;
    line-height: 28px;
    width: 100%;
    margin-bottom: 20px;
}

.tpSub-Head {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    margin-bottom: 20px;
}

.acptLnk-Btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #1EAD3F;
    box-shadow: 0px 5px 0px 0px #107F2A;
    padding: 12px 30px 12px 30px;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    border-radius: 3px;
    text-align: center;
    transition: all .3s;
    outline: none;
    margin-bottom: 20px;
}

.acptLnk-Btn:hover,
.acptLnk-Btn:focus {
    color: #fff;
}

.rjctLnk-Btn {
    font-size: 11px;
    font-weight: 400;
    text-decoration: underline;
    outline: none;
    line-height: 1.5;
    color: #205fff;
}

.rjctLnk-Btn:hover,
.rjctLnk-Btn:focus {
    color: #000;
}

@media screen and (max-width: 767px) {
    .modalContent {
        width: 100%;
        text-align: center;
    }

    .clm-6 {
        width: 100%;
    }

    .img-Clm .tpMain-Head {
        display: block;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .cnt-Clm .tpMain-Head {
        display: none;
    }

    .cnt-Clm {
        justify-content: center;
    }

    .popImg {
        width: 82%;
    }

    .tpSub-Head,
    .rjctLnk-Btn {
        margin-bottom: 10px;
    }
}

    /* Popup CSS End */

    .btn-primary {
        width: 65%;
        text-transform: uppercase;
        font-weight: 600;
    }
    .product--score .product--score-warning {
        background: #e9525e;
        border: 1px solid #e9525e;
        border-radius: 5px;
        color: #fff;
        font-size: .75rem;
        font-weight: 400;
        margin-top: 15px;
        max-width: 75%;
        padding: 10px;
        position: relative;
    }
    .product--score .product--score-warning {
        background: #e9525e;
        border: 1px solid #e9525e;
        border-radius: 5px;
        color: #fff;
        font-size: .75rem;
        font-weight: 400;
        line-height: 1.4;
        margin-top: 15px;
        max-width: 170px;
        padding: 10px;
        position: relative;
    }
    .product--score-warning {
        background: #e9525e;
        border: 1px solid #e9525e;
        border-radius: 5px;
        color: #fff;
        font-size: .75rem;
        font-weight: 400;
        line-height: 1.4;
        margin-top: 15px;
        max-width: 170px;
        padding: 10px;
        position: relative;
    }
    .product--score-warning {
        position: relative;
        display: inline-flex; 
        justify-content: center; 
        align-items: center; 
        text-align: center; 
        width: 200px; 
        height: 100px; 
        padding: 10px;
        background: #D5A021;
        color: white;
        font-size: 14px;
        border-radius: 5px;
        border: 1px solid #D5A021;
        box-sizing: border-box;
      }
      .product--score-warning p {
        margin: 0; 
        display: flex; 
        justify-content: center; 
        align-items: center; 
        height: 100%; 
      }
    .product--score-warning::after {
        content: '';
        position: absolute;
        bottom: 100%; 
        left: 50%; 
        transform: translateX(-50%); 
        border-width: 8px; 
        border-style: solid;
        border-color: transparent transparent #D5A021 transparent;
      }