/*!
Theme Name: wpmet
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 2.1.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpmet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

wpmet is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Helper Classes
# Typography
# Elements
# Forms
# Header
	## Links
	## Menus
# Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
	font-family: 'elementskit';
	src: url("/wp-content/themes/wpmet/assets/fonts/elementskit.ttf?y24e1e") format("truetype"),
	url("/wp-content/themes/wpmet/assets/fonts/elementskit.woff?y24e1e") format("woff"),
	url("/wp-content/themes/wpmet/assets/fonts/elementskit.svg?y24e1e#elementskit") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

	 html {
	 	line-height: 1.15;
	 	/* 1 */
	 	-webkit-text-size-adjust: 100%;
	 	/* 2 */
	 }

/* Sections
========================================================================== */


body {
	margin: 0;
	padding: 0;
	color: #667085;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	font-family: "Inter", sans-serif;
}

section.page {
	background-color: #F2F3F3;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	height: 0;
	overflow: visible;
	box-sizing: content-box;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

	 a {
	 	background-color: transparent;
	 }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

	 abbr[title] {
	 	border-bottom: none;
	 	/* 1 */
	 	text-decoration: underline;
	 	/* 2 */
	 	text-decoration: underline dotted;
	 	/* 2 */
	 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

	 b,
	 strong {
	 	font-weight: bolder;
	 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

	 code,
	 kbd,
	 samp {
	 	font-family: monospace, monospace;
	 	/* 1 */
	 	font-size: 1em;
	 	/* 2 */
	 }

/**
 * Add the correct font size in all browsers.
 */

	 small {
	 	font-size: 80%;
	 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

	 sub,
	 sup {
	 	font-size: 75%;
	 	line-height: 0;
	 	position: relative;
	 	vertical-align: baseline;
	 }

	 sub {
	 	bottom: -0.25em;
	 }

	 sup {
	 	top: -0.5em;
	 }

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

	 img {
	 	border-style: none;
	 }

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

	 button,
	 optgroup,
	 select,
	 textarea {
	 	font-family: inherit;
	 	/* 1 */
	 	font-size: 100%;
	 	/* 1 */
	 	line-height: 1.15;
	 	/* 1 */
	 	margin: 0;
	 	/* 2 */
	 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

	 button {
	 	overflow: visible;
	 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

	 button,
	 select {
	 	/* 1 */
	 	text-transform: none;
	 }

/**
 * Remove the inner border and padding in Firefox.
 */

	 button::-moz-focus-inner,
	 [type="button"]::-moz-focus-inner,
	 [type="reset"]::-moz-focus-inner,
	 [type="submit"]::-moz-focus-inner {
	 	border-style: none;
	 	padding: 0;
	 }

/**
 * Restore the focus styles unset by the previous rule.
 */

	 button:-moz-focusring,
	 [type="button"]:-moz-focusring,
	 [type="reset"]:-moz-focusring,
	 [type="submit"]:-moz-focusring {
	 	outline: 1px dotted ButtonText;
	 }

/**
 * Correct the padding in Firefox.
 */

	 fieldset {
	 	margin: 0;
	 	padding: 0;
	 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

	 legend {
	 	box-sizing: border-box;
	 	/* 1 */
	 	color: inherit;
	 	/* 2 */
	 	display: table;
	 	/* 1 */
	 	max-width: 100%;
	 	/* 1 */
	 	padding: 0;
	 	/* 3 */
	 	white-space: normal;
	 	/* 1 */
	 }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

	 progress {
	 	vertical-align: baseline;
	 }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

	 textarea {
	 	overflow: auto;
	 }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

	 [type="checkbox"],
	 [type="radio"] {
	 	box-sizing: border-box;
	 	/* 1 */
	 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

	 [type="number"]::-webkit-inner-spin-button,
	 [type="number"]::-webkit-outer-spin-button {
	 	height: auto;
	 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

	 [type="search"] {
	 	-webkit-appearance: textfield;
	 	/* 1 */
	 	outline-offset: -2px;
	 	/* 2 */
	 }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

	 [type="search"]::-webkit-search-decoration {
	 	-webkit-appearance: none;
	 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

	 ::-webkit-file-upload-button {
	 	-webkit-appearance: button;
	 	/* 1 */
	 	font: inherit;
	 	/* 2 */
	 }

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

	 details {
	 	display: block;
	 }

/*
 * Add the correct display in all browsers.
 */

	 summary {
	 	display: list-item;
	 }

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

	 template {
	 	display: none;
	 }

/**
 * Add the correct display in IE 10.
 */

	 [hidden] {
	 	display: none;
	 }

/*
 * Helper Classes - Start
*/
	 .container {
	 	max-width: 1200px;
	 	padding-left: 15px;
	 	padding-right: 15px;
	 	margin-left: auto;
	 	margin-right: auto;
	 }
	 @media (max-width: 1024px) {
	 	.container {
	 		max-width: 730px;
	 	}
	 }
/*
 * Helper Classes - End
*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
optgroup {
	color: #313636;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000000;
}

p {
	margin-top: 0;
	margin-bottom: 1.5em;
}

p:last-child {
	margin-bottom: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input,
select,
textarea {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 15px 30px;
	color: #313636;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 3px;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	overflow: visible;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #acacac;
}

input[disabled],
select[disabled],
textarea[disabled] {
	background-color: #e7e7e7;
}

input:focus {
	outline: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
	vertical-align: -1px;
}

textarea {
	width: 100%;
	height: auto;
}

button[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
#edd-purchase-button,
.edd-submit,
.edd-submit[type=submit] {
	width: auto;
	height: 52px;
	padding: 14px 80px;
	border-width: 0;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(#5e61ff), to(#2d35ee));
	background: -webkit-linear-gradient(left, #5e61ff, #2d35ee);
	background: -o-linear-gradient(left, #5e61ff, #2d35ee);
	background: linear-gradient(to right, #5e61ff, #2d35ee);
	font-size: 16px;
	line-height: 1.5;
	cursor: pointer;
	-webkit-appearance: button;
	outline: 0;
}

button[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#edd-purchase-button:hover,
.edd-submit:hover,
.edd-submit[type=submit]:hover {
	background: -webkit-gradient(linear, left top, right top, from(#2d35ee), to(#5e61ff));
	background: -webkit-linear-gradient(left, #2d35ee, #5e61ff);
	background: -o-linear-gradient(left, #2d35ee, #5e61ff);
	background: linear-gradient(to right, #2d35ee, #5e61ff);
}

.edd-submit.button:focus,
[type=submit].edd-submit:focus {
	outline: 0;
}
#edd_checkout_form_wrap label{line-height: 130%;}

/*
 * Links Style - Start
*/
a {
	color: #2d35ee;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #2d35ee;
}
a:focus {
	outline: 0;
}
a:hover,
a:active {
	outline: 0;
}
/*
 * Links Style - End
*/

/*
 * Site Header - Start
*/
.site-header {
	background-color: #FFFFFF;
}
.header-inner {
	height: 72px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 575px) {
	.header-inner {
		height: 60px;
	}
}
.header-logo {
	max-width: 163px;
}
.header-logo>a {
	display: block;
}
.page-title {
	color: #313636;
	font-size: 36px;
	margin-bottom: 0;
	font-weight: 400;
	margin-top: -10px;
	text-align: center;
}

.wpmet_nav_links>ul {
	gap: 10px;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	align-items: center;
}
.wpmet_nav_links>ul>li>a {
	gap: 10px;
	display: flex;
	color: #313636;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 600;
	align-items: center;
	text-decoration: none;
	text-transform: capitalize;
	transition: .3s ease-in-out;
	font-family: "Inter", sans-serif;
}
.wpmet_nav_links>ul>li:last-child>a {
	gap: 6px;
	border-radius: 8px;
	padding: 6px 14px 7px;
	background-color: #FFFFFF;
	border: 1px solid #D0D5DD;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.wpmet_nav_links>ul>li:last-child>a:hover {
	color: #FFFFFF;
	border-color: #2D60F6;
	background-color: #2D60F6;
	box-shadow: 0px 1px 2px rgba(45, 96, 246, 0.05);
}

.wpmet_nav_links>ul>li>a:hover,
.wpmet_nav_links>ul>li>a.active {
}

.wpmet_nav_links>ul>li>a>img:first-child {
	width: 16px;
	display: block;
	flex: 0 0 auto;
	display: none !important;
}

.wpmet_nav_links>ul>li>a>img:last-child {
	width: 36px;
	flex: 0 0 auto;
	border-radius: 8px;
}

@media (max-width: 575px) {
	.wpmet_nav_links>ul>li:last-child>a {
		padding: 4px 10px;
	}
	.wpmet_nav_links>ul>li>a {
		font-size: 12px;
	}
	.wpmet_nav_links>ul>li>a>img:last-child {
		width: 28px;
	}
	.wpmet_nav_links>ul {
		gap: 6px;
	}
	.primary-menu {
		margin-right: 16px;
	}
}

.primary-menu>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	font-weight: 500;
	z-index: 999;
}

.primary-menu > ul > li {
	position: relative;
	z-index: 0;
}

.primary-menu>ul>li:not(:last-child) {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #D0D5DD;
}

.primary-menu>ul>li:last-child {
	margin-right: 0;
}

.primary-menu>ul>li>a {
	display: flex;
	color: #313636;
	line-height: 1;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: 500;
	align-items: center;
	transition: color .3s;
	text-decoration: none;
	font-family: "Inter", sans-serif;
}

.primary-menu>ul>li:hover>a,
.primary-menu>ul>li.current-menu-item>a {
	color: #2d35ee;
}

.primary-menu>ul>li>a>img:first-child {
	display: block;
	width: 16px;
	margin-right: 9px;
}

.primary-menu>ul>li>a>img:last-child {
	width: 30px;
	margin-left: 10px;
	border-radius: 50%;
}

.primary-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	margin: 38px 0 0;
	padding: 10px 0;
	list-style: none;
	background-color: #FFFFFF;
	border: 1px solid #dadada;
	box-shadow: 0 10px 30px 0px rgba(45, 45, 45, 0.2);
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}
.primary-menu li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.primary-menu .sub-menu:before {
	content: " ";
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	bottom: 0px;
	cursor: pointer;
	z-index: -1;
}

.primary-menu .sub-menu > li > a {
	display: block;
	padding: 10px 20px;
	color: #313636;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.primary-menu .sub-menu > li > a:hover {
	color: #2d35ee;
}

@media (min-width: 992px) {
	.primary-menu .sub-menu {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.primary-menu {
		margin-left: auto;
		margin-right: 12px;
	}

	.primary-menu > .menu {
		background-color: #FFFFFF;
		max-width: 350px;
		width: 100%;
		position: fixed;
		top: 0;
		left: -450px;
		height: 100%;
		padding: 0 30px;
		-webkit-box-shadow: 0px 10px 30px 0px rgba(255, 165, 0, 0);
		box-shadow: 0px 10px 30px 0px rgba(255, 165, 0, 0);
		overflow-y: auto;
		overflow-x: hidden;
		padding-top: 20px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
		-o-transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
		transition: left 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 0ms;
	}
	.primary-menu > .menu.active {
		left: 0;
	}
	.primary-menu > .menu > li {
		width: 100%;
		border-width: 0;
	}

	.primary-menu > .menu > li:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
	}

	.primary-menu > .menu > li > a {
		padding: 8px 20px;
	}

	.primary-menu > .menu:before {
		top: 15px;
		right: 15px;
		width: 50px;
		height: 50px;
		content: "x";
		z-index: 9999;
		color: #344054;
		font-size: 22px;
		position: absolute;
		line-height: 48px;
		text-align: center;
		border-radius: 100%;
		background-color: #F9FAFB;
	}

	.primary-menu .sub-menu {
		display: none;
		position: relative;
		top: 0;
		margin-top: 0;
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 0;
		padding-bottom: 0;
		background-color: transparent;
		border-width: 0;
		box-shadow: none;
	}
	.primary-menu .sub-menu:hover {
		opacity: 0;
		visibility: hidden;
	}
}

.primary-menu > .menu > .logo_wrap {
	padding: 0 20px 30px;
}
.primary-menu > .menu > .logo_wrap > img {
	max-width: 120px;
}
@media (min-width: 992px) {
	.primary-menu > .menu > .logo_wrap {
		display: none;
	}
}

.primary-menu > .elementskit-menu-hamburger {
	gap: 5px;
	padding: 0;
	width: 20px;
	border: none;
	display: flex;
	outline: none;
	cursor: pointer;
	background: none;
	flex-direction: column;
	transition: .3s ease-in-out;
}
.primary-menu > .elementskit-menu-hamburger > span {
	height: 2px;
	width: 100%;
	flex: 0 0 auto;
	display: block;
	background-color: #D0D5DD;
}
@media (min-width: 992px) {
	.primary-menu > .elementskit-menu-hamburger {
		display: none;
	}
}

.elementskit-menu-overlay {
	display: block;
	position: fixed;
	z-index: 14;
	top: 0;
	left: -110%;
	height: 100%;
	width: 100%;
	background-color: rgba(51, 51, 51, 0.5);
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
	-o-transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
	transition: all 600ms cubic-bezier(0.6, 0.1, 0.68, 0.53) 400ms;
}
.elementskit-menu-overlay.active {
	left: 0%;
	-webkit-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
	-o-transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
	transition: all 600ms cubic-bezier(0.22, 0.61, 0.24, 1) 0ms;
}
@media (min-width: 992px) {
	.elementskit-menu-overlay {
		display: none;
	}
}
/*
 * Site Header - End
*/

/*
 * Page Style - Start
*/
.page.type-page {
	padding: 80px 0;
}
/*
 * Page Style - End
*/

/*
 * Site Footer - Start
*/
.site-footer {
	padding: 33px 0;
	background-color: #FFFFFF;
}
.footer-row {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	align-items: center;
	justify-content: space-between;
}
.footer-row >* {
	padding-left: 15px;
	padding-right: 15px;
}
.footer-copyright {
	color: #344054;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	font-family: "Inter", sans-serif;
}
.footer-useful-links {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 44px;
}
.footer-useful-links > li {
	gap: 8px;
	color: #344054;
	font-size: 12px;
	list-style: none;
	font-weight: 400;
	line-height: 18px;
	position: relative;
	align-items: center;
	display: inline-flex;
	font-family: "Inter", sans-serif;
}
.footer-useful-links > li:before {
	width: 4px;
	height: 4px;
	content: '';
	flex: 0 0 auto;
	border-radius: 100%;
	display: inline-block;
	background-color: #344054;
}
.footer-useful-links > li > a {
	color: inherit;
	text-decoration: none;
	transition: .3s ease-in-out;
}
.footer-useful-links > li:hover > a {
	color: #2D60F6;
}
@media (max-width: 1024px) {
	.footer-useful-links {
		gap: 6px 24px;
	}
}
/*
 * Site Footer - End
*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

.custom-logo-link>img {
	display: block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/** Affiliate Area **/
.affwp-form {
	max-width: 730px;
	margin-left: auto;
	margin-right: auto;
}
.affwp-form>fieldset>legend {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 95px;
	color: #333;
	font-size: 18px;
	text-align: center;
	width: 100%;
}

#affwp-affiliate-dashboard {
	max-width: 90%;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}
@media (min-width: 992px) {

	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs {
		margin-bottom: 20px;
		float: left;
		overflow: hidden;
		display: block;

		padding: 20px 20px 0;
		border: 1px solid #EDEDED;
		margin-right: 20px;
	}

	#affwp-affiliate-dashboard #affwp-affiliate-dashboard-tabs li{
		display: block;
		padding: 15px 20px;
		border-bottom: 1px solid #EDEDED;
	}


	#affwp-affiliate-dashboard .affwp-tab-content {
		float: left;
		overflow: hidden;
		display: block;
	}
	#affwp-affiliate-dashboard .affwp-tab-content select {
		display: inline;
		width: auto;

	}
	#affwp-affiliate-dashboard .affwp-tab-content .affwp-graph{
		min-width: 600px;
	}
	#affwp-affiliate-dashboard .affwp-affiliate-link__display input{
		width: auto;
	}

}

.affwp-form>fieldset {
	margin-left: -10px;
	margin-right: -10px;
}

.affwp-form>fieldset:after {
	content: " ";
	display: block;
	clear: both;
}

.affwp-form>fieldset>legend,
.affwp-form>fieldset>p {
	padding-left: 10px;
	padding-right: 10px;
}

.affwp-form>fieldset>p {
	float: left;
	width: 50%;
}

body.logged-in .affwp-form>fieldset>p:nth-last-child(4),
body.logged-in .affwp-form>fieldset>p:nth-last-child(3),
body.logged-in .affwp-form>fieldset>p:nth-last-child(2),
body:not(.logged-in) .affwp-form>fieldset>p:nth-last-child(6),
body:not(.logged-in) .affwp-form>fieldset>p:nth-last-child(2) {
	width: 100%;
}

.affwp-form>fieldset>p:last-child {
	width: auto;
}

.affwp-form>fieldset>p>label,
body.page form.envato-for-edd-form label {
	display: inline-block;
	margin-bottom: 9px;
	color: #313636;
	font-size: 16px;
	font-weight: 500;
}

.affwp-form input[type="submit"] {
	margin-top: 6px;
}

.affwp-form .custom-checkbox {
	z-index: 0;
	position: relative;
	padding: 2px 0 0 28px;
}
.affwp-form .custom-checkbox > input {
	display: none;
}
.affwp-form .custom-checkbox > a {
	position: relative;
	padding-left: 23px;
	font-size: 16px;
	z-index: 0;
}
.affwp-form .custom-checkbox > a + span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	z-index: 1;
}
.affwp-form .custom-checkbox > span:before {
	left: 0;
	top: -1px;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 3px;
	border: 1px solid #DAE2E9;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
}
.affwp-form .custom-checkbox > input:checked + span:before {
	border-color: #2d35ee !important;
}
.affwp-form .custom-checkbox > span:after {
	top: 2px;
	left: 3px;
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	background-color: #2d35ee;
	border-radius: 2px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.affwp-form .custom-checkbox > input:checked + span:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#affwp-login-form > fieldset > legend {
	padding-top: 60px;
	padding-bottom: 20px;
}
#affwp-login-form > fieldset > p:nth-child(3) {
	width: 100%;
}
#affwp-login-form > fieldset > p:nth-child(4) {
	width: 100%;
}
#affwp-login-form > fieldset > p:nth-child(4) > label > input {
	display: inline;
}
#affwp-login-form > fieldset > p:nth-child(4) > label > span {
	display: none;
}


