/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*
 * Global(general) CSS
 * */

.elementor-widget-text-editor p:last-child,
.p-margin-none p:last-child,
.elementor-widget-theme-post-excerpt p:last-child{
	margin-bottom: 0;
}

figure{
	margin: 0;
	line-height: 0;
}

.subheader-tagline p strong{
	font-weight: 600;
}

.elementor-button .elementor-button-content-wrapper{
	align-items: center;
}

.elementor-button .elementor-button-icon{
	line-height: 0;
}

.btn-white .elementor-button,
.btn-white .elementor-button:hover{
	background-color: var(--e-global-color-secondary) !important;
	background-image: none;
}

.btn-no-bg .elementor-button{
	background-color: transparent !important;
	background-image: none !important;
}

.single-page-content a{
	color: inherit;
}

.cookie-notice-container{
	font-family: "DM Sans";
}

#cookie-notice button{
	border: none;
	font-size: 14px;
	font-weight: 500;
}

#cookie-notice #cn-close-notice{
	padding: 0;
    width: 25px;
    height: 25px;
	opacity: 1;
}

#cookie-notice #cn-close-notice:before,
#cookie-notice #cn-close-notice:after{
	top: 5px;
}


/*
 * Header CSS
 * */
.header-cta .elementor-button .elementor-button-icon{
	font-size: 20px;
}

.header-nav-menu .elementor-nav-menu .menu-item .elementor-item .sub-arrow{
	color: var(--e-global-color-accent);
}

/*
 * Footer CSS
 * */
.footer-btn .elementor-button .elementor-button-icon{
	font-size: 24px;
}

.footer-btn .elementor-button .elementor-button-content-wrapper{
	justify-content: flex-start;	
}

.footer-btn-white .elementor-button,
.footer-btn-white .elementor-button:hover{
	background-color: #F8FBEF !important;
	background-image: none;
}

.footer-btn-white .elementor-button svg path{
	stroke: var(--e-global-color-primary);
}

/*
 * Form style
 * */
.elementor-popup-modal .dialog-close-button:focus-visible{
	outline: none;
}

.form-default-style .elementor-field-textual{
	padding: 12px 20px;
}

.form-default-style .elementor-field-textual::placeholder{
	opacity: 1 !important;
}

.form-default-style .elementor-field-textual:focus{
	outline: none !important;
	box-shadow: none !important;
}

.form-default-style .elementor-field-group button[type="submit"]{
	padding: 13px 18px;
}

#header-builder,#footer-builder,#mega-menu-builder, #global-color-font-system {
	cursor:pointer;
}
.theme-options {
	display:none;
}

.theme-options-visible {
	display:block;
}

.list-2-columns ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.list-2-columns ul li{
	width: 48%;
}

#edd_checkout_user_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "email email"
	"first last";
  gap: 0 16px;
}
#edd-edd_email-wrap { grid-area: email; }
#edd-edd_first-wrap { grid-area: first; }
#edd-edd_last-wrap  { grid-area: last; }


#edd_checkout_user_info .edd-description {
  display: none;
}

@media (max-width: 480px) {
  #edd_checkout_user_info {
    grid-template-areas:
      "email email"
	  "first first"
      "last last";
  }
}

#edd_cc_address {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "country country"
    "address address"
    "city state"
    "zip company";
  gap: 0 16px;
}

#edd-card-country-wrap  { grid-area: country; }
#edd-card-address-wrap  { grid-area: address; }
#edd-card-city-wrap     { grid-area: city; }
#edd-card-state-wrap    { grid-area: state; }
#edd-card-zip-wrap      { grid-area: zip; }
#edd-card-company-wrap  { grid-area: company; }

@media (max-width: 480px) {
  #edd_cc_address {
    grid-template-areas:
      "country country"
      "address address"
      "city city"
      "state state"
      "zip zip"
      "company company";
  }
}

.awaiken-checkout-saving-badge {
	display: inline-block;
	margin-left: 0;
	padding: 2px 8px 0px;
	background: #000;
	color: #fff;
	border-radius: 5px;
	font-size: .72em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .02em;
	white-space: nowrap;
	vertical-align: middle;
	width: 120px;
	text-align: center;
}


