a {
  text-decoration: none;
}

.img-responsive {
  width: 100%;
  height: auto;
}

body {
  padding-top: 60px;
}

/***********************/
/***** 提示JS Start *****/
/***********************/

.notifyjs-add-to-cart-base {
  white-space: nowrap;
  background-color: #fefefe;
  padding: 25px;
  border-radius: 6px;
  border: 1px #3498db solid;
  font-weight: 900;
  letter-spacing: 0.05;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #3498db;
}

.notifyjs-add-to-cart-superblue {
  color: white;
  background-color: blue;
}

/***********************/
/***** 選單 Start *****/
/***********************/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navbar {
  background-color: transparent;
  transition: background-color 0.5s;
  border-radius: 2px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}

@media screen and (min-width: 992px) {
  .navbar {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
    color: #555;
  }
}


.nav-item a {
  color: #555;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.nav-item.active a{
  color: #FF8C00;
}

@media screen and (min-width: 992px) {

  /* 滾動後的樣式，白色背景 */
  .scrolled {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
  }

  .navbar {
    padding: 0;
  }

  .nav-item {
    padding: 10px;
  }

  /* 選單文字 */
  .nav-item a {
    color: #555;
  }

  .nav-item a:hover,
  .nav-item a:focus,
  .nav-item.dropdown a:hover,
  .nav-item.dropdown a:focus {
    color: #FF8C00;
  }
/* 
  .scrolled .nav-item a {
    color: #555;
  }

  .scrolled .nav-item a:hover,
  .scrolled .nav-item a:focus,
  .scrolled .nav-item.dropdown a:hover,
  .scrolled .nav-item.dropdown a:focus {
    color: #FF8C00;
  } */

  /* 下拉選單文字 */
  .nav-item.dropdown ul li a {
    color: #666;
  }

  .nav-item.dropdown ul li a:hover,
  .nav-item.dropdown ul li a:focus {
    color: #FF8C00;
    background-color: #f7f7f7;
  }

  .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 0px;
    border: 0px #fff solid;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    letter-spacing: 0.05em;
    padding: 15px 10px;
    line-height: 30px;
  }


}

@media screen and (max-width: 992px) {
  header {
    background-color: rgba(255, 255, 255, 0.95);
  }

  .nav-link {
    text-align: left;
    padding: 10px 15px;
  }

  .dropdown-menu {
    background: none;
    border-radius: 0px;
    border: 0px #fff solid;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    text-align: left;
    line-height: 32px;
    color: #333;

  }

  .dropdown-menu li a:hover {
    background: none;
  }

  .dropdown-item {
    padding: 5px 35px;
  }
}

.navbar-toggler {
  border: 0px solid #fff;
}

.navbar-toggler:focus {
  border: 0px solid #fff;
}

.home-logo {
  width: 60px;
}

@media screen and (max-width: 768px) {

  body {
    padding-top: 70px;
  }

}

/***********************/
/***** Footer Start *****/
/***********************/

/* footer-menu Start */

.footer-menu-title {
  border-bottom: 1px #444 solid;
  color: #ccc;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 20px;
  margin-bottom: 10px;
}

.footer-menu {
  padding: 0;
  display: block !important;
}

.footer-menu li {
  list-style: none;
}

.footer-menu li a {
  font-size: 14px;
  color: #aaa;
  line-height: 26px;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.footer-menu li a:hover {
  color: #fff;
}

.footer-menu li a i {
  font-size: 12px;
  color: #888;
}

.footer-logo {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.footer-logo img {
  width: 50%;
}

/* footer-social Start */

.footer-social {
  padding: 15px;
  text-align: center;
  border-top: 1px #333 solid;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-top: 20px;
}

.footer-social li {
  list-style: none;
  display: inline-block;
}

.footer-social li a {
  font-size: 20px;
  color: #aaa;
  margin: 0 8px;
  transition: color 0.5s;
}

.footer-social li a:hover {
  color: #eee;
}

/* footer-copyright Start */

footer {
  background: #1f1f1f;
  color: #eee;
}

footer .footer-copyright {
  background: #191919;
  color: #ccc;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
}

footer .footer-copyright a {
  color: #eee;
  text-decoration: none;
}

/*************************/
/***** 浮動按鈕 Start *****/
/*************************/

.floating-button {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 999;
  max-width: 60px;
}

.floating-button a {
  float: right;
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 5px;
  background-color: #444;
  color: #eee;
  text-align: center;
  line-height: 34px;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35);
  transition: width 0.2s;
}

.floating-button a:hover {
  width: 60px;
}

/*************************/
/***** 共用元素 Start *****/
/*************************/

/* 區塊標題 */
.block-title {
  width: 100%;
  max-width: 300px;
  padding-bottom: 5px;
  margin: 0 auto;
  font-size: 28px;
  line-height: 22px;
  letter-spacing: 0.05em;
  color: #333;
  text-align: center;
}

.block-title span {
  display: inline-block;
  width: 20px;
  height: 1px;
  position: relative;
  top: -5px;
  margin: 0 12px;
  background-color: #ddd;
}

.block-subtitle {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #aaa;
  letter-spacing: 0;
  margin-bottom: 40px;
  font-family: 'Dancing Script', cursive;
}

/* Small Block */

.small-block-title {
  line-height: 36px;
  font-size: 22px;
  color: #555;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
  text-shadow: 3px 3px 3px rgba(200, 200, 200, 0.3);
}

.small-block-text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 26px;
  color: #666;
  margin-bottom: 10px;
}

