.action-group {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 10px;
}

.buying-list-btn .btn {
  /* margin: 0 11px;
  max-width: 270px; */
  width: 100%;
  display: block !important;
}

.dash-left-side .user-sidebar {
  background: #FFF;
  box-shadow:0px 0px 16px 4px rgba(0, 0, 0, 0.15);
}

.dash-left-side .user-sidebar li a {
  color: #1F2E44;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px;
  border-bottom: 1px solid #E6E6E6;
}

.dash-left-side .user-sidebar li a.active {
  color: #E9A537;
}

.dash-left-side .user-sidebar li a.active .right-icon svg path {
  fill: #E9A537;
}

.dash-left-side .user-sidebar li a.sub-btn {
  border-bottom: 0;
}

.user-sidebar ul.nav {
  display: block;
}

/* price range css */
#slider-range {
  width: 100%;
}

.ui-widget-content {
  height: 8px;
  background-color: #b7b7b782;
  border: none !important;
  border-radius: 25px;
  position: relative;
}

.ui-widget-header {
  background-color: #E6B325 !important;
  position: absolute;
  height: 100%;
}

.ui-slider-handle {
  top: -7px !important;
  height: 18px;
  width: 18px;
  background-color: #E6B325 !important;
  border-radius: 10px;
  border: 2px solid #fff !important;
  position: absolute;
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 38%);
}

.price-label {
  width: 100%;
  display: flex;
  margin: 10px 0 10px;
  justify-content: space-between;
}

.price-label span {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  color: #6f6f6f;
  line-height: normal;
}

.sidebar-widget {
  padding: 0 17px;
}

.widget-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.widget-title h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #1F2E44;
  line-height: normal;
}

.sub-menu {
  padding: 0 0 0 20px;
}

.sub-menu .cs_check .form-group .form-check {
  padding-left: 0;
  margin-bottom: 10px;
}

.sidebar-widget {
  padding: 20px;
  border-bottom: 1px solid #E6E6E6;
}

.cs_check .form-group {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.cs_check .form-group:last-child {
  margin-bottom: 0;
}

.cs_check .form-group input {
  padding: 0;
  margin-bottom: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.cs_check .form-group label {
  position: relative;
  cursor: pointer;
  display: flex;
  column-gap: 5px;
  color: #6F6F6F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cs_check .form-group input[type="checkbox"]+label::after {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #E6B325;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  right: 0;
  position: absolute;
}

.cs_check .form-group input[type="checkbox"]:checked+label::before {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  right: 6px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}

.cs_check .form-group input[type="checkbox"]:checked+label::after {
  background-color: #E6B325;
}

.cs_check .form-group input[type="radio"]+label::after {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
  height: 100%;
  right: 0;
  position: absolute;
}

.cs_check .form-group input[type="radio"]+label::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  right: 10px;
  width: 100%;
  height: 33px;
  background: #0202021f;
  opacity: 0;
  z-index: 1;
}

.cs_check .form-group input[type="radio"]:checked+label::before {
  opacity: 1;
}

.theme_common_box_two:hover {
	transform: translateY(-10px);
	cursor: pointer;
}

.theme_common_box_two {
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  display: flex;
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  transition: all ease .25s;
}


.theme_two_box_img {
  position: relative;
  overflow: hidden;
}

.theme_two_box_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.theme_two_box_content {
  background: #FFF;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
}

.loction_wrp {
  border-top: 1px solid #D9D9D9;
  width: 100%;
  padding: 10px;
}

.theme_two_box_content h4 a {
  color: #1F2E44;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0 15px;
  margin: 15px 0;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.theme_two_box_content h4 {
  padding: 10px 0 5px;
}

.my-stable-area .theme_common_box_two {
  display: block;
}

.my-stable-area .theme_two_box_img .edit-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-wishlist-area .theme_two_box_img .fav-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.dash-left-side #offcanvasFilter .user-sidebar {
  overflow-y: auto;
}

.clear-filter-footer .clear-btn {
  color: #6F6F6F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.clear-filter-footer .apply-link {
  color: #E9A537;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: transparent;
  border: 0;
}

.clear-filter-footer {
  padding: 30px 20px 20px;
}

.custom-price-range .slider-track .slider-track-high {
  border-radius: 25px;
  background: #e9e9e9;
}

.custom-price-range .slider-track .slider-selection {

  background: #E6B325;
}

.custom-price-range .slider .slider-handle {
  width: 18px;
  height: 18px;
  background: #E6B325;
  border: 2px solid #fff;
}

.custom-price-range .sidebar-widget-item {
  position: relative;
  padding-top: 0;
}

.sidebar-widget .widget-title {
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

.sidebar-widget .widget-title p {
  margin-bottom: 0px;
  color: #9fa19f;
  font-size: 14px;
}

.sidebar-widget .widget-title .dropdown {
  position: absolute;
  top: 0;
  right: 0;
}

.filter_modal .modal-dialog {
  margin: 30px;
}

.user-sidebar .btn-close {
  background: #2f2f2f;
  color: #fff;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-widget .inner-menu {
  display: none;
}

.sidebar-widget .close {
  display: none;
}

.sidebar-widget .open {
  display: block;
}

.inner-menu .form-check-label {
  margin: 15px 0px;
}

.slider.slider-horizontal .slider-track {
  height: 4px;
  margin-top: -3px;
}

.filter_subtitle {
  font-size: 13px;
  line-height: 13px;
}

.select-container {
  position: relative;
}

.select-container .select {
  position: relative;
  cursor: pointer;
}

.select-container .select h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #1F2E44;
  margin-bottom: 0px;
}

.select-container .select svg {
  position: absolute;
  top: 6px;
  right: 0px;
}

.select-container .select input {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  color: #9fa19f;
  font-size: 14px;
}

.select-container .option-container {
  position: relative;
  height: 0;
  overflow-y: scroll;
}

.select-container.active .option-container {
  height: 100%;
}

.select-container .option-container::-webkit-scrollbar {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  width: 10px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
  background: #0f0e11;
}

.select-container .option-container .option {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px;
  padding-left: 10px;
}

.select-container .option-container .option.selected {
  background: #0202021f;
  pointer-events: none;
}

.select-container .option-container .option label {
  font-size: 14px;
  color: #6F6F6F;
  cursor: pointer;
}

.filter_wrp .fill-btn {
  float: right;
  display: none;
}
.close_btn i {
  display: none;
}
.action-group.buying-list-btn {
  margin-bottom: 20px;
}



.slider-area {
  display: flex;
  align-items: center;
  width: 100%;
  -moz-column-gap: 20px;
  column-gap: 20px;
  background: inherit;
  padding: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
}

.slider-area .slider-title {
  font-size: 16px;
  font-weight: bold;
}
.slider-area-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.slider-area #skip-value-lower,
.slider-area #skip-value-upper {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-area .noUi-target {
  flex: 1;
  position: relative;
  background: #e3e3e3;
  border-radius: 50px;
}

