@charset "utf-8";

/* FINANCE ///////////////////////////////////////////*/
.eshop {
  padding-bottom: 50px;
  font-family: "Montserrat", "Noto Sans SC", chinese;
}

.eshop .price,
.eshop .percentage {
  text-align: right;
  position: relative;
  display: flex;
  align-items: center;
}

.eshop .price {
  padding-left: 20px !important;
  margin-left: 30px;
  color: #51523b;
  font-weight: 500 !important;
}

.checkout_breakdown_box .price {
  color: #ffffff !important;
}

.eshop .price.discounted {
  align-items: flex-start;
  margin-top: 0;
  margin-right: 10px;
  color: #ab0d36 !important;
}

.eshop .product_list .price {
  margin-left: auto;
  margin-right: auto;
}

.eshop .product_list .price_box {
  justify-content: center;
}

.eshop .product_details_profile_container .price {
  margin-left: 40px;
}

.eshop .product_details_profile_container .option_box {
  font-size: 15px;
  padding-top: 10px;
}

.product_details_profile_container .price.discounted > span:nth-of-type(2) {
  position: absolute;
  top: -22px;
  right: 0;
}

.eshop .product_option_container .option_box {
  flex: 0 0 100%;
  font-size: 18px;
}

.eshop .price[data-currency]::after {
  content: attr(data-currency);
  position: absolute;
  left: 0px;
  margin-left: -30px;
  font-size: 15px;
}

.eshop .price_box .price.discounted > span:nth-of-type(1) {
  /*	color:#ab0d36!important;*/
  font-size: 24px;
  font-weight: 600;
  font-family: "Montserrat", "Noto Sans SC", chinese;
}

.eshop .price_box .price.discounted > span:nth-of-type(2) {
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 10px;
  color: #666666;
  /* position: absolute;
    top: -18px;
    right: 0; */
}

.price_box {
  display: flex;
  position: relative;
  align-items: flex-start;
  font-family: "Montserrat", "Noto Sans SC", chinese;
}

.eshop .price_box .percentage {
  display: table;
  padding-right: 25px;
}

.eshop .price::before {
  position: absolute;
  content: "$";
  top: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  left: 0px;
  margin-left: 0px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 300;
  font-size: 15px;
}

.eshop .percentage::after {
  position: absolute;
  content: "%";
  padding-right: 8px;
  top: 0px;
  bottom: 0px;
  display: flex;
  font-weight: bold;
  color: #777777;
  right: 0px;
  display: flex;
  align-items: center;
  font-size: 12px;
}

/* FINANCE END ///////////////////////////////////////*/
.currency_container {
  position: relative;
  font-family: Arial, chinese;
  font-size: 12px;
  color: #333333;
  margin-left: 10px;
  border-spacing: 0px;
  padding: 0px;
  border-collapse: collapse;
  display: inline-block;
}

.currency_list {
  position: absolute;
  text-align: center;
  display: none;
  z-index: 100;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #dedede;
  background-color: #ffffff;
  min-width: 100%;
  border-radius: 5px;
  overflow: hidden;
  text-shadow: none;
}

.currency_list:hover {
  border: 1px solid #333333;
}

.currency_list > div {
  text-align: center;
  font-size: 11px;
  padding: 8px 15px;
  background-color: #ffffff;
  white-space: nowrap;
}

.currency_list > div:hover {
  background-color: #333333;
  color: #fff;
  cursor: pointer;
}

.currency_tab {
  pointer-events: all;
  /*
	background:url(../../../../../images/header/lang_arrow.png) no-repeat right;
	padding-right:20px;
	*/
  cursor: pointer;
  text-align: center;
  padding: 5px 5px;
  text-transform: none;
  white-space: nowrap;
}

.product_details_profile_container .price {
  margin: initial;
}

.price {
  font-family: "Work Sans", arial;
  font-weight: 200;
  font-size: 24px;
  position: relative;
  display: table;
  margin: auto;
  line-height: 36px;
}

.price::before {
  content: attr(data-currency) " $";
  position: absolute;
  left: 0px;
  font-size: 26px;
}

