/* 
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 */

* {
    font-family: "League Spartan", Sans-serif;
}

.desc-link p a {
    color: #fff !important;
}

.desc-link p a:hover {
    color: #1A1A1A !important;
}

.button-hover a.elementor-button:hover .elementor-button-content-wrapper .elementor-button-text{
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: unset;
}

/* Header CSS Starts */

.sticky-header.sticky-header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all .3s ease-in-out !important;
    border-bottom: 1px solid #ffffff54;
}

.header-search .hfe-search-button-wrapper .hfe-search-form__container{
	max-height: 40px !important;	
}

.header-search .hfe-search-button-wrapper input.hfe-search-form__input {
    padding: 0px 20px !important;
    line-height: unset !important;
	border-radius: 10px 0 0 10px !important;
}

.header-search .hfe-search-button-wrapper .hfe-search-submit {
    padding: 12px 20px 10px !important;
    border-radius: 0 10px 10px 0;
}

.header-search .hfe-search-button-wrapper .hfe-search-submit:focus {
    outline: 0;
    box-shadow: none;
}

.header-search .hfe-search-button-wrapper #clear-with-button {
    padding: 12px 0 !important;
}

.social-icon .elementor-social-icons-wrapper .elementor-grid-item a.elementor-social-icon {
    font-size: 20px;
}

.header-category-dropdown {
    position: relative;
    display: inline-block;
}

.header-category-button {
	font-size: 16px !important;
    background: #F7F3ED;
    color: #1A1A1A;
    font-weight: 400 !important;
    padding: 14px 20px 10px;
    text-decoration: none;
    cursor: pointer;
}

.header-category-button:hover {
    color: #1A1A1A !important;
}

.header-category-menu {
    display: none;
    position: absolute;
    top: 28px !important;
    background: #EBF0F8;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	height: 300px;
	overflow-y: scroll;
}

.header-category-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-category-menu ul li a {
	font-size: 16px !important;
	color: #1A1A1A;
    text-decoration: none;
    display: block;
    padding: 8px 20px 4px;
}

.header-category-menu ul li a:hover,
.header-category-menu ul li.active a {
    background: #356BBB;
    color: #fff;
}

.header-category-dropdown:hover .header-category-menu {
    display: block;
}

/* Header CSS Ends */

/* Footer CSS Starts */

.payment-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    display: none;
}

/* Footer CSS Ends */

/* Home Page CSS Starts */

.hero-slider .hero-sliders-wrapper .item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 10px;
    position: relative;
}

.hero-slider .hero-sliders-wrapper .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.hero-slider .hero-sliders-wrapper .slick-dots li {
    list-style-type: none;
    margin: 0 10px;
}

.hero-slider .hero-sliders-wrapper .slick-dots li button {
    padding: 0;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    border: none;
    border-radius: 50%;
    position: relative;
}

.hero-slider .hero-sliders-wrapper .slick-dots li button:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid transparent;
    margin: -9px;
}

.hero-slider .hero-sliders-wrapper .slick-dots li.slick-active button:after {
    border-color: #fff;
}

.hero-slider .hero-sliders-wrapper .slick-dots li.slick-active button,
.hero-slider .hero-sliders-wrapper .slick-dots li button:hover {
    background: #fff;
}

.hero-slider .hero-sliders-wrapper .slick-dots li button:focus {
    outline: none;
    box-shadow: none;
}

.category-list {
    position: relative;
}

.category-list .slick-list {
    margin: 0 -10px;
}

.category-list .slick-slide {
    margin: 0 10px;
    height: 100%;
    background-color: #EBF0F8;
}


.category-list .cat-item a {
	width: 100%;
    display: inline-block;
    transition: all .3s ease-in-out;
}

.category-list .cat-item a:focus-visible {
    outline: none;
    box-shadow: none;
}

.category-list .cat-item a .item {
	padding: 24px 12px;
    background: #EBF0F8;
    max-width: 250px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
}

.category-list .cat-item a:hover .item {
    border-color: #356BBB;
}

.category-list .cat-item a .item img {
    max-width: 60%;
}

.category-list .cat-item a .item h4 {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
    color: #1A1A1A;
    margin: 0;
    text-align: center;
}

.category-list .cat-item a:hover .item h4 {
    color: #356BBB;
}

.category-list button.slick-arrow {
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 46px;
    height: 46px;
    background: #F7F3ED;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -70px;
    transition: all .3s ease-in-out;
    color: #1A1A1A;
}

.category-list button.slick-arrow:hover {
    background: #356BBB;
}

.category-list button.slick-arrow:hover:hover i,
.category-list button.slick-arrow:hover i:hover,
.category-list button.slick-arrow:focus i {
    color: #fff !important;
}

.category-list button.slick-arrow:focus {
    outline: none;
    box-shadow: none;
}

.category-list button.slick-next.slick-arrow {
    right: 0;
}

.category-list button.slick-prev.slick-arrow {
    right: 70px;
}

.category-list button.slick-arrow:hover i,
.category-list button.slick-arrow:focus i {
    color: #1A1A1A;
}

.popular-products {
    display: flex;
    flex-wrap: wrap;
}

.popular-products a {
    display: inline-block;
}

.popular-products .product-item {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
    padding-bottom: 40px;
}

.popular-products .product-item:nth-of-type(4n + 4) {
    margin-right: 0;
}