/** Envato Page **/
body.page form.envato-for-edd-form {
	max-width: 730px;
	padding-top: 88px;
	text-align: left;
}

body form.envato-for-edd-form .input-wrapper {
	margin-bottom: 0;
}

body.page form.envato-for-edd-form input:not([type="submit"]) {
	margin-bottom: 24px;
	padding: 15px 30px;
	color: #313636;
	background-color: #fff;
	border-color: #e7e7e7;
	border-radius: 3px;
}

body.page form.envato-for-edd-form input:not([type="submit"]):focus {
	border-color: #acacac;
}

.edd-gateway-option {
	cursor: pointer;
}

#edd_checkout_form_wrap .edd-gateway-option {
	font-size: 16px;
	font-weight: 500;
}

.edd-gateway-option:after {
	top: 15px;
	left: 20px;
	content: "";
	width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	border-radius: 100%;
	vertical-align: -1px;
	border: 1px solid #DAE2E9;
	background-color: #FFFFFF;
}

.edd-gateway-option.edd-gateway-option-selected:after {
	color: #FFFFFF;
	padding: 2px;
	content: "\e983";
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	border-color: #2d35ee;
	background-color: #2d35ee;
	font-family: "elementskit";
}

.edd-gateway-option>input {
	display: none;
}

.met-dashborad-content .edd-gateway-option:before {
	display: none;
}

