/* 25062019_1143 v1.8(final) */
@charset "UTF-8";
/****
    Theme: Orange

    Setting:
      
       Color:
      General orange - #ef6300
      Hover orange - #8d3c02
      Footer Background orange - #ef6300 (301)
      Footer Font Color - #ffffff 

       Special:
      Add-to-cart button orange (hover)- #8d3c02 (1076 & 1093)
      Category left menu orange (hover)- #ef6300 (645)
      Sorting right listing grey (hover) - #666 (763)

       Unchanged:
      Yellow - #ffc821
      Yellow (hover) - #e7b00a
      Error Message - #9e0b0f
      Money color - #9e0b0f

****/

/*
    Common
*/
.page-wrapper  {
  font-family: "Helvetica Neue", Arial, "PingFang TC", "蘋果儷中黑",
    "Apple LiGothic Medium", "微軟正黑體", "Microsoft JhengHei", "黑体", Hei,
    sans-serif;
}
.grid-listing-section .container,
footer .row,
footer .copyright-wrapper {
  
}
.cart-empty #svg2 #path18,
.cart-empty #svg2 #path26,
.cart-empty #svg2 #path34,
.cart-empty #svg2 #path50,
.nav-cart-wrapper .marketplace-cart-empty-wrap .icon-empty-cart svg #path18,
.nav-cart-wrapper .marketplace-cart-empty-wrap .icon-empty-cart svg #path26,
.nav-cart-wrapper .marketplace-cart-empty-wrap .icon-empty-cart svg #path34,
.nav-cart-wrapper .marketplace-cart-empty-wrap .icon-empty-cart svg #path50 {
  stroke: #ef6300 !important;
}
svg.btn-icon.stroke,
svg.btn-icon.stroke:hover {
  stroke: #ef6300;
}


/*
    the main container should use .custom-theme 
*/
.custom-theme .primary-text {
    color: #ef6300 !important;
}
.custom-theme .secondary-text {
    color: #8D3C02 !important;
}

.custom-theme .primary-border {
    border-color: #ef6300 !important;
}

.custom-theme .primary-btn {
    background-color: #ef6300 !important;
}
.custom-theme .primary-btn:hover {
    background-color: #8d3c02 !important;
}

.custom-theme .primary-outline-btn {
    border-color: #ef6300 !important;
    color: #ef6300 !important;
}
.custom-theme .primary-outline-btn:hover {
    border-color: #8d3c02 !important;
    color: #8d3c02 !important;
}
.custom-theme .primary-outline-2-solid-btn {
    border-color: #ef6300 !important;
    color: #ef6300 !important;
}
.custom-theme .primary-outline-2-solid-btn:hover {
    border-color: #ef6300 !important;
    background-color: #ef6300 !important;
    color: #ffffff !important;
}
.custom-theme .outline-2-primary-solid-btn {
    border-color: 1px solid rgba(145, 145, 145, 0.2) !important;
    color: #121212 !important;
}
.custom-theme .outline-2-primary-solid-btn:hover, .custom-theme .active .outline-2-primary-solid-btn {
    border-color: #ef6300 !important;
    background-color: #ef6300 !important;
    color: #ffffff !important;
}

/*
    Header
*/
header {
  border-top: 0;
  padding-top: 10px;
}
.header-wrapper .header-left {
  min-height: 0;
}
.header-wrapper .header-left .shop-logo {
  height: auto;
  max-height: 65px;
  margin-left: 0;
}
.header-wrapper .header-left .shop-logo img {
  max-height: inherit;
  max-width: 400px;
}
.header-wrapper .header-right .noti-msg-wrapper {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  background-color: transparent;
  padding: 5px 0;
}

.header-wrapper .header-right .noti-msg-wrapper a {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    background-color: transparent;
    padding: 5px 0;
}

.header-wrapper .icon-fb-dark,
.header-wrapper .icon-ig-dark {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}
.header-wrapper .icon-fb-dark img,
.header-wrapper .icon-ig-dark img {
  display: block;
  width: 100%;
}
.header-wrapper .header-icon-wrapper a:last-child {
  margin-right: 2px;
}
#searchField {
  margin: 14px 10px 0 0;
}
#searchField input::-webkit-input-placeholder {
  color: #666;
}
#searchField input:-moz-placeholder {
  color: #666;
}
#searchField input::-moz-placeholder {
  color: #666;
}
#searchField input:-ms-input-placeholder {
  color: #666;
}
#searchField input[type=search] {
  height: 18px;
  transition: none;
  background: url("../images/icon-search.png") no-repeat center;
  background-size: 10px auto;
}
#searchField input[type=search],
#searchField input[type=search]:hover,
#searchField input[type=search]:active,
#searchField input[type=search]:focus {
  width: 144px;
  color: #666;
  font-size: 12px;
  background-position: 6px center;
  background-size: 12px auto;
  background-color: #fff;
  border: solid 1px #dcdcdc;
  padding: 2.5px 10px 2.5px 24px;
  cursor: auto;
  transition: all .5s;
}
#searchField .search-btn {
  display: none;
}
.menu-wrapper.sticky-header #searchField {
  margin-right: 0;
}
.menu-wrapper.sticky-header #searchField input[type=search] {
  border: 0;
  width: 0;
  background: url("../images/icon-search.png") no-repeat center center;
  background-size: 21px auto;
  cursor: pointer;
  margin-right: 6px;
}
.menu-wrapper.sticky-header #searchField input[type=search]:active,
.menu-wrapper.sticky-header #searchField input[type=search]:focus {
  display: block;
  width: 144px;
  color: #666;
  font-size: 12px;
  background-position: 6px center;
  background-size: 12px auto;
  background-color: #fff;
  border: solid 1px #dcdcdc;
  padding: 2.5px 10px 2.5px 24px;
  cursor: auto;
  margin-right: 10px;
  cursor: auto;
}

.menu-wrapper.sticky-header #searchField .search-btn {
  width: 22px;
  display: block;
  cursor: pointer;
  margin-right: 15px;
}
.menu-wrapper.sticky-header #searchField .search-btn img {
  width: 100%;
  display: block;
}
.menu-wrapper .header-icon-wrapper,
.header-wrapper .header-icon-wrapper {
  margin: 0;
}
.menu-wrapper .header-icon-wrapper .lang,
.header-wrapper .header-icon-wrapper .lang {
  font-size: 14px;
  color: #666;
}
.menu-wrapper .header-icon-wrapper .lang:hover,
.header-wrapper .header-icon-wrapper .lang:hover {
  color: #8d3c02;
}
.menu-wrapper .header-icon-wrapper {
  margin: 0 10px 0 15px;
}
.menu-wrapper .header-icon-wrapper .lang {
  margin: 14px 0 0 0;
}
.menu-wrapper #searchField + .header-icon-wrapper {
  margin-left: 2px;
}


/*
    Header Menu
*/
header .menu-wrapper {
  box-shadow: none;
  border-bottom: 0;
}
header .menu-wrapper.sticky-header,
header .sticky-header.menu-wrapper .container {
  height: 55px;
}
header .menu-wrapper .container {
  height: auto;
  max-height: 55px;
}
header .menu-wrapper.sticky-header {
  box-shadow: none;
  border-top: 0;
}
header .menu-wrapper.sticky-header .shop-logo {
  line-height: 53px;
}
header .menu-wrapper.sticky-header .shop-logo img {
  max-width: 180px;
  height: auto;
  max-height: 50px;
  margin-top: 0px;
  padding: 0;
}
header .menu-wrapper.sticky-header .header-right {
  display: inherit;
}
header .menu-wrapper .menu-item {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  padding: 17px 15px;
}
header .menu-wrapper .menu-item.first {
  padding-left: 7px;
}
header .menu-wrapper .menu-item.active {
  border-bottom: 0;
  color: #ef6300;
  font-weight: bold;
}
header .menu-wrapper .menu-item:hover,
header .menu-wrapper .menu-item > a:hover {
  color: #ef6300;
}
header .menu-wrapper .menu-item.active:hover {

}
header .cate-dropdown-content {
  border-color: #dcdcdc;
  background: #fff;
  padding-top: 12px;
  padding-bottom: 30px;
}
header .cate-dropdown-content .category ul {
  margin: 8px 14px;
}
header .cate-dropdown-content .category ul li a {
  font-size: 14px;
  line-height: 1.13;
  color: #666;
  padding: 7px 10px;
  width: 125px;
  word-wrap: break-word;
}
header .cate-dropdown-content .category ul li:first-child a {
  font-weight: bold;
  color: #666;
  padding-bottom: 12px;
}
.cate-dropdown-content .category ul li a:hover,
header .cate-dropdown-content .category ul li:first-child a:hover {
  background-color: transparent;
  color: #ef6300;
}


