@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap");
/********
general
*********/
html {
  margin: 0 !important;
  max-width: 100%;
  height: 100%;
}
html a,
html div,
html span:not(.ab-icon),
html button,
html input {
  font-family: "Noto Sans TC", sans-serif;
}
html a:focus,
html button:focus,
html .button.alt:focus,
html input:focus,
html textarea:focus,
html input[type=button]:focus,
html input[type=reset]:focus,
html input[type=submit]:focus,
html input[type=email]:focus,
html input[type=tel]:focus,
html input[type=url]:focus,
html input[type=password]:focus,
html input[type=search]:focus {
  outline-color: transparent;
}
html input[type=number] {
  -moz-appearance: textfield;
}
html input::-webkit-outer-spin-button,
html input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
html body {
  margin: 0;
  padding: 0;
  font-size: 14px !important;
}
html a {
  color: #2c2d33;
}
html a:hover {
  text-decoration: none;
}
html button {
  padding: 0;
  background-color: transparent;
}
html button:hover {
  background-color: transparent;
}
html button:disabled:hover,
html input[type=button]:disabled:hover {
  cursor: wait;
}
html img {
  border-radius: 0;
}
html .toolbar-eshop-menu-wrapper,
html .toolbar-main-menu-wrapper {
  line-height: 34px;
  background-color: #648281;
}
html .toolbar-eshop-menu-wrapper .add-to-cart-success-hint,
html .toolbar-eshop-menu-wrapper .add-to-cart-fail-hint,
html .toolbar-main-menu-wrapper .add-to-cart-success-hint,
html .toolbar-main-menu-wrapper .add-to-cart-fail-hint {
  padding: 10px 20px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 300px;
  height: 120px;
  line-height: 100px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.5em;
  letter-spacing: 5px;
  z-index: 9999;
  display: none;
}
html .toolbar-eshop-menu-wrapper .add-to-cart-success-hint,
html .toolbar-main-menu-wrapper .add-to-cart-success-hint {
  background-color: rgba(113, 114, 118, 0.8);
}
html .toolbar-eshop-menu-wrapper .add-to-cart-fail-hint,
html .toolbar-main-menu-wrapper .add-to-cart-fail-hint {
  background-color: rgba(136, 60, 41, 0.8);
}
html .toolbar-eshop-menu-wrapper .mobile-search-container,
html .toolbar-main-menu-wrapper .mobile-search-container {
  position: absolute;
  z-index: 9999;
  top: 50px;
  right: 0;
  padding: 10px;
  background-color: grey;
}
html .toolbar-eshop-menu-wrapper .mobile-search-container form,
html .toolbar-main-menu-wrapper .mobile-search-container form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
html .toolbar-eshop-menu-wrapper .mobile-search-container form input,
html .toolbar-main-menu-wrapper .mobile-search-container form input {
  padding: 5px 10px;
  border-radius: 0px;
}
html .toolbar-eshop-menu-wrapper .mobile-search-container form input::-webkit-input-placeholder, html .toolbar-main-menu-wrapper .mobile-search-container form input::-webkit-input-placeholder {
  color: black;
  font-weight: 400;
  letter-spacing: 1px;
}
html .toolbar-eshop-menu-wrapper .mobile-search-container form input::-moz-placeholder, html .toolbar-main-menu-wrapper .mobile-search-container form input::-moz-placeholder {
  color: black;
  font-weight: 400;
  letter-spacing: 1px;
}
html .toolbar-eshop-menu-wrapper .mobile-search-container form input:-ms-input-placeholder, html .toolbar-main-menu-wrapper .mobile-search-container form input:-ms-input-placeholder {
  color: black;
  font-weight: 400;
  letter-spacing: 1px;
}
html .toolbar-eshop-menu-wrapper .mobile-search-container form input::-ms-input-placeholder, html .toolbar-main-menu-wrapper .mobile-search-container form input::-ms-input-placeholder {
  color: black;
  font-weight: 400;
  letter-spacing: 1px;
}
html .toolbar-eshop-menu-wrapper .mobile-search-container form input::placeholder,
html .toolbar-main-menu-wrapper .mobile-search-container form input::placeholder {
  color: black;
  font-weight: 400;
  letter-spacing: 1px;
}
html .toolbar-eshop-menu-wrapper .mobile-search-container form button,
html .toolbar-main-menu-wrapper .mobile-search-container form button {
  margin-left: 7.5px;
}
html .toolbar-eshop-menu-wrapper .mobile-search-container form button img,
html .toolbar-main-menu-wrapper .mobile-search-container form button img {
  width: 25px;
}
html .toolbar-eshop-menu-wrapper .sticky-header a,
html .toolbar-main-menu-wrapper .sticky-header a {
  padding: 0 10px;
  white-space: nowrap;
}
html .toolbar-eshop-menu-wrapper .sticky-header a span,
html .toolbar-main-menu-wrapper .sticky-header a span {
  color: #000000;
  letter-spacing: 1px;
}
html .toolbar-eshop-menu-wrapper .sticky-header a.link-wrapper img,
html .toolbar-main-menu-wrapper .sticky-header a.link-wrapper img {
  height: 20px;
}
html .toolbar-eshop-menu-wrapper .sticky-header a img,
html .toolbar-main-menu-wrapper .sticky-header a img {
  padding: 1px;
  margin-left: 5px;
}

@media only screen and (min-width: 0px) {
  html #wpadminbar {
    min-width: 0px !important;
  }
  html .container {
    max-width: 1140px !important;
  }
  html #menu-eshop-menu {
    max-height: 42px !important;
  }
  html .primary-navigation {
    display: block !important;
  }
  html .toolbar-eshop-search-wrapper .main-navigation {
    max-width: 530px !important;
  }
  html .main-navigation {
    display: block !important;
  }
  html .main-navigation ul {
    margin: 0 !important;
  }
  html .main-navigation ul li {
    position: relative !important;
    display: inline-block !important;
    text-align: left !important;
  }
  html .main-navigation .menu-toggle {
    display: none;
  }
  html .primary-navigation,
html .secondary-navigation {
    display: block !important;
  }
  html .primary-navigation ul,
html .secondary-navigation ul {
    margin: 0 !important;
  }
  html .primary-navigation ul li,
html .secondary-navigation ul li {
    position: relative !important;
    display: inline-block !important;
    text-align: left !important;
  }
  html .site-header-cart {
    position: relative !important;
    width: 40px !important;
    height: 40px !important;
  }
  html .site-header-cart .cart-contents {
    display: block !important;
  }
  html .product-quantity:before,
html .product-subtotal:before,
html .product-subtotal-remove:before,
html .cart-subtotal:before {
    content: "" !important;
  }
}
@media only screen and (min-width: 1200px) {
  .bookstore .toolbar-eshop-search-wrapper .logo-container {
    width: 340px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    height: 100%;
    overflow-y: auto;
  }

  body {
    overflow-x: auto;
  }

  /******
  main
  ******/
  .mainpage .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #A0A0A0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mainpage .back-btn:hover {
    color: #A0A0A0;
  }
  .mainpage .back-btn img {
    margin-right: 5px;
    height: 20px;
  }
  .mainpage #primary {
    position: relative;
  }
  .mainpage .main-header-wrapper .header-banner {
    height: 225px;
    background-size: 1368px;
    background-repeat: repeat-x;
    background-position: top center;
  }
  .mainpage .main-header-wrapper .header-banner .umbrella-container {
    width: 160px;
    bottom: 0;
    z-index: 999;
    left: calc(50% - 150px);
  }
  .mainpage .main-header-wrapper .header-banner .cat-container {
    width: 200px;
    bottom: 0;
    z-index: 999;
    left: calc(50% - 150px);
  }
  .mainpage .main-footer-wrapper {
    height: 175px;
  }
  .mainpage .main-footer-wrapper .footer-banner {
    position: relative;
    height: 100%;
    background-image: url(../images/web_main_pict/p1/2x/footer-banner.png);
    background-size: 1140px;
    background-repeat: repeat-x;
    background-position: center bottom;
  }
  .mainpage .main-footer-wrapper .footer-banner .copyright {
    font-size: 12px;
    color: black;
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: right;
  }
  .mainpage .secondary-navigation-bar-container ul {
    font-size: 20px !important;
  }
  .mainpage .secondary-navigation-bar-container ul li {
    line-height: 3em;
  }
  .mainpage .secondary-navigation-bar-container ul li a {
    padding: 0;
    text-align: left;
    color: #717276 !important;
    letter-spacing: 1px;
  }
  .mainpage .secondary-navigation-bar-container ul li a span {
    padding: 0 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 28px;
  }
  .mainpage .secondary-navigation-bar-container ul li.current-menu-item a {
    color: white !important;
  }
  .mainpage .secondary-navigation-bar-container ul li.current-menu-item a span {
    background-color: #717276;
  }
  .mainpage .secondary-navigation-bar-container ul li:not(.current-menu-item) {
    color: #AFB1B3 !important;
  }
  .mainpage .toolbar-homepage-search-wrapper {
    margin-top: 10px;
  }
  .mainpage .toolbar-homepage-search-wrapper .logo-wrapper {
    width: 340px;
  }
  .mainpage .toolbar-homepage-search-wrapper nav {
    margin-bottom: 0;
  }
  .mainpage .toolbar-homepage-search-wrapper .search-bar-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mainpage .toolbar-homepage-search-wrapper .search-bar-form .search-field {
    width: 175px;
    height: 29px !important;
    padding: 2.5px 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid grey;
    border-radius: 0;
  }
  .mainpage .toolbar-homepage-search-wrapper .search-bar-form img {
    background-color: #717276;
    width: 29px;
    height: 29px;
    padding: 5px;
    border-radius: 0px;
    border: 1px solid grey;
  }
  .mainpage .toolbar-homepage-search-wrapper .secondary-navigation {
    color: #545454 !important;
  }
  .mainpage .navigation-bar-container ul li.current-menu-item a {
    color: #717276 !important;
  }
  .mainpage .navigation-bar-container ul li a {
    color: #AFB1B3 !important;
  }
  .mainpage .main-homepage .carousel-control-next,
