body {
  font-family: "微軟正黑體", "Arial", "Microsoft JhengHei";
  background-color: #fff;
  color: #222 !important;
}

.chinese_font {
  font-family: "微軟正黑體", "Arial", "Microsoft JhengHei";
  font-size: 15px;
}

/*設定圖片的大小*/
img {
  max-width: 100%;
  max-height: 100%;
}

.row_div {
  gap: 15px; /* 每個 .col 間隔 10px */
}

.mp3_player_bt {
  border: solid;
  border-width: 1px;
  border-color: #83a3b1;
  border-radius: 8px;
  width: 40px;
}

/*資料區的框線設定*/
.div_border_all {
  background-color: white;
  border: 0px solid #eeeeee;
  border-radius: 10px; /* 可選：圓角 */
  padding: 20px; /* 可選：內距 */
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1); /* 淺灰色陰影 */
}

.div_border_title_area {
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 10px 10px 0px 0px; /* 可選：圓角 */
  padding: 10px; /* 可選：內距 */
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1); /* 淺灰色陰影 */
}
.div_border_data_area {
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 0px 0px 10px 10px; /* 可選：圓角 */
  padding: 20px; /* 可選：內距 */
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1); /* 淺灰色陰影 */
}

/*主選單文字的大小*/
.main-header .main-nav > ul > li > a {
  display: block;
  padding: 20px 20px; /*選單文字離上下的間距、以及各選項之間的間距*/
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}

/*第一層下拉選單，且沒再分類的 文字的大小 skudmart-dropdown*/
.main-header .main-nav > ul > li > ul.skudmart-dropdown li a {
  display: block;
  font-size: 14px;
}

/*第一層下拉選單，有再分類的，上方分類文字的大小  megamenu-holder > sku-megamenu*/
.main-header
  .main-nav
  > ul
  > li.megamenu-holder
  .sku-megamenu_wrap
  > ul.sku-megamenu
  > li
  span.title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #1d1d1d;
  padding-bottom: 0px; /*第一層分類與第二層分類的間距*/
  display: block;
}
/*第一層下拉選單，有再分類的，其下一層子分類文字的大小  megamenu-holder > sku-megamenu*/
.main-header
  .main-nav
  > ul
  > li.megamenu-holder
  .sku-megamenu_wrap
  > ul.sku-megamenu
  > li
  a {
  font-size: 15px;
  line-height: 25.2px;
}
/*第一層下拉選單，有再分類的，其下一層子分類的上下間距  megamenu-holder > sku-megamenu*/
.main-header
  .main-nav
  > ul
  > li.megamenu-holder
  .sku-megamenu_wrap
  > ul.sku-megamenu
  > li
  ul
  li:not(:last-child) {
  padding-bottom: 7px;
}
/*讓內層div水平置中*/
.outer_inner_center {
  display: flex;
  justify-content: center; /* 水平置中 */
}

/*marquee首頁跑馬燈的設置 start*/

