main {
	display: block;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

summary {
	display: list-item;
}

template {
	display: none;
}

.sp-form-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border-color: #e2e8f0;
	border-width: 1px;
	border-radius: .25rem;
	padding-top: .5rem;
	padding-right: .75rem;
	padding-bottom: .5rem;
	padding-left: .75rem;
	font-size: 1rem;
	line-height: 1.5;
}

.sp-form-input::-webkit-input-placeholder {
	color: #a0aec0;
	opacity: 1;
}

.sp-form-input:-ms-input-placeholder {
	color: #a0aec0;
	opacity: 1;
}

.sp-form-input::-ms-input-placeholder {
	color: #a0aec0;
	opacity: 1;
}

.sp-form-input::placeholder {
	color: #a0aec0;
	opacity: 1;
}

.sp-form-input:focus {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
	border-color: #63b3ed;
}

.sp-form-select {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	background-repeat: no-repeat;
	background-color: #fff;
	border-color: #e2e8f0;
	border-width: 1px;
	border-radius: .25rem;
	padding-top: .5rem;
	padding-right: 2.5rem;
	padding-bottom: .5rem;
	padding-left: .75rem;
	font-size: 1rem;
	line-height: 1.5;
	background-position: right .5rem center;
	background-size: 1.5em 1.5em;
}

.sp-form-select::-ms-expand {
	color: #a0aec0;
	border: 0;
}

@media not print {
	.sp-form-select::-ms-expand {
		display: none;
	}
}

@media print and (-ms-high-contrast:active),print and (-ms-high-contrast:none) {
	.sp-form-select {
		padding-right: .75rem;
	}
}

.sp-form-select:focus {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
	border-color: #63b3ed;
}

.sp-form-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	display: inline-block;
	vertical-align: middle;
	background-origin: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	flex-shrink: 0;
	height: 1em;
	width: 1em;
	color: #4299e1;
	background-color: #fff;
	border-color: #e2e8f0;
	border-width: 1px;
	border-radius: .25rem;
}

.sp-form-checkbox:checked {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
	border-color: transparent;
	background-color: currentColor;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

@media not print {
	.sp-form-checkbox::-ms-check {
		border-width: 1px;
		color: transparent;
		background: inherit;
		border-color: inherit;
		border-radius: inherit;
	}
}

.sp-form-checkbox:focus {
	outline: 0;
	box-shadow: 0 0 0 3px rgba(66, 153, 225, .5);
	border-color: #63b3ed;
}

.sp-bg-black {
	background-color: #000;
}

.sp-bg-white {
	background-color: #fff;
}

.sp-bg-blue-500 {
	background-color: #4299e1;
}

.hover\:sp-bg-blue-700:hover {
	background-color: #2b6cb0;
}

.sp-rounded {
	border-radius: .25rem;
}

.sp-rounded-md {
	border-radius: .375rem;
}

.sp-rounded-full {
	border-radius: 9999px;
}

.sp-rounded-r {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.sp-rounded-l {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.sp-rounded-bl {
	border-bottom-left-radius: .25rem;
}

.sp-border-dotted {
	border-style: dotted;
}

.sp-border-none {
	border-style: none;
}

.sp-border-2 {
	border-width: 2px;
}

.sp-border {
	border-width: 1px;
}

.sp-cursor-pointer {
	cursor: pointer;
}

.sp-cursor-move {
	cursor: move;
}

.sp-block {
	display: block;
}

.sp-inline {
	display: inline;
}

.sp-inline-flex {
	display: inline-flex;
}

.sp-hidden {
	display: none;
}

.sp-flex-row-reverse {
	flex-direction: row-reverse;
}

.sp-flex-wrap {
	flex-wrap: wrap;
}

.sp-items-baseline {
	align-items: baseline;
}

.sp-items-stretch {
	align-items: stretch;
}

.sp-self-start {
	align-self: flex-start;
}

.sp-self-center {
	align-self: center;
}

.sp-justify-around {
	justify-content: space-around;
}

.sp-justify-evenly {
	justify-content: space-evenly;
}

.sp-font-sans {
	font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.sp-font-semibold {
	font-weight: 600;
}

.sp-font-bold {
	font-weight: 700;
}

.sp-h-3 {
	height: .75rem;
}

.sp-h-4 {
	height: 1rem;
}

.sp-h-6 {
	height: 1.5rem;
}

.sp-h-8 {
	height: 2rem;
}

.sp-h-full {
	height: 100%;
}

.sp-m-2 {
	margin: .5rem;
}

.sp-mx-1 {
	margin-left: .25rem;
	margin-right: .25rem;
}

.sp-mx-4 {
	margin-left: 1rem;
	margin-right: 1rem;
}

.sp-my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.sp-mt-1 {
	margin-top: .25rem;
}

.sp-mt-2 {
	margin-top: .5rem;
}

.sp-ml-2 {
	margin-left: .5rem;
}

.sp-mt-3 {
	margin-top: .75rem;
}

.sp-ml-3 {
	margin-left: .75rem;
}

.sp-mt-4 {
	margin-top: 1rem;
}

.sp-ml-4 {
	margin-left: 1rem;
}

.sp-ml-6 {
	margin-left: 1.5rem;
}

.sp-mt-8 {
	margin-top: 2rem;
}

.sp-object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}

.sp-opacity-25 {
	opacity: .25;
}

.sp-opacity-50 {
	opacity: .5;
}

.sp-opacity-75 {
	opacity: .75;
}

.sp-outline-none {
	outline: 0;
}

.focus\:sp-outline-none:focus {
	outline: 0;
}

.sp-px-1 {
	padding-left: .25rem;
	padding-right: .25rem;
}

.sp-px-2 {
	padding-left: .5rem;
	padding-right: .5rem;
}

.sp-px-3 {
	padding-left: .75rem;
	padding-right: .75rem;
}

.sp-px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.sp-px-5 {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.sp-px-10 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.sp-pr-2 {
	padding-right: .5rem;
}

.sp-pl-4 {
	padding-left: 1rem;
}

.sp-absolute {
	position: absolute;
}

.sp-relative {
	position: relative;
}

.sp-top-0 {
	top: 0;
}

.sp-right-0 {
	right: 0;
}

.sp-bottom-0 {
	bottom: 0;
}

.sp-left-0 {
	left: 0;
}

.sp-shadow-inner {
	box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06);
}

.sp-fill-current {
	fill: currentColor;
}

.sp-text-left {
	text-align: left;
}

.sp-text-right {
	text-align: right;
}

.sp-text-black {
	color: #000;
}

.sp-text-white {
	color: #fff;
}

.sp-text-xs {
	font-size: .8125rem;
}

.sp-text-sm {
	font-size: .875rem;
}

.sp-text-base {
	font-size: 1rem;
}

.sp-text-lg {
	font-size: 1.125rem;
}

.sp-italic {
	font-style: italic;
}

.sp-no-underline {
	text-decoration: none;
}

.sp-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sp-w-3 {
	width: .75rem;
}

.sp-w-4 {
	width: 1rem;
}

.sp-w-5 {
	width: 1.25rem;
}

.sp-w-6 {
	width: 1.5rem;
}

.sp-w-8 {
	width: 2rem;
}

.sp-w-24 {
	width: 6rem;
}

.sp-w-1\/3 {
	width: 33.333333%;
}

.sp-w-1\/4 {
	width: 25%;
}

.sp-w-2\/4 {
	width: 50%;
}

.sp-w-1\/5 {
	width: 20%;
}

.sp-w-1\/6 {
	width: 16.666667%;
}

.sp-z-0 {
	z-index: 0;
}

.sp-z-40 {
	z-index: 40;
}

.sp-z-50 {
	z-index: 50;
}

fieldset {
	padding: 0;
	margin: 0;
}

legend {
	font-weight: bold;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: .5em 10px;
	quotes: "“" "”" "‘" "’";
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em;
}

blockquote p {
	display: inline;
}

.sp-form-input:focus {
	box-shadow: none;
}

.sp-login-wrapper input[type="password"] {
	padding-top: .5rem !important;
	padding-bottom: .5rem !important;
}

.sp-optin-submit:active {
	outline: 0;
}

.sp-content-1 {
	align-items: center;
	justify-content: flex-start;
}

.sp-content-2 {
	align-items: flex-start;
	justify-content: flex-start;
}

.sp-content-3 {
	align-items: flex-end;
	justify-content: flex-start;
}

.sp-content-4 {
	align-items: center;
	justify-content: center;
}

.sp-content-5 {
	align-items: flex-start;
	justify-content: center;
}

.sp-content-6 {
	align-items: flex-end;
	justify-content: center;
}

.sp-content-7 {
	align-items: flex-start;
	justify-content: flex-end;
}

.sp-content-8 {
	align-items: center;
	justify-content: flex-end;
}

.sp-content-9 {
	align-items: flex-end;
	justify-content: flex-end;
}

.sp-header-tag-h5, h5 {
	font-size: 14px;
}

.sp-header-tag-h6, h6 {
	font-size: 12px;
}

.spBgcover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	min-height: 100%;
}

.spBgcoverscroll {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	min-height: 100%;
}

.spBgcontain {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	min-height: 100%;
}

.spBgcontainscroll {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	min-height: 100%;
}

@supports (-webkit-touch-callout:none) {
	.spBgcover, .spBgcontain {
		background-attachment: scroll;
	}
}

.spBgfull {
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	min-height: 100%;
}

.spBgrepeat {
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
	min-height: 100%;
}

.spBgrepeattop {
	background-repeat: repeat-x;
	background-position: center top;
	background-attachment: scroll;
}

.spBgrepeatbottom {
	background-repeat: repeat-x;
	background-position: center bottom;
	background-attachment: scroll;
	min-height: 100%;
}

.spBgrepeatvc {
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
	min-height: 100%;
}

#sp-page .sp-form-input {
	border-width: 0;
}

.sp-video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.sp-video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
	padding-top: 0 !important;
}

