.product-row {
    border: 1px dashed #ccc;
    padding: 20px;
}

.product-row label {
    text-align: right;
    font-size: 16px;
    padding-top: 7px;
}

.product-row p {
    margin-bottom: 0px;
}

.product-row .col-md-9 {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}

.add-product-button {
    font-size: 16px; font-weight: bold;
    text-align: center;
    margin: 10px;
    color: green;
    cursor: pointer;
}

div.detail-price-order {
    position: relative;
    margin: 10px;
}

div.detail-price-order div.arrow-up {
    position: absolute;
    top: -5px;
    left: 0;
    width: 29px;
    height: 26px;
    background: url(../images/arrow_up.png) no-repeat left top;
}

table.detail-price-in-order {
    margin-left: 27px;
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 98%;
    background: #e1ffe0;
}

table.detail-price-in-order td {
    padding: 5px;
    border: 1px solid #ccc;
    font-size: 11px;
}

table.summary {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #f2f2f2;
}

table.summary td {
    border: 1px solid #f2f2f2;
    padding: 5px;
}

.option {
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    padding: 10px;
    width: 40%;
    float: left;
    box-sizing: border-box;
    margin-right: 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.option:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 35%);
}

.option-table {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px dotted #ccc;

}

.option-table td {
    padding-bottom: 10px;
}

.option-table .im {
    width: 50px;
}
.option-table .im img {
    width: 40px;
    margin-right: 10px;

}

.option.selected {
    border: 1px solid green;
}


table.order-dp {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 15%);
}
table.order-dp tr:hover {
    background: #f8f8f8;
    cursor: pointer;
}

table.order-dp td {
    padding: 10px;
    font-size: 12px;
}
table.order-dp .first {
    width: 30px;
    text-align: center;
}

table.order-dp .second {
    width: 45px;
}
table.order-dp .second img {
    width: 45px;
    text-align: left;
}

table.order-dp .second2 {
    width: 60px;
}
table.order-dp .second2 img {
    width: 60px;
    text-align: left;
}

table.order-dp .price {
    width: 60px;
    color: green;
    text-transform: uppercase;
}

.discount-image {
    display: inline-block;
    max-width: 150px;
    text-align: center;
    font-weight: bold;
    color: green;
    margin-bottom: 10px;
}

.discount-image img {
    max-width: 150px;
    border: 1px solid #ccc;
}

.discount-image.active img {
    border: 1px solid green;
}

.grecaptcha-badge {
    visibility: hidden;
}

.mt_error {
    color: darkred;
    font-weight: bold;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pay-content {
    padding: 5%;
}
