.xb-wishlist-header-auto__svg svg {
    width: 25px;
    height: 25px;
}

select[class="xb-list-style__select"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 50%;
  padding: 10px 40px 10px 12px; 
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'><path d='M1 1l6 6 6-6' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 9px;

  box-sizing: border-box;
  cursor: pointer;
}

select[class="xb-list-style__select"]:focus {
  outline: none;
  border-color: #7aa7ff;
  box-shadow: 0 0 0 3px rgba(122,167,255,0.12);
}
select[class="xb-list-style__select"]:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select[class="xb-list-style__select"].dark {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'><path d='M1 1l6 6 6-6' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
table {
    border: unset !important;
}
thead.xb-list-style__thead tr th:first-child {
    font-size: 23px;
    font-weight: 500;
}


