﻿
/* Extracted Inline CSS */

		img:is([sizes=auto i], [sizes^="auto," i]) {
			contain-intrinsic-size: 3000px 1500px
		}

		/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
	

		img.wp-smiley,
		img.emoji {
			display: inline !important;
			border: none !important;
			box-shadow: none !important;
			height: 1em !important;
			width: 1em !important;
			margin: 0 0.07em !important;
			vertical-align: -0.1em !important;
			background: none !important;
			padding: 0 !important;
		}

		/*# sourceURL=wp-emoji-styles-inline-css */
	

		:root {
			--wp-block-synced-color: #7a00df;
			--wp-block-synced-color--rgb: 122, 0, 223;
			--wp-bound-block-color: var(--wp-block-synced-color);
			--wp-editor-canvas-background: #ddd;
			--wp-admin-theme-color: #007cba;
			--wp-admin-theme-color--rgb: 0, 124, 186;
			--wp-admin-theme-color-darker-10: #006ba1;
			--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
			--wp-admin-theme-color-darker-20: #005a87;
			--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
			--wp-admin-border-width-focus: 2px
		}

		@media (min-resolution:192dpi) {
			:root {
				--wp-admin-border-width-focus: 1.5px
			}
		}

		.wp-element-button {
			cursor: pointer
		}

		:root .has-very-light-gray-background-color {
			background-color: #eee
		}

		:root .has-very-dark-gray-background-color {
			background-color: #313131
		}

		:root .has-very-light-gray-color {
			color: #eee
		}

		:root .has-very-dark-gray-color {
			color: #313131
		}

		:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
			background: linear-gradient(135deg, #00d084, #0693e3)
		}

		:root .has-purple-crush-gradient-background {
			background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
		}

		:root .has-hazy-dawn-gradient-background {
			background: linear-gradient(135deg, #faaca8, #dad0ec)
		}

		:root .has-subdued-olive-gradient-background {
			background: linear-gradient(135deg, #fafae1, #67a671)
		}

		:root .has-atomic-cream-gradient-background {
			background: linear-gradient(135deg, #fdd79a, #004a59)
		}

		:root .has-nightshade-gradient-background {
			background: linear-gradient(135deg, #330968, #31cdcf)
		}

		:root .has-midnight-gradient-background {
			background: linear-gradient(135deg, #020381, #2874fc)
		}

		:root {
			--wp--preset--font-size--normal: 16px;
			--wp--preset--font-size--huge: 42px
		}

		.has-regular-font-size {
			font-size: 1em
		}

		.has-larger-font-size {
			font-size: 2.625em
		}

		.has-normal-font-size {
			font-size: var(--wp--preset--font-size--normal)
		}

		.has-huge-font-size {
			font-size: var(--wp--preset--font-size--huge)
		}

		.has-text-align-center {
			text-align: center
		}

		.has-text-align-left {
			text-align: left
		}

		.has-text-align-right {
			text-align: right
		}

		.has-fit-text {
			white-space: nowrap !important
		}

		#end-resizable-editor-section {
			display: none
		}

		.aligncenter {
			clear: both
		}

		.items-justified-left {
			justify-content: flex-start
		}

		.items-justified-center {
			justify-content: center
		}

		.items-justified-right {
			justify-content: flex-end
		}

		.items-justified-space-between {
			justify-content: space-between
		}

		.screen-reader-text {
			border: 0;
			clip-path: inset(50%);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
			word-wrap: normal !important
		}

		.screen-reader-text:focus {
			background-color: #ddd;
			clip-path: none;
			color: #444;
			display: block;
			font-size: 1em;
			height: auto;
			left: 5px;
			line-height: normal;
			padding: 15px 23px 14px;
			text-decoration: none;
			top: 5px;
			width: auto;
			z-index: 100000
		}

		html :where(.has-border-color) {
			border-style: solid
		}

		html :where([style*=border-top-color]) {
			border-top-style: solid
		}

		html :where([style*=border-right-color]) {
			border-right-style: solid
		}

		html :where([style*=border-bottom-color]) {
			border-bottom-style: solid
		}

		html :where([style*=border-left-color]) {
			border-left-style: solid
		}

		html :where([style*=border-width]) {
			border-style: solid
		}

		html :where([style*=border-top-width]) {
			border-top-style: solid
		}

		html :where([style*=border-right-width]) {
			border-right-style: solid
		}

		html :where([style*=border-bottom-width]) {
			border-bottom-style: solid
		}

		html :where([style*=border-left-width]) {
			border-left-style: solid
		}

		html :where(img[class*=wp-image-]) {
			height: auto;
			max-width: 100%
		}

		:where(figure) {
			margin: 0 0 1em
		}

		html :where(.is-position-sticky) {
			--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
		}

		@media screen and (max-width:600px) {
			html :where(.is-position-sticky) {
				--wp-admin--admin-bar--position-offset: 0px
			}
		}

		/*# sourceURL=wp-block-library-inline-css */
	

		.svg-inline--fa {
			display: inline-block;
			height: 1em;
			overflow: visible;
			vertical-align: -.125em;
		}

		/*# sourceURL=font-awesome-svg-styles-default-inline-css */
	

		.wp-block-font-awesome-icon svg::before,
		.wp-rich-text-font-awesome-icon svg::before {
			content: unset;
		}

		/*# sourceURL=font-awesome-svg-styles-inline-css */
	

		:root {
			--wp--preset--aspect-ratio--square: 1;
			--wp--preset--aspect-ratio--4-3: 4/3;
			--wp--preset--aspect-ratio--3-4: 3/4;
			--wp--preset--aspect-ratio--3-2: 3/2;
			--wp--preset--aspect-ratio--2-3: 2/3;
			--wp--preset--aspect-ratio--16-9: 16/9;
			--wp--preset--aspect-ratio--9-16: 9/16;
			--wp--preset--color--black: #000000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--color--primary: #446084;
			--wp--preset--color--secondary: #d26e4b;
			--wp--preset--color--success: #7a9c59;
			--wp--preset--color--alert: #b20000;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px;
			--wp--preset--spacing--20: 0.44rem;
			--wp--preset--spacing--30: 0.67rem;
			--wp--preset--spacing--40: 1rem;
			--wp--preset--spacing--50: 1.5rem;
			--wp--preset--spacing--60: 2.25rem;
			--wp--preset--spacing--70: 3.38rem;
			--wp--preset--spacing--80: 5.06rem;
			--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
			--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
			--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
		}

		:where(body) {
			margin: 0;
		}

		.wp-site-blocks>.alignleft {
			float: left;
			margin-right: 2em;
		}

		.wp-site-blocks>.alignright {
			float: right;
			margin-left: 2em;
		}

		.wp-site-blocks>.aligncenter {
			justify-content: center;
			margin-left: auto;
			margin-right: auto;
		}

		:where(.is-layout-flex) {
			gap: 0.5em;
		}

		:where(.is-layout-grid) {
			gap: 0.5em;
		}

		.is-layout-flow>.alignleft {
			float: left;
			margin-inline-start: 0;
			margin-inline-end: 2em;
		}

		.is-layout-flow>.alignright {
			float: right;
			margin-inline-start: 2em;
			margin-inline-end: 0;
		}

		.is-layout-flow>.aligncenter {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		.is-layout-constrained>.alignleft {
			float: left;
			margin-inline-start: 0;
			margin-inline-end: 2em;
		}

		.is-layout-constrained>.alignright {
			float: right;
			margin-inline-start: 2em;
			margin-inline-end: 0;
		}

		.is-layout-constrained>.aligncenter {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		body .is-layout-flex {
			display: flex;
		}

		.is-layout-flex {
			flex-wrap: wrap;
			align-items: center;
		}

		.is-layout-flex> :is(*, div) {
			margin: 0;
		}

		body .is-layout-grid {
			display: grid;
		}

		.is-layout-grid> :is(*, div) {
			margin: 0;
		}

		body {
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
		}

		a:where(:not(.wp-element-button)) {
			text-decoration: none;
		}

		:root :where(.wp-element-button, .wp-block-button__link) {
			background-color: #32373c;
			border-width: 0;
			color: #fff;
			font-family: inherit;
			font-size: inherit;
			font-style: inherit;
			font-weight: inherit;
			letter-spacing: inherit;
			line-height: inherit;
			padding-top: calc(0.667em + 2px);
			padding-right: calc(1.333em + 2px);
			padding-bottom: calc(0.667em + 2px);
			padding-left: calc(1.333em + 2px);
			text-decoration: none;
			text-transform: inherit;
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-primary-color {
			color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-color {
			color: var(--wp--preset--color--secondary) !important;
		}

		.has-success-color {
			color: var(--wp--preset--color--success) !important;
		}

		.has-alert-color {
			color: var(--wp--preset--color--alert) !important;
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-primary-background-color {
			background-color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-background-color {
			background-color: var(--wp--preset--color--secondary) !important;
		}

		.has-success-background-color {
			background-color: var(--wp--preset--color--success) !important;
		}

		.has-alert-background-color {
			background-color: var(--wp--preset--color--alert) !important;
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-primary-border-color {
			border-color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-border-color {
			border-color: var(--wp--preset--color--secondary) !important;
		}

		.has-success-border-color {
			border-color: var(--wp--preset--color--success) !important;
		}

		.has-alert-border-color {
			border-color: var(--wp--preset--color--alert) !important;
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important;
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important;
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important;
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important;
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important;
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important;
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important;
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important;
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important;
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important;
		}

		/*# sourceURL=global-styles-inline-css */
	

		.woocommerce form .form-row .required {
			visibility: visible;
		}

		/*# sourceURL=woocommerce-inline-inline-css */
	
		.bg {
			opacity: 0;
			transition: opacity 1s;
			-webkit-transition: opacity 1s;
		}

		.bg-loaded {
			opacity: 1;
		}
	

			.woocommerce-product-gallery {
				opacity: 1 !important;
			}
		

		:root {
			--primary-color: #3D0070;
		}

		.container-width,
		.full-width .ubermenu-nav,
		.container,
		.row {
			max-width: 1230px
		}

		.row.row-collapse {
			max-width: 1200px
		}

		.row.row-small {
			max-width: 1222.5px
		}

		.row.row-large {
			max-width: 1260px
		}

		.header-main {
			height: 89px
		}

		#logo img {
			max-height: 89px
		}

		#logo {
			width: 200px;
		}

		#logo img {
			padding: 7px 0;
		}

		.header-top {
			min-height: 30px
		}

		.transparent .header-main {
			height: 90px
		}

		.transparent #logo img {
			max-height: 90px
		}

		.has-transparent+.page-title:first-of-type,
		.has-transparent+#main>.page-title,
		.has-transparent+#main>div>.page-title,
		.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
			padding-top: 90px;
		}

		.header.show-on-scroll,
		.stuck .header-main {
			height: 70px !important
		}

		.stuck #logo img {
			max-height: 70px !important
		}

		.header-bg-color {
			background-color: rgba(255, 255, 255, 0.9)
		}

		.header-bottom {
			background-color: #f1f1f1
		}

		.header-main .nav>li>a {
			line-height: 16px
		}

		@media (max-width: 549px) {
			.header-main {
				height: 70px
			}

			#logo img {
				max-height: 70px
			}
		}

		.nav-dropdown {
			border-radius: 10px
		}

		.nav-dropdown {
			font-size: 100%
		}

		/* Color */
		.accordion-title.active,
		.has-icon-bg .icon .icon-inner,
		.logo a,
		.primary.is-underline,
		.primary.is-link,
		.badge-outline .badge-inner,
		.nav-outline>li.active>a,
		.nav-outline>li.active>a,
		.cart-icon strong,
		[data-color='primary'],
		.is-outline.primary {
			color: #3D0070;
		}

		/* Color !important */
		[data-text-color="primary"] {
			color: #3D0070 !important;
		}

		/* Background Color */
		[data-text-bg="primary"] {
			background-color: #3D0070;
		}

		/* Background */
		.scroll-to-bullets a,
		.featured-title,
		.label-new.menu-item>a:after,
		.nav-pagination>li>.current,
		.nav-pagination>li>span:hover,
		.nav-pagination>li>a:hover,
		.has-hover:hover .badge-outline .badge-inner,
		button[type="submit"],
		.button.wc-forward:not(.checkout):not(.checkout-button),
		.button.submit-button,
		.button.primary:not(.is-outline),
		.featured-table .title,
		.is-outline:hover,
		.has-icon:hover .icon-label,
		.nav-dropdown-bold .nav-column li>a:hover,
		.nav-dropdown.nav-dropdown-bold>li>a:hover,
		.nav-dropdown-bold.dark .nav-column li>a:hover,
		.nav-dropdown.nav-dropdown-bold.dark>li>a:hover,
		.header-vertical-menu__opener,
		.is-outline:hover,
		.tagcloud a:hover,
		.grid-tools a,
		input[type='submit']:not(.is-form),
		.box-badge:hover .box-text,
		input.button.alt,
		.nav-box>li>a:hover,
		.nav-box>li.active>a,
		.nav-pills>li.active>a,
		.current-dropdown .cart-icon strong,
		.cart-icon:hover strong,
		.nav-line-bottom>li>a:before,
		.nav-line-grow>li>a:before,
		.nav-line>li>a:before,
		.banner,
		.header-top,
		.slider-nav-circle .flickity-prev-next-button:hover svg,
		.slider-nav-circle .flickity-prev-next-button:hover .arrow,
		.primary.is-outline:hover,
		.button.primary:not(.is-outline),
		input[type='submit'].primary,
		input[type='submit'].primary,
		input[type='reset'].button,
		input[type='button'].primary,
		.badge-inner {
			background-color: #3D0070;
		}

		/* Border */
		.nav-vertical.nav-tabs>li.active>a,
		.scroll-to-bullets a.active,
		.nav-pagination>li>.current,
		.nav-pagination>li>span:hover,
		.nav-pagination>li>a:hover,
		.has-hover:hover .badge-outline .badge-inner,
		.accordion-title.active,
		.featured-table,
		.is-outline:hover,
		.tagcloud a:hover,
		blockquote,
		.has-border,
		.cart-icon strong:after,
		.cart-icon strong,
		.blockUI:before,
		.processing:before,
		.loading-spin,
		.slider-nav-circle .flickity-prev-next-button:hover svg,
		.slider-nav-circle .flickity-prev-next-button:hover .arrow,
		.primary.is-outline:hover {
			border-color: #3D0070
		}

		.nav-tabs>li.active>a {
			border-top-color: #3D0070
		}

		.widget_shopping_cart_content .blockUI.blockOverlay:before {
			border-left-color: #3D0070
		}

		.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
			border-left-color: #3D0070
		}

		/* Fill */
		.slider .flickity-prev-next-button:hover svg,
		.slider .flickity-prev-next-button:hover .arrow {
			fill: #3D0070;
		}

		/* Focus */
		.primary:focus-visible,
		.submit-button:focus-visible,
		button[type="submit"]:focus-visible {
			outline-color: #3D0070 !important;
		}

		/* Background Color */
		[data-icon-label]:after,
		.secondary.is-underline:hover,
		.secondary.is-outline:hover,
		.icon-label,
		.button.secondary:not(.is-outline),
		.button.alt:not(.is-outline),
		.badge-inner.on-sale,
		.button.checkout,
		.single_add_to_cart_button,
		.current .breadcrumb-step {
			background-color: #7B1FBF;
		}

		[data-text-bg="secondary"] {
			background-color: #7B1FBF;
		}

		/* Color */
		.secondary.is-underline,
		.secondary.is-link,
		.secondary.is-outline,
		.stars a.active,
		.star-rating:before,
		.woocommerce-page .star-rating:before,
		.star-rating span:before,
		.color-secondary {
			color: #7B1FBF
		}

		/* Color !important */
		[data-text-color="secondary"] {
			color: #7B1FBF !important;
		}

		/* Border */
		.secondary.is-outline:hover {
			border-color: #7B1FBF
		}

		/* Focus */
		.secondary:focus-visible,
		.alt:focus-visible {
			outline-color: #7B1FBF !important;
		}

		body {
			color: #444444
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.heading-font {
			color: #444444;
		}

		body {
			font-size: 109%;
		}

		@media screen and (max-width: 549px) {
			body {
				font-size: 100%;
			}
		}

		body {
			font-family: "Barlow Condensed", sans-serif;
		}

		body {
			font-weight: 400;
			font-style: normal;
		}

		.nav>li>a {
			font-family: "Barlow Condensed", sans-serif;
		}

		.mobile-sidebar-levels-2 .nav>li>ul>li>a {
			font-family: "Barlow Condensed", sans-serif;
		}

		.nav>li>a,
		.mobile-sidebar-levels-2 .nav>li>ul>li>a {
			font-weight: 500;
			font-style: normal;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.heading-font,
		.off-canvas-center .nav-sidebar.nav-vertical>li>a {
			font-family: "Barlow Condensed", sans-serif;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.heading-font,
		.banner h1,
		.banner h2 {
			font-weight: 700;
			font-style: normal;
		}

		.alt-font {
			font-family: Allura, sans-serif;
		}

		.alt-font {
			font-weight: 400 !important;
			font-style: normal !important;
		}

		.header:not(.transparent) .header-nav-main.nav>li>a {
			color: #ffffff;
		}

		a {
			color: #7B1FBF;
		}

		a:hover {
			color: #3D0070;
		}

		.tagcloud a:hover {
			border-color: #3D0070;
			background-color: #3D0070;
		}

		.widget a {
			color: #444444;
		}

		.widget a:hover {
			color: #3D0070;
		}

		.widget .tagcloud a:hover {
			border-color: #3D0070;
			background-color: #3D0070;
		}

		.has-equal-box-heights .box-image {
			padding-top: 100%;
		}

		.shop-page-title.featured-title .title-bg {
			background-image: url(/assets/images/bg-gioi-thieu.jpg);
		}

		@media screen and (min-width: 550px) {
			.products .box-vertical .box-image {
				min-width: 300px !important;
				width: 300px !important;
			}
		}

		button[name='update_cart'] {
			display: none;
		}

		.nav-vertical-fly-out>li+li {
			border-top-width: 1px;
			border-top-style: solid;
		}

		/* Custom CSS */
		.header-main {
			background-image: linear-gradient(135deg, rgb(45, 0, 80), rgb(91, 15, 160));
		}

		.nav-spacing-xlarge>li {
			margin: 0 16px;
		}

		.nav-dropdown>li>a:hover {
			padding-left: 25px;
			color: #44067f
		}

		.gioi-thieu-3 img,
		.row-anh-1 img,
		.su-menh-section img {
			border-radius: 20px
		}

		.form-mua-hang input,
		.form-mua-hang select,
		.form-mua-hang textarea {
			border-radius: 20px;
			border: 1px solid #540790;
			height: 42px;
			margin-bottom: 15px;
		}

		.header-main li a {
			font-size: 20px
		}

		.nav-dropdown>li>a {
			font-size: 16px;
			font-weight: 500;
			color: black;
		}

		.section-title-center span:before {
			content: "";
			display: table;
			clear: both;
			background: url(/assets/images/icon-title-not-nhac.png);
			width: 100%;
			height: 69px;
			background-repeat: no-repeat;
			background-position-x: center;
			background-position-y: bottom;
			padding-top: 0;
			background-size: 200px;
			margin-bottom: 10px
		}

		.section-title b {
			background: none;
		}

		.section-title-center span {
			margin: 0 15px;
			text-transform: none;
			letter-spacing: 0;
			font-size: 33px;
			color: #3D0070;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		.section-title-container {
			margin-bottom: 10px;
		}

		.nut-dang-ky {
			font-weight: 500;
			border-radius: 30px;
			font-size: 17px;
			padding: 5px 30px;
			box-shadow: 4px 4px 20px rgb(103 58 183 / 49%)
		}

		.section1 .large-12 {
			padding-bottom: 0
		}

		.section1 img {
			border-radius: 20px
		}

		.section1 p {
			font-weight: 500
		}

		.section2 .icon-box {
			box-shadow: 0.4rem 0.4rem 3rem rgba(0, 0, 0, 0.1);
			padding: 30px;
			border-radius: 15px;
		}

		.section2 .icon-box svg {
			color: #5B0FA0;
		}

		.section2 .icon-box h3 {
			font-size: 22px;
			color: #3D0070;
			text-transform: none;
			letter-spacing: 0;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		.section-title {
			max-width: 650px;
			margin: 0 auto
		}

		.section2 {
			padding-bottom: 0 !important
		}

		.section3 .col,
		.section5 .col {
			padding-bottom: 0
		}

		.section6 .cot3 .col-inner {
			margin-top: 20px;
			background-image: url(/assets/images/bg-gioi-thieu.jpg);
			padding: 30px;
			border-radius: 20px;
			background-position-y: center;
			background-size: cover;
			color: white;
			font-weight: 500;
		}

		.section6 .cot3 .col-inner p {
			margin-bottom: 0
		}

		.section6 .section-title-center span:before {
			background-image: url(/assets/images/icon-title-1.png);
			background-repeat: no-repeat
		}

		.section4 .tab3vong .tab-panels {
			background-image: url(/assets/images/background-mo-1.png);
			background-size: cover;
		}

		.section2 p {
			color: #252525;
			font-weight: 500;
			font-size: 16px;
		}

		.section2 img {
			border-radius: 20px
		}

		.section6 .section-title-center span {
			color: white;
			background: none;
			-webkit-text-fill-color: white;
		}

		.section6 img {
			border-radius: 20px
		}

		.section6 ul li {
			margin-bottom: 22px;
			box-shadow: 2px 2px 20px #3D0070;
			border-radius: 15px;
			padding: 15px;
			font-size: 15px;
			list-style: none;
			margin-left: 0;
			font-weight: 500;
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/check-circle-svgrepo-com-1.svg);
			background-size: 22px;
			background-repeat: no-repeat;
			background-position-y: 18px;
			background-position-x: 15px;
			padding-left: 47px;
		}

		.section6 .large-6 h2 {
			margin-bottom: 20px
		}

		.tabbed-content li a {
			border: 2px solid #c2c2c2;
			text-transform: none;
			letter-spacing: 0;
			font-size: 16px;
			color: #434343;
			background: white;
		}

		.tabbed-content ul.nav {
			margin-bottom: 20px
		}

		.tabbed-content li.active a {
			background-image: linear-gradient(to right, #3D0070, #2D0050, #5B0FA0, #1A0040);
			border: 2px solid #853abe;
			color: white
		}

		.gallery-col .box-image {
			border-radius: 15px
		}

		.tabbed-content li {
			margin: 0 10px
		}

		.blog-archive .post-item .box,
		.list-post1 .post-item .box {
			box-shadow: 4px 4px 30px rgb(0 0 0 / 13%);
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		.blog-archive .post-item .box-image,
		.list-post1 .post-item .box-image {
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
		}

		.blog-archive .post-item .box-text,
		.list-post1 .post-item .box-text {
			padding: 20px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		.post-item .thong-tin-them {
			margin-bottom: 15px;
		}

		.post-item .thong-tin-them .ngay-thang {
			float: right;
		}

		.blog-archive .post-item .post-title,
		.list-post1 .post-item .post-title {
			height: 46px;
			overflow: hidden;
			font-size: 18px;
			line-height: 23px;
			margin-bottom: 15px;
		}

		.blog-archive .post-item .from_the_blog_excerpt,
		.list-post1 .post-item .from_the_blog_excerpt {
			font-weight: 500;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			overflow: hidden;
			font-size: 16px;
		}

		.blog-archive .post-item .post-title:hover,
		.list-post1 .post-item .post-title:hover {
			color: #7B1FBF;
		}

		.list-post1 .post-item a:hover,
		.blog-archive .post-item a:hover {
			color: black;
		}

		.waves {
			position: relative;
			width: 100%;
			height: 15vh;
			margin-bottom: -9px;
			/*Fix for safari gap*/
			min-height: 100px;
			max-height: 150px;
		}

		.footer-section h3 {
			margin-bottom: 21px;
		}

		.footer-section .icon-box {
			margin-bottom: 10px;
			align-items: center;
		}

		.footer-section .icon-box h4 {
			font-weight: 500;
			font-size: 15px;
		}

		.footer-section .cot4 .icon-box img {
			padding-top: 0;
			border-radius: 99%;
		}

		a.back-to-top {
			background: #3D0070 !important;
			border: none !important;
			color: white !important
		}

		.footer-section .col {
			padding-bottom: 0
		}

		.parallax>use {
			animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
		}

		.parallax>use:nth-child(1) {
			animation-delay: -2s;
			animation-duration: 7s;
		}

		.parallax>use:nth-child(2) {
			animation-delay: -3s;
			animation-duration: 10s;
		}

		.parallax>use:nth-child(3) {
			animation-delay: -4s;
			animation-duration: 13s;
		}

		.parallax>use:nth-child(4) {
			animation-delay: -5s;
			animation-duration: 20s;
		}

		@keyframes move-forever {
			0% {
				transform: translate3d(-90px, 0, 0);
			}

			100% {
				transform: translate3d(85px, 0, 0);
			}
		}

		/*Shrinking for mobile*/
		@media (max-width: 768px) {
			.waves {
				height: 40px;
				min-height: 40px;
			}
		}

		.absolute-footer.dark {
			color: hsl(0deg 0% 100%);
			font-size: 15px;
		}

		.absolute-footer {
			padding: 15px;
			border-top: 1px solid #5B0FA0;
		}

		.footer-section {
			background-image: linear-gradient(#2D0050, #5B0FA0, #2D0050);
		}

		.badge-container {
			display: none
		}

		.product-small .box-image {
			border-radius: 20px
		}

		.product-small .product-title a {
			font-size: 18px;
			font-weight: 600;
		}

		.product-small .box-image:hover::before {
			-webkit-animation: shine .75s;
			animation: shine .75s
		}

		@-webkit-keyframes shine {
			100% {
				left: 125%
			}
		}

		@keyframes shine {
			100% {
				left: 125%
			}
		}

		.product-small .box-image::before {
			position: absolute;
			top: 0;
			left: -75%;
			z-index: 2;
			display: block;
			content: '';
			width: 50%;
			height: 100%;
			background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			-webkit-transform: skewX(-25deg);
			transform: skewX(-25deg)
		}

		.post-item .box-image:hover::before {
			-webkit-animation: shine .75s;
			animation: shine .75s
		}

		@-webkit-keyframes shine {
			100% {
				left: 125%
			}
		}

		@keyframes shine {
			100% {
				left: 125%
			}
		}

		.post-item .box-image::before {
			position: absolute;
			top: 0;
			left: -75%;
			z-index: 2;
			display: block;
			content: '';
			width: 50%;
			height: 100%;
			background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			-webkit-transform: skewX(-25deg);
			transform: skewX(-25deg)
		}

		.single-product .product-images img {
			border-radius: 20px
		}

		.product-info .product-title {
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		b,
		strong {
			font-weight: 600
		}

		.product-short-description {
			margin-top: 20px;
			font-weight: 500;
			color: #303030;
		}

		.product-section h5.mt,
		.related h3,
		.woocommerce #reviews #comments h2,
		.bai-viet-lien-quan h3 {
			text-transform: none;
			letter-spacing: 0;
			font-size: 22px;
			color: black;
		}

		.star-rating span:before {
			color: #FFC107;
		}

		div#reviews.woocommerce-Reviews,
		.devvn_prod_cmt {
			max-width: 865px;
		}

		.form-mua-hang {
			margin: 0 auto;
			max-width: 1000px;
		}

		.form-mua-hang h3 {
			margin-bottom: 0;
			background: #1565d2;
			text-align: center;
			text-transform: none;
			font-size: 18px;
			color: white;
			padding: 8px;
			font-weight: 600;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
		}

		.noi-dung-form {
			border: 1px solid #1565d2;
			border-top: 0;
			padding: 15px 20px;
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/white-abstract-background_23-2148810113.jpg);
			background-size: cover;
			background-position-y: inherit;
		}

		.form-mua-hang .des {
			text-align: left;
			margin-bottom: 10px;
			font-size: 15px;
			padding: 0px 10px;
			font-weight: 500;
			color: #0f228b;
		}

		.form-mua-hang .row-info {
			width: 100%;
			padding: 2px 10px;
			display: inline-block;
			clear: both;
			font-size: 15px;
		}

		.form-mua-hang .row-info .left {
			line-height: 39px;
			font-weight: 500;
			width: 18%;
			display: inline-block;
			float: left;
			color: #5B0FA0;
		}

		.form-mua-hang .row-info .right {
			padding-left: 10px;
			width: 60%;
			display: inline-block;
			float: left;
		}

		.noi-dung-form .cot3 {
			display: inline-block;
			float: right;
		}

		span.widget-title {
			letter-spacing: 0;
			font-weight: 700;
			font-size: 21px;
			display: block;
			margin-bottom: 1rem;
			text-transform: none;
			font-weight: bold;
		}

		.widget .is-divider {
			display: none
		}

		.widget input[type=search] {
			border: 1px solid #7B1FBF;
			height: 45px;
			border-top-left-radius: 15px;
			border-bottom-left-radius: 15px;
		}

		.widget .searchform .button.icon {
			background: #7B1FBF;
			height: 45px;
			border-top-right-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		.recent-blog-posts-li .badge {
			width: 150px;
			height: 100px;
		}

		.recent-blog-posts a {
			margin-bottom: 10px;
			font-size: 16px;
			line-height: 26px;
			font-weight: 500;
		}

		.recent-blog-posts-li .badge-inner {
			border-radius: 20px;
		}

		.tagcloud a {
			border: 1px solid #cbcbcb;
			background-color: rgba(68, 68, 68, 0.1);
			transition: 0.4s ease-in-out;
			font-size: 14px !important;
			font-weight: 500;
			padding: 11px 10px;
			border-radius: 3.2rem;
			color: #444444;
			word-break: break-word;
			display: inline-block;
			margin: 3px 0;
		}

		.widget .tagcloud a:hover {
			border-color: #7B1FBF !important;
			background-color: #7B1FBF !important;
			color: white !important
		}

		.wpcf7-spinner {
			display: none
		}

		.form-mua-hang input[type='submit'] {
			margin: 0;
			font-size: 14px;
			text-transform: none;
			font-weight: normal;
			background-image: linear-gradient(to right, #3D0070, #5B0FA0, #1A0040);
			letter-spacing: 0;
			padding: 3px 24px;
			border-radius: 20px;
		}

		.form-mua-hang input[type="tel"] {
			height: 42px;
			border-radius: 230px;
			border: 1px solid #590997;
			box-shadow: none;
		}

		#comments a.btn-reviews-now {
			background-color: #7B1FBF;
			text-transform: none;
			font-weight: 500;
			text-decoration: none;
			border-radius: 25px;
		}

		button#devvn_cmt_submit,
		button#devvn_cmt_replysubmit {
			background: #7B1FBF;
			font-weight: 500;
			text-transform: none;
			color: white
		}

		.single-product .panel.entry-content {
			font-family: "roboto", sans-serif;
			font-size: 17px;
		}

		.blog-single .entry-title {
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 27px;
			line-height: 45px;
		}

		.blog-single .thong-tin-them .ngay-thang {
			margin-left: 20px;
		}

		.blog-single .entry-image img {
			border-radius: 20px;
		}

		.xem-them h3 {
			color: black;
			font-size: 22px;
		}

		.bai-viet-lien-quan h3 {
			font-size: 22px;
			color: black;
		}

		.xem-them ul li a {
			font-size: 16px;
			font-weight: 500;
			color: black;
		}

		.xem-them ul li {
			margin-left: 20px;
		}

		.xem-them ul li a:hover {
			color: #7B1FBF;
		}

		.bai-viet-lien-quan ul {
			margin-bottom: 0;
			display: inline-block;
			width: 100%;
		}

		.bai-viet-lien-quan {
			margin-top: 15px;
		}

		.bai-viet-lien-quan ul li {
			list-style: none;
			width: 50%;
			color: graytext;
			float: left;
			padding-left: 9px;
			padding-right: 9px;
		}

		.bai-viet-lien-quan ul li .box-image img {
			height: 250px;
			border-radius: 15px;
			object-fit: cover;
			object-position: center;
		}

		.bai-viet-lien-quan h4 {
			font-size: 16px;
			color: black;
			line-height: 24px;
			padding-top: 7px;
			height: 64px;
			overflow: hidden;
			font-weight: 500;
		}

		.product-info .form-mua-hang input[type="tel"] {
			margin-bottom: 0
		}

		.blog-single .is-divider {
			display: none
		}

		.row-dai-ly ul li {
			background: white;
			box-shadow: 2px 2px 10px #00000038;
			padding: 15px;
			border-radius: 20px;
			font-weight: 500;
			list-style: none;
			margin-left: 0;
			margin-bottom: 20px
		}

		.rank-math-breadcrumb p {
			margin-bottom: 10px
		}

		.blog-archive .large-12 {
			padding-bottom: 10px
		}

		.dong-gop,
		.thong-bao {
			color: #000000;
			margin-bottom: 15px;
			border-radius: 3px;
			font-size: 15px;
			font-weight: 500
		}

		.form-mua-hang p {
			text-align: center
		}

		.section6 .form-mua-hang input,
		.section6 .form-mua-hang textarea {
			border-radius: 6px;
			border: 1px solid gray;
			box-shadow: 2px 2px 2px #0000001f;
		}

		.section6 .form-mua-hang input[type='submit'] {
			border: none;
			width: 100%;
			font-size: 18px;
			font-weight: 600;
			background: #ff9800;
			padding: 0;
			height: 51px;
			font-weight: 500
		}

		.section6 .form-mua-hang textarea:placeholder,
		.section6 .form-mua-hang input:placeholder {
			color: black;
			font-size: 15px;
		}

		.section6 .form-mua-hang {
			background: #e9e9e9;
			box-shadow: 21px 28px 40px #0000007a;
		}

		.section6 .form-mua-hang h4 {
			position: relative;
			font-size: 19px;
			text-align: center;
			background-image: linear-gradient(#3D0070, #5B0FA0);
			padding: 10px;
			text-transform: uppercase;
		}

		.section6 .form-mua-hang p {
			padding: 0 30px;
		}

		.form-mua-hang .ghi-chu {
			color: #404040;
			margin-top: 29px;
			padding: 0 30px;
			margin-bottom: 10px
		}

		.section6 .form-mua-hang .ghi-chu2:before {
			content: "";
			display: block;
			width: 100%;
			height: 30px;
			position: absolute;
			margin-top: -40px;
			left: 0px;
			border: 20px solid #ffffff;
			border-top: 0 solid #ff000000;
			border-left: 190px solid #ff000000;
			border-right: 190px solid #ff000000;
			max-height: 30px !important;
		}

		.form-mua-hang .ghi-chu2 {
			margin-top: 45px;
			position: relative;
			background: white;
			color: black;
			font-size: 14px;
			padding: 10px;
			font-style: italic;
			padding: 10px 30px !important
		}

		.section6 .form-mua-hang h4:after {
			content: "";
			display: block;
			width: 100%;
			height: 30px;
			position: absolute;
			margin-top: 9px;
			left: 0px;
			border: 20px solid #5b0898;
			border-bottom: 0px solid #ff000000;
			border-left: 190px solid #ff000000;
			border-right: 190px solid #ff000000;
		}

		.product-small .price,
		.product-info .price {
			font-family: "Montserrat", sans-serif;
			font-size: 17px;
			color: gray;
		}

		.product-info .price {
			margin-top: 20px
		}

		.single_add_to_cart_button {
			background: none !important;
			border: none;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
			font-size: 18px !important;
			line-height: 37px;
			min-height: 10px;
			padding: 0 15px 0 0;
			margin-bottom: 0;
		}

		.product-summary .quantity {
			margin-bottom: 0;
		}

		.quantity .button.plus,
		.quantity .button.minus {
			width: 30px;
			background: white;
			border: none;
			font-weight: 500;
		}

		.quantity input[type=number] {
			width: 10px;
			background: white;
			font-weight: 500;
			border: none;
		}

		.product-small .price ins bdi,
		.product-small .price bdi,
		.product-small .price ins bdi,
		.product-info .price bdi {
			color: red;
		}

		.product-small .product-title {
			margin-bottom: 10px
		}

		.product-small .price del bdi,
		.product-info .price del bdi {
			font-size: 16px;
			color: gray;
			font-weight: normal
		}

		.panel.entry-content h2 {
			border-left: 5px solid #2196F3;
			padding-left: 10px;
			line-height: 29px;
			margin-bottom: 15px;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 25px;
		}

		.panel.entry-content h3 {
			line-height: 24px;
			margin-bottom: 15px;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 21px;
		}

		.panel.entry-content h4 {
			line-height: 23px;
			margin-bottom: 15px;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 19px;
		}

		form.cart {
			padding: 8px;
			background: #3b0682;
			border-radius: 30px;
			display: inline-block;
		}

		.quantity .button.minus {
			border-top-left-radius: 20px;
			border-bottom-left-radius: 20px
		}

		.quantity .button.plus {
			border-top-right-radius: 20px;
			border-bottom-right-radius: 20px
		}

		.widget_shopping_cart .button {
			text-transform: none;
			border-radius: 20px;
			font-weight: 500;
		}

		ul.product_list_widget li a:not(.remove) {
			font-weight: 500
		}

		.cart-popup-title h4 {
			text-transform: none;
			letter-spacing: 0;
		}

		.checkout-breadcrumbs a {
			font-size: 18px;
			letter-spacing: -1px;
		}

		.shop_table .order-total td,
		.shop_table .order-total th,
		.shop_table thead th {
			text-transform: none;
			letter-spacing: 0;
		}

		.cart_totals th.product-name {
			text-transform: none;
			letter-spacing: 0;
		}

		.cart_totals .button {
			border-radius: 30px;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
		}

		.checkout_coupon input {
			box-shadow: none;
			border-radius: 30px;
		}

		.checkout_coupon button {
			border-radius: 30px;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
			color: white;
			text-shadow: none;
		}

		.shop_table .cart_item td {
			font-weight: 500;
		}

		.woocommerce-billing-fields__field-wrapper input,
		.woocommerce-billing-fields__field-wrapper .select2-selection,
		.woocommerce-additional-fields__field-wrapper textarea {
			border-radius: 30px;
			box-shadow: none;
			font-size: 15px;
		}

		.box-thong-bao ul li {
			background-repeat: no-repeat;
			background-size: 23px;
			background-position-y: center;
			padding-left: 27px;
			color: #c70000;
			font-style: italic;
			font-weight: 500;
			list-style: none;
			margin-left: 0;
		}

		.box-thong-bao ul li.qua-tang {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/icon-1.jpg);
		}

		.box-thong-bao ul li.giam-gia {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/icon2.jpg);
		}

		.box-thong-bao ul li.ship {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/icon3.jpg);
		}

		.box-thong-bao ul {
			border-bottom: 2px dotted #e6e6e6;
			border-top: 2px dotted #e6e6e6;
			padding-top: 15px;
		}

		.uppercase,
		h6,
		span.widget-title,
		th {
			letter-spacing: 0;
			line-height: 1.05;
			text-transform: none;
		}

		.single_add_to_cart_button:hover {
			box-shadow: none
		}

		.continue-shopping a {
			text-transform: none
		}

		/* Custom CSS Mobile */
		@media (max-width: 549px) {
			.off-canvas-left .mfp-content {
				background-image: linear-gradient(#3D0070, #2D0050, #5B0FA0, #1A0040);
				width: 100%
			}

			.off-canvas .nav-vertical>li>a {
				padding-bottom: 15px;
				padding-top: 15px;
				text-transform: none;
				font-size: 19px;
			}

			.section {
				padding: 30px 0 !important
			}

			.section-title-center span:before {
				height: 40px;
				background-size: 115px;
				margin-bottom: 0;
			}

			.section-title-center span {
				font-size: 25px;
			}

			.nut-dang-ky {
				font-size: 16px;
			}

			.section2 .icon-box {
				flex-direction: column;
				padding: 15px;
			}

			.section2 .icon-box .icon-box-text {
				padding-left: 0;
				text-align: center;
			}

			.section2 .icon-box .icon-box-img {
				margin: 0 auto
			}

			.section2 .icon-box .icon-box-text p {
				font-size: 14px
			}

			.section6 .large-6 h2 {
				font-size: 25px
			}

			.section6 ul li {
				font-size: 15px
			}

			.tabbed-content ul.nav {
				flex-grow: 1;
				padding-left: 15px;
				-webkit-box-flex: 1;
				white-space: nowrap;
				overflow: auto;
				flex-wrap: nowrap;
				align-content: center;
				justify-content: flex-start;
				align-items: center;
				flex-direction: row;
				margin-bottom: 0px;
				display: flex;
				max-width: 100%;
				float: right;
				margin-top: 0;
			}

			.tabbed-content li a {
				font-size: 14px
			}

			.gallery-col {
				padding: 0 5px 10px
			}

			.footer-section .col {
				flex-basis: 100%;
				max-width: 100%
			}

			.form-mua-hang .row-info .right,
			.form-mua-hang .row-info .left,
			.noi-dung-form .cot3 {
				padding-left: 0;
				margin-bottom: 10px;
				width: 100%
			}

			.form-mua-hang input[type='submit'] {
				width: 100%;
			}

			.noi-dung-form {
				padding: 15px;
			}

			.blog-archive .post-item .from_the_blog_excerpt,
			.list-post1 .post-item .from_the_blog_excerpt {
				font-size: 14px
			}

			.blog-single .entry-title {
				font-size: 22px;
				line-height: 31px;
			}

			.bai-viet-lien-quan ul li .box-image img {
				height: 135px;
			}

			.bai-viet-lien-quan h4 {
				font-size: 14px;
				color: black;
				line-height: 19px;
				padding-top: 7px;
				height: 64px;
				overflow: hidden;
				font-weight: 500;
			}

			form.cart {
				width: 100%
			}

			.single_add_to_cart_button {
				background: #FF9800 !important;
				border: none;
				text-transform: none;
				letter-spacing: 0;
				font-weight: 500;
				font-size: 18px !important;
				line-height: 37px;
				min-height: 10px;
				padding: 2px 20px 2px 20px;
				margin-bottom: 0;
				float: right;
				background: red;
				border-radius: 20px;
			}

			.product-main {
				padding-bottom: 0
			}
		}

		.label-new.menu-item>a:after {
			content: "Mới";
		}

		.label-hot.menu-item>a:after {
			content: "Nổi bật";
		}

		.label-sale.menu-item>a:after {
			content: "Giảm giá";
		}

		.label-popular.menu-item>a:after {
			content: "Phổ biến";
		}
	

		.section3 .box-image {
			background: white;
			/* hoặc màu nền bạn muốn */
			padding: 4px;

		}

		@media (max-width: 767px) {
			.gradient-border {
				display: block;
				margin-bottom: 20px !important;
			}
		}

		.box-badge .box-text {
			background: linear-gradient(to right, #3D0070, #2D0050);
			color: white;
			padding: 12px 16px;
			border-radius: 12px;
			bottom: 0px;
			/* 👈 đẩy xuống dưới hơn */
		}


		.box-badge .box-text h4 {
			font-size: 14px;
			margin-bottom: 4px;
			color: white;
		}

		.box-badge .box-text p {
			font-size: 13px;
			color: white;
			margin: 0;
			line-height: 1.4;
		}

		@media (max-width: 767px) {
			.box-badge .box-text {
				position: static !important;
				/* Gỡ tuyệt đối */
				margin-top: -30px;
				/* Sát dưới ảnh */
				transform: none !important;
				border-radius: 8px;
				padding: 8px 12px;
			}

			.box-badge {
				display: flex;
				flex-direction: column;
				align-items: center;
			}
		}

		@media (max-width: 767px) {

			.box-badge .box-text h4 {
				font-size: 12px;
			}


			.box-badge .box-text p {
				font-size: 10px;
			}
		}

		h1,
		h2,
		h3,
		.title,
		.ux-title {
			white-space: normal !important;
			max-width: none !important;
			width: auto !important;
		}

		.absolute-footer.dark.medium-text-center.text-center {
			display: none !important;
		}

		body {
			overflow-x: hidden;
		}

		footer {
			margin-bottom: 0 !important;
			padding-bottom: 0 !important;
		}

		body>.ux-builder-element:last-child {
			display: none !important;
		}

		section:last-of-type {
			margin-bottom: 0 !important;
			padding-bottom: 0 !important;
		}

		.hover-purple-border {
			border: 3px solid transparent;
			/* Giữ chỗ sẵn cho viền */
			transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
			border-radius: 8px;
		}

		.hover-purple-border:hover {
			border-color: #800080;
			/* Tím sang trọng */
			box-shadow: 0 4px 12px rgba(128, 0, 128, 0.2);
			transform: translateY(-2px);
		}

		/* Hiển thị mũi tên slider trên mobile */
		@media screen and (max-width: 549px) {
			.slider-wrapper .flickity-prev-next-button {
				display: block !important;
			}
	

								#image_1125417547 {
									width: 100%;
								}
							

									#col-978514735>.col-inner {
										margin: 0px 0px -43px 0px;
									}
								

											#gap-1577983993 {
												padding-top: 30px;
											}
										

											#text-2492416937 {
												text-align: left;
											}
										

						#section_1149846661 {
							padding-top: 28px;
							padding-bottom: 28px;
						}

						#section_1149846661 .section-bg-overlay {
							background-color: rgba(255, 255, 255, 0.907);
						}

						#section_1149846661 .section-bg.bg-loaded {
							background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/Piano-Wallpapers-Wallpaper-Cave.jpg);
						}

						#section_1149846661 .ux-shape-divider--top svg {
							height: 150px;
							--divider-top-width: 100%;
						}

						#section_1149846661 .ux-shape-divider--bottom svg {
							height: 150px;
							--divider-width: 100%;
						}
					

								#gap-989016710 {
									padding-top: 30px;
								}
							

															#text-3970190735 {
																text-align: center;
															}
														

														#text-492891124 {
															text-align: center;
														}
													

														#text-3667629235 {
															text-align: center;
														}
													

								#row-1713943431>.col>.col-inner {
									border-radius: 7px;
								}
							

								#gap-1069675498 {
									padding-top: 30px;
								}
							

						#section_754405666 {
							padding-top: 30px;
							padding-bottom: 30px;
						}

						#section_754405666 .section-bg.bg-loaded {
							background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/background-mo-2.png);
						}

						#section_754405666 .ux-shape-divider--top svg {
							height: 150px;
							--divider-top-width: 100%;
						}

						#section_754405666 .ux-shape-divider--bottom svg {
							height: 150px;
							--divider-width: 100%;
						}
					

								#gap-1123431297 {
									padding-top: 30px;
								}
							

								#gap-1316459927 {
									padding-top: 30px;
								}
							

						#section_1569456024 {
							padding-top: 39px;
							padding-bottom: 39px;
						}

						#section_1569456024 .section-bg-overlay {
							background-color: rgba(255, 255, 255, 0.686);
						}

						#section_1569456024 .section-bg.bg-loaded {
							background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/white-abstract-background_23-2148810113.jpg);
						}

						#section_1569456024 .ux-shape-divider--top svg {
							height: 150px;
							--divider-top-width: 100%;
						}

						#section_1569456024 .ux-shape-divider--bottom svg {
							height: 150px;
							--divider-width: 100%;
						}
					

												#text-340532008 {
													line-height: 2.45;
													text-align: center;
													color: rgb(255, 255, 255);
												}

												#text-340532008>* {
													color: rgb(255, 255, 255);
												}
											

											#gap-325573467 {
												padding-top: 50px;
											}
										

												.wpcf7-form-control.wpcf7-file {
													width: 100%;
													padding: 10px;
													border: 1px solid #ccc;
													border-radius: 5px;
													font-size: 16px;
													background-color: #fff;
													box-sizing: border-box;
													margin-bottom: 15px;
													position: relative;
												}
											

						#section_1710658327 {
							padding-top: 50px;
							padding-bottom: 50px;
						}

						#section_1710658327 .section-bg.bg-loaded {
							background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/background-mo-1.png);
						}

						#section_1710658327 .ux-shape-divider--top svg {
							height: 150px;
							--divider-top-width: 100%;
						}

						#section_1710658327 .ux-shape-divider--bottom svg {
							height: 150px;
							--divider-width: 100%;
						}
					

											#text-2393719257 {
												line-height: 1.25;
												text-align: center;
												color: rgb(255, 255, 255);
											}

											#text-2393719257>* {
												color: rgb(255, 255, 255);
											}

											@media (min-width:550px) {
												#text-2393719257 {
													line-height: 2.45;
												}
											}
										

												.wpcf7-form-control.wpcf7-file {
													width: 100%;
													padding: 10px;
													border: 1px solid #ccc;
													border-radius: 5px;
													font-size: 16px;
													background-color: #fff;
													box-sizing: border-box;
													margin-bottom: 15px;
													position: relative;
												}
											

											#text-1685364696 {
												text-align: center;
											}
										

											#gap-1481748763 {
												padding-top: 50px;
											}
										

						#section_119318699 {
							padding-top: 50px;
							padding-bottom: 50px;
						}

						#section_119318699 .section-bg.bg-loaded {
							background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/background-mo-1.png);
						}

						#section_119318699 .ux-shape-divider--top svg {
							height: 150px;
							--divider-top-width: 100%;
						}

						#section_119318699 .ux-shape-divider--bottom svg {
							height: 150px;
							--divider-width: 100%;
						}
					

														#text-4289182185 {
															text-align: center;
														}
													

														#text-659140331 {
															text-align: center;
														}
													

														#text-619547355 {
															text-align: center;
														}
													

								#row-777096921>.col>.col-inner {
									border-radius: 7px;
								}
							

						#section_727009881 {
							padding-top: 50px;
							padding-bottom: 50px;
						}

						#section_727009881 .ux-shape-divider--top svg {
							height: 150px;
							--divider-top-width: 100%;
						}

						#section_727009881 .ux-shape-divider--bottom svg {
							height: 150px;
							--divider-width: 100%;
						}
					

									#col-1667568243>.col-inner {
										padding: 28px 0px 0px 0px;
									}
								

						#section_894896730 {
							padding-top: 44px;
							padding-bottom: 44px;
							min-height: 0px;
						}

						#section_894896730 .section-bg.bg-loaded {
							background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/background-mo-2.png);
						}

						#section_894896730 .ux-shape-divider--top svg {
							height: 150px;
							--divider-top-width: 100%;
						}

						#section_894896730 .ux-shape-divider--bottom svg {
							height: 150px;
							--divider-width: 100%;
						}

						@media (min-width:550px) {
							#section_894896730 {
								padding-top: 30px;
								padding-bottom: 30px;
							}
						}
					

						#section_2025055408 {
							padding-top: 60px;
							padding-bottom: 60px;
						}

						#section_2025055408 .ux-shape-divider--top svg {
							height: 150px;
							--divider-top-width: 100%;
						}

						#section_2025055408 .ux-shape-divider--bottom svg {
							height: 150px;
							--divider-width: 100%;
						}
					

							#gap-540262179 {
								padding-top: 30px;
							}
						

										#image_185896244 {
											width: 60%;
										}

										@media (min-width:550px) {
											#image_185896244 {
												width: 30%;
											}
										}

										@media (min-width:850px) {
											#image_185896244 {
												width: 60%;
											}
										}
									

										#gap-664690126 {
											padding-top: 10px;
										}
									

													#image_62269198 {
														width: 100%;
													}
												

													#image_665085404 {
														width: 100%;
													}
												

													#image_1524415190 {
														width: 100%;
													}
												

													#image_1862078732 {
														width: 100%;
													}
												

					#section_293998076 {
						padding-top: 0px;
						padding-bottom: 0px;
					}

					#section_293998076 .section-bg-overlay {
						background-color: rgba(0, 0, 0, 0.808);
					}

					#section_293998076 .section-bg.bg-loaded {
						background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/background-footer.webp);
					}

					#section_293998076 .ux-shape-divider--top svg {
						height: 150px;
						--divider-top-width: 100%;
					}

					#section_293998076 .ux-shape-divider--bottom svg {
						height: 150px;
						--divider-width: 100%;
					}

					@media (min-width:550px) {
						#section_293998076 {
							padding-top: 0px;
							padding-bottom: 0px;
						}
					}
				

		.echbay-sms-messenger div.phonering-alo-zalo,
		.echbay-sms-messenger div.phonering-alo-alo {
			background-color: #0084ff
		}

		.echbay-sms-messenger div.phonering-alo-sms {
			background-color: #f60
		}

		.echbay-sms-messenger div.phonering-alo-messenger {
			background-color: #e60f1e
		}

		.echbay-sms-messenger {
			width: 45px
		}

		.echbay-sms-messenger a {
			line-height: 45px;
			color: transparent;
			display: block;
		}

		.echbay-sms-messenger {
			display: block
		}

		.echbay-sms-messenger div.phonering-alo-zalo {
			display: block
		}

		.echbay-sms-messenger div.phonering-alo-alo {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56a.977.977 0 00-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/></svg>");
		}

		.echbay-sms-messenger div.phonering-alo-sms {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/></svg>");
			background-color: #f60;
			background-size: 60%;
		}

		.echbay-sms-messenger div.phonering-alo-zalo {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/></svg>");
		}

		.echbay-sms-messenger div.phonering-alo-messenger {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M12 2C6.48 2 2 6.13 2 11.23c0 2.89 1.45 5.46 3.72 7.15v3.62l3.41-1.87c.92.26 1.88.4 2.87.4 5.52 0 10-4.13 10-9.23S17.52 2 12 2zm1.09 12.35l-2.6-2.77-5.06 2.77 5.54-5.88 2.67 2.77 4.99-2.77-5.54 5.88z'/></svg>");
			background-color: #e60f1e;
		}

		.echbay-sms-messenger div {
			margin: 14px 0;
			background: #0084FF center no-repeat;
			background-size: 70%;
			border-radius: 50%;
			box-shadow: 0 3px 10px #888;
		}

		.echbay-sms-messenger {
			text-align: center;
			right: 20px;
			position: fixed;
			bottom: 70px;
			z-index: 999;
		}
	

		.wpcf7 form.sent .wpcf7-response-output {
			display: none;
		}
	