.sp-map-responsive {
	position: relative;
	height: 0;
}

.sp-map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.sp-ss-sm {
	padding: 2px 5px;
	font-size: 13px;
}

.sp-ss-lg {
	padding: 8px 14px;
	font-size: 20px;
}

.sp-starrating i:last-of-type {
	padding-right: 0 !important;
}

summary::-webkit-details-marker {
	display: none;
}

details>summary:first-of-type {
	list-style-type: none;
}

details {
	display: block;
	width: 100%;
}

details .sp-acc-open {
	display: none;
}

details[open] .sp-acc-closed {
	display: none;
}

details[open] .sp-acc-open {
	display: block;
}

summary {
	outline: 0;
	cursor: pointer;
}

.sp-accordion-wrapper hr {
	margin: 0;
}

.woocommerce input, .woocommerce select, .woocommerce textarea {
	border-color: #ddd;
	border-style: solid;
	border-width: 1px;
	background-color: #fff;
	padding: 8px;
	border-radius: 3px;
}

.select2-container--default .select2-selection--single {
	border-color: #ddd !important;
	padding-top: 2px;
	height: 36px !important;
}

.select2-selection__rendered {
	border-color: transparent !important;
}

.woocommerce #place_order {
	width: 100%;
	margin-top: 10px;
}

.woocommerce-additional-fields h3 {
	margin-top: 10px;
}

.wc-proceed-to-checkout .checkout-button {
	width: 100%;
	text-align: center;
}

.woocommerce .onsale {
	min-width: 50px !important;
	min-height: 50px !important;
	font-size: 13px;
}

.sp-testimonials-wrapper {
	position: relative;
}

.sp-dynamic-text {
	visibility: hidden;
}

.sp-imagecarousels-wrapper {
	position: relative;
}

.sp-image-carousel-image-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--after-bg);
	opacity: var(--after-bg-opacity);
	pointer-events: none;
}

.sp-progressbar-block-template-2>div {
	border-bottom: 3px solid rgba(0, 0, 0, .25);
}

.sp-progressbar-block-template-3>div {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 16px 16px;
}

.sp-progressbar-block-template-4>div {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 16px 16px;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
}

.sp-testimonial-img {
	width: 60px;
	height: 60px;
}

.sp-testimonial-nav button:first-child, .sp-testimonial-nav button:last-child {
	background: transparent;
}

.sp-socialprofiles-style-1 .sp-sp-twitter {
	color: #000 !important;
}

.sp-socialprofiles-style-1 .sp-sp-facebook, .sp-socialprofiles-style-1 .sp-sp-facebook-messenger {
	color: #1877f2 !important;
}

.sp-socialprofiles-style-1 .sp-sp-slack {
	color: #4a154b !important;
}

.sp-socialprofiles-style-1 .sp-sp-vimeo {
	color: #2fb1e3 !important;
}

.sp-socialprofiles-style-1 .sp-sp-weibo {
	color: #ce282b !important;
}

.sp-socialprofiles-style-1 .sp-sp-whatsapp {
	color: #38af48 !important;
}

.sp-socialprofiles-style-1 .sp-sp-tiktok {
	color: #fe2c55 !important;
}

.sp-socialprofiles-style-1 .sp-sp-x-twitter {
	color: #fe2c55 !important;
}

.sp-socialprofiles-style-1 .sp-sp-imdb {
	color: #f5c517 !important;
}

.sp-socialprofiles-style-1 .sp-sp-linkedin {
	color: #0073b1 !important;
}

.sp-socialprofiles-style-1 .sp-sp-pinterest {
	color: #e60023 !important;
}

.sp-socialprofiles-style-1 .sp-sp-youtube {
	color: #f00 !important;
}

.sp-socialprofiles-style-1 .sp-sp-snapchat {
	color: #fffc00 !important;
}

.sp-socialprofiles-style-1 .sp-sp-wordpress {
	color: #0073aa !important;
}

.sp-socialprofiles-style-1 .sp-sp-github {
	color: #000 !important;
}

.sp-socialprofiles-style-1 .sp-sp-soundcloud {
	color: #fe5000 !important;
}

