@charset "UTF-8";
/*
Theme Name:   Storefront Child
Theme URI:    https://woocommerce.com/storefront
Description:  Custom theme based on Storefront
Author:       While True Codes Limited
Author URI:   https://whiletrue.codes
Template:     storefront
Version:      2.5.1.1
Tags:         e-commerce
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront-child
*/
img {
  max-width: 100%;
  height: auto;
}

.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  display: flex;
  justify-content: flex-end;
}

.align-items-center {
  display: flex;
  align-items: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.grid {
  display: grid;
  grid-gap: 35px;
}
.grid.d-none {
  display: none;
}

.map-container {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .d-m-block {
    display: block;
  }

  .d-m-flex {
    display: flex;
  }

  .d-m-grid {
    display: grid;
  }

  .d-m-none {
    display: none;
  }

  .map-container {
    padding-bottom: 30%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .d-t-block {
    display: block;
  }

  .d-t-flex {
    display: flex;
  }

  .d-t-grid,
.grid.d-none.d-t-grid {
    display: grid;
  }

  .d-t-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .d-d-block {
    display: block;
  }

  .d-d-flex {
    display: flex;
  }

  .d-d-grid {
    display: grid;
  }

  .d-d-none {
    display: none;
  }

  .flex-d-row {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .d-l-block {
    display: block;
  }

  .d-l-flex {
    display: flex;
  }

  .d-l-grid {
    display: grid;
  }

  .d-l-none {
    display: none;
  }
}
/* Typography */
@font-face {
  font-family: "Superclarendon";
  src: local("Superclarendon"), local("Superclarendon Regular"), local("Superclarendon-Regular"), url("./assets/font/superclarendon.woff2") format("woff2"), url("./assets/font/superclarendon.woff") format("woff"), url("./assets/font/superclarendon.ttf") format("truetype"), url("./assets/font/superclarendon.svg#Superclarendon") format("svg"), url("./assets/font/superclarendon.eot"), url("./assets/font/superclarendon.eot?#iefix") format("embedded-opentype");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "CHei3HK";
  src: local("CHei3HK"), local("CHei3HK Bold"), local("CHei3HK-Bold"), local("CHei3HK Bold Roman"), local("蒙納繁版黑"), url("./assets/font/chei3hk-bold.otf") format("opentype");
  font-weight: bold;
  font-display: swap;
}
html {
  font-size: 16px;
}

body {
  color: #323232;
}

body, input, textarea, select, button, label {
  font-family: Helvetica, "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "PingFang", "Microsoft YaHei", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: Helvetica, "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "PingFang", "Microsoft YaHei", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", sans-serif;
}

a {
  color: #86d1bd;
}

.red {
  color: #e25555;
}

.emphasize,
.wcct_countdown_timer[data-type=single] p span {
  font-size: 1.2rem;
  font-weight: bold;
  color: #323232;
}
.emphasize mark,
.wcct_countdown_timer[data-type=single] p span mark {
  border-bottom: 1px solid;
  color: #938375;
}

.text-center {
  text-align: center;
}

/* anhor */
a:focus {
  outline: none;
}

a[href] img:hover {
  opacity: 0.8;
}

/* Position */
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

/* Spacing */
.mt-1rem {
  margin-top: 1rem;
}

.mb-100 {
  margin-bottom: 100px;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Form */
:focus,
button:focus,
.button.alt:focus {
  outline: none;
}

select {
  padding: 0.5rem;
}

.button {
  display: inline-block;
  background: #fff;
  color: #61ac9b;
  padding: 11px 37px;
  line-height: 1;
  font-weight: normal;
}
.button:hover {
  color: #fff;
  background: #86d1bd;
}
.button.outlined {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.button.round {
  border-radius: 18px;
}

button {
  font-weight: normal;
}

.search .widget_product_search form {
  margin-bottom: 0;
}
.search .widget_product_search form input[type=search] {
  border-radius: 22px;
  box-shadow: none;
  width: 260px;
}
.search .widget_product_search form input[type=search]::placeholder {
  color: #888;
}
.search .widget_product_search form input[type=search]:focus {
  outline: none;
}

.widget_search form::before,
.widget_product_search form::before {
  content: url("https://api.iconify.design/feather:search.svg?color=%23323232&height=16");
  vertical-align: -0.125em;
  font-size: inherit;
}

.search.mobile {
  margin-left: 10px;
}
.search.mobile .widget_product_search form::before {
  content: url("https://api.iconify.design/feather:search.svg?color=%23323232&height=24");
  position: absolute;
  top: 10px;
  left: 0;
  pointer-events: none;
  z-index: 4;
}
.search.mobile .widget_product_search form.expanded {
  position: fixed;
  width: 130px;
  height: 46px;
  top: 12px;
  right: 50px;
}
.search.mobile .widget_product_search form input[type=search] {
  background: #fff;
  padding-left: 24px;
  padding-right: 0;
  width: 0;
  border-radius: 0;
}
.search.mobile .widget_product_search form input[type=search]:focus {
  padding-left: 30px;
  width: 130px;
  border-bottom: 1px solid;
  position: fixed;
  top: 12px;
  right: 50px;
  z-index: 3;
}

.mini-cart {
  position: relative;
  padding-bottom: 10px;
  line-height: 1;
}
.mini-cart .icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cart .icon a {
  color: #323232;
}
.mini-cart .iconify {
  font-size: 28px;
  margin-right: 5px;
}
.mini-cart #number-of-items-in-cart {
  background: #86d1bd;
  color: #fff;
  width: 40px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mini-cart .widget_shopping_cart_content {
  position: absolute;
  top: 40px;
  right: 0;
  width: 400px;
  border-radius: 20px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  display: none;
  background: #fff;
  padding-top: 30px;
  line-height: 1;
}
.mini-cart .widget_shopping_cart_content .product_list_widget li {
  border: 0;
}
.mini-cart .widget_shopping_cart_content .product_list_widget li img {
  max-width: 100%;
}
.mini-cart .items-container {
  max-height: 350px;
  overflow: hidden auto;
}
.mini-cart .item-row {
  background: #eeedee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.mini-cart .item-row + .item-row {
  margin-top: 10px;
}
.mini-cart .item-row .thumbnail {
  width: 80px;
  height: 80px;
  padding: 0;
  border-radius: 12px;
}
.mini-cart .item-row .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.mini-cart .item-row .info {
  width: calc(100% - 128px);
  margin: 0 10px;
}
.mini-cart .item-row .info a {
  color: #323232;
}
.mini-cart .item-row .info .name {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
}
.mini-cart .item-row .delete-button {
  margin: 0;
  color: #888;
  cursor: pointer;
}
.mini-cart .subtotal {
  text-align: center;
  font-weight: bold;
  margin: 30px 20px;
}
.mini-cart .button {
  display: block;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  margin: 0 20px;
  border-radius: 10px;
}
.mini-cart .button.view-cart {
  background: #938375;
}
.mini-cart .button.checkout {
  background: #86d1bd;
}
.mini-cart .button:last-child {
  margin-bottom: 20px;
}
.mini-cart .button + .button {
  margin-top: 10px;
}

@media (min-width: 576px) {
  .mini-cart:hover {
    cursor: context-menu;
  }
  .mini-cart:hover .icon {
    opacity: 0.8;
  }
  .mini-cart:hover .widget_shopping_cart_content {
    display: block;
  }
}
/* Header */
.site-header .container {
  width: 90%;
  max-width: 90%;
  margin: 0 auto;
}
.site-header .desktop {
  display: none;
}
.site-header .top,
.site-header .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-header .bottom .primary-menu {
  height: 100%;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.site-header .bottom .primary-menu > ul {
  flex-wrap: wrap;
}
.site-header .bottom .primary-menu > ul > li {
  white-space: nowrap;
}
.site-header .bottom .primary-menu > ul > li:not(:last-child) {
  margin-right: 40px;
}
.site-header .bottom .primary-menu ul {
  list-style: none;
  display: flex;
}
.site-header .bottom .primary-menu ul ul {
  display: flex;
  flex-direction: column;
}
.site-header .bottom .primary-menu ul a:hover {
  color: #86d1Bd;
}
.site-header .bottom .primary-menu .menu {
  margin: 0;
}
.site-header .bottom .primary-menu .menu .current-menu-item > a {
  color: #61ac9b;
  font-weight: bold;
}
.site-header .bottom .primary-menu .menu-item-has-children {
  position: relative;
}
.site-header .bottom .primary-menu .menu-item-has-children > a {
  position: relative;
  margin-right: 25px;
}
.site-header .bottom .primary-menu .menu-item-has-children > a::after {
  content: url("https://api.iconify.design/dashicons:arrow-down-alt2.svg?height=20");
  position: absolute;
  top: 0;
  right: -25px;
}
.site-header .bottom .primary-menu .menu-item-has-children:hover .sub-menu {
  display: flex;
}
.site-header .bottom .primary-menu .menu-item-has-children .sub-menu {
  background: #eeedee;
  margin: 0;
  position: absolute;
  top: 25px;
  left: -20px;
  line-height: 1;
  display: none;
}
.site-header .bottom .primary-menu .menu-item-has-children .sub-menu li {
  width: 180px;
}
.site-header .bottom .primary-menu .menu-item-has-children .sub-menu li:hover {
  background: #86d1bd;
}
.site-header .bottom .primary-menu .menu-item-has-children .sub-menu li:hover a {
  color: #fff;
}
.site-header .bottom .primary-menu .menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 20px;
  white-space: normal;
}
.site-header button:focus {
  border: 0;
  outline: none;
}

.limited-menu {
  margin-right: 30px;
}

.limited-menu:hover::after {
  background: #db7986;
}

.limited-menu::after {
  content: "限定";
  font-size: 10px;
  background: #e25555;
  color: #fff;
  padding: 2px 5px;
  border-radius: 2.5px;
  position: absolute;
  word-break: keep-all;
  top: 0;
  margin-left: 2px;
}

html[lang=en-GB] .limited-menu::after {
  content: "Limited";
}

html[lang=en-GB] .limited-menu {
  margin-right: 42px;
}

@media (max-width: 992px) {
  .site-header {
    padding: 10px 0;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
  }
  .site-header.nav-up {
    top: -71px;
    box-shadow: none;
  }
  .site-header .container {
    display: flex;
    justify-content: space-between;
  }
  .site-header .logo img {
    height: 50px;
    width: auto;
  }
  .site-header .bottom .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .site-header .bottom .right .iconify {
    font-size: 24px;
    margin-left: 10px;
  }
  .site-header .bottom .right .mini-cart {
    padding: 0;
  }
  .site-header .bottom .right .search,
.site-header .bottom .right .menu {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    height: 100%;
    background: #fff;
    box-shadow: -1px 0 6px rgba(0, 0, 0, 0.4);
    display: none;
    flex-direction: column;
    padding: 30px;
    opacity: 0;
    z-index: 1000;
  }
  .side-menu.show {
    display: flex;
    opacity: 1;
  }
  .side-menu .top {
    display: flex;
    justify-content: flex-end;
  }
  .side-menu .iconify {
    font-size: 25px;
  }
  .side-menu .navigation {
    margin-top: 30px;
  }
  .side-menu .menu {
    list-style: none;
    margin: 0;
    line-height: 1;
  }
  .side-menu .menu li a {
    font-size: 1.25rem;
    color: #323232;
  }
  .side-menu .menu li + li {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .site-header .container {
    flex-direction: column;
  }
  .site-header .top > * {
    width: 33.33%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .site-header .center {
    justify-content: center;
  }
  .site-header .right {
    justify-content: flex-end;
  }
  .site-header .bottom {
    margin-top: 30px;
  }
  .site-header .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-header .logo::after {
    content: url("https://assets.tasty-catering.hk/img/menu-divider.png");
    margin-top: 10px;
  }
  .site-header .desktop {
    display: block;
  }
  .site-header .mobile {
    display: none;
  }

  .side-menu {
    display: none;
  }
}
/* Landing */
#tc-homepage {
  padding: 50px 0;
}
#tc-homepage h1 {
  font-size: 1.875rem;
  color: #938375;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
#tc-homepage .contact-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 40px;
}
#tc-homepage .contact-row .contact-col .textwidget {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
}
#tc-homepage .contact-row .contact-col .textwidget img {
  width: 75px;
}
#tc-homepage .contact-row .contact-col .textwidget p {
  margin: 10px 0 5px 0;
  font-weight: bold;
}
#tc-homepage .contact-row .contact-col .textwidget a {
  display: block;
  text-align: center;
  color: #938375;
}
#tc-homepage .notice-container {
  display: flex;
  margin-top: 40px;
}
#tc-homepage .notice-container img {
  width: 100%;
}
#tc-homepage .page-content {
  text-align: center;
}

