


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Bebas Neue";
    /* font-family: "Inter", Sans-serif !important; */
}
body p {
    font-family: "Inter", Sans-serif !important;
}
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px 60px;
}
.banner-main {
    background-image: url('../images/asdasd.png');
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 170px 188px; */
    padding: 170px 0px;
    background-position: center bottom;
}
.banner-main h2 {
    color: var(--White, #FFF);
    font-family: "Bebas Neue";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
}
.banner-main h2 span {
    color: var(--Pink, #FC1C5A);
    font-family: "Bebas Neue";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.92px;
}
section.video-listing-main {
    padding: 75px 0px;
}
.video-listing-main h2 {
    color: var(--Black, #272323);
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 101%;
    letter-spacing: 1.32px;
}
.video-listing-box {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 50px 0px 0px 0px;
    flex-wrap: wrap;
}
.white-video-boxes {
    max-width: 23%;
    width: 100%;
    height: 337px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(39, 35, 35, 0.17);
    background: #FFF;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.white-video-boxes h3 {
    color: var(--Black, #272323);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 35px 0px 15px 0px;
}
.white-video-boxes p {
    color: #FC1C5A;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.white-video-boxes img {
    max-width: 72%;
    height: auto;
    width: 100% !important;
}
.white-video-boxes a {
    text-decoration: none;
}
/* Video Detail Page CSS Starts */
section.feet-spread-main {
    padding: 75px 15px;
    text-align: center;
}
.colored-heading {
    color: var(--Black, #272323);
    text-align: center;
    font-family: "Bebas Neue";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: 101%;
    letter-spacing: 1.32px;
    max-width: 656px;
    margin: 0 auto;
}
.colored-heading span {
    color: var(--Pink, #FC1C5A);
}
.feet-spread-main h3 {
    color: #FC1C5A;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin: 24px 0px 12px 0px;
}
.feet-spread-main p {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/* video box css */
.video-container {
    position: relative;
    width: 742px;
    height: 417px;
    overflow: hidden;
    border-radius: 10px;
}

#myVideo {  
    width: 100%;  
    height: 100%;  
}  

.play-button {  
    position: absolute;  
    top: 50%;  
    left: 50%;  
    transform: translate(-50%, -50%);  
    width: 100px; /* Width of your play button image */  
    height: 100px; /* Height of your play button image */  
    background-image: url('path/to/your/play-button.png'); /* Update this path to your play button image */  
    background-size: contain; /* Ensures the image fits */  
    background-repeat: no-repeat;  
    cursor: pointer;  
    display: flex;  
    justify-content: center;  
    align-items: center;  
}  

.video-box {
    display: flex;
    justify-content: center;
    padding: 50px 15px 0px 15px;
}
/* video box css ends*/ 
section.related-exercises {
    padding: 75px 0px 75px 0px;
    background: #F9F8F8;
}
.cellercise-routines-box {
    background-image: url('../images/cellercise-routine-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 89px 90px 89px 90px;
    border-radius: 20px;
    margin: 75px 0px;
}
.cellercise-routines-box h3 {
    font-family: Inter;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #ffffff;
    max-width: 605px;
    margin: 0px 0px 24px 0px;
}
.related-exercises .white-video-boxes {
    max-width: 28%;
}
.cellercise-routines-main .container {
    max-width: 1247px;
    margin: 0 auto;
}
.get-the-app-btn {
    background: #FC1C5A;
    border-radius: 45px;
    padding: 9px 32px;
    color: #fff;
    text-decoration: none;
    font-family: Inter;
    text-transform: capitalize;
    display: inline-block;
    color: #fff !important;
}
section.cellercise-routines-main {
    padding: 0 15px;
}
/* Support Article Listing CSS Starts */
.search-container {
    position: relative;
    max-width: 580px;
}
.search-container input {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 19px;
    max-width: 580px;
    width: 100%;
    height: 50px;
    border: 1px solid #FC1C5A;
    margin: 20px 0px 0px 0px;
    outline: none;
}

.banner-main ul#search-suggestions {
    max-width: 580px;
    background: #fff;
    list-style-type: none;
    margin: 6px 0px 0px 0px;
    border: none;
    box-shadow: 2px 2px 14px 0px #0000000D;
    border-radius: 3px;
    padding: 2px 0px;
    position: absolute;
    width: 100%;
}
.frequently-asked-text a {
    text-decoration: none;
}
.related-questions-main a {
    text-decoration: none;
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #272323;
}
.banner-main ul#search-suggestions li {
    padding: 15px 15px;
    border-bottom: 0.5px solid #0000001A;
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
}
.banner-main ul#search-suggestions li:last-child {
    border-bottom: 0;
}

#search-suggestions {  
    display: none; /* Initially hide the search suggestions */  
}  

/* .search-container input[type="text"] {
    border: none;
    outline: none;
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border-radius: 25px;
} */

.search-container button {
    background-color: #FC1C5A;
    border: none;
    color: white;
    padding: 10px 15px;
    border-radius: 37px;
    cursor: pointer;
    font-size: 16px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 8px;
    top: 5px;
}
.search-container button img {
    height: auto;
    max-width: unset;
}

.search-container button:hover {
    background-color: #FC1C5A;
}
.help-box-main {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 50px 0px 0px 0px;
}
.help-boxes-inside {
    max-width: 315px;
    width: 100%;
    border: 1px solid #DADADA;
    padding: 30px 30px 30px 35px;
    border-radius: 10px;
    background-color: #fff;
    border-left: 3px solid #FC1C5A;
}
.help-boxes-inside h3 {
    font-family: Inter;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #000;
    margin: 0px 0px 15px 0px;
}
.help-boxes-inside p {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    margin: 0px 0px 25px 0px;
}
.help-boxes-inside a {
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FC1C5A;
    text-decoration: none;
}
.search-container input::placeholder {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #272323;
}
.frequently-asked-main {
    background-color: #F9F8F8;
    padding: 75px 0px;
}
.frequently-asked-block {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
    justify-content: center;
    margin: 75px 0px 0px 0px;
}
.frequently-asked-inside {
    width: 45%;
}
.frequently-asked-inside h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #272323;
}
.frequently-asked-inside.frequently-active h3 {
    text-decoration: underline;
    text-decoration-style: solid;
}
.frequently-asked-text {
    display: flex;
    gap: 17px;
    align-items: flex-start;
    margin: 24px 0px 0px 0px;
}
.frequently-asked-text p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
span.frequently-read-more {
    color: #FC1C5A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}
a.frequently-read-more {
    color: #FC1C5A;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}
/* Support Category Detail CSS Starts */
.signup-main .colored-heading {
    text-align: left;
    margin: 0px 0px 0px 0px;
}
section.signup-main {
    padding: 75px 70px 75px 70px;
}
.signup-main p {
    color: #272323;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 20px 0px 20px 0px;
}
.related-questions-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0px 0px 0px;
}
.related-questions h3 {
    color: #272323;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin: 20px 0px 20px 0px;
}
.related-questions p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 550px;
}
section.related-questions-main {
    background: rgba(39, 35, 35, 0.03);
    padding: 75px 70px 75px 70px;
}
.related-questions-inside img {
    max-width: 100%;
    height: auto;
}
/* Related Articles */
.related-articles .help-boxes-inside {
    max-width: 37%;
    border-left: 1px solid #DADADA;
}
.related-articles .help-boxes-inside p {
    max-width: 465px;
    line-height: 22px;
    font-size: 18px;
}
.related-articles .help-box-main {
    justify-content: center;
}
.related-articles .help-box-main {
    padding: 50px 0px 0px 0px;
}
/* Support Article Single Page CSS Starts */
/* section.download-app {
    padding: 75px 0px;
}
.download-app h2 {
    color: #272323;
    font-family: "Bebas Neue";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.2px;
    margin: 0px 0px 24px 0px;
}
.download-app p {
    color: #272323;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0px 30px 0px;
} */
section.article-single-content {
    padding: 75px 15px;
}
.article-single-content h1 {
    color: #272323;
    font-family: "Bebas Neue";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.2px;
    margin: 0px 0px 24px 0px;
}
.article-single-content h2 {
    color: #272323;
    font-family: "Bebas Neue";
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.2px;
    margin: 0px 0px 24px 0px;
}
.article-single-content h3 {
    color: #272323;
    font-family: "Bebas Neue";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.2px;
    margin: 0px 0px 24px 0px;
}
.article-single-content h4 {
    color: #272323;
    font-family: "Bebas Neue";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.2px;
    margin: 0px 0px 24px 0px;
}
.article-single-content h5 {
    color: #272323;
    font-family: "Bebas Neue";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.2px;
    margin: 0px 0px 24px 0px;
}
.article-single-content h6 {
    color: #272323;
    font-family: "Bebas Neue";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.2px;
    margin: 0px 0px 24px 0px;
}
.article-single-content p {
    color: #272323;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0px 0px 30px 0px;
}
.article-single-content img {
    max-width: 100%;
    margin: 20px 0px;
}
.mobile-devices {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0px 0px 30px 0px;
}
.mobile-devices img {
    margin: 0px 0px;
}
.ios-app img {
    box-shadow: 0px 4px 10px 0px #00000033;
    max-width: 256px;
    height: 115px;
    margin: 0px 0px 40px 0px;
}
.article-single-content .mobile-devices p {
    margin: 0px 0px 0px 0px;
}
.android-app img {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
    max-width: 260px;
    height: 126px;
    margin: 0px 0px 40px 0px;
}
.related-articles-gray-bg {
    background-color: #F9F8F8;
}
section.download-app {
    padding: 75px 50px;
}
section.support-articles-results {
    background-color: #fff;
    padding: 0px 70px 0px 70px;
}
/* Support Articles Search Results CSS STARTS */
.help-center-main ul {
    display: flex;
    list-style-type: none;
    gap: 34px;
    padding: 0px 15px;
    margin: 0;
}
.help-center-main ul li a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.50);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    margin: 0px 0px 0px 0px;
}
section.help-center-main {
    background: #F9F8F8;
    padding: 13px 0px;
    position: relative;
}
section.search-results {
    padding: 30px 0px 0px 0px;
}
.active {
    color: #FC1C5A !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal;
}
.help-center-main ul li:first-child::after {
    content: "";
    background-image: url('../images/greater-then.svg');
    background-repeat: no-repeat;
    position: relative;
    top: 2px;
    left: 17px;
    width: 7px;
    height: 12px;
    display: inline-block;
}
.support-articles-results .related-questions-box {
    padding: 0px 0px 0px 0px;
}
/* temporary remove because its causing isse with the header on  */
/* .search-results a {
    color: rgba(0, 0, 0, 0.50);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin: 15px 15px 0px 15px;
    display: inline-block;
} */
/* no search results CSS Starts */
.no-search-box {
    text-align: center;
}
.no-search-box h2 {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 65px 0px 25px 0px;
    border-bottom: 1px solid #E6E6E6;
    margin: 0px 0px 30px 0px;
}
span.try-search {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
span.try-search {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px 0px 25px 0px;
    display: inline-block;
}
.no-search-box p {
    color: #FC1C5A;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.no-search-box img {
    max-width: 100%;
    height: auto;
}
section.no-search-main {
    padding: 75px 15px 75px 15px;
}
/* Checkout */
main#primary {
    max-width: 1460px;
    margin: 0 auto;
    padding: 0px 60px;
}
/* Return To Shop */
.cart-main a.button.wc-backward {
    background-color: #FC1C5A;
    font-family: "Arimo", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-radius: 50px 50px 50px 50px;
    padding: 10px 25px 10px 25px;
    color: #fff;
}
span.detail-content:hover {
    border-bottom: 1px solid #fc1c5a;
}
.frequently-asked-inside h3 a {
    color: #000;
}
/* Dashboard New CSS */
.dashboard-main {
    padding: 75px 0px;
}
.dashboard-main nav ul {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
}
.dashboard-main nav ul li {
    border-bottom: 1px solid #D9D9D9;
    padding: 0px 0px 20px 0px;
}
.dashboard-main nav ul li:nth-child(1) {
    border-top: 1px solid #D9D9D9;
}
.dashboard-main nav ul li a {
    color: var(--Black, #272323);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.dashboard-main nav ul li.is-active a {
    color: var(--Pink, #FC1C5A);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.dashboard-main .woocommerce-MyAccount-content a {
    color: var(--Pink, #FC1C5A);
    font-family: Inter !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.dashboard-main .woocommerce-MyAccount-content p {
    /* color: var(--Black, #272323);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; */

    /* color: rgba(0, 0, 0, 0.65); */
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dashboard-main .woocommerce-MyAccount-content .woocommerce-info {
    border-top: none;
    background: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: var(--Black, #272323);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dashboard-main .woocommerce-info::before {
    display: none;
}
.dashboard-main .woocommerce-info .woocommerce-Button.wc-forward.button {
    border-radius: 45px;
    border: 1px solid #FC1C5A;
    background: #FC1C5A;
    color: #fff;
    text-decoration: none;
    padding: 6px 38px;
    display: block !important;
    position: absolute;
    top: 40px;
}
.dashboard-main .woocommerce_account_subscriptions a.woocommerce-Button.button {
    border-radius: 45px;
    border: 1px solid #FC1C5A;
    background: #FC1C5A;
    color: #fff;
    text-decoration: none;
    padding: 0px 38px 10px 35px !important;
    /* display: block !important; */
    position: absolute;
    top: 40px;
    height: auto;
    display: flex !important;
    align-items: center;
    line-height: 0.7;
}
.dashboard-main .woocommerce-info a.button.wc-forward {
    border-radius: 45px;
    border: 1px solid #FC1C5A;
    background: #FC1C5A;
    color: #fff;
    text-decoration: none;
    padding: 6px 38px;
    display: block !important;
    position: absolute;
    top: 40px;
}
.dashboard-main .u-columns.woocommerce-Addresses.col2-set.addresses {
    margin: 30px 0px 0px 0px;
}
.dashboard-main .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}
.dashboard-main .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
}
.dashboard-main .woocommerce-Address-title h2 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.dashboard-main .woocommerce-Address-title p br {
    display: none;
}
.dashboard-main .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 address {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dashboard-main .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 address {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dashboard-main .woocommerce-MyAccount-content a.button {
    border-radius: 45px !important;
    border: 1px solid #FC1C5A;
    background: #FC1C5A !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 13px 30px !important;
    /* position: absolute; */
    /* top: 40px; */
    line-height: 0;
    margin: 10px 0px 10px 0px;
    margin: 4px 4px 4px 4px !important;
}
.dashboard-main .woocommerce-MyAccount-content .woocommerce_account_subscriptions a.woocommerce-Button--next {
    top: unset !important;
    padding: 10px 40px 10px 40px !important;
}
.dashboard-main .subscription_details a.button {
    margin: 0px 0px 0px 0px;
}
.dashboard-main .subscription_details a.woocommerce-button {
    position: unset;
    top: unset;
}
.dashboard-main .my_account_orders a.woocommerce-button {
    position: unset;
    top: unset;
    margin: 0px 0px 0px 0px;
}
.dashboard-main a.button.wcs_deletion_error {
    float: right;
}
.dashboard-main .woocommerce-Payment .form-row button#place_order {
    border-radius: 45px;
    border: 1px solid #FC1C5A;
    background: #FC1C5A;
    text-decoration: none;
    padding: 6px 38px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    float: left !important;
}
.dashboard-main .woocommerce-EditAccountForm button.woocommerce-Button.button {
    border-radius: 45px;
    border: 1px solid #FC1C5A;
    background: #FC1C5A;
    text-decoration: none;
    padding: 6px 47px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 20px 0px 0px 0px;
}
/* payment screen */
.dashboard-main div#payment {
    background: none !important;
}
.dashboard-main #add_payment_method #payment div.payment_box::before {
    display: none;
}
.dashboard-main li.woocommerce-PaymentMethod.woocommerce-PaymentMethod--braintree_cc.payment_method_braintree_cc {
    padding: 0px 0px 0px 0px;
}
.dashboard-main ul.woocommerce-PaymentMethods.payment_methods.methods {
    border-bottom: none !important;
}
.dashboard-main .woocommerce-PaymentBox.woocommerce-PaymentBox--braintree_cc.payment_box.payment_method_braintree_cc {
    background: none !important;
    border: 1px solid rgba(0, 0, 0, 0.20);
    border-radius: 6px !important;
}
.dashboard-main .form-group label.control-label {
    color: var(--Black, #272323);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    display: inline-block !important;
    margin: 0px 0px 20px 0px !important;
}
.dashboard-main h2.woocommerce-account-heading {
    color: var(--Black, #272323);
    font-family: "Bebas Neue";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 101%;
    letter-spacing: 1.32px;
    margin: 0px 0px 30px 0px;
}
.dashboard-main .woocommerce table.shop_table td {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em;
    color: rgba(0, 0, 0, 65%);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dashboard-main .my_account_orders tbody tr .woocommerce-orders-table__cell p{
    color: rgba(0, 0, 0, 0.65);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dashboard-main .woocommerce-MyAccount-content mark {
    color: #FC1C5A !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dashboard-main .woocommerce-MyAccount-content .woocommerce-account-heading {
    color: var(--Black, #272323);
    font-family: "Bebas Neue";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 101%;
    letter-spacing: 1.32px;
    margin: 0px 0px 15px 0px !important;
}
.dashboard-main .woocommerce-MyAccount-content h2 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px 0px 15px 0px !important;
}
.dashboard-main .woocommerce-MyAccount-content {
    padding: 0px 0px 0px 100px;
}
.dashboard-main .woocommerce-customer-details address {
    color: rgba(0, 0, 0, 0.65);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.dashboard-main .woocommerce table.shop_table tbody:first-child tr:first-child td, .dashboard-main .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
    color: var(--Black, #272323);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.dashboard-main .woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    color: var(--Black, #272323);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#order_review input#place_order {
    border-radius: 45px;
    border: 1px solid #FC1C5A;
    background: #FC1C5A;
    text-decoration: none;
    padding: 6px 38px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.dashboard-main .woocommerce-address-fields button.button {
    border-radius: 45px !important;
    border: 1px solid #FC1C5A !important;
    background: #FC1C5A !important;
    color: #fff !important;
    text-decoration: none;
    padding: 6px 38px !important;
    display: block !important;
    font-weight: 400 !important;
    margin: 20px 0px 0px 0px;
}
.dashboard-main .subscription_details .woocommerce-button {
    margin: 0px 0px 10px 0px !important;
}
.dashboard-main .order br {
    display: none;
}
.dashboard-main .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
    color: #000;
    /* font-family: "Bebas Neue"; */
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0px 0px 0px !important;
}
.dashboard-main .woocommerce-MyAccount-content .woocommerce-order-details h2 {
    color: #000;
    /* font-family: "Bebas Neue"; */
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    margin: 16px 0px 15px 0px !important;
    text-transform: capitalize;
}
.dashboard-main .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
    color: #000;
    font-family: "Bebas Neue";
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin: 0px 0px 15px 0px !important;
}
.dashboard-main .woocommerce-customer-details .woocommerce-customer-details--email::before {
    color: #FC1C5A;
   line-height: unset;
    bottom: 10px;    
}
.dashboard-main .woocommerce-customer-details .woocommerce-customer-details--phone::before {
    color: #FC1C5A;
   line-height: unset;  
     bottom: 33x;  
}
.dashboard-main .woocommerce-customer-details {
    position: relative;
}
.dashboard-main .woocommerce-customer-details--phone {
    padding: 10px 0px 5px 0px;  
}
/* checkout page */
.checkout-main h2 {
    color: var(--Black, #272323);
    font-family: "Bebas Neue";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 101%;
    letter-spacing: 1.32px;
    margin: 15px 0px 15px 0px !important;
}
.checkout-main label.required_field {
    color: var(--Black, #272323) !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.checkout-main p {
    color: rgba(0, 0, 0, 0.65);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.checkout-main a {
    color: var(--Pink, #FC1C5A);
    font-family: Inter !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.checkout-main .form-row label {
    color: var(--Black, #272323) !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.checkout-main .e-checkout__order_review-2 label {
    color: var(--Black, #272323) !important;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.checkout-main input {
    outline: none;
}
.checkout-main .woocommerce-additional-fields label {
    color: var(--Black, #272323) !important;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.checkout-main .woocommerce-button {
        border-radius: 45px !important;
    border: 1px solid #FC1C5A;
    background: #FC1C5A !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 13px 30px !important;
    line-height: 0;
}
.checkout-main address {
        color: rgba(0, 0, 0, 0.65);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.checkout-main .woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    color: var(--Black, #272323);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.checkout-main .woocommerce-order-overview li {
    color: rgba(0, 0, 0, 0.65);
}
.checkout-main .shop_table tr td {
    color: rgba(0, 0, 0, 0.65);
    font-weight: 500;
}
.checkout-main .e-checkout__order_review-2 button#place_order {
    background-color: #FC1C5A !important;
}
.checkout-main .woocommerce-order-details tr th {
    padding-top: 0;
    padding-left: 0 !important;
}
.checkout-main .woocommerce-order-details tr th {
    border-bottom: 1px solid #000 !important;
}
.checkout-main .woocommerce-order-details table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: collapse;
}
.checkout-main .shop_table {
    border-collapse: collapse !important;
}
.checkout-main .woocommerce-info:before {
    display: none;
}
.checkout-main form table thead tr th {
    padding: 0px 0px 0px 0px !important;
}
.checkout-main #order_review table tfoot tr th {
    padding: 0px 0px 0px 0px !important;
}
.checkout-main .update-all-subscriptions-payment-method-wrap {
    padding: 0px 0px 0px 10px;
    display: inline-block;
}
/* thanks you page css */
.checkout-main p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: var(--Black, #272323);
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0px 0px 40px 0px;
}
.checkout-main .order_details tr td {
    border-bottom: 1px solid #000 !important;
}
/* removes the scroll from check-put */
  /* Prevent horizontal scrolling globally */
  html {
    overflow-x: hidden;
  }
  
  /* Ensure select element doesn't overflow */
  .country_select {
    max-width: 100%;
    box-sizing: border-box;
  }
  
  /* Fix for Select2 if used */
  .select2-container {
    max-width: 100% !important;
  }
/* 404 page error css */
.error-404 header.page-header {
    color: var(--Black, #272323);
    font-family: "Bebas Neue";
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 101%;
    letter-spacing: 1.32px;
    margin: 15px 0px 15px 0px !important;
}
.error-404 .page-content p {
    color: #272323;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.5px;
    margin: 0px 0px 20px 0px;
}
.error-404 input.search-field {
    max-width: 55%;
    width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px solid #200707cc;
    outline: none;
}
.error-404 .page-content {
    position: relative;
}
.error-404 input.search-submit {
    position: absolute;
    left: 628px;
    top: 0px;
    background: #FC1C5A;
    color: #fff;
    height: 45px;
    padding: 0px 30px;
    cursor: pointer;
}
.error-404 form.search-form {
    position: relative;
}
.error-404 h2 {
    color: var(--Black, #272323);
    font-family: "Bebas Neue";
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 101%;
    letter-spacing: 1.32px;
}
.error-404 .widget.widget_recent_entries {
    margin: 30px 0px 0px 0px;
}
.error-404 .widget ul li a {
    color: #fc1c5a;
}
.error-404 .widget select {
    max-width: 100%;
    padding: 6px 20px;
}
.error-search .e-search-input-wrapper {
    width: 784px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 25px;
    background: #FFF;
}
.error-search form.e-search-form {
    position: relative;
}
.error-search button.e-search-submit {
    position: absolute;
    right: 10px;
    background: no-repeat;
    top: 8px;
    cursor: pointer;
}
.error-message {
    background: linear-gradient(180deg, #FC1C5A 0%, #FB6F36 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Bebas Neue";
    font-size: 350px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
header.elementor.elementor-location-header {
    z-index: 999;
    position: relative;
}
/* Shopify page css */
.shopify-main .single_add_to_cart_button {
    margin: 0px 0px 0px 0px !important;
}
.shopify-main .product_meta span {
    font-weight: 400;
}
.shopify-main .woocommerce-product-gallery__wrapper .flex-active-slide a img {
    margin: 0 auto !important;
    height: 502px !important;
    width: auto !important;
    max-width: 100%;
    object-fit: cover;
}
.login-main button.elementor-size-sm.elementor-button {
    cursor: pointer;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    color: #fff !important;
}
.cart-main td.product-remove {
    top: 50px;
    left: 84px !important;
}
.cart-main tr.woocommerce-cart-form__cart-item.cart_item {
    position: relative;
}
.checkout .woocommerce-terms-and-conditions strong {
    font-size: 25px;
    margin: 25px 0px 25px 0px;
    display: block;
}
.woocommerce-info {
    font-size: 20px;
    letter-spacing: 2px;
}
.dashboard-main .elementor-widget-container .woocommerce-MyAccount-content .woocommerce_account_subscriptions .woocommerce-Button--previous {
    top: unset !important;
    padding-top: 10px !important;
}




@media screen and (max-width:1460px) {
    /* .banner-main {
        padding: 130px 188px;
    } */
    .help-boxes-inside {
        max-width: 315px;
    }
}
@media screen and (max-width:1366px) {
    .help-boxes-inside {
        max-width: 295px;
    }
    .banner-main {
        padding: 150px 0px;
    }
}
@media screen and (max-width:1280px) {
    .white-video-boxes {
        max-width: 31%;
    }
    .help-boxes-inside {
        max-width: 275px;
    }
}
@media screen and (max-width:1024px) {
        .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        /* display: flex !important;
        justify-content: space-between !important; */
    }
    .related-articles .help-boxes-inside {
        max-width: 47%;
    }
    .related-questions-box {
        display: flex;
        align-items: flex-start;
    }
    .container {
        padding: 0px 20px;
    }
    .help-boxes-inside {
        max-width: 303px;
    }
    .help-box-main {
        padding: 50px 0px 0px 0px;
    }
    .dashboard-main .woocommerce-MyAccount-content {
        padding: 0px 0px 0px 0px;
    }
}
@media screen and (max-width:991px) {
    .white-video-boxes {
        max-width: 48%;
    }
}
@media screen and (max-width:820px) {
    .related-exercises .white-video-boxes {
        max-width: 100%;
    }
    section.related-exercises {
        padding: 75px 15px 75px 15px;
    }
    .help-boxes-inside {
        max-width: 48%;
    }
    .banner-main {
        padding: 130px 25px;
    }
    /* section.video-listing-main {
        padding: 75px 20px;
    } */
    .help-box-main {
        padding: 50px 0px 20px 0px;
    }
    .frequently-asked-main {
        padding: 75px 0px;
    }
    section.signup-main {
        padding: 75px 15px 75px 15px;
    }
    section.related-questions-main {
        background: rgba(39, 35, 35, 0.03);
        padding: 75px 0px 75px 0px;
    }
    .related-questions-main .related-questions-box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .related-questions-main .related-questions-inside {
        width: 100%;
    }
    .related-questions-main .related-questions {
        text-align: center;
    }
    .related-questions-main .related-questions p {
        margin: 0 auto;
    }
    .related-articles .help-boxes-inside {
        max-width: 100%;
    }
    section.download-app {
        padding: 75px 15px;
    }
    section.search-results {
        background: #f8f8f8;
    }
    .error-message {
        font-size: 250px;
    }
}
@media screen and (max-width:540px) {
    .error-message {
        font-size: 150px;
    }
    main#primary {
        padding: 0px 15px;
    }
}
@media screen and (max-width:768px) {
    .dashboard-main .woocommerce-MyAccount-navigation {
        width: 30%;
    }
    .dashboard-main .woocommerce-MyAccount-content {
        width: 68%;
    }
    .dashboard-main .woocommerce {
        display: flex;
        gap: 20px;
    }
    .dashboard-main .subscription-id:before {
        line-height: 30px;   
      }
      header.woocommerce-Address-title.title p {
    text-align: left !important;
    float: left;
    margin: 10px 0 20px;
}
}
@media screen and (max-width:767px) {
    .banner-main {
        padding: 130px 20px;
    }
    .video-container {
        height: 330px;
    }
    .white-video-boxes {
        max-width: 100%;
    }
    section.video-listing-main {
        padding: 75px 0px;
    }
    .cellercise-routines-box {
        padding: 89px 20px 89px 20px;
    }
    .help-boxes-inside {
        max-width: 100%;
    }
    .frequently-asked-inside {
        width: 100%;
    }
    .elementor-element.elementor-element-328a13c.elementor-widget.elementor-widget-text-editor{
        width: 100%;
    }
}
@media screen and (max-width:540px) {
    .dashboard-main .woocommerce-MyAccount-content a.button {
        white-space: nowrap;
    }
}
@media screen and (max-width:430px) {
    .video-container {
        height: 255px;
    }
    .video-box {
        padding: 35px 0px;
    }
    .help-center-main ul {
        gap: 29px;
    }
    .help-center-main ul li a {
        font-size: 13px;
    }
    .colored-heading {
        font-size: 31px;
    }
    section.feet-spread-main {
        padding: 35px 15px;
    }
    .error-message {
        font-size: 90px;
    }
    /* dashboard settings for mobile*/
    .dashboard-main .woocommerce {
        display: flex;
        gap: 0px;
        justify-content: center;
    }
    .dashboard-main nav ul li a {
        font-size: 17px;
    }
    .dashboard-main nav ul li.is-active a {
        font-size: 17px;
    }
    .dashboard-main .woocommerce-MyAccount-content .woocommerce-account-heading {
        font-size: 32px;
    }
    .dashboard-main .woocommerce-MyAccount-content p {
        font-size: 15px;
    }
    .dashboard-main .woocommerce-MyAccount-navigation {
        width: 40%;
        padding: 0px 10px 0px 0px;
    }
    .dashboard-main .woocommerce-MyAccount-content {
        width: 60%;
        padding: 0px 0px 0px 10px;
    }
    .dashboard-main .woocommerce table.shop_table td {
        font-size: 14px;
    }
    .dashboard-main .woocommerce-MyAccount-content a.button {
        font-size: 15px;
        padding: 11px 18px !important;
        white-space: nowrap;
    }
    .dashboard-main .woocommerce-MyAccount-content p {
        word-wrap: break-word;
    }
    .dashboard-main .woocommerce-EditAccountForm button.woocommerce-Button.button {
        padding: 6px 23px;
        font-size: 15px;
    }
}
@media screen and (max-width:390px) {
    .dashboard-main .woocommerce-MyAccount-content a.button {
        font-size: 11px;
        padding: 11px 7px !important;
        max-width: fit-content;
    }
    .dashboard-main nav ul li a {
        font-size: 15px;
    }
    .dashboard-main nav ul li.is-active a {
        font-size: 15px;
    }
    .dashboard-main .woocommerce-MyAccount-navigation {
        width: 35%;
    }
    .dashboard-main .woocommerce-MyAccount-content {
        width: 70%;
    }
    .dashboard-main .woocommerce-MyAccount-content .woocommerce-account-heading {
        font-size: 28px;
    }
    .dashboard-main .woocommerce-MyAccount-content .my_account_orders a.button {
        padding: 11px 24px !important;
    }
    .dashboard-main .woocommerce-MyAccount-content a {
        font-size: 12px;
    }
}
@media screen and (max-width:375px) {

}