.invalid-feedback {
    /* display: none; */
    width: 100%;
    margin-top: 0.25rem;
    font-size: 11px;
    color: #F64E60;
}

/* CSS for aligning keys to the left and values to the right */
.nav-checkout-progress li {
    display: flex;
    justify-content: space-between;
}

.summary-key {
    font-weight: 600;
    font-size: 15px;
    flex: 1;
    text-align: left;
}

.total-amount-key {
    font-weight: 700;
}

.total-amount-value {
    font-weight: 700;
}

.summary-value {
    font-size: 14px;
    text-align: right;
}

/* 
td {
    text-align: center;
    padding: 0 54px 0 0 !important;
} */
th {
    text-align: center;
    /* padding: 0 54px 0 0 !important; */

}

.head {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
}

.active-cat a {
    color: #0f6cb2 !important;
}

.list-group-item .active a {
    color: white !important;
}

.empty-cart {
    background-color: #fff;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 22px;
}

.empty-cart h3 {
    text-align: center;
}

.empty-cart img {
    max-width: 300px;
}

@media screen and (max-width: 575px) {
    .empty-cart img {
        max-width: 230px;
    }
}

/* orderlist */
.order-table-section {
    margin-bottom: 20px;
    border-collapse: collapse;
}

.order-table-section tbody tr {
    width: 100%;
}

.order-table-section tbody tr td {
    padding: 10px;
    vertical-align: middle;
}

.order-table-section tbody tr td strong {
    font-size: 14px;
}

.order-detail-section p {
    margin-bottom: 3px;
    font-size: 13px;
}

.order-detail-section .order-data {
    height: 100%;
}

.order-detail-section .order-data h4 {
    font-size: 17px;
    font-weight: 600;
}

.order-table-section table img {
    width: 100px;
    height: 100px;
    border: 1px solid #ebedf3;
}

.order-table-section .data-item-img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.order-table-section .product-data {
    font-size: 14px;
}

.order-table-section .product-data p {
    font-size: 14px;
    margin-bottom: 5px;
}

.image-container {
    padding: 5px;
    display: flex;
    flex-direction: row;
}

.thumbnail-container {
    display: flex;
    flex-direction: column;
}

.thumb {
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
}

.thumb:hover {
    -moz-box-shadow: 0 0 5px orange;
    -webkit-box-shadow: 0 0 5px orange;
    box-shadow: 0 0 5px orange;
}

.preview {
    display: none;
    margin-left: 15px;
    width: 640px;
    height: 400px;
    border: 1px solid orange;
}

.cursor-overlay {
    display: none;
    background-color: rgba(0, 150, 50, 0.5);
    position: fixed;
    pointer-events: none;
}

.loader-container {
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    height: 50vh; /* Make the container take full viewport height */
    flex-direction: column; /* Stack the loader and text vertically */
    text-align: center; /* Center text below the loader */
  }
  
  
  .owl-stage{
    /* transform: translate3d(0px, 0px, 0px) !important; */
    transition: all;
    width: 5824px;
    display: flex !important;
  }

  .variant-btns {
    background-color: #fff !important;
    font-size: 12px !important;
    text-transform: capitalize !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1) !important;
    color: #000;
    padding: 8px 20px;
    border-radius: 6px;
    margin-right: 10px;
}
.variant-div {
    margin-top: 40px;
}

.variant-btns:active {
    background-color: #0f6cb2 !important;
    color: #fff !important;
}
  

