/*
|--------------------------------------------------------------------------
| Color Variables
|--------------------------------------------------------------------------
*/
/************* Screen Sizes Breakpoints Variables *************/
/*
|--------------------------------------------------------------------------
| Screen Sizes Breakpoints Variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Grid Columns, Options
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Spacing variables
|--------------------------------------------------------------------------
*/
/*
|--------------------------------------------------------------------------
| Gutter Variables
|--------------------------------------------------------------------------
*/
/* Genral Functions - Non-site-specific Functionality */
/* Functions for colors*/
/*** Foundation Functions **/
.change-cust-ship-to .btns {
  margin-top: .25em; }
  .change-cust-ship-to .btns a.btn {
    margin-bottom: 1em; }

.change-cust-ship-to .si-step-2 .select-step {
  margin-bottom: 1em;
  position: relative; }

.change-cust-ship-to .si-step-2 .fulfillment-method {
  margin-bottom: 0 !important; }

.change-cust-ship-to .billto-selector .k-input, .change-cust-ship-to .shipto-selector .k-input {
  padding-right: 2em; }

.change-cust-ship-to .billto-selector + .icon-chevron-down, .change-cust-ship-to .shipto-selector + .icon-chevron-down {
  position: absolute;
  top: 2rem;
  right: 0.75rem;
  font-size: 1rem;
  cursor: pointer; }

@media all and (max-width: 767px) {
  .change-cust-ship-to .btns a.btn {
    width: 100%; } }

@media all and (min-width: 768px) {
  .change-cust-ship-to .btns {
    text-align: right; }
  .change-cust-ship-to .si-step-2 .btn {
    float: right;
    margin-left: 1em; } }

@media screen and (max-width: 480px) {
  .change-cust-ship-to .btns a.btn {
    display: flex;
    justify-content: center; } }

/*# sourceMappingURL=change-cust-ship-to.css.map */