#home-cover img {
  border-radius: 0;
}

@media (max-width: 576px) {
  #tc-homepage .contact-row .contact-col p, #tc-homepage .contact-row .contact-col a.text {
    display: none;
  }
  #tc-homepage .contact-row .contact-col + .contact-col {
    margin-left: 15px;
  }
  #tc-homepage .notice-container {
    flex-direction: column;
  }
  #tc-homepage .notice-container .notice-col + .notice-col {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  #tc-homepage h1 {
    font-size: 2.5625rem;
  }
  #tc-homepage .page-content {
    text-align: center;
  }
  #tc-homepage .contact-row {
    margin-top: 84px;
  }
  #tc-homepage .notice-container {
    margin-top: 50px;
    justify-content: space-between;
  }
  #tc-homepage .notice-container .notice-col {
    width: calc(50% - 15px);
  }
}
#tc-homepage-content .has-post-thumbnail {
  background-image: none !important;
}
#tc-homepage-content .has-post-thumbnail .entry-title {
  color: #64aa8f;
}

.section-title {
  text-align: center;
}

.storefront-sorting {
  display: flex;
  align-items: center;
}

form.woocommerce-ordering {
  margin-right: 10px;
}

select.orderby {
  margin: 0;
}

#homepage-banner {
  width: 100%;
  border-radius: 0;
}

