/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

/* ==== home-page-start-here ==== */

.home-slider-animation-wrap {
    opacity: 0;
    transform: translateX(-40px);
    transition: 0.5s all;
}

.hero-slider-brand-row {
    width: 45% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.hero-slider-brand-row .n2-ss-layer.n2-ow {
    margin-left: 0px !important;
}

.hero-slider-brand-row .n2-ss-layer-col {
    gap: 0px !important;
}

.hero-slider-brand-col img {
    height: 100% !important;
    aspect-ratio: 1;
}

/* When slide becomes active */
.n2-ss-slide-active .home-slider-animation-wrap {
    animation: textFadeInLeft 0.8s ease forwards;
    animation-delay: 0.8s;
}

/* Keyframes */
@keyframes textFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-40px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.footer-logo-custom a {
    display: inline-block;
}

.home-hero-slider-shortcode-wrap .n2-ss-slide {
    background: linear-gradient(89deg, rgba(255, 255, 255, 0.7) 50%, #ffffff00 61%);
    opacity: 1;
    height: 100% !important;
}

.thim-ekit__header__inner.thim-ekits__sticky.thim-ekits__sticky--is-sticky {
    position: unset !important;
}

.hero-home-slider-content-wrap div {
    padding: 0px !important;
}

.hero-home-slider-content-wrap .n2-ss-layer-col {
    gap: 16px;
}

.hero-home-slider-btn-row .n2-ss-layer-row .n2-ss-layer-row-inner {
    display: grid;
    grid-template-columns: 40% 40%;
    width: 100% !important;
    margin-top: 16px !important;
}

.hero-home-slider-btn-row .n2-ss-layer-row .n2-ss-layer-row-inner .n2-ss-layer,
.hero-home-slider-btn-row .n2-ss-layer-row .n2-ss-layer-row-inner .n2-ss-layer .n2-ss-layer-col {
    width: max-content !important;
}

.about-icon .elementor-icon-box-icon {
    height: auto !important;
    width: auto !important;
}

.about-video-section-wrap video.elementor-video,
.about-video-section-wrap video.elementor-video {
    object-fit: contain !important;
}

.featured-slider-des-txt {
    padding-left: 16.5rem;
    padding-top: 1rem;
}

.featured-slider-btn-wrap {
    padding-top: 1rem;
    margin: 0px !important;
    padding-left: 8.5rem;
}

.partner-program-section-wrap {
    padding-top: 60px;
}

/* ==== home-page-end-here ==== */

/* product-step-Progress-form-start */
.wr-progress {
    width: 100%;
    height: 10px !important;
    background-color: #f1e6dc !important;
    /* light theme background */
    border-radius: 50px;
    overflow: hidden;
    margin: 16px 0 24px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    position: relative;
}

/* Filled progress bar */
.wr-progress-bar {
    height: 100%;
    width: 0%;
    /* updated via JS */
    background-color: #A36C45 !important;
    /* theme color */
    border-radius: 50px;
    transition: width 0.45s ease-in-out !important;
    box-shadow: 0 0 8px rgba(163, 108, 69, 0.45);
    position: relative;
}

/* Optional shine animation */
.wr-progress-bar::after {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    transform: skewX(-25deg);
    animation: progress-shine 2.5s infinite;
}

/* Shine animation */
@keyframes progress-shine {
    0% {
        left: -40%;
    }

    100% {
        left: 140%;
    }
}

.quiz-step-form-grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 16px;
}

.quiz-step-form-grid-wrap input[type="radio"] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.quiz-step-form-grid-wrap input,
.quiz-step-form-grid-wrap input,
.quiz-step-form-grid-wrap input {
    width: 100%;
    border-radius: 8px;
}

/* product-step-Progress-form-end */

#wr-step-form {
    max-width: 520px;
    margin: 60px auto;
    font-family: system-ui, -apple-system, sans-serif;
}

/* Question */
.wr-question h4 {
    font-size: 22px;
    margin: 30px 0 20px;
    font-weight: 700;
    text-transform: none !important;
}

.thim-ekit-page-title h1.page-title,
.top_site_main .page-title-wrapper .page-title {
    color: #000 !important;
}

