.products_body .sidebar_filter {
  max-width: 250px;
  width: 100%;
}

.accordion-button {
  cursor: pointer;
  font-family: 'Raleway-Bold';
  font-size: 16px;
  padding-bottom: 10px;
}

.accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(.7) !important;
  background-size: 13px;
}

.accordion-item .active .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  background-size: 13px;
}

.products_body {
  display: flex;
  justify-content: space-between;
}

.accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
}

.products_body .card-body {
  padding: 0 20px;
  padding-bottom: 0;
  padding-left: 0;
}

.product-list-box {
  width: calc(100% - 330px);
}

.products_body .artists-list,
.products_body .product_list {
  width: 100%;
}

.checkbox_label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Raleway-Regular';
}

/* Hide the browser's default checkbox */
.checkbox_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #ffffff;
  border: 1px solid #B0B0B0;
  border-radius: 5px;
}

#sidebar_filter .checkmark {
  height: 18px;
  width: 18px;
}

#sidebar_filter .checkbox_label .checkmark:after {
  left: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
}

#sidebar_filter .checkbox_label {
  padding-left: 30px;
  margin-bottom: 8px;
  line-height: 20px;
}

.sidebar_filter .checkbox_label input:checked~.checkmark {
  background-color: #ffffff;
  border: 1px solid #B0B0B0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox_label input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox_label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #E8DCCB;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(0deg);
  background-color: #E8DCCB;
  border-radius: 2px;
}

.address-area .checkbox_label .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: transpant;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: 0;
}

/* .product-list-box .product_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  } */
.product_list {
  column-count: 3;
  column-gap: 40px;
}

.gallery-home .product_list {
  column-count: 4;
  column-gap: 40px;
}

.display-section.product-gallery-section .product_list {
  column-count: 4;
  column-gap: 40px;
}

.product_blank img {
  width: 80px;
}

.product_blank {
  width: 100%;
  height: 100%;
  display: flex;
}

.inner_box {
  width: 180px;
  text-align: center;
  margin: 0 auto;
  align-self: center;
  margin-top: -100px;
}

.product_list .product-item {
  position: relative;
  margin: 0px 0px 10px;
  min-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  break-inside: avoid;
}

.product-item__body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 9px;
  font-size: 16px;
  white-space: inherit;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 18px;
  margin-bottom: 30px;
  width: 100%;
}

.mobile_view {
  display: none;
}

.filter_row_box {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.filter_row_box .filter-group {
  position: relative;
}

.filter_row_box .filter-group .svg-select {
  position: absolute;
}

.filter-box .select-box {
  display: none;
}

.filter_row_box .filter-group button {
  border: 1px solid #000;
  background-color: transparent;
  height: 30px;
}

.select-button {
  width: 70px;
  border: 1px solid #000;
  text-align: right;
  padding: 2px 8px;
  margin-left: 10px;
  position: relative;
  height: 30px;
  cursor: pointer;
}

.filter_row_box .filter-group .svg-select {
  position: absolute;
  left: 6px;
  top: 6px;
}

.sidebar_filter span.close {
  border: 1px solid;
  padding: 1px 5px;
  border-radius: 50%;
}

.sidebar_filter h3 {
  font-size: 22px;
  font-family: 'Raleway-Bold';
  padding: 5px 20px;
  padding-top: 15px;
  padding-left: 0;
  text-align: center;
}

.sidebar_filter span.close {
  border: 1px solid;
  padding: 1px 5px;
  border-radius: 50%;
  float: right;
  font-size: 14px;
  font-weight: 400;
  opacity: 0;
  cursor: pointer;
}

.filter-box .select-box {
  width: 110px;
  position: absolute;
  z-index: 1;
  background-color: #faf8f4;
  padding: 6px 10px;
  border-radius: 0;
  border: 0px solid #000;
  left: 10px;
}

.filter-box .select-box ul li {
  list-style: none;
  border-top: 0px solid #ddd;
}

.filter-box .select-box ul li a {
  font-size: 16px;
  cursor: pointer;
  padding: 2px 10px;
  display: block;
}

.filter-box .select-box ul li a:hover {
  background-color: #E8DCCB;
}

#select_button_web {
  width: 120px;
  padding-right: 25px;
  background-image: url(../images/icon/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 92% 11px;
  background-size: 12px;
  cursor: pointer;
}

#select_button_web svg {
  float: left;
  position: relative;
  top: 5px;
}

