h1 {
  font-family: "futura-heavy";
  font-size: 2.1875rem; }

h2 {
  font-family: "futura-book";
  font-size: 1.875rem; }

h3 {
  font-family: "futura-heavy";
  font-size: 1.25rem; }

h4 {
  font-family: "futura-demi";
  font-size: 1.125rem; }

h5 {
  font-family: "futura-heavy";
  font-size: 1rem; }

h6 {
  font-family: "futura-demi";
  font-size: 1rem; }

.form-group.required .form-control-label::before {
  display: none; }

.form-group.required .form-control-label::after {
  content: "*";
  color: #c00; }

.floating-form {
  /* active state */ }
  .floating-form .form-group {
    margin-bottom: 1.25rem; }
  .floating-form .floating-label {
    position: relative;
    margin-bottom: 1.25rem;
    font-size: 0.625rem; }
    @media (min-width: 768px) {
      .floating-form .floating-label {
        font-size: 0.75rem; } }
    .floating-form .floating-label svg {
      position: absolute;
      top: 1rem;
      right: 1.375rem; }
  .floating-form textarea {
    min-height: 9.633rem; }
  .floating-form .floating-input,
  .floating-form .floating-select {
    display: block;
    width: 100%;
    height: 3.109rem;
    background-color: transparent;
    border: none;
    border: 1px solid #ccc;
    color: #000;
    padding-top: 1rem;
    padding-left: 0.55rem;
    font-size: 0.9375rem;
    font-family: "futura-book"; }
  .floating-form .floating-input:focus,
  .floating-form .floating-select:focus,
  .floating-form .floating-input:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-top: 1rem;
    border: 1px solid #0092a9; }
  .floating-form label {
    width: 100%;
    color: #000000;
    font-size: 0.95rem;
    position: absolute;
    pointer-events: none;
    top: 0.313rem;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 0rem 0.55rem;
    font-family: "futura-book"; }
  .floating-form .floating-input:not(:-moz-placeholder-shown):not(.mc-message) ~ label {
    top: 0.688rem;
    font-size: 0.75rem;
    color: #000000;
    background-color: transparent;
    margin: 0; }
  .floating-form .floating-input:not(:-ms-input-placeholder):not(.mc-message) ~ label {
    top: 0.688rem;
    font-size: 0.75rem;
    color: #000000;
    background-color: transparent;
    margin: 0; }
  .floating-form .floating-input:focus ~ label,
  .floating-form .floating-input:not(:placeholder-shown):not(.mc-message) ~ label {
    top: 0.688rem;
    font-size: 0.75rem;
    color: #000000;
    background-color: transparent;
    margin: 0; }
    .floating-form .floating-input:not(:-moz-placeholder-shown):not(.mc-message) ~ label.mc-message-label {
      top: 17px; }
    .floating-form .floating-input:not(:-ms-input-placeholder):not(.mc-message) ~ label.mc-message-label {
      top: 17px; }
    .floating-form .floating-input:focus ~ label.mc-message-label,
    .floating-form .floating-input:not(:placeholder-shown):not(.mc-message) ~ label.mc-message-label {
      top: 17px; }
  .floating-form .floating-input:-webkit-autofill ~ label {
    top: 0.688rem;
    font-size: 0.75rem;
    background-color: transparent;
    margin: 0; }
  .floating-form .floating-select:focus ~ label,
  .floating-form .floating-select:not([value=""]):valid ~ label {
    top: 0.688rem !important;
    font-size: 0.75rem;
    color: #000000;
    background-color: transparent;
    margin: 0; }
  .floating-form .floating-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    /* Positions background arrow image */
    background-image: url("../../../static/images/icons/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: 0.625rem;
    background-position: 98% 30%;
    background-origin: content-box; }
  .floating-form .floating-select:valid ~ label {
    top: 0.688rem; }
  .floating-form :-webkit-autofill ~ label {
    top: 0.688rem;
    font-size: 0.75rem;
    color: #757575;
    background-color: transparent;
    margin: 0; }
  .floating-form .form-control.is-invalid {
    border-color: #c00;
    -webkit-box-shadow: 0px 0px 4px #c00;
            box-shadow: 0px 0px 4px #c00; }
  .floating-form .form-control.is-invalid ~ label {
    display: none; }
  .floating-form .form-control.is-invalid ~ .invalid-feedback {
    top: 0.688rem;
    left: 0;
    padding: 0rem 0.55rem;
    font-size: 1rem;
    font-family: "futura-book"; }
  .floating-form .floating-input:focus ~ .bar:before,
  .floating-form .floating-input:focus ~ .bar:after,
  .floating-form .floating-select:focus ~ .bar:before,
  .floating-form .floating-select:focus ~ .bar:after {
    width: 50%; }
  .floating-form .floating-textarea {
    overflow: hidden;
    overflow-x: hidden; }
  .floating-form .checkbox-custom label {
    position: relative;
    cursor: pointer;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    pointer-events: unset;
    padding-left: 0.8rem;
    color: #000;
    font-family: 'futura-book';
    font-size: 0.9375rem; }
  .floating-form .checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: block;
    cursor: pointer; }

@-webkit-keyframes inputHighlighter {
  from {
    background: #757575; }
  to {
    width: 0;
    background: transparent; } }

@keyframes inputHighlighter {
  from {
    background: #757575; }
  to {
    width: 0;
    background: transparent; } }
  .floating-form .custom-phone-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%; }
    .floating-form .custom-phone-box .floating-label:first-child {
      max-width: 5rem;
      min-width: 3.75rem;
      width: 100%; }
      .floating-form .custom-phone-box .floating-label:first-child label {
        top: 0.688rem; }
    .floating-form .custom-phone-box .floating-label {
      margin: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      .floating-form .custom-phone-box .floating-label .floating-input {
        width: 100%;
        border-radius: 0.1875rem;
        border: 1px solid #757575;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
      .floating-form .custom-phone-box .floating-label .floating-input.is-invalid {
        border-color: #c00; }
    .floating-form .custom-phone-box .floating-input {
      width: 70px; }
      .floating-form .custom-phone-box .floating-input:nth-child(2) {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-top: inherit;
        height: 100%; }
      .floating-form .custom-phone-box .floating-input:focus {
        outline: none; }
      .floating-form .custom-phone-box .floating-input::-webkit-input-placeholder {
        font-size: 0.75rem; }
      .floating-form .custom-phone-box .floating-input::-moz-placeholder {
        font-size: 0.75rem; }
      .floating-form .custom-phone-box .floating-input:-ms-input-placeholder {
        font-size: 0.75rem; }
      .floating-form .custom-phone-box .floating-input::-ms-input-placeholder {
        font-size: 0.75rem; }
      .floating-form .custom-phone-box .floating-input::placeholder {
        font-size: 0.75rem; }
    .floating-form .custom-phone-box .country-code {
      padding: 0.375rem;
      border-radius: 0.1875rem;
      border: 1px solid #757575;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: 0px; }
      .floating-form .custom-phone-box .country-code:focus {
        padding: 0.375rem; }
    .floating-form .custom-phone-box .floating-select {
      border-radius: 0.1875rem;
      border: 1px solid #757575;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-right: 0;
      padding-top: 0.475rem;
      background-position: 98% 46%; }

h1 {
  font-family: "futura-heavy";
  font-size: 2.1875rem; }

h2 {
  font-family: "futura-book";
  font-size: 1.875rem; }

h3 {
  font-family: "futura-heavy";
  font-size: 1.25rem; }

h4 {
  font-family: "futura-demi";
  font-size: 1.125rem; }

h5 {
  font-family: "futura-heavy";
  font-size: 1rem; }

h6 {
  font-family: "futura-demi";
  font-size: 1rem; }

header ~ #maincontent .container a:not(.btn-primary):not(.btn-outline-primary).link.active {
  color: #0093A8;
  font-family: "futura-medium";
  font-weight: unset !important; }

.page {
  background-color: #fff; }

.receipt .breadcrumb {
  margin-bottom: 20px; }

.Customer-welcome h1 {
  font-size: 1.375rem;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: -.250rem 0 0; }

.tab-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .tab-content-title h1 {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize; }
  .tab-content-title button {
    border: 0;
    font-size: 1rem;
    text-transform: capitalize; }
    .tab-content-title button span {
      text-decoration: underline; }
    .tab-content-title button img {
      height: 1rem;
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 0.719rem;
      width: 1.438rem; }
  .tab-content-title .checkbox-custom label {
    position: relative;
    cursor: pointer;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    pointer-events: unset;
    padding-left: 1.5rem;
    font-size: 1rem;
    color: #000;
    margin: 0; }
    .tab-content-title .checkbox-custom label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 2px solid #000;
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
      padding: 5px;
      display: inline-block;
      position: absolute;
      vertical-align: middle;
      cursor: pointer;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .tab-content-title .checkbox-custom input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer; }
  .tab-content-title .checkbox-custom input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 4px;
    height: 7px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.tab-card .empty-content-box {
  background-color: #FAFAFA;
  border-radius: 0.25rem;
  padding: 3.25rem;
  text-align: center; }
  @media (min-width: 768px) {
    .tab-card .empty-content-box {
      background-color: transparent;
      border-radius: unset;
      padding: 0;
      text-align: center; }
      .tab-card .empty-content-box .box {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }

.tab-card #v-pills-myProfile .mobile-dropdown .button-link, .tab-card #v-pills-myProfile .mobile-dropdown ul li {
  -webkit-transition: background .35s ease;
  transition: background .35s ease; }

.tab-card #v-pills-myProfile .mobile-dropdown {
  margin: 2rem 0;
  width: 100%;
  border: 0.1rem solid #000; }
  .tab-card #v-pills-myProfile .mobile-dropdown .button-link {
    display: block;
    padding: 0.5rem;
    color: #000;
    text-decoration: none;
    text-transform: capitalize;
    position: relative; }
    .tab-card #v-pills-myProfile .mobile-dropdown .button-link:focus, .tab-card #v-pills-myProfile .mobile-dropdown .button-link:hover {
      background: #fff; }
    .tab-card #v-pills-myProfile .mobile-dropdown .button-link:active {
      background: #fff; }
    .tab-card #v-pills-myProfile .mobile-dropdown .button-link img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 5%;
      width: 0.875rem;
      -webkit-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .tab-card #v-pills-myProfile .mobile-dropdown .button-link img.toggleIcon {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        top: 44%; }
  .tab-card #v-pills-myProfile .mobile-dropdown ul {
    display: none;
    border-top: 0.1rem solid #000;
    list-style: none;
    padding: 0;
    text-transform: capitalize;
    margin-bottom: 0; }
    .tab-card #v-pills-myProfile .mobile-dropdown ul li {
      cursor: pointer; }
      .tab-card #v-pills-myProfile .mobile-dropdown ul li:not(:first-child) {
        border-top: 1px solid #ccc; }
      .tab-card #v-pills-myProfile .mobile-dropdown ul li:focus, .tab-card #v-pills-myProfile .mobile-dropdown ul li:hover {
        background: #fff; }
      .tab-card #v-pills-myProfile .mobile-dropdown ul li:active {
        background: #fff; }
  .tab-card #v-pills-myProfile .mobile-dropdown .link {
    display: block;
    padding: 0.5rem; }
    .tab-card #v-pills-myProfile .mobile-dropdown .link.active {
      font-weight: 600; }

