:focus {
    outline: none !important;
    box-shadow: none !important;
}

body * {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
}

section.woocommerce-wrapper {
    margin-top: 10rem;
}

.fa-heart-broken, .fa-heart {
    color: #ff8787;
}

.bg-default {
    background: #5D2E46;
    color: white !important;
    border: none !important;
}

header {
    position: relative;
    width: 100%;
    padding: 0 3rem;
    border: 1px solid rgba(255, 255, 255, 0.11);
    top: 0;
    box-shadow: 0px 1px 40px 4px rgba(93, 46, 70, 0.2);
    margin-bottom: 5rem;
}

header.header-scrolled {
    background: #000000b3;
    z-index: 999;
}

header.header-scrolled a.profile-menu-btn {
    color: black;
}

.header-cta-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .menu-items li a:hover,
header .menu-items li a.active-menu {
    color: #5D2E46;
}

header .menu-items {
    gap: 1rem;
    text-align: center;
    align-items: center;
}

header .menu-items li a.free-trial-menu-btn {
    background: #5D2E46;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
    text-transform: uppercase;
    font-size: 12px;
}

header .menu-items li a {
    color: #5D2E46;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

header a.login-menu-btn {
    background: none;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid;
}

header a.logout-menu-btn {
    background: none;
    color: white;
    border-radius: 10px;
    padding: 10px 0;
    text-decoration: none;
    display: flex;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid;
}

header a.profile-menu-btn {
    background: white;
    color: black;
    border-radius: 10px;
    padding: 10px 0;
    text-decoration: none;
    display: flex;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid white;
}

header a.profile-menu-btn,
header a.logout-menu-btn {
    width: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

header a.profile-menu-btn:hover,
header a.logout-menu-btn:hover,
.testimonial-video p:hover {
    background: #5D2E46 !important;
    color: white !important;
    border: 1px solid #5D2E46 !important;
}

.free-trial-wrapper a:hover {
    filter: brightness(0.9);
}

section.alternate-hero {
    display: flex;
}

section.alternate-hero .alternate-hero-wrapper h1 {
    font-weight: bold;
    color: #5D2E46;
}

section.alternate-hero .alternate-hero-wrapper p {
    color: #5D2E46;
    width: 60%;
}



section.hero-home {
    display: flex;
    align-items: center;
}

section.hero-home .container {
    background: url(/wp-content/themes/healtyme/assets/images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
}

.hero-info h1 {
    color: #5D2E46;
    font-size: 50px;
    margin: 0;
    font-weight: 400;
}

.hero-info p {
    color: #5D2E46;
}

.hero-info {
    display: flex;
    flex-direction: column;
    width: 700px;
    padding: 7rem 2rem;
    gap: 10px;
}

.hero-cta a {
    border-radius: 10px;
    padding: 10px 20px;
    background: #5D2E46;
    color: white;
}

section.personalize {
    margin: 5rem 0;
}

.personalize-wrapper {
    display: flex;
    flex-direction: column;
}

.personalize-wrapper h2 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #5D2E46;
}

.personalize-wrapper p {
    color: #5D2E46;
}

p.small-bg-title:before {
    content: "";
    height: 10px;
    width: 10px;
    background: #5D2E46;
    border-radius: 50%;
    position: relative;
    display: flex;
}

p.small-bg-title {
    background: #5d2e4624;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pricing-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.pricing-plans, .pricing-plan-type {
    display: flex;
    flex-direction: column;
    border: 1px solid #1D1D1D33;
    border-radius: 10px;
    padding: 25px;
}

.start-quiz-wrapper {
    padding: 3rem;
    border-radius: 20px;
    display: flex;
    background-image: url(/wp-content/themes/healtyme/assets/images/quiz-banner.png);
    background-repeat: no-repeat;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-left: 20rem;
    margin: 2rem 0;
}

.start-quiz-wrapper p {
    color: #5D2E46;
    margin: 0;
}

.start-quiz-wrapper h2 {
    color: #5D2E46;
    font-weight: bold;
}

.start-quiz-wrapper a {
    background: #5D2E46 !important;
    color: white !important;
    display: flex;
    gap: 10px;
    align-items: center;
}

section.motivation-section {
    margin: 2rem 0;
    display: flex;
}

section.motivation-section .motivation-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

section.motivation-section .motivation-wrapper h2 {
    font-size: 3rem;
    text-align: center;
    color: #5D2E46;
    font-weight: bold;
}

section.what-you-get {
    display: flex;
    margin: 5rem 0;
}


section.masonry-section {
    display: flex;
    flex-direction: column;
    margin: 5rem 0;
}

.masonry-2-wrapper {
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: center;
    gap: 2rem;
}

.masonry-2-wrapper .masonry-card-bg {
    background: url(/wp-content/themes/healtyme/assets/images/masonry-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.masonry-card.masonry-card-bg {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    padding-left: 22rem;
    border-radius: 20px;
    gap: 20px;
    height: 100%;
}

.masonry-3-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem;
}

.masonry-card-block {
    background: url(/wp-content/themes/healtyme/assets/images/masonry-info-bg.png)
}

.masonry-card.masonry-card-bg h2, .masonry-card.masonry-card-bg p {
    color: #5D2E46;
}

.masonry-card {
    display: flex;
    height: 100%;
}

.masonry-card .masonry-card-block {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.masonry-card .masonry-card-block h2 {
    color: #5D2E46;
}

.masonry-card .masonry-card-block a {
    background: #5D2E46 !important;
    color: white !important;
    display: flex;
    gap: 10px;
    align-items: center;
}

.part-of-team-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 1rem;
}

.part-of-team-cards .part-of-team-card {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 15px;
}

.part-of-team-cards .part-of-team-card h2 {
    font-size: 22px;
    font-weight: bold;
    color: #5D2E46;
}

.part-of-team-cards .part-of-team-card p {
    margin: 0;
    color: #5D2E46;
}

section.testimonials-section {
    margin: 5rem 0;
}

.testimonials-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.testimonials-slider-wrapper {
    display: flex;
    min-height: 0;
    min-width: 0;
    position: relative;
}

.testimonials-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 9;
}

.pagination-slider-wrapper {
    display: flex;
    justify-content: flex-end;
    padding: 0 2rem;
    align-items: center;
    gap: 2rem;
}

.pagination-slider-wrapper p {
    margin: 0;
    color: #5D2E46;
}

img.arrow-left.slider-arrow-reverse {
    transform: rotate(180deg);
}

.what-you-get-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.what-you-get-img {
    display: flex;
    flex-direction: column;
    position: relative;
}

.what-you-get-img .image-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.what-you-get-img .image-text h2 {
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

.what-you-get-img .image-text p {
    color: white;
    font-weight: 100;
}

.what-you-get-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2rem;
}

.what-you-get-info h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.what-you-get-info ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 2rem;
    list-style-type: none;
    padding: 0;
}

.what-you-get-info ul li {
    color: #000;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 20px;
}

.pricing-plans-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2rem;
}

.pricing-plans-title p {
    margin: 0;
    background: #5D2E46;
    border-radius: 50%;
    line-height: 50%;
    text-align: center;
    padding: 15px;
    color: white;
}

.pricing-plans-title h3 {
    margin: 0;
    color: #5D2E46;
    font-size: 22px;
}

.pricing-plans-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.pricing-plans-cards .pricing-plans-card {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    position: relative;
}

img.checked-pricing-icon {
    border-radius: 10px;
    position: absolute;
    top: -15px;
    right: -15px;
    display: none;
}

.pricing-plans-cards .pricing-plans-card .pricing-card-info {
    display: flex;
    flex-direction: column;
}

.pricing-plans-cards .pricing-plans-card .pricing-card-info p {
    margin: 0;
}

.pricing-plans-cards .pricing-plans-card .pricing-card-info h3 {
    font-size: 20px;
    color: #5d2e46;
}

.pricing-plans-types {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.pricing-plans-types .pricing-plans-type {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    height: 100%;
    position: relative;
}

.pricing-plans-types .pricing-plans-type .pricing-type-info p {
    margin: 0;
    color: #AD6A6C;
    font-size: 14px;

}

.pricing-plans-types .pricing-plans-type .pricing-type-info h3 {
    font-size: 20px;
    color: #5d2e46;
}

.pricing-plans-types .pricing-type-prices {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.pricing-plans-types .pricing-type-prices p {
    margin: 0;
    color: #5D2E46;
}

.pricing-plans-types .pricing-type-prices p.price-total {
    color: #AD6A6C;
    font-size: 14px;
}

.pricing-plans-card.pricing-card-active, .pricing-plans-type.pricing-card-active {
    border: 2px solid #5d2e46;
}

.pricing-plans-card.pricing-card-active img.checked-pricing-icon, .pricing-plans-type.pricing-card-active img.checked-pricing-icon {
    display: block;
}

.pricing-selection-wrapper {
    margin-top: 3rem;
    flex-direction: column;
    display: none;
}

.pricing-selection-wrapper .pricing-selection {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-selection-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.pricing-selection-info p {
    margin: 0;
    color: #AD6A6C;
}

.pricing-selection-info h3 {
    color: #5D2E46;
    font-weight: bold;
    font-size: 22px;
}

.pricing-selection-checkout {
    display: flex;
}

.pricing-selection-checkout a {
    background: #5D2E46 !important;
    color: white !important;
    display: flex;
    gap: 10px;
    align-items: center;
}


.reviews-section {
    display: flex;
    position: relative;
}

.reviews-wrapper h2 {
    margin: 2rem 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: normal;
}

.review-box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.review-box .author {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-box .author img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.review-info {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    gap: 2rem;
    background: url(/wp-content/themes/healtyme/assets/images/testimonial-review-bg.png);
    border-radius: 15px;
}

p.review-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    font-size: 18px;
    border-bottom: 1px solid #5D2E46;
    padding-bottom: 0rem;
    height: 70%;
}

.review-box .review-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 300px;
    object-fit: cover;
}

p.review-btn-open {
    font-size: 14px;
    color: black;
    font-weight: bold;
    text-decoration: underline;
    margin: 0;
    cursor: pointer;
}

.reviews-section .swiper-button-next {
    right: 5%;
    z-index: 10;
}

.reviews-section .swiper-button-prev {
    left: 5%;
    z-index: 10;
}
.reviews-section .swiper-button-prev, .reviews-section .swiper-button-next {
    width: 30px;
    height: 30px;
    padding: 20px;
    background: #F8F8F8;
    border: 1px solid #e5dede;
    border-radius: 50%;
}


section.news-section {
    margin: 5rem 0;
}

section.news-section h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

section.news-section .news-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.news-wrapper {
    display: flex;
    flex-direction: column;
}

.news-grid .news {
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* text-align: left; */
}

.news-grid .news h2 {
    text-align: left;
    font-size: 20px;
    margin: 0;
}

.news-grid .news a {
    color: black;
    font-weight: bold;
}

div#quizModal {
    background: #5D2E46;
}

div#quizModal .modal-content {
    border-radius: 20px;
    border: navajowhite;
}

