body {
    overflow-x: hidden;
}

body.popup-open {
    overflow: hidden;
}

.elementor.elementor-2035 {
    overflow:hidden;
}
.elementor-2035 .elementor-element.elementor-element-52fd3b66 {
    transform: scale(1.2);
    transition: transform 8s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}
.loaded .elementor-2035 .elementor-element.elementor-element-52fd3b66 {
    transform: scale(1);
    overflow: hidden;
}
span.elementor-button-icon {
    padding-top: 0px;
    margin-right: 5px;
}
select::-webkit-scrollbar {
    display: none;
}
/* New CSS Filter Form */
.filter-form {
    width: 100%;
    height: 100%;
    background: #000;
    padding: 10px;
}
.filter-container {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
}
.dropdown {
    position: relative;
    width: 33%;
    border-radius: 25px;
}
.dropdown button {
    width: 100%;
    padding: 10px;
    background-color: white;
    color: black;
    border: none;
    cursor: pointer;
    text-align: left;
    border-radius: 5px;
    font-weight: 500;
    height: 50px;
}
.dropdown button:hover, .dropdown button:focus {
    background-color: white;
    color: black;
    font-weight: 500;
    border-radius: 5px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    color: black;
    width: 100%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 4px;
}
.search-box {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #ccc;
}
.dropdown-content label {
    display: block;
    padding: 5px;
    cursor: pointer;
}
.dropdown-content input {
    margin-right: 5px;
}
.filter-button {
    background-color: #6b61a3;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
input[type="checkbox"] {
    cursor: pointer;
}
.selected-items {
    display: none;
    max-width: 340px;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap: 5px;
    padding: 5px;
    background: #fff;
    border-radius: 5px;
    height: 50px;
    margin-top: -10px;
    -ms-overflow-style: none;
   /* IE/Edge */
    scrollbar-width: none;
   /* Firefox */
    cursor: grab;
}
.selected-items::-webkit-scrollbar {
    display: none;
   /* Chrome, Safari and Opera */
}
.selected-items span {
    background-color: #eee;
    border-radius: 20px;
    padding: 10px 24px 10px 12px;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
}
.selected-items span .remove {
    cursor: pointer;
    font-weight: bold;
    color: #888;
    position: absolute;
    top: 7px;
    right: 4px;
    padding: 5px;
    background: transparent;
}
span.select-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-white-color {
    color: #fff;
}
@media (max-width: 768px) {
    .filter-container {
        flex-direction: column;
   }
    .dropdown {
        width: 100%;
   }
    .filter-button {
        width: 100%;
        top: 9%;
        font-size: 13px !important;
   }
}
@media (max-width: 320px) {
    .filter-button {
        width: 100%;
        font-size: 10px !important;
   }
}
/* */
/* Menu Icons */
.elementor-button-icon .e-font-icon-svg {
    height: 1.2em;
    width: 1.2em;
}
/* End Menu Icons */
/* Login Menu */
#user-menu-top .elementor-menu-toggle {
    background: #69cbdc !important;
    padding: 8px;
    border-radius: 20px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
@media (max-width: 425px){
    #user-menu-top .elementor-menu-toggle {
        background: #69cbdc !important;
        padding: 8px;
        border-radius: 20px;
        vertical-align: middle;
        margin-left: 5px;
        margin-right: 10px;
   }
}
/* */
@media (max-width: 768px){
    #user-menu-top .elementor-menu-toggle .e-font-icon-svg {
        fill: #fff;
        height: 0.6em;
        width: 0.6em;
   }
}
.woocommerce-form-row input:focus {
    border: 1px solid #d9d9d9 !important;
}
.woocommerce-form-row input:outline {
    border: 1px solid #d9d9d9 !important;
}
input#user_login {
    margin-bottom: 5px;
}
input[type=text]:focus,input[type=email]:focus,input[type=password]:focus {
    border-color: #d9d9d9 !important;
}
input[type="text"], input[type="email"], input[type="password"] {
    transition: none !important;
}
/* User Name Header */
span.elementor-heading-title.elementor-size-default {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-caption;
    min-width: 60px;
}
/* End */
/* Cart page design css */
td.product-quantity {
    display: none !important;
}
td.product-subtotal {
    display: none !important;
}
th.product-quantity {
    display: none;
}
th.product-subtotal {
    display: none;
}
a.button.gd-checkout-open.gd-checkout-button {
    background: #007392;
    color: #fff !important;
    width: 100%;
    text-align: center;
    padding: 14px;
}
.e-cart-totals.e-cart-section {
    border: none;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0;
    border-bottom: 1px solid #ccc;
}
.coupon.e-cart-section.shop_table {
    border: none;
    padding: 0px;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon-col-start {
    flex: 2;
    padding-right: 0px;
}
.elementor-widget-woocommerce-cart .woocommerce .coupon-col-end {
    flex: 1;
    padding: 0;
    margin-top: -1px;
    border: none;
}
/* Couerse Page Filter CSS */
.my-accordion-panel.close {
    max-height: 0 !important;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}
.my-accordion-panel,.my-accordion-item.active .my-accordion-panel {
    
}
.my-accordion-content {
	max-height: 200px !important;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px;
    scrollbar-color: #ccc;
    scrollbar-width: thin;
	  transition: all 0.3s linear;
}


.my-accordion-toggle {
    background-color: #333;
    color: white;
    padding: 10px 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
}
.my-accordion-header {
    margin: 0;
    
}
.my-accordion-header img {
    transition: transform 0.3s ease;
}
.my-accordion-item.active {
    padding: 10px 0px;
	border-top: 1px solid #444;
}
h2.my-accordion-header {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.filter-section {
   /* height: 100vh;
    */
    position: sticky;
    top: 0px;
    width: 320px;
}
section.cl-section .container {
    justify-content: space-between;
}
.align-items-center.d-flex.justify-content-between.mb-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 29px;
}
.align-items-center.d-flex.justify-content-between.mb-2>p {
    margin: 0px !important;
    color: #fff;
}
button.my-accordion-toggle.active,button.my-accordion-toggle {
    background: transparent;
    color: #fff;
    padding: 10px 0;
}
button.my-accordion-toggle:hover.active,button.my-accordion-toggle:hover, button.my-accordion-toggle:focus {
    background: transparent !important;
    color: #fff !important;
    padding: 10px 0;
}
.my-accordion-content {
    padding-top: 10px;
}
.my-accordion {
/*     padding-left: 10px;
    padding-right: 10px; */
}
.my-accordion-content label.form-check-label.text-white,.my-accordion-content p.my-md-0.text-white {
    color: #fff;
    font-size: 14px !important;
	cursor: pointer;
	letter-spacing: 0;
}
.my-accordion-content .form-check {
    display: flex;
    align-items: center;
    gap: 7px;
	cursor: pointer;
}
.my-accordion-content input[type="checkbox"] {
    cursor: pointer;
}
@media (max-width: 768px){
    section.cl-section .container {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
   }
    .filter-section {
        position: sticky;
        top: 0px;
        width: 100vw;
   }
    .shop-main-content {
        padding: 20px;
   }
}
.cl-section h1.woocommerce-products-header__title.page-title {
    color: #fff;
}
.product-listing.d-flex {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    justify-content: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 5rem;
}
/* */
.cl-section .cl-sidebar .filter-section {
    background-color: transparent;
    border-radius: 8px;
    padding:0px 20px 20px 10px;
	  transition: all 0.3s linear;
}
.listing-top-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 1rem;
    gap: 12px;
}
.search-form {
    flex: 1;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 0em;
}
li.product.type-product.course-card {
    border-radius: 25px;
    background: #fff !important;
    overflow: hidden;
    position: relative;
}
.product.type-product .woocommerce-loop-product__title {
    color: #000 !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    margin-top: 0px !important;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
   /* Show only 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 51px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 16px;
    font-weight: 500;
}
.woocommerce .products ul, .woocommerce ul.products {
	width: 100% !important;
}

.cl-section .woocommerce-breadcrumb {
    display: none;
}
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.custom-license-type {
    background: #69CBDC;
    border-radius: 50px;
    padding-left: 20px;
    color: #fff !important;
    width: 80%;
    margin-left: 16px 
}
.custom-license-type {
    position: absolute;
    background: #69CBDC !important;
    margin-left: 0px;
    top: 185px;
    left: 20px;
    width: max-content;
    padding: 0px 10px;
    display: flex;
}
.custom-license-type span {
    color: #fff !important;
    font-size: 10px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 2.5% 1em 0 !important;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
}
.shop-header {
    width: 100%;
	background: #000;
}
.product-listing .shop-main-content {
    width: 70%;
}
.woocommerce ul.products li.product .star-rating {
    margin-left: 20px !important;
}
.woocommerce .star-rating span::before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0;
    color: gold;
}
span.price bdi {
    color: #000 !important;
}
span.woocommerce-Price-currencySymbol {
    color: #000 !important;
    padding-left: 10px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, a.button.product_type_simple {
    border-radius: 25px 25px 25px 25px;
    padding: 16px 28px 16px 28px;
    background: #7557a5;
    color: #fff;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,a.button.product_type_simple:hover {
    background: #69cbdc;
    color: #fff;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 0px;
    margin-left: 18px;
	cursor: pointer;
	margin-bottom: 10px;
}
button.button.added-to-cart-button, span.added-to-cart-button {
	cursor: default !important;
	background-color: #eee !important;
border-radius: 25px 25px 25px 25px !important;
}
.woocommerce ul.products li.product .price {
    padding-left: 10px;
    font-weight: 600;
}
/* Set default right margin for all products */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 31.5% !important;
    margin-right: 5%;
    float: left;
/*     min-height: 455px; */
}
/* Remove margin-right for every third product */
.woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n) {
    margin-right: 0 !important;
}
/* Optional: clear float after every row to avoid wrapping issues */
.woocommerce ul.products:after, .woocommerce-page ul.products:after {
    content: "";
    display: table;
    clear: both;
}