@media only screen and (max-width: 991px) {
  
	.br-tablet-none br{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
  
	.br-mobile-none br{
		display: none;
	}
	
	/*
	 * Header CSS
	 * */
	.header-cta .elementor-button .elementor-button-icon{
		font-size: 16px;
	}
	
	.header-cta .elementor-button-text{
		display: none;
	}
	
	/*
	 * Footer CSS
	 * */
	.footer-btn .elementor-button .elementor-button-content-wrapper{
		justify-content: center;	
	}
	
	/*
 	* Form style
 	* */
	.form-default-style .elementor-field-textual{
		padding: 11px 15px;
	}

	.form-default-style .elementor-field-group button[type="submit"]{
		padding: 12px 15px;
	}
	
	.list-2-columns ul li{
		width: 100%;
	}
}


/*
 * Home page css
 * */
.hero-searchform .e-search-form{
	align-items: center;
}

.new-release-wp-theme-iconbox .elementor-icon-box-icon .elementor-icon{
	position: relative;
	background-image: linear-gradient(90deg, var( --e-global-color-accent ) 0%, #F2F574 100%);
}

.new-release-wp-theme-iconbox .elementor-icon-box-icon .elementor-icon:before{
	content: '';
    display: block;
    position: absolute;
    width: 65px;
    height: 65px;
    top: 5px;
    left: -5px;
    border-radius: 50%;
    z-index: 1;
    backdrop-filter: blur(5px);
    background: rgba(44, 56, 53, 0.2);
}

.new-release-wp-theme-iconbox .elementor-icon-box-icon .elementor-icon svg{
	position: relative;
    z-index: 2;
    top: 5px;
    left: -5px;
}

.our-client-review-section{
	position: relative;
	z-index: 2;
}

.our-client-review-section:after{
	content: '';
	display: block;
	position: absolute;
	width: 415px;
	height: 500px;
	right: 0;
	bottom: 0;
	background: url("images/our-client-review-bottom-blur-img.png") no-repeat right bottom;
	background-size: auto;
	z-index: -1;
}

.next-grn-theme-iconbox .elementor-icon-box-icon .elementor-icon{
	background: var(--e-global-color-secondary);
	width: 55px;
    height: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #00000009;
	border-radius: 4px;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.05);
}

.next-grn-theme-iconbox .elementor-icon-box-content .elementor-icon-box-title{
	margin-block-start: 0;
}

.theme-builder-iconbox .elementor-icon-box-icon{
	line-height: 0;
}

.theme-builder-iconbox .elementor-icon-box-title{
	margin-block-start: 0;
}

.faq-style .e-n-accordion .e-n-accordion-item{
	background-color: var( --e-global-color-secondary );
	border: 1px solid #00000009;
	border-radius: 4px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.newsletter-form > .elementor-widget-container{
	overflow: hidden;
}

.newsletter-form .elementor-field-textual{
	padding: 16px 20px 16px 50px;
}

.newsletter-form input[type="email"].elementor-field-textual{
	background-image: url("images/envelop-icon.svg");
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 20px auto;
}

.newsletter-form .elementor-field-textual:focus{
	outline: none !important;
	box-shadow: none !important;
}

.newsletter-form .elementor-field-textual::placeholder{
	opacity: 1 !important;
}

.newsletter-form button[type="submit"].elementor-button{
	min-height: 56px;
}

/*Slick slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*Slick slider*/

@media only screen and (max-width: 991px) {
	
	.new-release-wp-theme-iconbox .elementor-icon-box-icon .elementor-icon:before{
		width: 60px;
		height: 60px;
	}
	
	.our-client-review-section:after {
		width: 315px;
		height: 400px;
		background-size: 100% auto;
	}
}

@media only screen and (max-width: 767px) {
	
	.next-grn-theme-iconbox .elementor-icon-box-icon .elementor-icon{
		width: 50px;
		height: 50px;
	}
	
	.theme-builder-iconbox .elementor-icon-box-wrapper{
		align-items: center;
	}
	
	.newsletter-form .elementor-field-textual{
		padding: 13px 15px 13px 45px;
	}

	.newsletter-form input[type="email"].elementor-field-textual{
		background-position: left 15px center;
	}

	.newsletter-form button[type="submit"].elementor-button{
		min-height: 50px;
	}
}

/*
 * About page css
 * */
 
.about-image-1 img{
	aspect-ratio: 1 / 1.03;
	object-fit: cover;
}

.counter-title-center .elementor-counter .elementor-counter-title{
	text-align: center;
}

.about-image-2 img{
	aspect-ratio: 1 / 1.03;
	object-fit: cover;
}

.icon-box-title-margin .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title{
	margin-top: 0;
}

.team-image img{
	aspect-ratio: 1 / 1.01;
	object-fit: cover;
	object-position: top center;
}

.our-value-section{
	z-index: 1;
}

.our-value-section:before,
.our-value-section:after{
	content: "";
	position: absolute;
	background: rgb(from var(--e-global-color-accent) r g b / 10%);
	filter: blur(100px);
	border-radius: 608px;
	width: 490px;
	height: 608px;
	z-index: -1;
}

.our-value-section:before{
	top: -217px;
	left: -225px;
	right: auto;
	bottom: auto;
}

.our-value-section:after{
	top: auto;
	left: auto;
	right: -245px;
	bottom: 0;
}

.testimonials-section{
	z-index: 1;
}

.testimonials-section:before,
.testimonials-section:after{
	content: "";
	position: absolute;
	background: rgb(from var(--e-global-color-accent) r g b / 40%);
	filter: blur(400px);
	border-radius: 100%;
	width: 438px;
	height: 438px;
	z-index: -1;
}

.testimonials-section:before{
	top: auto;
	left: -200px;
	right: auto;
	bottom: 0;
}

.testimonials-section:after{
	top: -200px;
	left: auto;
	right: -220px;
	bottom: auto;
}

.testimonials-image-slider .elementor-image-carousel figure{
	border-radius: 10px;
}

.testimonials-image-slider .elementor-image-carousel figure img{
	aspect-ratio: 1 / 0.61;
	object-fit: cover;
	width: 100%;
}

.testimonials-counter .elementor-counter .elementor-counter-number-wrapper{
	background: linear-gradient(90deg, var(--e-global-color-accent) 0%, #37B772 100%);
	background-clip: text;
}

.trusted-partners-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description span{
	color: var(--e-global-color-accent);
}

.trusted-partners-number .elementor-heading-title{
	background: linear-gradient(201.17deg, rgba(0, 0, 0, 0.06) 5.7%, rgba(0, 0, 0, 0) 94.48%);
	background-clip: text;
}

.testimonials-item .elementor-main-swiper{
	width: 100% !important;
	padding-bottom: 0 !important;
}

.testimonials-item .swiper-slide .elementor-testimonial .elementor-testimonial__content{
	position: relative;
	padding-top: 65px;
}

.testimonials-item .swiper-slide .elementor-testimonial .elementor-testimonial__content:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	background: #FBBC04;
	mask-image: url("./images/rating-star.svg");
	mask-repeat: no-repeat;
	mask-position: left center;
	mask-size: auto;
	width: 100%;
	height: 20px;
}

.testimonials-item .swiper-slide .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text{
	max-width: 450px;
}

.testimonials-item .elementor-main-swiper .swiper-pagination-fraction{
	width: auto;
	left: auto;
	right: 50px;
	color: var(--e-global-color-secondary);
}

.testimonials-item .elementor-main-swiper .elementor-testimonial__footer .elementor-testimonial__cite .elementor-testimonial__name{
	margin-bottom: 5px;
}

.testimonials-item .elementor-main-swiper .elementor-swiper-button-prev,
.testimonials-item .elementor-main-swiper .elementor-swiper-button-next{
	background: url("./images/testimonials-arrow-left.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 24px;
	height: 24px;
	left: auto;
	right: 100px;
	top: auto;
	bottom: -7px;
}

.testimonials-item .elementor-main-swiper .elementor-swiper-button-next{
	background: url("./images/testimonials-arrow-right.svg");
	right: 0;	
}

.get-in-touch-section{
	backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
}

.get-in-touch-section:before{
	filter: blur(100px);
}

.get-in-touch-image img{
	aspect-ratio: 1 / 1.291;
	object-fit: cover;
}

.get-in-touch-form .elementor-form-fields-wrapper{
	max-width: 500px;
	background: rgb(from var(--e-global-color-secondary) r g b / 8%);
	border-radius: 5px;
	border: 1px solid rgb(from var(--e-global-color-secondary) r g b / 8%);
	padding: 7px;
	justify-content: space-between;
}

.get-in-touch-form .elementor-form-fields-wrapper .elementor-field-type-email{
	width: calc(100% - 190px);
}

.get-in-touch-form .elementor-form-fields-wrapper .elementor-field-type-email input{
	min-height: 50px;
	padding: 5px 10px;
	box-shadow: none;
}

.get-in-touch-form .elementor-form-fields-wrapper .elementor-field-type-email input::placeholder{
	opacity: 1;
}

.get-in-touch-form .elementor-form-fields-wrapper .elementor-field-type-submit{
	width: 180px;
	justify-content: end;
}

@media only screen and (max-width: 1024px) {
	
	.testimonials-item .swiper-slide .elementor-testimonial .elementor-testimonial__content .elementor-testimonial__text{
		max-width: 100%;
	}
	
}

@media only screen and (max-width: 767px) {
	
	.our-value-section:before{
		top: -100px;
		left: -125px;
		right: auto;
		bottom: auto;
	    width: 400px;
		height: 500px;
	}
	
	.our-value-section:after{
		right: -150px;
		width: 400px;
		height: 500px;
	}
	
	.testimonials-item .swiper-slide .elementor-testimonial .elementor-testimonial__content{
		padding-top: 45px;
	}
	
	.testimonials-item .swiper-slide .elementor-testimonial{
		padding-bottom: 60px;
	}
	
	.testimonials-item .elementor-main-swiper .swiper-pagination-fraction{
		left: 50%;
		right: auto;
		transform: translateX(-50%);
	}
	
	.testimonials-item .elementor-main-swiper .elementor-swiper-button-prev{
		right: auto;
		left: calc(50% - 60px);
	}
	
	.testimonials-item .elementor-main-swiper .elementor-swiper-button-next{
		left: auto;
		right: calc(50% - 60px);
	}
	
	.get-in-touch-form .elementor-form-fields-wrapper{
		display: block;
	}
	
	.get-in-touch-form .elementor-form-fields-wrapper .elementor-field-type-email{
		width: 100%;
	}
	
	.get-in-touch-form .elementor-form-fields-wrapper .elementor-field-type-email input{
		padding: 3px 7px;
	}

	.get-in-touch-form .elementor-form-fields-wrapper .elementor-field-type-submit{
		width: 100%;
		margin-top: 10px;
	}
	
	.get-in-touch-form .elementor-form-fields-wrapper .elementor-field-type-submit .elementor-button{
		width: 100%;
	}
}

/*
 * medical-healthcare ( Landing Page ) page CSS Start
 * */

.section-title .elementor-heading-title{
	position: relative;
	padding-left: 15px;
}

.section-title .elementor-heading-title:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	right: auto;
	bottom: auto;
	background: #FF6A45;
	border-radius: 50%;
	width: 5px;
	height: 5px;
}

.ads-landing-page-title .elementor-heading-title span{
	color: #0F6E63;
}

.ads-landing-text-editor p strong{
	color: #0D2B2A;
	font-weight: 600;
}

.ads-how-it-work-box:after{
	content: "";
	position: absolute;
	top: 30px;
	left: 0;
	right: auto;
	bottom: auto;
	border: 1px dashed #0D2B2A1A;
	width: calc(100% + 30px);
	height: 1px;
	z-index: -1;
}

.ads-how-it-work-box:last-child:after{
	width: 100%;
}

.featured-theme-image img{
	aspect-ratio: 1 / 0.492;
	object-fit: cover;
}

.featured-themes-price-tag .elementor-heading-title span{
	font-size: 17px;
	font-family: "Manrope", Sans-serif;
	font-weight: 400;
	text-decoration: line-through;
}

.who-its-for-list ul{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.who-its-for-list ul li{
	width: calc(25% - 22.5px);
	padding: 17px 20px !important;
	border: 1px solid #FFFFFF1A;
	border-radius: 10px;
	background: #FFFFFF0D;
	backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}

.who-its-for-list ul li:has(a) {
    padding: 0 !important;
}

.who-its-for-list ul li:has(a) a {
    padding: 17px 20px !important;
}

.who-its-for-list ul li:not(:has(a)) {
    padding: 17px 20px !important;
}

.ads-landing-reviews .swiper-slide .elementor-testimonial .elementor-testimonial__text{
	padding-top: 40px;
	position: relative;
}

.ads-landing-reviews .swiper-slide .elementor-testimonial .elementor-testimonial__text:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	background: #FF6A45;
	mask-image: url("./images/rating-star.svg");
	mask-repeat: no-repeat;
	mask-position: left center;
	mask-size: auto;
	width: 100%;
	height: 18px;
}

.ads-landing-faq .e-n-accordion .e-n-accordion-item{
	border: 1px solid #0D2B2A1A;
	border-radius: 10px;
}

.ads-landing-footer-sticky-section-text p strong{
	color: #0D2B2A;
}
 
@media only screen and (max-width: 1024px) {

	.who-its-for-list ul li{
		width: calc(33.33% - 20px);
	}
	
	.ads-landing-reviews .swiper-slide{
		padding: 25px !important;
	}
}

@media only screen and (max-width: 991px) {
	
	.ads-landing-list ul{
		display: flex;
		flex-wrap: wrap;
		gap: 20px 30px;
	}
	
	.ads-how-it-work-box:after{
		top: 25px;
	}
	
	.who-its-for-list ul li{
		width: calc(50% - 15px);
	}
}

@media only screen and (max-width: 767px) {
	
	.ads-landing-list ul{
		gap: 15px 20px;
	}
	
	.ads-how-it-work-box:after{
		display: none;
	}
	
	.who-its-for-list ul{
		gap: 20px;
	}
	
	.who-its-for-list ul li{
		width: 100%;
	}
	
	.who-its-for-list ul li:has(a) a {
		padding: 15px !important;
	}

	.who-its-for-list ul li:not(:has(a)) {
		padding: 15px !important;
	}
	
	.ads-landing-reviews .swiper-slide{
		padding: 20px !important;
	}
}

/*
 * Download(product) archive page CSS
 * */
.product-featured-img a{
	display: block;
	width: 100%;
}

.product-featured-img img{
	aspect-ratio: 1 / 1.091;
    object-fit: cover;
}

.support-icon{
	text-align: center;
}

.support-icon-wrapper{
	position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
	padding: 15px;
    z-index: 1;
}

.support-icon-items{
	display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
	list-style: none;
    background-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(30px) saturate(180%);
    padding: 12px 20px;
    border-radius: 50px;
    margin: 0;
}

.header-nav-menu .sub-menu{
	min-width: 192px !important;
	padding: 8px 0 !important;
}

.support-icon-items .icon-item{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
}

.support-icon-items .icon-item img{
	width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.product-title .elementor-heading-title a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: pre-wrap;
}

.product-loopgrid .product-tags-wrapper{
	display: none;
}

.product-loopgrid .product-loop-price-container{
	margin-top: -5px;
}

.download-loop-item .product-tags-wrapper .product-tags-list-items{
	max-height: 54px;
	overflow: hidden;
}

.product-tags-list-items{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.product-tags-list-items .tag-list-item{
	display: inline-flex;
}

.product-tags-list-items .tag-list-item .post-info__terms-list-item{
	display: inline-flex;
    font-size: 12px;
    line-height: 1em;
    color: #666;
    background-color: #EBEBEB;
    border-radius: 20px;
    padding: 5px 12px;
}

.product-loop-price .product-price{
	text-align: left;
	line-height: 0;
}

.product-loop-price .product-price .edd_price{
	font-size: 16px;
	font-weight: 600;
}

.product-loop-buynow .edd-add-to-cart,
.product-loop-buynow a.edd-submit{
	padding: 0 !important;
    width: 36px !important;
    height: 36px;
    background: #2C3835 url(images/cart.svg) no-repeat center center !important;
	background-size: 20px auto !important;
	border: none;
	outline: 0;
}

.product-loop-buynow .edd-add-to-cart .edd-add-to-cart-label,
.product-loop-buynow a.edd_go_to_checkout,
.product-loop-buynow a.edd-submit{
	font-size: 0 !important;
	color: transparent !important;
}

.product-loop-buynow a.edd_go_to_checkout{
	display: block;
	padding: 0 !important;
    width: 36px !important;
    height: 36px;
    background: #2C3835 url(images/checkout.svg) no-repeat center center !important;
	background-size: 20px auto !important;
}

.product-loop-buynow .edd-add-to-cart:hover,
.product-loop-buynow a.edd-submit:hover,
.product-loop-buynow a.edd_go_to_checkout:hover{
	background-color: #000000 !important;
}


.product-loop-buynow .edd-add-to-cart[data-edd-loading]{
	background-image: none !important;
}

.product-loop-buynow .edd_price_options{
	height: 0;
	width: 0;
	visibility: hidden;
	margin: 0;
}

.product-filter .searchandfilter ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-filter .searchandfilter > ul > li{
	background-color: var( --e-global-color-secondary );
	border: 1px solid #00000009;
	border-radius: 4px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
	padding: 25px 20px;
	margin-bottom: 30px;
}

.product-filter .searchandfilter > ul > li:last-child{
	margin-bottom: 0;
}

.product-filter .searchandfilter ul li.sf-field-search label{
	display: block;
}

.product-filter .searchandfilter ul li.sf-field-search input{
	color: var( --e-global-color-text );
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	padding: 12px 20px;
	background-color: transparent;
    border: 1px solid rgba(44, 56, 53, 0.2);
    border-radius: 4px;
	outline: none;
}

.product-filter .searchandfilter > ul > li h4{
	color: var( --e-global-color-primary );
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 20px;
	padding: 0;
}

.product-filter .searchandfilter ul li.sf-field-taxonomy-download_category ul li{
	display: flex;
    flex-direction: column;
	font-size: 14px;
    padding: 0;
    margin-bottom: 18px;
}

.product-filter .searchandfilter ul li.sf-field-taxonomy-download_category ul li:last-child{
	margin-bottom: 0;
}

.product-filter .searchandfilter ul li.sf-field-taxonomy-download_category ul li input[type="checkbox"]{
	width: 0;
	height: 0;
	opacity: 0;
}

.product-filter .sf-field-taxonomy-download_category .sf-input-radio{
	visibility: hidden;
	height: 0;
	width: 0;
}

.product-filter .searchandfilter ul li.sf-field-taxonomy-download_category ul li label{
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.product-filter .searchandfilter ul li.sf-field-taxonomy-download_category ul li label .sf-count{
	font-size: 16px;
}

.product-filter .searchandfilter ul li.sf-field-taxonomy-download_category ul li label:hover,
.product-filter .searchandfilter ul li.sf-field-taxonomy-download_category ul li.sf-option-active label{
	color: var( --e-global-color-primary );
}

.product-filter .searchandfilter ul li.sf-field-taxonomy-download_tag > ul{
	display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-filter .searchandfilter ul li.sf-field-taxonomy-download_tag ul li{
	display: inline-flex;
	padding: 0;
	position: relative;
}

.product-filter .searchandfilter ul li.sf-field-taxonomy-download_tag ul li input[type="checkbox"]{
	opacity: 0;
    position: absolute;
}

.product-filter .searchandfilter ul li.sf-field-taxonomy-download_tag ul li label{
	display: inline-flex;
	color: var( --e-global-color-text );
	font-size: 14px;
	line-height: 1em;
    background: transparent;
    padding: 10px 15px;
    border: 1px solid rgba(44, 56, 53, 0.20);
    border-radius: 4px;
    cursor: pointer;
	position: relative;
    transition: all 0.4s;
}

.product-filter .searchandfilter ul li.sf-field-taxonomy-download_tag ul li label:hover,
.product-filter .searchandfilter ul li.sf-field-taxonomy-download_tag ul li.sf-option-active label,
.product-filter .searchandfilter ul li.sf-field-taxonomy-download_tag ul li input[type="checkbox"]:checked + label{
	color: var( --e-global-color-primary );
    background: var( --e-global-color-accent );
	border-color: var( --e-global-color-accent );
}

.product-loopgrid .search-filter-no-results-message{
	color: var( --e-global-color-primary );
	font-weight: 500;
}

.loopgrid-pagination .page-numbers{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 1px solid rgba(44, 56, 53, 0.2);
	border-radius: 4px;
	background-color: transparent;
	transition: all 0.3s ease-in-out;
}

.loopgrid-pagination .page-numbers.dots{
	color: var( --e-global-color-primary );
}

.loopgrid-pagination .page-numbers:hover,
.loopgrid-pagination .page-numbers.current{
	background-color: var( --e-global-color-accent );
	border-color: var( --e-global-color-accent );
}

.loopgrid-pagination .page-numbers.prev{
	text-indent: -9999px;
	background-image: url("images/pagination-prev-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 12px;
}

.loopgrid-pagination .page-numbers.next{
	text-indent: -9999px;
	background-image: url("images/pagination-next-arrow.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 12px;
}

.loopgrid-pagination span.page-numbers.prev,
.loopgrid-pagination span.page-numbers.next{
	display: none;
}

.archive-title-wrapper h1{
	margin: 0;
	text-align: left;
	text-transform: capitalize;
}

.product-archive-description h1,
.product-archive-description h2,
.product-archive-description h3,
.product-archive-description h4,
.product-archive-description h5,
.product-archive-description h6{
	margin-block-start: 0;
	margin-block-end: 30px;
	font-weight: 700;
}

.product-archive-description h3{
	font-size: 26px;
	line-height: 1.2em;	
}

.product-archive-description h4{
	font-size: 22px;
	line-height: 1.2em;	
}

.product-archive-description p{
	margin-block-end: 1.57rem;
}

.product-archive-description strong,
.product-archive-description ol li::marker{
	color: var( --e-global-color-primary );
}

.product-archive-description ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.product-archive-description ul li{
	background-image: url("images/checkmark-without-fill.svg");
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 16px auto;
    margin-block-end: 1.57rem;
    padding-left: 28px;
}

.product-archive-description ol{
	padding: 0 0 0 20px;
	margin: 0;
}

.product-archive-description ol li{
    margin-block-end: 1.57rem;
}

@media only screen and (max-width: 991px) {
	
	.product-featured-img img{
		aspect-ratio: 1 / 1.09;
	}	
	
	.product-archive-description h1,
	.product-archive-description h2,
	.product-archive-description h3,
	.product-archive-description h4,
	.product-archive-description h5,
	.product-archive-description h6{
		margin-block-end: 25px;
	}

	.product-archive-description h3{
		font-size: 24px;
	}

	.product-archive-description h4{
		font-size: 20px;
	}

	.product-archive-description p{
		margin-block-end: 1.3rem;
	}

	.product-archive-description ul li,
	.product-archive-description ol li{
		margin-block-end: 1rem;
	}
}

@media only screen and (max-width: 767px) {

	.product-filter .searchandfilter ul li.sf-field-search input{
		padding: 11px 15px;
	}
	
	.loopgrid-pagination .page-numbers{
		margin-bottom: 10px;
	}
	
	.product-archive-description h3{
		font-size: 22px;
	}
}


/*
 * Download(product) single page CSS
 * */
.hero-thumbnail-icon img{
	aspect-ratio: 1/1;
	object-fit: cover;
}

.no-thumbnail-icon{
	width: 100%;
	padding-left: 10px;
}

.hero-btns .elementor-button .elementor-button-icon{
	font-size: 16px;
}

.product-price{
	text-align: right;
}

.product-price .edd_price{
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em;
	color: var(--e-global-color-primary);
}

.single-download .edd_download_purchase_form {
	margin-bottom:0px;
}

.variable-item .item-single-price {
	display:none;
}

.edd_price_options ul li{
	margin-bottom: 15px;
}

.edd_price_options ul li:last-child{
	margin-bottom: 0;
}

.edd_price_options ul li label .edd_price_option_price{
	font-size: 20px;
	float: right;
}

.edd_price_options ul li label{
	display: block;
	color: var( --e-global-color-primary );
	font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
	position: relative;
    cursor: pointer;
}

.edd_price_options ul li input[type="radio"]{
	appearance: none;
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid var( --e-global-color-accent );
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background-color: transparent;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.edd_price_options ul li label input[type="radio"]:checked::before{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: var( --e-global-color-accent );
    transform: translate(-50%, -50%);
}

body.free-item .edd_download_purchase_form{
	margin-bottom: 0;
}

body.free-item .edd_download_purchase_form a.button,
body.external-item .edd_download_purchase_form a.button,
.edd-submit.button.blue
{
	width: 100%;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: 500;
	line-height: var(--e-global-typography-accent-line-height);
	border: none;
    border-radius: 4px;
    padding: 8px 18px;
}

body.free-item .edd_download_purchase_form a.button:hover,
body.external-item .edd_download_purchase_form a.button:hover,
.edd-submit.button.blue.active, 
.edd-submit.button.blue:focus, 
.edd-submit.button.blue:hover{
	outline:none;
	color: var(--e-global-color-primary);
}

.edd_price_options.edd_single_mode ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.edd_price_options.edd_single_mode ul li{
	margin: 0;
}

.edd_price_options.edd_single_mode ul li label{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	min-height: 100px;
	gap: 6px 16px;
	position: relative;
	font-size: 16px;
	padding: 12px 20px;
	border: 1px solid #2c383533;
	border-bottom-width: 4px;
	border-radius: 8px;
	background: var(--e-global-color-secondary);
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.edd_price_options.edd_single_mode ul li label:hover,
.edd_price_options.edd_single_mode ul li label:has(input:checked){
	border-color: var(--e-global-color-primary);
    background: #00000005;
}

.edd_price_options.edd_single_mode input[type="radio"]{
    width: 20px;
    height: 20px;
    border: 2px solid #2c383533;
    border-radius: 50%;
    background-color: initial;
    margin-right: 0;
}

.edd_price_options.edd_single_mode input[type="radio"]:checked{
	border-color: var(--e-global-color-primary);
}

.edd_price_options.edd_single_mode input[type=radio]:checked::before{
    background-color: var(--e-global-color-primary);
}

.edd_price_options.edd_single_mode ul li .edd_price_option_name{
    order: 2;
	color: var(--e-global-color-primary);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
	letter-spacing: -0.02em;
	margin-left: -25px;
}

.edd_price_options.edd_single_mode ul li .edd_price_option_sep{
	display: none;
}

.edd_price_options.edd_single_mode ul li .edd_price_option_original_price{
	order: 3;
    margin-left: auto;
	color: var(--e-global-color-text);
    font-size: 14px;
    font-weight: 400;
	letter-spacing: -0.02em;
    line-height: 1.3em;
	position: relative;
    bottom: -2px;
    right: -10px;
}

.edd_price_options.edd_single_mode ul li .edd_price_option_original_price del{
	text-decoration-color: var(--e-global-color-text);
}

.edd_price_options.edd_single_mode ul li .edd_price_option_price{
	order: 4;
	color: var(--e-global-color-primary);
    font-size: 20px;
    font-weight: 600;
	letter-spacing: -0.02em;
    line-height: 1.2em;
}

.edd_price_options.edd_single_mode ul li .edd_price_option_description{
	order: 5;
	display: block;
	width: 100%;
	color: var(--e-global-color-text);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
	padding-left: 30px;
}

.awaiken-purchase-services{
  	display: flex;
  	flex-direction: column;
  	gap: 10px;
  	margin: 30px 0 0;
}

.single-download-shortcode .edd_download_purchase_form .edd_purchase_submit_wrapper{
	margin-top: 0px;		
}

.single-download-shortcode .edd-add-to-cart,
.single-download-shortcode .edd_go_to_checkout{
	padding: 12px 20px !important;
	width: 100%;
	border-radius: 6px;
	border: none;
	transition: all 0.3s ease-in-out;
}

.single-download-shortcode .edd-add-to-cart:hover,
.single-download-shortcode .edd-add-to-cart:focus,
.single-download-shortcode .edd_go_to_checkout:hover,
.single-download-shortcode .edd_go_to_checkout:focus{
	background: var(--e-global-color-primary) !important;
	color: #fff !important;
	outline: 0;
}

.awaiken-purchase-service{
  	display: flex;
 	align-items: center;
  	font-size: 0;
  	cursor: pointer;
}

.awaiken-purchase-service input[type="checkbox"]{
	width: 15px;
	height: 15px;
	min-width: 15px;
	margin: 0 8px 0 0;
	cursor: pointer;
}

.awaiken-purchase-service__label{
  	font-size: 14px;
  	font-weight: 500;
  	color: var(--e-global-color-primary);
    line-height: 1.4em;
}

.awaiken-purchase-service__sep{
  	display: none;
}

.awaiken-purchase-service__price{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4em;
	letter-spacing: -0.02em;
	margin-left: auto;
	padding-left: 12px;
	color: var(--e-global-color-primary);
}

.awaiken-purchase-service__price del{
	font-weight: 400;
	color: var(--e-global-color-text);
	margin-right: 4px;
}

/* Free download popup css start */
.single-download .edd-free-downloads-modal-wrapper{
	background: #2C3835CC;
}	

.single-download #edd-free-downloads-modal{
	background: var(--e-global-color-secondary);
    width: 630px;
    border-radius: 5px;
    padding: 30px;
}

.single-download #edd-free-downloads-modal form p{
	margin-bottom: 25px;
}

.single-download #edd-free-downloads-modal form p label{
	display: none;
}

.single-download #edd-free-downloads-modal form p input{
	width: 100%;
	color: var( --e-global-color-text );
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	padding: 12px 20px;
	background-color: transparent;
    border: 1px solid #2C383533;
    border-radius: 4px;
	outline: none;
}

.single-download #edd-free-downloads-modal form p input::placeholder{
	opacity: 1 !important;
	color: var( --e-global-color-text ) !important;
}

.single-download #edd-free-downloads-modal form button{
	display: block;
	width: 100%;
	color: var( --e-global-color-primary );
	background-color: transparent;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: 500;
    line-height: var(--e-global-typography-accent-line-height);
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, #F2F574 100%);
	border: none;
    border-radius: 4px;
    padding: 13px 18px;
	transition: all 0.3s ease-in-out;
}

.single-download #edd-free-downloads-modal form button:hover{
	background-image: linear-gradient(90deg, #F2F574 0%, var(--e-global-color-accent) 100%);
}

.single-download #edd-free-downloads-modal form .edd-free-download-errors{
	border-radius: 0;
    border: none;
    background: transparent;
    color: var( --e-global-color-primary );
}

.single-download #edd-free-downloads-modal form .edd-free-download-errors p{
	font-size: 14px;
	line-height: 1.4em;
    border-radius: 4px;
    padding: 6px 10px;
	color: #a94442;
    background-color: #f2dede;
    border: 1px solid #ebccd1;
}

.single-download #edd-free-downloads-modal form .edd-free-downloads-verification-message-wrapper{
	background-color: var(--e-global-color-5a3d986);
    color: var(--e-global-color-primary);
	border-color: rgba(44, 56, 53, 0.1);
	font-size: 14px;
	line-height: 1.4em;
    border-radius: 4px;
    padding: 6px 10px;
	margin-bottom: 25px;
}
/* Free download popup css end */

