.fr-fil {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.price_text {
  color: #ff5353ff;
}

.pd_detail_content iframe {
  max-width: 100%;
}

.pd_detail_content img {
  max-width: 100%;
}

.insignia {
  border-radius: 0.5rem;
  padding: 6px 8px;
  font-size: 0.875rem;
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  white-space: normal;
  vertical-align: baseline;
}

.insignia-gray {
  background: #dddddd;
  color: #393939;
}

.product-list-tab-bar{
  min-height:40px;
  width: 100%;
  padding: 5px;
font-size: 13px;
  font-weight: 500;
  color: #999999;
}

@media (min-width: 768px) {
  .pd-box {
    padding: 15px 20px;
  }
}

.block-inner{
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
}

.productsHeader__name{
  font-size: 24px;
  width:100%;
  text-align: center;
font-weight: 500;
  margin: 0;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .productsHeader__name{
    width:auto;
    text-align: left;
    white-space: nowrap;
  }
}
h1, h2 {
  letter-spacing: 2px;
}
.productsHeader__dropdown{
  gap:10px;
}
.productsHeader__dropdown {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.productsHeader__dropdown__text{
  height:40px;gap:10px;
}

.MenuPanel-nestedList{
  display: flex;
  font-weight: 500;
  font-size: 15px;
  align-items: center;
  cursor: pointer;
  padding: 15px;
}