section.cl-section .site-main {
    width: 100% !important;
    min-height: 160px;
    text-align: center;
    padding-top: 25px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #7557A5 0%, #000000 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.woocommerce nav.woocommerce-pagination {
    text-align: right;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover{
    background: #7557a5;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #7557a5;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px !important;
}

.cl-section img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
}
.cl-section img.woocommerce-placeholder.wp-post-image {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover;
}
input.form-control.filter-search-input {
    border-radius: 5px !important;
    margin-top: 1rem;
}
form#listing-search-form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.filter-search {
	margin-bottom: 15px;
}
.search-form #listing-search-form input {
    border-radius: 5px !important;
		width: 95%;
}
select.orderby {
    height: 50px;
    border-radius: 5px;
	cursor: pointer;
}
select.orderby option {
	cursor: pointer;
}

.cl-section .filter-section form > button {
    margin-left: 18px;
}


.my-accordion-panel.open {
    display: block;
}
.my-accordion-panel {
	display: none;
}

.filter-section .my-accordion-toggle {
	padding: 0px 0px 0px 0px !important;
}


img.sort-mobile.woocommerce-orderby-1 {
	display: none;
}

h5.mobile-filter-heading {
	/* display: none; */
}



/* Responsive tweaks */
@media (max-width: 768px) {
	
	.my-accordion-panel.open {
    max-height: 279px !important;
}
    .product-listing.d-flex {
        flex-direction: column;
        background: #000;
   }
.listing-top-bar {
		padding-left: 18px;
	}
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 47% !important;
        margin-right: 3% !important;
   }
    .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n) {
        margin-right: 0;
   }
	img.sort-mobile.woocommerce-orderby-1 {
	display: block;
}
}
@media (max-width: 480px) {
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%;
        margin-right: 0;
   }
}



