/* SU TEST */

/* 08:18 */
/* 08:18 */
/* 08:18 */

.slick-dots li button:before {
  color: white !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  color: black !important;
}

.jumbotron__carousel {
  max-height: 480px;
  padding: 0;
  overflow: hidden;
  /* background-color: rgb(230, 230, 230); */
}

.jumbotron__carousel .slick-dots {
  bottom: 6px;
}

.jumbotron__carousel .imgWrapper {
  position: relative;
  max-height: 480px;
}

.jumbotron__carousel img {
  max-height: 480px;
}

.theme-btn-wrapper a {
  text-decoration: none;
  color: #61564C;
  font-weight: bold;
  font-size: 1.25rem;
}

.theme-btn {
  /* max-width: 280px; */
  border-radius: 4px;
  border: 2px solid #DCD6D1;
  transition: all 0.4s;
}

.theme-btn:hover {
  border: 2px solid #231815;
}

.highlight-row {
  border-radius: 5px;
}

.highlight-row__pink {
  background: #e89aa7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e89aa7 0%, #ed808d 49%, #ed717f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e89aa7 0%, #ed808d 49%, #ed717f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e89aa7 0%, #ed808d 49%, #ed717f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e89aa7', endColorstr='#ed717f', GradientType=0);
  /* IE6-9 */
}

.highlight-row__orange {
  background: #f3ab74;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f3ab74 0%, #eb9664 50%, #d77c55 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f3ab74 0%, #eb9664 50%, #d77c55 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f3ab74 0%, #eb9664 50%, #d77c55 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3ab74', endColorstr='#d77c55', GradientType=0);
  /* IE6-9 */

}

.highlight-row h4 {
  color: white;
}

.highlight-row a {
  right: 15px;
  color: white;
  text-decoration: none;
}

.appointment {
  background-image: url("https://asoecwebimage.blob.core.windows.net/web/2021%20new%20official%20e-commerce%20site/page_FootMeasurement/footMeasurementKVbackground.jpg");
  background-size: cover;
  color: white;
}

.appointment h3 {
  font-weight: 300;
}

.appointment-btn {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 10px;
  background: #5795cf;
  /* Old browsers */
  background: -moz-linear-gradient(left, #5795cf 0%, #56b5a2 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5795cf 0%, #56b5a2 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5795cf 0%, #56b5a2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5795cf', endColorstr='#56b5a2', GradientType=1);
  /* IE6-9 */
}

.postTabs__item {
  background-color: #e7e7e7;
  padding: 12px 32px;
  text-align: center;
  font-size: 1.2rem;
  color: #212529;
}

.postTabs__item.item--active {
  background-color: #bd4b1e;
  color: white;
}

.postListWrapper {
  background-color: rgb(230, 226, 209);
}

.postList__item {
  box-shadow: 1px 1px 10px #ccc;
  border: 1px solid #e7e7e7;
  background-color: white;
}

.postList__item__date {
  color: #8d8d8d;
}

.postList__item__viewCount {
  /* border-right: 1px solid #8d8d8d; */
  margin-bottom: 0;
  color: #8d8d8d;
}

.postList__item__button {
  border: 1px solid #8d8d8d;
  background-color: #e7e7e7;
  margin-bottom: 0;
  margin-left: 15px;
  color: #8d8d8d;
  padding: 2px 24px;
}

.theme-btn-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.wiseman_subject {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
  margin-bottom: 8px;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



/* WeeklyCampaign */
/* WeeklyCampaign */
/* WeeklyCampaign */

.WeeklyCampaign-container {
  padding: 4vh 0;
  margin: 0 2vw;
  position: relative;
}

.WeeklyCampaign-card {
  /* height: 100%; */
  /* min-height: 350px; */
  width: 50%;
  border-radius: 4px;
  box-shadow: 0 14px 28px rgba(132, 116, 103, 0.10), 0 10px 10px rgba(132, 116, 103, 0.07);
  transition: all 0.05s ease;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.WeeklyCampaign-card:hover {
  opacity: .8;
  cursor: pointer;
}

/* In order to make the text be readable, add a layer if there are text over the image.  */
/* .WeeklyCampaign-card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: inline-block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.18));
  color: #fff !important;
} */


.WeeklyCampaign-card-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100%;
  width: auto;
}

.WeeklyCampaign-card-textbox {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 56px 0;
  margin: 0 0 0 2vw;
}

.WeeklyCampaign-card-title {
  font-size: 28px;
  min-height: 32px;
  color: #fff;
}

.WeeklyCampaign-card-subtitle {
  font-size: 18px;
  min-height: 22px;
  color: #fff;
}

.carousel-control-wrapper {
  padding: 0.3vw;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: inline-flex;
}

#carouselWeeklyWeb {
  overflow: hidden;
}

#carouselWeeklyWeb .carousel-inner {
  /* width: 120vw; */
  /* transform: translateX(-10vw); */
}

