/*!
Theme Name: Whello
Theme URI: http://underscores.me/
Author: Whello Developer
Author URI: https://whello.id
Description: Whello Theme standard
Version: 2.0.1
Tested up to: 8.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whello
Tags: 

This theme, like WordPress, is icensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

@font-face {
    font-family: "TT Hoves";
    src: url("assets/fonts/TTHoves-Black.woff2") format("woff2");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Hoves";
    src: url("assets/fonts/TTHoves-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Hoves";
    src: url("assets/fonts/TTHoves-DemiBold.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Hoves Hairline";
    src: url("assets/fonts/TTHoves-Hairline.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Hoves";
    src: url("assets/fonts/TTHoves-ExtraLight.woff2") format("woff2");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Hoves";
    src: url("assets/fonts/TTHoves-ExtraBold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Hoves";
    src: url("assets/fonts/TTHoves-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Hoves";
    src: url("assets/fonts/TTHoves-Light.woff2") format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Hoves";
    src: url("assets/fonts/TTHoves-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "TT Hoves";
    src: url("assets/fonts/TTHoves-Thin.woff2") format("woff2");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

:root {
    --height-wpadminbar: 0px;
    --container: 1170px;
    --height-header: 125px;
    --offset-top: 20px;
    --sticky-offset: calc(var(--height-header) + var(--offset-top) + var(--height-wpadminbar));

    --text-xs: 0.75rem;
    /* 12px */
    --text-sm: 0.875rem;
    /* 14px */
    --text-base: 1rem;
    /* 16px */
    --text-lg: 1.125rem;
    /* 18px */
    --text-xl: 1.25rem;
    /* 20px */
    --text-2xl: 1.5rem;
    /* 24px */
    --text-3xl: 1.875rem;
    /* 30px */
    --text-4xl: 2.188rem;
    /* 35px */
    --text-5xl: 3.125rem;
    /* 50px */
    --text-6xl: 3.75rem;
    /* 60px */
    --text-7xl: 4.5rem;
    /* 72px */
    --text-8xl: 6rem;
    /* 96px */
    --text-9xl: 8rem;
    /* 128px */

    --suffix-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
        "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
        "Helvetica Neue", sans-serif;
    --fontfamily-sans: "TT Hoves", var(--suffix-family);

    --padding-container: calc((100% - var(--container)) / 2);
    --padding-field: 10px 16px;
    --padding-button: 12px 24px;

    --rounded-xs: 2px;
    --rounded-sm: 4px;
    --rounded-md: 6px;
    --rounded-lg: 8px;
    --rounded-xl: 12px;
    --rounded-2xl: 16px;
    --rounded-3xl: 24px;
    --rounded-full: 999999px;
    --rounded-none: 0;

    --transparent: rgba(0, 0, 0, 0);
    --white: #fff;
    --black: #1a1a1a;
    --blue: #38bdf8;
    --red: #d9484b;
    --yellow: #fbbf24;
    --green: #006b80;
    --purple: #8b5cf6;
    --orange: #f97316;
    --dark-gray: #414042;
    --gray-300: #e5e7eb;
    --gray: #9ca3af;
    --gray-700: #4b5563;

    --shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);

    --listing-column: 3;
    --listing-gap: 30px;
    --listing-gap-bottom: var(--listing-gap);

    --duration: 0.3s;
    --transition: background-color var(--duration), border-color var(--duration),
        color var(--duration), fill var(--duration), stroke var(--duration),
        opacity var(--duration), visibility var(--duration),
        box-shadow var(--duration), -webkit-box-shadow var(--duration),
        transform var(--duration), -webkit-transform var(--duration),
        filter var(--duration), backdrop-filter var(--duration);
}

@media all and (max-width: 1299px) {
    html:root {
        --height-wpadminbar: 0px;
        --height-header: 84px;
        --container: 100%;
        --padding-container: 16px;

        --text-4xl: 1.875rem;
        /* 30px */
        --text-5xl: 2.5rem;
        /* 40px */
    }

    #wpadminbar {
        display: none;
    }
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    text-shadow: var(--transparent) 0 0 1px;
    vertical-align: baseline;
    background-clip: border-box;
    word-break: break-word;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

