


.recent-pro-error {
    color: white;
    text-align: center;
    font-size: 24px;

}

.cart-mesg-count-2 {
    background: linear-gradient(#e0300c, #701806);
    color: white;
    text-align: center;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    display: none;
    padding: 0.5rem 0.5rem;
    margin-top: 1rem;
}
.cart-mesg-count-2-displayblock {
    display: inline-block;
}

.cart-mesg-count {
    color: white;
    text-align: center;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
}

.pyment_error_message_display {
    color: rgb(255, 238, 0);
    text-align: center;
    font-size: 16px;
}

.pyment_error_message_display_user_error {
    color: rgb(246, 11, 11);
    text-align: left;

    position: relative;
    font-size: 16px;
}

.reviesoval {
    width: 50px !important;
    height: 50px !important;

    border-radius: 50% !important;
}
.img-pr-boxbtm {
    margin-right: 0.7rem !important;
    max-width: 155px !important;
}
.img-pr-boxbtm img {
    width: 100% !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    justify-content: space-between;
}

.select2-container
    .select2-selection--single
    .select2-selection__rendered
    span {
    float: right;
    margin-left: 10px; /* Adjust this value for spacing */
}


.male-product-tab {
            
    background-color: #fd370d;
    color: #fff;
    font-size: 12px;
    height: 44px;
    width: 47px;
    padding-top: 13px;
    padding-left: 10px;
    border-radius: 50%;
    z-index: 1;
        }
        .female-product-tab {
            
    background-color: #fd370d;
    color: #fff;
    font-size: 12px;
    height: 44px;
    width: 47px;
    padding-top: 13px;
    padding-left: 5px;
    border-radius: 50%;
    z-index: 1;


        }
    .unisex-product-tab {
            
            background-color: #fd370d;
            color: #fff;
            font-size: 12px;
            height: 44px;
            width: 47px;
            padding-top: 13px;
            padding-left: 5px;
            border-radius: 50%;
            z-index: 1;
        
    }


    .female-product-tab-product-page {
            
        background-color: #fd370d;
                    
        color: #fff;
                    
        font-size: 12px;
                    
        height: 47px;
                    
        width: 50px;
                    
        padding-top: 16px;
                    
        padding-left: 3px;
                    
        border-radius: 50%;
                    
        z-index: 1;
                }