@charset "UTF-8";
/*
*
*  Marketplace
*
*/



/*
    Common
*/

body{
  color:#121212;
  font-family: "Helvetica Neue",Arial,"PingFang TC","蘋果儷中黑","Apple LiGothic Medium","微軟正黑體","Microsoft JhengHei","黑体",Hei,sans-serif;
}

input:focus,
select:focus,
button:focus {
    outline: none;
}

.checkout-promo-code-remark.warn-msg > .remark {
    color: #e02152 !important;
}

.warn-msg{
  display:none;
  color: #E02152;
  font-weight: normal;
  font-size: 14px;
}
.marketplace-shop-container .warn-msg {
    /* color: #E02152;
    font-weight: normal; */
    margin-left: 22px;
    margin-bottom: 10px;
}
.marketplace-shop-container .text {
    font-size: 14px;
    color: #121212;
}
.marketplace-shop-container .price {
    font-size: 14px;
    color: #E02152;
}

.cart-list-item{
    padding-bottom:5px;
    border-bottom: 1px dashed #e5e5e5;
}

.checkout-total{
    border-top: 1px solid #e5e5e5;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.quickview.pd-info .product-option.pd-order-qty .pd-qty-minus,
.quickview.pd-info .product-option.pd-order-qty .qd-qty-plus,
.cart-list-item .cart-item-qty .pd-order-qty .pd-qty-minus,
.cart-list-item .cart-item-qty .pd-order-qty .qd-qty-plus {
    height: 22px;
    color: #121212;
    font-size: 14px;
    background: #f5f5f5;
    border: 0px;
    border-radius: 0px;
    font-weight: normal;
    display: block;
    float: left;
}

.pd-order-qty .pd-qty-minus, .pd-order-qty .qd-qty-plus{
  width:23px;
}
.pd-order-qty .pd-qty{
  margin: 0px;
}
.quickview.pd-info .product-option.pd-order-qty .pd-qty,
.cart-list-item .cart-item-qty .pd-order-qty .pd-qty {
    height: 22px;
    border-color: #e5e5e5;
    line-height: 22px;
    display: block;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 14px;
    border:none;
    width: 38px;
    float:left;
}

.cart-item-qty.is-warn-msg .pd-qty{
    color:#E02152;
}

.cart-item-qty.is-warn-msg .warn-msg{

}

.selectionbox:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    background: url("/web/images/icon-arrow-down.png") no-repeat center center;
    background-size: 14px 8px;
    top: 11px;
    pointer-events: none;
}
.selectionbox select {
    width: 100%;
    height: 38px;
    font-size: 14px;
    position: relative;
    color: #999;
    border: 1px solid #999;
    border-radius: 2px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 8px 31px 8px 10px;
}
.swal2-popup .swal2-styled.marketplace-btn-green {
    /*border: #00a499 1px solid;*/
    /*background: #00a499;*/
    background: #00a499;
    background-color: #00a499;
    color: #FFF;
    margin: 0 20px;
}

.swal2-popup .swal2-styled.marketplace-btn-white {
    border: #00a499 1px solid;
    background: #FFF;
    color: #00a499;
    margin: 0 20px;
}


/*
    Header
*/
header {
    border-top: 0;
    padding-top: 20px !important;
}
.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 {
    position: fixed;
    top: 0;
    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: #e5e5e5;
    float: left;
    margin-right: 5px;
}
.header-step .text {
    font-size: 16px;
    /* letter-spacing: 1px; */
    color: #e5e5e5;
    float: left;
}
.header-step.active .digit {
    background-color: #00a499;
    color: #fff;
}
.header-step.active .text {
    color: #00a499;
}




/*
    Marketplace Empty Cart Container
*/
.marketplace-empty-cart-section {
    width: 100%
}
.marketplace-empty-cart-section .cart-empty-visual {
    text-align: center;
}
.cart-empty-visual {
    display: flex;
    justify-content: center;
}
.marketplace-empty-cart-section .cart-empty-visual img {
    left: initial;
    margin: 0;
}
.marketplace-empty-cart-section .cart-empty-visual svg {
    left: 460px;
}
.marketplace-empty-cart-section #continue-shopping {
    width: 250px;
    height: 40px;
    font-size: 18px;
    box-shadow: none;
    background-color: #00a499;
    color: #fff;
    border-radius: 2px;

    -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-empty-cart-section #continue-shopping:focus,
.marketplace-empty-cart-section #continue-shopping:active,
.marketplace-empty-cart-section #continue-shopping:hover {
    background-color: #008a82;
}




