:root {
    --main-color: #75836A;
    --main-color-50: rgba(217, 217, 217, 1);
    --button-text: black;
    --border-color: #dadada;
    --text-color: #2a2a2a;
}


/* common css */

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 22px;
}

img{
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


.grey22regular{
    color: var(--text-color);
    font-size: 22px;
    font-weight: 400;
}

.lineheight-300{
    line-height: 300%;
}

button:focus,
select:focus {
    outline:0;
}

input[type=checkbox] {
    accent-color: var(--main-color);
}

input[type=checkbox]:checked {
    accent-color: var(--main-color);
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a{
    color: #979797 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 25.31px !important;
}

.woocommerce-breadcrumb a:hover{
    text-decoration: none !important;
    color: #979797 !important;
}

/* language switcher link */
.wpml-ls-link{
    font-size: 20px;
    font-weight: 400;
    line-height: 28.13px;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a{
    font-weight: 900;
}

.wpml-ls-link:hover{
    text-decoration: none !important;
}

/* quantity button */
.buttons_added{
    width: 169px;
    height: 62px;
    border: 1.6px solid #DADADA !important;
    justify-content: space-around;
    padding: 0 !important;
}

.buttons_added .minus{
    background-image: url(../img/cart-minus.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position:  relative !important;
    height: 100% !important;
}

.buttons_added .plus{
    background-image: url(../img/cart-plus.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position:  relative !important;
    height: 100% !important;
}

.buttons_added .minus::after,
.buttons_added .plus::after,
.buttons_added .plus::before{
    content: none !important;
}

.buttons_added .qty{
    color: #2a2a2a !important;
    font-size: 18px !important;
    height:  100% !important;
}

.wc-backward:hover,
.wc-forward:hover,
.button{
    text-decoration: none !important;
    background-color: var(--main-color) !important;
}

.must-log-in,
.must-log-in a{
    color: #2a2a2a !important;
}

.must-log-in a:hover{
    color: #2a2a2a !important;
}

.thb-checkout-toggle{
    background: #AE8B66 !important;
    border-radius: 3px;
    padding: 15px 30px !important;
    color: #FFFFFF !important;
    font-size: 18px !important;
    line-height: 25.31px !important;
}

.thb-checkout-toggle a{
    color: #EECF90 !important;
    font-size: 18px !important;
    line-height: 25.31px !important;
    font-weight: 700 !important;
    text-decoration: underline;
}

.thb-checkout-toggle svg{
    fill: #FFFFFF !important;
}

.woocommerce-privacy-policy-text a{
    text-decoration: underline;
    color: unset !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*/

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


@media (min-width: 1220px) {
    .products .product-category.small-6 {
        max-width: 12% !important;
    }
}


.products .product-category .woocommerce-loop-category__title {
    color: #000000;
    font-size: 22px!important;
    line-height: 30.94px !important;
    font-family: Roboto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1220px) and (min-width: 46em) {
    .products .product-category .woocommerce-loop-category__title {
        font-size: 20px !important;
    }
}


.products .product-category:hover .woocommerce-loop-category__title {
    color: #000000 !important;
}

.products .product-category .thb-category-link:hover{
    text-decoration: none !important;
}

.amount {
    font-size: 18px;
    /* font-weight: bold; */
}

/* Product Filter */
.thb-side-filters{
    width: 30vw !important;
}

.thb-side-filters .side-panel-header{
    margin: 55px 0;
    padding: 0 40px;
}

.thb-side-filters .side-panel-header span{
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 50.63px !important;
}

.thb-side-filters .side-panel-header .thb-close{
    right: 40px !important;
}

.thb-side-filters .side-panel-header .thb-close svg{
    width: 25px;
    height: 25px;
    fill: var(--main-color);
}

.thb-side-filters .thb-widget-title{
    color: #2a2a2a !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 33.75px !important;
    margin:0 0 50px 0!important;
}

.thb-side-filters .widget_product_categories{
    margin-bottom: 90px !important;
}

.thb-side-filters .widget_product_categories .product-categories .cat-item{
    margin-bottom: 23px !important;
}

.thb-side-filters .widget_product_categories .product-categories .cat-item a{
    color: #2A2A2A !important;
    font-size: 22px !important;
    line-height: 30.94px !important;
}

.thb-side-filters .widget_product_categories .product-categories .cat-item a:hover{
    color: #2A2A2A !important;
    text-decoration: none !important;
}

.thb-side-filters .widget_price_filter .price_slider_amount{
    flex-direction: unset !important;
    justify-content: unset !important;
    margin-bottom: 50px;
}

.thb-side-filters .widget_price_filter form .price_slider_wrapper .price_slider_amount {
    color: #979797 !important;
    font-size: 22px !important;
    line-height: 30.94px !important;
}

.filter-btn{
    width: 100%;
    padding: 16px;
    color: #FFFFFF;
    background-color: var(--main-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 30.94px;
    text-align: center;
    border-radius: 31px;
}

.thb-filter-bar {
    margin-bottom: 38px !important;
}

@media (min-width: 46em) {
    .thb-filter-bar.style1>div>div:first-child{
        max-width: 30% !important;
        flex: 0 0 30% !important;
    }

    .thb-filter-bar.style1>div>div:last-child{
        max-width: 70% !important;
        flex: 0 0 70% !important;
    }
}

.thb-filter-bar #thb-shop-filters{
    color: #2A2A2A !important;
    font-size: 24px !important;
    line-height: 33.75px !important;
}

.thb-filter-bar #thb-shop-filters:hover{
    color: #2A2A2A !important;
    text-decoration: none;
}

.thb-filter-bar #thb-shop-filters svg {
    width: 35px !important;
    height: 35px !important;
    fill: var(--main-color) !important;
    margin-right: 25px !important;
}

.thb-filter-bar .thb-products-per-page a,
.thb-filter-bar .filter-bar-title{
    color: #2A2A2A !important;
    font-size: 24px !important;
    line-height: 33.75px !important;
}

.thb-filter-bar .thb-products-per-page a:hover{
    color: #2A2A2A !important;
    text-decoration: none !important;
}

.thb-filter-bar .woocommerce-ordering .orderby{
    font-size: 22px !important;
    line-height: 33.75px !important;
    height: 36px !important;
    line-height: 25px !important;
    position: relative;
    background-image: url(../img/select-down.png);
    background-size: 25px 25px;
    padding: 0 25px !important;
}

.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: Roboto !important;
    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: #2a2a2a;
    font-size: 22px;
}

.thb-share-product .thb-share-text {
    color: #2a2a2a;
    font-size: 22px;
}

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

.thb-product-detail .product-information .thb-product-meta-before .yith-wcwl-add-to-wishlist a i::before{
    font-size: 25px;
}

.thb-product-detail .product-information .thb-product-meta-before .yith-wcwl-add-to-wishlist .add_to_wishlist:hover{
    text-decoration: none;
}

.thb-product-detail .product-information .thb-product-meta-before .yith-wcwl-add-to-wishlist .add_to_wishlist: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);
    height: 25px !important;
}


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

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

.woocommerce-mini-cart .woocommerce-mini-cart-item a:hover{
    text-decoration: none !important;
    color: #2a2a2a !important;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item a.remove:hover{
    color: #FFFFFF !important;
    background: #dbdbdb !important; 
}


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

.woocommerce-mini-cart__buttons a:hover{
    color: #FFFFFF !important;
    background-color: var(--main-color) !important;
    text-decoration: none !important;
}

/* 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 */
/* footer column width */

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

.footer .footer-row>div{
    width: fit-content !important;
    max-width: fit-content;
    flex: unset;
}


.footer .widget.widget_media_image{
    margin-bottom: 120px;
}

.footer img{
    width: 91px;
    height: 141px;
} 

.footer .copyright,
.footer .copyright a{
    color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.02em;
    text-align: left;
}

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

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

.footer .location p,
.footer .call p{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    letter-spacing: 0.02em;
    text-align: left;
}

.footer .location {
    margin-bottom: 27px;
}

.footer .call {
    margin-bottom: 15px;
}


/* .thb-social-links-container .thb-social-link {
    border-color: #FFFFFF !important;
    color: #FFFFFF !important;
}

.thb-social-links-container .thb-social-link:hover{
    background-color: transparent !important;
}

.thb-social-links-container .thb-social-link+.thb-social-link{
    margin-left: 20px !important;
} */

.social-links-container{
    display: flex;
}

.social-links-container .social-link{
    width: 50px;
    height: 50px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.social-links-container .social-link a{
    font-size: 24px !important;
    line-height: 100% !important;
}


/* Footer Title*/

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

.footer li{
    margin-bottom: 23px !important;
}

.footer .widget a {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 140.62%;
    color: #FFFFFF
}

.footer .widget a:hover {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.subfooter-content a {
    color: #4F4F4F !important;
}

.footer .copyright a:hover{
    color: #FFFFFF !important;
    text-decoration: underline !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 .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;
}

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
}



/* product page */

.thb-product-detail .product-information .product_meta>span {
    display: block;
    margin-bottom: 10px;
    margin-top: 58px;
}

.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: 76px;
}

.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{
    font-size: 24px;
    font-weight: 700 !important;
    line-height: 33.75px;
    text-align: center;
}

.login-page-form li a:hover{
    color: #dadada !important;
    text-decoration: none;
}

.login-page-form li a.active {
    color: var(--main-color) !important;
}

.login-page-form li a:before {
    border-bottom: none !important;
}


/* user name and password font */

.woocommerce form .form-row,
.woocommerce-page .form-row {
    font-family: Roboto !important;
    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;
}

.form-row-username input,
.form-row-password input{
    margin-bottom: 40px !important;
}

/* login button */
.thb-login-form .lost_password span{
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
    text-align: left;
    color: var(--text-color);
    vertical-align: unset !important;
}

.thb-login-form .lost_password a.lost-password{
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
    text-align: left;
    color: #2a2a2a;
}

.thb-login-form .lost_password a.lost-password:hover{
    text-decoration: none !important;
    color: #2a2a2a !important;
}

.thb-login-form .woocommerce-Login,
.thb-register-form .woocommerce-Register{
    display: flex !important;
    justify-content: center;
}

.woocommerce-Button-login-button,
.woocommerce-Button-register-button{
    font-size: 22px;
    font-weight: 500;
    line-height: 30.94px;
    text-align: center;
    color: #FFFFFF;
    background-color: var(--main-color);
    padding: 8px 130px;
    border-radius: 32px;
}



.thb-login-form .form-row,
.thb-register-form .form-row{
    margin: 0;
}

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

.thb-register-form input{
    margin-bottom: 40px !important;
}

.thb-register-form label.read_privacy span{ 
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
    text-align: left;
    vertical-align: top;
}

.thb-register-form label.read_privacy span a{
    text-decoration: underline;
} 

.thb-register-form label.read_privacy span a:hover{
    color: #2a2a2a !important;
}

/* social login text */
.wc-social-login{
    display: flex;
    justify-content: center;
}

.wc-social-login .btn-social-login{
    margin-right: 45px;
}

.wc-social-login .btn-social-login:last-child{
    margin-right: 45px;
}

.btn-social-login .social-login-logo{
    border-radius: 50%;
    width: 52px;
    height: 52px;
}


.woocommerce_login_form_social_login {
    font-family: Roboto !important;
    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: Roboto !important;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140.62%;
    color: #4F4F4F;
    display: inline-block;
    width: 100%;
    /* 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;
}


/* FAQs page */
.faq-cat{
    color: #979797;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.94px;
    text-align: left;
    margin-bottom: 23px;
}

.faq-cat.active{
    color: #AE8B66;
}

.faq-row .thb-accordion{
    display: none;
}

.faq-row .thb-accordion.active{
    display: block;
}

/* FAQs accordion */
.faq-row .thb-accordion .vc_tta-panel{
    border-top: none !important;
    border-bottom: 2px solid #dadada;
    margin-bottom: 40px;
}

.faq-row .thb-accordion .vc_tta-panel .vc_tta-panel-heading a{
    padding-top: 0 !important;
    opacity: 1;
}

.faq-row .thb-accordion .vc_tta-panel .vc_tta-panel-heading a:hover{
    text-decoration: none !important;
}

.faq-row .thb-accordion .vc_tta-panel .vc_tta-panel-heading .vc_tta-title-text{
    color: #2a2a2a;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.94px;
    text-align: left;
}

.thb-accordion .vc_tta-panel-heading h4 a:before,
.thb-accordion .vc_tta-panel-heading h4 a::after{
    background: var(--main-color) !important;
    top: 30% !important;
}

.thb-accordion .vc_tta-panel-heading h4 a:before{
    height: 2px !important;
}

.thb-accordion .vc_tta-panel-heading h4 a::after{
    width: 2px !important;
}

/*page title */

.page-title {
    color: var(--main-color) !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 50.63px !important;
    text-align: left;
}


/* 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) {
    .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:  #EECF90;
    color: #2a2a2a;
}


/* 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 */
.my_account_points_rewards {
    margin-bottom: 37px;
}

.points-user td {
    border-bottom: 2px solid #DADADA;
}

.points-user td {
    color: #2a2a2a;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.94px;
}

.points-rewards-event-points div {
    border-radius: 30px;
    height: 60px;
    width: 60px;
    background: var(--main-color);
    float: right;
}

.points-rewards-event-points div.minus {
    background: #ED5C4D;
}

.points-rewards-event-points div p {
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
}

.points-rewards-event-description{
    color: #2a2a2a;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.94px;
    text-align: left;
} 

.points-rewards-event-description .points-rewards-event-date {
    color: #8f8f8f;
    font-size: 18px;
}

.my_account_points_rewards tbody tr.points-event{
    border-bottom: none;
}

/* home page */
.divider{
    display: flex;
}

.divider::before{
    flex: 1;
    content: '';
    padding: 0px;
    background-color: var(--main-color);
    margin: 25px 25px 25px 0;
}

.divider::after{
    flex: 1;
    content: '';
    padding: 0px;
    background-color: var(--main-color);
    margin: 25px 0 25px 25px;
}

/* about us */
.about-us-img{
    display: flex;
    justify-content: center;
}

.about-us-img figure{
    width: fit-content !important;
}

.about-us-img img{
    width: 217px;
    height: 324px;
}

/* My Account - navigation */
.woocommerce-MyAccount-navigation ul li a{
    color: #979797;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.94px;
    text-align: left;
}

.woocommerce-MyAccount-navigation ul li a:hover{
    text-decoration: none !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a{
    text-decoration: none !important;
    color: #AE8B66 !important; 
}

/* My Account - edit account */
form.edit-account .form-row{
    margin: 0 0 40px 0;
}

form.edit-account legend{
    color: var(--main-color) !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 50.63px;
    text-align: left;

}

.woocommerce-Button-save-change{
    color: #FFFFFF;
    background-color: var(--main-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 30.94px;
    text-align: center;
    padding: 8px 100px;
    border-radius: 32px;
}

/* My Account - orders */
.account-orders-table thead tr,
.account-orders-table tbody tr{
    border-bottom: 2px solid #dadada !important;
}

.account-orders-table tbody tr:last-child{
    border-bottom: none !important;
}

.account-orders-table thead tr th{
    padding-bottom: 25px !important;
}

.account-orders-table thead th span{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.31px;
    text-align: left;
}

.account-orders-table tbody tr td,
.account-orders-table tbody tr td .amount{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
    text-align: left;
    padding-top: 44px;
    padding-bottom: 44px;
}

.account-orders-table tbody tr .woocommerce-orders-table__cell-order-number a:hover{
    text-decoration: none;
    color: #2a2a2a;
}

.woocommerce-button-view{
    color: #FFFFFF;
    background-color: var(--main-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 30.94px;
    text-align: center;
    padding: 16px 31px; 
    border-radius: 32px;
}

.woocommerce-button-view:hover{
    color: #FFFFFF;
    text-decoration: none;
}

/* My Account - view order */
.qr-code-container{
    background: #AE8B66;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    margin-bottom: 40px;
}

.qr-code-container .scan-to-pay{
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 50.63px;
    text-align: center;
}

.woocommerce-order-shipping-details__title.page-title,
.woocommerce-order-details__title.page-title{
    margin-bottom: 40px !important;
}

table.order_details thead tr,
table.order_details tfoot tr{
    border-bottom: 2px solid var(--border-color);
}

table.order_details thead tr th{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.31px;
    padding-bottom: 25px;
}

table.order_details tbody tr{
    color: #2a2a2a;
    border-bottom: none !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
}

table.order_details tbody tr .product-name a:hover{
    color: #2a2a2a;
    text-decoration: none;
}

table.order_details tbody tr:last-child{
    border-bottom: 2px solid var(--border-color) !important;
}

table.order_details tbody tr:first-child th,
table.order_details tbody tr:first-child td{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

table.order_details tbody tr th,
table.order_details tbody tr td{
    padding-top: 0 !important;
    padding-bottom: 25px !important;
}

table.order_details tbody .amount{
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
}

table.order_details tfoot tr{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
}

table.order_details tfoot tr th,
table.order_details tfoot tr td{
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

table.order_details tbody .amount,
table.order_details tfoot .amount{
    font-size: 18px;
    font-weight: 700;
    line-height: 25.31px;
}

.woocommerce-customer-details address{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    line-height: 300%;
    text-align: left;
}

/* My Account - address */
form.edit-address .form-row{
    margin: 0 !important;
}

form.edit-address input{
    margin-bottom: 40px !important;
}


/* My Account - wishlish */
.my-wishlist.page-title{
    margin-bottom: 30px;
}

.wishlist_table thead th{
    padding-bottom: 25px !important;
    text-align: left !important;
}

.wishlist_table thead th span{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 700;
    line-height: 25.31px;
    text-align: left;
}

.wishlist_table .wishlist-empty{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
    text-align: left;
}

.wishlist_table .wishlist-items-wrapper .product-remove .remove:hover{
    text-decoration: none;
    color: black;
    background-color: transparent;
    border-color: black;
}

.wishlist_table .wishlist-items-wrapper .product-name a{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
    text-align: left;
}

.wishlist_table .wishlist-items-wrapper .product-name a:hover{
    color: #2a2a2a;
    text-decoration: none;
}

.wishlist_table .wishlist-items-wrapper .product-price{
    text-align: left !important;
}

.wishlist_table .wishlist-items-wrapper .product-price .amount{
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
}

/* Cart page */
.cart.page-title{
    margin-bottom: 30px !important;
}

.thb-cart-column{
    padding-right: 0.8rem !important;
}

table.cart thead tr{
    border-bottom: 2px solid #dadada !important;
}

table.cart thead tr th{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
    padding-bottom: 25px !important;
}

table.cart tbody .cart_item{
    border-bottom: none;
}

table.cart tbody .cart_item:last-child{
    border-bottom: 2px solid #dadada;
}

table.cart tbody .cart_item .product-remove .remove:hover{
    text-decoration: none;
    color: black;
    background-color: transparent;
    border-color: black;
}

table.cart tbody .cart_item .product-name{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
}

table.cart tbody .cart_item .product-name a:hover{
    text-decoration: none;
    color: #2a2a2a;
}

table.cart tbody .cart_item .amount{
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
}

table.cart tbody tr:last-child td .button{
    color: #FFFFFF !important;
    border-radius: 50px !important;
    height: 67px;
}

.coupon{
    max-width: unset !important;
}

.coupon .input-text{
    height: unset;
    max-height: 100%;
    width: unset !important;
    padding: 19px 90px 19px 19px !important;
    font-size:24px;
}

.coupon .input-text::placeholder{
    color: #979797;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
    text-align: left;
}

.apply-coupon-btn{
    color: #FFFFFF;
    background-color: var(--main-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 30.94px;
    text-align: center;
    padding: 16px 54px;
    border-radius: 31px;
    margin-right: auto;
}

.cart-collaterals{
    margin-top: 85px;
}

.cart_totals table tbody tr{
    border-bottom: 2px solid #dadada !important;
}

.cart_totals table tbody tr:last-child{
    border-bottom: none !important;
}

.cart_totals table tbody tr th{
    font-size: 18px;
    line-height: 25.31px;
}

.cart_totals table tbody tr.cart-discount th,
.cart_totals table tbody tr.cart-discount td,
.cart_totals table tbody tr.cart-discount .amount,
.cart_totals table tbody tr.cart-discount a,
.cart_totals table tbody tr.cart-discount a:hover{
    color: #ED5C4D;
}

input.button.wc_points_rewards_apply_discount{
    color: #FFFFFF !important;
}

.cart_totals table tbody tr .amount{
    font-size: 18px;
    line-height: 25.31px;
}

.cart_totals table tbody tr th,
.cart_totals table tbody tr.order-total .amount,
.cart_totals table tbody tr>td>table>tbody>.wc_points_redeem_ratio_message td,
.cart_totals table tbody tr>td>table>tbody>.wc_points_redeem_earn_points_row .wc_points_redeem_current_point{
    font-weight: 700 !important;
}

.cart_totals table tbody tr>td>table>tbody>.wc_points_redeem_earn_points_row .wc_points_redeem_current_point{
    text-align: right;
    color: var(--main-color);
}

.cart_totals table tbody tr>td>table>tbody>tr{
    border-bottom: none !important;
}

.cart_totals table tbody tr>td>table>tbody>tr:nth-child(2){
    border-top: 2px solid #dadada !important;
}

.cart_totals table tbody tr>td>table>tbody>.wc_points_redeem_apply_btn td{
    padding-left: 0;
}

.cart_totals table tbody tr>td>table>tbody>.wc_points_redeem_apply_btn input.wc_points_rewards_apply_discount{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 30.94px;
    text-align: center;
    padding: 16px 50px;
    height: unset;
    border-radius: 32px;
}

.cart_totals table tbody tr>td>table>tbody>.wc_points_redeem_apply_btn input.wc_points_rewards_apply_discount:hover{
    background-color: var(--main-color);
}

.checkout-button{
    color: #FFFFFF !important; 
    background-color: var(--main-color) !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 30.94px !important;
    text-align: center !important;
    border-radius: 31px !important;
    padding: 8px 0 !important;
    height: unset !important;
}

.checkout-button:hover{
    color: #FFFFFF !important;
    text-decoration: none !important;
}

/* checkout page */
.thb-checkout-form-column .col-1,
.thb-checkout-form-column .col-2{
    max-width: unset !important;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-additional-fields__field-wrapper .fomr-row{
    margin: 0 !important;
}

.woocommerce-billing-fields__field-wrapper input{
    margin-bottom: 40px !important;
}

@media (min-width: 46em) {
    .woocommerce-checkout-review-order {
      margin-top: 100px;
    }
}

.woocommerce-checkout-review-order-table .amount{
    font-size: 18px !important;
    line-height: 25.31px !important;
}


.woocommerce-checkout-review-order-table thead tr{
    border-bottom: 2px solid #dadada !important;
}

.woocommerce-checkout-review-order-table thead tr th{
    font-size: 18px;
    font-weight: 700;
    line-height: 25.31px;
    text-align: left;
    color: #2a2a2a !important;
    padding-bottom: 25px !important;
}  

.woocommerce-checkout-review-order-table tbody .cart_item{
    border-bottom: none ;
}

.woocommerce-checkout-review-order-table tbody .cart_item:last-child{
    border-bottom: 2px solid #dadada !important;
}


.woocommerce-checkout-review-order-table tfoot .delivery_fee_info,
.woocommerce-checkout-review-order-table tfoot .wc_points_redeem_apply_btn,
.woocommerce-checkout-review-order-table tfoot .order-total,
.woocommerce-checkout-review-order-table tfoot .cart-discount{
    border-bottom: 2px solid #dadada !important;
}

.woocommerce-checkout-review-order-table tfoot tr{
    font-size: 18px;
    line-height: 25.31px;
    color: #2a2a2a;
}

.woocommerce-checkout-review-order-table tfoot .delivery_fee_info th,
.woocommerce-checkout-review-order-table tfoot .wc_points_redeem_earn_points_row th,
.woocommerce-checkout-review-order-table tfoot .wc_points_redeem_ratio_message td,
.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total .amount,
.woocommerce-checkout-review-order-table tfoot .cart-discount th{
    font-weight: 700;
}

.woocommerce-checkout-review-order-table tfoot .cart-discount th,
.woocommerce-checkout-review-order-table tfoot .cart-discount td,
.woocommerce-checkout-review-order-table tfoot .cart-discount td .amount,
.woocommerce-checkout-review-order-table tfoot .cart-discount td a{
    color: #ED5C4D;
}

.woocommerce-checkout-review-order-table tfoot .wc_points_redeem_earn_points_row .wc_points_redeem_current_point{
    color: var(--main-color);
    font-weight: 700;
}

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

.woocommerce-checkout-review-order-table tfoot .wc_points_redeem_apply_btn .wc_points_rewards_apply_discount{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 30.94px;
    text-align: center;
    padding: 16px 50px;
    height: unset;
    border-radius: 32px;
}

.woocommerce-checkout-review-order-table tfoot .wc_points_redeem_apply_btn .wc_points_rewards_apply_discount:hover{
    background-color: var(--main-color) !important;
}

.woocommerce_checkout_place_order_btn{
    font-size: 22px !important;
    font-weight: 500;
    line-height: 30.94px !important;
    text-align: center;
    color: #FFFFFF;
    background: var(--main-color);
    padding: 16px 0 ;
    border-radius: 32px;
}

/* order-received page */
.comfirm-email-container{
    background: #F5F6F7;
    display: flex;
    margin-bottom: 30px;
    padding: 30px 0;
}

.comfirm-email-container .icon-container{
    width: 8%;
}

.comfirm-email-container p{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    margin-bottom: 0 !important;
}

.woocommerce-thankyou-order-details{
    background: #F5F6F7 !important;
    border: none !important;
    padding: 4% 8% !important;
}

.woocommerce-thankyou-order-details li{
    font-size: 18px;
    font-weight: 400;
    line-height: 45px;
}

.woocommerce-thankyou-order-details li .amount{
    font-size: 18px;
    font-weight: 700;
    line-height: 45px
}

.orders-history-btn{
    color: #FFFFFF;
    background: var(--main-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 30.94px;
    text-align: center;
    border-radius: 32px;
    padding: 16px 94px;
}

.orders-history-btn:hover{
    color: #FFFFFF;
    text-decoration: none;
}

.thankyou-order-notice{
    width: 100%;
    background: #AE8B66;
    margin-bottom: 30px;
    padding: 20px 0;
    display: flex;
}

.thankyou-order-notice .icon-container{
    width: 8%;
}

.thankyou-order-notice p{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
    margin-bottom: 0;
}

/* product related */
.thb-product-icon:hover a, 
.thb-product-icon.exists a,
.thb-product-icon:hover{
    background-color: #FFFFFF !important;
    color: #ED5C4D !important;
    border-radius: 50%;
}

.thb-product-icon a{
    color: var(--main-color) !important;
}

.thb-quick-view svg{
    fill: var(--main-color);
}

.star-rating{
    font-size: 28px !important;
}

.star-rating>span{
    height: 100% !important;
}

.woocommerce-product-rating .woocommerce-review-link{
    color: #2a2a2a;
    font-size: 22px;
    font-weight: 300;
    line-height: 25.78px;
    text-align: center;
}

.woocommerce-product-rating .woocommerce-review-link:hover{
    text-decoration: none !important;
    color: #2a2a2a !important;
}

.thb-product-inner-content .product-category{
    margin-bottom: 13px !important;
}

.thb-product-inner-content .product-category a{
    color: #AE8B66 !important;
    font-size: 22px;
    font-weight: 400;
    line-height: 30.94px;
} 

.thb-product-inner-content .product-category a:hover{
    color: #AE8B66 !important;
    text-decoration: none   ;
}

.thb-product-inner-content .woocommerce-loop-product__title a{
    color: #2a2a2a !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.94px;
    font-family: Roboto;
}

.thb-product-inner-content .woocommerce-loop-product__title a:hover{
    text-decoration: none !important;
}

.thb-product-inner-content .price .amount{
    font-size: 26px;
    font-weight: 400;
    line-height: 36.56px;
}

.thb-product-inner-content .price ins .amount bdi{
    color: #ED5C4D;
}

.thb-product-inner-content .price del .amount bdi{
    color: #2a2a2a;
}

.thb-product-inner-content .price .amount bdi{
    color: var(--main-color);
}

/* single product page */
.product-information .summary .product_title{
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 700;
    line-height: 50.63px;
    margin-bottom: 25px;
}

.product-information .summary .price{
    padding: 0;
    margin-bottom: 25px;
}

.product-information .summary .price .amount{
    font-size: 30px !important;
    line-height: 42.19px;
}

.product-information .summary form.cart .buttons_added{
    margin-right: 25px;
}


.product-information .summary form.cart .single_add_to_cart_button{
    color: #FFFFFF ;
    height: 62px ;
    border-radius: 32px ;
    padding-left: 54px;
    padding-right: 54px;
    margin-right: 0;
}

.product-information .summary form.cart .single_add_to_cart_button:hover{
    background-color: var(--main-color);
}

.stock{
    font-size: 22px !important;
    line-height: 30px !important;
}

.stock span{
    font-weight: 700 !important;
}

.thb-share-product a:hover,
.yith-wcwl-wishlistexistsbrowse a:hover{
    text-decoration: none !important;
}

.thb-product-tabs.thb-product-tabs-style4 .wc-tabs li.active{
    border-top-color: var(--main-color) !important;
}

.thb-product-tabs.thb-product-tabs-style4 .wc-tabs li a{
    color: var(--main-color) !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 30.94px;
}

.thb-product-tabs.thb-product-tabs-style4 .wc-tabs li.active a{
    color: #2a2a2a !important;
    font-weight: 400 !important;
}

.thb-product-tabs.thb-product-tabs-style4 .wc-tabs li a:hover{
    text-decoration: none !important;
}

.commentlist li{
    background: #FCFBF6 !important;
}

.comment-text .meta .woocommerce-review__author,
.comment-text .description p{
    font-size: 24px !important;
    line-height: 33.75px;
}

.comment-text .meta .woocommerce-review__published-date{
    font-size: 20px !important;
}

.woocommerce-Reviews #comments{
    margin-bottom: 80px !important;
}

.woocommerce-Reviews #review_form .comment-reply-title{
    font-size: 36px;
    font-weight: 700;
    line-height: 42.19px;
    text-align: left;
    margin-bottom: 31px;
}

.woocommerce-Reviews #review_form .comment-form .comment-form-rating{
    order: 1;
    margin-bottom: 40px;
}

.woocommerce-Reviews #review_form .comment-form .comment-form-rating .stars{
    min-width: 200px;
    height: 33px;
}

.woocommerce-Reviews #review_form .comment-form .comment-form-rating .stars span{
    height: 33px;
}

.woocommerce-Reviews #review_form .comment-form .comment-form-rating .stars span a{
    font-size: 33px;
    width: 33px;
}

.woocommerce-Reviews #review_form .comment-form .comment-form-rating p.stars.selected a,
.woocommerce-Reviews #review_form .comment-form .comment-form-rating p.stars a:hover{
    color: #FABD00 !important;
} 

.woocommerce-Reviews #review_form .comment-form .comment-form-rating p.stars a.active~a{
    color: #DADADA !important;
}


.woocommerce-Reviews #review_form .comment-form .comment-form-rating label,
.woocommerce-Reviews #review_form .comment-form .comment-form-comment label{
    color: #2a2a2a;
    font-size: 18px;
    font-weight: 400;
    line-height: 25.31px;
}

.woocommerce-Reviews #review_form .comment-form .comment-form-comment{
    order: 2;
    margin-bottom: 30px;
}