/*
    Header Shopping Cart
*/
.marketplace-cart-btn.shop {
  position: relative;
  right: auto;
  background: url("../images/icon-cart@2x.png") no-repeat 0 center;
  background-size: 22px auto;
  line-height: 15px;
  margin-top: 6px;
}
.marketplace-cart-btn.shop .marketplace-cart-count {
  background: #9e0b0f;
  right: 10px;
}
.marketplace-cart-btn.shop .marketplace-cart-count.digit-2 {
  right: 5px;
}




/*
    Footer
*/
footer,
footer .copyright-wrapper {
  background-color: #ef6300 !important;
}
footer .sitemap-wrapper .social-media,
footer .sitemap-wrapper a,
footer .row {
  color: #fff;
}
.sitemap-wrapper a:hover{
  color: #8d3c02;
}
footer .social-icon-wrapper {
  margin-bottom: 15px;
}
footer .social-icon-wrapper a {
  display: inline-block;
  margin-right: 10px;
}
footer .social-icon-wrapper a img {
  display: block;
  width: 24px;
}
footer .row {
  padding: 30px 0 15px 0;
}
footer > .row,
footer .copyright-wrapper {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
footer .sitemap-wrapper .category {
  width: 670px;
}
footer .category ul li {
  padding: 0 0 12px 0;
}
footer .sitemap-wrapper .category ul {
  margin-left: 20px;
}
footer .sitemap-wrapper .category ul li:first-child a {
  margin: 0;
}
footer .sitemap-wrapper .category ul li a,
footer .sitemap-wrapper .category ul li:first-child a {
  font-size: 14px;
}
footer .sitemap-wrapper .category ul li a {
  opacity: 1;
}
footer .sitemap-wrapper .social-media {
  width: 280px;
  padding-right: 40px;
}
footer .sitemap-wrapper .social-media span,
footer .sitemap-wrapper .social-media span:first-child,
footer .payment-text,
footer .copyright-wrapper {
  font-size: 14px;
}
footer .sitemap-wrapper .social-media span {
  font-weight: normal;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
footer .sitemap-wrapper .social-media span:first-child {
  font-size: 14px;
}
footer .sitemap-wrapper .social-media .icon-fb,
footer .sitemap-wrapper .social-media .icon-ig {
  margin: 0;
}
footer .sitemap-wrapper .social-media .icon-fb:hover,
footer .sitemap-wrapper .social-media .icon-ig:hover {
  opacity: 1;
}
footer .sitemap-wrapper .social-media .icon-fb {
  background: url("../images/icon-facebook@2x.png") no-repeat center center;
  background-size: 24px;
}
footer .sitemap-wrapper .social-media .icon-ig {
  background: url("../images/icon-ig@2x.png") no-repeat center center;
  background-size: 24px;
}
footer .sitemap-wrapper .sitemap a {
  margin-right: 16px;
}
footer .copyright-wrapper {
  min-width: 990px;
  max-width: 990px;
  padding: 0 7.5px 20px 7.5px;
}
footer .copyright-wrapper .row {
  height: auto;
  text-align: left;
  border-top: 1px solid #fff;
  overflow: hidden;
  padding-top: 20px;
}
footer .copyright-wrapper span {
  float: left;
}
footer .copyright-wrapper span.payment-text {
  position: relative;
  float: right;
  /* top: -12px; */
  top: -4px;
  right: auto;
  display: inline-block;
}
footer .payment-text img {
  /* height: 40px; */
  height: 25px;
  display: inline;
  vertical-align: middle;
}

/*********************************************************************************************************************************************************/
/*
    Component: Rolling Banner
*/
.rolling-banners {
  min-width: 990px;
  margin: 0 0 60px 0;
}
.rolling-banners .container {
  width: 100%;
}
.rolling-banners .swiper-container {
  height: auto;
}
.rolling-banners .swiper-slide {
  max-height: 500px;
}
.rolling-banners .swiper-slide > a > div,
.rolling-banners .swiper-slide > div {
  height: auto;
}
.rolling-banners .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.rolling-banners .swiper-slide .banner-inner {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  padding: 0;
}
.rolling-banners .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #D6D6D6;
  border: 1px solid #D6D6D6;
  opacity: 1;
  border: 1px solid transparent;
}
.rolling-banners .swiper-pagination-bullet-active {
  background: #ef6300;
  border: 1px solid #ef6300;
}
.rolling-banners .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}




/*
    Component: Grid Listing
*/
.grid-listing-section {
  padding: 30px 0 0 0;
}
.grid-listing-section .container {
  margin-bottom: 60px;
}
.grid-listing-section .product-listing-wrapper {
  margin: 0;
}
.grid-listing-section .section-title {
  height: auto;
  font-size: 24px;
  font-weight: bold;
  color: #666;
  text-align: center;
  letter-spacing: 2px;
  border: 0;
  margin: 0;
}
.grid-listing-section .item {
  padding: 10px 7.5px;
}
.grid-listing-section .item .product-info {
  padding: 0;
}
.grid-listing-section .item .original-price,
.grid-listing-section .item .text-price-unit,
.grid-listing-section .item .text-price-number {
  font-size: 14px;
  color: #999;
}
.grid-listing-section .item .product-info .original-final-price,
.grid-listing-section .item .product-info .discount-price {
  font-size: inherit;
}
/* homepage product tab listing PRICE TAB */
.grid-listing-section .item .original-final-price .text-price-unit,
.grid-listing-section .item .original-final-price .text-price-number {
  color: #9e0b0f;
}
.grid-listing-section .item:hover .original-final-price .text-price-unit,
.grid-listing-section .item:hover .original-final-price .text-price-number {
  /* color: #8d3c02; */
}
.grid-listing-section .item .product-name {
  font-size: 14px;
  margin-top: 8px;
}
.grid-listing-section .item .product-img {
  padding-top: calc(100% - 28px);
}
.grid-listing-section .item .product-img .btn {
  opacity: 0;
}
.grid-listing-section .btn-row {
  width: 100%;
}
.grid-listing-section .item-cart .btn-cart,
.grid-listing-section .item-cart .btn-buy {
  border: 1px solid transparent;
  color: #fff;
  box-shadow: none;
}

/* homepage product tab listing btn BUY & ADD*/
.grid-listing-section .btn-row .btn {
  display: block;
  width: 50%;
  height: 30px;
  letter-spacing: 0.3px;
  line-height: 29px;
  box-shadow: none;
  float: left;
  background-color: transparent;
  padding: 0;
}
.grid-listing-section .btn-row .btn-buy:before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #fff;
  float: left;
  margin-top: 8px;
}

/* homepage product tab listing btn PRE-SELL*/
.grid-listing-section .item.product-pre-sell .btn-row .btn {
  color: #333;
}
.grid-listing-section .item.product-pre-sell .btn-row .btn-buy:before {
  background: #333;
}
.grid-listing-section .item.product-sold-out .btn {
  width: 100%;
}
.grid-listing-section .item.product-sold-out .btn:before {
  display: none;
}
.grid-listing-section .item:hover,
.grid-listing-section .item:active,
.grid-listing-section .item:focus {
  border: 1px solid transparent;
  box-shadow: none;
}
.grid-listing-section .item:hover .btn-row,
.grid-listing-section .item:active .btn-row,
.grid-listing-section .item:focus .btn-row {
  background: rgba(0, 0, 0, 0.6);
}
.grid-listing-section .item.product-pre-sell:hover .btn-row,
.grid-listing-section .item.product-pre-sell:active .btn-row,
.grid-listing-section .item.product-pre-sell:focus .btn-row {
  background: rgba(255, 200, 33, 0.8);
}
.grid-listing-section .item:hover .btn,
.grid-listing-section .item:active .btn,
.grid-listing-section .item:focus .btn {
  opacity: 1;
}

