a:hover,
a:focus {
    text-decoration: none;
    color: var(--main-color);
    outline: none;
}

.top0 {
    margin-top: 0px !important;
}

.top1 {
    margin-top: 1px !important;
}

.top2 {
    margin-top: 2px !important;
}

.top3 {
    margin-top: 3px !important;
}

.top5 {
    margin-top: 5px !important;
}

.top6 {
    margin-top: 6px !important;
}

.top7 {
    margin-top: 7px !important;
}

.top8 {
    margin-top: 8px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top15 {
    margin-top: 15px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top25 {
    margin-top: 25px !important;
}

.top30 {
    margin-top: 30px !important;
}

.bottom30 {
    margin-bottom: 30px !important;
}

.bottom5 {
    margin-bottom: 5px;
}

.top35 {
    margin-top: 35px;
}

.top40 {
    margin-top: 40px;
}

.top50 {
    margin-top: 50px;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom50 {
    margin-bottom: 50px;
}

.bottom60 {
    margin-bottom: 60px;
}

.bottom70 {
    margin-bottom: 70px;
}

.top130 {
    margin-top: 130px;
}

.top55 {
    margin-top: 55px;
}

.nopadding {
    padding: 0px !important;
}

.nopadding-left {
    padding-left: 0;
}

.nopadding-right {
    padding-right: 0;
}

.nomargin {
    margin: 0px !important;
}

.color-blue {
    color: #6AA2DF !important;
}

.color-red {
    color: #ED1D25 !important;
}

.color-green {
    color: #53AC53 !important;
}

.color-key {
    color: var(--main-color) !important;
}

.pointer {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

.btn {
    background: #f1f1f1;
    border-radius: 3px;
    padding: 8px 15px;
    border: 1px solid #f1f1f1;
    outline: none !important;
}

.btn-small {
    padding: 6px 10px;
}

.btn:hover {
    background: #e7e7e7;
    border: 1px solid #e7e7e7;
}

.btn-width100 {
    width: 100%;
}

.btn-width {
    min-width: 150px;
}

.btn-width-100 {
    min-width: 100px;
}

.form-control {
    height: 38px;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 3px;
}

textarea.form-control {
    width: 100% !important;
    min-height: 110px;
}

.btn-cancel {
    background: #ddd;
}

.btn-share {
    background: #4267b2;
    border: none;
    color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    font-weight: 400;
    position: relative;
    top: -1px;
    margin-left: 5px;
    font-size: 13px;
}

.btn-form {
    background: var(--main-color);
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px 4px 4px 0px;
    color: #fff !important;
    border-bottom: none !important;
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 12px;
    outline: none !important;
}

.btn-form:hover {
    background: var(--main-color-hover);
    color: #fff;
}

.btn-share:hover {
    background: #3B5998;
    color: #fff;
}

.btn-success {
    background: #56BA47;
    border: 1px solid #56BA47;
}

.btn-success:hover {
    background: #4ea940;
    border: 1px solid #4ea940;
}

.btn-info {
    background: #2aabd2;
    border: 1px solid #2aabd2;
}

.btn-info:hover {
    background: #259dc1;
    border: 1px solid #259dc1;
}

.btn-primary {
    background: #037dd1;
    border: 1px solid #037dd1;
}

.btn-primary:hover {
    background: #0473bf;
    border: 1px solid #0473bf;
}

.btn-warning {
    background: #eb9316;
    border: 1px solid #eb9316;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
}

.btn-warning:hover {
    background: #da8814;
    border: 1px solid #da8814;
}

.btn-danger {
    background: #d9534f;
    border: 1px solid #d9534f;
}

.btn-danger:hover {
    background: #c9302c;
    border: 1px solid #c9302c;
}

.btn-key {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff !important;
    outline: none !important;
}

.btn-key:hover {
    background: var(--main-color-hover);
    border: 1px solid var(--main-color-hover);
}

.load_more a {
    display: inline-block;
    background: var(--main-color);
    color: #fff;
    border-radius: 4px;
    padding: 4px 10px;
    cursor: pointer;
}

label input[type="checkbox"].ace,
label input[type="radio"].ace {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

#loading_bar {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    width: 60px;
    height: 60px;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    box-shadow: 0px 0px 14px #ccc;
    border-radius: 4px;
}

#loading_bar i {
    color: var(--main-color);
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    right: 0px;
    font-size: 28px;
    width: 40px;
    height: 26px;
    text-align: center;
}


/*theme_store*/

.theme_store .themes_list_item {
    padding: 15px 0 0 0 !important;
    white-space: nowrap;
    overflow-y: auto;
    margin-bottom: 12px;
}

.theme_store .title1 {
    font-size: 15px;
    margin: 0px 0px 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 25px;
}

.theme_store .title1 span {
    color: var(--main-color);
}

.category_list {
    padding: 0px 5px 10px;
}

@media(max-width: 767px) {
    .theme_store .themes_list_item {
        padding: 0px 6px 8px 4px !important;
        margin-bottom: 0px;
    }
    .theme_store .title1 {
        padding-left: 10px;
    }
    .category_list {
        margin: 0 !important;
    }
}

.category_list>div {}

.category_list>div a {
    color: #444;
    font-size: 14px;
    display: block;
    margin: 3px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.category_list>div a:hover {
    color: var(--main-color);
}

.category_list>div a i {
    font-size: 9px;
    margin-right: 3px;
    position: relative;
    top: -2px;
}

.theme_store .content {}

.theme_store .content .row {
    margin: 0;
}

.theme_store .content .item .iframe {
    position: relative;
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 10%);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 10%);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    border-radius: 3px;
    margin: 0px 0px 15px;
    -webkit-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    -moz-transition: all 250ms cubic-bezier(.02, .01, .47, 1);
    transition: all 250ms cubic-bezier(.02, .01, .47, 1);
}

.theme_store .content .item .iframe>span {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9;
    background: #56BA47;
    padding: 1px 10px;
    color: #fff;
    font-size: 12px;
}

@media(max-width: 767px) {
    .theme_store .content .row {
        margin: 0 !important;
    }
    .theme_store .content .item .iframe>span {
        font-size: 11px;
    }
    .theme_store .content .item .iframe {
        margin: 0 0 6px 0;
    }
}

.theme_store .content .item .iframe:hover,
.theme_store .content .item .iframe.active {
    -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 40%);
    -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 40%);
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
    box-shadow: 0px 0px 6px #56ba47;
}

@media(min-width: 768px) {
    .theme_store .content .item .iframe:hover,
    .theme_store .content .item .iframe.active {
        transform: translate(0, -10px);
        -webkit-box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 40%);
        -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 40%);
        box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
        box-shadow: 0px 0px 6px #56ba47;
    }
}

.theme_store .content .item {
    padding: 0px 3px;
    display: inline-block;
    width: 44%;
}

.theme_store .content .item .iframe .img {}

.theme_store .content .item .iframe .img img {}

.theme_store .content .item .iframe h3 {
    text-align: center;
    margin: 0px;
    padding: 15px 0px;
    font-size: 16px;
    font-weight: 600;
}

.theme_store .content .item .iframe h3 a {
    color: #444;
}

.theme_store .content .item .iframe h3 a:hover {
    color: var(--main-color);
}

.theme_store .content .item .iframe .view {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(2 2 2 / 80%);
    align-items: center;
    justify-content: center;
    padding: 20px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all all 0.2s ease ease-out;
    -moz-transition: all all 0.2s ease ease-out;
    -o-transition: all all 0.2s ease ease-out;
    transition: all all 0.2s ease ease-out;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.theme_store .content .item .iframe:hover .view {
    opacity: 1;
    visibility: visible;
}

.theme_store .content .item .iframe .view a {
    display: block;
    width: calc(50% - 8px);
    margin: 0px 4px;
    cursor: pointer;
    white-space: nowrap;
    float: left;
    text-align: center;
    padding: 0px;
}

.theme_store .content .item .iframe .restore_custom {
    color: #fff;
    margin-top: 8px;
    display: none;
    cursor: pointer;
}

.theme_store .content .item .iframe.active .restore_custom {
    display: block;
}

.theme_store .content .item .iframe .view a i {
    margin-right: 1px;
}

@media(max-width: 767px) {
    .theme_store .content .item .iframe .view a i {
        margin-right: 2px;
    }
}

.theme_store .content .item .iframe .view .color {
    margin-bottom: 10px;
    margin-left: -8px;
    margin-right: -8px;
    padding: 8px 8px;
    position: relative;
}

.theme_store.theme_store_card .content .item .iframe .view .color {
    margin-bottom: 6px;
    padding: 6px;
}

.theme_store .content .item .iframe .view .color.i-error {
    box-shadow: 0px 0px 10px #f00;
    border: 1px solid #f00;
    margin-bottom: 20px;
}

.theme_store .content .item .iframe .view .color:after {
    content: '';
    display: block;
    clear: both;
}

.theme_store .content .item .iframe .view h4 {
    color: #fff;
    margin: 24px 0 4px 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.theme_store .content .item .iframe .view .color>label {
    float: left;
    margin: 0px 3px 5px;
    width: calc(20% - 6px);
    width: calc(20% - 6px);
}

.theme_store .content .item .iframe .view .custom_color {
    margin-top: -10px;
    margin-bottom: 10px;
}

.theme_store .content .item .iframe .view .custom_color:after {
    content: '';
    display: block;
    clear: both;
}

.theme_store .content .item .iframe .view .custom_color p {
    color: #fff;
    display: block;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.theme_store .content .item .iframe .view .custom_color>div {
    color: #fff;
    float: left;
    width: 50%;
}

.theme_store .content .item .iframe .view .custom_color>div>i {
    font-style: initial;
    display: block;
    margin: 0 0 4px 0;
}

.theme_store .content .item .iframe .view .custom_color>div>span {
    position: relative;
    width: 44px;
    display: block;
    margin: 0px auto;
}

.theme_store .content .item .iframe .view .custom_color>div>span>i {
    position: absolute;
    z-index: 9;
    background: #fff;
    color: #f00;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    font-size: 9px;
    text-align: center;
    line-height: 15px;
    padding-left: 1px;
    top: -2px;
    right: 2px;
    cursor: pointer;
}

.theme_store .content .item .iframe .view .custom_color>div>span>span {
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    margin: 0px auto;
}

.theme_store .content .item .iframe .view .custom_color>div>span input {
    -webkit-appearance: none;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    position: absolute;
    left: -4px;
    top: -4px;
    cursor: pointer;
}

.theme_store .content .item .iframe .view .custom_color>div>span input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    position: absolute;
    left: -4px;
    top: -4px;
    cursor: pointer;
}

.theme_store.theme_store_card .content .item .iframe .view .custom_color p {
    margin-bottom: 2px;
    margin-top: 0px;
}

.theme_store.theme_store_card .content .item .iframe .view .custom_color>div>i {
    font-size: 12px;
    white-space: nowrap;
}

.theme_store.theme_store_card .content .item .iframe .view .custom_color>div>span {
    width: 36px;
}

.theme_store.theme_store_card .content .item .iframe .view .custom_color>div>span>span {
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
}

.theme_store.theme_store_card .content .item .iframe .view .custom_color>div>span input[type="color"] {
    width: 30px;
    height: 30px;
}

.theme_store.theme_store_card .content .item .iframe .view a {
    padding: 3px 0px 4px;
    font-size: 12px;
}

.theme_store .content .item .iframe .view .custom_color>div>span input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

.theme_store .content .item .iframe .view .custom_color>div>span input[type="color"]::-webkit-color-swatch {
    border: none;
}

@media(max-width: 767px) {
    .theme_store .content .item .iframe .view {
        padding: 8px 6px;
    }
    .theme_store .content .item .iframe .view h4 {
        margin: 25px 0 4px 0px;
    }
    .theme_store .content .item .iframe .view .color>label {
        width: calc(20% - 4px);
        margin: 0px 2px 8px;
    }
}

.theme_store .content .item .iframe .view .color .lbl span {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: -6px;
    cursor: pointer;
    border: 3px solid #fff;
    position: relative;
}

.theme_store.theme_store_card .content .item .iframe .view .color .lbl span {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    width: 24px;
    height: 24px;
}

@media(max-width: 767px) {
    .theme_store.theme_store_card .content .item .iframe .view .color .lbl span {
        width: 20px;
        height: 20px;
    }
}

.theme_store .content .item .iframe .view .color input[type=radio].ace:checked+.lbl span:after {
    content: "\f00c";
    font-family: "FontAwesome";
    background: #56ba47;
    color: #fff;
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    font-size: 7px;
    line-height: 14px;
    top: -6px;
    right: -7px;
    padding-left: 1px;
}

.theme_store .content .item .iframe .view .color .lbl span:before {
    content: '';
    position: absolute;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    border: 3px solid hsl(0deg 0% 100% / 0%);
    left: -5px;
    top: -5px;
    border-radius: 50px;
}

.theme_store.theme_store_card .content .item .iframe .view .color .lbl span:before {
    border: 2px solid hsl(0deg 0% 100% / 0%);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    left: -3px;
    top: -3px;
}

.theme_store .content .item .iframe .view .color input[type=radio].ace:checked+.lbl span:before {
    border-color: #56ba47;
}

.theme_store .content .item .iframe .view .color input[type=radio].ace+.lbl::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
}

.theme_store .content .item .iframe .action {
    /* position: absolute; */
    bottom: 0;
    width: 100%;
}

.theme_store .content .item .iframe .action:after {
    content: '';
    clear: both;
    display: block;
}

.theme_store .content .item .iframe .action .btn {
    float: left;
    width: 50%;
    padding: 3px 0px;
    border-radius: 0px;
    font-size: 12px;
}

.theme_store .content .item .iframe .action .btn i {
    margin-right: 4px;
}

.theme_store .content .item .iframe .action .btn:first-child i {
    position: relative;
    top: 0px;
}

.theme_store .form-control {
    padding: 2px 12px;
    font-size: 13px;
}

body .theme_store .btn-primary {
    background: #037dd1 !important;
    border: 1px solid #037dd1 !important;
    border-radius: 3px;
    box-shadow: none;
    color: #fff !important;
    padding: 6px 12px;
}

.theme_store .btn-search-eye {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px 4px 4px 0px !important;
}

.wrap_view_card.active .view_card_1 {
    position: absolute;
    z-index: -1;
    display: none;
}

.view_card_2 {
    display: none;
}

.view_card_2 iframe {
    width: 100%;
    border: none;
    height: 100vh;
    /* position: fixed; */
    /* height: 100%; */
    /* overflow: auto; */
    position: relative;
    top: -2px;
}

.wrap_view_card.active .view_card_2 {
    display: block;
    position: relative;
    z-index: 1;
}

.close_view {
    position: absolute;
    top: 0;
    left: 6px;
    z-index: 9;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    text-shadow: 0px 0px 1px #000;
    color: #f00;
    cursor: pointer;
    display: none;
}

@media(max-width: 767px) {
    .close_view {
        position: fixed;
    }
}

.wrap_view_card.active .close_view {
    display: block;
}

.mess_change_theme {}

.mess_change_theme .error {
    width: calc(100% - 4px);
    font-size: 9px;
    position: absolute;
    bottom: -10px;
    background: #fff;
    left: 2px;
    padding: 2px 0px;
    border-radius: 2px;
    font-size: 9px;
    margin-top: 0;
}


/*font  ace */

input[type="checkbox"].ace,
input[type="radio"].ace {
    opacity: 0;
    position: absolute;
    z-index: 1;
    /*width: 18px;*/
    /*height: 18px;*/
    cursor: pointer;
}

label input[type="checkbox"].ace,
label input[type="radio"].ace {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

input[type="checkbox"].ace:checked,
input[type="radio"].ace:checked,
input[type="checkbox"].ace:focus,
input[type="radio"].ace:focus {
    outline: none !important;
}

input[type="checkbox"].ace+.lbl {
    position: relative;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 18px;
    min-width: 18px;
    font-weight: normal;
    cursor: pointer;
}

input[type="checkbox"].ace+.lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: normal;
    content: "\a0";
    background-color: #54ba47;
    background: url(../images/no-check.png);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    border: none;
    background-size: cover !important;
}

input[type="checkbox"].ace:checked+.lbl::before {
    background: url(../images/check.png);
}

input[type="checkbox"].ace:hover+.lbl::before,
input[type="radio"].ace:hover+.lbl::before,
input[type="checkbox"].ace+.lbl:hover::before,
input[type="radio"].ace+.lbl:hover::before {
    border-color: #ff893c;
}

input[type="checkbox"].ace:active+.lbl::before,
input[type="radio"].ace:active+.lbl::before,
input[type="checkbox"].ace:checked:active+.lbl::before,
input[type="radio"].ace:checked:active+.lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type="checkbox"].ace.ace-checkbox-2+.lbl::before,
input[type="radio"].ace.ace-checkbox-2+.lbl::before {
    box-shadow: none;
}

