/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.27.4.1567496931
Updated: 2019-09-03 07:48:51

*/

.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row {
	display: unset;
}

/*box styles copied from old codeblue site*/
ian-box,
div.woo-sc-box {
  margin: 1em 0 1.5em 0;
  padding: 9px 10px 9px 50px;
  border-width: 1px 0 1px 0;
  color: #6f6f6f;
  text-shadow: none;
}
ian-box.rounded,
div.woo-sc-box.rounded {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
ian-box.alert,
div.woo-sc-box.alert {
  border-color: #f0baa2;
  background-color: #ffd9c8;
}
ian-box.download,
div.woo-sc-box.download {
  border-color: #d4ebaf;
  background-color: #edfcd5;
}
ian-box.tick,
div.woo-sc-box.tick {
  border-color: #d4ebaf;
  background-color: #edfcd5;
}
ian-box.info,
div.woo-sc-box.info {
  border-color: #e6e6e6;
  background-color: #f9f9f9;
}
ian-box.note,
div.woo-sc-box.note {
  border-color: #efe3ae;
  background-color: #fef6d2;
}
ian-box.normal,
div.woo-sc-box.normal {
  border-color: #e6e6e6;
  background-color: #f9f9f9;
}
#terms {
  float: left;
  width: auto;
  margin: 5px;
}
#shiptobilling-checkbox {
  float: left;
  width: auto;
  margin: 5px;
}
