/*
Theme Name: Bazaar
Theme URI: http://bazaar.select-themes.com
Description: A Modern, Sharp eCommerce Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Text Domain: bazaar
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.3
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.qodef-sticky-header.header-appears {
    transform: translate(0);
}
header.qodef-mobile-header {
    position: fixed !important;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
}
.qodef-mobile-header .qodef-mobile-header-inner{transform: translate(0) !important;}

.widget_search h2.widgettitle {
    display: none;
}
form.woocommerce-ordering {
    display: none !important;
}


/*.header-appears .widget_search{display: none !important;}*/

.header-appears .qodef-vertical-align-containers .qodef-position-right{height: auto !important;}
.header-appears .qodef-main-menu > ul > li > a{padding:0 14px !important;}

ul#menu-main-menu-1{display: none !important;}
.header-appears ul#menu-main-menu-1{display:  block !important;}

.header-appears.qodef-sticky-header .qodef-vertical-align-containers .qodef-position-right{position: absolute;
    top: 50% !important;right:0%;transform: translate(-50%,-50%) !important;width: 100% !important;}

.header-appears .qodef-sticky-header .qodef-main-menu > ul > li > a{line-height: 15px !important;vertical-align: bottom !important;padding: 0 14px !important;}

.header-appears .qodef-position-right-inner{width: 100% !important;display: flex;justify-items: center;flex-direction: row;}

.qodef-sticky-header{display: none !important;}
.header-appears{display: block !important;}

.header-appears .qodef-search-opener{margin-top: -25px !important;}
.header-appears .qodef-main-menu > ul > li > a > span.item_outer .item_text{vertical-align: middle !important;}

@media screen and (min-width:1368px){
    .header-appears .qodef-search-opener{margin-top: -24px !important;}
}

@media screen and (max-width:1024px){
    .qodef-vertical-align-containers .qodef-position-right{top:-18px !important;width: 250px !important;right: 0px !important;height: 10px !important;}
    
}

@media screen and (max-width:767px){
    
    .qodef-vertical-align-containers .qodef-position-right{top:-18px !important;width: 150px !important;right: 0px !important;height: 10px !important;}
}

@media screen and (max-width:479px){
    /*.qodef-container-inner, .qodef-grid, .qodef-row-grid-section{width: 100% !important;}*/
    .qodef-mobile-header .qodef-mobile-nav .qodef-grid > ul > li > a{padding: 10px 10px !important;}
    .qodef-mobile-header .qodef-position-right{display: none !important;}
    
}