.bazario-checkout-form-billing {
  .woocommerce-billing-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    .form-row {
      abbr[title] {
        text-decoration: none;
      }
      margin: 0;
      padding: 0;
      margin-bottom: 15px;
      float: none;
      width: 100%;
      .label{
        font-size: 15px;
        line-height: 1.333333em;
        color: #3a3a3a;
        font-weight: 500;
        margin-bottom: 8px;
      }
      .woocommerce-input-wrapper {
        display: block;
      }
      .select2.select2-container {
        margin-bottom: 0;
        .select2-selection--single .select2-selection__rendered {
          color: inherit;
          padding: 0;
          font-size: inherit;
          line-height: inherit;
        }
        .select2-selection--single .select2-selection__arrow {
          display: block;
          top: 1px;
          transform: none;
          right: 1px ;
          background-image: none;
          height: 100%;
          >b {
            display: block;
            border-top-color: #888 ;
            border-width: 0;
          }
        }
        .select2-selection--single{
          position: relative;
          &::before {
            position: absolute;
            content: "\f347";
            font-size: 15px;
            color: #000;
            right: 15px;
            top: 50%;
            transform: translateY(-50%);
            font-family: dashicons;
          }
        }
      }
    }
  }
}
.bazario-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection, .bazario-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]), .bazario-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper select, .bazario-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea{
  font-size: 14px;
  line-height: 1.35em;
  border-radius: 3px;
  height: auto;
  padding: 10px 16px;
  width: 100%;
  background-image: none;
  box-shadow: none;
}
@media (min-width: 768px) {
  .bazario-checkout-form-billing #billing_first_name_field,.bazario-checkout-form-billing #billing_last_name_field {
    flex: 1 0 0%;
  }
}