ul {
    padding: 0;
    margin: 0;
}

.text-center {
    text-align: center;
}

.product_detailsection {
    padding: 40px 0px 60px 0px;
    border-top: 1px solid grey;
}

.container {
    max-width: 1523px;
    margin: 0 auto;
}

/* Header styles */

header {
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid #e5e7eb;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
}

.logo {
    color: #0d1321;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
}

.nav {
    display: flex;
    align-items: center;
}

.nav-links {
    display: none;
}

@media (min-width: 768px) {
    .nav-links {
        display: flex;
        gap: 1.5rem;
        margin-left: 2.5rem;
    }
 
}

.nav-link {
    color: #4b5563;
    text-decoration: none;
    padding: 0.25rem 0;
    transition: color 0.2s;
    font-size: 0.875rem;
}

.nav-link:hover {
    color: #0d1321;
}

.nav-link.active {
    color: #0d1321;
    border-bottom: 2px solid #0d1321;
}

.icons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.icon-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #6b7280;
    padding: 0.5rem;
    transition: color 0.2s;
}

.icon-btn:hover {
    color: #4b5563;
}

.user-icon {
    background-color: #0d1321;
    color: white;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Breadcrumb styles */
.breadcrumb {
    display: flex;
    align-items: center;
    padding: 0.75rem 0;
    font-size: 15px;
    color: #6b7280;
}

.breadcrumb a {
    color: #000;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #4b5563;
}

.breadcrumb-separator {
    margin: 0 0.25rem;
}

.current-page {
    font-weight: 500;
    color: #d16935;
}

/* Product layout */
.product-layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 1rem;
    margin-bottom: 60px;
}

.product-details form {
    display: contents;
}

@media (min-width: 1024px) {


    
    .product-layout {
        flex-direction: row;
    }

    .product-images {
        width: 40%;
    }
    .product-details {
        width: 60%;
        border-radius: 10px;
    }
}






/* Product images */
.product-images {
    position: relative;
    background: #f4f4f4;
    border-radius: 12px !important;
    overflow: hidden;
    padding: 20px;
}
.main-image {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 0.375rem;
  height: 410px;
  margin: 0 auto 14px;
  width: 100%;
}
.image-thumbnails {
    margin-bottom: 50px;
}

.product-images a {
    border: 1px solid #d16935 !important;
    color: #d16935;
    padding: 8px 15px;
    border-radius: 6px;
    text-decoration: navajowhite;
    display: inline-block;
    margin: 7px 0;
    font-size: 14px;
}

.main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.image-thumbnails {
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.delivery-allocation .table tr td,
.delivery-allocation .table tr th {
    border: 1px solid #dee2e6;
    font-size: 14px;
    text-align: left;
    padding: 6px 10px;
}

.delivery-allocation .table tr th {
    font-size: 15px;
    font-weight: 600;
}
.delivery-allocation .table {
    width: 100%;
    min-width: 880px;
}
.delivery-allocation .table tr td:last-child {
    max-width: 200px;
}
.delivery-allocation {
    overflow-y: auto;
    border: 1px solid #dee2e6;
}

.delivery-allocation .table thead tr {
    background: #fff !important;
}

.delivery-allocation .table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

#coatingComparisonTable .table tr td,
#coatingComparisonTable .table tr th {
    border: 1px solid #dee2e6;
    font-size: 14px;
    text-align: left;
    padding: 6px 10px;
}

#coatingComparisonTable .table tr th {
    font-size: 15px;
    font-weight: 600;
}
#coatingComparisonTable .table {
    min-width: 100%;
    margin-top: 20px;
}
#coatingComparisonTable .table tr td:last-child {
    max-width: 200px;
}
#coatingComparisonTable {
    overflow-y: auto;
    border: 1px solid #dee2e6;
}
#coatingComparisonTable .table tr td .from-control.from-control {
    width: 100%;
    padding: 8px 0;
    border-radius: 6px;
    border: 1px solid #b5b5b5;
}
#coatingComparisonTable .table thead tr {
    background: #fff !important;
}


.table-responsive {
  overflow-y: auto;
}

.table-responsive .table {
  min-width: 1370px !important;
}



