@charset "UTF-8";
.resp-tab-content ul, .resp-tab-content ol {
  margin-left: 20px;
}

/* Products List ============================================================== */
.product-list {
  margin-bottom: 15%;
}
.product-list .product-pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.course-products{display: flex;justify-content: space-around}
.course-products .item{width:30%}
.course-products .item .image{width:100%;position: relative}
.course-products .item .image:before{content:'';display:block;padding-top:100%}
.course-products .item .image > div{position: absolute;top:0;right:0;bottom:0;left:0;display: flex;justify-content: center}

.cart-table{width: 100%}
.cart-table th{background: #d9c0b1;color:#323232;padding:15px 20px;line-height: 110%;font-size: 18px}

.product-detail-left .cover {
  width: 100%;
  position: relative;
}

.product-detail-left .cover:before {
  content: '';
  display: block;
  padding-top: 85%
}

.product-detail-left .cover .video-box,.product-detail-left .cover .image-box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.product-detail-left .cover .video-box iframe{
  width:100%;
  height:100%;
}
.product-detail-left .cover .image-box {
  display: flex;
  justify-items: center;
}

.course-member{margin: 10px 0}
@media (max-width: 992px) {
  .product-list .product-pic {
    padding-bottom: 75%;
  }
}
.product-list .product-pic img {
  transition: all 0.5s;
  max-height: 100%;
}
.product-list .product-pic:hover img {
  transform: scale(1.2);
}
.product-list .product-pic .img-center a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-list .product-text {
  line-height: 1.5rem;
}
.product-list .product-text p {
  margin: 0.5rem 0;
}
.product-list .product-text .price,.product-list .product-text .price-list,.product-detail-price .price-list {
  color: #cf6537;
}
.product-detail-price label{font-size: 16px}
.product-list .product-text .price-list{display: flex;flex-direction: row;justify-content: space-evenly}
.product-detail-price .price-list,.price-column .price-list{display: flex;flex-direction: column;font-size: 16px;}
.price-column .price-list-big{font-size: 26px!important;line-height: 40px!important;}
.product-detail-price .price-list span,.price-column .price-list{line-height: 26px;}
.product-detail-price .description{color:red;font-size: 16px;line-height: 30px;margin:5px 0}

/* Product Detail ============================================================ */
.product-detail-bg {
  background: url("../images/product-detail-bg.jpg") no-repeat center top;
  padding-top: 30px;
  padding-bottom: 50px;
}
.product-detail-bg .breadcrumbs {
  padding-left: 50px;
}

.course-cart-in-products{list-style: none}
.course-cart-in-products li{padding:5px 0}
.course-cart-in-products li img{max-width: 150px;height:auto}

#course-cart-total{font-size: 1.4em;color: red;text-align: right;margin:20px 0}

.shipping-fee-desc{margin: 30px 0;font-size: 24px;color: orange;text-align: right}

@media (max-width: 640px) {
  .product-detail-bg .breadcrumbs {
    padding-left: 20px;
  }
}

#primary-slider {
  text-align: center;
  margin-bottom: -5%;
}
@media (max-width: 640px) {
  #primary-slider {
    margin-bottom: 5%;
  }
}

.product-detail-pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 93%;
}
.product-detail-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.product-detail-pic .img-center img {
  max-height: 100%;
}

.product-detail-share {
  text-align: center;
  margin-top: 30px;
}
.product-detail-share img {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .product-detail-share {
    margin-bottom: 5%;
  }
}

