/*
 * Mobile (667px) CSS Stylesheet
 * - iPhone 6,7 & 8
 *
 * @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: 667px), only screen and (max-device-width: 667px) {

    #taglineWrapper {
        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;
        min-width: 240px;
    }

    .navNextPrevList {
        padding: 0;
    }

    #navMainSearch {
        /* display: none; */
    }

    #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;
    }

    body {
        font-size: 90.0%;
        line-height: normal;
    }

    .categoryProductWrapper {
        width: 270px;
        min-height: 190px;
    }

    .categoryProductWrapper:hover {
        width: 270px;
        min-height: 190px;
    }

    .categoryProduct {
        width: 250px;
    }

    .centerBoxContents, .specialsListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAdditionalAccessoires, .centerBoxContentsFeatured, .centerBoxContentsNew {
        max-width: 160px;
        padding: 5px;
    }

    .centerBoxContentsNew a {
        margin: 10px 0;
    }

    #categoryId110::after {
        right: -85px;
    }

    #categoryId78::after, .categoryParentId78::after, #categoryId108::after, #cat78_104Table .productImage::after, #cat109_107_108Table .productImage::after {
        right: -80px;
    }

    .productListing-product {
        padding: 20px;
        height: 400px;
        margin: 0 0 20px 30px;
        border: 2px solid #ffffff;
    }

    .productListing-product:hover {
        padding: 20px;
        margin: 0 0 20px 30px;
        border: 2px solid #ffffff;
    }

    #navMainSearch.FixTopSearch input.topSearch {
        width: 145px !important;
        font-size: 12px;
    }

    /* end @media */
}

/* landscape */
@media only screen and (max-width: 667px), only screen and (max-device-width: 667px) and (orientation: landscape) {

}
