.ta-collection-tag {
    display: inline-block;
    background: #fff3e0;
    color: #b8933e;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #f0d9a8;
    margin-bottom: 10px;
    letter-spacing: .5px;
}

.ta-promo-box {
    background: #fff8f0;
    border: 1.5px solid #f5d8a8;
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 18px;
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.ta-promo-icon {
    width: 32px;
    height: 32px;
    background: #b8933e;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ta-promo-title {
    font-size: 16px;
    font-weight: 700;
    color: #b8933e;
    margin-bottom: 3px;
}

.ta-promo-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 0;
}

.ta-promo-list li {
    font-size: 16px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ta-promo-list li::before {
    content: '•';
    color: #b8933e;
    font-size: 16px;
    line-height: 1;
}

.ta-promo-list li {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
}

.ta-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.ta-stars {
    display: flex;
    gap: 2px;
}

.ta-stars svg {
    color: #f5a623;
    width: 18px;
    height: 18px;
}

.ta-rating-score {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.ta-rating-count {
    font-size: 16px;
    color: #888;
}

.ta-rating-sep {
    color: #ddd;
}

.ta-sold {
    font-size: 16px;
    color: #888;
}

.ux-swatches-attribute-ux_color .ux-swatch {
    border-radius: 99px;
    overflow: hidden;
}

.ux-swatches-attribute-ux_color .ux-swatch span {
    border-radius: 99px;
}

.ux-swatches-attribute-ux_label .ux-swatch {
    width: 40x;
    border-radius: 5px;
}

.ux-swatches-attribute-ux_label .ux-swatch.selected {
    background-color: #dd3333;
    color: #fff;
}

.single_variation_wrap .woocommerce-variation {
    display: none;
}

.woocommerce-variation-price {
    border-top: 1px dashed #ddd;
    font-size: .8em;
    padding: 7.5px 0;
    display: none;
}

.variations_form {
    margin: 0;
}

/* fixx css */
.ta-qty-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.ta-qty-label {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-right: 6px;
}

.ta-qty-ctrl {
    display: flex;
    align-items: center;
    border: 1.5px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.ta-qty-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #555;
    transition: background .2s;
    cursor: pointer;
    background: #f9f6f0;
}

.ta-qty-val {
    width: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: #fff;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1.5px solid #ddd;
    border-right: 1.5px solid #ddd;
}

.ta-qty-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #555;
    transition: background .2s;
    cursor: pointer;
    background: #f9f6f0;
    margin: 0;
}

.ta-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.ta-btn-cart {
    flex: 1;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #b8933e;
    background: #fff;
    color: #b8933e;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all .2s;
    margin: 0;
}

.ta-btn-buy {
    flex: 1;
    height: 48px;
    border-radius: 8px;
    background: #b8933e;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all .2s;
    margin: 0;
}

.ta-btn-wishlist {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    font-size: 16px;
    color: #888;
    cursor: pointer;
    transition: color .2s;
}

.ta-trust {
    background: #dddddd2b;
    border-top: 1px solid #ede7dc;
    border-bottom: 1px solid #ede7dc;
    padding: 30px 0;
}

.ta-trust-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ta-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ta-trust-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    color: #b8933e;
}

.ta-trust-text strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.ta-trust-text span {
    font-size: 16px;
    color: #888;
}

.ta-desc-specs h4 {
    color: #000;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-size: 18px;
}

.col_mtsa .entry-content {
    /* max-height: 700px; */
    overflow: hidden;
}

.ta-spec-row {
    display: flex;
    gap: 8px;
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    align-items: center;
}

.ta-spec-dot {
    width: 5px;
    height: 5px;
    background: #b8933e;
    border-radius: 50%;
    flex-shrink: 0;
}

.ta-spec-key {
    color: #000;
    min-width: 80px;
}

.ta-spec-val {
    color: #000;
    font-weight: 500;
}

.ta-desc-specs {
    background-color: #f8f8f8db;
    padding: 16px;
    border-radius: 8px;
    color: #000;
}


.col_mtsa .entry-content {
    background-color: #f8f8f8db;
    padding: 20px !important;
    border-radius: 8px;
    color: #000;
}

