.product-tabs-items .accordion,
.ingredient_tabs_accordion .ingredient_accordion {
    padding: 20px 0;
    margin: 0;
    font-size: 20px;
    color: #111111 !important;
    text-align: left;
    font-weight: 700;
    line-height: 22px;
    background: #fff !important;
    position: relative;
    padding-right: 30px !important;
}

h2.shop-by-text {
    line-height: 59px !important;
}

.product-tabs-accordion,
.ingredient_tabs_accordion {
    display: flex;
    flex-direction: column;
}

.product-tabs-accordion .product-tabs-items,
.ingredient_tabs_accordion .ingredient_tabs_items {
    border-bottom: 1px solid #d9d9d9;
}

.product-tabs-items .panel,
.ingredient_tabs_items .ingredient_panel {
    padding: 0 !important;
}

.product-tabs-items .accordion,
.ingredient_tabs_items .ingredient_accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    transition: 0.4s;
}

.product-tabs-items .panel,
.ingredient_tabs_items .ingredient_panel {
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.product-tabs-items .accordion .accordion-icon,
.ingredient_tabs_items .ingredient_accordion .accordion-icon {
    background: url('/wp-content/uploads/2025/01/Plus.png');
    width: 20px;
    height: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product-tabs-items .accordion.active .accordion-icon,
.ingredient_tabs_items .ingredient_accordion.active .accordion-icon {
    background: url('/wp-content/uploads/2025/01/Minus.png') !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*  ===================================== */
.product-image-slider-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 100% !important;
    position: relative;
    overflow: hidden;
}

.information-desc-inner img.information-icon {
    width: 14px;
}

.thumbnail-slider {
    width: 62px;
    /* Adjust as needed */
    flex-shrink: 0;
}

.main-slider.swiper {
    width: 100%;
    max-width: 500px;
    height: 510px;
}

.main-slider.swiper img {
    width: 500px;
    height: 510px;
    object-fit: contain;
}

.thumbnail-slider .swiper-slide {
    cursor: pointer;
    margin-bottom: 10px;
    opacity: 0.6;
    transition: opacity 0.3s;
}

.thumbnail-slider .swiper-wrapper .swiper-slide {
    width: 60px !important;
    height: 60px !important;
    border-radius: 5px;
    background: #fff !important;
    border: 1px solid #D8D8D8;
    margin-bottom: 12px !important;
    padding: 10px;
}

.thumbnail-slider .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    border-color: #030303;
}

.thumbnail-slider.swiper.swiper-initialized {
    height: 430px;
}

.thumbnail-slider .swiper-slide-active {
    opacity: 1;
    border: 2px solid #0071a1;
    border-radius: 5px;
}

.main-slider {
    flex-grow: 1;
}

.main-slider img {
    width: 100%;
    border-radius: 5px;
}

/* Navigation Buttons */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px !important;
    height: 30px !important;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.swiper-button-prev img,
.swiper-button-next img {
    width: 30px !important;
    height: 30px !important;
    object-fit: cover;

}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 10px;
}