.met-dashborad-content .edd-gateway-option>input {
	display: inline-block;
}

#edd_purchase_form_wrap {
	width: 100%;
}

.edd-loading-ajax.edd-loading {
	float: right;
	margin-top: 15px;
}

#edd_purchase_form_wrap #edd_final_total_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 36px 0 30px;
	padding: 16px 35px;
	color: #313636;
	background-color: rgba(49, 54, 54, 0.03);
	border-width: 0;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 500;
	text-align: left;
}

.edd-privacy-policy-agreement {
	margin-bottom: 15px;
}

#edd_purchase_form_wrap fieldset {
	margin: 0 -15px;
	padding: 0;
	border-width: 0;
}

#edd_purchase_form_wrap fieldset:after {
	content: " ";
	display: block;
	clear: both;
}

#edd_purchase_form_wrap fieldset:last-child {
	margin-left: 0;
	margin-right: 0;
}


#edd_purchase_form_wrap legend {
	margin-bottom: 0;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: 400;
}

#edd_purchase_form_wrap fieldset>legend,
#edd_purchase_form_wrap fieldset>p {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
	#edd_purchase_form_wrap fieldset:not(:last-child)>legend {
		width: 100%;
	}

	#edd_purchase_form_wrap fieldset:not(:last-child)>p {
		width: 50%;
	}
}

#edd_purchase_form_wrap label {
	margin-bottom: 3px;
	padding-top: 3px;
	font-size: 16px;
	font-weight: 500;
}

#edd_purchase_form_wrap span.edd-description {
	padding-bottom: 5px;
}

#edd_purchase_form_wrap input:not([type="submit"]),
#edd_purchase_form_wrap select.edd-select {
	width: 100%;
	outline: 0;
}

#edd_purchase_form_wrap select.edd-select {
	cursor: pointer;
}

#edd_purchase_form_wrap fieldset#edd_cc_fields {
	background-color: transparent;
	border-width: 0;
}


#edd_secure_site_wrapper {
	padding: 0 15px 34px;
	font-weight: 400;
}

#edd_purchase_form_wrap fieldset#edd_cc_fields #edd-card-number-wrap {
	margin-top: 0;
}

#edd_purchase_form_wrap fieldset+fieldset:not(:last-child) {
	margin-top: 71px;
}

#edd-acq-wrap>label {
	padding-top: 22px;
	padding-bottom: 10px;
}

#edd_checkout_user_info>p#edd-email-wrap,
#edd_checkout_user_info>p#edd-acq-wrap {
	width: 100%;
}


/** Login, Register, Forgot Password Page **/
.met-form-caption {
	margin-top: 0;
	margin-bottom: 4px;
	color: #333;
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: center;
}

.met-form-ext-link {
	margin: 0 auto;
	padding-top: 23px;
	color: #333;
	font-size: 16px;
}

.met-form-ext-link>a {
	color: #2d35ee;
	font-weight: 500;
}

/** Purchase Confirmation Page **/
#edd_purchase_receipt,
#edd_subscription_receipt,
#edd_purchase_receipt_products {
	border: 1px solid #e7e7e7;
	border-collapse: collapse;
}

#edd_purchase_receipt th,
#edd_purchase_receipt td,
#edd_subscription_receipt th,
#edd_subscription_receipt td,
#edd_purchase_receipt_products th,
#edd_purchase_receipt_products td {
	padding: 10px 15px;
	border: 1px solid #e7e7e7;
	text-align: left;
}

#edd_checkout_wrap {
	max-width: 66.67777%;
	margin-left: auto;
	margin-right: auto;
}

#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input,
#edd_checkout_form_wrap select.edd-select {
	width: 100%;
	padding-left: 10px;
}

