body {
    margin: 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
	padding: 10px;
}
.head-box.floating {
    border-bottom: 1px solid #2d9e00;
}
.head-box.floating {
    position: sticky;
    top: 0;
    background: #fff;
    padding-top: 10px;
    margin: -2px;
    border-bottom: 2px solid #00a000;
    z-index: 11;
}
.head-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.order-top {
    color: var(--one-color);
}
.order-top {
    font-size: 130%;
    color: #00a000;
    position: relative;
    max-height: 31px;
    top: 18px;
    font-weight: 800;
}

.secure-pay {
    position: absolute;
    right: 0;
    bottom: -34px;
    font-size: 90%;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px 6px 10px;
    border-radius: 0 0 4px 4px;
    border: 1px solid;
    border-top: 0;
    background: #00a000;
}

.h1, h1 {
    color: #333;
}

h1 i {
    color:#00a000;
}

.pay-reject, .pay-accept {
    display: grid;
}
.pay-stat {
    font-size: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-left: -13px;
}

.pay-stat i.fa-times-circle {
    color: #ea2525;
}

.pay-stat i {
    display: block;
    font-size: 189%;
    margin-right: 10px;
}

.ta-j {
    text-align: justify;
    color: #5d6f7b;
    font-size: 100%;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding: 0px 3px;
    margin: 9px 0px;
}

strong {
    color: #41484d;
    font-weight: 800;
    font-family: helvetica;
    font-size: 100%;
}

.mb-50 {
    margin-bottom: 50px;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.item-detail:nth-child(2n+1) {
    background: #f4f5f4;
}
.item-detail {
    display: flex;
    align-items: center;
    line-height: 19px;
}
.item-detail label {
    background: #333;
    border-bottom: 1px solid #333;
}

.item-detail label {
    background: #00a000;
    color: #fff;
    padding: 12px 10px;
    min-width: 126px;
    display: inline-block;
    margin-right: 10px;
}

.btn-home {
    background: #333 !important;
    border: 1px solid #000 !important;
}

.btn-home, .retry-pay-order {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 300px;
    width: 100%;
    background: #D60121 !important;
    border: 1px solid #b80003 !important;
    justify-content: center;
    min-height: 50px;
    max-height: 50px;
    font-weight: 500;
    padding: 0;
    color: #fff;
    font-size: 120%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	    text-decoration: none;
    line-height: 26px;
    justify-items: stretch;
    align-content: center;
    flex-direction: row;
    margin-top: 0 !important;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.retry-pay-order{
	background: #00a100 !important;
	border: 1px solid #055b05 !important;
	    margin-top: 24px !important;
}
.retry-pay-order:hover{
	background: #055b05 !important;
}
.btn-home:hover{
	background: #b80003 !important;
}
.order-top i {
    color: #aeb1b9;
}
.order-top .order-n {
    color: #525557;
}
@media screen and (min-width: 200px) and (max-width: 765px) {
	    .container-wrap {
        padding: 0 15px 15px 15px;
        margin-top: 0;
        overflow-x: clip;
    }
	.head-box {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .order-top {
        top: -4px;
    }
	    .secure-pay {
        font-size: 84%;
        justify-content: flex-end;
        display: flex;
        align-items: center;
        flex-direction: row;
        bottom: -33px;
        border-top: 0;
    }
	    .mmt-60 {
        margin-top: 60px !important;
    }
	    h1 {
        font-size: 144%;
        margin: 6px 0 10px 0;
    }
	    .btn-home {
        max-width: 100% !important;
    }
}