/* External item */
.external-item .download-single-addtocart{
	display:none;
}
/* End External item */

.download-single-addtocart .elementor-button .elementor-button-icon{
	font-size: 20px;
}

.meta-attributes{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 20px;
}

.meta-attributes .meta-attribute_item{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	width: 100%;
}

.meta-attributes .meta-attribute_item .meta-attr_name{
	width: calc(42% - 20px);
	font-weight: 600;
	color: var(--e-global-color-primary);
}

.meta-attributes .meta-attribute_item .meta-attr_detail{
	width: calc(58% - 20px);
	color: var(--e-global-color-primary);
}

.meta-attributes .meta-attribute_item.last-update .meta-attr_detail,
.meta-attributes .meta-attribute_item.published .meta-attr_detail,
.meta-attributes .meta-attribute_item.layout .meta-attr_detail{
	color: var(--e-global-color-text);
}

.tags-list-items{
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tags-list-items .tag-list-item{
	display: inline-flex;
}

.tags-list-items .tag-list-item .post-info__terms-list-item{
	display: inline-flex;
	font-size: 14px;
	line-height: 1em;
	background: transparent;
    padding: 10px 15px;
    border: 1px solid rgba(44, 56, 53, 0.20);
    border-radius: 4px;
	cursor: pointer;
    transition: all 0.4s;
	text-transform:capitalize;
}

.tags-list-items .tag-list-item .post-info__terms-list-item:hover{
	background: var( --e-global-color-accent );
	color: var(--e-global-color-primary);
	border-color: transparent;
}

.product-single-content h1,
.product-single-content h2,
.product-single-content h3,
.product-single-content h4,
.product-single-content h5,
.product-single-content h6{
	margin-block-start: 0;
	margin-block-end: 30px;
	font-weight: 700;
}

.product-single-content h2{
	font-size: 26px;
}

.product-single-content h3{
	font-size: 24px;
	line-height: 1.2em;	
}

.product-single-content h4{
	font-size: 22px;
	line-height: 1.2em;	
}

.product-single-content .wp-block-image{
	margin-block-end: 30px;
}

.product-single-content .wp-block-image a{
	display: block;
	text-align: center;
}

.product-single-content .wp-block-image img{
	width: 100%;
	border-radius: 4px;
}

.product-single-content .wp-block-columns .wp-block-column .wp-block-image{
	margin-block-end: 0;
}

.product-single-content p{
	margin-block-end: 1.57rem;
}

.product-single-content strong,
.product-single-content ol.wp-block-list li::marker{
	color: var( --e-global-color-primary );
}

.product-single-content ul.wp-block-list{
	padding: 0;
	margin: 0;
	margin-bottom: 2em;
	list-style: none;
}

.product-single-content ul.wp-block-list li{
	background-image: url("images/checkmark-without-fill.svg");
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 16px auto;
    margin-block-end: 0.6rem;
    padding-left: 28px;
}

.product-single-content ol.wp-block-list{
	padding: 0 0 0 20px;
	margin: 0;
}

.product-single-content ol.wp-block-list li{
    margin-block-end: 0.6rem;
}

.product-single-content .wp-block-buttons{
	margin-bottom: 30px;
}

.product-single-content .wp-block-buttons:where(.is-layout-flex){
	gap: 20px;
}

.product-single-content .wp-block-buttons .wp-block-button .wp-block-button__link{
	display: inline-block;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: 1em;
    border: none;
    background-color: var(--e-global-color-accent);
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, #F2F574 100%);
    border-radius: 4px;
    padding: 12px 20px;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.product-single-content .wp-block-buttons .wp-block-button .wp-block-button__link:hover{
	background-color: transparent;
    background-image: linear-gradient(90deg, #F2F574 0%, var(--e-global-color-accent) 100%);
}

.product-single-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link{
	background-color: transparent;
    background-image: none;
	padding: 11px 20px;
	border: 1px solid rgba(44, 56, 53, 0.20);
}

.product-single-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover{
	color: var( --e-global-color-secondary );
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.product-single-content .wp-block-separator{
	border-top: 1px solid rgba(44, 56, 53, 0.20);
	margin: 30px 0;
}

.product-single-content .edd_download_purchase_form{
	margin-bottom: 0;
}

.product-single-content .edd_download_purchase_form .edd-submit{
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    color: var(--e-global-color-primary);
    background-color: transparent;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, #F2F574 100%);
    border: none;
    border-radius: 4px;
    padding: 8px 18px;
	transition: all .3s;
}

.product-single-content .edd_download_purchase_form .edd-submit:hover,
.product-single-content .edd_download_purchase_form .edd-submit:focus{
	color: var(--e-global-color-primary);
    background-color: transparent;
	border: none;
    background-image: linear-gradient(90deg, #F2F574 0%, var(--e-global-color-accent) 100%);
}

.product-single-content .edd_download_purchase_form .edd-add-to-cart[data-edd-loading] .edd-add-to-cart-label{
	opacity: 1;
}

/* Product FAQ CSS Start */
.product-faqs-items{
	opacity: 0;
	visibility: hidden;
}

.product-faqs-items.accordion.ui-accordion{
	opacity: 1;
	visibility: visible;
}

.product-faq-item .faq-question{
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    line-height: 1.5em;	
	border: none;
	border-bottom: 1px solid rgb(from var(--e-global-color-primary) r g b / 20%);
	border-radius: 0;
	background: transparent;
    padding: 20px 30px 20px 0;
    margin: 0;
}

.product-faq-item .faq-question .ui-accordion-header-icon{
	display: none;
}

.product-faq-item .faq-question:before{
	content: '';
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 0;
    width: 16px;
    height: 14px;
    background-color: var(--e-global-color-primary);
    mask-image: url("images/down-arrow-faq.svg");
    mask-repeat: no-repeat;
    mask-position: center center;
    mask-size: 16px auto;
	transition: all 0.3s ease-in-out;
}

.product-faq-item .faq-question.ui-accordion-header-active:before{
	-webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.product-faq-item .faq-answer{
	color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	border: none;
	border-bottom: 1px solid rgb(from var(--e-global-color-primary) r g b / 20%);
	border-radius: 0;
	background: transparent;
    padding: 20px 30px 20px 0;
    margin: 0;
}

.product-single-content p{
	margin-block-end: 1.57rem;
}

.product-faq-item .faq-answer a{
	color: inherit;
	text-decoration: underline;
}

.product-faq-item .faq-answer strong{
	font-weight: 700;
}

.product-faq-item .faq-answer h2,
.product-faq-item .faq-answer h3,
.product-faq-item .faq-answer h4,
.product-faq-item .faq-answer h5,
.product-faq-item .faq-answer h6{
	margin-block-start: 0;
	margin-block-end: 30px;
	font-weight: 700;
}

.product-faq-item .faq-answer h2{
	font-size: 26px;
}

.product-faq-item .faq-answer h3{
	font-size: 24px;
	line-height: 1.2em;	
}

.product-faq-item .faq-answer h4{
	font-size: 22px;
	line-height: 1.2em;	
}

.product-faq-item .faq-answer ol li::marker{
	color: var( --e-global-color-primary );
}

.product-faq-item .faq-answer ol{
	padding: 0 0 0 20px;
	margin: 0;
}

.product-faq-item .faq-answer ol li{
    margin-block-end: 0.6rem;
}

.product-faq-item .faq-answer ul{
	padding: 0;
	margin: 0;
	margin-bottom: 2em;
	list-style: none;
}

.product-faq-item .faq-answer ul li{
	background-image: url("images/checkmark-without-fill.svg");
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 16px auto;
    margin-block-end: 0.6rem;
    padding-left: 28px;
}

.product-faq-item .faq-answer > *:last-child{
	margin-bottom: 0;
}
/* Product FAQ CSS End */

@media only screen and (max-width: 991px) {
	
	.edd_price_options ul li label .edd_price_option_price{
		font-size: 18px;
	}
	
	/* Free download popup css start */
	.single-download #edd-free-downloads-modal{
		padding: 25px;
	}
	/* Free download popup css end */
	
	.product-single-content h1,
	.product-single-content h2,
	.product-single-content h3,
	.product-single-content h4,
	.product-single-content h5,
	.product-single-content h6{
		margin-block-end: 25px;
	}

	.product-single-content .wp-block-image{
		margin-block-end: 25px;
	}

	.product-single-content p{
		margin-block-end: 1.3rem;
	}

	.product-single-content .wp-block-buttons{
		margin-bottom: 25px;
	}
	
	.product-single-content .wp-block-separator{
		margin: 25px 0;
	}
	
	.product-price .edd_price{
		font-size: 20px;
	}
	
	/* Product FAQ CSS Start */
	.product-single-content p{
		margin-block-end: 1.3rem;
	}

	.product-faq-item .faq-answer h2,
	.product-faq-item .faq-answer h3,
	.product-faq-item .faq-answer h4,
	.product-faq-item .faq-answer h5,
	.product-faq-item .faq-answer h6{
		margin-block-end: 25px;
	}
	/* Product FAQ CSS End */
}

@media only screen and (max-width: 767px) {
	
	.edd_price_options ul li{
		margin-bottom: 12px;
	}

	.edd_price_options ul li label{
		font-size: 18px;
	}

	.edd_price_options.edd_single_mode ul li label{
		padding: 15px;
	}

	.edd_price_options.edd_single_mode ul li .edd_price_option_name{
		display: block;
		width: 100%;
		margin-left: 0;
	}

	.edd_price_options.edd_single_mode ul li .edd_price_option_original_price,
	.edd_price_options.edd_single_mode ul li .edd_price_option_price{
		order: unset;
	}

	.edd_price_options.edd_single_mode ul li .edd_price_option_description{
		padding-left: 0;
	}

	.awaiken-purchase-services {
		gap: 10px;
	}
	
	.awaiken-purchase-service{
		row-gap: 8px;
	}
	
	/* Free download popup css start */
	.single-download #edd-free-downloads-modal{
		width: calc(100% - 40px);
		padding: 20px;
	}

	.single-download #edd-free-downloads-modal form p{
		margin-bottom: 20px;
	}

	.single-download #edd-free-downloads-modal form p input{
		padding: 11px 15px;
	}

	.single-download #edd-free-downloads-modal form button{
		padding: 12px 15px;
	}
	/* Free download popup css end */
	
	.product-single-content h2{
		font-size: 24px;
	}
	
	.product-single-content h3{
		font-size: 22px;
	}
	
	.product-single-content h4{
		font-size: 20px;
	}
	
	.meta-attributes{
		row-gap: 15px;
	}

	.meta-attributes .meta-attribute_item{
		gap: 20px;
		font-size: 14px;
	}

	.meta-attributes .meta-attribute_item .meta-attr_name{
		width: calc(42% - 10px);
	}

	.meta-attributes .meta-attribute_item .meta-attr_detail{
		width: calc(58% - 10px);
	}
	
	/* Product FAQ CSS Start */
	.product-faq-item .faq-question{
		font-size: 16px;
		padding: 15px 25px 15px 0;
	}

	.product-faq-item .faq-question:before{
		top: 22px;
		width: 14px;
		height: 12px;
		mask-size: 14px auto;
	}

	.product-faq-item .faq-answer{
		padding: 15px 0;
	}

	.product-faq-item .faq-answer h2,
	.product-faq-item .faq-answer h3,
	.product-faq-item .faq-answer h4,
	.product-faq-item .faq-answer h5,
	.product-faq-item .faq-answer h6{
		margin-block-end: 20px;
	}

	.product-faq-item .faq-answer h2{
		font-size: 24px;
	}
	
	.product-faq-item .faq-answer h3{
		font-size: 22px;
	}
	
	.product-faq-item .faq-answer h4{
		font-size: 20px;
	}
	/* Product FAQ CSS End */
}


/*
 * Blog(post) archive page CSS
 * */
.latest-blog-fullwidth .latest-blog-item .post-thumbnail{
	line-height: 0;
	margin-bottom: 35px;
}

.latest-blog-fullwidth .latest-blog-item .post-thumbnail a{
	display: block;
	width: 100%;
} 

.latest-blog-fullwidth .latest-blog-item .post-thumbnail img{
	width: 100%;
    aspect-ratio: 1 / 0.73;
    object-fit: cover;
}

.latest-blog-fullwidth .latest-blog-item .post-meta{
	margin-bottom: 15px;
}

.latest-blog-fullwidth .latest-blog-item .post-meta .post-category{
	margin: 0;
}

.latest-blog-fullwidth .latest-blog-item .post-meta .post-category a{
	display: inline-block;
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 500;
    color: var(--e-global-color-accent);
    text-transform: uppercase;
    letter-spacing: 0.3em;
}

.latest-blog-fullwidth .latest-blog-item .post-title{
	margin-bottom: 25px;
}

.latest-blog-fullwidth .latest-blog-item .post-title h2{
	margin: 0;
}

.latest-blog-fullwidth .latest-blog-item .post-title a{
	display: inline-block;
	color: inherit;
}

.latest-blog-fullwidth .latest-blog-item .post-excerpt{
	font-size: 18px;
    line-height: 1.4em;
}

.latest-blog-fullwidth .latest-blog-item .post-excerpt p:last-child{
	margin-bottom: 0;
}

.latest-blog-3columns{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.latest-blog-3columns .latest-blog-item{
	width: calc(33.33% - 20px);
}

.latest-blog-3columns .latest-blog-item .post-thumbnail{
	line-height: 0;
	margin-bottom: 20px;
}

.latest-blog-3columns .latest-blog-item .post-thumbnail a{
	display: block;
	width: 100%;
} 

.latest-blog-3columns .latest-blog-item .post-thumbnail img{
	width: 100%;
    aspect-ratio: 1 / 0.726;
    object-fit: cover;
	border-radius: 4px;
}

.latest-blog-3columns .latest-blog-item .post-meta{
	margin-bottom: 20px;
}

.latest-blog-3columns .latest-blog-item .post-meta .post-category{
	margin: 0;
}

.latest-blog-3columns .latest-blog-item .post-meta .post-category a{
	display: inline-block;
    font-size: 14px;
    line-height: 1em;
    font-weight: 400;
    border-radius: 20px;
    color: var(--e-global-color-primary);
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, #F2F574 100%);
    padding: 6px 10px;
}

.latest-blog-3columns .latest-blog-item .post-title h2{
	margin: 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2em;
}

.latest-blog-3columns .latest-blog-item .post-title a{
	display: inline-block;
	color: inherit;
}

.latest-blog-loopgrid .latest-blog-loop-item .elementor-widget-theme-post-featured-image a{
	display: block;
	width: 100%;
} 

.latest-blog-loopgrid .latest-blog-loop-item .elementor-widget-theme-post-featured-image img{
    aspect-ratio: 1.78 / 1;
    object-fit: cover;
}

.latest-blog-loopgrid .latest-blog-loop-item .elementor-widget-post-info ul li .elementor-post-info__terms-list{
	color: transparent;
	display: inline-block;
}

.latest-blog-loopgrid .latest-blog-loop-item .elementor-widget-post-info ul li .elementor-post-info__terms-list .elementor-post-info__terms-list-item{
	display: inline-block;
    border-radius: 20px;
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, #F2F574 100%);
    padding: 6px 10px;
}

.latest-blog-loopgrid .latest-blog-loop-item .elementor-widget-post-info ul li .elementor-post-info__terms-list .elementor-post-info__terms-list-item:not(:first-child){
	display: none !important;
}

@media only screen and (max-width: 991px) {
	
	.latest-blog-fullwidth .latest-blog-item .post-thumbnail{
		margin-bottom: 30px;
	}
	
	.latest-blog-fullwidth .latest-blog-item .post-thumbnail img{
		aspect-ratio: 1 / 0.7;
	}

	.latest-blog-fullwidth .latest-blog-item .post-title{
		margin-bottom: 20px;
	}
	
	.latest-blog-3columns{
		gap: 25px;
	}

	.latest-blog-3columns .latest-blog-item{
		width: calc(50% - 12.5px);
	}

	.latest-blog-3columns .latest-blog-item .post-thumbnail img,
	.latest-blog-loopgrid .latest-blog-loop-item .elementor-widget-theme-post-featured-image img{
		aspect-ratio: 1 / 0.7;
	}
}

@media only screen and (max-width: 767px) {

	.latest-blog-fullwidth .latest-blog-item .post-excerpt{
		font-size: 16px;
	}

	.latest-blog-3columns{
		flex-direction: column;
	}
	
	.latest-blog-3columns .latest-blog-item{
		width: 100%;
	}
}


/*
 * Blog(post) single page CSS
 * */
.blog-single-content h1,
.blog-single-content h2,
.blog-single-content h3,
.blog-single-content h4,
.blog-single-content h5,
.blog-single-content h6{
	margin-block-start: 0;
	margin-block-end: 30px;
	font-weight: 700;
}

.blog-single-content h2{
	font-size: 26px;
	line-height: 1.2em;	
}

.blog-single-content h3{
	font-size: 24px;
	line-height: 1.2em;	
}

.blog-single-content h3:has(a) a{
	color: inherit;
}

.blog-single-content h4{
	font-size: 22px;
	line-height: 1.2em;	
}

.blog-single-content :where(.wp-block-columns){
	background-color: var( --e-global-color-secondary );
	border: 1px solid #00000009;
	border-radius: 4px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-bottom: 2.5em;
}

.blog-single-content .wp-block-image{
	margin-block-end: 30px;
	text-align: left;
	margin-left: 0;
}

.blog-single-content .wp-block-image a{
	display: block;
	text-align: center;
}

.blog-single-content .wp-block-image img{
	width: 100%;
	border-radius: 4px;
}

.blog-single-content p{
	margin-block-end: 1.57rem;
}

.blog-single-content p a,
.blog-single-content ul li a,
.blog-single-content ol li a{
	text-decoration: underline;
}

.blog-single-content strong,
.blog-single-content ol.wp-block-list li::marker{
	color: var( --e-global-color-primary );
}

.blog-single-content ul.wp-block-list{
	padding: 0;
	margin: 0;
	list-style: none;
}

.blog-single-content ul.wp-block-list li{
	background-image: url("images/checkmark-without-fill.svg");
    background-repeat: no-repeat;
    background-position: left top 3px;
    background-size: 16px auto;
    margin-block-end: 0.6rem;
    padding-left: 28px;
}

.blog-single-content ol.wp-block-list{
	padding: 0 0 0 20px;
	margin: 0;
}

.blog-single-content ol.wp-block-list li{
    margin-block-end: 0.6rem;
}

.blog-single-content :where(.wp-block-buttons:not(.wp-block-columns .wp-block-buttons)){
	margin-bottom: 30px;
}

.blog-single-content :where(.wp-block-buttons:not(.wp-block-columns .wp-block-buttons):last-child){
	margin-bottom: 0;
}

.blog-single-content .wp-block-buttons:where(.is-layout-flex){
	gap: 20px;
}

.blog-single-content .wp-block-buttons .wp-block-button .wp-block-button__link{
	display: inline-block;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: 1em;
    border: none;
    background-color: var(--e-global-color-accent);
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, #F2F574 100%);
    border-radius: 4px;
    padding: 12px 20px;
    outline: none;
    transition: all 0.3s ease-in-out;
}

.blog-single-content .wp-block-buttons .wp-block-button .wp-block-button__link:hover{
	background-color: transparent;
    background-image: linear-gradient(90deg, #F2F574 0%, var(--e-global-color-accent) 100%);
}

.blog-single-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link{
	background-color: transparent;
    background-image: none;
	padding: 11px 20px;
	border: 1px solid rgba(44, 56, 53, 0.20);
}

.blog-single-content .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:hover{
	color: var( --e-global-color-secondary );
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
}

.blog-single-content .wp-block-separator{
	border-top: 1px solid rgba(44, 56, 53, 0.20);
	margin: 30px 0;
}

.blog-single-recent-post .elementor-grid .e-loop-item .elementor-widget-theme-post-featured-image a{
	display: block;
	width: 100%;
}

.blog-single-recent-post .elementor-grid .e-loop-item .elementor-widget-theme-post-featured-image img{
	aspect-ratio: 1 / 0.5;
    object-fit: cover;
}

.blog-single-recent-post .elementor-grid .e-loop-item .elementor-widget-theme-post-title .elementor-heading-title a,
.blog-single-recent-post .elementor-grid .e-loop-item .elementor-widget-theme-post-excerpt p{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: pre-wrap;
}

.blog-single-share-buttons .elementor-grid-item .elementor-share-btn{
	height: auto;
}

.blog-single-share-buttons .elementor-grid-item .elementor-share-btn .elementor-share-btn__icon{
	width: auto;
	background-color: transparent;
}

.author-infobox{
	background-color: var( --e-global-color-5a3d986 );
	padding: 40px;
}

.author-infobox .author-infobox-header{
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.author-infobox .author-infobox-header .author-profile-photo{
	line-height: 0;
	width: 80px;
}

.author-infobox .author-infobox-header .author-info{
	width: calc(100% - 100px);
}

.author-infobox .author-infobox-header .author-profile-photo img{
	width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
}

.author-infobox .author-infobox-header .author-info .author-title{
	margin-bottom: 10px;
}

.author-infobox .author-infobox-header .author-info .author-title h4{
	color: var( --e-global-color-text );
	font-size: 20px;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0;
}

.author-infobox .author-infobox-header .author-info .author-name h3{
	color: var( --e-global-color-primary );
	font-size: 26px;
	font-weight: 900;
	line-height: 1.1em;
	margin: 0;
}

.author-infobox .author-infobox-body{
	margin-top: 25px;
}

.author-infobox .author-infobox-body .author-description p:last-child{
	margin-bottom: 0;
}

.author-infobox .author-infobox-body .author-social-media{
	margin: 25px 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.author-infobox .author-infobox-body .author-social-media li{
	display: inline-block;
}

.author-infobox .author-infobox-body .author-social-media li a{
	display: inline-block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
	background-color: transparent;
    border: 1px solid var(--e-global-color-text);
    border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px auto;
	transition: all 0.3s ease-in-out;
}

.author-infobox .author-infobox-body .author-social-media li a:hover{
	background-color: var( --e-global-color-accent );
	border-color: var( --e-global-color-accent );
}

.author-infobox .author-infobox-body .author-social-media li.facebook a{
	background-image: url("images/facebook-gray.svg");
}

.author-infobox .author-infobox-body .author-social-media li.facebook a:hover{
	background-image: url("images/facebook-black.svg");
}

.author-infobox .author-infobox-body .author-social-media li.twitter a{
	background-image: url("images/twitter-gray.svg");
}

.author-infobox .author-infobox-body .author-social-media li.twitter a:hover{
	background-image: url("images/twitter-black.svg");
}

.author-infobox .author-infobox-body .author-social-media li.linkedin a{
	background-image: url("images/linkedin-gray.svg");
}

.author-infobox .author-infobox-body .author-social-media li.linkedin a:hover{
	background-image: url("images/linkedin-black.svg");
}

.author-infobox .author-infobox-body .author-social-media li.instagram a{
	background-image: url("images/instagram-gray.svg");
}

.author-infobox .author-infobox-body .author-social-media li.instagram a:hover{
	background-image: url("images/instagram-black.svg");
}

.also-read-block{
	background-color: var(--e-global-color-primary);
	color: var(--e-global-color-secondary);
    font-size: 18px;
    padding: 25px;
    border-radius: 5px;
}

.blog-single-content .also-read-block *{
	color: var(--e-global-color-secondary);
}

.single-post .wp-block-table table{
	font-size: 1em;
	margin-block-end: 30px;
}

.single-post .wp-block-table table thead{
	border-bottom: none;
	border-color: #2c383533;
	text-align: left;
}

.single-post .wp-block-table.choice-table table thead{
	text-align: center;
}

.single-post .wp-block-table table thead th{
	background-color: var(--e-global-color-primary);
	border-color: var(--e-global-color-primary);
	vertical-align: middle;
	padding: .8em;
}

.single-post .wp-block-table table thead th:not(:last-child){
	border-right-color: var(--e-global-color-secondary);
}

.single-post .wp-block-table.snippets-table table thead th:first-child{
	width: 65px;
	text-align: center;
}

.single-post .wp-block-table.choice-table table thead th img{
	max-width: 28px;
	vertical-align: bottom;
	margin-right: 6px;
}

.single-post .wp-block-table table thead th,
.single-post .wp-block-table table thead th *{
	color: var(--e-global-color-secondary);
}

.single-post .wp-block-table table td{
	border-color: #2c383533;
	vertical-align: middle;
	padding: .8em;
}

.single-post .wp-block-table.choice-table table tbody tr:nth-child(1) td,
.single-post .wp-block-table.choice-table table tbody tr:nth-child(2) td{
	text-align: center;
}

.single-post .wp-block-table.choice-table table td a{
	display: inline-block;
}

.single-post .wp-block-table.choice-table table td img{
	width: 100%;
	max-width: 160px;
	margin-bottom: -7px;
}

.single-post .wp-block-table.snippets-table table tbody th:first-child,
.single-post .wp-block-table.snippets-table table tbody td:first-child{
	text-align: center;
	font-weight: 700;
	color: var(--e-global-color-primary);
}

.single-post .wp-block-table.snippets-table table tbody th:first-child img,
.single-post .wp-block-table.snippets-table table tbody td:first-child img{
	max-width: 30px;
}

.single-post .wp-block-table table tbody tr > td, 
.single-post .wp-block-table table tbody tr > th{
	background-color: var(--e-global-color-secondary);
}

.single-post .wp-block-table table tbody > tr:nth-child(even) > td, 
.single-post .wp-block-table table tbody > tr:nth-child(even) > th{
	background-color: #F2F5F5;
}

.single-post .wp-block-table table tfoot{
	border-top: none;
	text-align: left;
}

.single-post .wp-block-table.choice-table table tfoot td a{
	display: inline-block;
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
	border-radius: 4px;
    padding: 8px 18px;
	text-align: center;
    transition: all .3s;
}

.single-post .wp-block-table.choice-table table tfoot td a:hover{
	background-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
}

.single-post .trust-tile{
	background-color: #F2F5F5;
    padding: 20px 25px;
    border-radius: 5px;
	margin-block-end: 30px;
}

.single-post .trust-tile > *{
	margin-block-start: 0;
}

.single-post .trust-tile .wp-block-heading{
	margin-block-end: 20px;
}

.single-post .trust-tile p{
	margin-block-end: 1rem;
}

.single-post .trust-tile > :last-child{
	margin-block-end: 0;
}

.single-post .trust-tile p a{
	color: var(--e-global-color-primary);
}

#comments .title-comments{
	display: none;
}

#comments #respond #reply-title{
	margin-block-start: 0;
}

#comments .comment-list{
	font-size: 1em;
}

#comments .comment-list .comment .comment-body{
	border-color: rgba(44, 56, 53, 0.2);
    padding-inline-start: 0;
    padding-inline-end: 40px;
	position: relative;
}

#comments .comment-list .comment .comment-body .comment-meta{
	justify-content: flex-start;
    flex-direction: column;
	position: relative;
	padding-left: 80px;
	margin-block-end: 25px;
}

