h1 {
  font-size: 48px;
}

.btn-primary {
  background: linear-gradient(90deg, rgba(124,5,214,1) 0%, rgba(216,5,182,1) 100%);
}

.btn {
  padding: 10px 30px;
}

body {
  font-size: 16px;
}

.text-primary-gradient {
  background: linear-gradient(90deg, rgba(124, 5, 214, 1) 0%, rgba(216, 5, 182, 1) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.flex-gap-1 {
  gap: 1rem;
}

.bullet-point li::marker {
  content: url("../../assets/img/hp/bullet.png");
  margin-right: 10px;
  padding-right: 10px;
}

.bullet-point li {
  padding-left: 10px;
  margin-bottom: 10px;
}

.bullet-point {
  padding-left: 16px;
}

.star-icon {
  background-image: url("../../assets/img/misc/star.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
  background-size: contain;
}

.bg-gradient-1 {
  background: rgb(124,5,214);
  background: linear-gradient(90deg, rgba(124,5,214,1) 0%, rgba(124,5,214,1) 25%, rgba(150,5,216,1) 50%, rgba(124,5,214,1) 75%, rgba(124,5,214,1) 100%);
}

.no-bullet li::before, .no-bullet li::after {
  content: none !important;
}

.no-bullet li {
  padding-left: 0px !important;
}

.currency-icon::before {
  background-image: url("../../assets/img/misc/currency-icon.png");
  width: 18px;
  height: 18px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-size: 20px;
  display: inline-block;
  background-size: contain;
  content: '';
}

.currency-icon {
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
  content: "\e5e1";
  font-family: 'Material Icons';
}

.accordion-button::after {
  filter: invert(21%) sepia(100%) saturate(6082%) hue-rotate(267deg) brightness(87%) contrast(106%);
}

.breadcrumb a {
  text-decoration: none;
}

#search-results {
  position: absolute;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  height: auto;
  top: 45px;
  padding: 10px;
  display: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.search-item, .recent-item {
  padding: 6px;
  cursor: pointer;
  border: 0;
  border-bottom: 1px solid #DBDBDB;
  border-radius: 0px !important;
  display: flex;
  justify-content: space-between;
}

.search-item:hover, .recent-item:hover {
  background-color: #f8f9fa;
}

.recent-item .delete-btn {
  color: #B1B1B1;
  cursor: pointer;
}

.list-group-item.search-heading {
  border: 0;
  border-bottom: 1px solid #dbdbdb;
  padding: 6px;
  font-size: 16px;
}

.list-group-item.search-heading-2 {
  border: 0;
  padding: 6px;
  font-size: 16px;
}

.item-text {
  flex: 1;
  text-align: left;
}

.product-gallery {
  display: flex;
  align-items: flex-start;
  position: relative;
}

#featured-image {
  border-radius: 20px;
  object-fit: contain;
  object-position: top;
  width: 100%;
  height: 100%;
  /* max-width: 80%;
  height: auto;
  display: block; */
}

.featured-image-container {
  width: 80%;
  /* height: auto; */
  height: 430px;
  min-height: 300px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #eeeeee;
  border-radius: 20px;
}

.thumbnail-container {
  position: relative;
  width: 20%;
  overflow: hidden;
  height: 100%;
}

.thumbnails {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  max-height: 90%;
  border-right: 1px solid #ddd;
}

.thumbnail {
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-bottom: 5px;
  border-radius: 10px;
}

.thumbnail:hover {
  border: 2px solid #000;
}

.scroll-buttons {
  height: 6%;
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  margin: 0 10px 0 0;
  padding-top: 4px;
}

.color-swatch {
  width: 38px;
  height: 38px;
  background: var(--bs-light);
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  border: 1px solid #C9C9C9;
  padding-right: 20px;
  padding-left: 20px;
  z-index: 1;
  position: relative;
  /* margin-right: 16px; */
}

.color-swatch.active:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 46px;
  z-index: -1;
  color: yellowgreen;
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 6px;
  border: 2px solid var(--bs-secondary);
}

.size-swatch {
  min-width: 44px;
  width: auto;
  height: 38px;
  background: var(--bs-light);
  border-radius: 4px;
  border: 2px solid #C9C9C9;
  color: #8A8A8A;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  padding: 5px;
}

.size-swatch.size-swatch.active {
  border-color: #7C05D6;
  background-color: #F2E6FB;
}

.password-meter {
  display: flex;
  height: 5px;
  margin-top: 10px;
}

.meter-section {
  flex: 1;
  background-color: #ddd;
}

.weak {
  background-color: #ff4d4d;
}

.medium {
  background-color: #ffd633;
}

.strong {
  background-color: #00b300;
}

.very-strong {
  background-color: #009900;
}

.nxs-tooltip .tooltip-inner {
  width: 250px;
  max-width: 250px;
  height: auto;
  background-color: #ffffff !important;
  color: #4C4C4C;
  text-align: left;
  padding: 15px 10px 15px 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px;
}

.tooltip.show {
  opacity: 1;
}

.tooltip ul {
  margin-bottom: 0rem;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  border-bottom-color: #ffffff;
}

.mbell-notification:after {
  content: "";
  background-color: var(--bs-red);
  width: 8px;
  height: 8px;
  border-radius: 20px;
  position: absolute;
  right: 0px;
  top: -2px;
}

.dbell-notification:after {
  content: "";
  background-color: var(--bs-red);
  width: 8px;
  height: 8px;
  border-radius: 20px;
  position: absolute;
  right: 8px;
  top: -2px;
}

.mbell-notification a::after {
  display: none;
}

.dbell-notification a::after {
  display: none;
}

.discount-completed-check:after {
  content: 'check';
  font-family: 'Material Icons';
  background-color: var(--bs-success);
  width: 14px;
  height: 14px;
  border-radius: 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 10px;
  text-align: center;
  color: #ffffff;
}

.profile-menu-item {
  text-decoration: none;
  padding: 10px 20px;
  width: 100%;
  fill: var(--bs-black);
  color: var(--bs-black);
  border-radius: 10px;
}

.profile-menu-item:hover .myproject-menu-icon, .profile-menu-item:hover .myproject-menu-text {
  fill: var(--bs-primary);
  color: var(--bs-primary);
}

.profile-menu-item:hover {
  background-color: var(--bs-primary-bg-subtle);
}

.profile-menu-item.active .myproject-menu-icon, .profile-menu-item.active .myproject-menu-text {
  fill: var(--bs-primary);
  color: var(--bs-primary);
}

.profile-menu-item.active {
  background-color: var(--bs-primary-bg-subtle);
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  color: var(--bs-primary) !important;
  border: 0px;
  border-bottom: 2px solid var(--bs-primary);
}

.nav-tabs .nav-link.active {
  color: var(--bs-primary) !important;
  border: 0px;
  border-bottom: 2px solid var(--bs-primary);
}

label.required::after {
  content: " *";
  color: red;
}

.input-group {
  display: flex;
  align-items: center;
  max-width: 120px;
}

.qty-btn-number {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  padding: 10px 15px;
}

.qty-btn-number:disabled {
  background-color: #ddd;
  cursor: not-allowed;
  color: #aaa;
}

.form-control.input-number.qty-input {
  text-align: center;
  padding: 0;
  font-size: 16px;
  height: 36px;
  max-width: 48px;
}

.hide {
  display: none !important;
}


.sidebar-item:hover .sidebar-item-icon {
  background-color: #f5e9ff;
}

.sidebar-item:hover {
  color: var(--bs-primary);
}

.sidebar-item.active .sidebar-item-icon {
  background-color: #f5e9ff;
  color: var(--bs-primary);
}

.sidebar-item.active {
  color: var(--bs-primary);
}

.sidebar-item:hover .sidebar-item-icon img, .sidebar-item.active .sidebar-item-icon img {
  filter: invert(21%) sepia(100%) saturate(6082%) hue-rotate(267deg) brightness(87%) contrast(106%);
}

.sidebar-item {
  color: #000000;
}

.filter-button {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  border-radius: 0px;
  border-width: 0px;
  border-left-width: 3px;
  border-color: #ffffff;
  background: #ffffff;
  color: var(--bs-body-color);
  width: 100%;
}

.filter-button:hover {
  background: var(--bs-primary-bg-subtle);
  border-radius: 0px;
  border-width: 0px;
  border-left-width: 3px;
  border-color: rgb(124,5,214);
  color: var(--bs-body-color);
  width: 100%;
}

.filter-button.active {
  background: var(--bs-primary-bg-subtle);
  border-radius: 0px;
  border-width: 0px;
  border-left-width: 3px;
  border-color: rgb(124,5,214);
  color: var(--bs-body-color);
  width: 100%;
}

.discount-display::-webkit-scrollbar {
  display: none;
}

.offcanva-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.offcanva-profile a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.offcanva-profile a::after {
  font-size: 26px;
}

.offcanva-usd .dropdown-toggle::after {
  font-size: 26px;
}

.dropdown-profile-offcanvas {
  position: static !important;
}

/* .offcanva-usd .dropdown-toggle {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
} */

.step-3-boxes {
  width: 260px;
  height: 120px;
}

.col-empty {
  display: none !important;
}

.user-detail-fieldset {
  width: 50%;
}

.add-new-address-div {
  width: 100% !important;
}

.user-personal-col-2 {
  padding-right: 0;
  padding-left: 30px;
}

.dropdown-menu {
  display: none;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
}

/* When the dropdown is shown (Bootstrap adds the 'show' class) */

.dropdown-menu.show {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.flip-container {
  position: relative;
  height: 280px;
}

.flip-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.front-img, .back-img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 17px;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease;
}

.back-img {
  opacity: 0;
}

.flip-container:hover .back-img {
  opacity: 1;
  transition: opacity 1s ease;
}

.flip-container:hover .front-img {
  opacity: 0;
  transition: opacity 1s ease;
}

#navcol-2 {
  margin-top: 0px;
}

