.product-detail-page .col-12.col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
}

.check-group,
.payment-info .cart-form .payment-method .select-group .agree,
.login-form .form-group.forget {
    margin-bottom: 10px;
}

.check-group input,
.payment-info .cart-form .payment-method .select-group .agree input,
.login-form .form-group.forget input {
    display: none;
}

.check-group input+label,
.payment-info .cart-form .payment-method .select-group .agree input+label,
.login-form .form-group.forget input+label {
    color: #333;
    padding-left: 25px;
    position: relative;
}

.check-group input+label:hover,
.payment-info .cart-form .payment-method .select-group .agree input+label:hover,
.login-form .form-group.forget input+label:hover {
    color: #000000;
}

.check-group input+label:before,
.payment-info .cart-form .payment-method .select-group .agree input+label:before,
.login-form .form-group.forget input+label:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #cccccc;
    position: absolute;
    top: 1px;
    left: 0;
}

.check-group input+label:after,
.payment-info .cart-form .payment-method .select-group .agree input+label:after,
.login-form .form-group.forget input+label:after {
    content: '\f00c';
    font-family: 'fontawesome';
    display: block;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    color: #a2186f;
    border: 1px solid #cccccc;
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    opacity: 0;
}

.check-group input:checked+label:after,
.payment-info .cart-form .payment-method .select-group .agree input:checked+label:after,
.login-form .form-group.forget input:checked+label:after {
    opacity: 1;
}

.cart-login {
    margin-bottom: 20px;
    background: #ffffff;
    overflow: hidden;
}

@media (max-width: 543px) {
    .cart-login {
        padding: 10px 15px;
        font-size: 0.8125rem;
    }
}

.cart-login .login-form {
    width: 400px;
    margin: 0 auto;
}

@media (max-width: 543px) {
    .cart-login .login-form {
        width: 100%;
    }
}

.cart-login .login-form .module-title {
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 10px;
}

@media (max-width: 543px) {
    .cart-login .login-form .module-title {
        margin-bottom: 10px;
    }
}

.cart-login .login-form .form-group {
    margin-bottom: 10px;
}

@media (max-width: 543px) {
    .cart-login .login-form .form-group {
        margin-bottom: 10px;
    }
}

@media (max-width: 543px) {
    .cart-login .login-form .form-group .select-group {
        margin-bottom: 10px;
    }
}

.cart-login .login-form .form-group input {
    width: 100%;
    border: 1px solid #cccccc;
    padding: 0px 15px;
    line-height: 36px;
    font-size: 0.875rem;
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    border-radius: 0px;
}

@media (max-width: 543px) {
    .cart-login .login-form .form-group input {
        line-height: 30px;
        font-size: 0.8125rem;
    }
}

.cart-login .login-form .form-group input:hover,
.cart-login .login-form .form-group input:active,
.cart-login .login-form .form-group input:focus {
    border-color: #999999;
}

.cart-login .login-form .forget-password {
    display: block;
    font-size: 0.875rem;
    color: #333;
    margin-bottom: 0px;
}

@media (max-width: 543px) {
    .cart-login .login-form .forget-password {
        font-size: 0.8125rem;
        margin-bottom: 10px;
    }
}

.cart-login .login-form .forget-password:hover {
    color: #ce1f8e;
}

.cart-login .login-form .btn-continue {
    display: block;
    float: none;
    text-align: center;
    margin: 20px 0 0;
}

@media (max-width: 543px) {
    .cart-login .login-form .btn-continue {
        margin-top: 10px;
    }
}

.cart-login .login-form .social-login {
    margin: 20px 0 0;
    padding: 0;
    background: none;
}

.cart-login .login-form .social-login .module-title {
    font-weight: 700;
    margin-bottom: 10px;
}

.cart-login .login-form .social-login a {
    display: block;
    padding: 10px 10px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 0.8125rem;
}

.cart-login .login-form .social-login a:hover {
    filter: brightness(120%);
}