*:focus,
*:active,
*:visited,
*:hover {
    outline: 0;
}

*:before,
*:after {
    box-sizing: border-box;
}

::-moz-selection {
    color: var(--white);
    text-shadow: none;
    background-color: var(--black);
}

::selection {
    color: var(--white);
    text-shadow: none;
    background-color: var(--black);
}

/* STYLE SCREEN READERS */
.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    word-wrap: normal !important;
    overflow: hidden;
}

.screen-reader-text:focus {
    top: 5px;
    left: 5px;
    z-index: 100000;
    display: block;
    width: auto;
    height: auto;
    padding: 15px 23px 14px;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--black);
    line-height: normal;
    text-decoration: none;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    background-color: var(--white);
}

body {
    margin: 0;
    font-family: var(--fontfamily-sans);
    color: var(--dark-gray);
    -moz-block-height: normal;
    line-height: 1.5;
    font-size: var(--text-base);
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: var(--transparent);
    word-break: break-word;
    background-color: var(--white);
}

html[lang] {
    width: 100%;
    overflow-x: hidden;
    margin-top: var(--height-wpadminbar) !important;
}

.container {
    width: calc(100% - 32px);
    max-width: var(--container);
    margin: 0 auto;
}

mark {
    padding: 2px 5px;
    color: inherit;
    background-color: var(--black);
}

article,
aside,
details,
figcaption,
figure,
label,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
    width: 100%;
}

p:empty {
    display: none;
}

p+p,
p+table,
p+ol,
p+ul,
table+p,
table+table,
table+ol,
table+ul,
ol+p,
ol+table,
ol+ol,
ol+ul,
ul+p,
ul+table,
ul+ol,
ul+ul {
    margin-top: 1rem;
}

ol+h1,
ol+h2,
ol+h3,
p+h1,
p+h2,
p+h3,
table+h1,
table+h2,
table+h3,
ul+h1,
ul+h2,
ul+h3 {
    margin-top: 1.875rem;
}

ol,
ul {
    padding-left: 24px;
    margin: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-top: 10px;
}

li {
    width: 100%;
}

li+li {
    margin-top: 16px;
}

ul {
    list-style: outside disc;
}

ol {
    list-style: outside decimal;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    cursor: hand;
    transition: var(--transition);
}

a * {
    cursor: pointer;
    cursor: hand;
}

h1,
h2,
h3,
h4 {
    color: var(--black);
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 20px;
}

h5,
h6 {
    margin-bottom: 12px;
}

h1 {
    font-size: var(--text-5xl);
}

h2 {
    font-size: var(--text-4xl);
}

h3 {
    font-size: var(--text-3xl);
}

h4 {
    font-size: var(--text-2xl);
}

h5 {
    font-size: var(--text-xl);
}

h6 {
    font-size: var(--text-lg);
}

p a,
ul a,
ol a,
table a {
    color: var(--blue);
}

p a:hover,
ul a:hover,
ol a:hover,
table a:hover {
    color: inherit;
}

strong,
b {
    font-weight: 700;
}

img {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

@media all and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
    img {
        -webkit-mask-image: -webkit-radial-gradient(var(--white), var(--black));
    }
}

img[src*="jpg"],
img[src*="jpeg"] {
    background-color: var(--black);
}

::-webkit-input-placeholder {
    color: var(--black);
    opacity: 1;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
    color: var(--black);
    opacity: 1;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="month"],
input[type="range"] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

input[type="file"]::-ms-value,
input[type="file"]::-ms-browse {
    display: none;
}

button {
    background-color: var(--transparent);
}

input,
textarea,
select {
    width: 100%;
    padding: var(--padding-field);
    border: solid 1px #8e9492;
    border-radius: 20px;
    font-family: var(--fontfamily-sans);
    font-size: var(--text-base);
    color: var(--black);
    caret-color: var(--black);
    word-break: normal;
    background: var(--transparent) calc(100% - 20px) center / 12px no-repeat;
    transition: var(--transition);
}

