@charset "UTF-8";
/**

IndieMade variables for Habitat and sub themes

 */
/**
 * habitat and sub theme mixins
 */
.path-cart .btn, .path-checkout .btn {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
.path-cart fieldset > legend > span, .path-checkout fieldset > legend > span {
  font-weight: 500;
}

/** Cart page **/
.path-cart .cart-form {
  font-family: Roboto, sans-serif;
  font-weight: normal;
}
.path-cart .cart-form input[type=number] {
  min-width: unset;
  width: 60px;
  -moz-appearance: textfield;
}
.path-cart .cart-form input[type=number]::-webkit-inner-spin-button {
  display: none;
}
.path-cart .cart-form .form-actions {
  float: right;
  margin: 2rem 0;
}
.path-cart .cart-form .product-title a {
  color: inherit;
}
.path-cart .cart-form table, .path-cart .cart-form thead, .path-cart .cart-form tbody, .path-cart .cart-form th, .path-cart .cart-form td {
  display: block;
}
.path-cart .cart-form tr {
  display: grid;
  grid-template-columns: auto 1fr auto auto auto auto auto;
  align-items: center;
}
.path-cart .cart-form table {
  width: 100%;
  margin-bottom: 30px;
  color: black;
}
.path-cart .cart-form table tbody {
  border-style: solid;
  border-width: 1px 0 0;
}
.path-cart .cart-form table tbody tr {
  border-style: solid;
  border-width: 0 0 1px;
  padding: 20px 0;
}
.path-cart .cart-form table tbody td:not(:first-child) {
  padding: 0 20px;
}
.path-cart .cart-form table tbody td.product-preview-wrapper .btn-wrapper {
  display: none;
}
.path-cart .cart-form table tbody td.price-and-quantity {
  text-align: right;
}
.path-cart .cart-form table thead th {
  padding: 10px 20px;
  text-align: left;
  font-weight: normal;
}
.path-cart .cart-form table thead th.views-field-remove-button {
  visibility: hidden;
}
.path-cart .cart-form table thead th:first-child, .path-cart .cart-form table tbody td:first-child {
  padding-left: 0;
}
.path-cart .cart-form table thead th:last-child, .path-cart .cart-form table tbody td:last-child {
  padding-right: 0;
  text-align: right;
}
.path-cart .cart-form table thead th.views-field-nothing-1, .path-cart .cart-form table tbody td.views-field-nothing-1 {
  display: none;
}
.path-cart .cart-form table thead th.views-field.views-field-unit-price__number, .path-cart .cart-form table thead th.views-field.views-field-total-price__number, .path-cart .cart-form table tbody td.views-field.views-field-unit-price__number, .path-cart .cart-form table tbody td.views-field.views-field-total-price__number {
  min-width: 60px;
  text-align: right;
  box-sizing: content-box;
}
@media only screen and (max-width : 768px) {
  .path-cart .cart-form table tr {
    grid-template-columns: 25% 1fr auto auto auto auto auto;
  }
  .path-cart .cart-form table thead th.views-field-total-price__number, .path-cart .cart-form table thead th.views-field-remove-button, .path-cart .cart-form table thead th.views-field-unit-price__number, .path-cart .cart-form table tbody td.views-field-total-price__number, .path-cart .cart-form table tbody td.views-field-remove-button, .path-cart .cart-form table tbody td.views-field-unit-price__number {
    display: none;
  }
  .path-cart .cart-form table thead th.views-field-edit-quantity, .path-cart .cart-form table tbody td.views-field-edit-quantity {
    display: block;
    position: absolute;
    right: 0;
    margin-top: 1rem;
  }
  .path-cart .cart-form table thead th.views-field-nothing-1, .path-cart .cart-form table tbody td.views-field-nothing-1 {
    display: block;
    padding-right: 0;
    text-align: right;
  }
  .path-cart .cart-form table thead th.views-field-edit-quantity {
    display: none;
  }
  .path-cart .cart-form table tbody td.views-field-nothing-1 {
    margin-bottom: 4rem;
  }
  .path-cart .cart-form table tbody td.product-preview-wrapper .btn-wrapper {
    display: block;
  }
  .path-cart .cart-form table tbody td.product-preview-wrapper .btn-wrapper input {
    border: none;
    color: inherit;
    padding: 0;
    text-transform: unset;
    text-decoration: underline;
    box-shadow: unset;
    font-weight: normal;
  }
}
.path-cart .cart-form .product-options,
.path-cart .cart-form .instant-download {
  opacity: 0.6;
}
.path-cart .cart-form .order-total-line {
  padding-right: 0;
  color: black;
}
.path-cart .cart-form .order-total-line__total {
  display: none;
}
.path-cart .cart-form .order-total-line__subtotal {
  font-weight: bold;
}
.path-cart .cart-form .order-total-line-value {
  width: 150px;
  max-width: 100%;
}
.path-cart .cart-form .checkout-cta {
  text-align: right;
  font-size: 0.875rem;
}
.path-cart .cart-form .cart-message {
  font-size: 14px;
  opacity: 0.5;
  text-align: right;
}
.path-cart .cart-form .form-actions .btn-wrapper:first-child {
  margin-right: 15px;
}
.path-cart .cart-form #edit-checkout {
  margin-right: 0;
}

