/* 
    Created on : 23.02.2016, 21:25:00
    Author     : cvelde
*/
.checkout-cart-index .main button,
.checkout-onepage-index .main button {
    background-color:#FB5F02 !important;
    border:none;
}

.checkout-cart-index .main button:hover,
.checkout-onepage-index .main button:hover {
    background-color:#4E4E4E !important;
    border:none;
}

.header .header-setting .dropdown-switcher {
    border-top:3px solid #FB5F02 !important;
}

.mini-contentCart a:hover {
    //color:#fff !important;
}

#backtotop {
    border:2px solid #FB5F02 !important;
}
#backtotop:hover {
    border:2px solid #444 !important;    
}
.miniCartWrap {
    border-left:1px dashed #f3f3f3 !important;
}

#shopping-cart-table th,
#shopping-cart-table td{
    border-right:none;
    border-left:none;
}
#shopping-cart-table th:last-child,
#shopping-cart-table td.last{
    border-right:1px dashed #eeeeee;
    border-left:none;
}
#shopping-cart-table .price {
    color:#FB5F02;
}
.cart .totals .summary-details1 td.a-right {
    font-size:12px;
}

.checkout-cart-index tfoot button.btn-empty:hover span,
.checkout-cart-index tfoot button.btn-update:hover span{
    color:#fff;
}
.checkout-cart-index tfoot button.btn-empty span,
.checkout-cart-index tfoot button.btn-update span{
    color:#747474;
    font-size:11px;    
    padding:10;
    line-height:25px;
}
.checkout-cart-index tfoot button.btn-empty,
.checkout-cart-index tfoot button.btn-update{
    background-color:#fff !important;
    border:1px dashed #eeeeee;
}
.checkout-cart-index tfoot button.btn-empty:hover,
.checkout-cart-index tfoot button.btn-update:hover{
    border:1px solid #fff;    
}
.checkout-cart-index tfoot button.btn-continue{
    background-color:#fff !important;
    border:1px dashed #eeeeee;
}
.checkout-cart-index tfoot button.btn-continue:hover{
    background-color:#747474 !important;
    border:1px solid #fff;
}
.checkout-cart-index tfoot button.btn-continue:hover span{
    color:#fff;
}
.checkout-cart-index tfoot button.btn-continue span{
    font-size:11px;    
    padding:10;
    line-height:25px;
    color:#747474;
}
/*rabattcode*/
.checkout-cart-index #coupon_code {
    width:150px;
    margin-right:15px;
    height: 25px;
}
.checkout-cart-index #discount-coupon-form .input-box {
    float:left;
}
.checkout-cart-index #discount-coupon-form .buttons-set {
    float:left;
    clear:none;
}
.checkout-cart-index #discount-coupon-form button {
    margin-top:-2px;
    background-color:#fff !important;
    border:1px dashed #eeeeee;
}
.checkout-cart-index #discount-coupon-form button:hover {
    background-color:#747474 !important;
    border:1px solid #fff;
}
.checkout-cart-index #discount-coupon-form button:hover span{
    color:#fff;
}
.checkout-cart-index #discount-coupon-form button span{
    font-size:11px;    
    padding:10;
    line-height:23px;
    color:#747474;
}

.checkout-cart-index #shopping-cart-table td.last {
    text-align:center;
}
.checkout-cart-index #shopping-cart-table .custom-qty {
    margin:auto;
}

.checkout-cart-index .item-options .expand {
    padding:5px;
    color:#747474;
    border:1px dashed #eeeeee;
    cursor:pointer;
    width: 124px;
}
.checkout-cart-index .item-options .expand:hover {
    background-color:#747474 !important;
    border:1px solid #fff;   
    color:#fff;
}
.checkout-cart-index .item-options .expand_wrapper {
    display:none;
}