body.site-theme-shell {
    background: #fff;
    color: #111;
}

html,
body,
.site-theme-shell,
.site-theme-shell .header-body,
.site-theme-shell .header,
.site-theme-shell .bread,
.site-theme-shell .content-box,
.site-theme-shell .section,
.site-theme-shell {
    background-color: #fff;
}

.site-theme-shell .header,
.site-theme-shell .nfooter,
.site-theme-shell .section,
.site-theme-shell .banner {
    position: relative;
    z-index: 1;
}

.site-theme-shell .banner img,
.site-theme-shell .section img,
.site-theme-shell .header img,
.site-theme-shell .nfooter img {
    display: block;
}

.site-theme-shell .slider:not(.slick-initialized) .item:not(:first-child) {
    display: none;
}

.site-theme-shell .hd-sch-form,
.site-theme-shell .n-nav-body,
.site-theme-shell .kfitem-tk {
    transition: all .25s ease;
}

.site-theme-shell .m-hdsch.open .hd-sch-form {
    display: block !important;
}

.site-theme-shell .m-hdsch .hd-sch-form {
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
    z-index: 1200;
}

.site-theme-shell .m-hdsch .form-text {
    background: transparent;
}

.site-theme-shell .theme-product-channel .pro-main {
    position: relative;
}

.site-theme-shell .theme-product-channel .box-warp {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .42);
    z-index: 9999;
}

.site-theme-shell .theme-product-channel .box-slide {
    width: 360px;
    max-width: calc(100vw - 24px);
    height: 100vh;
    background: #fff;
    padding: 28px 28px 34px;
    box-sizing: border-box;
    overflow-y: auto;
    box-shadow: 18px 0 48px rgba(0, 0, 0, .12);
}

.site-theme-shell .theme-product-channel .box-slide-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #ececec;
}

.site-theme-shell .theme-product-channel .box-slide-title p {
    margin: 0;
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
}

.site-theme-shell .theme-product-channel .box-slide-title .closed {
    width: 34px;
    height: 34px;
    font-size: 0;
    cursor: pointer;
    position: relative;
}

.site-theme-shell .theme-product-channel .box-slide-title .closed::before {
    content: "\00d7";
    position: absolute;
    inset: 0;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
    color: #111;
}

.site-theme-shell .theme-product-channel .proslide.box-slide-box {
    display: block;
}

.site-theme-shell .theme-product-channel .slide-title1 {
    margin-bottom: 14px;
}

.site-theme-shell .theme-product-channel .slide-title2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 10px 0 12px;
}

.site-theme-shell .theme-product-channel .slide-title2 a,
.site-theme-shell .theme-product-channel .slide-title1 a {
    color: #111;
}

.site-theme-shell .theme-product-channel .proslide_menubtn {
    width: 22px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.site-theme-shell .theme-product-channel .proslide_menubtn span {
    display: block;
    height: 2px;
    background: #135277;
}

.site-theme-shell .theme-product-channel .yiji-list {
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
    display: block;
}

.site-theme-shell .theme-product-channel .yiji-list li {
    border-bottom: 1px solid #f0f0f0;
}

.site-theme-shell .theme-product-channel .yiji-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 0;
    color: #444;
}

.site-theme-shell .theme-product-channel .yiji-list li.active a,
.site-theme-shell .theme-product-channel .yiji-list li a:hover {
    color: #135277;
}

.site-theme-shell .theme-product-channel .m-sdprofilter {
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #ececec;
}

.site-theme-shell .theme-product-channel .m-sdprofilter::before {
    content: "Browse by category";
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #8b8f96;
}

.site-theme-shell .theme-product-channel .box-filter.price {
    min-height: 64px;
    border: 1px dashed #d9dde4;
    border-radius: 10px;
    background: #fafbfd;
}

.site-theme-shell .theme-product-channel .box-filter.price::before {
    content: "More custom filters can be added here as CMS fields are connected.";
    display: block;
    padding: 18px 16px;
    color: #7d8795;
    line-height: 1.7;
}

.site-theme-shell .theme-product-channel .sort-box {
    position: relative;
}

.site-theme-shell .theme-product-channel .sort-list {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 220px;
    padding: 10px 0;
    border: 1px solid #e9edf3;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    z-index: 30;
}

.site-theme-shell .theme-product-channel .sort-list a {
    display: block;
    margin: 0;
    padding: 10px 18px;
    line-height: 1.5;
}

.site-theme-shell .theme-product-channel .sort-list a:hover,
.site-theme-shell .theme-product-channel .sort-list a.active {
    background: #f5f8fb;
}