@media (min-width: 1025px){
    body:not([class*=elementor-page-]) .cl-section .site-main {
        max-width: 100% !important;
   }
    section.cl-section .container {
        max-width: 100% !important;
   }
    .cl-section .cl-sidebar .filter-section {
        margin-left: 0rem;
   }
    .cl-section {
        background: #000 !important;
   }
    img.filter-mobile {
        display: none;
   }
   .filter-link-mobile{
    display: none !important;
   }
}
@media (min-width: 769px) and (max-width: 1024px) {
    body:not([class*=elementor-page-]) .cl-section .site-main {
        max-width: 100% !important;
   }
   .filter-link-mobile{
    display: none !important;
   }
    section.cl-section .container {
        max-width: 100% !important;
   }
    .cl-section .cl-sidebar .filter-section {
        margin-left: 0rem;
        min-height: 100vh;
   }
    .cl-section {
        background: #000 !important;
   }
    .cl-section .product-listing .shop-main-content {
        width: 65%;
   }
    .cl-section .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
/*         min-height: 380px; */
        width: 31.5% !important;
   }
    .cl-section img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        width: 100%;
   }
    .cl-section .filter-mobile {
        display: none;
   }
}
@media (max-width: 768px){
    body:not([class*=elementor-page-]) .cl-section .site-main {
        max-width: 100% !important;
   }
    .filter-section {
        display: none;
   }
    .filter-section.active {
        display: block;
   }
    .cl-section .cl-sidebar .filter-section {
        margin-left: 0rem;
			padding: 0px 20px 20px 20px;
   }
    .product-listing .shop-main-content {
        width: 100% !important;
   }
    .cl-section img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 100%;
   }
    .cl-section .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
/*         min-height: 380px; */
        width: 47% ;
   }
    .cl-section .woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n) {
        margin-right: 3% !important;
   }
    .cl-section .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: inline-start;
   }
    form.woocommerce-ordering {
        width: 80px;
   }
    form.woocommerce-ordering {
        display: flex;
        align-items: center;
        gap: 10px;
   }
   section.cl-section .site-main {
    min-height: 100px !important;
}
	.product-listing.d-flex {
		gap: 0px;
		
	}
	form.woocommerce-ordering {
    display: none;
}
}
@media (max-width: 426px){
    .cl-section .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
   }
	  .listing-top-bar {
        padding-left: 0px;
    }
    form.woocommerce-ordering {
        width: 80px;
   }
   section.cl-section .site-main {
    min-height: 100px !important;
}
}




/* top bar course serach section */

.listing-top-bar {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 1rem;
    gap: 12px;
    flex-direction: column;
}

