.blz_grid {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px 0 -12px;
}

.blz_grid.blz_grid-nogutter {
    margin: 0;
}

.blz_grid.blz_grid-nogutter>.blz_col {
    padding: 0;
}

.blz_col {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
    min-width: 0;
    padding: 0 12px 0 12px;
}

.blz_col-align-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.blz_col-align-bottom {
    align-self: flex-end;
}

.blz_col-align-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.blz_col-top {
    justify-content: flex-start !important;
    flex-direction: column;
    display: flex;
}

.blz_col-bottom {
    justify-content: flex-end !important;
    flex-direction: column;
    display: flex;
}

.blz_col-middle {
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.blz_grid-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.blz_grid-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.blz_grid-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.blz_grid-around {
    justify-content: space-around;
}

.blz_grid-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blz_col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.blz_col-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.blz_grid-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.blz_col-fixed {
    flex: initial;
}

.blz_col-grow-2 {
    flex-grow: 2;
}

.blz_col-grow-3 {
    flex-grow: 3;
}

.blz_col-grow-4 {
    flex-grow: 4;
}

.blz_col-grow-5 {
    flex-grow: 5;
}

.blz_col-grow-6 {
    flex-grow: 6;
}

.blz_col-grow-7 {
    flex-grow: 7;
}

.blz_col-grow-8 {
    flex-grow: 8;
}

.blz_col-grow-9 {
    flex-grow: 9;
}

.blz_col-grow-10 {
    flex-grow: 10;
}

.blz_col-grow-11 {
    flex-grow: 11;
}

.blz_col-1 {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.blz_col-2 {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.blz_col-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.blz_col-4 {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.blz_col-5 {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.blz_col-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.blz_col-7 {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.blz_col-8 {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.blz_col-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.blz_col-10 {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.blz_col-11 {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.blz_col-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 480px) {
    .blz_col-sm {
        flex: 100%;
        max-width: 100%;
    }

    .blz_col-sm-8 {
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 624px) {
    .blz_col-md {
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 744px) {
    .blz_col-lg {
        flex: 100%;
        max-width: 100%;
    }
}

@media only screen and (min-width: 1060px) {
    .width_0 {
        max-width: 120px;
    }

    .width_1 {
        max-width: 160px;
    }

    .width_2 {
        max-width: 260px;
    }
}

[data-blz-table=default] {

    --font: Arial, Helvetica, sans-serif;

    --navbar-height: 64px;
    --navbar-height-mobile: 50px;

    --table_color: #323232;
    --table_light: #fff;
    --table_dark: #f3f4f8;
    --table_border: #dfe3ed;

    --primary: #2888be !important;
    --grey-1: #dfe3ed;
    --grey-2: #606b71;
    --cta_background: #00bc9d;
    --cta_color: #ffffff;
    --link_color: #2d70f5;
    --heading_background: #292929;
    --heading_color: #ffffff;

    --boxed: 860px;
    --border: 1px solid var(--table_border);
    --bradius: 6px;

    --star-size: 18px;
    --star-size-mb: 26px;
    --star-color: #dfe3ed;
    --star-background: #fc0;

    --pad1: 12px;
    --pad05: calc(var(--pad1)/2);
    --pad2: calc(var(--pad1)*2);

    --card-shadow: 0 6px 20px rgba(200, 220, 227, .4);

}

[data-format="bank_card"] {
    --background: #ffffff;
    --border-color: #d7def0;
    --bradius: 12px;
    --shadow: 0 -1px 2px rgba(24, 28, 71, .04), 0 2px 4px rgba(24, 28, 71, .1);
    --pad1: 5px;
    --pad2: 20px;
    --font: Arial, Helvetica, sans-serif;
    --card-color: #323232;
    --link_color: #2d70f5;
    --cta_color: #10b981;
    --text0: 12px;
    --text1: 14px;
    --circle: 20px;
}

.blz_table * {
    box-sizing: border-box;
}

.blz_table {
    font-family: var(--font);
    margin: var(--pad1) auto;
    max-width: var(--boxed);
    border: 1px solid var(--ct_border);
}

ul.blz_table_list {
    padding: 0;
    margin: 0;
    list-style-type: disc;
    font-weight: 400;
    padding-left: var(--pad1);
}

ul.blz_table_list li {
    padding: 0;
    background: 0 0;
    text-align: left;
    line-height: 14px !important;
    font-size: 14px !important;
    box-shadow: none;
}


.blz_stars {
    --percent: calc(var(--rating) / 50 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

@media screen and (max-width: 600px) {
    .blz_stars {
        font-size: var(--star-size-mb);
    }
}

.blz_stars::before {
    content: '\2605\2605\2605\2605\2605' !important;
    letter-spacing: 2px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blz_col-rating {
    min-width: 120px;
}

.blz_col_logo {
    min-width: 140px;
    text-align: center;
}

.blz_col-cta {
    min-width: 180px;
}

@media screen and (max-width: 600px) {

    .blz_col-rating,
    .blz_col-logo,
    .blz_col-cta {
        min-width: initial;
    }
}

.blz_table_card {
    color: var(--table_color);
    max-width: 100%;
    display: block;
    padding: 0 var(--pad1);
    font-family: inherit;
}

@media screen and (max-width: 600px) {
    .blz_table_card {
        background-color: initial;
        padding: 0;
    }
}

.blz_table_card .blz_col {
    color: var(--table_color);
}

.blz_table_card .blz_row:nth-child(even) .blz_grid {
    background-color: var(--table_dark);
}

.blz_table_card .blz_grid .blz_col {
    text-align: center;
}

.blz_table_card .blz_grid .br_1 {
    border-right: var(--border);
}

.blz_table_card .blz_grid .bb_1 {
    border-bottom: var(--border);
}

.blz_table_card .blz_grid a.demo_account {
    font-size: 14px;
    color: var(--link_color);
    text-decoration: underline;
    font-weight: 700;
}

.blz_table_card .blz_grid .commissioni {
    max-width: 60px;
    margin: auto;
}

.blz_table_card .blz_grid .blz_product_title {
    margin-bottom: var(--pad05);
    font-weight: 700;
    line-height: 12px;
}

.blz_table_card .blz_grid .general_description {
    text-align: left;
}

.blz_table_card .rating-star {
    margin: auto;
    margin-top: -var(--pad05);
    margin-bottom: var(--pad1);
}

.blz_table_card .rating-star a.review_link {
    font-size: 14px;
    line-height: 1;
    display: block;
    font-weight: 700;
    max-width: 100px;
    color: var(--primary);
    margin: auto;
    text-decoration: underline;
}

.blz_table_card .rating_image img {
    height: 65px !important;
    object-fit: contain;
    box-shadow: none;
}

.blz_table_card .rating_image img.physical_product {
    height: 120px;
}

.blz_table_card .blz_table_description {
    font-size: 14px;
    font-weight: 400;
    border-left: 1px solid var(--table_border);
    border-right: 1px solid var(--table_border);
}

.blz_table_card .blz_table_description .blz_col {
    padding: var(--pad1);
    position: relative;
}

.blz_table_card .blz_table_description .blz_col span {
    color: var(--grey-2);
    display: none;
}

.blz_table_card .blz_table_description .blz_col .btn {
    min-height: 34px;
}

.blz_table_card .blz_table_description .blz_col .rank_index {
    background: var(--grey-1);
    position: absolute;
    top: var(--pad1);
    left: var(--pad1);
    color: white;
    height: 20px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.blz_table_card .blz_table_description .blz_col .rank_index.heading {
    background: none;
    height: auto;
    font-size: 19px;
    top: 5px;
}

.blz_table_card .rating_cta .btn {
    border: 0;
    border-radius: var(--bradius);
    display: inline-block;
    min-width: 120px;
    width: 90%;
    margin: auto;
    padding: var(--pad1) var(--pad1);
    font-weight: 400;
    text-decoration: none;
}

.blz_table_card .rating_cta .btn.primary {
    background-color: var(--cta_background);
    border: 2px solid var(--cta_background);
    color: var(--cta_color);
}

.blz_table_card .rating_cta .btn.primary:hover {
    color: var(--cta_color) !important;
}

.blz_table_card .rating_cta .btn.ghost {
    color: var(--grey-2);
    margin-top: var(--pad05);
    border: 2px solid;
}


.disclaimer_small {
    font-size: 11px;
    margin-bottom: 6px;
    font-style: italic;
    text-align: left;
    line-height: 1;
}


.blz_grid.row {
    border-left: var(--border);
    border-right: var(--border);
}

.rating-header .blz_table_description.heading {
    font-weight: 700;
}

.blz_heading {
    background: var(--heading_background);
    padding: var(--pad05) 0;
    margin: 0 0;
}

.blz_heading .blz_col {
    color: var(--heading_color);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .blz_table_card .blz_grid {
        padding: 0;
        margin: var(--pad1) auto;
        margin-bottom: var(--pad1);
        background-color: var(--table_light);
        border-radius: var(--bradius);
    }

    .blz_table_card .blz_row:nth-child(even) .blz_grid {
        background-color: var(--table_light);
    }

    .blz_table_card .blz_grid .br_1,
    .blz_table_card .blz_grid .bb_1 {
        border: 0;
    }

    .blz_table_card .blz_grid .commissioni,
    .blz_table_card .rating-star a.review_link {
        max-width: 100%;
    }

    .blz_table_card .blz_grid .blz_product_title {
        margin-bottom: 0;
    }

    .blz_table_card .rating-star {
        padding-top: 4px;
        text-align: center;
        margin-bottom: var(--pad1);
    }

    .blz_table_card .rating_image img {
        height: 80px;
    }

    .blz_table_card .rating_image img.physical_product {
        height: 150px;
    }

    .blz_table_card .blz_table_description {
        text-align: center;
        margin: var(--pad1) auto;
        font-size: 14px;
    }

    .blz_table_card .blz_table_description .blz_col span {
        display: inline;
    }

    .blz_table_card .rating_cta {
        margin: auto;
        width: 80%;
    }

    .blz_grid.row {
        border: 0;
    }

    .blz_heading {
        display: none;
    }

    .blz_table_card .blz_table_description {
        border: 0;
        padding-bottom: var(--pad2);
    }

    .blz_table_procontro .blz_tabletitle.mtop {
        margin-top: var(--pad1);
    }

    ul.blz_table_list {
        margin: auto;
        display: inline-block;
    }

    .blz_table_description span {
        margin-bottom: var(--pad05);
    }

}


.blz_table_procontro {
    padding: var(--pad1);
    padding-bottom: var(--pad2);
    margin: var(--pad2) auto;
    border-radius: var(--bradius);
    background: var(--table_dark);
}

.blz_table_procontro .blz_tabletitle {
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    padding-left: 20px;
    color: var(--ct_color);
}

.blz_table_procontro ul {
    list-style-type: none;
    text-align: left;
}

.blz_table_procontro ul li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    margin: 6px 0;
    color: var(--ct_color);
}

.blz_table_procontro ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -16px;
    height: 25px;
    width: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.blz_table_procontro .blz_col_pro ul li::before {
    width: 12px;
    left: -20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%2318D1C4" d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>');
}

.blz_table_procontro .blz_col_contro ul li::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path  fill="%23cd5c5c" d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg>');
}

/* versus table */

.blz_table_versus table {
    margin: 0 !important;
}

.blz_table_versus {
    margin: var(--pad2) auto var(--pad3);
}

.blz_table_card.carte_conti .rating_cta {
    display: flex;
}

@media only screen and (max-width : 920px) {
    .blz_table_versus {
        display: block !important;
        overflow-x: scroll;
        white-space: nowrap;
        padding: 0 var(--pad05);
        margin: 0;
    }
}

.blz_table_versus .rating_star {
    margin-top: -6px;
}

.blz_table_versus .blz_versus_bar {
    background: var(--table_light);
    position: sticky;
    top: var(--navbar-height);
    z-index: 300;
    padding: var(--pad1);
    margin: 0;
}

@media only screen and (max-width : 920px) {
    .blz_table_versus .blz_versus_bar {
        top: 0;
    }
}

.blz_table_versus .blz_versus_bar .blz_vs_image_small img {
    object-fit: cover;
    object-position: top;
    margin: auto;
    width: 100%;
}

@media only screen and (max-width : 920px) {
    .blz_table_versus .blz_versus_bar .blz_vs_image_small img {
        margin: auto;
    }
}

.blz_table_versus .blz_versus_bar .blz_vs_title_small {
    font-weight: 700;
    font-size: 15px;
}

@media only screen and (max-width : 920px) {
    .blz_table_versus .blz_versus_bar .blz_vs_title_small {
        text-align: left;
        font-size: 14px;
    }
}

.blz_table_versus .blz_versus_bar .blz_col.blz_col-fixed {
    flex: initial;
    padding: 0;
    margin: auto;
}

.blz_table_versus .blz_grid.blz_tables {
    margin: 0;
}

.blz_table_versus .blz_grid.blz_tables .blz_col {
    padding: 0;
}

.blz_table_versus .blz_table.blz_table-striped tbody tr,
.blz_table_versus .blz_table.blz_table-striped tbody td {
    border: 0;
}

.blz_table_versus .blz_table.blz_table-striped tbody tr:nth-of-type(odd) {
    background: #f3f4f8;
}

.blz_table_versus .blz_table.blz_table-striped tbody tr:nth-of-type(even) {
    background: white;
}

.blz_table_versus td.spec-data.nopull {
    text-align: left;
    position: relative;
    width: 25%;
    min-height: 42px;
    height: auto;
    line-height: 28px;
    padding: 6px;
}

.blz_table_versus td.spec-data.nopull p {
    margin: 0 !important;
    font-size: 14px !important;
}

.blz_table_versus td.spec-data.nopull span.title {
    font-weight: 700;
    display: block;
}

.blz_table_versus td.spec-data.nopull i.data-no,
.blz_table_versus td.spec-data.nopull i.data-yes {
    display: inline-block;
    left: initial;
    right: initial;
    margin-top: initial;
    position: relative;
    vertical-align: -2px;
}



@media only screen and (max-width : 920px) {

    .blz_table_versus .blz_grid.blz_versus_bar,
    .blz_table_versus .blz_grid.blz_tables {
        display: block !important;
    }

    .blz_table_versus .blz_col-full-mb {
        vertical-align: top !important;
        float: none !important;
        display: inline-block !important;
        white-space: normal !important;
        width: 200px !important;
        min-width: 200px !important;
    }

    .blz_table_versus .rating_star .blz_stars {
        font-size: 18px;
    }
}

.blz_table_versus .blz_cta {
    text-align: left;
    padding: var(--pad1);
    padding-top: var(--pad05);
}

.blz_table_versus .blz_cta a.btn {
    padding: 8px 12px;
    color: white;
    display: inline-block;
    font-size: 13px;
    border-radius: var(--bradius);
    font-weight: 700;
    background: var(--primary);
}

.blz_table_versus .blz_cta a.btn.green {
    background: var(--cta_background);
}

.blz_table_versus .blz_cta a.btn.ghost {
    color: var(--link_blz_color);
    text-decoration: underline;
    padding: 0 6px;
}

.blz_table_disclaimer {
    display: block;
    margin: var(--pad1) auto;
    max-width: var(--boxed);
    font-family: var(--font);
    font-size: 13px;
    color: var(--table_color);
    font-weight: 700;
}

i.data-yes {
    width: 14px;
    height: 14px;
    right: 0;
    left: 0;
    margin-top: -2px;
    position: absolute;
    display: block;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%231cc59d" d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>');
}

i.data-no {
    width: 14px;
    height: 16px;
    display: block;
    right: auto;
    left: calc(50% - 7px);
    margin-top: 1px;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path  fill="%23cd5c5c" d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg>');
}

.table_bank {
    max-width: 680px;
    background: var(--background);
    margin: auto;
    border: 1px solid var(--border-color);
    border-radius: var(--bradius);
    box-shadow: var(--shadow);
    padding: var(--pad2) var(--pad2);
    font-family: var(--font);
    color: var(--card-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.table_bank .blz_table_description,
.table_bank .bb_1 {
    border: 0 !important;
}

.table_bank .card_logo a {
    display: block;
}

.table_bank .card_logo a img {
    width: 100% !important;
    max-width: 218px !important;
    max-height: 218px !important;
    object-fit: contain;
}

@media screen and (max-width: 992px) {
    .table_bank .card_logo a img {
        width: 100% !important;
        max-width: 148px !important;
        margin-bottom: 12px;
    }
}

.table_bank .rating_cta {
    display: block !important;
}

.table_bank .rating_cta .btn.primary {
    padding: 12px;
    color: white;
    width: 100% !important;
}

.table_bank .rating_cta .ghost {
    padding: 0;
    border: 0;
    color: var(--link_color);
    min-height: initial;
    font-size: 12px;
    min-width: initial;
    width: initial;
    text-align: left;
    width: auto;
    text-decoration: none;
    display: block;
    margin-left: 3px;
    margin-top: -2px;
}

.table_bank .blz_score {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.25;
    padding: 0 !important;
}


.table_bank .table_description p {
    margin: 0 !important;
    font-size: 14px !important;
    font-family: var(--font) !important;
    line-height: 18px !important;
    margin-bottom: 12px !important;
}

@media only screen and (min-width: 1060px) {
    .table_bank .table_description p {
        margin: 0 !important;
        font-size: 14px !important;
        font-family: var(--font) !important;
        line-height: 25px !important;
        border-bottom: 1px solid #d7def0;
        padding: 4px 0;
        min-height: 35px;
    }

    .table_bank .table_description p:last-child {
        border-bottom: 0 !important;
    }
}


.table_bank .blz_table_card .blz_grid .bb_1 {
    margin: 0 !important;
    padding: 0 !important;
}

.table_bank .col_fixed {
    width: 100%;
    max-width: 240px;
}

.table_bank .table_title {
    margin: 0 !important;
    margin-top: -6px !important;
    font-size: 18px !important;
    text-align: left;
    font-weight: 700;
}

.table_bank .blz_rating_container {
    border: 1px solid var(--border-color);
    border-radius: var(--bradius);
    align-items: center;
    margin: 0 !important;
    margin-bottom: 12px !important;
    height: 44px;
    padding: 5px;
}

.table_bank .rating_star {
    padding: 0 !important;
    text-align: left !important;
}

.table_bank .table_description {
    text-align: left !important;
}

.table_bank .card_grid {
    margin: 0;
}


.blz_table .btn {
    background: var(--primary) !important;
    min-height: 54px !important;
    line-height: 54px !important;
    padding: 0 48px !important;
    text-decoration: none !important;
    border-radius: var(--bradius) !important;
    display: inline-block;
    position: relative;
    margin: auto;
    margin-top: 12px;
    width: auto;
    left: initial;
    right: initial;
    top: initial;
    bottom: initial;
    color: white !important;
}

.blz_table .btn:hover {
    color: white !important;
}

.blz_hd_card a.price-bar .title,
.blz_hd_card a.price-bar .price {
    color: white !important;
}

.blz_hd_card a.price-bar .price {
    min-width: 104px !important;
    font-size: 16px !important;
}

.blz_hd_card .blz_description {
    font-size: 14px;
    line-height: 14px !important;
    margin: 0;
    margin-bottom: 0 !important;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .blz_hd_card {
        position: relative !important;
    }

    .score_container {
        width: 100% !important;
        display: flex !important;
    }

    .blz_hd_card .score {
        min-height: initial !important;
        padding: 4px 12px !important;
        flex-direction: row !important;
        margin-right: 6px !important;
    }

    .blz_hd_card .score.q_score {
        background: #d7def0 !important;
        color: var(--table_color) !important;
    }

    .blz_hd_card .score span {
        margin-right: 4px !important;
        font-size: 14px !important;
    }

    .blz_col.blz_col-middle.blz_col-sm .blz_description {
        font-size: 16px !important;
        line-height: 16px !important;
        padding-bottom: 22px !important;
    }

    .readmore {
        position: relative !important;
    }

    .readmore:after {
        top: -1px !important;
    }

    .blz_card_hdblog .green_button,
    .blz_card_hdblog .green_button a {
        display: inline-block;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #fc9c1e;
        color: #fff !important;
        border-radius: 4px;
        font-size: 15px !important;
    }

    .blz_card_hdblog .desc,
    .blz_card_hdblog .desc a {
        font-weight: 300;
        color: #000;
    }
}

a.blz_button {
    background: #2888be !important;
    min-height: 54px !important;
    line-height: 54px !important;
    padding: 0 48px !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    display: inline-block !important;
    position: relative !important;
    margin: auto !important;
    width: auto !important;
    left: initial !important;
    right: initial !important;
    top: initial !important;
    bottom: initial !important;
    color: white !important;
}

a.blz_button:hover {
    color: white !important;
}

@media screen and (max-width: 600px) {
    a.blz_button {
        display: block !important;
        width: 100% !important;
        white-space: normal !important;
        margin: 24px auto !important;
        height: auto !important;
        padding: 18px !important;
        line-height: 1 !important;
    }
}

[data-format="widget"] {
    --border-color: #d7def0;
    --bradius: 12px;
    --shadow: 0 -1px 2px rgba(24, 28, 71, .04), 0 2px 4px rgba(24, 28, 71, .1);
    --pad1: 10px;
    --pad2: 20px;
    --font: inherit;
    --card-color: #323232;
    --link_color: #2d70f5;
    --cta_color: #10b981;
    --text0: 12px;
    --text1: 14px;
    --circle: 20px;
}


[data-format="promo"] {
    --border-color: #d7def0;
    --bradius: 12px;
    --shadow: 0 -1px 2px rgba(24, 28, 71, .04), 0 2px 4px rgba(24, 28, 71, .1);
    --pad1: 10px;
    --pad2: 20px;
    --font: inherit;
    --card-color: #323232;
    --link_color: #2d70f5;
    --cta_color: #10b981;
    --text0: 12px;
    --text1: 14px;
    --text2: 21px;
    --circle: 20px;
}

.blz_widget,
.blz_promo {
    margin: var(--pad2) auto;
    max-width: 780px;
}

@media screen and (max-width: 600px) {


    .blz_widget>:first-child {
        display: block !important;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        padding: 0 12px;
        margin: 0 -18px;
    }

    .blz_widget>:first-child::-webkit-scrollbar {
        display: none;
    }

    .blz_widget>:first-child .blz_col {

        vertical-align: top;
        float: none;
        display: inline-block;
        white-space: normal;
        width: 260px;
        min-width: 260px;
        padding-left: 6px;
        padding-right: 6px;

    }

}

.blz_cardlink {
    display: block;
    position: relative;
    cursor: pointer;
}

.blz_card {
    border: 1px solid var(--border-color);
    border-radius: var(--bradius);
    box-shadow: var(--shadow);
    padding: var(--pad2);
    font-family: var(--font);
    color: var(--card-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blz_card_title {
    font-weight: 700;
    font-size: var(--text1);
    display: flex;
    align-items: center;
}

.blz_promo .blz_card_title {
    font-weight: 700;
    font-size: var(--text2);
    display: flex;
    align-items: center;
}


.blz_card_title span {
    font-weight: 700;
    background: var(--link_color);
    color: white;
    margin-right: 6px;
    border-radius: var(--circle);
    height: var(--circle);
    width: var(--circle);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blz_card_image {
    max-width: 130px;
    margin: var(--pad1) auto;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.blz_cardlink {
    text-decoration: none;
}

.blz_card_image img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 65px !important;
}

.blz_promo .blz_card_image img {
    max-height: 85px !important;
}

.blz_card_cta {
    background: var(--cta_color);
    color: white;
    font-weight: 700;
    padding: 15px var(--pad1);
    border-radius: var(--bradius);
    text-align: center;
    font-size: var(--text1);
    box-shadow: var(--shadow);
}

@media screen and (max-width: 600px) {
    .blz_card_cta {
        margin-top: var(--pad2);
    }
}

.blz_card_info {
    margin: var(--pad2) 0;
    font-size: var(--text1);
    text-align: center;
}

.blz_info_container {
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
    margin: 6px;
}

.blz_info_container span {
    color: #333;
    font-size: var(--text0);
    font-weight: 700;
    display: block;
}

.blz_info_container hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 120px;
    margin: var(--pad1) auto;
}

.blz_card.amz .blz_card_title p {
    color: #007185 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    margin: 0 0 6px !important;
    font-weight: 700 !important;
}

.blz_card.ebay .blz_card_title p {
    color: #000 !important;
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 700 !important;
}



.blz_card.amz .blz_card_cta {
    background: #ffd814 !important;
    color: var(--card-color);
    padding: 8px 24px;
    box-shadow: 0 2px 5px 0 rgba(213, 217, 217, .5);
    border-radius: 60px;
    font-weight: 400;
}

.blz_card.ebay .blz_card_cta {
    background: #3665f3 !important;
    color: white;
    padding: 8px 24px;
    box-shadow: 0 2px 5px 0 rgba(213, 217, 217, .5);
    border-radius: 60px;
    font-weight: 400;
}

.blz_card.amz .blz_card_cta span,
.blz_card.ebay .blz_card_cta span {
    vertical-align: -2px;
    margin-left: 12px;
}

.blz_card.ebay .blz_card_cta svg {
    filter: invert(1);
}

svg.blz_amz_logo,
svg.blz_ebay_logo {
    width: 100%;
    max-width: 80px;
    margin-left: -6px;
    margin-bottom: -8px;
}

svg.blz_ebay_logo {
    margin-left: -12px;
    margin-bottom: -4px;
}

.blz_card_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.blz_price_container span {
    font-size: 14px;
    margin-right: 6px;
    vertical-align: middle;
}

.blz_price {
    font-size: 22px !important;
}

.blz_price small {
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    padding-left: 2px;
}
#notice_content .item_prod .price strong, 
.live .item_prod .price strong {
    font-size: 22px !important;
    letter-spacing: -1px !important;
}

#notice_content .item_prod .price, .live .item_prod .price {
    width: 142px !important;
}

#notice_content .item_prod .price div strong s, 
.live .item_prod .price div strong s {
    font-size: 12px !important;
    letter-spacing: -1px !important;
}

#notice_content .item_prod .price strong small, 
.live .item_prod .price strong small {
    font-size: 12px !important;
}

.blz_price_full {
    text-decoration: line-through;
    color: #929292;
}

.blz_price_discount {
    color: #cc0c39;
}

.blz_price_container .blz_price_full,
.blz_price_container .blz_price_discount {
    display: none;
}

.blz_price_container.has-discount .blz_price_full,
.blz_price_container.has-discount .blz_price_discount {
    display: initial;
}

.blz_card_image.amz img,
.blz_card_image.ebay img {
    max-height: 110px !important;
}

.blz_widget .blz_card_image img {
    object-fit: contain;
}


@media screen and (min-width: 992px) {
    .blz_info_container {
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px;
    }

    a.blz_cardlink:hover {
        text-decoration: none !important;
    }

    .blz_card_info {
        margin-top: 0 !important;
    }

    .blz_widget .blz_col {
        padding: 6px;
    }

    .blz_widget .blz_card {
        padding: 10px;
    }

    .blz_widget .blz_card_cta {
        margin: 0 12px 12px;
        border-radius: 6px !important;
    }
}


.item_wrapper {
    display: flex
}

@media screen and (max-width:600px) {
    .blz_card_hdblog {
        padding: 0;
        margin: 18px 12px;
        border-top: 1px solid #d7def0;
        border-bottom: 1px solid #d7def0
    }

    .blz_card_hdblog .item_prod {
        border: 0 !important
    }

    .blz_card_hdblog .item_prod .price {
        position: relative;
        display: flex;
        line-height: initial;
        align-items: center;
        justify-content: end;
        top: -35px;
        left: initial;
        right: initial
    }

    .blz_card_hdblog .item_prod .shop_places {
        position: relative;
        margin-top: 5px;
        height: 32px
    }

    .blz_card_hdblog .item_prod .shop_logo img {
        width: 60px !important;
        height: 20px !important;
        margin-top: 3px
    }

    .blz_card_hdblog .item_wrapper {
        display: flex;
        align-items: center
    }

    .blz_card_hdblog .item_wrapper img {
        width: 60px !important;
        height: 60px !important;
        margin-right: 12px
    }
}

.item_wrapper {
    display: flex !important;
    align-items: center !important;
}

.desc {
    text-align: left !important;
    margin: 0 !important;
    height: initial !important;
    font-size: 14px !important;
    line-height: 14px !important;
}

#notice_content .item_prod, .live .item_prod {
    background: white !important;
    box-shadow: 0 -1px 2px rgba(24,28,71,.04), 0 2px 4px rgba(24,28,71,.1);
    border: 1px solid #d7def0 !important;
    border-radius: 12px;
}



@media screen and (min-width: 992px) {
	.blz_card_hdblog .item_prod {
	    align-items: center;
	    display: flex;
	    justify-content: space-between;
	}
	
	.blz_card_hdblog .item_prod .desc {
        height: 57px !important;
        width: 160px !important;
	}
	.blz_card_hdblog .item_prod a {
        font-weight: inherit !important;
        color: inherit !important;
    }
    .blz_card_hdblog .item_prod a:hover {
        font-weight: inherit !important;
        color: inherit !important;
    }
    .blz_card_hdblog a.blz_cardlink {
        text-decoration: none;
        color: inherit !important;
        font-weight: inherit !important;
    }
}

@media screen and (max-width: 600px) {
	.blz_card_hdblog .item_wrapper {
	    display: flex;
	    align-items: center;
	    min-height: 90px;
	}
	.blz_card_hdblog .item_prod .price {
	    position: relative;
	    display: block;
	    line-height: initial;
	    text-align: left;
	    right: initial;
	    top: initial !important;
	}
	.blz_card_hdblog .item_prod .shop_places {
	    position: relative;
	    margin-top: 0;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}

  .blz_card_hdblog .item_prod .price {
      min-width: 60px !important;
      display: flex;
      align-items: center;
  }

}


.blz_card_hdblog.prime .prime_badge {
    display: flex;
    align-items: center;
    margin-top: 2px;
    margin-bottom: 2px;
    justify-content: center;
  }
  .blz_card_hdblog.prime .prime_badge span {
    font-weight: 400;
    font-size: 11px;
    color: #000 !important;
    margin-top: -10px;
  }
  .blz_card_hdblog.prime .prime_badge img {
    /* 
    margin-left: 4px;
    width: 50px;
    margin-top: -3px; 
    */
    margin-left: 4px;
    width: 36px;
    margin-top: -4px;
  }
  .blz_card_hdblog.prime .prime_badge.bf_badge img {
    margin-left: 4px;
    width: 110px;
    margin-top: -3px;
  }
  .blz_card_hdblog.prime img.merchant_logo {
    max-width: 60px !important;
    margin: auto;
    height: auto !important;
    display: block;
   }

  .blz_card_hdblog.prime .shop_places {
    display: flex;
    align-items: center;
  }

  .blz_card_hdblog.prime .shop_places::after {
    top: 50px !important;
  }

  .blz_card_hdblog.prime .shop_logo img, .blz_card_hdblog.prime .shop_logo img {
    border-bottom: 5px solid white !important;
    margin-bottom: 0px !important;
  }
  
  @media only screen and (max-width: 600px) {
    .blz_card_hdblog.prime .prime_badge {
      right: 0;
      left: initial;
      display: block;
    }
    .blz_card_hdblog.prime .prime_badge span {
      display: block;
      color: #555 !important;
    }
    .blz_card_hdblog.prime .prime_badge img {
/*      width: 59px;
        margin: 0; */
        margin-left: 4px;
        width: 36px;
        margin-top: -4px;
    }
    .blz_card_hdblog.prime .prime_badge.bf_badge img {
        width: 86px;
        margin: 0;
    }
    .blz_card_hdblog.prime .price strong s {
        font-size: 14px !important
    }
    .blz_card_hdblog.prime .shop_logo {
      display: none;
    }
    .blz_card_hdblog.prime .item_prod .price {
      width: 100%;
      justify-content: space-between;
      margin-bottom: 12px !important;
    }
    
  }

  @media screen and (max-width: 600px) {
    .blz_card_hdblog.prime .item_prod {
        border: 0 !important;
        display: flex;
      	align-items: center;
        padding: 20px 0 12px;
    }
    .blz_card_hdblog.prime img.merchant_logo {
        max-width: 64px !important;
        height: auto !important;
        display: block !important;
        margin: 0 !important;
    }
    .blz_card_hdblog.prime .item_prod .price {
        width: 100%;
        flex-direction: column;
        justify-content: right;
        margin-bottom: 12px !important;
    }
    .blz_card_hdblog.prime .price strong s {
        font-size: 14px !important;
        display: block;
    }
    .blz_card_hdblog.prime .prime_badge {
        display: flex;
    }
    .blz_card_hdblog.prime .prime_badge img {
/*         width: 56px;
        margin: 0;
        margin-left: 3px;
        margin-top: -1px; */
        margin-left: 4px;
        width: 36px;
        margin-top: -3px;
    }
    .blz_card_hdblog.prime .prime_badge.bf_badge img {
        width: 86px;
    }
}

.blz_table_card .rating_cta .btn.primary {
    background-color: var(--cta_background) !important;
    border: 2px solid var(--cta_background) !important;
    color: var(--cta_color) !important;
}

.blz_table_card .rating_cta .btn {
    border: 0 !important;
    border-radius: var(--bradius) !important;
    padding: 0 var(--pad1) !important;
    line-height: 3 !important;
    min-height: initial !important;
    text-decoration: none !important;
}

.blz_itemcol p {
		margin: 0 !important;
    font-size: 14px !important;
}

ul.blz_table_list {
    padding: 0;
    margin: 0 !important;
    list-style-type: disc;
    font-weight: 400;
    padding-left: var(--pad1) !important;
}

ul.blz_table_list li {
    line-height: 16px !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.blz_table_card .rating_cta .btn.ghost {
    color: var(--grey-2) !important;
    margin-top: var(--pad05);
    border: 2px solid !important;
    background: none !important;
}
