
.shopdev-product-single-wrapper {
    background: #fff;
    padding: 0px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}

.shopdev-product-single {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.shopdev-product-breadcrumb {
    font-size: 13px;
    margin-bottom: 16px;
    color: #777;
}

.shopdev-product-breadcrumb a {
    color: #0070c9;
    text-decoration: none;
    font-size: 16px;
}
.shopdev-product-breadcrumb a:hover {
    color: #ff6d2d;
}

.shopdev-product-breadcrumb span:last-child {
    color: #222;
    font-weight: 500;
    font-size: 15px;
}

.shopdev-product-main {
    display: grid;
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
    gap: 24px;
    margin-bottom: 32px;
}

.shopdev-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    border: 1px solid #eceff1;
}

.shopdev-product-gallery {
    padding: 16px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    border: 1px solid #eceff1;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}
.shopdev-product-main-image {
    width: 90%;
}

.shopdev-product-main-image,
#shopdev-main-image {
    position: relative;
    border-radius: 12px;
    background: #fafafa;
    overflow: hidden;
    padding-top: 100%;
}

.shopdev-product-main-image img,
#shopdev-main-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shopdev-product-thumbs {
    margin-top: 12px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    flex-direction: column;
}

.shopdev-thumb-item {
    flex: 0 0 60px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    padding: 3px;
    background: #fff;
    cursor: pointer;
    transition: all 0.15s ease;
}

.shopdev-thumb-item img {
    display: block;
    width: 80px;
    object-fit: cover;
    border-radius: 8px;
    height: 70px;
}
.shopdev-thumb-item:hover,
.shopdev-thumb-item.active {
    border-color: #ff6d2d;
    box-shadow: 0 0 0 2px rgba(255, 109, 45, 0.18);
}

.shopdev-product-right {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
    border: 1px solid #eceff1;
    padding: 20px 22px;
        background-image: linear-gradient(359deg, #fff4eb .31%, #fffbf8 21.43%, #fff 100.31%);
}
.shopdev-product-sold{
  margin-top: 6px;
  font-size: 13px;
  color: #6b6b6b;
}

.shopdev-product-title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
}

.shopdev-product-brands {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.shopdev-term-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    font-size: 12px;
    color: #475569;
}

.shopdev-term-badge img.shopdev-term-icon {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.shopdev-product-price-block {
    display: flex;
    align-items: flex-start;
    gap: 0px;
    border-radius: 10px;
    border: 1px solid #ff6600;
    padding: 20px;
    margin-bottom: 16px;
    background-image: linear-gradient(180deg, #fff4eb .31%, #fffbf8 21.43%, #fff 100.31%);
    flex-direction: column;
}
.shopdev-product-price-block .top {
    display: flex;
    flex-direction: column-reverse;
}

.shopdev-price-current {
    font-size: 24px;
    font-weight: 700;
    color: #ff6d2d;
}

.shopdev-price-old {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #9ca3af;
}

.shopdev-price-old .old-value {
    text-decoration: line-through;
}

.badge-sale {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    padding: 2px 8px;
    border-radius: 999px;
    background: #ffe9df;
    color: #ff6d2d;
    font-size: 12px;
    font-weight: 600;
}

.shopdev-product-excerpt {
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 12px;
}
.shopdev-product-excerpt p {
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
}
.shopdev-product-promotions {
    margin-bottom: 16px;
    border: 1px solid #63ac3b;
    background: #ffffff;
    padding: 10px 14px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 13px;
}

.shopdev-product-promotions .promotions-title {
    font-size: 13px;
    margin-bottom: 6px;
    color: #63ac3b;
    font-weight: bold;
}

.shopdev-product-promotions ul {
    margin: 0;
    padding-left: 18px;
}

.shopdev-product-promotions li {
    font-size: 13px;
    margin-bottom: 2px;
}

.shopdev-product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.shopdev-btn-primary, .btn-buy-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 5px;
    border: none;
    background: #ff6d2d;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s ease, box-shadow 0.15s ease;
    width: 50%;
    height: 50px;
}

.shopdev-btn-primary {
    width: 150px;
}
.shopdev-btn-primary:hover,
.btn-buy-now:hover {
    background: #ff5a12;
    box-shadow: 0 8px 18px rgba(255, 109, 45, 0.4);
}

.btn-add-cart {
    width: 48%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    border-radius: 5px;
    border: 1px solid #ff6d2d;
    background: #fff;
    color: #ff6d2d;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    height: 50px;
}
.btn-add-cart:hover {
    background: #fff7ed;
    box-shadow: 0 4px 14px rgba(255, 109, 45, 0.25);
}

.shopdev-product-commitments {
    margin: 20px 0px;
    padding: 20px 0px;
    background: #fff;
    border-radius: 10px;
    background-image: linear-gradient(359deg, #fff4eb .31%, #fffbf8 21.43%, #fff 100.31%);
}

.shopdev-product-commitments .commitments-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.shopdev-product-commitments .commitments-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.shopdev-product-commitments .commit-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background: #fff5e6;
    border: 1px solid #ffd2a6;
    font-size: 13px;
    white-space: nowrap;
}

.shopdev-product-content {
    margin-bottom: 25px;
}
.shopdev-product-content h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
}

.shopdev-product-content .entry-content {
    font-size: 14px;
    color: #374151;
}

.shopdev-product-content p {
    margin-bottom: 8px;
}

.shopdev-toggle-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #ff6d2d;
    text-decoration: none;
}

.shopdev-toggle-link:hover {
    text-decoration: underline;
}

.shopdev-product-content span {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}
.shopdev-product-content p {
    font-size: 16px;
    text-align: justify;
    font-family: "Montserrat-Regular", sans-serif !important;
    line-height: 28px;
}
.fc-service-content-toggle {
   
    text-align: center;
}
.shopdev-product-reviews span {
    font-size: 16px;
    font-weight: bold;
}
.rating-count {
    font-size: 16px;
    font-weight: bold;
}