/*
    Marketplace Shop Container
*/
.marketplace-shop-container {
    min-width: 990px;
}
.marketplace-shop-container section {
    float: left;
}
.marketplace-shop-container section > .wrap {
    border: 1px solid #e5e5e5;
}
.marketplace-cart-section-header {
    overflow: hidden;
    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 #checkout-btn {
    width: 320px;
    height: 40px;
    font-size: 18px;
    background: #00a499;
    box-shadow: none;
    border-radius: 2px;
}

.marketplace-shop-container #checkout-btn:hover {
    background-color: #008a82;
}

.marketplace-shop-container #checkout-btn.disable {
    opacity: 0.3;
}


/*
    Marketplace Shop Container: Cart
*/
.marketplace-cart-section {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 20px;
}
.marketplace-cart-section .cart-list {
    width: 100%;
}
.marketplace-cart-section .cart-list-header,
.marketplace-cart-section .cart-list-container {
    display: inline-block;
    width: 100%;
}
.marketplace-cart-section .cart-list-container {
    border: 0;
    padding: 0px 20px;
}





/*
    Marketplace Shop Container: Cart -  Merchant Info
*/
.marketplace-merchant {

}
.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;
    width:620px;
    max-width: 620px;
}
.marketplace-merchant-info .merchant-name {
    font-size: 16px;
    color: #121212;
    padding-bottom: 4px;
}
.marketplace-merchant-info .merchant-level {
    font-size: 14px;
    color: #121212;
}
.marketplace-cart-section-header .marketplace-merchant {
    width: 100%;
}
.marketplace-shop-delivery-message {
    /* float: right; */
    margin-top: 10px;
}
.marketplace-shop-delivery-message svg,
.marketplace-shop-delivery-message .text {
    display: inline-block;
    vertical-align: middle;
}
.marketplace-shop-delivery-message svg {
    width: 20px;
    margin-right: 4px;
}
.marketplace-shop-delivery-message .text {
    color: #00a499;
}




/*
    Marketplace Shop Container: Cart -  Item Header
*/
.cart-list-header {
    border-bottom: 1px solid #e5e5e5;
}
.cart-list-header-item {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    margin-left: -4px;
}
.cart-list-header-item .cart-list-checkbox {
    float: left;
}
.cart-list-header-item.checkbox {
    width: 20px;
    height: 43px;
    margin-left: 0;
}        
.cart-list-header-item.img {
    width: 74px;
    padding-left: 8px;
}
.cart-list-header-item.info {
    width: 250px;
}
.cart-list-header-item.spec {
    width: 170px;
}
.cart-list-header-item.qty {
    width: 108px;
}
.cart-list-header-item.subtotal {
    width: 100px;
}
.cart-list-header-item.delivery, .cart-list-item .cart-item-delivery {
    width: 180px;
}
.cart-list-header-item.btn-group {
    width: 80px;
}

.cart-item-delivery p{
  font-size: 14px;
  line-height: 20px;
}

.marketplace-checkout-wrap .checkout-container .checkout-promo-code-error > td.remark{
    width:auto;
}


/*
    Marketplace Shop Container: Cart -  Item
*/

.cart-list-item .cart-item-img {
    margin: 0;
}
.cart-list-item .cart-item-info {
    width: 250px;
    padding-left: 6px;
}
.cart-list-item .cart-item-info .product-name a {
    font-size: 14px;
    color:#121212;
}
/* .cart-list-item .cart-item-info .product-name a:focus,
.cart-list-item .cart-item-info .product-name a:active,
.cart-list-item .cart-item-info .product-name a:hover {
    text-decoration: none;
} */
.cart-list-item .cart-item-spec {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    padding: 13px 10px 15px 0;
}
.cart-list-item .cart-item-spec .product-spac {
    font-size: 14px;
}
.cart-list-item .cart-item-qty {
    width: 86px;
    margin-right: 27px;
}

.cart-list-item .cart-item-qty .pd-order-qty{
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}

.cart-list-item .cart-item-qty.is-warn-msg .pd-order-qty {
    border: 1px solid #E02152;
}
.cart-list-item .cart-item-qty .warn-msg{
    width: 86px;
    margin: 0;
    margin-top: 5px;
    padding: 0;
}
.cart-list-item .cart-item-subtotal {
    width: 100px;
    padding-top:14px;
    text-align: left;
}
.cart-list-item .cart-item-subtotal .text-price-unit,
.cart-list-item .cart-item-subtotal .text-price-number {
    font-size: 14px;
    color: #E02152;
}

.cart-list-item .delivery-fee-free-str {
    font-size: 14px;
    /* color: #00a499; */
    color:#999;
}

