/*
Theme Name:   IOFNT
Description:  Write here a brief description about your child-theme
Author:       Matt Green
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  iofnt
*/


/*
    This is the image. The margin part keeps it centered, the max-width does exactly what it sounds like.
*/
.product .related .et_portfolio_image, .et_shop_image {
    max-width: 150px;
    margin: 0 auto;
}

/*
    This is the text. Don't remove the important thing, but you can change that number to make the text smaller or larger
*/

.product .related h2 {
    font-size: 18px !important;   
    
} 


.search-results .et_pb_image_container img, .search-results .et_pb_post a img {
    max-width: 450px;
    margin: 0 auto;
    display: block;
}

.et-cart-info span:before {
    display: none;
    content: none;
}

.et-cart-info span {
    background-image: url(/wp-content/themes/iofnt/images/rfq-icon.png);
    background-size: contain;
    width: 22px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
} 