.ta-size-table {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ede7dc;
}

.ta-size-table table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12.5px;
}

.ta-size-table th {
    background: #dd3333;
    color: #fff;
    padding: 10px 12px;
    font-weight: 600;
    text-align: center;
}

.ta-size-table th:first-child {
    text-align: left;
    padding-left: 14px;
}

.ta-size-table td {
    padding: 9px 12px;
    text-align: center;
    border-bottom: 1px solid #f2ece3;
    color: #444;
    font-weight: 600;
}

.ta-size-table td:first-child {
    text-align: left;
    padding-left: 14px;
    font-weight: 600;
    color: #000;
}

.ta-size-table td,
.ta-size-table th {
    font-size: 16px;
}

.ta-size-note {
    background-color: #f8f8f8db;
    padding: 16px;
    border-radius: 8px;
    color: #000;
    font-size: 16px;
}

.ta-size-note p:last-child {
    margin: 0;
}

.ta-size-note p {
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}

.ta-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 18px;
    text-transform: capitalize;
    letter-spacing: .5px;
}

.ta-outfit-slider {
    position: relative;
}

.ta-slider-prev {
    left: -16px;
}

.ta-slider-prev,
.ta-slider-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    color: #555;
    border: 1px solid #eee;
    margin: 0;
}

.ta-outfit-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.ta-outfit-card {
    cursor: pointer;
}

.ta-outfit-img {
    background: #f0ebe0;
    border-radius: 8px;
    aspect-ratio: 4 / 4;
    justify-content: center;
    margin-bottom: 10px;
    overflow: hidden;
}

.ta-outfit-name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.ta-outfit-desc {
    color: #888;
    line-height: 1.5;
    font-size: 14px;
}

.ta-slider-next {
    right: -16px;
}

.row_maydo .col {
    padding-bottom: 0;
}

/* ===== PROMO BANNER ===== */
.ta-promo-banner {
    margin: 32px 0;
    background: linear-gradient(135deg, #fff3e0 0%, #fde8c4 50%, #faf0e0 100%);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    min-height: 120px;
    margin-bottom: 0px;
}

.ta-promo-banner-inner {
    margin: 0 auto;
    padding: 0 20px;
    width: 100%
}

.ta-promo-banner-content {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 24px 0;
    position: relative;
    z-index: 1
}

.ta-promo-banner-left {
    flex-shrink: 0;
    width: 100px;
    height: 80px;
    background: rgba(255, 255, 255, .3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #b8933e
}

.ta-promo-banner-text {
    flex: 1
}

.ta-promo-banner-subtitle {
    font-size: 12px;
    font-weight: 600;
    color: #b8933e;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px
}

.ta-promo-banner-title {
    font-size: 22px;
    font-weight: 700;
    color: #7a5c1e;
    font-style: italic;
    line-height: 1.2;
    margin-bottom: 0px
}

.ta-promo-banner-badges {
    display: flex;
    gap: 12px;
    align-items: center
}

.ta-promo-badge {
    text-align: center
}

.ta-promo-badge-pct {
    font-size: 24px;
    font-weight: 800;
    color: #c0392b;
    line-height: 1
}

.ta-promo-badge-label {
    font-size: 10.5px;
    color: #888;
    line-height: 1.4
}

.ta-promo-banner-gift {
    font-size: 13px;
    color: #555;
    display: flex;
    flex-direction: column;
    gap: 3px
}

.ta-promo-banner-gift strong {
    color: #b8933e;
    font-size: 14px
}

.ta-promo-banner-btn {
    background: #b8933e;
    color: #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.ta-promo-banner-btn:hover {
    background: #a0802f;
}

/* ===== RELATED PRODUCTS ===== */
.ta-related {}

.ta-related-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px
}

.ta-related-see-all {
    font-size: 13px;
    color: #b8933e;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer
}

.ta-product-grid-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px
}

.ta-product-card {
    cursor: pointer
}

.ta-product-card-img {
    background: #f0ebe0;
    border-radius: 8px;
    aspect-ratio: 3 / 3;
    color: #bbb;
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.ta-product-card-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 3px;
    color: #fff
}

