/* =====================================
Template Name: COUNTRY BELL
Author Name: country bell
========================================*/

/* ----------------------------
   Default: show desktop menu, hide mobile menu
---------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    ul.pagination {
          display: flex;
          flex-direction: row; 
        } 

    

}



/* Mobile Screen */
@media only screen and (max-width: 767px) {

    .header.shop .logo img {
       height: auto;
       max-width: 50%;
    }
    
    .header.shop .topbar .right-content {
        float: right;
    }
    
     ul.pagination {
          display: flex;
          flex-direction: row; 
        } 


}



/* Mobile Screen */
@media only screen and (max-width: 450px) {
 
    .shop-sidebar .category, .shop-sidebar .recent-post{
        display:none;
    }
    
    ul.view-mode:first-of-type {
        display: none;
    }
  
    .shop .shop-top{
      padding:0px;
    }
   /*
   .product-area nav ul.pagination {
          display: flex;
          flex-direction: row;
        } 
    */
    
    ul.pagination {
          display: flex;
          flex-direction: row; 
        } 
      

}
