/**process_status**/
.process_status img{
    padding: 40px 0;
    
}

.main-title{
    font-size: 40px;
    color: #006738;
    font-weight: 600;
    border-bottom:1px solid #12A33E;
    margin-bottom: 70px;
    position: relative;
    
}
.ctrlImg{
    width: 25%; 
    margin-right: 40px;
}
.active{
    transform-origin: 100% 50%;
    transform:translateY(-10px);
}

.main-title .main-title-Logo{
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: -5px;
    
}

.main-title .leaf{
    position: absolute;
    right:0;
    bottom:-19px;
}

/****/
.breadcrumb{
    padding-top: 20px;
    padding-left: 0;
    background-color: transparent;
    color: #273329;
    margin-bottom: 36px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    color: #273329;
}
/**subtitle**/
.subtitle{
    margin-bottom: 30px;
}
.subtitle > div:nth-child(-n+3){
    float: left;
}
.subtitle > div:nth-child(1){
    position: relative;
    /* color:#4b6435; */
    color:#000;
    margin-top: 10.4px;
    margin-right: 15px;
}
.subtitle > div:nth-child(1)::after{
    content:'';
    position: absolute;
    width:1px;
    height:30px;
    right: -14.5px;
    top: -3px;
    /* background-color: #4b6435; */
    background-color: #000;
}
.subtitle > div:nth-child(2){
    font-size: 30px;
    /* color:#603813; */
    color:#000;
    margin-left: 15px;
}
.subtitle > div:nth-child(3){
    margin-top: 21.9px;
    width:calc(100% - 217px);
    height:1px;
    /* background-color: #4B6435; */
    background-color: #000;
}
.col-md-10.offset-md-1 > p{
margin-bottom: 70px;
}
/****/
/**cart-table**/
.clear{
    clear: both;
}
.table-title th{
    color: #12A33E;
}
.cart-table-area{
    /* background-color: rgba(255, 255, 255, .5); */
    padding: 0;
    border: 1px solid #12A33E;
    border-radius: 15px;
    margin-bottom: 70px;
}
.cart-table-area .leaf{
    position: absolute;
    top: -21px;
    right: -5px;
}
.cart-table-area h4{
    margin: 0;
    font-size: 20px;
}
.cart-table th{
    text-align: center;
    vertical-align:middle;
    /* color: #4b6435; */
    color: #000;
    font-size: 20px;
}
.cart-table > thead > tr{
    background-color: transparent!important;
    border-top: none!important;
}
.cart-table tr{
    background-color: transparent!important;
    /* border-top: 3px solid #4b6435!important; */
    border-top: 3px solid #000!important;
}
.cart-table td{
    width: 20%;
    text-align: center;
    vertical-align:middle;
    height: 50px;
    padding: 1rem !important;
}
.cart-table-area button{
    width: 30px;
    height:25px;
    text-align: center;
    vertical-align:middle;
    background-color: #12A33E;
    color: white;
    border: none;
    cursor: pointer;
    margin-bottom: 2px;
}
.cart-table-area input[type="number"]{
    -moz-appearance:textfield;
    width: 60px;
    height:24px;
    text-align: center;
}
.cart-table-area input::-webkit-outer-spin-button,.cart-table-area input::-webkit-inner-spin-button{
    float: left;
    -webkit-appearance:none!important;
    margin:0;
}
.checkout-area{
    float: right;
    width: 50%;
    padding: 15px 0;
    font-size: 20px;
}
.checkout-item{
    padding: 0 40px 0 0px;
    margin-bottom: 15px;
    color: #273329;
}
.checkout-item2{
    padding: 0;
    margin-bottom: 15px;
    color: black;
}
.checkout-item:first-of-type{
    margin-bottom: 0;
}
.checkout-area h4{
    float: left;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}
