.elementor-kit-13{--e-global-color-primary:#228DC5;--e-global-color-secondary:#546D81;--e-global-color-text:#7A7A7A;--e-global-color-accent:#36AFE2;--e-global-color-82c54c2:#FFFFFF;--e-global-color-c3ab506:#B9E4F3;--e-global-color-8c3573e:#546D81;--e-global-color-7277b92:#2C5782;--e-global-color-4840a1c:#FFFFFF;--e-global-color-835f842:#FFFFFFBF;--e-global-color-17a5a50:#228DC5;--e-global-color-7575094:#0071B7;--e-global-color-2511919:#FFFFFFBF;--e-global-color-9e6165a:#0074BC;--e-global-color-aad163b:#0E1828;--e-global-color-91a8fa1:#000E28D1;--e-global-color-186d9db:#36AFE2;--e-global-color-1cf42b1:#009EE2;--e-global-color-9b3b370:#FFFFFF;--e-global-color-e1e8266:#7A7A7A14;--e-global-color-64f6458:rgba(237,237,237,0.85);--e-global-color-4768377:#B9E4F387;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-letter-spacing:-1px;--e-global-typography-secondary-font-family:"Catamaran";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Rokkitt";--e-global-typography-accent-font-size:28px;--e-global-typography-accent-font-weight:500;--e-global-typography-9c70952-font-family:"Poppins";--e-global-typography-9c70952-font-size:16px;--e-global-typography-9c70952-font-weight:700;--e-global-typography-9c70952-text-transform:uppercase;--e-global-typography-9c70952-font-style:normal;--e-global-typography-9c70952-line-height:1em;--e-global-typography-9c70952-letter-spacing:2px;--e-global-typography-dec682f-font-family:"Poppins";--e-global-typography-dec682f-font-size:19px;--e-global-typography-dec682f-font-weight:700;--e-global-typography-dec682f-line-height:1.2em;--e-global-typography-eff0c3d-font-family:"Poppins";--e-global-typography-eff0c3d-font-size:16px;--e-global-typography-eff0c3d-font-weight:700;--e-global-typography-eff0c3d-line-height:1em;--e-global-typography-5568d07-font-family:"Poppins";--e-global-typography-5568d07-font-size:15px;--e-global-typography-5568d07-font-weight:700;--e-global-typography-5568d07-line-height:1.4em;--e-global-typography-f24cfcc-font-family:"Poppins";--e-global-typography-f24cfcc-font-size:18px;--e-global-typography-f24cfcc-font-weight:700;--e-global-typography-f24cfcc-line-height:1em;--e-global-typography-69c5a03-font-size:23px;--e-global-typography-69c5a03-font-weight:400;--e-global-typography-69c5a03-line-height:1.4em;--e-global-typography-2bf7118-font-family:"Open Sans";--e-global-typography-2bf7118-font-size:19px;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-primary-font-size:26px;--e-global-typography-secondary-font-size:24px;--e-global-typography-accent-font-size:24px;--e-global-typography-accent-line-height:1.3em;--e-global-typography-eff0c3d-font-size:16px;--e-global-typography-f24cfcc-font-size:16px;--e-global-typography-69c5a03-font-size:23px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, .8);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}


.elementor-menu-cart__container {
    min-height: 100vh;
}/* End custom CSS */