.pthumb {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  width: 200px;
  margin: auto;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pthumb img {
  max-width: 100%;
  max-height: 100%;
}

.product_hot_container tc .pthumb {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  height: 240px;
  width: 240px;
  margin: auto;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pbasic_info {
  font-size: 16px;
  font-family: "Montserrat", "Noto Sans SC", chinese;
  text-transform: uppercase;
  margin-top: 15px;
  text-align: left;
}

.pbasic_info > div:nth-of-type(1) {
  font-size: 23px;
  color: #333333;
}

.pbasic_info > div:nth-of-type(2) {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 4px;
  font-weight: 500 !important;
}

.item_list.tile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.discount_label {
  right: 0px;
  background-color: #333333;
  color: #ffffff;
  padding: 5px 10px;
}

.discount_label > span {
  font-size: 9px;
  display: block;
  text-transform: uppercase;
}

.product_details_profile_container .discount_label {
  right: 0px;
}

.product_section_header {
  margin: 0 auto;
  min-height: 100px;
  text-align: center;
  font-weight: 300;
  padding: 60px;
  max-width: 850px;
  /* background-image: url(../../../../images/tc/home/set2/header/top_vf.jpg);
    background-repeat: no-repeat;
    background-size: 100%; */
}

.product_section_header .heading {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
}

.product_section_header .headline {
  font-size: 22px;
  line-height: 40x;
  margin: 20px auto;
  width: 90%;
  font-weight: 400;
}

.product_section_header .sub_headline {
  font-size: 38px;
  font-weight: 300;
}

.product_section_header .introduction {
  font-size: 16px;
  font-weight: 300;
}

.eshop .event_top_banner {
  min-height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.brand_overview {
  font-family: "Montserrat", "Noto Sans SC";
}

.brand_overview .heading {
  font-size: 23px;
}

.brand_overview .headline {
  width: 100%;
}

.brand_overview .introduction {
  text-align: center;
  font-size: 15px;
  line-height: 40x;
  margin: 0 auto;
  width: 100%;
  font-weight: 500;
  max-width: 900px;
}

.checkout_stage_box {
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 50px 0px #d1d1d1;
  padding: 0px 20px;
  background-color: #ffffff;
}

.checkout_stage_box > div {
  padding: 10px 15px;
  font-size: 14px;
  position: relative;
  opacity: 0.3;
}

.checkout_stage_box > div::after {
  content: "";
  position: absolute;
  border-right: 1px solid #777777;
  border-bottom: 1px solid #777777;
  width: 8px;
  height: 8px;
  top: 50%;
  left: calc(100% + 20px);
  transform: translateY(-50%) rotate(-45deg);
}

.checkout_stage_box > div.active {
  opacity: 1;
  font-weight: 700;
  color: #787870;
}

.checkout_stage_box > div.active::after {
  border-color: #787870;
}

.checkout_stage_box > div:nth-last-of-type(1)::after {
  display: none;
}

.stage_details_container > div {
  background-color: #ffffffdb;
  opacity: 1;
}

.shopping_bag_list {
  margin-top: 20px;
  padding-bottom: 100px;
  /*box-shadow:0px 0px 0px 1px #dedede;*/
}

.shopping_bag_list > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0px 1px 0px #efefef;
  overflow: hidden;
  max-height: 500px;
  align-items: center;
  position: relative;
}

.shopping_bag_list > div:nth-last-of-type(1) {
  box-shadow: none;
}

.shopping_bag_list > div > div {
  padding: 10px 10px;
  flex: 1 1 auto;
}

.shopping_bag_list > div > div:nth-of-type(1) {
  display: flex;
  flex-basis: 200px;
  align-items: flex-start;
}

.shopping_bag_list > div > div:nth-of-type(1) > div {
  flex: 0 0 auto;
  cursor: pointer;
}

.shopping_bag_list > div > div:nth-of-type(1) > div:nth-of-type(2) {
  margin-top: 5px;
}

.shopping_bag_list .brand {
  background-color: #ffec8e;
  background-color: #687b84;
  color: #232323;
  color: #ffffff;
  margin-bottom: 5px;
  border-radius: 0px;
  font-size: 11px;
  display: table;
  padding: 7px 12px;
  line-height: 12px;
}

.shopping_bag_list .code {
  color: #acacac;
  margin-top: 5px;
  border-radius: 5px;
  font-size: 11px;
  display: table;
  line-height: 12px;
}

.shopping_bag_list .name {
  font-size: 15px;
  max-width: 260px;
}

.shopping_bag_list .option_name {
  font-size: 15px;
  margin-top: 5px;
}

.shopping_bag_list .thumb {
  width: 100px;
  position: relative;
  margin-right: 15px;
}

.shopping_bag_list .thumb img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: inline-block;
}

.shopping_bag_list .unit_subtotal_box {
  padding: 10px 20px;
  align-items: center;
  flex-wrap: nowrap;
  flex: 0 0 450px;
}

.shopping_bag_list .price_box {
  padding-bottom: 0px;
  margin-right: 20px;
  flex: 0 0 130px;
  position: relative;
}

.shopping_bag_list .price_box .discount_label {
  top: 50px;
}

.shopping_bag_list .price.discounted > span:nth-of-type(1) {
  font-size: 16px;
}

.shopping_bag_list .sub_total {
  min-width: 100px;
  justify-content: flex-end;
  font-size: 20px;
}

.shopping_bag_list .list_action {
  padding: 25px;
  flex: 0 0 50px;
}

.checkout_breakdown_box {
  display: flex;
  background-color: #343a3e;
  color: #ffffff;
  justify-content: space-between;
  font-family: "Montserrat", "PingFang", "微軟正黑體", arial;
  overflow: hidden;
}

.checkout_breakdown_box > div {
  display: flex;
}

.checkout_breakdown_box > div > div {
  padding: 10px 30px;
  font-weight: 600;
}

.checkout_breakdown_box > div > div > span:nth-of-type(2) {
  font-size: 20px;
  font-weight: 100;
  display: table;
  line-height: 30px !important;
  text-align: center;
  margin: auto;
}

.checkout_breakdown_box > div > div > span:nth-of-type(2)::before {
  font-weight: 100;
}

.checkout_breakdown_box > div:nth-last-of-type(1) > div:nth-last-of-type(2) {
  background-color: #4b5358;
  box-shadow: 0px 0px 60px #11191e;
  color: #ffffff;
}

.checkout_breakdown_box > div:nth-of-type(1) > div:nth-of-type(1) {
  background-color: #202020;
  color: #ffffff;
  box-shadow: 0px 0px 30px #e3d39c;
  z-index: 100;
}

.checkout_breakdown_box > div:nth-of-type(1) > div:nth-of-type(2) {
  background-color: #7c714b;
  color: #ffffff;
}

.checkout_breakdown_box > div > div > span:nth-of-type(1) {
  color: #e3d39c;
}

.checkout_breakdown_box > div:nth-last-of-type(1) > div:nth-last-of-type(1) {
  background-color: #202020;
  color: #ffffff;
}

.checkout_breakdown_box .shipping.price:empty {
  padding-left: 0px !important;
}

.checkout_breakdown_box .shipping.price:empty::before {
  display: none;
}

.checkout_breakdown_box .shipping.price:empty::after {
  content: attr(data-msg);
}

#promo_code_box {
  position: fixed;
  background-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 10px;
  box-shadow: none;
  top: 35px;
  z-index: 110;
  right: -101%;
  box-shadow: 0px 0px 3px 0px #000000c9;
}

