
#pb_loader,.inner-loading  {
    position: fixed;
    width:  96px;
    height: 96px;
    left:  50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 24px 64px rgba(0,0,0,0.24);
    border-radius:16px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index:1000000;
}

#pb_loader.fullscreen, .inner-loading.fullscreen {
    padding:  0;
    left:  0;
    top:  0;
    width:  100%;
    height: 100%;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
}

#pb_loader.show, .inner-loading.show {
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#pb_loader .circular, .inner-loading .circular {
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left:  calc(50% - 24px);
    top:  calc(50% - 24px);
    display: block;
    transform: rotate(0deg);
}

#pb_loader .path, .inner-loading .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes loader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px;
    }
}
.ld_item_img img{
    max-width: 100%;
    max-height: 100%;
}
.box_left_img_ img{
    max-width: 100%;
    max-height: 100%;
}

.popup-right-row {
    height: 100%;
}
.popup-dh-right {

}
.fck_top{
    min-height: 100%;
    position:relative;
    /* Firefox */
    min-height: -moz-calc(100% - 75px);
    /* WebKit */
    min-height: -webkit-calc(100% - 75px);
    /* Opera */
    min-height: -o-calc(100% - 75px);
    /* Standard */
    min-height: calc(100% - 75px);
}
.fck_bot {
    margin: 0;
    clear: both;
    width:100%;
    position: relative;
}

.ld_main_item .ld_item_title {
    min-height: 55px;
}

#popup-success .box-popup-dathang,.popup-success .box-popup-dathang{
    max-width: 480px;
}

#popup-success .box-suss-content,.popup-success .box-suss-content{
    padding: 40px 30px;
}

.box_center_right .box-info-btn .info-btn-txt {
    white-space: pre-line;
}

.ld_main_item .ld_item_price {
    display: flex;
    justify-content: space-between;
}

.ld_item_price_left {
    float: unset;
}

.ld_item_price .item_price_pted {
    float:unset;
}

.box-info-address,.box-info input {
    color: rgb(53, 51, 51);
}


@media screen and (max-width: 767px){
    #popup-success .box-suss-content {
        padding: 30px 20px;
    }
    .popup-success .box-suss-content {
        padding: 30px 20px;
    }
}
.ql-editor img {
    max-width: 100% !important;
    height: auto !important;
}


header {
    background-color: #fe490d;
    border-bottom:solid 1px #fff;
}
header .logo {
    display: inline-block;
    padding: 20px 0;
}
header .logo img {
    max-width: 155px;
}
header .header-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
header .header-right .cart-item {
    color: #fff;
    position: relative;
    margin-right: 27px;
}
header .header-right .cart-item i {
    font-size: 28px;
}
header .header-right .cart-item .count {
    position: absolute;
    width: 21px;
    height: 21px;
    display: inline-block;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    color: black;
    border: 1px solid #dd2431;
    background-color: #ffc107;
    top: -8px;
    left: 15px;
}
header .header-right .header-user a {
    font-size: 15px;
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid;
    border-radius: 4px;
}
header .header-right .header-user a:hover {
    box-shadow: inset 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
}
header .header-right .header-user .singup {
    color: #fff;
    border-color: #fff;
}
header .header-right .header-user .login {
    margin-left: 10px;
    color: black;
    border-color: #ffc107;
    background-color: #ffc107;
}
header .header-right .header-user .loged {
    margin-left: 10px;
}
header .header-right .header-user .loged img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    max-width: 35px;
    height: 35px;
    border-radius: 100px;
    object-fit: cover;
    margin-right: 10px;
}
header .header-right .header-user .loged .link {
    border: none;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: white;
}
header .header-right .header-user .loged .link:hover {
    box-shadow: 0 0 0 0;
}

header .header-right .header-user .account {
    color:#fff;
}

@media (max-width: 767px) {
    header .logo img {
        max-width: 125px;
    }
    header .header-right {
        transform: scale(0.8);
        transform-origin: right;
    }
    header .header-right .cart-item {
        margin-right: 17px;
    }
    header .header-right .header-user .login {
        padding: 8px;
    }
    header .header-right .header-user .loged .link {
        display: none;
    }
}
@media (max-width: 480px) {
    header .logo img {
        max-width: 85px;
    }
}


.page-profile {
    background-color: #f6f6f6;
    padding-bottom: 100px;
}
.page-profile .breadcrumb-block {
    padding-top: 23px;
    padding-bottom: 19px;
}

