/*=== 背景底圖 ===*/
.wrap {
  position: relative;
  margin: 0 auto;
  padding: 4vh 0 10vh;
  min-height: 55vh;
  background: var(--HY_C3);
}

.wrap_idx {
  margin: 0 auto;
  padding: 6vh 0;
}

.wrap_idx:nth-child(odd) {
  background: var(--HY_C3);
}

.wrap_idx:nth-child(even) {
  background: #fceae7;
}

.wrap_pattern {
  background: url(../images/dot_bg.jpg) repeat;
}

.wrap:before {
  content: " ";
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ebebeb url(../images/wrap-bg.jpg) center 0 no-repeat;
  background-size: cover;
}

.wrap-gray {
  background: #ebebeb;
}

/*================================
背景響應
=================================*/
@media (max-width: 1024px) {
  .wrap_idx {
    padding: 4vh 0;
  }
}

@media (max-width: 768px) {
  .wrap_idx {
    padding: 3vh 0;
  }
}

@media (max-width: 480px) {
  .wrap_idx {
    padding: 1vh 0;
  }
}

/*標籤對齊頁(coupon)*/
.tab-wrap {
  position: relative;
}

/*=== 扣掉header固定高度 ===*/
.content-wrap {
  padding-top: 106px;
  position: relative;
}

/*內容無間距(map頁)*/
.content-wrap2 {
  padding-top: 86px;
  position: relative;
}

/*========= 手機驗證提醒視窗 =========*/
.popup-mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  border-radius: 5px;
  height: auto;
  padding: 3%;
  margin: 5%;
  text-align: center;
  box-shadow: 8px 15px 20px -5px rgba(0, 0, 0, 0.35);
}