#promo_code_box.show {
  right: 0px;
}

#promo_code_box input {
  margin-bottom: 0px;
}

#account_coin_box {
  position: fixed;
  background-color: #ffffff;
  border-radius: 0px 0px 0px 0px;
  padding: 10px;
  box-shadow: none;
  top: 42px;
  z-index: 110;
  right: -101%;
  box-shadow: 0px 0px 3px 0px #000000c9;
}

#account_coin_box.show {
  right: 0px;
}

#account_coin_box input {
  margin-bottom: 0px;
}

#account_coin_box .but_general,
#promo_code_box .but_general {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #1a1a1a;
  color: #ffffff;
  box-shadow: none;
}

.but_general.coin {
}

.shopping_billnship {
  flex-wrap: nowrap;
  margin-top: 15px;
}

.payment_method_box {
  background-color: #f1f9f8;
}

.shopping_billnship .title {
  flex: 0 0 100px;
}

.shopping_billnship .phone {
  flex: 1;
}

.payment_transaction_stagebox {
  position: fixed;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  overflow: auto;
  display: flex;
  justify-content: center;
}

.payment_transaction_stagebox.active {
  z-index: 10000;
  opacity: 1;
}

.payment_transaction_stagebox > div {
  margin: auto;
  width: 600px;
  max-width: 95%;
  /*
	position:absolute;
	left:50%;
	top:60%;
	transform:translateY(-50%) translateX(-50%);*/
}

.payment_transaction_stagebox .title {
  font-family: "Montserrat", "微軟正黑體", Geneva, Arial;
  font-weight: 300;
  font-size: 25px;
  text-shadow: 0px 5px 3px #ffffff;
  color: #565961;
  padding-bottom: 10px;
  line-height: 50px !important;
  /*text-shadow:0px 2px 1px #ffd592;*/
  text-align: center;
}

