/* Media Queries
-------------------------------------------------------------- */

/* Smaller than standard 992 */
@media only screen and (max-width: 991px) {
    .themesflat-top .container .container-inside .content-left div:nth-last-of-type(1) {
        float: unset !important;
    }
}

/* Tablet Landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .products-page .woocommerce.columns-3 .products .product {
        width: 50%;
    }
}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
    
}

/* Mobile Landscape Size */
@media only screen and (min-width: 600px) and (max-width: 767px) {
	
}

@media only screen and (max-width: 686px) {

}

/* Mobile Portrait Size */
@media only screen and (max-width: 575px) {
    
}

@media (max-width: 480px) {
    .header-style1 .header-wrap {
        display: inline-block;
    }
    .header-style1 .header-wrap #logo {
        width: 80%;
    }
    .header-style1 .header-wrap #logo .site-logo {
        width: auto;
        height: auto;
    }
    .header-style1 .header-style1 #mainnav > ul > li > a,
    .header-style1 #header.header-style1 .show-search a,
    .header-style1 #header.header-style1 .wrap-cart-count {
         line-height: 65px; 
    }
    .header-style1 .nav .header-wrap .nav-wrap .btn-menu {
        margin: 24px 0px 30px 0px;
    }
    .header-style1.header .wrap-cart-count,
    .header-style1 #header.header-style1 .show-search {
        float: left;
    }
    .header-style1 .nav .header-wrap .show-search,
    .header-style1 .nav .header-wrap .nav-wrap {
        margin-left: 10px;
    }
    .products-page .woocommerce.columns-3 .products .product {
        width: 100%;
    }
    .themesflat-top .container .content-left span.welcome {
         display: inline-block; 
    }
}