/* Extracted Inline CSS from gioi-thieu.html */

		img:is([sizes=auto i], [sizes^="auto," i]) {
			contain-intrinsic-size: 3000px 1500px
		}

		/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
	

		img.wp-smiley,
		img.emoji {
			display: inline !important;
			border: none !important;
			box-shadow: none !important;
			height: 1em !important;
			width: 1em !important;
			margin: 0 0.07em !important;
			vertical-align: -0.1em !important;
			background: none !important;
			padding: 0 !important;
		}

		/*# sourceURL=wp-emoji-styles-inline-css */
	

		:root {
			--wp-block-synced-color: #7a00df;
			--wp-block-synced-color--rgb: 122, 0, 223;
			--wp-bound-block-color: var(--wp-block-synced-color);
			--wp-editor-canvas-background: #ddd;
			--wp-admin-theme-color: #007cba;
			--wp-admin-theme-color--rgb: 0, 124, 186;
			--wp-admin-theme-color-darker-10: #006ba1;
			--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
			--wp-admin-theme-color-darker-20: #005a87;
			--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
			--wp-admin-border-width-focus: 2px
		}

		@media (min-resolution:192dpi) {
			:root {
				--wp-admin-border-width-focus: 1.5px
			}
		}

		.wp-element-button {
			cursor: pointer
		}

		:root .has-very-light-gray-background-color {
			background-color: #eee
		}

		:root .has-very-dark-gray-background-color {
			background-color: #313131
		}

		:root .has-very-light-gray-color {
			color: #eee
		}

		:root .has-very-dark-gray-color {
			color: #313131
		}

		:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
			background: linear-gradient(135deg, #00d084, #0693e3)
		}

		:root .has-purple-crush-gradient-background {
			background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
		}

		:root .has-hazy-dawn-gradient-background {
			background: linear-gradient(135deg, #faaca8, #dad0ec)
		}

		:root .has-subdued-olive-gradient-background {
			background: linear-gradient(135deg, #fafae1, #67a671)
		}

		:root .has-atomic-cream-gradient-background {
			background: linear-gradient(135deg, #fdd79a, #004a59)
		}

		:root .has-nightshade-gradient-background {
			background: linear-gradient(135deg, #330968, #31cdcf)
		}

		:root .has-midnight-gradient-background {
			background: linear-gradient(135deg, #020381, #2874fc)
		}

		:root {
			--wp--preset--font-size--normal: 16px;
			--wp--preset--font-size--huge: 42px
		}

		.has-regular-font-size {
			font-size: 1em
		}

		.has-larger-font-size {
			font-size: 2.625em
		}

		.has-normal-font-size {
			font-size: var(--wp--preset--font-size--normal)
		}

		.has-huge-font-size {
			font-size: var(--wp--preset--font-size--huge)
		}

		.has-text-align-center {
			text-align: center
		}

		.has-text-align-left {
			text-align: left
		}

		.has-text-align-right {
			text-align: right
		}

		.has-fit-text {
			white-space: nowrap !important
		}

		#end-resizable-editor-section {
			display: none
		}

		.aligncenter {
			clear: both
		}

		.items-justified-left {
			justify-content: flex-start
		}

		.items-justified-center {
			justify-content: center
		}

		.items-justified-right {
			justify-content: flex-end
		}

		.items-justified-space-between {
			justify-content: space-between
		}

		.screen-reader-text {
			border: 0;
			clip-path: inset(50%);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
			word-wrap: normal !important
		}

		.screen-reader-text:focus {
			background-color: #ddd;
			clip-path: none;
			color: #444;
			display: block;
			font-size: 1em;
			height: auto;
			left: 5px;
			line-height: normal;
			padding: 15px 23px 14px;
			text-decoration: none;
			top: 5px;
			width: auto;
			z-index: 100000
		}

		html :where(.has-border-color) {
			border-style: solid
		}

		html :where([style*=border-top-color]) {
			border-top-style: solid
		}

		html :where([style*=border-right-color]) {
			border-right-style: solid
		}

		html :where([style*=border-bottom-color]) {
			border-bottom-style: solid
		}

		html :where([style*=border-left-color]) {
			border-left-style: solid
		}

		html :where([style*=border-width]) {
			border-style: solid
		}

		html :where([style*=border-top-width]) {
			border-top-style: solid
		}

		html :where([style*=border-right-width]) {
			border-right-style: solid
		}

		html :where([style*=border-bottom-width]) {
			border-bottom-style: solid
		}

		html :where([style*=border-left-width]) {
			border-left-style: solid
		}

		html :where(img[class*=wp-image-]) {
			height: auto;
			max-width: 100%
		}

		:where(figure) {
			margin: 0 0 1em
		}

		html :where(.is-position-sticky) {
			--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
		}

		@media screen and (max-width:600px) {
			html :where(.is-position-sticky) {
				--wp-admin--admin-bar--position-offset: 0px
			}
		}

		/*# sourceURL=wp-block-library-inline-css */
	

		.svg-inline--fa {
			display: inline-block;
			height: 1em;
			overflow: visible;
			vertical-align: -.125em;
		}

		/*# sourceURL=font-awesome-svg-styles-default-inline-css */
	

		.wp-block-font-awesome-icon svg::before,
		.wp-rich-text-font-awesome-icon svg::before {
			content: unset;
		}

		/*# sourceURL=font-awesome-svg-styles-inline-css */
	

		:root {
			--wp--preset--aspect-ratio--square: 1;
			--wp--preset--aspect-ratio--4-3: 4/3;
			--wp--preset--aspect-ratio--3-4: 3/4;
			--wp--preset--aspect-ratio--3-2: 3/2;
			--wp--preset--aspect-ratio--2-3: 2/3;
			--wp--preset--aspect-ratio--16-9: 16/9;
			--wp--preset--aspect-ratio--9-16: 9/16;
			--wp--preset--color--black: #000000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--color--primary: #446084;
			--wp--preset--color--secondary: #d26e4b;
			--wp--preset--color--success: #7a9c59;
			--wp--preset--color--alert: #b20000;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px;
			--wp--preset--spacing--20: 0.44rem;
			--wp--preset--spacing--30: 0.67rem;
			--wp--preset--spacing--40: 1rem;
			--wp--preset--spacing--50: 1.5rem;
			--wp--preset--spacing--60: 2.25rem;
			--wp--preset--spacing--70: 3.38rem;
			--wp--preset--spacing--80: 5.06rem;
			--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
			--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
			--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
		}

		:where(body) {
			margin: 0;
		}

		.wp-site-blocks>.alignleft {
			float: left;
			margin-right: 2em;
		}

		.wp-site-blocks>.alignright {
			float: right;
			margin-left: 2em;
		}

		.wp-site-blocks>.aligncenter {
			justify-content: center;
			margin-left: auto;
			margin-right: auto;
		}

		:where(.is-layout-flex) {
			gap: 0.5em;
		}

		:where(.is-layout-grid) {
			gap: 0.5em;
		}

		.is-layout-flow>.alignleft {
			float: left;
			margin-inline-start: 0;
			margin-inline-end: 2em;
		}

		.is-layout-flow>.alignright {
			float: right;
			margin-inline-start: 2em;
			margin-inline-end: 0;
		}

		.is-layout-flow>.aligncenter {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		.is-layout-constrained>.alignleft {
			float: left;
			margin-inline-start: 0;
			margin-inline-end: 2em;
		}

		.is-layout-constrained>.alignright {
			float: right;
			margin-inline-start: 2em;
			margin-inline-end: 0;
		}

		.is-layout-constrained>.aligncenter {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		body .is-layout-flex {
			display: flex;
		}

		.is-layout-flex {
			flex-wrap: wrap;
			align-items: center;
		}

		.is-layout-flex> :is(*, div) {
			margin: 0;
		}

		body .is-layout-grid {
			display: grid;
		}

		.is-layout-grid> :is(*, div) {
			margin: 0;
		}

		body {
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
		}

		a:where(:not(.wp-element-button)) {
			text-decoration: none;
		}

		:root :where(.wp-element-button, .wp-block-button__link) {
			background-color: #32373c;
			border-width: 0;
			color: #fff;
			font-family: inherit;
			font-size: inherit;
			font-style: inherit;
			font-weight: inherit;
			letter-spacing: inherit;
			line-height: inherit;
			padding-top: calc(0.667em + 2px);
			padding-right: calc(1.333em + 2px);
			padding-bottom: calc(0.667em + 2px);
			padding-left: calc(1.333em + 2px);
			text-decoration: none;
			text-transform: inherit;
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-primary-color {
			color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-color {
			color: var(--wp--preset--color--secondary) !important;
		}

		.has-success-color {
			color: var(--wp--preset--color--success) !important;
		}

		.has-alert-color {
			color: var(--wp--preset--color--alert) !important;
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-primary-background-color {
			background-color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-background-color {
			background-color: var(--wp--preset--color--secondary) !important;
		}

		.has-success-background-color {
			background-color: var(--wp--preset--color--success) !important;
		}

		.has-alert-background-color {
			background-color: var(--wp--preset--color--alert) !important;
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-primary-border-color {
			border-color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-border-color {
			border-color: var(--wp--preset--color--secondary) !important;
		}

		.has-success-border-color {
			border-color: var(--wp--preset--color--success) !important;
		}

		.has-alert-border-color {
			border-color: var(--wp--preset--color--alert) !important;
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important;
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important;
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important;
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important;
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important;
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important;
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important;
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important;
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important;
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important;
		}

		/*# sourceURL=global-styles-inline-css */
	

		.woocommerce form .form-row .required {
			visibility: visible;
		}


		.bg {
			opacity: 0;
			transition: opacity 1s;
			-webkit-transition: opacity 1s;
		}

		.bg-loaded {
			opacity: 1;
		}
	

			.woocommerce-product-gallery {
				opacity: 1 !important;
			}
		

		:root {
			--primary-color: #3D0070;
		}

		.container-width,
		.full-width .ubermenu-nav,
		.container,
		.row {
			max-width: 1230px
		}

		.row.row-collapse {
			max-width: 1200px
		}

		.row.row-small {
			max-width: 1222.5px
		}

		.row.row-large {
			max-width: 1260px
		}

		.header-main {
			height: 89px
		}

		#logo img {
			max-height: 89px
		}

		#logo {
			width: 200px;
		}

		#logo img {
			padding: 7px 0;
		}

		.header-top {
			min-height: 30px
		}

		.transparent .header-main {
			height: 90px
		}

		.transparent #logo img {
			max-height: 90px
		}

		.has-transparent+.page-title:first-of-type,
		.has-transparent+#main>.page-title,
		.has-transparent+#main>div>.page-title,
		.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
			padding-top: 90px;
		}

		.header.show-on-scroll,
		.stuck .header-main {
			height: 70px !important
		}

		.stuck #logo img {
			max-height: 70px !important
		}

		.header-bg-color {
			background-color: rgba(255, 255, 255, 0.9)
		}

		.header-bottom {
			background-color: #f1f1f1
		}

		.header-main .nav>li>a {
			line-height: 16px
		}

		@media (max-width: 549px) {
			.header-main {
				height: 70px
			}

			#logo img {
				max-height: 70px
			}
		}

		.nav-dropdown {
			border-radius: 10px
		}

		.nav-dropdown {
			font-size: 100%
		}

		/* Color */
		.accordion-title.active,
		.has-icon-bg .icon .icon-inner,
		.logo a,
		.primary.is-underline,
		.primary.is-link,
		.badge-outline .badge-inner,
		.nav-outline>li.active>a,
		.nav-outline>li.active>a,
		.cart-icon strong,
		[data-color='primary'],
		.is-outline.primary {
			color: #3D0070;
		}

		/* Color !important */
		[data-text-color="primary"] {
			color: #3D0070 !important;
		}

		/* Background Color */
		[data-text-bg="primary"] {
			background-color: #3D0070;
		}

		/* Background */
		.scroll-to-bullets a,
		.featured-title,
		.label-new.menu-item>a:after,
		.nav-pagination>li>.current,
		.nav-pagination>li>span:hover,
		.nav-pagination>li>a:hover,
		.has-hover:hover .badge-outline .badge-inner,
		button[type="submit"],
		.button.wc-forward:not(.checkout):not(.checkout-button),
		.button.submit-button,
		.button.primary:not(.is-outline),
		.featured-table .title,
		.is-outline:hover,
		.has-icon:hover .icon-label,
		.nav-dropdown-bold .nav-column li>a:hover,
		.nav-dropdown.nav-dropdown-bold>li>a:hover,
		.nav-dropdown-bold.dark .nav-column li>a:hover,
		.nav-dropdown.nav-dropdown-bold.dark>li>a:hover,
		.header-vertical-menu__opener,
		.is-outline:hover,
		.tagcloud a:hover,
		.grid-tools a,
		input[type='submit']:not(.is-form),
		.box-badge:hover .box-text,
		input.button.alt,
		.nav-box>li>a:hover,
		.nav-box>li.active>a,
		.nav-pills>li.active>a,
		.current-dropdown .cart-icon strong,
		.cart-icon:hover strong,
		.nav-line-bottom>li>a:before,
		.nav-line-grow>li>a:before,
		.nav-line>li>a:before,
		.banner,
		.header-top,
		.slider-nav-circle .flickity-prev-next-button:hover svg,
		.slider-nav-circle .flickity-prev-next-button:hover .arrow,
		.primary.is-outline:hover,
		.button.primary:not(.is-outline),
		input[type='submit'].primary,
		input[type='submit'].primary,
		input[type='reset'].button,
		input[type='button'].primary,
		.badge-inner {
			background-color: #3D0070;
		}

		/* Border */
		.nav-vertical.nav-tabs>li.active>a,
		.scroll-to-bullets a.active,
		.nav-pagination>li>.current,
		.nav-pagination>li>span:hover,
		.nav-pagination>li>a:hover,
		.has-hover:hover .badge-outline .badge-inner,
		.accordion-title.active,
		.featured-table,
		.is-outline:hover,
		.tagcloud a:hover,
		blockquote,
		.has-border,
		.cart-icon strong:after,
		.cart-icon strong,
		.blockUI:before,
		.processing:before,
		.loading-spin,
		.slider-nav-circle .flickity-prev-next-button:hover svg,
		.slider-nav-circle .flickity-prev-next-button:hover .arrow,
		.primary.is-outline:hover {
			border-color: #3D0070
		}

		.nav-tabs>li.active>a {
			border-top-color: #3D0070
		}

		.widget_shopping_cart_content .blockUI.blockOverlay:before {
			border-left-color: #3D0070
		}

		.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
			border-left-color: #3D0070
		}

		/* Fill */
		.slider .flickity-prev-next-button:hover svg,
		.slider .flickity-prev-next-button:hover .arrow {
			fill: #3D0070;
		}

		/* Focus */
		.primary:focus-visible,
		.submit-button:focus-visible,
		button[type="submit"]:focus-visible {
			outline-color: #3D0070 !important;
		}

		/* Background Color */
		[data-icon-label]:after,
		.secondary.is-underline:hover,
		.secondary.is-outline:hover,
		.icon-label,
		.button.secondary:not(.is-outline),
		.button.alt:not(.is-outline),
		.badge-inner.on-sale,
		.button.checkout,
		.single_add_to_cart_button,
		.current .breadcrumb-step {
			background-color: #7B1FBF;
		}

		[data-text-bg="secondary"] {
			background-color: #7B1FBF;
		}

		/* Color */
		.secondary.is-underline,
		.secondary.is-link,
		.secondary.is-outline,
		.stars a.active,
		.star-rating:before,
		.woocommerce-page .star-rating:before,
		.star-rating span:before,
		.color-secondary {
			color: #7B1FBF
		}

		/* Color !important */
		[data-text-color="secondary"] {
			color: #7B1FBF !important;
		}

		/* Border */
		.secondary.is-outline:hover {
			border-color: #7B1FBF
		}

		/* Focus */
		.secondary:focus-visible,
		.alt:focus-visible {
			outline-color: #7B1FBF !important;
		}

		body {
			color: #444444
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.heading-font {
			color: #444444;
		}

		body {
			font-size: 109%;
		}

		@media screen and (max-width: 549px) {
			body {
				font-size: 100%;
			}
		}

		body {
			font-family: "Barlow Condensed", sans-serif;
		}

		body {
			font-weight: 400;
			font-style: normal;
		}

		.nav>li>a {
			font-family: "Barlow Condensed", sans-serif;
		}

		.mobile-sidebar-levels-2 .nav>li>ul>li>a {
			font-family: "Barlow Condensed", sans-serif;
		}

		.nav>li>a,
		.mobile-sidebar-levels-2 .nav>li>ul>li>a {
			font-weight: 500;
			font-style: normal;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.heading-font,
		.off-canvas-center .nav-sidebar.nav-vertical>li>a {
			font-family: "Barlow Condensed", sans-serif;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.heading-font,
		.banner h1,
		.banner h2 {
			font-weight: 700;
			font-style: normal;
		}

		.alt-font {
			font-family: Allura, sans-serif;
		}

		.alt-font {
			font-weight: 400 !important;
			font-style: normal !important;
		}

		.header:not(.transparent) .header-nav-main.nav>li>a {
			color: #ffffff;
		}

		a {
			color: #7B1FBF;
		}

		a:hover {
			color: #3D0070;
		}

		.tagcloud a:hover {
			border-color: #3D0070;
			background-color: #3D0070;
		}

		.widget a {
			color: #444444;
		}

		.widget a:hover {
			color: #3D0070;
		}

		.widget .tagcloud a:hover {
			border-color: #3D0070;
			background-color: #3D0070;
		}

		.has-equal-box-heights .box-image {
			padding-top: 100%;
		}

		.shop-page-title.featured-title .title-bg {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/bg-gioi-thieu.jpg);
		}

		@media screen and (min-width: 550px) {
			.products .box-vertical .box-image {
				min-width: 300px !important;
				width: 300px !important;
			}
		}

		button[name='update_cart'] {
			display: none;
		}

		.nav-vertical-fly-out>li+li {
			border-top-width: 1px;
			border-top-style: solid;
		}

		/* Custom CSS */
		.header-main {
			background-image: linear-gradient(135deg, rgb(45, 0, 80), rgb(91, 15, 160));
		}

		.nav-spacing-xlarge>li {
			margin: 0 16px;
		}

		.nav-dropdown>li>a:hover {
			padding-left: 25px;
			color: #44067f
		}

		.gioi-thieu-3 img,
		.row-anh-1 img,
		.su-menh-section img {
			border-radius: 20px
		}

		.form-mua-hang input,
		.form-mua-hang select,
		.form-mua-hang textarea {
			border-radius: 20px;
			border: 1px solid #540790;
			height: 42px;
			margin-bottom: 15px;
		}

		.header-main li a {
			font-size: 20px
		}

		.nav-dropdown>li>a {
			font-size: 16px;
			font-weight: 500;
			color: black;
		}

		.section-title-center span:before {
			content: "";
			display: table;
			clear: both;
			background: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/icon-title-not-nhac.png);
			width: 100%;
			height: 69px;
			background-repeat: no-repeat;
			background-position-x: center;
			background-position-y: bottom;
			padding-top: 0;
			background-size: 200px;
			margin-bottom: 10px
		}

		.section-title b {
			background: none;
		}

		.section-title-center span {
			margin: 0 15px;
			text-transform: none;
			letter-spacing: 0;
			font-size: 33px;
			color: #3D0070;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		.section-title-container {
			margin-bottom: 10px;
		}

		.nut-dang-ky {
			font-weight: 500;
			border-radius: 30px;
			font-size: 17px;
			padding: 5px 30px;
			box-shadow: 4px 4px 20px rgb(103 58 183 / 49%)
		}

		.section1 .large-12 {
			padding-bottom: 0
		}

		.section1 img {
			border-radius: 20px
		}

		.section1 p {
			font-weight: 500
		}

		.section2 .icon-box {
			box-shadow: 0.4rem 0.4rem 3rem rgba(0, 0, 0, 0.1);
			padding: 30px;
			border-radius: 15px;
		}

		.section2 .icon-box svg {
			color: #5B0FA0;
		}

		.section2 .icon-box h3 {
			font-size: 22px;
			color: #3D0070;
			text-transform: none;
			letter-spacing: 0;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		.section-title {
			max-width: 650px;
			margin: 0 auto
		}

		.section2 {
			padding-bottom: 0 !important
		}

		.section3 .col,
		.section5 .col {
			padding-bottom: 0
		}

		.section6 .cot3 .col-inner {
			margin-top: 20px;
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/bg-gioi-thieu.jpg);
			padding: 30px;
			border-radius: 20px;
			background-position-y: center;
			background-size: cover;
			color: white;
			font-weight: 500;
		}

		.section6 .cot3 .col-inner p {
			margin-bottom: 0
		}

		.section6 .section-title-center span:before {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/icon-title-1.png);
			background-repeat: no-repeat
		}

		.section4 .tab3vong .tab-panels {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/background-mo-1.png);
			background-size: cover;
		}

		.section2 p {
			color: #252525;
			font-weight: 500;
			font-size: 16px;
		}

		.section2 img {
			border-radius: 20px
		}

		.section6 .section-title-center span {
			color: white;
			background: none;
			-webkit-text-fill-color: white;
		}

		.section6 img {
			border-radius: 20px
		}

		.section6 ul li {
			margin-bottom: 22px;
			box-shadow: 2px 2px 20px #3D0070;
			border-radius: 15px;
			padding: 15px;
			font-size: 15px;
			list-style: none;
			margin-left: 0;
			font-weight: 500;
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/check-circle-svgrepo-com-1.svg);
			background-size: 22px;
			background-repeat: no-repeat;
			background-position-y: 18px;
			background-position-x: 15px;
			padding-left: 47px;
		}

		.section6 .large-6 h2 {
			margin-bottom: 20px
		}

		.tabbed-content li a {
			border: 2px solid #c2c2c2;
			text-transform: none;
			letter-spacing: 0;
			font-size: 16px;
			color: #434343;
			background: white;
		}

		.tabbed-content ul.nav {
			margin-bottom: 20px
		}

		.tabbed-content li.active a {
			background-image: linear-gradient(to right, #3D0070, #2D0050, #5B0FA0, #1A0040);
			border: 2px solid #853abe;
			color: white
		}

		.gallery-col .box-image {
			border-radius: 15px
		}

		.tabbed-content li {
			margin: 0 10px
		}

		.blog-archive .post-item .box,
		.list-post1 .post-item .box {
			box-shadow: 4px 4px 30px rgb(0 0 0 / 13%);
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		.blog-archive .post-item .box-image,
		.list-post1 .post-item .box-image {
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
		}

		.blog-archive .post-item .box-text,
		.list-post1 .post-item .box-text {
			padding: 20px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		.post-item .thong-tin-them {
			margin-bottom: 15px;
		}

		.post-item .thong-tin-them .ngay-thang {
			float: right;
		}

		.blog-archive .post-item .post-title,
		.list-post1 .post-item .post-title {
			height: 46px;
			overflow: hidden;
			font-size: 18px;
			line-height: 23px;
			margin-bottom: 15px;
		}

		.blog-archive .post-item .from_the_blog_excerpt,
		.list-post1 .post-item .from_the_blog_excerpt {
			font-weight: 500;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			overflow: hidden;
			font-size: 16px;
		}

		.blog-archive .post-item .post-title:hover,
		.list-post1 .post-item .post-title:hover {
			color: #7B1FBF;
		}

		.list-post1 .post-item a:hover,
		.blog-archive .post-item a:hover {
			color: black;
		}

		.waves {
			position: relative;
			width: 100%;
			height: 15vh;
			margin-bottom: -9px;
			/*Fix for safari gap*/
			min-height: 100px;
			max-height: 150px;
		}

		.footer-section h3 {
			margin-bottom: 21px;
		}

		.footer-section .icon-box {
			margin-bottom: 10px;
			align-items: center;
		}

		.footer-section .icon-box h4 {
			font-weight: 500;
			font-size: 15px;
		}

		.footer-section .cot4 .icon-box img {
			padding-top: 0;
			border-radius: 99%;
		}

		a.back-to-top {
			background: #3D0070 !important;
			border: none !important;
			color: white !important
		}

		.footer-section .col {
			padding-bottom: 0
		}

		.parallax>use {
			animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
		}

		.parallax>use:nth-child(1) {
			animation-delay: -2s;
			animation-duration: 7s;
		}

		.parallax>use:nth-child(2) {
			animation-delay: -3s;
			animation-duration: 10s;
		}

		.parallax>use:nth-child(3) {
			animation-delay: -4s;
			animation-duration: 13s;
		}

		.parallax>use:nth-child(4) {
			animation-delay: -5s;
			animation-duration: 20s;
		}

		@keyframes move-forever {
			0% {
				transform: translate3d(-90px, 0, 0);
			}

			100% {
				transform: translate3d(85px, 0, 0);
			}
		}

		/*Shrinking for mobile*/
		@media (max-width: 768px) {
			.waves {
				height: 40px;
				min-height: 40px;
			}
		}

		.absolute-footer.dark {
			color: hsl(0deg 0% 100%);
			font-size: 15px;
		}

		.absolute-footer {
			padding: 15px;
			border-top: 1px solid #5B0FA0;
		}

		.footer-section {
			background-image: linear-gradient(#2D0050, #5B0FA0, #2D0050);
		}

		.badge-container {
			display: none
		}

		.product-small .box-image {
			border-radius: 20px
		}

		.product-small .product-title a {
			font-size: 18px;
			font-weight: 600;
		}

		.product-small .box-image:hover::before {
			-webkit-animation: shine .75s;
			animation: shine .75s
		}

		@-webkit-keyframes shine {
			100% {
				left: 125%
			}
		}

		@keyframes shine {
			100% {
				left: 125%
			}
		}

		.product-small .box-image::before {
			position: absolute;
			top: 0;
			left: -75%;
			z-index: 2;
			display: block;
			content: '';
			width: 50%;
			height: 100%;
			background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			-webkit-transform: skewX(-25deg);
			transform: skewX(-25deg)
		}

		.post-item .box-image:hover::before {
			-webkit-animation: shine .75s;
			animation: shine .75s
		}

		@-webkit-keyframes shine {
			100% {
				left: 125%
			}
		}

		@keyframes shine {
			100% {
				left: 125%
			}
		}

		.post-item .box-image::before {
			position: absolute;
			top: 0;
			left: -75%;
			z-index: 2;
			display: block;
			content: '';
			width: 50%;
			height: 100%;
			background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			-webkit-transform: skewX(-25deg);
			transform: skewX(-25deg)
		}

		.single-product .product-images img {
			border-radius: 20px
		}

		.product-info .product-title {
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		b,
		strong {
			font-weight: 600
		}

		.product-short-description {
			margin-top: 20px;
			font-weight: 500;
			color: #303030;
		}

		.product-section h5.mt,
		.related h3,
		.woocommerce #reviews #comments h2,
		.bai-viet-lien-quan h3 {
			text-transform: none;
			letter-spacing: 0;
			font-size: 22px;
			color: black;
		}

		.star-rating span:before {
			color: #FFC107;
		}

		div#reviews.woocommerce-Reviews,
		.devvn_prod_cmt {
			max-width: 865px;
		}

		.form-mua-hang {
			margin: 0 auto;
			max-width: 1000px;
		}

		.form-mua-hang h3 {
			margin-bottom: 0;
			background: #1565d2;
			text-align: center;
			text-transform: none;
			font-size: 18px;
			color: white;
			padding: 8px;
			font-weight: 600;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
		}

		.noi-dung-form {
			border: 1px solid #1565d2;
			border-top: 0;
			padding: 15px 20px;
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/white-abstract-background_23-2148810113.jpg);
			background-size: cover;
			background-position-y: inherit;
		}

		.form-mua-hang .des {
			text-align: left;
			margin-bottom: 10px;
			font-size: 15px;
			padding: 0px 10px;
			font-weight: 500;
			color: #0f228b;
		}

		.form-mua-hang .row-info {
			width: 100%;
			padding: 2px 10px;
			display: inline-block;
			clear: both;
			font-size: 15px;
		}

		.form-mua-hang .row-info .left {
			line-height: 39px;
			font-weight: 500;
			width: 18%;
			display: inline-block;
			float: left;
			color: #5B0FA0;
		}

		.form-mua-hang .row-info .right {
			padding-left: 10px;
			width: 60%;
			display: inline-block;
			float: left;
		}

		.noi-dung-form .cot3 {
			display: inline-block;
			float: right;
		}

		span.widget-title {
			letter-spacing: 0;
			font-weight: 700;
			font-size: 21px;
			display: block;
			margin-bottom: 1rem;
			text-transform: none;
			font-weight: bold;
		}

		.widget .is-divider {
			display: none
		}

		.widget input[type=search] {
			border: 1px solid #7B1FBF;
			height: 45px;
			border-top-left-radius: 15px;
			border-bottom-left-radius: 15px;
		}

		.widget .searchform .button.icon {
			background: #7B1FBF;
			height: 45px;
			border-top-right-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		.recent-blog-posts-li .badge {
			width: 150px;
			height: 100px;
		}

		.recent-blog-posts a {
			margin-bottom: 10px;
			font-size: 16px;
			line-height: 26px;
			font-weight: 500;
		}

		.recent-blog-posts-li .badge-inner {
			border-radius: 20px;
		}

		.tagcloud a {
			border: 1px solid #cbcbcb;
			background-color: rgba(68, 68, 68, 0.1);
			transition: 0.4s ease-in-out;
			font-size: 14px !important;
			font-weight: 500;
			padding: 11px 10px;
			border-radius: 3.2rem;
			color: #444444;
			word-break: break-word;
			display: inline-block;
			margin: 3px 0;
		}

		.widget .tagcloud a:hover {
			border-color: #7B1FBF !important;
			background-color: #7B1FBF !important;
			color: white !important
		}

		.wpcf7-spinner {
			display: none
		}

		.form-mua-hang input[type='submit'] {
			margin: 0;
			font-size: 14px;
			text-transform: none;
			font-weight: normal;
			background-image: linear-gradient(to right, #3D0070, #5B0FA0, #1A0040);
			letter-spacing: 0;
			padding: 3px 24px;
			border-radius: 20px;
		}

		.form-mua-hang input[type="tel"] {
			height: 42px;
			border-radius: 230px;
			border: 1px solid #590997;
			box-shadow: none;
		}

		#comments a.btn-reviews-now {
			background-color: #7B1FBF;
			text-transform: none;
			font-weight: 500;
			text-decoration: none;
			border-radius: 25px;
		}

		button#devvn_cmt_submit,
		button#devvn_cmt_replysubmit {
			background: #7B1FBF;
			font-weight: 500;
			text-transform: none;
			color: white
		}

		.single-product .panel.entry-content {
			font-family: "roboto", sans-serif;
			font-size: 17px;
		}

		.blog-single .entry-title {
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 27px;
			line-height: 45px;
		}

		.blog-single .thong-tin-them .ngay-thang {
			margin-left: 20px;
		}

		.blog-single .entry-image img {
			border-radius: 20px;
		}

		.xem-them h3 {
			color: black;
			font-size: 22px;
		}

		.bai-viet-lien-quan h3 {
			font-size: 22px;
			color: black;
		}

		.xem-them ul li a {
			font-size: 16px;
			font-weight: 500;
			color: black;
		}

		.xem-them ul li {
			margin-left: 20px;
		}

		.xem-them ul li a:hover {
			color: #7B1FBF;
		}

		.bai-viet-lien-quan ul {
			margin-bottom: 0;
			display: inline-block;
			width: 100%;
		}

		.bai-viet-lien-quan {
			margin-top: 15px;
		}

		.bai-viet-lien-quan ul li {
			list-style: none;
			width: 50%;
			color: graytext;
			float: left;
			padding-left: 9px;
			padding-right: 9px;
		}

		.bai-viet-lien-quan ul li .box-image img {
			height: 250px;
			border-radius: 15px;
			object-fit: cover;
			object-position: center;
		}

		.bai-viet-lien-quan h4 {
			font-size: 16px;
			color: black;
			line-height: 24px;
			padding-top: 7px;
			height: 64px;
			overflow: hidden;
			font-weight: 500;
		}

		.product-info .form-mua-hang input[type="tel"] {
			margin-bottom: 0
		}

		.blog-single .is-divider {
			display: none
		}

		.row-dai-ly ul li {
			background: white;
			box-shadow: 2px 2px 10px #00000038;
			padding: 15px;
			border-radius: 20px;
			font-weight: 500;
			list-style: none;
			margin-left: 0;
			margin-bottom: 20px
		}

		.rank-math-breadcrumb p {
			margin-bottom: 10px
		}

		.blog-archive .large-12 {
			padding-bottom: 10px
		}

		.dong-gop,
		.thong-bao {
			color: #000000;
			margin-bottom: 15px;
			border-radius: 3px;
			font-size: 15px;
			font-weight: 500
		}

		.form-mua-hang p {
			text-align: center
		}

		.section6 .form-mua-hang input,
		.section6 .form-mua-hang textarea {
			border-radius: 6px;
			border: 1px solid gray;
			box-shadow: 2px 2px 2px #0000001f;
		}

		.section6 .form-mua-hang input[type='submit'] {
			border: none;
			width: 100%;
			font-size: 18px;
			font-weight: 600;
			background: #ff9800;
			padding: 0;
			height: 51px;
			font-weight: 500
		}

		.section6 .form-mua-hang textarea:placeholder,
		.section6 .form-mua-hang input:placeholder {
			color: black;
			font-size: 15px;
		}

		.section6 .form-mua-hang {
			background: #e9e9e9;
			box-shadow: 21px 28px 40px #0000007a;
		}

		.section6 .form-mua-hang h4 {
			position: relative;
			font-size: 19px;
			text-align: center;
			background-image: linear-gradient(#3D0070, #5B0FA0);
			padding: 10px;
			text-transform: uppercase;
		}

		.section6 .form-mua-hang p {
			padding: 0 30px;
		}

		.form-mua-hang .ghi-chu {
			color: #404040;
			margin-top: 29px;
			padding: 0 30px;
			margin-bottom: 10px
		}

		.section6 .form-mua-hang .ghi-chu2:before {
			content: "";
			display: block;
			width: 100%;
			height: 30px;
			position: absolute;
			margin-top: -40px;
			left: 0px;
			border: 20px solid #ffffff;
			border-top: 0 solid #ff000000;
			border-left: 190px solid #ff000000;
			border-right: 190px solid #ff000000;
			max-height: 30px !important;
		}

		.form-mua-hang .ghi-chu2 {
			margin-top: 45px;
			position: relative;
			background: white;
			color: black;
			font-size: 14px;
			padding: 10px;
			font-style: italic;
			padding: 10px 30px !important
		}

		.section6 .form-mua-hang h4:after {
			content: "";
			display: block;
			width: 100%;
			height: 30px;
			position: absolute;
			margin-top: 9px;
			left: 0px;
			border: 20px solid #5b0898;
			border-bottom: 0px solid #ff000000;
			border-left: 190px solid #ff000000;
			border-right: 190px solid #ff000000;
		}

		.product-small .price,
		.product-info .price {
			font-family: "Montserrat", sans-serif;
			font-size: 17px;
			color: gray;
		}

		.product-info .price {
			margin-top: 20px
		}

		.single_add_to_cart_button {
			background: none !important;
			border: none;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
			font-size: 18px !important;
			line-height: 37px;
			min-height: 10px;
			padding: 0 15px 0 0;
			margin-bottom: 0;
		}

		.product-summary .quantity {
			margin-bottom: 0;
		}

		.quantity .button.plus,
		.quantity .button.minus {
			width: 30px;
			background: white;
			border: none;
			font-weight: 500;
		}

		.quantity input[type=number] {
			width: 10px;
			background: white;
			font-weight: 500;
			border: none;
		}

		.product-small .price ins bdi,
		.product-small .price bdi,
		.product-small .price ins bdi,
		.product-info .price bdi {
			color: red;
		}

		.product-small .product-title {
			margin-bottom: 10px
		}

		.product-small .price del bdi,
		.product-info .price del bdi {
			font-size: 16px;
			color: gray;
			font-weight: normal
		}

		.panel.entry-content h2 {
			border-left: 5px solid #2196F3;
			padding-left: 10px;
			line-height: 29px;
			margin-bottom: 15px;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 25px;
		}

		.panel.entry-content h3 {
			line-height: 24px;
			margin-bottom: 15px;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 21px;
		}

		.panel.entry-content h4 {
			line-height: 23px;
			margin-bottom: 15px;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 19px;
		}

		form.cart {
			padding: 8px;
			background: #3b0682;
			border-radius: 30px;
			display: inline-block;
		}

		.quantity .button.minus {
			border-top-left-radius: 20px;
			border-bottom-left-radius: 20px
		}

		.quantity .button.plus {
			border-top-right-radius: 20px;
			border-bottom-right-radius: 20px
		}

		.widget_shopping_cart .button {
			text-transform: none;
			border-radius: 20px;
			font-weight: 500;
		}

		ul.product_list_widget li a:not(.remove) {
			font-weight: 500
		}

		.cart-popup-title h4 {
			text-transform: none;
			letter-spacing: 0;
		}

		.checkout-breadcrumbs a {
			font-size: 18px;
			letter-spacing: -1px;
		}

		.shop_table .order-total td,
		.shop_table .order-total th,
		.shop_table thead th {
			text-transform: none;
			letter-spacing: 0;
		}

		.cart_totals th.product-name {
			text-transform: none;
			letter-spacing: 0;
		}

		.cart_totals .button {
			border-radius: 30px;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
		}

		.checkout_coupon input {
			box-shadow: none;
			border-radius: 30px;
		}

		.checkout_coupon button {
			border-radius: 30px;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
			color: white;
			text-shadow: none;
		}

		.shop_table .cart_item td {
			font-weight: 500;
		}

		.woocommerce-billing-fields__field-wrapper input,
		.woocommerce-billing-fields__field-wrapper .select2-selection,
		.woocommerce-additional-fields__field-wrapper textarea {
			border-radius: 30px;
			box-shadow: none;
			font-size: 15px;
		}

		.box-thong-bao ul li {
			background-repeat: no-repeat;
			background-size: 23px;
			background-position-y: center;
			padding-left: 27px;
			color: #c70000;
			font-style: italic;
			font-weight: 500;
			list-style: none;
			margin-left: 0;
		}

		.box-thong-bao ul li.qua-tang {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/icon-1.jpg);
		}

		.box-thong-bao ul li.giam-gia {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/icon2.jpg);
		}

		.box-thong-bao ul li.ship {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/icon3.jpg);
		}

		.box-thong-bao ul {
			border-bottom: 2px dotted #e6e6e6;
			border-top: 2px dotted #e6e6e6;
			padding-top: 15px;
		}

		.uppercase,
		h6,
		span.widget-title,
		th {
			letter-spacing: 0;
			line-height: 1.05;
			text-transform: none;
		}

		.single_add_to_cart_button:hover {
			box-shadow: none
		}

		.continue-shopping a {
			text-transform: none
		}

		/* Custom CSS Mobile */
		@media (max-width: 549px) {
			.off-canvas-left .mfp-content {
				background-image: linear-gradient(#3D0070, #2D0050, #5B0FA0, #1A0040);
				width: 100%
			}

			.off-canvas .nav-vertical>li>a {
				padding-bottom: 15px;
				padding-top: 15px;
				text-transform: none;
				font-size: 19px;
			}

			.section {
				padding: 30px 0 !important
			}

			.section-title-center span:before {
				height: 40px;
				background-size: 115px;
				margin-bottom: 0;
			}

			.section-title-center span {
				font-size: 25px;
			}

			.nut-dang-ky {
				font-size: 16px;
			}

			.section2 .icon-box {
				flex-direction: column;
				padding: 15px;
			}

			.section2 .icon-box .icon-box-text {
				padding-left: 0;
				text-align: center;
			}

			.section2 .icon-box .icon-box-img {
				margin: 0 auto
			}

			.section2 .icon-box .icon-box-text p {
				font-size: 14px
			}

			.section6 .large-6 h2 {
				font-size: 25px
			}

			.section6 ul li {
				font-size: 15px
			}

			.tabbed-content ul.nav {
				flex-grow: 1;
				padding-left: 15px;
				-webkit-box-flex: 1;
				white-space: nowrap;
				overflow: auto;
				flex-wrap: nowrap;
				align-content: center;
				justify-content: flex-start;
				align-items: center;
				flex-direction: row;
				margin-bottom: 0px;
				display: flex;
				max-width: 100%;
				float: right;
				margin-top: 0;
			}

			.tabbed-content li a {
				font-size: 14px
			}

			.gallery-col {
				padding: 0 5px 10px
			}

			.footer-section .col {
				flex-basis: 100%;
				max-width: 100%
			}

			.form-mua-hang .row-info .right,
			.form-mua-hang .row-info .left,
			.noi-dung-form .cot3 {
				padding-left: 0;
				margin-bottom: 10px;
				width: 100%
			}

			.form-mua-hang input[type='submit'] {
				width: 100%;
			}

			.noi-dung-form {
				padding: 15px;
			}

			.blog-archive .post-item .from_the_blog_excerpt,
			.list-post1 .post-item .from_the_blog_excerpt {
				font-size: 14px
			}

			.blog-single .entry-title {
				font-size: 22px;
				line-height: 31px;
			}

			.bai-viet-lien-quan ul li .box-image img {
				height: 135px;
			}

			.bai-viet-lien-quan h4 {
				font-size: 14px;
				color: black;
				line-height: 19px;
				padding-top: 7px;
				height: 64px;
				overflow: hidden;
				font-weight: 500;
			}

			form.cart {
				width: 100%
			}

			.single_add_to_cart_button {
				background: #FF9800 !important;
				border: none;
				text-transform: none;
				letter-spacing: 0;
				font-weight: 500;
				font-size: 18px !important;
				line-height: 37px;
				min-height: 10px;
				padding: 2px 20px 2px 20px;
				margin-bottom: 0;
				float: right;
				background: red;
				border-radius: 20px;
			}

			.product-main {
				padding-bottom: 0
			}
		}

		.label-new.menu-item>a:after {
			content: "Mới";
		}

		.label-hot.menu-item>a:after {
			content: "Nổi bật";
		}

		.label-sale.menu-item>a:after {
			content: "Giảm giá";
		}

		.label-popular.menu-item>a:after {
			content: "Phổ biến";
		}
	

		.section3 .box-image {
			background: white;
			/* hoặc màu nền bạn muốn */
			padding: 4px;

		}

		@media (max-width: 767px) {
			.gradient-border {
				display: block;
				margin-bottom: 20px !important;
			}
		}

		.box-badge .box-text {
			background: linear-gradient(to right, #3D0070, #2D0050);
			color: white;
			padding: 12px 16px;
			border-radius: 12px;
			bottom: 0px;
			/* 👈 đẩy xuống dưới hơn */
		}


		.box-badge .box-text h4 {
			font-size: 14px;
			margin-bottom: 4px;
			color: white;
		}

		.box-badge .box-text p {
			font-size: 13px;
			color: white;
			margin: 0;
			line-height: 1.4;
		}

		@media (max-width: 767px) {
			.box-badge .box-text {
				position: static !important;
				/* Gỡ tuyệt đối */
				margin-top: -30px;
				/* Sát dưới ảnh */
				transform: none !important;
				border-radius: 8px;
				padding: 8px 12px;
			}

			.box-badge {
				display: flex;
				flex-direction: column;
				align-items: center;
			}
		}

		@media (max-width: 767px) {

			.box-badge .box-text h4 {
				font-size: 12px;
			}


			.box-badge .box-text p {
				font-size: 10px;
			}
		}

		h1,
		h2,
		h3,
		.title,
		.ux-title {
			white-space: normal !important;
			max-width: none !important;
			width: auto !important;
		}

		.absolute-footer.dark.medium-text-center.text-center {
			display: none !important;
		}

		body {
			overflow-x: hidden;
		}

		footer {
			margin-bottom: 0 !important;
			padding-bottom: 0 !important;
		}

		body>.ux-builder-element:last-child {
			display: none !important;
		}

		section:last-of-type {
			margin-bottom: 0 !important;
			padding-bottom: 0 !important;
		}

		.hover-purple-border {
			border: 3px solid transparent;
			/* Giữ chỗ sẵn cho viền */
			transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
			border-radius: 8px;
		}

		.hover-purple-border:hover {
			border-color: #800080;
			/* Tím sang trọng */
			box-shadow: 0 4px 12px rgba(128, 0, 128, 0.2);
			transform: translateY(-2px);
		}

		/* Hiển thị mũi tên slider trên mobile */
		@media screen and (max-width: 549px) {
			.slider-wrapper .flickity-prev-next-button {
				display: block !important;
			}
	

							#gap-540262179 {
								padding-top: 30px;
							}
						

										#image_185896244 {
											width: 60%;
										}

										@media (min-width:550px) {
											#image_185896244 {
												width: 30%;
											}
										}

										@media (min-width:850px) {
											#image_185896244 {
												width: 60%;
											}
										}
									

										#gap-664690126 {
											padding-top: 10px;
										}
									

													#image_62269198 {
														width: 100%;
													}
												

													#image_665085404 {
														width: 100%;
													}
												

													#image_1524415190 {
														width: 100%;
													}
												

													#image_1862078732 {
														width: 100%;
													}
												

					#section_293998076 {
						padding-top: 0px;
						padding-bottom: 0px;
					}

					#section_293998076 .section-bg-overlay {
						background-color: rgba(0, 0, 0, 0.808);
					}

					#section_293998076 .section-bg.bg-loaded {
						background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/background-footer.webp);
					}

					#section_293998076 .ux-shape-divider--top svg {
						height: 150px;
						--divider-top-width: 100%;
					}

					#section_293998076 .ux-shape-divider--bottom svg {
						height: 150px;
						--divider-width: 100%;
					}

					@media (min-width:550px) {
						#section_293998076 {
							padding-top: 0px;
							padding-bottom: 0px;
						}
					}
				

		.echbay-sms-messenger div.phonering-alo-zalo,
		.echbay-sms-messenger div.phonering-alo-alo {
			background-color: #0084ff
		}

		.echbay-sms-messenger div.phonering-alo-sms {
			background-color: #f60
		}

		.echbay-sms-messenger div.phonering-alo-messenger {
			background-color: #e60f1e
		}

		.echbay-sms-messenger {
			width: 45px
		}

		.echbay-sms-messenger a {
			line-height: 45px;
			color: transparent;
			display: block;
		}

		.echbay-sms-messenger {
			display: block
		}

		.echbay-sms-messenger div.phonering-alo-zalo {
			display: block
		}

		.echbay-sms-messenger div.phonering-alo-alo {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56a.977.977 0 00-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/></svg>");
		}

		.echbay-sms-messenger div.phonering-alo-sms {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/></svg>");
			background-color: #f60;
			background-size: 60%;
		}

		.echbay-sms-messenger div.phonering-alo-zalo {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/></svg>");
		}

		.echbay-sms-messenger div.phonering-alo-messenger {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M12 2C6.48 2 2 6.13 2 11.23c0 2.89 1.45 5.46 3.72 7.15v3.62l3.41-1.87c.92.26 1.88.4 2.87.4 5.52 0 10-4.13 10-9.23S17.52 2 12 2zm1.09 12.35l-2.6-2.77-5.06 2.77 5.54-5.88 2.67 2.77 4.99-2.77-5.54 5.88z'/></svg>");
			background-color: #e60f1e;
		}

		.echbay-sms-messenger div {
			margin: 14px 0;
			background: #0084FF center no-repeat;
			background-size: 70%;
			border-radius: 50%;
			box-shadow: 0 3px 10px #888;
		}

		.echbay-sms-messenger {
			text-align: center;
			right: 20px;
			position: fixed;
			bottom: 70px;
			z-index: 999;
		}
	

		.wpcf7 form.sent .wpcf7-response-output {
			display: none;
		}
	


