.t-store__filter__input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
}

.t-store__filter__input button {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.t-store__sort-select {
  width: 100%;
  height: 42px;
  padding-left: 15px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.t706__carticon-text {
    display: none;
}

::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #800000;
}

::-webkit-scrollbar:horizontal {
  display: none;
}

#rec185314837 {
    border-top: 1px solid #3d3d3d;
}