.shopdev-product-reviews h2,
.shopdev-product-qa h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.shopdev-reviews-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.shopdev-reviews-summary {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shopdev-reviews-summary .rating-number {
    font-size: 26px;
    font-weight: 700;
    color: #f97316;
}

.rating-stars .star,
.review-stars .star {
    font-size: 16px;
    color: #e5e7eb;
    margin-right: 2px;
}

.rating-stars .star.filled,
.review-stars .star.filled {
    color: #fbbf24;
}

.shopdev-reviews-list {
    border-top: 1px solid #f3f4f6;
    padding-top: 10px;
}

.shopdev-review-item {
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f6;
}

.shopdev-review-item:last-child {
    border-bottom: none;
}

.shopdev-review-item .review-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 13px;
    margin-bottom: 4px;
    gap: 10px;
}

.shopdev-review-item .review-stars {
    margin-bottom: 4px;
}

.shopdev-review-item .review-content {
    font-size: 13px;
    color: #4b5563;
}
.review-header span {
    font-size: 13px;
}

.shopdev-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-radius: 999px;
       border: 1px solid #f0793c;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.shopdev-btn-outline:hover {
    background: #f9fafb;
    border-color: #9ca3af;
}

.shopdev-reviews-more-wrap,
.shopdev-qa-more-wrap {
    text-align: center;
    margin-top: 10px;
}

.shopdev-qa-header {
    padding: 20px 0px;
    font-size: 16px;
    font-weight: bold;
}

.shopdev-qa-quick {
    margin-bottom: 16px;
    display: flex;
    flex-direction: row;
  
}

#shopdev-question-quick {
    width: 100%;
    min-height: 50px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    font-size: 13px;
    resize: vertical;
}

.shopdev-qa-quick button {
    align-self: flex-start;
}

.shopdev-qa-quick-message {
    font-size: 12px;
    color: #dc2626;
}

.shopdev-qa-list {
    border-top: 1px solid #f3f4f6;
    padding-top: 10px;
}

.shopdev-qa-item {
    padding: 10px 0;
    border-bottom: 1px solid #f3f4f6;
}

.shopdev-qa-item:last-child {
    border-bottom: none;
}

.shopdev-qa-item .qa-question strong,
.shopdev-qa-item .qa-answer strong {
    font-size: 13px;
    font-weight: bold;
}

.shopdev-qa-item .qa-date {
    font-size: 13px;
    color: #9ca3af;
    margin-left: 6px;
    font-weight: bold;
}

.shopdev-qa-item .qa-content {
    margin-top: 4px;
    font-size: 13px;
    color: #4b5563;
}

.shopdev-qa-item .qa-answer {
    margin-top: 6px;
    padding-left: 10px;
    border-left: 2px solid #e5e7eb;
    font-size: 13px;
    color: #374151;
}

.shopdev-no-data {
    font-size: 13px;
    color: #6b7280;
    margin: 8px 0 0;
}

.shopdev-related-products {
    padding: 18px 20px;
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    background: #fff;
        display: none;
}

.shopdev-related-products h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
}

.shopdev-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 16px;
}

.shopdev-related-item {
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #f3f4f6;
    background: #fff;
    transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.shopdev-related-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
    border-color: #e5e7eb;
}

.shopdev-related-item .related-thumb img {
    width: 100%;
    border-radius: 10px;
    background: #fafafa;
}

.shopdev-related-item .no-thumb {
    width: 100%;
    padding-top: 75%;
    border-radius: 10px;
    background: #f3f4f6;
}

.related-title {
    font-size: 13px;
    font-weight: 600;
    margin: 8px 0 4px;
}

.related-title a {
    color: #111827;
    text-decoration: none;
}

.related-title a:hover {
    color: #ff6d2d;
}

.related-price {
    font-size: 13px;
    margin-bottom: 4px;
}

.related-price .price-current {
    font-weight: 600;
    color: #ff6d2d;
    margin-right: 6px;
}

.related-price .price-old {
    color: #9ca3af;
    text-decoration: line-through;
}

.related-view-link {
    font-size: 12px;
    color: #ff6d2d;
    text-decoration: none;
}

.related-view-link:hover {
    text-decoration: underline;
}

.shopdev-modal {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(15, 23, 42, 0.45);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
}

.shopdev-modal.shopdev-modal-show {
    opacity: 1;
    visibility: visible;
}

.shopdev-modal-dialog {
    position: relative;
    max-width: 720px;
    width: 92%;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 16px;
    padding: 22px 24px 20px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
}

.shopdev-modal-dialog h3 {
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
}
.shopdev-modal-dialog h3::after {
    content: "";
    background-image: linear-gradient(to right, #ff000000, #b8b7bd, #ff000000);
    height: 1px;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}





.shopdev-modal-subtitle {
    font-size: 16px;
    color: #000;
    padding: 20px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
}
.shopdev-modal-show .shopdev-btn-primary {
    color: #fff;
    border: none;
    display: inline-block;
    width: 100%;
    height: 50px;
}
.shopdev-modal-close {
    line-height: 1;
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: #c9c9c9;
    font-size: 30px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    color: red;
}

.shopdev-modal-close:hover {
    color: #4b5563;
}

body.shopdev-modal-open {
    overflow: hidden;
}

.shopdev-modal-show .header-top {
    display: flex;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}
.shopdev-form p {
    margin: 0 0 10px;
}

.shopdev-form label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
}

.shopdev-form input[type="text"],
.shopdev-form input[type="tel"],
.shopdev-form input[type="email"],
.shopdev-form textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 8px 10px;
    font-size: 13px;
    box-sizing: border-box;
}