.product-detail-right {
  border: 1px solid #ffe3db;
  background-color: #fff;
  padding: 50px 50px;
}
.product-detail-right h1 {
  font-size: 1.5rem;
}
.product-detail-right hr {
  margin: 15px 0;
  padding: 0;
}
.product-detail-right .product-detail-info {
  font-size: 1rem;
  margin-top: 30px;
}
.product-detail-right .product-detail-info p {
  margin: 0.8rem 0;
}
.product-detail-right .product-detail-model {
  font-size: 0.9rem;
  color: #999999;
}
.product-detail-right .product-detail-price {
  font-size: 0.9rem;
  margin-top: 30px;
}
.product-detail-right .product-detail-price p {
  margin: 0.3rem 0;
}
.product-detail-right .product-detail-price .price-text {
  color: #cf6537;
  font-size: 1.3rem;
}
.product-detail-right .product-detail-standard {
  font-size: 0.9rem;
  margin-top: 30px;
}
.product-detail-right .product-detail-standard .standard-style {
  display: inline-block;
  height: 31px;
  color: #000;
  padding: 6px 17px;
  margin: 3px 0;
  border-radius: 5px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.product-detail-right .product-detail-standard .standard-style.active {
  background-color: #e2e2e2;
  color: #35b5c0;
}
.product-detail-right .product-detail-standard .standard-style:hover {
  background-color: #e2e2e2;
}
.product-detail-right .product-detail-style-color {
  font-size: 0.9rem;
  margin-top: 30px;
}
.product-detail-right .product-detail-style-color .style-color-box {
  display: inline-block;
  width:27px;
  height:27px;
  /*padding: 3px 13px;*/
  border: 1px solid #ccc;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.product-detail-right .product-detail-style-color .style-color-box.color-purple {
  background-color: #dcdde7;
}
.product-detail-right .product-detail-style-color .style-color-box.color-pink {
  background-color: #fcc5c7;
}
.product-detail-right .product-detail-style-color .style-color-box.active {
  border: 1px solid #000;
}
.product-detail-right .product-detail-style-color .style-color-box:hover {
  border: 1px solid #000;
}
.product-detail-right .product-detail-amount {
  font-size: 0.9rem;
  margin-top: 40px;
}
.product-detail-right .handle-counter {
  display: flex;
}
.product-detail-right .handle-counter input {
  width: 50px;
  text-align: center;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}
.product-detail-right .handle-counter .btn-counter {
  padding: 6px 12px;
  border: 1px solid transparent;
  color: #fff;
  background-color: #35b5c0;
}
.product-detail-right .handle-counter .btn-counter:disabled, .product-detail-right .handle-counter .btn-counter:disabled:hover {
  background-color: #ccc;
  cursor: not-allowed;
}
.product-detail-right .handle-counter .btn-counter:hover {
  background-color: #51c8d2;
}
.product-detail-right .product-detail-btn {
  margin-top: 60px;
  display: flex;
}
@media (max-width: 500px) {
  .product-detail-right .product-detail-btn {
    flex-direction: column;
  }
}
.product-detail-right .btn-add-to-cart {
  border: 1px solid #35b5c0;
  padding: 7px 30px;
  border-radius: 3px;
  color: #35b5c0;
  width: 150px;
  text-align: center;
  margin-right: 20px;
}
@media (max-width: 500px) {
  .product-detail-right .btn-add-to-cart {
    margin-bottom: 20px;
  }
}
.product-detail-right .btn-hv {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.product-detail-right .btn-hv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #35b5c0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
}
.product-detail-right .btn-hv:hover:before {
  transform: scaleX(1);
}
.product-detail-right .btn-hv:hover {
  color: #fff;
}
.product-detail-right .btn-checkout {
  background-color: #35b5c0;
  color: #fff;
  padding: 8px 35px;
  border-radius: 3px;
  text-align: center;
  width: 150px;
  transition: all 0.3s ease-in-out;
}
.product-detail-right .btn-checkout:hover {
  background-color: #51c8d2;
}

/* Tabs Fix ============================================================ */
ul.resp-tabs-list {
  display: flex;
  justify-content: center;
  margin-top: 86px !important;
}

.tab-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.tab-color {
  color: #35b5c0;
}

.tab-notice-01 {
  border: 1px solid #ffe3d5;
  background-color: #fff7f5;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 20px 0;
  line-height: 2rem;
}
.tab-notice-01 span {
  color: #925d3f;
}

.tab-notice-02 {
  border: 1px solid #c0e0e2;
  background-color: #e5f5f6;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 20px 0;
  line-height: 2rem;
}
.tab-notice-02 span {
  color: #35b5c0;
}

/* Related Product ============================================================ */
.related-product-title {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Noto Serif TC", serif;
  margin: 5% 0;
}

.related-product li {
  padding: 0 10px;
}
.related-product li .related-product-pic {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 100%;
}
.related-product li .related-product-pic img {
  max-height: 100%;
  transition: all 0.5s ease-in-out;
}
.related-product li .related-product-pic:hover img {
  transform: scale(1.2);
}
.related-product li .related-product-pic .img-center a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.related-product li .related-product-name span {
  color: #d38360;
}
.related-product .slick-dots li button:before {
  color: #ebbda9;
  opacity: 1;
}
.related-product .slick-dots li.slick-active button:before {
  color: #35b5c0;
}

/* Additional Purchase Product ============================================================ */
.additional-product-title {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Noto Serif TC", serif;
  margin: 12% 0 3% 0;
}
.additional-product-title img {
  margin-bottom: 5px;
}

.additional-product-zone {
  background-color: #fffbf9;
  border: 1px solid #ffe2d5;
  border-radius: 3px;
  padding: 5%;
}

@media (max-width: 768px) {
  .additional-product-list {
    margin-bottom: 50px;
  }
}

.additional-product-pic {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}
.additional-product-pic .img-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.additional-product-pic .img-center img {
  max-height: 100%;
}
@media (max-width: 576px) {
  .additional-product-pic {
    text-align: center;
  }
}

.additional-product-name {
  position: relative;
  padding-left: 25px;
  line-height: 1.7rem;
  margin-top: 20px;
}
.additional-product-name .additional-product-check {
  position: absolute;
  left: 0px;
  top: -2px;
}
.additional-product-name input[type=checkbox] {
  display: none;
}
.additional-product-name input[type=checkbox] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px 0 0;
  vertical-align: middle;
  background: url(../images/checkbox.png) left top no-repeat;
  cursor: pointer;
}
.additional-product-name input[type=checkbox]:checked + label span {
  background: url(../images/checkbox.png) -15px top no-repeat;
}

