.custom-summary{
	color: #000 !important;
	margin-bottom: 6px;
	font-size: 13px;
}

.footer-para{
	color: #000 !important;
	font-size: 12px;
	margin-bottom: 5px !important;
}

.model-para{
   font-size: 25px;
   line-height: 1.4;
   margin-bottom: 15px;
   letter-spacing: 0em;
   margin-top: 15px;
   color : #000;
}

.pack-para{
    font-size: 1.7rem;
    font-weight: 400;
    margin-top: 5px;
}

.set-c{
   color : #000 !important;
}


.model-btn{
    border-radius:10px;
    background-color:#e3c861;
    text-decoration: underline;
    font-size: 18px;
    padding: 15px 20px;
}

.tool-btn{
    border-radius:10px;
    background-color:#fff;
    color:#e3c861 !important ;
    font-size: 18px;
    padding: 15px 20px;
    font-weight: 700;
}

.jewelry-btn{
    border-radius:10px;
    background-color:#e3c861;
    font-size: 18px;
    padding: 15px 20px;
}

/*.collection-img .col {
   background-size: cover;
    overflow: hidden;
}*/

.fit-me-up{
    overflow: hidden;
}

.fit-me-up img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
a{
	text-decoration: none !important;
}

.badge-gold{
    padding: 0.25em 0.5em;
    border-radius: 0.50rem;
    font-weight: bold;
    background: linear-gradient(to right, #e3c66a 0%, #e3c66a 50%, #000 50%, #000 100%);
    background-size: 200% 100%;
    color: #000;
    animation: colorTransition 2s linear infinite;
}

@keyframes colorTransition {
    0% {
        background-position: 0% 0%;
        color: #000;
    }
    50% {
        background-position: 50% 0%;
        color: #fff;
    }
    100% {
        background-position: 100% 0%;
        color: #fff;
    }
}

@media (min-width: 1150px) {
    #main-menu {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    #main-menu > a {
        flex-grow: 1;
    }
}

.text-gold {
  color: #d4b249;
}

.scrollable-section {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 100%;
  padding: 0 3rem; 
  box-sizing: border-box;
}

.scrollable-section::-webkit-scrollbar {
  display: none; 
}

.fa-heart {
  color: #d4b249;
}

.btn-light {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  box-shadow: none;
}

.pre-btn, .nxt-btn {
  border: 1px solid #ddd; 
  width: 40px; 
  height: 40px;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f9fa;
  cursor: pointer;
  z-index: 8;
  border-radius: 50%;
  transform: translateY(-50%);
}

.pre-btn {
  left: 0;
}

.nxt-btn {
  right: 0;
}

.pre-btn i, .nxt-btn i {
  color: #000;
}

.button-style{
   background-color: #fff; 
   border-color: #d4b249;
   color: #e3c861;
   font-weight: 700;
   padding: 10px 25px;
   font-size: 21px;
}

.hero-para{
   font-size: 19px;
   margin-top: 5px;
}

.box-custom{
   border: 1px solid #e3c861;
}

.on-heart{
   color:#e3c861;
    text-transform: uppercase;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0 6px;
    font-size: 20px;
    font-weight: 700;
}

.on-label {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 150px !important;
    height: 50px;
    color: #000;
    font-weight: 300;
    font-size: 13px !important;
}

.card-title-color {
    color: #e3c861 !important;
  }

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    }

    .breadcrumb-item a {
      color: #d4af37; 
      text-decoration: none;
      }
        
    .breadcrumb-item a:hover {
      text-decoration: underline;
      }
        
    .breadcrumb-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      }
        
    .page-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    flex-grow: 1;
    }
        
    .breadcrumb {
      margin-bottom: 0;
    }

  .button-style{
   background-color: #fff; 
   border-color: #d4b249;
   color: #e3c861;
   font-weight: 700;
   padding: 10px 25px;
   font-size: 21px;
}

.hero-para{
   font-size: 19px;
   margin-top: 5px;
}

.box-custom{
   border: 1px solid #e3c861;
}

.on-heart{
   color:#e3c861;
    text-transform: uppercase;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 0 6px;
    font-size: 20px;
    font-weight: 700;
}

.on-label {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 50px;
    height: 50px;
    color: #000;
    font-weight: 300;
    font-size: 16px;
}

.model-para{
   font-size: 25px;
   line-height: 1.4;
   margin-bottom: 15px;
   letter-spacing: 0.05em;
   margin-top: 15px;
   color : #000;
}

.collapse-block-title {
    font-size: 1.5em;
    color: #e3c66a;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-list {
    list-style: underline;
    padding-left: 0;
    border: 1px solid #e3c66a;
    border-radius: 5px;
    max-width: 250px;
}

.custom-list li {
    padding: 5px 10px;
    border-bottom: 1px solid #e3c66a;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%
}

.custom-list li:last-child {
    border-bottom: none;
}

.custom-list li:hover {
    background-color: #f9f9f9;
}


.price-input {
  width: 100%;
  display: flex;
  margin: 30px 0 35px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
}
.field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.black_color{
    color: #000;
}
.tree_structure {
  margin: 0;
  width: 100%;
}

.tree_structure ul {
  display: none;
  margin: 4px auto;
  margin-left: 6px;
  border-left: 1px dashed #dfdfdf;
}


/*.tree_structure li {
  padding: 0px 0px;
  padding-left: 10px;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
  list-style: none;
  display: block;
}*/

.tree_structure li {
  margin-bottom: 8px;
  padding: 0px 0px;
  padding-left: 10px;
  cursor: pointer;
  vertical-align: middle;
  background: #fff;
  list-style: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tree_structure li:first-child {
  border-radius: 3px 3px 0 0;
}

.tree_structure li:last-child {
  border-radius: 0 0 3px 3px;
}

.tree_structure label {
  cursor: pointer;
}

.tree_structure input[type=checkbox] {
  margin: -2px 6px 0 0px;
}

.has > label {
  color: #000;
}

.tree_structure .total {
  color: #e13300;
}