.shopdev-form textarea {
    resize: vertical;
    min-height: 90px;
}

.shopdev-form-message {
    margin-top: 8px;
    font-size: 12px;
    color: #dc2626;
}

.shopdev-stars-input {
    padding: 0px 0px 20px 0px;
    text-align: center;
}

.shopdev-stars-input .stars-options, #shopdev-rating-stars {
    display: inline-flex;
    flex-direction: row-reverse;
    gap: 4px;
}

.shopdev-stars-input input[type="radio"] {
    display: none;
}

.shopdev-stars-input label,
#shopdev-rating-stars .star {
    font-size: 26px;
    cursor: pointer;
    color: #e5e7eb;
    transition: color 0.15s ease;
}

.shopdev-stars-input label.selected,
#shopdev-rating-stars .star.selected {
    color: #fbbf24;
}

.shopdev-stars-rating input[type="radio"] {
    display: none;
}

.shopdev-stars-rating label {
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #ddd;
    transition: color 0.12s ease, transform 0.12s ease;
}

.shopdev-stars-rating label:hover,
.shopdev-stars-rating label:hover ~ label {
    color: #ffb400;
    transform: scale(1.05);
}

.shopdev-stars-rating input[type="radio"]:checked ~ label {
    color: #ffb400;
}




.shopdev-hidden {
    display: none !important;
}

@media (max-width: 992px) {
    .shopdev-product-main {
        grid-template-columns: 1fr;
    }

    .shopdev-product-right {
        padding: 16px;
    }
}




.shopdev-product-summary-top {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
    font-size: 13px;
}

.shopdev-rating-block {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #555;
    padding-bottom: 10px;
}

.shopdev-rating-block .star {
    font-size: 14px;
    color: #ddd;
}

.shopdev-rating-block .star.is-active {
    color: #ffb400;
}

.shopdev-rating-block .count-link {
    color: #ff6600;
    text-decoration: none;
}

.shopdev-rating-block .count-link:hover {
    text-decoration: underline;
}

.shopdev-rating-block .sep {
    color: #ccc;
}

.shopdev-warranty-block {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #008342;
    font-size: 13px;
}
.shopdev-warranty-block span {
    font-size: 16px;
    font-weight: bold;
}

.shopdev-warranty-block .icon {
    font-size: 14px;
    line-height: 1;
}


.shopdev-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: flex-start;
}
.shopdev-overlay.active,
.shopdev-overlay.open {
    display: flex;
}

.shopdev-cart-popup {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -3px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.shopdev-cart-popup .popup-header,
.shopdev-cart-popup .popup-body,
.shopdev-cart-popup .popup-footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.shopdev-cart-popup .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
}
.shopdev-cart-popup .popup-header h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.shopdev-cart-popup .btn-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #777;
    cursor: pointer;
}

.shopdev-cart-popup .popup-body {
    flex: 1;
    overflow-y: auto;
    padding: 0 20px;
}

.cart-table-head {
    display: grid;
    grid-template-columns: 80px 1fr 120px 120px 140px 40px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
    padding: 10px 15px;
    color: #666;
    font-size: 13px;
    font-weight: 500;
}
.cart-table-body {
    padding: 10px 15px;
}
.cart-row {
    display: grid;
    grid-template-columns: 80px 1fr 120px 120px 140px 40px;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
}
.cart-row:last-child {
    border-bottom: none;
}
.cart-row .col-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}
.cart-row .col-name a {
    color: #222;
    font-size: 14px;
    text-decoration: none;
}
.cart-row .col-price {
    color: #f26522;
    font-weight: 600;
    text-align: right;
}
.cart-row .col-total {
    text-align: right;
    font-weight: 600;
}
.cart-row .col-qty {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.cart-row .btn-qty {
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
}
.cart-row .qty-input {
    width: 50px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
}
.cart-row .btn-remove {
    border: none;
    background: transparent;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
}

.shopdev-cart-popup .popup-footer {
    border-top: 1px solid #eee;
    padding: 15px 20px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cart-footer .total-text {
    font-size: 15px;
}
#shopdev-cart-total {
    color: #f26522;
    font-weight: 700;
}
.cart-footer .btn-primary {
    background: #f26522;
    color: #fff;
    border: 1px solid #f26522;
    border-radius: 8px;
    padding: 9px 22px;
    font-weight: 600;
    cursor: pointer;
}
.cart-footer .btn-outline {
    background: #fff;
    color: #f26522;
    border: 1px solid #f26522;
    border-radius: 8px;
    padding: 9px 22px;
    font-weight: 600;
    cursor: pointer;
}

.shopdev-checkout-popup {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    background: #fff;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -3px 25px rgba(0,0,0,0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.shopdev-checkout-popup .popup-header,
.shopdev-checkout-popup .checkout-step-bar,
.shopdev-checkout-popup .popup-body {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.shopdev-checkout-popup .btn-close {
    border: none;
    background: none;
    font-size: 24px;
    color: #777;
    cursor: pointer;
}

.shopdev-checkout-popup .popup-body {
    flex: 1;
    padding: 20px 0px;
    overflow-y: auto;
    display: flex;
    justify-content: center;
}
.checkout-layout {
    display: grid;
    grid-template-columns: 2fr 1.1fr;
    gap: 24px;
    width: 100%;
    max-width: 1200px;
}
.checkout-left input,
.checkout-left textarea {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 9px 12px;
    font-size: 14px;
    margin-bottom: 10px;
}
.checkout-field-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    margin-bottom: 4px;
}

.checkout-right {
    background: #fff7f2;
    border: 1px solid #ffe2cf;
    border-radius: 12px;
    padding: 16px 20px;
    align-self: flex-start;
        height: 465px;
}
.checkout-right .btn-primary {
    background: #f26522;
    color: #fff;
    border: 1px solid #f26522;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}
.checkout-confirm-left-inner h4 {
    font-size: 16px;
    font-weight: bold;
}
.confirm-box p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
}
.confirm-box {
    border-radius: 10px;
    margin-bottom: 16px;
    background-image: linear-gradient(180deg, #fff4eb .31%, #fffbf8 21.43%, #fff 100.31%);
    margin-top: 20px;
    padding: 20px 10px 0px 10px;
}
@media (max-width: 900px) {
    .checkout-layout {
        grid-template-columns: 1fr;
    }
}

.cart-summary .summary-products {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}
.summary-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #ffe2cf;
    padding-bottom: 10px;
}
.summary-item:last-child { border-bottom: none; }

.summary-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    object-fit: cover;
}
.summary-info {
    flex: 1;
}
.summary-info .title {
    font-size: 13.5px;
    font-weight: 600;
    color: #222;
}
.summary-info .qty {
    font-size: 12px;
    color: #666;
    margin-top: 3px;
}
.summary-price {
    text-align: right;
}
.summary-price .current {
    font-size: 13px;
    font-weight: 700;
    color: #f26522;
}
.summary-price .old {
    text-decoration: line-through;
    font-size: 12px;
    color: #999;
}
.cart-summary .totals {
    border-top: 1px dashed #f1c19b;
    margin-top: 10px;
    padding-top: 10px;
}
.cart-summary .totals .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    font-size: 13.5px;
}
.cart-summary .totals .total {
    font-size: 16px;
    font-weight: 700;
    color: #f26522;
}
.discount-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff1e9;
    border-radius: 8px;
    padding: 6px 8px;
    margin-bottom: 6px;
}
.discount-line span {
    font-size: 12.5px;
    color: #f26522;
}
.cart-summary small {
    display: block;
    font-size: 11px;
    color: #777;
    margin-top: 4px;
}

