/* used_product */
.used_product{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.used_product a{
  background: #FFFFFF;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  margin-top: 20px;
width: calc(25% - 15px);
  box-sizing: border-box;
}
.used_product a:hover{
  box-shadow: 0px 7px 35px 0px rgba(3,41,104,0.18);
}

.used_product a:last-child:nth-child(4n - 1) {
  margin-right: calc(24% + 4% / 3);
}
.used_product a:last-child:nth-child(4n - 2) {
  margin-right: calc(48% + 8% / 3);
}

.used_product a > div:first-child{
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  justify-content: center;
  height: 256px;
}
.used_product a > div:first-child img{
  height: 100%;
  /* max-width: 100%; */
}
.used_product a > div:last-child{
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.used_product a > div:last-child h3{
  font-weight: bold;
  font-size: 20px;
  line-height: 1.25;
  margin:12.5px 0 0;
  overflow: hidden; 
  white-space: nowrap;
  text-overflow: ellipsis;

}

.used_product a > div:last-child div:nth-child(2){
  display: flex;
  align-items: center;
  margin-top: 14.5px;
}

.used_product a > div:last-child div:nth-child(2) span{
  font-weight: 500;
  font-size: 14px;
  color: #1F2129;
}
.used_product a > div:last-child div:nth-child(2) p{
  font-size: 15px;
  margin: 0 5px;
}

.used_product a > div:last-child div:nth-child(3){
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin: 20px 0;
}
.used_product a > div:last-child div:nth-child(3) span:first-child{
  font-weight: 600;
  font-size: 14px;
  font-family: "OpenSans-SemiBold";
}


.used_product a > div:last-child div:nth-child(3) p{
  font-weight: 400;
  font-size: 20px;
  display: flex;
  display: block;
  align-items: center;
  color: #FF6B08;
  font-family: "dinpro-medium";
}

.used_product a > div:last-child div:nth-child(3) span:last-child{
  background: linear-gradient(-90deg, #0258FF, #3673FF);
  border-radius: 5px;
  font-weight: 400;
  font-size: 12px;
}
.used_product a > div:last-child div:nth-child(4){
  background: #EEEFF1;
  width: 100%;
  
  height: 1px;
}

.used_product a > div:last-child div:nth-child(5){
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}

.used_product a > div:last-child div:nth-child(5) span{
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.used_product a > div:last-child div:nth-child(5) p{
  width: 1px;
  margin:  0 15px;
  height: 14px;
  background: #EEEFF1;
}


.used_product a > div:last-child div:nth-child(5) span img{
  margin-right: 5px;
}

.used_product a > div:last-child div:last-child{
  border-radius: 4px;
  border: 1px solid #0052D9;
  font-weight: 300;
  font-size: 16px;
  font-family: "OpenSans-Light";
  padding: 10px;
  box-sizing: border-box;
  color: #0052D9;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}


.selection > ul > div > .active,
.selection > .year > div > .active{
    background: #0258FF !important;
    border-radius: 2px;
    color: #FFFFFF;
}
.selection > ul > div {
display: flex;
    align-items: center;

}
.selection > ul > div > li:hover,
.selection > .year > div > li:hover{
    background: #DFEEFC;
    border-radius: 2px;
}
.selection > ul > div > li,
.selection > .year > div > li{
    margin-right: 20px;
    position: relative;
}
.selection > ul > div > li > a{
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    width: fit-content;
}











  @media screen and (min-width:992px){

  }
  @media screen and (min-width:768px) and (max-width:991px) {

  }
  /* m */
  @media screen and (max-width:767px){
 body{
  background: #fff;
 }


/* product */

.used_product a{
  width: 100%;
  flex-wrap: nowrap;
  margin-top: 10px;
  padding: 9px 0;

}
.used_product a:last-child:nth-child(4n - 2){
  margin-right: 0;
}
.used_product a > div:first-child{
  width: 35%;
  margin-right: 10px;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
}
.used_product a > div:first-child img{
  width: 100%;
  height: 100%;
}
.used_product a > div:last-child{
  width: 65%;
  padding:  0 ;
}
.used_product a > div:last-child h3{
  order: 1;
  margin-top: 0;
  font-size: 14px;
  white-space: wrap;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;

}
.used_product a > div:last-child div:nth-child(3){
  order: 3;
  margin: 0;
}
.used_product a > div:last-child div:nth-child(2){
  order: 2;
  margin: 3px 0 7px;
}
.used_product a > div:last-child div:nth-child(5){
  display: none;
}
.used_product a > div:last-child div:nth-child(5) p{
  display: none;
}
.used_product a > div:last-child div:nth-child(5) span{
  background: #F7F8FC;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: 500;
  padding: 5px;
  font-size: 11px;
  color: #828CA0;
}
.used_product a > div:last-child div:nth-child(3) p{
  font-size: 15px;
}
.used_product a > div:last-child div:nth-child(3) span:last-child{
  font-weight: 400;
  background: linear-gradient(-90deg, #0258FF, #3673FF) !important;
  font-size: 12px;
  color: #FFFFFF;
  padding: 5.5px;
}
header div:last-child{
  opacity: 1;
}

header{
  background: linear-gradient(180deg, #D6ECFF, #fff);
  position: fixed;
  top: 0;
  left: 0;
}
.header{
  display: block;
  background: #fff;
}
.header > div:first-child,
.header > div:nth-child(3),
.header > a{
  display: none;
}

.header > .find{
  margin-top: 18px;

}
.used_product a{
  margin: 0;
  border-radius: 0;
  border-bottom: 1px solid #E7E7EB;
}
.used_product a:last-child{
  border-bottom: none;
}

.used_product a > div:last-child div:nth-child(2) span{
  color: #828CA0;
  font-style: 11px;
}
.used_product a > div:last-child div:nth-child(2) p{
  margin:  0  2.5px;
  color: #828CA0;
}


.selection > ul > p span{
  width: fit-content;
}

.selection > ul li:nth-child(2){
  display: block;
}

.selection{
  padding:0 10px;
  margin-bottom: 10px;
}


.selection > ul div{
  position: fixed;
  display: none ;
  z-index: 222;
  background: #fff;
  border-bottom: 1px solid #0052D9;
  left: 0;
  padding: 10px 10px 0;
  top:  130px !important;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.selection > ul div .active{
  background: #DEEDFB !important;
border-radius: 2.5px !important;
}
.selection > ul div li:first-child{
  display: none;
}
.selection > ul div li{
  padding: 8px;
  width: fit-content;
  margin-bottom: 10px;
  margin-right: 10px !important;
  background: #F7F8FC;
  float: left;
  border-radius: 2.5px;
}
.selection > ul div li a{
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  justify-content: center;
  padding: 0;
}
.selection > ul{
  width: fit-content;
  order: 2;
  justify-content: start;
  background: #F7F8FC ;
  border-radius: 2.5px ;
  padding: 5px !important;
  margin-right: 8px;
  color: #1F2129 ;
}
.selection > ul > p{
  width: fit-content !important;
  padding: 0 !important;
  
}
.selection > .brand{
  order: 1;
  width: fit-content;
}







    

  }



























