/* View refactor: inline styles moved from view templates */

/* ---- shared / generic ---- */
.bx-alert-center {
    text-align: center;
    font-size: 14px;
}

.bx-error-msg {
    display: none;
    color: red;
}

.bx-error-msg-sm {
    display: none;
    color: red;
    font-size: 12px;
}

.bx-error-msg-mp {
    display: none;
    color: red;
    margin-top: 5px;
    padding: 0 10px;
}

.bx-error-msg-mp-sm {
    display: none;
    color: red;
    margin-top: 5px;
    padding: 0 10px;
    font-size: 12px;
}

.bx-collapse {
    height: 0;
    overflow: hidden;
}

.bx-collapse-mt10 {
    height: 0;
    overflow: hidden;
    margin-top: 10px !important;
}

.bx-qty-input {
    width: 55px;
    outline: none;
    height: 33px;
}

.bx-qty-40 {
    width: 40px;
    outline: none;
}

.bx-inp-100-35 {
    width: 100px;
    height: 35px;
}

.bx-inp-130-35 {
    width: 130px;
    height: 35px;
}

.bx-file-hide {
    width: 0;
    height: 0;
    overflow: hidden;
}

.bx-auth-btn {
    background-color: #3F4938;
    padding: 10px 20px;
    border-radius: 2px 9px;
    color: white;
    font-size: 15px;
}

.bx-auth-btn-gray {
    background-color: #6c6c6c;
    padding: 10px 20px;
    border-radius: 2px 9px;
    color: white;
}

.bx-modal-dialog {
    max-width: 400px;
    margin-top: 200px;
}

.bx-modal-dialog-lg {
    max-width: 650px;
    margin-top: 200px;
}

.bx-modal-dialog-lg-100 {
    max-width: 650px;
    margin-top: 100px;
}

.bx-modal-dialog-md-100 {
    max-width: 550px;
    margin-top: 100px;
}

.bx-modal-dialog-md-200 {
    max-width: 450px;
    margin-top: 200px;
}

.bx-modal-dialog-850 {
    max-width: 850px;
    padding-top: 150px;
}

.bx-modal-dialog-500 {
    max-width: 500px;
    padding-top: 100px;
}

.bx-avatar-47 {
    max-width: 47px;
    border-radius: 50%;
}

.bx-avatar-70 {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.bx-avatar-100 {
    max-width: 100px;
    max-height: 100px;
}

.bx-card-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
}

.bx-price-off {
    text-decoration: line-through;
    margin-left: 5px;
}

.bx-media-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bx-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.bx-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.bx-section-head-tight {
    margin-bottom: 0;
    text-align: right;
    padding-bottom: 0;
}

.bx-social-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: var(--bj-accent);
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.bx-footer-link {
    color: var(--bj-text);
    text-decoration: none;
    font-weight: 700;
}

.bx-footer-link-light {
    color: var(--bj-text-light);
    text-decoration: none;
}

.bx-thumb-2x {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.bx-thumb-caption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 20px;
    border-radius: 4px;
}

.bx-thumb-caption-dark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: flex-end;
    padding: 25px;
}

.bx-thumb-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s;
}

.bx-thumb-title {
    font-family: var(--bj-heading-font);
    font-size: 18px;
    font-weight: 700;
    color: var(--bj-text);
    margin: 0 0 5px;
}