/* Option cards */
.wr-question label {
    display: flex;
    align-items: center;
    border: 1.5px solid #dcdcdc;
    border-radius: 12px;
    padding: 18px 20px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 16px;
    font-weight: 500;
}

/* Hide default radio */
.wr-question input[type="radio"],
.wr-question input[type="checkbox"] {
    display: none;
}

/* Hover */
.wr-question label:hover {
    border-color: #000;
}

/* Selected state */
.wr-question input:checked+span,
.wr-question label:has(input:checked) {
    border-color: #000;
    background: #f8f8f8;
}

/* Optional right arrow */
/* .wr-question label::after {
    content: "›";
    margin-left: auto;
    font-size: 22px;
    opacity: 0.4;
} */

/* Progress bar */
.wr-progress {
    height: 4px;
    background: #eee;
    border-radius: 2px;
    margin: 20px 0 40px;
}

.wr-progress-bar {
    height: 100%;
    width: 0;
    background: #000;
    transition: width 0.3s ease;
}

/* Navigation */
.wr-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.wr-nav button {
    padding: 12px 26px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}

#wr-next {
    background: #A36C45;
    color: #fff;
}

#wr-prev {
    background: transparent;
    color: #555;
}


/* ----book-an-appointment-css-start-here--- */
.amelia-v2-booking #amelia-container .am-fs-sb {
    background-color: #A36C45 !important;
}

.amelia-v2-booking #amelia-container .am-fs-sb__step-inner {
    color: #000;
}

.amelia-v2-booking #amelia-container .am-fs-sb__step {
    background-color: #fff !important;
}

.amelia-v2-booking #amelia-container .am-fs-sb__step-checker {
    background-color: #fff !important;
    border: 4px solid #ccc !important;
}

.amelia-v2-booking #amelia-container .am-fs-sb__step-checker-selected {
    background-color: #fff !important;
    border-color: #a36c45 !important;
}

.amelia-v2-booking #amelia-container .am-fs__main {
    border: 1px solid #f4f4f4;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper {
    margin-top: 30px !important;
}

.amelia-v2-booking #amelia-container .am-button.am-button--filled {
    background-color: #a36c45 !important;
    border-color: #a36c45 !important;
}

/* ----book-an-appointment-css-end-here--- */


/* ---- billing-address-form-start-here---- */
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
    display: block;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row span.woocommerce-input-wrapper {
    display: inline-block;
    width: 100%;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row span.woocommerce-input-wrapper input,
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row span.woocommerce-input-wrapper select {
    width: 100%;
    border-radius: 50px;
    max-width: 100%;
}

.woocommerce-page .woocommerce-MyAccount-content .select2-container[style="width: 100%;"] {
    max-width: 100% !important;
}

p#billing_address_2_field .woocommerce-input-wrapper {
    margin-top: 15px;
}

div#profile-content-wc_addresses form h2 {
    margin-top: 0;
    margin-bottom: 30px;
}

.woocommerce-page .woocommerce-MyAccount-content form .form-row label {
    font-weight: 600;
}

/* ---- billing-address-form-end-here---- */


