/*  TODO: when full redesign implementation is complete:
    Replace primary-new to primary, secondary-new to secondary, and so on..
*/
.custom-select:-moz-focusring,
.custom-select::-moz-focus-inner {
  color: transparent;
  text-shadow: 0 0 0 #434343; }

.price .strike-through {
  margin-right: 0; }

.grand-total-label,
.grand-total {
  font-weight: 700; }

.order-receipt-label {
  text-overflow: ellipsis;
  white-space: nowrap; }

.product-divider {
  margin-left: -0.625em;
  margin-right: -0.625em; }
  .product-divider hr {
    border-top: dashed 0.063em; }

.shipment-block + .shipment-block::before {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #ccc;
  margin: 0.625em -0.625em; }
  @media (min-width: 1280px) {
    .shipment-block + .shipment-block::before {
      margin: 0.625em -1.225em; } }

.shipping-method {
  overflow: hidden; }

.hero-confirmation {
  background-image: url("../../images/thankyou.jpg");
  background-position-y: -8.125em; }

.product-summary-block {
  margin: 1em 0; }
  .product-summary-block h3 {
    font-size: 1.25rem; }

.leading-lines {
  overflow: hidden;
  margin: 0; }
  .leading-lines label {
    background-color: white; }
  .leading-lines .start-lines {
    padding: 1px; }
    .leading-lines .start-lines span {
      position: relative;
      background-color: white;
      z-index: 2; }
    .leading-lines .start-lines::before {
      float: left;
      width: 0;
      white-space: nowrap;
      content: ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
      z-index: 1;
      color: #adadad; }
  .leading-lines .end-lines {
    padding: 1px; }
    .leading-lines .end-lines span {
      position: relative;
      background-color: white;
      z-index: 2; }

.summary-section-label {
  color: #434343;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5px;
  vertical-align: top; }

.summary-details {
  color: #767676;
  font-size: 0.9375rem;
  line-height: 1.53;
  margin-bottom: 14px; }
  .summary-details:last-child {
    margin-bottom: 8px; }
    @media (max-width: 767.98px) {
      .summary-details:last-child {
        margin-bottom: 0; } }
  .summary-details.billing .order-summary-email {
    display: none; }
    .summary-details.billing .order-summary-email + br {
      display: none; }

.summary-details .address-summary {
  margin-bottom: 0.5em; }

.saved-security-code {
  margin-top: 1rem;
  margin-bottom: 0; }

.saved-payment-information {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.payment-information {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .payment-information .klarna__content--checkout {
      display: inline;
      float: right; } }
  .payment-information .klarna-wrap-text {
    flex-wrap: wrap; }
  .payment-information #klarna-placement-checkout::part(osm-container) {
    border: none;
    color: #434343;
    font-family: "Mulish", Helvetica, Helmet, Freesans, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-align: left;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 767.98px) {
      .payment-information #klarna-placement-checkout::part(osm-container) {
        font-size: 12px;
        padding-top: 8px;
        padding-left: 30px; } }
  .payment-information #klarna-placement-checkout::part(osm-logo) {
    display: none; }
  .payment-information #klarna-placement-checkout::part(osm-badge-container) {
    display: none; }
  .payment-information #klarna-placement-checkout::part(osm-cta) {
    display: inline-block;
    height: 16px;
    width: 21px;
    background-image: url("../../images/svg-info-blue.svg");
    background-repeat: no-repeat;
    padding-left: 21px;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    background-position: right; }

.checkout-hidden {
  display: none; }

.card-image {
  margin-top: 0.5rem;
  width: 100%; }

.cancel-new-payment {
  margin-top: 1rem; }

.form-check.start-lines {
  padding-left: 1.5rem; }

.multi-ship .single-shipping .shipping-content {
  display: none; }

.multi-ship .shipping-summary .single-shipping {
  display: none; }

.gift-message-block {
  padding-bottom: 1em;
  padding-top: 1em; }

.confirm-details .shipping-method,
.confirm-details .shipping-method-price {
  margin-bottom: 0; }

.shipping-method-wrap {
  display: flex;
  margin-bottom: 16px;
  width: 100%; }
  .shipping-method-wrap:last-child {
    margin-bottom: 0; }

.multi-ship .confirm-details .single-shipping {
  display: none; }

.multi-shipping {
  display: none; }

