#signinPage{
    padding: 60px 0;
}
.userpage-title{
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 0;
}
.subtitle{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
#formSignUp input, #formSignIn input, #formInput input, #changePassword input {
    width: 100%;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.87);
    cursor: text;
    position: relative;
    font-size: 1rem;
    align-items: center;
    font-weight: 400;
    line-height: 1.1876em;
    letter-spacing: 0.00938em;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 16px 10px;
}

#formSignUp .col-12:last-child input, #formSignIn .col-12:last-child input, #formInput .col-12:last-child input {
    margin-bottom: 0;
}

#formSignUp label, #formSignIn label, #formInput label {
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 1;
    color: #212121;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 16px;
    width: 100%;
}
.form-floating>.form-select {
    padding: 0;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label{
    transform: scale(.85) translateY(-15px) translateX(0.15rem);
}
.btn-form, .btn-form {
    display: inline-block;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    background: var(--main-color);
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 1.14;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    min-width: 200px;
    text-align: center;
    transition: all 0.2s ease-out;
    width: 100%;
}
.btn-form:hover, .btn-form:hover {
    text-decoration: none;
    background-color: rgba(0, 177, 86, 0.04);
    color: #a5a0a0 !important;
}
.auth-actions{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;

}
.auth-actions a{
    position: relative;
    color: #2f80ed;
    font-size: 14px;
}
.auth-actions a:after{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    background: #00a4b7;
    transition: all 0.3s ease-out;
}
.auth-actions a:hover:after{
    opacity: 1;
    transform: scaleX(1);
}
.signup-link{
    margin-top: 20px;
}
@media (max-width: 1200px){
    #signinPage .row>div{
        padding: 0 15px;
    }
}
.signup-btn{
    margin-bottom: 30px;
}
.have-account{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
}
.have-account a{
    margin-left: 10px;
}
.have-account a i{
   font-size: 14px;
}
.signup-banner{
    position: relative;
}
.signup-banner img{
    width: 90%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.text-welcome {
    font-size: 1.25rem;
    line-height: 32px;
    font-weight: 500;
    font-style: italic;
    font-family: "Sterling Display";
    margin-bottom: 0;
}

.account {
    font-size: 2.25rem;
    line-height: 48px;
    font-weight: 400;
    font-family: "Sterling Display";
}

.signout {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    width: fit-content;
    float: right;
}

.signout i {
    font-size: 0.55rem;
}

.list-action-profile {
    display: flex;
    flex-wrap: wrap;
}

.list-action-profile li {
    margin-right: 20px;
    padding-bottom: 10px;
}

.list-action-profile li a {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.5;
    display: block;
    width: fit-content;
}

.list-action-profile li.active {
    border-bottom: 3px solid #000;
}

.list-action-profile li.active a {
    font-weight: 700;
}

.row-action {
    position: relative;
}

.row-action:after {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 0.01rem;
    background: #000;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.hotline {
    font-size: 0.75rem;
    font-weight: 600;
    float: right;
}
#signinPage .form_signin{
    width: 60%;
    margin: 0 auto;
}
#signinPage .form_signin p{
    line-height: 1.5;
    letter-spacing: 0.00938em;
    text-align: center;
    color: var(--main-color);
    font-weight: 600;
    font-size: 16px;
    font-style: normal;
    margin: 0px 0px 1em;
}
#signinPage .form_sigin{
    padding: 0;
    background: #fff;
    border: 1px solid rgb(222, 231, 231);
    box-shadow: rgba(27, 59, 78, 0.1) 0px 6px 15px 0px;
}
#signinPage .form_sigin ul li button.active{
    color: var(--main-color);
    background: #fff;
}
#signinPage .form_sigin ul{
    margin: 0 !important;
    flex-direction: row;
}
#signinPage .nav-link.active {
    border: 1px solid #ddd !important;
    border-radius: 0;
}
#signinPage .form_sigin ul li button{
    background-color: rgb(242, 243, 246);
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
}
#signinPage .nav-pills .nav-link {
    border-radius: 0;
}
#signinPage .form_sigin ul li button{
    border: 1px solid rgb(222, 231, 231);
    padding: 16px 60px;
    color: rgb(158, 158, 158);
}
#signinPage .form_sigin #tab{
    padding: 10px 30px 30px 30px;
}
.or {
    position: relative;
    margin-top: 20px !important;
}
.or span {
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 0 10px;
    color: #666;
    font-weight: 400;
}
.or:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 0.05rem;
    background: #ccc;
    z-index: 1;
}

.wrap-pw {
    position: relative;
}

.wrap-pw i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: rgba(0, 0, 0, 0.54);
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border-radius: 50%;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.wrap-pw i:hover {
    background: rgba(0, 0, 0, 0.04);
}
#signinPage .form_signin p.sign-bottom {
    color: #000;
    font-weight: 400;
}
#signinPage .form_signin p.sign-bottom a {
    color: var(--main-color);
}
.social-gg {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    min-width: 64px;
    color: #000;
    width: 100%;
    border-radius: 3px;
    height: 100%;
    border: 1px solid rgb(224, 224, 224);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#formSignUp .signup-btn {
    margin-bottom: 0;
    margin-top: 25px;
}

