/** CUSTOM CSS **/
:root {
	--themegreen: #2fa795;
	--themegreenhover: #1b8172;
	--themedarkblue: #183543;
	--global-palette7: #2fa79526;
	--global-heading-font-family: 'Inter', sans-serif;
	--global-body-font-family: 'Inter', sans-serif;
	--global-palette1: #1b8172;
	--danger: #b81c23;
}

.faq-item.active .faq-icon {transform: rotate(180deg);}

/* HEADER */
.mobileMenu nav {
    flex-direction: column;
}
.mobileMenu {
    z-index: 999;
    width: calc(100% - 60px);
    max-width: 360px;
    border-right: 4px solid var(--themegreen);
	transform: translate(-100vw, 0px);
}
.mobileMenu.active {
    transform: translate(0px, 0px);
}
.menuToggle.open .close-icon, .menuToggle:not(.open) .menu-icon {
    opacity: 1;
}
.menuToggle:not(.open) .close-icon, .menuToggle.open .menu-icon {
    opacity: 0;
}
header .border-white\/30 {
    border-color: rgb(255 255 255 / 0.3);
    border-width: 1px;
	background: transparent;
    border-style: solid;
}
/* footer */
.main-footer ul li:last-child {
    display: none !important;
}

/** THEME CSS OVERWRITE **/
.sfwd-courses-title h1, h1.entry-title, h1.page-title, h1.archive-title  {
	font-size: 40px;
	font-style: normal;
    font-weight: 700;
}
.single-content p {
    margin-bottom: 15px;
}
ul.wp-block-list, ol.wp-block-list {
    list-style: circle;
    padding-left: 20px;
    margin-left: 0;
}
ol.wp-block-list {
    list-style: decimal !important;
}
.wp-block-image img {
    border-radius: 15px;
    border: 1px solid #ddd;
}
.woocommerce .woocommerce-error {
	background-color: #b81c231c;
    color: var(--danger);
	border-left-color: var(--danger);
}
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join, .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join,
.learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:hover, .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:hover{
	background: var(--themedarkblue);
}
button, button:hover, button:focus, button:active, .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) #btn-join:focus, .learndash-wrapper:not(.ld-registration__outer-wrapper):not(.learndash-wrapper--modern) .btn-join:focus {
	outline: none !important;
}
.wc-block-components-address-card__edit {min-width: 25px;}

.woocommerce-EditAccountForm.edit-account fieldset > p {padding: 0 15px !important;}
.woocommerce-EditAccountForm.edit-account fieldset {padding-bottom: 15px; margin: 20px 0 30px;border-radius: 8px !important;}
.woocommerce-EditAccountForm.edit-account fieldset legend {margin-left:20px;background:#fff; padding: 4px 10px !important;}

.woocommerce-account .addresses .title {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;    
    margin-bottom: 15px;
}
header.woocommerce-Address-title.title a{color: var(--themegreen);font-size: 14px;} 
header.woocommerce-Address-title.title h2 {
    margin: 0;font-size: 16px;
    font-weight:600;
}
.woocommerce-account address {font-size: 14px;}
.woocommerce-account .woocommerce-Address {
    border:1px solid #ddd;
    padding:10px;
    border-radius: 8px;
}
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
    display: none;
}

/** shop **/
ul.products li.product {
    border: 1px solid #ececec;
    cursor:pointer;
    border-radius: 15px; transition: all 0.2s ease-in-out;
}
ul.products li.product:hover {
    box-shadow: 0 0 14px #dbdbdb;
}
ul.products.products-grid-view li.product:hover .product-details {
    transform: translateY(-20px) !important;
} 
ul.products.products-grid-view li.product .product-details {
    transform: translateY(-10px) !important;
    padding: 15px;
    border-radius:15px;
}
ul.products.products-grid-view .woocommerce-loop-image-link {
    max-height: 140px;
}
ul.products.products-grid-view .woocommerce-loop-image-link img {
    height: 300px !important;
}
ul.products li.product:hover .product-action-wrap, ul.products li.product:hover h2.woocommerce-loop-product__title {
    color: var(--themegreen);
}
ul.products .product-action-wrap {
    padding: 10px 0 0 0 !important;    
    position: unset !important;
    opacity: 1 !important;
}
.woocommerce-cart .wc-block-grid__product-title, ul.products h2.woocommerce-loop-product__title {
    padding-top: 0 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    transition: all 0.2s ease-in-out;
    font-weight: 700 !important;
}


ul.products.products-list-view h2.woocommerce-loop-product__title {    
    font-size: 2rem !important;
    line-height: 2.5rem !important;
}
ul.products.products-list-view li.product a.woocommerce-loop-image-link *,
ul.products.products-list-view li.product a.woocommerce-loop-image-link {
    width: 100%;
    object-fit:cover;
    max-height: 300px;
}
ul.products.products-list-view .price * {
    font-size: 18px !important;
    line-height: 34px !important;
}

/** basket/cart **/
.woocommerce-cart .with-empty-cart-icon {
    max-width: 450px;
    margin: 0 auto 40px !important;
    padding: 40px;
    background: #e0f2ef;
    border-radius: 20px;
}
.woocommerce-cart h2.wp-block-heading.has-text-align-center {
	font-size: 24px !important;
    line-height: 45px !important;
	font-weight: 700 !important;
}
.woocommerce-cart .entry-content-wrap {
    padding: 0;
    box-shadow: none !important;
}
.woocommerce-cart .wc-block-grid {
	margin-bottom: 0 !important;
}
.woocommerce-cart .entry.single-entry {
	box-shadow: none !important;
	border-radius: 0 !important;
}