#comments .comment-list .comment .comment-body .comment-meta .comment-author{
	margin-bottom: 10px;
}

#comments .comment-list .comment .comment-body .comment-meta .comment-author .says{
	display: none;
}

#comments .comment-list .comment .comment-body .comment-meta .comment-author .avatar{
	position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-inline-end: 20px;
}

#comments .comment-list .comment .comment-body .comment-meta .comment-author .fn{
	color: var( --e-global-color-primary );
	font-size: 22px;
    font-weight: 800;
    line-height: 1.3em;
}

#comments .comment-list .comment .comment-body .comment-meta .comment-metadata{
	font-size: inherit;
}

#comments .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation{
	color: var(--e-global-color-primary);
    font-size: inherit;
    font-weight: 500;
    font-style: normal;
    margin-top: 10px;
}

#comments .comment-list .comment .comment-body .comment-content p:last-child{
	margin-bottom: 0;
}

#comments .comment-list .comment .comment-body .reply{
	position: absolute;
    top: 40px;
    right: 0;
    z-index: 1;
    font-size: inherit;
    font-weight: 400;
    color: var(--e-global-color-primary);
}

#comments .comment-list .comment .comment-body .reply .comment-reply-link{
	color: inherit;
	text-decoration: underline;
}

#comments .comment-list .comment .children{
	padding-inline-start: 60px;
}