.cl-section .container {
    max-width: 1140px !important;
    width: 100%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    justify-items: center;
    position: relative;
    flex-direction: column;
}

.top-content, .filter-link-mobile {
    width: 100%;
    max-width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-right: 20px;
	  background: black;
}
.filter-link.filter-link-mobile {
    padding-left: 20px;
}
.filter-link{
    padding-bottom: 15px;
    color: #fff;
    display: inline;
}

.left-top {
    width: 27%;
	display: block;
	padding-left: 10px;
}
.right-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 73%;
    gap: 5px;
}

.cart-count {
    position: absolute !important;
    top: -5px !important;
    right: 5px !important;
    background: #69cbdc !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 0 !important;
    width: 20px !important;
    line-height: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
    border: 1px solid #03a9c6 !important;
}

@media (max-width: 768px){
    .top-content{
        display: block;
    }
	.left-top {
   /* display: none; */
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
}
	.right-top {
		width: 100%;
	}
	.cl-sidebar {
    padding-top: 1rem;
}
	h5.mobile-filter-heading {
    color: #fff;
		display: block;
}
	
		.cart-count {
     top: -3px !important;
        right: -3px !important;
        font-size: 10px !important;
        width: 17px !important;
        height: 17px !important;
        line-height: 17px !important;
}

}




.dropdown-options {
      background: #fff;
    border: 1px solid #ddd;
    width: 150px;
    position: absolute;
    right: 20px;
    top: 155px;
    border-radius: 5px;
	  z-index: 1;
}
.dropdown-options div {
  padding: 8px 10px;
  cursor: pointer;
}
.dropdown-options div:hover {
  background-color: #f5f5f5;
}
.bottom-btn {
    border-top: 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}
span#reset-filter {
	cursor: pointer;
}

h5.mobile-filter-heading {
    color: #fff;
}

.woocommerce-info {
    margin-top: 10px !important;
}


/*  */




/* Added Cart button bg color */

button.button.added-to-cart-button {
    background-color: #f0fdf4 !important;
    color: #15803d !important;
	margin-bottom: 20px !important;
}


/*  */








/* Product Page CSS */
.single-product #primary {
    background-color: transparent;
    background-image: linear-gradient(180deg, var(--e-global-color-secondary) 0%, #000000 30%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


.single-product #primary .product {
	padding-top: 100px;
	color: #fff;
	padding-bottom: 50px;
}


.single-product #primary .product .woocommerce-product-gallery__image--placeholder {

    border-radius: 30px;
    overflow: hidden;
}
.woocommerce-product-gallery__image {
    border-radius: 30px;
    overflow: hidden;
}


.single-product #primary .product h1.product_title.entry-title {
    color: #fff;
	font-size: 52px;
}

.single-product #primary .product p  {
	
	color: #fff;
} 

.single-product #primary .product .refund-policy li {
	color: #000;
	
}


.single-product .entry-summary span.woocommerce-Price-currencySymbol, .single-product p.price {
	font-weight: 600;
}


.single-product #primary .product button.single_add_to_cart_button.button.alt {

border-radius: 25px 25px 25px 25px;
    padding: 16px 28px 16px 28px;
    background: #7557a5;
    color: #fff;
	font-size: 16px;
    font-weight: 600;
}

.single-product #primary .product button.single_add_to_cart_button.button.alt:hover {
	
	background: #69cbdc;
    color: #fff;
}

/* .single-product #primary .product p span.format_in {
    font-weight: 700;
} */

.single-product #primary .product .product_meta {
    padding-top: 14px;
}

.single-product #primary .product .product_meta p {
	color: #ACACAC;
}
.single-product #primary .product .product_meta p span.format_in {
	color: #fff;
}

.single-product #primary .product .product_meta p span.lic_in {
	color: #fff;
}


.single-product #primary .product .product_meta p span.state_in {
	color: #fff;
}





.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 0 0 0em !important;
	margin: 0 0 0em !important;
	background: #7557A50D;
    overflow: auto !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
    padding: 5px 25px;
    background: transparent;
    border: none;
    color: #000000;
	margin: 0 0px !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-width: 0px !important;
	box-shadow: 0px 0px 0 #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-width: 0px !important;
	box-shadow: 0px 0px 0 #fff !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #000000;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
	color: #7557A5;
} 

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	color: #7557A5;
	padding: 5px 25px;
	border-radius: 0px;
	border-bottom: 4px solid #7557A5;
	background: transparent;
	
}

ul.tabs.wc-tabs {
	border-top-left-radius: 10px !important; 
	border-top-right-radius: 10px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 600;
}