.cart-list-item:hover{
    background:none;
}

.cart-list-item:hover .cart-item-btn-wrapper {
    display: inline-block;
}
.cart-list-item .cart-item-btn-wrapper {
    display: inline-block;
    width: 65px;
    position: relative;
    height: auto;
    padding-top: 15px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.cart-list-item .cart-edit,
.cart-list-item .cart-delete {
    width: auto;
    height: auto;
    padding: 0px 8px 4px;
    margin: 0;
    bottom: 0px;
}
.cart-list-item .cart-delete{
    position: relative;
    z-index: 4;
}
/* .cart-list-item .cart-edit:focus,
.cart-list-item .cart-edit:active,
.cart-list-item .cart-edit:hover,
.cart-list-item .cart-delete:focus,
.cart-list-item .cart-delete:active,
.cart-list-item .cart-delete:hover {
    text-decoration: none;
} */




/*
    Marketplace Shop Container: Cart Item - Popup Edit
*/
.popup-dialog-quickview {

}
.quickview.pd-info .product-spec .product-name {
    font-size: 18px !important;
    color: #121212;
}
.quickview.pd-info .pd-info .product-spec .product-desc,
.quickview.pd-info .pd-info .product-spec .product-desc p {
    font-size: 14px;
    color: #121212;
}
.quickview.pd-info .product-spec .spec-title,
.quickview.pd-info .product-option .option-title {
    font-size: 14px;
    color: #000;
    /* float: left; */
}
.quickview.pd-info .quickview-more {
    color: #00a499;
}
.quickview.pd-info .product-spec .buy-btn {
    width: 134px;
    height: 40px;
    font-size: 16px;
    color: #00a499;
    background-color: #fff;
    border: 1px solid #00a499;
    border-radius: 3px;
    box-shadow: none;
    line-height: 34px;

    -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;
}
.quickview.pd-info .product-spec .buy-btn:focus,
.quickview.pd-info .product-spec .buy-btn:active,
.quickview.pd-info .product-spec .buy-btn:hover {
    background: #00a499;
    color: #fff;
}
.quickview.pd-info .product-option {}
.quickview.pd-info .product-option li.option-detail {

}
.quickview.pd-info .product-option li.option-detail:not(.option-sold) a {
    background-color: #fff;
    color: #121212;
    border-radius: 2px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.quickview.pd-info .product-option li.option-detail:not(.option-sold).active a,
.quickview.pd-info .product-option li.option-detail:not(.option-sold) a:hover {
    background-color: #00a499;
    border: 1px solid #00a499;
    color: #fff;
}
.quickview.pd-info .product-option li.option-detail.option-sold a {
    border-radius: 0;
}
.quickview.pd-info .discount-price span {
    font-size: 16px;
    color: #E02152;
}
.quickview.pd-info .original-price {
    color: #121212;
}
.quickview.pd-info .original-price span {
    font-size: 14px;
    color: #121212;
}


/*
    Marketplace Shop Container: Delivery
*/
.marketplace-section {
    margin-bottom: 20px;
}
.marketplace-section.left {
    float: left;
    width: 610px;
}
.marketplace-section.left section:not(:last-child){
    margin-bottom: 20px;
}

/*
    Marketplace Shop Container: Delivery
*/
.marketplace-delivery-section {
    width: 610px;
}
.marketplace-delivery-section .cart-delivery {
    margin-top: 10px;
    margin-bottom: 0;
    /* padding-top: 12px; */
}
.marketplace-delivery-section .cart-delivery-option {
    height: auto;
    padding: 2px 0;
}
.cart-delivery-alert .cart-delivery-option {
    -webkit-animation: cssAnimationAlert 5s forwards;
    animation: cssAnimationAlert 5s forwards;
}
.marketplace-delivery-section .cart-delivery-option label {
    width: auto;
    height: 40px;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    padding-right: 20px;
    padding-left: 46px;
}
.marketplace-delivery-section .cart-delivery-option label {
    animation: none !important;
}
.marketplace-delivery-section .cart-delivery-option label:focus,
.marketplace-delivery-section .cart-delivery-option label:active,
.marketplace-delivery-section .cart-delivery-option label:hover {
    background-color: transparent;
}
.marketplace-delivery-section .cart-delivery-option .check {
    width: 26px;
    height: 26px;
    background: url("/web/images/radio-not-selected.svg") no-repeat 0 center;
    background-size: 20px;
    border: 0;
    border-radius: 0;
    top: 9px;
}
.marketplace-delivery-section .cart-delivery-option .check:before {
    display: none;
}
.marketplace-delivery-section .cart-delivery-option input[type=radio]:checked ~ .check {
    background: url("/web/images/radio-selected.svg") no-repeat 0 center;
    background-size: 20px;
}
.marketplace-delivery-section .cart-delivery-option .disabled ~ .check {

    background: url("/web/images/radio-not-selected.svg") no-repeat 0 center;
    /* background: url("/web/images/icon-radio-disabled.png") no-repeat 0 center; */
    background-size: 20px;
}
.marketplace-delivery-section .cart-delivery-option-wrap {
    width: auto;
    position: relative;
    padding-bottom: 18px;
}
.marketplace-delivery-section .cart-delivery .cart-delivery-option-error,
.marketplace-delivery-section .cart-delivery .cart-delivery-no-pickup-address-error {
    font-size: 14px;
    color: #E02152;
    padding: 0 20px;
    margin-left: 22px;
    margin-bottom: 10px;
}
.marketplace-delivery-section .cart-delivery .cart-delivery-option-error,
.marketplace-delivery-section .cart-delivery .cart-delivery-no-pickup-address-error {
    background: url("/web/images/icon-warn.png") no-repeat 0 3px;
    background-size: 18px;
}
.marketplace-delivery-section .cart-delivery .cart-delivery-option-error div,
.marketplace-delivery-section .cart-delivery .cart-delivery-no-pickup-address-error div {
    padding-left: 6px;
}

 .cart-pickup-address-error{
   margin-left: 22px;
   margin-bottom: 10px;
 }

.marketplace-delivery-section .delivery-wrap {
    display: inline-block;
    width: 460px;
    position: relative;
    z-index: 2;
}
.marketplace-delivery-section .cart-delivery-option label.disabled ~ .delivery-wrap {
    opacity: 0.3;
    pointer-events: none;
}
.marketplace-delivery-section .delivery-option {
    width: auto;
    position: relative;
}
.marketplace-delivery-section .delivery-option select {
    border-color: #e5e5e5;
}
.marketplace-delivery-section .delivery-option select.cart-delivery-alert {
    border-color: #e02152;
}

.cart-delivery-option-container {
    margin: 10px 20px 5px 20px;
}

.cart-delivery-option-container .delivery-option.selectionbox.dimmed {
    opacity: 0.5;
}

.cart-delivery-option-container .delivery-option.selectionbox.dimmed select {
    cursor: not-allowed;
}


/*
    Marketplace Shop Container: Customer Cart
*/
.marketplace-customer-remark-section {
    width: 610px;
}
.marketplace-customer-remark-section .cart-customer-remark {
    margin-top: 10px;
}
.marketplace-customer-remark-section .textarea-container {
    margin: 10px 20px 5px 20px;
}
.marketplace-customer-remark-section textarea {
    resize: none;
    width: 100%;
    border: 1px solid #eee;
    margin: 0;
}
.marketplace-customer-remark-section textarea.invalid {
    border-color: red;
}
.marketplace-customer-remark-section .remarks-container {
    margin: 0 20px 10px 20px;
    display: inline-block;
    font-size: 12px;
    color: #999;
}
textarea#customer_remark {
    min-height: 50px;
    font-size: 14px;
    border-color: #e8e8e8;
}
textarea#customer_remark::-webkit-input-placeholder {
  color: #999;
}
textarea#customer_remark:-moz-placeholder { /* Firefox 18- */
  color: #999;  
}
textarea#customer_remark::-moz-placeholder {  /* Firefox 19+ */
  color: #999;  
}
textarea#customer_remark:-ms-input-placeholder {
  color: #999;  
}
textarea#customer_remark::placeholder {
  color: #999;  
}