#quizModal .modal-header {
    justify-content: center;
    border: none;
}

.quiz-step-1 {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 80%;
    margin: 0 auto;
}

.personal-info {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
    position: relative;
}

.personal-info:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E1E1E1;
    bottom: -25px;
}

.personal-info h2 {
    color: black;
    font-weight: bold;
}

.personal-info .personal-info-inputs {
    display: flex;
    gap: 3rem;
    justify-content: center;
}


.personal-info-input p {
    margin: 0;
    color: black;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    cursor: pointer;
}

.personal-info-input input {
    border-radius: 30px;
    padding: 10px;
    border: 1px solid #5D2E46;
    text-indent: 10px;
}

.personal-info-input input::placeholder {
    color: black;
    font-size: 14px;
}

.personal-info-input {
    width: 350px;
    display: flex;
    flex-direction: column;
}

.personal-activity-input {
    width: 350px;
    display: flex;
    flex-direction: column;
}

.personal-activity {
    display: flex;
    flex-direction: column;
    justify-content: normal;
    text-align: center;
    gap: 20px;
    position: relative;
}

.personal-activity:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E1E1E1;
    bottom: -25px;
}

.personal-activity .personal-activity-inputs {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 1rem;
}

.personal-activity-input p {
    margin: 0;
    border: 1px solid #5D2E46;
    padding: 10px;
    border-radius: 30px;
    cursor: pointer;
}

.personal-activity-input p.active {
    background: #5D2E46;
    color: white;
}

.personal-activity h2 {
    color: black;
    font-weight: bold;
}

.personal-goal {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.personal-goal .personal-goal-inputs {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    gap: 5rem;
}

.personal-goal-input p {
    margin: 0;
    border: 1px solid #5D2E46;
    padding: 10px;
    border-radius: 30px;
    cursor: pointer;
}

.personal-goal-input p.active {
    background: #5D2E46;
    color: white;
}

.personal-goal h2 {
    color: black;
    font-weight: bold;
}

p.modal-error-msg {
    text-align: center;
    color: red;
    display: none;
}
.quiz-modal-btn {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin: 2rem 0;
}

.quiz-modal-btn p {
    margin: 0;
    background: #5D2E46;
    border-radius: 30px;
    color: white;
    padding: 10px 30px;
    cursor: pointer;
}

.to-quiz-step-2 {
    display: flex;
    gap: 20px;
}

.to-quiz-step-2 .loader {
    width: 20px;
    height: 20px;
}

.quiz-modal-btn p.close-quiz {
    background: none;
    border: 1px solid #5D2E46;
    color: black;
}

.quiz-step-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem;
    width: 80%;
    margin: 0 auto;
}

.quiz-step-2 .personalize-card {
    overflow: hidden;
    border: none;
    width: 50%;
    display: none;
}

.quiz-step-2 .personalize-card .personalize-front {
    border: none;
}

.quiz-step-2 .personalize-card.active {
    background: #5D2E46;
    display: flex;
}

.quiz-step-2 .personalize-back {
    background: white;
    border: 1px solid #5D2E46;
    border-radius: 10px;
}

.quiz-step-2 .option-input input {
    height: 30px;
    width: 30px;
}

.quiz-step-2 .option-input input:checked {
    border-radius: 50%;
}

.quiz-step-2 .personalize-card.active .personalize-front a, 
.quiz-step-2 .personalize-card.active .personalize-front h2,
.quiz-step-2 .personalize-card.active .personalize-front p {
    color: white;
}

.quiz-step-2 .personalize-card.active .personalize-front button {
    background: #fff;
    color: #000;
}

p.close-quiz-step-2 {
    background: no-repeat;
    background: none;
    color: #595959;
    text-transform: uppercase;
    font-weight: bold;
}

.dashboard-pathway .row {
    width: 100%;
    max-width: 100%;
}

.dashboard-pathway-wrapper {
    display: flex;
    flex-direction: column;
}

.dashboard-pathway-wrapper h2 {
    color: black;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5rem;
}

ul.avaliable-levels {
    display: flex;
    justify-content: center;
    list-style-type: none;
    gap: 2rem;
    align-items: center;
}

ul.avaliable-levels a {
    text-decoration: none;
    border: 1px solid #5D2E46;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 20px;
    text-transform: uppercase;
	display: block;
	color: black;
	text-align: center;
}

ul.avaliable-levels a:hover {
	background: #5D2E46;
	color: white;
}

ul.avaliable-levels a.active-lvl {
    background: #5D2E46;
	color: white;
}

ul.avaliable-levels p {
    margin: 0;
}
ul.avaliable-levels li {
    display: flex;
    align-items: center;
    gap: 20px;
}

p.active-lvl-menu {
    position: relative;
}

p.active-lvl-menu:before {
    content: "";
    width: 5px;
    height: 50px;
    background: #5D2E46;
    position: absolute;
    left: -15px;
    right: 0;
    top: -12px;
}


.pathways {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.pathway {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    padding: 20px;
}

.pathway .pathway-header {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    align-items: center;
}

.active-pathway .pathway-header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.week-no {
    display: flex;
    flex-direction: column;
    position: relative;
}
.week-no:after {
    background: #000;
    background: url(/wp-content/themes/healtyme/assets/images/crossed-line.png);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.current-week .week-no:after, .locked-pathway .week-no:after {
    display: none;
}

.pathway .week-no p {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    color: #5D2E46;
}

.pathway  .week-no p.week-number {
    color: #5D2E46;
    font-size: 40px;
}

.pathway .pathway-header .week-description p {
    margin: 0;
}

.pathway .pathway-header .week-description {
    width: 55%;
}

.pathway.active-pathway .pathway-header .week-notes {
	flex-direction: column;
}

.pathway .week-notes a {
    border-radius: 10px;
    padding: 5px 20px;
	cursor: pointer;
    background: #5D2E46;
    color: white;
    font-size: 16px;
}

.pathway .week-notes a:nth-child(1) {
    background: none;
    border:1px solid #5D2E46;
    color: #5D2E46;
}

.pathway-plans {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    margin-top: 2rem;
}

.pathway-plan {
    gap: 1rem;
    grid-template-columns: .3fr 1fr;
    display: none;
}

.pathway-plan[data-day="1"] {
    display: grid;
}

.green-pathway, .green-pathway .recipe-info {
    background: #E9FBE8;
}

.green-pathway {
    border: 1px solid #C0F3C5;
    border-right: 0;
}

.pathway .pathway-plan:nth-last-child(1) {
    border-right: 1px solid #E3E3E3;
}

.green-pathway .pathway-plan:nth-last-child(1) {
    border-right: 1px solid #C0F3C5;
}

.pathway-plan .day-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
    margin: 5px 0;
}

.day-training {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #E8D6CB99;
    padding: 20px;    
    border-radius: 10px;
}

.day-training p {
    color: #5D2E46;
}

.day-training .video-thumb {
	border-radius: 20px;
}

.video-poster {
    position: relative;
}

.no-training-wrapper {
    display: flex;
    justify-content: end;
    height: 100%;
    align-items: end;
}

p.no-training-info {
    font-size: 22px;
    color: #5D2E46;
    font-weight: bold;
}

.day-training a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
}

.pathway-training-info {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}

.pathway-training-info p {
    margin: 0;
}

.pathway-training-info p.training-category {
    font-weight: bold;
}

.day-training .icon-play {
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    margin: 0 auto;
    text-align: center;
    transform: translate(0%, -50%);
}

.day-training .training-title {
    
}

.pathway-recipes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
}

.pathway-recipes h4 {
    font-size: 18px;
    color: #5D2E46;
    margin: 0;
}

.pathway-recipes .pathway-recipes-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 2rem;
    height: 100%;
}

.pathway-recipes p {font-size: 12px;margin: 0; color: black; text-decoration:none;}

.pathway-recipes .pathway-recipe {
    display: flex;
    flex-direction: column;
    position: relative;
	text-decoration: none;
    gap: 10px;
}

.green-pathway .pathway-recipes .pathway-recipe {
    border: 1px solid #C0F3C5;
}

.pathway-recipes .pathway-recipe .recipe-icon {
    position: absolute;
    top: 10px;
}

.pathway-recipes .pathway-recipe .recipe-image img {
    border-radius: 10px;
    height: 180px;
    width: 100%;
    object-fit: cover;
}

.pathway-recipe .recipe-info {
    /* align-items: end; */
    display: flex;
    height: 100%;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 5px;
    border-radius: 0;
}

.pathway-recipe .recipe-info .recipe-category {
    margin-bottom: 5px;
    font-weight: bold;
    color: black;
}


