/*
Theme Name: Optima - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: optima
Text Domain: optima-child
*/

@import url("../optima/style.css");

html {scroll-behavior: smooth;}

.gt3_header_builder_text_component a[href^="tel:"]:hover{
    color: #5C834D !important;
}

.full_height_map .wpb_wrapper,
.full_height_map.wpb_raw_html{
	height:100%;
}

.single .listing_meta {
    display: none;
}

.blog_type4 .featured_post_info {
    padding: 20px 15px 20px 15px !important;
    background: transparent !important;
}

.blog_post_preview .learn_more {
    display: flex;
    align-items: center;
    color: #4EAAC8;
    display: inline-block;
    vertical-align: middle;
    float: none;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 1px;
}

.post_share > a, .listing_meta a:hover, .post_share:hover > a:before, .gt3_module_featured_posts .listing_meta a:hover, .recent_posts .listing_meta a, .widget.widget_posts .recent_posts li > .recent_posts_content .post_title a:hover,
.share_wrap a,  .share_wrap a span:before {
    color: #4EAAC8 !important;
}

.learn_more span:before, 
.gt3_module_title .carousel_arrows a:hover span:before,
.prev_next_links a:hover span i:before {
    border-color: #4EAAC8 !important;
}

.blog_post_preview .learn_more:hover{
    color: #3c869f;
}

.single-product .main_wrapper > .container {
    max-width: 100%;
    width: 100%;
}

.single-post .blog_content .blogpost_title {
    font-size: 18px !important;
    line-height: 28px !important;
}

.single .gt3_module_title {
    padding-bottom: 20px;
    padding-top: 40px;
    text-align: left;
    justify-content: flex-start;
}

.main-menu, .main-menu > ul, .main-menu > div, .main-menu > div > ul {
	vertical-align: middle;
}

.single-product-banner {
    position: relative;
}

.single-product-banner-content {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.single-product-banner-title {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 800;
    line-height: 68px;
}

.single-product-banner-image img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 100%;
    width: 100%;
}

.single-product-banner {
    position: relative;
    height: 800px;
    overflow: hidden;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.single-product-banner-image:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.4;
}

.single-product-banner-meta {
    display: flex;
    margin-bottom: 30px;
    gap: 60px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.single-product-banner-meta > div{
    display: flex;
    align-items: center;
}

.single-product-banner-meta i {
    color: #ffffff;
    font-size: 24px;
    margin-right: 10px;
}

#banner-timer {
    display: flex;
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    justify-content: flex-start;
    margin-top: 30px;
    gap: 20px;
    transition: all 0.25s;
}

#banner-timer.hidden{
    display: none;
}

.unit {
    text-align: center;
}

.unit span {
    font-weight: 800;
}

.unit p {
    font-weight: 800;
    font-size: 18px;
    color: #ffffff;
}

.single-product .site_wrapper{
    padding: 0;
}

.single-product-banner-buttons {
    margin-top: 50px;
    display: flex;
    gap: 30px;
}

.yen-btn {
    display: inline-flex;
    font-size: 18px;
    border-radius: 10px;
    border: 1px solid #4EAAC8;
    background: #4EAAC8;
    border-color: #4EAAC8;
    color: #fff;
    padding: 12px 24px;
}

.yen-btn:hover {
    background: transparent;
    color: #4EAAC8;
}

.yen-btn.call_order {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-repeat: repeat-x;
    background-size: 200%;
    background-position: 0 -100%;
}

.yen-btn.call_order:hover {
    opacity: 0.85;
}

.single-key-features-section {
    position: relative;
    margin-top: -60px;
    margin-bottom: 60px;
}

.single-key-features-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #4EAAC8;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.single-product .container.site-content{
    width: 100%;
    max-width: 100%;
}

.single-product .container.site-content > .row{
    margin-right: 0;
    margin-left: 0;
}

.single-product .container.site-content .site-main.col-sm-12.full-width {
    padding: 0;
}