.site-theme-shell .n-nav.open .n-nav-body {
    display: block;
    left: 0;
}

.site-theme-shell .n-nav.open .n-nav-icon {
    right: 10px;
    top: 10px;
}

.site-theme-shell .theme-mobile-nav-open {
    overflow: hidden;
}

.site-theme-shell .collect.is-active .icon-collection4,
.site-theme-shell .collect .icon-collection {
    display: none;
}

.site-theme-shell .collect.is-active .icon-collection {
    display: inline-block;
}

.site-theme-shell .theme-cookie-box.is-hidden,
.site-theme-shell .theme-floating-box.is-hidden {
    display: none !important;
}

.site-theme-shell .theme-floating-box {
    position: fixed;
    bottom: 270px;
    left: 30px;
    width: 340px;
    max-height: 120px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 15px 10px;
    border-radius: 4px;
    box-sizing: border-box;
    display: none;
    z-index: 9999999;
}

.site-theme-shell .theme-floating-box .close {
    position: absolute;
    top: 2px;
    right: 5px;
    cursor: pointer;
    color: #fff;
}

.site-theme-shell .theme-floating-box .flex {
    display: flex;
    gap: 12px;
    align-items: center;
    min-height: 90px;
}

.site-theme-shell .theme-floating-box .img-box {
    width: 33%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-theme-shell .theme-floating-box .img-box img {
    max-width: 100%;
    max-height: 100%;
}

.site-theme-shell .theme-floating-box .right {
    width: 65%;
}

.site-theme-shell .theme-floating-box h1,
.site-theme-shell .theme-floating-box p {
    color: #fff !important;
}

.site-theme-shell .theme-cookie-box {
    z-index: 999999999;
    border-radius: 10px;
    width: 520px;
    position: fixed;
    bottom: 55px;
    left: 30px;
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, .2);
    background: #fff;
}

.site-theme-shell .theme-cookie-box .content {
    width: 100%;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    padding: 30px;
    text-align: justify;
    text-align-last: left;
    max-height: 300px;
    overflow: auto;
}

.site-theme-shell .theme-cookie-box .content::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

.site-theme-shell .theme-cookie-box .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px #c1c1c1;
    background: #c1c1c1;
}

.site-theme-shell .theme-cookie-box .content::-webkit-scrollbar-track {
    background: #d2d2d2;
}

.site-theme-shell .theme-cookie-box .cookie-title {
    font-weight: 700;
    font-size: 24px;
    color: #303133;
}

.site-theme-shell .theme-cookie-box .bottom {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 25px;
}

.site-theme-shell .theme-cookie-box .bottom a {
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    width: 140px;
    padding: 10px 0;
    background: #fff;
    color: #333;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    text-align: center;
    word-break: break-word;
}

.site-theme-shell .theme-cookie-box .bottom a:hover {
    opacity: .8;
}

.site-theme-shell .theme-cookie-box .bottom a.model-btn {
    background: #135277;
    color: #fff;
}

.site-theme-shell .bottom-line {
    border-bottom: 1px solid #333;
}

.site-theme-shell .theme-newsletter-feedback {
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
    min-height: 18px;
}

.site-theme-shell .theme-newsletter-feedback.is-error {
    color: #ffb3b3;
}

.site-theme-shell .theme-newsletter-feedback.is-success {
    color: #e3ffd1;
}

.site-theme-shell .theme-generic-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 72px 20px 90px;
}

.site-theme-shell .theme-generic-page .ub-container {
    padding: 0;
}

.site-theme-shell .theme-generic-page .margin-top {
    margin-top: 0;
}

.site-theme-shell .theme-generic-page .ub-nav-header {
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.site-theme-shell .theme-generic-page .item-p,
.site-theme-shell .theme-generic-page .item-k {
    border-radius: 0;
    box-shadow: none;
}

.site-theme-shell .theme-generic-page .tw-bg-white {
    background: #fff;
}

.site-theme-shell .theme-inner-hero {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #111;
}

.site-theme-shell .theme-inner-hero__mask {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(9, 18, 31, .88), rgba(9, 18, 31, .28));
}

.site-theme-shell .theme-inner-hero__content {
    position: relative;
    width: 100%;
    z-index: 1;
    padding: 80px 0 72px;
}

.site-theme-shell .theme-inner-hero__eyebrow {
    font-size: 12px;
    letter-spacing: .28em;
    text-transform: uppercase;
    opacity: .75;
    margin-bottom: 12px;
}

.site-theme-shell .big-box-ljj .theme-product-detail-info {
    position: relative;
    z-index: 2;
}