.woocommerce div.product .woocommerce-tabs .panel {
	background: #fff;
	border-radius: 0px;
	border-top-right-radius: 10px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.modules-container {
	border: none !important;
}

.modules-container .module-section {
	border-radius: 10px !important;
    border: 1px solid #7557A51A !important;
    margin-bottom: 5px;
    overflow: hidden;
}



.woocommerce-Tabs-panel, .woocommerce-Tabs-panel p {
	color: #000 !important;
}

.module-heading {
    margin-bottom: 12px;
}
.single-product .entry-summary .product_meta {
	border-bottom: none;
}

.single-product #primary .product	.woocommerce-Price-currencySymbol {
		padding-left: 0px;
	}
.single-product .entry-summary span.woocommerce-Price-currencySymbol, .single-product p.price {
	font-size: 36px !important;
	display: inline-block;
	margin-right: 0px;
}
.woocommerce-page div.product .woocommerce-tabs {
	width: 100%;
}

.single-product #primary .product  form.cart {

    display: inline-block !important;
    margin-bottom: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	content: "";
	border-bottom: none !important;
}

.woocommerce-Tabs-panel p {
    color: #414141 !important;
		font-size: 15px;
}

.single-product #primary .product .module-heading {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
}

.single-product #primary .product .total-duration {
    font-size: 15px;
    color: #717171;
}

.single-product #primary .product .module-head {
    display: flex;
    border-bottom: 4px solid #7557A50D;
    margin-bottom: 20px;
}
.sp-main-content {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    overflow: hidden;
	gap: 20px;
}

.single-product #primary .product .progress-r {
    background: #7557A5;
    border-radius: 20px;
    padding: 20px;
}

.single-product #primary .product .completion-sec {
    background: #7557A50D;
    padding: 20px;
    border-radius: 20px;
}

.single-product #primary .product .cstatus.f14 {
    color: #717171;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.single-product #primary .product .mr.f14, .single-product #primary .product .cm {
    font-size: 14px;
    color: #717171;
		font-weight: 500;
}

.single-product #primary .product .cnt {
    color: #000000;
    font-size: 14px;
}

.sp-main-content .right-sidebar .right-content, .sp-main-content .woocommerce-Tabs-panel.panel {
	box-shadow: none;
	    padding: 0px !important;
    border-radius: 0px;
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.single-product #primary .product .auth-title.f14 {
	color: #717171;
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.single-product #primary .product .auth_name {
    font-size: 14px;
    color: #717171;
		font-weight: 500;
}

.single-product #primary .product .auth-details {
	background: #7557A50D;
    padding: 20px;
    border-radius: 20px;
}

.single-product #primary .product .plable.f14 {
    margin-bottom: 12px;
}

.single-product #primary .product .module-progress > strong {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.single-product #primary .product .enrolled-btn-sec .btn-start {
    width: 100%;
    border-radius: 24px;
}

.single-product #primary .product .sp-main-content .right-sidebar {
	width: 40%;
}

/* div#tab-description > p {
    padding-top: 30px;
} */

.module-type.md-50.d-flex {
    color: #717171;
	font-size: 14px;
}

.module-duration.md-50.d-flex {
	color: #717171;
	font-size: 14px;
}

.course-format-labels {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.course-format-labels .course-format-item{
    font-size: 13px;
}

.single-product #primary .product .refund-policy {
	padding-top: 10px;
	
}

a.woocommerce-product-gallery__trigger {
    display: none;
}

.custom-wrapper-price {
    display: flex;
    align-items: center;
    gap: 15px;
}

.vf tr:hover{
    background: none;
}

.vf .value{
    background: none;
}
.vf .value #instance{
    background: #fff;
}

@media (max-width: 767px) {
  .single-product #primary .product h1.product_title.entry-title {
    font-size: 32px;
  }
	.single-product .entry-summary span.woocommerce-Price-currencySymbol, .single-product p.price {
		font-size: 28px !important;
	}
.single-product #primary .product	.woocommerce-Price-currencySymbol {
		padding-left: 0px;
	}
	
 .sp-main-content {
	 display: flex;
        flex-direction: column;
	}
	.sp-main-content .woocommerce-tabs {
		width: 100%;
	}
	.sp-main-content .right-sidebar {
		width: 100%;
	}
	
	.single-product #primary .product .sp-main-content .right-sidebar {
    width: 100%;
}
}

	.single-product #primary .product .icon-sec {
    position: relative;
}

span.icon-complete {
    position: absolute;
    right: 0;
    bottom: 0;
}
.info-item {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
	.single-product #primary .product .module-header {
    display: flex;
    align-items: flex-start;
		gap: 20px;
		padding: 15px;
}
	.single-product #primary .product .module-header-container {
    width: 100%;
}












/* End */

@media (max-width: 1024px){
	#learner-account-main .list-section div.product {
        width: 310px; 
	}
	#learner-account-page {
        padding: 20px;
    }
	#learner-account-main {
        padding: 20px;
    }
    #btn-book{
        margin-bottom: 30px;
    }
}