.pathway-locked-header {
    display: flex;
    gap: 5rem;
    position: relative;
}

.locked-pathways-blur-text {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: center;
    justify-content: center;
    width: 100%;
    filter: blur(2px);

}

.pathway .pathway-plans {
    display: none;
}

.pathway .pathway-informations, .pathway .pathway-header .week-notes {
    display: none;
}

.pathway-informations {
    flex-direction: column;
    margin-top: 20px;
}

.pathway-informations-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.pathway-informations-header p {
    color: #5D2E46;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.pathway-informations-header .week-notes {
    display: flex;
    gap: 1rem;
}

.pathway.active-pathway .pathway-plans {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pathway-days {
    align-items: center;
    display: flex;
    width: 100%;
    gap: 20px;
}

.pathway-days p {
    cursor: pointer;
    border: 1px solid #eee;
    margin: 0;
    padding: 5px 30px;
    border-radius: 10px;
}

p.pathway-date-active {
    background: #5d2e464d;
    color: #5D2E46;
}

p.pathway-date-active:before {
    content: '\2713';
    color: #5D2E46;
    display: inline-block;
    margin-right: 5px;
}

.pathway.active-pathway .closed-days {
    display: none;
}

.pathway.active-pathway .pathway-informations, .pathway.active-pathway .pathway-header .week-notes {
    display: flex;
}

.pathway .closed-days {
    align-items: center;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    justify-content: center;
    width: 100%;
}

.pathway {
    cursor: pointer;
}

.active-pathway, .locked-pathway {
    cursor: auto;
}

.unlocked-icon img {
    height: 50px;
}
.unlocked-icon {
    display: flex
;
    align-items: center;
}

.pathway .closed-days p {
    margin: 0;
    text-transform: uppercase;
}

img.lock-icon {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    height: 56px;
}

.locked-pathways-blur-text p {
    margin: 0;
}

div#videoTypeModal .modal-header {
    border: none;
}
div#videoTypeModal .modal-content {
    background: none;
    border: none;
}

div#videoTypeModal .btn-close {
	opacity: 1;
	background: transparent url(/wp-content/themes/healtyme/assets/images/close-btn.svg) 50% / 1em auto no-repeat;
}

#weeklyVideo .modal-content {
    background: none;
    border: none;
}

#weeklyVideo .modal-body {
    padding: 0;
    background: transparent;
    height: 100%;
}

#weeklyVideo .modal-header {
    background: white;
}

#weeklyNotes .save-note {
	background: #5D2E46;
    border-radius: 30px;
    color: #fff;
    margin: 0 5px;
    padding: 10px 30px;
	border:none;
}

#weeklyNotes textarea {
	resize: none;
}

section.home-second {
    margin-top: 3rem;
}

section.home-second iframe {
    margin: 0 auto;
}

.archive-second iframe {
    margin: 0 auto;
    width: 70%;
    height: 400px;
}

.start-pathway {
    background: #5D2E46;
    padding: 5rem;
}

.start-pathway .start-pathway-wrapper {
    background: white;
    padding: 20px 0;
    border-radius: 20px;
}

.start-pathway .start-pathway-wrapper .modal-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.start-pathway .startQuizBtn {
	background: #5D2E46;
    border: none;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 40px;
    text-transform: uppercase;
	text-decoration: none;
}

.startPathwayQuizCta {
    margin: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.home-second h2 {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

section.quiz-section {
    padding: 5rem 0;
    background: #5D2E46;
}

section.quiz-section .modal-body {
    background: white;
    padding: 40px 0;
    border-radius: 20px;
}

.pagination-meet-elena {
    display: flex;
    align-items: center;
}

section.recipes-recomended .container {
    border: 1px solid #ccc;
    /* padding: 2rem; */
    border-radius: 20px;
}

.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    border-bottom: 1px solid #ccc;
}

.slider-header h2 {
    color: #5D2E46;
    margin: 0;
}

.recipes-slider {
    margin-top: 1rem;
    border-bottom: 1px solid #ccc;
    padding: 2rem;
}

.recipe-slide-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.recipe-slide-wrapper figure img {
    border-radius: 20px;
}

.recipe-slide-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.recipe-slide-info h2 {
    font-weight: bold;
    color: #5D2E46;
}

.recipe-slide-info p {
    margin: 0;
}

.slider-recipe-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.slider-recipe-stats .stat {
    display: flex;
    flex-direction: column;
}

.slider-recipe-stats .stat p:nth-child(1) {
    color: #AD6A6C;
}

.recipe-ingredients {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
    margin-top: 1rem;
}

.recipe-ingredients p {
    color: #AD6A6C;
    margin-bottom: 1rem;
}

.recipe-ingredients ul {
    padding-left: 20px;
    margin: 0;
}

.recipe-ingredients ul li {
    color: #5D2E46;
}

.recipe-slider-bottom-info {
    padding: 20px;
}

.recipe-slider-bottom-info p {
    color: #5D2E46;
}

.contact-form-wrapper {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.contact-form-wrapper h1 {
    font-weight: bold;
    color: #5D2E46;
}

.contact-form-wrapper h1 p {
    color: #5D2E46;
}

.contact-form-wrapper .form {
    border: 1px solid #ccc;
    height: 100%;
    border-radius: 20px;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.contact-form-wrapper .form .contact-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
    justify-content: space-between;
    height: 100%;
}


.contact-form-wrapper .form .contact-form label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #5D2E46;
}

.contact-form-wrapper .form .contact-form input::placeholder, .contact-form-wrapper .form .contact-form textarea::placeholder {
    color: #5d2e4677;
    font-size: 14px;
}

.contact-form-wrapper .form .contact-form .form-btn {
    display: flex;
    justify-content: flex-end;
}

.contact-form-wrapper .form .contact-form button {
    background: #5D2E46;
    color: white;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    display: flex;
    text-transform: uppercase;
}

.content-generic a {
    color: #D0ADA7;
}

.row.dashboard-videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}


.watchedVideosWrapper h2 {
    padding: 2rem 0;
}


section.cta {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section.cta h2 {
    line-height: 1;
    /*     font-weight: bold; */
    margin: 0;
}

section.cta h2:nth-child(1) {
    margin-bottom: 15px;
    color: #6A6A6A;
    /*     font-weight: 800; */
}

section.cta h2:nth-child(2) {
    color: #5D2E46;
    font-weight: bold;
}

section.cta .cta-buttons {
    margin-top: 3rem;
}

section.cta .cta-buttons a {
    color: #313131 !important;
    border: 1px solid #B6B6B6 !important;
    margin: 0px 5px;
    border-radius: 30px;
    padding: 16px 40px;
    text-transform: uppercase;
    font-weight: bold;
    width: 250px;
}

section.cta .cta-buttons a:nth-child(2) {
    background: #FDF0FB !important;
    color: #313131 !important;
    border: 1px solid #FDBAF3 !important;
}

section.faq {
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.error-payment {
    margin: 5rem 0;
}

button.accordion-button {
    background: none !important;
    color: #313131 !important;
    font-weight: bold;
}

.accordion-item {
    border: none;
    background: none;
}

button.accordion-button:focus {
    outline: none !important;
    box-shadow: none;
}

.accordion-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.accordion-button.collapsed::after {
    background: url(/wp-content/themes/healtyme/assets/images/plus-circle.png) !important;
    background-size: contain !important;
}

.accordion-button::after {
    background: url(/wp-content/themes/healtyme/assets/images/minus-circle.png) !important;
    background-size: contain !important;
}

.accordion-body {
    color: #00000099;
}

.accordion-item {
    margin-bottom: 1rem;
}

.free-trial-wrapper {
    padding: 2rem;
    margin: 2rem 0;
    background-color: white;
    display: flex;
    border-radius: 30px;
    background-image: url(/wp-content/themes/healtyme/assets/images/trial-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    margin: 2rem auto;
}

.free-trial-wrapper .col-6:nth-child(2) {
    align-items: center;
    justify-content: center;
    display: flex;
}

.free-trial-wrapper h2 {
    color: #404040;
}

.free-trial-wrapper p {
    color: #404040;
}

.free-trial-wrapper a {
    background: #5D2E46 !important;
    color: white !important;
    padding: 16px 40px;
    border-radius: 30px;
}

section.testimonials {
    margin-top: 5rem;
    position: relative;
}

section.testimonials h2 {
    line-height: 1;
    margin: 0;
    text-align: center;
}

section.testimonials h2:nth-child(1) {
    margin-bottom: 15px;
    color: #6A6A6A;
    /*     font-weight: 800; */
}

section.testimonials h2:nth-child(2) {
    color: #5D2E46;
    font-weight: bold;
}

section.testimonials .row {
    position: relative;
}

.testimonial-slider {
    margin: 5rem 0;
}

#testimonial-modal .modal-content iframe {
    width: 100%;
    max-width: 100%;
    height: 400px;
}

#testimonial-modal .modal-content {
    background: white;
    border: none;
}

#testimonial-modal .modal-header {
    flex-direction: column;
}

#testimonial-modal .modal-footer {
    border: none;
    align-items: center;
    justify-content: center;
}

#testimonial-modal button {
    background: #5D2E46 !important;
    color: white !important;
    padding: 16px 40px;
    text-transform: uppercase;
    border: none;
    border-radius: 20px;
}

#login-modal .modal-content {
    background: rgba(0, 0, 0, .8);
}

form.login-form,
.reset-password-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 2rem 0 0 0;
}

section.password-reset form {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
}

section.password-reset form button {
    width: 50%;
    margin: 0 auto;
}

.change-password-form input {
    border: none;
}

