.autoship-widget-iframe {
  border: none;
  width: 100%;
  height: 100%; }

#autoship-select-frequency-dialog, #autoship-select-next-occurrence-dialog {
  display: none;
  position: fixed;
  top: 100px;
  right: 100px;
  height: 400px;
  width: 400px;
  background: white;
  border: 1px solid black;
  z-index: 10000; }

#autoship-customer-bot {
  position: relative;
  height: 350px;
  width: 100%;
  border: 1px solid gray; }

.autoship-schedule-cart {
  position: relative;
  width: 100%; }
  .autoship-schedule-cart .frequency-title {
    white-space: nowrap; }
    .autoship-schedule-cart .frequency-title h3 {
      width: 60%;
      display: inline-block;
      margin-right: 0;
      margin-left: 0;
      white-space: normal; }
    .autoship-schedule-cart .frequency-title .next-occurrence {
      width: 40%;
      display: inline-block;
      margin-right: 0;
      margin-left: 0;
      white-space: normal; }
  .autoship-schedule-cart table.autoship-schedule-cart-items {
    border: none; }
    .autoship-schedule-cart table.autoship-schedule-cart-items td {
      border: none; }
  .autoship-schedule-cart .autoship-schedule-cart-item {
    margin-top: 5px;
    margin-bottom: 5px; }
    .autoship-schedule-cart .autoship-schedule-cart-item img {
      width: 25px; }

.autoship-schedule-options {
  margin: 20px 0; }
  .autoship-schedule-options .frequency-type-label {
    font-weight: bold; }
  .autoship-schedule-options .autoship-old-price {
    color: grey;
    text-decoration: line-through;
    font-style: italic; }
  .autoship-schedule-options .autoship-discounted-price {
    color: red; }
  .autoship-schedule-options select {
    display: inline; }
  .autoship-schedule-options select.autoship-frequency-select .current-frequency {
    font-weight: bold; }
  .autoship-schedule-options .loading {
    display: none; }
  .autoship-schedule-options .autoship-frequency {
    display: none; }
  .autoship-schedule-options .autoship-frequency.active {
    display: block; }

.autoship-schedule-options.hidden {
  display: none; }

.autoship-schedule-options.loading > * {
  display: none; }
.autoship-schedule-options.loading .loading {
  display: block; }

/*# sourceMappingURL=style.css.map */