input[type="checkbox"].ace.ace-checkbox-2:checked+.lbl::before,
input[type="radio"].ace.ace-checkbox-2:checked+.lbl::before {
    background-color: #f9a021;
    border-color: #f9a021;
    color: #fff;
}

input[type="checkbox"].ace.checkbox-3+.lbl::before,
input[type="radio"].ace.checkbox-3+.lbl::before {
    box-shadow: none;
}

input[type="checkbox"].ace.checkbox-3:checked+.lbl::before,
input[type="radio"].ace.checkbox-3:checked+.lbl::before {
    background-color: #fff;
    border-color: #c8c8c8;
    color: #5db75d;
}

input[type="checkbox"].ace:disabled+.lbl::before,
input[type="radio"].ace:disabled+.lbl::before,
input[type="checkbox"].ace[disabled]+.lbl::before,
input[type="radio"].ace[disabled]+.lbl::before,
input[type="checkbox"].ace.disabled+.lbl::before,
input[type="radio"].ace.disabled+.lbl::before {
    background-color: #ddd !important;
    border-color: #ccc !important;
    box-shadow: none !important;
    color: #bbb;
}

.checkbox label input[type="checkbox"].ace+.lbl,
.radio label input[type="radio"].ace+.lbl {
    margin-left: -10px;
}

input.ace+.lbl.padding-16::before {
    margin-right: 16px;
}

input.ace+.lbl.padding-14::before {
    margin-right: 14px;
}

input.ace+.lbl.padding-12::before {
    margin-right: 12px;
}

input.ace+.lbl.padding-10::before {
    margin-right: 10px;
}

input.ace+.lbl.padding-8::before {
    margin-right: 8px;
}

input.ace+.lbl.padding-6::before {
    margin-right: 6px;
}

input.ace+.lbl.padding-4::before {
    margin-right: 4px;
}

input.ace+.lbl.padding-2::before {
    margin-right: 2px;
}

input.ace+.lbl.padding-0::before {
    margin-right: 0px;
}


/**
input[type=radio].ace @{lbl}::before {
	border-radius:100%;
	font-size: 34px;
	font-family: Helvetica, Arial, "Sans-Serif";//looks better but incosistent
	line-height: 13px;
}
*/

input[type="radio"].ace+.lbl::before {
    border-radius: 100%;
    font-size: 10px;
    font-family: FontAwesome;
    text-shadow: 0 0 1px #32a3ce;
    line-height: 15px;
    height: 17px;
    min-width: 17px;
}

input[type="radio"].ace:checked+.lbl::before {
    content: "\f111";
}


/* CSS3 on/off switches */

input[type="checkbox"].ace.ace-switch {
    width: 55px;
    height: 25px;
}

input[type="checkbox"].ace.ace-switch+.lbl {
    margin: 0 4px;
    min-height: 24px;
}

input[type="checkbox"].ace.ace-switch+.lbl::before {
    font-family: "Open Sans";
    content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
    color: #999;
    text-shadow: 0 0 0 #999;
    font-weight: normal;
    font-size: 11px;
    line-height: 17px;
    height: 20px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #f5f5f5;
    -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid #ccc;
    text-align: left;
    float: left;
    padding: 0;
    width: 52px;
    text-indent: -21px;
    margin-right: 0;
    -webkit-transition: all text-indent 0.3s ease ease-out;
    -moz-transition: all text-indent 0.3s ease ease-out;
    -o-transition: all text-indent 0.3s ease ease-out;
    transition: all text-indent 0.3s ease ease-out;
    -webkit-transition: text-indent 0.3s ease;
    -o-transition: text-indent 0.3s ease;
    transition: text-indent 0.3s ease;
    top: auto;
    background: none;
}

input[type="checkbox"].ace.ace-switch+.lbl::after {
    font-family: "Open Sans";
    content: "III";
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    color: #aaa;
    text-shadow: none;
    background-color: #fff;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: -2px;
    left: -3px;
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all left 0.3s ease ease-out;
    -moz-transition: all left 0.3s ease ease-out;
    -o-transition: all left 0.3s ease ease-out;
    transition: all left 0.3s ease ease-out;
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
}

input[type="checkbox"].ace.ace-switch:checked+.lbl::before {
    text-indent: 8px;
    color: #fff;
    text-shadow: 0 0 0 #fff;
    background-color: #8ab2c9;
    border-color: #6a8ca8;
}

input[type="checkbox"].ace.ace-switch:checked+.lbl::after {
    left: 34px;
    background-color: #fff;
    color: #98a0a5;
}

input[type="checkbox"].ace.ace-switch.ace-switch-2+.lbl::before {
    content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
}

input[type="checkbox"].ace.ace-switch.ace-switch-3+.lbl::after {
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 22px;
    content: "\f00d";
    top: -1px;
    text-shadow: none;
    padding: 0;
    text-align: center;
    color: #bbb;
    letter-spacing: 0;
}

input[type="checkbox"].ace.ace-switch.ace-switch-3:checked+.lbl::after {
    content: "\f00c";
    color: #8ab2c9;
    text-shadow: none;
}

input[type="checkbox"].ace.ace-switch.ace-switch-4,
input[type="checkbox"].ace.ace-switch.ace-switch-5 {
    width: 60px;
}

input[type="checkbox"].ace.ace-switch.ace-switch-4+.lbl::before,
input[type="checkbox"].ace.ace-switch.ace-switch-5+.lbl::before {
    content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
    font-size: 12px;
    line-height: 23px;
    height: 24px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #8b9aa3;
    border: 1px solid #8b9aa3;
    color: #fff;
    width: 56px;
    text-indent: -25px;
    text-shadow: 0 0 0 #fff;
    display: inline-block;
    position: relative;
    box-shadow: none;
    -webkit-transition: all all 0.3s ease ease-out;
    -moz-transition: all all 0.3s ease ease-out;
    -o-transition: all all 0.3s ease ease-out;
    transition: all all 0.3s ease ease-out;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type="checkbox"].ace.ace-switch.ace-switch-4+.lbl::after,
