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

/* Global */

h2.elementor-heading-title {
	font-weight: 900 !important;
}

/* Helpers */

.rte__table-wrapper {
	overflow-x: auto;
}
.site-header__cart--button .elementor-button {
    border: none;
}

.marquee-strip .swiper-slide {
    padding: 7px 20px;
}

.marquee-strip .elementor-testimonial__footer {
    margin-top: 0;
}

.newsletter-form .elementor-field-textual {
    height: 45px;
    background-color: transparent !important;
    border: 2px solid #000000;
}

.newsletter-form .elementor-field-type-submit {
    height: 45px;
    width: 45px;
    padding: 0 !important;
    position: absolute;
    right: 0;
}

.newsletter-form .elementor-button[type="submit"] {
    font-size: 18px;
    height: 45px;
    width: 45px;
    border: 1px solid #222222;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
}

.newsletter-form .elementor-button[type="submit"] svg * {
    fill: #000000 !important;
}

/* HEADER */
@media only screen and (max-width: 1024px) {
    .site-header__column--center {
        order: 0;
        justify-content: flex-start;
        width: 25%;
    }

    .site-header__column--left {
        order: 1;
        width: 50%;
		justify-content: center;
    }

    .site-header__column--right {
        order: 2;
        width: 25%;
    }
}
/* SINGLE BLOG */

.single-blog-post__content iframe{
	width: 556px;
	height: 311px;
}

.single-blog-post__tags .elementor-widget-container {
	display: flex;
}

.single-blog-post__tags h5 {
	margin: 0;
}

.single-blog-post__tags .tag-cloud-link {
	color: #000000;
	font-size: 16px !important;
}

.single-blog-post__navigation .post-navigation__arrow-prev,  .single-blog-post__navigation .post-navigation__arrow-next {
	font-size: 16px !important;
}

.single-blog-post__navigation .post-navigation__arrow-prev:after{
	content: '<';
}

.single-blog-post__navigation .post-navigation__arrow-next:after{
	content: '>';
}


/* HOME */

/* Typography */
@media only screen and (max-width: 1024px) {
   .home h2.elementor-heading-title {
        font-size: 45px !important;
        line-height: 1.10em !important;
    }
}

/* Banner Section */
@media only screen and (max-width: 1024px) {
    .banner {
        display: block;
        background-image: url(/wp-content/uploads/2025/06/banner-image-mobile.webp) !important;
        padding-top: 20vw;
        padding-bottom: 80vw;
    }

    .banner__title h1 {
        font-size: 45px !important;
    }
}

@media only screen and (max-width: 640px) {
    .banner {
        padding-top: 10vw;
        padding-bottom: 80vw;
    }
}

/* FOOTER */
.top-site-footer {
    color: #ffffff !important;
}

.top-site-footer a,
.top-site-footer p,
.top-site-footer span,
.top-site-footer li,
.top-site-footer h1,
.top-site-footer h2,
.top-site-footer h3,
.top-site-footer h4,
.top-site-footer h5,
.top-site-footer h6 {
    color: #ffffff !important;
}

.bottom-site-footer {
    color: #ffffff !important;
}

.bottom-site-footer a,
.bottom-site-footer p,
.bottom-site-footer span,
.bottom-site-footer li,
.bottom-site-footer h1,
.bottom-site-footer h2,
.bottom-site-footer h3,
.bottom-site-footer h4,
.bottom-site-footer h5,
.bottom-site-footer h6 {
    color: #ffffff !important;
}

@media only screen and (max-width: 1024px) {
	
    .top-site-footer__left-column, .top-site-footer__center-column, .top-site-footer__right-column  {
        align-items: center;
		margin-bottom: 20px;
    }
	
    .bottom-site-footer__left-column, .bottom-site-footer__right-column  {
        align-items: center;
    }
	
    .top-site-footer {
        padding-bottom: 0;
    }	
	
	.bottom-site-footer {
		padding-top: 0;
	}
	
    .top-site-footer,  .bottom-site-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
	
    .bottom-site-footer__right-column  {
        order: 0;
    }
	
	.bottom-site-footer__left-column {
		order: 1;
	}
	
}

/* ABOUT US */

/* Our Story Section  */

