#payTabs .ico {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    align-content: space-between;
    align-items: center;
    line-height: 35px;
    background-position: center;
    margin: 3px;
    background-repeat: no-repeat;
    background-size: 30px;
}
.foot{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    max-height:100%;
}




#form{
  max-height: 0;  
  overflow: hidden;
-moz-animation: 1s forwards slide;
    -webkit-animation: 1s forwards slide;
    -o-animation: 1s forwards slide;
    animation: 1s forwards slide;  
}

@-moz-keyframes slide {
    from {
        height:0
    }

    to {
        max-height:600px
    }
}

@-webkit-keyframes slide {
    from {
        height:0
    }

    to {
        max-height:600px
    }
}

@-o-keyframes slide {
    from {
        height:0
    }

    to {
        max-height:600px
    }
}

@keyframes slide {
    from {
        height:0
    }

    to {
        max-height:600px
    }
}



button {
    padding: 4px 8px;
    border: none;
    outline: none;
    background-color: #151515;
    color: #eee;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s ease-out;
    font-size: 14px;
}

.button{color:#000;background:azure;border-radius:2px;padding:3px 2px;font-size:.95em}
button:hover {
  transform: translateY(-3px);
}
.footer em {
    font-style: normal;
    border: .5px solid salmon;
    border-radius: 5px;
    padding: 2px 4px;
    margin: 0 5px 0 0;
}
.pay-links .popup a{
    cursor:pointer;
}
.pay-links .popup i {
    font-style: normal;
    font-size:.55em;
}
.pay-links {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: azure;
    position: absolute;
    z-index: 9999;
    border-radius: 0 0 10px 10px;
}

.pay-links .popup .head {
    margin:0 0 10px 0;
}
.pay-links .popup .hide{
    display:none;
}
.pay-links .popup .ico {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-flex;
    align-content: space-between;
    align-items: center;
    line-height: 35px;
    background-position: center;
    margin: 0 5px;
    border: .5px solid salmon;
    background-repeat: no-repeat;
    background-size: 30px;
}
.pay-links .popup {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 10px;
    border: .5px solid salmon;
    width: 350px;
    height: 100px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    align-content: end;
    display: flex;
    z-index: 99999;
    background-position: top 10px right 10px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-color:white;
    color:#7d4444;
}

#payTabs {
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
    height: 40px;
    width: 100%;
}


#payTabs a{
    display:none;
}
a.barid,.barid {
    background-image:url(/css/svg/payment/barid.svg);
    background-color:#d0c7af
}
a.halifax,.halifax{
    background-image:url(/css/svg/payment/halifax.svg);
    background-color:#fff
}
a.attij,.attij {
    background-image:url(/css/svg/payment/atti.svg);
    background-color:#ffbe00
}

a.paypal,.paypal {
    background-image:url(/css/svg/payment/paypal.svg);
    background-color:#ecf2f2
}
a.other-card,.card {
    background-image: url(/css/svg/payment/credit-card.svg);
    background-color: #ffbe00;
}

.pay-links .popup .tools {
    display: block;
    width: 100%;
    height: 40px;
    text-align: right;
}

.pay-links .popup .footer {
    margin: 5px;
    background-color: white;
    padding: 2px 3px;
    border-radius: 5px;
}
.pay-links .popup .p-close {
    background-color: salmon;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    justify-content: center;
    color: white;
    position: absolute;
    right: 0;
    top: 0;
    margin: -10px;
    content: "\292B";
    text-align: center;
    line-height: 20px;
}
.pay-links .popup .p-close:after{
    content:"\292B";
}
