/* Ft snippet */
.page-template-default a {
    color: var(--primary-color-1);
    cursor: pointer;
}

.page-template-default .breacrump a {
    color: var(--secondary-color-3);
}

.box-grey,
.ft-snippet {
    padding: 32px 20px 58px;
    background-image: url(../svg/snippet-bg-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 100% bottom 0;
    position: relative;
    margin-bottom: var(--mr-main);
    height: 100%;
    background-color: var(--secondary-color-5);
}

.box-grey ul .ft-snippet ul {
    margin-bottom: var(--mr-main)
}

.box-grey::after,
.ft-snippet::after {
    position: absolute;
    content: "";
    width: 185px;
    height: 29px;
    bottom: 25px;
    right: 25px;
    background-image: url(../svg/ft-snippet-logo.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Block Quote */

.wp-block-pullquote {
    padding: 0;
}

blockquote {
    padding: 24px 32px 40px;
    background-color: var(--secondary-color-5);
    position: relative;
    margin: 0;
    border-left: 3px solid var(--primary-color-1);
}

.wp-block-pullquote blockquote p {
    text-align: left;
}

.wp-block-pullquote blockquote cite {
    font-size: var(--font-20) !important;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0px;
    font-family: 'INTER';
    font-style: normal;
    position: absolute;
    bottom: 20px;
    right: 35px;
    color: var(--primary-color-1);
}

/* Custom Table */
.wp-block-table table {
    table-layout: fixed;
    border: 1px solid var(--secondary-color-1);
}

/* Default Table */

.wp-block-table {
    margin-bottom: 20px !important;
}

.wp-block-table thead {
    border: none;
}

.wp-block-table thead th {
    color: var(--primary-color-1);
    font-weight: 500;
    font-size: 16px;
}

.wp-block-table td,
.wp-block-table th {
    padding: 16px;
    border: none;
    text-align: center;
}

.text-left .wp-block-table td,
.text-left .wp-block-table th {
    text-align: left;
}

.wp-block-table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.full-bg-table.wp-block-table table th {
    padding: 16px;
    border: none;
    text-align: left;
}

/* End Default Table */

figure.wp-block-table {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
}

figure.wp-block-table p {
    margin-bottom: 0;
}

figure.wp-block-table figcaption {
    color: var(--secondary-color-3);
    margin: 0;
    font-style: normal;
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
}

.wp-block-table table thead tr {
    background-color: white !important;
}

.medicine-table table thead p {
    margin-bottom: 0;
    font-weight: 500;
}

.medicine-table table thead span.has-small-font-size {
    font-weight: 400;
    color: var(--secondary-color-4);
}

.wp-block-table table tbody tr:first-child td {
    color: var(--primary-color-2) !important;

}

.wp-block-table table thead th,
.wp-block-table table tbody td {
    white-space: pre-line;
}

.medicine-table table tr:nth-child(odd) {
    background-color: #f8f8f8;
}

.medicine-table table tr {
    border: none !important;
}

.medicine-table .wp-block-table table tbody tr td:first-of-type {
    font-weight: 500;
}

.medicine-table.no-scroll .wp-block-table table tbody tr td:first-of-type {
    font-weight: 400;
}

.medicine-table.no-title .wp-block-table table tbody tr td:first-of-type {
    font-weight: 500;
}


/* Box Color */

.box-e {
    padding: 16px;
    background-color: var(--secondary-color-1);
}

.box-e p {
    margin-bottom: 0;
    font-size: var(--font-14) !important;
    line-height: 20px;
}

/* Summary */
.summary {
    padding: 20px 32px;
    background: var(--secondary-color-5);
    margin-bottom: var(--mr-main);
    border-left: 3px solid var(--primary-color-1);
}

.summary p:last-child {
    margin-bottom: 0;
}

/* Table Full bg */

.full-bg-table {
    margin-bottom: 20px;
}

.full-bg-table table tbody {
    border: none !important;
}

.full-bg-table table tr td {
    text-align: left !important;
    color: var(--primary-color-2) !important;
}


/* Special box */

.box-two.special-box>.wp-block-column {
    text-align: center;
    padding: 48px 40px;
    background-image: url(../svg/bg-special-box.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.box-two.special-box>.wp-block-column figure {
    margin: 1em 0;
}

.box-two.special-box>.wp-block-column img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.box-two.special-box>.wp-block-column p {
    color: var(--primary-color-3);
}

.box-two.special-box>.wp-block-column p>strong {
    font-size: var(--font-18);
}

.box-two.special-box>.wp-block-column p.has-small-font-size a {
    color: #81838C;
    font-weight: 400;
}

/* Brand */

.wp-block-columns.brand {
    column-gap: 20px;
    row-gap: 40px;
    margin-bottom: 42px;
}

.wp-block-columns.brand .brand-col {
    background: var(--secondary-color-5);
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--secondary-color-1);
}

.wp-block-columns.brand .brand-col figure {
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px;
    height: 310px;
    background: var(--primary-color-3);
}

.wp-block-columns.brand .brand-col>.wp-block-columns {
    margin-bottom: 0;
}

.wp-block-columns.brand .brand-col .wp-block-columns>.brand-title p {
    text-align: center;
}

.wp-block-columns.brand .brand-col figure>img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.wp-block-columns.brand .brand-col>p {
    font-weight: 500;
}

.wp-block-columns.brand .brand-col>p {
    font-weight: 500;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
}

.wp-block-columns.brand .brand-col>p a {
    padding: 12px 24px;
    color: var(--primary-color-3);
    background-color: var(--primary-color-2);
}


/* Calorie Form */

.calories-form .content-top {
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--primary-color-2);
    margin-bottom: var(--mr-main);
}

.calories-form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10%;
    row-gap: 24px;
}

.calories-form form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10%;
    row-gap: 24px;
}

.calories-form form .two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8px;
}

.calories-form form .form-input {
    position: relative;
    margin-top: 9px;
}

.calories-form form .form-radio-list {
    position: relative;
}

.calories-form form .input-body {
    position: absolute;
    bottom: -5px;
    right: 0;
}

.calories-form form .form-col .input-body>input {
    width: 72px;
    text-align: center;
    padding: 7px;
}

.calories-form form .form-radio {
    margin-top: 14px;
}

.calories-form form input[type="text"],
.calories-form form select {
    width: 100%;
    padding: 16px 12px;
    border: 1px solid var(--primary-color-2);
}

.calories-form form .form-input p {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translate(0, -50%);
    color: var(--secondary-color-4);
    margin-bottom: 0;
}

.calories-form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 10px;
}

.special-col {
    align-items: end;
}

.calories-form form .action {
    margin-bottom: -12px;
    padding-bottom: 12px;
}


.calories-form form .calories-submit {
    width: 100%;
    padding: 12px 24px;
    color: var(--primary-color-3);
    background-color: var(--primary-color-2);
    border: 1px solid var(--primary-color-2);
    cursor: pointer;
    height: fit-content;
}

.calories-form form .form-col .has-ssmall-font-size {
    margin-bottom: 0;
}

.calories-result {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 58px;
    position: relative;
}

.calories-result::after {
    content: "";
    position: absolute;
    height: 100%;
    border-right: 1px dashed var(--primary-color-2);
    top: 0;
    left: 50%;
}


