/*
Theme Name: Hoppers Child
Theme URI: http://www.wpbingosite.com/hoppers
Author: wpbingo
Description: This is a child theme for Hoppers
Version: 1.0.0
Author URI: http://wpbingosite.com
Template: hoppers
Text Domain: hoppers-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/


.sidebar.shop-layout-boxed {
    margin-top: 40px;
}

ul.pwb-dropdown-menu.dropdown-menu.show {
    z-index: 99999999 !important;
}
	
	
	 .content-top {
		 gap:10px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: row!important;
    align-content: flex-start;
    justify-content: flex-start;
}

}