/*
Theme Name: Curly
Theme URI: http://curly.mikado-themes.com
Description: A Stylish Theme for Hairdressers and Hair Salons
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Text Domain: curly
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/


@media screen and (max-width: 414px){
.term-outlet .inside-wc-product-image {
width: 140px!important;
height: auto!important;
}
}

@media screen and (max-width: 414px) {
.woocommerce #wc-column-container.wc-mobile-columns-1 .products {
grid-template-columns: repeat(2,1fr)!important;
}
}

 @media (max-width:420px){
    body.woocommerce .has-one-sidebar ul.products li.product{
    	width:50%!important;
    }
  }