:root {
    --main-color: #E1B5E1;
    --main-color-50: #FFF0FF;
    --button-text: #FFFFFF;
    --border-color: #595856;
    --text-color: #595856;
    --box-shadow: 0px 2px 20px rgba(15, 16, 16, 0.07);
}


/* common css */

body {
    font-family: "Noto Serif HK", sans-serif !important;
    font-size: 17px;
}

p{
    margin-bottom: 0 !important;
}

a:hover{
    text-decoration: none !important; 
}

select:focus{
    outline: none !important;
}

/* text style */
.black17SemiBold{
    color: var(--text-color);
    font-size: 17px;
    line-height: 1.3;
    font-weight: 600;
}

.black14Normal{
    color: var(--text-color);
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}

/* page title */
.thb-page-title{
    margin-bottom: 0 !important;
}

.thb-page-title .page-title{
    width: fit-content;
    margin: 50px 0 50px 0;
    padding-bottom: 5px;
    border-bottom: 3px solid var(--main-color);
}

.thb-page-title .page-title h1{
    font-family: "Noto Serif HK";
    color: var(--main-color);
    font-size: 24px;
    margin-right: 0;
    font-weight: 700;
}

@media (max-width: 736px) {
    .thb-page-title .page-title{
        margin: 20px 0 20px 0;
    }
}

.remove{
    color: var(--main-color ) !important;
    border-color: var(--main-color) !important;
}

.remove:hover{
    background-color: #FFFFFF !important;
}

.form-row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.form-row input,
.form-row select,
.form-row textarea{
    border-radius: 5px !important;
}

.shop_table:not(.woocommerce-cart-form__contents) thead tr th:last-child,
.shop_table tbody tr td:last-child{
    text-align: left !important;
}

.shop_table thead tr,
.shop_table tbody tr,
.shop_table th.product-name,
.shop_table tbody tr td.product-name>a{
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: var(--text-color) !important;
}

.shop_table tbody tr.order-total th,
.shop_table tbody tr.order-total td{
    padding-top: 30px !important;
}

.shop_table thead tr th{
    padding-bottom: 30px !important;
}

@media (max-width:736px){
    .woocommerce-order-details .shop_table.order_details tbody tr td,
    .woocommerce-order-details .shop_table.order_details tfoot tr th, 
    .woocommerce-order-details .shop_table.order_details tfoot tr td,
    .shop_table thead tr th{
        padding: 15px 10px !important;
    }
}

/*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*/
.products .product-category.thb-category-style7 .thb-product-category-image img{
    background-color: #D9D9D9;
}

.thb-woocommerce-header .thb-shop-title {
    font-weight: bold;
    padding: 23px;
    color: var(--main-color);
}

@media (min-width: 46em) {
    .products .product-category{
        max-width: 14.2%;
    }   
}

.products .product-category .woocommerce-loop-category__title {
    font-family: 'Noto Serif HK';
    font-size: 26px!important;
    color: var(--main-color);
}

.products .product .product-category {
    font-size: 18px;
    font-weight: bold;
}

.products .product .woocommerce-loop-product__title {
    margin-bottom: 20px !important;
}

@media (max-width: 1170px) {
    .products:has(.product-category){
        flex-wrap: nowrap;
        overflow: auto;
    }

    .products .product-category{
        min-width: 160px;
        max-width: 160px;
    }
}

@media (max-width: 736px) {
    .products .product-category{
        min-width: 125px;
        max-width: 125px;
    }

    .products .product-category .woocommerce-loop-category__title{
        font-size: 18px !important;
    }
}

@media (max-width: 430px) {
    .products .product-category{
        min-width: 90px;
        max-width: 90px;
    }
}

.amount {
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    color: var(--text-color) !important;
}

.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-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{
    color: var(--main-color);
    border-top: none !important;
    font-size: 24px !important;
    font-weight: 700;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    border-top: none !important;
    border-bottom: 3px solid var(--main-color);
    margin-bottom: 50px !important;
    width: fit-content;
}

