body {
  --primary: #B27C57;
  --text: #5A4942;
  --grey: #F6F6F6;
  --font-primary: Georgia, sans-serif;
  font-family: var(--font-primary);
}

a {
  color: var(--text);
}

mark {
  background-color: var(--primary);
  color: #fff;
  padding: 2px;
}

.product-colors {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.product-colors li {
  margin-right: 5px;
}

.product-colors li span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: block;
}

.place-order .button,
.wc-proceed-to-checkout .checkout-button {
  background-color: var(--primary)!important;
  transition: .4s all;
  border-radius: 0;
}

.woocommerce-shipping-totals.shipping {
  display: none!important;
}

textarea::placeholder,
input::placeholder,
textarea,
select,
input {
  font-family: Georgia, sans-serif!important;
  color: var(--text)!important;
}

.select2-container--default .select2-selection--single {
  background-color: var(--grey)!important;
  border-radius: 0!important;
  border: none!important;
  height: 40px;
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--text);
}

.select2-container--open .select2-dropdown--below {
  background-color: var(--grey);
  border: none;
  border-radius: 0;
  font-family: 
}

.select2 * {
  font-family: var(--font-primary)!important;
}

.woocommerce-MyAccount-navigation .is-active a {
  background-color: var(--primary);
}

.woocommerce-MyAccount-navigation ul a {
  border: 2px solid var(--primary);
  padding: 10px;
}

.woocommerce table.shop_table {
  border-radius: 0;
  background-color: var(--grey);
}

.woocommerce-MyAccount-navigation,
.woocommerce-column.woocommerce-column--1 {
  margin-bottom: 20px;
}

.woocommerce-column__title {
  font-size: 20px;
}

.woocommerce-Address-title .edit {
  background-color: var(--primary);
  width: 30px;
  height: 30px;
}

.woocommerce-Address-title .edit::after {
  width: 18px;
  height: 18px;
  background-size: cover;
}

@media screen and (min-width:768px) {
  .woocommerce-MyAccount-navigation,
  .woocommerce-column.woocommerce-column--1 {
    margin-bottom: 0;
  }
}