/*
Theme Name: Sober Child Theme
Theme URI: http://uix.store/sober/
Author: UIX Themes
Author URI: http://uix.store
Description: Sober is a fully responsive Premium WordPress Theme with a pixel perfect design and extensive functionality
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sober
Tags: one-column, two-columns, right-sidebar, custom-colors, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Template: sober
*/

.wp-admin.udb-role-editor #adminmenu #toplevel_page_vc-welcome,
.wp-admin.udb-role-editor #adminmenu #menu-tools,
.wp-admin.udb-role-editor #adminmenu #toplevel_page_woocommerce-marketing { display:none;}
.wp-admin.udb-role-editor #adminmenu #
.wp-admin.udb-role-editor #adminmenu #
.wp-admin.udb-role-editor #adminmenu #




.wp-block-woocommerce-empty-cart-block .wp-block-heading, .wp-block-woocommerce-empty-cart-block .wp-block-product-new { display:none;}
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title { display:block;}
.header-space { height:100px; position:relative}
@media screen and (max-width: 767px) {
    .woocommerce-message .button.wc-forward {
         display: block; 
    }
}
@media screen and (max-width: 1199px) {    
	
	.wpf_item .wpf_hierachy, .wpf_slider, .wpf-slider-label { display: none; }
	.all-product-link a { font-size:50px; text-decoration:none;}
	.site-header .row .mobile-nav-toggle, .site-header .row .header-icon {        flex: auto;    }
	.site-branding .logo img{ height:55px; margin:auto;}
	.header-space { height:85px; position:relative}
	.hamburger {  cursor: pointer;}
	.hamburger .bar {  display: block;  background-color: #000;  width: 24px;  height: 2px;  margin: 6px auto;  /*    -webkit-transition: all 300ms ease;  */  transition: all 300ms ease-in-out;}
	.hamburger.active .bar:nth-child(2) {  opacity: 0}
	.hamburger.active .bar:nth-child(1) {  transform: translateY(8px) rotate(45deg);}
	.hamburger.active .bar:nth-child(3) {  transform: translateY(-8px) rotate(-45deg);}
		.nav-menu-m {		display:block;  position: fixed;  top: -100%;    flex-direction: column;  background-color: rgba(38, 38, 38, 1);  width: 100%;  // height: 100%;  text-align: center;  transition: 750ms;}
	.nav-menu-m.active {  top: 85px;	z-index:40;}
	.nav-item {  margin: 1em 0;}
	.nav-link {  transition: 400ms ease;}
	.nav-link:hover, .nav-link:focus {  color: dodgerblue;}
	
	.mobilemenu { }
	.mobilemenu ul{ padding:0 }
	.mobilemenu li.menu-item { padding:15px; border-bottom:1px solid #ccc;}
	.mobilemenu li.menu-item a{ color:#fff; text-decoration:none;}
	.mobile-search{ padding:10px 0;}
	.mobile-search label{ width:60%; }
	.mobile-search input{ width:100%; border-radius:10px; padding-left:10px; }
	
}/* media 1199 */