.single-key-features {
    display: grid;
    gap: 20px;
    row-gap: 40px;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 180px;
    padding-bottom: 120px;
}

.single-key-features-item {
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
}

.single-key-features-item-icon {
    font-size: 80px;
    margin-bottom: 20px;
}

.single-key-features-item-name {
    font-size: 18px;
    font-weight: 600;
}

.single-key-features-item-description {
    font-size: 14px;
    margin-top: 10px;
    opacity: 0.8;
}

.single-image-text-section,
.trainers-section,
.topics-section {
    margin: 120px 0;
}

.topics-section {
    margin-bottom: 0;
}

.single-image-text-section-image img{
    border-radius: 16px;
}

.single-image-text-section-title {
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #000;
}

.single-image-text-section-description {
    margin-top: 50px;
    font-size: 16px;
}

.single-image-text-item {
    display: grid;
    grid-template-columns: 650px 1fr;
    gap: 50px;
    align-items: center;
}

.single-image-text-section-description ul {
    margin-bottom: 0;
    padding-left: 30px;
}

.single-image-text-section-description ul li {
    padding: 0 !important;
    list-style: none !important;
    position: relative !important;
    margin-bottom: 3px !important;
    padding-left: 5px !important;
}

.single-image-text-section-description ul li:before {
    content: "\f058";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    left: -25px;
    font-size: 18px;
    color: #4EAAC8;
}

.trainers-section {
    background: #f7f7f7;
    padding: 60px 0;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
}

.trainers-section-content {
    margin: 60px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.trainers-section-title,
.testimonials-section-title{
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #000;
}

.topics-section-title {
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #000;
    text-align: center;
}

.topics-section-content {
    margin: 60px;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000 !important;
    font-size: 18px;
    font-weight: 500;
    border: none;
    background-color: unset !important;
    outline: none;
    margin-bottom: 0;
}

.accordion button:hover{
    color: #4EAAC8 !important;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 10px;
    left: 6px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 6px;
    left: 10px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #4EAAC8 !important;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: max-content;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    font-size: 16px;
}

.single-product-buy-section {
    background: #4EAAC8;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

.buy-section-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}

.buy-section-content:has(.buy-section-content-info){
    grid-template-columns: 500px 1fr;
}


.quantity {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #4eaac8;
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce .quantity .qty {
    text-align: center;
    border: unset;
    position: relative;
    padding: 8px 12px;
    font-size: 16px;
    height: 40px;
}

.quantity button {
    background: #4eaac8;
    margin-bottom: 0;
    border-radius: 0;
    border: unset;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    font-weight: 400;
}

.quantity button:hover {
    color: #fff;
}

.wc-block-components-product-badge.wc-block-components-sale-badge {
    display: none;
}

.buy-section-content-info-title {
    max-width: 500px;
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #fff;
}

.buy-section-content-info-description {
    color: #fff;
    font-size: 13px;
    margin-top: 30px;
    font-weight: 700;
}

.buy-section-content-info-description a {
    color: #fff;
    text-decoration: underline;
}

.buy-section-content-info-description a:hover {
    text-decoration: none;
}

.buy-section-simple,
.variation-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    border-radius: 30px;
    text-align: center;
    width: 360px;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

form.add-to-cart-form {
    margin-top: auto;
}

.buy-section-simple:hover,
.variation-card:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.by-price {
    border-radius: 30px;
    background-color: #f7f7f7;
    padding: 25px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.buy-section-product-name {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 800;
    color: #000;
    line-height: 26px;
}

.buy-section-product-name span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #696969;
}

.buy-section-simple p.price,
.buy-section-variable p.price,
.buy-section-variable p.price > span.price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

.buy-section-simple ins,
.buy-section-variable ins {
    text-decoration: unset;
}

.buy-section-simple ins span.woocommerce-Price-amount.amount,
.buy-section-simple .price > span.woocommerce-Price-amount.amount,
.buy-section-variable ins span.woocommerce-Price-amount.amount, 
.buy-section-variable .price > span.woocommerce-Price-amount.amount {
    font-size: 26px;
    font-weight: 800;
    color: #4EAAC8;
}

.single_add_to_cart_button svg line:nth-child(1){
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset .5s cubic-bezier(.61,1,.88,1)
}

.single_add_to_cart_button svg line:nth-child(2){
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset .6s cubic-bezier(.61,1,.88,1) .3s
}

.single_add_to_cart_button svg line{
    stroke-width: 2;
    stroke: #000;
}

.single_add_to_cart_button:hover svg line{
    stroke-dashoffset: 0;
    stroke: #4EAAC8;
}

.single_add_to_cart_button {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
    border-color: #fff !important;
    border: 1px solid !important;
    padding: 12px 24px !important; 
    border-radius: 10px !important;
    font-size: 18px !important;
    background: transparent !important;
    color: #000 !important;
}

.single_add_to_cart_button span {
    display: contents;
}

.single_add_to_cart_button span svg {
    width: 16px;
}

.single_add_to_cart_button:hover {
    color: #4EAAC8 !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
    margin: 0 0 16px 0;
}

.yen-custom-order-received {
    margin: 200px 0;
    text-align: center;
}

.yen-custom-order-received p.woocommerce-notice {
    font-size: 22px;
    margin-bottom: 35px;
    font-weight: 700;
}

.woocommerce ul.woocommerce-thankyou-order-details {
    margin: 0 auto;
    width: max-content;
    list-style: none;
}

.variation-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.variation-cards .variation-card{
    width: 240px;
}

form#custom-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

form#custom-form input,
form#custom-form textarea,
form#custom-form select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #d4d8da !important;
    height: 40px;
}

form#custom-form label{
    font-size: 10px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0;
}