.main-slider.swiper {
    width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-prev::before,
.swiper-button-next::before {
    display: none;
}

.rating-tabs {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.rating-tab {
    padding: 0;
    height: 5px;
    border-radius: 50px;
    text-align: center;
    width: 32px;
    font-size: 0 !important;
    transition: background-color 0.3s ease;
}

.rating-tab.filled {
    background-color: #1DB974 !important;
}

.performance-rating-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.rating-tab.empty {
    background-color: #E3E3E3 !important;
}

/*  ingredient table ======================*/
.ingredient-table-container table,
.ingredient-table-container table tr,
.ingredient-table-container table td,
.ingredient-table-container table th {
    background: #fff !important;
    border-color: #E1E1E1 !important;
    text-align: left;
}

.ingredient-table-container table tr th:first-child,
.ingredient-table-container table tr td:first-child {
    border-left-width: 0;
}

.ingredient-table-container table tr th:last-child,
.ingredient-table-container table tr td:last-child {
    border-right-width: 0;
}

.ingredient-table-container table tr th {
    color: #111111;
    padding: 20px 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.ingredient-table-container table td {
    padding: 16px;
    color: #111111;
}

.ingredient-amount {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 32px;
}

.ingredient-table-container table tr td .ingredient-name-tag,
.ingredient-table tbody tr td.ingredient-type span {
    border: 1px solid #9EB9D9;
    border-radius: 5px;
    padding: 4px 8px;
    background: #E2EAF4;
    color: #0F51A1;
    font-size: 14px;
    line-height: 15px;
}

/* .ingredient-table-container table tr:nth-child(2n + 3) td .ingredient-name-tag{
	 background: #FFF2E6;
	border: 1px solid #FFE7CF;
    color: #EA8156;
}

.ingredient-table-container table tr:nth-child(4n + 5) td .ingredient-name-tag{
	background: #E3E8EE;
	border: 1px solid rgba(21, 50, 90, 0.1);
    color: #15325A;
} */

.ingredient-table-container table tr:nth-child(5n+2) td .ingredient-name-tag {
    border: 1px solid #9EB9D9;
    border-radius: 5px;
    background: #E2EAF4;
}

.ingredient-table-container table tr:nth-child(5n+3) td .ingredient-name-tag {
    background: #FFF2E6;
    border: 1px solid #FFE7CF;
    color: #EA8156;
}

.ingredient-table-container table tr:nth-child(5n+4) td .ingredient-name-tag {
    background: #E3E8EE;
    border: 1px solid rgba(21, 50, 90, 0.1);
    color: #15325A;
}

.ingredient-table-container table tr:nth-child(5n+5) td .ingredient-name-tag {
    background: #F8F8F8;
    border: 1px solid #DFDFDF;
    color: #919191;
}

.ingredient-table-container table tr:nth-child(5n+6) td .ingredient-name-tag {
    background: #F6E5E5;
    border: 1px solid #FFD0D0;
    color: #B32727;
}

.primary-benefit-tag {
    background: #fff;
    border: 1px solid rgba(176, 194, 215, 0.32);
    color: #4A5766;
    border-radius: 5px;
    padding: 4px 8px;
}

.performance-rating-item {
    padding: 8px 0;
}

.product-item-impact .rating-tab {
    width: 24px;
}

.product-item-impact .rating-tabs {
    gap: 8px;
}

.product-item-impact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 34px;
}

.product-item-impact a.add-to-cart {
    width: 44px;
    height: 36px;
    background: #476DEC;
    border-radius: 7px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease-in-out;
}

.product-item-impact a.add-to-cart:hover {
    background: #111111 !important;
}

.performance-rating {
    padding: 4px 12px;
    background: #FBFBFB;
    border-radius: 15px;
    padding-right: 16px;
}

.information-item {
    display: grid;
    gap: 10px;
    grid-template-columns: 40% 60%;
    align-items: start;
}

.ingredient-amount-text p {
    margin-bottom: 0;
}

.info-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

h3.information-title {
    color: #7C8998;
    font-size: 14px;
    line-height: 22px;
    margin: 0 !important;
    font-weight: normal;
}

p.information-desc {
    color: #111111;
    font-size: 14px;
    line-height: 22px;
    margin: 0 !important;
}

.product-information {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.title-2-letters {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #111;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    line-height: 0;
    text-transform: uppercase;
}

.title- {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #111111;
}

.product_info_title {
    display: flex;
    gap: 8px;
    align-items: center;
}

.product_info_title {
    background: #FBFBFB;
    padding: 27px 32px !important;
    border-bottom: 1px solid #E2E2E2 !important;
}

.product-information {
    padding: 32px;
}

.ingredient-amount-text h3 {
    margin-bottom: 8px !important;
    margin-top: 0 !important;
    font-size: 16px;
    line-height: 18px;
}

img.information-icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 4px;
}

.primary-benefit-tag-icon {
    width: 16px;
    height: 16px;
    object-fit: cover;
    border-radius: 4px;
    margin-top: 2px;

}

span.primary-benefit-tag {
    gap: 3px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: fit-content;
}


.performance-rating-label img {
    width: 16px;
    height: 16px;
    display: inline-block;
}

.performance-rating-label {
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ============= related products ========== */
.bfm-related-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
}

.bfm-related-products span.product-price {
    position: absolute;
    right: 12px;
    background: #F4F4F4;
    color: #111 !important;
    font-size: 14px;
    line-height: 15px;
    padding: 8px 12px;
    border-radius: 7px;
}

.bfm-related-products .product-item {
    position: relative;
    width: 100%;
    padding: 12px;
}

.bfm-related-products .product-image {
    position: relative;
    width: 100%;
    display: block;
}


.bfm-related-products .product-title,
.bfm-related-products .product-title a {
    margin: 0 !important;
    font-size: 16px;
    font-weight: normal;
    color: #111 !important;
}

.bfm-related-products .product-category {
    gap: 8px;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: fit-content;
    background: #F4F4F4 !important;
    color: #4A5766;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 12px !important;
    line-height: 19px !important;
    margin-bottom: 0 !important;
}

.bfm-related-products .product-category img {
    width: 18px;
    height: 18px;
    object-fit: cover;
}

.cat_add_cart a.button.add-to-cart-button {
    width: 44px;
    height: 36px;
    background: #476DEC;
    border-radius: 7px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s all ease-in-out;
}

.cat_add_cart a.button.add-to-cart-button:hoverr {
    background: #111111 !important;
}

.cat_add_cart {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-end;
}

.product-rating .star-rating {
    position: relative !important;
    float: none !important;
    display: flex !important;
    margin: 0 !important;
    top: 0 !important;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    padding-left: 22px;
    height: 18px !important;
}

.product-rating .star-rating::after {
    content: '';
    background: url('/wp-content/uploads/2025/01/filled-star.svg');
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0 !important;
    position: absolute;
}

.product-rating .star-rating::before {
    display: none !important;
}

.product-rating .star-rating>span {
    width: 100% !important;
    position: relative !important;
    float: none !important;
    font-size: 0 !important;
    font-family: Arial;
}

.product-rating strong.rating {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    float: none !important;
}

.product-rating .star-rating>span::before {
    display: none;
}

/* ===================== */

/* 
.ingredient-library {
    font-family: Arial, sans-serif;
    width: 100%;
    margin: 20px auto;
}

.ingredient-header, .ingredient-item {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    text-align: left;
}

.ingredient-header {
    font-weight: bold;
    border-bottom: 2px solid #000;
    background-color: #f7f7f7;
}

.ingredient-group h3 {
    margin-top: 20px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.ingredient-list {
    list-style: none;
    padding: 0;
}

.ingredient-item {
    padding: 10px 0;
}

.ingredient-name a {
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.ingredient-name a:hover {
    text-decoration: underline;
}

.ingredient-type {
    text-align: center;
    font-size: 14px;
    background: #f0f8ff;
    padding: 5px 10px;
    border-radius: 5px;
    color: #333;
}

.ingredient-benefits {
    font-size: 14px;
    color: #555;
}

.ingredient-button a {
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #0073aa;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}

.ingredient-button a:hover {
    background: #005a8c;
}

.sortable {
    cursor: pointer;
    font-weight: bold;
    color: #0073aa;
}

.sortable:hover {
    text-decoration: underline;
} */

.ingredient-table .sortable {
    position: relative;
}

.ingredient-table th.sortable .sorting-icon:after {
    content: url('https://activated.shop/wp-content/uploads/2025/01/sorting-arrow.svg');
}

.ingredient-table th.sortable .sorting-icon img {
    display: none;
}

.ingredient-table th.sortable.sort .sorting-icon img {
    transform: scaleY(-1);
    display: inline;
}

.ingredient-table th.sortable.sort .sorting-icon:after {
    content: url('https://activated.shop/wp-content/uploads/2025/01/sorting-arrow.svg');
    display: none;
}

.ingredient-table tr td:first-child {
    border-left-width: 0px !important;
}

.ingredient-table tr td:last-child {
    border-right: none !important;
}

.ingredient-table tr,
.ingredient-table td,
.ingredient-table th {
    background: #fff !important;
}

.ingredient-table tr.group-header td {
    font-family: Arial;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 24px 0 !important;
    color: #111;
}

.ingredient-table th.sortable {
    text-align: left;
    border: none !important;
    border-bottom: none !important;
    padding: 0;
}

.ingredient-table thead tr {
    background: #fff !important;
    border: none !important;
}

.ingredient-table td.ingredient-benefits a.button,
a.health-concern-link {
    box-shadow: 1.52px 3.05px 7.31px 0px #0000000D;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DCDCDC;
    border-radius: 8px;
    float: right;
    outline: none !important;
    transition: .2s ease-in-out all;
    background: #fff;
}

.ingredient-table td.ingredient-benefits a.button:hover,
a.health-concern-link:hover {
    border-color: #111;
    background: #111;
}

.ingredient-table td.ingredient-benefits a.button:hover img,
a.health-concern-link:hover img {
    filter: invert(1);
}

span.benefits {
    display: inline;
    float: left;
    margin-top: 5px;
    vertical-align: middle;
}

.ingredient-table td.ingredient-benefits {
    vertical-align: middle;
}

.ingredient-table table td,
.ingredient-table table th {
    vertical-align: middle !important;
}

.ingredient-table table td,
.ingredient-table table th {
    border-color: #D9D9D9 !important;
    background: transparent;
}

th.sortable {
    padding: 12px 0 !important;
    border: none !important;
}

.ingredient-library {
    margin-top: -94px;
    background: transparent;
}

.ingredient-header {
    margin-bottom: 32px;
}

.ingredient-header p {
    margin: 0 !important;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-align: left;
    text-underline-position: from-font;
    color: #7C8998;
}


/* health care */


.health-concern-section p.sub-label {
    background: #B0C2D752;
    margin: 0 !important;
    width: auto;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
    font-family: Arial;
    font-size: 14px;
    margin-top: 6px !important;
    font-weight: 400;
    line-height: 16.4px;
    text-align: left;
    color: #7C8998;
}

.customized-solution h3 {
    margin: 0;
}

.customized-solution {
    background: url('/wp-content/uploads/2025/01/customize-solution-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 16px;
    border-left: 1px solid #d9d9d9;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.customized-solution h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 35.2px;
    text-align: left;
    color: #111;

}

a.health-evaluation-btn {
    padding: 12px 24px;
    border-radius: 8px;
    display: inline-block;
    background: #111111;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    color: #fff !important;
    width: fit-content;
    float: right;
    margin-left: auto;
}

.health-concern-section .health-title h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 35.2px;
    text-align: left;
    color: #111;
    margin: 0 !important;
}

.health-concern-section .health-title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.health-concern-section hr.dvder {
    background-color: #EAEAEA !important;
    height: 1px;
    border: none !important;
    margin: 32px 0;
}

.health-concern-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.customized-solution {
    grid-area: 2 / 2 / 3 / 4;
}

.health-concern-item {
    padding: 16px;
    border: 1px solid #D9D9D9;
    border-top: 0;
    border-right: none;
    background: url('/wp-content/uploads/2025/01/Frame-2147223652.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}

.health-concern-section .health-concern-item:nth-child(4) {
    border-bottom: 0;
}

.health-concern-section .health-concern-item:nth-child(4) {
    border-bottom: 0;
}

span.pro_count {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #111111;
}

.health-concern-detail p {
    margin: 0 !important;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-align: left;
    color: #8B99A9;
}

.health-concern-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* product archicve  */

.ptable-thead {
    display: grid;
    gap: 45px;
    grid-template-columns: 240px 58px 183px auto;
}

.product-item-row {
    display: grid;
    gap: 45px;
    align-items: center;
    grid-template-columns: 240px 58px 183px auto;
    border: 1px solid #e9e9e9;
    box-shadow: 2px 4px 9.6px 0px #00000008;
    padding: 8px;
    border-radius: 10px;
    padding-right: 24px;
}

.product-table-tbody {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-item-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #181818;
}

.sort-header::after {
    content: url('/wp-content/uploads/2025/01/Vector.svg');
    /* Default ascending */
    margin-left: 5px;
    font-size: 0.8em;
}

.ptable-thead div {
    padding: 13px 0px 13px 8px;
}

.sort-header[data-order="desc"]::after {
    content: url('/wp-content/uploads/2025/01/Vector.svg');
    /* Change to descending */
}

.product-item-name .product-item-img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

.product-item-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.product-review-summary {
    border-left: 2px solid #D9E0E8;
    padding-left: 12px;
}

.product-item-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 19.8px;
    text-align: left;
    color: #111111 !important;
}

span.product-rate-counts {
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    text-align: left;
    color: #585858;
    white-space: nowrap;
}

.product-tag-review {
    background: #F3F4F6;
    padding: 2.5px 4px;
    border-radius: 4px;
    line-height: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
}

.product-tag-review img {
    width: 11px;
    height: 10px !important;
    object-fit: contain;
    margin-right: 2px;
}

span.count-tag {
    cursor: pointer;
    border: 1px solid #B0C2D752;
    width: 30px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: right;
    color: #4A5766;
}

.product-item-title {
    margin-bottom: 8px;
    display: block;
}

span.cat-span {
    border: 1px solid #B0C2D752;
    border-radius: 5px;
    padding: 2px 8px;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #4a5766;
    display: flex;
    cursor: pointer;
    gap: 4px;
    align-items: center;
    justify-content: center;
}

.product-item-category {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.filter-widget h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    text-align: left;
    color: #111111;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
}

.filter-widget {
    border-bottom: 1px solid #D9D9D9;
    padding: 24px 32px;
}

.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.check-label,
p.comment-form-cookies-consent {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    padding-left: 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #9a9a9a;
}

#ship-to-different-address .woocommerce-form__label-for-checkbox {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    padding-left: 16px;
    font-weight: 400;
    line-height: 16.8px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
    margin-top: 30px !important;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 20px !important;
}

p.form-row.woocommerce-SavedPaymentMethods-saveNew label {
    line-height: 1 !important;
}

#ship-to-different-address-checkbox:checked::before {
    top: 1px !important;
    left: 1px !important;
}

.check-label input[type="checkbox"],
input#wp-comment-cookies-consent,
input#wc-stripe-new-payment-method,
#ship-to-different-address-checkbox {
    width: 0;
    height: 0;
    font-size: 0;
}