.slider-area .noUi-target.noUi-horizontal {
  height: 10px;
}

.slider-area .noUi-target .noUi-base,
.slider-area .noUi-target .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider-area .noUi-target .noUi-connects {
  border-radius: 3px;
  overflow: hidden;
  z-index: 0;
}
.slider-area .noUi-target .noUi-connects .noUi-connect {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
  background-color: #3ea8ff;
}
.slider-area .noUi-target .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 0;
  width: 100%;
}
.slider-area .noUi-target .noUi-origin .noUi-handle {
  border-radius: 50px;
  background: #fff;
  cursor: default;
  background-color: #3ea8ff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  width: 21px;
  height: 21px;
  right: -10px;
  top: -6px;
}
.slider-area .noUi-target .noUi-origin .noUi-handle .noUi-touch-area {
  height: 100%;
  width: 100%;
}
.slider-area .noUi-draggable {
  cursor: ew-resize;
}




::selection {
  color: #fff;
  background: #17a2b8;
}

header h2 {
  font-size: 24px;
  font-weight: 600;
}
header p {
  margin-top: 5px;
  font-size: 16px;
}
.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: transparent;
  border-radius: 5px;
  margin-left: 7px;
  width: 250px !important;
}

.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);
}

.form-check {
  position: relative;
}


/* Side Feedback */


.feedback-from input#rating-rating {
  display: none;
}


.rating-container .rating-stars:focus {
  outline: none !important;
}

.feedback-area a.btn.fill-btn {
  position: fixed;
  top: 50%;
  right: -53px;
  transform: translateY(-50%) rotate(270deg);
  z-index: 9;
}

.feedback-from {
  position: fixed;
  top: 51%;
  right: 0;
  transform: translate(100%, -50%);
  background: #fff;
  width: 320px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0 6px 100px 0;
  border-radius: 10px;
  z-index: 999;
  transition: transform .25s ease-in-out;
  overflow-y: scroll;
  height: calc(100vh - 200px);
}

.feedback-from.active {
  transform: translate(0%, -50%);
}

.feedback-from input[type="file" i] {
  padding: 7px 12px 4px 12px;
  line-height: 36px;
}

.feedback-from .rating {
  display: flex;
  align-items: center;
  column-gap: 5px;
  margin: 0;
  margin-top: 30px;
}

.feedback-from .rating i {
  color: #ffd902;

}

.feedback-from a.close-btn {
  color: #fff;
  background: #14233b;
  padding: 13px;
  border-radius: 0;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.invalid-feedback {
  display: block;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
  width: 100%;
}
.dash-left-side .slider.slider-horizontal {
    width: 100% !important;
    margin-left: 0 !important;
}
.buying-right-wrapper {
	margin-top: 16px;
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
}
.min_height{
  min-height: 440px;
}