input[type="checkbox"].ace.ace-switch.ace-switch-5+.lbl::after {
    content: "III";
    font-size: 11px;
    position: absolute;
    top: 2px;
    left: 2px;
    letter-spacing: 0;
    width: 20px;
    height: 20px;
    line-height: 19px;
    text-shadow: none !important;
    color: #939393;
    background-color: #fff;
    -webkit-transition: all all 0.3s ease ease-out;
    -moz-transition: all all 0.3s ease ease-out;
    -o-transition: all all 0.3s ease ease-out;
    transition: all all 0.3s ease ease-out;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input[type="checkbox"].ace.ace-switch.ace-switch-4:checked+.lbl::before,
input[type="checkbox"].ace.ace-switch.ace-switch-5:checked+.lbl::before {
    text-indent: 9px;
    background-color: #468fcc;
    border-color: #468fcc;
}

input[type="checkbox"].ace.ace-switch.ace-switch-4:checked+.lbl::after,
input[type="checkbox"].ace.ace-switch.ace-switch-5:checked+.lbl::after {
    left: 34px;
    background-color: #fff;
    color: #848484;
}

input[type="checkbox"].ace.ace-switch.ace-switch-5+.lbl::before {
    content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";
}

input[type="checkbox"].ace.ace-switch.ace-switch-5:checked+.lbl::before {
    text-indent: 8px;
}

input[type="checkbox"].ace.ace-switch.ace-switch-6+.lbl {
    position: relative;
}

input[type="checkbox"].ace.ace-switch.ace-switch-6+.lbl::before {
    font-family: FontAwesome;
    content: "\f00d";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: none;
    border-width: 0;
    font-weight: lighter;
    font-size: 16px;
    border-radius: 12px;
    display: inline-block;
    background-color: #888;
    color: #f2f2f2;
    width: 52px;
    height: 22px;
    line-height: 21px;
    text-indent: 32px;
    -webkit-transition: all background 0.1s ease ease-out;
    -moz-transition: all background 0.1s ease ease-out;
    -o-transition: all background 0.1s ease ease-out;
    transition: all background 0.1s ease ease-out;
    -webkit-transition: background 0.1s ease;
    -o-transition: background 0.1s ease;
    transition: background 0.1s ease;
}

input[type="checkbox"].ace.ace-switch.ace-switch-6+.lbl::after {
    content: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 2px;
    left: 3px;
    border-radius: 12px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: #f2f2f2;
    border: 4px solid #f2f2f2;
    -webkit-transition: all left 0.2s ease ease-out;
    -moz-transition: all left 0.2s ease ease-out;
    -o-transition: all left 0.2s ease ease-out;
    transition: all left 0.2s ease ease-out;
    -webkit-transition: left 0.2s ease;
    -o-transition: left 0.2s ease;
    transition: left 0.2s ease;
}

input[type="checkbox"].ace.ace-switch.ace-switch-6:checked+.lbl::before {
    content: "\f00c";
    text-indent: 6px;
    color: #fff;
    border-color: #b7d3e5;
    background-color: #ff893c;
}

input[type="checkbox"].ace.ace-switch.ace-switch-6:checked+.lbl::after {
    left: 32px;
    background-color: #fff;
    border: 4px solid #fff;
    text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
}

input[type="checkbox"].ace.ace-switch.ace-switch-7 {
    width: 75px;
}

input[type="checkbox"].ace.ace-switch.ace-switch-7+.lbl {
    position: relative;
}

input[type="checkbox"].ace.ace-switch.ace-switch-7+.lbl::before {
    content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";
    font-weight: bolder;
    font-size: 13px;
    line-height: 20px;
    background-color: #fff;
    border: 2px solid #aaa;
    border-radius: 0;
    box-shadow: none;
    color: #aaa;
    width: 74px;
    height: 26px;
    line-height: 22px;
    overflow: hidden;
    text-indent: 5px;
    display: inline-block;
    position: relative;
    -webkit-transition: all all 0.2s ease ease-out;
    -moz-transition: all all 0.2s ease ease-out;
    -o-transition: all all 0.2s ease ease-out;
    transition: all all 0.2s ease ease-out;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

input[type="checkbox"].ace.ace-switch.ace-switch-7+.lbl::after {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 39px;
    width: 32px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    padding: 0;
    text-indent: 0;
    background-color: #aaa;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all all 0.2s ease-in-out ease-out;
    -moz-transition: all all 0.2s ease-in-out ease-out;
    -o-transition: all all 0.2s ease-in-out ease-out;
    transition: all all 0.2s ease-in-out ease-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

input[type="checkbox"].ace.ace-switch.ace-switch-7:checked+.lbl::before {
    color: #468fcc;
    background-color: #fff;
    text-indent: -28px;
    border-color: #6fb3e0;
}

input[type="checkbox"].ace.ace-switch.ace-switch-7:checked+.lbl::after {
    left: 3px;
    content: "\f00c";
    background-color: #468fcc;
    color: #fff;
}

input[type="checkbox"].ace.ace-switch+.lbl[data-lbl]::before {
    content: attr(data-lbl);
}

input[type="checkbox"].ace.ace-switch.btn-empty+.lbl::after {
    content: "";
}

input[type="checkbox"].ace.ace-switch.btn-rotate+.lbl::after {
    content: "\2261";
    line-height: 20px;
    font-size: 17px;
}

input[type="checkbox"].ace.ace-switch-4.btn-rotate+.lbl::after,
input[type="checkbox"].ace.ace-switch-5.btn-rotate+.lbl::after {
    line-height: 17px;
}

input[type="checkbox"].ace.ace-switch.btn-flat+.lbl::before,
input[type="checkbox"].ace.ace-switch.btn-flat+.lbl::after {
    border-radius: 0 !important;
}

input[type="checkbox"].ace.ace-switch.ace-switch-4+.lbl::before,
input[type="checkbox"].ace.ace-switch.ace-switch-5+.lbl::before {
    text-indent: -24px;
}

input[type="checkbox"].ace.ace-switch.ace-switch-4:checked+.lbl::before,
input[type="checkbox"].ace.ace-switch.ace-switch-5:checked+.lbl::before {
    text-indent: 7px;
}


/**/

.switch {
    cursor: pointer;
    position: relative;
}

.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

.switch span {
    position: relative;
    width: 46px;
    height: 22px;
    border-radius: 22px;
    background-color: #fff;
    border: 1px solid #eee;
    border-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.switch+span {
    margin-left: 5px;
}

.switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 18px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
}

.switch input:checked+span:after {
    left: 25px;
}

.switch input:checked+span {
    background-color: var(--main-color);
}

.font-size-20 {
    font-size: 20px !important;
}

.color-green,
.color-success {
    color: #56ba47 !important;
}

.color-gray {
    color: gray !important;
}

.color-cancel {
    color: #f00 !important;
}

.color-processing {
    color: #feaa02 !important;
}


/**/

.action1 {}

@media(max-width: 767px) {
    .action1 span {
        display: none;
    }
    .action1 button {
        width: calc(50% - 26px) !important;
    }
    .action1 button.product_in_store {
        width: 52px !important;
    }
}


/**/

.cart_checkout_momo .row {
    display: flex;
    align-items: center;
}

@media(max-width: 767px) {
    .cart_checkout_momo .row {
        display: block;
    }
}

.cart_checkout_momo .right {}

.cart_checkout_momo .right>h3 {
    margin: 15px 0px 16px;
}

.cart_checkout_momo .right>h3:first-child {
    margin-top: 0;
}

.cart_checkout_momo .right ul {
    font-size: 14px;
}

.cart_checkout_momo .right ul li {
    margin: 4px 0px;
}

.cart_checkout_momo_detail p {
    margin: 5px 0px;
}

.cart_checkout_momo_detail p span {
    font-weight: 600;
}

.cart_checkout_momo_detail p span:first-child {
    font-weight: 400;
    display: inline-block;
    min-width: 180px;
}

.cart_checkout_momo_detail .white-box1 {
    padding: 0px 15px 20px;
}

@media(max-width: 767px) {
    .cart_checkout_momo_detail .white-box1 {
        padding: 10px 10px 10px;
    }
}

.info-order ul.img_shipment_tt {
    padding: 7px 0;
    border-bottom: 1px solid #f2f2f2;
    border-top: none;
    margin: 0;
    background: #fff;
}

.info-order ul.img_shipment_tt:last-child {
    margin-bottom: 15px;
}

.info-order ul.img_shipment_tt li {
    width: 80% !important;
    background: #fff;
}

.info-order ul.img_shipment_tt li:first-child {
    text-align: right;
}

.info-order ul.img_shipment_tt li:last-child {
    width: 30% !important;
    font-weight: 600;
}

@media(max-width: 767px) {
    .info-order ul.img_shipment_tt {
        display: flex;
        padding: 4px 10px;
    }
    .info-order ul.img_shipment_tt::before {
        display: none;
    }
    .info-order ul.img_shipment_tt li {
        width: 50% !important;
    }
    .info-order ul.img_shipment_tt li:first-child {
        text-align: left;
        width: 50% !important;
        padding: 6px 0px;
    }
    .info-order ul.img_shipment_tt li:last-child {
        width: 50% !important;
    }
}


/**/

.short_price {}

.short_price .form-control {
    display: inline-block;
    width: auto;
}


/**/

.box-wallet {
    margin: 0px -4px;
    padding: 0px 0px;
}

.box-wallet::after {
    content: '';
    display: block;
    clear: both;
}

.box-wallet .box {
    padding: 2px;
}

.box-wallet .box .inner {
    margin: 2px;
    background: #f5f5f5;
    cursor: pointer;
    border: 1px solid #f5f5f5;
}

.box-wallet .box.active .inner {
    border-color: var(--main-color);
}

.box-wallet .box .inner>h2 {
    border-bottom: 1px solid #eee;
    padding: 14px 15px 11px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 0px;
}

.box-wallet .box .inner .body {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.box-wallet .box .inner .body b {
    min-height: 20px;
    display: block;
    font-size: 14px;
    font-weight: 700;
}


/**/

.list-balance-hh {
    background: #fff;
    padding: 5px 0px;
    margin: 0px;
}

.list-balance-hh li {
    list-style-type: none;
    position: relative;
    padding: 14px 5px 0px 52px;
}

.list-balance-hh li:nth-child(2n) {
    background: #f8f8f8;
}

.list-balance-hh li:last-child {}

.list-balance-hh li img {
    height: 28px;
    position: absolute;
    left: 15px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.list-balance-hh li .title {
    font-size: 15px;
    padding-left: 0px;
    font-weight: 600;
    margin: 2px 0;
}

.list-balance-hh li .info {
    font-size: 13px;
    color: #666;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 14px;
    padding-left: 0px;
    font-weight: 300;
    min-height: 32px;
}

.list-balance-hh li:last-child .info {
    border-bottom: none;
}

.list-balance-hh li .date {
    color: #555;
    font-size: 12px;
}

.list-balance-hh li>span {
    color: #4ab04d;
    font-size: 23px;
    font-weight: 600;
    position: absolute;
    left: 10px;
    top: 6px;
}

.list-balance-hh li.hh-plus .plus {
    color: #4ab04d;
}

.list-balance-hh li.hh-minus .minus {
    color: #fda450;
    font-size: 26px;
}

.list-balance-hh li i {
    font-size: 20px;
    color: #666;
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    height: 21px;
}

.list-balance-hh li .price {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-weight: 400;
    border-radius: 50px;
    padding: 1px 6px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.list-balance-hh li.hh-plus .price {
    background: #4ab04d;
}

.list-balance-hh li.hh-minus .price {
    background: #fda450;
}

.list-balance-hh li.li_withdraw {
    padding-bottom: 12px;
    border-top: 1px solid #f1f1f1;
}

.list-balance-hh li.li_withdraw:first-child {
    border-top: none;
}

.list-balance-hh li.li_withdraw img {
    left: 10px;
}

.list-balance-hh li.li_withdraw p {
    margin: 4px 0;
    font-size: 13px;
    color: #444;
}

.list-balance-hh li.li_withdraw p b {
    font-weight: 600;
    display: inline-block;
    min-width: 120px;
}

.list-balance-hh li.li_withdraw p b span {}


/**/

div.pop_up_t,
.bootstrap-dialog-header,
.modal-header.noborder>h4,
h4#title_menu {
    background: none repeat scroll 0 0 padding-box var(--main-color);
    border-radius: 3px 3px 0 0;
    color: #fff;
    font-weight: 300;
    /* padding: 10px 0px 10px 10px; */
    padding: 10px 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0px;
}

.btn_pop_close,
.modal .modal-header a.close,
.modal-header .bootstrap-dialog-header .close {
    background: url(../images/close.png) no-repeat scroll -1px -1px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 15px !important;
    width: 16px;
    opacity: 1;
    text-indent: -99999px;
    background-size: cover;
}

.bootstrap-dialog .modal-header {
    padding: 0;
}

.wrap_name {
    padding: 0px 4px;
}

.label_name {
    font-weight: 300;
    color: #222;
    font-size: 15px;
    display: block;
    margin-top: 10px;
    margin-bottom: 6px;
}

.input_name {
    position: relative;
}

.wrap-balance {
    background: #fff;
    padding: 25px 8px 18px;
    text-align: center;
}

.wrap-balance>span {
    width: 56px;
    height: 56px;
    display: block;
    margin: 0px auto;
    border: 2px solid var(--main-color);
    border-radius: 50%;
    line-height: 52px;
    text-align: center;
    font-weight: 600;
    color: var(--main-color);
    text-transform: uppercase;
    font-size: 11px;
}

.wrap-balance .price {
    font-size: 26px;
    color: var(--main-color);
    letter-spacing: 1px;
    font-weight: 600;
    margin-top: 2px;
}

.wrap-balance .price span {
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
    margin-left: 2px;
}

.list-deposit {
    padding: 0px 1px;
    margin: 2px 0px 0px;
}

.list-deposit:after {
    content: '';
    display: block;
    clear: both;
}

.list-deposit li {
    list-style-type: none;
    float: left;
    width: calc(33.33333% - 6px);
    border: 1px solid #ddd;
    padding: 10px;
    margin: 4px 3px;
    border-radius: 5px;
    height: 60px;
    position: relative;
    cursor: pointer;
}

.list-deposit li img {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 8px;
}

.list-deposit li i {
    display: none;
    color: #57B848;
    font-size: 16px;
    position: absolute;
    top: -7px;
    right: -3px;
    z-index: 2;
    background: #fff;
    border-radius: 20px;
}

.list-deposit li.active {
    border-color: #57B848;
    background: rgba(87, 184, 72, 0.1);
}

.list-deposit li.active i {
    display: block;
}

span.error,
.span-error {
    color: red;
    display: block;
    font-size: 13px;
    margin-top: 5px;
}

.i-error {
    border-color: #ff000045 !important;
}

.wallet_action {
    margin-bottom: 10px;
}

.list_hi_wa_detail {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.list_hi_wa_detail li {
    margin: 0 0px -1px;
    display: inline-block;
}

.list_hi_wa_detail li span {
    display: inline-block;
    padding: 0px 12px 0px;
    font-size: 13px;
    cursor: pointer;
    border-bottom: 2px solid rgb(221 221 221 / 0%);
}

.list_hi_wa_detail li.active span {
    color: var(--main-color);
    font-weight: 600;
    border-color: var(--main-color);
}

.page_deposit,
.page_deposit_detail {
    padding: 20px;
}

.page_deposit_detail ul {
    padding: 0;
    margin: 0;
    position: relative;
    padding-left: 50px;
    border-top: 1px solid #f1f1f1;
    padding-top: 14px;
}

.page_deposit_detail ul:first-child {
    border-top: none;
    padding-top: 0;
}

.page_deposit_detail ul li {
    list-style-type: none;
    margin-bottom: 8px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
    position: relative;
}

.page_deposit_detail ul li i.fa-copy {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 10px;
    font-size: 18px;
}

.page_deposit_detail ul li:first-child {
    position: absolute;
    padding: 0;
    font-size: 22px;
    color: #555;
    left: 0;
    top: 10px;
    border: none;
    padding: 0;
    margin: 0;
}

.page_deposit_detail ul:first-child li:first-child {
    top: 0;
}

.page_deposit_detail ul li:last-child {
    border: none;
    padding-bottom: 2px;
}

.page_deposit_detail ul li span {
    font-weight: 300;
    display: block;
    margin-bottom: 3px;
}

.page_deposit_detail ul li input {
    font-weight: 400;
    border: none;
    outline: none;
    display: none;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 50px;
    padding: 10px;
    margin-top: 8px;
}

.page_deposit_detail ul li span:nth-child(2) {
    font-weight: 600;
    text-transform: uppercase;
}

.page_deposit_detail ul li span.color {
    color: var(--main-color);
}

.page_deposit_detail ul li.comment1 #comment_detail,
.page_deposit_detail ul li.comment1 .comment_detail_copy,
.page_deposit_detail ul li.comment.comment2 .comment_detail_copy {
    display: none;
}

.page_deposit_detail ul li.comment1 #comment_detail_copy {
    display: block;
}

span.copyed {
    position: absolute;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    bottom: calc(100% - 20px);
    font-size: 12px;
    padding: 1px 12px;
    border-radius: 2px;
    right: 0;
    bottom: 36px;
}

span.copyed::before {
    top: 100%;
    right: 4px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #dff0d8;
    border-width: 6px;
    margin-left: -7px;
}

.page_deposit_detail ul.config_withdraw li {}

.page_deposit_detail ul.config_withdraw li input {
    display: block;
    height: 34px;
}


/**/

.form-login-v {}

.form-login-v .form-content {
    box-shadow: 0px 0px 10px #ddd;
    background-color: #fff;
    max-width: 550px;
    padding: 32px;
    margin: 60px auto;
    border-radius: 5px;
}

.form-login-v .form-content:after {
    content: '';
    display: block;
    clear: both;
}

@media(max-width: 767px) {
    .form-login-v .form-content {
        padding: 20px;
        margin: 10px auto;
    }
}

.form-login-v .form-content .title-l {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.334;
    letter-spacing: 1px;
    margin: 9px 0px 25px;
    text-transform: uppercase;
    text-align: center;
}

.form-login-v .form-content .title-l1 {
    margin: -21px 0px 20px;
    font-size: 16px;
}

.form-login-v .form-content .form-action {}

.form-login-v .form-content .form-action p a {
    color: var(--main-color);
    font-size: 15px;
}

.form-login-v .form-content .form-action .form-group {
    position: relative;
    margin-bottom: 20px;
}

.form-login-v .form-content .form-action .input-password {
    float: left;
    width: 45%;
    padding-right: 10px;
}

.form-login-v .form-content .form-action .eye-password {
    float: right;
    font-size: 22px;
    width: 10%;
    color: #666;
    margin: 0px;
    padding-top: 3px;
    cursor: pointer;
    text-align: center;
    padding-bottom: 5px;
    padding-right: 8px;
}

.form-login-v .form-content .form-action .eye-password1 .fa.fa-eye {
    display: none;
}

.form-login-v .form-content .form-action .eye-password2 .fa.fa-eye-slash {
    display: none;
}

.form-login-v .form-content .form-action .form-group .name1 {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    left: 12px;
    top: 10px;
    color: #555;
    padding: 0px 3px;
    z-index: 2;
}

.form-login-v .form-content .form-action .form-group.active1 .name1 {
    top: -9px;
    font-size: 13px;
    background: #fff;
}

.form-login-v .form-content .form-action .form-group.active .name1 {
    background: #fff;
    color: var(--main-color);
}

.form-login-v .form-content .form-action .form-group input {
    box-shadow: none;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.form-login-v .form-content .form-action .form-group.active input,
.form-login-v .form-content .form-action .form-group input:focus {
    border: 1px solid var(--main-color);
}

.form-login-v .form-content .form-action .form-group .btn {
    text-transform: uppercase;
    margin-top: 5px;
}

.form-login-v .form-content .form-action .form-group .a-login {
    color: var(--main-color);
    font-weight: 600;
    display: inline-block;
    margin: 11px 0px 0px;
}


/**/

.contact {
    margin: 0px 0px 15px;
}

@media(max-width: 767px) {
    .contact {
        margin-top: 0px;
    }
}

.contact p {
    font-size: 16px;
    margin: 14px 0px;
}

.contact p i {
    font-size: 23px;
    color: var(--main-color);
    margin-right: 14px;
}

.contact .box-title2 {
    font-weight: 600;
    font-size: 22px;
    padding: 0px 0px 10px;
    color: #000;
    text-align: left;
    margin-top: 16px;
}

@media(max-width: 767px) {
    .contact .box-title2 {
        margin-top: 15px;
    }
}

.contact .form-login .form-input {
    margin: 27px 0px;
}

.contact .form-input label {
    font-weight: 400;
    color: var(--main-color);
    text-transform: uppercase;
    margin: 0px;
    display: block;
}

.contact .form-input input {
    border: none;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    height: 32px;
    font-size: 15px;
}

.contact .form-input textarea {
    border: none;
    box-shadow: none !important;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    min-height: 126px;
    font-size: 15px;
    width: 100% !important;
    outline: none;
    margin-top: 10px;
}

.contact .form-login .btn {
    text-transform: uppercase;
}

.contact iframe {
    width: 100%;
}


/**/

.table {
    margin-bottom: 0px;
    font-size: 13px;
}

tbody {
    color: #333;
}

.table-bordered,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px 10px;
    vertical-align: middle;
    border: 1px solid #eaeef1 !important;
}

.table>tbody>tr:nth-child(2n) {
    background: #f9f9f9;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 1px solid #eaeef1;
    padding: 10px 8px;
    background: #f9f9f9;
}

.table-responsive {
    border: none;
    margin-bottom: 0px;
}

table a {
    cursor: pointer;
}

.cart {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f2f2f2;
}

@media(max-width: 767px) {
    .cart {
        margin-top: 8px;
    }
}

.wrap-block-title .block-title {
    margin: 25px 0px 20px;
}

.wrap-block-title .block-title h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px;
    display: inline-block;
    /* background: #f2f2f2; */
    padding: 0px 0px;
    font-weight: 600;
    position: relative;
    color: var(--main-color);
}

.item_cart_supplier .wrap-block-title .block-title {
    margin: 18px 0px 8px;
}

.item_cart_supplier .wrap-block-title .block-title h3 {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.cart_checkout .row .right {
    border: 1px solid var(--main-color);
    border-radius: 4px;
    padding: 26px;
    margin-bottom: 20px;
}

.table-responsive {
    border: none;
    margin-bottom: 0px;
}

@media(max-width: 767px) {
    .cart_checkout .row .right {
        margin: 0px 0px 15px;
        padding: 18px 12px 15px !important;
    }
    .cart_checkout .row .right .table-responsive {
        border: none;
    }
}

.cart_checkout .right>h3 {
    color: #555;
    text-transform: uppercase;
    font-size: 20px;
    /* margin: 0px 0px 14px; */
    font-weight: 600;
    margin: 0;
}

.cart_checkout .right .table {
    margin: 0px;
}

.cart_checkout .right .table thead tr {}

.cart_checkout .right .table thead tr th {
    background: none;
    color: #444;
    width: auto !important;
    font-size: 15px;
    padding: 8px 6px;
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    font-weight: 600;
}

.cart_checkout .right .table thead tr th:nth-child(2),
.cart_checkout .right .table tbody tr td:nth-child(2) {}

.cart_checkout .right .table thead tr th:last-child,
.cart_checkout .right .table tbody tr td:last-child {
    text-align: right;
    white-space: nowrap !important;
    padding-right: 0px;
}

.cart_checkout .right .table tbody tr {}

.cart_checkout .right .table tbody tr:last-child td {
    font-weight: 600;
    color: var(--main-color);
    font-size: 16px;
    /* padding-bottom: 0px; */
}

.cart_checkout .right .table tbody tr td {
    width: auto !important;
    border: none !important;
    padding: 8px 6px;
    vertical-align: middle;
    color: #555;
    border-top: 1px solid #f1f1f1 !important;
    font-weight: 500;
}

.cart_checkout .right .table tbody tr td hr {
    border-color: var(--main-color);
    margin: 0px 0px;
}

.cart_checkout .right .table tbody tr td span {
    margin: -4px 0px 0px 0px;
    font-size: 10px;
    line-height: 18px;
}

.cart_checkout .right .table tbody tr td a {
    color: #555;
}

.cart_checkout .right>a.btn,
.cart_checkout .left>button {
    background: var(--main-color);
    width: 100%;
    color: #fff;
    display: block;
    margin: 22px 0px 0px;
    height: 44px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 44px;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
    border: none;
    border-radius: 4px;
}

.cart_checkout .right>.cart-change {
    display: inline-block;
    margin: 28px 0px 0px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    width: auto;
    border-radius: 4px;
    font-size: 14px;
}

.form-default {}

.form-default .form-group {
    margin: 10px 0px;
}

.form-default .form-group label {
    font-weight: 600;
    display: block;
    margin-top: 0px;
    color: #777;
    font-size: 14px;
}

.form-default .form-group input,
.form-default .form-group select {
    background: #f1f1f1;
    border: none;
    box-shadow: none;
    height: 42px;
    /* margin: 8px 0px; */
    width: 100%;
    border: 1px solid #dddddd;
}

.form-default .form-group input[disabled],
.form-default .form-group select[disabled] {
    background: #E8E5E5;
}

.form-default .form-group label.wrap-ace {
    font-weight: 400;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 0px;
    position: relative;
    top: 0px;
    display: inline-block;
    margin-top: 0px;
}

label.wrap-ace input[type=checkbox].ace,
label.wrap-ace input[type=radio].ace {
    z-index: -100 !important;
    width: 1px !important;
    height: 1px !important;
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

label.wrap-ace input[type=radio].ace+.lbl::before {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 20px;
    height: 20px;
    width: 20px;
    content: '';
    border: 1px solid #cbcbcb;
}

label.wrap-ace input[type=radio].ace:checked+.lbl::before {
    border-color: var(--main-color);
}

label.wrap-ace input[type=radio].ace+.lbl::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    left: 6px;
    top: 0px;
    display: none;
}

label.wrap-ace input[type=radio].ace:checked+.lbl::after {
    background: var(--main-color);
    display: block;
}

label.wrap-ace input[type=radio].ace+.lbl {
    position: relative;
    margin-right: 5px;
    top: 6px;
}

input[type=checkbox].ace+.lbl::before {
    cursor: pointer;
    font-family: fontAwesome;
    font-weight: normal;
    content: "\a0";
    background-color: #54ba47;
    background: url(../images/no-check.png);
    border-radius: 0;
    display: inline-block;
    text-align: center;
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    border: none;
    background-size: cover !important;
}

input[type=checkbox].ace:checked+.lbl::before {
    background: url(../images/input-checked.png);
}

.switch {
    cursor: pointer;
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin-top: 0px;
    color: #777;
    font-size: 14px;
}

.switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch span {
    position: relative;
    width: 46px;
    height: 22px;
    border-radius: 22px;
    background-color: #fff;
    border: 1px solid #eee;
    border-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    top: 6px;
    margin-right: 4px;
}

.switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 18px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 50%;
    -webkit-box-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
    box-shadow: 1px 1px 3px rgb(0 0 0 / 25%);
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
}

.switch input:checked+span {
    background-color: var(--main-color);
}

.switch input:checked+span:after {
    left: 25px;
}


/**/

.table>tbody+tbody {
    border-top: none;
}

.img_avatar_profile {
    width: 120px;
    height: 90px;
    border-radius: 3px;
    position: relative;
    border: 1px dashed #959595;
    display: block;
    margin: 20px auto 10px;
    text-align: center;
}

.img_avatar_profile i {
    color: #777;
    font-size: 22px;
    height: 22px;
    width: 23px;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    bottom: 0px;
    right: 0px;
}

.profile_info {
    display: none;
}

.profile_info .tab_pro {
    display: none;
}

table.members tbody.active {
    border: 1px solid var(--main-color);
}

table.members tbody.active .profile_info {
    display: table-row;
}

table.members tbody.active tr td {
    border-top: 1px solid var(--main-color);
    font-weight: 600;
}

table.table-key.members tbody.active .profile_info td {
    border: 1px solid var(--main-color);
    background: #fff;
    border-top: none;
}

table.table-key.members tbody.active .profile_info td table thead tr th {
    font-weight: 600;
    color: #222;
}

table.table-key.members tbody.active .profile_info td table tbody tr td {
    border: none;
    border-top: 1px solid #f1f1f1;
    color: #555;
    font-weight: 400;
    text-align: left;
}

table.table-key.members tbody.active .profile_info td table tbody tr td.text-right {
    text-align: right;
}

.notfoundIcon {
    color: #666;
    text-align: center;
}

.profile_info .nav {
    margin: 0px;
    background: #ebebeb;
    position: relative;
    padding: 5px 9px 0px;
}

.profile_info .nav li {
    margin-top: 3px;
}

.profile_info .nav li a {
    border-radius: 5px 5px 0px 0px;
    padding: 6px 25px;
    font-size: 14px;
}

.profile_info .nav>li.active>a {
    color: var(--main-color);
    font-weight: 600;
}

.profile_info .tab_pro.active {
    display: block;
}

.profile_info .form-group.title {
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--main-color);
    border-bottom: none;
    padding-bottom: 5px;
}

.profile_info .form-group {
    text-align: left;
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 11px;
    margin-bottom: 11px;
    font-size: 14px;
    color: #111;
}

.profile_info .form-group:last-child {
    border-bottom: none;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.profile_info .form-label {
    float: left;
    width: 150px;
    font-weight: 400;
    margin: 0px;
}

.profile_info .form-wrap {
    float: left;
    width: calc(100% - 150px);
    word-break: break-all;
}


/**/

.form-default .form-group textarea {
    background: #E8E5E5;
    border: none;
    box-shadow: none;
    width: 100% !important;
    height: 100px;
    margin: 8px 0px;
}

.form-default .form-group .btn {
    margin: 10px 0px 0px;
    text-transform: uppercase;
    outline: none;
}

.cart_checkout .left>h3 {
    color: #707070;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px 0px 10px;
    font-weight: 600;
}

@media(max-width: 767px) {
    .cart_checkout .left>h3 {
        margin: 20px 0px 10px;
    }
}

.cart_checkout .left>p {
    color: #707070;
    margin-bottom: 10px;
}

.cart .table td .delete {
    margin-left: 5px;
    color: #ff424e;
    cursor: pointer;
}


/**/

.payment {}

.payment .content {}

.payment .content .content-address {
    background: #fff;
    border-radius: 4px;
    padding: 25px;
    position: relative;
}

.payment .content .content-address>h3 {
    color: #555;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0px 0px 16px;
    font-weight: 600;
}

@media(max-width: 767px) {
    .payment .content .content-address {
        padding: 15px;
    }
    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td,
    table tr td {
        /* white-space: nowrap; */
    }
    table {
        width: 100% !important;
    }
}

.payment .content .content-address p {
    font-size: 14px;
    margin: 5px 0px;
}

.payment .content .content-address p.another_address {
    font-weight: 600;
    color: var(--main-color);
    cursor: pointer;
}

.cart_payment.payment .content .title {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.cart_payment.payment .content .title i {
    margin-right: 5px;
    font-size: 22px;
}

.cart_payment.payment .content .title>span {
    font-size: 14px;
    color: #444;
    cursor: pointer;
    margin-top: 6px;
}

.payment .content .content-address .change-address {
    color: #337ab7;
    text-transform: uppercase;
    font-weight: 600;
    float: right;
    font-size: 15px;
}

.payment .content .content-address .line {
    background-position-x: -30px;
    background-size: 116px 3px;
    background-image: repeating-linear-gradient(45deg, #6fa6d6, #6fa6d6 33px, transparent 0, transparent 41px, #f18d9b 0, #f18d9b 74px, transparent 0, transparent 82px);
    height: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

#modalVoucher {}

#modalVoucher .title {
    position: relative;
    margin: 10px 10px 20px 10px;
}

#modalVoucher .title input {
    font-weight: 400;
}

#modalVoucher .title .btn {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 4px 4px 0;
}

#modalVoucher .list-voucher {
    padding: 0;
    margin: 10px 10px 10px 10px;
}

#modalVoucher .list-voucher li {
    list-style-type: none;
    margin: 12px 0px;
}

#modalVoucher .list-voucher li.no-voucher {
    text-align: center;
}

#modalVoucher .list-voucher li.no-voucher span {
    display: block;
}

