/*
Theme Name: Mixstore
Theme URI: http://bit.ly/opalwp
Author: the WPOpal team
Author URI: http://bit.ly/opalwp
Description: The Mix Store Multi Purpose WooCommerce 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: 1.7.0 Release 25-Nov-2016
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 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: mixstore

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{}

.active-mobile:hover .active-content{
    opacity: 0;
    filter: alpha(opacity=0);
    display: none!important;
}
.active-mobile > a span{
   display: block;
   font-size: 24px!important;
   padding-top: 20px;
}
.active-mobile > a{
   width: 60px;
   height: 60px;
   display: block;
}
.active-mobile.open .active-content{
   display: block!important;
   visibility: visible; 
   left: auto!important;
   opacity: 1;
   filter: alpha(opacity=100);
}

.shipping_address, #ship-to-different-address, #order_comments_field{
  float: left;
  width: 100%;
}

.page.woocommerce-checkout .login{
	margin-bottom: 30px;
}

.product-info .addthis{
  overflow: visible!important;
}
html{
	overflow-x: hidden!important;
}

.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;
}