.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;
}


.main-card {
    width: 100%;
    border-radius: 10px;
    border: 18px solid white;
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
}

.bgw-input {
    width: 100%;
    height: 40px;
    padding: 0px 18px;
    border-radius: 10px;
    appearance: none;
    border: 0px solid var(--background-4);
    background-color: var(--main-white);
}

.bgw-input:focus {
    outline: 0;
}

.bgw-input-readonly {
    background-color: var(--background-3);
    width: 100%;
}

.bgw-input-readonly:focus-visible {
    outline: 0;
}


.c_select {
    display: flex;
    padding: 7px 30px 7px 18px;
    min-width: 140px;
    max-height: 40px;
    align-items: center;
    gap: 6px;
    border-radius: 10px;
    border: 1px solid #ddd;
    background: transparent url('https://d3jnmi1tfjgtti.cloudfront.net/file/234285319/1718100926212-Vector 89.png')
    no-repeat;
    background-position-x: calc(100% - 12px);
    background-position-y: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.c_select_w_100 {
    width: 100%;
}