.fs-preview-header {
  display: none;
}
.fs-c-productListCarousel__list__item > * + * {
  margin: 0;
}
.fs-c-heading--page {
    font-size: 28px;
    letter-spacing: 0;
    border-bottom: 2px solid #b72824;
    font-weight: bold;
}
@media (min-width: 1px) and (max-width: 767px) {
  .fs-c-heading--page {
    letter-spacing: 0.14em;
    padding: 10px 0;
  }
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
    border-color: #c00d23;
}
.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
    background: #c00d23;
}
.fs-c-radio__radioMark {
    border-color: #c00d23;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
   background: #c00d23;
   border-color: #c00d23;
}
.fs-c-checkbox__checkMark {
   border-color: #c00d23;
}

input:focus {
 outline: none;
}

.top_contens.height-auto {
height: auto;
padding-bottom: 100px;
}

.top_contens.height-auto .top_products_item_name {
margin-bottom: 4px;
}

.top_products_ul {
justify-content: space-around !important;
}

.is-caution {
text-align: center;
display: block;
margin-bottom: 24px;
font-size: 14px;
}

.fs-c-slick .slick-track {
display:flex;
}

.fs-pt-carousel__track.slick-initialized .slick-slide {
height: auto;
display:flex;
flex-direction: column;
justify-content: flex-end;
}