@charset "UTF-8";

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Segoe UI","Microsoft JhengHei",微軟正黑體,Helvetica,Arial,sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  color: #80807D;
}

.container {
  width: 100%;
}

.aligncenter {
  padding: 0;
  background: #fff;
}

.center_box {
  margin: auto;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}

.right_caption {
  padding: 8px 0;
}

.right_caption img {
  margin: auto;
  float: right;
  height: 25px;
}

.right_caption > a:last-child > img,
.right_caption > img:last-child {
  padding-left: 0;
}

.remarks {
  font-size: 12px;
  margin-bottom: 20px;
}

button {
  padding: 0;
  border: none;
  background: none;
}

a {
  color: #0D5B80;
  text-decoration: none;
  cursor: pointer;
}

a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

.product_banner_row {
  margin-top: 116px;
}

.left_column p {
  margin: 0;
}

#video-wrapper {
  width: 100%;
  height 100%;
}

#ytplayer1,
#ytplayer2,
#ytplayer3,
#ytplayer4 {
  width: 100%;
  height: 100%;
  max-height: 600px;
  min-height: 480px;
}
$base-spacing: 1em;
$off-white: #F5F5F5;
$base-accent-color: #34Bf49;
$thumb-opacity-inactive: 0.75;
$thumb-opacity-hover: 1;
$thumb-opacity-active: 0.2;
$icon-opacity-norm: 0.5;
$icon-opacity-hover: 1;
$base-transition-timing: cubic-bezier(0.455, 0.030, 0.515, 0.955);
$base-transition-duration: 0.3s;

*,
*:after,
*:before {
  box-sizing: border-box;
}

.modal.in .modal-dialog {
  display: table;
}

.enlarge_modal img {
  max-width: none;
}

.gallery img {
  max-width: 100%;
  max-height: 100%;
}

.gallery_container {
  margin: 0 auto;
  padding: 0;
}

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.gallery {
  overflow: hidden;
}

.gallery__hero {
  overflow: hidden;
  position: relative;
  padding: $base-spacing*2;
  margin: 0 0 $base-spacing/3;
  background: #fff;

  .is-zoomed & {
    cursor: move;

    img {
      max-width: none;
      position: absolute;
      z-index: 0;
      top: -50%;
      left: -50%;
    }
  }
}

.gallery__hero-enlarge {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 1;
  width: 30px;
  height: 30px;
  opacity: $icon-opacity-norm;
  background: url("../../image/bp/btn_enlarge.png") no-repeat;
  transition: opacity $base-transition-duration $base-transition-timing;

  &:hover {
    opacity: $icon-opacity-hover;
  }

  .is-zoomed & {
    background: url("../../image/bp/btn_enlarge.png") no-repeat;
  }
}

#processOverlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}

.gallery__thumbs {
  text-align: center;
  background: #fff;
  display: inline-flex;

  a {
    display: inline-block;
    width: 20%;
    padding: $base-spacing/2;
    opacity: $thumb-opacity-inactive;
    transition: opacity $base-transition-duration $base-transition-timing;

    &:hover {
      opacity: $thumb-opacity-hover;
    }

    &.is-active {
      opacity: $thumb-opacity-active;
    }
  }
}

.gallery__thumbs a {
  float: left;
}

.gallery__thumbs a img {
  max-height: 170px;
}

.product_info a img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width:0\0) {
  .gallery__thumbs a img {
    width: 100%;
    height: 100%;
  }

  .product_info a img {
    width: 100%;
    height: 100%;
  }

  .ie10thumbs {
    width: 140px !important;
    height: 110px !important;
  }
}

.topmenu_logo li {
  cursor: pointer;
}

.header .shadow.subrow {
  position: absolute;
  width: 100%;
  top: 0;
  padding-top: 111px;
  z-index: -1;
  background: #fff;
}

.grey_img {
  background: #eee;
}

.wrapper .form_box .row.grey_select {
  padding-bottom: 20px;
}

.delivery_wrap {
  height: calc(100% - 111px);
}

.delivery_wrap .container.shadow {
  position: absolute;
  bottom: 60px;
}

.delivery_wrap .footer {
  position: absolute;
  bottom: 0;
}

.grey_select .select_month,
.grey_select .select_year,
.red_select {
  float: left !important;
  padding: 0;
  margin: 0 0 10px;
}

.red_select input {
  padding: 0;
  text-align: center;
  font-size: 16px;
  display: inline;
  width: 38px;
  border: none;
}

.select_num input {
  padding: 0;
  text-align: center;
  font-size: 16px;
  display: inline;
  width: 25px;
  border: none;
}

.grey_select .select_month .btn-info,
.grey_select .select_year .btn-info {
  margin: 0 !important;
  border: none;
  background: #eee;
  border-radius: 0;
  color: #80807D;
  z-index: 0;
}

.select_num {
  padding: 10px 1px;
  color: #801A1C;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  border: 1px solid #eee;
  margin-top: 20px;
}

.select_num button {
  margin-left: 0;
  font-size: 11px;
}

.select_num span {
  padding: 0 7px;
  font-size: 16px;
}

.red_select {
  margin-top: 13px;
  border: 1px solid #801A1C;
  padding: 10px 8px;
  color: #801A1C;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  height: 45px;
}

.red_select .btn_minus {
  margin-left: 20px;
  font-size: 12px;
}

.red_select .btn_add {
  font-size: 12px;
}

.red_select span {
  padding: 10px;
  text-align: center;
  font-size: 17px;
}

.red_select .btn-info {
  margin: 0 !important;
  border: 1px solid #801A1C !important;
  background: #fff;
  border-radius: 0;
}

.grey_select .bootstrap-select.btn-group:not(.input-group-btn),
.grey_select .bootstrap-select.btn-group[class*="col-"],
.red_select .bootstrap-select.btn-group:not(.input-group-btn) {
  float: left;
  display: inline-block;
  margin-left: 0;
}

.grey_select .bootstrap-select.btn-group .dropdown-menu {
  min-width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0 !important;
}

.wrapper .description.enquiry_content,
.wrapper .description.text_content {
  padding-top: 25px;
}

.wrapper .delivery_item {
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 30px;
  background: url("../../image/bp/deco_arrow_right.png") no-repeat right 30px;
}

.wrapper .delivery_item .item_img {
  display: table;
  text-align: center;
  margin: auto;
}

.wrapper .delivery_item .item_img img {
  width: 70%;
  margin: auto auto 20px;
}

.bold_txt {
  font-weight: bold;
}

.wrapper .enquiry_content p {
  margin-bottom: 20px;
}

.wrapper .enquiry_content .color_txt.bold_txt {
  margin-bottom: 0;
}

.wrapper .row.indent_row {
  padding: 0 0 0 15px;
}

.wrapper .row.indent_row div {
  padding: 0 0 15px;
}

.wrapper .complete_info,
.wrapper .complete_info .row,
.wrapper .confirm_info .row {
  padding: 0;
}

.complete_info .pay_title.description {
  color: #4B4545;
  padding: 0;
  margin-bottom: 0;
}

.complete_info .pay_code {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 25px;
}

