
.userview {
    border: 2px solid red;
    position: fixed;
    right: 25px;
    bottom: 150px;
    background-color: white;
    padding: 5px 12px;
    z-index: 200;
    border-radius: 4px;
}

.userview span {
    font-size: 0.6875rem;
    font-weight: 600;
}

.userview .fa {
    margin-right: 5px;
    color: red;
}

.userview .close {
    font-size: 0.875rem;
    opacity: 1;
    position: absolute;
    top: -9px;
    right: -9px;
    z-index: 201;
    background-color: white;
}

#productdetail .product-info .group-option .list-option .item-option .thuml-img .option {
    text-transform: uppercase;
}

/* - - - sign in & sign up - - -*/
#signup005 {
    min-height: 400px;
}

#signup005 .extend_signup005, #signup005 #msform input, #signup005 #msform textarea, #signup005 #msform .button {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 14px;
}

#signup005 #msform .previous {
    background: #ccc !important;
}

#signup005 #msform .button {
    display: inline-block;
    text-align: center;
    background: #f52931;
    color: white;
    text-decoration: none;
    cursor: pointer;
}

#signup005 #msform .button:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #f52931;
}

@media only screen and (max-width: 768px) {
    #signup005 #msform {
        max-width: 100%;
    }
}

#signup005 #msform {
    width: 900px;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#signup005 #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;
    position: relative;
}

@media only screen and (max-width: 768px) {
    #signup005 #msform fieldset {
        width: 90%;
        margin: 0 5%;
    }
}

#signup005 #msform fieldset:not(:first-of-type) {
    display: none;
}

#signup005 #msform .action-button {
    width: 100px;
    background: rgb(51, 51, 51);
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 20px auto;
}

#signup005 #msform .action-button:hover {
    background-color: #d4d4d4;
    color: rgb(51, 51, 51);
}

#signup005 #msform .action-button:focus {
    background-color: #d4d4d4;
    color: rgb(51, 51, 51);
}

#signup005 .sendpass {
    background: #f52931;
    color: white !important;
}

#signup005 .resendpass {
    color: #337ab7 !important;
    text-decoration: underline;
}

#signup005 .error {
    display: none;
    padding-left: 0px;
}

#signup005 .error li {
    text-align: left;
    font-size: 12px;
    font-style: italic;
    color: red;
}

#signup005 .checking {
    display: none;
}

#signup005 #error-step1 {
    font-style: italic;
    font-size: 12px;
    color: red;
    text-align: left;
}

#signup005 ul.error {
    list-style-type: none;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.btn_login {
    border: none;
    background-color: rgb(51, 51, 51);
    width: 100%;
    padding: 10px 0;
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
    border-radius: 0;
}

.head_login {
    margin-bottom: 20px;
    font-size: 18pt;
}

@media (min-width: 992px) {
    .zalo-chat-widget{
        bottom: 135px !important;
        right: 15px !important;
    }
    .fb_customer_chat_bubble_animated_no_badge{
        bottom: 55pt !important;
        right: 15px !important;
    }
    .form-login {
        margin: 0 auto;
        width: 50%;
    }
}
@media (max-width: 480px){
    .zalo-chat-widget{
        bottom: 80px !important;
        right: 15px !important;
    }
}

.f-p-v.login-w-f .btn_login {
    background: transparent;
    border: 1px solid blue;
    color: blue;
}

.f-p-v.login-w-g .btn_login {
    background: transparent;
    border: 1px solid red;
    color: red;
}