.border-red {
    background-color:#DA4F49 !important;
    color:#fff !important;
}

.border-green {
    background-color:#5BB75B !important;
    color:#fff !important;
}

.popup {
    position: absolute;
    display: none;
    width: 420px;

    padding: 40px 80px;
    -moz-box-shadow: 0 0 5px #e8e8e8;
    -webkit-box-shadow: 0 0 5px #e8e8e8;
    box-shadow: 0 0 5px #e8e8e8;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}



.popup img {
    margin: auto;
}

.separator_line {
    width: 100%;
    height: 1px;
    background-color: #0088cc;
    font-size: 0px;
    padding: 0px;
}

.add_customer {
    background-image: url("../img/add_customer.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

.new_address {
    background-image: url("../img/new_address.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

.edit_address {
    background-image: url("../img/edit_address.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

.add_product {
    background-image: url("../img/add_product.png");
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}

.up_arrow {
    background-image: url("../img/up_arrow.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin: 3px 0px 0px 5px;
}

.down_arrow {
    background-image: url("../img/down_arrow.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    margin: 3px 0px 0px 5px;
}

.success_box {
    width: 300px;
    border: solid 1px #32cd32;
    background-color: #E6FFE6;
}

.success_div {
    font-size: 22px;
    margin: auto;
    text-align: center;
}

.red_text {
    color: #ff0000;
}

.orange_text {
    color: #FF9100;
}

.bundle {
    text-decoration: none;
    color: #4BA4D1;
}

.bundle_products {
    padding-left: 25px;
    border-bottom: solid 1px #FA8620;

    font-size: 14px;
    color: #FA8620;
}

.font16 {
    font-size: 16px;
}

.link {
    cursor: pointer;
    text-decoration: none;
}

.link:hover {
    color: #5ED1F2;
    text-decoration: underline;
}

.total, .discount {
    font-family: Arial;
    font-size: 25px;
    font-weight: bold;
}

.discount {
    color: #FA8620;
}

.space_80 {
    width: 100%;
    height: 80px;
}

.attributes-list {
    display: none;
    padding: 10px;
    margin: 10px;
    border: 1px solid #CCC;
}
.attributes-list.show {
    display: block;
}
.attributes-list .add-attribute {
    margin-top: 15px;
}
.attributes-list .attribute {
    display: flex;
    border-bottom: 1px solid #ccc;
    justify-content: space-around;
    align-items: center;
}
.attributes-list .add-attribute-row p {
    text-align: center;
}
.attributes-list .remove-attribute-button {
    padding: 4px 8px;
}
#product_table {
    border-collapse: collapse !important;
}
.without-attributes {
    border: 1.02px solid red;
}