/* breakpoints */
@font-face {
  font-family: 'MarselisPro';
  src: url(".../../../fonts/MarselisPro-Bold.eot");
  src: url("../../fonts/MarselisPro-Bold.eot?#iefix") format("embedded-opentype"), url(".../../../fonts/MarselisPro-Bold.woff2") format("woff2"), url(".../../../fonts/MarselisPro-Bold.woff") format("woff"), url(".../../../fonts/MarselisPro-Bold.ttf") format("truetype"), url(".../../../fonts/MarselisPro-Bold.svg#MarselisPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'MarselisPro';
  src: url(".../../../fonts/MarselisPro.eot");
  src: url(".../../../fonts/MarselisPro.eot?#iefix") format("embedded-opentype"), url(".../../../fonts/MarselisPro.woff2") format("woff2"), url(".../../../fonts/MarselisPro.woff") format("woff"), url(".../../../fonts/MarselisPro.ttf") format("truetype"), url(".../../../fonts/MarselisPro.svg#MarselisPro") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MarselisPro-Light';
  src: url("MarselisPro-Light.eot");
  src: local(".../../../fonts/MarselisPro-Light"), url(".../../../fonts/MarselisPro-Light.eot?#iefix") format("embedded-opentype"), url(".../../../fonts/MarselisPro-Light.woff2") format("woff2"), url(".../../../fonts/MarselisPro-Light.woff") format("woff"), url(".../../../fonts/MarselisPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
  .maf-loader {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 9;
    background: #ffffff66;
}
.maf-loader::after {
    content:" ";
    display: block;
    background-image: url(../images/MAF.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}
.maf-loader-btn {
  position: absolute;
  width: 80px;
  height: 40px;
  left: 20%;
}
.maf-loader-btn span {
  position: absolute;
  top: 13px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #8a1538;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.maf-loader-btn span:nth-child(1) {
  left: 8px;
  animation: maf-loader-btn1 0.6s infinite;
}
.maf-loader-btn span:nth-child(2) {
  left: 8px;
  animation: maf-loader-btn2 0.6s infinite;
}
.maf-loader-btn span:nth-child(3) {
  left: 32px;
  animation: maf-loader-btn2 0.6s infinite;
}
.maf-loader-btn span:nth-child(4) {
  left: 56px;
  animation: maf-loader-btn3 0.6s infinite;
}
@keyframes maf-loader-btn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes maf-loader-btn3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes maf-loader-btn2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  font-size: 14px;
  line-height: 19px;
  padding-top: 15px;
  background-color: transparent !important;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .breadcrumb {
      font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .breadcrumb {
      line-height: calc(16px + (19 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .breadcrumb {
      padding-top: calc(15px + (30 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
  .breadcrumb a {
    color: #5F6062;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    font-weight: bold;
    text-transform: capitalize; }
    .breadcrumb a:hover {
      color: #cd003a; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 5px;
    color: #6c757d;
    content: ">" !important; }

.breadcrumb-item.active {
  color: #5F6062;
  font-weight: normal; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0.25rem;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: calc(1.5em + 0.75rem + 2px)-2;
  outline: none;
  padding-left: 20px;
  padding-right: 32px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #31261D;
    border-right: 2px solid #31261D;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-calc(1.5em + 0.75rem + 2px)/2);
    -ms-transform: scale(0.75) translateY(-calc(1.5em + 0.75rem + 2px)/2);
    transform: scale(0.75) translateY(-calc(1.5em + 0.75rem + 2px)/2);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: calc(1.5em + 0.75rem + 2px)-2;
    list-style: none;
    min-height: calc(1.5em + 0.75rem + 2px)-2;
    outline: none;
    padding-left: 20px;
    padding-right: 31px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0.25rem;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: calc(1.5em + 0.75rem + 2px)-2;
  outline: none;
  padding-left: 20px;
  padding-right: 32px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #31261D;
    border-right: 2px solid #31261D;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-calc(1.5em + 0.75rem + 2px)/2);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: calc(1.5em + 0.75rem + 2px)-2;
    list-style: none;
    min-height: calc(1.5em + 0.75rem + 2px)-2;
    outline: none;
    padding-left: 20px;
    padding-right: 31px;
    text-align: left;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active,
.ui-button.nice-select.open {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #eaeaea; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #eaeaea;
  background: #fdfdfd;
  color: #000000;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled.nice-select.open {
  border: 1px solid #fbfbfb;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
a.ui-button.nice-select.open,
.ui-button:active,
.ui-button.nice-select.open,
.ui-button.ui-state-active:hover {
  border: 1px solid #cd003a;
  background: #cd003a;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #cd003a;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #8A1538;
  background: #8A1538;
  color: #ffffff; }

.ui-state-checked {
  border: 1px solid #8A1538;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon,
.ui-button.nice-select.open .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

html {
  width: 100%;
  height: 100%; }
  html body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'MarselisPro';
    font-weight: normal; }
    html body .mafUniform-wrapper {
      min-height: 100vh;
      /* justify-content: space-between; */
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      html body .mafUniform-wrapper .maf-content-area {
        position: relative;
        flex: 1;
        padding: 0 22px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          html body .mafUniform-wrapper .maf-content-area {
            padding-left: calc(16px + (22 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          html body .mafUniform-wrapper .maf-content-area {
            padding-right: calc(16px + (22 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
        html body .mafUniform-wrapper .maf-content-area .ng-trigger {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; }
          html body .mafUniform-wrapper .maf-content-area .ng-trigger .ng-star-inserted {
            width: 100%; }
      html body .mafUniform-wrapper textarea, html body .mafUniform-wrapper input, html body .mafUniform-wrapper .form-control {
        outline: none;
        box-shadow: none; }
    html body input:-webkit-autofill,
    html body input:-webkit-autofill:hover,
    html body input:-webkit-autofill:focus,
    html body textarea:-webkit-autofill,
    html body textarea:-webkit-autofill:hover,
    html body textarea:-webkit-autofill:focus,
    html body select:-webkit-autofill,
    html body select:-webkit-autofill:hover,
    html body select:-webkit-autofill:focus {
      -webkit-text-fill-color: #31261D;
      -webkit-box-shadow: 0 0 0px 1000px transparent inset;
      transition: background-color 5000s ease-in-out 0s; }
  html .mb2 {
    margin-bottom: 20px; }

.maf-header {
  background-color: #31261D;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-height: 120px;
  height: 120px; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-header {
      height: calc(80px + (120 - 80) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-header {
      max-height: calc(80px + (120 - 80) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-header .mafU-logo {
    padding-left: 40px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-header .mafU-logo {
        padding-left: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maf-header .mafU-logo svg, .maf-header .mafU-logo img {
      max-width: 100%;
      height: auto;
      height: 40px;
      max-height: 40px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-header .mafU-logo svg, .maf-header .mafU-logo img {
          max-height: calc(32px + (40 - 32) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-header .mafU-logo svg, .maf-header .mafU-logo img {
          height: calc(32px + (40 - 32) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-header .mafU-header-links {
    flex: 1;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly; }
    .maf-header .mafU-header-links .mafU-header-top {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end;
      padding: 0 40px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-header .mafU-header-links .mafU-header-top {
          padding-left: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-header .mafU-header-links .mafU-header-top {
          padding-right: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maf-header .mafU-header-links .mafU-header-top .mafU-top-links {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span {
          margin: 0 10px; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span {
              margin-right: calc(5px + (10 - 5) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span {
              margin-left: calc(5px + (10 - 5) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span:first-child {
            margin-left: 0;
            width: auto !important; }
          .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span:last-child {
            margin-right: 0;
            margin-left: 16px; }
          .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span.mafU-icon {
            background-repeat: no-repeat;
            background-position: center top;
            width: 24px;
            height: 24px;
            background-size: 100%; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span.mafU-icon {
                width: calc(18px + (24 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span.mafU-icon {
                height: calc(18px + (24 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }
            .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span.mafU-icon.mafU-user {
              background-image: url(../images/ic-user.svg); }
            .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span.mafU-icon.mafU-search {
              background-image: url(../images/ic-search.svg); }
            .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span.mafU-icon.mafU-cart {
              background-image: url(../images/ic-cart.svg);
              cursor: pointer; }
          .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span a {
            color: white;
            text-decoration: none;
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            font-size: 14px;
            line-height: 19px; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span a {
                font-size: calc(11px + (14 - 11) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span a {
                line-height: calc(13px + (19 - 13) * ((100vw - 1024px) / (1920 - 1024))); } }
            .maf-header .mafU-header-links .mafU-header-top .mafU-top-links span a:hover {
              color: #B4985A; }
        .maf-header .mafU-header-links .mafU-header-top .mafU-top-links .mafU-icon {
          background-repeat: no-repeat;
          background-position: center top;
          width: 24px;
          height: 24px;
          background-size: 100%;
          position: relative;
          cursor: pointer; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-header .mafU-header-links .mafU-header-top .mafU-top-links .mafU-icon {
              width: calc(18px + (24 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-header .mafU-header-links .mafU-header-top .mafU-top-links .mafU-icon {
              height: calc(18px + (24 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-header .mafU-header-links .mafU-header-top .mafU-top-links .mafU-icon.mafU-cart {
            background-image: url(../images/ic-cart.svg); }
            .maf-header .mafU-header-links .mafU-header-top .mafU-top-links .mafU-icon.mafU-cart .mat-badge-content {
              position: absolute;
              padding: 2px 3px;
              font-size: 10px;
              min-width: 20px;
              height: 20px;
              display: flex;
              align-items: center;
              justify-content: center;
              right: -10px;
              top: -5px; }
    .maf-header .mafU-header-links .mafU-header-bottom {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -ms-flex-pack: flex-end; }
      .maf-header .mafU-header-links .mafU-header-bottom .mafU-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        .maf-header .mafU-header-links .mafU-header-bottom .mafU-nav ul li a {
          color: white;
          text-decoration: none;
          font-size: 16px;
          line-height: 19px;
          padding: 0 40px;
          position: relative; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-header .mafU-header-links .mafU-header-bottom .mafU-nav ul li a {
              font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-header .mafU-header-links .mafU-header-bottom .mafU-nav ul li a {
              line-height: calc(15px + (19 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-header .mafU-header-links .mafU-header-bottom .mafU-nav ul li a {
              padding-right: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-header .mafU-header-links .mafU-header-bottom .mafU-nav ul li a {
              padding-left: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-header .mafU-header-links .mafU-header-bottom .mafU-nav ul li a.active:after {
            position: absolute;
            height: 3px;
            width: 50px;
            background-color: #B4985A;
            display: block;
            content: "";
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 40px; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-header .mafU-header-links .mafU-header-bottom .mafU-nav ul li a.active:after {
                width: calc(50px + (70 - 50) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-header .mafU-header-links .mafU-header-bottom .mafU-nav ul li a.active:after {
                top: calc(25px + (40 - 25) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-header .mafU-header-links .mafU-header-bottom .mafU-nav ul li a.active, .maf-header .mafU-header-links .mafU-header-bottom .mafU-nav ul li a:hover {
            color: #B4985A;
            opacity: 1;
            visibility: visible; }
        .maf-header .mafU-header-links .mafU-header-bottom .mafU-nav ul li.active a {
          color: #B4985A; }

@media (max-width: 767px) {
  .elementor-column.banner-about-sec .elementor-element-populated {
    margin: 15px auto 0px auto !important;
    width: 95%;
    padding: 20px !important; } }

.maf-footer {
  background-color: #31261D;
  padding: 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-height: 80px;
  height: 80px;
  margin-top: auto; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-footer {
      height: calc(60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-footer {
      max-height: calc(60px + (80 - 60) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-footer {
      padding-right: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-footer {
      padding-left: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-footer .mafU-logo svg, .maf-footer .mafU-logo img {
    height: 40px;
    max-height: 40px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-footer .mafU-logo svg, .maf-footer .mafU-logo img {
        max-height: calc(32px + (40 - 32) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-footer .mafU-logo svg, .maf-footer .mafU-logo img {
        height: calc(32px + (40 - 32) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-footer .mafU-footer-copy {
    color: white;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-footer .mafU-footer-copy {
        font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-footer .mafU-footer-copy {
        line-height: calc(16px + (20 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }

.mafU-login-wrap {
  min-width: 320px;
  max-width: 480px;
  margin: 0 180px;
  padding: 20px 0;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-login-wrap {
      margin-left: calc(100px + (180 - 100) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-login-wrap {
      margin-right: calc(100px + (180 - 100) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-login-wrap {
      max-width: calc(360px + (480 - 360) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-login-wrap {
      min-width: calc(240px + (320 - 240) * ((100vw - 1024px) / (1920 - 1024))); } }
  .mafU-login-wrap .mafU-login .mafU-logo svg, .mafU-login-wrap .mafU-login .mafU-logo img {
    max-width: 100%;
    height: 40px;
    max-height: 40px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-logo svg, .mafU-login-wrap .mafU-login .mafU-logo img {
        max-height: calc(32px + (40 - 32) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-logo svg, .mafU-login-wrap .mafU-login .mafU-logo img {
        height: calc(32px + (40 - 32) * ((100vw - 1024px) / (1920 - 1024))); } }
  .mafU-login-wrap .mafU-login .mafU-title {
    font-size: 42px;
    line-height: 46px;
    font-weight: bold;
    color: #31261D;
    margin-top: 50px;
    margin-bottom: 30px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-title {
        font-size: calc(24px + (42 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-title {
        line-height: calc(28px + (46 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-title {
        margin-bottom: calc(20px + (30 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-title {
        margin-top: calc(30px + (50 - 30) * ((100vw - 1024px) / (1920 - 1024))); } }
  .mafU-login-wrap .mafU-login .mafU-sub-title {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    color: #5F6062;
    margin-bottom: 20px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-sub-title {
        margin-bottom: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-sub-title {
        font-size: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-sub-title {
        line-height: calc(18px + (22 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }
  .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .form-control:focus ~ .floating-label, .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .form-control:not(:placeholder-shown) ~ .floating-label, .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .form-select ~ label {
    opacity: 1;
    transform: scale(0.75) translateY(-0.5rem) translateX(0.5rem);
    color: #BFB6AD; }
  .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .form-control:not(:placeholder-shown) {
    padding-bottom: 8px; }
  .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .floating-label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 16px 12px;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    font-size: 16px;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .floating-label {
        padding-top: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .floating-label {
        padding-bottom: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .floating-label {
        padding-left: calc(9px + (12 - 9) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .floating-label {
        padding-right: calc(9px + (12 - 9) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .floating-label {
        font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .floating-label {
        line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }
  .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .form-control, .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .form-select {
    height: 58px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .form-control, .mafU-login-wrap .mafU-login .mafU-login-form .form-floating > .form-select {
        height: calc(44px + (58 - 44) * ((100vw - 1024px) / (1920 - 1024))); } }
  .mafU-login-wrap .mafU-login .mafU-login-form .mafU-cta-action {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .mafU-login-wrap .mafU-login .mafU-login-form .mafU-cta-action .btn-primary {
      margin-right: 20px; }
  .mafU-login-wrap .mafU-login .mafU-login-form .mafU-text-link {
    margin-top: 30px; }
    .mafU-login-wrap .mafU-login .mafU-login-form .mafU-text-link a {
      color: #8A1538;
      text-decoration: none; }
      .mafU-login-wrap .mafU-login .mafU-login-form .mafU-text-link a:hover {
        color: #cd003a;
        text-decoration: underline; }
  .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .form-control {
    background-color: #EDECE8;
    border: 0px none;
    border-radius: 0;
    padding: 20px 16px;
    font-size: 16px;
    color: #31261D; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .form-control {
        font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .form-control {
        line-height: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .form-control {
        padding-left: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .form-control {
        padding-right: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .form-control {
        padding-top: calc(18px + (20 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .form-control {
        padding-bottom: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
    .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .form-control:focus {
      box-shadow: none; }
  .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .mafU-reset {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    display: none;
    background-image: url(../images/ic-close.svg);
    width: 15px;
    height: 15px;
    cursor: pointer;
    background-size: cover; }
  .mafU-login-wrap .mafU-login .mafU-login-form .form-floating label.error {
    position: absolute;
    padding: 0;
    border: 0;
    transform: none;
    opacity: 1;
    top: 60px;
    height: auto;
    font-size: 12px;
    color: #8A1538;
    left: 12px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating label.error {
        left: calc(9px + (12 - 9) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating label.error {
        top: calc(46px + (60 - 46) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating label.error {
        font-size: calc(10px + (12 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating label.error {
        line-height: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
  .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .text-danger .form-text .field-validation-error {
    position: absolute;
    padding: 0;
    border: 0;
    transform: none;
    opacity: 1;
    top: 60px;
    height: auto;
    font-size: 12px;
    color: #8A1538;
    left: 12px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .text-danger .form-text .field-validation-error {
        left: calc(9px + (12 - 9) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .text-danger .form-text .field-validation-error {
        top: calc(46px + (60 - 46) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .text-danger .form-text .field-validation-error {
        font-size: calc(10px + (12 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-login-wrap .mafU-login .mafU-login-form .form-floating .text-danger .form-text .field-validation-error {
        line-height: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
  .mafU-login-wrap .mafU-login .mafU-login-form .mafU-login-block .form-floating {
    margin-bottom: 20px; }

.maf-login-main {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: calc(100vh - 80px);
  margin-left: -40px;
  margin-right: -40px;
  overflow: hidden; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-login-main {
      margin-left: calc(-20px + (-40 - -20) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-login-main {
      margin-right: calc(-20px + (-40 - -20) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-login-main .mafU-login-bg {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    flex: 1;
    align-self: stretch; }

.mafUniform-wrapper .btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 5px 40px;
  height: 44px;
  border-radius: 0px;
  font-size: 16px;
  font-family: 'MarselisPro';
  text-decoration: none;
  font-weight: normal;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .mafUniform-wrapper .btn.btn-primary {
    position: relative;
    color: #ffffff;
    border: 1px solid #8A1538;
    background: #8A1538;
    background: -webkit-gradient(linear, left top, left bottom, from(#8A1538), to(#8A1538));
    background: -moz-linear-gradient(top, #8A1538, #8A1538);
    background: linear-gradient(to bottom, #8A1538, #8A1538);
    border-color: #8A1538 !important; }
    .mafUniform-wrapper .btn.btn-primary:hover, .mafUniform-wrapper .btn.btn-primary:focus {
      color: #ffffff;
      border: 1px solid #cd003a;
      background: #cd003a;
      background: -webkit-gradient(linear, left top, left bottom, from(#cd003a), to(#cd003a));
      background: -moz-linear-gradient(top, #cd003a, #cd003a);
      background: linear-gradient(to bottom, #cd003a, #cd003a);
      box-shadow: none; }
    .mafUniform-wrapper .btn.btn-primary:disabled {
      position: relative;
      background-color: transparent;
      background-image: none;
      color: #aaaaaa;
      border-color: #ebeaea;
      pointer-events: none; }
      .mafUniform-wrapper .btn-primary:not(:disabled):not(.disabled).active:focus, .mafUniform-wrapper .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.mafUniform-wrapper .btn-primary.dropdown-toggle:focus
      {
        box-shadow: none;
      }

      /* MODAL BUTTON  */
              .modal-dialog.modal-dialog-centered .btn {
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                padding: 5px 40px;
                height: 44px;
                border-radius: 0px;
                font-size: 16px;
                font-family: 'MarselisPro';
                text-decoration: none;
                font-weight: normal;
                text-decoration: none;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-align-items: center;
                -moz-align-items: center;
                -ms-align-items: center;
                align-items: center;
            }
      
      .modal-dialog.modal-dialog-centered .btn.btn-primary {
        color: #ffffff;
        border: 1px solid #8A1538;
        background: #8A1538;
        background: -webkit-gradient(linear, left top, left bottom, from(#8A1538), to(#8A1538));
        background: -moz-linear-gradient(top, #8A1538, #8A1538);
        background: linear-gradient(to bottom, #8A1538, #8A1538); }
        .modal-dialog.modal-dialog-centered .btn.btn-primary:hover, .modal-dialog.modal-dialog-centered .btn.btn-primary:focus {
          color: #ffffff;
          border: 1px solid #cd003a;
          background: #cd003a;
          background: -webkit-gradient(linear, left top, left bottom, from(#cd003a), to(#cd003a));
          background: -moz-linear-gradient(top, #cd003a, #cd003a);
          background: linear-gradient(to bottom, #cd003a, #cd003a);
          box-shadow: none; }
          .modal-dialog.modal-dialog-centered .btn-primary:not(:disabled):not(.disabled).active:focus, .modal-dialog.modal-dialog-centered .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.modal-dialog.modal-dialog-centered .btn-primary.dropdown-toggle:focus
          {
            box-shadow: none;
          }
          .modal-dialog.modal-dialog-centered .btn.btn-secondary {
            color: #8A1538;
            border: 1px solid #8A1538;
            background-color: transparent;
            background: transparent; }
            .modal-dialog.modal-dialog-centered .modal-body.admin-modal-content .btn.btn-secondary 
            {
              margin: 5px;
            }
            .modal-dialog.modal-dialog-centered .btn.btn-secondary:hover, .modal-dialog.modal-dialog-centered .btn.btn-secondary:focus {
              color: #cd003a;
              border: 1px solid #cd003a;
              background-color: white;
              background: transparent;
              box-shadow: none; }
              .modal-dialog.modal-dialog-centered .btn-secondary:not(:disabled):not(.disabled).active, .modal-dialog.modal-dialog-centered .btn-secondary:not(:disabled):not(.disabled):active, .show>.modal-dialog.modal-dialog-centered .btn-secondary.dropdown-toggle {
                color: #8A1538;
                background-color: transparent;
                border-color: #8A1538;
            }
            .modal-dialog.modal-dialog-centered .btn-secondary:not(:disabled):not(.disabled).active:focus, .modal-dialog.modal-dialog-centered .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.modal-dialog.modal-dialog-centered .btn-secondary.dropdown-toggle:focus {
              box-shadow: none;
          }

              .modal .modal-content .modal-body.admin-modal-content .form-group.countries-list ul
                {
                    padding:0px;
                    list-style: none;
                    cursor:pointer;
                }
                .modal .modal-content .modal-body.admin-modal-content .form-group.countries-list ul li
                {
                    background: transparent;
                    padding: 5px;
                    margin-bottom:5px;
                    line-height: normal;
                    position: relative;
                }
                .modal .modal-content .modal-body.admin-modal-content .form-group.countries-list ul li input
                {
                  margin: 0px 4px;
                  cursor: pointer;
                  height: 15px;
                  width: 14px;
                  position: absolute;
                  top: 7px;
                }
                .modal .modal-content .modal-body.admin-modal-content .form-group.countries-list ul li span.parent
                {
                  padding-left: 20px;
                }
                .modal .modal-content .modal-body.admin-modal-content .form-group.countries-list ul.treeview li span:nth-child(3) {
                  padding-left: 20px;
                }
                .form-group.countries-list .tree-selection-container {
                  max-height: 320px;
                  overflow:auto;
                  margin-bottom: 15px;
                  border: 1px solid #8a1538;
              }
              .modal .modal-content .modal-body.admin-modal-content .form-group.countries-list ul.treeview  {
                  padding: 0px;
                  list-style: none;
                  cursor: pointer;
              }
              .modal .modal-content .modal-body.admin-modal-content .form-group.countries-list .collapse.show ul.treeview  {
                border:none;
                padding-left: 10px;
            }
              .modal .modal-content .modal-body.admin-modal-content .form-group.countries-list .collapse.show ul.treeview li {
                  border:none;
                  margin:0px;
              }
              .admin-modal-content .form-group.countries-list .btn-toolbar .btn-group a{
                color: #8a1538;
                margin: 0px 4px;
                padding: 2px;
                font-size: 14px;
                cursor: pointer;
            }

                /* .modal .modal-content .modal-body.admin-modal-content .form-group.countries-list ul.admin-modal-country-submenu
                {
                    padding: 15px;
                    max-height: 150px;
                    overflow: auto;
                    margin: 0px 0px 5px;
                    border-radius: 4px;
                }
                .modal .modal-content .modal-body.admin-modal-content .form-group.countries-list ul.admin-modal-country-submenu li
                {
                    padding: 0px;
                    border: none;
                    line-height: normal;
                }
                .modal .modal-content .modal-body.admin-modal-content .form-group.countries-list ul.admin-modal-country-submenu li input
                {
                  margin: 0px 4px;
                  cursor: pointer;
                  height: 15px;
                  width: 14px;
                  position: absolute;
                  top: 2px;
                } */
                .modal .modal-content .modal-body.admin-modal-content .form-group.brands .brands-list
                {
                display: flex;
                flex-direction: column;
                max-height: 150px;
                overflow: auto;
                }
                .modal .modal-content .modal-body.admin-modal-content .form-group.brands .brands-list .listing
                {
                margin: 0px 4px;
                }
                .modal .modal-content .modal-body.admin-modal-content .form-group.brands .brands-list .listing label
                {
                cursor:pointer;
                }

       /* MODAL BUTTM ENDS     */

  .mafUniform-wrapper .btn.btn-secondary {
    color: #8A1538;
    border: 1px solid #8A1538;
    background-color: transparent;
    background: transparent;
    position: relative; }
    .mafUniform-wrapper .btn.btn-secondary:hover, .mafUniform-wrapper .btn.btn-secondary:focus {
      color: #cd003a;
      border: 1px solid #cd003a;
      background-color: white;
      background: transparent;
      box-shadow: none; }
    .mafUniform-wrapper .btn.btn-secondary:disabled {
      background-color: transparent;
      background-image: none;
      color: #aaaaaa;
      border-color: #ebeaea;
      pointer-events: none; }
      .mafUniform-wrapper .btn-secondary:not(:disabled):not(.disabled).active, .mafUniform-wrapper .btn-secondary:not(:disabled):not(.disabled):active, .show>.mafUniform-wrapper .btn-secondary.dropdown-toggle {
        color: #8A1538;
        background-color: transparent;
        border-color: #8A1538;
    }
    .mafUniform-wrapper .btn-secondary:not(:disabled):not(.disabled).active:focus, .mafUniform-wrapper .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.mafUniform-wrapper .btn-secondary.dropdown-toggle:focus {
      box-shadow: none;
  }

.maf-register-main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%; }
  .maf-register-main .mafU-register-wrap {
    min-width: 1560px;
    max-width: 1560px;
    margin: 0 auto;
    padding: 20px 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-register-main .mafU-register-wrap {
        max-width: calc(850px + (1560 - 850) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-register-main .mafU-register-wrap {
        min-width: calc(850px + (1560 - 850) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maf-register-main .mafU-register-wrap .mafU-register .mafU-title {
      font-size: 42px;
      line-height: 46px;
      font-weight: bold;
      color: #31261D;
      margin-bottom: 25px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-register-main .mafU-register-wrap .mafU-register .mafU-title {
          font-size: calc(24px + (42 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-register-main .mafU-register-wrap .mafU-register .mafU-title {
          line-height: calc(28px + (46 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-register-main .mafU-register-wrap .mafU-register .mafU-title {
          margin-bottom: calc(15px + (25 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maf-register-main .mafU-register-wrap .mafU-register .maU-register-info h5 {
      font-size: 18px;
      line-height: 32px;
      font-weight: normal;
      color: #31261D;
      color: #B4985A;
      margin-bottom: 20px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-register-main .mafU-register-wrap .mafU-register .maU-register-info h5 {
          font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-register-main .mafU-register-wrap .mafU-register .maU-register-info h5 {
          line-height: calc(19px + (22 - 19) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-register-main .mafU-register-wrap .mafU-register .maU-register-info h5 {
          margin-bottom: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px; }
        .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .form-control:focus ~ .floating-label, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .form-control:not(:placeholder-shown) ~ .floating-label, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .form-select ~ label {
          opacity: 1;
          transform: scale(0.75) translateY(-0.5rem) translateX(0.5rem);
          color: #BFB6AD; }
        .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .form-control:not(:placeholder-shown) {
          padding-bottom: 8px; }
        .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .floating-label {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          padding: 16px 12px;
          pointer-events: none;
          border: 1px solid transparent;
          transform-origin: 0 0;
          font-size: 16px;
          transition: opacity .1s ease-in-out,transform .1s ease-in-out; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .floating-label {
              padding-top: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .floating-label {
              padding-bottom: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .floating-label {
              padding-left: calc(22px + (26 - 22) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .floating-label {
              padding-right: calc(22px + (26 - 22) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .floating-label {
              font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .floating-label {
              line-height: calc(18px + (18 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }
        .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .form-control, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .form-select {
          height: 58px; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .form-control, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating > .form-select {
              height: calc(44px + (58 - 44) * ((100vw - 1024px) / (1920 - 1024))); } }
        .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating {
          margin-bottom: 20px;
          padding: 0 10px;
          flex: auto; }
          .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating.w20 {
            flex: 0 0 20%; }
          .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating.w40 {
            flex: 0 0 40%; }
          .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-control, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-select {
            background-color: transparent;
            border-color: #D6CFC7;
            border-radius: 0;
            padding: 20px 16px;
            font-size: 16px;
            color: #31261D;
            height: 58px; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-control, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-select {
                font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-control, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-select {
                line-height: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-control, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-select {
                padding-left: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-control, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-select {
                padding-right: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-control, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-select {
                padding-top: calc(18px + (20 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-control, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-select {
                padding-bottom: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-control, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-select {
                height: calc(44px + (58 - 44) * ((100vw - 1024px) / (1920 - 1024))); } }
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-control:focus, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .form-select:focus {
              box-shadow: none; }
          .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating label.error {
            position: absolute;
            padding: 0;
            border: 0;
            transform: none;
            opacity: 1;
            top: 60px;
            height: auto;
            font-size: 12px;
            color: #8A1538;
            left: 26px; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating label.error {
                left: calc(22px + (26 - 22) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating label.error {
                top: calc(46px + (60 - 46) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating label.error {
                font-size: calc(10px + (12 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating label.error {
                line-height: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control {
            background-color: transparent;
            border: 1px solid #D6CFC7;
            border-radius: 0;
            padding: 20px 16px;
            font-size: 16px;
            color: #31261D;
            height: 58px;
            width: 100%;
            color: black; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control {
                font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control {
                line-height: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control {
                padding-left: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control {
                padding-right: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control {
                padding-top: calc(18px + (20 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control {
                padding-bottom: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control {
                height: calc(44px + (58 - 44) * ((100vw - 1024px) / (1920 - 1024))); } }
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control::-webkit-input-placeholder {
              color: black;
              font-size: 16px;
              line-height: 18px; }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control::-webkit-input-placeholder {
                  font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control::-webkit-input-placeholder {
                  line-height: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control:-moz-placeholder {
              color: black;
              font-size: 16px;
              line-height: 18px; }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control:-moz-placeholder {
                  font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control:-moz-placeholder {
                  line-height: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control::-moz-placeholder {
              color: black;
              font-size: 16px;
              line-height: 18px; }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control::-moz-placeholder {
                  font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control::-moz-placeholder {
                  line-height: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control:-ms-input-placeholder {
              color: black;
              font-size: 16px;
              line-height: 18px; }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control:-ms-input-placeholder {
                  font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control:-ms-input-placeholder {
                  line-height: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .date-picker-form-control:focus {
              box-shadow: none;
              outline: none; }
          .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .form-floating .mafU-reset {
            position: absolute;
            top: 50%;
            right: 28px;
            transform: translateY(-50%);
            display: none;
            background-image: url(../images/ic-close.svg);
            width: 15px;
            height: 15px;
            cursor: pointer;
            background-size: cover; }
        .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .mafU-calender > .date-picker-form-control:focus ~ .floating-label, .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .mafU-calender.hasClass > .date-picker-form-control ~ .floating-label {
          opacity: 1;
          transform: scale(0.75) translateY(-0.5rem) translateX(0.5rem);
          color: #BFB6AD; }
        .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-form-input-group .mafU-calender.hasClass > .date-picker-form-control {
          padding-bottom: 8px !important; }
      .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-privacy-check {
        margin-bottom: 20px; }
        .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-privacy-check .mafU-input-group-text {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          white-space: nowrap;
          position: relative; }
          .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-privacy-check .mafU-input-group-text .form-check-input[type=checkbox] {
            width: 36px;
            height: 36px;
            border: 1px solid #D6CFC7;
            border-radius: 0;
            box-shadow: none; }
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-privacy-check .mafU-input-group-text .form-check-input[type=checkbox]:checked {
              background-color: #cd003a;
              border-color: #cd003a;
              box-shadow: none; }
          .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-privacy-check .mafU-input-group-text label {
            margin-left: 15px; }
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-privacy-check .mafU-input-group-text label.error {
              position: absolute;
              padding: 0;
              border: 0;
              transform: none;
              opacity: 1;
              top: 35px;
              height: auto;
              font-size: 12px;
              color: #8A1538;
              left: 36px; }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-privacy-check .mafU-input-group-text label.error {
                  left: calc(32px + (36 - 32) * ((100vw - 1024px) / (1920 - 1024))); } }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-privacy-check .mafU-input-group-text label.error {
                  top: calc(35px + (35 - 35) * ((100vw - 1024px) / (1920 - 1024))); } }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-privacy-check .mafU-input-group-text label.error {
                  font-size: calc(10px + (12 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-privacy-check .mafU-input-group-text label.error {
                  line-height: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-privacy-check .mafU-input-group-text a {
            color: black;
            text-decoration: underline; }
            .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-privacy-check .mafU-input-group-text a:hover {
              color: #cd003a; }
      .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-captcha-check {
        margin-bottom: 20px; }
        .maf-register-main .mafU-register-wrap .mafU-register .mafU-register-form .mafU-register-block .mafU-captcha-check img {
          max-height: 66px; }

.table .country-checkbox-list button:active, .table .country-checkbox-list button.nice-select.open {
  color: #8A1538 !important;
  border: 1px solid #8A1538 !important;
  border-color: #8A1538;
  background-color: transparent !important;
  box-shadow: none;
  outline: none !important;
  box-shadow: none !important; }

.table .country-checkbox-list button:focus-visible {
  outline: none !important;
  box-shadow: none !important; }
  .table .country-checkbox-list ul {
    padding: 5px 108px 5px 20px; }
    .table .country-checkbox-list ul li label input {
      margin-right: 5px;  }

.mafU-top-items {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .mafU-top-items .mafU-title {
    color: black;
    font-size: 24px;
    line-height: 26px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-weight: bold;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-top-items .mafU-title {
        font-size: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-top-items .mafU-title {
        line-height: calc(22px + (26 - 22) * ((100vw - 1024px) / (1920 - 1024))); } }
        .mafU-top-items .mafU-title.back-btn
        {
          cursor: pointer;
          font-size: 18px;
        }
  .mafU-top-items .mafU-sort-table {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .mafU-top-items .mafU-sort-table .mafU-sort-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      border-right: 1px solid #D8D8D8;
      padding-left: 20px; }
      .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted {
        margin-right: 15px; }
        .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted .niceSelect {
          margin-right: 0; }
      .mafU-top-items .mafU-sort-table .mafU-sort-item select:focus {
        outline: none; }
      .mafU-top-items .mafU-sort-table .mafU-sort-item:first-child .niceSelect ul.list {
        margin-left: auto;
        margin-right: auto;
        left: -20px;
        right: 0; }
      .mafU-top-items .mafU-sort-table .mafU-sort-item:nth-child(2) .niceSelect ul.list {
        margin-left: auto;
        margin-right: auto;
        left: -85px;
        right: 0; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-top-items .mafU-sort-table .mafU-sort-item:nth-child(2) .niceSelect ul.list {
            left: calc(-55px + (-85 - -55) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-top-items .mafU-sort-table .mafU-sort-item:nth-child(3) .niceSelect ul.list {
        margin-left: auto;
        margin-right: auto;
        left: -75px;
        right: 0; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-top-items .mafU-sort-table .mafU-sort-item:nth-child(3) .niceSelect ul.list {
            left: calc(-35px + (-75 - -35) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-top-items .mafU-sort-table .mafU-sort-item:last-child {
        border: 0px none; }
      .mafU-top-items .mafU-sort-table .mafU-sort-item .mafU-sort-name {
        color: #969697;
        font-size: 14px;
        line-height: 19px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        margin-bottom: 0;
        margin-right: 20px;
        padding-top: 4px;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-top-items .mafU-sort-table .mafU-sort-item .mafU-sort-name {
            font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-top-items .mafU-sort-table .mafU-sort-item .mafU-sort-name {
            line-height: calc(17px + (19 - 17) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted {
        font-family: 'MarselisPro'; }
        .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted .mat-form-field-wrapper .mat-select-value-text {
          font-size: 14px;
          line-height: 24px; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted .mat-form-field-wrapper .mat-select-value-text {
              font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted .mat-form-field-wrapper .mat-select-value-text {
              line-height: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
        .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted .mat-form-field-wrapper .mat-form-field-flex {
          background: transparent;
          padding-top: 0;
          padding: 0; }
          .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
            border: 0;
            padding: 0;
            width: auto; }
        .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted .mat-form-field-wrapper .mat-select-value {
          max-width: inherit; }
        .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted .mat-form-field-wrapper .mat-select-trigger {
          width: 100%; }
        .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted .mat-form-field-wrapper .mat-select-arrow-wrapper {
          position: absolute;
          right: 0;
          left: auto;
          top: 50%; }
          .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted .mat-form-field-wrapper .mat-select-arrow-wrapper .mat-select-arrow {
            background-image: url(../images/ic-arrow-down.svg);
            width: 10px;
            height: 10px;
            background-color: transparent;
            background-position: center center;
            background-repeat: no-repeat;
            border: 0; }
        .mafU-top-items .mafU-sort-table .mafU-sort-item .ng-star-inserted .mat-form-field-wrapper .mat-form-field-underline {
          opacity: 0; }

.cdk-overlay-container .mat-select-panel-wrap .mat-select-panel {
  border: 1px solid #B4985A;
  border-radius: 10px;
  overflow: inherit;
  /* min-width: 200px !important;
  max-width: 200px;
  width: 200px; */
  overflow: auto; }
  .mat-select-panel-wrap::after
{
  content: " ";
  position: absolute;
  right: 45%;
  top: 25px;
  height:20px;
  width:20px;
  border-top: 1px solid #b5975a;
  border-left: 1px solid #b5975a;
  transform:rotate(45deg);
  background-color:#ffffff;
}
  .cdk-overlay-container .mat-select-panel-wrap .topPadding::-webkit-scrollbar {
    width:7px;
    border-radius:32px;    
  }
    .cdk-overlay-container .mat-select-panel-wrap .topPadding::-webkit-scrollbar-thumb {
    background:#cdcdcd;
    width:7px;
    border-radius:32px;
  }
  .cdk-overlay-container .mat-select-panel-wrap .topPadding::-webkit-scrollbar-track {
    background:#EDECE8;
    width:7px;
    border-radius:32px;
  }
  .cdk-overlay-container .mat-select-panel-wrap .mat-select-panel .mat-option {
    min-height: 32px;
    font-family: 'MarselisPro';
    height: auto;
    font-size: 14px;
    line-height: 24px;
    padding: 4px 20px;
    color: #31261D;
    border-bottom: 1px solid #EDECE8; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .cdk-overlay-container .mat-select-panel-wrap .mat-select-panel .mat-option {
        font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .cdk-overlay-container .mat-select-panel-wrap .mat-select-panel .mat-option {
        line-height: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .cdk-overlay-container .mat-select-panel-wrap .mat-select-panel .mat-option {
        padding-left: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .cdk-overlay-container .mat-select-panel-wrap .mat-select-panel .mat-option {
        padding-right: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
    .cdk-overlay-container .mat-select-panel-wrap .mat-select-panel .mat-option:last-child {
      border-bottom: 0px none; }
    .cdk-overlay-container .mat-select-panel-wrap .mat-select-panel .mat-option .mat-option-text {
      color: #31261D; }
    .cdk-overlay-container .mat-select-panel-wrap .mat-select-panel .mat-option.mat-selected {
      color: #8A1538;
      font-weight: bold;
      background-color: transparent; }
      .cdk-overlay-container .mat-select-panel-wrap .mat-select-panel .mat-option.mat-selected .mat-option-text {
        color: #8A1538; }

.cdk-overlay-container .mat-select-panel-wrap .topPadding {
  margin-top: 35px;
  margin-bottom: 30px; }

.mafU-cards ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%; }
  .mafU-select-brand .mafU-card-listing .mafU-cards ul
  {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mafU-cards ul li .mafU-card-item {
    margin: 10px;
    border-radius: 10px;
    overflow: hidden; }
    .mafU-cards ul li .mafU-card-item .mafU-card-img {
      padding: 20px;
      background-color: #f5f5f5;
      height: 195px;
      min-width: 296px;
      width: 296px;
      max-width: 296px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      cursor: pointer; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafU-cards ul li .mafU-card-item .mafU-card-img {
          padding: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafU-cards ul li .mafU-card-item .mafU-card-img {
          width: calc(160px + (296 - 160) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafU-cards ul li .mafU-card-item .mafU-card-img {
          min-width: calc(160px + (296 - 160) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafU-cards ul li .mafU-card-item .mafU-card-img {
          height: calc(105px + (195 - 105) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-cards ul li .mafU-card-item .mafU-card-img img {
        max-width: 80%;
        max-height: 100%; }
    .mafU-cards ul li .mafU-card-item .mafU-card-info {
      background-color: #EDECE8;
      height: 60px;
      padding: 0 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafU-cards ul li .mafU-card-item .mafU-card-info {
          height: calc(35px + (60 - 35) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafU-cards ul li .mafU-card-item .mafU-card-info {
          padding-left: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafU-cards ul li .mafU-card-item .mafU-card-info {
          padding-right: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-cards ul li .mafU-card-item .mafU-card-info .mafU-title {
        font-size: 16px;
        line-height: 19px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-weight: bold;
        color: black;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-cards ul li .mafU-card-item .mafU-card-info .mafU-title {
            font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-cards ul li .mafU-card-item .mafU-card-info .mafU-title {
            line-height: calc(14px + (19 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-cards ul li .mafU-card-item .mafU-card-info .mafU-count {
        background-color: #D8CFC6;
        font-size: 16px;
        line-height: 19px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        color: white;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        border-radius: 30px;
        padding: 4px 8px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-cards ul li .mafU-card-item .mafU-card-info .mafU-count {
            font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-cards ul li .mafU-card-item .mafU-card-info .mafU-count {
            line-height: calc(17px + (19 - 17) * ((100vw - 1024px) / (1920 - 1024))); } }
    .mafU-cards ul li .mafU-card-item:hover {
      -webkit-box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.1); }
      .mafU-cards ul li .mafU-card-item:hover .mafU-card-img {
        background-color: white; }

.mafU-select-brand {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  /* height: 65vh; */
  width: 100%;
 }
 .mafU-cards ul li .mafU-card-item .mafU-card-img a
{
    justify-content: center;
    display: flex;
}
.mafU-select-brand .mafU-card-listing ul li.ng-star-inserted {
    width: 16.666%;
}
  .mafU-select-brand .mafU-card-listing {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%; }

.mafU-card-listing .mafU-cta-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .mafU-card-listing .mafU-cta-action .btn {
    margin-right: 16px; }

.mafU-uniformCads ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  list-style: none;
  margin: 0 -10px;
  padding: 0; }
  .mafU-uniformCads ul li {
    max-width: 16.666%;
    padding: 10px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-uniformCads ul li {
        padding: calc(5px + (10 - 5) * ((100vw - 1024px) / (1920 - 1024))); } }
    .mafU-uniformCads ul li .mafU-uniformCads-item {
      margin: 0;
      border-radius: 10px;
      width: 100%; }
      .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-img {
        padding: 20px;
        background-color: white;
        height: 195px;
        flex: 1;
        width: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        border: 1px solid #DDD;
        border-radius: 10px 10px 0 0; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-img {
            padding: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-img {
            height: calc(105px + (195 - 105) * ((100vw - 1024px) / (1920 - 1024))); } }
        .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-img img {
          max-width: 100%;
          max-height: 150px; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-img img {
              max-height: calc(125px + (150 - 125) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-info {
        background-color: #EDECE8;
        border-radius: 0 0 10px 10px;
        height: 120px;
        padding: 20px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-info {
            height: calc(80px + (120 - 80) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-info {
            padding: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
        .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-info .mafU-title {
          font-size: 16px;
          line-height: 19px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          font-weight: bold;
          color: black;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-info .mafU-title {
              font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-info .mafU-title {
              line-height: calc(14px + (19 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
        .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-info .mafU-description {
          font-size: 12px;
          line-height: 16px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          color: #969697;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center;
          -ms-flex-pack: center;
          padding: 2px 0;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-info .mafU-description {
              font-size: calc(10px + (12 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .mafU-uniformCads ul li .mafU-uniformCads-item .mafU-uniformCads-info .mafU-description {
              line-height: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-uniformCads ul li .mafU-uniformCads-item:hover {
        -webkit-box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 16px 30px rgba(0, 0, 0, 0.1); }
        .mafU-uniformCads ul li .mafU-uniformCads-item:hover .mafU-uniformCads-img {
          background-color: white; }
        .mafU-uniformCads ul li .mafU-uniformCads-item:hover .mafU-uniformCads-info {
          background-color: #D8CFC6; }

.niceSelect {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 0px none;
  margin: 0 0;
  height: 18px; }
  .niceSelect::before {
    width: 27px;
    height: 12px;
    background-position: center center;
    content: "";
    display: block;
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    opacity: 0; }
  .niceSelect.open::before {
    opacity: 1; }
  .niceSelect span.current {
    font-size: 14px;
    line-height: 24px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .niceSelect span.current {
        font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .niceSelect span.current {
        line-height: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
  .niceSelect ul.list::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px; }
  .niceSelect ul.list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0); }
  .niceSelect ul.list::-webkit-scrollbar-thumb {
    background-color: #31261d;
    outline: 1px solid black; }
  .niceSelect ul.list {
    border-radius: 10px;
    margin-top: 15px;
    left: auto;
    right: 0;
    border: 1px solid #AF9963;
    overflow-y: auto;
    min-width: 240px;
    max-height: 258px;
    padding: 8px 0; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .niceSelect ul.list {
        min-width: calc(180px + (240 - 180) * ((100vw - 1024px) / (1920 - 1024))); } }
    .niceSelect ul.list li {
      padding: 4px 20px;
      border-bottom: 1px solid #EDECE8;
      font-size: 14px;
      line-height: 24px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .niceSelect ul.list li {
          padding-left: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .niceSelect ul.list li {
          padding-right: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .niceSelect ul.list li {
          font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .niceSelect ul.list li {
          line-height: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
      .niceSelect ul.list li:last-child {
        border-bottom: 0px none; }
      .niceSelect ul.list li.option:hover, .niceSelect ul.list li.option.selected {
        color: #8A1538;
        font-weight: bold;
        background-color: transparent; }

.mafU-waning-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 10px;
  min-height: 76px;
  font-family: 'MarselisPro-Light';
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  color: #5F6062;
  margin-bottom: 20px;
  background-color: #F0EADE;
  padding: 0 20px; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-waning-bar {
      margin-bottom: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-waning-bar {
      font-size: calc(13px + (14 - 13) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-waning-bar {
      line-height: calc(21px + (22 - 21) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-waning-bar {
      padding-left: calc(16px + (25 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-waning-bar {
      padding-right: calc(16px + (25 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
  .mafU-waning-bar .mafU-img {
    margin-right: 15px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafU-waning-bar .mafU-img {
        margin-right: calc(10px + (15 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }

.mafU-uniformCads-details-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0 -10px;
  padding: 0; }
  .mafU-uniformCads-details-list ul li {
    flex: 1;
    max-width: 25%; }
    @media (min-width: 1921px) {
      .mafU-uniformCads-details-list ul li {
        max-width: 465px;
        min-width: 465px; } }
    .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -ms-flex-pack: flex-start;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 10px;
      border-radius: 10px;
      overflow: hidden;
      border: 1px solid #DDD;
      height: 690px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item {
          height: calc(490px + (690 - 490) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-top-title {
        font-size: 24px;
        line-height: 28px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        color: black;
        padding-top: 30px;
        padding-bottom: 20px;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        text-align: center; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-top-title {
            font-size: calc(22px + (24 - 22) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-top-title {
            line-height: calc(26px + (28 - 26) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-bottom-title {
        font-size: 12px;
        line-height: 16px;
        color: #31261D;
        padding: 15px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-bottom-title {
            font-size: calc(11px + (12 - 11) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-bottom-title {
            line-height: calc(15px + (16 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-bottom-title {
            padding: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-uniformCads-details-img a {
        pointer-events: none; }
      .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-uniformCads-details-img img {
        max-height: 400px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-uniformCads-details-img img {
            max-height: calc(275px + (400 - 275) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-uniformCads-details-info {
        text-align: center;
        width: 100%;
        margin: auto;
        font-family: 'MarselisPro-Light';
        font-size: 12px;
        line-height: 16px;
        color: #31261D; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-uniformCads-details-info {
            font-size: calc(11px + (12 - 11) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-uniformCads-details-info {
            line-height: calc(15px + (16 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
      .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-product-name {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-weight: bold;
        font-size: 18px;
        line-height: 34px;
        color: #31261D;
        padding-top: 10px;
        padding-bottom: 10px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-product-name {
            font-size: calc(9px + (18 - 9) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-product-name {
            line-height: calc(16px + (20 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
        .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-product-name .mafU-product-name-items {
          text-transform: uppercase;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-flex-wrap: wrap;
          -moz-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-justify-content: center;
          -moz-justify-content: center;
          -ms-justify-content: center;
          justify-content: center; }
          .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-product-name .mafU-product-name-items span {
            text-decoration: underline;
            color: #8A1538; }
            .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-product-name .mafU-product-name-items span:last-child {
              padding-left: 5px; }
          .mafU-uniformCads-details-list ul li .mafU-uniformCads-details-item .mafU-product-name .mafU-product-name-items a {
            text-decoration: underline;
            color: #8A1538; }

.mafU-uniformCads-details-list .mafU-cta-action {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  -ms-justify-content: end;
  justify-content: end;
  -ms-flex-pack: end; }
  .mafU-uniformCads-details-list .mafU-cta-action .btn:last-child {
    margin-right: 0; }

.maforder-form-table-wrap {
  background: #EDECE8;
  padding: 20px;
  border-radius: 16px; }
  .maforder-form-table-wrap table {
    caption-side: bottom;
    border-collapse: collapse;
    table-layout: fixed; }
  .maforder-form-table-wrap .maf-order-table-head {
    background-color: white;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    margin-bottom: 20px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maforder-form-table-wrap .maf-order-table-head {
        margin-bottom: calc(20px + (30 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maforder-form-table-wrap .maf-table-inside-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-top: 30px;
    margin-bottom: 10px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maforder-form-table-wrap .maf-table-inside-title {
        margin-bottom: calc(8px + (10 - 8) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maforder-form-table-wrap .maf-table-inside-title {
        margin-top: calc(20px + (30 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maforder-form-table-wrap .maf-table-inside-title .maf-table-title {
      font-size: 24px;
      line-height: 28px;
      font-weight: bold;
      color: #31261D;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .maf-table-inside-title .maf-table-title {
          font-size: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .maf-table-inside-title .maf-table-title {
          line-height: calc(24px + (28 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maforder-form-table-wrap .maf-table-inside-title .maf-table-right-info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .maforder-form-table-wrap .maf-table-inside-title .maf-table-right-info span {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        padding-left: 20px;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px; }
        .maforder-form-table-wrap .maf-table-inside-title .maf-table-right-info span .mafU-ic {
          padding-left: 5px;
          position: relative;
          cursor: pointer; }
          .maforder-form-table-wrap .maf-table-inside-title .maf-table-right-info span .tooltip-data
            {
                display:none;
            }
            .maforder-form-table-wrap .maf-table-inside-title .maf-table-right-info span span.mafU-ic:hover span.tooltip-data
            {
              display: block;
              position: absolute;
              left: 40px;
              background: #ffffff;
              padding: 10px;
              max-width: 150px;
              width: 150px;
              text-align: center;
              transition: 0.5s ease-all;
              z-index: 1;
              border: 1px solid #AF9963;
              border-radius: 10px;
            }
            .maforder-form-table-wrap .maf-table-inside-title .maf-table-right-info span span.mafU-ic:hover span.tooltip-data::before
            {
                content: " ";
                position: absolute;
                left:-9px;
                top: 40%;
                height: 16px;
                width: 16px;
                border-bottom: 1px solid #b5975a;
                border-left: 1px solid #b5975a;
                transform: rotate(45deg);
                background-color: #ffffff;
            }
          .maforder-form-table-wrap .maf-table-inside-title .maf-table-right-info span .mafU-ic img {
            max-height: 18px; }
      .maforder-form-table-wrap .maf-table-inside-title .maf-table-right-info .form-control {
        width: 60px;
        height: 30px;
        border: 0px none;
        border-radius: 0;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        padding: 2px 4px;
        text-align: center; }
        .maforder-form-table-wrap .maf-table-inside-title .maf-table-right-info .form-control:focus {
          outline: none; }
    .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop {
      opacity: 0;
      position: absolute;
      background-color: white;
      right: calc(-400px - 10px);
      z-index: 1;
      border: 1px solid #AF9963;
      padding: 20px;
      width: 400px;
      border-radius: 10px;
      text-align: left;
      position: relative;
      box-shadow: 1px 13px 46px rgba(0, 0, 0, 0.16);
      position: absolute;
      top: -150%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      pointer-events: none; }
      .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop:after, .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop:before {
        right: 100%;
        top: 22%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #ffffff;
        border-width: 15px;
        margin-top: -15px; }
      .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop:before {
        border-color: rgba(194, 225, 245, 0);
        border-right-color: #AF9963;
        border-width: 16px;
        margin-top: -16px; }
      .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop .close-btn {
        background-color: #8A1538;
        border-radius: 50%;
        background-image: url(../images/close-white.svg);
        background-position: center center;
        cursor: pointer;
        height: 36px;
        background-repeat: no-repeat;
        width: 36px;
        position: absolute;
        top: -18px;
        right: -18px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop .close-btn {
            width: calc(28px + (36 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop .close-btn {
            height: calc(28px + (36 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop h4 {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #31261D;
        margin: 0; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop h4 {
            font-size: calc(15px + (18 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop h4 {
            line-height: calc(19px + (24 - 19) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop h6 {
        font-size: 12px;
        line-height: 16px;
        font-weight: 300;
        margin: 0;
        margin-top: 5px;
        margin-bottom: 20px;
        color: #5F6062;
        font-family: 'MarselisPro-Light'; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop h6 {
            font-size: calc(10px + (12 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop h6 {
            line-height: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item {
        font-size: 14px;
        line-height: 24px;
        color: #31261D;
        margin: 0;
        font-weight: 400;
        padding-bottom: 12px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item {
            font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item {
            line-height: calc(19px + (16 - 19) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item {
            padding-bottom: calc(8px + (12 - 8) * ((100vw - 1024px) / (1920 - 1024))); } }
        .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item:last-child {
          padding-bottom: 0; }
        .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item span {
          color: #8A1538;
          text-decoration: underline;
          font-weight: bold;
          padding-left: 10px; }
          .maforder-form-table-wrap .maf-table-inside-title .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item span a {
            color: #8A1538;
            text-decoration: underline;
            font-weight: bold; }
    .maforder-form-table-wrap .maf-table-inside-title .maf-view-comment {
      position: relative; }
      .maforder-form-table-wrap .maf-table-inside-title .maf-view-comment.active .maf-item-pop {
        opacity: 1;
        pointer-events: all; }
  .maforder-form-table-wrap tr td {
    border-right: 2px solid #D8CFC6;
    padding: 10px; }
    @media (min-width: 1366px) and (max-width: 1920px) {
      .maforder-form-table-wrap tr td {
        padding: calc(4px + (10 - 4) * ((100vw - 1366px) / (1920 - 1366))); } }
  .maforder-form-table-wrap tr .maf-table-largeTitle {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    color: #31261D;
    text-align: center; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maforder-form-table-wrap tr .maf-table-largeTitle {
        font-size: calc(10px + (14 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maforder-form-table-wrap tr .maf-table-largeTitle {
        line-height: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maforder-form-table-wrap tr .maf-table-smallTitle {
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
    color: #31261D;
    border-top: 2px solid #D8CFC6;
    text-align: center; }
  .maforder-form-table-wrap tr .maf-padding0 {
    padding: 0;
    width: 44%; }
  .maforder-form-table-wrap tr .mafU-qnty-size-info {
    font-size: 12px;
    line-height: 12px;
    color: #31261D;
    text-align: center; }
    .maforder-form-table-wrap tr .mafU-qnty-size-info i {
      font-size: 10px;
      line-height: 10px; }
  .maforder-form-table-wrap tr .b-r-0 {
    border-right: 0; }
  .maforder-form-table-wrap tr .plr-0 {
    padding: 0; }
  .maforder-form-table-wrap tr .mw-60 {
    width: 60px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maforder-form-table-wrap tr .mw-60 {
        width: calc(60px + (60 - 60) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maforder-form-table-wrap tr .mw-80 {
    width: 80px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maforder-form-table-wrap tr .mw-80 {
        width: calc(80px + (80 - 80) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maforder-form-table-wrap tr .mw-100 {
    width: 100px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maforder-form-table-wrap tr .mw-100 {
        width: calc(100px + (100 - 100) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maforder-form-table-wrap tr .mw-120 {
    width: 120px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maforder-form-table-wrap tr .mw-120 {
        width: calc(120px + (120 - 120) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maforder-form-table-wrap tr .mw-200 {
    width: 200px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maforder-form-table-wrap tr .mw-200 {
        width: calc(200px + (200 - 200) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maforder-form-table-wrap tr .mw-260 {
    width: 260px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maforder-form-table-wrap tr .mw-260 {
        width: calc(260px + (260 - 260) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maforder-form-table-wrap tr .mw-680 {
    width: 680px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maforder-form-table-wrap tr .mw-680 {
        width: calc(680px + (680 - 680) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maforder-form-table-wrap .maf-table-form {
    background-color: #D8CFC6;
    margin-top: 0;
    border-radius: 10px;
    box-shadow: 1px 2px 20px 3px rgba(0, 0, 0, 0.1); }
    .maforder-form-table-wrap .maf-table-form .border-bottom-0 {
      border-bottom: 0; }
    .maforder-form-table-wrap .maf-table-form .mafU-img {
      text-align: center;
      position: relative; }
      .maforder-form-table-wrap .maf-table-form .mafU-img img {
        max-width: 100%;
        height: auto; }
      .maforder-form-table-wrap .maf-table-form .mafU-img .mafU-preview {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background-color: rgba(180, 152, 90, 0.7);
        width: 48px;
        height: 48px;
        border-radius: 50%;
        transform: translateY(-50%);
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.39); }
        .maforder-form-table-wrap .maf-table-form .mafU-img .mafU-preview a {
          width: 100%;
          height: 100%;
          display: block; }
        .maforder-form-table-wrap .maf-table-form .mafU-img .mafU-preview::after {
          background-image: url(../images/magnifying-glass.svg);
          content: "";
          height: 24px;
          width: 24px;
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          bottom: 0;
          top: 0;
          pointer-events: none; }
    .maforder-form-table-wrap .maf-table-form .mafU-prod-title {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      position: relative; }
      .maforder-form-table-wrap .maf-table-form .mafU-prod-title.active .mafU-ic
      {
        background-image: url(../images/information-button-brown.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer;
        height: 24px;
        width: 24px;
        min-width: 24px;
      }
      .maforder-form-table-wrap .maf-table-form .mafU-prod-title .mafU-prod-name {
        font-size: 12px;
        line-height: 16px;
        color: #31261D;
        padding-left: 10px;
        font-weight: normal;
        text-align: left;
        /* white-space: nowrap; */
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 90%; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .mafU-prod-title .mafU-prod-name {
            font-size: calc(10px + (12 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .mafU-prod-title .mafU-prod-name {
            line-height: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maforder-form-table-wrap .maf-table-form .mafU-prod-title.active .maf-item-pop {
        opacity: 1;
        pointer-events: all; }
      .maforder-form-table-wrap .maf-table-form .mafU-prod-title .mafU-ic {
        background-image: url(../images/information-button.svg);
        height: 24px;
        width: 24px;
        min-width: 24px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        cursor: pointer; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .mafU-prod-title .mafU-ic {
            width: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .mafU-prod-title .mafU-ic {
            min-width: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .mafU-prod-title .mafU-ic {
            height: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
            .maforder-form-table-wrap .maf-table-form .mafU-prod-title .mafU-ic:hover        {
                background-image: url(../images/information-button-brown.svg);
                background-size: 100%;
                background-repeat: no-repeat;
                background-position: center center;
                cursor: pointer;
                height: 24px;
                width: 24px;
                min-width: 24px;
            }
        .maforder-form-table-wrap .maf-table-form .mafU-prod-title .mafU-ic img {
          height: 24px;
          width: 24px;
          display: none; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maforder-form-table-wrap .maf-table-form .mafU-prod-title .mafU-ic img {
              width: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maforder-form-table-wrap .maf-table-form .mafU-prod-title .mafU-ic img {
              height: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
        .maforder-form-table-wrap .maf-table-form .mafU-prod-title .mafU-ic.active {
          background-image: url(../images/information-button-color.svg); }
    .maforder-form-table-wrap .maf-table-form .maf-price {
      font-family: 'MarselisPro-Light';
      font-size: 10px;
      line-height: 12px;
      color: #31261D;
      font-weight: 300;
      padding-left: 4px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .maf-table-form .maf-price {
          font-size: calc(8px + (10 - 8) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maforder-form-table-wrap .maf-table-form .noValue {
      color: #969697;
      font-size: 14px;
      line-height: 16px;
      color: #31261D;
      font-family: 'MarselisPro-Light';
      font-weight: 300; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .maf-table-form .noValue {
          font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .maf-table-form .noValue {
          line-height: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maforder-form-table-wrap .maf-table-form .td-bottom-size {
      font-size: 18px;
      line-height: 20px;
      color: #31261D;
      font-weight: bold; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .maf-table-form .td-bottom-size {
          font-size: calc(12px + (18 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .maf-table-form .td-bottom-size {
          line-height: calc(14px + (20 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maforder-form-table-wrap .maf-table-form tr td {
      border-bottom: 2px solid #D8CFC6;
      font-size: 14px;
      line-height: 16px;
      color: #31261D;
      font-weight: bold;
      text-align: center;
      height: 44px;
      background-clip: padding-box; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .maf-table-form tr td {
          font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .maf-table-form tr td {
          line-height: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maforder-form-table-wrap .maf-table-form .maf-table-list tr .garment, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .gender, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .unitCostOMR, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .unitCostAED {
      background-color: white; }
    .maforder-form-table-wrap .maf-table-form .maf-table-list tr:last-child td {
      border-bottom: 0; }
      .maforder-form-table-wrap .maf-table-form .maf-table-list tr:last-child td:first-child.bottom-total-sec-left {
        border-right: 0; }
    .maforder-form-table-wrap .maf-table-form .maf-table-list tr td {
      position: relative; }
      .maforder-form-table-wrap .maf-table-form .maf-table-list tr td.width-69
      {
        width: 69%;
      }
      .maforder-form-table-wrap .maf-table-form .maf-table-list tr td.width-75 {
        width: 75%;
    }
      .maforder-form-table-wrap .maf-table-form .maf-table-list tr td input[type="text"], .maforder-form-table-wrap .maf-table-form .maf-table-list tr td input[type="number"] {
        width: 100%;
        height: 100%;
        background: transparent;
        border: 0;
        text-align: center; }
      .maforder-form-table-wrap .maf-table-form .maf-table-list tr td input::-webkit-outer-spin-button,
      .maforder-form-table-wrap .maf-table-form .maf-table-list tr td input::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0;
        /* <-- Apparently some margin are still there even though it's hidden */ }
      .maforder-form-table-wrap .maf-table-form .maf-table-list tr td input[type=number] {
        -moz-appearance: textfield;
        /* Firefox */ }
      .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(5), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(6), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(7), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(8), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(9), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(10), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(11), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(12), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(13), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(14), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(15), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(16), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(17), .maforder-form-table-wrap .maf-table-form .maf-table-list tr td:nth-child(18) {
        padding: 3px; }
    .maforder-form-table-wrap .maf-table-form .maf-table-list tr .maf-table-right {
      border-right: 0; }
      .maforder-form-table-wrap .maf-table-form .maf-table-list tr .maf-table-right table tr:last-child td {
        border-bottom: 0; }
      .maforder-form-table-wrap .maf-table-form .maf-table-list tr .maf-table-right table tr td:last-child {
        border-right: 0; }
    .maforder-form-table-wrap .maf-table-form .maf-table-list tr .maf-table-left {
      background-color: white; }
    .maforder-form-table-wrap .maf-table-form .maf-table-list tr .xs-3, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .xs-2, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .xs, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .s, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .m, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .l, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .xl, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .xl-2, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .xl-3, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .xl-4, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .xl-5 {
      background-color: rgba(255, 255, 255, 0.6) !important; }
    .maforder-form-table-wrap .maf-table-form .maf-table-list tr .totalQty, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .estimatedWeight, .maforder-form-table-wrap .maf-table-form .maf-table-list tr .totalAED {
      background-color: rgba(255, 255, 255, 0.8) !important; }
    .maforder-form-table-wrap .maf-table-form .maf-table-list .bottom-total-sec-left {
      background-color: white;
      padding: 0; }
    .maforder-form-table-wrap .maf-table-form .maf-table-list .bottom-total-sec-right {
      background-color: white;
      padding: 0;
      border-right: 0; }
      .maforder-form-table-wrap .maf-table-form .maf-table-list .bottom-total-sec-right tr td:last-child {
        border-right: 0px none; }
    .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop {
      opacity: 0;
      position: absolute;
      background-color: white;
      left: 115%;
      z-index: 1;
      border: 1px solid #AF9963;
      padding: 20px;
      min-width: 400px;
      max-width: 400px;
      border-radius: 10px;
      text-align: left;
      position: relative;
      box-shadow: 1px 13px 46px rgba(0, 0, 0, 0.16);
      position: absolute;
      top: -85%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      pointer-events: none; }
      .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop:after, .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop:before {
        right: 100%;
        top: 30%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop:after {
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #ffffff;
        border-width: 15px;
        margin-top: -15px; }
      .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop:before {
        border-color: rgba(194, 225, 245, 0);
        border-right-color: #AF9963;
        border-width: 16px;
        margin-top: -16px; }
      .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop .close-btn {
        background-color: #8A1538;
        border-radius: 50%;
        background-image: url(../images/close-white.svg);
        background-position: center center;
        cursor: pointer;
        height: 36px;
        background-repeat: no-repeat;
        width: 36px;
        position: absolute;
        top: -18px;
        right: -18px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop .close-btn {
            width: calc(28px + (36 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop .close-btn {
            height: calc(28px + (36 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop h4 {
        font-size: 18px;
        line-height: 24px;
        font-weight: bold;
        color: #31261D;
        margin: 0; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop h4 {
            font-size: calc(15px + (18 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop h4 {
            line-height: calc(19px + (24 - 19) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop h6 {
        font-size: 12px;
        line-height: 16px;
        font-weight: 300;
        margin: 0;
        margin-top: 5px;
        margin-bottom: 20px;
        color: #5F6062;
        font-family: 'MarselisPro-Light'; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop h6 {
            font-size: calc(10px + (12 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop h6 {
            line-height: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item {
        font-size: 14px;
        line-height: 24px;
        color: #31261D;
        margin: 0;
        font-weight: 400;
        padding-bottom: 12px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item {
            font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item {
            line-height: calc(19px + (16 - 19) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item {
            padding-bottom: calc(8px + (12 - 8) * ((100vw - 1024px) / (1920 - 1024))); } }
        .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item:last-child {
          padding-bottom: 0; }
        .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item span {
          color: #8A1538;
          text-decoration: underline;
          font-weight: bold;
          padding-left: 10px; }
          .maforder-form-table-wrap .maf-table-form .maf-table-list .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item span a {
            color: #8A1538;
            text-decoration: underline;
            font-weight: bold; }
  .maforder-form-table-wrap .mafU-add-comments {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px; }
    .maforder-form-table-wrap .mafU-add-comments label {
      padding-right: 20px;
      font-size: 14px;
      line-height: 16px;
      color: #31261D; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .mafU-add-comments label {
          font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .mafU-add-comments label {
          line-height: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maforder-form-table-wrap .mafU-add-comments textarea {
      min-height: 80px;
      color: #31261D;
      font-size: 12px;
      line-height: 14px;
      color: #31261D;
      font-style: italic;
      border: 0px none;
      resize: none;
      flex: 1;
      padding: 15px 10px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .mafU-add-comments textarea {
          font-size: calc(10px + (12 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maforder-form-table-wrap .mafU-add-comments textarea {
          line-height: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maforder-form-table-wrap .maf-order-cancelReason-textbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .maforder-form-table-wrap .maf-order-cancelReason-textbox .maf-text-box {
      flex: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      .maforder-form-table-wrap .maf-order-cancelReason-textbox .maf-text-box label {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        margin-bottom: 10px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-order-cancelReason-textbox .maf-text-box label {
            font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maforder-form-table-wrap .maf-order-cancelReason-textbox .maf-text-box label {
            line-height: calc(20px + (22 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maforder-form-table-wrap .maf-order-cancelReason-textbox .maf-text-box textarea {
        height: 150px;
        resize: none;
        width: 100%;
        border: 0;
        border-radius: 10px;
        padding: 15px; }
    .maforder-form-table-wrap .maf-order-cancelReason-textbox .maf-action-box {
      min-width: 300px;
      margin-top: 30px; }
      .maforder-form-table-wrap .maf-order-cancelReason-textbox .maf-action-box .mafU-cta-action {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end; }
        .maforder-form-table-wrap .maf-order-cancelReason-textbox .maf-action-box .mafU-cta-action .btn {
          margin-left: 20px; }

.maforder-form-table-action {
  margin: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .maforder-form-table-action .mafU-cta-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    width: 100%; }
    .maforder-form-table-action .mafU-cta-action .btn {
      margin-left: 16px; }

.maf-table-left table {
  width: 100%; }
  .maf-table-left table tr td {
    border: 0; }

.maf-table-right {
  padding: 0 !important; }
  .maf-table-right tr td:last-child {
    border-right: 0; }

.table-top tr th, .mafU-table-top tr th {
  border-right: 2px solid #D8CFC6; }

.mafU-table-top {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-color: white;
  box-shadow: 1px 2px 20px 3px rgba(0, 0, 0, 0.1); }
  .mafU-table-top tr td tr th.maf-padding0 table tr th:last-child {
    border-right: 0px none; }

.mafU-top-items .cart-title .orderID-details {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  padding: 0 5px; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-top-items .cart-title .orderID-details {
      font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-top-items .cart-title .orderID-details {
      line-height: calc(15px + (19 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }

.mafU-top-items .cart-title .orderID-download {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  padding: 0 5px;
  font-family: 'MarselisPro-Light';
  cursor: pointer; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-top-items .cart-title .orderID-download {
      font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafU-top-items .cart-title .orderID-download {
      line-height: calc(15px + (17 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
  .mafU-top-items .cart-title .orderID-download img {
    margin-right: 10px; }
  .mafU-top-items .cart-title .orderID-download a {
    color: #31261D;
    text-decoration: none; }
    .mafU-top-items .cart-title .orderID-download a:hover {
      text-decoration: underline;
      color: #8A1538; }

.maf-view-comment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .maf-view-comment a {
    color: #8A1538;
    font-size: 14px;
    line-height: 17px;
    font-weight: 300;
    padding: 0 15px;
    font-family: 'MarselisPro-Light';
    font-style: italic;
    text-decoration: underline; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-view-comment a {
        font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-view-comment a {
        line-height: calc(15px + (17 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }

.ic-block {
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 10px;
  width: 24px;
  height: 30px;
  background-size: 100%;
  padding: 0 !important; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .ic-block {
      width: calc(18px + (24 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .ic-block {
      height: calc(24px + (30 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }
  .ic-block a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    color: transparent; }
  .ic-block.ic-edit {
    background-image: url(../images/ic-edit.svg);
    width: 20px;
    height: 24px;
    cursor: pointer; }
    @media (min-width: 1024px) and (max-width: 1920px)  {
      .ic-block.ic-edit {
        height: calc(18px + (24 - 18) * ((100vw - 1024px) / (1920 - 1024)));  }}
        @media (min-width: 1024px) and (max-width: 1920px)  {
          .ic-block.ic-edit {
            width: calc(16px + (20 - 16) * ((100vw - 1024px) / (1920 - 1024)));  }}
  .ic-block.ic-delete {
    background-image: url(../images/ic-delete.svg);
    width: 20px;
    height: 24px;
    cursor: pointer; }
    @media (min-width: 1024px) and (max-width: 1920px)  {
      .ic-block.ic-delete {
        height: calc(18px + (24 - 18) * ((100vw - 1024px) / (1920 - 1024)));  }}
        @media (min-width: 1024px) and (max-width: 1920px)  {
          .ic-block.ic-delete {
            width: calc(16px + (20 - 16) * ((100vw - 1024px) / (1920 - 1024)));  }}
  .ic-block.ic-info {
    background-image: url(../images/information-button.svg); }

.maf-total-qty-sticky {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  height: 90px;
  background-color: white;
  padding: 20px;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.16); }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-total-qty-sticky {
      padding: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-total-qty-sticky .maf-total-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .maf-total-qty-sticky .maf-total-price .maf-price {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .maf-total-qty-sticky .maf-total-price .maf-price > span {
        font-family: 'MarselisPro-Light';
        padding-right: 30px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-total-qty-sticky .maf-total-price .maf-price > span {
            padding-right: calc(24px + (30 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maf-total-qty-sticky .maf-total-price .maf-price span {
        color: #31261D;
        font-size: 32px;
        line-height: 36px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-total-qty-sticky .maf-total-price .maf-price span {
            font-size: calc(28px + (32 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-total-qty-sticky .maf-total-price .maf-price span {
            line-height: calc(32px + (36 - 32) * ((100vw - 1024px) / (1920 - 1024))); } }
        .maf-total-qty-sticky .maf-total-price .maf-price span i {
          font-size: 14px;
          line-height: 17px;
          font-weight: 300;
          padding: 0 0;
          padding-right: 20px;
          font-family: 'MarselisPro-Light';
          font-style: italic; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-total-qty-sticky .maf-total-price .maf-price span i {
              font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-total-qty-sticky .maf-total-price .maf-price span i {
              line-height: calc(15px + (17 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
        .maf-total-qty-sticky .maf-total-price .maf-price span .maf-currency {
          font-size: 18px;
          line-height: 24px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          position: relative;
          bottom: -3px; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-total-qty-sticky .maf-total-price .maf-price span .maf-currency {
              font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-total-qty-sticky .maf-total-price .maf-price span .maf-currency {
              line-height: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-total-qty-sticky .mafU-cta-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .maf-total-qty-sticky .mafU-cta-action .btn {
      margin-left: 16px; }

.maf-page-close {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0; }
  .maf-page-close .maf-copy {
    font-size: 18px;
    line-height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    color: #8A1538;
    padding-right: 30px;
    cursor: pointer; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-page-close .maf-copy {
        padding-right: calc(20px + (30 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-page-close .maf-copy {
        font-size: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-page-close .maf-copy {
        line-height: calc(17px + (24 - 17) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-page-close .close-btn {
    background-color: #8A1538;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    cursor: pointer;
    width: 62px;
    height: 62px;
    background-size: 30px;
    background-image: url(../images/close-white-type-2.svg); }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-page-close .close-btn {
        width: calc(40px + (62 - 40) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-page-close .close-btn {
        height: calc(40px + (62 - 40) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-page-close .close-btn {
        background-size: calc(18px + (30 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }

.maforder-form-table-wrap.cart-page {
  margin-bottom: 130px; }

orders-cart.ng-star-inserted {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: #fff;
  padding: 0 40px;
  height: calc(100vh - 100px);
  overflow: auto; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    orders-cart.ng-star-inserted {
      padding-left: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    orders-cart.ng-star-inserted {
      padding-right: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  /* @media (min-width: 1024px) and (max-width: 1920px) {
    orders-cart.ng-star-inserted {
      min-height: calc(725px + (790 - 725) * ((100vw - 1024px) / (1920 - 1024))); } } */

.mafModalDefault .modal-dialog, .modal .modal-dialog {
  max-width: 615px; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .mafModalDefault .modal-dialog, .modal .modal-dialog {
      max-width: calc(514px + (615 - 514) * ((100vw - 1024px) / (1920 - 1024))); } }

.mafModalDefault .modal-content, .modal .modal-content {
  border-radius: 0;
  border: 0px none;
  background-color: #EDECE8; }
  .mafModalDefault .modal-content .btn-close, .modal .modal-content .btn-close {
    z-index: 1;
    background-color: #8A1538;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    cursor: pointer;
    width: 80px;
    height: 80px;
    background-size: 40px;
    border: 0;
    border-radius: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/close-white-type-2.svg); }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafModalDefault .modal-content .btn-close, .modal .modal-content .btn-close {
        width: calc(50px + (80 - 50) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafModalDefault .modal-content .btn-close, .modal .modal-content .btn-close {
        height: calc(50px + (80 - 50) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafModalDefault .modal-content .btn-close, .modal .modal-content .btn-close {
        background-size: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
    .mafModalDefault .modal-content .btn-close:hover, .mafModalDefault .modal-content .btn-close:focus, .modal .modal-content .btn-close:hover, .modal .modal-content .btn-close:focus {
      background-color: #cd003a;
      outline: none;
      box-shadow: none; }
  .mafModalDefault .modal-content .modal-body, .modal .modal-content .modal-body {
    padding: 20px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .mafModalDefault .modal-content .modal-body, .modal .modal-content .modal-body {
        padding: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
    .mafModalDefault .modal-content .modal-body .maf-oderID, .modal .modal-content .modal-body .maf-oderID {
      color: #31261D;
      font-size: 32px;
      line-height: 36px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      font-weight: bold;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      padding-top: 70px;
      margin-bottom: 20px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafModalDefault .modal-content .modal-body .maf-oderID, .modal .modal-content .modal-body .maf-oderID {
          padding-top: calc(40px + (70 - 40) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafModalDefault .modal-content .modal-body .maf-oderID, .modal .modal-content .modal-body .maf-oderID {
          margin-bottom: calc(12px + (20 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafModalDefault .modal-content .modal-body .maf-oderID, .modal .modal-content .modal-body .maf-oderID {
          font-size: calc(28px + (32 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafModalDefault .modal-content .modal-body .maf-oderID, .modal .modal-content .modal-body .maf-oderID {
          line-height: calc(32px + (36 - 32) * ((100vw - 1024px) / (1920 - 1024))); } }
    .mafModalDefault .modal-content .modal-body p, .modal .modal-content .modal-body p {
      font-size: 16px;
      line-height: 21px;
      font-weight: 300;
      font-family: 'MarselisPro-Light';
      font-style: italic;
      margin-bottom: 20px;
      text-align: center;
      padding: 0px 50px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafModalDefault .modal-content .modal-body p, .modal .modal-content .modal-body p {
          font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafModalDefault .modal-content .modal-body p, .modal .modal-content .modal-body p {
          line-height: calc(16px + (21 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafModalDefault .modal-content .modal-body p, .modal .modal-content .modal-body p {
          margin-bottom: calc(12px + (20 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
    .mafModalDefault .modal-content .modal-body .maf-link, .modal .modal-content .modal-body .maf-link {
      margin-bottom: 15px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .mafModalDefault .modal-content .modal-body .maf-link, .modal .modal-content .modal-body .maf-link {
          margin-bottom: calc(8px + (15 - 8) * ((100vw - 1024px) / (1920 - 1024))); } }
          .modal .modal-content .modal-body p.modal-outer-link
          {
            font-style: normal;
            text-decoration: underline;
            color: #8a1538;
            font-size: 18px;
            line-height: 26px;
            cursor: pointer;
            font-weight: 600;
          }
      .mafModalDefault .modal-content .modal-body .maf-link a, .modal .modal-content .modal-body .maf-link a {
        font-size: 18px;
        line-height: 24px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        color: #8A1538;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafModalDefault .modal-content .modal-body .maf-link a, .modal .modal-content .modal-body .maf-link a {
            font-size: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .mafModalDefault .modal-content .modal-body .maf-link a, .modal .modal-content .modal-body .maf-link a {
            line-height: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
        .mafModalDefault .modal-content .modal-body .maf-link a:hover, .modal .modal-content .modal-body .maf-link a:hover {
          color: #cd003a; }

.mafModalDefault.maf-text-center .modal-content .modal-body, .modal.maf-text-center .modal-content .modal-body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center; }

.modal .modal-content .inner-upload-content .modal-body .upload-files {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .modal .modal-content .inner-upload-content .modal-body .upload-files input[type="file"] {
    color: #000000;
    width: 50%; }
    .modal .modal-content .inner-upload-content .modal-body .upload-files input[type="file"]:active, .modal .modal-content .inner-upload-content .modal-body .upload-files input.nice-select.open[type="file"], .modal .modal-content .inner-upload-content .modal-body .upload-files input[type="file"]:hover {
      background-color: transparent; }
  .modal .modal-content .inner-upload-content .modal-body .upload-files input[type="file"]::-webkit-file-upload-button {
    background: transparent;
    border:1px solid #8A1538;
    color: #8A1538;
    cursor: pointer;
    font-size: 14px;
    outline: none;
    padding: 7px 20px; }
  .modal .modal-content .inner-upload-content .modal-body .upload-files span button {
    background-color: #8A1538;
    border-color: #8A1538;
    margin: 10px 0px; }
    .modal .modal-content .inner-upload-content .modal-body .upload-files span button:focus, .modal .modal-content .inner-upload-content .modal-body .upload-files span button:active, .modal .modal-content .inner-upload-content .modal-body .upload-files span button.nice-select.open {
      box-shadow: none; }

.modal .modal-content .inner-upload-content .modal-footer button {
  background-color: transparent;
  border-color: #8A1538;
  color: #8A1538;
  position: relative; }
  .modal .modal-content .inner-upload-content .modal-footer button:focus, .modal .modal-content .inner-upload-content .modal-footer button:active, .modal .modal-content .inner-upload-content .modal-footer button.nice-select.open {
    box-shadow: none; }

body.modal-open .modal-backdrop {
  background-color: #31261D; }
  body.modal-open .modal-backdrop.show {
    opacity: .95; }

.test {
  background-color: #31261D;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-height: 120px;
  height: 120px; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .test {
      height: calc(80px + (120 - 80) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .test {
      max-height: calc(80px + (120 - 80) * ((100vw - 1024px) / (1920 - 1024))); } }

.maf-order-tabs-wrap .maf-order-tab .nav-tabs {
  overflow: visible;
  margin: 0 -18px;
  background-color: #EDECE8;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  border-bottom: 0; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs {
      padding-top: calc(12px + (20 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs {
      margin-right: calc(-16px + (-22 - -16) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs {
      margin-left: calc(-16px + (-22 - -16) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs {
      padding-right: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs {
      padding-left: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item {
    width: 12%;
    margin: 0 2px 0 0; }
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item .nav-link {
      background-color: #F6F5F3;
      color: #31261D;
      letter-spacing: -0.5px;
      font-size: 14px;
      line-height: 17px;
      font-weight: 300;
      padding: 5px 10px;
      min-height: 60px;
      text-align: left;
      width: 100%;
      border: 0px none;
      margin-bottom: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      border-radius: 10px 10px 0 0;
      position: relative; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item .nav-link {
          min-height: calc(50px + (60 - 50) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item .nav-link {
          padding-right: calc(6px + (10 - 6) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item .nav-link {
          padding-left: calc(6px + (10 - 6) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item .nav-link {
          font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item .nav-link {
          line-height: calc(15px + (17 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item .nav-link.active {
        background-color: white;
        color: #31261D;
        font-weight: 600;
        border-bottom-color: white !important; }
      .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item .nav-link .count {
        background-color: #EDECE8;
        color: #31261D;
        border-radius: 12px;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        padding: 3px 6px;
        min-width: 26px;
        margin-left: auto;
        margin-right: 10px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item .nav-link .count {
            font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item .nav-link .count {
            line-height: calc(15px + (17 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item.order-all .nav-link {
      border-bottom: 4px solid #31261D; }
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item.order-underApproval .nav-link {
      border-bottom: 4px solid #00B1B0; }
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item.order-returned .nav-link {
      border-bottom: 4px solid #FDB913; }
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item.order-rejected .nav-link {
      border-bottom: 4px solid #F89715; }
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item.order-underProcess .nav-link {
      border-bottom: 4px solid #BFB6AD; }
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item.order-production .nav-link {
      border-bottom: 4px solid #0096D6; }
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item.order-dispatched .nav-link {
      border-bottom: 4px solid #00467F; }
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs .nav-item.order-received .nav-link {
      border-bottom: 4px solid #6CA439; }
  .maf-order-tabs-wrap .maf-order-tab .nav-tabs .mafU-ic {
    background-image: url(../images/information-button-gray.svg);
    height: 24px;
    width: 24px;
    min-width: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .maf-order-tab .nav-tabs .mafU-ic {
        width: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .maf-order-tab .nav-tabs .mafU-ic {
        min-width: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .maf-order-tab .nav-tabs .mafU-ic {
        height: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
        .maf-order-tabs-wrap .maf-order-tab .nav-tabs .mafU-ic:hover .tab-info-copy
          {
            display: block;
            position: absolute;
            right: 0px;
            bottom: 50px;
            background: #ffffff;
            padding: 10px;
            max-width: 180px;
            width: 180px;
            text-align: center;
            transition: 0.5s ease-all;
            z-index: 99999;
            border: 1px solid #AF9963;
            border-radius: 6px;
          }

          .maf-order-tabs-wrap .maf-order-tab .nav-tabs .mafU-ic:hover .tab-info-copy::before
          {
            content: " ";
            position: absolute;
            right: 8%;
            bottom: -7px;
            height: 12px;
            width: 12px;
            border-bottom: 1px solid #b5975a;
            border-right: 1px solid #b5975a;
            transform: rotate(45deg);
            background-color: #ffffff;
          }
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs .mafU-ic img {
      height: 24px;
      width: 24px;
      display: none; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .maf-order-tab .nav-tabs .mafU-ic img {
          width: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .maf-order-tab .nav-tabs .mafU-ic img {
          height: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maf-order-tabs-wrap .maf-order-tab .nav-tabs .mafU-ic.active {
      background-image: url(../images/information-button-color.svg); }
  .maf-order-tabs-wrap .maf-order-tab .nav-tabs .tab-info-copy {
    display: none; }

.maf-order-tabs-wrap .order-filter {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .maf-order-tabs-wrap .order-filter .mafU-sort-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 5px;
    border-right: 1px solid #B1B1B1; }
    .maf-order-tabs-wrap .order-filter .mafU-sort-item:last-child {
      border-right: 0; }
    .maf-order-tabs-wrap .order-filter .mafU-sort-item .mafU-sort-name {
      color: #969697;
      font-size: 14px;
      line-height: 19px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 0;
      margin-right: 15px;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .order-filter .mafU-sort-item .mafU-sort-name {
          font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .order-filter .mafU-sort-item .mafU-sort-name {
          line-height: calc(17px + (19 - 17) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maf-order-tabs-wrap .order-filter .mafU-sort-item .nice-select {
      float: none; }
    .maf-order-tabs-wrap .order-filter .mafU-sort-item .mat-form-field .mat-form-field-flex {
      padding: 0px;
      background: transparent;
      font-size: 14px;
      color: #31261D; }
      .maf-order-tabs-wrap .order-filter .mafU-sort-item .mat-form-field .mat-form-field-flex .mat-form-field-infix {
        border: 0px;
        width: 120px; }
  .maf-order-tabs-wrap .order-filter .filter-icon {
    margin-left: 10px;
    background-image: url(../images/empty_filter.svg);
    height: 24px;
    width: 24px;
    min-width: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-filter .filter-icon {
        width: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-filter .filter-icon {
        min-width: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-filter .filter-icon {
        height: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }

.maf-order-tabs-wrap .order-filter.order-sort .mafU-sort-item .mat-form-field.niceSelect .mat-form-field-wrapper {
  padding: 0px; }
  .maf-order-tabs-wrap .order-filter.order-sort .mafU-sort-item .mat-form-field.niceSelect .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
    width: 120px; }
    .maf-order-tabs-wrap .mafU-sort-item.show_filter .maf-item-pop .mat-form-field.niceSelect .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix
    {
        border-bottom:1px solid #B1B1B1;
    }
    .maf-order-tabs-wrap .order-filter.order-sort .mafU-sort-item .mat-form-field.niceSelect .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select-trigger {
      width: 100%; }
      .maf-order-tabs-wrap .order-filter.order-sort .mafU-sort-item .mat-form-field.niceSelect .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select-trigger .mat-select-arrow-wrapper {
        position: absolute;
        right: 0;
        left: auto;
        top: 50%; }
        .maf-order-tabs-wrap .order-filter.order-sort .mafU-sort-item .mat-form-field.niceSelect .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow {
          background-image: url(../images/ic-arrow-down.svg);
          width: 10px;
          height: 10px;
          background-color: transparent;
          background-position: center center;
          background-repeat: no-repeat;
          border: 0;
          margin: 0 3px; }
          .maf-order-tabs-wrap .order-filter.order-sort .mafU-sort-item .mat-form-field.niceSelect .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-select-trigger .mat-select-value{
            font-family: 'MarselisPro'; }
          .maf-order-tabs-wrap .mafU-sort-item.show_filter .maf-item-pop .mat-form-field-infix .mat-select-arrow{
                margin:0px !important;
            }

            .maf-order-tabs-wrap .order-filter.order-sort .mafU-sort-item .mat-form-field-underline {
              display: none; }

.maf-order-tabs-wrap .mafU-sort-item.show_filter .maf-item-pop {
  display: flex;
  justify-content: space-between;
  opacity: 0;
  position: absolute;
  background-color: white;
  right: 1%;
  z-index: 9;
  border: 1px solid #AF9963;
  padding: 20px;
  width: 80%;
  border-radius: 10px;
  text-align: left;
  box-shadow: 1px 13px 46px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  pointer-events: none; }
  .maf-order-tabs-wrap .mafU-sort-item.show_filter .maf-item-pop:after, .maf-order-tabs-wrap .mafU-sort-item.show_filter .maf-item-pop:before {
    right: 3%;
    top: -17px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate(90deg); }
  .maf-order-tabs-wrap .mafU-sort-item.show_filter .maf-item-pop:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #ffffff;
    border-width: 16px;
    margin-top: -15px; }
  .maf-order-tabs-wrap .mafU-sort-item.show_filter .maf-item-pop:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #AF9963;
    border-width: 16px;
    margin-top: -16px; }
  .maf-order-tabs-wrap .mafU-sort-item.show_filter .maf-item-pop .mafU-sort-table {
    display: flex;
    width: 65%; }
    .maf-order-tabs-wrap .mafU-sort-item.show_filter .maf-item-pop .mafU-sort-table .mafU-sort-item {
      flex-wrap: wrap;
      border: 0px;
      width: 20%; }
      .maf-order-tabs-wrap .mafU-sort-item.show_filter .maf-item-pop .mafU-sort-table .mafU-sort-item .mafU-sort-name {
        font-weight: 200;
        font-style: italic;
        color: #B4985A; }
      .maf-order-tabs-wrap .mafU-sort-item.show_filter .maf-item-pop .mafU-sort-table .mafU-sort-item .mat-form-field-flex {
        padding: 0px;
        font-size: 14px;
        background: transparent;
        font-weight: bold; }

.maf-order-tabs-wrap .mafU-sort-item.show_filter .mafU-cta-action {
  display: flex; }
  .maf-order-tabs-wrap .mafU-sort-item.show_filter .mafU-cta-action button {
    padding: 10px 20px;
    margin: 0px 5px;
    height: 52px; }

.maf-order-tabs-wrap .mafU-sort-item.show_filter .close-btn {
  background-color: #8A1538;
  border-radius: 50%;
  background-image: url(../images/close-white.svg);
  background-position: center center;
  cursor: pointer;
  height: 36px;
  background-repeat: no-repeat;
  width: 36px;
  position: absolute;
  top: -18px;
  right: -18px; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-order-tabs-wrap .mafU-sort-item.show_filter .close-btn {
      width: calc(28px + (36 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-order-tabs-wrap .mafU-sort-item.show_filter .close-btn {
      height: calc(28px + (36 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }

.maf-order-tabs-wrap .mafU-sort-item.show_filter.active .maf-item-pop {
  opacity: 1;
  pointer-events: all; }

.maf-order-tabs-wrap .order-cart-information {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #E3DDD6;
  border-radius: 16px;
  padding: 10px 25px;
  min-height: 98px;
  position: relative; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-order-tabs-wrap .order-cart-information {
      padding-left: calc(10px + (25 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-order-tabs-wrap .order-cart-information {
      padding-right: calc(10px + (25 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .maf-order-tabs-wrap .order-cart-information {
      min-height: calc(80px + (98 - 80) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-order-tabs-wrap .order-cart-information::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 58px;
    background-color: #31261D; }
  .maf-order-tabs-wrap .order-cart-information h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin: 0; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information h3 {
        font-size: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information h3 {
        line-height: calc(18px + (28 - 18) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-order-tabs-wrap .order-cart-information p {
    font-family: 'MarselisPro-Light';
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    font-style: italic;
    color: #31261D; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information p {
        font-size: calc(10px + (14 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information p {
        line-height: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-order-tabs-wrap .order-cart-information a {
    font-family: 'MarselisPro-Light';
    color: #31261D;
    text-decoration: none; }
  .maf-order-tabs-wrap .order-cart-information .price {
    font-size: 14px;
    line-height: 16px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information .price {
        font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information .price {
        line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-order-tabs-wrap .order-cart-information .order-cart-ID-info {
    border-right: 1px solid #EDECE8;
    width: 25%; }
    .maf-order-tabs-wrap .order-cart-information .order-cart-ID-info p {
      font-size: 13px;
      line-height: 16px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .order-cart-information .order-cart-ID-info p {
          font-size: calc(11px + (13 - 11) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .order-cart-information .order-cart-ID-info p {
          line-height: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-order-tabs-wrap .order-cart-information .order-cart-totalQTY {
    border-right: 1px solid #EDECE8;
    padding: 0 20px;
    width: 7%; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information .order-cart-totalQTY {
        padding-left: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information .order-cart-totalQTY {
        padding-right: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-order-tabs-wrap .order-cart-information .order-cart-grandTotal {
    border-right: 1px solid #EDECE8;
    padding: 0 20px;
    width: 13%; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information .order-cart-grandTotal {
        padding-left: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information .order-cart-grandTotal {
        padding-right: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-order-tabs-wrap .order-cart-information .order-cart-action {
    padding: 0 20px;
    border-right: 1px solid #EDECE8;
    width: 30%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information .order-cart-action {
        padding-left: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information .order-cart-action {
        padding-right: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maf-order-tabs-wrap .order-cart-information .order-cart-action .orderID-download {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .maf-order-tabs-wrap .order-cart-information .order-cart-action .orderID-download img {
        width: 24px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-order-tabs-wrap .order-cart-information .order-cart-action .orderID-download img {
            width: calc(14px + (24 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maf-order-tabs-wrap .order-cart-information .order-cart-action .orderID-download i {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
      .maf-order-tabs-wrap .order-cart-information .order-cart-action .orderID-download a {
        font-size: 14px;
        line-height: 16px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-order-tabs-wrap .order-cart-information .order-cart-action .orderID-download a {
            font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-order-tabs-wrap .order-cart-information .order-cart-action .orderID-download a {
            line-height: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maf-order-tabs-wrap .order-cart-information .order-cart-action img {
      margin-right: 10px; }
    .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      margin-top: 7px; }
      .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown {
        margin-left: 14px; }
        .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown:first-child {
          margin-left: 0; }
        .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown a {
          font-size: 14px;
          line-height: 16px;
          color: #8A1538; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown a {
              font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown a {
              line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown a:focus {
            outline: none;
            box-shadow: none; }
          .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown a.btn-dropdown {
            padding: 0;
            height: auto; }
          .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown a.dropdown-toggle::after {
            margin-left: 20px;
            border-top: 6px solid;
            border-right: 6px solid transparent;
            border-bottom: 0;
            border-left: 6px solid transparent; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown a.dropdown-toggle::after {
                margin-left: calc(12px + (20 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
        .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown .dropdown-menu {
          min-width: 240px;
          padding-left: 20px;
          padding-right: 20px;
          border-radius: 10px;
          border-color: #AF9963; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown .dropdown-menu {
              min-width: calc(180px + (240 - 180) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown .dropdown-menu {
              padding-right: calc(12px + (20 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown .dropdown-menu {
              padding-left: calc(12px + (20 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown .dropdown-menu li a {
            padding-left: 0;
            padding-right: 0;
            font-size: 14px;
            line-height: 16px;
            color: #8A1538;
            border-bottom: 1px solid #EDECE8; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown .dropdown-menu li a {
                font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown .dropdown-menu li a {
                line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
            .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown .dropdown-menu li a:hover {
              background-color: transparent;
              color: black; }
          .maf-order-tabs-wrap .order-cart-information .order-cart-action .order-cart-dropdown .dropdown .dropdown-menu li:last-child a {
            border-bottom: 0px none; }
  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-right: 1px solid #EDECE8;
    padding: 0 20px;
    width: 20%; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus {
        padding-left: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus {
        padding-right: calc(10px + (20 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .orderStatus-panel-inline {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus h6 {
      color: #B4985A;
      font-size: 12px;
      line-height: 16px;
      margin: 0;
      margin-bottom: 4px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus h6 {
          font-size: calc(11px + (12 - 11) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus h6 {
          line-height: calc(15px + (16 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus h5 {
      font-size: 16px;
      line-height: 19px;
      font-weight: bold;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus h5 {
          font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus h5 {
          line-height: calc(17px + (19 - 17) * ((100vw - 1024px) / (1920 - 1024))); } }
    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .item-circle {
      background-color: #31261D;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      margin-right: 10px; }
    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block {
      margin: 0px 10px; }
      .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info {
        position: relative; }
        .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop {
          opacity: 0;
          position: absolute;
          background-color: white;
          right: 100%;
          right: calc(100% + -52px);
          z-index: 1;
          border: 1px solid #AF9963;
          padding: 20px;
          min-width: 400px;
          max-width: 400px;
          border-radius: 10px;
          height: 184px;
          border-radius: 10px;
          text-align: left;
          position: relative;
          box-shadow: 1px 13px 46px rgba(0, 0, 0, 0.16);
          position: absolute;
          top: 0;
          margin-top: -15px;
          transform: translateY(-100%);
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          pointer-events: none; }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop:after {
            content: "";
            background-image: url(../images/ic-dropown-top-filled.svg);
            background-position: center center;
            cursor: pointer;
            height: 36px;
            background-repeat: no-repeat;
            width: 36px;
            position: absolute;
            right: 20px;
            bottom: -26px;
            transform: rotate(180deg); }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .close-btn {
            background-color: #8A1538;
            border-radius: 50%;
            background-image: url(../images/close-white.svg);
            background-position: center center;
            cursor: pointer;
            height: 36px;
            background-repeat: no-repeat;
            width: 36px;
            position: absolute;
            top: -18px;
            right: -18px; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .close-btn {
                width: calc(28px + (36 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .close-btn {
                height: calc(28px + (36 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop h5 {
            font-size: 14px;
            line-height: 18px;
            font-weight: bold;
            color: #B4985A;
            margin: 0; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop h5 {
                font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop h5 {
                line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop h3 {
            font-size: 14px;
            line-height: 18px;
            font-weight: bold;
            color: #5F6062;
            margin: 0; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop h3 {
                font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop h3 {
                line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop h4 {
            font-size: 18px;
            line-height: 24px;
            font-weight: bold;
            color: #31261D;
            margin: 0; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop h4 {
                font-size: calc(15px + (18 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop h4 {
                line-height: calc(19px + (24 - 19) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop h6 {
            font-size: 12px;
            line-height: 16px;
            font-weight: 300;
            margin: 0;
            margin-top: 5px;
            margin-bottom: 20px;
            color: #5F6062;
            font-family: 'MarselisPro-Light'; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop h6 {
                font-size: calc(10px + (12 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop h6 {
                line-height: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .scrollable {
            height: 74px;
            overflow: hidden;
            overflow-y: auto; }
            .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .scrollable p {
              font-size: 12px;
              line-height: 14px;
              color: #31261D;
              margin: 0;
              font-weight: 400;
              padding-bottom: 12px;
              font-family: 'MarselisPro-Light'; }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .scrollable p {
                  font-size: calc(11px + (12 - 11) * ((100vw - 1024px) / (1920 - 1024))); } }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .scrollable p {
                  line-height: calc(13px + (14 - 13) * ((100vw - 1024px) / (1920 - 1024))); } }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .scrollable p {
                  padding-bottom: calc(8px + (12 - 8) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item {
            font-size: 14px;
            line-height: 24px;
            color: #31261D;
            margin: 0;
            font-weight: 400;
            padding-bottom: 12px; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item {
                font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item {
                line-height: calc(19px + (16 - 19) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item {
                padding-bottom: calc(8px + (12 - 8) * ((100vw - 1024px) / (1920 - 1024))); } }
            .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item:last-child {
              padding-bottom: 0; }
            .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item span {
              color: #8A1538;
              text-decoration: underline;
              font-weight: bold;
              padding-left: 10px; }
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info .maf-item-pop .maf-item-pop-copy .maf-item-pop-copy-item span a {
                color: #8A1538;
                text-decoration: underline;
                font-weight: bold; }
        .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-info.active .maf-item-pop {
          opacity: 1;
          pointer-events: all; }
      .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit {
        position: relative; }
        .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop {
          opacity: 0;
          position: absolute;
          background-color: white;
          right: 100%;
          right: calc(100% + -52px);
          z-index: 1;
          border: 0;
          padding: 0;
          min-width: 540px;
          max-width: 540px;
          border-radius: 10px;
          height: 454px;
          border-radius: 10px;
          text-align: left;
          position: relative;
          box-shadow: 1px 13px 46px rgba(0, 0, 0, 0.16);
          position: absolute;
          top: 50%;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          pointer-events: none;
          transform: translateY(-50%) translateX(-70px); }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop:after {
            content: "";
            background-image: url(../images/ic-dropown-top-filled-white.svg);
            background-position: center center;
            cursor: pointer;
            height: 36px;
            background-repeat: no-repeat;
            width: 36px;
            position: absolute;
            right: -24px;
            top: 50%;
            transform: translateY(-50%) rotate(-90deg); }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .close-btn {
            background-color: #8A1538;
            border-radius: 50%;
            background-image: url(../images/close-white.svg);
            background-position: center center;
            cursor: pointer;
            height: 36px;
            background-repeat: no-repeat;
            width: 36px;
            position: absolute;
            top: -18px;
            right: -18px; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .close-btn {
                width: calc(28px + (36 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .close-btn {
                height: calc(28px + (36 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop h5 {
            font-size: 14px;
            line-height: 18px;
            font-weight: bold;
            color: #B4985A;
            margin: 0; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop h5 {
                font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop h5 {
                line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop h3 {
            font-size: 14px;
            line-height: 18px;
            font-weight: bold;
            color: #5F6062;
            margin: 0; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop h3 {
                font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop h3 {
                line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop h4 {
            font-size: 18px;
            line-height: 24px;
            font-weight: bold;
            color: #31261D;
            margin: 0; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop h4 {
                font-size: calc(15px + (18 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop h4 {
                line-height: calc(19px + (24 - 19) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop h6 {
            font-size: 12px;
            line-height: 16px;
            font-weight: 300;
            margin: 0;
            margin-top: 5px;
            margin-bottom: 20px;
            color: #5F6062;
            font-family: 'MarselisPro-Light'; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop h6 {
                font-size: calc(10px + (12 - 10) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop h6 {
                line-height: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
          .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: flex-start;
            -moz-align-items: flex-start;
            -ms-align-items: flex-start;
            align-items: flex-start;
            height: 100%;
            border-radius: 10px; }
            .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block {
              flex: 0 0 50%;
              width: 50%;
              max-width: 50%;
              background-color: #EDECE8;
              padding: 30px;
              height: 100%;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-align-items: flex-start;
              -moz-align-items: flex-start;
              -ms-align-items: flex-start;
              align-items: flex-start;
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              border-radius: 10px 0 0 10px; }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block {
                  padding: calc(20px + (30 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .pop-title {
                font-size: 18px;
                line-height: 30px;
                font-weight: 400;
                color: #31261D;
                margin: 0;
                padding-bottom: 8px; }
                @media (min-width: 1024px) and (max-width: 1920px) {
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .pop-title {
                    font-size: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
                @media (min-width: 1024px) and (max-width: 1920px) {
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .pop-title {
                    line-height: calc(26px + (30 - 26) * ((100vw - 1024px) / (1920 - 1024))); } }
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block ul {
                padding: 0;
                margin: 0;
                list-style: none;
                width: 100%;
                min-height: 270px;
                overflow: auto; }
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block ul li {
                  border-bottom: 1px solid #D6CFC7; }
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block ul li:last-child {
                    border-bottom: 0; }
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block ul li .status-item {
                    padding-top: 5px;
                    padding-bottom: 5px; }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block ul li .status-item .s-title {
                      font-size: 14px;
                      line-height: 18px;
                      font-weight: bold;
                      color: #31261D;
                      margin: 0;
                      margin-bottom: 5px; }
                      @media (min-width: 1024px) and (max-width: 1920px) {
                        .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block ul li .status-item .s-title {
                          font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
                      @media (min-width: 1024px) and (max-width: 1920px) {
                        .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block ul li .status-item .s-title {
                          line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block ul li .status-item .s-copy {
                      font-size: 12px;
                      line-height: 16px;
                      font-weight: bold;
                      color: #B4985A;
                      margin: 0; }
                      @media (min-width: 1024px) and (max-width: 1920px) {
                        .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block ul li .status-item .s-copy {
                          font-size: calc(11px + (12 - 11) * ((100vw - 1024px) / (1920 - 1024))); } }
                      @media (min-width: 1024px) and (max-width: 1920px) {
                        .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block ul li .status-item .s-copy {
                          line-height: calc(15px + (16 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
                      .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block ul li .status-item .s-copy .sDate {
                        font-family: 'MarselisPro-Light';
                        font-weight: normal;
                        padding-left: 10px;
                        font-style: italic;
                        color: #31261D; }
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block ul li:last-child {
                    border-bottom: 0; }
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .estdelivery-date {
                font-size: 12px;
                line-height: 16px;
                font-weight: 400;
                color: #B4985A;
                margin: 0;
                margin-top: 20px; }
                @media (min-width: 1024px) and (max-width: 1920px) {
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .estdelivery-date {
                    margin-top: calc(16px + (20 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
                @media (min-width: 1024px) and (max-width: 1920px) {
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .estdelivery-date {
                    font-size: calc(11px + (12 - 11) * ((100vw - 1024px) / (1920 - 1024))); } }
                @media (min-width: 1024px) and (max-width: 1920px) {
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .estdelivery-date {
                    line-height: calc(15px + (16 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .estdelivery-date .est-text {
                  padding-bottom: 4px; }
                  
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .estdelivery-date .est-text-input {
                position: relative;
                 }
                 .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .estdelivery-date .est-text-input button.mat-focus-indicator {
                  position: absolute;
                  right: 0;
                  top: 0;
                   }

              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"] {
                border: 1px solid #969697;
                border-radius: 0;
                height: 50px;
                width: 100%;
                color: #31261D;
                font-size: 16px;
                line-height: 18px;
                font-weight: 400;
                margin: 0;
                margin-top: auto; }
                @media (min-width: 1024px) and (max-width: 1920px) {
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"] {
                    font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
                @media (min-width: 1024px) and (max-width: 1920px) {
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"] {
                    line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"]::-webkit-input-placeholder {
                  color: #31261D;
                  font-size: 16px;
                  line-height: 18px;
                  font-weight: 400;
                  margin: 0;
                  margin-top: auto; }
                  @media (min-width: 1024px) and (max-width: 1920px) {
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"]::-webkit-input-placeholder {
                      font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
                  @media (min-width: 1024px) and (max-width: 1920px) {
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"]::-webkit-input-placeholder {
                      line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"]:-moz-placeholder {
                  color: #31261D;
                  font-size: 16px;
                  line-height: 18px;
                  font-weight: 400;
                  margin: 0;
                  margin-top: auto; }
                  @media (min-width: 1024px) and (max-width: 1920px) {
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"]:-moz-placeholder {
                      font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
                  @media (min-width: 1024px) and (max-width: 1920px) {
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"]:-moz-placeholder {
                      line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"]::-moz-placeholder {
                  color: #31261D;
                  font-size: 16px;
                  line-height: 18px;
                  font-weight: 400;
                  margin: 0;
                  margin-top: auto; }
                  @media (min-width: 1024px) and (max-width: 1920px) {
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"]::-moz-placeholder {
                      font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
                  @media (min-width: 1024px) and (max-width: 1920px) {
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"]::-moz-placeholder {
                      line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"]:-ms-input-placeholder {
                  color: #31261D;
                  font-size: 16px;
                  line-height: 18px;
                  font-weight: 400;
                  margin: 0;
                  margin-top: auto; }
                  @media (min-width: 1024px) and (max-width: 1920px) {
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"]:-ms-input-placeholder {
                      font-size: calc(14px + (16 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
                  @media (min-width: 1024px) and (max-width: 1920px) {
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sPrevious-block .est-text-input input[type="text"]:-ms-input-placeholder {
                      line-height: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
            .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block {
              flex: 0 0 50%;
              width: 50%;
              max-width: 50%;
              background-color: white;
              height: 100%;
              padding: 30px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-align-items: flex-start;
              -moz-align-items: flex-start;
              -ms-align-items: flex-start;
              align-items: flex-start;
              -webkit-flex-direction: column;
              -moz-flex-direction: column;
              -ms-flex-direction: column;
              flex-direction: column;
              border-radius: 0px 10px 10px 0px; }
              @media (min-width: 1024px) and (max-width: 1920px) {
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block {
                  padding: calc(20px + (30 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block .pop-title {
                font-size: 18px;
                line-height: 30px;
                font-weight: 400;
                color: #31261D;
                margin: 0;
                padding-bottom: 8px; }
                @media (min-width: 1024px) and (max-width: 1920px) {
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block .pop-title {
                    font-size: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
                @media (min-width: 1024px) and (max-width: 1920px) {
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block .pop-title {
                    line-height: calc(26px + (30 - 26) * ((100vw - 1024px) / (1920 - 1024))); } }
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul {
                padding: 0;
                margin: 0;
                list-style: none;
                width: 100%; }
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li {
                  border-bottom: 1px solid #EDECE8; }
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li:last-child {
                    border-bottom: 0; }
                  .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item {
                    font-size: 14px;
                    line-height: 30px;
                    font-weight: 400;
                    color: #31261D;
                    margin: 0;
                    position: relative; }
                    @media (min-width: 1024px) and (max-width: 1920px) {
                      .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item {
                        font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
                    @media (min-width: 1024px) and (max-width: 1920px) {
                      .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item {
                        line-height: calc(24px + (30 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item.active-tick::after {
                      content: "";
                      background-image: url(../images/tick.svg);
                      height: 15px;
                      width: 15px;
                      background-position: center center;
                      position: absolute;
                      display: block;
                      background-repeat: no-repeat;
                      right: 0;
                      top: 50%;
                      transform: translateY(-50%);
                      background-size: 15px; }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item.item-disabled {
                      color: #B9B9BA;
                      pointer-events: none; }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item:last-child {
                      border-bottom: 0; }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item::before {
                      content: "";
                      width: 8px;
                      height: 8px;
                      background-color: #31261D;
                      border-radius: 50%;
                      display: inline-flex;
                      margin-right: 10px; }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item.order-underApproval::before {
                      background-color: #00B1B0; }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item.order-returned::before {
                      background-color: #FDB913; }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item.order-rejected::before {
                      background-color: #F89715; }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item.order-underProcess::before {
                      background-color: #BFB6AD; }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item.order-production::before {
                      background-color: #0096D6; }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item.order-dispatched::before {
                      background-color: #00467F; }
                    .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block ul li .change-st-item.order-received::before {
                      background-color: #6CA439; }
              .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block .s-action-block {
                margin-top: auto;
                width: 100%; }
                .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit .maf-item-pop .status-pop-content .sChangeStatus-block .s-action-block .btn {
                  width: 100%;
                  -webkit-justify-content: center;
                  -moz-justify-content: center;
                  -ms-justify-content: center;
                  justify-content: center;
                  -ms-flex-pack: center; }
        .maf-order-tabs-wrap .order-cart-information .order-cart-orderStatus .ic-block.ic-edit.active .maf-item-pop {
          opacity: 1;
          pointer-events: all; }
  .maf-order-tabs-wrap .order-cart-information .order-cart-toggle-btn {
    height: 48px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5%; }
  .maf-order-tabs-wrap .order-cart-information.order-all .order-cart-orderStatus .item-circle {
    background-color: #31261D; }
  .maf-order-tabs-wrap .order-cart-information.order-all::before {
    background-color: #31261D; }
  .maf-order-tabs-wrap .order-cart-information.order-underApproval .order-cart-orderStatus .item-circle {
    background-color: #00B1B0; }
  .maf-order-tabs-wrap .order-cart-information.order-underApproval::before {
    background-color: #00B1B0; }
  .maf-order-tabs-wrap .order-cart-information.order-returned .order-cart-orderStatus .item-circle {
    background-color: #FDB913; }
  .maf-order-tabs-wrap .order-cart-information.order-returned::before {
    background-color: #FDB913; }
  .maf-order-tabs-wrap .order-cart-information.order-rejected .order-cart-orderStatus .item-circle {
    background-color: #F89715; }
  .maf-order-tabs-wrap .order-cart-information.order-rejected::before {
    background-color: #F89715; }
  .maf-order-tabs-wrap .order-cart-information.order-underProcess .order-cart-orderStatus .item-circle {
    background-color: #BFB6AD; }
  .maf-order-tabs-wrap .order-cart-information.order-underProcess::before {
    background-color: #BFB6AD; }
  .maf-order-tabs-wrap .order-cart-information.order-production .order-cart-orderStatus .item-circle {
    background-color: #0096D6; }
  .maf-order-tabs-wrap .order-cart-information.order-production::before {
    background-color: #0096D6; }
  .maf-order-tabs-wrap .order-cart-information.order-dispatched .order-cart-orderStatus .item-circle {
    background-color: #00467F; }
  .maf-order-tabs-wrap .order-cart-information.order-dispatched::before {
    background-color: #00467F; }
  .maf-order-tabs-wrap .order-cart-information.order-received .order-cart-orderStatus .item-circle {
    background-color: #6CA439; }
  .maf-order-tabs-wrap .order-cart-information.order-received::before {
    background-color: #6CA439; }

.maf-order-tabs-wrap .accordion-item {
  border: 0px none;
  margin-bottom: 30px; }
  .maf-order-tabs-wrap .accordion-item .mafU-rolls-wrap .table-top {
    padding-top: 40px; }
  .maf-order-tabs-wrap .accordion-item .accordion-header {
    position: relative;
    margin-bottom: -20px; }
    .maf-order-tabs-wrap .accordion-item .accordion-header button.accordion-button {
      z-index: 2;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-color: transparent;
      border: 0px none;
      box-shadow: none;
      padding: 0; }
      .maf-order-tabs-wrap .accordion-item .accordion-header button.accordion-button::after {
        width: 40px;
        height: 40px;
        background-size: 40px;
        margin: 0 auto; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-order-tabs-wrap .accordion-item .accordion-header button.accordion-button::after {
            width: calc(24px + (40 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-order-tabs-wrap .accordion-item .accordion-header button.accordion-button::after {
            height: calc(24px + (40 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-order-tabs-wrap .accordion-item .accordion-header button.accordion-button::after {
            background-size: calc(24px + (40 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }
  .maf-order-tabs-wrap .accordion-item .order-total-qty {
    padding-top: 30px; }
    .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: end;
      -moz-justify-content: end;
      -ms-justify-content: end;
      justify-content: end;
      -ms-flex-pack: end; }
      .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price > span {
        font-family: 'MarselisPro-Light';
        padding-right: 30px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price > span {
            padding-right: calc(24px + (30 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }
      .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price span {
        color: #31261D;
        font-size: 32px;
        line-height: 36px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price span {
            font-size: calc(28px + (32 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price span {
            line-height: calc(32px + (36 - 32) * ((100vw - 1024px) / (1920 - 1024))); } }
        .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price span i {
          font-size: 14px;
          line-height: 17px;
          font-weight: 300;
          padding: 0 0;
          padding-right: 20px;
          font-family: 'MarselisPro-Light';
          font-style: italic; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price span i {
              font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price span i {
              line-height: calc(15px + (17 - 15) * ((100vw - 1024px) / (1920 - 1024))); } }
        .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price span .maf-currency {
          font-size: 18px;
          line-height: 24px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          position: relative;
          bottom: -3px; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price span .maf-currency {
              font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price span .maf-currency {
              line-height: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
        .maf-order-tabs-wrap .accordion-item .order-total-qty .maf-total-price .maf-price span:last-child {
          padding-right: 0; }

.faq-wrap .faq-nav-wrap {
  background-color: #EDECE8;
  margin: 0 -40px;
  padding: 0 40px; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .faq-wrap .faq-nav-wrap {
      margin-left: calc(-20px + (-40 - -20) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .faq-wrap .faq-nav-wrap {
      margin-right: calc(-20px + (-40 - -20) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .faq-wrap .faq-nav-wrap {
      padding-right: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .faq-wrap .faq-nav-wrap {
      padding-left: calc(20px + (40 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  .faq-wrap .faq-nav-wrap .nav-tabs {
    background-color: #EDECE8;
    min-height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
    .faq-wrap .faq-nav-wrap .nav-tabs li .nav-link {
      color: #31261D;
      font-size: 18px;
      line-height: 22px;
      font-weight: bold;
      border-radius: 10px 10px 0 0;
      height: 60px;
      min-width: 220px;
      background-color: rgba(255, 255, 255, 0.7); }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .faq-wrap .faq-nav-wrap .nav-tabs li .nav-link {
          font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .faq-wrap .faq-nav-wrap .nav-tabs li .nav-link {
          line-height: calc(20px + (22 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
      .faq-wrap .faq-nav-wrap .nav-tabs li .nav-link.active {
        background-color: white; }

.faq-wrap .tab-content {
  padding-top: 20px; }
  .faq-wrap .tab-content .accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #D6CFC7;
    max-width: 85%;
    margin: 0 auto; }
    .faq-wrap .tab-content .accordion .accordion-item .accordion-header .accordion-button {
      color: #31261D;
      padding: 5px 0;
      font-size: 28px;
      line-height: 32px;
      font-weight: bold;
      min-height: 96px;
      background-color: transparent; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .faq-wrap .tab-content .accordion .accordion-item .accordion-header .accordion-button {
          font-size: calc(24px + (28 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .faq-wrap .tab-content .accordion .accordion-item .accordion-header .accordion-button {
          line-height: calc(28px + (32 - 28) * ((100vw - 1024px) / (1920 - 1024))); } }
      .faq-wrap .tab-content .accordion .accordion-item .accordion-header .accordion-button:focus {
        outline: none;
        box-shadow: none; }
      .faq-wrap .tab-content .accordion .accordion-item .accordion-header .accordion-button::after {
        width: 34px;
        height: 34px;
        background-size: 34px;
        background-image: url("../images/icon-plus.svg"); }
      .faq-wrap .tab-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
        box-shadow: none; }
        .faq-wrap .tab-content .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
          background-image: url("../images/icon-minus.svg"); }
    .faq-wrap .tab-content .accordion .accordion-item .accordion-body {
      font-size: 16px;
      line-height: 24px;
      color: #5F6062;
      padding-bottom: 0;
      padding: 0 0;
      font-family: 'MarselisPro-Light';
      font-style: italic;
      padding-bottom: 50px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .faq-wrap .tab-content .accordion .accordion-item .accordion-body {
          font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .faq-wrap .tab-content .accordion .accordion-item .accordion-body {
          line-height: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }

.size-guides-wrap .size-guid-title {
  font-size: 24px;
  line-height: 28px;
  color: #B4985A;
  margin-bottom: 20px; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .size-guides-wrap .size-guid-title {
      font-size: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .size-guides-wrap .size-guid-title {
      line-height: calc(24px + (28 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }

.size-guides-wrap .size-nav-wrap {
  background-color: #EDECE8;
  height: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .size-guides-wrap .size-nav-wrap .nav {
    width: 100%;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .size-guides-wrap .size-nav-wrap .nav-item {
    width: 33.333%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .size-guides-wrap .size-nav-wrap .nav-item .nav-link {
      font-size: 24px;
      line-height: 28px;
      color: #31261D;
      padding: 0 0;
      font-weight: bold;
      height: 100%;
      border: 0px none;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      text-transform: initial;
      position: relative;
      cursor: default; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .size-guides-wrap .size-nav-wrap .nav-item .nav-link {
          font-size: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .size-guides-wrap .size-nav-wrap .nav-item .nav-link {
          line-height: calc(20px + (28 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
      .size-guides-wrap .size-nav-wrap .nav-item .nav-link span {
        background: #fff;
        min-width: 44px;
        border-radius: 50%;
        min-height: 44px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-right: 10px;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        font-size: 24px;
        line-height: 28px;
        color: #31261D; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .size-guides-wrap .size-nav-wrap .nav-item .nav-link span {
            font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .size-guides-wrap .size-nav-wrap .nav-item .nav-link span {
            line-height: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
      .size-guides-wrap .size-nav-wrap .nav-item .nav-link.completed {
        background-color: #D8CFC6; }
      .size-guides-wrap .size-nav-wrap .nav-item .nav-link:before {
        content: "";
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 40px solid #fff;
        position: absolute;
        left: 2px;
        top: 0; }
      .size-guides-wrap .size-nav-wrap .nav-item .nav-link:after {
        content: "";
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 40px solid #efefef;
        position: absolute;
        right: -40px;
        top: 0;
        z-index: 1; }

.size-guides-wrap .sizeGuid-content {
  margin-top: 30px; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .size-guides-wrap .sizeGuid-content {
      margin-top: calc(20px + (30 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  .size-guides-wrap .sizeGuid-content .size-blockOne {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item {
      width: 612px; }
      .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item p {
        font-size: 16px;
        line-height: 24px;
        color: #31261D; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item p {
            font-size: calc(12px + (16 - 12) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item p {
            line-height: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
      .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-guld-warning {
        background-color: #F0EADE;
        border-radius: 10px;
        min-height: 100px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center; }
        .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-guld-warning img {
          margin-right: 10px; }
      .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-choose-dropown {
        max-width: 450px;
        margin: 0 auto; }
        .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-choose-dropown .size-choose-item {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between;
          margin-bottom: 20px; }
          .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-choose-dropown .size-choose-item label {
            margin-bottom: 0;
            font-size: 18px;
            line-height: 24px;
            color: #31261D;
            font-weight: normal;
            border: 0px none; }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-choose-dropown .size-choose-item label {
                font-size: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
            @media (min-width: 1024px) and (max-width: 1920px) {
              .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-choose-dropown .size-choose-item label {
                line-height: calc(16px + (24 - 16) * ((100vw - 1024px) / (1920 - 1024))); } }
            .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-choose-dropown .size-choose-item label:focus {
              box-shadow: none;
              outline: none; }
          .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-choose-dropown .size-choose-item select {
            height: 53px;
            width: 280px;
            background-color: #EDECE8;
            border: 0px none;
            padding: 5px 20px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background-image: url(../images/ic-arrow-down.svg);
            background-repeat: no-repeat;
            background-position: 94% center;
            background-size: 12px;
            cursor: pointer; }
            .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-choose-dropown .size-choose-item select option {
              padding: 10px 20px; }
            .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-choose-dropown .size-choose-item select:focus {
              box-shadow: none;
              outline: none; }
          .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-choose-dropown .size-choose-item.size-action .mafU-cta-action {
            width: 100%;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-align-items: center;
            -moz-align-items: center;
            -ms-align-items: center;
            align-items: center;
            -webkit-justify-content: flex-end;
            -moz-justify-content: flex-end;
            -ms-justify-content: flex-end;
            justify-content: flex-end;
            -ms-flex-pack: flex-end; }
            .size-guides-wrap .sizeGuid-content .size-blockOne .size-block-content-item .size-choose-dropown .size-choose-item.size-action .mafU-cta-action .btn {
              width: 280px;
              height: 53px;
              -webkit-justify-content: center;
              -moz-justify-content: center;
              -ms-justify-content: center;
              justify-content: center;
              -ms-flex-pack: center; }
    .size-guides-wrap .sizeGuid-content .size-blockOne .size-guid-video {
      flex: 1;
      margin-left: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 50px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .size-guides-wrap .sizeGuid-content .size-blockOne .size-guid-video {
          margin-bottom: calc(30px + (50 - 30) * ((100vw - 1024px) / (1920 - 1024))); } }
      .size-guides-wrap .sizeGuid-content .size-blockOne .size-guid-video .size-video-item {
        background-color: #F1F1F1;
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        min-height: 700px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .size-guides-wrap .sizeGuid-content .size-blockOne .size-guid-video .size-video-item {
            min-height: calc(500px + (700 - 500) * ((100vw - 1024px) / (1920 - 1024))); } }
        .size-guides-wrap .sizeGuid-content .size-blockOne .size-guid-video .size-video-item video {
          width: 100%;
          min-height: 700px; }
          @media (min-width: 1024px) and (max-width: 1920px) {
            .size-guides-wrap .sizeGuid-content .size-blockOne .size-guid-video .size-video-item video {
              min-height: calc(500px + (700 - 500) * ((100vw - 1024px) / (1920 - 1024))); } }
      .size-guides-wrap .sizeGuid-content .size-blockOne .size-guid-video .size-guid-action-btm {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        width: 100%; }
        .size-guides-wrap .sizeGuid-content .size-blockOne .size-guid-video .size-guid-action-btm .mafU-cta-action {
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          justify-content: space-between;
          -ms-flex-pack: space-between; }
  .size-guides-wrap .sizeGuid-content .size-blockTwo .size-guid-action-btm .mafU-cta-action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%; }
    .size-guides-wrap .sizeGuid-content .size-blockTwo .size-guid-action-btm .mafU-cta-action .col-right, .size-guides-wrap .sizeGuid-content .size-blockTwo .size-guid-action-btm .mafU-cta-action .col-left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
    .size-guides-wrap .sizeGuid-content .size-blockTwo .size-guid-action-btm .mafU-cta-action .btn {
      margin-left: 20px; }
      .size-guides-wrap .sizeGuid-content .size-blockTwo .size-guid-action-btm .mafU-cta-action .btn:first-child {
        margin-left: 0; }
  .size-guides-wrap .sizeGuid-content .size-guid-downld-template {
    min-height: 460px;
    background-color: #F1F1F1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
  .size-guides-wrap .sizeGuid-content .mafU-cta-action {
    padding: 20px 0; }
  .size-guides-wrap .sizeGuid-content .size-guid-filer-block {
    padding: 20px 0; }

.size-guides-wrap .size-guid-desc {
  min-height: 770px;
  background-color: #EDECE8; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .size-guides-wrap .size-guid-desc {
      min-height: calc(600px + (770 - 600) * ((100vw - 1024px) / (1920 - 1024))); } }
  .size-guides-wrap .size-guid-desc iframe {
    height: 770px; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .size-guides-wrap .size-guid-desc iframe {
        min-height: calc(600px + (770 - 600) * ((100vw - 1024px) / (1920 - 1024))); } }

.size-guides-wrap .size-nav-wrap .nav-item:first-child .nav-link:before {
  display: none; }

.size-guides-wrap .size-nav-wrap .nav-item:last-child .nav-link {
  padding-right: 40px; }

.size-guides-wrap .size-nav-wrap .nav-item:last-child .nav-link:after {
  display: none; }

.size-guides-wrap .size-nav-wrap .nav-item .completed.nav-link:after {
  border-top: 40px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #d8cfc6; }

.search-top-box {
  background-color: #EDECE8;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-height: 100px;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: -22px;
  margin-right: -22px;
  overflow: hidden; }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .search-top-box {
      margin-left: calc(-15px + (-22 - -15) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .search-top-box {
      margin-right: calc(-15px + (-22 - -15) * ((100vw - 1024px) / (1920 - 1024))); } }
  @media (min-width: 1024px) and (max-width: 1920px) {
    .search-top-box {
      min-height: calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024))); } }
  .search-top-box .search-box-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .search-top-box .search-box-content .mafU-form-input-group {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .search-top-box .search-box-content .mafU-form-input-group .form-controlInput {
        height: 52px;
        border: 1px solid #31261D;
        max-width: 990px;
        min-width: 990px;
        width: 100%;
        border-radius: 0;
        padding: 5px 30px;
        background-color: transparent; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .search-top-box .search-box-content .mafU-form-input-group .form-controlInput {
            padding-right: calc(20px + (30 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .search-top-box .search-box-content .mafU-form-input-group .form-controlInput {
            padding-left: calc(20px + (30 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .search-top-box .search-box-content .mafU-form-input-group .form-controlInput {
            height: calc(34px + (55 - 34) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .search-top-box .search-box-content .mafU-form-input-group .form-controlInput {
            max-width: calc(500px + (990 - 500) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .search-top-box .search-box-content .mafU-form-input-group .form-controlInput {
            min-width: calc(500px + (990 - 500) * ((100vw - 1024px) / (1920 - 1024))); } }
      .search-top-box .search-box-content .mafU-form-input-group label {
        font-size: 24px;
        line-height: 28px;
        color: #B4985A;
        margin-bottom: 0;
        color: #5F6062;
        font-weight: 400;
        margin-right: 20px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .search-top-box .search-box-content .mafU-form-input-group label {
            font-size: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .search-top-box .search-box-content .mafU-form-input-group label {
            line-height: calc(24px + (28 - 24) * ((100vw - 1024px) / (1920 - 1024))); } }
    .search-top-box .search-box-content .search-radio-btn {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      padding: 0 60px; }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .search-top-box .search-box-content .search-radio-btn {
          padding-right: calc(30px + (60 - 30) * ((100vw - 1024px) / (1920 - 1024))); } }
      @media (min-width: 1024px) and (max-width: 1920px) {
        .search-top-box .search-box-content .search-radio-btn {
          padding-left: calc(30px + (60 - 30) * ((100vw - 1024px) / (1920 - 1024))); } }
      .search-top-box .search-box-content .search-radio-btn .search-radio-item {
        padding-right: 60px; }
        @media (min-width: 1024px) and (max-width: 1920px) {
          .search-top-box .search-box-content .search-radio-btn .search-radio-item {
            padding-right: calc(30px + (60 - 30) * ((100vw - 1024px) / (1920 - 1024))); } }
        .search-top-box .search-box-content .search-radio-btn .search-radio-item:last-child {
          padding-right: 0; }
  .search-top-box .search-radio-btn [type="radio"]:checked,
  .search-top-box .search-radio-btn [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px; }
  .search-top-box .search-radio-btn [type="radio"]:checked + label,
  .search-top-box .search-radio-btn [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    display: inline-block;
    color: #5F6062;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .search-top-box .search-radio-btn [type="radio"]:checked + label,
      .search-top-box .search-radio-btn [type="radio"]:not(:checked) + label {
        font-size: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .search-top-box .search-radio-btn [type="radio"]:checked + label,
      .search-top-box .search-radio-btn [type="radio"]:not(:checked) + label {
        line-height: calc(22px + (28 - 22) * ((100vw - 1024px) / (1920 - 1024))); } }
  .search-top-box .search-radio-btn [type="radio"]:checked + label:before,
  .search-top-box .search-radio-btn [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #31261D;
    border-radius: 100%;
    background: transparent; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .search-top-box .search-radio-btn [type="radio"]:checked + label:before,
      .search-top-box .search-radio-btn [type="radio"]:not(:checked) + label:before {
        width: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .search-top-box .search-radio-btn [type="radio"]:checked + label:before,
      .search-top-box .search-radio-btn [type="radio"]:not(:checked) + label:before {
        height: calc(20px + (24 - 20) * ((100vw - 1024px) / (1920 - 1024))); } }
  .search-top-box .search-radio-btn [type="radio"]:checked + label:after,
  .search-top-box .search-radio-btn [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #31261D;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .search-top-box .search-radio-btn [type="radio"]:checked + label:after,
      .search-top-box .search-radio-btn [type="radio"]:not(:checked) + label:after {
        width: calc(8px + (12 - 8) * ((100vw - 1024px) / (1920 - 1024))); } }
    @media (min-width: 1024px) and (max-width: 1920px) {
      .search-top-box .search-radio-btn [type="radio"]:checked + label:after,
      .search-top-box .search-radio-btn [type="radio"]:not(:checked) + label:after {
        height: calc(8px + (12 - 8) * ((100vw - 1024px) / (1920 - 1024))); } }
  .search-top-box .search-radio-btn [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  .search-top-box .search-radio-btn [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.search-list-wrap {
  margin-bottom: 30px; }
  .search-list-wrap .mafU-uniformCads ul li {
    width: 16.666%; }
  
