.sort_offcanvas {
  width: 320px !important;
  border-radius: 8px 0px 0px 8px !important;
}

.sort_offcanvas .offcanvas-header {
  padding: 80px 15px 0;
}

.sort_offcanvas .offcanvas-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #202020;
}
.sort_offcanvas .form-check-input:checked {
  background-color: #75438e !important;
  border-color: #75438e !important;
}
.sort_offcanvas .sort_option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 400;
}
.sort_offcanvas .form-check-input {
  border: 1px solid #000000;
}

@media (max-width: 575px) {
  .sort_offcanvas .offcanvas-title {
    font-size: 20px;
  }
}