@media (max-width: 768px){
		.my-order-search-form-wrapper {
		flex-wrap: nowrap;
	}
	
	#learner-account-main .list-section div.product {
		width: 100% !important;
	}
	#learner-account-page {
 
    padding: 20px !important;
}
.account-header {
    padding: 20px;
}
#learner-account-main .current-year-progress {
    display: flex;
    gap: 30px;
    flex-direction: column;
 }
#learner-account-main .current-year-progress>div {
    margin-bottom: 30px;	
}
}


.woocommerce-learner-navigation ul li{
    padding: 10px 0px;
    border-bottom: 4px solid transparent;
    margin-right: 30px;
}
@media (max-width: 768px) {
	.woocommerce-learner-navigation ul {
		z-index: 1;
	}
	.woocommerce-learner-navigation ul li.is-active {
    border-bottom-color: #69cbdc;
    margin-bottom: 0px;
    z-index: 999;
}
    .woocommerce-learner-navigation ul {
            display: flex  !important;
            flex-direction: row !important;
            list-style: none !important;
            width: 100% !important;
            -webkit-overflow-scrolling: touch!important;
            scroll-behavior: smooth !important;
        overflow: scroll;
            padding-left: 0 !important;
            -ms-overflow-style: none !important;
            scrollbar-width: none !important;
			flex-wrap: nowrap !important;
    }
    .woocommerce-learner-navigation ul li {
        padding: 10px 0px !important;
        margin-right: 20px !important;
			
    }

    .woocommerce-learner-navigation ul li a {
        display: block !important;
         width: max-content !important;
    }

}


#learner-account-main .list-section div.product .btn-view-course {
	font-weight: 500;
}
 




.bg-gray {
    background: #fff;
    padding: 20px 0px;
}
.d-flex.gap-3 {
    gap: 20px;
}
.d-flex.gap-3 svg {
	width: 24px;
}

.info-item-grid {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.info-item-grid > strong {
	color: #ACACAC;
	font-weight: 500;
}
.location .info-item-grid {
    overflow-wrap: anywhere;
}
.bg-module-section {
	background: #7557A50D;
}

.pad-y-30 {
    padding-bottom: 20px !important;
}

#learner-account-main .list-section div.product .btn-view-course {
	    transition: all 0.3s linear;
}

#learner-account-main .list-section div.product .btn-view-course:hover {
    background-color: #7557A5;
    color: #fff;
}

#learner-account-main .list-section div.product .product-title {
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 51px;
    padding: .56em 0;
}


.woocommerce div.product .woocommerce-tabs .panel {
     padding: 30px 0px !important;
}


button.woocommerce-Button.button {
    background: #4AC8D8;
    border-radius: 26px;
    color: #fff;
}
button.woocommerce-Button.button:hover {
	 background: #7557A5;
	 color: #fff;
}





/*  Forgat password */
.woocommerce-lost-password .my-account .woocommerce {
    width: 100%;
    overflow: hidden;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
		flex-direction: column;
}

td.actions {
    display: none !important;
}

td.product-thumbnail {
    width: 150px;
}


/*  */

@media (max-width: 767px) {
	.elementor-148 .elementor-element.elementor-element-a371b12 {
		margin-top: 0px !important;
	}
    .search-form #listing-search-form input {
        border-radius: 5px !important;
        width: 95%;
    }
}

.search-form #listing-search-form input {
    border-radius: 5px !important;
    width: 95%;
}


input[type="search"]::-webkit-search-cancel-button {
    cursor: pointer !important;
}

.instance-datetime {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 46px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 7px;
    font-size: 12px;
    color: #333;
    line-height: 18px;
    margin-bottom: 5px;
}


@media (max-width: 768){
	.instance-datetime {
		height: 55px;
	}
}

button.button.enquire-now-button {
    border-radius: 25px 25px 25px 25px;
    padding: 16px 28px 16px 28px;
    background: #7557a5;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px !important;
}
.summary.entry-summary button.button.enquire-now-button, .summary.entry-summary button.button.external-course-button, .summary.entry-summary a.button.external-course-button {
    margin-bottom: 20px;
}

button.button.enquire-now-button:hover {
	background: #69cbdc;
    color: #fff;
}

.enquiry-popup {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.6);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
        }
 
        .enquiry-popup-content {
            background-color: #fff;
            padding: 20px;
            border-radius: 10px;
            width: 90%;
            max-width: 500px;
            position: relative;
        }
 
        .enquiry-popup .close {
            position: absolute;
            top: 10px;
            right: 15px;
            font-size: 30px;
            cursor: pointer;
        }

.enquiry-popup-content h2 {
    font-size: 32px;
    text-align: center;
    color: #7557a5 !important;
}

@media (max-width: 768px){
	.enquiry-popup-content h2 {
    font-size: 24px;
	}
}

.enquiry-popup-content label {
    font-size: 14px;
	  margin-top: 10px;
}