.loader {
  width: 150px;
  height: 150px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-sizing: border-box;
  flex-direction: column;
}

.loader::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url('loading-animation.gif') center center / contain no-repeat;
  display: none; /* Hide by default */
}

.loader:not(.hide)::before {
  display: block; /* Show the GIF when .hide is removed */
}

.artstylecard {
  padding: 3px;
  border: 1px solid rgb(194,194,194);
  border-radius: 20px;
  width: 160px;
  height: 160px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.artstylecard:hover {
  padding: 3px;
  border: 2px solid var(--bs-primary);
  border-radius: 20px;
  width: 160px;
  height: 160px;
  margin-bottom: 10px;
}

.dimmed {
  opacity: 0.2;
}

.count-display {
  position: relative;
  margin-bottom: 10px;
}

.count {
  font-size: 10px;
  color: white;
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: var(--bs-primary);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
}

.colorpickerbox {
  width: 100%;
  height: 100%;
  /* background: #ffffff; */
  border-radius: 18px;
  border: none;
}


.color-blocks-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.color-blocks {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}

.color-part {
  width: 33.33%; /* Divide the div into 3 equal parts */
  height: 60px; /* Adjust height as needed */
}

.color-part:first-child {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

.color-part:last-child {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.step-4-image-box {
  width: 450px;
  height: 450px;
}

.dropdown-profile-offcanvas {
  box-shadow: none !important;
}

.ctool-sidebar-popup {
  width: 310px !important;
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 10px !important;
  position: absolute !important;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1) !important;
  overflow: visible !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 100px !important;
  padding-bottom: 20px !important;
  padding-top: 10px !important;
}

.ctool-sidebar-popup-img-box {
  padding: 1px;
  border: 2px solid rgb(194,194,194);
  border-radius: 6px;
  width: 82px;
  height: 82px;
}

.ctool-sidebar-popup-img-box:hover {
  border: 2px solid var(--bs-primary);
  border-radius: 6px;
  transition: all 0.1s ease-in-out;
  width: 82px;
  height: 82px;
}

.ctool-sidebar-popup-img-box .ai-gen-image, .ctool-sidebar-popup-img-box .filter-image {
  border-radius: 4px;
  width: 78px;
  height: 78px;
}

.ctool-sidebar-popup .item-box {
  padding: 0px;
  padding-right: 12px;
  padding-left: 12px;
  overflow-y: scroll;
  max-height: 300px;
}

#textcolorPickerAnchor {
  text-decoration:none;
  color:#000;
  position:absolute;
  width:100%;
  top:0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
}

/* #textcolorPickerAnchor {
  text-decoration:none;
  color:#000;
} */

.displayselectedcolor {
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 10px;
}

.textcolorpicker {
  width:15px;
  height: 12px;
  line-height: 1;
  margin-bottom: 5px;
}

#ctcanvas {
  border: 1px solid #ccc;
}

