/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1749896272
Updated: 2025-06-14 10:17:52

*/

.h3title h3 span {
	color: #B59D5A;
}

.stroke-text .elementor-heading-title {
    -webkit-text-stroke: 1px #fff;
    line-height: 1;
    letter-spacing: 8px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}

/* Shutter effect */
.button-hover .elementor-button {
	position: relative;
	overflow: hidden;
}
.button-hover .elementor-button::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #b59d5a;
	color: #131E25;
	transition: left 0.5s ease;
	z-index: 0;
}

.button-hover .elementor-button:hover::before{
	left: 0; 
}
.button-hover .elementor-button-content-wrapper{
	position: relative;
	z-index: 1;
}
/* Shutter effect */

.intro-style1__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-repeat: repeat-x;
    opacity: 0.1;
    animation: slide-2 60s linear infinite;
    -webkit-animation: slide-2 60s linear infinite;
}

@keyframes slide-2 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

@-webkit-keyframes slide-2 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 1920px 0;
    }
}

.loop-carousel .product_meta .detail-label {
	display: none;
}

.footer-last-col:before {
    content: "";
    position: absolute;
    left: -26px;
    top: 0;
    width: 16px;
    height: 21px;
    border-bottom: 15px solid #B59D5A;
    border-top: 15px solid transparent;
    border-right: 13px solid #B59D5A;
    border-left: 13px solid transparent;
    z-index: 1;
    display: inline-block;
}

.color-text span a{
    color: #B59D5A;
}

.loop-product-price .woocommerce-Price-amount {
	font-family: "Barlow Condensed", Sans-serif;
	color: #B59D5A;
	font-size: 28px;
    font-weight: 600;	
}

.breadcrumbs {
   color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.breadcrumbs a {
	color: #B59D5A;
}