/* Extracted Inline CSS from cuoc-thi.html */

		img:is([sizes=auto i], [sizes^="auto," i]) {
			contain-intrinsic-size: 3000px 1500px
		}

		/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
	

		img.wp-smiley,
		img.emoji {
			display: inline !important;
			border: none !important;
			box-shadow: none !important;
			height: 1em !important;
			width: 1em !important;
			margin: 0 0.07em !important;
			vertical-align: -0.1em !important;
			background: none !important;
			padding: 0 !important;
		}

		/*# sourceURL=wp-emoji-styles-inline-css */
	

		:root {
			--wp-block-synced-color: #7a00df;
			--wp-block-synced-color--rgb: 122, 0, 223;
			--wp-bound-block-color: var(--wp-block-synced-color);
			--wp-editor-canvas-background: #ddd;
			--wp-admin-theme-color: #007cba;
			--wp-admin-theme-color--rgb: 0, 124, 186;
			--wp-admin-theme-color-darker-10: #006ba1;
			--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
			--wp-admin-theme-color-darker-20: #005a87;
			--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
			--wp-admin-border-width-focus: 2px
		}

		@media (min-resolution:192dpi) {
			:root {
				--wp-admin-border-width-focus: 1.5px
			}
		}

		.wp-element-button {
			cursor: pointer
		}

		:root .has-very-light-gray-background-color {
			background-color: #eee
		}

		:root .has-very-dark-gray-background-color {
			background-color: #313131
		}

		:root .has-very-light-gray-color {
			color: #eee
		}

		:root .has-very-dark-gray-color {
			color: #313131
		}

		:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
			background: linear-gradient(135deg, #00d084, #0693e3)
		}

		:root .has-purple-crush-gradient-background {
			background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
		}

		:root .has-hazy-dawn-gradient-background {
			background: linear-gradient(135deg, #faaca8, #dad0ec)
		}

		:root .has-subdued-olive-gradient-background {
			background: linear-gradient(135deg, #fafae1, #67a671)
		}

		:root .has-atomic-cream-gradient-background {
			background: linear-gradient(135deg, #fdd79a, #004a59)
		}

		:root .has-nightshade-gradient-background {
			background: linear-gradient(135deg, #330968, #31cdcf)
		}

		:root .has-midnight-gradient-background {
			background: linear-gradient(135deg, #020381, #2874fc)
		}

		:root {
			--wp--preset--font-size--normal: 16px;
			--wp--preset--font-size--huge: 42px
		}

		.has-regular-font-size {
			font-size: 1em
		}

		.has-larger-font-size {
			font-size: 2.625em
		}

		.has-normal-font-size {
			font-size: var(--wp--preset--font-size--normal)
		}

		.has-huge-font-size {
			font-size: var(--wp--preset--font-size--huge)
		}

		.has-text-align-center {
			text-align: center
		}

		.has-text-align-left {
			text-align: left
		}

		.has-text-align-right {
			text-align: right
		}

		.has-fit-text {
			white-space: nowrap !important
		}

		#end-resizable-editor-section {
			display: none
		}

		.aligncenter {
			clear: both
		}

		.items-justified-left {
			justify-content: flex-start
		}

		.items-justified-center {
			justify-content: center
		}

		.items-justified-right {
			justify-content: flex-end
		}

		.items-justified-space-between {
			justify-content: space-between
		}

		.screen-reader-text {
			border: 0;
			clip-path: inset(50%);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
			word-wrap: normal !important
		}

		.screen-reader-text:focus {
			background-color: #ddd;
			clip-path: none;
			color: #444;
			display: block;
			font-size: 1em;
			height: auto;
			left: 5px;
			line-height: normal;
			padding: 15px 23px 14px;
			text-decoration: none;
			top: 5px;
			width: auto;
			z-index: 100000
		}

		html :where(.has-border-color) {
			border-style: solid
		}

		html :where([style*=border-top-color]) {
			border-top-style: solid
		}

		html :where([style*=border-right-color]) {
			border-right-style: solid
		}

		html :where([style*=border-bottom-color]) {
			border-bottom-style: solid
		}

		html :where([style*=border-left-color]) {
			border-left-style: solid
		}

		html :where([style*=border-width]) {
			border-style: solid
		}

		html :where([style*=border-top-width]) {
			border-top-style: solid
		}

		html :where([style*=border-right-width]) {
			border-right-style: solid
		}

		html :where([style*=border-bottom-width]) {
			border-bottom-style: solid
		}

		html :where([style*=border-left-width]) {
			border-left-style: solid
		}

		html :where(img[class*=wp-image-]) {
			height: auto;
			max-width: 100%
		}

		:where(figure) {
			margin: 0 0 1em
		}

		html :where(.is-position-sticky) {
			--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
		}

		@media screen and (max-width:600px) {
			html :where(.is-position-sticky) {
				--wp-admin--admin-bar--position-offset: 0px
			}
		}

		/*# sourceURL=wp-block-library-inline-css */
	

		.svg-inline--fa {
			display: inline-block;
			height: 1em;
			overflow: visible;
			vertical-align: -.125em;
		}

		/*# sourceURL=font-awesome-svg-styles-default-inline-css */
	

		.wp-block-font-awesome-icon svg::before,
		.wp-rich-text-font-awesome-icon svg::before {
			content: unset;
		}

		/*# sourceURL=font-awesome-svg-styles-inline-css */
	

		:root {
			--wp--preset--aspect-ratio--square: 1;
			--wp--preset--aspect-ratio--4-3: 4/3;
			--wp--preset--aspect-ratio--3-4: 3/4;
			--wp--preset--aspect-ratio--3-2: 3/2;
			--wp--preset--aspect-ratio--2-3: 2/3;
			--wp--preset--aspect-ratio--16-9: 16/9;
			--wp--preset--aspect-ratio--9-16: 9/16;
			--wp--preset--color--black: #000000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--color--primary: #446084;
			--wp--preset--color--secondary: #d26e4b;
			--wp--preset--color--success: #7a9c59;
			--wp--preset--color--alert: #b20000;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px;
			--wp--preset--spacing--20: 0.44rem;
			--wp--preset--spacing--30: 0.67rem;
			--wp--preset--spacing--40: 1rem;
			--wp--preset--spacing--50: 1.5rem;
			--wp--preset--spacing--60: 2.25rem;
			--wp--preset--spacing--70: 3.38rem;
			--wp--preset--spacing--80: 5.06rem;
			--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
			--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
			--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
		}

		:where(body) {
			margin: 0;
		}

		.wp-site-blocks>.alignleft {
			float: left;
			margin-right: 2em;
		}

		.wp-site-blocks>.alignright {
			float: right;
			margin-left: 2em;
		}

		.wp-site-blocks>.aligncenter {
			justify-content: center;
			margin-left: auto;
			margin-right: auto;
		}

		:where(.is-layout-flex) {
			gap: 0.5em;
		}

		:where(.is-layout-grid) {
			gap: 0.5em;
		}

		.is-layout-flow>.alignleft {
			float: left;
			margin-inline-start: 0;
			margin-inline-end: 2em;
		}

		.is-layout-flow>.alignright {
			float: right;
			margin-inline-start: 2em;
			margin-inline-end: 0;
		}

		.is-layout-flow>.aligncenter {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		.is-layout-constrained>.alignleft {
			float: left;
			margin-inline-start: 0;
			margin-inline-end: 2em;
		}

		.is-layout-constrained>.alignright {
			float: right;
			margin-inline-start: 2em;
			margin-inline-end: 0;
		}

		.is-layout-constrained>.aligncenter {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		body .is-layout-flex {
			display: flex;
		}

		.is-layout-flex {
			flex-wrap: wrap;
			align-items: center;
		}

		.is-layout-flex> :is(*, div) {
			margin: 0;
		}

		body .is-layout-grid {
			display: grid;
		}

		.is-layout-grid> :is(*, div) {
			margin: 0;
		}

		body {
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
		}

		a:where(:not(.wp-element-button)) {
			text-decoration: none;
		}

		:root :where(.wp-element-button, .wp-block-button__link) {
			background-color: #32373c;
			border-width: 0;
			color: #fff;
			font-family: inherit;
			font-size: inherit;
			font-style: inherit;
			font-weight: inherit;
			letter-spacing: inherit;
			line-height: inherit;
			padding-top: calc(0.667em + 2px);
			padding-right: calc(1.333em + 2px);
			padding-bottom: calc(0.667em + 2px);
			padding-left: calc(1.333em + 2px);
			text-decoration: none;
			text-transform: inherit;
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-primary-color {
			color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-color {
			color: var(--wp--preset--color--secondary) !important;
		}

		.has-success-color {
			color: var(--wp--preset--color--success) !important;
		}

		.has-alert-color {
			color: var(--wp--preset--color--alert) !important;
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-primary-background-color {
			background-color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-background-color {
			background-color: var(--wp--preset--color--secondary) !important;
		}

		.has-success-background-color {
			background-color: var(--wp--preset--color--success) !important;
		}

		.has-alert-background-color {
			background-color: var(--wp--preset--color--alert) !important;
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-primary-border-color {
			border-color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-border-color {
			border-color: var(--wp--preset--color--secondary) !important;
		}

		.has-success-border-color {
			border-color: var(--wp--preset--color--success) !important;
		}

		.has-alert-border-color {
			border-color: var(--wp--preset--color--alert) !important;
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important;
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important;
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important;
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important;
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important;
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important;
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important;
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important;
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important;
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important;
		}

		/*# sourceURL=global-styles-inline-css */
	

		.woocommerce form .form-row .required {
			visibility: visible;
		}

		.bg {
			opacity: 0;
			transition: opacity 1s;
			-webkit-transition: opacity 1s;
		}

		.bg-loaded {
			opacity: 1;
		}
	

			.woocommerce-product-gallery {
				opacity: 1 !important;
			}
		

		:root {
			--primary-color: #3D0070;
		}

		.container-width,
		.full-width .ubermenu-nav,
		.container,
		.row {
			max-width: 1230px
		}

		.row.row-collapse {
			max-width: 1200px
		}

		.row.row-small {
			max-width: 1222.5px
		}

		.row.row-large {
			max-width: 1260px
		}

		.header-main {
			height: 89px
		}

		#logo img {
			max-height: 89px
		}

		#logo {
			width: 200px;
		}

		#logo img {
			padding: 7px 0;
		}

		.header-top {
			min-height: 30px
		}

		.transparent .header-main {
			height: 90px
		}

		.transparent #logo img {
			max-height: 90px
		}

		.has-transparent+.page-title:first-of-type,
		.has-transparent+#main>.page-title,
		.has-transparent+#main>div>.page-title,
		.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
			padding-top: 90px;
		}

		.header.show-on-scroll,
		.stuck .header-main {
			height: 70px !important
		}

		.stuck #logo img {
			max-height: 70px !important
		}

		.header-bg-color {
			background-color: rgba(255, 255, 255, 0.9)
		}

		.header-bottom {
			background-color: #f1f1f1
		}

		.header-main .nav>li>a {
			line-height: 16px
		}

		@media (max-width: 549px) {
			.header-main {
				height: 70px
			}

			#logo img {
				max-height: 70px
			}
		}

		.nav-dropdown {
			border-radius: 10px
		}

		.nav-dropdown {
			font-size: 100%
		}

		/* Color */
		.accordion-title.active,
		.has-icon-bg .icon .icon-inner,
		.logo a,
		.primary.is-underline,
		.primary.is-link,
		.badge-outline .badge-inner,
		.nav-outline>li.active>a,
		.nav-outline>li.active>a,
		.cart-icon strong,
		[data-color='primary'],
		.is-outline.primary {
			color: #3D0070;
		}

		/* Color !important */
		[data-text-color="primary"] {
			color: #3D0070 !important;
		}

		/* Background Color */
		[data-text-bg="primary"] {
			background-color: #3D0070;
		}

		/* Background */
		.scroll-to-bullets a,
		.featured-title,
		.label-new.menu-item>a:after,
		.nav-pagination>li>.current,
		.nav-pagination>li>span:hover,
		.nav-pagination>li>a:hover,
		.has-hover:hover .badge-outline .badge-inner,
		button[type="submit"],
		.button.wc-forward:not(.checkout):not(.checkout-button),
		.button.submit-button,
		.button.primary:not(.is-outline),
		.featured-table .title,
		.is-outline:hover,
		.has-icon:hover .icon-label,
		.nav-dropdown-bold .nav-column li>a:hover,
		.nav-dropdown.nav-dropdown-bold>li>a:hover,
		.nav-dropdown-bold.dark .nav-column li>a:hover,
		.nav-dropdown.nav-dropdown-bold.dark>li>a:hover,
		.header-vertical-menu__opener,
		.is-outline:hover,
		.tagcloud a:hover,
		.grid-tools a,
		input[type='submit']:not(.is-form),
		.box-badge:hover .box-text,
		input.button.alt,
		.nav-box>li>a:hover,
		.nav-box>li.active>a,
		.nav-pills>li.active>a,
		.current-dropdown .cart-icon strong,
		.cart-icon:hover strong,
		.nav-line-bottom>li>a:before,
		.nav-line-grow>li>a:before,
		.nav-line>li>a:before,
		.banner,
		.header-top,
		.slider-nav-circle .flickity-prev-next-button:hover svg,
		.slider-nav-circle .flickity-prev-next-button:hover .arrow,
		.primary.is-outline:hover,
		.button.primary:not(.is-outline),
		input[type='submit'].primary,
		input[type='submit'].primary,
		input[type='reset'].button,
		input[type='button'].primary,
		.badge-inner {
			background-color: #3D0070;
		}

		/* Border */
		.nav-vertical.nav-tabs>li.active>a,
		.scroll-to-bullets a.active,
		.nav-pagination>li>.current,
		.nav-pagination>li>span:hover,
		.nav-pagination>li>a:hover,
		.has-hover:hover .badge-outline .badge-inner,
		.accordion-title.active,
		.featured-table,
		.is-outline:hover,
		.tagcloud a:hover,
		blockquote,
		.has-border,
		.cart-icon strong:after,
		.cart-icon strong,
		.blockUI:before,
		.processing:before,
		.loading-spin,
		.slider-nav-circle .flickity-prev-next-button:hover svg,
		.slider-nav-circle .flickity-prev-next-button:hover .arrow,
		.primary.is-outline:hover {
			border-color: #3D0070
		}

		.nav-tabs>li.active>a {
			border-top-color: #3D0070
		}

		.widget_shopping_cart_content .blockUI.blockOverlay:before {
			border-left-color: #3D0070
		}

		.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
			border-left-color: #3D0070
		}

		/* Fill */
		.slider .flickity-prev-next-button:hover svg,
		.slider .flickity-prev-next-button:hover .arrow {
			fill: #3D0070;
		}

		/* Focus */
		.primary:focus-visible,
		.submit-button:focus-visible,
		button[type="submit"]:focus-visible {
			outline-color: #3D0070 !important;
		}

		/* Background Color */
		[data-icon-label]:after,
		.secondary.is-underline:hover,
		.secondary.is-outline:hover,
		.icon-label,
		.button.secondary:not(.is-outline),
		.button.alt:not(.is-outline),
		.badge-inner.on-sale,
		.button.checkout,
		.single_add_to_cart_button,
		.current .breadcrumb-step {
			background-color: #7B1FBF;
		}

		[data-text-bg="secondary"] {
			background-color: #7B1FBF;
		}

		/* Color */
		.secondary.is-underline,
		.secondary.is-link,
		.secondary.is-outline,
		.stars a.active,
		.star-rating:before,
		.woocommerce-page .star-rating:before,
		.star-rating span:before,
		.color-secondary {
			color: #7B1FBF
		}

		/* Color !important */
		[data-text-color="secondary"] {
			color: #7B1FBF !important;
		}

		/* Border */
		.secondary.is-outline:hover {
			border-color: #7B1FBF
		}

		/* Focus */
		.secondary:focus-visible,
		.alt:focus-visible {
			outline-color: #7B1FBF !important;
		}

		body {
			color: #444444
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.heading-font {
			color: #444444;
		}

		body {
			font-size: 109%;
		}

		@media screen and (max-width: 549px) {
			body {
				font-size: 100%;
			}
		}

		body {
			font-family: "Barlow Condensed", sans-serif;
		}

		body {
			font-weight: 400;
			font-style: normal;
		}

		.nav>li>a {
			font-family: "Barlow Condensed", sans-serif;
		}

		.mobile-sidebar-levels-2 .nav>li>ul>li>a {
			font-family: "Barlow Condensed", sans-serif;
		}

		.nav>li>a,
		.mobile-sidebar-levels-2 .nav>li>ul>li>a {
			font-weight: 500;
			font-style: normal;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.heading-font,
		.off-canvas-center .nav-sidebar.nav-vertical>li>a {
			font-family: "Barlow Condensed", sans-serif;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.heading-font,
		.banner h1,
		.banner h2 {
			font-weight: 700;
			font-style: normal;
		}

		.alt-font {
			font-family: Allura, sans-serif;
		}

		.alt-font {
			font-weight: 400 !important;
			font-style: normal !important;
		}

		.header:not(.transparent) .header-nav-main.nav>li>a {
			color: #ffffff;
		}

		a {
			color: #7B1FBF;
		}

		a:hover {
			color: #3D0070;
		}

		.tagcloud a:hover {
			border-color: #3D0070;
			background-color: #3D0070;
		}

		.widget a {
			color: #444444;
		}

		.widget a:hover {
			color: #3D0070;
		}

		.widget .tagcloud a:hover {
			border-color: #3D0070;
			background-color: #3D0070;
		}

		.has-equal-box-heights .box-image {
			padding-top: 100%;
		}

		.shop-page-title.featured-title .title-bg {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/bg-gioi-thieu.jpg);
		}

		@media screen and (min-width: 550px) {
			.products .box-vertical .box-image {
				min-width: 300px !important;
				width: 300px !important;
			}
		}

		button[name='update_cart'] {
			display: none;
		}

		.nav-vertical-fly-out>li+li {
			border-top-width: 1px;
			border-top-style: solid;
		}

		/* Custom CSS */
		.header-main {
			background-image: linear-gradient(135deg, rgb(45, 0, 80), rgb(91, 15, 160));
		}

		.nav-spacing-xlarge>li {
			margin: 0 16px;
		}

		.nav-dropdown>li>a:hover {
			padding-left: 25px;
			color: #44067f
		}

		.gioi-thieu-3 img,
		.row-anh-1 img,
		.su-menh-section img {
			border-radius: 20px
		}

		.form-mua-hang input,
		.form-mua-hang select,
		.form-mua-hang textarea {
			border-radius: 20px;
			border: 1px solid #540790;
			height: 42px;
			margin-bottom: 15px;
		}

		.header-main li a {
			font-size: 20px
		}

		.nav-dropdown>li>a {
			font-size: 16px;
			font-weight: 500;
			color: black;
		}

		.section-title-center span:before {
			content: "";
			display: table;
			clear: both;
			background: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/icon-title-not-nhac.png);
			width: 100%;
			height: 69px;
			background-repeat: no-repeat;
			background-position-x: center;
			background-position-y: bottom;
			padding-top: 0;
			background-size: 200px;
			margin-bottom: 10px
		}

		.section-title b {
			background: none;
		}

		.section-title-center span {
			margin: 0 15px;
			text-transform: none;
			letter-spacing: 0;
			font-size: 33px;
			color: #3D0070;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		.section-title-container {
			margin-bottom: 10px;
		}

		.nut-dang-ky {
			font-weight: 500;
			border-radius: 30px;
			font-size: 17px;
			padding: 5px 30px;
			box-shadow: 4px 4px 20px rgb(103 58 183 / 49%)
		}

		.section1 .large-12 {
			padding-bottom: 0
		}

		.section1 img {
			border-radius: 20px
		}

		.section1 p {
			font-weight: 500
		}

		.section2 .icon-box {
			box-shadow: 0.4rem 0.4rem 3rem rgba(0, 0, 0, 0.1);
			padding: 30px;
			border-radius: 15px;
		}

		.section2 .icon-box svg {
			color: #5B0FA0;
		}

		.section2 .icon-box h3 {
			font-size: 22px;
			color: #3D0070;
			text-transform: none;
			letter-spacing: 0;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		.section-title {
			max-width: 650px;
			margin: 0 auto
		}

		.section2 {
			padding-bottom: 0 !important
		}

		.section3 .col,
		.section5 .col {
			padding-bottom: 0
		}

		.section6 .cot3 .col-inner {
			margin-top: 20px;
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/bg-gioi-thieu.jpg);
			padding: 30px;
			border-radius: 20px;
			background-position-y: center;
			background-size: cover;
			color: white;
			font-weight: 500;
		}

		.section6 .cot3 .col-inner p {
			margin-bottom: 0
		}

		.section6 .section-title-center span:before {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/icon-title-1.png);
			background-repeat: no-repeat
		}

		.section4 .tab3vong .tab-panels {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/background-mo-1.png);
			background-size: cover;
		}

		.section2 p {
			color: #252525;
			font-weight: 500;
			font-size: 16px;
		}

		.section2 img {
			border-radius: 20px
		}

		.section6 .section-title-center span {
			color: white;
			background: none;
			-webkit-text-fill-color: white;
		}

		.section6 img {
			border-radius: 20px
		}

		.section6 ul li {
			margin-bottom: 22px;
			box-shadow: 2px 2px 20px #3D0070;
			border-radius: 15px;
			padding: 15px;
			font-size: 15px;
			list-style: none;
			margin-left: 0;
			font-weight: 500;
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/check-circle-svgrepo-com-1.svg);
			background-size: 22px;
			background-repeat: no-repeat;
			background-position-y: 18px;
			background-position-x: 15px;
			padding-left: 47px;
		}

		.section6 .large-6 h2 {
			margin-bottom: 20px
		}

		.tabbed-content li a {
			border: 2px solid #c2c2c2;
			text-transform: none;
			letter-spacing: 0;
			font-size: 16px;
			color: #434343;
			background: white;
		}

		.tabbed-content ul.nav {
			margin-bottom: 20px
		}

		.tabbed-content li.active a {
			background-image: linear-gradient(to right, #3D0070, #2D0050, #5B0FA0, #1A0040);
			border: 2px solid #853abe;
			color: white
		}

		.gallery-col .box-image {
			border-radius: 15px
		}

		.tabbed-content li {
			margin: 0 10px
		}

		.blog-archive .post-item .box,
		.list-post1 .post-item .box {
			box-shadow: 4px 4px 30px rgb(0 0 0 / 13%);
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		.blog-archive .post-item .box-image,
		.list-post1 .post-item .box-image {
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
		}

		.blog-archive .post-item .box-text,
		.list-post1 .post-item .box-text {
			padding: 20px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		.post-item .thong-tin-them {
			margin-bottom: 15px;
		}

		.post-item .thong-tin-them .ngay-thang {
			float: right;
		}

		.blog-archive .post-item .post-title,
		.list-post1 .post-item .post-title {
			height: 46px;
			overflow: hidden;
			font-size: 18px;
			line-height: 23px;
			margin-bottom: 15px;
		}

		.blog-archive .post-item .from_the_blog_excerpt,
		.list-post1 .post-item .from_the_blog_excerpt {
			font-weight: 500;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			overflow: hidden;
			font-size: 16px;
		}

		.blog-archive .post-item .post-title:hover,
		.list-post1 .post-item .post-title:hover {
			color: #7B1FBF;
		}

		.list-post1 .post-item a:hover,
		.blog-archive .post-item a:hover {
			color: black;
		}

		.waves {
			position: relative;
			width: 100%;
			height: 15vh;
			margin-bottom: -9px;
			/*Fix for safari gap*/
			min-height: 100px;
			max-height: 150px;
		}

		.footer-section h3 {
			margin-bottom: 21px;
		}

		.footer-section .icon-box {
			margin-bottom: 10px;
			align-items: center;
		}

		.footer-section .icon-box h4 {
			font-weight: 500;
			font-size: 15px;
		}

		.footer-section .cot4 .icon-box img {
			padding-top: 0;
			border-radius: 99%;
		}

		a.back-to-top {
			background: #3D0070 !important;
			border: none !important;
			color: white !important
		}

		.footer-section .col {
			padding-bottom: 0
		}

		.parallax>use {
			animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
		}

		.parallax>use:nth-child(1) {
			animation-delay: -2s;
			animation-duration: 7s;
		}

		.parallax>use:nth-child(2) {
			animation-delay: -3s;
			animation-duration: 10s;
		}

		.parallax>use:nth-child(3) {
			animation-delay: -4s;
			animation-duration: 13s;
		}

		.parallax>use:nth-child(4) {
			animation-delay: -5s;
			animation-duration: 20s;
		}

		@keyframes move-forever {
			0% {
				transform: translate3d(-90px, 0, 0);
			}

			100% {
				transform: translate3d(85px, 0, 0);
			}
		}

		/*Shrinking for mobile*/
		@media (max-width: 768px) {
			.waves {
				height: 40px;
				min-height: 40px;
			}
		}

		.absolute-footer.dark {
			color: hsl(0deg 0% 100%);
			font-size: 15px;
		}

		.absolute-footer {
			padding: 15px;
			border-top: 1px solid #5B0FA0;
		}

		.footer-section {
			background-image: linear-gradient(#2D0050, #5B0FA0, #2D0050);
		}

		.badge-container {
			display: none
		}

		.product-small .box-image {
			border-radius: 20px
		}

		.product-small .product-title a {
			font-size: 18px;
			font-weight: 600;
		}

		.product-small .box-image:hover::before {
			-webkit-animation: shine .75s;
			animation: shine .75s
		}

		@-webkit-keyframes shine {
			100% {
				left: 125%
			}
		}

		@keyframes shine {
			100% {
				left: 125%
			}
		}

		.product-small .box-image::before {
			position: absolute;
			top: 0;
			left: -75%;
			z-index: 2;
			display: block;
			content: '';
			width: 50%;
			height: 100%;
			background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			-webkit-transform: skewX(-25deg);
			transform: skewX(-25deg)
		}

		.post-item .box-image:hover::before {
			-webkit-animation: shine .75s;
			animation: shine .75s
		}

		@-webkit-keyframes shine {
			100% {
				left: 125%
			}
		}

		@keyframes shine {
			100% {
				left: 125%
			}
		}

		.post-item .box-image::before {
			position: absolute;
			top: 0;
			left: -75%;
			z-index: 2;
			display: block;
			content: '';
			width: 50%;
			height: 100%;
			background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			-webkit-transform: skewX(-25deg);
			transform: skewX(-25deg)
		}

		.single-product .product-images img {
			border-radius: 20px
		}

		.product-info .product-title {
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		b,
		strong {
			font-weight: 600
		}

		.product-short-description {
			margin-top: 20px;
			font-weight: 500;
			color: #303030;
		}

		.product-section h5.mt,
		.related h3,
		.woocommerce #reviews #comments h2,
		.bai-viet-lien-quan h3 {
			text-transform: none;
			letter-spacing: 0;
			font-size: 22px;
			color: black;
		}

		.star-rating span:before {
			color: #FFC107;
		}

		div#reviews.woocommerce-Reviews,
		.devvn_prod_cmt {
			max-width: 865px;
		}

		.form-mua-hang {
			margin: 0 auto;
			max-width: 1000px;
		}

		.form-mua-hang h3 {
			margin-bottom: 0;
			background: #1565d2;
			text-align: center;
			text-transform: none;
			font-size: 18px;
			color: white;
			padding: 8px;
			font-weight: 600;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
		}

		.noi-dung-form {
			border: 1px solid #1565d2;
			border-top: 0;
			padding: 15px 20px;
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/white-abstract-background_23-2148810113.jpg);
			background-size: cover;
			background-position-y: inherit;
		}

		.form-mua-hang .des {
			text-align: left;
			margin-bottom: 10px;
			font-size: 15px;
			padding: 0px 10px;
			font-weight: 500;
			color: #0f228b;
		}

		.form-mua-hang .row-info {
			width: 100%;
			padding: 2px 10px;
			display: inline-block;
			clear: both;
			font-size: 15px;
		}

		.form-mua-hang .row-info .left {
			line-height: 39px;
			font-weight: 500;
			width: 18%;
			display: inline-block;
			float: left;
			color: #5B0FA0;
		}

		.form-mua-hang .row-info .right {
			padding-left: 10px;
			width: 60%;
			display: inline-block;
			float: left;
		}

		.noi-dung-form .cot3 {
			display: inline-block;
			float: right;
		}

		span.widget-title {
			letter-spacing: 0;
			font-weight: 700;
			font-size: 21px;
			display: block;
			margin-bottom: 1rem;
			text-transform: none;
			font-weight: bold;
		}

		.widget .is-divider {
			display: none
		}

		.widget input[type=search] {
			border: 1px solid #7B1FBF;
			height: 45px;
			border-top-left-radius: 15px;
			border-bottom-left-radius: 15px;
		}

		.widget .searchform .button.icon {
			background: #7B1FBF;
			height: 45px;
			border-top-right-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		.recent-blog-posts-li .badge {
			width: 150px;
			height: 100px;
		}

		.recent-blog-posts a {
			margin-bottom: 10px;
			font-size: 16px;
			line-height: 26px;
			font-weight: 500;
		}

		.recent-blog-posts-li .badge-inner {
			border-radius: 20px;
		}

		.tagcloud a {
			border: 1px solid #cbcbcb;
			background-color: rgba(68, 68, 68, 0.1);
			transition: 0.4s ease-in-out;
			font-size: 14px !important;
			font-weight: 500;
			padding: 11px 10px;
			border-radius: 3.2rem;
			color: #444444;
			word-break: break-word;
			display: inline-block;
			margin: 3px 0;
		}

		.widget .tagcloud a:hover {
			border-color: #7B1FBF !important;
			background-color: #7B1FBF !important;
			color: white !important
		}

		.wpcf7-spinner {
			display: none
		}

		.form-mua-hang input[type='submit'] {
			margin: 0;
			font-size: 14px;
			text-transform: none;
			font-weight: normal;
			background-image: linear-gradient(to right, #3D0070, #5B0FA0, #1A0040);
			letter-spacing: 0;
			padding: 3px 24px;
			border-radius: 20px;
		}

		.form-mua-hang input[type="tel"] {
			height: 42px;
			border-radius: 230px;
			border: 1px solid #590997;
			box-shadow: none;
		}

		#comments a.btn-reviews-now {
			background-color: #7B1FBF;
			text-transform: none;
			font-weight: 500;
			text-decoration: none;
			border-radius: 25px;
		}

		button#devvn_cmt_submit,
		button#devvn_cmt_replysubmit {
			background: #7B1FBF;
			font-weight: 500;
			text-transform: none;
			color: white
		}

		.single-product .panel.entry-content {
			font-family: "roboto", sans-serif;
			font-size: 17px;
		}

		.blog-single .entry-title {
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 27px;
			line-height: 45px;
		}

		.blog-single .thong-tin-them .ngay-thang {
			margin-left: 20px;
		}

		.blog-single .entry-image img {
			border-radius: 20px;
		}

		.xem-them h3 {
			color: black;
			font-size: 22px;
		}

		.bai-viet-lien-quan h3 {
			font-size: 22px;
			color: black;
		}

		.xem-them ul li a {
			font-size: 16px;
			font-weight: 500;
			color: black;
		}

		.xem-them ul li {
			margin-left: 20px;
		}

		.xem-them ul li a:hover {
			color: #7B1FBF;
		}

		.bai-viet-lien-quan ul {
			margin-bottom: 0;
			display: inline-block;
			width: 100%;
		}

		.bai-viet-lien-quan {
			margin-top: 15px;
		}

		.bai-viet-lien-quan ul li {
			list-style: none;
			width: 50%;
			color: graytext;
			float: left;
			padding-left: 9px;
			padding-right: 9px;
		}

		.bai-viet-lien-quan ul li .box-image img {
			height: 250px;
			border-radius: 15px;
			object-fit: cover;
			object-position: center;
		}

		.bai-viet-lien-quan h4 {
			font-size: 16px;
			color: black;
			line-height: 24px;
			padding-top: 7px;
			height: 64px;
			overflow: hidden;
			font-weight: 500;
		}

		.product-info .form-mua-hang input[type="tel"] {
			margin-bottom: 0
		}

		.blog-single .is-divider {
			display: none
		}

		.row-dai-ly ul li {
			background: white;
			box-shadow: 2px 2px 10px #00000038;
			padding: 15px;
			border-radius: 20px;
			font-weight: 500;
			list-style: none;
			margin-left: 0;
			margin-bottom: 20px
		}

		.rank-math-breadcrumb p {
			margin-bottom: 10px
		}

		.blog-archive .large-12 {
			padding-bottom: 10px
		}

		.dong-gop,
		.thong-bao {
			color: #000000;
			margin-bottom: 15px;
			border-radius: 3px;
			font-size: 15px;
			font-weight: 500
		}

		.form-mua-hang p {
			text-align: center
		}

		.section6 .form-mua-hang input,
		.section6 .form-mua-hang textarea {
			border-radius: 6px;
			border: 1px solid gray;
			box-shadow: 2px 2px 2px #0000001f;
		}

		.section6 .form-mua-hang input[type='submit'] {
			border: none;
			width: 100%;
			font-size: 18px;
			font-weight: 600;
			background: #ff9800;
			padding: 0;
			height: 51px;
			font-weight: 500
		}

		.section6 .form-mua-hang textarea:placeholder,
		.section6 .form-mua-hang input:placeholder {
			color: black;
			font-size: 15px;
		}

		.section6 .form-mua-hang {
			background: #e9e9e9;
			box-shadow: 21px 28px 40px #0000007a;
		}

		.section6 .form-mua-hang h4 {
			position: relative;
			font-size: 19px;
			text-align: center;
			background-image: linear-gradient(#3D0070, #5B0FA0);
			padding: 10px;
			text-transform: uppercase;
		}

		.section6 .form-mua-hang p {
			padding: 0 30px;
		}

		.form-mua-hang .ghi-chu {
			color: #404040;
			margin-top: 29px;
			padding: 0 30px;
			margin-bottom: 10px
		}

		.section6 .form-mua-hang .ghi-chu2:before {
			content: "";
			display: block;
			width: 100%;
			height: 30px;
			position: absolute;
			margin-top: -40px;
			left: 0px;
			border: 20px solid #ffffff;
			border-top: 0 solid #ff000000;
			border-left: 190px solid #ff000000;
			border-right: 190px solid #ff000000;
			max-height: 30px !important;
		}

		.form-mua-hang .ghi-chu2 {
			margin-top: 45px;
			position: relative;
			background: white;
			color: black;
			font-size: 14px;
			padding: 10px;
			font-style: italic;
			padding: 10px 30px !important
		}

		.section6 .form-mua-hang h4:after {
			content: "";
			display: block;
			width: 100%;
			height: 30px;
			position: absolute;
			margin-top: 9px;
			left: 0px;
			border: 20px solid #5b0898;
			border-bottom: 0px solid #ff000000;
			border-left: 190px solid #ff000000;
			border-right: 190px solid #ff000000;
		}

		.product-small .price,
		.product-info .price {
			font-family: "Montserrat", sans-serif;
			font-size: 17px;
			color: gray;
		}

		.product-info .price {
			margin-top: 20px
		}

		.single_add_to_cart_button {
			background: none !important;
			border: none;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
			font-size: 18px !important;
			line-height: 37px;
			min-height: 10px;
			padding: 0 15px 0 0;
			margin-bottom: 0;
		}

		.product-summary .quantity {
			margin-bottom: 0;
		}

		.quantity .button.plus,
		.quantity .button.minus {
			width: 30px;
			background: white;
			border: none;
			font-weight: 500;
		}

		.quantity input[type=number] {
			width: 10px;
			background: white;
			font-weight: 500;
			border: none;
		}

		.product-small .price ins bdi,
		.product-small .price bdi,
		.product-small .price ins bdi,
		.product-info .price bdi {
			color: red;
		}

		.product-small .product-title {
			margin-bottom: 10px
		}

		.product-small .price del bdi,
		.product-info .price del bdi {
			font-size: 16px;
			color: gray;
			font-weight: normal
		}

		.panel.entry-content h2 {
			border-left: 5px solid #2196F3;
			padding-left: 10px;
			line-height: 29px;
			margin-bottom: 15px;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 25px;
		}

		.panel.entry-content h3 {
			line-height: 24px;
			margin-bottom: 15px;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 21px;
		}

		.panel.entry-content h4 {
			line-height: 23px;
			margin-bottom: 15px;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 19px;
		}

		form.cart {
			padding: 8px;
			background: #3b0682;
			border-radius: 30px;
			display: inline-block;
		}

		.quantity .button.minus {
			border-top-left-radius: 20px;
			border-bottom-left-radius: 20px
		}

		.quantity .button.plus {
			border-top-right-radius: 20px;
			border-bottom-right-radius: 20px
		}

		.widget_shopping_cart .button {
			text-transform: none;
			border-radius: 20px;
			font-weight: 500;
		}

		ul.product_list_widget li a:not(.remove) {
			font-weight: 500
		}

		.cart-popup-title h4 {
			text-transform: none;
			letter-spacing: 0;
		}

		.checkout-breadcrumbs a {
			font-size: 18px;
			letter-spacing: -1px;
		}

		.shop_table .order-total td,
		.shop_table .order-total th,
		.shop_table thead th {
			text-transform: none;
			letter-spacing: 0;
		}

		.cart_totals th.product-name {
			text-transform: none;
			letter-spacing: 0;
		}

		.cart_totals .button {
			border-radius: 30px;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
		}

		.checkout_coupon input {
			box-shadow: none;
			border-radius: 30px;
		}

		.checkout_coupon button {
			border-radius: 30px;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
			color: white;
			text-shadow: none;
		}

		.shop_table .cart_item td {
			font-weight: 500;
		}

		.woocommerce-billing-fields__field-wrapper input,
		.woocommerce-billing-fields__field-wrapper .select2-selection,
		.woocommerce-additional-fields__field-wrapper textarea {
			border-radius: 30px;
			box-shadow: none;
			font-size: 15px;
		}

		.box-thong-bao ul li {
			background-repeat: no-repeat;
			background-size: 23px;
			background-position-y: center;
			padding-left: 27px;
			color: #c70000;
			font-style: italic;
			font-weight: 500;
			list-style: none;
			margin-left: 0;
		}

		.box-thong-bao ul li.qua-tang {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/icon-1.jpg);
		}

		.box-thong-bao ul li.giam-gia {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/icon2.jpg);
		}

		.box-thong-bao ul li.ship {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/icon3.jpg);
		}

		.box-thong-bao ul {
			border-bottom: 2px dotted #e6e6e6;
			border-top: 2px dotted #e6e6e6;
			padding-top: 15px;
		}

		.uppercase,
		h6,
		span.widget-title,
		th {
			letter-spacing: 0;
			line-height: 1.05;
			text-transform: none;
		}

		.single_add_to_cart_button:hover {
			box-shadow: none
		}

		.continue-shopping a {
			text-transform: none
		}

		/* Custom CSS Mobile */
		@media (max-width: 549px) {
			.off-canvas-left .mfp-content {
				background-image: linear-gradient(#3D0070, #2D0050, #5B0FA0, #1A0040);
				width: 100%
			}

			.off-canvas .nav-vertical>li>a {
				padding-bottom: 15px;
				padding-top: 15px;
				text-transform: none;
				font-size: 19px;
			}

			.section {
				padding: 30px 0 !important
			}

			.section-title-center span:before {
				height: 40px;
				background-size: 115px;
				margin-bottom: 0;
			}

			.section-title-center span {
				font-size: 25px;
			}

			.nut-dang-ky {
				font-size: 16px;
			}

			.section2 .icon-box {
				flex-direction: column;
				padding: 15px;
			}

			.section2 .icon-box .icon-box-text {
				padding-left: 0;
				text-align: center;
			}

			.section2 .icon-box .icon-box-img {
				margin: 0 auto
			}

			.section2 .icon-box .icon-box-text p {
				font-size: 14px
			}

			.section6 .large-6 h2 {
				font-size: 25px
			}

			.section6 ul li {
				font-size: 15px
			}

			.tabbed-content ul.nav {
				flex-grow: 1;
				padding-left: 15px;
				-webkit-box-flex: 1;
				white-space: nowrap;
				overflow: auto;
				flex-wrap: nowrap;
				align-content: center;
				justify-content: flex-start;
				align-items: center;
				flex-direction: row;
				margin-bottom: 0px;
				display: flex;
				max-width: 100%;
				float: right;
				margin-top: 0;
			}

			.tabbed-content li a {
				font-size: 14px
			}

			.gallery-col {
				padding: 0 5px 10px
			}

			.footer-section .col {
				flex-basis: 100%;
				max-width: 100%
			}

			.form-mua-hang .row-info .right,
			.form-mua-hang .row-info .left,
			.noi-dung-form .cot3 {
				padding-left: 0;
				margin-bottom: 10px;
				width: 100%
			}

			.form-mua-hang input[type='submit'] {
				width: 100%;
			}

			.noi-dung-form {
				padding: 15px;
			}

			.blog-archive .post-item .from_the_blog_excerpt,
			.list-post1 .post-item .from_the_blog_excerpt {
				font-size: 14px
			}

			.blog-single .entry-title {
				font-size: 22px;
				line-height: 31px;
			}

			.bai-viet-lien-quan ul li .box-image img {
				height: 135px;
			}

			.bai-viet-lien-quan h4 {
				font-size: 14px;
				color: black;
				line-height: 19px;
				padding-top: 7px;
				height: 64px;
				overflow: hidden;
				font-weight: 500;
			}

			form.cart {
				width: 100%
			}

			.single_add_to_cart_button {
				background: #FF9800 !important;
				border: none;
				text-transform: none;
				letter-spacing: 0;
				font-weight: 500;
				font-size: 18px !important;
				line-height: 37px;
				min-height: 10px;
				padding: 2px 20px 2px 20px;
				margin-bottom: 0;
				float: right;
				background: red;
				border-radius: 20px;
			}

			.product-main {
				padding-bottom: 0
			}
		}

		.label-new.menu-item>a:after {
			content: "Mới";
		}

		.label-hot.menu-item>a:after {
			content: "Nổi bật";
		}

		.label-sale.menu-item>a:after {
			content: "Giảm giá";
		}

		.label-popular.menu-item>a:after {
			content: "Phổ biến";
		}
	

		.section3 .box-image {
			background: white;
			/* hoặc màu nền bạn muốn */
			padding: 4px;

		}

		@media (max-width: 767px) {
			.gradient-border {
				display: block;
				margin-bottom: 20px !important;
			}
		}

		.box-badge .box-text {
			background: linear-gradient(to right, #3D0070, #2D0050);
			color: white;
			padding: 12px 16px;
			border-radius: 12px;
			bottom: 0px;
			/* 👈 đẩy xuống dưới hơn */
		}


		.box-badge .box-text h4 {
			font-size: 14px;
			margin-bottom: 4px;
			color: white;
		}

		.box-badge .box-text p {
			font-size: 13px;
			color: white;
			margin: 0;
			line-height: 1.4;
		}

		@media (max-width: 767px) {
			.box-badge .box-text {
				position: static !important;
				/* Gỡ tuyệt đối */
				margin-top: -30px;
				/* Sát dưới ảnh */
				transform: none !important;
				border-radius: 8px;
				padding: 8px 12px;
			}

			.box-badge {
				display: flex;
				flex-direction: column;
				align-items: center;
			}
		}

		@media (max-width: 767px) {

			.box-badge .box-text h4 {
				font-size: 12px;
			}


			.box-badge .box-text p {
				font-size: 10px;
			}
		}

		h1,
		h2,
		h3,
		.title,
		.ux-title {
			white-space: normal !important;
			max-width: none !important;
			width: auto !important;
		}

		.absolute-footer.dark.medium-text-center.text-center {
			display: none !important;
		}

		body {
			overflow-x: hidden;
		}

		footer {
			margin-bottom: 0 !important;
			padding-bottom: 0 !important;
		}

		body>.ux-builder-element:last-child {
			display: none !important;
		}

		section:last-of-type {
			margin-bottom: 0 !important;
			padding-bottom: 0 !important;
		}

		.hover-purple-border {
			border: 3px solid transparent;
			/* Giữ chỗ sẵn cho viền */
			transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
			border-radius: 8px;
		}

		.hover-purple-border:hover {
			border-color: #800080;
			/* Tím sang trọng */
			box-shadow: 0 4px 12px rgba(128, 0, 128, 0.2);
			transform: translateY(-2px);
		}

		/* Hiển thị mũi tên slider trên mobile */
		@media screen and (max-width: 549px) {
			.slider-wrapper .flickity-prev-next-button {
				display: block !important;
			}
	

							#gap-540262179 {
								padding-top: 30px;
							}
						

										#image_185896244 {
											width: 60%;
										}

										@media (min-width:550px) {
											#image_185896244 {
												width: 30%;
											}
										}

										@media (min-width:850px) {
											#image_185896244 {
												width: 60%;
											}
										}
									

										#gap-664690126 {
											padding-top: 10px;
										}
									

													#image_62269198 {
														width: 100%;
													}
												

													#image_665085404 {
														width: 100%;
													}
												

													#image_1524415190 {
														width: 100%;
													}
												

													#image_1862078732 {
														width: 100%;
													}
												

					#section_293998076 {
						padding-top: 0px;
						padding-bottom: 0px;
					}

					#section_293998076 .section-bg-overlay {
						background-color: rgba(0, 0, 0, 0.808);
					}

					#section_293998076 .section-bg.bg-loaded {
						background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/background-footer.webp);
					}

					#section_293998076 .ux-shape-divider--top svg {
						height: 150px;
						--divider-top-width: 100%;
					}

					#section_293998076 .ux-shape-divider--bottom svg {
						height: 150px;
						--divider-width: 100%;
					}

					@media (min-width:550px) {
						#section_293998076 {
							padding-top: 0px;
							padding-bottom: 0px;
						}
					}
				

		.echbay-sms-messenger div.phonering-alo-zalo,
		.echbay-sms-messenger div.phonering-alo-alo {
			background-color: #0084ff
		}

		.echbay-sms-messenger div.phonering-alo-sms {
			background-color: #f60
		}

		.echbay-sms-messenger div.phonering-alo-messenger {
			background-color: #e60f1e
		}

		.echbay-sms-messenger {
			width: 45px
		}

		.echbay-sms-messenger a {
			line-height: 45px;
			color: transparent;
			display: block;
		}

		.echbay-sms-messenger {
			display: block
		}

		.echbay-sms-messenger div.phonering-alo-zalo {
			display: block
		}

		.echbay-sms-messenger div.phonering-alo-alo {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56a.977.977 0 00-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/></svg>");
		}

		.echbay-sms-messenger div.phonering-alo-sms {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/></svg>");
			background-color: #f60;
			background-size: 60%;
		}

		.echbay-sms-messenger div.phonering-alo-zalo {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/></svg>");
		}

		.echbay-sms-messenger div.phonering-alo-messenger {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M12 2C6.48 2 2 6.13 2 11.23c0 2.89 1.45 5.46 3.72 7.15v3.62l3.41-1.87c.92.26 1.88.4 2.87.4 5.52 0 10-4.13 10-9.23S17.52 2 12 2zm1.09 12.35l-2.6-2.77-5.06 2.77 5.54-5.88 2.67 2.77 4.99-2.77-5.54 5.88z'/></svg>");
			background-color: #e60f1e;
		}

		.echbay-sms-messenger div {
			margin: 14px 0;
			background: #0084FF center no-repeat;
			background-size: 70%;
			border-radius: 50%;
			box-shadow: 0 3px 10px #888;
		}

		.echbay-sms-messenger {
			text-align: center;
			right: 20px;
			position: fixed;
			bottom: 70px;
			z-index: 999;
		}
	

		.wpcf7 form.sent .wpcf7-response-output {
			display: none;
		}
	


