
[type="radio"]{
  border-width: 0!important;
  padding:0.875rem!important;
  margin: 0;
}

[type="checkbox"]{
  padding:0.875rem!important;
  border: none;
}

picture{
  flex-shrink: 0;
}
.break-word{
  word-break: break-word;
}
.isactive{
  color: #fff;
  background-color: #fa0505;
  border-color: #fa0505!important;
}

.sub-pro li{
  background-color: #f3f5f5;
}
.sub-pro li.sub-active{
  color: #fa0505;
  background-color: #fef2f3;
}

.canNotClick{
  opacity: 0.85;
  color: #a6a9a9;
  pointer-events: none;
}

.afg-antennaBtn::after,
.filteritemTitle::after{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url('./icon/arrow-down.svg') no-repeat center center/contain;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.is-show > .afg-antennaBtn::after,
.is-show > .filteritemTitle::after{
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.afg-antennaBtn{
  width: 24px;
  height: 24px;
}
.afg-antennaBtn::after{
  background-size: 24px auto;
}

input:focus{
  box-shadow: none!important;
}
@media (max-width: 1024px){
  .afg-filters{
      right: -102%;
  }
  .afg-filters.is-show{
    right: 0;
  }
}

@media (max-width: 640px){
  .afg-thead{
      display: none;
  }
  .afg-tr td{
      display: block;
      text-align: right;
  }
  .afg-tr td::before{
      content: attr(data-title) ": ";
      float: left;
      font-weight: 600;
      margin-right: 20px;
  }
  .afg-tr td > *{
      float: right;
      max-width: 70%;
  }
  .afg-tr td::after{
      content: "";
      display: block;
      clear: both;
      height: 0;
  }
}