/* homepage product tab listing btn VIEW MORE*/
.grid-listing-section .product-listing-row {
  overflow: hidden;
  padding-top: 5px;
}


.grid-listing-section .viewmore {
  width: 170px;
  height: 40px;
  float: none;
  font-size: 14px;
  color: #fff;
  background-color: #ef6300;
  margin: 0 auto;
  vertical-align: middle;

  -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;
}
.grid-listing-section .viewmore:hover {
  background: #8d3c02;
}



/*
    Component: Cate List
*/
.cate-listing-wrapper .listing-left .cate-list-title {
  display: none;
}
.cate-listing-wrapper .listing-left .cate-list {
  padding: 0 0 0 12px;
  margin-top: -4px;
}
.cate-listing-wrapper .listing-left .cate-list ul {
  border-bottom: 1px solid #dcdcdc;
}
.cate-listing-wrapper .listing-left .cate-list ul li a {
    padding-right: 2px;
    display: inline-block;
}
.cate-listing-wrapper .listing-left .cate-list ul li a,
.cate-listing-wrapper .listing-left .cate-list ul li ul li a {
  font-size: 14px;
  color: #666;
  word-wrap: break-word;
}
.cate-listing-wrapper .listing-left .cate-list ul li a .title {
    max-width: 120px;
    display: inline-block;
}
.cate-listing-wrapper .listing-left .cate-list ul li ul li a {
  padding-left: 12px;
}
.cate-listing-wrapper .listing-left .cate-list ul li .active .sub-title-wrapper a {
    color: #ef6300;
}
.cate-listing-wrapper .listing-left .cate-list ul li a:hover,
.cate-listing-wrapper .listing-left .cate-list ul li ul li a:hover {
  color: #ef6300;
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper:not(.has-childs) a {
    display: block;
}
.cate-listing-wrapper .listing-left .title-wrapper .sub-title-wrapper {
    display: block;
    cursor: pointer;
}
.cate-listing-wrapper .listing-left .cate-list ul li .active:not(.child-active).title-wrapper,
.cate-listing-wrapper .listing-left .title-wrapper:hover,
.cate-listing-wrapper .listing-left .cate-list ul li .active:not(.child-active).title-wrapper:hover {
  background: transparent;
  position: relative;
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper a {
    background-repeat: no-repeat;
    background-position: right top 11px;
    background-size: 6px auto;
    width: auto;
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper.has-childs .sub-title-wrapper {
    vertical-align: middle;
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper.has-childs .sub-title-wrapper:after {
    content: url("../images/icon-arrow-right-grey-down.png");
    height: inherit;
    position: absolute;
    right: 16px;
    top: calc(50% - 12px);
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper.has-childs.selected .sub-title-wrapper:after {
    content: url("../images/icon-arrow-right-grey-up.png");
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper.has-childs.active .sub-title-wrapper:after {
    content: url("../images/icon-arrow-right-orange-down.png");
}
.cate-listing-wrapper .listing-left .cate-list ul li .title-wrapper.has-childs.active.selected .sub-title-wrapper:after {
    content: url("../images/icon-arrow-right-orange-up.png");
}
.cate-listing-wrapper .listing-left .cate-list ul li .active:not(.child-active).title-wrapper a {
  color: #ef6300;
}
.cate-listing-wrapper .listing-left .cate-list ul li .active.title-wrapper a:hover {
  color: #8d3c02;
}
.cate-listing-wrapper .listing-left .cate-list ul li ul li .title-wrapper a {
    background: none !important;
}
.cate-listing-wrapper .listing-left .cate-list ul li .child-cats-list-container {
    display: none;
}
.cate-listing-wrapper .listing-left .cate-list ul li .active.child-cats-list-container {
    display: block;
}
.cate-listing-wrapper .listing-left .cate-list ul li .child-cats-list-container>ul {
    display: block;
}
.cate-listing-wrapper .listing-left .cate-list ul li a>span {
    display: block;
    max-width: 120px;
    word-wrap: break-word;
}

.cate-listing-wrapper .listing-left .cate-list .badge,
.cate-listing-wrapper .listing-left .cate-list ul li .active.title-wrapper:after {
  display: none;
}
.cate-listing-wrapper .listing-left .title-wrapper {
  padding: 4px 0 4px 0;
  overflow: hidden;
}




/*
    Component: Breadcrumb
*/
.listing-title-breadcrumb {
  margin-bottom: 20px;
}
.listing-title-breadcrumb .breadcrumb-divider,
.listing-title-breadcrumb a {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.listing-title-breadcrumb a {
  margin-right: 6px;
  margin-left: 4px;
}
.listing-title-breadcrumb a:first-child {
  margin-left: 0;
}
.listing-title-breadcrumb a:hover {
  color: #8d3c02;
}


/*
  Component: Dropdown
*/
.listing-detail .dropdown {
  float: none;
  border-left: 1px solid #dcdcdc;
  padding-left: 10px;
}
.listing-detail .dropdown .dropbtn {
  background: transparent;
  min-width: 0;
  line-height: 14px;
  font-size: 14px;
  color: #666;
  padding: 0;
}
.listing-detail .dropdown .droptxt {
  pointer-events: none;
  margin-right: 2px;
}
.listing-detail .dropdown .droptxt:hover {
  color: #8d3c02;
}
.listing-detail .dropdown .down-arrow {
  display: inline;
  height: auto;
  background: transparent;
  float: none;
  margin: 0;
}
.listing-detail .dropdown .down-arrow img {
  width: 9px;
  padding: 0;
}
.listing-detail .filter-dropdown-content:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/white-top-arrow.png") no-repeat center center;
  background-size: 30px auto;
  position: absolute;
  right: 10px;
  top: -15px;
  z-index: 2;
}
.listing-detail .filter-dropdown-content {
  box-shadow: none;
  border: 1px solid #dcdcdc;
  background: #fff;
  text-align: center;
  overflow: visible;
  margin-top: 10px;
  padding: 8px 0;
}
.listing-detail .filter-dropdown-content a {
  font-size: 14px;
  color: #999;
  padding: 10px 16px 8px;
}
.listing-detail .filter-dropdown-content a:hover,
.listing-detail .filter-dropdown-content a.active {
  color: #666;
  font-weight: bold;
  background-color: #fff;
}



/*
    Component: Cart(vuejs)
*/
.nav-cart-wrapper {
  display: inline-block;
  width: 32px;
}
.nav-cart-wrapper #marketplace-cart-app.active {
  top: 54px;
  right: -6px;
}
.nav-cart-wrapper #marketplace-cart-app .cart-item .item-content .title {
  font-size: 14px;
  font-weight: bold;
}
.nav-cart-wrapper #marketplace-cart-app.isStore .cart-item .sub-title span,
.marketplace-cart-sum-wrap .marketplace-cart-sum .title {
  font-size: 14px;
  color: #666;
}
.marketplace-cart-sum-wrap .marketplace-cart-sum .title {
  display: inline-block;
  margin-top: 2px;
}
.nav-cart-wrapper #marketplace-cart-app.isStore .cart-item .item-content-inner {
  padding: 10px 0;
}
.nav-cart-wrapper .marketplace-cart {
  box-shadow: none;
  border: 1px solid #dcdcdc;
}
.nav-cart-wrapper .marketplace-cart:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/white-top-arrow.png") no-repeat center center;
  background-size: 30px auto;
  position: absolute;
  right: 14px;
  top: -14px;
  z-index: 2;
}
.nav-cart-wrapper #marketplace-cart-app .col-md-6 {
  width: calc(70% - 95px);
}
.nav-cart-wrapper #marketplace-cart-app .cart-item .item-left {
  width: 95px;
  float: none;
  display: inline-block;
}
.nav-cart-wrapper #marketplace-cart-app .cart-item .item-right {
  padding-right: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.nav-cart-wrapper #marketplace-cart-app .cart-item .item-right:last-child {

}
.nav-cart-wrapper #marketplace-cart-app.isStore .cart-item .item-left {
  width: 95px;
}
.nav-cart-wrapper #marketplace-cart-app .cart-item .item-content .product-price .currency,
.nav-cart-wrapper #marketplace-cart-app .cart-item .item-content .product-price .price,
.nav-cart-wrapper .marketplace-cart-sum-wrap .marketplace-cart-sum .text .price {
  font-size: 14px;
  font-weight: normal;
  color: #9e0b0f;
}
.nav-cart-wrapper .marketplace-cart-sum-wrap .btn-view-cart {
  width: 115px;
  height: 35px;
  box-shadow: none;
  line-height: 35px;
  background: #ef6300;
  margin-top: 4px;
}
.nav-cart-wrapper .marketplace-cart-sum-wrap .marketplace-cart-sum .text .price {
  font-weight: bold;
}
.nav-cart-wrapper .marketplace-cart-sum-wrap .btn-view-cart:active,
.nav-cart-wrapper .marketplace-cart-sum-wrap .btn-view-cart:focus,
.nav-cart-wrapper .marketplace-cart-sum-wrap .btn-view-cart:hover {
  background: #8d3c02;
}
.nav-cart-wrapper .marketplace-cart-sum-wrap {
  background: #f7f7f7;
  border-bottom: 1px solid #dcdcdc;
}
.nav-cart-wrapper .marketplace-cart-sum-wrap .marketplace-cart-sum {
  width: calc(100% - 115px);
  text-align: left;
}
.nav-cart-wrapper #marketplace-cart-app.isStore .cart-item .product-price {
  padding-right: 0;
}
.nav-cart-wrapper .marketplace-cart-empty-wrap p {
  font-size: 14px;
  color: #333;
}