.checkout-area span{
    float: right;
    font-weight: bold;
    line-height: 30px;
}
.checkout-item:nth-of-type(3) h4{
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}
.checkout-item:nth-of-type(3) span{
    float: right;
    font-size: 25px;
    font-weight: bold;
    color: #E0695A;
    line-height: 30px;
}
.checkout-area button{
    width: 70%;
    float: right;
    background-color: #12A33E;
    color: white;
    font-size: 20px;
    text-align: center;
    border: none;
    padding: 5px 20px;
    cursor: pointer;
    margin-top: 40px;
    border-radius: 10px;
}
.checkout-area button:hover{
    border: 1px solid#12A33E;
    background-color: transparent;
    color: #12A33E;
}
.checkout-item .leaf{
    position: absolute;
    right: 0;
    bottom: -6px;
}
.contact-info h4{
    margin-bottom: 16px;
}
.contact-info ul>li{
    margin-bottom: 1rem;
}
.contact-info ul>li:nth-child(2),.contact-info ul>li:nth-child(3){
    letter-spacing: 0.07rem;
}
.map iframe{
    width:100%;
    height:232px;
    border:0;
    display: block;
}
.form-group:nth-of-type(odd){
    position: relative;
    width: 50%;
    float: left;
    margin-bottom: 20px;
}
.form-group:nth-of-type(even){
    position: relative;
    width: 50%;
    float: right;
    margin-bottom: 20px;
}
.form-group:nth-of-type(odd).form-group label{
    float: left;
    min-width: 100px;
    margin: 0 20px 0 0;
    color: #12A33E;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}
.form-group:nth-of-type(odd).form-group input{
    float: left;
    border: 1px solid #12A33E;
    background-color: transparent;
    border-radius: 10px;
    width:calc(100% - 150px);
    
}
.form-group:nth-of-type(even).form-group label{
    float: left;
    min-width: 100px;
    margin: 0 20px 0 0;
    color:#12A33E;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
}
.form-group:nth-of-type(even).form-group input{
    float: left;
    border: 1px solid #12A33E;
    background-color: transparent;
    border-radius: 10px;
    width: calc(100% - 120px);
}
.form-group input.leaf_img{
    position: relative;
}
.form-group  .leaf{
    position: absolute;
    top: -20px;
    right: 0;
}
.form-group:nth-child(-n+4) > i,.form-group:nth-child(10) > i,.form-group:nth-child(11) > i{
    top:11px;
}
.form-group > i{
    position: absolute;
    top:5px;
    font-size: 28px;
    color:#333;
}
.form-group:nth-child(-n+4) .form-control,.form-group:nth-child(10) .form-control,.form-group:nth-child(11) .form-control{
    height:40px;
}
.form-group button{
    width: 33.333%;
    float: right;
    background-color: #12A33E;
    border-radius: 6px;
    color: white;
    font-size: 20px;
    text-align: center;
    border: none;
    padding: 5px 20px;
    border-radius: 0;
    cursor: pointer;
}
.form-group button:hover{
    background-color: white;
    /* color: #603813; */
    color: #000;
    border: none;
}
.form-control{
    padding:0.5rem 0.75rem 0.5rem 2.5rem;
}
.contact-form h4{
    background-color: #333;
    padding: 20px 0;
    text-align: -webkit-center;
    margin-top: -63px;
    margin-bottom: 16px;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
}
.form-control:focus{
    border-color:#333;
    border-radius: unset;
}
textarea.form-control{
    border: 1px solid #12A33E;
    border-radius: 10px;
    resize: none;
}
textarea{
    height:200px;
}
.btn{
    padding: 10px 50px;
    border-radius: 6px;
    background-color: #333;
    border-color: #333;
    color: white;
    cursor: pointer;
    font-weight: bold;
    height: 42px;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
}
.btn:hover{
    color:#333;
    background-color: transparent;
    border: 2px dashed #333;
}
.required:before{
    content: '*';
    display: inline-block;
    color: #ff0000;
}
input#uniform[type=number]::-webkit-inner-spin-button,
input#uniform[type=number]::-webkit-outer-spin-button{
    -webkit-appearance: none;
    margin: 0;
}


.receipt-notes{
    padding-top: 10px;
    padding-left: 130px;
    color: #ff0000;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
}
.login-notes{
    padding-top: 10px;
    padding-left: 130px;
    color: #ff0000;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}
.login-notes a{
    color: #0000ff;
    font-size: 18px;
    font-weight: bold;
}

#coupon-title{
    color: #92C336;
}
#address{
    width: calc(100% - 130px);
    float: right;
}
#remark{
    width: calc(100% - 130px);
    float: right;
}

