/*
Theme Name: Porto Child
Theme URI: https://themeforest.net/item/porto-responsive-wordpress-ecommerce-theme/full_screen_preview/9207399
Author: Matic
Author URI: https://childthemewp.com
Description: My WordPress Porto child theme.
Template: porto
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: porto-child
*/

h2 {
    margin-bottom: 22px;
}

.elementor-13 .elementor-element.elementor-element-bcc2dde::before {
    background: linear-gradient(180deg, #fff, #f8e2ff) !important;
}

.hide-live-widget #fsw-btn {
    display: none !important;
}

span.jdgm-rev__buyer-badge-wrapper,
.jdgm-rev[data-verified-buyer=true] .jdgm-rev__icon.jdgm-rev__icon:after {
    display: none !important;
}

body.woocommerce-checkout {
    max-width: 100vw;
    overflow-x: hidden;
}

.is-hidden {
    display: none !important;
}

.reset_variations,
.woocommerce-variation-availability,
#topcontrol,
.single-product .woocommerce-variation-price {
    display: none !important;
}

[lang='hr'] p#billing_country_field,
[lang='hu'] p#billing_country_field,
[lang='sl-SI'] p#billing_country_field,
[lang='ro-RO'] p#billing_country_field,
[lang='sk-SK'] p#billing_country_field,
[lang='cs'] p#billing_country_field,
[lang='pl-PL'] p#billing_country_field,
[lang='hr'] p#shipping_country_field,
[lang='hu'] p#shipping_country_field,
[lang='sl-SI'] p#shipping_country_field,
[lang='ro-RO'] p#shipping_country_field,
[lang='sk-SK'] p#shipping_country_field,
[lang='cs'] p#shipping_country_field,
[lang='pl-PL'] p#shipping_country_field {
    display: none !important;
}

[lang='ro-RO'] #billing_city_field .select2-container {
    width: 100% !important;
}

[lang='ro-RO'] .fkcart-reward-panel.fkcart-panel {
    display: none !important;
}

.orthexa-fourth-wrapper {
    margin: 0 -8px !important;
    width: calc(100% + 16px) !important;
}

.bl-notice {
    display: block;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px 7px 7px;
    font-size: 12px !important;
}

.orange_pulse {
    background: #f4af29;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    animation: pulse-yellow 2s linear infinite;
}

@keyframes pulse-yellow {
    0%, 100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 rgba(244, 175, 41, 0);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 10px rgba(244, 175, 41, 0.7);
    }
}

.orthexa-fourth {
    width: 25% !important;
}

[lang='hu'] p#billing_state_field,
[lang='hu'] p#shipping_state_field,
[lang='hr'] p#billing_state_field,
[lang='hr'] p#shipping_state_field,
[lang='pl'] p#billing_state_field,
[lang='pl-PL'] p#shipping_state_field {
    display: none !important;
}

body:not(.single-post) section.page-top {
    display: none !important;
}

body:not(.single-post) .main-content {
    padding-top: 0 !important;
}

body.single-post .page-top h1.page-title {
    color: #1e1e1e !important;
    font-weight: 500;
}

body.single-post .page-top {
    background-color: white;
    border-bottom: none !important;
}

body.single-post .main-content {
    padding-top: 0 !important;
}

.logo img {
    max-width: 150px !important;
}

small.includes_tax {
    display: none;
}

span.most-popular-delivery {
    white-space: nowrap;
}

body #wfacp-sec-wrapper .wfacp_main_form.woocommerce #payment ul.payment_methods li.payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon {
    max-height: 100% !important;
    max-width: 22px !important;
}

span.wc-stripe-card-icons-container {
    max-width: 105px !important;
    margin-left: 5px;
}

.wgl-parcel-shop-list-item a {
    font-weight: 400;
    font-size: 12px;
}

.page-content p a,
.page-content ol a,
.page-content ul a {
    text-decoration: underline;
}

li.wc_payment_method.payment_method_ppcp img {
    max-width: 65px !important;
    margin-left: 15px !important;
    float: right !important;
    margin-top: 2px !important;
}

.bundle-products-wrapper {
    display: flex;
    flex-direction: column;
    gap: 18px;
    background: #f5f5f5;
    padding: 15px;
}

.bundle-product-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #fff 0%, #f5f5f5 100%);
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(16, 172, 132, 0.04);
    transition: background 0.18s, border-color 0.18s, box-shadow 0.18s;
    cursor: pointer;
    position: relative;
}

