/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#wprpl_display .wprpl_row {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}

#wprpl_display .wprpl_item {
    width: 80%;
    display: inline-block;
}

#wprpl_display .wprpl_price {
    width: 20%;
    display: inline-block;
    text-align: right;
}
 
#wprpl_display .wprpl_title {
    font-size: 1.5em;
/*     font-weight: 600; */
}

#wprpl_display .wprpl_numb {
    font-size: 1.4em;
/*     font-weight: 600; */
}

#wprpl_display .wprpl_descr {
    font-size: 0.9em;
    font-style: italic;
}

/*# ================ #
 *# ==== THUMBS ==== #
 *# ================ #*/

#wprpl_display .wprpl_img {
    width: 15%;
}

#wprpl_display .wprpl_img img {
    max-width: 100%;
}

#wprpl_display .wprpl_img img.circle {
    border-radius: 50%;
}

#wprpl_display .wprpl_item {
    width: 65%;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
}