@media screen and (max-width: 1200px) {
    .cart-table-area button{
        width: 30px;
        height:25px;
        text-align: center;
        vertical-align:middle;
        background-color: #12A33E;
        color: white;
        border: none;
        cursor: pointer;
        margin-bottom: 2.7px;
    }
    .cart-table-area input[type="number"]{
        -moz-appearance:textfield;
        width: 35px;
        height:25px;
        text-align: center;
    }
}
@media screen and (max-width: 992px){
    #address{
        width: calc(100% - 150px);
    }
    #title{
        width: calc(100% - 150px);
    }
    #remark{
        width: calc(100% - 150px);
    }
    .checkout-area{
        float: right;
        width: 100%;
        padding: 15px;
    }
    .checkout-area button{
        width: 50%;
        float: right;
        /* background-color: #603813; */
        background-color: #12A33E;
        color: white;
        font-size: 20px;
        text-align: center;
        border: none;
        padding: 5px 20px;
        cursor: pointer;
    }
    .form-group:nth-of-type(odd){
        position: relative;
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .form-group:nth-of-type(even){
        position: relative;
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .form-group:nth-of-type(odd).form-group input{
        float: right;
        border: 1px solid #12A33E;
        background-color: transparent;
        border-radius: 10px;
        width:calc(100% - 150px);
    }
    .form-group:nth-of-type(even).form-group label{
        float: left;
        min-width: 100px;
        margin: 0 20px 0 0;
        color:#12A33E;
        font-size: 20px;
        font-weight: bold;
        line-height: 40px;
    }
    .form-group:nth-of-type(even).form-group input{
        float: right;
        border: 1px solid #12A33E;
        background-color: transparent;
        border-radius: 10px;
        width: calc(100% - 150px);
    }
    .form-group button{
        width: 33.333%;
        float: right;
        background-color: #12A33E;
        border-radius: 6px;
        color: white;
        font-size: 14px;
        text-align: center;
        border: none;
        padding: 5px 20px;
        cursor: pointer;
    }
    .checkout-area h4{
        float: left;
        font-size: 16px;
        font-weight: bold;
        margin: 0;
        line-height: 20px;
    }
    .checkout-area span{
        float: right;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
    }
    .checkout-item:nth-of-type(3) h4{
        float: left;
        font-size: 20px;
        font-weight: bold;
        line-height: 25px;
    }
    .checkout-item:nth-of-type(3) span{
        float: right;
        font-size: 20px;
        font-weight: bold;
        color: #ff0000;
        line-height: 25px;
    }
    .checkout-area button{
        width: 50%;
        float: right;
        background-color: #12A33E;
        color: white;
        font-size: 14px;
        text-align: center;
        border: none;
        padding: 5px 20px;
        cursor: pointer;
    }
}
@media screen and (max-width: 767px) {
    .main-title{
        margin-top: 48px;
    }
    .col-md-3{
        -ms-flex: 0 0 50%!important;
        flex: 0 0 50%!important;
        max-width: 50%!important;
    }
    .process_status img{
        padding: 0;
    }
    .process_status2 img{
        padding: 17px 0 30px 0px;
    }
    .ctrlImg{
       width: 50%; 
        margin-right: 0px;
    } 
}

/**table**/
.rwd-table {
    background: transparent;
    overflow: hidden;
    margin-top: -24px;
}
.rwd-table tr:nth-of-type(2n){
    background: transparent;
}

.rwd-table tr{
    border-top: 2px solid #000;
}
.rwd-table tr:nth-of-type(2){
    border-top: none;
}
.rwd-table th,
.rwd-table td {
    margin: 0.5em 1em;
}
.rwd-table {
    min-width: 100%;
}
.rwd-table th {
    display: none;
}
.rwd-table td {
    display: block;
}
.rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width: 5.5em;
    display: inline-block;
    float: left;
    /* color: #4b6435; */
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.rwd-table th, .rwd-table td {
    text-align: left;
}
.rwd-table th, .rwd-table td:before {
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .rwd-table td:before {
        display: none;
    }
    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }
    .rwd-table th,
    .rwd-table td {
        padding: 1em !important;
    }
    .rwd-table th, .rwd-table td {
        text-align: center;
    }
    .rwd-table th{
        vertical-align:middle;
        color:#12A33E;
        font-size: 24px;
        font-weight: 500;
    }
    .rwd-table td {
        font-weight: 600;
        font-weight: bold;
        font-size: 15px;
        width: 20%;
        text-align: center;
        vertical-align:middle;
        height: 50px;
        padding: 1rem !important;
    }
    .rwd-table th:first-child,
    .rwd-table td:first-child {
        padding-left: 0;
    }
    .rwd-table th:last-child,
    .rwd-table td:last-child {
        padding-right: 0;
    }
    .rwd-table td:last-child{
        color: #646866;
        font-weight: 500;
    }
    
    .rwd-table tr:nth-of-type(2){
        border-top: 0.5px solid #12A33E;
    }
    .table-title{
        border-top: none!important;
    }
}
