/*Pending cart modal*/
#pendingCartModal, #pendingCartModal_my_cart, #pendingCartModalCartChanged{
    border-radius: 0px;
    width: 530px;
    height: 220px;
    outline: none;
    border:none !important;
    box-shadow:none !important;
}
.pendingCartModal_support{
    height: 240px !important;
}

.pending_cart{
    border-radius: 0px ;
}
.pending_cart_body{
    /*border: solid 1px #515151;*/
    margin: auto;
    color:#fff;
    text-align: center;
}


.pending_cart_body h3{
    font-family:  "DINWeb", sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #333333;
    letter-spacing: -1px;
}

.pending_cart_body p{
    font-family: "DINWeb-Light", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
}

#pendingCart_spinner {
    display: inline-block;
}

.spinner_container{
    margin: 20px auto 30px auto
}

p.pending_cart_suppoprt{
    font-family: "DINWeb", sans-serif;
    font-size: 14px;
    line-height: 34px;
}


#pendingCartModal .closeBtn {
    float: right;
    width: 12px;
    height: 12px;
    background: url(/images/v2/close_pending_cart_modal.png) 0 0 no-repeat transparent;
    display: block;
    cursor: pointer;
    margin: 10px 5px 0px 0px
}
.update_cart_state_div{
    margin-top: 20px;
}