/*
 * Mobile styles & Breakpoints
 * By Funkhaus - 2014
 * www.funkhaus.us
 *
 */


/* 
 * Globals
 */



/* 
 * Mobile Menu
 */ 



/* 
 * Breakpoints 
 */
    /* Cinema Display and larger */
    @media (min-width: 1800px) {

    }

    /* Smaller than Desktop HD */
    @media (max-width: 1200px) {

    }

    /* Smaller than tablet */
    @media (max-width: 750px) {

        #top-bar{
            overflow: hidden;
        }
        #logo{
            width: 90%;
        }
        .home-category{
            width: 48%;
            padding-bottom: 14px;
        }
        .store-controls{
            width: 100%;
            padding: 0px;
        }
        .home-category:nth-child(2){
            padding-right: 0px;
        }
        .promo-col{
            width: 100%;
            border-right: none;
        }
        .footer .links{
            width: 100%;
            padding: 0 0 30px 0;
            font-size: 12px;
            margin: 0 auto;
            text-align: center;
        }
        .menu > li{
            margin: 0 8px;
        }
        .search-wrapper{
            width: 90vw;
        }
        .search-wrapper .search-field{
            width:69%;
        }
        /* Category Page */
        .cat-breadcrumb{
            padding-left: 0px;
        }
        .cat-left-col{
            width: 100%;

        }
        .cat-right-col{
            width: 100%;
        }
        .shop-block{
            width: 46.5%;
        }
        .shop-block .image-wrap{
            width: 100%;
        }
        .shop-block .image-wrap img{
            max-width: 100%;
        }

        /* Cart */
        .cart-login{
            display: none;
        }
        .cart-wrapper{
            width: 100%;
        }
        .cart-img{
            display: none;
        }
        .cart-product-price{
            display: none;
        }
        .actions .coupon{
            width: 100%;
            margin-bottom: 10px;
        }
        #coupon_code{
            width: 53%;
        }
        .cart-collaterals{
            width: 100%;
            margin-bottom: 40px;
        }
        .cart_totals {
            width: 100%;
        }



        #logo-checkout{
            width: 100%;
        }
        .woocommerce-billing-fields, .woocommerce-shipping-fields{
            width: 99%;
        }
        #order_comments{
            width: 96%;
        }
        #ship-to-different-address label{
            width: 64%;
        }
        #order_review{
            width: 100%;
        }
        .woocommerce-checkout-review-order-table{
            width: 100%;
        }


        .product-summary{
            margin-top:15px;
            width: 94%;

        }
        .related, .upsells{
            margin-top: 60px;
            padding: 0 10px;
        }
        .upsells .products{
            padding-left: 0px;
        }



         .tlh-about-one{
            width:100%;
            height: auto;
        }
        .tlh-about-col1{
            width: 100% !important;
        }
        .tlh-about-col2{
            width: 100% !important;
        }
        .tlh-about-col2 img{
            width: 100% !important;
            height: auto;
        }

        .design-gallery-wrap{
            overflow: hidden;

        }
        .design-gallery-col1, .design-gallery-col2{
            width: 100% !important;
        }
        .design-gallery-col1 img, .design-gallery-col2 img{
            width: 100%;
            height: auto;
        }



         .contact-left{
            width: 100%;
         }
         .contact-right{
            width: 100%;
         }

         .home-category-split-one{
            display: none;
         }



         .home-category-split-three
         { 
         width:100%; }


    }