.custom-control {
  line-height: initial;
}

.custom-control-label:hover {
  cursor: pointer;
}

.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #F3F3F9;
  border: 2px solid #D4D3E3;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
    overflow: hidden;
}

.sort__buttons--title {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sort__buttons--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: calc(100% - 175px);
}
.sort__buttons--button label{
    margin-bottom: 2px !important;
    margin-left: 8%;
    margin-right: 2%;
}
.sort__buttons--button label:hover,
.sort__buttons--button label:focus,
.sort__buttons--a[type='radio']:hover,
.sort__buttons--a[type='radio']:focus{
    cursor: pointer;
}
input[type='radio']{
    position: relative;
}
input[type='radio']:after {
    width: 16px;
    height: 16px;
    border-radius: 15px;
    top: 12px;
    left: 0px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
input[type='radio']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 15px;
    top: 12px;
    left: 0px;
    position: relative;
    background-color: #FF6D02;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
input[type='radio']:checked{
    border-color: #FF6D02;
}
#listTabs .btn__sort{
    background-color: #FF6D02;
    color:#fff;
}
#listTabs .btn__sort:hover{
    color:#080957;
}
.sort__buttons--a {
  background-color: #fff;
  color: #A5A5B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
  height: 40px;
  line-height: 40px;
  width: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  font-weight: bold;
}

.sort__buttons--a:hover {
  border: 1px solid #FF6D02;
  color: #FF6D02;
}

.filters__done, .filters__category {
  background-color: #F3F3F9;
  border: 1px solid #D4D3E3;
  padding: 1em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
}

.filters__doneSpan {
  border-bottom: 2px solid #FF6D02;
  padding-bottom: 0.6em;
  width: 50%;
  text-align: right;
}

.filters__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  height: 38px;
  border-radius: 10px;
  background-color: #D4D3E3;
  border: none;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.awsomeSliderHolder__offerdiv {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 10%;
  right: -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.awsomeSliderHolder__offerdiv img {
  position: relative;
}

.awsomeSliderHolder__offerdiv strong {
  position: absolute;
  top: 12%;
}

.awsomeSliderHolder__div {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  background-color: #fff;
  border: 1px solid #D4D3E3;
  width: 100%;
  border-radius: 1px solid #d4d3e3;
  border-radius: 15px;
  margin-top: 2em;
}

.awsomeSliderHolder__div:hover {
  border: 1px solid #FF6D02;
}

.awsomeSliderHolder__content {
  padding: 1em;
    box-sizing: border-box;
    height: 40%;
    overflow: hidden;
}
.awsomeSliderHolder__name,
.awsomeSliderHolder__model{
    text-align: right;
    padding: .5em 0;
    box-sizing: border-box;
    height: 60px;
    line-height: 18px;
    overflow: hidden;
}
.awsomeSliderHolder__name strong,
.awsomeSliderHolder__model span{
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    height: 60px !important;
    font-size: 12px;
}

.awsomeSliderHolder__image {
    padding: 1em;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display : flex;
    align-items : center;
    justify-content: center;
}
.awsomeSliderHolder__image .awsomeImg{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.awsomeSliderHolder__image img {
    max-width: 100%;
    width:auto;
    max-height: 100%;
    border-radius: 15px 15px 0 0;
}

.awsomeSliderHolder__stars {
  text-align: right;
}

.awsomeSliderHolder__price {
  color: #FF6D02;
  font-size: 12px;
    height: 42px;
    overflow: hidden;
}
.awsomeSliderHolder__price strong{
    display: block;
}

.awsomeSliderHolder__price strong:nth-last-of-type(1) {
  text-decoration: line-through;
}

.awsomeSliderHolder__offer {
  position: absolute;
  top: 0;
  right: -12px;
}

.stuffPagin {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.filters__brandInput {
  position: relative;
}

.filters__brandInput input {
  background-color: #fff;
  border: 1px solid #D4D3E3;
  border-radius: 32px;
  height: 35px;
  line-height: 35px;
  width: 100%;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.filters__brandInput a {
  position: absolute;
  left: 10px;
  bottom: 10%;
}

.filters__brandInput a img {
  width: 25px;
}

.filters__brandList {
  margin-top: 1em;
  overflow-y: overlay;
  max-height: 200px;
}

.filters__checkContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px;
}

.filters__checkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filters__checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #D4D3E3;
  border-radius: 50%;
}

.filters__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.filters__checkContainer input:checked ~ .filters__checkmark {
  background-color: #FF6D02;
}

.filters__checkContainer input:checked ~ .filters__checkmark::after {
  display: block;
}

.range-slider {
  position: relative;
  height: 80px;
}

.js-input-from,
.js-input-to {
  background-color: transparent;
}
/*# sourceMappingURL=stuffList.css.map */
/* new styles 2020/07/11 */
.listItems{
    width:23%;
    margin-left: 2%;
    margin-bottom: 20px;
}
#stuffListTab{
    width: 100%;
    box-sizing: border-box;
    margin: 1rem;
    margin-top: 0px;
}
.tab-content{
    padding: 0;
    border: 0;
}

@media screen and (max-width: 1140px){
    .awsomeSliderHolder__image {
        width:175px;
        height: 175px;
    }
}
@media screen and (max-width: 1024px) {
    .awsomeSliderHolder__image {
        width:150px;
        height: 150px;
    }
}
@media screen and (max-width: 960px) {
    .listItems{
        width:31%;
    }
}
@media screen and (min-width: 768px) {
    #stuffListTab{
        display: none;
    }
}
@media screen and (max-width: 540px) {
    .listItems{
        width:48%;
    }
}
@media screen and (max-width: 480px){
    .sort__buttons--button label{
        margin-left: 5%;
        margin-right: 1%;
    }
    .sort__buttons--a {
        background-color: #fff;
        color: #A5A5B2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 15px;
        height: 40px;
        line-height: 20px;
        width: 20px;
        align-items: center;
    }
}
@media screen and (max-width: 360px) {
    .listItems{
        width:100%;
        margin-left: 0;
    }
    .awsomeSliderHolder__image {
        width:200px;
        height: 200px;
    }
}