.bundle-product-wrapper:hover {
    background: #f7fafc;
    border-color: #47b425;
    box-shadow: 0 4px 16px rgba(71, 180, 37, 0.08);
}

.bundle-product-details {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

.bundle-product-inner-details {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bundle-product-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.bundle-product-wrapper img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    border-radius: 10px !important;
}

.bundle-product-cta {
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-left: 18px;
}

.bundle-product-price {
    font-size: 1rem;
    font-weight: 600;
    color: black;
    margin-bottom: 2px;
    white-space: nowrap;
}

.bundle-product-price del {
    color: #b0b0b0;
    font-weight: 400;
    font-size: 0.95em;
    margin-right: 6px;
}

.bundle-product-cta-btn {
    background: #f4ebd7;
    color: black;
    border: none;
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.18s;
    box-shadow: 0 1px 4px rgba(71, 180, 37, 0.08);
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
}

.bundle-product-cta-btn:hover {
    background: #388a1a;
    color: #fff;
    text-decoration: none;
}

.bundle-product-title {
    padding: 0 10px;
}

.bundle-product-cta.mobile-only {
    display: none;
}

.bundle-product-cta.desktop-only {
    display: flex;
}

@media (max-width: 768px) {
    .bundle-products-wrapper {
        margin: 0 -20px;
        border-radius: 0 !important;
    }
}


/* Chained Products List Styles */
.chained-products-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 24px;
  }
  .chained-products-list__title {
      display: flex;
      justify-content: space-between;
  }

  .chained-products-list__price.desktop-only {
      display: block;
  }
  
  .chained-products-list__price.mobile-only {
    display: none;
  }
  
  .chained-products-list__item {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #fff 0%, #f6fff3 100%);
    border: 2px solid #47b425;
    border-radius: 10px;
    padding: 14px 18px;
    margin-bottom: 0;
    box-shadow: 0 2px 8px rgba(16, 172, 132, 0.04);
    transition: background 0.18s, border-color 0.18s, box-shadow 0.18s;
    cursor: pointer;
    position: relative;
    text-decoration: none;
  }
  .chained-products-list__item:hover, .chained-products-list__item:focus {
    background: #f7fafc;
    border-color: #47b425;
    box-shadow: 0 4px 16px rgba(71, 180, 37, 0.08);
    outline: none;
    text-decoration: none;
  }
  .chained-products-list__title-text {
    padding-right: 10px;
  }
  .chained-products-list__img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 24px;
    background: #f7f7f7;
    flex-shrink: 0;
  }
  .chained-products-list__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }
  .chained-products-list__title {
    font-size: 1rem;
    font-weight: 500;
    color: #181818;
  }
  .chained-products-list__price {
    font-size: 1rem;
    font-weight: 600;
    color: black;
    margin-bottom: 2px;
    white-space: nowrap;
  }
  .chained-products-list__price del {
    color: #b0b0b0;
    font-weight: 400;
    font-size: 0.95em;
    margin-right: 6px;
  }
  .chained-products-list__stock {
    color: #64ba49;
    font-size: 0.85rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.4em;
  }
  .chained-products-list__stock.out-of-stock {
    color: #d32f2f;
  }
  .chained-products-list__stock svg {
    width: 1.1em;
    height: 1.1em;
    vertical-align: middle;
  }
  @media (max-width: 600px) {
    .chained-products-list__item {
      padding: 12px 10px;
      border-radius: 12px;
    }
    .chained-products-list__img {
      width: 40px;
      height: 40px;
      margin-right: 12px;
    }
    .chained-products-list__title {
      font-size: 1em;
    }
  }

.wp-block-latest-posts__list li {
    padding-left: 0 !important;
}

.post-item .wp-block-heading {
    display: none !important;
}

.post-item {
    font-size: 14px;
    line-height: 1.5;
}

.post-content a {
    text-decoration: underline;
}

.blog-posts.posts-large.posts-container {
    padding-top: 35px;
}

.wp-block-latest-posts__list li::before {
    display: none !important;
}

ul.porto-narrow-sub-menu {
    min-width: 130px;
}

a.button.checkout.wc-forward {
    background: #8cb83b;
}

.rating-total-label {
    font-weight: bold;
    color: #222529;
    margin-right: 0.7143em;
}

.review-link {
    font-size: 1rem !important;
}

.review-link .dashicons-yes-alt::before {
    font-size: 15px;
    line-height: 25px;
}

a.filter-item {
    background: white;
    border-radius: 8px;
}

#main b,
#main strong {
    font-weight: 600;
}