#modalVoucher .list-voucher li.no-voucher img {
    max-height: 200px;
}

#modalVoucher .list-voucher li:after {
    content: '';
    display: block;
    clear: both;
}

#modalVoucher .list-voucher li .left {
    float: left;
    width: 120px;
    display: block;
    height: 120px;
    margin-right: 15px;
    background: #00bfa5;
    border-radius: 3px 3px 0 0;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    text-align: center;
}

#modalVoucher .list-voucher li .left span i {
    display: block;
    font-style: normal;
}

#modalVoucher .list-voucher li .right {
    float: left;
    width: calc(100% - 135px);
}

#modalVoucher .list-voucher li .right span {}

#modalVoucher .list-voucher li .right .name {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 2px;
}

#modalVoucher .list-voucher li .right .name1 {
    color: #666;
    font-size: 13px;
    margin: 0px 0px 4px;
    display: block;
}

#modalVoucher .list-voucher li .right .name2 {
    border: 1px solid #ee4d2d;
    color: #ee4d2d;
    padding: 2px 10px;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    margin: 0px 0px 10px;
}

#modalVoucher .list-voucher li .right .name3 {
    font-size: 13px;
}

#modalVoucher .list-voucher li .right .bar {
    display: block;
    height: 4px;
    width: 100%;
    background: #999;
    border-radius: 8px;
    margin: 0 0 6px;
    position: relative;
}

#modalVoucher .list-voucher li .right .bar span {
    height: 4px;
    width: 100%;
    background: #ee4d2d;
    border-radius: 8px 0px 0px 8px;
    position: absolute;
    left: 0;
    top: 0;
}

#modalVoucher .list-voucher li .last {
    float: left;
    width: 100%;
    background-color: #fff8e4;
    color: #ee4d2d;
    padding: 8px 10px;
    font-size: 13px;
}

#modalVoucher .list-voucher li .last a {
    color: #337ab7;
    font-weight: 600;
}


/**/

.content-payment {
    background: #fff;
    border-radius: 4px;
    padding: 25px;
    position: relative;
    margin-top: 15px;
}

@media(max-width: 767px) {
    .content-payment {
        padding: 10px;
        margin-top: 8px;
    }
}

.content-payment table {
    margin-bottom: 0px;
}

.content-payment table tr {}

.content-payment table tr th {
    color: #444;
    border: none !important;
    background: none;
}

.content-payment table tr td {
    vertical-align: middle;
    font-weight: 500;
    color: #555;
    border: none !important;
    border-top: 1px solid #f1f1f1 !important;
}

.content-payment table tr td a {
    color: #555;
}

.content-payment table tr.total td {
    background: #fafdff !important;
    font-size: 16px;
    padding: 25px 8px;
    border-top: none;
}

.content-payment table tr.total td:last-child {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 700;
}