#coatingComparisonTable .table tr td .btn {
  background: #d16935;
  color: #fff;
  font-size: 14px;
  height: 34px;
  min-width: 127px;
  display: flex;
  gap: 12px;
}
#coatingComparisonTable .table tr:nth-child(odd) {
    background-color: #f2f2f2;
}

#coatingComparisonTable h5 {
    background: #222;

    padding: 12px;

    color: #fff;

    font-size: 16px;
    margin: 0;
    font-weight: 500;
}

.allbtn .set {
    border: 1px solid #b5b5b5;
    font-size: 14px;
    color: #9fa4aa;
    padding: 5px 8px;
    border-radius: 6px;
    margin-right: 3px;
    display: -webkit-inline-box;
    margin-bottom: 5px;
}

.d-flex.allbtn {
    display: block;
}
.thumbnail-btn {
  width: 6.26rem;
  height: 6rem;
  border: 2px solid transparent;
  border-radius: 0.25rem;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0;
}
.thumbnail-btn.active {
    border-color: #d16935;
}

.thumbnail-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Product details */
.product-title {
    font-family: "Blinker";
    font-size: 1.5rem;
    font-weight: 500;
    color: #242632;
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .product-title {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .product-images {
    position: inherit;
  }
    .product-images {
    padding: 15px;
  }
.breadcrumb {
  display: block;
}

  .product_detailsection {
  padding: 25px 0px 30px 0px;
}
  .logo {
  max-width: 120px;
}
}


.rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.stars {
    display: flex;
    color: #ffb800;
    gap: 5px;
}

.reviews-count {
    color: #6b7280;
    font-size: 0.875rem;
}

.product-description {
    color: #4b5563;
    margin-bottom: 1rem;
}

.product-price {
    display: flex;
    align-items: baseline;
    margin-top: 20px;
}
.current-price {
    font-size: 40px;
    font-weight: 600;
    color: #d16935;
}

.shipping-info table tr td {
    border: 1px solid #b5b5b5;
}
.shipping-info p {
    width: 50%;
    float: left;
    margin: 5px 0;
    font-size: 15px;
}

.shipping-info {
    display: inline-grid;
    width: 100%;
}
.original-price {
    margin-left: 0.75rem;
    color: #6b7280;
    text-decoration: line-through;
}
.shipping-info_in {
    background: #f9f9fb;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px 20px;
}

.color-selector {
    margin-top: 1.5rem;
}
.option-label {
    display: flex;
    align-items: start;
    margin-bottom: 5px;
    font-size: 18px;
}
.shipping-info p strong {
  display: block;
  font-weight: 600;
}
.option-label strong {
    font-weight: 800;
    font-size: 20px;
}

.color-options {
    display: flex;
    gap: 0.5rem;
}

.color-option {
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.25rem;
    cursor: pointer;
    padding: 2px;
}

.color-option.selected {
    border-color: #374151;
}

.color-swatch {
    width: 100%;
    height: 100%;
    border-radius: 0.125rem;
}

/* Size selector */
.size-selector {
    margin-top: 1.5rem;
}

.size-options {
    /* display: grid;
      grid-template-columns: repeat(6, 1fr);
      gap: 0.5rem;
      margin-top: 0.5rem; */
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: start;
}

.size-option {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 13px;
    border: 1px solid #b5b5b5;
    border-radius: 0.375rem;
    font-size: 14px;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.2s;
    background: transparent;
}

.size-option:hover {
    background-color: #0d1321;
    color: #fff;
}

.size-option.selected {
    background-color: #d5540e;
    border-color: #d5540e;
    color: white;
}

.size-opt1.selected {
    background-color: #d5540e;
    border-color: #d5540e;
}

.size-opt1:hover {
    background-color: #d5540e;
    border-color: #d5540e;
}

.size-opt2.selected {
    background-color: #d5540e;
    border-color: #d5540e;
}

.size-opt2:hover {
    background-color: #d5540e;
    border-color: #d5540e;
}

.size-opt3.selected {
    background-color: #885718;
    border-color: #885718;
}

.size-opt3:hover {
    background-color: #885718;
    border-color: #885718;
}

.size-opt4.selected {
    background-color: #d16935;
    border-color: #d16935;
}
.size-opt4:hover {
    background-color: #d16935;
    border-color: #d16935;
}

.size-opt5.selected {
    background-color: #d16935;
    border-color: #d16935;
}

.size-opt5:hover {
    background-color: #d16935;
    border-color: #d16935;
}

.size-opt6.selected {
    background-color: #d16935;
    border-color: #d16935;
}

.size-opt6:hover {
    background-color: #d16935;
    border-color: #d16935;
}

.size-opt7.selected {
    background-color: #d16935;
    border-color: #d16935;
}

.size-opt7:hover {
    background-color: #d16935;
    border-color: #d16935;
}

.size-opt8.selected {
    background-color: #d16935;
    border-color: #d16935;
}

.size-opt8:hover {
    background-color: #d16935;
    border-color: #d16935;
}

.size-opt9.selected {
    background-color: #d16935;
    border-color: #d16935;
}

.size-opt9:hover {
    background-color: #d16935;
    border-color: #d16935;
}

.size-opt10.selected {
    background-color: #f14304;
    border-color: #f14304;
}

.size-opt10:hover {
    background-color: #f14304;
    border-color: #f14304;
}

/* Action buttons */
/* .actions {
      margin-top: 2rem;
      display: flex;
      flex-direction: column;
      gap: 0.75rem;
    } */
.cart_flex {
    display: flex;
    margin: 20px 0;
    gap: 20px;
    align-items: center;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

.btn-primary {
    border: 1px solid #d16935;
    color: #d16935;
    background-color: transparent;
    border-radius: 4px;
    padding: 1px 12px;
    font-size: 19px;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d16935;
}

.cart-icon {
    width: 40px;
    height: 40px;
}

.btn-outline {
    background-color: white;
    border: 1px solid #d1d5db;
    color: #374151;
}

.btn-outline:hover {
    background-color: #f3f4f6;
}

/* Product actions */
.product-actions {
    display: flex;
    justify-content: space-around;
    padding: 0.75rem 0;
    margin-top: 1.5rem;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.action-btn {
    display: flex;
    align-items: center;
    color: #6b7280;
    background: none;
    border: none;
    font-size: 0.875rem;
    cursor: pointer;
}

.action-btn:hover {
    color: #0d1321;
}

.action-btn i {
    margin-right: 0.5rem;
}

.divider {
    width: 1px;
    background-color: #e5e7eb;
}

/* Shipping info */
/* .shipping-info {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
} */

.shipping-info ul li {
    margin-bottom: 0;
}

.shipping-title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    margin: 0 0 15px;
}

.shipping-text {
    font-size: 0.875rem;
    color: #4b5563;
    padding: 4px 0;
}
.shipping-info {
    margin-top: 20px;
}
/* .shipping-info {
  background: #f9f9fb;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  max-width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: transform 0.3s ease;
} */

.shipping-title {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.shipping-info ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.shipping-info li {
    margin-bottom: 12px;
}

.shipping-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

.shipping-text strong {
    color: #d16935;
}

/* Tabs */
.tabs {
    margin-top: 3rem;
}

.tab-buttons {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
}

.tab-btn {
    padding: 0.75rem 1rem;
    font-size: 20px;
    font-weight: 400;
    color: #6b7280;
    background: none;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.tab-btn.active {
    color: #d16935;
    border-bottom-color: #d16935;
}

.tab-content {
    padding: 1rem 0;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-pane p {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    color: #333;
}

/* Reviews section */
.reviews-container {
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .reviews-container {
        flex-direction: row;
        gap: 2rem;
    }

    .reviews-summary {
        width: 33.333333%;
    }

    .reviews-list {
        width: 66.666667%;
    }
}

.reviews-card {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.5rem;
}

.average-rating {
    font-size: 2.25rem;
    font-weight: 700;
    text-align: center;
}

.reviews-stars {
    display: flex;
    justify-content: center;
    margin: 0.5rem 0;
}

.total-reviews {
    text-align: center;
    font-size: 0.875rem;
    color: #6b7280;
    margin-bottom: 1.5rem;
}

.rating-bars {
    margin-top: 1rem;
}

.rating-bar {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.star-label {
    width: 2rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.bar-container {
    flex-grow: 1;
    height: 0.5rem;
    background-color: #e5e7eb;
    border-radius: 9999px;
    margin: 0 0.5rem;
}

.bar-fill {
    height: 100%;
    background-color: #ffb800;
    border-radius: 9999px;
}

.bar-count {
    width: 3rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.write-review {
    margin-top: 1.5rem;
}

.reviews-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.reviews-title {
    font-size: 1.125rem;
    font-weight: 500;
}

.sort-select {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
}

/* Review item */
.review-item {
    padding: 1.5rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.review-header {
    display: flex;
    margin-bottom: 0.5rem;
}

.reviewer-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    object-fit: cover;
    margin-right: 0.75rem;
}

.reviewer-info {
    flex-grow: 1;
}

.reviewer-name {
    font-size: 0.875rem;
    font-weight: 500;
}

.reviewer-stars {
    display: flex;
}

.reviewer-stars i {
    font-size: 0.875rem;
}

.review-content {
    margin: 0.75rem 0;
    font-size: 0.875rem;
    color: #374151;
}

.review-actions {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    color: #6b7280;
}

.review-action {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.review-action i {
    margin-right: 0.25rem;
}

.review-date {
    margin-left: auto;
}

/* Related products */
.related-products {
    margin-top: 4rem;
}

.section-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .products-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* Product card */

.product-quantity {
    font-size: 1.2rem;
    font-weight: 700;
    color: #111827;
    padding: 10px 0 15px 0;
}

.product_detailsection .quantity-control {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    border: 1px solid #b5b5b5;
    border-radius: 7px;
    padding: 0;
}

.quantity-control button {
    background-color: #0d1321;
    color: #fff;
    border: none;
    padding: 4px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 30px;
    height: 30px;
}

/* .quantity-control button:hover {
        background-color: #fff;
        border: 1px solid #0d1321;
        color: #0d1321;
        } */

.quantity-control input {
    width: 40px;
    padding: 5px 5px;
    text-align: center;
    font-size: 12px;
    border: none;
    border-radius: 0;
    -webkit-user-select: unset;
    border-right: 1px solid #b5b5b5;
    border-left: 1px solid #b5b5b5;
}

.product-card {
    /* background: #f3f4f6; */
    /* border-radius: 12px; */
    padding: 10px 7px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    width: 50%;
}
.form-select {
    height: 42px;
    background: transparent;
    border: 1px solid #b5b5b5;
    border-radius: 6px;
    padding: 0 12px;
}
.product-card .btn {
    background: #d16935;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 1px 20px;
}
.product-card {
    position: relative;
}

.product-card-image {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 0.375rem;
    background-color: #f3f4f6;
    margin-bottom: 0.75rem;
}

.product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.2s;
}

.product-card-image:hover img {
    opacity: 0.9;
}

.product-card-wishlist {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 9999px;
    color: #6b7280;
}

.new-tag {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    background-color: #000;
    color: white;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    z-index: 10;
}

.product-card-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: #111827;
    margin-bottom: 0.25rem;
}

.product-card-rating {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
}

.product-card-stars {
    display: flex;
    color: #ffb800;
    font-size: 0.75rem;
}

.product-card-review-count {
    margin-left: 0.25rem;
    font-size: 0.75rem;
    color: #6b7280;
}

.product-card-price {
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
}

.product-card-current-price {
    font-weight: 500;
    color: #111827;
}

.product-card-original-price {
    margin-left: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    text-decoration: line-through;
}

/* Sticky cart */
.sticky-cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background-color: white;
    padding: 0.5rem;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1);
}

.sticky-cart-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-preview {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.cart-btn {
    position: relative;
    background: none;
    border: none;
    padding: 0.5rem;
    cursor: pointer;
}

.cart-count {
    position: absolute;
    top: -0.25rem;
    right: -0.25rem;
    background-color: #0d1321;
    color: white;
    font-size: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-items {
    font-size: 0.875rem;
    font-weight: 500;
}

.cart-summary {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cart-total-label {
    font-size: 0.875rem;
    color: #6b7280;
}

.cart-total-price {
    font-weight: 600;
}

/* Cart drawer */
.drawer-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 100;
    display: none;
}

.drawer {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 100%;
    max-width: 28rem;
    background-color: white;
    z-index: 101;
    transition: right 0.3s ease-in-out;
    overflow-y: auto;
}

.drawer.open {
    right: 0;
}

.drawer-header {
    padding: 1rem;
    border-bottom: 1px solid #e5e7eb;
}

.drawer-title {
    font-size: 1.125rem;
    font-weight: 500;
}

.drawer-content {
    padding: 1rem;
}

/* Cart item */
.cart-item {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #e5e7eb;
    margin-bottom: 1rem;
}

.cart-item-info {
    display: flex;
    gap: 1rem;
}

.cart-item-image {
    width: 4rem;
    height: 4rem;
    border-radius: 0.25rem;
    overflow: hidden;
}

.cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-item-details h4 {
    font-weight: 500;
}

.cart-item-meta {
    font-size: 0.875rem;
    color: #6b7280;
}

.cart-item-price {
    font-weight: 600;
    margin-top: 0.25rem;
}

.cart-item-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.remove-btn {
    background: none;
    border: none;
    color: #b8005f;
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
}

.quantity-controls {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.qty-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    background: none;
    color: #0d1321;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    font-size: 28px;
    padding: 0;
}

.qty-display {
    font-size: 0.875rem;
    width: 1.5rem;
    text-align: center;
}

.cart-summary-section {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e5e7eb;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.summary-label {
    font-weight: 500;
}

.summary-value {
    font-weight: 600;
}

.meta-link {
    color: #9ca3af;
    font-size: 0.875rem;
    text-decoration: none;
}

.meta-link:hover {
    color: white;
}

.separator {
    color: #4b5563;
}

  .image-thumbnails .image-thumbnails_in {
    display: flex;
    gap: 10px;
    justify-content: center;
  }

@media (min-width: 321px) and (max-width: 768px) {
    .main-image {
        height: 432px;
        width: 432px;
    }
    .image-thumbnails {
        overflow-x: scroll;
    }
    .product-title {
        text-align: center;
        font-size: 16px;
    }
    .rating {
        flex-direction: column;
    }
    .product-price {
        margin-left: 0;
    }
    .size-selector {
        margin-left: 0;
    }
    /* .cart_flex {
        flex-direction: column-reverse;
    } */

    .product-card {
  width: 40%;
}
    .shipping-info {
        max-width: 100%;
    }
    /* .tab-buttons {
        flex-direction: column;
    } */
    /* .tab-pane p {
        padding: 28px;
    } */

    .tab-buttons {
  overflow-y: auto;
  padding-bottom: 10px;
}
}

@media screen and (max-width: 1799.98px) {
    .main-image {
        height: 410px;
        width: 100%;
    }
}

@media screen and (max-width: 1599.98px) {
 .main-image {
    height: 360px;
    width: 100%;
  }
}

@media screen and (max-width: 1399.98px) {
   .main-image {
    height: 300px;
    width: 100%;
  }
}

@media screen and (max-width: 1199.98px) {
    .main-image {
        height: 252px;
    }
  .product-images {
    padding: 16px;
  }
}

@media (max-width: 1024px) {



    .main-image img {
        height: auto;
    }
    .main-image {
        height: auto;
         aspect-ratio: inherit;
    }
   .image-thumbnails {
  margin-bottom: 20px;
}
    .product-images {
        padding: 20px;
    }
}

@media (min-width: 992px) {
      .footer_tdetails h6, .footer_tdetails h6 a {
    margin: 0;
  }

.footer_tdetails {
  width: 100%;
  text-align: center;
}
}


@media (max-width: 575px) {
    .d-flex.allbtn {
  text-align: center;
}
.product_detailsection .quantity-control {
  max-width: 140px;
  margin: auto;
}
 .product-price {
    margin-left: 0;
    margin-top: 12px;
    text-align: center;
    justify-content: center;
  }
.cart_flex {
  display: block;
  margin: 10px 0;
}
.size-options {
  justify-content: center;
}
  .shipping-info {
    text-align: center;
  }
  .product-card {
    width: 100%;
    padding: 0;
    margin: 10px 0 29px;
  }
  .option-label {
  font-size: 18px;
  justify-content: center;
}



  .shipping-info p {
    width: 47%;
    float: left;
    margin: 5px 0;
    font-size: 15px;
    background: #f9f9fb;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 15px 0;
    margin: 3px 1%;
  }
.shipping-info_in {
  background: transparent;
  border: 0;
  border-radius: 10px;
  padding: 0;
}
  .product-card .btn {
  width: 100%;
}
.cart_flex .price {
  text-align: center;
  margin: 16px 0 !important;
}
}