@media (max-width: 767.98px) {
  #carouselWeeklyMobile .carousel-inner {
    width: 100vw;
    transform: translateX(0);
  }
}

.carousel-indicators button {
  background-color: #AAAAAA;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.carousel-indicators .active {
  background-color: #6A6A6A;
}

.WeeklyText h1 {
  font-size: 1.8em;
  font-weight: 600;
  color: Maroon;
  margin-bottom: -20px
}

.WeeklyText h4 {
  color: grey;
}


.Appier_FiveTags-Products_box {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden !important;
  padding: 0;
  margin: 0;
  position: relative;
}

.Appier_FiveTags-Products_box_indicator {
  position: absolute;
  top: 0;
  right: 0;
  width: 4%;
  height: 100%;
  background-color: rgba(35, 24, 21, 1);
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 50% 100%, 80% 50%, 50% 0);
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.Appier_FiveTags-Products_tagsBox {
  overflow-x: scroll;
  padding-right: 1%;
}

.clearfix:after {
  /* 用偽類撐開塌陷高度，解決跑版問題 */
  content: "";
  display: block;
  clear: both;
}


@media (max-width: 575.98px) {
  .mobile-text {
    font-size: 0.8rem;
  }

  .Appier_FiveTags-Products_header-mobile {
    /* margin: 18px 24px !important; */
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  }
}


.border-dark {
  border: 1px solid #231815;
  border-radius: 5px;
}

.box-bg-color {
  background-color: #E0DBD7;
}

.Appier_FiveTags-Products_header {
  color: #e7e7e7;
  padding: 24px 48px;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  border-radius: 4px;
}

.header-bg-dark {
  background-color: #231815;
}

.header-bg-light {
  background-color: #847467;
}

/*.Appier_FiveTags-Products_header-arrow {
  background-image: url("../Appier_API_HeaderBackgroundVector.svg");
  background-repeat: no-repeat;
  background-position: -1px 0;
  min-width: 24px;
  color: #e7e7e7;
  padding: 0 12px 0 0;
  margin: 0;
  border: 0;
}

.Appier_FiveTags-Products_header-arrow-light {
  background-image: url("../Appier_API_HeaderBackgroundVector-light.svg");
  background-repeat: no-repeat;
  background-position: -1px 0;
  min-width: 24px;
  color: #e7e7e7;
  padding: 0 12px 0 0;
  margin: 0;
  border: 0;  
}*/

.text-dark {
  color: #231815;
}


.Appier_FiveTags-Products_tagsBox::-webkit-scrollbar {
  height: 4px;
}

.Appier_FiveTags-Products_tagsBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #909090;
}


/*vue skeleton*/

@keyframes loadings {
  to {
    background-position-x: -20%;
  }
}

.loading {
  width: 100vw;
  aspect-ratio: 1072 / 480;
  max-height: 480px;
  margin-bottom: 30px;
  background: linear-gradient(100deg, rgba(256, 256, 256, 0) 30%, rgba(256, 256, 256, 0.5) 50%, rgba(256, 256, 256, 0) 30%) #ededed;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loadings ease-in-out infinite;
}