.ta-badge-new {
    background: #e05c5c
}

.ta-badge-hot {
    background: #e07c3c
}

.ta-badge-bestseller {
    background: #3c8ce0
}

.ta-product-card-name {
    color: #000;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
}

.ta-product-card-price {
    font-weight: 700;
    color: #c0392b;
    font-size: 18px;
}

.ta-product-card-colors {
    display: flex;
    gap: 4px;
    margin-top: 5px
}

.ta-product-card-color {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1)
}

/* css danh mục sản phẩm */
.row_cates .category-bradcrumbs nav p {
    font-size: 16px;
}

.wks-sidebar {
    flex: 0 0 252px;
}

.wks-filterbox {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 16px;
    background-color: #cccccc14;
}

.wks-filterbox__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.wks-filterbox__head h3 {
    font-size: 17px;
    font-weight: 700;
    color: #15203c;
}

.wks-filterbox__clear {
    font-size: 12.5px;
    color: #15203c;
    text-decoration: underline;
}

.wks-filtergroup {
    border-bottom: 1px dashed #dfdbdb;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.wks-filtergroup:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.wks-filtergroup__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin-bottom: 12px;
}

.wks-filtergroup__head h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.wks-filtergroup__head svg {
    width: 24px;
    height: 24px;
    color: #000;
    transition: transform 0.25s ease;
}

.wks-pricerange__values input {
    box-shadow: unset !important;
    border-radius: 5px !important;
}

.wks-filtergroup.is-collapsed .wks-filtergroup__head svg {
    transform: rotate(-90deg);
}

.wks-filtergroup__body {
    max-height: 600px;
    transition: max-height 0.3s ease;
    overflow: hidden;
}

.wks-filtergroup.is-collapsed .wks-filtergroup__body {
    max-height: 0;
}

.wks-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wks-checklist__item {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    margin: 0;
    font-weight: 600;
}

.wks-checklist__item input {
    width: 15px;
    height: 15px;
    accent-color: #15203c;
    cursor: pointer;
    margin: 0 !important;
}

.sec_sql_pmajs {
    padding-bottom: 0 !important;
}

.wks-checklist__item span {
    flex: 1;
}

.wks-checklist__item small {
    color: #000;
    font-size: 16px;
}

.wks-colorlist {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px;
}

.wks-colorlist__swatch {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    position: relative;
}

.wks-colorlist__swatch.is-selected::after {
    content: '';
    position: absolute;
    inset: -3px;
    border: 1.5px solid #15203c;
    border-radius: 50%;
}

.wks-pricerange__track {
    position: relative;
    height: 4px;
    background: #e6e6e6;
    border-radius: 3px;
    margin: 10px 4px 16px;
}

.wks-pricerange__fill {
    position: absolute;
    left: 18%;
    right: 22%;
    top: 0;
    bottom: 0;
    background: #15203c;
    border-radius: 3px;
}

.wks-pricerange__handle {
    position: absolute;
    top: 50%;
    width: 15px;
    height: 15px;
    background: #ffffff;
    border: 2px solid #15203c;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.wks-pricerange__handle.start {
    left: 18%;
}

.wks-pricerange__handle.end {
    left: 78%;
}

.wks-pricerange__values {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.wks-pricerange__values input {
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 12.5px;
    color: #4a4a4a;
    text-align: center;
    margin: 0;
}

.wks-filterbtn {
    width: 100%;
    background: #15203c;
    color: #ffffff;
    font-size: 13.5px;
    font-weight: 600;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    min-height: unset;
    line-height: unset;
}

.wks-filterbtn svg {
    width: 20px;
    height: 20px;
}

/* ===== PRODUCT AREA ===== */
.wks-products {
    flex: 1;
    min-width: 0;
}

.wks-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 18px;
}

.wks-toolbar__left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.wks-toolbar__count {
    font-size: 13.5px;
    color: #6a6a6a;
    white-space: nowrap;
}

.wks-tagchip {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #f4efe7;
    color: #5b5142;
    font-size: 12.5px;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 4px;
}

