/* 800 2015-05-31 added horo cart info */
#vp_horomenu .horo_cart_wrapper .minicart .minicart-description, #vp_horomenu .horo_cart_wrapper .minicart .minicart-description, #vp_horomenu .horo_cart_wrapper .minicart .minicart-subtotal, #vp_horomenu .horo_cart_wrapper .minicart .minicart-links, #vp_horomenu .horo_cart_wrapper .minicart { text-transform: none; }
#vp_horomenu li .minicart li {  text-transform: none; }
.horo_cart_wrapper { border: px solid #ddd; border-radius: 5px;  }
.horo_cart  
{
width: 100%; 
left:0px;
background-image: url(../../images/icons/cart-empty.gif);
background-size: 35px 35px; 
    background-repeat: no-repeat; 
   position: relative; 
    top: 10px; 
    left: 5px; 
} 
.horo_cart .fa-shopping-cart { display: inline-block; width: 30%; padding: 5px;   position: relative;left: -20px; top:20px }
.horo_cart .cart-info { display: inline-block; width: 74%; min-width: 60px;  position: relative; overflow: hidden; height: 25px; vertical-align: middle;  }
.cart-info div { position: absolute; transition: all 0.3s ease 0s; text-transform:none;}
.cart-info   { top: 0; left: 0px; }
/* change to accomodate new minicart display #1678 CDM Dave Buck*/
.cart-item-background
{
 background-image: url(../../images/icons/orange-sq.gif);
    background-size: 25px 25px; 
  background-repeat: no-repeat; 
   position: relative; 
   top: 0px; 
    left: 40px; 
}
.cart-item  
{
    position: relative; 
    top: 2px; 
    left: -21px; 
     }
/* change to accomodate new minicart display #1678 CDM Dave Buck*/
.minicart-links2
{
 position:relative;
 left:115px;
 white-space: nowrap;
 max-width:65px;
text-align:center;
 }
.cart-info .cart-price { top: -25px; left: 0px; }  
.cart-info:hover .cart-item, .horo_cart:hover .cart-item { top: 2px;  left: -21px; }
.cart-info:hover .cart-price, .horo_cart:hover .cart-price { top: 2px; }
.horo_cart {
  margin-right: 5px;
  width: 100%;
  padding-top: 5px;
  z-index: 10;
  position: relative;
  border-radius: 5px; 

}
}
.horo_cart:hover  
{
    width: 100%; 
left:0px;
background-image: url(../../images/icons/cart-full.gif);
background-size: 35px 35px; 
    background-repeat: no-repeat; 
   position: relative; 
    top: 10px; 
    left: 5px; 
   }
    
.horo_cart_wrapper { position: absolute}
.dropdown_minicart {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 3px;
    position: absolute;
    right: -55px;
    z-index: 3;
	width: 400px;
	display: none;
	background-color:#fff;
}
.horo_cart_item_wrapper  
{
    position: relative;
    top: 10px; 
    
}
    

.horo_cart_wrapper:hover { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; }
.horo_cart_wrapper:hover .dropdown_minicart { display: block; }