
@media screen and (min-width: 1220px) {
  
 #article-loop .article-index { width: 381px; }
 #article-loop { width: 1175px; }

}
/* Tablet and smaller (devices and browsers) */
@media screen and (min-width: 980px) and (max-width: 1220px ) {
  
  #article-loop .article-index { width: 302px; }
  #article-loop { width: 940px; }

}

@media screen and (max-width: 980px) and (min-width: 740px) {
  
  #article-loop .article-index { width: 225px; }    
  #article-loop { width: 705px; } 
  
/* Globals */
  
  ul#social-icons, ul#social-icons li { text-align: center; }  
  ul#cart {  }
  ul#cart, ul#cart li { text-align: center; }
  #hello { width: 100%; }
  
  .quick-shop { width: 100%; }
  
  
  .show { text-align: center; width: 100%; display: block; margin-bottom: 20px; }
  #sidebar { display: none; text-align: center; }
  #sidebar.open { display: block; }
  #sidebar ul li { padding: 5px 0; } 
  
  .flex-caption { display: none; }
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 740px) and (min-width: 500px) { 
  
  
  ul#main-nav { display: none; }
  .dl-menuwrapper { display: block! important; }
  
  #article-loop .article-index { width: 225px; }
  #article-loop { width: 470px; }
  

/* Globals */
  
  ul#social-icons, ul#social-icons li { text-align: center; margin-bottom: 0;}  
  ul#cart {  }
  ul#cart, ul#cart li { text-align: center; }
  ul#cart li.seeks { display: none; }
  ul#cart li.seeks-mobile { display: inline; }
  #hello { width: 100%; }
    
  .product-modal { display: none; }
  ul#cart li.cart-overview:hover #crt { display: none! important; }
  .show { text-align: center; width: 100%; display: block; margin-bottom: 20px; }
  #sidebar { display: none; text-align: center; }
  #sidebar.open { display: block; }
  #sidebar ul li { padding: 5px 0; }
  
  .flex-caption { display: none; }
  #product-photos { display: none; } 
  #mobile-product { margin-bottom: 20px; display: block; }
  
  #page-sidebar { margin-top: 20px; text-align: center; }
  
  #looked-at { display: none; }  
  #cart-notes { display: none; }
}

@media screen and (max-width: 500px) {
  
  ul#main-nav { display: none; }
  .dl-menuwrapper { display: block! important; }  
  
  #article-loop .article-index { width: 100%; margin-left: 0; margin-right: 0; }
  #article-loop { width: 294px; }
  
/* Globals */
  
  ul#social-icons, ul#social-icons li { text-align: center; margin-bottom:0; }  
  ul#cart { width: 100%; }
  ul#cart, ul#cart li { text-align: center; clear: left; }
  
    ul#cart li.cart-overview:hover #crt { display: none! important; }

  ul#cart li.seeks { display: none; }
  ul#cart li.seeks-mobile { display: inline; }
  #hello { width: 100%; }  
  
  .product-modal { display: none; }
  
  .show { text-align: center; width: 100%; display: block; margin-bottom: 20px; }
  #sidebar { display: none; text-align: center; }
  #sidebar.open { display: block; }  
  #sidebar ul li { padding: 5px 0; }
  
  .flex-caption { display: none; }
  
  #product-photos { display: none; }  
  #mobile-product { margin-bottom: 20px; display: block; }
  
  #page-sidebar { margin-top: 20px; text-align: center; }
  
  #looked-at { display: none; }
  #cart-notes { display: none; }
  
  #subscribe_popup {
  width: 100%;
  }
  
  
 
  
}