.total_last td {
    color: var(--main-color) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.content-payment table tr:nth-child(2n) td,
.content-payment table tr:hover td {
    background: #f9f9f9;
}

.btn_shipments_form {
    text-transform: uppercase;
    color: var(--main-color);
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
}


/**/

.content-payment {}

.content-payment ul {
    padding: 0px;
    margin: 0px;
}

.content-payment ul li {
    list-style-type: none;
    display: block;
    padding: 8px 0;
    margin: 0px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}

.content-payment ul li label {
    line-height: normal;
    cursor: pointer;
    margin: 0;
}

.content-payment ul li.active {
    /* color: var(--main-color); */
}

.content-payment ul li label.wrap-ace input[type=radio].ace+.lbl::before {
    margin-right: 6px;
    top: 6px;
}

.content-payment ul li label.wrap-ace input[type=radio].ace+.lbl::after {
    top: 6px;
}

.content-payment ul li label.wrap-ace input[type=radio].ace+.lbl {
    top: 0px;
    margin: 0;
    font-weight: normal;
}

.content-payment ul li label.wrap-ace input[type=radio].ace+.lbl img {
    margin-right: 12px;
    height: 26px;
    margin-left: 3px;
}

.content-payment ul li.active label.wrap-ace input[type=radio].ace+.lbl {
    font-weight: 600;
}

.content-payment .form {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    padding: 15px 0px 0px;
    display: none;
}

.content-payment .form ul li {}

.content-payment .form ul li img {
    height: 40px;
}

.content-payment .form-detail {
    margin-top: 15px;
    display: none;
}

.content-payment .form-detail p {
    margin: 9px 0px;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
}

.content-payment .form-detail p:first-child {
    border-top: none;
}

.content-payment .form-detail p b {
    display: inline-block;
    min-width: 115px;
}


/**/

.total-payment {
    border-top: 1px solid #ddd;
    padding-top: 15px;
    margin-top: 15px;
}

.total-payment:after {
    content: '';
    display: block;
    clear: both;
}

.total-payment .btn {
    min-width: 200px;
    margin-top: 10px;
}

@media(max-width: 767px) {
    .total-payment .btn {
        margin-top: 0px;
        width: 100%;
    }
}

.total-payment ul {}

.total-payment ul li {
    border: none !important;
    text-align: left;
    padding: 0px 0px;
    margin: 6px 0px;
    list-style-type: none;
    color: #222 !important;
    font-weight: 600;
    display: block;
}

.total-payment ul li::before,
.total-payment ul li::after {
    display: none !important;
}

.total-payment ul li span {
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 15px;
}

.total-payment ul li p {
    display: inline-block;
    margin: 0px;
    min-width: 160px;
    float: right;
    text-align: right;
    font-weight: 400;
}

.total-payment ul li:last-child p {
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
}


/**/

.profile {
    margin-top: 15px;
}

@media(max-width: 767px) {
    .profile {
        margin-top: 8px;
    }
}

.profile .left {
    padding-right: 0px;
}

.profile .left .item,
.profile .right .item {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 8px;
}

@media(max-width: 767px) {
    .profile .left .item,
    .profile .right .item {
        padding: 10px;
    }
}

.profile .left .item .wrap-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.profile .left .item .wrap-info span {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 56px;
    font-size: 13px;
    right: 16px;
    color: #005aff;
}

@media(max-width: 767px) {
    .profile .left .item .wrap-info {
        margin-bottom: 0px;
    }
    .profile .left .item .wrap-info span {
        display: block;
    }
}

.profile .left .item .wrap-info:after {
    content: '';
    display: block;
    clear: both;
}

.profile .left .item .wrap-info .img {
    width: 65px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 12px;
    position: relative;
    height: 65px;
}

.profile .left .item .wrap-info .img img {
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile .left .item .wrap-info .img .camera {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    text-align: center;
    border-radius: 0px 0px 200px 200px;
    padding: 3px;
    cursor: pointer;
}

.profile .left .item .wrap-info .img .camera img {
    width: 15px;
    border-radius: 0px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    margin-top: -5px;
    position: relative;
}

.profile .left .item .wrap-info .info {
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    color: #555;
}

.profile .left .item .wrap-info b {
    font-weight: 600;
    display: block;
    font-size: 16px;
    color: #222;
}

.profile .left .item ul {
    margin: 0px;
    padding: 0px;
}

@media(min-width: 768px) {
    .profile .left .item ul {
        display: block !important;
    }
}

@media(max-width: 767px) {
    .profile .left .item ul {
        display: none;
        margin-top: 15px !important;
    }
}

.profile .left .item ul li {
    list-style-type: none;
    border-top: 1px solid #f1f1f1;
}

.profile .left .item ul li:first-child {
    border-top: none;
}

.profile .left .item ul li a {
    display: block;
    padding: 10px 10px;
    color: #4a4a4a;
    position: relative;
}

.profile .left .item ul li a>span {
    position: absolute;
    top: 5px;
    left: 25px;
    background: var(--main-color);
    border-radius: 50px;
    min-width: 17px;
    height: 14px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #fff;
}

.profile .left .item ul li a>span#totalNoti {
    left: 20px;
    top: 6px;
}

.profile .left .item ul li a span.noti {
    background: var(--main-color);
    color: #fff;
    border-radius: 50px;
    min-width: 16px;
    height: 16px;
    font-size: 11px;
    display: inline-block;
    text-align: center;
    line-height: 17px;
    padding: 0px 3px;
    position: relative;
    top: -1px;
}

.profile .left .item ul li.active a span.noti {
    background: #fff;
    color: var(--main-color);
}

.profile .left .item ul li:hover a,
.profile .left .item ul li.active a {
    background: #f4f4f4;
}

.profile .left .item ul li a i {
    margin-right: 8px;
    margin-left: 4px;
}


/**/

.info-profile h3.title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 15px;
    text-transform: uppercase;
    line-height: 1.3;
}

.info-profile h3.title i {
    margin-right: 5px;
}

.profile .row {
    margin: 0px -5px;
}

.profile .row>div {
    padding: 0px 5px;
}

.btn-search-eye {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px 4px 4px 0px !important;
}


/**/

.info-noti {
    padding-bottom: 5px !important;
}

.info-order>i.fa-angle-left {
    font-size: 22px;
    padding: 10px 20px;
    cursor: pointer;
    margin: -5px 0 0px -20px;
}

.info-noti>i.fa-angle-left {
    font-size: 22px;
    padding: 10px 20px;
    cursor: pointer;
    margin: -5px 0 -10px -20px;
}

.info-noti>i.fa-angle-left>span,
.info-order>i.fa-angle-left>span {
    font-family: var(--font-family-key);
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    position: relative;
    left: 2px;
    top: -2px;
}

.info-noti ul {
    margin: 0px;
    padding: 0px;
}

.info-noti ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    border-top: 1px solid #eaeaea;
    padding: 12px 0px;
    background: rgb(246, 252, 255);
}

.info-noti ul li:after {
    display: block;
    clear: both;
    content: '';
}

@media(max-width: 767px) {
    .info-noti ul li {
        display: block;
        padding: 12px 10px;
    }
}

.info-noti ul li.readed {
    background: #fff;
}

.info-noti ul li:first-child {
    border-top: none;
}

.info-noti ul li .date {
    margin-right: 10px;
    /* min-width: 90px; */
    /* margin-left: 10px; */
    text-align: left;
    width: 80px;
}

.info-noti ul li .content {
    /* line-height: 1.5; */
    width: calc(100% - 240px);
    float: left;
}

.info-noti ul li.readed .content {
    width: calc(100% - 150px);
}

.info-noti ul li .last_noti {
    width: 195px;
    float: right;
    text-align: right;
}

.info-noti ul li.readed .last_noti {
    width: 60px;
    min-width: 60px;
}

.info-noti ul li .content a {
    color: #007ff0;
    margin-left: 5px;
}

.info-noti ul li .read {
    color: #007ff0;
    white-space: nowrap;
    margin-left: 15px;
    align-self: flex-start;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    /* top: -1px; */
}

.info-noti ul li.readed .read {
    display: none;
}

.info-noti ul li .delete {
    color: #ff424e;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    /* top: -1px; */
}

@media(max-width: 767px) {
    .info-noti ul li .content {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .info-noti ul li .date {
        margin-bottom: 4px;
        text-align: left;
        margin-left: 0px;
        font-weight: 600;
    }
    .info-noti ul li .read {
        margin-left: 0px;
        float: left;
    }
    .info-noti ul li .delete {
        float: right;
    }
}

.title-profile {
    font-size: 20px;
    margin: 10px 0px 15px;
    text-transform: uppercase;
}

.title-profile span {
    color: var(--main-color);
}


/**/

.info-order .title-profile {
    margin-top: 2px;
}

.info-order ul {
    display: flex;
    padding: 10px 0px;
    margin: 0px 0px;
    align-items: center;
    position: relative;
    border-bottom: 10px solid #f2f2f2;
    border-top: 1px solid #e6e6e6;
}

.info-order ul:last-child {
    margin-bottom: -25px;
}

@media(max-width: 767px) {
    .info-order ul:last-child {
        margin-bottom: -10px;
    }
}

.info-order ul:nth-child(2n),
.info-order ul:hover {
    /* background: #f9f9f9; */
}

.info-order ul li {
    list-style-type: none;
    margin: 0px 10px;
    width: 20% !important;
}

.info-order ul:after {
    content: '';
    clear: both;
    display: block;
}

@media(max-width: 767px) {
    .info-order ul {
        display: block;
        background: #fff !important;
        padding: 20px 0px 10px;
        margin: 0px;
        border-bottom: none;
        border-top: none;
    }
    .info-order ul:before {
        content: '';
        border-top: 7px solid #f1f1f1;
        position: absolute;
        left: -10px;
        width: calc(100% + 20px);
        top: 0px;
    }
    .info-order ul:nth-child(2) {
        padding-top: 0px;
    }
    .info-order ul:nth-child(2)::before {
        display: none;
    }
    .info-order ul li {
        margin: 0px;
    }
}

.info-order ul li.img {
    width: 81px !important;
    height: 81px;
    position: relative;
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
}

.info-order ul li.name {
    width: calc(100% - 600px) !important;
    font-weight: 600;
    width: calc(100% - 482px) !important;
}

.info-order ul li.name span {
    font-weight: 400;
    display: block;
    font-size: 12px;
    color: #555;
    margin-top: 4px;
}

@media(max-width: 767px) {
    .info-order ul li.name {
        width: calc(100% - 100px) !important;
        float: left;
    }
}

.info-order ul.title {
    font-weight: 600;
    color: #555;
    margin: 0px 0px;
    border-top: none;
    border-top: 10px solid #f2f2f2;
}

.info-order .info-order-detail ul.title {
    border-top: none;
    border-bottom: none;
}

.info-order ul.title li.img {
    height: auto;
    border: none;
    border-radius: 0px;
    white-space: nowrap;
}

.info-order ul li.img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.info-order ul li.content {
    width: calc(100% - 450px) !important;
    font-weight: 600;
}

.info-order ul li.content a {
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
}

.info-order ul li.content span {
    display: block;
    color: #777;
    font-size: 12px;
}

.info-order ul li.price {
    white-space: nowrap;
    color: var(--main-color);
    font-weight: 600;
    width: 100px !important;
    text-align: right;
}

.info-order ul.title li.price {
    color: #555;
}

.info-order ul li.date {
    width: 80px !important;
    text-align: center;
}

.info-order ul li.code {
    width: 140px !important;
    text-align: center;
    margin: 0;
}

.info-order ul li.status {
    width: 100px !important;
    text-align: right;
    white-space: nowrap;
    display: none;
}

@media(max-width: 767px) {
    .info-order {}
    .info-order ul li.img {
        margin-right: 7px;
        float: left;
    }
    .info-order ul.title {
        display: none;
    }
    .info-order ul.title li.img {
        height: auto;
        border: none;
        border-radius: 0px;
    }
    .info-order ul li.img img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%;
    }
    .info-order ul li.content {
        float: left;
        width: calc(100% - 90px) !important;
    }
    .info-order ul li.content a {
        display: block;
        margin-bottom: 2px;
        font-weight: 600;
        max-height: 40px;
        overflow: hidden;
    }
    .info-order ul li.content span {
        margin-top: 2px;
    }
    .info-order ul li.price {
        float: left;
        text-align: left;
        width: calc(100% - 90px) !important;
    }
    .info-order ul.title li.price {
        color: #555;
    }
    .info-order ul li.date {
        float: left;
        width: 100% !important;
        text-align: left;
        border-top: 1px solid #f1f1f1;
        padding-top: 5px;
        margin-top: 10px;
    }
    .info-order ul li.code {
        float: left;
        width: calc(100% - 80px) !important;
        text-align: left;
        border-top: 1px solid #f1f1f1;
        padding-top: 5px;
        margin-top: 5px;
        width: 100% !important;
    }
    .info-order ul li.status {
        float: left;
        width: 100% !important;
        text-align: left;
        border-top: 1px solid #f1f1f1;
        padding-top: 5px;
        margin-top: 5px;
    }
    .info-order ul li span.mobile {
        display: inline-block;
        margin-right: 5px;
        color: #555;
        font-weight: 500;
        min-width: 100px;
        font-size: 13px;
    }
}

.info-order ul li.status .pending {
    color: #007dd1;
}

.info-order ul li.status .success {
    color: #56BA47;
}

.info-order ul li.status .cancel {
    color: #ff424e;
}

.info-order ul.list_order_detail {
    display: block;
    padding: 10px 0px;
    border-top: 10px solid #f2f2f2;
    margin-bottom: 0px;
    border-bottom: none;
}

@media(max-width: 767px) {
    .info-order ul.list_order_detail {
        margin: 0px -10px;
        white-space: nowrap;
        overflow-x: auto;
        padding: 10px 9px;
    }
}

.info-order ul.list_order_detail li {
    width: auto !important;
    margin: 3px 1px;
    display: inline-block;
}

@media(max-width: 767px) {
    .info-order ul.list_order_detail li {
        margin: 3px 1px;
    }
}

.info-order ul.list_order_detail li span {
    display: inline-block;
    background: #e3e3e3;
    padding: 5px 14px;
    font-size: 13px;
    border-radius: 3px;
    cursor: pointer;
}

.info-order ul.list_order_detail li.active span {
    background: var(--main-color);
    color: #fff;
}

.info-order ul.lProduct.img_shipment,
.info-order ul.lProduct:nth-last-child(2) {
    border-top: none;
    border-radius: 0;
    border-bottom: 0;
}

.info-order ul.lProduct .img {}

.info-order ul.lProduct .content,
.info-order #lProduct .content {
    width: calc(100% - 240px) !important;
}

.info-order ul.lProduct .date,
.info-order ul.lProduct .code,
.info-order #lProduct li.date,
.info-order #lProduct li.code {
    display: none;
}

