.header-custom-menu {
  background: #f9f3f0;
  border: 1px solid #ff497c;
  padding: 5px 10px 5px 10px;
  border-radius: 6px;
}

.text-red {
  color: #ff497c !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  margin-right: -18px;
}

.text-weight-500 {
  font-weight: 700 !important;
}

.our-art-work-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.axil-slick-arrow .slide-arrow:before {
  background-color: #999fae !important;
}

.fa-long-arrow-left,
.fa-long-arrow-right {
  color: #ffff !important;
}

.custom-section-title {
  color: #ff497c;
  font-size: 2.6rem;
}

.top-section-title {
  margin-bottom: -14px;
}

.custom-social-media-link {
  cursor: pointer;
  color: var(--color-body);
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s;
  position: relative;
}

.custom-social-media-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  /* Keeps space between text and line */
  width: 0;
  height: 2px;
  /* Thickness of the underline */
  background-color: black;
  /* Black underline */
  transition: width 0.3s ease-in-out;
}

.custom-social-media-link:hover::after {
  width: 100%;
}

.custom-error-message {
  color: red !important;
  font-size: 14px !important;
  margin-bottom: 0px !important;
}

.top-section-text {
  font-size: 36px;
}

.top-section-sub-text {
  text-align: center !important;
  color: #ff497c;
}

.text-theme {
  color: #ff497c !important;
}

.tagcloud a:hover {
  background: #ff497c;
  color: #fff;
  border-color: #ff497c;
}

.custom-card {
  border: 1px solid #ff497c;
  /* Custom border color */
  border-radius: 6px;
  /* Rounded corners */
  /* background: #f9f3f0; */
}

.user-info {
  color: var(--color-heading);
  font-weight: 700;
  font-size: 15px;
  font-family: var(--font-primary);
  line-height: 80px;
  height: 80px;
  display: block;
  position: relative;
  transition: var(--transition);
}

/* payment page */

#loading {
  text-align: center;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

#loading-image {
  z-index: 10000;
}

#loading_msg {
  color: var(--color-heading);
  font-weight: 600;
  font-size: larger;
  margin-top: 10px;
  font-family: var(--font-primary);
}

#payment-form #payment-element {
  margin-top: 15px;
}

#link-authentication-element {
  margin-bottom: 15px;
}

.cancel-btn {
  background-color: grey;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.cancel-btn:hover {
  background-color: darkgrey;
}

/* payment page end */

.btn-outline-secondary {
  background: transparent;
  border: 1px solid #ff497c;
  color: #ff497c;
  transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
  background: #ff497c;
  color: #fff;
}

.btn-outline-secondary:focus,
.btn-outline-secondary:active {
  background: #ff497c;
  color: #fff;
  outline: none;
}

.custom-table-th-font-size table th {
  font-size: 17px !important;
}

.custom-order-checkout-summery {
  padding: 15px;
  background-color: #fff;
  border-width: 3px;
  border-style: solid;
  border-color: var(--color-lighter);
}

.custom-font-weight-700 {
  font-weight: 700;
}

.custom-summery-table-wrap {
  margin-bottom: 0px !important;
  padding: 0px 0px 0px 10px !important;
}

.custom-image-container {
  display: flex;
  flex-direction: column;
  /* Stack image and text vertically */
  align-items: flex-start;
  /* Align content to the left */
}

.custom-image-container img {
  width: 80%;
  /* Fixed width */
  height: 80%;
  /* Fixed height */

  max-height: 100px;
  max-width: 100px;

  object-fit: cover;
  /* Ensure the image maintains aspect ratio */
  border: 1px solid var(--color-lighter);
  /* Grey border */
  border-radius: 6px;
  /* Optional rounded corners */
}

.custom-text-container {
  font-size: 14px;
  margin-top: 10px;
  /* Space between image and text */
}

.custom-text-container p {
  margin: 2px 0;
  font-size: 14px;
}

.custom-pay-form {
  padding: 30px 20px;
  border-radius: 6px;
  border-width: 3px;
  border-style: solid;
  border-color: var(--color-lighter);
}

.custom-checkout-order-info {
  line-height: var(--line-height-b1);
  font-weight: var(--p-regular);
  margin: 0 0 30px;
}

.custom-payment-message {
  color: var(--color-heading);
}

.user-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

/* Data table css start */
.dataTables_wrapper {
  font-size: 14px;
  margin: 20px 0;
}

/* Style the table */
.dataTables_wrapper table.dataTable {
  border-collapse: collapse;
  width: 100% !important;
}

.dataTables_wrapper table.dataTable th,
.dataTables_wrapper table.dataTable td {
  /* border: 1px solid #ddd; */

  padding: 10px 10px;
  vertical-align: middle;
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  color: var(--color-heading);
  border-top: none;
  border-bottom: 2px solid var(--color-lighter);
}

.dataTables_wrapper table.dataTable th {
  background-color: #f8f9fa !important;
}

/* Style the DataTables search box */
.dataTables_wrapper .dataTables_filter {
  float: right;
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

/* Style the DataTables length dropdown */
.dataTables_wrapper .dataTables_length {
  float: left;
  margin-bottom: 10px;
}

.dataTables_wrapper .dataTables_length select {
  font-size: 14px;
}

/* Style the pagination buttons */
.dataTables_wrapper .dataTables_paginate {
  text-align: right;
  margin-top: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: white !important;
  border-radius: 4px;
  margin: 2px;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_paginate a {
  color: var(--color-heading);
  font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .active a {
  background-color: #ff497c !important;
  border: 1px solid #ff497c !important;
}

.dataTables_wrapper .dataTables_paginate a:hover {
  background-color: #ff497c !important;
  border: 1px solid #ff497c !important;
  color: #f8f9fa;
}

/* end */

/* Small button */

.custom-sm-btn {
  padding: 9px 20px !important;
}

@media (max-width: 992px) {
  .custom-sm-btn {
    padding: 8px 16px !important;
  }
}

/* end */

.custom-file-input {
  display: none;
  /* Hide default input */
}

.custom-file-label {
  height: 55px !important;
}

/* .axil-breadcrumb-area {
  padding: 14px 0px 13px;
} */

.start-order-btn {
  background: #ff497c !important;
  color: #fff !important;
  border: 1px solid #ff497c !important;
  padding: 15px 30px !important; /* Increase padding for a larger button */
  font-size: 20px !important; /* Increase font size */
  width: 183px !important; /* Set a fixed width */
  height: 55px !important; /* Set a fixed height */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-decoration: none !important;
  border-radius: 70px !important; /* Optional: Add rounded corners */
  font-weight: bold !important;
}

.custom-product-action-wrapper {
  display: flex !important;
  /* justify-content: center !important; */
  align-items: center !important;
  height: 100%; /* Adjust if necessary */
  text-align: center !important;
}

.custom-sub-heading {
  color: #292930; font-size: 17px !important; font-weight: 600 !important;
}

/* Price loader */

.price-loader {
  border: 3px solid #f3f3f3;
  border-top: 3px solid #ff497c;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  animation: spin 1s linear infinite;
  display: inline-block;
}

@keyframes spin {
  0% {
     transform: rotate(0deg);
  }

  100% {
     transform: rotate(360deg);
  }
}

/* end */