.cart-summary .btn-primary {
    width: 100%;
    background: #f26522;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 12px;
    cursor: pointer;
}
.cart-summary .btn-primary:hover {
    background: #e25717;
}



.checkout-step-bar {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 20px;
}
.checkout-step-text {
    display: flex;
    gap: 12px;
    font-size: 14px;
}
.checkout-step-text span.active {
    color: #f26522;
    font-weight: 700;
}

.checkout-step.step-2 {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}
.checkout-confirm-left {
    background: #fff;
    border-radius: 8px;
    padding: 16px 20px;
}
.checkout-confirm-right {
    background: #fff7f2;
    border: 1px solid #ffe2cf;
    border-radius: 12px;
    padding: 16px 20px;
}
.map-box iframe {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 8px;
}

.shopdev-checkout-popup .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 0px 0px;
}

.shopdev-checkout-popup .popup-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.shopdev-checkout-popup .btn-close {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
}


.checkout-step-bar {
    margin-bottom: 4px;
}

.checkout-step-line {
    height: 3px;
    background: #ffe4d1;
    border-radius: 999px;
    overflow: hidden;
}

.checkout-step-line-inner {
    width: 50%; 
    height: 100%;
    background: linear-gradient(90deg, #ff7a1a, #ff4e00);
    border-radius: inherit;
}

.checkout-step-text {
    display: flex;
    gap: 18px;
    margin-top: 8px;
    font-size: 13px;
}

.checkout-step-text span {
    color: #888;
}

.checkout-step-text span.active {
    color: #ff6a00;
    font-weight: 600;
}

.checkout-message {
    margin-top: 10px;
    font-size: 13px;
    display: none;
}

.checkout-message.error,
.checkout-message.success {
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 12px;
    width: 1200px;
    margin: 0 auto;
}

.checkout-message.error {
    color: #c62828;
    background: #ffebee;
    border: 1px solid #ffcdd2;
        width: 1160px;
    margin: 0 auto;
}

.checkout-message.success {
    color: #1b5e20;
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
        width: 1160px;
    margin: 0 auto;
}

.popup-body.checkout-layout .success-box {
    border-radius: 10px;
    margin-bottom: 16px;
    background-image: linear-gradient(180deg, #ddfbdd .31%, #fffbf8 21.43%, #fff 100.31%);
    margin-top: 20px;
    padding: 20px 10px 0px 10px;
        text-align: center;
            color: red;
}
.popup-body.checkout-layout .success-box h3 {
    font-size: 16px;
    font-weight: bold;
}
.popup-body.checkout-layout .success-box p {
    font-size: 16px;
    font-weight: bold;
}
.popup-body.checkout-layout .success-box p {
    font-size: 13px;
    color: #0a66ab;
    font-weight: bold;
    margin-bottom: 0px;
}
.success-customer {
    border: 1px solid;
    margin: 20px 50px;
    border-radius: 10px;
    padding: 10px;
}
.success-customer p {
    color: red;
}   
.checkout-layout {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    margin-top: 20px;
}

.checkout-left {
    flex: 0 0 58%;
    max-width: 58%;
}

.checkout-right {
    flex: 1;
}

.checkout-step.step-2 {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.checkout-confirm-left {
    flex: 0 0 58%;
    max-width: 58%;
}

.checkout-confirm-right {
    flex: 1;
}



.checkout-field-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 13px;
    color: #555;
    font-weight: bold;
}

.checkout-field-group input,
.checkout-field-group textarea {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}

.checkout-field-group input:focus,
.checkout-field-group textarea:focus {
    border-color: #ff6a00;
    box-shadow: 0 0 0 1px rgba(255, 106, 0, 0.18);
    background-color: #fff;
}

.checkout-field-group textarea {
    min-height: 90px;
    resize: vertical;
}


.shopdev-checkout-popup .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    height: 44px;
    padding: 0 24px;
    border-radius: 6px;
    border: none;
    background: linear-gradient(90deg, #ff7a1a, #ff4e00);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: box-shadow 0.2s, transform 0.05s, opacity 0.2s;
}

.shopdev-checkout-popup .btn-primary:hover {
    box-shadow: 0 8px 20px rgba(255, 106, 0, 0.32);
    transform: translateY(-1px);
}

.shopdev-checkout-popup .btn-primary:disabled {
    opacity: 0.5;
    cursor: default;
    box-shadow: none;
    transform: none;
}


.checkout-product-card {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #ffe0cc;
    box-shadow: 0 10px 30px rgba(15, 34, 58, 0.08);
    padding: 16px 18px 18px;
    font-size: 14px;
}

.checkout-product-card .summary-products {
    border-bottom: 1px solid #ffe0cc;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.checkout-product-card .summary-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.checkout-product-card .summary-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 6px;
    object-fit: cover;
}

.checkout-product-card .summary-info .title {
    font-weight: 600;
    margin-bottom: 4px;
}

.checkout-product-card .summary-info .qty {
    font-size: 13px;
    color: #777;
}

.checkout-product-card .summary-price {
    margin-left: auto;
    text-align: right;
    white-space: nowrap;
}

.checkout-product-card .summary-price .current {
    font-weight: 600;
}

.checkout-product-card .summary-price .old {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.checkout-product-card .totals {
    font-size: 14px;
}

.checkout-product-card .totals .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}

.checkout-product-card .totals .row.total {
    margin-top: 6px;
    font-weight: 700;
}

.checkout-product-card .discount-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 8px;
    background: #fff5ec;
    border-radius: 6px;
    margin: 6px 0;
}

.checkout-product-card .discount-line span:first-child {
    color: #ff6a00;
    font-weight: 600;
}

.checkout-product-card small {
    display: block;
    font-size: 11px;
    color: #777;
    margin: 6px 0 10px;
}


.checkout-confirm-left h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.checkout-confirm-left .confirm-box {
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    margin-bottom: 12px;
    font-size: 14px;
}

.checkout-confirm-left .confirm-box p {
    margin: 0 0 4px;
}

.checkout-confirm-left .confirm-box p:last-child {
    margin-bottom: 0;
}

.checkout-confirm-left .map-box,
.checkout-confirm-left .checkout-map-box {
    margin-top: 8px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(15, 34, 58, 0.15);
}

.checkout-confirm-left .map-box iframe,
.checkout-confirm-left .checkout-map-box iframe {
    width: 100%;
    height: 260px;
    border: 0;
}

.checkout-confirm-left.success .confirm-box {
    background: #e9fff4;
    border-color: #b6eccd;
}


@media (max-width: 900px) {
    .checkout-layout,
    .checkout-step.step-2 {
        flex-direction: column;
    }

    .checkout-left,
    .checkout-right,
    .checkout-confirm-left,
    .checkout-confirm-right {
        max-width: 100%;
        flex: 1;
    }

    .checkout-product-card {
        margin-top: 16px;
    }
}





@media (max-width: 768px) {
     .shopdev-product-single-wrapper {
        padding: 20px 0 32px;
    }

    .shopdev-product-content,
    .shopdev-product-reviews,
    .shopdev-product-qa,
    .shopdev-related-products {
        padding:0px;
    }

    .shopdev-product-title {
        font-size: 18px;
    }

    .shopdev-product-price-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .shopdev-product-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-buy-now,
    .btn-add-cart {
        width: 100%;
        justify-content: center;
    }
    .shopdev-checkout-popup .popup-body {
        grid-template-columns: 1fr;
    }
    .shopdev-cart-popup,
    .shopdev-checkout-popup {
        margin: 60px 10px 0;
        min-height: calc(100vh - 70px);
    }

    .shopdev-product-gallery {
        display: flex;
        flex-direction: column;
        padding: 00px;
    }
.shopdev-product-main-image {
    width: 100%;
}
.shopdev-product-thumbs {
    margin-top: 0px;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    flex-direction: row;
}
.shopdev-thumb-item img {
    border-radius: 5px;
    height: 50px;
}
    .shopdev-product-title {
        font-size: 14px;
    }

.shopdev-rating-block .count-link {
    font-size: 14px;
    color: #000;
} 
.shopdev-warranty-block span {
    font-size: 14px;
}
.shopdev-product-excerpt p {
    font-size: 14px;
    line-height: 22px;
}
.shopdev-btn-primary, .btn-buy-now {   
    font-size: 14px;
}
.btn-add-cart {   
    font-size: 14px;  
}

.shopdev-product-commitments .commitments-title {
    font-size: 15px;
}
.shopdev-product-content span {
    font-size: 14px;
}
.shopdev-product-content p {
    font-size: 14px;
}
.rating-count {
    font-size: 13px;
}
.review-header span {
    font-size: 12px;
}
.shopdev-btn-primary {
    width: 125px;
    height: 40px;
    font-size: 10px !important;
}
#shopdev-question-quick {  
    min-height: 40px;   
    padding: 3px;
    font-size: 11px;   
}
.shopdev-qa-item .qa-question strong, .shopdev-qa-item .qa-answer strong {
    font-size: 12px;
}




}



