.product-labels .on-sale {
    right: 5px;
    background: #f54337;
}

.product-labels .on-trending {
    right: 5px;
    background: #1d45be;
}



#user_img {
    max-height: 7rem;
}

.color_star {
    color: orange;
}

.review_error {
    /* margin-top: 10px; */
    color: red;
    font-size: .85rem;
}

.review_success {
    /* margin-top: 10px; */
    font-size: 1rem;
    color: #04a504;
    margin-bottom: 0;
}

.fa-star {
    font-size: 1.25rem;
    letter-spacing: .15rem;
}

#social-links ul {
    margin: 0;
}

#social-links ul li {
    display: inline-block;
}

#social-links ul li a {
    padding: 10px;
    color: #222222;
    font-size: 13px;
    /* margin-right: 10px; */
}

.cart_ship_input {
    float: left;
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
}

.cart_ship .cart_ship_label {
    margin-top: 0;
    margin-left: 1.2rem;
    /* font-weight: bold; */
}


.tab {
    border-collapse: collapse;
}

.tab td,
.tab tr {
    font-size: 0.95rem;
    padding: .35rem;
    border-color: rgb(150, 150, 150);
    border-style: solid;
    border-width: 0.1rem;
}

/* .tab tr:nth-child(odd){
    background-color: antiquewhite;
} */
.tab th {
    color: aliceblue;
    background-color: black;
    border-style: solid;
    border-width: 0.5px;
    padding: 2px 5px;
}

.tab tr:hover {
    color: black;
    background-color: rgb(240, 240, 240);
    font-weight: bold;
    /* text-align: end; */
}

.ch_out_error {
    color: red;
    text-transform: capitalize;
    font-size: larger;
}

.news_error {
    color: yellow;
    text-transform: capitalize;
    font-size: larger;
}

.ch_out_success {
    color: green;
    text-transform: capitalize;
    font-size: larger;
}

.text-small {
    font-size: small !important;
}

.scor_text {
    font-size: 1rem;
}

.review_row {
    --bs-gutter-x: 0;
}

.review_img {
    border-radius: 10%;
    max-height: 4.5rem;
    max-width: 4.5rem;
}

.dash_text {
    font-size: 2.2rem;
    font-weight: bold;
    color: ivory;
}

.card_cussor {
    cursor: pointer;
}

.select-card {
    background-color: #defdde !important;
    border-radius: 10px;
}

.front_video {
    max-height: 90vh;
    max-width: 90vw;
    object-fit: contain;
}

.mx_h {
    height: 15rem;
    max-height: 20rem;
    overflow-y: auto;
    resize: vertical;
}

.dash_hr {
    margin: .3rem 0;
    border: .75px dashed gray;
}

.td-20-wrap {
    max-width: 20%;
    width: 20%;
    white-space: normal;
    /* लाइन ब्रेक की अनुमति */
    word-wrap: break-word;
    /* लंबे शब्दों को भी ब्रेक कर देगा */
    word-break: break-word;
}

.qr_code_image {
    max-height: 30rem !important;
    padding: 1rem;
    border: 0.125rem solid black;
    border-radius: 1rem;
}

.size_chart {
    max-height: 90vh !important;
    margin-top: 1rem;
    border-radius: 2rem;
}

.test_bg {
    background-color: #000000;
}

.filterBox .filter-color .swacth-btn {
    border: 1px solid black;
}

#whatsapp-button {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    background-color: #0f913f;
    color: white;
    border-radius: 3rem;
    padding: 0.8rem 1rem;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, background-color 0.3s;
}

#whatsapp-button:hover {
    transform: scale(1.10);
    background-color: #1ebe57;
}

#whatsapp-button svg {
    flex-shrink: 0;
}

#whatsapp-button span {
    margin-left: 0.3rem;
    font-weight: bold;
    font-size: 1.1rem;
    color: white;
    font-family: sans-serif;
    letter-spacing: 0.05rem;
}

@media (max-width: 767px) {
    #whatsapp-button {
        padding: 8px 12px;
        bottom: 1rem;
        right: 1rem;
    }

    #whatsapp-button span {
        font-size: 1rem;
    }

    #whatsapp-button svg {
        width: 1.25rem;
        height: 1.25rem;
    }
}