.notify-header-content li.clear_notify_wrap {
    border-bottom: solid 0 #fff!important;
    text-align: center;
    background-color: #1890ff;
    color: #fff;
}

#product_list_page {
    .el-table td.el-table__cell div.row_pricing {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .el-table td.el-table__cell div.row_pricing span.discount {
        background: #EE5A5A;
        color: #FFFFFF;
        border-radius: 3px;
        text-align: center;
        font-size: 14px;
        padding: 3px 10px;
        text-transform: uppercase;
    }

    .el-table td.el-table__cell div.row_pricing span.regular_price {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 14px;
        text-decoration: line-through;
    }

    .el-table td.el-table__cell div.row_pricing span.sale_price {
        color: #EE5A5A;
        font-size: 16px;
    }

    .el-table td.el-table__cell div.row_product_name {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: center;
        flex-direction: column;
        align-items: flex-start;
    }

    .el-table td.el-table__cell div.row_product_name .p_name {
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 5px;
    }

    .el-table td.el-table__cell div.row_product_name .p_info {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .el-table td.el-table__cell div.row_product_name .p_info span > span {
        font-weight: bold;
        padding-right: 5px;
    }

    .el-table td.el-table__cell div.row_product_name .p_info > span:last-child {
        border-left: solid 1px #ccc;
        padding-left: 5px;
    }

    .el-table td.el-table__cell div.row_product_name .p_link a.p_btn_delete,
    .el-table td.el-table__cell div.row_product_name .p_link a.p_btn_edit {
        color: #1890ff;
        background-color: #fff;
        border: solid 1px #1890ff;
        padding: 3px 6px;
        font-size: 12px;
        line-height: 30px;
        margin-right: 5px;
    }

    .el-table td.el-table__cell div.row_product_name .p_link a.p_btn_delete {
        color: #ff4949;
        background-color: #fff;
        border: solid 1px #ff4949;
    }

    .el-table td.el-table__cell div.row_product_name .p_link a.p_btn_view {
        color: #606368;
        border: solid 1px #606368;
    }

    .el-table td.el-table__cell div.row_product_name .p_link a.p_btn_edit:hover {
        color: #fff;
        background-color: #1890ff;
    }

    .el-table td.el-table__cell div.row_product_name .p_link a.p_btn_delete:hover {
        color: #fff;
        background-color: #ff4949;
    }

    .el-table td.el-table__cell div.row_product_name .p_link a.p_btn_view:hover {
        color: #fff;
        background-color: #606368;
    }

    .el-table td.el-table__cell div.row_options {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .el-table td.el-table__cell div.row_options .el-tag {
        margin: 2px;
    }

    .delivery_info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 0px;

        .product_item {
            font-size: 14px;
            font-weight: bold;
        }

        .deli_user {
            .deli_type {
                background-color: #fff;
                color: #000;
                border: solid 1px green;
                padding: 2px 5px;
                border-radius: 5px;
                font-size: 13px;
                margin-bottom: 5px;
                margin-right: 5px;
            }

            .deli_user_name {
                font-size: 13px;
            }
        }

        .delivery_address {
            display: block;
            width: 100%;

            p {
                text-align: left;
                line-height: 1.2;
                margin: 5px 0 0;
                padding: 0;
                font-size: 12px;

                .deli_label {
                    display: inline-block;
                    width: 55px;
                    background-color: #f7f7f7;
                    color: #7e8890;
                    padding: 5px;
                    font-size: 10px;
                    text-align: left;
                    margin-right: 5px;
                }
            }

            .delivery_header {
                text-align: left;
                margin-top: 10px;
                margin-bottom: 5px;
                line-height: 1.2;
            }

            .deli_user {
                background-color: #fff;
                color: #000;
                border: solid 1px green;
                padding: 2px 5px;
                border-radius: 5px;
                margin-bottom: 5px;
                margin-right: 5px;
                font-size: 11px;
            }
        }
    }


    .payment_row > div {
        padding: 3px;
        display: block;
        width: 100%;
        text-align: center;

        .p_label {
            display: inline-block;
            width: 85px;
            background-color: #f7f7f7;
            color: #7e8890;
            text-align: left;
            padding: 8px 10px 7px;
            font-size: 11px;
            line-height: 1.2;
            margin-right: 10px;
        }
    }

    .order_status .el-select .el-input input {
        border-radius: 5px!important;
        background-color: #fff8e6;
        border-color: #fff1cc;
        color: #ffba00;
    }

    .order_status_1 .el-select .el-input input {
        background-color: #7d9f46;
        border-color: #84bb2b;
        color: #ffdb7b;
    }

    .order_status_2 .el-select .el-input input {
        background-color: #6a7891;
        border-color: #929cad;
        color: #f7f7f7;
    }

    .order_status_3 .el-select .el-input input {
        background-color: #e7faf0;
        border-color: #d0f5e0;
        color: #13ce66;
    }

    .order_status_4 .el-select .el-input input {
        background-color: #9d5518;
        border-color: #c3793a;
        color: #fdfdfd;
    }
}

#payment_page {
    .card_info p {
        margin: 0;
        line-height: 1.2;
        padding: 2px;
    }
}

#contact_list {
    .el-table__expanded-cell {
        .c_content {
            &.survey_mode {
                width: 40%;
                height: 200px;
            }
        }

        .c_info {
            p {
                margin-top: 5px;
                margin-bottom: 5px;

                span {
                    display: block;
                    padding: 5px 0 0;
                }
            }

            &.survey {
                padding-right: 40px;

                p {
                    span {
                        display: unset;
                        float: right;
                        padding-right: 0;
                        padding-top: 0;
                    }

                    a {
                        text-decoration: underline;
                    }

                    &.divider {
                        border-bottom: solid 1px #dcdcdc;
                        padding-bottom: 5px;
                    }

                    &.total_amount {
                        color: #EE5A5A;
                        font-weight: bold;
                    }
                }
            }
        }
    }
}