.info-order ul.img_shipment .img,
.info-order ul.lProduct:nth-last-child(2) .img {
    display: none;
}

.info-order ul.img_shipment .content,
.info-order ul.lProduct:nth-last-child(2) .content {
    width: calc(100% - 140px) !important;
}

.info-order ul.img_shipment .content span,
.info-order ul.lProduct:nth-last-child(2) .content span {
    display: none !important;
}

.info-order ul.img_shipment .price {}

.info-order ul.img_shipment .date,
.info-order ul.lProduct:nth-last-child(2) .date {
    display: none;
}

.info-order ul.img_shipment .code,
.info-order ul.lProduct:nth-last-child(2) .code {
    display: none;
}


/**/

.wrap_payment {
    margin: -6px 0px -10px;
}

.wrap_payment>h4 {
    margin: 6px 0px 10px;
    font-size: 13px;
    border-top: 1px solid #f1f1f1;
    padding-top: 10px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
}

.wrap_payment>h4>span {
    float: right;
}

.user_order_page {
    border-top: 10px solid #f2f2f2;
    margin-top: 0px;
    padding-top: 12px;
}

.user_order_page .title {
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
}

.user_order_page .title i {
    margin-right: 4px;
}

.user_order_page ul {
    padding: 0 !important;
    margin: 0 !important;
    display: block;
    border: none !important;
}

.user_order_page ul li {
    display: block !important;
    width: 100% !important;
    margin: 0;
    padding: 8px 10px;
    border-top: 1px solid #f1f1f1;
    font-size: 13px;
    position: relative;
}

.user_order_page ul li.active {
    color: var(--main-color);
}

.user_order_page ul li span:first-child {
    display: inline-block;
    min-width: 110px;
    font-weight: 600;
}

.user_order_page ul.sub {
    background: #f1f1f1;
    padding: 10px !important;
    border-radius: 6px;
    border-bottom: none !important;
    margin-bottom: -12px !important;
    display: none;
}

.user_order_page ul.sub li {
    border-top: 1px solid #ddd;
    padding: 9px 10px;
    padding-left: 35px;
}

.user_order_page ul.sub li:first-child {
    border-top: none;
    margin-top: 0 !important;
}

.user_order_page ul.sub li span:first-child p {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    top: 6px;
    background: #ddd;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 40px;
    font-size: 12px;
    line-height: 24px;
}

.user_order_page ul.sub li.active span:first-child p {
    background: var(--main-color);
    color: #fff;
}


/**/

table.table-key {
    padding: 0px;
    margin: 0px;
}

table.table-key tr {}

table.table-key tr th {
    border: none;
    white-space: nowrap;
    color: #555;
    font-weight: 600;
}

table.table-key tr th input[type=checkbox].ace+.lbl::before,
table.table-key tr td input[type=checkbox].ace+.lbl::before {
    margin-right: 0px;
    top: 1px;
    width: 16px;
    height: 16px;
}

table.table-key tr td {
    vertical-align: middle;
    border-top: 1px solid #f1f1f1;
    font-size: 13px;
    cursor: pointer;
}

table.table-key tr th:last-child,
table.table-key tr td:last-child {
    text-align: right;
}

.content-product-detail table.table-key tr th:last-child,
.content-product-detail table.table-key tr td:last-child {
    text-align: left;
}

table.table-key tr:nth-child(2n) td,
table.table-key tr:hover td {
    background: #f9f9f9;
}

table.table-key tr td .img {
    width: 66px;
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 3px;
    overflow: hidden;
    height: 78px;
    position: relative;
    background: #fff;
}

table.table-key tr td .img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

table.table-key tr td .content {}

table.table-key tr td .content a {
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
}

table.table-key tr td .content span {
    display: block;
    color: #777;
    font-size: 12px;
}

table.table-key tr td .price {
    white-space: nowrap;
    color: var(--main-color);
    font-weight: 600;
}

table.table-key tr td .date {}

table.table-key tr td .code {
    /* color: #007ff0; */
}

table.table-key tr td .status {
    white-space: nowrap;
}

table.table-key tr td .status .pending {
    color: #007dd1;
}

table.table-key tr td .status .success {
    color: #56BA47;
}

table.table-key tr td .status .cancel {
    color: #ff424e;
}

.short_up {
    position: relative;
    text-align: left;
    min-width: 55px;
}

.short_up>span {
    padding-right: 15px;
}

.short_up>a.sortBy {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 16px;
    margin: auto;
    bottom: 0px;
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #555;
    cursor: pointer;
}


/**/

.info-address {}

.info-address ul {
    margin: 0px;
    padding: 0px;
}

.info-address ul li {
    list-style-type: none;
    padding: 20px 14px 19px;
    border-top: 1px solid #f1f1f1;
    position: relative;
}

.address-cart ul {
    margin: 12px 0px;
}

.address-cart.info-address ul li {
    padding: 6px 14px;
    line-height: 1.6;
}

@media(max-width: 767px) {
    .info-address ul li {
        padding: 14px 10px;
    }
}

.info-address ul li:first-child {
    border-top: none;
}

.info-address ul li:nth-child(2n),
.info-address ul li:hover {
    background: #f9f9f9;
}

.info-address ul li .name {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 4px;
}

.info-address .name span {
    color: #56BA47;
    font-weight: 400;
    display: inline-block;
    margin-left: 10px;
    font-size: 13px;
}

.info-address .name span i {
    margin-right: 4px;
}

.info-address .ad,
.info-address .phone {
    margin-bottom: 4px;
    color: #444;
}

.info-address .ad b,
.info-address .phone b {
    color: #777;
    font-weight: 600;
}

.info-address .action {
    position: absolute;
    right: 10px;
    top: 12px;
    cursor: pointer;
    z-index: 1;
}

@media(max-width: 767px) {
    .info-address .action {
        position: relative;
        top: 0px;
        right: 0px;
        margin-top: 10px;
    }
}

.info-address .edit {
    color: #007dd1;
}

.info-address .delete {
    color: #ff424e;
    background: #ddd;
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 1;
    display: inline-block;
    margin-left: 10px;
}

.add-address {
    padding: 12px 10px;
    text-align: center;
    border: 1px dashed #ddd;
    border-radius: 3px;
    color: #56BA47;
    margin-bottom: 8px;
    cursor: pointer;
}

.add-address a {
    color: #56BA47;
}

.add-address i {
    margin-right: 5px;
}


/**/

.info-paymentcard {}

.info-paymentcard ul {
    padding: 0px;
    margin: 0px;
}

.info-paymentcard ul:after {
    content: '';
    display: block;
    clear: both;
}

.info-paymentcard ul li {
    list-style-type: none;
    float: left;
    width: 50%;
    padding: 4px 10px 12px 0px;
    border-top: 1px solid #eaeaea;
}

.info-paymentcard ul li:nth-child(2n+1) {}

.info-paymentcard ul li:nth-child(2n) {
    padding-left: 10px;
    padding-right: 0px;
}

.info-paymentcard ul li:nth-child(1),
.info-paymentcard ul li:nth-child(2) {
    border: none;
    padding-top: 0px;
}

.info-paymentcard ul li .item {
    border-radius: 0px !important;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding: 0px !important;
    margin: 0px !important;
}

.info-paymentcard ul li:first-child .item {
    border-top: none;
}

@media(max-width: 767px) {
    .info-paymentcard ul li {
        width: 100%;
        padding-right: 0px !important;
    }
    .info-paymentcard ul li:nth-child(2) {
        border-top: 1px solid #eaeaea;
        padding-top: 4px;
    }
    .info-paymentcard ul li:nth-child(2n) {
        padding-left: 0px;
    }
}

.info-paymentcard ul li .item .img {
    position: relative;
}

.info-paymentcard ul li .item .img img {
    border-radius: 4px;
}

.info-paymentcard ul li .item p {
    margin: 0px 0px 10px;
}

.info-paymentcard ul li .item a.delete {
    color: #ff424e;
    background: #ddd;
    padding: 3px 12px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 1;
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0px;
    position: relative;
    top: 8px;
    font-size: 12px;
}

.info-paymentcard ul li .item p.number-card {
    position: absolute;
    left: 28px;
    bottom: 55px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #999;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 80px);
    display: block;
}

.info-paymentcard ul li .item p.name-card {
    position: absolute;
    bottom: 25px;
    left: 30px;
    text-transform: uppercase;
    font-size: 17px;
}

.info-paymentcard ul li .item p.name-bank {
    position: absolute;
    right: 35px;
    top: 27px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 1px #999;
    font-size: 20px;
}

.form-add-address {
    border: 1px solid #f1f1f1;
    padding: 15px;
    border-radius: 3px;
    display: none;
}

@media(max-width: 767px) {
    .form-add-address {
        padding: 10px;
    }
}

.info-paymentcard .bankdefault {
    padding: 0px;
    margin: 0px 0px 10px !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

.info-paymentcard .bankdefault:after {
    content: '';
    display: block;
    clear: both;
}

.info-paymentcard .bankdefault li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd !important;
    padding: 0px;
    border-radius: 4px;
    margin: 4px;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    padding-bottom: 65%;
    float: none;
    width: auto;
}

@media(max-width: 767px) {
    .info-paymentcard .bankdefault li {
        width: calc(25% - 4px);
        float: left;
        border: 1px solid #ddd !important;
        padding: 8px 12px !important;
        margin: 2px 4px 2px 0px;
    }
}

.info-paymentcard .bankdefault li:hover,
.info-paymentcard .bankdefault li.active {
    border: 1px solid var(--main-color) !important;
    color: var(--main-color);
}

.info-paymentcard .bankdefault li:before {
    content: '';
    background: url(../images/icon-check.png) no-repeat;
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 16px;
    height: 16px;
    background-size: cover;
    display: none;
}

.info-paymentcard .bankdefault li.active:before,
.info-paymentcard .bankdefault li:hover:before {
    display: block;
}

.info-paymentcard .bankdefault img {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.namebank {
    margin-bottom: 6px;
    font-weight: 600;
}

.ui-autocomplete {
    z-index: 1300;
}

#btn_txt {
    position: absolute;
    right: 0px;
    top: 0px;
    background: none;
    border: none;
    font-size: 18px;
    color: #555;
    height: 36px;
    width: 44px;
}

.ui-autocomplete .ui-menu-item {
    width: 100%;
    background: #eaf7fd;
    overflow: hidden;
    cursor: pointer;
    list-style-type: none !important;
    line-height: normal;
    border: none !important;
    border-bottom: 1px solid #d8e7ed !important;
    list-style-image: none !important;
    font-family: var(--font-family-key);
    font-size: 13px;
    padding: 5px 5px;
}


/**/

.advanced-search {
    padding: 12px 16px;
}

@media(max-width: 992px) {
    .advanced-search {}
}

.advanced-search:before {
    bottom: 100%;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 13px;
    margin-right: 42px;
    display: none;
}

.overlay-search-ad {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background: rgb(0 0 0 / 40%);
    z-index: 4;
    display: none;
}

.icon-anvanced-search.active .advanced-search {
    opacity: 1;
    visibility: visible;
}

.wrap-anvanced-search.active {
    background: #fff;
    position: relative;
    z-index: 6;
}

@media(max-width: 767px) {
    .advanced-search {
        top: 68px;
    }
    .advanced-search:before {
        margin-left: 28px;
    }
}

.advanced-search .title {
    margin: 10px 5px 12px 0px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: left;
    color: var(--main-color);
}

.advanced-search .advanced-price-orther .title {
    color: var(--main-color);
    margin: 5px 0px 10px;
    text-transform: none;
    font-size: 14px;
    cursor: pointer;
}

.advanced-search .title>i {
    margin-right: 5px;
    position: relative;
    top: 1px !important;
}

.advanced-search .title-info {
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    text-transform: uppercase;
}

.advanced-search .advanced-item {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.advanced-search .advanced-price {}

.advanced-search .advanced-item:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.advanced-search .advanced-item ul {
    padding: 0px;
    margin: 0px;
}

.advanced-search .advanced-item ul:after {
    content: '';
    display: block;
    clear: both;
}

.advanced-search .advanced-item ul li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    border: 1px solid #e7e7e7;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0px 1px 0px 0px;
    width: auto;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}

.advanced-search .advanced-item.advanced-brand ul li {
    padding: 8px;
    width: 60px;
    text-align: center;
    float: left;
    width: calc(50% - 4px);
    margin: 2px;
}

@media(max-width: 767px) {
    .advanced-search .advanced-item ul li {
        width: 31.3%;
    }
}

.advanced-search .advanced-item ul li:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    bottom: 0px;
    right: 1px;
    display: none;
    color: #fff;
    font-size: 8px;
    z-index: 2;
}

.advanced-search .advanced-item ul li:after {
    content: '';
    background: var(--main-color);
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(46deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    right: -18px;
    bottom: -16px;
    display: none;
}

.advanced-search .advanced-item ul li:hover,
.advanced-search .advanced-item ul li.active {
    border: 1px solid var(--main-color);
    color: var(--main-color) !important;
}

.advanced-search .advanced-item ul li.active:before,
.advanced-search .advanced-item ul li:hover:before,
.advanced-search .advanced-item ul li.active:after,
.advanced-search .advanced-item ul li:hover:after {
    display: block;
}

.advanced-search .advanced-item ul li .img {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0px auto;
}

.advanced-search .advanced-item ul li img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.advanced-search .advanced-item ul li span {
    display: block;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    padding: 0px;
    font-weight: 400;
}

.advanced-search .advanced-item .item-cate-product ul li {
    border: none;
    padding: 4px 0;
    margin: 0;
    display: block;
    text-align: left;
}

.advanced-search .advanced-item .item-cate-product ul li:after {
    display: none !important;
}

.advanced-search .advanced-item .item-cate-product ul li h2 {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.advanced-search .advanced-item .item-cate-product ul li h2 a {
    display: block;
}

.advanced-search .advanced-item .item-cate-product ul li h2 i {
    font-size: 11px;
    top: 0;
}

.advanced-search .advanced-item .item-cate-product ul li h2 a img {
    position: relative;
    width: 24px;
    margin-right: 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 3px;
}

.advanced-search .advanced-item.advanced-tag ul li {
    color: #337ab7;
}

.advanced-search .advanced-action {
    padding: 5px 0px;
    border-radius: 0px 0px 4px 4px;
}

.advanced-search .advanced-action a {
    margin: 0px 5px;
    cursor: pointer;
}

.wrap-range-slider {
    position: relative;
}

.price-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0px;
}

.price-content p {
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 12px;
}

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    background: transparent;
    position: absolute;
    left: 0;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: var(--main-color);
    cursor: pointer;
    margin-top: -5px;
    position: relative;
    z-index: 1;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #e8e8e8;
    border-radius: 3px;
    border: none;
}