#comments .comment-list .comment .children:before{
	display: none;
}

#comments .comment-list .comment .children .comment-body{
	padding-inline-end: 0;
}

#comments #respond{
	margin-top: 80px;
}

#comments #respond #reply-title small{
	font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--e-global-color-primary);
    margin-left: 20px;
}

#comments #respond #reply-title #cancel-comment-reply-link{
	color: inherit;
	border-bottom: 2px solid var( --e-global-color-accent );
	padding-bottom: 3px;
}

#comments #respond #commentform{
	margin-top: 30px;
	font-size: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

#comments #respond #commentform p{
	margin-block-end: 0;
	width: 100%;
}

#comments #respond #commentform p .required{
	color: #FF0000;
}

#comments #respond #commentform .comment-notes{
	order: 1;
}

#comments #respond #commentform .comment-form-author{
	order: 2;
	width: calc(50% - 15px);
}

#comments #respond #commentform .comment-form-email{
	order: 3;
	width: calc(50% - 15px);
}

#comments #respond #commentform .comment-form-comment{
	order: 4;
}

#comments #respond #commentform .form-submit{
	order: 5;
}

#comments #respond #commentform p label{
	display: block;
	margin-bottom: 8px;
}

#comments #respond #commentform p:not(.form-submit) input,
#comments #respond #commentform p:not(.form-submit) textarea{
	outline: none;
	border: 1px solid rgba(44, 56, 53, 0.2);
	border-radius: 4px;
	padding: 15px;
}

#comments #respond #commentform .form-submit input[type="submit"]{
	border: none;
	font-weight: 500 !important;
}

@media only screen and (max-width: 991px) {
	
	.blog-single-content h1,
	.blog-single-content h2,
	.blog-single-content h3,
	.blog-single-content h4,
	.blog-single-content h5,
	.blog-single-content h6{
		margin-block-end: 25px;
	}

	.blog-single-content :where(.wp-block-columns){
		padding: 20px;
	}

	.blog-single-content .wp-block-image{
		margin-block-end: 25px;
	}

	.blog-single-content p{
		margin-block-end: 1.3rem;
	}

	.blog-single-content ol.wp-block-list{
		padding: 0 0 0 18px;
	}

	.blog-single-content :where(.wp-block-buttons:not(.wp-block-columns .wp-block-buttons)){
		margin-bottom: 25px;
	}
	
	.blog-single-content :where(.wp-block-buttons:not(.wp-block-columns .wp-block-buttons):last-child){
		margin-bottom: 0;
	}

	.blog-single-content .wp-block-separator{
		margin: 25px 0;
	}
	
	.author-infobox{
		padding: 30px;
	}

	.author-infobox .author-infobox-body{
		margin-top: 20px;
	}

	.author-infobox .author-infobox-body .author-social-media{
		margin: 20px 0 0 0;
		gap: 15px;
	}
	
	.also-read-block{
		font-size: 16px;
	}
	
	.single-post .wp-block-table.choice-table table td img{
		max-width: 150px;
	}

	#comments .comment-list .comment .comment-body{
		padding-block-start: 25px;
    	padding-block-end: 25px;    	
	}
	
	#comments .comment-list .comment .comment-body .comment-meta{
		padding-left: 50px;
		margin-block-end: 20px;
	}

	#comments .comment-list .comment .comment-body .comment-meta .comment-author{
		margin-bottom: 6px;
	}
	
	#comments .comment-list .comment .comment-body .comment-meta .comment-author .avatar{
		width: 40px;
		height: 40px;
		margin-inline-end: 10px;
	}

	#comments .comment-list .comment .comment-body .comment-meta .comment-author .fn{
		font-size: 18px;
	}
		
	#comments .comment-list .comment .comment-body .reply{
		top: 25px;
	}

	#comments .comment-list .comment .children{
		padding-inline-start: 30px;
	}
	
	#comments #respond{
		margin-top: 40px;
	}

	#comments #respond #reply-title small{
		font-size: 18px;
	}

	#comments #respond #commentform{
		margin-top: 20px;
		gap: 25px;
	}

	#comments #respond #commentform .comment-form-author,
	#comments #respond #commentform .comment-form-email{
		width: calc(50% - 12.5px);
	}

	#comments #respond #commentform p:not(.form-submit) input,
	#comments #respond #commentform p:not(.form-submit) textarea{
		padding: 12px 15px;
	}
}

@media only screen and (max-width: 767px) {
	
	.blog-single-content h2{
		font-size: 24px;
	}

	.blog-single-content h3{
		font-size: 22px;
	}

	.blog-single-content h4{
		font-size: 20px;
	}
		
	.author-infobox{
		padding: 20px;
	}

	.author-infobox .author-infobox-header .author-profile-photo{
		width: 50px;
	}

	.author-infobox .author-infobox-header .author-info{
		width: calc(100% - 65px);
	}

	.author-infobox .author-infobox-header .author-info .author-title{
		margin-bottom: 5px;
	}
	
	.author-infobox .author-infobox-header .author-info .author-title h4{
		font-size: 16px;
	}

	.author-infobox .author-infobox-header .author-info .author-name h3{
		font-size: 18px;
	}

	.also-read-block{
		padding: 20px;
	}
	
	.single-post .wp-block-table table{
		width: 180%;
	}
	
	.single-post .wp-block-table.choice-table table thead th img{
		max-width: 25px;
	}
	
	.single-post .wp-block-table.choice-table table td img{
		max-width: 140px;
	}

	.single-post .trust-tile{
		padding: 20px;
	}

	#comments .comment-list .comment .comment-body{
		padding-inline-end: 30px;
	}

	#comments .comment-list .comment .comment-body .comment-meta{
		margin-block-end: 15px;
	}
	
	#comments .comment-list .comment .comment-body .comment-meta .comment-author .fn{
		font-size: 16px;
	}

	#comments .comment-list .comment .comment-body .comment-meta .comment-metadata,
	#comments .comment-list .comment .comment-body .comment-meta .comment-awaiting-moderation,
	#comments .comment-list .comment .comment-body .reply{
		font-size: .85em;
	}
	
	#comments .comment-list .comment .comment-body .comment-content{
		font-size: 14px;
	}

	#comments .comment-list .comment .children{
		padding-inline-start: 20px;
	}	
	
	#comments #respond #reply-title small{
		display: block;
        font-size: 16px;
        margin-left: 0;
        margin-top: 15px;
	}
	
	#comments #respond #reply-title #cancel-comment-reply-link{
		display: inline-block;
	}

	#comments #respond #commentform .comment-form-author,
	#comments #respond #commentform .comment-form-email{
		width: 100%;
	}
}


/*
 * Checout page CSS
 * */
#edd_checkout_wrap .edd_empty_cart{
	display: block;
	width: 100%;
	text-align: center;
	color: var( --e-global-color-primary );
	font-size: 20px;
}

#edd_checkout_wrap{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: 30px 40px;
}

#edd_checkout_wrap #edd_checkout_cart_form{
	width: calc(45% - 20px);
}

#edd_checkout_wrap #edd_checkout_form_wrap{
	width: calc(55% - 20px);
}

#edd_checkout_wrap #edd_checkout_cart_wrap{
	background-color: var( --e-global-color-secondary );
	border: 1px solid #00000009;
	border-radius: 4px;
	padding: 30px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
}

#edd_checkout_wrap #edd_checkout_cart{
	font-size: 14px;
	margin-block-end: 0;
	color: var( --e-global-color-primary );
}

#edd_checkout_wrap #edd_checkout_cart .edd_cart_item_image{
	display: none;
}

#edd_checkout_wrap #edd_checkout_cart thead tr th{
	vertical-align: middle;
    background: var(--e-global-color-5a3d986);
    color: var(--e-global-color-primary);
    padding: 12px;
    border-color: rgba(44, 56, 53, 0.1);
}

#edd_checkout_wrap #edd_checkout_cart thead tr th:not(:first-child){
	text-align: center;
}

#edd_checkout_wrap #edd_checkout_cart thead tr th.edd_cart_item_name{
	width: 56%;
}

#edd_checkout_wrap #edd_checkout_cart thead tr th.edd_cart_item_price{
	width: 24%;
}

#edd_checkout_wrap #edd_checkout_cart thead tr th.edd_cart_actions{
	width: 20%;
}

#edd_checkout_wrap #edd_checkout_cart tbody tr td{
    border-color: rgba(44, 56, 53, 0.1);
    background: transparent;
    color: var(--e-global-color-primary);
    padding: 12px;
}

#edd_checkout_wrap #edd_checkout_cart tbody tr td:not(:first-child){
	text-align: center;
}

#edd_checkout_wrap #edd_checkout_cart tbody tr td.edd_cart_item_price{
	font-weight: 500;
}

#edd_checkout_wrap #edd_checkout_cart tbody tr td.edd_cart_actions .edd_cart_remove_item_btn{
	color: var(--e-global-color-primary);
	text-decoration: underline;
	transition: all 0.3s ease-in-out;
}

#edd_checkout_wrap #edd_checkout_cart tbody tr td.edd_cart_actions .edd_cart_remove_item_btn:hover{
	color: var(--e-global-color-accent);
}

#edd_checkout_wrap #edd_checkout_cart tfoot tr th{
    border-color: rgba(44, 56, 53, 0.1);
    background: transparent;
	font-size: 16px;
    color: var(--e-global-color-primary);
    padding: 12px;
}

#edd_checkout_wrap #edd_purchase_form fieldset{
	padding: 0;
	border: none;
}

#edd_checkout_wrap #edd_purchase_form fieldset#edd_login_fields,
#edd_checkout_wrap #edd_purchase_form fieldset#edd_register_fields,
#edd_checkout_wrap #edd_purchase_form fieldset#edd_cc_address,
#edd_checkout_wrap #edd_purchase_form fieldset#edd_checkout_user_info{
	margin: 0 0 30px;
}

#edd_checkout_wrap #edd_purchase_form fieldset#edd_purchase_submit{
	margin-bottom: 0;
}

#edd_checkout_wrap #edd_purchase_form #edd-login-account-wrap,
#edd_checkout_wrap #edd_purchase_form #edd-new-account-wrap{
	margin: 0 0 25px;
	padding: 0;
	background: transparent;
	color: var(--e-global-color-primary);
}

#edd_checkout_wrap #edd_purchase_form #edd-login-account-wrap a,
#edd_checkout_wrap #edd_purchase_form #edd-new-account-wrap a{
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
}

#edd_checkout_wrap #edd_purchase_form fieldset legend{
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
	padding-top: 0;
}

#edd_checkout_wrap #edd_purchase_form fieldset p{
	margin-bottom: 25px;
}

#edd_checkout_wrap #edd_purchase_form fieldset p:last-child,
#edd_checkout_wrap #edd_purchase_form fieldset p#edd-card-state-wrap{
	margin-bottom: 0;
}

#edd_checkout_wrap #edd_purchase_form fieldset p label,
#edd_checkout_wrap #edd_purchase_form fieldset p .edd-description{
	display: none;
}

#edd_checkout_wrap #edd_purchase_form fieldset p input:not([type="submit"]),
#edd_checkout_wrap #edd_purchase_form fieldset p textarea,
#edd_checkout_wrap #edd_purchase_form fieldset p select{
	width: 100%;
	color: var( --e-global-color-text );
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	padding: 12px 20px;
	background-color: transparent;
    border: 1px solid #2C383533;
    border-radius: 4px;
	outline: none;
}

#edd_checkout_wrap #edd_purchase_form fieldset p input::placeholder,
#edd_checkout_wrap #edd_purchase_form fieldset p textarea::placeholder,
#edd_checkout_wrap #edd_purchase_form fieldset p select::placeholder{
	opacity: 1 !important;
	color: var( --e-global-color-text ) !important;
}

#edd_checkout_wrap #edd_purchase_form fieldset p select{
	-webkit-appearance: none;
  	-moz-appearance: none;
  	-o-appearance: none;
  	appearance: none;
	background-image: url("images/down-arrow.svg");
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 12px auto;
	padding: 12px 35px 12px 20px;
}

#edd_checkout_wrap #edd_purchase_form fieldset p input[type="submit"],
#edd_checkout_wrap #edd_purchase_form fieldset#edd_purchase_submit input[type="submit"],
.edd-multi-currency-selector.edd-multi-currency-selector-buttons form .edd-multi-currency-button{
	display: block;
	width: 100%;
	color: var( --e-global-color-primary );
	background-color: transparent;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: 500;
    line-height: var(--e-global-typography-accent-line-height);
    background: var(--e-global-color-accent);
	border: none;
    border-radius: 4px;
    padding: 13px 18px;
	transition: all 0.3s ease-in-out;
}

.edd-multi-currency-selector.edd-multi-currency-selector-buttons form{
	justify-content: center;
}

.edd-multi-currency-selector.edd-multi-currency-selector-buttons form .edd-multi-currency-button{
	font-size: 14px;
    display: inline-block;
    width: auto;
    padding: 6px 16px;
	opacity: .5;
	background: transparent !important;
	border-radius: 6px;
	border: 2px solid var( --e-global-color-primary );
	color: var( --e-global-color-primary );
}