.textcolorpickerdivbox {
  padding-top: 5px;
  border-radius: 2px;
  padding-right: 8px;
  padding-left: 8px;
  flex-direction: column;
  width: 36px;
  text-align: center;
  row-gap: 0px !important;
  padding-bottom: 5px;
}

.strokecolorpickerdivbox {
  padding-top: 5px;
  border-radius: 2px;
  padding-right: 8px;
  padding-left: 8px;
  flex-direction: column;
  width: 36px;
  text-align: center;
  row-gap: 0px !important;
  padding-bottom: 5px;
  display: flex;
  flex-direction: row;
}

.alignment-tooltip-popup {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.2s ease-in-out;
  z-index: 1000;
  margin-top: -80px !important;
  margin-left: -36px;
}

.alignment-tooltip-popup.show {
  visibility: visible;
  opacity: 1;
}


.alignment-tooltip-popup .icon-btn {
  border: none;
  background: none;
  cursor: pointer;
}

.text-align-icon {
  font-size: 1.5rem !important;
  line-height: 1.2 !important;
}

.catalogue-img {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  border: 2px solid rgb(224, 224, 224);
}

.catalogue-box {
  display: flex;
  flex-direction: row;
}

.catalogue-text {
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.catalogue-text .catelogue-title {
  font-size: 14px;
  font-weight: 500;
}

.catalogue-text .catelogue-price {
  font-size: 16px;
  font-weight: 500;
}

.catelogue-color {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgb(224, 224, 224);
  cursor: pointer;
}

.catelogue-color:hover {
  border: 1px solid var(--bs-primary);
  transition: all 0.1s ease-in-out;
}

.catelogue-size {
  font-size: 12px;
  font-weight: 500;
  width: auto;
  height: 20px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
  border: 1px solid rgb(224, 224, 224);
  text-align: center;
  cursor: pointer;
}

.catelogue-size:hover {
  border: 1px solid var(--bs-primary);
  transition: all 0.1s ease-in-out;
  color: var(--bs-primary);
}

.ctool-topbar-popup {
  width: 310px !important;
  background: #ffffff !important;
  border-radius: 10px !important;
  padding: 10px !important;
  position: absolute !important;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1) !important;
  overflow: visible !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 50px !important;
  padding-bottom: 20px !important;
  padding-top: 10px !important;
}

