#header.alt #logo_c {
    display: none;
}

#header:not([class*="alt"]) #logo_w {
    display: none;
}

#header h1 a {
    text-transform: lowercase;
    letter-spacing: 0.03em;
    font-size: 1.4em;
    color: #0592dd;
}

#header h1 img {
    vertical-align: middle;
    /*vertical-align: text-bottom;*/
    height: 2em;
}

#banner p {
    margin: 0 0 1.5em 0;
    font-size: 2.5em;
    line-height: 1.7em;
    font-weight: bold;
}

.display_0 {
    display: none;
}



/* new */
table.comparison tr.header th {
    padding: 0.5em;
    background-color: #fff;
    font-weight: normal;
}

table.comparison tr.header th:last-of-type {
    background-color: #ffb000;
    color: #fff;
    letter-spacing: 0.2em;
}

table.comparison th {
    text-align: center;
    vertical-align: middle;
    padding: 2.5em;
}

table.comparison th.soft {
    color: #0592dd;
}

table.comparison td {
    font-size: 0.8em;
}

table.comparison td.summary_fail {
    background-image: url('../../images/tick-x-bold.svg');
    background-repeat: no-repeat;
    background-position: cenTeR 1.5em;
    background-size: 1.8em;
}

table.comparison td.summary_ok {
    background-image: url('../../images/tick-check-bold.svg');
    background-repeat: no-repeat;
    background-position: center 1.5em;
    background-size: 2.3em;
}

table.comparison td:first-child {
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
}

table.comparison tr:nth-child(2n + 1) {
    background-color: transparent;
}

table.comparison ul {
    margin: 3.5em 0 0 0;
}

table.comparison ul li {
    margin-bottom: 1em;
    line-height: normal;
}

table.comparison ul li:last-of-type {
    margin-bottom: 0em;
}

table.comparison ul.disadvantages li {
    /*list-style-image: url('../../images/tick_no_mini_gray.png');*/
    list-style-image: url('../../images/tick-x-light.svg');

    /*
        list-style: none;
        background-image: url('../../images/tick-x-light.svg');
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 0.7em;
        padding-left: 1em;
    */
}

table.comparison ul.advantages li {
    /* list-style-image: url('../../images/tick_yes_mini_gray.png'); */
    list-style-image: url('../../images/tick-check-bold.svg');
}

table.comparison col:not(:first-child) {
    background: #EFEFEF;
}

table.comparison col:nth-child(2n + 1) {
    background: white;
}

table.comparison col.popular {
    border: 2px solid #ffb000;
}

table.comparison td {
    padding: 2em 2em 2em 2em;
}



p.payments img {
    border: 1px dashed #DCDCDC;
    padding: 5px;
    margin: 1px 10px 1px 1px;
    background: none;
    width: 5em;
}


/* ==== zz_order  ==== */


#zz_order hide_1 {
    display: none;
}

#zz_order [data-zz_function="promo_code_status"] {
    line-height: 1.4em;
    font-size: 0.75em
}

#zz_order table[data-zz_function="basket"]  {
    margin-top: 1.5em;
}

#zz_order table[data-zz_function="basket"] th {
    /*  color: #666;*/
}

#zz_order table[data-zz_function="basket"] th {
    padding: 0 0.5em 0.4em 0.4em
}

#zz_order table[data-zz_function="basket"] td {
    padding: 0.5em 0.4em;
}

#zz_order table[data-zz_function="basket"] tbody tr {
    /*  border-color:  #666;*/
}

#zz_order table[data-zz_function="basket"] tbody tr[data-zz_text="product"] {
    height: 3.0em;
}

#zz_order table[data-zz_function="basket"] tbody tr:nth-child(n) {
    background-color: transparent;
}


#zz_order table[data-zz_function="basket"] tbody td {
    vertical-align: middle;
    line-height: 1.1em;
}

#zz_order table[data-zz_function="basket"] td[data-zz_data="icon"] {
    text-align: center;
}



#zz_order table[data-zz_function="basket"] tbody td[data-zz_text="product_image"] {
    padding-left: 0;
    padding-right: 0;
}

#zz_order table[data-zz_function="basket"] [data-zz_text="product_no"],
#zz_order table[data-zz_function="basket"] [data-zz_text="product_delete"] {
    text-align: center;
}


#zz_order table[data-zz_function="basket"] th[data-zz_text="product_price"],
#zz_order table[data-zz_function="basket"] th[data-zz_text="product_quantity"],
#zz_order table[data-zz_function="basket"] th[data-zz_text="product_price_summary"],
#zz_order table[data-zz_function="basket"] td[data-zz_text="product_price"],
#zz_order table[data-zz_function="basket"] td[data-zz_text="product_quantity"],
#zz_order table[data-zz_function="basket"] td[data-zz_text="product_price_summary"] {
    text-align: right;
}