select {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-right: 36px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    word-wrap: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: var(--white) url(/wp-content/uploads/2025/03/icon-select-black.svg) calc(100% - 16px) center/10px no-repeat;
    overflow: hidden;
}

select::-ms-expand {
    display: none;
}

select option {
    color: var(--black);
    background-color: var(--white);
}

select option[disabled] {
    display: none;
}

textarea {
    height: 200px;
    resize: none;
    overflow: auto;
}

textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background-color: var(--black);
}

textarea::-webkit-scrollbar {
    width: 7px;
    background-color: var(--black);
}

textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--black);
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:active,
select:focus,
select:hover {
    border-color: var(--black);
    outline: none;
}

input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-clear-button {
    cursor: pointer;
    opacity: 0;
}

input[type="range"] {
    cursor: -webkit-grab;
    cursor: grab;
}

input[type="range"]:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

input[type="date"] {
    background: url(assets/images/icon-calendar-grey.svg) calc(100% - 24px) center/24px 26px no-repeat;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0;
    border: 1px solid var(--black);
    line-height: normal;
    background: var(--white) center/14px 10px no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    cursor: pointer;
    transition: var(--transition);
}

input[type="checkbox"] {
    border-radius: var(--rounded-none);
}

input[type="checkbox"]:checked {
    background-image: url(/wp-content/uploads/2025/03/icon-checkmark-white.svg);
    background-color: var(--green);
    border-color: var(--green);
}

input[type="checkbox"]:hover {
    border-color: var(--black);
}

input[type="radio"] {
    border-radius: var(--rounded-full);
    transition: border-color var(--transition);
}

input[type="radio"]:checked {
    border-width: 6px;
    border-color: var(--black);
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    border: 0;
    padding: var(--padding-button);
    box-shadow: none;
    font-family: var(--fontfamily-sans);
    font-size: var(--text-base);
    -webkit-appearance: button;
    overflow: visible;
    transition: var(--transition);
}

button:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="reset"]:not(:disabled),
input[type="button"]:not(:disabled),
select {
    cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="color"] {
    appearance: initial;
}

button,
select {
    text-transform: none;
}

fieldset {
    min-width: 0;
    border: 0;
}

progress {
    vertical-align: baseline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

th,
td {
    padding: 6px;
    border: 1px solid var(--gray-700);
    vertical-align: middle;
}

audio,
video {
    display: -moz-inline-stack;
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: top;
}

hr {
    height: 0;
    box-sizing: content-box;
    overflow: visible;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dd {
    margin-left: 0;
}

pre,
code,
kbd,
samp {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
        monospace;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

[hidden] {
    display: none !important;
}

abbr[title] {
    border-bottom: 0;
    text-decoration: none;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

/* WORDPRESS RESET & PLUGIN STANDARD WHELLO */
.wpb_wrapper .wpb_content_element {
    margin-bottom: 0;
}

body>.site {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100vh;
}

body>.site>.site-main {
    flex: 1 0 auto;
}

.vc_row>.wpb_column.vc_column_container>.vc_column-inner,
.wpb_row.vc_row.vc_row-has-fill>.wpb_column.vc_column_container>.vc_column-inner,
.wpb_row.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}

.vc_row.vc_row-has-fill {
    background: center/cover no-repeat;
}

.post-views {
    display: none !important;
}

/* PAGINATION STYLE */
.pagination,
.tw-pagination,
.woocommerce-pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 60px !important;
}

.woocommerce-pagination .page-numbers li,
.tw-pagination li {
    width: auto;
    margin-left: 0;
    margin-bottom: 10px;
    list-style: none;
}

.tw-pagination .next,
.tw-pagination .prev {
    display: none;
}

.pagination .page-numbers.current,
.tw-pagination .page.current,
.woocommerce-pagination .page-numbers .page-numbers.current {
    color: var(--white) !important;
    background-color: var(--black) !important;
}

.pagination .page-numbers,
.tw-pagination .page,
.woocommerce-pagination .page-numbers .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    margin: 0 !important;
    color: inherit;
    font-size: var(--text-xs);
    font-weight: 500;
    border: 1px solid #f1f1f1;
    background-color: var(--transparent);
    transition: 0.3s;
}

.pagination .page-numbers:hover,
.tw-pagination .page:hover,
.woocommerce-pagination .page-numbers .page-numbers:hover {
    background-color: var(--transparent);
    border-color: #f1f1f1;
}

.pagination .page-numbers:not(:last-child),
.tw-pagination .page:not(:last-child),
.woocommerce-pagination .page-numbers li:not(:last-child) {
    margin-right: 5px !important;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
    padding-bottom: 6px;
    font-size: 0;
    font-weight: normal;
    line-height: 1;
    background: center / 5px no-repeat !important;
}

.pagination .page-numbers.next,
.woocommerce-pagination .page-numbers .next {
    background-image: url(/wp-content/uploads/2025/03/icon-chevrom-right-gray.svg) !important;
}

.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers .prev {
    background-image: url(/wp-content/uploads/2025/03/icon-chevrom-left-gray.svg) !important;
}

.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    margin: 0;
    border: 0;
}