/** single shop page **/
.single-product.postid-773  #reviews {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.single-product.postid-773 #reviews > * {
    width: 100% !important;
    padding: 0 !important;
}
.single-product.postid-773 #review_form {
    border: 1px solid #ececec;
    border-radius: 15px;
    transition: all 0.2s ease-in-out;
    padding: 20px;
}
.single-product.postid-773 #review_form textarea {
    border: 1px solid #ececec;
    padding: 20px 15px;
    border-radius: 10px;
}
.single-product.postid-773 #review_form label {
    font-weight:  600 !important;
}
.single-product.postid-773 .woocommerce-product-gallery,
.single-product.postid-773 .woocommerce-product-gallery > * {
    border-radius: 10px !important;
    overflow: hidden;
}

/** lessons/topics/quiz **/
body.single.has-sidebar .site-container{--global-content-width: 1600px;}
body.single.has-sidebar .active-item .ld-topic-title, body.single.has-sidebar .active-parent .ld-item-title, body.single.has-sidebar .wp-block-heading {color: var(--themegreen) !important;}
body.single.has-sidebar .active-parent .ld-table-list-items {background: #fff !important;}
body.single.has-sidebar .ld-item-list-item-preview span.ld-text:hover, body.single.has-sidebar span.ld-topic-title:hover, body.single.has-sidebar .ld-item-component:hover, body.single.has-sidebar .ld-item-title:hover {color: var(--themegreen) !important;}
body.single.has-sidebar .ld-item-title, body.single.has-sidebar .ld-topic-list .ld-table-list-header span.ld-text {font-size: 14px !important;font-weight: 600 !important;line-height: 19px !important;}
body.single.has-sidebar .ld-status-icon {border-width: 3px !important;flex-basis: 18px !important;width: 18px !important;height: 18px !important;}
body.single.has-sidebar .ld-item-list-item-preview {padding: 15px !important;}
body.single.has-sidebar .ld-item-list-item-preview span.ld-text {font-size: 11px !important;}
body.single.has-sidebar .ld-icon {height: 15px !important;width: 15px !important;flex: 0 0 15px !important;padding:0 !important;}
body.single.has-sidebar .ld-icon:before {font-size: 8px !important;}
body.single.has-sidebar .ld-lesson-list .ld-topic-list .ld-table-list-header {padding: 15px 15px !important;background: var(--themegreen) !important;}
body.single.has-sidebar .ld-topic-list .ld-table-list-header .ld-item-icon {display: none;}
body.single.has-sidebar .ld-table-list-item {margin: 0 !important;}
body.single.has-sidebar .ld-table-list-items {padding: 0 15px !important;}
body.single.has-sidebar .ld-table-list-item span.ld-topic-title, body.single.has-sidebar .ld-table-list-item .ld-item-title {font-size: 12px !important;font-weight: 600 !important;}
body.single.has-sidebar .ld-section-heading h2 {font-weight: 600 !important;}

@media only screen and (max-width: 1499px) and (min-width: 1300px) {	
	body.single.has-sidebar .site-container {gap:40px !important;}
	body.single.has-sidebar .primary-sidebar {min-width: 380px !important;}
}
@media only screen and (max-width: 1299px) and (min-width: 1025px) {
	body.single.has-sidebar .primary-sidebar {min-width: 350px !important;}
	body.single.has-sidebar .site-container {gap:20px !important;}
	
	body.single.has-sidebar .ld-section-heading h2 {font-size:20px !important;}
	body.single.has-sidebar .entry-content-wrap {padding-right:0px !important;padding-left:0px !important;}
}
@media only screen and (max-width: 1023px) and (min-width: 992px) {
	header .gap-3 {
		gap: 40px;
	}
}
@media only screen and (max-width: 991px) {
	.sfwd-courses-title h1, h1.entry-title, h1.page-title, h1.archive-title {
		font-size: 34px;
	}
}
@media only screen and (max-width: 767px) {
	body.single.has-sidebar .ld-table-list-lesson-details {
		margin-left: 0 !important;
	}
	body.single.has-sidebar .ld-item-list-item-preview {gap:10px !important;}
}
@media only screen and (max-width: 575px) {
	.sfwd-courses-title h1, h1.entry-title, h1.page-title, h1.archive-title  {
		font-size: 26px;
	}
	.step-line {
		flex-direction: column;
		gap: 10px;
	}
	.step-line:before {
		display: none;
	}
	.step-line span.text-xs.bg-slate-100 {
		display: none;
	}
	.step-line h3 {
		font-size: 15px !important;
	}
	.step-line p {
		font-size: 13px !important;
	}
	.icon-size-10 {
		min-width: 32px;
		width: 32px;
		height: 32px;
		min-height: 32px;
	}
}

/** Our Course Page **/
.learndash-course-grid .items-wrapper .author .name, .items-wrapper .author img, .learndash-course-grid  .thumbnail .arrow.button  {
    display: none !important;
}


.learndash-course-grid  .items-wrapper .meta {
    margin-bottom: 0px !important;
}