.icon-warning-w {
  display: inline-block;
  background-image: url(../images/icons-warning.svg);
  background-size: 100%;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.smsChk-remarks {
  width: 100%;
  max-width: 500px;
  /*   font-size: 14px; */
  color: #555;
  margin: 1.5vh auto 1vh;
  padding: 0 50px;
}

.smsChk-remarks:before {
  content: "";
  display: inline-block;
  background: url(../images/ic_warning.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-left: -29px;
  vertical-align: middle;
}

/*========= header =========*/
.site-navbar {
  position: fixed;
  width: 100%;
  z-index: 16;
  background: #fff;
  box-shadow: 0px 2px 3px 0.18px rgba(140, 140, 140, 0.5);
}

.site-navbar-top {
  padding-top: 15px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ffcfcf;
  min-height: 64px;
}

.site-logo {
  width: 100%;
  height: auto;
  max-width: 150px;
  /*	margin: 0 auto;*/
}

/*search bar*/
.site-search {
  background: #f8f7f6;
  width: 100%;
  height: 35px;
  padding: 6px 45px 6px 18px;
  /*	margin-right: 5px;*/
  font-size: 14px;
  border-radius: 30px;
  border: none;
  box-shadow: inset 0 1px 1px rgb(0 0 0/ 6%);
}

.icon-search {
  position: absolute;
  display: block;
  top: 5px;
  right: 12px;
}

.icon-search img {
  width: 18px;
  height: auto;
}

.form-control:focus {
  color: #555;
  background-color: #f8f7f6;
  border-color: #ebe4dc;
  outline: 0;
  box-shadow: inset 1px 2px 4px rgb(0 0 0/ 12%);
}

.navbar {
  padding: 0;
  min-height: 42px;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 3.5rem;
  padding-left: 3.5rem;
  padding: 6px 15px;
}

.navbar-light .navbar-nav .nav-link {
  color: #4a4a4a;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #919191;
}

/*下拉選單*/
.dropdown-menu {
  background: rgba(255, 255, 255, 0.96);
  border: none;
  /*  border: 1px solid #bfe7ed;*/
  border-radius: 0.25rem;
  margin-top: -1px;
  box-shadow: 0px 6px 12px 1px rgb(192 187 187/ 70%);
}

.navbar-nav {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
}

.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  padding: 2.5% 3% 3.5%;
}

/*選單-活動按鈕*/
.event-btn {
  color: var(--HY_C1) !important;
  transition: 350ms;
}

.event-btn:hover {
  color: #919191 !important;
}

.dropdown-toggle::after {
  content: none;
}

.t-menu-list {
  margin-bottom: 3.5vh;
}

.t-menu-list:hover,
.t-menu-list:focus {
  border: none !important;
}

.t-menu-list h6 {
  font-weight: bold;
  margin-top: 1vh;
  margin-bottom: 1.5vh;
}

.item-list {
  font-size: 0.93rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
  transition: 350ms;
  color: var(--HY_C1);
}

/*header-icon*/
.site-icons {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 10px;
}

.site-icons img {
  width: 25px;
  height: auto;
  /*  max-width: 25px;*/
}

.count {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: var(--HY_C1);
  border-radius: 50%;
  top: 5px;
  right: -3px;
}

.navbar-light .navbar-toggler {
  border: none;
}

button:focus {
  outline: 0;
}

.site-icons:hover img {
  opacity: 0.7;
}

/*================================
header行動
=================================*/
@media (min-width: 768px) {
  .navbar-expand-md {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .site-logo {
    max-width: 130px;
  }
  .site-icons img {
    max-width: 20px;
  }
}

@media (max-width: 480px) {
  /*=== 扣掉header固定高度 ===*/
  .content-wrap {
    padding-top: 83px;
  }
  .content-wrap2 {
    padding-top: 144px;
  }
  .site-navbar-top {
    border-top: none;
    min-height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .site-logo {
    max-width: 100px;
  }
  .navbar-nav {
    padding-top: 2vh;
    padding-bottom: 4vh;
  }
  .navbar-collapse {
    margin: 0 auto;
    overflow-y: auto;
    max-height: 100vh;
  }
  .dropdown-menu {
    background: #f8f7f6;
    border: 1px solid #e5e5e5;
  }
  .nav-link:focus,
  .nav-link:hover {
    border: none !important;
  }
  .site-search {
    height: 30px;
    padding: 6px 45px 6px 18px;
    font-size: 13px;
    max-width: 155px;
  }
  .icon-search {
    right: 18%;
    top: 4px;
  }
  .icon-search img {
    width: 16px;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.1rem;
    background-color: transparent;
    border: 1px solid transparent;
    padding-left: 0;
  }
}

@media (max-width: 376px) {
  .site-search {
    max-width: 150px;
  }
}

/*================================
文字
=================================*/
.text-16 {
  font-size: 16px;
}

.t-strong {
  color: var(--HY_C5);
  font-weight: bold;
}

.t-pink {
  color: var(--HY_C1);
}

.t-gblue {
  color: #00a0b6;
}

/*================================
內容
=================================*/

/*麵包屑*/
.breadcrumb {
  padding: 0.5rem 1rem;
  margin-bottom: 5vh;
  background-color: transparent;
  justify-content: center;
}

.breadcrumb-brand,
.breadcrumb-brand-b {
  margin-bottom: 0;
  justify-content: flex-start;
  padding-left: 0;
}

.breadcrumb-brand-b a {
  color: #f0f0f0;
}

.breadcrumb-brand-b .breadcrumb-item + .breadcrumb-item::before {
  color: #f0f0f0;
}

.breadcrumb-brand-b .breadcrumb-item.active {
  color: var(--HY_C6);
}

@media (max-width: 576px) {
  .breadcrumb-brand-b a {
    color: #555;
  }
  .breadcrumb-brand-b .breadcrumb-item + .breadcrumb-item::before {
    color: #787878;
  }
  .breadcrumb-brand-b .breadcrumb-item.active {
    color: #7e7e7e;
  }
}

/*========= 產品頁 =========*/

/*共用標題*/
.product-title h1 {
  font-size: 35px;
  letter-spacing: 1.5px;
}

/*===會員中心===*/

/*共用標題*/
.member-title {
  position: relative;
}

.member-title h1 {
  font-size: 36px;
  text-align: center;
  margin-top: 2rem;
  letter-spacing: 0.3rem;
}

.back {
  position: absolute;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2px;
  top: 0;
  left: 0;
  color: #666;
}

.back:before {
  content: "";
  display: inline-block;
  background: url(../images/ic_back.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  margin-right: 5px;
  margin-left: 5px;
}

/*===白底框===*/

/*無間距*/
.white-box-n {
  width: 100%;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 8px 18px 1px rgba(140, 140, 140, 0.5);
}

.white-box {
  width: 100%;
  background: #fff;
  padding: 5px 8px;
  margin: 3vh auto;
  border-radius: 0.3rem;
  box-shadow: 0px 8px 18px 1px rgba(140, 140, 140, 0.5);
}

.white-box-750 {
  width: 100%;
  max-width: 750px;
  background: #fff;
  margin: 5vh auto 6vh;
  border-radius: 0.3rem;
  box-shadow: 0px 8px 18px 1px rgba(140, 140, 140, 0.5);
}

/*黑底框*/
.BK-box {
  width: 100%;
  color: var(--HY_gray);
  background-color: var(--HY_C6);
  margin: 5vh auto 3.5vh;
  border-radius: 0.3rem;
  /*  box-shadow: 0px 3px 18px 0.3px rgba(140, 140, 140, 0.5);*/
  font-size: 18px;
  font-weight: bold;
}

/*750透明框架(*/
.box-750 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin: 5vh auto 6vh;
}

/*================================
內容行動
=================================*/
@media (max-width: 576px) {
  /*===產品頁===*/
  .product-title h1 {
    font-size: 28px;
  }

  /*會員中心*/
  .member-title h1 {
    font-size: 28px;
  }
  .member-menu {
    padding: 7px 20px;
  }
  .member-icon {
    width: 30px;
    height: 30px;
  }
  .icon-name {
    margin: 5px auto;
  }
  .back {
    font-size: 13px;
    top: -2.5vh;
  }
  .back:before {
    width: 15px;
    height: 15px;
    margin-right: 2px;
    vertical-align: text-bottom;
  }
  .BK-box {
    font-size: 13px;
  }

  /*白底框*/
  .white-box-n {
    box-shadow: 0px 3px 8px 1px rgb(140 140 140/ 50%);
  }
}

/*================================
頁面分類標籤
=================================*/

/*===品牌分類===*/
.product-brand {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/ic_down.png) no-repeat right center;
  border: 0;
  max-width: 55px;
  margin: 0 2px;
  padding-right: 20px;
  outline: none;
}

/*
.product-brand:hover{
	background: #ae906a !important;	
}
*/
@media screen and (max-width: 767px) {
  .product-brand {
    width: 130px;
    margin-left: 11px;
    text-align-last: left;
  }
}

.product-brand::-ms-expand {
  display: none;
}

.product-brand option {
  width: 100px;
}

.classification {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
  cursor: pointer;
}

.classification li {
  display: inline-block;
}

.classification li a {
  display: block;
  letter-spacing: 0.056em;
  text-align: center;
  padding: 5px 10px;
}

.classification li a:hover {
  color: var(--HY_C1);
}

.classification li a.active {
  /*  background: #d8cab9;*/
  background: var(--HY_C2);
  border-radius: 0.3rem;
  color: #fff;
}

.classification-brand {
  position: relative;
}

@media screen and (max-width: 991px) {
  .classification {
    text-align: center;
    position: static;
    margin: 0 auto 2.5vh;
  }
}

@media screen and (max-width: 767px) {
  .classification {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

/*================================
通用按鈕
=================================*/
button {
  border-radius: 0.5rem;
  border: 0;
  background-color: var(--HY_C1);
  color: #ffffff;
  padding: 5px 10px;
  letter-spacing: 1px;
  transition: 350ms;
  cursor: pointer;
}

button:hover {
  background-color: var(--HY_C4);
  color: #fff;
}

button:active {
  transform: scale(0.95);
}

button:focus {
  outline: none;
}

button.ghost {
  background-color: transparent;
  border-color: #ffffff;
}

button.navbar-toggler:hover {
  background: #fff;
}

.btn-w100 {
  width: 100%;
  font-size: 14px;
  padding: 10px 10px;
}

.btn-w75 {
  width: 75%;
  font-size: 14px;
  padding: 10px 20px;
}

.btn-w50 {
  width: 50%;
  font-size: 14px;
  padding: 10px 10px;
}

.btn-w100.disabled,
.btn-w75.disabled,
.btn-w50.disabled {
  background-color: #f0f0f0;
  color: #fff;
  border: 1px solid #f0f0f0;
}

button.btn-pinkline {
  background: #fff;
  color: var(--HY_C1);
  border: 1px solid var(--HY_C4);
}

button.btn-pinkline:hover {
  background: var(--HY_C4);
  color: #fff;
  border: 1px solid var(--HY_C4);
}

button.btn-whiteline {
  /*  background: #fff;*/
  /*color: #fff;*/
  border: 1px solid #fff;
}

/* button.btn-whiteline:hover {
  color: #f49dbb;
  border: 1px solid #fadce5;
} */
button.btn-gray {
  background: #919191;
}

button.btn-gray:hover {
  background: #aaaaaa;
}

.btn_pink {
  border-radius: 0.3rem;
  background-color: var(--HY_C1);
  color: #ffffff;
  padding: 5px 12px;
}

.btn_pink:hover {
  background-color: var(--HY_C4);
}

.btn-outlineA {
  background: transparent;
  color: var(--HY_C1);
  border-bottom: 1px solid var(--HY_C4);
  border-top: 1px solid var(--HY_C4);
  width: 45px;
  padding: 3px 5px;
  transition: 300ms;
  letter-spacing: 0.05rem;
}

.btn-outlineA:hover {
  width: 70px;
  color: var(--HY_C1);
  letter-spacing: 0.5rem;
}

@media (max-width: 480px) {
  .btn-outlineA:hover {
    width: 53px;
    letter-spacing: 0.35rem;
  }
}

/*================================
登入/註冊
=================================*/
.form-card {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 50px;
  height: 100%;
}

.login-wrap {
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 8px 18px 1px rgba(140, 140, 140, 0.5);
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 750px;
  min-height: 480px;
  margin: 0 auto;
}

/*==========================================
 驗證成功
===========================================*/
.icon-success {
  display: block;
  background-size: 100%;
  max-width: 90px;
  margin: 6vh auto 0;
}

.icon-delivery {
  display: block;
  background-size: 100%;
  max-width: 45px;
  margin: 8vh auto 0;
}

.verify-title {
  font-size: 32px;
  text-align: center;
  margin: 1.5vh auto;
  letter-spacing: 1.5px;
}

.order-process {
  display: inline-block;
  font-size: 16px;
  color: #b4b4b4;
  letter-spacing: 0.75px;
  margin-top: 10px;
}

.order-process-red.active {
  color: var(--HY_C1);
}

.order-process li {
  display: inline-block;
}

.pick-up i,
.confirm i,
.finish i {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.pick-up i {
  background-image: url(../images/ic_cart_step-1_gray.png);
}

.confirm i {
  background-image: url(../images/ic_cart_step-2_gray.png);
}

.finish i {
  background-image: url(../images/ic_cart_step-3_gray.png);
}

.pick-up.active i {
  background-image: url(../images/ic_cart_step-1.png);
}

.confirm.active i {
  background-image: url(../images/ic_cart_step-2.png);
}

.finish.active i {
  background-image: url(../images/ic_cart_step-3.png);
}

.forward {
  background: url(../images/ic_forward_gray.png) no-repeat center;
  background-size: 100%;
  width: 18px;
  height: 18px;
  vertical-align: -2px;
  margin: 0 5px;
}

/*==========================================
 驗證成功 行動
===========================================*/
@media screen and (max-width: 576px) {
  .icon-delivery {
    max-width: 40px;
    margin: 3vh auto 0;
  }
  .order-process {
    font-size: 14px;
    margin-top: 4%;
  }
  .order-process li {
    padding-bottom: 2%;
  }
  .icon-success {
    max-width: 60px;
  }
  .forward {
    margin: 0;
  }
}

/*================================
燈箱
=================================*/
.model-add {
  padding-right: 15px;
}

.model-add .popup-order {
  height: 504px;
}

.model-class {
  margin-top: 80px;
  margin-bottom: 0;
}

.model-class .popup-order {
  padding: 25px 30px;
}

.modal-class-2 {
  margin: 0 0 30px 0;
}

.modal-backdrop {
  /*    background-color: #eb6d91;*/
}

.modal-pink {
  background-color: #eb6d91;
  color: #fff;
}

.model-pink-class {
  margin-top: 150px;
  margin-bottom: 0;
}

/* Popup 開始 */
.modal-content {
  padding: 25px 30px;
}

.modal-close {
  width: 24px;
  height: 24px;
  background: url(../images/ic_cancel.png);
  background-size: 100%;
  position: absolute;
  top: 24px;
  right: 30px;
  cursor: pointer;
  transition: all 0.5s;
}

@media screen and (min-width: 991px) {
  .modal-close:hover {
    opacity: 0.5;
  }
}

/* 重新寄送郵件 開始 */
.popup-resand h3 {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 0;
}

.popup-resand p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #4a4a4a;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.popup-input {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 3vh;
}

/* 重新寄送郵件 結束 */

/* 郵件已寄送 開始 */
.popup-mail i {
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/ic_message_big.png);
  margin: 0 auto;
  margin-top: 90px;
}

.popup-mail h3 {
  font-size: 24px;
  color: #4a4a4a;
  margin: 30px 0 0 0;
  text-align: center;
}

.popup-mail p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #4a4a4a;
  text-align: center;
  max-width: 375px;
  margin: 0 auto;
  margin-top: 20px;
}

/* 郵件已寄送 結束 */

/* 同意聲明 開始 */
.popup-agree h3 {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 0;
}

.popup-agree ul {
  padding-left: 30px;
  margin-bottom: 70px;
}

.popup-agree ul li {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #4a4a4a;
  margin: 10px 0 0 0;
  list-style-type: disc;
}

/* 同意聲明 結束 */

/* 加入訂單 開始 */
.popup-order {
  width: 100%;
  /*max-width: 700px;*/
  padding: 25px 50px;
}

.popup-order h3 {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 24px;
  margin: 0;
}

.popup-order h2 {
  font-size: 20px;
  color: var(--HY_C1);
  letter-spacing: 0.035em;
  margin: 15px 0 0 0;
  font-weight: 600;
}

.popup-order p {
  font-size: 18px;
  line-height: 28px;
  color: var(--HY_C1);
  letter-spacing: 0.06em;
  margin: 0;
}

.product-quantity {
  margin-bottom: 30px;
  margin-top: 15px;
  color: #4a4a4a;
  font-size: 20px;
}

.quantity-2 p {
  display: none;
  line-height: 40px;
  text-align: center;
 font-size: 16px;
  /*
  background-color: #ffffff;
	color: #555;
*/
}

.quantity-2.sold-out {
  display: flex !important;
  justify-content: center;
}

.quantity-2.sold-out p {
  display: block;
  width: 138px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
}

.quantity-2.sold-out .quantity-content-2 {
  display: none;
}

/* 選擇類型 開始 */
.select-product {
  width: 100%;
  height: 40px;
  /*
	font-size: 16px;
	color: #555;
*/
  background-color: #f2f2f2;
  border: 0.25rem;
  border-radius: 0;
  padding: 0 15px;
  background-image: url(../images/ic_down.png);
  background-repeat: no-repeat;
  background-position: right;
  -webkit-appearance: none;
  /*Chrome*/
  -moz-appearance: none;
  /*FF*/
  appearance: none;
  /*CSS3*/
}

.select-product::-ms-expand {
  display: none;
}

/* 選擇類型 結束 */

/* 數量控制 開始 */
.product-quantity .product-quantity-subtitle {
  font-size: 14px;
  padding-bottom: 5px;
}

.quantity-box-2 {
  background: #f2f2f2;
  height: 40px;
  padding: 0 10px;
}

.quantity-2 {
  display: block;
}

.quantity-content-2 {
  display: table-row;
  line-height: 40px;
}

.gifts-minus-2,
.gifts-plus-2 {
  display: table-cell;
  padding: 0;
  margin: 0;
}

.gifts-minus-2 span,
.gifts-plus-2 span {
  display: inline-block;
  padding: 0;
  background: url(../images/ic_minus.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.gifts-plus-2 span {
  background: url(../images/ic_plus.png) no-repeat;
  background-size: 100%;
}

.gifts-num-2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10px;
  width: 100%;
}

.gift-carousel {
  background: #f2f2f2;
  border-radius: 3px;
  padding: 15px 0 10px;
  margin-bottom: 3vh;
  overflow: hidden;
}

.gift-carousel .pd_item {
  padding: 0 10px;
  border-right: 1px solid #d3d3d3;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
}

.gift-carousel .pd_item:last-child {
  border-right: none;
}

.gift-carousel img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  object-fit: cover;
  margin-bottom: 10px;
}

.gift-carousel h5 {
  font-weight: 600;
}

.gift-carousel h6 {
  font-weight: 300;
}

.gift-carousel h5,
.gift-carousel h6 {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.gift-carousel ul span {
  font-size: 14px;
  color: #4a4a4a;
  float: left;
}

.gift-carousel ul {
  width: 100%;
  margin-bottom: 0;
}

.gift-carousel ul select {
  border: none;
  background: transparent;
  font-size: 14px;
  color: var(--HY_C1);
  line-height: 20px;
  float: right;
  min-width: 40px;
}

.gift-carousel ul li {
  border-bottom: 1px solid #e6c4c4;
  padding: 8px 0;
  width: 100%;
  clear: both;
  height: 36px;
}

.gift-carousel ul li:last-child {
  border: none;
  padding-bottom: 0;
}

.gift-wrapper {
  width: 100%;
}

/*箭頭導航*/
.owl-nav {
  text-align: center;
  font-size: 48px;
  color: #aaa;
  line-height: 0.8;
  margin-bottom: 0.6vh;
}

.owl-nav .owl-prev {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .product-quantity {
    margin-top: 15px;
    font-size: 18px;
  }
  .quantity-box-2 .quantity-2 {
    width: 100%;
    text-align: center;
  }
  .quantity-box-2 .quantity-2 a {
    text-align: center;
  }
}

/* 數量控制 結束 */
p.remarks {
  font-size: 14px;
  margin-bottom: 5px;
}

p.remarks span {
  font-size: 14px;
  font-weight: bold;
  color: #4a4a4a;
  margin-right: 3px;
}

/*
.gifts-content {
  background: #F2F2F2;
  padding: 0 20px;
}

.gifts-content.pink {
  background: #E6C4C4;
}
*/
.scrolls {
  height: 190px;
  overflow-y: auto;
}

@media screen and (max-width: 767px) {
  .scrolls {
    height: auto;
    overflow-y: auto;
  }
  .popup-order {
    padding: 25px;
  }
  .popup-order h2 {
    font-size: 18px;
  }
  p.remarks {
    font-size: 14px;
    line-height: 1.3;
  }
}

/* 贈品 數量控制 開始 */

/*
.quantity-box {
  margin: 5px;
  padding: 5px 10px;
  background: #fff;
  display: inline-block;
}
*/
.gifts-minus {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.gifts-minus span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/ic_minus2.png);
  cursor: pointer;
  transition: all 0.5s;
}

.gifts-plus {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  background: #fff;
}

.gifts-plus span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/ic_plus2.png);
  cursor: pointer;
}

