/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


        .wc-products-tabs { margin-top: 20px; }
        .wc-tabs-nav { list-style: none; display: flex; margin: 0; padding: 0; }
        .wc-tabs-nav li { padding: 10px 20px; cursor: pointer; border: 1px solid #ddd; margin-right: 5px; }
        .wc-tabs-nav li.active { background: #f5f5f5; font-weight: bold; }
        .wc-tab-content { display: none; margin-top: 20px; }
        .wc-tab-content.active { display: block; }
        .wc-tab-content ul.products { list-style: none; display: flex; flex-wrap: wrap; gap: 20px; padding: 0; margin: 0; }
        .wc-tab-content ul.products li.product {
		    border: 1px solid #000000;
		    padding: 0;
		    width: 270px;
		    box-shadow: 0px 0px 10px #00000021;
		    position: relative;
		    }
		ul.wc-tabs-nav {
    justify-content: center;
    column-gap: 20px;
}

ul.wc-tabs-nav li {
    font-family: "Made Tommy", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 30px 10px 30px;
    color: #ec5564;
    background: transparent !important;
    border: 1px solid #ec5564;
}

ul.wc-tabs-nav li:hover {
    color: #ffffff;
    background: #ec5564 !important;
}

ul.wc-tabs-nav li.active {
    background: #282c5b !important;
    border-color: #282c5b !important;
}

.wc-tab-content {}

.wc-tab-content ul.products {}

.wc-tab-content ul.products li.product a h2 {
    padding: 10px;
    font-size: 23px;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #ec5564 !important;
}

.wc-tab-content ul.products li.product a:last-child {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-secondary);
    border-radius: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    background: #282c5b;
    margin-left: auto !important;
    display: table;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}
   

.wc-tab-content ul.products li.product h2.woocommerce-loop-product__title {
    padding: 10px;
    font-size: 23px;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    color: #ec5564 !important;
    margin: 0;
    min-height: 133px;
    padding-bottom: 70px;
}

.wc-tab-content ul.products li.product  span.registration-closed {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d70000;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 30px 10px 30px;
    background: #d70000;
    margin-left: auto !important;
    display: table;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 0;
}