.additional-product-price {
  color: #f76e75;
  padding-left: 25px;
  margin-top: 10px;
}
.additional-product-price .price-text {
  font-size: 1.3rem;
}
.additional-product-price .additional-product-select select {
  width: 70px;
  color: #35b5c0;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .additional-product-price .additional-product-select select {
    border: 1px solid #ccc;
  }
}

.additional-product-btn {
  margin-top: 5%;
}
.additional-product-btn .btn-add-to-cart {
  border: 1px solid #35b5c0;
  padding: 7px 30px;
  display: block;
  border-radius: 3px;
  color: #35b5c0;
  width: 150px;
  text-align: center;
  margin: 0 auto;
}
.additional-product-btn .btn-hv {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.additional-product-btn .btn-hv:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #35b5c0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: all 0.3s ease-in-out;
}
.additional-product-btn .btn-hv:hover:before {
  transform: scaleX(1);
}
.additional-product-btn .btn-hv:hover {
  color: #fff;
}

/* Works ============================================================ */
.works-title {
  font-size: 2rem;
  color: #35b5c0;
  text-align: center;
  margin-bottom: 30px;
}

.works-description {
  text-align: center;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .works-description {
    line-height: 1.7rem;
  }
}
.works-description span {
  color: #f17553;
}
.works-description a {
  color: #2a85e2;
  text-decoration: underline;
}

.works-message textarea {
  width: 100%;
  border: 1px solid #ccc;
  color: #999999;
  padding: 15px;
}
.works-message textarea::placeholder {
  color: #999999;
}
.works-message span {
  color: #f38c72;
  display: block;
  margin-top: 10px;
}

.file-upload-zone {
  padding-left: 60px;
  position: relative;
  margin-top: 30px;
}
.file-upload-zone:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: attr(data-text);
  color: #999999;
}

.file-upload-wrapper {
  position: relative;
  width: 50%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px 5px 5px 5px;
}
@media (max-width: 1280px) {
  .file-upload-wrapper {
    width: 100%;
  }
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 70px);
  pointer-events: none;
  z-index: 1;
  height: 20px;
  line-height: 20px;
  color: #35b5c0;
  border-radius: 5px 10px 10px 5px;
}
.file-upload-wrapper:before {
  content: "";
  background-color: #e5e5e5;
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 19px 20px;
  z-index: 1;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: #dddddd;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.file-upload-wrapper .file-upload-icon {
  position: relative;
}
.file-upload-wrapper .file-upload-icon:before {
  content: "";
  z-index: 1;
  background: url(../images/icon-upload.png) no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 11px;
  pointer-events: none;
}

.works-submit {
  background-color: #35b5c0;
  color: #fff !important;
  display: block;
  margin: 20px 0 0 60px;
  padding: 10px 35px;
  border-radius: 3px;
  text-align: center;
  max-width: 200px;
  transition: all 0.3s ease-in-out;
}
.works-submit:hover {
  color: #fff;
  background-color: #57c7d1;
}

/* Post ============================================================ */
.post-info {
  text-align: right;
  color: #ae9282;
  font-size: 0.9rem;
  background-color: #f7f7f7;
  padding: 12px 25px;
  margin-top: 5%;
}
.post-info span {
  color: #35b5c0;
}

.post-list {
  font-size: 0.9rem;
  line-height: 1.7rem;
  padding-left: 75px;
  position: relative;
  margin: 20px 0;
}
.post-list .post-author-pic {
  position: absolute;
  left: 0px;
  top: 5px;
}
.post-list .post-author-pic img{
  max-width: 50px;
  max-height: 50px;
}
.post-list .post-author span {
  color: #999999;
}

.post-toggle {
  padding-left: 15px;
  color: #4ba9e5 !important;
}

.post-toggle-pic {
  display: none;
}

.post-arrow-down {
  position: relative;
}
.post-arrow-down:before {
  position: absolute;
  left: 0px;
  top: 5px;
  content: "";
  background: url(../images/arrow-down.png) no-repeat center center;
  width: 9px;
  height: 9px;
}
.post-arrow-down:after {
  position: absolute;
  left: 15px;
  top: -5px;
  content: "展開圖片";
  width: 70px;
  height: 15px;
}

.post-arrow-up {
  position: relative;
}
.post-arrow-up:before {
  position: absolute;
  left: 0px;
  top: 5px;
  content: "";
  background: url(../images/arrow-up.png) no-repeat center center;
  width: 9px;
  height: 9px;
}
.post-arrow-up:after {
  position: absolute;
  left: 15px;
  top: -5px;
  content: "隱藏圖片";
  width: 70px;
  height: 15px;
}

.post-view-works {
  background-color: #35b5c0;
  color: #fff !important;
  display: block;
  margin: 5% auto 0 auto;
  padding: 10px 35px;
  border-radius: 3px;
  text-align: center;
  max-width: 200px;
  transition: all 0.3s ease-in-out;
}
.post-view-works:hover {
  color: #fff;
  background-color: #57c7d1;
}
.help-block{color: red}