.hide-update-btn { display: none; }

/* templates/cart/shipping.phtml */
.updatedcart-width.cart-summary { width: 100%; }
.updatedcart-width.cart-summary .cart-totals { border-top: none; }
.updatedcart-width.cart-summary .table-wrapper { border-bottom: none; }
/* templates/cart/shipping.phtml */

/* web/template/payment/discount.html */
.updatedcart-width.cart-summary #block-discount-heading strong { cursor: pointer; }
.updatedcart-width.cart-summary .payment-option._active .payment-option-title .action-toggle:after {
    content: '\e621';
    cursor: pointer;
}
.updatedcart-width.cart-summary .payment-option-title .action-toggle:after {
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 16px;
    color: #8f8f8f;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0 0 0 10px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    cursor: pointer;
}
.updatedcart-coupon-form { display: none; }
.updatedcart-width .updatedcart-coupon-form { display: block; }
/* web/template/payment/discount.html */

/* web/template/minicart/content.html */
.minicart-items-wrapper { border-top: none; }
/* web/template/minicart/content.html */

/*css popup card*/
@media (max-width: 1022px) {
    .checkout-index-index  .modal-popup.modal-slide._inner-scroll div.modal-inner-wrap
    {
        max-width: 80%;
        margin: auto;
    }
    .checkout-index-index .modal-popup .modal-content .hr{
        display: none;
    }
}
@media (max-width: 520px) {
    .checkout-index-index .modal-popup .modal-header h1.modal-title{
        font-size: 4vw !important;
        text-align: -webkit-left !important;
    }
}
.checkout-index-index .modal-popup div.modal-inner-wrap{
    margin: auto;
    max-width: 510px;
    left: 0px;
    top: 50px;
}
.checkout-index-index .modal-popup .modal-header h1.modal-title
{
    font-weight: bold;
    color: #063569;
    text-align: center;
    background-color: #fff;
    font-size: 22px;
    border: none;
}
.checkout-index-index .modal-popup .modal-inner-wrap button.action-close{
    background-color: #063569 !important;
}
.checkout-index-index .modal-popup .modal-content .title h2 {
    font-size: 16px;
    background-color: #063569;
    font-weight: 300;
    color: white;
    width: 100%;
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.checkout-index-index .modal-popup .modal-content .how-it-work h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    background-color: #063569;
    color: white;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    word-spacing: 5px;
    font-weight: 300;
}
.checkout-index-index .modal-popup .modal-content .explain-how-work ul{
    padding-left: 20px;
    margin-bottom: 0px;
}
.checkout-index-index .modal-popup .modal-content .explain-how-work ul li{
    margin-bottom: 0px;
}
.checkout-index-index .modal-popup .modal-content .explain-how-work ul li span{
    font-size: 13px;
}
.checkout-index-index .modal-popup .modal-content .title span.label{
    font-weight: bold;
}
.checkout-index-index .modal-popup .modal-content .example ul li{
    margin-bottom:0px;
}
.checkout-index-index .modal-popup .modal-content .example ul li span{
    font-size: 13px;
}
.checkout-index-index .modal-popup .modal-content .example p{
    margin-bottom: 0px;
}
.checkout-index-index .modal-popup .modal-content .example ul{
    padding-left: 20px;
    margin-bottom: 0px;
}
.checkout-index-index .modal-popup .modal-content .example span.label{
    font-weight: bold;
}
.checkout-index-index .modal-popup .modal-content .card-accept span.label {
    font-weight: bold;
}
.checkout-index-index .modal-popup .modal-content .card-accept p{
    margin-bottom: 0px;
}
.checkout-index-index .modal-popup .modal-content .hr {
    width: 35px;
    color: black;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
    border: 0.5px solid black;
    margin-bottom: 0px;
}
.checkout-index-index .modal-popup .modal-content .title .credit-cart .image img{
    max-width: 15%;
    margin-top: 5px;
    padding-right: 5px;
}
.checkout-index-index .modal-popup .modal-content .title .debit-cart .image img{
    max-width: 15%;
    margin-top: 5px;
    padding-right: 5px;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-footer{
    display: none;
}


#click-me-installed{
    margin-left: 10px;
}
#installment_tooltip .installed_block{
    color: #2d832d;
}

.checkout-index-index .modal-popup .modal-content span.info{
    font-size: 13px;
}
.checkout-index-index .modal-popup .modal-content .title .debit-cart .explain-cart .info{
    font-size: 13px;
}
#click-me-installed .fa{
    color: #000 !important;
}