.sp-socialprofiles-style-1 .sp-sp-rss {
	color: #ee802f !important;
}

.sp-socialprofiles-style-1 .sp-sp-envelope {
	color: #db4437 !important;
}

.sp-socialprofiles-style-1 .sp-sp-phone {
	color: #2c9ada !important;
}

.sp-socialprofiles-style-1 .sp-sp-medium-m {
	color: #21de68 !important;
}

.sp-socialprofiles-style-1 .sp-sp-discord {
	color: #5567e3 !important;
}

.sp-socialprofiles-style-1 .sp-sp-telegram-plane {
	color: #299ccd !important;
}

.sp-sp-twitter {
	background: #000;
	text-decoration: none;
}

.sp-sp-facebook, .sp-sp-facebook-messenger {
	background: #1877f2;
	text-decoration: none;
}

.sp-sp-slack {
	background: #4a154b;
	text-decoration: none;
}

.sp-sp-vimeo {
	background: #2fb1e3;
	text-decoration: none;
}

.sp-sp-weibo {
	background: #ce282b;
	text-decoration: none;
}

.sp-sp-whatsapp {
	background: #38af48;
	text-decoration: none;
}

.sp-sp-tiktok {
	background: #fe2c55;
	text-decoration: none;
}

.sp-sp-linkedin {
	background: #0073b1;
	text-decoration: none;
}

.sp-sp-pinterest {
	background: #e60023;
	text-decoration: none;
}

.sp-sp-youtube {
	background: red;
	text-decoration: none;
}

.sp-sp-snapchat {
	background: #fffc00;
	text-decoration: none;
}

.sp-sp-wordpress {
	background: #0073aa;
	text-decoration: none;
}

.sp-sp-github {
	background: #000;
	text-decoration: none;
}

.sp-sp-soundcloud {
	background: #fe5000;
	text-decoration: none;
}

.sp-sp-rss {
	background: #ee802f;
	text-decoration: none;
}

.sp-sp-envelope {
	background: #db4437;
	text-decoration: none;
}

.sp-sp-phone {
	background: #2c9ada;
	text-decoration: none;
}

.sp-sp-medium-m {
	background: #21de68;
	text-decoration: none;
}

.sp-sp-discord {
	background: #5567e3;
	text-decoration: none;
}

.sp-sp-telegram-plane {
	background: #299ccd;
	text-decoration: none;
}

.sp-countdown-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-cd-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.sp-cd-amount {
	padding: 20px;
	line-height: 1;
}

.sp-countdown-sm .sp-cd-amount {
	font-size: 20px;
	padding: 10px;
}

.sp-countdown-md .sp-cd-amount {
	font-size: 30px;
	padding: 15px;
}

.sp-countdown-lg .sp-cd-amount {
	font-size: 40px;
	padding: 20px;
}

.sp-bulletlist-block-template-0 .sp-icon-wrapper i {
	width: auto !important;
	line-height: 1 !important;
}

.sp-bulletlist-block-template-1 .sp-icon-wrapper i {
	text-align: center;
	background: #fff;
	border-radius: 999px;
}

.sp-bulletlist-block-template-2 .sp-icon-wrapper i {
	text-align: center;
	background: #fff;
	border-radius: 6px;
}

.sp-bulletlist-block-template-3 .sp-icon-wrapper i {
	text-align: center;
	background: #fff;
	border-radius: 0;
}

.sp-bulletlist-block-template-4 .sp-icon-wrapper i {
	text-align: center;
	background: #444;
	border-radius: 999px;
}

.sp-bulletlist-block-template-5 .sp-icon-wrapper i {
	text-align: center;
	background: #444;
	border-radius: 6px;
}

.sp-bulletlist-block-template-6 .sp-icon-wrapper i {
	text-align: center;
	background: #444;
	border-radius: 0x;
}

.sp-input-size-2 {
	height: 33px;
}

.sp-input-size-3 {
	height: 42px;
}

.sp-input-size-4 {
	height: 56px;
}

.sp-ajax-animated {
	-webkit-animation: sp-ajax-stripes 1s linear infinite;
	animation: sp-ajax-stripes 1s linear infinite;
}

.sp-ajax-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent) !important;
	background-size: 1rem 1rem !important;
}

#tubular-container iframe {
	opacity: 0;
	transition: opacity .5s;
}

#tubular-container .active {
	opacity: 1;
}

@media (max-width:640px) {
	.sp-countdown-group {
		flex-wrap: wrap;
	}
	
	.sp-cd-group {
		margin-bottom: 1vh !important;
	}
	
	.sp-pricing-table-wrapper {
		border: 1px rgba(255, 255, 255, .12) solid;
		text-align: center !important;
		justify-content: center !important;
	}
	
	.sp-optinform-field, .sp-optinform-btn {
		display: block !important;
		width: 100% !important;
	}
	
	.sp-wccustomproductsgrid-wrapper li.product {
		float: none !important;
		width: 100% !important;
	}
}

.sp-credit {
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	bottom: 0;
	right: 20px;
	font-size: 10px;
	padding: 7px;
	border-radius: 2px;
	line-height: 1;
	color: #fff;
	z-index: 10;
	font-family: sans-serif;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.sp-credit img {
	width: 64px;
}

.sp-credit span {
	padding-top: 3px;
	padding-right: 2px;
	color: #fff;
}

.sp-credit a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sp-plan-price {
	text-align: center;
}

.sp-plan-price-sup {
	top: -2.5em;
}

.sp-plan-price-sub {
	left: -7%;
	bottom: 0;
}

.sp-notifications-custom {
	background: #fdf6f4;
	border: 1px solid #f6d2c7;
}

.sp-notification-button {
	background: #0f8a5e !important;
	border: #0f8a5e !important;
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: none !important;
}

.seedprod-menu-fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3;
}

.seedprod-menu-link, .seedprod-menu-heading {
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

.seedprod-menu-horizontal .nav-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	width: inherit;
}

.menu-item-has-children .sub-menu-toggle {
	display: none;
}

.seedprod-menu-scrollable {
	overflow-y: scroll;
	overflow-x: hidden;
}

.seedprod-menu-scrollable .seedprod-menu-list {
	display: block;
}

.h .seedprod-menu-horizontal.seedprod-menu-scrollable .seedprod-menu-list {
	display: inline-block;
}

.h .seedprod-menu-horizontal.seedprod-menu-scrollable {
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: auto;
	padding: .5em 0;
}

.seedprod-menu-separator, .h .seedprod-menu-horizontal .sub-menu .seedprod-menu-separator {
	background-color: #ccc;
	height: 1px;
	margin: .3em 0;
}

.h .seedprod-menu-horizontal .seedprod-menu-separator {
	width: 1px;
	height: 1.3em;
	margin: 0 .3em;
}

.h .seedprod-menu-horizontal .sub-menu .pure-menu-separator {
	display: block;
	width: auto;
}

.seedprod-menu-heading {
	text-transform: uppercase;
	color: #565d64;
}

