span#breadcrumbs span a, span#breadcrumbs span:not(.breadcrumb_last) {
    font-weight:600;
    font-family: 'Manrope', sans-serif;
    color: #7F8395;
}
#breadcrumbs .breadcrumb_last{
    color:#111527;
}
.ibsNewLetter h2, .explore_products h3 {
    color: #fff;
}
.relatedBlogs .postItemBlock a.exploreBtn {
    display: inline;
}
/* SEARCH PAGE RESULTS */
.search_page_tabs .tabcontent:not(.active_tab){
	display:none;
}
.search_page_section{
	margin-bottom: 50px;
}
    
.search_page_tabs .tabcontent.active_tab{
	display:block;
}
a.ml_close_global_search {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50px;
    right: 50px;
    z-index: 2;
}
a.ml_close_global_search span.ml_icon {
    background-position: 95px -66px;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0px;
    filter: invert(1);
    background-size: 277px;
}
.Stars {
  --percent: calc(var(--rating) / 5 * 100%);
  --star-size: 24px; /* Adjust this value as needed */
  --star-color: lightgray; /* Adjust star color */
  --star-background: gold; /* Adjust background color */

  display: inline-block;
  font-size: var(--star-size);
  font-family: Times; /* make sure â˜… appears correctly */
  line-height: 1;
}

.Stars::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* SHOP PAGE CSS */
.jet-list-tree__children {
    display: none ;
}
.elementor-widget-woocommerce-product-short-description {
    display: none;
}
.jet-listing-grid__items.jet-equal-columns__wrapper.ml_product_view_to_list {
    display: flex !important;
    flex-direction: column !IMPORTANT;
}
.ml_product_view_to_list .jet-listing-grid__item.jet-equal-columns {
    max-width: 100%;
    width: 100%;
}
.ml_product_view_to_list .jet-listing-grid__item.jet-equal-columns div#ml_shop_grid {
    display: flex;
    flex-direction: row;
    gap: 24px;
}