/* Extracted Inline CSS from lien-he.html */

		img:is([sizes=auto i], [sizes^="auto," i]) {
			contain-intrinsic-size: 3000px 1500px
		}

		/*# sourceURL=wp-img-auto-sizes-contain-inline-css */
	

		img.wp-smiley,
		img.emoji {
			display: inline !important;
			border: none !important;
			box-shadow: none !important;
			height: 1em !important;
			width: 1em !important;
			margin: 0 0.07em !important;
			vertical-align: -0.1em !important;
			background: none !important;
			padding: 0 !important;
		}

		/*# sourceURL=wp-emoji-styles-inline-css */
	

		:root {
			--wp-block-synced-color: #7a00df;
			--wp-block-synced-color--rgb: 122, 0, 223;
			--wp-bound-block-color: var(--wp-block-synced-color);
			--wp-editor-canvas-background: #ddd;
			--wp-admin-theme-color: #007cba;
			--wp-admin-theme-color--rgb: 0, 124, 186;
			--wp-admin-theme-color-darker-10: #006ba1;
			--wp-admin-theme-color-darker-10--rgb: 0, 107, 160.5;
			--wp-admin-theme-color-darker-20: #005a87;
			--wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
			--wp-admin-border-width-focus: 2px
		}

		@media (min-resolution:192dpi) {
			:root {
				--wp-admin-border-width-focus: 1.5px
			}
		}

		.wp-element-button {
			cursor: pointer
		}

		:root .has-very-light-gray-background-color {
			background-color: #eee
		}

		:root .has-very-dark-gray-background-color {
			background-color: #313131
		}

		:root .has-very-light-gray-color {
			color: #eee
		}

		:root .has-very-dark-gray-color {
			color: #313131
		}

		:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
			background: linear-gradient(135deg, #00d084, #0693e3)
		}

		:root .has-purple-crush-gradient-background {
			background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
		}

		:root .has-hazy-dawn-gradient-background {
			background: linear-gradient(135deg, #faaca8, #dad0ec)
		}

		:root .has-subdued-olive-gradient-background {
			background: linear-gradient(135deg, #fafae1, #67a671)
		}

		:root .has-atomic-cream-gradient-background {
			background: linear-gradient(135deg, #fdd79a, #004a59)
		}

		:root .has-nightshade-gradient-background {
			background: linear-gradient(135deg, #330968, #31cdcf)
		}

		:root .has-midnight-gradient-background {
			background: linear-gradient(135deg, #020381, #2874fc)
		}

		:root {
			--wp--preset--font-size--normal: 16px;
			--wp--preset--font-size--huge: 42px
		}

		.has-regular-font-size {
			font-size: 1em
		}

		.has-larger-font-size {
			font-size: 2.625em
		}

		.has-normal-font-size {
			font-size: var(--wp--preset--font-size--normal)
		}

		.has-huge-font-size {
			font-size: var(--wp--preset--font-size--huge)
		}

		.has-text-align-center {
			text-align: center
		}

		.has-text-align-left {
			text-align: left
		}

		.has-text-align-right {
			text-align: right
		}

		.has-fit-text {
			white-space: nowrap !important
		}

		#end-resizable-editor-section {
			display: none
		}

		.aligncenter {
			clear: both
		}

		.items-justified-left {
			justify-content: flex-start
		}

		.items-justified-center {
			justify-content: center
		}

		.items-justified-right {
			justify-content: flex-end
		}

		.items-justified-space-between {
			justify-content: space-between
		}

		.screen-reader-text {
			border: 0;
			clip-path: inset(50%);
			height: 1px;
			margin: -1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
			word-wrap: normal !important
		}

		.screen-reader-text:focus {
			background-color: #ddd;
			clip-path: none;
			color: #444;
			display: block;
			font-size: 1em;
			height: auto;
			left: 5px;
			line-height: normal;
			padding: 15px 23px 14px;
			text-decoration: none;
			top: 5px;
			width: auto;
			z-index: 100000
		}

		html :where(.has-border-color) {
			border-style: solid
		}

		html :where([style*=border-top-color]) {
			border-top-style: solid
		}

		html :where([style*=border-right-color]) {
			border-right-style: solid
		}

		html :where([style*=border-bottom-color]) {
			border-bottom-style: solid
		}

		html :where([style*=border-left-color]) {
			border-left-style: solid
		}

		html :where([style*=border-width]) {
			border-style: solid
		}

		html :where([style*=border-top-width]) {
			border-top-style: solid
		}

		html :where([style*=border-right-width]) {
			border-right-style: solid
		}

		html :where([style*=border-bottom-width]) {
			border-bottom-style: solid
		}

		html :where([style*=border-left-width]) {
			border-left-style: solid
		}

		html :where(img[class*=wp-image-]) {
			height: auto;
			max-width: 100%
		}

		:where(figure) {
			margin: 0 0 1em
		}

		html :where(.is-position-sticky) {
			--wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
		}

		@media screen and (max-width:600px) {
			html :where(.is-position-sticky) {
				--wp-admin--admin-bar--position-offset: 0px
			}
		}

		/*# sourceURL=wp-block-library-inline-css */
	

		.svg-inline--fa {
			display: inline-block;
			height: 1em;
			overflow: visible;
			vertical-align: -.125em;
		}

		/*# sourceURL=font-awesome-svg-styles-default-inline-css */
	

		.wp-block-font-awesome-icon svg::before,
		.wp-rich-text-font-awesome-icon svg::before {
			content: unset;
		}

		/*# sourceURL=font-awesome-svg-styles-inline-css */
	

		:root {
			--wp--preset--aspect-ratio--square: 1;
			--wp--preset--aspect-ratio--4-3: 4/3;
			--wp--preset--aspect-ratio--3-4: 3/4;
			--wp--preset--aspect-ratio--3-2: 3/2;
			--wp--preset--aspect-ratio--2-3: 2/3;
			--wp--preset--aspect-ratio--16-9: 16/9;
			--wp--preset--aspect-ratio--9-16: 9/16;
			--wp--preset--color--black: #000000;
			--wp--preset--color--cyan-bluish-gray: #abb8c3;
			--wp--preset--color--white: #ffffff;
			--wp--preset--color--pale-pink: #f78da7;
			--wp--preset--color--vivid-red: #cf2e2e;
			--wp--preset--color--luminous-vivid-orange: #ff6900;
			--wp--preset--color--luminous-vivid-amber: #fcb900;
			--wp--preset--color--light-green-cyan: #7bdcb5;
			--wp--preset--color--vivid-green-cyan: #00d084;
			--wp--preset--color--pale-cyan-blue: #8ed1fc;
			--wp--preset--color--vivid-cyan-blue: #0693e3;
			--wp--preset--color--vivid-purple: #9b51e0;
			--wp--preset--color--primary: #446084;
			--wp--preset--color--secondary: #d26e4b;
			--wp--preset--color--success: #7a9c59;
			--wp--preset--color--alert: #b20000;
			--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
			--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
			--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
			--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
			--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
			--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
			--wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
			--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
			--wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
			--wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
			--wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
			--wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
			--wp--preset--font-size--small: 13px;
			--wp--preset--font-size--medium: 20px;
			--wp--preset--font-size--large: 36px;
			--wp--preset--font-size--x-large: 42px;
			--wp--preset--spacing--20: 0.44rem;
			--wp--preset--spacing--30: 0.67rem;
			--wp--preset--spacing--40: 1rem;
			--wp--preset--spacing--50: 1.5rem;
			--wp--preset--spacing--60: 2.25rem;
			--wp--preset--spacing--70: 3.38rem;
			--wp--preset--spacing--80: 5.06rem;
			--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
			--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
			--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
			--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);
		}

		:where(body) {
			margin: 0;
		}

		.wp-site-blocks>.alignleft {
			float: left;
			margin-right: 2em;
		}

		.wp-site-blocks>.alignright {
			float: right;
			margin-left: 2em;
		}

		.wp-site-blocks>.aligncenter {
			justify-content: center;
			margin-left: auto;
			margin-right: auto;
		}

		:where(.is-layout-flex) {
			gap: 0.5em;
		}

		:where(.is-layout-grid) {
			gap: 0.5em;
		}

		.is-layout-flow>.alignleft {
			float: left;
			margin-inline-start: 0;
			margin-inline-end: 2em;
		}

		.is-layout-flow>.alignright {
			float: right;
			margin-inline-start: 2em;
			margin-inline-end: 0;
		}

		.is-layout-flow>.aligncenter {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		.is-layout-constrained>.alignleft {
			float: left;
			margin-inline-start: 0;
			margin-inline-end: 2em;
		}

		.is-layout-constrained>.alignright {
			float: right;
			margin-inline-start: 2em;
			margin-inline-end: 0;
		}

		.is-layout-constrained>.aligncenter {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
			margin-left: auto !important;
			margin-right: auto !important;
		}

		body .is-layout-flex {
			display: flex;
		}

		.is-layout-flex {
			flex-wrap: wrap;
			align-items: center;
		}

		.is-layout-flex> :is(*, div) {
			margin: 0;
		}

		body .is-layout-grid {
			display: grid;
		}

		.is-layout-grid> :is(*, div) {
			margin: 0;
		}

		body {
			padding-top: 0px;
			padding-right: 0px;
			padding-bottom: 0px;
			padding-left: 0px;
		}

		a:where(:not(.wp-element-button)) {
			text-decoration: none;
		}

		:root :where(.wp-element-button, .wp-block-button__link) {
			background-color: #32373c;
			border-width: 0;
			color: #fff;
			font-family: inherit;
			font-size: inherit;
			font-style: inherit;
			font-weight: inherit;
			letter-spacing: inherit;
			line-height: inherit;
			padding-top: calc(0.667em + 2px);
			padding-right: calc(1.333em + 2px);
			padding-bottom: calc(0.667em + 2px);
			padding-left: calc(1.333em + 2px);
			text-decoration: none;
			text-transform: inherit;
		}

		.has-black-color {
			color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-color {
			color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-color {
			color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-color {
			color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-color {
			color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-color {
			color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-color {
			color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-color {
			color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-color {
			color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-color {
			color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-color {
			color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-color {
			color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-primary-color {
			color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-color {
			color: var(--wp--preset--color--secondary) !important;
		}

		.has-success-color {
			color: var(--wp--preset--color--success) !important;
		}

		.has-alert-color {
			color: var(--wp--preset--color--alert) !important;
		}

		.has-black-background-color {
			background-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-background-color {
			background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-background-color {
			background-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-background-color {
			background-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-background-color {
			background-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-background-color {
			background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-background-color {
			background-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-background-color {
			background-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-background-color {
			background-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-background-color {
			background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-background-color {
			background-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-primary-background-color {
			background-color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-background-color {
			background-color: var(--wp--preset--color--secondary) !important;
		}

		.has-success-background-color {
			background-color: var(--wp--preset--color--success) !important;
		}

		.has-alert-background-color {
			background-color: var(--wp--preset--color--alert) !important;
		}

		.has-black-border-color {
			border-color: var(--wp--preset--color--black) !important;
		}

		.has-cyan-bluish-gray-border-color {
			border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
		}

		.has-white-border-color {
			border-color: var(--wp--preset--color--white) !important;
		}

		.has-pale-pink-border-color {
			border-color: var(--wp--preset--color--pale-pink) !important;
		}

		.has-vivid-red-border-color {
			border-color: var(--wp--preset--color--vivid-red) !important;
		}

		.has-luminous-vivid-orange-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-amber-border-color {
			border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
		}

		.has-light-green-cyan-border-color {
			border-color: var(--wp--preset--color--light-green-cyan) !important;
		}

		.has-vivid-green-cyan-border-color {
			border-color: var(--wp--preset--color--vivid-green-cyan) !important;
		}

		.has-pale-cyan-blue-border-color {
			border-color: var(--wp--preset--color--pale-cyan-blue) !important;
		}

		.has-vivid-cyan-blue-border-color {
			border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
		}

		.has-vivid-purple-border-color {
			border-color: var(--wp--preset--color--vivid-purple) !important;
		}

		.has-primary-border-color {
			border-color: var(--wp--preset--color--primary) !important;
		}

		.has-secondary-border-color {
			border-color: var(--wp--preset--color--secondary) !important;
		}

		.has-success-border-color {
			border-color: var(--wp--preset--color--success) !important;
		}

		.has-alert-border-color {
			border-color: var(--wp--preset--color--alert) !important;
		}

		.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
			background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
		}

		.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
			background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
		}

		.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
		}

		.has-luminous-vivid-orange-to-vivid-red-gradient-background {
			background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
		}

		.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
			background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
		}

		.has-cool-to-warm-spectrum-gradient-background {
			background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
		}

		.has-blush-light-purple-gradient-background {
			background: var(--wp--preset--gradient--blush-light-purple) !important;
		}

		.has-blush-bordeaux-gradient-background {
			background: var(--wp--preset--gradient--blush-bordeaux) !important;
		}

		.has-luminous-dusk-gradient-background {
			background: var(--wp--preset--gradient--luminous-dusk) !important;
		}

		.has-pale-ocean-gradient-background {
			background: var(--wp--preset--gradient--pale-ocean) !important;
		}

		.has-electric-grass-gradient-background {
			background: var(--wp--preset--gradient--electric-grass) !important;
		}

		.has-midnight-gradient-background {
			background: var(--wp--preset--gradient--midnight) !important;
		}

		.has-small-font-size {
			font-size: var(--wp--preset--font-size--small) !important;
		}

		.has-medium-font-size {
			font-size: var(--wp--preset--font-size--medium) !important;
		}

		.has-large-font-size {
			font-size: var(--wp--preset--font-size--large) !important;
		}

		.has-x-large-font-size {
			font-size: var(--wp--preset--font-size--x-large) !important;
		}

		/*# sourceURL=global-styles-inline-css */
	

		.woocommerce form .form-row .required {
			visibility: visible;
		}


		.bg {
			opacity: 0;
			transition: opacity 1s;
			-webkit-transition: opacity 1s;
		}

		.bg-loaded {
			opacity: 1;
		}
	

			.woocommerce-product-gallery {
				opacity: 1 !important;
			}
		

		:root {
			--primary-color: #3D0070;
		}

		.container-width,
		.full-width .ubermenu-nav,
		.container,
		.row {
			max-width: 1230px
		}

		.row.row-collapse {
			max-width: 1200px
		}

		.row.row-small {
			max-width: 1222.5px
		}

		.row.row-large {
			max-width: 1260px
		}

		.header-main {
			height: 89px
		}

		#logo img {
			max-height: 89px
		}

		#logo {
			width: 200px;
		}

		#logo img {
			padding: 7px 0;
		}

		.header-top {
			min-height: 30px
		}

		.transparent .header-main {
			height: 90px
		}

		.transparent #logo img {
			max-height: 90px
		}

		.has-transparent+.page-title:first-of-type,
		.has-transparent+#main>.page-title,
		.has-transparent+#main>div>.page-title,
		.has-transparent+#main .page-header-wrapper:first-of-type .page-title {
			padding-top: 90px;
		}

		.header.show-on-scroll,
		.stuck .header-main {
			height: 70px !important
		}

		.stuck #logo img {
			max-height: 70px !important
		}

		.header-bg-color {
			background-color: rgba(255, 255, 255, 0.9)
		}

		.header-bottom {
			background-color: #f1f1f1
		}

		.header-main .nav>li>a {
			line-height: 16px
		}

		@media (max-width: 549px) {
			.header-main {
				height: 70px
			}

			#logo img {
				max-height: 70px
			}
		}

		.nav-dropdown {
			border-radius: 10px
		}

		.nav-dropdown {
			font-size: 100%
		}

		/* Color */
		.accordion-title.active,
		.has-icon-bg .icon .icon-inner,
		.logo a,
		.primary.is-underline,
		.primary.is-link,
		.badge-outline .badge-inner,
		.nav-outline>li.active>a,
		.nav-outline>li.active>a,
		.cart-icon strong,
		[data-color='primary'],
		.is-outline.primary {
			color: #3D0070;
		}

		/* Color !important */
		[data-text-color="primary"] {
			color: #3D0070 !important;
		}

		/* Background Color */
		[data-text-bg="primary"] {
			background-color: #3D0070;
		}

		/* Background */
		.scroll-to-bullets a,
		.featured-title,
		.label-new.menu-item>a:after,
		.nav-pagination>li>.current,
		.nav-pagination>li>span:hover,
		.nav-pagination>li>a:hover,
		.has-hover:hover .badge-outline .badge-inner,
		button[type="submit"],
		.button.wc-forward:not(.checkout):not(.checkout-button),
		.button.submit-button,
		.button.primary:not(.is-outline),
		.featured-table .title,
		.is-outline:hover,
		.has-icon:hover .icon-label,
		.nav-dropdown-bold .nav-column li>a:hover,
		.nav-dropdown.nav-dropdown-bold>li>a:hover,
		.nav-dropdown-bold.dark .nav-column li>a:hover,
		.nav-dropdown.nav-dropdown-bold.dark>li>a:hover,
		.header-vertical-menu__opener,
		.is-outline:hover,
		.tagcloud a:hover,
		.grid-tools a,
		input[type='submit']:not(.is-form),
		.box-badge:hover .box-text,
		input.button.alt,
		.nav-box>li>a:hover,
		.nav-box>li.active>a,
		.nav-pills>li.active>a,
		.current-dropdown .cart-icon strong,
		.cart-icon:hover strong,
		.nav-line-bottom>li>a:before,
		.nav-line-grow>li>a:before,
		.nav-line>li>a:before,
		.banner,
		.header-top,
		.slider-nav-circle .flickity-prev-next-button:hover svg,
		.slider-nav-circle .flickity-prev-next-button:hover .arrow,
		.primary.is-outline:hover,
		.button.primary:not(.is-outline),
		input[type='submit'].primary,
		input[type='submit'].primary,
		input[type='reset'].button,
		input[type='button'].primary,
		.badge-inner {
			background-color: #3D0070;
		}

		/* Border */
		.nav-vertical.nav-tabs>li.active>a,
		.scroll-to-bullets a.active,
		.nav-pagination>li>.current,
		.nav-pagination>li>span:hover,
		.nav-pagination>li>a:hover,
		.has-hover:hover .badge-outline .badge-inner,
		.accordion-title.active,
		.featured-table,
		.is-outline:hover,
		.tagcloud a:hover,
		blockquote,
		.has-border,
		.cart-icon strong:after,
		.cart-icon strong,
		.blockUI:before,
		.processing:before,
		.loading-spin,
		.slider-nav-circle .flickity-prev-next-button:hover svg,
		.slider-nav-circle .flickity-prev-next-button:hover .arrow,
		.primary.is-outline:hover {
			border-color: #3D0070
		}

		.nav-tabs>li.active>a {
			border-top-color: #3D0070
		}

		.widget_shopping_cart_content .blockUI.blockOverlay:before {
			border-left-color: #3D0070
		}

		.woocommerce-checkout-review-order .blockUI.blockOverlay:before {
			border-left-color: #3D0070
		}

		/* Fill */
		.slider .flickity-prev-next-button:hover svg,
		.slider .flickity-prev-next-button:hover .arrow {
			fill: #3D0070;
		}

		/* Focus */
		.primary:focus-visible,
		.submit-button:focus-visible,
		button[type="submit"]:focus-visible {
			outline-color: #3D0070 !important;
		}

		/* Background Color */
		[data-icon-label]:after,
		.secondary.is-underline:hover,
		.secondary.is-outline:hover,
		.icon-label,
		.button.secondary:not(.is-outline),
		.button.alt:not(.is-outline),
		.badge-inner.on-sale,
		.button.checkout,
		.single_add_to_cart_button,
		.current .breadcrumb-step {
			background-color: #7B1FBF;
		}

		[data-text-bg="secondary"] {
			background-color: #7B1FBF;
		}

		/* Color */
		.secondary.is-underline,
		.secondary.is-link,
		.secondary.is-outline,
		.stars a.active,
		.star-rating:before,
		.woocommerce-page .star-rating:before,
		.star-rating span:before,
		.color-secondary {
			color: #7B1FBF
		}

		/* Color !important */
		[data-text-color="secondary"] {
			color: #7B1FBF !important;
		}

		/* Border */
		.secondary.is-outline:hover {
			border-color: #7B1FBF
		}

		/* Focus */
		.secondary:focus-visible,
		.alt:focus-visible {
			outline-color: #7B1FBF !important;
		}

		body {
			color: #444444
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.heading-font {
			color: #444444;
		}

		body {
			font-size: 109%;
		}

		@media screen and (max-width: 549px) {
			body {
				font-size: 100%;
			}
		}

		body {
			font-family: "Barlow Condensed", sans-serif;
		}

		body {
			font-weight: 400;
			font-style: normal;
		}

		.nav>li>a {
			font-family: "Barlow Condensed", sans-serif;
		}

		.mobile-sidebar-levels-2 .nav>li>ul>li>a {
			font-family: "Barlow Condensed", sans-serif;
		}

		.nav>li>a,
		.mobile-sidebar-levels-2 .nav>li>ul>li>a {
			font-weight: 500;
			font-style: normal;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.heading-font,
		.off-canvas-center .nav-sidebar.nav-vertical>li>a {
			font-family: "Barlow Condensed", sans-serif;
		}

		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.heading-font,
		.banner h1,
		.banner h2 {
			font-weight: 700;
			font-style: normal;
		}

		.alt-font {
			font-family: Allura, sans-serif;
		}

		.alt-font {
			font-weight: 400 !important;
			font-style: normal !important;
		}

		.header:not(.transparent) .header-nav-main.nav>li>a {
			color: #ffffff;
		}

		a {
			color: #7B1FBF;
		}

		a:hover {
			color: #3D0070;
		}

		.tagcloud a:hover {
			border-color: #3D0070;
			background-color: #3D0070;
		}

		.widget a {
			color: #444444;
		}

		.widget a:hover {
			color: #3D0070;
		}

		.widget .tagcloud a:hover {
			border-color: #3D0070;
			background-color: #3D0070;
		}

		.has-equal-box-heights .box-image {
			padding-top: 100%;
		}

		.shop-page-title.featured-title .title-bg {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/bg-gioi-thieu.jpg);
		}

		@media screen and (min-width: 550px) {
			.products .box-vertical .box-image {
				min-width: 300px !important;
				width: 300px !important;
			}
		}

		button[name='update_cart'] {
			display: none;
		}

		.nav-vertical-fly-out>li+li {
			border-top-width: 1px;
			border-top-style: solid;
		}

		/* Custom CSS */
		.header-main {
			background-image: linear-gradient(135deg, rgb(45, 0, 80), rgb(91, 15, 160));
		}

		.nav-spacing-xlarge>li {
			margin: 0 16px;
		}

		.nav-dropdown>li>a:hover {
			padding-left: 25px;
			color: #44067f
		}

		.gioi-thieu-3 img,
		.row-anh-1 img,
		.su-menh-section img {
			border-radius: 20px
		}

		.form-mua-hang input,
		.form-mua-hang select,
		.form-mua-hang textarea {
			border-radius: 20px;
			border: 1px solid #540790;
			height: 42px;
			margin-bottom: 15px;
		}

		.header-main li a {
			font-size: 20px
		}

		.nav-dropdown>li>a {
			font-size: 16px;
			font-weight: 500;
			color: black;
		}

		.section-title-center span:before {
			content: "";
			display: table;
			clear: both;
			background: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/icon-title-not-nhac.png);
			width: 100%;
			height: 69px;
			background-repeat: no-repeat;
			background-position-x: center;
			background-position-y: bottom;
			padding-top: 0;
			background-size: 200px;
			margin-bottom: 10px
		}

		.section-title b {
			background: none;
		}

		.section-title-center span {
			margin: 0 15px;
			text-transform: none;
			letter-spacing: 0;
			font-size: 33px;
			color: #3D0070;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		.section-title-container {
			margin-bottom: 10px;
		}

		.nut-dang-ky {
			font-weight: 500;
			border-radius: 30px;
			font-size: 17px;
			padding: 5px 30px;
			box-shadow: 4px 4px 20px rgb(103 58 183 / 49%)
		}

		.section1 .large-12 {
			padding-bottom: 0
		}

		.section1 img {
			border-radius: 20px
		}

		.section1 p {
			font-weight: 500
		}

		.section2 .icon-box {
			box-shadow: 0.4rem 0.4rem 3rem rgba(0, 0, 0, 0.1);
			padding: 30px;
			border-radius: 15px;
		}

		.section2 .icon-box svg {
			color: #5B0FA0;
		}

		.section2 .icon-box h3 {
			font-size: 22px;
			color: #3D0070;
			text-transform: none;
			letter-spacing: 0;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		.section-title {
			max-width: 650px;
			margin: 0 auto
		}

		.section2 {
			padding-bottom: 0 !important
		}

		.section3 .col,
		.section5 .col {
			padding-bottom: 0
		}

		.section6 .cot3 .col-inner {
			margin-top: 20px;
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/bg-gioi-thieu.jpg);
			padding: 30px;
			border-radius: 20px;
			background-position-y: center;
			background-size: cover;
			color: white;
			font-weight: 500;
		}

		.section6 .cot3 .col-inner p {
			margin-bottom: 0
		}

		.section6 .section-title-center span:before {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/icon-title-1.png);
			background-repeat: no-repeat
		}

		.section4 .tab3vong .tab-panels {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/background-mo-1.png);
			background-size: cover;
		}

		.section2 p {
			color: #252525;
			font-weight: 500;
			font-size: 16px;
		}

		.section2 img {
			border-radius: 20px
		}

		.section6 .section-title-center span {
			color: white;
			background: none;
			-webkit-text-fill-color: white;
		}

		.section6 img {
			border-radius: 20px
		}

		.section6 ul li {
			margin-bottom: 22px;
			box-shadow: 2px 2px 20px #3D0070;
			border-radius: 15px;
			padding: 15px;
			font-size: 15px;
			list-style: none;
			margin-left: 0;
			font-weight: 500;
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/check-circle-svgrepo-com-1.svg);
			background-size: 22px;
			background-repeat: no-repeat;
			background-position-y: 18px;
			background-position-x: 15px;
			padding-left: 47px;
		}

		.section6 .large-6 h2 {
			margin-bottom: 20px
		}

		.tabbed-content li a {
			border: 2px solid #c2c2c2;
			text-transform: none;
			letter-spacing: 0;
			font-size: 16px;
			color: #434343;
			background: white;
		}

		.tabbed-content ul.nav {
			margin-bottom: 20px
		}

		.tabbed-content li.active a {
			background-image: linear-gradient(to right, #3D0070, #2D0050, #5B0FA0, #1A0040);
			border: 2px solid #853abe;
			color: white
		}

		.gallery-col .box-image {
			border-radius: 15px
		}

		.tabbed-content li {
			margin: 0 10px
		}

		.blog-archive .post-item .box,
		.list-post1 .post-item .box {
			box-shadow: 4px 4px 30px rgb(0 0 0 / 13%);
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		.blog-archive .post-item .box-image,
		.list-post1 .post-item .box-image {
			border-top-left-radius: 15px;
			border-top-right-radius: 15px;
		}

		.blog-archive .post-item .box-text,
		.list-post1 .post-item .box-text {
			padding: 20px;
			border-bottom-left-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		.post-item .thong-tin-them {
			margin-bottom: 15px;
		}

		.post-item .thong-tin-them .ngay-thang {
			float: right;
		}

		.blog-archive .post-item .post-title,
		.list-post1 .post-item .post-title {
			height: 46px;
			overflow: hidden;
			font-size: 18px;
			line-height: 23px;
			margin-bottom: 15px;
		}

		.blog-archive .post-item .from_the_blog_excerpt,
		.list-post1 .post-item .from_the_blog_excerpt {
			font-weight: 500;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			overflow: hidden;
			font-size: 16px;
		}

		.blog-archive .post-item .post-title:hover,
		.list-post1 .post-item .post-title:hover {
			color: #7B1FBF;
		}

		.list-post1 .post-item a:hover,
		.blog-archive .post-item a:hover {
			color: black;
		}

		.waves {
			position: relative;
			width: 100%;
			height: 15vh;
			margin-bottom: -9px;
			/*Fix for safari gap*/
			min-height: 100px;
			max-height: 150px;
		}

		.footer-section h3 {
			margin-bottom: 21px;
		}

		.footer-section .icon-box {
			margin-bottom: 10px;
			align-items: center;
		}

		.footer-section .icon-box h4 {
			font-weight: 500;
			font-size: 15px;
		}

		.footer-section .cot4 .icon-box img {
			padding-top: 0;
			border-radius: 99%;
		}

		a.back-to-top {
			background: #3D0070 !important;
			border: none !important;
			color: white !important
		}

		.footer-section .col {
			padding-bottom: 0
		}

		.parallax>use {
			animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
		}

		.parallax>use:nth-child(1) {
			animation-delay: -2s;
			animation-duration: 7s;
		}

		.parallax>use:nth-child(2) {
			animation-delay: -3s;
			animation-duration: 10s;
		}

		.parallax>use:nth-child(3) {
			animation-delay: -4s;
			animation-duration: 13s;
		}

		.parallax>use:nth-child(4) {
			animation-delay: -5s;
			animation-duration: 20s;
		}

		@keyframes move-forever {
			0% {
				transform: translate3d(-90px, 0, 0);
			}

			100% {
				transform: translate3d(85px, 0, 0);
			}
		}

		/*Shrinking for mobile*/
		@media (max-width: 768px) {
			.waves {
				height: 40px;
				min-height: 40px;
			}
		}

		.absolute-footer.dark {
			color: hsl(0deg 0% 100%);
			font-size: 15px;
		}

		.absolute-footer {
			padding: 15px;
			border-top: 1px solid #5B0FA0;
		}

		.footer-section {
			background-image: linear-gradient(#2D0050, #5B0FA0, #2D0050);
		}

		.badge-container {
			display: none
		}

		.product-small .box-image {
			border-radius: 20px
		}

		.product-small .product-title a {
			font-size: 18px;
			font-weight: 600;
		}

		.product-small .box-image:hover::before {
			-webkit-animation: shine .75s;
			animation: shine .75s
		}

		@-webkit-keyframes shine {
			100% {
				left: 125%
			}
		}

		@keyframes shine {
			100% {
				left: 125%
			}
		}

		.product-small .box-image::before {
			position: absolute;
			top: 0;
			left: -75%;
			z-index: 2;
			display: block;
			content: '';
			width: 50%;
			height: 100%;
			background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			-webkit-transform: skewX(-25deg);
			transform: skewX(-25deg)
		}

		.post-item .box-image:hover::before {
			-webkit-animation: shine .75s;
			animation: shine .75s
		}

		@-webkit-keyframes shine {
			100% {
				left: 125%
			}
		}

		@keyframes shine {
			100% {
				left: 125%
			}
		}

		.post-item .box-image::before {
			position: absolute;
			top: 0;
			left: -75%;
			z-index: 2;
			display: block;
			content: '';
			width: 50%;
			height: 100%;
			background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
			-webkit-transform: skewX(-25deg);
			transform: skewX(-25deg)
		}

		.single-product .product-images img {
			border-radius: 20px
		}

		.product-info .product-title {
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

		b,
		strong {
			font-weight: 600
		}

		.product-short-description {
			margin-top: 20px;
			font-weight: 500;
			color: #303030;
		}

		.product-section h5.mt,
		.related h3,
		.woocommerce #reviews #comments h2,
		.bai-viet-lien-quan h3 {
			text-transform: none;
			letter-spacing: 0;
			font-size: 22px;
			color: black;
		}

		.star-rating span:before {
			color: #FFC107;
		}

		div#reviews.woocommerce-Reviews,
		.devvn_prod_cmt {
			max-width: 865px;
		}

		.form-mua-hang {
			margin: 0 auto;
			max-width: 1000px;
		}

		.form-mua-hang h3 {
			margin-bottom: 0;
			background: #1565d2;
			text-align: center;
			text-transform: none;
			font-size: 18px;
			color: white;
			padding: 8px;
			font-weight: 600;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
		}

		.noi-dung-form {
			border: 1px solid #1565d2;
			border-top: 0;
			padding: 15px 20px;
			border-bottom-left-radius: 10px;
			border-bottom-right-radius: 10px;
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/white-abstract-background_23-2148810113.jpg);
			background-size: cover;
			background-position-y: inherit;
		}

		.form-mua-hang .des {
			text-align: left;
			margin-bottom: 10px;
			font-size: 15px;
			padding: 0px 10px;
			font-weight: 500;
			color: #0f228b;
		}

		.form-mua-hang .row-info {
			width: 100%;
			padding: 2px 10px;
			display: inline-block;
			clear: both;
			font-size: 15px;
		}

		.form-mua-hang .row-info .left {
			line-height: 39px;
			font-weight: 500;
			width: 18%;
			display: inline-block;
			float: left;
			color: #5B0FA0;
		}

		.form-mua-hang .row-info .right {
			padding-left: 10px;
			width: 60%;
			display: inline-block;
			float: left;
		}

		.noi-dung-form .cot3 {
			display: inline-block;
			float: right;
		}

		span.widget-title {
			letter-spacing: 0;
			font-weight: 700;
			font-size: 21px;
			display: block;
			margin-bottom: 1rem;
			text-transform: none;
			font-weight: bold;
		}

		.widget .is-divider {
			display: none
		}

		.widget input[type=search] {
			border: 1px solid #7B1FBF;
			height: 45px;
			border-top-left-radius: 15px;
			border-bottom-left-radius: 15px;
		}

		.widget .searchform .button.icon {
			background: #7B1FBF;
			height: 45px;
			border-top-right-radius: 15px;
			border-bottom-right-radius: 15px;
		}

		.recent-blog-posts-li .badge {
			width: 150px;
			height: 100px;
		}

		.recent-blog-posts a {
			margin-bottom: 10px;
			font-size: 16px;
			line-height: 26px;
			font-weight: 500;
		}

		.recent-blog-posts-li .badge-inner {
			border-radius: 20px;
		}

		.tagcloud a {
			border: 1px solid #cbcbcb;
			background-color: rgba(68, 68, 68, 0.1);
			transition: 0.4s ease-in-out;
			font-size: 14px !important;
			font-weight: 500;
			padding: 11px 10px;
			border-radius: 3.2rem;
			color: #444444;
			word-break: break-word;
			display: inline-block;
			margin: 3px 0;
		}

		.widget .tagcloud a:hover {
			border-color: #7B1FBF !important;
			background-color: #7B1FBF !important;
			color: white !important
		}

		.wpcf7-spinner {
			display: none
		}

		.form-mua-hang input[type='submit'] {
			margin: 0;
			font-size: 14px;
			text-transform: none;
			font-weight: normal;
			background-image: linear-gradient(to right, #3D0070, #5B0FA0, #1A0040);
			letter-spacing: 0;
			padding: 3px 24px;
			border-radius: 20px;
		}

		.form-mua-hang input[type="tel"] {
			height: 42px;
			border-radius: 230px;
			border: 1px solid #590997;
			box-shadow: none;
		}

		#comments a.btn-reviews-now {
			background-color: #7B1FBF;
			text-transform: none;
			font-weight: 500;
			text-decoration: none;
			border-radius: 25px;
		}

		button#devvn_cmt_submit,
		button#devvn_cmt_replysubmit {
			background: #7B1FBF;
			font-weight: 500;
			text-transform: none;
			color: white
		}

		.single-product .panel.entry-content {
			font-family: "roboto", sans-serif;
			font-size: 17px;
		}

		.blog-single .entry-title {
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 27px;
			line-height: 45px;
		}

		.blog-single .thong-tin-them .ngay-thang {
			margin-left: 20px;
		}

		.blog-single .entry-image img {
			border-radius: 20px;
		}

		.xem-them h3 {
			color: black;
			font-size: 22px;
		}

		.bai-viet-lien-quan h3 {
			font-size: 22px;
			color: black;
		}

		.xem-them ul li a {
			font-size: 16px;
			font-weight: 500;
			color: black;
		}

		.xem-them ul li {
			margin-left: 20px;
		}

		.xem-them ul li a:hover {
			color: #7B1FBF;
		}

		.bai-viet-lien-quan ul {
			margin-bottom: 0;
			display: inline-block;
			width: 100%;
		}

		.bai-viet-lien-quan {
			margin-top: 15px;
		}

		.bai-viet-lien-quan ul li {
			list-style: none;
			width: 50%;
			color: graytext;
			float: left;
			padding-left: 9px;
			padding-right: 9px;
		}

		.bai-viet-lien-quan ul li .box-image img {
			height: 250px;
			border-radius: 15px;
			object-fit: cover;
			object-position: center;
		}

		.bai-viet-lien-quan h4 {
			font-size: 16px;
			color: black;
			line-height: 24px;
			padding-top: 7px;
			height: 64px;
			overflow: hidden;
			font-weight: 500;
		}

		.product-info .form-mua-hang input[type="tel"] {
			margin-bottom: 0
		}

		.blog-single .is-divider {
			display: none
		}

		.row-dai-ly ul li {
			background: white;
			box-shadow: 2px 2px 10px #00000038;
			padding: 15px;
			border-radius: 20px;
			font-weight: 500;
			list-style: none;
			margin-left: 0;
			margin-bottom: 20px
		}

		.rank-math-breadcrumb p {
			margin-bottom: 10px
		}

		.blog-archive .large-12 {
			padding-bottom: 10px
		}

		.dong-gop,
		.thong-bao {
			color: #000000;
			margin-bottom: 15px;
			border-radius: 3px;
			font-size: 15px;
			font-weight: 500
		}

		.form-mua-hang p {
			text-align: center
		}

		.section6 .form-mua-hang input,
		.section6 .form-mua-hang textarea {
			border-radius: 6px;
			border: 1px solid gray;
			box-shadow: 2px 2px 2px #0000001f;
		}

		.section6 .form-mua-hang input[type='submit'] {
			border: none;
			width: 100%;
			font-size: 18px;
			font-weight: 600;
			background: #ff9800;
			padding: 0;
			height: 51px;
			font-weight: 500
		}

		.section6 .form-mua-hang textarea:placeholder,
		.section6 .form-mua-hang input:placeholder {
			color: black;
			font-size: 15px;
		}

		.section6 .form-mua-hang {
			background: #e9e9e9;
			box-shadow: 21px 28px 40px #0000007a;
		}

		.section6 .form-mua-hang h4 {
			position: relative;
			font-size: 19px;
			text-align: center;
			background-image: linear-gradient(#3D0070, #5B0FA0);
			padding: 10px;
			text-transform: uppercase;
		}

		.section6 .form-mua-hang p {
			padding: 0 30px;
		}

		.form-mua-hang .ghi-chu {
			color: #404040;
			margin-top: 29px;
			padding: 0 30px;
			margin-bottom: 10px
		}

		.section6 .form-mua-hang .ghi-chu2:before {
			content: "";
			display: block;
			width: 100%;
			height: 30px;
			position: absolute;
			margin-top: -40px;
			left: 0px;
			border: 20px solid #ffffff;
			border-top: 0 solid #ff000000;
			border-left: 190px solid #ff000000;
			border-right: 190px solid #ff000000;
			max-height: 30px !important;
		}

		.form-mua-hang .ghi-chu2 {
			margin-top: 45px;
			position: relative;
			background: white;
			color: black;
			font-size: 14px;
			padding: 10px;
			font-style: italic;
			padding: 10px 30px !important
		}

		.section6 .form-mua-hang h4:after {
			content: "";
			display: block;
			width: 100%;
			height: 30px;
			position: absolute;
			margin-top: 9px;
			left: 0px;
			border: 20px solid #5b0898;
			border-bottom: 0px solid #ff000000;
			border-left: 190px solid #ff000000;
			border-right: 190px solid #ff000000;
		}

		.product-small .price,
		.product-info .price {
			font-family: "Montserrat", sans-serif;
			font-size: 17px;
			color: gray;
		}

		.product-info .price {
			margin-top: 20px
		}

		.single_add_to_cart_button {
			background: none !important;
			border: none;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
			font-size: 18px !important;
			line-height: 37px;
			min-height: 10px;
			padding: 0 15px 0 0;
			margin-bottom: 0;
		}

		.product-summary .quantity {
			margin-bottom: 0;
		}

		.quantity .button.plus,
		.quantity .button.minus {
			width: 30px;
			background: white;
			border: none;
			font-weight: 500;
		}

		.quantity input[type=number] {
			width: 10px;
			background: white;
			font-weight: 500;
			border: none;
		}

		.product-small .price ins bdi,
		.product-small .price bdi,
		.product-small .price ins bdi,
		.product-info .price bdi {
			color: red;
		}

		.product-small .product-title {
			margin-bottom: 10px
		}

		.product-small .price del bdi,
		.product-info .price del bdi {
			font-size: 16px;
			color: gray;
			font-weight: normal
		}

		.panel.entry-content h2 {
			border-left: 5px solid #2196F3;
			padding-left: 10px;
			line-height: 29px;
			margin-bottom: 15px;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 25px;
		}

		.panel.entry-content h3 {
			line-height: 24px;
			margin-bottom: 15px;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 21px;
		}

		.panel.entry-content h4 {
			line-height: 23px;
			margin-bottom: 15px;
			background: linear-gradient(90deg, #3D0070 0%, #7B1FBF 40%, #2D0050 100%);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			font-size: 19px;
		}

		form.cart {
			padding: 8px;
			background: #3b0682;
			border-radius: 30px;
			display: inline-block;
		}

		.quantity .button.minus {
			border-top-left-radius: 20px;
			border-bottom-left-radius: 20px
		}

		.quantity .button.plus {
			border-top-right-radius: 20px;
			border-bottom-right-radius: 20px
		}

		.widget_shopping_cart .button {
			text-transform: none;
			border-radius: 20px;
			font-weight: 500;
		}

		ul.product_list_widget li a:not(.remove) {
			font-weight: 500
		}

		.cart-popup-title h4 {
			text-transform: none;
			letter-spacing: 0;
		}

		.checkout-breadcrumbs a {
			font-size: 18px;
			letter-spacing: -1px;
		}

		.shop_table .order-total td,
		.shop_table .order-total th,
		.shop_table thead th {
			text-transform: none;
			letter-spacing: 0;
		}

		.cart_totals th.product-name {
			text-transform: none;
			letter-spacing: 0;
		}

		.cart_totals .button {
			border-radius: 30px;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
		}

		.checkout_coupon input {
			box-shadow: none;
			border-radius: 30px;
		}

		.checkout_coupon button {
			border-radius: 30px;
			text-transform: none;
			letter-spacing: 0;
			font-weight: 500;
			color: white;
			text-shadow: none;
		}

		.shop_table .cart_item td {
			font-weight: 500;
		}

		.woocommerce-billing-fields__field-wrapper input,
		.woocommerce-billing-fields__field-wrapper .select2-selection,
		.woocommerce-additional-fields__field-wrapper textarea {
			border-radius: 30px;
			box-shadow: none;
			font-size: 15px;
		}

		.box-thong-bao ul li {
			background-repeat: no-repeat;
			background-size: 23px;
			background-position-y: center;
			padding-left: 27px;
			color: #c70000;
			font-style: italic;
			font-weight: 500;
			list-style: none;
			margin-left: 0;
		}

		.box-thong-bao ul li.qua-tang {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/icon-1.jpg);
		}

		.box-thong-bao ul li.giam-gia {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/icon2.jpg);
		}

		.box-thong-bao ul li.ship {
			background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2023/04/icon3.jpg);
		}

		.box-thong-bao ul {
			border-bottom: 2px dotted #e6e6e6;
			border-top: 2px dotted #e6e6e6;
			padding-top: 15px;
		}

		.uppercase,
		h6,
		span.widget-title,
		th {
			letter-spacing: 0;
			line-height: 1.05;
			text-transform: none;
		}

		.single_add_to_cart_button:hover {
			box-shadow: none
		}

		.continue-shopping a {
			text-transform: none
		}

		/* Custom CSS Mobile */
		@media (max-width: 549px) {
			.off-canvas-left .mfp-content {
				background-image: linear-gradient(#3D0070, #2D0050, #5B0FA0, #1A0040);
				width: 100%
			}

			.off-canvas .nav-vertical>li>a {
				padding-bottom: 15px;
				padding-top: 15px;
				text-transform: none;
				font-size: 19px;
			}

			.section {
				padding: 30px 0 !important
			}

			.section-title-center span:before {
				height: 40px;
				background-size: 115px;
				margin-bottom: 0;
			}

			.section-title-center span {
				font-size: 25px;
			}

			.nut-dang-ky {
				font-size: 16px;
			}

			.section2 .icon-box {
				flex-direction: column;
				padding: 15px;
			}

			.section2 .icon-box .icon-box-text {
				padding-left: 0;
				text-align: center;
			}

			.section2 .icon-box .icon-box-img {
				margin: 0 auto
			}

			.section2 .icon-box .icon-box-text p {
				font-size: 14px
			}

			.section6 .large-6 h2 {
				font-size: 25px
			}

			.section6 ul li {
				font-size: 15px
			}

			.tabbed-content ul.nav {
				flex-grow: 1;
				padding-left: 15px;
				-webkit-box-flex: 1;
				white-space: nowrap;
				overflow: auto;
				flex-wrap: nowrap;
				align-content: center;
				justify-content: flex-start;
				align-items: center;
				flex-direction: row;
				margin-bottom: 0px;
				display: flex;
				max-width: 100%;
				float: right;
				margin-top: 0;
			}

			.tabbed-content li a {
				font-size: 14px
			}

			.gallery-col {
				padding: 0 5px 10px
			}

			.footer-section .col {
				flex-basis: 100%;
				max-width: 100%
			}

			.form-mua-hang .row-info .right,
			.form-mua-hang .row-info .left,
			.noi-dung-form .cot3 {
				padding-left: 0;
				margin-bottom: 10px;
				width: 100%
			}

			.form-mua-hang input[type='submit'] {
				width: 100%;
			}

			.noi-dung-form {
				padding: 15px;
			}

			.blog-archive .post-item .from_the_blog_excerpt,
			.list-post1 .post-item .from_the_blog_excerpt {
				font-size: 14px
			}

			.blog-single .entry-title {
				font-size: 22px;
				line-height: 31px;
			}

			.bai-viet-lien-quan ul li .box-image img {
				height: 135px;
			}

			.bai-viet-lien-quan h4 {
				font-size: 14px;
				color: black;
				line-height: 19px;
				padding-top: 7px;
				height: 64px;
				overflow: hidden;
				font-weight: 500;
			}

			form.cart {
				width: 100%
			}

			.single_add_to_cart_button {
				background: #FF9800 !important;
				border: none;
				text-transform: none;
				letter-spacing: 0;
				font-weight: 500;
				font-size: 18px !important;
				line-height: 37px;
				min-height: 10px;
				padding: 2px 20px 2px 20px;
				margin-bottom: 0;
				float: right;
				background: red;
				border-radius: 20px;
			}

			.product-main {
				padding-bottom: 0
			}
		}

		.label-new.menu-item>a:after {
			content: "Mới";
		}

		.label-hot.menu-item>a:after {
			content: "Nổi bật";
		}

		.label-sale.menu-item>a:after {
			content: "Giảm giá";
		}

		.label-popular.menu-item>a:after {
			content: "Phổ biến";
		}
	

		.section3 .box-image {
			background: white;
			/* hoặc màu nền bạn muốn */
			padding: 4px;

		}

		@media (max-width: 767px) {
			.gradient-border {
				display: block;
				margin-bottom: 20px !important;
			}
		}

		.box-badge .box-text {
			background: linear-gradient(to right, #3D0070, #2D0050);
			color: white;
			padding: 12px 16px;
			border-radius: 12px;
			bottom: 0px;
			/* 👈 đẩy xuống dưới hơn */
		}


		.box-badge .box-text h4 {
			font-size: 14px;
			margin-bottom: 4px;
			color: white;
		}

		.box-badge .box-text p {
			font-size: 13px;
			color: white;
			margin: 0;
			line-height: 1.4;
		}

		@media (max-width: 767px) {
			.box-badge .box-text {
				position: static !important;
				/* Gỡ tuyệt đối */
				margin-top: -30px;
				/* Sát dưới ảnh */
				transform: none !important;
				border-radius: 8px;
				padding: 8px 12px;
			}

			.box-badge {
				display: flex;
				flex-direction: column;
				align-items: center;
			}
		}

		@media (max-width: 767px) {

			.box-badge .box-text h4 {
				font-size: 12px;
			}


			.box-badge .box-text p {
				font-size: 10px;
			}
		}

		h1,
		h2,
		h3,
		.title,
		.ux-title {
			white-space: normal !important;
			max-width: none !important;
			width: auto !important;
		}

		.absolute-footer.dark.medium-text-center.text-center {
			display: none !important;
		}

		body {
			overflow-x: hidden;
		}

		footer {
			margin-bottom: 0 !important;
			padding-bottom: 0 !important;
		}

		body>.ux-builder-element:last-child {
			display: none !important;
		}

		section:last-of-type {
			margin-bottom: 0 !important;
			padding-bottom: 0 !important;
		}

		.hover-purple-border {
			border: 3px solid transparent;
			/* Giữ chỗ sẵn cho viền */
			transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
			border-radius: 8px;
		}

		.hover-purple-border:hover {
			border-color: #800080;
			/* Tím sang trọng */
			box-shadow: 0 4px 12px rgba(128, 0, 128, 0.2);
			transform: translateY(-2px);
		}

		/* Hiển thị mũi tên slider trên mobile */
		@media screen and (max-width: 549px) {
			.slider-wrapper .flickity-prev-next-button {
				display: block !important;
			}
	

							#gap-540262179 {
								padding-top: 30px;
							}
						

										#image_185896244 {
											width: 60%;
										}

										@media (min-width:550px) {
											#image_185896244 {
												width: 30%;
											}
										}

										@media (min-width:850px) {
											#image_185896244 {
												width: 60%;
											}
										}
									

										#gap-664690126 {
											padding-top: 10px;
										}
									

													#image_62269198 {
														width: 100%;
													}
												

													#image_665085404 {
														width: 100%;
													}
												

													#image_1524415190 {
														width: 100%;
													}
												

													#image_1862078732 {
														width: 100%;
													}
												

					#section_293998076 {
						padding-top: 0px;
						padding-bottom: 0px;
					}

					#section_293998076 .section-bg-overlay {
						background-color: rgba(0, 0, 0, 0.808);
					}

					#section_293998076 .section-bg.bg-loaded {
						background-image: url(https://festivalpianotalent.vn/wp-content/uploads/2025/07/background-footer.webp);
					}

					#section_293998076 .ux-shape-divider--top svg {
						height: 150px;
						--divider-top-width: 100%;
					}

					#section_293998076 .ux-shape-divider--bottom svg {
						height: 150px;
						--divider-width: 100%;
					}

					@media (min-width:550px) {
						#section_293998076 {
							padding-top: 0px;
							padding-bottom: 0px;
						}
					}
				

		.echbay-sms-messenger div.phonering-alo-zalo,
		.echbay-sms-messenger div.phonering-alo-alo {
			background-color: #0084ff
		}

		.echbay-sms-messenger div.phonering-alo-sms {
			background-color: #f60
		}

		.echbay-sms-messenger div.phonering-alo-messenger {
			background-color: #e60f1e
		}

		.echbay-sms-messenger {
			width: 45px
		}

		.echbay-sms-messenger a {
			line-height: 45px;
			color: transparent;
			display: block;
		}

		.echbay-sms-messenger {
			display: block
		}

		.echbay-sms-messenger div.phonering-alo-zalo {
			display: block
		}

		.echbay-sms-messenger div.phonering-alo-alo {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20.01 15.38c-1.23 0-2.42-.2-3.53-.56a.977.977 0 00-1.01.24l-1.57 1.97c-2.83-1.35-5.48-3.9-6.89-6.83l1.95-1.66c.27-.28.35-.67.24-1.02-.37-1.11-.56-2.3-.56-3.53 0-.54-.45-.99-.99-.99H4.19C3.65 3 3 3.24 3 3.99 3 13.28 10.73 21 20.01 21c.71 0 .99-.63.99-1.18v-3.45c0-.54-.45-.99-.99-.99z'/></svg>");
		}

		.echbay-sms-messenger div.phonering-alo-sms {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/></svg>");
			background-color: #f60;
			background-size: 60%;
		}

		.echbay-sms-messenger div.phonering-alo-zalo {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M20 2H4c-1.1 0-2 .9-2 2v18l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2z'/></svg>");
		}

		.echbay-sms-messenger div.phonering-alo-messenger {
			background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M12 2C6.48 2 2 6.13 2 11.23c0 2.89 1.45 5.46 3.72 7.15v3.62l3.41-1.87c.92.26 1.88.4 2.87.4 5.52 0 10-4.13 10-9.23S17.52 2 12 2zm1.09 12.35l-2.6-2.77-5.06 2.77 5.54-5.88 2.67 2.77 4.99-2.77-5.54 5.88z'/></svg>");
			background-color: #e60f1e;
		}

		.echbay-sms-messenger div {
			margin: 14px 0;
			background: #0084FF center no-repeat;
			background-size: 70%;
			border-radius: 50%;
			box-shadow: 0 3px 10px #888;
		}

		.echbay-sms-messenger {
			text-align: center;
			right: 20px;
			position: fixed;
			bottom: 70px;
			z-index: 999;
		}
	

		.wpcf7 form.sent .wpcf7-response-output {
			display: none;
		}
	



