/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13-mai-2014, 13:40:07
    Author     : laurentdubois
*/
.ucl-cart-counter {
    display: inline-block;
  vertical-align: text-top;
  margin-left: 10px;
  margin-right: 0px;
  position: relative;
  top : -1px;
  padding: 0px 5px 0px 5px;
  line-height: 16px;
  font-size: 12px;
  
  color: white;
  text-shadow: 0 1px #902a27;
  background: #e93631;
  border-radius: 2px;
  background-image: -webkit-linear-gradient(top, #f65d5f, #e93631);
  background-image: -moz-linear-gradient(top, #f65d5f, #e93631);
  background-image: -o-linear-gradient(top, #f65d5f, #e93631);
  background-image: linear-gradient(to bottom, #f65d5f, #e93631);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}

.ucl-cart-actions{
    //float:right;
}
.ucl-cart-actions a{
    width: 120px;
}
.cart-actions-container{
    clear: both;
}
.actions-hide{
    display: none;
}

.btn-action-cart{
    border: #bbb solid 1px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px;
    padding: 4px;
    float:right;
}

.btn-action-cart:hover{
    background-color: #f1f1f1;
    cursor: pointer;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), 0 1px rgba(0, 0, 0, 0.2);
}