.productdetail {
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.productdetail .dashboard-order-table {
    overflow-x: auto; 
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}

.productdetail table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.productdetail th {
    background: #007bff;
    color: white;
    padding: 12px; 
    font-size: 14px;
}

.productdetail td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.productdetail tr:hover {
    background: #f1f1f1;
}

.productdetail img {
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.productdetail tfoot tr {
    font-weight: bold;
    background: #e7f1f9;
}
.productdetail tfoot tr:last-child {
    background: #e3fce3 !important;
}
.productdetail tfoot td {
    padding: 12px;
}

.productdetail .primary-btn1 {
    display: inline-block;
    background: #212529;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
    transition: 0.3s ease-in-out;
}

.productdetail .primary-btn1:hover {
    background: #e65c00;
    box-shadow: 0 4px 8px rgba(255, 102, 0, 0.3);
}

.productdetail .RemoveToCart {
    cursor: pointer;
    color: red;
    font-weight: bold;
}

.productdetail .RemoveToCart:hover {
    color: darkred;
}



      .auction-card .auction-card-img-wrap .card-img {
  height: 250px !important; /* or your desired fixed height */
  width: 100%;
  display: flex;
  justify-content: center; /* centers the image horizontally */
  align-items: center;     /* centers the image vertically */
  overflow: hidden;        /* hides overflow if image is larger */
}

.auction-card .auction-card-img-wrap .card-img img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  display: block;
}



.sdsaa{
    padding:50px 0px;
    margin:0px;
    background:#F9F9F9;
}

.ckfrms {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.ckfrms h5 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.ckfrms p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.ckfrms .form-inner3 {
    position: relative;
}

.ckfrms .form-inner3 label {
    font-weight: bold;
    font-size: 14px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.ckfrms .form-inner3 input,
.ckfrms .form-inner3 select,
.ckfrms .form-inner3 textarea {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: 0.3s;
    background: #f9f9f9;
}

.ckfrms .form-inner3 input:focus,
.ckfrms .form-inner3 select:focus,
.ckfrms .form-inner3 textarea:focus {
    border-color: #007bff;
    outline: none;
    background: #fff;
}

.ckfrms .form-inner3 textarea {
    resize: none;
}

.ckfrms .primary-btn1 {
    display: inline-block;
    background: #4fb001;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important; 
    border: none;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.ckfrms .primary-btn1:hover {
    background: #e65c00;
    box-shadow: 0 4px 8px rgba(255, 102, 0, 0.3);
}

.ckfrms .form-inner3 select {
    cursor: pointer;
}

.ckfrms .form-inner3 select:disabled {
    background: #ddd;
    cursor: not-allowed;
}

.ckfrms .mb-30,
.ckfrms .mb-40,
.ckfrms .mb-20 {
    margin-bottom: 20px;
}

