body {
  background-color: "burlywood"; }

.c-panel.c-panel {
  margin-bottom: 20px; }

.c-refund-requests-pagination {
  display: flex;
  justify-content: center; }

.c-refund-requests-pagination__next,
.c-refund-requests-pagination__prev {
  padding: 10px;
  width: 200px; }

.c-refund-requests-pagination__prev {
  text-align: right; }

.c-table {
  width: 100%; }

.c-table__th {
  border-bottom: 1px solid rgba(192, 192, 192, 0.57); }

.c-table--striped .c-table__tr:nth-child(odd) {
  background-color: #f2f2f2; }

.c-table__cell {
  padding: 5px; }

.c-table__cell--right {
  text-align: right; }

.c-refund-requests-table__body tr:hover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background-color: #f9f9f9; }

.c-refund-requests-table__td {
  padding: 0.5em; }

.c-refund-requests-table__td-strike {
  text-decoration: line-through;
  opacity: 0.5; }

.refund-request-status {
  display: inline-block;
  padding: 0.25em 0.75em;
  border-radius: 0.5em; }

.refund-request-status--PartiallyRefunded {
  background: #ffebcd; }

.refund-request-status--Failed {
  background: #ffcdcd; }

.refund-request-status--FullyRefunded {
  background: #d5ffcd; }

.refund-request-status--AwaitingManualChecklistItems {
  background: #f1cdff; }

.refund-request-status--AwaitingChecklistCompletion {
  background: #cdd5ff; }

.refund-request-status--ChecklistComplete {
  background: #cdefff; }

.refund-request-status--Stuck {
  background: #cdffff; }

.refund-request-status--Void {
  background: #e2e2e2; }

.c-refund-in-days__late {
  font-weight: bold;
  color: #d14541; }

.c-screen {
  padding: 20px; }

.c-accordion {
  display: flex;
  flex-direction: column; }

.c-accordion__title-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

.c-accordion__button {
  width: 20px;
  height: 20px; }

.c-accordion__icon {
  width: 12px;
  height: 12px;
  outline: none;
  background: url(node_modules/@glamcorner/components/lib/assets/icons/chevron-icn.cd4d81d6.svg) no-repeat center;
  background-size: 12px;
  border: 0;
  cursor: pointer; }

.c-accordion__icon-close {
  transform: rotate(-90deg); }

.c-badge__text {
  font-family: Muli;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px; }

.c-badge {
  display: inline-flex;
  border-radius: 100px;
  padding: 7px 15px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 3px rgba(35, 31, 32, 0.08);
  cursor: pointer; }

.c-badge__close-icon {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  marker: none; }

.c-badge__text {
  text-transform: Capitalize; }

.c-badge--primary:hover {
  background-color: #4e4c4d; }

.c-badge--primary {
  background-color: #231f20; }
  .c-badge--primary .c-badge__close-icon {
    stroke: #ffffff;
    marker: none; }
  .c-badge--primary .c-badge__text {
    color: #ffffff; }

.c-badge--secondary {
  background-color: #f1f1f1; }
  .c-badge--secondary .c-badge__close-icon {
    stroke: #231f20; }
  .c-badge--secondary .c-badge__text {
    color: #231f20; }

.c-badge-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px; }

.c-badge-container__badge {
  margin: 5px; }


.c-banner__subheading {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-banner__subheading {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px; }

.c-banner {
  background: white;
  padding: 30px; }
  .c-banner__content {
    text-align: center; }
  .c-banner__divider {
    height: 13px;
    width: 94px;
    margin: 15px 0 10px 0; }
  .c-banner__subheading {
    color: #bebdbd;
    padding-top: 5px; }

.c-close-cross {
  height: 20px;
  width: 20px; }

.c-close-cross--size-12 {
  height: 12px;
  width: 12px; }

.c-close-cross--size-8 {
  height: 8px;
  width: 8px; }

.c-header h1,
.c-header h2,
.c-header h4,
.c-header p {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }

.c-header h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 42px;
  line-height: 48px; }


.c-header h2 {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px; }
  @media only screen and (min-width: 992px) {
    
    .c-header h2 {
      font-size: 24px;
      line-height: 30px; } }


.c-header h4 {
  font-family: Georgia, serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 22px; }


.c-header p {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px; }

.c-header p {
  font-weight: bold;
  font-size: 13px;
  line-height: 22px; }

.c-header {
  align-items: center;
  display: flex;
  padding: 0 20px;
  margin: 15px 0;
  justify-content: space-between; }
  .c-header .c-header__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 20px;
    position: absolute;
    right: 0;
    font-size: 1px; }

.c-header__subtext {
  padding: 0 20px; }

.c-panel--with-header .c-header {
  margin: 0 -20px 20px -20px;
  padding: 20px 20px 0 20px; }

.c-panel--with-accordion .c-header {
  margin: 0 -20px 20px -20px;
  padding: 20px 20px 0 20px; }

.c-banner__content .c-header {
  padding: 0;
  margin: 0;
  justify-content: center; }

.grid-row:after {
  display: block;
  clear: both;
  content: ""; }

.grid-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1200px; }

.grid-row {
  margin-left: -1%;
  margin-right: -1%; }

[class^="grid-col-"] {
  float: left;
  padding-left: 1%;
  padding-right: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.grid-col-1 {
  width: 8.33333%; }

.grid-col-2 {
  width: 16.66667%; }

.grid-col-3 {
  width: 25%; }

.grid-col-4 {
  width: 33.33333%; }

.grid-col-5 {
  width: 41.66667%; }

.grid-col-6 {
  width: 50%; }

.grid-col-7 {
  width: 58.33333%; }

.grid-col-8 {
  width: 66.66667%; }

.grid-col-9 {
  width: 75%; }

.grid-col-10 {
  width: 83.33333%; }

.grid-col-11 {
  width: 91.66667%; }

.grid-col-12 {
  width: 100%; }

@media only screen and (max-width: 991px) {
  .grid-col-m-1 {
    width: 8.33333%; }
  .grid-col-m-2 {
    width: 16.66667%; }
  .grid-col-m-3 {
    width: 25%; }
  .grid-col-m-4 {
    width: 33.33333%; }
  .grid-col-m-5 {
    width: 41.66667%; }
  .grid-col-m-6 {
    width: 50%; }
  .grid-col-m-7 {
    width: 58.33333%; }
  .grid-col-m-8 {
    width: 66.66667%; }
  .grid-col-m-9 {
    width: 75%; }
  .grid-col-m-10 {
    width: 83.33333%; }
  .grid-col-m-11 {
    width: 91.66667%; }
  .grid-col-m-12 {
    width: 100%; } }

@media only screen and (min-width: 992px) {
  .grid-col-d-1 {
    width: 8.33333%; }
  .grid-col-d-2 {
    width: 16.66667%; }
  .grid-col-d-3 {
    width: 25%; }
  .grid-col-d-4 {
    width: 33.33333%; }
  .grid-col-d-5 {
    width: 41.66667%; }
  .grid-col-d-6 {
    width: 50%; }
  .grid-col-d-7 {
    width: 58.33333%; }
  .grid-col-d-8 {
    width: 66.66667%; }
  .grid-col-d-9 {
    width: 75%; }
  .grid-col-d-10 {
    width: 83.33333%; }
  .grid-col-d-11 {
    width: 91.66667%; }
  .grid-col-d-12 {
    width: 100%; } }

.c-breadscrumbs__breadcrumb {
  display: inline-block;
  padding: 0 0 0 10px;
  height: 60px;
  line-height: 60px; }

.c-breadscrumbs__breadcrumb:after {
  content: ">";
  padding: 0 0 0 10px; }

.c-breadscrumbs__breadcrumb:last-child:after {
  content: "";
  padding: 0; }

.c-breadscrumbs__breadcrumb-link {
  cursor: pointer;
  text-decoration: underline; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }


.c-button {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-button {
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.c-button {
  font-size: 11px; }

.c-button {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  background: #404040;
  color: white;
  border: none;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 15px;
  padding: 15px;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 3px; }
  .c-button:hover {
    color: white;
    background: #707070; }
  .c-button[disabled], .c-button[disabled]:hover {
    opacity: 0.7;
    cursor: not-allowed; }

.c-button--loading {
  background: #dbdbdb;
  height: 45px;
  position: relative;
  font-size: 0; }

.c-button--loading::after {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border: 2px solid #54565e;
  border-top-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: spin 700ms linear infinite;
  margin: 0 auto;
  position: relative;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.c-button--secondary {
  background: white;
  border: 1px solid #54565e;
  color: #54565e; }
  .c-button--secondary:hover {
    border-color: #404040;
    background: #707070;
    color: white; }
  .c-button--secondary[disabled], .c-button--secondary[disabled]:hover {
    background: white;
    border-color: #e2e2e2;
    color: #dbdbdb;
    cursor: not-allowed; }

.c-button--error {
  background: #d14541; }
  .c-button--error:hover {
    color: white;
    background: #d69290; }

.c-checkbox {
  height: 20px;
  width: 20px;
  border: 1px solid #231f20;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center; }

.c-checkbox--selected {
  background: #231f20; }

.c-checkbox--disabled {
  background-color: #f1f1f1;
  border: 1px solid #888; }

.c-checkbox--disabled.c-checkbox--selected {
  background-color: #888;
  border: 1px solid #888; }

.c-checkbox__check-icon {
  width: 9.75px;
  height: 7.8px;
  background-color: #ffffff;
  mask: url(node_modules/@glamcorner/components/lib/assets/icons/check-icn.1d804bcb.svg) no-repeat center;
  -webkit-mask: url(node_modules/@glamcorner/components/lib/assets/icons/check-icn.1d804bcb.svg) no-repeat center; }


.c-checkbox-list-item__value {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-checkbox-list-item__value {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px; }

.c-checkbox-list {
  display: flex;
  flex-direction: column; }

.c-checkbox-list-item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #d1d1d1; }

.c-checkbox-list-item__checkbox {
  margin-right: 20px; }

.c-checkbox-list-item__value {
  font-size: 14px; }

.c-checkbox-list-item__value-disabled {
  color: #888; }

.c-divider {
  display: flex;
  font-family: "sans-serif";
  font-size: 0.8em;
  margin: auto;
  padding: 10px 0;
  align-items: center;
  text-align: center;
  width: 100px; }

.c-divider:before,
.c-divider:after {
  border-bottom: 1px solid #888;
  content: "";
  flex: 1;
  margin: 0.6em 5px; }

.c-field-with-label {
  position: relative;
  margin: 10px 0; }

.c-field-with-label__label {
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  color: #54565e;
  width: 100%;
  margin: 0 0 5px 0; }


.c-icon-input__input {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-icon-input__input,
.c-icon-input__input::-webkit-input-placeholder,
.c-icon-input__input:-moz-placeholder,
.c-icon-input__input::-moz-placeholder,
.c-icon-input__input:-ms-input-placeholder {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px; }

.c-icon-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  padding: 14px 10px 11px; }
  .c-icon-input__input {
    color: #707070;
    caret-color: #707070;
    display: flex;
    flex-grow: 1;
    padding-right: 5px;
    border: none;
    outline: none; }
    .c-icon-input__input::-webkit-input-placeholder {
      color: #bebdbd; }
    .c-icon-input__input:-moz-placeholder {
      color: #bebdbd; }
    .c-icon-input__input::-moz-placeholder {
      color: #bebdbd; }
    .c-icon-input__input:-ms-input-placeholder {
      color: #bebdbd; }
  .c-icon-input__icon {
    width: 16px;
    height: 16px; }
    .c-icon-input__icon svg {
      fill: #888;
      height: 100%;
      width: 100%; }
  .c-icon-input[data-empty="false"] {
    border-color: #bebdbd; }
    .c-icon-input[data-empty="false"] .c-icon-input__input {
      color: #707070; }
    .c-icon-input[data-empty="false"] .c-icon-input__icon {
      cursor: pointer; }
      .c-icon-input[data-empty="false"] .c-icon-input__icon svg {
        fill: #707070; }

.c-input {
  background: transparent;
  border: 1px solid #dddddd;
  width: 100%;
  height: 40px;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none;
  border-radius: 5px; }


.c-link {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-link {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline; }
  @media only screen and (min-width: 992px) {
    
    .c-link {
      font-size: 13px; } }

.c-link {
  color: #231f20; }

.c-panel {
  padding: 20px; }

.c-panel {
  background: white;
  border: 1px solid rgba(192, 192, 192, 0.57);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
  transition: opacity 0.2s ease-out;
  margin-bottom: 10px; }

.c-panel--no-spacing {
  padding: 0; }

.-content-inactive .c-panel {
  opacity: 0.5; }
  .-content-inactive .c-panel select,
  .-content-inactive .c-panel input {
    pointer-events: none; }

.-content-inactive .c-panel__active-content {
  display: none; }

@media only screen and (max-width: 991px) {
  .-content-inactive .c-panel {
    opacity: 1; }
    .-content-inactive .c-panel select,
    .-content-inactive .c-panel input {
      pointer-events: none; }
  .-content-inactive .c-panel__active-content {
    display: none; } }

.c-panel--with-header {
  padding-top: 0; }

.c-panel--with-accordion {
  padding-top: 0;
  padding-bottom: 0; }

.c-panel__header {
  background: #f3f3f3;
  margin: 0 -20px 20px -20px;
  padding: 10px 20px; }

.c-panel.-not-ready,
.-content-inactive .c-panel.-not-ready {
  opacity: 0; }

.c-panel--no-border {
  box-shadow: none;
  border: none; }

.c-select {
  position: relative; }

.c-select__select {
  background: transparent;
  border: 1px solid #dddddd;
  width: 100%;
  height: 40px;
  padding: 0 1em;
  -webkit-appearance: none; }

.c-select::after {
  position: absolute;
  top: 13px;
  right: 15px;
  transform: rotate(90deg);
  content: ">";
  display: inline-block;
  z-index: 1;
  width: 10px;
  pointer-events: none; }

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px; }

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb; }

.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.rc-slider-handle:focus {
  border-color: #57c5f7;
  box-shadow: 0 0 0 5px #96dbfa;
  outline: none; }

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  box-shadow: unset; }

.rc-slider-handle:hover {
  border-color: #57c5f7; }

.rc-slider-handle:active {
  border-color: #57c5f7;
  box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px; }

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999; }

.rc-slider-mark-text-active {
  color: #666; }

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent; }

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle; }

.rc-slider-dot-active {
  border-color: #96dbfa; }

.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px; }

.rc-slider-disabled {
  background-color: #e9e9e9; }

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc; }

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  box-shadow: none;
  background-color: #fff;
  cursor: not-allowed; }

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important; }

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px; }

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px; }

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%; }

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px; }

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px; }

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  display: block !important;
  animation-play-state: paused; }

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  animation-name: rcSliderTooltipZoomDownIn;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  animation-name: rcSliderTooltipZoomDownOut;
  animation-play-state: running; }

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  transform: scale(0, 0);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); }

.rc-slider-tooltip-zoom-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); }
  100% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); } }

@keyframes rcSliderTooltipZoomDownOut {
  0% {
    transform-origin: 50% 100%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 100%;
    transform: scale(0, 0); } }

.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rc-slider-tooltip-hidden {
  display: none; }

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0; }

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  box-shadow: 0 0 4px #d9d9d9; }

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c; }


.c-slider__handle-label,
.c-slider__boundary-label {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-slider__handle-label,
.c-slider__boundary-label {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px; }

.c-slider__handle-label {
  font-weight: bold;
  line-height: 14px; }

.c-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #231f20;
  padding: 5px 15px 20px 10px; }
  .c-slider .rc-slider-handle {
    border-color: #231f20;
    background-color: #231f20;
    height: 20px;
    width: 20px;
    margin-top: -9px; }
    .c-slider .rc-slider-handle:focus, .c-slider .rc-slider-handle:active {
      box-shadow: 0 0 5px #bebdbd; }
  .c-slider .rc-slider-track {
    background-color: #231f20; }
  .c-slider .rc-slider-rail {
    background-color: #d1d1d1; }
  .c-slider__labels {
    margin-top: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .c-slider__boundary-label {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */ }
  .c-slider__boundary-label-left {
    margin-left: -10px; }
  .c-slider__boundary-label-right {
    margin-right: -10px; }
  .c-slider__handle-label {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
    position: absolute;
    top: -20px;
    width: 35px;
    text-align: center;
    transform: translateX(-35%);
    font-weight: bold;
    transition: transform 0.3s ease; }
  .c-slider[data-overlap="lg"] [index="0"] p {
    transform: translateX(calc(-35% - 35%)); }
  .c-slider[data-overlap="lg"] [index="1"] p {
    transform: translateX(calc(-35% + 35%)); }
  .c-slider[data-overlap="md"] [index="0"] p {
    transform: translateX(calc(-35% - 25%)); }
  .c-slider[data-overlap="md"] [index="1"] p {
    transform: translateX(calc(-35% + 25%)); }
  .c-slider[data-overlap="sm"] [index="0"] p {
    transform: translateX(calc(-35% - 15%)); }
  .c-slider[data-overlap="sm"] [index="1"] p {
    transform: translateX(calc(-35% + 15%)); }

.c-spinner {
  display: flex;
  justify-content: center; }
  .c-spinner__doughnut {
    height: 20px;
    width: 20px;
    border: 3px solid;
    border-radius: 20px;
    border-color: #bebdbd #231f20 #bebdbd #bebdbd;
    animation: c-spinner__doughnut--rotation 1s infinite linear; }

@keyframes c-spinner__doughnut--rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.c-step-tab {
  background: white;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 60px;
  line-height: 60px;
  text-align: center; }

.c-step-tab--clickable {
  text-decoration: underline;
  cursor: pointer; }

.c-step-tab.-active {
  border-bottom: 2px solid #231f20;
  font-weight: bold; }

.c-step-tab.-inactive {
  opacity: 0.5; }

/*
Based on html5doctor.com Reset Stylesheet v1.6.1
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 22px; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

a {
  color: black;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

input,
select {
  vertical-align: middle; }

button:focus {
  outline: none; }

.background-grey {
  background: #f2f2f2; }

.l-vertical-space {
  margin-top: 20px;
  margin-bottom: 20px; }

.l-vertical-space-bottom {
  margin-bottom: 20px; }

.u-text-centre {
  text-align: center; }

@media only screen and (max-width: 991px) {
  .l-m-hidden {
    display: none; } }

@media only screen and (min-width: 992px) {
  .l-d-hidden {
    display: none; } }

.c-panel {
  padding: 20px; }

.c-panel {
  background: white;
  border: 1px solid rgba(192, 192, 192, 0.57);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
  transition: opacity 0.2s ease-out;
  margin-bottom: 10px; }

.c-panel--no-spacing {
  padding: 0; }

.-content-inactive .c-panel {
  opacity: 0.5; }
  .-content-inactive .c-panel select,
  .-content-inactive .c-panel input {
    pointer-events: none; }

.-content-inactive .c-panel__active-content {
  display: none; }

@media only screen and (max-width: 991px) {
  .-content-inactive .c-panel {
    opacity: 1; }
    .-content-inactive .c-panel select,
    .-content-inactive .c-panel input {
      pointer-events: none; }
  .-content-inactive .c-panel__active-content {
    display: none; } }

.c-panel--with-header {
  padding-top: 0; }

.c-panel--with-accordion {
  padding-top: 0;
  padding-bottom: 0; }

.c-panel__header {
  background: #f3f3f3;
  margin: 0 -20px 20px -20px;
  padding: 10px 20px; }

.c-panel.-not-ready,
.-content-inactive .c-panel.-not-ready {
  opacity: 0; }

.c-panel--no-border {
  box-shadow: none;
  border: none; }

.c-step-tabs {
  background: white; }

@media only screen and (max-width: 991px) {
  .c-step-tabs {
    background: white;
    border: 1px solid rgba(192, 192, 192, 0.57);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05), 0 2px 2px rgba(0, 0, 0, 0.05);
    padding: 0 20px; } }


.c-swatch__colour-name {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-swatch__colour-name {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px; }

.c-swatch {
  display: flex;
  width: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.c-swatch__circle {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #d1d1d1;
  box-shadow: 0 2px 3px rgba(35, 31, 32, 0.08);
  cursor: pointer; }

.c-swatch__colour-name {
  padding: 5px;
  text-align: center;
  line-height: 14px; }

.c-swatch__check-container {
  position: relative; }

.c-swatch__check-circle {
  position: absolute;
  top: -5px;
  right: -20px;
  z-index: 1000;
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1.3px solid #231f20; }

.c-swatch__check-icon {
  position: absolute;
  top: -0.5px;
  right: -15px;
  z-index: 1000;
  height: 6px;
  width: 6px;
  stroke: black; }

.c-swatch-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.c-swatch-container__badge {
  margin: 5px; }

.c-tabs {
  background: white;
  border-color: #d1d1d1;
  border-style: solid;
  border-width: 1px 0;
  display: flex;
  width: 100%; }

@media only screen and (min-width: 992px) {
  border-top: 0; }

.c-tab {
  background: none;
  border-bottom-color: #d1d1d1;
  border-width: 0;
  color: #707070;
  flex-grow: 1;
  font-size: 14px;
  margin-bottom: -1px;
  padding: 10px 0;
  outline: none; }
  .c-tab:hover {
    color: #231f20;
    text-decoration: none; }
  .c-tab:first-of-type {
    border-right: 1px solid #d1d1d1; }

.c-tab--active {
  border-bottom: 3px #404040 solid;
  color: #231f20;
  text-decoration: none;
  padding-bottom: 7px; }

@media only screen and (min-width: 992px) {
  .c-tab {
    flex-grow: 0;
    margin-right: 40px; }
    .c-tab:first-of-type {
      border-right: 0; } }

.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
  display: block; }

.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused; }

.rc-tooltip-zoom-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused; }

.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
  animation-name: rcToolTipZoomIn;
  animation-play-state: running; }

.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
  animation-name: rcToolTipZoomOut;
  animation-play-state: running; }

@keyframes rcToolTipZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0); }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); } }

@keyframes rcToolTipZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0); } }

.rc-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  line-height: 1.5;
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1px;
  opacity: 0.9; }

.rc-tooltip-hidden {
  display: none; }

.rc-tooltip-inner {
  padding: 8px 10px;
  color: #333333;
  text-align: left;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
  min-height: 34px;
  border: 1px solid #b1b1b1; }

.rc-tooltip-arrow,
.rc-tooltip-arrow-inner {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  bottom: -5px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #b1b1b1; }

.rc-tooltip-placement-top .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
  bottom: 1px;
  margin-left: -6px;
  border-width: 6px 6px 0;
  border-top-color: #ffffff; }

.rc-tooltip-placement-top .rc-tooltip-arrow {
  left: 50%; }

.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
  left: 15%; }

.rc-tooltip-placement-topRight .rc-tooltip-arrow {
  right: 15%; }

.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  left: -5px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #b1b1b1; }

.rc-tooltip-placement-right .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
  left: 1px;
  margin-top: -6px;
  border-width: 6px 6px 6px 0;
  border-right-color: #ffffff; }

.rc-tooltip-placement-right .rc-tooltip-arrow {
  top: 50%; }

.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0; }

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
  bottom: 15%; }

.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  right: -5px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #b1b1b1; }

.rc-tooltip-placement-left .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
  right: 1px;
  margin-top: -6px;
  border-width: 6px 0 6px 6px;
  border-left-color: #ffffff; }

.rc-tooltip-placement-left .rc-tooltip-arrow {
  top: 50%; }

.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
  top: 15%;
  margin-top: 0; }

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
  bottom: 15%; }

.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  top: -5px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #b1b1b1; }

.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
  top: 1px;
  margin-left: -6px;
  border-width: 0 6px 6px;
  border-bottom-color: #ffffff; }

.rc-tooltip-placement-bottom .rc-tooltip-arrow {
  left: 50%; }

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
  left: 15%; }

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
  right: 15%; }

.rc-tooltip {
  opacity: 1; }


.c-backup-dress-label__text {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-backup-dress-label__text {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px; }

.c-backup-dress-label__text {
  font-weight: bold;
  line-height: 14px; }

.c-backup-dress-label {
  display: flex;
  justify-content: flex-start; }
  .c-backup-dress-label__text {
    letter-spacing: 0; }
  .c-backup-dress-label__question-mark {
    width: 15px;
    margin-left: 7px;
    height: 15px;
    outline: none;
    background: url(node_modules/@glamcorner/components/lib/assets/icons/question-mark-icn.af419d6a.svg) no-repeat center;
    background-size: 15px;
    border: 0;
    cursor: pointer; }

.c-tooltip-backup-dress-label.rc-tooltip-placement-bottom {
  max-width: 270px;
  padding: 0 15px;
  background-color: transparent; }


.c-empty-cart__title,
.c-empty-cart__subtitle,
.c-empty-cart__button {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-empty-cart__title,
.c-empty-cart__subtitle {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px; }

.c-empty-cart__title {
  font-weight: bold;
  font-size: 13px;
  line-height: 22px; }


.c-empty-cart__button {
  font-family: "Muli", sans-serif;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase; }

.c-empty-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px 30px 20px; }

.c-empty-cart__icon {
  width: 71px;
  height: 66px;
  margin-bottom: 10px; }

.c-empty-cart__title {
  color: #231f20;
  font-size: 14px;
  text-align: center;
  margin-bottom: 7.5px; }

.c-empty-cart__subtitle {
  color: #231f20;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 36.5px; }

.c-empty-cart__button {
  color: #231f20;
  box-shadow: 0 0 20px rgba(35, 31, 32, 0.08); }


.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-1 .c-order-item__designer,
.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 .c-order-item__price-container .c-order-item__price,
.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 .c-order-item__price-container .c-order-item__sale-price,
.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-2 .c-order-item__name,
.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-2 .c-order-item__size,
.c-order-item .c-order-item__unavailable-tag,
.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 .c-order-item__edit {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-1 .c-order-item__designer,
.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 .c-order-item__price-container .c-order-item__price,
.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 .c-order-item__price-container .c-order-item__sale-price {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px; }

.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-1 .c-order-item__designer {
  font-weight: bold;
  font-size: 13px;
  line-height: 22px; }


.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-2 .c-order-item__name,
.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-2 .c-order-item__size,
.c-order-item .c-order-item__unavailable-tag {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px; }


.c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 .c-order-item__edit {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline; }
  @media only screen and (min-width: 992px) {
    
    .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 .c-order-item__edit {
      font-size: 13px; } }

.c-order-item {
  display: flex;
  flex-direction: column; }
  .c-order-item .c-order-item__wrapper {
    display: flex;
    flex-direction: row; }
    .c-order-item .c-order-item__wrapper .c-order-item__img-container {
      margin-right: 10px; }
      .c-order-item .c-order-item__wrapper .c-order-item__img-container .c-order-item__img {
        width: 70px;
        min-width: 70px;
        height: 105px;
        cursor: pointer; }
    .c-order-item .c-order-item__wrapper .c-order-item__content {
      flex-grow: 1;
      display: flex;
      flex-direction: column; }
      .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-1 {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-1 .c-order-item__designer {
          color: #231f20;
          text-decoration: none;
          cursor: pointer; }
        .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-1 .c-order-item__remove-button {
          cursor: pointer;
          width: 22px;
          height: 22px;
          outline: none;
          background: url(node_modules/@glamcorner/components/lib/assets/icons/delete-icn.b589f924.svg) no-repeat center;
          background-size: 20px;
          border: 0; }
          .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-1 .c-order-item__remove-button[data-disabled="true"] {
            cursor: default; }
      .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-2 {
        display: flex;
        flex-direction: column;
        width: 85%;
        margin-bottom: 10px; }
        .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-2 .c-order-item__name {
          cursor: pointer; }
        .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-2 .c-order-item__name,
        .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-2 .c-order-item__size {
          color: #7a7979;
          font-size: 11px;
          text-decoration: none; }
      .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 .c-order-item__price-container {
          display: flex;
          flex-direction: row; }
          .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 .c-order-item__price-container .c-order-item__price {
            color: #231f20;
            mix-blend-mode: normal;
            text-decoration: line-through;
            margin-right: 5px; }
            .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 .c-order-item__price-container .c-order-item__price:only-child {
              margin-right: 0;
              text-decoration: none; }
          .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 .c-order-item__price-container .c-order-item__sale-price {
            color: #bf2b27;
            mix-blend-mode: normal; }
        .c-order-item .c-order-item__wrapper .c-order-item__content .c-order-item__content-row-3 .c-order-item__edit {
          cursor: pointer;
          text-decoration: underline; }
  .c-order-item .c-order-item__unavailable-tag {
    color: #f9f9f9;
    border-radius: 3px;
    background: #231f20;
    margin: 5px auto 0 3px;
    padding: 3px 0;
    font-weight: 300;
    text-align: center;
    width: 100%; }
  .c-order-item[data-available="false"] img {
    filter: grayscale(1); }


.c-payment-summary__header,
.c-payment-summary .c-payment-summary-totals-row__text,
.c-payment-summary .c-payment-summary-totals-row__amount,
.c-payment-summary .c-payment-summary-row__text,
.c-payment-summary .c-payment-summary-row__amount {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-payment-summary__header {
  font-family: Georgia, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px; }


.c-payment-summary .c-payment-summary-totals-row__text,
.c-payment-summary .c-payment-summary-totals-row__amount,
.c-payment-summary .c-payment-summary-row__text,
.c-payment-summary .c-payment-summary-row__amount {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px; }

.c-payment-summary .c-payment-summary-totals-row__text, .c-payment-summary .c-payment-summary-totals-row__amount {
  font-weight: bold;
  font-size: 13px;
  line-height: 22px; }

.c-payment-summary {
  padding: 20px; }

.c-payment-summary {
  background: #f1f1f1;
  color: #231f20;
  mix-blend-mode: normal; }
  .c-payment-summary__header {
    font-weight: bold;
    opacity: 0.95;
    mix-blend-mode: normal;
    color: #231f20; }
  .c-payment-summary__items {
    margin-top: 3px; }
  .c-payment-summary .c-payment-summary-totals-row {
    padding-top: 15px;
    display: flex;
    justify-content: space-between; }
    .c-payment-summary .c-payment-summary-totals-row__text, .c-payment-summary .c-payment-summary-totals-row__amount {
      color: #231f20; }
  .c-payment-summary .c-payment-summary-row {
    border-bottom: 1px solid #d1d1d1;
    display: flex;
    padding: 10px 0;
    justify-content: space-between; }
    .c-payment-summary .c-payment-summary-row__text, .c-payment-summary .c-payment-summary-row__amount {
      color: #231f20; }


.c-sidebar-subtitle__main-text,
.c-sidebar-subtitle__content {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-sidebar-subtitle__main-text,
.c-sidebar-subtitle__content {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px; }

.c-sidebar-subtitle__main-text {
  font-weight: bold;
  font-size: 13px;
  line-height: 22px; }

.c-sidebar-subtitle {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d1d1d1;
  align-items: center;
  padding: 10px 20px; }

.c-sidebar-subtitle__text {
  display: flex;
  flex-direction: column;
  width: 50%; }

.c-sidebar-subtitle__main-text {
  font-size: 14px; }

.c-sidebar-subtitle__content {
  font-size: 14px;
  display: flex;
  align-items: start; }

.c-sidebar-subtitle__right-component {
  width: 50%; }


.c-sub-order__header-label,
.c-sub-order__header-value {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-sub-order__header-label,
.c-sub-order__header-value {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px; }

.c-sub-order__header-label {
  font-weight: bold;
  line-height: 14px; }

.c-sub-order__item {
  padding: 20px; }

.c-sub-order__header {
  background-color: #f7ede5; }

.c-sub-order__header {
  padding: 10px 20px; }

.c-sub-order__header-row {
  display: flex;
  align-items: center; }

.c-sub-order__header-row--return {
  margin-top: 10px; }

.c-sub-order__header-icon {
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  margin-right: 10px; }

.c-sub-order__header-vertical-line {
  position: absolute;
  left: 5px;
  bottom: 10px;
  height: 18px;
  background-color: #a7a5a6;
  width: 1px; }

.c-sub-order__header-icon--black {
  background-color: #231f20; }

.c-sub-order__header-icon--grey {
  background-color: #a7a5a6; }

.c-sub-order__header-label {
  margin-right: 5px; }

.c-sub-order__item-divider {
  margin: 0; }

.c-refund-requests-screen__header-container {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.c-refund-requests-screen__sub-order-id-search-container .c-icon-input {
  padding: 5px 10px; }

.c-refund-requests-screen__breadcrumbs-container .grid-container {
  max-width: unset; }

.c-refund-requests-screen__no-results {
  text-align: center; }

.c-refund-requests-screen__top-right-container {
  float: right;
  line-height: 60px; }

.c-refund-requests-screen__header-tabs .c-tabs {
  border: none; }
  .c-refund-requests-screen__header-tabs .c-tabs .c-tab {
    cursor: pointer; }

.c-refund-requests-screen__link {
  color: #666;
  margin-right: 20px; }

.c-tab {
  font-size: 13px;
  margin-right: 18px; }

.c-heading {
  font-family: Georgia, serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: normal;
  margin: -20px -20px 0px -20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5); }
  .c-heading a {
    text-decoration: none; }

.c-budget-summary {
  padding-right: 0.2em;
  color: gray; }

.c-budget-summary > dt {
  display: inline-block;
  padding-left: 1.8em; }

.c-budget-summary > dd {
  display: inline-block;
  padding-left: 0.5em; }

.c-budget-summary > dd > a {
  color: gray;
  text-decoration: none; }
  .c-budget-summary > dd > a:hover {
    text-decoration: underline; }

.c-refund-request-details-card .c-header {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

.c-refund-request-details-card__content {
  padding: 0 10px; }

.c-refund-request-details-card__refund-btn-container {
  margin-bottom: 15px;
  display: flex; }

.c-refund-request-details-card__refund-btn {
  margin-right: 15px; }

.c-refund-request-details-card__delete-link {
  color: #d14541;
  font-size: 8px; }

.c-refund-request-details-card__delete-failed-components-link {
  color: #d14541;
  font-size: 8px; }

.c-refund-request-details-card__refund-caption {
  line-height: 15px; }

.c-refund-request-details-card__cant-delete-notice {
  font-size: 10px;
  color: #bebdbd; }

.c-void-form, .c-void-form * {
  box-sizing: border-box; }

.c-void-form {
  border: 1px solid #eee;
  padding: 0.5em;
  margin: 0.5em 0; }

.c-void-form__label {
  display: block; }

.c-void-form__select {
  width: 100%; }

.c-void-form__textarea {
  width: 100%; }

.c-refund-request-components-table-card .c-header {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

.c-refund-request-components-table-card__content {
  padding: 0 10px; }

.c-refund-request-checklist-card .c-header {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

.c-refund-request-checklist-card__content {
  padding: 0 10px; }

.c-checkbox-list-item__value {
  width: 100%; }

.c-refund-request-checklist-card-label {
  display: flex;
  justify-content: space-between; }

.c-refund-request-checklist-card-label__updated-by {
  padding-right: 10px; }

.c-refund-request-checklist-card-label__right,
.c-refund-request-checklist-card-label__updated-by {
  color: gray;
  font-weight: normal; }

.c-refund-request-checklist-card-label__hint {
  margin-left: 15px; }

.c-refund-reqeust-checklist-card__checkbox-list-wrapper {
  user-select: none; }


.c-user-name-with-date {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal; }


.c-user-name-with-date {
  font-family: "Muli", sans-serif;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px; }

.c-user-name-with-date {
  color: #bebdbd; }

.c-refund-request-screen__content {
  display: flex; }

.c-refund-request-screen__left {
  width: 30%; }

.c-refund-request-screen__middle {
  width: 40%; }

.c-refund-request-screen__right {
  width: 30%; }

.c-refund-request-screen__details {
  margin-right: 20px; }

.c-refund-request-screen__components {
  margin-bottom: 20px; }

.c-refund-request-screen__activity-log {
  margin-left: 20px; }

.c-refund-request-screen__explain-text {
  margin-bottom: 10px; }

.c-refund-request-screen__breadcrumbs-container .grid-container {
  max-width: unset; }

.c-activity-log-item {
  margin-bottom: 15px; }

.c-activity-log-item--Error {
  color: #d14541; }

.c-refund-request-activity-log-card .c-header {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }

.c-refund-request-activity-log-card__content {
  padding: 0 10px;
  max-height: 600px;
  overflow: auto; }


/*# sourceMappingURL=client.5f40dd3c.css.map*/