/* -------- Products widget STARTS ----------- */

#epg-newprod{

    margin: 0;
    padding: 0;
    list-style: none;
}
#epg-newprod .col-sm-4 {

    flex: 0 0 auto;
    width: 25%;
}
#epg-newprod .wrapper{
    background-color: #EEEEEE;
}
#epg-newprod h3 {
    font-size: 26px;
    font-weight: 100;
    text-align: center;
    padding: 15px 0 5px 0;
    margin-bottom: 0;
}
.epg-product-price {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.price, .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 18px;
    font-weight: 100;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
.price-wrapper {
    display: block;
    padding: 10px;
    border: 1px solid #707070;
    cursor: pointer;
    margin-bottom: 24px;
}
/**
* add to cart button
*/


/**
* load more button
*/
/*.quo_loadMore_btn_wrapper {*/
/*    text-align: center;*/
/*    margin: 30px 10px 50px 10px;*/
/*}*/
/*.quo_loadMore_btn {*/
/*    color: #16163f !important;*/
/*    background-color: #d8bdb4 !important;*/
/*    border-color: #d8bdb4 !important;*/
/*    font-weight: normal;*/
/*    text-transform: lowercase;*/
/*    border-style: solid;*/
/*    border-width: 1px 1px 1px 1px;*/
/*    border-radius: 0px 0px 0px 0px;*/
/*    padding: 16px 50px 16px 50px;*/
/*    cursor: pointer;*/
/*    transition: all ease-out 0.5s;*/
/*}*/
/*.quo_loadMore_btn:hover {*/
/*    color: #d8bdb4 !important;*/
/*    background-color: transparent !important;*/
/*    border-color: #d8bdb4 !important;*/
/*}*/
/*.quo_loadMore_btn .loading {*/
/*    display: none;*/
/*}*/

/* -------- Products widget ENDS ----------- */