.elementor-kit-6{--e-global-color-primary:#062546;--e-global-color-secondary:#0B9459;--e-global-color-text:#E9F1F7;--e-global-color-accent:#FFFFFF;--e-global-color-f95f6ce:#1B3452;--e-global-color-5c81fc0:#36A5A5;--e-global-color-8093ab5:#472B7B;--e-global-color-fba3bf2:#21145F;--e-global-typography-primary-font-family:"Lato";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Lato";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-weight:500;--e-global-typography-6962de7-font-family:"Lato";--e-global-typography-6962de7-font-size:20px;--e-global-typography-6962de7-font-weight:700;--e-global-typography-b6d253c-font-family:"Lato";--e-global-typography-b6d253c-font-size:55px;--e-global-typography-b6d253c-font-weight:800;--e-global-typography-239b573-font-family:"Lato";--e-global-typography-239b573-font-size:55px;--e-global-typography-239b573-font-weight:800;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-6{--e-global-typography-239b573-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================
   WOOCOMMERCE – ADDED TO BASKET NOTICE
========================================= */

.woocommerce-notices-wrapper {
	margin: 0 !important;
	padding: 0 !important;
}


/* Main notice */
.woocommerce-message {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;

	width: 100% !important;

	margin: 0 !important;

	/*
	 * 1600px max content width
	 * + 24px page padding
	 */
	padding-top: 18px !important;
	padding-bottom: 18px !important;
	padding-left: max(24px, calc((100vw - 1600px) / 2 + 24px)) !important;
	padding-right: max(24px, calc((100vw - 1600px) / 2 + 24px)) !important;

	box-sizing: border-box !important;

	background: #E9F1F7 !important;

	border: 0 !important;
	border-top: 2px solid #009b55 !important;

	color: #222 !important;

	font-size: 14px !important;
	line-height: 1.4 !important;
}


/* Success tick */
.woocommerce-message::before {
	position: static !important;

	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	flex: 0 0 auto !important;

	margin: 0 !important;

	transform: none !important;

	color: #009b55 !important;
}


/* =========================================
   VIEW BASKET BUTTON
========================================= */

.woocommerce-message .button,
.woocommerce-message a.button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;

	float: none !important;

	margin: 0 0 0 auto !important;

	min-height: 48px !important;

	padding: 0 18px !important;

	background: #009b55 !important;

	border: 0 !important;
	border-radius: 4px !important;

	box-shadow: none !important;

	color: #fff !important;

	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1 !important;

	text-transform: uppercase !important;
	text-decoration: none !important;
}


/* Hover */
.woocommerce-message .button:hover,
.woocommerce-message a.button:hover {
	background: #00894b !important;
	color: #fff !important;
}


/* Remove spacing beneath notice */
.woocommerce-notices-wrapper + * {
	margin-top: 0 !important;
}/* End custom CSS */