#cart_notifications {
  	width:300px;
  	position:absolute;
  	top:91px;
  	left:45px;
  	border:solid 2px #a9c13b !important;
  	-webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
  	z-index: 9999;
  	border-radius: 10px;
  	padding-bottom: 20px;
  	background-color: #ffffff;
  }
    /*#cart_notifications:before {         
        content: '';
        display:block;
        width:0;
        height:0;
        color:transparent;
        border:10px solid #CCC;
        border-color:#333333;
        margin-top:-20px;
        margin-left:10px;
        }*/
        #cart_notifications .btnFresh{
        	text-align: left;
        	margin-left: 30px;
        }
        #cart_notifications .btnFresh .viewCart1{
        	float: right !important;
        	margin-right: 30px;
        }
        #cart_notifications div.remove{
        	text-align: right !important;
        	padding: 15px;

        }
        #cart_notifications div.remove span{
        	font-size: 20px;
        	color: #333333 !important;
        	cursor: pointer;
        }
        #cart_notifications h4{
        	text-align: center;
        	margin-bottom:10px;
        }
        #cart_notifications .btnFresh .btn2{
        	background-color: #a9c13b !important;
        }
         #cart_notifications .btnFresh .btn1{
        	background-color: #a9c13b !important;
        }
        #cart_notifications:before {         
        	content: '';
        	display:block;
        	width:0;
        	height:0;
        	color:transparent;
        	border:10px solid #a9c13b !important;
        	border-color:transparent transparent #a9c13b !important;
        	margin-top:-20px;
        	margin-left:10px;
        }