#tc-homepage-content {
  margin-top: 3rem;
  text-align: center;
}

#side-scrollspy {
  background: #fff;
}
#side-scrollspy ul {
  list-style: none;
  margin: 0;
}
#side-scrollspy ul li.active a {
  color: #db7986;
}
#side-scrollspy a {
  color: #323232;
}

#tc-homepage ul.products {
  display: flex;
  flex-wrap: wrap;
}

#poon-choi-2019 {
  letter-spacing: 2px;
}

#poon-choi-2019 mark {
  background: #e8af4e;
  color: #fff;
  padding: 2.5px 5px;
  font-weight: normal;
}

#poon-choi-2019 strong {
  color: #f05508;
}

@media screen and (max-width: 768px) {
  #content {
    padding-top: 71px;
  }

  .small-banners img {
    width: 100%;
    max-width: 500px;
    margin: 1rem auto;
  }

  #scrollspy-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  #side-scrollspy {
    width: 100%;
    padding: 1rem 1.41575em;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
  #side-scrollspy::after {
    content: "+";
    color: #db7986;
  }
  #side-scrollspy li {
    display: none;
  }
  #side-scrollspy li.active {
    display: flex;
  }
  #side-scrollspy.show::after {
    content: "×";
  }
  #side-scrollspy.show ul ul li {
    padding-left: 1rem;
  }
  #side-scrollspy.show li {
    display: flex;
  }
  #side-scrollspy.show li a {
    line-height: 1.8;
  }

  #tc-homepage ul.products li {
    width: 47.5%;
  }

  #tc-homepage ul.products li:nth-child(odd) {
    margin-right: 4% !important;
  }

  .storefront-sorting {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-homepage .entry-content {
    max-width: 800px;
  }

  .small-banners img {
    width: 48.5%;
    display: inline-block;
    margin: 1rem 0.5%;
  }

  ul.products {
    display: flex;
    flex-wrap: wrap;
  }

  ul.products li.product.first {
    clear: none !important;
  }

  ul.products li.product:nth-child(3n+3) {
    margin-right: 0 !important;
  }

  .site-main ul.products li.product:not(:nth-child(3n+3)) {
    margin-right: 5.8823529412% !important;
  }

  .page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product:not(:nth-child(3n+3)),
.storefront-full-width-content .site-main ul.products.columns-3 li.product:not(:nth-child(3n+3)) {
    margin-right: 4.2% !important;
  }

  #tc-homepage-content + div {
    display: flex;
    justify-content: space-between;
  }

  #scrollspy-container {
    width: 100%;
  }

  #side-scrollspy {
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
    margin-right: 2rem;
    z-index: 1;
    width: 8rem;
  }

  #side-scrollspy ul {
    width: 8rem;
  }

  #side-scrollspy ul li {
    padding: 0.5rem 1rem;
  }

  #side-scrollspy ul ul li {
    padding-left: 2rem;
  }

  #side-scrollspy li.active {
    border-left: 5px solid #db7986;
  }

  #side-scrollspy ul li.active {
    padding-left: calc(1rem - 5px);
  }

  #side-scrollspy ul ul li.active {
    padding-left: calc(2rem - 5px);
  }

  #tc-homepage ul.products li {
    width: 30%;
  }

  #tc-homepage ul.products li:not(:nth-child(3n+3)) {
    margin-right: 4.9% !important;
  }

  .woocommerce-result-count {
    margin-right: 10px;
  }
}
.scrollspy-container,
.dish-menu-container {
  position: relative;
  line-height: 1;
}
.scrollspy-container .scrollspy,
.dish-menu-container .scrollspy {
  background: rgba(255, 255, 255, 0.95);
  list-style: none;
  margin: 0;
  text-align: center;
  z-index: 2;
  top: 76px;
  left: 50%;
  width: 296px;
  margin-left: -148px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
}
.scrollspy-container .scrollspy.hidden,
.dish-menu-container .scrollspy.hidden {
  display: none;
}
.scrollspy-container .scrollspy.sticky,
.dish-menu-container .scrollspy.sticky {
  position: fixed;
}
.scrollspy-container .scrollspy.expanded,
.dish-menu-container .scrollspy.expanded {
  height: 80vh;
  overflow: hidden auto;
}
.scrollspy-container .scrollspy.expanded li:first-child,
.dish-menu-container .scrollspy.expanded li:first-child {
  padding: 8px 0;
}
.scrollspy-container .scrollspy.expanded li:last-child.current a,
.dish-menu-container .scrollspy.expanded li:last-child.current a {
  border-radius: 0 0 20px 20px;
}
.scrollspy-container .scrollspy.expanded li.default .iconify,
.dish-menu-container .scrollspy.expanded li.default .iconify {
  display: block;
}
.scrollspy-container .scrollspy.collapsed li.current a,
.dish-menu-container .scrollspy.collapsed li.current a {
  border-radius: 20px;
}
.scrollspy-container .scrollspy.collapsed li:not(.default),
.dish-menu-container .scrollspy.collapsed li:not(.default) {
  display: none;
}
.scrollspy-container .scrollspy li,
.dish-menu-container .scrollspy li {
  font-size: 1.25rem;
  width: 100%;
}
.scrollspy-container .scrollspy li.current a,
.dish-menu-container .scrollspy li.current a {
  background: #86d1Bd;
}
.scrollspy-container .scrollspy a,
.dish-menu-container .scrollspy a {
  display: block;
  padding: 8px;
  color: #323232;
}
.scrollspy-container .scrollspy .default,
.dish-menu-container .scrollspy .default {
  padding: 8px;
  color: #938375;
  position: relative;
}
.scrollspy-container .scrollspy .default .iconify,
.dish-menu-container .scrollspy .default .iconify {
  display: none;
  position: absolute;
  top: 8px;
  right: 15px;
  color: #888;
}
.scrollspy-container .scrollspy .main,
.dish-menu-container .scrollspy .main {
  font-weight: bold;
}
.scrollspy-container .scrollspy .sub,
.dish-menu-container .scrollspy .sub {
  font-size: 1.1875rem;
}

