:root {
    mainColor: #121212;
    mainColorHalfOpacity: rgba(18,18,18,0.19);
} 

/* common css */
body {
    font-size: 18px;
}

/*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-size: 24px!important;
    font-weight: bold;
    padding: 23px;
}

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

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

.products .product .woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

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

.thb-filter-bar .woocommerce-ordering .orderby {
    height: 25px !important;
    line-height: 25px !important;
}

.thb-filter-bar {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1;
}

.thb-filter-bar #thb-shop-filters {
    font-size: 18px;
}

.thb-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(--mainColorHalfOpacity);
}
/* 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(--mainColor);
}

/* product page: comment title */
#comments .woocommerce-Reviews-title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--mainColor);
}

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

.thb-product-detail .product-information .woocommerce-product-rating .woocommerce-review-link {
    color: #bfab80
}

.thb-product-detail .product-information .thb-product-meta-before .yith-wcwl-add-to-wishlist .text {
    color: #8F8F8F;
    font-size: 18px;
}

.thb-share-product .thb-share-text {
    color: #8F8F8F;
    font-size: 18px;
}

.thb-product-detail .product-information .thb-product-meta-before {
    margin-top: 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;
}

/* hide stock text */
.stock { display:none; }

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

/* language switch on header */
.wpml-ls-legacy-list-horizontal>ul{
    width: 150px;
}
.wpml-ls-legacy-list-horizontal>ul li.wpml-ls-item a {
    display: inline-block;
}

.wpml-ls-legacy-list-horizontal>ul li.wpml-ls-item:after {
    content: "/";
    display: inline-block;
    color: black;
}
.wpml-ls-legacy-list-horizontal>ul li.wpml-ls-item:last-child:after {
    content: "";
}
.wpml-ls-current-language a span{
    text-decoration: underline;
}
@media only screen and (max-width: 1025px) {
    .wpml-ls-legacy-list-horizontal {
        border: 1px solid transparent;
        clear: both;
        align-content: center;
        padding-top: 12px;
    }
    .thb-secondary-area .thb-secondary-item+.thb-secondary-item {
        margin-left: 10px;
    }
}

/* end language switch on header */

/* footer related */
.thb-payment-icons li{
    height: 40px;
}
.thb-social-links-container.style2 .thb-social-link{
    background: white;
    color: #FFE9EC
    ;
}
/* Footer Title*/
.footer .widget .thb-widget-title {
    color: var(--mainColor)
    !important;
    font-size: 18px;
    margin-bottom: 29px;
}

.footer .widget a {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140.62%;
    color: #4F4F4F;
}

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

/* footer payment and delivery icon */
.delivery-icon-footer {
    padding-left: 40px;
}

/* Color of discounted price */
.price ins .woocommerce-Price-amount {
    color: #ED5565;
    font-weight: bold !important;
    font-size: 18px;
}

/*color of wishlist icon */
.thb-icon-favorite:before {
    /* content: '\e806'; */
    content: '\e80d';
    color: #dadada;
}

/* product page filter bar */
.thb-filter-bar {
    margin-bottom: 38px;
}

/*filter location name list*/
.widget.widget_layered_nav li>a,
.widget.widget_layered_nav_filters li>a {
    display: block;
    position: relative;
    padding-left: 49px;
    color: #121212;
    font-size: 18px;
    min-width: 158px;
    padding-top: 5px;
}

/*filter price radio button*/
.widget.widget_layered_nav li>a:before,
.widget.widget_layered_nav_filters li>a:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid var(--mainColor);
    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(--mainColor);
}

/*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(--mainColor);
    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(--mainColor);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.widget.widget_price_filter .price_slider .ui-slider-handle:last-child {
    margin-left: -12px
}

.widget.widget_price_filter .price_slider_amount {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 59px;
    padding-top: 25px;
    color: #8F8F8F;
}

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

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

.widget.widget_price_filter .price_slider_amount .button {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    color: #8F8F8F !important;
    background: none !important;
    height: auto !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* filter title */
.side-panel-header span {
    font-size: 24px;
    font-weight: bold;
}
/* end of filter sidebar*/

/* cart page starts */ 

