:root {
    --main-color: #837258;
    --main-color-50: rgba(131, 114, 88, 0.5);
    --card: #DFD7CC;
    --text: #494949;
    --reminder-grey: #B2A49A;
    --background-color: #F1EDE7;
    --button-text: black;
    --border-color: #8f8f8f;
}

/* common css */

body {
    font-size: 18px;
    font-family: "Chiron Sung HK", serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

body.product-modal-open {
    overflow: hidden;
}

/*front page related 
subtitle */

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: bold;
}


/*end of front page */


/* category page related*/

.thb-woocommerce-header .thb-shop-title {
    font-weight: 300;
}

.products .product-category .woocommerce-loop-category__title {
    font-size: 18px !important;
}

.products .product .product-category {
    font-size: 18px;
    font-weight: bold;
}

.products .product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.amount {
    font-size: 18px;
    /* font-weight: bold; */
}

.thb-filter-bar .woocommerce-ordering .orderby {
    height: 25px !important;
    line-height: 25px !important;
}
.thb-filter-bar {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1;
}

.thb-filter-bar #thb-shop-filters {
    font-size: 18px;
}

.thb-filter-bar .thb-products-per-page {
    margin-right: 100px;
}

.thb-side-filters {
    overflow: auto;
}


/* sorting dropdown menu */

.thb-filter-bar .woocommerce-ordering .orderby {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
}

.division-line {
    border: 1px solid var(--main-color-50);
}


/* end category page related*/


/* start product page related */


/* product page: related product title */

.products-title,
.single-product .products>h2,
.cross-sells h2 {
    font-size: 24px;
    display: block;
    border-top: 1px solid #eee;
    line-height: 1;
    padding-top: 20px;
    margin-bottom: 30px;
    color: var(--main-color);
}


/* product page: comment title */

#comments .woocommerce-Reviews-title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--main-color);
}


/* product page: breadcrumb*/

.thb-woocommerce-header .woocommerce-breadcrumb {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140.62%;
    color: #4F4F4F;
    margin-bottom: 42px;
}
.thb-woocommerce-header .woocommerce-breadcrumb a {
    color: #4F4F4F;
}


/* out of stock text */

.thb-product-detail .product-information .out-of-stock {
    font-size: 18px;
}


/* product rating stars */

.products .product .star-rating,
.products .product .comment-form-rating p.stars,
.comment-form-rating .products .product p.stars {
    margin-bottom: 7px;
    margin-top: 3px;
    font-size: 18px;
}

.thb-product-detail .product-information .woocommerce-product-rating .star-rating {
    font-size: 20px;
}

.thb-product-detail .product-information .woocommerce-product-rating {
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.row .thb-product-detail .product-information .woocommerce-product-rating .woocommerce-review-link {
    color: #3f3f3f
}

.thb-product-detail .product-information .thb-product-meta-before .yith-wcwl-add-to-wishlist .text {
    color: #8F8F8F;
    font-size: 18px;
}

.thb-share-product .thb-share-text {
    color: #8F8F8F;
    font-size: 18px;
}

.thb-product-detail .product-information .thb-product-meta-before {
    margin-top: 0;
}

.shop-regular-title,
.woocommerce-billing-fields h3,
#order_review_heading,
.woocommerce-Address-title h3,
.woocommerce-MyAccount-content h3 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 48px;
    margin-bottom: 53px;
    color: #4F4F4F;
}


/* product page: add to wishlist */

.thb-product-detail .product-information .thb-product-meta-before .yith-wcwl-add-to-wishlist a:not(:hover) i {
    color: #9a9a9a
}


/* prodoct page: price */

.summary .price {
    padding: 20px 0 10px;
}

.summary .price ins {
    padding-right: 30px;
}


/* product page: change share icon color */

.thb-share-text svg {
    fill: var(--main-color);
}


/* product page: in-stock text color */

span.stock {
    display: inline-block;
}

.stock.in-stock span {
    color: var(--main-color);
    font-weight: bold;
}


/* product page: related to product thumbnail gallery */

.product-thumbnails .slick-list .slick-track {
    transform: translate3d(0, 0, 0) !important;
}


/* end of product page */