.ctool-topbar-popup .item-box {
  padding: 0px 12px 0px;
  overflow-y: scroll;
  max-height: 300px;
}

#sizepopup label {
  font-size: 12px;
}

/* Global Scrollbar Styling */
/* For WebKit Browsers (Chrome, Safari, Edge) */
* {
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #888 ;
  border-radius: 10px !important;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #555 !important;
}

*::-webkit-scrollbar-button {
  display: none !important;
}


.btn-custom-light {
  color: var(--bs-primary);
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-custom-light:hover {
  color: rgba(216,5,182,1) !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.close-catalogue {
  cursor: pointer;
}

.strokecolorpickerbg {
  background-color: #eeeeee;
  width: 35px;
  height: 35px;
  z-index: 1;
}

.strokepopup .pickr button {
  display: none !important;
}

.strokecolorpickerhex {
  margin-left: 10px;
}

.font-div {
  font-size: 16px;
  cursor: pointer;
  width: 80px; 
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.font-div:hover {
  color: var(--bs-primary);
}

.toast-message {
  font-size: 14px !important;
}

.undobtn {
  background: var(--bs-white) !important;
  color: var(--bs-btn-border-color) !important;
  padding: 8px !important;
  border-style: none !important;
  border-radius: 0px !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.redobtn {
  background: var(--bs-white) !important;
  color: var(--bs-btn-border-color) !important;
  padding: 8px !important;
  border-style: none !important;
  border-radius: 0px !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

img {
  box-shadow: none !important;
}

.btn-light-nxs {
  color: var(--bs-primary) !important;
  background-color: #fff !important;
  border-color: #fff !important;
  border: 2px solid var(--bs-light) !important;
}

.btn-light-nxs:hover {
  color: var(--bs-light) !important;
  border-color: #fff !important;
  border: 2px solid var(--bs-secondary) !important;
  background-color: var(--bs-secondary) !important;
}

.btn-secondary-nxs {
  color: var(--bs-white) !important;
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
}

.btn-secondary-nxs:hover {
  color: var(--bs-white) !important;
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.btn-primary:hover {
  background: linear-gradient(90deg, rgba(216, 5, 182, 1) 0%, rgba(124, 5, 214, 1) 100%) !important;
}

.sub-menu-wrap {
  position: absolute;
  top: 100%;
  right: 0; /* Aligns it with the parent container */
  width: 250px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  /* transition: opacity 0.3s, visibility 0.3s; */
  max-height: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  margin: 10px;
  z-index: 100;
}

.sub-menu-wrap.active {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}

.sub-menu {
  background: #fff;
  padding: 20px 20px 10px 20px;
  margin: 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.user-info {
  display: flex;
  align-items: center;
}

.user-info h3 {
  font-size: 16px;
  margin: 0;
}

.user-info span {
  font-size: 12px;
  color: #555;
}

.user-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.sub-menu hr {
  border: 0;
  height: 1px;
  background: #aaaaaa;
  margin: 15px 0 10px;
}

.sub-menu-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  margin: 4px 0;
  font-size: 16px;
  color: #333;
}

.sub-menu-link a:hover {
  color: var(--bs-primary);
}

.toastr-success {
  background-color: var(--bs-primary) !important;  /* Change this color to your desired background */
}

.btn-custom-warning {
  color: #fff !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}

.btn-custom-warning:hover {
  color: #ffc107 !important;
  background-color: var(--bs-black) !important;
  border-color: var(--bs-black) !important;
}

.dropdown-item.active {
  color: var(--bs-light) !important;
  text-decoration: none !important;
  background-color: var(--bs-primary) !important;
}

/* Ensure the table container takes full width and allows horizontal scrolling */
.dataTables_wrapper {
  width: 100%;
  overflow-x: auto;
}

/* Prevent text wrapping in table cells */
#referralsTable th,
#referralsTable td {
  white-space: nowrap;
}

/* Ensure the table itself takes full width */
#referralsTable {
  width: 100% !important;
}

.scale-container {
  position: relative;
  height: 20px; /* Height of the scale */
  width: 100%;
  border-top: 1px solid #ccc; /* Horizontal line for the scale */
}

.scale-mark {
  position: absolute;
  top: 0;
  width: 1px; /* Width of the vertical line */
  height: 6px; /* Height of the vertical line */
  background-color: #ccc; /* Color of the vertical line */
}

.scale-label {
  position: absolute;
  top: 8px; /* Position below the vertical line */
  font-size: 0.75rem; /* Smaller font size for labels */
  color: #666; /* Gray color for labels */
  transform: translateX(-50%); /* Center-align labels */
}

.load-more-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  font-size: 16px;
  background-color: var(--bs-primary);
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.load-more-btn:hover {
  background-color: var(--bs-secondary);
}

.floating-dropdown {
  position: absolute;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border: 1px solid #DBDBDB;
  border-radius: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  margin-top: 5px;
  padding: 10px;
}

.accordion-button {
  font-size: 14px;
}

.product-option:hover {
  background: #ffffff;
}


.size-guide table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #d3d3d3 !important;
  background: #d3d3d3;
}

.size-guide table th, .size-guide table td {
  padding: 8px;
  text-align: left;
  white-space: nowrap;
}

.size-guide table thead {
  background-color: #ffffff;
}

.size-guide table th {
  border-bottom: 1px solid #eeeeee;
  color: #000000;
}

.size-guide table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

.size-guide table tbody tr:nth-child(even) {
  background-color: #f0e5f8;
}

/* .size-guide table tbody tr:hover {
  background-color: #f0e5f8;
} */

.size-guide table tbody td:nth-child(1) {
  border-right: 1px solid #eeeeee;
  width: 15%;
}

.size-guide table thead th:nth-child(1) {
  border-right: 1px solid #eeeeee;
  width: 15%;
}

.cursor-pointer {
  cursor: pointer;
}


.image-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.default-image, .hover-image {
  width: 100%;
  height: auto;
  transition: opacity 0.3s ease-in-out;
}

.default-image {
  display: block;
}

/* Only apply hover effect if a hover-image exists */
.image-item .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* Apply hover effect only when a hover-image exists */
.image-item:hover .hover-image {
  opacity: 1;
}

.image-item:hover .default-image {
  opacity: 0;
}

/* Ensure the default image remains visible when no hover image exists */
.image-item:not(:has(.hover-image)) .default-image {
  opacity: 1 !important;
}


.catelogue-color {
  width: 38px;
  height: 34px;
  background: var(--bs-light);
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  border: 1px solid #C9C9C9;
  padding-right: 18px;
  padding-left: 18px;
  z-index: 1;
  position: relative;
}

.catelogue-color.active:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 42px;
  z-index: -1;
  color: yellowgreen;
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 6px;
  border: 2px solid var(--bs-secondary);
}

.catelogue-color:hover:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 42px;
  z-index: -1;
  color: yellowgreen;
  top: 0;
  left: 0;
  margin-top: -5px;
  margin-left: -5px;
  border-radius: 6px;
  border: 2px solid var(--bs-secondary);
}

.custom-size-swatch {
  width: 38px;
  height: 32px;
  background: var(--bs-light);
  border-radius: 4px;
  border: 2px solid #C9C9C9;
  color: #8A8A8A;
  font-size: 14px;
}

.custom-size-swatch.active {
  border-color: #7C05D6;
  background-color: #F2E6FB;
  color: #7C05D6;
}

.custom-size-swatch:hover {
  border-color: #7C05D6;
  background-color: #F2E6FB;
  color: #7C05D6;
}

.index-section {
  color: #3a3a3a00;
  margin: 0;
  margin-top: 0;
  border-color: rgba(255, 255, 255, 0.85);
  padding-top: 120px;
  padding-bottom: 100px;

  /* Bootstrap Flexbox Utility Classes */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center; /* Adjusted for all screen sizes */
  align-items: center;
}

.deleteItem.disabled svg {
  opacity: 0.5; /* Reduce opacity */
  filter: grayscale(100%); /* Convert to grayscale */
  cursor: not-allowed; /* Show disabled cursor */
}

.order-summary-sidebar {
  padding: 0px; /* Add some padding to the top */
}

.custom-edit-preview {
  text-decoration: none;
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.5s ease-in-out;
}

.custom-edit-preview.active {
  text-decoration: none;
  padding: 8px 25px;
  background: var(--bs-primary);
  border-width: 0px;
  border-radius: 6px;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

#canvasBody {
  width: 550px;
  height: 550px;
}


#payment-form {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  border-radius: 8px;
}

#card-element {
  background: #f8f9fa;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 12px;
  /* min-height: 55px; */
  display: flex;
  align-items: center;
  width: 100%;
}

