    .form-check {
        margin-bottom: 15px;
    }

    .form-check-input {
        display: none;
    }

    .form-check-label {
        display: block;
        padding: 10px;
        background-color: #fff;
        border: 1px solid #e1c28c;
        border-radius: 5px;
        margin-bottom: 5px;
        font-size: 15px;
        min-height: 120px;
    }

    .form-check-input:checked+.form-check-label {
        background-color: #ffce54;
    }

    /* Centering the modal */
    .modal-dialog {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        /* Vertically center */
    }

    /* Lighten the modal background and adjust the header/footer colors */
    .modal-content {
        background-color: #f9e6b5;
        /* Light yellow */
        border-radius: 10px;
    }

    .modal-header {
        /* background-color: #ffdd73; */
        border-bottom: none;
        position: relative;
    }

    .modal-footer {
        /* background-color: #ffdd73;  */
        border-top: none;
    }

    .PDP-price {
    display: flex;
    gap: 14px;
    padding-bottom: 0px;
}
/* 
   .del-price h3 span{
    color: #0000004D !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 0;
    position: unset !important;
    background-color: transparent !important;
   } */
   /* .del-price{
        font-size: 26px !important;
   } */

    /* Cross icon in the top-right corner */
    .modal-header .btn-close {
        position: absolute;
        right: 10px;
        top: 24px;
        font-size: 1rem;
        color: #8b0000;
        /* Dark red */
    }

    /* Button styling */
    button.btn {
        background-color: #f39c12;
        color: white;
        border-radius: 5px;
        border: none;
    }

    /* Input field styling */
    input.form-control {
        border-radius: 5px;
        border: 1px solid #ccc;
    }


    button.btn {
        background-color: #f39c12;
        color: white;
        border-radius: 5px;
        border: none;
    }

    button.btn:hover {
        background-color: #e67e22;
    }

    .component-options {
        margin-top: 10px;
        background-color: #fffbe6;
        border: 0.5px dashed #e1c28c;
        margin-bottom: 15px;
        overflow-y: auto;
        padding: 15px;
        display: none;
        max-height: 270px;
        border-radius: 20px;
    }

    .component-options {
        scrollbar-width: thin;
        scrollbar-color: #ffce54 #fffbe6;
    }

    .component-options::-webkit-scrollbar {
        width: 12px;
    }

    .component-options::-webkit-scrollbar-track {
        background: #fffbe6;
    }

    .component-options::-webkit-scrollbar-thumb {
        background-color: #ffce54;
        border-radius: 0px;
        border: none;
    }

    .component-options::-webkit-scrollbar-thumb:hover {
        background-color: #e67e22;
    }

    .search-wrap {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: end;
        margin-bottom: 15px;
    }

    .search-icon-btn {
        background-color: #f0b429;
        border: none;
        cursor: pointer;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-wrap {
        display: flex;
        align-items: center;
        position: relative;
        justify-content: end;
        margin-bottom: 10px;
    }

    .search-icon-btn {
        background-color: #f0b429;
        border: none;
        cursor: pointer;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-icon-btn i {
        color: #fff;
        font-size: 16px;
    }

    .search-input {
        /* display: none; */
        width: 150px;
        padding: 5px;
        margin-left: 10px;
        border: 1px solid #f0b429;
        border-radius: 40px;
        transition: all 0.3s ease;
        background-color: transparent;
        color: #000;
    }

    .search-input.active {
        display: inline-block;
    }

    .search-input:focus {
        border-color: #f0b429;
        background-color: transparent;
        color: #000;
        outline: none;
    }

    .otp-input-container {
        display: flex;
        justify-content: space-between;
        /* max-width: 200px; */
        margin: 0 auto;
    }

    .otp-input {
        width: 45px;
        height: 40px;
        text-align: center;
        font-size: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .otp-input:focus {
        border-color: #8b0000;
        outline: none;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: 0;
    }

    #toggleLink {
        color: #8b0000;
    }


    .price {
  margin-bottom: 10px;
}

.wrapper {
  margin: 0 auto;
  width: 860px;
}

.columns {
  margin: 0 auto;
  max-width: 900px;
}

.details {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.thumbnail-container {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
}

.price {
  font-size: 20px;
  color: #777474;
}

.wishlist-container {
  padding-left: 0;
}

#header {
  width: 100%;
  text-align: center;
  background: white;
  padding: 5px;
  /*box-shadow: 0 10px 17px 0px #c0c0c0;*/
  box-shadow: 0 5px 10px 0px #dbd7d7;
}
#header img {
  max-width: 30px;
}

.columns {
  margin-top: 30px;
}

.button {
  width: 100%;
  border-radius: 0;
}

.select, select {
  width: 100%;
  border-radius: 0 !important;
}

#wishlist-container {
  padding-left: 0;
}

#buy-container {
  padding-right: 0;
}

.small-text {
  font-size: 14px;
}

.small-text span {
  font-weight: bold;
}

.buy-button {
  background: #ff6900;
  color: white;
  border: none;
}

.buy-button:hover, .buy-button:active, .buy-button:focus {
  color: white;
  opacity: 0.9;
}

a {
  color: #ff6900;
}
a:hover {
  color: #ff6900;
  opacity: 0.8;
}