/* header related */
body:not(.home) {
    padding-top: 158px;
    background-color: var(--background-color);
}
.header {
    background: linear-gradient(to bottom, #F0ECE9 50%, transparent);
    position: fixed;
    z-index: 50;
    height: 158px;
    font-family: "Anek Latin", sans-serif;
}

.full-menu,
.thb-navbar,
.thb-full-menu{
    width: 100%;
}

.thb-full-menu {
    display: flex;
    justify-content: space-between;
}
.thb-full-menu>.menu-item>a {
    font-size: 18px;
    font-weight: normal;
    text-transform: unset;
}
.thb-full-menu>.menu-item+.menu-item {
    margin-left: 0;
}

.thb-secondary-area {
    margin-left: auto;
    display: flex;
    width: 100%;
    justify-content: space-around;
    max-width: 200px;
}

.thb-secondary-area .thb-secondary-item,
.thb-cart-amount .amount {
    font-size: 18px;
    font-weight: 400 !important;
}

.thb-cart-amount .amount bdi {
    color: var(--theme-header-icon-color);
}

@media only screen and (max-width: 1067px) {
    body:not(.home) {
        padding-top: 68px;
    }
    .header {
        height: 68px;
    }
    .header.mobile-header-style1 .mobile-logo-column .logo-holder, .header.mobile-header-style1 .mobile-logo-column .fixed-logo-holder {
        flex-shrink: 1;
    }
}

/* language switch on header */

.wpml-ls-legacy-dropdown {
    margin-left: 20px;
    width: auto;
    position: relative;
    min-width: 110px;
}

.wpml-ls-sub-menu::before {
    top: 0;
    left: 70%;
    content: " ";
    height: 12px;
    width: 12px;
    position: absolute;
    z-index: 45;
    pointer-events: none;
    margin-top: -5px;
    background: #fff;
    border-radius: 2px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -moz-transform: translate3d(-50%, 0%, 0) rotate(-45deg);
    -ms-transform: translate3d(-50%, 0%, 0) rotate(-45deg);
    -webkit-transform: translate3d(-50%, 0%, 0) rotate(-45deg);
    transform: translate3d(-50%, 0%, 0) rotate(-45deg);
    opacity: 0;
}

.wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu::before {
    opacity: 1;
}

.wpml-ls-legacy-dropdown a {
    border: none;
    background-color: unset;
    color: var(--theme-header-icon-color);
    padding: 10px;
}

.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    color: var(--theme-header-icon-color);
    background: unset;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 40;
    padding: 5px 20px 10px 10px;
    left: -50px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    color: var(--main-color);
    display: inline-block;
    line-height: 1em;
    transition: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover span,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:focus span {
    text-decoration: underline;
}

@media only screen and (max-width: 1067px) {
    .thb-main-header .wpml-ls-legacy-dropdown {
        display: none;
    }
}


/* end language switch on header */


/* footer related */

.thb-payment-icons li {
    height: 40px;
}

.thb-social-links-container.style2 .thb-social-link {
    background: white;
    color: #FFE9EC;
}

.footer .footer-logo {
    max-width: 300px !important;
}

.footer .widget {
    letter-spacing: .1em;
}

.footer .widget.widget_nav_menu li {
    margin-bottom: 20px;
}

.footer .widget .subscribe-title {
    font-size: 20px;
}

.footer .widget .social-phone {
    margin-bottom: 30px;
}
.footer .widget .social-phone a {
    vertical-align: super;
    font-size: 20px;
}

.footer .widget .social-links-container {
    display: flex;
    justify-content: space-between;
    max-width: 200px;
}

.footer .widget .social-links-container .social-link {
    width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px !important;
    line-height: 100% !important;
}



/* Footer Title*/

.footer .widget .thb-widget-title {
    color: #FFFFFF !important;
    font-size: 20px;
    margin-bottom: 29px;
}

.footer .widget a {
    font-family: "Chiron Sung HK", serif;
    letter-spacing: .1em;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140%;
    color: #4F4F4F;
}

.subfooter-content a {
    color: #4F4F4F !important;
}


/* footer payment and delivery icon */

.delivery-icon-footer {
    padding-left: 40px;
}


/* Color of discounted price */

.price ins .woocommerce-Price-amount {
    color: #ED5565;
    font-weight: bold !important;
    font-size: 18px;
}


/*color of wishlist icon */

.thb-icon-favorite:before {
    /* content: '\e806'; */
    content: '\e80d';
    color: #dadada;
}


/* product page filter bar */

.thb-filter-bar {
    margin-bottom: 38px;
}


/*filter location name list*/

.widget.widget_layered_nav li>a,
.widget.widget_layered_nav_filters li>a {
    display: block;
    position: relative;
    padding-left: 49px;
    color: #121212;
    font-size: 18px;
    min-width: 158px;
    padding-top: 5px;
}


/*filter price radio button*/

.widget.widget_layered_nav li>a:before,
.widget.widget_layered_nav_filters li>a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid var(--main-color);
    border-radius: 13px;
    color: #fff
}