#card-element .__PrivateStripeElement {
  width: 100% !important;
}

/* Ensuring the Stripe iframe is properly sized */
#card-element iframe {
  width: 100% !important;
  /* height: 50px !important; */
  /* min-height: 50px !important; */
  border-radius: 6px;
}

/* Making Stripe fields more user-friendly */
.StripeElement {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  color: #333;
}

/* Styling the Submit button */
/* #payment-form button {
  width: 100%;
  padding: 12px;
  background: #007bff;
  border: none;
  border-radius: 6px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin-top: 15px;
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

#payment-form button:hover {
  background: #0056b3;
} */

/* Add focus effect for better user experience */
.StripeElement--focus {
  border-color: #7C05D6 !important;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5) !important;
}

/* Placeholder styling */
.StripeElement::placeholder {
  color: #aab7c4;
}


.owl-carousel .item {
  text-align: center;
}

.owl-carousel .item img {
  width: 100%;
  max-width: 100%; /* Adjust size */
  height: auto;
  display: block;
  margin: 0 auto;
}


.mockup-thumbnails {
  min-width: auto;
  width:400px;
  max-width: 400px;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  overflow: visible;
  top: 0px;
  bottom: 0;
  right: 40px;
  padding-bottom: 20px;
  padding-top: 10px;
}