/*
    Marketplace Shop Container: Checkout
*/
.marketplace-checkout-section {
    width: 360px;
    margin-left: 20px;
}
.marketplace-checkout-section .marketplace-checkout-wrap {
    padding: 10px 20px 20px;
}
.marketplace-checkout-section table.checkout-container tr td:first-child,
.marketplace-checkout-section .text-price-number,
.marketplace-checkout-section.text-price-unit {
    font-size: 14px;
}
.marketplace-checkout-section .price-minus,
.marketplace-checkout-section .text-price-number,
.marketplace-checkout-section .text-price-unit {
    font-size: 14px;
    font-weight: normal;
    color: #E02152;
}
.marketplace-checkout-section .marketplace-checkout-wrap .checkout-total {
    overflow: hidden;
}
.marketplace-checkout-section .marketplace-checkout-wrap .checkout-total .field-title {
    float: left;
    font-size: 14px;
}
.marketplace-checkout-section .marketplace-checkout-wrap .checkout-total .field-content {
    float: right;
}
.marketplace-checkout-section .marketplace-checkout-wrap .checkout-total .field-content span {
    font-size: 14px;
}




/*
    Marketplace Shop Container: Checkout - Promo code
*/
.marketplace-checkout-section .promo-code-container {
    margin-bottom: 10px;
}
.marketplace-checkout-section .promo-code-container #usePromocode {
    font-size: 14px;
    color:#f2be00;
}
.marketplace-checkout-section #error-msg-show-coupon-code-input {
    font-size: 14px;
    color: #E02152;
    padding-top: 4px;
    margin-left:0px;
}
.marketplace-checkout-section .checkout-container-title {
    font-size: 14px;
    font-family: initial;
    color: #121212;
}