/*filter price product amount*/

.widget.widget_layered_nav li .count,
.widget.widget_layered_nav_filters li .count {
    color: #8F8F8F;
    display: inline-flex;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 7px
}

.woocommerce-widget-layered-nav .thb-widget-title {
    font-weight: bold;
    font-size: 18px;
}

.widget .thb-widget-title {
    margin-bottom: 44px;
}

.widget_price_filter .thb-widget-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 41px;
    margin-top: 71px;
}

.widget.widget_layered_nav li.chosen>a:before,
.widget.widget_layered_nav_filters li.chosen>a:before {
    -moz-box-shadow: inset 0 0 0 1px;
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 3px;
    background: var(--main-color);
}


/*filter price priduct amount*/

.widget.thb_widget_swatch_filter .thb_color-swatch .thb-swatch-filter-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 4px;
    color: #121212
}

.widget.widget_price_filter .price_slider_wrapper {
    padding-top: 25px
}

.widget.widget_price_filter .price_slider {
    height: 3px;
    background: #d4d4d4;
    position: relative;
    margin-bottom: 20px
}

.widget.widget_price_filter .price_slider .ui-slider-range {
    height: 3px;
    background: var(--main-color);
    position: absolute
}

.widget.widget_price_filter .price_slider .ui-slider-handle {
    display: block;
    outline: none;
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 18px;
    border: 2px solid #FFFFFF;
    background: var(--main-color);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.widget.widget_price_filter .price_slider .ui-slider-handle:last-child {
    margin-left: -12px
}

.widget.widget_price_filter .price_slider_amount {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 59px;
    padding-top: 25px;
    color: #8F8F8F;
}

.widget.widget_price_filter .price_slider_amount .clear {
    display: none
}

.widget.widget_price_filter .price_slider_amount input[type="text"] {
    display: none
}

.widget.widget_price_filter .price_slider_amount .button {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #8F8F8F !important;
    background: none !important;
    height: auto !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}


/* filter title */

.side-panel-header span {
    font-size: 24px;
    font-weight: bold;
}


/* end of filter sidebar*/


/* cart page starts */


/* cart page remove product button */

.product-remove svg {
    height: 15px;
    width: 15px;
    fill: white;
}

.remove_from_cart_button.remove {
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    line-height: 14px;
    color: #fff !important;
    border-radius: 50%;
    background: #dbdbdb;
    font-weight: 600;
    border-color: transparent;
}

.remove_from_cart_button.remove:hover {
    background: #121212;
    border-color: transparent;
    color: #fff
}


/* cart page table title */

.shop_table thead tr {
    font-size: 18px;
}


/*delete cart page shipping notes */

.woocommerce-shipping-methods+.woocommerce-shipping-destination {
    display: none;
}


/*cart title */

.shop-general-title,
.cart_totals h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 53px;
    color: #4F4F4F;
}


/* order confirmation box*/

.woocommerce-order-overview {
    background: rgba(244, 179, 194, 0.1);
    border: 1px solid var(--main-color);
    border-radius: 3px;
    list-style: none;
    padding: 4%;
    margin: 0 0 50px;
    margin-top: 29px;
}

.woocommerce-order-details .woocommerce-order-details__title {
    font-size: 28px;
    margin-bottom: 53px;
}


/*button color*/

input[type="submit"],
.button,
.btn {
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: var(--main-color);
    color: #fff;
    padding: 0 80px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    outline: 0;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    white-space: nowrap;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
}

.comment-form .form-submit .submit {
    background: var(--main-color);
    border-radius: 3px;
    padding-right: 54px;
    padding-left: 54px;
}

input[type="submit"].style2,
.button.style2,
.btn.style2 {
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #121212;
    background: transparent;
    line-height: 38px
}


/* .thb-product-detail .product-information .single_add_to_cart_button {
    margin-left: 30px;
} */


/* product page */
.thb-product-detail .product-information h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

.thb-product-tabs .wc-tabs {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
    font-size: 14px;
    margin-bottom: 72px;
}

.commentlist .comment-body,
.commentlist .comment_container {
    position: relative;
    /* margin-bottom: 18px; */
    padding: 24px 44px;
    border-radius: 3px;
}

.commentlist li:nth-child(odd) {
    background: #f4f5f6;
}

.commentlist .comment .woocommerce-review__author,
.commentlist .review .woocommerce-review__author {
    font-style: normal;
    font-weight: bold;
    color: #121212;
    font-size: 16px;
}