.payment_transaction_stagebox .stepbox {
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #dedede;
  background-color: #ffffff;
}

.payment_transaction_stagebox.active > div {
  /*
	top:50%;*/
  max-width: 95%;
}

.payment_transaction_stagebox .step {
  display: flex;
}

.payment_transaction_stagebox .step > div {
  flex: 1;
  vertical-align: top;
  padding: 15px;
  color: #dedede;
}

.payment_transaction_stagebox .step > div.active {
  color: #333333;
}

.payment_transaction_stagebox .step > div > div:nth-child(1) {
  font-size: 16px;
}

.payment_transaction_stagebox .step > div > div:nth-child(2) {
  font-size: 12px;
  line-height: 16px;
  padding-top: 10px;
}

.payment_transaction_stagebox .result {
  margin-top: 10px;
  border-radius: 5px;
  background-color: #ebf8f4;
  padding: 15px 20px;
}

.payment_transaction_stagebox .result > div > div:nth-child(1) {
  font-size: 18px;
  margin-bottom: 5px;
}

.payment_transaction_stagebox .result > div > div:nth-child(2) {
  font-size: 13px;
}

.payment_transaction_stagebox .order_info_table {
  width: 100%;
}

.checkout_pt {
  display: inline-block;
  background-color: #56562a;
  color: #ffffff;
  margin-left: 5px;
  border-radius: 5px;
  padding: 0px 8px;
  font-size: 10px;
  margin-top: -1px;
  position: absolute;
  top: -2px;
  right: 0;
}

.coupon_pt {
  display: inline-block;
  background-color: #56562a;
  color: #ffffff;
  margin-left: 5px;
  border-radius: 5px;
  padding: 0px 8px;
  font-size: 10px;
  margin-top: -1px;
  position: absolute;
  top: -2px;
  right: 0;
}

.shopping_bag_promo_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.shopping_bag_promo_box > div {
  flex: 1 1 50%;
}

.shopping_bag_promo_box .but_general {
  background: linear-gradient(
    rgb(245 243 240) 0%,
    rgb(160 174 175) 100%
  ) !important;
  color: #333333 !important;
  box-shadow: none;
}

.shopping_bag_promo_box .but_general:hover {
  box-shadow: inset 0px 0px 30px #ffe2a2;
  color: #ffffff !important;
}

