/*
Theme Name: Loobek Child
Theme URI: https://demo.theme-sky.com/loobek/
Author: Theme Sky Team
Author URI: http://theme-sky.com/
Description: A Premium and Responsive WordPress theme, designed for E-Commerce websites
Template: loobek
Version: 1.0.0
License: GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: loobek-child
*/

.header-v11.wider .menu-middle .header-middle .menu-wrapper {
    margin-left: auto;
}

.woocommerce .products .product .product-wrapper {
    max-width: 100%;
    height: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

h3.heading-title.product-name {
    text-align: center;
}

.meta-wrapper .heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.image-button-radius .thumbnail-wrapper > a,
body.image-button-radius #page .big-thumbnail .thumbnail-wrapper > a {
    border-radius: 10px;
    background-size: cover;
}

.woocommerce .products .product a img {
    margin: 0;
    box-shadow: none;
    width: 100% !important;
    object-fit: cover;
    height: 100%;
    background: #dfe5e3 !important;
}

.ticker {
    background: #4e9b3c;
    padding: 8px;
    color: #ffffff;
    border-radius: 10px;
}

.ts-store-notice .container {
    max-width: 1500px;
}

.header-sticky {
    position: absolute;
}

.header-top {
    display: none;
}

.ts-header.menu-middle nav > ul li ul.sub-menu {
    padding-top: 27px !important;
    box-shadow: 0 10px 10px rgb(0 0 0 / 51%);
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 275px;
}

.ts-header nav > ul li ul.sub-menu > li {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 8px;
    background: #eaeaea85;
}

/* Ensure all accordion items are closed by default */
.elementor-accordion .elementor-tab-content {
    display: none; /* Hide all accordion content */
}

/* Ensure the first accordion title is not active */
.elementor-accordion .elementor-tab-title.active {
    background-color: transparent; /* Optional: Adjust background */
    border: none; /* Optional: Remove border if needed */
}

/* Set aria-expanded attribute for accessibility */
.elementor-accordion .elementor-tab-title {
    aria-expanded: false !important; /* Default state for all titles */
}

.header-transparent .breadcrumb-v2 {
    align-items: center;
}

@media screen and (max-width: 580px) {
    .eael-product-grid .woocommerce ul.products {
        display: flex;
    }
    
    .elementor-widget-n-tabs .e-n-tabs-heading {
        display: flex;
    }
    
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
        margin-block-start: 0px;
    }
}

.ts-store-notice {
    background-color: #4e9b3c !important;
}

.ts-store-notice .container {
    padding: 0px !important;
    max-width: 100%;
    width: 100%;
    margin: 0px;
}

span.woocommerce-Price-amount.amount {
    margin: 0 auto;
}


#footer-listicon span.elementor-icon-list-icon {
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    margin-right: 10px;
}

@media screen and (max-width: 580px) {
    #footer-listicon span.elementor-icon-list-icon {
        padding: 3px;
    }
}

#my-product .product-name a {
    color: #fff;
}

#my-product .amount {
    color: #fff;
}

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

.wapf-input-label {
    font-weight: 600;
    font-size: 18px;
    color: #4e9b3c;
}

.header-number-style-v1 .tini-wishlist .count-number,
.header-number-style-v1 .ic-cart .cart-number {
    color: rgb(6 6 6);
    background-color: rgb(239 199 45);
    margin: -2px;
}

.shopping-cart-wrapper .ic-cart:before {
    font-size: 20px;
    background: #4e9b3c;
    padding: 4px;
    border-radius: 45px;
}

.ts-mobile-icon-toggle {
    position: relative;
    display: inline-block;
    text-align: center;
}

.ts-mobile-icon-toggle .icon {
    display: block;
    margin-bottom: 5px; /* Adds space between the icon and the text */
}

.ts-mobile-icon-toggle::after {
    content: "MENU";
    display: block;
    font-size: 14px; /* Adjust the size as needed */
    color: #000; /* Adjust the color as needed */
    margin-top: -7px; /* Adds space between the text and the icon */
    position: absolute;
    top: 30px;
}

.menu-label {
    display: block;
    text-align: center;
}

.bottom-text {
    font-size: 11px;
    letter-spacing: 1px;
}

.menu-wrapper nav > ul > li > a {
    line-height: 16px;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount {
    font-size: 14px;
    font-weight: 600;
    align-content: center;
}

.menu-sub-label {
    position: absolute;
    padding: 0 2px;
    line-height: 13px;
    font-size: 11px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    min-width: 35px;
    border-radius: 2px;
    text-transform: none;
    top: 119%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-weight: 300;
}

.page-id-21398 .menu-sub-label {
    color: #000000 !important;
    width: 100%;
    font-weight: 600;
}

.is-sticky .menu-sub-label {
    color: #000000 !important;
    width: 100%;
    font-weight: 600 !important;
}

#footer-listicon li.elementor-icon-list-item.elementor-inline-item {
    margin: 10px;
}

@media screen and (max-width: 580px) {
    .shopping-cart-wrapper .ic-cart:before,
    .ts-tiny-account-wrapper .account-link > a:before,
    .my-wishlist-wrapper a:before,
    .search-button > span:before {
        font-family: 'icomoon';
        position: relative;
        letter-spacing: 0;
        font-weight: normal;
        display: block;
        line-height: -13px;
        font-size: 30px;
        margin-left: 17px;
    }

    .header-number-style-v1 .shopping-cart-wrapper .cart-control .cart-number,
    .header-number-style-v1 .tini-wishlist .count-number {
        top: -12px;
    }

    .header-middle .header-right {
        display: flex;
        justify-content: center;
        align-items: center;
    }
	    .elementor-widget-n-tabs .e-n-tabs-heading {
        display: block !important;
    }
	    button#tab1, #tab2, #tab3, #tab4, #tab5 {
        width: 100% !important;
        margin-bottom: 10px;
    }
}

.wc-block-cart__submit {
    margin: 0 0 16px;
    position: relative;
    background-color: red !important;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
    display: block;
    color: #fff;
}

#colophon a {
    color: #fff !important;
}