.commentlist .comment .woocommerce-review__published-date,
.commentlist .review .woocommerce-review__published-date {
    margin: 0;
    display: block;
    position: absolute;
    right: 44px;
    top: 64px;
}

.comment-respond .comment-reply-title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 80px;
    color: var(--main-color);
}

.comment-form-required-caption {
    font-size: 12px !important;
}


/* new arrival badge color */

.badge.new {
    background: #FABD00;
}


/* end product page */


/* login page divider */

.woocommerce_login_form_divider {
    width: 100%;
    font-size: 18px;
    color: var(--main-color);
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid var(--main-color-50);
    line-height: 0.1em;
    margin: 110px 0 60px;
}

.woocommerce_login_form_divider span {
    background: #fff;
    padding: 0 40px;
}


/*login and register title color */

.login-page-form li a.active {
    color: var(--main-color);
}

.login-page-form li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--main-color);
    transform-origin: 0 0;
}


/* user name and password font */

.woocommerce form .form-row,
.woocommerce-page .form-row {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140.62%;
    color: #4F4F4F;
}


/*private policy text */

.woocommerce form .form-row,
.woocommerce-page .form-row .policy {
    color: #8F8F8F;
    font-weight: normal;
}


/* login button */

.woocommerce-Button-login-button,
.woocommerce-form-login.form-row .woocommerce-Button.button {
    width: 100%;
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 59px;
    line-height: 40px;
    background: var(--main-color);
    color: #FFFFFF;
    padding: 0 80px;
    max-width: 100%;
    font-size: 20px;
    font-weight: 500;
    border: 0;
    outline: 0;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: 3px 3px 5px #00000029;
}

.woocommerce-Button-login-button:hover,
.woocommerce-form-login.form-row .woocommerce-Button.button:hover {
    background-color: var(--main-color-50);
}


/* register button */

.thb-register-form .button {
    width: 50%;
}


/* login page forget password color */

.thb-login-form .woocommerce-LostPassword a {
    display: inline-block;
    clear: left;
    font-size: 14px;
    vertical-align: middle;
    color: var(--main-color);
}


/* social login text */

.woocommerce_login_form_social_login {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #4F4F4F;
}

.wc-social-login.form-row-wide {
    float: none;
    /* display: inline-flex; */
    font-size: 16px;
}

@media screen and (min-width: 767px) {
    a.button-social-login.button-social-login-google {
        margin-left: 20px;
    }

    .button-social-login {
        width: auto;
    }
}

.button-social-login {
    display: flex;
}

@media screen and (max-width: 767px) {
    .button-social-login {
        width: 80%;
    }
}


/* register first and last name row */

.register_first_last_name {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140.62%;
    color: #4F4F4F;
    display: inline-block;
    width: 49%;
    /* width: calc(50% - 17px); */
}

.a:first-child {
    margin-right: 30px;
}

.a .required {
    color: red;
}


/* order history view button */

input[type="submit"],
.button,
.btn .view {
    padding: 0 20px;
}


/* FAQ nevigation menu
.wpb_wrapper {
    margin-bottom: 20px;
    
} */


/*page title */

.page-title {
    margin-top: 29px;
    margin-bottom: 41px;
}


/* review rating and comment subtitle */

label {
    font-size: 18px;
    font-weight: bold;
}

.comment-form-rating p.stars {
    margin-bottom: 58px;
}


/* my wishlist thumbnail */

.shop_table tbody tr td.product-thumbnail>a img {
    max-width: 155px;
}


/* my order page */

.shipped_via {
    display: none;
}


/* delete "what is paypal?" */

.about_paypal {
    display: none;
}


/* .order-total{
    font-weight: bold;
} */


/* hide mini product icon on product page */

.thb-product-nav .thb-product-nav-button .product-nav-link {
    display: none;
}


/* breadcrumb bar font size */

.thb-breadcrumb-bar {
    font-size: 18px;
    margin-bottom: 0px;
}


/* password reset */

.woocommerce-ResetPassword .input-text {
    min-width: 100%;
}


/* delete soscial login record */

.woocommerce-MyAccount-content .wc-social-login-profile {
    display: none;
}


/* lang list hide display */

@media only screen and (max-width: 1067px) {
    #lang_sel_list {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .thb-secondary-area .thb-secondary-item .thb-item-text {
        display: none;
    }
}