.woocommerce nav.woocommerce-pagination ul:before,
.woocommerce nav.woocommerce-pagination ul:after {
    display: none !important;
}

.woocommerce nav.woocommerce-pagination ul li {
    padding: 0;
    border: none;
}

/* RESET BUTTON / CTA */
.whbutton-wrapper {
    display: inline-flex;
    align-items: flex-start;
}

.whbutton-wrapper:not(.whbutton-align--inline) {
    display: flex;
}

.whbutton-wrapper.whbutton-align--left {
    justify-content: flex-start;
}

.whbutton-wrapper.whbutton-align--center {
    justify-content: center;
}

.whbutton-wrapper.whbutton-align--right {
    justify-content: flex-end;
}

[class*="whbutton-fill"] .cta-whbutton,
[class*="whbutton-outline"] .cta-whbutton {
    padding: var(--padding-button);
    border: 1px solid var(--transparent);
    border-radius: var(--rounded-full);
}

.cta-whbutton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}

.cta-whbutton .label-cta {
    color: inherit;
    line-height: normal;
    letter-spacing: 1.6px;
}

.cta-whbutton .icon-cta,
.whbutton-icon .cta-whbutton::after {
    display: inline-block;
    width: 13px;
    min-width: 13px;
    height: 13px;
    min-height: 13px;
    transition: var(--transition);
}

.cta-whbutton .icon-cta {
    -o-object-fit: contain;
    object-fit: contain;
}

.whbutton-icon:not() .cta-whbutton::after {
    background: center/contain no-repeat;
}

.whbutton-wrapper.whbutton-align--center .cta-whbutton {
    justify-content: center;
}

/* DEFAULT SIZE ICON CIRCLE */
.whbutton-wrapper[class*="-circle"] .cta-whbutton .icon-cta {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
}

.cta-whbutton .icon-cta--hover {
    position: absolute;
    top: 50%;
    z-index: 2;
    opacity: 0;
    transform: translateY(-50%);
}

[class*="whbutton-animate-"] .cta-whbutton .icon-cta--hover {
    transform: translateY(-50%);
}

.whbutton-icon-left .cta-whbutton .icon-cta--hover {
    left: 0;
}

[class*="whbutton-fill"].whbutton-icon-left .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-left .cta-whbutton .icon-cta--hover {
    left: 30px;
}

.whbutton-icon-right .cta-whbutton .icon-cta--hover {
    right: 0;
}

[class*="whbutton-fill"].whbutton-icon-right .cta-whbutton .icon-cta--hover,
[class*="whbutton-outline"].whbutton-icon-right .cta-whbutton .icon-cta--hover {
    right: 30px;
}

.cta-whbutton:hover .icon-cta--hover {
    opacity: 1;
}

.cta-whbutton .icon-cta--hover,
.cta-whbutton:hover .icon-cta--hover~.icon-cta--default {
    opacity: 0;
}

