/*----------------------- Preloader -----------------------*/
body.preloader-site {
    overflow: hidden;
}

.preloader-wrapper {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloader-wrapper .preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #0F9347;
}

/**
 * --------------------------------------------------------------------------------------------------------- General Adjustments
 */
body {
    margin-top: 0px;
    background-color: #f5f5f5;
}

a {
    text-decoration: none;
}

.main-container {
    max-width: 1200px;
}

/*----------------------- User Login Page -----------------------*/
.region-content .user-login-form,
.region-content .user-register-form,
.region-content .user-pass {
    margin: 0 auto 0;
    padding: 125px 0 75px;
    max-width: 450px;
}

.user-login-form .button,
.user-register-form .button,
.user-pass .button {
    background-color: #3f3f46;
    border-radius: 3px !important;
    color: #fdfdfd;
    transition: all .1s ease-in;
}
.user-login-form .button:hover,
.user-register-form .button:hover,
.user-pass .button:hover {
    background-color: #52525b;
}

.btn {
    border-radius: 0px;
}

/*----------------------- Navbar -----------------------*/
#navbar {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.navbar-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.navbar-inside {
    margin: 0 auto;
    width: 95%;
    max-width: 1200px;
}

.navbar-inside .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: .5rem 0 !important;
}

.navbar-inside .logo img {
    width: 75px;
}

.navbar-standard {
    display: none;
}

.region-navigation-collapsible {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.navbar-standard .nav {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.region-navigation-collapsible .nav a {
    color: #222;
    font-weight: 500;
    transition: all .1s ease-in;
}

.region-navigation-collapsible .nav a:hover,
.region-navigation-collapsible .nav a.is-active,
.myAccountBtn {
    color: #258e52 !important;
}

a#start {
    background-color: #d97706;
    border-radius: 3px;
    color: #fafafa;
    padding: .5rem 1.5rem;
}

a#start:hover {
    background-color: #f59e0b;
    color: #fafafa !important;
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.btn-close:focus,
.btn-close:active {
    box-shadow: none !important;
}

.offcanvas ul {
    text-align: center;
}

.offcanvas ul li {
    margin: 1rem;
}

.navfixed {
    background-color: #FFF !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    left: -1;
    position: fixed;
    top: -1;
    width: 100%;
    z-index: 1000;
}

@media (min-width: 995px) {
    .navbar-header {
        width: auto;
    }

    .navbar-standard {
        display: block;
    }

    .region-navigation-collapsible {
        flex-direction: row;
    }

    .region-navigation-collapsible .nav a {
        color: #222;
        font-weight: 500;
        transition: all .1s ease-in;
    }
    
    .navbar-toggler {
        display: none;
    }

    .offcanvas {
        display: none;
    }
}

/** Seller Checklist **/
.checkist-container {
    max-width: 1100px;
    margin:auto;
}

.checklist-block {
    max-width: 60%;
    margin: 20px auto;
    background: #fff;
    padding: 20px 0;
}

.checklist-block ul {
    list-style: none;
}

.phone-cta {
    text-align:center;
    padding:25px;
}

.phone-cta p {
    font-size: 3em;
}

/** Helpful Links **/

.links-container {
    max-width: 1100px;
    margin:40px auto;

}

.links-block {
    max-width: 60%;
    margin:auto;
    background:#fff;
    padding:20px 20px;
    margin-bottom:20px;
}

.mobile-show { 
    display:none;
}


/* nav */
@media (max-width: 785px) {
    #start {
        display:none;
    }
}