/*
    Component: Cart(old version)
*/
.cart-snap-wrapper {

}

/*
    Component: Highlight
*/
section.highlight .container .highlight-content .title {
  font-size: 24px;
  color: #666;
}
section.highlight .container .highlight-content p {
  color: #999;
}
section.highlight .container .highlight-content > a:focus,
section.highlight .container .highlight-content > a:hover {
  text-decoration: none;
}
section.highlight .container .highlight-content .btn {
  width: 170px;
  height: 40px;
  background: #ef6300;
  font-size: 14px;
  color: #fff;
  box-shadow: none;
}
section.highlight .container .highlight-content .btn:focus,
section.highlight .container .highlight-content .btn:hover {
  background: #8d3c02;
}



/*********************************************************************************************************************************************************/
/*
    Page: Home
*/

/*
    Page: Category
*/
.cate-listing-wrapper {
  padding: 0;
  margin-top: 30px;
}
.cate-listing-wrapper .listing-left {
  width: 160px;
  background: transparent;
  margin-right: 60px;
}
.cate-listing-wrapper .listing-right {
  width: calc(100% - 225px);
}
.cate-listing-wrapper .listing-right .item {
  border: 0;
}
.error-msg-container .btn {
  background: #ef6300;
  color: #FFF;
}
.error-msg-container .btn:HOVER {
  background: #8d3c02;
}




/*
    Page: Category
    Element: Paging
*/
.cate-listing-wrapper .pagination_container {

}
.cate-listing-wrapper .pagination_container .container {
  width: auto;
  min-height: 20px;
  margin: 15px 0 0 0;
}
.cate-listing-wrapper .pagination .pagination-wrapper .page-no {
  font-size: 14px;
  color: #333;
  border-radius: 50px;
}
.cate-listing-wrapper .pagination .pagination-wrapper .page-no.active {
  color: #fff;
}
.cate-listing-wrapper .pagination a:focus,
.cate-listing-wrapper .pagination a:active,
.cate-listing-wrapper .pagination a:hover {
  background-color: transparent;
}
.cate-listing-wrapper .pagination .pagination-wrapper a.page-no:hover,
.cate-listing-wrapper .pagination .pagination-wrapper .page-no.active {
  background-color: #ef6300;
  border-color: #ef6300;
}
.cate-listing-wrapper .pagination .pagination-wrapper a.page-no:active,
.cate-listing-wrapper .pagination .pagination-wrapper a.page-no:focus,
.cate-listing-wrapper .pagination .pagination-wrapper a.page-no:hover {
  color: #fff;
}
.cate-listing-wrapper .pagination .pagination-wrapper a {
  
}



/*
    Page: Category
    Element: Breadcrumb/Dropdown Parent Container
*/
.cate-listing-wrapper .listing-empty-container .empty-wrapper {
  font-size: 14px;
  color: #333;
  text-align: center;
}
.cate-listing-wrapper .listing-right .listing-title,
.cate-listing-wrapper .listing-right .listing-detail {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 5px;
}
.cate-listing-wrapper .listing-right .listing-title {
  width: 59%;
  margin: 0;
}
.cate-listing-wrapper .listing-right .listing-title.listing-title-breadcrumb {
  line-height: 18px;
}
.cate-listing-wrapper .listing-right .listing-detail {
  width: 40%;
  /* width: 270px; */
  min-height: 0;
  text-align: right;
  vertical-align: bottom;
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.cate-listing-wrapper #listing_total {
  color: #666;
  font-size: 14px;
  margin-right: 10px;
}


/*
    Page: Category
    Element: Product List
*/
.cate-listing-wrapper.grid-listing-section .product-listing-wrapper {
  width: auto;
  margin: 0 -7.5px;
}



