/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
Description: Child theme for Hello Elementor
Author: Your Name
*/

@import url("../hello-elementor/style.css");



.home-banner-slider {
                position: relative;
            }
            .banner-slide {
                padding: 100px 40px;
                color: white;
                position: relative;
                min-height: 523px;
                display: flex;
                align-items: center;
            }
            .banner-inner {
                display: flex;
                justify-content: space-between;
                align-items: center;
                max-width: 1200px;
                width: 100%;
                margin: 0 auto;
                flex-wrap: wrap;
            }
            .banner-left {
                flex: 1 1 50%;
                padding: 20px;
                text-align: left;
            }
            .banner-left h2 {
                font-size: 18px;
                margin-bottom: 0px;
                font-weight: 300;
            }
            .banner-left p {
                font-size: 40px;
                margin-bottom: 20px;
                line-height: 1em;
                color: black;
                font-weight: 600;
            }
            .banner-btn {
                background: #EC2023;
                color: #fff!important;
                padding: 6px 25px;
                text-decoration: none;
                display: inline-block;
                border-radius: 0px;
                transition: background 0.3s;
            }
            .banner-btn:hover {
                background: #333;
                color: #fff;
            }

            .banner-right {
                flex: 1 1 50%;
                text-align: center;
            }
            .banner-side-image {
                max-width: 100%;
                height: auto;
            }
            
            .slick-dots {
                position: absolute;
                bottom: 20px;
                width: 100%;
                text-align: center;
                z-index: 10;
            }
            
            .slick-dots li {
                display: inline-block;
                margin: 0 5px;
            }
            
            .slick-dots li button {
                font-size: 0;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                border: 1px solid #e50000;
                background: white;
                cursor: pointer;
                transition: all 0.3s ease;
            }
            
            .slick-dots li.slick-active button {
                background: #e50000;
            }



            @media (max-width: 768px) {
                .banner-inner {
                    flex-direction: column;
                }
                .banner-left, .banner-right {
                    flex: 1 1 100%;
                    text-align: center;
                }
                .banner-left {
                    text-align: center;
                }
            }
            
            @media only screen and (min-width: 1024px) and (max-width: 1299px)  {
    .banner-slide{
        padding: 60px 40px;
        min-height: 400px;
    }
   
    }
            
            
            
            
            
/*Latest Products style*/

  .latest-products-slider {
            display: flex;
        }
    .latest-products-slider .product-item {
        min-height: 380px;
        padding: 20px;
        text-align: center;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 0 8px rgba(0,0,0,0.1);
        margin: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .product-item img {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
     .product-item h4.latest-title
     
     {
         font-size:18px!important;
         font-weight:500;
     
     }
    .regular-price {
        text-decoration: line-through;
        color: red;
        margin-right: 5px;
    }
    .sale-price {
        color: black;
        font-weight: bold;
    }
    .latest-products-slider .slick-dots{
        bottom:-50px;
    }
    .slick-dots li button:before{
        font-size:0px;
    }
    
   .latest-products-slider  button{
       /*padding: 2.5rem 3rem!important;*/
       z-index: 9!important;
       /*border: none!important;*/
       /*background:#00000000!important;*/
   }
   .slick-prev:before, .slick-next:before{
       color: black;
   }
    
    /* Slick Arrows Style */
/*.slick-prev, .slick-next {*/
/*    width: 35px;*/
/*    height: 35px;*/
/*    background: #fff;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 50%;*/
/*    box-shadow: 0 2px 6px rgba(0,0,0,0.1);*/
/*    z-index: 10;*/
/*}*/

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    background: #ffffff!important;
    border: none;
    border-radius: 50%!important;
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    z-index: 10;
    border-radius: 50%;
}

.slick-prev::before, .slick-next::before {
    font-family: 'dashicons'!important;
    font-size: 20px;
    color: black;
    top: -4px;
    position: relative;
    justify-content: center;
    display: flex;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
    background: red;
    border: red;
}



.slick-prev {
    left: 0px!important;
}

.slick-next {
    right: 0px;
}


/*product category style*/
.product-categories-slider .category-item {
            padding: 10px;
        }

        .category-image {
            position: relative;
            width: 100%;
            height: 200px;
            background-size: cover!important;
            background-position: center;
            border-radius: 10px;
            overflow: hidden;
            background:white;
        }
        
        .category-image::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: rgba(0, 0, 0, 0.4); */
            /* adjust darkness here */
            z-index: 1;
        }

        .category-name {
            position: absolute;
            bottom: 10px;
            right: 0;
            left: 0;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
           z-index: 1;
            padding: 5px 10px;
            border-radius: 0px;
            background:#EC2023;
            justify-content: center;
            text-align:center;
            display: flex;

        }