.thb-accordion .vc_tta-panel{
    border-top: none !important;
}

.thb-accordion .vc_tta-panel-heading h4 a{
    font-size: 24px;
    font-weight: 700;
    padding-top: 0 !important;
    padding-bottom: 5px !important;
    border-bottom: 3px solid var(--main-color);
    margin-bottom: 50px;
    width: fit-content;
}

.thb-accordion .vc_tta-panel-heading h4 a::before,
.thb-accordion .vc_tta-panel-heading h4 a::after{
    display: none !important;
}

.thb-accordion .vc_tta-panel-body{
    padding-left: 4%;
    padding-right: 4%;
}

/* 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;
}


/* 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: #d9d9d9;
    font-size: 17px;
}

.thb-share-product .thb-share-text {
    color: #d9d9d9;
    font-size: 17px;
}

.thb-product-detail .product-information .thb-product-meta-before {
    margin-top: 58px;
}

.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 */

.header {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 333.59%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.thb-full-menu>.menu-item>a {
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;
}

.header .thb-full-menu .sub-menu{
    padding: 15px 0 !important;
    left: 0 !important;
    min-width: unset !important;
}

.header .thb-full-menu .sub-menu li{
    width: fit-content !important   ;
}

.thb-secondary-area .thb-quick-profile svg,
.thb-secondary-area .thb-quick-search .thb-item-icon-wrapper{
    margin-right: 8px;
}

.thb-secondary-area .thb-quick-profile .thb-item-text,
.thb-secondary-area .thb-quick-search .thb-item-text{
    margin-right: 0;
    color: #FFFFFF;
    font-weight: 500 !important;
}

.thb-secondary-area .thb-quick-search .thb-secondary-dropdown{
    padding: 0 !important;
    border: none !important;
    min-width: 300px !important
}

.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);
}


/* 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;
    }
    
    .thb-main-header .wpml-ls{
        display: none;
    }
}


/* end language switch on header */

/* mobile toggle on header */

.mobile-toggle-holder .mobile-toggle span{
    background-color: #FFFFFF !important;
}

/* end mobile toggle on header */

/* footer related */

.thb-payment-icons li {
    height: 40px;
}

.thb-social-links-container.style2 .thb-social-link {
    background: white;
    color: #FFE9EC;
}


/* Footer Title*/
.footer .footer-logo-holder{
    justify-content: unset !important;
}

@media (min-width: 66.75em) {
    /* footer first column */
    .footer-row > div:first-child{
        padding-left: 0 !important;
    }

    .footer-row > div:first-child{
        max-width: 35%;
        width: 35%;
        flex: unset !important;
    }

    .footer-row > div:nth-child(2){
        max-width: 15%;
        width: 15%;
        flex: unset !important;
    }

    .footer-row > div:nth-child(3){
        max-width: 17%;
        width: 17%;
        flex: unset !important;
    }

    .footer-row > div:last-child{
        max-width: 33%;
        width: 33%;
        flex: unset !important;
    }
}

@media (max-width: 66.75em){
    .footer .footer-logo-holder a{
        padding: 0 .9375rem;
    }
}

@media (max-width: 736px){
    .footer-row{
        position: relative;
    }
    .footer-copyright{
        position: absolute;
        bottom: 0;
    }

    .footer .social-links-container{
        margin-bottom: unset !important;
    }
}

.footer .widget .thb-widget-title {
    color: #FFFFFF !important;
    font-size: 20px !important;
    margin-bottom: 20px;
}

.footer .menu .menu-item{
    margin-bottom: 20px;
}

.footer .widget a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.footer .widget a:hover {
    color: #FFFFFF !important; 
}

.footer .column-1-text{
    font-size: 20px !important;
    line-height: 1.15; 
    margin-bottom: 30px !important;
}