@media (max-width: 767px){

  #fc-booking-modal.popup-datlich-ct .fc-booking-dialog{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    margin: 0 !important;
    border-radius: 0 !important;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 999999;
  }

  #fc-booking-modal.popup-datlich-ct .box-title{
    position: sticky;
    top: 0;
    z-index: 5;
    background: #fff;
    padding: 12px 12px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 1px solid #eee;
  }
  #fc-booking-modal.popup-datlich-ct .box-line{ display:none; }

  #fc-booking-modal.popup-datlich-ct .fc-booking-header h2{
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 800;
  }
  #fc-booking-modal.popup-datlich-ct .fc-booking-breadcrumb{
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
  }
  #fc-booking-modal.popup-datlich-ct .fc-booking-option-pill{
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.08);
    background: #f6f7f8;
    font-weight: 700;
  }

  #fc-booking-modal.popup-datlich-ct .btn-dong{
    flex: 0 0 auto;
  }
  #fc-booking-modal.popup-datlich-ct .fc-modal-close{
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    font-size: 22px;
    line-height: 28px;
    cursor: pointer;
  }

  #fc-booking-modal.popup-datlich-ct .fc-booking-body{
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 12px 12px 210px; 
    display: flex;
    flex-direction: column;
    gap: 12px;
            width: 100%;
  }

  #fc-booking-modal.popup-datlich-ct .fc-booking-left,
  #fc-booking-modal.popup-datlich-ct .fc-booking-right{
    width: 100% !important;
  }
  #fc-booking-modal.popup-datlich-ct .fc-booking-right{ order: 0; }
  #fc-booking-modal.popup-datlich-ct .fc-booking-left{ order: 1; }

  #fc-booking-modal.popup-datlich-ct .fc-booking-summary-card{
    border: 2px solid rgba(243,107,33,.35);
    border-radius: 14px;
    padding: 12px;
    background: #fff;
  }
  #fc-booking-modal.popup-datlich-ct .fc-booking-summary-top{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
  }
  #fc-booking-modal.popup-datlich-ct .summary-thumb{
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.06);
    flex: 0 0 56px;
    background: #fff;
  }
  #fc-booking-modal.popup-datlich-ct .summary-thumb img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display:block;
  }
  #fc-booking-modal.popup-datlich-ct .summary-main-name{
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
  }
  #fc-booking-modal.popup-datlich-ct .summary-option-name{
    margin-top: 6px;
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 10px;
    background: #f6f7f8;
    border: 1px solid rgba(0,0,0,.08);
    font-weight: 700;
    font-size: 12px;
  }

  #fc-booking-modal.popup-datlich-ct .fc-booking-section{
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    padding: 12px;
    background: #fff;
  }
  #fc-booking-modal.popup-datlich-ct .fc-booking-section h3{
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 800;
  }

  #fc-booking-modal.popup-datlich-ct .fc-meta-flex{
    display: flex;
    flex-direction: column; 
    gap: 10px;
  }
  #fc-booking-modal.popup-datlich-ct .fc-meta-row label{
    display:block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  #fc-booking-modal.popup-datlich-ct input[type="text"],
  #fc-booking-modal.popup-datlich-ct input[type="tel"],
  #fc-booking-modal.popup-datlich-ct textarea,
  #fc-booking-modal.popup-datlich-ct select{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 12px;
    padding: 12px 12px;
    font-size: 14px;
    outline: none;
    background: #fff;
  }
  #fc-booking-modal.popup-datlich-ct textarea{
    resize: none;
    min-height: 90px;
  }

  #fc-booking-modal.popup-datlich-ct #fc-booking-date-list{
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  #fc-booking-modal.popup-datlich-ct #fc-booking-date-list::-webkit-scrollbar{ display:none; }
  #fc-booking-modal.popup-datlich-ct #fc-booking-date-list > *{
    flex: 0 0 auto;
    min-width: 64px;
    padding: 10px 10px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.10);
    background: #f6f7f8;
    text-align: center;
    font-weight: 800;
  }

  #fc-booking-modal.popup-datlich-ct .fc-booking-time-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #fc-booking-modal.popup-datlich-ct .fc-booking-time-col{
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
    padding: 10px;
    background: #fff;
  }
  #fc-booking-modal.popup-datlich-ct .fc-booking-time-label{
    font-weight: 900;
    font-size: 12px;
    opacity: .75;
    margin-bottom: 8px;
    text-transform: uppercase;
  }
  #fc-booking-modal.popup-datlich-ct .fc-booking-time-list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #fc-booking-modal.popup-datlich-ct .fc-booking-time-list button,
  #fc-booking-modal.popup-datlich-ct .fc-booking-time-list a,
  #fc-booking-modal.popup-datlich-ct .fc-booking-time-list .fc-time-btn{
    flex: 0 0 calc((100% - 30px)/4);
    text-align: center;
    padding: 10px 0;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,.10);
    background: #f6f7f8;
    font-weight: 800;
    font-size: 12px;
  }
  #fc-booking-modal.popup-datlich-ct .fc-booking-time-list button:disabled{
    opacity: .45;
  }

  #fc-booking-modal.popup-datlich-ct .fc-booking-branch-body{
    display: block !important;
  }
  #fc-booking-modal.popup-datlich-ct .fc-branch-list-wrap{
    max-height: 180px;
    overflow: auto;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 14px;
  }
  #fc-booking-modal.popup-datlich-ct .fc-branch-map-placeholder{
    margin-top: 10px;
    height: 160px;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(0,0,0,.08);
    background: #f6f7f8;
  }

  #fc-booking-modal.popup-datlich-ct .summary-row.summary-total{
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom));
    z-index: 1000001;
    background: #fff;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 -10px 24px rgba(0,0,0,.10);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #fc-booking-modal.popup-datlich-ct .summary-row.summary-total strong{
    font-size: 16px;
    font-weight: 900;
  }

  #fc-booking-modal.popup-datlich-ct .summary-note-small{
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(58px + env(safe-area-inset-bottom));
    z-index: 1000001;
    margin: 0;
    padding: 10px 12px;
    border-radius: 12px;
    background: #dff6f0;
    font-size: 12px;
    font-weight: 700;
  }

  #fc-booking-modal.popup-datlich-ct .fc-booking-submit-proxy{
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 1000002;
    height: 52px;
    border-radius: 14px;
    border: 0;
    font-size: 16px;
    font-weight: 900;
    background: #f36b21;
    color: #fff;
  }

  #fc-booking-modal.popup-datlich-ct .fc-booking-summary-card .summary-row{
    padding: 8px 0;
    border-top: 1px dashed rgba(0,0,0,.10);
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  #fc-booking-modal.popup-datlich-ct #fc-booking-summary-price{
    font-weight: 900;
    color: #e53935;
  }
  #fc-booking-modal.popup-datlich-ct #fc-booking-summary-old-price.old{
    text-decoration: line-through;
    opacity: .55;
  }
}