.gifts-num {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 0 10px;
  background-color: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

._arrow {
  position: relative;
}

._arrow::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 12px;
  z-index: -1;
  right: 0;
  background-image: url(../images/ic_forward_red.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right;
  transform: rotate(90deg);
}

/* 贈品 數量控制 結束 */
.mobile-title {
  display: none;
}

/*貨到通知*/
.input-style input {
  width: 100%;
  outline: none;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.58px;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .gifts-content.pink {
    display: none;
  }
  .gifts-content {
    padding: 0;
  }
}

/* 加入訂單 結束 */
/* Popup 結束 */

/* 選擇店家 開始 */
.select-store-box {
  background: #f9f9f9;
  margin: 15px 0 30px;
}

.popup-store {
  padding: 25px 0;
}

.popup-store h3 {
  font-size: 16px;
  margin: 0 0 10px 20px;
}

.select-box {
  padding: 20px 15px 15px;
}

.select-store-scrollbar {
  max-height: 400px;
}

.select-store select {
  width: calc(50% - 25px);
  margin-right: 20px;
  padding: 12px 15px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/ic_down.png) no-repeat right center;
  border: 0;
  border-radius: 3px;
  background-color: #ebebeb;
  font-weight: 500;
  letter-spacing: 0.58px;
  outline: none;
}