/* Checkout pages */
.path-checkout .commerce-checkout-flow {
  font-family: Roboto, sans-serif;
}
.path-checkout .commerce-checkout-flow .checkout-order-summary,
.path-checkout .commerce-checkout-flow .order-totals-value {
  font-weight: bold;
}
.path-checkout .shipping-amount {
  float: right;
  font-weight: bold;
  padding-right: 35px;
}
.path-checkout .shipping-amount .og-shipping-amount {
  text-decoration: line-through;
  font-style: italic;
}
.path-checkout .checkout-pane-im-payment-method > .form-radios {
  padding-bottom: 1rem;
}
.path-checkout .checkout-pane-im-payment-method > .form-radios .form-type-radio {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid black;
}
.path-checkout .checkout-pane-im-payment-method > .form-radios .accepted-cards {
  float: right;
  padding-right: 35px;
}
.path-checkout .billing-address-fieldset {
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid black;
}

.checkout-login {
  color: black;
}

.im-checkout-breadcrumbs {
  font-size: xx-large;
}
.im-checkout-breadcrumbs span {
  font-weight: bold;
}
@media only screen and (max-width : 1024px) {
  .im-checkout-breadcrumbs {
    font-size: x-large;
  }
}
@media only screen and (max-width : 768px) {
  .im-checkout-breadcrumbs {
    display: none;
  }
}