/* ---- DNA-page-css-start-here ----- */
/* .dna-test-overview-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.dna-test-overview-grid-col {
    padding: 20px;
}

.dna-test-overview-col-btn-wrap {
    margin-top: 20px;
}

.dna-test-overview-col-content {
    padding-left: 0;
    padding-right: 0;
}

.dna-test-overview-des-wrap {
    margin-bottom: 30px;
}

.dna-approach-sec {
    width: 80%;
    margin: 0 auto 80px;
}

.dna-approach-right-col {
    background: linear-gradient(315deg, #f8f4ee, #ffffff);
    border-radius: 20px;
    padding: 20px;
    width: 100%;
}

.dna-approach-heading-container {
    grid-column: 1 / 3;
}

.dna-approach-heading-col {
    margin-bottom: 30px !important;
}

.dna-approach-left-col {
    background: linear-gradient(45deg, #f8f4ee, #ffffff);
    border-radius: 20px;
    padding: 20px;
    width: 100%;
}

.dna-approach-list-wrap h3.elementor-icon-box-title {
    margin: 0 !important;
}

.dna-approach-list-wrap {
    margin-bottom: 10px !important;
}

.dna-approach-list-wrap .elementor-icon i {
    font-weight: 600;
}

.receive-the-process-grid-container .e-con-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 70px;
    gap: 30px;
    row-gap: 40px;
}

.receive-the-process-sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

.receive-the-process-grid-col {
    border: 2px dashed #a36c45;
    border-radius: 12px;
    padding: 20px;
    position: relative;
}

.process-num-wrap {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background-color: #a36c45;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    position: absolute;
    top: -20px;
    right: -10px;
}

.process-num-wrap span.elementor-heading-title {
    color: #fff;
}

.process-heading-wrap h5.elementor-heading-title {
    margin: 10px 0;
}

.process-img-wrap {
    width: 15%;
    margin: 0 auto;
}

.receive-the-process-extra-des-text p span {
    font-weight: 600 !important;
    display: inline-block;
    margin-top: 20px;
    box-shadow: 1px 1px 10px #00000026;
    padding: 20px 30px;
    border-radius: 10px;
}

.dna-test-overview-col-img {
    height: 250px;
}

.dna-test-overview-col-img img {
    height: 100% !important;
}


table.comparison-table tr,
table.comparison-table th,
table.comparison-table td {
    border-left: 0px !important;
    border-right: 0px !important;
    border-color: #f1eded !important;
}

table.comparison-table td,
table.comparison-table th {
    padding: 15px;
    color: #000;
}

table.comparison-table {
    border: 0;
}

.comparison-table-wrapper {
    box-shadow: 1px 1px 10px #0000000f;
    border-radius: 10px;
    overflow: hidden;
} */

.health-unpredictable-sec {
    padding-top: 80px;
    padding-bottom: 80px;
}