/*product tab style*/
 .product-tab-nav {
            display: flex;
            gap: 20px;
            margin-bottom: 25px;
            justify-content: center;
            padding: 0;
            list-style: none;
        }

        .product-tab-nav li {
            cursor: pointer;
            padding: 8px 18px;
            background: #eee;
            font-weight: bold;
            color: #888;
            border-radius: 4px;
            transition: 0.3s;
        }

        .product-tab-nav li.active {
            background: #e00000;
            color: #fff;
        }

        .tab-pane {
            display: none;
        }

        .tab-pane.active {
            display: block;
        }

        ul.products.columns-5 {
            display: flex;
            flex-wrap: wrap;
            /*gap: 20px;*/
        }

        ul.products.columns-5 li.product {
            width: calc(20% - 16px);
            box-sizing: border-box;
            text-align: center;
        }

       .product-tabs .woocommerce ul.products li.product, .product-tabs.woocommerce-page ul.products li.product{
            border-radius: 10px;
            box-shadow: 0 0 8px rgb(0 0 0 / 10%);
            padding: 10px 22px;
            
        }
        .product-tabs .woocommerce ul.products li.product .star-rating,
        .product-tabs .woocommerce ul.products li.product span.onsale,
        .product-tabs .woocommerce ul.products li.product .button,
        .product-tabs .woocommerce ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-category__title,
        .product-tabs .woocommerce ul.products li.product .product-tabs .woocommerce-loop-product__link .product_type_simple,
       .product-tabs .woocommerce ul.products li.product .product-category {
            display: none !important;
        }

        /* Product title styling */
        .product-tabs .woocommerce ul.products li.product h2,
        .product-tabs .woocommerce ul.products li.product .woocommerce-loop-product__title {
            font-size: 16px;
            margin: 10px 0 5px;
        }

        /* Product price styling */
        .product-tabs .woocommerce ul.products li.product .price {
            font-size: 15px;
            color: #000;
            font-weight: 600;
        }

        @media screen and (max-width: 1024px) {
           .product-tabs ul.products.columns-5 li.product {
                width: calc(33.333% - 16px);
            }
        }

        @media screen and (max-width: 768px) {
          .product-tabs  ul.products.columns-5 li.product {
                width: calc(50% - 16px);
            }
        }

        @media screen and (max-width: 480px) {
           .product-tabs ul.products.columns-5 li.product {
                width: 100%;
            }
        }
        
        /*trending products style*/
         .trending-products-slider {
            display: flex;
        }
        .trending-products-slider .product-item {
            min-height: 380px;
            padding: 20px;
            text-align: center;
            background: #fff;
            border-radius: 10px;
            box-shadow: 0 0 8px rgba(0,0,0,0.1);
            margin: 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }
        .product-item img {
            max-width: 100%;
            height: auto;
            margin-bottom: 10px;
        }
        .product-item h4.trending-title {
            font-size:18px!important;
            font-weight:500;
        }
        .regular-price {
            text-decoration: line-through;
            color: red;
            margin-right: 5px;
        }
        .sale-price {
            color: black;
            font-weight: bold;
        }
        .slick-prev, .slick-next {
            width: 40px;
            height: 40px;
            background: #ffffff!important;
            border: none;
            border-radius: 50%!important;
            box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
            z-index: 10;
        }
        .slick-prev::before, .slick-next::before {
            font-family: 'dashicons'!important;
            font-size: 20px;
            color: black;
        }
        
        .logout-menu .hfe-nav-menu .sub-menu{
            min-width:110px!important;
        }