@media (min-width: 768px) {
  .scrollspy-container,
.dish-menu-container {
    display: none;
  }
}
.product-sliders,
.tc-category-page {
  line-height: 1;
}
.product-sliders .slider-section,
.tc-category-page .slider-section {
  margin-top: 86px;
}
.product-sliders .woocommerce-products-header,
.tc-category-page .woocommerce-products-header {
  padding-bottom: 0;
}
.product-sliders .woocommerce-products-header,
.product-sliders .category-header,
.tc-category-page .woocommerce-products-header,
.tc-category-page .category-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.product-sliders .woocommerce-products-header img,
.product-sliders .category-header img,
.tc-category-page .woocommerce-products-header img,
.tc-category-page .category-header img {
  width: 120px;
}
.product-sliders .woocommerce-products-header h1,
.product-sliders .category-header h2,
.tc-category-page .woocommerce-products-header h1,
.tc-category-page .category-header h2 {
  color: #323232;
  font-family: "Superclarendon", "CHei3HK", "蒙納繁版黑", Helvetica, "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "PingFang", "Microsoft YaHei", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin: 0;
}
.product-sliders .subcategory-header,
.tc-category-page .subcategory-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-sliders .subcategory-header h3,
.tc-category-page .subcategory-header h3 {
  color: #938375;
  font-size: 1.375rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0;
  position: relative;
}
.product-sliders .subcategory-header h3::before, .product-sliders .subcategory-header h3::after,
.tc-category-page .subcategory-header h3::before,
.tc-category-page .subcategory-header h3::after {
  content: "";
  width: 16px;
  height: 16px;
  background: #61ac9b;
  border-radius: 8px;
  position: absolute;
  top: 3px;
}
.product-sliders .subcategory-header h3::before,
.tc-category-page .subcategory-header h3::before {
  left: -30px;
}
.product-sliders .subcategory-header h3::after,
.tc-category-page .subcategory-header h3::after {
  right: -30px;
}
.product-sliders .swiper-container,
.tc-category-page .swiper-container {
  padding: 9px;
}
.product-sliders .swiper-slide,
.tc-category-page .swiper-slide {
  height: auto;
}
.product-sliders .swiper-slide .tc-product-card,
.tc-category-page .swiper-slide .tc-product-card {
  margin: 2px;
}
.product-sliders .view-all,
.tc-category-page .view-all {
  margin-top: 18px;
}