.site-theme-shell .big-box-ljj .theme-product-rating,
.site-theme-shell .big-box-ljj .theme-product-review-score {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0 22px;
    color: #7d7d7d;
}

.site-theme-shell .big-box-ljj .theme-product-stars {
    color: #222;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
}

.site-theme-shell .big-box-ljj .theme-product-qty {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0 0 24px;
    flex-wrap: wrap;
}

.site-theme-shell .big-box-ljj .theme-product-qty .left {
    font-size: 16px;
    color: #222;
    font-weight: 600;
}

.site-theme-shell .big-box-ljj .theme-product-qty-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #d6d6d6;
    background: #fff;
}

.site-theme-shell .big-box-ljj .theme-qty-btn,
.site-theme-shell .big-box-ljj .theme-qty-input {
    width: 56px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    color: #111;
    border: 0;
    background: transparent;
}

.site-theme-shell .big-box-ljj .theme-qty-btn + .theme-qty-input,
.site-theme-shell .big-box-ljj .theme-qty-input + .theme-qty-btn {
    border-left: 1px solid #d6d6d6;
}

.site-theme-shell .big-box-ljj .theme-qty-input {
    padding: 0;
    outline: none;
}

.site-theme-shell .big-box-ljj .theme-product-stock {
    font-size: 14px;
    color: #9a9a9a;
}

.site-theme-shell .big-box-ljj .theme-product-detail-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 26px;
}

.site-theme-shell .big-box-ljj .theme-product-detail-buttons .btn {
    min-width: 220px;
    height: 62px;
    line-height: 60px;
    border: 2px solid #135277;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .02em;
    padding: 0 24px;
    background: #fff;
    color: #135277;
}

.site-theme-shell .big-box-ljj .theme-product-detail-buttons .btn-primary {
    background: #135277;
    color: #fff;
}

.site-theme-shell .big-box-ljj .theme-product-meta {
    margin-top: 26px;
}

.site-theme-shell .big-box-ljj .theme-product-meta-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #9a9a9a;
    font-size: 14px;
    flex-wrap: wrap;
}

.site-theme-shell .big-box-ljj .theme-product-favorite {
    display: flex;
    align-items: center;
    gap: 14px;
}

.site-theme-shell .big-box-ljj .theme-product-favorite .collect {
    font-size: 22px;
    color: #135277;
}

.site-theme-shell .big-box-ljj .theme-product-share {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 22px;
    flex-wrap: wrap;
}

.site-theme-shell .big-box-ljj .theme-product-share-label {
    color: #9a9a9a;
    font-size: 14px;
}

.site-theme-shell .big-box-ljj .theme-product-share-links {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.site-theme-shell .big-box-ljj .theme-product-share-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 4px;
    background: #135277;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.site-theme-shell .big-box-ljj .theme-product-level {
    margin-top: 18px;
    color: #888;
    font-size: 14px;
}

.site-theme-shell .big-box-ljj .theme-product-level > div {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.site-theme-shell .big-box-ljj .prodetails-tab .tab-options .wp {
    display: flex;
    align-items: center;
    gap: 0;
}

.site-theme-shell .big-box-ljj .theme-product-reviews .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.site-theme-shell .big-box-ljj .theme-product-reviews-empty {
    padding: 36px 40px;
    background: #f7f7f7;
    border-radius: 12px;
    color: #666;
    font-size: 16px;
    line-height: 1.8;
}

.site-theme-shell .big-box-ljj .theme-product-more {
    margin-top: 30px;
}

.site-theme-shell .big-box-ljj .prob-pic-item.active,
.site-theme-shell .big-box-ljj .prob-pic-item:hover {
    border-color: #135277;
}

@media screen and (max-width: 1259px) {
    .site-theme-shell .big-box-ljj .theme-product-detail-buttons .btn {
        min-width: 180px;
        height: 52px;
        line-height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .site-theme-shell .big-box-ljj .theme-product-detail-buttons .btn {
        min-width: calc(50% - 8px);
    }
}

@media screen and (max-width: 767px) {
    .site-theme-shell .big-box-ljj .theme-product-stars {
        font-size: 20px;
    }

    .site-theme-shell .big-box-ljj .theme-product-detail-buttons .btn {
        min-width: 100%;
    }

    .site-theme-shell .big-box-ljj .theme-qty-btn,
    .site-theme-shell .big-box-ljj .theme-qty-input {
        width: 46px;
        height: 40px;
        line-height: 40px;
    }
}

.site-theme-shell .theme-inner-hero__title {
    font-size: 52px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.site-theme-shell .theme-inner-hero__subtitle {
    margin-top: 18px;
    font-size: 16px;
    max-width: 640px;
    opacity: .88;
}

.site-theme-shell .theme-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 22px 0 0;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #6a7380;
}

.site-theme-shell .theme-breadcrumb a,
.site-theme-shell .theme-breadcrumb span {
    position: relative;
}

.site-theme-shell .theme-breadcrumb a + a::before,
.site-theme-shell .theme-breadcrumb a + span::before,
.site-theme-shell .theme-breadcrumb span + span::before {
    content: "/";
    margin-right: 10px;
    color: #aab0ba;
}

.site-theme-shell .theme-page-shell {
    padding: 28px 0 90px;
}

.site-theme-shell .theme-page-card,
.site-theme-shell .theme-detail-card,
.site-theme-shell .theme-side-card,
.site-theme-shell .theme-search-box,
.site-theme-shell .theme-empty-card {
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .06);
}

.site-theme-shell .theme-page-card,
.site-theme-shell .theme-detail-card,
.site-theme-shell .theme-search-box,
.site-theme-shell .theme-empty-card {
    padding: 36px;
}

.site-theme-shell .theme-richtext img {
    max-width: 100%;
    height: auto;
}

.site-theme-shell .theme-list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.site-theme-shell .theme-list-card {
    background: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .06);
    overflow: hidden;
}