.bx-thumb-title-lg {
    font-family: var(--bj-heading-font);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.bx-thumb-link {
    font-size: 13px;
    color: var(--bj-accent);
    text-decoration: underline;
}

.bx-thumb-desc {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.bx-thumb-desc-underline {
    font-size: 13px;
    text-decoration: underline;
}

.bx-field {
    height: 42px;
    border: 1px solid var(--bj-border);
    border-radius: 4px;
    font-size: 13px;
    padding: 0 12px;
}

.bx-btn-count {
    border-radius: 0;
    height: 48px;
    margin-right: 5px;
    font-size: 12px;
}

.bx-dot-list {
    list-style-type: disc;
    margin-right: 15px;
}

.bx-price-badge {
    position: absolute;
    bottom: 15px;
    margin: auto;
    left: 0;
    right: 15%;
    width: 24%;
}

.bx-mid-handle {
    top: 0;
    bottom: 0;
    width: 30px;
}

.bx-page-banner {
    background: url(/viewDist/images/faq-banner.jpg) no-repeat center;
    background-position: right;
    background-size: 100%;
}

.bx-container-pad {
    padding-top: 20px;
    padding-bottom: 30px;
}

.bx-club-badge {
    bottom: 120px;
    left: -33px;
}

.bx-img-thumb-120 {
    width: 120px;
    overflow: hidden;
}

.bx-footer-banner {
    padding: 50px 0;
    background: var(--bj-gray-bg);
}

.bx-footer-banner-h {
    font-family: var(--bj-heading-font);
    font-size: 24px;
    font-weight: 700;
    color: var(--bj-text);
    margin-bottom: 10px;
}

.bx-footer-banner-sub {
    font-size: 14px;
    color: var(--bj-text-light);
    line-height: 1.8;
    margin-bottom: 25px;
}

.bx-social-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.bx-faq-banner-h {
    background: #3F4938;
    color: white;
    border-radius: 8px;
}

.bx-icon-img {
    width: 80px;
    height: auto;
    border-radius: 4px;
}

.bx-newsletter-desc {
    font-size: 13px;
    color: var(--bj-text-light);
    line-height: 1.7;
    margin-bottom: 12px;
}

.bx-header-logo {
    height: 80px;
    width: auto;
}

.bx-section-pad-top {
    padding-top: 40px;
}

.bx-section-sub {
    text-align: center;
    color: var(--bj-text-light);
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 14px;
}

.bx-cat-link {
    display: block;
    text-align: center;
    text-decoration: none;
}

.bx-cat-thumb {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
}

.bx-cat-title {
    font-size: 13px;
    font-family: var(--bj-heading-font);
    color: var(--bj-text);
    font-weight: 600;
}

.bx-section-flat {
    padding: 0;
}

.bx-banner-half {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    background: var(--bj-gray-bg);
}

.bx-banner-half-media {
    flex: 1;
    overflow: hidden;
    border-radius: 4px;
}

.bx-media-fluid {
    width: 100%;
    height: auto;
    display: block;
}

.bx-banner-half-body {
    flex: 1;
    text-align: center;
    padding: 20px;
}

.bx-banner-half-title {
    font-family: var(--bj-heading-font);
    font-size: 26px;
    font-weight: 700;
    color: var(--bj-text);
    margin-bottom: 15px;
}

.bx-banner-half-text {
    font-size: 14px;
    color: var(--bj-text-light);
    line-height: 1.8;
    margin-bottom: 20px;
}

.bx-btn-outline {
    display: inline-block;
    padding: 10px 28px;
    font-size: 14px;
    font-family: var(--bj-heading-font);
    font-weight: 600;
    color: var(--bj-accent);
    border: 2px solid var(--bj-accent);
    text-decoration: none;
    transition: all 0.3s;
}

.bx-btn-outline-light {
    display: inline-block;
    padding: 10px 28px;
    font-size: 14px;
    font-family: var(--bj-heading-font);
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.bx-btn-outline-sm {
    display: inline-block;
    padding: 8px 22px;
    font-size: 13px;
    font-family: var(--bj-heading-font);
    font-weight: 600;
    color: var(--bj-accent);
    border: 1px solid var(--bj-accent);
    text-decoration: none;
    transition: all 0.3s;
}

.bx-btn-outline-sm-light {
    display: inline-block;
    padding: 8px 22px;
    font-size: 13px;
    font-family: var(--bj-heading-font);
    font-weight: 600;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.bx-btn-primary {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    font-family: var(--bj-heading-font);
    font-weight: 600;
    color: #fff;
    background: var(--bj-accent);
    border: 2px solid var(--bj-accent);
    text-decoration: none;
    transition: all 0.3s;
}

.bx-btn-ghost {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    font-family: var(--bj-heading-font);
    font-weight: 600;
    color: var(--bj-text);
    background: transparent;
    border: 2px solid var(--bj-border);
    cursor: pointer;
    transition: all 0.3s;
}

.bx-btn-accent {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    font-family: var(--bj-heading-font);
    font-weight: 600;
    color: #fff;
    background: var(--bj-accent);
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.bx-rounded-4 {
    border-radius: 4px;
}

.bx-new-layout {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.bx-new-pin-col {
    width: 25%;
    padding: 0 10px;
}

.bx-mt30 {
    margin-top: 30px;
}

.bx-banner-hero {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.bx-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.35);
}

.bx-hero-box {
    text-align: center;
    max-width: 550px;
    padding: 30px;
}

.bx-hero-title {
    font-family: var(--bj-heading-font);
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}

.bx-hero-text {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: 20px;
}

.bx-presale-banner {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-top: 30px;
}

.bx-block-rel {
    display: block;
    position: relative;
}

.bx-presale-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 5%;
}

.bx-presale-card {
    max-width: 400px;
    color: var(--bj-text);
    background: rgba(255, 255, 255, 0.9);
    padding: 30px 35px;
    border-radius: 4px;
}

.bx-presale-title {
    font-family: var(--bj-heading-font);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 12px;
}

.bx-presale-text {
    font-size: 14px;
    color: var(--bj-text-light);
    line-height: 1.8;
    margin-bottom: 18px;
}

.bx-presale-link {
    display: inline-block;
    padding: 10px 28px;
    font-size: 14px;
    font-family: var(--bj-heading-font);
    font-weight: 600;
    color: #fff;
    background: var(--bj-accent);
    text-decoration: none;
}

.bx-minh-300 {
    min-height: 300px;
}

.bx-block-link {
    display: block;
    text-decoration: none;
}

.bx-blog-thumb {
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 12px;
}

.bx-blog-thumb-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.bx-blog-title {
    font-family: var(--bj-heading-font);
    font-size: 15px;
    font-weight: 600;
    color: var(--bj-text);
    margin-bottom: 6px;
    line-height: 1.5;
}

.bx-blog-desc {
    font-size: 13px;
    color: var(--bj-text-light);
    line-height: 1.7;
}

.bx-section-dark {
    background: var(--bj-dark);
}

.bx-gallery-thumb {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
}

.bx-gallery-thumb-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}

.bx-gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    padding: 20px 15px 15px;
}

.bx-gallery-caption-h {
    font-family: var(--bj-heading-font);
    font-size: 14px;
    color: #fff;
    margin: 0;
    text-align: center;
}

.bx-modal-content {
    border-radius: 8px;
    overflow: hidden;
}

.bx-modal-flex-lg {
    display: flex;
    min-height: 450px;
}

.bx-modal-media {
    flex: 1;
    background: var(--bj-gray-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.bx-modal-media-img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

.bx-modal-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.bx-modal-text {
    font-size: 14px;
    color: var(--bj-text-light);
    line-height: 1.8;
    margin-bottom: 30px;
}

.bx-modal-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.bx-modal-flex-md {
    display: flex;
    min-height: 350px;
}

.bx-popup-media {
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bj-gray-bg);
    padding: 20px;
}

.bx-popup-media-img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.bx-popup-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    text-align: center;
}

.bx-popup-title-sm {
    font-family: var(--bj-heading-font);
    font-size: 16px;
    color: var(--bj-text);
    margin-bottom: 8px;
}

.bx-popup-title {
    font-family: var(--bj-heading-font);
    font-size: 18px;
    color: var(--bj-text);
    margin-bottom: 15px;
}

.bx-popup-text {
    font-size: 14px;
    color: var(--bj-text-light);
    line-height: 1.8;
    white-space: pre-wrap;
    margin-bottom: 25px;
}

.bx-comment-header {
    background: var(--bj-accent);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bx-comment-header-h {
    color: #fff;
    font-family: var(--bj-heading-font);
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.bx-comment-close {
    color: #fff;
    font-size: 24px;
    opacity: 0.8;
    background: none;
    border: none;
    cursor: pointer;
}

.bx-comment-body {
    padding: 25px;
}

.bx-comment-textarea {
    border: 1px solid var(--bj-border);
    border-radius: 4px;
    font-size: 13px;
    padding: 10px 12px;
}

.bx-btn-comment {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    font-size: 14px;
    font-family: var(--bj-heading-font);
    font-weight: 600;
    color: #fff;
    background: var(--bj-accent);
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    border-radius: 4px;
}

.bx-arrow-region {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 5px;
    width: 16px;
    height: 10px;
}

.bx-title-pink-24 {
    color: #a21441;
    font-size: 24px;
}

.bx-banner-faq {
    background: url(/viewDist/images/faq-banner.jpg) no-repeat center;
    background-position: right;
    background-size: 100%;
}

.bx-branch-title {
    color: #d2ac66;
    margin-right: 75px;
}

.bx-btn-w100-h40 {
    width: 100%;
    height: 40px;
}

.bx-h0-wfit {
    height: 0;
    width: fit-content;
}

.bx-w100-o0 {
    width: 100px;
    opacity: 0;
}

.bx-top10-left-neg7 {
    top: 10px;
    left: -7px;
}

.bx-w120-overflow {
    width: 120px;
    overflow: hidden;
}

.bx-hauto-p0-cursor {
    height: auto;
    padding: 0;
    cursor: pointer;
}

.bx-icon-input-region {
    top: 0;
    bottom: 0;
    width: 30px;
}

.bx-faq-cat-title {
    background: #3F4938;
    color: white;
    border-radius: 8px;
}

.bx-rtl-transparent {
    text-align: right;
    background: transparent;
}

.bx-letter-space5-radius-right {
    letter-spacing: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bx-radius-left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.bx-captcha-error {
    display: none;
    color: red;
    margin-top: 5px;
    padding: 0px 10px;
    background-color: #f6f938;
}

.bx-filter-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
}

.bx-none-maxh570 {
    display: none;
    max-height: 570px;
}

.bx-hover-quick-buy {
    position: absolute;
    bottom: 15px;
    margin: auto;
    left: 0;
    right: 15%;
    width: 24%;
}

.bx-bottom-center-32 {
    position: absolute;
    bottom: 0;
    margin: auto auto 6px;
    left: 0;
    right: 0;
    width: 32%;
    z-index: 10;
    height: auto;
}

.bx-bottom-center-35 {
    position: absolute;
    bottom: 0;
    margin: auto auto 6px;
    left: 0;
    right: 0;
    width: 35%;
    z-index: 10;
    height: auto;
}

.bx-icon-25-m7 {
    margin: 7px;
    width: 25px;
}

.bx-strike-ml5 {
    text-decoration: line-through;
    margin-left: 5px;
}

.bx-banner-products {
    background: url(/viewDist/images/products_banner.jpg) no-repeat center;
    background-position: right;
}

.bx-w33-tr {
    width: 33%;
    text-align: right;
}

.bx-w33-tc {
    width: 33%;
    text-align: center;
}

.bx-w33-tl {
    width: 33%;
    text-align: left;
}

.bx-w50-tr {
    width: 50%;
    text-align: right;
}

.bx-w50-tl {
    width: 50%;
    text-align: left;
}

.bx-alert-center-mt15 {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

.bx-alert-danger-mt15 {
    text-align: center;
    font-size: 14px;
    color: #830606 !important;
    background-color: #faefef !important;
    border-color: #b40202;
    margin-top: 15px;
}

.bx-top13-left50 {
    top: 13px;
    left: 50px;
}

.bx-pr5-pt120 {
    padding-right: 5px;
    padding-top: 120px;
}

.bx-top10-left3 {
    top: 10px;
    left: 3px;
}

.bx-w100-h30 {
    width: 100%;
    height: 30px;
}

.bx-bottom24-w130 {
    bottom: 24px;
    width: 130px;
}

.bx-gray-bottom24-w130 {
    color: #8b8888;
    bottom: 24px;
    width: 130px;
}

.bx-bottom24-w100 {
    bottom: 24px;
    width: 100px;
}

.bx-w130-ml50-mt25 {
    width: 130px;
    margin-left: 50px;
    margin-top: 25px;
}

.bx-h35-w120 {
    height: 35px;
    width: 120px;
}

.bx-img-max-100 {
    max-width: 100px;
    max-height: 100px;
}

.bx-btn-dd {
    background-color: #dddddd;
    padding: 4px 40px;
}

.bx-btn-fs10 {
    font-size: 10px;
    padding: 2px 20px;
}

.bx-arrow-48 {
    border-radius: 0px;
    height: 48px;
    margin-right: 5px;
    font-size: 12px;
}

.bx-error-red {
    display: none;
    color: red;
}

.bx-error-red-fs12 {
    display: none;
    color: red;
    font-size: 12px;
}

.bx-list-disc-mr15 {
    list-style-type: disc;
    margin-right: 15px;
}

.bx-img-70-cover {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.bx-display-initial-tag {
    display: initial;
    padding: 2px 5px;
    margin-left: 2px;
}

.bx-bg-f7-p10 {
    background-color: #f7f7f7;
    padding: 10px;
}

.bx-float-left-fs13 {
    float: left;
    font-size: 13px;
    color: #757575;
}

.bx-error-red-mt5 {
    display: none;
    color: red;
    margin-top: 5px;
    padding: 0px 10px;
}

.bx-error-red-mt5-fs12 {
    display: none;
    color: red;
    margin-top: 5px;
    padding: 0px 10px;
    font-size: 12px;
}

.bx-bottom120-left-neg33 {
    bottom: 120px;
    left: -33px;
}

.bx-img-80-round {
    max-width: 80px;
    border-radius: 50%;
}

.bx-progress-0 {
    width: 0%;
    background-color: #5a5a5a;
}

.bx-share-link {
    width: 100%;
    text-transform: none;
}

.bx-stretch-center {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: max-content;
    margin: auto;
}