
body {
}

a {
    color: inherit;
    outline: none !important;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #00a4d8;
    text-decoration: none;
}

.skin-color {
    color: #00a4d8;
}

.color-grey {
    color: grey;
}

.btn.select-btn {
    margin-right: 10px;
}

.line-height-2em {
    line-height: 2em;
}

.line-height-2p5em {
    line-height: 2.5em;
}

.line-height-3em {
    line-height: 3em;
}

.rich-text {
    line-height: 2em;
}

.rich-text img {
    max-width: 100%;
}

.btn {
    outline: none !important;
}

.btn-default {
    outline: none !important;
}

.btn-default.active,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active:active {
    color: #fff;
    background-color: #00a4d8;
    border-color: #00a4d8;
}

.btn-primary {
    background-color: #00a4d8;
    border-color: #00a4d8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background-color: #0086b0;
    border-color: #0086b0;
}

.pagination > li > a, .pagination > li > span {
    color: #00a4d8;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #00a4d8;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #00a4d8;
    border-color: #00a4d8;
}

.text-row-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.text-paragraph-2-ellipsis {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.area-overflow-x-auto {
    overflow-x: auto;
}

.min-width-900 {
    min-width: 900px;
}

.page-title {
    margin-bottom: 15px;
}

.page-title .text {
    font-size: 24px;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2f93c9;
}

.ui-badge,
.state-tag {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 700;
    background: #fff;
    color: #333;
}

.badge-primary {
    background: #eaf6fc;
    color: #1374a4;
}

.badge-success {
    background: #e7f7ef;
    color: #1a8b55;
}

.badge-warning {
    background: #fff5df;
    color: #b87500;
}

.badge-default {
    background: #eef2f5;
    color: #5f6f7a;
}

.badge-danger {
    background: #fdecec;
    color: #d84f4f;
}

.bg-grey {
    background-color: #f0f4f7;
}

.empty-area {
    padding: 4em;
    text-align: center;
}

.loading-area {
    padding: 4em;
    text-align: center;
}

.split-line {
    height: 1px;
    background-color: #dddd;
    margin-bottom: 20px;
}

.panel-default {
    border-radius: 10px;
    box-shadow: none;
}

.panel-default > .panel-heading {
    background-color: transparent;
}

.panel-box {
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: none;
}

.panel-box.bordered {
    border: 1px solid #ddd;
}

.panel-box.shadow {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
}

.panel-box > *:first-child {
    margin-top: 0;
}

.panel-box > *:last-child {
    margin-bottom: 0;
}

.form-required::before {
    content: '*';
    color: #f44336;
    margin-right: 4px;
}

.form-control {
    height: 36px;
    border-color: #dbe4ea;
    border-radius: 8px;
    box-shadow: none;
}

.form-control:focus {
    border-color: #8ccfe4;
    box-shadow: 0 0 0 3px rgba(0, 164, 216, 0.12);
}

#app .has-error .control-label {
    color: #f44336;
}

#app .has-error .form-control {
    border-color: #f44336;
}

#app .has-error .help-block {
    color: #f44336;
}

.chosen-container-single .chosen-single {
    height: 36px !important;
    background: none !important;
    border-color: #ccc !important;
    box-shadow: none !important;
    padding-left: 12px !important;
}

.chosen-container-single .chosen-single span {
    line-height: 36px;
}

.chosen-container-single .chosen-single div b {
    background-position-y: 8px !important;
}

.number-input-group {
    width: 140px;
}

.btn {
    padding: 7px 12px;
    border-radius: 8px;
}

.app-page-header {
    background-color: #fff;
    border-bottom: 1px solid #e9eff4;
    margin-bottom: 30px;
}

.app-page-header .header-min-navbar {
    margin-bottom: 11px;
    background-color: #333;
    display: none;
}

.app-page-header .header-min-navbar .inner {
    height: 44px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-page-header .header-min-navbar .logo-block {
    height: 30px;
}

.app-page-header .header-min-navbar .logo-block img {
    height: 100%;
}

.app-page-header .header-min-navbar .right-block {
    display: flex;
}

.app-page-header .header-min-navbar .right-menus-block {
    display: flex;
}

.app-page-header .header-min-navbar .right-menus-block .item {
    text-align: center;
    margin: 0 10px;
    position: relative;
}

.app-page-header .header-min-navbar .right-menus-block .item .icon {
    font-size: 36px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
    color: #fff;
}

.app-page-header .header-min-navbar .right-menus-block .item .text {
    line-height: 30px;
}

.app-page-header .header-min-navbar .right-menus-block .item .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    line-height: 20px;
    font-size: 12px;
    min-width: 20px;
    padding: 0 6px;
    color: #fff;
    background-color: #f44336;
    font-style: normal;
}

.app-page-header .header-min-navbar .hamburg-block {

}

.app-page-header .header-min-navbar .hamburg-block .icon-btn {
    font-size: 22px;
    width: 36px;
    height: 36px;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #fff;
}