@media (max-width: 767px){

  #shopdev-cart-overlay.shopdev-overlay{
    position: fixed;
    inset: 0;
    z-index: 999999;
    padding: 0 !important;
    display: flex;
    align-items: stretch;
    justify-content: center;
  }

  #shopdev-cart-overlay .shopdev-cart-popup{
    width: 100%;
    height: 100vh;
    max-width: 100%;
    margin: 0 !important;
    border-radius: 14px 14px 0 0;
    overflow: hidden;
    background: #fff;

    display: flex;
    flex-direction: column;
    position: relative;
  }

  #shopdev-cart-overlay .popup-header{
    position: sticky;
    top: 0;
    z-index: 5;
    background: #fff;
    height: 52px;
    border-bottom: 1px solid #eee;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
  }
  #shopdev-cart-overlay .popup-header h3{
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
  }
  #shopdev-cart-overlay .btn-close-cart{
    position: absolute;
    right: 10px;
    top: 2px;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    font-size: 22px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  #shopdev-cart-overlay .popup-body{
    flex: 1 1 auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
            top: 0;
        position: absolute;
  }

  #shopdev-cart-overlay .cart-table-head{
    position: sticky;
    top: 52px;
    z-index: 4;
    background: #f6f7f8;
    border-bottom: 1px solid #eee;

    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
  }
  #shopdev-cart-overlay .cart-table-head .col-thumb,
  #shopdev-cart-overlay .cart-table-head .col-price,
  #shopdev-cart-overlay .cart-table-head .col-qty,
  #shopdev-cart-overlay .cart-table-head .col-total{
    display: none !important;
  }
  #shopdev-cart-overlay .cart-table-head .col-name{
    flex: 1 1 auto;
    font-weight: 800;
  }
  #shopdev-cart-overlay .cart-table-head .col-remove{
    display: block !important;
    margin-left: auto;
    opacity: .7;
    font-weight: 800;
  }

  #shopdev-cart-overlay #shopdev-cart-list.cart-table-body{
        padding: 80px 10px 0px 10px;
  }

  #shopdev-cart-overlay #shopdev-cart-list > .cart-row,
  #shopdev-cart-overlay #shopdev-cart-list > .cart-item,
  #shopdev-cart-overlay #shopdev-cart-list > .shopdev-cart-row{
    display: grid !important;
        grid-template-columns: 55px 155px 1fr 92px;
    gap: 10px;
    align-items: center;

    padding: 12px 0;
    border-bottom: 1px solid #eee;
  }

  #shopdev-cart-overlay #shopdev-cart-list input[type="checkbox"]{
    width: 18px;
    height: 18px;
  }

  #shopdev-cart-overlay #shopdev-cart-list .col-thumb,
  #shopdev-cart-overlay #shopdev-cart-list .cart-thumb,
  #shopdev-cart-overlay #shopdev-cart-list .thumb{
    width: 52px;
    height: 52px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
  }
  #shopdev-cart-overlay #shopdev-cart-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #shopdev-cart-overlay #shopdev-cart-list .col-name,
  #shopdev-cart-overlay #shopdev-cart-list .cart-name,
  #shopdev-cart-overlay #shopdev-cart-list .name{
    min-width: 0;
  }
  #shopdev-cart-overlay #shopdev-cart-list .col-name a,
  #shopdev-cart-overlay #shopdev-cart-list .col-name,
  #shopdev-cart-overlay #shopdev-cart-list .cart-name{
    font-weight: 800;
    font-size: 14px;
    line-height: 1.2;
  }

  #shopdev-cart-overlay #shopdev-cart-list .col-price,
  #shopdev-cart-overlay #shopdev-cart-list .price{
    grid-column: 3 / 4;
    color: #e53935;
    font-weight: 900;
    font-size: 13px;
  }
  #shopdev-cart-overlay #shopdev-cart-list .old-price,
  #shopdev-cart-overlay #shopdev-cart-list del{
    color: #9aa0a6;
    text-decoration: line-through;
    font-weight: 700;
    margin-left: 6px;
  }

  #shopdev-cart-overlay #shopdev-cart-list .col-qty,
  #shopdev-cart-overlay #shopdev-cart-list .qty,
  #shopdev-cart-overlay #shopdev-cart-list .qty-box{
    grid-column: 4 / 5;
    justify-self: end;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  #shopdev-cart-overlay #shopdev-cart-list button{
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    border-radius: 8px;
    height: 28px;
    width: 28px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #shopdev-cart-overlay #shopdev-cart-list input[type="number"],
  #shopdev-cart-overlay #shopdev-cart-list .qty-input{
    width: 34px;
    height: 28px;
    text-align: center;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 8px;
    padding: 0;
    outline: none;
  }

  #shopdev-cart-overlay #shopdev-cart-list .col-total,
  #shopdev-cart-overlay #shopdev-cart-list .col-remove{
    display: none !important;
  }

    #shopdev-cart-overlay .popup-footer.cart-footer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 6;
        background: #fff;
        border-top: 1px solid #eee;
        padding: 10px 12px calc(12px + env(safe-area-inset-bottom));
        display: flex;
        flex-direction: column;
    }

  #shopdev-cart-overlay .total-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 900;
    margin-bottom: 10px;
  }
  #shopdev-cart-overlay #shopdev-cart-total{
    font-weight: 900;
  }
  #shopdev-cart-overlay.shopdev-overlay{
    position: fixed;
    inset: 0;
    z-index: 999999;
    padding: 0 !important;
    align-items: stretch;
    justify-content: center;
  }

  #shopdev-cart-overlay{
    display: none !important;
  }

  #shopdev-cart-overlay.active,
  #shopdev-cart-overlay.is-open,
  #shopdev-cart-overlay.show,
  #shopdev-cart-overlay.open,
  body.shopdev-cart-open #shopdev-cart-overlay,

  #shopdev-cart-overlay[style*="display: block"],
  #shopdev-cart-overlay[style*="display:block"]{
    display: flex !important;
  }

}

