/* 
Theme Name:		 Aabbe Child
Theme URI:		 http://wp.quomodosoft.com/aabbe
Description:	 Aabbe Child is a child theme of Aabbe.
Author:			 QuomodoTheme
Author URI:		 http://quomodosoft.com/
Template:		 aabbe
Version:		 1.0.0
*/

/*
    Add your custom styles here
*/
.mkt-sticky-header{
	background-color: blue;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.mkt-sticky-header.sticky-head {
    position: fixed;
    top:0; 
	left:0;
    width: 100%;
	background-color: #227aff !important;
    z-index: 99;
}
#edd_discounts_list{
	display: none;
}

