/* single product page css start */

.cm-single-product {
    margin: 40px auto;
    display: flex;
    gap: 24px;
}
.cm-single-product .cm-gallery {
    display: flex;
    gap: 12px;
    width: 100%;
}
.cm-single-product .cm-thumbs {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-shrink: 0;
    max-height: 550px;
    overflow-y: auto;
    scrollbar-width: thin;
}
.cm-single-product .cm-thumb {
    border: 1px solid #fff;
    transition: border-color 0.2s;
    width: 66px;
    height: 66px;
    flex-shrink: 0;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}
.cm-thumb.cm-thumb-active,
.cm-thumb:hover {
    border-color: #333;
}
.cm-main-image-wrap {
    overflow: hidden;
}
.cm-main-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}
.cm-attr-label .cm-selected-label {
    font-weight: 400;
}
.cm-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
}
.woocommerce-js div.product form.cart .button {
    width: 100%;
    max-width: 300px;
    margin: 0;
    padding: 15px 20px !important;
}
.cm-product-title {
    font-size: 48px !important;
    font-weight: 600 !important;
    margin: 0px !important;
}
.cm-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-weight: 600;
    color: #4c0f2e;
    font-size: 22px;
    line-height: 28px;
}
.cm-price del {
    order: 1;
    color: #b09288;
    font-size: 14px;
}
.cm-short-desc p {
    font-size: 14px;
    line-height: 24px;
}
.cm-attr-group {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-weight: 700;
}
.cm-cart-form table.variations,
.cm-cart-form .variations_button .reset_variations {
    display: none !important;
}
.cm-swatch-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: border-color 0.2s, transform 0.2s;
}
.cm-swatch-circle.cm-active {
    border-color: #4C0F2E !important;
    transform: scale(1.15);
}
.cm-swatch-circle:hover {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #4C0F2E;
}
.cm-swatches-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.cm-frontend-swatches {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.single-data-tabs {
    width: 100%;
    display: flex;
}
.cm-ajax-cart-row {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 8px;
}
.cm-qty-wrap {
    display: inline-flex !important;
    align-items: center;
    background: #ffffff00;
    border: 1px solid #4c0f2e;
}
.wishlist-active{
    width: 6px;
}
@media (max-width: 768px) {

    .cm-single-product .cm-thumbs {
        flex-direction: row;
    }
    .cm-single-product .cm-gallery {
        flex-direction: column-reverse;
        max-width: 500px;
    }
    .cm-single-product {
        flex-direction: column;
        align-items: center;
    }
    .cm-product-title {
        margin-top: 20px;
    }
}

@media (max-width: 425px) {
    .cm-review-card-top {
        flex-direction: column;
        align-items: center !important;
    }
    .cm-reviewer-meta .cm-reviewer-name,
    .cm-review-text {
        text-align: center;
    }
    .share-text{
        display: none;
    }
    .sh-social-share-button{
        padding: 15px;
    }
}
.cm-cart-form .quantity {
    display: inline-flex !important;
    align-items: center;
    border: 2px solid #ddd;
    overflow: hidden;
    background: #fff;
}
.cm-qty-btn {
    width: 44px;
    height: 44px;
    border: none;
    background: transparent !important;
    font-size: 1.3rem !important;
    font-weight: 600;
    color: #4a2d2d !important;
    cursor: pointer;
    line-height: 1 !important;
    transition: background 0.15s, color 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 16px !important;
}
.cm-qty-btn:hover:not(:disabled) {
    background: #d5d5d52e !important;
}
.cm-qty-btn:disabled {
    color: #ccc !important;
    cursor: not-allowed;
}
.cm-ajax-cart-row .cm-qty-wrap input.cm-qty-input {
    width: 44px !important;
    height: 44px !important;
    border: none !important;
    border-radius: 0 !important;
    text-align: center !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    color: #3a2020 !important;
    background: #ffffff00 !important;
    padding: 0 !important;
    box-shadow: none !important;
    -moz-appearance: textfield;
}
.cm-ajax-cart-row .cm-qty-wrap input.cm-qty-input::-webkit-inner-spin-button,
.cm-ajax-cart-row .cm-qty-wrap input.cm-qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cm-ajax-cart-row .ucw-wishlist-placement{
    width: fit-content !important;
}
.cm-ajax-cart-row .ucw-wishlist-placement--top_right{
    display: flex;
}
.cm-ajax-cart-row .cm-atc-btn,
.cm-ajax-cart-row .ucw-wishlist,
.sh-social-share-button {
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 8px;
    align-items: center;
}
.cm-ajax-cart-row .cm-atc-btn {
    padding: 16px 30px !important;
}
.cm-ajax-cart-row .cm-atc-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.cm-ajax-cart-row .ucw-wishlist:hover svg {
    fill: #4c0f2e;
}
.cm-ajax-cart-row .ucw-wishlist-btn span,
.ucw-wishlist-btn-wrap--icon_only span {
    display: none !important;
}
.cm-ajax-cart-row .cm-atc-btn {
    max-width: 300px;
    width: 100%;
}
.cm-ajax-cart-row .ucw-wishlist {
    padding: 14px !important;
    background: transparent !important;
    border: 1px solid #4c0f2e !important;
}
.cm-ajax-cart-row .ucw-wishlist svg {
    stroke: #4c0f2e;
}
 .ucw-wishlist-btn-wrap {
    display: inline-block;
    vertical-align: middle;
    margin: 0px !important;
}
.cm-ajax-cart-row .ucw-wishlist-btn {
    background: #4c0f2e !important;
    border: 1px solid #4c0f2e !important;
    padding: 15px !important;
    transition: transform 0.2s ease;
    line-height: 1 !important;
    color: #fff;
}
.cm-ajax-cart-row .ucw-wishlist-btn:hover svg {
    transform: scale(1.1);
}
.ucw-wishlist-btn{
    background: transparent !important;
    padding: 0 !important;
    box-shadow: 0;
}
.ucw-wishlist-btn--remove .ucw-wishlist-btn__icon,
.ucw-wishlist-btn.is-active .ucw-wishlist-btn__icon {
    fill: #e74c3c !important;
    stroke: none;
}
.woocommerce-js div.product .product_meta>span,
.woocommerce-js div.product .product_meta>span a .cm-attr-label {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-weight: 700;
    margin-bottom: 4px;
}
.woocommerce-js div.product .product_meta>span a {
    font-size: 14px;
    line-height: 20px;
}
.woocommerce-js div.product .product_meta {
    border: 0;
    padding-top: 0px;
    margin-bottom: 0 !important;
}
.woocommerce-variation-add-to-cart.variations_button {
    display: flex !important;
    align-items: center !important;
    gap: 20px;
}
.woocommerce-js div.product form.cart div.quantity {
    margin: 0 !important;
}
.cm-inline-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}
.cm-inline-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}
.cm-star {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.cm-star-full path {
    fill: #b85c6e;
    stroke: none;
}
.cm-star-half path {
    stroke: none;
}
.cm-star-empty path {
    fill: #d4b8c0;
    stroke: none;
}
.cm-inline-count {
    font-size: 0.88rem;
    color: #8a6a6a;
    text-decoration: none;
    font-weight: 400;
    transition: color 0.15s;
}
.cm-inline-count:hover {
    color: #b85c6e;
    text-decoration: underline;
}
.cm-reviews-section {
    margin: 0px auto 0;
    font-family: inherit;
}
.cm-reviews-section h2.cm-reviews-heading {
    font-size: 1.4rem;
    font-weight: 700;
    color: #4a2d2d;
    border-bottom: 2px solid #e8d8c4;
    padding-bottom: 12px;
    margin-bottom: 28px;
}
.cm-rating-summary {
    display: flex;
    gap: 24px;
    align-items: center;
    padding: 0 0 24px 0px;
    flex-wrap: wrap;
    justify-content: center;
}
.cm-rating-big {
    text-align: center;
    min-width: 90px;
}
.cm-rating-big .cm-big-num {
    font-size: 3.5rem;
    font-weight: 800;
    color: #4a2d2d;
    line-height: 1;
}
.cm-rating-big .cm-big-stars {
    color: #4C0F2E;
    margin: 0;
    letter-spacing: 2px;
}
.cm-rating-big {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.cm-rating-big .cm-big-count {
    font-size: 0.82rem;
    color: #888;
}
.cm-rating-bars {
    flex: 1;
    min-width: 180px;
}
.cm-bar-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
    font-size: 0.82rem;
    color: #555;
}
.cm-bar-row .cm-bar-label {
    min-width: 36px;
    text-align: right;
    color: #4C0F2E;
    font-weight: 600;
}
.cm-bar-row .cm-bar-track {
    flex: 1;
    background: #e8d8c4;
    border-radius: 99px;
    height: 8px;
    overflow: hidden;
}
.cm-bar-row .cm-bar-fill {
    height: 100%;
    background: linear-gradient(90deg, #4C0F2E, #b85c6e);
    border-radius: 99px;
    transition: width 0.8s ease;
}
.cm-bar-row .cm-bar-count {
    min-width: 22px;
    color: #999;
}
.cm-write-review-btn {
    margin-bottom: 24px;
    padding: 10px 24px !important;
    color: #fff !important;
    transition: background 0.2s;
}
.cm-write-review-btn:hover {
    background: #6b3f3f;
    color: #fff;
}
.cm-review-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.cm-review-card {
    background: #fff;
    border: 1px solid #ede3d6;
    padding: 18px;
    transition: box-shadow 0.2s;
}
.cm-review-card:hover {
    box-shadow: 0 4px 18px rgba(100, 60, 30, 0.08);
}
.cm-review-card-top {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 10px;
}
.cm-reviewer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c0a060;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-transform: uppercase;
}
.cm-reviewer-meta {
    flex: 1;
}
.cm-reviewer-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #3a2020;
}
.cm-reviewer-date {
    font-size: 12px;
    color: #aaa;
    margin-top: 2px;
}
.cm-review-stars {
    color: #b85c6e;
    font-size: 0.95rem;
    letter-spacing: 1px;
}
.cm-review-title {
    font-weight: 700;
    font-size: 0.95rem;
    color: #4a2d2d;
    margin-bottom: 6px;
}
.cm-review-text {
    font-size: 0.88rem;
    color: #555;
    line-height: 1.65;
    margin: 0;
}
.cm-verified {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    color: #2e7d4f;
    font-weight: 600;
    margin-top: 10px;
}
.cm-verified svg {
    width: 13px;
    height: 13px;
}
.cm-review-helpful {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #f0e8dc;
    font-size: 0.8rem;
    color: #999;
}
.cm-helpful-btn {
    border: 1px solid #ddd;
    background: #fafafa !important;
    color: #666 !important;
    padding: 3px 10px !important;
    cursor: pointer;
    font-size: 12px !important;
    transition: all 0.15s;
}
.cm-helpful-btn:hover {
    border-color: #b85c6e;
    color: #4a2d2d;
    background: #fdf8f2;
}
.cm-cart-form .quantity .qty {
    width: 56px !important;
    text-align: center;
    border: none !important;
    background: transparent !important;
    font-size: 1rem !important;
    font-weight: 600;
    color: #3a2020;
    -moz-appearance: textfield;
}
.cm-cart-form .quantity .qty::-webkit-inner-spin-button,
.cm-cart-form .quantity .qty::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
/* ── Write Review Modal ───────────────────────────────────── */
.cm-modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(30, 10, 0, 0.45);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}
.modal-price del {
    order: 1;
}
.cm-modal-overlay.open {
    display: flex;
}
.cm-modal {
    background: #fff;
    padding: 32px 28px;
    max-width: 480px;
    width: 95%;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
    position: relative;
    animation: cmSlideUp 0.28s ease;
}
@keyframes cmSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cm-modal h3 {
    font-size: 1.15rem;
    color: #4a2d2d;
    margin: 0 0 20px;
    font-weight: 700;
}
.cm-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.4rem !important;
    cursor: pointer;
    color: #aaa !important;
    line-height: 1 !important;
    padding: 5px 10px !important;
}
.cm-modal-close:hover {
    color: #4a2d2d;
}
.cm-modal label {
    display: block;
    font-size: 0.84rem;
    font-weight: 600;
    color: #5a3a2a;
    margin-bottom: 5px;
    margin-top: 14px;
}
.cm-modal input[type=text],
.cm-modal textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 9px 12px;
    font-size: 0.9rem;
    font-family: inherit;
    color: #333;
    box-sizing: border-box;
    transition: border 0.2s;
}
.cm-modal input[type=text]:focus,
.cm-modal textarea:focus {
    outline: none;
    border-color: #c0a060;
}
.cm-modal textarea {
    resize: vertical;
    min-height: 90px;
}
/* Star picker */
.cm-star-picker {
    display: flex;
    gap: 6px;
    margin-top: 4px;
    font-size: 1.5rem;
    cursor: pointer;
}
.cm-star-picker .csp-star {
    color: #ddd;
    transition: color 0.15s;
    user-select: none;
}
.cm-star-picker .csp-star.active {
    color: #b85c6e;
}
.cm-modal-submit {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 11px;
    background: #4a2d2d;
    color: #fff;
    border: none;
    border-radius: 0px;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: background 0.2s;
}
.cm-modal-submit:hover {
    background: #6b3f3f;
}
.cm-review-success {
    text-align: center;
    padding: 20px 0;
}
.cm-review-success .cm-success-icon {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.cm-review-success p {
    color: #4a2d2d;
    font-weight: 600;
}
.single-data-tabs .woocommerce-tabs {
    width: 100%;
    margin: 24px 0;
}
.single-data-tabs .woocommerce-tabs .tabs {
    display: flex;
    gap: 16px;
    margin-left: 0;
    list-style: none;
    border-bottom: 1px solid #e6d5c3;
}
.single-data-tabs .woocommerce-tabs .tabs li {
    padding-bottom: 16px;
}
.single-data-tabs .woocommerce-tabs .tabs li.active {
    border-bottom: 2px solid #4c0f2e;
}

/* review form */
.review-form-header h2 {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 10px !important;
    font-weight: 600;
}
.review-form-card p {
    font-size: 14px;
    line-height: 1;
}
.review-submit-button {
    color: #fff !important;
}
.cr-star-rating-selector input[type="radio"] {
    display: none !important;
}
.cr-star-rating-selector label {
    font-size: 25px;
    color: #ccc;
    cursor: pointer;
    line-height: 1;
    transition: color 0.15s;
    user-select: none;
    margin: 0;
}
.cr-star-rating-selector label::before {
    content: "★";
}
.cr-star-rating-selector input[type="radio"]:checked~label,
.cr-star-rating-selector label:hover,
.cr-star-rating-selector label:hover~label {
    color: #b85c6e;
}
.cr-star-rating-selector {
    display: flex;
    gap: 8px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.grid {
    display: grid;
}
.grid-cols-2 {
    grid-template-columns: 1fr 1fr;
}
.gap-4 {
    gap: 16px
}
.pt-6 {
    padding-top: 24px;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.cursor-pointer {
    cursor: pointer;
}
.items-center {
    align-items: center;
}
.gap-10 {
    gap: 10px;
}
.gap-2 {
    gap: 8px;
}
.gap-1 {
    gap: 4px;
}
.text-sm,
.text-xs {
    margin-bottom: 0px !important;
    line-height: 1.3;
}
.text-sm {
    margin-bottom: 10px !important;
    font-weight: 600;
    font-size: 14px;
}
.text-xs {
    font-size: 12px;
}
.border-t {
    border-top: 1px solid #e6d5c3;
}
.mt-6 {
    margin-top: 8px;
}
.meta-info svg {
    color: #b76e79;
}

/* related products- single product page */
.related.products .cst-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 32px;
    margin-bottom: 40px;
}
.related.products .cst-product-card {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin-inline: auto !important;
}
.related.products .cst-image-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 5;
}
.related.products .cst-image-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}
.related.products .cst-image-wrap:hover img {
    transform: scale(1.06);
}
.related.products .cst-products-grid .ucw-wishlist-placement--image_corner .ucw-wishlist-btn {
    box-shadow: none;
    background: no-repeat;
}
.related.products .cst-custom-rating,
.no-review-wrap {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1;
}
.related.products .cst-product-info {
    margin-top: 16px;
}
.related.products .cst-product-title a {
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: none;
}
.related.products .cst-price {
    margin-top: 8px;
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-weight: 600;
    color: #4c0f2e;
}
.woocommerce-js table.shop_attributes {
    border: 0;
    margin-bottom: 0;
}
.woocommerce-js table.shop_attributes th,
.woocommerce-js table.shop_attributes td {
    border-right: 0;
}
.woocommerce-js table.shop_attributes th {
    font-weight: 600 !important;
    font-size: 14px;
    padding-left: 0;
}
.woocommerce-js table.shop_attributes td p {
    font-style: normal;
    font-size: 14px;
}
.cm-short-desc p:empty {
    display: none;
}
.cm-ajax-cart-row .added_to_cart.wc-forward {
    display: none !important;
}
@media screen and (max-width: 1024px) {
    .related.products .cst-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .related.products .cst-products-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.cm-variation-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.cm-variation-buttons button.cm-active {
    background: #4C0F2E;
    color: #fff !important;
}
.cm-variation-buttons button {
    color: #4C0F2E !important;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1;
    border: 2px solid #4C0F2E;
    background: transparent;
    text-transform: capitalize;
    font-weight: 500;
}
.mitrang-login-wrapper .form-panel>h3 {
    font-weight: 500;
}
.mitrang-login-wrapper .form-panel>p {
    font-size: 14px;
    line-height: 22px;
}
.mitrang-login-wrapper .form-panel>h3,
.mitrang-login-wrapper .form-panel>p {
    text-align: center;
    margin-bottom: 8px;
}
.mitrang-login-wrapper .register-button,
.mitrang-login-wrapper .login-button {
    color: #4b5563 !important;
    background: #f5f5f4;
    box-shadow: none;
    width: 220px;
    font-weight: 600;
}
.mitrang-login-wrapper .hidden {
    display: none;
}
.form-buttons-tab {
    justify-content: center;
    padding: 4px;
    background: #f5f5f4;
    max-width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    z-index: 1;
}
.mitrang-login-wrapper .register-button.active,
.mitrang-login-wrapper .login-button.active {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    color: #4c0f2e !important;
    background: #fff;
    z-index: 2;
}
.mitrang-login-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.animate-fadeIn {
    animation: fadeIn-top .4s ease-out;
}
.max-w-md {
    max-width: 448px;
}
@keyframes fadeIn-top {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.justify-between {
    justify-content: space-between;
}
.mitrang-login-wrapper .woocommerce-button {
    width: 100%;
    margin-top: 10px !important;
}

.mitrang-login-wrapper input[type="text"].input-text,
.mitrang-login-wrapper input[type="password"].input-text,
.mitrang-login-wrapper input[type="email"].input-text {
    background-color: #FFFFFF !important;
    border: 1px solid #E3D9D5 !important;
    border-radius: 0px !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #2D161E !important;
    width: 100% !important;
    box-sizing: border-box !important;
    outline: none !important;
    transition: all 0.2s ease !important;
    height: 48px !important;
    box-shadow: none !important;
}
.mitrang-login-wrapper input[type=checkbox] {
    height: 16px;
    width: 16px;
}
.shadow-2xl {
    box-shadow: 0 8px 32px rgba(45, 22, 30, 0.08), 0 2px 8px rgba(45, 22, 30, 0.04);
}
.overflow-hidden {
    overflow: hidden;
}
.bg-white {
    background-color: #fff;
}
.pad-30 {
    padding: 30px;
}
.woocommerce:has(.mitrang-login-wrapper) {
    flex-direction: column;
}
.mitrang-login-wrapper .woocommerce-privacy-policy-text {
    margin-bottom: 10px;
    border: 1px solid #fde68a;
    background-color: #fffbeb;
    border-radius: 0px;
    padding: 16px;
}
.mitrang-login-wrapper .woocommerce-privacy-policy-text p,
.mitrang-login-wrapper .woocommerce-privacy-policy-text a {
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}
.mitrang-login-wrapper .woocommerce-privacy-policy-text a {
    color: #4c0f2e;
    font-weight: 600;
}
.hover-underline:hover {
    text-decoration: underline;
}
a.forgot-pass {
    font-size: 14px;
}
.mitrang-login-wrapper form.login,
.mitrang-login-wrapper form.register {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.woocommerce-password-strength {
    margin-top: 4px;
    font-size: 14px;
}
.password-strength-bar {
    display: flex;
    margin-top: 8px;
    overflow: hidden;
}
.password-strength-bar span {
    height: 3px;
    flex: 1;
    background: #e5e7eb;
    transition: background 0.3s ease;
}
.strength-text {
    font-size: 12px;
    margin-top: 4px;
    font-weight: 500;
}

/* Strength colors */

.woocommerce-password-hint{
    font-size: 12px !important;
}
.woocommerce-password-strength{
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
    margin-top: 4px !important;
}

.woocommerce-error {
    font-size: 14px;
    line-height: 20px;
    border-top-color: #4c0f2e;
}
.woocommerce-error::before {
    color: #4c0f2e;
}
.mitrang-login-wrapper button.button:disabled[disabled] {
    padding: 16px 32px !important;
}
.form-main {
    position: relative;
}
.h-px {
    height: 1px;
}
.flex-1 {
    flex: 1 1;
}
.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}
.py-2 {
    padding-bottom: 8px;
    padding-top: 8px;
}
.flex-wrap {
    flex-wrap: wrap;
}
.cst-price del {
    order: 1;
    color: #b09288;
    font-size: 14px;
}

/* my account page css */
.woocommerce-MyAccount-navigation-link a{
    padding: 16px !important;
    background-color: #fff;
}
.woocommerce-MyAccount-navigation-link.is-active a
{
    background-color: #4c0f2e !important;
    color: #fff;
}
.woocommerce-MyAccount-navigation-link a:hover
{
    background-color: #4c0f2e !important;
    color: #fff;
}
.woocommerce-MyAccount-navigation-link .menu-left i{
    margin-right: 8px;
}
body .woocommerce-MyAccount-navigation-link{
    border-color: #e5e5e5;
}
body .woocommerce-MyAccount-navigation-link a{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-MyAccount-navigation .side-card ul{
    padding: 0;
    margin: 0;
}
.woocommerce-my-account-jeweller .entry-title,
.woocommerce-my-account-jeweller .woocommerce .woocommerce::after,
.woocommerce-my-account-jeweller .woocommerce .woocommerce::before,
.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
    display: none;
}
.woocommerce-my-account-jeweller .woocommerce {
    display: flex;
    gap: 32px;
}
.woocommerce-my-account-jeweller .woocommerce-MyAccount-navigation,
.woocommerce-my-account-jeweller .woocommerce-MyAccount-content {
    float: unset;
}
.woocommerce-MyAccount-content h2{
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 0.3px;
}
.woocommerce-my-account-jeweller .woocommerce-MyAccount-navigation>ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border: 1px solid #4C0F2E;
    padding: 20px;
}
.woocommerce-my-account-jeweller .woocommerce-MyAccount-navigation>ul>.woocommerce-MyAccount-navigation-link {
    border: none;
}
.woocommerce-my-account-jeweller .woocommerce-MyAccount-navigation>ul>.woocommerce-MyAccount-navigation-link a {
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    color: inherit;
}
.woocommerce-my-account-jeweller .woocommerce-MyAccount-navigation>ul>.woocommerce-MyAccount-navigation-link:hover a,
.woocommerce-my-account-jeweller .woocommerce-MyAccount-navigation>ul>.woocommerce-MyAccount-navigation-link.is-active a {
    background: #4C0F2E;
    color: #ffffff;
}
.account-page-body .greet{
    margin-bottom: 8px;
}
.account-page-body .acc-name-des a{
    color: #4C0F2E;
    font-weight: 600;
}
.acc-name-des{margin-bottom: 0 !important;}
.quick-grid {
    margin-top: 24px;
    gap: 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.woocommerce-MyAccount-content a.quick,
.woocommerce-Address,
.woocommerce-customer-details>.addresses .woocommerce-column {
    background: linear-gradient(180deg, #FFFFFF 0%, #FBF5F0 100%) !important;
    border: 0;
    box-shadow: 0 8px 32px rgba(45, 22, 30, 0.08), 0 2px 8px rgba(45, 22, 30, 0.04);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}
.woocommerce-MyAccount-content a.quick:hover,
.woocommerce-Address:hover,
.woocommerce-customer-details>.addresses .woocommerce-column:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 24px rgba(45, 22, 30, 0.06);
}
.quick {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 18px;
    border: 1px solid #1A0F0A;
    background: #FFF4E1;
    transition: all .18s;
    cursor: pointer;
    text-decoration: none !important;
    color: #1A0F0A !important;
    flex-direction: column;
}
.quick svg {
    width: 35px;
    height: 35px;
    color: #4C0F2E;
    stroke-width: 2;
}
.font-semibold{
    font-weight: 600;
}
.mb-1{
    margin-bottom: 4px;
}
.quick .sub{
    margin-bottom: 4px;
}
.quick .sub,
.quick-link{
    font-size: 14px;
    line-height: 1.5;
}
.quick-link{
    color: #4C0F2E;
    font-weight: 600;
}
.cm-dashboard-orders{
    margin-top: 24px;
}
.my_account_orders thead tr th{
    background: #FBF5F0;
    text-transform: uppercase;
    font-size: 12px;
    color: #4C0F2E;
}
.my_account_orders tbody tr td,
.woocommerce-orders-table tbody th{
    background: #fff;
}
.woocommerce-lost-password .woocommerce{
    justify-content: center;
}
.order-actions--heading{
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.order-actions--heading div{
    display: flex !important;
    flex-direction: row;
}
.woocommerce-orders-table__cell-order-actions a{
    padding: 4px 8px !important;
    background: transparent !important;
    border: 0;
    color: #4C0F2E !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
}
.woocommerce-js table.shop_table td, .woocommerce-page table.shop_table td,
.woocommerce-orders-table tbody th{
    border-width: 1px 0px 0px 0px;
}
.woocommerce-js table.shop_table{
    margin-bottom: 0 !important;
}
.woocommerce-orders-table__cell-order-number a{
    font-size: 14px;
    line-height: 18px;
}
.my_account_orders .order-status,
.cm-order-status{
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
    font-weight: 500;
}
.my_account_orders .order-status.status-on-hold,
.cm-order-status.status-on-hold {
    background: #fdd8354d;
    color: #b59400;
}

.my_account_orders .order-status.status-processing,
.cm-order-status.status-processing {
    background: #dbeafe;
    color: #1d4ed8;
}

.my_account_orders .order-status.status-completed,
.cm-order-status.status-completed {
    background: #dcfce7;
    color: #15803d;
}

.my_account_orders .order-status.status-cancelled,
.cm-order-status.status-cancelled {
    background: #e5383568;
    color: #900b09;
}
.my_account_orders .order-status.status-failed,
.cm-order-status.status-failed {
    background: #ff575764;
    color: #9e0303;
}
.my_account_orders .order-status.status-refunded,
.cm-order-status.status-refunded {
    background: #e88bff64;
    color: #b613e3;
}
/* Order Status Badge */
.woocommerce-orders-table__cell-order-status .order-status,
.woocommerce-orders-table__cell-order-status mark {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}
.view-order{
    margin: 0;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.2 !important;
    padding: 0;
    color: #4C0F2E !important;
}
.my_account_orders .woocommerce-Price-amount{
    font-weight: 500 !important;
}

@media screen and (max-width: 992px) {
   .quick-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
   }
}
@media screen and (max-width: 767px) {
   .woocommerce-my-account-jeweller .woocommerce {flex-wrap: wrap;}
}
@media screen and (max-width: 425px) {
  .quick-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
   }
}
.woocommerce-Address-title .address_title,
.woocommerce-Address-title .edit{
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    color: #4C0F2E;
    font-weight: 700;
}
.space-between{
    justify-content: space-between;
}
.woocommerce-Address address{
    font-style:normal ;
    margin-bottom: 0;
    border-top: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.woocommerce-Address-title{
    background: #fff !important;
    padding: 0 !important;
    border: 0 !important;
    margin-bottom: 16px !important;
}
.woocommerce-Address,
.woocommerce-customer-details>.addresses .woocommerce-column{
    padding: 30px;
    margin-bottom: 24px;
}
.woocommerce-customer-details>.addresses .woocommerce-column__title{
    padding: 0;
    font-size: 12px;
    color:#4C0F2E;
    letter-spacing: 1.8px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    border: 0;
    margin-bottom: 16px;
    font-family: 'Manrope';
}
.woocommerce-customer-details>.addresses address{
    padding: 0;
    border: 0;
}
.active-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F5A623;
    border: 2px solid #fff;
    flex-shrink: 0;
}
.woocommerce-table--order-details .order-actions-button{
    margin-right: 8px !important;
    padding: 12px 28px !important;
}
.woocommerce-table--order-details tbody tr,
.woocommerce-table--order-details tfoot tr{
    background-color: #fff;
}
.order-status{
    font-weight: 500;
}
.cm-ajax-cart-row .ucw-wishlist svg path{
    transition: .3s ease;
}

.cm-ajax-cart-row .ucw-wishlist.is-active svg path{
    fill:#4a2d2d !important;
}
.woocommerce-table--order-details thead tr{
    background-color: #FBF5F0;
}

/* order-details page */

.cm-item-detail{
    display: flex;
    justify-content: space-between;
    box-shadow: 0 4px 24px rgba(45, 22, 30, 0.06) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: 1px solid #4C0F2E !important;
    background: #ffffff;
    padding: 16px;
    align-items: center;
}
.cm-item-detail .product-image img{
    width: 96px;
    height: 96px;
    object-fit: cover !important;
    border: 1px solid #c5b9b5;
    display: block;
}
.cm-item-detail .cm-item-image{
    display: flex;
    gap: 12px;
}
.cm-item-detail-wrap{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.cm-item-detail .cm-item-image .product-name h3{
    color: #2D161E;
    margin-bottom: 8px;
    line-height: 1;
}
.cm-item-detail .cm-item-image .product-name h3 a{
    font-weight: 500;
    font-size: 20px;
}
.cm-item-detail-wrap .custom-product-meta {
    color: #2D161E;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.cm-item-detail-wrap .custom-product-meta .meta-label {
    font-weight: 600;
}
.cm-item-detail-wrap .custom-product-meta .meta-item {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}
.grid-cols-2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 12px;
}
.cm-item-total{
    padding: 20px;
    margin-block: 16px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FBF5F0 100%) !important;;
}
.cm-item-total .cm-total-inner{
    padding: 8px 0;
    font-size: 16px;
}
.cm-item-total .cm-total-inner .total-label{
    color: #2D161E;
    opacity: 0.7;
    font-weight: 400;
}
.cm-item-total .cm-total-inner .total-value{
    font-weight: 600;
    color: #2D161E;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .cm-dashboard-orders {
    overflow-x: auto;
}
.woocommerce-account .woocommerce-orders-table {
    min-width:500px;
    display: table !important;
    white-space: nowrap;
}
.woocommerce-MyAccount-content {
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea,
    .woocommerce-billing-fields select{
        background-color: #FFFFFF !important;
        border: 1px solid #E3D9D5 !important;
        color: #2D161E !important;
        width: 100% !important;
        box-sizing: border-box !important;
        outline: none !important;
        transition: all 0.2s ease !important;
        box-shadow: none !important;
        padding: 0 12px !important;
        font-size: 13px !important;
        height: 40px !important;
    }
}
.woocommerce-MyAccount-content p.form-row label,
.lost_reset_password p.form-row label {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #6D5A55 !important;
    margin-bottom: 6px !important;
    display: block !important;
}
.lost_reset_password>p{
    font-size: 14px;
}
.woocommerce-my-account-jeweller .select2-selection{
     background-color: #FFFFFF !important;
        border: 1px solid #E3D9D5 !important;
        color: #2D161E !important;
        width: 100% !important;
        box-sizing: border-box !important;
        outline: none !important;
        transition: all 0.2s ease !important;
        box-shadow: none !important;
        font-size: 13px !important;
        height: 40px !important;
        border-radius: 0 !important;
        padding: 10px 12px !important;
}
.woocommerce-form-row em{
    font-size: 12px;
    line-height: 1.3;
    font-style: normal;
}
.woocommerce-MyAccount-content .button[type="submit"]{
    margin-top: 1em !important;
    margin-left: 3px !important;
}
.woocommerce-address-fields,
.woocommerce-EditAccountForm,
.woocommerce-ResetPassword{
    background: #fff;
    padding: 20px;
}
.woocommerce-my-account-jeweller .select2-container--open .select2-dropdown{
    top: 0px !important;
    left: 0px !important;
}
.woocommerce-account.ast-no-sidebar #primary {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.woocommerce-MyAccount-content .woocommerce-pagination a.woocommerce-button{
    margin-top: 20px;
}