.whbutton-icon-left .cta-whbutton .icon-cta,
.whbutton-icon-right .cta-whbutton .label-cta,
.whbutton-icon-left .cta-whbutton::after {
    order: -1;
    margin-right: 10px;
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta,
.whbutton-animate-left .cta-whbutton:hover::after {
    transform: translateX(-3px);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta,
.whbutton-animate-right .cta-whbutton:hover::after {
    transform: translateX(3px);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta,
.whbutton-animate-top .cta-whbutton:hover::after {
    transform: translateY(-3px);
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta,
.whbutton-animate-bottom .cta-whbutton:hover::after {
    transform: translateY(3px);
}

.whbutton-animate-left .cta-whbutton:hover .icon-cta--hover {
    transform: translate(-3px, -50%);
}

.whbutton-animate-right .cta-whbutton:hover .icon-cta--hover {
    transform: translate(3px, -50%);
}

.whbutton-animate-top .cta-whbutton:hover .icon-cta--hover {
    transform: translateY(calc(-50% - 3px));
}

.whbutton-animate-bottom .cta-whbutton:hover .icon-cta--hover {
    transform: translateY(calc(-50% + 3px));
}

.whbutton-color--black .cta-whbutton {
    color: var(--black);
}

.whbutton-color--white .cta-whbutton {
    color: var(--white);
}

.whbutton-color--green .cta-whbutton {
    color: var(--green);
}

.whbutton-color--red .cta-whbutton {
    color: var(--red);
}

.whbutton-colorhvr--black .cta-whbutton:hover {
    color: var(--black);
}

.whbutton-colorhvr--white .cta-whbutton:hover {
    color: var(--white);
}

.whbutton-colorhvr--green .cta-whbutton:hover {
    color: var(--green);
}

.whbutton-colorhvr--red .cta-whbutton:hover {
    color: var(--red);
}

.whbutton-fill--black .cta-whbutton {
    background-color: var(--black);
    border-color: var(--black);
}

.whbutton-fill--white .cta-whbutton {
    background-color: var(--white);
    border-color: var(--white);
}

.whbutton-fill--green .cta-whbutton {
    background-color: var(--green);
    border-color: var(--green);
}

.whbutton-fill--red .cta-whbutton {
    background-color: var(--red);
    border-color: var(--red);
}

.whbutton-outline--black .cta-whbutton {
    border-color: var(--black);
}

.whbutton-outline--white .cta-whbutton {
    border-color: var(--white);
}

.whbutton-outline--green .cta-whbutton {
    border-color: var(--green);
}

.whbutton-outline--red .cta-whbutton {
    border-color: var(--red);
}

.whbutton-wrapper.whbutton-simple .cta-whbutton .label-cta {
    letter-spacing: normal;
}

.whbutton-wrapper.whbutton-simple .cta-whbutton {
    border-bottom: 1px solid;
}

/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible+.select2-container {
    pointer-events: none;
    touch-action: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection {
    background: transparent;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible+.select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible+.select2-container .select2-selection__clear {
    display: none;
}

/*Select2 ReadOnly End*/

/* @link-underline-hover */
.icon-text-wrapper .col-content-icontext a,
.link-underline-hover p a,
.link-underline-hover h3 a,
.link-underline-hover li a {
    position: relative;
    color: inherit;
}

.icon-text-wrapper .col-content-icontext a:hover,
.link-underline-hover p a:hover,
.link-underline-hover h3 a:hover,
.link-underline-hover li a:hover {
    color: inherit;
}

.icon-text-wrapper .col-content-icontext a:after,
.link-underline-hover p a:after,
.link-underline-hover h3 a:after,
.link-underline-hover li a:after {
    content: "";
    border-bottom: 2px solid var(--transparent);
    border-color: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    padding: 5px 0px;
    margin: -5px 0px;
    -webkit-transition: -webkit-transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: -webkit-transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: -o-transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1),
        -moz-transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1),
        -webkit-transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1),
        -moz-transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1),
        -o-transform var(--duration) cubic-bezier(0.65, 0.05, 0.36, 1);
}

.icon-text-wrapper .col-content-icontext a:hover:after,
.link-underline-hover p a:hover:after,
.link-underline-hover h3 a:hover:after,
.link-underline-hover li a:hover:after {
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

/* @icon-text-wrapper */
.icon-text-wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.icon-text-wrapper.alignment--inline:not(:last-child) {
    margin: 0 16px 16px 0;
}

.icon-text-wrapper.alignment--left:not(:last-child) {
    margin-bottom: 16px;
}

.icon-text-wrapper .col-icontext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-text-wrapper .col-icontext img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.icon-text-wrapper.icon-size--small .col-icontext {
    width: 24px;
    height: 24px;
}

.icon-text-wrapper.icon-size--medium .col-icontext {
    width: 32px;
    height: 32px;
}

.icon-text-wrapper.icon-size--large .col-icontext {
    width: 51px;
    height: 51px;
}

.icon-text-wrapper .col-content-icontext {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.icon-text-wrapper.icon-size--small .col-content-icontext {
    padding-left: 12px;
}

.icon-text-wrapper.icon-size--medium .col-content-icontext {
    padding-left: 24px;
}

.icon-text-wrapper.icon-size--large .col-content-icontext {
    padding-left: 32px;
}

.icon-text-wrapper.icon-position--right .col-content-icontext {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-left: 0;
    padding-right: 16px;
}

.icon-text-wrapper .col-content-icontext p {
    margin: 0;
}

.icon-text-wrapper.alignment--left,
.icon-text-wrapper.alignment--center,
.icon-text-wrapper.alignment--right {
    width: 100%;
}

.icon-text-wrapper.alignment--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-text-wrapper.alignment--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.icon-text-wrapper.alignment--left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.icon-text-wrapper .col-content-icontext h1:last-of-type,
.icon-text-wrapper .col-content-icontext h2:last-of-type,
.icon-text-wrapper .col-content-icontext h3:last-of-type,
.icon-text-wrapper .col-content-icontext h4:last-of-type,
.icon-text-wrapper .col-content-icontext h5:last-of-type,
.icon-text-wrapper .col-content-icontext h6:last-of-type {
    margin-bottom: 0;
}

/* @slick-slider */
.slick-slider .slick-slide {
    opacity: 1;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.slick-slider .slick-arrow {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 44px;
    height: 24px;
    padding: 3px 13px;
    font-size: 0;
    border-radius: 14px;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
    background: var(--white) center/18px no-repeat;
}

.slick-slider .slick-track {
    display: flex;
    align-items: stretch;
}

.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
    display: none;
}

.slick-slider .slick-arrow.slick-disabled {
    opacity: 0;
}

.slick-slider .slick-next.slick-arrow {
    background-image: url(/wp-content/themes/alba/assets/icons/arrow-line-black-right.svg);
}

.slick-slider .slick-prev.slick-arrow {
    background-image: url(/wp-content/themes/alba/assets/icons/arrow-line-black-left.svg);
}

.slick-slider .slick-prev.slick-arrow {
    right: 54px;
}

.slick-slider .slick-next.slick-arrow {
    right: 0px;
}

.slick-slider .slick-dots {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    margin-top: 32px;
    padding: 0;
}

.slick-slider .slick-dots li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-top: 0;
    border: 1px solid var(--transparent);
    padding: 4px;
    border-radius: var(--rounded-full);
}

.slick-slider .slick-dots li:not(:last-child) {
    margin-right: 4px;
}

.slick-slider .slick-dots li.slick-active {
    border-color: var(--black);
}

.slick-slider .slick-dots button {
    width: 6px;
    height: 6px;
    background-color: var(--black);
    padding: 0;
    -webkit-border-radius: var(--rounded-full);
    -moz-border-radius: var(--rounded-full);
    border-radius: var(--rounded-full);
    font-size: 0;
    opacity: 0.2;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    -moz-transition: var(--transition);
    transition: var(--transition);
}

.slick-slider .slick-dots button:hover,
.slick-dots .slick-active button {
    opacity: 1;
}

.slick-slider.slick-vertical .slick-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slick-slider.slick-vertical .slick-list {
    overflow: visible;
}


/* @site-breadcrumbs */
.site-breadcrumbs {
    font-size: var(--text-xs);
    color: #8e9492;
    margin-top: 20px;
    margin-bottom: 80px;
}

.site-breadcrumbs a,
.site-breadcrumbs {
    font-weight: normal;
}

.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) span {
    font-size: 0;
}

.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)) span:after {
    content: "...";
    font-size: var(--text-xs);
}