#select-box-web {
  width: 135px;
  left: 11px;
  top: 29px;
  padding: 6px 0;
}

#select_button_web svg {
  float: left;
  position: relative;
  top: 5px;
}

.select-box ul li a {
  font-size: 16px;
  cursor: pointer;
  padding: 2px 10px;
  display: block;
}

.filter_box_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.filter_box_title .filter.filter-right {
  position: relative;
  top: 0px;
  right: 0px;
  margin-top: 20px;
}

#select-box-web {
  width: 135px;
  left: 11px;
  top: 30px;
  padding: 6px 0;
  border: 0;
}

#select_button_web {
  width: 100%;
  padding-right: 25px;
  background-image: url(../images/icon/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 92% 11px;
  background-size: 12px;
  cursor: pointer;
  border-radius: 19px;
  text-align: center;
}

.artist_gallery .product_list {
  column-count: 4;
  column-gap: 40px;
}

.gallery-home h2 {
  margin-bottom: 28px;
}

.architech-section .title-box h2 {
  margin-bottom: 24px;
}

.product-item img {
  width: 100%;
}

.gallery-home .product-item img {
  width: 100%;
}

.hero-section .swiper-button-next img {
  position: relative;
  left: 12px;
  width: 38px;
  height: 38px;
}

.hero-section .swiper-button-prev img {
  position: relative;
  left: 12px;
  width: 38px;
  height: 38px;
}

.filter_mobile_view {
  display: none;
}

.blog-item .in-images img {
  width: 100%;
}

#collapseTwo .card-body,
#Artists_on_show .card-body {
  max-height: 280px;
  overflow-y: auto;
}

#collapseTwo .card-body::-webkit-scrollbar,
#Artists_on_show .card-body::-webkit-scrollbar {
  width: 8px;
  border-radius: 2px;
}

#collapseTwo .card-body::-webkit-scrollbar-track,
#Artists_on_show .card-body::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 2px;
}

#collapseTwo .card-body::-webkit-scrollbar-thumb,
#Artists_on_show .card-body::-webkit-scrollbar-thumb {
  background: #E8DCCB;
  border-radius: 2px;
}

#collapseTwo .card-body::-webkit-scrollbar-thumb:hover,
#Artists_on_show .card-body::-webkit-scrollbar-thumb:hover {
  background: #b9b0a2;
  border-radius: 2px;
}

.price-field {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
  padding-top: 15px;
  padding-left: 0;
  border-radius: 3px;
}

.price-field input[type=range] {
  position: absolute;
}

.price-field input[type=range] {
  width: 100%;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  -webkit-appearance: none;
}

.price-field input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.price-field input[type=range]:active,
.price-field input[type=range]:focus {
  outline: 0;
}

.price-field input[type=range]::-ms-track {
  width: 188px;
  height: 2px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: transparent;
  border-radius: 5px;
}

.price-field input[type=range]::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  margin-top: -7px;
  background-color: #D3B891;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-moz-range-thumb {
  /* Firefox */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

.price-field input[type=range]::-ms-thumb {
  /* IE */
  position: relative;
  appearance: none;
  margin: 0;
  border: 0;
  outline: 0;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin-top: -5px;
  background-color: #fff;
  cursor: pointer;
  cursor: pointer;
  pointer-events: all;
  z-index: 100;
}

/* Style track input range */

.price-field input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  background: #2E2E2E;
  border-radius: 5px;
}

.price-field input[type=range]::-moz-range-track {
  /* Firefox */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-field input[type=range]::-ms-track {
  /* IE */
  width: 188px;
  height: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
}

.price-wrap {
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 7px;
}

.price-wrap input {
  width: 100px;
  height: 32px;
  border-radius: 24px;
  outline: none;
  border: 1px solid #000000;
  padding: 0 10px;
  font-size: 15px;
  text-align: center;
  font-family: 'Raleway-Regular';
  background-color: white;
  pointer-events: none;
}

.price-wrap-1,
.price-wrap-2 {
  display: flex;
}

.price-wrap_line {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.price-wrap #one,
.price-wrap #two {
  text-align: center;
  outline: 0;
  font-size: 14px;
  font-weight: 400;
}

.price-wrap label {
  text-align: right;
  display: flex;
  align-items: center;
}

.price-field input[type=range]:hover::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.price-field input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 0.5px #fff;
  transition-duration: 0.3s;
}