#zz_order table[data-zz_function="basket"] td[data-zz_text="basket_summary_currency"],
#zz_order table[data-zz_function="basket"] td[data-zz_text="product_no"],
#zz_order table[data-zz_function="basket"] td[data-zz_text="product_image"] {
    text-align: center;
}


#zz_order table[data-zz_function="basket"] tr[data-zz_text="basket_summary"] {
    text-align: right;
    font-weight: bolder;
}


#zz_order table[data-zz_function="basket"] tbody td img {
    height: 1.2em;
    vertical-align: middle;
}

#zz_order table[data-zz_function="basket"] thead th button,
#zz_order table[data-zz_function="basket"] tbody td button {
}

#zz_order table[data-zz_function="basket"] td[data-zz_text="product_promotion_description"] {
    font-size: 0.75em;
    font-style: italic;
    line-height: 1.3em;
    background-color: #ffeb83;
}


#zz_order table[data-zz_function="basket"] td[data-zz_text="discount"] {
    background-color: #F1E3F0;
    text-align: center;
}


#zz_order table[data-zz_function="basket"] span[data-zz_text="amount_before_discount"],
#zz_order table[data-zz_function="basket"] span[data-zz_text="gratis"],
#zz_order table[data-zz_function="basket"] save[data-zz_text="save_word"],
#zz_order table[data-zz_function="basket"] span[data-zz_text="discount_description_details2"] {
    color: #c1c1c1;
}
#zz_order table[data-zz_function="basket"] span[data-zz_text="gratis_word"],
#zz_order table[data-zz_function="basket"] span[data-zz_text="save_word"] {
    text-transform: uppercase;
    font-size: 0.7em;
}

#zz_order table[data-zz_function="basket"] span[data-zz_text="save_amount"],
#zz_order table[data-zz_function="basket"] span[data-zz_text="discount_description_details2"] {
    margin-left: 0.5em;
}

#zz_order table[data-zz_function="basket"] span[data-zz_text="discount_description_details1"] {
    font-size: 0.8em;
}

#zz_order table[data-zz_function="basket"] span[data-zz_text="discount_description_details1"] {
    font-size: 0.9em;
}

#zz_order table[data-zz_function="basket"] span[data-zz_text="amount_before_discount"] {
    text-decoration: line-through;
}

#zz_order table[data-zz_function="basket"] span[data-zz_text="currency_sign"] {
    margin-left: 0.15em;
    font-size: 0.8em;
}


#zz_order table[data-zz_function="basket"] thead {
    /*  border-bottom-color: #666; */
}

#zz_order table[data-zz_function="basket"] tfoot {
    /* border-top-color: #666; */
}



#zz_order table[data-zz_function="basket"] button {

}


#zz_order table[data-zz_function="basket"] td[data-zz_text="product_quantity_buttons"] button[data-zz_function="add_to_basket_value"],
#zz_order table[data-zz_function="basket"] button[data-zz_function="clear_basket"],
#zz_order table[data-zz_function="basket"] button[data-zz_function="delete_from_basket"] {
    padding: 0 0.75em;
    line-height: 1.8em;
    height: auto;
    /* color: #666 !important;*/
}

#zz_order table[data-zz_function="basket"] td[data-zz_text="product_quantity_buttons"] button.icon[data-zz_function="add_to_basket_value"]:before,
#zz_order table[data-zz_function="basket"] button.icon[data-zz_function="clear_basket"]:before,
#zz_order table[data-zz_function="basket"] button.icon[data-zz_function="delete_from_basket"]:before {
    margin-right: 0em;
}

#zz_order table[data-zz_function="basket"] button.icon[data-zz_function="clear_basket"]:hover,
#zz_order table[data-zz_function="basket"] button.icon[data-zz_function="delete_from_basket"]:hover {
    color: rgba(215,14,20,0.89) !important;
}

#zz_order table[data-zz_function="basket"] .icon.major {
    margin: 0;
    color: #ccc;
    display: inline;
    line-height: normal;
    background: transparent;
}


#zz_order [data-zz_text="product_details"] {
    background-color: #f7f7f7;
    padding: 0.5em;
    line-height: 1.4em;
    border-radius: 0 0 0.25em 0.25em;
}

#zz_order [data-zz_text="product_details"] img {
    height: 3.5em;
    width: auto;
}

#zz_order [data-zz_text="product_details"] [data-zz_text="price"] {
    font-weight: bold;
}

#zz_order span[data-zz_text="currency_sign"] {
    margin-left: 0.15em;
}

#zz_order [data-zz_function="nav_buttons"] .actions{
    float:right;
}

/*
form .image.left img {
    height: 2em;
    width: auto;
}
*/


#zz_order section[data-z_step="2"] label {
    font-weight: normal;
    margin-bottom: 0.2em;
    font-size: 1.0em;
}