@charset "utf-8";
/* CSS 變數 */
/*---顏色
紅色 bg-red-darker              #bf4441
黑色 text-black / text-inverse  #000000
黃色 bg-yellow  text-yellow     #ffd900   #ffcc33 (heart) #FFB727(RGB(255,183,39))
綠色 bg-green-darker            #267f26
藍色 bg-blue-darker             #276baa
白色 text-white                 #FFFFFF
黃底 bg-yellow-hb
黃底白字 bgtxt-yellow-hb
---*/

body {
  color: #f2f3f4;
  background-color: #1D2226;
}
#about-us-cover {
  color: #333;
  background-color: #f2f3f4;
}

.text-warning { color:#FFB727 !important; }
.text-yellow { color:#FFB727!important; }
.text-yellow-85 { color:rgba(255,183,39,.85); }
.bg-yellow-85 { color:rgba(255,183,39,.85); }
.bg-black-15 { background-color: rgba(0,0,0,.15); }
.bgtxt-yellow-hb { background-color: #FFB727 !important; color: #000 !important; }
.bgtxt-black-hb { background-color: #000000 !important; color: #FFB727 !important; }




a { color: #FFB727; }
a:focus,a:hover { color: #AF0000; text-decoration:none; /* #ff100b */ }

.checkout-body a { color: #333; }
.checkout-body a:focus,a:hover { color: #AF0000; text-decoration:none; /* #ff100b */ }

.pace .pace-progress { background: #ff5b57!important }
.pace .pace-activity { 
    border-top-color: #ff5b57!important;
    border-left-color: #ff5b57!important
}
.header.header-inverse .header-nav .nav>li.active>a { color: #ff5b57 }
.header .header-nav .nav>li.active>a { color: #ff5b57 }
.header .header-nav .nav>li.active>a:focus,.header .header-nav .nav>li.active>a:hover { color: #ff5b57 }
.header .header-logo .brand-logo { border-color: #ff5b57 #ff2924 #f00600 }
.header .header-cart .total { background: #ff5b57 }
.header .dropdown .arrow.top:after,.header .dropdown .arrow.top:before { border-bottom-color: #ff5b57 }
.header .dropdown-menu { border-top: 3px solid #ff5b57 }

@media (max-width: 640px) {
  .header .dropdown-menu { border-top: 3px solid #ff5b57; background:#bf4441;}
  .header .dropdown-menu a { color:#EEE; padding-left:10px !important;}
  }

.header .dropdown-menu .dropdown-item:focus,.header .dropdown-menu .dropdown-item:hover { color: #ff5b57 }
@media (max-width: 767.98px) {
    .header .navbar-collapse { background:#333; }
    .header .navbar-collapse .dropdown-menu { border-bottom:3px solid #ff5b57;}
}

.dropdown .dropdown-menu-list>li>a:focus,.dropdown .dropdown-menu-list>li>a:hover { color: #ff5b57 }
.text-primary { color: #ff5b57!important }
.bg-primary { background-color: #ff5b57!important }
.item.item-thumbnail .item-info .item-price { color: #ff5b57 }
.product .product-detail .product-info .product-info-list>li .fa { color: #ff5b57 }
.step .active .number:before { background: #ff5b57 }



/* azweb */
.btn { font-weight: normal;}
.header { background: #000; /*25202*/ }
.header .header-logo a { color: #FFF; /*25324*/ }
@media (max-width: 640px) {
   /* .header .nav{ background: #2d353c;} */
  .header .header-logo img { max-height:2rem; max-width:12rem; display:block; }
  .header .navbar-toggle { border-right: 0px; }
  } /*bg-inverse*/

.page-header-container .page-header-cover:before {
  background: rgba(45,53,60,0); /*28901*/
  }

/* 內頁標題 - news 文章標題, show */
.page-header { font-size:1.5rem; font-weight:600; border-bottom:1px solid #CCC;padding-bottom:10px;margin-bottom:30px; }
.page-header span { font-size:0.9rem; font-weight:blod; }
.page-header .span2 { font-size:1.5rem;padding:10px;border-bottom:2px solid #000; }


.td-vertical-top{ vertical-align:top; } /* 表格欄位-靠上 */


/* 首頁-news */
@media (max-width: 991.98px) {
  .section-title small { display:inline; }
}

#news_tb tr{
  padding:4px;
  border-bottom:1px #CCC;
}
#news_tb tr th{
  padding:4px;
  border-bottom:1px #CCC;
}
#news_tb tr td{ padding:4px; }
#news_tb a{ color:rgba(255,183,39,1) }
#news_tb a:hover{ color:rgb(255, 215, 39) }

.but-right-down { /* View More */
  position:absolute;
  right:20px;
  bottom:20px;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -webkit-transition: right .2s linear;
  -moz-transition: right .2s linear;
  -ms-transition: right .2s linear;
  -o-transition: right .2s linear;
  transition: right .2s linear
}

.item.item-thumbnail .item-image{ height: 275px; }
@media (max-width: 640px) { .item.item-thumbnail .item-image{ height:170px; } }


.item.item-thumbnail { margin: 6px; }
@media (max-width: 320px) { .item.item-thumbnail { margin: 4px; }}


/* app.min ====================== */
/* 黃底適用 : 黑框,黃底 */
.promotion .promotion-btn {
  padding: .3125rem .625rem;
  border: 1px solid #2d353c;
  color: #2d353c;
  display: inline-block;
  font-size: .75rem;
  font-weight: 600;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.promotion .promotion-btn:focus,.promotion .promotion-btn:hover {  /*hover,黃框,黑底*/
  /* border-color:#2d353c; */
  background: #2d353c;
  text-decoration: none;
  color: #FFB727;
}

/* 黑底適用 : 黃框,黑底 promotion-caption-inverse */
.promotion .promotion-caption-inverse .promotion-btn {
  border-color: rgba(255,183,39,0.9);
  color: rgba(255,183,39,0.9)
}

.promotion .promotion-caption-inverse .promotion-btn:focus,
.promotion .promotion-caption-inverse .promotion-btn:hover {
  border-color: #000;
  background: rgba(255,183,39,0.9);
  color: #000
}

.promotion.promotion-lg .promotion-btn {
  /* padding:.625rem 1.25rem; */
  /* font-size:.875rem; */
  /* border-width:2px; */
  padding: .3125rem .625rem;
  font-size: .75rem;
  border: 1px solid rgba(255,183,39,0.9);
}

/* app.min END ====================*/


/* news - 4個box */
.idx_box4 h2{ font-size:1.6rem; }
.idx_box4 img{ width: 30px;margin-top:-10px; }

@media (max-width: 430px) {
  .idx_box4 h2{ font-size:1.4rem; font-weight: blod;}
  .idx_box4 img{ width: 25px;margin-top:-10px; }
}

@media (max-width: 350px) {
  .idx_box4 h2{ font-size:1.4rem; font-weight: blod; }
  .idx_box4 img{ display: none; }
}




/*右側選單*/
.theme-panel2 {
  position: fixed;
  z-index: 1020;
  top: auto;
  bottom: 10px;
  left: auto;
  right: 10px;
  /* text-align: center; */
  /* height: 300px; */
  /* width: 320px; */
  /* background: #FFF; 
  padding: 6px;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;*/
  -webkit-transition: right .2s linear;
  -moz-transition: right .2s linear;
  -ms-transition: right .2s linear;
  -o-transition: right .2s linear;
  transition: right .2s linear
}

.theme-panel2 .fa-2x{ font-size: 1.5em; }
/*
@media (max-width: 640px) {
  .theme-panel2 .fa-2x{ font-size: 1.5em; }
}*/

.col-sm-6 { /*修復手機版 沒反應問題*/
  /* flex: 0 0 50%; */
  max-width: 50%
}

/* 首頁-精選商品 */
.item.item-thumbnail .item-info{ padding: 0.6rem 5px; }



/* 會員專區 */
.form-control { border: 1px solid #ced4da !important; }

@media (max-width: 991.98px) {
  .member-content { margin-top:.9375rem }
}

.member-content>.title {
  font-size: 2rem;
  margin: .5rem 0.5rem
}
@media (max-width: 991.98px) {
  .member-content>.title { font-size:1.75rem }
}

.member-content>.desc {
  font-size: .875rem;
  margin: 0 0 1.875rem
}

.member-content .service {
  text-align: center;
  padding: 1.25rem
}
@media (max-width: 991.98px) {
  .member-content .service { padding:.625rem }
}

.member-content .service .icon {
  font-size: 3rem;
  line-height: 1pt;
}
@media (max-width: 991.98px) {
  .member-content .service .icon { font-size: 3rem; }
}

.member-content .service .title { margin: .625rem 0; font-size: 1.3rem }
@media (max-width: 991.98px) {
  .member-content .service .title { margin: .625rem 0; font-size: 1.1rem; }
}

.member-content .service .title a{ color:#333; }
.member-content .service .title a:hover{ color:#ff5b57; text-decoration:none; }
.member-content .service .desc { color: #4d4d4d;  }


/* 浮動視窗 : 會員條款 */
.popBox {
  position:relative;
  max-width:1000px;
  background:#fff;
  border:10px solid #efefef;
  box-sizing:border-box;
  padding:30px;
  margin:0 auto;
  border-radius:20px;
  }
  
  @media (max-width: 992px) {
    .popBox {
    position:fixed;
    top:100%;
    left:0;
    width:100%;
    padding:15px;
    }
  }
  
  .popBox .content {
  width:100%;
  overflow:hidden;
  }


.edit { color:#333;text-align:justify;
	/*line-height:2em; width:100%;overflow:hidden;margin:20px auto 30px; */
	}
.edit p{ line-height:1em;margin: auto;padding: 10px 0px; }
.edit img { max-width:100%;height:auto!important; }
.edit .line { text-align:center; }
.edit .center { text-align:center; margin:40px auto; }
.edit .center img { display:inline-block; text-align:center; }
.edit .pic img { display:block; margin:0 auto; }
.edit.gary { background:#F8F8F8; padding:5%; }






/* 固定視窗 : 購物條款 */
.popBox2 {
  position:relative;
  background:#fff;
  border:10px solid #efefef;
  box-sizing: border-box;
  padding:20px;
  margin:0 auto;
  border-radius: 30px;
  }
  
  
.popBox2 .content {
	  height: 220px;
	  box-sizing: border-box;
	  overflow: hidden;
	  padding: 0 20px 20px 30px;
	  overflow-y:scroll;
}
.popBox2 .content p{
  line-height:20pt;
}

@media (max-width: 992px) {
  .popBox2 {
    /* position:fixed; padding:15px; */
    width:100%;
    top:100%; left:0;
    padding:0px; margin:0px;
  }
  .popBox2 .content {
    height: auto;
    padding: 0px;
  }
  .popBox2 h3 { font-size:1rem; font-weight:600; padding-top:10px; }
}








/****** 儲值方案 ******/
.radio_s1 {
  width: 100%;
  text-align: center;
}
/*
.radio_s1 h2 {
  font-family:"Inter", sans-serif;
	text-align:center;
}*/
.radio_s1 input[type=radio] {
  display: none;
}
.radio_s1 input[type=radio]:checked + .box {
  background-color: #F11B10;
}
.radio_s1 input[type=radio]:checked + .box span {
  color: white;
  /* transform: translateY(70px); */
}
.radio_s1 input[type=radio]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.radio_s1 .box {
  width: 200px;
  height: 80px;
  background-color: #F5F5F5; /*black*/
  color: #333;
  border: 2px solid #CCC;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: left;
  cursor: pointer;
  position: relative;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  border-radius: 15px;
  padding-top:10px;
}
.radio_s1 .box:active {
  transform: translateY(10px);
}
.radio_s1 .box span {
	position: absolute;
	/* transform: translate(0, 60px); */
	transform: translate(0, 0px);
	transition: all 300ms ease;
	user-select: none;
	left: 0;
	right: 0;
	font-size: 1.2em;
    color: #333;
	padding-left:45px;
}
.radio_s1 .box span:before { /* v 位置*/
	position:absolute;
	margin:5px 0px 0px -30px;
	text-align:left;
	font-size: 1.6em;
	/* font-family: FontAwesome; */
	font-family: "Font Awesome 5 Free";
	display: block;
	/* transform: translateY(-80px); 位置調整 */
	transform: translateY(-30px);
	opacity: 0;
	transition: all 300ms ease-in-out;
	font-weight: normal;
	color: white;
}
.radio_s1 .front-end span:before { /*圖*/
  /* content: ""; */
	content:"\2714"; /* v */
}
.radio_s1 .back-end span:before {
  /* content: ""; */
	content:"\2714"; /* v */
}
.radio_s1 p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.radio_s1 p a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
.radio_s1 p span:after {
  content: "";
  font-family: FontAwesome;
  color: yellow;
}


/* 付款方式 */
.radio_s2 {
  width: 100%;
  text-align: center;
}
.radio_s2 input[type=radio] {
  display: none;
}
.radio_s2 input[type=radio]:checked + .box {
  background-color: #F11B10;
}
.radio_s2 input[type=radio]:checked + .box span {
  color: white;
  /* transform: translateY(70px); */
}
.radio_s2 input[type=radio]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.radio_s2 .box {
  width: 150px;
  height: 80px;
  background-color: #F5F5F5; /*black*/
  color: #333;
  border: 2px solid #CCC;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-weight: 800;
	border-radius: 15px;

}
.radio_s2 .box:active {
  transform: translateY(10px);
}
.radio_s2 .box span {
  position: absolute;
  /* transform: translate(0, 60px); */
	transform: translate(0, 10px);
  left: 0;
  right: 0;
  transition: all 300ms ease;
  font-size: 1.1em;
  user-select: none;
  color: #333;
}
.radio_s2 .box span:before {
  font-size: 1.4em;
  /* font-family: FontAwesome; */
	font-family: "Font Awesome 5 Free";
  display: block;
  /* transform: translateY(-80px); 位置調整 */
	transform: translateY(-30px);
  opacity: 0;
  transition: all 300ms ease-in-out;
  font-weight: normal;
  color: white;
}
.radio_s2 .front-end span:before { /*圖*/
  /* content: ""; */
	content:"\2714";
}
.radio_s2 .back-end span:before {
  /* content: ""; */
	content:"\2714";
}
.radio_s2 p {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.radio_s2 p a {
  text-decoration: underline;
  font-weight: bold;
  color: #fff;
}
.radio_s2 p span:after {
  content: "";
  font-family: FontAwesome;
  color: yellow;
}


/* ======= 最新消息 ======= */
#news{ padding-bottom: 20px; }
#news .item.item-thumbnail{ margin: 0px 0px 15px 0px; }
#news .item.item-thumbnail .item-image{ height:auto; padding:10px; }
@media (max-width: 640px) { #news .item.item-thumbnail .item-image{ height:170px; } }
@media (max-width: 375px) { #news .item.item-thumbnail a:link { padding:10px; height:auto; } }
#news .item-title { padding-bottom:10px; font-size: 1rem; }


/* mobile 次類 */
.default-select2 { color: #333333; border: 2px solid #FFB727 }
.default-select2 optgroup[label]{
  background-color: rgba(0,0,0,.05);
	color: #333333;
	/* font-size:1rem; */
}
.default-select2 option{
  background-color: #FFB727 !important;
}

.default-select2 option[selected] {
	color:#FFF;
  background-color: #333 !important;
}