.layout-checkout-form .layout-region-checkout-main {
  border-style: solid;
  border-width: 0 1px 0 0;
  padding-top: 20px;
}
.layout-checkout-form .layout-region-checkout-main .form-item:not(.form-type-checkbox) > label,
.layout-checkout-form .layout-region-checkout-main .im-select {
  width: 100%;
}
.layout-checkout-form .layout-region-checkout-main .form-item:not(.form-type-checkbox) > label input,
.layout-checkout-form .layout-region-checkout-main .form-item:not(.form-type-checkbox) > label .im-select-box,
.layout-checkout-form .layout-region-checkout-main .im-select input,
.layout-checkout-form .layout-region-checkout-main .im-select .im-select-box {
  width: 100%;
}
.layout-checkout-form .layout-region-checkout-main .form-item:not(fieldset):not(.form-type-checkbox):not(.form-type-radio) {
  margin: 25px 0 0;
}
.layout-checkout-form .layout-region-checkout-main .form-item:not(fieldset):not(.form-type-checkbox):not(.form-type-radio).form-item-shipping-address-pane-shipping-profile-select-address, .layout-checkout-form .layout-region-checkout-main .form-item:not(fieldset):not(.form-type-checkbox):not(.form-type-radio).form-item-im-payment-method-billing-profile-select-address, .layout-checkout-form .layout-region-checkout-main .form-item:not(fieldset):not(.form-type-checkbox):not(.form-type-radio).form-item-billing-address-pane-shipping-profile-select-address {
  margin-bottom: 1rem;
}
.layout-checkout-form .layout-region-checkout-main .address-container-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  column-gap: 15px;
}
.layout-checkout-form .layout-region-checkout-main .address-container-inline:last-child {
  grid-template-columns: 5fr 3fr 2fr;
}
.layout-checkout-form .layout-region-checkout-main .address-container-inline:last-child > .form-item:first-child {
  grid-column: 1/4;
}
.layout-checkout-form .layout-region-checkout-secondary {
  padding: 60px 25px;
  position: relative;
  min-height: 100vh;
}
@media only screen and (max-width : 1024px) {
  .layout-checkout-form .layout-region-checkout-secondary {
    min-height: unset;
  }
}
.layout-checkout-form .layout-region-checkout-secondary > h3 {
  display: none;
}
.layout-checkout-form .layout-region-checkout-footer {
  border-style: solid;
  border-width: 0 1px 0 0;
  text-align: right;
  padding-bottom: 50px;
}
.layout-checkout-form .layout-region-checkout-footer .form-actions {
  margin: 40px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-checkout-form .layout-region-checkout-footer .form-actions > a:first-child {
  color: inherit;
  font-weight: bold;
}
.layout-checkout-form .layout-region-checkout-footer .form-actions > a:first-child::before {
  content: "";
  font-family: "Font Awesome 5 Pro", serif;
  font-weight: 400;
  padding-right: 0.7rem;
  font-size: 14px;
}
@media only screen and (max-width : 1024px) {
  .layout-checkout-form {
    padding: 0;
  }
  .layout-checkout-form .layout-region-checkout-main {
    padding-left: 25px;
  }
  .layout-checkout-form .layout-region-checkout-footer {
    padding-bottom: 4em;
  }
}
@media only screen and (max-width : 768px) {
  .layout-checkout-form .layout-region-checkout-main {
    border-width: 0;
    padding-right: 22px;
    padding-left: 22px;
  }
  .layout-checkout-form .layout-region-checkout-main .address-container-inline {
    display: block;
  }
  .layout-checkout-form .layout-region-checkout-main .address-container-inline .form-item {
    width: 100%;
  }
  .layout-checkout-form .layout-region-checkout-secondary {
    border-style: solid;
    border-width: 0 0 1px;
    padding: 20px 22px;
    height: auto;
  }
  .layout-checkout-form .layout-region-checkout-footer {
    border-width: 0;
    padding-right: 22px;
    padding-left: 22px;
  }
}

#edit-order-summary table {
  width: 100%;
}
#edit-order-summary table td {
  padding: 20px 10px;
}
#edit-order-summary table td .im-summary {
  display: flex;
  align-items: center;
}
#edit-order-summary table td .im-summary img {
  margin-right: 1em;
  max-width: 85px;
}
#edit-order-summary table td:first-child {
  padding-left: 0;
}
#edit-order-summary table td:last-child {
  padding-right: 0;
  text-align: right;
}

#edit-sidebar-coupon-redemption-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-style: solid;
  border-width: 1px 0 0;
}
#edit-sidebar-coupon-redemption-form .form-type-textfield {
  flex-grow: 1;
  margin-right: 20px;
}
#edit-sidebar-coupon-redemption-form .form-type-textfield label {
  width: 100%;
}
#edit-sidebar-coupon-redemption-form .form-type-textfield label input {
  width: 100%;
}
#edit-sidebar-coupon-redemption-form .coupon-redemption-form__coupons {
  width: 100%;
  padding-top: 1rem;
}
#edit-sidebar-coupon-redemption-form .coupon-redemption-form__coupons h3 {
  margin: 0;
}
#edit-sidebar-coupon-redemption-form .coupon-redemption-form__coupons table {
  width: 100%;
}
#edit-sidebar-coupon-redemption-form .coupon-redemption-form__coupons .rm-item {
  float: right;
  padding: 1em;
}
#edit-sidebar-coupon-redemption-form .coupon-redemption-form__coupons .rm-item .btn-wrapper {
  display: none;
}
#edit-sidebar-coupon-redemption-form .order-totals {
  width: 100%;
}
#edit-sidebar-coupon-redemption-form .order-totals .order-totals-section {
  border-style: solid;
  border-width: 1px 0 0;
  padding: 2rem 0;
}
#edit-sidebar-coupon-redemption-form .order-totals .order-totals-section .order-totals-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#edit-sidebar-coupon-redemption-form .order-totals .order-totals-section .order-totals-shipping .continue-for-shipping {
  opacity: 0.5;
}
#edit-sidebar-coupon-redemption-form .order-totals .order-totals-section .order-totals-total .order-totals-label {
  font-size: x-large;
}
#edit-sidebar-coupon-redemption-form .order-totals .order-totals-section .order-totals-total .order-totals-currency-code {
  margin: 0 2em 0 auto;
  opacity: 0.5;
}
#edit-sidebar-coupon-redemption-form .order-totals .order-totals-section .order-totals-total .order-totals-value {
  font-size: xx-large;
}
@media only screen and (max-width : 768px) {
  #edit-sidebar-coupon-redemption-form .order-totals .order-totals-section {
    padding: 1rem 0;
  }
}