.calories-col:last-child p,
.calories-col:first-child p:last-child {
    margin-bottom: 0;
}

.fillResult .calories-col ul {
    padding-left: 0;
    margin-bottom: 0;
}

.fillResult .calories-col ul b {
    margin-right: 5px;
}

.fillResult .calories-col ul li::before {
    width: 0;
    height: 0;
}

.fillResult .calories-col ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fillResult .calories-col .has-ssmall-font-size {
    color: var(--secondary-color-4);
}

/* Tool Post */

.lhide {
    display: none;
}

section.exc-hero-section.tool small {
    display: block;
}

section.exc-hero-section.tool p b {
    color: var(--primary-color-1);
}

section.exc-hero-section.tool {
    padding: 40px 0;
}

section.exc-hero-section.tool:before {
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

section.exc-hero-section.tool .exc-container {
    text-align: unset;
    position: relative;
    z-index: 2;
}

.br-section {
    width: 100%;
    border-bottom: 1px dashed var(--primary-color-2);
}

section.exc-hero-section.tool .exc-container .tool-top {
    text-align: center;
    padding-bottom: 20px;
}

.choose-list ul {
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-around;
}

.choose-list ul li {
    margin-bottom: 0;
}

.choose-list ul li p {
    margin-bottom: 0;
}


.calories-form .action.odd {
    grid-column: 2 / 3;
    display: flex;
    justify-content: space-around;
    column-gap: 8px;
}


/* Enfit */
.coming .title {
    font-size: 32px !important;
    line-height: 38px !important;
    font-weight: 600;
}

.tag-coming {
    border-radius: 100px;
    border: 1px solid var(--Chart-03, #B6CF66);
    background: var(--Chart-01, #E6EFD9);
    width: fit-content;
    padding: 8px 12px;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin: 0 auto 20px;
    min-width: 147px;
    text-align: center;
}


.flex.tag-coming {
    align-items: center;
    gap: 10px;
    margin: 0 auto 10px;
    text-transform: none;
}


.first__coming {
    padding-bottom: 0 !important;
}

.first__coming--content {
    background-image: url(../svg/first-coming-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 35px;
    background-position-x: center;
}

.first__coming--img {
    text-align: center;
    position: relative;
}

.first__coming--img .store img {
    width: 100%;
    height: 52px;
    object-fit: cover;
    display: flex;
}


.first__coming--img .first-img {
    position: relative;
    max-width: 887px;
    margin: 0 auto;
}

.first-img .main {
    margin-bottom: -4px;
    width: 61%;
    margin: 0 auto -4px;
}

.first-img .chart {
    top: 25%;
    left: -12%;
}

.first-img .training {
    top: -7%;
    right: .2%;
}

.first-img .workout {
    top: 55%;
    right: -4%;
}

.first-img .chart,
.first-img .training,
.first-img .workout {
    position: absolute;
}

.first__coming--img .store {
    margin: 0 auto 40px;
    width: auto;
    gap: 20px;
    align-items: center;
    justify-content: center;
}


/* Keyframe animations */
@keyframes bounceInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Áp dụng cho tất cả phần tử trong .first__coming--content */
.first__coming--content * {
    opacity: 0;
    transform: translateY(-30px);
    animation: fadeInDown 0.8s ease-out forwards;
}

/* Animation riêng cho ảnh trong .main */
.first__coming--content .first-img.mb>div.main {
    animation: bounceInUp 0.8s ease-out forwards;
    animation-delay: 1.4s;
}

/* Các phần tử khác có độ trễ khác nhau */
.first__coming--content h2 {
    animation-delay: 0.2s;
}

.first__coming--content h1 {
    animation-delay: 0.6s;
}

/* Các div con trong .first-img.mb không dịch chuyển, chỉ ẩn và hiện */
.first__coming--content .store,
.first__coming--content .first-img.mb>div:nth-child(2),
.first__coming--content .first-img.mb>div:nth-child(3),
.first__coming--content .first-img.mb>div:nth-child(4) {
    transform: translateY(0);
    animation: fadeIn 0.8s ease-out forwards;
    animation-delay: 2s;
    /* Thời gian trễ cho các phần tử này */
    opacity: 0;
    /* Ban đầu ẩn */
}

.first__coming--content .store {
    animation-delay: 1s;
}

.first__coming--content .first-img.mb>div:nth-child(2) {
    animation-delay: 1.8s;
}

.first__coming--content .first-img.mb>div:nth-child(3) {
    animation-delay: 2.2s;
}

.first__coming--content .first-img.mb>div:nth-child(4) {
    animation-delay: 2.6s;
}

.third__coming--bottom.flex {
    justify-content: space-between;
}

.third__coming--bottom.flex .it {
    flex: 1;
    max-width: 264px;
}

.third__coming--bottom-item {
    padding: 12px 12px 0 12px;
}

.third__coming--bottom .it img {
    transition: transform 0.3s ease;
    object-fit: cover;
    border-radius: 8px;
}

.third__coming--bottom .it.it:nth-child(3) img {
    object-position: top;
}

.third__coming--bottom .third_download,
.third__coming--bottom .third_create {
    background-color: #eee;
    border-radius: 8px;
    overflow-y: hidden;
    margin-bottom: 20px;
    max-height: 264px;
    height: 100%;
    text-align: center;
}

.third__coming--bottom .third_create {
    background-color: transparent;
    background-image: url(../jpg/third-2-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.third_download img,
.third__coming--bottom .third_create img {
    transform: translateY(30%);
    width: 100%;
    border-radius: 8px;
}

.third__coming--bottom .third_download:hover>img {
    transform: translateY(0);
}

.third__coming--bottom .third_create:hover>img {
    transform: translateY(17px);
}

.third__coming--bottom .it:nth-child(2),
.third__coming--bottom .it:last-child {
    margin-top: 50px;
}

.third__coming--bottom .it:nth-child(3) img,
.third__coming--bottom .it:last-child img {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    height: 264px;
    transform: translateY(0) scale(1);
}

.third__coming--bottom .it:nth-child(3)>div,
.third__coming--bottom .it:last-child>div {
    width: 264px;
    max-height: 264px;
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.third__coming--bottom .it:nth-child(3) img {
    height: 264px;
}

.third__coming--bottom .it:nth-child(3)>div::after {
    position: absolute;
    content: "";
    width: 80%;
    height: 75.56px;
    background-image: url(../jpg/third-3-bg.jpg);
    background-size: cover;
    background-position: center;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
}

.third__coming--bottom .it:nth-child(3)>div:hover {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.third__coming--bottom .it:nth-child(3)>div:hover img {
    height: 364px;
    object-fit: cover;
}

.third__coming--bottom .it:last-child>div:hover img {
    border-radius: 8px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.coming .fourth__coming {
    padding: 10px 0 0;
}

.four__coming--left {
    width: 50%;
}

.four__coming--left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
}

.four__coming--right {
    padding: 20px 0 20px 38px;
    background-image: url(../svg/fouth-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 100% bottom 0;
    width: 50%;
}

.four__coming--right-store {
    height: 52px;
}

.four__coming--right-store-last {
    margin-left: 15px;
}

.four__coming--right .content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.four__coming--right .content>p {
    color: #fff;
}

.fifth__coming {
    background-color: #F8F8F8;
}

.enfit {
    color: var(--primary-color-1);
    font-weight: 700;
}

.second__coming {
    background-color: #F8F8F8;
    padding: 0 !important;
    margin-bottom: 20px;
}

.second__coming .flex {
    column-gap: 30px;
    row-gap: 30px;
}

.second__coming .tag-coming {
    margin: 0 0 20px;
}

.second__coming--left {
    width: 50%;
    padding: 20px 0 0;
}

.second__coming--item.grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.second__coming--item .it {
    padding: 24px;
    border-radius: 12px;
    border: 0.5px solid var(--secondary-color-3);
}

.second__coming--item .it img {
    margin-bottom: 20px;
}

#rightSlick {
    width: 50%;
    height: 100%;
}

#rightSlick .slick-dots {
    top: 27px;
}

#rightSlick .slick-dots li {
    height: 5px;
    width: calc(75% / 4);
    background: #fff;
}

#rightSlick .slick-dots li.slick-active {
    background: var(--primary-color-1);
}

#rightSlick .slick-dots li button:before {
    content: "";
    width: 0;
}

/* Calculator Page */

.hero-calculator-section {
    background-image: url(../svg/exercise-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 72px;
}

.hero-exercise-section .breacrump>span span:last-child {
    color: var(--primary-color-3);
}

.hero-exercise-section {
    background-image: url(../png/hero-cal-cg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 72px;
}

.hero-exercise-section .breacrump>span span:last-child {
    color: var(--primary-color-3)
}

.cal {
    width: 100%;
}

.cal-it {
    width: 100%;
    border: 1px solid var(--secondary-color-3);
    background-color: #fff;
    padding: 12px 20px;
}

.cal-it>div,
.cal-it>p {
    margin-bottom: 8px;
}

.hero-calculator-section .container .content,
.hero-exercise-section .container .content {
    padding: 0 0 72px;
    text-align: center;
}

.hero-calculator-section .content .social,
.hero-exercise-section .content .social {
    justify-content: center;
    flex-wrap: wrap;
}


.app-section {
    background-image: url(../svg/app-desktop.svg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 551px;
    background-position: 50%;
}

.app-section .content {
    width: 50%;
    transform: translateY(50%);
}

.content.app-content p strong {
    font-weight: 600;
    color: var(--primary-color-1);
}

.content.app-content p.discount strong {
    font-size: 28.704px !important;
    line-height: 25.514px !important;
}


.content.app-content .explore {
    background-color: var(--primary-color-1);
    color: var(--primary-color-3);
    vertical-align: center;
    padding: 17px 20.199px;
    border-radius: 8.505px;
    border: 1.063px solid var(--primary-color-1);
    margin-right: 20px;
}

.content.app-content .explore p {
    color: #FFF;
    margin-bottom: 0;
    font-weight: 500;
}

.app-section .content .explore img {
    height: 100%;
}

.app-section .app-action {
    height: 55px;
}

/* Best Exercise */
.hero-exercise-section .search {
    width: 80%;
    margin: 0 auto;
    height: 40px;
    position: relative;
}

.hero-exercise-section .exIcon {
    background-image: url(../svg/ex-search.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    height: 100%;
    line-height: 50px;
    width: 60px;
    background-color: var(--primary-color-3);
    cursor: pointer;
}

.hero-exercise-section .search::after:hover {
    opacity: 0.9;
}

.hero-exercise-section .search input {
    padding-left: 16px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid var(--secondary-color-3);
    color: var(--secondary-color-3);
}

/* Search Exercise */
.grid-ex {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.ex-section.grid-ex {
    margin: 20px 0;
}

.filter-section .flex {
    align-items: center;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.filter-section .container>.flex {
    padding-bottom: 16px;
    border-bottom: 1px solid #000;
}

.filter-section .flex p {
    margin-bottom: 0;
}


.filter-section .ms-options-wrap {
    min-width: 208px;
    max-width: 208px;
}

.filter-section .ms-options-wrap>.ms-options {
    margin-top: 4px;
    border-color: #000;
}

.filter-section .ms-options-wrap>.ms-options>.ms-search input {
    padding: 8px 24px 8px 16px;
}

.filter-section .ms-options-wrap>.ms-options>ul label {
    padding: 10px 16px;
    max-width: 90%;
    cursor: pointer;
    border: none;
}

.filter-section .ms-options-wrap>.ms-options>ul label.focused,
.filter-section .ms-options-wrap>.ms-options>ul label:hover {
    background-color: transparent;
    border: none;
}

.filter-section .ms-options-wrap>.ms-options>ul input[type="checkbox"] {
    right: -10px;
    left: unset;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
    appearance: none;
    border-radius: 10%;
    border: 1px solid #DFE1E6;
    box-shadow: none;
    font-size: 1em;
}

.filter-section .ms-options-wrap>.ms-options>ul input[type='checkbox']:checked {
    background-color: var(--primary-color-1);
    border: none;
}

.filter-section .ms-options-wrap>.ms-options>ul input[type='checkbox']:checked:after {
    content: url(../svg/check.svg);
    color: white;
    line-height: 23px;
}


.filter-section .ms-options-wrap>.ms-options>ul li.selected label {
    background-color: transparent;
}

.filter-section .ms-options-wrap>.ms-options>ul li,
.filter-section .ms-options-wrap>.ms-options>ul>li.optgroup ul li {
    margin-bottom: 0;
}

.filter-section .apply a {
    width: 118px;
    text-align: center;
    padding: 0 12px;
    text-align: center;
    min-height: 36px;
    background-color: #000;
    display: block;
}

.filter-section .clear {
    min-width: 110px;
    padding: 0 6px;
    text-align: center;
    min-height: 36px;
    position: relative;
    cursor: pointer;
}

.filter-section .filter-icon {
    line-height: 0;
}

.filter-section .apply a p,
.filter-section .clear a p {
    line-height: 36px !important;
}

.filter-section .apply a p {
    color: #fff;
}

.filter-section .clear img {
    filter: brightness(0) saturate(100%);
}

.filter-section .ms-options-wrap>button:focus,
.filter-section .ms-options-wrap>button {
    height: 36px;
    border-color: #000;
    padding: 0 0 0 16px;
    font-size: 16px;
    color: #000;
    margin-top: 0;
    font-weight: 500;
}

.filter-section .ms-options-wrap>button::after {
    content: url(../svg/dropdown.svg);
    height: auto;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: auto;
    border: none;
    margin-top: 0;
    line-height: 0;
}

.result-section {
    margin-bottom: 20px;
}

.result-section h2 {
    margin-top: 20px;
}

.result-section .mt {
    padding: 20px;
    gap: 20px;
    border: 1px solid var(--secondary-color-1);
    align-items: center;
}

.result-section .ex-img {
    width: 125px;
    height: 125px;
    object-fit: cover;
}

.result-section .ex-content {
    flex: 1;
}

.result-section .ex-content .flex {
    flex-wrap: wrap;
    gap: 12px;
}

.result-section .ex-content p {
    margin-bottom: 12px;
}

.result-section .ex-content .flex span {
    padding: 6px;
    background-color: var(--chart-20);
}

/* Loader */

.loader {
    text-align: center;
}

.loader,
.scroll {
    width: 100%;
}

.loader-rs {
    display: none;
    min-height: 356px;
}

.ex {
    display: none;
    min-height: 356px;
    position: relative;
}

#loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    display: none;
}

#loader,
#scroll {
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-top: 2px solid var(--primary-color-1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

/* Ads Enfit */

.ads-enfit {
    margin-bottom: 20px;
    background: linear-gradient(180deg, #E0E1E3 0%, #FBFBFB 100%);
    height: 272px;
}

.ads__content {
    justify-content: space-evenly;
    position: relative;
    height: 100%;
    align-items: center;
}

.ads__left {
    height: fit-content;
    width: 50%;
}

.ads__left .ads__left--logo {
    margin-bottom: 18px;
}

.ads__left .ads__left--content a p {
    margin-bottom: 0;
}

.ads__left--content h2,
.ads__left--content p {
    margin-bottom: 18px !important;
}

.ads__right {
    width: 311px;
    height: 100%;
}

.ads__right--img {
    height: 100%;
}

.ads__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Home feature logo */

.enfit-logo {
    position: absolute;
    bottom: 28px;
    right: 15px;
    width: 86px;
    height: 30px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.enfit-action {
    gap: 12px;
    align-items: center;
}

.enfit-action a {
    display: block;
    height: 36px;
}


.enfit-action a:first-child {
    width: fit-content;
    padding: 0 17px;
    color: #000 !important;
    font-weight: 500;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #000;
    line-height: 36px;
    text-decoration: none !important;
    font-size: 14px;
}


.enfit-action .home-store img {
    height: 100%;
    width: 100%;
}

.home .enfit-action a:first-child {
    border: 1px solid #fff;
    color: #fff !important;
    background-color: transparent;
}

.home .app-section .enfit-action a:first-child {
    color: #000 !important;
    background-color: #fff;
    border: 1px solid #000;
}

/* Comment */

#comments a {
    color: #000;
}

.section-header {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.section-header>p {
    margin-bottom: 0;
    font-weight: 500;
}

#comments .section-header>a {
    display: block;
    text-align: center;
    line-height: 48px;
    width: 200px;
    background-color: #000;
    color: #fff;
}



.comment-form .user-col,
.comment-form .email-col {
    display: flex;
    flex-direction: column;
    width: 48%;
    border-top-left-radius: 8px;
}

.comment-form .email-col {
    margin-left: 0;
}

.comment-form .cmt-col {
    margin-bottom: 20px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
    margin: 0;
}

.comment-form .comment-form-comment {
    margin: 0;
}

.comment-form {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--secondary-color-1);
    border-radius: 8px;
    padding-bottom: 20px;
}

.comment-form .user-col,
.comment-form .email-col {
    flex: 1;
    border-bottom: 1px solid var(--secondary-color-1);
    color: var(--secondary-color-2);
}

.comment-form .cmt-col,
.comment-form .comment-form-cookies-consent {
    flex-basis: 100%;
}

.comment-form .cmt-col {
    flex-basis: 100%;
    order: 2;
}

.comment-form .user-col {
    order: 0;
    border-top-left-radius: 8px;
    position: relative;
}

.comment-form .email-col {
    order: 1;
    border-top-right-radius: 8px;
    position: relative;
}

.comment-form .email-col::before {
    content: "";
    position: absolute;
    border-left: 2px solid;
    height: 40%;
    top: 50%;
    transform: translateY(-50%);
}

.comment-form .comment-form-cookies-consent {
    order: 3;
}

.comment-form .form-submit {
    order: 4;
}

.comment-form label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

.comment-form div input,
.comment-form textarea {
    width: 100%;
    border: none;
    color: #000;
}

.comment-form div input {
    height: 48px;
    background-color: #F8F8F8;
}

.comment-form .user-col input {
    border-top-left-radius: 8px;
    padding: 0 5px 0 20px;
}

.comment-form .email-col input {
    border-top-right-radius: 8px;
    padding: 0 20px 0 10px;
}

.comment-form textarea {
    padding: 20px;
    field-sizing: content;
}

.comment-form .form-submit .btn {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: none;
    line-height: 38px;
    text-align: center;
    width: 130px;
    max-height: 38px;
}

.comment-form .form-submit .btn.btn-secondary {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}

#comments .commentlist>li {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--secondary-color-1);
    margin-bottom: 0;
}

#comments .commentlist>li>.children {
    margin-bottom: 0;
}

#comments>.children {
    margin-bottom: 0px;
}

#comments .children li {
    margin-left: 100px;
    margin-bottom: 0px;
}


#comments .children li .comment-body {
    padding-left: 20px;
    border-left: 2px solid var(--primary-color-1);
}

#comments .children .children li {
    margin-left: 50px;
    margin-bottom: 0;
}

#comments .children .children li:last-of-type .reply {
    margin-bottom: 0;
}

#comments .children .children li .comment-body {
    border-color: var(--secondary-color-2);
}

#comments .comment-author {
    display: flex;
    gap: 8px;
    align-items: center;
}

#comments .comment-author img {
    width: 30px;
    height: 30px;
    border-radius: 18px;
}