.seedprod-menu-link {
	color: #777;
}

.seedprod-menu-link, .seedprod-menu-heading {
	padding: .5em 1em;
}

.seedprod-menu-disabled {
	opacity: .5;
}

.seedprod-menu-disabled .seedprod-menu-link:hover {
	background-color: transparent;
	cursor: default;
}

.seedprod-menu-active>.seedprod-menu-link, .seedprod-menu-link:hover, .seedprod-menu-link:focus {
	background-color: #eee;
}

.seedprod-menu-selected>.seedprod-menu-link, .seedprod-menu-selected>.seedprod-menu-link:visited {
	color: #000;
}

@media only screen and (max-width:786px) {
	.sp-mobile-menu-true .menu-item-has-children.seedprod-menu-active>.sub-menu {
		width: 100%;
		display: block !important;
		left: 0;
		position: relative;
	}
	
	.seedprod-menu-horizontal.sp-mobile-menu-true .nav-menu .sub-menu .sub-menu {
		left: 0;
		top: auto;
		width: inherit;
	}
	
	.sp-mobile-menu-true .nav-menu.active {
		display: block;
		background-color: transparent;
		width: 100%;
		padding: 10px;
		text-align: center;
	}
	
	.sp-mobile-menu-true .nav-menu.active {
		left: 0;
	}
	
	.sp-mobile-menu-true .hamburger.active .bar:nth-child(2) {
		opacity: 0;
	}
	
	.sp-mobile-menu-true .hamburger.active .bar:nth-child(1) {
		-webkit-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg);
	}
	
	.sp-mobile-menu-true .hamburger.active .bar:nth-child(3) {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg);
	}
	
	.sp-nav-wrapper, .sp-nav-wrapper li {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 !important;
		padding: 5px 0 !important;
	}
}

@media (max-width:786px) {}

.seedprod-menu-list>ul {
	display: flex;
	list-style: none;
}

.seedprod-menu-list>ul li {
	padding: 0 20px;
}

.seedprod-menu-list>ul li:nth-of-type(1n+4) {
	display: none;
}

.woocommerce .products ul, .woocommerce ul.products {
	margin-bottom: 0 !important;
}

.sp-custom-col-span-1 {
	grid-column: span 1/span 1;
}

.sp-custom-col-span-2 {
	grid-column: span 2/span 2;
}

.sp-custom-col-span-3 {
	grid-column: span 3/span 3;
}

.sp-custom-col-span-4 {
	grid-column: span 4/span 4;
}

.sp-custom-col-span-5 {
	grid-column: span 5/span 5;
}

.sp-custom-col-span-6 {
	grid-column: span 6/span 6;
}

.sp-custom-col-span-7 {
	grid-column: span 7/span 7;
}

.sp-custom-col-span-8 {
	grid-column: span 8/span 8;
}

.sp-custom-col-span-9 {
	grid-column: span 9/span 9;
}

.sp-custom-col-span-10 {
	grid-column: span 10/span 10;
}

.sp-custom-col-span-11 {
	grid-column: span 11/span 11;
}

.sp-custom-col-span-12 {
	grid-column: span 12/span 12;
}

.sp-custom-col-span-full {
	grid-column: 1/-1;
}

.woocommerce .products ul, .woocommerce ul.products {
	margin-bottom: 0 !important;
}

.woocommerce .button.wp-element-button {
	padding: 10px;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
}

.gallery-item {
	margin-right: 10px;
	margin-bottom: 10px;
}

.sp-searchform button {
	background: #ccc;
}

.sp-searchform input {
	color: #444;
}

@media only screen and (max-width:480px) {}

.sp-postauthorbox-avatar img {
	border-radius: 9999px;
}

.sp-flex-none.sp-postauthorbox-avatar {
	flex: none;
}

.sp-p-2.sp-postauthorbox-avatar {
	padding: .5rem;
}

.sp-postcomments-wrapper .comments-area .avatar {
	border-radius: 9999px;
	float: left;
	margin: 0 10px 0 0;
	width: 48px;
	height: 48px;
	margin-left: -27px;
}

.sp-postcomments-wrapper .comments-area .says {
	display: none;
}

.sp-postcomments-wrapper .comments-area .comment-author {
	margin-top: -90px;
}

.sp-postcomments-wrapper .comments-area .fn {
	font-style: normal;
	margin: 5px 0 0 0;
	font-size: 18px;
}

.sp-postcomments-wrapper .comments-area .comment-metadata {
	font-size: 12px;
	margin-bottom: 45px;
}

.sp-postcomments-wrapper .comments-area .comment-body {
	border: 1px solid #ebebeb;
	padding: 30px 30px 10px 30px;
	margin-top: 75px;
	margin-bottom: 20px;
	position: relative;
}

.pingback .comment-body, .pingback .comment-author {
	margin-top: 0 !important;
}

.sp-postcomments-wrapper .comments-area .comment-body p {
	line-height: 1.625;
	margin-bottom: 25px;
}

.sp-postcomments-wrapper .comments-area .reply a {
	padding: 5px 10px;
	color: #444;
	text-decoration: none;
	background: #e9eaeb;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
}

.sp-postcomments-wrapper .comments-area .comment-form .logged-in-as {
	font-size: 12px;
}

.sp-postcomments-wrapper #comments ol {
	list-style: none;
}

.sp-postcomments-wrapper .comment-list {
	padding-left: 0;
}

.sp-postcomments-wrapper #comments .edit-link {
	text-decoration: underline;
}

.sp-postcomments-wrapper .sp-postcomments-no-display {
	display: none;
}

.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

.comment-form-author, .comment-form-email, .comment-form-cookies-consent {
	margin-bottom: 10px;
}

.sp-postcomments-wrapper .comments-area .comment-form label {
	display: block;
	font-size: 13px;
}

.sp-postcomments-wrapper .comments-area .comment-form textarea {
	height: 130px;
	max-width: 100%;
}

.sp-postcomments-wrapper .comments-area .comment-form .form-submit .submit {
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.8;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .2s ease;
	display: inline-block;
	width: auto;
	height: auto;
}

.sp-postcomments-wrapper .comment-form .commentpolicy {
	font-size: 13px;
	margin-bottom: 10px;
}

@media only screen and (min-width:480px) {}

.sp-postinfo-wrapper .sp-postinfo-item .sp-postinfo-author-avatar .avatar {
	border-radius: 9999px;
	width: 24px;
	height: 24px;
}

.sp-postinfo-wrapper .sp-postinfo-term-name a {
	color: inherit !important;
}

.sp-postcontent dl {
	margin: 0;
	padding: 0;
	margin-left: 1rem;
	margin-bottom: 20px;
}

.sp-postcontent table {
	background-color: #f8f8f8;
}

.sp-postcontent table td, .sp-postcontent table th {
	padding: 10px;
}

.sp-postcontent .alignright {
	float: right;
	padding: 0 0 0 15px;
}

.sp-postcontent .alignleft {
	float: left;
	padding: 0 15px 0 0;
}