/*
    Page: PD Detail
*/
section.pd-info {
  margin-top: 30px;
}
section.pd-info .container {
  margin-bottom: 38px;
}
.custom-theme section.pd-info .detail-image-wrapper {
  /*margin: 0 0 0 12px;*/
}
section.pd-info .product-spec {
  width: 568px;
  margin-top: 0;
  padding: 0 0 0 26px;
}
section.pd-info .product-spec .pd-label {
  font-size: 14px;
  color: #333333;
  background: #ffc821;
  margin-bottom: 4px;
}
section.pd-info .product-spec .btn-cart,
section.pd-info .product-spec .buy-btn {
  width: 170px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: normal;
  box-shadow: none;
  color: #fff;
}
section.pd-info .product-spec .btn-cart {
  border: 1px solid #ef6300;
  color: #ef6300; 
  margin-left: 0;
}
section.pd-info .product-spec .btn-cart:hover {
  color: #8d3c02;
  background: #ececec;
  border: 1px solid #8d3c02;
}
section.pd-info .product-spec .buy-btn {
  background: #ef6300;
}
section.pd-info .product-spec .buy-btn:hover {
  background: #8d3c02;
}
/* btn add to cart in quickview */
.custom-theme section.pd-info .product-spec .buy-btn.btn-cart {
  border: 1px solid #ef6300;
  background: #fff;
  color: #ef6300;
  margin-left: 70px !important;
  width: 134px;
  font-size: 16px;
}
.custom-theme section.pd-info .product-spec .buy-btn.btn-cart:hover {
  border: 1px solid #8d3c02;
  background: #ececec;
  color: #8d3c02;
}
section.pd-info .product-spec .btn .buy-btn-text {
  height: inherit;
  display: inline-block;
}
section.pd-info .product-spec  .btn-cart svg.rolling circle {
  stroke: #ef6300;
}
.custom-theme section.pd-info .product-spec .product-desc { 
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}
section.pd-info .product-spec .product-desc tr:not(.table-address) {
  padding: 5px 0;
}
section.pd-info .product-spec .product-desc hr {
  border-color: #dcdcdc;
}
section.pd-info .product-spec .product-desc {
  margin-top: 12px;
}
section.pd-info .product-spec .product-desc ul li {
  padding: 5px 0;
}
section.pd-info .product-spec .product-desc ul li:first-child {
  padding-top: 0;
}
section.pd-info .product-spec .product-desc ul li * {
  margin: 0;
}
.custom-theme section.pd-info .product-spec .product-name {
  /*font-size: 22px !important;*/
  /*font-weight: bold;*/
  /*color: #666;*/
  /*margin-top: 0;*/
  margin-bottom: 0;
}
.custom-theme section.pd-info .product-spec .spec-title {
  font-size: 14px;
  font-weight: normal;
  /*color: #999;*/
  margin: 8px 0;
}
section.pd-info .product-spec .original-final-price,
section.pd-info .product-spec .discount-price {
  font-family: inherit;
}
.custom-theme section.pd-info .product-spec .discount-price {
  font-size: 14px;
  /*font-weight: bold;*/
  color: #9e0b0f;
}
.custom-theme section.pd-info .product-spec .product-discount,
.custom-theme section.pd-info .product-spec .original-price,
.custom-theme section.pd-info .product-option .option-title {
  font-family: inherit;
  font-size: 14px;
  font-weight: bold;
  /*color: #999;*/
}
.custom-theme section.pd-info .product-spec .original-price {
  font-weight: normal;
}
.custom-theme section.pd-info .product-spec .product-delivery {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
section.pd-info .product-spec .product-discount {
  font-weight: normal;
  margin-left: 6px;
}
.custom-theme section.pd-info .product-spec .multi-spec-wrapper {
  border-top: 0;
  margin-top: 0;
}
section.pd-info .product-option .option-title {
  font-weight: normal;
  margin-top: 6px;
}
.custom-theme section.pd-info .product-option .option-title {
  width: 70px;
  font-weight: normal;
  margin-top: 6px;
}
section.pd-info .product-option.pd-order-qty .option-title {
  margin-top: -1px;
}
section.pd-info .product-option.pd-order-qty .pd-qty-minus,
section.pd-info .product-option.pd-order-qty .qd-qty-plus {
  width: 20px;
  height: 18px;
}
section.pd-info .product-option.pd-order-qty .pd-qty-minus {
  padding: 0 3px 2px 5px;
}
section.pd-info .product-option.pd-order-qty .qd-qty-plus {
  padding: 0 5px 2px 5px;
}
section.pd-info .product-option.pd-order-qty .pd-qty {
  height: 18px;
  font-size: 12px;
  color: #333;
}
section.pd-info .multi-spec-wrapper {
  margin-bottom: 10px;
}
section.pd-info .multi-spec-wrapper .product-option{
  margin-bottom: 5px;
}
section.pd-info .multi-spec-wrapper ul.pd-option {
  min-height: 32px;
}
section.pd-info .multi-spec-wrapper ul.pd-option li.option-detail {
  display: block;
  float: left;
  line-height: 1;
  margin: 0 10px 4px 0;
  padding: 0;
}

section.pd-info .multi-spec-wrapper ul.pd-option li.option-detail a{
  display: block;
}

.custom-theme section.pd-info .multi-spec-wrapper ul.pd-option li.option-detail a {
  display: block;
  color: #333;
  float: none;
  border-color: #dcdcdc;
  /*line-height: 20px;*/
  padding: 6px 10px;
  margin-right: 0;
}
.custom-theme section.pd-info .multi-spec-wrapper ul.pd-option li.option-detail.active:not(.option-sold) a,
.custom-theme section.pd-info .multi-spec-wrapper ul.pd-option li.option-detail:not(.option-sold) a:hover {
  background-color: #ef6300;
  border: 1px solid #ef6300;
  /*border-radius: 6px;*/
  color: #fff;
}
section.pd-info .multi-spec-wrapper .product-option .pd-order-qty .pd-qty {
  font-size: 14px;
  color: #333;
}
section.pd-info select#pd-option {
  height: 31px;
  color: #333;
  background: #ececec;
  border-color: #dcdcdc;
}
section.pd-info .product-spec .warn-msg,
section.pd-info .product-spec .multi-spec-wrapper.jumpto .warn-msg {
  color: #9e0b0f;
}
section.pd-info .product-spec .warn-msg.error-msg-product {
    vertical-align: top;
    margin-top: -1px;
    padding-left: 4px;
}


/*
    Page: PD Detail
    Pre Sell State Handling
*/
section.pd-info .product-spec.pre-sell .btn-cart {
  border: 1px solid #333333;
  color: #333333;
}
section.pd-info .product-spec.pre-sell .btn-cart svg.rolling circle {
  stroke: #ffc821;
}
section.pd-info .product-spec.pre-sell .btn-cart:hover {
  border: 1px solid #333333;
  background: #ececec;
  color: #666;
}
/* product option hover for pre-sell in quickview */
section.pd-info .product-spec.pre-sell .multi-spec-wrapper ul.pd-option li.option-detail.active:not(.option-sold) a,
section.pd-info .product-spec.pre-sell .multi-spec-wrapper ul.pd-option li.option-detail:not(.option-sold) a:hover {
  background-color: #ffc821;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  color: #333333;
}
section.pd-info .product-spec.pre-sell .buy-btn {
  background: #ffc821;
  color: #333333; 
}
section.pd-info .product-spec.pre-sell .buy-btn:hover {
  background: #e7b00a;
  color: #333333;
}
/* btn add to cart for pre-sell in quickview */
section.pd-info .product-spec.pre-sell .buy-btn.btn-cart {
  border: 1px solid #333333;
  background: #fff;
  color: #333333; 
}
/* btn hover add to cart for pre-sell in quickview */
section.pd-info .product-spec.pre-sell .buy-btn.btn-cart:hover {
  border: 1px solid #333333;
  background: #ececec;
  color: #666;
}
section.pd-info .product-spec.pre-sell .buy-btn.btn-cart svg.rolling circle {
  stroke: #333333;
}

/* viewmore for pre-sell in quickview */
.pd-info.quickview .product-spec.pre-sell .quickview-more {
  font-size: 14px;
  color: #333;
  border-top: 1px solid #dcdcdc;
}
/* pre-sell message */
.pd-info .product-spec .pre-sale-msg {
  width: 100%;
  padding: 8px 10px;
  display: block;
  background-color: #fff4d3;
  color: #333;
  margin: 10px 0;
}
/*
    Page: PD Detail
    Sold Out State Handling
*/
section.pd-info .product-spec.sold-out .buy-btn {
  width: auto;
  color: #666;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-left: 72px;
  margin-top: -10px;
}


/*
    Page: PD Detail
    Element: Thumbnail
*/
section.pd-info .detail-image-wrapper .image-thumbnail .img-wrapper {
  margin: 2.5px;
}
section.pd-info .detail-image-wrapper .image-thumbnail .img-wrapper:first-child {
  
}
.custom-theme section.pd-info .detail-image-wrapper .image-thumbnail .img-wrapper.active {
  border: 2px solid #ef6300;
}



/*
    Page: PD Detail
    Element: Desc
*/
section.pd-desc {

}
section.pd-desc .section-title,
section.pd-desc .section-title .tabs {
  height: auto;
}
section.pd-desc .section-title {
  margin-top: 0;
  border: 0;
}
section.pd-desc .section-title .tabs {
  border: 0;
  padding: 10px 20px;
}
section.pd-desc .section-title .tabs:first-child {
  padding-left: 32px;
}
section.pd-desc .section-title .tabs a {
  font-size: 18px;
  font-weight: normal;
  color: #666;
}
section.pd-desc .section-title .tabs.active a {
  font-weight: bold;
  color: #ef6300;
}
section.pd-desc .section-title .tabs a:hover,
section.pd-desc .section-title .tabs.active a:hover {
  color: #8d3c02;
}
section.pd-desc .content {
  padding-top: 10px;
  margin-left: 10px;
}
section.pd-desc .content .oul-detail-topic {
  border: 0;
}



/*
    Page: Home/Category/Detail
    Element: Popup Product Detail
*/
section.pd-info.quickview {
  margin-top: 0;
}
.custom-theme .quickview.pd-info .product-spec {
  width: calc(100% - 324px);
  float: right;
  padding: 0 0 0 26px;
}
.custom-theme .quickview.pd-info .product-spec .btn-cart,
.custom-theme .quickview.pd-info .product-spec .buy-btn {
  width: 170px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  font-weight: normal;
  box-shadow: none;
  color: #fff;
  margin-left: 0;
}
.quickview.pd-info .product-spec .btn-cart {
  border: 1px solid #ef6300;
  color: #ef6300; 
}
.quickview.pd-info .product-spec .buy-btn {
  background: #ef6300;
}
.quickview.pd-info .product-spec .buy-btn.btn-cart {
  background: transparent;
}
.quickview.pd-info .product-spec .btn-cart:hover {
  color: #fff;
  background: #ef6300;
  border: 1px solid #ef6300;
}
/*.quickview.pd-info .product-spec .buy-btn:hover {

}*/
.quickview.pd-info .product-spec .btn .buy-btn-text {
  height: inherit;
  display: inline-block;
}
.pd-info.quickview .quickview-more {
  font-size: 14px;
  color: #ef6300;
  border-top: 1px solid #dcdcdc;
}