#comments .comment-author cite {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    font-style: normal;
}

#comments .comment-meta {
    display: flex;
    gap: 20px;
    align-items: center;
}

#comments .comment-meta a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

#comments .comment-meta a p {
    margin-bottom: 0;
}

#comments .cmt-box {
    margin-top: 18px;
}

#comments .reply {
    padding-left: 32px;
    position: relative;
    margin-bottom: 20px;
}


#comments .reply::before {
    position: absolute;
    content: url(../svg/replies.svg);
    width: 24px;
    height: 24px;
    left: 0;
}

#comments .seeAll {
    text-align: center;
    margin-bottom: 40px;
}

#comments .seeAll a {
    width: fit-content;
    padding: 0 12px;
    line-height: 48px;
    color: #fff;
    background: #000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin: 0 auto;
}

.commentlist .comment-respond {
    border-bottom: none;
}

.comment-respond form {
    margin-bottom: 20px;
}

.commentlist {
    margin-bottom: 0;
}

.form-grid.hide {
    display: none;
}

#comments .grid-item {
    margin-bottom: 0;
}


#comment-form .cmt-col label,
#comment-form .user-col label,
#comment-form .email-col label {
    position: relative;
    display: block;
    width: fit-content
}

#comment-form .cmt-col label::after,
#comment-form .user-col label::after,
#comment-form .email-col label::after {
    position: absolute;
    content: "*";
    color: var(--primary-color-1);
    top: 0;
    right: -12px;
    font-size: 18px;
}

