/**
 * => Type 1 => Style 2
 **/
.bs-fpc-t1.bs-fpc-s2 {
  padding-left: 0; }
  .bs-fpc-t1.bs-fpc-s2 .fpc-input-section {
    font-size: 0;
    margin: 0;
    position: relative; }
  .bs-fpc-t1.bs-fpc-s2 .fpc-label-input {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 6px;
    color: #4f4f4f; }
  .bs-fpc-t1.bs-fpc-s2 .fpc-input {
    width: 100%; }
  .bs-fpc-t1.bs-fpc-s2 .fpc-select-field .fpc-input {
    width: auto;
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .bs-fpc-t1.bs-fpc-s2 .fpc-field {
    padding: 0;
    width: 100%; }
  .bs-fpc-t1.bs-fpc-s2 .fpc-field.fpc-field-uni {
    position: absolute;
    right: 0;
    width: auto; }
  .bs-fpc-t1.bs-fpc-s2 .fpc-input-section + .fpc-input-section {
    margin-top: 18px; }
  .bs-fpc-t1.bs-fpc-s2 .fpc-arrow {
    padding: 10px 0 0;
    position: relative;
    top: 6px; }
  .bs-fpc-t1.bs-fpc-s2 .fpc-switch-arrow {
    display: inline-block;
    margin: 15px 0 4px;
    color: #c7c7c7; }
  .bs-fpc-t1.bs-fpc-s2 .fpc-switch-arrow.bsfi-arrow-up-down:hover:before {
    color: #8f8f8f; }

.fpc-wrapper-body.fpc-style-3 {
  padding: 21px 24px 24px;
  display: block; }

@media (max-width: 470px) {
  .bs-fpc-t1.bs-fpc-s2 .fpc-field.fpc-field-uni {
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: #f8f8f8;
    margin-top: 10px; } }
