.entry-header{
    display: none;
}
/* Progress Bar */
.step-progress {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0;
}

.progress-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ddd;
    z-index: 1;
    transform: translateY(-50%);
}

.step-item {
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 10px;
    font-size: 14px;
    color: #666;
}

.step-item span {
    display: block;
    width: 24px;
    height: 24px;
    background: #ccc;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    line-height: 24px;
    margin: 0 auto 5px;
}

.step-item.active span {
    background: black;
}

/* Step Content */
.step-content .step {
    display: none;
    text-align: center;
}

.step-content .step.active {
    display: block;
}

/* Buttons */
button {
    background: black;
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    margin: 10px;
}

button:hover {
    background: #333;
}

.highlight {
    color: #9e35bb;
    transition: background-color 0.2s;
}
.ui-slider-horizontal .ui-slider-range {
	background: #222; /* dark bar */
}
.ui-slider-horizontal .ui-slider-handle {
	top: -0.4em;
	border-radius: 50%;
	background: #222;
	border: none;
	width: 14px;
	height: 14px;
	cursor: pointer;
}
#loaderOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.spinner {
	width: 60px;
	height: 60px;
	border: 6px solid #000;
	border-top-color: #A040C0;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	to { transform: rotate(360deg); }
}
.filter-tag, .filter-slider-tag{
    background:#9835b8;
    padding:4px;
    color: #fff;
    border-radius:5px;
    font-size: 14px;
    margin: 4px;
}
.remove-tag{
    cursor: pointer;
}
.live-search-item{
    margin-bottom: 4px;
}
.wrapper {
    width: 320px;
    margin: 0 auto;
  }

  .price-input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }

  .price-input .field {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
  }

  .price-input input {
    width: 80px;
    padding: 6px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
  }

  .separator {
    font-weight: bold;
  }

  .slider {
    position: relative;
    height: 6px;
    background: #ddd;
    border-radius: 5px;
    margin-bottom: 12px;
  }

  .slider .progress {
    position: absolute;
    height: 100%;
    background: #3b82f6;
    border-radius: 5px;
    left: 25%;
    right: 25%;
  }

  .range-input {
    position: relative;
  }

  .range-input input[type="range"] {
    position: absolute;
    width: 100%;
    height: 6px;
    top: -6px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
  }

  .range-input input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3b82f6;
    cursor: pointer;
    -webkit-appearance: none;
  }

  .range-input input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #3b82f6;
    cursor: pointer;
  }
  .noUi-horizontal .noUi-handle {
	width: 21px !important;
	height: 22px !important;
	right: -11px !important;
	top: -3px !important;
}
.noUi-handle {
	border: 1px solid #D9D9D9 !important;
	border-radius: 27px !important;
	background: #FFF !important;
	cursor: pointer !important;
	box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}
.noUi-connect {
	background: #333 !important;
}
.price-input input {
	width: 95px !important;
	padding: 7px !important;
	text-align: center;
	border: 1px solid #ccc !important;
	border-radius: 4px !important;
}
.left_side_product_listing_tab #selectedFiltersWrapper,
.left_side_product_listing_tab .accordion-item  {
    border-inline: 0px;
}
.woocommerce-checkout .woocomerce-form.woocommerce-form-login.login, .woocommerce-checkout .woocommerce-info {
	display: none;
}
.woocommerce-checkout .woocommerce-info
{
  margin-top: 25px;
}