.enquiry-popup-content input:focus,
.enquiry-popup-content textarea:focus{
    border: 1px solid #d9d9d9 !important;
}

.enquiry-popup-content #enquiry-form button {
    width: 100%;
}


.enquiry-popup-content #enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.enquiry-popup-content {
  max-height: 90vh;
  overflow-y: auto;
}
@media (max-height: 636px) {
  .enquiry-popup-content {
    max-height: 500px;
    overflow: auto;
  }
}



input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.enquiry-popup-content {
  overflow-y: auto; /* make sure it scrolls vertically */
}

/* Scrollbar width */
.enquiry-popup-content::-webkit-scrollbar {
  width: 10px;
}

/* Scrollbar track (background) */
.enquiry-popup-content::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 50px;
}

/* Scrollbar thumb (the draggable part) */
.enquiry-popup-content::-webkit-scrollbar-thumb {
  background: #9f9f9f;
  border-radius: 50px;
}




/* Single Order Page */



section.woocommerce-customer-details {
    display: flex;
    flex-direction: column;
    background: transparent;
    border-radius: 1rem;
    flex: 1 1 320px;
    padding: 2rem;
    color: #fff;
    border: 2px solid #333;
}

.woocommerce-view-order table th,
.woocommerce-view-order table td{
    padding-left: 10px !important;
}


.woocommerce-view-order table td span.woocommerce-Price-currencySymbol {
	padding-left: 0px !important;
	color: #fff !important;
}


.woocommerce-cart .woocommerce {
    padding: 0px 16px;
}
.product-template-default.single-product.woocommerce-page .bg-module-section {
	border-radius: 10px 10px 0px 0px;
}

.woocommerce-view-order .woocommerce-customer-details h2.woocommerce-column__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 1.5rem;
}

.woocommerce-view-order .woocommerce-customer-details address {
	border: none !important;
	padding: 0px !important;
}

.woocommerce-view-order .shop_table.woocommerce-table.order_details thead th {
    background: transparent;
}


.woocommerce-order-received .woocommerce .woocommerce-customer-details {
    background: #fff !important;
    color: #000;
    word-wrap: break-word;
}

.order-zero-total .woocommerce .woocommerce-customer-details{
    display: none !important;
}

.order-zero-total .woocommerce .woocommerce-order-details{
    width: 100% !important;
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details address{
    padding: 0px;
}

a.woocommerce-button.button.download_certificate {
    background: #69CBDC 0% 0% no-repeat padding-box;
    border-radius: 24px;
    opacity: 1;
    padding: 13px;
    display: block;
    height: auto;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    width: fit-content;
    font-weight: 500;
    transition: all 0.3s linear;
}

a.woocommerce-button.button.download_certificate:hover {
    background-color: #7557A5;
    color: #fff;
}

.ex-offer-btn {
    margin-top: auto;
}

.module-enabled {
    cursor: pointer !important;
}

#successModal.modal-overlay, #errorModal.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
}
#successModal .modal, #errorModal .modal {
    background: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 400px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    text-align: center;
}
/* Prevent scrolling when modal is active */
body.modal-open {
    overflow: hidden;
}

/* End  */

a.woocommerce-button.button.download_invoice_na
 {
    background: transparent;
    color: #fff;
}

@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive tbody th::before, 
    .woocommerce-page table.shop_table_responsive tbody th::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }
    .woocommerce table.shop_table_responsive tbody th, 
    .woocommerce-page table.shop_table_responsive tbody th {
        display: block !important;
        text-align: right !important;
    }
    .woocommerce table.shop_table_responsive tr, 
    .woocommerce-page table.shop_table_responsive tr {
        margin-bottom: 0px;
        border-top: 1px solid #454545;
    }

}


table.shop_table.shop_table_responsive .cart-subtotal th,
table.shop_table.shop_table_responsive .order-total th,
table.shop_table.shop_table_responsive .cart-discount.coupon-webinar20 th {
    display: none !important;
} 
.woocommerce-tabs .tabs.wc-tabs {
    display: flex;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important; 
  }

  .woocommerce-tabs .tabs.wc-tabs::-webkit-scrollbar {
    display: none !important; 
  }

  .woocommerce-tabs .tabs.wc-tabs li {
    flex: 0 0 auto !important;
    padding: 10px 15px !important;
  }
  
.vf .value {
    padding: 10px;
    width: 100%;
    position: relative;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block;
}
.vf .value #instance {
    border: none !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 12px !important;
	padding: 0px 0px 0px 8px !important;
	cursor: pointer;
	min-width: 85px !important;
	width: 85px !important;
	display: inline !important;
	font-weight: 600;
    color: #69CBDC;
    background-color: transparent !important;
}

.vf .value #instance::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #69CBDC;
    pointer-events: none;
    font-size: 12px;
}

.vf .value .instance-choice {
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    display: inline;
}