.mockup-featured-container {
  width: 550px;
  height: 550px;
  background: #ffffff;
  box-shadow: 0px 0px 10px rgba(214,214,214,0.36);
  border-radius: 10px;
}


/* Color Pickr Customization */
/* .pcr-app {
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.pcr-picker {
  width: 25px !important;
  height: 25px !important;
  border: 6px solid #fff !important;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6) !important;
  background-color: transparent !important;
}
.pcr-color-chooser {
  width: 100% !important;
  height: 16px !important;
  border-radius: 8px;
}
.pcr-color-chooser .pcr-last-color {
  display: none !important;
}
.pcr-color-chooser .pcr-selection {
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  border: 2px solid white;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.pcr-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pcr-interaction input {
  width: 60px !important;
  text-align: center;
  font-size: 14px !important;
}
.pcr-interaction {
  display: flex;
  justify-content: space-between;
  padding: 10px;
} */

/* Custom Range Slider */
#creditRange {
  -webkit-appearance: none; /* Remove default style */
  appearance: none;
  width: 100%; 
  height: 10px; /* Adjust track thickness */
  background: #fff; /* Track color */
  border-radius: 5px;
  outline: none;
  transition: background 0.3s;
  margin-bottom: 10px;
  touch-action: none; /* Prevents back/forward swipe */
}

