.clearfix::after {
  content: "";
  display: table;
  clear: both; }

/** CDC COLOR **/
/* added tow times */
/** END CDC COLOR **/
/** CDC Font **/
/** END CDC FONT **/
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.menu {
  float: left;
  margin: 0;
  padding: 0; }
  .menu li {
    float: left;
    list-style: none outside none !important; }

.menu-active {
  height: 100%;
  overflow: hidden; }

.grecaptcha-badge {
  visibility: hidden; }

/**** CDC BREAKPOINTS ****/
/**** END CDC BREAKPOINTS ****/
.pt_homepage .header-container .top-menu-container,
.pt_homepage .header-container nav[role="navigation"] {
  background: #fff; }

.check-order-wrapper {
  padding: 20px 0 40px; }
  @media (min-width: 1024px) {
    .check-order-wrapper {
      padding-left: 25px;
      padding-right: 25px; } }
  .check-order-wrapper .account-text-shared-wrapper {
    display: none; }

.check-order-title {
  font: 600 18px "Open Sans", Arial, Helvetica, sans-serif;
  margin: 25px 0 35px; }
  .check-order-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: translateY(100%);
    width: 20px;
    height: 2px;
    background-color: #363137; }
  @media (min-width: 1024px) {
    .check-order-title {
      font: 600 24px "Open Sans", Arial, Helvetica, sans-serif;
      margin: 28px 0 32px; }
      .check-order-title::after {
        bottom: 0; } }

.check-order-description {
  font: 400 14px "Open Sans", Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
  letter-spacing: -0.54px;
  text-align: left; }
  @media (min-width: 1024px) {
    .check-order-description {
      text-align: center; } }

.order-details-main-wrapper {
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 1024px) {
    .order-details-main-wrapper {
      -ms-flex-direction: row;
          flex-direction: row; } }

.order-details-wrapper {
  padding: 20px;
  background-color: #f5f5f5;
  color: #000;
  font: 400 14px "Open Sans", Arial, Helvetica, sans-serif; }
  .order-details-wrapper .order-details {
    margin-bottom: 20px; }
  .order-details-wrapper .order-detail-item {
    padding-bottom: 7px; }
  .order-details-wrapper .svg-order {
    width: 20px;
    margin-right: 10px; }
  .order-details-wrapper .order-cta-wrapper {
    margin: 15px 0 0;
    gap: 15px; }
  .order-details-wrapper .frt-button {
    font-size: 20px;
    padding: 15px;
    -ms-flex-pack: center;
        justify-content: center; }
    .order-details-wrapper .frt-button:hover, .order-details-wrapper .frt-button:focus {
      border: none; }
  @media (min-width: 1024px) {
    .order-details-wrapper {
      width: 502px;
      margin-right: 30px; }
      .order-details-wrapper .order-detail-item {
        padding-bottom: 20px; }
      .order-details-wrapper .order-cta-wrapper {
        margin: 3px 0 0; } }

.order-details-header {
  -ms-flex-direction: column;
      flex-direction: column; }
  @media (min-width: 1024px) {
    .order-details-header {
      -ms-flex-direction: row;
          flex-direction: row; }
      .order-details-header .order-start-date {
        padding: 0 10px; } }

.product-lineitem {
  margin: 0 0 20px; }
  .product-lineitem-image-section {
    min-width: 110px;
    height: 195px; }
    .product-lineitem-image-section img {
      object-fit: cover; }
    @media (min-width: 1024px) {
      .product-lineitem-image-section {
        min-width: 135px;
        height: 176px; } }
  .product-lineitem-description {
    margin: 0 0 0 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  .product-lineitem-name {
    font: 600 19px/23px "SofiaSansExtraCondensed", sans-serif;
    margin: 10px 0 0; }
  @media (min-width: 1024px) {
    .product-lineitem .order-qtty-price {
      margin: 35px 0 0; }
    .product-lineitem-quantity-price {
      margin-bottom: 12px; } }

.product-lineitem-description-status {
  -ms-flex-direction: column;
      flex-direction: column; }
  .product-lineitem-description-status .story-name {
    margin: 0;
    font: 400 14px "Open Sans", Arial, Helvetica, sans-serif; }
  @media (min-width: 1024px) {
    .product-lineitem-description-status {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; } }

.status-item {
  color: #ff7175;
  font-size: 14px;
  -ms-flex-order: 0;
      order: 0; }
  @media (min-width: 1024px) {
    .status-item {
      -ms-flex-order: 1;
          order: 1; } }

.detail-section {
  font-family: "SofiaSansExtraCondensed", sans-serif; }
  .detail-section .sku {
    text-transform: capitalize;
    font: 600 15px/18px "SofiaSansExtraCondensed", sans-serif; }

.order-product {
  margin: 20px 0 0; }
  .order-product .sku-size {
    margin: 5px 0 0; }
  .order-product .size {
    margin: 5px 0 0; }
  .order-product .item-total {
    font: 600 20px "SofiaSansExtraCondensed", sans-serif;
    padding-left: 10px;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 0 3px 0 0; }
    @media (min-width: 1024px) {
      .order-product .item-total {
        font-size: 16px;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        -ms-flex-align: baseline;
            align-items: baseline; } }
    .order-product .item-total .product-price {
      -ms-flex-align: baseline;
          align-items: baseline;
      margin: 0; }
    .order-product .item-total .product-full-price.discounted {
      font: 500 18x "SofiaSansExtraCondensed", sans-serif;
      text-decoration: line-through;
      opacity: 0.5; }
      @media (min-width: 1024px) {
        .order-product .item-total .product-full-price.discounted {
          font-weight: 600; } }
    .order-product .item-total .product-full-price,
    .order-product .item-total .product-discounted-price {
      font: 700 19px "SofiaSansExtraCondensed", sans-serif;
      margin-left: 10px; }
      @media (min-width: 1024px) {
        .order-product .item-total .product-full-price,
        .order-product .item-total .product-discounted-price {
          margin-left: 0;
          width: 100px; } }
    .order-product .item-total .discount-label {
      font: 600 14px/19px "Open Sans", Arial, Helvetica, sans-serif; }
      @media (min-width: 1024px) {
        .order-product .item-total .discount-label {
          font-weight: 700; } }
  @media (min-width: 1024px) {
    .order-product {
      margin: 0px; } }

.order-invoice-wrapper {
  position: relative; }
  .order-invoice-wrapper .order-invoice-popover {
    background-color: #fff;
    top: 55px;
    width: 100%; }
    .order-invoice-wrapper .order-invoice-popover .Popover-message {
      padding: 10px;
      text-align: right; }
      .order-invoice-wrapper .order-invoice-popover .Popover-message .btn-close {
        cursor: pointer; }
    .order-invoice-wrapper .order-invoice-popover ul {
      list-style-type: none;
      text-align: left; }
      .order-invoice-wrapper .order-invoice-popover ul a {
        padding: 5px;
        display: -ms-flexbox;
        display: flex; }

.content-box {
  margin-top: 60px;
  padding: 40px 20px;
  background-color: #f5f5f5; }
  .content-box > * {
    margin: 0; }
  .content-box__headline, .content-box__text {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px; }
  .content-box__headline {
    font-weight: 700;
    margin-bottom: 20px; }
  .content-box__text-wrapper {
    max-width: 844px;
    margin: 0 auto 20px auto; }
  .content-box__text {
    text-align: center;
    line-height: 19px;
    margin: 0 !important; }
  .content-box__btn.frt-button {
    max-width: 294px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin: auto; }

.order-returns {
  background-color: #fff; }
  @media (min-width: 1024px) {
    .order-returns {
      padding: 0px 25px 0px 25px; } }

.returns-title-main {
  margin: 20px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }

.returns-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase; }

.return-heading-two {
  font-size: 14px;
  font-weight: 600;
  color: #8d8d8d;
  line-height: 26px;
  padding: 10px 0px;
  text-transform: uppercase;
  display: block; }

.guest-order-btn-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100% !important;
  -ms-flex-direction: column !important;
      flex-direction: column !important; }
  @media (min-width: 1024px) {
    .guest-order-btn-wrapper {
      -ms-flex-direction: row !important;
          flex-direction: row !important; } }
  .guest-order-btn-wrapper button {
    width: 100% !important;
    box-sizing: border-box;
    border: none !important;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    text-align: center; }

.guest-return-order-cancel {
  padding-bottom: 10px; }

.guest-return-order-actions {
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.guest-table-caption {
  text-align: left; }

.guest-return-table caption {
  padding: 20px 0px 20px 0px !important; }
