/***********General CSS*********/
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
   * Render the `main` element consistently in IE.
   */
main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Remove the gray background on active links in IE 10.
   */
a {
    background-color: transparent;
    text-decoration-thickness: 1px;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 2 */
    text-decoration-style: dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/**
   * Remove the border on images inside links in IE 10.
   */
img {
    border-style: none;
    height: auto;
    max-width: 100%;
}

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
    outline: none;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none;
}

select {
    padding: 5px 10px;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
    padding: 0;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/**
   * Add the correct display in IE 10+.
   */
template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
    display: none;
}

html,
input,
textarea,
div {
    padding: 0;
}

* {
    -ms-word-wrap: break-word;
    word-wrap: anywhere;
    white-space: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: var(--honrix-theme-color) #cccccc;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

*:focus-visible {
    outline: 1px solid var(--honrix-theme-color) !important;
}

::-webkit-scrollbar-thumb {
    background: var(--honrix-theme-color);
    -webkit-box-shadow: 0px 1px 2px var(--honrix-theme-color);
}

::-webkit-scrollbar-corner {
    background: var(--honrix-theme-color);
}

::-webkit-scrollbar {
    height: 12px;
    width: 10px;
    background: #cccccc;
}

input[type="submit"]:focus,
button:focus,
.btn:focus {
    outline: none;
}

.w40px {
    width: 40px;
}

/*** gutenberg css ***/
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.alignwide {
    position: relative !important;
    width: 107% !important;
    max-width: 107% !important;
    margin-left: -4% !important;
}

/**** header ****/
.ehf-header #masthead,
.hrix-site-header {
    z-index: 999998;
}

.hrix-site-header .badge {
    font-size: 0.7rem;
}

/* sticky header */
.hrix-sticky-header {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99998 !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

#masthead {
    display: block;
}

.hrix-site-header.hrix-sticky-header .site-description {
    display: none;
}

/**** skip link *****/
.skip-link {
    width: auto !important;
    height: auto !important;
    clip: initial !important;
    padding: 5px 15px !important;
    border-radius: 5px;
    z-index: 999999;
    border-color: var(--honrix-theme-color);
    color: var(--honrix-theme-color);
    background: var(--honrix-background-color);
}

.skip-link:hover {
    background: var(--honrix-theme-color);
    color: var(--honrix-accent-color);
}

.skip-link:focus-within,
.skip-link:focus-visible {
    top: 32px;
    left: 32px;
    display: block;
}

/*** Loading page Spinner ***/
.woocommerce .loader::before {
    display: none;
}

.spinner .loader {
    width: 48px;
    height: 48px;
    border: 5px solid;
    display: inline-block;
    animation: rotation 1s linear infinite;
}

#spinner {
    display: none;
    opacity: 0;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 999999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
    display: flex;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*********back to top button*******/
.to-top {
    bottom: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    z-index: 2;
    font-size: 12px;
}

/************* logo & site title ***********/
.site-title,
.site-title a {
    font-size: 36px;
    font-family: var(--honrix-header-font-family);
}

/**** browse category*****/
.hrix-site-header .product-category-btn {
    justify-content: center;
    z-index: 0;
    border-radius: 5px 5px 0 0;
}

.hrix-site-header .product-category-btn .fa-chevron-right,
.hrix-site-header .product-category-btn .fa-chevron-down {
    width: 15px;
    height: 15px;
}

.hrix-site-header .product-category-menus {
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    height: 0;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.hrix-site-header .product-category-menus.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.hrix-site-header .product-category-menus a {
    display: block;
    padding: 10px 35px;
    border-bottom: 1px solid #ccc;
}

.hrix-site-header .product-category-menus ul li:last-child a {
    border: none;
}

@media (max-width:991px) {
    .hrix-header-menu.navbar {
        display: none;
    }

    /*browse category*/
    .hrix-mobile-navigation-menu .hrix-mobile-categories {
        display: none;
    }

    .hrix-mobile-navigation-menu .hrix-mobile-categories.active {
        display: block;
    }

    .hrix-mobile-navigation-menu .product-category-btn {
        display: none !important;
    }

    .hrix-site-header .product-category-menus {
        visibility: visible;
        opacity: 1;
    }

    .hrix-site-header .product-category-menus {
        border: none;
    }

    .hrix-site-header .product-category-menus ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .hrix-site-header .product-category-menus a {
        padding: 10px 0 !important;
    }
}

/****** search **********/
.hrix-header-search-form form {
    border: 1px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.hrix-header-search-form .hrix-header-search-select {
    cursor: pointer;
    width: 15%;
    padding: 10px 10px 10px 20px;
    border: none;
    border-right: 1px solid #eee;
}

.hrix-header-search-form .hrix-header-search-search-section {
    width: 85%;
}

.hrix-header-search-form form .hrix-header-search-input:focus-visible {
    border: none !important;
}

/*popup search*/
.hrix-header-popup-search-icon {
    cursor: pointer;
}

.hrix-header-popup-search-form {
    display: none;
    position: fixed;
    background: #000d;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1025;
    align-items: center;
    justify-content: center;
}

.hrix-header-popup-search-form.show {
    display: flex;
}

.hrix-header-popup-search-form form {
    width: 50%;
}

.hrix-header-popup-search-form .close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: var(--honrix-background-color);
    color: var(--honrix-theme-color);
}

.hrix-header-popup-search-form .close:hover {
    background: var(--honrix-theme-color);
    color: var(--honrix-background-color);
}

@media (max-width:991px) {

    /*search */
    .hrix-header-popup-search-form form {
        width: 90%;
    }

    .hrix-header-search-form .hrix-header-search-search-section {
        width: calc(100% - 50px);
    }

    .hrix-header-search-form .hrix-header-search-select {
        padding: 10px 10px 10px 5px;
        border: 1px solid #eee;
        width: 50px;
    }

    .hrix-header-search-form .hrix-header-search-input {
        border-top: 1px solid #eee !important;
        border-bottom: 1px solid #eee !important;
    }

    .hrix-header-search-form .hrix-header-search-button {
        border: 1px solid;
    }

    .hrix-mobile-navigation-menu .hrix-header-search-button {
        background: var(--honrix-accent-color);
        color: var(--honrix-header-color);
    }
}

/*************** menu ****************/
.hrix-header-menu.navbar-dark .navbar-nav {
    flex-wrap: wrap;
}

.hrix-header-menu.navbar-dark .navbar-nav .nav-link {
    padding: 0.85rem 1.9rem 0.85rem 0;
}

.hrix-header-menu .dropdown-toggle::after {
    display: none;
}

.hrix-header-menu .nav-item.dropdown a svg,
.hrix-header-menu .dropdown-item svg {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
}

.hrix-header-menu .nav-item.dropdown a,
.hrix-header-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.hrix-header-menu .nav-item.dropdown a span,
.hrix-header-menu .dropdown-item span {
    width: calc(100% - 10px);
}

.hrix-navbar-toggler {
    background: none;
    border: none;
    font-size: 1.9rem;
    width: 35px;
    height: 35px;
    display: none;
    align-items: center;
    justify-content: center;
    outline: none;
}

/* sub menu */
.hrix-header-menu .sub-menu {
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.hrix-header-menu .sub-menu.show {
    visibility: visible;
    opacity: 1;
}

.hrix-header-menu .sub-menu {
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}

.hrix-header-menu .sub-menu>* {
    border-bottom: 1px solid #ccc;
}

.hrix-header-menu .sub-menu>*:last-child {
    border-bottom: none;
}

.hrix-header-menu .sub-menu .sub-menu {
    left: 100%;
    top: 0;
}

.hrix-header-menu .dropdown-item {
    padding: 5px 10px;
}

.hrix-header-menu .dropdown:focus-within>.sub-menu {
    visibility: visible;
    opacity: 1;
    display: block;
}

/* mega menu */
.hrix-megamenu-submenu {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1024;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.elementor-editor-active .hrix-megamenu-submenu {
    display: none;
    visibility: hidden !important;
    opacity: 0 !important;
    position: relative !important;
    z-index: initial !important;
    box-shadow: none;
}

.hrix-megamenu-submenu.show {
    display: block;
    visibility: visible !important;
    opacity: 1 !important;
}

.hrix-megamenu-submenu.show>div.elementor {
    position: fixed;
    z-index: 999998;
    width: 100%;
    left: 0;
}

@media (max-width:991px) {

    /*menu*/
    .hrix-navbar-toggler {
        display: flex;
    }

    .hrix-mobile-navigation-menu {
        display: none;
        background-color: #000a;
        z-index: 999998;
        left: -120%;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .hrix-mobile-navigation-menu.show-menu {
        display: flex;
        left: 0;
    }

    .hrix-mobile-navigation-menu span.close {
        width: 30px;
        height: 30px;
    }

    .hrix-mobile-navigation-menu .hrix-mobile-menu {
        display: none;
    }

    .hrix-mobile-navigation-menu .hrix-mobile-menu.active {
        display: block;
    }

    .hrix-mobile-navigation-menu>div {
        overflow-y: auto;
    }

    .hrix-mobile-navigation-menu a {
        width: 100%;
        padding: 0 !important;
        border-bottom: 1px solid #ddd;
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .hrix-mobile-bottom-menu {
        z-index: 999998;
        box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        background-color: var(--honrix-background-color);
    }

    .hrix-mobile-bottom-menu a {
        color: var(--honrix-header-color);
    }

    .hrix-mobile-menu-selector {
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

    .hrix-mobile-category-selector {
        border-left: 1px solid transparent;
        border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

    .hrix-mobile-navigation-menu a>span {
        padding: 10px 0;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .hrix-mobile-navigation-menu a.dropdown-toggle>span {
        width: calc(100% - 42px);
    }

    .hrix-mobile-navigation-menu a.dropdown-toggle>svg {
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        border-left: 1px solid #ddd;
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .navbar-nav .dropdown-menu {
        border: none;
        padding: 0;
        background: transparent;
    }

    .dropdown-item:hover,
    .dropdown-item:focus,
    .dropdown-item.active,
    .dropdown-item:active {
        background: transparent;
    }
}

/******* sidebar ********/
@media (min-width: 768px) {
    .sticky-sidebar {
        --offset: 2rem;
        flex-grow: 1;
        flex-basis: 300px;
        align-self: start;
        position: sticky;
        top: var(--offset);
    }
}

/*******archive*********/
.honrix-entries.posts.list,
.honrix-entries.posts.grid {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.honrix-entries.posts.column-1 article {
    width: 100%;
}

.honrix-entries.posts.column-2 article {
    width: calc(50% - 7px);
    margin-bottom: 30px;
}

.honrix-entries.posts.column-3 article {
    width: calc(33.333333% - 9.4px);
}

.honrix-entries.posts.column-4 article {
    width: calc(25% - 10.5px);
}

.honrix-entries.posts .post-thumbnail .wp-block-audio {
    position: absolute;
    width: 100%;
    max-width: 100%;
    bottom: -7px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.honrix-entries.posts .post-thumbnail .wp-block-audio audio {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 991px) {

    .honrix-entries.posts.column-2 article,
    .honrix-entries.posts.column-3 article,
    .honrix-entries.posts.column-4 article {
        width: 100%;
    }
}

@media (max-width: 767px) {

    .honrix-entries.posts.column-1 article,
    .honrix-entries.posts.column-2 article,
    .honrix-entries.posts.column-3 article,
    .honrix-entries.posts.column-4 article {
        width: 100%;
    }
}

/********slider*********/
.honrix-gallery-slider.owl-carousel .owl-stage {
    display: flex !important;
}

.honrix-gallery-slider.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
    background: var(--honrix-background-color);
    color: var(--honrix-theme-color);
    top: calc(50% - 25px);
    border-radius: 0;
    -webkit-border-radius: 0;
}

.honrix-gallery-slider.owl-theme .owl-nav [class*="owl-"]:hover {
    background: var(--honrix-background-color);
    color: var(--honrix-accent-color);
}

.honrix-gallery-slider.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.honrix-gallery-slider.owl-theme .owl-nav .owl-next {
    right: 0;
}

/*********** copyright *************/
.site-copyright {
    padding: 15px 0;
    border-top: 1px solid;
}

.site-copyright a {
    text-decoration: none;
}

.site-copyright .social-media {
    text-align: right;
}

.site-copyright .social-media ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-copyright .social-media ul li {
    float: left;
}

.site-copyright .social-media a {
    padding: 0 0 0 15px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 400;
}

.site-copyright .social-media a span,
.site-copyright .social-media a i {
    padding-right: 5px;
}

@media (max-width: 1200px) {
    .site-copyright {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .site-copyright {
        flex-wrap: wrap;
    }

    .site-copyright .inner-copyright {
        flex-wrap: wrap;
    }

    .site-copyright .inner-copyright>div {
        width: 100% !important;
        padding: 0 7px 15px 7px;
        text-align: center !important;
    }

    .site-copyright .copyright {
        order: 2;
    }

    .site-copyright .social-media {
        order: 1;
    }

    .site-copyright .social-media ul li {
        padding: 10px 0 0 0;
    }
}

/*****************/

.wp-block-image .alignright {
    float: inherit;
    margin: 0 0 0 auto;
}

/* button style */
.honrix-content [type="submit"],
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .button,
.wp-block-button:not([class*="is-"]) a:not([class*="has-"]),
.woocommerce .cart .button,
.cfvsw-label-option,
.woocommerce ul.products li.product .addtocartbutton,
.woocommerce ul.products li.product>a.button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid var(--honrix-button-border-color) !important;
    text-decoration: none;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background-color: var(--honrix-button-bg-color) !important;
    color: var(--honrix-button-text-color) !important;
    text-align: center;
}

.cfvsw-label-option,
.woocommerce ul.products li.product .addtocartbutton {
    background-color: var(--honrix-button-bg-hover-color) !important;
    color: var(--honrix-button-text-hover-color) !important;
}

.honrix-content [type="submit"]:hover,
.wp-block-button:not([class*="is-"]) a:not([class*="has-"]):hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .button:hover,
.woocommerce .cart .button:hover,
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce ul.products li.product>a.button:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    background-color: var(--honrix-button-bg-hover-color) !important;
    color: var(--honrix-button-text-hover-color) !important;
}

.cfvsw-label-option:hover,
.cfvsw-label-option.cfvsw-selected-swatch,
.woocommerce ul.products li.product .addtocartbutton:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background-color: var(--honrix-button-bg-color) !important;
    color: var(--honrix-button-text-color) !important;
}

/* link */
.honrix-content article .entry-content a:not(.wp-block-button a, #yith-wcwl-form a, .woocommerce-info a, .wp-block-file__button, .wp-block-query-pagination a, .post-page-numbers, .page-numbers, .wp-block-page-list a, .wp-block-archives-list a, .wp-block-categories-list a, .wp-block-tag-cloud a),
.woocommerce-tabs #tab-description a,
.woocommerce .woocommerce-product-details__short-description a {
    text-decoration: underline;
    color: var(--honrix-header-color);
}

.honrix-content article .entry-content a:not(.wp-block-button a, #yith-wcwl-form a, .woocommerce-info a, .wp-block-file__button, .wp-block-query-pagination a, .post-page-numbers, .page-numbers, .wp-block-page-list a, .wp-block-archives-list a, .wp-block-categories-list a, .wp-block-tag-cloud a):hover,
.woocommerce-tabs #tab-description a:hover,
.woocommerce .woocommerce-product-details__short-description a:hover {
    color: var(--honrix-text-color);
}

.sidebar a,
.yith-wcwl-add-button a.add_to_wishlist,
.woocommerce div.product .tagged_in a,
.woocommerce div.product .tagged_as a,
#yith-wcwl-form a {
    color: var(--honrix-header-color);
}

.sidebar a:hover,
.yith-wcwl-add-button a.add_to_wishlist:hover,
.woocommerce div.product .tagged_in a:hover,
.woocommerce div.product .tagged_as a:hover,
#yith-wcwl-form a:hover {
    color: var(--honrix-accent-color);
}