#site_url_met,
.affwp-graphs-date-options {
	margin-bottom: 30px;
}

table.affwp-table th {
	font-size: 14px;
}

.affwp-payment-email-wrap label {
	margin-bottom: 10px;
	display: inline-block;
}

@media (min-width: 992px) {
	.ekit_inline_input::after {
		display: block;
		content: "";
		clear: both;
	}

	.ekit_inline_input .xs-btn {
		float: right;
		padding: 15.5px 12px;
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		margin-top: -1px;
		cursor: pointer;
	}

	.ekit_inline_input #site_url_met {
		margin-bottom: 0px;
	}

	.ekit_inline_input .edd-input {
		width: calc(100% - 115px);
		float: left;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		border-right: 0px;
	}
}
.wp-block-edd-checkout .edd_cart_header_row{
	background: #fdfeff;
}
.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary,
.wp-block-edd-checkout #edd_purchase_form .edd-submit{
	width: 100%;
}
#edd_discount_code .edd-button-secondary {
	background-color: #d2dcff;
}
.edd-blocks-form__cart .edd-blocks-cart__row-footer {
	text-align: right;
/* 	background: #e7eaff; */
}
.edd-blocks-form__cart .edd_checkout_cart_item_title{
	font-weight: bold;
}
.edd-checkout-block__personal-info #edd-user-login-submit .edd-submit{
	width: auto;
	margin: auto;
	display: block;
	background: #5e61ff;
}
@media(min-width: 1024px) {
	.wp-block-edd-checkout {
		grid-template-columns: repeat(12,minmax(0,1fr));
		gap:3rem;
	}

	.wp-block-edd-checkout>p {
		grid-area: 1/1/2/13
	}

	.edd-blocks-form__cart {
		grid-column: span 5
	}
	#edd_sl_renewal_form {
		grid-column: span 5/span 5
	}

	.edd-blocks-form__purchase {
		order: -99;
		grid-row: span 3/span 3;
		grid-column: span 7/span 7;

	}
	
}
.edd-privacy-policy-agreement #edd-agree-to-privacy-policy{width:auto}

.edd-blocks-form__cart .edd_cart_item_name {
	display: grid;
	gap: .5rem;
}

.edd_cart_total{font-size:22px}

.paddle_styled_button.green{
	padding: 10px 30px !important;
	font-size: 40px !important;
}

.g-recaptcha{
	clear: both;
	margin: 0 0 20px 10px;
}

.affwp-tos.custom-checkbox a {
	font-size: 15px!important;
}

tr.edd_sl_license_row th {
	padding: 5px 10px;
	text-align: left;
	background: #eceefb;
}

tr.edd_sl_license_row td {
	padding: 20px 10px;
	border: 1px solid #EFEDED;
	border-top: none;
}
#edd_sl_license_upgrades a {
	color: #0001f9;
	font-weight: 500;
}
.edd-manage-license-back.edd-submit{padding:10px;height:auto}
.wp-smartpay-edd-pay-button #paddle_pay_now_btn {
	background: #2d60f6;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
	width: 100%;
	display: block;
	font-weight: 700;
	padding: 12px 0;
	margin-bottom: 30px;
	font-size: 17px;
}
.edd-success h3 {
	margin-bottom: 13px;
}
.login-info {
	background: #d3ffee;
	padding: 10px 20px;
	font-size: 18px;
}

.edd_license_key {
	display:none;
}
#affwp-login-form>fieldset>legend {
	font-size: 28px;
}

#edd_purchase_form_wrap>#edd_purchase_submit:before , #edd_purchase_form_wrap>#edd_cc_address:before {
	margin: 15px;
}

#edd_purchase_form_wrap .edd-privacy-policy-agreement #edd-agree-to-privacy-policy {
	width: auto;
}
#edd_cc_address > legend {
	padding-bottom: 10px;
}
#edd_purchase_form_wrap fieldset#edd_cc_fields {
	margin-top: 10px;
}
#edd_secure_site_wrapper {
	padding: 0 15px 15px;
}
.edd-privacy-policy-agreement {
	margin-top: 15px;
}

#edd_sl_cancel_renewal_form {
	display: none;
}

.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form {
	padding: 1rem 1.5rem 0rem;
	margin: 0;
}

@media (min-width: 1024px) {
	#edd_checkout_form_wrap.wp-block-edd-checkout {
		width: 100%;
		display: table;
	}
	#edd_checkout_form_wrap.wp-block-edd-checkout>p {
		margin-bottom: 30px !important;
	}
	.edd-blocks__cart {
		width: 42%;
		float: right;
	}
	.edd-blocks__purchase-form {
		float: left;
		width: 56.5%;
	}
}

#edd_purchase_form_wrap fieldset#edd_cc_fields {
	margin: 0;
	padding: 15px 0 0;
}

#edd_secure_site_wrapper {
	padding: 0;
}

#edd_checkout_form_wrap fieldset#edd_sl_renewal_fields{
	display: none;
}


/* Checkout wrapper layout */
#edd_checkout_form_wrap.wp-block-edd-checkout {
	margin-top: 28px;

	gap: 24px;
	align-items: flex-start;
}

/* Left and right main cards */
.edd-blocks__purchase-form {
	border-radius: 8px;
	background: #ffffff;
	border: 1px solid #DAE2E9;
}
.edd-blocks__purchase-form {
	padding: 36px;

}
/* Logged in info text */
.edd-blocks__logged-in {
	font-size: 13px;
	margin-bottom: 10px;
	color: #4b5563;
}


/* Cart table header */
.edd-blocks-cart__row-header {
	padding: 10px 0 12px;
	border-bottom: 1px solid #e5e7eb;
	font-size: 22px;
	font-weight: 600;
	color: #202125;
}

/* Cart items */

.edd_checkout_cart_item_title {

	align-items: center;
	gap: 10px;
	font-weight: 600;
	color: #111827;
	font-size: 16px;
}

.eddr-cart-item-notice {
	margin: 4px 0 0;
	font-size: 12px;
	color: #6b7280;
}

.edd_cart_item_price {
	text-align: right;
	font-weight: 600;
	font-size: 16px;
	color: #111827;
}

.edd_cart_actions a {
	display: inline-flex;
	margin-left: 6px;
	font-size: 0;
}

/* Discount row */
.edd_cart_discount_row {
	padding-top: 12px;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 14px;
	color: #16a34a;
}

.edd_cart_discount span.edd_discount_total {
	font-weight: 600;
}


/* Discount code input row */
#edd_discount_code {
	font-size: 13px;
}

#edd_discount_code .edd-button-secondary {
	border-radius: 999px;
	padding: 6px 18px;
	background: #eef2ff;
	color: #4f46e5;
	border: none;
	cursor: pointer;
	font-weight: 500;
}

#edd_discount_code .edd-button-secondary:hover {
	background: #e0e7ff;
}

/* Discount code form */
#edd-discount-code-wrap {
	margin-top: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}

#edd-discount-code-wrap .edd-discount-code-field-wrap {
	gap: 6px;
	width: 100%;
	display: flex;
}

#edd-discount-code-wrap .edd-input {
	height: 40px;
	padding: 0 12px;
	font-size: 13px;
	border-radius: 10px;
	border: 1px solid #d1d5db;
}
#edd-discount-code-wrap .edd-apply-discount {
	border: none;
	height: auto;
	color: #FFFFFF;
	line-height: 1;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
	border-radius: 8px;
	background: #2D60F6;
	padding: 12px 20px !important;
}
#edd-discount-code-wrap .edd-apply-discount:hover {
	background: #1e4bcd;
}

/* Cart total */
.edd_cart_total {
	font-size: 14px;
	font-weight: 600;
	color: #111827;
}


/* Billing title */
#edd_cc_address legend {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 14px;
}

/* Billing country & zip */
#edd_cc_address {
	border: none;
	padding: 0;
	margin: 0 0 12px;
}

.edd-blocks-form__group {
	margin-bottom: 14px;
}

