.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; }

.grecaptcha-badge {
  visibility: hidden; }

.scroll-lock {
  overflow: hidden;
  height: 100%;
  margin: 0; }

/**** CDC BREAKPOINTS ****/
.pt_guest_return_page #main {
  background-color: #F6F4F2;
  margin-bottom: -30px; }

.check-order-wrapper {
  padding: 40px 0;
  background: #F6F4F2;
  text-align: center; }
  .check-order-wrapper .account-text-shared-wrapper {
    display: none; }
  .check-order-wrapper .check-order-logo {
    padding: 0 0 40px; }
  .check-order-wrapper .check-order-form .field-wrapper {
    margin-bottom: 10px;
    display: block;
    text-align: right; }
    .check-order-wrapper .check-order-form .field-wrapper .input-text {
      height: 50px;
      padding: 0 18px 0;
      font-size: 10px; }
    .check-order-wrapper .check-order-form .field-wrapper .error {
      display: block;
      font-size: 12px;
      line-height: 24px;
      margin-left: 0;
      position: static;
      text-align: left;
      width: 100%; }
  @media (min-width: 1024px) {
    .check-order-wrapper {
      padding: 38px 25px; } }

.order-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  background: #fff;
  padding: 27px 10px 60px;
  margin: 0 auto;
  max-width: 1328px; }
  @media (min-width: 1024px) {
    .order-wrapper {
      padding: 30px 10px 60px; } }

.logos {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 30px;
  margin-bottom: 30px; }
  .logos .divider {
    width: 1px;
    height: 36px; }

.check-order-title {
  color: #363137;
  position: relative;
  width: 100%;
  font: 600 18px "Open Sans";
  padding-bottom: 40px;
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 1024px) {
    .check-order-title {
      font: 700 20px/23px "Comptoir", Arial, Helvetica, sans-serif;
      padding-bottom: 38px; } }

.check-order-description {
  font: 400 14px "Open Sans";
  margin-bottom: 20px;
  letter-spacing: -0.54px; }

.steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin-bottom: 40px; }
  @media (min-width: 1024px) {
    .steps {
      gap: 26px;
      -ms-grid-columns: (1fr)[4];
          grid-template-columns: repeat(4, 1fr); } }
  .steps .step-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
    padding: 10px;
    width: 100%;
    height: 122px;
    background: #EBEBEA; }
    @media (min-width: 1024px) {
      .steps .step-item {
        width: 237px;
        height: 114px;
        padding: 20px; } }
    .steps .step-item img {
      width: 27px; }
    .steps .step-item .step-item-text {
      font: 400 13px "Open Sans";
      text-align: center;
      min-height: 32px;
      letter-spacing: 0.3px; }

.check-order-form {
  width: 100%;
  max-width: 355px; }
  .check-order-form .field-wrapper {
    margin-bottom: 15px; }
  .check-order-form button {
    font: 400 15px/21px "Comptoir", Arial, Helvetica, sans-serif;
    margin-top: 30px;
    letter-spacing: 1px;
    padding: 13px;
    width: 100%;
    background: #000;
    color: #fff; }
  .check-order-form .error-form {
    position: static;
    padding: 0;
    text-align: left; }

.obligatory-text {
  margin-top: 15px;
  text-align: right;
  font: 500 10px "Open Sans";
  letter-spacing: 0.7px;
  color: #4a4a4a; }

.check-order-form .errors {
  margin: 15px 0 0;
  color: #900; }