@media (max-width: 575.98px) {
  .tab-card div#v-pills-tab {
    width: 100%;
    margin-bottom: 1.875rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0px;
    overflow: scroll;
    display: block; }
  .tab-card .nav-pills .link {
    display: table-cell;
    width: 100%;
    white-space: nowrap;
    border: 0px; }
  .tab-card .nav-pills .link.active {
    background-color: transparent;
    font-family: "futura-medium"; } }

.tab-card .nav, .tab-card .tab-content-box {
  margin-top: 1.875rem;
  -webkit-box-shadow: 0px 0px 6px #00000029;
          box-shadow: 0px 0px 6px #00000029; }

.tab-card .tab-content-box {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0; }
  @media (min-width: 576px) {
    .tab-card .tab-content-box {
      padding: 1.625rem 2.375rem;
      -webkit-box-shadow: 0px 0px 6px #00000029;
              box-shadow: 0px 0px 6px #00000029; } }
  @media (max-width: 767.98px) {
    .tab-card .tab-content-box button {
      border: 0;
      font-size: 1rem;
      text-transform: capitalize;
      margin-top: 1.5rem; }
      .tab-card .tab-content-box button span {
        text-decoration: underline; }
      .tab-card .tab-content-box button img {
        height: 1.063rem;
        -o-object-fit: contain;
           object-fit: contain;
        margin-right: 0.375rem;
        width: 0.938rem; } }
  .tab-card .tab-content-box .password-error {
    font-size: 1rem;
    color: #c00;
    font-weight: 400;
    display: none; }
    .tab-card .tab-content-box .password-error.success {
      color: #019B34; }
  .tab-card .tab-content-box .password-guide-list {
    color: #383838;
    font-size: 0.875rem;
    padding-left: 1rem; }
    .tab-card .tab-content-box .password-guide-list li {
      margin-bottom: 0.313rem; }
    .tab-card .tab-content-box .password-guide-list :last-child {
      margin-bottom: 0; }
  .tab-card .tab-content-box .address-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem; }
    @media (min-width: 576px) {
      .tab-card .tab-content-box .address-items {
        gap: 2rem; } }
    .tab-card .tab-content-box .address-items .box {
      border-radius: 0.25rem;
      padding: 1.5rem 0;
      width: 100%; }
      @media (min-width: 576px) {
        .tab-card .tab-content-box .address-items .box {
          padding: 1.5rem 1.625rem; } }
      @media (min-width: 992px) {
        .tab-card .tab-content-box .address-items .box {
          width: calc(50% - 1rem);
          border: 1px solid #7575756d;
          padding: 1.5rem 1.625rem; } }
      .tab-card .tab-content-box .address-items .box .box-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 1.2rem;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .tab-card .tab-content-box .address-items .box .box-header .address-heading {
          font-size: 1rem;
          font-weight: 500;
          margin: 0;
          text-transform: capitalize;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          width: 100%; }
          @media (min-width: 576px) {
            .tab-card .tab-content-box .address-items .box .box-header .address-heading {
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start; } }
          .tab-card .tab-content-box .address-items .box .box-header .address-heading .default-address {
            background: #000;
            color: #fff;
            font-size: 0.675rem;
            padding: 0.375rem 0.5rem;
            border-radius: 0.25rem;
            margin-left: 0.938rem;
            min-width: 100px;
            -ms-flex-item-align: baseline;
                align-self: baseline;
            text-transform: initial; }
        .tab-card .tab-content-box .address-items .box .box-header .btn-group {
          gap: 0.313rem; }
          .tab-card .tab-content-box .address-items .box .box-header .btn-group .btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 0 0.938rem;
            gap: 0.563rem;
            font-size: 0.675rem; }
            .tab-card .tab-content-box .address-items .box .box-header .btn-group .btn img {
              width: 0.938rem; }
        .tab-card .tab-content-box .address-items .box .box-header .card-make-default-link {
          margin-top: 0; }
          @media (min-width: 576px) {
            .tab-card .tab-content-box .address-items .box .box-header .card-make-default-link {
              position: absolute;
              bottom: 0;
              right: 0; } }
          .tab-card .tab-content-box .address-items .box .box-header .card-make-default-link a {
            background-color: #A1A1A1;
            color: #fff;
            text-decoration: none;
            font-size: 0.675rem;
            padding: 0.375rem 0.5rem;
            border-radius: 0.25rem;
            border-color: inherit;
            white-space: nowrap; }
      .tab-card .tab-content-box .address-items .box .box-body {
        position: relative; }
        @media (min-width: 768px) {
          .tab-card .tab-content-box .address-items .box .box-body {
            width: 74%; } }
        .tab-card .tab-content-box .address-items .box .box-body > div {
          font-size: 0.813rem;
          color: #000; }
        .tab-card .tab-content-box .address-items .box .box-body div:first-child {
          margin-bottom: 0.475rem; }
        .tab-card .tab-content-box .address-items .box .box-body div:last-child {
          margin-top: 0.475rem; }
        @media (min-width: 576px) {
          .tab-card .tab-content-box .address-items .box .box-body .card-make-default-link {
            position: absolute;
            bottom: 0;
            right: 0; } }
        .tab-card .tab-content-box .address-items .box .box-body .card-make-default-link a {
          background-color: #A1A1A1;
          color: #fff;
          text-decoration: none;
          font-size: 0.675rem;
          padding: 0.375rem 0.5rem;
          border-radius: 0.25rem;
          border-color: inherit; }
      .tab-card .tab-content-box .address-items .box .mobile-footer {
        border: 1px solid #7070704a;
        border-left: 0;
        border-right: 0;
        padding: 0.625rem 0;
        margin-top: 1rem; }
        .tab-card .tab-content-box .address-items .box .mobile-footer .btn-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .tab-card .tab-content-box .address-items .box .mobile-footer .btn-group .btn {
            margin: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            padding: 0px 0.938rem;
            gap: 0.563rem;
            font-size: 0.675rem;
            color: #0A0A0A; }
            .tab-card .tab-content-box .address-items .box .mobile-footer .btn-group .btn img {
              width: 0.938rem;
              margin-right: 0; }
            .tab-card .tab-content-box .address-items .box .mobile-footer .btn-group .btn span {
              text-decoration: none; }
        .tab-card .tab-content-box .address-items .box .mobile-footer .v-line {
          position: relative;
          height: 1.25rem; }
          .tab-card .tab-content-box .address-items .box .mobile-footer .v-line:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background: #7070704a; }
    .tab-card .tab-content-box .address-items .box:first-child {
      width: 100%; }
      @media (min-width: 768px) {
        .tab-card .tab-content-box .address-items .box:first-child {
          background-color: #E9E9E9; } }

.tab-card .tab-content-wishlist {
  margin-top: 1.875rem;
  padding: 0; }
  @media (min-width: 576px) {
    .tab-card .tab-content-wishlist {
      -webkit-box-shadow: 0px 0px 6px #00000029;
              box-shadow: 0px 0px 6px #00000029; } }
  .tab-card .tab-content-wishlist .guest-message {
    padding: 1rem;
    font-size: 0.875rem; }
  .tab-card .tab-content-wishlist .nav-tabs .nav-link.active {
    border-bottom: 0.188em solid #000 !important; }
  .tab-card .tab-content-wishlist .floating-form .checkbox-custom label:before {
    top: 0.5rem; }
  .tab-card .tab-content-wishlist .bundle-box .line-item-name, .tab-card .tab-content-wishlist .bundle-box .line-item-name {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 0.875rem; }
  .tab-card .tab-content-wishlist .bundle-box .bundle-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem; }
    @media (min-width: 768px) {
      .tab-card .tab-content-wishlist .bundle-box .bundle-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr); } }
    .tab-card .tab-content-wishlist .bundle-box .bundle-items .bundled-line-item + .bundled-line-item {
      margin-top: 0; }
    .tab-card .tab-content-wishlist .bundle-box .bundle-items .line-item-name {
      font-size: 1rem;
      font-weight: 500;
      margin: 0;
      text-transform: capitalize;
      color: #000;
      margin-bottom: 0.875rem;
      width: 100%;
      word-break: break-word;
      white-space: normal; }
    .tab-card .tab-content-wishlist .bundle-box .bundle-items .item-image {
      height: 7rem;
      width: 5rem; }
      .tab-card .tab-content-wishlist .bundle-box .bundle-items .item-image .product-image {
        display: block;
        margin: 0;
        max-width: 100%;
        height: 100%;
        width: 100%;
        max-height: 10rem; }
  .tab-card .tab-content-wishlist .bundle-box .bundle-card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 2rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem; }
    @media (min-width: 768px) {
      .tab-card .tab-content-wishlist .bundle-box .bundle-card-footer {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: 0; } }
    .tab-card .tab-content-wishlist .bundle-box .bundle-card-footer .value {
      font-size: 1.2rem; }
    .tab-card .tab-content-wishlist .bundle-box .bundle-card-footer .product-card-price {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 1rem;
      margin: 0; }
      @media (min-width: 768px) {
        .tab-card .tab-content-wishlist .bundle-box .bundle-card-footer .product-card-price {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    .tab-card .tab-content-wishlist .bundle-box .bundle-card-footer .wishlist-action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%;
      gap: 1rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .tab-card .tab-content-wishlist .bundle-box .bundle-card-footer .wishlist-action {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    .tab-card .tab-content-wishlist .bundle-box .bundle-card-footer .line-item-attributes {
      font-size: 0.813rem;
      color: #000;
      margin-bottom: 0.375rem; }
    .tab-card .tab-content-wishlist .bundle-box .bundle-card-footer .line-item-availability {
      background: #019B3433;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      border-radius: 0.25rem;
      padding: 0.125rem 0.313rem;
      font-size: 0.75rem;
      margin: 0px;
      color: #019B34; }
    .tab-card .tab-content-wishlist .bundle-box .bundle-card-footer .line-item-unavailability {
      background: #9B010133;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      border-radius: 0.25rem;
      padding: 0.125rem 0.313rem;
      font-size: 0.75rem;
      margin: 0px;
      color: #FF0000; }
  .tab-card .tab-content-wishlist .empty-wishlist {
    background-color: #FAFAFA;
    border-radius: 0.25rem;
    padding: 3.25rem;
    text-align: center; }
    @media (min-width: 768px) {
      .tab-card .tab-content-wishlist .empty-wishlist {
        background-color: transparent;
        border-radius: unset;
        padding: 0;
        text-align: center;
        position: relative;
        display: contents; }
        .tab-card .tab-content-wishlist .empty-wishlist .box {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); } }
  .tab-card .tab-content-wishlist .product-info {
    border-bottom: 1px solid #eee;
    padding: 1rem; }
  .tab-card .tab-content-wishlist .wishlist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.938rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .tab-card .tab-content-wishlist .wishlist-item .item-image {
      height: 10rem;
      width: 6rem;
      margin: 0;
      margin-right: 0;
      -webkit-box-flex: unset;
          -ms-flex-positive: unset;
              flex-grow: unset;
      -ms-flex-negative: unset;
          flex-shrink: unset; }
      @media (min-width: 992px) {
        .tab-card .tab-content-wishlist .wishlist-item .item-image {
          height: 10rem;
          width: 8rem; } }
      .tab-card .tab-content-wishlist .wishlist-item .item-image .product-image {
        display: block;
        margin: 0;
        max-width: 100%;
        height: 100%;
        max-height: 10rem;
        width: 100%; }
    .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 60%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle {
          gap: 0.875rem; } }
      @media (min-width: 992px) {
        .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle {
          width: 100%; } }
      .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (min-width: 992px) {
          .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row; } }
        .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .details {
          -ms-flex-preferred-size: 40%;
              flex-basis: 40%; }
          @media (min-width: 768px) and (max-width: 991.98px) {
            .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .details {
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%; } }
          .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .details .line-item-name {
            font-size: 1rem;
            font-weight: 500;
            margin: 0;
            text-transform: capitalize;
            color: #000;
            margin-bottom: 0.875rem;
            font-family: "futura-medium"; }
            @media (min-width: 992px) and (max-width: 1199.98px) {
              .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .details .line-item-name {
                max-width: 12.5rem; } }
          .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .details .line-item-attributes {
            font-size: 0.813rem;
            color: #000;
            margin-bottom: 0.375rem; }
          .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .details .line-item-availability .line-item-attributes {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            border-radius: 0.25rem;
            padding: 0.125rem 0rem;
            font-size: 0.75rem;
            margin: 0px;
            color: #019B34;
            font-family: "futura-medium"; }
          .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .details .line-item-unavailability .line-item-attributes {
            background: #9B010133;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            border-radius: 0.25rem;
            padding: 0.125rem 0.313rem;
            font-size: 0.75rem;
            margin: 0px;
            color: #FF0000; }
        .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing {
          -ms-flex-preferred-size: 60%;
              flex-basis: 60%; }
          .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0;
            margin-top: 0.875rem;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 1rem; }
            @media (min-width: 768px) {
              .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                gap: 0;
                margin-top: 0; } }
            @media (min-width: 768px) and (max-width: 991.98px) {
              .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                gap: 0.625rem; } }
            .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price > div {
              -webkit-box-flex: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1; }
            .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .line-item-quantity .quantity-form-wishlist {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              gap: 0.875rem; }
              @media (min-width: 992px) {
                .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .line-item-quantity .quantity-form-wishlist {
                  -webkit-box-orient: vertical;
                  -webkit-box-direction: normal;
                      -ms-flex-direction: column;
                          flex-direction: column;
                  gap: 0; } }
            .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .price {
              font-size: 1rem; }
              .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .price span {
                display: block; }
              .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .price .range {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                gap: 0.313rem; }
                @media (min-width: 768px) and (max-width: 991.98px) {
                  .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .price .range {
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column;
                    gap: 0; } }
                @media (min-width: 992px) {
                  .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .price .range {
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: row;
                            flex-direction: row;
                    gap: 0.5rem; } }
              .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .price .sales {
                color: #000;
                font-size: 1rem;
                font-weight: 500; }
                @media (min-width: 768px) {
                  .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .price .sales {
                    color: #383838; } }
              .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .price > span {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                font-size: 0.875rem; }
                .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .price > span .sales {
                  font-size: 0.875rem; }
              .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .price > span {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                font-size: 0.875rem; }
                .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .product-card-price .price > span .sales {
                  font-size: 0.875rem; }
          .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .quantity-form-wishlist .quantity-label {
            font-size: 1rem;
            font-weight: 500;
            margin: 0;
            text-transform: capitalize;
            color: #000;
            margin-bottom: 0.875rem; }
            @media (max-width: 991.98px) {
              .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .quantity-form-wishlist .quantity-label {
                margin-bottom: 0;
                -ms-flex-item-align: center;
                    align-self: center; } }
          .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-content .wishlist-pricing .quantity-form-wishlist .custom-select {
            width: 60%;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            background-image: url("../../images/icons/arrow-down.svg");
            background-repeat: no-repeat;
            background-position: right 0.7rem top 50%;
            background-size: 0.65rem auto; }
      .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-edit-remove {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px; }
        .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-edit-remove .btn {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 0 0.938rem 0 0;
          gap: 0.563rem;
          font-size: 0.675rem;
          position: relative; }
          .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-edit-remove .btn img {
            width: 0.938rem; }
        .tab-card .tab-content-wishlist .wishlist-item .wishlist-middle .wishlist-edit-remove .edit:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          width: 1px;
          background-color: #eee; }
    .tab-card .tab-content-wishlist .wishlist-item .wishlist-action {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      gap: 1rem; }
      @media (min-width: 992px) {
        .tab-card .tab-content-wishlist .wishlist-item .wishlist-action {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-preferred-size: 12.5rem;
              flex-basis: 12.5rem;
          gap: 0; }
          .tab-card .tab-content-wishlist .wishlist-item .wishlist-action .btn-black {
            max-width: 12.5rem;
            border: unset; } }
      .tab-card .tab-content-wishlist .wishlist-item .wishlist-action div {
        width: 100%; }
    .tab-card .tab-content-wishlist .wishlist-item .wishlist-edit-remove-mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 100%;
          -ms-flex-positive: 100%;
              flex-grow: 100%;
      width: 100%;
      border-top: 1px solid #eee;
      padding: 0.875rem 0;
      margin-top: 1rem; }
      .tab-card .tab-content-wishlist .wishlist-item .wishlist-edit-remove-mobile div {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .tab-card .tab-content-wishlist .wishlist-item .wishlist-edit-remove-mobile .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0.938rem;
        gap: 0.675rem;
        font-size: 1rem;
        position: relative;
        width: 100%; }
        .tab-card .tab-content-wishlist .wishlist-item .wishlist-edit-remove-mobile .btn img {
          width: 1rem; }
      .tab-card .tab-content-wishlist .wishlist-item .wishlist-edit-remove-mobile .edit:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1px;
        background-color: #eee; }

.tab-card .nav-pills .link {
  border-radius: 0.1875rem;
  padding: 1rem 1.875rem;
  border-radius: 0;
  border-bottom: 1px solid #00000017;
  color: #000;
  opacity: 61%;
  text-transform: capitalize; }
  @media (min-width: 768px) {
    .tab-card .nav-pills .link:hover {
      text-decoration: none;
      opacity: 1;
      color: #000;
      background-color: #fff; } }

.tab-card .nav-pills .link.active {
  opacity: 1;
  color: #000;
  background-color: #fff; }
  @media (min-width: 768px) {
    .tab-card .nav-pills .link.active {
      font-size: 1rem;
      font-weight: 500; } }

.tab-card .tab-content .detail-box > div {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .tab-card .tab-content .detail-box > div {
      margin-bottom: 1.938rem; } }

.tab-card .tab-content .detail-box .label-tab {
  color: #000;
  text-transform: capitalize;
  margin: 0;
  font-family: "futura-medium";
  font-size: 1rem; }
  @media (min-width: 768px) {
    .tab-card .tab-content .detail-box .label-tab {
      margin-bottom: 0.25rem; } }

.tab-card .tab-content .detail-box .label-tab-detail {
  color: #383838;
  font-size: 1rem;
  font-weight: 500;
  margin: 0; }
  @media (min-width: 768px) {
    .tab-card .tab-content .detail-box .label-tab-detail {
      font-size: 1rem; } }

.tab-card .tab-content .detail-box .btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-top: 0.875rem;
  text-transform: uppercase; }

.tab-card .gap-2rem {
  gap: 1rem; }
  @media (min-width: 768px) {
    .tab-card .gap-2rem {
      gap: 2rem; } }

.tab-card .tab-content-order {
  margin-top: 1.875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0; }
  @media (min-width: 576px) {
    .tab-card .tab-content-order {
      -webkit-box-shadow: 0px 0px 6px #00000029;
              box-shadow: 0px 0px 6px #00000029; } }
  .tab-card .tab-content-order .order-history {
    border-bottom: 1px solid #eee;
    padding: 1rem; }
    .tab-card .tab-content-order .order-history:last-child {
      border-bottom: 0; }
    .tab-card .tab-content-order .order-history .strong {
      font-weight: 600; }
    .tab-card .tab-content-order .order-history .line-item-name {
      font-size: 1rem;
      font-weight: 400;
      margin: 0;
      text-transform: capitalize;
      color: #000;
      margin-bottom: 0.875rem; }
      @media (min-width: 768px) and (max-width: 991.98px) {
        .tab-card .tab-content-order .order-history .line-item-name {
          max-width: 12.5rem; } }
    .tab-card .tab-content-order .order-history .order-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 0.938rem;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .tab-card .tab-content-order .order-history .order-item p {
        margin-bottom: 0;
        font-size: 0.875rem; }
      .tab-card .tab-content-order .order-history .order-item .item-image {
        height: 10rem;
        width: 6rem;
        margin: 0;
        margin-right: 0;
        -webkit-box-flex: unset;
            -ms-flex-positive: unset;
                flex-grow: unset;
        -ms-flex-negative: unset;
            flex-shrink: unset; }
        @media (min-width: 992px) {
          .tab-card .tab-content-order .order-history .order-item .item-image {
            height: 10rem;
            width: 8rem; } }
        .tab-card .tab-content-order .order-history .order-item .item-image .product-image {
          display: block;
          margin: 0;
          max-width: 100%;
          height: 100%;
          max-height: 9rem;
          width: 100%; }
        @media (min-width: 992px) {
          .tab-card .tab-content-order .order-history .order-item .item-image {
            max-height: 10rem; } }
      .tab-card .tab-content-order .order-history .order-item .order-middle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 60%;
        gap: 0.6rem; }
        @media (min-width: 992px) {
          .tab-card .tab-content-order .order-history .order-item .order-middle {
            width: 100%; } }
        .tab-card .tab-content-order .order-history .order-item .order-middle .dashboard-order-card-footer-value {
          font-weight: normal; }
        .tab-card .tab-content-order .order-history .order-item .order-middle .shipping-address {
          max-width: 210px;
          width: 100%; }
        .tab-card .tab-content-order .order-history .order-item .order-middle .dashboard-order-card-status {
          text-transform: capitalize; }
      .tab-card .tab-content-order .order-history .order-item .order-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media (max-width: 575.98px) {
          .tab-card .tab-content-order .order-history .order-item .order-action {
            width: 100%; } }
        .tab-card .tab-content-order .order-history .order-item .order-action .dashboard-order-card-footer-value {
          font-weight: normal; }
    .tab-card .tab-content-order .order-history .mc-order-return-btn {
      color: #000 !important;
      text-transform: initial;
      padding: 6px 12px; }
      .tab-card .tab-content-order .order-history .mc-order-return-btn:hover {
        color: #fff !important; }
    @media (max-width: 767.98px) {
      .tab-card .tab-content-order .order-history .mc-order-view-details {
        margin-bottom: 1rem; } }
    .tab-card .tab-content-order .order-history .mc-order-view-details a {
      margin-bottom: 0;
      text-transform: initial;
      padding: 6px 12px; }

.tab-card .tab-content-order-detail {
  margin-top: 1.875rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0; }
  .tab-card .tab-content-order-detail .mobile-only {
    border: 0;
    font-size: 1rem;
    text-transform: capitalize;
    padding: 0; }
    .tab-card .tab-content-order-detail .mobile-only span {
      text-decoration: underline; }
    .tab-card .tab-content-order-detail .mobile-only img {
      height: 1rem;
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 0.719rem;
      width: 1.438rem; }
  @media (min-width: 576px) {
    .tab-card .tab-content-order-detail .confirm-details {
      margin-top: 1rem; } }
  .tab-card .tab-content-order-detail .confirm-details .card-body {
    padding: 1rem; }
  .tab-card .tab-content-order-detail .confirm-details p, .tab-card .tab-content-order-detail .confirm-details div {
    font-size: 0.875rem;
    line-height: 1.25rem; }
  .tab-card .tab-content-order-detail .confirm-details .summary-section-label {
    font-size: 0.9rem;
    margin-bottom: 5px;
    font-weight: 600; }
  .tab-card .tab-content-order-detail .confirm-details .summary-details .pricing {
    font-weight: 600; }
  .tab-card .tab-content-order-detail .confirm-details .order-product-summary {
    margin-top: 0rem;
    -webkit-box-shadow: transparent;
            box-shadow: transparent; }
    .tab-card .tab-content-order-detail .confirm-details .order-product-summary .multi-shipping + .product-line-item:before, .tab-card .tab-content-order-detail .confirm-details .order-product-summary .product-line-item + .product-line-item:before {
      content: "";
      display: block;
      border-bottom: 0.063rem solid #ccc;
      margin: 1.625rem -1rem; }
  .tab-card .tab-content-order-detail .confirm-details .confirm-details-left {
    padding: 1rem; }
    .tab-card .tab-content-order-detail .confirm-details .confirm-details-left .summary-details .shipping-method-price {
      display: none; }
  .tab-card .tab-content-order-detail .confirm-details .confirm-details-right {
    margin-top: 1.5rem; }
  .tab-card .tab-content-order-detail .confirm-details .single-shipping .single-shipping {
    display: none; }
  .tab-card .tab-content-order-detail .confirm-details .single-shipping .gift-summary {
    display: none; }
  @media (min-width: 576px) {
    .tab-card .tab-content-order-detail .order-product-summary {
      margin-top: 1rem;
      -webkit-box-shadow: 0px 0px 6px #00000029;
              box-shadow: 0px 0px 6px #00000029; } }
  .tab-card .tab-content-order-detail .order-product-summary .card-body {
    padding: 0; }
  .tab-card .tab-content-order-detail .order-product-summary .header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #eee; }
    .tab-card .tab-content-order-detail .order-product-summary .header-box .card-header {
      border-bottom: 0px;
      padding: 1rem 1.9rem; }
  .tab-card .tab-content-order-detail .order-product-summary .order-receipt-label, .tab-card .tab-content-order-detail .order-product-summary .grand-total-price {
    font-size: 0.875rem;
    font-weight: 600; }
  .tab-card .tab-content-order-detail .order-product-summary .product-summary-block {
    margin: 0;
    padding: 1rem;
    border-bottom: 1px solid #eee; }
    .tab-card .tab-content-order-detail .order-product-summary .product-summary-block:last-child {
      border-bottom: 0; }
    .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 0 1rem; }
      .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-image {
        height: 9em;
        width: 6rem; }
        .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-image .product-image {
          height: 100%;
          max-height: 9em; }
        @media (min-width: 576px) {
          .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-image {
            height: 7em;
            width: 5.625em; }
            .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-image .product-image {
              max-height: 7em; } }
      .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .line-item-unit-price .line-item-total-text, .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .line-item-unit-price .unit-price-label {
        font-size: 0.875rem;
        font-weight: 600; }
      .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .line-item-unit-price .price .sales {
        font-weight: normal;
        font-size: 0.813rem; }
      .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .line-item-unit-price .line-item-pricing-info {
        margin-bottom: 0.5rem; }
      .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .line-item-quantity .line-item-total-text, .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .line-item-quantity .qty-card-quantity-label {
        font-size: 0.875rem;
        font-weight: 600; }
      .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .line-item-quantity .pricing {
        font-weight: normal;
        font-size: 0.813rem; }
      .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .line-item-quantity .line-item-pricing-info {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        float: right;
        text-align: center; }
        .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .line-item-quantity .line-item-pricing-info .qty-card-quantity-label {
          display: inline-block;
          margin-bottom: 0.5rem; }
      .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-details {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%; }
        @media (max-width: 575.98px) {
          .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-details {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-details .line-item-unit-price {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
                  -ms-flex-direction: row;
                      flex-direction: row;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              gap: 1rem; }
            .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-details .line-item-quantity .line-item-pricing-info {
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              gap: 0.5rem;
              margin-top: 0.2rem; } }
        @media (min-width: 768px) {
          .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-details div {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1; }
          .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-details > div:first-child {
            -ms-flex-preferred-size: auto;
                flex-basis: auto;
            width: 19%; } }
        .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-details .line-item-pricing-info + .price {
          font-weight: normal; }
        .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-details .price-show-thank-you-page {
          display: none; }
    .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .item-attributes p {
      margin-bottom: 0.3rem; }
      .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .item-attributes p:last-child {
        margin-bottom: 0; }
    .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .item-attributes .line-item-name {
      font-size: 0.875rem;
      font-weight: 600; }
    .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .item-attributes .line-item-header {
      margin-bottom: 0.5rem; }
  .tab-card .tab-content-order-detail .checkout-order-total-summary {
    padding: 1rem 2rem;
    margin-top: 1.45rem; }
    @media (min-width: 576px) {
      .tab-card .tab-content-order-detail .checkout-order-total-summary {
        -webkit-box-shadow: 0px 0px 6px #00000029;
                box-shadow: 0px 0px 6px #00000029; } }
    .tab-card .tab-content-order-detail .checkout-order-total-summary .card-body {
      padding: 0; }
    .tab-card .tab-content-order-detail .checkout-order-total-summary p {
      font-size: 0.875rem;
      margin-bottom: 0; }
    .tab-card .tab-content-order-detail .checkout-order-total-summary .grand-total p {
      font-weight: 600; }
    .tab-card .tab-content-order-detail .checkout-order-total-summary .order-total-summary .grand-total-checkout .grand-total-lable {
      font-size: 0.9rem;
      font-weight: 600; }
    .tab-card .tab-content-order-detail .checkout-order-total-summary .order-total-summary .grand-total-checkout .grand-total {
      font-size: 0.9rem !important;
      font-weight: 600; }
    .tab-card .tab-content-order-detail .checkout-order-total-summary .order-total-summary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .tab-card .tab-content-order-detail .checkout-order-total-summary .order-total-summary .subtotal-item {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      .tab-card .tab-content-order-detail .checkout-order-total-summary .order-total-summary .mc-order-summary-cost {
        display: -webkit-flex; }
        .tab-card .tab-content-order-detail .checkout-order-total-summary .order-total-summary .mc-order-summary-cost img {
          height: 17px;
          margin-top: 4px;
          margin-left: 6px; }
  .tab-card .tab-content-order-detail .my-account {
    text-align: left;
    margin-top: 1rem; }
    .tab-card .tab-content-order-detail .my-account img {
      height: 0.675rem;
      -o-object-fit: contain;
         object-fit: contain;
      margin-right: 0.29rem;
      width: 0.675rem; }
    .tab-card .tab-content-order-detail .my-account span {
      text-decoration: underline;
      font-size: 0.875rem;
      font-weight: 500; }
    .tab-card .tab-content-order-detail .my-account a:hover {
      text-decoration: none; }
  .tab-card .tab-content-order-detail .only-for-order-detail-page-hide {
    display: none; }
  .tab-card .tab-content-order-detail .only-for-order-detail-page-show {
    display: block; }
  .tab-card .tab-content-order-detail .order-confirm-price-guest-user-show {
    display: none; }

.login-page {
  margin-top: 6px; }
  .login-page .login-form-nav {
    margin-bottom: 1.25em; }
    .login-page .login-form-nav .tab-pane {
      margin-top: 1em; }

.equal-height .card {
  width: 100%; }

.track-order-header {
  font-size: 1.75rem; }

.tab-card .tab-content-order-detail .summary-section-label {
  font-size: 1rem; }

.tab-card .tab-content-order-detail .confirm-details {
  margin-top: -0.1rem; }
  .tab-card .tab-content-order-detail .confirm-details div, .tab-card .tab-content-order-detail .confirm-details .summary-section-label, .tab-card .tab-content-order-detail .confirm-details .order-number, .tab-card .tab-content-order-detail .confirm-details p, .tab-card .tab-content-order-detail .confirm-details span {
    font-size: 1rem; }

.tab-card .tab-content-order-detail .item-details div {
  text-align: left; }

.tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .line-item-unit-price .unit-price-label {
  font-size: 1rem; }

.tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .line-item-quantity .qty-card-quantity-label, .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .line-item-quantity .pricing {
  font-size: 1rem; }

.tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-attributes a, .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-attributes p, .tab-card .tab-content-order-detail .order-product-summary .product-summary-block .product-line-item-details .item-attributes span {
  font-size: 1rem; }

.tab-card .tab-content-order-detail .order-product-summary .order-receipt-label {
  font-size: 1rem; }

.tab-card .tab-content-order-detail .my-account span {
  font-size: 1rem; }

.tab-card .tab-content-order .order-history .order-item {
  line-height: 1.1; }
  .tab-card .tab-content-order .order-history .order-item p {
    font-size: 1rem; }

.tab-card .product-line-item-details span {
  font-size: 1rem; }

header ~ #maincontent .container .view-details a:not(.btn-primary):not(.btn-outline-primary):not(.link) {
  margin-top: 0;
  color: #fff; }
  header ~ #maincontent .container .view-details a:not(.btn-primary):not(.btn-outline-primary):not(.link):hover {
    color: #fff; }
