:root {
    --main-color: #000000;
    --main-color-50: #000000;
    --button-text: #FFFFFF;
    --border-color: #8f8f8f;
}


/* 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-weight: bold;
    padding: 23px;
    color: var(--main-color);
}

.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(--main-color-50);
}


/* end category page related*/


/* start product page related */


/* product page: related product title */

.products-title,
.single-product .products>h2,
.cross-sells h2 {
    font-size: 24px;
    display: block;
    border-top: 1px solid #eee;
    line-height: 1;
    padding-top: 20px;
    margin-bottom: 30px;
    color: var(--main-color);
}


/* product page: comment title */

#comments .woocommerce-Reviews-title {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    color: var(--main-color);
}


/* product page: breadcrumb*/

.thb-woocommerce-header .woocommerce-breadcrumb {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 140.62%;
    color: #4F4F4F;
    margin-bottom: 42px;
}


/* out of stock text */

.thb-product-detail .product-information .out-of-stock {
    font-size: 18px;
}


/* product rating stars */

.products .product .star-rating,
.products .product .comment-form-rating p.stars,
.comment-form-rating .products .product p.stars {
    margin-bottom: 7px;
    margin-top: 3px;
    font-size: 18px;
}

.thb-product-detail .product-information .woocommerce-product-rating .star-rating {
    font-size: 20px;
}

.thb-product-detail .product-information .woocommerce-product-rating {
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.row .thb-product-detail .product-information .woocommerce-product-rating .woocommerce-review-link {
    color: #3f3f3f
}

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

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

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

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


/* 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(--main-color) !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(--main-color);
    border-radius: 13px;
    color: #fff
}


/*filter price product amount*/

.widget.widget_layered_nav li .count,
.widget.widget_layered_nav_filters li .count {
    color: #8F8F8F;
    display: inline-flex;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 7px
}

.woocommerce-widget-layered-nav .thb-widget-title {
    font-weight: bold;
    font-size: 18px;
}

.widget .thb-widget-title {
    margin-bottom: 44px;
}

.widget_price_filter .thb-widget-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 41px;
    margin-top: 71px;
}

.widget.widget_layered_nav li.chosen>a:before,
.widget.widget_layered_nav_filters li.chosen>a:before {
    -moz-box-shadow: inset 0 0 0 1px;
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 3px;
    background: var(--main-color);
}


/*filter price priduct amount*/

.widget.thb_widget_swatch_filter .thb_color-swatch .thb-swatch-filter-link {
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-bottom: 4px;
    color: #121212
}

.widget.widget_price_filter .price_slider_wrapper {
    padding-top: 25px
}

.widget.widget_price_filter .price_slider {
    height: 3px;
    background: #d4d4d4;
    position: relative;
    margin-bottom: 20px
}

.widget.widget_price_filter .price_slider .ui-slider-range {
    height: 3px;
    background: var(--main-color);
    position: absolute
}

.widget.widget_price_filter .price_slider .ui-slider-handle {
    display: block;
    outline: none;
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    border-radius: 18px;
    border: 2px solid #FFFFFF;
    background: var(--main-color);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

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

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

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

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

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


/* filter title */

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


/* end of filter sidebar*/


/* cart page starts */


/* cart page remove product button */

.product-remove svg {
    height: 15px;
    width: 15px;
    fill: white;
}

.remove_from_cart_button.remove {
    width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    line-height: 14px;
    color: #fff !important;
    border-radius: 50%;
    background: #dbdbdb;
    font-weight: 600;
    border-color: transparent;
}

.remove_from_cart_button.remove:hover {
    background: #121212;
    border-color: transparent;
    color: #fff
}


/* cart page table title */

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


/*delete cart page shipping notes */

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


/*cart title */

.shop-general-title,
.cart_totals h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 53px;
    color: #4F4F4F;
}


/* order confirmation box*/