.health-unpredictable-grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.health-unpredictable-card-container {
    background-color: #fff !important;
    padding: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.health-unpredictable-card-img-wrap {
    padding: 0;
    position: relative;
}

.health-unpredictable-card-content-wrap {
    position: absolute;
    bottom: 0;
    z-index: 3;
    padding: 16px;
    transition: 0.3s ease-in-out !important;
    left: -100px;
    opacity: 0;
}

.health-unpredictable-card-container:hover .health-unpredictable-card-content-wrap {
    transition: 0.3s ease-in-out !important;
    opacity: 1;
    left: 0px;
}

.health-unpredictable-card-img-wrap::before {
    content: "";
    background: linear-gradient(0deg, #0000009e, transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    left: 0;
    bottom: 0;
}

.health-unpredictable-card-content-des-wrap p {
    color: #fff;
    line-height: normal;
    font-size: 14px;
    margin: 10px 0;
}

.health-unpredictable-card-content-heading-wrap h2 {
    font-size: 18px !important;
    line-height: normal !important;
    color: #fff !important;
}

.health-unpredictable-card-content-btn-wrap a.elementor-button {
    background-color: transparent !important;
    padding: 0;
}

.health-unpredictable-card-content-price-wrap {
    position: absolute;
    z-index: 4;
    height: auto;
    width: auto;
    right: 0;
    background-color: #b98356;
    border-top-right-radius: 0px;
    padding: 5px 8px;
    font-size: 13px;
    top: 40px;
}

.health-unpredictable-card-content-price-wrap p {
    color: #fff;
}

/* .health-unpredictable-right-col-content-container {
    background: linear-gradient(45deg, #f5eee2, transparent);
    border-radius: 30px;
    padding: 40px;
    box-shadow: 0px 0px 10px #a36c4569;
} */

.health-unpredictable-right-col-content-container h2 span {
    color: #b98356;
}

.personally-guided-sec-heading {
    margin-bottom: 60px !important;
}

.personally-guided-grid-col {
    background-color: #fff !important;
    border: 2px dashed #b98356;
    padding: 16px;
    position: relative;
}

.personally-guided-card-img-box-wrap figure.elementor-image-box-img img {
    aspect-ratio: 16 / 9;
    object-fit: contain;
}

.personally-guided-card-img-box-wrap .elementor-image-box-content h3.elementor-image-box-title {
    font-size: 18px !important;
}

.personally-guided-card-img-box-wrap .elementor-image-box-content .elementor-image-box-description {
    font-size: 14px;
}

.personally-guided-card-num {
    position: absolute;
    top: -40px;
    right: 10px;
    background-color: #fff;
    padding: 0 10px;
}

.personally-guided-card-num h2.elementor-heading-title {
    font-size: 50px;
    font-family: cursive;
}

.personally-guided-sec-wrap {
    padding-bottom: 80px;
    padding-top: 80px;
}

.avg-dna-test-sec {
    padding-bottom: 80px;
}

.avg-dna-test-heading-wrap {
    margin-bottom: 30px !important;
}

.avg-dna-test-table-custom-code .dna-comparison-table thead tr {
    background-color: #fff;
}

.avg-dna-test-table-custom-code .dna-comparison-table {
    border-collapse: unset !important;
    border-top: 0;
}

/* ---- DNA-page-css-end-here ----- */




/* ==== media-query-start-here ==== */
@media screen and (max-width:1024px) {
    .hero-home-slider-content-wrap {
        max-width: 100% !important;
        width: 100% !important;
    }

    .hero-home-slider-content-wrap .hero-slider-heading-wrap * {
        font-size: 36px !important;
    }

    .hero-home-slider-content-wrap .hero-slider-sub-heading-wrap * {
        font-size: 18px !important;
    }

    .thim-ekits-menu .thim-ekits-menu__mobile {
        color: #000 !important;
    }

    .home-custom-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .home-custom-header .e-con-inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .home-custom-header .e-con-inner .elementor-widget-thim-login-popup {
        text-align: right;
    }

    .partner-program-steps-wrap .thim-ekits-image-accordion {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .partner-program-steps-wrap .thim-ekits-image-accordion .thim-ekits-image-accordion__item:first-child {
        grid-column: 1 / 3;
    }

    .partner-program-steps-wrap .thim-ekits-image-accordion .thim-ekits-image-accordion__item .overlay {
        position: unset;
    }

    .partner-program-steps-wrap .thim-ekits-image-accordion .thim-ekits-image-accordion__item .overlay .content-box .content-box-left {
        min-height: auto;
    }

    .partner-program-steps-wrap .thim-ekits-image-accordion .thim-ekits-image-accordion__item .overlay .content-box {
        align-items: flex-start;
        justify-content: space-between;
    }

    .partner-program-steps-wrap .thim-ekits-image-accordion:nth-child(2) .thim-ekits-image-accordion__item .overlay .content-box,
    .partner-program-steps-wrap .thim-ekits-image-accordion:last-child .thim-ekits-image-accordion__item .overlay .content-box {
        flex-direction: column-reverse;
    }

    .partner-program-steps-wrap .thim-ekits-image-accordion .thim-ekits-image-accordion__item .overlay .content-box .content-box-right {
        flex: unset;
    }

    .partner-program-steps-wrap .thim-ekits-image-accordion .thim-ekits-image-accordion__item .overlay .content-box .content-box-right img {
        height: auto;
        aspect-ratio: 16 / 19;
    }

    .partner-program-steps-wrap .thim-ekits-image-accordion:nth-child(2) .thim-ekits-image-accordion__item,
    .partner-program-steps-wrap .thim-ekits-image-accordion:last-child .thim-ekits-image-accordion__item {
        background-repeat: no-repeat;
    }

    .partner-program-steps-wrap .thim-ekits-image-accordion:nth-child(2) .thim-ekits-image-accordion__item .overlay::after,
    .partner-program-steps-wrap .thim-ekits-image-accordion:last-child .thim-ekits-image-accordion__item .overlay::after {
        max-width: 100%;
    }

    p#billing_address_2_field .woocommerce-input-wrapper {
        margin-top: 27px;
    }
}

@media screen and (max-width:992px) {
    .hero-home-slider-content-wrap .hero-slider-heading-wrap * {
        font-size: 30px !important;
    }

    .home-slider-animation-wrap * {
        font-size: 20px !important;
    }

    .hero-home-slider-btn-row .n2-ss-layer-row .n2-ss-layer-row-inner {
        grid-template-columns: auto auto;
        margin-top: 10px !important;
    }

    .genetic-blueprint-card-col {
        width: 100% !important;
    }

    .genetic-blueprint-container-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .quiz-step-form-grid-wrap {
        width: 100%;
    }

    .affiliate-faq-col {
        width: 100%;
    }

    .dna-test-overview-grid-container {
        grid-template-columns: 1fr;
    }

    .health-unpredictable-sec .e-con-inner {
        display: grid;
    }

    .dna-approach-sec {
        width: 100%;
    }

    .health-unpredictable-left-col,
    .health-unpredictable-right-col {
        width: 100%;
    }

    .health-unpredictable-right-col {
        order: 1;
    }

    .health-unpredictable-left-col {
        order: 2;
        margin-top: 30px;
    }

    .personally-guided-grid-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 50px;
        column-gap: 20px;
    }

    .health-unpredictable-right-col-content-des {
        margin-top: 20px !important;
    }
}

@media screen and (max-width:767px) {
    .hero-home-slider-content-wrap .hero-slider-heading-wrap * {
        font-size: 18px !important;
        /* line-height: normal !important; */
        text-align: center !important;
    }

    .thim-ekit-site-logo img {
        height: 80px !important;
    }

    .hero-home-slider-btn-row .n2-ss-layer-row .n2-ss-layer-row-inner {
        grid-template-columns: auto auto;
        margin: 0px !important;
        margin-top: 10px !important;
        justify-content: center;
        gap: 8px;
    }

    .hero-home-slider-btn-row .n2-ss-layer-row .n2-ss-layer-row-inner .n2-ss-layer,
    .hero-home-slider-btn-row .n2-ss-layer-row .n2-ss-layer-row-inner .n2-ss-layer .n2-ss-layer-col {
        margin: 0px !important;
    }

    .hero-home-slider-btn-row .n2-ss-layer-row .n2-ss-layer-row-inner .n2-ss-button-container a {
        padding: 10px 20px !important;
        font-size: 14px !important;
        border-width: 1px !important;
    }

    .home-slider-animation-wrap * {
        font-size: 16px !important;
        line-height: normal !important;
        text-align: center !important;
    }

    .hero-home-slider-content-wrap .n2-ss-layer-col {
        gap: 5px;
    }

    .hero-home-slider-content-wrap .hero-slider-sub-heading-wrap * {
        font-size: 16px !important;
        text-align: center !important;
    }

    .home-hero-slider-shortcode-wrap .n2-ss-slide {
        background: linear-gradient(360deg, rgba(255, 255, 255, 1) 30%, #ffffff00 60%);
    }

    .home-hero-slider-shortcode-wrap .n2-ss-slide .n2-ss-section-main-content {
        padding: 0px !important;
        padding-top: 200px !important;
        margin-bottom: -20px;
    }

    .home-hero-slider-shortcode-wrap .n2-ss-slide .n2-ss-section-main-content .n2-ss-layer-row {
        padding: 0px !important;
    }

    .footer-links-container .e-con-inner {
        display: grid !important;
        margin-bottom: 10px !important;
        grid-template-columns: 1fr;
    }

    .footer-resource-links-col,
    .footer-quick-links-col,
    .footer-platform-links-col,
    .footer-follow-us-links-col {
        padding: 0 !important;
        width: 100% !important;
    }

    .footer-resource-links-col .elementor-element,
    .footer-quick-links-col .elementor-element,
    .footer-platform-links-col .elementor-element,
    .footer-follow-us-links-col .elementor-element {
        margin-bottom: 0px !important;
    }

    .footer-resource-links-col h5,
    .footer-quick-links-col h5,
    .footer-platform-links-col h5,
    .footer-follow-us-links-col h5 {
        margin-bottom: 10px !important;
    }

    .footer-resource-links-col ul li:last-child,
    .footer-quick-links-col ul li:last-child,
    .footer-platform-links-col ul li:last-child,
    .footer-follow-us-links-col ul li:last-child {
        margin-bottom: 0px !important;
    }

    .partner-program-content-col,
    .course-affiliate-content-col,
    .build-your-downline-content-col,
    .supplement-affiliate-content-col {
        margin-top: 25px;
        padding: 0px;
    }

    .partner-program-btn-wrap .elementor-widget-container,
    .course-affiliate-btn-wrap .elementor-widget-container,
    .build-your-downline-btn-wrap .elementor-widget-container,
    .supplement-affiliate-btn-wrap .elementor-widget-container {
        margin-top: 0px !important;
    }

    .build-your-downline-sec .e-con-inner {
        flex-direction: column-reverse !important;
    }

    .partner-program-img-col,
    .how-it-works-grid-wrap,
    .course-affiliate-img-col,
    .build-your-downline-img-col,
    .supplement-affiliate-img-col {
        padding: 0px;
    }

    .home-hero-slider-shortcode-wrap .n2-ss-slider .n2-ss-slide-background-image img {
        object-position: 85%;
    }

    .receive-the-process-grid-container .e-con-inner {
        grid-template-columns: 1fr;
        margin-top: 40px;
        gap: 20px;
        row-gap: 30px;
    }

    .dna-test-overview-sec .partner-program-section-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .receive-the-process-sec {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .dna-approach-sec {
        margin: 0 auto 40px;
    }

    .partner-program-section-wrap {
        padding-top: 40px;
    }

    .featured-slider-des-txt {
        padding-left: 9rem;
    }

    .featured-slider-btn-wrap {
        padding-left: 4.5rem;
    }
}

@media screen and (max-width:576px) {

    .genetic-blueprint-heading-wrap h2,
    .precision-supplementation-heading-wrap h2,
    .partner-program-heading-wrap h2.title {
        font-size: 22px !important;
    }

    .genetic-blueprint-container-wrap {
        grid-template-columns: 1fr;
    }

    .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }

    p#billing_address_2_field .woocommerce-input-wrapper {
        margin-top: 0px;
    }

    .hero-home-slider-btn-row .n2-ss-layer-row .n2-ss-layer-row-inner .n2-ss-button-container a {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }

    .hero-home-slider-content-wrap .hero-slider-heading-wrap * {
        font-size: 16px !important;
    }

    .hero-home-slider-content-wrap .hero-slider-sub-heading-wrap *,
    .home-slider-animation-wrap * {
        font-size: 14px !important;
    }

    .featured-slider-des-txt,
    .featured-slider-btn-wrap {
        padding-left: 0;
    }

    .health-unpredictable-sec {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .health-unpredictable-grid-wrap {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .personally-guided-sec-wrap {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .personally-guided-grid-wrap {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .avg-dna-test-heading-wrap {
        margin-bottom: 10px !important;
    }

    .avg-dna-test-table-container {
        padding: 0;
        overflow: auto;
        white-space: nowrap;
    }

    .avg-dna-test-sec {
        padding-bottom: 50px;
    }

    .health-unpredictable-right-col-content-container,
    .health-unpredictable-right-col {
        padding: 0;
    }
}

/* Hide WooCommerce My Account navigation on View Order page */
.woocommerce-view-order .woocommerce-MyAccount-navigation {
    display: none;
}

/* Optional: make content full width */
.woocommerce-view-order .woocommerce-MyAccount-content {
    width: 100%;
    margin-left: 0;
}

body.woocommerce-view-order .page-title-wrapper,
body.woocommerce-view-order nav.woocommerce-MyAccount-navigation {
    display: none !important;
}

body.woocommerce-edit-address .top_site_main,
body.woocommerce-edit-address nav.woocommerce-MyAccount-navigation {
    display: none !important;
}

body.woocommerce-view-order .woocommerce-MyAccount-content,
body.woocommerce-edit-address .woocommerce-MyAccount-content {
    width: 100% !important;
    margin-left: 0 !important;
}

body.logged-in #checkout-account-logged-in {
    display: none !important;
}

.phone-field {
    display: flex;
    gap: 2px !important;
}

.wr-phone-error {
    display: none;
    width: 100%;
    margin-top: 4px;
    color: #d32f2f;
    font-size: 13px;
}

/* ==== media-query-end-here ==== */

.custom-product-short-desc {
    padding-bottom: 20px;
}