/**/

.icon-anvanced-search {
    border: 1px solid #f1f1f1;
    /* position: static; */
    background: #fff;
    /* margin-left: 6px; */
    border-radius: 3px;
    box-shadow: 0px 0px 5px #ddd;
}

.icon-anvanced-search:hover,
.icon-anvanced-search.active {
    /* border-color: var(--main-color); */
    /* background: #fff; */
    /* color: var(--main-color); */
}

.icon-anvanced-search>span {
    display: block;
    padding: 8px 12px;
    cursor: pointer;
    background: #fff;
    position: relative;
    z-index: 6;
    border-radius: 3px;
}

.icon-anvanced-search i {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.high_light_btn_order {
    background: #037dd1;
    border: 1px solid #037dd1;
    color: #fff !important;
    outline: none !important;
}


/**/

.cart-detail-item {
    position: absolute;
    width: 320px;
    right: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 4px;
    top: 100%;
    margin-top: 15px;
    margin-right: -35px;
    display: none;
    z-index: 99999;
}

.cart-detail:hover .cart-detail-item {
    display: block;
}

.cart-detail-item:after {
    bottom: 100%;
    right: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-right: 0px;
}

.cart-detail-item:before {
    content: '';
    display: block;
    position: absolute;
    height: 22px;
    width: 100%;
    left: 0;
    top: -22px;
}

.cart-detail-item ul {
    padding: 0;
    margin: 0;
}

.cart-detail-item ul li {
    list-style: none;
    text-align: left;
    padding: 10px 12px;
    border-top: 1px solid #f1f1f1;
}

.cart-detail-item ul li:first-child {
    border-top: none;
}

.cart-detail-item ul li::after {
    content: '';
    clear: both;
    display: block;
}

.cart-detail-item ul li .img {
    width: 56px;
    height: 56px;
    position: relative;
    float: left;
    margin-right: 8px;
    border: 1px solid #ddd;
    border-radius: 2px;
    overflow: hidden;
}

.cart-detail-item ul li .img img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.cart-detail-item ul li .name {
    margin: 0 0 4px 0;
    font-size: 13px;
    font-weight: 400;
    max-height: 36px;
    overflow: hidden;
    line-height: 1.4;
}

.cart-detail-item ul li .name a {
    color: #444;
}

.cart-detail-item ul li .name a:hover {
    color: var(--main-color);
}

.cart-detail-item ul li .price {
    color: var(--main-color);
    font-weight: 600;
    font-size: 12px;
}

.cart-detail-item ul li .price span {
    color: #777;
    font-weight: 400;
    font-size: 10px;
    position: static;
    background: none;
    min-width: inherit;
}

.cart-detail-item .btn {
    padding: 4px 10px;
    font-size: 13px;
}

.cart-detail-item .no {
    color: #666;
}


/**/


/* Dành cho giỏ hàng quy đổi */

.cart-detail-item-for-point {
    position: absolute;
    width: 320px;
    right: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    border-radius: 4px;
    top: 100%;
    margin-top: 15px;
    margin-right: -35px;
    display: none;
    z-index: 99999;
}

.cart-detail-for-point:hover .cart-detail-item-for-point {
    display: block;
}

.cart-detail-item-for-point:after {
    bottom: 100%;
    right: 16px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-right: 0px;
}

.cart-detail-item-for-point:before {
    content: '';
    display: block;
    position: absolute;
    height: 22px;
    width: 100%;
    left: 0;
    top: -22px;
}

.cart-detail-item-for-point ul {
    padding: 0;
    margin: 0;
}

.cart-detail-item-for-point ul li {
    list-style: none;
    text-align: left;
    padding: 10px 12px;
    border-top: 1px solid #f1f1f1;
}

.cart-detail-item-for-point ul li:first-child {
    border-top: none;
}

.cart-detail-item-for-point ul li::after {
    content: '';
    clear: both;
    display: block;
}

.cart-detail-item-for-point ul li .img {
    width: 56px;
    height: 56px;
    position: relative;
    float: left;
    margin-right: 8px;
    border: 1px solid #ddd;
    border-radius: 2px;
    overflow: hidden;
}

.cart-detail-item-for-point ul li .img img {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.cart-detail-item-for-point ul li .name {
    margin: 0 0 4px 0;
    font-size: 13px;
    font-weight: 400;
    max-height: 36px;
    overflow: hidden;
    line-height: 1.4;
}

.cart-detail-item-for-point ul li .name a {
    color: #444;
}

.cart-detail-item-for-point ul li .name a:hover {
    color: var(--main-color);
}

.cart-detail-item-for-point ul li .price {
    color: var(--main-color);
    font-weight: 600;
    font-size: 12px;
}

.cart-detail-item-for-point ul li .price span {
    color: #777;
    font-weight: 400;
    font-size: 10px;
    position: static;
    background: none;
    min-width: inherit;
}

.cart-detail-item-for-point .btn {
    padding: 4px 10px;
    font-size: 13px;
}

.cart-detail-item-for-point .no {
    color: #666;
}


/**/

.wrap_container_info_member {}

.wrap_container_info_member .nav {
    border: none;
}

.wrap_container_info_member .nav li {
    margin: 0;
}

.wrap_container_info_member .nav li a {
    border: none !important;
    margin: 0;
    border-radius: 0;
    background: #f1f1f1 !important;
    cursor: pointer;
}

.wrap_container_info_member .nav li a.high_light_btn_order {
    background: var(--main-color) !important;
    cursor: pointer;
}

.wrap_container_info_member .container_info_member {
    border: 1px solid #ddd;
    padding: 20px;
}

.wrap_container_info_member .container_info_member .wrap-block-title .block-title {
    margin: 0 0 10px;
}

.container_info_member .info_member {
    margin-top: 15px;
}

.container_info_member .info_member .img {
    display: flex;
}

.container_info_member .info_member .img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 8px;
}

.container_info_member .info_member .img h2 {
    font-size: 16px;
    margin-top: 18px;
    margin-bottom: 5px;
}

.payment_drop_or {}

.payment_drop_or>h4 {
    font-weight: 600;
}

.payment_drop_or>p {
    margin: 6px 0;
    font-weight: 400;
}

.payment_drop_or>p>span {
    display: inline-block;
    min-width: 150px;
}

.payment_drop_or>p>a {
    padding: 4px 16px;
    margin-top: 6px;
    font-size: 13px;
}


/**/

.block-comments {}

.block-comments>h4 {
    margin: 20px 0px 20px;
    font-size: 16px;
    color: var(--main-color);
    font-weight: 600;
}

.block-comments .textarea {
    padding-left: 66px;
    position: relative;
}

.block-comments .textarea i {
    position: absolute;
    background: var(--main-color);
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 8px 11px 11px 11px;
    font-size: 36px;
    left: 0;
    top: 0;
}

.block-comments .textarea img {
    position: absolute;
    color: #fff;
    width: 50px;
    border-radius: 50px;
    font-size: 36px;
    left: 0;
    top: 0;
}

.block-comments textarea {
    min-height: 84px;
    border: 1px solid #ddd;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 12px;
    font-size: 13px;
}

.block-comments .btn {
    text-transform: uppercase;
    padding: 6px 15px;
    border: none;
    font-size: 13px;
}

.block-comments .list_comment {
    padding: 0;
}

.block-comments .list_comment li {
    list-style-type: none;
    margin: 15px 0;
    display: flex;
    list-style-type: none;
    margin: 15px 0;
    display: flex;
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
}

.block-comments .list_comment li:after {
    content: '';
    display: block;
    clear: both;
}

.block-comments .list_comment li .img {
    width: 50px;
    height: 50px;
    position: relative;
    float: left;
}

.block-comments .list_comment li .sub .img {
    width: 44px;
    height: 44px;
}

.block-comments .list_comment li .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.block-comments .list_comment li .wrap-con {
    /* background: #F0F2F5; */
    /* border-radius: 22px; */
    padding: 12px;
    width: calc(100% - 60px);
    padding-bottom: 0;
    padding-top: 0;
    padding-right: 0;
}

.block-comments .list_comment li h3 {
    margin: 0 0 5px;
    font-size: 15px;
}

.block-comments .list_comment li .sub h3 {
    font-size: 14px;
}

.block-comments .list_comment li .date {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
}

.block-comments .list_comment li .sub .date {
    font-size: 11px;
}

.block-comments .list_comment li .btn-reply {
    color: #999;
    margin-top: 5px;
    cursor: pointer;
    font-size: 13px;
    padding: 0;
    background: none;
    border: none;
    outline: none;
}

.block-comments .list_comment li .con {}

.block-comments .list_comment li .sub .wrap-con>.con1 {
    font-size: 13px;
}

.block-comments .list_comment li .sub {
    padding: 0;
    margin: 0;
}


/**/

.avatar_thumbs {
    margin: 0px -6px;
}

.avatar_thumbs .item {
    padding: 0px 6px;
}

.avatar_thumbs .item>a {
    display: block;
    height: 0px;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding-bottom: 100%;
    background: #f1f1f1;
    margin: 4px 0px;
}

.avatar_thumbs .item>a span {
    color: #54ba47;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    display: none;
}

.avatar_thumbs .item>a:hover {
    background: #ddd;
}

.avatar_thumbs .item>a:hover span {
    display: block;
}

.avatar_thumbs .item>a img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.avatar_thumbs .item>a:hover img {
    transform: scale(0.9);
}


/**/

.form-control.quantity-size,
.form-control[name="quantity"] {
    height: 32px;
    text-align: center;
}

.quantity_input {
    position: relative;
    width: 100px;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #eee;
    width: 26px;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 1.3;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    line-height: 30px;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 0px;
    height: 100%;
    left: 0;
    line-height: 30px;
    font-size: 17px;
    border-right: 1px solid #eee;
}


/**/

.hidden-search {
    display: none !important;
}

li[data-parent].closed {
    display: none !important;
}

li[data-parent].open:not(.hidden-search) {
    display: block !important;
}

.vsb-menu {
    cursor: pointer;
    z-index: 1000;
    display: block;
    visibility: hidden;
    position: absolute;
    /*Don't change*/
    border: 1px solid #b2b2b2;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 4px;
    font-size: 11px;
    width: 100%;
    text-transform: none;
}

.vsb-js-search-zone {
    /* position:absolute; */
    /*Don't change*/
    z-index: 1001;
    width: calc(100% - 14px);
    background-color: #fff;
    margin-bottom: 6px;
    margin-left: 6px;
}

.vsb-js-search-zone input {
    border: 1px solid #ddd;
    margin-left: 2px;
    width: 100%;
    border-radius: 3px;
    height: 28px !important;
    padding: 0px 10px;
    outline: none;
    font-size: 13px;
}

.vsb-main {
    position: relative;
    /*Don't change*/
    vertical-align: middle;
    text-align: left;
}

.vsb-menu li:hover {
    background: linear-gradient(#f5f5f5, #e8e8e8);
}

.vsb-menu ul {
    user-select: none;
    list-style: none;
    white-space: nowrap;
    margin: 0px;
    padding-left: 0px;
    color: #333;
    cursor: pointer;
    overflow-y: auto;
    padding-top: 8px;
    margin-bottom: 2px;
}

li.disabled {
    cursor: not-allowed;
    opacity: 0.3;
    background-color: #999;
}

li.overflow {
    cursor: not-allowed;
    opacity: 0.3;
    background-color: #999;
}

li.short {
    overflow: hidden;
    text-overflow: ellipsis;
}

.vsb-main button {
    min-width: 120px;
    border-radius: 0;
    width: 100%;
    text-align: left;
    z-index: 1;
    color: #333;
    background: #fff;
    border: 1px solid #ebebeb;
    line-height: 20px;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 3px;
    position: relative;
    min-height: 34px;
    min-width: inherit !important;
}

.button-w100 .vsb-main button {
    min-width: inherit !important;
}

.vsb-main button.disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.vsb-main .title {
    user-select: none;
    color: #666;
    text-transform: none;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    border: none;
    display: block;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 8px;
    position: relative;
    top: -1px;
}

.vsb-main li:hover {
    background: linear-gradient(#f5f5f5, #e8e8e8);
}

.vsb-main ul {
    white-space: nowrap;
    width: 100% !important;
    max-width: inherit !important;
    max-width: inherit !important;
}

.vsb-menu li {
    font-size: 13px;
    background-color: #fff;
    min-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 8px 4px 22px;
    border-top: 1px solid #f1f1f1;
}

.vsb-menu li.grouped-option b {
    display: inline-block;
    font-size: 13px;
    transform: translate(-18px);
    margin-left: 15px;
    position: relative;
    top: 1px;
    font-weight: 700;
}

.vsb-menu li.grouped-option.open span {
    display: inline-block;
    font-size: inherit;
    margin-top: -2px;
    height: 8px;
    width: 8px;
    transform: translate(-38px) rotate(45deg);
    border-bottom: 3px solid #333;
    border-right: 3px solid #333;
    border-radius: 2px;
    position: absolute;
    left: 48px;
    top: 10px;
}

.vsb-menu li.grouped-option.closed span {
    display: inline-block;
    font-size: inherit;
    height: 8px;
    width: 8px;
    transform: translate(-38px) rotate(-45deg);
    border-bottom: 3px solid #333;
    border-right: 3px solid #333;
    border-radius: 2px;
    position: absolute;
    left: 48px;
    top: 10px;
}

.vsb-menu li.grouped-option i {
    display: inline-block;
    font-size: inherit;
    margin-left: 18px;
    margin-right: 2px;
    height: 16px;
    width: 16px;
    border: 1px solid;
    border-radius: 3px;
    margin-top: 0px;
    color: #777;
    position: absolute;
    left: 8px;
    top: 7px;
}

.vsb-menu li.grouped-option.checked i {
    background: #56ba47;
    border-color: #56ba47;
}

.vsb-menu li.grouped-option.checked i::after {
    content: "";
    color: #333;
    margin-left: 0px;
    display: inline-block;
    transform: rotate(45deg);
    height: 8px;
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 2px;
    left: 4px;
}

.vsb-menu :not(.multi) li.active {
    margin-left: 0px;
    color: #7ace4c;
    background: #f1f1f1;
}

.vsb-menu :not(.multi) li.active::before {
    content: "";
    display: inline-block;
    font-size: inherit;
    transform: rotate(45deg);
    height: 10px;
    width: 5px;
    border-bottom: 3px solid #7ace4c;
    border-right: 3px solid #7ace4c;
    border-radius: 2px;
    margin-right: 4px;
    margin-left: -12px;
}

.vsb-menu .multi li {
    font-size: 13px;
    background-color: #fff;
    min-height: 1.4em;
    padding: 6px 8px 6px 32px;
    color: #555;
    border-bottom: 1px solid #f1f1f1;
    white-space: normal;
    line-height: 1.3;
    position: relative;
}

.vsb-menu li:nth-child(2n) {
    background: #fafafa;
}

.vsb-menu li:last-child {
    border: none;
}

.vsb-menu .multi li.grouped-option {
    padding-left: 52px;
}

.vsb-menu .multi li.grouped-option:hover {
    text-decoration: underline;
}

.vsb-menu .multi li:not(.grouped-option)::before {
    content: "";
    display: block;
    font-size: inherit;
    font-weight: bold;
    border: 1px solid;
    border-radius: 3px;
    padding: 7px;
    color: #777;
    position: absolute;
    top: 6px;
    left: 9px;
}

.vsb-menu .multi li:not(.grouped-option).active::before {
    color: #56ba47;
    background: #56ba47;
}

.vsb-menu .multi li:not(.grouped-option).active::after {
    content: "";
    font-size: inherit;
    color: #fff;
    display: inline-block;
    transform: rotate(45deg);
    height: 8px;
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    top: 9px;
    left: 14px;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    top: 6px;
    color: #666;
}


/*  */

.payment_atm .row {
    display: flex;
}

@media(max-width: 767px) {
    .payment_atm .row {
        display: block;
    }
}

.payment_atm .left {}

.payment_atm .left .item {
    border: 1px solid #ddd;
    padding: 26px;
    background: #fff;
    border-radius: 8px;
    height: 100%;
}

.payment_atm .left .item h4.title {
    margin: 0 0 16px 0px;
    font-weight: 600;
    font-size: 20px;
}

.payment_atm .left .item .detail_order_atm {}

.payment_atm .left .item .detail_order_atm p {
    border-top: 1px solid #ddd;
    padding: 14px 0px 15px 0;
    margin: 0;
    position: relative;
}

.payment_atm .left .item .detail_order_atm p:first-child {
    border: none;
    padding-top: 0;
}

.payment_atm .left .item .detail_order_atm p span {
    display: block;
    font-size: 15px;
    color: #777;
    margin: 0 0 4px 0;
}

.payment_atm .left .item .detail_order_atm p b {
    font-size: 16px;
    color: #333;
    position: relative;
}

.payment_atm .left .item .detail_order_atm p b i {
    position: relative;
    font-size: 17px;
    cursor: pointer;
    top: 1px;
}

.payment_atm .left .item .detail_order_atm p b.price {
    font-size: 24px;
}

.payment_atm .left .item .detail_order_atm p b span {
    position: relative;
    display: inline-block;
    margin: 0px 10px 0 0;
    color: #333;
    font-size: 16px;
}

.payment_atm .left .item .detail_order_atm p b span.copyed {
    font-size: 13px;
}

span.copyed {
    position: absolute !important;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    bottom: calc(100% - -8px);
    font-size: 12px;
    padding: 1px 12px;
    border-radius: 2px;
    right: -15px;
    font-weight: 400;
    white-space: nowrap;
}

span.copyed::before {
    top: 100%;
    right: 4px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #dff0d8;
    border-width: 6px;
    margin-left: -7px;
}

.payment_atm .left .item .detail_order_atm p b input.input_copy_text {
    position: absolute;
    left: 0;
    border: none;
    width: auto;
    top: 0;
    color: #333;
    outline: none;
    opacity: 0;
    font-size: 16px;
    padding: 0;
}

.payment_atm .right .item {
    border: 1px solid #ddd;
    padding: 26px;
    background: #fff;
    border-radius: 8px;
    height: 100%;
}

@media(max-width: 767px) {
    .payment_atm .left .item {
        margin: 10px 0 0px;
    }
}

.payment_atm .right .item h4.title {
    margin: 0px 0 16px 0px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.payment_atm .right .item h5 a {
    color: var(--main-color);
    font-weight: 600;
}

.payment_atm .right {
    padding: 0;
}

.payment_atm .right .item img {
    /* max-width: 350px; */
}

@media(max-width: 767px) {
    .payment_atm .right .item img {
        max-width: 100%;
    }
}

.cart-detail-item-atm {
    position: relative;
    width: 100%;
    right: auto;
    display: block;
    box-shadow: none;
    padding: 0;
    margin: 0;
    top: 0;
    border-radius: 0;
}

.cart-detail-item.cart-detail-item-atm ul li {
    padding: 10px 0;
}


/* begin css cho form diamonds */

.avatar_thumbs i.delete {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    font-style: inherit;
    color: #f00;
}

.avatar_thumbs .item_diamonds {
    padding: 5px !important;
}

.avatar_thumbs .item_diamonds.active {
    border: solid 1px var(--main-color) !important;
}


/* Styles for custom diamonds dropdown */

.diamonds-dropdown {
    position: relative;
    width: 100%;
    margin: 20px 0;
}

.diamonds-dropdown-selected {
    background-color: #f8f9fa;
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
}

.diamonds-dropdown-img,
.diamonds-dropdown-items-img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.diamonds-dropdown-selected img {
    width: 100%;
    height: 100%;
    margin-right: 10px;
}

.diamonds-dropdown.disabled {
    cursor: not-allowed !important;
}

.diamonds-dropdown-selected.disabled {
    background-color: #E8E5E5;
    pointer-events: none;
    /* Vô hiệu hóa mọi thao tác */
    cursor: not-allowed !important;
}

.diamonds-dropdown-items {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    z-index: 99;
}

.diamonds-dropdown-items.active {
    display: block;
}

.diamonds-dropdown-items div {
    margin-top: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.diamonds-dropdown-items div img {
    width: 100%;
    height: 100%;
    margin-right: 8px;
}

.container-btn {
    flex-direction: column;
    justify-content: space-between;
    padding: 2px;
    text-align: end;
}

.container-btn .btn-small {
    font-size: 11px;
    font-weight: 500;
    border-radius: 2px;
    width: 100px;
    margin-bottom: 2px;
    text-wrap: auto;
}

.paging ul li {
    margin: 0px !important;
    width: 40px !important;
}


/* end css cho form diamonds */

li.delivery_steps.delivery_steps_0 {
    color: #333;
}

li.delivery_steps.delivery_steps_1 {
    color: rgb(7, 182, 7);
}

li.delivery_steps.delivery_steps_1:last-child {
    color: orange !important;
}

li.delivery_steps h4 {
    font-size: 15px;
}

li.delivery_steps i.desc {
    font-size: 12px;
    margin-left: 2%;
    font-style: italic;
    color: #999;
    font-weight: normal;
    margin-top: -5px;
    display: inline-block;
}

li.delivery_steps.delivery_steps_1 i.desc {
    color: #292828a8;
}

li.delivery_steps {
    list-style: none;
    font-weight: bolder;
    font-size: 12px;
}

.avatar_thumbs .item>a:hover span {
    display: block;
}

.btn_link_icon {
    background: url("../images/link.png") no-repeat scroll -91px -494px padding-box #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0px;
    background-position: center;
    background-size: 14px;
}

.img_func.btn_link_icon {
    margin-left: -18px;
    margin-top: 5px;
    position: absolute;
}

.list_img_sm .hold_img .img_func.btn_link_icon {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
}

.list_img_sm .hold_web>.img_func.btn_link_icon {
    margin-left: -18px;
    margin-top: 5px;
    position: absolute;
}

.btn_edit_icon {
    background: url("../images/icon.png") no-repeat scroll -91px -494px padding-box #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.img_func.btn_edit_icon {
    margin-left: -18px;
    margin-top: 5px;
    position: absolute;
}

.list_img_sm .hold_img .img_func.btn_edit_icon {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
}

.list_img_sm .hold_web>.img_func.btn_edit_icon {
    margin-left: -18px;
    margin-top: 5px;
    position: absolute;
}

.item_sku_edit span.btn_edit_icon {
    top: 0;
    right: 16px;
}

.btn_up_icon {
    background: url("../images/up.png") no-repeat scroll -91px -494px padding-box #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0px;
    background-position: center;
    background-size: 14px;
}

.img_func.btn_up_icon {
    margin-left: -18px;
    margin-top: 25px;
    position: absolute;
}

.list_img_sm .hold_img .img_func.btn_up_icon {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
}

.list_img_sm .hold_web>.img_func.btn_up_icon {
    margin-left: -18px;
    margin-top: 5px;
    position: absolute;
}

.btn_delete_icon {
    background: url("../images/icon.png") no-repeat scroll -122px -494px padding-box #ccc;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    width: 18px;
}

.img_func.btn_delete_icon {
    margin-left: -18px;
    margin-top: 45px;
    position: absolute;
}

.list_img_sm .hold_img .img_func.btn_delete_icon {
    margin-left: 0px;
    margin-top: 20px;
    position: absolute;
}

.list_img_sm .hold_web>.img_func.btn_delete_icon {
    margin-left: -18px;
    margin-top: 25px;
    position: absolute;
}

.item_sku_edit span.btn_delete_icon {
    top: 3px;
    right: 16px;
}

.info_attribute {
    border: 1px solid #ddd;
    display: block;
    text-align: left;
    color: #666;
    font-weight: 300;
    font-size: 15px;
    min-height: 44px;
    border-radius: 2px;
    padding: 0px 3px;
}

.info_attribute span.tags {
    background: var(--main-color);
    color: #fff;
    margin-right: 4px;
    margin-bottom: 10px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    padding: 0px 20px;
    font-style: italic;
    position: relative;
    border-radius: 2px;
}

.info_attribute span.tags i {
    position: absolute;
    top: 3px;
    right: 4px;
    font-style: initial;
    font-weight: 300;
    line-height: normal;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

li.item-searching.ui-menu-item {
    background-color: #f1f1f1
}

.item-searching.ui-menu-item.ui-state-focus p {
    color: var(--main-color) !important;
}

.author {
    font-family: Arial, sans-serif;
    margin: 10px 0;
    /* Khoảng cách lề trên/dưới */
    padding: 10px;
    background: #f8f9fa;
    /* Màu nền nhẹ */
    border-left: 4px solid #ff4d4f;
    /* Viền trái nổi bật */
    border-radius: 4px;
    /* Bo tròn nhẹ các góc */
    display: inline-block;
    /* Đảm bảo không chiếm hết chiều ngang */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Đổ bóng nhẹ */
}

.author-label {
    font-weight: bold;
    /* Chữ đậm cho "Author:" */
    color: #e63946;
    /* Màu đỏ nhấn mạnh */
    margin-right: 5px;
    /* Khoảng cách giữa label và tên */
}

.author-name {
    color: #333;
    /* Màu chữ của tên tác giả */
    font-style: italic;
    /* Làm nghiêng chữ cho đẹp */
    font-size: 1.1em;
    /* Tăng nhẹ kích thước chữ */
}


/**/

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border: none;
}


/*For IE8 or lower*/

.xdsoft_datetimepicker button {
    border: none !important;
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.xdsoft_noselect::selection {
    background: transparent
}

.xdsoft_noselect::-moz-selection {
    background: transparent
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none;
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 0.5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
    float: none;
    margin-left: 0;
    margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1.0;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both;
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 50px;
    margin-left: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #33aaff;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #33aaff !important;
    box-shadow: #178fe5 0 1px 3px 0 inset !important;
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc;
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px;
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto;
}

.xdsoft_scroller_box {
    position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #cc5500;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000 !important;
    background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333;
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #dddddd !important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: "museo-sans", "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
    /* IE6-9 */
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
    /* IE6-9 */
}


/* cart_index_new */

.cart_index_new {}

.cart_index_new .list {
    padding: 10px 0 10px 0;
    margin: 0 0 0px 0;
    border-bottom: 1px solid #ddd;
}

.cart_index_new .list:nth-child(2n) {
    background: #f9f9f9;
}

.cart_index_new .cart_index_title .list {
    /* padding-bottom: 0; */
}

.cart_index_new .list li {
    list-style-type: none;
    float: left;
    font-size: 13px;
    padding: 0;
}

.cart_index_new .list::after {
    content: '';
    display: block;
    clear: both;
}

.cart_index_new .cart_index_title li {
    font-weight: 600;
    font-size: 15px;
    /* padding: 8px 0px 0; */
    border: none !important;
    /* border-bottom: 1px solid #ddd !important; */
    /* margin-bottom: 10px; */
}

.cart_index_new .list li.img {
    width: 90px;
    padding-right: 10px;
}

.cart_index_new .list li.name {
    width: calc(100% - 600px);
    font-weight: 600;
}

.user-no .cart_index_new .list li.name {
    width: calc(100% - 480px);
    font-weight: 600;
}

.cart_index_new .list li.name_400 {
    font-weight: 400;
}

.cart_index_new .list li.name a {
    color: #555;
}

.cart_index_new .list li.quantity {
    width: 130px;
    padding-right: 10px;
}

.cart_index_new .list li.giaban {
    width: 120px;
    padding-right: 10px;
}

.cart_index_new .list li.gianhap {
    width: 120px;
    padding-right: 10px;
}

.cart_index_new .list li.thanhtien {
    width: 140px;
    text-align: right;
    float: right;
}

.cart_index_new .list li.thanhtien .delete {
    margin-left: 5px;
    color: #ff424e;
    cursor: pointer;
    margin: -4px 0px 0px 0px;
    font-size: 10px;
    line-height: 20px;
}

.h_mobile{
    display: none;
}

@media(max-width: 767px) {
    .cart_index_new .list li.name {
        width: calc(100% - 100px) !important;
    }
    .cart_index_new .list li.quantity{

    }
    .h_mobile{
        display: inline-block;
    }
    .cart_index_new .cart_index_title li.quantity,
    .cart_index_new .cart_index_title li.giaban,
    .cart_index_new .cart_index_title li.thanhtien,
    .cart_index_new .cart_index_title li.gianhap {
        display: none !important;
    }
    .cart_index_new .list li.giaban {
        clear: both;
    }
    .cart_index_new .list li.giaban {
        width: 33% !important;
        margin-top: 10px;
    }
    .user-no .cart_index_new .list li.giaban {
        width: 45% !important;
    }
    .cart_index_new .list li.gianhap {
        width: 28% !important;
        margin-top: 10px;
    }
    .cart_index_new .list li.thanhtien {
        width: 38% !important;
        margin-top: 10px;
    }
    .user-no .cart_index_new .list li.thanhtien {
        width: 52% !important;
    }
    .cart_index_new .list_sum li.name{
        width: calc(100% - 140px) !important;
    }
    .cart_index_new .list_sum li.thanhtien,
    .user-no .cart_index_new .list_sum li.thanhtien{
        width: 140px !important;
        margin: 0;
    }
}