/*
 * Mobile (736px) CSS Stylesheet
 * - iPhone 5SE
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id:stylesheet.css 4813 2006-10-23 02:13:53Z drbyte $
 */

@media only screen and (max-width: 568px), only screen and (max-device-width: 568px) {

    #navMainSearch.FixTopSearch input.topSearch {
        width: 108px !important;
        font-size: 12px;
    }

    /* end @media */
}

@media only screen and (max-width: 568px), only screen and (max-device-width: 736px) and (orientation: landscape) {

}