.select-store select::-ms-expand {
  display: none;
}

.select-store select option {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.58px;
}

.select-store select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.box-store-infor {
  padding: 8px 20px;
  cursor: pointer;
  width: 100%;
}

.box-store-infor.active {
  background: var(--HY_C3);
}

.box-store-infor h4 {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.5;
}

.box-store-infor p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .box-store-infor:hover {
    background: var(--HY_C2);
  }
  .select-store-scrollbar {
    max-height: 320px;
  }
}

/* 選擇店家 結束 */

/*================================
footer
=================================*/
footer {
  background: var(--HY_C2);
  color: #fff;
  /*  color: #4a4a4a;*/
  position: relative;
  box-shadow: 0px 0px 15px 0.8px rgba(140, 140, 140, 0.35);
  box-shadow: 0px -2px 5.82px 0.18px rgba(140, 140, 140, 0.3);
}

footer:before {
  content: "";
  display: block;
}

.footer-content {
  position: relative;
  padding-top: 2vh;
  padding-bottom: 3.5vh;
  border-bottom: 1px solid var(--HY_C3);
  letter-spacing: 0.04em;
}

/*.gotop {
  position: absolute;
  background: #00a0b6;
  box-shadow: 0px 0px 15px 0.95px rgba(140, 140, 140, 0.3);
  top: -33px;
  right: 5%;
  width: 62px;
  height: 33px;
  border-radius: 100px 100px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5%;
  margin-right: -35px;
  z-index: 5;
}

.gotop img {
  width: 15px;
  height: 15px;
}

.footer-logo {
  max-width: 100px;
  margin-top: -1vh;
}*/