.edd-blocks-form__group-country,
.edd-blocks-form__group-zip {
	display: inline-block;
	vertical-align: top;
}

.edd-label {
	display: block;
	font-size: 13px;
	font-weight: 500;
	color: #374151;
	margin-bottom: 6px;
}

/* Inputs & selects */
.edd-input,
.edd-select,
.edd-select-chosen,
select.edd-input {
	width: 100%;
	height: 44px;
	outline: none;
	padding: 0 14px;
	font-size: 14px;
	border-radius: 8px;
	background: #FFFFFF;
	border: 1px solid #d1d5db;
	transition: .3s ease-in-out;
}
.edd-input:focus,
.edd-select:focus,
.edd-select-chosen:focus,
select.edd-input:focus {
	border-color: #2D60F6;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #E7EDFF;
}

/* Payment method tabs */
#edd_payment_mode_select legend {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
}

.edd-gateway-option {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 26px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	color: #4b5563;
	border: none;
}

.edd-gateway-option input {
	display: none;
}

/* Payment details box where Stripe fields appear */
.edd-blocks__payment-details {
	margin-top: 36px;
}

#edd_purchase_form_wrap {
	margin-top: 16px;
}

/* Primary checkout button (Stripe submit etc) */
.edd-blocks-form__purchase .edd-submit,
.edd-blocks-form__purchase #edd-purchase-button {
	display: block;
	width: 100%;
	margin-top: 18px;
	height: 48px;
	border-radius: 999px;
	border: none;
	background: #2563eb;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	box-shadow: 0 12px 30px rgba(37, 99, 235, 0.35);
	transition: transform 0.05s ease, box-shadow 0.05s ease, background 0.15s ease;
}

.edd-blocks-form__purchase .edd-submit:hover,
.edd-blocks-form__purchase #edd-purchase-button:hover {
	background: #1d4ed8;
	transform: translateY(-1px);
	box-shadow: 0 16px 40px rgba(37, 99, 235, 0.4);
}

/* Trusted icons / small line under button, if you add text there */
.edd-blocks__purchase-form .edd-secure-text {
	margin-top: 10px;
	font-size: 12px;
	color: #6b7280;
	text-align: center;
}

/* custom */
#edd_checkout_form_wrap label {
	font-weight: 500;
}

#edd_checkout_form_wrap legend,
#edd_cc_address legend,
#edd_purchase_form_wrap fieldset#edd_cc_fields legend {
	color: #000000;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 14px;
}

.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form, #edd_checkout_form_wrap fieldset,
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form{    border: none !important;
	padding: 0 !important;
}

.edd-stripe-new-card .AccordionItem {
	background-color: #F9FAFB;
	border: 0;
}
#edd_checkout_form_wrap #edd-payment-mode-wrap>.edd-gateway-option {
	color: #000000;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	border-radius: 8px;
	background-color: #FFFFFF;
	border: 1px solid #DAE2E9;
	text-align: left !important;
	transform: unset !important;
	transition: .3s ease-in-out;
	padding: 15px 15px 15px 58px;
	justify-content: flex-start !important;
}
#edd_checkout_form_wrap #edd-payment-mode-wrap>.edd-gateway-option.edd-gateway-option-selected {
	border-color: #2d60f6 !important;
}

#edd_purchase_form input,
#edd_purchase_form select {
	transition: all 0.2s ease;
	box-shadow:
	inset 0 -1px 0 rgba(0, 0, 0, 0.06),
	0 1px 2px rgba(0, 0, 0, 0.04);
}


#edd_checkout_form_wrap .edd-blocks-form__cart .edd-blocks-cart__row, #edd_checkout_form_wrap .edd-blocks-form__cart .edd_cart_footer_row {
	padding: 1.5rem;
}
#edd_checkout_form_wrap .edd-blocks-form__cart .edd-blocks-cart__row.edd_cart_item {
	background-color: #f9fafb;
}

.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=email],
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=password], .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=tel], .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form input[type=text], .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form select {
	padding: 5px 15px !important;
	font-size: 16px;
}
.edd_cart_header_row {
	border-radius: 18px;
}
#edd_cc_fields .AccordionItem {
	background-color: #f9fafb;
}

/*
 * Checkout Step - Start
*/
.steps .progress-container {
	display: flex;
	align-items: center;
	margin-bottom: 56px;
	justify-content: center;
}
.steps .circle {
	gap: 7px;
	flex-wrap: wrap;
	align-items: center;
	display: inline-flex;
}
.steps .circle:not(:last-child):after {
	height: 1px;
	content: '';
	width: 120px;
	flex: 0 0 auto;
	margin: 0 20px -2px 14px;
	display: inline-block;
	border-top: 1px dashed #9EA5B0;
}
.steps .circle .icon {
	z-index: 1;
	width: 21px;
	height: 21px;
	flex: 0 0 auto;
	position: relative;
	border-radius: 100%;
	align-items: center;
	display: inline-flex;
	justify-content: center;
	background-color: #9EA5B0;
	border: 1px solid #9EA5B0;
	transition: .3s ease-in-out;
}
.steps .circle .icon svg {
	width: 11px;
	height: auto;
	fill: #FFFFFF;
	display: block;
}
.steps .circle .icon:before {
	inset: 2px;
	content: '';
	z-index: -1;
	position: absolute;
	border-radius: 100%;
	transform: scale(0);
	background-color: #9EA5B0;
	transition: .3s ease-in-out;
}
.steps .circle .caption {
	color: #88909C;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	font-family: "Inter", sans-serif;	
}
.steps .circle.active .caption {
	color: #000000;
}

/* Step Active Items */
.steps .circle.active .icon {
	border-color: #16A349;
	background-color: #16A349;
}
.steps .circle.active .icon:before {
	transform: scale(1);
	background-color: #16A349;
}
.steps .circle.active:nth-last-child(2) .icon {
	border-color: #16A349;
	background-color: transparent;
}
.steps .circle.active:nth-last-child(2) .icon:before {
	transform: scale(0.6);
	background-color: #16A349;
}
.steps .circle.active:nth-last-child(2) .icon svg {
	display: none;
}
@media (max-width: 767px) {
	.steps .progress-container {
		margin-bottom: 36px;
	}
	.steps .circle:not(:last-child):after {
		width: 50px;
		margin: 0 12px -2px 8px;
	}
	.steps .circle .icon {
		width: 16px;
		height: 16px;
	}
	.steps .circle .icon svg {
		width: 9px;
	}
	.steps .circle {
		gap: 4px;
	}
	.steps .circle .caption {
		font-size: 12px;
	}
}
@media (max-width: 575px) {
	.steps .progress-container {
		gap: 10px;
		align-items: flex-start;
	}
	.steps .circle:not(:last-child):after {
		top: 50%;
		width: 10px;
		right: -22px;
		position: absolute;
	}
	.steps .circle {
		width: auto;
		height: auto;
		flex-wrap: nowrap;
		padding: 12px 10px;
		text-align: center;
		position: relative;
		border-radius: 6px;
		flex-direction: column;
		background-color: #FFFFFF;
	}
	.steps .circle .caption {
		line-height: 14px;
	}
	.steps .circle {
		gap: 6px;
	}
}
/* 
 * Checkout Step - End
*/

/*
 * Personal Info Form - Start
*/
#edd_checkout_form_wrap.wp-block-edd-checkout>p {
	font-size: 14px;
}
#edd_checkout_form_wrap.wp-block-edd-checkout>p strong {
	color: #000000;
}
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form legend {
	color: #000000;
	line-height: 1;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 18px !important;
	font-family: "Inter", sans-serif;
}

