.container_custom_cart{
    background: #fff;
    padding: 20px 20px 60px;
}
.container_custom_cart table.cart th {
    background: #e9f0f8;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
}
.container_custom_cart .table > thead > tr > th,
.container_custom_cart .table > tbody > tr > td,
.container_custom_cart .table > tfoot > tr > td{
    border: 1px solid #a9bebb !important;
}
.container_custom_cart table.cart tr.subtotal td b{
    color: #000000;
}
.container_custom_cart .price_prod{
    font-size: 14px;
    font-weight: bold;
    color: #2055a3;
}
.container_custom_cart .btn_pay_next,
.container_custom_cart .btn_pay_prev{
    background-color: #2055a3;
    font-family: 'OpenSans-Semibold';
    color: #ffffff;
    display: inline-block;
    padding: 6px 30px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #2055a3;
    border-radius: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;

    min-width: 140px;
    margin-left: 15px;
}
.container_custom_cart .btn_pay_next:hover,
.container_custom_cart .btn_pay_prev:hover{
    background-color: #ffffff;
    border-color: #2055a3;
    color: #2055a3;
}
.container_custom_cart .cartremove{
    font-size: 2em;
    color: #cc0000;
}
.container_custom_cart .subtotal{
    color: #2055a3;
    font-weight: bold;

}
table.cart {
	font-size: 14px;
}
#cartLogin .modal-dialog {
	max-width: 500px;
}
.cartLoginInfo {
	font-size: 12px;
	margin-left: 10%;
}