@media only screen and (max-width: 769px) {

  #wishlist-container, #buy-container {
    padding: 0 0 15px 0;
  }
}


/* new spc card  */

.spec-card {
            background: #F7F7F7;
            border-radius: 12px;
            padding: 14px 22px;
            /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
            display: flex;
            align-items: center;
            gap: 48px;
            width: 100%;
            border: 2px dotted #94080833;
        }

        .spec-item {
           
            flex: 1;
        }

        .spec-value {
            font-size: 18px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 4px;
        }

        .spec-label {
            font-size: 12px;
            color: #666;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .brand-pdp .spec-value {
            color: #0071c5;
            font-weight: 700;
        }

        @media (max-width: 480px) {
            .spec-card {
                flex-direction: column;
                gap: 24px;
                padding: 20px;
            }
            
            .spec-item {
                width: 100%;
            }
        }

        
        .counter-container {
            background: white;
            border: 2px solid #1e3a8a;
            border-radius: 24px;
            padding: 12px 20px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 169px;
            height: 56px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }


        .counter-btn {
            background: none;
            border: none;
            color: #1e3a8a;
            font-size: 24px;
            font-weight: bold;
            cursor: pointer;
            padding: 8px;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s ease;
        }

        .counter-btn:hover {
            background-color: #1e3a8a;
            color: white;
        }

        .counter-btn:active {
            transform: scale(0.95);
        }

        .counter-btn:disabled {
            opacity: 0.5;
            cursor: not-allowed;
        }

        .counter-btn:disabled:hover {
            background: none;
            color: #1e3a8a;
        }

        .counter-display {
            font-size: 20px;
            font-weight: 600;
            color: #1e3a8a;
            min-width: 40px;
            text-align: center;
            user-select: none;
        }

        .demo-section {
            text-align: center;
            margin-top: 20px;
        }

        .demo-title {
            margin-bottom: 20px;
            color: #333;
            font-size: 24px;
            font-weight: 600;
        }










        .tabs-container {
            border-bottom: 1px solid #e0e0e0;
            margin-bottom: 30px;
        }

        .tabs-pdp {
            display: flex;
            gap: 0;
        }

        .tab-pdp {
            background: none;
            border: none;
            padding: 15px 25px;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            cursor: pointer;
            border-bottom: 3px solid transparent;
            transition: all 0.3s ease;
            color: #999;
        }

        .tab-pdp.active {
            color: #940808;
            border-bottom-color: #940808;
        }

        .tab-pdp:hover:not(.active) {
            color: #666;
        }

        .tab-content-pdp {
            display: none;
            animation: fadeIn 0.3s ease-in;
        }

        .tab-content-pdp.active {
            display: block;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .content-section h1 {
            font-size: 24px;
            font-weight: 600;
            color: #333;
            margin-bottom: 25px;
            line-height: 1.4;
        }

        .content-section p {
            font-size: 16px;
            color: #666;
            margin-bottom: 20px;
            text-align: justify;
            line-height: 1.7;
        }

        .pecifications-content {
            text-align: center;
            padding: 60px 20px;
            color: #999;
        }

        .pecifications-content h2 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .pecifications-content p {
            font-size: 16px;
        }

        @media (max-width: 768px) {
           
            
            .tab-pdp {
                padding: 12px 20px;
                font-size: 13px;
            }
            
            .content-section h1 {
                font-size: 20px;
            }
            
            .content-section p {
                font-size: 15px;
                text-align: left;
            }
        }


        .specs-table {
            width: 100%;
            border-collapse: collapse;
        }

        .category-header {
            background-color: #e9ecef;
            font-weight: 600;
            font-size: 16px;
            color: #495057;
            padding: 16px 20px;
            border-bottom: 1px solid #dee2e6;
            vertical-align: top;
            width: 200px;
        }

        .specs-content {
            padding: 16px 20px;
            border-bottom: 1px solid #dee2e6;
            vertical-align: top;
        }

        .spec-item {
            margin-bottom: 8px;
            font-size: 14px;
            color: #666;
        }

        .spec-item:last-child {
            margin-bottom: 0;
        }

        .spec-label {
            font-weight: 500;
            color: #333;
        }

        .spec-value {
            color: #666;
        }

        .highlight {
            color: #0066cc;
            font-weight: 500;
        }

        tr:last-child .category-header,
        tr:last-child .specs-content {
            border-bottom: none;
        }

        @media (max-width: 768px) {
        
            
            .specs-table {
                font-size: 13px;
            }
            
            .category-header {
                width: 150px;
                padding: 12px 15px;
                font-size: 14px;
            }
            
            .specs-content {
                padding: 12px 15px;
            }
            
            .spec-item {
                margin-bottom: 6px;
            }
        }

        @media (max-width: 480px) {
            .specs-table,
            .specs-table tbody,
            .specs-table tr,
            .specs-table td {
                display: block;
                width: 100%;
            }
            
            .category-header {
                background-color: #007bff;
                color: white;
                text-align: center;
                border-radius: 4px 4px 0 0;
                margin-top: 20px;
            }
            
            .specs-content {
                border: 1px solid #dee2e6;
                border-top: none;
                border-radius: 0 0 4px 4px;
            }
        }



        .qwantity-add-btn {
    gap: 15px;
}