.addons_box {
  border: 3px solid #d4a949;
  background: linear-gradient(to bottom, #2b3637 0%, #0b0f0f 100%);
  color: #ffffff;
  display: flex;
}

.addons_box > div:nth-of-type(1) {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 20px 30px;
  width: 350px;
  background: url(/library/images/tc/base/cart/specail_r.jpg) no-repeat center
    center;
  background-size: auto 130%;
  font-size: 30px;
  color: #c29531;
  flex-wrap: wrap;
}

.addons_box > div:nth-of-type(2) {
  font-size: 26px;
  padding: 0 30px;
  display: flex;
  align-items: center;
}

.addons_box > div:nth-of-type(1) > div > div:nth-of-type(1) {
  font-size: 26px;
  line-height: 14px;
}

.addons_box > div:nth-of-type(1) > div > div:nth-of-type(2) {
  font-size: 20px;
}

.addons_box > div:nth-of-type(1) > div > span {
  font-weight: 700;
  font-size: 40px;
  color: #2b465d;
}

.addons_box > div:nth-of-type(2) > div > div:nth-of-type(2) {
  font-size: 16px;
  padding: 5px 0px;
}

.suggest_box {
  padding: 20px 40px;
  align-items: center;
  border: 1px solid #b7b8b9;
  background: url(/library/images/tc/base/cart/interested.jpg) no-repeat center;
  background-size: 100%;
  font-size: 16px;
}

.suggest_box > div:nth-of-type(1) > div:nth-of-type(1) {
  font-size: 36px;
}

.product_region_notice_box {
  display: table;
  border-radius: 5px;
  background-color: #2b3637;
  color: #ffffff;
  padding: 10px 20px;
  margin-top: 10px;
  max-width: 300px;
  display: none;
}

.product_details_region_notice_box {
  font-size: 13px;
  background-color: #e3e9eb;
  color: #3f3f3f;
  text-align: center;
  padding: 5px 10px;
  display: none;
}

.remark_container {
  display: flex;
  position: absolute;
  top: 45px;
  left: 60px;
  color: #ab0e36;
}

.remark_box {
  margin: 10px 10px 0 0;
  padding: 2px 10px;
  border: 1px solid #ab0e36;
  color: #ab0e36;
}

.stock_remark {
  display: none;
  background-color: #2b3637;
  color: #ffffff;
}

.suggest_item_box {
  margin-top: 20px;
  box-shadow:
    inset 0px 5px 0px #464638,
    0px 0px 20px #efede2,
    0px -1px 0px #000000;
  padding: 30px;
}

.suggest_item_box > div:nth-of-type(1) {
  font-size: 18px;
}

.suggest_item_box .product_list {
  margin: 0px;
  padding: 0px;
}

.suggest_item_box .product_list > div {
  flex: 0 0 20%;
  text-align: center;
  margin: 10px 20px;
}

.suggest_item_box .product_list .thumb {
  width: 100%;
  /* height: 172px; */
}

.suggest_item_box .product_list .brand {
  font-size: 14px;
  margin-top: 5px;
}

.suggest_item_box .product_list .name {
  font-size: 13px;
  font-weight: 300;
}

.suggest_item_box .price.discounted > span:nth-of-type(2) {
  position: unset !important;
}

.suggest_item_box .price.discounted > span:nth-of-type(1) {
  font-size: 20px !important;
}

.suggest_item_box .product_list .option_box {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 8px 10px !important;
  font-size: 12px;
  color: #333333;
  margin-bottom: 2px;
}

.suggest_item_box .product_list > div:hover .option_box {
  color: #616161;
  box-shadow: 0px 0px 0px 0px #dedede;
}

.suggest_item_box .product_list .price_box {
  margin-bottom: 5px;
}

.suggest_item_box .list_action .but_add_cart.buy {
  margin: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.suggest_item_box .product_list .price {
  font-size: 18px;
}

.suggest_item_box .product_list .price[data-currency]::after {
  font-size: 16px;
}

.flex_wrap {
  flex-wrap: wrap;
}

.line_breaker {
  content: "";
  width: 100%;
}

.product_details_profile_container .redemption_container {
  margin-top: 10px;
}

.redemption_container {
}

.redemption_container input[type="checkbox"] {
  width: 18px !important;
  height: 18px;
  vertical-align: middle;
  margin-left: 0px;
  cursor: pointer;
}

.redemption_container .msg_redeem_with_reward_pt {
  line-height: 18px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 13px;
}

/*page top banner control*/
.eshop .event_top_banner_mobile {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

[data-brand="plasencia"] .event_top_banner {
  background-image: url(/library/images/tc/home/set2/header/main_topvisual_plasencia_v2.jpg);
}

[data-brand="vegafina"] .event_top_banner {
  background-image: url(/library/images/tc/home/set2/header/20260113_vf_topbanner_desktop.jpg?v=1);
}

[data-brand="vegafina"] .event_top_banner_mobile {
  background-image: url(/library/images/tc/home/set2/header/20260113_vf_topbanner_mobile.jpg?v=1);
}

[data-brand="davidoff"] .event_top_banner {
  background-image: url(/library/images/tc/single_brand/davidoff/product_top_banner.jpg);
}

[data-brand="aj-fernandez"] .event_top_banner {
  display: none;
}

[data-id="5"] .event_top_banner {
  background-image: url(/library/images/tc/home/set2/banner/accessories.jpg);
}

[data-id="18"] .event_top_banner {
  background-image: url(/library/images/tc/home/set2/main/main_tobacco_20220905_new.jpg);
}

[data-brand="torres-de-nicaragua"] .event_top_banner {
  background-image: url(/library/images/tc/home/set2/header/20260309_tdn_topbanner_desktop.jpg?v=1);
}

[data-brand="torres-de-nicaragua"] .event_top_banner_mobile {
  background-image: url(/library/images/tc/home/set2/header/20260309_tdn_topbanner_mobile.jpg?v=1);
}

@media (max-width: 1024px) {
  [data-brand="vegafina"] .event_top_banner {
    background-image: url(/library/images/tc/home/set2/header/20260113_vf_topbanner_tablet.jpg?v=1);
    min-height: 40vw;
  }
}

@media (max-width: 500px) {
  [data-brand="vegafina"] .event_top_banner {
    display: none;
  }

  [data-brand="vegafina"] .event_top_banner_mobile {
    display: block;
    min-height: 350px;
  }

  [data-brand="torres-de-nicaragua"] .event_top_banner {
    display: none;
  }

  [data-brand="torres-de-nicaragua"] .event_top_banner_mobile {
    display: block;
    min-height: 350px;
  }
}

/*page top banner control*/
