/*
 * Mobile (736px) CSS Stylesheet
 * - iPhone 6,7 & 8 Plus
 *
 * @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: 736px), only screen and (max-device-width: 736px) {

    #taglineWrapper {
        display: none;
    }

    #logoWrapper {
        height: 80px;
    }

    .fixLogo {
        display: none;
    }

    #logo img {
        width: 300px;
        height: auto;
    }

    #navColumnOne {
        display: none;
    }

    .button_prev, .button_next, .button_return_to_product_list {
        font-size: 11px;
        padding: 3px 0 4px;
        width: 80px !important;
    }

    .button_return_to_product_list {
        width: 100px !important;
    }

    .categoryIcon {
        display: none;
    }

    #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
        margin: 0.5em 1em;
    }

    .cartAdd {
        float: left;
    }

    .fixProductDescription {
        padding-left: 0 !important;
        padding-right: 50px !important;
    }

    .fixProductMainImage {
        left: 10px;
    }


    .navNextPrevList {
        padding: 0;
    }

    #navMainSearch input.topSearch{
        margin: 4px 0 0 2px;
        vertical-align: top;
        width: 140px;
        font-size: 11px;
    }

    #navSuppWrapper {
        margin: 0;
    }

    .centerBoxContentsFeatured
    {
        text-align: center;
    }

    .footer {
        background-color: #929292;
        clear: both;
        position: relative;
        text-align: center;
        width: 100%;
        max-height: none;
        left: 0;
        right: 0;
    }

    .footer:hover, .footer:focus, .footer:active, .footer_active {
        transition: none;
    }

    .social-media {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 15px;
        position: relative;
    }

    #siteMapList li {
        margin-bottom: 5px;
    }

    #priceWrapper {
        max-width: 100%;
        min-height: 100%;
    }

    #productDateAdded {
        clear: both;
    }

    .productListing-even .productListing-data, .productListing-odd .productListing-data {
        height: 100%;
        margin: 5px 10px;
    }

    .productListing-even .productListing-data .productPrice, .productListing-odd .productListing-data .productPrice {
        display: block;
        float: left;
        margin-bottom: 10px;
    }

    .productListing-data.productListingBuyNow a {
        margin-left: 20px;
    }

    .categoryProductWrapper {
        margin: 10px;
    }

    .categoryProductWrapper:hover {
        margin: 10px;
    }

    /* end @media */
}

@media only screen and (max-width: 736px), only screen and (max-device-width: 736px) and (orientation: landscape) {

}