@media only screen and (max-width: 1024px) {
	
	.our-story {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}

/* Banner Video Section */

.banner-video__video {
	height: 105px;
}

.banner-video__video .elementor-widget-container {
	background-color: transparent !important;
}

.banner-video__video .elementor-custom-embed-image-overlay img {
	display: none;
}

@media only screen and (max-width: 1024px) {
	
	.banner-video {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}


/* CONTACT US */

/* Contact Banner Section */

@media only screen and (max-width: 1024px) {
	
    .contact-banner {
        display: block;
        background-image: url(/wp-content/uploads/2025/06/contact-bg-mobile.webp) !important;
        padding-top: 20vw;
        padding-bottom: 80vw;
		padding-left: 20px;
		padding-right: 20px;		
    }
	
    .contact-banner__title h1 {
        font-size: 45px !important;
    }	
	
}

@media only screen and (max-width: 640px) {
	
    .contact-banner {
        padding-top: 10vw;
        padding-bottom: 80vw;
    }
}


/* Contact Form Section */

.contact-form__form .elementor-button {
    font-size: 18px;
    line-height: 18px;
    color: #f3c14b !important;
    background-color: #000000 !important;
    border-radius: 0;
    padding: 12px 24px;
}

.contact-form__form .elementor-field-type-submit {
	display: block
}

/* COAS */

/* Certificates Section */

.certicates__button .elementor-button {
	font-size: 16px;
	color: #ffffff !important;
	background-color: #000000 !important;
	border-radius: 0;
	padding: 12px 20px;
}

/*BLOG NEWS */

/* Blog News Featured Section */

.featured-blog__featured .elementor-post__thumbnail__link {
	width:51% !important;
}

@media only screen and (max-width: 1024px) {
	
	.featured-blog__featured  .elementor-posts-container {
	        grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 1024px) {
	
    .featured-blog {
        padding-left: 10px;
        padding-right: 10px;
    }
	
	.featured-blog__featured .elementor-post__thumbnail__link {
		 order: 0;
	}
	
	.featured-blog__featured .elementor-post {
		 flex-direction: column;
	}
	
	.featured-blog__featured .elementor-post__thumbnail{
		padding-bottom: 0 !important;
	}
	
	.featured-blog__featured .elementor-post__thumbnail img {
  
        left: unset !important;
        position: relative !important;
        top: unset !important;
        transform: none !important;
        width: 100% !important;
        object-fit: cover;
	}
	
	.featured-blog__featured .elementor-post__thumbnail__link {
		width:100% !important;	
		margin-left: 0 !important;
		margin-bottom: 20px;
	}
	
}

/*WOOCOMMERCE */

.woocommerce-shop .site-main, 
.tax-product_cat.woocommerce .site-main {
    max-width: 100% !important;
    padding: 50px 20px;
}

.woocommerce-shop .woocommerce-products-header__title, 
.tax-product_cat.woocommerce .woocommerce-products-header__title {
	font-size: 46px;
	line-height: 55px;
	text-align: center;
}

.woocommerce-breadcrumb, 
.tax-product_cat.woocommerce .add_to_cart_button, 
.woocommerce ul.products li.product .button,
.woocommerce-tabs  {
	display: none !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
}

.term-merch.woocommerce ul.products li.product, .term-merch.woocommerce-page ul.products li.product {
    margin-left: auto;
    margin-right: auto;
	float: none;
}

.woocommerce-loop-product__title {
	color: #000000;
	font-size: 20px !important;
	line-height: 24px !important;
}

.woocommerce ul.products li.product .price {
	color: #000000 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	text-align: center;
}


.woocommerce ul.products li.product .star-rating {
	margin-left: auto;
	margin-right: auto;
	color: #f3c14b;
}


.woocommerce ul.products li.featured:before, 
.woocommerce-page ul.products li.featured:before {
    content: "Most Popular";
    color: #ffffff;
    background-color: #ffcc00;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 900;
    position: absolute;
    left: 20px;
}
.woocommerce ul.products li.outofstock, 
.woocommerce-page ul.products li.outofstock,
.woocommerce ul.products li.product_cat-wholesale a.woocommerce-loop-product__link {
    pointer-events: none;
}

.woocommerce ul.products li.outofstock:before, 
.woocommerce-page ul.products li.outofstock:before {
    content: "Sold Out";
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(211, 211, 211, 0.7);
    color: red;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
	
   .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	   width: 48% !important;
	}
	
}

@media only screen and (max-width: 640px) {
	
   .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	   width: 100% !important;
	}
	
}
/*Single Product*/
.single-product .site-main {
    max-width: 100% !important;
    padding: 50px 80px;
}

.single-product .related.products {
    clear: both;
}

.single-product .related.products h2 {
    text-align: center;
	margin-bottom: 50px;
}

.woocommerce div.product form.cart div.quantity {
    float: none;
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .button {
    float: none;
}

.woocommerce .star-rating span {
    color: #f3c14b;
}

.woocommerce-review-link {
	display: none;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
	color: #000000;
}
.single-product div.product form.cart .button {
    width: 500px;
    max-width: 100%;
}

.single-product div.product form.cart .buy-now-btn {
    color: #000000;
    border: 2px solid #000000;
}

.single-product .product_meta {
	display:none;
}

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 0 !important;
    vertical-align: middle !important;
    background-color: transparent !important;
}

.woocommerce div.product form.cart .reset_variations {
    margin-top: 20px;
    display: block;
}

.single-product .product.outofstock .newsletter-form, .single-product .product.outofstock .tbdl-single-product__email-notification {
	display: block !important;
}

.single-product .product.product-type-variable .tbdl-single-product__buy-now-btn {
 	display: block;
}

.single-product .product.product-type-variable form.cart .button {
    color: #f3c14b !important;
	background-color: #FFFFFF !important;
	border: 1px solid #f3c14b;
}
/* Container styling */
.woocommerce-account .woocommerce {
    max-width: 900px;
    margin: 60px auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 48px 32px 32px 32px;
}

/* Custom heading */
.woocommerce-account .woocommerce:before {
    display: block;
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #222;
    text-align: left;
    content: "";
}
body.page-id-1759 .woocommerce-account .woocommerce:before {
    content: "Login";
}
body.page-id-1763 .woocommerce-account .woocommerce:before {
    content: "Register";
}
/* Hide register form on login page */
body.page-id-1759 .u-column2.col-2,
body.page-id-1759 .woocommerce-form-login-toggle {
    display: none !important;
}

/* Hide login form on register page */
body.page-id-1763 .u-column1.col-1,
body.page-id-1763 .woocommerce-form-login-toggle {
    display: none !important;
}

/* Make the visible form full width */
body.page-id-1759 .u-column1.col-1,
body.page-id-1763 .u-column2.col-2 {
    width: 100% !important;
    float: none !important;
}
/* Hide default WooCommerce title */
.woocommerce-account .entry-title {
    display: none;
}

/* Form box */
.woocommerce form {
    border: 1px solid #d6d6e7;
    border-radius: 6px;
    padding: 32px 24px 24px 24px;
    box-shadow: none;
    background: #fff;
    margin-bottom: 0;
}

/* Form fields */
.woocommerce form .form-row {
    margin-bottom: 20px;
}
.woocommerce form .form-row label {
    font-size: 18px;
    color: #222;
    font-weight: 500;
    margin-bottom: 6px;
    display: block;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row input[type="text"],
.woocommerce form .form-row input[type="email"],
.woocommerce form .form-row input[type="password"] {
    width: 100%;
    padding: 12px 16px;
    font-size: 18px;
    border: 2px solid #222;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 0;
    box-sizing: border-box;
}

/* Two columns for register form */
body.page-id-1763 .woocommerce form .form-row-first,
body.page-id-1763 .woocommerce form .form-row-last {
    width: 48%;
    float: left;
    margin-right: 4%;
}
body.page-id-1763 .woocommerce form .form-row-last {
    margin-right: 0;
}
body.page-id-1763 .woocommerce form .form-row-wide {
    width: 100%;
    float: none;
    clear: both;
}

/* Clear floats */
.woocommerce form:after {
    content: "";
    display: table;
    clear: both;
}

/* Button styling */
.woocommerce form .button,
.woocommerce form .woocommerce-Button {
    background: #111 !important;
    color: #ffa500 !important;
    padding: 12px 32px;
    border: none;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 12px;
    margin-bottom: 0;
    box-shadow: none;
    transition: background 0.2s;
}
.woocommerce form .button:hover,
.woocommerce form .woocommerce-Button:hover {
    background: #222 !important;
}

/* "Create account" link styling */
.create-account-link,
.woocommerce form .create-account-link {
    margin-top: 18px;
    display: block;
}
.create-account-link a,
.woocommerce form .create-account-link a {
    color: #111;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}
.create-account-link a:hover,
.woocommerce form .create-account-link a:hover {
    text-decoration: underline;
}

/* Lost password and remember me */
.woocommerce form .lost_password {
    float: right;
    font-size: 16px;
    margin-top: 0;
}
.woocommerce form .lost_password a {
    color: #222;
    text-decoration: none;
}
.woocommerce form .lost_password a:hover {
    text-decoration: underline;
}
.woocommerce form .woocommerce-form__label-for-checkbox {
    font-size: 16px;
    margin-left: 8px;
}

/* Responsive */
@media (max-width: 900px) {
    .woocommerce-account .woocommerce {
        max-width: 98vw;
        padding: 24px 4vw;
    }
    .woocommerce-account .woocommerce:before {
        font-size: 32px;
    }
    .woocommerce form {
        padding: 18px 6vw;
    }
    body.page-id-1763 .woocommerce form .form-row-first,
    body.page-id-1763 .woocommerce form .form-row-last {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}