.wks-tagchip svg {
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.wks-toolbar__clearall {
    font-size: 12.5px;
    color: #15203c;
    text-decoration: underline;
    white-space: nowrap;
}

.wks-toolbar__right {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wks-sortby {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #4a4a4a;
}

.wks-sortby select {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 13px;
    font-family: 'Exo', sans-serif;
    color: #15203c;
    font-weight: 500;
}

.wks-viewtoggle {
    display: flex;
    gap: 4px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 3px;
}

.wks-viewtoggle button {
    width: 30px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #9a9a9a;
}

.wks-viewtoggle button svg {
    width: 16px;
    height: 16px;
}

.wks-viewtoggle button.is-active {
    background: #15203c;
    color: #ffffff;
}

/* Product Grid */
.wks-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.wks-card {
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.wks-card:hover {
    box-shadow: 0 10px 24px rgba(21, 32, 60, 0.1);
    transform: translateY(-2px);
}

.wks-card__media {
    position: relative;
    aspect-ratio: 3 / 4;
    background: #f1eee8;
}

.wks-card__media-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #b9b2a4;
}

.wks-card__media-placeholder svg {
    width: 38px;
    height: 38px;
    opacity: 0.6;
}

.wks-card__media-placeholder span {
    font-size: 11.5px;
    font-weight: 500;
}

.wks-card__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #c0392b;
    color: #ffffff;
    font-size: 11.5px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 3px;
    z-index: 2;
}

.wks-card__wish {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a4a4a;
    z-index: 2;
    transition: color 0.2s ease;
}

.wks-card__wish svg {
    width: 15px;
    height: 15px;
}

.wks-card__wish:hover {
    color: #c0392b;
}

.wks-card__dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    z-index: 2;
}

.wks-card__dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.wks-card__dots span.is-active {
    background: #15203c;
    border-color: #15203c;
}

.wks-card__body {
    padding: 14px 14px 16px;
}

.wks-card__name {
    font-size: 14.5px;
    font-weight: 600;
    color: #15203c;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
}

.wks-card__rating {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 9px;
}

.wks-card__rating svg {
    width: 13px;
    height: 13px;
    color: #e0a527;
}

.wks-card__rating span {
    font-size: 12px;
    color: #9a9a9a;
    margin-left: 2px;
}

.wks-card__price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 13px;
}

.wks-card__price-now {
    font-size: 16px;
    font-weight: 700;
    color: #c0392b;
}

.wks-card__price-old {
    font-size: 13px;
    color: #b0b0b0;
    text-decoration: line-through;
}

.wks-card__actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.wks-card__addbtn {
    flex: 1;
    background: #15203c;
    color: #ffffff;
    font-size: 12.5px;
    font-weight: 600;
    padding: 11px;
    border-radius: 4px;
    text-align: center;
    transition: background 0.2s ease;
}

.wks-card__addbtn:hover {
    background: #232f52;
}

.wks-card__quickview {
    width: 38px;
    height: 38px;
    flex-shrink: 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a4a4a;
}

.wks-card__quickview svg {
    width: 15px;
    height: 15px;
}

/* ===== PAGINATION ===== */
.wks-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 34px;
}

.wks-pagination button,
.wks-pagination a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    font-size: 13.5px;
    font-weight: 500;
    color: #4a4a4a;
}

.wks-pagination svg {
    width: 14px;
    height: 14px;
}

.wks-pagination a.is-active {
    background: #15203c;
    border-color: #15203c;
    color: #ffffff;
}

/**/
.list_cate_prd ul {
    margin: 0;
    background: #f4efe7;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 25px;
}

.list_cate_prd ul li {
    display: flex;
    align-items: center;
    gap: 9px;
    flex: 1;
    justify-content: center;
    padding: 13px 10px;
    border-radius: 4px;
    font-size: 13.5px;
    font-weight: 500;
    color: #5b5142;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.list_cate_prd ul li.active a {
    color: #fff;
}

.list_cate_prd ul li.active {
    background: #15203c;
    color: #ffffff;
}

.woocommerce-ordering select {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 8px 10px;
    color: #15203c;
    font-weight: 500;
    width: 165px;
}