form#custom-form label span {
    margin-top: 4px;
    display: block;
}

form#custom-form select{
    cursor: pointer;
    appearance: none;
    padding-right: 3em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - .5em) 50%;
}

form#custom-form select:disabled,
form#custom-form select:invalid  {
  color: #42474c !important;
}

#specialist_name {
    display: none;
}

.form-row.form-col-2 {
    display: flex;
    gap: 20px;
}

.form-row.form-col-2:before,
.form-row.form-col-2:after {
    content: unset !important;
}

#swal2-validation-message {
    background: transparent !important;
}

.single-product-banner-image {
    height: 100%;
    width: 100%;
}

.single-repeated-content {
    margin: 60px 0;
    font-size: 16px;
}

textarea.yen-modal-inp {
    min-height: 100px;
    resize: none;
}

.buy-section-margin {
    margin: 120px 0;
}

a.product_buy_action.yen-btn-primary {
    border-radius: 10px;
    border: 1px solid #4EAAC8;
    background: #4EAAC8;
    border-color: #4EAAC8;
    color: #fff;
    padding: 12px 24px;
}

.container.buy-now-cta {
    text-align: center;
    margin-bottom: 60px;
}

a.product_buy_action.yen-btn-primary:hover {
    color: #4EAAC8;
    background: transparent;
}

.woocommerce form .form-row .optional {
    display: none;
}

