﻿/*
Compile-Minify: true
Compile-Area: checkout
Compile-OutputGroup: headtag
Compile-Exports: checkout-css
Compile-Dependencies: bootstrap
*/
#section-checkout-payment .nav-pills > li.active > a, #section-checkout-payment .nav-pills > li.active > a:hover, #section-checkout-payment .nav-pills > li.active > a:focus {
    color: #000;
    background-color: transparent !important; 
    border-bottom: .125rem solid #4aa629;
    font-weight: 600;
}

#section-checkout-payment .nav-pills > li:hover > a, #section-checkout-payment .nav-pills > li:hover > a:hover, #section-checkout-payment .nav-pills > li:hover > a:focus {
    color: #000;
    background-color: transparent !important; 
    border-bottom: .125rem solid #4aa629;
}

/* #section-checkout-payment .nav-pills.nav-justified > li > a {
   height: 41px;
} */

#paymentmethod-tab li > a {
    padding: 0 !important;
    color: #000;
    text-align: left;
    border-radius: 0 !important;
    padding-bottom: .5rem !important;
}

#paymentmethod-tab.nav > li {
    width: 33%;
    text-align: center;
    position: inherit;
}

@media(max-width:767px){
    #paymentmethod-tab.nav > li {
        width: 100%;
    }
}

#tab-interacetransfer {
}

#tab-paypalexpress {
    background-image: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/pp-acceptance-small.png');
    background-repeat: no-repeat;
    background-position: 95% 40%;
    padding-right: 50px;
}
#paypalexpress button[type="submit"]{
    width:145px;height:42px;background:transparent url('../images/PayPalCheckout.gif') no-repeat scroll 0 0;border:none;outline:none;overflow:hidden;text-indent:-999em;
}

#tab-creditcard {
    background-image: url('../images/checkoutcards.png');
    background-repeat: no-repeat;
    background-position: 95% 40%;
    background-size: 96px 24px;
    padding-right: 25% !important;
}