.tc-category-page,
.products {
  padding: 0 5px;
}
.tc-category-page .products.columns-3,
.products .products.columns-3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin-bottom: 30px;
}
.tc-category-page .products.columns-3::before, .tc-category-page .products.columns-3::after,
.products .products.columns-3::before,
.products .products.columns-3::after {
  display: none;
}

.tc-product-card {
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  background: #fff;
  height: 100%;
}
.tc-product-card .tc_add_to_cart {
  border: 0 !important;
  padding: 0 !important;
  margin: 0;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tc-product-card .tc_add_to_cart a {
  text-align: center;
  border-radius: 12px;
  font-weight: normal;
  margin: 0;
}
.tc-product-card .tc_add_to_cart a + a {
  margin-left: 12px;
}
.tc-product-card .tc_add_to_cart .button {
  background: #86d1bd;
  border-radius: 12px;
  padding: 11px 37px;
}
.tc-product-card .wc-forward::after, .tc-product-card .woocommerce-Button--next::after {
  content: "";
  margin: 0;
}
.tc-product-card .added_to_cart.wc-forward {
  background: #61ac9b;
  display: flex;
  line-height: 1;
}
.tc-product-card .added_to_cart.wc-forward:hover {
  background: #86d1bd;
}
.tc-product-card .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  background: transparent;
  color: #86d1bd;
  padding: 0;
}
.tc-product-card .button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added:hover {
  background: transparent;
  color: #61ac9b;
}
.tc-product-card .thumbnail {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}
.tc-product-card .thumbnail a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tc-product-card .thumbnail img {
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tc-product-card .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 16px 8px 9px 8px;
}
.tc-product-card .text h4 {
  color: #323232;
  text-align: center;
  margin: 0;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 2.5rem;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tc-product-card .text h4:hover {
  color: #86d1bd;
}
.tc-product-card .text .price {
  font-size: 1.75rem;
  font-weight: 300;
  margin: 19px 0 0 0;
  text-align: center;
  white-space: nowrap;
}
.tc-product-card .text .price:not(.no-dollar-sign)::before,
.tc-product-card .text .price .regular::before,
.tc-product-card .text .price .sale::before {
  content: "$";
  font-size: 70%;
  margin-right: 2px;
}
.tc-product-card .text .price .regular {
  text-decoration: line-through;
  font-size: 1.375rem;
  color: #888;
}
.tc-product-card .text .price .sale {
  color: #fdc01d;
  font-weight: 600;
  margin-left: 10px;
}
.tc-product-card .text .price small {
  font-size: 60%;
}
.tc-product-card .text .button,
.tc-product-card .text .button:not(.add_to_cart_button) {
  margin-top: 12px;
}
.tc-product-card .text .ajax_add_to_cart {
  margin-top: 0;
}

html[lang=en-GB] .tc-product-card .text h4 {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 3.75rem;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.25;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tc-product-card .text .button,
.single_add_to_cart_button.button.alt,
.storefront-sticky-add-to-cart__content-button.button.alt,
.tc-product-card .button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background: #86d1Bd;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}
.tc-product-card .text .button:hover,
.single_add_to_cart_button.button.alt:hover,
.storefront-sticky-add-to-cart__content-button.button.alt:hover,
.tc-product-card .button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  background: #61ac9b;
}

.button.soldout {
  background: #888 !important;
}

html[lang=en-GB] .price.reservation-required {
  font-size: 100%;
  line-height: 1.75rem;
}

@media (max-width: 992px) {
  .product-sliders .swiper-container {
    background: #938375;
    padding: 30px 9px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .product-sliders .swiper-button-next,
.product-sliders .swiper-button-prev {
    display: none;
  }
}
@media (min-width: 768px) {
  .tc-category-page .products.columns-3,
.products .products.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .product-sliders .swiper-container {
    padding: 9px 35px;
  }
  .product-sliders .swiper-pagination {
    display: none;
  }
  .product-sliders .view-all {
    margin-right: 36px;
  }

  .tc-category-page .products.columns-3,
.products .products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .tc-category-page .products.columns-3 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Product */
.single-product div.product .product_meta a {
  text-decoration: none;
  border-bottom: 1px solid;
}

.single-product div.product .product_meta a:hover {
  color: #86d1Bd;
}

[id^=product-] table.variations label,
[id^=product-] .form-row label:not(.radio) {
  font-weight: bold;
  color: #64aa8f;
}

/* My Account */
.my_account_orders .button, .woocommerce-MyAccount-downloads .button {
  margin-bottom: 0.35em;
}

/* Checkout */
#billing_city_field::after,
#billing_address_1_field::after,
#billing_address_2_field::after {
  font-size: 12px;
  float: left;
  margin-top: 5px;
  margin-bottom: 1rem;
}

html[lang=zh-hant] #billing_city_field::after {
  content: "偏遠地區如東涌/馬灣/機場運費需加$300，其他偏遠地區需另外報價";
}
html[lang=zh-hant] #billing_address_1_field::after {
  content: "正常情況司機將送貨到指定樓層單位，如大廈不設停車場，或地面路邊為禁區等特殊情況，訂單則需於地面交收，敬請留意！";
}
html[lang=zh-hant] #billing_address_2_field::after {
  content: "如送貨地址電梯無法到達將收取額外附加費，費用直接由司機收取。";
}