.list-order {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    height: 100%;
    padding-bottom: 40px;
}
.list-order .title {
    font-size: 18px;
    color: #1d1d1d;
    padding: 30px 30px 20px;
    margin-bottom: 0;
}
.list-order .table-order {
    margin-bottom: 0;
}
.list-order .table-order td {
    min-width: 150px;
}
.list-order .table-order thead {
    background-color: #f0f6ff;
}
.list-order .table-order thead b {
    font-weight: 500;
}
.list-order .table-order thead td {
    padding: 20px 10px 16px;
}
.list-order .table-order tbody td {
    padding: 15px 10px;
    vertical-align: middle;
}
.list-order .table-order tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.form-user-profile .form-group {
    margin-top: 25px;
    padding: 0 30px;
}
.form-user-profile .form-group label {
    color: #1f1f1f;
    margin-bottom: 16px;
}
.form-user-profile .form-group .form-control {
    height: 63px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    box-shadow: 0 0 0 0;
    color: #0f0f0f;
    max-width: 600px;
}
.form-user-profile .form-group .form-control:focus {
    border-color: #3184e1;
    outline: none;
}
.form-user-profile .form-group .form-control::-webkit-input-placeholder {
    color: gray;
    opacity: 1;
    font-size: 14px;
}
.form-user-profile .form-group .form-control::-moz-placeholder {
    color: gray;
    opacity: 1;
    font-size: 14px;
}
.form-user-profile .form-group .form-control:-ms-input-placeholder {
    color: gray;
    opacity: 1;
    font-size: 14px;
}
.form-user-profile .form-group .form-control:-moz-placeholder {
    color: gray;
    opacity: 1;
    font-size: 14px;
}
.form-user-profile .buy-box {
    margin-top: 30px;
    padding: 0 30px;
    margin-bottom: 22px;
    max-width: 600px;
}
.form-user-profile .buy-box button {
    margin-left: 10px;
    color: black;
    background-color: #ffc107;
    line-height: 55px;
    display: inline-block;
    padding: 0 40px;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}
.form-user-profile .buy-box button:hover {
    box-shadow: inset 4px 4px 8px 0 rgba(0, 0, 0, 0.15);
}


.user-sidebar {
    background-color: #fff;
    height: 100%;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}
.user-sidebar .info {
    padding: 25px 30px;
    background-image: url("../images/bg-sidebar-user.png");
}
.user-sidebar .info img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 63px;
    flex: 0 0 63px;
    max-width: 63px;
    height: 63px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 100px;
}
.user-sidebar .info p {
    margin-bottom: 0;
}
.user-sidebar .info p span {
    font-size: 16px;
    display: block;
    color: #888888;
}
.user-sidebar .info p b {
    font-weight: 500;
    font-size: 18px;
    color: #131313;
}
.user-sidebar .menu-link {
    padding-top: 34px;
    padding-left: 36px;
    padding-right: 10px;
    padding-bottom: 40px;
}
.user-sidebar .menu-link .link-item {
    margin-bottom: 20px;
}
.user-sidebar .menu-link .link-item a {
    font-size: 16px;
    color: #191919;
}
.user-sidebar .menu-link .link-item a i {
    margin-right: 10px;
}
.user-sidebar .menu-link .link-item.active a {
    color: #dd2431;
}

.main-lst .right-user .tab-inner {
    padding: 20px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    min-height: 325px;
    margin-bottom: 23px
}

.main-lst .right-user .tab-inner .btn-update {
    color: #fff;
    line-height: 40px;
    background: #29a41c;
    border-radius: 20px;
    padding: 0 25px;
    border: none;
    margin-top: 15px
}

.main-lst .right-user .tab-inner .form-group .form-control {
    width: calc(100% - 120px);
    font-size: 14px
}

.main-lst .right-user .tab-inner .form-group .box-sex {
    width: calc(100% - 120px)
}

.main-lst .right-user .tab-inner .form-group.w-50:nth-child(odd) {
    padding-right: 20px
}

.main-lst .right-user .tab-inner .form-group.w-50:nth-child(even) {
    padding-left: 20px
}

.main-lst .right-user .tab-inner .form-group label {
    width: 120px;
    display: inline-flex
}

.main-lst .right-user .tab-inner .form-pass label {
    width: 170px
}

.main-lst .right-user .tab-inner .form-pass .form-control {
    width: calc(100% - 320px)
}

.main-lst .right-user .tab-inner .form-pass .btn-change-pass {
    color: #fff;
    line-height: 40px;
    background: #ea7d13;
    border-radius: 20px;
    padding: 0 35px;
    border: none;
    margin-top: 15px
}

.main-lst .right-user .tab-inner .top-order {
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1
}

.main-lst .right-user .tab-inner .top-order ._box-o {
    margin-left: 10px
}

.main-lst .right-user .tab-inner .top-order ._box-o h5 {
    font-weight: 700;
    color: #434343
}

.main-lst .right-user .tab-inner .top-order ._box-o h5 span {
    color: #00a2ff
}

.main-lst .right-user .tab-inner .top-order ._box-o div {
    color: #5f5f5f
}


.item-price-user {
    margin-top: 20px;
    padding: 10px 25px 10px;
    color: #2e2e2e;
    line-height: 40px;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    min-height: 100px;
    margin-bottom: 20px;
    font-size:14px;
}

.item-price-user span:last-child {
    font-size: 14px;
    font-weight: 700;
    color: #d11010
}

.item-price-user span:last-child small {
    line-height: 43px;
    font-weight: 700
}

.item-price-user .bottom {
    border-top: 1px solid #d1d1d1
}
.flex_1 {
    flex: 1;
}
.flex_center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.bar-progess {
    padding: 30px 0;
    margin-bottom: 20px
}