.error-section {
    width: 100%;
}

.form-submit.flex {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.submit-action.flex {
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
}

.btn {
    cursor: pointer;
}

.cmt-wait,
.cmt-err,
.cmt-succ {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding-left: 22px;
    line-height: 20px;
}

.cmt-err {
    color: #F50000;
}

.cmt-err::before {
    content: url(../svg/cmt-error.svg);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
}

.cmt-succ,
.cmt-wait {
    color: var(--primary-color-1);
}

.cmt-succ::before {
    content: url(../svg/cmt-success.svg);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
}

.cmt-wait::before {
    content: url(../svg/submitting.svg);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0px;
}

#cancel-comment-reply-link {
    opacity: 0;
}

#write-comment .cancle-btn {
    display: none;
}

ul.commentlist .cancle-btn {
    display: block;
}

/* Hero */

.single-exercise .single-main,
.single-exercise .comments-section {
    background-color: #fff;
}

.container #comments {
    padding-top: 20px;
    border-top: 1px solid var(--primary-color-2);
}

#comment>.commentlist {
    padding-top: 20px;
    border-top: 1px solid var(--primary-color-2);
}

.single-exercise .breacrump>span span:last-child,
.single-best_exercise .breacrump>span span:last-child,
.top-best.section__background-black .breacrump>span span:last-child {
    color: #fff;
}

