/* CSS Document */

.bag-dropdown {
float: right;
padding: 0;
border-radius: 5px;
margin: 31px 0 0 0;
  transition: all 200ms; 
}
.bag-dropdown h1.widget-title {
clear: none;
display: inline-block;
font-size: 15px;
text-transform: uppercase;
font-family:'FuturaLTRegular';
}
.bag-dropdown #cart-count {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  padding: 4px 4px;
  min-width: 26px;
  color: #fff;
  font-family: 'OpenSansBold';
  border-radius: 360px;
  -webkit-border-radius:360px;
  background: rgba(255, 255, 255, 0.4); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255, 255, 255, 0.4)), color-stop(100%,rgba(255, 255, 255, 0.4))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0.4) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0.4) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0.4) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255, 255, 255, 0.4) 0%,rgba(255, 255, 255, 0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0.4)', endColorstr='rgba(255, 255, 255, 0.4)',GradientType=0 ); /* IE6-9 */

  
  
}
.bag-dropdown .checkout-button {
padding: 7px 10px;
margin: 0px 0 0 0;
width: 100%;
font-weight: bold;
font-size: 13px;
}
.bag-dropdown .dropdown-toggle {
display: block;	
}

.widget_shopping_cart .widget-title {
display:none;	
}

.product_list_widget  {
 list-style: none; 
}

.hovercart .wc-forward {
padding: 13px 20px;
width: 100%;
margin: 10px 0 0 0;	
font-weight: bold;
}

.hovercart .woocommerce ul.product_list_widget li .product-title {
font-size: 17px;
display: block;
margin: 0 0 10px 0;
}

.hovercart .woocommerce .total-info {
display: block;
font-size: 0.6em;	
}

.hovercart .woocommerce ul.product_list_widget li:hover {
background:none;	
}
.hovercart ul.cart_list li img {
float: none;
height: auto;
width: auto;
margin:0;
box-shadow:none;
}	
