/*------------------------------------------------------------------
Edd Menu Cart
-------------------------------------------------------------------*/

#custom-header-add-cart  .edd-header-cart a {
      
    display: block;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-transform: uppercase;
     
}



#custom-header-add-cart  .edd-header-cart .edd-cart-btn {
	
	 
     color: #b6b6b6;
     display: inline-block;
     margin: 0 3px;
     padding: 10px 10px;
     position: relative;
	 font-size: 22px;
	 line-height:0;
 }
 
 #custom-header-add-cart  .edd-header-cart .edd-cart-btn.circle {
	
	 border-style: solid;
	 border-width: 2px;
	 border-color: #e1e1e1;     
     border-radius: 100%;
     
 }
 
 #custom-header-add-cart  .edd-header-cart .edd-cart-btn.square {
	
	border-style: none; 
 }
 
 #custom-header-add-cart  .edd-header-cart .edd-cart-btn.minimalist{
	
	border-style: none;  
 }




#custom-header-add-cart .edd-header-cart .header-cart.edd-cart-quantity {
   
    display: block;
    font-size: 12px;    
    position: absolute;
    right: -12px;
    top: -6px;
    width: 1em;
    height: 1em;
    box-sizing: initial;   
    text-align: center;
    border-radius: 100%;
    line-height: 1em;
    box-sizing: content-box;
}

#custom-header-add-cart .edd-header-cart .header-cart.edd-cart-quantity.circle {
    
    right: -12px;
    top: -6px;
	background-color: #f05050;
	color: #ffffff;
	padding: 5px;
    }

#custom-header-add-cart .edd-header-cart .header-cart.edd-cart-quantity.square {
   
	
    right: -37px;
    top: 4px;
	border-radius: 4px;
	padding: 10px;
	background-color: #f05050;
	color: #ffffff;
    
}

#custom-header-add-cart .edd-header-cart .header-cart.edd-cart-quantity.minimalist {
   
	right: -15px;
    top: 15px;
	border-radius: 0;
	padding: 0;	
    
}

#custom-header-add-cart .edd-header-cart .header-cart.edd-cart-quantity.custom{
   
	right: -19px;
    top: 15px;
	border-radius: 0;
	padding: 0;	
    
}

#custom-header-add-cart .edd-arrow span:before{
    right: 90%;
    top: 50%;
    border: solid transparent;
    content: "";
    height:0;
    width:0;
    position:absolute;
    pointer-events: none;
    border-color:rgba(18,17,17,0);
    border-right-color:#f05050;
    border-width:9px;
    margin-top:-9px;
    
}


#custom-header-add-cart .edd-item span:after{
    left: 60%;    
    content: "Items";    
    position:absolute;
    pointer-events: none;
	width: 4em;
	margin: 0;	
	
	
    
    
}