button.login-btn-form {
    background: #5D2E46;
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
    text-decoration: none;
    display: flex;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    width: 80%;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.login-inputs {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.login-inputs input {
    padding: 1rem 10px;
    border-radius: 30px;
    border: none;
    text-indent: 20px;
}

#login-modal .modal-footer {
    border: none;
    align-items: center;
    justify-content: center;
}

#login-modal button.btn.btn-secondary {
    background: none;
    color: white;
    border-radius: 30px;
    padding: 10px 30px;
    text-decoration: none;
    display: flex;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid;
}

#login-modal .forgot-pass {
    color: white;
    cursor: pointer;
}

.loader {
    border: 5px solid #f3f3f3;
    border-top-color: #5D2E46;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
}

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

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


.testimonial-box {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/wp-content/themes/healtyme/assets/images/testimonial-image.png);
    background-size: cover;
    height: 350px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 10px;
    width: 350px;
    margin: 0 auto;
}

.testimonial-box .testimonial {
    display: flex;
    flex-direction: column;
    justify-content: end;
    color: white;
    line-height: 1.2;
}

.testimonial-box .author {
    margin: 0;
    display: flex;
    align-items: center;
    color: white;
}

.testimonial-box .author img {
    margin-right: 10px;
    max-width: 30px;
    border-radius: 50%;
}

.testimonial-video {
    display: flex;
    justify-content: center;
}

