/*
Theme Name: Child Thrive Theme
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/


@media (min-width: 576px){	
	ul.products li.product .product-inner {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
}
@media (min-width: 576px){	
	ul.products li.product .product-image {
	    -webkit-flex: 0 0 250px;
	    -ms-flex: 0 0 250px;
	    flex: 0 0 250px;
	    margin: 0 20px 0 0;
	}
}
@media (min-width: 576px){	
	ul.products li.product .product-content {
	    -webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	    max-width: calc(100% - 250px);
	}
}
ul.products li.product .product-inner .product-image img {
    display: inline-block;
    width: 100% !important;
    height: auto;
    transition: opacity 0.3s ease-in-out;
    transform: translateZ(0);
}
ul.products li.product .product-inner{
	text-align: left !important;
}
ul.products li.product .product-content p span{
	display: inline-block;
}
ul.products li.product .product-content p{
	padding: 0 !important;
}
.woocommerce ul.products li.product .button{
	float: none!important;
	display: inline-block !important;
}
ul.products li.product .woocommerce-loop-addtocart-box{
	/*text-align: right !important;*/
	/*width: 100%;*/
}