.site-breadcrumbs i {
    display: inline-block;
    margin: 0 5px;
}

.site-breadcrumbs .breadcrumb-wrapper>i:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)),
.site-breadcrumbs .breadcrumb-wrapper>span:not(:nth-last-of-type(1)):not(:nth-last-of-type(2)):not( :nth-last-of-type(3)) {
    display: none;
}




/* @popup-search */
.popup-search {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.popup-search.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.popup-search .popup-content {
    position: relative;
    z-index: 1;
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    max-width: 796px;
    margin: auto;
}

.popup-search .popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--green);
    opacity: .8;
}

.popup-search .btn-close-popup {
    position: absolute;
    top: 8%;
    right: var(--padding-container);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    width: 48px;
    height: 48px;
    border-radius: var(--rounded-full);
    padding: 0;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 6px;
}


/* @logo-groups */
.logo-groups {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.logo-groups .logo-group-item {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

.logo-groups .logo-group-item img {
    transition: var(--transition);
    object-fit: contain;
}

.logo-groups .logo-group-item img:hover {
    transform: translateY(-3px);
}

.logo-groups .image-logo-group {
    width: auto;
}

.logo-groups .image-logo-group,
.logo-groups .image-wrapper {
    display: flex;
}

.logo-label-wrapper.logo-ecommerce .title-heading {
    font-size: var(--text-base);
    margin-bottom: 10px;
}

.logo-label-wrapper.logo-ecommerce .logo-groups {
    gap: 25px;
    align-items: flex-end;
}

.logo-label-wrapper.logo-sosmed .logo-groups {
    gap: 15px;
}

.logo-label-wrapper.logo-sosmed .image-wrapper {
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #8E949233;
    border-radius: var(--rounded-full);
}

.logo-label-wrapper.logo-sosmed .image-wrapper img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

/* @list-bullet */
[class*="list-bullet"] ul,
[class*="list-bullet"] ol {
    display: flex;
    flex-flow: row wrap;
    padding-left: 0;
}

[class*="list-bullet"] li {
    position: relative;
    padding-left: 32px;
    list-style: none;
}

[class*="list-bullet"] li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    background: center/contain no-repeat rgba(0, 0, 0, 0);
}

.list-bullet-check-black li:before {
    background-image: url(/wp-content/uploads/2025/03/icon-bullet-check-black.svg);
}



/* @vc_tta-tabs */
.vc_general.vc_tta-tabs ul.vc_tta-tabs-list {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 30px;
}

.vc_general.vc_tta-tabs .vc_tta-tabs-container {
    margin-bottom: 60px;
}

.vc_general.vc_tta-tabs ul.vc_tta-tabs-list li.vc_tta-tab {
    width: auto;
    margin: 0;
}

.vc_general.vc_tta-tabs ul.vc_tta-tabs-list li.vc_tta-tab a {
    color: #8E9492;
    border-bottom: 1px solid var(--transparent);
}

.vc_general.vc_tta-tabs ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a,
.vc_general.vc_tta-tabs ul.vc_tta-tabs-list li.vc_tta-tab:hover a {
    border-color: var(--green);
    color: var(--green);
}

.vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panel:not(.vc_active) {
    display: none;
}

.vc_general.vc_tta-tabs .vc_tta-panels-container .vc_tta-panel-heading {
    display: none;
}


/* @reset wishlist */
.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    border: 1px solid var(--green);
    border-radius: var(--rounded-full);
}

