/**
* Theme Name: Zota Child
* Description: This is a child theme for Zota
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.0
* Template: zota
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.woocommerce form .form-row .input-text, .woocommerce form .form-row select {
  font-family: inherit;
  font-weight: 400;
  letter-spacing: normal;
  padding: .5em;
  display: block;
  background-color: var(--wc-form-color-background,#fff);
  border: var(--wc-form-border-width) solid var(--wc-form-border-color);
  border-radius: var(--wc-form-border-radius);
  color: var(--wc-form-color-text,#000);
  box-sizing: border-box;
  width: 100%;
  margin: 0;
    margin-bottom: 0px;
  line-height: normal;
  height: 50px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
  display: block;
  background:none;
    background-size: auto;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -8px 0 0;
}