/* Change track color when interacting */
#creditRange:focus {
  background: #ccc;
}

/* WebKit browsers (Chrome, Safari) */
#creditRange::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 24px; 
  height: 24px;
  background: #ffffff; /* Bootstrap primary color */
  border-radius: 50%;
  cursor: pointer;
  border: 6px solid #FFB802;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-top: -8px;
}

/* Firefox */
#creditRange::-moz-range-thumb {
  width: 24px; 
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  border: 6px solid #FFB802;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-top: -8px;
}

/* Edge & IE */
#creditRange::-ms-thumb {
  width: 24px; 
  height: 24px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  border: 6px solid #FFB802;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-top: -8px;
}

.discountlevelprogress {
  overflow-x: auto;
  padding-top: 20px;
}

.discountlevelprogress>div {
    justify-content: center;
    margin-bottom: -22px;
    padding-right: 10px;
    padding-left: 10px;
}

.discountlevelprogress .progress {
  width: 540px; /* Default width */
  max-width: 640px;
}

input::placeholder {
  color: #b1b1b1 !important;
  opacity: 1; /* Make sure it's fully visible */
}

input::-webkit-input-placeholder {
  color: #b1b1b1 !important;
}
input:-moz-placeholder {
  color: #b1b1b1 !important;
}
input::-moz-placeholder {
  color: #b1b1b1 !important;
}
input:-ms-input-placeholder {
  color: #b1b1b1 !important;
}


/* Responsive Styles */
@media (max-width: 375px) {
  .discountlevelprogress .progress {
      min-width: 420px; /* Adjust to fit smaller screens */
      
  }

  .discountlevelprogress>div {
    justify-content: start;
    padding-left: 20px;
  }

  .featured-image-container {
    height: 300px;
  }
}

@media (min-width: 376px) and (max-width: 576px) {
  .discountlevelprogress .progress {
      min-width: 450px; /* Adjust to fit smaller screens */
      
  }

  .discountlevelprogress>div {
    justify-content: start;
    padding-left: 20px;
  }

  .featured-image-container {
    height: 330px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .discountlevelprogress .progress {
      width: 90%;
  }

  .featured-image-container {
    height: 550px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .discountlevelprogress .progress {
      width: 90%;
  }

}

@media (min-width: 993px) and (max-width: 1200px) {
  .discountlevelprogress .progress {
      width: 90%;
  }

  .featured-image-container {
    height: 330px;
  }
}

@media (min-width: 1201px) {
  .discountlevelprogress .progress {
      width: 540px; /* Fixed width for larger screens */
  }

  .featured-image-container {
    height: 430px;
  }
}


@media (max-width: 600px) {
  .owl-carousel .item {
      text-align: center;
      width: 180px !important; /* Force each item to be 100px wide */
      max-width: 180px;
  }

  /* Ensure images fit properly */
  .owl-carousel .item img {
      width: 100% !important;
      height: auto;
      display: block;
      margin: 0 auto;
  }

  /* Prevent Owl Carousel from overriding widths */
  .owl-carousel .owl-stage {
      display: flex;
      justify-content: center;
  }
}


@media (max-width: 768px) {
  .mockup-featured-container {
    width: 100%;
    height: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(214,214,214,0.36);
    border-radius: 10px;
  }

  .mockup-thumbnails {
    min-width: auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    overflow: visible;
    margin-top: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
    justify-self: center;
    top: 0px;
    bottom: 0px;
    right: 0px;
  }

  #resetBtn {
      order: 1;
  }

  #saveBtn {
      order: 2;
  }

  #placementdisplay {
      order: 3;
  }

  .customize-model-footer {
      flex-direction: column;
      align-items: center;
      justify-content: center !important;
  }

  #canvasBody, #ctcanvas {
    width: 370px;
    height: 370px;
  }

  .emptydiv {
    display: none;
  }

  .canvas-container, .upper-canvas, #ctcanvas {
    width: 370px !important;
    height: 370px !important;
  }
  
}



@media (max-width: 768px) {
  .order-summary-sidebar {
      padding: 0px 10px; /* Reduce padding on mobile */
  }
}

@media (max-width: 768px) {
  .index-section {
      padding-top: 60px !important; /* Reduce padding on mobile */
  }
}

/* Extra small screens (phones) */
@media (max-width: 479px) {
  .product-gallery {
    height: 340px;
  }
}