.cart-login .login-form .social-login a .fa {
    width: 40px;
    height: 30px;
    line-height: 30px;
    font-size: 1.125rem;
    position: absolute;
    top: 4px;
    left: 1px;
    text-align: center;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.cart-login .login-form .social-login .facebook {
    background: #3b5998;
}

.cart-login .login-form .social-login .google {
    background: #dd4c3b;
}

.login-page {
    margin-top: 30px;
}

.login-page .container>.row {
    justify-content: center;
}

.login-panel {
    background: #ffffff;
    padding: 0 15px;
    margin-bottom: 40px;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border: 1px solid #e6e6e6;
}

.signup-form,
.login-form {
    width: 100%;
}

.signup-form .headtitle,
.login-form .headtitle {
    margin-bottom: 10px;
    color: red;
    font-size: 0.9375rem;
    line-height: 30px;
    font-weight: 700;
    border-bottom: 1px solid #e6e6e6;
}

.signup-form .panel-heading,
.login-form .panel-heading {
    margin-bottom: 5px;
    color: #666666;
}

.signup-form .form-group,
.login-form .form-group {
    margin-bottom: 10px;
}

.signup-form .form-group label,
.login-form .form-group label {
    font-size: 0.875rem;
    margin-bottom: 5px;
    line-height: 36px;
}

.signup-form .form-group input,
.signup-form .form-group select,
.login-form .form-group input,
.login-form .form-group select {
    width: 100%;
    border-radius: 0;
    font-size: 0.9rem;
    border: 1px solid #d9d9d9;
    padding: 0px 15px;
    line-height: 36px;
}

.signup-form .form-group input:hover,
.signup-form .form-group input:active,
.signup-form .form-group input:focus,
.signup-form .form-group select:hover,
.signup-form .form-group select:active,
.signup-form .form-group select:focus,
.login-form .form-group input:hover,
.login-form .form-group input:active,
.login-form .form-group input:focus,
.login-form .form-group select:hover,
.login-form .form-group select:active,
.login-form .form-group select:focus {
    border-color: #b3b3b3;
}

.signup-form .form-group select,
.login-form .form-group select {
    padding: 10px 15px;
}

.signup-form .form-group .fa.fa-exclamation,
.login-form .form-group .fa.fa-exclamation {
    top: 42px;
    right: 10px;
}

.signup-form .btnwrap,
.login-form .btnwrap {
    text-align: center;
    padding: 10px 0;
}

.signup-form input[type="submit"],
.login-form input[type="submit"] {
    display: block;
    width: 100%;
    line-height: 36px;
    padding: 0px 20px;
    border-radius: 0px;
    background: #55595c;
    color: #ffffff;
    font-weight: 300 !important;
    font-size: 0.875rem;
    border: none;
    text-transform: uppercase;
}

.signup-form input[type="submit"]:hover,
.login-form input[type="submit"]:hover {
    background: #a2186f;
}

.signup-form .social-login,
.login-form .social-login {
    background: #f2f2f2;
    padding: 10px;
    margin: 0px -15px;
}

.signup-form .social-login .des,
.login-form .social-login .des {
    font-weight: 700;
    color: #333;
}

.signup-form .social-login .social a,
.login-form .social-login .social a {
    display: inline-block;
}

.signup-form .social-login .social a+a,
.login-form .social-login .social a+a {
    margin-left: 5px;
}

.signup-form .social-login .social a .fa,
.login-form .social-login .social a .fa {
    display: block;
    width: 36px;
    line-height: 36px;
    height: 36px;
    text-align: center;
    color: #ffffff;
}

.signup-form .social-login .social a .fa.fa-facebook,
.login-form .social-login .social a .fa.fa-facebook {
    background: #3b5998;
}

.signup-form .social-login .social a .fa.fa-google-plus,
.login-form .social-login .social a .fa.fa-google-plus {
    background: #dd4c3b;
}

.signup-form .social-login .social a .fa.fa-yahoo,
.login-form .social-login .social a .fa.fa-yahoo {
    background: #702b90;
}

html body .RadInput_Default .riTextBox {
    width: 100% !important;
    border-radius: 0;
    border: 1px solid #d9d9d9 !important;
    padding: 0px 15px !important;
    line-height: 40px !important;
    font-size: 0.9rem !important;
}

.login-form .form-group {
    width: 100%;
    position: relative;
}

.login-form .form-group label {
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.125rem;
    color: #55595c;
    position: absolute;
    top: 0;
    left: 0;
}

.login-form .form-group label .fa {
    color: #55595c !important;
}

.login-form .form-group label .fa:before {
    line-height: 1;
}

.login-form .form-group input {
    padding-left: 40px;
}

.login-form .form-group a {
    color: #666666;
    margin-right: 10px;
}

.login-form .form-group a:hover {
    color: #55595c;
}

.login-form .form-group.forget label {
    width: auto;
    line-height: 1.5;
    font-size: 0.8125rem;
    position: static;
    color: #666666;
}

.login-form .form-group.forget label:hover {
    color: #55595c;
}

.login-form input[type="submit"] {
    padding: 0px 20px;
    border: none;
}

.login-form .btn-login {
    text-align: center;
    background: none;
}

.login-form .btn-login:before {
    display: none;
}

.signup-panel {
    background: #ffffff;
    margin-bottom: 40px;
}

.signup-panel .col-xs-12 {
    padding: 0 !important;
}

.signup-form {
    padding: 0px 15px;
}

.signup-form .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.signup-form .form-group label {
    margin-bottom: 0;
    font-size: 0.875rem;
    width: 140px;
    line-height: 30px;
}

.signup-form .form-group .settingcontrol {
    width: calc(100% - 130px);
    line-height: 30px;
}

.signup-form .form-group .settingcontrol input {
    line-height: 30px;
    padding: 0px 10px;
}

.signup-form .form-group .settingcontrol select {
    padding: 6px 10px;
}

.signup-form .gender-select ul {
    margin-top: 3px;
}

.signup-form .gender-select ul li {
    display: inline-block;
}

.signup-form .gender-select ul li label {
    line-height: 1.5;
}

.signup-form .checkbox-button label {
    width: auto;
    line-height: 1.5;
}

.signup-form .btnwrap {
    margin-bottom: 15px;
}

.signupnote {
    height: 100%;
    background: #55595c;
}

.user-page {
    margin-bottom: 0;
}

.user-sidebar {
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .user-sidebar:after {
        content: '\f107';
        font-family: 'fontawesome';
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -khtml-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #000000;
        font-size: 1.5rem;
    }
}

.user-sidebar .userinfo {
    background: gray;
    border-radius: 0;
    overflow: hidden;
}

.user-sidebar .userinfo figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.user-sidebar .userinfo figure:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.user-sidebar .userinfo figure .user-img {
    width: 80px;
    float: left;
    padding: 15px;
}

@media (max-width: 1199px) {
    .user-sidebar .userinfo figure .user-img {
        width: 60px;
    }
}

.user-sidebar .userinfo figure figcaption {
    width: calc(100% - 80px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

@media (max-width: 1199px) {
    .user-sidebar .userinfo figure figcaption {
        padding: 7px 15px;
    }
}

.user-sidebar .userinfo figure figcaption .title {
    color: #ffffff;
    opacity: 0.8;
    font-weight: 500;
    font-size: 0.75rem;
    width: 100%;
}

.user-sidebar .userinfo figure figcaption .user-name {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8125rem;
    color: #ffffff;
    width: 100%;
}

.user-sidebar .userinfo figure figcaption .user-rank {
    display: none;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.user-sidebar .userinfo figure figcaption .user-rank .fa {
    color: #FFC107;
    font-size: 1rem;
}

.user-sidebar .userinfo .btn-muasi {
    margin: 0px 15px 15px;
    display: block;
    background: #e6e6e6;
    text-align: center;
    text-transform: uppercase;
    color: #55595c;
    font-weight: 700;
    border-radius: 0;
    padding: 5px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.user-sidelink {
    margin-bottom: 30px;
}

.user-sidelink ul li {
    display: block;
}

.user-sidelink ul li:before {
    display: none;
}

.user-sidelink ul li a {
    display: block;
    padding: 5px 0;
    color: #333;
    position: relative;
    font-size: 0.875rem;
}

@media (max-width: 991px) {
    .user-sidelink ul li a {
        font-size: 0.8125rem;
    }
}

.user-sidelink ul li:hover a {
    color: #000000;
}

.user-sidelink ul li:hover a:after {
    bottom: 0;
}

.user-sidelink ul li.active a {
    color: #a2186f;
    font-weight: 600;
}

.user-sidelink ul li.active a:after {
    bottom: 0;
}

.user-page {
    margin-top: 0;
    background: #ffffff;
    position: relative;
}

@media (max-width: 991px) {
    .user-page {
        margin-top: 0;
    }
}

.user-page .postname {
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    border-left: 3px solid #ce1f8e;
    padding-left: 10px;
}

.user-page .posttitle {
    font-size: 0.9375rem;
    line-height: 1.5;
    margin: 0 0 10px;
    min-height: 27px;
    font-weight: 500;
}

.user-page .link,
.user-page .btn-addaddr {
    font-size: 0.8125rem;
    color: #a2186f;
    background: #f9d9ee;
    border: 1px solid #e96aba;
    padding: 3px 10px;
    border-radius: 0;
    position: absolute;
    top: 3px;
    right: 0;
}

.user-page .link:after,
.user-page .btn-addaddr:after {
    content: '\f105';
    font-family: 'fontawesome';
    margin-left: 10px;
}

.user-page .link:hover,
.user-page .btn-addaddr:hover {
    color: #ffffff;
    background: #ce1f8e;
    border-color: #ce1f8e;
}

.user-page .btn-addaddr:after {
    content: '\f044';
    font-family: 'fontawesome';
    margin-left: 10px;
    font-weight: normal;
}

.user-page .table {
    font-size: 0.875rem;
    background: #ffffff;
    margin-bottom: 0;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    overflow: hidden;
    color: #666666;
}

.user-page .table a {
    color: #333;
}

.user-page .table a:hover {
    color: #ce1f8e;
}

.user-page .table .point {
    color: #55595c;
}

.user-page .table .link-detail {
    color: #55595c;
    font-weight: normal;
    margin-left: 10px;
}

.user-page .table .link-detail:hover {
    color: #ce1f8e;
}

.user-page .table th {
    border: none;
    background: #f2f2f2;
    color: #333;
    white-space: nowrap;
    border-bottom: 1px solid #e6e6e6;
}

.user-page .table td {
    border: none;
    font-size: 0.8125rem;
    vertical-align: middle;
}

.user-page .table td .alert-success,
.user-page .table td .alert-warning,
.user-page .table td .alert-primary,
.user-page .table td .alert-info {
    background: none;
    font-weight: 500;
    filter: brightness(150%);
}

.user-page .table th,
.user-page .table td {
    white-space: nowrap;
    padding: 7px 15px;
}

.user-page .table th:nth-child(3),
.user-page .table td:nth-child(3) {
    white-space: normal;
}

@media (max-width: 767px) {
    .user-page .table th:nth-child(3),
    .user-page .table td:nth-child(3) {
        white-space: nowrap;
    }
}

.user-page .table tr:nth-child(even) {
    background: #f7f7f7;
}

.shipping-progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.shipping-progress .step {
    width: 20%;
    text-align: center;
    padding: 0px 20px;
    position: relative;
}

.shipping-progress .step .icon {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    line-height: 54px;
    margin: 0px auto 30px;
    font-size: 1.5rem;
    color: #999999;
    border: 2px solid #cccccc;
}

.shipping-progress .step .icon:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: #cccccc;
    margin-top: 20px;
    position: absolute;
    right: 0;
    left: 0;
}

.shipping-progress .step .status {
    font-weight: 500;
    font-size: 0.8125rem;
    color: #55595c;
    line-height: 1.3;
}

.shipping-progress .step.active .icon {
    color: #ffffff;
    background: #55595c;
    border-color: #55595c;
}

.shipping-progress .step.active .icon:after {
    background: #55595c;
}

.account-info,
.coin-info {
    position: relative;
    margin-bottom: 15px;
}

.account-info .info-detail,
.coin-info .info-detail {
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
    border-radius: 0;
    padding: 15px 20px;
    font-size: 0.875rem;
    line-height: 1;
}

.account-info .info-detail .group,
.coin-info .info-detail .group {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.account-info .info-detail .group:last-child,
.coin-info .info-detail .group:last-child {
    margin-bottom: 0;
}

.account-info .info-detail .group .label,
.coin-info .info-detail .group .label {
    width: 150px;
    cursor: pointer;
}

@media (max-width: 543px) {
    .account-info .info-detail .group .label,
    .coin-info .info-detail .group .label {
        width: 100%;
        color: #999999;
    }
}

.account-info .info-detail .group .detail,
.coin-info .info-detail .group .detail {
    width: calc(100% - 150px);
    font-weight: 500;
}

@media (max-width: 543px) {
    .account-info .info-detail .group .detail,
    .coin-info .info-detail .group .detail {
        width: 100%;
        font-weight: 500;
    }
}

.account-info .info-detail .group .detail.point,
.coin-info .info-detail .group .detail.point {
    color: #ce1f8e;
    font-weight: 500;
}

.account-info .info-detail .group.money .label,
.coin-info .info-detail .group.money .label {
    width: auto;
    float: left;
    margin-right: 10px;
}

.account-info .info-detail .group.money .detail,
.coin-info .info-detail .group.money .detail {
    width: auto;
    float: left;
}

.account-form {
    width: 50%;
}

@media (max-width: 1199px) {
    .account-form {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .account-form {
        width: 70%;
    }
}

@media (max-width: 543px) {
    .account-form {
        width: 100%;
    }
}

.account-form .form-group {
    margin-bottom: 15px;
}

.account-form .form-group label {
    text-transform: uppercase;
    font-size: 0.8125rem;
    color: #666666;
    margin-bottom: 5px;
}

.account-form .form-group input,
.account-form .form-group select {
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px 15px;
    font-size: 0.875rem;
    -webkit-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    border-radius: 0;
}

.account-form .form-group input:hover,
.account-form .form-group input:active,
.account-form .form-group input:focus,
.account-form .form-group select:hover,
.account-form .form-group select:active,
.account-form .form-group select:focus {
    border-color: #999999;
}

.account-form .gender-select {
    margin-bottom: 0;
}

.account-form .gender-select ul {
    padding: 10px 0 0;
}

.account-form .gender-select ul:after {
    display: table;
    content: '';
    width: 100%;
    clear: both;
}

.account-form .gender-select ul li {
    width: 50%;
    float: left;
}

.account-form .gender-select input[type="radio"]+label {
    color: #333;
    text-transform: none;
    font-size: 0.875rem;
    position: relative;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.account-form .gender-select input[type="radio"]+label:hover {
    color: #000000;
}

.account-form .birthday ul {
    margin: 0 -10px;
}

.account-form .birthday ul li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

@media (max-width: 543px) {
    .account-form .birthday ul li select {
        font-size: 0.875rem;
        padding: 10px 10px;
    }
}

.account-form .check-group,
.account-form .payment-info .cart-form .payment-method .select-group .agree,
.payment-info .cart-form .payment-method .select-group .account-form .agree,
.account-form .login-form .form-group.forget,
.login-form .account-form .form-group.forget {
    margin-bottom: 15px;
}

.account-form .changepw-form {
    display: none;
}

.account-form input[type='submit'] {
    color: #ffffff;
    background: #000000;
    padding: 0 20px;
    border: none;
    font-size: 0.875rem;
    line-height: 36px;
    text-transform: uppercase;
    margin: 5px 0 0px;
    -webkit-transition: all, 0.3s;
    -khtml-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
    border-radius: 0;
}

.account-form input[type='submit']:hover {
    background: #6d7377;
}

.coin-info {
    height: 100%;
    margin-bottom: 30px;
    position: relative;
    padding-top: 47px;
}

@media (max-width: 991px) {
    .coin-info {
        padding-top: 0;
    }
}

@media (min-width: 768px) {
    .coin-info .info-detail .detail {
        line-height: 38px;
    }
}

.coin-info .info-detail .detail strong {
    color: #55595c;
}

.coin-page .notification {
    color: #55595c;
    margin-bottom: 10px;
}

.coin-page .coin-amount {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.coin-page .coin-amount strong {
    color: #55595c;
}

.coin-page .coin-history {
    padding-top: 20px;
    margin-bottom: 20px;
}

.cart-history {
    margin-bottom: 10px;
    position: relative;
}

.cart-history article {
    margin-bottom: 15px;
}

.cart-history .module-title {
    margin-bottom: 20px;
}

.cart-history .content {
    margin-bottom: 20px;
}

.cart-history .content p {
    margin-bottom: 5px;
}

.cart-history .product-select {
    margin-bottom: 15px;
}

.cart-history .product-select select {
    border-radius: 0;
    padding: 10px 15px;
    border: 1px solid #e6e6e6;
}

.cart-history .table-responsive {
    margin-bottom: 20px;
}

.cart-history .total {
    font-weight: 700;
    color: #55595c;
}

.cart-history .totalmoney {
    padding-top: 20px;
}

.cart-history .totalmoney strong {
    color: #55595c;
    font-size: 1.5rem;
}

.cart-history .totalmoney .payment-des {
    font-size: 0.875rem;
    font-style: italic;
    color: #999999;
}

.cart-history .total-amount {
    float: right;
    width: 300px;
    margin-bottom: 20px;
}

.cart-history .total-amount .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart-history .total-amount .label {
    width: 150px;
    float: left;
    text-align: right;
    padding-right: 10px;
    font-size: 0.8125rem;
}

.cart-history .total-amount .value {
    font-size: 0.875rem;
    width: 150px;
    float: left;
    text-align: left;
    font-weight: 600;
    padding-left: 10px;
    color: #ce1f8e;
}

.cart-history .btn-back {
    clear: both;
    margin-bottom: 0px;
}

.cart-history .btn-back:hover {
    background: #222;
    color: #ffffff;
}

.address-info {
    position: relative;
}

.address-info .address-list {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.address-info .address-col {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .address-info .address-col {
        width: 100%;
    }
}

.address-info .address-col .address {
    border: 1px solid #e6e6e6;
    padding: 15px;
    background: #ffffff;
    border-radius: 0;
    position: relative;
    height: 100%;
}

.address-info .address-col .address.default {
    border: 1px dashed #ce1f8e;
    background: #f9d9ee;
}

.address-info .address-col .address .type {
    position: absolute;
    top: 5px;
    right: 10px;
    text-transform: uppercase;
    font-size: 0.8125rem;
    color: #a2186f;
    font-weight: 500;
}

.address-info .address-col .address .name {
    font-size: 0.875rem;
    font-weight: 600;
}

.address-info .address-col .address .addr-detail {
    font-size: 0.8125rem;
    color: #666666;
    margin-bottom: 10px;
}

.address-info .address-col .address .btn-editaddr {
    display: inline-block;
    background: #a2186f;
    color: #ffffff;
    padding: 7px 20px;
    font-size: 0.8125rem;
    border-radius: 0;
}

.address-info .address-col .address .btn-editaddr:after {
    content: '\f040';
    font-family: 'fontawesome';
    margin-left: 5px;
}

.address-info .address-col .address .btn-editaddr:hover {
    color: #ffffff;
    background: #ce1f8e;
}

.address-info .address-form {
    width: 50%;
}

@media (max-width: 1199px) {
    .address-info .address-form {
        width: 60%;
    }
}

@media (max-width: 991px) {
    .address-info .address-form {
        width: 70%;
    }
}

@media (max-width: 543px) {
    .address-info .address-form {
        width: 100%;
    }
}

.address-info .address-form .form-group {
    margin-bottom: 15px;
}

.address-info .address-form .form-group label {
    text-transform: uppercase;
    font-size: 0.8125rem;
    color: #666666;
    margin-bottom: 5px;
}

.address-info .address-form .form-group input,
.address-info .address-form .form-group select,
.address-info .address-form .form-group textarea {
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px 15px;
    border-radius: 0;
    font-size: 0.875rem;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
}

.address-info .address-form .form-group input:hover,
.address-info .address-form .form-group input:active,
.address-info .address-form .form-group input:focus,
.address-info .address-form .form-group select:hover,
.address-info .address-form .form-group select:active,
.address-info .address-form .form-group select:focus,
.address-info .address-form .form-group textarea:hover,
.address-info .address-form .form-group textarea:active,
.address-info .address-form .form-group textarea:focus {
    border-color: #999999;
}

.address-info .address-form input[type="submit"] {
    color: #ffffff;
    background: #55595c;
    padding: 0 20px;
    border: none;
    font-size: 0.875rem;
    line-height: 36px;
    text-transform: uppercase;
    margin: 5px 0 40px;
    border-radius: 0;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.address-info .address-form input[type="submit"]:hover {
    background: #3d3f41;
}

.wishlist .product-list {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.wishlist .product-list .row {
    margin: 0px 0px;
}

.wishlist .product-list .col-6 {
    padding: 0px 0px;
}

.wishlist .product-list .product-col {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.cart-info {
    border: 1px solid #cccccc;
    border-radius: 0;
    height: 100%;
}

.cart-info .title {
    font-weight: 500;
    text-transform: uppercase;
    color: #55595c;
    padding: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.cart-info .cart-detail {
    padding: 10px;
}

.cart-info .cart-detail .form-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8125rem;
}

.cart-info .cart-detail .form-group:last-child {
    margin-bottom: 0;
}

.cart-info .cart-detail .form-group .label {
    width: 150px;
    font-weight: 500;
}

.cart-info .cart-detail .form-group .value {
    width: calc(100% - 150px);
}

.cart-info .alert-success,
.cart-info .alert-warning,
.cart-info .alert-primary,
.cart-info .alert-info {
    background: none;
    font-weight: 600;
    filter: brightness(150%);
}


/* Edit */

@media (min-width: 990px) {
    li.has-mega {
        position: relative;
    }
    .menu .menu-wrap ul.menu-link>li.has-mega .mega {
        display: none;
        width: auto!important;
    }
    li.has-mega .mega ul.mega-link>li {
        margin-bottom: 0!important;
    }
    li.has-mega .mega ul.mega-link>li a {
        padding: 1rem!important;
    }
    li.has-mega .mega .mega-sub {
        display: none;
        position: absolute;
        left: 100%;
        box-shadow: -2px 2px 9px rgba(0, 0, 0, .3);
        width: 100%;
        background: #f8eba8;
        top: 0;
    }
    li.has-mega .mega .mega-sub li {
        padding: 0!important;
    }
    header .menu .menu-wrap ul.menu-link>li.has-mega .mega ul.mega-link>li .mega-sub>ul>li>a {
        padding: 1rem!important;
        line-height: 1;
        display: block
    }
    header .menu .menu-wrap ul.menu-link>li.has-mega .mega ul.mega-link>li>a {
        display: flex;
        justify-content: space-between;
    }
    header .menu .menu-wrap ul.menu-link>li.has-mega .mega ul.mega-link>li>a:after {
        content: '\f054';
        padding-left: 1rem;
    }
    header .menu .menu-wrap ul.menu-link>li.has-mega .mega ul.mega-link>li .mega-sub>ul>li>a:hover {
        color: black;
    }
    li.has-mega:hover .mega {
        position: absolute;
        background: #f8eba8;
        display: block;
        width: auto;
        bottom: 0;
    }
    .has-mega .mega .mega-link {
        flex-direction: column;
        background: #f8eba8;
    }
    .has-mega .mega .mega-link li {
        white-space: nowrap;
        position: relative;
    }
    .has-mega .mega .mega-link li:hover .mega-sub {
        display: block;
        position: absolute;
        top: 0;
        margin: 0;
    }
    header .menu .menu-wrap ul.menu-link>li.has-mega .mega ul.mega-link>li .mega-sub>ul>li>a {
        border: 0;
    }
    header .menu .menu-wrap ul.menu-link>li.has-mega .mega ul.mega-link>li .mega-sub>ul>li>a:hover {
        background: #1d76bb;
        color: #fff;
        transition: .3s all ease-in-out
    }
}
.about-page .content{
  font-size: 1.2rem
}
.contact-info ul li{

    font-size: 1rem;
}
.news-list .news-item figure figcaption .news-des{

    font-size: 1.1rem;
}
footer .footer-about .company{
    font-size: 1.03rem;
}
body{
   font-family: "Times New Roman", Times, serif;
}
footer .footer-about ul li:nth-child(4){
    padding-left: 22px;
}
footer .footer-about ul li:nth-child(5){
    padding-left: 22px;
}