html[lang=en-GB] #billing_city_field::after {
  content: "$300 delivery fee to Tung Chung/Ma Wan/Chek Lap Kok, Other Remote Areas (eg. Sha Tau Kok) – To Quote";
}
html[lang=en-GB] #billing_address_1_field::after {
  content: "Under normal circumstances, the delivery person shall deliver the order directly to the designated address.  In case where the building does not have a loading bay, or the roadside are no stopping zone.  The order will be delivered on ground level.";
}
html[lang=en-GB] #billing_address_2_field::after {
  content: "Staircase surcharge applicable for delivery addresses not accessible by elevators.  This surcharge is to be settled directly with the delivery person by cash.";
}

small.orddd_field_note {
  font-size: 12px;
}

.single-product div.product table.variations select,
select {
  height: 3em;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  background: #f8f8f8;
}

.select2-container--default .select2-selection--single {
  background-color: #f2f2f2;
  border: 0;
  border-radius: 0;
  height: 3rem;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

table.woocommerce-checkout-review-order-table .product-name {
  width: 70%;
}

textarea#other_payment-admin-note {
  display: none;
}

label[for=other_payment-admin-note] {
  font-size: 1rem;
}

#payment .payment_methods li p {
  margin-bottom: 1rem;
}

.add_to_calendar {
  margin-bottom: 3rem;
}
.add_to_calendar i {
  margin-left: 10px;
}