.edd-multi-currency-selector.edd-multi-currency-selector-buttons form .edd-multi-currency-button:hover,
.edd-multi-currency-selector.edd-multi-currency-selector-buttons form .edd-multi-currency-button:focus,
.edd-multi-currency-selector.edd-multi-currency-selector-buttons form .edd-multi-currency-button.edd-multi-currency-button--selected{
	outline: 0;
	box-shadow: none;
	opacity: 1;
	background: var( --e-global-color-primary ) !important;
	color: var( --e-global-color-secondary ) !important;
	border: 2px solid var( --e-global-color-primary );
}

#edd_checkout_wrap #edd_purchase_form fieldset p input[type="submit"]:hover,
#edd_checkout_wrap #edd_purchase_form fieldset#edd_purchase_submit input[type="submit"]:hover,
.edd-multi-currency-selector.edd-multi-currency-selector-buttons form .edd-multi-currency-button:hover,
.edd-multi-currency-selector.edd-multi-currency-selector-buttons form .edd-multi-currency-button:focus{
	color: var( --e-global-color-primary );
	background-image: linear-gradient(90deg, #F2F574 0%, var(--e-global-color-accent) 100%);
}

#edd_checkout_wrap #edd_purchase_form fieldset p#edd_final_total_wrap{
    color: var(--e-global-color-primary);
	font-size: 20px;
    padding: 0;
    border: none;
	background: transparent;
}

.edd_errors,
div.edd_success{
    font-size: 14px;
	line-height: 1.4em;
    border-radius: 4px;
	padding: 6px 10px;
}

/* Elementor Checkout CSS */

body.logged-in .edd-elementor-checkout .edd-blocks__checkout-user{
	display: none;
}

.edd-elementor-checkout .has-edd-button-background-color:hover {
    background: var( --e-global-color-primary ) !important;
    color: #fff !important;
}

.edd-blocks__user-details .edd-blocks__checkout-user{
	margin-bottom: 0;
}

.elementor-widget-wp-widget-edd_multi_currency_selector h5{
	font-weight: 600;
    margin: 0 0 20px;
}

.elementor-widget-wp-widget-edd_multi_currency_selector .edd-multi-currency-selector form{
	justify-content: flex-start;
}

.edd-elementor-checkout .edd_empty_cart{
	color: var( --e-global-color-primary );
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: 400;
    line-height: var(--e-global-typography-secondary-line-height);
}

.edd-elementor-checkout .edd-blocks__logged-in a{
	color: inherit;
	text-decoration: underline;
}

.edd-elementor-checkout .edd-blocks__cart .edd_cart_header_row{
	bookmark-label
}

.edd-elementor-checkout .edd-blocks__cart .edd-blocks-cart__items{
	border-bottom: none;
	margin-bottom: 10px;
}

.edd-blocks__checkout-user .edd-blocks__checkout-login,
.edd-blocks__checkout-user .edd-blocks__checkout-register{
	padding: 5px 20px !important;
	background: var(--e-global-color-accent) !important;
	color: var(--e-global-color-primary) !important;
}

.edd-blocks__checkout-user .edd-blocks__checkout-login:hover,
.edd-blocks__checkout-user .edd-blocks__checkout-login:focus,
.edd-blocks__checkout-user .edd-blocks__checkout-register:hover,
.edd-blocks__checkout-user .edd-blocks__checkout-register:focus{
	background: var(--e-global-color-primary) !important;
	color: #fff !important;
}

.edd-elementor-checkout .edd-blocks__cart .edd-blocks-cart__row.edd_cart_subtotal_row,
.edd-elementor-checkout .edd-blocks__cart .edd-blocks-cart__row.edd_cart_discount_row,
.edd-elementor-checkout .edd-blocks__cart .edd-blocks-cart__row.edd_cart_tax_row,
.edd-elementor-checkout .edd-blocks__cart .edd-blocks-cart__row.edd_cart_footer_row{
	padding-top: 15px;
	padding-bottom: 15px;
}

.edd-elementor-checkout .edd-blocks__cart .edd-blocks-cart__row .edd_cart_total{
	font-size: 20px;
    border-top: 1px solid #00000014;
    padding-top: 10px;
    margin-top: 8px;
}

.edd-elementor-checkout #edd_checkout_form_wrap form .edd-input,
.edd-elementor-checkout #edd_checkout_form_wrap form .edd-select{
	outline: none;
}

.edd-elementor-checkout #edd_checkout_form_wrap form select.edd-input,
.edd-elementor-checkout #edd_checkout_form_wrap form select.edd-select{
	-webkit-appearance: none;
  	-moz-appearance: none;
  	-o-appearance: none;
  	appearance: none;
	background-image: url("images/down-arrow-faq.svg");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 12px auto;
	cursor: pointer;
	border: 1px solid #2C383533;
    padding: 11px 35px 11px 15px !important;
	border-radius: 4px;
	color: var( --e-global-color-text );
}

.edd-elementor-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form{
	padding: 40px;
}

.edd-elementor-checkout #edd_checkout_form_wrap form fieldset:not(#edd_purchase_submit){
	position: relative;
}

.edd-elementor-checkout #edd_checkout_form_wrap form fieldset:not(#edd_purchase_submit) legend{
	position: absolute;
    display: inline-block;
    width: calc(100% - 80px);
    top: 36px;
    left: 40px;
    margin: 0;
    z-index: 1;
    border-bottom: 1px solid #00000014;
    padding-bottom: 10px;
}

.edd-elementor-checkout #edd_checkout_form_wrap form fieldset#edd_payment_mode_select legend,
.edd-elementor-checkout .edd-blocks__payment-details #edd_cc_fields legend{
    top: 0;
	left: 0;
}

.edd-elementor-checkout .edd-blocks__checkout-forms--inline{
	top: 1.5rem;
	right: 1.5rem;
}

.edd-elementor-checkout .edd-blocks__checkout-forms--inline button{
	border: none !important;
}

.edd-elementor-checkout .edd-checkout-block__personal-info label[for="edd_user_register"],
.edd-elementor-checkout .edd-checkout-block__personal-info label[for="edd-user-pass"],
.edd-elementor-checkout .edd-checkout-block__personal-info label[for="edd-user-pass2"]{
	font-weight: 400 !important;
}

#edd_payment_mode_select {
    padding: 70px 0 0 !important;
    margin-bottom: 0 !important;
}

.edd-blocks-form__cart .edd_cart_item .edd_cart_item_name{
	gap: 0px;
	width: 100%;
}

.edd-blocks-form__cart .edd_cart_item .edd_cart_item_name .edd_checkout_cart_item_title{
	margin-bottom: 10px;
}

.edd-blocks-form__cart .edd-blocks-cart__row.edd_cart_item{
	gap: 0;
	justify-content: end;
}

.awaiken-service-for {
    display: block;
    font-size: 12px;
    color: #2C3835;
    font-weight: normal;
	font-style: italic;
}

.edd-blocks-cart__discount{
	padding: 30px;
	border: 1px solid #00000010;
	border-radius: 10px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.edd-blocks-cart__discount button {
    border: none;
}

.edd-blocks-cart__discount .edd-cart-adjustment .edd-input{
	height: 40px;
	border: 1px solid #2C383533;
	outline: 0;
	box-shadow: none;
}



.edd-elementor-checkout .edd-blocks__payment-details{
	padding: 40px;
	background-color: var(--e-global-color-secondary);
    border-radius: 10px;
	border: 1px solid #00000010;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.edd-elementor-checkout .edd-blocks__payment-details #edd_payment_mode_select,
.edd-elementor-checkout .edd-blocks__payment-details #edd_cc_fields{
	background-color: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 45px 0 0;
}

.edd-elementor-checkout .edd-blocks__payment-details #edd_payment_mode_select #edd-payment-mode-wrap .edd-gateway-option{
	font-weight: 600;
	border-color: #2C383533;
	transition: all 0.2s ease-in-out;
}

.edd-elementor-checkout #edd_purchase_submit,
.edd-elementor-checkout #edd_purchase_submit #edd-paypal-container{
	margin-bottom: 0;
}

.edd-elementor-checkout #edd-purchase-button, 
.edd-elementor-checkout .edd-submit, 
.edd-elementor-checkout [type=submit].edd-submit{
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var(--e-global-typography-accent-line-height);
	border: none;
    padding: 8px 18px;
}

.checkout-currency-selector > .elementor-widget-container{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
}

.checkout-currency-selector h5{
	margin-bottom: 0;
}

#edd_checkout_form_wrap .edd-renewal-form--legacy{
	background-color: var(--e-global-color-secondary);
    border: 1px solid #00000010;
    border-radius: 10px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
	padding: 30px;
	margin-top: 20px;
}

#edd_checkout_form_wrap .edd-renewal-form--legacy .edd-label{
	font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--e-global-color-primary);
	margin-bottom: .5rem;
}

#edd_checkout_form_wrap .edd-renewal-form--legacy .edd-input{
	display: block;
	width: 100%;
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    color: var(--e-global-color-text);
    border: 1px solid #2C383533;
    border-radius: 4px;
    padding: 11px 15px;
	outline: none;
}

#edd_checkout_form_wrap .edd-renewal-form--legacy button[type="button"]{
	background: revert-rule;
}


/* Checkout Timeline CSS */
#checkout-timeline-wrapper{
    display: flex;
    width: 100%;
}

.checkout-timeline{
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    min-height: 24px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.checkout-timeline::before{
    content: "";
    order: 2;
    flex: 1 1 auto;
    min-width: 12px;
    height: 2px;
    background-color: var(--e-global-color-primary);
    margin: 0 clamp(6px, 2vw, 10px);
}

.checkout-timeline::after{
    content: "";
    order: 4;
    flex: 1 1 auto;
    min-width: 12px;
    height: 2px;
    background-color: #2C383533;
    margin: 0 clamp(6px, 2vw, 10px);
}

.checkout-timeline .step:nth-child(1){
    order: 1;
}

.checkout-timeline .step:nth-child(2){
    order: 3;
}

.checkout-timeline .step:nth-child(3){
    order: 5;
}

.checkout-timeline .step{
    display: flex;
    align-items: center;
    gap: clamp(6px, 2vw, 10px);
    flex-shrink: 0;
}

.checkout-timeline .step-text{
    color: var(--e-global-color-primary);
    font-size: clamp(12px, 3vw, 16px);
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 1.5em;
    margin-left: -2px;
    white-space: nowrap;
}

.checkout-timeline .step-text.disabled{
    color: var(--e-global-color-text);
}

.checkout-timeline .step-number{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .01em;
    line-height: 20px;
    min-height: 20px;
    min-width: 20px;
    text-align: center;
    flex-shrink: 0;
}

.checkout-timeline .step-number.active,
.checkout-timeline .step-number.enabled{
    background-color: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
}

.checkout-timeline .step-number.disabled{
    background-color: #2C383533;
    color: var(--e-global-color-text);
}

.checkout-timeline .step-icon.completed{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--e-global-color-primary);
    border-radius: 100px;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
}

.checkout-timeline .step-icon.completed svg path{
    stroke: var(--e-global-color-secondary);
}


/* Checkout Star rating and Money Back CSS */
.checkout-star-rating-template .elementor-image-box-content .elementor-image-box-title{
	margin-top: 0;
    display: inline-block;
    background: linear-gradient(to bottom, #cfcfcf 0%, #d9d9d9 40%, rgba(217, 217, 217, 0.1) 85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.edd-elementor-checkout .wp-block-edd-checkout{
	align-items: start;	
}

.edd-elementor-checkout .edd-blocks__cart{
	position: sticky;
	top: 20px;
}

.edd-elementor-checkout .edd-blocks-form__cart .edd_cart_remove_item_btn{
	margin-left: 0 !important;	
}

@media only screen and (max-width: 1024px) {

	#edd_checkout_wrap{
		gap: 30px;
		flex-direction: column-reverse;
	}

	#edd_checkout_wrap #edd_checkout_cart_form,
	#edd_checkout_wrap #edd_checkout_form_wrap{
		width: 100%;
	}
	
	#edd_checkout_wrap #edd_checkout_cart_wrap{
		padding: 25px;
	}
	
}

@media only screen and (max-width: 781px) {
	
	.edd-elementor-checkout #edd_checkout_form_wrap form #edd_checkout_cart{
		margin-bottom: 0 !important;
	}
	
	.edd-elementor-checkout .awaiken-checkout-trust{
		display: none;	
	}
	
	.edd-elementor-checkout .edd-blocks__cart{
		position: inherit;
	}
}


@media only screen and (max-width: 767px) {
	
	#edd_checkout_wrap .edd_empty_cart{
		font-size: 18px;
	}
	
	#edd_checkout_wrap #edd_checkout_cart_wrap{
		padding: 20px;
		overflow-x: auto;
	}

	#edd_checkout_wrap #edd_checkout_cart{
		min-width: 400px;
	}
	
	#edd_checkout_wrap #edd_purchase_form fieldset legend{
		font-size: 18px;
	}

	#edd_checkout_wrap #edd_purchase_form fieldset p input:not([type="submit"]),
	#edd_checkout_wrap #edd_purchase_form fieldset p textarea,
	#edd_checkout_wrap #edd_purchase_form fieldset p select{
		padding: 11px 15px;
	}

	#edd_checkout_wrap #edd_purchase_form fieldset p select{
		background-position: center right 15px;
		padding: 11px 30px 11px 15px;
	}

	#edd_checkout_wrap #edd_purchase_form fieldset p input[type="submit"],
	#edd_checkout_wrap #edd_purchase_form fieldset#edd_purchase_submit input[type="submit"]{
		padding: 12px 15px;
	}

	#edd_checkout_wrap #edd_purchase_form fieldset p#edd_final_total_wrap{
		font-size: 18px;
	}
	
	/* Elementor Checkout CSS */
	.edd-elementor-checkout .edd-blocks__cart .edd-blocks-cart__row{
		padding: 15px;
	}
	
	.edd-elementor-checkout .edd-blocks__cart .edd_cart_header_row .edd_cart_item_price{
		justify-content: flex-end;
	}
	
	.edd-elementor-checkout .edd-blocks__cart .edd-blocks-cart__row .edd_cart_item_image{
		min-width: 40px;
	}
	
	.edd-elementor-checkout .wp-block-edd-checkout #edd_purchase_form .edd-blocks-form{
		padding: 80px 20px 20px !important;
	}
	
	#edd_checkout_form_wrap form #edd_checkout_cart,
	.edd-blocks-cart__discount,
	#edd_checkout_form_wrap .edd-renewal-form--legacy{
		padding: 20px !important;
	}

	.edd-elementor-checkout #edd_checkout_form_wrap form fieldset:not(#edd_purchase_submit) legend{
		top: 20px;
		left: 20px;
		width: calc(100% - 40px);
	}
	
	.edd-elementor-checkout #edd_checkout_form_wrap form fieldset#edd_payment_mode_select legend,
	.edd-elementor-checkout .edd-blocks__payment-details #edd_cc_fields legend{
		top: 0;
		left: 0;
	}

	.edd-elementor-checkout .edd-blocks__checkout-forms--inline button{
		width: 100%;
	}
	
	.edd-elementor-checkout .edd-blocks__payment-details{
		padding: 20px;
	}

	.edd-elementor-checkout .edd-blocks__payment-details #edd_payment_mode_select,
	.edd-elementor-checkout .edd-blocks__payment-details #edd_cc_fields{
		padding: 40px 0 0;
	}
	
	.checkout-timeline{
        padding-top: 0;
        padding-bottom: 0;
    }

    .checkout-timeline .step{
        position: relative;
    }

    .checkout-timeline .step-text{
        position: absolute;
        left: 0;
        font-size: 14px;
        line-height: 1.2em;
        white-space: nowrap;
        margin-left: 0;
    }

    .checkout-timeline .step:nth-child(1) .step-text{
		right: auto;
        bottom: calc(100% + 8px);
    }

    .checkout-timeline .step:nth-child(2) .step-text{
        top: calc(100% + 8px);
		left: 50%;
        transform: translateX(-50%);
    }

    .checkout-timeline .step:nth-child(3) .step-text{
		left: auto;
		right: 0;
        bottom: calc(100% + 8px);
    }
	
}


