/*
Theme Name:     mystile_child
Description:    
Author:         twanny
Template:       mystile

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../mystile/style.css");


/* reduce image size in woocommerce product page - ambit */ 

.images img {
    background: none repeat scroll 0 0 #fff;
    border: 0px solid #e8e4e3;
    box-sizing: border-box;
    padding: 0.618em;
    width: 50%;
}

ul.products li.product img {
    background: none repeat scroll 0 0 #fff;
    border: 0px solid #e8e4e3;
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto 1em;
    padding: 0.53em;
    width: 50%;
}