.marketplace-checkout-section .promo-field-btn {
    margin-left: 0;
}
.marketplace-checkout-section #error-msg-coupon-code {
    display: block;
    margin-top: 10px;
}
.marketplace-checkout-section .promo-field-btn:not(.cancel) {
    background-color: #00a499;
}
.marketplace-checkout-section .promo-field-btn:not(.cancel):focus,
.marketplace-checkout-section .promo-field-btn:not(.cancel):active,
.marketplace-checkout-section .promo-field-btn:not(.cancel):hover {
    background-color: #008a82;
}
.marketplace-checkout-section .promo-field-btn:last-child {
    margin-left: 5px;
}




/*
    Marketplace Shop Container: Checkout - Table
*/
.marketplace-checkout-section table.checkout-container {
    width: auto;
}
.marketplace-checkout-section table.checkout-container tr:nth-child(1),
.marketplace-checkout-section table.checkout-container tr:nth-child(2),
.marketplace-checkout-section table.checkout-container tr:nth-child(3) {
    padding-bottom: 10px;
}
.marketplace-checkout-section table.checkout-container td.remark:first-child {
    padding: 0;
}
.marketplace-checkout-section table.checkout-container tr td:first-child {
    width: 250px;
}
.marketplace-checkout-section table.checkout-container #ec_delivery_free_str {
    width: auto;
    color: #E02152;
}

#delivery_free_tr{
    margin-top:-10px;
    margin-bottom:10px;
}

/*
    Marketplace Shop Container: Payment Info
*/
.marketplace-paymentinfo-container {
    width: 100%;
    float: left;
    position: relative;
    margin: 30px 0;
}
.marketplace-shop-container section.marketplace-paymentinfo-container > .wrap {
    border: 0;
}
.marketplace-paymentinfo-item {
    width: 390px;
    height: 79px;
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #e5e5e5;
    padding: 0 10px;
}
.marketplace-paymentinfo-item:first-child {
    width: 289px;
}
.marketplace-paymentinfo-item:last-child {
    width: 300px;
    border-right: 0;
}
.marketplace-paymentinfo-item .title {
    font-size: 14px;
    color: #999;
    text-align: center;
    padding-bottom: 10px;
}
.marketplace-paymentinfo-item .text {
    display: inline-block;
    font-size: 12px;
    color: #999;
}
.marketplace-paymentinfo-item .email,
.marketplace-paymentinfo-item .contact {
    font-size: 12px;
    color: #00a499;
}
.marketplace-paymentinfo-item .marketplace-paymentinfo-ssl{
    display: table;
}
.marketplace-paymentinfo-item .ssl-logo-warpper, 
.marketplace-paymentinfo-item .ssl-content {
    display: table-cell;
    vertical-align: top;
}
.marketplace-paymentinfo-item .ssl-logo {
    width: 25px;
    height: 30px;
    float: left;
    margin-right: 8px;
}
.marketplace-paymentinfo-item .payments-logo {
    max-width: 100%;
}




/***********************************************************************************************************************************/
/*
    Complete Page
*/
.marketplace-shop-container.outlet-notice-box-wrapper,
.marketplace-shop-container .oul-tks-content {
    width: 990px;
}
.marketplace-shop-container .oul-tks-content.tks-content-shoppingcart {
    border: 0;
}


/*
    Thank you Message / Functional Button
*/
.marketplace-shop-container .outlet-notice-container {
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.marketplace-shop-container .thanks-message-content {

}
.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: 36px;
    border: 1px solid #00a499;
    border-radius: 8px;
    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;
}