/*
 * My Account page CSS
 * */
#edd_profile_editor_form{
	border: 1px solid #00000009;
	border-radius: 4px;
	padding: 30px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

#edd_profile_editor_form fieldset{
	margin: 0;
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

#edd_profile_editor_form fieldset:last-child{
	margin-bottom: 0;
}

#edd_profile_editor_form fieldset legend{
    display: block;
    width: 100%;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 20px;
}

#edd_profile_editor_form fieldset p:not(:last-child){
	margin-bottom: 20px;
}

#edd_profile_editor_form fieldset p label{
	color: var(--e-global-color-primary);
    line-height: 1.2em;
	margin-bottom: 5px;
}

#edd_profile_editor_form fieldset p input:not([type="submit"]),
#edd_profile_editor_form fieldset p textarea,
#edd_profile_editor_form fieldset p select{
	width: 100%;
	color: var( --e-global-color-text );
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	padding: 12px 20px;
	background-color: transparent;
    border: 1px solid rgba(44, 56, 53, 0.2);
    border-radius: 4px;
	outline: none;
}

#edd_profile_editor_form fieldset p input::placeholder,
#edd_profile_editor_form fieldset p textarea::placeholder,
#edd_profile_editor_form fieldset p select::placeholder{
	opacity: 1 !important;
	color: var( --e-global-color-text ) !important;
}

#edd_profile_editor_form fieldset p select{
	-webkit-appearance: none;
  	-moz-appearance: none;
  	-o-appearance: none;
  	appearance: none;
	background-image: url("images/down-arrow.svg");
	background-repeat: no-repeat;
	background-position: center right 20px;
	background-size: 12px auto;
	padding: 12px 35px 12px 20px;
}

#edd_profile_editor_form fieldset p input[type="submit"]{
	display: block;
	width: 100%;
	color: var( --e-global-color-primary );
	background-color: transparent;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: 500;
    line-height: var(--e-global-typography-accent-line-height);
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, #F2F574 100%);
	border: none;
    border-radius: 4px;
    padding: 13px 18px;
	transition: all 0.3s ease-in-out;
}

#edd_profile_editor_form fieldset p input[type="submit"]:hover{
	background-image: linear-gradient(90deg, #F2F574 0%, var(--e-global-color-accent) 100%);
}


/* Account sub page CSS start */
.wp-block-edd-orders .edd-blocks__orders-grid{
	gap: 30px;
}

.wp-block-edd-orders .edd-blocks__orders-grid .edd-blocks-orders__order{
	border-color: #00000009;
    border-radius: 4px;
    padding: 30px;
    background-color: var( --e-global-color-secondary );
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
}

.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-header{
	border-color: rgba(44, 56, 53, 0.2);
	font-size: 18px;
}

.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-header .edd-blocks-orders__order-status.complete{
	color: #7EAF0E;
}

.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-header .edd-blocks-orders__order-status.failed{
	color: #FF0000;
}

.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-details > *{
	margin-bottom: 7px;
}

.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-details > *:last-child{
	margin-bottom: 0;
}

.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-details a{
	text-decoration: underline;
}


.wp-block-edd-receipt h3,
.wp-block-edd-confirmation h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 20px;
}

.wp-block-edd-receipt .edd-blocks-receipt__totals,
.wp-block-edd-confirmation .edd-blocks-receipt__totals,
.wp-block-edd-receipt .edd-blocks-receipt__items,
.wp-block-edd-confirmation .edd-blocks-receipt__items{
	border-radius: 4px;
	border-color: #00000009;
	padding: 30px;
	margin: 0 auto 30px;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.03);
}

.wp-block-edd-receipt .edd-blocks-receipt__items{
	margin: 0 auto 0;
}

.wp-block-edd-receipt .edd-blocks-receipt__totals .edd-blocks-receipt__row-header,
.wp-block-edd-confirmation .edd-blocks-receipt__totals .edd-blocks-receipt__row-header{
	border-color: rgba(44, 56, 53, 0.2);
    font-size: 18px;
    padding-bottom: 12px;
}

.wp-block-edd-receipt .edd-blocks-receipt__totals .edd-blocks-receipt__row-item,
.wp-block-edd-confirmation .edd-blocks-receipt__totals .edd-blocks-receipt__row-item{
	border-color: rgba(44, 56, 53, 0.2);    
    padding: 12px 0;
}

.wp-block-edd-receipt .edd-blocks-receipt__totals .edd-blocks-receipt__row-item a,
.wp-block-edd-confirmation .edd-blocks-receipt__totals .edd-blocks-receipt__row-item a{
	text-decoration: underline;
}

.wp-block-edd-receipt .edd-blocks-receipt__totals .edd-blocks-receipt__row-item .edd-blocks__row-value.edd_receipt_payment_status.complete,
.wp-block-edd-confirmation .edd-blocks-receipt__totals .edd-blocks-receipt__row-item .edd-blocks__row-value.edd_receipt_payment_status.complete{
	color: #7EAF0E;
}

.wp-block-edd-receipt .edd-blocks-receipt__totals .edd-blocks-receipt__row-item.edd-blocks-receipt__row-item--license-key,
.wp-block-edd-confirmation .edd-blocks-receipt__totals .edd-blocks-receipt__row-item.edd-blocks-receipt__row-item--license-key{
	grid-template-columns: 300px 1fr;
}

.wp-block-edd-receipt .edd-blocks-receipt__items .edd-blocks__row,
.wp-block-edd-confirmation .edd-blocks-receipt__items .edd-blocks__row{
	padding: 15px 0;
	border-color: rgba(44, 56, 53, 0.2);    
}

.wp-block-edd-receipt .edd-blocks-receipt__items .edd-blocks__row:first-child,
.wp-block-edd-confirmation .edd-blocks-receipt__items .edd-blocks__row:first-child{
	padding-top: 0;
}

.wp-block-edd-receipt .edd-blocks-receipt__items .edd-blocks__row:last-child,
.wp-block-edd-confirmation .edd-blocks-receipt__items .edd-blocks__row:last-child{
	padding-bottom: 0;
}

.wp-block-edd-receipt .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-price,
.wp-block-edd-confirmation .edd-blocks-receipt__items .edd-blocks__row .edd-blocks-receipt__item-price{
	font-weight: 600;
}

.wp-block-edd-receipt .edd-blocks-receipt__items .edd-blocks__row .edd_purchase_receipt_files,
.wp-block-edd-confirmation .edd-blocks-receipt__items .edd-blocks__row .edd_purchase_receipt_files{
	padding: 0 0 0 15px;
	margin: 10px 0 0;
	list-style: none;
}

.wp-block-edd-receipt .edd-blocks-receipt__items .edd-blocks__row .edd_purchase_receipt_files .edd_download_file a,
.wp-block-edd-confirmation .edd-blocks-receipt__items .edd-blocks__row .edd_purchase_receipt_files .edd_download_file a{
	background: url("images/download-icon.svg") no-repeat left top 5px;
	background-size: 16px auto;
	padding-left: 22px;
}

.wp-block-edd-receipt .edd-blocks-receipt__items .edd-blocks__row .edd_purchase_receipt_files .edd_download_file:not(:last-child),
.wp-block-edd-confirmation .edd-blocks-receipt__items .edd-blocks__row .edd_purchase_receipt_files .edd_download_file:not(:last-child){
	margin-bottom: 5px;
}

body.edd-success .single-page-content .elementor-widget-container > p:first-child{
	color: #7EAF0E;
    font-size: 18px;
}

.wp-block-edd-confirmation .edd-blocks__confirmation-details a,
.single-page-content .edd-manage-license-back{
	display: inline-block;
	color: var( --e-global-color-primary );
	background-color: transparent;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: 500;
    line-height: var(--e-global-typography-accent-line-height);
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, #F2F574 100%);
	border: none;
    border-radius: 4px;
    padding: 13px 18px;
	transition: all 0.3s ease-in-out;
}

.single-page-content .edd-manage-license-back{
	font-size: 14px;
	color: inherit !important;
    background: transparent !important;
	background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, #F2F574 100%) !important;
	padding: 6px 15px;
}

.wp-block-edd-confirmation .edd-blocks__confirmation-details a:hover{
	background-image: linear-gradient(90deg, #F2F574 0%, var(--e-global-color-accent) 100%);
}

.single-page-content .edd-manage-license-back:hover{
	background-image: linear-gradient(90deg, #F2F574 0%, var(--e-global-color-accent) 100%) !important;
	transform: translate(0) !important;
}


#edd_sl_license_keys,
#edd_sl_license_sites{
	margin-top: 30px;
    margin-block-end: 0;
    font-size: 16px;
}

#edd_sl_license_keys thead tr th,
#edd_sl_license_keys tbody tr td,
#edd_sl_license_sites thead tr th,
#edd_sl_license_sites tbody tr td{
	line-height: 1.4em;
	border-color: rgba(44, 56, 53, 0.2);
	background-color: transparent !important;
	vertical-align: middle;
}

#edd_sl_license_keys thead tr th,
#edd_sl_license_sites thead tr th{
	background-color: var(--e-global-color-5a3d986) !important;
}

#edd_sl_license_keys tbody tr td:not(:first-child),
#edd_sl_license_sites tbody tr td:not(:first-child){
	text-align: center;
}

#edd_sl_license_keys tbody tr td a:not(.edd_sl_show_key),
#edd_sl_license_sites tbody tr td a{
	text-decoration: underline;
}

#edd_sl_license_keys tbody tr td input{
	border-color: rgba(44, 56, 53, 0.2);
	outline: none;
	font-size: inherit;
}

.single-page-content .edd-sl-manage-license-header{
	font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 30px 0 15px;
}

.single-page-content .edd-sl-manage-license-details > span{
	display: block;
	font-weight: 600;
}

.single-page-content .edd-sl-manage-license-details > span *{
	font-weight: normal;
}

.single-page-content .edd-sl-manage-license-details > span:not(:last-child){
	margin-bottom: 10px;
}

#edd_sl_license_add_site_form{
	margin-top: 30px;
}

#edd_sl_license_add_site_form > div{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

#edd_sl_license_add_site_form > div *{
	width: 100%;
}

#edd_sl_license_add_site_form > div input[name="site_url"]{
	width: calc(85% - 10px);
	color: var( --e-global-color-text );
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
	padding: 12px 20px;
	background-color: transparent;
    border: 1px solid rgba(44, 56, 53, 0.2);
    border-radius: 4px;
	outline: none;
}

#edd_sl_license_add_site_form > div input[type="submit"]{
	display: block;
	width: calc(15% - 10px);
	color: var( --e-global-color-primary );
	background-color: transparent;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: 500;
    line-height: var(--e-global-typography-accent-line-height);
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, #F2F574 100%);
	border: none;
    border-radius: 4px;
    padding: 13px 18px;
	transition: all 0.3s ease-in-out;
}

#edd_sl_license_add_site_form > div input[type="submit"]:hover{
	background-image: linear-gradient(90deg, #F2F574 0%, var(--e-global-color-accent) 100%);
}

/* Account sub page CSS end */


@media only screen and (max-width: 1024px) {
	
	#edd_profile_editor_form{
		padding: 25px;
	}
	
	/* Account sub page CSS start */
	.wp-block-edd-orders .edd-blocks__orders-grid{
		grid-template-columns: repeat(1, 100%);
	}

	.wp-block-edd-orders .edd-blocks__orders-grid .edd-blocks-orders__order{
		padding: 25px;
	}
	
	
	.wp-block-edd-receipt .edd-blocks-receipt__totals,
	.wp-block-edd-confirmation .edd-blocks-receipt__totals,
	.wp-block-edd-receipt .edd-blocks-receipt__items,
	.wp-block-edd-confirmation .edd-blocks-receipt__items{
		padding: 25px;
	}

	.wp-block-edd-receipt .edd-blocks-receipt__totals .edd-blocks-receipt__row-item.edd-blocks-receipt__row-item--license-key,
	.wp-block-edd-confirmation .edd-blocks-receipt__totals .edd-blocks-receipt__row-item.edd-blocks-receipt__row-item--license-key{
		grid-template-columns: unset;
		gap: .5rem;
	}
	
	.wp-block-edd-receipt .edd-blocks-receipt__totals .edd-blocks-receipt__row-item.edd-blocks-receipt__row-item--license-key .edd-blocks__row-value,
	.wp-block-edd-confirmation .edd-blocks-receipt__totals .edd-blocks-receipt__row-item.edd-blocks-receipt__row-item--license-key .edd-blocks__row-value{
		text-align: left;
		font-size: 14px;
	}
	
	.single-page-content > .elementor-widget-container:has(#edd_sl_license_keys){
		overflow-x: auto;
	}
	
	#edd_sl_license_keys{
		font-size: 14px;
		min-width: 900px;
	}
	
	#edd_sl_license_sites{
		font-size: 14px;
	}
	
	#edd_sl_license_keys thead tr th,
	#edd_sl_license_keys tbody tr td,
	#edd_sl_license_sites thead tr th,
	#edd_sl_license_sites tbody tr td{
		padding: 12px;
	}
	
	#edd_sl_license_add_site_form > div input[name="site_url"]{
		width: calc(80% - 10px);
	}

	#edd_sl_license_add_site_form > div input[type="submit"]{
		width: calc(20% - 10px);
	}
	
	/* Account sub page CSS end */
	
}

@media only screen and (max-width: 767px) {
	
	#edd_profile_editor_form{
		padding: 20px;
	}

	#edd_profile_editor_form fieldset legend{
		font-size: 18px;
		margin-bottom: 15px;
	}

	#edd_profile_editor_form fieldset p input:not([type="submit"]),
	#edd_profile_editor_form fieldset p textarea,
	#edd_profile_editor_form fieldset p select{
		padding: 11px 15px;
	}

	#edd_profile_editor_form fieldset p select{
		background-position: center right 15px;
		padding: 11px 30px 11px 15px;
	}

	#edd_profile_editor_form fieldset p input[type="submit"]{
		padding: 12px 15px;
	}
	
	
	/* Account sub page CSS start */
	.wp-block-edd-orders .edd-blocks__orders-grid .edd-blocks-orders__order{
		padding: 20px;
	}

	.wp-block-edd-orders .edd-blocks-orders__order .edd-blocks-orders__order-header{
		font-size: 16px;
	}
		
	.wp-block-edd-receipt h3,
	.wp-block-edd-confirmation h3{
		font-size: 18px;
		margin: 0 0 15px;
	}

	.wp-block-edd-receipt .edd-blocks-receipt__totals,
	.wp-block-edd-confirmation .edd-blocks-receipt__totals,
	.wp-block-edd-receipt .edd-blocks-receipt__items,
	.wp-block-edd-confirmation .edd-blocks-receipt__items{
		padding: 20px;
	}

	.wp-block-edd-receipt .edd-blocks-receipt__totals .edd-blocks-receipt__row-header,
	.wp-block-edd-confirmation .edd-blocks-receipt__totals .edd-blocks-receipt__row-header{
		font-size: 16px;
	}
	
	.wp-block-edd-receipt .edd-blocks-receipt__totals .edd-blocks-receipt__row-item,
	.wp-block-edd-confirmation .edd-blocks-receipt__totals .edd-blocks-receipt__row-item{
		gap: 0;
	}

	.wp-block-edd-receipt .edd-blocks-receipt__items .edd-blocks__row .edd_purchase_receipt_files,
	.wp-block-edd-confirmation .edd-blocks-receipt__items .edd-blocks__row .edd_purchase_receipt_files{
		padding: 0;
	}
	
	.wp-block-edd-confirmation .edd-blocks__confirmation-details a{
		padding: 12px 15px;
	}
	
	#edd_sl_license_add_site_form > div{
		flex-direction: column;
		gap: 20px;
	}
	
	#edd_sl_license_add_site_form > div input[name="site_url"]{
		width: 100%;
		padding: 11px 15px;
	}
	
	#edd_sl_license_add_site_form > div input[type="submit"]{
		width: 100%;
		padding: 12px 15px;
	}
	/* Account sub page CSS end */
}