#ship-to-different-address-checkbox:after {
    width: 20px !important;
    height: 20px !important;

}

.check-label input[type="checkbox"]:after,
input#wp-comment-cookies-consent:after,
input#wc-stripe-new-payment-method:after,
#ship-to-different-address-checkbox:after {
    border: 1px solid #D9D9D9 !important;
    width: 16px;
    content: '';
    height: 16px;
    line-height: 1;
    position: absolute;
    top: 0;
    z-index: 2;
    border-radius: 3px;
    left: 0;
}

.check-label input[type="checkbox"]:checked::after,
input#wp-comment-cookies-consent:checked::after,
input#wc-stripe-new-payment-method:checked::after,
#ship-to-different-address-checkbox:checked::after {
    background: #111111;
    border-color: #111111 !important;
}

.check-label input[type="checkbox"]:checked::before,
input#wp-comment-cookies-consent:checked::before,
input#wc-stripe-new-payment-method:checked::before,
#ship-to-different-address-checkbox:checked::before {
    background-image: url('/wp-content/uploads/2025/01/checkbox-check.svg');
    content: '';
    height: 15px;
    width: 16px;
    position: absolute;
    z-index: 4;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    background-position: center;
}

#review_form p.comment-form-author,
p.comment-form-email {
    width: calc(100% - 51%);
    display: inline-block;
}