.home-main.single-exercise {
    background: url(../png/bg.png) #101010 no-repeat left top / 700px auto;
}

.top-best .hero {
    position: relative;
}

.best {
    position: relative;
    left: 0;
    bottom: 0;
    transform: translate(0);
    z-index: 1;
    margin-bottom: 20px;
}

.best::after {
    position: absolute;
    content: "";
    height: calc(100% + 20px);
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, white 50%);
    top: 0;
    z-index: -1;
}

.all {
    background-color: #fff;
}

.exercise__grid {
    gap: 30px;
}

.exercise__grid-loading {
    position: relative;
    height: 250px;
    width: 100%;
    display: none;
}

.exercise__grid-loading.load {
    display: block;
}

.exercise__grid-loading-item {
    margin: 0 auto;
    position: relative;
    height: 100%;
    top: 40px;
    z-index: 1;
    border: 5px solid #EAF0F6;
    border-radius: 50%;
    border-top: 5px solid var(--primary-color-1);
    width: 50px;
    height: 50px;
    animation: spinner 2s linear infinite;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.exercise__grid--1 {
    grid-template-columns: repeat(1, 1fr);
}

.exercise__flex--3 .slick-slide {
    margin: 0 10px;
}

.exercise__flex--3 .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.exercise__grid-item {
    flex: 1;
}


.exercise__grid-item-top-content-video {
    margin-bottom: 0;
}

.best .exercise__grid-item-top-content-video {
    max-height: 194px;
}

.all .exercise__grid-item-top-content-video {
    margin-bottom: 20px;
    border: 1px solid var(--secondary-color-1);
}

.all .exercise__grid-item-top-content-video.exc-youtube {
    border: none;
}

.exercise__grid-item-top-content-video video,
.exercise__grid-item-top-content-video iframe {
    max-width: 100%;
    display: flex;
}

.exercise__grid-item-top-content-2-column.flex {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.exercise__grid-item-top-content-action a {
    padding: 8px 12px;
    background-color: #000;
    color: #fff;
    font-weight: 500;
}

.exercise__grid-item-top-content-equipment {
    gap: 6px;
    z-index: 1;
    flex-wrap: wrap;
}

.exercise__grid-item-top-content-equipment p {
    margin-bottom: 0;
}

.exercise__grid-item-top-content-equipment p:nth-child(n+3) {
    padding: 0 0 0 6px;
}

.exercise__grid-item-top-content-equipment p:hover>a {
    color: var(--primary-color-1) !important;
}

.exercise__grid-item-top-content-title {
    padding-left: 10px;
    color: #fff;
    border-left: 2px solid var(--primary-color-1);
    margin-bottom: 12px;
    z-index: 1;
}

.exercise__grid-item-top-content-title--nobd {
    padding: 0;
    border: none;
}

.exercise__grid-item-top-content-muscle {
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 12px;
    z-index: 1;
}

.exercise__grid-item-top-content-muscle p {
    margin-bottom: 0;
}

.exercise__grid-item-top-content-muscle>p:nth-of-type(n + 2) {
    position: relative;
}

.exercise__grid-item-top-content-muscle>p:nth-of-type(n + 2)::after {
    position: absolute;
    content: "";
    left: -10px;
    width: 4px;
    height: 4px;
    color: var(--primary-color-1);
    top: 43%;
    background: var(--primary-color-1);
}

.exercise__grid-item-top-content-2-column .exercise__grid-item-top-content-muscle {
    gap: 6px;
}

.exercise__grid-item-top-content-2-column .exercise__grid-item-top-content-muscle p:nth-child(n+3) {
    padding: 0 0 0 6px;
}

.exercise__grid-item-top-content-muscle>p.exercise__grid-item-top-content--text:nth-of-type(n + 2)::after {
    width: 0;
}

.exercise__grid-item-top-content-muscle>.exercise__grid-item-top-content--text:nth-of-type(n + 3),
.exercise__grid-item-top-content-equipment>.exercise__grid-item-top-content--text:nth-of-type(n + 3) {
    position: relative;
}

.exercise__grid-item-top-content-muscle>.exercise__grid-item-top-content--text:nth-of-type(n + 3)::before,
.exercise__grid-item-top-content-equipment>.exercise__grid-item-top-content--text:nth-of-type(n + 3)::before {
    position: absolute;
    content: "|";
    left: -2px;
    top: 50%;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
}

.exercise__grid-item-bottom {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    color: #101010;
}

.exercise__grid-item-bottom p {
    margin-bottom: 0;
}

.exercise__grid-item-bottom--no-bg {
    padding: 0;
    box-shadow: none;
}

.all__flex {
    margin-bottom: 20px;
}

.all__flex-item {
    flex: 1;
    border-bottom: 2px solid var(--secondary-color-1);
    transition: border-color 0.3s ease-in-out;
    cursor: pointer;
    width: 100%;
}

.all__flex-item--active {
    border-bottom: 2px solid #000;
}

.all__flex-item p {
    position: relative;
    margin: 0 auto;
    width: fit-content;
    cursor: pointer;
}

.all__flex-item--trending p::before {
    content: url(../svg/trending.svg);
}

.all__flex-item--character p::before {
    content: url(../svg/character.svg);
}

.all__flex-item--analysis p::before {
    content: url(../svg/analytics.svg);
}

.all__flex-item--discusstion p::before {
    content: url(../svg/discussion.svg);
}

.all__flex-item p::before {
    position: absolute;
    left: -30px;
    filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7478%) hue-rotate(143deg) brightness(105%) contrast(99%);
}

.all__flex-item.filter-active p::before {
    filter: brightness(0) saturate(100%) invert(51%) sepia(95%) saturate(376%) hue-rotate(33deg) brightness(98%) contrast(94%);
}

.all__flex-item p {
    margin-bottom: 16px;
}

.paginate_links {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.paginate_links .page-numbers {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
    border: 1px solid var(--secondary-color-1);
    color: var(--primary-color-2);
}

.paginate_links .page-numbers.current {
    font-weight: 700;
    border: 1px solid var(--secondary-color-3);
}

.paginate_links .prev.page-numbers,
.paginate_links .next.page-numbers {
    border: none;
    border: none;
    font-size: 24px;
    line-height: 24px;
}

.single-exercise .single-main .sg-resources {
    margin-top: 0;
}

.single-exercise .single-main .single-sidebar {
    margin-top: 0;
}

.single-exercise .single-main {
    color: #101010;
}

.single-best_exercise .page-top-white.mb-top-black,
.single-exercise .page-top-white.mb-top-black,
.page-template-oncoaching .page-top-white.mb-top-black {
    background-color: transparent;
}

.single-exercise .exc-author {
    padding-bottom: 20px;
}

.single-exercise .author-info p {
    margin-bottom: 0;
}

.single-exercise .exc-hero-section .exc-description>p {
    color: var(--primary-color-3);
}

/* Exercise */

.single-exercise .home-main.single-exercise .exc-video {
    margin-top: 20px;
    position: relative;
    z-index: 1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.exc-video iframe {
    aspect-ratio: 16/9;
    width: 100%;
    border: 0.5px solid var(--secondary-color-1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.hero-des>p {
    color: #fff;
}

.hero-des a {
    color: var(--primary-color-1);
}

.single-exercise .bg-white {
    position: relative;
    z-index: 1;
}

.single-exercise .bg-white::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% + 20px);
    top: 20px;
    background: #fff;
    z-index: -1;
}


.single-exercise .home-main.single-exercise .exc-video::after {
    position: absolute;
    content: "";
    height: calc(100% + 20px);
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, white 50%);
    top: 0;
    left: 0;
    z-index: -1;
}

/* About Our Expert */
.aoe {
    padding: 24px;
    background-color: #F8F8F8;
    margin-bottom: 20px;
}

.aoe__top {
    margin-bottom: 24px;
    gap: 12px;
    align-items: center;
}

.aoe__top h3,
.aoe__bottom p {
    margin-bottom: 0;
}

/* On Coaching */

/* Hero */


.coachhero__top {
    padding: 80px 0;
    gap: 20px;
    align-items: center;
}

.coachhero__top h1 {
    margin: 0;
}

.coachhero__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 35px;
    flex: 1;
}

.coachhero .social img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(2%) hue-rotate(139deg) brightness(108%) contrast(101%);
}