.footer-content h6 {
  font-weight: bold;
  font-size: 18px;
  padding-top: 1.8rem;
  padding-bottom: 1rem !important;
  color: #fff;
}

.footer-list li {
  padding-bottom: 0.15em;
}
.footer-list a {
  color: #fff;
  /*	transition: 300ms;*/
}

.footer-list a:hover {
  color: #b55555;
  color: #953535;
}

.footer-wrap2 {
  padding: 1vh 2.5vh 2vh;
  /*
	padding-bottom: 2.5vh;
  color: #ffffff;  
  background: #f8f7f6;
*/
}

i.phone {
  display: inline-block;
  background: url(../images/icon_phone.svg) no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  vertical-align: -5px;
  background-size: 100%;
}

li.email i,
li.phone i {
  display: inline-block;
  background: url(../images/ic_email@2x.png) no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 7px;
  vertical-align: -7px;
  background-size: 100%;
}

li.phone i {
  background: url(../images/ic_phone@2x.png) no-repeat;
  background-size: 100%;
}

.footer-wrap2 a {
  color: #fff;
}

.footer-wrap2 a:hover {
  color: #953535;
  /*  text-decoration: underline;*/
}

.footer-list2 {
  margin-top: 1vh;
  padding: 0 1vh;
}

/*===== social-icons =====*/
.social-icons img {
  width: 40px;
  height: auto;
  margin: 0 6px;
}