.woocommerce-product-details__short-description li {
    position: relative;
    list-style: none;
    margin-bottom: 7px;
}

.woocommerce-product-details__short-description li:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -20px;
    width: 7px;
    height: 15px;
    top: 5px;
    border: solid #32CD32;
    border-width: 0 4px 4px 0;
    border-radius: 1px;
    transform: rotate(40deg);
}

.woocommerce-product-details__short-description {
    margin-bottom: 15px !important;
    margin-top: 10px;
}

.elementor-element.elementor-element-abad59b.elementor-widget.elementor-widget-woocommerce-product-short-description {
    margin-bottom: 10px;
}

.discount-badge-wrapper {
    position: absolute;
    text-align: left;
    width: 100%;
    top: -12px;
    left: 15px;
    right: 0;
}

.discount-badge {
    background: black;
    color: white;
    border-radius: 4px;
    padding: 4px 6px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: inline-block;
}

.discount-badge img {
    max-width: 11px;
    margin-right: 3px;
    margin-top: -3px;
}

.pricing-container {
    margin-bottom: 15px;
}

.pricing-option {
    width: 100%;
    text-align: center;
    padding: 15px 5px;
    border: 2px solid #ccc;
    cursor: pointer;
    position: relative;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 8px;
    margin-bottom: 15px;
}

.qty-discount-qty del {
    color: #999;
    margin-right: 5px;
    font-weight: 400;
    font-size: .9rem;
}

.save-badge:after {
    position: absolute;
    left: 3px;
    top: -1px;
    z-index: 20;
    height: 1rem;
    width: 1rem;
    border-radius: .25rem;
    background-color: inherit;
    --tw-content: "";
    content: var(--tw-content);
    transform-origin: top left;
    transform: rotate(45deg);
}

.discount-absolute {
    color: #c00;
}

.pricing-option.selected {
    background: #47b42515;
    border-color: #47b425;
}

.qty-discount-kos {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 10px 0;
    font-size: 13px;
}

.qty-discount-kos-label {
    color: #999;
}

.qty-discount-kos span.save-badge {
    position: relative;
    z-index: 10;
    display: inline-block;
    height: 1.25rem;
    width: 2.75rem;
    cursor: pointer;
    border-radius: 5px 6px 6px 5px;
    background-color: #ca232c;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
    font-size: .6875rem;
    line-height: 1.25rem;
    color: white;
    margin-right: 10px;
    font-weight: bold;
}

.qty-discount-price {
    white-space: nowrap;
}

.qty-discount-qty {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
}

.product-images .img-thumbnail div.inner {
    border: none;
}

form.cart {
    padding: 5px 15px 0;
    background: #f5f5f5;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px !important;
    border: none !important;
    border-radius: 15px 15px 0 0;
}

form.variations_form .quantity,
.quantity.simple-type {
    display: none !important;
}

.single_variation_wrap {
    border: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.variable-price-box {
    display: flex;
    justify-content: space-between;
    background: white;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}

.variable-price-box del {
    display: block;
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
}

.variable-price-box ins {
    font-size: 26px;
    font-weight: 700;
    color: #ff5d00;
    text-decoration: none;
}

.limited-offer-label {
    font-size: 14px;
}

.left-price-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.discount-badge {
    background: black;
    color: white;
    border-radius: 4px;
}

.discount-badge-price {
    color: white;
    background: #ec0043;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
}

.stock-pulse {
    display: flex;
    align-items: center;
}

.orange_pulse {
    margin-right: 13px;
}

.shipping-notice,
.lowest-price-notice,
.stock-notice,
.stock-pulse {
    margin: 10px 0 5px;
    font-size: 14px;
}

.shipping-notice svg,
.lowest-price-notice svg {
    max-width: 18px;
    fill: #444;
    margin-right: 7px;
}

.stock-notice {
    display: flex;
    align-items: center;
    color: #64ba49;
    font-weight: 600;
}

.stock-notice.red {
    color: red;
}

.stock-notice svg {
    max-width: 18px;
    margin-right: 7px;
}

.payment-notice-wrapper {
    text-align: center;
    padding: 10px 0 25px;
    background: #f5f5f5;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.payment-notice-wrapper img {
    max-width: 400px !important;
}

.quantity-discount-price {
    width: 100%;
}

.product-type-simple .quantity-discount-price {
    padding: 0 15px 15px;
    margin-top: -10px;
}

.payment-notice-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.money-back-wrapper {
    background: #f4ebd7;
    padding: 15px;
    display: flex;
    width: calc(100% + 40px);
    margin-left: -20px;
    /* border-radius: 0 0 15px 15px; */
}

.filter-item-list a.visual-each-size.filter-item {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 1rem;
}

/* .variations tr > .value select {
    display: none !important;
} */

table.variations {
    width: 100% !important;
}

button.single_add_to_cart_button.button.alt {
    flex: auto;
    width: 100%;
    border-radius: 8px;
}

body.single-product table.variations {
    display: none;
}

.select-each-size-wrapper {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
}

.select-each-size-collapsible {
    position: relative;
    width: 100%;
    user-select: none;
    margin-bottom: 10px;
}

.select-each-size-label {
    width: 100%;
    padding: 14px 18px;
    font-size: .9rem;
    color: #222529;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(16,172,132,0.07);
    position: relative;
}

.select-each-size-label::after {
    content: '\25BC';
    font-size: .5rem;
    color: black;
    margin-left: 10px;
    transition: transform 0.2s;
}

.select-each-size-collapsible.open .select-each-size-label {
    border-color: #ec0043;
}

.select-each-size-collapsible.open .select-each-size-label::after {
    transform: rotate(180deg);
}

.select-each-size-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    border: 1px solid #D9D9D9;
    border-top: none;
    border-radius: 8px;
    box-shadow: 0 8px 24px #10ad8621;
    max-height: 220px;
    overflow-y: auto;
    display: none;
    margin: 0;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: #10ac84 #f7f7f7;
}