.coachhero__video {
    position: relative;
    flex: 1.27;
    aspect-ratio: 16 / 9;
    height: calc(100% * 9 / 16);
}

.coachhero__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.coachhero__description p {
    color: #fff;
}

.coachhero__action a {
    display: block;
    width: fit-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 15px 31px;
    background-color: #fff;
    color: #000;
}

.coachhero__bottom {
    gap: 44px;
    padding-bottom: 40px;
}

/* Coach Box */
.coachbox {
    padding: 80px 0;
    background-color: #fff;

}

.coachbox h2 {
    width: 40%;
    margin: 0 auto 40px;
    text-align: center;
}

.coachbox__item {
    padding: 16px 32px;
    border-radius: 6px;
    border: 1px solid var(--secondary-color-2);
    background-color: #000;
}

.coachbox__item p {
    color: #fff;
}

.coachbox__item--white {
    background-color: #fff;
}

.coachbox__item--white p {
    color: #000;
}

.coachbox__item img,
.coachbox__item p {
    margin-bottom: 16px;
}

/* Coach User */

.coachuser {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}

.coachuser::before {
    position: absolute;
    content: "";
    background: #000;
    top: 40px;
    width: 100%;
    height: calc(100% - 40px);
    z-index: -1;
}

.coachuser h2 {
    position: absolute;
    top: 20%;
    z-index: 1;
}


.coachuser__item {
    display: flex !important;
    align-items: end;
    height: 580px;
}

.coachuser__item-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 40px;
}

.coachuser__item-right {
    width: 43.7%;
    position: relative;
    height: 100%;
}

.coachuser__avt {
    position: relative;
    height: 100%;
    width: 100%;
}

.coachuser__avt img {
    width: 91%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 120%;
}

.coachuser__fitnessitem {
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.coachuser__fitnessitem p {
    margin-bottom: 0;
}

.coachuser__fitnessitem img {
    filter: brightness(0) saturate(100%) invert(94%) sepia(100%) saturate(2%) hue-rotate(139deg) brightness(108%) contrast(101%);
}

.coachuser__action a {
    display: block;
    width: fit-content;
    padding: 15px 31px;
    background-color: var(--primary-color-3);
    color: var(--primary-color-2);
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.coachuser .slick-prev,
.coachuser .slick-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--primary-color-1);
    top: 55%;
}

.coachuser .slick-prev {
    left: -75px;
}

.coachuser .slick-next {
    right: -75px;
}

.coachuser .slick-next:before,
.coachuser .slick-prev:before {
    display: inline-block;
    content: url(../svg/next-coach.svg);
    transform: scale(.8);
}

.coachuser .slick-prev:before {
    transform: rotate(180deg) scale(.8);
}

.coachuser .slick-dots {
    display: flex;
    justify-content: left;
    bottom: unset;
    top: 13%;
    padding: 0;
}

.coachuser .slick-dots li {
    margin: 0 8px;
}

.coachuser .slick-dots .slick-active {
    width: 34px;
    height: 6px;
    top: 6px;
    border-radius: 10px;
}

.coachuser .slick-dots li button:before {
    font-size: 10px;
    opacity: 1;
    color: var(--secondary-color-4)
}

.coachuser .slick-dots .slick-active>button {
    padding: 0;
    width: 100%;
    height: 100%;
}

.coachuser .slick-dots li::before {
    background-color: transparent !important;
}


.coachuser .slick-dots li.slick-active button:before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--primary-color-1);
    border-radius: 10px;
    opacity: 1;
}

/* Coach Plan */

.coachplan {
    padding: 80px 0;
}

.coachplan__item {
    column-gap: 40px;
    margin-bottom: 40px;
}

.coachplan__item--special {
    flex-direction: row-reverse;
}

.coachplan__content {
    flex: 1.5;
}

.coachplan__image {
    flex: 1;
}

.coachplan.single-main .coachplan__item:not(.coachplan__item--special) ul {
    padding-left: 30px;
}

.coachplan.single-main .coachplan__item:not(.coachplan__item--special) ul li::before {
    position: absolute;
    content: "___";
    color: var(--primary-color-1);
    left: -30px;
    top: -0.4rem;
    background: none;
    width: auto;
}

