@charset "UTF-8";

@font-face {
    font-family: "paymentlogos";
    src:url("../fonts/paymentlogos.eot");
    src:url("../fonts/paymentlogos.eot?#iefix") format("embedded-opentype"),
    url("../fonts/paymentlogos.woff") format("woff"),
    url("../fonts/paymentlogos.ttf") format("truetype"),
    url("../fonts/paymentlogos.svg#paymentlogos") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "paymentlogos" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="logo-"]:before,
[class*=" logo-"]:before {
    font-family: "paymentlogos" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logo-container {
    position: relative;
    width: 5px;
    display: inline-block;
    height: 14px;
}

.logo-amazon:before {
    content: "\5a";
}
.logo-amex:before {
    content: "\31";
}
.logo-bitcoin:before {
    content: "\32";
}
.logo-braintree:before {
    content: "\33";
}
.logo-cartasi:before {
    content: "\34";
}
.logo-clickandbuy:before {
    content: "\35";
}
.logo-diners:before {
    content: "\36";
}
.logo-discover:before {
    content: "\37";
}
.logo-electronic-cash:before {
    content: "\38";
}
.logo-flattr:before {
    content: "\39";
}
.logo-gittip:before {
    content: "\21";
}
.logo-googlewallet:before {
    content: "\22";
}
.logo-ideal:before {
    content: "\23";
}
.logo-jcb:before {
    content: "\24";
}
.logo-maestro:before {
    content: "\25";
}
.logo-mastercard:before {
    content: "\26";
}
.logo-ob:before {
    content: "\27";
}
.logo-ogone:before {
    content: "\28";
}
.logo-paypal:before {
    content: "\29";
}
.logo-paysafe:before {
    content: "\2a";
}
.logo-postepay:before {
    content: "\2b";
}
.logo-ripple:before {
    content: "\2c";
}
.logo-skrill:before {
    content: "\2d";
}
.logo-sofort:before {
    content: "\2e";
}
.logo-square:before {
    content: "\2f";
}
.logo-stripe:before {
    content: "\3a";
}
.logo-unionpay:before {
    content: "\3b";
}
.logo-verisign:before {
    content: "\3c";
}
.logo-visa:before {
    content: "\3d";
}
.logo-westernunion:before {
    content: "\3e";
}
.logo-truste:before {
    content: "\61";
}
