/**

 * Custom CSS

 */

.choice .label span {
    margin-left: 20px;
}

.iwd_main_wrapper .iwd_opc_section_delimiter {
    width: 100% !important;
    text-align: left;
    display: none;
}

.iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column,
.iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 5px rgba(0, 0, 0, 0.30);
    transition: all .3s ease-in-out;
    padding: 15px;
}

.iwd_opc_column.iwd_opc_address_column .iwd_opc_alternative_column:hover,
.iwd_opc_column.iwd_opc_payment_column .iwd_opc_alternative_column:hover {
    transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.iwd_main_wrapper .iwd_opc_universal_wrapper.iwd_opc_column_name {
    text-align: left;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper button.iwd_opc_button.iwd_opc_place_order_button.active {
    background: #228B22 !important;
    border-color: #228B22 !important;
    transition: all 0.5s;
    border-radius: 4px;
}

.iwd_opc_section_delimiter,
.iwd_main_wrapper .iwd_opc_section_delimiter {
    display: none;
}

.iwd_main_wrapper .fieldset .field.choice label[for="subscribe"] span {
    margin-left: 20px;
}

.iwd_opc_review_total.iwd_opc_grand_total {
    background-color: #e1e1e1;
}

.iwd_opc_review_total.iwd_opc_grand_total .iwd_opc_review_total_cell {
    padding: 8px;
    color: black !important;
}

.iwd_opc_wrapper .iwd_opc_alternative_wrapper #iwd_opc_top {
    margin-bottom: 20px !important;
}

div#iwd_opc_top .iwd_opc_alternative_column>div {
    border: 1px solid #ccc;
    color: #5b4a3a;
}

.iwd_main_wrapper .iwd_opc_universal_wrapper div#iwd_opc_powered_by_logo {
    display: none;
}

div#iwd_opc_login div#iwd_opc_login_buttons button {
    background-color: #228B22;
    font-weight: 600;
}


/* -------13-04-2020-------- */

.top-header-discount {
    background-color: #7f7f7f;
    width: 100%;
    display: flex;
    text-align: center;
    padding: 10px 0px;
    color: white;
    font-size: 116.67%;
}

/* ------17-04-2020---------- */

.column.main .product-options-column .product-options-wrapper-column .product-add-form .product-options-wrapper .fieldset .control .options-list label.label.admin__field-label {
    display: flex;
    flex-wrap: wrap;
}

.column.main .product-options-column .product-options-wrapper-column .product-add-form .product-options-wrapper .fieldset .control div#options-21-list label.label.admin__field-label span.price-notice {
    margin-left: 10px;
}

.column.main .product-options-column .product-options-wrapper-column .product-add-form .product-options-wrapper .fieldset .control .options-list label.label.admin__field-label span {
    margin-left: 4px;
    display: flex;
}

.column.main .product-options-column .product-options-wrapper-column .product-add-form .product-options-wrapper .fieldset .control .options-list label.label.admin__field-label span.price-notice {
    margin-left: 10px;
}


/* -------20-04-2020-------- */