.coachtest {
    background-image: url(../png/coachuser-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0 0;
}


.coachtest__list {
    column-gap: 30px;
    margin-bottom: 20px;
}

.coachcmt__block {
    position: relative;
    z-index: 2;
}

.coachcmt__block::after {
    content: "";
    height: 51%;
    background-color: #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: -1;
}

.coachcmt__main {
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
}

.coachcmt__main img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.coachcmt__info {
    flex-direction: column;
    gap: 4px;
}

.coachcmt__info p {
    margin-bottom: 0;
}

.coachtest__item {
    flex: 1;
}

.coachtest__statistics p {
    margin-bottom: 16px;
}

.coachcmt__block .slick-list {
    padding: 0px 100px 40px !important;
}

.coachcmt__list .slick-slide {
    margin: 0 20px;
}

.coachcmt__list .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.coachcmt__item {
    flex: 1;
    background-color: #fff;
    padding: 24px;
    border-radius: 4px;
    box-shadow: 0px 24px 60px 0px rgba(10, 10, 10, 0.12);
}

.coachcmt__item .rating-symbol {
    color: var(--primary-color-1);
}

.coachcalendy {
    background-image: url(../png/calendy-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 20px 0 80px;
}

.coachcalendy__step {
    gap: 20px;
    margin-bottom: 20px;
}

.coachcalendy__item {
    background-color: #000;
    padding: 32px;
    border: 1px solid #404040;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.coachcalendy__item p {
    margin-bottom: 0;
}

.calendly-inline-widget {
    position: relative;
    padding-top: 73%;
}

.calendly-inline-widget iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* Pricing */

.pricing {
    padding: 40px 0;
    background-color: #fff;
}

.pricing__label {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.pricing__label p {
    margin-bottom: 0;
    display: block;
    width: 160px;
    height: 44px;
    border-radius: 64px;
    line-height: 44px !important;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.pricing__label p.active {
    background-color: var(--primary-color);
    color: #fff;
}

.pricing__list {
    margin-top: 32px;
    display: flex;
}

.pricing__item {
    flex: 1;
    text-align: center;
    background-color: var(--primary-color-2);
    padding: 20px;
}

.pricing__item p {
    color: var(--primary-color-3);
    margin-bottom: 18px
}

.pricing__title {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-transform: uppercase;
    position: relative;
}

.pricing__item p.pricing__title {
    margin-bottom: 36px;
}

.pricing__title::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--primary-color-3);
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
}

.pricing__price {
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 66px !important;
    letter-spacing: -0.4px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing__price span {
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.4px;
}

.pricing__item.active {
    display: block;
}

.best__value {
    background-color: var(--primary-color-1);
}

.pricing__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.pricing__bottom ul {
    padding-left: 16px;
}

.pricing__bottom ul li {
    position: relative;
    margin-bottom: 24px;
}

.pricing__bottom ul li::before {
    position: absolute;
    content: "";
    background-color: var(--primary-color);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -20px;
    top: .5rem;
}

.pricing__description a {
    color: var(--primary-color-1);
    text-decoration: none;
}

.no-type {
    margin-bottom: 25px;
}

.pricing__sticky,
.best__value {
    position: relative;
}

.pricing__sticky::after,
.best__value::after {
    position: absolute;
    top: 5px;
    right: 15px;
}

.pricing__sticky::after {
    content: url(../svg/sticky.svg);
}

.best__value::after {
    content: url(../svg/best-value.svg);
}

.pricing__action {
    padding: 18px 0 0;
}

.pricing__action a {
    display: block;
    width: fit-content;
    padding: 10px 30px;
    color: var(--primary-color-2);
    background-color: var(--primary-color-3);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin: 0 auto;
}


.oncoaching .single-main {
    padding: 40px 0;
}

/* Taxonomy */

.hcate__content {
    align-items: center;
    gap: 36px;
}

.hcate__left h1 strong {
    color: var(--primary-color-1);
}

.hcate__action,
.hcate__input {
    position: relative;
}

.hcate__result {
    position: absolute;
    width: 100%;
    top: 50px;
    display: flex;
    flex-direction: column;
    gap: 11px;
    border: 1px solid #000;
    display: none;
    z-index: 1;
    background-color: #fff;
}

.hcate__result .no-result {
    margin-bottom: 0;
    padding: 20px;
}

.hcate__item {
    padding: 6px;
    align-items: center;
    cursor: pointer;
    gap: 14px;
}

.hcate__item:hover {
    background-color: var(--secondary-color-1);
}

.hcate__item p {
    margin-bottom: 0;
}

#cCate {
    width: 100%;
    height: 40px;
    border: 1px solid #000;
    padding-left: 12px;
}

.hcate__input-img {
    width: 61px;
    height: 40px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.hcate__item-img {
    width: 70px;
    height: 70px;
}

.hcate__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hcate__right {
    width: 53.5%;
}

.hcate__right img {
    width: 100%;
    object-fit: cover;
}

.mcate {
    padding: 40px 0;
    background-color: #f8f8f8;
}

.mcate__content {
    flex-direction: column;
    gap: 40px;
    margin-top: 20px;
}

.mcate__slide .slick-slide {
    margin: 0 10px;
}


.mcate__slide .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}

.mcate__slide .slick-prev,
.mcate__slide .slick-next {
    width: 40px;
    height: 40px;
    background-color: #000;
    z-index: 1;
}

.mcate__slide .slick-prev::before,
.mcate__slide .slick-next::before {
    content: "";
    -webkit-mask-image: url(../svg/s-arrow.svg);
    mask-image: url(../svg/s-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: auto;
    mask-size: auto;
    background-color: #fff;
    height: 20px;
    display: block;
    opacity: 1;
}

.mcate__slide .slick-next::before {
    transform: rotate(180deg);
}

.mcate__slide .slick-prev:hover:before,
.mcate__slide .slick-prev:focus:before,
.mcate__slide .slick-next:hover:before,
.mcate__slide .slick-next:focus:before {
    background-color: var(--primary-color-1);
}

.mcate__slide .slick-prev.slick-disabled:before,
.mcate__slide .slick-next.slick-disabled:before {
    opacity: 0.5;
    background-color: #fff;
}

.mcate__slide .slick-dots {
    display: flex;
    bottom: -30px;
    justify-content: center;
}

.mcate__slide .slick-dots li {
    margin: 0 8px;
}

.mcate__slide .slick-dots .slick-active {
    width: 34px;
    height: 6px;
    top: 6px;
    border-radius: 10px;
}

.mcate__slide .slick-dots li button:before {
    font-size: 10px;
    opacity: 0.2;
}

.mcate__slide .slick-dots .slick-active>button {
    padding: 0;
    width: 100%;
    height: 100%;
}

.mcate__slide .slick-dots li.slick-active button:before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--primary-color-1);
    border-radius: 10px;
    opacity: 1;
}


.mcate__list {
    flex-wrap: wrap;
    gap: 20px;
}

.mcate__item-img--list {
    flex: calc((100% - 60px) / 4);
}

.mcate__sticky {
    position: relative;
}

.mcate__sticky::after {
    position: absolute;
    content: url(../svg/csticky.svg);
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
}

.mcate__item {
    padding: 20px;
    background-color: #fff;
    cursor: pointer;
}

.mcate__item-img--list {
    max-width: 260px;
}

.mcate__item-img {
    margin-bottom: 12px;
    display: flex;

}

.mcate__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mcate__item-img--slide {
    margin-bottom: 20px;
}

.mcate__item-name--list {
    width: 100%;
    background-color: #000;
    padding: 8px;
    text-align: center;
    display: block;
}

.mcate__item-name p {
    margin-bottom: 0;
}

.mcate__item .brand__link,
.ccoupon__item .brand__link {
    pointer-events: none;
}


.ccoupon__item {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #EEE;
    box-shadow: 0px 0px 7.297px 0px rgba(0, 0, 0, 0.04), 0px 14.594px 29.189px 0px rgba(0, 0, 0, 0.08);
    gap: 30px;
    cursor: pointer;
}

.ccoupon__feature-img {
    width: 200px;
    height: 200px;
    display: flex;
    margin-bottom: 10px;
}

.ccoupon__feature-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ccoupon__content {
    gap: 48px;
    align-items: center;
    position: relative;
    width: 100%;
}

.ccoupon__infos {
    position: relative;
    flex: 2.8;
}

.ccoupon__infos::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: -24px;
    background-color: var(--secondary-color-1);
}