.single-key-features-item-img {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.single-key-features-item-img img{
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}

.gift-card a{
    color: #fff !important;
    text-decoration:unset !important;
}

.gift-card a:hover {
    color: var( --e-global-color-primary ) !important;
}

.gift_btn {
    padding: 0px 12px 0px 12px;
    color: #FFFFFF;
    background-color: #4EAAC8;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #4EAAC8;
    border-radius: 10px 10px 10px 10px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 32px;
    font-weight: 700;
}

.gift_btn:hover {
    background-color: #fff !important;
    color: var( --e-global-color-primary ) !important;
}

.gift-btn-container {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: end;
}


.products.columns-3 .product {
    display: flex !important;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    cursor: pointer;
}

.products.columns-3 .product .product-thumbnail img{
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.products.columns-3 .product .product-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.products.columns-3 .product .product-thumbnail a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.product-title {
    position: absolute;
    padding: 30px;
    left: 0;
    bottom: 0;
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 3;
    transition: 0.25s;
}

.product-title:hover {
    opacity: 0.8;
}

.product-title a {
    color: #fff;
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
}

.product-title a:hover {
    color: #fff;
    opacity: 0.8;
}

.products.columns-3 .product:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    display: block;
    opacity: 0;
    z-index: 1;
    pointer-events: none;
    transition: opacity .4s;
    background-color: transparent;
    background-image: linear-gradient(180deg, #02010100 0%, #222222 76%);
}

.products.columns-3 .product:after {
    position: absolute;
    content: '';
    background: #19191940;
    width: 100%;
    height: 100%;
    top: 0px;
}

.products.columns-3 .product:hover:before{
    opacity: 1;
}

.gt3-products-header {
    margin-bottom: unset !important; 
    position: relative !important;  
    background: unset !important;  
    border-radius: unset !important; 
    padding: 15px 20px;
}

.woocommerce .gt3-products-header .woocommerce-ordering,
.woocommerce .gt3-products-header .woocommerce-result-count {
    display: none !important;
}

.products.columns-2,
.products.columns-3,
.products.columns-4 {
    display: grid;
    column-gap: 30px;
    margin: 0;
    grid-template-columns: repeat(3, 1fr);
}

.products.columns-2,
.products.columns-3,
.products.columns-4 {
    gap: 30px;
}

.products.columns-2 li.product,
.products.columns-3 li.product,
.products.columns-4 li.product {
    width: 100% !important;
}

.woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce-page ul.products::after, .woocommerce-page ul.products::before {
    content: unset !important;
}

.accordion-content ul li {
    padding: 0px 0px 10px 20px !important;
    list-style: inside !important;
}

.accordion-content ol > li:last-child{
    padding-bottom: 20px;
}

.woocommerce-message .button.wc-forward {
    display: none;
}

body.woocommerce-checkout .checkout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin: 0 -15px;
}

body.woocommerce-checkout .checkout .col2-set {
    width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

body.woocommerce-checkout .checkout .col2-set .col-1,body.woocommerce-checkout .checkout .col2-set .col-2 {
    width: 100%;
    box-sizing: border-box;
}

body.woocommerce-checkout .checkout .woocommerce-NoticeGroup-checkout {
    width: 100%;
    margin: 0 15px;
}

.top_footer .widget_nav_menu .menu {
    padding-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: space-between;
}

.main_footer .widget_nav_menu .menu .menu-item {
    display: inline-block;
    padding-bottom: 0;
    font-size: 11px !important;
    padding: 0 !important;
}

.top_footer > .container > .row {
    display: flex;
    align-items: center;
}

.top_footer .widget_text p {
    margin-bottom: 0 !important;
    font-size: 12px;
}

body:not(.home):not(.single-product) .site_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
    padding: 16px !important;
}

.woocommerce-privacy-policy-text {
    font-size: 14px;
}

textarea#order_comments {
    resize: none;
    min-height: 100px;
}

.widget.widget_nav_menu ul li a {
    color: #5c656d !important;
}

.widget.widget_nav_menu ul li a:hover {
    color:#5C834D !important;
}

.gt3_single_team_info > .gt3_single_team_info__item:first-child h4{
    color:#5C834D;
}

.team_btn a {
    background: unset !important;
    color: #4eaac8 !important;
}

.team_btn a:hover {
    color: #000000 !important;
}

.swal2-cancel {
    background: #4e4e4e;
    color: #fff;
    transition: all 0.25s;
}

.swal2-confirm {
    background: #4eaac8;
    color: #fff;
    transition: all 0.25s;
}

.swal2-confirm:hover,
.swal2-cancel:hover {
    color: #fff;
    opacity: 0.9;
    background-image: unset !important;
}