.site-theme-shell .theme-list-card__cover {
    display: block;
    padding-top: 68%;
    background-size: cover;
    background-position: center;
}

.site-theme-shell .theme-list-card__body {
    padding: 24px;
}

.site-theme-shell .theme-list-card__meta,
.site-theme-shell .theme-detail-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #7b8290;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 12px;
    margin-bottom: 12px;
}

.site-theme-shell .theme-list-card__title,
.site-theme-shell .theme-detail-card__title {
    display: block;
    font-size: 28px;
    line-height: 1.15;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.site-theme-shell .theme-list-card__summary {
    color: #5a6573;
    line-height: 1.8;
}

.site-theme-shell .theme-side-card {
    padding: 28px;
}

.site-theme-shell .theme-side-card__title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.site-theme-shell .theme-side-card__item {
    display: block;
    color: #111;
    padding: 12px 0;
    border-top: 1px solid #ececec;
}

.site-theme-shell .theme-side-card__item:first-of-type {
    border-top: 0;
}

.site-theme-shell .theme-search-box form {
    display: flex;
    gap: 12px;
}

.site-theme-shell .theme-search-box input {
    flex: 1;
    height: 54px;
    padding: 0 16px;
    border: 1px solid #d7dbe3;
}

.site-theme-shell .theme-search-box button {
    min-width: 140px;
    border: 0;
    background: #135277;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .14em;
}

.site-theme-shell .theme-empty-card {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .14em;
    color: #7b8290;
}

@media screen and (max-width: 991px) {
    .site-theme-shell .theme-floating-box {
        left: 10px;
        bottom: 185px;
        width: calc(100% - 20px);
    }

    .site-theme-shell .theme-inner-hero {
        min-height: 240px;
    }

    .site-theme-shell .theme-inner-hero__title {
        font-size: 34px;
    }

    .site-theme-shell .theme-list-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .site-theme-shell .theme-page-card,
    .site-theme-shell .theme-detail-card,
    .site-theme-shell .theme-search-box,
    .site-theme-shell .theme-empty-card,
    .site-theme-shell .theme-side-card {
        padding: 20px;
    }

    .site-theme-shell .theme-search-box form {
        flex-direction: column;
    }

    .site-theme-shell .theme-cookie-box {
        left: 10px;
        width: calc(100% - 20px);
    }

    .site-theme-shell .theme-cookie-box .content {
        font-size: 12px;
        padding: 10px;
        text-align: left;
    }

    .site-theme-shell .theme-cookie-box .bottom {
        padding-bottom: 10px;
    }

    .site-theme-shell .theme-cookie-box .bottom a {
        width: calc(33.333% - 8px);
        min-height: 30px;
        line-height: 1.3;
        padding: 8px 4px;
    }
}

.bread {
    padding-left: 20px;
}

.pages a:nth-last-of-type(1) {
    margin-right: 0 !important;
}

.pages a:hover, .pages span.current {
    background: #135277;
    color: #fff !important;
}
.pages a, .pages span {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    color: #666;
    min-width: 30px;
    padding: 0 2px;
    line-height: 30px;
    margin: 0 5px 10px;
    font-size: 1.2rem;
}