.var-dropdown{
				padding: 10px 20px !important;
				width: 100%;
				position: relative;
				word-wrap: break-word;
				overflow-wrap: break-word;
				white-space: normal;
				display: block;
			}
			.var-dropdown select{
				width: 100%;
				position: absolute;
				height: 40px;
                left: 0px;
				z-index: 99;
				opacity: 0;
				cursor: pointer;
				font-size: 12px !important;
			}
			.var-dropdown .instance-choice{
				text-align: left !important;
				font-size: 12px !important;
				color: #333333;
				display: -webkit-box;
                line-height: 18px;
				cursor: pointer;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
               
			}
			.var-dropdown .instance-choice::before {
				content: "Date ▼";
				color: #69CBDC;
				margin-right: 5px;
                 font-weight: 600;
			}
			.var-dropdown.open .instance-choice::before {
				content: "Date ▲";
                 font-weight: 600;
			}

/* for homepage,core-values Read less/more funcationality */

  .moretext {
    display: none;
  }

  .moreless-button {
    color: #69cbdc;
    cursor: pointer;
    display: inline;
    font-weight: 600;
  }
.no-prod-msg {
    color: #333;
}
.late-ce-button, .external-course-button{
    padding: 16px 28px 16px 28px !important;
    background: #7557a5 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    font-family: "Poppins", Sans-serif !important;
    border-radius: 25px !important;
    overflow: hidden !important;
    letter-spacing: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block !important;
    max-width: 100%;
    bottom: 0px;
    width: fit-content;
}
/* summary entry-summary a.button.late-ce-button, .summary.entry-summary a.button.external-course-button {
    //margin-left: 10px !important;
} */
.card-footer .late-ce-button, .card-footer .external-course-button{
    /* position: absolute !important; */
    /* bottom: 10px; */
    margin-left: 10px !important;
}
a.late-ce-button:hover, a.external-course-button:hover {
    background: #69CBDC !important;
    transition-behavior: normal;
    transition-delay: 0s;
    transition-delay:0s;
    transition-duration:0.3s;
    transition-property: all;
    transition-timing-function:ease
}

.btn.btn-redirect-exam-prep{
    width: 100% !important;
}

/* Related Courses Section */
.custom-cross-sells .course-card.product{
    padding: 0px !important;
}

.custom-cross-sells h2{
    color: #fff !important;
}
.custom-cross-sells .products  {
    margin: 0px !important;
    font-size: 36px;
}

.custom-cross-sells ul.products li.product .price{
    padding-left: 20px !important;
    font-size: 15px;
}


/* style */
.custom-cross-sells .course-card button.button.single_add_to_cart_button.alt.added-to-cart-button {
    border-radius: 25px 25px 25px 25px;
    padding: 16px 28px 16px 28px;
    background: #7557a5;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    margin-bottom: 10px !important;
}       
.custom-cross-sells .course-card button.single_add_to_cart_button.button.alt {
    border-radius: 25px 25px 25px 25px;
    padding: 16px 28px 16px 28px;
    background: #7557a5;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.woocommerce .custom-cross-sells ul.products li.course-card.product:nth-child(3n), .woocommerce-page ul.products li.course-card.product:nth-child(3n) {
    margin-right: inherit !important;
}
.woocommerce .custom-cross-sells ul.products.columns-3 li.course-card.product {
    width: 23% !important;
    margin: 10px !important;
    position: relative;
    min-height: 445px;
}
@media (max-width: 768px) {
.woocommerce .custom-cross-sells ul.products.columns-3 li.course-card.product, .woocommerce-page ul.products.columns-3 li.course-card.product {
    width: 100% !important;
    margin: 10px;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
    .woocommerce .custom-cross-sells ul.products.columns-3 li.course-card.product, .woocommerce-page ul.products.columns-3 li.course-card.product {
        width: 30.5% !important;
    }
}

.woocommerce .products ul, .woocommerce .custom-cross-sells ul.products {
    width: auto !important;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    padding: 0px;
}

.woocommerce .custom-cross-sells ul.products li.product a img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 17px;
}

.woocommerce .custom-cross-sells ul.products li.product button.button.enquire-now-button {
    border-radius: 25px 25px 25px 25px;
    padding: 16px 28px 16px 28px;
    background: #7557a5;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 0px;
}
.woocommerce .products ul, .woocommerce .custom-cross-sells ul.products span.woocommerce-Price-currencySymbol{
    padding-left: 0px ;
}

.woocommerce .products ul, .woocommerce .custom-cross-sells ul.products a.button.late-ce-button{
    margin-left: 10px;
}

.custom-cross-sells{
    padding-bottom: 60px;
}

.products .product-type-simple .card-footer button.button.added-to-cart-button{
    margin-bottom: 0px !important;
}
 
.custom-cross-sells .card-footer{
    position: absolute;
    bottom: 0;
    width:100%;
}