.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#1C1C1C;--e-global-color-5e3bc39:#283AC9;--e-global-color-9f791ce:#E124A0;--e-global-color-ce37daf:#9761F3;--e-global-color-ab95131:#AC21D3;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Figtree";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-primary );font-family:"Figtree", Sans-serif;font-size:22px;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#9761F3;font-family:"Figtree", Sans-serif;}.elementor-kit-5 h1{font-family:"Figtree", Sans-serif;}.elementor-kit-5 h2{font-family:"Figtree", Sans-serif;}.elementor-kit-5 h3{font-family:"Figtree", Sans-serif;}.elementor-kit-5 h4{font-family:"Figtree", Sans-serif;}.elementor-kit-5 h5{font-family:"Figtree", Sans-serif;}.elementor-kit-5 h6{font-family:"Figtree", Sans-serif;}.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;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.woocommerce-order {
        background: #252529;
    padding: 50px;
}
.woocommerce-order p, .woocommerce-order td, .woocommerce-order span {
    color: white !important;
}


/* animations */
.fadeInDown {
    animation-name: fadeInDown2 !important;
}
@keyframes fadeInDown2 {
	from {
		opacity: 0;
		transform: translate3d(0, -15%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.fadeInLeft {
    animation-name: fadeInLeft2 !important;
}
@keyframes fadeInLeft2 {
	from {
		opacity: 0;
		transform: translate3d(-15%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
    animation-name: fadeInRight2 !important;
}

@keyframes fadeInRight2 {
	from {
		opacity: 0;
		transform: translate3d(15%, 0, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}
.fadeInUp {
    animation-name: fadeInUp2 !important;
}
@keyframes fadeInUp2 {
	from {
		opacity: 0;
		transform: translate3d(0, 15%, 0)
	}
	to {
		opacity: 1;
		transform: none
	}
}/* End custom CSS */