.elementor-kit-8{--e-global-color-primary:#1D1D1B;--e-global-color-secondary:#4D4D4D;--e-global-color-text:#1D1D1B;--e-global-color-accent:#1D1D1B;--e-global-typography-primary-font-family:"Tilt Warp";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Tilt Warp";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Questrial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Tilt Warp";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{border-style:solid;}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a, a:active, a:focus {
   outline: none;
}

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);
}

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);
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}
header.sticky-header > .e-con {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .e-con {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

.ast-scroll-to-top-right {
    right: 39px;
    bottom: 90px;
}

@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
	
	header.sticky-header.elementor-sticky--effects .e-con .elementor-nav-menu--dropdown {
        margin-top: 25px !important;
    }
    
    .ast-scroll-to-top-right {
        right: 27px;
    }
}

header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

.elementor-menu-cart__footer-buttons a {
    font-size: .9rem !important;
}

.elementor-menu-cart__footer-buttons .elementor-button--view-cart {
    background-color: var(--e-global-color-primary);
}

.elementor-menu-cart__footer-buttons .elementor-button--checkout {
    background-color: var(--e-global-color-primary);
}

.ast-article-post .post-thumb-img-content img {
    aspect-ratio: auto;
}

fieldset {
    border-radius: 0px;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 0px;
}

.shipping-custom-text {
    font-size: 13px;
    text-indent: 0;
    margin-left: -22px;
}

.ast-on-card-button.ast-onsale-card {
    visibility: hidden;
}

button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
    color: var(--e-global-color-primary);
    background: #fff;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 15px;
}

@media (min-width: 768px) {
    .woocommerce div.product div.images img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
        width: 100%;
        height: auto;
    }
}/* End custom CSS */