.app-page-header .header-min-navbar .hamburg-block .icon-btn.close-btn {
    display: none;
}

.app-page-header .header-min-navbar .hamburg-block.open .icon-btn.navicon-btn {
    display: none;
}

.app-page-header .header-min-navbar .hamburg-block.open .icon-btn.close-btn {
    display: block;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal {
    position: fixed;
    left: 0;
    top: 44px;
    width: 100%;
    height: calc(100% - 44px);
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border-top: 2px solid #d9c9b7;
    z-index: 9999;
}

.app-page-header .header-min-navbar .hamburg-block.open .hamburg-modal {
    display: block;
    padding: 20px 0;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .auth-row {
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .auth-row .btn.btn-info {
    background-color: #00a4d8;
    border-color: #00a4d8;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .auth-row .btn.btn-danger {
    background-color: #ea5555;
    border-color: #ea5555;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .user-center-menus {
    line-height: 3em;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .user-center-menus .cat-item {
    border-top: 1px solid #eee;
    padding: 10px 0;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .user-center-menus .cat-item .cat-title {
    font-weight: bold;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .user-center-menus .cat-item .cat-menus {
    padding-left: 15px;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .user-center-menus .cat-item .cat-menus .menu-item a {
    display: inline-block;
    width: 100%;
    word-break: break-all;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .categories-block {
    line-height: 3em;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .categories-block .cate-item {
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .categories-block .cate-item .header {
    position: relative;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .categories-block .cate-item .header:after {
    content: '>';
    position: absolute;
    right: 0;
    top: 0;
}

.app-page-header .header-min-navbar .hamburg-block .hamburg-modal .categories-block .cate-item .content {
    padding-left: 1em;
}

.app-page-header .header-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    margin: 18px 0 14px;
}

.app-page-header .header-middle .logo-block {
    height: 100%;
}

.app-page-header .header-middle .logo-block img {
    height: 100%;
}

.app-page-header .header-middle .right-menus-block {
    display: flex;
}

.app-page-header .header-middle .right-menus-block .item {
    text-align: center;
    margin: 0 0 0 24px;
    position: relative;
}

.app-page-header .header-middle .right-menus-block .item .icon {
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
}

.app-page-header .header-middle .right-menus-block .item .text {
    line-height: 30px;
}

.app-page-header .header-middle .right-menus-block .item .badge {
    position: absolute;
    right: -8px;
    top: -8px;
    line-height: 18px;
    font-size: 11px;
    min-width: 18px;
    padding: 0 5px;
    color: #fff;
    background-color: #f44336;
    font-style: normal;
}

.app-page-header .header-auth-block {
    margin-bottom: 16px;
    display: none;
}


.app-page-header .header-auth-block .col-xs-6:first-child {
    padding-right: 7px;
}

.app-page-header .header-auth-block .col-xs-6:last-child {
    padding-left: 7px;
}

.app-page-header .header-auth-block .btn {
    line-height: 30px;
    padding: 0;
    border: none;
    border-radius: 8px;
}

.app-page-header .header-auth-block .btn.btn-info {
    background-color: #00a4d8;
}

.app-page-header .header-auth-block .btn.btn-danger {
    background-color: #ea5555;
}

.app-page-header .header-aaa {
    text-align: center;
    margin-bottom: 10px;
}

.app-page-header .header-aaa .img {
    display: block;
    height: 80px;
    background-position: center;
    background-size: cover;
}

.app-page-header .header-main-navbar {
    margin-bottom: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.app-page-header .header-main-navbar::-webkit-scrollbar {
    display: none;
}

.app-page-header .header-main-navbar .menus {
    font-size: 14px;
    line-height: 46px;
    color: #61727e;
    min-width: max-content;
    height: 46px;
    display: flex;
    gap: 34px;
}

.app-page-header .header-main-navbar .menus .item {
    position: relative;
    padding: 0 10px;
}

.app-page-header .header-main-navbar .menus .item:hover::after,
.app-page-header .header-main-navbar .menus .item.active::after {
    content: ' ';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 3px;
    background-color: #00a4d8;
}

.app-page-header .header-main-navbar .menus .item img {
    width: 15px;
    height: 15px;
}

.app-page-header .header-search-block {
    margin-bottom: 16px;
    display: flex;
}

.app-page-header .header-search-block .pos-info {
    color: #6e808d;
    width: 88px;
    font-size: 12px;
    line-height: 18px;
}

.app-page-header .header-search-block .product-search-form {
    width: calc(100% - 80px);
}

.app-page-header .header-search-block .product-search-form .shop-block {
    width: 102px;
    vertical-align: top;
}

.app-page-header .header-search-block .product-search-form .shop-block > .btn {
    color: #5f717d;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: 42px;
    background-color: #f0f4f7 !important;
    outline: none !important;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #dde6ec;
    border-right-width: 0;
}

.app-page-header .header-search-block .product-search-form .shop-block > .btn .icon {
    width: 26px;
    display: none;
}

.app-page-header .header-search-block .product-search-form .shop-block > .dropdown-menu {
    font-size: 14px;
    min-width: 100px;
}

.app-page-header .header-search-block .product-search-form .search-input {
    height: 42px;
    outline: none !important;
    box-shadow: none !important;
    border-top: 1px solid #dde6ec;
    border-bottom: 1px solid #dde6ec;
    border-left: 0;
    border-right: 0;
    outline: none !important;
}

.app-page-header .header-search-block .product-search-form .search-btn-group {
    vertical-align: top;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
}

.app-page-header .header-search-block .product-search-form .search-btn {
    width: 72px;
    height: 42px;
    border: none;
    outline: none;
    color: #fff;
    font-weight: 700;
}

.app-page-header .header-search-block .product-search-form .search-btn[data-lang="zh-CN"] {
    background-color: #00a4d8;
}

.app-page-header .header-search-block .product-search-form .search-btn[data-lang="ja"] {
    background-color: #0095c5;
}

.app-page-content {
    min-height: 80vh;
}

.app-page-footer {
    color: #666;
    background-color: #eee;
    margin-top: 30px;
}

.app-page-footer .footer-top {
    padding-top: 52px;
    padding-bottom: 62px;
}

.app-page-footer .footer-top .menus-block {
    text-align: right;
    height: 38px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.app-page-footer .footer-top .menus-block a {
    margin: 0 17px;
}

.app-page-footer .footer-top .menus-block a:first-child {
    margin-left: 0;
}

.app-page-footer .footer-top .menus-block a:last-child {
    margin-right: 0;
}

.app-page-footer .footer-top .menus-block a:hover,
.app-page-footer .footer-top .menus-block a:focus,
.app-page-footer .footer-top .menus-block a:active {
    color: inherit;
    text-decoration: underline;
}

.app-page-footer .footer-bottom {
    text-align: center;
    padding-bottom: 50px;
}

.panel-box.article-left-categories-panel-box .item {
}

.panel-box.article-left-categories-panel-box .item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    color: #687b88;
}

.panel-box.article-left-categories-panel-box .item:hover a {
    color: #00a4d8;
}

.panel-box.article-left-categories-panel-box .item.active a {
    color: #00a4d8;
    font-weight: bold;
}

.panel-box.article-left-categories-panel-box .item a .fa {
    font-size: 16px;
}

.article-list-panel-box .article-list {
    margin-bottom: 20px;
}

.article-list-panel-box .article-list .article-item {
    border-bottom: 1px solid #ddd;
}

.article-list-panel-box .article-list .article-item a {
    display: block;
    padding: 25px 15px 15px 15px;
    font-size: 16px;
    font-weight: 500;
}

.product-search-filter-panel {
    background-color: #f0f4f7;
}

.product-search-filter-panel .filter-form {
    width: 100%;
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product-search-filter-panel .filter-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
}

.product-search-filter-panel .filter-form .form-group * {
    display: inline-block;
}

.product-search-filter-panel .filter-form .form-group input.form-control {
    width: 70px;
}

.product-search-filter-panel .filter-form .form-group select.form-control {
    width: 130px;
}

.left-menus-panel {
}

.left-menus-panel .cat-item {
    margin-bottom: 15px;
}

.left-menus-panel .cat-item .cat-title {
    font-weight: bold;
    padding: 10px 15px;
}

.left-menus-panel .cat-item .cat-menus {
}

.left-menus-panel .cat-item .cat-menus .menu-item a {
    display: block;
    padding: 10px 15px;
    color: #687b88;
    border-radius: 8px;
}

.left-menus-panel .cat-item .cat-menus .menu-item a:hover {
    color: #fff;
    background-color: #00a4d8;
}

.page-pagination-block {
    display: flex;
    justify-content: center;
}

.page-pagination-block .pagination {
    margin-top: 0;
}

.product-category-breadcrumb {
    padding: 0;
    background-color: transparent;
    line-height: 2em;
}

.product-category-breadcrumb a {
    color: #00a4d8;
}

.product-category-breadcrumb > li:last-child {
    font-weight: bold;
}

.product-category-breadcrumb > li + li:before {
    content: '>';
}

.index-page {
}

.index-page .exchange-block {
    line-height: 2em;
    display: none;
    justify-content: space-between;
    margin-bottom: 20px;
}

.index-page .banner-block {
    position: relative;
    height: 220px;
    overflow: hidden;
    border-radius: 10px;
}

.index-page .banner-block .banner-swiper {
    width: 250%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}

.index-page .banner-block .banner-swiper .swiper-wrapper .swiper-slide-prev,
.index-page .banner-block .banner-swiper .swiper-wrapper .swiper-slide-next {
    filter: blur(2px);
}

.index-page .banner-block .banner-swiper .swiper-button-prev,
.index-page .banner-block .banner-swiper .swiper-button-next {
    height: 100%;
    top: 0;
    margin-top: 0;
    width: 75px;
}

.index-page .banner-block .banner-swiper .swiper-button-prev {
    left: 30%;
}

.index-page .banner-block .banner-swiper .swiper-button-next {
    right: 30%;
}

.index-page .announcement-block {
    display: flex;
    line-height: 2em;
    align-items: center;
}

.index-page .announcement-block .swiper {
    height: 56px;
}

.index-page .announcement-block .text-row-ellipsis {
    display: block;
}

.index-page .announcement-block .more {
    border-left: 1px solid #e7edf3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00a4d8;
}

.index-page .hot-product-block {
}

.index-page .hot-product-block .header {
    font-weight: bold;
    margin-bottom: 16px;
}

.index-page .hot-product-block .list {
}

.index-page .hot-product-block .list .item-block {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.index-page .hot-product-block .list .item-block .thumb {
    width: 50px;
    margin-right: 20px;
}

.index-page .hot-product-block .list .item-block .thumb img {
    width: 100%;
    border-radius: 6px;
}

.index-page .hot-product-block .list .item-block .title {
    width: calc(100% - 70px);
}

.index-page .left-categories-block {
}

.index-page .left-categories-block > .header {
    font-weight: bold;
    margin-bottom: 12px;
}


.index-page .left-categories-block #left-categories {
}

.index-page .left-categories-block .cate-item .header {
}

.index-page .left-categories-block .cate-item .header a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.index-page .left-categories-block .cate-item .header a .fa {
    font-size: 16px;
}

.index-page .left-categories-block .cate-item .content {
    padding-left: 1em;
}

.index-page .left-categories-block .cate-item .content .item a {
    display: block;
    padding: 10px 0;
}

.index-page .categories-show-block {
    margin-top: 24px;
}

.index-page .categories-show-block .header {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
}

.index-page .categories-show-block .header small {
    font-size: 16px;
}

.index-page .categories-show-block .list-box {
    border-radius: 8px;
    padding: 8px 7px 2px;
}

.index-page .categories-show-block .list-box > div {
    padding-left: 7px;
    padding-right: 7px;
}

.index-page .categories-show-block .list-box .item-block {
    display: block;
    text-align: center;
}

.index-page .categories-show-block .list-box .item-block .content {
    height: 82px;
    margin-bottom: 14px;
}

.index-page .categories-show-block .list-box .item-block .content img {
    max-width: 100%;
    max-height: 100%;
}

.index-page .categories-show-block .list-box .item-block .title {
    font-weight: bold;
    font-size: 13px;
    color: #465864;
}

.index-page .brand-friends-block {
    margin-bottom: 36px;
}

.index-page .brand-friends-block .header {
    font-size: 30px;
    color: #000;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.index-page .brand-friends-block .list {
}

.index-page .brand-friends-block .list .item-block {
    text-align: center;
    border-radius: 4px;
    margin-bottom: 30px;
    height: 62px;
}

.index-page .brand-friends-block .list .item-block a {
    display: block;
    height: 100%;
}

.index-page .brand-friends-block .list .item-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-page .product-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.search-page .product-list > .col-md-3 {
    padding-left: 8px;
    padding-right: 8px;
}

.search-page .product-list .product-item {
    background-color: #fff;
    margin-bottom: 18px;
    padding: 14px 14px 16px;
    border-radius: 8px;
    border: none;
    box-shadow: none;
}

.search-page .product-list .product-item .img-box {
    margin-bottom: 14px;
    display: flex;
    aspect-ratio: 1;
}

.search-page .product-list .product-item .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.search-page .product-list .product-item .title {
    line-height: 21px;
    margin-bottom: 8px;
    height: 42px;

    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.search-page .product-list .product-item .title a:hover {
    text-decoration: underline;
}

.search-page .product-list .product-item .price b {
    color: #ef6b53;
    font-size: 20px;
    font-weight: 700;
}

.search-page .product-list .product-item .price small {
    color: #7f909b;
    white-space: nowrap;
}

.search-page .search-hero {
    padding: 0;
    margin-bottom: 30px;
}

.search-page .search-hero-top {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 0;
}

.search-page .hero-title {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-page .hero-title .hero-title-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

.search-page .hero-desc {
    margin: 0;
    color: #5f6f7a;
    line-height: 1.9;
}

.search-page .hero-actions .btn {
    display: inline-flex;
    align-items: center;
}

.search-page .hero-actions .btn .hero-action-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    vertical-align: text-bottom;
}

.search-page .left-filter-panel-box {
    padding: 0;
    border: none;
    box-shadow: none;
}

.search-page .left-filter-panel-box .header {
    display: flex;
    justify-content: space-between;
    color: #334654;
}

.search-page .left-filter-panel-box .header .down {
    background-color: transparent;
    border: none;
    display: none;
}

.search-page .left-filter-panel-box .list {
    overflow: hidden;
    margin-top: 10px;
}

.search-page .left-filter-panel-box .list .item {
    display: block;
    padding: 10px 0;
}

.search-page .left-filter-panel-box .list .item:hover {
    color: #00a4d8;
}

.product-page .product-page-head {
    margin-bottom: 10px;
}

.product-page .product-status-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.product-page .product-panel-box .product-title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #243542;
}

.product-page .product-gallery-block {
    user-select: none;
    margin-bottom: 20px;
}

.product-page .product-gallery-block .big-img-swiper {
    border-radius: 10px;
    background: #fff;
    margin-bottom: 12px;
}

.product-page .product-gallery-block .big-img-swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 10px;
}

.product-page .product-gallery-block .thumb-swiper {
    padding: 0 38px;
}

.product-page .product-gallery-block .thumb-swiper .swiper-slide {
    border: 1px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    opacity: .88;
    transition: border-color .2s ease, opacity .2s ease, transform .2s ease, box-shadow .2s ease;
}

.product-page .product-gallery-block .thumb-swiper .swiper-slide.swiper-slide-thumb-active {
    border-color: #00a4d8;
    opacity: 1;
    transform: none;
    box-shadow: none;
}

.product-page .product-gallery-block .thumb-swiper .swiper-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.product-page .product-gallery-block .thumb-swiper .swiper-button-next, .product-page .product-gallery-block .thumb-swiper .swiper-button-prev {
    --swiper-navigation-size: 24px;
    color: #5f7482;
    background: #fff;
    border: 1px solid #edf2f5;
    border-radius: 12px;
    width: 28px;
    height: calc(100% - 8px);
    top: 4px;
    margin-top: 0;
    display: flex;
    box-shadow: none;
}

.product-page .product-gallery-block .thumb-swiper .swiper-button-next {
    right: 0;
}

.product-page .product-gallery-block .thumb-swiper .swiper-button-prev {
    left: 0;
}

.product-page .product-main-panel {
    padding: 0 0 0 24px;
}

.product-page .product-main-panel .product-shopping {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-page .decision-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 16px;
    margin-bottom: 18px;
}

.product-page .decision-summary .summary-card {
    min-height: 88px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #f0f4f7;
    border: none;
    box-shadow: none;
}

.product-page .decision-summary .summary-label {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
    color: #6d7c87;
}

.product-page .decision-summary .summary-label .fa {
    width: 14px;
    text-align: center;
    color: #7aa8bd;
}

.product-page .decision-summary .summary-value {
    line-height: 1.65;
    font-size: 13px;
    color: #153954;
}

.product-page .decision-summary .summary-card:first-child .summary-value {
    font-size: 15px;
    font-weight: 700;
}

.product-page .decision-summary .summary-card:nth-child(2) .summary-value {
    font-size: 15px;
    font-weight: 700;
}

.product-page .decision-summary .summary-card:nth-child(3) .summary-value {
    color: #58707f;
}

.product-page .decision-summary .summary-extra {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.6;
}

.product-page .decision-summary .summary-extra a {
    color: #0b719d;
}

.product-page .product-main-panel .product-shopping .shopping-icon {
    height: 46px;
}

.product-page .product-main-panel .product-shopping .heart-icon {
    font-size: 20px;
}

.product-page .product-main-panel .product-shopping .heart-icon .fa-heart {
    display: none;
}

.product-page .product-main-panel .product-shopping .heart-icon.collected .fa-heart-o {
    display: none;
}

.product-page .product-main-panel .product-shopping .heart-icon.collected .fa-heart {
    display: block;
}

.product-page .product-main-panel .product-main-table {
}

.product-page .product-main-panel .product-main-table th,
.product-page .product-main-panel .product-main-table td {
    border-top: 0;
    line-height: 32px;
}

.product-page .product-main-panel .product-main-table th {
    color: #748590;
    font-weight: normal;
}

.product-page .product-main-panel .product-main-table .price-tr .big {
    color: #ef6b53;
    font-size: 30px;
    font-weight: 700;
}

.product-page .product-main-panel .product-main-table .attr-tr .btn {
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-page .product-main-panel .product-main-table .seller-info-tr .media .media-object {
    width: 50px;
    height: 50px;
    max-width: inherit;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.product-page .product-main-panel .product-main-table .buy-quantity-tr {
}

.product-page .product-main-panel .product-main-table .buy-quantity-tr .buy-quantity {
    width: 80px;
    text-align: center;
    display: inline-block;
}

.product-page .product-main-panel .main-btn {
    height: 46px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
}

.product-page .product-detail-panel {
}

.product-page .product-detail-panel .content {
    margin-top: 20px;
    min-height: 200px;
}

.product-page .product-detail-panel .content img,
.product-page .product-detail-panel .content table {
    max-width: 100%;
}

.product-page .product-detail-block {
}

.product-page .product-detail-block > .nav-tabs {
    display: flex;
    gap: 22px;
    border-bottom: 1px solid #e5edf2;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-page .product-detail-block > .nav-tabs:before,
.product-page .product-detail-block > .nav-tabs:after {
    display: none;
}

.product-page .product-detail-block > .nav-tabs > li {
    float: none;
    margin-bottom: 0;
}

.product-page .product-detail-block > .nav-tabs > li > a {
    margin-right: 0;
    padding: 0 4px 12px 4px;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    color: #67808f;
    transition: all .2s ease;
}

.product-page .product-detail-block > .nav-tabs > li > a:hover,
.product-page .product-detail-block > .nav-tabs > li.active > a,
.product-page .product-detail-block > .nav-tabs > li.active > a:focus,
.product-page .product-detail-block > .nav-tabs > li.active > a:hover {
    border: 0;
    border-bottom: 2px solid #00a4d8;
    background: transparent;
    color: #0b719d;
    box-shadow: none;
}

.product-page .product-detail-block > .tab-content > .tab-pane {
    padding: 20px 0;
    position: relative;
}

.product-page .purchase-guide {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.product-page .purchase-guide .guide-item {
    padding: 16px 18px;
    border-radius: 14px;
    background: #f0f4f7;
    border: none;
    box-shadow: none;
}

.product-page .purchase-guide .guide-item h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 15px;
}

.product-page .purchase-guide .guide-item h4 .fa {
    width: 16px;
    text-align: center;
    color: #77a7bc;
}

.product-page .purchase-guide .guide-item p {
    margin: 0;
    color: #62727d;
    line-height: 1.85;
}

.product-page .product-detail-block > .tab-content .comment-list {
}

.product-page .product-detail-block > .tab-content .comment-list > .media {
    margin-bottom: 20px;
}

.product-page .product-detail-block > .tab-content .comment-list > .media:last-child {
    margin-bottom: 0;
}

.product-page .product-detail-block > .tab-content .comment-list > .media .media-object {
    width: 50px;
    height: 50px;
    max-width: inherit;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.product-page .product-detail-block > .tab-content .comment-list > .media .comment-content {
    background-color: #f5f5f5;
    border-right: 4px;
    padding: 15px;
}

.cart-page .group-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #344451;
}

.cart-page .group-label .icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: none;
}

.cart-page .group-label .text {
    line-height: 1.4;
}

.cart-page .product-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    word-break: break-all;
}

.cart-page .product-name .badge {
    margin-right: 8px;
    vertical-align: middle;
}

.cart-page .cart-desktop th,
.cart-page .cart-desktop td {
    padding: 12px 15px;
}

.cart-page .cart-desktop thead th,
.cart-page .cart-desktop thead td {
    text-align: center;
    background-color: #f7f7f7;
    color: #667986;
}

.cart-page .cart-desktop .group-row th {
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #fafafa;
}

.cart-page .cart-desktop .cart-item-row.is-danger {
    background-color: #f2c8c5;
}

.cart-page .cart-desktop .cart-item-row .select-col {
    width: 56px;
    text-align: center;
    vertical-align: middle;
}

.cart-page .cart-desktop .cart-item-row .product-col {
    vertical-align: top;
}

.cart-page .cart-desktop .cart-item-row .product-col .product {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.cart-page .cart-desktop .cart-item-row .product-col .product .thumb {
    width: 120px;
    flex: 0 0 120px;
}

.cart-page .cart-desktop .cart-item-row .product-col .product .thumb .img {
    width: 100%;
    display: block;
    border-radius: 8px;
    background-color: #f5f5f5;
}

.cart-page .cart-desktop .cart-item-row .product-col .product .info {
    flex: 1;
    min-width: 0;
}

.cart-page .cart-desktop .cart-item-row .product-col .product .info .attribute {
    margin-top: 10px;
    color: #666;
    line-height: 1.7;
}

.cart-page .cart-desktop .cart-item-row .product-col .product .info .status {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.7;
}

.cart-page .cart-desktop .cart-item-row .price-col,
.cart-page .cart-desktop .cart-item-row .quantity-col {
    width: 220px;
    vertical-align: middle;
    text-align: center;
}

.cart-page .cart-desktop .cart-item-row .price-col .price-block + .price-block {
    margin-top: 18px;
}

.cart-page .cart-desktop .cart-item-row .quantity-col .quantity-text {
    font-weight: 700;
    line-height: 34px;
}

.cart-page .cart-desktop .cart-item-row .quantity-col .quantity-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.cart-page .cart-desktop .cart-item-row .quantity-col .quantity-box .quantity-main {
    flex: 1;
}

.cart-page .cart-desktop .cart-item-row .quantity-col .quantity-box .actions {
    flex: 0 0 auto;
}

.cart-page .cart-desktop .cart-item-row .quantity-col .quantity-box .quantity-main .number-input-group {
    width: 130px;
    margin: 0 auto;
}

.cart-page .cart-mobile .cart-group + .cart-group {
    margin-top: 18px;
}

.cart-page .cart-mobile .cart-group .group-head {
    margin-bottom: 10px;
    padding: 10px 12px;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item {
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 12px;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item.is-danger {
    background-color: #f2c8c5;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .head {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .head .select {
    margin-top: 4px;
    margin-bottom: 0;
    flex: 0 0 auto;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .body {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .body .thumb {
    width: 92px;
    flex: 0 0 92px;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .body .thumb .img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .body .meta {
    flex: 1;
    min-width: 0;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .body .meta .attribute {
    color: #666;
    line-height: 1.7;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .body .meta .status {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.7;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer .left-col,
.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer .right-col {
    display: flex;
    gap: 12px;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer .price,
.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer .quantity,
.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer .actions {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: center;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer .price {
    width: 100px;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer .price * {
    min-width: max-content;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer .quantity {
    width: 130px;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer .quantity .value {
    font-weight: 700;
    line-height: 34px;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer .quantity .number-input-group {
    width: 100%;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer .actions {
    padding-top: 28px;
}

.cart-page .cart-mobile .cart-group .cart-item-list .cart-item .footer .label {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #6b7a85;
}

.cart-page .total-panel {
    padding-top: 16px;
    padding-bottom: 16px;
}

.cart-page .total-panel .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cart-page .total-panel .quantity-col {
    line-height: 30px;
}

.cart-page .summary-title {
    font-size: 12px;
    font-weight: 700;
    color: #5f6f7a;
}

.cart-page .total-panel .price-col {
    line-height: 36px;
    font-size: 18px;
    text-align: right;
}

.small-note {
    margin: 8px 0;
    font-size: 12px;
    line-height: 1.8;
    color: #61717d;
}

.cart-page .total-panel .sub-col {
    text-align: right;
}

.cart-page .checkbox-panel .btn-select {
    margin-right: 10px;
    margin-bottom: 10px;
}

.cart-page .checkbox-panel .address-table .select-col {
    width: 50px;
    text-align: center;
    vertical-align: middle;
}

.cart-page .checkbox-panel .address-table .detail-col {
    line-height: 2em;
}

.order-page .filter-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.order-page .filter-form .form-group {
    width: 25%;
    padding-left: 7px;
    padding-right: 7px;
}

.order-page .filter-form .form-group .form-control {
    width: 100%;
}

.nav.nav-human-status {
    margin-bottom: 14px;
}

.nav.nav-human-status li a {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid transparent;
    padding: 0 10px 10px 10px;
    background-color: #fff !important;
    color: #687b88;
}

.nav.nav-human-status li:hover a {
    background-color: transparent !important;
    border-color: transparent;
}

.nav.nav-human-status li.active a {
    color: #00a4d8;
    font-weight: bold;
    background-color: transparent !important;
    border-color: transparent;
    border-bottom: 2px solid #00a4d8;
}

.grey-header-list-table {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e9edf1;
}

.grey-header-list-table th,
.grey-header-list-table td {
    padding: 11px 12px;
    font-size: 12px;
    line-height: 1.7;
    color: #556874;
    border-width: 0 0 1px 1px !important;
    border-style: solid !important;
    border-color: #e9edf1 !important;
}

.grey-header-list-table thead th,
.grey-header-list-table thead td {
    text-align: center;
    vertical-align: middle !important;
    background-color: #f6f6f6;
    color: #7b8c97;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .02em;
}

.grey-header-list-table tbody th,
.grey-header-list-table tbody td {
    text-align: center;
    vertical-align: middle !important;
    background-color: #fff;
}

.grey-header-list-table tbody tr:hover td,
.grey-header-list-table tbody tr:hover th {
    background-color: #fafbfc;
}

.grey-header-list-table thead tr:first-child th,
.grey-header-list-table thead tr:first-child td,
.grey-header-list-table tbody tr:first-child th,
.grey-header-list-table tbody tr:first-child td {
    border-top: 0 !important;
}

.grey-header-list-table tr th:first-child,
.grey-header-list-table tr td:first-child {
    border-left: 0 !important;
}

.grey-header-list-table tbody tr:last-child th,
.grey-header-list-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.order-page .order-list-table .thumb-col img {
    width: 50px;
}

.order-page .order-list-table .product-name-col {
    width: 25%;
}

.order-page .order-list-table .product-name-col > .ui-badge.badge-primary {
    margin-bottom: 8px;
}

.order-page .order-list-table .opt-col .btn {
    padding: 5px 8px;
    font-size: inherit;
    background-color: #fff;
    border: none;
    border-radius: 6px;
}

.order-page .order-table-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.order-page .order-table-bottom .ri .total {
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    padding-left: 10px;
    padding-right: 10px;
}

.order-page .order-table-bottom .ri .pagination {
    margin: 0;
}

.package-page .table td > .ui-badge.badge-primary {
    margin-bottom: 6px;
}

.address-page {
}

.address-page .opt-col {
    text-align: center;
    width: 90px;
}

.address-page .opt-col div {
    display: flex;
    justify-content: space-between;
}

.shipping-estimate-page .fee-table {
    margin-top: 1em;
}

.shipping-estimate-page .fee-table th,
.shipping-estimate-page .fee-table td {
    text-align: center;
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}

.collect-page .product-list {
    margin-left: -7px;
    margin-right: -7px;
}

.collect-page .product-list > .col-md-3 {
    padding-left: 7px;
    padding-right: 7px;
}

.collect-page .product-list .product-item {
    padding: 10px;
    margin-bottom: 20px;
}

.collect-page .product-list .product-item .img-box {
    margin-bottom: 20px;
    display: flex;
    aspect-ratio: 1;
}

.collect-page .product-list .product-item .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

.collect-page .product-list .product-item .title {
    line-height: 20px;
    margin-bottom: 10px;
    height: 40px;
}

@media (min-width: 1260px) {
    .container {
        width: 1230px;
    }
}

@media (max-width: 1200px) {
    .product-search-filter-panel .filter-form {
        justify-content: left;
    }
}

@media (max-width: 992px) {
    .app-page-header .header-min-navbar {
        display: block;
    }

    .app-page-header .header-middle {
        display: none;
    }

    .app-page-header .header-auth-block {
        display: block;
    }

    .product-search-filter-panel .filter-form {
        justify-content: space-between;
    }

    .product-search-filter-panel .filter-form .form-group {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .product-search-filter-panel .filter-form .search-btn {
        width: 100%;
    }

    .cart-page .total-panel .quantity-col {
        text-align: right;
    }

    .cart-page .total-panel .price-col {
        margin-bottom: 10px;
    }

    .product-page .product-main-panel {
        padding-left: 0;
        padding-right: 0;
    }

    .search-page .search-hero-top,
    .search-page .state-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .product-page .decision-summary,
    .product-page .purchase-guide {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .app-page-header .header-aaa .img {
        height: 50px;
    }

    .app-page-header .header-search-block {
    }

    .app-page-header .header-search-block .pos-info {
        display: none;
    }

    .app-page-header .header-search-block .product-search-form {
        width: 100%;
    }

    .app-page-header .header-search-block .product-search-form .shop-block {
        width: 70px;
    }

    .app-page-header .header-search-block .product-search-form .shop-block > .btn .icon {
        display: inline-block;
    }

    .app-page-header .header-search-block .product-search-form .shop-block > .btn .text {
        display: none;
    }

    .app-page-footer .footer-top .logo-block {
        margin-bottom: 40px;
        text-align: center;
    }

    .app-page-footer .footer-top .menus-block {
        justify-content: center;
    }

    .index-page .exchange-block {
        display: flex;
    }

    .index-page .banner-block {
        height: 300px;
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
    }

    .index-page .announcement-block {
        display: block;
    }

    .index-page .announcement-block .more {
        display: none;
    }

    .index-page .hot-product-block .list.row {
        margin-left: -7px;
        margin-right: -7px;
    }

    .index-page .hot-product-block .list .col-xs-6 {
        padding-left: 7px;
        padding-right: 7px;
    }

    .order-page .filter-form .form-group {
        width: 50%;
    }

    .order-page .order-list-table .sn-col {
        width: 70px;
    }

    .order-page .order-list-table .sn-col .text {
        display: inline-block;
        width: 70px;
        word-break: break-all;
    }

    .address-page .name-col {
        width: 80px;
    }

    .address-page .opt-col {
        width: 50px;
    }

    .address-page .opt-col div {
        flex-direction: column;
        line-height: 2em;
    }

    .search-page .left-filter-panel-box .header .down {
        display: block;
    }

    .search-page .left-filter-panel-box .list {
        display: none;
    }

}

@media (min-width: 768px) {
    .shipping-estimate-page .search-form {
        text-align: center;
    }

    .shipping-estimate-page .search-form .form-group {
        margin: 0 0.5em;
    }
}

@media (max-width: 767px) {
    .app-page-footer .footer-top .menus-block a {
        margin: 0 8px;
    }

    .index-page .banner-block {
        height: 200px;
    }

    .cart-page .panel-box {
        padding: 16px;
    }

    .cart-page .total-panel .quantity-col {
        text-align: center;
    }

    .cart-page .total-panel .price-col,
    .cart-page .total-panel .sub-col {
        text-align: center;
    }

    .order-page .order-table-bottom .le,
    .order-page .order-table-bottom .ri {
        width: 100%;
    }

    .order-page .order-table-bottom .ri {
        text-align: center;
        margin-top: 20px;
    }

    .shipping-estimate-page .fee-table th,
    .shipping-estimate-page .fee-table td {
        font-size: 12px;
    }

    .shipping-estimate-page .fee-table .name-col {
        width: 65px;
    }
}
