﻿.sellerinfo {
  font-family: IRANSansFaNum !important;
}
.sellerinfo ul {
  list-style: none;
  padding: 0;
}
.sellerinfo ul > li {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .sellerinfo ul > li {
    padding: 0;
  }
}
.sellerinfo ul > li > div {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  padding: 0 12px 12px;
  margin-bottom: 10px;
  transition: all 400ms;
  min-height: 260px;
  height: auto;
  overflow: hidden;
}
.sellerinfo ul > li > div ul {
  list-style: none;
}
.sellerinfo ul > li > div ul li {
  display: flex;
  height: 32px;
  line-height: 1.3;
}
.sellerinfo ul > li > div ul li i {
  color: #5a5a5a;
  vertical-align: middle;
  font-size: 16px;
}
.sellerinfo ul > li > div ul li:nth-child(3) .info__entry {
  direction: ltr;
}
.sellerinfo ul > li > div ul li:nth-child(4) {
  height: 64px;
}
@media (max-width: 768px) {
  .sellerinfo ul > li > div ul li:nth-child(4) {
    height: auto;
    overflow: unset;
    padding-bottom: 10px;
  }
}
.sellerinfo ul > li > div ul li:nth-child(4) .info__entry {
  line-height: 1.6;
}
.sellerinfo ul > li > div:hover {
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid white;
}
.sellerinfo ul > li .agent__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 42px;
}
.sellerinfo ul > li .info__label {
  color: #5a5a5a;
  min-width: 74px;
  font-size: 13px;
  padding-right: 5px;
}
.sellerinfo ul > li .info__entry {
  color: #000;
  font-weight: normal;
  overflow: hidden;
  font-size: 13px;
}
.sellerinfo ul > li .agent__code {
  margin-bottom: 15px;
}
.sellerinfo ul > li .agent__code span {
  display: inline-block;
  background-color: #d3021d;
  color: white;
  border-radius: 0 0 10px 10px;
  padding: 3px 20px;
}
.sellerinfo ul > li .agent__score {
  display: flex;
  align-items: baseline;
  direction: rtl;
  white-space: nowrap;
  margin-top: 7px;
  padding: 3px 8px;
  background-color: #f3f3f3;
  border-radius: 7px;
  color: #000;
  font-size: 14px;
}
.sellerinfo ul > li .agent__score-label {
  color: #5a5a5a;
  margin-left: 4px;
}
.sellerinfo ul > li .agent__score-value {
  color: #d3021d;
  line-height: 1;
}
.sellerinfo ul > li .agent__score-max {
  color: #5a5a5a;
  margin-right: 2px;
}
.sellerinfo ul > li .agent__location {
  text-align: left;
}
.sellerinfo ul > li .agent__location a {
  display: inline-block;
  color: #000;
  background-color: #efefef;
  padding: 8px 10px;
  border-radius: 7px;
  font-size: 13px;
  text-decoration: none;
}
.sellerinfo ul > li .agent__location a:hover {
  background-color: #d3021d;
  color: white;
}
.sellerinfo ul > li .agent__video {
  margin-top: 12px;
}
.sellerinfo ul > li .agent__video-title {
  color: #5a5a5a;
  font-size: 13px;
  margin-bottom: 6px;
}
.sellerinfo ul > li .agent__video video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 120px;
  max-height: 260px;
  background-color: #000;
  border-radius: 10px;
  object-fit: contain;
}