.sp-menu-cart-wrapper .sp-menu-cart-item-count {
	top: -.4em;
	right: -.9em;
	position: absolute;
	padding-left: .5em;
	padding-right: .5em;
	padding-top: .25em;
	padding-bottom: .25em;
	line-height: 1;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	border-radius: 9999px;
}

.page-numbers {
	margin-right: 4px;
}

.blog .sp-type-archivetitle {
	display: none;
}

.sp-section-shape, .sp-row-shape, .sp-col-shape {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
}

.sp-section-top, .sp-row-top, .sp-col-top {
	top: 0;
}

.sp-section-bottom, .sp-row-bottom, .sp-col-bottom {
	bottom: 0;
}

.sp-section-bottom, .sp-row-bottom, .sp-col-bottom {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sp-section-shape .seedprod-shape-fill, .sp-row-shape .seedprod-shape-fill, .sp-col-shape .seedprod-shape-fill {
	fill: #fff;
}

.sp-add-to-cart-wrapper form.cart {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.sp-add-to-cart-wrapper form .qty {
	padding: 10px !important;
}

.sp-add-to-cart-wrapper form.variations_form div.single_variation_wrap {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}

.sp-add-to-cart-wrapper form.variations_form .single_variation_wrap .single_variation, .sp-add-to-cart-wrapper form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-description, .sp-add-to-cart-wrapper form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price {
	margin: 10px 0;
}

.sp-add-to-cart-wrapper form.variations_form div.single_variation_wrap .quantity {
	float: left;
	margin-right: .5rem;
}

.sp-add-to-cart-wrapper form.variations_form table td {
	border: 1px solid;
	padding: 10px;
}

.sp-add-to-cart-wrapper form.variations_form table {
	border-collapse: collapse;
	background-color: inherit;
	margin: 10px 0;
	min-width: 240px;
	width: 100%;
}

.sp-not-found {
	text-align: center;
	margin: 80px 20px;
	font-size: 32px;
}

.sp-mobile-view .sp-nav-wrapper li .sp-navmenu-list-items-divider {
	display: none;
}

.sp-tablet-view .sp-nav-wrapper li .sp-navmenu-list-items-divider {
	display: none;
}

.sp-tabbedlayout-horizontal {
	display: flex;
	flex-direction: column;
}

.sp-tabbedlayout-horizontal ul li a {
	border-width: 1px;
	border-color: rgba(222, 226, 230, 60%);
	border-bottom-style: none;
	cursor: pointer;
	padding: 3px 16px;
	border-bottom: 0;
}

.sp-tabbedlayout-horizontal ul li a.sp-active-tab {
	border-width: 1px;
	border-color: #dee2e6;
	border-bottom-style: none;
	background: #dee2e6;
}

.sp-tabbedlayout-horizontal .tab-content-area {
	border: 1px solid rgba(222, 226, 230, 60%);
	padding: 5px 10px;
}

.sp-tabbedlayout-vertical {
	display: flex;
	flex-direction: row;
}

.sp-tabbedlayout-vertical ul li a {
	border-width: 1px;
	border-color: rgba(222, 226, 230, 60%);
	cursor: pointer;
	padding: 3px 16px;
	border-right: 0;
}

.sp-tabbedlayout-vertical ul li a.sp-active-tab {
	border-width: 1px;
	border-color: #dee2e6;
	background: #eee;
}

.sp-tabbedlayout-vertical .tab-content-area {
	border: 1px solid rgba(222, 226, 230, 60%);
	padding: 5px 10px;
	flex-grow: 1;
}

.sp-additional-information-wrapper .woocommerce-product-attributes.shop_attributes {
	width: 100%;
	border-collapse: collapse;
	background-color: unset;
}

.sp-additional-information-wrapper .woocommerce-product-attributes.shop_attributes th, .sp-additional-information-wrapper .woocommerce-product-attributes.shop_attributes td {
	border: 1px solid #000;
	padding: 10px;
}

.woocommerce a.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151;
	background-color: #ebe9eb;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.sp-upsells-wrapper .up-sells ul.products, .sp-product-related-wrapper .related ul.products {
	list-style: none;
}

.sp-upsells-wrapper .up-sells .onsale, .sp-product-related-wrapper .related .onsale {
	min-width: 50px !important;
	min-height: 50px !important;
	font-size: 13px;
}

.sp-product-rating-wrapper .woocommerce.woocommerce-product-rating {
	margin: 0;
	align-items: center;
	display: flex;
}

.sp-product-data-tabs-wrapper .woocommerce-tabs ul.tabs li {
	display: inline-flex !important;
	display: -webkit-inline-box !important;
	margin: 0;
}

.sp-product-data-tabs-wrapper .woocommerce-tabs ul.tabs li a {
	padding: 10px 10px;
}

.sp-product-data-tabs-wrapper .woocommerce-tabs ul li.active a {
	box-shadow: none;
}

.sp-product-data-tabs-wrapper .woocommerce-tabs #tab-reviews #submit {
	float: none;
}

.wc-tabs li {
	background: #f8f8f8;
	padding: 6px;
}

.wc-tabs li.active {
	background: #f7f6f7;
}

.wc-tabs {
	margin-bottom: 10px;
}

.woocommerce-order-details h2, .woocommerce-customer-details h2 {
	margin-bottom: 10px;
}

.nav-menu-bar li.separator:last-child {
	display: none;
}

.sp-divider-wrapper .sp-divider.sp-divider-with-icon {
	display: flex;
}

.sp-divider-wrapper .sp-divider .sp-divider-separator {
	display: flex;
	align-items: center;
	flex-direction: row;
	width: 100%;
}

.sp-divider-wrapper .sp-divider .sp-divider-separator::after, .sp-divider-wrapper .sp-divider .sp-divider-separator::before {
	flex-grow: 1;
	-webkit-box-flex: 1;
}

.sp-divider-wrapper .sp-divider .sp-divider-text-block {
	padding: 0 10px;
}

.sp-divider-wrapper .sp-divider .sp-divider-text-block .sp-divider-text {
	font-size: 15px;
}

.sp_animated_start {
	opacity: 0;
}

.sp-counter-wrapper {
	flex-direction: column;
}

.sp-counter-wrapper .sp-counter-title, .sp-counter-wrapper .sp-counter-text-wrapper {
	display: flex;
}

.sp-counter-wrapper .sp-counter-text-wrapper .sp-counter-number-prefix, .sp-counter-wrapper .sp-counter-text-wrapper .sp-counter-number-suffix {
	white-space: pre-wrap;
}

.sp-hotspot-wrapper {
	position: relative;
}

.hotspot-wrapper {
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}

.hotspot-repeater-item {
	left: 50%;
	--hotspot-translate-x: 50%;
	top: 50%;
	--hotspot-translate-y: 50%;
}

.hotspot-item-inner-circle {
	border-radius: 50%;
	top: 50%;
	left: 50%;
	padding: 10px;
}

.hotspot-soft-beat {
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-name: hotspot-soft-beat;
	animation-name: hotspot-soft-beat;
}

