.custom_red{
    color: red;
}

.wardrobe_details_popup .separator {
    display: inline-block;
    width: 100%;
    background: #be8c56b4;
    height: 1px;
}

.wardrobe_details_popup h3{
    text-transform: uppercase;
    font-size: 22px;
}
.wardrobe_details_popup h5{
    text-transform: uppercase;
    font-size: 15px;
}

.wardrobe_details_popup table {
    width: 100%;
}
.wardrobe_details_popup table tr:nth-child(even) {
   background: #f0a35075;
}

.wardrobe_details_popup table td {
    padding: 5px;
}

.wardrobe_details_popup  p{
    margin: 5px 0;
}