/* cart page 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(--mainColor);
    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: black;
    color: #fff;
    padding: 0 80px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    outline: 0;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    white-space: nowrap;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
}

.comment-form .form-submit .submit {
    background: var(--mainColor);
    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
}


/* 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 {
    padding-top: 10px;
}

.commentlist .comment-body, .commentlist .comment_container {
    position: relative;
    margin-bottom: 18px;
    background: #f4f5f6;
    padding: 24px 44px;
    border-radius: 3px;
}

.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: 500;
    margin-bottom: 80px;
    color: var(--mainColor);
}

/* 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(--mainColor);
    text-align: center; 
    font-weight: bold;
    border-bottom: 1px solid var(--mainColorHalfOpacity) ; 
    line-height: 0.1em;
    margin: 110px 0 60px;
}
.woocommerce_login_form_divider span {
    background:#fff; 
    padding:0 40px;
}

/*login and register title color */
.login-page-form li a.active {
    color: var(--mainColor);
}
.login-page-form li a:before {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--mainColor);
    transform-origin: 0 0;
}

/* user name and password font */
.woocommerce form .form-row, .woocommerce-page .form-row {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140.62%;
    color: #4F4F4F;
}

/*private policy text */
.woocommerce form .form-row, .woocommerce-page .form-row .policy{
    color: #8F8F8F;
    font-weight: normal;
}

/* login button */
.woocommerce-Button-login-button{
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: black;
    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;
}

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

/* social login text */
.woocommerce_login_form_social_login {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    color: #4F4F4F;
    
}

.wc-social-login.form-row-wide {
    float: none;
    /* display: inline-flex; */
    font-size: 16px;
}

@media screen and (min-width: 767px) {
    a.button-social-login.button-social-login-google {
    margin-left: 20px;
    }   
    .button-social-login {
        width: auto;
    }
}

.button-social-login {
    display: flex;
}

@media screen and (max-width: 767px) {
 
    .button-social-login {
        width: 80%;
    }
}

/* register first and last name row */
.register_first_last_name {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140.62%;
    color: #4F4F4F;
    display: inline-block;
    width: 49%;
    /* width: calc(50% - 17px); */
}
.a:first-child {
    margin-right: 30px; 
}

.a .required {
    color: red;
}

/* order history view button */
input[type="submit"],
.button,
.btn .view {
    padding: 0 20px;
}

/* FAQ nevigation menu
.wpb_wrapper {
    margin-bottom: 20px;
    
} */

/*page title */
.page-title {
    margin-top: 29px;
    margin-bottom: 41px;
}

/* review rating and comment subtitle */
label {
    font-size: 18px;
    font-weight: bold;
}

.comment-form-rating p.stars {
    margin-bottom: 58px;
}

/* my wishlist thumbnail */ 
.shop_table tbody tr td.product-thumbnail>a img {
    max-width: 155px;
}

/* my order page */
.shipped_via {
    display: none;
}

/* delete "what is paypal?" */
.about_paypal{
    display: none;
}

/* .order-total{
    font-weight: bold;
} */

/* hide mini product icon on product page */
.thb-product-nav .thb-product-nav-button .product-nav-link {
    display: none;
}

/* breadcrumb bar font size */
.thb-breadcrumb-bar {
    font-size: 18px;
    margin-bottom: 0px;
}

/* password reset */
.woocommerce-ResetPassword .input-text {
    min-width: 100%;
}

/* delete soscial login record */
.woocommerce-MyAccount-content .wc-social-login-profile {
    display: none;
}

/* lang list hide display */
@media only screen and (max-width: 1067px){
    #lang_sel_list {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .thb-secondary-area .thb-secondary-item .thb-item-text {
        display: none;
    }
}

@media print, screen and (min-width: 46em) {
    .cart-collaterals {
        flex: 0 0 100%;
        max-width: 100%;
     }
}

/* @media only screen and (min-width: 736px) { */
    .thb-product-detail .product-information .single_add_to_cart_button {
        padding: 0 50px;
    }
/* } */

@media only screen and (min-width: 736px) {
    .woocommerce form .form-row.form-row-first, .woocommerce-page .form-row.form-row-first {
        padding-right: 10px;
    }
}

/* move cart count icon up */
.thb-secondary-area .thb-secondary-item .thb-item-icon-wrapper .thb-item-icon+.count  {
    position: absolute;
    top: -10px !important;
    right: -12px;
}

/* popup message position */
@media screen and (min-width: 1023px) {
    .admin-bar .thb-temp-message, .admin-bar .woocommerce-message, .admin-bar .woocommerce-error, .admin-bar .woocommerce-info:not(.cart-empty) {
        top: 120px !important;
    }
}

@media screen and (max-width: 1023px) {
    .admin-bar .thb-temp-message, .admin-bar .woocommerce-message, .admin-bar .woocommerce-error, .admin-bar .woocommerce-info:not(.cart-empty) {
        top: 150px !important;
    }
}