.popular-products .product-item .product-image {
    background: #EBF0F8;
    padding: 20px;
    height: 300px;
    position: relative;
    transition: all .3s ease-in-out;
    margin-bottom: 10px;
}

.popular-products .product-item .product-image:hover {
    background: #356BBB4D;
}

.popular-products .product-item .product-image a {
    display: block;
}

.popular-products .product-item .product-image a img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.popular-products .product-item .product-image .product-tags {
    position: absolute;
    top: 20px;
    left: 20px;
}

.popular-products .product-item .product-image .product-tags a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #356BBB;
    line-height: 1.2em;
    padding: 8px 14px 6px;
    border-radius: 2px;
    transition: all .3s ease-in-out;
}

.popular-products .product-item .product-image .product-button {
    display: none;
    transition: all .3s ease-in-out;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.popular-products .product-item .product-image:hover .product-button {
    display: block;
}

.popular-products .product-item .product-image:hover .product-button a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #356BBB;
    padding: 10px 24px 8px;
    border-radius: 2px;
    line-height: 1.2em;
    transition: all .3s ease-in-out;
}

.popular-products .product-item .product-image:hover .product-button a:hover {
    background: #fff;
    color: #356BBB
}

.popular-products .product-item .product-name,
.popular-products .product-item .product-category {
    margin-bottom: 10px;
}

.popular-products .product-item .product-name a,
.popular-products .product-item .product-price-rate .price .product-sale-price span.amount bdi {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #000;
}

.popular-products .product-item .product-category a,
.popular-products .product-item .product-price-rate .price .product-regular-price span.amount bdi {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    color: #838383;
}

.popular-products .product-item .product-price-rate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.popular-products .product-item .product-price-rate .rating span.dashicons-star-filled {
    color: #FFAD33;
}

.popular-products .product-item .product-price-rate .rating span.dashicons-star-empty {
    color: #9399A5;
}

.text-marquee-wrapper {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: 10px;
}

.text-marquee-content {
    display: flex;
    gap: 10px;
    animation: scroll 24s linear infinite;
    white-space: nowrap; /* Ensure items are on a single line */
}

.text-item {
    display: inline-block;
    flex-shrink: 0;
    margin: 0 20px;
    position: relative;
}

.text-item:after{
    content: '';
    position: absolute;
    top: -2px;
    right: -40px;
    background: url(/wp-content/uploads/2024/08/star-icon.svg.svg) no-repeat center center;
    background-size: 70% auto;
    width: 34px;
    height: 34px;
}

.text-item span a{
    color: #fff;
    font-size: 30px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 1.2em !important;
    display: inline-block;
    transition: all .3s;
}

.text-item span a:hover{
    color: #38C490;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% / 3 - 20px)); /* Adjusted to handle spacing */
    }
}

.text-marquee-wrapper:hover .text-marquee-content {
    animation-play-state: paused; /* Pause animation on hover */
}



/* Home Page CSS Ends */


@media only screen and (max-width: 991px) {

    .br-tablet-none br {
        display: none;
    }

    /* Header CSS Starts */

    .header-menu nav.hfe-nav-menu__layout-horizontal {
        width: 100% !important;
		top: 10px !important;
    }

    /* Header CSS Ends */

    /* Home Page Css Starts */

    .category-list button.slick-arrow {
        width: 36px;
        height: 36px;
        top: -50px;
    }

    .category-list button.slick-prev.slick-arrow {
        right: 45px;
    }

    .category-list .cat-item a .item h4 {
        font-size: 18px;
    }

    .popular-products .product-item {
        width: calc(50% - 10px);
    }

    .popular-products .product-item:nth-of-type(2n + 2) {
        margin-right: 0px;
    }

    .popular-products .product-item .product-image {
        height: 350px;
    }

    .text-item span a{
        font-size: 24px !important;
    }

    .text-item:after {
        top: -6px;
        background-size: 60% auto;
    }

    /* Home Page Css Ends */

}

@media only screen and (max-width: 767px) {

    .br-mobile-none br {
        display: none;
    }
	
	/* Header CSS Starts */

    .header-menu nav.hfe-nav-menu__layout-horizontal {
        width: 100% !important;
		top: 0px !important;
    }

    /* Header CSS Ends */
	
	/* Footer CSS Starts */
	
	.hero-slider .hero-sliders-wrapper .slick-dots li button {
		width: 4px ;
		height: 4px;
	}
	
	.hero-slider .hero-sliders-wrapper .slick-dots li button:after {
		width: 12px;
		height: 12px;
		margin: -6px;
	}
	
	.hero-slider .hero-sliders-wrapper .slick-dots {
		bottom: 0px;
	}
	
	/* Footer CSS Ends */
	
	/* Home Page Css Starts */

    .category-list .cat-item a .item h4 {
        font-size: 16px;
    }

    .popular-products {
        display: block;
    }

    .popular-products .product-item {
        width: 100%;
        margin-right: 0px;
    }

    .popular-products .product-item .product-image:hover .product-button a {
        font-size: 16px;
    }

    .popular-products .product-item .product-name a,
    .popular-products .product-item .product-price-rate .price .product-sale-price span.amount bdi {
        font-size: 18px;
    }

    .text-item span a{
        font-size: 20px !important;
    }

    .text-item:after {
        top: -7px;
        background-size: 40% auto;
    }

    /* Home Page Css Ends */

}