.send-note {
    width: 100%;
    display: none;
    padding: 10px;
    font-size: 14px;
}

.send-note .check {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 5px;
    border: 2px solid #f84336;
    padding: 0 1px;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    background-color: #fff;
}

.send-note .check svg {
    display: block;
    width: 10px;
    height: 10px;
}

.send-check .check {
    background-color: #f84336;
    cursor: not-allowed;
}
.AR-rtl {
    direction: rtl;
    text-align: right;
    text-align: -webkit-auto;
}
.view-order-detail {
    display: block;
    outline: none;
    padding: 4px 16px;
    border-radius: 4px;
    background: -webkit-linear-gradient(left, #FE7144, #FD4969);;
    color: #fff;
    font-size: 14px;
    border: none;
    margin: 8px auto 0;
}
.order-details-popup .order-address,
.order-details-popup .order-detail-box {
    padding: 8px 6px;
}
.advertising-center img,
.success-activity-img img {
    max-height: 260px;
    margin: 10px auto;
    display: block;
    width: auto !important;
}
.order-top .order-total {
    margin: 8px auto;
    font-size: 14px;
}
.order-top .pay-type {
    margin: 0 4px;
}
.order-top .order-total .amount-box {
    color: #FD4969;
}
.order-top .order-total .amount {
    font-size: 16px;
    font-weight: bold;
}