/*================================
內容頁
=================================*/

/*===產品列表===*/

/*產品列表-分類*/
.periodic-classification {
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0 8px 26px rgba(120, 120, 120, 0.2);
  border-radius: 0.3rem;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

.periodic-classification h6 {
  margin: 0;
  border-right: 1px #efeeeb solid;
  text-align: center;
  font-weight: 900;
  line-height: 50px;
  font-size: 14px;
  align-self: center;
}

.periodic-classification ul {
  align-self: center;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  display: flex;
}

/*產品圖片列表*/
.product-list-wrap {
  margin-bottom: 20px;
  transition: 300ms;
}

.product-list-wrap:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}

.product-list {
  border-radius: 0.3rem;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(140, 140, 140, 0.35);
  overflow: hidden;
}

.product-list-box {
  display: block;
  width: 100%;
  color: #4a4a4a;
}

.pd-list-text {
  padding: 10px 15px 0;
}

.product-list h4 {
  color: #4a4a4a;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pd-list-spec {
  color: #4a4a4a;
  margin: 3px 0;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*列表-活動標籤*/
.tag-event {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  min-height: 50px;
  margin-bottom: 5px;
}

.tag-event span {
  display: inline-block;
  padding: 1px 5px;
  margin-bottom: 5px;
}

.tag-event p {
  font-size: 14px;
  color: var(--HY_C1);
  border-top: 1px #F2F2F2 solid;
  padding: 0 18px;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*產品價格*/
.pd-list-price {
  /*  font-family: 'Montserrat', "微軟正黑體", "蘋果儷中黑", sans-serif, Arial;    */
  border-top: 1px #F2F2F2 solid;
  font-size: 22px;
font-weight: bold;
  padding: 8px 15px 9px;
  letter-spacing: 0.06rem;
  color: var(--HY_C1);
}

/*
.pd-line {
  display: block;
  width: 120%;
  margin: 0 auto;
  margin-right: -15px;
  margin-left: -15px;
}
*/

.pd-list-price del {
  margin-left: 3.5%;
  font-size: 15px;
  color: #9B9B9B;
}

.pd-list-wishlist i {
  display: inline-block;
  background: url(../images/ic_wishlist_red.png);
  background-size: 100%;
  width: 22px;
  height: 22px;
  margin-top: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.pd-list-cart i {
  display: inline-block;
  background: url(../images/ic_cart_red.png);
  background-size: 100%;
  width: 22px;
  height: 22px;
  margin-top: 10px;
  margin-right: 3px;
  cursor: pointer;
}

/*===產品介紹頁===*/

/*top產品模糊背景*/
.product-banner {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.product-banner-bg {
  width: 100%;
  height: 450px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(240, 163, 163, 0.6);
  /*	background: #f78884;*/
}

.product-banner figure {
  position: absolute;
  width: 100%;
  height: 450px;
  z-index: 2;
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
}

/*產品頁-麵包屑*/
.product-menu-list {
  margin-top: 2rem;
  margin-bottom: 12px;
}

/*產品縮圖*/
.pd-nav-img {
  margin: 2vh 0 1vh;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.pd-nav-img li {
  width: calc((100% - 6%) / 6);
  height: auto;
  cursor: pointer;
  margin: 0 1% 0 1%;
  box-shadow: 0px 0px 8px rgba(140, 140, 140, 0.3);
}

.pd-nav-img li:first-child {
  margin-left: 0;
}

.pd-nav-img li:last-child {
  margin-right: 0;
}

.pd-nav-img li:hover {
  opacity: 0.65;
}

.pd-nav-img .active {
  opacity: 0.65;
}

/*產品標題*/
.pd-details-title h1,
.pd-details-title h2 {
  font-size: 32px;
  letter-spacing: 0.03em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 3px;
  color: #fff;
}

.details-t {
  color: #fff;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 4vh;
  margin-top: 13.5vh;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*介紹-活動標籤*/
.promotions {
  font-weight: 600;
  font-size: 14px;
  margin-top: 3vh;
  margin-bottom: 1vh;
}

.promotions li {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid var(--HY_C4);
  padding: 6px 10px;
  margin: 0 2% 10px 0;
  background: #fff;
  color: var(--HY_C1);
  font-size: 16px;
}

.pd-details-price {
  /*font-family: 'Lusitana', serif;*/
  font-size: 50px;
  color: #555;
  margin-bottom: 0.5vh;
}

.pd-details-price small {
  font-size: 0.7em;
  margin-right: 0.5%;
}

.pd-details-price del {
  display: inline-block;
  font-size: 0.35em;
  color: #9d9d9d;
  margin-left: 1.5%;
  margin-top: -15px;
  vertical-align: middle;
}

/*加到最愛*/
.plus-wishlist {
  background: #fff;
  padding: 7px;
  display: inline-block;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 0 0.3rem 0.3rem 0;
  box-shadow: 0px 0px 5px rgb(140 140 140 / 35%);
}

.plus-wishlist i {
  background: url(../images/ic_wishlist.png) no-repeat center;
  background-size: 100%;
  display: inline-block;
  height: 31px;
  width: 31px;
  transition: all 0.5s;
  vertical-align: middle;
  border-radius: 0.3rem;
}

.plus-wishlist:hover i {
  background: url(../images/ic_wishlist_red.png) no-repeat center;
  background-size: 100%;
  height: 31px;
  width: 31px;
}

/*產品介紹*/
.products-frame {
  padding: 30px 0 60px 0;
  /*    border-bottom: #E6C4C4 solid 1px;*/
}

.added {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/*加入配送按鈕*/
.add-order {
  font-size: 14px;
  padding: 12px 22px;
  vertical-align: middle;
  width: 50%;
  border-radius: 0.3rem 0 0 0.3rem;
}

.add-order.no-degree {
  background: #aaaaaa;
}

.related-products-title > h4 {
  font-size: 24px;
  color: var(--HY_C1);
  letter-spacing: 1.34px;
  font-weight: 300;
}

.related-products-title h5 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 1vh 0 2vh;
}

.related-products-title h5.pd_no {
  font-size: 16px;
  color: #aaa;
  letter-spacing: 0.01em;
  margin: 1vh 0 2vh;
}

.pd-introduce {
  box-shadow: 0px 0px 10px rgb(140 140 140 / 35%);
}

.pd-introduce img {
  width: 100%;
  height: auto;
  max-width: 825px;
}

/*================================
產品列表、介紹頁 行動版
=================================*/

@media (max-width: 768px) {
  /*產品價格*/
  .pd-list-text {
    padding: 8px 10px 0;
  }
  .pd-list-price {
    font-size: 18px;
    padding: 5px 10px;
  }

  .pd-list-price del {
    margin-left: 3.5%;
    font-size: 12px;
  }

  /*列表-活動標籤*/
  .tag-event {
    font-size: 12px;
  }

  .product-banner {
    height: 370px;
  }

  .product-banner-bg {
    height: 370px;
  }

  .product-banner figure {
    height: 370px;
  }

  /*產品標題*/
  .pd-details-title h1,
  .pd-details-title h2 {
    font-size: 26px;
  }

  .details-t {
    font-size: 14px;
    color: #9e7452;
  }

  .details-t {
    margin-bottom: 3vh;
    margin-top: 2vh;
  }

  .promotions {
    margin-top: 4vh;
    margin-bottom: 1vh;
  }

  .pd-details-price {
    /*    font-size: 50px;*/
    /*    margin-top: 2vh;*/
  }

  /*加入配送按鈕*/
  .add-order {
    width: 100%;
  }
}

@media (max-width: 767px) {
  /*產品標題*/
  .pd-details-title h1,
  .pd-details-title h2 {
    color: #3c3c3c;
  }

  .pd-list-wishlist i {
    margin-right: 15px;
  }
}

@media (max-width:576px) {
  /*產品頁-麵包屑*/
  .product-menu-list {
    margin-top: 0.8rem;
    margin-bottom: 8px;
  }

  /*產品列表頁*/
  .product-list-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pd-list-text {
    padding: 10px 10px 0;
  }

  .promotions {
    margin-top: 2vh;
  }

  /*產品介紹頁*/
  .product-banner {
    display: none;
  }

  /*產品標題*/
  .pd-details-title h1,
  .pd-details-title h2 {
    font-size: 22px;
  }

  .pd-details-title h1 {
    margin-top: 2.5vh;
  }
}

@media (max-width:375px) {
  /*.pd-list-price {
    font-size: 20px;
    padding: 10px 10px 12px;
  }*/

  .promotions li {
    padding: 5px;
    font-size: 12px;
  }
}

/*================================
品牌DM頁
=================================*/

.img-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 5px rgb(140 140 140 / 20%);
}

.img-form img,
.img-form a {
  width: 100%;
  height: auto;
  max-width: 100%;
  transition: 300ms;
}

img.form-2r,
a.form-2r {
  width: 50%;
  height: auto;
}

img.form-3r,
a.form-3r {
  width: 33.33333%;
  height: auto;
}

.img-form a:hover {
  opacity: 0.75;
}

/*品牌頁 FB-icon*/
a.brand-fb {
  display: block;
  width: 35%;
  height: auto;
  padding-top: 2%;
  padding-bottom: 5%;
}

/*================================
店家資訊頁 
=================================*/

.map {
  position: relative;
  border: 0;
}

.map .map-inside {
  position: absolute;
  left: 50%;
  top: 150px;
  -webkit-transform: translateX(-175px);
  -ms-transform: translateX(-175px);
  transform: translateX(-175px);
}

.map .map-inside .inside-widget {
  width: 200px;
  background: #ffffff;
  text-align: center;
  padding: 20px 5px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 0 20px 5px rgb(12 7 26 / 15%);
  box-shadow: 0 0 20px 5px rgb(12 7 26 / 15%);
}

.inside-widget h5 {
  font-size: 16px;
  font-weight: 600;
}

.map .map-inside .inside-widget::after {
  background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 51%,
    rgba(255, 255, 255, 0) 100%
  );
  box-shadow: -2px 2px 2px 0 rgb(178 178 178 / 40%);
  content: "";
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
}

/* 左邊資訊開始 */
.store-information-sell {
  float: left;
  width: 50%;
}

.store-information-sell-content {
  max-width: 450px;
}

.store-information-sell-content span {
  font-weight: 500;
  letter-spacing: 0;
  display: block;
}

.store-information-sell-content span i {
  display: inline-block;
  background: url(../images/ic_warning.png) no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
}

.color-line {
  width: 26px;
  height: 0px;
  border-width: 3px;
  border-style: solid;
  border-radius: 3px;
  display: inline-block;
}

.colour {
  position: relative;
  line-height: 1.2;
  font-size: 13px;
}

.colour span {
  padding-left: 40px;
}

.stock {
  width: 26px;
  height: 5px;
  position: relative;
  top: 14px;
  display: inline-block;
}

/* 左邊資訊結束 */

/* 右邊分店資訊開始 */

.store-container {
  position: relative;
}

.store-frame {
  padding: 32px 0 30px 0;
  min-height: 330px;
}

.branch-information {
  max-width: 450px;
  width: 100%;
  background: #fff;
  padding: 30px 0 10px;
  height: auto;
  box-shadow: 0px 20px 22px -5px rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 10px;
  top: -65%;
  z-index: 3;
}

.store-title {
  text-align: left;
  margin-bottom: 15px;
  padding: 0 30px 0;
}

.store-title h4 {
  letter-spacing: 1.5px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 30px;
}

.choose-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 0 30px 0;
}

.choose-filter {
  width: 23%;
  height: 50px;
}

.choose-filter select {
  width: 100%;
  padding: 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: #F2F2F2;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.58px;
}

.choose-filter select:focus-visible {
  outline: 0;
}

.choose-filter select::-ms-expand {
  display: none;
}

.choose-filter select option {
  letter-spacing: 0.58px;
}

.choose-filter select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.store-information-content {
  height: 400px;
  overflow-y: auto;
  width: 100%;
}

#reel .mCSB_inside > .mCSB_container {
  margin-right: 0;
}

.store-information-address {
  padding: 10px 30px;
  display: block;
}

.store-information-color {
  margin: 0 0 7px 0;
}

.store-information-color:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.store-information-color .red-line,
.store-information-color .green-line,
.store-information-color .blue-line {
  position: relative;
  top: 0;
  display: block;
  margin: 0 10px 0 0;
  float: left;
}

.store-name {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}

.store-phone {
  line-height: 1.2;
}

/*店家搜尋*/
.store-search-form {
  position: relative;
  margin: 1.5vh 30px;
}

.store-search {
  background: #F2F2F2;
  width: 100%;
  height: 40px;
  padding: 6px 45px 6px 18px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}

.store-search-icon {
  position: absolute;
  display: block;
  top: 8px;
  right: 18px;
}

.store-search-icon img {
  width: 18px;
  height: auto;
}

/*================================
店家資訊頁 行動版
=================================*/
@media screen and (max-width: 992px) {
  .store-information-sell {
    width: 100%;
    float: none;
    margin-bottom: 0px;
    margin-top: 50px;
  }
  
  .store-information-sell-content {
    margin: auto;
  }
  
  .branch-information {
    position: relative;
    top: 0;
    right: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .choose-menu {
    display: block;
  }

  .choose-menu:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  .choose-menu .choose-filter:nth-child(odd) {
    margin-right: 8%;
  }
  
  .choose-filter {
    width: 46%;
    float: left;
    margin-bottom: 3%;
  }

  .choose-filter select {
    text-align-last: center;
  }  
}

@media screen and (min-width: 767px) {
  .store-information-address:hover {
    background: #F2F2F2;
    transition: all 0.5s;
  }
}

/* 右邊分店資訊結束 */

.periodic-classification ul li {
  text-align: center;
  letter-spacing: 0.075em;
  color: #9B9B9B;
}
.periodic-classification ul li a {
  display: block;
  color: #9B9B9B;
}

.periodic-classification ul li.active a {
  color: var(--HY_C1);
}

@media screen and (max-width: 767px) {
  .periodic-classification h6 {
    padding: 0;
    line-height: 45px;
  }
  .periodic-classification ul li {
    font-size: 12px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 767px) {
  .periodic-classification ul li a:hover,
  .periodic-classification ul li a:active {
    color: var(--HY_C4);
  }
}

/*===會員中心===*/
.member-menu {
  max-width: 750px;
  width: 100%;
  padding: 15px 30px;
  margin: 3vh auto;
  box-shadow: 0px 10px 18px 1px rgba(140, 140, 140, 0.5);
  border-radius: 15px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
}

/*會員icon*/
.member-box a {
  padding: 10px 15px;
  text-align: center;
  margin: 2.5vh 0;
  display: block;
  transition: 350ms;
  transform: scale(1);
}

.member-box a:hover {
  transform: scale(1.18);
}

.member-icon {
  width: 55px;
  height: 55px;
}

.icon-name {
  display: block;
  margin: 10px auto;
  padding: 2px 5px;
}

.member-box a:hover .icon-name {
  background: var(--HY_C4);
  color: #fff;
  border-radius: 20px;
  max-width: 110px;
}

.member-r-line {
  border-right: 1px solid #efeeeb;
}

.member-t-line {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #efeeeb;
}

/*金額 數字 (積點優惠金)*/
.t-money {
  font-size: 22px;
  color: var(--HY_C1);
  padding: 0.1rem;
}

/*===積點資料===*/
.b-milky {
  background: #efeeeb;
}

.table {
  font-size: 16px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f8f7f6;
}

.table thead th {
  border-bottom: 2px solid #efeeeb;
}

.table td,
.table th {
  border-bottom: 1px solid #efeeeb;
}

.note-list {
  font-size: 14px;
  letter-spacing: 1rem;
  line-height: 1.8;
}
.note-list li {
  list-style-type: circle;
  letter-spacing: 0.15rem;
  margin-left: 18px;
}

/*===優惠金===*/
.bonus {
  text-align: center;
  padding: 5px 20px;
  /*    color: #D77B7B;*/
}

.t-record {
  position: relative;
  padding-left: 30px;
  padding-top: 2vh;
  padding-bottom: 1vh;
  font-weight: bold;
  /*  color: var(--HY_C1);*/
}

.t-record:before {
  content: "";
  background: none;
  /*為了清除前面div設定的背景顏色*/
  border: 6px solid var(--HY_C1);
  width: 0;
  height: 0;
  border-color: var(--HY_C1) transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 0;
  margin-left: 12px;
}

/*===度數管理===*/

.eye-content {
  width: 100%;
  max-width: 450px;
  margin: 4vh auto 0;
  padding: 0 25px;
}

.eye-content select {
  width: 100%;
  max-width: 160px;
  border: none;
  font-size: 14px;
  height: 45px;
  color: #4A4A4A;
  letter-spacing: 0;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 20px;
  margin-top: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
}

.eye-content-a span,
.eye-content-b span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.058em;
  color: var(--HY_C1);
  margin-top: -16px;
}

.eye-content .eye_value_box {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  max-width: 160px;
  font-size: 36px;
  cursor: pointer;
  color: #4A4A4A;
  background: url(../images/ic_down.png) no-repeat right;
}

.btn-degree {
  width: 100%;
  border: none;
  font-size: 16px;
  letter-spacing: 0.5em;
  padding: 8px 10px;
  margin: 20px auto;
}

.btn-degree:hover {
  /*  background: #3c3c3c;*/
}

.eye-degree-remarks {
  width: 100%;
  max-width: 500px;
  font-size: 14px;
  color: #555;
  margin: 1.5vh auto 1vh;
  padding: 0 50px;
}

.eye-degree-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;
}

.t-degree {
  color: var(--HY_C1);
  padding: 1vh 15px 2vh;
}

/*================================
度數管理.會員中心 行動
=================================*/
@media (max-width: 576px) {
  /*===會員中心===*/
  .member-menu {
    padding: 7px 20px;
    border-radius: 10px;
  }

  .member-box a {
    padding: 10px 0;
    margin: 2vh 0;
  }

  .member-icon {
    width: 30px;
    height: 30px;
  }

  .icon-name {
    margin: 5px auto;
  }

  /*金額 數字 (積點優惠金)*/
  .t-money {
    font-size: 18px;
  }

  .table {
    font-size: 14px;
  }

  /*===度數管理===*/
  .eye-content-a {
    margin-bottom: 3vh;
  }

  .eye-content select {
    max-width: 200px;
  }

  .eye-content .eye_value_box {
    max-width: 200px;
    font-size: 28px;
  }

  .eye-degree-remarks {
    font-size: 12px;
    margin: 0 auto 2vh;
  }
}

/*===折扣券===*/

.coupon-a {
  padding: 25px 20px 20px;
  letter-spacing: 0.05rem;
  /*  border-left: 7px solid #c7aa85;*/
  border-left: 7px solid var(--HY_C1);
  border-radius: 0.3rem;
}

.coupon-a p {
  color: #555;
  font-weight: 600;
  font-size: 18px;
}

.coupon-a span {
  display: inline-block;
  font-size: 22px;
  color: var(--HY_C1);
  /*  color: #c79f64;*/
  margin: 5px 0;
}

.coupon-a span a {
  background: url(../images/ic_duplicate.png);
  background-size: 100%;
  width: 18px;
  height: 19px;
  display: inline-block;
  margin-left: 0.6vw;
}

.coupon-b {
  padding: 25px 15px 20px 20px;
  border-left: 1px dashed #d8cab9;
}

.coupon-b p {
  font-weight: 600;
  /*  margin-bottom: 10px;*/
}

.coupon-b span {
  display: inline-block;
  margin: 5px 0;
}

.coupon-b span.status {
  border-radius: 3px;
  color: #FFFFFF;
  text-align: center;
  padding: 3px 8px;
}

.coupon-b span.channel {
  border-radius: 3px;
  color: #FFFFFF;
  background:#70ad47;
  text-align: center;
  padding: 3px 8px;
}

.used {
  background: #B4B4B4;
}
/*通路票券顏色*/
.used_a {
  background: #3c5bb0;
}
.used_b {
  background: #67b8a0;
}
.used_c {
  background: #f0b859;
}
.used_d {
  background: #ef7075;
}
.used_e {
  background: #8e8e56;
}
.used_f {
  background: #c3a684;
}

.cp-quantity {
  color: var(--HY_C5);
  margin-left: 3px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .coupon-a {
    padding: 20px 10px 15px;
  }

  .coupon-b {
    padding: 20px 10px 15px;
  }

  .coupon-a p {
    color: #555;
    font-size: 15px;
  }

  .coupon-a span {
    font-size: 18px;
  }
}

/*===我的最愛===*/

.my-favorite {
  position: relative;
  padding: 15px 15px;
  box-shadow: 0px 0px 10px rgba(140, 140, 140, 0.35);
  display: flex;
  flex-wrap: wrap;
}

.favorite-pic {
  display: flex;
  width: 60%;
  bottom: 15px;
}

.favorite-img {
  position: absolute;
  width: 130px;
  height: auto;
  bottom: 15px;
  box-shadow: 0px 0px 1px rgba(140, 140, 140, 0.5);
}

.favorite-text {
  padding-left: 150px;
  align-self: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-name {
  font-size: 18px;
  transition: all 0.5s;
}

.product-spec {
  /*    font-size: 14px;*/
}

.product-price {
  font-size: 22px;
  color: var(--HY_C1);
  font-weight: 100;
}

.favorite-btn {
  width: 40%;
  padding: 12px 0;
  justify-content: flex-end;
  align-self: center;
  text-align: right;
}

.favorite-delete {
  display: inline-block;
  background: url(../images/ic_delete@2x.png) no-repeat center;
  background-size: 100%;
  width: 24px;
  height: 44px;
  border: 0;
  margin: 12px 10px;
  vertical-align: middle;
  transition: 350ms;
}

.favorite-delete:hover {
  opacity: 0.7;
}

@media screen and (max-width: 576px) {
  .favorite-pic {
    width: 100%;
  }

  .favorite-img {
    position: static;
  }

  .favorite-text {
    padding-left: 2vh;
    align-self: flex-start;
  }

  .favorite-btn {
    width: 100%;
    padding: 8px 0 0;
  }

  .cart-btn {
    padding: 10px 20px;
  }
}

/*==========================================
 我的配送單
===========================================*/
.my-degree {
  padding: 10px 5px;
}

.my-degree i {
  background: url(../images/my-degree.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: sub;
}

.degree-management {
  color: var(--HY_C1);
  font-size: 14px;
  padding: 10px 0 0;
}

.degree-management:hover {
  color: var(--HY_C4);
}

.degree-management i {
  background: url(../images/ic_forward_red.png) no-repeat center;
  background-size: 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: -3px;
  margin-left: 5px;
}

.pull-right {
  float: right !important;
}

@media screen and (max-width: 768px) {  
  .degree-management {
    padding: 0 0 10px;
}
}

.order-frame {
  border-bottom: #E6C4C4 1px solid;
  padding: 0 0 50px 0;
}

/* 左邊訂單欄 開始 */
/* $color: #fbcfd0; */
/*.order-channelRow {
	width: 100%;
    height: 50px; *//*auto;*/
    /*background:#fbcfd0;*/
    /*box-shadow: 0 8px 26px rgb(120 120 120 / 20%);*/
    /*border-radius: 0.3rem;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
    margin-top:38px;
}
.order-channelRow:after {   
	content: ""
	width: 0
	height: 0
	position: absolute
	left: 10px
	bottom: -20px
	border: transparent 10px solid
	border-top: #fbcfd0 10px solid*/
    /*border-top:25px solid transparent;
	border-left:0px solid transparent;
	border-right:50px solid #fbcfd0;
	border-bottom:25px solid transparent;*/
/*}

.order-channelRow h6 {
  margin: 0;
  padding-left:30px;
  border-right: 1px #efeeeb solid;*/
  /*text-align: center;*/
  /*font-weight: 900;
  line-height: 50px;
  font-size: 14px;
  align-self: center;
}*/

.order-box {
  background: #fff;
  width: 100%;
  box-shadow: 0px 20px 22px -5px rgba(0, 0, 0, 0.1);
}

.order-box table {
  width: 100%;
  background: #fff;
}

.order-box table th {
  padding: 20px 10px 10px 10px;
}

.order-box table.order-table table {
  width: 100%;
}

.order-box table.order-table table tr td {
  padding: 0;
  padding: 5px 10px;
  border-top: 1px #eee solid;
}

.order-box table tr:nth-child(odd) table tr {
  background: #F9F9F9;
}

.order-box table tr:nth-child(even) table tr {
  background: #F2F2F2;
}

.order-box table tr:nth-child(1) {
  background: #fff;
}

.order-box table tr td {
  padding: 0 0 10px 0;
}

.order-img {
  width: 80px;
  height: auto;
}

.my-order-commodity h4 {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0 0 7px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  /*    max-width: 220px;*/
}

.my-order-commodity .my-order-product {
  font-weight: 400;
  font-size: 14px;
  color: #4A4A4A;
  letter-spacing: 0;
  margin: 0;
  display: block;
}

.my-order-commodity .capacity {
  font-size: 14px;
  color: #B4B4B4;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
}

.my-order-commodity .remarks {
  font-size: 12px;
  font-weight: 500;
  color: var(--HY_C1);
  letter-spacing: 0.5px;
  line-height: 1.4;
  display: block;
  margin-top: 6px;
}

.my-order-unit-price {
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: 0;
  line-height: 24px;
  /*    display: block;*/
}

.my-order-subtotal {
  color: var(--HY_C1);
  letter-spacing: 0;
  line-height: 24px;
  /*    display: block;*/
  /*    text-align: right;*/
}

.my-order-edit a {
  background: url(../images/ic_edit.png) no-repeat center;
  background-size: 100%;
  width: 24px;
  height: 24px;
  display: block;
  opacity: 0.3;
  margin: 0 auto;
}

.mobile-my-order-edit {
  display: none;
}

.remove-product {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/ic_cancel.png) no-repeat center;
  opacity: 0.5;
  margin: 0 auto;
  cursor: pointer;
}

.product-error {
  background: #FFEEEE;
  border: 1px var(--HY_C1) solid;
}

.order-box table.order-table table tr.product-error td {
  background: #FFEEEE;
  border-top: 1px var(--HY_C1) solid;
}

.project-title {
  text-align: center;
  position: relative;
}

.project-title h4 {
  font-size: 24px;
  color: var(--HY_C1);
  letter-spacing: 1.34px;
  font-weight: 200;
}

.related-list-products-discount {
/*
    font-weight: 600;
    font-size: 14px;
*/
  color: var(--HY_C1);
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 6px 16px 5px 16px;
    border-top: #F2F2F2 1px solid;
}

/*站長推薦*/
.project-title h5 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
}

/*多通路*/
.order-channel {
	font-weight: bold;
	background: var(--HY_C6);
	border-radius: 0.3rem 0.3rem 0 0;
	letter-spacing: 0.05em;
	padding: 10px 15px; 
}
.order-shop {  
		display: inline-flex;
    color: #fff;
    border-radius: 0.3rem;
		padding: 3px 6px;
		margin: 4px 2px;    
}

/*==========================================
 order表格-行動版型區
===========================================*/

@media screen and (max-width: 767px) {
  .order-img {
    display: block;
    width: 100%;
    max-width: 120px;
    height: auto;
    margin: 0 auto;
  }

  .order-box table.order-table tr:nth-child(odd) table tr {
    background: #fff;
  }

  .order-box table.order-table tr:nth-child(even) table tr {
    background: #fff;
  }

  .order-box table {
    background: #fff;
    margin-bottom: 0px;
  }

  .order-box table tbody th {
    display: none;
  }

  .order-box table tbody {
    display: block;
    width: 100%;
  }

  .order-box table tr {
    display: block;
    width: 100%;
    position: relative;
  }

  .order-box tr.rig_gray {
    display: none;
  }

  .order-box table tr td {
    display: inline-block;
    width: 100%;
    margin: 0;
  }

  .my-order-product {
    padding: 5px 0px;
  }

  .order-box table tr td.my-order-edit {
    line-height: 0;

    /*
        display: block;
        width: 50%;
        margin: 0;
        position: absolute;
        bottom: 0;
        right: 0;
*/
  }

  .order-box table table tr td.my-order-edit {
    border: none;
  }

  .order-box table table tr td.remove-product {
    padding: 20px 10px;
    background-color: #eee;
  }

  .my-order-subtotal {
    text-align: left;
  }

  .my-order-quantity {
    text-align: left;
  }
  
  .order-box table.order-table table tr td.my-order-giveaway {
    border: none;
}

  .my-order-giveaway {
    background: #ffeeee;
    border: none;
  }
  
  .mobile-my-order-edit {
    background: url(../images/ic_edit.png) no-repeat center;
    width: 50%;
    height: 24px;
    display: block;
    opacity: 0.3;
    display: none;
  }

  .remove-product {
    display: block;
    background: url(../images/ic_cancel.png) no-repeat center;
    /*       width: 50%;*/
    width: 24px;
    height: 24px;
    opacity: 0.5;
    cursor: pointer;
  }
}

@media screen and (max-width: 640px) {
  .order-box table tr {
   padding: 10px 5px 15px;
/*    border: 3px #fff solid;*/
  }

  .order-box table tr.rig_gray {
    display: none;
  }

  .order-box table th {
    display: none;
    border: none;
  }

  .order-box td {
    display: block;
    border: none;
    padding: 2px 10px;
  }

  /*寬間距*/
  .order-box.order-box-L td {
    padding: 3px 10px;
  }

  .order-box td:before {
    content: attr(data-th) " ";
/*    display: inline-block;*/
    font-weight: bold;
    width: 90px;
    color: #555;
  }
}

@media screen and (max-width: 480px) {
  .order-box table {
    padding: 0;
    /*    margin: 0.5vh auto;*/
    font-size: 13px;
  }
}

/*==========================================
配送流程
===========================================*/
.delivery-title {
  margin: 2rem 0 2.5rem;
  display: inline-block;
}

.delivery-title h1 {
  font-size: 35px;
  letter-spacing: 1.5px;
  margin-right: 15px;
  float: left;
}

.choose-store {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: var(--HY_C1);
  margin: 0.5vh 0 2.2vh;  
}

.choose-store a {
    display: inline-block;
    font-size: 14px;
  /*    color: var(--HY_C1);*/
    line-height: 20px;
    margin-right: 20px;
    transition: all 0.5s;
    cursor: pointer;
}
.choose-store a i,
.add-store a i {
    display: inline-block;    
    background-size: 100%;
    width: 23px;
    height: 23px;
    margin-right: 3px;
    vertical-align: bottom;
}
.choose-store a i {
    background-image: url(../images/ic_cart_add.png);
}
.add-store a i {
    background-image: url(../images/ic_cart_choose-store.png);
  /*    background-image: url(../images/ic_cart_step-1.png);*/
}

.choose-store a:hover {
    opacity: 0.7;
}

.input-required {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background: #9B9B9B;
    border-radius: 3px;
    text-align: center;
    margin-left: 6px;
  padding: 1px 5px;
}

.fill-box {
  width: 100%;
  padding: 40px 45px 0px 45px;
  padding: 3.5vh 5vh;
  border-top: 1px #e6e6e6 dashed;
}

.data-confirmation-title {
    font-size: 15px;
    letter-spacing: 0.066em;
  color: var(--HY_C1);
    padding: 30px 10px 0;
}

.data-confirmation {
    padding: 20px 30px 20px 30px;
}

.data-confirmation-content {
    margin-bottom: 15px;
}

.data-confirmation-title2 {
    font-size: 15px;
    letter-spacing: 0.066em;
  color: var(--HY_C1);
    margin: 0;
    margin-bottom: 15px;
}

.data-confirmation p span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.058em;
    color: #9B9B9B;
    display: block;
    margin-bottom: 2px;
}

@media screen and (max-width: 576px) {
.delivery-title {
 margin: 1.5rem 0;
  }
  
.delivery-title h1 {
    font-size: 32px;
  }
}

/* 左邊訂單欄 結束 */

/* 右邊結帳欄 開始 */

.checkout-box {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .checkout-box {
    margin-top: 20px;
    padding: 0 10px;
  }
}

.checkout-box table {
  width: 100%;
}

.pink-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--HY_C1);
  letter-spacing: 0.58px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 225px;
  display: block;
}