.sorting_dialog {
    .el-dialog__body {
        padding: 2px 20px 0;
    }

    .sorting_list {
        min-height: 350px;

        .sort_item {
            div {
                color: #fff;
                font-weight: bold;
                cursor: pointer;
                height: 40px;
                line-height: 40px;
                border: solid 1px #6e6e6e;
                background-color: #6e6e6e;
                padding-left: 10px;
                font-size: 13px;
                margin-bottom: 1px;
                margin-top: 1px;

                i {
                    margin-right: 2px;
                }

                &:hover {
                    border: solid 1px #939393;
                    background-color: #939393;
                }
            }
        }
    }
}

.body_option_row {
    .opr_select_item_price {
        line-height: 28px;
    }

    .opr_select_item_num {
        display: inline-block;
        float: left;
        height: 22px;
        width: 22px;
        text-align: center;
        border-radius: 50%;
        line-height: 21px;
        font-size: 10px;
        color: red;
        border: solid 1px red;
        margin-right: 10px;
        margin-top: 2px;
    }

    .opr_select_item {
        display: inline-block;
        float: left;
        margin-right: 15px;
        height: 28px;
        line-height: 28px;
        vertical-align: middle;

        .opr_select_item_name {
            display: inline-block;
            float: left;
            margin-right: 5px;
            color: #606266;
        }

        .opr_select_item_val {
            display: inline-block;
            float: left;
            font-size: 12px;
            color: #1890ff;
            border-radius: 4px;
            box-sizing: border-box;
            white-space: nowrap;
            max-width: 130px;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 130px;
            background-color: #fff;
            border: solid 1px #dcdcdc;
            text-align: left;
            padding: 0 8px;
            height: 28px;
            line-height: 26px;

            &.default_rule_name {
                text-align: center;
                font-weight: bold;
                margin-top: 0;
            }
        }
    }
}

.option_rule_form {
    padding: 10px 14px 20px;
    border: solid 1px #e6ebf5;
    border-top: solid 0 #fff;
    background-color: #f9f9f9;
}

.option_rule_form .rule_options {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.option_rule_form .rule_options .el-form-item__label {
    line-height: 18px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: normal;
    font-size: 14px;
}

.option_rule_form .el-form-item--medium .el-form-item__content {
    line-height: 28px;
}

.option_rule_form .rule_options {
    margin-bottom: 10px;;
}

.option_rule_form .el-input input,
.option_rule_form .rule_options .el-input__inner {
    border-color: #606266;
}

.option_rule_form .option_rule_form_btn {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    margin-top: 5px;
    border-top: solid 1px #e6ebf5;
}

.option_rule_form .option_rule_form_btn button {
    margin-left: 0;
}

.option_rule_form .option_rule_form_btn .el-form-item {
    margin-bottom: 0;
}

.option_rule_form_btn .option_rule_form_btn_txt {
    padding-right: 10px;
}

.sub_button_box.sub_left_btn {
    right: unset;
    left: 30px;
}

.body_option_details > div {
    display: inline-block;
    float: left;
}

#product_add_form .product_form_content.fixed_header_box .option_list .option_list_item .option_box .option_box_content .body_option_row .el-tag {
    width: 130px;
    max-width: 130px;
    margin-top: 5px;
    margin-right: 5px;
}

.option_rule_form .option_rule_form_btn button {
    border-color: #565656;
    color: #ffffff;
    background-color: #6a6a6a;
}

.option_rule_form .option_rule_form_btn button.is-disabled {
    border-color: #d7d7d7;
    background-color: #e7e7e7;
    color: #a1a1a1;
}

.option_rule_form .option_rule_form_btn button.btn_apply_price_rule {
    width: 30%;
    float: right;
    font-weight: bold;
    color: #409eff;
    background: #d7e9fd;
    border-color: #b3d8ff;
}

.option_rule_form .option_rule_form_btn button.btn_apply_price_rule:hover {
    background-color: #fdfdfd;
    color: #585858;
}

.body_option_row .opr_select_item_num:hover {
    background-color: #ff1f1f;
    color: #fff;
    cursor: pointer;
}

.mode_rule_list {
    display: inline-block;
    float: right;
}

.sub_button_box.sub_left_btn .manual_price_warning {
    display: inline-block;
    float: left;
    line-height: 31px;
    color: #f57200;
    font-weight: bold;
    cursor: pointer;
}

.sub_button_box.sub_left_btn .manual_price_warning:hover {
    text-decoration: underline;
}

.sub_button_box.sub_left_btn .manual_price_warning i {
    font-weight: bold;
}

.option_box_item .body_option_row .el-input.is-disabled .el-input__inner {
    color: #51555c;
}

.option_list_item .option_box .table_rule_list .el-form-item--medium .el-form-item__content {
    line-height: 27px;
}

.hide_rule_list .item_rules_price {
    display: none;
}

.item_rules_price {
    .opr_select_item + .opr_select_item {
        margin-bottom: 5px;
    }
}

.option_list_item .option_box .option_box_header .el-checkbox__label {
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.option_box_content .option_box_item .r_item_list .r_it_left.r_it_left_ckb {
    line-height: 68px;
    padding-right: 10px;
}

.option_label_list .op_name_header_tbl {
    display: none;
}

.option_label_list .op_name_header_tbl.is_option_valid {
    display: inline-block;
}

.option_label_list .op_name_header_tbl.is_option_valid + .is_option_valid > span::before {
    content: ", ";
}
