#sort-items table {
  display: none; }

#sort-items .is-selected {
  display: table; }

#sort-items2 table {
  display: none; }

#sort-items2 .is-selected {
  display: table; }

#sort-items3 table {
  display: none; }

#sort-items3 .is-selected {
  display: table; }

.checkbox-wrap {
  text-align: center;
  line-height: 2rem; }

.checbox-txt {
  margin-bottom: 1.5rem; }

.check-label {
  margin-right: .7rem; }

input[type="checkbox"] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute; }

input[type="checkbox"] + span::before {
  display: inline-block;
  content: '';
  width: 1rem;
  height: 1rem;
  border: 2px solid #ccc;
  margin-right: .5rem;
  vertical-align: -2px; }

input[type="checkbox"]:checked + span::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline fill='none' stroke='%230bd' stroke-width='3' points='2,7.3 7.3,12.7 18,2 '/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 0 2px; }

@media (max-width: 599px) {
  .checkbox-wrap {
    text-align: left;
    margin-left: 10px; }

  .check-label {
    display: inline-block;
    width: 7.5rem; } }
