.returning-wrapper {
    position: absolute;
    width: 663px;
    right: 0px;
    background: #FFFFFF;
    margin: 0px;
    padding: 130px;
    box-sizing: border-box;
    bottom: 0px;
    top: 0px;
    padding-top: 250px;
    background-image: url(/1526847163/Handler/CSSOverride/GetImage/7/three-leaf-logoTEST.png);
    background-size: 75%;
    background-position: 32% 8%;
    background-repeat: no-repeat;
}
/*.login-title {
    color: #1E1F21;
    text-transform: capitalize;
    font-weight: bold !important;
    font-size: 24px;
    padding-top: 70px;
    padding-bottom: 1px;
    border-bottom: solid 1px #0E7441;
    margin-bottom: 30px;
    float: left;
 }*/
.product-details-info .bigpicture {
    width: 470px;
    padding: 10px;
    background: #dff5dc;
}
.product-details-info .picture {
    border: none;
}
.homeFeaturedCategoriesWrapper .listItem .picture img, .homeFeaturedProductsWrapper .listItem .picture img {
    max-height: none;
    max-width: 100%;
    height: auto;
    width: 100%;
    display: block;
    margin: 0;
    box-sizing: border-box;
    padding: 5%;
    opacity: 1;
    background: #dff5dc;
}
input[type="email"], input[type="number"], input[type="search"], input[type="time"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select, .item-value select, .texteditInput, .attribute-datepickerbutton {
    height: 38px;
    padding: 6px 5px;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px;
    border-color: #CCC;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
}
.cart-item-row {
    border-bottom: solid 1px #54c464;
    background-color: #dff5dc;
}
#logorow .grid_12 .banner_page_title {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
    font-size: 35px;
    width: 561px;
    max-width: 65%;
    text-shadow: rgb(0 0 0 / 60%) 1px 1px 4px;
}
.InfoItem {
     display: none;
}
.button, input[type="submit"], input[type="reset"], input[type="button"], body .DT_checkout_button {
    display: inline-block;
    height: 38px;
    padding: 0 10px !important;
    color: #000;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #54C464;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #0E7441;
    cursor: pointer;
    box-sizing: border-box;
    transition: 250ms all ease;
}
.password-recovery-page {
    float: left;
    display: block;
}
.product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    text-align: center;
}

/***************** UPDATED LOGIN SCREEN "KEEP ME LOGGED IN" 10/27/2022 6 BLOCKS OF CODE BELOW ****************/
/***************** UPDATED LOGIN SCREEN "KEEP ME LOGGED IN" 10/27/2022 6 BLOCKS OF CODE BELOW ****************/

/*THIS MAKES THE POSITION FOR THE CHECKBOX AND TEXT*/

.returning-wrapper .table-container #RememberMe 
{
    display: block;
    margin-left: 10px;
    margin-bottom: -2px;
}

/*THIS MOVES THE TEXT UP TO LINE UP WITH CHECKBOX*/

.returning-wrapper .table-container #RememberMe ~ label 
{
    float: right;
    text-align: right;
    width: 100%;
    display: block;
    font-size: 14px;
    margin-top: -13px;
}


/*LOWERS THE BOLDNESS OF TEXT & ASSIGNS THE SIZE OF FONT*/

label, legend 
{
    font-weight: 400;
    font-size: 14px;
}

/*THIS REMOVES ADDITIONAL CHECKBOX THAT POPULATES IN WRONG AREA*/

.returning-wrapper .table-container input#RememberMe:checked ~ label:before 
{
    display:none!important;
}

/*THIS MOVES THE FORGOTTEN PASSWORD DOWN TO LINE UP BETTER WITH CHECKBOX AND TEXT*/

.returning-wrapper .table-container .forgot-password 
{
    margin-top: 0px;
}

/*THIS PUSHES EVERY OVER FOR THREELEAD LOGIN SCREEN*/
.returning-wrapper .table-container tr td 
{
    padding-right: 35px;
}

/***************** UPDATED LOGIN SCREEN "KEEP ME LOGGED IN" 10/27/2022 6 BLOCKS OF CODE ABOVE ****************/
/***************** UPDATED LOGIN SCREEN "KEEP ME LOGGED IN" 10/27/2022 6 BLOCKS OF CODE ABOVE ****************/

/* THIS GIVES THE LOGIN PAGE LOGIN BUTTON A HOVER WITH BRANDING 10/28/2022 */

.returning-wrapper .login-block .loginbutton:hover
{
    background-color: #3eb64c;
    color: #fff;
}

Input#fieldedit_0 {
    font-size: 16px !important;
    font-color: Black;

}
input.localedit.texteditInput.local_single.catfish-input {
    font-size: 16px;
}
headermenu headermenu--workflownav {
display: none !important;
}
li.cf_headerlinks_workinprogress {
display:none;
}
/*a.active.is-active {
    display:none;
}
li.WorkflowNavigator {
    display: none;
}
.ico-workinprogress {
    display:none;
}
.fa.fa-clock-o {
    display:none;
}
li.cf_headerlinks_workinprogress {
    display:none;
}
*/
.footerinner h3 {
    margin: 20px 20px 10px 10px;
    padding: 0px;
    font-size: 14px;
    visibility: hidden;
}



