/*
 * @copyright Copyright (c) 2021 vdSHOP (https://www.vdshop.es/)
 * @author Vdshop Team <info@vdshop.es>
 */

.modal-popup._show .modal-inner-wrap {
    margin: auto;
}
.modal-popup.modal-slide{
  left: 0;
}

.paycomet-new-card .label {
    margin-bottom: 5px;
}

.paycomet-title {
    font-size: 16px;
    font-weight: normal;
    margin: 40px 0 32px;
}

.footer_paycomet {
    padding: 30px 10px;
    clear: both;
}

.footer_paycomet .footer_logo {
    display: inline-block;
    width: 130px;
}

.footer_paycomet ul {
    float: left;
    font-size: 14px;
    border-right: none;
    float: right;
}

.payment_icons {
    display: inline-block;
    float: right;
    width: auto;
}

.payment_icons li {
    display: inline-block;
    margin: 0 5px 10px;
}

.payment_icons li img {
    display: block;
    height: 22px;
}

.form_footer {
    font-weight: bold;
}

.paycomet-pci {
    display: block;
}

/*  jet */

#submit_jet{
    display:none;
}

.paycomet_jet h4 {
    display: block;
    -webkit-margin-before: 1.33em;
    -webkit-margin-after: 1.33em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: bold;
    margin: 0;
}

.paycomet_jet ol, .paycomet_jet ul {
    list-style: none;
    padding-left: 5px;
    margin-bottom: 0;
    margin-left: 0 !important;
}

.paycomet_jet .vertical{
    overflow: hidden;
}

.paycomet_jet .vertical ul{
    padding-left: 0;
}

.paycomet_jet .vertical li {
    float: left;
    width: 140px;
}

.paycomet_jet .vertical input {
    width: 79px;
}

.paycomet_jet label {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    display: table-cell;
}

.paycomet_jet .paytpv_cardholdername {
    width: 290px;
}

.paycomet_jet .help {
    color: #aaa;
    clear: both;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    padding-bottom: 10px;
    display: block;
}

#paycomet-cvc2{
    width: 79px;
}

#paycomet-pan{
    width: 290px;
}

#paycomet-cvc2, #paycomet-pan{
    border-radius: 3px;
    height: 36px;
    padding: 0;
    width: 290px;
}

.paycomet_jet input{
    height: 32px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 18px;
    padding: 0 5px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#paymentErrorMsg {
    font-size: 1.2rem;
    padding-bottom: 15px;
    display: inline-block;
}

.table.paycomet-cards tr th {
    font-size: 16px;
}

#paycomet_cards, #paycomet_savecards {
    padding-bottom: 15px;
}

/* Mobile */
@media (max-width: 767px) {
    .table-wrapper .table.paycomet-cards:not(.cart):not(.totals):not(.table-comparison) tbody > tr {
        border-bottom: 1px solid #F5F5F5;
    }

    .table-wrapper .table.paycomet-cards:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td {
        padding-bottom: 16px;
    }

    .table-wrapper .table.paycomet-cards:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
        padding-top: 24px;
    }

    .table-wrapper .table.paycomet-cards:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
        padding-bottom: 21px;
    }

    .table-wrapper .table.paycomet-cards:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td.actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* Desktop */
@media (min-width: 1024px) {
    .table.paycomet-cards .col.description {
        width: 190px;
    }

    .table.paycomet-cards .col.actions {
        width: 115px;
    }
}
