.cmcrpr_items_wrapper .cmcrpr_item_row{
    display: inline-block;
    vertical-align: top;
    margin: 0.5%;
}
.cmcrpr_items_wrapper .cmcrpr_items_label {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.cmcrpr_items_wrapper .cmcrpr_item_row .cmcrpr_item_title{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding-top: 10px;
}
.cmcrpr_items_wrapper .cmcrpr_item_row .cmcrpr_items_label {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.cmcrpr_items_wrapper .cmcrpr_item_row .cmcrpr_item_description{
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.cmcrpr_items_wrapper .cmcrpr_item_row img{
    max-width: 100%;
    overflow: hidden;
}
.cmcrpr-items-wrapper.small .cmcrpr-item {
    max-width: 11.5%;
}
.cmcrpr-items-wrapper.medium .cmcrpr-item {
    max-width: 24%;
}
.cmcrpr-items-wrapper.big .cmcrpr-item {
    max-width: 32.32%;
}
img.cmcrpr_item_image{
    max-width: 330px!important;
    width: 100%;
}
.flex-wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.flex-wrapper .cmcrpr-item.w1-3{
    padding: 2%;
    width: 33%;
}