/**
 * JShopping Selected Products
 * Styles are scoped to this module only.
 */
.selected_products .col-lg-4 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.selected_products .block_item {
    background-color: #ffffff;
    padding: 40px;
    text-align: center;    
}
.selected_products .block_item .field_content {
    height: 269px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}
.selected_products .block_item .field_content img {
    max-height: 100%;
    max-width: 100%;
}
.selected_products .name a {
    font-size: 30px;
    color: #3d3d3d;
    display: block;
    text-align: center;
    margin: 20px 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.selected_products .buttons a {
    font-size: 18px;
    color: #ffffff;
    background: #BB2530;
    width: 141px;
    height: 39px;
    line-height: 39px;
    display: inline-block;
    margin-top: 20px;
}