div#add_to_calendar_menu a {
  display: flex;
  align-items: center;
}

.tc-datepicker {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  body.woocommerce-checkout .entry-content {
    display: flex;
    justify-content: space-between;
  }
  body.woocommerce-checkout .entry-content .woocommerce {
    width: 100%;
  }

  #order_review_heading, #order_review {
    width: 100%;
    float: none;
  }
}
/* Footer */
.block.footer-widget-1 {
  text-align: center;
}

footer .site-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body > .cart-contents {
  display: none;
}

.storefront-handheld-footer-bar ul li.home > a::before {
  content: "";
}

.storefront-handheld-footer-bar ul li > a::before {
  color: #db7986;
}

.storefront-handheld-footer-bar ul li.cart .count {
  background-color: #e25555;
}

@media screen and (max-width: 768px) {
  footer .site-info {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .site-footer {
    padding: 1.618em 0;
  }
}
/* Back to top */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 0;
  right: 1em;
  text-decoration: none;
  border-top-left-radius: 10em;
  border-top-right-radius: 10em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  width: 60px;
  height: auto;
  z-index: 1;
}

.home.blog .site-header, .home.page:not(.page-template-template-homepage) .site-header, .home.post-type-archive-product .site-header {
  margin-bottom: 0;
}

.single-product div.product .related.products p.price {
  margin: 19px 0 0 0;
  font-size: 1.75rem;
  line-height: 1;
}

