.tfd_best_buying_guid_container {
  display: flex;
  border-radius: 5px;
  padding-left: 20px;
  flex-direction: column;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 2px #e7e7e7;
  padding: 5px;
  background: hsl(60, 100%, calc(94% + 0 * 2%));
}

/* this is for the varient box  */
.tfd_var_box {
  margin-top: 0;
}
@media (max-width: 750px) {
  .tfd_var_box {
    width: 100%;
  }
}
.tfd_var_box {
  position: relative;
  width: 100%;
  border: 1px solid gainsboro;
  background: white;
  border-radius: 5px;
  margin: 6px 0;
}
.tfd_var_box-header {
  display: flex;
  align-items: center;
  padding: 10px 12px;
}
.tfd_var_box-title {
  flex: 1;
}
.tfd_var_box-header h2,
.tfd_var_box > h3 {
  font-size: 1.2858rem;
  font-weight: 500;
  line-height: 1.3333;
}
.tfd_var_variants.compact {
  display: flex;
  margin: 0 24px 10px 12px;
}
.tfd_var_variants.compact > div.active {
  border: 2px solid #007af5 !important;
  box-shadow: 1px 1px 4px #c7c7c7;
}
.tfd_var_variants.compact > div {
  flex: 0 0 33.3333%;
  margin-right: 6px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 2px #e7e7e7;
  border-radius: 4px;
  padding: 4px 10px;
}
.tfd_var_variants > div.active {
  font-weight: 700;
  background: aliceblue;
}
.tfd_var_variants > div {
  font-size: 12px;
  color: #666;
  cursor: pointer;
}
.tfd_var_variants.compact > div > a {
  word-break: break-all;
}
.tfd_var_variants > div > a {
  font-size: 14px;
  margin-bottom: 4px;
}
.sm-btn.flat {
  background: var(--ora-btn-color);
}
.pg-dlp-buy a:hover.sm-btn {
  color: var(--white);
}
.clamp-2,
.i-clamp-2 > * {
  max-height: 3em;
  -webkit-line-clamp: 2;
}
*[class^="clamp-"],
*[class*=" clamp-"],
*[class*="i-clamp-"] > * {
  box-sizing: content-box;
  display: block;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  max-height: 3em;
}
.pg-dlp-price {
  display: grid;
  grid-gap: 0 10px;
  grid-template:
    "price mrp logo"
    "line line logo" / auto 1fr 100px;
  align-items: center;
  margin: 12px;
  flex: 1;
}
.pg-dlp-price .price {
  grid-area: price;
  font-size: 16px;
  color: green;
  font-weight: 700;
}
.pg-dlp-price .mrp {
  grid-area: mrp;
  font-size: 12px;
  color: var(--color-text-light);
  text-decoration: line-through;
}
.pg-dlp-price .line {
  grid-area: line;
  font-size: 12px;
  color: var(--color-text-light);
}
.pg-dlp-price .logo {
  grid-area: logo;
  height: 33px;
}
.pg-dlp-buy {
  margin: 0.4286rem 0.8572rem 0.8572rem;
}
.sm-img {
  max-width: 100%;
  max-height: 100%;
  font-size: 0;
  object-fit: contain;
}

.pg-dlp-buy .sm-btn {
  width: 100%;
  height: 3.1431rem;
}
.pg_dlp_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid gainsboro;
  margin-bottom: 5px;
}
@media (max-width: 750px) {
  .pg_dlp_wrap {
    display: block;
  }
}