.contact-info-block {
  border-bottom: 0.063em dashed #ccc; }

.view-address-block h3,
.shipping-method-block h3 {
  font-size: 1.25rem; }

.payment-details__instrument {
  margin-bottom: 8px; }
  @media (max-width: 767.98px) {
    .payment-details__instrument:last-child {
      margin-bottom: 0; } }

.store-detail p,
.store-detail address {
  margin: 0; }

.shipping-section .store-summary {
  display: none; }

.store-details .store-address1,
.store-details .store-address2,
.store-details .store-phone,
.summary-details .store-address1,
.summary-details .store-address2,
.summary-details .store-phone {
  display: block; }

@media (min-width: 768px) {
  .pickup-person-info {
    display: block;
    width: 100%; }
    .pickup-person-info:after {
      content: "";
      display: table;
      clear: both; } }

@media (min-width: 768px) {
  .summary-section-label {
    display: block;
    width: 100%; }
    .summary-section-label:after {
      content: "";
      display: table;
      clear: both; } }

.pickup-person-info {
  margin-bottom: .5em; }

@media (min-width: 768px) {
  .pickup-summary-subsection:after {
    content: "";
    display: table;
    clear: both; } }

.mb-10.pickup-options-label {
  font-family: Mulish;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #434343; }
  .mb-10.pickup-options-label .mb-20 {
    font-family: Muli;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #434343; }

.b-order__receipt .b-alert {
  margin: -30px 0 0; }

@media (max-width: 1279.98px) {
  .pca.pca {
    max-width: calc(100vw - 85px); } }

@media (max-width: 1279.98px) {
  .pca.pca .pcaitem {
    white-space: inherit; } }

@media (min-width: 1280px) {
  .confirmation__row {
    display: grid;
    grid-template: 'details form' auto 'details summary' 1fr / 1fr 33.33%; } }

@media (min-width: 768px) and (max-width: 1279.98px) {
  .confirmation__row {
    display: block; } }

@media (max-width: 1279.98px) {
  .confirmation__message {
    padding-left: 0; } }

@media (min-width: 1280px) {
  .confirmation__receipt {
    padding-left: 15px;
    padding-right: 15px; } }

.confirmation__row .confirmation__form {
  grid-area: form; }
  @media (min-width: 1280px) {
    .confirmation__row .confirmation__form {
      margin-top: -85px; } }
  @media (max-width: 1279.98px) {
    .confirmation__row .confirmation__form {
      padding: 10px 0 0; } }
  .confirmation__row .confirmation__form .card,
  .confirmation__row .confirmation__form .card-header {
    border: 0;
    padding: 0; }
  .confirmation__row .confirmation__form .card-body {
    padding: 15px 0 25px; }
    @media (min-width: 1280px) {
      .confirmation__row .confirmation__form .card-body {
        padding: 15px 0 35px; } }
  .confirmation__row .confirmation__form .registration-footnode {
    margin: 0 0 20px; }
    .confirmation__row .confirmation__form .registration-footnode p {
      margin: 0; }
  .confirmation__row .confirmation__form .content-asset ol {
    padding: 0;
    list-style-position: inside; }

.confirmation__row .confirmation__details {
  grid-area: details; }

.confirmation__row .confirmation__form,
.confirmation__row .confirmation__details,
.confirmation__row .confirmation__summary {
  max-width: 100%;
  width: 100%; }
  @media (max-width: 1279.98px) {
    .confirmation__row .confirmation__form,
    .confirmation__row .confirmation__details,
    .confirmation__row .confirmation__summary {
      padding-left: 0;
      padding-right: 0; } }

.confirmation__row .confirmation__summary {
  grid-area: summary; }
  @media (min-width: 768px) and (max-width: 1279.98px) {
    .confirmation__row .confirmation__summary {
      padding-left: 20px; } }

.info-icon.form-control-description {
  margin-bottom: -5px; }

.b-payment_icon {
  width: 114px;
  height: 30px; }

.b-payment_icon--webpay {
  width: 55px;
  height: 43px; }

.b-payment-title {
  font-size: 1rem; }

.b-payment_panel {
  margin: 10px -6px 0; }

.b-payment_next {
  margin: 15px -6px 0; }
  @media (max-width: 767.98px) {
    .b-payment_next .btn-primary {
      min-width: 100%; } }

.b-payment_tab .b-payment_check::before, .b-payment_tab .b-payment_check::after {
  top: 50%;
  transform: translateY(-50%); }

.b-shipping-method {
  margin-bottom: 12px; }
  .b-shipping-method .shipping-method-wrap > .col-md-6 {
    max-width: 80%;
    flex: 0 0 80%; }
    @media (max-width: 767.98px) {
      .b-shipping-method .shipping-method-wrap > .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%; } }
  .b-shipping-method .shipping-method-pricing {
    flex: 0 0 20%;
    max-width: 20%; }
    @media (max-width: 767.98px) {
      .b-shipping-method .shipping-method-pricing {
        display: none; } }
  @media (min-width: 768px) {
    .b-shipping-method .shipping-method-pricing {
      display: flex;
      justify-content: flex-end; } }
  .b-shipping-method .shipping-method-option {
    letter-spacing: 0; }
  .b-shipping-method .display-name {
    font-weight: 600; }
    @media (max-width: 767.98px) {
      .b-shipping-method .display-name {
        font-weight: 700; } }
  .b-shipping-method .b-shipping-cost {
    display: block;
    font-weight: 700;
    margin: 5px 0; }

.b-shipping-cost {
  display: none; }

.b-invoice {
  padding: 20px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #e3e3e3;
  list-style: none; }
  @media (max-width: 767.98px) {
    .b-invoice {
      margin: 10px 0 0; } }
  @media (min-width: 1280px) {
    .b-invoice_item {
      margin-right: -22px; } }
  .b-invoice_item + .b-invoice_item {
    padding: 10px 0 0; }

.confirmation__summary .order-continue-shopping-btn.btn-primary-new {
  min-width: 308px; }

/* ============================================================================
Order Line Item - Scope
============================================================================ */
.s-order-line-items .item-image {
  min-height: 90px;
  width: 125px;
  height: 110px;
  margin-right: 20px; }
  @media (min-width: 544px) {
    .s-order-line-items .item-image {
      min-height: 110px;
      min-width: 125px; } }
  .s-order-line-items .item-image img.product-image {
    max-height: none;
    width: 100%; }

.s-order-line-items [class*=line-item-price],
.s-order-line-items .line-item-quantity,
.s-order-line-items .line-item-total-price {
  flex: 0 1 auto;
  font-size: 0.9375rem;
  font-weight: 600;
  max-width: 100%;
  width: auto; }

.s-order-line-items [class*=line-item-price],
.s-order-line-items .line-item-total-price {
  letter-spacing: 0.5px;
  line-height: 1.5; }

@media (min-width: 1280px) {
  .s-order-line-items .line-item-quantity {
    margin-right: 8px; } }

.s-order-line-items .line-item-total-price {
  text-align: right; }

.s-order-line-items .line-item-price-info {
  font-weight: 700;
  line-height: 1.71;
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: bold; }

.s-order-line-items .quantity-form {
  display: flex;
  align-items: center;
  margin-top: 3px; }
  .s-order-line-items .quantity-form select {
    flex: 0 0 66%; }

.s-order-line-items .quantity-label {
  font-size: inherit;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: normal; }

.s-order-line-items-updated .price del,
.s-order-line-items .price del {
  display: block; }

.s-order-line-items-updated .price .strike-through,
.s-order-line-items .price .strike-through {
  margin-right: 0; }

.s-order-line-items-updated .checkout-continue > div,
.s-order-line-items-updated .checkout-continue > button,
.s-order-line-items .checkout-continue > div,
.s-order-line-items .checkout-continue > button {
  margin-bottom: 12px !important; }

@media (min-width: 768px) {
  .s-order-line-items-updated .checkout-btn,
  .s-order-line-items .checkout-btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px; } }

@media (min-width: 1280px) {
  .s-order-line-items-updated .cart-product-cards-container {
    margin-bottom: 30px; } }

@media (min-width: 1280px) {
  .s-order-line-items-updated .cart-product-cards-container-wrapper {
    padding-right: 37px; } }

/* ============================================================================
Product Return
============================================================================ */
.c-product-return {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 0;
  margin-top: 13px;
  padding: 16px 0;
  /* CA specific styling */ }
  @media (min-width: 1280px) {
    .c-product-return {
      padding-bottom: 0; } }
  .c-product-return__return-shipping-icon {
    height: 32px;
    width: 32px;
    margin-top: -5px;
    margin-right: 3px; }
    .show-return-options .c-product-return__return-shipping-icon {
      opacity: 0.5; }
  .c-product-return__options-title {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    text-align: left;
    font-weight: 600;
    color: #434343; }
  .c-product-return__options-subtitle {
    margin: 12px 0 24px 0;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    font-weight: normal;
    color: #434343; }
    @media (min-width: 768px) {
      .c-product-return__options-subtitle {
        margin: 10px 0 24px 0; } }
  .c-product-return__options {
    display: none; }
    .show-return-options .c-product-return__options {
      display: block; }
  .c-product-return__content {
    font-size: 14px;
    line-height: 22px; }
    .c-product-return__content h4 {
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 12px; }
      @media (min-width: 768px) {
        .c-product-return__content h4 {
          font-size: 18px; } }
    @media (min-width: 768px) {
      .c-product-return__content {
        font-size: 16px; } }
    .c-product-return__content .content-asset > * {
      display: none; }
      .selected-return-method .c-product-return__content .content-asset > * {
        display: block; }
    .c-product-return__content .content-asset ol,
    .c-product-return__content .content-asset ul {
      margin-left: 1.5em;
      padding-left: 0;
      list-style-position: outside;
      line-height: 1.7; }
      .c-product-return__content .content-asset ol li,
      .c-product-return__content .content-asset ul li {
        padding-left: 4px;
        padding-bottom: 10px; }
        .c-product-return__content .content-asset ol li:last-child,
        .c-product-return__content .content-asset ul li:last-child {
          padding-bottom: 0; }
    .c-product-return__content .content-asset ol li {
      padding-bottom: 16px;
      line-height: 22px;
      font-size: 14px;
      line-height: 21px; }
      @media (min-width: 768px) {
        .c-product-return__content .content-asset ol li {
          font-size: 15px;
          line-height: 22px; } }
      .c-product-return__content .content-asset ol li:last-child {
        padding-bottom: 0; }
      .selected-return-method .c-product-return__content .content-asset ol li {
        line-height: 21px; }
        @media (min-width: 768px) {
          .selected-return-method .c-product-return__content .content-asset ol li {
            line-height: 22px; } }
    .c-product-return__content .content-asset .checks {
      display: block;
      list-style: none;
      margin-left: 8px;
      margin-bottom: 36px; }
      @media (min-width: 768px) {
        .c-product-return__content .content-asset .checks {
          margin-bottom: 0; } }
      .c-product-return__content .content-asset .checks li {
        position: relative;
        padding-left: 20px;
        line-height: 22px;
        font-size: 14px; }
        @media (min-width: 768px) {
          .c-product-return__content .content-asset .checks li {
            font-size: 15px;
            line-height: 22px; } }
        .c-product-return__content .content-asset .checks li::before {
          content: "";
          position: absolute;
          width: 14px;
          height: 11px;
          background-image: url("../../images/img-return-check.svg");
          background-repeat: no-repeat;
          top: 6px;
          left: -2px; }
      .selected-return-method .c-product-return__content .content-asset .checks {
        margin-bottom: 25px; }
        @media (min-width: 768px) {
          .selected-return-method .c-product-return__content .content-asset .checks {
            margin-bottom: 24px; } }
    .c-product-return__content .content-asset .disclaimer {
      position: relative;
      margin-left: 1.5em;
      margin-bottom: 24px;
      list-style: '* ' outside none;
      color: #6c757d;
      line-height: 20px;
      font-size: 13px;
      color: #666; }
      .c-product-return__content .content-asset .disclaimer::before {
        content: '*';
        position: absolute;
        left: -10px;
        top: 3px; }
  .c-product-return__return-link, .c-product-return__return-cta {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: normal;
    color: #1973C1;
    border: 2px #1973C1 solid;
    height: 44px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    text-transform: uppercase;
    background-color: #fff;
    padding: 0; }
    @media (min-width: 768px) {
      .c-product-return__return-link, .c-product-return__return-cta {
        font-size: 18px;
        line-height: 26px;
        width: 360px; } }
    .c-product-return__return-link:hover, .c-product-return__return-link:active, .c-product-return__return-cta:hover, .c-product-return__return-cta:active {
      background-color: #1973C1;
      color: #fff;
      border: 2px #0D6BBE solid; }
      @media (min-width: 768px) {
        .c-product-return__return-link:hover, .c-product-return__return-link:active, .c-product-return__return-cta:hover, .c-product-return__return-cta:active {
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); } }
    .show-return-options .c-product-return__return-link, .show-return-options .c-product-return__return-cta {
      display: none; }
  .c-product-return__return-link .c-product-return__return-text {
    display: inline-block;
    padding: 7px 0 0 0; }
  .c-product-return__link-wrapper {
    margin-bottom: -10px; }
  .c-product-return__return-icon {
    fill: #005495;
    width: 1.5625rem;
    height: 1.5625rem;
    margin: 0 12px 0 0; }
  .c-product-return__option-card {
    margin-bottom: 0;
    cursor: pointer;
    border: 1px #ccc solid;
    background-color: #FAFAFA; }
    .c-product-return__option-card.selected-return-method {
      border-color: #0063ba;
      box-shadow: 0 0 0 3px #0063ba;
      cursor: initial; }
      .c-product-return__option-card.selected-return-method .c-product-return__option-col2 {
        display: none; }
  .c-product-return__option {
    display: flex;
    position: relative;
    flex-flow: row wrap;
    width: 100%;
    padding: 40px 20px; }
    @media (min-width: 768px) {
      .c-product-return__option {
        padding: 32px 40px 35px 40px; } }
    @media (min-width: 1280px) {
      .c-product-return__option {
        padding: 32px 40px 36px 40px; } }
    .selected-return-method .c-product-return__option {
      padding-top: 49px;
      padding-bottom: 48px;
      background-color: #fff; }
      @media (min-width: 768px) {
        .selected-return-method .c-product-return__option {
          padding-top: 48px; } }
  .c-product-return__option-col1, .c-product-return__option-col2 {
    width: 100%; }
    @media (min-width: 768px) {
      .c-product-return__option-col1, .c-product-return__option-col2 {
        width: 50%;
        flex-grow: 2; } }
    .c-product-return__option-col1 h3, .c-product-return__option-col2 h3 {
      font-size: 18px;
      line-height: 22px;
      font-weight: bold;
      letter-spacing: 0;
      margin: 0 0 12px 0; }
      @media (min-width: 768px) {
        .c-product-return__option-col1 h3, .c-product-return__option-col2 h3 {
          font-size: 21px;
          line-height: 22px;
          margin: 0 0 16px 0; } }
  .c-product-return__option-col2 {
    align-content: unset;
    align-items: start;
    align-self: flex-end;
    text-align: right;
    padding: 0; }
  .c-product-return__option-btn {
    margin: 0;
    box-sizing: border-box;
    height: 44px;
    min-width: 100%;
    border: 2px solid #434343;
    border-radius: 4px;
    padding: 0;
    color: #434343;
    font-family: Mulish;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center; }
    @media (min-width: 768px) {
      .c-product-return__option-btn {
        min-width: 236px;
        margin: 0 0 5px 0; } }
    .c-product-return__option-btn:hover {
      border-color: #434343;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); }
  .c-product-return__top-right {
    position: absolute;
    top: -1px;
    right: -1px;
    border-top-right-radius: 5px;
    width: 53px;
    height: 53px;
    overflow: hidden;
    background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgba(0, 0, 0, 0.125) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%); }
    .selected-return-method .c-product-return__top-right {
      background: none; }
  .selected-return-method .c-product-return__corner {
    height: 0;
    width: 0;
    border-top: 53px solid #0063ba;
    border-left: 53px solid transparent; }
  .c-product-return__check-icon-container {
    position: absolute;
    top: 0;
    right: 0;
    display: none; }
    .selected-return-method .c-product-return__check-icon-container {
      display: block;
      background-color: #0063ba;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      line-height: 20px;
      padding: 3px 13px;
      height: 34px; }
      .selected-return-method .c-product-return__check-icon-container::before {
        content: "";
        display: block;
        border-top: 34px solid #0063ba;
        border-left: 24px solid transparent;
        height: 0;
        width: 0;
        overflow: hidden;
        position: absolute;
        left: -24px;
        top: 0; }
    .c-product-return__check-icon-container span {
      position: relative;
      top: 2px;
      margin-right: 12px; }
  .c-product-return__check-icon {
    fill: rgba(0, 0, 0, 0.125);
    height: 1.2em;
    width: 1.2em; }
    .selected-return-method .c-product-return__check-icon {
      fill: #fff; }
  .c-product-return__link {
    margin-top: 18px;
    display: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    position: relative; }
    .c-product-return__link:hover {
      color: #1973C1;
      text-decoration: none; }
      .c-product-return__link:hover span {
        text-decoration: underline; }
    .selected-return-method .c-product-return__link {
      display: block; }
  .c-product-return__link-icon-printer {
    margin-right: 5px;
    fill: #0063ba;
    width: 24px;
    height: 24px;
    position: relative;
    top: -1px; }
  .c-product-return__link-icon-download {
    margin-right: 5px;
    fill: #0063ba;
    width: 24px;
    height: 24px;
    position: relative;
    top: -4px; }
  .c-product-return__link-icon-locator {
    margin-right: 5px;
    stroke: #0063ba;
    width: 24px;
    height: 24px; }
  .c-product-return__cancel-btn {
    color: #1973C1;
    min-width: 119px;
    margin: 0 auto;
    display: block;
    text-transform: none;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    padding: 0;
    border: none;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 32px; }
    @media (min-width: 768px) {
      .c-product-return__cancel-btn {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 768px) {
      .c-product-return__cancel-btn {
        margin-top: 36px; } }
    .c-product-return__cancel-btn:hover {
      color: #1973C1;
      text-decoration: underline; }
  .c-product-return__close-btn {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    right: 0;
    top: 0; }
    @media (min-width: 768px) {
      .c-product-return__close-btn {
        right: 16px;
        top: -6px; } }
    .c-product-return__close-btn span {
      display: block;
      position: relative;
      margin: 4px;
      background-image: url("../../images/img-return-close.svg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      width: 24px;
      height: 24px;
      font-size: 0;
      text-indent: -99999px;
      color: #434343;
      border-radius: 24px; }
      .c-product-return__close-btn span:hover {
        color: #434343; }
        @media (min-width: 768px) {
          .c-product-return__close-btn span:hover {
            box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.32); } }
  .c-product-return__option-card-divider {
    display: block;
    width: 79px;
    height: 28px;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #434343;
    position: relative;
    margin: 12px auto;
    padding: 0;
    text-align: center;
    font-weight: bold; }
    .c-product-return__option-card-divider::before {
      border-top: 1px #434343 solid;
      width: 100%;
      height: 1px;
      content: " ";
      display: block;
      position: relative;
      top: 14px;
      z-index: 0; }
    .c-product-return__option-card-divider span {
      text-transform: uppercase;
      background: #fff;
      z-index: 2;
      position: relative;
      min-width: 50px;
      display: inline-block;
      margin: 0 auto; }
  .c-product-return.show-return-options .c-product-return__options {
    padding: 38px 0 20px 0;
    position: relative; }
    @media (min-width: 768px) {
      .c-product-return.show-return-options .c-product-return__options {
        padding: 24px 20px 20px 20px; } }
  .c-product-return__printlabel {
    margin-bottom: 0 !important;
    margin-left: -15px;
    margin-right: -15px; }
    @media (min-width: 768px) {
      .c-product-return__printlabel {
        margin-left: -30px;
        margin-right: 0px; } }
    @media (min-width: 1280px) {
      .c-product-return__printlabel {
        margin-left: 0; } }
    .c-product-return__printlabel .c-product-return__link {
      margin-top: 0 !important;
      margin-left: 24px; }
  .c-product-return.caskechers.show-return-options .c-product-return__check-icon-container,
  .c-product-return.caskechers.show-return-options .link-download {
    display: none; }
  .c-product-return.caskechers.show-return-options .c-product-return__options-title {
    margin-bottom: 20px; }
  .c-product-return.caskechers.show-return-options .c-product-return__option-card.selected-return-method {
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #FAFAFA;
    box-shadow: none; }
    .c-product-return.caskechers.show-return-options .c-product-return__option-card.selected-return-method .c-product-return__option {
      background-color: transparent;
      border-radius: 5px;
      padding: 24px 18px 48px 18px; }
      @media (min-width: 768px) {
        .c-product-return.caskechers.show-return-options .c-product-return__option-card.selected-return-method .c-product-return__option {
          padding: 24px 30px 48px 30px; } }
      @media (min-width: 1280px) {
        .c-product-return.caskechers.show-return-options .c-product-return__option-card.selected-return-method .c-product-return__option {
          padding: 24px 40px 48px 40px; } }
  .c-product-return.caskechers.show-return-options .c-product-return__content .content-asset .checks li,
  .c-product-return.caskechers.show-return-options .c-product-return__content .content-asset ol li {
    font-size: 14px;
    line-height: 21px; }
    @media (min-width: 768px) {
      .c-product-return.caskechers.show-return-options .c-product-return__content .content-asset .checks li,
      .c-product-return.caskechers.show-return-options .c-product-return__content .content-asset ol li {
        font-size: 15px;
        line-height: 22px; } }
  .c-product-return.caskechers.show-return-options .c-product-return__option-col1 h3 {
    margin: 0 0 12px 0; }

/*
*   base styles for the icons/labels
*/
.pickup-details.in-stock-false {
  display: none; }

.pickup-details .store-pickup-icons {
  width: 16px;
  height: 16px;
  object-fit: contain; }

.pickup-details .in-store-true,
.pickup-details .curb-side-true {
  color: #009245; }
  .pickup-details .in-store-true .is-available-icon,
  .pickup-details .curb-side-true .is-available-icon {
    fill: #009245; }

.pickup-details .in-store-false,
.pickup-details .curb-side-false {
  color: #d31717; }
  .pickup-details .in-store-false .not-available-icon,
  .pickup-details .curb-side-false .not-available-icon {
    fill: #d31717; }

.pickup-details .in-store-null,
.pickup-details .curb-side-null {
  color: purple; }
  .pickup-details .in-store-null .store-icon,
  .pickup-details .in-store-null .curbside-icon,
  .pickup-details .in-store-null .is-available-icon,
  .pickup-details .in-store-null .not-available-icon,
  .pickup-details .curb-side-null .store-icon,
  .pickup-details .curb-side-null .curbside-icon,
  .pickup-details .curb-side-null .is-available-icon,
  .pickup-details .curb-side-null .not-available-icon {
    fill: purple; }

@media (max-width: 767.98px) {
  .pickup-details {
    margin-top: 16px; } }

.store-pickup {
  display: inline-block;
  height: 21px;
  font-family: Mulish;
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 16px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  @media (max-width: 767.98px) {
    .store-pickup {
      margin-bottom: 0; } }
  .store-pickup:nth-of-type(odd) {
    margin-right: 20px; }
    @media screen and (max-width: 321px) {
      .store-pickup:nth-of-type(odd) {
        margin: 5px !important; } }
  .store-pickup .store-pickup-labels,
  .store-pickup .store-pickup-icons {
    display: inline-block;
    vertical-align: middle; }

.selected-store .store-pickup:nth-of-type(odd) {
  margin-right: 0px; }
  @media screen and (max-width: 321px) {
    .selected-store .store-pickup:nth-of-type(odd) {
      margin: 5px !important; } }

.selected-store .store-pickup:nth-of-type(even) {
  margin-right: 0px;
  margin-left: 20px !important; }
  @media screen and (max-width: 321px) {
    .selected-store .store-pickup:nth-of-type(even) {
      margin-left: 5px !important; } }

/* 
*    alignment/orientation related styles 
*/
/* ensures containers that host in store/curbside icons take up the full width of their parent */
.pdp-in-store-inventory .pickup-options,
.store-locator-container__store-results-card .custom-control-label,
.store-detail,
.pickup-summary-subsection {
  display: block;
  width: 100%; }

/* clear after any pre-existing containers that will now be hosting the in store/curbside icons */
@media (min-width: 768px) {
  .store-detail:after,
  .shipping.summary-details:after {
    content: "";
    display: table;
    clear: both; } }

/* desktop view: right-aligned, stacked */
@media (min-width: 768px) {
  .pickup-address-container {
    width: auto;
    min-width: 220px;
    max-width: 47.75%;
    float: left;
    padding-right: 40px; } }

@media (min-width: 1280px) {
  .pickup-address-container {
    padding-right: 80px; } }

/* desktop view: right-aligned, stacked */
@media (min-width: 768px) {
  .pickup-details {
    width: auto;
    max-width: 60%;
    float: left;
    margin-top: 3px; } }

@media (min-width: 768px) {
  .pickup-details .store-pickup {
    display: block; }
    .pickup-details .store-pickup:nth-of-type(even) {
      margin-left: 0;
      margin-top: 10px; } }

/*
*   View-specific styling modifications
*/
/* checkout: align icons with right column of field elements on desktop */
@media (min-width: 768px) {
  #checkout-main .pickup-address-container {
    width: 49.1%;
    min-width: none;
    max-width: none; } }

/* order summary & order history: show mobile arrangement on desktop */
@media (min-width: 768px) {
  .receipt .pickup-address-container,
  .historical-receipt .pickup-address-container {
    width: auto;
    min-width: none;
    max-width: none;
    float: none;
    padding-left: 0;
    margin-top: 0; } }

@media (min-width: 768px) {
  .receipt .pickup-details,
  .historical-receipt .pickup-details {
    width: auto;
    min-width: none;
    max-width: none;
    float: none;
    padding-left: 0;
    margin-top: 0; } }

@media (max-width: 1279.98px) {
  .receipt .pickup-details,
  .historical-receipt .pickup-details {
    margin: 10px 0 15px; } }

@media (min-width: 768px) {
  .receipt .pickup-details .store-pickup,
  .historical-receipt .pickup-details .store-pickup {
    display: inline-block;
    margin-bottom: 0; }
    .receipt .pickup-details .store-pickup:nth-of-type(even),
    .historical-receipt .pickup-details .store-pickup:nth-of-type(even) {
      margin-left: 20px; } }
    @media screen and (min-width: 768px) and (max-width: 321px) {
      .receipt .pickup-details .store-pickup:nth-of-type(even),
      .historical-receipt .pickup-details .store-pickup:nth-of-type(even) {
        margin: 5px !important; } }

/*  TODO: when full redesign implementation is complete:
    Replace primary-new to primary, secondary-new to secondary, and so on..
*/
.custom-select:-moz-focusring,
.custom-select::-moz-focus-inner {
  color: transparent;
  text-shadow: 0 0 0 #434343; }

@media (max-width: 767.98px) {
  .c-cancel-order {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-cancel-order {
    margin: 0 auto;
    padding: 0 60px;
    box-sizing: border-box;
    max-width: 1200px; } }

.c-cancel-order h1,
.c-cancel-order h2 {
  color: #434343;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 24px; }

.c-cancel-order h1 {
  margin-bottom: 40px; }

.c-cancel-order p.label-return-option {
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  color: #666;
  margin: 0 0 22px 0; }
  @media (min-width: 1280px) {
    .c-cancel-order p.label-return-option {
      margin: 0 0 30px 0; } }

.c-cancel-order__navigation {
  margin: 8px 0 28px 0; }
  .c-cancel-order__navigation.ups-dropoff-tab-on {
    margin: 11px 0 43px 0; }
    @media (max-width: 1279.98px) {
      .c-cancel-order__navigation.ups-dropoff-tab-on {
        margin: 11px 0 32px 0; } }
  @media (min-width: 768px) {
    .c-cancel-order__navigation {
      margin: 11px 0 36px 0; } }
  @media (min-width: 1280px) {
    .c-cancel-order__navigation {
      margin: 11px 0 48px 0; } }
  .c-cancel-order__navigation a {
    color: #1973C1;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0; }
    .c-cancel-order__navigation a::before {
      content: '';
      border-left: 1px solid #1973C1;
      border-bottom: 1px solid #1973C1;
      display: inline-block;
      width: 8.5px;
      height: 8.5px;
      margin-right: 8px;
      transform: rotate(45deg); }
  @media (min-width: 768px) and (max-width: 1279.98px) {
    .c-cancel-order__navigation__container {
      margin-left: auto;
      margin-right: auto; } }

.c-cancel-order__step__container {
  max-width: 668px; }
  @media (max-width: 767.98px) {
    .c-cancel-order__step__container {
      margin-right: auto; }
      .c-cancel-order__step__container:not(.cancel-confirm) {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 768px) and (max-width: 1279.98px) {
    .c-cancel-order__step__container {
      max-width: none;
      margin-right: auto; }
      .c-cancel-order__step__container:not(.cancel-confirm) {
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 1280px) {
    .c-cancel-order__step__container {
      max-width: 678px; } }

.c-cancel-order__description {
  padding: 0;
  margin: 0 0 16px 0;
  text-align: left;
  font-size: 16px;
  line-height: 22px; }

.c-cancel-order .c-cancel-order-info {
  box-sizing: border-box;
  height: auto;
  width: auto;
  border: 0.5px solid #0063ba;
  border-radius: 4px;
  background-color: #e5eff8;
  margin-bottom: 48px;
  padding-bottom: 18px;
  padding-top: 16px;
  padding-right: 16px; }
  @media (max-width: 767.98px) {
    .c-cancel-order .c-cancel-order-info {
      margin-bottom: 32px; } }
  @media (min-width: 768px) and (max-width: 1279.98px) {
    .c-cancel-order .c-cancel-order-info {
      margin-bottom: 40px; } }
  .c-cancel-order .c-cancel-order-info::before {
    content: url("../../images/svg-info.svg");
    padding-left: 14px;
    padding-right: 8px; }
  .c-cancel-order .c-cancel-order-info span.title {
    height: 19px;
    width: 273px;
    color: #434343;
    font-family: "Mulish", Helvetica, Helmet, Freesans, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    vertical-align: top; }
  .c-cancel-order .c-cancel-order-info span.description {
    height: auto;
    width: auto;
    color: #434343;
    font-family: "Mulish", Helvetica, Helmet, Freesans, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    display: block;
    padding-left: 46px; }

.c-cancel-order .c-return-order__description + .c-return-order__description {
  margin: 0 0 32px 0; }

.c-cancel-order__progress-bar {
  height: 4px;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 28px 0;
  justify-content: center; }
  @media (min-width: 768px) {
    .c-cancel-order__progress-bar {
      justify-content: flex-start;
      margin: 0 0 36px 0; } }
  .c-cancel-order__progress-bar span {
    background-color: #ccc;
    width: 61px;
    height: 4px;
    margin: 0 8px 0 0; }
    @media (min-width: 768px) {
      .c-cancel-order__progress-bar span {
        width: 80px; } }
  .c-cancel-order__progress-bar .active {
    background-color: #0063ba; }
  @media (min-width: 768px) and (max-width: 1279.98px) {
    .c-cancel-order__progress-bar__container {
      margin-left: auto;
      margin-right: auto; } }

.c-cancel-order__options .c-cancel-order__error {
  margin-bottom: 0;
  min-height: 156px; }

.c-cancel-order__error {
  background: #fae7e7;
  border: 0.5px solid #D31717;
  border-radius: 4px;
  margin-bottom: 32px;
  padding: 16px 14px;
  font-size: 15px;
  line-height: 19px; }
  .c-cancel-order__error.bg {
    padding: 20px 14px; }
  @media (min-width: 768px) {
    .c-cancel-order__error {
      margin-bottom: 40px; } }
  .c-cancel-order__error .c-icon--danger-alt {
    float: left;
    position: relative; }
  .c-cancel-order__error a {
    font-weight: 600; }
    .c-cancel-order__error a:hover, .c-cancel-order__error a:active {
      color: #1973C1; }
  .c-cancel-order__error div {
    margin-left: 32px; }
  .c-cancel-order__error strong {
    display: block;
    padding-bottom: 6px; }

.c-cancel-order__item-error {
  color: #D31717;
  font-size: 14px;
  line-height: 20px;
  margin-top: -4px; }

.c-cancel-order__item__gender {
  height: 32px;
  width: 60px;
  color: #696969;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 32px;
  text-transform: uppercase; }

.c-cancel-order__item__row {
  display: flex;
  flex-flow: row wrap; }

.c-cancel-order__item__image-container {
  max-width: 100%;
  width: 108px;
  height: auto; }

.c-cancel-order__item__attributes-container {
  margin-left: 20px; }

.c-cancel-order__item__item-image {
  height: auto;
  width: 100%; }
  .c-cancel-order__item__item-image img {
    width: 100%; }

.c-cancel-order__item__image-giftcard {
  height: auto; }

.c-cancel-order__item__product-name {
  display: inline-block;
  margin-bottom: 16px;
  color: #434343;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: bold; }

.c-cancel-order__item__attributes span {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  color: #434343;
  margin-bottom: 7px; }

.c-cancel-order__item-selector {
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 32px 20px;
  box-sizing: border-box;
  min-height: 190px;
  position: relative;
  background-image: url("../../images/return-check-active.svg");
  background-size: 1px 1px;
  background-position: top right;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .c-cancel-order__item-selector {
      padding: 28px 24px; } }
  .c-cancel-order__item-selector::after {
    content: "";
    display: block;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 28px;
    height: 28px;
    border-radius: 0 3px 0 5px;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    background-image: url("../../images/return-check-inactive.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 15px; }
  .c-cancel-order__item-selector.active {
    border-color: #0063ba;
    outline: 1px solid #0063ba; }
    .c-cancel-order__item-selector.active::after {
      background-image: url("../../images/return-check-active.svg");
      background-color: #0063ba;
      border-color: #0063ba; }
  @media (min-width: 1280px) {
    .c-cancel-order__item-selector:hover:not(.active)::after {
      background-image: url("../../images/return-check-hover.svg");
      border-color: #757575; } }
  @media (min-width: 1280px) {
    .c-cancel-order__item-selector:hover:not(.active) {
      border-color: #757575; } }

.c-cancel-order__reasone-selector {
  margin: 36px 0 60px 0; }
  @media (min-width: 768px) {
    .c-cancel-order__reasone-selector {
      margin: 28px 0 60px 0; } }
  @media (min-width: 1280px) {
    .c-cancel-order__reasone-selector {
      margin: 32px 0 60px 0; } }
  .c-cancel-order__reasone-selector__title {
    margin-bottom: 16px;
    padding: 12px 20px;
    width: 100vw;
    margin-left: -20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    background-color: #F3F3F3; }
    @media (min-width: 768px) {
      .c-cancel-order__reasone-selector__title {
        width: 100%;
        margin-left: 0; } }
  .c-cancel-order__reasone-selector__reasone {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 0 0 12px 0;
    box-sizing: border-box;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px; }
    .c-cancel-order__reasone-selector__reasone:has(label input:checked) {
      border-color: #0063ba;
      outline: 1px solid #0063ba; }
    .c-cancel-order__reasone-selector__reasone label {
      align-items: center;
      display: flex;
      line-height: 20px;
      margin: auto;
      padding: 10px 12px;
      cursor: pointer; }
    .c-cancel-order__reasone-selector__reasone input[type="radio"] {
      accent-color: #0063ba;
      width: 20px;
      height: 20px;
      margin-right: 12px; }

.c-cancel-order__reasone-selector .c-cancel-order__item {
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .c-cancel-order__reasone-selector .c-cancel-order__item {
      margin-bottom: 16px; } }

.c-cancel-order__option-card {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  flex-direction: column;
  background-color: #FAFAFA;
  min-height: 156px;
  min-width: 0;
  margin-bottom: 0;
  position: relative;
  padding: 28px 24px;
  word-wrap: break-word;
  background-clip: border-box; }
  .c-cancel-order__option-card .checks {
    display: block;
    list-style: none;
    margin-left: 8px;
    margin-bottom: 32px;
    padding: 0; }
    @media (min-width: 768px) {
      .c-cancel-order__option-card .checks {
        margin-bottom: 0; } }
    .c-cancel-order__option-card .checks li {
      position: relative;
      padding-left: 20px;
      line-height: 22px;
      font-size: 14px;
      margin-top: 10px;
      margin-bottom: 0; }
      .c-cancel-order__option-card .checks li:first-child {
        margin-top: 0; }
      .c-cancel-order__option-card .checks li::before {
        content: "";
        position: absolute;
        width: 14px;
        height: 11px;
        background-image: url("../../images/img-return-check.svg");
        background-repeat: no-repeat;
        top: 6px;
        left: -2px; }
  .c-cancel-order__option-card h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    max-width: 0 0 16px 0; }

.c-cancel-order__option-separator {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin: 12px 0;
  text-align: center; }
  .c-cancel-order__option-separator strong {
    position: relative;
    display: block;
    width: 80px;
    margin: 0 auto; }
    .c-cancel-order__option-separator strong::before, .c-cancel-order__option-separator strong::after {
      border-top: 1px #434343 solid;
      display: block;
      content: "";
      width: 16px;
      top: 14px;
      position: absolute; }
    .c-cancel-order__option-separator strong::after {
      right: 0; }

.c-cancel-order__button-next {
  background-color: #0063ba;
  border: 2px solid #0063ba;
  border-bottom: 2px solid #0059A7;
  color: #fff;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: normal;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 8px; }
  @media (max-width: 767.98px) {
    .c-cancel-order__button-next {
      left: 50%;
      position: relative;
      transform: translate(-50%, 0); } }
  @media (min-width: 768px) {
    .c-cancel-order__button-next {
      width: 335px; } }
  @media (min-width: 1280px) {
    .c-cancel-order__button-next {
      width: 280px; } }
  .c-cancel-order__button-next:hover {
    background-color: #004F95;
    border: 1px solid #004A8C;
    color: #fff;
    padding-top: 14px; }

.c-cancel-order__button-submit {
  background-color: #434343;
  border: 2px solid #434343;
  border-bottom: 2px solid #282828;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  min-width: 254px;
  margin: auto;
  padding: 12px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  min-height: 48px; }
  @media (min-width: 768px) {
    .c-cancel-order__button-submit {
      width: 254px;
      margin-right: 0; } }
  .c-cancel-order__button-submit:hover, .c-cancel-order__button-submit:active {
    background-color: #333333;
    border-color: #181818;
    color: #fff; }

.c-cancel-order__note {
  margin: 0;
  color: #666;
  font-size: 13px;
  line-height: 20px;
  font-weight: normal; }
  .c-cancel-order__note p {
    margin-bottom: 16px; }
  .c-cancel-order__note.mb {
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .c-cancel-order__note.mb {
        margin-bottom: 36px; } }
  .c-cancel-order__note .asterisk span {
    display: block;
    margin-left: 10px;
    line-height: 20px; }
    .c-cancel-order__note .asterisk span a {
      font-weight: 600; }
      .c-cancel-order__note .asterisk span a:hover {
        color: #1973C1; }
  .c-cancel-order__note .asterisk::before {
    content: '*';
    float: left; }

.c-cancel-order__contact-us p {
  color: #666666;
  font-family: "Mulish", Helvetica, Helmet, Freesans, sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 22px; }

.c-cancel-order__contact-us__phone a {
  text-decoration: none;
  color: #434343;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  cursor: default; }
  .c-cancel-order__contact-us__phone a:hover {
    color: #434343 !important; }

.c-cancel-order__confirm {
  display: flex;
  flex-flow: row wrap; }
  .c-cancel-order__confirm-col1 {
    width: 100%;
    max-width: 648px; }
    @media (min-width: 768px) and (max-width: 1279.98px) {
      .c-cancel-order__confirm-col1 {
        max-width: 668px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 1280px) {
      .c-cancel-order__confirm-col1 {
        margin-right: 60px; } }
  .c-cancel-order__confirm-col2 {
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1279.98px) {
      .c-cancel-order__confirm-col2 {
        max-width: 668px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (min-width: 1280px) {
      .c-cancel-order__confirm-col2 {
        width: 420px; } }
  @media (min-width: 768px) and (max-width: 1279.98px) {
    .c-cancel-order__confirm__footer {
      max-width: 335px;
      margin-left: auto;
      margin-right: auto;
      display: block; } }
  .c-cancel-order__confirm__order_no {
    margin-bottom: 16px;
    font-size: 15px;
    color: #666666; }
    @media (max-width: 1279.98px) {
      .c-cancel-order__confirm__order_no {
        margin: 16px 0 16px 0; } }
  .c-cancel-order__confirm__info_banner {
    box-sizing: border-box;
    height: auto;
    width: auto;
    border: 0.5px solid #0063ba;
    border-radius: 4px;
    background-color: #e5eff8;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    margin-top: 40px;
    margin-bottom: 76px;
    display: flex;
    line-height: 12px; }
    @media (max-width: 1279.98px) {
      .c-cancel-order__confirm__info_banner {
        margin-bottom: 0; } }
    .c-cancel-order__confirm__info_banner::before {
      content: url("../../images/svg-info.svg");
      padding-left: 14px;
      padding-right: 12px; }
    .c-cancel-order__confirm__info_banner span.info {
      height: auto;
      width: auto;
      color: #434343;
      font-family: "Mulish", Helvetica, Helmet, Freesans, sans-serif;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 19px;
      vertical-align: middle; }
    .c-cancel-order__confirm__info_banner a {
      font-weight: 600;
      color: #0063ba; }
      .c-cancel-order__confirm__info_banner a:hover {
        color: #0063ba; }
  .c-cancel-order__confirm__nav_tabs {
    height: 42px;
    margin-bottom: 40px; }
    .c-cancel-order__confirm__nav_tabs .nav-tabs {
      border-bottom: none; }
    .c-cancel-order__confirm__nav_tabs .nav-item {
      flex-grow: 0; }
    .c-cancel-order__confirm__nav_tabs .nav-link:not(.active):hover,
    .c-cancel-order__confirm__nav_tabs .nav-link:not(.active):focus {
      border-radius: 4px;
      background-color: #f2f5f8; }
    .c-cancel-order__confirm__nav_tabs .nav-link {
      display: flex;
      padding: 0 0;
      height: 42px;
      color: #434343;
      font-family: "Mulish", Helvetica, Helmet, Freesans, sans-serif;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 24px;
      text-align: justify; }
      .c-cancel-order__confirm__nav_tabs .nav-link.active {
        color: #434343; }
    .c-cancel-order__confirm__nav_tabs .nav-drop-off,
    .c-cancel-order__confirm__nav_tabs .nav-print-label {
      padding: 9px 12px; }
      @media (max-width: 1279.98px) {
        .c-cancel-order__confirm__nav_tabs .nav-drop-off,
        .c-cancel-order__confirm__nav_tabs .nav-print-label {
          padding: 6px 0; } }
      .c-cancel-order__confirm__nav_tabs .nav-drop-off.active,
      .c-cancel-order__confirm__nav_tabs .nav-print-label.active {
        font-weight: bold; }
    .c-cancel-order__confirm__nav_tabs .nav-drop-off {
      margin-right: 16px; }
      @media (max-width: 1279.98px) {
        .c-cancel-order__confirm__nav_tabs .nav-drop-off {
          margin-right: 40px; } }
  .c-cancel-order__confirm__print_links {
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    flex-flow: row wrap; }
    .c-cancel-order__confirm__print_links a {
      width: 100%;
      margin: 20px 0 0 0; }
      @media (min-width: 768px) {
        .c-cancel-order__confirm__print_links a {
          border-left: 1px #ccc solid;
          margin: 0 0 0 12px;
          padding: 0 0 0 12px;
          width: auto; } }
      .c-cancel-order__confirm__print_links a:first-child {
        margin: 0; }
        @media (min-width: 768px) {
          .c-cancel-order__confirm__print_links a:first-child {
            border-left: none;
            margin: 0;
            padding: 0; } }
      .c-cancel-order__confirm__print_links a:hover {
        color: #1973C1; }
    .c-cancel-order__confirm__print_links span {
      display: inline-block;
      border: 1px solid #ccc;
      height: 10px;
      margin: 0 20px;
      width: 1px; }
  .c-cancel-order__confirm__print_links_by_mail {
    font-weight: 500;
    margin-bottom: 40px;
    display: flex;
    flex-flow: row wrap; }
    .c-cancel-order__confirm__print_links_by_mail a {
      width: 100%;
      margin: 20px 0 0 0;
      font-weight: bold; }
      @media (min-width: 768px) {
        .c-cancel-order__confirm__print_links_by_mail a {
          margin: 12px 0 12px 48px;
          padding: 0 0 0 12px;
          width: auto; } }
      .c-cancel-order__confirm__print_links_by_mail a:first-child {
        margin: 0; }
      .c-cancel-order__confirm__print_links_by_mail a:hover {
        color: #1973C1; }
      @media (max-width: 767.98px) {
        .c-cancel-order__confirm__print_links_by_mail a.download-label-link {
          margin-top: 24px;
          text-align: center; } }
    .c-cancel-order__confirm__print_links_by_mail .c-icon--return-print {
      width: 18px;
      height: 15px; }
  .c-cancel-order__confirm__help_links {
    margin: 32px 0 17px 0;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 22px;
    width: 303px; }
    @media (min-width: 768px) {
      .c-cancel-order__confirm__help_links {
        width: 356px; } }
    .c-cancel-order__confirm__help_links a:hover {
      color: #1973C1; }
  .c-cancel-order__confirm__upsDropOffInfo {
    display: flex;
    flex-direction: row; }
    @media (max-width: 767.98px) {
      .c-cancel-order__confirm__upsDropOffInfo {
        flex-direction: column; } }
  .c-cancel-order__confirm__upsBarCode {
    margin-right: 40px; }
    @media (max-width: 767.98px) {
      .c-cancel-order__confirm__upsBarCode {
        text-align: center;
        margin-right: 0; } }
    @media (max-width: 767.98px) {
      .c-cancel-order__confirm__upsBarCode .svg-barcode svg {
        width: 225px;
        height: 225px; } }
    .c-cancel-order__confirm__upsBarCode .barCode {
      margin-top: 16px;
      text-align: center;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 22px;
      overflow-wrap: anywhere; }
    .c-cancel-order__confirm__upsBarCode .expire {
      margin-top: 16px;
      height: 16px;
      font-size: 13px;
      line-height: 16px;
      display: flex;
      justify-content: center;
      margin-bottom: 32px; }
      @media (max-width: 767.98px) {
        .c-cancel-order__confirm__upsBarCode .expire {
          margin-bottom: 40px; } }
  .c-cancel-order__confirm__instructions p.ups-info {
    margin-bottom: 0;
    color: #666666;
    font-family: "Mulish", Helvetica, Helmet, Freesans, sans-serif;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0;
    line-height: 19px; }
  .c-cancel-order__confirm__instructions a {
    font-weight: 600; }
    .c-cancel-order__confirm__instructions a:hover {
      color: #1973C1; }
  .c-cancel-order__confirm__instructions h2 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left;
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px; }
  .c-cancel-order__confirm__instructions ul,
  .c-cancel-order__confirm__instructions ol {
    padding: 20px 0 32px 20px; }
    .c-cancel-order__confirm__instructions ul.border-bottom,
    .c-cancel-order__confirm__instructions ol.border-bottom {
      border-bottom: 1px solid #ccc; }
    .c-cancel-order__confirm__instructions ul li,
    .c-cancel-order__confirm__instructions ol li {
      padding: 16px 0 0 0;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px; }
      .c-cancel-order__confirm__instructions ul li:first-child,
      .c-cancel-order__confirm__instructions ol li:first-child {
        padding: 0; }
  .c-cancel-order__confirm__instructions ol {
    margin: 0; }
  .c-cancel-order__confirm__info_wrap {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px; }
    @media (max-width: 1279.98px) {
      .c-cancel-order__confirm__info_wrap {
        margin-bottom: 0; } }
  .c-cancel-order__confirm .btn-outline-secondary {
    padding: 5px;
    min-width: 280px; }
  @media (max-width: 767.98px) {
    .c-cancel-order__confirm .download-label-link {
      text-align: center; } }
  .c-cancel-order__confirm .primary-cta {
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    padding: 12px 22px; }
    .c-cancel-order__confirm .primary-cta:hover {
      color: #fff;
      background-color: #004F95;
      border: 2px solid #004A8C; }

.c-cancel-order__switch-method {
  margin-top: 32px; }
  @media (min-width: 1280px) {
    .c-cancel-order__switch-method {
      margin-top: 36px; } }
  .c-cancel-order__switch-method a:hover {
    color: #1973C1; }

.c-cancel-order__summary h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 16px; }

.c-cancel-order__summary h3 {
  height: 22px;
  color: #434343;
  font-family: "Mulish", Helvetica, Helmet, Freesans, sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 6px; }

.c-cancel-order__summary a {
  font-weight: 600; }
  .c-cancel-order__summary a:hover {
    color: #1973C1; }

.c-cancel-order__summary .collapsible-md .title::after {
  right: 16px;
  background-position-y: center; }

@media (max-width: 1279.98px) {
  .c-cancel-order__summary__container-title {
    background-color: #F3F3F3;
    height: 72px;
    margin-bottom: 16px; } }

.c-cancel-order__summary__container-title h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 32px;
  text-align: left;
  margin-bottom: 20px;
  color: #434343; }
  @media (max-width: 1279.98px) {
    .c-cancel-order__summary__container-title h2 {
      font-size: 18px;
      line-height: 24px;
      padding: 12px 0 4px 16px;
      background-color: #F3F3F3;
      margin-bottom: 0; } }

.c-cancel-order__summary__container-title__items-title {
  background-color: #F3F3F3;
  padding: 6px 10px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 24px; }
  .c-cancel-order__summary__container-title__items-title strong {
    font-size: 21px;
    font-weight: bold;
    line-height: 28px; }
  @media (max-width: 1279.98px) {
    .c-cancel-order__summary__container-title__items-title {
      font-size: 14px;
      line-height: 20px;
      padding: 0 0 12px 16px;
      background-color: #F3F3F3;
      color: #434343;
      margin-bottom: 0; } }

.c-cancel-order__summary__content {
  border-bottom: 1px solid #434343;
  margin-bottom: 20px; }
  @media (max-width: 1279.98px) {
    .c-cancel-order__summary__content {
      padding-left: 16px;
      padding-right: 16px; } }

.c-cancel-order__summary__item {
  border-top: 1px #ccc solid;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 28px;
  font-size: 14px;
  line-height: 16px; }
  .c-cancel-order__summary__item:first-child, .c-cancel-order__summary__item.first {
    padding-top: 17px;
    margin-top: 0; }
  .c-cancel-order__summary__item .details .label {
    margin-bottom: 7px; }
  .c-cancel-order__summary__item-container {
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
  .c-cancel-order__summary__item-image {
    width: 108px;
    margin-right: 20px; }
    .c-cancel-order__summary__item-image img {
      width: 100%;
      height: auto; }
  .c-cancel-order__summary__item-attributes {
    width: 150px;
    flex-grow: 2; }

.c-cancel-order__summary__item-name {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: bold; }
  .c-cancel-order__summary__item-name strong {
    font-weight: bold; }

.c-cancel-order__summary__refund {
  border-top: 1px solid #ccc;
  margin-top: 17px;
  padding: 16px 0 9px 0;
  font-size: 16px;
  line-height: 24px; }
  .c-cancel-order__summary__refund h3 {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
    margin: 0 0 16px 0; }
  .c-cancel-order__summary__refund .row {
    padding-bottom: 8px; }

.c-cancel-order__buttons {
  margin-top: 40px; }
  @media (max-width: 767.98px) {
    .c-cancel-order__buttons {
      position: fixed;
      z-index: 9999;
      padding: 17px 0;
      bottom: 0;
      text-align: center;
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 768px) {
    .c-cancel-order__buttons.d-lg-block, .c-cancel-order__buttons.d-md-block {
      display: flex !important;
      flex-direction: row;
      justify-content: space-between; } }

.c-cancel-order__button-go-back {
  background-color: #fff;
  border: 2px solid #0063ba;
  color: #0063ba;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: normal;
  width: 286px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 8px; }
  @media (max-width: 767.98px) {
    .c-cancel-order__button-go-back {
      width: 100%;
      margin-right: 0; } }
  .c-cancel-order__button-go-back:hover {
    background-color: #1973C1;
    border: 1px solid #1973C1;
    color: #fff;
    padding-top: 14px; }

.c-cancel-order__button-cancel-order {
  background-color: #0063ba;
  border: 2px solid #0063ba;
  border-bottom: 2px solid #0059A7;
  color: #fff;
  height: 48px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: normal;
  width: 286px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 8px; }
  @media (max-width: 767.98px) {
    .c-cancel-order__button-cancel-order {
      width: 100%;
      margin-bottom: 12px; } }
  .c-cancel-order__button-cancel-order:hover {
    background-color: #004F95;
    border: 1px solid #004A8C;
    color: #fff;
    padding-top: 14px; }

.c-cancel-order__cancel-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 21px;
  padding-top: 8px; }

.c-cancel-order__confirm-modal-body h2 {
  margin-bottom: 24px !important; }
  @media (max-width: 767.98px) {
    .c-cancel-order__confirm-modal-body h2.cancel-order-confirm {
      font-size: 20px;
      line-height: normal;
      margin-bottom: 16px; } }

@media (max-width: 767.98px) {
  .c-cancel-order__confirm-modal-body {
    margin-bottom: 142px; } }

.c-cancel-order__cancel-items {
  margin-bottom: 10px; }

.c-cancel-order__cancel-item-count {
  color: #434343;
  font-family: "Mulish", Helvetica, Helmet, Freesans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px; }
  @media (max-width: 767.98px) {
    .c-cancel-order__cancel-item-count {
      margin-bottom: 8px; } }

.c-cancel-order__view-all-items-link {
  color: #0063ba;
  font-family: "Mulish", Helvetica, Helmet, Freesans, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; }
  .c-cancel-order__view-all-items-link:hover {
    color: #0063ba; }

.c-cancel-order__view-all-items {
  margin-top: 24px;
  margin-bottom: 32px; }

.c-cancel-order__confirm-cancel-reason {
  color: #434343;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 4px;
  border: 0.5px solid #757575;
  background-color: #F8F8F8;
  padding: 14px 16px;
  margin-top: 32px; }
  .c-cancel-order__confirm-cancel-reason .cancel-reason {
    font-weight: 400; }

.c-cancel-order .btn-outline-secondary {
  background-color: #fff;
  border: 2px solid #484848;
  border-radius: 8px;
  padding: 12px 22px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px; }
  .c-cancel-order .btn-outline-secondary:not(:disabled):not(.disabled):active, .c-cancel-order .btn-outline-secondary:not(:disabled):not(.disabled).active, .c-cancel-order .btn-outline-secondary:active {
    background-color: #fff;
    border: 2px solid #484848;
    color: #434343; }
  .c-cancel-order .btn-outline-secondary:hover {
    background-color: #484848;
    border: 2px solid #484848;
    color: #fff; }
  .c-cancel-order .btn-outline-secondary:focus {
    background-color: #484848;
    border: 2px solid #fff;
    box-shadow: 0 0 8px 6px rgba(76, 145, 206, 0.6);
    color: #fff; }
  .c-cancel-order .btn-outline-secondary.btn-block {
    margin-top: 32px;
    width: 335px; }
    @media (min-width: 1280px) {
      .c-cancel-order .btn-outline-secondary.btn-block.store {
        margin-top: 36px; } }
    @media (max-width: 767.98px) {
      .c-cancel-order .btn-outline-secondary.btn-block {
        width: auto; } }

@media (min-width: 768px) {
  .c-cancel-order .modal-dialog {
    max-width: 700px; } }

@media (min-width: 768px) {
  .c-cancel-order .modal-body {
    padding-left: 56px;
    padding-right: 56px;
    padding-bottom: 56px;
    width: 700px; } }

.c-cancel-order .modal-header {
  padding-top: 56px; }
  @media (min-width: 768px) {
    .c-cancel-order .modal-header {
      padding-top: 64px;
      width: 700px; } }

.c-cancel-order .modal .close {
  right: 12px;
  top: 12px;
  width: 32px;
  height: 32px;
  background-image: url("../../images/modal-close.svg"); }
  @media (min-width: 768px) {
    .c-cancel-order .modal .close {
      right: 20px;
      top: 20px;
      border: 0; } }

@media (min-width: 768px) {
  .c-cancel-order .modal-content {
    border: none; } }

@media (min-width: 768px) {
  .c-cancel-order .delete-confirmation-header.cancel-confirm-modal {
    padding-bottom: 0; } }

.page {
  background-color: #fff; }

h1.page-title {
  font-size: 1.5rem;
  color: #434343;
  background-color: transparent;
  margin: 30px 0 10px;
  padding: 0; }

.section-label {
  font-size: 0.875rem;
  font-weight: bolder; }

@media (min-width: 768px) {
  .delete-confirmation-body {
    width: 700px;
    padding-bottom: 56px;
    padding-left: 56px;
    padding-right: 56px; } }

@media (min-width: 768px) {
  .delete-confirmation-header {
    width: 700px;
    padding-bottom: 31px; } }

@media (min-width: 768px) {
  .cancel-line-item-modal-dialog {
    width: 700px;
    max-width: 700px; } }

.modal-cancel-body h2 {
  font-size: 30px;
  margin-block-end: 40px;
  font-weight: 600;
  line-height: 36px; }
  @media (max-width: 767.98px) {
    .modal-cancel-body h2 {
      margin-block-end: 32px; } }

.modal-cancel-body .c-cancel-order__item-selector {
  margin-bottom: 16px; }

@media (max-width: 767.98px) {
  .modal-cancel-body {
    padding-bottom: 127px; } }

.order-cancel-body {
  margin-left: 430px; }
  @media (max-width: 1279.98px) {
    .order-cancel-body {
      margin-left: 0 !important;
      margin-right: 0 !important; } }
  .order-cancel-body h2 {
    font-size: 30px;
    margin-block-end: 12px;
    font-weight: 600;
    line-height: 36px; }
  .order-cancel-body .c-cancel-order__item-selector {
    margin-bottom: 16px; }
  .order-cancel-body .c-cancel-order__description {
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .order-cancel-body .c-cancel-order__description {
        margin-bottom: 32px; } }
  .order-cancel-body .c-cancel-order__devider {
    border-bottom: 1px solid #d3d3d3;
    margin-top: 32px;
    margin-bottom: 32px; }
  .order-cancel-body .c-cancel-order__reasons {
    width: 335px;
    margin-bottom: 40px; }
    @media (max-width: 767.98px) {
      .order-cancel-body .c-cancel-order__reasons {
        width: 100%; } }
  .order-cancel-body .c-cancel-order__continue {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (min-width: 1280px) {
      .order-cancel-body .c-cancel-order__continue {
        display: block; } }
  .order-cancel-body .btn-block {
    width: 335px;
    height: 46px;
    margin-bottom: 60px; }
    @media (max-width: 767.98px) {
      .order-cancel-body .btn-block {
        width: 100%;
        margin-bottom: 26px; } }
    @media (min-width: 768px) and (max-width: 1279.98px) {
      .order-cancel-body .btn-block {
        width: 360px;
        margin-bottom: 66px; } }
  .order-cancel-body .cancel-back-button {
    width: 53;
    height: 18;
    top: 124px;
    left: 430px;
    gap: 8px;
    color: #1973C1;
    text-decoration: none;
    background-color: transparent;
    margin-bottom: 53px;
    margin-top: 12px; }
    @media (max-width: 1279.98px) {
      .order-cancel-body .cancel-back-button {
        margin-bottom: 32px; } }
    @media (max-width: 767.98px) {
      .order-cancel-body .cancel-back-button {
        margin-top: 8px; } }
  .order-cancel-body .caret-left::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M8.34222 0L9 0.736752L4.30002 6L8.99909 11.2638L8.34222 12L3.31403 6.36812L3 6L3.31403 5.63188L8.34222 0Z' fill='%230063BA'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 8px; }
  .order-cancel-body .select-all-checkbox {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .order-cancel-body .select-all-checkbox:checked {
    background-color: #0063ba;
    border-color: #0063ba; }
  .order-cancel-body .select-all-checkbox:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.937 3.8287C16.2901 3.31118 15.3462 3.41606 14.8287 4.06296L7.875 12.754L5.06066 9.93934C4.47487 9.35355 3.52513 9.35355 2.93934 9.93934C2.35355 10.5251 2.35355 11.4749 2.93934 12.0607L6.93934 16.0607C7.57151 16.6928 8.61281 16.6352 9.1713 15.937L17.1713 5.93704C17.6888 5.29015 17.5839 4.34621 16.937 3.8287Z" fill="%23fff"/></svg>') center/contain no-repeat; }
  .order-cancel-body .select-all {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    margin-bottom: 24px; }

.modal-cancel-footer {
  border-top: none;
  padding: 0 !important;
  margin-top: 40px; }
  .modal-cancel-footer .btn-primary-ghost-alt {
    margin-right: 8px; }
  .modal-cancel-footer .btn-primary-new {
    margin-left: 8px; }
  @media (max-width: 767.98px) {
    .modal-cancel-footer {
      display: none; } }

.modal-cancel-footer-sticky {
  border: none;
  display: block;
  width: auto;
  margin-left: 0;
  /* no unit */
  left: 0;
  /* no unit */
  right: 0;
  /* no unit */
  justify-content: center; }
  .modal-cancel-footer-sticky .btn-primary-new {
    margin-bottom: 17px; }
  .modal-cancel-footer-sticky .btn-primary-ghost-alt {
    margin-left: 0;
    /* no unit */ }
  @media (max-width: 767.98px) {
    .modal-cancel-footer-sticky {
      position: fixed;
      z-index: 9999;
      padding: 17px 0;
      bottom: 0;
      text-align: center;
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 768px) {
    .modal-cancel-footer-sticky {
      display: none; } }

.my-account {
  text-align: center;
  margin-bottom: 0.938em; }

.line-item-header {
  margin-bottom: 2px; }

.line-item-divider {
  margin: 0.625em -0.625rem 0.625em -0.625rem; }

.product-info {
  margin-bottom: 1em; }

.item-image {
  height: auto;
  margin-right: 20px; }
  @media (min-width: 768px) and (max-width: 1279.98px) {
    .item-image {
      height: 80px;
      width: 90px;
      margin-right: 0; } }

.items-total span {
  font-size: 0.9375rem;
  font-weight: normal; }

.order-card {
  margin-bottom: 30px; }
  .order-card__label {
    font-weight: 700; }
  .order-card__item {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 4px;
    margin-right: 20px;
    padding-right: 20px; }
    @media (min-width: 768px) {
      .order-card__item {
        margin-right: 10px;
        padding-right: 10px; } }
    @media (min-width: 768px) {
      .order-card__item {
        display: inline;
        margin-bottom: 0; } }
    .order-card__item:last-child {
      margin-bottom: 0; }
    @media (min-width: 768px) {
      .order-card__item--separator {
        border-right: 1px solid rgba(0, 0, 0, 0.125); } }
  .order-card__halfMargin {
    margin-right: 10px;
    padding-right: 10px; }
  .order-card .card-number-date {
    display: inline-block;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .order-card .card-number-date {
        width: 100%;
        margin-bottom: 0; } }
  .order-card .card-status-links {
    display: inline-block;
    margin-bottom: 10px; }
    @media (max-width: 767.98px) {
      .order-card .card-status-links {
        width: 100%;
        margin-bottom: 0; } }
  .order-card .print-return-icon {
    margin-right: 10px;
    padding-right: 10px;
    display: inline-block; }
    .order-card .print-return-icon svg {
      width: 16px;
      height: 16px; }
    @media (max-width: 767.98px) {
      .order-card .print-return-icon {
        padding-top: 4px;
        margin-right: 10px;
        width: 100%; } }
    @media (max-width: 1279.98px) {
      .order-card .print-return-icon {
        margin-right: 10px; } }
    @media (min-width: 1440px) {
      .order-card .print-return-icon {
        margin-right: 10px;
        padding-right: 10px; } }
    .order-card .print-return-icon .print-return-text {
      color: #1973C1;
      font-size: 0.9375rem;
      cursor: pointer; }
      @media (max-width: 767.98px) {
        .order-card .print-return-icon .print-return-text {
          padding-top: 20px; } }
    .order-card .print-return-icon .print-return-text:hover {
      text-decoration: underline; }
  .order-card .return-policy {
    margin-right: 10px;
    padding-right: 0;
    display: inline-block; }
    .order-card .return-policy a {
      font-size: 15px; }
    @media (max-width: 767.98px) {
      .order-card .return-policy {
        padding-top: 0px;
        margin-top: 0px;
        width: 100%; } }
    @media (min-width: 1280px) {
      .order-card .return-policy {
        margin-right: 0;
        padding-right: 0;
        padding-left: 0; } }
    @media (min-width: 1440px) {
      .order-card .return-policy {
        margin-right: 0;
        padding-right: 0;
        padding-left: 0; } }

.product-info__productname {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.43; }
  @media (min-width: 768px) {
    .product-info__productname {
      font-size: 0.9375rem;
      line-height: 1.47; } }

.product-info__item-attributes {
  font-size: 0.8125rem;
  line-height: 1.62; }
  @media (min-width: 768px) {
    .product-info__item-attributes {
      font-size: 0.875rem;
      line-height: 1.5; } }

.product-info__heading {
  font-size: 0.875rem;
  font-weight: 700; }

.product-info__value {
  font-size: 0.875rem;
  font-weight: 600; }

.product-info__attr-label {
  font-size: 0.875rem;
  font-weight: 700; }

.product-info__attr-value {
  font-size: 0.875rem; }

.product-info__item-links {
  z-index: 25; }
  .product-info__item-links__link {
    font-size: 0.8125rem;
    text-transform: none; }
    a.product-info__item-links__link {
      line-height: 1.7; }
  .product-info__item-links__wrapper {
    position: absolute;
    bottom: 1px; }
    @media (max-width: 767.98px) {
      .product-info__item-links__wrapper {
        position: initial; } }
  .product-info__item-links__tracking-number {
    position: relative; }
  .product-info__item-links__separator {
    margin-left: 3px;
    margin-right: 3px; }
    .product-info__item-links__separator::after {
      content: "|"; }

.oh-order-summary h3 {
  font-size: 1rem;
  margin-bottom: 5px; }

.oh-order-summary__line {
  font-size: 0.9375rem;
  margin-bottom: 10px; }
  .oh-order-summary__line--total {
    font-weight: 700; }

.oh-order-summary__divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin: 20px 0; }

.oh-order-summary__details {
  color: #767676;
  font-size: 0.9375rem;
  margin-bottom: 20px; }

.product-card-footer .row {
  justify-content: space-between; }

.trackOrderPageContainer .track-order-header {
  font-size: 1.25rem;
  text-transform: capitalize;
  text-align: center !important; }
  @media (min-width: 768px) {
    .trackOrderPageContainer .track-order-header {
      font-size: 1.875rem; } }
  @media (min-width: 1280px) {
    .trackOrderPageContainer .track-order-header {
      text-align: center !important; } }

.trackOrderPageContainer .track-order-header-large-font-mb {
  font-size: 1.5625rem; }

.receipt-header-mobile {
  display: none; }

@media print {
  * {
    transition: none !important;
    -webkit-transition: none !important; }
  _ .logo-home, .safari_only .logo-home {
    padding-bottom: 20px; }
  #mainContent {
    break-inside: avoid; }
  header .c-navigation-global,
  header .c-header-global__navigation__secondary,
  header .c-header-global__navigation__secondary__item,
  header .c-header-global__mobile-nav-toggle,
  header .site-search,
  header .minicart-total,
  header .c-header-banner,
  header .search-button,
  header .c-icon--store-locator-desktop,
  header .c-icon--search-input {
    display: none !important; }
  footer#footercontent {
    display: none; }
  .order-receipt-title {
    max-width: 25%; } }
  @media print and (max-width: 1279.98px) {
    .order-receipt-title {
      display: none !important; } }

@media print and (max-width: 1279.98px) {
  .confirmation__details {
    max-width: 80%; } }

@media print {
  .historical-receipt {
    width: 90%; }
  .c-order-summary__block {
    max-width: 85%;
    break-inside: avoid; } }
  @media print and (max-width: 1279.98px) {
    .c-order-summary__block {
      max-width: 79%; } }

@media print and (max-width: 1279.98px) {
  .receipt-header-mobile {
    max-width: 90%;
    display: block !important; } }

@media print {
  .c-header-global__navigation__primary {
    padding-bottom: 10px; }
    .c-header-global__navigation__primary--fixed {
      position: relative !important; }
  .confirmation__row--line {
    display: none; } }

@media print and (min-width: 768px) {
  .confirmation__summary {
    max-width: 25%; } }

@media print {
  .order-status__link {
    display: none !important; }
  #attentive_overlay {
    display: none !important; }
  .c-breadcrumbs {
    display: none !important; }
  .c-product-return {
    display: none; }
  .c-order-summary {
    break-inside: avoid;
    padding-top: 0 !important;
    margin-top: 0 !important; }
  .back-account-btn-print-view,
  .continue-shopping-btn-print-view {
    display: none; }
  .card-body .print-return-icon {
    display: none; }
  .card-body .return-policy {
    display: none; }
  .card-body .c-product-return {
    display: none; }
  .card-body .show-return-options {
    display: none; }
  .product-summary .c-product-summary__item {
    padding-bottom: 20px !important;
    break-inside: avoid; }
    .product-summary .c-product-summary__item__body {
      padding-bottom: 0 !important;
      margin-bottom: 0 !important; }
    .product-summary .c-product-summary__item__details {
      padding-right: 5px; }
    .product-summary .c-product-summary__item__qty-price__item {
      padding-right: 30px; }
    .product-summary .c-product-summary__item .product-info__item-links__cancel-item {
      display: none; }
  .dashboard-order-card-status {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }
  .product-info__item-links {
    padding: 0 0 !important;
    margin: 0 0 !important; }
    .product-info__item-links .d-md-inline {
      display: none !important; }
    .product-info__item-links .product-info__item-links__wrapper {
      position: inherit !important; }
      .product-info__item-links .product-info__item-links__wrapper .product-info__item-links__tracking-number {
        padding: 0 0 !important;
        margin: 0 0 !important; }
        .product-info__item-links .product-info__item-links__wrapper .product-info__item-links__tracking-number a {
          color: inherit;
          text-decoration: none;
          font-size: smaller; }
  .grecaptcha-badge {
    display: none !important; } }

.order-status {
  display: inline-block;
  width: 100%; }
  @media (max-width: 767.98px) {
    .order-status {
      margin-top: 4px; } }
  .order-status__link {
    color: #005495;
    font-weight: 600; }

.b-product_return-item {
  display: block; }

@media (max-width: 767.98px) {
  .c-cart-product-card__body__divider__confirmation {
    min-width: calc(100% + 10px);
    margin-left: -5px;
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 768px) {
  .c-cart-product-card__body__divider__confirmation {
    display: none; } }

@media (min-width: 768px) and (max-width: 1279.98px) {
  .item-image img {
    width: 90px;
    height: 80px; } }

@media (min-width: 768px) and (max-width: 1279.98px) {
  .c-product-summary__item.c-product-summary__item--full {
    padding-right: 0; } }

.c-return-order__start {
  margin-top: 31px;
  margin-bottom: 11px; }
  @media (min-width: 1280px) {
    .c-return-order__start {
      margin-top: 35px;
      margin-bottom: 0; } }
  .c-return-order__start__cta {
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: center; }
    @media (min-width: 768px) {
      .c-return-order__start__cta {
        margin: 0;
        width: 335px; } }

.c-return-order__view-return {
  font-size: 14px;
  font-weight: 600; }
  .c-return-order__view-return:hover, .c-return-order__view-return:active {
    color: #1973C1; }

.historical-receipt {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .historical-receipt {
      margin-bottom: 40px; } }
  .historical-receipt .confirmation__summary .order-continue-shopping-btn {
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 768px) {
      .historical-receipt .confirmation__summary .order-continue-shopping-btn {
        width: 360px; } }

.warning-container:has(+ .msg-container) {
  margin-bottom: 10px; }

.warning-container {
  box-sizing: border-box;
  height: auto;
  width: auto;
  border: 0.5px solid #dc8204;
  border-radius: 4px;
  background-color: #fbf2e5;
  padding-bottom: 17px;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 0; }
  @media (min-width: 1280px) {
    .warning-container {
      flex: 0 0 66.66667%; } }
  .warning-container::before {
    content: url("../../images/svg-info-yellow.svg");
    padding-left: 14px;
    padding-right: 12px; }
  .warning-container .contentasset--order-details-message {
    height: auto;
    color: #434343;
    font-family: "Mulish", Helvetica, Helmet, Freesans, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 19px;
    display: inline-block;
    vertical-align: top; }

.msg-container {
  box-sizing: border-box;
  height: auto;
  width: auto;
  border: 0.5px solid #008945;
  border-radius: 4px;
  background-color: #E5F3EC;
  padding-bottom: 17px;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 0; }
  @media (min-width: 1280px) {
    .msg-container {
      flex: 0 0 66.66667%; } }
  @media (min-width: 768px) {
    .msg-container {
      height: 53px; } }
  .msg-container::before {
    content: url("../../images/svg-success.svg");
    padding-left: 14px;
    padding-right: 12px; }
  .msg-container .message {
    color: #434343;
    font-family: "Mulish", Helvetica, Helmet, Freesans, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; }

