﻿
/*#region general*/
textarea:focus, input:focus, .checkbox input[type="checkbox"]:focus + label::before, .checkbox input[type="radio"]:focus + label::before,
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
}

select {
    border: none;
    outline: none;
    scroll-behavior: smooth;
}

.img-responsive {
    margin: 0 auto;
}

.owl-carousel {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1050;
}
.spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(255 255 255 / 38%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

    .spinner img {
        max-width: 66px;
    }
/*#endregion general*/
/*#region admin menu*/
.admn-menu {
    position: fixed;
    top: 20%;
    right: 0;
    width: 36px;
    background: #edf2f9;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 8px;
    box-shadow: 0px 0px 4px #90a5c3;
    border-radius: 3px 0 0 3px;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    -ms-transition: width .3s;
    -webkit-transition: width .3s;
    transition: width .3s;
    z-index: 9999;
}

    .admn-menu:hover {
        width: 146px;
    }

    .admn-menu a {
        float: left;
        display: flex;
        margin: 4px 0;
        flex-direction: row;
        align-items: center;
    }

        .admn-menu a i {
            font-size: 22px;
        }

        .admn-menu a span {
            padding: 0 0 0 10px;
            position: relative;
            font-size: 13px;
        }


/*#endregion admin menu*/

/*#region cookie alert*/
.cookie-alert {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 1px solid #000;
    padding: 20px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    background: #fff;
    max-width: 440px;
    visibility: hidden;
    opacity: 0;
}

    .cookie-alert > div {
        display: flex;
    }

    .cookie-alert.show {
        opacity: 1;
        visibility: visible;
    }

    .cookie-alert .close-cookie {
        border: none;
        background: none;
        opacity: 1;
        font-weight: 500;
        padding: 0 0 0 20px;
        font-size: 30px;
        line-height: 20px;
        text-align: right;
        display: block;
    }

    .cookie-alert .btn {
        max-width: 140px;
        margin-top: 10px;
    }

    .cookie-alert span {
        line-height: 18px;
        display: block;
    }

        .cookie-alert span a {
            text-decoration: underline;
            font-weight: 600
        }

@media (min-width:768px) {
    .cookie-alert > div {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
}

@media (max-width:767px) {
    .cookie-alert {
        max-width: 330px;
    }

        .cookie-alert > div {
            flex-direction: column-reverse;
        }

        .cookie-alert .btn {
            margin-top: 20px;
        }
}
/*#endregion cookie alert*/

/*#region Form*/
.form-group label {
    font-weight: 500;
    line-height: 20px;
}

.form-control {
    background: none;
    box-shadow: none;
    border-color: #e5e5e5;
    height: 40px;
}

.form-horizontal .control-label {
    text-align: left;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #efefef;
}

.form-group .birthdate .form-control {
    margin-right: 20px;
}

.form-group .birthdate > .form-control.date-year {
    margin-right: 0;
}

.form-group input.form-control.mobilephone {
    /*margin-right: 0;*/
    width: 69%;
}

.form-group select.form-control.mobilephone {
    /*margin-right: 0;*/
    /*width: 25%;*/
    height:50px;
    margin-right:10px;
}

.form-control.mobilephone {
    display: inline-block;
    height: 40px;
    width: 69%;
}
 .form-group select.form-control.mobilephone {
    display: inline-block;
    height: 40px;
    margin-right:16px;
}
.form-group > .form-control.mobilephone select {
    width:25% !important;
}

.has-feedback .form-control {
    padding-right: 18px;
}

.form-group .check-allow.danger {
    border: 1px solid #d22b38;
    border-radius: 4px;
    padding: 0 0 0 8px;
}

.form-group .check-allow .checkbox input[type="checkbox"] {
    cursor: pointer;
}

.form-group .check-allow .checkbox label {
    cursor: default;
}

    .form-group .check-allow .checkbox label a {
        text-decoration: underline;
    }
.countrycode {
    width: 30%;
    display: inline-block;
}
.countrycode .dropdown img {
    max-width: 16px;
    margin-right: 10px;
    vertical-align: sub;
}
    .countrycode .dropdown .dropdown-toggle {
        padding: 9px 12px;
        font-size: 14px;
        color: #555555;
        background-color: #ffffff;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        height: 40px;
        display: block;
        cursor: pointer;
    }
    .countrycode .dropdown-menu > li > a {
        padding: 8px 20px;
    }
    .countrycode .dropdown .dropdown-toggle i {
        margin-left: 6px;
        font-size: 12px;
    }
    .countrycode .dropdown .dropdown-menu {
        height: 190px;
        overflow-y: scroll;
    }
.login-content .register-phone .countrycode .dropdown .dropdown-toggle {
    padding: 14px 12px;
    height: 50px;
}
.account-wrap .account-info .register-phone label {
    display: none;
}
/*#endregion Form*/
/*#region UserInfoPage*/
/*#region common*/
.account-wrap .title, .account-wrap .main-title {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 25px;
}

    .account-wrap .title a:before, .account-wrap .main-title a:before {
        content: "\f14a";
        font-family: "kmicons";
        font-size: 25px;
        font-weight: bold;
        padding: 0px 10px 0 0px;
    }

.account-wrap .title-md {
    font-size: 24px;
    line-height: 28px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.account-wrap .title-sm {
    font-size: 22px;
    line-height: 26px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.account-wrap .title-xs {
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.account-wrap .title-xxs {
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 15px;
}

.account-wrap hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border-color: #e5e5e5;
}

.account-wrap .km-submit {
    margin-top: 20px;
}

.border-box {
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    border: 1px solid #e5e5e5;
}

@media (min-width:992px) {
    .account-offset {
        padding-top: 210px;
    }

    .border-box {
        padding: 24px;
    }
}

@media (max-width:991px) {
    .account-offset {
        padding-top: 60px;
    }

        .account-offset.account-detail {
            padding-top: 75px;
        }


    .account-wrap .account-info {
        margin-bottom: 10px;
    }

    .account-wrap .title-md {
        font-size: 20px;
        line-height: 24px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .account-wrap .title-xs {
        font-size: 16px;
        line-height: 20px;
    }

    .account-wrap .title {
        display: none;
    }

    .account-wrap .main-title {
        font-size: 20px;
        line-height: 24px;
        padding-bottom: 15px;
        padding-left: 10px;
    }

        .account-wrap .main-title a:before {
            font-size: 20px;
        }

    .border-box {
        padding: 20px;
    }

    .account-wrap .border-box .km-submit {
        margin-top: 10px;
        width: 100%;
    }

    .account-wrap .km-submit {
        width: 100%;
    }
}
/*#endregion common*/

/*#region sidebar*/
.km-sidebar .sidebar-header {
    padding: 22px 0px 22px 22px;
    align-items: center;
}

.km-sidebar .short-title {
    font-size: 24px;
    font-weight: 700;
    background: #efefef;
    border-radius: 50%;
    height: 68px;
    width: 68px;
    text-align: center;
    margin-right: 20px;
    line-height: 68px;
}

.km-sidebar .title span, .km-sidebar .title a {
    display: block;
}

.km-sidebar .title span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
}

.km-sidebar .title a {
    font-size: 14px;
    line-height: 17px;
}

.km-sidebar .sidebar-navigation ul li {
    line-height: 20px;
}

    .km-sidebar .sidebar-navigation ul li a {
        font-size: 16px;
    }


@media (min-width:1200px) {
    .km-sidebar {
        margin-right: 50px;
    }
}

@media (min-width:992px) {
    .km-sidebar {
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        height: 100%;
    }

        .km-sidebar .sidebar-navigation ul li {
            border-top: 1px solid #e5e5e5;
            line-height: 18px;
        }

            .km-sidebar .sidebar-navigation ul li a {
                font-size: 14px;
                padding: 16px 0 16px 30px;
                display: block;
            }

            .km-sidebar .sidebar-navigation ul li.active a {
                font-size: 16px;
            }

                .km-sidebar .sidebar-navigation ul li.active a:after {
                    content: "\f14d";
                    font-family: "kmicons";
                    margin-right: 24px;
                    float: right;
                    font-size: 30px;
                }
}

@media (max-width:1200px) and (min-width:992px) {
    .km-sidebar {
        margin-right: 24px;
    }
}

@media (max-width:991px) {
    .km-sidebar {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translate3D(0, 0, 0);
        -ms-transform: translate3D(0, 0, 0);
        transform: translate3D(0, 0, 0);
    }

        .km-sidebar .sidebar-header {
            border-bottom: none;
            margin: 20px -10px;
            background: #efefef;
            padding: 22px 0px 22px;
            justify-content: center;
            flex-direction: column;
        }

        .km-sidebar .short-title {
            background: #a7a7a7;
            margin-right: 0;
            color: #fff;
        }

        .km-sidebar .title span, .km-sidebar .title a {
            display: inline-block;
        }

        .km-sidebar .title a {
            font-size: 13px;
            line-height: 1;
        }

        .km-sidebar .title span {
            margin-right: 0;
            margin-top: 6px;
        }

        .km-sidebar .sidebar-navigation {
            height: 72px;
            width: 100%;
            overflow: hidden;
            box-sizing: border-box;
        }

            .km-sidebar .sidebar-navigation ul {
                display: flex;
                height: 72px;
                justify-content: flex-start;
                align-items: center;
                overflow-x: scroll;
                -ms-overflow-style: none;
                overflow: -moz-scrollbars-none;
                -webkit-overflow-scrolling: touch;
                width: 100%;
                padding-bottom: 30px;
            }

                .km-sidebar .sidebar-navigation ul li {
                    text-align: center;
                    flex: 0 0 auto;
                    -webkit-tap-highlight-color: rgba(0,0,0,0);
                }

                    .km-sidebar .sidebar-navigation ul li a {
                        padding: 18px 0px 4px;
                        display: block;
                        margin: 0 22px;
                    }

                    .km-sidebar .sidebar-navigation ul li.active a {
                        position: relative;
                    }

                        .km-sidebar .sidebar-navigation ul li.active a:before {
                            content: "";
                            height: 5px;
                            top: 0;
                            position: absolute;
                            left: 0;
                            width: 100%;
                        }
}

/*#endregion sidebar*/

/*#region user detail*/

@media (min-width:992px) {
    .account-wrap .account-info .form-group {
        width: 50%;
    }

    .account-wrap .account-info div .form-group:first-child {
        width: calc(50% - 50px);
        margin-right: 50px;
    }
}


@media (max-width:991px) {
    .account-wrap .account-info .form-group {
        margin-bottom: 28px;
    }
}
/*#endregion user detail*/

/*#region adress info*/
.account-wrap .panel.panel-default {
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    border: 1px solid #e5e5e5;
    padding: 14px 20px;
    min-height: 196px;
}

    .account-wrap .panel.panel-default:last-child {
        margin-bottom: 0;
    }

.account-wrap .panel-default > .panel-heading {
    border: none;
    background: none;
    padding: 0 0 10px;
}

    .account-wrap .panel-default > .panel-heading div {
        font-size: 16px;
    }

        .account-wrap .panel-default > .panel-heading div span {
            display: block;
            color: #999999;
            font-size: 14px;
        }

    .account-wrap .panel-default > .panel-heading .account-del, .account-wrap .panel-default > .panel-heading .account-edit {
        text-decoration: underline;
        padding: 0 10px;
    }

    .account-wrap .panel-default > .panel-heading .account-edit {
        text-decoration: underline;
        padding: 0 0 0 10px;
    }

.account-wrap .panel-default .panel-body {
    padding: 0;
}

    .account-wrap .panel-default .panel-body ul li {
        padding-bottom: 8px;
        line-height: 20px;
    }

/*#endregion adress info*/

/*#region adress detail*/
.account-wrap.address-detail .main-title {
    border-bottom: none;
}

/*#endregion adress detail*/

/*#region order list*/
.account-wrap .title-md.date {
    padding: 10px 0 20px;
}

    .account-wrap .title-md.date small {
        font-size: 65%;
        margin-left: 5px;
        color: #999999;
    }

.order-header {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

    .order-header .order-search {
        background: #efefef;
        border-radius: 8px;
        margin-right: 20px;
    }

    .order-header .order-input {
        border: none;
        box-shadow: none;
    }

    .order-header .order-input-btn {
        margin-bottom: 0;
        height: 40px;
    }

        .order-header .order-input-btn .order-srcbtn {
            background: none;
            border: none;
            padding: 0px 6px;
            margin-top: 3px;
        }

    .order-header .form-group {
        margin-bottom: 0;
    }

    .order-header .form-control {
        border-color: #efefef;
        box-shadow: none;
        border-radius: 8px;
        height: 40px;
        background: #efefef;
        padding: 6px 20px;
        margin-bottom: 0;
    }

.order-list {
    margin-bottom: 20px;
}

    .order-list .order-item-box .order-price, .order-list .order-item-box .order-id {
        display: block;
    }

    .order-list .order-item-box .order-id {
        font-size: 16px;
    }

    .order-list .order-item-box .order-date {
        color: #999999;
        display: block;
        line-height: 14px;
    }

    .order-list .order-item-box .order-price {
        font-size: 16px;
        font-weight: 600;
    }

    .order-list .order-item-box .payment-type {
        color: #999999;
        display: block;
        line-height: 14px;
    }

    .order-list .order-item-box .order-prdimage div {
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        display: block;
        font-size: 16px;
        background: #ffffff;
        height: 40px;
        line-height: 36px;
        text-align: center;
        width: 40px;
    }

        .order-list .order-item-box .order-prdimage div:not(:first-child) {
            margin-left: 4px;
        }

        .order-list .order-item-box .order-prdimage div img {
            border-radius: 8px;
            margin: 0 auto;
            vertical-align: middle;
            width: 100%;
            height: 100%;
        }

    .order-list .order-item-box .detail-link {
        font-size: 16px;
        font-weight: 600;
        line-height: 28px;
    }

        .order-list .order-item-box .detail-link:after {
            content: "\f149";
            font-family: "kmicons";
            font-size: 16px;
            padding-left: 6px;
            vertical-align: middle;
        }

    .order-list .order-item-box .progress-status img {
        display: inline-block;
    }

@media (max-width:991px) {
    .account-wrap .title-xxs.month {
        padding: 20px 0 16px 20px;
    }

    .account-wrap .title.year {
        display: block;
        padding-left: 20px;
        padding-top: 20px;
    }

    .order-header {
        margin: 15px 0px 10px;
    }

    .order-list .order-item-box {
        padding: 0;
    }

    .order-list .order-right-box {
        display: flex;
        flex-direction: column;
        align-content: flex-end;
        flex-wrap: wrap;
    }

    .order-list .order-left-box {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .order-item .order-item-box:nth-child(2), .order-item .order-item-box:nth-child(3) {
        margin-bottom: 10px;
    }

    .order-list .order-item-box .order-prdimage {
        margin: 0px 0 10px;
    }
}
/*#endregion order list*/

/*#region order detail*/
.account-order {
    margin-bottom: 28px;
}

.order-detail .detail-box span {
    display: inline-block;
    min-width: 300px;
    margin-bottom: 10px;
}

.order-detail .detail-box div {
    min-width: 300px;
    font-size: 16px;
    margin-bottom: 8px;
}

.order-detail .detail-box span span {
    min-width: 140px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}

.order-detail .detail-box div span {
    min-width: 140px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}

.order-link {
    text-decoration: underline;
    display: inline-block;
    margin-right: 20px;
}

.bill-detail {
    margin-bottom: 40px;
}

    .bill-detail > span {
        display: block;
        min-width: 300px;
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 19px;
    }

    .bill-detail span span {
        min-width: 140px;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 0;
    }

.order-btn {
    margin: 0 0 30px;
    background: #fff;
}

    .order-btn img {
        margin-right: 3px;
    }

    .order-btn span {
        font-weight: 500;
    }

.order-products .product-item {
    margin-bottom: 20px;
}

.order-products .product-image img {
    max-width: 70px;
}

.order-products .product-desc {
    padding-left: 15px;
}

.order-products .product-name {
    font-weight: 600;
    display: block;
    line-height: 1;
    padding-bottom: 5px;
}

.order-products .brand-piece {
    font-size: 13px;
}

.order-products .product-barcode {
    display: block;
    line-height: 1;
    font-size: 12px;
}

.order-products .product-brand, .order-products .product-quantity {
    display: inline-block;
    line-height: 14px;
    margin-right: 10px;
    font-size: 12px;
}

    .order-products .product-brand span, .order-products .product-quantity span {
        font-weight: 600;
    }

.order-products .order-price {
    margin-top: 6px;
    align-items: center;
}

.order-products .discount {
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    padding: 6px 4px;
    margin-right: 6px;
    border-radius: 0;
}

.order-products .price-box {
    min-height: auto;
    line-height: 20px;
}

.order-products .price-standard {
    color: #999999;
    font-size: 13px;
    text-decoration: line-through;
    display: block;
    line-height: 12px;
}

.order-products .price-sales {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.order-alert {
    background: #F6EBEB;
    padding: 9px 20px;
    margin: 30px 0 38px;
    font-size: 16px;
}

    .order-alert img {
        margin-right: 10px;
    }

.order-delivery .delivery-box {
    padding: 0;
    margin-bottom: 40px;
}

    .order-delivery .delivery-box:first-child {
        margin-right: 20px;
    }

.order-summary p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 20px;
}

.order-summary > span {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    display: block;
}

.order-summary .summary-box span {
    font-size: 16px;
    padding-bottom: 20px;
    display: block;
}

.order-summary .summary-box .summary-discount span {
    color: red;
}

.order-summary .summary-box .summary-total {
    border-top: 2px solid #e5e5e5;
    padding-top: 20px;
}

    .order-summary .summary-box .summary-total span:last-child {
        font-weight: 600;
    }

.order-products .reason-box {
    margin-bottom: 30px;
}

    .order-products .reason-box:last-child {
        margin-bottom: 0;
    }

.account-wrap .account-info .reason-box .form-group {
    width: calc(36% - 50px) !important;
}

@media (min-width:992px) {
    .order-detail .detail-box span {
        font-size: 16px;
    }

    .order-contract {
        padding-top: 10px;
    }

        .order-contract a {
            display: inline-block;
            margin-right: 40px;
        }
}

@media (max-width:991px) {
    .order-alert {
        margin: 0px 0px 18px;
        font-size: 14px;
        line-height: 18px;
        padding: 17px 20px;
    }

    .order-delivery .delivery-box:first-child {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .order-delivery .delivery-box:last-child {
        margin-bottom: 58px;
    }

    .order-summary {
        padding-top: 10px;
    }

    .order-contract a {
        display: block;
        margin-top: 30px;
    }
}

.order-progress {
    margin-bottom: 40px;
}

/*#region progress*/
.progress-circle-box {
    overflow: hidden;
}

    .progress-circle-box li {
        width: 25%;
        float: left;
        position: relative;
    }

        .progress-circle-box li:before {
            content: "";
            width: 14px;
            height: 14px;
            display: block;
            background: #e5e5e5;
            position: absolute;
            left: 0px;
            top: 0px;
            border-radius: 50%;
            z-index: 1;
        }

        .progress-circle-box li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #e5e5e5;
            position: absolute;
            left: 2px;
            top: 6px;
            z-index: 0;
        }

        .progress-circle-box li.active:after, .progress-circle-box li.passed:after {
            background: #FF7B00;
        }

        .progress-circle-box li.active:before, .progress-circle-box li.shippednext:before {
            background: url(/Images/usermenu/prg-circle-act.svg) no-repeat center center;
        }

        .progress-circle-box li.passed:before {
            background: url(/Images/usermenu/prg-circle-pass.svg) no-repeat center center;
        }

        .progress-circle-box li:last-child:after {
            display: none;
        }

.return .progress-circle-box li.active:before, .return .progress-circle-box li.shippednext:before {
    background: url(/Images/usermenu/prg-returncircle-act.svg) no-repeat center center;
}

.return .progress-circle-box li.active:after, .return .progress-circle-box li.passed:after {
    background: red;
}

.return .progress-circle-box li.passed:before {
    background: url(/Images/usermenu/prg-returncircle-pass.svg) no-repeat center center;
}

.progress-circle-box li span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
}

    .progress-circle-box li span span {
        color: #999;
        margin-top: 3px;
    }

@media (min-width:992px) {
    .progress-circle-box {
        width: 66%;
    }
}

@media (max-width:991px) {

    .order-progress {
        margin-top: 20px;
    }

    .progress-circle-box li span {
        font-size: 12px;
        line-height: 14px;
        max-width: 65px;
    }
}
/*#endregion progress*/

/*#endregion order detail*/

/*#region order return*/

.all-account-check {
    padding: 0px 0 36px 10px;
}

    .all-account-check input {
        margin-right: 9px;
    }

.account-check {
    margin: 0 17px 0 9px;
}

.return .order-products .product-item:first-child {
    border-top: none;
    padding-top: 0;
}

.return-result {
    text-align: center;
    max-width: 350px;
    margin: 0 auto 50px;
}

    .return-result img {
        margin: 20px 0;
    }

    .return-result p, .return-result span {
        margin-bottom: 30px;
    }

    .return-result .return-code {
        display: block;
        font-size: 16px;
        line-height: 19px;
    }

        .return-result .return-code span {
            font-weight: 600;
        }

.return-quantity {
    margin-left: 20px;
    max-width: 80px;
}

@media (max-width:991px) {
    .return-result {
        max-width: 386px;
        padding: 0 20px;
    }

        .return-result .title {
            display: block;
        }

    .account-return .order-detail {
        padding-top: 18px;
        padding-bottom: 0;
    }

    .return-result img {
        margin: 80px 0 20px;
    }

    .all-account-check {
        padding: 0px 20px 36px 20px;
    }
}
/*#endregion order return*/

/*#region favorites*/
.favorites-btn .km-submit {
    margin: 0;
    display: block;
}

.favorites-btn .order-link {
    margin: 0;
}

.favorites-bottom .order-link {
    text-decoration: none;
}

    .favorites-bottom .order-link span {
        vertical-align: middle;
    }

.favorites-btn {
    text-align: right;
}


@media (max-width:991px) {
    .favorites-btn .btn-primary {
        width: 100%;
    }

    .favorites-btn {
        margin-top: 16px;
    }
}
/*#endregion favorites*/

/*#region inform*/

.inform-list {
    margin-bottom: 20px;
}

.account-info .inform-info > p, .account-info .inform-info > span {
    padding-left: 12px;
}

.account-info .inform-info > p {
    line-height: 17px;
    margin: 0 0 6px;
}

.inform-status {
    margin-bottom: 10px;
}

.inform-info .progress-status img {
    display: inline-block;
}

.inform-info .progress-status span {
    padding-left: 0;
}

.inform-info .inform-date {
    color: #999999;
}

/*#endregion inform*/

/*#region promo*/
.promo-deadline {
    margin-top: 5px;
}

.promo-box .promo-deadline img {
    display: inline-block;
    margin-left: -12px
}

.promo .panel-default > .panel-heading div span {
    display: inline-block;
    line-height: 17px;
}

.promo-box p {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
}

.promo-deadline span span {
    font-weight: 600;
}

.account-wrap.promo .panel.panel-default {
    min-height: auto;
}

.promo .panel-default .panel-body {
    border-top: 1px solid #e5e5e5;
}

.promo-list .panel-body span {
    display: block;
}

.account-wrap .panel-default .panel-heading .promo-price span {
    color: red;
    display: block;
}

    .account-wrap .panel-default .panel-heading .promo-price span span {
        font-weight: 600;
    }

.promo-list .promo-cllps {
    line-height: 32px;
    display: block;
    padding: 14px 0 10px;
}

.promo .panel-default .panel-body a:after {
    content: "\f147";
    font-family: "kmicons";
    float: right;
    font-size: 16px;
    font-weight: bold;
    padding-right: 5px;
}

.promo .panel-default .panel-body a.collapsed:after {
    content: "\f146";
}

.promo-list .panel-body .code-box {
    margin-top: 12px;
}

    .promo-list .panel-body .code-box > span {
        font-size: 16px;
    }

    .promo-list .panel-body .code-box span span {
        font-size: 12px;
        color: #999999;
    }

.convert-point label {
    font-weight: 400;
    padding-top: 5px;
    display: block;
}
/*#endregion promo*/

/*#region user iys*/
.user-iys .account-info p {
    max-width: 600px;
    margin: 0 0 20px;
}

    .user-iys .account-info p a {
        text-decoration: underline;
        font-weight: 400;
    }

/*#region switch*/
.switch-box {
    padding: 15px 10px;
}

    .switch-box span {
        font-size: 16px;
        line-height: 19px;
    }

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 18px;
    margin-right: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #808080;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 14.17px;
        width: 14.84px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #26D682;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(11px);
    -ms-transform: translateX(11px);
    transform: translateX(11px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*#endregion switch*/

/*#endregion user iys*/

/*#region psreset*/
.ps-reset .account-info ul li {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
}

    .ps-reset .account-info ul li img {
        margin-right: 5px;
    }

/*#endregion psreset*/

/*#endregion*/




/*#region modal review*/
.reviews-prp .form-group {
    margin-bottom: 30px;
}


.form-control.rating-message, .form-control.rating-title {
    border-color: #ddd;
    box-shadow: none;
}

.modal-review .rating label {
    font-size: 16px;
    line-height: 20px;
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
}


.modal-review .rating i, .modal-review .rating .rating-symbol {
    margin-right: 2px;
    font-size: 18px;
}


.review-switch .switch-box {
    padding: 10px 0 0;
}

    .review-switch .switch-box span {
        font-size: 14px;
        line-height: 20px;
    }

.modal-review .alert-result i {
    font-size: 22px;
    background: #26d682;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}

    .modal-review .alert-result i:before {
        font-weight: bold
    }
/*#endregion modal review*/
/*#region pd review*/
.pdetail .rating {
    padding-bottom: 10px;
}
.pdetail .rating .a-review {
    margin: 0 6px 0 3px;
}
.pdetail .rating .rating-number {
    font-weight: 600;
}
.pdetail .rating .show-review {
    font-size: 12px;
    color: #666666;
}
.section-review {
    padding: 0;
}

.hero-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.review-count-title {
    color: #666666;
}
.review-head {
    display: flex;
    margin-bottom: 20px;
}
.review-footer {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px;
}
    .review-footer .review-item {
        border-bottom: 1px solid #e5e5e5;
        padding: 20px 0 22px 0;
    }

        .review-footer .review-item:last-child {
            border-bottom: none;
        }

        .review-footer .review-item .rating {
            margin: 0px 0 16px;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .review-footer .review-item .title {
            font-size: 20px;
            padding-bottom: 5px;
        }
        .review-footer .review-item p {
            margin: 0;
            color: #666666;
        }

        .review-footer .review-item .review-username {
            margin-left: 5px;
            color: #666666;
        }

        .review-footer .review-item .rating-info {
            font-size: 13px;
            color: #666666;
        }

    .review-footer .customer-img {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        padding-top:10px;
    }
        .review-footer .customer-img img {
            width: 56px;
            margin: 0 10px 0 0;
            border: 1px solid #e5e5e5;
            padding: 3px;
            height: 56px;
        }
.review-bar {
    border: none;
    padding: 0px;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
}
.review-progress {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 5px 4px 5px;
    margin: 5px 0;
}
.review-rating-filter.review-progress-link.active .review-progress {
    background: #f5f5f5;
    border-radius: 8px;
}
.add-review span {
    display: block;
    margin-bottom: 21px;
    color: #666666;
}

    .add-review span i {
        margin-right: 5px;
    }

.review-none .title {
    font-size: 18px;
    line-height: 20px;
    margin: 20px 0 20px;
    color: #666666;
}

.review-head .rating {
    text-align: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    align-items: flex-end;
}
.review-head .rating-number {
    margin: 0 10px 0px 0;
    font-size: 32px;
    line-height: 1;
    padding: 0;
    vertical-align: middle;
}
.review-head .a-review {

}
.rating-count {
    width: 10%;
    padding-left: 10px;
    color: #666666;
    font-size: 13px;
}
.review-progress .rating-info {
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    width: 10%;
    margin: 0;
}
    .review-progress .rating-info i {
        color: #f69f29;
    }
    .review-progress .rating-info span {
        margin-left: 4px;
        font-weight: 600;
        font-size: 15px;
    }
.review-bar .progress {
    height: 5px;
    background-color: #eee;
    border-radius: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 80%;
    margin: 0;
}
.progress-bar {
    background-color: #000000;
}

.review-rating {
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}
.review-prop {

}
    .review-prop .review-prop-box {
        border: 1px solid #e5e5e5;
        text-align: center;
        padding: 5px 10px;
        margin-right: 10px;
        min-width: 150px;
        border-radius: 8px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .review-prop > span {
        padding-bottom: 12px;
        display: block;
        font-size: 15px;
        font-weight: 600;
    }
    .review-prop ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

        .review-prop ul li {
            margin-bottom: 5px;
        }

            .review-prop ul li .prop-title {
                display: block;
                font-size: 14px;
                margin-left: 7px;
                color: #666666;
            }

            .review-prop ul li .review-prop-box div span {
                font-size: 16px;
                font-weight: 600;
                margin-left: 5px;
            }
.review-filter-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    align-items: center;
}
.review-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.review-image-filter {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 4px 15px;
    margin-right: 10px;
    border-radius: 8px;
}
    .review-image-filter.active {
        border-color: #000000;
        background: #f7f7f7;
        color: #000000;
    }
    .review-image-filter:hover {
        background: #f7f7f7;
    }
    .review-image-filter small {
        margin-left: 4px;
        color: #666666;
    }
    .review-image-filter.active small {
        color: #000;
    }
.review-sort .dropdown {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.review-sort .dropdown-toggle {
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 8px 10px;
    border-radius: 8px;
    cursor: pointer;
    min-width: 180px;
    font-weight: 600;
}

    .review-sort .dropdown-toggle i {
        margin-left: 5px;
    }
.review-sort .dropdown-menu {
    border-radius: 8px;
    padding: 10px 0;
    min-width: 180px;
    margin-top: 8px;
}
    .review-sort .dropdown-menu > li > a {
        padding: 8px 20px;
    }
        .review-sort .dropdown-menu > li > a:hover, .review-sort .dropdown-menu > li > a.selected {
            color: #000;
        }


@media (min-width:992px) {
    .review-head {
        flex-direction: row;
    }

    .review-rating {
        margin: 0 20px 0 0;
    }

    .review-prop {

    }
}

@media (max-width:991px) {
    .review-head {
        flex-direction: column;
    }

    .review-footer .review-item {
        padding: 30px 0 20px 0;
    }

    .review-head .rating-number {
        margin-left: 10px;
        font-size: 38px;
        line-height: 34px;
    }

    .review-head .rating-info {
        font-size: 14px;
        margin-left: 8px;
    }

    .review-head .rating {
        margin: 30px 20px 30px 0px;
    }
    .review-filter-box {
        font-size: 14px;
    }

    .review-sort .dropdown-toggle {
        padding: 3px 0px 3px 10px;
        min-width: 160px;
        line-height: 22px;
    }

    .review-image-filter {
        padding: 6px 15px;
        line-height: 22px;
    }
}

@media (max-width:767px) {
    .review-prop ul li {
        width: 50%;
    }
}
/*#region review star*/
.a-star {
    background-image: url(/skins/shared/images/yildiz.png);
    -webkit-background-size: 240px 11px;
    background-size: 240px 11px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: inherit;
    position: relative;
    width: 60px;
    height: 11px;
    top: 1px;
}

.a-star-big {
    background-image: url(/skins/shared/images/yildiz-b.png);
    -webkit-background-size: 480px 22px !important;
    background-size: 480px 22px !important;
    width: 120px;
    height: 22px;
}

.a-star-alt {
    left: auto;
    width: 100%;
    height: 100%;
    font-size: inherit;
    line-height: normal;
    opacity: 0;
    position: absolute;
    left: -9999px;
    top: auto;
    display: block;
    width: 1px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    overflow: hidden;
}

.a-star-0 {
    background-position: -180px 0px;
}

.a-star- {
    background-position: -180px 0px;
}

.a-star-1 {
    background-position: -168px 0px;
}

.a-star-2 {
    background-position: -156px 0px;
}

.a-star-3 {
    background-position: -144px 0px;
}

.a-star-4 {
    background-position: -132px 0px;
}

.a-star-5 {
    background-position: -120px 0px;
}

.a-star-0-5 {
    background-position: -48px 0px;
}

.a-star-1-5 {
    background-position: -36px 0px;
}

.a-star-2-5 {
    background-position: -24px 0px;
}

.a-star-3-5 {
    background-position: -12px 0px;
}

.a-star-4-5 {
    background-position: 0px 0px;
}

.a-star-big-0 {
    background-position: -360px 0px;
}

.a-star-big-1 {
    background-position: -336px 0px;
}

.a-star-big-2 {
    background-position: -312px 0px;
}

.a-star-big-3 {
    background-position: -288px 0px;
}

.a-star-big-4 {
    background-position: -264px 0px;
}

.a-star-big-5 {
    background-position: -240px 0px;
}


.a-star-big-0-5 {
    background-position: -96px 0px;
}

.a-star-big-1-5 {
    background-position: -72px 0px;
}

.a-star-big-2-5 {
    background-position: -48px 0px;
}

.a-star-big-3-5 {
    background-position: -24px 0px;
}

.a-star-big-4-5 {
    background-position: 0px 0px;
}
/*#endregion review star*/

.pop-review .product-images-review {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .pop-review .product-images-review > img {
        max-height: 440px;
        margin: 0;
    }

.ps-review.ps-nav {
    font-size: 23px;
    top: 47%;
    background: #ebebeb85;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding-top: 3px;
    color: #646464;
}

    .ps-review.ps-nav:hover {
        background: #ebebeb;
        color: #444;
    }

    .ps-review.ps-nav.ps-next {
        padding-left: 3px;
        right: 22px;
    }

    .ps-review.ps-nav.ps-prev {
        padding-right: 3px;
        left: 22px;
    }

.pop-review-desc {
    padding-top: 20px;
}

.pop-review-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 10px;
    font-size: 13px;
    color: #666;
}

.modal-comment {
    padding-bottom: 5px;
}

.modal.modal-customer-img .close {
    padding: 14px;
    font-size: 20px;
    color: #666;
}

@media (min-width:992px) {
    .pop-review {
        width: 700px;
        height: 440px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
}

@media (max-width:991px) {
    .modal-customer-img .modal-dialog.modal-dialog-centered {
        position: fixed;
        margin: auto;
        width: 100%;
        height: 100%;
        max-width: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        align-items: stretch;
        justify-content: space-between;
    }

    .modal-customer-img .modal-content {
        width: 100%;
        border-radius: 0;
        border: none;
    }

    .modal-customer-img .modal-body {
        display: flex;
        padding: 0;
    }

    .pop-review {
        flex-shrink: 0;
        height: 100%;
        position: relative;
        transition-property: transform;
        width: 100%;
    }

        .pop-review .product-images-review {
            align-items: center;
            display: flex;
            height: 100%;
            justify-content: center;
            text-align: center;
            width: 100%;
        }

            .pop-review .product-images-review > img {
                height: auto;
                max-height: calc(100% - 92px);
                object-fit: contain;
                position: absolute;
                max-width: 100%;
            }

    .pop-review-top {
        color: #ffffff;
    }

    .pop-review-desc {
        background: linear-gradient(180deg, transparent, #353535);
        bottom: 0;
        display: flex;
        flex-direction: column;
        font-size: 14px;
        left: 0;
        line-height: 18px;
        padding: 20px 16px 32px;
        position: absolute;
        right: 0;
        z-index: 2;
        color: #fff;
    }
}

/*#endregion pd review*/
/*#endregion pd review*/
/*#region alert-inform review*/
.alert-inform .reviews-product label, .alert-inform .reviews-prp label, .alert-inform .reviews-msj > label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
    display: block;
}

.alert-inform .inform-rating i {
    color: #f69f29;
}

.alert-inform .reviews-product, .alert-inform .reviews-prp {
    margin-bottom: 24px;
}

    .alert-inform .reviews-prp .form-group {
        min-width: calc(50% - 12px);
        margin-bottom: 12px;
        padding: 12px 16px 16px;
        border-radius: 8px;
        -webkit-box-shadow: 0 2px 16px 0 rgb(0 0 0 / 8%);
        box-shadow: 0 2px 16px #00000014;
        text-align: center;
    }

        .alert-inform .reviews-prp .form-group:nth-child(odd) {
            margin-right: 15px;
        }

    .alert-inform .reviews-product .rating-symbol {
        margin-right: 8px;
        font-size: 18px;
    }

    .alert-inform .reviews-prp .form-group label {
        font-weight: 600;
        font-size: 14px;
    }

    .alert-inform .reviews-prp .form-group .rating-symbol {
        font-size: 22px;
        margin-right: 4px;
    }

.alert-inform .reviews-msj p {
    padding-top: 14px;
    font-size: 13px;
}

    .alert-inform .reviews-msj p a {
        font-weight: 600;
        text-decoration: underline;
    }
/*#endregion alert-inform review*/

/*#region ri-installment-options*/
.limit-box {
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    border: 1px solid #e5e5e5;
    padding: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .limit-box .limit-price {
        font-size: 24px;
        display: inline-flex;
        font-weight: 600;
        align-items: center;
    }

        .limit-box .limit-price span {
            padding-left: 30px;
        }

        .limit-box .limit-price::before {
            font-family: "kmicons";
            content: "\f120";
            margin-right: 20px;
            font-size: 42px;
            line-height: 44px;
            font-weight: 100;
            color: red;
        }

    .limit-box .limit-btn {
        border: 1px solid #ccc;
        padding: 10px 20px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

        .limit-box .limit-btn::before {
            font-family: "kmicons";
            content: "\f138";
            margin-right: 10px;
            font-weight: 100;
            font-size: 22px;
        }

.ri-installment .block-title-1 {
    border-color: #e5e5e5;
    padding: 0 0 14px;
    margin: 0 0 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.ri-installment-options {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

    .ri-installment-options .form-group .radio {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px 0 0;
    }

        .ri-installment-options .form-group .radio label {
            padding-left: 0;
            padding-right: 0;
            width: 17px;
        }

        .ri-installment-options .form-group .radio input[type="radio"] {
            margin-left: 27px;
        }

        .ri-installment-options .form-group .radio label::after {
            margin-left: 0px;
        }

        .ri-installment-options .form-group .radio label::before {
            margin-left: 0px;
        }

.ri-inst-table {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 3px #00000026;
    border-radius: 8px;
    margin-top: 10px;
}

    .ri-inst-table .title {
        font-size: 20px;
        font-weight: 600;
        display: block;
        text-align: center;
        width: 100%;
        padding: 14px 0;
    }

    .ri-inst-table .ri-inst-total {
        display: block;
        text-align: center;
        width: 100%;
        padding: 5px 0;
        background: #efefef;
    }

        .ri-inst-table .ri-inst-total span {
            display: block;
            font-size: 16px;
            font-weight: 600;
        }

    .ri-inst-table.active {
        box-shadow: 0px 1px 5px #00000042;
    }

    .ri-inst-table .table {
        margin-bottom: 0;
    }

    .ri-inst-table .table-striped > tbody > tr:nth-of-type(odd) {
        background: none;
    }

    .ri-inst-table .table-striped > tbody > tr:nth-of-type(even) {
        background: #efefef;
    }

    .ri-inst-table .table th {
        font-weight: 600;
        line-height: 16px;
        border: none;
        padding: 10px 25px;
    }

    .ri-inst-table .table td {
        border: none;
        line-height: 16px;
        padding: 10px 25px;
    }


/*#endregion ri-installment-options*/
/*#region ri-status-page*/
.ristatuspage hr {
    margin: 25px 0;
}

.ristatuspage .border-box {
    margin-bottom: 20px;
    width: 49%;
    float: left;
    min-height: 200px;
}

    .ristatuspage .border-box:first-child {
        margin-right: 18px;
    }

.ristatus-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.ristatus-info .ristatus-name {
    font-weight: 600;
    font-size: 22px;
    display: block;
    padding-bottom: 8px;
}

.ristatus-info span {
    display: block;
    font-size: 16px;
}

.ristatus-st {
    font-size: 16px;
}

.ristatus-alimit, .ristatus-limit {
    color: red;
    font-size: 16px;
    font-weight: 600;
}

    .ristatus-alimit span, .ristatus-limit span {
        display: block;
        font-size: 16px;
        padding-bottom: 6px;
    }

.border-box .block-title-4 {
    padding: 0 0 5px;
}

.ristatuspage .table-bordered > thead > tr > th {
    border-bottom-width: 0;
    padding: 14px 8px;
}
/*#endregion ri-status-page*/
.login-container .login-panel {
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    border: 1px solid #e5e5e5;
    max-width: 430px;
}

.login-container-modal .login-panel {
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    border: 1px solid #e5e5e5;
    max-width: 430px;
}



.login-panel .login-header {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.login-header h1.section-title-inner {
    padding-bottom: 0;
    font-size: 24px;
}

.upload-file {
    padding: 15px;
}

    .upload-file span {
        font-size: 16px;
        color: #999;
        display: block;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }


    .upload-file .form-group {
        text-align: center;
        margin-bottom: 0;
    }

        .upload-file .form-group label {
            background: #e94637;
            display: block;
            border-radius: 4px;
            padding: 6px 20px;
            font-size: 14px;
            color: #fff;
            margin-top: 20px;
            cursor: pointer;
        }

        .upload-file .form-group input[type="file"] {
            display: none;
        }

.upload-box {
    width: 50%;
}
/*#region panel default*/
.panel-default {
    border-color: #e5e5e5;
    box-shadow: none;
    border-radius: 8px;
}

    .panel-default > .panel-heading {
        background-color: transparent;
        border-width: 0;
        padding: 15px 15px 0px;
        border-color: #e5e5e5;
    }

        .panel-default > .panel-heading > .panel-title > a:after {
            font-family: "kmicons";
            content: "\f165";
            float: right;
            font-weight: normal;
            font-size: 20px;
        }

        .panel-default > .panel-heading > .panel-title > a.collapsed:after {
            content: "\f166";
        }
/*#endregion panel default*/

/*#region scart list*/
h1.section-title-inner {
    padding-bottom: 30px;
}

.cart-table.border-box {
    padding: 0 24px;
}

.cart-product {
    display: flex;
    align-items: flex-start;
    margin: 20px 0;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

.cart-table .cart-product:last-child {
    border-bottom: none;
}

.cart-product .cart-product-thumb div {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 5px;
}


.cart-product .cart-description h4 {
    font-size: 15px;
    padding-bottom: 10px;
}

.cart-product .price-box {
    min-height: inherit
}

.cart-product .cart-description .price {
    font-size: 18px;
    font-weight: 600;
}

.cart-product .product-discount {
    margin-right: 10px;
}

.cart-product .discount {
    font-weight: 600;
    padding: 4px 4px;
}

.cart-product .campaign-prbox .camp-price span {
    display: block;
}

.cart-product .cart-description .campaign-name {
    margin-top: 10px;
    font-weight: 600;
}

.cart-footer {
    margin-top: 20px;
}

.desc-box {
    display: flex;
    align-items: center;
}

.cart-product .campaign-prbox {
    border-left: 1px solid #e5e5e5;
    margin: 0 0 0 8px;
    padding: 0 0 0 8px;
}


@media (max-width:767px) {
    h1.section-title-inner {
        padding-bottom: 20px;
        font-size: 26px;
    }

    .cart-product {
        margin: 10px 0;
        padding: 10px 0;
    }

    .cart-table.border-box {
        padding: 0 10px;
    }

    .cart-product .product-discount {
        float: left;
    }

    .cart-product-thumb {
        padding: 0;
    }

    .cart-product .cart-description {
        padding: 0;
    }

        .cart-product .cart-description h4 {
            font-size: 14px;
            padding-bottom: 6px;
            line-height: 18px;
        }

    .cart-product .price-box .list-price {
        line-height: 14px;
        font-size: 12px;
    }

    .cart-product .cart-description .price {
        font-size: 15px;
        line-height: 16px;
    }

    .campaign-prbox .camp-label {
        font-size: 12px;
    }
}
/*#endregion scart list*/
/*#region cart summary*/

.cart-summary {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    box-shadow: 0 1px 2px 0 rgb(72 72 72 / 8%);
    border: 1px solid #e5e5e5;
}

div#cart-summary-main {
    padding: 20px 20px 0;
}

.cart-summary #cart-summary-main .ctsum-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 18px;
}

.cart-summary #cart-summary-main > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px 0;
}

.cart-summary .price {
    font-weight: 600;
}

.cart-summary .total-price span {
    font-weight: 400;
    font-size: 14px;
}

.cart-summary .total-price {
    font-weight: 600;
    font-size: 18px;
}

.cart-summary .ctsum-discount, .cart-summary .ctsum-discount .price, .cart-summary .ctsum-campdiscount, .cart-summary .ctsum-campdiscount .price {
    color: red;
}

.cart-summary .input-group {
    border-bottom: 1px solid #e5e5e5;
}

.cart-summary input.form-control.input-sm.coupon-code {
    background: none;
    border: none;
    padding: 0;
    font-size: 12px;
}


.input-group-btn .btn-coupon {
    font-size: 14px;
    text-transform: none;
    width: 66px;
    background: #fff;
    border: none;
    padding: 11px 10px 11px 0;
    color: #000;
    border-radius: 0 8px 8px 0;
}

    .input-group-btn .btn-coupon:after {
        font-family: "kmicons";
        content: "\f149";
        font-weight: 600;
        font-size: 14px;
        vertical-align: middle;
    }

.panel-group.usecoupon {
    margin: 20px 0 0;
    clear: both;
}

    .panel-group.usecoupon .panel.panel-default {
        border: 1px solid #efefef;
        border-radius: 8px;
    }

    .panel-group.usecoupon .panel-heading {
        padding: 10px 20px;
    }

        .panel-group.usecoupon .panel-heading .panel-title {
            font-size: 14px;
            line-height: 26px;
        }

        .panel-group.usecoupon .panel-heading + .panel-collapse > .panel-body {
            border-color: #efefef;
            padding: 20px;
            border-radius: 0;
        }

    .panel-group.usecoupon .panel-body {
        border: none;
    }

        .panel-group.usecoupon .panel-body .input-group {
            background: #fff;
            border: 1px solid #e5e5e5;
            border-radius: 8px;
        }

            .panel-group.usecoupon .panel-body .input-group input.form-control {
                border-width: 0;
                border-radius: 8px;
                height: 44px;
                box-shadow: none;
            }

@media (min-width:992px) {
    .sld-box {
        display: flex;
        clear: both;
        margin-bottom: 60px;
    }

        .sld-box .contentBox {
            position: sticky;
            top: 79px;
            display: flex;
        }

    .cart-summary .total-price {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .cart-summary .ctsum-total {
        border-top: 1px solid #e5e5e5;
        padding: 14px 20px 20px;
    }

        .cart-summary .ctsum-total .btn-next-step {
            width: 100%;
        }
}

@media (max-width:991px) {
    .sld-box {
        display: flex;
        flex-direction: column;
    }

    .cart-summary {
        border-radius: 0px;
    }

    .cart-summary-container {
        position: fixed;
        bottom: 0;
        z-index: 11;
        left: 0;
        background: #fff;
    }

    #cart-summary-main {
        display: none;
        border-bottom: 1px solid #ccc;
    }

    .ctsum-total {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
    }

    .cart-summary .ctsum-total .total-price {
        cursor: pointer;
    }

    .cart-summary .total-price span {
        display: block;
        line-height: 16px;
    }

    .ctsum-total .total-price:after {
        font-family: "kmicons";
        content: "\f147";
        margin-left: 10px;
        font-size: 16px;
    }

    .ctsum-total .total-price.show:after {
        content: "\f146";
    }

    .ctsum-contract {
        display: flex;
        margin-top: 20px;
    }
}
/*#endregion cart summary*/
/*#region empty cart*/



.empty-cart {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.empty-msk {
    background: url(/Images/empty.png) no-repeat center center;
    width: 432px;
    height: 249px;
}

.empty-cart h2 {
    font-size: 34px;
    line-height: 28px;
    margin: 36px 0 60px;
}

.empty-cart .btn {
    min-width: 270px;
}

@media (min-width:768px) {
    .empty-cart {
        margin-bottom: 60px;
    }
}

@media (max-width:767px) {
    .empty-cart {
        margin-bottom: 30px;
    }
}
/*#endregion empty cart*/
/*#endregion cart quanity*/
.cart-quanity {
    max-width: 38px;
    padding: 0;
}

.quanity-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4px 0px;
    border-radius: 8px;
}

    .quanity-box.focused {
        background: #efefef;
    }

    .quanity-box input {
        width: 30px;
        height: 24px;
        font-size: 16px;
        text-align: center;
        border: none;
        font-weight: 600;
        margin: 4px 0;
        line-height: 1.5;
        outline: none;
        background: transparent;
    }

.cart-quanity .touchspin {
    font-size: 18px;
    height: 30px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 6px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quanity-box input[type=number] {
    -moz-appearance: textfield;
}

.quanity-box input::-webkit-outer-spin-button,
.quanity-box input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/*#endregion cart quanity*/

/*#region cart advice product*/
.campaign-advice {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 8%);
    margin-bottom: 20px;
}

    .campaign-advice .panel-title div:not(:first-child) {
        margin-left: -10px;
    }

    .campaign-advice .panel-title div {
        border: 1px solid #e5e5e5;
        border-radius: 8px;
        display: inline-flex;
        font-size: 16px;
        background: #ffffff;
        height: 40px;
        line-height: 36px;
        text-align: center;
        width: 40px;
        align-items: center;
        flex-direction: row;
    }

    .campaign-advice .panel-title img {
        border-radius: 8px;
        margin: 0 auto;
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }

    .campaign-advice .panel-default {
        border: none;
        border-radius: 8px;
    }

        .campaign-advice .panel-default .panel-heading {
            padding: 20px;
            border-radius: 8px;
        }

        .campaign-advice .panel-default > .panel-heading > .panel-title:after {
            font-family: "kmicons";
            content: "\f165";
            float: right;
            font-weight: normal;
            font-size: 20px;
        }

        .campaign-advice .panel-default > .panel-heading > .panel-title.collapsed:after {
            content: "\f166";
        }

    .campaign-advice .item {
        height: auto;
        width: 100%;
        margin-bottom: 0px;
        display: block;
        border-bottom: 1px solid #e5e5e5;
    }

        .campaign-advice .item:last-child {
            margin-bottom: 0px;
            border-bottom: none;
        }

        .campaign-advice .item .product {
            display: flex;
            flex-direction: row;
            align-items: center;
            border: none;
            border-radius: 8px;
            padding: 20px;
            text-align: left;
        }

.campaign-name, .item .price-campaign .cmp-price {
    color: red;
}

.campaign-advice .advice-image img {
    max-width: 60px;
}

.campaign-advice .advice-desc a {
    display: block;
    font-size: 13px;
}

.campaign-advice .item .addtocart {
    opacity: 0;
}

.campaign-advice .item:hover .addtocart {
    opacity: 1;
}

.campaign-advice .item .btn-buy {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 14px;
}
/*#endregion cart advice product*/

/*#region shopping cart list*/

.item.cartlist .description {
    min-height: 42px;
    padding: 5px 5px 0px 5px;
}

.item.cartlist .product-name a {
    font-size: 13px;
    line-height: 16px;
}

.item.cartlist .product .product-discount {
    margin-right: 10px;
    position: absolute;
    top: 6px;
    left: 5px;
}

.item.cartlist .image-hover {
    padding: 20px;
}
/*#endregion shopping cart list*/

/*#region product tab mobile*/
@media screen and (max-width: 991px) {
    .product-tab .panel-group {
        border-top: 1px solid #e5e5e5;
    }

    .product-tab .panel-default {
        border: none;
    }

    .product-tab .panel-group .panel-heading {
        padding: 15px 15px 15px;
        border-bottom: 1px solid #e5e5e5;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: none;
    }
}

/*#endregion product tab mobile*/
/*#region prd properties*/
.prd-properties > .table {
    margin-bottom: 0px;
}

.prd-properties > table > thead > tr > th {
    background-color: #fff;
    text-transform: none;
    border: none;
    padding: 0;
    line-height: 24px;
}

.prd-properties > table:first-child > thead > tr > th {
    padding-bottom: 20px;
}

.prd-properties > .table > tbody > tr > td {
    border: none;
    font-size: 14px;
}

    .prd-properties > .table > tbody > tr > td a {
        text-decoration: underline;
    }
/*#endregion prd properties*/

/*#region checkout-pages step4*/
.checkout-pages.step4 .layout {
    margin: 60px auto;
    text-align: center;
}

.checkout-pages.step4 h1 {
    font-size: 26px;
    padding: 20px 0;
    line-height: 32px;
}

.checkout-pages.step4 .layout p {
    margin-bottom: 20px;
}

.checkout-pages.step4 .layout i {
    font-size: 30px;
    background: #26D682;
    padding: 16px;
    border-radius: 50%;
    color: #fff;
}

    .checkout-pages.step4 .layout i::before {
        font-weight: bold;
    }

.checkout-pages.step4 .layout div {
    margin: 20px 0;
}

.checkout-pages.step4 .layout .orderid-btn {
    border: 1px solid #e5e5e5;
    border-radius: 80px;
    color: #328eca;
    font-size: 18px;
    padding: 14px 30px;
    margin-top: 0;
    font-weight: 600;
    display: inline-block;
}

.step4-button {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

    .step4-button .btn {
        margin: 0 10px;
    }
/*#endregion checkout-pages step4*/
/*#region order tracking*/
.order-tracking {
    margin: 50px auto;
    max-width: 400px;
}

    .order-tracking .order-tracking-desc {
        margin-bottom: 30px;
    }

.tracking-sep {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.order-tracking .km-submit {
    margin-top: 15px;
}
/*#endregion order tracking*/

/*#region qpreview*/
.qpreview {
    width: 700px;
    height: 400px;
    }
    .qpreview .product-image-list a {
        display: block;
        margin-bottom: 6px;
    }

    .qpreview .product-title {
        font-size: 18px;
    }

    .qpreview .product-price {
        margin-top: 5px;
    }

    .qpreview .product-price-rate {
        font-size: 15px;
        height: 32px;
        width: 42px;
    }

    .qpreview .product-price .price-sales {
        font-size: 18px;
        line-height: 18px;
    }

    .qpreview .product-price .price-standard {
        font-size: 14px;
    }

    .qpreview .product-variants a {
        font-size: 14px;
        padding: 3px;
        margin-right: 8px;
        min-width: 32px;
    }

    .qpreview .cnt-quantity .bootstrap-touchspin .btn {
        padding: 5px 12px;
        height: 34px;
    }

    .qpreview .cnt-quantity .input-group input.form-control {
        height: 34px;
    }

/*#endregion qpreview*/
/*#region qpreviewmin*/
.qpreviewmin {
    max-width: 500px;
}

    .qpreviewmin .product-title {
        font-size: 16px;
    }

    .qpreviewmin .product-variants a {
        font-size: 14px;
        padding: 3px;
        margin-right: 8px;
        min-width: 32px;
    }

.qpreviewmin-btm {
    display: flex;
    align-items: center;
    flex-direction: row;
}

    .qpreviewmin-btm .product-price {
        margin: 0 20px 0 0;
    }

    .qpreviewmin-btm .product-price-rate {
        font-size: 15px;
        height: 32px;
        width: 42px;
    }

    .qpreviewmin-btm .product-price .price-sales {
        font-size: 18px;
        line-height: 18px;
    }

    .qpreviewmin-btm .product-price .price-standard {
        font-size: 14px;
    }

    .qpreviewmin-btm .cart-actions {
        display: flex;
    }


/*#endregion qpreviewmin*/


/*#region horizontal filter*/

.horizontal-filter .filter-content {
    display: flex;
}

.horizontal-filter .category-panel .panel-heading .panel-title {
    cursor: pointer;
}

@media (min-width:992px) {
    .horizontal-filter {
        background: #efefef;
        transition: all 0.1s ease-in-out 0.2s;
        -webkit-transition: all 0.1s ease-in-out 0.2s;
        -moz-transition: all 0.1s ease-in-out 0.2s;
        -ms-transition: all 0.1s ease-in-out 0.2s;
        -o-transition: all 0.1s ease-in-out 0.2s;
        border-radius: 8px;
        height: 55px;
        margin-bottom: 20px;
    }

        .horizontal-filter .filter-content {
            flex-direction: row;
            padding: 9px;
        }

        .horizontal-filter .category-panel .panel-heading {
            border-bottom: none;
            margin-right: 12px;
            padding: 0;
        }

            .horizontal-filter .category-panel .panel-heading .panel-title {
                padding: 8px 16px;
                background: #fff;
                border-radius: 4px;
            }

        .horizontal-filter .category-panel.open .panel-heading .panel-title {
            border-radius: 6px 6px 0 0;
        }

            .horizontal-filter .category-panel.open .panel-heading .panel-title:after {
                content: "";
                background: #fff;
                height: 14px;
                display: block;
            }

        .horizontal-filter .category-panel .panel-body {
            padding: 15px 15px 5px;
            min-width: 290px;
            border: none;
            -webkit-box-shadow: 0 5px 8px rgb(0 0 0 / 8%);
            box-shadow: 0 5px 8px rgb(0 0 0 / 8%);
            margin: 0;
        }
}

@media (max-width:991px) {
    .horizontal-filter .filter-content {
        flex-direction: column;
    }

    .horizontal-filter .category-panel .panel-heading .panel-title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        height: 44px;
    }

        .horizontal-filter .category-panel .panel-heading .panel-title:after {
            content: "\f166";
            font-weight: normal;
            font-size: 20px;
            font-family: "kmicons";
            float: right;
            padding-right: 5px;
        }

    .horizontal-filter .category-panel.open .panel-heading .panel-title:after {
        content: "\f165";
    }

    .horizontal-filter .dropdown-backdrop {
        display: none;
    }

    .horizontal-filter .category-panel .panel-body.dropdown-menu {
        position: static;
        float: none;
        width: auto;
        background-color: transparent;
        box-shadow: none;
        border: none !important;
        margin: 0;
        padding: 10px 0 0;
    }

        .horizontal-filter .category-panel .panel-body.dropdown-menu .filter-item a {
            margin-top: 6px;
            margin-bottom: 3px;
        }
}
/*#endregion horizontal filter*/

/*#region product bundle*/

.product-bundle {
    padding: 10px 0 0;
}

    .product-bundle .prd-bundle-title {
        margin-bottom: 4px;
        display: block;
        font-weight: 600;
    }

    .product-bundle div > span {
        padding: 0 2px;
    }
/*#endregion product bundle*/
/*#region cart promo*/
.cart-promo-title {
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.cart-promo {
    padding-bottom: 10px;
    line-height: 1.3;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .cart-promo img {
        width: 40px;
        margin: 0 12px 0 0;
    }

    .cart-promo .item-name {
        font-weight: 500;
        font-size: 12px;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-letter-spacing: normal;
        -moz-letter-spacing: normal;
        -ms-letter-spacing: normal;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .cart-promo .item-quantity {
        font-size: 11px;
        display: block;
    }

    .cart-promo .price-standard {
        font-size: 13px;
        text-decoration: line-through;
        display: inline-block;
        color: #7c7c7c;
        margin-right: 5px;
    }

.cart-product .cart-description .cart-promo .price {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
}

.cart-promo .btn.btn-sm.btn-remove-child {
    font-size: 18px;
    height: 26px;
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 6px;
    width: 26px;
    display: flex;
    margin-left: 20px;
    padding: 0;
    align-items: center;
    justify-content: center;
}
/*#endregion cart promo*/

/*#region gift wrap*/
.btn-gift-wrap {
    display: inline-flex;
    font-size: 14px;
    border-radius: 4px;
    background-color: #efefef;
    line-height: 1;
    border: 1px solid #e5e5e5;
    width: auto;
    padding: 4px 12px;
    text-align: center;
    margin-top: 10px;
    align-items: center;
}

    .btn-gift-wrap i {
        font-size: 17px;
        margin-right: 3px;
    }

.gift-wrap-body .product-list {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .gift-wrap-body .product-list .price-box {
        min-height: auto;
    }

    .gift-wrap-body .product-list .btn-selectgw-item {
        border: 1px solid #000;
        border-radius: 2px;
        padding: 0 5px;
        font-weight: 600;
        display: block;
        font-size: 13px;
        line-height: 1.4;
        text-align: center;
    }

        .gift-wrap-body .product-list .btn-selectgw-item:hover {
            border: 1px solid #000;
            background: #000;
            color: #fff;
        }
/*#endregion gift wrap*/
@media (min-width:992px) {
    .horizontal-filter .dropdown-content {
        display: none;
        position: absolute;
        background: #fff;
        z-index: 999;
        left: 0;
        top: auto;
    }

    .horizontal-filter .dropdown:hover .dropdown-content, .horizontal-filter .dropdown.open .dropdown-content {
        display: block;
    }
}

@media (max-width:991px) {
    .horizontal-filter .dropdown-content {
        display: none;
        background: #fff;
    }

    .horizontal-filter .dropdown.open .dropdown-content {
        display: block;
    }
}




/*#region Login*/
.login-panel .login-content {
    padding: 56px;
    position: relative;
}

.login-content {
}

    .login-content .nav-tabs {
        background: #efefef;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

        .login-content .nav-tabs li {
            border-radius: 10px 10px 10px 10px;
        }
        .login-content .nav-tabs .radio-success input[type="radio"]:checked + label::before, .login-content .nav-tabs .radio-success input[type="radio"]:checked + label::after, .login-content .nav-tabs .radio label::before {
            display: none;
        }

        .login-content .nav-tabs .radio {
            padding: 13px 20px;
            margin: 0;
        }

            .login-content .nav-tabs .radio label {
                font-size: 18px;
                font-weight: 600;
            }

        .login-content .nav-tabs:after {
            display: none;
        }

        .login-content .nav-tabs li {
            padding: 0 10px;
            flex-direction: row;
            width: 50%;
            justify-content: center;
            margin: 1px !important;
        }

            .login-content .nav-tabs li.active {
                background: #fff;
            }

    .login-content .login-nosign {
        text-align: center;
        margin-bottom: 30px;
    }

        .login-content .login-nosign a {
            color: #ff6000;
            font-weight: 600;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 14px;
        }

            .login-content .login-nosign a:after {
                margin: 0 0 0 8px;
                content: "\2794";
                font-size: 17px;
                position: relative;
                color: #ff6000;
                font-weight: 100;
                line-height: 14px;
            }
.user-form-info {
    margin-top: -20px;
    margin-left: 5px;
}

    .user-form-info p {
        font-size: 13px;
        line-height: 18px;
    }

    .user-form-info a {
        text-decoration: underline;
    }

.login-content label {
    margin-bottom: 0;
    font-weight: 500;
    color: #6F6F6F;
    display: block;
}

.login-content .radio label {
    color: #000;
    font-size: 14px;
    line-height: 18px;
}



.has-error .form-control {
    border-color: #D62631;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .has-error .form-control:focus {
        border-color: #D62631;
        box-shadow: none;
    }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #D62631;
}

.login-content .help-block {
    font-size: 12px;
    position: absolute;
    bottom: -23px;
}
.login-content input.form-control {
    margin-bottom: 0;
    box-shadow: none;
    font-size: 14px;
    height: 50px;
    z-index: 2;
    position: relative;
    border-radius: 4px;
    padding: 0px 0 0 16px;
}
.shw-pass {
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 3;
}

    .shw-pass.active > img {
        content: url(/skins/shared/images/eyesopen.svg);
    }

.link-reset a {
    color: #ff6000;
    font-weight: 600;
}

.login-content .form-group {
    margin-bottom: 30px;
}

    .login-content .form-group.form-check {
        margin-bottom: 10px;
    }

.form-focus .form-group {
    position: relative;
}

    .form-focus .form-group label {
        position: absolute;
        bottom: 16px;
        left: 16px;
        -webkit-transition: transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);
        transition: transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);
        font-size: 14px;
    }

    .form-focus .form-group.focused label {
        -webkit-transform: translatey(-70%);
        transform: translatey(-70%);
        font-size: 12px;
        color: #b4b4b4;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.result-form {
    text-align: center;
}

    .result-form .title {
        font-size: 26px;
        margin: 24px 0;
    }

    .result-form .btn {
        margin-top: 40px;
        max-width: 350px;
    }

.login-desc {
    padding-bottom: 20px;
}

    .login-desc h1 {
        padding-bottom: 20px;
        text-align: center;
        font-size: 30px;
    }

    .login-desc p {
        margin-bottom: 12px;
        text-align: center;
        font-size: 20px;
    }

    .login-desc a {
        font-size: 12px;
        color: #ff6000;
        text-align: center;
        font-weight: 600;
        display: block;
    }
    .login-desc .login-goback {
        padding-bottom:20px;
    }
    .login-desc .login-goback > div {
        position: absolute;
        top: 23px;
        left: 23px;
        background: #efefef;
        border-radius: 100%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
        .login-desc .login-goback > div i {
            font-size: 22px;
        }

    .login-desc span {
        margin-bottom: 6px;
        font-size: 15px;
        text-align:center;
        display: block;
    }

    .login-desc.sms-verification h1, .login-desc.sms-verification span {
        text-align: left
    }

    .login-desc.sms-verification > div {
        display: flex;
    }
        .login-desc.sms-verification > div i {
            font-size: 20px;
            margin-right: 5px;
        }
.verification-code {
    position: relative;
    margin: 0px auto;
    text-align: center;
    padding: 10px 0 10px;
}

.verification-count-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    font-size: 16px;
}

.verification-count {
    color: #ff6000;
    font-weight: 600;
}

    .verification-count i {
        font-size: 20px;
        margin-right: 5px;
    }


.verification-input:where([autocomplete="one-time-code"]) {
    --otp-digits: 6;
    --otp-ls: 1.7ch;
    --otp-gap: 1.3;
    --_otp-bgsz: calc(var(--otp-ls) + 1ch);
    --_otp-digit: 0;
    all: unset;
    background: linear-gradient( 90deg, var(--otp-bg, #bbb) calc(var(--otp-gap) * var(--otp-ls)), transparent 0 ), linear-gradient( 90deg, var(--otp-bg, #eee) calc(var(--otp-gap) * var(--otp-ls)), transparent 0 );
    background-position: calc(var(--_otp-digit) * var(--_otp-bgsz)) 0, 0 0;
    background-repeat: no-repeat, repeat-x;
    background-size: var(--_otp-bgsz) 100%;
    caret-color: var(--otp-cc, #222);
    caret-shape: block;
    clip-path: inset(0% calc(var(--otp-ls) / 2) 0% 0%);
    font-family: ui-monospace, monospace;
    font-size: var(--otp-fz, 2.5em) !important;
    inline-size: calc(var(--otp-digits) * var(--_otp-bgsz));
    letter-spacing: var(--otp-ls);
    padding-block: var(--otp-pb, 0.4ch);
    padding-inline-start: calc(((var(--otp-ls) - 1ch) / 2) * var(--otp-gap));
    text-align: left;
    border: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}



/*.verification-code-box {
    position: relative;
}
.verification-code-box label {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 316px;
    top: 0;
    left: 0;
}*/


.digits {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(238, 238, 238);
    border: 2px solid rgb(238, 238, 238);
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 24px;
    height: 56px;
    -webkit-box-pack: center;
    justify-content: center;
    margin-right: 2%;
    text-align: center;
    width: 100%;
}

    .digits:not(:empty) {
        background-color: rgb(255, 255, 255);
    }

    .digits.act-digit {
        -webkit-box-align: center;
        align-items: center;
        border: 2px solid rgb(255, 96, 0);
        border-radius: 8px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        font-size: 24px;
        height: 56px;
        -webkit-box-pack: center;
        justify-content: center;
        margin-right: 2%;
        text-align: center;
        width: 100%;
        background-color: rgb(255, 255, 255);
    }











.account-verify .login-desc h1, .account-verify .login-desc span {
    text-align: left
}
.account-verify .form-group .radio {
    padding: 15px 15px 15px 40px;
    border-radius: 8px;
}
    .account-verify .form-group .radio.checked {
        background: #efefef;
    }
.login-content .login-timeout {
    text-align: center;
    margin-top: -20px;
}
.login-content .login-timeout img {
    margin-bottom: 30px;
}
.requirements-box .requirements {
    position: relative;
    padding-bottom:5px;
}
    .requirements-box .requirements.invalid {

    }
    .requirements-box .requirements:before {
        font-family: "kmicons";
        content: "\f155";
        background: #d62631;
        font-size: 10px;
        border-radius: 50%;
        color: #fff;
        margin-right: 8px;
        width: 16px;
        height: 16px;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        line-height: 1;
        padding-left: 1px;
    }
    .requirements-box .requirements.valid-pass:before {
        content: "\f184";
        background: #26d681;
    }
@media (max-width:991px) {
    .login-desc h1 {
        font-size: 26px;
    }
    .login-content .nav-tabs .radio label {
        font-size: 16px;
    }
}
@media (max-width:460px) {
    .login-panel .login-content {
        padding: 30px;
    }
    .login-desc .login-goback {
        padding-bottom: 40px;
    }
    .verification-input:where([autocomplete="one-time-code"]) {
        font-size: var(--otp-fz, 2em) !important;
    }
}


/*#endregion Login*/