table[data-drupal-selector=edit-review-table] {
  margin: 2em 0;
}
table[data-drupal-selector=edit-review-table] tr {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: inherit;
}
table[data-drupal-selector=edit-review-table] td {
  padding: 0.75em;
}
table[data-drupal-selector=edit-review-table] td.rc-title {
  padding-left: 0;
  font-weight: bold;
}
table[data-drupal-selector=edit-review-table] td.rc-info {
  width: 100%;
}
table[data-drupal-selector=edit-review-table] td.rc-info .price {
  font-weight: bold;
}
table[data-drupal-selector=edit-review-table] td.rc-edit a, table[data-drupal-selector=edit-review-table] td.rc-edit svg {
  color: inherit;
}

.stripe-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stripe-form .form-item {
  width: 49%;
  margin-top: 0.5rem !important;
}
.stripe-form .form-item.form-item-im-payment-method-add-payment-method-payment-details-card-number {
  width: 100%;
}
.stripe-form .form-item.form-item-im-payment-method-add-payment-method-payment-details-card-number .form-text::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  right: 1.5rem;
  top: 0.8rem;
}
.stripe-form .form-text {
  position: relative;
  width: 100% !important;
  height: 3rem;
  border-radius: 4px;
  font-size: 16px;
  padding-top: 1rem;
  padding-left: 1rem;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.stripe-form .form-text > label {
  position: absolute;
  top: -0.65rem;
  font-size: 0.85rem;
  background: white;
  transition: transform, 0.25s, font-size, 0.25s, color, 0.25s;
}
.stripe-form .form-text > label::after {
  display: none;
}
.stripe-form .form-text:hover {
  border-color: rgba(0, 0, 0, 0.84);
}
.stripe-form .form-text.StripeElement--focus, .stripe-form .form-text.StripeElement--complete, .stripe-form .form-text.error {
  border-color: #4196b6;
  box-shadow: inset 0 0 0 1px #4196b6;
}
.stripe-form .form-text.StripeElement--focus > label, .stripe-form .form-text.StripeElement--complete > label, .stripe-form .form-text.error > label {
  color: #4196b6;
}

.checkout-complete {
  margin-top: 10rem;
}

.step-stripe_review .layout-checkout-form {
  display: block;
}
.step-stripe_review #edit-actions {
  display: none;
}
.step-stripe_review .payment-processing-info {
  text-align: center;
  margin-top: 12rem;
}
.step-stripe_review .payment-processing-info svg {
  color: rgba(65, 150, 182, 0.5);
  font-size: 10rem;
  margin-bottom: 2rem;
}

.step-complete .completion-message a.btn-with-icon {
  margin-top: 1rem;
}
.step-complete .completion-message a.btn-with-icon i {
  margin-left: auto;
}
.step-complete .completion-message .order-confirmed {
  font-size: 1.25rem;
}
.step-complete .completion-message .order-receipt-message i {
  margin-right: 1rem;
}
.step-complete .completion-message .shipping-and-billing-wrapper,
.step-complete .completion-message .payment-and-shipping-methods-wrapper,
.step-complete .completion-message .manual-payment-instructions {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  padding-top: 2rem;
}
.step-complete .completion-message .shipping-and-billing,
.step-complete .completion-message .payment-and-shipping-methods {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.step-complete .continue-shopping-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}

a.cart-link.cart-style-shopping_bag {
  text-decoration: none;
  display: block;
  position: relative;
}
a.cart-link.cart-style-shopping_bag svg {
  display: block;
}
a.cart-link.cart-style-shopping_bag .cart-count {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 25%;
  left: 0;
  font-weight: bold;
  padding-right: 0.225em;
  font-size: 0.5em;
}
a.cart-link.cart-style-heart_shopping_bag {
  position: relative;
}
a.cart-link.cart-style-heart_shopping_bag .cart-count-empty {
  display: none;
}
a.cart-link.cart-style-heart_shopping_bag .cart-count {
  position: absolute;
  top: calc(50% - 0.4em);
  left: calc(50% - 0.5em);
  padding: 0 0.25em;
  font-size: 0.5em;
  line-height: 1em;
}

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