.homeFeaturedProducts .listItem .product-title,
.allProductsCategoriesWrapper .sub-category-grid .listWrapper .category-title {
    font-weight: bold;
    text-align: center;
}

.allProductsCategoriesWrapper .sub-category-grid .listWrapper .category-title,
.allProductsCategoriesWrapper .product-grid .listItem .product-title,
.footerinner h3 {
    letter-spacing: 0px;
}

.DT_product-collateral .DT_tab_content {
    border: none;
}

.DT_product-collateral .shareWrapper,
.producttags-box {
    display: none;
}

.footerinner h3 {
    margin: 20px 20px 10px 0px;
}

.DT_product-details-page .listItem .item {
    width: 200px;
}

.also-purchased-products-grid .listWrapper .item-box {
    max-width: 214px;
}

.returning-wrapper {
    /* padding: 50px; */
    /* width: 600px; */
    /* top: 170px; */
    /* margin: 0px; */
    /* margin-left: -178px; */
    /* height: auto; */
    /* bottom: initial; */
    /* padding-bottom: 10px; */
    /* position: absolute; */
    /* right: 3%; */
}

.returning-wrapper {
    /* padding-top: 150px; */
    /* background-size: 220px; */
    /* background-position: 210px 40px; */
}

@media screen and (min-width:1088px){
    .returning-wrapper {
        margin-top: 12rem;
    }
}

/*
.register-customer-wrapper.grid_6 {
    position: absolute;
    float: right;
    width: 600px;
    margin-top: 670px;
    text-align: center;
    background: #fff;
    padding-top: 50px;
    max-width: 90%;
    padding: 50px;
    margin-left: 0px;
    margin-bottom: 100px;
    right: 3%;
    margin-right: 0;
}
*/

.login__wrapper .page-title {
    /* position: relative; */
    /* float: left; */
    /* width: 100%; */
    /* text-align: center; */
    /* left: 0px; */
    /* top: 60px; */
}

.login__wrapper {
    /* overflow-y: scroll; */
    /* background-size: cover; */
}

.login__wrapper .page-title,
.returning-wrapper .login-title {
    display: none;
}

.register-customer-wrapper .login-title {
    color: #000;
    margin-bottom: 50px;
    text-align: left;
}

.register-customer-wrapper .item-value {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .register-customer-wrapper.grid_6 {
        margin-top: 460px;
        padding: 10px;
        max-width: 94%;
        width: 100%;
        margin-top: 540px;
        padding: 28px;
    }

    .returning-wrapper {
        padding: 28px;
        top: 20px;
        max-width: 94%;
        width: 100%;
        padding-top: 150px;
        background-position: 25px 24px;
    }

    .login__wrapper .page-title {
        left: 0px;
        top: 0px;
        padding: 25px;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .register-customer-wrapper.grid_6 {
        margin-top: 610px;
        padding: 32px;
        max-width: 100%;
        padding-top: 40px;
    }

    .returning-wrapper {
        padding: 28px;
        top: 5px;
        padding-top: 250px;
        background-size: 239px;
        background-position: 25px 9px;
    }
}

/* Restore registration */
.login__wrapper {

    height: auto;
    height: 100vh;
    overflow: hidden;
    overflow: auto;
}

html.page-customer-login {
    overflow: auto;
}