.ccoupon__infos p {
    margin-bottom: 16px;
}

.ccoupon__infos ul {
    margin-bottom: 0;
}

.ccoupon__exclusive {
    width: fit-content;
    padding: 8px 8px 8px 40px;
    position: relative;
    border: 1px solid #000;
}

.ccoupon__exclusive::before {
    position: absolute;
    content: url(../svg/coupon_exclusive.svg);
    width: 20px;
    height: 20px;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
}

.ccoupon__exclusive-mb {
    display: none;
}

.ccoupon_description {
    padding-bottom: 0;
}

.ccoupon__action {
    flex: 1;
    text-align: center;
}

.ccoupon__action {
    width: 100%;
    height: 53px;
    display: flex;
    background: var(--secondary-color-3);
    position: relative;
}

.ccoupon__action-item {
    width: 85%;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    background-image: url(../svg/bgrcode.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: center;
    justify-content: center;
}

.ccoupon__action-item p {
    margin-bottom: 0;
}

.ccoupon__code {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-20px, -50%);
}

.ccoupon__code p {
    margin-bottom: 0;
    color: var(--primary-color-3);
    text-transform: uppercase;
}

.ccoupon__mail {
    position: absolute;
    bottom: -40px;
}

.ccoupon__mail .send-mail {
    position: relative;
    padding-left: 29px;
}

.ccoupon__mail .send-mail::before {
    position: absolute;
    content: url(../svg/email-bl.svg);
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
}

.ccoupon__enfit {
    padding: 40px 0 20px;
}

/* Search */

form.gsc-search-box {
    margin: 30px 0;
}

.gsc-above-wrapper-area-container {
    border: none !important;
}

.gsc-control-cse {
    font-family: verdana, arial, sans-serif
}

.gsc-control-cse .gsc-table-result {
    font-family: verdana, arial, sans-serif
}

.gsc-refinementsGradient {
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0))
}

.gsc-control-cse {
    border-color: #FFFFFF;
    background-color: #FFFFFF
}

input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus {
    border: none;
}

.gsc-input-box {
    border-color: #000 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
    border-color: #336699;
    background-color: #E9E9E9;
    background-image: none;
    filter: none
}

.gsc-search-button-v2 svg {
    fill: #FFFFFF
}

.gsc-tabHeader.gsc-tabhActive,
.gsc-refinementHeader.gsc-refinementhActive {
    color: #CCCCCC;
    border-color: #CCCCCC;
    background-color: #FFFFFF
}

.gsc-tabHeader.gsc-tabhInactive,
.gsc-refinementHeader.gsc-refinementhInactive {
    color: #CCCCCC;
    border-color: #CCCCCC;
    background-color: #FFFFFF
}

.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {
    border-color: #FFFFFF;
    background-color: #FFFFFF
}

.gsc-webResult.gsc-result:hover {
    border-color: #FFFFFF;
    background-color: #FFFFFF
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
    color: #000000;
    font-size: 22px;
    line-height: 28px;
}

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
    color: #000000
}

.gs-webResult.gs-result a.gs-title:hover,
.gs-webResult.gs-result a.gs-title:hover b,
.gs-imageResult a.gs-title:hover,
.gs-imageResult a.gs-title:hover b {
    color: #000000
}

.gsc-webResult .gsc-url-top {
    padding: 6px 4px;
}



.gs-webResult.gs-result a.gs-title:active,
.gs-webResult.gs-result a.gs-title:active b,
.gs-imageResult a.gs-title:active,
.gs-imageResult a.gs-title:active b {
    color: #FF5757
}


.gsc-cursor-page {
    color: #FF5757
}

a.gsc-trailing-more-results:link {
    color: #FF5757
}

.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet,
.gs-fileFormatType {
    color: #404040;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.gs-webResult div.gs-visibleUrl {
    color: #9F9F9F;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.gs-webResult div.gs-visibleUrl-short {
    color: #9F9F9F
}

.gsc-cursor-box {
    border-color: #FFFFFF;
    margin: 30px 0 !important;
    text-align: center;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    line-height: 39px;
    text-align: center;
    font-size: 18px;
    color: #B5B7BB;
    display: inline-block;
    margin: 0 6px;
    border: 1px solid #F5F8F7;
    text-decoration: none !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
    background: #000000;
    color: #fff;
}

.gsc-webResult.gsc-result.gsc-promotion {
    border-color: #336699;
    background-color: #FFFFFF
}

.gsc-completion-title {
    color: #FF5757
}

.gsc-completion-snippet {
    color: #808184
}

.gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link *,
.gs-promotion .gs-snippet a:link {
    color: #0000FF
}

.gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited *,
.gs-promotion .gs-snippet a:visited {
    color: #663399
}

.gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover *,
.gs-promotion .gs-snippet a:hover {
    color: #0000FF
}

.gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active *,
.gs-promotion .gs-snippet a:active {
    color: #0000FF
}

.gs-promotion .gs-snippet,
.gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right * {
    color: #000000
}

.gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl-short {
    color: #008000
}

.gcsc-find-more-on-google {
    color: black
}

.gcsc-find-more-on-google-magnifier {
    fill: black
}

.gsc-modal-background-image-visible {
    display: none !important;
}

.gs-web-image-box {
    margin-right: 10px !important;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
    opacity: 1;
    visibility: visible;
    overflow: inherit;
    box-shadow: none !important;
    padding: 0;
    width: auto;
    position: static !important;
}

.gsc-overflow-hidden {
    overflow: auto
}

.gsc-table-cell-snippet-close,
.gs-web-image-box,
.gs-promotion-image-box {
    margin-right: 10px;
}

.gsc-control-cse .gsc-option-menu-container {
    width: 120px;
}

form.gsc-search-box {
    position: relative;
    margin: 0;
}



.gsc-search-box table {
    width: 100% !important;
    border: none;
    table-layout: fixed;
}

td.gsc-search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
}

button.gsc-search-button{
    border-radius: 0;
    height: 100%;
    width: 100%;
    background-color: #000000 !important;
    background-image: url(https://wordpress-1308981-4772530.cloudwaysapps.com/wp-content/themes/endonondo/assets/images/search.svg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    border: none !important;
    cursor: pointer;
    -webkit-appearance: button;
}

.gsc-search-button svg {
    display: none
}

form.gsc-search-box input {
    padding-right: 90px !important;
    height: 41px !important;
    padding: 0 15px !important;
    background: #FFFFFF !important;
}

table.gsc-search-box tr {
    position: relative;
    table-layout: fixed;
}

.gsib_b {
    display: none
}

table.gsc-search-box td.gsc-input {
    padding: 0;
    width: 100%;
}

.gcsc-more-maybe-branding-root {
    display: none;
}

.header-enf {
    gap: 10px;
    align-items: center;
}

.header-enf a img{
    display: flex;
}