.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--single.yith-wcwl-add-to-wishlist-button--anchor span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 28px;
    height: 28px;
    color: var(--green);
    stroke-width: 1px;
}

.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: var(--green);
}



/* RESET WOOCOMMERCE */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: var(--padding-button) !important;
    height: 43px;
    border-radius: var(--rounded-full);
    border: 1px solid var(--transparent);
    font-size: var(--text-base) !important;
    line-height: 100%;
    letter-spacing: 1.6px;
    font-weight: normal;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: var(--green);
    border-color: var(--green);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: var(--green);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    border-color: var(--green);
    color: var(--green);
    background-color: var(--transparent);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: var(--green);
    color: var(--white);
}


/* RESET FILTER WOO */
.wcpf-field-price-slider .ui-slider .ui-slider-handle {
    background-color: #414042;
    border-color: #414042;
    width: 14px;
    height: 14px;
}

.wcpf-field-price-slider .ui-slider-horizontal .ui-slider-range {
    background-color: #414042;
    height: 4px;
}

.wcpf-field-price-slider .wcpf-price-slider .ui-widget-content {
    height: 4px;
}

.wcpf-field-price-slider.wcpf-display-min-max-inputs .wcpf-price-slider-min-max-inputs {
    display: none;
}

.wcpf-field-price-slider .wcpf-price-slider {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
}