@media (max-width: 767px){

  #shopdev-checkout-overlay{
    display: none;     
    position: fixed;
    inset: 0;
    z-index: 999999;
    background: rgba(0,0,0,.35);
    align-items: flex-end;
    justify-content: center;
  }

  #shopdev-checkout-overlay.active,
  #shopdev-checkout-overlay.is-open,
  #shopdev-checkout-overlay.show,
  #shopdev-checkout-overlay[style*="display:block"],
  #shopdev-checkout-overlay[style*="display: block"]{
    display: flex;
  }

  #shopdev-checkout-overlay .shopdev-checkout-popup{
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: 100vh;

    margin: 0 !important;
    background: #fff;
    border-radius: 14px 14px 0 0;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    position: relative;
  }

  #shopdev-checkout-overlay .popup-header{
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fff;

    height: 52px;
    border-bottom: 1px solid #eee;

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
  }
  #shopdev-checkout-overlay .popup-header h3{
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
  }
    #shopdev-checkout-overlay .btn-close-checkout {
        position: absolute;
        right: 10px;
        top: 3px;
        width: 20px;
        height: 20px;
        border-radius: 999px;
        border: 1px solid rgba(0, 0, 0, .12);
        background: #fff;
        font-size: 22px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

  #shopdev-checkout-overlay .checkout-step-bar{
    position: sticky;
    top: 52px;
    z-index: 29;
    background: #fff;

    padding: 10px 12px 8px;
    border-bottom: 1px solid #eee;
  }
  #shopdev-checkout-overlay .checkout-step-line{
    height: 3px;
    border-radius: 999px;
    background: #f1f1f1;
    overflow: hidden;
  }
  #shopdev-checkout-overlay .checkout-step-line-inner{
    height: 100%;
    width: 50%;
    background: #f36b21;
    border-radius: 999px;
  }
  #shopdev-checkout-overlay .checkout-step-text{
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
  }
  #shopdev-checkout-overlay .checkout-step-text span{
    color: #9aa0a6;
    font-weight: 800;
    white-space: nowrap;
  }
  #shopdev-checkout-overlay .checkout-step-text span.active{
    color: #f36b21;
  }

  #shopdev-checkout-overlay .popup-body{
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    touch-action: pan-y;

    padding: 12px 12px calc(190px + env(safe-area-inset-bottom));
  }

    #shopdev-checkout-overlay .checkout-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px;
        width: 100%;
        position: static !important;
        top: auto !important;
        justify-content: flex-start;
    }
  #shopdev-checkout-overlay .checkout-right{ order: 0; width: 100% !important; }
  #shopdev-checkout-overlay .checkout-left{  order: 1; width: 100% !important; }

  #shopdev-checkout-overlay .checkout-product-card{
    border: 2px solid rgba(243,107,33,.35);
    border-radius: 14px;
    background: #fff;
    padding: 12px;
  }

  #shopdev-checkout-overlay .checkout-field-group{ margin-bottom: 10px; }
  #shopdev-checkout-overlay .checkout-field-group label{
    display: block;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 6px;
  }
  #shopdev-checkout-overlay .checkout-field-group input,
  #shopdev-checkout-overlay .checkout-field-group textarea{
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 12px;
    padding: 12px;
    font-size: 14px;
    outline: none;
    background: #fff;
    height: 40px;
    border-radius: 5px;
  }
  #shopdev-checkout-overlay .checkout-field-group textarea{
    min-height: 50px;
    resize: none;
  }

  #shopdev-checkout-overlay #shopdev-checkout-product .btn-primary,
  #shopdev-checkout-overlay #shopdev-checkout-product button.btn-primary{
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 1000002;

    height: 52px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 900;

    width: auto;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #shopdev-checkout-overlay #shopdev-checkout-product .checkout-total,
  #shopdev-checkout-overlay #shopdev-checkout-product .total,
  #shopdev-checkout-overlay #shopdev-checkout-product .total-row{
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: calc(72px + env(safe-area-inset-bottom));
    z-index: 1000001;

    background: #fff;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 -10px 24px rgba(0,0,0,.10);
    width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        float: none !important;
        transform: none !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
  }
}


@media (max-width: 767px){

  .shopdev-breadcrumb-track{
    display:flex;
    align-items:center;
    flex-wrap:nowrap;
    gap:6px;

    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
    white-space:nowrap;

    padding-bottom:6px;
    scrollbar-width:none;
  }
  .shopdev-breadcrumb-track::-webkit-scrollbar{
    display:none;
  }

  .shopdev-breadcrumb-track a,
  .shopdev-breadcrumb-track span{
    flex:0 0 auto;
    white-space:nowrap;
  }

  .shopdev-breadcrumb-track .current{
    max-width: 78vw;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}