.social-icons:hover {
  opacity: 0.75;
}

/*警語*/
.warning-text {
  font-size: 13px;
/*  color: #646464;*/
  padding: 3vh 1vw 4vh;
  margin-left: 15px;
}

.warning-text li {
  list-style-type: circle;
  margin-bottom: 0.5vh;
  margin-left: 0.5%;
}

/*================================
footer行動
=================================*/
@media (max-width: 576px) {
  .gotop {
    top: -30px;
    right: 50%;
    width: 56px;
    height: 30px;
    padding-top: 0.5%;
    margin-right: -30px;
  }
  .footer-content h6 {
    font-size: 14px;
  }
  li.email i,
  li.phone i {
    width: 18px;
    height: 18px;
  }

  /*警語*/
  .warning-text {
    font-size: 12px;
  }
}

/*============ go-top =============*/
.go-top {
  display: inline-block;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  /*	box-shadow: 0 0 10px rgba(208, 114, 114, 0.1);*/
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: var(--HY_C1) url(../images/gotop-arrow.svg) no-repeat center 47%;
  background-size: 40%;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 2%;
  bottom: 4.5%;
  margin: 0 auto;
  text-align: center;
  z-index: 98;
}

.go-top.cd-is-visible,
.go-top.cd-fade-out,
.no-touch .go-top:hover {
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible,
.go-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  opacity: 0.9;
}

@media screen and (max-width: 992px) {
  /*官網*/
  .go-top {
    height: 35px;
    width: 35px;
    right: 3%;
    bottom: 5%;
  }
}

/*================================
編輯自訂/
=================================*/
.edit-title {
  padding: 0.5rem 1.3rem;
  background: var(--HY_C2);
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  display: inline-flex;
  margin: 0.8rem 0 1rem;
}
/*加入配送備註*/
.remark_txt {
  background: #fdf7f5;
  font-size: 13px;
  padding: 0.2rem 0.4rem;
  margin-top: 0.4rem;
}