.wcpf-field-price-slider .priceLabel .price-text,
.wcpf-field-price-slider .priceLabel span.delimiter {
    display: none;
}

.wcpf-field-price-slider.wcpf-display-price-label .priceLabel {
    display: flex;
    justify-content: space-between;
    padding: 0 7px;
    font-size: 12px;
    line-height: 100%;
    color: #8E9492;
    margin-bottom: 7px;
}

.wcpf-field-color-list .wcpf-content,
.wcpf-field-text-list .wcpf-content,
.wcpf-field-box-list .wcpf-content,
.wcpf-field-checkbox-list .wcpf-content,
.wcpf-field-radio-list .wcpf-content,
.wcpf-field-drop-down-list .wcpf-content,
.wcpf-field-price-slider .wcpf-content {
    margin-top: 10px;
}

.wcpf-layout-item.wcpf-box-style .wcpf-heading-label .box-toggle,
.wcpf-field-item.wcpf-box-style .wcpf-heading-label .box-toggle {
    display: none;
}

.wcpf-layout-item.wcpf-box-style .wcpf-heading-label,
.wcpf-field-item.wcpf-box-style .wcpf-heading-label {
    pointer-events: none;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    color: #414042;
    text-transform: none;
}

.wcpf-front-element.wcpf-hierarchical-collapsed .wcpf-item-hierarchical-collapsed .box-item-toggle:before {
    font-size: 16px;
}

.wcpf-front-element {
    margin-bottom: 30px;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-input-container {
    border-color: #414042;
    border-radius: 4px;
    width: 12px;
    height: 12px;
    margin-top: 9px;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item .wcpf-title-container {
    font-size: 14px;
    color: #414042;
    padding-left: 6px;
}

.wcpf-field-radio-list .wcpf-product-counts,
.wcpf-field-checkbox-list .wcpf-product-counts {
    font-weight: 500;
    margin-left: 3px;
}

.wcpf-scrollbar.wcpf-front-element .wcpf-content {
    overflow-y: hidden;
}

.wcpf-item.wcpf-checkbox-item+.wcpf-item.wcpf-checkbox-item {
    margin-top: 8px;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-children-container {
    padding-left: 10px;
    margin-top: 10px;
}

.wcpf-field-checkbox-list .wcpf-checkbox-list .wcpf-checkbox-item.checked>.wcpf-checkbox-item-inner>.wcpf-checkbox-label .wcpf-input-container::after {
    width: 5px;
    top: 1.5px;
    left: 2px;
    border-color: #414042;
}


/* Custom Wishlist on Card Product */
.woocommerce ul.products.listing-product .product-image .yith-add-to-wishlist-button-block {
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px;
}

.woocommerce ul.products.listing-product .product-image .yith-add-to-wishlist-button-block span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.woocommerce ul.products.listing-product .product-image .yith-add-to-wishlist-button-block a.yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
    background-color: var(--white);
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--rounded-full);
}

.woocommerce ul.products.listing-product .product-image .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button) svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 14px;
    height: 14px;
    color: #8E9492;
}

.woocommerce ul.products.listing-product .product-image .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #FF686B;
}

.type-products-2 .woocommerce ul.products.listing-product .product-image .yith-add-to-wishlist-button-block {
    margin-top: -60px;
}