#review_form p.comment-form-email {
    float: right;
}

.woocommerce #review_form #respond p.comment-form-comment {
    margin: 0 0 10px;
    line-height: 0;
}

#review_form .comment-form-rating {
    display: flex;
    gap: 16px;
    margin-top: 30px;
}

#review_form p.form-submit {
    margin-bottom: 0 !important;
    margin-top: 30px !important;
    display: block;
}

p.comment-form-cookies-consent {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
}

#price-range-slider {
    margin: 10px 0;
    height: 4px;
    border-radius: 5px;
    position: relative;
    background: #D9D9D9;
    border: none;
    outline: none;
    box-shadow: none;
}

.ui-slider-handle {
    background: #476DEC !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    top: -5px !important;
    position: absolute;
}

.ui-slider .ui-slider-range {
    background: #476DEC;
}

span.ui-slider-handle {
    box-shadow: 0px 1px 4px 0px #7D7D7D40;
    border: 2px solid #FFFFFF !important;
    border-radius: 50px !important;
    width: 16px !important;
    height: 16px !important;
    outline: none !important;
}

.price-min-max {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    color: #9A9A9A;
}


.step-form input[type="radio"] {
    width: 0;
}

.step-form input[type="radio"]::after {
    border: 1px solid #B9B9B9;
    position: absolute;
    width: 21px;
    height: 21px;
    content: '';
    border-radius: 50px;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.step-form input[type="radio"]:checked::after {
    border: 5px solid #111111;
}

.step-form .icon {
    display: block;
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
}

.step-form {
    max-width: 479px;
    margin: auto;
    text-align: center;
}

.step-form .progress-bar {
    position: relative;
    height: 7px;
    background: #ddd;
    border-radius: 4px;
    width: 100%;
    max-width: 361px;
    margin: auto;
    margin-bottom: 22px !important;
}

.step-form .progress {
    display: block;
    height: 100%;
    background: #476DEC;
    border-radius: 4px;
    transition: width .4s ease-in-out;
}

.step-form .progress-text {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #476DEC;
    color: white;
    padding: 2px 5px;
    transition: left .4s ease-in-out;
    border-radius: 4px;
    font-size: 12px;
}

.step-form p.question {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d9d9d9;
    margin: 0;
}

.step-form .form-card {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 4px 9.6px 0px #0000000D;
    border: 1px solid #DCDCDC;
}

.step-form .question {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: left;
    color: #111111;
}

.step-form .option {
    display: block;
    padding: 16px 44px;
    padding-right: 9px !important;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    text-align: left;
    color: #7C8998;
}

.step-form .buttons {
    display: grid;
    justify-content: space-between;
    margin-top: 14px;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
}

.step-form .back-btn,
.step-form .next-btn {
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    outline: none;
}

.step-form .back-btn {
    background: #fff;
    border: 1px solid #232323;
    color: #111;
}

.step-form .back-btn:hover {
    background: #111;
    color: #fff;
}

.step-form .next-btn {
    background: #111111;
    color: #fff;
    box-shadow: 2px 4px 9.6px 0px #0000000D;
    border: 1px solid #232323;
}

.step-form .next-btn:hover,
.step-form .next-btn:focus {
    color: #111111 !important;
    background: #fff !important;
}

span#progress-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    padding: 6px 10px;
    top: -48px;
    border-radius: 10px;
}

