@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa V 4 Compatibility";
  src: url('../fonts/fa-v4compatibility.woff2') format("woff2"), url('../fonts/fa-v4compatibility.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-grey: #4c5458;
  --charcoal-grey: #6e6b6b;
  --light-blue: #529dff;
  --light-grey: #bfbfbf;
  --white: white;
  --dark-blue: #0f69f0;
  --blue: #2079ff;
  --banner-blue: #324b77;
  --faint-grey: #f7f9fc;
  --green: #00a69c;
  --delivered-text: #8dc63f;
  --grey: #808c91;
  --error: #be4600;
  --orange: #ff8c3a;
  --form-dropdown-text: #009088;
  --charcoal-gray-hover: #474747;
  --dark-blue-hover: #0249b8;
  --authorize: #28a745;
  --authorizebackground: #42ff6d66;
  --black: black;
  --soft-grey: #f0f0f0;
  --soft-blue: #9ec5fa;
  --faint-blue: #d0e8ff;
  --disabled: #e9ecee;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  aspect-ratio: auto;
  color: var(--dark-grey);
  flex-flow: column;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

h1 {
  color: var(--charcoal-grey);
  margin-top: 20px;
  margin-bottom: 18px;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25em;
}

h2 {
  color: var(--charcoal-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.3em;
}

h3 {
  color: var(--charcoal-grey);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  color: var(--charcoal-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4em;
}

h5 {
  color: var(--charcoal-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

h6 {
  color: var(--charcoal-grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5em;
}

a {
  color: var(--light-blue);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.sg-nav {
  border-right: 1px solid #ced5db;
  width: 240px;
  height: 0;
  position: fixed;
  inset: 0% auto 0 0;
}

.ds-colour-block {
  color: #000;
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.spacer {
  background-color: #ece7e0;
  height: 48px;
}

.spacer._16 {
  background-color: #0000;
  width: 16px;
  height: 16px;
}

.spacer._48 {
  background-color: #0000;
  border-radius: 6px;
  width: 48px;
}

.spacer._80 {
  background-color: #0000;
  width: 80px;
  height: 80px;
}

.spacer._96 {
  background-color: #0000;
  width: 96px;
  height: 96px;
}

.spacer._64 {
  background-color: #0000;
  width: 64px;
  height: 64px;
}

.spacer._24 {
  text-transform: uppercase;
  background-color: #0000;
  width: 24px;
  height: 24px;
}

.spacer._32 {
  background-color: #0000;
  border-radius: 6px;
  width: 32px;
  height: 32px;
}

.spacer._128 {
  background-color: #0000;
  width: 128px;
  height: 128px;
}

.paragraph {
  color: var(--charcoal-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  line-height: 1.5em;
}

.paragraph.large {
  color: #6e6b6b;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.paragraph.small {
  opacity: .75;
  color: var(--charcoal-grey);
  font-size: 14px;
}

.paragraph.center {
  text-align: center;
  margin-top: 11px;
  margin-bottom: 11px;
}

.form-dropdown {
  border: 1.3px solid var(--light-grey);
  background-color: var(--white);
  width: 100%;
  height: 48px;
  color: var(--charcoal-grey);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 8px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  position: relative;
}

.form-dropdown:hover, .form-dropdown:focus {
  color: #37474e;
}

.form-dropdown::placeholder {
  color: #999;
  font-size: 15px;
}

.tabs-menu {
  justify-content: center;
  width: 100%;
  margin-bottom: 48px;
  display: flex;
}

.sg-title {
  color: #2079ff;
  margin-bottom: 8px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
}

.form-error {
  color: #444;
  background-color: #ece7e0;
  border-radius: 6px;
  padding: 16px;
}

.check-box {
  color: #6e6b6b;
  width: 15px;
  min-width: 10px;
  height: 15px;
  min-height: 10px;
  margin-top: 3px;
  margin-left: 0;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
}

.check-box.w--redirected-checked {
  background-color: #2b95ff;
  background-position: 50%;
  background-size: 16px;
  border-color: #2b95ff;
}

.field-block-main {
  z-index: 1;
  border: 1px solid #0000;
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  min-width: 50px;
  min-height: 20px;
  margin-bottom: 8px;
  display: flex;
}

.paragraph-2 {
  font-family: Open Sans, sans-serif;
}

.ds-colour-grid {
  color: #000;
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.vertical-tab {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
}

.grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid.desk-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.desk-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-2 {
  font-family: Open Sans, sans-serif;
}

.heading-2.light-text {
  color: var(--white);
}

.list-item-5 {
  color: var(--charcoal-grey);
}

.sg-menu-link {
  color: #4c5458;
  border-left: 4px solid #0000;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 27px;
  font-family: Open Sans, sans-serif;
  transition: background-color .2s, color .2s;
}

.sg-menu-link:hover {
  color: #000;
}

.sg-menu-link.w--current {
  color: #000;
  background-color: #bfbfbf;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.sg-block {
  margin-bottom: 32px;
}

.sg-nav-container {
  background-color: #f0f0f0;
  width: 240px;
  height: 100vh;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column.desk-11 {
  width: 91.66%;
}

.column.desk-9 {
  width: 75%;
}

.column.desk-6 {
  width: 50%;
}

.column.desk-5 {
  width: 41.66%;
}

.column.desk-3 {
  flex: none;
  width: 25%;
}

.column.desk-8 {
  width: 66.6667%;
}

.column.desk-12 {
  width: 100%;
}

.column.desk-7 {
  width: 58.3333%;
}

.column.desk-10 {
  width: 83.33%;
}

.column.desk-4 {
  width: 33.33%;
}

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.radio-button-label {
  color: #6e6b6b;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.sg-menu {
  width: 100%;
}

.form-checkbox {
  margin-bottom: 16px;
  padding-left: 24px;
  display: flex;
}

.form-success {
  color: #444;
  background-color: #d4e9ff;
  border-radius: 6px;
  padding: 32px;
  font-size: 16px;
  line-height: 1.4em;
}

._2-1-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.icon {
  color: #fff;
  width: 55px;
  height: 55px;
  margin-bottom: 20px;
  font-size: 24px;
}

.list-item-2 {
  color: var(--charcoal-grey);
  font-family: Open Sans, sans-serif;
}

.radio-button {
  color: #6e6b6b;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: -24px;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: #2b95ff;
}

.column-styleguide {
  background-color: #d0e8ff;
  border-radius: 6px;
  width: 100%;
  height: 40px;
}

.sg-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: none;
  margin-left: 106px;
  display: flex;
}

.sg-menu-title {
  color: #2079ff;
  text-align: center;
  border: 1px #000;
  border-radius: 1px;
  margin: 0;
  padding: 7px 20px 7px 27px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.pd-action-button {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  border-radius: 30px;
  flex: none;
  width: 100%;
  height: 50px;
  margin-top: 6px;
  margin-bottom: 8px;
  padding: 12px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.pd-action-button:hover {
  background-color: #0f69f0;
  box-shadow: 0 7px 20px -10px #0003;
}

.pd-action-button:active {
  background-color: #9ec5fa;
}

.pd-action-button.outline {
  border: 1.5px solid var(--light-grey);
  box-shadow: none;
  color: #6e6b6b;
  background-color: #0000;
  margin-bottom: 19px;
}

.pd-action-button.outline:hover {
  box-shadow: none;
  color: #2079ff;
  background-color: #fff;
  border-color: #2079ff;
}

.pd-action-button.outline:active {
  background-color: #0f69f0;
  box-shadow: inset 0 0 0 2px #0f69f0;
}

.pd-action-button.disabled {
  box-shadow: none;
  background-color: #d4e9ff;
}

.pd-action-button.disabled:hover {
  color: #fff;
}

.pd-action-button.grey {
  box-shadow: none;
  color: #bfbfbf;
  background-color: #f0f0f0;
}

.pd-action-button.grey:hover {
  color: #6e6b6b;
  background-color: #bfbfbf;
}

.pd-action-button.grey:active {
  color: #000;
  background-color: #808c91;
}

.pd-action-button.light {
  color: #2079ff;
  background-color: #d0e8ff;
}

.pd-action-button.light:hover {
  color: #0f69f0;
  background-color: #9ec5fa;
}

.pd-action-button.light:active {
  color: #fff;
  background-color: #2079ff;
}

.text-box {
  max-width: 750px;
}

.text-box._800px {
  max-width: 800px;
  min-height: 64px;
}

.text-box._800px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._700px {
  max-width: 700px;
  min-height: 64px;
}

.text-box._700px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._500px {
  max-width: 567px;
  min-height: 64px;
}

.text-box._500px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._400px {
  max-width: 400px;
  min-height: 64px;
}

.text-box._400px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-box._600px {
  max-width: 600px;
  min-height: 64px;
}

.text-box._600px.visible {
  background-color: #d0e8ff;
  border-radius: 6px;
}

.text-input {
  border: 1.3px solid var(--light-grey);
  color: var(--charcoal-grey);
  border-radius: 30px;
  margin-bottom: 16px;
  padding: 24px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4px;
}

.text-input:focus {
  border-color: #529dff;
}

.text-input::placeholder {
  color: #f0f0f0;
}

.text-input.form {
  min-height: 100px;
  color: var(--charcoal-grey);
  border-width: 1.3px;
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 21px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 1.4em;
}

.sg-section {
  z-index: 0;
  color: #000;
  text-align: left;
  padding: 60px 80px 60px 60px;
  position: relative;
}

.sg-section.header {
  color: #fff;
  background-color: #0f69f0;
}

.ds-section-header {
  margin-bottom: 50px;
}

.checkbox-label {
  color: #6e6b6b;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.form {
  margin-bottom: 8px;
}

.color-block {
  background-color: #000;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.color-block.light-grey {
  background-color: #bfbfbf;
}

.color-block.charcoal-grey {
  background-color: #6e6b6b;
}

.color-block.green {
  background-color: #00a69c;
}

.color-block.faint-blue {
  background-color: #d0e8ff;
}

.color-block.faint-grey {
  background-color: #f7f9fc;
}

.color-block.soft-grey {
  background-color: #f0f0f0;
}

.color-block.dark-blue {
  color: #0f69f0;
  background-color: #0f69f0;
}

.color-block.blue {
  background-color: #2079ff;
}

._1-2-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.description-text {
  color: #6e6b6b;
  max-width: 400px;
  font-family: Open Sans, sans-serif;
}

.rich-text {
  text-align: left;
  font-family: Open Sans, sans-serif;
}

.small-primary-button {
  color: #fff;
  text-align: center;
  background-color: #2079ff;
  border-radius: 30px;
  flex: none;
  margin-bottom: 16px;
  padding: 6px 16px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.small-primary-button:hover {
  color: #fff;
  background-color: #0f69f0;
  box-shadow: 0 7px 20px -10px #0003;
}

.small-primary-button:active {
  background-color: #9ec5fa;
}

.small-primary-button.light {
  color: #2079ff;
  background-color: #d0e8ff;
  margin-right: 0;
}

.small-primary-button.light:hover {
  color: #0f69f0;
  background-color: #9ec5fa;
}

.small-primary-button.light:active {
  color: #fff;
  background-color: #2079ff;
}

.small-primary-button.outline {
  border: 1.5px solid var(--light-grey);
  box-shadow: none;
  color: #6e6b6b;
  background-color: #0000;
  transition-property: none;
}

.small-primary-button.outline:hover {
  box-shadow: none;
  color: #2079ff;
  background-color: #fff;
  border: 1px solid #2079ff;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.small-primary-button.outline:active {
  background-color: #0f69f0;
  box-shadow: inset 0 0 0 2px #0f69f0;
}

.text-link1 {
  color: var(--light-blue);
  text-align: left;
  justify-content: flex-start;
  margin-top: 1px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.text-link1:hover {
  color: #2079ff;
}

.text-link1.center-align {
  color: var(--blue);
  text-align: center;
  justify-content: center;
}

.form-radio-button {
  margin-bottom: 16px;
  padding-left: 41px;
}

.search-input {
  border: 1.3px solid var(--light-grey);
  color: var(--charcoal-grey);
  border-radius: 20px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.sg-menu-brand {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 50px;
  margin-left: 30px;
  padding-left: 0;
  display: flex;
}

.ds-module {
  background-color: #d0e8ff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

.field-label {
  color: #6e6b6b;
  margin-top: 23px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.horizontal-line {
  opacity: .2;
  background-color: #1d1916;
  width: 100%;
  height: 1px;
  margin-bottom: 36px;
}

.horizontal-line.design-system {
  position: relative;
  bottom: -80px;
}

.list-item-4 {
  color: #6e6b6b;
}

.ds-icon {
  margin-bottom: 4px;
  margin-right: 24px;
  display: inline-block;
}

.sg-body {
  background-color: #fff;
  position: static;
}

.tab-link {
  opacity: .5;
  color: #4c5458;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #bfbfbf;
  flex: 0 auto;
  width: 140px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-size: 18px;
  transition: border-color .2s, color .2s;
}

.tab-link:hover {
  color: #6e6b6b;
  border-bottom-color: #4c5458;
}

.tab-link.w--current {
  opacity: 1;
  color: #2079ff;
  background-color: #0000;
  border-bottom-color: #529dff;
  font-weight: 700;
}

.ds-icon-grid {
  margin-top: 24px;
}

.visible-spacer {
  background-color: #d0e8ff;
  border-radius: 5px;
  display: inline-block;
}

.sg-label {
  color: #2079ff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.sg-label.dark-text {
  color: #000;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
}

.site-header {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.site-header.blue {
  background-color: var(--banner-blue);
  flex-wrap: nowrap;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: 46px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.header-embroidey-digitizing {
  color: #fff;
  flex: 0 auto;
  order: -1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
}

.header-embroidey-digitizing.left {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.cell-header {
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.container {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 80%;
  max-width: 940%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.flex-block-nav-bar {
  justify-content: space-between;
  align-items: center;
  min-height: 0;
}

.block-pd-logo {
  max-width: 300px;
}

.block-menu-items {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.renderbodysection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.listviewcontainer {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-block-flat {
  display: flex;
}

.link-block-flat.white {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  text-decoration: none;
  display: block;
}

.placeholder {
  color: #eee;
}

.heading-7 {
  font-weight: 400;
}

.form-container {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.login-wrapper {
  float: none;
  clear: none;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: center;
  min-width: 500px;
  max-width: 35px;
  min-height: 650px;
  margin-top: 60px;
  padding: 63px;
  display: block;
  position: static;
  top: auto;
  box-shadow: 0 2px 7px 1px #0000001a;
}

.main-form {
  margin-bottom: 0;
}

.body {
  background-color: var(--faint-grey);
}

.miniheaderpdicon {
  grid-template: "Area Area Area-2" 80px
  / 1fr 1fr .75fr;
  margin-top: 0;
  margin-bottom: 0;
}

.pd-icon {
  max-width: 50px;
}

.asterisk {
  color: var(--light-blue);
}

.text-span-6 {
  color: var(--blue);
}

.sg-section-copy {
  z-index: 0;
  color: #000;
  text-align: left;
  padding: 40px 80px 20px 60px;
  position: relative;
}

.message {
  color: var(--green);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 1.5em;
}

.message.center-align {
  text-align: center;
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 16px;
}

.carrusel-indicator {
  flex-direction: row;
  grid-template-rows: 6px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.carrusel {
  cursor: none;
  background-color: #bfbfbf;
  min-width: 130px;
  max-width: 100px;
  min-height: 6px;
  max-height: 6px;
  margin-top: 25px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 0;
}

.carrusel.indicator-active {
  cursor: none;
  background-color: #2079ff;
}

.button-with-icon {
  border: 1.5px solid var(--light-grey);
  background-color: var(--white);
  width: 100%;
  height: 50px;
  color: var(--charcoal-grey);
  text-align: center;
  border-radius: 30px;
  margin-top: 5px;
  margin-bottom: 21px;
  padding: 12px 32px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.button-with-icon:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.text-span-7 {
  font-family: "Fa Brands 400", sans-serif;
}

.inline-link {
  color: var(--blue);
  text-decoration: none;
}

.success-header {
  color: var(--green);
  text-align: center;
  margin-bottom: -1px;
}

.div-block-4 {
  flex-direction: column;
  display: flex;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  place-items: center start;
}

.page-links {
  justify-content: center;
  align-items: flex-start;
  margin-left: 26px;
}

.page-link {
  color: var(--dark-blue);
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.page-link.new {
  color: var(--delivered-text);
}

.white-text {
  color: #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.white-text.small {
  font-size: 12px;
  font-weight: 300;
}

.white-text.copyright {
  margin-top: 3px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 12px;
  font-weight: 400;
}

.flex-block {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}

.notes {
  background-color: #fff9b5;
  border-radius: 8px;
  max-width: none;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: -5px 8px 16px 5px #0003;
}

.flex-block-2 {
  justify-content: center;
  align-items: center;
}

.footer {
  z-index: auto;
  background-color: var(--banner-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.footer.blue {
  background-color: var(--banner-blue);
  flex-wrap: nowrap;
  min-width: 100%;
  max-width: none;
  min-height: 60px;
  margin-top: auto;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.select-field {
  background-color: var(--white);
  height: 50px;
  min-height: 30px;
  color: var(--charcoal-grey);
  border-radius: 8px;
  margin-bottom: 16px;
  padding: 0 20px 0 16px;
  font-family: Open Sans, sans-serif;
  display: block;
}

.radio-label {
  color: #6e6b6b;
  margin-top: -16px;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.navbar-link {
  color: var(--grey);
  font-size: 14px;
  font-weight: 400;
}

.remember-me {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.login-links {
  margin-top: 9px;
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-5 {
  align-self: flex-end;
}

.error-text {
  color: var(--error);
}

.error-text.bold {
  margin-top: 83px;
  font-weight: 600;
}

.text-block {
  width: 10rem;
  max-height: 1ch;
}

.image {
  max-height: 100%;
}

.navbar {
  background-color: var(--white);
  margin-top: 0;
}

.navbar-container {
  min-height: 15px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.message-wrapper {
  float: none;
  clear: none;
  object-fit: fill;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: center;
  min-width: 0;
  max-width: 60%;
  height: auto;
  margin-top: 60px;
  padding: 63px;
  display: block;
  position: static;
  top: auto;
  box-shadow: 0 2px 7px 1px #0000001a;
}

.message-success-header {
  color: var(--green);
  text-align: center;
  margin-bottom: -1px;
}

.message-success-header.left-align {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.message-success-header.center-align {
  align-self: center;
}

.paragraph-3 {
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 19px;
}

.message-details {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  margin-top: 38px;
}

.div-block-6 {
  aspect-ratio: auto;
  align-self: center;
  width: 33%;
  display: block;
}

.sent-to-email {
  color: var(--green);
}

.text-button {
  color: var(--blue);
  text-align: center;
  background-color: #fff0;
  display: block;
}

.message-container {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
}

.image-2 {
  max-width: 50%;
}

.design-browser-section {
  width: 100%;
}

.findtextbox {
  border: 1px solid var(--grey);
  border-radius: 8px;
  width: 61%;
  min-width: auto;
}

.design-browser-container {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: 900px;
  margin-top: 30px;
  margin-bottom: 63px;
  display: flex;
}

.design-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--light-grey);
  transform-style: preserve-3d;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  transition: transform .2s, box-shadow .2s;
  transform: translate(0);
}

.design-card:hover {
  transform: translate3d(0, 0, 3px);
  box-shadow: 0 2px 12px #0003;
}

.imagecard-container {
  text-align: center;
}

.text-description {
  max-height: 26px;
  color: var(--dark-grey);
  align-self: flex-start;
  overflow: clip;
}

.text-order-number {
  max-height: 18px;
  color: var(--dark-grey);
  align-self: flex-start;
  font-weight: 600;
  overflow: clip;
}

.status-label {
  font-size: 14px;
}

.status-text.delivered {
  color: var(--delivered-text);
}

.status-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-self: flex-start;
}

.card-image-section {
  border-bottom: 1px solid var(--light-grey);
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 170px;
  display: flex;
}

.filtercomponent {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
}

.fiilterformcontainer {
  flex-flow: column;
  justify-content: center;
  width: 100%;
}

.searchboxsection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.display-grid {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
  perspective: 972px;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  grid-template-rows: 500px auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  transform: none;
}

.designimage {
  max-height: 156px;
}

.radiobuttonhallow {
  border: 1px solid var(--dark-grey);
  width: 25%;
  min-width: auto;
  height: 30px;
  color: var(--dark-grey);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 5px 0 0;
  font-size: 14px;
  font-weight: 600;
}

.radiobuttonhallow:hover {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.radiobuttonhallow:active {
  background-color: var(--dark-blue);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.radiobuttonhallow:focus {
  background-color: var(--dark-blue);
  color: var(--white);
}

.filter-radio-buttons-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.info-box {
  color: #333;
  background-color: #faecc3f0;
  border-radius: 4px;
  width: 160px;
  height: 148px;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
  box-shadow: -4px -4px 10px #0003;
}

.paragraph-4 {
  color: #757575;
  text-align: left;
  column-count: 0;
  padding-top: 23px;
  padding-left: 23px;
}

.i-info-image {
  align-self: flex-end;
  margin-bottom: -13px;
}

.section-top {
  border-bottom: 1px solid var(--light-grey);
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.section-midle {
  height: auto;
}

.ordernumbertext {
  font-size: 30px;
  font-weight: 700;
}

.status-text-big {
  color: var(--dark-grey);
  font-size: 24px;
  font-weight: 600;
}

.headerblock {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.order-number {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.status-block-detail {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.main-container {
  border: 1px solid var(--grey);
  border-radius: 20px;
  width: 85%;
  min-width: auto;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  box-shadow: -5px 4px 20px -3px #0003;
}

.art-image-container {
  border: 1px solid var(--light-grey);
  border-radius: 20px;
  width: 100%;
  height: auto;
  padding: 10px;
}

.art-block {
  justify-content: center;
  align-items: center;
  width: 50%;
}

.art-label {
  color: var(--light-grey);
  margin-top: 18px;
  font-size: 20px;
  font-weight: 600;
}

.art-image {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 300px;
}

.content-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.details-info-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.info-block {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  width: 370px;
}

.design-description {
  margin-bottom: 7px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.specs-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.info-section-label {
  font-size: 18px;
  font-weight: 600;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.design-action-button-download {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  flex: none;
  width: 30%;
  height: 37px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 0 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.design-action-button-download:hover {
  background-color: #0f69f0;
  box-shadow: 0 7px 20px -10px #0003;
}

.design-action-button-download:active {
  background-color: #9ec5fa;
}

.design-action-button-download.change-request {
  border: 1px solid var(--orange);
  background-color: var(--white);
  color: var(--orange);
  font-size: 14px;
  font-weight: 400;
}

.flex-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
}

.filter-form-block {
  flex-flow: column;
  width: 80%;
  margin-bottom: 0;
  margin-left: 41px;
  display: flex;
}

.oltable {
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  margin-top: 25px;
  display: flex;
}

.table-data {
  color: #4e4e4e;
  font-size: 14px;
  overflow: hidden;
}

.oltablerow {
  color: #9898a3;
  cursor: pointer;
  border-bottom: 1px solid #dce0ec;
  justify-content: space-between;
  width: 100%;
  min-height: 132px;
  padding-top: 0;
  padding-bottom: 0;
  transition: box-shadow .2s;
  display: flex;
}

.oltablerow:hover {
  color: #4347e7;
  box-shadow: 0 2px 5px #0003;
}

.imagecell {
  width: auto;
  height: auto;
}

.imageincell {
  object-fit: contain;
  width: auto;
  min-width: 200px;
  max-width: 200px;
  height: auto;
  min-height: 130px;
  max-height: 130px;
}

.table-paging-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
  position: relative;
}

.paging-container {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  display: flex;
}

.paging-controls {
  justify-content: center;
  display: flex;
}

.table-arrows {
  opacity: .35;
  cursor: pointer;
  width: 15px;
  margin-right: 8px;
}

.table-arrows:hover {
  opacity: .6;
}

.table-arrows._2 {
  transform: rotate(180deg);
}

.paging-display {
  padding-left: 10px;
  padding-right: 20px;
}

.text-span-8 {
  background-color: #0000;
  border: 1px solid #a5a5b180;
  border-radius: 5px;
  padding: 4px 10px;
  display: inline-block;
}

.descriptioncell {
  border: 1px #f9f9f9;
  flex-wrap: wrap;
  align-items: center;
  width: 20%;
  display: flex;
}

.statuscell {
  border: 1px #f9f9f9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
  overflow: hidden;
}

.buttonscell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #f9f9f9;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.olpageeffect {
  border: 1px solid var(--light-grey);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 90%;
  display: flex;
  box-shadow: 1px 1px 7px #0003;
}

.image-infobox-wraper {
  width: 100%;
  position: relative;
}

.div-block-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.downlodbutton-design-card {
  border: 1px solid var(--dark-blue);
  border-radius: 8px;
  width: 100%;
  height: 42px;
}

.downlodbutton-design-card:hover {
  box-shadow: 0 2px 5px #0003;
}

.buttondownloadtext {
  color: var(--dark-blue);
  text-align: center;
}

.buttonchangetext {
  color: var(--orange);
  text-align: center;
}

.changebutton-design-card {
  border: 1px solid var(--orange);
  border-radius: 8px;
  width: 100%;
  height: 42px;
}

.changebutton-design-card:hover {
  box-shadow: 1px 1px 12px -4px var(--orange);
}

.titles-text-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 12px;
  display: flex;
}

.header-phone {
  color: #fff;
  flex: 0 auto;
  order: 1;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
}

.div-block-14 {
  order: 1;
}

.buttons-link-block {
  text-align: center;
}

.download-text {
  color: var(--dark-blue);
  font-weight: 400;
}

.change-text {
  color: var(--orange);
  font-weight: 400;
}

.flex-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.brand {
  margin-top: 11px;
}

.order-form-title {
  color: var(--grey);
  text-transform: uppercase;
  align-self: center;
  font-size: 20px;
  font-weight: 700;
}

.textbox {
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  width: 100%;
  height: 42px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}

.textbox.other {
  width: 33%;
  color: var(--light-grey);
  text-align: left;
  margin-top: 30px;
  font-size: 16px;
}

.textbox.changesize {
  text-align: center;
  width: 90px;
  margin-left: 0;
}

.textbox.promocode {
  font-size: 20px;
  font-weight: 700;
}

.textbox.mediumbox {
  width: 90px;
}

.input-title {
  margin-bottom: 10px;
  font-size: 14px;
}

.text-input-wraper {
  flex-flow: column;
  width: 33%;
  display: flex;
}

.text-input-wraper.bottom {
  width: 100%;
}

.controls-line-info {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.text-section-title {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.controls-line-size {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: static;
}

.small-text-input-wraper {
  width: auto;
}

.text-section-second-title {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.checkbox-griid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.details-top-section {
  border-bottom: 1px solid var(--light-grey);
  width: 100%;
  height: 6%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.details-bottom-section {
  border-top: 1px solid var(--light-grey);
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 40px;
}

.flex-block-7 {
  justify-content: space-between;
  align-items: center;
}

.main-container-order-form {
  border: 1px solid var(--grey);
  border-radius: 20px;
  width: 85%;
  min-width: auto;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: -5px 4px 20px -3px #0003;
}

.order-form-header {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  overflow: hidden;
}

.orderlistcontainer {
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  min-height: 900px;
  margin-top: 30px;
  margin-bottom: 63px;
  display: flex;
}

.render-body-csection-design-details {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.ddlelement {
  background-color: var(--white);
  color: var(--form-dropdown-text);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 600;
}

.ddlelement.order-quote {
  width: 132px;
  height: 42px;
  color: var(--dark-blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 9px;
  margin-bottom: 0;
  padding: 0 0 0 5px;
  font-size: 20px;
  font-weight: 700;
}

.ddlelement.order-type {
  width: 179px;
  height: 42px;
  color: var(--dark-blue);
  text-align: center;
  text-transform: uppercase;
  border-radius: 9px;
  margin-bottom: 0;
  padding: 0 0 0 5px;
  font-size: 20px;
  font-weight: 700;
}

.ddlelement.position {
  width: 100%;
  height: 42px;
  color: var(--dark-grey);
  text-align: center;
  border-radius: 9px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 0 0 5px;
  font-size: 16px;
  font-weight: 600;
}

.ddlelement.mesurement {
  width: 24%;
  height: 42px;
  color: var(--dark-grey);
  text-align: center;
  border-radius: 9px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 600;
}

.notes-textbox {
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  width: 100%;
  height: 126px;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
}

.checkbox-text {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.upload-files {
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  width: 100%;
  height: 42px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.controls-upload-files {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}

.input-title-files {
  margin-top: 20px;
  font-size: 14px;
}

.input-title-files.note {
  margin-top: 0;
  font-size: 12px;
}

.controls-bottom {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.checkbox-2 {
  color: var(--dark-blue);
}

.rush-notes {
  font-size: 12px;
}

.checkbox-explained {
  width: auto;
  margin-top: 9px;
  margin-bottom: 9px;
  font-size: 11px;
  line-height: 15px;
}

.button-submit {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  flex: none;
  width: auto;
  height: 37px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.button-submit:hover {
  background-color: #0f69f0;
  box-shadow: 0 7px 20px -10px #0003;
}

.button-submit:active {
  background-color: #9ec5fa;
}

.rush-service-wraper {
  flex-flow: column;
  width: auto;
  display: flex;
}

.text-block-20 {
  font-size: 20px;
  font-weight: 600;
}

.form-block {
  margin-bottom: 140px;
}

.checkbox-field {
  margin-bottom: 0;
}

.promo-code-control {
  grid-column-gap: 0%;
  grid-row-gap: 0%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 33%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.orderdetails {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.order-details {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #cecece;
  border-radius: 12px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding: 20px;
}

.image-3 {
  width: 34%;
  height: 100%;
}

.bold-text {
  font-size: 20px;
}

.buttonsubmitfind {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  flex: none;
  width: 25%;
  height: 37px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.buttonsubmitfind:hover {
  background-color: #0f69f0;
  box-shadow: 0 7px 20px -10px #0003;
}

.buttonsubmitfind:active {
  background-color: #9ec5fa;
}

.manageyouraccountlayout {
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-width: 0;
  max-width: none;
  min-height: 0;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.manageyouraccountwrapper {
  float: none;
  clear: none;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: wrap;
  place-content: stretch space-between;
  align-items: center;
  min-width: 80%;
  max-width: 80%;
  min-height: auto;
  margin-top: 60px;
  padding: 63px;
  display: block;
  position: static;
  top: auto;
  box-shadow: 0 2px 7px 1px #0000001a;
}

.rightfields {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  max-width: none;
  margin-top: 0;
  display: flex;
}

.manageaccountcontainerform {
  margin-bottom: 0;
}

.leftlinks {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  width: auto;
  font-size: 16px;
  font-weight: 700;
}

.link {
  color: var(--dark-blue);
  font-size: 15px;
}

.manageaccountsplit {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 102%;
  margin-top: 40px;
  display: flex;
}

.filterstext {
  margin-bottom: 10px;
  padding-left: 22px;
  font-weight: 600;
}

.sortviewicon {
  margin-right: 4px;
  font-size: 15px;
}

.sortviewblock {
  justify-content: center;
  align-items: center;
  width: auto;
}

.textviewsort {
  color: var(--dark-grey);
  margin-left: 5px;
  font-size: 14px;
  font-weight: 600;
}

.text-block-24 {
  mix-blend-mode: normal;
  font-size: 20px;
}

.manageyouraccount {
  flex-flow: column;
}

.searchlinkblock {
  padding-top: 11px;
}

.searchlinkcontainer {
  justify-content: space-around;
  align-items: center;
  width: 30%;
}

.changetitle {
  margin-top: 0;
  margin-bottom: 0;
}

.titletext {
  font-size: 30px;
  font-weight: 700;
}

.changesgrid {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  display: flex;
}

.changesblock {
  width: 80%;
}

.ordernumbertitle {
  color: var(--light-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 14px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.maincontainerchanges {
  border: 1px solid #808c91;
  border-radius: 20px;
  width: 85%;
  min-width: auto;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  box-shadow: -5px 4px 20px -3px #0003;
}

.changelabel {
  min-width: 111px;
}

.changescontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.art-label-2 {
  color: var(--light-grey);
  margin-top: 18px;
  font-size: 20px;
  font-weight: 600;
}

.changessubmitblock {
  text-align: right;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.flex-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
}

.flex-block-10.placement {
  justify-content: flex-start;
  align-items: center;
}

.orderchangesordernumberblock {
  width: 80%;
  margin-left: 60px;
}

.ddlelement-2 {
  color: #009088;
  background-color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 30px;
  font-weight: 600;
}

.ddlelement-2.position {
  color: #4c5458;
  text-align: center;
  border-radius: 9px;
  width: 100%;
  height: 42px;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 0 0 5px;
  font-size: 16px;
  font-weight: 600;
}

.ddlelement-2.position.changeform {
  width: 100%;
  margin-left: 13px;
  margin-right: 0;
  padding-left: 0;
}

.changesnoteslabel {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.changebuttonsubmitt {
  background-color: var(--dark-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  flex: none;
  width: 30%;
  height: 37px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.changebuttonsubmitt:hover {
  background-color: var(--dark-blue-hover);
  box-shadow: 0 7px 20px -10px #0003;
}

.changebuttonsubmitt:active {
  background-color: #9ec5fa;
}

.formchanesnotescontainer {
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  width: 100%;
  min-width: 100%;
  height: 100px;
  padding: 10px;
}

.changebuttoncancel {
  background-color: var(--charcoal-grey);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  flex: none;
  width: 30%;
  height: 37px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  box-shadow: 0 2px 8px #00000008;
}

.changebuttoncancel:hover {
  background-color: var(--charcoal-gray-hover);
  box-shadow: 0 7px 20px -10px #0003;
}

.changebuttoncancel:active {
  background-color: #9ec5fa;
}

.ordernumbercell {
  border: 1px #f9f9f9;
  flex-wrap: wrap;
  align-items: center;
  width: 20%;
  font-weight: 600;
  display: flex;
}

.tablestatus {
  color: var(--form-dropdown-text);
  font-size: 14px;
}

.imageframe {
  border: 1px solid #bfbfbf;
  border-radius: 20px;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 100%;
  height: 330px;
  min-height: 100%;
  padding: 10px;
  display: flex;
}

.imagessection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.originalimages {
  box-sizing: border-box;
  object-fit: contain;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.imagedisplayblock {
  justify-content: center;
  align-items: center;
  width: 40%;
}

.designdetails {
  text-align: left;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-left: 23px;
  padding-right: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

.uploadgrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  display: flex;
}

.uploadfilebox {
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  height: 57px;
}

.text-block-26 {
  padding-top: 9px;
  line-height: 23px;
}

.text-block-27 {
  padding-top: 10px;
}

.controls-line-colors {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: static;
}

.flex-block-12 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.a-little-stitch-slipped {
  grid-row-gap: 113px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rectangle-1 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 86px;
  text-decoration: none;
  display: flex;
}

.error-icon-1 {
  object-fit: cover;
  width: 30%;
}

.mainmessage {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.submessage {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.bottommessage {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #1e1e1e;
  text-align: center;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.dont-worry-our-team-has-already-been-notified-and-were-on-it-well-email-you-shortly-once-everything {
  color: #1e1e1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.dont-worry-our-team-has-already-been-notified-and-were-on-it-well-email-you-shortly-once-everything-2 {
  color: #1e1e1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.messagecontainer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 500px;
  margin-bottom: 40px;
}

.detailmessage {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.detailtext.pagename {
  font-size: 8px;
  font-style: italic;
}

.detailtext.requestid {
  color: var(--error);
}

.code {
  color: var(--orange);
}

.div-block-15 {
  width: 100%;
  min-width: 198px;
}

.authorizegrid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.authorizebutton {
  border: 2px solid var(--authorize);
  background-color: var(--authorizebackground);
  border-radius: 8px;
  width: 300px;
  min-width: auto;
  height: 42px;
}

.authorizebutton:hover {
  box-shadow: 1px 1px 12px -4px var(--orange);
}

.authorizebutton2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.authorizebuttontext {
  color: var(--authorize);
  text-align: center;
  font-weight: 700;
}

.flex-block-13 {
  justify-content: center;
  align-items: center;
}

.div-block-16 {
  width: 100%;
}

.authorizesection {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--light-grey);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.text-block-28 {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-29 {
  color: var(--authorize);
  text-align: center;
  font-weight: 700;
}

.authorizecheckboxtext {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.authorizesectionpay {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-top: 1px solid var(--light-grey);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.paymentcontainer {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

.paymentsblock {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.link-block {
  margin-top: 30px;
}

@media screen and (min-width: 1280px) {
  .sg-nav {
    width: 280px;
  }

  .paragraph {
    text-align: left;
  }

  .paragraph.center {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .sg-nav-container {
    width: 280px;
  }

  .radio-button-label {
    font-weight: 400;
  }

  .sg-content {
    margin-left: 280px;
  }

  .pd-action-button {
    margin-top: 6px;
  }

  .pd-action-button.outline {
    margin-top: 10px;
  }

  .checkbox-label {
    font-weight: 400;
  }

  .text-link1 {
    text-align: right;
    position: static;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .renderbodysection, .listviewcontainer {
    flex-flow: column;
  }

  .login-wrapper {
    min-height: 750px;
  }

  .body {
    background-color: var(--faint-grey);
  }

  .asterisk {
    color: var(--light-blue);
  }

  .inline-link {
    color: var(--blue);
    cursor: auto;
    text-decoration: none;
  }

  .radio-label {
    font-weight: 400;
  }

  .message-wrapper {
    min-height: 750px;
  }

  .findtextbox {
    margin-bottom: 0;
  }

  .design-browser-container {
    flex-flow: column;
  }

  .status-label {
    flex: none;
    font-size: 24px;
  }

  .display-grid {
    grid-template-rows: 500px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .info-box {
    z-index: 1;
    margin-left: 0;
    position: absolute;
  }

  .section-top {
    border-bottom: 1px solid var(--grey);
    width: 100%;
    height: 63px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .section-midle {
    height: auto;
  }

  .ordernumbertext {
    font-size: 30px;
    font-weight: 700;
  }

  .status-text-big {
    color: var(--delivered-text);
    font-size: 24px;
    font-weight: 600;
  }

  .headerblock {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .order-number {
    flex: 1;
  }

  .status-block-detail {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-container {
    border: 1px solid var(--grey);
    border-radius: 20px;
    width: 85%;
    min-width: auto;
    max-width: 1280px;
    height: auto;
    box-shadow: -5px 4px 20px -3px #0000001c;
  }

  .art-image-container {
    border: 1px solid var(--grey);
    border-radius: 20px;
    flex: 1;
    width: 100%;
    height: 400px;
    padding: 10px;
  }

  .art-block {
    justify-content: center;
    align-items: center;
  }

  .art-label {
    color: var(--light-grey);
    flex: none;
    margin-top: 18px;
    font-size: 20px;
    font-weight: 600;
  }

  .art-image {
    width: 100%;
  }

  .content-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .details-info-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    flex: 0 auto;
    display: flex;
  }

  .info-block {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .design-description {
    margin-bottom: 7px;
    font-size: 24px;
    font-weight: 600;
  }

  .specs-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 21px;
    display: flex;
  }

  .ordernumberblock {
    margin-bottom: 0;
  }

  .info-section-label {
    font-size: 18px;
    font-weight: 600;
  }

  .flex-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .design-action-button-download {
    text-transform: uppercase;
    order: 0;
    align-self: center;
    width: 48%;
    height: 37px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0 0;
    font-size: 14px;
    font-weight: 400;
  }

  .design-action-button-download.change-request {
    border: 1px solid var(--orange);
    background-color: var(--white);
    color: var(--orange);
  }

  .flex-block-4 {
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
  }

  .olpageeffect {
    border: 1px solid var(--light-grey);
    border-radius: 8px;
    width: 80%;
    max-width: 80%;
    box-shadow: -5px 5px 20px 2px #0003;
  }

  .image-infobox-wraper {
    position: relative;
  }

  .downlodbutton-design-card:hover {
    box-shadow: 1px 1px 12px -4px var(--dark-blue);
  }

  .changebutton-design-card:hover {
    box-shadow: 1px 1px 12px -4px var(--orange);
  }

  .order-form-title {
    font-size: 30px;
    font-weight: 700;
  }

  .textbox {
    border: 1px solid var(--light-grey);
    border-radius: 8px;
    padding: 10px;
  }

  .details-top-section {
    border-bottom: 1px solid var(--grey);
    width: 100%;
    height: 63px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .details-bottom-section {
    border-top: 1px solid var(--light-grey);
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .main-container-order-form {
    border: 1px solid var(--grey);
    border-radius: 20px;
    max-width: 1087px;
    padding-left: 36px;
    padding-right: 36px;
    box-shadow: -5px 4px 20px -3px #0000001c;
  }

  .order-form-header {
    margin-top: 61px;
    padding-left: 7px;
    padding-right: 7px;
  }

  .orderlistcontainer, .render-body-csection-design-details {
    flex-flow: column;
  }

  .notes-textbox, .upload-files {
    border: 1px solid var(--light-grey);
    border-radius: 8px;
    padding: 10px;
  }

  .button-submit {
    text-transform: uppercase;
    order: 0;
    align-self: center;
    width: 48%;
    height: 37px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0 0;
    font-size: 14px;
    font-weight: 400;
  }

  .buttonsubmitfind {
    text-transform: uppercase;
    order: 0;
    align-self: center;
    width: 48%;
    height: 37px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
  }

  .manageyouraccountlayout {
    flex-flow: column;
  }

  .manageyouraccountwrapper {
    min-height: 750px;
  }

  .titletext {
    font-size: 30px;
    font-weight: 700;
  }

  .ordernumbertitle {
    padding-left: 36px;
  }

  .maincontainerchanges {
    border: 1px solid #808c91;
    border-radius: 20px;
    width: 85%;
    min-width: auto;
    max-width: 1280px;
    height: auto;
    padding-left: 36px;
    padding-right: 36px;
    box-shadow: -5px 4px 20px -3px #0000001c;
  }

  .art-label-2 {
    color: #bfbfbf;
    flex: none;
    margin-top: 18px;
    font-size: 20px;
    font-weight: 600;
  }

  .orderchangesordernumberblock {
    margin-bottom: 0;
  }

  .ddlelement-2.position.changeform {
    width: 100%;
  }

  .changesnoteslabel {
    font-size: 18px;
    font-weight: 600;
  }

  .changebuttonsubmitt {
    text-transform: uppercase;
    order: 0;
    align-self: center;
    width: 48%;
    height: 37px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0 0;
    font-size: 14px;
    font-weight: 400;
  }

  .formchanesnotescontainer {
    border: 1px solid #bfbfbf;
    border-radius: 8px;
    width: 100%;
    height: 100px;
    padding: 10px;
  }

  .changebuttoncancel {
    text-transform: uppercase;
    order: 0;
    align-self: center;
    width: 48%;
    height: 37px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 6px 0 0;
    font-size: 14px;
    font-weight: 400;
  }

  .imageframe {
    border: 1px solid #808c91;
    border-radius: 20px;
    flex: 0 auto;
    padding: 10px;
  }

  .imagessection {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .imagedisplayblock {
    justify-content: center;
    align-items: center;
  }

  .designdetails {
    padding-left: 40px;
  }

  .authorizebutton:hover {
    box-shadow: 1px 1px 12px -4px var(--orange);
  }

  .authorizebutton2 {
    min-width: 300px;
  }
}

@media screen and (max-width: 991px) {
  .sg-nav {
    z-index: 10;
    background-color: #f7f9fc;
    border-right-style: none;
    width: 100%;
    height: 80px;
    padding-top: 20px;
    position: sticky;
    bottom: auto;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .grid {
    margin-left: 0;
  }

  .sg-block {
    margin-bottom: 40px;
  }

  .sg-nav-container {
    width: auto;
    height: auto;
  }

  .column, .column.desk-5 {
    width: 50%;
  }

  .column.desk-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  ._12-columns {
    flex-flow: wrap;
  }

  .sg-menu {
    z-index: 500;
    background-color: #f7f9fc;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    position: absolute;
    inset: 80px auto auto 0%;
    box-shadow: 0 3px 5px #0000000d;
  }

  ._2-1-grid {
    margin-left: 0;
  }

  .sg-content {
    border-left-style: none;
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .pd-action-button {
    position: relative;
  }

  .pd-action-button.light {
    font-size: 18px;
    line-height: 1.4;
  }

  .sg-menu-icon {
    font-size: 32px;
  }

  ._1-2-grid {
    margin-left: 0;
  }

  .sg-menu-button {
    margin-right: 12px;
    padding: 15px;
    top: -10px;
  }

  .sg-menu-button.w--open {
    color: #2079ff;
    background-color: #d0e8ff;
    border-radius: 40px;
  }

  .small-primary-button {
    position: relative;
  }

  .sg-menu-brand {
    margin-top: 4px;
    margin-bottom: 16px;
  }

  .site-header {
    height: 92px;
    position: static;
    top: 0;
  }

  .site-header.blue {
    min-width: auto;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
  }

  .carrusel, .carrusel.indicator-active {
    min-width: 30%;
  }

  .navbar-link {
    color: var(--charcoal-grey);
    text-align: left;
    letter-spacing: 1px;
    -webkit-text-stroke-color: var(--dark-grey);
    text-transform: uppercase;
    font-size: 11px;
  }

  .navbar-link:hover {
    color: var(--banner-blue);
    -webkit-text-stroke-color: var(--dark-grey);
  }

  .navbar-link:active {
    background-color: #f3f3f3;
  }

  .navbar {
    position: sticky;
    top: 0;
  }

  .findtextbox {
    width: 100%;
    min-width: auto;
    font-size: 12px;
  }

  .design-card {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .filtercomponent, .fiilterformcontainer {
    max-width: 100%;
  }

  .searchboxsection {
    width: 100%;
    max-width: none;
    padding-left: 20px;
  }

  .display-grid {
    grid-column-gap: 0px;
    grid-template-rows: 500px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .radiobuttonhallow.needattention {
    font-size: 11px;
  }

  .filter-radio-buttons-container {
    max-width: 516px;
  }

  .info-box {
    margin-left: 0;
  }

  .paragraph-4 {
    column-count: 0;
    font-size: 16px;
    font-style: normal;
  }

  .section-midle {
    margin-left: 20px;
    margin-right: 20px;
  }

  .ordernumbertext, .status-text-big {
    font-size: 20px;
  }

  .headerblock {
    margin-left: 20px;
  }

  .main-container {
    width: 90%;
    height: auto;
  }

  .art-image-container {
    width: 100%;
  }

  .content-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .design-description {
    font-size: 22px;
  }

  .ordernumberblock {
    margin-top: 42px;
  }

  .info-section-label {
    font-size: 17px;
  }

  .design-action-button-download {
    position: relative;
  }

  .filter-form-block {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .oltable {
    width: 100%;
  }

  .oltablerow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .descriptioncell {
    justify-content: center;
    width: auto;
  }

  .statuscell {
    justify-content: center;
    width: auto;
    display: none;
  }

  .buttonscell {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    margin-right: 20px;
  }

  .olpageeffect {
    width: 90%;
    max-width: 90%;
    box-shadow: -8px 8px 20px 2px var(--white);
    border-style: solid;
  }

  .buttons-link-block {
    width: 45%;
  }

  .order-form-title {
    font-size: 24px;
  }

  .textbox {
    font-size: 16px;
  }

  .textbox.promocode {
    font-size: 17px;
  }

  .checkbox-griid {
    width: 100%;
  }

  .details-bottom-section {
    height: auto;
  }

  .main-container-order-form {
    width: 90%;
    height: auto;
  }

  .ddlelement.mesurement {
    padding-left: 0;
    font-size: 12px;
  }

  .notes-textbox {
    font-size: 16px;
  }

  .checkbox-text {
    font-size: 14px;
    line-height: 14px;
  }

  .upload-files {
    font-size: 16px;
  }

  .button-submit {
    position: relative;
  }

  .order-details {
    flex-flow: column;
  }

  .buttonsubmitfind {
    position: relative;
  }

  .manageyouraccountwrapper {
    margin-top: 40px;
    padding: 40px;
  }

  .manageaccountsplit {
    max-width: none;
  }

  .sortviewblock {
    min-width: 85px;
  }

  .textviewsort, .text-block-25, .bold-text-2 {
    font-size: 12px;
  }

  .searchlinkblock {
    color: var(--dark-grey);
  }

  .titletext {
    font-size: 24px;
  }

  .changesgrid {
    flex-flow: column;
    grid-template-columns: .5fr 1fr;
    display: flex;
  }

  .ordernumbertitle {
    color: var(--charcoal-gray-hover);
  }

  .maincontainerchanges {
    width: 90%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-10 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .flex-block-10.placement {
    max-width: 495px;
  }

  .orderchangesordernumberblock {
    margin-top: 42px;
  }

  .changebuttonsubmitt {
    position: relative;
  }

  .changesnotesblock {
    flex-flow: column;
    width: 100%;
    min-height: 150px;
    display: flex;
  }

  .formchanesnotescontainer {
    width: 100%;
    min-width: 0;
    height: 100%;
    min-height: 119px;
  }

  .changebuttoncancel {
    position: relative;
  }

  .ordernumbercell {
    justify-content: center;
    width: auto;
  }

  .imageframe {
    width: 100%;
  }

  .imagessection {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    margin-left: 0;
    margin-right: 0;
  }

  .imagedisplayblock {
    width: 100%;
  }

  .designdetails {
    margin-left: 0;
    padding-left: 0;
  }

  .uploadgrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .error-icon-1 {
    overflow: visible;
  }

  .mainmessage {
    font-size: 30px;
  }

  .submessage {
    text-align: center;
    line-height: 30px;
  }

  .bottommessage {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .messagecontainer {
    width: 80%;
  }

  .authorizegrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 2.25fr;
  }

  .flex-block-14 {
    justify-content: center;
    align-items: center;
  }

  .paymentcontainer {
    flex-flow: row;
    align-items: flex-start;
    width: 100%;
  }

  .paymentsblock {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .ds-colour-block {
    width: 25%;
  }

  .spacer {
    height: 32px;
  }

  .spacer._64 {
    height: 48px;
  }

  .paragraph {
    font-size: 15px;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .field-block-main {
    min-height: auto;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }

  .grid.desk-2.tab-2 {
    grid-template-columns: 1fr;
  }

  .grid.desk-4.tab-4, .grid.desk-3.tab-3 {
    grid-template-columns: 1fr 1fr;
  }

  .column.desk-6, .column.desk-5, .column.desk-4 {
    width: 100%;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .sg-menu {
    background-color: #fff;
  }

  ._2-1-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .sg-content {
    margin-left: 0;
  }

  .sg-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._1-2-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  .sg-menu-brand.w--current {
    margin-top: 14px;
  }

  .tab-link {
    border-bottom-width: 0;
    border-radius: 10px;
    width: auto;
  }

  .tab-link.w--current {
    background-color: #d4e9ff;
  }

  .header-embroidey-digitizing.right {
    font-size: 13px;
  }

  .renderbodysection {
    width: 100%;
  }

  .listviewcontainer {
    width: 100%;
    min-width: auto;
  }

  .sg-section-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .carrusel {
    max-width: 130px;
  }

  .flex-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: center;
  }

  .navbar-link {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .nav-menu, .menu-button {
    background-color: var(--white);
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--dark-grey);
  }

  .findtextbox {
    border-radius: 8px;
    width: auto;
    min-width: auto;
  }

  .design-browser-container {
    width: 100%;
    padding-left: 0;
  }

  .design-card {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .status-label {
    font-size: 18px;
  }

  .filtercomponent {
    width: 95%;
    margin-left: 0;
    padding-left: 10px;
  }

  .fiilterformcontainer {
    width: 100%;
  }

  .searchboxsection {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .display-grid {
    grid-column-gap: 0px;
    grid-template-rows: 500px;
    grid-template-columns: 1fr 1fr;
  }

  .radiobuttonhallow {
    font-size: 13px;
  }

  .filter-radio-buttons-container {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding-left: 18px;
  }

  .section-top {
    height: 5%;
    padding-bottom: 0;
  }

  .section-midle {
    width: 100%;
  }

  .ordernumbertext {
    font-size: 18px;
  }

  .status-text-big {
    font-size: 20px;
  }

  .headerblock {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .status-block-detail {
    flex-flow: row;
    margin-top: 11px;
  }

  .main-container {
    border-style: none;
    border-radius: 0;
    width: 100%;
  }

  .art-image-container {
    height: 91%;
  }

  .art-block {
    width: 80%;
  }

  .content-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .details-info-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    font-size: 13px;
  }

  .info-block {
    border: 1px solid var(--light-grey);
    border-radius: 20px;
    width: 80%;
    margin-top: 0;
    padding: 20px;
  }

  .design-action-button-download, .filter-form-block {
    width: 100%;
  }

  .oltable {
    overflow: hidden;
  }

  .oltablerow {
    width: 100%;
  }

  .imageincell {
    min-width: 40px;
  }

  .descriptioncell, .statuscell {
    display: none;
  }

  .buttonscell {
    width: auto;
  }

  .olpageeffect {
    border-style: none;
    width: 90%;
    max-width: 90%;
  }

  .order-form-title {
    font-size: 20px;
  }

  .textbox, .textbox.other {
    width: 100%;
  }

  .textbox.changesize {
    width: 60px;
  }

  .textbox.promocode {
    font-size: 16px;
  }

  .textbox.mediumbox {
    text-align: center;
    width: 80px;
  }

  .text-input-wraper {
    width: 100%;
  }

  .controls-line-info {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .controls-line-size {
    justify-content: center;
  }

  .checkbox-griid {
    grid-template-columns: 1fr;
  }

  .details-top-section {
    padding-bottom: 20px;
  }

  .details-bottom-section {
    height: auto;
  }

  .main-container-order-form {
    border-style: none;
    border-radius: 0;
    align-self: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 0 #fff3;
  }

  .order-form-header {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .orderlistcontainer {
    width: 100%;
    padding-left: 0;
  }

  .render-body-csection-design-details {
    width: 100%;
    min-width: auto;
  }

  .ddlelement.mesurement {
    width: 31%;
  }

  .notes-textbox {
    width: 100%;
  }

  .checkbox-text {
    font-size: 12px;
  }

  .upload-files {
    width: 100%;
  }

  .controls-upload-files, .controls-bottom {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .button-submit, .rush-service-wraper {
    width: 100%;
  }

  .form-block {
    margin-left: 10px;
    margin-right: 10px;
  }

  .promo-code-control {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
  }

  .order-details {
    flex-flow: column;
  }

  .buttonsubmitfind {
    width: 100%;
  }

  .manageyouraccountlayout {
    width: 100%;
    min-width: auto;
  }

  .textviewsort {
    font-size: 14px;
    font-weight: 600;
  }

  .searchlinkcontainer {
    grid-column-gap: 61px;
    grid-row-gap: 61px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .titletext {
    font-size: 20px;
  }

  .changesgrid {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .changesblock {
    width: 90%;
  }

  .ordernumbertitle {
    color: var(--charcoal-gray-hover);
  }

  .maincontainerchanges {
    border-style: none;
    border-radius: 0;
  }

  .changelabel {
    min-width: auto;
    padding-right: 12px;
    font-size: 12px;
  }

  .art-label-2 {
    margin-top: 10px;
  }

  .orderchangesordernumberblock {
    width: 90%;
    margin-left: 20px;
  }

  .ddlelement-2.position.changeform {
    margin-right: 0;
  }

  .formchanesnotescontainer {
    height: auto;
    min-height: 117px;
  }

  .ordernumbercell {
    display: none;
  }

  .imageframe {
    height: 100%;
  }

  .imagessection {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-around;
    max-height: 1094px;
    display: flex;
  }

  .imagedisplayblock {
    width: 80%;
  }

  .uploadgrid {
    flex-flow: column;
    display: flex;
  }

  .text-block-26, .text-block-27 {
    font-size: 12px;
  }

  .controls-line-colors {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .flex-block-12 {
    font-size: 12px;
  }

  .mainmessage {
    font-size: 28px;
  }

  .submessage {
    font-size: 14px;
    line-height: 20px;
  }

  .detailtext {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph.center, .form-dropdown {
    font-size: 12px;
  }

  .check-box {
    width: 15px;
    height: 15px;
  }

  .column {
    margin-bottom: 0;
  }

  .column.desk-6, .column.desk-5, .column.desk-3 {
    width: 100%;
  }

  .pd-action-button {
    width: 100%;
    font-size: 16px;
  }

  .text-input {
    width: 100%;
  }

  .sg-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .color-block {
    margin-bottom: 20px;
  }

  .sg-menu-button {
    margin-right: 4px;
  }

  .sg-menu-brand {
    margin-left: 16px;
  }

  .field-label {
    font-size: 13px;
  }

  .site-header.blue {
    width: 100%;
  }

  .header-embroidey-digitizing {
    text-align: center;
    font-size: 14px;
  }

  .header-embroidey-digitizing.right {
    font-size: 12px;
  }

  .container {
    width: 100%;
    height: 104px;
  }

  .login-wrapper {
    min-width: 90%;
    padding: 10px;
  }

  .miniheaderpdicon {
    margin-top: -5px;
    margin-bottom: 13px;
  }

  .sg-section-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .success-header {
    font-size: 13px;
  }

  .grid-2 {
    grid-column-gap: 16px;
  }

  .white-text {
    font-size: 17px;
  }

  .white-text.copyright {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
  }

  .flex-block {
    flex-flow: column;
  }

  .flex-block-2 {
    margin-left: 63px;
    margin-right: 63px;
  }

  .radio-label {
    font-size: 12px;
  }

  .text-block-2 {
    width: 10rem;
  }

  .message-wrapper {
    min-width: 90%;
    padding: 10px;
  }

  .status-label {
    font-size: 14px;
  }

  .filtercomponent {
    width: 100%;
    padding-left: 0;
  }

  .searchboxsection {
    flex-flow: column;
    max-width: none;
  }

  .display-grid {
    grid-template-rows: 500px;
    grid-template-columns: 1fr;
  }

  .radiobuttonhallow {
    width: 60%;
    padding-top: 4px;
    font-size: 13px;
  }

  .radiobuttonhallow.needattention {
    font-size: 9px;
  }

  .filter-radio-buttons-container {
    flex-flow: column;
    margin-left: 0;
    padding-left: 0;
  }

  .section-top {
    border-bottom-style: none;
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .section-midle {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .ordernumbertext {
    font-size: 16px;
  }

  .status-text-big {
    font-size: 18px;
  }

  .headerblock {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
  }

  .status-block-detail {
    flex-flow: row;
    display: flex;
  }

  .main-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .art-image-container {
    width: 100%;
    height: auto;
  }

  .art-block {
    width: 90%;
  }

  .content-container {
    grid-template-rows: auto;
    align-items: center;
    display: flex;
  }

  .details-info-block {
    margin-bottom: 15px;
  }

  .info-block {
    width: 90%;
  }

  .design-description, .info-section-label {
    font-size: 14px;
  }

  .flex-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .design-action-button-download {
    width: 100%;
    font-size: 16px;
  }

  .flex-block-4 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    flex-flow: column;
  }

  .oltablerow {
    width: 100%;
  }

  .imageincell {
    min-width: 40px;
  }

  .table-paging-section {
    flex-wrap: wrap;
  }

  .paging-container {
    margin-bottom: 15px;
  }

  .descriptioncell, .statuscell {
    display: none;
  }

  .buttonscell {
    width: auto;
  }

  .titles-text-container {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    padding-bottom: 12px;
  }

  .header-phone {
    text-align: center;
    font-size: 14px;
  }

  .download-text, .change-text {
    display: none;
  }

  .order-form-title {
    align-self: auto;
    font-size: 18px;
  }

  .textbox {
    min-width: 0;
    font-size: 14px;
  }

  .textbox.changesize {
    width: 100px;
    min-width: auto;
    height: auto;
    min-height: auto;
  }

  .textbox.promocode {
    font-size: 18px;
  }

  .textbox.mediumbox {
    width: 61px;
  }

  .input-title {
    font-size: 12px;
  }

  .text-section-title {
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .controls-line-size {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .small-text-input-wraper {
    text-align: center;
    align-self: center;
    width: auto;
    margin-right: 0;
  }

  .checkbox-griid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .details-top-section {
    border-bottom-style: none;
    height: 65px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .details-bottom-section {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .flex-block-7 {
    flex-flow: column;
    align-items: flex-start;
    padding-left: 31px;
  }

  .main-container-order-form {
    flex-flow: column;
    align-items: center;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .order-form-header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: stretch;
    padding-left: 0;
    display: flex;
  }

  .render-body-csection-design-details {
    padding-left: 0;
    padding-right: 0;
  }

  .ddlelement.order-quote, .ddlelement.order-type {
    width: auto;
    font-size: 18px;
  }

  .ddlelement.mesurement {
    width: 33%;
    padding-left: 0;
    font-size: 14px;
  }

  .notes-textbox {
    min-width: 0;
    font-size: 14px;
  }

  .upload-files {
    min-width: 0;
  }

  .controls-upload-files {
    margin-bottom: 0;
  }

  .button-submit {
    width: 100%;
    font-size: 16px;
  }

  .text-block-20 {
    font-size: 13px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .form-block {
    width: 100%;
  }

  .promo-code-control {
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .order-details {
    flex-flow: column;
  }

  .buttonsubmitfind {
    width: 100%;
    font-size: 16px;
  }

  .manageyouraccountlayout {
    padding-left: 0;
    padding-right: 0;
  }

  .manageyouraccountwrapper {
    min-width: 90%;
    padding: 10px;
    display: block;
  }

  .manageaccountsplit {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .filterstext {
    margin-bottom: 0;
  }

  .titletext {
    font-size: 18px;
  }

  .changesgrid {
    flex-flow: column;
    display: flex;
  }

  .ordernumbertitle {
    font-size: 14px;
  }

  .maincontainerchanges {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-block-10.placement {
    flex-flow: column;
  }

  .changesnoteslabel, .changebuttonsubmitt {
    font-size: 14px;
  }

  .formchanesnotescontainer {
    min-width: 0;
  }

  .changebuttoncancel {
    font-size: 14px;
  }

  .ordernumbercell {
    display: none;
  }

  .imageframe {
    width: 100%;
    height: auto;
  }

  .imagessection {
    grid-template-rows: auto;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .imagedisplayblock {
    width: 100%;
  }

  .designdetails {
    font-size: 12px;
    line-height: 20px;
  }

  .uploadgrid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .controls-line-colors {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .mainmessage {
    font-size: 14px;
  }

  .submessage {
    font-size: 12px;
  }

  .detailtext {
    text-align: center;
    font-size: 12px;
  }

  .authorizegrid {
    grid-column-gap: 0px;
  }

  .authorizebutton {
    width: 210px;
  }

  .authorizebuttontext {
    font-size: 16px;
  }

  .authorizecheckboxtext {
    font-size: 12px;
  }
}

#w-node-c7593506-cba0-6fe0-5725-33797d1ff30a-7d1ff309 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eea4f5fb-b47b-a2fa-e160-c3520ab0dbc6-0ab0dbc5, #w-node-_159c75ae-ed85-6f90-f1dc-b850e5394c4a-34aea798, #w-node-_159c75ae-ed85-6f90-f1dc-b850e5394c4a-34aea799, #w-node-_976a7431-07a9-ab40-736b-853cd9115b70-34aea799 {
  grid-area: Area-2;
  place-self: center;
}

#w-node-ad0a50ea-eff1-0a6e-c3bd-8d0c0f215eb4-0f215eb2, #w-node-cb1953c3-8f96-3d65-03a4-50f913822260-1382225e {
  justify-self: end;
}

#w-node-_159c75ae-ed85-6f90-f1dc-b850e5394c4a-34aea79e, #w-node-_159c75ae-ed85-6f90-f1dc-b850e5394c4a-34aea79f, #w-node-_159c75ae-ed85-6f90-f1dc-b850e5394c4a-34aea7a0, #w-node-_159c75ae-ed85-6f90-f1dc-b850e5394c4a-34aea7a1, #w-node-_159c75ae-ed85-6f90-f1dc-b850e5394c4a-60899411, #w-node-_159c75ae-ed85-6f90-f1dc-b850e5394c4a-e82e2ab6, #w-node-_159c75ae-ed85-6f90-f1dc-b850e5394c4a-b43d7d67, #w-node-_159c75ae-ed85-6f90-f1dc-b850e5394c4a-74c79dc1 {
  grid-area: Area-2;
  place-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-c7593506-cba0-6fe0-5725-33797d1ff30a-7d1ff309 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0f4bfbf8-c0e8-25ba-14ff-e0387f863dcc-9ca688df, #w-node-_8185d542-3dc4-306a-abac-f0eb0d9cab8e-bc24e18b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7593506-cba0-6fe0-5725-33797d1ff30a-7d1ff309 {
    grid-template-rows: 33px;
    grid-template-columns: 1fr;
  }

  #w-node-ad0a50ea-eff1-0a6e-c3bd-8d0c0f215eb4-0f215eb2 {
    justify-self: end;
  }

  #w-node-cb1953c3-8f96-3d65-03a4-50f913822260-1382225e {
    place-self: center end;
  }

  #w-node-cb1953c3-8f96-3d65-03a4-50f913822261-1382225e {
    place-self: stretch start;
  }

  #w-node-_8185d542-3dc4-306a-abac-f0eb0d9caba5-bc24e18b {
    align-self: center;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa V 4 Compatibility';
  src: url('../fonts/fa-v4compatibility.woff2') format('woff2'), url('../fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}