
.es-cart-model .modal
{
    z-index: 999999;
    overflow:auto;
}

.es-cart-model .modal-dialog {
    width: 48%;
    margin:190px auto;
}


.es-cart-model .modal-content {
    box-shadow: 0 0px 5px rgba(78, 78, 78, 0.51);
    border: none;
    border-top: none;
    border-radius: 0;
}

.es-cart-model .modal-body
{
    /*padding:0;*/
}


.es-cart-model .close-img {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 23px;
    z-index: 1;
    cursor: pointer;
}

/*--- CENTER PART -*/
.es-cart-model .es-model-item .es-item-success{
    padding: 15px;
    /*background: #E8E8E8;*/
    border-bottom: 1px solid #CBC9C9;
}

.es-model-item .es-item-success span.es-span {
    width: 26px;
    height: 26px;
    background: green;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    vertical-align:baseline;
    padding: 4px;
    margin-right:3px;
}
.es-model-item .es-item-success .es-item-total{
    font-size: 22px;
    color: #FF9800;
    border-bottom: 1px dashed;
}

.es-model-item .es-item-success small{
    font-size: 20px;
}

.es-cart-model .panel-success {
    border-color: transparent;
}

.es-cart-model .es-cart-panel .product-name {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    display:block;
}

.es-cart-model .es-cart-panel .panel-body .es-mrp-price {
    font-weight: 400;
    text-decoration: line-through;
    font-size: 13px;
    text-align: left;
    zoom: 1;
    margin-right: 10px;
    color: #8A8B8B;
}

.es-cart-model .es-cart-panel .panel-body .es-price {
    text-align: left;
    color: #000;
    font-weight:500;
    font-size: 14px;
}

.es-cart-model .es-cart-panel .panel-body .btn-link{
    text-decoration: underline;
}
.es-cart-model .es-cart-panel .panel-body .img-responsive{
    width:90px;
}
/*-- END --*/

.es-cart-model .btn.red {
    background-color: #DADADA;
    border: solid 1px #CBC9C9;
    color: #222;
    font-weight: normal;
    font-size: 15px;
    margin-left: 10px;
    border-radius: 1px;
    margin-right: 15px;

}

.es-cart-model .btn-checkout {
    color: #fff;
    background-color: #29A8DE;
    border-color: #3693BD;
    border-radius: 1px;
    font-weight: 400;
}

.es-cart-model .btn:hover,
.es-cart-model .btn:focus{
    outline:0;
}


/*-- MASK --*/
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .4;
}


@media screen and (max-width: 1200px){
    .es-cart-model .modal-dialog {
        width: 40%;
    }
}

@media screen and (max-width:992px){
    .es-cart-model .modal-dialog {
        width:60%;
    }
}

@media screen and (max-width:767px){
    .es-cart-model .modal-dialog {
        width:70%;
    }
}

@media screen and (max-width:480px){
    .es-cart-model .modal-dialog {
        width:90%;
    }
}