<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*For 1000px or less*/
@media screen and (max-width: 1000px){
/*Header settings*/
  #header-img{ width: 100%; }

/*Item list page settings*/
  #div-shopping-cart{ width: 100%; }
  #div-page-nav-container{ width: 100%; }
  #div-parent-items{ width: 100%; }
  #div-items li{ position: relative; width: 385px; }

/*Categories Settings*/
  .td-categories{ padding-left: 5px; }

/*Item page settings*/
  #div-main{ width: 100%; }

/*About us and Contact us settings*/
  #div-inside-frame{ width: 100%; }

/*Shipment page*/
  /*#div-shipment{ width: 57%; }*/

/*Brands page settings*/
  #div-brand-list{ left: 10px; }

/*My Account settings*/
  #div-home-page{ width: 100%; }
  #div-homepage-img{ max-width: 100%; }
}




/*For 768px or less*/
@media screen and (max-width: 768px){
/*Header*/
  #div-header{ width: 100%; }
  #div-header-main{ width: 100%; }
  #div-header-menu{ display: none; }
  #div-menu-prefix{ display: none; }
  #div-home-img{ display: none; }
  #div-menu-block{ display: block; }
  #nav-mobile-menu{ width: 100%; }

/*Image slider library*/
  #div-enlarge{ width: 100%; }
  #div-img-container{ width: 80%; }

/*Categories Settings*/
  #div-main-frame{ width: 100%; }

/*Shipment Page*/
  .table-01{ width: 100%; }
  #div-shipment{
    width: 100%;
    margin-left: 10px;
  }

/*Checkout*/
  #div-checkout-frame{ width: 100%; }

/*Brand page*/
  #div-brand-list{ width: 100%; }

/*Shopping cart page*/
  #div-summary-container{ display: none; }
  #div-summary-container-responsive{ display: block; }
  #div-cart-list #div-qty-container{ left: 0px; }
}




/*For 695px or less*/
@media screen and (max-width: 695px){
/* Header settings */
  #td-ghc-logo{ width: 28%; }
  #div-search-box{ width: 190px; }
  #str_search{ width: 150px; }
/* Header settings Finish */

/*Brands page*/
  #div-brand-list li{ margin: 10px 5px 5px 0px; }

/*My Account*/
  #div-home-page{ width: 100%; }
  /*Customer edit page*/
  #div-edit-customer{ height: 700px; }
  #div-edit-customer{ width: 320px; }
  #div-edit-customer .li-expand{ width: 310px; }
  /*Customer delivery page*/
  #div-delivery-details{ height: 630px; }
  #div-delivery-details{ width: 320px; }
  #div-delivery-details .li-expand{ width: 310px; }
  #div-delivery-btn{ width: 200px; }
}






/*For 620px or less, Galaxy 2-4 landscape*/
@media screen and (max-width: 620px){
/*Only used for Image enlarge frame Start*/
  #div-enlarge{ width: 100%; }

/*Item lists page settings*/
  #div-parent-items{ width: 100%; }
  #div-left-panel{ display: none; }
  /*.font-breadcrumb{ display: none; }*/
  /*.td_rightpanel{ width: 0%; }*/
  #td-list-panel{ width: 370px; }
  #div_main_img{ width: 360px; }
  .table-item-desc{ width: 100%; }
  .span-page-total{ display: none; }

/*Image library*/
  #div-img-library{ width: 318px; }
  #gallery-wrap{ width: 175px; }
  #gallery li{ margin: 1px 6px 0px 0px; }

/*Shipment page*/
  #div-shipment{ width: 100%; }

/*My account*/
  #table-user-new{ width: 100%; }
  
/*T&amp;C*/
  #div-tc{ width: 95%; }

/*Privacy Policy*/
  #div-privacy{ width: 95% }
}





/*For 520px or less*/
@media screen and (max-width: 520px){
/*Header*/
  #div-menu-block{ top: 20px; }

/*Footer*/
  #div-footer{ height: 600px; }
  #div-footer-copyright{ height: 60px; }

/*Item list individual item settings*/
  #div-item{ padding: 0px 0px 0px 0px; }

/*Category settings start*/
  #div-categories-list ul li{ margin-left: 10px; }

/*Checkout page*/
  #div_border{ top: 3px; width: 295px; }

/*Verify Order page*/
  #div_table_verify{ top: 2px; width: 290px; margin: 0px; }

/*Complete page secure/complete.php*/
  #div_complete_outer{ width: 295px; top: 3px; }

/*Image slider library*/
  #div-enlarge-inside{ height: 410px; }

/*My account - list_orders*/
  #div-top{ background-color: #ff0000; }

/*Slider*/
  .flex-direction-nav{ display: none; }
}





/*For 380px or less, Galaxy 4 portrait*/
@media screen and (max-width: 380px){
/*Header settings*/
  #menu a { font-size: 8pt; text-align: left; }
  #menu ul a{ font-size: 8pt; width: 200px; }
  #menu ul li ul{ margin-left: 200px; } 
  #menu ul li ul a{ font-size: 8pt; width: 200px; }
/*Header settings finish*/

/*Footer settings*/
  #div-footer{ height: 800px; }

/*Item list settings*/
  #div-page-nav-container{ width: 100%; }
  .td-left-panel{ width: 0%; }
  .td_rightpanel{ width: 0%; }
  #div_long_desc{ width: 305px; }

/*Checkout page*/
  #div_border{ top: 3px; width: 330px; }

/*Verify Order page*/
  #div_table_verify{ top: 2px; width: 330px; margin: 0px; }

/*Complete page secure/complete.php*/
  #div_complete_outer{ width: 330px; top: 3px; }

/*Brands page settings*/
  #div-brand-list{ left: 0px; }
  #div-brand-list li{ margin: 10px 5px 5px 0px; }

/*Image slider library*/
  #div-enlarge{ width: 100%; }
  #div-img-container{ width: 70%; }
  #div-img-container .nav-img-left{ top: 10%; }
  #div-img-container .nav-img-right{ top: 10%; }
/*Image slider library finish*/
}




/*Only used for Image enlarge frame Start*/  
@media screen and (max-width: 500px){
  #div-img{ width: 100%; height: 100%; }
}
</pre></body></html>