/* Post CSS */

.file-name span,
.list-file-name ul .elementor-icon-list-text span{
	font-size: 14px;
	background: #f8f9fa;
    border: 1px solid #e5e7eb;
	border-radius: 4px;
	padding: 2px 7px;
}

.step-list{
	counter-reset: item;
}

.step-list li{
	counter-increment: item;
	padding-left: 20px !important;
}

.step-list li::before{
	content: counter(item) ".";
    position: absolute;
	top: 50%;
    left: 0;
	transform: translateY(-50%);
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.file-name ol{
	padding: 0;
}

.memory-method-table table{
	margin: 0;
}

.memory-method-table table td, 
.memory-method-table table th,
.memory-method-table table thead:first-child tr:first-child th{
	font-size: 16px;
	color: var(--e-global-color-text);
	text-align: left;
	border-color: #E5E7EB;
	padding: 10px 15px;
}

.memory-method-table table tbody tr:hover>td,
.memory-method-table table tbody tr:hover>th{
	background: initial;
}

.memory-method-table table tbody>tr:nth-child(odd)>td,
.memory-method-tabletable tbody>tr:nth-child(odd)>th {
    background-color: #f2f5f5;
}

@media only screen and (max-width: 767px){
	
	.memory-method-table table td, 
	.memory-method-table table th,
	.memory-method-table table thead:first-child tr:first-child th{
		font-size: 14px;
		padding: 10px;
	}
}


/* Pricing Card CSS */
.awaiken-pricing-table{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	max-width: 1200px;
	margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.awaiken-pricing-card{
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 20px);
    background: var(--e-global-color-secondary);
    border: 2px solid #2C38351A;
	letter-spacing: -0.02em;
    border-radius: 10px;
    padding: 36px 30px 30px;
    transition: all 0.3s ease-in-out;
}

.awaiken-pricing-card:hover{
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(44, 56, 53, 0.14);
}

.awaiken-pricing-card--popular{
	border: none;
	background: var(--e-global-color-primary);
	box-shadow: 0px 12px 40px rgba(44, 56, 53, 0.28);
}

.awaiken-pricing-card--popular:hover{
	box-shadow: 0px 16px 46px rgba(44, 56, 53, 0.34);
}

.awaiken-pricing-badge{
    white-space: nowrap;
    font-weight: 700;
}

.awaiken-pricing-badge--popular{
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
    padding: 4px 10px;
	text-transform: uppercase;
    letter-spacing: 0.03em;
    border-radius: 4px;
    font-size: 12px;
}

.awaiken-pricing-card--popular .awaiken-pricing-badge--popular{
	background: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
}

.awaiken-pricing-badge--save{
    flex: none;
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
	background: var(--e-global-color-accent);
    color: var(--e-global-color-primary);
}

.awaiken-pricing-card--popular .awaiken-pricing-badge--save{
	background: rgba(255, 255, 255, 0.15);
	color: var(--e-global-color-accent);
}

.awaiken-pricing-card__header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 20px;
}

.awaiken-pricing-card__title{
    margin: 0;
    color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2em !important;
}

.awaiken-pricing-card--popular .awaiken-pricing-card__title{
	color: var(--e-global-color-secondary);
}

.awaiken-pricing-card__subheading{
    margin: 4px 0 0;
    color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 16px;
    line-height: 1.4em;
}

.awaiken-pricing-card--popular .awaiken-pricing-card__subheading{
	color: rgba(255, 255, 255, 0.6);
}

.awaiken-pricing-card__price{
    display: flex;
    align-items: baseline;
    gap: 15px;
    margin: 0 0 15px;
}

.awaiken-pricing-card__price del{
    color: var(--e-global-color-text);
	font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: 20px;
    font-weight: 500;
	line-height: 1.2em;
}

.awaiken-pricing-card--popular .awaiken-pricing-card__price del{
	color: rgba(255, 255, 255, 0.6);
}

.awaiken-pricing-card__amount{
    color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-primary-font-family), Sans-serif;
	font-size: 40px;
    font-weight: 700;
    line-height: 1.2em;
}

.awaiken-pricing-card--popular .awaiken-pricing-card__amount{
	color: var(--e-global-color-secondary);
}

.awaiken-pricing-card__desc{
    margin: 0 0 20px;
    color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 16px;
    line-height: 1.4em;
}

.awaiken-pricing-card__divider{
    border: none;
    border-top: 1px solid #2c383533;
    margin: 0 0 20px !important;
    width: 100%;
}

.awaiken-pricing-card--popular .awaiken-pricing-card__divider {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.awaiken-pricing-card__divider--button{
    margin-top: auto !important;
}

.awaiken-pricing-card__features{
    list-style: none;
    margin: 0;
    padding: 0;
}

.awaiken-pricing-card__features li{
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0 0 12px;
    color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 16px;
    line-height: 1.4em;
}

.awaiken-pricing-card--popular .awaiken-pricing-card__features li,
.awaiken-pricing-card--popular .awaiken-pricing-card__desc{
	color: rgba(255, 255, 255, 0.85);
}

.awaiken-pricing-card__features li:last-child{
	margin-bottom: 20px;
}

.awaiken-pricing-card__features svg{
    flex: none;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    fill: var(--e-global-color-primary);
}

.awaiken-pricing-card--popular .awaiken-pricing-card__features svg{
	fill: var(--e-global-color-accent);
}

.awaiken-pricing-card__button{
    display: block;
    text-align: center;
    background: transparent;
    border: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary) !important;
    border-radius: 4px;
    padding: 13px 18px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.awaiken-pricing-card__button:hover{
    background: var(--e-global-color-primary);
    color: var(--e-global-color-secondary) !important;
}

.awaiken-pricing-card--popular .awaiken-pricing-card__button{
	background: var(--e-global-color-accent);
	border-color: var(--e-global-color-accent);
	color: var(--e-global-color-primary) !important;
}

@media only screen and (max-width: 1024px){
	
	.awaiken-pricing-table{
		gap: 30px;
		flex-direction: column;
		margin-top: 0;
	}

	.awaiken-pricing-card{
		width: 100%;
	}
}

@media only screen and (max-width: 767px){
	
	.awaiken-pricing-card{
		padding: 20px;
	}
	
	.awaiken-pricing-card--popular{
		padding: 35px 20px 20px;
	}

	.awaiken-pricing-card__title{
		font-size: 20px !important;
	}
	
	.awaiken-pricing-card__subheading,
	.awaiken-pricing-card__desc{
		font-size: 14px;
	}
	
	.awaiken-pricing-card__amount{
		font-size: 36px;
	}
	
	.awaiken-pricing-card__features li{
		font-size: 14px;
	}

	.awaiken-pricing-card__button{
		padding: 11px 15px;
	}
}


.order-confirmation-box .edd-blocks__confirmation{
	display: flex;
    flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}

.order-confirmation-box .edd-blocks__confirmation > h3{
	display: none;
}

.order-confirmation-box .edd-blocks__confirmation .edd-blocks-receipt__items{
	width: 34%;
	margin: 0;
	position: sticky;
	top: 30px;
	order: 2;
	background: #fff;
	border: 1px solid #00000010;
	border-radius: 10px;
}

.order-confirmation-box .edd-blocks__confirmation .edd-blocks-receipt__items .edd-blocks-receipt__item{
	display: block;
}

.order-confirmation-box .edd-blocks__confirmation .edd-blocks-receipt__items .edd-blocks-receipt__item .edd_purchase_receipt_files{
	padding: 0;
}

.order-confirmation-box .edd-blocks__confirmation .edd-blocks-receipt__totals{
	width: calc(66% - 20px);
	margin: 0;
	background: #fff;
	border: 1px solid #00000010;
	border-radius: 10px;
}

.order-confirmation-box .edd-blocks__confirmation .edd-blocks__confirmation-details{
	display: none;
}

.form-elementor .elementor-field-textual{
	padding: 10px 20px;
}

.elementor-field-group-envatocode,
.elementor-field-group-orderid{
	display: none;
}

.eddloginform{
	max-width: 440px;
    margin: 0 auto;
}

.eddloginform .edd-blocks-form {
    border-radius: 10px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.eddloginform .edd-input {
    padding: 10px 20px !important;
    height: auto;
    border: 1px solid #2C383533;
    border-radius: 4px;
	outline: 0;
	box-shadow: none;
}

.eddloginform #rememberme{
	width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    margin-right: 4px;
}

.eddloginform .edd-submit {
    border: none !important;
    padding: 10px 30px !important;
    border-radius: 4px !important;
    transition: all 0.4s ease-in-out;
}

.eddloginform .edd-submit:hover{
	background: var(--e-global-color-primary) !important;
	color: #fff !important;
}

@media only screen and (max-width: 1024px){
	
	.order-confirmation-box .edd-blocks__confirmation .edd-blocks-receipt__items{
		width: 100%;
		order: 1;
		position: inherit;
	}
	
	.order-confirmation-box .edd-blocks__confirmation .edd-blocks-receipt__totals{
		width: 100%;
		order: 2;
	}
	
	.order-confirmation-box .edd-blocks__row-header{
		gap: 0;
	}
	
	.checkout-timeline .step .step-text{
		display: none;
	}
}





.awaiken-stats {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4em;
}

.awaiken-stats__rating {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}
a.awaiken-stats__rating {
	color: inherit;
	text-decoration: none;
}

a.awaiken-stats__rating:hover .awaiken-stats__reviews {
	text-decoration: underline;
}

.awaiken-stats__stars {
	position: relative;
	display: inline-block;
	color: #d1d5db;
	white-space: nowrap;
	letter-spacing: 0;
	font-size: 20px;
	top: -1px;
}

.awaiken-stats__stars-fill {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	color: #FF6B00;
	white-space: nowrap;
	letter-spacing: 0;
}

.awaiken-stats__average {
	font-weight: 700;
	color: var(--e-global-color-primary);
}

.awaiken-stats__reviews{
	color: var(--e-global-color-text);
}

.awaiken-stats__sep,
.awaiken-stats__sales {
	color: var(--e-global-color-primary);
}

.awaiken-stats__sales{
	background: url(https://awaikenthemes.com/wp-content/themes/hello-theme-child-master/images/sales.svg) no-repeat left center;
    background-size: auto 20px;
    padding-left: 26px;
}

.edd-reviews-area{
	margin-top: 50px;
}

.edd-reviews-list{
	background: #F2F5F590;
	padding: 50px;
	border-radius: 10px;
}

.edd-reviews-area .edd-reviews-title,
.edd-reviews-form .edd-reviews-heading{
	font-size: 26px;
    border-bottom: 1px solid #00000010;
    padding-bottom: 10px;
	margin-bottom: 30px;
}

.edd-reviews-area li.edd_review{
	padding: 0;
	margin: 30px 0 0;
	list-style: none;
}

.edd-reviews-area li.edd_review:first-child{
	margin-top: 0;
}

.edd-reviews-area li.edd_review .edd-review-body{
	border-bottom: 1px solid #00000010;
    padding-bottom: 30px;
}

.edd-reviews-area li.edd_review:last-child .edd-review-body{
	border-bottom: none;
	padding-bottom: 0;
}

.edd-review-body .edd-review-meta .edd-review-author{
	display: flex;
    justify-content: space-between;
}

.edd-review-body .edd-review-meta .edd-review-author b{
	color: var(--e-global-color-primary);
    font-size: 18px;
    letter-spacing: -0.02em;
}

.edd-review-body .edd-review-meta .edd-review-meta-rating span{
	color: #FF6B00;
    font-size: 16px;
    width: 16px;
}

.edd-review-body .edd-review-meta .edd-review-metadata p{
    font-size: 14px;
    font-style: italic;
	margin: 0;
}

.edd-review-body .edd-review-content{
	margin-top: 20px;
}

.edd-review-body .edd-review-content p:last-child{
	margin-bottom: 0;
}

.edd-review-body .reply{
	margin-top: 10px;
}

.edd-review-body .reply a.comment-reply-link{
	border-bottom: 1px solid var(--e-global-color-primary);
    color: var(--e-global-color-primary);
    font-size: 14px;
}

.edd-reviews-form{
	background: #F2F5F590;
    padding: 50px;
    border-radius: 10px;
    margin-top: 20px;
}

.edd-reviews-form .edd-reviews-not-allowed{
	margin: 0;
}

.edd-reviews-form fieldset {
    margin: 0;
    border: none;
    padding: 0;
}

.edd-reviews-form fieldset label,
.edd-reviews-form #loginform label{
	color: var(--e-global-color-primary);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}

.edd-reviews-form fieldset input[type="text"],
.edd-reviews-form fieldset textarea,
.edd-reviews-form #loginform .input{
	border: 1px solid #00000014;
    border-radius: 6px;
    padding: 12px 20px;
    outline: 0;
    box-shadow: none;
}


.edd-reviews-form fieldset input[type="text"]:focus,
.edd-reviews-form fieldset textarea:focus,
.edd-reviews-form #loginform .input:focus{
	border: 1px solid #00000040;
}

.edd-reviews-form .edd-reviews-review-form-rating .edd-reviews-star-rating-container span{
	width: 16px;
}

.edd-reviews-form .edd-reviews-review-form-rating .edd-reviews-star-rating-container span.dashicons-star-empty{
	color: var(--e-global-color-primary);	
}

.edd-reviews-form .edd-reviews-review-form-rating .edd-reviews-star-rating-container span.dashicons-star-filled{
	color: #FF6B00;	
}

.edd-reviews-form .comment-form-cookies-consent{
	padding-left: 24px;
	position: relative;
}

.edd-reviews-form .comment-form-cookies-consent input{
	position: absolute;
	left: 0;
}

.edd-reviews-form input.edd-reviews-review-form-submit,
.edd-reviews-form #loginform .button{
	border: none;
	padding: 12px 24px;
	border-radius: 6px;
}

.edd-reviews-form #loginform {
    margin-top: 20px;
}

@media only screen and (max-width: 991px){
	.edd-reviews-list{
		padding: 40px;
	}
}

@media only screen and (max-width: 767px){
	.awaiken-stats{
		font-size: 14px;	
	}
	
	.edd-reviews-list,
	.edd-reviews-form{
		padding: 24px;
	}
	
	.edd-review-body .edd-review-meta .edd-review-author b{
		font-size: 16px;
	}
}