/*
    Order Detail
*/
.marketplace-order-detail-section {
    width: 570px;
}
.marketplace-order-detail-section .ordered-detail {
    padding: 10px 20px;
}
.marketplace-order-detail-section .ordered-detail > div,
.marketplace-order-detail-section .ordered-detail .delivery-contact,
.marketplace-order-detail-section .ordered-detail .selected-delivery-address-title {
    padding-bottom: 10px;
}
.marketplace-order-detail-section .ordered-detail .order-number {
    color: #121212;
    font-weight: normal;
    padding: 0 0 10px 0;
}
.marketplace-order-detail-section .ordered-detail .order-number span {
    margin-left: 8px;
}
.marketplace-order-detail-section .ordered-detail .field-title {
    font-size: 14px;
    color: #121212 !important;
    padding-left: 0 !important;
}
.marketplace-order-detail-section .ordered-detail span:not(.field-title) {
    color: #999 !important;
    padding-left: 8px;
    margin-left: 0;
}
.marketplace-order-detail-section .ordered-detail span,
.marketplace-order-detail-section .selected-delivery-address {
    font-size: 14px;
    color: #999 !important;
}
.marketplace-order-detail-section .order-date span {
    padding-left: 8px !important;
}



/*
    Order Product
*/
.marketplace-order-product-section {
    width: 400px;
    margin-left: 20px;
    float: right !important;
}
.marketplace-order-product-section .wrap {
    overflow: hidden;
}
.oul-tks-content .marketplace-order-product-section .payment-list {
    width: 100%;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.marketplace-order-product-section .marketplace-merchant {
    padding: 10px 20px;
}
.marketplace-order-product-section .cart-list-wrapper {
    width: 100% !important;
    padding: 0 20px;
}
.marketplace-order-product-section .marketplace-merchant-info div {
    display: block;
}
.marketplace-order-product-section .marketplace-merchant-info .merchant-name {
    padding-right: 6px;
}
.marketplace-order-product-section .cart-item {
    position: relative;
}
.marketplace-order-product-section .cart-item:last-child {
    border-bottom: 0;
}
.marketplace-order-product-section .cart-item img {
    display: block;
}
.marketplace-order-product-section .cart-item .cart-item-name {
    font-size: 14px;
    color: #333;
}
.marketplace-order-product-section .cart-item .cart-item-info p {
    font-size: 14px;
    color: #999;
    padding: 4px 0;
}
.marketplace-order-product-section .cart-item .cart-item-info {
    width: auto;
}
.marketplace-order-product-section .cart-item .cart-item-field {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999;
}
.marketplace-order-product-section .cart-item .cart-item-field.qty,
.marketplace-order-product-section .cart-item .cart-item-field.spec {
    min-width: 40px;
}
.marketplace-order-product-section .cart-item .shipping-fee-field {
    position: absolute;
    right: 0;
    bottom: 14px;
}
.marketplace-order-product-section .cart-item .cart-item-price {
    position: absolute;
    right: 0;
    top: 14px;
}
.marketplace-order-product-section .cart-item .cart-item-price .text-price-unit,
.marketplace-order-product-section .cart-item .cart-item-price .text-price-number {
    font-size: 14px;
    color: #121212;
}
.marketplace-order-product-section .checkout-list-item {
    width: 100% !important;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    padding: 10px 20px;
    margin: 0;
}
.marketplace-order-product-section .checkout-list-item .field {
}
.marketplace-order-product-section .checkout-list-item .fieldname {
    padding: 6px 0;
    font-size: 14px;
    color: #333;
}
.marketplace-order-product-section .checkout-list-item .fieldprice {
    font-size: 14px;
    color: #121212;
}
.marketplace-order-product-section .field.totalprice {
    width: 100% !important;
    padding: 10px 20px;
    margin: 0;
}
.marketplace-order-product-section .field.totalprice .fieldtotal {
    font-size: 18px;
    color: #121212;
}
.marketplace-order-product-section .field.totalprice .total-price {
    font-size: 18px;
    color: #E02152;
}




/*
    Buyer Detail
*/
.oul-tks-content .marketplace-buyer-detail-section .buyer-detail {
    margin: 0;
}
.marketplace-buyer-detail-section {
    width: 570px;
    margin: 30px 0;
}
.marketplace-buyer-detail-section .buyer-name,
.marketplace-buyer-detail-section .buyer-contact,
.marketplace-buyer-detail-section .buyer-email {
    font-size: 14px;
    color: #121212;
    padding: 0 20px 12px 20px;
}
.marketplace-buyer-detail-section .buyer-name {
    padding-top: 12px;
}
.marketplace-buyer-detail-section .buyer-name span,
.marketplace-buyer-detail-section .buyer-contact span,
.marketplace-buyer-detail-section .buyer-email span,
.marketplace-buyer-detail-section .buyer-email-address {
    color: #999 !important;
}




/*
    Transaction
*/
.marketplace-transaction-section {
    width: 570px;
}
.oul-tks-content .marketplace-transaction-section .transaction_img img {
    width: auto;
    max-width: 100%;
}
.marketplace-transaction-section .transaction_img {
    text-align: left;
    padding-left: 4px;
}
.marketplace-transaction-section .delivery-contact,
.marketplace-transaction-section .redemption-code,
.marketplace-transaction-section .transaction-code {
    padding: 10px 20px;
}
.marketplace-transaction-section .redemption-code div {
    display: inline;
    font-size: 14px;
    color: #999;
    padding-left: 8px;
}
.marketplace-transaction-section .redemption-code .field-title {
    font-size: 14px;
    color: #121212;
    padding: 0;
}
.marketplace-transaction-section .transaction-code .field-title,
.marketplace-transaction-section .transaction-code-img {
    display: inline-block;
    vertical-align: top;
}
.marketplace-transaction-section .transaction-code .field-title {}
.marketplace-transaction-section .transaction-code-img {}
.marketplace-transaction-section .delivery-contact {
    padding-top: 10px;
}




/*
    Footer
*/
.for_nonmember .return-listing {
    width: 280px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: normal;
    /* border: 1px solid #00a499; */
    border-radius: 2px;
    background: #00a499;
    color: #fff;
    box-shadow: none;
}
.for_nonmember .return-listing:focus,
.for_nonmember .return-listing:active,
.for_nonmember .return-listing:hover {
    background-color: #008a82;
}
.footer-enquiry-message {
    text-align: center;
    font-size: 18px;
    color: #121212;
    padding-bottom: 10px;
}
.footer-enquiry-message a {
    font-size: 18px;
    color: #00a499;
}

form p{
  margin: 0px;
}
.cart-item-subtotal p{
  font-weight: normal;
  font-size: 14px;
}

.spec-field, .product-delivery{
  clear:both;
}

.popup-dialog-content .product-option.pd-order-qty .option-title{
  float:left;
}

.popup-dialog-content .product-option.pd-order-qty .pd-order-qty-div input{
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px !important;
}

.popup-dialog-content .product-option.pd-order-qty .pd-order-qty-div .pd-qty-minus{
  border-right: 0px !important;
  border-top-right-radius:0px !important;
  border-bottom-right-radius:0px !important;
}


.popup-dialog-content .product-option.pd-order-qty .pd-order-qty-div .qd-qty-plus{
  border-left: 0px !important;
  border-top-left-radius:0px !important;
  border-bottom-left-radius:0px !important;
}

.popup-dialog-content .product-option.pd-order-qty .pd-order-qty-div .pd-qty{
  border-left: 0px !important;
  border-right: 0px !important;
  border-radius: 0px !important;
}

.pd-info .product-spec .discount-price{
  font-weight: normal;
}

.marketplace-merchant .marketplace-shop-delivery-message{
  margin-top: 0px;
}

.marketplace-cart-section.cart-col-left{
  min-height:64px;
}
.marketplace-cart-section .marketplace-cart-shop-delivery-message{
  width: 255px;
  display: inline-block;
  vertical-align: middle;
}

.marketplace-cart-section-header .marketplace-merchant .marketplace-cart-shop-delivery-message .delivery-msg-img{
  display: table-cell;
  /* float: left; */
  vertical-align: middle;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
}
.marketplace-cart-section .marketplace-cart-shop-delivery-message .global-delivery-fee-rule{
    display: table-cell;
    vertical-align: middle;
}
.marketplace-cart-section .marketplace-cart-shop-delivery-message .global-delivery-fee-rule > div {
  float: left;
}

.promo-code-container .promo-code-input .warn-msg{
    margin-left: 0px;
}

.promo-code-container .promo-code-input .checkout-container-title{
  font-weight: normal;
  margin-bottom: 0px;
}

.promo-code-container .promo-code-input  input[type="text"].promo-code-field{
  width:58%;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 2px;
}

.promo-code-container .promo-code-input .promo-field-btn:last-child{
  margin-left:0px;
}

.promo-code-container .promo-code-input #error-msg-coupon-code{
  margin-top: 0px;
}