/* share product */


.sh-blog-social {
    position: relative;
    z-index: 100;
}
.sh-social-share {
    margin-top: 0px;
    margin-bottom: 0px;
	display: flex;
    flex-wrap: wrap;
}
/* .sh-social-share > div {
    vertical-align: top;
} */
.sh-social-share-networks .jssocials-share{
      transition: all 0.3s ease-in-out;
}
.sh-social-share-button {
	color: #fff !important;
    margin-right: 10px;
}
.sh-social-share-button:before, .sh-pricing-button:not(.sh-pricing-button-style1):not(.sh-pricing-button-style2):not(.sh-pricing-button-style3):before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 0%;
    height: 300%;
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    transition: 0.3s all ease-in-out;
}	
.sh-social-share-button i {
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
    padding-right: 15px;
}
.sh-social-share-button *, .sh-pricing-button * {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.sh-social-share-networks.sh-social-share-networks-active {
    height: auto;
    transition-delay: 0.7s;
    transition: all 0.3s ease-in-out;
}
.sh-social-share-networks .jssocials-share, .sh-social-share-networks .jssocials-shares {
    margin: 0;
}
.sh-social-share-networks .jssocials-share:nth-child(1) {
    transition-delay: 0.1s;
}
.sh-social-share-networks.sh-social-share-networks-active .jssocials-share {
    opacity: 1;
    margin-left: 0px;
}
.sh-social-share-networks .jssocials-share {
    padding: 0px;
    opacity: 0;
    margin-left: -15px;
}
.sh-social-share-networks.sh-social-share-networks-active .jssocials-share a {
    height: auto;
    visibility: visible;
}
.sh-social-share-networks .jssocials-share a {
    display: inline-block;
    padding: 0px 10px;
    background-color: transparent !important;
    visibility: hidden;
	    text-decoration: none;
	  outline: none !important;
}
.sh-social-share-networks .jssocials-share a:hover{
	color: #cabcb4;
}
.sh-social-share-networks .jssocials-share-link {
    line-height: 50px;
    padding: 0;
}
.sh-social-share-networks .jssocials-share-link span{
    font-size: 12px;
    line-height: 1;
}
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-facebook, body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-twitter, body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-google, body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-at, body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-pinterest {
    font-family: 'simple-line-icons';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sh-social-share-networks .jssocials-share-link .jssocials-share-count {
    display: none;
}
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-facebook:before {
    content: "\e00b";
}
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-twitter:before {
    content: "\e009";
}
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-at:before {
    content: "\e086";
}
body:not(.sh-jevelin-style3) .sh-social-share-networks .fa-pinterest:before {
    content: "\e60b";
}
.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: .3em .6em .3em 0;
}