.wrap-left {
    border-right: 1px dashed rgb(224, 224, 224);
    margin-right: 40px;
    height: 100%;
}
.wl-name {
    color: var(--main-color);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
}
.wl-account {
    align-items: center;
    color: #757575;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.list-action {
    margin-top: 20px;
}
.list-action>li {
    padding: 16px 0 0 0;
    width: 82.5%;
}
.list-action>li>a {
    display: flex;
    flex-flow: wrap;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #bcbcbc;
    border-radius: 50px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    height: 45px;
    padding-left: 20px;
}
.list-action>li>a.active {
    border: 1px solid var(--main-color);
    color: var(--main-color);
}
.list-action>li>a svg {
    fill: #000;
    margin-right: 8px;
}
.list-action>li>a.active svg {
    fill: var(--main-color);
}
.list-action>li>a {
    font-weight: 600;
}
.profile-title {
    letter-spacing: 0.00938em;
    font-size: 26px;
    color: #212121;
    font-weight: 700;
    line-height: 32px;
    margin-top: 10px;
}
.profile label, #changePassword label {
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    padding: 0;
    position: relative;
    font-weight: 700;
    color: rgb(33, 33, 33);
    margin-bottom: 8px;
    font-size: 14px;
}
#changePassword label {
    font-size: 16px;
}
.gender-item input {
    width: 20px;
    height: 20px;
}
.gender-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.profile input, .profile select {
    border: 2px solid rgb(224, 224, 224);
    height: 40px;
}
.profile select {
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
}
.profile input::placeholder, #changePassword input::placeholder {
    color: rgba(0, 0, 0, 0.38);
    font-weight: 500;
}
.btn-submit {
    width: 190px;
    height: 45px;
    color: #fff;
    display: flex;
    background: var(--main-color);
    font-size: 16px!important;
    font-weight: 700;
    justify-content: center;
    letter-spacing: .1rem;
    line-height: 20px;
    text-transform: uppercase;
    align-items: center;
    border-radius: 4px;
    margin: 30px 0 0;
    border: none;
}
.wrap-right {
    padding-left: 15px;
}
#changePassword .wrap-pw i {
    color: #7c8db5;
    font-size: 18px;
}
.row-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 18px 24px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.row-wrap>span {
    flex-basis: 50%;
    font-weight: 600;
}
.row-wrap>* {
    flex-basis: 50%;
}
.wishlist-wrap {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    margin-top: 40px;
}
.prd-status {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    color: var(--main-color);
}
.prd-right {
    display: flex;
    gap: 15px;
    align-items: center;
}
.prd-button {
    flex: 1;
}
.prd-button-view {
    background: #fff;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    color: var(--main-color);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    height: 35px;
    text-transform: uppercase;
}
.prd-button-view.addCart {
    background: var(--main-color);
    color: #fff;
    margin-top: 10px;
}
.row-wrap>* {
    flex-basis: 50%;
}
.point-wrap {
    background: white;
    text-align: center;
    border-radius: 6px;
    border: 1px solid rgb(224, 224, 224);
    padding: 20px;
}
.point-wrap>p {
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    margin: 0;
}
.point-wrap>strong {
    line-height: 1.5;
    letter-spacing: 0.00938em;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}
.level-progress {
    padding: 25px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
    margin-bottom: 25px;
}
.progress {
    background: rgba(189, 189, 189, 0.38);
    height: 0.1rem;
}
.dot {
    width: 12px;
    height: 12px;
    background: rgba(189, 189, 189, 1);
    border-radius: 50%;
    position: relative;
}
.dot span {
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 14px;
}
.level-progress:before {
    width: calc(100% - 75px);
    content: '';
    height: 0.1rem;
    background: rgba(189, 189, 189, 0.38);
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.dot.over {
    width: 20px;
    height: 20px;
}
.member-nav>ul {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.member-nav>ul>li>button {
    background: transparent;
    border: none;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 15px;
}

.member-nav>ul>li>button.active {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}
.contacts-card__title h1 {
    font-size: 24px;
}
@media (max-width: 991px){
    #signinPage {
        padding: 20px 0 50px;
    }
    #signinPage .form_signin{
        width: 100%;
    }
    #signinPage .form_sigin{
        padding: 0 !important;
    }
    #signinPage .form_sigin ul li {
        width: 50%;
    }
    .wrap-left {
        border: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list-action>li {
        width: 100%;
    }
    .wrap-right {
        padding-left: 0;
    }
    .profile>.row {
        row-gap: 12px;
    }
    .prd-status {
        padding-right: 15px;
        border-right: 2px solid #eee;
    }
    .prd-right {
        flex-basis: 100%;
    }
    .prd-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4%;
    }
    .prd-button-view {
        flex-basis: 48%;
    }
    .prd-button-view.addCart {
        margin: 0;
    }
    .profile-title>span {
        display: none;
    }
    .wishlist-wrap {
        margin-top: 20px;
    }
    .level-progress {
        padding: 25px 15px;
    }
}