.promo-code-container .promo-field-btn{
  margin-top: 5px;
  border-radius: 2px;
}

.input-error{
    border-color: #E02152 !important;
    color: #F63969 !important;
}

.off-shelf-wrapper{
    position: absolute;
    z-index: 2;
    background-color: rgba(255,255,255,.85);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
.off-shelf-msg{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform:translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.header-step.step-done {
    opacity: 0.2;
}

.header-step.step-done  .text{
    color:#777;
}

.header-step.step-done .digit{
    background-color: #777;
}


.previous-triangle{
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #00a499;
}


select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}
select::-ms-expand {	display: none; }

.checkout-promo-code-title{
    border-top: none;
}

.marketplace-checkout-wrap a.icon-delete-cross{
    margin-top:0px;
}

.marketplace-checkout-wrap  .checkout-promo-code-title td{
    padding-top:0px;
}

.marketplace-checkout-wrap  .checkout-promo-code-remark td{
    text-align: left !important;
}

.cart-list-item.cart-list-item-disabled {
    background: rgba(0, 0, 0, -0.95);
}

.cart-list-item.cart-list-item-disabled .cart-item-qty,
.cart-list-item.cart-list-item-disabled .cart-item-delivery{
    opacity: 0.3;
}

.promo-code-container > a{
    color:#f2be00;
}

select#cart-delivery-merchant-address option:disabled {
    color: #d1d1d1;
}