.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-blocks-form__group>label {
	gap: 3px;
	line-height: 1;
	color: #344054;
	font-size: 14px;
	font-weight: 500;
	align-items: flex-start;
	display: flex !important;
	font-family: "Inter", sans-serif;
}
#edd_checkout_form_wrap span.edd-required-indicator {
	color: #FF6896;
	display: block;
	font-size: 20px;
	margin: 0 0 -6px;
}
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-input,
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form select {
	height: 44px;
	outline: none;
	color: #101828;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	border-radius: 8px;
	background-color: #FFFFFF;
	border: 1px solid #D0D5DD;
	padding: 0 14px !important;
	transition: .2s ease-in-out;
	font-family: "Inter", sans-serif;
}
::placeholder {
	opacity: 1;
	color: #667085;
	font-size: 14px;
}
.wp-block-edd-checkout #edd_purchase_form .edd-blocks-form .edd-input:focus {
	border: 1px solid #2D60F6;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #E7EDFF;
}
#edd_checkout_form_wrap .edd-description {
	margin: 4px 0;
	color: #667085;
	font-size: 12px;
	line-height: 18px;
}
.edd-blocks__payment-details .edd-terms p:empty {
	display: none;
}
.edd-blocks__payment-details .edd-terms .wp-block-heading {
	font-size: 24px;
	line-height: 30px;
	margin: 32px 0 10px;
	font-family: "Inter", sans-serif;
}
.edd-blocks__payment-details .edd-terms p {
	color: #667085;
	margin-bottom: 15px;
	font-family: "Inter", sans-serif;
}
.edd-blocks__payment-details .edd-terms p strong {
	color: #000000;
	font-weight: 500;
}
.edd-privacy-policy-agreement {
	gap: 10px;
	display: flex;
	align-items: flex-start;
}
#edd_checkout_form_wrap input[type=checkbox] {
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin: 2px 0 0;
}
#edd_checkout_form_wrap label {
	margin: 0;
	color: #667085;
	font-size: 14px;
	cursor: pointer;
	font-weight: 500;
	line-height: 24px;
}
#edd-purchase-button,
.edd-submit,
[type=submit].edd-submit {
	gap: 10px;
	border: none;
	display: flex;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding: 18px 10px;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	background-color: #2D60F6;
	transform: unset !important;
	font-family: "Inter", sans-serif;
}
.wp-block-edd-checkout #edd_purchase_form .edd-submit {
	width: 100%;
	height: auto;
	box-shadow: none;
	border-radius: 8px;
	background-color: #2D60F6;
}
.wp-block-edd-checkout #edd_purchase_form .edd-submit:hover {
	background-color: #1e4bcd;
}
.edd-blocks__checkout-forms--inline {
	cursor: pointer;
}
@media (min-width: 600px) {
	.edd-blocks__checkout-forms--inline {
		right: 0 !important;
	}
}
#edd_checkout_form_wrap fieldset {
	margin: 0;
}
.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary {
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
	color: #344054 !important;
	transition: .3s ease-in-out;
	transform: unset !important;
	padding: 7px 14px !important;
	line-height: 20px !important;
	border-radius: 8px !important;
	border-color: #D0D5DD !important;
	background-color: #FFFFFF !important;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.wp-block-edd-checkout #edd_purchase_form .edd-button-secondary:hover {
	color: #FFFFFF !important;
	border-color: #2D60F6 !important;
	background-color: #2D60F6 !important;
	box-shadow: 0px 1px 2px rgba(45, 96, 246, 0.05);
}
/*
 * Personal Info Form - End
*/

/*
 * Payment Method - Start
*/
#edd_payment_mode_select >legend {
	color: #000000;
	line-height: 1;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 18px !important;
	font-family: "Inter", sans-serif;
}
.wp-block-edd-checkout #edd-payment-mode-wrap {
	gap: 12px !important;
}
/*
 * Payment Method - End
*/

/* 
 * Order Summary - Start
*/
.edd-blocks-cart {
	border-radius: 8px;
	padding: 36px 36px 36px;
	background-color: #FFFFFF;
	margin-bottom: 35px !important;
	border: 1px solid #DAE2E9 !important;
}
.edd-blocks-form__cart {
	display: flex;
}
.edd-blocks-form__cart .edd_cart_item_name {
	gap: 0 !important;
	font-family: "Inter", sans-serif;
}
.edd_checkout_cart_item_title {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.eddr-cart-item-notice {
	color: #667085;
	font-size: 12px;
	text-align: left;
}
.eddr-cart-item-notice em {
	font-style: normal;
}
.edd-blocks-cart__items >* {
	padding: 0 !important;
}
.edd-blocks-cart__items >*:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px !important;
	border-bottom: 1px dashed #D7E0E8;
}
.edd-blocks-cart__items {
	margin: 0 -36px;
	padding: 25px 36px;
	border: none !important;
	background-color: #F9FAFB;
}
.edd-blocks-form__cart .edd_cart_fee_amount,
.edd-blocks-form__cart .edd_cart_item_price {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	font-family: "Inter", sans-serif;
}
.edd-blocks-form__cart .edd-blocks-cart__action-remove,
.edd-blocks-form__cart .edd_discount_remove {
	transition: .3s ease-in-out;
	background: url('https://wpmet.com/wp-content/uploads/2025/11/icon-close.svg') 50% no-repeat !important;
	background-size: 9px !important;
}
.edd-blocks-form__cart .edd-blocks-cart__action-remove:not(:hover),
.edd-blocks-form__cart .edd_discount_remove:not(:hover) {
	opacity: 0.3 !important;
}
.edd-blocks-form__cart .edd_cart_footer_row {
	padding: 0 !important;
}
#edd_checkout_form_wrap #edd_discount_code {
	width: 100%;
	margin-top: 22px;
}
#edd_discount_code .edd-button-secondary {
	width: 100%;
	display: flex;
	color: #2D60F6;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	border-width: 1px;
	line-height: 20px;
	border-radius: 8px;
	padding: 10px 18px;
	text-align: center;
	align-items: center;
	border-style: dashed;
	border-color: #D0D5DD;
	justify-content: center;
	transform: unset !important;
	background-color: transparent;
	font-family: "Inter", sans-serif;
}
#edd_discount_code .edd-button-secondary:hover {
	color: #FFFFFF;
	border-color: #2D60F6;
	background-color: #2D60F6;
}
.edd_cart_footer_row:last-child {
	display: flex;
	gap: 0 !important;
	flex-direction: column;
}
.edd-blocks-form__cart .edd-blocks-cart__row>div:last-of-type:not(:first-of-type),
.edd-blocks-form__cart .edd_cart_footer_row>div:last-of-type:not(:first-of-type) {
	flex: auto !important;
}
.edd-blocks-form__cart .edd_cart_total {
	width: 100%;
	display: flex;
	color: #000000;
	line-height: 1;
	font-size: 22px;
	margin-top: 28px;
	align-items: flex-start;
	justify-content: space-between;
	font-family: "Inter", sans-serif;
}
.edd-blocks-form__cart .edd-blocks-cart__row-footer>div:only-child {
	display: flex;
	color: #098656;
	line-height: 1;
	flex-grow: auto;
	font-size: 14px;
	font-weight: 600;
	margin-top: 26px;
	justify-content: space-between;
	font-family: "Inter", sans-serif;
}
.wp-block-edd-checkout .edd_cart_header_row {
	margin-bottom: 33px;
	padding: 0 !important;
	border: none !important;
	background-color: transparent !important;
}
.wp-block-edd-checkout .edd_cart_header_row .edd_cart_item_name {
	color: #000000;
	font-size: 22px;
	font-weight: 600;
	line-height: 20px;
	font-family: "Inter", sans-serif;
}
.wp-block-edd-checkout .edd-discount-code-field-wrap {
	gap: 10px;
}
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input {
	flex: 1;
	height: 38px;
	outline: none;
	color: #101828;
	font-size: 16px;
	padding: 0 14px;
	font-weight: 400;
	border-radius: 8px;
	background-color: #FFFFFF;
	border: 1px solid #D0D5DD;
	transition: .3s ease-in-out;
	font-family: "Inter", sans-serif;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
#edd_checkout_form_wrap .edd-cart-adjustment input.edd-input:focus {
	border-color: #2D60F6;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #E7EDFF;
}
/* 
 * Order Summary - End
*/