.woocommerce-terms-and-conditions-wrapper p.form-row.validate-required {
    font-size: 13px;
}

.woocommerce form.woocommerce-form-login .form-row label, .woocommerce form.woocommerce-checkout .form-row label {
    text-transform: capitalize !important;
}

.woocommerce table.shop_table thead th {
    text-transform: capitalize;
}

.woocommerce form.woocommerce-checkout input[type="text"] {
    padding: 4px 8px !important;
}

.woocommerce-terms-and-conditions-checkbox-text a {
    text-transform: lowercase !important;
}

.woocommerce-terms-and-conditions-checkbox-text{
    text-transform: initial !important;
}

.gt3_isotope-custom-menu .gt3_team_list__filter.isotope-filter {
    position: relative;
    float: unset !important;
    font-size: 14px;
    margin-top: unset !important;
    margin-bottom: 30px !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.gt3_single_team_info > .gt3_single_team_info__item h4 {
    text-transform: initial;
}

.gt3_pay_btn {
    background-color: #4eaac8 !important;
    color: #ffffff;
}

.gt3_pay_btn:hover {
    background-color: #388aa5!important;
}

.gt3_portfolio_info__wrapper {
    display: none !important;
}

.gt3_portfolio_list__desc {
    font-size: 14px;
    margin-top: 6px;
    line-height: 22px;
}

.single-portfolio .site_wrapper {
    padding-top: 0 !important;
}

.lost_password {
	display: none !important;
}

@media (min-width: 1024px) and (max-width: 1380px) {
    .single-image-text-item {
        grid-template-columns: 450px 1fr;
    }
}
@media (min-width: 1024px) and (max-width: 1240px) {
    .reserve_section_heading,
    .reserve-call-blog .vc_cta3-content-header > h2:first-child {
        font-size: 22px !important;
    }

    .reserve_section_heading span,
    .reserve-call-blog .vc_cta3-content-header > h2:first-child span {
        font-size: 26px !important;
    }
    .gt3_portfolio_list__title {
        font-size: 21px !important;
        line-height: 28px !important;
    }
    .gt3_team_list__title {
        font-size: 21px !important;
        line-height: 28px !important;
    }
    .gt3_team_list__position {
        font-size: 16px !important;
        margin-top: 6px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {

    .gt3_team_list__title {
        font-size: 21px !important;
        line-height: 28px !important;
    }
    .gt3_team_list__position {
        font-size: 16px !important;
        margin-top: 6px;
    }

    .yen-testimonials-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .staff-grid,
    .trainers-section-content {
        grid-template-columns: repeat(3, 1fr);
    }
    .single-key-features {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 120px;
        padding-bottom: 40px;
    }
    .single-image-text-item {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .buy-section-content:has(.buy-section-content-info) {
        grid-template-columns: 1fr;
    }
    .single-product-banner-image {
        height: 100%;
        width: 100%;
    }
    .single-product-banner-content .col-sm-offset-6.col-sm-6 {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .yen-testimonials-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .staff-grid,
    .trainers-section-content {
        grid-template-columns: repeat(2, 1fr);
    }
    .single-key-features {
        grid-template-columns: repeat(2, 1fr);
        padding-top: 120px;
        padding-bottom: 40px;
    }
    .single-image-text-item {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .buy-section-content:has(.buy-section-content-info) {
        grid-template-columns: 1fr;
    }

    .single-product-banner-title,
    .topics-section-title,
    .buy-section-content-info-title,
    .trainers-section-title,
    .single-image-text-section-title,
    .testimonials-section-title {
        font-size: 28px;
        line-height: 38px;
    }

    #banner-timer {
        font-size: 24px;
        line-height: 36px;
        justify-content: flex-start;
        margin-top: 30px;
        gap: 5px;
        transition: all 0.25s;
    }

    .single-product-banner-buttons > div a {
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .buy-section-simple, .variation-card,
    .variation-cards .variation-card {
        width: 300px;
        padding: 40px 20px;
    }

    .by-price {
        padding: 40px 20px;
    }

    .single-product-buy-section {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .buy-section-margin,
    .single-image-text-section,
    .trainers-section,
    .topics-section {
        margin: 60px 0;
    }

    .topics-section-content {
        margin: 0;
        margin-top: 60px;
    }

    .accordion button .accordion-title {
        padding: 1em 1em 1em 0;
        white-space: break-spaces;
    }

    .trainers-section {
        padding: 0;
        padding-top: 60px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .single-key-features-section:before {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .single-product-banner {
        height: 570px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .single-product-banner-image {
        height: 100%;
        width: 100%;
    }

    .products.columns-3, .products.columns-4, .products.columns-5, .products.columns-6, .products.columns-7 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .product-title a {
        font-size: 18px;
        line-height: 28px;
    }

    .buy-section-price {
        order: 0;
    }

    .buy-section-content-info {
        order: 1;
    }

    .buy-section-content-info-title {
        margin-bottom: 50px;
    }

    blockquote.alignright, img.alignright {
        margin: 0;
    }

    .hide_in_mobile {
        display: none !important;
    }

    .gt3_header_builder__section.gt3_header_builder__section--bottom .gt3_header_builder__section-container.container {
        height: 55px !important;
    }

    .gt3_header_builder__section.gt3_header_builder__section--middle .gt3_header_builder__section-container.container {
        height: 80px !important;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .buy-section-product-name span {
        padding: 0 10px;
    }

    .reserve_section_heading,
    .reserve-call-blog .vc_cta3-content-header > h2:first-child {
        font-size: 24px !important;
    }
    .reserve_section_heading span {
        font-size: 28px !important;
    }
    .gt3_header_builder__section.gt3_header_builder__section--bottom .gt3_header_builder__section-container.container {
        height: 55px !important;
    }
    .gt3_header_builder__section.gt3_header_builder__section--middle .gt3_header_builder__section-container.container {
        height: 80px !important;
    }
    .hide_in_mobile {
        display: none !important;
    }
    .top_footer .widget.gt3_widget.widget_nav_menu .menu {
        row-gap: 5px;
    }
    #par_social_links .thim-header-info a {
        display: grid;
        grid-template-columns: 28px 1fr;
        align-items: center;
        justify-content: center;
    }
    #par_social_links .thim-header-info a span {
        display: flex
    }
    .staff-grid,
    .trainers-section-content {
        grid-template-columns: repeat(1, 1fr);
    }
    .staff-single-content-area {
        grid-template-columns: 1fr;
    }
    .single-key-features {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 120px;
        padding-bottom: 40px;
    }
    .single-image-text-item {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .buy-section-content:has(.buy-section-content-info) {
        grid-template-columns: 1fr;
    }
    .single-product-banner-title,
    .topics-section-title,
    .buy-section-content-info-title,
    .trainers-section-title,
    .single-image-text-section-title,
    .testimonials-section-title {
        font-size: 24px;
        line-height: 32px;
    }
    #banner-timer {
        font-size: 24px;
        line-height: 36px;
        justify-content: flex-start;
        margin-top: 30px;
        gap: 5px;
        transition: all 0.25s;
    }
    .single-product-banner-buttons {
        flex-direction: column;
        text-align: center;
    }
    .single-product-banner-buttons > div a {
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    .single-product-banner-meta {
        flex-direction: column;
        gap: 15px;
        font-size: 14px;
    }
    .buy-section-simple, .variation-card,
    .variation-cards .variation-card {
        width: 290px;
        padding: 40px 20px;
        gap: 20px;
    }
    .by-price {
        padding: 40px 20px;
    }
    .single-product-buy-section {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .buy-section-margin,
    .single-image-text-section,
    .trainers-section,
    .topics-section {
        margin: 40px 0;
    }
    .topics-section-content {
        margin: 0;
        margin-top: 40px;
    }
    .accordion button .accordion-title {
        padding: 0;
        max-width: 250px;
        display: inline-block;
        white-space: break-spaces;
    }
    .accordion button {
        font-size: 14px;
    }
    .accordion .accordion-content {
        font-size: 12px;
    }
    .trainers-section {
        padding: 0;
        padding-top: 40px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .single-key-features-section:before {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .single-product-banner {
        height: 570px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .single-product-banner-image {
        height: 100%;
        width: 100%;
    }
    .single-product-banner-meta i {
        color: #BA0344;
        font-size: 18px;
        margin-right: 10px;
    }
    .products.columns-3, .products.columns-4, .products.columns-5, .products.columns-6, .products.columns-7 {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .product-title a {
        font-size: 18px;
        line-height: 28px;
    }
    .buy-section-price {
        order: 0;
    }
    .buy-section-content-info {
        order: 1;
    }
    .buy-section-content-info-title {
        margin-bottom: 50px;
    }
    blockquote.alignright, img.alignright {
        margin: 0;
    }
    .gallery {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .gallery-item {
        width: 100%;
        max-width: 100% !important;
        margin: 0;
    }
    .yen-testimonials-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .testimonial-item {
        padding: 30px 15px;
    }
    .yen-swiper-container {
        padding: 40px 10px;
    }
    .header-top-bar-info ul li:first-child{
        margin-bottom: 5px !important;
    }
    .gt3_module_blog:not(.items1) .blogpost_title {
        font-size: 24px !important;
        line-height: 28px !important;
        margin-top: 10px !important;
    }
    .blog_content .blog-content-wrapp {
        display: none;
    }
    .spacing_beetween_items_30 .item_wrapper {
        padding-top: 0 !important;
    }
    .spacing_beetween_items_30 .blog_post_preview {
        margin-bottom: 10px !important;
    }
    .blog_type4 .featured_post_info {
        padding-bottom: 0 !important;
    }
    .responsive_heading,
    .responsive_heading span {
        font-size: 28px;
    }
    .gt3_team_list__title {
        font-size: 22px !important;
        line-height: 32px !important;
    }
    .gt3_team_list__position {
        font-size: 16px !important;
        margin-top: 2px;
    }
    .gt3_team_list__item--content_on_bottom {
        padding-bottom: 15px !important
    }

    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a span {
        font-size: 16px !important;
        line-height: 22px !important;
    }
    body.wpb-js-composer .vc_general.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
        padding: 8px 16px !important;
        padding-right: 40px !important;
    }
}

@media (max-width: 768px) {

    .has-text-align-right {
        text-align: left !important;
    }

    .buy-section-simple p.price, .buy-section-variable p.price, .buy-section-variable p.price > span.price {
        margin-bottom: 0;
    }

    body.woocommerce-checkout .checkout .col2-set {
        width:100%
    }

    body.woocommerce-checkout .checkout .inner-col-set {
        padding: 15px
    }
    body.woocommerce-checkout .checkout {
        flex-wrap: wrap;
    }
    .top_footer .widget.gt3_widget.widget_nav_menu .menu {
        flex-wrap: wrap;
    }
    .top_footer > .container > .row {
        flex-wrap: wrap;
    }
    .top_footer .row div.span8 {
        margin-top: 20px !important;
    }
    .form-row.form-col-2 { 
        flex-wrap: wrap;
    }
    #home_main_section {
        background-position: 75% !important;
    }
    .gt3_portfolio__footer {
        width: 100%;
    }
    .single-post .site_wrapper {
        padding-bottom: 0 !important;
    }
    .full_height_map .wpb_wrapper, .full_height_map.wpb_raw_html {
        height: 400px;
    }
}

@media (min-width: 768px){
    .gift-btn-container {
        display: none;
    }
    .hide_on_web {
        display: none !important;
    }
}

@media (min-width: 374px) and (max-width: 480px) {
    #banner-timer {
        gap: 10px;
    }
}