.woocommerce-order-overview {
    background: rgba(244, 179, 194, 0.1);
    border: 1px solid var(--main-color);
    border-radius: 3px;
    list-style: none;
    padding: 4%;
    margin: 0 0 50px;
    margin-top: 29px;
}

.woocommerce-order-details .woocommerce-order-details__title {
    font-size: 28px;
    margin-bottom: 53px;
}


/*button color*/

input[type="submit"],
.button,
.btn {
    display: inline-block;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: var(--main-color);
    color: #fff;
    padding: 0 80px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    border: 0;
    outline: 0;
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    white-space: nowrap;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 3px;
}

.comment-form .form-submit .submit {
    background: var(--main-color);
    border-radius: 3px;
    padding-right: 54px;
    padding-left: 54px;
}

input[type="submit"].style2,
.button.style2,
.btn.style2 {
    font-weight: bold;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #121212;
    background: transparent;
    line-height: 38px
}


/* .thb-product-detail .product-information .single_add_to_cart_button {
    margin-left: 30px;
} */


/* product page */

.thb-product-detail .product-information .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 a.active {
    color: var(--main-color);
}

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


/* user name and password font */

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


/*private policy text */

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


/* login button */

.woocommerce-Button-login-button,
.woocommerce-form-login.form-row .woocommerce-Button.button {
    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: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 140.62%;
    color: #4F4F4F;
    display: inline-block;
    width: 49%;
    /* width: calc(50% - 17px); */
}

.a:first-child {
    margin-right: 30px;
}

.a .required {
    color: red;
}


/* order history view button */

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


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


/*page title */

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


/* review rating and comment subtitle */

label {
    font-size: 18px;
    font-weight: bold;
}

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


/* my wishlist thumbnail */

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


/* my order page */

.shipped_via {
    display: none;
}


/* delete "what is paypal?" */

.about_paypal {
    display: none;
}


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


/* hide mini product icon on product page */

.thb-product-nav .thb-product-nav-button .product-nav-link {
    display: none;
}


/* breadcrumb bar font size */

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


/* password reset */

.woocommerce-ResetPassword .input-text {
    min-width: 100%;
}


/* delete soscial login record */

.woocommerce-MyAccount-content .wc-social-login-profile {
    display: none;
}


/* lang list hide display */

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

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

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


/* @media only screen and (min-width: 736px) { */

.thb-product-detail .product-information .single_add_to_cart_button {
    padding: 0 50px;
}


/* } */

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


/* move cart count icon up */

.thb-secondary-area .thb-secondary-item .thb-item-icon-wrapper .thb-item-icon+.count {
    position: absolute;
    top: -10px !important;
    right: -12px;
    background-color: red;
}


/* popup message position */

.admin-bar .woocommerce-notices-wrapper {
    position: fixed;
    right: 0;
    height: 0;
    z-index: 9999;
    max-width: calc(100% - 30px);
    top: 150px;
}

.admin-bar .woocommerce-notices-wrapper .thb-temp-message,
.admin-bar .woocommerce-notices-wrapper .woocommerce-message,
.admin-bar .woocommerce-notices-wrapper .woocommerce-error,
.admin-bar .woocommerce-notices-wrapper .woocommerce-info:not(.cart-empty) {
    position: relative;
    max-width: 100%;
    top: unset !important;
    right: 0;
}

.admin-bar .thb-temp-message,
.admin-bar .woocommerce-message,
.admin-bar .woocommerce-error,
.admin-bar .woocommerce-info:not(.cart-empty) {
    top: 150px !important;
    right: 0;
}

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


/* wishllst page start */


/* wishlist: add color to price */

.wishlist_table .wishlist-items-wrapper .product-price ins .woocommerce-Price-amount,
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-price ins .woocommerce-Price-amount {
    color: #ED5565;
    font-weight: bold;
}

.wishlist_table .wishlist-items-wrapper .product-price del .woocommerce-Price-amount,
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-price del .woocommerce-Price-amount {
    color: #8f8f8f
}