.woocommerce-cart-form td.actions {
  background: transparent !important;
}

.woocommerce-cart-form__contents .product-price,
.woocommerce-cart-form__contents .product-subtotal {
  text-align: right;
}

#payment .payment_methods > .wc_payment_method > label {
  display: flex;
}
#payment .payment_methods > .wc_payment_method > label img {
  margin-left: 5px;
}
#payment .payment_methods li input[type=radio]:first-child:checked + label:before {
  color: #86d1bd;
}

body.woocommerce-account .button,
body.woocommerce-cart .button,
body.woocommerce-checkout .button {
  border-radius: 12px;
  background: #86d1bd;
  color: #fff;
}
body.woocommerce-account .button:hover,
body.woocommerce-cart .button:hover,
body.woocommerce-checkout .button:hover {
  background: #61ac9b;
}

body.woocommerce-account .col-full {
  width: 90%;
  max-width: 90%;
}
body.woocommerce-account .woocommerce-info .button {
  padding: 5px 20px;
}

tr.woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name {
  display: flex;
}
tr.woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name .product-thumbnail {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
tr.woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name .product-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
tr.woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name .wc-item-meta {
  margin-bottom: 0;
}
tr.woocommerce-table__line-item.order_item .woocommerce-table__product-name.product-name .product-info {
  width: calc(100% - 60px);
}

.woocommerce-shipping-methods li + li {
  margin-top: 1rem;
}
.woocommerce-shipping-methods label {
  font-weight: bold;
}
.woocommerce-shipping-methods .shipping-method-description {
  color: #938375;
  font-size: 80%;
}

.cart-subtotal th {
  white-space: nowrap;
}

.onsale {
  border: 0;
  background: #fdc01d;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  padding: 8px 16px;
}

.price del {
  font-size: 90%;
}
.price ins {
  color: #fdc01d;
  font-weight: bold;
}
.price .woocommerce-Price-currencySymbol {
  font-size: 80%;
  margin-right: 1px;
}

.woocommerce-mini-cart__empty-message {
  text-align: center;
}

.page-title + .term-description {
  margin-top: 40px;
}

.storefront-breadcrumb {
  margin-bottom: 0;
}
.storefront-breadcrumb .woocommerce-breadcrumb a {
  text-decoration: none;
}
.storefront-breadcrumb .woocommerce-breadcrumb a:first-of-type::before {
  content: url("https://api.iconify.design/feather:home.svg?height=14");
  vertical-align: -0.125em;
}
.storefront-breadcrumb .woocommerce-breadcrumb a:hover {
  color: #86d1Bd;
}

.storefront-handheld-footer-bar {
  display: none;
}

@media (max-width: 768px) {
  .error404 .products.columns-4 .tc-product-card {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .error404 .products.columns-4 {
    justify-content: space-between;
  }
  .error404 .products.columns-4 .tc-product-card {
    width: 22%;
  }
}
.swiper-container .swiper-pagination {
  position: relative;
  margin-top: 20px;
  margin-bottom: -20px;
}
.swiper-container .swiper-pagination-bullet {
  background: #fff;
  width: 15px;
  height: 15px;
  opacity: 0.5;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.swiper-container .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D%27%23938375%27%2F%3E%3C%2Fsvg%3E") !important;
  right: 0;
}
.swiper-container .swiper-button-next.swiper-button-disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D%27%23938375%27%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-container .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D%27%23938375%27%2F%3E%3C%2Fsvg%3E") !important;
  left: 0;
}
.swiper-container .swiper-button-prev.swiper-button-disabled {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D%27%23938375%27%2F%3E%3C%2Fsvg%3E") !important;
}

@media screen and (min-width: 768px) {
  .swiper-container .swiper-button-next {
    height: 100%;
    margin-top: 0;
    top: 0;
  }
  .swiper-container .swiper-button-prev {
    height: 100%;
    margin-top: 0;
    top: 0;
  }
}

/*# sourceMappingURL=style.css.map */