.box_hd_cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.tt_catess h1 {
    margin: 0;
}

.row_maydo .col {
    padding-bottom: 0 !important;
}

.row_maydo {
    margin-top: 25px;
}

.ta-size-table tbody tr:last-child td {
    margin-bottom: 0;
    border-bottom: 0;
}

.ta-size-table table {
    margin-bottom: 0;
}

.ta-spec-row:last-child {
    border-bottom: unset;
    padding-bottom: 0 !important;
}

.variations .reset_variations {
    display: none;
}

#wrapper>.message-wrapper {
    display: none;
}

.ta-product-card-price del span {
    font-size: 16px;
}

.ta-product-card-price ins span {
    color: #c0392b;
}

.row_mjjsan span.amount {
    color: #e60023;
}

.single #main {
    background-color: #cccccc14;
    padding: 20px 0;
}

.single-product #main {
    padding: 0;
}

.ta-size-section h3,
.ta-size-note-wrapper h4 {
    font-size: 18px;
}

.sec_mtas {
    padding-bottom: 0 !important;
}

.ta-outfits {
    margin-top: 25px;
    background-color: #f8f8f8db;
    padding: 16px;
    border-radius: 8px;
    color: #000;
}

/**/
.box_banggia .card {
    background: #ffffff;
    border: 1px solid rgba(230, 234, 242, 0.9);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(23, 32, 51, 0.08);
    overflow: hidden;
}

.box_banggia .hero {
    padding: 16px;
    background: linear-gradient(135deg, #ffffff 0%, #f7faff 100%);
    border-bottom: 1px solid #e6eaf2;
}

.box_banggia .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef3ff;
    color: #315efb;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}

.box_banggia h1 {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.1;
}

.box_banggia .sub {
    margin: 0;
    color: #667085;
    font-size: 16px;
    line-height: 1.7;
    max-width: 720px;
}

.box_banggia .content {
    padding: 16px;
}

.box_banggia .tips {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.box_banggia .tip {
    background: #fbfcfe;
    border: 1px solid #e6eaf2;
    border-radius: 8px;
    padding: 16px;
}

.box_banggia .tip strong {
    display: block;
    margin-bottom: 6px;
    font-size: 17px;
}

.box_banggia .tip span {
    color: #667085;
}

.box_banggia .table-wrap {
    overflow-x: auto;
    border: 1px solid #e6eaf2;
    border-radius: 8px;
    background: #fff;
}

.box_banggia table {
    width: 100%;
    border-collapse: collapse;
    min-width: 720px;
    margin-bottom: 0;
}

#chon_size_ao {
    border-radius: 8px;
}

.box_banggia thead th {
    background: #f8faff;
    color: #24324a;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    padding: 18px 16px;
    border-bottom: 1px solid #e6eaf2;
}

.box_banggia tbody td {
    padding: 14px;
    border-bottom: 1px solid #e6eaf2;
    font-size: 16px;
    vertical-align: middle;
}

.box_banggia tbody tr:last-child td {
    border-bottom: none;
}

.box_banggia tbody tr:hover {
    background: #fafcff;
}

.box_banggia .size-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #eef3ff;
    color: #315efb;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.box_banggia .fit {
    color: #1f9d68;
    font-weight: 700;
}

.box_banggia .note {
    margin-top: 18px;
    padding: 16px 18px;
    background: #fffdf5;
    border: 1px solid #f4e7b7;
    border-radius: 16px;
    color: #6b5a1d;
    font-size: 16px;
    line-height: 1.7;
}

.box_banggia .footer {
    margin-top: 0px;
    color: #000;
    font-size: 16px;
    text-align: center;
}

@media (max-width: 820px) {

    .box_banggia .hero,
    .box_banggia .content {
        padding-left: 18px;
        padding-right: 18px;
    }

    .box_banggia .tips {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {


    .box_banggia .hero {
        padding-top: 24px;
        padding-bottom: 16px;
    }

    .box_banggia h1 {
        font-size: 26px;
    }

    .box_banggia .sub {
        font-size: 16px;
    }
}

/* css form đăng ký nhận tin */