.filter_affordable .filter select {
  margin: 0 5px;
}

.filter_affordable .filter.filter-box label.label {
  width: 55px;
  margin-left: 30px;
  font-family: 'Raleway-Bold';
}
.filter-box-mobile {
  padding-right: 30px;
}
.filter_affordable .filter.filter-box label.label-sort {
  font-family: 'Raleway-Bold';
}

.affordable-filter .filter_box_title {
  justify-content: right;
}

.affordable-filter .filter_box_title.filter_affordable {
  justify-content: space-between;
}

.affordable-banner {
  margin-top: 30px;
}

.affordable-filter .accordion-button {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Raleway-Regular';
  border: 1px solid #ddd;
  padding: 4px 8px;
  border-radius: 21px;
  border-top-left-radius: 21px !important;
  border-top-right-radius: 21px !important;
  padding-left: 15px;
}

.affordable-filter .filter label {
  font-size: 14px;
  font-family: 'Raleway-Regular';
}

.dropdown-art {
  display: none;
  position: absolute;
  z-index: 22;
  background-color: #F9F7F4;
  padding-left: 10px;
  top: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .105);
  padding-top: 10px;
  width: 200px;
  line-height: 14px;
}

.affordable-filter .filter-group .accordion {
  display: flex;
  justify-content: space-between;
}

.affordable-filter .accordion-item .accordion-button::after {
  background-image: url(../images/icon/arrow-down.svg);
  transform: scale(.9) !important;
  background-size: 13px;
  background-position: right 6px;
}

.affordable-filter .accordion-item .active .accordion-button:after {
  background-image: url(../images/icon/arrow-down.svg);
  transform: scale(.9) !important;
  background-size: 13px;
  background-position: right 6px;
}

.affordable-filter .filter-group .accordion .accordion-item {
  margin-right: 12px;
}

.affordable-filter .checkbox_label .checkmark:after {
  left: 5px;
  width: 10px;
}

.filter-box-left span.close {
  display: none;
}

