/*@font-face {*/
    /*font-family: Muli-light;*/
    /*src: url(../fonts/Muli-Light.ttf);*/
/*}*/

.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) {
    .form-login {
        margin: 0 auto;
        width: 50%;
    }
}

.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;
}

/* Mobile Style */
@media(max-width: 767px){
    .commentProduct-content{
        margin: 0;
        padding: 0;
    }
    .commentProduct-content .col-md-12.col-sm-12.col-xs-12.row{
        margin: 0;
        padding: 0;
    }
    .stickey{
        position: fixed;
        z-index: 3;
        width: 100%;
    }
}

/* News Style */
.news-list{
    margin: 0 -15px;
}
.news-item{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
.news-title{
    font-weight: 700;
}
.news-title a{
    font-size: 20px;
    color: #000;
    display: inline-block;
    padding-bottom: 15px;
}
.news-date{
    padding-bottom: 15px;
    color: #acacac;
}
.post-content img{
    max-width: 100% !important;
    height: auto !important;
    object-fit: scale-down;
}

