body {
    background: #fffaf070;
    margin: 0;
    font-family: Arial, sans-serif;
}

.topbelt {
    background: linear-gradient(33deg, rgba(0, 0, 0, 1) 39.928%, rgba(0, 0, 0, 1) 40%, rgba(253, 120, 13, 1) 100%);
    padding: 10px 0;
    overflow: hidden;
}

.ctgry {
    width: 100px;
}

.textheading {
    font-size: 12px;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.ctgry img {
    max-width: 100%;
    height: auto;
}

b {
    color: blue;
}

.maincard, .maincards {
    background-color: white;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
}

.maincards {
    border: 1px solid #00000020;
    box-shadow: 14px 5px 60px 0 rgba(5, 5, 5, 0.2);


    

}

.radio-group {
    display: flex;
    flex-wrap: wrap;
}

.radio-item, .radioshape-item {
    position: relative;
    margin: 5px;
    cursor: pointer;
    text-align: center;
}

.radio-item img, .radioshape-item img {
    display: block;
    width: 100%; /* Ensures images fit within their containers */
    max-width: 200px; /* Ensures images don't get too large */
    height: auto;
    border: 2px solid transparent;
    margin: 15px;
    padding: 5px;
    
}



input[type="radio"] {
    display: none;
}

input[type="radio"]:checked + label {
    border: 2px solid orange; /* Change border color when selected */
    border-radius: 5px;
}

input[type="radio"]:hover + label {
    box-shadow: 14px 5px 60px 0 rgba(5, 5, 5, 0.1);

    border-radius: 5px;
}

.sizechart {
    height: 40px;
    width: 200px;
    border: 1px solid #dddbdc;
    border-radius: 5px;
    margin-top: 10px;
    vertical-align: middle;
    font-weight: 600;
    padding-top: 6px;
    text-align: center;
}

/* Media queries for responsiveness */
@media (max-width: 600px) {
    .radio-item img, .radioshape-item img {
        width: 120px;
        margin: 0 auto;
    }
}


@media (max-width: 600px) {
    .qty1{
        margin-top: 30px;
    }
}



@media (max-width: 400px) {
    .radio-item img, .radioshape-item img {
        width: 100px;
    }
}

/* Ensure proper spacing and alignment for smaller screens */
@media (max-width: 768px) {
    .col-sm-1 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (max-width: 576px) {
    .col-sm-1 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


select {
    width: 100%; /* Make the select element full width */
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-sizing: border-box; /* Ensures padding is included in the width */
}
select:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 14px 5px 60px 0 rgba(5, 5, 5, 0.1);

}

.align-right {
    text-align: right;
}

.full-width-table {
    width: 100%;
}

.bottom-border {
    border-bottom: 1px solid gray; /* Customize thickness and color as needed */
    border-collapse: separate; /* Ensure border is applied correctly */
}

/* Basic styles */
.maincards {
    width: 100%; /* Ensure it occupies full width of its container */
    transition: position 0.3s ease, top 0.3s ease;
}

/* Fixed positioning after scrolling 400px */
.fixed {
    position: fixed;
    top: 0;
    right: 0; /* Fix to the right side of the viewport */
    width: 515px; /* Adjust width as needed */
    z-index: 1000; /* Ensure it's on top */
}

/* Responsive design for mobile */
@media (max-width: 767px) {
    .fixed {
        position: static; /* Revert to normal flow on mobile */
        width: 100%; /* Full width on mobile if needed */
    }
}


h5{
    font-size: 14px;
    font-weight: bold;
}

th{
    font-size: 14px;
}

td{
    font-size: 14px;
}

label{
    font-size: 14px;
}

div{
    font-size: 14px;
}

.bold-text1{
    font-size: 14px;
    font-weight: bold;
}

textarea{
    width: 100%;
}

#selectedimpnote1{
    font-size: 12px;
    font-style: italic;
    color: red;
}

#selectedimpnote{
    width: 300px !important;
    font-size: 14px;
    /* font-style: italic; */
    color: black;
}


#selectedimpnote2{
    width: 95%;
    text-align: center;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

#selectedimpnote4{
    width: 95%;
    text-align: center;
    font-size: 12px;
    color: red;
    font-weight: bold;
    display: none;
}

#selectedimpnote3{
    width: 95%;
    text-align: center;
    font-size: 12px;
    color: red;
    font-weight: bold;
}



.table-container {
    max-height: calc(100vh - 75px);
    overflow-y: scroll; /* Make sure scrolling is enabled */
    padding: 10px;
    box-sizing: border-box;
    scrollbar-width: none; /* For Firefox */
}

/* Hide scrollbar for Webkit browsers */
.table-container::-webkit-scrollbar {
    display: none;
}


.full-width-table {
    width: 100%;
    border-collapse: collapse;
}

.bottom-border td, .bottom-border th {
    border-bottom: 1px solid #ddd;
    padding: 8px;
}

.rew{
    outline: none;
    border: none;
    padding: 0;
    width: 100%;
    margin: 0
}


.rew1{
    outline: none;
    border: none;
    padding: 0;
    width: 100%;
    margin: 0;
    display: none;
}


.rewer {
    outline: none;
    border: none;
    padding: 0;
    width: 100%;
    margin: 0;
    background: linear-gradient(33deg, rgba(0, 0, 0, 1) 39.928%, rgba(0, 0, 0, 1) 40%, rgba(253, 120, 13, 1) 100%);
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
    color: white;
}

@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 11% !important;
    }
}

/* Hide the categoryCarousel on larger screens */
@media (min-width: 768px) {
    #categoryCarousel {
        display: none;
    }
}

/* Show the categoryCarousel on mobile screens */
@media (max-width: 767px) {
    #categoryCarousel {
        display: block; /* or flex, grid, etc., depending on your layout */
    }
}



@media (max-width: 768px) { /* Adjust breakpoint as needed */
    .carousel-control-prev,
    .carousel-control-next {
        /*display: none !important;*/\
        background: #d3d3d3 !important;
        color: white !important;
    }
}

@media (min-width: 769px) {
    .carousel-control-prev,
    .carousel-control-next {
        display: none !important; /* Ensure they are visible on larger screens */
    }
}


.carousel-control-next-icon, .carousel-control-prev-icon{
    background: #d3d3d3 !important;
        color: white !important;
}