@media screen and (max-width: 767px) {
  .pink-text {
    max-width: 170px;
  }
}

.pink-price {
  font-size: 14px;
  color: var(--HY_C1);
  letter-spacing: 0.58px;
}

.checkout-box table td {
  font-size: 14px;
  font-weight: 500;
/*  color: #4A4A4A;*/
  letter-spacing: 0.58px;
  line-height: 60px;
}

.checkout-box table tr {
  border-top: 1px solid var(--HY_C6);
}

.checkout-box table td:last-child {
  text-align: right;
}

.tax {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.58px;
}

.total {
  display: block;
  font-size: 20px;
  color: var(--HY_C1);
  letter-spacing: 0.83px;
  text-align: right;
}

.shopping {
  font-size: 14px;
  font-weight: 500;
  color: var(--HY_C1);
  letter-spacing: 0.58px;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 12px 53px;
}
.shopping:hover {
  color: var(--HY_C1);
}

.purchasing {
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 0.58px;
  background: var(--HY_C1);
  border-radius: 3px;
  padding: 12px 53px;
}
.purchasing:hover {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .checkout-box table td {
    line-height: 2;
  }
    
  .shopping {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .purchasing {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .shopping:hover {
    opacity: 0.7;
  }
  .purchasing:hover {
    opacity: 0.7;
  }
}

/* 右邊結帳欄 結束 */

/* 站長推薦 開始 */

.we-recommend-frame {
  padding: 50px 0 0 0;
}

.we-recommend-box {
  margin: 0 0 30px 0;
}

.we-recommend-products {
  margin: 0;
}

/* 站長推薦 結束 */

/* 配送條款 開始 */

.popup-delivery-terms h3 {
  font-size: 16px;
  color: #4A4A4A;
  line-height: 24px;
  margin: 0;
}

.popup-delivery-terms p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.05em;
  color: #4A4A4A;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 50px;
}

/* 配送條款 結束 */

/*==========================================
 RWD表格
===========================================*/

.rwd-table table {
  padding: 0;
  width: 100%;
  margin: 1vh auto;
  font-size: 16px;
  line-height: 1.6;
  border-collapse: collapse;
  color: #3c3c3c;
}

.rwd-table table {
  /*	border-bottom: 2px solid #fff;*/
}

.rwd-table th {
  padding: 10px 20px;
  letter-spacing: 1px;
}

/*表頭-文字置右*/
.rwd-table th.rig_bor {
  /*  color: #666; */
  background: var(--HY_C2);
  color: #fff;
}

/*列*/
.rwd-table tr.rig_gray {
  background: #fff;
}

.rwd-table tr {
  background: var(--HY_C3);
  background: #fff;
 /*  border-bottom: 3px solid #fff;*/
  /*background: #ecebe8;
  background: #efeeeb;
  border-bottom: 7px solid #fff;*/
}

/*表格偶數設定*/
.rwd-table tr:nth-child(even) {
  background: #f8f7f6;
}

/*--- 單格 ---*/
.rwd-table td {
  padding: 15px 20px;
  vertical-align: middle;
  margin-bottom: 3px;
}

/*寬間距*/
.rwd-table.rwd-table-L td {
  padding: 35px 20px;
  margin-bottom: 6px;
}

.rwd-table td:last-child {
  border-right: none;
}

/*按鈕*/
.tb-btn {
  display: inline-block;
  font-weight: bold;
  padding: 1.5% 8%;
  border-radius: 0.3rem;
  transition: 350ms;
  background-color: var(--HY_C1);
  color: #fff;
}

.tb-btn:hover {
  background-color: var(--HY_C4);
  color: #fff;
}

/*==========================================
 RWD表格-行動版型區
===========================================*/

@media screen and (max-width: 640px) {
  /*RWD表格*/

  .rwd-table table {
    /*		border: 1px solid #ddd;*/
  }

  .rwd-table table tr {
    padding: 10px 0;
    display: block;
    border: 3px #fff solid;
  }

  .rwd-table table tr.rig_gray {
    display: none;
  }

  .rwd-table table th {
    display: none;
    border: none;
  }

  .rwd-table td {
    display: block;
    border: none;
    padding: 2px 10px;
  }

  /*寬間距*/
  .rwd-table.rwd-table-L td {
    padding: 3px 10px;
  }

  .rwd-table td:before {
    content: attr(data-th) " ";
    display: inline-block;
    font-weight: bold;
    width: 90px;
    width: 28vw;
    margin-right: 2%;
    color: #555;
  }

  /*按鈕*/
  .tb-btn {
    padding: 0.5% 3%;
  }
}

@media screen and (max-width: 480px) {
  .rwd-table table {
    padding: 0;
    margin: 0.5vh auto;
    font-size: 13px;
  }
}