.bar-progess .bg-progess {
    background: #e5e5e5;
    height: 10px
}

.bar-progess .current-progess {
    padding-top: 25px;
    position: relative
}

.bar-progess .current-progess .item-progess {
    position: absolute;
    height: 25px;
    width: 33%;
    color: #6c6c6c
}

.bar-progess .current-progess .item-progess::before {
    content: "";
    background: url(../images/user/circle-avtive.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -45px;
    z-index: 9
}

.bar-progess .current-progess .item-progess::after {
    content: "";
    height: 10px;
    background: #29a51c;
    width: 100%;
    position: absolute;
    top: -34px;
    left: 0;
    display: none
}

.bar-progess .current-progess .item-progess.active {
    color: #14a109
}

.bar-progess .current-progess .item-progess.active::after {
    display: block
}

.bar-progess .current-progess .item-progess:nth-child(1) {
    left: -6px
}

.bar-progess .current-progess .item-progess:nth-child(1)::after {
    left: 6px
}

.bar-progess .current-progess .item-progess:nth-child(2) {
    left: 28%
}

.bar-progess .current-progess .item-progess:nth-child(2)::before {
    left: 12%
}

.bar-progess .current-progess .item-progess:nth-child(2)::after {
    left: 12%
}

.bar-progess .current-progess .item-progess:nth-child(3) {
    left: 60%
}

.bar-progess .current-progess .item-progess:nth-child(3)::before {
    left: 12%
}

.bar-progess .current-progess .item-progess:nth-child(3)::after {
    left: 12%
}

.bar-progess .current-progess .item-progess:last-child {
    width: auto !important;
    right: 0
}

.bar-progess .current-progess .item-progess:last-child::before {
    right: -6px
}

.box-add {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    min-height: 50px;
    padding: 15px;
    height: 100%
}

body .inner-footer {
    position: relative;
    z-index: 3
}

body .inner-footer .box-mail {
    margin: -70px 0 10px;
    border: solid 3px #f6f6f6;
}

body .inner-footer .box-mail .inner-mail {
    /*box-shadow: 0 8px 3px 1px #efeded;*/
    top: 0;
    left: 0;
    padding-right: 15px
}

body .inner-footer .box-mail .inner-mail input {
    width: 315px;
    height: 40px;
    border: 1px solid #e1e1e1;
    padding: 0 25px 0 50px;
    background: url(../images/icon-mail.png) top 13px left 15px no-repeat;
    margin-right: 15px
}

body .inner-footer .box-mail .inner-mail input::placeholder {
    color: #a9a6a6
}

body .inner-footer .box-mail .inner-mail button {
    width: 83px;
    height: 40px;
    background: #72bf44;
    border-radius: 5px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    border: none
}

body .inner-footer .main-footer {
    padding: 5px 0;
    color: #fff;
    display: flex
}

body .inner-footer .main-footer a {
    color: #fff;
    text-align: left;
}

body .inner-footer .main-footer .lst-location {
    padding: 10px 0 10px
}

body .inner-footer .main-footer .lst-location li {
    margin: 10px 0
}

body .inner-footer .main-footer .lst-location li img {
    width: 17px;
    margin-right: 15px
}

body .inner-footer .main-footer h6 {
    color: #fff;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 20px 0 15px;
    text-align: left;
}

body .inner-footer .main-footer a {
    margin: 8px 0
}

body .inner-footer .main-footer a:hover {
    color: #323a46;
}

body .inner-footer .footer-bottom {
    /*padding: 15px 0;*/
    font-family: Arial, sans-serif;
    color: #9b9292;
    display: flex
}


.danh-muc {
    z-index: 100;
    position: relative;
    padding:0;
    padding-top:20px;
}

.danh-muc:hover .danhmuc-dropdown {
    display: block;
}
.danhmuc-dropdown {
    position: absolute;
    border: 1px solid #dedede;
    padding: 0;
    /*top: 36px;*/
    z-index: -1;
    width: 100%;
    background: #fff;
    display: none;
}

.danhmuc-toggle {
    padding: 8px 20px;
    background: #fe490d;
    color: #fff;
    display: block;
    text-transform: uppercase;
}
.danhmuc-dropdown-home {
    display: block;
}
.danhmuc-toggle:hover {
    color: #fff;
    opacity: 0.9;
}

.danhmuc-dropdown li {
    display: block;
    list-style: none;
    /* margin: 14px 0; */
}

.danhmuc-dropdown li a {
    color: #111;
    font-size: 14px;
    padding: 10px 19px;
    display: block;
    border-bottom: 1px solid #f5f5f5;
}

.danhmuc-dropdown li a:hover {
    color: #699A20;
}

.danhmuc-dropdown li a img {
    width: 14px;
    margin-left: -5px;
    margin-right: 5px;
}
.vcmk_ld_main {
    padding: 20px 0 30px;
}

.list-cart .table tr th {
    font-size: 14px;
}

.list-cart div.detail h4 {
    font-size: 16px;
}

.box-add p {
    font-size:14px;
}