/*
Theme Name: Bigshop
Theme URI: http://bit.ly/opalwp
Author: the WPOpal team
Author URI: http://bit.ly/opalwp
Description: The Bigshop theme for WordPress by <a href="http://bit.ly/opalwp">OpalTeam</a>is a fully responsive theme that looks great on any device. That's the best for any kind of online shoping sites. <a href="http://bit.ly/opalwp">Follow us on Themeforest to receive newest updates</a>
Version: 2.0.1 
Updated 17-April-2017
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: bigshop

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.wp-caption{}

.wp-caption-text{}

.sticky{}

.gallery-caption{}

.bypostauthor{}

.alignright{}

.alignleft{}

.aligncenter{}
.screen-reader-text{}
.widget-text-separator .widget-title{
   display: none;
}

.woocommerce-page input[type*='text'], .woocommerce-page input[type*='email'], .woocommerce-page input[type*='tel']{
    min-height: 32px;
    border: 1px solid #ccc;
    padding: 0 10px;
}
.product_list_widget > li{
   position: relative;
   padding-left: 20px;
   border-bottom: 1px solid #ccc;
   padding-bottom: 20px;
   margin-bottom: 20px;
}
.product_list_widget > li img{
   float: left!important;
}
.product_list_widget > li .quantity{
   width: 100%;
   display: block;
}
.product_list_widget > li .remove{
   position: absolute;
   left: 5px;
   top: 30px;
   z-index: 9;
} 