/* 區塊 More 按鈕 */

.block-more-btn {
  display: block;
  margin: 0 auto;
  padding: 0 10px;
  width: 150px;
  height: 42px;
  line-height: 32px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #7aa4cf;
  background: #fff;
  border: 5px #7aa4cf solid;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 6px;
}

.block-more-btn:hover {
  color: #fff;
  background: #639fdc;
}

.block-more-btn.btn-left {
  margin: 0;
}

.block-more-btn.full-width {
  width: 100%;
}

/* 表單 Inptu */

.form-box label {
  font-size: 16px;
  color: #999;
  margin-bottom: 5px;
  margin-top: 10px;
}

.form-box input,
.form-box textarea {
  border-radius: 0;
}

.form-box input::placeholder,
.form-box textarea::placeholder {
  color: #ccc;
  letter-spacing: 0.05em;
  font-size: 16px;
}

/*************************/
/***** 各頁面 Banner *****/
/*************************/

.page-figure {
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.page-figure::after {
  content: ' ';
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute;
}

.page-figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-position: center;
  object-fit: cover;
}

.page-figure h2 {
  position: relative;
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.05em;
  z-index: 3;
  text-align: center;
}

/*****************/
/*****  頁碼  *****/
/*****************/

.page-item.active .page-link,
.page-item .page-link:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.page-item.disabled .page-link {
  color: #ccc;
  background-color: #fff;
  border-color: #ccc;
}

.page-item .page-link {
  color: #888;
  background-color: #fff;
  border-color: #888;
}

/***********************/
/***** 麵包屑 Start *****/
/***********************/

.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
  z-index: 4;
  width: 100%;
  font-size: 12px;
  padding: 0 30px;
}

.breadcrumb-item.active {
  color: #ccc;
}

.breadcrumb i {
  display: inline-block;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb i.icon {
  margin: 0 5px;
}

/**********************/
/***** 目前沒有文章 *****/
/**********************/

.no-article {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  opacity: 0.3;
  border-radius: 50%;
  margin-bottom: 10px;
}

/********************/
/***** 響應式設定 *****/
/********************/

.mobile-show {
  display: none;
}

.pc-show {
  display: block;
}

@media screen and (max-width: 992px) {
  .mobile-show {
    display: block;
  }

  .pc-show {
    display: none;
  }
}

.editor-block img {
  width: 100%;
  max-width: 100%;
}


/**************************/
/***** 頁尾 表單 Start *****/
/**************************/

.footer-form-box form {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 6px;
}

.footer-form-box form input[type="text"],
.footer-form-box form select {
  border: 1px #ddd solid;
  padding: 0 5px;
  border-radius: 6px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.05em;
  display: block;
  margin: 8px 0;
  width: 100%;
}

.footer-form-box form textarea {
  border: 1px #ddd solid;
  padding: 5px;
  border-radius: 6px;
  min-height: 100px;
  line-height: 26px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.05em;
  width: 100%;
  margin: 8px 0;
}

.city-selector-set {
  padding: 0;
  margin: 0;
}

.footer-form-box form input[type="button"] {
  border: 0;
  padding: 0 5px;
  border-radius: 6px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0.05em;
  display: block;
  margin: 8px 0;
  width: 100%;
  color: #fff;
  background-color: #FF8C00;
}

.footer-form-box form input[type="checkbox"] {
  width: 16px;
  height: 16px;
}

.footer-form-check-text {
  margin: 10px 0;
  font-weight: 900;
  color: #111;
  font-size: 14px;
}

.footer-form-box form p {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}

/************************/
/***** 頁尾 表單 End *****/
/************************/