.cart-list-container .cart-list-item .cart-item-qty .pd-order-qty .pd-qty-minus.disabled,
.cart-list-container .cart-list-item .cart-item-qty .pd-order-qty .qd-qty-plus.disabled {
    pointer-events: none;
    color: #ccc;
}

.cart-list-item .cart-item-delivery .delivery-s{
    padding-bottom:2px;
}

.tb-cart-delivery-option-wrap .delivery-wrap {
    width: auto;
    margin-bottom: 10px;
}
.tb-cart-delivery-option-wrap .delivery-selfpickup-address-wrap {
    margin-bottom: 10px;
}
.cart-delivery-option-wrap .delivery-option-title {
    display: inline-block;
    width: 60px;
    margin-right: 15px;
}
.cart-delivery-option-wrap .delivery-option {
    display: inline-block;
    width: 460px;
}
.delivery-remarks-wrap {
    color: #999;
}
.delivery-remarks-wrap .delivery-remarks-container {
}
    
.delivery-remarks-wrap .delivery-remarks-container > * {
    line-height: normal;
}

.delivery-remarks-wrap .delivery-remarks-container .delivery-item-title {
    flex: 80px 0 0;
}
.delivery-remarks-wrap .delivery-remarks-container .delivery-item-desc {
    flex: 1;
}

/* member price */
.member-price-color {
    color: #5721f2;
}
.oul-product-member-price-content-top, .oul-product-member-price-content-bottom {
    display: inline-block;
}
.oul-product-member-price-content-top .content-outter {
    border: 1px solid #5721f2;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 385px;
    display: inline-block;
    height: 34px;
    padding: 6px 8px;
    background-color: #5721f2;
    color: #fff;
    font-size: 14px;
}
.oul-product-member-price-content-top .content-outter.selling-price-red {
    background-color: #e02152;
    border: 1px solid #e02152;
}
.oul-product-member-price-content-top .oul-product-member-price-title .spec-title {
    margin: 0;
    position: relative;
    bottom: 11px;
}
.oul-product-member-price-content-top .oul-product-member-price-title .spec-title.selling-price-red {
    bottom: 7px;
}
.oul-product-member-price-content-top .content-outter .content-image{
    position: relative;
    top: 1px;
}
.oul-product-member-price-content-top .content-outter .content-label{
    position: relative;
    bottom: 3px;
}

.oul-product-member-price-content-bottom .content-outter{
    border: 1px solid #5721f2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 385px;
    display: inline-block;
    height: 50px;
    padding: 6px 8px;
    position: relative;
    bottom: 3px;
    vertical-align: middle;
    line-height: 26px;
}
.oul-product-member-price-content-bottom .content-outter.selling-price-red{
    border: none;
    padding: 0px;
    height: 35px;
}
.oul-product-member-price-content-bottom .content-outter .content-member-price {
    height: 34px;
    flex-grow: 0;
    font-size: 27px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: left;
    color: #5721f2;
    display: inline-block;
    margin-right: 5px;
}
.oul-product-member-price-content-bottom .content-outter .content-member-price.selling-price-red>span {
    color: #e02152;
}
.oul-product-member-price-content-bottom .content-outter .product-member-discount{
    border: 1px solid #5721f2;
    padding: 3px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.57;
    position: relative;
    bottom: 4px;
    color: #5721f2;
}
.oul-product-member-price-content-bottom .content-outter .product-member-discount.selling-price-red{
    border-color: #e02152;
    color: #e02152;
}
.content-member-price .text-price-unit {
    font-size: 18px;
    margin-right: 5px;
}