/*
 * Met Edd Upsell - Start
*/
.met-edd-upsell-item {
	margin-bottom: 34px;
}
.met-edd-upsell-item h3 {
	line-height: 1;
	color: #000000;
	font-size: 22px;
	padding: 0 36px;
	margin: 0 0 20px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}
.met-edd-upsell-price-card-title {
	color: #000000;
	margin: 0 0 2px;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}
.met-edd-upsell-price-card {
	border-radius: 8px;
	padding: 25px 36px 30px;
	background-color: #FFFFFF;
	border: 1px solid #DAE2E9;
}
.met-edd-upsell-price-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.met-upsell-left-col {
	flex-grow: 1;
}
.met-upsell-title-row {
	gap: 8px;
	display: flex;
	margin-bottom: 5px;
	align-items: center;
}
.met-upsell-info-icon {
	gap: 10px;
	display: flex;
	position: relative;
	align-items: flex-start;
}
.met-has-tooltip .tooltip-icon {
	width: 14px;
	display: block;
	flex: 0 0 auto;
	cursor: pointer;
	display: inline-block;
}
.met-has-tooltip .tooltip-icon svg {
	width: 100%;
	height: auto;
	fill: #BEC2C9;
	display: block;
	transition: .3s ease-in-out;
}
.met-has-tooltip .tooltip-icon:hover svg {
	fill: #000000;
}
.met-has-tooltip .tooltip-text {
	left: 50%;
	opacity: 0;
	z-index: 99;
	width: 364px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	visibility: hidden;
	border-radius: 4px;
	position: absolute;
	white-space: normal;
	padding: 6px 10px 7px;
	background-color: #2C2C2C;
	bottom: calc(100% + 10px);
	transition: .3s ease-in-out;
	font-family: "Inter", sans-serif;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
	transform: translateX(-50%) translateY(10px);
}
.met-has-tooltip:hover .tooltip-text {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
}
.met-has-tooltip .tooltip-text::after {
	content: '';
	top: 100%;
	left: 50%;
	border-width: 6px;
	position: absolute;
	border-style: solid;
	transform: translateX(-50%);
	border-color: #2C2C2C transparent transparent transparent;
}
.met-has-tooltip .tooltip-text p {
	margin: 0;
	padding: 0;
}
@media (max-width: 767px) {
	.met-has-tooltip .tooltip-text {
		width: 190px;
	}
}

.met-upsell-badge-row {
	gap: 10px;
	display: flex;
	margin: 0 0 26px;
	align-items: center;
}
.met-upsell-badge {
	color: #667085;
	line-height: 1;
	font-size: 12px;
	font-weight: 400;
}
.met-upsell-discount-text {
	color: #098656;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
	padding: 3px 4px;
	border-radius: 4px;
	font-family: "Inter", sans-serif;
	background-color: rgba(9, 134, 86, 0.10);
}

.met-upsell-features-row {
	margin-top: 15px;
}
.met-upsell-feature {
	gap: 6px;
	display: flex;
	color: #667085;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	align-items: flex-start;
	font-family: "Inter", sans-serif;
}
.met-upsell-check-icon {
	width: 14px;
	flex: 0 0 auto;
	line-height: 1;
	margin: 2px 0 0;
}
.met-upsell-check-icon svg {
	width: 100%;
	height: auto;
	fill: #667085;
	display: block;
}

.met-upsell-right-col {
	gap: 8px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.met-upsell-price-main {
	color: #000000;
	line-height: 1;
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}
.met-upsell-savings-text {
	color: #098656;
	font-size: 12px;
	margin: 0 0 14px;
	font-weight: 500;
	line-height: 14px;
	font-family: "Inter", sans-serif;
}
.met-upsell-original-price {
	color: #667085;
	text-decoration: line-through;
}

.met-upsell-ajax-btn {
	gap: 6px;
	border: none;
	color: #000000;
	line-height: 1;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	padding: 11px 16px;
	border-radius: 8px;
	align-items: center;
	display: inline-flex;
	text-decoration: none;
	justify-content: center;
	background-color: #FFC20E;
	font-family: "Inter", sans-serif;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	transition: background-color 0.15s ease-in-out;
}
.met-upsell-ajax-btn:hover {
	color: #000000;
	background-color: #e0a800;
}
.met-upsell-arrow {
	width: 12px;
}
.met-upsell-arrow svg {
	width: 100%;
	height: auto;
	display: block;
}

/* Responsive adjustment (optional but recommended) */
@media (max-width: 575px) {
	.met-upsell-badge-row {
		margin: 0 0 20px;
	}
	.met-edd-upsell-price-box {
		flex-direction: column;
	}
	.met-upsell-right-col {
		width: 100%;
		margin-top: 26px;
		align-items: flex-start;
	}
	.met-upsell-ajax-btn {
		width: 100%;
		padding: 10px;
	}
}
/*
 * Met Edd Upsell - End
*/

/* 
 * Purchase Confirmation Page - Start
*/
#edd_purchase_receipt,
#edd_subscription_receipt,
#edd_purchase_receipt_products {
	width: 100%;
	border: 1px solid #DAE2E9;
	border-collapse: collapse;
	background-color: #FFFFFF;
}

#edd_purchase_receipt th,
#edd_purchase_receipt td,
#edd_subscription_receipt th,
#edd_subscription_receipt td,
#edd_purchase_receipt_products th,
#edd_purchase_receipt_products td {
	color: #344054;
	text-align: left;
	font-weight: 400;
	padding: 10px 15px;
	border: 1px solid #DAE2E9;
	font-family: "Inter", sans-serif;
}
#edd_purchase_receipt strong,
#edd_purchase_receipt thead th,
#edd_subscription_receipt strong,
#edd_subscription_receipt thead th,
#edd_purchase_receipt_products strong,
#edd_purchase_receipt_products thead th {
	font-weight: 600;
}
.post-10 h3 {
	color: #000000;
	line-height: 1;
	font-size: 22px;
	margin: 38px 0 20px;
	font-family: "Inter", sans-serif;
}
.post-10 table a {
	color: #2D60F6;
}
@media (max-width: 767px) {
	.post-10 .container {
		overflow-x: scroll;
	}
	.post-10 .container table {
		width: 1000px !important;
	}
}
table#edd_purchase_receipt_products li {
	margin: 0 0 8px 0;
}
/* 
 * Purchase Confirmation Page - End
*/

/* 
 * Order History - Start
*/
.wp-block-edd-orders .edd-blocks-orders__order {
	padding: 30px;
	border-radius: 8px;
	border-color: #ECEDEE;
	background-color: #FFFFFF;
	font-family: "Inter", sans-serif;
}
.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-header {
	padding: 0 0 15px;
	align-items: flex-start;
}
.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-id {
	color: #000000;
	line-height: 1;
	font-size: 16px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
}
.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-status {
	color: #000000;
	line-height: 1;
	font-size: 12px;
	font-weight: 600;
	border-radius: 4px;
	padding: 4px 5px 3px;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
	background-color: rgba(0, 0, 0, 0.1);
}
.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-status.complete {
	color: #098656;
	background-color: rgba(9, 134, 46, 0.1);
}
.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-status.refunded {
	color: #FF0000;
	background-color: rgba(255, 0, 0, 0.1);
}
.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-data {
	color: #000000;
	font-size: 15px;
	font-family: "Inter", sans-serif;
}
.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-data .edd-blocks-orders__order-amount {
	font-weight: 600;
}
.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-details {
	gap: 10px 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: 14px;
	align-items: flex-start;
}
.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-details >*:not(:last-child):after {
	width: 1px;
	content: '';
	height: 16px;
	display: inline-block;
	margin: 0 20px -3px 15px;
	background-color: var(--edd-blocks-light-grey);
}
.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-details a {
	color: #667085;
	font-size: 14px;
	text-decoration: none;
	font-family: "Inter", sans-serif;
}
.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-details a:hover {
	color: #2D60F6;
	text-decoration: underline;
}
.edd_sl_table {
	width: 100%;
	padding: 30px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #ECEDEE;
	background-color: #FFFFFF;
	font-family: "Inter", sans-serif;
}
.edd_sl_table th,
.edd_sl_table td {
	padding: 10px 15px;
	border: 1px solid #DAE2E9;
}
.edd_sl_table thead th {
	color: #000000;
	font-weight: 600;
}
@media (max-width: 991px) {
	.post-9 .container {
		overflow-x: scroll;
	}
	.edd_sl_table {
		width: 1000px;
	}
}
/* 
 * Order History - End
*/