.quickview .detail-image-wrapper .image-thumbnail {
  margin-left: -3px;
}


/*
    Page: Shopping Cart
*/
.page-wrapper .listing-title {
  font-size: 36px;
  font-weight: bold;
  color: #666;
  margin: 30px 0 10px 12px;
}
.page-wrapper .listing-title.listing-title-search {
  font-size: 16px;
}
.page-wrapper .warn-msg-row {
  margin-left: 12px;
}
.cart-col-left .cart-list-container {
  border: 0;
}
.cart-col-left .control__indicator {
  background: transparent;
  border: 1px solid #dcdcdc;
  top: 1px;
}
.cart-col-left .control input:checked ~ .control__indicator {
  background: #ef6300;
}
.cart-col-left .control:hover input:not([disabled]):checked ~ .control__indicator,
.cart-col-left .control input:checked:focus ~ .control__indicator {
  background: #8d3c02;
}
.cart-col-left .control--checkbox .control__indicator:after {
  left: 5.5px;
}
.cart-col-left .cart-customer-remarks,
.cart-col-left .cart-list {
  width: 700px;
  /*margin-left: 12px;*/
}
.cart-col-left .cart-customer-remarks textarea::-webkit-input-placeholder { /* Chrome */
  color: #999;
}
.cart-col-left .cart-customer-remarks textarea:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.cart-col-left .cart-customer-remarks textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
.cart-col-left .cart-customer-remarks textarea:-moz-placeholder { /* Firefox 4 - 18 */
  color: #999;
  opacity: 1;
}
.cart-col-left .cart-list-checkbox {
  padding-left: 2px;
  padding-bottom: 12px;
}
.cart-col-left .cart-list-checkbox label {
  font-size: 14px;
  color: #666;
}

.custom-theme .marketplace-section input[type=radio]:checked ~ .check{
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='20px' viewBox='0 0 20 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3Eradio-selected%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3Cpath d='M10,0 C4.48,0 0,4.48 0,10 C0,15.52 4.48,20 10,20 C15.52,20 20,15.52 20,10 C20,4.48 15.52,0 10,0 Z M10,18 C5.58,18 2,14.42 2,10 C2,5.58 5.58,2 10,2 C14.42,2 18,5.58 18,10 C18,14.42 14.42,18 10,18 Z M10,15 C12.7614237,15 15,12.7614237 15,10 C15,7.23857625 12.7614237,5 10,5 C7.23857625,5 5,7.23857625 5,10 C5,12.7614237 7.23857625,15 10,15 Z' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='web-990-order-comment' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='cart-payment' transform='translate(-193.000000, -523.000000)'%3E%3Cg id='Group-22' transform='translate(56.000000, 467.000000)'%3E%3Cg id='Group-21' transform='translate(16.000000, 54.000000)'%3E%3Cg id='Group-24' transform='translate(121.000000, 0.000000)'%3E%3Cg id='Icon-/-Toggle-/-Radio-Checked-/-Filled' transform='translate(0.000000, 2.000000)'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='ic_radio_button_checked_24px' fill-rule='nonzero'%3E%3C/g%3E%3Cg id='✱-/-Color-/-Icons-/-Primary-or-Secondary' mask='url(%23mask-2)' fill='%23EF6300' fill-rule='evenodd'%3E%3Cg id='✱-/-Color-/-Primary-/-Main'%3E%3Cg id='✱-/-Color-/-Primary-/-400'%3E%3Crect id='Rectangle-13' x='0' y='0' width='20' height='20'%3E%3C/rect%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 0 center !important;
}


/*
    Page: Shopping Cart
    Element: Product List
*/
.cart-col-left {
  width: calc(100% - 250px);
}
.cart-col-left.no-item {
  width: 100%;
}
.cart-col-left.no-item .cart-empty-visual img {
  left: 420px;
}
.cart-col-left.no-item .cart-empty-visual svg {
  left: 449px;
}
.cart-col-left .cart-list-item {
  border-radius: 2px;
  /*margin-bottom: 10px;*/
}
.cart-col-left .cart-list-item,
.cart-list-container .cart-list-item:last-child {
  /*border: 1px solid #dcdcdc;*/
}
.cart-col-left .cart-item-img,
.cart-col-left .cart-item-qty,
.cart-col-left .cart-item-delivery {
  /*padding: 20px 0;*/
}
.cart-col-left .cart-item-delivery {
  padding-top: 18px;
}
.cart-col-left .cart-item-delivery p {
  /*font-size: 14px;*/
  /*color: #666;*/
}
.cart-col-left .cart-item-info {
  width: 234px;
}
.cart-col-left .cart-item-qty .warn-msg,
.cart-col-left .cart-item-info .warn-msg {
  color: #9e0b0f;
}
.cart-col-left .cart-item-info .delivery-fee-free-str.icd, .cart-col-left .cart-item-info .delivery-fee-free-str.hd {
  font-size: 14px;
  color: #333;
}
.cart-col-left .cart-item-info p.cart-error-msg {
  color: #9e0b0f;
}
.cart-col-left .cart-item-info .product-name a {
  font-size: 14px;
  color: #666;
}
.cart-col-left .cart-item-info .product-spac {
  font-size: 14px;
  color: #666;
}
.cart-col-left .cart-item-subtotal {
  padding-right: 18px;
}
.cart-col-left .cart-item-subtotal
/*.cart-col-left .cart-item-subtotal p */
{
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
/*.cart-col-left .cart-item-subtotal .text-price-unit,*/
.cart-col-left .cart-item-subtotal .text-price-number {
  /*font-weight: bold;*/
  color: #9e0b0f;
}
.cart-col-left .cart-item-checkbox {
  width: 60px;
  padding-top: 38px;
}
.cart-col-left .cart-delivery-option input[type=radio]:checked ~ .check::before {
  background: #ef6300;
}
.cart-col-left .cart-delete-confirm .warn-msg {
  color: #9e0b0f;
}
.cart-col-left .cart-delete-confirm a,
.cart-col-left .cart-delete-confirm span {
  font-size: 14px;
}
.cart-col-left .cart-delete-confirm a {
  color: #ef6300;
}
.cart-col-left .cart-delete-confirm span {
  color: #333;
}





/*
    Page: Shopping Cart
    Element: Right Side
*/
.cart-col-right .cart-delivery p.cart-delivery-label {
  height: auto;
  font-size: 14px;
  color: #333;
  margin-bottom: 12px;
}
.cart-col-right .cart-delivery-option label {
  font-size: 14px;
  color: #666;
  border: 1px solid #dcdcdc;
}
.cart-delivery-option input[type=radio]:checked ~ .check::before {
  background: #ef6300;
}
.cart-col-right .cart-delivery-option label.checked {
  color: #ef6300;
  border-color: #ef6300;
}
.cart-col-right .cart-delivery-option label .cart-delivery-option-remark {
  color: #8d3c02;
}
.cart-delivery-option .check {
  width: 17px;
  height: 17px;
  top: 17px;
}
.cart-delivery-option .check::before {
  width: 7px;
  height: 7px;
  border-radius: 50px;
  top: 3px;
  left: 3px;
}
.cart-col-right .checkout-total {
  font-size: 14px;
  /*border-top: 2px solid #dcdcdc;*/
  color: #666;
  /*margin-top: 30px;*/
  /*padding-top: 28px;*/
}
.cart-col-right .checkout-total span {
  font-size: 36px;
  /*color: #9e0b0f;*/
}
.cart-col-right .checkout-total #ec_total_amount {
  margin-left: 4px;
}
.cart-col-right .promo-code-container .warn-msg {
  /*color: #9e0b0f;*/
}
.cart-col-right .promo-code-container a {
  font-size: 14px;
  color: #ef6300;
}
.cart-col-right .promo-code-input input[type="text"].promo-code-field {
  font-size: 14px;
  color: #333;
}
.cart-col-right .promo-code-container .promo-field-btn {
  background: #ef6300;
  color: #fff;
}
.cart-col-right .promo-code-container .promo-field-btn.cancel {
  background: #aeaeae;
}
.cart-col-right .checkout-container-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
.cart-col-right .btn:not(.disable) {
  background: #ef6300;
}
.cart-col-right .btn:not(.disable):hover {
  background: #8d3c02;
}
.cart-col-right .btn {
  box-shadow: none;
  /*margin-bottom: 20px;*/
}
.cart-col-right table.checkout-container {
  font-size: 14px;
  /*color: #666;*/
}
.cart-col-right table.checkout-container .warn-msg {
  color: #9e0b0f;
}
.cart-col-right table.checkout-container .items-price-subtotal .text-price-unit,
.cart-col-right table.checkout-container .items-price-subtotal .text-price-number,
.cart-col-right table.checkout-container .items-price-subtotal .price-minus,
.cart-col-right table.checkout-container .delivery-fees-subtotal .text-price-unit,
.cart-col-right table.checkout-container .delivery-fees-subtotal .text-price-number,
.cart-col-right table.checkout-container .delivery-fees-subtotal .price-minus,
.cart-col-right table.checkout-container .checkout-promo-code-field .text-price-unit,
.cart-col-right table.checkout-container .checkout-promo-code-field .text-price-number,
.cart-col-right table.checkout-container .checkout-promo-code-field .price-minus {
  /*color: #333;*/
  /*font-weight: bold;*/
}





