@charset "utf-8";
/*
    Header
*/
header {
    border-top: 0;
}
.marketplace-header {
    width: 100%;
    background: #fff;
    /* border-bottom: 1px solid rgba(140, 140, 140, 0.4);
    -webkit-box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 10px -6px rgba(0, 0, 0, 0.4); */
}
.marketplace-header .container {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.marketplace-header.sticky-header {
    top: 0;
    position: fixed;
    z-index: 5;
    animation-name: sticky-header;
    animation-duration: 0.5s;

    -webkit-box-shadow: 3px 3px 20px -3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 3px 20px -3px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 3px 20px -3px rgba(0, 0, 0, 0.4);
    border-bottom: 0;
}
.marketplace-header.sticky-header .container {
    min-height: 40px;
}
.marketplace-header.sticky-header img {
    width: 150px;
}
.marketplace-header.sticky-header .header-step-wrap {
    margin-top: 14px;
}
.marketplace-header .header-logo img {
    display: block;
}
/* .marketplace-header .header-title {
    font-size: 24px;
    font-weight: bold;
    color: #121212;
    margin-top: 14px;
} */
.marketplace-header .header-logo,
.marketplace-header .header-step {
/* .marketplace-header .header-title { */
    display: inline-block;
    vertical-align: middle;
}







/*
    Header: Step
*/
.header-logo {
    width: 210px;
    min-height: 1px;
}
.header-step-wrap {
    /* width: 776px; */
    position: relative;
    text-align: right;
    float: right;
    margin-top: 35px;
}
.header-step {
    overflow: hidden;
    margin-right: 20px;
}
.header-step:last-child {
    margin-right: 0;
}
.header-step .digit {
    width: 24px;
    height: 24px;
    font-size: 13px;
    border-radius: 50px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #ccc;
    float: left;
    margin-right: 10px;
}
.header-step .text {
    font-size: 18px;
    letter-spacing: 1px;
    color: #ccc;
    float: left;
}
.header-step.active .digit {
    background-color: #00a499;
    color: #fff;
}
.header-step.active .text {
    color: #00a499;
}


.container {
    width: 990px;
    display: block;
    position: relative;
    margin: auto;
    min-height: 80px;
    padding: 0;
}

.marketplace-shop-container section{
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-top: 20px;
}
.marketplace-shop-container .marketplace-order-info, 
.marketplace-shop-container .footer-enquiry-wrapper{
	display: inline-block;
	width: 990px;
}


/*
    Thank you Message / Functional Button
*/
.marketplace-shop-container .transaction-refresh{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-top: -5px;
}
.marketplace-shop-container .marketplace-thankyou-section{
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    padding: 20px;
    text-align: center;
    margin: 0;
}
.marketplace-shop-container .marketplace-thankyou-section .btn_refresh {
    width: 200px;
    height: 40px;
    line-height: 30px;
    cursor: pointer;
}
.marketplace-shop-container .main-thanks-message,
.marketplace-shop-container .sub-thanks-message {
    color:#8e8e93;
    padding-bottom: 10px;
}
.marketplace-shop-container .main-thanks-message {
    font-size: 20px;
}
.marketplace-shop-container .sub-thanks-message {
    font-size: 14px;
}
.marketplace-shop-container .thanks-message-content .notice-button {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 40px;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    border: 1px solid #00a499;
    border-radius: 2px;
    background: #00a499;
    box-shadow: none;
    color: #fff;
    padding: 0 20px;
    margin: 0 24px;

    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.marketplace-shop-container .thanks-message-content .notice-button.save {
    background: #fff;
    color: #00a499;
}
.marketplace-shop-container .thanks-message-content .notice-button:focus,
.marketplace-shop-container .thanks-message-content .notice-button:active,
.marketplace-shop-container .thanks-message-content .notice-button:hover {
    background: #008a82;
    border-color: #008a82;
    text-decoration: none;
}
.marketplace-shop-container .thanks-message-content .notice-button.save:focus,
.marketplace-shop-container .thanks-message-content .notice-button.save:active,
.marketplace-shop-container .thanks-message-content .notice-button.save:hover {
    background: #00a499;
    color: #fff;
}

.marketplace-shop-container .price {
    font-size: 14px;
    color: #E02152;
}
.marketplace-cart-section-header {
    background: #f5f5f5;
    padding: 10px 20px;
    margin: 0;
}
.marketplace-cart-section-header > div{
    display: inline-block;
}
.marketplace-cart-section-header .cart-item-count{
    float: right;
}

.marketplace-shop-container .ordered-detail {
    padding: 10px 20px;
    text-align: left;
    font-size: 1em;
    color: #121212;
    /*color: #666;*/
    display: table;
}

.marketplace-shop-container .item-row{
    line-height: 25px;
    display: table-row;
}

.marketplace-shop-container .field-title, .marketplace-shop-container .field-content{
	display:table-cell;
}
.marketplace-shop-container .field-title{
    white-space: nowrap;
}

.marketplace-shop-container .field-content{
    color: #999;
    padding-left: 15px;
    margin-left: 0;
}
.marketplace-shop-container .marketplace-order-detail-section, .marketplace-shop-container .marketplace-order-product-section{
    display: inline-block;
    vertical-align: top;
}
.marketplace-shop-container .marketplace-order-detail-section{
    width: 570px;
    float: left;
}
.marketplace-shop-container .marketplace-order-product-section{
    width: 400px;
    margin-left: 16px;
    float: right;
}

.marketplace-shop-container .cart-list-wrapper {
    padding: 0 20px;
    max-height: unset;
    margin-top:0px;
}
.marketplace-shop-container .cart-items {
    width: 100%;
    /* height: 80px; */
    padding: 10px 0;
    border-bottom: 1px dashed #dcdcdc;
    display: table;
}
.marketplace-shop-container .cart-items:last-child{
	border-bottom: 0;
}
.marketplace-shop-container .cart-items .item-img,
.marketplace-shop-container .cart-items .item-info,
.marketplace-shop-container .cart-items .item-price {
	display:inline-block;
	height: 100%;
	vertical-align: top;
}
.marketplace-shop-container .cart-items .item-img{
	height:60px;
	width:60px;
	margin: 0 5px 5px 5px;
}
.marketplace-shop-container .cart-items .item-info{
	/*width:200px;*/
}
.marketplace-shop-container .cart-items .item-price{
	position: relative;
    float: right;
	width: 85px;
}


.marketplace-shop-container .cart-items .item-info .item-spec{
    /* width:280px; */
    /* width:288px; */
    width:286px;
}
.marketplace-shop-container .cart-items .item-info .item-spec .field-title {
    color: #121212;
}

.marketplace-shop-container .cart-items .item-price .item-total-price{
	position: absolute;	
    top: 0;
    right: 0;
}

.marketplace-shop-container .cart-items .item-price .item-delivery-fee{
	position: absolute;	
    bottom: 0;
    right: 0;
}

.marketplace-shop-container .cart-items .item-info .item-row {
    display: block;
}
.marketplace-shop-container .cart-items .item-info .field-title,
.marketplace-shop-container .cart-items .item-info .field-content {
    display: inline-block;
}
.marketplace-shop-container .cart-items img{
	max-height:60px;
	max-width:60px;
}
/*.marketplace-shop-container .cart-item-name, 
.marketplace-shop-container .cart-item-price {
	display: inline;
}*/
.marketplace-shop-container .cart-item-price{
    color: #8e8e93;
    font-size: 13px;
    float: right;
    width: auto;
    font-weight: unset;
}
.marketplace-shop-container .cart-item-price .selling-price{
    color: #e02152;
    font-size: 14px;
}
.marketplace-shop-container .cart-item-name {
	display: block;
	max-width: 200px;

	font-size: 14px;
    color: #121212;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.marketplace-shop-container .checkout-list-item{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.marketplace-shop-container .checkout-list-item .field-title,
.marketplace-shop-container .checkout-list-item .field-content,
.marketplace-shop-container .order-totalprice .field-title,
.marketplace-shop-container .order-totalprice .field-content{
    width: 100%;
}
.marketplace-shop-container .checkout-list-item .field-content,
.marketplace-shop-container .order-totalprice .field-content{
    text-align: right;
}
.marketplace-shop-container .order-totalprice .field-title {
    font-size: 16px;
}
.marketplace-shop-container .order-status {
    width: 100%;
}
.marketplace-shop-container .order-status .field-title {
    font-size: 15px;
}
.marketplace-shop-container .order-status .field-content{
    text-align: right;
}

.marketplace-shop-container .order-totalprice .total-price {
    font-size: 18px;
    color: #E02152;
    font-weight: bold;
    margin-left: 5px;
}
.marketplace-order-detail-section .transaction-code{
    vertical-align: top;
}
.status-green{
	color: #00A499 !important;
}

.status-red{
	color: #E02152 !important;
}
.status-gray{
	color: #4a4a4a !important;
}

/*
    Marketplace Shop Container: Cart -  Merchant Info
*/
.marketplace-order-product-section .marketplace-merchant {
    padding: 10px 20px 0px;
}
.marketplace-merchant-logo,
.marketplace-merchant-info {
    display: inline-block;
    vertical-align: middle;
}
.marketplace-merchant-logo img {
    width: auto;
    max-width: 54px;
}
.marketplace-merchant-info {
    padding-left: 10px;
    max-width: 300px;
    vertical-align: middle;
}
.marketplace-merchant-info .merchant-name,
.marketplace-merchant-info .merchant-level {
    /* display: inline-block; */
    font-size: 14px;
    color: #121212;
}

.marketplace-merchant-info .merchant-level{
    font-size: 12px;
    color: #999;
}
.marketplace-merchant-info .merchant-name {
    width: 100%;
    font-weight: normal;
    padding: 0;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.marketplace-merchant-info .merchant-level {
    
}
.marketplace-cart-section-header .marketplace-merchant {
    width: 100%;
}
.marketplace-shop-delivery-message {
    /*float: left;*/
    margin-top: 5px;
}
.marketplace-shop-delivery-message img,
.marketplace-shop-delivery-message .text {
    display: inline-block;
    vertical-align: middle;
}
.marketplace-shop-delivery-message img {
    width: 20px;
    margin-right: 4px;
}
.marketplace-shop-delivery-message .text {
    color: #00a499;
}

.footer-enquiry-wrapper{
    margin: 30px;
}
.footer-enquiry-message {
    text-align: center;
    font-size: 14px;
    color: #121212;
    padding-bottom: 10px;
}
.footer-enquiry-message a {
    font-size: 14px;
    color: #00a499;
}
.for_nonmember .return-listing {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    /* border: 1px solid #00a499; */
    border-radius: 2px;
    background: #00a499;
    color: #fff;
    box-shadow: none;
    padding: 0;
    border: 0;
}

.ordered-detail .item-left{
    float:left;
}

.ordered-detail .item-right{
    float:right;
}

.ordered-detail .item-left .field-title{
    color:#999 !important;
}

.ordered-detail .item-right .selling-price > *{
    /* color:#E02152; */
    font-size: 14px !important;
    font-weight: normal;
}

.ordered-detail .item-right .item-delivery-fee .cart-item-price > *{
    color:#999;
    font-size:14px;
}

.ordered-detail .item-row .field-content{
    /* color:#121212; */
}
.ordered-detail .pre-order-remarks{
	color: #f17a22;
}
.ec-order-actual-qty {
    color: #e02152 !important;
}
.ec-order-redeem-no{
    color: #e02152 !important;
}
.ec-order-redeem-gray{
    color: #aaaaaa !important;
}
.ec-order-redeem-yes{
    color:#00a499;
    /* margin-left:0px; */
    /* line-height:16px; */
}
.ec-order-redeem-no{
    color:#E02152;
    /* margin-left:0px; */
    /* line-height:16px; */
}
.ec-order-redeem-yes img, .ec-order-redeem-no img{
    width:14px;
    height:14px;
    vertical-align:middle;
}

/* special handling for my-order page*/
.marketplace-shop-container.container.my-order-page {
    width: 690px;
}
.marketplace-shop-container.my-order-page .marketplace-order-info, .marketplace-shop-container.my-order-page .footer-enquiry-wrapper{
    width: 100%;
}
.marketplace-shop-container.my-order-page .marketplace-order-product-section{
    float: unset;
    width: 350px;
    margin-left: 0px;
}
.marketplace-shop-container.my-order-page .marketplace-order-detail-section{
	width: 350px;
}
/*.marketplace-shop-container.my-order-page .item-row{
	display: block;
}*/
.marketplace-shop-container.my-order-page .marketplace-merchant-info{
	max-width: 250px;
}
.marketplace-shop-container.my-order-page .cart-items .item-info .item-spec{
	width: 170px;
}
.marketplace-shop-container.my-order-page .cart-items .item-price{
	width: 78px;
}
.marketplace-shop-container.my-order-page .redemp-code-section{
    width: 320px;
    float: right;
}
.ordered-detail .payment-method-remarks {
    margin: 0 0;
}
.ordered-detail .payment-status-MP, .profile-wrapper .list-purchase-record ul.list-inline .item .column span.payment-status-MP, P, .profile-wrapper .list-purchase-record ul.list-inline .item .column span.payment-status-MP span {
    color: #e02152;
}

/********** For mamber order history only ***********************************************/

.purchase-record-remark .my-order-page .marketplace-order-detail-section,
.purchase-record-remark .my-order-page .marketplace-order-product-section
{
    border:0px;
    margin-top: 10px;
}

.purchase-record-remark .my-order-page .marketplace-cart-section-header{
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    font-weight: bold;
    padding: 10px 10px 10px 0px;
}

.purchase-record-remark .my-order-page .ordered-detail{
    padding: 10px 10px 10px 0px;
}

.purchase-record-remark .my-order-page .field-content{
    color:#555555;
}

.profile-wrapper .list-purchase-record .active .item{
    background-color: #fff;
}

.purchase-record-remark .my-order-page  .marketplace-order-info .marketplace-order-product-section .ordered-detail.checkout-list-item{
    border-top:0px;
    /*border:0px;
    margin: 0px 10px 0px 0px;*/
}
/*
.purchase-record-remark .my-order-page  .marketplace-order-info .marketplace-order-product-section .order-totalprice{
    padding-top:0px;
}
*/

.purchase-record-remark .my-order-page  .marketplace-order-info .marketplace-order-product-section .order-totalprice .field-title,
.purchase-record-remark .my-order-page  .marketplace-order-info .marketplace-order-product-section .order-totalprice .total-price{
    font-weight: bold;
    font-size:16px;
}
.purchase-record-remark .my-order-page  .marketplace-order-info .marketplace-order-product-section .order-totalprice .total-price{
    color: #E02152;
}

.profile-wrapper .list-purchase-record .purchase-record-prod-count span{
    cursor: pointer;
}
.profile-wrapper .list-purchase-record .purchase-record-prod-count span:hover{
    color: #00a499 !important;
}
.profile-wrapper .list-purchase-record .purchase-record-name{
    margin-bottom: 5px;
}

section.marketplace-order-product-section .ordered-detail.checkout-list-item .item-row .field-content{
    color:#121212;
    white-space: nowrap;
}

section.marketplace-order-product-section .ordered-detail.checkout-list-item{
    margin: 0 10px;
    padding-left: 10px;
    padding-right: 10px;
}


.list-purchase-record .purchase-record-remark .ordered-detail.checkout-list-item{
    margin: 0;
    padding-left: 0px;
    padding-right: 10px;
}

.list-purchase-record .purchase-record-remark .ordered-detail.checkout-list-item .field-content{
    padding-left:0px;
}

span.delivery_description_product_name{
    font-weight: bold;
}

.transaction_img {
    position: relative;
    display: inline-block;
}

.transaction_img img{
    width: 115px;
}

.transaction_img .overlay-disable {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    color: #666;
    overflow: hidden;
    font-weight: bold;
    font-size: 1.286em;
    text-align: center;
    line-height: 115px;
}

.transaction_img .overlay-disable.redeemed {
    color: #00a499;
}

.transaction_img img.valid_code_padding{
    padding: 3px;
}


.delivery-remarks-container .delivery-item-title {
    vertical-align: top;
    display: inline-block;
    width: 80px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.delivery-remarks-container .delivery-item-desc {
    vertical-align: top;
    display: inline-block;
    width: 300px;
    margin-bottom: 5px;
}