.wishlist_table .wishlist-items-wrapper .product-price ins,
.woocommerce-cart-form__contents .woocommerce-cart-form__cart-item td.product-price ins {
    text-decoration: none;
    display: block;
}


/* wishllst page end */


/* Mini-cart start */

.woocommerce-mini-cart-item .quantity ins .woocommerce-Price-amount {
    color: #ED5565;
    font-weight: bold;
}

.woocommerce-mini-cart-item .quantity del .woocommerce-Price-amount {
    color: #8f8f8f
}

.woocommerce-mini-cart-item .quantity ins {
    text-decoration: none;
}


/* Mini-cart end */


/* Checkout page start */

.woocommerce-form-login-toggle svg,
.woocommerce-form-coupon-toggle svg {
    fill: var(--main-color);
}


/* Checkout page end */


/* Points and rewards page */

.points-user td {
    padding: 0px;
}

.points-user td:last-child {
    color: var(--main-color);
    font-weight: bold;
    font-size: 24px;
}

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

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

.points-rewards-event-date {
    color: #8f8f8f;
}

/*
******Custom Code******
*/

/* css code: language switch css fix*/
.wpml-ls-legacy-list-horizontal {
    width: 190px;
}

.wpml-ls-current-language > a > span {
    border-bottom: 1px solid;
}

.wpml-ls-item-zh-hant a:after {
    content: '';
    display: inline-block;
    height: 16px;
    width: 2px;
    transform: rotate(20deg);
    background: white;
    position: relative;
    left: 9px;
    top: 4px;
}

/* css banner arror fix*/
div#n2-ss-2 .nextend-arrow img {
	filter: brightness(0);
}

/*css footer text style fix*/
.footer-row span {
    color: #FFFFFF;
}

.menu-item.menu-item-type-custom a {
	color: #FFFFFF;
	font-weight: normal;
    font-size: 16px;
}

/*banner bullet fix*/
.n2-ow.n2-bullet.n2-active{
	background: black !important;
}

.nextend-bullet-bar .n2-bullet{
	background: grey !important;
}

/* css cart hover*/
.thb-product-icon.thb-quick-view:hover {
    fill: white;
}

/*css star*/
/*6746 6742*/
.comment-form-rating p.stars a.active~a {
    color: #ff7a08;
	opacity: 0.5;
}

.comment-form-rating p.stars.selected a{
	color: #ffc33c !important;
}

.comment-form-rating p.stars:hover a{
	color: #ffc33c !important
}

/*css footer */
.footer .widget a:hover {
    color: white !important;
}

.woocommerce-Button-login-button{
	color: #FFFFFF;
}

.woocommerce-account.logged-in .widget_product_categories {
    flex-direction: column !important;
}

.thb-product-icon.yith-wcwl-add-to-wishlist:hover,
.thb-product-icon.exists{
	background: red !important;
    color: white !important;
}

.product-information .summary .yith-wcwl-add-button a:hover {
    color: red;
}

/*CSS color fix for mobile side menu icon*/
.mobile-toggle-holder.thb-secondary-item span {
    background: white !important;
}

/*
*
*text color css
*
*/

/*language switch*/
.wpml-ls-legacy-list-horizontal a span {
    color: white;
}

/*footer title*/
.footer .widget .thb-widget-title{
    color: white !important;
}

/*footer category*/
.product-categories{
    color: white;
}

/* mobile header */
@media screen and (max-width: 736px) {
    .small-8.medium-6.large-8.columns.mobile-logo-column{
        max-width: 50%
    }

    .header.mobile-header-style1 .mobile-logo-column .logo-holder{
        max-width: 100%
    }

    .thb-secondary-area.thb-separator-off{
        max-width: 33%
    }

    .wpml-ls-legacy-list-horizontal .wpml-ls-item{
        white-space: nowrap;
    }
}