.wp-caption {
    text-align: center;
    margin: 10px;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.wp-caption-text {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.gallery-caption {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
    text-align: center;
}

.bypostauthor {
    font-weight: bold;
    color: #0073aa;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    text-align: center;
    margin: 10px;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.wp-caption-text {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

.gallery-caption {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
    text-align: center;
}

.bypostauthor {
    font-weight: bold;
    color: #0073aa;
}

.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.screen-reader-text:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    clip: auto;
    white-space: normal;
}


.post .entry-post-category {
    gap:3px !important;
}

.sticky-post {
    border: 2px solid var(--color-primary-background);
    padding: 15px;
    border-radius: 8px;
    position: relative;
}

.entry-post-title {
    word-wrap: break-word; 
    word-break: break-word; 
    white-space: normal; 
    overflow-wrap: break-word;
}

.product .product-wrapper .product-thumbnail-wrapper .product-thumbnail-buttons > * {
    text-decoration:none !important;
}

.woocommerce-message {
    font-size: 16px;
    line-height: 1.5;
    color: #212529; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #e7f5e9; 
    border-left: 4px solid #38c172; 
    border-radius: 8px;
}

.woocommerce-message strong {
    color: #38c172; 
    font-weight: bold;
}

/* Cart Button */
.woocommerce-message .button.wc-forward {
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px;
    color: #fff;
    background: #38c172;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.woocommerce-message .button.wc-forward:hover {
    background: #2fa65b;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}

.woocommerce-message .button.wc-forward:active {
    background: #238747; 
    transform: translateY(0); 
}

.product-stock.product-inventory.available-on-backorder {
    background-color: #fff8e1;
    border: 1px solid #ffca28;
    color: #ff9800;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

.product-wishlist .added {
    color: red; 
    fill: currentColor; 
}

.woocommerce-grouped-product-list {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.woocommerce-grouped-product-list tr {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.woocommerce-grouped-product-list tr {
    padding: 15px;
    vertical-align: middle;
}

.woocommerce-grouped-product-list .product-stock.product-inventory.available-on-backorder {
    display: flex;
    text-align: center !important;
    justify-content: center;
}


.woocommerce-grouped-product-list-item__label a {
    font-weight: bold;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.woocommerce-grouped-product-list-item__label a:hover {
    color: #0071a1;
}

.woocommerce-grouped-product-list-item__price {
    text-align: right;
    font-size: 1.1em;
    color: #555;
}

.single_add_to_cart_button,
.single_buy_now_button {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    margin-top: 15px;
}

.single_add_to_cart_button:hover,
.single_buy_now_button:hover {
    background: #0071a1;
}

.cart-actions {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    margin-top: 20px;
}



.yith-add-to-wishlist-button-block {
    display: flex;
    align-items: center;
    gap: 10px; 
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.yith-wcwl-add-to-wishlist-button {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333; 
    font-weight: bold;
    font-size: 1em;
    transition: color 0.3s ease;
}

.yith-wcwl-icon-svg {
    width: 24px; 
    height: 24px;
    transition: stroke 0.3s ease, transform 0.3s ease;
}

.yith-wcwl-add-to-wishlist-button:hover .yith-wcwl-icon-svg {
    transform: scale(1.1);
}

.yith-wcwl-add-to-wishlist-button--added .yith-wcwl-icon-svg {
    stroke: none; 
    transition: fill 0.3s ease;
}

.yith-wcwl-add-to-wishlist-button__label {
    margin-left: 5px; 
    font-size: 1em;
    text-transform: uppercase; 
    letter-spacing: 0.5px; 
    transition: color 0.3s ease;
}


.single-product .product-badges {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.25rem;
    pointer-events: none;
    position: absolute;
    z-index: 9999999 !important;
    left: 20px;
    top: 20px;
}

.woocommerce-notices-wrapper {
    margin-bottom: 1.25rem !important;
}

.woocommerce-cart .page-inner-content.inner-padding {
	padding-top:0 !important;
}

.site-free-shipping.warning {
	border-color: #FCA1A1;
    background-color: #FFF5F5 !important;
}

.site-free-shipping.success {
	    background-color: #f0fdf4 !important;
	border-color:#bbf7d0;
	color:#166534;
}

.site-free-shipping.success .background-green-600 {
	    background-color: #16a34a;
}

.site-free-shipping.warning .background-green-600 {
	    background-color: 
#dc2626;
}


.site-free-shipping.warning .amount {
	    color: #dc2626;
    font-size: 0.875rem;
    line-height: normal;
    font-weight: 700;
}


.woocommerce-cart-form__cart-item.cart_item .quantity.size-medium {
    --qty-size: 3.125rem !important;
}

.wc-empty-cart-message {
    display: none !important;
}

.woocommerce-cart-form__cart-item.cart_item .quantity-button.minus, .woocommerce-cart-form__cart-item.cart_item .quantity-button.plus {
	display:none !important;
}

input.input-text.qty.text {
	width:50px !important;
}

ul#shipping_method {
    list-style: none !important;
}


.price_slider_amount #min_price, .price_slider_amount #max_price {
	display:block !important;
}

.btn:not(.no-style).btn-link:hover {
	text-decoration-color:transparent !important;
}

.btn-link {
	text-decoration:underline !important;
}

.single-classes .page-inner-content.inner-padding {
	padding-top:0 !important;
}

.single-classes .site-page-header .page-header-inner {
	padding-bottom:0 !important;
}
/*
.section-hero .entry-media {
    height: 100dvh; 
    overflow: hidden;
}

.section-hero .entry-media img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
*/


ul#classTabs {
    border: 0 !important;
}

.woocommerce-message {
	margin-bottom:10px !important;
}

.swiper-nav.swiper-button-next, .swiper-nav.swiper-button-prev {
    z-index: 1;
}

ol.children {
    list-style: none !important;
}

@media only screen and (max-width: 600px) {
  .site-number-box {
   	min-width: 10.25rem !important;
	}
	
	button.accordion-button {
    white-space: normal;
	}
	
	.site-instructor-box.box-white.box-transparent.margin-top.margin-bottom.inview-element.for-hero-large {
		display:none !important;
	}
	
	.site-pricing-table .pricing-table-body ul li {
		font-size:0.675rem !important;
	}
}

.lightbox-column.content-column button {
    margin-top: 10px;
    background: black !important;
    color: white !important;
    width: 100% !important;
}

button:not(.slick-arrow):not(.no-style):not(.btn-link).btn-black, .btn:not(.no-style):not(.btn-link).btn-black, .single_add_to_cart_button:not(.no-style):not(.btn-link).btn-black {
	margin-top:0 !important;
}


/* @media screen and (min-width: 1024.02px) {
    .container {
        padding-left:0 !important;
        padding-right:0 !important;
    }
} 

 @media screen and (max-width: 1023.02px) {
    .container {
        padding-left: var(--theme-screen-padding) 0 !important;
        padding-right: var(--theme-screen-padding) 0 !important;
    }
} */

button.accordion-button.collapsed {
    white-space: normal;
}

 @media screen and (max-width: 1023.02px) {
     
    .schedule-table td.class-slot.no-lesson {
        display: none !important;
    }
    
}

.site-page-loading {
    z-index: 9999999 !important;
}

.woocommerce-error {
    padding: 1.5em !important;
    border: 1px solid #b81c23 !important;
    background: #f8d7da !important;
    color: #721c24 !important;
    list-style: none !important;
    margin: 0 0 1.5em !important;
}

.woocommerce-error li {
    margin: 0.5em 0 !important;
    font-size: 0.875rem !important;
}

.woocommerce-error a {
    color: #721c24 !important;
    text-decoration: underline !important;
}

.woocommerce-error a:hover {
    text-decoration: none !important;
    color: #b81c23 !important;
}

.woocommerce-info {
    padding: 1.5em;
    border: 1px solid #31708f;
    background: #d9edf7;
    color: #31708f;
    font-size: 0.875rem;
    line-height: 1.5em;
    margin: 0 0 1.5em;
    position: relative;
}

.woocommerce-info a {
    color: #31708f;
    font-weight: bold;
    text-decoration: underline;
}

.woocommerce-info a:hover {
    color: #23527c;
    text-decoration: none;
}

.woocommerce-invalid input.input-text {
    border: 1px solid #e2401c; 
    background-color: #fdf2f2; 
    color: #e2401c; 
}

.woocommerce-invalid .checkout-inline-error-message {
    color: #e2401c;
    font-size: 0.875rem;
    margin-top: 0.25em; 
    display: block; 
    line-height: 1.4;
}

.woocommerce-invalid label {
    color: #e2401c;
}

.woocommerce-invalid abbr[title="required"] {
    color: #e2401c;
    text-decoration: none;
}

.woocommerce-invalid {
    position: relative;
    margin-bottom: 1.5em;
}

.woocommerce-invalid input.input-text:focus {
    border-color: #e2401c;
    box-shadow: 0 0 4px rgba(226, 64, 28, 0.5); 
    outline: none;
}