span#progress-text::after {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #476DEC;
    content: '';
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -7px;
}

span#progress {
    position: relative;
}

span#progress::after {
    border: 4px solid #476DEC;
    width: 20px;
    height: 20px;
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50px;
    background: #fff;
}

.health_accordion {
    max-width: 600px;
    margin: auto;
}

.health_accordion .accordion-item {
    overflow: hidden;
}

.health_accordion .accordion-button {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.health_accordion .accordion-item {
    border-bottom: 1px solid #e9e9e9 !important;
    border-radius: 0 !important;
    background: #fff !important;
}

.health_accordion .accordion-item:nth-child(1) {
    border-top: 1px solid #e9e9e9 !important;
}

.health_accordion button.accordion-button {
    outline: none;
    border: 0 !important;
    background: #fff !important;
    color: #111 !important;
    padding: 20px 0px !important;
    font-family: Arial;
    font-size: 020px !important;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
}

.health_accordion .accordion-button .icon {
    font-size: 20px;
}

.health_accordion .accordion-content {
    display: none;
    padding-top: 4px;
    padding-bottom: 20px;
    background: #fff;
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    color: #7C8998;

}

.health_accordion .accordion-content h3,
.health_accordion .accordion-content h2,
.health_accordion .accordion-content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #7C8998;
    padding-bottom: 10px;
    margin: 0 !important;

}