@media print,
screen and (min-width: 46em) {
    .cart-collaterals {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* @media only screen and (min-width: 736px) { */

.thb-product-detail .product-information .single_add_to_cart_button {
    padding: 0 50px;
}


/* } */

@media only screen and (min-width: 736px) {

    .woocommerce form .form-row.form-row-first,
    .woocommerce-page .form-row.form-row-first {
        padding-right: 10px;
    }
}


/* move cart count icon up */

.thb-secondary-area .thb-secondary-item .thb-item-icon-wrapper .thb-item-icon+.count {
    position: absolute;
    top: -10px !important;
    right: -12px;
    background-color: red;
}


/* popup message position */

.admin-bar .woocommerce-notices-wrapper {
    position: fixed;
    right: 0;
    height: 0;
    z-index: 9999;
    max-width: calc(100% - 30px);
    top: 150px;
}

.admin-bar .woocommerce-notices-wrapper .thb-temp-message,
.admin-bar .woocommerce-notices-wrapper .woocommerce-message,
.admin-bar .woocommerce-notices-wrapper .woocommerce-error,
.admin-bar .woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty) {
    position: relative;
    max-width: 100%;
    top: unset !important;
    right: 0;
}

.admin-bar .thb-temp-message,
.admin-bar .woocommerce-message,
.admin-bar .woocommerce-error,
.admin-bar .woocommerce-info:not(.cart-empty) {
    top: 150px !important;
    right: 0;
}

@media screen and (min-width: 1023px) {
    .admin-bar .woocommerce-notices-wrapper {
        top: 120px;
    }

    .admin-bar .thb-temp-message,
    .admin-bar .woocommerce-message,
    .admin-bar .woocommerce-error,
    .admin-bar .woocommerce-info:not(.cart-empty) {
        top: 120px !important;
    }
}


/* wishllst page start */


/* wishlist: add color to price */

.wishlist_table .wishlist-items-wrapper .product-price ins .woocommerce-Price-amount,
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-price ins .woocommerce-Price-amount {
    color: #ED5565;
    font-weight: bold;
}

.wishlist_table .wishlist-items-wrapper .product-price del .woocommerce-Price-amount,
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-price del .woocommerce-Price-amount {
    color: #8f8f8f
}

.wishlist_table .wishlist-items-wrapper .product-price ins,
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-price ins {
    text-decoration: none;
    display: block;
}


/* wishllst page end */


/* Mini-cart start */

.woocommerce-mini-cart-item .quantity ins .woocommerce-Price-amount {
    color: #ED5565;
    font-weight: bold;
}

.woocommerce-mini-cart-item .quantity del .woocommerce-Price-amount {
    color: #8f8f8f
}

.woocommerce-mini-cart-item .quantity ins {
    text-decoration: none;
}


/* Mini-cart end */


/* Checkout page start */

.woocommerce-form-login-toggle svg,
.woocommerce-form-coupon-toggle svg {
    fill: var(--main-color);
}


/* Checkout page end */


/* Points and rewards page */

.points-user td {
    padding: 0px;
}

.points-user td:last-child {
    color: var(--main-color);
    font-weight: bold;
    font-size: 24px;
}

.points-rewards-event-points div {
    border-radius: 30px;
    height: 60px;
    width: 60px;
    background: var(--main-color);
    float: right;
}

.points-rewards-event-points div p {
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
}

.points-rewards-event-date {
    color: #8f8f8f;
}

/* ========= Extra Styles ========= */
.w-100 {
    width: 100%;
}

.image-100 {
    width: 100%;
    height: auto;
}
.image-100 img {
    width: 100%;
    height: auto;
}

h2 {
    font-family: "Chiron Sung HK", serif;
    font-size: 30px;
    font-weight: normal;
    letter-spacing: .2em;
    line-height: 1.5;
}
h3 {
    font-family: "Chiron Sung HK", serif;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: .2em;
    line-height: 1.8;
}

.footer {
    margin-top: 0;
}

.row-wide {
    max-width: 119.375rem;
}

.archive [role="main"] .row {
    max-width: 119.375rem;
}
.archive [role="main"] .thb-woocommerce-header .row {
    max-width: 119.375rem;
}

.product-template-default [role="main"] .row {
    max-width: 109.375rem;
}

.section-title {
    margin-bottom: 40px;
}

.show-more-btn {
    text-align: right;
}
.show-more-btn a {
    display: inline-block;
    padding: 10px 0;
    background-color: transparent;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 20%;
    text-decoration: none;
    border: 1px solid #000000;
    border-radius: 2px;
    transition: background-color 0.2s, color 0.2s;
    margin-top: 40px;
    max-width: 120px;
    width: 100%;
    text-align: center;
}
.show-more-btn a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

/* Products Section */
.thb-carousel img {
    margin-left: auto;
    margin-right: auto;
}
.products.row.thb-carousel .slick-list {
    padding-bottom: 20px;
}
.products.row .product {
    padding: 0;
}
.products.row .product a:hover {
    color: #000000;
}
.products.row .product .thb-product-inner-wrapper {
    margin: 0 7px;
    background-color: var(--card);
    transition: .25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.products.row .product .thb-product-inner-wrapper:hover {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.products.row .product .thb-product-inner-wrapper:hover .product_thumbnail_hover {
    opacity: 1;
    background-color: var(--card);
}

.products.row .product .thb-product-inner-wrapper:hover .product-cta {
    display: block;
}
.products.row .product .thb-product-inner-wrapper:hover .price {
    display: none;
}

.products.row .product .thb-product-inner-wrapper .thb-product-inner-content {
    padding: 0 10px 13px 10px;
}

.products.row .product .thb-product-inner-wrapper .thb-product-inner-content .product-head {
    border-bottom: 2px solid var(--reminder-grey);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
}
.products.row .product .thb-product-inner-wrapper .thb-product-inner-content .product-head .product-brand {
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    letter-spacing: normal;
    color: #000000;
}
.products.row .product .thb-product-inner-wrapper .thb-product-inner-content .product-head .product-category {
    font-size: 8px;
    line-height: 10px;
    font-weight: normal;
    letter-spacing: 10%;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    text-align: right;
}
.products.row .product .thb-product-inner-wrapper .thb-product-inner-content .product-head .product-status {
    position: absolute;
    right: 0;
    bottom: -30px;
    font-size: 12px;
    color: #000000;
}

.products.row .product .thb-product-inner-wrapper .thb-product-inner-content .woocommerce-loop-product__title {
    font-size: 15px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 35px;
    margin-bottom: 10px;
    letter-spacing: normal;

    background-image: url('../img/icon-watch.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    background-size: auto 30px;
}

.products.row .product .thb-product-inner-wrapper .thb-product-inner-content .price .amount {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    text-align: right;
    font-family: "Anek Latin", sans-serif;
}

.products.row .product .product-cta,
.products.row .product .product-cta:hover {
    font-size: 20px;
    display: none;
    color: #FFFFFF;
    height: 40px;
    padding: 0;
}
.products.row .product .product-cta span {
    display: block;
}

@media only screen and (min-width: 1400px) {
    .products.row .product .thb-product-inner-wrapper {
        margin: 0 17px;
    }
    
    .products.row .product .thb-product-inner-wrapper .thb-product-inner-content {
        padding: 0 20px 25px 20px;
    }

    .products.row .product .thb-product-inner-wrapper .thb-product-inner-content .product-head .product-brand {
        font-size: 22px;
        line-height: 45px;
    }
    .products.row .product .thb-product-inner-wrapper .thb-product-inner-content .product-head .product-category {
        font-size: 12px;
        font-weight: normal;
        line-height: 25px;
        font-family: "Anek Latin", sans-serif;
    }

    .products.row .product .thb-product-inner-wrapper .thb-product-inner-content .woocommerce-loop-product__title {
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;

        padding-left: 35px;
        background-size: auto 42px;
    }

    .products.row .product .thb-product-inner-wrapper .thb-product-inner-content .price .amount {
        font-size: 40px;
        line-height: 50px;
    }

    .products.row .product .product-cta,
    .products.row .product .product-cta:hover {
        font-size: 20px;
        height: 60px;
    }
    .products.row .product .product-cta span {
        padding: 10px 0;
    }
}


/* Single Product */
.single-product .thb-product-detail .product-information {
    padding: 80px 80px 40px 80px;
    background-color: #FFF;
    position: relative;
}

.single-product .thb-product-detail .product-information .pwb-single-product-brands {
    font-size: 36px;
    font-weight: bold;
    padding: 0;
}

.single-product .thb-product-detail .product-information .product_title {
    color: var(--main-color);
    font-family: "Chiron Sung HK", serif;
}

.single-product .thb-product-detail .product-information .price {
    padding: 0;
    margin-bottom: 30px;
}
.single-product .thb-product-detail .product-information .amount {
    font-size: 40px;
    font-weight: 600;
    font-family: "Anek Latin", sans-serif;
}
.single-product .thb-product-detail .product-information .product-action {
    display: flex;
}
.single-product .thb-product-detail .product-information .quantity {
    display: none;
}

.single-product .thb-product-detail .product-information .product-action {
    display: flex;
    margin-bottom: 40px;
}
.single-product .thb-product-detail .product-information .product-action .single_add_to_cart_button {
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 20%;
    margin-right: 20px;
    padding: 9px 20px;
    height: auto;
    border-radius: 0;
    flex: 1;
    box-shadow: unset;
}
.single-product .thb-product-detail .product-information .product-action .single_contact_shop_button {
    color: #000000;
    background-color: transparent;
    font-size: 20px;
    letter-spacing: 20%;
    padding: 9px 20px;
    height: auto;
    border-radius: 0;
    border: #000000 1px solid;
    flex: 1;
    box-shadow: unset;
}

.single-product .thb-product-detail .product-information .product_meta {
    font-size: 22px;
    line-height: 35px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.single-product .thb-product-detail .product-information .woocommerce-product-details__short-description {
    font-size: 22px;
    margin-bottom: 40px;
    max-width: unset;
}
.single-product .thb-product-detail .product-information .woocommerce-product-details__short-description .show-product-description a {
    font-size: 22px;
    color: var(--main-color);
    font-weight: bold;
}

.single-product .product_meta > span {
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 22px;
    line-height: 35px;
}
.single-product .product_meta > span span {
    color: var(--main-color) !important;
    font-weight: bold;
}

.single-product .product-detail-panel {
    font-size: 22px;
}
.single-product .product-promotion {
    margin-top: 100px;
    margin-bottom: 100px;
}

.single-product .product-promotion img {
    width: 100%;
}

.single-product .related.products {
    margin-bottom: 100px;
}

.single-product .related.products h2 {
    color: #000;
    font-size: 30px;
    line-height: 45px;
    font-weight: 300;
    letter-spacing: 20%;
    margin-bottom: 5px;
}
.single-product .related.products h3 {
    color: #000;
    margin-bottom: 40px;
}

.single-product .product-price-history {
    margin-top: 20px;
    margin-bottom: 80px;
}
.single-product .product-price-history h3 {
    font-size: 22px;
    font-weight: normal;
}

/* Product Detail Modal Styles */
.product-detail-panel {
    display: none;
}
.product-detail-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.product-detail-modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.product-detail-modal-content {
    position: fixed;
    top: 0;
    right: -100%;
    width: min(90vw, 720px);
    height: 100%;
    background-color: #FFFFFF;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    transition: right 0.3s ease;
    padding: 40px;
    box-sizing: border-box;
    border-left: 1px solid var(--reminder-grey);
}

.product-detail-modal-overlay.active .product-detail-modal-content {
    right: 0;
}

.product-detail-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    font-size: 28px;
    cursor: pointer;
    color: var(--main-color);
    z-index: 10;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
}

.product-detail-modal-close:hover {
    background-color: var(--main-color);
    color: #fff;
}

.product-detail-modal-close:focus {
    outline: 2px solid var(--main-color);
    outline-offset: 2px;
}

.product-detail-panel-modal {
    margin-top: 40px;
    color: var(--text);
    padding-bottom: env(safe-area-inset-bottom);
}

.product-detail-panel-modal .specification,
.product-detail-panel-modal .product-status,
.product-detail-panel-modal .inventory-status {
    font-size: 22px;
    font-weight: 700;
}
.product-detail-panel-modal .specification {
    padding: 30px 0 10px;
}

.product-detail-panel-modal p,
.product-detail-panel-modal li {
    font-size: 20px;
    line-height: 1.6;
}

/* Show More Button - keep theme colors, remove underline on hover */
.single-product #show-product-description-btn {
    color: var(--main-color);
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s ease;
}

.single-product #show-product-description-btn:hover {
    color: color-mix(in srgb, var(--main-color) 80%, #000 20%);
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .product-detail-modal-content {
        width: 100%;
        right: -100%;
        padding: 24px;
        border-radius: 0;
    }
    
    .product-detail-panel-modal .specification {
        font-size: 24px;
    }
    
    .product-detail-panel-modal p,
    .product-detail-panel-modal li {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1068px) {
    .single-product .thb-product-detail .product-information::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 80px;
        background: linear-gradient(to bottom, transparent, #fff 50%);
    }
    .single-product .thb-product-detail .product-information::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 32px;
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48'%3E%3Cpath fill='none' stroke='%23837258' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M36 18L24 30L12 18'/%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .single-product .thb-product-detail .product-information .entry-summary {
        padding-left: 0;
        overflow-y: auto;
        max-height: 600px;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* Internet Explorer 10+ */
    }
    .single-product .thb-product-detail .product-information .entry-summary::-webkit-scrollbar {
        display: none; /* WebKit */
    }
}

#wpcf7-f322-o1 .your-email {
    display: inline-block;
    width: 70%;
    max-width: 370px;
}
.wpcf7-response-output {
    text-align: left;
    padding: 0 !important;
}

/* Contact Us Section */
@media only screen and (min-width: 736px) {
    #contact-us-container #contact-detail {
        max-height: 600px;
        overflow-y: auto;
    }
}

#contact-us-container h3 {
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 25px;
}

#contact-us-container .phone {
    font-size: 20px;
    background-size: 30px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 1408 1408'%3E%3Cpath fill='%23837258' d='M1408 1112q0 27-10 70.5t-21 68.5q-21 50-122 106q-94 51-186 51q-27 0-53-3.5t-57.5-12.5t-47-14.5T856 1357t-49-18q-98-35-175-83q-127-79-264-216T152 776q-48-77-83-175q-3-9-18-49t-20.5-55.5t-14.5-47T3.5 392T0 339q0-92 51-186Q107 52 157 31q25-11 68.5-21T296 0q14 0 21 3q18 6 53 76q11 19 30 54t35 63.5t31 53.5q3 4 17.5 25t21.5 35.5t7 28.5q0 20-28.5 50t-62 55t-62 53t-28.5 46q0 9 5 22.5t8.5 20.5t14 24t11.5 19q76 137 174 235t235 174q2 1 19 11.5t24 14t20.5 8.5t22.5 5q18 0 46-28.5t53-62t55-62t50-28.5q14 0 28.5 7t35.5 21.5t25 17.5q25 15 53.5 31t63.5 35t54 30q70 35 76 53q3 7 3 21'/%3E%3C/svg%3E");
}
#contact-us-container .whatsapp {
    font-size: 20px;
    background-size: 30px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23837258' d='M12.001 2c5.523 0 10 4.477 10 10s-4.477 10-10 10a9.95 9.95 0 0 1-5.03-1.355L2.005 22l1.352-4.968A9.95 9.95 0 0 1 2.001 12c0-5.523 4.477-10 10-10M8.593 7.3l-.2.008a1 1 0 0 0-.372.1a1.3 1.3 0 0 0-.294.228c-.12.113-.188.211-.261.306A2.73 2.73 0 0 0 6.9 9.62c.002.49.13.967.33 1.413c.409.902 1.082 1.857 1.97 2.742c.214.213.424.427.65.626a9.45 9.45 0 0 0 3.84 2.046l.568.087c.185.01.37-.004.556-.013a2 2 0 0 0 .833-.231a5 5 0 0 0 .383-.22q.001.002.125-.09c.135-.1.218-.171.33-.288q.126-.13.21-.302c.078-.163.156-.474.188-.733c.024-.198.017-.306.014-.373c-.004-.107-.093-.218-.19-.265l-.582-.261s-.87-.379-1.402-.621a.5.5 0 0 0-.176-.041a.48.48 0 0 0-.378.127c-.005-.002-.072.055-.795.931a.35.35 0 0 1-.368.13a1.4 1.4 0 0 1-.191-.066c-.124-.052-.167-.072-.252-.108a6 6 0 0 1-1.575-1.003c-.126-.11-.243-.23-.363-.346a6.3 6.3 0 0 1-1.02-1.268l-.059-.095a1 1 0 0 1-.102-.205c-.038-.147.061-.265.061-.265s.243-.266.356-.41c.11-.14.203-.276.263-.373c.118-.19.155-.385.093-.536q-.42-1.026-.868-2.041c-.059-.134-.234-.23-.393-.249q-.081-.01-.162-.016a3 3 0 0 0-.403.004z'/%3E%3C/svg%3E");
}
#contact-us-container .opening-hour {
    font-size: 20px;
    background-size: 30px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 24 24'%3E%3Cpath fill='%23837258' d='M17 3.34a10 10 0 1 1-14.995 8.984L2 12l.005-.324A10 10 0 0 1 17 3.34M12 6a1 1 0 0 0-.993.883L11 7v5l.009.131a1 1 0 0 0 .197.477l.087.1l3 3l.094.082a1 1 0 0 0 1.226 0l.094-.083l.083-.094a1 1 0 0 0 0-1.226l-.083-.094L13 11.585V7l-.007-.117A1 1 0 0 0 12 6'/%3E%3C/svg%3E");
}
#contact-us-container .opening-hour .day {
    margin-right: 45px;
    white-space: nowrap;
}
