/*
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.1760059318
Updated: 2025-10-10 09:21:58

*/

body {
/* 	background-image: linear-gradient(to bottom, white, var(--e-global-color-accent)); */
	background-color: #FFF;
}

/* alternative */
/* body {
	background-image: linear-gradient(to right, var(--e-global-color-accent), #C5E8F7);
  background-size: 400% 400%;
  -webkit-animation: blueGradient 15s ease infinite;
  animation: blueGradient 15s ease infinite;
} */

/* body {
	background-color: #8ECBEA;
/*   background: linear-gradient(to right, #C5E8F7, #5BACD7); */
/* 	background: linear-gradient(to right, #C5E8F7, #9FDFFF);
  background-size: 400% 400%;
  -webkit-animation: blueGradient 15s ease infinite;
  animation: blueGradient 15s ease infinite; 
} */

@-webkit-keyframes blueGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes blueGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#content{
  min-height: calc(100vh - 32px - 66px - 121px - 8px);
	/*32px wp admin bar*/
	/*66px header block*/
	/*122px footer block*/
	/*9px additional*/
}

#primary.content-area, .elementor.elementor-location-single.product {
  min-height: calc(100vh - 32px - 66px - 121px);
	/*32px wp admin bar*/
	/*66px header block*/
	/*122px footer block*/
}

#BuyNowButtons A[href=""], 
#BuyNowButtons A[href="#"], 
#BuyNowButtons A:not([href]) {
    display: none;
}

/* uppercase main menu */
ul.elementor-nav-menu {
    text-transform: uppercase !important;
}

nav ul.sub-menu {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    border-radius: 4px;
    background-color: #f0f8fd;
		box-shadow: 0 2px 2px 0px #0000000f;
}

nav ul.sub-menu .elementor-sub-item {
	font-weight: 600 !important;
/* 	padding: 5px 13px ; */
}

nav ul.sub-menu .elementor-sub-item:hover,
nav ul.sub-menu .elementor-sub-item.elementor-item-active,
.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover{
    background-color: #f0f8fd !important;
    color: var(--e-global-color-primary) !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    z-index: 1;
}

.woocommerce-loop-product__title{
	text-align: center;
}

a.button.product_type_simple{
	display: none !important;
}

header.elementor.elementor-17.elementor-location-header {
    height: 66px;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background: transparent;
    border-color: #1681c4;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #1681c4;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #1681c4;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
}

[type=button], [type=submit], button {
    background-color: transparent;
    border: 1px solid #1681c4;
    border-radius: 3px;
    color: #1681c4;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    padding: .5rem 1rem;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    border: 40px solid #fff;
}

.custom-loop-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    gap: 20px;
}

/* For better-looking columns on some themes */
.custom-loop-grid > * {
    width: auto;
}

h5.products-listing-name, 
h5.collections-listing-name {
    text-align: center;
    align-self: center;
    width: 100% 386.656px;
    margin-top: -115%;
    margin-bottom: 86%;
    color: var(--e-global-color-primary);
    padding: 10% 0;
    background: linear-gradient(to bottom, #ffffff, transparent);
  text-shadow: 2px 2px 4px #FFFFFF;
    position: relative;
    text-shadow: 2px 2px 4px #FFFFFF;
}

@media (max-width: 1024px) {
    h5.products-listing-name, 
		h5.collections-listing-name {
        font-size: 16px;
    		margin-top: -116%;
    		margin-bottom: 88%;
    }
}


@media (max-width: 767px) {
    .custom-loop-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
        gap: 10px;
    }
	
	h5.products-listing-name, 
	h5.collections-listing-name{
		font-size: 10px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	header .elementor-widget-social-icons {
		display: none;
	}	
	
	nav ul.sub-menu {
			-webkit-column-count: 1;
			-moz-column-count: 1;
			column-count: 1;
	}
}

.elementor-widget-taxonomy-filter .e-filter > button.e-filter-item:not( [aria-pressed=true] ):not( :hover ) {
    background-color: #fff !important;
    border: solid 1px var(--e-global-color-primary) !important;
    color: var(--e-global-color-primary) !important;
}

.elementor-widget-taxonomy-filter .e-filter > button.e-filter-item:hover,
.elementor-widget-taxonomy-filter .e-filter > button.e-filter-item[aria-pressed="true"]
{
    background-color: var(--e-global-color-primary) !important;
		border: solid 1px var(--e-global-color-primary) !important;
}