.hotspot-expand {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	-webkit-animation-name: hotspot-expand;
	animation-name: hotspot-expand;
}

.sp-content-toggle-area input[type="checkbox"] {
	position: relative;
	width: 80px;
	height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: silver;
	outline: 0;
	border-radius: 2rem;
	cursor: pointer;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 50%);
}

.sp-content-toggle-area input[type="checkbox"]::before {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	transition: .5s;
}

.sp-content-toggle-area.sp-square input[type="checkbox"] {
	border-radius: 0;
}

.sp-content-toggle-area.sp-square input[type="checkbox"]::before {
	border-radius: 0;
}

.sp-content-toggle-area.sp-label input[type="checkbox"] {
	border-radius: 0;
}

.sp-content-toggle-area.sp-label input[type="checkbox"]:checked::before {
	content: "ON";
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp-content-toggle-area.sp-label input[type="checkbox"]::before {
	border-radius: 0;
	content: "OFF";
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp-content-toggle-area input[type="checkbox"]:checked::before {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	background: #fff;
}

.sp-content-toggle-area input[type="checkbox"]:checked {
	background: #696969;
}

.sp-contenttoggle-size-large .sp-content-toggle-area input[type="checkbox"] {
	width: 100px;
	height: 50px;
}

.sp-contenttoggle-size-large .sp-content-toggle-area input[type="checkbox"]::before {
	width: 50px;
	height: 50px;
}

.sp-contenttoggle-size-small .sp-content-toggle-area input[type="checkbox"] {
	width: 60px;
	height: 30px;
}

.sp-contenttoggle-size-small .sp-content-toggle-area input[type="checkbox"]::before {
	width: 30px;
	height: 30px;
}

.sp-contenttoggle-size-small .sp-content-toggle-area.sp-label input[type="checkbox"]::before {
	font-size: 12px;
}

.sp-contenttoggle-size-mini .sp-content-toggle-area input[type="checkbox"] {
	width: 40px;
	height: 20px;
}

.sp-contenttoggle-size-mini .sp-content-toggle-area input[type="checkbox"]::before {
	width: 20px;
	height: 20px;
}

.sp-contenttoggle-size-mini .sp-content-toggle-area.sp-label input[type="checkbox"]::before {
	font-size: 10px;
}

.post-password-form p input[type="submit"] {
	padding: 10px;
	cursor: pointer;
}

.sp-alert-info {
	background: #e1effe;
	color: #1a56db;
	border-color: #1a56db;
}

.sp-alert-success {
	background: #def7ec;
	color: #046c4e;
	border-color: #046c4e;
}

.sp-alert-warning {
	background: #fdf6b2;
	color: #8e4b10;
	border-color: #8e4b10;
}

.sp-alert-danger {
	background: #fde8e8;
	color: #c81e1e;
	border-color: #c81e1e;
}

.sp-alert-style-style1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
}

.sp-alert-style-style2 {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-width: 4px;
}

.sp-alert-style-style3 {
	border-left-width: 4px;
}

.sp-alert-style-style4 {
	border-width: 1px;
	border-radius: 15px;
}

.sp-alert-style-style4 .sp-alert-block-title-block {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.sp-alert-style-style3 .sp-alert-block-title, .sp-alert-style-style3 .sp-alert-block-title-block {
	padding-bottom: 0;
}

.sp-alert-style-style1 .sp-alert-block-title-block, .sp-alert-style-style2 .sp-alert-block-title-block {
	padding-bottom: 0;
}

.sp-alert-close {
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 3px;
	font-size: 20px;
	line-height: 1;
	background: transparent;
	color: inherit;
	border: 0;
	cursor: pointer;
}

.sp-alert-close:focus {
	outline: 0;
}

.sp-type-alert {
	position: relative;
}

.seedprod-business-review-wrapper {
	padding-right: calc(25px / 2);
	padding-left: calc(25px / 2);
	margin-bottom: 25px;
	text-align: center;
}

.seedprod-business-review-image {
	width: 60px;
	height: 60px;
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 50%;
}

.sp-busines-review-block-preview.review-display-grid.review-grid_column-1 .seedprod-business-review-wrapper, .sp-busines-review-block-preview.review-display-carousel.review-carousel-1 .seedprod-business-review-wrapper {
	width: 100%;
}

.sp-busines-review-block-preview.review-display-grid.review-grid_column-2 .seedprod-business-review-wrapper, .sp-busines-review-block-preview.review-display-carousel.review-carousel-2 .seedprod-business-review-wrapper {
	width: 50%;
}

.sp-busines-review-block-preview.review-display-grid.review-grid_column-3 .seedprod-business-review-wrapper, .sp-busines-review-block-preview.review-display-carousel.review-carousel-3 .seedprod-business-review-wrapper {
	width: 33.33%;
}

.sp-busines-review-block-preview.review-display-grid.review-grid_column-4 .seedprod-business-review-wrapper, .sp-busines-review-block-preview.review-display-carousel.review-carousel-4 .seedprod-business-review-wrapper {
	width: 25%;
}

.sp-busines-review-block-preview.review-display-grid.review-grid_column-5 .seedprod-business-review-wrapper, .sp-busines-review-block-preview.review-display-carousel.review-carousel-5 .seedprod-business-review-wrapper {
	width: 20%;
}

.sp-busines-review-block-preview.review-display-grid .seedprod-business-reviews-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.sp-busines-review-block-preview.review-display-carousel .seedprod-business-reviews-block {
	display: flex;
	grid-gap: .5rem;
	gap: .5rem;
	text-align: left;
	z-index: 0;
}

.fa-star-yellow {
	color: #f29b2c;
}

.fa-star-gray {
	color: #aab2ba;
}

@media only screen and (max-width:786px) {
	.seedprod-business-review-wrapper {
		padding-right: calc(10px / 2);
		padding-left: calc(10px / 2);
		margin-bottom: 10px;
		text-align: center;
	}
}

.sp-particle-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery {
	position: relative;
	margin-bottom: 2.617924em;
	margin-top: 0;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .875em;
	right: .875em;
	display: block;
	height: 2em;
	width: 2em;
	border-radius: 3px;
	z-index: 99;
	text-align: center;
	text-indent: -999px;
	overflow: hidden;
	text-decoration: none;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	display: block;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-weight: 900;
	line-height: 1;
	line-height: inherit;
	line-height: 2;
	font-family: "Font Awesome 5 Free";
	vertical-align: baseline;
	content: "";
	text-indent: 0;
	text-decoration: none;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
	list-style: decimal;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1.618em;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery .zoomImg {
	background-color: #fff;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery img {
	width: 100%;
	height: auto;
	box-shadow: none;
	margin: 0;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
	display: flow-root;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery .flex-control-thumbs::before, .woocommerce-product-gallery .flex-control-thumbs::after {
	content: "";
	display: table;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
	transition: all, ease, .2s;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.sp-product-gallery-images-shortcode .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	margin-bottom: 10px;
	cursor: pointer;
	width: 14.2857142857%;
	float: left;
	margin-right: 14.2857142857%;
}

#edd_purchase_form_wrap .edd-submit {
	margin-top: 10px;
}

#edd_checkout_wrap table#edd_checkout_cart {
	border-collapse: collapse !important;
}

.edd_downloads_list .edd_go_to_checkout {
	margin-top: 10px;
}

.edd_downloads_list .edd_download div.edd_download_image {
	margin-bottom: 1rem;
}

.edd_downloads_list .edd_download .edd_download_title {
	margin-bottom: 1rem;
}

.edd_downloads_list .edd_download div.edd_download_full_content {
	margin-bottom: 1rem;
}

.edd_downloads_list .edd_download div.edd_price {
	margin-bottom: 1rem;
}

.edd_downloads_list .edd_download div.edd_download_buy_button {
	margin-bottom: 1rem;
}

.edd_downloads_list .edd_download div.edd_download_excerpt {
	margin-bottom: 1rem;
}

.edd_downloads_list .edd_download .edd_download_quantity_wrapper {
	margin-bottom: 1rem;
}

.sp-edd-cart-wrapper .edd-cart-number-of-items {
	margin-bottom: 10px;
	padding: 10px;
}

.sp-edd-cart-wrapper ul.edd-cart {
	list-style: none;
	padding: 10px;
}

.sp-edd-cart-wrapper li.edd-cart-item {
	text-align: end;
}

.sp-edd-cart-wrapper li span.edd-cart-item-title {
	float: left;
}

.sp-edd-cart-wrapper .edd-cart-item .edd-cart-item-separator {
	display: none !important;
}

.sp-edd-cart-wrapper li.edd-cart-meta.edd_total {
	margin-bottom: 1rem;
	text-align: right;
}

.sp-edd-cart-wrapper li.cart_item.edd_checkout a.sp-button {
	padding: 6px 12px;
}

.sp-edd-cart-wrapper ul.edd-cart li:not(.edd_checkout) {
	padding: 1rem;
}

.sp-edd-cart-wrapper li.cart_item.edd_checkout {
	margin-bottom: 1rem;
}

.edd_download_purchase_form input[type="number"], .edd_download_purchase_form input[type="tel"], .edd_download_purchase_form input[type="text"], .edd_download_purchase_form input[type="password"], .edd_download_purchase_form input[type="email"], .edd_download_purchase_form select {
	padding: 10px;
}

.sp-video-pop-up-block .sp-video-wrapper .sp-video-responsive, .sp-video-pop-up-block .sp-video-responsive-video {
	height: 100%;
	width: 100%;
}

.sp-video-pop-up-block .sp-video-wrapper .sp-video-responsive-video video {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.sp-video-pop-up-block .sp-video-responsive-video {
	overflow: hidden;
	position: relative;
}

.sp-video-pop-up-block .sp-video-wrapper-sticky {
	height: 500px;
}

.sp-video-pop-up-block .sp-video-responsive-sticky {
	position: fixed;
	right: 15px;
	bottom: 15px;
	max-width: 550px;
	width: 500px;
	z-index: 9999;
}

.sp-video-pop-up-block .sp-video-pop-up-banner-sticky {
	position: fixed;
	right: 15px;
	bottom: 330px;
	max-width: 550px !important;
	width: 500px !important;
	z-index: 9999;
}

.sp-video-pop-up-block .sp-video-pop-up-banner-custom-sticky {
	position: fixed;
	right: 15px;
	bottom: 295px;
	max-width: 550px !important;
	width: 500px !important;
	z-index: 9999;
}

.sp-video-pop-up-block .sp-video-pop-up-banner-vimeo-sticky {
	position: fixed;
	right: 15px;
	bottom: 313px;
	max-width: 550px !important;
	width: 500px !important;
	z-index: 9999;
}

.sp-video-pop-up-block .sp-video-pop-up-banner {
	width: 100%;
}

.sp-video-pop-up-block .sp-video-pop-up-banner-text {
	padding: 5px;
}

.sp-video-pop-up-block .sp-video-responsive-sticky iframe, .sp-video-pop-up-block .sp-video-responsive-sticky video {
	position: fixed !important;
	right: 15px;
	bottom: 15px;
	max-width: 550px;
	width: 500px;
}

.sp-video-pop-up-block .sp-video-wrapper a.sp-video-responsive {
	display: block !important;
	color: inherit !important;
}

.sp-video-pop-up-block .sp-video-pop-up-placeholder {
	display: none !important;
}

.sp-video-pop-up-block .sp-video-pop-up-overlay-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	cursor: pointer;
}

.sp-video-pop-up-block .sp-video-pop-up-overlay-play-icon-display {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sp-video-pop-up-block .sp-video-pop-up-teaser-video-play-icon-display {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.sp-video-pop-up-block .sp-video-pop-up-teaser-video-play-icon-display i {
	cursor: pointer;
}

.sp-video-pop-up-block .video-pop-up-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, .7);
}

.sp-video-pop-up-block .video-pop-up-modal .modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

.sp-video-pop-up-block .video-pop-up-modal .close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.sp-video-pop-up-block .video-pop-up-modal .close:hover, .sp-video-pop-up-block .video-pop-up-modal .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.sp-video-pop-up-block .sp-video-wrapper, .sp-video-pop-up-block .sp-video-responsive {
	transition: all .3s ease;
}

.sp-video-pop-up-block .sp-video-wrapper-sticky, .sp-video-pop-up-block .sp-video-responsive-sticky {
	transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out;
	transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
}

.sp-skin-card .sp-posts-single-block .sp-container-badge {
	position: absolute;
	right: 0;
	top: 0;
	padding: .1em 1.2em;
	background: black;
	margin: 10px;
	color: #fff;
	border-radius: 15px;
}

.sp-skin-card .sp-posts-single-block .sp-container-avatar {
	position: relative;
	padding: 0 30px;
	width: 100%;
	top: -25px;
	height: 0;
	pointer-events: none;
}

.sp-skin-card .sp-posts-single-block .sp-container-avatar img {
	border-radius: 50%;
	width: 60px;
	pointer-events: all;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sp-skin-card .post-text-container {
	flex-grow: 1;
}

.sp-columns-1.sp-post-masonary-true .sp-posts-single-block {
	width: 100%;
}

.sp-columns-2.sp-post-masonary-true .sp-posts-single-block {
	width: 50%;
}

.sp-columns-3.sp-post-masonary-true .sp-posts-single-block {
	width: 33.33%;
}

.sp-columns-4.sp-post-masonary-true .sp-posts-single-block {
	width: 25%;
}

.sp-columns-5.sp-post-masonary-true .sp-posts-single-block {
	width: 20%;
}

.sp-layout-masonary {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.sp-layout-masonary .seedprod-masonary-post-block {
	display: flex;
	flex-wrap: wrap;
}

.sp-creative-posts .sp-posts-inner-block {
	display: flex;
	position: relative;
	flex-direction: row;
}

.sp-creative-posts .sp-posts-inner-block .sp-thumbnail {
	width: calc(100% - 50%);
}

.sp-creative-posts .sp-posts-inner-block.post_no_image {
	padding: 30px 5px;
}

.sp-creative-posts .sp-posts-inner-block.post_no_image .sp-post-text-container {
	width: 100%;
}

.sp-posts-single-block .sp-container-badge {
	padding: 4px 10px;
}

.sp-creative-posts .sp-posts-inner-block.sp-right-side-image {
	flex-direction: row-reverse;
}

.sp-creative-posts .sp-posts-inner-block.sp-left-side-image:not(.post_no_image) .sp-post-text-container {
	margin-left: -30px;
}

.sp-creative-posts .sp-posts-inner-block.sp-right-side-image:not(.post_no_image) .sp-post-text-container {
	margin-right: -30px;
}

.sp-creative-posts .sp-posts-inner-block:not(.post_no_image) .sp-post-text-container {
	width: calc(50% + 25px);
	margin-top: 30px;
	margin-bottom: 30px;
}

.sp-creative-posts .sp-posts-inner-block .sp-post-text-container {
	background-color: #fff;
	padding: 30px 30px 30px 30px;
	box-shadow: 0 1px 25px rgba(0, 0, 0, .05);
	z-index: 1;
}

.sp-skin-minimal .sp-posts-single-block.sp-minimal-posts:first-child {
	border-top: 0;
}

.sp-skin-minimal .sp-posts-single-block.sp-minimal-posts {
	padding: 1rem 2px;
	margin: 0;
}

.sp-skin-minimal.sp-layout-masonary .sp-posts-single-block.sp-minimal-posts {
	padding: 1rem 6px;
}

.sp-minimal-posts .sp-posts-inner-block {
	display: flex;
	position: relative;
	flex-direction: row;
}

.sp-minimal-posts .sp-posts-inner-block .sp-thumbnail {
	width: calc(100% - 70%);
}

.sp-minimal-posts .sp-posts-inner-block.post_no_image .sp-post-text-container {
	width: 100%;
}

.sp-minimal-posts .sp-posts-inner-block.sp-right-side-image {
	flex-direction: row-reverse;
}

.sp-minimal-posts .sp-posts-inner-block.sp-left-side-image:not(.post_no_image) .sp-post-text-container {
	margin-left: 0;
}

.sp-minimal-posts .sp-posts-inner-block.sp-right-side-image:not(.post_no_image) .sp-post-text-container {
	margin-right: 0;
}

.sp-minimal-posts .sp-posts-inner-block:not(.post_no_image) .sp-post-text-container {
	width: 70%;
}

.sp-minimal-posts .sp-posts-inner-block .sp-post-text-container {
	padding: 20px 20px 20px 20px;
	z-index: 1;
}

.sp-minimal-posts .sp-thumbnail {
	border-radius: 15px;
}

.sp-news-posts .sp-featured-image {
	margin-bottom: 5px;
}

.sp-layout-gridlayout.sp-skin-news.sp-gap-4 {
	grid-gap: 0;
	gap: 0;
}

.sp-posts-single-block.sp-news-posts:first-child {
	border-left: 0;
}

.sp-posts-single-block.sp-news-posts {
	border-left: 1px solid;
	padding: 0 1rem;
	margin-bottom: 10px;
}

.seedprod-carousel-post-block .sp-posts-single-block.sp-card-posts, .sp-skin-minimal .seedprod-carousel-post-block .sp-posts-single-block.sp-minimal-posts {
	margin: 0 10px;
}

.seedprod-carousel-post-block .sp-posts-single-block {
	margin: 0 10px;
}

.sp-layout-gridlayout.sp-skin-minimal.sp-gap-4 {
	grid-gap: 0;
	gap: 0;
}

.sp-layout-gridlayout .sp-posts-single-block.sp-minimal-posts {
	margin: 0 10px;
}

.sp-featured-image .sp-posts-image-link, .sp-featured-image .sp-posts-image-link img {
	width: 100%;
}

.sp-posts-block-wrapper .sp-layout-carousel {
	display: flex;
	flex-direction: column;
}

.sp-posts-block-wrapper .seedprod-carousel-post-block {
	display: flex;
}

.sp-layout-masonary {
	grid-gap: 1rem;
	gap: 1rem;
	row-gap: 1rem;
}

.sp-layout-masonary .sp-posts-single-block {
	padding: 5px;
	margin-bottom: .5rem;
}

.sp-grid-cols-1.sp-layout-masonary .sp-posts-single-block {
	width: 100%;
}

.sp-grid-cols-2.sp-layout-masonary .sp-posts-single-block {
	width: calc(50% - 1rem);
	margin: .5rem;
}

.sp-grid-cols-3.sp-layout-masonary .sp-posts-single-block {
	width: calc(33.33% - 1rem);
	margin: .5rem;
}

.sp-grid-cols-4.sp-layout-masonary .sp-posts-single-block {
	width: calc(25% - 1rem);
	margin: .5rem;
}

.sp-grid-cols-5.sp-layout-masonary .sp-posts-single-block {
	width: calc(20% - 1rem);
	margin: .5rem;
}

.sp-grid-cols-1.seedprod-carousel-post-block .sp-posts-single-block {
	width: 100%;
}

.sp-grid-cols-2.seedprod-carousel-post-block .sp-posts-single-block {
	width: 50%;
}

.sp-grid-cols-3.seedprod-carousel-post-block .sp-posts-single-block {
	width: 33.33%;
}

.sp-grid-cols-4.seedprod-carousel-post-block .sp-posts-single-block {
	width: 25%;
}

.sp-grid-cols-5.seedprod-carousel-post-block .sp-posts-single-block {
	width: 20%;
}

.sp-gap-4 .seedprod-carousel-post-block {
	grid-gap: 0;
	gap: 0;
}

.sp-layout-carousel .sp-posts-single-block.show-carousel-area {
	transition: opacity .3s linear 0s;
	opacity: 1;
	z-index: 999;
}

.sp-layout-carousel .sp-posts-single-block.hidden-carousel-area {
	opacity: 0;
	position: absolute;
}

.sp-layout-masonary .sp-posts-single-block.sp-news-posts {
	border-left: 0;
}

.sp-skin-block .sp-posts-image img {
	width: 100%;
}

.seedprod-carousel-post-block .sp-posts-single-block.sp-minimal-posts, .sp-layout-masonary .sp-posts-single-block.sp-minimal-posts {
	border-top: 0;
}

.woocommerce-page .widget-content-block .select2-container .select2-search__field, .woocommerce-page .select2-container .select2-selection {
	height: auto;
}

.woocommerce-page .widget-content-block .select2-container .select2-selection.select2-selection--single {
	min-height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}

@media screen and (max-width:768px) {
	.image-preview-container #preview-image, .image-preview-container #preview-image {
		width: auto !important;
		height: auto !important;
		max-width: 100vw !important;
		max-height: 100vh !important;
		position: fixed !important;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
		-o-object-fit: contain !important;
		object-fit: contain !important;
	}
}

.sp-line-through {
	text-decoration: line-through;
}

@media (min-width:640px) {}