/*--------------------------------------------------------------
 
 Project   : Total WordPress Theme
 Purpose   : WooCommerce Responsive tweaks
 Author    : WPExplorer
 Theme URI : http://www.wpexplorer.com

/*------------------------------------------------------------------
[General]
-------------------------------------------------------------------*/

/*hide cart and search icons*/
.sidr-class-woo-menu-icon,
.sidr-class-woocommerce,
.mobile-toggle-nav-ul li.woo-menu-icon { display: none }

/*------------------------------------------------------------------
[Phone Portrait & Landscape]
-------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {

    /*shop sort and order*/
    .woocommerce .woocommerce-result-count { display: none; }
    .woocommerce .woocommerce-ordering { float: none; }
    .woocommerce .woocommerce-ordering .orderby,
    .woocom