/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.tc-wrapper {

    background: url(background-pattern.png) #000;

}

.single_variation_wrap .woocommerce-variation.single_variation {
    display: none;!important;
}

#newlayer strong::before {
    content: '';
    display: block;
    margin-top: 10px; /* Adjust the margin as needed */
}

#newlayer {
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-top: 20px;
}

#newlayer .variation-meta p {
    margin: 10px 0;
}

#newlayer .variation-meta strong {
    display: inline-block;
    width: 150px;
}

#newlayer .variation-meta p:last-of-type {
    font-size: small;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 3001;
}

#newlayer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateX(100vw);
    width: 80%;
    max-width: 800px;
    height: auto;
    max-height: 90vh;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 3002;
    overflow-y: auto;
    display: none;
    opacity: 0;
    transition: all 0.5s ease;
}

#closeNewLayer {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.buttons {
	display: flex;
    flex-direction: column;
    gap: 10px;
    height: auto;
    align-items: baseline;
}
}

.buttons button {
    width: 100%;
    padding: 10px;
	
}

.buttons button:hover {
    background-color: #de0000 !important;
}

/* Hide product images in the WooCommerce cart */
.attachment-woocommerce_thumbnail size-woocommerce_thumbnail {
    display: none;
}

/* Hide product images in the WooCommerce mini cart */
.woocommerce-mini-cart .product-thumbnail {
    display: none;
}

a.bdt-button.bdt-button-view-cart.bdt-size-md {
    display: none;
}

.bdt-mini-cart-product-thumbnail {
    display: none;
}

#bdt-offcanvas-6466dd6.bdt-offcanvas {
    height: 100%;
}

.variation dt,
.variation dd {
    margin: 0;
    padding: 0;
    float: left;
}

.variation dt {
    clear: left;
    width: 125px; /* Adjust the width as needed */
}

.variation dd {
    margin-left: 10px; /* Adjust spacing between dt and dd if needed */
}

.variation dd p {
    margin: 0; /* Remove default margin from <p> elements */
}


.variation-AgeGroup, 
.variation-ClassType, 
.variation-ClassDay, 
.variation-ClassTime, 
.variation-StudentID {
   display: inline;
    margin: 10px;
    padding: 0;
}

.variation-AgeGroup + .variation-AgeGroup, 
.variation-ClassType + .variation-ClassType, 
.variation-ClassDay + .variation-ClassDay, 
.variation-ClassTime + .variation-ClassTime, 
.variation-StudentID + .variation-StudentID {
    margin-left: 10px; /* Adjust the spacing between the elements if needed */
}

dd.variation-ClassType, dd.variation-CLASSTYPE {
    font-weight: 600;
    color: #27c727;
    margin-top: 20px;
    margin-left: 1px;
    font-size: 17px;
}

dl.variation {
    display: table;
    margin-top: 8px;
	align-items:left;
}

dt.variation-ClassType,dt.variation-CLASSTYPE {
    display: none;
}

.bdt-mini-cart-product-price span.quantity {
    margin-left: 20px;
}

/* Hide QTY field on both desktop and mobile */
.woocommerce-cart .product-quantity {
    display: none !important;
}

td.product-thumbnail, th.product-thumbnail {
    display: none !important;
}

td.product-name {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 4px 12px 44px 13px;
    vertical-align: middle;
    line-height: 1.5em;
}

.product-name > a {
    display: block !important;
} 


/* Custom styles to override WooCommerce small screen styles */
@media only screen and (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        display: block !important;
        text-align: right !important;
        border: 0px !important;
    }

	dl.variation {
    display: inline-block !important;
    margin-top: 8px;
	align-items:left;
}

	span.quantity {
	display:none !important;
}
	
    /* Hide QTY field on mobile */
    .woocommerce table.shop_table_responsive tr td.product-quantity,
    .woocommerce-page table.shop_table_responsive tr th.product-quantity,.woocommerce table.shop_table_responsive tr td.product-quantity, .woocommerce-page table.shop_table_responsive tr th.product-thumbnail,.woocommerce table.shop_table_responsive tr td.product-thumbnail,.woocommerce table.shop_table_responsive tr th.product-price,
    .woocommerce-page table.shop_table_responsive tr td.product-price {
        display: none !important;
    }
}

tr.cart-subtotal {
    display: none !important;
}

th.product-price,td.product-price { display:none !important;}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #28B10A !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #de0000 !important;
    color: #fff !important;
}

span.quantity {
	display:none;
}

.item-price-quantity {
    font-size: 14px;
    color: #de0000;
    font-weight: 700;
    margin-top: 12px;
    margin-left: 5px;
}

div.fpf-fields-config-wrapper {
display:none!important;
}

.elementor-widget-bdt-wc-mini-cart .widget_shopping_cart_content .amount {
    color: #de0000;
}