/*
    Page: Shopping Cart Empty
*/
.cart-empty .btn {
  width: 170px;
  height: 40px;
  background: #ef6300;
  box-shadow: none;
  margin-top: 16px;
}
.cart-empty .btn:hover {
  background: #8d3c02;
}
.cart-empty .cart-empty-title {
  font-size: 18px;
  color: #666;
}



/*
    Page: Checkout
*/
.marketplace-header .header-logo {
  vertical-align: bottom;
}
.marketplace-header .header-logo .shop-logo {
  max-width: 450px;
  height: auto;
  max-height: 65px;
  margin-top: 0;
  margin-left: 0;
}
.checkout-list .field .fieldname,
/* .marketplace-address-section .delivery-option .field-title, */
.marketplace-cart-section-header .cart-item-count,
.marketplace-order-product-section .cart-list-wrapper .cart-item-price,
.marketplace-order-product-section .cart-list-wrapper .cart-item-name,
.marketplace-order-product-section .cart-list-wrapper .field-content,
.marketplace-order-product-section .cart-list-wrapper .field-title,
.checkout-list .field .fieldprice,
.delivery-option .field-content.field,
.payment-method-label,
.marketplace-address-section .delivery-option label {
  font-size: 14px;
  color: #666;
}
.marketplace-address-section .payment_step_2 label,
.marketplace-address-section .delivery-option label.recipient-gender,
.marketplace-address-section .delivery-option label.recipient-receiver,
.marketplace-address-section .delivery-option label[for="receiver-tel"],
.marketplace-address-section .delivery-option label[for="receiver-email"],
.marketplace-address-section .delivery-option label[for="receiver-address1"],
.marketplace-payment-section .payment-method-label,
.marketplace-address-section .delivery-option .ec-coupon-input-container label,
.marketplace-address-section .delivery-option .field-title {
  font-size: 14px;
  color: #999;
}
.checkout-list .field .fieldprice,
.marketplace-address-section .payment_step_2 #bt-dropin .marketplace-cart-section-header,
.marketplace-cart-section-header {
  /*font-weight: bold;*/
  color: #333;
}
.marketplace-order-product-section .checkout-list .field.totalprice .fieldtotal,
.marketplace-order-product-section .cart-list-wrapper .cart-item-price {
  font-weight: bold;
}
.marketplace-cart-section-header {
  font-size: 14px;
}
.marketplace-address-section .payment_step_2 #bt-dropin #form-error-msg {
  margin-left: 20px;
}
.marketplace-shop-container .order-form-right-col .checkout-list-item .marketplace-shop-delivery-message .text { 
  color: #00a499;
}
.marketplace-address-section .delivery-option .ec-input-tnc input[type="checkbox"]:checked + label span {
  background: url("../images/checked.png") center no-repeat;
}
.marketplace-address-section .delivery-option .ec-coupon-input-container .input-check-tick {
  background: url("../images/form-tick.png") no-repeat;
}
.marketplace-address-section .delivery-option .ec-coupon-input-container .input-check-tick,
.marketplace-address-section .delivery-option .ec-coupon-input-container .input-check-error {
  top: 7px;
}
.marketplace-order-product-section .checkout-list .field.totalprice .fieldtotal,
.marketplace-address-section #wrapper-contact-title label,
.marketplace-address-section .delivery-option input[type="text"],
.customer-remarks-wrap .cart-customer-remarks,
.marketplace-order-product-section .marketplace-merchant-info .merchant-name {
  color: #333;
}
.header-step.active .text,
.marketplace-paymentinfo-item .email,
.marketplace-paymentinfo-item .contact,
.checkout-list .field .total-price,
.marketplace-address-section .payment_step_2 #bt-dropin .btn-back {
  color: #ef6300;
}
.checkout-list .field .total-price {
  color: #9e0b0f;
}
.header-step.active .text {
  /*font-weight: bold;*/
}
.marketplace-address-section .delivery-option .field-content {
  padding-left: 6px;
}
.marketplace-order-product-section .cart-list-wrapper .cart-item-shipping,
.marketplace-order-product-section .cart-list-wrapper .cart-item-shipping .text-price-unit,
.marketplace-order-product-section .cart-list-wrapper .cart-item-shipping .text-price-number {
  font-size: 14px;
  color: #999;
}
.marketplace-order-product-section .checkout-list .priceamt {
  font-weight: bold;
}

/* for blue text + grey bg version */
/* .marketplace-order-product-section .checkout-list .marketplace-shop-delivery-message {
  background-color: #dcdcdc;
  text-align: center;
  padding: 10px;
}
.marketplace-order-product-section .checkout-list .marketplace-shop-delivery-message .text {
  color: #ef6300;
}
.marketplace-order-product-section .checkout-list .marketplace-shop-delivery-message img {
  display: none;
} */
.marketplace-order-product-section .checkout-list .marketplace-shop-delivery-message {
  
}
.marketplace-order-product-section .checkout-list .marketplace-shop-delivery-message .text {
  /* color: #ef6300; */
}
.custom-theme .marketplace-shop-delivery-message svg #discount-tag {
    fill: #EF6300;
}



.marketplace-address-section .row.email-remark .remark {
  font-size: 12px;
  color: #666;
}
.header-step.active .digit,
.braintree-button-container .btn {
  background-color: #ef6300;
}
.marketplace-address-section #wrapper-contact-title label.selected,
.marketplace-address-section #wrapper-contact-title label:focus,
.marketplace-address-section #wrapper-contact-title label:active,
.marketplace-address-section #wrapper-contact-title label:hover {
  border-color: #ef6300;
  background-color: #ef6300;
}
.marketplace-address-section .ec-coupon-input-container .coupon-switch-on {
  background: #ef6300;
}
.coupon-switch .coupon-switch-label-no {
  color: #666;
}
.braintree-button-container .btn {
  line-height: 24px;
  border: 0;
}
.braintree-button-container .btn:hover {
  background: #8d3c02;
  border-color: #8d3c02;
}
.pay-button .btn {
  line-height: 24px;
}
.marketplace-payment-section .option-container input[type='radio'] ~ label::before {
  background: url("../images/icon-radio-default.png") no-repeat 0 center;
  background-size: 20px;
}
.marketplace-address-section .delivery-option-container input[type='radio']:checked ~ .check,
.marketplace-payment-section .option-container input[type='radio']:checked ~ label::before {
  background: url("../images/icon-radio-checked.png") no-repeat 0 center;
  background-size: 20px;
}
.marketplace-address-section .payment_step_2 #pay-button {
  background-color: #ef6300;
  border-color: #ef6300;
}
.marketplace-address-section .payment_step_2 #pay-button:hover {
  background-color: #8d3c02;
  border-color: #8d3c02;
}