.complete_info .lastline {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

.wrapper .confirm_info {
  padding-bottom: 60px;
  padding-top: 20px;
}

.wrapper .confirm_statement div,
.wrapper .confirm_statement p {
  padding: 0;
}

.wrapper .confirm_statement .pay_title {
  padding-bottom: 5px;
}

.wrapper .confirm_statement.grey_bgd {
  padding: 7% 0 7% 50px;
}

.wrapper .complete_info .description {
  padding-bottom: 0;
}

.wrapper .confirm_statement .btn_line {
  margin-right: 0;
}

.payment_input.card_details {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
}

.card_visa {
  padding: 5px 0;
  margin-bottom: 10px;
}

.wrapper .description.small_font {
  font-size: 12px;
}

.wrapper .form_box .row {
  padding: 0;
}

.wrapper .row.half_grid .description.padding_none {
  padding: 0;
}

.desktop_show {
  display: block;
}

.wrapper .row.payment_row {
  padding: 10px 0;
}

.wrapper .row.half_grid {
  padding: 0 50px;
}

.wrapper .row.half_grid .description {
  padding-bottom: 5px;
}

.shopping_list {
  display: none;
  position: absolute;
  width: 400px;
  right: 5%;
  background: #FFF;
  padding: 20px;
  z-index: -1;
}

.shopping_list .underline_row {
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 5px 0;
  font-size: 14px;
}

.shopping_list .total_price {
  text-align: left;
  font-weight: bold;
}

.shopping_list .delete_item {
  padding-top: 20px;
}

.shopping_list .product_subtitle {
  font-size: 14px;
  letter-spacing: 1px;
  padding-bottom: 5px;
}

.shopping_list .product_title {
  font-size: 14px;
  letter-spacing: 1px;
  padding-bottom: 0;
}

.shopping_list .delete_item img {
  float: right;
}

.shopping_list .product_price {
  font-size: 14px;
}

.product_wrapper .slick-slider {
  margin-bottom: 100px;
}

.slider .slick-next {
  background: url("../../image/bp/btn_scroll.png") no-repeat;
  background-size: contain;
  width: 35px;
  height: 38px;
  z-index: 1;
}

.slider .slick-prev {
  background: url("../../image/bp/btn_scroll_left.png") no-repeat;
  background-size: contain;
  width: 35px;
  height: 38px;
  z-index: 1;
}

.mbmenu {
  display: none;
}

.store_address.border_none {
  border: none;
}

.store_line.active {
  display: block;
}

.center_btn {
  text-align: center;
}

.store_line {
  display: none;
}

.header_logo a,
.mb_logo a {
  cursor: pointer;
}

.subrow {
  display: none;
  position: relative;
  z-index: -3;
}

.header {
  position: fixed;
  top: 0;
  z-index: 5;
}

.content_wrap {
  position: relative;
}

.header a:active {
  color: #801A1C;
}

.header a.active {
  color: #801A1C;
}

.footer {
  color: #FFF;
  font-weight: normal;
  background-color: #801A1C;
}

.footer .row {
  padding: 10px 30px;
}

.footer .left_caption {
  font-size: 12px;
  letter-spacing: 0;
  padding: 10px 0;
  text-align: left;
}

.footer .center_caption {
  letter-spacing: 2px;
  text-align: center;
  padding: 8px 0;
}

.center_caption li {
  padding: 0 30px;
}

.half_bgd {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(238, 238, 238, 1) 51%, rgba(238, 238, 238, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(51%, rgba(255, 255, 255, 1)), color-stop(51%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(238, 238, 238, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(238, 238, 238, 1) 51%, rgba(238, 238, 238, 1) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(238, 238, 238, 1) 51%, rgba(238, 238, 238, 1) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(238, 238, 238, 1) 51%, rgba(238, 238, 238, 1) 100%);
}
@media (min-width: 949px) {
  .half_bgd {
    margin-top: 0!important;
  }
}

.wrapper .grey_bgd .row.payment_grey_row {
  padding: 20px 0;
  font-size: 14px;
}

.footer .center_caption li a,
.footer .center_caption li a {
  color: #FFF;
  text-decoration: none;
  font-size: 12px;
}

.footer .center_caption li a:hover,
.footer .center_caption li a:hover {
  text-decoration: underline;
}

.color_bar {
  background-color: #801A1C;
  padding: 25px 0;
}

p {
  margin: 2px 0;
}

.color_txt,
.topmenu_txt .color_txt {
  color: #801A1C;
}

.bold_txt {
  font-weight: bold;
}

.footer_link {
  text-align: center;
}

.product_wrapper {
  padding-top: 0;
}

.product_wrapper .row {
  padding: 0;
}

.topmenu_txt .row div {
  text-align: center;
  padding: 0;
}

.topmenu_txt {
  font-size: 17px;
  letter-spacing: 2px;
  padding: 13px 0;
  text-align: center;
}

.topmenu_logo {
  font-size: 17px;
  letter-spacing: 1px;
  padding: 0;
  text-align: center;
}

.topmenu_logo li,
.topmenu_txt li {
  display: inline-block;
  padding: 0 18px;
}

.topmenu_logo li a,
.topmenu_txt li a {
  color: #80807D;
  text-decoration: none;
  font-size: 17px;
  margin: auto;
  letter-spacing: 2px;
  text-shadow: none;
  cursor: pointer;
}

@media (max-width: 1440px) {
  .topmenu_logo li, .topmenu_txt li {
    padding: 0 12px;
  }
  .topmenu_logo li a,
  .topmenu_txt li a {
    font-size: 15px;
  }
}

.payment_procedure .step.color_txt {
  font-weight: bold;
  opacity: 1;
}

.header_logo img {
  margin: auto;
}

.footer_link p {
  cursor: pointer;
}

.footer .color_bar .footer_link_mb,
.footer_link div {
  padding: 0;
}

.header > .row {
  padding: 30px 0;
}

.header_row {
  background: #fff;
}

.header .row.shadow.add_shadow {
  margin-bottom: 10px;
}

.shadow {
  -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}

.lang_btn_active {
  color: #801A1C;
  text-align: center;
}

.topmenu_txt .row .lang_en,
.topmenu_txt .row .lang_tc {
  padding: 20px 0;
}

.row {
  margin: 0;
}

.shopping_list .row {
  border-bottom: 1px solid rgb(241, 241, 241);
  padding: 10px 0;
  position: relative;
}

.shopping_list .row:last-of-type {
  border-bottom: 0;
  padding: 5px 0 0;
}

.padding_none,
.payment_grey_row .padding_none {
  padding: 0;
  font-size: 14px;
}

.icon_large {
  height: 70px;
}

.topmenu_logo .icon_shoppingcart {
  position: relative;
  padding: 0 5px;
}

img {
  max-width: 100%;
  display: block;
}

.icon_shoppingcart div {
  position: absolute;
  left: 36px;
  top: 1px;
  font-size: 12px;
  color: #801A1C;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  width: 20px;
}

.desktop_row {
  min-width: 1000px;
  margin: auto;
  max-width: 1700px;
}

.icon_large img {
  float: right;
}

.main_content {
  padding: 80px 50px;
}

.page_topic p {
  font-size: 19px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  color: #801A1C;
  padding: 15px 0;
}

.topic_line {
  width: 55px;
  border-bottom: 1px solid #801A1C;
  margin: auto auto 10px;
}

.product_info {
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.product_name {
  font-size: 20px;
  letter-spacing: 2px;
  min-height: 85px;
}

.product_name .subtitle {
  font-size: 15px;
  font-weight: lighter;
  padding-bottom: 2px;
}

.product_price .price {
  letter-spacing: 2px;
  font-size: 17px;
}

.product_price {
  font-size: 14px;
}

.product_price_wrap {
  width: 180px;
  margin: auto;
}

.product_img_thumbnail {
  display: table;
  padding: 0 82px;
  width: 100%;
}

.product_img_thumbnail div {
  padding: 0;
}

.product_detail_wrap {
  letter-spacing: 2px;
  margin-top: 130px;
}

.enlarge_product {
  background: url("../../image/bp/btn_enlarge.png") no-repeat bottom 50px right 50px;
}

.product_detail_wrap p {
  padding-bottom: 25px;
}

.product_detail_price > div {
  margin-right: 10px;
}

.product_subtitle {
  font-size: 17px;
  padding-bottom: 10px;
}

.product_title {
  font-size: 25px;
  letter-spacing: 5px;
  padding-bottom: 20px;
}

.product_wrapper .product_detail_price {
  padding: 0;
  text-align: left;
  padding-bottom: 20px;
}

.product_dropdown {
  border: 1px solid #801A1C;
  margin-right: 10px;
  height: auto;
  margin-top: 13px;
  padding: 11px 0;
  text-align: center;
  color: #801A1C;
  font-size: 14px;
}

.product_dropdown select {
  border: none;
  background: none;
}

.product_detail_price .price {
  font-size: 24px;
}

.left_txt {
  text-align: left;
}

.full_width {
  width: 100%;
}

.product_detail_price .left_txt {
  padding-bottom: 0;
}

.product_detail_wrap .product_subtitle {
  padding-bottom: 5px;
}

.trade_detail_icon {
  display: inline-flex;
  font-weight: 600;
}

.trade_detail_icon img {
  padding-left: 10px;
}

.main_content_row {
  margin-bottom: 150px;
}

.product_content {
  margin-top: 200px;
}

.container .detail_content {
  padding-top: 0;
}

.detail_content .product_detail_wrap {
  padding-top: 150px;
}

.multi-item-carousel {
  .carousel-inner {
    > .item {
      transition: 500ms ease-in-out left;
    }

    .active {
      &.left {
        left: -33%;
      }

      &.right {
        left: 33%;
      }
    }

    .next {
      left: 33%;
    }

    .prev {
      left: -33%;
    }
    @media all and (transform-3d), (-webkit-transform-3d) {
      > .item {
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none !important;
      }
    }
  }

  .carouse-control {
    &.left,
    &.right {
      background-image: none;
    }
  }
}

.carousel-control.left,
.carousel-control.right {
  background: none;
  width: 50px;
  vertical-align: center;
  opacity: 1;
}

.scroll_padding {
  padding-top: 350px;
}

.addcart_img {
  float: left;
  padding: 4px;
  margin-right: 10px;
  width: 20px;
}

.product_detail_wrap .addcart_line {
  display: inline-block;
  padding: 0;
}

.topmenu_logo .icon_small {
  padding: 10px 5px;
}

.payment_procedure .row {
  margin: auto;
  width: 750px;
  letter-spacing: 2px;
}

.payment_procedure {
  border-bottom: 1px solid #eee;
  padding: 30px 0;
  background: #fff;
}

.payment_procedure .step {
  float: left;
  padding: 0 20px;
  opacity: 0.5;
}

.payment_procedure .active {
  float: left;
  padding: 0 20px;
  opacity: 1;
}

.payment_content {
  margin: auto;
}

.shopping_title {
  font-size: 25px;
  letter-spacing: 4px;
  padding-left: 0;
  font-weight: bold;
  padding: 0 20px 20px;
}

.shopping_item {
  position: relative;
  padding-bottom: 25px;
  letter-spacing: 1px;
}

.shopping_img {
  background: #eee;
  margin-bottom: 20px;
}

.big_title {
  font-size: 19px;
  letter-spacing: 2px;
}

.shopping_delete {
  padding: 5px;
}

.shopping_endlist {
  border-top: 1px solid #eee;
  padding-top: 20px;
  letter-spacing: 2px;
  background: #f0f0f0;
  padding-bottom: 20px;
}

.shopping_endlist p {
  padding-bottom: 5px;
}

.shopping_endlist .small_txt {
  font-size: 14px;
}

.wrapper .shopping_item.payment_row {
  padding: 20px 0;
}

.shopping_delete img {
  float: right;
}

.product_detail_wrap .btn-info,
.shopping_item .btn-info {
  background: none;
  color: #801A1C;
  border: 1px solid #eee;
  border-radius: 0;
  width: 60px !important;
}

.btn-info,
.btn-info.active,
.btn-info.active,
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active,
.btn-info:active,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:hover,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-info,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #801A1C;
  background-color: #fff;
  border-color: #eee;
}

.btn {
  padding: 10px 20px;
}

.btn-group > .btn:first-child {
  margin-left: 5%;
}

.arrow img {
  padding-top: 2px;
  margin: auto;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 80px;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: none;
  width: 60px;
}

.bootstrap-select.btn-group .dropdown-menu {
  background: #fff;
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dropdown-menu > li > a {
  display: block;
  padding: 10px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 60px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
}

.shopping_num .bootstrap-select.btn-group .dropdown-menu {
  min-width: 60px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5%;
}

.total_price {
  text-align: center;
  font-size: 20px;
}

.mb_show,
.slider.mb_show {
  display: none;
}

.coupon_code {
  border-bottom: 1px solid #801A1C;
  padding-bottom: 10px;
  padding-top: 10px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.right_cross {
  float: right;
}

.bottom_line {
  margin-top: 100px;
}

.btn_line {
  padding: 12px 0;
  text-align: center;
  margin-top: 14px;
  margin-right: 10px;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #801A1C;
  cursor: pointer;
  display: inline-block;
  background: #fff;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  color: #801A1C;
}

.btn_addtocart {
  width: 160px;
  padding: 12px 0;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #801A1C;
  cursor: pointer;
  display: inline-block;
  background: none;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  color: #801A1C;
}

.btn_addtocart:before {
  content: "加入購物車";
}

.product_addtocart:before {
  content: "加入購物車";
}

.btn_addtocart.soldout:before {
  content: "暫時缺貨";
}

.product_addtocart.soldout:before {
  content: "暫時缺貨";
}

.soldout {
  pointer-events: none;
  cursor: default;
  border: #666 1px solid;
  color: #fff;
  background: #999;
}

.btn_line_fb {
  background: url("../../image/bp/btn_fb.png") no-repeat 10px;
  background-size: 20px;
  margin-right: 0 !important;
  height: 45px;
}

.btn_addtocart:after,
.btn_line:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #801A1C;
}

.btn_line_fb:after {
  background: url("../../image/bp/btn_fb_white.png") no-repeat 10px;
  background-size: 20px;
  background-color: #801A1C;
}

.btn_addtocart:active,
.btn_addtocart:hover,
.btn_line:active,
.btn_line:hover {
  color: #fff;
}

.btn_addtocart:active:after,
.btn_addtocart:hover:after,
.btn_line:active:after,
.btn_line:hover:after {
  width: 100%;
}

.timeline_item {
  margin: 30px 0;
  opacity: 0.3;
}

.timeline_item .timeline_mark {
  display: none;
}

.timeline_item.active {
  opacity: 1;
}

.timeline_item.active .timeline_mark {
  display: block;
}

.btn_color {
  text-align: center;
  margin-top: 14px;
  margin-right: 10px;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 14px;
  border: 1px solid #801A1C;
  cursor: pointer;
  display: inline-block;
  background: #801A1C;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  color: #fff;
  height: 45px;
  line-height: 45px;
}

.btn_color_add {
  background: url("../../image/bp/btn_addcart_white.png") no-repeat 5px;
  background-size: 12px;
  background-position-x: 15%;
  background-color: #801A1C;
}

.btn_color:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  color: #801A1C;
}

.btn_color:active,
.btn_color:hover {
  color: #801A1C;
}

.btn_color:active:after,
.btn_color:hover:after {
  width: 100%;
}

.btn_color_add:after {
  background: url("../../image/bp/btn_addcart.png") no-repeat 5px;
  background-size: 12px;
  background-position-x: 15%;
  background-color: #fff;
}

.puzzle_grid .btn_color {
  width: 160px;
  margin-top: 30px;
}

.puzzle_grid p {
  letter-spacing: 5px;
  margin-bottom: 7px;
  font-size: 25px;
  font-weight: 500;
}

.puzzle_grid .subtitle {
  letter-spacing: 2px;
  font-size: 17px;
  font-weight: 600;
}

.puzzle_grid .description {
  line-height: 25px;
  font-weight: normal;
  font-size: 14px;
}

.wrapper .description {
  line-height: 30px;
  font-weight: normal;
  font-size: 14px;
  padding: 5px 0;
  display: table-row;
  word-wrap: break-word;
}

.full_height {
  height: 100%;
  padding: 0;
}

.puzzle_grid .full_height {
  padding: 0;
}

.full_width {
  width: 100%;
}

.square {
  float: left;
  position: relative;
  width: 50%;
  padding-bottom: 35%;
  margin: 0;
  overflow: hidden;
}

.content {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 15%;
  left: 0;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.table-cell ul {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.para_dash {
  border-bottom: 1px solid #801A1C;
  width: 65px;
  float: left;
  padding: 7px 0;
  margin-right: 15px;
}

.payment_discount div {
  display: table;
  width: 100%;
}

.payment_discount .payment_tick_img {
  background: none;
  border: none;
}

.product_wrapper,
.wrapper {
  min-width: 1000px;
  margin: auto;
  max-width: 1500px;
}

.wrapper .row {
  padding: 50px 15px;
}

.grey_row {
  background: #eee;
}

.about_topic {
  font-weight: bold;
  line-height: 30px;
  font-size: 19px;
  letter-spacing: 2px;
}

.store_list .about_topic {
  letter-spacing: 5px;
}

.wrapper .row.news_row {
  padding-bottom: 0;
}

.news_row > .color_txt {
  font-weight: bold;
  line-height: 30px;
  font-size: 19px;
  letter-spacing: 4px;
  padding: 0;
}

.timeline {
  border-left: 5px solid #eee;
  margin-left: 25px;
  padding-left: 25px;
  margin-right: 50px;
}

.timeline_mark {
  width: 50px;
  position: absolute;
  left: -30px;
  color: #801A1C;
}

.timeline_mark p {
  font-size: 14px;
  position: absolute;
  top: 5px;
  font-weight: bold;
}

.timeline_mark .para_dash {
  position: absolute;
  top: 0;
  width: 25px;
  left: 15px;
  border-bottom: 2px solid #801A1C;
}

.timeline_txt {
  padding: 5px 20px;
}

.timeline_txt .color_txt {
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 19px;
  line-height: 30px;
}

.timeline_txt .btn_line_fb {
  padding: 0;
}

.timeline_txt button {
  min-width: 100px;
}

.wrapper .timeline_item .row {
  padding: 0 15px;
}

.banner_row {
  overflow: hidden;
  margin-top: 116px;
}

.banner_row > div {
  padding: 0;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #801A1C;
  border: none;
  opacity: 1;
}

.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  opacity: 0.3;
}

.form_box {
  padding: 20px 0;
}

.shopping_caption {
  padding-bottom: 10px;
  font-size: 14px;
}

.payment_input {
  background: #eee;
  border: none;
  padding: 10px;
  margin-bottom: 10px;
}

.form_error {
  border: 1px solid #f1708b;
}

.error_msg {
  color: #f1708b;
  font-size: 14px;
  margin-bottom: 20px;
  clear: both;
  display: none;
}

.requiredfield {
  color: #f1708b;
}

.formremarks {
  clear: both;
  padding-top: 30px;
}

.long_input {
  margin-bottom: 10px;
}

.shopping_caption {
  float: left;
  width: 30px;
}

.grey_bgd {
  padding: 20px 0 20px 50px;
  color: #4B4545;
}

.wrapper .grey_bgd .row {
  padding: 20px 0;
}

.wrapper .grey_bgd > .row {
  padding: 40px 0 0;
}

.wrapper .grey_bgd .payment_item {
  padding: 20px 0;
}

.wrapper .grey_bgd .payment_item .product_info {
  padding: 0 15px;
  text-align: left;
}

.payment_grey_row div {
  padding: 0;
}

.pay_title {
  font-size: 19px;
  margin-top: 30px;
  font-weight: bold;
  letter-spacing: 4px;
}

.payment_img {
  background: #FFF;
  border: 1px solid #ddd;
  float: left;
}

.payment_grey_row p {
  font-size: 14px;
  padding: 0 0 10px;
}

.payment_grey_row .product_name {
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 5px;
}

.payment_grey_row span {
  font-size: 14px;
}

.payment_grey_row .product_num {
  font-size: 17px;
  margin-bottom: 0;
}

.payment_grey_row .payment_num {
  padding-right: 10px;
}

.price_column {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0;
  text-align: center;
  float: right;
}

.payment_grey_row {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.payment_tick_img {
  background: #FFF;
  border: 1px solid #ddd;
  float: left;
  padding-right: 15px;
}

.payment_grey_row p p {
  padding: 5px 0;
}

.right_square {
  float: right;
}

.header .subrow .topmenu_txt li,
.subrow .topmenu_logo li {
  padding: 0 40px;
}

.header .subrow {
  padding: 0;
}

.left_column {
  padding-right: 10%;
  text-align: left;
}

.info_item {
  text-align: center;
  font-size: 14px;
  padding: 0 8%;
  line-height: 25px;
}

.info_item img {
  margin: auto auto 10px;
  width: 60px;
}

.info_row {
  width: 1000px;
  margin: auto;
}

.info_item .color_txt {
  font-size: 14px;
}

.wrapper .row {
  padding: 50px;
}

.mb_timeline_mark {
  display: none;
}

.region_list a {
  letter-spacing: 5px;
  font-size: 20px;
  margin: auto;
  padding: 0 25px;
}

.region_list a:active,
.region_list a:hover,
.region_list a:link,
.region_list a:visited {
  color: #fff;
  text-decoration: none;
}

.region_list {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.banner {
  position: relative;
}

.dark_overlay {
  position: absolute;
  top: 0;
  background: #000;
  opacity: 0.5;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.mb_overlay {
  display: none;
}

.carousel {
  z-index: 1;
}

.wrapper.store_list {
  min-width: 700px;
  max-width: 1200px;
}

.store_address {
  border-bottom: 1px solid #801A1C;
  padding: 10px 0;
}

.list_more {
  text-align: center;
  border: none;
  background: none;
  margin: auto;
}

.list_more img {
  margin: auto;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  .topmenu_logo li,
  .topmenu_txt li {
    display: inline-block;
    padding: 0 8px;
  }

  .header .subrow .topmenu_txt li,
  .subrow .topmenu_logo li {
    padding: 0 20px;
  }

  .topmenu_logo li a,
  .topmenu_txt li a {
    letter-spacing: 1px;
    font-size: 14px;
  }

  .red_select span {
    padding: 10px 5px;
    text-align: center;
  }

  .red_select .btn_minus {
    margin-left: 5px;
  }

  .select_num span {
    padding: 0 5px;
    font-size: 16px;
  }

  .shopping_num {
    padding: 0;
  }

  .banner_row {
    margin-top: 116px;
  }

  .product_banner_row {
    margin-top: 200px;
  }

  .shopoffers li {
    background: url("../../image/bp/tick.png") no-repeat;
    text-indent: 30px;
    font-size: 16px;
    text-indent: 40px;
    font-size: 22px;
    background-size: contain;
    list-style: none;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .wrapper .delivery_item {
    background: none;
  }

  .left_column p {
    margin: auto;
  }

  .shopping_num {
    padding: 0;
  }

  .mbmenu_options a:active,
  .mbmenu_options a:link,
  .mbmenu_options a:visited {
    color: #fff;
  }

  .wrapper .row.indent_row {
    padding: 0;
  }

  .desktop_show {
    display: none;
  }

  .header > .row.mbmenu {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 6;
  }

  .header > .row.mbmenu.mb_overlay {
    z-index: 1;
  }

  .header > .row > .mbmenu_wrap {
    background: #801A1C;
    z-index: 5;
    height: 100%;
    color: #fff;
    padding: 49px 30px;
  }

  .mbmenu_logo {
    margin: 30px;
    padding: 0;
  }

  .mbmenu_options {
    color: #fff;
    margin: 20px 30px;
  }

  .mbmenu_options nav {
    list-style: none;
  }

  .mbmenu_options li {
    margin-bottom: 12px;
  }

  .mbmenu_options a {
    color: #fff;
    letter-spacing: 3px;
    font-weight: normal;
  }

  .mbmenu_icon {
    float: left;
    margin-right: 30px;
  }

  .mbmenu_bottom {
    position: absolute;
    bottom: 30px;
    display: table;
    margin-bottom: 0;
  }

  .mbmenu_bottom li {
    margin-bottom: 0;
  }

  .mb_timeline_mark {
    display: block;
    position: absolute;
    top: 37px;
  }

  .news_row .row {
    padding: 0;
  }

  .timeline {
    border: none;
    margin: 0;
    padding: 25px;
    position: relative;
  }

  .timeline_item {
    opacity: 1;
    text-align: left !important;
  }

  .news-items .slick-arrow {
    position: absolute;
    top: 20px;
    color: #FFF;
  }

  .news-items .slick-arrow-prev {
    left: 80%;
    cursor: pointer;
    background: #801A1C;
    padding: 7px 10px;
    border-radius: 50%;
    z-index: 3;
  }

  .news-items .slick-arrow-next {
    right: 6%;
    cursor: pointer;
    background: #801A1C;
    padding: 7px 10px;
    border-radius: 50%;
  }

  .timeline_item.active {
    display: block;
  }

  .timeline_item,
  .timeline_item.active .timeline_mark,
  .timeline_mark {
    display: none;
  }

  .wrapper .row.mb_padding_none,
  .wrapper .row.timeline_txt {
    padding: 0;
  }

  .info_item {
    padding: 50px;
  }

  .info_item .color_txt {
    line-height: 35px;
  }

  .info_row {
    width: 100%;
  }

  .wrapper .row {
    padding: 20px 15px;
  }

  .left_column {
    text-align: center;
    padding: 0;
  }

  .para_dash {
    float: none;
    margin: auto auto -10px;
  }

  .wrapper .description {
    padding-top: 10px;
  }

  .wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .desktop_row {
    min-width: 100%;
    max-width: 100%;
  }

  .mb_left_logo {
    padding: 9px 0;
  }

  .mb_logo {
    text-align: center;
  }

  .mb_logo img {
    margin: auto;
  }

  .mb_right_logo {
    position: relative;
    margin-right: 0;
    float: right;
  }

  .mb_cartimg {
    position: absolute;
    right: 9px;
  }

  .mb_right_logo div {
    position: absolute;
    right: 10px;
    color: #801A1C;
    font-size: 11px;
    top: 1px;
    letter-spacing: 0;
    width: 18px;
    text-align: center;
  }

  .footer .desktop_row {
    width: 100%;
  }

  .square {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    margin: 0;
    overflow: hidden;
    padding: 30px;
  }

  .content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    left: 0;
  }

  .header > .row > div {
    padding: 0 20px;
  }

  .table {
    margin-bottom: 0;
  }

  .wrapper .row {
    padding: 20px;
  }

  .mb_padding_none {
    padding: 0;
  }

  .ipadbigimgalign img {
    margin: auto;
    padding-bottom: 50px;
  }

  .wrapper.store_list {
    min-width: 100%;
    max-width: 100%;
  }

  .product_wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .product_detail_wrap {
    margin-top: 50px;
  }

  .product_name {
    min-height: 90px;
  }

  .product_name p {
    font-size: 16px;
  }

  .product_detail_price .price {
    font-size: 20px;
  }

  .product_info {
    padding-bottom: 20px;
  }

  .slider .slick-next {
    right: 0;
  }

  .slider .slick-prev {
    left: 0;
  }

  .enlarge_product {
    background: url("../../image/bp/btn_enlarge.png") no-repeat bottom 30px right 30px;
  }

  .main_content_row {
    margin-bottom: 100px;
  }

  .product_wrapper .slick-slider {
    margin-bottom: 50px;
  }

  .slider.mb_show {
    display: block;
  }

  .mb_show .slider a {
    color: #80807D;
  }

  .mb_show .slider {
    width: 90%;
    margin: auto;
  }

  .mb_show .slick-list {
    padding: 0;
  }

  .mb_show .slider .slick-slide {
    font-size: 14px;
    width: auto !important;
  }

  .wrapper .shopping_item.payment_row {
    padding: 20px 0 0;
  }

  .payment_content > div {
    padding: 0;
  }

  .btn-group > .btn:first-child {
    margin-left: -5%;
  }

  .half_bgd {
    background: none;
    position: relative;
  }

  .payment_wrapper .half_bgd {
    background: none;
    position: relative;
    margin-top: 201px;
  }

  .mb_show.pricebar,
  .wrapper .half_grid .mb_show {
    display: block;
  }

  .mb_show .btn_color,
  .mb_show .btn_line {
    margin: 20px 0;
  }

  .color_pricebar {
    background: #801A1C;
    padding: 20px;
    color: #fff;
    position: fixed;
    top: 200px;
    width: 100%;
    z-index: 2;
  }

  .color_pricebar .old_price {
    opacity: 0.5;
  }

  .wrapper .row.half_grid {
    padding: 0 30px;
  }

  .wrapper .row.half_grid > div {
    padding-bottom: 100px;
  }

  .color_pricebar .sum {
    padding: 15px;
  }

  .color_pricebar p {
    text-align: center;
  }

  .payment_procedure {
    background: #fff;
    position: fixed;
    top: 115px;
    z-index: 2;
  }

  .color_pricebar .arrow img {
    padding: 10px 0;
    float: right;
  }

  .btn_desktop {
    display: none;
  }

  .wrapper .confirm_info {
    padding-bottom: 10px;
  }

  .wrapper .grey_bgd.confirm_statement > div {
    padding: 0 0 30px;
  }

  .complete_info .lastline {
    border-top: 1px solid #801A1C;
    margin-top: 30px;
    padding: 15px 0 !important;
    text-align: center;
    font-weight: bold;
  }

  .color_pricebar .sum.code_txt {
    padding-bottom: 10px;
  }

  .color_pricebar .sum.big_code {
    padding-top: 0;
    font-size: 25px;
    letter-spacing: 3px;
  }

  .complete_row {
    position: relative;
    margin-top: 218px;
  }

  .desktop_note {
    display: none;
  }

  .gallery__hero-enlarge {
    right: 10px;
    bottom: 10px;
  }

  .enlarge_modal img {
    max-width: 100%;
  }

  .delivery_wrap .footer {
    position: relative;
    bottom: 0;
  }

  .delivery_wrap .container.shadow {
    position: relative;
    bottom: 0;
  }

  .banner_row {
    margin-top: 116px;
  }

  .product_banner_row {
    margin-top: 200px;
  }

  .checkoutmobsequence .coremove {
    position: absolute;
    right: 0;
    top: 50px;
  }

  .otherpromo .promoitem {
    min-height: 330px!important;
  }

  .shopoffers li {
    background: url("../../image/bp/tick.png") no-repeat;
    text-indent: 30px;
    font-size: 16px;
    text-indent: 40px;
    font-size: 22px;
    background-size: contain;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  #ytplayer1,
  #ytplayer2,
  #ytplayer3,
  #ytplayer4 {
    min-height: 320px;
  }
}
@media (min-width: 950px) {
  .checkoutmobsequence .coremove {
    position: absolute;
    right: 0;
    top: 50px;
  }

  .shopoffers li {
    background: url("../../image/bp/tick.png") no-repeat;
    text-indent: 30px;
    font-size: 16px;
    text-indent: 40px;
    font-size: 22px;
    background-size: contain;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .store-display-mobile {
    padding-top: 50px;
    display: none;
  }

  .store-display-desktop {
    display: block;
  }
}
@media screen and (max-width:950px) {
  .store-display-mobile {
    display: block;
    text-align: center;
  }

  .store-display-desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .wrapper .delivery_item {
    background: none;
  }

  .left_column p {
    margin: auto;
  }

  .delivery_wrap {
    height: 100%;
  }

  .delivery_wrap .footer {
    position: relative;
    bottom: 0;
  }

  .delivery_wrap .container.shadow {
    position: relative;
    bottom: 0;
  }

  .gallery__hero-enlarge {
    right: 10px;
    bottom: 10px;
  }

  .enlarge_modal img {
    max-width: 100%;
  }

  .shopping_num {
    padding: 0;
  }

  .select_num {
    margin-left: 35px;
    margin-top: 5px;
    padding: 10px;
  }

  .mb_show .mb_text_menu.slider .slick-prev {
    background: url("../../image/bp/btn_redleftarrow.png") no-repeat center left;
  }

  .mb_show .mb_text_menu.slider .slick-next {
    background: url("../../image/bp/btn_redrightarrow.png") no-repeat center right;
  }

  .mbmenu_options a:active,
  .mbmenu_options a:link,
  .mbmenu_options a:visited {
    color: #fff;
  }

  .complete_row {
    position: relative;
    margin-top: 160px;
  }

  .color_pricebar .sum.code_txt {
    padding-bottom: 10px;
  }

  .color_pricebar .sum.big_code {
    padding-top: 0;
    font-size: 25px;
    letter-spacing: 3px;
  }

  .complete_info .lastline {
    border-top: 1px solid #801A1C;
    margin-top: 30px;
    padding: 15px 0 !important;
    text-align: center;
    font-weight: bold;
  }

  .wrapper .confirm_info {
    padding-bottom: 10px;
  }

  .color_pricebar .arrow img {
    padding: 10px 0;
    float: right;
  }

  .color_pricebar .sum {
    padding: 22px 10px;
    text-align: left;
  }

  .color_pricebar div {
    text-align: center;
  }

  .color_pricebar {
    background: #801A1C;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    position: fixed;
    top: 132px;
    width: 100%;
    z-index: 2;
  }

  .color_pricebar .price_column {
    font-size: 14px;
  }

  .color_pricebar .old_price {
    opacity: 0.5;
  }

  .mb_show .btn_color,
  .mb_show .btn_line {
    margin: 20px 0;
  }

  .half_bgd {
    background: none;
    position: relative;
    margin-bottom: 25px;
    margin-top: 150px;
  }

  .wrapper .shopping_item.payment_row {
    padding: 15px 0;
  }

  .shopping_num > span {
    font-size: 12px;
    float: left;
    padding: 10px 5px 10px 0;
    margin-top: 10px;
  }

  .shopping_num .btn-group {
    width: 60px !important;
    float: left !important;
    margin-top: 10px;
  }

  .payment_content > div {
    padding: 0;
  }

  .mb_shopping_height .color_txt {
    font-size: 14px;
  }

  .desktop_show {
    display: none;
  }

  .mb_show .slick-list {
    padding: 0;
  }

  .mb_show .slider .slick-prev {
    background: url("../../image/bp/btn_scroll_left.png") no-repeat;
    background-size: contain;
    left: 0;
    z-index: 1;
  }

  .mb_show .slider {
    width: 90%;
    margin: auto;
    padding: 10px;
  }

  .mb_show .slider .slick-next {
    background: url("../../image/bp/btn_scroll.png") no-repeat;
    background-size: contain;
    right: 0;
    z-index: 1;
  }

  .mb_show .slider .slick-slide {
    font-size: 14px;
  }

  .mb_show .slider a {
    color: #80807D;
  }

  .slider .slick-next {
    right: -10px;
  }

  .slider .slick-prev {
    left: -10px;
  }

  .product_wrapper .slick-slider {
    margin-bottom: 50px;
  }

  .enlarge_product {
    background: url("../../image/bp/btn_enlarge.png") no-repeat bottom 0 right 0;
  }

  .product_detail_wrap {
    margin-top: 50px;
    padding: 0 5px;
  }

  .product_detail_wrap .product_txt {
    font-size: 14px;
  }

  .product_wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .product_name .subtitle {
    font-size: 14px;
  }

  .product_info {
    padding: 0;
  }

  .header > .row.mbmenu {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 6;
  }

  .header > .row.mbmenu.mb_overlay {
    z-index: 1;
  }

  .header > .row > .mbmenu_wrap {
    background: #801A1C;
    z-index: 5;
    height: 100%;
    color: #fff;
    padding: 30px 20px;
  }

  .mbmenu_logo {
    margin: 20px;
    padding: 0;
  }

  .mbmenu_options {
    color: #fff;
    margin: 10% 20px;
  }

  .mbmenu_options nav {
    list-style: none;
  }

  .mbmenu_options li {
    margin-bottom: 15px;
  }

  .mbmenu_options a {
    color: #fff;
    letter-spacing: 3px;
    font-weight: normal;
  }

  .mbmenu_icon {
    float: left;
    margin-right: 30px;
  }

  .mbmenu_bottom {
    position: absolute;
    bottom: 20px;
    display: table;
    margin-bottom: 0;
  }

  .mbmenu_bottom li {
    margin-bottom: 0;
  }

  .content_wrap {
    position: relative;
  }

  .wrapper.store_list {
    min-width: 100%;
    max-width: 100%;
  }

  .region_list a {
    padding: 0;
  }

  .mb_timeline_mark {
    display: block;
    position: absolute;
    top: 37px;
  }

  .news_row .row {
    padding: 0;
  }

  .timeline {
    border: none;
    margin: 0;
    padding: 25px;
    position: relative;
  }

  .timeline_item {
    opacity: 1;
    text-align: left !important;
  }

  .news-items .slick-arrow {
    position: absolute;
    top: -25px;
    color: #fff;
  }

  .news-items .slick-arrow-prev {
    left: 38%;
    cursor: pointer;
    background: #801A1C;
    padding: 7px 10px;
    border-radius: 50%;
    z-index: 3;
  }

  .news-items .slick-arrow-next {
    right: 38%;
    cursor: pointer;
    background: #801A1C;
    padding: 7px 10px;
    border-radius: 50%;
  }

  .timeline_item.active {
    display: block;
  }

  .timeline_item,
  .timeline_item.active .timeline_mark,
  .timeline_mark {
    display: none;
  }

  .wrapper .row.mb_padding_none,
  .wrapper .row.timeline_txt {
    padding: 0;
  }

  .wrapper .row {
    padding: 50px 15px;
  }

  .info_item {
    padding: 50px;
  }

  .info_item .color_txt {
    line-height: 35px;
  }

  .info_row {
    width: 100%;
  }

  .wrapper .row {
    padding: 20px;
  }

  .wrapper .description {
    padding-top: 10px;
  }

  .left_column {
    text-align: center;
    padding: 0;
  }

  .para_dash {
    float: none;
    margin: auto auto -10px;
  }

  .wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .header .subrow {
    display: none;
  }

  .desktop_row {
    min-width: 100%;
    max-width: 100%;
  }

  .carousel-indicators {
    bottom: 0;
  }

  .mb_left_logo {
    padding: 19px 10px;
  }

  .mb_logo img {
    margin: 5px 0;
  }

  .mb_right_logo {
    position: relative;
    padding: 0;
    width: 45px;
    float: right;
  }

  .mb_right_logo img {
    margin: 0;
    float: right;
  }

  .mb_left_logo {
    padding: 10px 0;
  }

  .header > .row {
    padding: 11px 0;
  }

  .container {
    min-width: 100%;
  }

  .footer_link {
    text-align: center;
    padding: 0 10px;
  }

  .footer .color_bar {
    padding: 15px 25px;
    font-size: 10px;
  }

  .footer .color_bar div {
    padding: 0;
  }

  .footer .color_bar .row {
    margin: 0;
  }

  .footer .color_bar .footer_link_mb {
    padding: 0 10px;
  }

  .main_content {
    padding: 40px 0;
  }

  .btn_addtocart {
    width: 75%;
  }

  .product_price_wrap {
    width: 100%;
    margin: auto;
  }

  .product_name {
    padding: 0 15px;
    font-size: 17px;
  }

  .mb_padding_none {
    padding: 0;
  }

  .product_title {
    font-size: 25px;
    letter-spacing: 4px;
    padding-bottom: 20px;
  }

  .product_detail_wrap p {
    padding-bottom: 25px;
  }

  .product_detail_price {
    padding: 0;
    font-size: 16px;
    text-align: left;
  }

  .product_detail_price .price {
    font-size: 22px;
  }

  .trade_detail_icon {
    font-size: 14px;
  }

  .product_detail_price > div {
    font-size: 14px;
  }

  .btn_color_add {
    padding-left: 15px;
  }

  .detail_content .btn_addtocart {
    width: 60%;
  }

  .detail_content .product_price_wrap {
    width: 50%;
  }

  .scroll_padding {
    padding-top: 150px;
  }

  .addcart_img {
    float: left;
    padding: 3px 10px 3px 3px;
    width: 25%;
  }

  .main_content_row {
    margin-bottom: 100px;
  }

  .payment_procedure .row {
    margin: auto;
    width: 100%;
    letter-spacing: 1px;
  }

  .payment_procedure {
    font-size: 12px;
    position: fixed;
    top: 75px;
    z-index: 2;
    background: #fff;
    padding: 15px 7px;
  }

  .payment_procedure .step {
    float: left;
    padding: 5px 0 !important;
  }

  .payment_procedure .arrow {
    float: left;
    padding: 10px 1px;
  }

  .payment_procedure li {
    padding: 0;
  }

  .mb_hide {
    display: none;
  }

  .mb_show,
  .slider.mb_show {
    display: block;
  }

  .mb_shopping_num {
    padding-top: 15px;
    display: table;
  }

  .payment_content {
    width: 100%;
  }

  .center_box span {
    font-size: 12px;
  }

  .shopping_item .price_align {
    position: relative;
    bottom: 40px;
    text-align: left;
    padding-left: 15px;
  }

  .mb_shopping_height .color_txt {
    font-size: 13px;
  }

  .shopping_delete {
    padding: 5px;
    position: relative;
    bottom: 70px;
  }

  .shopping_delete img {
    float: right;
  }

  .mb_shopping_num .mb_show {
    float: left;
    padding-top: 5px;
  }

  .shopping_endlist {
    border-top: 1px solid #eee;
    padding-top: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 16px;
  }

  .total_price {
    text-align: left;
    font-size: 17px;
    font-weight: normal;
  }

  .wrapper .footnote {
    font-size: 14px;
    padding: 0;
  }

  .mb_show > div {
    padding: 10px 0;
  }

  .wrapper .bottom_line {
    margin-top: 20px;
    padding: 0;
  }

  .btn_color,
  .btn_line {
    margin-right: 10px;
  }

  .shopping_title {
    font-size: 25px;
  }

  .coupon_code {
    margin-bottom: 20px;
  }

  .form_box {
    padding: 0;
    width: 100%;
  }

  .wrapper .row.half_grid {
    padding: 0 5px;
  }

  .footer .desktop_row {
    width: 100%;
    padding: 10px 20px;
  }

  .footer .desktop_row .left_caption {
    font-size: 10px;
    padding: 10px 0;
    text-align: left;
  }

  .footer .center_caption {
    letter-spacing: 1px;
    height: auto;
    padding: 3px 0;
  }

  .footer .topmenu_txt li,
  .topmenu_logo li {
    display: inline-block;
    padding: 0 10px;
  }

  .footer .center_caption li a,
  .footer .center_caption li a {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
  }

  .table {
    margin-bottom: 0;
  }

  .square {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 0;
    margin: 0;
    overflow: hidden;
    padding: 20px;
  }

  .content {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    left: 0;
  }

  .header > .row > div {
    padding: 0 20px;
  }

  .right_caption {
    padding: 0 8px;
  }

  .right_caption img {
    padding-left: 0;
  }

  .right_caption > a:first-child > img,
  .right_caption > img:first-child {
    padding-left: 16px;
  }

  .mb_logo_mx {
    text-align: center;
  }

  .bottom_line .btn_color,
  .bottom_line .btn_line {
    margin-right: 0;
  }

  .wrapper .confirm_statement .pay_title {
    margin-top: 0;
    padding-bottom: 10px;
  }

  .wrapper .row.half_grid .description {
    padding-bottom: 8px;
  }

  .wrapper .grey_bgd.confirm_statement > .row {
    padding: 0;
  }

  .wrapper .confirm_statement.grey_bgd {
    padding: 20px;
  }

  .btn_desktop {
    display: none;
  }

  .desktop_note {
    display: none;
  }

  .wrapper .row.indent_row {
    padding: 0;
  }

  .select_num input {
    width: 20px;
  }

  .banner_row {
    margin-top: 96px;
  }

  .shopoffers li {
    background: url("../../image/bp/tick.png") no-repeat;
    text-indent: 30px;
    font-size: 16px;
    text-indent: 40px;
    font-size: 22px;
    background-size: contain;
    list-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .mb_logo a img {
    width: 100%;
    max-height: 55px;
  }
}
@media (max-width: 767px) and (min-width: 400px) {
  .mb_right_logo div {
    position: absolute;
    right: 0;
    color: #801A1C;
    font-size: 11px;
    top: 1px;
    letter-spacing: 0;
    width: 16px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .wrapper .delivery_item {
    background: none;
  }

  .left_column p {
    margin: auto;
  }

  .banner_row {
    margin-top: 75px;
  }

  .banner_row_short {
    margin-top: 93px;
  }

  .product_name {
    min-height: 100px;
  }

  .product_name p {
    font-size: 14px;
  }

  .product_detail_price .price {
    font-size: 20px;
  }

  .payment_content {
    margin-top: 82px;
  }

  .checkoutmobsequence {
    position: relative;
    margin-bottom: 20px;
  }

  .checkoutmobsequence .cophoto {
    width: 25%;
  }

  .checkoutmobsequence .coname {
    width: 75%;
  }

  .checkoutmobsequence .coname .big_title {
    font-size: 16px;
  }

  .checkoutmobsequence .shopping_num {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
  }

  .checkoutmobsequence .coprice {
    float: left;
    padding-top: 30px;
    width: 75%;
    margin-bottom: 0;
  }

  .checkoutmobsequence .coremove {
    position: absolute;
    right: 0;
  }

  .news-items .slick-arrow-prev {
    left: 35%;
  }

  .news-items .slick-arrow-next {
    right: 35%;
  }

  .shopoffers li {
    background: url("../../image/bp/tick.png") no-repeat;
    text-indent: 30px;
    font-size: 16px;
    text-indent: 40px;
    font-size: 16px;
    line-height: 21px;
    background-size: contain;
    list-style: none;
    margin-bottom: 20px;
  }

  #ytplayer1,
  #ytplayer2,
  #ytplayer3,
  #ytplayer4 {
    min-height: 180px;
  }

  .paddingtop50 {
    padding-top: 50px !important;
  }
}
@media (max-width: 320px) {
  .wrapper .delivery_item {
    background: none;
  }

  .select_num span {
    padding: 0;
  }

  .red_select span {
    padding: 0;
  }

  .desktop_note {
    display: none;
  }

  .complete_row {
    position: relative;
    margin-top: 155px;
  }

  .btn_desktop {
    display: none;
  }

  .color_pricebar .arrow img {
    padding: 6px 0;
    float: right;
  }

  .half_bgd {
    background: none;
    position: relative;
  }

  .color_pricebar .sum {
    padding: 20px 10px;
    text-align: left;
  }

  .color_pricebar {
    font-size: 11px;
    position: fixed;
    top: 130px;
    width: 100%;
    z-index: 2;
  }

  .color_pricebar .price_column {
    font-size: 13px;
  }

  .shopping_num .btn-group {
    width: 60px !important;
    float: left !important;
    margin-top: 5px;
  }

  .product_detail_wrap .btn-info,
  .shopping_item .btn-info {
    background: none;
    color: #801A1C;
    border: 1px solid #eee;
    border-radius: 0;
    width: 60px !important;
  }

  .shopping_num {
    padding: 0;
  }

  .shopping_num > span {
    font-size: 12px;
    float: left;
    padding: 5px 5px 5px 0;
    margin-top: 8px;
  }

  .select_num {
    padding: 5px;
  }

  .select_num span {
    font-size: 14px;
  }

  .bootstrap-select.btn-group .dropdown-menu {
    min-width: 60px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 5%;
  }

  .btn-group > .btn:first-child {
    margin-left: 5%;
    padding-left: 15px;
  }

  .bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 15px;
  }

  .bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
  }

  .product_detail_wrap .btn-info,
  .shopping_item .btn-info {
    background: none;
    color: #801A1C;
    border: 1px solid #eee;
    border-radius: 0;
    width: 60px !important;
    font-size: 12px;
    padding: 5px 10px;
  }

  .shopping_item .mb_shopping_height {
    padding: 0 10px;
  }

  .shopping_item .price_align {
    position: relative;
    bottom: 40px;
    text-align: left;
    font-size: 14px;
    padding: 0 10px;
  }

  .big_title {
    font-size: 14px;
    letter-spacing: 2px;
  }

  .mb_shopping_height .color_txt {
    font-size: 12px;
  }

  .center_box span {
    font-size: 12px;
  }

  .product_name {
    padding: 0 5px;
  }

  .product_price {
    padding: 0 5px;
  }

  .btn_addtocart {
    width: 90%;
  }

  .header > .row {
    padding: 15px 0;
  }

  .mbmenu_close button {
    width: 11%;
  }

  .mb_right_logo {
    position: relative;
    padding: 0;
    width: 40px;
    float: right;
  }

  .mb_logo_mx {
    padding: 0 3px;
  }

  .mbmenu_logo {
    margin: 20px;
    padding: 0;
  }

  .mbmenu_options {
    color: #fff;
    margin: 5% 20px;
    font-size: 15px;
  }

  .mbmenu_options li {
    margin-bottom: 5px;
  }

  .mbmenu_icon {
    margin-right: 20px;
  }

  .mbmenu_bottom {
    margin: 20px;
    bottom: 0;
  }

  .content_wrap {
    position: relative;
  }

  .mb_right_logo div {
    position: absolute;
    right: 0;
    color: #801A1C;
    font-size: 11px;
    top: 1px;
    letter-spacing: 0;
    width: 18px;
    text-align: center;
  }

  .region_list a {
    padding: 0;
    font-size: 18px;
    letter-spacing: 3px;
  }

  .right_caption {
    padding: 0 3px;
  }

  .right_caption img {
    padding-left: 0;
  }

  .right_caption > a:first-child > img,
  .right_caption > img:first-child {
    padding-left: 20px;
  }

  .footer .desktop_row .left_caption {
    font-size: 10px;
    padding: 7px 0;
    text-align: left;
  }

  .footer .center_caption {
    letter-spacing: 1px;
    height: auto;
    padding: 0;
  }

  .footer .center_caption li a,
  .footer .center_caption li a {
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
  }

  .footer .topmenu_txt li,
  .topmenu_logo li {
    display: inline-block;
    padding: 0 5px;
  }

  .payment_procedure {
    font-size: 11px;
    position: fixed;
    top: 82px;
    z-index: 2;
    background: #fff;
    padding: 15px 7px;
  }

  .select_num input {
    width: 15px;
  }

  .banner_row {
    margin-top: 75px;
  }

  .product_name {
    min-height: 85px;
  }

  .product_name p {
    font-size: 14px;
  }

  .product_detail_price .price {
    font-size: 16px;
  }

  .payment_content {
    margin-top: 120px;
  }

  .checkoutmobsequence {
    position: relative;
    margin-bottom: 20px;
  }

  .checkoutmobsequence .cophoto {
    width: 25%;
  }

  .checkoutmobsequence .coname {
    width: 75%;
  }

  .checkoutmobsequence .coname .big_title {
    font-size: 16px;
  }

  .checkoutmobsequence .shopping_num {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
  }

  .checkoutmobsequence .coprice {
    float: left;
    padding-top: 50px;
    width: 75%;
  }

  .checkoutmobsequence .coremove {
    position: absolute;
    right: 0;
  }

  .news-items .slick-arrow-prev {
    left: 35%;
  }

  .news-items .slick-arrow-next {
    right: 35%;
  }

  .btn_line_fb {
    background: url("../../image/bp/btn_fb.png") no-repeat 10px;
    background-size: 15px;
  }

  .shopoffers li {
    background: url("../../image/bp/tick.png") no-repeat;
    text-indent: 30px;
    font-size: 16px;
    text-indent: 40px;
    font-size: 14px;
    line-height: 14px;
    background-size: contain;
    list-style: none;
    margin-bottom: 20px;
  }

  #ytplayer1,
  #ytplayer2,
  #ytplayer3,
  #ytplayer4 {
    min-height: 128px;
  }
}

.carousel-indicators {
  z-index: 3;
}

.news_content {
  padding-right: 75px;
}
@media screen and (max-width:768px) {
  .news_content {
    padding-right: 18px;
  }
}

.banner_row > div {
  background-color: black;
}

.detail_price_tag {
  text-align: left;
  padding-left: 0;
}

.shopping_list_show_more_btn {
  cursor: pointer;
  text-align: right;
  font-size: 15px;
  color: #801a1c;
}

.shopping_list_show_more_btn a {
  color: #801a1c;
}

#discribtion_mobile {
  font-size: 14px;
  text-align: left;
}

.grey_bg {
  background-color: #eee;
}

.banner-btn button {
  min-width: 160px;
  text-align: center;
  position: absolute;
  z-index: 1;
  right: 50px;
  bottom: 10%;
  cursor: pointer;
  color: #801a1c;
  background-color: white;
  letter-spacing: 3px;
  font-weight: lighter;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  transition: all 0.3s;
  padding: 5px;
  line-height: 45px;
}

.banner-btn button:after {
  content: '';
  position: absolute;
  z-index: -1;
  color: white;
  transition: all 0.3s;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #801a1c;
}

.banner-btn button:hover {
  color: white;
}

.banner-btn button:hover:after {
  width: 100%;
}

.banner-btn a {
  text-decoration: none;
  color: #801a1c;
}
@media screen and (max-width:950px) {
  .banner-btn button {
    display: none;
  }
}

.shopping_cart_price {
  position: absolute;
  top: 36px;
  right: 30px;
}

.shopping_cart_delete {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.sweet-alert h2 {
  font-family: "Segoe UI","Microsoft JhengHei",微軟正黑體,Helvetica,Arial,sans-serif;
  font-size: 18px !important;
  color: #801A1A !important;
}

.sweet-alert p {
  font-family: "Segoe UI","Microsoft JhengHei",微軟正黑體,Helvetica,Arial,sans-serif;
}

.spanSubTitle {
  font-size: 30px !important;
}

.spanRed {
  color: red;
}

.sa-confirm-button-container button {
  background-color: #801A1A !important;
}

.news-block {
  padding: 50px;
  height: auto;
}

.news-img-block {
  position: relative;
  padding: 0 !important;
  height: auto;
}

.news-img-block::after {
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(128, 26, 28, 0.6);
  z-index: 2;
  display: none;
}

.news-img-block img {
  width: 100%;
}

.news-img-block:hover::after {
  display: block;
}

.news-btn-block {
  opacity: 0;
  padding: 0 !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 250px;
}

.news-img-block:hover .news-btn-block {
  opacity: 1;
}

.news-btn-block button {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}

.news-btn-block .btn_line_fb {
  background: url("../../image/bp/btn_fb_white.png") no-repeat 10px;
  background-size: 20px;
}

.news-btn-block button:hover {
  background: #fff;
  color: #801A1C;
}

.news-btn-block .btn_line_fb:hover:after {
  background: url("../../image/bp/btn_fb.png") no-repeat 10px;
  background-size: 20px;
}

.news-msg-block {
  padding: 15px 0 !important;
  text-align: justify;
  position: relative;
  height: auto;
  margin-bottom: 30px;
}

.news-msg-block .title {
  font-size: 25px;
}

.news-block .action_btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.news-block .action_btn button {
  color: #801A1C;
  background: #fff;
}

.news-block .action_btn button:hover {
  color: #fff;
}

.news-block .action_btn button:hover:after {
  background: #801A1C;
}

.slick-arrow {
  cursor: pointer;
  background: #6d6e71;
  padding: 7px 10px;
  border-radius: 50%;
  z-index: 3;
  position: absolute;
  top: 50%;
  color: #fff;
}

.slick-arrow-prev {
  left: 0;
}

.slick-arrow-next {
  right: 0;
}
@media (min-width: 949px) {
  .slick-track {
    display: flex;
  }

  .pricebar {
    display: none!important;
  }

  .payment_procedure {
    display: block!important;
  }
}
@media (max-width:400px) {
  .mb_logo a img {
    margin-top: 8px;
  }

  .mb_right_logo div {
    position: absolute;
    right: 0;
    color: #801A1C;
    font-size: 11px;
    top: 10px;
    letter-spacing: 0;
    width: 16px;
    text-align: center;
  }
}
@media (max-width:360px) {
  .mb_logo a img {
    margin-top: 10px;
  }
}
@media (min-width:950px) and (max-width:1199px) {
  .header_logo img {
    margin-top: 5px;
  }
}

.loader {
  margin: 15px auto;
  border: 8px solid #f3f3f3;
  border-top: 8px solid #801A1C;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
}

.loader-wrapper {
  position: relative;
  top: -120px;
}

.loader-wrapper p {
  color: #801A1C;
  font-size: 1.5em;
  text-align: center;
}

.complete-loader {
  padding-top: 200px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.card_cvv {
  color: #8D866E;
  cursor: pointer;
  padding: 10px 0;
}

.card_cvv_image {
  display: none;
}

.card_cvv.active .card_cvv_image {
  display: block;
  padding: 10px 0;
  position: absolute;
  z-index: 9;
}

.coupon_confirm_box {
  background-color: #801A1C;
  color: white;
  text-align: center;
  height: 44px;
  line-height: 44px;
  width: 80px;
  cursor: pointer;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.coupon_hide_first {
  display: none;
}

.payment_click_to_input {
  cursor: pointer;
}

.alipay-warning {
  font-size: 14px;
  padding: 20px 18px;
  background-color: rgba(249, 237, 238, 0.6);
  color: #801A1C;
  line-height: 24px;
  position: relative;
}

.alipay-warning img {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.alipay-warning>span {
  padding-right: 30px;
  display: block;
}

@media (min-width: 949px){
  .alipay-warning-list {
    display: inline-block !important;
  }
}

#promotion-popup-banner .modal-dialog {
  width: 90%;
  max-width: 1000px;
}

#promotion-popup-banner .modal-content {
  max-height: 90vh;
}

#promotion-popup-banner .modal-content .modal-body {
  height: calc(100% - 33px);
}

@media (max-width: 576px){
  #promotion-popup-banner .modal-content .modal-body {
    padding: 0 20px 30px;
  }
}

#promotion-popup-banner .carousel-indicators {
  bottom: -50px !important;
}

#promotion-popup-banner .carousel-indicators li {
  background-color: gray;
}

#promotion-popup-banner .carousel-indicators li.active {
  background-color: #801a1c;
}

#promotion-popup-banner .banner_row {
  margin: 0 !important;
  overflow: visible !important;
}

#promotion-popup-banner .banner_row > div {
  background-color: #fff;
}

#promotion-popup-banner .carousel-inner {
  aspect-ratio: 16 / 9;
}

#promotion-popup-banner .banner_row .item {
  width: 100% !important;
  height: 100% !important;
}

#promotion-popup-banner .banner_row .item .video-container {
  display: flex;
  align-items: center;
  height: 100%;
}

#promotion-popup-banner .banner_row .item a {
  display: block;
  height: 100%;
}

#promotion-popup-banner .banner_row .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
