/*
Theme Name: Baker Child
Theme URI: https://baker.qodeinteractive.com/landing/
Description: A child theme of Baker Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.1
Text Domain: baker
Template: baker
*/


#ms_addresses, #shipping_dropoff, .address-select {
  width: 100%;
  position: relative;
  display: block;
  vertical-align: middle;
  margin: 0 0 15px;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 13px;
  line-height: 20px;
  font-weight: inherit;
  color: #666;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
}

#shipping_dropoff_field {
  width: 100% !important;
}
.wc-shipping-multiple-addresses.shop_table.cart {
  margin-bottom: 15px;
  margin-top: 15px;
}

.address-block .buttons {
  position: relative !important;
  text-align: left !important;
}

.address-block .buttons .button{
  margin-top: 15px !important;

}

.wcms-address-form {
  padding-bottom: 15px;
}

#wcms_message {
  background-color: lightpink;
}

.nutie-postcode-checker__form {
  display: flex;
  flex-direction: row;
  max-width: 400px;
}