.select-each-size-list::-webkit-scrollbar {
    width: 8px;
    background: #f7f7f7;
    border-radius: 8px;
}

.select-each-size-list::-webkit-scrollbar-thumb {
    background: #10ac84;
    border-radius: 8px;
}

.select-each-size-collapsible.open .select-each-size-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.select-each-size-list li {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.select-each-size-list .select-each-size-placeholder {
    color: #999;
    font-size: 1.1rem;
    padding: 14px 18px;
    background: #f7f7f7;
    border-bottom: 1px solid #eaeaea;
    cursor: default;
}

.select-each-size-list .visual-each-size {
    display: block;
    width: 100%;
    padding: 14px 18px;
    font-size: 1.1rem;
    color: #222529;
    text-decoration: none;
    background: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.select-each-size-list .visual-each-size:hover {
    background: #e6f9f3;
    color: #10ac84;
}

.select-each-size-list .visual-each-size.selected {
    background: #10ac84;
    color: #fff;
}

.featured-review-wrapper-mobile {
    display: none;
}

.qty-discount-kos-free-ebooks {
    color: #c00;
}

@media (max-width: 768px) {
    .featured-review-wrapper-mobile {
        display: block;
        margin-top: 30px;
    }

    .elementor-widget-shortcode .featured-review {
        display: none;
    }
}

/* Remove select-based styles if present */
.select-each-size-dropdown {
    display: none !important;
}

.size-guide-button {
    float: right;
    font-size: .8rem;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;
}

.size-guide-button svg {
    max-width: 25px;
    height: auto;
    margin-right: 4px;
}

.money-back-wrapper p {
    margin-bottom: 0;
    font-size: 12px;
}

.money-back-wrapper img {
    max-width: 80px !important;
    align-self: center;
    margin-right: 15px;
}

.support-wrapper {
    text-align: center;
    background: #f5f5f5;
    padding: 15px;
    font-size: 14px;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.support-items {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.support-item {
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0 10px;
}

.support-item svg {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.support-item p {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 13px;
}

button.single_add_to_cart_button {
    font-size: 18px;
    height: 4rem !important;
}

.product-type-simple .single_add_to_cart_button {
    max-width: calc(100% - 30px);
    margin-left: 15px !important;
}

.featured-review::before {
    content: "";
    position: absolute;
    top: -20px;
    right: calc(50% - 20px);
    bottom: unset;
    left: unset;
    z-index: 0;
    margin: auto;
    border-width: 0 20px 20px;
    border-color: transparent transparent #fcf2e8;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
}

html:not([lang="en-US"]) .wfacp_mini_cart_start_h .wfacp_order_summary_container .wfacp_mini_cart_reviews tr th {
    text-transform: initial;
}

.featured-review {
    padding: 15px;
    background: #fcf2e8;
    font-size: 13px;
    position: relative;
    border-radius: 15px;
}

.featured-review__text {
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 12px;
}

.featured-review__author {
    font-weight: bold;
    display: flex;
    align-items: center;
}

.featured-review .star-rating span::before {
    color: #F9CB44;
}

.featured-review__author_label {
    margin-right: 15px;
}

.simple-quantity-discount-wrapper {
    width: 100%;
    padding-bottom: 20px;
}

span.jdgm-prev-badge__text {
    color: #999 !important;
    margin-left: 10px;
    font-size: 14px;
}

.jdgm-widget {
    margin-bottom: 15px;
}

span.jdgm-rev__timestamp {
    display: none;
}

.jdgm-rev-widg__actions {
    box-shadow: none !important;
    display: inline-block;
    border: 1px solid #ccc;
}

.jdgm-sort-dropdown-wrapper {
    margin-top: 0 !important;
}

img.jdgm-rev__location-country-flag-img {
    display: none !important;
}

.country-flags img {
    max-width: 30px !important;
    padding: 0 5px 0 0;
}

aside.country-selector.weglot-dropdown {
    display: none;
}

.menu-item-weglot {
    margin: auto !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
}

.menu-item-weglot a {
    padding: 5px !important;
    text-transform: initial !important;
    font-weight: initial !important;
    color: #444444 !important;
    font-size: 14px !important;
}

span[class="arrow"]::before {
    background: none !important;
}

.addon-product-outer-wrapper {
    background: #f5f5f5;
    padding: 10px 15px 10px;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.addon-product-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    background: #DBEBFF;
    align-items: center;
    border: 3px dashed #c5a9a9;
}

.addon-product-wrapper img {
    max-width: 100px !important;
    margin-right: 20px;
    border-radius: 10px 0 0 10px !important;
}

.addon-product-inner-details {
    display: flex;
    align-items: center;
}

.addon-product-inner-details p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.3;
    display: none;
}

.addon-product-inner-details b {
    font-size: 14px;
    margin-bottom: 0;
}

.addon-product-button {
    background: #ec0043;
    color: #fff;
    padding: 5px 15px;
    border-radius: 15px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease;
    margin-left: 5px;
}

.addon-product-button.clicked {
    opacity: .5;
    pointer-events: none;
}

.addon-product-wrapper del {
    font-size: 14px;
}

.addon-product-wrapper ins {
    text-decoration: none;
}

.below-title-field {
    color: #999;
}

.insole-type-wrapper {
    display: flex;
    width: calc(100% + 20px);
    margin: 15px -10px 20px;
}

.insole-type {
    border: 2px solid #ccc;
    border-radius: 10px;
    max-width: 200px;
    padding: 10px;
    width: calc((100% / 2) - 5px);
    margin: 0 5px;
}

.insole-type td {
    font-size: 11px;
    padding: 0;
    line-height: 1.5;
    color: #1e1e1e;
}

.insole-type table {
    margin-left: -5px;
    display: none;
}

.insole-type.selected {
    background: #64ba49;
    border-color: #64ba49;
}

.insole-type.selected h5,
.insole-type.selected td {
    color: white;
}

.open-fresh {
    cursor: pointer;
}

.insole-type h5 {
    margin-bottom: 0;
}

div#alg_wc_eu_vat_progress {
    margin-top: 5px;
    font-size: 13px;
}

.woocommerce-checkout .jdgm-carousel-item__review-rating {
    text-align: left;
    font-size: 15px;
    margin-bottom: 10px;
}

.woocommerce-checkout .jdgm-carousel-item__review-title.jdgm-line-clamp {
    text-align: left;
    font-weight: 500;
}

.woocommerce-checkout .jdgm-carousel-item__review-body.jdgm-line-clamp p {
    text-align: left;
    font-style: italic;
    font-size: 14px;
    margin-top: 10px;
}

.woocommerce-checkout .jdgm-carousel-wrapper {
    padding: 0;
}

.woocommerce-checkout .jdgm-carousel-item__reviewer-name.jdgm-ellipsis {
    text-align: left;
}

.woocommerce-cart tr.order-total strong {
    display: block;
}

.woocommerce-cart .includes_tax .amount {
    font-size: 14px !important;
}

.total-savings td {
    background: #f1ede2 !important;
    padding: 3px !important;
    text-align: center !important;
    font-size: 13px !important;
    color: #F44D00 !important;
    border-radius: 8px;
}

.total-savings td bdi,
.total-savings td .woocommerce-Price-currencySymbol {
    color: #F44D00 !important;
}

.total-savings svg {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-top: -3px;
}

tr.total-savings td {
    text-transform: initial !important;
}

label.wfacp_main_form.label.label_shiping {
    text-align: left;
}

span.wfacp_mini_cart_item_title {
    line-height: 1.5;
    font-size: 12px;
}

.wfacp_shipping_radio label {
    font-weight: 600 !important;
}

.expected-delivery-label-checkout {
    font-weight: 400 !important;
    font-style: italic;
}

span.most-popular-delivery {
    font-size: 11px !important;
    background: #F44D00;
    color: white !important;
    padding: 1px 10px;
    border-radius: 8px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
}

select.jdgm-sort-dropdown::focus {
    box-shadow: none !important;
}

.product-notices {
    color: #31708F;
    font-size: 1rem;
    margin: 0 auto 50px;
}

.product-notice {
    background-color: #D9EDF7;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 10px;
    display: flex;
}

.product-notice svg {
    max-width: 30px;
    margin-right: 10px;
}

span.product-notice__title {
    display: block;
    font-weight: bold;
}

.single-product h2.jdgm-rev-widg__title {
    display: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout a {
    background: #8cb83b;
}

.wgl-proxy-parcel-shop img {
    max-width: 50px !important;
}

span.wgl-proxy-label {
    color: white !important;
    font-weight: 600;
    font-size: 12px !important;
}

.wgl-proxy-parcel-shop {
    border-radius: 5px;
}

.wgl-parcel-shop-list-item {
    text-align: left;
}

.single-product .jdgm-rev-widg {
    padding: 0;
}

#wgl-parcel-select-canvas-wrapper.wgl-is-open {
    opacity: 1;
    pointer-events: auto;
    z-index: 9999999999;
}

.wgl-proxy-parcel-shop {
    margin-left: 24px;
}

.top-bar-country-link a {
    border: 1px solid white !important;
    margin-right: 5px !important;
    height: 20px !important;
    line-height: 20px !important;
    margin-top: 6px !important;
    border-radius: 8px !important;
}

.top-bar-country-link.active a {
    background: white !important;
    color: #1d2327 !important;
}

.top-bar-country-link.active.si a {
    background: #003DA5 !important;
    color: white !important;
}

.top-bar-country-link.active.hr a {
    background: #ff0000 !important;
    color: white !important;
}

.top-bar-country-link.active.hu a {
    background: #477050 !important;
    color: white !important;
}

.order-tracking-form-wrapper .woocommerce .featured-boxes {
    padding: 20px !important;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.order-tracking-form-wrapper .woocommerce .woocommerce-customer-details .col-1,
.order-tracking-form-wrapper .woocommerce .woocommerce-customer-details .col-2 {
    width: 100% !important;
}

.order-tracking-form-wrapper .woocommerce .wc-action-btn {
    display: none;
}

.section-tracking {
    background: #fcf8e3;
    margin: 20px 0;
    padding: 15px;
    text-align: center;
    border-radius: 15px;
}

table.variations tr {
    display: flex !important;
    flex-wrap: wrap;
}

table.variations th {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    line-height: 1.4;
}

table.variations th label {
    line-height: 1rem !important;
}

table.variations td.value {
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: 1.2rem;
}

table.variations .filter-item {
    padding: 5px 15px;
    font-size: 14px;
}

.qty-appended > td {
    padding: 0;
}

tr.qty-appended {
    margin-top: 10px;
}

li:not(.active) a.filter-item:hover {
    background: white !important;
    color: #222529 !important;
}

.add-to-cart-sticky {
    background-color: #8cb83b !important;
    cursor: pointer !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold !important;
    padding: 10px 35px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.sticky-add-to-cartwrapper {
    position: fixed;
    bottom: 30px;
    text-align: center;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
    margin-bottom: -10px;
}

.sticky-add-to-cartwrapper.is-visible {
    margin-bottom: 0;
    pointer-events: initial;
    opacity: 1;
    z-index: 999999;
}

.homepage-reviews .elementor-widget-shortcode {
    border-radius: 10px;
    margin-bottom: 50px !important;
    background: linear-gradient(135deg, #1e306e, black);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.homepage-reviews .elementor-widget-shortcode .jdgm-carousel-wrapper {
    padding: 45px 30px 30px;
}

.homepage-reviews .jdgm-carousel-item__review-rating {
    margin-bottom: 15px;
}

.homepage-reviews .jdgm-carousel-item__review-title.jdgm-line-clamp,
.homepage-reviews .jdgm-carousel-item__review-body p,
.homepage-reviews .jdgm-carousel-item__reviewer-name {
    color: white !important;
}

.fkcart-drawer-content .simple-quantity-discount-wrapper,
.fkcart-drawer-content .single_variation_wrap,
.fkcart-drawer-content .payment-notice-wrapper,
.fkcart-drawer-content .money-back-wrapper,
.fkcart-drawer-content .support-wrapper,
.fkcart-drawer-content .fkcart-desc-title,
.fkcart-drawer-content .fkcart-product-description,
.fkcart-drawer-content a.reset_variations,
.fkcart-drawer-content .bundle-products-wrapper {
    display: none !important;
}

.fkcart-drawer-content form.cart {
    background: none !important;
}

.fkcart-drawer-content div.variations {
    display: block !important;
    margin-top: 30px !important;
}

.fkcart-drawer-content table.variations {
    display: block !important;
}

.fkcart-slider-body .fkcart-select-options {
    display: none !important;
}

#fkcart-modal .fkcart-quick-view-drawer .fkcart-product-form-wrap table tr {
    flex-wrap: wrap !important;
}

.fkcart-drawer-content form.cart {
    background: white;
}

.fkcart-view-link-wrap.fkcart-panel {
    text-align: center;
}

.wc-variation-selection-needed {
    opacity: .7;
}

.fkcart-item-price del {
    display: block !important;
}

.widget_shopping_cart_content,
.cart-head::before,
.cart-icon::after {
    display: none !important;
}

.header-main {
    padding: 0 15px;
}

span.wgl-proxy-label {
    position: relative;
}

.wgl-proxy-label::after {
    content: "←"; /* Unicode for a left arrow */
    display: inline-block;
    margin-left: 8px;
    animation: moveLeft 0.6s infinite alternate ease-in-out;
    position: absolute;
    color: black;
    right: -90px;
    top: -5px;
    font-size: 20px;
}

.add-links-wrap {
    display: none;
}

.shop-loop-before {
    margin-top: 50px;
}

.product-inner .product-image {
    border: none;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.related.products {
    margin-top: 30px;
}

.related.products span.jdgm-prev-badge__text {
    width: 100%;
    display: block;
}

.addon-product-title > b {
    line-height: 1.3;
    display: inline-block;
    width: 100%;
}

.cr-reviews-grid {
    border: none;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}

.single-product .cr-reviews-rating {
    margin-bottom: 15px;
}

.crstar-rating-svg .cr-rating-icon-base .cr-rating-icon-bg,
.crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon  {
    width: 18px !important;
    height: 18px !important;
}

.cr-rating-icon-frnt,
.cr-rating-icon-base  {
    height: 18px !important;
}

.review-content {
    font-size: .8rem;
}

a.cr-review-link {
    color: #999 !important;
    margin-left: 5px;
    font-size: 14px;
}

.cr-reviews-grid-inner .rating-label {
    font-size: .85rem !important;
}

.cr-credits-div,
.reviewer-verified  {
    display: none !important;
}

/* Review content truncation styles */
.review-more-link {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.review-more-link:hover {
    color: #005a87;
    text-decoration: underline;
}


@keyframes moveLeft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-5px); /* Move 5px to the left */
    }
}

@media (max-width: 1024px) {
    .wfacp_collapsible_order_summary_wrap.wfacp-inside.wfacp_tablet.wfacp_mobile {
        display: none;
    }
}

@media (max-width: 992px) {
    .wfacp_collapsible_order_summary_wrap.wfacp-inside.wfacp_tablet.wfacp_mobile {
        display: block;
    }

    .wfacp_mb_mini_cart_sec_accordion_content {
        display: block !important;
        padding-bottom: 10px !important;
    }

    .wfacp_show_icon_wrap a {
        display: none !important;
    }

    .wfacp_show_price_wrap {
        display: none;
    }

    .wfacp_mb_cart_accordian {
        border-radius: 8px 8px 0 0 !important;
    }

    .total-savings td {
        border-radius: 8px;
    }
}

@media (min-width: 920px) {
    .minus-label {
        display: none;
    }
}

@media (max-width: 769px) {
    .content-image-mobile-full img,
    .content-image-mobile-full video {
        width: calc(100% + 40px) !important;
        margin-left: -20px !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        max-width: none !important;
    }

    .content-image-mobile-full > .elementor-widget-container {
        overflow: visible !important;
    }

    .wfacp_template_9_cart_total_details {
        margin-bottom: 10px;
    }

    body #wfacp-e-form .woocommerce .form-row:not(.wfacp-remember-me):not(.lost_password) .orthexa-fourth {
        width: 25% !important;
        padding: 3px;
    }

    body #wfacp-e-form .woocommerce .form-row:not(.wfacp-remember-me):not(.lost_password).orthexa-fourth-wrapper {
        margin: 0 -4px !important;
        width: calc(100% + 8px) !important;
    }
}

@media (min-width: 768px) {

    .addon-product-inner-details p {
        display: block;
    }

    form.cart,
    .payment-notice-wrapper,
    .simple-quantity-discount-wrapper,
    .addon-product-outer-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .simple-quantity-discount-wrapper {
        border-radius: 15px 15px 0 0;
    }

    .money-back-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .support-wrapper {
        width: 100%;
        margin-left: 0;
        border-radius: 0 0 15px 15px;
    }

    .support-item {
        margin: 0 10px;
    }

    .support-item p {
        font-size: 14px;
    }

    .money-back-wrapper p {
        font-size: 14px;
    }

    .payment-notice-wrapper img {
        max-width: 400px !important;
    }

    .save-label {
        display: inline;
    }

    .variable-price-box ins {
        font-size: 32px;
    }

    .featured-review {
        padding: 20px 30px;
        font-size: 14px;
    }

    .insole-type td {
        font-size: 12px;
    }
}

@media (min-width: 500px) {
    .single-product .single-product-title {
        position: relative;
        padding-right: 115px;
    }

    .single-product .single-product-title::before {
        content: '';
        background: url(https://orthexa.com/wp-content/uploads/2025/01/Orthexa-3.png);
        width: 100px;
        height: 22px;
        background-size: cover;
        display: inline-block;
        position: absolute;
        top: 8px;
        right: 0;
    }
}

@media (min-width: 370px) {
    .insole-type table {
        display: table;
    }

    .insole-type h5 {
        margin-bottom: 5px;
    }
}

/* Size Guide Popup Styles */
.size-guide-popup {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: none;
}
.size-guide-popup.open {
    display: flex !important;
}
.size-guide-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}
.size-guide-popup__content {
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 16px;
    max-width: 95vw;
    width: 480px;
    margin: 0 auto;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: popupIn 0.2s;
    max-height: 96vh;
}
@keyframes popupIn {
    from { transform: translateY(40px) scale(0.98); opacity: 0; }
    to { transform: translateY(0) scale(1); opacity: 1; }
}
.size-guide-popup__close {
    position: absolute;
    top: 12px;
    right: 18px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #888;
    cursor: pointer;
    z-index: 3;
    transition: color 0.2s;
}
.size-guide-popup__close:hover {
    color: #ec0043;
}
.size-guide-popup__content__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.size-guide-popup__table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 1.2rem;
}
.size-guide-popup__table {
    width: 100%;
    border-collapse: collapse;
    min-width: 340px;
    background: #fafbfc;
    border-radius: 8px;
    overflow: hidden;
    font-size: 1rem;
}
.size-guide-popup__table th, .size-guide-popup__table td {
    padding: 0.7rem 1rem;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}
.size-guide-popup__table th {
    background: #f4f4f4;
    font-weight: 600;
    font-size: .9rem;
}
.size-guide-popup__table tr:last-child td {
    border-bottom: none;
}
.size-guide-popup__img-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.size-guide-popup__img-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(16,172,132,0.07);
}
@media (max-width: 600px) {
    .size-guide-popup__content {
        width: 98vw;
        padding: 1rem 0.5rem 1rem 0.5rem;
    }
    .size-guide-popup__table th, .size-guide-popup__table td {
        padding: 0.5rem 0.4rem;
        font-size: 0.95rem;
    }
    .size-guide-popup__img-wrapper {
        margin-top: 0.5rem;
    }
}

@media (max-width: 500px) {
    .bundle-product-wrapper img {
        margin-right: 10px;
    }
    .bundle-product-title,
    .bundle-product-cta {
        margin-left: 0;
    }

    .bundle-product-title-and-cta {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-width: 0;
    }
    .bundle-product-cta {
        margin-left: 0;
        gap: 4px;
    }
    .bundle-product-title b {
        font-size: 15px;
        line-height: 1.4;
    }

    .bundle-product-cta.mobile-only {
        display: flex;
    }

    .bundle-product-cta.desktop-only {
        display: none;
    }

    .bundle-product-cta-btn {
        background: none !important;
        padding: 0;
        box-shadow: none;
        text-decoration: underline;
    }

    span.bundle-product-price {
        margin-top: 5px;
        font-size: 13px;
        margin-bottom: 0;
    }
}