@media screen and (min-width: 768px) {
  .Similar-section .product_list {
    column-count: initial;
    column-gap: inherit;
    display: flex;
    flex-wrap: wrap;
  }

  .Similar-section .product_list .product-item:nth-child(4n + 1) {
    margin-right: 20px;
  }

  .Similar-section .product_list .product-item:nth-child(4n + 2) {
    margin: 0 20px;
  }

  .Similar-section .product_list .product-item:nth-child(4n + 3) {
    margin: 0 20px;
  }

  .Similar-section .product_list .product-item:nth-child(4n + 4) {
    margin-left: 20px;
  }

  .sidebar_filter h3 {
    text-align: center;
    padding: 5px 0;
  }

  .sidebar_filter.product-gallery-filter h3 {
    text-align: left;
  }

  .product-gallery-section .product-list-box {
    padding-right: 0px;
  }

  .product-gallery-section.display-section .product-list-box {
    padding-right: 0px;
    width: 100%;
  }

  .product-list-box {
    width: calc(100% - 275px);
  }

  .affordable-products .product-list-box {
    width: calc(100% - 50px);
  }

  .Similar-section .product-item {
    width: calc(25% - 30px);
    min-width: calc(25% - 30px);
  }

  .filter_view_mobile {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .affordable-products .product-list-box {
    width: calc(100% - 275px);
  }

  .product-gallery-section .product-list-box {
    padding-right: 50px;
  }

  .product-list-box {
    width: calc(100% - 330px);
  }
}

@media screen and (min-width: 1024px) {
  .product-gallery-section .product-list-box {
    padding-right: 0px;
  }

  .product-list-box {
    width: calc(100% - 285px);
  }
  
}

@media screen and (max-width: 991px) {
  .filter-box-mobile {
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .filter-group-mobile .select-box ul {
    list-style: none;
    background-color: #faf8f4;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
    position: absolute;
    z-index: 9;
    width: 95px;
}
  .filter_box_title .filter.filter-right {
    margin-top: 0px;
  }
  .affordable-filter .filter_box_title.active .filter.filter-right{
    z-index: -1;
  }
  .affordable-filter .product_list .product-item {
    z-index: -1;
  }

  .dropdown-art {
    top: 32px;
    width: 100%;
  }

  .affordable-filter .filter-group .accordion .accordion-item {
    margin-right: 20px;
    padding-bottom: 15px;
    position: relative;
  }

  .filter-box-left span.close {
    position: absolute;
    right: 30px;
    top: 0;
    display: block;
    font-family: 'Raleway-SemiBold';
    width: 18px;
    border: 1px solid #000;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
  }

  .filter_affordable .filter.filter-box label.label {
    width: 100%;
    margin-left: 0;
    padding-right: 20px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .filter-box-left {
    display: none;
    position: fixed;
    top: 0;
    background-color: white;
    right: 0;
    width: 100%;
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .affordable-filter .filter_box_title .filter.filter-right {
    display: block;
  }

  .gallery-section.affordable-filter .title-box h2 {
    margin-bottom: 0;
  }

  .filter_view_mobile button {
    margin-top: 0;
    border-radius: 24px;
    border: 1px solid #000000;
    background-color: #FAF8F4;
    width: 90px;
    height: 30px;
  }

  .affordable-filter .filter-group .accordion {
    display: block;
    justify-content: space-between;
  }

  .filter-group.mobile_view_sort {
    display: none;
  }

  .filter_mobile_view {
    display: block;
  }

  .hero-section .swiper-button-next img {
    width: 30px;
    height: 30px;
  }

  .hero-section .swiper-button-prev img {
    width: 30px;
    height: 30px;
  }

  .select-button {
    width: 80px;
    border-radius: 19px;
    padding: 2px 12px;
  }

  .filter_row_box .filter-group button {
    border-radius: 19px;
    width: 95px;
  }

  .filter_row_box {
    justify-content: space-between;
  }

  .gallery-home .product-item img {
    width: 100%;
  }

  .product-item img {
    width: 100%;
  }

  .architech-section .title-box h2 {
    margin-bottom: 13px;
  }

  .gallery-home .product_list {
    column-count: 2;
    column-gap: 30px;
  }

  .display-section.product-gallery-section .product_list {
    column-count: 2;
    column-gap: 30px;
  }

  .product_blank {
    height: 150px;
    margin-top: 50px;
  }

  .product_blank img {
    width: 60px;
    margin-bottom: 14px;
  }

  .artist_gallery .product_list {
    column-count: 2;
    column-gap: 30px;
  }

  .Similar-section .product_list {
    column-count: 2;
    column-gap: 30px;
  }

  .filter_box_title .filter.filter-right {
    display: none;
  }

  .affordable-filter .filter_box_title .filter.filter-right {
    display: block;
  }

  .affordable-filter .filter_box_title .filter-right.filter-box-mobile {
    display: flex;
  }

  .affordable-filter #select_button_web {
    padding: 2px 7px;
    padding-right: 25px;
    margin-left: 4px;
  }

  .affordable-filter .filter_box_title {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .filter_box_title {
    margin-bottom: 15px;
  }

  .sidebar_filter span.close {
    opacity: 1;
  }

  .sidebar_filter h3 {
    display: block;
  }

  .filter_row_box select.newest {
    border: 0;
    background-color: transparent;
    padding-left: 30px;
    text-align: right;
    padding-right: 15px;
    -webkit-appearance: none;
    appearance: none;
  }

  .mobile_view {
    display: block;
  }

  .products_body {
    display: block;
  }

  .product_list {
    column-count: 2;
    column-gap: 30px;
  }

  .product-list-box {
    width: 100%;
  }

  .products_body .sidebar_filter {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    z-index: 1;
    overflow: auto;
    padding: 20px;
  }

  .products_body.artist-gallery .sidebar_filter {
    display: block;
    /* position: absolute; */
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    z-index: 1;
    overflow: auto;
    padding: 20px 0;
    max-width: 100%;
  }

  .accordion-button::after {
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: 17px;
  }

  .sidebar_filter h3,
  .artist_profile h5 {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .products_body .sidebar_filter {
    max-width: 100%;
  }
}