.woocommerce-Reviews #review_form .comment-form .comment-form-comment textarea{
    margin-bottom: 0;
}

.woocommerce-Reviews #review_form .comment-form .comment-form-required-caption{
    order: 3;
    color: #979797;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 28.13px;
    margin-bottom: 40px;
}

.woocommerce-Reviews #review_form .comment-form .form-submit{
    order: 4;
}

.woocommerce-Reviews #review_form .comment-form .form-submit .submit{
    color: #FFFFFF;
    background-color: var(--main-color);
    font-size: 22px;
    font-weight: 500;
    line-height: 30.94px;
    text-align: center;
    padding: 16px 54px;
    border-radius: 32px;
    height: unset;
}

/* product category */
.thb-woocommerce-header-title{
    display: flex;
    justify-content: center;
    align-items: center;
}

.thb-woocommerce-header-title::before,
.thb-woocommerce-header-title::after{
    flex: 1;
    content: '';
    padding: 2px;
    background-color: var(--main-color);
}


@media (min-width: 733px) {
    .thb-woocommerce-header-title::before {
        margin: 5px 50px 5px 5px;
    }

    .thb-woocommerce-header-title::after {
        margin: 5px 5px 5px 50px;
    }
}

.thb-woocommerce-header-title .thb-shop-category-thumbnail{
    width: 115px;
    height: 115px;
    margin-right: 20px;
}

.thb-woocommerce-header-title .thb-shop-category-title{
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 50.63px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.woocommerce-shipping-methods li label{
    font-size: 18px;
}

.woocommerce-shipping-methods li label::before{
    top: 0.4rem !important;
}

.woocommerce-shipping-methods li label::after{
    top: 0.65rem !important;
}