/* LOGIN Popup */
.hide_popup_information {
    display: none;
}
.xoo-el-form-login .hide_popup_information.login_heading {
    display: block;
}
.xoo-el-form-login p.forLogin {
    display: none;
}
.xoo-el-form-register .hide_popup_information.register_heading {
    display: block;
}
.xoo-el-form-lostpw .hide_popup_information.fPw_heading {
    display: block;
}
.xoo-el-form-lostpw p.Register {
    display: none;
}
.xoo-el-header {
    display: none;
}
.xoo-el-srcont {
    border-radius: 8px;
}
.xoo-el-wrap {
    height: auto;
}
span.xoo-el-close {
    right: 24px;
    top: 24px;
    padding: 0;
    margin: 0px;
    border: none;
}
form.xoo-el-action-form {
    margin: 0;
}
span.xoo-el-close {
    right: 24px;
    top: 24px;
    padding: 0;
    margin: 0px;
    border: none;
    font-size: 0;
    width: 25px;
    height: 25px;
    /*background: url(/wp-content/uploads/2023/09/Close.png) center;*/
}
.hide_popup_information, .hide_popup_information h3 {
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    margin: 0 0 32px;
    margin-right: 20px;
    color: #111527;
    font-size: 24px;
}
.xoo-el-form-container .xoo-aff-group input:not(input[type="checkbox"]) {
    border: 1px solid #A9ABB7;
    box-shadow: none;
    font-size: 16px;
    font-family: 'Manrope', sans-serif;
	font-weight:400
    outline: none;
    padding: 0 9px;
    height: 48px;
    line-height: 24px;
    color: #111527;
}
.xoo-el-form-container .xoo-aff-group input::placeholder{
    color: #363D5A;
}
.xoo-el-form-register p.forRegister {
    display: none;
}
.xoo-el-form-container button.button.btn.xoo-el-action-btn,
.woocommerce-account .xoo-el-notice-success a.xoo-el-login-tgr{
    margin: 12px 0 24px;
    border-radius: 8px;
    background: #4361ED;
    color: #fff;
    font-weight:600;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    line-height: 24px;
    border: none;
    height: 56px;
    outline: none;
    text-transform: capitalize;
}
p.forRegister, p.forLogin {
    text-align: center;
    margin-right: 20px;
    font-size: 14px;
    font-family: 'Manrope', sans-serif;
    color: #5E637B;
    font-weight: 400;
}
p.forRegister a, p.forLogin a{
	color:#4361ED;
    font-weight: 600;
}
.xoo-el-form-container{
	padding-bottom:0;
}
a.xoo-el-lostpw-tgr {
    color: #4361ed;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.xoo-el-inmodal {
    max-width: 480px;
    max-height: 468px;
    height: auto;
}
.xoo-el-notice {
    margin: 20px 0 5px;
}
.xoo-el-notice .xoo-el-notice-error, .xoo-el-notice .xoo-el-notice-error a{
	font-size: 12px;
    text-align: center;
}
.xoo-el-notice-success .woocommerce-message {
    display: none;
}
.xoo-el-notice-success .xoo-el-lostpw-success:before {
    content: 'Thank you for your request';
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    color: #111527;
    font-size: 24px;
    margin: 0 auto 20px;
    display: block;
}
.xoo-el-notice-success .xoo-el-lostpw-success p {
    display: none;
}
.xoo-el-notice-success {
    background: transparent;
    padding: 0;
    border: none;
}
.xoo-el-notice-success .xoo-el-lostpw-success:after {
    content: 'Please check your email for a passwrod reset link.';
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #5E637B;
    font-family: 'Manrope', sans-serif;
    display: flex;
}
.hide_popup_information p{
	font-size: 14px;
    color: #5E637B;
    font-family: 'Manrope', sans-serif;
	font-weight:400;
}
form.xoo-el-action-form.xoo-el-form-lostpw span.xoo-el-form-txt {
    display: none;
}
.woocommerce-account .xoo-el-notice-success {
    text-align: center;
    font-size: 20px;
    color: #292b34;
    font-weight: 600;
    margin: 50px 0;
    min-height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.woocommerce-account .xoo-el-notice-success a.xoo-el-login-tgr{
    width:calc(100% - 40%);
    display:flex;
    justify-content:center;
    align-items:center;
}
.woocommerce-account:not(.logged-in) header.page-header{
	display:none;
}
.woocommerce-account form.xoo-el-action-form.xoo-el-form-login,
.woocommerce-account form.xoo-el-action-form.xoo-el-form-register,
.woocommerce-account form.xoo-el-action-form.xoo-el-form-lostpw{
    margin-bottom: 70px;
}
.xoo-aff-required.xoo-aff-checkbox_single a, .xoo-aff-required.xoo-aff-checkbox_single label {
    font-weight: 400;
    font-family: 'Manrope', sans-serif;
}
.xoo-aff-required.xoo-aff-checkbox_single a{
	    color: #4361ed;
}

/* FRANCHISE CENTER */
.sticky_ml_side {
    position: sticky;
    top: 40px;
}
.ml_blog_common.elementor-widget-posts article.elementor-post a.elementor-post__thumbnail__link {
    margin-bottom: 0 !important;
}
.ml_blog_common.elementor-widget-posts article.elementor-post a.elementor-post__thumbnail__link .elementor-post__thumbnail {
    margin-bottom: -209px;
    z-index: -1;
}
.ml_blog_common.elementor-widget-posts article.elementor-post .elementor-post__text {
    background: linear-gradient(180deg, #0000 0%, #000000 100%);
    height: 209px;
    justify-content: end;
    padding: 16px;
    z-index: 1;
    display: flex;
}
.ml_blog_common.elementor-widget-posts article.elementor-post .elementor-post__excerpt {
    max-height: 45px;
    margin: 0;
    overflow: hidden;
}
.ml_blog_common.elementor-widget-posts article.elementor-post a.elementor-post__read-more:after{
	filter:brightness(0) invert(1);
}
.single-franchise p#breadcrumbs * {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.single-franchise p#breadcrumbs span a, .single-franchise p#breadcrumbs span {
    color: #7F8395;
    font-weight: 600;
}
.single-franchise p#breadcrumbs span.breadcrumb_last {
    color: #111527;
}
.ml_sidebar_menu .elementor-nav-menu li.menu-item.current-menu-item,
.ml_sidebar_menu .elementor-nav-menu li.menu-item.current-menu-item a{
	transition:all 0.2s ease-in-out;
}
.ml_sidebar_menu .elementor-nav-menu li.menu-item.current-menu-item a, .ml_sidebar_menu .elementor-nav-menu li.menu-item:hover a {
    font-weight: 600 !important;
}
.ml_sidebar_menu .elementor-nav-menu li.menu-item.current-menu-item a:after, .ml_sidebar_menu .elementor-nav-menu li.menu-item:hover a:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    right: -2px;
    border-radius: 10px 0px 0px 10px;
}
.ml_blog_common.elementor-widget-posts article.elementor-post {
    border-radius: 12px;
}
/* Franchise main */
.franchise_float {
    gap: 0;
	overflow:hidden;
}
.franchise_float img.attachment-full {
	object-fit: cover;
    max-height: 64px !important;
    object-position: top;
}
.franchise_float span.elementor-heading-title {
    padding: 8px 16px;
    width: 100%;
    display: inline-block;
    height: 100%;
}
.right_boxes .prblm_block.franchise_float {
    flex-direction: row-reverse;
}
.right_boxes .franchise_float:nth-child(1), .right_boxes .franchise_float:nth-child(5) {
    left: -70px;
}
.right_boxes .franchise_float:nth-child(2), .right_boxes .franchise_float:nth-child(4) {
    left: -35px;
}
.left_boxes .franchise_float:nth-child(1), .left_boxes .franchise_float:nth-child(5) {
    right: -70px;
}
.left_boxes .franchise_float:nth-child(2), .left_boxes .franchise_float:nth-child(4) {
    right: -35px;
}
.franchise_float:hover {
    z-index: 5;
    flex-direction: column !important;
    overflow: hidden;
    margin-bottom: -139px;
}
.franchise_float:hover *, .franchise_float:hover img {
    min-width: 100% !IMPORTANT;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    max-height: initial !IMPORTANT;
	text-align: center;
}
.franchise_steps .twae-description a {
    color: #4361ed;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}
.responsive_tabs .e-n-tabs-heading {
    display: flex;
    width: 100%;
    background: #E9EBF7;
    border-radius: 8px;
    padding: 4px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.responsive_tabs .e-n-tabs-heading .e-n-tab-title {
    padding: 4px 8px;
    margin: 0px !important;
    border-radius: 8px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700 !important;
    color: #111527;
    background: transparent;
}
.elementor-element.mltimeline.ml_revenue_tk .twae-description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 40px;
}
.ml_revenue_tk .twae-description p:last-child {
    display: none;
}
.we_good_timeline.steps_container p.elementor-image-box-description {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    position: relative;
}
.we_good_timeline.steps_container p.elementor-image-box-description a {
    position: absolute;
    bottom: -30px;
}

/* FRANCHISE CENTER */
.post_detail_section .post_content figure.wp-block-image:first-child {
    display: none;
}
.category_blogs .relatedBlogs .postItemBlock {
    max-width: 25%;
    min-width: 25%;
}
.post_content p:first-child img:first-child {
    display: none;
}
@media (min-width:1024px) and (max-width:1199px){
    .category_blogs .relatedBlogs .postItemBlock a, .category_blogs .relatedBlogs .postItemBlock a img {
        width: 100%;
    }
    .product_image img {
        position: absolute;
        top: -22px;
        max-height: initial;
        max-width: 365px;
        width: 100%;
        right: 0px;
    }
    .post_detail_section h2,
    .post_detail_section h3,
    .post_detail_section h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        margin: 30px 0 10px;
    }
}
@media (min-width:768px) and (max-width:1023px){
    .category_blogs .relatedBlogs {
        flex-wrap: wrap;
        gap: 24px !important;
    }
    .category_blogs .relatedBlogs .postItemBlock {
        width: calc(50% - 12px);
    }
    .category_blogs .relatedBlogs .postItemBlock a, .category_blogs .relatedBlogs .postItemBlock a img {
        width: 100%;
    }
    .product_image img {
        position: absolute;
        top: -22px;
        max-height: initial;
        max-width: 365px;
        width: 100%;
        right: 0px;
    }
    .post_detail_section h2,
    .post_detail_section h3,
    .post_detail_section h4 {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        margin: 30px 0 10px;
    }
}
@media (min-width:767px){
    .headingHead.hideOnDesktop{
        display:none;
    }
}
@media (max-width:999px) {
	.ml_table_layout_ibs > .e-con-inner {
		min-width: 800px !important;
		max-width: 100%;
		width: 100%;
	}
	.ml_table_layout_ibs {
		overflow-x: scroll;
	}
	.ml_table_layout_ibs > .e-con-inner > .e-flex > .e-con-inner {
		flex-wrap: nowrap;
	}
}
@media (max-width:767px){
    body.single.single-post main.site-main {
        max-width: 100%;
        padding: 0 20px;
    }
    .product_image img {
        position: unset;
        margin-bottom: 0;
        margin-top: -90px;
    }
    .product_category {
        flex-direction: column-reverse;
        padding: 15px 15px 24px;
        gap: 15px;
        border-radius: 0;
        margin: 80px -20px 0;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .social_section {
        flex-direction: column;
        gap: 15px;
        align-items: start;
    }
    .post_title h1 {
        font-size: 28px;
        line-height: 30px;
        margin: 30px 0 10px;
    }
    .post_image img {
        padding: 20px 0px;
    }
    .post_detail_section h2{
        font-size: 24px;
        margin: 30px 0 5px;
        font-weight: 700;
    }
    .post_detail_section h3{
        font-size: 22px;
        margin: 30px 0 5px;
        font-weight: 600;
    }
    .post_detail_section h4{
        font-size: 20px;
        margin: 30px 0 5px;
        font-weight: 600;
    }
    .post_detail_section h5{
        font-size: 28px;
        margin: 30px 0 5px;
        font-weight: 500;
    }
    .post_detail_section h6 {
        margin: 30px 0 5px;
        font-size: 16px;
        font-weight: 500;
    }
    .relatedBlogs {
        flex-direction: column;
        gap: 16px 0px !important;
    }
    .relatedBlogs .postItemBlock img, .relatedBlogs .postItemBlock a {
		width: 100%;
		min-width: 100%;
		height: auto;
		border-radius: 16px;
	}
    .category_blogs {
        margin-top: 48px;
        margin-bottom: 48px;
    }
    .headingHead.hideOnDesktop{
        display:flex;
        margin:20px auto 0;
    }
    .hideOnMobile{
        display:none;
    }
    .category_blogs .headingHead {
        justify-content: center;
        align-items: center;
    }
    .category_blogs .headingHead h2 {
        margin: 0px;
        font-size: 24px;
        line-height: 32px;
    }
    .product_details h4.product_title {
        font-size: 18px;
        line-height: 24px;
    }
    .product_details p.product_description,
    .product_details a.product_more_link {
        font-size: 14px;
        line-height: 20px;
        display: inline-block;
    }
    .post_content {
        font-size: 14px;
        line-height: 20px;
    }
    .tag_section span {
        padding: 8px 10px;
    }
    .relatedBlogs .postItemBlock a.exploreBtn {
        display: inline;
    }
	.we_good_timeline.steps_container p.elementor-image-box-description{
		display:inline-block;
		width:100%;
	}
	.we_good_timeline.steps_container p.elementor-image-box-description a {
		position: unset;
	}
	.we_good_timeline.steps_container p.elementor-image-box-description img {
		margin-top: 20px;
	}
	.elementor-element.e-con-full.franchise_content_wrap {
		border: none;
	}
}