/* Small screens (small tablets & large phones) */
@media (min-width: 480px) and (max-width: 767px) {
  .product-gallery {
    height: 340px;
  }
}

/* Medium screens (tablets & small laptops) */
@media (min-width: 768px) and (max-width: 1023px) {
  .product-gallery {
    height: 610px;
  }
}

/* Large screens (desktops) */
@media (min-width: 1024px) and (max-width: 1439px) {
  .product-gallery {
    height: 330px;
  }
}

/* Extra-large screens (wide desktops, large monitors) */
@media (min-width: 1440px) {
  .product-gallery {
    height: 460px;
  }
}



@media (max-width: 576px) {
  .hero-text-size {
    max-width: 400px !important;
  }

  .step-4-image-box {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 576px) {
  .flip-container {
    position: relative;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .user-detail-fieldset {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .hiw-m-image {
    width: 180px;
  }
}

@media (max-width: 576px) {
  .btn-m-fullwidth {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .footer-m-l-0 {
    padding-left: 0px !important;
    padding-top: 30px;
    padding-right: 0px;
  }
}

@media (max-width: 576px) {
  .nav-m-pr-0 {
    padding-right: 0px !important;
    padding-bottom: 10px;
  }
}

@media (max-width: 576px) {
  #m-search-results {
    display: block;
    position: absolute;
    top: 80px;
    width: 90%;
    overflow-y: scroll;
  }
}

/* @media (max-width: 576px) {
  .products-m-width {
    width: 240px;
  }
} */

@media (min-width: 577px) {
  .footer-m-l-0 {
    padding-left: 40px !important;
    padding-right: 0px;
  }
}

/* @media (max-width: 577px) {
  .product-gallery {
    height: 300px;
  }
} */

@media (min-width: 577px) {
  #m-search-results {
    display: block;
    position: absolute;
    top: 80px;
    width: 95%;
    overflow-y: scroll;
  }
}

@media (max-width: 768px) {
  .hero-text-size {
    max-width: 450px !important;
  }

  .step-4-image-box {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  #navcol-2 {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .flip-container {
    position: relative;
    height: 260px;
  }
}

@media (max-width: 768px) {
  .m-search-bar {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    transition: height 0.3s ease;
    overflow: auto;
  }
}

@media (max-width: 768px) {
  .m-search-bar.full-height {
    height: 100vh;
  }
}

@media (max-width: 768px) {
  .settings-field {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .user-personal-col-2, .my-profile-col-2, .order-history-col-2, .settings-col-2, .state-col-2, .credit-earning-col-2, .refer-earn-col-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  .my-profile-div, .settings-div {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .step-3-boxes {
    width: auto;
    height: 120px;
  }
}

@media (max-width: 768px) {
  /* .navbar > .container {
    justify-content: start !important;
  } */
}

@media (max-width: 768px) {
  .nav-custom-margin {
    margin-top: 20px;
  }
  .navbar-nav .dropdown-menu {
    position: absolute !important;
  }
}

@media (max-width: 768px) {
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0px;
    margin-top: var(--bs-dropdown-spacer);
  }
}

@media (max-width: 768px) {
  #ai-image-m-row-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 768px) {
  .ai-img-gen-wishes {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 768px) {
  .ai-img-gen-wishes-img-div {
    width: 100% !important;
  }
}

/* @media (max-width: 768px) {
  .product-gallery {
    height: 340px;
  }
} */

@media (max-width: 768px) {
  .nav-btn-m-width {
    width: 50%;
  }
}

/* @media (max-width: 768px) {
  .products-m-width {
    width: 210px;
  }
} */

@media (max-width: 768px) {
  .filter-col {
    display: none;
  }
}

@media (max-width: 768px) {
  .filter-icon {
    display: block;
  }
}

@media (max-width: 768px) {
  .nav-m-pr-0 {
    padding-right: 0px !important;
    padding-bottom: 10px;
  }
}

@media (max-width: 768px) {
  #navcol-2 {
    padding-top: 0px;
  }
}

@media (min-width: 769px) {
  .filter-col {
    display: block;
  }
}

/* @media (min-width: 768px) {
  .add-new-address-div {
    width: 80% !important;
  }
} */

/* @media (min-width: 769px) {
  .product-gallery {
    height: 500px;
  }
} */

/* @media (min-width: 769px) {
  .products-m-width {
    width: 240px;
  }
} */

@media (min-width: 769px) {
  .filter-icon {
    display: none;
  }
}