.footer .social-links-container{
    display: flex;
    margin-bottom: 130px;
}

.footer .social-links-container .social-link{
    margin-right: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    padding: 11px 12px;
    display: flex;
    justify-content: center;
}

.footer-copyright{
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1.4;
    font-family: 'Poppins';   
}

.footer-copyright a{
    text-decoration: underline;
    font-size: 12px !important;
    font-weight: 400 !important;
}

.footer-copyright a:hover{
    text-decoration: underline !important; 
}

/* margin of 4th column contact us */
.footer > div:last-child .widget_custom_html{
    margin-bottom: 50px !important;
}

/* background color of payment img */
.footer > div:last-child img{
    background-color: #FFFFFF;
}

.footer .location-container,
.footer .phone-container,
.footer .email-container{
    display: flex;
    margin-bottom: 20px;
}

.footer .location-container p,
.footer .phone-container p,
.footer .email-container p{
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

/* 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: column-reverse !important;
    align-items: unset !important;
    justify-content: unset !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin-top: 10px;
    margin-bottom: 59px;
    padding-top: 25px;
    color: var(--text-color);
}

.widget.widget_price_filter .price_slider_amount .clear {
    display: none
}

.widget.widget_price_filter .price_slider_amount input[type="text"] {
    display: none
}

.thb-side-filters .widget.widget_price_filter .price_slider_amount button.button {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1;
    color: #FFFFFF !important;
    background: linear-gradient(to right, #E1B5E1, #8E5EF0) !important;
    height: auto !important;
    border: 0 !important;
    padding: 12px 0px !important;
    margin: 0 !important;
}


/* filter title */

.side-panel-header span {
    font-size: 24px;
    font-weight: bold;
}


/* end of filter sidebar*/


/* cart page starts */

/* cart form column */
@media (min-width: 736px){
    .thb-cart-column{
        padding-right: 0px !important;
    }
}

/* 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
}

@media (max-width:736px) {
    .shop_table tbody tr td.product-remove{
        padding: 15px 15px 15px 0px !important;
    }

    .shop_table tbody tr td.product-remove a{
        position: relative !important;
    }
}

.shop_table div.quantity{
    border-radius: 5px;
}

/* cart page table title */

.shop_table thead tr {
    font-size: 18px;
}

/* cart coupon */
.coupon_update-cart-container{
    display: flex;
    justify-content: space-between;
}

.coupon_update-cart-container .coupon input{
    border-radius: 5px;
}

@media (max-width:736px){
    .coupon_update-cart-container{
        flex-direction: column;
    }

    .coupon_update-cart-container .coupon{
        margin-bottom: 5px;
    }
}

.coupon input{
    border-radius: 5px;
}

/*delete cart page shipping notes */

.woocommerce-shipping-methods+.woocommerce-shipping-destination {
    display: none;
}

.woocommerce-shipping-totals.shipping ul.woocommerce-shipping-methods li{
    position: relative;
}

.woocommerce-shipping-totals.shipping ul.woocommerce-shipping-methods li label{
    position: unset;
    margin-left: 20px;
    padding-left: 0;
}

/*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: var(--main-color-50);
    border: none !important;
    padding: 40px 110px !important;
    color: var(--text-color) !important;
}

@media (max-width: 736px) {
    .woocommerce-order-overview{
        padding: 30px 20px !important;
    }
}

.woocommerce-order-overview li{
    font-size: 17px !important;
    line-height: 1.3 !important;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

.woocommerce-order-overview li:last-child{
    margin-bottom: 0;
}

.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: linear-gradient(to right, #E1B5E1, #8E5EF0) !important;
    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;
}

.button.white{
    background: #FFFFFF !important;
}

.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 .product_meta>span {
    display: block;
    margin-bottom: 10px;
    margin-top: 58px;
}

.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{
    width: 50%;
    padding: 0 !important;
}

.login-page-form li a{
    color: var(--main-color) !important;
    font-size: 18px;
    font-weight: 400 !important;
    width: 100%;
    text-align: center;
}

.login-page-form li a.active {
    font-weight: 700 !important;
}

.login-page-form li a:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: 2px solid var(--main-color) !important;
    transform-origin: 0 0;
}

.thb-myaccount-login .thb-overflow-container{
    box-shadow: var(--box-shadow);
    padding: 30px 20px;
}

.thb-myaccount-login .thb-form-container{
    width: 100%;
}

.thb-myaccount-login .thb-form-container .thb-register-form{
    display: none;
}

.thb-myaccount-login .thb-form-container.register-active{
    width: 200%;
}

.thb-myaccount-login .thb-form-container.register-active .thb-register-form{
    display: block;
}

.thb-myaccount-login form .form-row{
    margin-bottom: 28px !important;
}

.thb-myaccount-login form label{
    margin-bottom: 5px;
    color: var(--main-color);
}

/*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 {
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: var(--main-color);
    color: var(--button-text);
    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: 6px;
    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: "Noto Serif HK";
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140.62%;
    color: #4F4F4F;
    display: inline-block;
    width: 100%;
}

.register_first_last_name input{
    border-radius: 5px !important;
}

.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;
    
} */



/* 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;
}

@media (max-width: 430px){
    .shop_table.cart thead tr th.product-thumbnail{
        padding-left: 0 !important;
    }

    .shop_table tbody tr td.product-thumbnail>a img {
        max-width: 100px;
    }    
}

/* 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 {    
    display: none !important;
}


/* 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;
}

.woocommerce-mini-cart__buttons a{
    border-radius: 5px !important;
    color: #FFFFFF !important;
}


/* Mini-cart end */


/* Checkout page start */

.woocommerce-form-login-toggle svg,
.woocommerce-form-coupon-toggle svg {
    fill: var(--main-color);
    margin-left: 0 !important;
}

.woocommerce-form-login-toggle,
.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle,
.woocommerce-form-coupon-toggle a,
.checkout_coupon.woocommerce-form-coupon p,
.checkout_coupon.woocommerce-form-coupon input{
    color: var(--text-color);
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.3;
}

.checkout_coupon.woocommerce-form-coupon p{
    margin-bottom: 15px !important;
}

.thb-checkout-form-column{
    padding-right: 0 !important;
}

.thb-checkout-form-column .col-1,
.thb-checkout-form-column .col-2{
    max-width: 100% !important;
}

/* billing form */
.woocommerce-billing-fields__field-wrapper .form-row{
    margin-bottom: 30px !important;
}

.woocommerce-billing-fields__field-wrapper .form-row#billing_address_1_field{
    margin-bottom: 10px !important;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-billing-fields__field-wrapper .form-row input,
.woocommerce-billing-fields__field-wrapper .form-row select,
.woocommerce-additional-fields__field-wrapper .form-row label,
.woocommerce-additional-fields__field-wrapper textarea{
    color: #595856;
    font-size: 17px;
    font-weight: 600;
}

.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-additional-fields__field-wrapper .form-row label{
    margin-bottom: 5px;
}

/* checkout order review table */
.woocommerce-checkout-review-order-table thead tr th{
    padding-bottom: 20px !important;
    padding-right: 10px !important;
}

.woocommerce-checkout-review-order-table tbody{
    border-bottom: 1px solid var(--border-color);
}

.woocommerce-checkout-review-order-table tfoot tr{
    border-bottom: 1px solid var(--border-color) !important;
}

.woocommerce-checkout-review-order-table tbody tr{
    border-bottom: none !important;
}

.woocommerce-checkout-review-order-table tbody tr td{
    padding: 15px 10px 15px 0 !important;
}

.woocommerce-checkout-review-order-table tbody tr:first-child td{
    padding-top: 50px !important;
}

.woocommerce-checkout-review-order-table tbody tr:last-child td{
    padding-bottom: 50px !important;
}


.woocommerce-checkout-review-order-table tfoot tr.cart-discount th,
.woocommerce-checkout-review-order-table tfoot tr td{
    padding: 50px 0 !important;
}

/* shipping row */
.woocommerce-checkout-review-order-table tfoot tr.shipping .shipping__inner{
    padding: 50px 0 !important;
}

.woocommerce-checkout-review-order-table tfoot tr.shipping .shipping__inner .shop_table tr th,
.woocommerce-checkout-review-order-table tfoot tr.shipping .shipping__inner .shop_table tr td{
    padding: 0 !important;
}

.woocommerce-shipping-totals.shipping .shipping__inner .shop_table tbody tr.woocommerce-shipping-totals th,
.woocommerce-shipping-totals.shipping .shipping__inner .shop_table tbody tr.woocommerce-shipping-totals td,
.woocommerce-shipping-totals.shipping .shipping__inner .shop_table tbody tr.wc_points_redeem_earn_points_row th,
.woocommerce-shipping-totals.shipping .shipping__inner .shop_table tbody tr.wc_points_redeem_earn_points_row td,
.woocommerce-shipping-totals.shipping .shipping__inner .shop_table tbody tr.wc_points_redeem_ratio_message td
{
    padding-bottom: 25px !important;
}


.woocommerce-checkout-review-order-table tfoot tr.shipping .shipping__inner .shop_table tr th,
.woocommerce-checkout-review-order-table tfoot tr.shipping .shipping__inner .shop_table tr td label{
    color: var(--text-color);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

.woocommerce-checkout-review-order-table tbody tr td.product-name{
    color: var(--text-color);
}

.woocommerce-checkout-review-order-table tfoot tr.order-total td{
    color: var(--text-color);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total td.price{
    text-align: left !important;
}

.woocommerce-checkout-review-order-table tfoot tr.order-total td .amount{
    font-size: 22px !important;
}

/* payment method */
.payment-methods-container{
    display: flex;
    margin-bottom: 30px;
}

.payment-method-title{
    padding: 20px 20px 20px 0;
    font-size: 17px;
    font-weight: 600;
    color: var(--text-color);
}

.wc_payment_methods li .input-radio{
    margin-right: 0 !important;
}

.woocommerce-checkout-payment ul li label{
    padding-left: 3rem;
}

.woocommerce-checkout-payment ul li label::before{
    left: 15px;
}

.woocommerce-checkout-payment ul li label::after{
    left: 19px !important;
}

.woocommerce-terms-and-conditions-wrapper{
    margin-bottom: 50px;
}

/* 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;
}

/* home */
.home-banner{
    margin-bottom: 50px;
}

/* my account */

/* menu nav */
.woocommerce-account .woocommerce-MyAccount-navigation ul{
    border-radius: 5px;
    box-shadow: var(--box-shadow);
    padding: 50px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li{
    margin-bottom: 30px !important;
    font-size: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child{
    margin-bottom: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
    color: var(--text-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a{
    font-weight: 700;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover{
    color: var(--main-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{
    color: var(--text-color);
}

/* points and rewards */
.current-points-container{
    background-color: var(--main-color-50);
    padding: 40px;
    margin-bottom: 50px;
}

.current-points-container .current-points p{
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color);
    line-height: 1.43;
    margin-bottom: 10px !important;
}

.current-points-container .expiration-date p{
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 1.43;
}

.my_account_points_rewards_container{
    padding: 30px 20px;
    box-shadow: var(--box-shadow);
}

.my_account_points_rewards_container .my_account_points_rewards tr td:first-child{
    padding-left: 20px;
}

.my_account_points_rewards_container .my_account_points_rewards thead tr{
    border-bottom: 1px solid var(--border-color);
}

.my_account_points_rewards_container .my_account_points_rewards tr{
    border-bottom: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--text-color);
}

.my_account_points_rewards_container .my_account_points_rewards tr td{
    text-align: left !important;
}

.my_account_points_rewards_container .my_account_points_rewards tbody tr:nth-child(2n){
    background-color: var(--main-color-50);
}

/* orders */
.woocommerce-MyAccount-orders-container{
    padding: 30px 20px;
    box-shadow: var(--box-shadow);
}

.woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders tr td:first-child{
    padding-left: 20px;
}

.woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders thead tr{
    border-bottom: 1px solid var(--border-color);
}

.woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders tr{
    border-bottom: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--text-color);
}

.woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-pending .woocommerce-orders-table__cell-order-status{
    color: #EF5233;
}

.woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status{
    color: #EF8D33;
}

.woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders .woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status{
    color: #32CF2F;
}

.woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders tr a,
.woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders tr a:hover{
    color: var(--text-color);
}

.woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders td{
    text-align: left !important;
}

.woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders tbody tr:nth-child(2n){
    background-color: var(--main-color-50);
}

@media (max-width: 430px){
    .woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-date,
    .woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-total,
    .woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-status,
    .woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-date,
    .woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total,
    .woocommerce-MyAccount-orders-container .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-status{
        display: none;
    }
}

/* wishlist */
.wishlist_table thead th{
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 1.5;
    text-align: left !important;
    color: var(--text-color) !important;
    text-transform: none;
}

.wishlist_table tbody tr .product-thumbnail{
    width: 20%;
}

.wishlist_table tbody tr td,
.wishlist_table tbody tr .product-name a{
    color: var(--text-color) !important;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left !important;
}

/* edit account */
.edit-profile-container{
    padding: 50px;
    margin-bottom: 50px;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
}

.edit-profile-container .form-row{
    float: unset !important;
}

.edit-profile-container .name-container{
    display: flex;
}

.change-password-container{
    padding: 0 50px 50px 50px;
    border-radius: 5px;
    box-shadow: var(--box-shadow);
}

.edit-profile-container .form-row,
.change-password-container .form-row{
    margin-bottom: 50px !important;
}

.edit-profile-container .form-row label,
.change-password-container .form-row label{
    margin-bottom: 0;
    color: var(--main-color);
    font-weight: 400;
}

.edit-address-form{
    padding: 50px;
    box-shadow: var(--box-shadow);
    border-radius: 5px;
}

.edit-address-form .form-row{
    margin-bottom: 50px !important;
}

.edit-address-form .form-row#billing_address_1_field{
    margin-bottom: 10px !important;
}

.edit-address-form .form-row label{
    margin-bottom: 10px;
    color: var(--text-color);
    font-size: 17px;
    font-weight: 600;
}

/* order detail */
.thb-page-title.order-detail .page-title{
    margin: 0 0 15px 0;
}

.woocommerce-order-details .order-history{
    font-size: 17px;
    line-height: 1.3;
    color: var(--text-color);
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    width: fit-content;
}

.woocommerce-order-details .order-history::before{
    content: '< ';
}

.order-detail-container{
    background: var(--main-color-50);
    padding: 30px;
    margin-bottom: 50px;
}

@media (max-width: 736px){
    .order-detail-container{
        padding: 15px;
    }
    
    .order-detail-container .order-detail-table tr{
        font-size: 14px !important;
    }
}

.order-detail-table tbody tr{
    border-bottom: none !important;    
}

.order-detail-table tbody tr td{
    padding: 7.5px 0 ;
}

.order-detail-table tbody tr.pending span{
    color: #EF5233;
}

.order-detail-table tbody tr.processing span{
    color: #EF8D33;
}

.order-detail-table tbody tr.completed span{
    color: #32CF2F;
}

.table-container{
    padding: 30px;
    box-shadow: var(--box-shadow);
    margin-bottom: 50px;
}

@media (max-width:736px) {
    .table-container{
        padding: 0;
        box-shadow: none;
    }
}

table.order_details tr{
    border-bottom: none !important; 
}

table.order_details tbody tr:nth-child(2n){
    background: var(--main-color-50);
}

table.order_details tbody tr.order_total{
    border-top: 1px solid var(--border-color);
    background: #FFFFFF;
}

table.order_details thead{
    border-bottom: 1px solid var(--border-color) ;
}

table.order_details tr th:first-child,
table.order_details tr td:first-child{
    padding-left: 27px !important;
}

@media (max-width:736px) {
    table.order_details tr th:first-child,
    table.order_details tr td:first-child{
        padding-left: 10px !important;
    }
}

table.order_details tbody tr td{
    padding-top: 24px !important;
    padding-bottom: 24px !important;
}

table.order_details tbody tr.order_total td{
    padding-bottom: 0 !important;
}

table.order_details tbody tr.order_total,
table.order_details tbody tr.order_total .amount{
    font-size: 22px !important;
    font-weight: 700 !important;
}

@media (max-width:736px) {
     table.order_details tbody tr td:nth-child(2){
        display: none;
     }
}

.pay-now-btn{
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    background: #EF5233;
    padding: 8px 14px;
}

.pay-now-btn:hover{
    color: #FFFFFF !important;
}

/* thank you */
.woocommerce-thankyou-order-received{
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color); 
    margin-bottom: 30px;
}

.orders-history-button-container{
    display: flex;
    justify-content: center;
}

.orders-history-btn{
    color: #FFFFFF !important;
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(to right, #E1B5E1, #8E5EF0) !important;
    padding: 12px 0;
    border-radius: 5px;
    width: 40%;
    text-align: center;
}

/* product page */
.thb-product-main-row{
    padding-top: 100px !important;
}

.thb-product-detail .product-thumbnails .woocommerce-product-gallery__image img{
    aspect-ratio: 1 / 1;
}

@media (min-width: 1024px){
    /* product thumbnail */
    .thb-product-detail.thb-product-thumbnail-style1 .woocommerce-product-gallery__wrapper{
        padding-left: 222px !important;
    }

    .product-thumbnails{
        width: 202px !important;
    }

    .product-thumbnails a{
        width: 100% !important;
    }

    .product-thumbnails > .slick-list{
        overflow: auto;
        height: 100% !important;
    }

    .thb-product-detail .product-thumbnails .woocommerce-product-gallery__image{
        width: 100% !important;
        margin-right: 15px !important;
        max-width: 100% !important;
        /* height: 187px;
        min-height: 187px; */
    }

    .thb-product-detail .product-thumbnails .woocommerce-product-gallery__image a,
    .thb-product-detail .product-thumbnails .woocommerce-product-gallery__image img{
        width: 100% !important;
    }
}

table.variations .label .woo-selected-variation-item-name{
    display: none !important;
}

table.variations .label{
    margin-top: 10px;
    margin-right: 10px;
}

table.variations label{
    color: var(--text-color);
    font-size: 17px !important;
    font-weight: 600;
    line-height: 1.3 !important;
}

table.variations .woo-variation-items-wrapper li{
    border-radius: 50% !important;
    box-shadow: none !important;
    color: var(--main-color);
    background: var(--main-color-50) !important;
    width: 36px !important;
    height: 36px !important;
}

table.variations .woo-variation-items-wrapper li::before,
table.variations .woo-variation-items-wrapper li::after{
    display: none;
}


table.variations .woo-variation-items-wrapper li.selected{
    color: #FFFFFF;
    background: var(--main-color) !important;
}

table.variations .woo-variation-items-wrapper .reset_variations{
    display: none !important;
}

.summary .product_title{
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1.4;
    margin-bottom: 30px !important;
}

.summary > .price{
    padding: 0 !important;
    margin-bottom: 70px !important;
}

.summary .price .amount{
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.4;
}

.summary div.quantity{
    border-radius: 5px !important;
    padding: 0 80px !important;
}

.summary div.quantity .plus,
.summary div.quantity input, 
.summary div.quantity .minus{
    height: 50px !important;
}

.summary div.quantity .minus{
    left: 60px !important;
}

.summary div.quantity .plus{
    right: 60px !important;
}

.summary div.quantity .plus::before{
    top: 21px !important;
}

.summary .single_add_to_cart_button.button{
    height: 50px !important;
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    width: 42%;
}

/* shop page */
.thb-shop-category-list{
    display: flex;
    justify-content: space-between;
}

.thb-shop-category-list .thb-shop-category-item{
    width: 10.2%;
    margin-right: 20px !important;
}

.thb-shop-category-list .thb-shop-category-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.thb-shop-category-list .thb-shop-category-item img{
    background: #d9d9d9;
    border-radius: 50%;
}

.thb-shop-category-list .thb-shop-category-item .thb-shop-category-title{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: var(--main-color);
}

@media (max-width: 1067px) {
    .thb-shop-category-list{
        flex-wrap: nowrap;
        overflow: auto;
    }

    .thb-shop-category-list::-webkit-scrollbar{
        display: none;
    }

    .thb-shop-category-list .thb-shop-category-item{
        min-width: 120px;
    }   
}

@media (max-width: 736px) {
    .thb-shop-category-list .thb-shop-category-item .thb-shop-category-title{
        font-size: 16px;
    }
}

/* filter bar */
#thb-shop-filters{
    color: var(--main-color);
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 1.3;
    width: fit-content;
    padding: 13px 80px 13px 30px;
}

.thb-side-filters .side-panel-content{
    padding: 20px !important;
}

.thb-products-per-page span,
.thb-products-per-page a{
    color: var(--text-color);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

.woocommerce-ordering{
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 13px 19px;
}


.woocommerce-ordering .orderby{
    color: var(--main-color);
    font-size: 17px !important;
    font-weight: 600 !important;
    background-size: 13px 7px !important;
    background-position: 100% 10px !important;
}

/* quick shop */
.thb-product-quickview{
    padding: 50px;
}

.thb-product-quickview .thb-product-quickview-images{
    margin-bottom: 50px;
}

.thb-product-quickview .product-information{
    padding: 0 !important   ;
}

.thb-product-quickview .summary .product_title{
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1.4;
    margin-bottom: 30px !important;
}

.thb-product-quickview .summary > .price{
    padding: 0 !important;
    margin-bottom: 45px !important;
}

.thb-product-quickview .summary .price .amount{
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.4;
}

.thb-product-quickview .summary form.cart{
    margin-top: 0 !important;
}

/* news page */
.news-title .thb-page-title .row .columns{
    display: flex;
    justify-content: center;
}

.news-container{
    width: 100%;
}

.news-container .sidebar{
    width: 35%;
    padding: 20px;
    display: flex;
    flex-direction: column;
}

.news-container .sidebar .post-link{
    background: url(../img/forward-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    padding: 10px 20px 10px 10px;
    border-bottom: 1px solid #d5d5d5;
}

.news-container .sidebar .post-link .post-summary{
    display: flex;
    flex-direction: column;
}

.news-container .sidebar .post-link .post-summary .post-title{
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}

.news-container .sidebar .post-link .post-summary .post-date{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.news-container .content{
    width: 65%;
    padding: 20px;
}

.news-container .content #post-content .post-img{
    margin-bottom: 22px;
}

.news-container .content #post-content h6{
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    
}

.news-container .content #post-content .post-date{
    color: var(--text-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px !important;
}

@media (max-width: 1024px) {
    .news-container{
        flex-direction: column;
    }

    .news-container .sidebar,
    .news-container .content{
        width: 100%;
    }
}