:root {
	overflow-x: hidden;
}

body:not(.elementor-page) .newcontainer {
  width: 100%;
  padding-right: 0.75rem;  /* 12px */
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
.spacer-bt {
	height: 50px;
}
@media (min-width: 576px) {
  body:not(.elementor-page) .newcontainer {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  body:not(.elementor-page) .newcontainer {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  body:not(.elementor-page) .newcontainer {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  body:not(.elementor-page) .newcontainer {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  body:not(.elementor-page) .newcontainer {
    max-width: 1320px;
  }
}

.newbreadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 1.5rem;
	font-family: 'Roboto Condensed', sans-serif;
	padding-top: 20px;
}

.newbreadcrumb a {
    color: #007bff!important;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.newbreadcrumb a:hover {
    text-decoration: none;
    color: #0056b3!important;
}

.newbreadcrumb span,
.newbreadcrumb a:last-child {
    color: #212529!important;
    font-weight: 500;
}

.newbreadcrumb a::after,
.newbreadcrumb span::after {
    content: "/";
    margin: 0 0.5em;
    color: #adb5bd!important;
}

.newbreadcrumb a:last-child::after,
.newbreadcrumb span:last-child::after {
    content: "";
}



#userDropdown .avatarphoto {
	width: 32px;
	height: 32px;
	background: rgba(255,255,255,1);
	padding: 5px;
	border-radius: 100px;
	margin-right: 5px;
}
#userDropdown .avatarphoto img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.myuplinemanager small span {
	background: #e22a4d;
	color: #fff;
	border-radius: 100px;
	padding: 4px 15px;
	font-size: 12px;
	font-weight: 700;
}
.editprofilepage .form-control-plaintext {
	font-weight: 700;
}
.editprofilepage .profilephotowrap {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	overflow: hidden;
	margin:0 auto;
	
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.editprofilepage .profilephotowrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cs-ul-wrapper .sub-menu {
	position: absolute;
	display: none;
}
#cs-navigation .cs-ul {
	flex-flow: wrap;
}
.topnav-wrap a {
	color: #f3f3f3;
}

.cs-user-menu {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    position: relative;
}
		
.cs-user-menu .dropdown-toggle {
    background: none;
    border: none;
    color: #333;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#userDropdown img {
	object-fit: cover;
}
.cs-user-menu .dropdown-menu {
    right: 0;
    left: auto;
}
#cs-navigation .cs-button-solid {
	line-height: inherit;
	padding: 10px 24px;
	min-width: auto;
	border-radius: 0;
}
@media (max-width: 1199px) {
		.cs-user-menu > a span {
			display: none;
		}
}
@media (max-width: 991px) {
  #cs-navigation .cs-button-solid {
    display: block;
  }
}
@media (max-width: 768px) {
  .hero-wrap .hero-buttons {
	flex-direction: column;
  }
	.hero-section {
		height: auto;
	}
}
/** Registration **/
#password-strength-bar {
    transition: width 0.3s;
}
.tfpcustomregistrationform input[readonly] {
    background-color: #e9ecef;
    cursor: not-allowed;
}
.step-tracker {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    z-index: 1;
}
.step .circle {
    width: 40px;
    height: 40px;
    background: #dee2e6;
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    transition: all 0.3s;
}
.step.active .circle {
    background: #0d6efd;
    color: #fff;
}
.step.completed .circle {
    background: #198754;
    color: #fff;
}
.step .label {
    margin-top: 0.5rem;
    font-size: 0.875rem;
}
.step-tracker .line {
    height: 3px;
    background: #dee2e6;
    position: absolute;
    top: 20px;
    left: 15%;
    width: 70%;
    z-index: 0;
}
.step.completed .label {
    color: #198754;
}
.is-invalid {
    border-color: #dc3545 !important;
}
.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}
.btn {
	white-space: nowrap;
}

.manager-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid #ccc;
    border-top: 2px solid #007bff;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    margin-left: 8px;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




/* Style for submenus */
/* Base styles */
/* All dropdown-menus positioned absolute */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 12rem;
    padding: 0 0!important;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}


.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
}

/* Show submenu on hover */
@media (min-width: 992px) {
.dropdown:hover > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
}
/* Ensure nav container doesn’t clip */
.cs-ul-wrapper,
.cs-ul {
    position: relative;
    z-index: 9999;
}
.cs-nav {
    position: relative;
    overflow: visible;
    z-index: 1000;
}


.mainregistration-container .step {
    align-items: flex-start;
}
.membership-registration-form .form-group {
    position: relative;
   
}
.membership-registration-container .form-control {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    color: #606060;
    text-transform: none;
    border: 2px solid #E5E5E5;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 100%;
    height: 48px;
    margin-bottom: 24px;
    padding: 0 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.cs-ul-wrapper .dropdown-toggle::after {
    content: none;
}

.cs-ul-wrapper .dropdown-menu .dropdown-submenu {
    width: 280px;
   
   
}
.cs-ul-wrapper .dropdown-menu .dropdown-submenu > a {
    white-space: wrap;
    text-decoration: none;
}
.cs-ul-wrapper .dropdown-menu .dropdown-submenu > a .fa-chevron-right {
    padding-left: 20px;
}


.cs-ul-wrapper .fa-chevron-down {
    margin-left: 5px!important;
    font-size: 12px;
}




@media (max-width: 991px) {
    #cs-expanded li .dropdown-menu {
        position: relative;
        width: 100%;
        
    }
    #cs-expanded li .submenu-level-2 {
        left: 0; 
    }
    #cs-expanded li .submenu-level-2 li {
        background-color: #444;
    }
    #cs-expanded li .submenu-level-3 {
        left: 0; 
    }
    #cs-expanded li .submenu-level-3 li {
        background-color: #555;
    }
    #cs-expanded li.dropdown > a > i {
        position: relative;
        z-index: 999;
        width: 50px;
        padding: 5px 0px 5px 0px;
        text-align: right;
    }
	
    #cs-navigationnew .container {
		justify-content: space-between;	
	}
}
    
.cs-user-menu .dropdown-menu li a {
    color: #212529;
}

/*** ECOMMERCE ***/
.single-product-page .woocommerce-product-gallery__image {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-product-page .woocommerce-product-gallery__image a {
	width: 100%;
	height: 100%;
	display: block;
}

.single-product-page .woocommerce-product-gallery__image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	display: block;
}
.woocommerce .quantity .qty {
	height: 36px;
}


.woocommerce-products .added_to_cart {
	margin-left: 10px;
}