* {
    padding: 0;
    margin: 0;

}

.heading {
    font-family: "PT Serif", serif;
    color: white;
}

.iconback {
    color: white;
}

.text {
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: white;
}

/* .bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
} */

.text-heading {
    font-size: 1.9rem;
    text-align: center;
    margin-top: 4rem;
}

.text-heading-detail {
    font-size: 28px;
    font-weight: 700;
}

.add-to-card-btn {
    width: 35px;
    height: 35px;
    border: 2px solid #e7b852;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: black;
    background: #e7b852;
    transition: all 0.4s ease-in-out;
}

.add-to-card-btn:hover {
    background: white;
    color: black;
}

.text-n-c {
    font-size: 14px;
    text-align: center;
}

.text-n {
    font-size: 14px;
    margin-top: 0.5rem;
    font-size: 14px;
    font-weight: 500;
    color: black;
}

.quantity-input {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #a3a0a0;
    border-radius: 5px;
    background-color: white;
}

.quantity-input input {
    width: 60px;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    border: none;
    outline: none;
}

.quantity-input button {
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background: none;
}

.form-control {
    box-shadow: none !important;
}

.form-control::-moz-placeholder {
    font-size: 13px;
    color: rgb(0, 0, 0) !important;
    font-weight: 400 !important;
}

.form-control::placeholder {
    font-size: 13px;
    color: rgb(0, 0, 0) !important;
    font-weight: 400 !important;
}


.import2 {
    text-decoration: none;
    border-radius: 6px;
    margin-right: 9px;
    text-align: center;
    width: auto;
    padding: 6px 12px;
    background: black;
    border: 1px solid var(--viseTech);
    font-size: .8125rem;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    color: white;
    transition: all 0.3s ease;
    font-family: "Nunito", serif;
}

.import2:hover {
    background-color: #303030;
    color: white;
}

.parent-accordion {
    border: 2px solid #d4d4d4;
    background: #f1f1f1;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
    margin-top: 2rem;
    border-radius: 18px;
}

.search-input {
    width: 70%;
}

.search-input input {
    padding-right: 2rem;
    box-shadow: none !important;
}

.search-input .search-icon {
    right: 0.75rem;
    top: 55%;
    transform: translateY(-50%);
    color: #888;
    pointer-events: none;
}

.right-side-search {
    display: flex;
    justify-content: flex-end;
}

.add-link {
    color: black !important;
    text-decoration: none;
}

.row1 {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 10px;
}

.upload-container {
    width: 100%;
    font-family: "Nunito", serif;
}

.upload-box {
    border: 2px dashed #cbd5e0;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

.upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upload-icon {
    width: 40px;
    margin-bottom: 10px;
}

.upload-link {
    color: #2563eb;
    text-decoration: underline;
    cursor: pointer;
}

.hidden-input {
    display: none;
}

.buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.cancel-btn,
.upload-btn {
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
}

.cancel-btn {
    background-color: #f1f5f9;
    color: #000;
}

.upload-btn {
    background-color: #2563eb;
    color: white;
}

.productDetailSpinner {
    margin: 10rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
    color: white;
}

.link {
    color: black;
    text-decoration: none;
}

.productcatgeory {
    background-color: #e7b852d6;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
}

.headingText {
    font-size: 13px;
    font-weight: 600;
}

.save-btn {
    background: #f1f1f1 !important;
    color: black !important;
    padding: 6px 15px;
    border-radius: 6px;
    margin-top: 1rem;
    margin-bottom: 4rem !important;
    margin-left: 0.3rem;
    border: none;
}
