.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;
}

.front_video_class{
    /* max-height: 15rem; */
    /* margin: 1rem 0; */
}

.qr_code_image{
    max-height: 30rem !important;
    padding: 1rem;
    border: 0.125rem solid black;
    border-radius: 1rem;
}