/* 
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 */
.woocommerce .quantity .qty {
    width: 130px;
    text-align: center;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 -50px 0 0;

}

/* Style for the container */
.read-more-container {
    position: relative;
}

/* Style for the hidden content */
.read-more-content {
    display: none;
    margin-top: 10px; /* Adjust spacing as needed */
}

/* Style for the "Read More" button */
.read-more-button {
    
        background-color: #0065BD !important;
        color: #fff !important;
        border: none;
        padding: 8px 16px;
        cursor: pointer;
        margin-top: 20px;
   
}

/* Style for the button on hover */
.read-more-button:hover {
    background-color: #005dbb;
}

/* Style for the button when active (content is visible) */
.read-more-container.active .read-more-content {
    display: block;
}

button.e-n-tab-title{
    border-radius: 0px !important;
}
@media(min-width:1440px){
   .products .swiper-pagination-bullets {
    display: none !important;
   }
   .elementor-menu-cart__main{
    width: 385px !important;
   }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled{
    opacity: 1 !important;
}
.single-product table tbody>tr:nth-child(odd)>td, .single-product table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0deg 0% 50% / 0%);
}
.single-product form.cart .variations

 {
    margin-bottom: 0px !important;
}
.woocommerce-variation-price {
    padding-bottom: 30px;
}

p.stock.out-of-stock,span.sku_wrapper.detail-container {
    display: none !important;
}