.marquee-wrapper {
  overflow: hidden;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  /*background: #f9f9f9;*/
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation-name: marquee-scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.marquee-content a {
  display: inline-block;
  color: #007bff;
  text-decoration: none;
  margin-right: 30px;
  font-weight: bold;
}

.marquee-content a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------
電腦版畫面時，滑鼠移至主題時，就暫停滑動 
-------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*marquee首頁跑馬燈的設置 end*/

/*分類頁面分類按鈕對齊樣式的設定*/
.product-tab.style-A1 ul.product-menu {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.product-tab.style-A1 ul.product-menu li:not(:last-child) {
  padding-right: 10px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .product-tab.style-A1 ul.product-menu li:not(:last-child) {
    padding-bottom: 10px;
  }
}
.product-tab.style-A1 ul.product-menu li a {
  border: 1px solid #d8d8d8;
  text-transform: uppercase;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 22px;
  display: block;
}
@media (max-width: 479px) {
  .product-tab.style-A1 ul.product-menu li a {
    padding: 10px 15px;
  }
}
.product-tab.style-A1 ul.product-menu li a.active {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #ffffff;
}
.product-tab.style-A1 ul.product-menu li a:hover {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
  color: #ffffff;
}

.top_bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 850px;
}
@media (max-width: 1500px) {
  .top_bg {
    height: 580px;
  }
}
@media (max-width: 1199px) {
  .top_bg {
    height: 445px;
  }
}
@media (max-width: 767px) {
  .top_bg {
    height: 380px;
  }
}

/* -------------------------------------------------------
                   電腦版設定 start
-------------------------------------------------------- */
@media only screen and (min-width: 768px) {
}
/* -------------------------------------------------------
                   電腦版設定 end
-------------------------------------------------------- */

/* -------------------------------------------------------
                   手機版設定 start
-------------------------------------------------------- */
@media only screen and (max-width: 767px) {
}
/* -------------------------------------------------------
                   手機版設定 start
-------------------------------------------------------- */

.stroke_orange {
  color: white;
  text-shadow: 0px 10px 0.02px #ff9500, 9.8px 2.1px 0.02px #ff9500,
    4.2px -9.1px 0.02px #ff9500, -8px -6px 0.02px #ff9500,
    -7.6px 6.5px 0.02px #ff9500, 4.8px 8.8px 0.02px #ff9500,
    9.6px -2.8px 0.02px #ff9500, -0.7px -10px 0.02px #ff9500,
    -9.9px -1.5px 0.02px #ff9500, -3.5px 9.4px 0.02px #ff9500,
    8.4px 5.4px 0.02px #ff9500, 7.1px -7px 0.02px #ff9500,
    -5.4px -8.4px 0.02px #ff9500, -9.4px 3.5px 0.02px #ff9500,
    1.4px 9.9px 0.02px #ff9500, 10px 0.8px 0.02px #ff9500,
    2.9px -9.6px 0.02px #ff9500, -8.7px -4.8px 0.02px #ff9500,
    -6.6px 7.5px 0.02px #ff9500, 5.9px 8px 0.02px #ff9500,
    9.1px -4.1px 0.02px #ff9500, -2.1px -9.8px 0.02px #ff9500,
    -10px -0.1px 0.02px #ff9500, -2.2px 9.8px 0.02px #ff9500,
    9.1px 4.2px 0.02px #ff9500, 6.1px -8px 0.02px #ff9500,
    -6.5px -7.6px 0.02px #ff9500, -8.8px 4.7px 0.02px #ff9500,
    2.7px 9.6px 0.02px #ff9500, 10px -0.6px 0.02px #ff9500,
    1.5px -9.9px 0.02px #ff9500, -9.3px -3.6px 0.02px #ff9500,
    -5.5px 8.4px 0.02px #ff9500, 7px 7.2px 0.02px #ff9500,
    8.5px -5.3px 0.02px #ff9500, -3.4px -9.4px 0.02px #ff9500,
    -9.9px 1.3px 0.02px #ff9500, -0.8px 10px 0.02px #ff9500,
    9.6px 2.9px 0.02px #ff9500, 4.9px -8.7px 0.02px #ff9500,
    -7.5px -6.7px 0.02px #ff9500, -8.1px 5.9px 0.02px #ff9500,
    4px 9.2px 0.02px #ff9500, 9.8px -2px 0.02px #ff9500,
    0.2px -10px 0.02px #ff9500, -9.7px -2.3px 0.02px #ff9500,
    -4.3px 9px 0.02px #ff9500, 7.9px 6.1px 0.02px #ff9500;
}

.stroke_blue {
  color: white;
  text-shadow: 0px 10px 0.02px #0096dc, 9.8px 2.1px 0.02px #0096dc,
    4.2px -9.1px 0.02px #0096dc, -8px -6px 0.02px #0096dc,
    -7.6px 6.5px 0.02px #0096dc, 4.8px 8.8px 0.02px #0096dc,
    9.6px -2.8px 0.02px #0096dc, -0.7px -10px 0.02px #0096dc,
    -9.9px -1.5px 0.02px #0096dc, -3.5px 9.4px 0.02px #0096dc,
    8.4px 5.4px 0.02px #0096dc, 7.1px -7px 0.02px #0096dc,
    -5.4px -8.4px 0.02px #0096dc, -9.4px 3.5px 0.02px #0096dc,
    1.4px 9.9px 0.02px #0096dc, 10px 0.8px 0.02px #0096dc,
    2.9px -9.6px 0.02px #0096dc, -8.7px -4.8px 0.02px #0096dc,
    -6.6px 7.5px 0.02px #0096dc, 5.9px 8px 0.02px #0096dc,
    9.1px -4.1px 0.02px #0096dc, -2.1px -9.8px 0.02px #0096dc,
    -10px -0.1px 0.02px #0096dc, -2.2px 9.8px 0.02px #0096dc,
    9.1px 4.2px 0.02px #0096dc, 6.1px -8px 0.02px #0096dc,
    -6.5px -7.6px 0.02px #0096dc, -8.8px 4.7px 0.02px #0096dc,
    2.7px 9.6px 0.02px #0096dc, 10px -0.6px 0.02px #0096dc,
    1.5px -9.9px 0.02px #0096dc, -9.3px -3.6px 0.02px #0096dc,
    -5.5px 8.4px 0.02px #0096dc, 7px 7.2px 0.02px #0096dc,
    8.5px -5.3px 0.02px #0096dc, -3.4px -9.4px 0.02px #0096dc,
    -9.9px 1.3px 0.02px #0096dc, -0.8px 10px 0.02px #0096dc,
    9.6px 2.9px 0.02px #0096dc, 4.9px -8.7px 0.02px #0096dc,
    -7.5px -6.7px 0.02px #0096dc, -8.1px 5.9px 0.02px #0096dc,
    4px 9.2px 0.02px #0096dc, 9.8px -2px 0.02px #0096dc,
    0.2px -10px 0.02px #0096dc, -9.7px -2.3px 0.02px #0096dc,
    -4.3px 9px 0.02px #0096dc, 7.9px 6.1px 0.02px #0096dc;
}

.textborder_title_black {
  -webkit-text-stroke: 1.5px black;
}
.textshadow_title_black {
  text-shadow: 0.1em 0.1em 0.2em black;
}

.textshadow_content_black {
  text-shadow: 0 0 0.2em black, 0 0 0.2em black, 0 0 0.2em black;
}

.textshadow_content_blue {
  text-shadow: 0 0 0.2em #00488b, 0 0 0.2em #00488b, 0 0 0.2em #00488b;
}

.textshadow_content_green {
  text-shadow: 0 0 0.2em #4e6e16, 0 0 0.2em #4e6e16, 0 0 0.2em #4e6e16;
}

.textshadow_content_white {
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

.img_border_radius {
  border-radius: 5% 5% 5% 5%;
}

.border_radius_10 {
  border-radius: 10px;
}

/*區塊內容左右置中*/
.center_block {
  display: flex;
  justify-content: center;
}

/*區塊內容垂直置中*/
.center_block_v {
  display: grid;
  place-items: center; /* 水平 + 垂直置中 */
  height: 80px;
  /*border: 1px solid #ccc;*/
}

.font_normal {
  font-style: normal !important;
}

.font_12 {
  font-size: 12px !important;
  line-height: 24px;
  font-weight: 200 !important;
}

.font_14 {
  font-size: 14px !important;
  line-height: 24px;
  font-weight: 400 !important;
  letter-spacing: 0px;
}

.font_15 {
  font-size: 15px !important;
  line-height: 26px !important;
}

.font_16 {
  font-size: 16px !important;
  line-height: 24px;
  font-weight: 400 !important;
  letter-spacing: 0px;
}

.font_18 {
  font-size: 18px !important;
  line-height: 30px;
  font-weight: 300 !important;
}

.font_20 {
  font-size: 20px !important;
  line-height: 28px;
  font-weight: 300 !important;
}

.font_22 {
  font-size: 22px !important;
  line-height: 30px;
  font-weight: 300 !important;
}

.font_24 {
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 500 !important;
}

.font_26 {
  font-size: 26px !important;
  line-height: 34px;
  font-weight: 500 !important;
}

.font_42 {
  font-size: 42px !important;
  line-height: 30px;
  font-weight: 800 !important;
}

.font_italic {
  font-style: italic;
}

.font_price {
  color: #f26e3a !important;
  font-size: 16px !important;
  line-height: 30px;
  font-weight: 400 !important;
}

.font_weight_400 {
  font-weight: 400 !important;
}

.font_weight_500 {
  font-weight: 500 !important;
}

.font_weight_600 {
  font-weight: 600 !important;
}

.font_weight_700 {
  font-weight: 700 !important;
}

.color_white {
  color: #ffffff !important;
}

.color_grey {
  color: #777777 !important;
}

.color_lightgrey {
  color: #aaaaaa !important;
}

.color_lightyellow {
  color: #ffeb99 !important;
}

.color_blue {
  color: #007cb0 !important;
}

.color_pink {
  color: #e4005b !important;
}

.color_red {
  color: #990000 !important;
}

.color_orange {
  color: #f77a00 !important;
}

.color_lightblue {
  color: #55daf7 !important;
}

.color_yellow {
  color: #efdd34 !important;
}

.color_darkgrey {
  color: #222222 !important;
}

.color_black {
  color: #101010 !important;
}

.color_lightorange {
  color: #ffce58 !important;
}

.color_darkpink {
  color: #cd765d !important;
}

.color_lightpink {
  color: #ffacbb !important;
}

.color_yellowgreen {
  color: #bfdb01 !important;
}

.color_green {
  color: #9bdb01 !important;
}

.color_darkgreen {
  color: #6e970b !important;
}

.color_darkgreen_1 {
  color: #4c6b00 !important;
}

.color_darkorange {
  color: #ad8a2c !important;
}

.color_darkbrown {
  color: #78632b !important;
}

.color_price {
  color: #990000 !important;
  font-size: 20px !important;
}

.color_price_small {
  color: #e16224 !important;
  font-size: 18px !important;
}

.color_price_small_2 {
  color: #ffb20c !important;
  font-size: 14px !important;
}

.color_price_small_grey {
  color: #444444 !important;
  font-size: 16px !important;
}

.color_price_promotion {
  color: #e16224 !important;
  font-size: 20px !important;
  font-style: italic;
}

.color_price_promotion_small {
  color: #e16224 !important;
  font-size: 16px !important;
  font-style: italic;
}

.color_price_promotion_title {
  color: #ff9c00 !important;
  font-size: 20px !important;
}

.bg_white {
  background-color: #f4f3f1 !important;
}

.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.align_center {
  text-align: center !important;
}

.mb_20 {
  margin-bottom: 20px;
}

.margin_top_50 {
  margin-top: 50px;
}

.padding_100 {
  padding: 100px 0;
}

.padding_bottom_15 {
  padding-bottom: 15px;
}

.padding_bottom_20 {
  padding-bottom: 20px;
}

.padding_bottom_30 {
  padding-bottom: 30px;
}

.padding_bottom_40 {
  padding-bottom: 40px;
}

.padding_left_5 {
  padding-left: 5px;
}
.padding_left_20 {
  padding-left: 20px;
}
.padding_left_40 {
  padding-left: 40px;
}

.padding_left_60 {
  padding-left: 60px;
}

.padding_top_15 {
  padding-top: 15px;
}
.padding_top_20 {
  padding-top: 20px;
}
.padding_top_30 {
  padding-top: 30px;
}
.padding_top_50 {
  padding-top: 50px;
}
.padding_top_-20 {
  padding-top: -20px;
}

.padding_top_-50 {
  padding-top: -50px;
}

.padding_top_120 {
  padding-top: 120px;
}

.line_height_10 {
  line-height: 10px;
}

.line_height_20 {
  line-height: 20px;
}

.line_height_26 {
  line-height: 26px;
}

.line_height_30 {
  line-height: 30px;
}

.line_height_36 {
  line-height: 36px;
}

.line_height_50 {
  line-height: 50px;
}

.zindex_9 {
  z-index: 9;
}

.zindex_9999 {
  z-index: 9999;
}

.bgcolor_lightbrown {
  background: #f5f3f0;
}

.bgcolor_lightorange {
  background: #ffdfaf;
}

.thumb_border {
  border: solid;
  border-width: 1px;
  border-color: #ffffff;
}

.photo_border {
  border: solid;
  border-width: 1px;
  border-color: #90877b;
}

A.naw:link {
  color: #e97c00 !important;
  text-decoration: none !important;
}
A.naw:visited {
  color: #e97c00 !important;
  text-decoration: none !important;
}
A.naw:hover {
  color: #00bdfc !important;
  text-decoration: underline !important;
  filter: Alpha(Opacity=70, FinishOpacity=70, Style=2);
  filter: alpha(opacity=70); /* IE */
  -moz-opacity: 0.7; /* Moz + FF */
  opacity: 0.7;
}

A.naz:link {
  color: #f9bf37 !important;
  text-decoration: none !important;
}
A.naz:visited {
  color: #f9bf37 !important;
  text-decoration: none !important;
}
A.naz:hover {
  color: #00bdfc !important;
  text-decoration: underline !important;
  left: 2px;
  top: 2px;
  right: -2px;
  bottom: 0px;
  position: relative;
  filter: Alpha(Opacity=70, FinishOpacity=70, Style=2);
  filter: alpha(opacity=70); /* IE */
  -moz-opacity: 0.7; /* Moz + FF */
  opacity: 0.7;
}

A.nax:link {
  color: #eeeeee !important;
  text-decoration: none !important;
}
A.nax:visited {
  color: #eeeeee !important;
  text-decoration: none !important;
}
A.nax:hover {
  color: #ec1d66 !important;
  text-decoration: underline !important;
  left: 2px;
  top: 2px;
  right: -2px;
  bottom: 0px;
  position: relative;
}

A.nay:link {
  color: #222222 !important;
  text-decoration: none !important;
}
A.nay:visited {
  color: #222222 !important;
  text-decoration: none !important;
}
A.nay:hover {
  color: #0074c5 !important;
  text-decoration: none !important;
  left: 2px;
  top: 2px;
  right: -2px;
  bottom: 0px;
  position: relative;
}

A.naa:link {
  color: #222222 !important;
  text-decoration: none !important;
}
A.naa:visited {
  color: #222222 !important;
  text-decoration: none !important;
}
A.naa:hover {
  color: #ec1d66 !important;
  text-decoration: underline !important;
}

A.nab:link {
  color: #0095ff !important;
  font-size: 20px !important;
  text-decoration: none !important;
}
A.nab:visited {
  color: #0095ff !important;
  text-decoration: none !important;
}
A.nab:hover {
  color: #f97800 !important;
  text-decoration: underline !important;
}