.mainpage .main-homepage .carousel-control-prev {
    width: 4%;
  }
  .mainpage .main-homepage #cottontree-promote-slides {
    width: 90%;
    margin: auto;
  }
  .mainpage .main-homepage #cottontree-promote-slides ol {
    position: relative !important;
    margin: 5px 0;
  }
  .mainpage .main-homepage #cottontree-promote-slides ol li {
    background-color: #717276;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container {
    margin: 25px 0;
    min-height: 290px;
    border: 1px solid #AFB1B3;
    padding: 15px 15px 15px 0;
    display: grid;
    grid-template-columns: 150px auto;
    gap: 25px;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .product-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .product-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .product-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .product-container .product-wrapper,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .product-container .product-wrapper,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .product-container .product-wrapper {
    letter-spacing: 1px;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .product-container .product-wrapper .product-img-container img,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .product-container .product-wrapper .product-img-container img,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .product-container .product-wrapper .product-img-container img {
    height: 200px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .product-container .product-wrapper .product-info-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .product-container .product-wrapper .product-info-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .product-container .product-wrapper .product-info-container {
    margin: 5px 10px;
    color: #3E6470;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .product-container .product-wrapper .product-info-container .title,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .product-container .product-wrapper .product-info-container .title,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .product-container .product-wrapper .product-info-container .title {
    font-weight: 500;
    font-size: 1.2em;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .category-title,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .category-title,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .category-title {
    color: #3E6470;
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    top: -15px;
    bottom: -15px;
    height: calc(100% + 30px);
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .category-title span,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .category-title span,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .category-title span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 4px;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    right: 20px;
    top: -20px;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container {
    margin-top: 0;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .category-title {
    background-image: url(../images/web_main_pict/p1/2x/on-shelves-img.png);
  }
  .mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .category-title {
    background-image: url(../images/web_main_pict/p1/2x/for-children-img.png);
  }
  .mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .category-title {
    background-image: url(../images/web_main_pict/p1/2x/for-teachers-img.png);
  }
  .mainpage .main-about-us .cottontree-logo-container {
    width: 350px;
    margin: 0 auto 60px auto;
  }
  .mainpage .main-about-us .content-1,
.mainpage .main-about-us .content-2 {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 37px;
    color: black;
  }
  .mainpage .main-about-us .content-1 .flip-icon-container,
.mainpage .main-about-us .content-2 .flip-icon-container {
    margin: 60px auto 40px auto;
    width: 500px;
  }
  .mainpage .main-about-us .content-1 .flip-icon-container button:hover,
.mainpage .main-about-us .content-2 .flip-icon-container button:hover {
    background-color: transparent;
  }
  .mainpage .main-about-us .content-1 .flip-icon-container button span,
.mainpage .main-about-us .content-2 .flip-icon-container button span {
    color: white;
    font-weight: 400;
  }
  .mainpage .main-about-us .content-1 > p:not(.info-container),
.mainpage .main-about-us .content-2 > p:not(.info-container) {
    text-indent: 4ch;
    margin: 0;
  }
  .mainpage .main-about-us .content-1 .show-next-btn,
.mainpage .main-about-us .content-2 .show-next-btn {
    top: 84px;
    left: 23px;
  }
  .mainpage .main-about-us .content-1 .show-prev-btn,
.mainpage .main-about-us .content-2 .show-prev-btn {
    top: 40px;
    right: 68px;
  }
  .mainpage .main-about-us .info-container {
    border: 1px solid #636366;
    width: 80%;
    padding: 20px 10%;
    margin: 10px;
  }
  .mainpage .main-about-us .info-container .map-container {
    margin: 5px -10px;
    width: calc(100% + 20px);
  }
  .mainpage .main-about-us .info-container ul {
    font-size: 8px;
    line-height: 21px;
  }
  .mainpage .main-about-us .info-container ul li span {
    font-size: 15px;
  }
  .mainpage .main-monthly-magazine #mailModal .modal-body {
    padding: 0 !important;
  }
  .mainpage .main-monthly-magazine #mailModal .modal-body div {
    position: absolute;
    padding: 45px 100px 0 100px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Noto Serif TC", sans-serif !important;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .title {
    color: #DB844C;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 3px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .description {
    margin-top: 28px;
    color: #249DB5;
    font-size: 28px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 4px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .mail-icon-container {
    width: 30px;
    display: inline-block;
    margin-left: 10px;
    margin-top: -3px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .title-img {
    position: relative;
    top: -40px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container {
    margin-top: 50px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .level-container {
    position: relative;
    margin-bottom: 75px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .level-container .shelf-img-container {
    z-index: -1;
    position: absolute;
    bottom: 0;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .level-container .level {
    margin: 0 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10% 0;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .level-container .level > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .level-container .level > div img {
    max-height: 240px;
    max-width: 160px;
    width: 90%;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 0;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .level-container .level .toy-container img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .level-container .level .magazine-title {
    margin-top: 10px;
    color: white;
    font-size: 19px;
    text-align: center;
    letter-spacing: 2px;
    overflow: hidden;
    white-space: nowrap;
    line-height: 29px;
  }
  .mainpage .main-monthly-magazine .publication-details-container .logo-container {
    width: 200px !important;
    margin: auto;
  }
  .mainpage .main-monthly-magazine .publication-details-container .description {
    margin: 20px 0 0 0;
    font-size: 22px;
    letter-spacing: 2px;
  }
  .mainpage .main-monthly-magazine .publication-details-container .content-container {
    margin-top: 20px;
  }
  .mainpage .main-monthly-magazine .publication-details-container .content-container .section-title {
    line-height: 2.2em;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 5px;
    background-color: #A8DACA;
    color: #39545E;
  }
  .mainpage .main-monthly-magazine .publication-details-container .logo-wrapper {
    margin-top: 20px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 100px;
  }
  .mainpage .main-monthly-magazine .publication-details-container .logo-wrapper > div {
    margin: 8%;
  }
  .mainpage .main-monthly-magazine .publication-details-container .logo-wrapper > div img {
    border-radius: 50%;
  }
  .mainpage .main-monthly-magazine .publication-details-container .logo-wrapper > div .title {
    letter-spacing: 1px;
    color: black;
    font-size: 18px;
    text-align: center;
  }
  .mainpage .main-theater .content {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .mainpage .main-theater .theater-selection-container {
    position: relative;
  }
  .mainpage .main-theater .theater-selection-container .hint-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 10%;
    height: 100%;
    font-size: 24px;
    letter-spacing: 1px;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-container {
    opacity: 0;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-container:hover {
    opacity: 1;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper div[class^=bubble] {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    width: 16%;
    position: absolute;
    text-align: center;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .title {
    position: absolute;
    font-family: "Noto Serif TC", sans-serif !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-1 {
    color: #D2547A;
    top: 26%;
    left: 17%;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-2 {
    color: #249DB5;
    top: 26%;
    right: 40%;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-3 {
    color: #DB844C;
    right: 13%;
    top: 30%;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-4 {
    color: #768D58;
    top: 72.5%;
    right: 38%;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-5 {
    color: #5C7287;
    top: 65%;
    right: 15%;
  }
  .mainpage .main-theater .theater-details-container {
    margin-top: 30px;
  }
  .mainpage .main-theater .theater-details-container .logo-container img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container {
    padding-left: 30px;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .row .col-6 {
    margin-bottom: 25px;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container div[class^=soundtrack-wrapper] {
    margin-bottom: 2em;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .title {
    font-size: 22px;
    color: #718E91;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 0.6em;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player {
    width: 95% !important;
    background-color: #ECECEC;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 8px;
    margin: 15px 0;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player .version {
    white-space: nowrap;
    font-size: 1.2em;
    font-weight: 500;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player .duration {
    font-size: 0.9em;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player .play-btn {
    margin-left: 4px;
    width: 15px;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player .play-btn img {
    border-radius: 0 !important;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player .seek-slider {
    margin: 0 5px;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player input[type=range] {
    -webkit-appearance: none;
    border-radius: 2px;
    width: calc(100% - 113px);
    height: 5px;
    background-image: -webkit-linear-gradient(left, #636366 0%, #636366 50%, #ffffff 50%, #ffffff 100%);
    -webkit-box-shadow: inset #ffffff 0 0 5px;
            box-shadow: inset #ffffff 0 0 5px;
    outline: none;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url(../images/web_main_pict/p6/2x/cursor.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0;
  }
  .mainpage .main-theater .story-content-container {
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
  }
  .mainpage .main-theater .story-content-container .field-section {
    margin-bottom: 50px;
  }
  .mainpage .main-theater .story-content-container .field-section .field-header {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
  }
  .mainpage .main-theater .story-content-container .field-section .field-content {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .mainpage .main-theater .story-content-container .proceed-btn {
    width: 250px;
    padding: 5px 15px;
    background-color: #718E91;
    color: white;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 30px;
  }
  .mainpage .main-teach-support .content {
    margin-top: -20px;
    margin-bottom: -60px;
  }
  .mainpage .main-teach-support .teaching-details-container {
    margin: 40px 0;
  }
  .mainpage .main-teach-support .teaching-details-container .logo-container {
    width: 310px;
    margin: auto;
  }
  .mainpage .main-teach-support .teaching-details-container .description {
    margin: 30px 15%;
    color: black;
    font-size: 18px;
    letter-spacing: 1.5px;
  }
  .mainpage .main-teach-support .teaching-details-container .pdf-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: 18px;
  }
  .mainpage .main-teach-support .teaching-details-container .pdf-container .pdf-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 0;
  }
  .mainpage .main-teach-support .teaching-details-container .pdf-container .pdf-title-wrapper img {
    height: 30px;
  }
  .mainpage .main-teach-support .teaching-details-container .pdf-container .pdf-title-wrapper a {
    margin-left: 5px;
    height: 30px;
    color: black;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1.1em;
  }
  .mainpage .main-teach-support .teaching-details-container table {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    border-spacing: 5px;
    width: 85%;
    margin: auto;
  }
  .mainpage .main-teach-support .teaching-details-container table tr th,
.mainpage .main-teach-support .teaching-details-container table tr td {
    width: 125px;
    letter-spacing: 3px;
    font-size: 1em;
    text-align: center;
    height: 75px;
  }
  .mainpage .main-teach-support .teaching-details-container table tr th > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    color: white;
  }
  .mainpage .main-teach-support .teaching-details-container table tr td > a,
.mainpage .main-teach-support .teaching-details-container table tr td > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    color: black;
  }
  .mainpage .main-teach-support .teaching-details-container table tr:nth-child(odd) td {
    background-color: #C8C8C8;
  }
  .mainpage .main-teach-support .teaching-details-container table tr:nth-child(even) td {
    background-color: #EBEBEB;
  }
  .mainpage .main-teach-support .teaching-selection-container .menu-container {
    top: -100px;
  }
  .mainpage .main-teach-support .teaching-selection-container .logo-container {
    width: 30%;
  }
  .mainpage .main-teach-support .teaching-selection-container .logo-container img {
    width: 90%;
  }
  .mainpage .main-teach-support .teaching-selection-container .description {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 60%;
    height: 100%;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.8em;
    font-weight: 500;
    color: #6E4331;
    padding-top: 20px;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper {
    height: 100%;
    min-height: 650px;
    width: 100%;
    top: 0;
    left: 0;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-container {
    text-align: center;
    font-size: 34px;
    letter-spacing: 3px;
    font-weight: 500;
    color: white;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-container .title span {
    white-space: nowrap;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-1 {
    position: absolute;
    top: 17%;
    width: 22.5%;
    height: 19%;
    left: 4%;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-2 {
    position: absolute;
    top: 17%;
    left: 36%;
    width: 28%;
    height: 21%;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-3 {
    position: absolute;
    top: 49.5%;
    width: 21%;
    height: 20.5%;
    left: 6%;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-4 {
    position: absolute;
    top: 50%;
    width: 24%;
    height: 21%;
    left: 38%;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-5 {
    position: absolute;
    top: 51%;
    width: 21%;
    height: 22%;
    left: 73.5%;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-6 {
    position: absolute;
    top: 80%;
    width: 23%;
    height: 15%;
    left: 5%;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-7 {
    position: absolute;
    top: 81%;
    width: 23%;
    height: 15%;
    left: 38.5%;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-8 {
    position: absolute;
    top: 81%;
    width: 22%;
    height: 14.5%;
    left: 72.5%;
  }

  .bookstore {
    /*********
    eshop
    *********/
  }
  .bookstore .side-info-box {
    color: white;
    padding: 20px 30px;
    background-color: grey;
    font-weight: 700;
    font-size: 1.6em;
    margin-top: 20px;
  }
  .bookstore .side-info-box div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .bookstore .banner-container img {
    width: 100%;
  }
  .bookstore .caption-container {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    text-align: center;
  }
  .bookstore .caption-container img {
    margin: auto;
    max-height: 170px;
  }
  .bookstore .caption-container div {
    font-family: "Noto Serif TC", sans-serif !important;
    font-size: 16px;
    color: #808285;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .bookstore .content-no-margin {
    width: 100%;
  }
  .bookstore .content {
    margin-top: 20px;
    width: 100%;
  }
  .bookstore .content p {
    margin-bottom: 0.5em;
  }
  .bookstore .content-full-margin {
    margin-top: 40px;
    width: 100%;
  }
  .bookstore .mobile-pagination-container,
.bookstore .pagination-container {
    margin-top: 20px;
    font-size: 1.2em;
    line-height: 20px;
    text-align: center;
  }
  .bookstore .mobile-pagination-container span,
.bookstore .pagination-container span {
    background-color: #8B8C8F;
    color: #ffffff !important;
  }
  .bookstore .mobile-pagination-container a,
.bookstore .pagination-container a {
    color: #8B8C8F !important;
  }
  .bookstore .mobile-pagination-container span,
.bookstore .mobile-pagination-container a,
.bookstore .pagination-container span,
.bookstore .pagination-container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    margin: 0 2.5px;
    border: 1px solid #8B8C8F;
    height: 30px;
  }
  .bookstore .eshop-section {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: 16px;
    padding-right: 1em;
    text-align: justify;
  }
  .bookstore .eshop-section .eshop-title {
    color: #718E91;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1.5px !important;
  }
  .bookstore .eshop-section ul,
.bookstore .eshop-section ol {
    margin-left: 17px;
  }
  .bookstore .eshop-section ul li,
.bookstore .eshop-section ol li {
    line-height: 25px;
    color: #000000 !important;
  }
  .bookstore .toolbar-eshop-search-wrapper {
    background-color: #545454;
    height: 45px;
    line-height: 45px;
  }
  .bookstore .toolbar-eshop-search-wrapper .search-field {
    width: 150px !important;
  }
  .bookstore .toolbar-eshop-search-wrapper .logo-container {
    width: 240px;
    white-space: nowrap;
  }
  .bookstore .toolbar-eshop-search-wrapper .logo-container a {
    color: #ffffff;
    font-size: 1.3em;
    width: 340px;
  }
  .bookstore .toolbar-eshop-search-wrapper .logo-container a > * {
    vertical-align: top;
  }
  .bookstore .toolbar-eshop-search-wrapper .logo-container a img {
    height: 46px;
  }
  .bookstore .toolbar-eshop-search-wrapper .logo-container a img:first-child {
    margin-top: -5px;
    height: 45px;
    padding: 6px 0;
  }
  .bookstore .toolbar-eshop-search-wrapper .logo-container a span {
    margin-left: 10px;
    line-height: 32px;
    font-family: "Noto Serif TC", sans-serif !important;
    font-weight: 400 !important;
    letter-spacing: 3px;
    font-size: 23px;
  }
  .bookstore .toolbar-eshop-search-wrapper .nav-and-search-container {
    white-space: nowrap;
  }
  .bookstore .toolbar-eshop-search-wrapper .primary-navigation {
    margin-right: 20px;
  }
  .bookstore .toolbar-eshop-search-wrapper .primary-navigation ul li {
    border-left: 0.5px solid white;
    font-size: 16px;
  }
  .bookstore .toolbar-eshop-search-wrapper .primary-navigation ul li a {
    color: white;
    padding: 0px !important;
    min-width: 100px;
    height: 100%;
    text-align: center;
    padding: 0 33px !important;
    white-space: nowrap;
  }
  .bookstore .toolbar-eshop-search-wrapper .primary-navigation ul li a span {
    font-weight: 400;
    letter-spacing: 2px;
  }
  .bookstore .toolbar-eshop-search-wrapper .search-bar-form {
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    width: 180px;
  }
  .bookstore .toolbar-eshop-search-wrapper .search-bar-form input {
    padding: 3px 5px !important;
    letter-spacing: 1px;
    font-size: 12px;
    color: #000000;
    font-weight: 500;
    width: 100%;
  }
  .bookstore .toolbar-eshop-search-wrapper .search-bar-form input::-webkit-input-placeholder {
    color: #000000;
  }
  .bookstore .toolbar-eshop-search-wrapper .search-bar-form input::-moz-placeholder {
    color: #000000;
  }
  .bookstore .toolbar-eshop-search-wrapper .search-bar-form input:-ms-input-placeholder {
    color: #000000;
  }
  .bookstore .toolbar-eshop-search-wrapper .search-bar-form input::-ms-input-placeholder {
    color: #000000;
  }
  .bookstore .toolbar-eshop-search-wrapper .search-bar-form input::placeholder {
    color: #000000;
  }
  .bookstore .toolbar-eshop-search-wrapper .search-bar-form button {
    margin-left: 10px;
  }
  .bookstore .toolbar-eshop-search-wrapper .search-bar-form button img {
    width: 20px;
    height: 20px;
    max-width: none !important;
  }
  .bookstore .toolbar-eshop-search-wrapper .search-bar-form button:hover {
    background-color: transparent;
  }
  .bookstore .eshop-homepage {
    height: calc(100vh - 34px - 45px);
  }
  .bookstore .eshop-homepage .img-container {
    height: 100%;
  }
  .bookstore .eshop-homepage .dot-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 5px;
  }
  .bookstore .eshop-homepage .dot-container .dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
  }
  .bookstore .eshop-homepage .dot-container .dot.current {
    background-color: #777;
  }
  .bookstore .eshop-homepage .cover-img-container {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 1;
    height: 100%;
    width: 100%;
  }
  .bookstore .eshop-homepage .cover-img-container:not(.current) {
    z-index: 0;
    opacity: 0;
  }
  .bookstore .eshop-homepage .cover-img-container div {
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .bookstore .eshop-header-wrapper {
    padding: 15px 0;
    height: 155px;
  }
  .bookstore .eshop-header-wrapper .logo-container {
    white-space: nowrap;
  }
  .bookstore .eshop-header-wrapper .logo-container a img {
    height: 50px;
  }
  .bookstore .eshop-header-wrapper .logo-container a img:not(:first-child) {
    height: 60px;
    margin-bottom: -10px;
  }
  .bookstore .eshop-header-wrapper .logo-container a span {
    color: #5E7487;
    font-size: 31px;
    font-family: "Noto Serif TC", sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: 5px;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .woocommerce-cart-form__cart-item.waiting:hover {
    cursor: wait;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .site-header-cart:hover .widget_shopping_cart {
    left: 15px;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .site-header-cart .cart-contents {
    padding: 0 !important;
    content: url(../images/web_eshop_pict/p2/1x/shopping-cart.png) !important;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    top: 3px;
    right: 3px;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .site-header-cart .cart-count-circle {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 12px;
    background-color: #883C29;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    position: absolute;
    top: -8px;
    right: -8px;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart {
    width: 425px;
    -webkit-transform: translate(calc(-100% + 30px), 0em);
            transform: translate(calc(-100% + 30px), 0em);
    background: #ffffff;
    border: 1px solid #000000;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart .mini-cart-footer-wrapper {
    padding: 0 20px;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart ul {
    padding: 20px 20px 0 20px;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart ul li {
    padding: 5px 0 5px 0 !important;
    border-bottom: 1px solid grey;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart ul li img {
    margin-left: 0 !important;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100% !important;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart ul li .name {
    color: #718E91;
    letter-spacing: 1px;
    font-size: 18px;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart ul li .quantity {
    font-size: 1.1em;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart ul li .amount {
    color: #883C29;
    font-size: 1.3em;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart .woocommerce-mini-cart {
    max-height: 30em !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart .woocommerce-mini-cart li {
    width: 100%;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart .woocommerce-mini-cart li .row {
    margin: 0 !important;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .woocommerce-mini-cart__total {
    background-color: white !important;
    text-align: right;
    margin: 0 20px;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .woocommerce-mini-cart__total .total-text {
    font-size: 1.3em;
    color: #636366;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .woocommerce-mini-cart__total .amount {
    color: #883C29;
    font-size: 1.3em;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart:after,
.bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart:before {
    bottom: 100%;
    left: calc(100% - 20px);
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
    margin-bottom: -1px;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .widget_shopping_cart:before {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000000;
    border-width: 10px;
    margin-left: -10px;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .proceed-cart-btn-wrapper {
    margin: 0 20px 10px 0;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .proceed-cart-btn-wrapper .proceed-cart-btn {
    margin-top: 20px;
    background-color: #718E91 !important;
    color: white !important;
    text-align: center;
    width: 100%;
  }
  .bookstore .eshop-header-wrapper .shopping-cart-container .proceed-cart-btn-wrapper .proceed-cart-btn:after {
    content: "" !important;
  }
  .bookstore .eshop-header-wrapper .primary-navigation {
    text-align: center;
  }
  .bookstore .eshop-header-wrapper .primary-navigation .current-menu-item a {
    color: #ffffff !important;
  }
  .bookstore .eshop-header-wrapper .primary-navigation .current-menu-item a span {
    background-color: #717276;
  }
  .bookstore .eshop-header-wrapper .primary-navigation li {
    padding: 0 !important;
  }
  .bookstore .eshop-header-wrapper .primary-navigation li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #717276 !important;
    padding: 0 !important;
    height: 3em;
  }
  .bookstore .eshop-header-wrapper .primary-navigation li a span {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    width: 150px;
    letter-spacing: 3px;
  }
  .bookstore .eshop-header-wrapper .search-bar-form {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bookstore .eshop-header-wrapper .search-bar-form input {
    width: 200px;
    background-color: white;
    padding: 0px 15px;
    border: 1px solid #808285;
    border-radius: 0;
  }
  .bookstore .eshop-header-wrapper .search-bar-form input::-webkit-input-placeholder {
    color: #000000;
  }
  .bookstore .eshop-header-wrapper .search-bar-form input::-moz-placeholder {
    color: #000000;
  }
  .bookstore .eshop-header-wrapper .search-bar-form input:-ms-input-placeholder {
    color: #000000;
  }
  .bookstore .eshop-header-wrapper .search-bar-form input::-ms-input-placeholder {
    color: #000000;
  }
  .bookstore .eshop-header-wrapper .search-bar-form input::placeholder {
    color: #000000;
  }
  .bookstore .eshop-header-wrapper .search-bar-form button {
    background-color: #808285;
    padding: 5px;
    width: 35px;
  }
  .bookstore .eshop-qna {
    background-color: #ffffff;
    color: black;
  }
  .bookstore .eshop-qna .sub-section {
    margin-bottom: 10px;
  }
  .bookstore .eshop-qna .sub-section .sub-question .question {
    font-weight: 700;
  }
  .bookstore .eshop-qna .sub-section > div {
    margin-left: -17px;
  }
  .bookstore .eshop-qna .timeline-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 23px;
  }
  .bookstore .eshop-qna .timeline-wrapper .timeline-container {
    width: 600px;
    margin: 10px 0px 5px 70px;
  }
  .bookstore .eshop-qna .timeline-wrapper .timeline-description {
    width: 730px;
  }
  .bookstore .eshop-qna .timeline-wrapper .timeline-description div {
    width: 140px;
    text-align: center;
  }
  .bookstore .eshop-qna a {
    text-decoration: underline;
    color: black;
  }
  .bookstore .eshop-qna .map-container {
    margin: 15px 0;
  }
  .bookstore .eshop-footer-wrapper {
    background-color: #718E91 !important;
    margin-top: 50px;
    letter-spacing: 1px;
  }
  .bookstore .eshop-footer-wrapper .container {
    padding-top: 25px;
  }
  .bookstore .eshop-footer-wrapper .container .promote-container {
    letter-spacing: 2px !important;
    padding: 16px 10px;
    color: #717276;
    background-color: #ffffff;
    font-weight: 600;
    text-align: center;
  }
  .bookstore .eshop-footer-wrapper .container .promote-container div {
    font-size: 1.3em;
  }
  .bookstore .eshop-footer-wrapper .container .promote-container div .highlight {
    color: #883C29;
    font-size: 1.5em;
  }
  .bookstore .eshop-footer-wrapper .container .custom-link {
    margin: 15px 0;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .bookstore .eshop-footer-wrapper .container .custom-link a {
    color: #000000;
    text-decoration: underline;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper {
    color: white;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .info-row {
    margin: 0 60px;
    width: 100%;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .container .row .col > div {
    width: 380px;
    margin: auto;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper a,
.bookstore .eshop-footer-wrapper .container .info-wrapper a:hover {
    color: #ffffff;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .shop-container {
    margin: 10px 0 25px;
    font-weight: 500;
    font-size: 1.5em;
    letter-spacing: 5px;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .shop-container img {
    margin-bottom: 3px;
    margin-right: 10px;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .shop-container .giraffe-icon {
    height: 35px;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .shop-container .tree-icon {
    height: 40px;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .info-container {
    margin: 10px 0;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .info-container .phone-container img {
    height: 22px;
  }
  .bookstore .eshop-footer-wrapper .footer-banner-container {
    position: relative;
  }
  .bookstore .eshop-footer-wrapper .footer-banner-container img {
    margin: auto;
  }
  .bookstore .eshop-footer-wrapper .footer-banner-container .copyright {
    font-size: 12px;
    color: black;
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: right;
  }
  .bookstore .side-bar {
    position: absolute;
    background-color: #E4E5E5;
    -webkit-transition: top 0.1s;
    transition: top 0.1s;
    top: 460px;
    right: 0;
    width: 230px;
    z-index: 999;
    display: none;
  }
  .bookstore .side-bar .title {
    background-color: #718E91;
    color: #ffffff;
    font-size: 1.5em;
    padding: 5px 15px;
    font-weight: 700;
    width: 100%;
    font-family: "Noto Serif TC", sans-serif !important;
    letter-spacing: 2px;
  }
  .bookstore .side-bar .category-container {
    letter-spacing: 1px;
  }
  .bookstore .side-bar .category-container .link:first-child span {
    padding-top: 20px;
  }
  .bookstore .side-bar .category-container .link:last-child span {
    padding-bottom: 20px;
  }
  .bookstore .side-bar .category-container .sub-section:not(:last-child) {
    padding-bottom: 20px;
  }
  .bookstore .side-bar .category-container .sub-section:first-child {
    padding-top: 20px;
  }
  .bookstore .side-bar .category-container .sub-section:last-child {
    padding-bottom: 20px;
  }
  .bookstore .side-bar .category-container .sub-section .link:first-child span,
.bookstore .side-bar .category-container .sub-section .link:last-child span {
    padding: 5px 15px;
  }
  .bookstore .side-bar .sub-title {
    padding: 5px 15px;
    font-weight: 600;
    color: #545454;
    width: 100%;
    font-size: 15px;
  }
  .bookstore .side-bar .sub-title img {
    width: 25px !important;
  }
  .bookstore .side-bar .link.current span, .bookstore .side-bar .link:hover span {
    background-color: #AFB1B3;
  }
  .bookstore .side-bar .category {
    background-color: #E4E5E5;
    color: #545454;
    width: 100%;
    padding: 3px 15px;
  }
  .bookstore .eshop-search-result .page-title,
.bookstore .eshop-picture-book .page-title,
.bookstore .eshop-childrens-book .page-title,
.bookstore .eshop-textbook .page-title {
    font-weight: 500;
    font-size: 1.8em;
    letter-spacing: 5px;
    color: black;
    font-family: "Noto Serif TC", sans-serif !important;
  }
  .bookstore .eshop-search-result .product-wrapper,
.bookstore .eshop-picture-book .product-wrapper,
.bookstore .eshop-childrens-book .product-wrapper,
.bookstore .eshop-textbook .product-wrapper {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    letter-spacing: 0.5px;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .product-img-container a,
.bookstore .eshop-picture-book .product-wrapper .product-container .product-img-container a,
.bookstore .eshop-childrens-book .product-wrapper .product-container .product-img-container a,
.bookstore .eshop-textbook .product-wrapper .product-container .product-img-container a {
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .product-img-container a img,
.bookstore .eshop-picture-book .product-wrapper .product-container .product-img-container a img,
.bookstore .eshop-childrens-book .product-wrapper .product-container .product-img-container a img,
.bookstore .eshop-textbook .product-wrapper .product-container .product-img-container a img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .product-info-container,
.bookstore .eshop-picture-book .product-wrapper .product-container .product-info-container,
.bookstore .eshop-childrens-book .product-wrapper .product-container .product-info-container,
.bookstore .eshop-textbook .product-wrapper .product-container .product-info-container {
    padding: 0 0.8em;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .title,
.bookstore .eshop-picture-book .product-wrapper .product-container .title,
.bookstore .eshop-childrens-book .product-wrapper .product-container .title,
.bookstore .eshop-textbook .product-wrapper .product-container .title {
    font-size: 1.2em;
    color: #718E91;
    letter-spacing: 1px !important;
    font-weight: 600;
    margin-top: 5px;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .suitable-age-container,
.bookstore .eshop-picture-book .product-wrapper .product-container .suitable-age-container,
.bookstore .eshop-childrens-book .product-wrapper .product-container .suitable-age-container,
.bookstore .eshop-textbook .product-wrapper .product-container .suitable-age-container {
    color: #718E91;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .price-container,
.bookstore .eshop-picture-book .product-wrapper .product-container .price-container,
.bookstore .eshop-childrens-book .product-wrapper .product-container .price-container,
.bookstore .eshop-textbook .product-wrapper .product-container .price-container {
    width: 100%;
    color: #883C29;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .price-container .on-sale,
.bookstore .eshop-picture-book .product-wrapper .product-container .price-container .on-sale,
.bookstore .eshop-childrens-book .product-wrapper .product-container .price-container .on-sale,
.bookstore .eshop-textbook .product-wrapper .product-container .price-container .on-sale {
    text-decoration: line-through;
    -webkit-text-decoration-color: #8B8C8F;
            text-decoration-color: #8B8C8F;
    text-decoration-thickness: 2px;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .price-container .regular-price-container,
.bookstore .eshop-picture-book .product-wrapper .product-container .price-container .regular-price-container,
.bookstore .eshop-childrens-book .product-wrapper .product-container .price-container .regular-price-container,
.bookstore .eshop-textbook .product-wrapper .product-container .price-container .regular-price-container {
    margin-right: 5px;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .price-container .on-sale-price-container .on-sale-price,
.bookstore .eshop-picture-book .product-wrapper .product-container .price-container .on-sale-price-container .on-sale-price,
.bookstore .eshop-childrens-book .product-wrapper .product-container .price-container .on-sale-price-container .on-sale-price,
.bookstore .eshop-textbook .product-wrapper .product-container .price-container .on-sale-price-container .on-sale-price {
    font-weight: 700;
    font-size: 1.3em;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .shopping-cart-container,
.bookstore .eshop-picture-book .product-wrapper .product-container .shopping-cart-container,
.bookstore .eshop-childrens-book .product-wrapper .product-container .shopping-cart-container,
.bookstore .eshop-textbook .product-wrapper .product-container .shopping-cart-container {
    min-width: 25px;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .shopping-cart-container.out-of-stock:hover,
.bookstore .eshop-picture-book .product-wrapper .product-container .shopping-cart-container.out-of-stock:hover,
.bookstore .eshop-childrens-book .product-wrapper .product-container .shopping-cart-container.out-of-stock:hover,
.bookstore .eshop-textbook .product-wrapper .product-container .shopping-cart-container.out-of-stock:hover {
    cursor: not-allowed;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .shopping-cart-container img,
.bookstore .eshop-picture-book .product-wrapper .product-container .shopping-cart-container img,
.bookstore .eshop-childrens-book .product-wrapper .product-container .shopping-cart-container img,
.bookstore .eshop-textbook .product-wrapper .product-container .shopping-cart-container img {
    width: 25px;
    margin-right: 6px;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .shopping-cart-container span,
.bookstore .eshop-picture-book .product-wrapper .product-container .shopping-cart-container span,
.bookstore .eshop-childrens-book .product-wrapper .product-container .shopping-cart-container span,
.bookstore .eshop-textbook .product-wrapper .product-container .shopping-cart-container span {
    width: 100%;
    font-size: 10px;
    font-weight: 300;
    color: #636366;
  }
  .bookstore .eshop-product .caption-container {
    top: -90px !important;
  }
  .bookstore .eshop-product .sound-book-info {
    margin-top: 25px;
  }
  .bookstore .eshop-product .sound-book-info .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bookstore .eshop-product .sound-book-info .link a.leaflet {
    margin-right: 20px;
    width: 110px;
    letter-spacing: 3px;
    height: 40px;
    color: #6C6D71;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: 500;
    background-color: #e4e4e5;
  }
  .bookstore .eshop-product .sound-book-info .link a.theater {
    letter-spacing: 3px;
    width: 110px;
    height: 40px;
    color: #418FB2;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    background-color: #e4e4e5;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .title {
    font-size: 22px;
    color: #718E91;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 0.6em;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container #player {
    display: none;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player {
    width: 95% !important;
    background-color: #e4e4e5;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 5px;
    letter-spacing: 2px;
    margin: 1px 0 7px 0;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player .version {
    white-space: nowrap;
    font-size: 1.2em;
    font-weight: 500;
    color: #F48473;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player .duration {
    font-size: 0.9em;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player .play-btn {
    margin-left: 4px;
    width: 15px;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player .play-btn img {
    border-radius: 0 !important;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player .seek-slider {
    margin: 0 5px;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player input[type=range] {
    -webkit-appearance: none;
    border-radius: 2px;
    width: calc(100% - 113px);
    height: 5px;
    background-image: -webkit-linear-gradient(left, #636366 0%, #636366 50%, #ffffff 50%, #ffffff 100%);
    -webkit-box-shadow: inset #ffffff 0 0 5px;
            box-shadow: inset #ffffff 0 0 5px;
    outline: none;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url(../images/web_main_pict/p6/2x/cursor.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0;
  }
  .bookstore .eshop-product .sound-book-info #playlist {
    font-size: 0px;
  }
  .bookstore .eshop-product .sound-book-info #playlist a {
    background-color: #a1a2a5;
    margin: 0 1px;
    width: 23px;
    height: 23px;
    color: white;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .bookstore .eshop-product .product-info {
    width: 100%;
    letter-spacing: 1px;
    font-size: 16px;
  }
  .bookstore .eshop-product .product-info a {
    color: #6d6d6d;
    text-decoration: underline;
  }
  .bookstore .eshop-product .product-info .product-title {
    font-family: "Noto Serif TC", sans-serif !important;
    font-size: 24px;
    letter-spacing: 2px !important;
    color: #718E91;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .bookstore .eshop-product .product-info .price-container {
    width: 100%;
    color: #883C29;
  }
  .bookstore .eshop-product .product-info .price-container .on-sale {
    text-decoration: line-through;
    -webkit-text-decoration-color: #8B8C8F;
            text-decoration-color: #8B8C8F;
    text-decoration-thickness: 2px;
  }
  .bookstore .eshop-product .product-info .price-container .regular-price-container {
    margin-right: 13px;
    font-size: 18px;
  }
  .bookstore .eshop-product .product-info .price-container .on-sale-price-container .on-sale-price {
    font-weight: 700;
    font-size: 1.3em;
  }
  .bookstore .eshop-product .product-info .shopping-cart-container {
    min-width: 60px;
  }
  .bookstore .eshop-product .product-info .shopping-cart-container.out-of-stock:hover {
    cursor: not-allowed;
  }
  .bookstore .eshop-product .product-info .shopping-cart-container img {
    width: 30px;
    margin: auto;
  }
  .bookstore .eshop-product .product-info .shopping-cart-container span {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #636366;
  }
  .bookstore .eshop-product .flex-viewport {
    height: 100% !important;
    margin-bottom: 20px;
    min-width: 100%;
  }
  .bookstore .eshop-product .woocommerce-product-gallery {
    min-width: 100%;
    margin: 0 !important;
  }
  .bookstore .eshop-product .woocommerce-product-gallery__image {
    margin-bottom: 0 !important;
    vertical-align: bottom !important;
  }
  .bookstore .eshop-product .woocommerce-product-gallery__image img {
    height: 300px !important;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bookstore .eshop-product .gallery-wrapper {
    display: grid;
    grid-template-columns: 5% 90% 5%;
  }
  .bookstore .eshop-product .gallery-wrapper .gallery-container {
    overflow: hidden;
  }
  .bookstore .eshop-product .gallery-wrapper .flex-control-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .bookstore .eshop-product .gallery-wrapper .flex-control-nav li {
    width: 20% !important;
    margin: 0 2.5px !important;
    border: 1px solid #ababab;
    display: inline-block;
  }
  .bookstore .eshop-product .gallery-wrapper .next-button {
    background-image: url(../images/web_eshop_pict/p6/1x/next.png);
    background-size: 50%;
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }
  .bookstore .eshop-product .gallery-wrapper .previous-button {
    background-image: url(../images/web_eshop_pict/p6/1x/previous.png);
    background-size: 50%;
    background-position: 0 50%;
    background-repeat: no-repeat;
  }
  .bookstore .eshop-product .gallery-container,
.bookstore .eshop-product .flex-control-nav {
    margin-left: 0px;
    position: relative !important;
  }
  .bookstore .eshop-product .woocommerce-product-gallery__trigger {
    background-color: transparent !important;
    bottom: 0;
  }
  .bookstore .eshop-product .woocommerce-product-gallery__trigger::before {
    content: url(../images/web_eshop_pict/p6/1x/magnifier-icon.png) !important;
  }
  .bookstore .eshop-product .field-section {
    margin: 15px;
  }
  .bookstore .eshop-product .field-section .field-title {
    font-size: 18px;
    color: #718E91;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .bookstore .eshop-product .field-section .field-content {
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .bookstore .eshop-product .field-section .field-content.book-review-wrapper .reviewer {
    font-weight: 500 !important;
    color: #19729B !important;
  }
  .bookstore .eshop-product .field-section .field-content.book-review-wrapper .reviewer-description {
    color: #19729B !important;
  }
  .bookstore .eshop-product .magnifier-container {
    bottom: 0 !important;
    right: 0 !important;
    z-index: 999;
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .bookstore .eshop-product .magnifier-container a {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
  }
  .bookstore .eshop-product .magnifier-container a img.emoji {
    display: none !important;
  }
  .bookstore .eshop-product .book-description {
    margin-top: 20px;
    padding-right: 1em;
  }
  .bookstore .eshop-product .related-product-container {
    color: #718E91;
  }
  .bookstore .eshop-product .related-product-container img {
    height: 200px !important;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .bookstore .eshop-product .related-product-container .related-product-info {
    margin-top: 5px;
  }
  .bookstore .eshop-product .related-product-container .related-product-info .name {
    font-size: 13px !important;
    font-weight: 500;
  }
  .bookstore .eshop-product .related-product-container .related-product-info .description {
    font-size: 11px !important;
  }
  .bookstore .eshop-cart {
    letter-spacing: 1px;
  }
  .bookstore .eshop-cart .title {
    font-size: 1.3em;
    font-weight: 600;
  }
  .bookstore .eshop-cart .cart-content {
    padding: 0 70px;
  }
  .bookstore .eshop-cart .cart-content .timeline-wrapper {
    margin: 20px 0 70px;
  }
  .bookstore .eshop-cart .cart-content .timeline-wrapper .timeline-container {
    width: 80%;
    margin: 0 auto 0 auto;
  }
  .bookstore .eshop-cart .cart-content .timeline-wrapper .timeline-description {
    width: 97%;
    margin: 0 auto 0 auto;
  }
  .bookstore .eshop-cart .cart-content .timeline-wrapper .timeline-description div {
    text-align: center;
    width: 134px;
    font-size: 1em;
  }
  .bookstore .eshop-cart .cart-content .timeline-wrapper .timeline-description div.passed {
    color: #883C29;
  }
  .bookstore .eshop-cart .cart-content .quantity {
    border: 1px solid #545454;
  }
  .bookstore .eshop-cart .cart-content .quantity .input-text.qty {
    background: white;
    text-align: center;
    width: 4ch !important;
    padding: 1px 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .bookstore .eshop-cart .cart-content .quantity .qty-plus-btn,
.bookstore .eshop-cart .cart-content .quantity .qty-minus-btn {
    padding: 1px 0;
    width: 24px;
    font-size: 14px;
    background-color: white;
  }
  .bookstore .eshop-cart .cart-content .previous-btn {
    text-align: center;
    width: 175px;
    background-color: #636366;
    color: white;
    padding: 5px 0;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .bookstore .eshop-cart .cart-content .next-btn {
    text-align: center;
    width: 150px;
    background-color: #718E91;
    padding: 5px 0;
    color: white;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .bookstore .eshop-cart .cart-content .woocommerce-cart-form table {
    margin-top: 20px;
    margin-bottom: 0 !important;
    border-collapse: collapse;
  }
  .bookstore .eshop-cart .cart-content .woocommerce-cart-form table tbody tr {
    border-top: 1px solid black;
  }
  .bookstore .eshop-cart .cart-content .woocommerce-cart-form table tbody tr td {
    padding: 10px 0 !important;
    background-color: white !important;
  }
  .bookstore .eshop-cart .cart-content .woocommerce-cart-form table tbody tr td.product-thumbnail a {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bookstore .eshop-cart .cart-content .woocommerce-cart-form table tbody tr td.product-thumbnail a img {
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bookstore .eshop-cart .cart-content .woocommerce-cart-form table tbody tr td.product-name-price-td .product-name-price {
    padding-left: 10px;
    height: 100%;
    text-align: left;
  }
  .bookstore .eshop-cart .cart-content .woocommerce-cart-form table tbody tr td.product-name-price-td .product-name-price .product-name a,
.bookstore .eshop-cart .cart-content .woocommerce-cart-form table tbody tr td.product-name-price-td .product-name-price .product-price {
    color: #717276 !important;
    font-size: 18px;
  }
  .bookstore .eshop-cart .cart-content .woocommerce-cart-form table tbody tr td.product-subtotal {
    font-size: 1.2em;
    color: #883C29;
  }
  .bookstore .eshop-cart .cart-content .woocommerce-cart-form table tbody tr td.product-remove button {
    padding: 5px;
  }
  .bookstore .eshop-cart .cart-content .woocommerce-cart-form table tbody tr td.cart-subtotal {
    font-size: 1.3em;
    font-weight: 500;
  }
  .bookstore .eshop-cart .cart-content .woocommerce-cart-form table tbody tr td.cart-subtotal .subtotal-text {
    color: #717276 !important;
  }
  .bookstore .eshop-cart .cart-content .woocommerce-cart-form table tbody tr td.cart-subtotal .amount {
    color: #883C29 !important;
  }
  .bookstore .eshop-cart .cart-content .cart_total-container {
    line-height: 34px;
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }
  .bookstore .eshop-cart .cart-content .cart_total-container .deliver-text-container {
    margin-top: 20px;
  }
  .bookstore .eshop-cart .cart-content .cart_total-container .deliver-text-container span {
    color: #883C29;
  }
  .bookstore .eshop-cart .cart-content .cart_total-container .deliver-text-container select {
    padding: 2.5px 10px;
  }
  .bookstore .eshop-cart .cart-content .cart_total-container input {
    border: 1px solid grey !important;
    background: white !important;
    padding: 2.5px 10px !important;
    font-size: 1em !important;
    width: 200px;
    border-radius: 0;
  }
  .bookstore .eshop-cart .cart-content .cart_total-container .total-price-container {
    margin-top: 40px;
    font-size: 1.5em;
  }
  .bookstore .eshop-cart .cart-content .cart_total-container .total-price-container .total-amount {
    color: #883C29;
  }
  .bookstore .eshop-checkout {
    letter-spacing: 1px;
  }
  .bookstore .eshop-checkout .err-msg {
    font-size: 0.9em;
    color: #883C29;
  }
  .bookstore .eshop-checkout .timeline-wrapper {
    margin: 20px 0 70px;
  }
  .bookstore .eshop-checkout .timeline-wrapper .timeline-container {
    width: 80%;
    margin: 0 auto 0 auto;
  }
  .bookstore .eshop-checkout .timeline-wrapper .timeline-description {
    width: 97%;
    margin: 0 auto 0 auto;
  }
  .bookstore .eshop-checkout .timeline-wrapper .timeline-description div {
    text-align: center;
    width: 134px;
    font-size: 1em;
  }
  .bookstore .eshop-checkout .timeline-wrapper .timeline-description div.passed {
    color: #883C29;
  }
  .bookstore .eshop-checkout .input-form {
    line-height: 2em;
  }
  .bookstore .eshop-checkout .input-form label {
    color: grey;
    font-size: 1.2em;
    font-weight: 700 !important;
  }
  .bookstore .eshop-checkout .input-form .locker-address-list-link {
    text-decoration: underline;
  }
  .bookstore .eshop-checkout .input-form .locker-address-list-link,
.bookstore .eshop-checkout .input-form .mobile-number-hint {
    color: grey;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 2.5px;
  }
  .bookstore .eshop-checkout .input-form > div {
    margin: 2.5px 0;
  }
  .bookstore .eshop-checkout .input-form .district {
    font-size: 1.2em;
    margin-right: 7.5px;
    vertical-align: middle;
    padding: 2px 5px;
  }
  .bookstore .eshop-checkout .input-form input {
    border: 1px solid grey !important;
    background: white !important;
    padding: 2.5px 10px !important;
    font-size: 1em !important;
    border-radius: 0;
    display: inline;
  }
  .bookstore .eshop-checkout .input-form input.name {
    width: 20em;
  }
  .bookstore .eshop-checkout .input-form input.mobile-number {
    width: 15em;
  }
  .bookstore .eshop-checkout .input-form input.email {
    width: 25em;
  }
  .bookstore .eshop-checkout .input-form input.address {
    width: calc(75% - 49px);
  }
  .bookstore .eshop-checkout .input-form input.locker-number {
    width: 12em;
  }
  .bookstore .eshop-checkout .input-form input.locker-address {
    width: 20em;
  }
  .bookstore .eshop-checkout .input-form input:disabled {
    background-color: #eee !important;
  }
  .bookstore .eshop-checkout .input-form .btn-container {
    margin-top: 25px;
  }
  .bookstore .eshop-checkout .input-form .btn-container .previous-btn {
    text-align: center;
    width: 150px;
    background-color: #636366;
    color: white;
    padding: 5px 0;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .bookstore .eshop-checkout .input-form .btn-container .submit-btn {
    background-color: #718E91;
    width: 260px;
    padding: 8px 0;
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
  }
  .bookstore .eshop-checkout #checkout-step-2 .message {
    font-size: 1.2em;
  }
  .bookstore .eshop-checkout #checkout-step-2 .timeline-wrapper {
    margin: 20px 0;
  }
  .bookstore .eshop-checkout #checkout-step-2 .timeline-wrapper .timeline-container {
    width: 600px;
    margin: 5px 35px 0 35px;
  }
  .bookstore .eshop-checkout #checkout-step-2 .timeline-wrapper .timeline-description {
    width: 725px;
    margin: 5px 0 0 -30px;
  }
  .bookstore .eshop-checkout #checkout-step-2 .timeline-wrapper .timeline-description div {
    text-align: center;
    width: 134px;
    font-size: 1em;
  }
  .bookstore .eshop-checkout #checkout-step-2 .timeline-wrapper .timeline-description div.passed {
    color: #883C29;
  }
  .bookstore .eshop-privacy .privacy-list {
    margin-top: 20px;
    letter-spacing: 1px;
  }
  .bookstore .eshop-privacy .privacy-list .title {
    margin: 5px 0;
    font-size: 1.25em;
    color: #718E91;
    letter-spacing: 2px !important;
    font-weight: 600;
    line-height: 50px;
  }
  .bookstore .eshop-privacy .privacy-list ul {
    margin-left: 17px;
    color: #000000;
  }
  .bookstore .eshop-privacy .privacy-list ul li span {
    font-size: 16px !important;
  }
  .bookstore .pswp__bg {
    background: rgba(0, 0, 0, 0.75) !important;
  }
  .bookstore .pswp__img {
    padding: 20px;
  }
  .bookstore .pswp__caption__center {
    display: none;
  }
  .bookstore .woocommerce-product-gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 688px) {
  .teaching-selection-container .title-container br {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-xs-shelf-img-container:nth-child(16) {
    display: none;
  }

  .mobile-xs-shelf-img-container:nth-child(19) {
    display: none;
  }

  .mobile-xs-shelf-img-container:nth-child(22) {
    display: none;
  }

  .mobile-xs-shelf-img-container:nth-child(25) {
    display: none;
  }

  .mobile-xs-shelf-img-container:nth-child(28) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-xs-shelf-img-container:nth-child(16) {
    display: block;
    top: 1581.66px;
  }

  .mobile-xs-shelf-img-container:nth-child(19) {
    display: block;
    top: 1860px;
  }

  .mobile-xs-shelf-img-container:nth-child(22) {
    display: none;
  }

  .mobile-xs-shelf-img-container:nth-child(25) {
    display: none;
  }

  .mobile-xs-shelf-img-container:nth-child(28) {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .mobile-xs-shelf-img-container:nth-child(22) {
    display: block;
    top: 2138.33px;
  }

  .mobile-xs-shelf-img-container:nth-child(25) {
    display: block;
    top: 2416.66px;
  }

  .mobile-xs-shelf-img-container:nth-child(28) {
    display: block;
    top: 2695px;
  }

  .publication-details-container .logo-wrapper {
    margin: 20px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2vw 3vw;
  }
}
@media only screen and (max-width: 992px) {
  html {
    overflow: hidden;
  }

  body {
    height: 100%;
    overflow: hidden;
  }

  /********
  main
  ********/
  .mainpage .body-content {
    height: calc(100% - 50px);
    overflow: auto;
  }
  .mainpage .body-content .wrapper {
    min-width: 370px;
  }
  .mainpage .body-content .wrapper .back-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #A0A0A0;
  }
  .mainpage .body-content .wrapper .back-btn:hover {
    color: #A0A0A0;
  }
  .mainpage .body-content .wrapper .back-btn img {
    margin-right: 5px;
    height: 20px;
  }
  .mainpage .content {
    margin-top: 20px;
    width: 100%;
  }
  .mainpage .content-full-margin {
    margin-top: 40px;
    width: 100%;
  }
  .mainpage .main-header-wrapper .header-banner {
    height: 73px;
    background-size: 1368px;
    background-repeat: repeat-x;
    background-position: top center;
    background-size: contain;
  }
  .mainpage .main-header-wrapper .header-banner .umbrella-container {
    width: 54px;
    bottom: -1px;
    z-index: 999;
    left: calc(50% - 48px);
  }
  .mainpage .main-header-wrapper .header-banner .cat-container {
    width: 75px;
    bottom: -13px;
    z-index: 999;
    left: calc(50% - 60px);
  }
  .mainpage .main-footer-wrapper {
    height: 20vw;
    margin-top: 20px;
  }
  .mainpage .main-footer-wrapper .footer-banner {
    position: relative;
    height: 100%;
    background-image: url(../images/web_main_pict/p1/1x/footer-banner.jpg);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: right bottom;
  }
  .mainpage .main-footer-wrapper .footer-banner .copyright {
    font-size: clamp(9px, 2vw, 13px);
    color: black;
    position: absolute;
    bottom: 7px;
    right: 10px;
    text-align: right;
  }
  .mainpage .toolbar-main-menu-wrapper {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainpage .toolbar-main-menu-wrapper .logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mainpage .toolbar-main-menu-wrapper .logo-container a {
    padding: 0;
  }
  .mainpage .toolbar-main-menu-wrapper .logo-container a img {
    width: 130px;
    margin-right: 15px;
  }
  .mainpage .toolbar-main-menu-wrapper .backdrop {
    width: 100vw;
    height: calc(100vh - 50px);
    position: absolute;
    top: 50px;
    background-color: black;
    z-index: 9999;
    opacity: 0.25;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu {
    position: absolute;
    top: 50px;
    -webkit-transition: 0.5s left;
    transition: 0.5s left;
    z-index: 99999;
    background-color: white;
    width: 300px;
    height: calc(100vh - 50px);
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu.hidden {
    left: 100%;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu:not(.hidden) {
    left: calc(100% - 300px);
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu .close-btn {
    width: 60px;
    height: 60px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu .close-btn img {
    width: 18px;
    height: 15px;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu .navigation-container {
    margin-top: 35px;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu .navigation-container .navigation-wrapper {
    margin-bottom: 40px;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu .navigation-container .navigation-wrapper > a {
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    color: #3E6470;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 1px;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu .navigation-container .navigation-wrapper > a:hover {
    background-color: #3E6470;
    color: white;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu .navigation-container .navigation-wrapper > a img {
    margin-left: 15px;
    margin-top: -10px;
    height: 35px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu hr {
    color: #465D6F;
    height: 2px;
    margin: 10px 30px;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu .link-container {
    margin: 20px 30px 0 0;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu .link-container a {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu .link-container a img {
    padding: 0 5px;
    height: 30px;
    margin-left: 15px;
  }
  .mainpage .toolbar-main-menu-wrapper .hamburger-menu .link-container a span {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-size: 16px;
    letter-spacing: 2px;
    color: #465D6F;
  }
  .mainpage .toolbar-main-menu-wrapper .button-container {
    width: 70px;
    margin-right: -10px;
  }
  .mainpage .toolbar-main-menu-wrapper .button-container .search-icon-btn {
    margin-right: 5px;
  }
  .mainpage .toolbar-main-menu-wrapper .button-container .hamburger-menu-btn-container {
    margin-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
  }
  .mainpage .toolbar-main-menu-wrapper .button-container .hamburger-menu-btn-container button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .mainpage .toolbar-main-menu-wrapper .button-container .hamburger-menu-btn-container button > span span {
    display: block;
    width: 27px;
    height: 1px;
    margin: 6px 0;
    position: relative;
    background: white;
    border-radius: 3px;
    z-index: 1;
  }
  .mainpage .secondary-navigation-bar-container #menu-main-menu {
    font-size: 20px !important;
  }
  .mainpage .secondary-navigation-bar-container #menu-main-menu .menu-item {
    line-height: 3em;
  }
  .mainpage .secondary-navigation-bar-container #menu-main-menu .menu-item a {
    padding: 0 30px 0 0 !important;
    text-align: left;
    color: #717276 !important;
    letter-spacing: 1px;
  }
  .mainpage .toolbar-homepage-search-wrapper {
    margin-top: 10px;
  }
  .mainpage .toolbar-homepage-search-wrapper .logo-wrapper {
    width: 340px;
  }
  .mainpage .toolbar-homepage-search-wrapper nav {
    margin-bottom: 0;
  }
  .mainpage .toolbar-homepage-search-wrapper .search-bar-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mainpage .toolbar-homepage-search-wrapper .search-bar-form .search-field {
    width: 175px;
    height: 29px !important;
    padding: 2.5px 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid grey;
    border-radius: 0;
  }
  .mainpage .toolbar-homepage-search-wrapper .search-bar-form img {
    background-color: #717276;
    width: 29px;
    height: 29px;
    padding: 5px;
    border-radius: 0px;
    border: 1px solid grey;
  }
  .mainpage .toolbar-homepage-search-wrapper .secondary-navigation {
    color: #545454 !important;
  }
  .mainpage .navigation-bar-container ul li.current-menu-item a {
    color: #717276 !important;
  }
  .mainpage .navigation-bar-container ul li a {
    color: #AFB1B3 !important;
  }
  .mainpage .main-homepage .carousel-control-next,
.mainpage .main-homepage .carousel-control-prev {
    width: 4%;
  }
  .mainpage .main-homepage #cottontree-promote-slides {
    margin: 0 -30px;
  }
  .mainpage .main-homepage #cottontree-promote-slides ol {
    position: relative !important;
    margin: 5px 0;
  }
  .mainpage .main-homepage #cottontree-promote-slides ol li {
    background-color: #717276;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container {
    margin: 15px -30px;
    display: grid;
    grid-template-columns: max(70px, 11vw) auto;
    gap: 25px 10px;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .product-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .product-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .product-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(120px, 1fr));
    gap: 0 15px;
    overflow-x: auto;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .product-container .product-wrapper,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .product-container .product-wrapper,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .product-container .product-wrapper {
    letter-spacing: 1px;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .product-container .product-wrapper .product-img-container img,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .product-container .product-wrapper .product-img-container img,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .product-container .product-wrapper .product-img-container img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
    height: 140px;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .product-container .product-wrapper .product-info-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .product-container .product-wrapper .product-info-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .product-container .product-wrapper .product-info-container {
    margin: clamp(3px, 1vw, 5px) clamp(6px, 1vw, 10px);
    color: #3E6470;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .product-container .product-wrapper .product-info-container .title,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .product-container .product-wrapper .product-info-container .title,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .product-container .product-wrapper .product-info-container .title {
    font-weight: 500;
    font-size: clamp(14px, 2.25vw, 17px);
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .product-container .product-wrapper .product-info-container .suitable-age-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .product-container .product-wrapper .product-info-container .suitable-age-container,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .product-container .product-wrapper .product-info-container .suitable-age-container {
    font-size: clamp(12px, 1.75vw, 15px);
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .category-title,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .category-title,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .category-title {
    color: #3E6470;
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .category-title span,
.mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .category-title span,
.mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .category-title span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 4px;
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    right: 20px;
    top: -20px;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container {
    margin-top: 0;
  }
  .mainpage .main-homepage .cottontree-promote-books-container .on-shelves-books-container .category-title {
    top: -16px;
    background-image: url(../images/web_main_pict/p1/1x/on-shelves-img.png);
  }
  .mainpage .main-homepage .cottontree-promote-books-container .for-children-books-container .category-title {
    top: -11px;
    background-image: url(../images/web_main_pict/p1/1x/for-children-img.png);
  }
  .mainpage .main-homepage .cottontree-promote-books-container .for-teachers-books-container .category-title {
    top: -21px;
    background-image: url(../images/web_main_pict/p1/1x/for-teachers-img.png);
  }
  .mainpage .main-about-us .content-1,
.mainpage .main-about-us .content-2 {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 28px;
    color: black;
  }
  .mainpage .main-about-us .content-1 .flip-icon-container,
.mainpage .main-about-us .content-2 .flip-icon-container {
    margin: 30px auto;
    width: 100%;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mainpage .main-about-us .content-1 .flip-icon-container button:hover,
.mainpage .main-about-us .content-2 .flip-icon-container button:hover {
    background-color: transparent;
  }
  .mainpage .main-about-us .content-1 .flip-icon-container button span,
.mainpage .main-about-us .content-2 .flip-icon-container button span {
    color: white;
    font-weight: 400;
  }
  .mainpage .main-about-us .content-1 > p:not(.info-container),
.mainpage .main-about-us .content-2 > p:not(.info-container) {
    text-indent: 4ch;
    margin: 0;
  }
  .mainpage .main-about-us .info-container .info-wrapper {
    font-size: 14px;
    line-height: 28px;
  }
  .mainpage .main-about-us .info-container .map-container {
    margin: 15px -10px;
    width: calc(100% + 20px);
  }
  .mainpage .main-about-us .info-container ul {
    font-size: 8px;
    line-height: 21px;
  }
  .mainpage .main-about-us .info-container ul li span {
    font-size: 13px;
  }
  .mainpage .main-monthly-magazine #mailModal .modal-body {
    padding: 0 !important;
  }
  .mainpage .main-monthly-magazine #mailModal .modal-body > div {
    position: absolute;
    padding: 20px clamp(50px, 17.5vw, 96px) 0 clamp(50px, 15vw, 80px);
  }
  .mainpage .main-monthly-magazine #mailModal .modal-body > div > div {
    font-size: clamp(15px, 4.5vw, 17px);
    letter-spacing: 1px;
    font-family: "Noto Serif TC", sans-serif !important;
    height: 70vw;
    overflow-y: auto;
  }
  .mainpage .main-monthly-magazine #mailModal .modal-body > div p {
    margin-bottom: 10px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .title {
    color: #DB844C;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 20px -5px 0 -5px;
    width: calc(100% + 10px);
  }
  .mainpage .main-monthly-magazine .publication-selection-container .description {
    margin-top: 10px;
    color: #249DB5;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 3px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .mail-icon-container {
    width: 30px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .mainpage .main-monthly-magazine .publication-selection-container .title-img {
    width: 150px;
    margin: auto;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container {
    margin-top: 25px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container {
    overflow: hidden;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .mobile-shelf-img-container img {
    height: 50px !important;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .mobile-shelf-img-container {
    z-index: -1;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .mobile-xs-shelf-img-container:nth-child(1) {
    top: 190px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .mobile-xs-shelf-img-container:nth-child(4) {
    top: 468.33px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .mobile-xs-shelf-img-container:nth-child(7) {
    top: 746.66px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .mobile-xs-shelf-img-container:nth-child(10) {
    top: 1025px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .mobile-xs-shelf-img-container:nth-child(13) {
    top: 1303.33px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .magazine-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 75px;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .magazine-wrapper > div .publication-btn img {
    max-width: 150px;
    border-radius: 0;
  }
  .mainpage .main-monthly-magazine .publication-selection-container .menu-container .magazine-container .magazine-wrapper .magazine-title {
    color: white;
    font-size: 15px;
    text-align: center;
    letter-spacing: 2px;
    max-width: 150px;
    overflow: hidden;
    white-space: nowrap;
    top: calc(100% + 10px);
    bottom: -35px;
    height: auto;
    line-height: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainpage .main-monthly-magazine .publication-details-container .logo-container {
    margin: auto;
  }
  .mainpage .main-monthly-magazine .publication-details-container .logo-container img {
    max-width: 60%;
    max-height: 150px;
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
  }
  .mainpage .main-monthly-magazine .publication-details-container .description {
    margin: 20px 0 0 0;
    font-size: 17px;
    letter-spacing: 2px;
  }
  .mainpage .main-monthly-magazine .publication-details-container .content-container {
    margin-top: 20px;
  }
  .mainpage .main-monthly-magazine .publication-details-container .content-container .section-title {
    line-height: 1.8em;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 4px;
    background-color: #A8DACA;
    color: #39545E;
  }
  .mainpage .main-monthly-magazine .publication-details-container .logo-wrapper {
    margin: 20px 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw 3vw;
  }
  .mainpage .main-monthly-magazine .publication-details-container .logo-wrapper > div {
    margin: 8%;
  }
  .mainpage .main-monthly-magazine .publication-details-container .logo-wrapper > div img {
    border-radius: 50%;
  }
  .mainpage .main-monthly-magazine .publication-details-container .logo-wrapper > div .title {
    letter-spacing: 1px;
    color: black;
    font-size: 18px;
    text-align: center;
  }
  .mainpage .main-theater .content {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .mainpage .main-theater .theater-selection-container {
    position: relative;
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
  .mainpage .main-theater .theater-selection-container .hint-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 10%;
    height: 100%;
    font-size: clamp(14px, 3.5vw, 22px);
    letter-spacing: 1px;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-container {
    opacity: 0;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-container:hover {
    opacity: 1;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper div[class^=bubble] {
    font-size: clamp(13px, 3vw, 20px);
    font-weight: 500;
    letter-spacing: 1px;
    width: 22%;
    position: absolute;
    text-align: center;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .title {
    position: absolute;
    font-family: "Noto Serif TC", sans-serif !important;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-1 {
    color: #D2547A;
    top: 26%;
    left: 12%;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-2 {
    color: #249DB5;
    top: 26%;
    right: 38%;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-3 {
    color: #DB844C;
    right: 12%;
    top: 30%;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-4 {
    color: #768D58;
    top: 67.5%;
    right: 35%;
  }
  .mainpage .main-theater .theater-selection-container .bubble-wrapper .bubble-5 {
    color: #5C7287;
    top: 65%;
    right: 10%;
  }
  .mainpage .main-theater .theater-details-container {
    margin-top: 30px;
  }
  .mainpage .main-theater .theater-details-container .logo-container img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container {
    margin-top: 25px;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .row .col-6 {
    margin-bottom: 25px;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container div[class^=soundtrack-wrapper] {
    margin-bottom: 2em;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .title {
    font-size: 20px;
    color: #718E91;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0.6em 0;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player {
    width: 100% !important;
    background-color: #ECECEC;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 5px 8px;
    margin: 15px 0;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player .version {
    white-space: nowrap;
    font-size: 1.2em;
    font-weight: 500;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player .duration {
    font-size: 0.9em;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player .play-btn {
    margin-left: 4px;
    width: 15px;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player .play-btn img {
    border-radius: 0 !important;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player .seek-slider {
    margin: 0 5px;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player input[type=range] {
    -webkit-appearance: none;
    border-radius: 2px;
    width: calc(100% - 113px);
    height: 5px;
    background-image: -webkit-linear-gradient(left, #636366 0%, #636366 50%, #ffffff 50%, #ffffff 100%);
    -webkit-box-shadow: inset #ffffff 0 0 5px;
            box-shadow: inset #ffffff 0 0 5px;
    outline: none;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .mainpage .main-theater .theater-details-container .soundtrack-container .player input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url(../images/web_main_pict/p6/2x/cursor.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0;
  }
  .mainpage .main-theater .story-content-container {
    width: 100%;
    margin-top: 30px;
    padding: 0 15px;
  }
  .mainpage .main-theater .story-content-container .field-section {
    margin-bottom: 50px;
  }
  .mainpage .main-theater .story-content-container .field-section .field-header {
    font-size: 20px;
    color: #718e91;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
  }
  .mainpage .main-theater .story-content-container .field-section .field-content {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .mainpage .main-theater .story-content-container .proceed-btn {
    width: 250px;
    padding: 5px 15px;
    background-color: #718E91;
    color: white;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 30px;
  }
  .mainpage .main-teach-support .teaching-details-container .logo-container {
    width: 150px;
    margin: auto;
  }
  .mainpage .main-teach-support .teaching-details-container .description {
    margin-top: 30px;
    color: black;
    font-size: 17px;
    letter-spacing: 1.5px;
  }
  .mainpage .main-teach-support .teaching-details-container .description h4 {
    letter-spacing: 3px;
  }
  .mainpage .main-teach-support .teaching-details-container .pdf-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: 18px;
  }
  .mainpage .main-teach-support .teaching-details-container .pdf-container .pdf-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px 0;
  }
  .mainpage .main-teach-support .teaching-details-container .pdf-container .pdf-title-wrapper img {
    height: 30px;
  }
  .mainpage .main-teach-support .teaching-details-container .pdf-container .pdf-title-wrapper a {
    width: 100%;
  }
  .mainpage .main-teach-support .teaching-details-container .pdf-container .pdf-title-wrapper a span {
    margin-left: 5px;
    color: black;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1em;
    width: 100%;
    display: block;
    text-indent: -0.65em;
    padding-left: 0.65em;
  }
  .mainpage .main-teach-support .teaching-details-container .table-container {
    width: calc(100% + 60px);
    margin: 0 -30px;
    overflow-x: scroll;
  }
  .mainpage .main-teach-support .teaching-details-container .table-container table {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    border-spacing: 5px;
    width: 100%;
  }
  .mainpage .main-teach-support .teaching-details-container .table-container table tr th,
.mainpage .main-teach-support .teaching-details-container .table-container table tr td {
    min-width: 145px;
    width: 145px;
    letter-spacing: 3px;
    font-size: 16px;
    text-align: center;
    height: 75px;
    padding: 5px;
  }
  .mainpage .main-teach-support .teaching-details-container .table-container table tr th > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    color: white;
  }
  .mainpage .main-teach-support .teaching-details-container .table-container table tr td > a,
.mainpage .main-teach-support .teaching-details-container .table-container table tr td > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    color: black;
  }
  .mainpage .main-teach-support .teaching-details-container .table-container table tr:nth-child(odd) td {
    background-color: #C8C8C8;
  }
  .mainpage .main-teach-support .teaching-details-container .table-container table tr:nth-child(even) td {
    background-color: #EBEBEB;
  }
  .mainpage .main-teach-support .teaching-selection-container .title-container {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .mainpage .main-teach-support .teaching-selection-container .title-container br {
    display: initial;
  }
  .mainpage .main-teach-support .teaching-selection-container .menu-container {
    top: -10px;
    margin: 0 -20px;
  }
  .mainpage .main-teach-support .teaching-selection-container .logo-container {
    width: 40%;
    margin-bottom: -20px;
  }
  .mainpage .main-teach-support .teaching-selection-container .description {
    padding: 20px 15px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    font-size: clamp(12px, 3vw, 20px);
    letter-spacing: 1px;
    line-height: clamp(18px, 4vw, 30px);
    font-weight: 500;
    color: #6E4331;
    text-align: justify;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-container {
    text-align: center;
    font-size: clamp(12px, 3.4vw, 25px);
    letter-spacing: 3px;
    font-weight: 400;
    color: white;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-container .title {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-container .title span {
    display: inline-block;
    white-space: nowrap;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-1 {
    position: absolute;
    width: 17%;
    top: 9.6%;
    height: calc(22% - 7px);
    left: 5.3%;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-2 {
    position: absolute;
    left: 31.8%;
    width: 22%;
    top: 9.8%;
    height: 20%;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-3 {
    position: absolute;
    top: calc(42% - 5px);
    width: 18%;
    height: calc(21% + 6px);
    left: 4%;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-4 {
    position: absolute;
    top: calc(40.5% - 2px);
    width: 23%;
    height: calc(24% - 2px);
    left: calc(33.5% - 1px);
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-5 {
    position: absolute;
    top: calc(37.5% + 5px);
    width: 24%;
    height: 27.5%;
    left: calc(71.5% - 5px);
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-6 {
    position: absolute;
    top: calc(74% - 3px);
    width: 19%;
    height: calc(22% - 5px);
    left: 5%;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-7 {
    position: absolute;
    top: calc(74% - 3px);
    width: 22%;
    height: 20.5%;
    left: 35%;
  }
  .mainpage .main-teach-support .teaching-selection-container .list-wrapper .list-8 {
    position: absolute;
    top: calc(74.5% - 2px);
    width: 23%;
    height: calc(22.5% - 5px);
    left: 71%;
  }

  .bookstore .body-content {
    height: calc(100% - 50px);
    overflow: auto;
  }
  .bookstore #primary {
    position: relative;
  }
  .bookstore .toolbar-eshop-menu-wrapper {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bookstore .toolbar-eshop-menu-wrapper .cart-count-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    background-color: #883C29;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    position: absolute;
    top: -4px;
    right: -7px;
    font-weight: 100;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu-btn-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu-btn-container button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu-btn-container button > span span {
    display: block;
    width: 27px;
    height: 1px;
    margin: 6px 0;
    position: relative;
    background: white;
    border-radius: 3px;
    z-index: 1;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu {
    position: absolute;
    left: -100%;
    top: 0;
    -webkit-transition: 0.5s left;
    transition: 0.5s left;
    z-index: 99999;
    background-color: white;
    width: 100%;
    height: 100%;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .close-btn {
    width: 60px;
    height: 60px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .close-btn img {
    width: 18px;
    height: 15px;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container {
    margin: 0 30px;
    height: calc(100% - 100px);
    overflow-y: auto;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .expand-btn {
    width: 100%;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .expand-btn > .category {
    height: 34px;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item > .category {
    margin-top: 10px;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item .category:hover,
.bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item .category > a:hover,
.bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item .expand-btn:hover,
.bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item .expand-list .link:hover {
    background-color: #B7C5C6;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item .category,
.bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item .category > a {
    width: 100%;
    font-size: 17.5px;
    letter-spacing: 1.5px;
    font-weight: 500;
    color: #465D6F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item .category span,
.bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item .category > a span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item .expand-list {
    -webkit-transition: 1s height;
    transition: 1s height;
    overflow: hidden;
    height: 100%;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item .sub-category-container .sub-category,
.bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item > .expand-list .link a {
    margin-left: 20px;
    letter-spacing: 1px;
    font-size: 15px;
    color: #6C6D70;
    font-weight: 500;
    line-height: 35px;
    text-align: left;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .menu-item-container .menu-item .sub-category-container .expand-list .link a {
    margin-left: 55px;
    letter-spacing: 1px;
    font-size: 15px;
    color: #6C6D70;
    font-weight: 400;
    line-height: 35px;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .expand-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .expand-btn .expand-icon {
    height: 12px;
    margin-left: 10px;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
    display: inline-block;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .expand-btn.expanded .expand-icon {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu hr {
    color: #465D6F;
    height: 2px;
    margin: 30px 0 10px;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .link-container {
    margin-top: 20px;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .link-container div {
    width: 50%;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .link-container div a img {
    padding: 0 5px;
    margin-right: 10px;
    height: 30px;
  }
  .bookstore .toolbar-eshop-menu-wrapper .hamburger-menu .link-container div a span {
    font-size: 14px;
    letter-spacing: 2px;
    color: #465D6F;
  }
  .bookstore .toolbar-eshop-menu-wrapper .logo-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translate(-10px, -1px);
            transform: translate(-10px, -1px);
  }
  .bookstore .toolbar-eshop-menu-wrapper .logo-container a img {
    height: 38px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bookstore .toolbar-eshop-menu-wrapper .button-container {
    width: 60px;
  }
  .bookstore .toolbar-eshop-menu-wrapper .button-container button,
.bookstore .toolbar-eshop-menu-wrapper .button-container a {
    width: 24px;
    height: 24px;
    padding: 0;
  }
  .bookstore .toolbar-eshop-menu-wrapper .button-container button img,
.bookstore .toolbar-eshop-menu-wrapper .button-container a img {
    width: 100%;
    height: 100%;
  }
  .bookstore .content {
    margin-top: 20px;
    width: 100%;
  }
  .bookstore .content p {
    margin-bottom: 0.5em;
  }
  .bookstore .content-full-margin {
    margin-top: 40px;
    width: 100%;
  }
  .bookstore .eshop-section {
    letter-spacing: 1px;
    line-height: 1.75em;
    margin-bottom: 25px;
    font-size: 16px;
    padding-right: 1em;
    text-align: justify;
  }
  .bookstore .eshop-section .eshop-title {
    color: #718E91;
    font-size: 18px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 1.5px !important;
  }
  .bookstore .eshop-section ul,
.bookstore .eshop-section ol {
    margin-left: 17px;
  }
  .bookstore .eshop-section ul li,
.bookstore .eshop-section ol li {
    color: #000000 !important;
  }
  .bookstore .eshop-homepage .dot-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin-bottom: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .bookstore .eshop-homepage .dot-container .dot {
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    display: inline-block;
  }
  .bookstore .eshop-homepage .dot-container .dot.current {
    background-color: #777;
  }
  .bookstore .eshop-homepage .cover-img-container {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }
  .bookstore .eshop-homepage .cover-img-container:not(.current) {
    z-index: 0;
    opacity: 0;
  }
  .bookstore .eshop-homepage .cover-img-container a img {
    height: 100%;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
  .bookstore .eshop-homepage .cover-img-container div {
    border-radius: 0;
    width: 100%;
    height: calc(100% - 50px);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: contain;
  }
  .bookstore .eshop-qna {
    background-color: #ffffff;
    color: black;
  }
  .bookstore .eshop-qna .sub-section {
    line-height: 1.75em;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .bookstore .eshop-qna .sub-section .sub-question .question {
    font-weight: 500;
  }
  .bookstore .eshop-qna .sub-section > div {
    margin-left: -17px;
  }
  .bookstore .eshop-qna .timeline-wrapper {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 23px;
  }
  .bookstore .eshop-qna .timeline-wrapper .timeline-container {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px 0px 5px 70px;
  }
  .bookstore .eshop-qna .timeline-wrapper .timeline-container img {
    height: 290px;
  }
  .bookstore .eshop-qna .timeline-wrapper .timeline-description {
    height: 350px;
    margin: 10px 0px 5px 0px;
  }
  .bookstore .eshop-qna .timeline-wrapper .timeline-description div {
    width: 140px;
    height: 73px;
    line-height: 1.6em;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bookstore .eshop-qna .timeline-wrapper .timeline-description div:first-child {
    -webkit-transform: translateY(-5.5px);
            transform: translateY(-5.5px);
  }
  .bookstore .eshop-qna a {
    color: black;
    text-decoration: underline;
  }
  .bookstore .eshop-qna .map-container {
    margin: 15px 0;
  }
  .bookstore .eshop-search-result .page-title,
.bookstore .eshop-picture-book .page-title,
.bookstore .eshop-childrens-book .page-title,
.bookstore .eshop-textbook .page-title {
    font-weight: 500;
    font-size: 1.8em;
    letter-spacing: 5px;
    color: black;
    font-family: "Noto Serif TC", sans-serif !important;
  }
  .bookstore .eshop-search-result .product-wrapper,
.bookstore .eshop-picture-book .product-wrapper,
.bookstore .eshop-childrens-book .product-wrapper,
.bookstore .eshop-textbook .product-wrapper {
    margin-top: 3px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(147px, auto));
    gap: 30px 20px;
    letter-spacing: 0.5px;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .product-img-container a,
.bookstore .eshop-picture-book .product-wrapper .product-container .product-img-container a,
.bookstore .eshop-childrens-book .product-wrapper .product-container .product-img-container a,
.bookstore .eshop-textbook .product-wrapper .product-container .product-img-container a {
    height: 176px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .product-img-container a img,
.bookstore .eshop-picture-book .product-wrapper .product-container .product-img-container a img,
.bookstore .eshop-childrens-book .product-wrapper .product-container .product-img-container a img,
.bookstore .eshop-textbook .product-wrapper .product-container .product-img-container a img {
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .product-info-container,
.bookstore .eshop-picture-book .product-wrapper .product-container .product-info-container,
.bookstore .eshop-childrens-book .product-wrapper .product-container .product-info-container,
.bookstore .eshop-textbook .product-wrapper .product-container .product-info-container {
    padding: 0 0.8em;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .title,
.bookstore .eshop-picture-book .product-wrapper .product-container .title,
.bookstore .eshop-childrens-book .product-wrapper .product-container .title,
.bookstore .eshop-textbook .product-wrapper .product-container .title {
    font-size: 1.2em;
    color: #718E91;
    letter-spacing: 1px !important;
    font-weight: 500;
    margin-top: 5px;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .suitable-age-container,
.bookstore .eshop-picture-book .product-wrapper .product-container .suitable-age-container,
.bookstore .eshop-childrens-book .product-wrapper .product-container .suitable-age-container,
.bookstore .eshop-textbook .product-wrapper .product-container .suitable-age-container {
    color: #718E91;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .price-container,
.bookstore .eshop-picture-book .product-wrapper .product-container .price-container,
.bookstore .eshop-childrens-book .product-wrapper .product-container .price-container,
.bookstore .eshop-textbook .product-wrapper .product-container .price-container {
    width: 100%;
    color: #883C29;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .price-container .on-sale,
.bookstore .eshop-picture-book .product-wrapper .product-container .price-container .on-sale,
.bookstore .eshop-childrens-book .product-wrapper .product-container .price-container .on-sale,
.bookstore .eshop-textbook .product-wrapper .product-container .price-container .on-sale {
    text-decoration: line-through;
    -webkit-text-decoration-color: #8B8C8F;
            text-decoration-color: #8B8C8F;
    text-decoration-thickness: 2px;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .price-container .regular-price-container,
.bookstore .eshop-picture-book .product-wrapper .product-container .price-container .regular-price-container,
.bookstore .eshop-childrens-book .product-wrapper .product-container .price-container .regular-price-container,
.bookstore .eshop-textbook .product-wrapper .product-container .price-container .regular-price-container {
    margin-right: 5px;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .price-container .on-sale-price-container .on-sale-price,
.bookstore .eshop-picture-book .product-wrapper .product-container .price-container .on-sale-price-container .on-sale-price,
.bookstore .eshop-childrens-book .product-wrapper .product-container .price-container .on-sale-price-container .on-sale-price,
.bookstore .eshop-textbook .product-wrapper .product-container .price-container .on-sale-price-container .on-sale-price {
    font-weight: 700;
    font-size: 1.3em;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .shopping-cart-container,
.bookstore .eshop-picture-book .product-wrapper .product-container .shopping-cart-container,
.bookstore .eshop-childrens-book .product-wrapper .product-container .shopping-cart-container,
.bookstore .eshop-textbook .product-wrapper .product-container .shopping-cart-container {
    min-width: 25px;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .shopping-cart-container.out-of-stock:hover,
.bookstore .eshop-picture-book .product-wrapper .product-container .shopping-cart-container.out-of-stock:hover,
.bookstore .eshop-childrens-book .product-wrapper .product-container .shopping-cart-container.out-of-stock:hover,
.bookstore .eshop-textbook .product-wrapper .product-container .shopping-cart-container.out-of-stock:hover {
    cursor: not-allowed;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .shopping-cart-container img,
.bookstore .eshop-picture-book .product-wrapper .product-container .shopping-cart-container img,
.bookstore .eshop-childrens-book .product-wrapper .product-container .shopping-cart-container img,
.bookstore .eshop-textbook .product-wrapper .product-container .shopping-cart-container img {
    width: 25px;
    margin-right: 6px;
  }
  .bookstore .eshop-search-result .product-wrapper .product-container .shopping-cart-container span,
.bookstore .eshop-picture-book .product-wrapper .product-container .shopping-cart-container span,
.bookstore .eshop-childrens-book .product-wrapper .product-container .shopping-cart-container span,
.bookstore .eshop-textbook .product-wrapper .product-container .shopping-cart-container span {
    width: 100%;
    font-size: 10px;
    font-weight: 300;
    color: #636366;
  }
  .bookstore .eshop-search-result .mobile-pagination-container,
.bookstore .eshop-search-result .pagination-container,
.bookstore .eshop-picture-book .mobile-pagination-container,
.bookstore .eshop-picture-book .pagination-container,
.bookstore .eshop-childrens-book .mobile-pagination-container,
.bookstore .eshop-childrens-book .pagination-container,
.bookstore .eshop-textbook .mobile-pagination-container,
.bookstore .eshop-textbook .pagination-container {
    margin-top: 30px;
    font-size: 1.2em;
    line-height: 20px;
    text-align: center;
  }
  .bookstore .eshop-search-result .mobile-pagination-container span:not(.next):not(.prev),
.bookstore .eshop-search-result .mobile-pagination-container a:not(.next):not(.prev),
.bookstore .eshop-search-result .pagination-container span:not(.next):not(.prev),
.bookstore .eshop-search-result .pagination-container a:not(.next):not(.prev),
.bookstore .eshop-picture-book .mobile-pagination-container span:not(.next):not(.prev),
.bookstore .eshop-picture-book .mobile-pagination-container a:not(.next):not(.prev),
.bookstore .eshop-picture-book .pagination-container span:not(.next):not(.prev),
.bookstore .eshop-picture-book .pagination-container a:not(.next):not(.prev),
.bookstore .eshop-childrens-book .mobile-pagination-container span:not(.next):not(.prev),
.bookstore .eshop-childrens-book .mobile-pagination-container a:not(.next):not(.prev),
.bookstore .eshop-childrens-book .pagination-container span:not(.next):not(.prev),
.bookstore .eshop-childrens-book .pagination-container a:not(.next):not(.prev),
.bookstore .eshop-textbook .mobile-pagination-container span:not(.next):not(.prev),
.bookstore .eshop-textbook .mobile-pagination-container a:not(.next):not(.prev),
.bookstore .eshop-textbook .pagination-container span:not(.next):not(.prev),
.bookstore .eshop-textbook .pagination-container a:not(.next):not(.prev) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 30px;
    margin: 0 2.5px;
    border: 1px solid #8B8C8F;
    height: 30px;
  }
  .bookstore .eshop-search-result .mobile-pagination-container span:not(.next):not(.prev),
.bookstore .eshop-search-result .pagination-container span:not(.next):not(.prev),
.bookstore .eshop-picture-book .mobile-pagination-container span:not(.next):not(.prev),
.bookstore .eshop-picture-book .pagination-container span:not(.next):not(.prev),
.bookstore .eshop-childrens-book .mobile-pagination-container span:not(.next):not(.prev),
.bookstore .eshop-childrens-book .pagination-container span:not(.next):not(.prev),
.bookstore .eshop-textbook .mobile-pagination-container span:not(.next):not(.prev),
.bookstore .eshop-textbook .pagination-container span:not(.next):not(.prev) {
    background-color: #8B8C8F;
    color: #ffffff !important;
  }
  .bookstore .eshop-search-result .mobile-pagination-container span:not(.next):not(.prev).dots,
.bookstore .eshop-search-result .pagination-container span:not(.next):not(.prev).dots,
.bookstore .eshop-picture-book .mobile-pagination-container span:not(.next):not(.prev).dots,
.bookstore .eshop-picture-book .pagination-container span:not(.next):not(.prev).dots,
.bookstore .eshop-childrens-book .mobile-pagination-container span:not(.next):not(.prev).dots,
.bookstore .eshop-childrens-book .pagination-container span:not(.next):not(.prev).dots,
.bookstore .eshop-textbook .mobile-pagination-container span:not(.next):not(.prev).dots,
.bookstore .eshop-textbook .pagination-container span:not(.next):not(.prev).dots {
    display: none;
  }
  .bookstore .eshop-search-result .mobile-pagination-container a,
.bookstore .eshop-search-result .pagination-container a,
.bookstore .eshop-picture-book .mobile-pagination-container a,
.bookstore .eshop-picture-book .pagination-container a,
.bookstore .eshop-childrens-book .mobile-pagination-container a,
.bookstore .eshop-childrens-book .pagination-container a,
.bookstore .eshop-textbook .mobile-pagination-container a,
.bookstore .eshop-textbook .pagination-container a {
    color: #8B8C8F !important;
  }
  .bookstore .eshop-search-result .mobile-pagination-container span.prev img, .bookstore .eshop-search-result .mobile-pagination-container span.next img,
.bookstore .eshop-search-result .mobile-pagination-container a.prev img,
.bookstore .eshop-search-result .mobile-pagination-container a.next img,
.bookstore .eshop-search-result .pagination-container span.prev img,
.bookstore .eshop-search-result .pagination-container span.next img,
.bookstore .eshop-search-result .pagination-container a.prev img,
.bookstore .eshop-search-result .pagination-container a.next img,
.bookstore .eshop-picture-book .mobile-pagination-container span.prev img,
.bookstore .eshop-picture-book .mobile-pagination-container span.next img,
.bookstore .eshop-picture-book .mobile-pagination-container a.prev img,
.bookstore .eshop-picture-book .mobile-pagination-container a.next img,
.bookstore .eshop-picture-book .pagination-container span.prev img,
.bookstore .eshop-picture-book .pagination-container span.next img,
.bookstore .eshop-picture-book .pagination-container a.prev img,
.bookstore .eshop-picture-book .pagination-container a.next img,
.bookstore .eshop-childrens-book .mobile-pagination-container span.prev img,
.bookstore .eshop-childrens-book .mobile-pagination-container span.next img,
.bookstore .eshop-childrens-book .mobile-pagination-container a.prev img,
.bookstore .eshop-childrens-book .mobile-pagination-container a.next img,
.bookstore .eshop-childrens-book .pagination-container span.prev img,
.bookstore .eshop-childrens-book .pagination-container span.next img,
.bookstore .eshop-childrens-book .pagination-container a.prev img,
.bookstore .eshop-childrens-book .pagination-container a.next img,
.bookstore .eshop-textbook .mobile-pagination-container span.prev img,
.bookstore .eshop-textbook .mobile-pagination-container span.next img,
.bookstore .eshop-textbook .mobile-pagination-container a.prev img,
.bookstore .eshop-textbook .mobile-pagination-container a.next img,
.bookstore .eshop-textbook .pagination-container span.prev img,
.bookstore .eshop-textbook .pagination-container span.next img,
.bookstore .eshop-textbook .pagination-container a.prev img,
.bookstore .eshop-textbook .pagination-container a.next img {
    height: 30px;
    padding: 5px;
  }
  .bookstore .eshop-product .caption-container {
    top: -90px !important;
  }
  .bookstore .eshop-product .sound-book-info {
    margin-top: 25px;
  }
  .bookstore .eshop-product .sound-book-info .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bookstore .eshop-product .sound-book-info .link a.leaflet {
    margin-right: 20px;
    width: 110px;
    letter-spacing: 3px;
    height: 40px;
    color: #6C6D71;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-weight: 500;
    background-color: #e4e4e5;
  }
  .bookstore .eshop-product .sound-book-info .link a.theater {
    letter-spacing: 3px;
    width: 110px;
    height: 40px;
    color: #418FB2;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    background-color: #e4e4e5;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .title {
    font-size: 22px;
    color: #718E91;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 0.6em;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container #player {
    display: none;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player {
    width: 100%;
    background-color: #e4e4e5;
    padding: 5px 5px;
    letter-spacing: 2px;
    margin: 1px 0 7px 0;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player .version {
    white-space: nowrap;
    font-size: 1em;
    font-weight: 500;
    color: #F48473;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player .duration {
    font-size: 0.9em;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player .play-btn {
    margin-left: 4px;
    width: 15px;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player .play-btn img {
    border-radius: 0 !important;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player .seek-slider {
    margin: 0 5px;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player input[type=range] {
    -webkit-appearance: none;
    border-radius: 2px;
    width: calc(100% - 113px);
    height: 5px;
    background-image: -webkit-linear-gradient(left, #636366 0%, #636366 0%, #ffffff 0%, #ffffff 100%);
    -webkit-box-shadow: inset #ffffff 0 0 5px;
            box-shadow: inset #ffffff 0 0 5px;
    outline: none;
    -webkit-transition: 0.1s;
    transition: 0.1s;
  }
  .bookstore .eshop-product .sound-book-info .soundtrack-container .player input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url(../images/web_main_pict/p6/2x/cursor.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0;
  }
  .bookstore .eshop-product .sound-book-info #playlist {
    font-size: 0px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .bookstore .eshop-product .sound-book-info #playlist a {
    background-color: #a1a2a5;
    margin: 3px auto;
    width: 25px;
    height: 25px;
    color: white;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
  }
  .bookstore .eshop-product .product-info {
    width: 100%;
    letter-spacing: 1px;
    font-size: 16px;
  }
  .bookstore .eshop-product .product-info a {
    color: #6d6d6d;
    text-decoration: underline;
  }
  .bookstore .eshop-product .product-info .product-title {
    font-family: "Noto Serif TC", sans-serif !important;
    font-size: 24px;
    letter-spacing: 2px !important;
    color: #718E91;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .bookstore .eshop-product .product-info .price-container {
    width: 100%;
    color: #883C29;
  }
  .bookstore .eshop-product .product-info .price-container .on-sale {
    text-decoration: line-through;
    -webkit-text-decoration-color: #8B8C8F;
            text-decoration-color: #8B8C8F;
    text-decoration-thickness: 2px;
  }
  .bookstore .eshop-product .product-info .price-container .regular-price-container {
    margin-right: 13px;
    font-size: 18px;
  }
  .bookstore .eshop-product .product-info .price-container .on-sale-price-container .on-sale-price {
    font-weight: 700;
    font-size: 1.3em;
  }
  .bookstore .eshop-product .product-info .shopping-cart-container {
    min-width: 60px;
  }
  .bookstore .eshop-product .product-info .shopping-cart-container.out-of-stock:hover {
    cursor: not-allowed;
  }
  .bookstore .eshop-product .product-info .shopping-cart-container img {
    width: 30px;
    margin: auto;
  }
  .bookstore .eshop-product .product-info .shopping-cart-container span {
    width: 100%;
    font-size: 12px;
    font-weight: 300;
    color: #636366;
  }
  .bookstore .eshop-product .flex-viewport {
    height: 100% !important;
    min-width: 100%;
    margin-bottom: 20px;
  }
  .bookstore .eshop-product .woocommerce-product-gallery {
    min-width: 100%;
    margin: 0 !important;
  }
  .bookstore .eshop-product .woocommerce-product-gallery__image {
    margin-bottom: 0 !important;
    vertical-align: bottom !important;
  }
  .bookstore .eshop-product .woocommerce-product-gallery__image img {
    height: 300px !important;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bookstore .eshop-product .gallery-wrapper {
    display: grid;
    grid-template-columns: 5% 90% 5%;
    margin-bottom: 20px;
  }
  .bookstore .eshop-product .gallery-wrapper .gallery-container {
    overflow: hidden;
  }
  .bookstore .eshop-product .gallery-wrapper .flex-control-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .bookstore .eshop-product .gallery-wrapper .flex-control-nav li {
    width: 20% !important;
    margin: 0 2.5px !important;
    border: 1px solid #ababab;
    display: inline-block;
  }
  .bookstore .eshop-product .gallery-wrapper .next-button {
    background-image: url(../images/web_eshop_pict/p6/1x/next.png);
    background-size: 50%;
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }
  .bookstore .eshop-product .gallery-wrapper .previous-button {
    background-image: url(../images/web_eshop_pict/p6/1x/previous.png);
    background-size: 50%;
    background-position: 0 50%;
    background-repeat: no-repeat;
  }
  .bookstore .eshop-product .gallery-container,
.bookstore .eshop-product .flex-control-nav {
    position: relative !important;
    margin: 0;
  }
  .bookstore .eshop-product .woocommerce-product-gallery__trigger {
    background-color: transparent !important;
    bottom: 0;
  }
  .bookstore .eshop-product .woocommerce-product-gallery__trigger::before {
    content: url(../images/web_eshop_pict/p6/1x/magnifier-icon.png) !important;
  }
  .bookstore .eshop-product .field-section {
    margin: 15px;
  }
  .bookstore .eshop-product .field-section .field-title {
    font-size: 18px;
    color: #718E91;
    letter-spacing: 2px;
    font-weight: 600;
  }
  .bookstore .eshop-product .field-section .field-content {
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  .bookstore .eshop-product .field-section .field-content.book-review-wrapper .reviewer {
    font-weight: 500 !important;
    color: #19729B !important;
  }
  .bookstore .eshop-product .field-section .field-content.book-review-wrapper .reviewer-description {
    color: #19729B !important;
  }
  .bookstore .eshop-product .field-section .field-content .related-product-container {
    margin: 10px 0;
  }
  .bookstore .eshop-product .magnifier-container {
    bottom: 0 !important;
    right: 0 !important;
    z-index: 999;
    -webkit-transform: scale(0.35);
            transform: scale(0.35);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .bookstore .eshop-product .magnifier-container a {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
  }
  .bookstore .eshop-product .magnifier-container img.emoji {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
  }
  .bookstore .eshop-product .book-description {
    margin-top: 20px;
    padding-right: 1em;
  }
  .bookstore .eshop-product .related-product-container {
    color: #718E91;
  }
  .bookstore .eshop-product .related-product-container img {
    height: 175px !important;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .bookstore .eshop-product .related-product-container .related-product-info {
    margin-top: 5px;
  }
  .bookstore .eshop-product .related-product-container .related-product-info .name {
    font-size: 13px !important;
    font-weight: 500;
  }
  .bookstore .eshop-product .related-product-container .related-product-info .description {
    font-size: 11px !important;
  }
  .bookstore .eshop-cart {
    letter-spacing: 1px;
  }
  .bookstore .eshop-cart .title {
    font-size: 1.3em;
    font-weight: 600;
  }
  .bookstore .eshop-cart .timeline-wrapper {
    margin: 10px 0;
  }
  .bookstore .eshop-cart .timeline-wrapper .timeline-container img {
    height: 200px;
  }
  .bookstore .eshop-cart .timeline-wrapper .timeline-description {
    margin: 0px 0px 5px 0px;
  }
  .bookstore .eshop-cart .timeline-wrapper .timeline-description div {
    height: 73px;
    line-height: 1.6em;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1em;
  }
  .bookstore .eshop-cart .timeline-wrapper .timeline-description div:first-child {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px);
  }
  .bookstore .eshop-cart .timeline-wrapper .timeline-description div.passed {
    color: #883C29;
  }
  .bookstore .eshop-cart .quantity {
    border: 1px solid #545454;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bookstore .eshop-cart .quantity .input-text.qty {
    background: white;
    text-align: center;
    width: 4ch !important;
    padding: 1px 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .bookstore .eshop-cart .quantity .qty-plus-btn,
.bookstore .eshop-cart .quantity .qty-minus-btn {
    padding: 1px 0;
    width: 24px;
    font-size: 14px;
    background-color: white;
  }
  .bookstore .eshop-cart .product-subtotal-remove > div {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .bookstore .eshop-cart .previous-btn {
    text-align: center;
    width: 175px;
    background-color: #636366;
    color: white;
    padding: 5px 0;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .bookstore .eshop-cart .next-btn {
    text-align: center;
    width: 150px;
    background-color: #718E91;
    padding: 5px 0;
    color: white;
    font-size: 1.15em;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .bookstore .eshop-cart .woocommerce-cart-form table {
    margin-top: 20px;
    margin-bottom: 0 !important;
    border-collapse: collapse;
  }
  .bookstore .eshop-cart .woocommerce-cart-form table tbody tr {
    border-top: 1px solid black;
  }
  .bookstore .eshop-cart .woocommerce-cart-form table tbody tr td {
    padding: 10px 0 !important;
    background-color: white !important;
  }
  .bookstore .eshop-cart .woocommerce-cart-form table tbody tr td.product-thumbnail a {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .bookstore .eshop-cart .woocommerce-cart-form table tbody tr td.product-thumbnail a img {
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bookstore .eshop-cart .woocommerce-cart-form table tbody tr td.product-name-price-td .product-name-price {
    padding-left: 10px;
    height: 100%;
    text-align: left;
  }
  .bookstore .eshop-cart .woocommerce-cart-form table tbody tr td.product-name-price-td .product-name-price .product-name a,
.bookstore .eshop-cart .woocommerce-cart-form table tbody tr td.product-name-price-td .product-name-price .product-price {
    color: #717276 !important;
    font-size: 18px;
  }
  .bookstore .eshop-cart .woocommerce-cart-form table tbody tr td.product-subtotal, .bookstore .eshop-cart .woocommerce-cart-form table tbody tr td.product-subtotal-remove {
    font-size: 1.2em;
    color: #883C29;
  }
  .bookstore .eshop-cart .woocommerce-cart-form table tbody tr td.product-remove button {
    padding: 5px;
  }
  .bookstore .eshop-cart .woocommerce-cart-form table tbody tr td.cart-subtotal {
    font-size: 1.15em;
    font-weight: 500;
  }
  .bookstore .eshop-cart .woocommerce-cart-form table tbody tr td.cart-subtotal .subtotal-text {
    color: #717276 !important;
  }
  .bookstore .eshop-cart .woocommerce-cart-form table tbody tr td.cart-subtotal .amount {
    color: #883C29 !important;
  }
  .bookstore .eshop-cart .cart_total-container {
    line-height: 34px;
    font-size: 1.15em;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }
  .bookstore .eshop-cart .cart_total-container .deliver-text-container {
    margin-top: 20px;
  }
  .bookstore .eshop-cart .cart_total-container .deliver-text-container span {
    color: #883C29;
  }
  .bookstore .eshop-cart .cart_total-container .deliver-text-container select {
    padding: 2.5px 10px;
  }
  .bookstore .eshop-cart .cart_total-container input {
    border: 1px solid grey !important;
    background: white !important;
    padding: 2.5px 10px !important;
    font-size: 1em !important;
    width: 200px;
    border-radius: 0;
  }
  .bookstore .eshop-cart .cart_total-container .total-price-container {
    margin-top: 40px;
    font-size: 1.3em;
  }
  .bookstore .eshop-cart .cart_total-container .total-price-container .total-amount {
    color: #883C29;
  }
  .bookstore .eshop-checkout {
    letter-spacing: 1px;
  }
  .bookstore .eshop-checkout .timeline-wrapper {
    margin: 10px 0 25px 0;
  }
  .bookstore .eshop-checkout .timeline-wrapper .timeline-container img {
    height: 200px;
  }
  .bookstore .eshop-checkout .timeline-wrapper .timeline-description {
    margin: 0px 0px 5px 0px;
  }
  .bookstore .eshop-checkout .timeline-wrapper .timeline-description div {
    height: 73px;
    line-height: 1.6em;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1em;
  }
  .bookstore .eshop-checkout .timeline-wrapper .timeline-description div:first-child {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px);
  }
  .bookstore .eshop-checkout .timeline-wrapper .timeline-description div.passed {
    color: #883C29;
  }
  .bookstore .eshop-checkout #checkout-step-1 .err-msg {
    font-size: 0.8em;
    color: #883C29;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form {
    line-height: 2em;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form .name-container,
.bookstore .eshop-checkout #checkout-step-1 .input-form .mobile-container,
.bookstore .eshop-checkout #checkout-step-1 .input-form .email-container,
.bookstore .eshop-checkout #checkout-step-1 .input-form .address-container,
.bookstore .eshop-checkout #checkout-step-1 .input-form .locker-address-container {
    margin: 15px 0;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form .address-line-space,
.bookstore .eshop-checkout #checkout-step-1 .input-form .locker-address-space {
    margin-bottom: 15px;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form label {
    color: grey;
    font-size: 1.2em;
    font-weight: 500 !important;
    margin-bottom: 0em;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form .locker-address-list-link {
    text-decoration: underline;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form .locker-address-list-link,
.bookstore .eshop-checkout #checkout-step-1 .input-form .mobile-number-hint {
    color: grey;
    font-size: 14px;
    font-weight: 400;
    margin: 0px 2.5px;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form .district {
    font-size: 1.2em;
    padding: 2px 5px;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form input {
    border: 1px solid grey !important;
    background: white !important;
    padding: 2.5px 10px !important;
    font-size: 1em !important;
    border-radius: 0;
    display: inline;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form input.name {
    width: 100%;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form input.mobile-number {
    width: 100%;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form input.email {
    width: 100%;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form input.address {
    width: 100%;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form input.locker-number {
    width: 100%;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form input.locker-address {
    width: 100%;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form input:disabled {
    background-color: #eee !important;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form .notification-hint {
    font-size: 14px;
    color: #6C6D70;
    text-align: center;
    width: 100%;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form .btn-container {
    margin-top: 25px;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form .btn-container .previous-btn {
    text-align: center;
    width: 100%;
    background-color: #636366;
    color: white;
    padding: 5px 0;
    font-size: 1.3em;
    font-weight: 500;
    letter-spacing: 2px;
  }
  .bookstore .eshop-checkout #checkout-step-1 .input-form .btn-container .submit-btn {
    margin-top: 5px;
    background-color: #718E91;
    width: 100%;
    padding: 8px 0;
    color: white;
    font-size: 16px;
    letter-spacing: 2px;
  }
  .bookstore .eshop-checkout #checkout-step-2 .message {
    font-size: 1.2em;
  }
  .bookstore .eshop-privacy .privacy-list {
    margin-top: 20px;
    letter-spacing: 1px;
  }
  .bookstore .eshop-privacy .privacy-list .title {
    margin: 5px 0;
    font-size: 1.25em;
    color: #718E91;
    letter-spacing: 2px !important;
    font-weight: 600;
    line-height: 50px;
  }
  .bookstore .eshop-privacy .privacy-list ul {
    margin-left: 17px;
    color: #000000;
  }
  .bookstore .eshop-privacy .privacy-list ul li {
    line-height: 2em;
  }
  .bookstore .eshop-privacy .privacy-list ul li span {
    font-size: 16px !important;
  }
  .bookstore .banner-container img {
    width: 100%;
  }
  .bookstore .eshop-footer-wrapper {
    background-color: #718E91 !important;
    margin-top: 20px;
    letter-spacing: 1px;
  }
  .bookstore .eshop-footer-wrapper .container {
    padding-top: 25px;
  }
  .bookstore .eshop-footer-wrapper .container .promote-container {
    letter-spacing: 2px !important;
    padding: 16px 10px;
    color: #717276;
    background-color: #ffffff;
    font-weight: 600;
    text-align: center;
  }
  .bookstore .eshop-footer-wrapper .container .promote-container div {
    font-size: clamp(1.05em, 3.5vw, 1.25em);
  }
  .bookstore .eshop-footer-wrapper .container .promote-container div .highlight {
    color: #883C29;
    font-size: 1.2em;
  }
  .bookstore .eshop-footer-wrapper .container .custom-link {
    margin: 15px 0;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .bookstore .eshop-footer-wrapper .container .custom-link a {
    color: #000000;
    text-decoration: underline;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper {
    color: white;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .info-row {
    width: calc(100% + 30px);
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .container .row .col > div {
    width: 380px;
    margin: auto;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper a,
.bookstore .eshop-footer-wrapper .container .info-wrapper a:hover {
    color: #ffffff;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .shop-container {
    margin: 0px 0 5px;
    font-weight: 500;
    font-size: 1.5em;
    letter-spacing: 5px;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .shop-container img {
    margin-bottom: 3px;
    margin-right: 10px;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .shop-container .giraffe-icon {
    height: 35px;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .shop-container .tree-icon {
    height: 40px;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .info-container {
    margin: 10px 0;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .bookstore .eshop-footer-wrapper .container .info-wrapper .info-container .phone-container img {
    height: 22px;
  }
  .bookstore .eshop-footer-wrapper .footer-banner-container {
    position: relative;
  }
  .bookstore .eshop-footer-wrapper .footer-banner-container img {
    margin: auto;
  }
  .bookstore .eshop-footer-wrapper .footer-banner-container .copyright {
    font-size: 12px;
    color: black;
    position: absolute;
    bottom: 15px;
    right: 15px;
    text-align: right;
  }
}/*# sourceMappingURL=style.css.map */