.testimonial-video p {
    background: white;
    color: #313131;
    padding: 5px;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    width: 80%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-video p img {
    margin-left: 10px;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: 10%;
}

.swiper-button-prev {
    left: 15%;
    top: 55%;
    opacity: 1 !important;
    color: #313131;
}

.swiper-button-next {
    right: 15%;
    top: 55%;
    opacity: 1 !important;
    color: #313131;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

section.subscription-buy {
    margin-top: 5rem;
}

section.subscription-buy .row:nth-child(1) {
    margin-bottom: 5rem;
}

section.subscription-buy .title h2 {
    line-height: 1;
    margin: 0;
    text-align: center;
}

section.subscription-buy .title h2:nth-child(1) {
    margin-bottom: 15px;
    color: #6A6A6A;
    /*     font-weight: 800; */
}

section.subscription-buy .title h2:nth-child(2) {
    color: #5D2E46;
    font-weight: bold;
}

.subscription-buy iframe {
    border-radius: 30px;
}

.sub-box {
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 30px;
}

.sub-box h2.title {
    color: #313131;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.sub-box .price {
    text-align: center;
    color: #5D2E46;
    font-size: 4rem;
    line-height: 1;
    font-weight: bold;
}

.sub-box .price span {
    font-size: 14px;
    color: #313131;
    text-transform: uppercase;
}

.sub-bullets {
    margin-top: 2rem;
}

.sub-bullets ul li {
    margin-bottom: 1rem;
}

.sub-buttons a:nth-child(1) {
    background: #5D2E46;
    color: white;
    padding: 16px 0;
    text-align: center;
    border-radius: 30px;
}

.sub-buttons {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sub-buttons p {
    margin: 0;
}

.sub-buttons a {
    text-decoration: none;
}

.sub-buttons a:nth-child(2) {
    text-align: center;
    margin-bottom: 0;
    color: #313131;
}

section.lifetime-access {
    margin-top: 3rem;
}

section.lifetime-access h2 {
    line-height: 1;
    margin: 0;
    text-align: center;
}

section.lifetime-access h2:nth-child(1) {
    margin-bottom: 15px;
    color: #6A6A6A;
    /*     font-weight: 800; */
}

section.lifetime-access h2:nth-child(2) {
    color: #5D2E46;
    font-weight: bold;
}

.row.lifetime-videos {
    margin-top: 3rem;
}

.video-box {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.video-box .workout-plan-cover-img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.video-box p.video-ribbon {
    position: absolute;
    color: white;
    top: 15px;
    padding: 5px 20px;
    background: #5D2E46;
    border-radius: 12px;
    font-size: 14px;
    left: 15px;
    z-index: 1;
}

.video-box figure .coach {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20px;
    z-index: 1;
}

.video-duration {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px;
    color: white;
}

.video-box figure {
    position: relative;
    margin: 0;
}

.video-box figure:after {
    content: "";
    background: #0000002e;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
}

.video-box figure .coach p {
    display: flex;
    flex-direction: column;
    color: white;
    line-height: 1;
    margin: 0;
}

.video-box figure .coach img {
    border-radius: 50%;
    object-fit: contain;
    height: 42px;
    margin-right: 10px;
}

.video-box figure .coach p span:nth-child(1) {
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    line-height: 1.5;
}

section.lifetime-access .container {
    background: #FDF0FB;
    padding: 3rem;
    border-radius: 20px;
}

.video-info {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    justify-content: space-between;
    height: 100%;
}

.video-info .video-title {
    color: #000;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
    font-size: 20px;
}

.title-type-wrapper .video-type {
    background: #5D2E46;
    padding: 5px 20px;
    color: white;
    border-radius: 20px;
}
.title-type-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video-info a.btn {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #5D2E46;
    font-weight: bold;
}

.video-stats {
    display: flex;
}

.video-stats .video-meta {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.video-stats p {
    margin-bottom: 0;
    font-size: 14px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.video-info .buy-now {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    align-items: center;
}

.video-info .buy-now p {
    margin: 0;
    font-weight: bold;
    color: #313131;
}

.video-info .buy-now a {
    background: #FDF0FB;
    border: 1px solid #FDBAF3;
    border-radius: 30px;
    padding: 10px 50px;
}

section.newsletter {
    margin-top: 5rem;
}

section.newsletter h2 {
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    text-align: center;
}

section.newsletter h2:nth-child(1),
.newsletter-custom-form-wrapper h2:nth-child(1) {
    margin-bottom: 15px;
    color: #6A6A6A;
    /*     font-weight: 800; */
}

section.newsletter h2:nth-child(2),
.newsletter-custom-form-wrapper h2:nth-child(2) {
    color: #5D2E46;
    font-weight: bold;
}

.newsletter-custom-form-wrapper {
    text-align: center;
}

form.newsletter-form {
    width: 70%;
    margin: 3rem auto 0;
}

form.newsletter-form .input-group {
    align-items: center;
}

form.newsletter-form input {
    padding: 20px;
    border-radius: 10px !important;
}

form.newsletter-form input:nth-child(1) {
    max-width: 25%;
    margin-right: 20px;
}

form.newsletter-form input:nth-child(2) {
    max-width: 75%;
}

form.newsletter-form button {
    position: absolute;
    right: 20px;
    background: #FDF0FB;
    border: 1px solid #FDBAF3;
    border-radius: 30px !important;
    padding: 10px 50px;
    text-transform: uppercase;
    z-index: 99;
    color: #313131;
}

form.newsletter-form .terms a {
    text-decoration: none;
    color: #313131;
    font-weight: 500;
}

section.footer-info {
    margin: 3rem 0;
}

section.footer-info .container {
    background-color: #5D2E46;
    padding: 2rem;
    border-radius: 20px;
    background-image: url(/wp-content/themes/healtyme/assets/images/footer-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 103%;
}

section.footer-info p {
    margin-top: 2rem;
    color: white;
}

section.footer-info ul li {
    font-size: 13px;
}

section.footer-info ul li a:hover {
    text-decoration: underline;
}

.footer-icons {
    display: flex;
    justify-content: space-between;
    width: 50%;
}

.socials img:hover {
    margin-top: -5px;
    transition: all .1s ease-in;
}

section.footer-info ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    gap: 50px;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    width: 50%;
    padding-bottom: 15px;
    margin-top: 3rem;
    text-transform: uppercase;
}

section.footer-info ul li a {
    color: inherit;
    text-decoration: none;
}

section.footer-info p a {
    color: inherit;
}

section.footer-info .socials {
    display: flex;
    gap: 20px;
    align-items: center;
}

section.footer-info .socials img {
    height: 30px;
}

.cta-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 3rem 0;
    margin-bottom: 0;
}

.cta-buttons a {
    border-radius: 30px;
    color: #313131;
    text-decoration: none;
    border: 1px solid;
    padding: 16px 40px;
    text-transform: uppercase;
    border-color: #B6B6B6;
    width: 250px;
    text-align: center;
}


.cta-buttons a:nth-child(2),
.cta-buttons a.single {
    background: #FDF0FB;
    border: 1px solid #FDBAF3;
}

.extra-description {
    margin-top: 1rem;
}

.big-video {
    margin-top: 5rem;
}

section.lets-workout {
    margin-top: 0;
}

section.lets-workout h2 {
    line-height: 1;
    margin: 0;
    text-align: center;
}

section.lets-workout h2:nth-child(1) {
    margin-bottom: 15px;
    color: #6A6A6A;
    /*     font-weight: 800; */
}

section.lets-workout h2:nth-child(2) {
    color: #5D2E46;
    font-weight: bold;
}

.training-info {
    margin-top: 5rem;
}

.training-info .training-description {
    margin-top: 5rem;
}

section.training-info h2 {
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    text-align: center;
}

section.training-info h2:nth-child(1) {
    margin-bottom: 15px;
    color: #6A6A6A;
    /*     font-weight: 800; */
}

section.training-info h2:nth-child(2) {
    color: #5D2E46;
    font-weight: bold;
}

section.training-list {
    margin-top: 3rem;
}

.training-box {
    display: flex;
    gap: 0px;
    align-items: center;
    margin-bottom: 2rem;
    border: 1px solid #FDBAF3;
    padding: 0;
    border-radius: 12px;
    padding-right: 20px;
}

.training-box img {
    height: 100%;
    object-fit: cover;
    width: 300px;
    max-width: 300px;
}

.training-box .training-box-type {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column
}

.training-box .training-box-type p {
    font-size: 14px;
}

.training-box .training-box-type p:nth-child(2) {
    /* background: red; */
    background: #FDBAF3;
    border-radius: 30px;
    padding: 10px 20px;
}

.training-box .training-box-info p.title {
    color: #313131;
    font-weight: bold;
    font-size: 20px;
}

.training-box figure {
    margin: 0;
    position: relative;
    height: 100%;
}

p.training-count {
    position: absolute;
    top: 50%;
    z-index: 2;
    margin: 0;
    background: #FDBAF3;
    transform: translate(-50%, -50%);
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    color: #313131;
    font-weight: bold;
}

.dashboard-hero {
    display: flex;
    flex-direction: column;
    margin-bottom: 5rem;
}

.dashboard-hero h1 {
    color: #5D2E46;
    font-weight: bold;
    font-size: 3rem;
}

.dashboard-hero a {
    color: #5D2E46;
    text-decoration: none;
}

.dashboard-hero p {
    color: #5D2E46;
}

section.dashboard {
    margin-top: 3rem;
}

section.dashboard h2 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    color: #5D2E46;
    margin-bottom: 20px;
}

section.dashboard .container {
    border-radius: 20px;
    padding: 3rem;
    margin-top: 3rem;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 40px 4px rgba(93, 46, 70, 0.2);
}

section.dashboard .filter {
    display: flex;
    align-items: center;
}

section.dashboard .filter ul {
    display: flex;
    list-style-type: none;
    gap: 20px;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

section.dashboard .filter ul li {
    border: 1px solid #FDBAF3;
    border-radius: 30px;
    padding: 10px 30px;

}

section.dashboard .filter ul li a {
    text-decoration: none;
    color: inherit;
}

.filter-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
}
.filter-container .dropdown-filter {
    width: 100%;
}

.filter-container .dropdown-filter p {
    color: #5D2E46;
}

section.dashboard .filter ul li.active {
    background: #FDBAF3;
}

.video-box .video-excerpt {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
}

img.play-btn-big {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0%, -50%);
}

.video-excerpt.video-excerpt-dashboard {
    grid-template-columns: 1fr;
    width: 50%;
}

.video-excerpt.video-excerpt-dashboard img {
    height: auto;
}

.video-excerpt.video-excerpt-dashboard a {
    gap: 10px;
    text-transform: capitalize !important;
}

.video-box p.video-no {
    margin: 0;
    position: absolute;
    right: 15px;
    background: #ffffff82;
    border-radius: 50%;
    padding: 10px 0;
    line-height: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    top: 15px;
    color: white;
    font-weight: bold;
    border: 2px solid;
}

.video-box .video-excerpt p,
.video-box .video-excerpt-alone p {
    font-size: 14px;
}

.video-requirements {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.video-requirements .requirement {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-requirements .requirement img {
    height: 20px;
    max-width: 100%;
    width: 30px;
    object-fit: contain;
}
.dashboard .video-box figure img.poster {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.dashboard-videos {
    margin-top: 2rem;
}

section.single-video-training {
    margin-top: 3rem;
}

section.single-video-training .container {
    border-radius: 20px;
    padding: 2rem;
    margin-top: 3rem;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 40px 4px rgba(93, 46, 70, 0.2);
}

.single-training-wrapper {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr .4fr;
}

.single-video-info {
    display: flex;
    flex-direction: column;
}

#trainingVideo {
    border-radius: 20px;
}

.single-video-header {
    text-align: center;
    gap: 20px;
}

.single-video-header h2 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #5D2E46;
    margin-bottom: 20px;
}

p.finished-training {
    color: green;
    font-weight: bold;
}

.activePeriod {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}

.activePeriod svg {
    height: 20px;
    width: 20px;
}

.activePeriod h3 {
    margin: 0;
}

.watchedVideosWrapper h2 {
    color: black !important;
}

.wishlist-wraper {
    display: flex;
    align-items: center;
    justify-content: center;
}

p.add_to_wishlist, p.remove_from_wishlist, p.add_to_wishlist_recipe, p.remove_from_wishlist_recipe {
    border-radius: 10px;
    padding: 10px 20px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
    margin: 0;
}

p.add_to_wishlist:hover i, p.remove_from_wishlist:hover i, p.add_to_wishlist_recipe:hover i, p.remove_from_wishlist_recipe:hover i {
    animation: 1.5s ease 0s beat;
}


@keyframes beat {
    0%, 50%, 100% { transform: scale(1, 1); }
    30%, 80% { transform: scale(0.92, 0.95); }
}

.video-requirments {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2rem;
}

.requirements-wrapper {
    display: flex;
    gap: 1rem;
}

.video-requirments h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.video-requirments .requirement {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #F1E8ED;
    color: #5D2E46;
    padding: 5px 30px;
    border-radius: 10px;
}


.video-requirments .requirement p {
    margin: 0;
    display: flex;
    font-size: 14px;
}

.video-info-content {
    margin-top: 2rem;
}

.video-info-content h2 {
    font-size: 22px;
    color: #5D2E46;
    font-weight: bold;
    margin-bottom: 10px;
}

.after-training h2 {
    font-size: 18px;
    color: #313131;
    height: 50px;
}

.stretch-link {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.stretch-link a {
    background: #FDF0FB;
    border: 1px solid #FDBAF3;
    border-radius: 30px;
    color: inherit;
    padding: 5px 10px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.after-training {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.single-video-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.video-program {
    background: #FDBAF3;
    border-radius: 0px 0px 12px 12px;
    padding: 2rem;
}

.video-program h2 {
    color: #313131;
}

.training-schedule {
    border-radius: 20px;
    padding: 1rem;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 40px 4px rgba(93, 46, 70, 0.2);
    display: flex;
    flex-direction: column;
}

.training-schedule h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.training-strech-links {
     border-radius: 20px;
    padding: 1rem;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 40px 4px rgba(93, 46, 70, 0.2);
    display: flex;
    flex-direction: column;
}

.program-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.program-list .program {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
}

.program-list .program .schedule-no {
    margin: 0;
    background: #F1E8ED;
    border-radius: 50%;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #5D2E46;
    font-weight: bold;
}

.program-list p:nth-child(1) {
    background: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.program-list .program p {
    margin: 0;
    font-weight: bold;
    color: #313131;
}

.training-strech-links h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.training-strech-links a {
    border: 1px solid #ccc;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #5D2E46;
}

section.recipes-hero {
    margin-top: 3rem;
}

section.recipes-hero h2 {
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    text-align: center;
}

section.recipes-hero h2:nth-child(1) {
    margin-bottom: 15px;
    color: #6A6A6A;
    /*     font-weight: 800; */
}

section.recipes-hero h2:nth-child(2) {
    color: #5D2E46;
    font-weight: bold;
}

section.recipes-hero .description {
    margin-top: 2rem;
    text-align: center;
}

section.recipes .container {
    border-radius: 20px;
    padding: 2rem;
    margin-top: 3rem;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 40px 4px rgba(93, 46, 70, 0.2);
}

.recipes-search {
    display: grid;
    grid-template-columns: 1fr .1fr;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.recipes-filter {
    display: flex;
}

.recipes-filter .recipe-count p {
    font-size: 20px;
    color: #313131;
    font-weight: bold;
    margin: 0;
}

.recipes-filter ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 10px;
}

.recipes-filter ul li a.active-recipe-filter {
    background: #5d2e464d;
    color: #5D2E46;
    border: 1px solid #5D2E46;
}

.recipes-filter ul li a {
    cursor: pointer;
    border: 1px solid #eee;
    margin: 0;
    padding: 5px 30px;
    border-radius: 10px;
    text-decoration: none;
    color: #5D2E46;
}

.recipes-filter ul li a.active-recipe-filter:before {
    content: '\2713';
    color: #5D2E46;
    display: inline-block;
    margin-right: 5px;
}

.recipe-search {
    display: flex;
    position: relative;
}

.recipe-search button {
    position: absolute;
    background: none;
    border: none;
    top: 50%;
    transform: translate(0%, -50%);
    right: 10px;
}

.recipe-search input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.recipe-search input {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: none !important;
}

.recipe-search input::placeholder {
    font-size: 14px;
    color: #313131;
}

.recipe-count {
    display: flex;
    align-items: center;
    justify-content: center;
}

.recipe-count p {
    margin: 0;
}

.recipes-list {
    margin: 3rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
}

.recipe-box {
    display: flex;
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0;
    overflow: hidden;
}

.recipe-box figure img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.recipe-info {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    height: 100%;
    justify-content: space-between;
    gap: 10px;
}

.recipe-info .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}

.recipe-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.recipe-stats .stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    padding: 10px 0;
}

.recipe-stats .stat p {
    margin: 0;
}

.recipe-stats .stat p:nth-child(1) {
    color: #1D1D1D80;
    font-size: 14px;
}

.recipe-stats .stat p:nth-child(2) {
    color: #A87C8C;
}


.recipe-info .recipe-excerpt {
    font-size: 14px;
}

.recipe-info .btn {
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #5D2E46;
}

li.page-item.active-page a {
    color: #5D2E46;
    border-color: #5D2E46;
}

article.single-recipe .container {
border-radius: 20px;
    padding: 3rem;
    margin-top: 3rem;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 40px 4px rgba(93, 46, 70, 0.2);

}

.single-recipe-wrapper {
    display: grid;
    grid-template-columns: 1fr .4fr;
    gap: 2rem;
}

.single-recipe-content {
    display: flex;
    flex-direction: column;
}

.single-recipe .recipe-stats {
    border-top: none;
    width: 80%;
}

.single-recipe-content figure img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.recipe-stats-wrapper h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #5D2E46;
}
.recipe-stats-wrapper {
    border-radius: 10px;
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 40px 4px rgba(93, 46, 70, 0.2);
}

.single-recipe-sidebar .recipe-stats {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: none;
}

.single-recipe-sidebar .recipe-stats .stat {
    justify-content: space-between;
    flex-direction: row;
    padding: 5px;
}

.recipe-content ul {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.recipe-content ul li {
    margin-bottom: 10px;
}

.recipe-content h2 {
    margin-bottom: 2rem;
}

.row.recipe-header {
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}

.similar-recipes {
border-radius: 20px;
    padding: 2rem;
    margin-top: 3rem;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 40px 4px rgba(93, 46, 70, 0.2);
}

.similar-recipes h2 {
    color: #5D2E46;
    font-weight: bold;
}

ul.pagination {
    gap: 2rem;
    flex-wrap: wrap;
}

a.page-link {
    margin: 0 !important;
    color: #313131;
    border: 1px solid #DFE3E8;
    border-radius: 4px !important;
    line-height: 1.2;
}

.page-link:hover {
    background: #5D2E46;
    color: white;
}

.active-page .page-link:hover {
    color: white;
}

.checkout-wrapper {
    display: grid;
    grid-template-columns: 1fr .6fr;
    gap: 2rem;
}

.checkout-wrapper .checkout-form {
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 40px 4px rgba(93, 46, 70, 0.2);  
}


p.coupon-result {
    padding: 5px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.checkout .sub-box {
    width: 70%;
    padding: 3rem 0;
    display: flex;
    align-items: center;
    justify-self: center;
    flex-direction: column;
}

.checkout .sub-bullets ul {
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding: 2rem 60px;
}

.checkout .sub-bullets ul li {
    margin-bottom: 1rem;
}

.checkout h1 {
    padding: 0 5rem;
    font-size: 26px;
    margin: 0;
}

.checkout form input::placeholder {
    color: #313131;
}

.checkout form input {
    background: none !important;
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0;
    padding: 15px 0;
    color: #313131;
}

.checkout form label {
    color: #7D7D7D;
    font-size: 14px;
}

.checkout form .couponBtn {
    position: absolute;
    right: 20px;
    background: #FDF0FB;
    border: 1px solid #FDBAF3;
    border-radius: 30px !important;
    padding: 10px 20px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    width: 35%;
    cursor: pointer;
}

input[name='coupon'] {
    padding-bottom: 5px;
}

.checkout-btns {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 90%;
    padding: 2rem 5rem 0;
}

.checkout-btns .checkout-trial {
    border: 1px solid #5D2E46;
    background: none;
    color: inherit;
    text-decoration: none;
}

.checkout-btns button {
    border: none;
    padding: 16px 0;
    border-radius: 41px;
}

.checkout .sub-box .price {
    font-size: 2rem;
    width: 90%;
}

.checkout-btns .buy-btn {
    border: none;
    background: #5D2E46;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    text-align: center;
    width: 100%;
}

section.profile h2 {
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    text-align: center;
}

p.contact-us a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid;
}

p.contact-us {
    margin-top: 10px;
}

section.profile h2:nth-child(1) {
    margin-bottom: 15px;
    color: #6A6A6A;
    /*     font-weight: 800; */
}

section.profile h2:nth-child(2) {
    color: #5D2E46;
    font-weight: bold;
}

.row.profile-info {
    margin-top: 5rem;
}

.row.profile-info h2 {
    text-align: left;
    margin-bottom: 2rem;
    color: black !important;
}

.row.profile-info form input {
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    padding: 10px 0;
}

.row.profile-info form {
    width: 70%;
}

.membership-box {
    background: #FDF0FB;
    border: 1px solid #FDBAF3;
    border-radius: 12px;
    padding: 2rem;
}

.membership-box h3 {
    font-size: 20px;
}

.membership-box button {
    margin-top: 3rem;
    background: #fdbaf3;
    border: none;
    border-radius: 30px !important;
    padding: 10px 50px;
    text-transform: uppercase;
    color: #313131;
}

.membership-box p {
    color: rgba(0, 0, 0, 0.62);
}

.training-box-info {
    margin-left: 20px;
}

section.profile {
    margin-top: 5rem;
}

section.generic-page {
    margin-top: 5rem;
}

section.generic-page ol li {
    margin-bottom: 10px;
    border-bottom: 1px solid #00000040;
    padding-bottom: 10px;
}

.slider-responsive-arrows {
    display: none;
}

.subscription-type {
    display: flex;
    width: 100%;
    gap: 20px;
}

.subscription-type label {
    width: 50%;
}

.subscription-type .btn-check:checked+.btn {
    background: #5D2E46;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.subscription-type .btn {
    color: black;
    text-transform: uppercase;
}

.wp-calorie-calculator .wpcc-result-data {
    width: 100% !important;
}

.error-payment a {
    border: none !important;
}

.error-payment a .btn {
    background: #5D2E46;
    border-radius: 30px !important;
    padding: 10px 50px;
    text-transform: uppercase;
    color: #ffffff;
    border: none !important;
}

.error-payment .col-12 {
    background: #fdf0fb;
    padding: 20px 0;
    border-radius: 20px;
}

section.password-reset .container {
    background: #fdf0fb;
    padding: 20px 0;
    border-radius: 20px;
}

.woocommerce-wrapper h1 {
    margin: 2rem 0;
    text-align: center;
    text-transform: uppercase;
    color: #5D2E46;
    font-weight: normal;
}

ul.products.columns-4 {
    margin-top: 2rem;
}

ul.products.columns-4 a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

ul.products.columns-4 h2,
ul.products.columns-4 .price {
    color: black !important;
    font-size: 20px !important;
}

.woocommerce ul.products li.product .button {
    display: none;
}

.woocommerce-tabs {
    display: none;
}

.woocommerce div.product {
    display: flex;
}

.woocommerce .swiper {
    width: 100%;
    height: 100%;
}

.woocommerce .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.woocommerce .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.woocommerce .swiper {
    width: 100%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce .swiper-slide {
    background-size: cover;
    background-position: center;
}

.main-gallery {
    height: auto;
    width: 100%;
}

.thumb-gallery {
    height: auto;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
}

.thumb-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
}

.thumb-image img {
    max-width: 100%;
}

.thumb-gallery .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.thumb-gallery .swiper-slide-thumb-active {
    opacity: 1;
}

.woocommerce .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-product {
    width: 100%;
    height: 100%;
}

.product-wrapper {
    display: flex;
    gap: 5rem;
    margin-top: 2rem;
}

.product_meta {
    display: none;
}

form.cart {
    display: flex;
    gap: 20px;
    align-items: center;
}

.form-group.quantity {
    display: flex;
    gap: 20px;
    align-items: center;
}

.woocommerce .swiper-slide {
    width: 100% !important;
}

.summary.entry-summary {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

.woocommerce-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #fdf0fb;
    border-top-color: #5D2E46 !important;
}

.woocommerce-message::after {
    display: none;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    top: 50%;
    transform: translate(50%, -50%);
}

.woocommerce-message::before {
    color: #5D2E46 !important;
}

a.button.wc-forward,
.single_add_to_cart_button {
    background: #5D2E46 !important;
    text-align: center;
    border-radius: 30px !important;
    border: none;
    text-transform: capitalize;
    color: white !important;
}

.product-remove button,
.actions .flex button,
.wc-proceed-to-checkout button {
    background: #5D2E46 !important;
    text-align: center;
    border-radius: 30px !important;
    border: none;
    color: white !important;
    padding: 0 20px;
}

.product-remove button a,
.wc-proceed-to-checkout button a {
    color: white !important;
    text-decoration: none;
    text-transform: capitalize;
}

.wc-proceed-to-checkout button {
    padding: 16px 20px;
}

.add-to-cart-msg {
    color: black;
}

.shop_table .product-name a {
    color: black;
    font-size: 20px;
}

.woocommerce table.shop_table {
    border: 1px solid #5D2E46;
}


.actions .flex {
    display: flex;
    justify-content: space-between;
}

input#coupon_code {
    width: 130px;
}

.header-scrolled .login-menu-btn {
    color: white !important;
    border-color: white !important;
}

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

    .checkout form {
        width: 100%;
        padding: 3rem 1rem 0;
    }

    .checkout h1 {
        padding: 0 1rem;
    }

    .swiper-button-next {
        right: 3%;
    }

    .swiper-button-prev {
        left: 3%;
    }


    .checkout-btns {
        width: 100%;
        padding: 2rem 0;
    }

    .video-box p.video-ribbon {
        top: 10px;
    }

    .testimonial-box {
        width: auto;
    }

    section.footer-info ul {
        gap: 30px;
    }

    form.newsletter-form {
        width: 80%;
    }


}

@media screen and (max-width: 1366px) {
    .training-box {
        gap: 30px;
        padding: 0;
    }

    .recipes-filter ul {
        gap: 0;
    }

    .training-box .training-box-type {
        width: 30%;
    }

    .dashboard .video-box figure img.poster {
        height: 270px;
    }
	
	section.recipes .container {
		padding: 2rem 1rem;
	}
}

@media screen and (max-width: 1280px) {
	p.no-training-info {
		overflow: auto;
	}
    section.meet-elena figure {
        height: 100%;
    }

    .testimonial-box {
        width: auto;
    }

    .subscription-buy iframe {
        max-width: 100%;
    }

    form.newsletter-form {
        width: 80%;
    }

    section.footer-info ul {
        width: 70%;
    }

    div#faq {
        padding: 0;
    }

    .free-trial-wrapper {
        width: 100%;
    }

    .training-box-info,
    .training-box .training-box-info p {
        width: 100%;
    }

    .training-box .training-box-type {
        width: 50%;
    }

    .row.training-description figure {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pathway-recipes .pathway-recipe .recipe-image img {
        height: 55px;
    }

    .recipe-stats .stat {
        padding: 5px;
    }

    .checkout .sub-box {
        width: 90%;
    }

    .checkout .row .col-6:nth-child(2) {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .checkout form {
        width: 100%;
        padding: 3rem 3rem 0;
    }

    .checkout form .couponBtn {
        width: 40%;
    }

    .checkout-btns {
        width: 100%;
    }

    .checkout-btns {
        padding: 2rem 2rem 0;
    }

    .card-wrapper {
        grid-template-columns: 1fr !important;
    }

    .card,
    .card-part {
        width: 100% !important;
    }
}

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

    ul.avaliable-levels {    
        padding: 0;
        flex-direction: column;
    }

    ul.avaliable-levels li:nth-of-type(1) {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    ul.avaliable-levels p {
        width: 100%;
        text-align: center;
    }

    p.active-lvl-menu:before {
        background: #5D2E46;
        content: "";
        height: 3px;
        position: absolute;
        top: -12px;
        width: 100%;
        left: 0;
        right: 0;
    }

    p.active-lvl-menu {
        padding-top: 10px;
    }

	.quiz-step-2 .personalize-card.active {
		width: 100%;
	}
	
	.quiz-step-2 {
		width: 100%;
	}
	
	.start-pathway {
		padding: 5rem 1rem;
	}
	
	.quiz-step-2 h2 {
    font-size: 20px;
}
	
	.steps {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	
	.steps .arrow-icon {
		display: none;
	}
	
	.steps .step-icon {
		width: 80px;
		height: 80px;
	}

	
    section.dashboard .col-4 {
        width: 50%;
    }

    .video-requirements,
    .video-requirements-filter {
        height: auto;
    }

    section.footer-info .container {
        background-image: none;
    }

    section.footer-info ul {
        width: 100%;
    }

    .row {
        max-width: 100%;
    }
}

@media screen and (max-width: 900px) {
    .program-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
	
	.filter-container {
		flex-direction: column;
	}

    .personalize-cards {
        grid-template-columns: 1fr;
    }

    .start-quiz-wrapper {
        flex-direction: column;
        gap: 20px;
        padding: 2rem;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;
    }

    .what-you-get-wrapper {
        grid-template-columns: 1fr;
    }

    section.news-section .news-grid {
        grid-template-columns: 1fr;
    }

    .reviews-wrapper h2 {
        font-size: 22px;
    }
	
	.title-type-wrapper {
		flex-direction: column;
	}

    .personal-info .personal-info-inputs {
        flex-direction: column;
        gap: 2rem;
    }

    .personal-activity .personal-activity-inputs {
        flex-direction: column;
        gap: 2rem;
    }

    .personal-goal .personal-goal-inputs {
        flex-direction: column;
        gap: 2rem;
    }

    .personal-activity-input, .personal-info-input {
        width: 100%;
    }

    .what-you-get-info {
        padding-left: 0;
    }

    section.what-you-get {
        margin-bottom: 2rem;
    }

    .reviews-section .swiper-button-next:after, .swiper-button-prev:after {
        color: black;
    }

    .pathway {
        padding: 0;
    }

    .pathway .pathway-header {
        flex-direction: row;
        gap: 1rem;
        align-items: flex-start;
        padding: 10px;
    }

    .active-pathway .pathway-header, .locked-pathway .pathway-header {
        flex-direction: column;
    }

    img.lock-icon {
        left: auto;
        right: 10px;
    }
    

    .pathway-plans {
        grid-template-columns: 1fr;
    }

    .pathway .pathway-header .week-description {
        width: 100%;
    }

    .pathway .closed-days {
        display: none;
    }

    .pathway-recipes .pathway-recipe .recipe-icon {
        right: 10px;
    }

    .pathway-recipes .pathway-recipe {
        flex-direction: row-reverse;
        height: auto;
        justify-content: flex-end;
        gap: 20px;
        align-items: center;
    }

    .pathway-recipe .recipe-info {
        justify-content: start;
        padding-bottom: 0;
    }

    .pathway-recipes p {
        font-size: 16px;
    }

    .day-training .training-title {
        font-size: 16px;
        padding-left: 10px;
        z-index: 2;
    }

    .day-training {
        height: auto;
    }

    .green-pathway .day-training a:after {
        content: "";
        z-index: 0;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(253, 186, 243, 1) 100%);
    }

    .day-training .video-thumb {
        height: 180px;
        width: 100%;
        object-fit: cover;
    }

    .pathway-plan .day-title {
        margin: 15px 0;
    }

    p.no-training-info {
        padding: 10px;
    }

    .pathway-recipes .pathway-recipe .recipe-image {
        position: relative;
        top: 0;
        right: 0;
    }

    .locked-pathways-blur-text {
        display: none;
    }

    .pathway-locked-header {
        padding: 10px;
    }

    .single-video-info,
    .video-program {
        padding: 1rem;
    }

    .card-wrapper {
        grid-template-columns: 1fr 1fr !important;
    }

    .meet-elena-slider {
        height: 300px;
    }

    .header-scrolled .login-menu-btn {
        color: black !important;
        border-color: black !important;
    }

    .dashboard-filter-mobile {
        -webkit-appearance: auto !important;
        -moz-appearance: auto !important;
        appearance: auto !important;
    }

    .logged-btns {
        width: auto !important;
    }

    .footer-icons {
        flex-direction: column;
        width: 100%;
        gap: 20px;
        align-items: center;
    }

    body section:nth-of-type(1):not(.hero-home) {
        margin-top: 8rem !important;
    }

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

    .after-training {
        grid-template-columns: 1fr;
    }

    .after-training h2 {
        height: auto;
    }

    .hero-home,
    footer section {
        margin-top: 0 !important;
    }

    header,
    .header-relative {
        position: fixed !important;
        top: 0;
        z-index: 99;
    }

    div#navbarSupportedContent {
        background: white;
        padding: 2rem 1rem;
    }

    div#navbarSupportedContent ul li a:not(.free-trial-menu-btn) {
        color: #313131 !important;
    }

    div#navbarSupportedContent ul {
        gap: 20px;
        margin-bottom: 2rem;
    }

    header .free-trial-menu-btn,
    .login-menu-btn {
        padding: 16px 30;
        align-items: center;
        justify-content: center;

    }

    .header-mobile-btns {
        display: flex;
        width: 25%;
        justify-content: space-between;
        align-items: center;
    }

    nav.navbar.navbar-expand-lg {
        display: flex;
    }

    .header-mobile-btns img {
        height: 30px;
    }

    .header-mobile-btns button {
        border: none;
    }

    .header-mobile-btns p {
        margin: 0;
    }

    span.navbar-toggler-icon {
        background-image: url(/wp-content/themes/healtyme/assets/images/menu.png);
        background-size: 100% !important;
    }

    .relative-header span.navbar-toggler-icon {
        background-image: url(/wp-content/themes/healtyme/assets/images/menu-black.png);
        background-size: 100% !important;
    }

    .relative-header.header-scrolled span.navbar-toggler-icon {
        background-image: url(/wp-content/themes/healtyme/assets/images/menu.png);
        background-size: 100% !important;
    }

    .dashboard-filter-mobile {
        display: flex;
    }

    .membership-box {
        padding: 1rem;
    }
    .activePeriod svg {
        height: 40px;
        width: 40px;
    }

    .membership-box h3 {
        font-size: 17px;
    }

    section.dashboard .filter ul {
        display: none;
    }

    .meet-elena-slide-wrapper .description {
        display: none;
    }

    .meet-elena-slide-wrapper .title {
        font-size: 14px;
    }

    .meet-elena-slide-wrapper {
        width: 100%;
    }

    .desktop-arrows {
        display: none;
    }

    .slider-responsive-arrows {
        display: flex;
        justify-content: space-around;
        margin-top: 1rem;
    }

    section.meet-elena .swiper-button-prev,
    section.meet-elena .swiper-button-next {
        position: relative;
        color: black;
        border: 1px solid black;
    }

    .dynamic-content-column {
        text-align: center;
    }

    section.meet-elena figure img {
        height: 250px;
    }

    .contact-page form {
        margin-bottom: 5rem;
    }

    .contact-page .send-msg-btn {
        width: 100%;
    }

    .video-description * {
        font-size: 1rem !important;
    }

    .video-requirments .requirement p {
        font-size: 1rem;
    }

    .ketlebel-img {
        height: 30px !important;
    }

    .training-list .training-box img {
        height: 160px;
    }

    .video-requirements img {
        height: 30px;
    }

    .cta-buttons a.single {
        width: 80%;
    }

    .free-trial-wrapper {
        background-image: none;
        text-align: center;
    }

    header {
        padding: 0 0rem;

    }

    .hero-info h1 {
        font-size: 25px;
        margin-top: 2rem;
    }

    .hero-info h2 {
        font-size: 46px;
    }

    .hero-cta a {
        margin-bottom: 20px;
        width: 100%;
    }

    .hero-info p {
        width: 100%;
        font-size: 16px;
    }

    .archive-second iframe {
        width: 100%;
        height: auto;
    }

    section.home-second .description {
        width: 100%;
    }

    section.home-second h2:nth-child(1) {
        font-size: 2rem;
        padding-bottom: 10px;
    }

    .row.counters .col-3 {
        width: 50%;
        margin-bottom: 2rem;
    }

    .row.counters .number-label {
        height: 50px;
    }

    .row.counters .number {
        font-size: 26px;
    }

    .row.counters .col-3:nth-child(2) {
        border-right: none;
    }

    section.meet-elena .col-6 {
        width: 100%;
    }

    .meet-elena-slider .swiper-slide {
        flex-direction: column;
    }

    .cta-buttons a {
        width: 100%;
        text-align: center;
    }

    section.meet-elena .dynamic-content-column {
        padding: 0;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    section.cta h2:nth-child(2) {
        font-size: 40px;
    }

    section.faq .container {
        padding: 3rem 0;
        border-radius: 0;
    }

    .free-trial-wrapper a {
        padding: 16px 0;
        width: 100%;
    }

    .row.free-trial-wrapper .col-6 {
        width: 100%;
    }

    .swiper-button-prev,
    .swiper-button-next {
        color: white;
    }

    .meet-elena .swiper-button-prev,
    .meet-elena .swiper-button-next {
        color: black;
    }

    section.subscription-buy .row:nth-child(1) {
        margin-bottom: 2rem;
    }


    section.subscription-buy .col-6 {
        width: 100%;
    }

    .row.counters {
        flex-direction: column;
    }

    .home-second .row.counters {
        flex-direction: row;
    }

    .archive-second .row.counters {
        flex-direction: row;
    }

    .row.counters .col-6 {
        width: 100%;
    }

    .row.counters .row.col-6 .col-6 {
        width: 50%;
    }

    section.faq {
        margin-bottom: 5rem;
    }



    .sub-box .price {
        border-bottom: 2px solid;
        padding-bottom: 10px;
    }

    section.subscription-buy iframe {
        width: 100%;
        max-width: 100%;
        margin-top: 2rem;
    }

    .lifetime-videos {
        margin-top: 2rem;
    }

    section.lifetime-access .container {
        padding: 3rem 0;
        border-radius: 0;
    }


    .lifetime-videos .col-4 {
        width: 100%;
    }

    .video-box {
        margin: 1rem 0;
    }

    .video-info .buy-now a {
        padding: 10px 30px;
    }

    section.dashboard .container {
        padding: 3rem 0;
    }


    .single-video-training iframe {
        height: auto !important;
    }

    .stretch-link a {
        padding: 10px 15px;
        gap: 0;
        text-transform: none;
    }

    .dashboard .video-box figure img.poster {
        height: 200px;
    }

    .recipe-search {
        width: 100%;
    }

    .recipes-filter ul li {
        padding: 10px 15px;
    }

    .recipe-box .recipe-excerpt {
        width: 100%;
    }

    .recipe-box .title {
        text-align: center;
    }

    article.single-recipe {
        margin-top: 8rem;
    }


    form.newsletter-form {
        width: 100%;
    }

    form.newsletter-form .input-group {
        flex-direction: column;
        gap: 20px;
    }

    form.newsletter-form input:nth-child(1),
    form.newsletter-form input:nth-child(2) {
        max-width: 100%;
        margin-right: 0;
        width: 100%;
    }

    form.newsletter-form button {
        position: relative;
        right: 0;
    }

    section.footer-info .container {
        border-radius: 0;
        padding: 3rem 0;
    }

    section.footer-info ul {
        width: 100%;
        text-transform: uppercase;
        text-align: left;
        margin: 2rem 0;
        gap: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    section.footer-info .socials {
        justify-content: center;
        gap: 60px;
    }

    section.footer-info {
        margin-bottom: 0;
    }

    .cta-buttons {
        flex-direction: column;
    }



    .training-info .training-description {
        margin-top: 2rem;
    }

    .training-box .training-box-type p {
        margin: 0;
    }

    .training-box .training-box-type {
        margin-bottom: 15px;
    }

    .training-box {
        gap: 10px
    }

    section.meet-elena h2:nth-child(1) {
        font-size: 23px;
    }

    .training-info .training-description .col-6 {
        width: 100%;
    }

    .training-box {
        flex-direction: column;
        padding: 0;
        border: none;
        border-bottom: 1px solid #FDBAF3;
        border-radius: 0;
    }

    .training-box .training-box-info,
    .training-box .training-box-info p {
        width: 100%;
        text-align: center;
    }

    .single-video-info {
        border: none;
    }

    .stretch-link a {
        width: 100%;
    }

    .program-list {
        flex-direction: column;
    }

    .dashboard-videos .col-6 {
        width: 100%;
    }

    .video-box .video-excerpt {
        grid-template-columns: 1fr;
    }

    section.dashboard .filter ul {
        padding: 0;
        flex-wrap: wrap;
    }

    section.dashboard .filter {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    section.dashboard .filter ul li {
        padding: 5px 10px;
        width: 130px;
        text-align: center;
    }

    section.dashboard .col-4 {
        width: 100%;
    }

    .recipes-filter {
        flex-direction: column;
        gap: 20px;
    }

    .recipes-list .col-4 {
        width: 100%;
    }

    section.recipes .container {
        border-radius: 0;
        padding: 2rem 1rem;
    }

    .recipes-filter ul {
        padding: 0;
        gap: 0;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
    }
	
	.recipes-filter ul li a {
		justify-content: center;
	}

    .checkout .row {
        flex-direction: column;
    }

    .checkout .row .col-6 {
        width: 100%;
    }

    .checkout h1 {
        padding: 0 1rem;
        font-size: 20px;
        margin: 0;
    }

    .checkout form {
        width: 100%;
        padding: 2rem 1rem 0;
    }

    .checkout form .couponBtn {
        width: 100%;
        position: relative;
        margin-top: 20px;
        right: 0;
    }

    .checkout-btns {
        padding: 2rem 0rem 0;
    }

    .checkout .sub-box {
        margin-top: 3rem;
        width: 100%;
    }

    .checkout .sub-bullets ul {
        padding: 2rem 30px;
    }

    .row.profile-info {
        flex-direction: column;
    }

    .row.profile-info .col-6 {
        width: 100%;
        margin-bottom: 2rem;
    }

    .row.profile-info form {
        width: 100%;
    }

    article.single-recipe .row {
        flex-direction: column;
    }

    article.single-recipe .row .col-6 {
        width: 100%;
    }

    .single-recipe .recipe-stats {
        width: 100%;
    }

    .container.similar-recipes .col-4 {
        width: 100%;
        margin-bottom: 2rem;
    }

    article.single-recipe figure {
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
    }

}

@media screen and (max-width: 700px) {
    .card-wrapper {
        grid-template-columns: 1fr !important;
    }
}

.card {
    width: 320px;
    height: 190px;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
	border:none !important;
}

.card-part {
    box-shadow: 1px 1px #aaa3a3;
    top: 0;
    position: absolute;
    z-index: 1000;
    left: 0;
    display: inline-block;
    width: 320px;
    height: 190px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.card-front {
    padding: 18px;
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    background: #5D2E46;
}

.card-back {
    padding: 18px 0;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    background: #5D2E46;
}

.card-black-line {
    margin-top: 5px;
    height: 38px;
    background-color: #303030;
}

.card-logo {
    height: 30px;
}

.card-front-logo {
    position: absolute;
    top: 18px;
    right: 18px;
    height: unset;
    height: 30px;
}

.card-square {
    border-radius: 5px;
    height: 40px;
    margin-top: 20px;
}

.card-number {
    display: block;
    width: 100%;
    word-spacing: 4px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0;
}

.card-space-75 {
    width: 75%;
    float: left;
}

.card-space-25 {
    width: 25%;
    float: left;
}

.card-label {
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
}

.card-info {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#card-holder {
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

.card-back-content {
    padding: 15px 15px 0;
}

.card-secret--last {
    color: #303030;
    text-align: right;
    margin: 0;
    font-size: 14px;
}

.card-secret {
    padding: 5px 12px;
    background-color: #fff;
    position: relative;
}

.card-secret:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    height: calc(100% + 6px);
    width: calc(100% - 42px);
    border-radius: 4px;
    background: repeating-linear-gradient(45deg, #ededed, #ededed 5px, #f9f9f9 5px, #f9f9f9 10px);
}

.card-back-logo {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.card-front-rotation {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.card-back-rotation {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
}

.card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 20px;
    margin-top: 3rem;
}

.card-inputs .mb-3 {
    display: flex;
    flex-direction: column;
}

.card-inputs input {
    padding: 0 !important;
}

.card-input-group {
    display: flex;
    gap: 10px;
}

/*! @name videojs-overlay-buttons @version 1.3.0 @license MIT */

.overlay-container-fluid {
    width: 100%;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-right: auto;
    margin-left: auto
}

.overlay-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -.75rem;
    margin-left: -.75rem
}

.overlay-row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    padding-right: .75rem;
    padding-left: .75rem;
    margin-top: 0
}

.overlay-col {
    flex: 1 0 0%
}

.overlay-col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}

.overlay-col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}

.mx-auto {
    margin: 0 auto !important
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-2x {
    font-size: 2em
}

.fa-4x {
    font-size: 4em
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1)
}

:root .fa-flip-horizontal {
    filter: none
}

.fa-backward:before {
    content: "\f04a"
}

.fa-history:before {
    content: "\f1da"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-play:before {
    content: "\f04b"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-lock:before {
    content: "\f023"
}

.fa-unlock:before {
    content: "\f09c"
}


.fa {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

.video-js .overlay-row {
    height: 100%;
    width: 100%;
    margin: 0 !important
}

.video-js .vjs-overlay {
    position: absolute;
    padding: 0 !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%
}

.vjs-overlay .control-overlay-buttons {
    display: grid;
    grid-auto-flow: column;
    height: 100%;
    width: 83% !important
}

.vjs-overlay .overlay-button {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.visible-none {
    visibility: hidden !important
}

.d-none {
    display: none !important
}

.vjs-overlay .overlay-button .icon {
    z-index: 2;
    transition-duration: 1s;
    cursor: pointer;
    text-shadow: 0 0 5px #000
}

.vjs-overlay .previous-button .icon:hover {
    transform: translateX(-25px)
}

.vjs-overlay .seek-left .icon:hover {
    transform: rotate(-50deg)
}

.vjs-overlay .play-button .icon:hover {
    transform: scale(1.2)
}

.vjs-overlay .seek-right .icon:hover {
    transform: rotate(50deg) scaleX(-1)
}

.vjs-overlay .next-button .icon:hover {
    transform: translateX(25px)
}

.vjs-control-bar {
    z-index: 2
}

button.vjs-big-play-button {
    display: none !important;
}