/*
Theme Name:     Industris Child
Theme URI:      http://wp.oceanthemes.net/industris/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       industris
*/

@import url("../industris/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

body.woocommerce ul.products li.product {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius:5px;
}
body.woocommerce ul.products li.product .product-info h2.woocommerce-loop-product__title {
	font-size: 24px;
}
body.woocommerce ul.products li.product .product-info {
	padding-top: 20px;
}
body .inner-content-wrap .product-top-info  {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius:5px;
	margin-bottom: 30px;
}
body .woocommerce div.product div.images {
	margin-bottom:0px;
}
body .sticked #site-logo a img {
	max-height: none;
	width:70px;
}
.main-footer .widget_media_image img {
	width: 50%;
}