﻿.dropdown-cart-button{
    font-size: 14px;
    font-weight: normal;
    width: 180px;
    min-height: 35px;
    border: 1px solid #f2f2f2;
    text-align: left;
    padding: 0px 10px 0px 36px;
    margin: 0px;
    position: relative;
    z-index: 10 !important;
    overflow: visible;
    /*background: url('cart.png') no-repeat 0px center ;*/
}

.dropdown-cart-button .dropdown-total{
    display: block;
    background: transparent;
    line-height: 35px;
    padding-right: 16px;
    /*background: url('arrow_down.png') no-repeat right center transparent;*/
    outline: 0;
    position: relative;
}

.dropdown-cart-button .dropdown{
    display: none;
    position: absolute;
    right: -1px;
    top: 38px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
    border-bottom: 2px solid #fc5a5a;
    padding: 10px 6px 8px;
    width: 450px;
}
.dropdown-cart-button .dropdown .cart_list {
    font-size: 12px;
    padding-bottom: 8px;
    overflow: hidden;
    position: relative;
}
.dropdown-cart-button .dropdown .cart_list li {
    clear: both;
    min-height: 40px;
    padding: 4px 0px;
    border-bottom: 1px solid #ccc;
    list-style: none;
    overflow: hidden;
}
.dropdown-cart-button .dropdown .cart_list img{
    width: 100px;
    height: 100px;
    margin-right: 4px;
    float: left;
}
.dropdown-cart-button .dropdown .cart_list a{
    float: left;
    font-size: 14px;
    width: 75%;
}
.dropdown-cart-button .dropdown .cart_list  a.remove{
    text-align: right;
    width: 100%;
    padding-right: 2.5%;
    position: absolute;
    right: 2.5%;
    bottom: 10px;
    font-size: 20px;
}
.dropdown-cart-button .dropdown .cart_list .quantity{
    float: right;
    width: 22%;
    font-size: 14px;
}
.dropdown-cart-button .dropdown .total {
    text-align: right;
    padding-right: 5%;
    font-size: 18px;
}
.dropdown-cart-button .dropdown .buttons {
    text-align: center;
}
.dropdown-cart-button .dropdown .buttons .button {
    display: inline-block;
    padding: 1px 2.5% 0;
    border: none;
    background: #CCC;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: background, border-color;
    width: 40%;
}
.dropdown-cart-button .dropdown .buttons .checkout,.dropdown-cart-button .dropdown .buttons .button:hover{
    background: #fc5a5a;
}
.dropdown-cart-button i.fa-shopping-cart{
    position: absolute;
    left: 5px;
    top: 0px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #fc5a5a;
}
a.dropdown-total i.fa-caret-down{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    color: #fc5a5a;
}