/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.woocommerce ul.products li.product h6 {
 font-family: BFFNSFW-Regular;
    font-size: 24px;
    padding: 5px 26px;
    margin: 7px 0 0;
    text-align: center;
}


.woocommerce .product h1.product_title {
 font-family: BFFNSFW-Regular;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 600px) {
    .woocommerce .product h1.product_title, .woocommerce div.product .summary p.price, .woocommerce div.product .summary p.price span.amount  {
		text-align: center;
	}
}



.woocommerce ul.products li.product .image-wrapper {
background-color: #F6F6F6;   
}