
li#tab-title-reviews {
    display: none;
}
.product-labels.labels-rounded .product-label {
	display: none;}

div.quantity {
    display: inline-flex
;
    vertical-align: top;
    white-space: nowrap;
    font-size: 0;
    display: none;
}



.woocommerce-Tabs-panel--description h2 {
    display: none;
}



form.cart .single_add_to_cart_button.button.alt {
    display: block;
    width: 100%;
    background-color: #1e88e5 !important; /* Primary blue */
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0;
    border: none;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(30, 136, 229, 0.3);
}

form.cart .single_add_to_cart_button.button.alt:hover {
    background-color: #1565c0 !important; /* Darker blue */
    transform: scale(1.02);
    box-shadow: 0 6px 16px rgba(21, 101, 192, 0.4);
}
.single-product .product_meta .posted_in {
    display: none !important;
}
.product-tabs-wrapper .tabs-layout-tabs>.wd-nav-tabs-wrapper {
    margin-top: calc(var(--wd-single-spacing) * -1 - 1px);
    margin-bottom: 30px;
    display: none;
}
.product-tabs-wrapper {
    padding-top: 2px;
    padding-bottom: var(--wd-single-spacing);
    border-top: 1px solid rgb(255 255 255 / 11%);
    border-bottom: 1px solid var(--brdcolor-gray-300);
    background-color: var(--bgcolor-white);
}

.elementor-kit-9 {
    --e-global-color-primary: #000000;
    --e-global-color-secondary: #54595F;
    --e-global-color-text: #7A7A7A;
    --e-global-color-accent: #61CE70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500;
    color: var(--e-global-color-primary);
} 

div#tab-item-title-description {
    DISPLAY: NONE;
}

.summary-inner .product_meta {
    margin-bottom: 0PX;
    padding-top: 20px;
    border-top: 1px solid rgb(255 255 255 / 11%);
}

.single-breadcrumbs-wrapper {
    display: none;
}