.marketplace-address-section .payment_step_2 #bt-dropin .btn-back .previous-triangle {
  border-right: 8px solid #ef6300;
  margin-top: -3px;
}
.marketplace-payment-section .or-container {
  padding: 0 !important;
  margin: 0px 0 0 120px;
}
.delivery-option .recipient .error-msg {
  margin-left: 0;
}
.marketplace-address-section .error-msg, {
  color: #9e0b0f;
}
.marketplace-shop-container .pd-order-qty #quantity {
  font-size: 14px;
  color: #333;
}
.marketplace-payment-section .payment-method-list .wechat-pay-button-container {
  margin: 7px 0;
}
.marketplace-payment-section .payment-method-list .braintree-button-container {
  margin: 7px 0;
}
.marketplace-payment-section .payment-method-list .option-container.credit-card {
  width: 100%;
  float: left;
  padding: 0px 0 8px 0;
  margin-left: 1px;
}
.marketplace-payment-section .payment-method-list {
  padding-top: 0;
}
.marketplace-payment-section .payment-method-list .powered_by_price {
  margin-top: 6px; 
}
/* .marketplace-payment-section .option-container label {
  height: 35px;
  line-height: 35px;
} */
.marketplace-payment-section .option-container label > span {
  vertical-align: middle;
}
.marketplace-payment-section .pay-button {
  margin-top: 10px;
}
/*
for bold text + grey bg version
  table.checkout-container .delivery-fees-subtotal .remark > span {
  width: 250px;
  line-height: 36px;
  background-color: #dcdcdc;
  color: #ef6300;
  padding: 10px 62px 10px 62px;
}
table.checkout-container .delivery-fees-subtotal .remark span .text-price-unit,
table.checkout-container .delivery-fees-subtotal .remark span .text-price-number {
  color: #ef6300;
} */
.checkout-list .field .fieldprice,
.checkout-list .field .fieldprice .priceamt {
  font-weight: bold;
  color: #666;
  /* font-weight: normal;
  color: #333; */
}
.checkout-list .field .fieldprice .priceamt#ec_delivery_discount {
  font-weight: bold;
}
table.checkout-container .delivery-fees-subtotal .remark > span {
  width: 100%;
  display: inline-block;
  background: url("../images/icon-delivery-fee-orange.png") no-repeat -1px 4px;
  color: #ef6300;
  line-height: 16px;
  padding: 10px 10px 10px 30px;
  margin-top: 6px;
  background-size: 26px auto;
  text-align: left;
}
table.checkout-container .delivery-fees-subtotal .remark > span .text-price-unit,
table.checkout-container .delivery-fees-subtotal .remark > span .text-price-number {
  font-weight: normal;
  color: #ef6300;
}
.marketplace-shop-container .ec-coupon-errormsg {
  color: #9e0b0f;
}


/*
    Page: Thank you
*/
.marketplace-shop-container .cart-items {
  text-align: right;
}
.marketplace-shop-container .cart-items .item-info .item-spec .field-title {
  font-weight: normal;
}
.marketplace-shop-container .marketplace-order-detail-section .item-row .field-title {
  color: #999;
}
.marketplace-shop-container .marketplace-order-detail-section .item-row .field-content {
  color: #666;
}
.marketplace-shop-container .ordered-detail .item-row .selling-price,
.marketplace-shop-container .ordered-detail .item-row .selling-price * {
  font-size: 14px !important;
  font-weight: bold;
  color: #333;
}
.marketplace-shop-container .ordered-detail .item-row .selling-price span {
  color: #666;
}
.ordered-detail .item-left .field-title {
  color: #666 !important;
}
.marketplace-shop-container .checkout-list-item .field-content {
  font-weight: bold;
  color: #666;
}
.marketplace-shop-container .checkout-list-item .item-row .field-title {
  color: #666;
}
.marketplace-shop-container .item-row .field-content a {
  color: #ef6300;
}
.marketplace-shop-container .order-totalprice .total-price {
  color: #9e0b0f;
}
.marketplace-shop-container .order-totalprice .field-title {
  color: #333;
  font-weight: bold;
}
.ec-order-redeem-no {
  font-weight: bold;
  color: #ef6300 !important;
}
.marketplace-shop-container .item-row .field-content a:hover {
  color: #8d3c02;
}
.marketplace-shop-container .main-thanks-message {
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.marketplace-shop-container .thanks-message-content .notice-button.save {
  width: 170px;
  font-size: 14px;
  line-height: 38px;
  color: #ef6300;
  border-color: #ef6300;
}
.marketplace-shop-container .thanks-message-content .notice-button.save:focus,
.marketplace-shop-container .thanks-message-content .notice-button.save:hover {
  color: #fff;
  background: #ef6300;
  border-color: #ef6300;
}
.marketplace-shop-container .err-msg {

}
.footer-enquiry-message {
  color: #333;
}
.footer-enquiry-message a {
  color: #ef6300 !important;
}
.footer-enquiry-wrapper .return-listing {
  font-size: 14px;
  background-color: #ef6300;
  box-shadow: none;
}
.footer-enquiry-wrapper .return-listing:hover {
  background: #8d3c02;
}


/* for blue text + grey bg version */
/* .marketplace-shop-container .checkout-list-item .marketplace-shop-delivery-message {
  width: 100%;
  background-color: #dcdcdc;
  text-align: center;
  padding: 10px;
}
.marketplace-shop-container .checkout-list-item .marketplace-shop-delivery-message .text {
  color: #ef6300;
}
.marketplace-shop-container .checkout-list-item .marketplace-shop-delivery-message img {
  display: none;
} */
.marketplace-shop-container .checkout-list-item .marketplace-shop-delivery-message {
  
}
.marketplace-shop-container .checkout-list-item .marketplace-shop-delivery-message img {
  width: 24px;
  margin-right: 0;
  margin-top: -2px;
  margin-left: -2px;
}
.marketplace-shop-container.complete-page .checkout-list-item .marketplace-shop-delivery-message .text { 
  color: #ef6300;
}
.marketplace-address-section .order-delivery .delivery-address {
  color: #666;
}
.marketplace-address-section .order-delivery .recipient + .delivery-courier .delivery-address {
  color: #999;
}

/*
    Page: About Us
*/
.content-wrapper .row + .content > p {
  color: #666;
}

section.pd-info .product-spec .btn-cart:hover{
background: rgba(239, 99, 0, 0.05)
}

.cart-delivery-option label:hover {
  background: rgba(239, 99, 0, 0.05);
}

/*
    Page: Contact Us
*/
table.contact th {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
  line-height: 35px;
  background-color: rgba(239, 99, 0, 0.15);
}
section.container.contact-col-left .section-title .tabs,
section.container.contact-col-right .section-title .tabs {
  color: #ef6300;
}
section.container.contact-col-left .section-title .tabs.active,
section.container.contact-col-right .section-title .tabs.active {
  border-color: #8d3c02;
}
section.container.contact-col-left table.contact tr td:last-child,
form#contact_us_form p,
section.container.contact-col-left table .table-address th {
  color: #666;
}
section.container.contact-col-left table.contact tr td:first-child {
  color: #999;
}
form#contact_us_form input[type="text"],
form#contact_us_form input[type="tel"],
form#contact_us_form input[type="email"] {
  color: #333;
}
form#contact_us_form button[type="submit"] {
  width: 170px;
  height: 40px;
  font-size: 14px;
  box-shadow: none;
  background: #ef6300;
  color: #fff;
}
form#contact_us_form button[type="submit"]:hover {
  background: #8d3c02;
}

.marketplace-shop-container .order-form-right-col .checkout-list-item .marketplace-shop-delivery-message .text {
  color: #ef6300;
}
.marketplace-order-product-section .marketplace-shop-delivery-message img {
  display:none;
}
/*.marketplace-shop-delivery-message::before {
  background:url(../images/icon-delivery-fee-orange.png);
  content:'';
  display:inline-block;
  background-size:contain;
  width:20px;height:20px;
  vertical-align: middle;
  margin-bottom:2px;
}*/

.oul-detail-content.tnc-warning {
  padding: 20px 0px 10px 0px;
  color: #9e0b0f;
}