/* 
 * Order Receipt - Start
*/
.edd-blocks__receipt .edd-blocks-receipt__totals {
	padding: 30px;
	color: #000000;
	border: 1px solid #DAE2E9;
	background-color: #FFFFFF;
}
.edd-blocks-receipt__totals .edd-blocks-receipt__row-item {
	padding: 13px 0;
	border-bottom: 1px solid #DAE2E9;
}
.edd-blocks__receipt .edd-blocks-receipt__totals .edd-blocks__row-sublabel,
.edd-blocks__receipt .edd-blocks-receipt__totals .edd-blocks__row-value,
.edd-blocks__receipt .edd-blocks-receipt__totals .edd-blocks__row-label {
	font-weight: 600;
	font-family: "Inter", sans-serif;
}
.edd-blocks__receipt .edd-blocks-receipt__totals .edd-blocks__row-sublabel >span {
	font-weight: 400;
}
.edd-blocks__receipt .edd-blocks-receipt__totals .edd-blocks__row-value a {
	color: #2D60F6;
	text-decoration: none;
}
.edd-blocks__receipt .edd-blocks-receipt__totals .edd-blocks__row-value a:hover {
	text-decoration: underline;
}
.edd-blocks__receipt .edd-blocks-receipt__totals .edd_receipt_payment_status {
	color: #000000;
	line-height: 1;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	font-family: "Inter", sans-serif;
}
.edd-blocks__receipt .edd-blocks-receipt__totals .edd_receipt_payment_status.complete {
	color: #098656;
}
.edd-blocks__receipt .edd-blocks-receipt__totals .edd_receipt_payment_status.refunded {
	color: #FF0000;
}

.edd-blocks__receipt .edd-blocks-receipt__items {
	color: #000000;
	padding: 25px 30px;
	border: 1px solid #DAE2E9;
	background-color: #FFFFFF;
}
a:has(>.edd-blocks-receipt__items) {
	text-decoration: none;
}
.edd-submit.button.gray {
	background: #DAE2E9;
}
.edd-submit.button.gray:hover {
	background: #CBD3DA;
}
.edd-blocks-receipt__items .edd_purchase_receipt_files {
	padding: 0;
	margin: 6px 0 0;
	list-style: none;
}
/* 
 * Order Receipt - End
*/

/* 
 * Admin Board - Start
*/
.metedd-view section.wfp-dashboard {
	box-shadow: none;
	border: 1px solid #E7E7E7;
}
.metedd-view .wfp-main-menu>li>a>i,
.metedd-view .wfp-main-menu>li>a.wfp_sub_menu:before {
	color: #000000;
}
/* 
 * Admin Board - End
*/

/* 
 * Login Page - Start
*/
.metedd-view .metedd-login {
	margin: 0 auto;
	display: block;
	max-width: 470px;
}
.met-login-form-container {
	border-radius: 8px;
	padding: 35px 40px 40px;
	background-color: #FFFFFF;
	border: 1px solid #DAE2E9;
}
.metedd-view .metedd-login .edd_form > fieldset > legend {
	color: #000000;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
	font-size: 24px !important;
	padding: 4px 0 0 !important;
	margin-bottom: 50px !important;
}
#edd_login_form .edd-input {
	background-color: #F9FAFB;
}
#edd_login_form .edd-input:focus {
	background-color: #FFFFFF;
}
#edd_login_form .edd-login-submit,
#edd_login_form .edd-submit {
	width: 100%;
}
#edd_login_form .edd-submit {
	height: auto;
	padding: 12px 20px;
	background: #2D60F6;
	transition: .3s ease-in-out;
}
#edd_login_form .edd-submit:hover {
	background: #1E51E6;
}
.metedd-view #edd_login_form fieldset {
	padding-bottom: 44px;
}
.metedd-view .metedd-login .edd_form > fieldset > p > label.custom-checkbox > span {
	color: #000000;
	padding-left: 24px;
}
.metedd-view .metedd-login .edd_form > fieldset > p > label.custom-checkbox > span:before {
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	border: 1px solid #D0D5DD;
}
.metedd-view .metedd-login .edd_form > fieldset > p > label.custom-checkbox > span:after {
	top: 5px;
	left: 3px;
	width: 12px;
	height: 12px;
}
@media (max-width: 425px) {
	.met-login-form-container {
		padding: 30px;
	}
}
/* 
 * Login Page - End
*/

/* 
 * Affiliate Registration Page - Start
*/
.affwp-form {
	padding: 36px;
	border-radius: 8px;
	background-color: #FFFFFF;
	border: 1px solid #DAE2E9;
}
.affwp-form>fieldset>legend {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	padding-bottom: 60px;
}

.affwp-form input,
.affwp-form textarea {
	width: 100%;
	outline: none;
	display: block;
	border-radius: 8px;
	border: 1px solid #D0D5DD;
	background-color: #F9FAFB;
	transition: .3s ease-in-out;
}
.affwp-form input:focus,
.affwp-form textarea:focus {
	border-color: #2D60F6;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #E7EDFF;
}
.affwp-form input {
	height: 44px;
	padding: 0 14px;
}
.affwp-form textarea {
	min-height: 100px;
}
.affwp-form>fieldset>p>label {
	display: block;
	color: #000000;
	line-height: 1;
	font-size: 14px;
	margin-bottom: 8px;
}
.affwp-form p:has(.affwp-field-website),
.affwp-form p:has(.affwp-field-textarea) {
	width: 100%;
}
.affwp-form input[type=submit] {
	margin: auto;
	border: none;
	background: #2D60F6;
	width: calc(100% - 20px);
	transition: .3s ease-in-out;
}
.affwp-form input[type=submit]:hover {
	background: #1E4DD6;
}
@media (max-width: 767px) {
	.affwp-form>fieldset>p {
		width: 100%;
	}
}

.affwp-register-form p:has([type="checkbox"]) {
	gap: 10px;
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.affwp-register-form [type="checkbox"] {
	width: 20px;
	height: 20px;
}
.affwp-register-form p:has([type="checkbox"]) label {
	margin: 2px 0 0;
}

.affwp-login-form input[type=submit] {
	width: 100%;
}

.met-password-reset {
	text-align: center;
}
.metedd-view .met-password-reset > h3 {
	color: #000000;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
}
@media (min-width: 768px) {
	.metedd-view .met-password-reset > form p > label > input {
		max-width: 100%;
	}
}
.metedd-view .met-password-reset > form p > label > input {
	width: 100%;
	outline: none;
	display: block;
	padding: 0 14px;
	margin: 6px 0 0;
	text-align: center;
	border-radius: 8px;
	border: 1px solid #D0D5DD;
	background-color: #F9FAFB;
	transition: .3s ease-in-out;
}
.metedd-view .met-password-reset > form p > label > input:focus {
	border-color: #2D60F6;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05), 0px 0px 0px 4px #E7EDFF;
}
.metedd-view .met-password-reset > p {
	margin-bottom: 30px;
}
.metedd-view .met-password-reset .form-row {
	margin-bottom: 10px;
}
.metedd-view .met-password-reset .lostpassword-button {
	width: 100%;
	display: block;
	border-radius: 8px;
}
.met-form-ext-link {
	padding-top: 40px;
	text-align: center;
}
.met-form-ext-link a {
	text-decoration: underline;
}
/* 
 * Affiliate Registration Page - End
*/