.health_accordion .accordion-buttons {
    margin-top: 24px;
    display: flex;
    gap: 8px;
}

.health_accordion .accordion-btn {
    font-size: 16px;
    font-weight: 400;
    line-height: 17.6px;
    text-align: left;
    padding: 11px 36px;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    background: #ffffff;
    color: #111111;
}

.health_accordion .accordion-btn.add-to-cart {
    background: #476DEC;
    border: 1px solid #3D62DD;
    color: #ffffff;
}

.health_accordion .accordion-btn:hover {
    background: #111111;
    border: 1px solid #111111;
    color: #ffffff;
}

.product-sorting {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
    width: 100%;
}

.product-sorting label {
    white-space: nowrap;
}

.product-header span.select2.select2-container.select2-container--default,
select#sort-products {
    max-width: 150px !important;
    width: 100% !important;
}

.product-header .select2-container--default .select2-selection--single {
    box-shadow: 2px 4px 9.6px 0px #0000000D;
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 24px;
}

.product-count {
    white-space: nowrap;
}

.select2-container--default {
    font-size: 14px;
    font-weight: 400;
    line-height: 15.4px;
    text-align: left;
}

.ptable-thead {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 13.2px;
}

input#ingredient-prd {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #d9d9d9;
    padding: 12px;
    padding-left: 44px;
    position: relative;
}

.ingredient-prd-container {
    position: relative;
}

.ingredient-prd-container::after {
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/01/search-normal-1.svg');
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
}

.hidden-category {
    display: none;
}

.toggle-categories {
    background: none;
    border: none;
    color: #7a7a7a !important;
    cursor: pointer;
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
}

.health-need-filter label.check-label.hidden-category.show-all {
    display: flex !important;
}

span.extra-categories,
.extra-ratings {
    gap: 4px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

@media(max-width:767px) {
    /* 	span.cat-span{
		font-size:11px !important;
	} */
}