/** Shopify CDN: Minification failed

Line 3049:2 Unexpected "/"

**/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  overflow-y: scroll;
}


.site-wrapper {
  overflow: clip;
}

.skip-to-content-link:focus {
  z-index: 9999;
  position: inherit;
  overflow: auto;
  width: auto;
  height: auto;
  clip: auto;
  outline: none;
  border: none;
  background: var(--color-btn-bg, #000);
  color: var(--color-btn-text, #fff);
  padding: 6px 18px;
}

.full-width-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

a {
  text-decoration: none;
  transition: 0.3s all;
  color: var(--color-link, #000);
}
a:hover {
  color: var(--color-link-hover);
}
a:hover.link-underline {
  text-decoration: underline;
}

.link--animated {
  position: relative;
  width: fit-content;
}
.link--animated::after {
  content: "";
  height: 1px;
  width: 0;
  background: currentColor;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.25s width ease-in-out;
}
.link--animated:hover {
  color: var(--color-link-hover);
}
.link--animated:hover.link--animated::after {
  width: 100%;
}

/* Sticky element */
@media (min-width: 768px) {
  .sticky-element {
    position: sticky;
    top: var(--sticky-offset, 2rem);
    transition: all var(--animation-duration);
  }
  body.header-pinned .sticky-element {
    top: calc(var(--sticky-offset, 2rem) + var(--f-header-height));
  }
}

.reversed-link {
  --reversed-link-gap: 0.1rem;
}
.reversed-link:not(:has(.reversed-link__text)) {
  background: linear-gradient(to var(--transform-origin-end), currentColor, currentColor) var(--transform-origin-end) bottom/0 var(--reversed-link-gap) no-repeat;
  transition: background-size var(--animation-duration), color var(--animation-duration);
}
.reversed-link:has(.reversed-link__text) .reversed-link__text {
  background: linear-gradient(to var(--transform-origin-end), currentColor, currentColor) var(--transform-origin-end) bottom/0 var(--reversed-link-gap) no-repeat;
  transition: background-size var(--animation-duration), color var(--animation-duration);
}
.reversed-link.reversed-link--underline:not(:has(.reversed-link__text)) {
  background-position-x: var(--transform-origin-start);
  background-size: 100% var(--reversed-link-gap);
}
.reversed-link.reversed-link--underline:has(.reversed-link__text) .reversed-link__text {
  background-position-x: var(--transform-origin-start);
  background-size: 100% var(--reversed-link-gap);
}

.f-noscript-alert {
  background-color: #ffefef;
  color: #ff706b;
  padding: 2rem;
  text-align: center;
}

/* base-focus */
/*
  Focus ring - default (with offset)
*/
*:focus {
  outline: 0;
  box-shadow: none;
}

*:focus-visible,
.variant-picker__input input[type=radio]:focus-visible + label {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem var(--color-bg-2), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

.kb-button .kb-button-prev .kb-button-light  .ng-hide{
  display: none !important;
}

/*
  Focus ring - none
*/
/* Dangerous for a11y - Use with care */
.focus-none {
  box-shadow: none !important;
  outline: 0 !important;
}

/* Fallback - for browsers that don't support :focus-visible, a fallback is set for :focus */
.focused,
.no-js *:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 0.3rem;
  box-shadow: 0 0 0 0.3rem var(--color-bg-2), 0 0 0.5rem 0.4rem rgba(var(--color-foreground), 0.3);
}

/* Negate the fallback side-effect for browsers that support :focus-visible */
.no-js *:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - inset
*/
.focus-inset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: -0.2rem;
  box-shadow: 0 0 0.2rem 0 rgba(var(--color-foreground), 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

/*
  Focus ring - none
*/
.focus-offset:focus-visible {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem var(--color-bg-2), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
  outline: 0.2rem solid rgba(var(--color-foreground), 0.5);
  outline-offset: 1rem;
  box-shadow: 0 0 0 1rem var(--color-bg-2), 0 0 0.2rem 1.2rem rgba(var(--color-foreground), 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.disabled,
*:disabled,
[aria-disabled=true],
[disabled=true] {
  opacity: 0.5 !important;
  cursor: not-allowed;
}
.disabled .shopify-payment-button .shopify-payment-button__button--unbranded,
*:disabled .shopify-payment-button .shopify-payment-button__button--unbranded,
[aria-disabled=true] .shopify-payment-button .shopify-payment-button__button--unbranded,
[disabled=true] .shopify-payment-button .shopify-payment-button__button--unbranded {
  pointer-events: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

p {
  margin: 0 0 1.2rem;
}
p:last-child {
  margin-bottom: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: center;
  background-repeat: no-repeat;
  background-image: var(--arrow-down);
  background-size: 10px;
  background-position-x: calc(100% - 12px);
  padding-inline-end: 35px !important;
  cursor: pointer;
}
select:hover {
  box-shadow: 0 0 0 calc(0.1rem + 1px) rgba(var(--color-foreground), 0.3);
}

html body .kb-wrapper .kb-navigation-buttons{
  padding: 0px 10px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

blockquote {
  font-style: italic;
  color: rgba(var(--color-foreground), 0.75);
  border-left: 0.2rem solid rgba(var(--color-foreground), 0.2);
  padding-inline-start: 1rem;
}

@media screen and (min-width: 768px) {
  blockquote {
    padding-inline-start: 1.5rem;
  }
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

.secondary-btn {
  background-color: #ffffff;
  color: #262262;
  border: 1px solid #262262;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.secondary-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(31, 42, 138, 0.2);
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

b,
strong {
  font-weight: bolder;
  color:#262262;
  text-decoration: underline;
}

.product-card__customize-icon{
  width: 24px;
  height: 24px;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.rte:after {
  clear: both;
  content: "";
  display: block;
}

.rte > p:first-child {
  margin-top: 0;
}

.rte > p:last-child {
  margin-bottom: 0;
}

.rte table {
  table-layout: fixed;
}

@media screen and (min-width: 768px) {
  .rte table td {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.rte img {
  height: auto;
  max-width: 100%;
}

.rte ul {
  padding-inline-start: 2rem;
  margin: 0;
}

.rte li {
  list-style: inherit;
}

.rte li:last-child {
  margin-bottom: 0;
}

.rte a {
  color: var(--color-link);
  word-break: break-word;
  text-decoration: underline;
  text-decoration-thickness: 0.1rem;
  transition: text-decoration-thickness 0.2s ease;
  text-underline-offset: 0.2rem;
}

.rte a:hover {
  color: var(--color-link-hover);
  text-decoration-thickness: 0.2rem;
}

.rte blockquote {
  display: inline-flex;
}

.rte blockquote > * {
  margin: -0.5rem 0 -0.5rem 0;
}

.list-none {
  padding: 0;
  margin: 0;
}
.list-none li {
  list-style: none;
}

.list-inline li {
  display: inline-block;
  margin-inline-end: 1.5rem;
}

.full-unstyled-link {
  text-decoration: none;
  color: currentColor;
  display: block;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  word-wrap: normal !important;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

html body .kb-wrapper .kb-dialog{
  padding: 20px !important;
  border: none !important;
  border-radius: 5px !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

html body .kb-wrapper .kb-dialog-backdrop{
  z-index: 999 !important;
  background-color: rgba(0, 0, 0, 0.7) !important;
}

html body .kb-wrapper  .kb-dialog .kb-dialog-content{
  padding: 0px 0px 20px !important;
}
html body .kb-wrapper  .kb-dialog .kb-button-panel{
  padding: 20px 0px 0px !important;
  border-top: none !important;
  background: none !important;
}
/* html body .kb-wrapper .kb-wizard-form-label{
  width: 20% !important;
} */

html body .kb-wrapper  .kb-dialog .kb-button-panel button{
  border-radius: 5px !important;
}
html body .kb-wrapper  .kb-dialog .kb-dialog-content ul{
  padding: 20px 0px !important;
  background: none !important;
}
html body .kb-wrapper  .kb-dialog .kb-dialog-content ul li{
  color: #ec1e24 !important;
}

.f-icon-svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.f-icon-svg--solid {
  fill: currentColor;
}

.f-icon-svg--large {
  width: 26px;
  height: 26px;
}

.f-icon-svg--medium {
  width: 24px;
  height: 24px;
}

.f-icon-svg--small {
  width: 14px;
  height: 14px;
}

/* base-details-summary */
summary {
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

details {
  display: block;
}

deferred-media {
  display: block;
}

.deferred-media > *:not(.zoom):not(.deferred-media__poster-button),
.deferred-media model-viewer,
.deferred-media iframe {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.deferred-media video,
.deferred-media iframe {
  height: 100%;
  object-fit: cover;
}

.deferred-media > img {
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.deferred-media__poster {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: calc(var(--media-radius) - 1px);
}

.media > .deferred-media__poster {
  display: flex;
  align-items: center;
  justify-content: center;
}

.deferred-media__poster img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.deferred-media {
  overflow: hidden;
}
.deferred-media iframe {
  border: 0;
}

.deferred-media:not([loaded]) template {
  z-index: -1;
}

.deferred-media[loaded] > .deferred-media__poster {
  display: none;
}

.deferred-media__poster:focus-visible {
  outline: none;
  box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.05), 0 0 0 calc(1px + 0.3rem) var(--color-bg-2), 0 0 0 calc(1px + 0.5rem) rgba(var(--color-foreground), 0.5);
  border-radius: calc(var(--media-radius) - 1px);
}

.deferred-media__poster:focus {
  outline: none;
  box-shadow: 0 0 0 1px rgba(var(--color-foreground), 0.05), 0 0 0 calc(1px + 0.3rem) var(--color-bg-2), 0 0 0 calc(1px + 0.5rem) rgba(var(--color-foreground), 0.5);
  border-radius: calc(var(--media-radius) - 1px);
}

.deferred-media__poster:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.deferred-media__poster-button {
  background-color: var(--color-bg-2);
  border: 0.1rem solid var(--color-border);
  border-radius: 50%;
  color: rgb(var(--color-foreground));
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.4rem;
  width: 4.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.3s ease all;
  z-index: 1;
}
.deferred-media__poster:hover .deferred-media__poster-button {
  transform: translate(-50%, -50%) scale(1.05);
}
.deferred-media__poster-button svg {
  margin: 0;
}
.deferred-media__poster-button .f-icon-svg {
  width: 1.8rem;
  height: 1.8rem;
}
.deferred-media__poster-button .f-icon-play {
  margin-inline-start: 0.2rem;
}
.deferred-media__poster-button .f-icon-play polygon {
  fill: currentColor;
}
@media (min-width: 767.98px) {
  .deferred-media__poster-button {
    height: 6.4rem;
    width: 6.4rem;
  }
  .deferred-media__poster-button .f-icon-svg {
    width: 2.2rem;
    height: 2.2rem;
  }
}

table:not([class]) {
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-style: hidden;
  box-shadow: 0 0 0 0.1rem var(--color-border);
  width: 100%;
  /* draws the table border  */
}

table:not([class]) td,
table:not([class]) th {
  padding: 1em;
  border: 0.1rem solid var(--color-border);
}

@media only screen and (max-width: 749px) {
  .responsive-table thead {
    display: none;
  }
  .responsive-table th,
  .responsive-table td {
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    padding: 27.5px;
    border: 0;
    margin: 0;
  }
  .responsive-table th::before,
  .responsive-table td::before {
    content: attr(data-label);
    float: left;
    text-align: center;
    font-size: 12px;
    padding-inline-end: 10px;
    font-weight: normal;
  }
  .responsive-table__row + .responsive-table__row,
  tfoot > .responsive-table__row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 55px;
  }
  .responsive-table__row + .responsive-table__row::after,
  tfoot > .responsive-table__row:first-child::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 27.5px;
    right: 27.5px;
    border-bottom: 1px solid var(--color-border);
  }
}
.placeholder-svg {
  background-color: rgba(var(--color-foreground), 0.04);
  color: rgba(var(--color-foreground), 0.55);
  fill: rgba(var(--color-foreground), 0.55);
  vertical-align: middle;
}

.f-spinner-icon {
  animation: f-spinner 1.4s infinite linear;
}
.f-spinner-icon circle {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: currentColor;
  animation: circle-dash 1.4s ease-in-out infinite;
}

.color-foreground {
  color: rgb(var(--color-foreground));
}

.btn-view-details.btn--underline:after {
  bottom: 0;
}

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

[data-media-loading] {
  overflow: hidden;
}

[data-image-loading],
[data-media-loading],
[data-info-loading] {
  position: relative;
}

responsive-image {
  display: inline-block;
}

[data-image-loading]:after,
[data-media-loading]:after {
  content: "";
  background-color: #000;
  animation: placeholder-background-loading 1.5s infinite linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

[data-media-loading]:after {
  animation: none;
  background-color: #f1f1f1;
  left: -1.5rem;
  width: calc(100% + 3rem);
  z-index: 2;
}

responsive-image img {
  opacity: 0;
}

.no-js responsive-image img {
  opacity: 1;
}

.f-image .f-img-loaded {
  animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  animation-name: image-fade-in;
  opacity: 1;
}

.f-image--no-zoom .f-image {
  transform: scale(1) !important;
  animation: unset;
}

.no-js [data-image-loading]:after {
  animation-name: none;
  display: none;
}

.no-js .no-js-hidden {
  display: none !important;
}

.f-image {
  width: var(--image-width, 100%);
  vertical-align: middle;
}

.visibility-visible {
  visibility: visible;
}

.visibility-hidden {
  visibility: hidden;
}

.opacity-0 {
  opacity: 0;
}

.opacity-1 {
  opacity: 1;
}

[class*=show-on] {
  display: none;
}

.f__page-title,
.shopify-policy__title {
  padding-bottom: 2.4rem;
}

@media (max-width: 767px) {
  .show-on-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .show-on-tablet {
    display: block;
  }
}
@media (min-width: 1200px) {
  .show-on-desktop {
    display: block;
  }
}
@media (prefers-reduced-motion) {
  .motion-reduce {
    transition: none !important;
    animation: none !important;
  }
}
@keyframes placeholder-background-loading {
  0% {
    opacity: 0.03;
  }
  50% {
    opacity: 0.07;
  }
  100% {
    opacity: 0.03;
  }
}
@media (max-width: 1023.98px) {
  .lg-down-swiper {
    display: flex !important;
    flex-flow: row nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1.2rem;
    padding-inline: calc(var(--column-gap-mobile, 15px));
    margin-inline: max(-1.5rem, var(--column-gap-mobile, 15px) * -1);
    scroll-behavior: smooth;
  }
  .lg-down-swiper.f-grid {
    margin-inline: max(-1.5rem, var(--column-gap-mobile, var(--column-gap)) / -1);
  }
  .lg-down-swiper.f-flex {
    margin-inline: calc((max(-1.5rem, var(--column-gap-mobile, var(--column-gap))) / 2 + 1.5rem) / -1);
  }
  .lg-down-swiper .f-column {
    flex: 0 0 auto;
    width: var(--swiper-column-width-lg, 40vw);
    scroll-snap-align: start;
  }
}

.f-swiper--no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.f-swiper--no-scrollbar::-webkit-scrollbar {
  display: none;
}
.f-swiper--with-snap {
  scroll-snap-type: x mandatory;
}
@media (max-width: 767.98px) {
  .f-swiper {
    display: flex !important;
    flex-flow: row nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1.2rem;
    padding-inline: max(1.5rem, (var(--column-gap-mobile, 15px)));
    margin-inline: min(-1.5rem, var(--column-gap-mobile, 15px) * -1);
    scroll-behavior: smooth;
  }
  .f-swiper .f-column {
    flex: 0 0 auto;
    width: var(--swiper-column-width, 66vw);
    scroll-snap-align: start;
  }
  .f-swiper--no-scrollbar {
    padding-bottom: 0;
  }
  .f-swiper--2-cols .f-column {
    width: var(--swiper-column-width, 40vw);
  }
}

@keyframes image-fade-in {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  10% {
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes f-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes circle-dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
@keyframes shakeY {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.6s;
}

.f-confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.f-confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0;
}
.f-confetti--animation-slow {
  animation: f-confetti-slow 2.25s linear 1 forwards;
}
.f-confetti--animation-medium {
  animation: f-confetti-medium 1.75s linear 1 forwards;
}
.f-confetti--animation-fast {
  animation: f-confetti-fast 1.25s linear 1 forwards;
}

@keyframes f-confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}
@keyframes f-confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}
@keyframes f-confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }
  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
.f-form__message {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  line-height: 1;
  margin-top: 1rem;
}
.f-form__message svg,
.f-form__message .f-icon {
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
  margin-inline-end: 1rem;
}

.errors ul {
  list-style: disc;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes z-zoom-fade {
    0% {
      opacity: 0;
      transform: scale(1.08);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
}
@keyframes reversed-link--underline {
  100% {
    background-size: 100% var(--reversed-link-gap);
  }
}
@media (prefers-reduced-motion: no-preference) and (hover: hover) and (pointer: fine) {
  .reversed-link:not([aria-disabled]):not(:has(.reversed-link__text)):hover {
    background-position-x: var(--transform-origin-start);
    background-size: 100% var(--reversed-link-gap);
  }
  .reversed-link:not([aria-disabled]):has(.reversed-link__text):hover .reversed-link__text {
    background-position-x: var(--transform-origin-start);
    background-size: 100% var(--reversed-link-gap);
  }
  .reversed-link:not([aria-disabled]).reversed-link--underline:not(:has(.reversed-link__text)):hover {
    background-size: 0% var(--reversed-link-gap);
    animation: reversed-link--underline var(--animation-duration) 0.1s forwards;
  }
  .reversed-link:not([aria-disabled]).reversed-link--underline:has(.reversed-link__text):hover .reversed-link__text {
    background-size: 0% var(--reversed-link-gap);
    animation: reversed-link--underline var(--animation-duration) 0.1s forwards;
  }
  .f-image-hover-effect__zoom {
    overflow: hidden;
  }
  .f-image-hover-effect__zoom .f-image {
    transition: transform 0.55s cubic-bezier(0.26, 0.54, 0.32, 1);
  }
  .f-image-hover-effect__zoom:hover .f-image {
    transform: scale(1.03) translateZ(0);
  }
  .f-image-hover-effect__zoom-and-rotate {
    overflow: hidden;
  }
  .f-image-hover-effect__zoom-and-rotate .f-image {
    transition: transform 0.55s cubic-bezier(0.26, 0.54, 0.32, 1);
  }
  .f-image-hover-effect__zoom-and-rotate:hover .f-image {
    transform: scale(1.2) rotate(5deg) translateZ(0);
  }
}


/* @charset "UTF-8"; */
/* CSS Document */
@font-face {
  font-family: 'Frutiger Rg';
  src: local('Frutiger Rg'), url('Frutiger\ Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Audible Sans Sm';
  src: local('AudibleSans-Sm'), url('AudibleSans-Sm.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Bd';
  src: local('Frutiger Bd'), url('Frutiger\ Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Frutiger', sans-serif !important;
}
body {
  background: #ffffff !important;
}
header {
  background: #EC1E24;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-narrow{
  background:#fff !important;
}
.logo img {
  height: 50px;
}
.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
	margin: 0px;
	z-index: 1000;
	
}
.nav-links a {
  color: white;
	font-family: 'Audible Sans Md';
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
	padding: 10px;
		border-radius:7px;
	background: #EC1E24;
}
.nav-links a:hover {
  color: #EC1E24;
	background: #fff;
	padding: 10px;
		border-radius:7px;
}
.cta-button {
  background: #ff6600;
  padding: 10px 20px;
  border: none;
  color: white;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s;
}
.cta-button:hover {
  background: #cc5500;
}
.menu-icon {
  display: none;
  font-size: 24px;
  color: white;
  cursor: pointer;
}
.kb-wrapper{
  max-width:1400px !important;
  margin:auto !important;
}
@media (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    right: 0;
    background: #072869;
    width: 100%;
    text-align: left;
    padding: 10px;
  }
	.nav-links a, .nav-links a:hover{background: transparent;}
  .nav-links.show {
    display: flex;
  }
  .menu-icon {
    display: block;
  }
}
body .kb-wrapper h1, body .kb-wrapper h2, body .kb-wrapper h3, body .kb-wrapper h4, body .kb-wrapper h5, body .kb-wrapper h6 {
  font-family: 'Frutiger', sans-serif !important;
  font-weight: 700;
  line-height: 1.25;
  color: #EC1E24;
}
body .kb-wrapper input, body .kb-wrapper p, body .kb-wrapper li, body .kb-wrapper div, body .kb-wrapper q, body .kb-wrapper cite, body .kb-wrapper blockquote, body .kb-wrapper span {
  font-family: 'Frutiger', sans-serif !important;
  color: #262262 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.42857 !important;
}
 html body .kb-nav-panel {
  display: flex !important;
}
html body .kb-wrapper .kb-group-description .kb-wizard-group-header {
  display: none !important;
}
html body .kb-wrapper .kb-categories-page .kb-breadcrumbs, html body .kb-wrapper .kb-category-page .kb-breadcrumbs, html body .kb-wrapper .kb-designs-page .kb-breadcrumbs {
  /* margin: 20px auto 42px auto !important; */
  width: 100% !important;
}
/* html body .kb-wrapper .kb-breadcrumbs {
  margin: 5px 0 35px 0 !important;
} */
html body .kb-wrapper .kb-breadcrumbs .kb-breadcrumb-selected {
  color: #123760 !important;
  font-size: 14px !important;
}
html body .kb-wrapper .kb-breadcrumbs .kb-breadcrumb {
  font-size: 14px !important;
}
html body .kb-wrapper .kb-categories, html body .kb-wrapper .kb-designs {
  /* width: 968px !important; */
  margin: 0 auto !important;
}
@media screen and (min-width: 1200px) {
  /* html body .kb-wrapper .kb-categories, html body .kb-wrapper .kb-designs {
    width: 1280px !important;
    margin: 0 auto !important;
  } */
  .kb-wrapper .kb-designs-wrap .kb-designs .kb-design:first-child, .kb-wrapper .kb-designs-wrap .kb-designs .kb-design:nth-child(5n+1) {
    margin-left: 0px !important;
  }
  .kb-wrapper .kb-categories .kb-category:first-child, .kb-wrapper .kb-categories .kb-category:nth-child(5n+1) {
    margin-left: 0px !important;
  }
}
html body .kb-wrapper .kb-categories .kb-category {
  margin-bottom: 15px !important;
  display: inline-block !important;
  vertical-align: top !important;
  float: none !important;
  border-radius: 12px !important;
}
html body .kb-wrapper .kb-breadcrumb:after {
  display: none !important;
}
html body .kb-wrapper .kb-categories .kb-category-name, html body .kb-wrapper .kb-designs .kb-design-name {
  background: #262262 !important;
  color: #ffffff !important;
  line-height: 40px !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
html body .kb-wrapper .kb-categories .kb-category-img {
  width: 240px !important;
  height: 202px !important;
  border: 0px solid #f8f8f8 !important;
}
html body .kb-wrapper .kb-designs .kb-design-img {
  width: 100% !important;
  height: auto !important;
  border: 0px solid #f8f8f8 !important;
}
html body .kb-wrapper .kb-partial-wrap {
  max-width: 100% !important;
  width: 100% !important;
}
html body .kb-wrapper .kb-designs .kb-design {
  border-radius: 12px !important;
}
html body .kb-wrapper .kb-designs .kb-design-active:hover {
  border: 1px solid #EC1E24 !important;
}
html body .kb-wrapper .kb-categories .kb-category-name {
  width: 240px !important;
  height: auto !important;
  line-height: 40px !important;
  padding-top: 0px !important;
  font-weight: 500 !important;
}
html body .kb-wrapper .kb-designs .kb-design-name {
  position: relative !important;
  font-size: 14px !important;
  height: 40px !important;
  padding: 0 !important;
}
/* -- Customise Pages -- */
html body .kb-wrapper .kb-customise-page .kb-page-heading {
  display: inline-block !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-size: 20px !important;
  width: 50%;
  text-align: left;
  padding: 2px 0 !important;
}
/*html body .kb-wrapper .kb-customise-page .kb-preview-panel-inner  {
	border: 2px solid #f8f8f8 !important;
	padding: 15px !important;
}*/
html body .kb-wrapper .kb-designs .kb-design-link {
  padding-bottom: 0px !important;
}
html body .kb-wrapper .kb-customise-page .kb-preview-image {
  width: 100% !important;
  border:none !important;
}
html body .kb-wrapper .kb-customise-page .kb-change-design-button, html body .kb-wrapper .kb-customise-page .kb-change-view-button {
  background: #fff !important;
  color: #252525 !important;
  border: 2px solid #f8f8f8 !important;
  font-size: 14px !important;
  padding: 10px 10px !important;
}
html body .kb-wrapper .kb-customise-page .kb-change-view-button {
  display: block !important;
  top: 12px !important;
}
html body .kb-wrapper .kb-customise-page .kb-change-view-button.kb-change-view-button-disabled {
  opacity: 1 !important;
}
html body .kb-wrapper .kb-customise-page .kb-change-view-buttons {
  position: absolute !important;
  bottom: 0 !important;
  right: 30% !important;
}
html body .kb-wrapper .kb-customise-page .kb-change-view-buttons .kb-overlay-button {
  margin-bottom: 5px !important;
}
html body .kb-wrapper .kb-customise-page .kb-change-view-buttons .kb-change-view-button:first-child {
  background: url(https://irasportswear.com/wp-content/uploads/kit/icon-view-front.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 130px !important;
  text-align: right !important;
  background-color: #EC1E24 !important;
  border: 0 !important;
  color: #fff !important;
}
html body .kb-wrapper .kb-customise-page .kb-change-view-buttons .kb-change-view-button:nth-child(2) {
  background: url(https://irasportswear.com/wp-content/uploads/kit/icon-view-back.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  width: 130px !important;
  text-align: right !important;
  top: 1px !important;
  background-color: #000 !important;
  border: 0 !important;
  color: #fff !important;
}
html body .kb-wrapper .kb-customise-page .kb-change-view-buttons .kb-get-help-button {
  display: none !important;
  width: 75px !important;
  height: 75px !important;
  text-indent: -9999px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
html body .kb-wrapper .kb-customise-page .kb-change-view-buttons .kb-view-sizes-button {
  background: url(skin/icon-size-guide.png) !important;
  display: none !important;
  width: 75px !important;
  height: 75px !important;
  text-indent: -9999px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
html body .kb-wrapper .kb-customise-page .kb-change-view-buttons .kb-pricing-table-button {
  background: url(skin/icon-pricing-table.png) !important;
  display: none !important;
  width: 87px !important;
  height: 75px !important;
  text-indent: -9999px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
html body .kb-wrapper .kb-customise-page .kb-change-view-button {
  opacity: unset !important;
  position: relative !important;
  border: none;
  padding: 10px !important;
  width: 120px;
  /*height: 75px;
	text-indent: -9999px;*/
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
html body .kb-wrapper .kb-customise-page .kb-preview-design-name {
  display: none !important;
}
html body .kb-wrapper .kb-3d-wrapper:after {
  bottom: 0px !important;
  left: 10px !important;
}
html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
  width: 30% !important;
  /* padding-left: 10px !important; */
}

.kb-page-content .kb-designs-wrap .kb-designs{
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
}

@media (max-width: 767px){
  html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
  padding: 0px !important;
}
}
html body .kb-wrapper .kb-customise-page .kb-preview-panel {
  /* margin: 5px !important;
  padding: 20px !important; */
  width: 50% !important;
  /* background: url("https://irasportswear.com/wp-content/uploads/kit/kb_bg.jpg") top center no-repeat !important; */
  background-color:#f6f6f6 !important;
}

html body .kb-wrapper .kb-customise-page .kb-customise-product-heading {
  display: none !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:after, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:after {
  display: none !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb {
  background: #fff !important;
  display: block !important;
  margin-right: 0 !important;
  padding: 2px !important;
  padding-bottom: 0 !important;
  flex-wrap: wrap !important;
  /* margin: 50px auto; */
  /* border-left: 1px solid #3EC8AC; */
  /* border-right: 1px solid #4E90A4; */
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box !important;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 20px !important;
  -moz-background-size: 100% 20px;
  background-size: 100% 20px;
  background-color: #f8f8f8 !important;
  /* background-image: linear-gradient(90deg, rgb(119,216,30) 0%, rgb(53,183,41) 100%), linear-gradient(90deg, rgb(119,216,30) 0%, rgb(53,183,41) 100%), linear-gradient(90deg, rgb(119,216,30) 0%, rgb(53,183,41) 100%) !important; */
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-active.kb-wizard-breadcrumb {
  background: #EC1E24 !important;
  padding: 0 !important;
  border: 1px #EC1E24 solid !important;
  border-bottom: none !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:last-child {
  margin-right: 0 !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-inner {
  color: #ffffff !important;
  padding: 12px 14.5px !important;
  display: block !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner {
  color: #252525 !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb .kb-wizard-breadcrumb-inner:before {
  content: url(skin/icon-customisation-nn.png) !important;
  display: inline-block !important;
  vertical-align: middle !important;
  margin-right: 3px !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
  content: url(skin/icon-customisation-active-nn.png) !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:first-child .kb-wizard-breadcrumb-inner:before {
  content: url(skin/icon-customisation-nn.png) !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:first-child.kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
  content: url(skin/icon-customisation-active-nn.png) !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(3) .kb-wizard-breadcrumb-inner:before {
  content: url(skin/icon-name-number-nn.png) !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(3).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
  content: url(skin/icon-name-number-active-nn.png) !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(2) .kb-wizard-breadcrumb-inner:before {
  content: url(skin/icon-logos-nn.png) !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(2).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
  content: url(skin/icon-logos-active-nn.png) !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(4) .kb-wizard-breadcrumb-inner:before {
  content: url(skin/icon-essentials-nn.png) !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(4).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
  content: url(skin/icon-essentials-active-nn.png) !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:last-child .kb-wizard-breadcrumb-inner:before {
  content: url(skin/icon-payment-nnt.png) !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:last-child.kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
  content: url(skin/icon-payment-active-nnt.png) !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs {
  border-bottom: none !important;
  padding: 0 !important;
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: space-between !important;
}


ul.kb-wizard.ng-scope {
  overflow: hidden !important;
  max-height: none !important;
}

/* Hide scrollbar for Chrome/Safari */
ul.kb-wizard.ng-scope::-webkit-scrollbar {
  display: none !important;
}

/* Hide scrollbar for Firefox */
ul.kb-wizard.ng-scope {
  scrollbar-width: none !important;
}

/* Hide scrollbar for Edge/IE */
ul.kb-wizard.ng-scope {
  -ms-overflow-style: none !important;
}



html body .kb-wrapper .kb-wizard-group-header {
  padding: 15px 15px 15px 20px !important;
  background: #ddd !important;
  color: black !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
  letter-spacing: normal !important;
  margin-top: 10px !important;
  clear: both !important;
  border-radius: 5px !important;
}
html body .kb-wrapper .kb-wizard .kb-wizard-group-header-selected::after {
  content: url("https://irasportswear.com/wp-content/uploads/kit/up-arrow.png") !important;
}
html body .kb-wrapper .kb-wizard-group-header::after {
  content: url("https://irasportswear.com/wp-content/uploads/kit/down-arrow.png") !important;
}
html body .kb-wrapper .kb-navigation-buttons .kb-button-next {
  background: #262262 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
  border: 0 !important;
}
html body .kb-wrapper .kb-navigation-buttons .kb-button-next:hover {
  background-color: #cc5500 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  font-size: 14px !important;
  border: 0 !important;
}
html body .kb-wrapper .kb-navigation-buttons .kb-button.kb-button-prev, html body .kb-wrapper .kb-single-item-checkout .kb-button.kb-button-single-item-checkout-prev, html body .kb-wrapper .kb-single-item-checkout .kb-button.kb-button-single-item-checkout-final-page, html body .kb-wrapper .kb-team-details .kb-add-unit, html body .kb-wrapper .kb-navigation-buttons .kb-button.kb-button-add-text {
  border: 1px solid #e0e0e0 !important;
  background: #cc5500 !important;
  color: #ffffff !important;
  /* padding: 13px 0 !important; */
}
html body .kb-wrapper .kb-single-item-checkout .kb-button.kb-button-single-item-checkout-final-page {
  /*display: none !important;*/
}
html body .kb-wrapper .kb-navigation-buttons .kb-button.kb-button-prev,html body .kb-wrapper .kb-navigation-buttons .kb-button.kb-button-finish {
  font-size: 0 !important;
}
html body .kb-wrapper .kb-navigation-buttons .kb-button.kb-button-prev:before {
  font-size: 14px !important;
  content: "Back" !important;
}

html body .kb-wrapper .kb-navigation-buttons .kb-button.kb-button-finish:before{
  font-size: 14px !important;
  content: "Save Design" !important;
}

html body .kb-wrapper .kb-navigation-buttons .kb-button.kb-button-add-text {
  float: left !important;
  display: none !important;
}
html body .kb-wrapper .kb-step-0 .kb-navigation-buttons .kb-button.kb-button-add-text {
  display: block !important;
}
html body .kb-wrapper .kb-team-details .kb-add-unit {
  width: 120px !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
}
html body .kb-wrapper .kb-navigation-buttons .kb-button, html body .kb-wrapper .kb-single-item-checkout .kb-button {
  text-transform: none !important;
  padding: 14px 20px !important;
  font-size: 14px !important;
  /* min-width: 120px !important; */
  width: auto !important;
  border-radius: 10px;
  height: auto !important;
}
html body .kb-wrapper .kb-navigation-buttons .kb-button:hover, html body .kb-wrapper .kb-single-item-checkout .kb-button:hover, html body .kb-wrapper .kb-team-details .kb-add-unit:hover {
  opacity: 1 !important;
  background-color: #ffffff !important;
  color: #EC1E24 !important;
}
/* html body .kb-wrapper .kb-navigation-buttons .kb-button.kb-button-add-text:hover, html body .kb-wrapper .kb-navigation-buttons .kb-button.kb-button-light:hover {
  background-color: #f8f8f8 !important;
  color: #EC1E24 !important;
  border-color: #c1c1c1 !important;
} */
/* html body .kb-wrapper .kb-button:hover:not([disabled]) {
  background-color: #EC1E24 !important;
  color: #f8f8f8 !important;
  border-color: #c1c1c1 !important;
} */
html body .kb-wrapper .kb-customise-page .kb-navigation-buttons .kb-button-finish, html body .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-button-single-item-checkout-buy-now {
  background: #EC1E24 !important;
  color: #ffffff !important;
}
html body .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-button-single-item-checkout-buy-now {
  display: none !important;
}
html body .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-button-single-item-checkout-buy-now:before {
  display: block;
  color: #ffffff;
  cursor: pointer;
  float: left;
  content: '';
  position: relative;
  top: 0px;
  left: 6px;
  width: 18px;
  height: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='40px' height='40px' viewBox='0 0 40 40' enable-background='new 0 0 40 40' xml:space='preserve'%3E%3Ccircle fill='%23ffffff' cx='7.69' cy='34.77' r='2.57'/%3E%3Cellipse fill='%23ffffff' cx='35.98' cy='34.77' rx='2.57' ry='2.57'/%3E%3Cpath fill='%23ffffff' d='M39.54,7.46c-0.34-0.37-0.82-0.58-1.31-0.58H8.52H8.21L8.09,6.6L6.37,2.66H1.99c-1.09,0-1.98,0.89-1.98,1.98 S0.9,6.62,1.99,6.62h1.47h0.31L3.9,6.9l9.03,20.69l0.15,0.34l-0.29,0.23l-1.47,1.15c-0.86,0.67-1.01,1.92-0.34,2.78 c0.38,0.48,0.95,0.76,1.56,0.76c0.45,0,0.87-0.14,1.22-0.42l2.29-1.79l0.13-0.1h0.17H36.2c1.09,0,1.98-0.89,1.98-1.98 s-0.89-1.98-1.98-1.98H17.41h-0.15l-0.12-0.08c-0.1-0.07-0.21-0.13-0.32-0.18l-0.17-0.07l-0.07-0.17l-0.47-1.07l-0.24-0.54 l0.57-0.12l21.37-4.47c0.78-0.16,1.35-0.81,1.42-1.61l0.76-9.45C40.04,8.32,39.87,7.83,39.54,7.46z M36.28,10.46l-0.04,0.51 l-0.28,3.47h-7.7l-1.12-3.99h8.62L36.28,10.46L36.28,10.46z M21.17,19.71l-1.01-3.6h6.85l0.63,2.25L21.17,19.71z M25.43,10.46 l1.12,3.99h-6.84l-1.12-3.99H25.43z M9.77,10.46h0.73h6.39c0.01,0.04,0,0.07,0.01,0.11l1.09,3.88h-6.45h-0.01l-1.45-3.32 L9.77,10.46z M14.8,21.04l-0.38,0.08l-0.15-0.36l-2.03-4.65h6.21l1.1,3.94L14.8,21.04z M35.79,16.65l-0.35,0.07l-6.17,1.29 l-0.53-1.91h7.1l-0.01,0.19L35.79,16.65z'/%3E%3C/svg%3E")
}
html body .kb-form-desc li {
  color: #252525 !important;
}
body .kb-wrapper .kb-wizard-form, body .kb-wrapper .kb-wizard-step {
  padding: 0 5px !important;
}
html body .kb-wrapper .kb-tile-picker-tile {
  width: 28px !important;
  height: 28px !important;
  margin-left: 6px !important;
  margin-bottom: 6px !important;
  border-radius: .4em !important;
}
html body .kb-wrapper .kb-tile-picker-color .kb-tile-picker-tile {
  border: 1px solid #f0f0f0 !important;
}
html body .kb-wrapper .kb-editor-placed-images-heading, html body .kb-wrapper .kb-editor-placed-images {
  display: block !important;
  visibility: visible !important;
}
html body .kb-wrapper .kb-editor-images .kb-editor-image-thumb {
  border-radius: 20% !important;
  border: 2px solid #f8f8f8 !important;
}
html body .kb-wrapper .kb-editor-images .kb-editor-placement-new-image-label {
  background: url("/cdn/shop/files/icons8-plus-48.png?v=1775043038") no-repeat center center;
  width: 64px !important;
  height: 64px !important;
}
html body .kb-wrapper .kb-editor-placed-texts {
  float: left !important;
  width: calc((100%) - 32px) !important;
}
html body .kb-wrapper .kb-editor-images {
  margin-left: 11px !important;
}
html body .kb-wrapper .kb-remove-image-from-library, html body .kb-wrapper .kb-remove-image-item {
  /*background: url("https://irasportswear.com/wp-content/uploads/kit/icon-bin.svg") no-repeat;*/
}
html body .kb-wrapper .kb-remove-text-item {
  background: url("https://irasportswear.com/wp-content/uploads/kit/remove-player-nnt.png") no-repeat;
  background-size: contain !important;
  width: 30px !important;
  height: 30px !important;
  background-position: center !important;
  display: inline-block !important;
  vertical-align: middle !important;
  position: relative !important;
}
html body .kb-wrapper .kb-editor-text {
  width: calc((100%) - 45px) !important;
}
html body .kb-wrapper .kb-editor-placed-text-selected:after {
  display: none !important;
}
html body .kb-wrapper .kb-units-table .kb-table-head {
  background: #f8f8f8 !important;
  font-size: 14px !important;
  display: table-row-group !important;
}
html body .kb-wrapper .kb-units-table .kb-table-head .kb-table-header-cell:first-child {
  padding-left: 20px !important;
  font-size: 14px !important;
}
html body .kb-wrapper .kb-units-table .kb-table-header-cell {
  border-bottom: none !important;
}
html body .kb-wrapper .kb-units-table .kb-unit-count {
  text-align: center !important;
}
html body .kb-wrapper .kb-units-table .ng-valid {
  border-color: #f8f8f8 !important;
}
html body .kb-wrapper .kb-units-table .kb-text-box {
  padding-bottom: 6px !important;
  padding-top: 6px !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
  width: 94% !important;
}
html body .kb-wrapper .kb-units-table .kb-unit-number input {
  width: 60px !important;
}
html body .kb-wrapper .kb-units-table .kb-unit-size {
  width: 200px !important;
}
html body .kb-wrapper .kb-units-table .kb-unit-size select {
  height: 34px !important;
  width: 100% !important;
}
html body .kb-wrapper .kb-unit-remove .kb-remove {
  content: url("https://irasportswear.com/wp-content/uploads/kit/remove-player-nnt.png") !important;
}
html body .kb-wrapper .kb-wizard {
  /*max-height: 100% !important;
	overflow-y: visible !important; */
}
@media (min-width: 950px) {
  html body .kb-wrapper .kb-3d-wrapper {
    width: 100% !important;
    height: 638px !important;
  }
}
html body .kb-wrapper .kb-tile-picker-color .kb-tile-picker-label {
  width: 34px !important;
  height: 31px !important;
  position: relative !important;
  display: inline-block !important;
  overflow: visible !important;
}
html body .kb-wrapper .kb-tile-picker-color .kb-tile-picker-radio:checked + .kb-tile-picker-tile {
  width: 38px !important;
  height: 38px !important;
  position: absolute !important;
  left: -5px;
  top: -5px;
  z-index: 2;
}
html body .kb-wrapper .kb-tile-picker-color .kb-tile-picker-radio:checked + .kb-tile-picker-tile:after {
  content: attr(title);
  color: #fff !important;
  display: inline-block !important;
  text-align: center !important;
  top: auto !important;
  bottom: 42px !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  font-size: 10px;
  padding: 2px 8px;
  z-index: 3;
  background: #252525 !important;
  border-radius: 2px !important;
}
html body .kb-wrapper .kb-tile-picker-color .kb-tile-picker-radio:checked + .kb-tile-picker-tile:before {
  content: " " !important;
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  background: url(skin/tooltip-arrow.png) no-repeat center bottom !important;
  height: 5px !important;
  width: 5px !important;
  top: -5px !important;
}
html body .kb-wrapper .kb-group-finalisation .kb-field-companyName .kb-wizard-form-field {
  width: 100% !important;
}
html body .kb-wrapper .kb-field-companyName .kb-wizard-form-label {
  display: none !important;
}
html body .kb-wrapper .kb-group-finalisation .kb-field-companyName .kb-wizard-form-field .kb-text-box {
  border: 1px solid #f8f8f8 !important;
  padding: 14px 13px !important;
  width: 96% !important;
  color: #777777 !important;
  font-weight: normal !important;
}
html body .kb-wrapper .kb-unit-name {
  width: 48%;
}
html body .kb-wrapper .kb-single-item-checkout .kb-buttons, html body .kb-wrapper .kb-single-item-checkout .kb-table {
  float: left !important;
  width: 100% !important;
}
html body .kb-wrapper .kb-simple-tired-pricing-table {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  font-size: 14px !important;
}
html body .kb-wrapper .kb-simple-tired-pricing-table .kb-table-header-row {
  background-color: #ffffff !important;
  border-top: 2px solid #f8f8f8 !important;
  border-bottom: 2px solid #f8f8f8 !important;
}
html body .kb-wrapper .kb-simple-tired-pricing-table .kb-table-body {
  border-collapse: collapse !important;
}
html body .kb-wrapper .kb-simple-tired-pricing-table .kb-table-body .kb-table-cell {
  padding: 10px 10px !important;
}
html body .kb-wrapper .kb-simple-tired-pricing-table .kb-table-header-row .kb-table-cell:first-child {
  padding-left: 10px !important;
}
html body .kb-wrapper .kb-simple-tired-pricing-table tfoot .kb-table-row {
  background-color: #ffffff !important;
}
html body .kb-wrapper .kb-table-total-row .kb-table-cell {
  border: none !important;
  padding: 10px !important;
}
html body .kb-wrapper .kb-table-total-row .kb-table-cell:first-child {
  padding-left: 10px !important;
}
html body .kb-wrapper .kb-single-item-checkout .kb-price-tiers-table {
  background: #ffffff !important;
  display: block;
  width: 96.6% !important;
  float: left !important;
  padding: 0px;
  margin-bottom: 30px !important;
  font-size: 14px !important;
}
html body .kb-wrapper .kb-single-item-checkout .kb-price-tiers-table tbody, html body .kb-wrapper .kb-price-tiers-table .kb-table-header-row, html body .kb-wrapper .kb-price-tiers-table .kb-table-header-row > th:first-child {
  width: auto;
  display: block;
}
html body .kb-wrapper .kb-price-tiers-table .kb-table-header-row {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px;
  width: 100%;
}
html body .kb-wrapper .kb-price-tiers-table .kb-table-header-row > th:first-child {
  font-weight: bold !important;
}
html body .kb-wrapper .kb-price-tiers-table .kb-table-header-row th {
  padding: 0 !important;
  padding-bottom: 10px !important;
  /* font-weight: normal !important; */
  width: 325px !important;
  text-align: left !important;
}
html body .kb-wrapper .kb-price-tiers-table .kb-table-header-row th.kb-single-item-checkout-item-price-cell {
  padding-left: 0px !important;
}
html body .kb-wrapper .kb-price-tiers-table .kb-table-header-row th.kb-single-item-checkout-item-price-cell:before {
  /* content: " ("; */
}
html body .kb-wrapper .kb-price-tiers-table .kb-table-header-row th.kb-single-item-checkout-item-price-cell:after {
  /* content: ") "; */
}
html body .kb-wrapper .kb-price-tiers-table .kb-table-row {
  display: inline-block !important;
  padding: 10px;
  width: 100% !important;
}
table.kb-table:not(.table-condensed):not(.tierTable) tbody tr.kb-table-header-row:hover {
  background-color: #ffffff;
}
table.kb-table:not(.table-condensed):not(.tierTable) tr:nth-child(even) {
  background-color: #ffffff;
}
table.kb-table:not(.table-condensed):not(.tierTable) tr:nth-child(odd) {
  background-color: #efefef;
}
/* The above CSS code is targeting a specific element with the class name "kb-table-cell-expanded" and
setting its display property to "none" using the !important rule. This will hide the element from
being displayed on the webpage. */
/* html body .kb-wrapper .kb-price-tiers-table .kb-table-row .kb-table-cell-expanded {
  display: none !important;
} */
html body .kb-wrapper .kb-price-tiers-table .kb-table-row .kb-table-cell-number {
  font-size: 14px !important;
  padding: 0 !important;
  width: 325px !important;
  text-align: left !important;
}
html body .kb-wrapper .kb-table .kb-table-header-cell {
  border-bottom: none !important;
}
html body .kb-wrapper .kb-table .kb-single-item-checkout-min-qty-cell {
  border-right: none !important;
}
/* do you want to add name and number? */
html body .kb-wrapper .kb-team-details-type-selector-description {
  padding: 30px 15px !important;
  line-height: 20px !important;
}
html body .kb-wrapper .kb-team-details-type-selector-question {
  background: #f0f0f0 !important;
  font-size: 16px !important;
  text-transform: initial !important;
  padding: 4% 20% !important;
  text-align: center !important;
  border-radius: 0.5em !important;
  margin-bottom: 40px !important;
  color: black !important;
}
html body .kb-wrapper .kb-button.kb-team-details-type-selector-yes, html body .kb-wrapper .kb-button.kb-team-details-type-selector-no {
  width: 180px;
  background: #EC1E24 !important;
  color: #fff !important;
  text-transform: capitalize !important;
  padding: 14px 0 !important;
  font-size: 14px !important;
  margin: 0 auto !important;
  display: block !important;
  float: none !important;
  margin-bottom: 10px !important;
  border-radius: 3px;
  position: relative;
  font-weight: 700 !important;
  text-align: center !important;
  font-family: 'Frutiger', sans-serif !important;
}
html body .kb-wrapper .kb-button.kb-team-details-type-selector-yes:hover, html body .kb-wrapper .kb-button.kb-team-details-type-selector-no:hover {
  /* opacity: 0.9 !important; */
  color: #fff !important;
  background-color: #004078 !important;
  opacity: 1 !important;
}
/* html body .kb-wrapper .kb-wizard-form-key-teamdetails .kb-wizard-form-label, html body .kb-wrapper .kb-team-details .kb-team-details-tabs {
  display: none !important;
} */
html body .kb-wrapper .kb-field-teamdetails {
  padding: 0 !important;
}
html body .kb-wrapper .kb-team-details .kb-wizard-group-header {
  font-size: 0 !important;
}
html body .kb-wrapper .kb-team-details .kb-wizard-group-header:before {
  content: "Sizing" !important;
  font-size: 14px !important;
}
html body .kb-wrapper .kb-team-table .kb-team-name {
  display: none !important;
}
html body .kb-wrapper .kb-single-item-checkout {
  display: none;
  flex-wrap: wrap;
  justify-content:center; 
}
html body .kb-wrapper .kb-single-item-checkout > div:first-of-type {
  width: 100%;
}
html body .kb-wrapper .kb-single-item-checkout .kb-buttons {
  order: 3;
  margin-top: 10px;
}
html body .kb-wrapper .kb-aggregate-size-quantity-input {
  border: 1px solid #f8f8f8 !important;
}
html body .kb-wrapper .kb-show-enter-name-number .kb-navigation-buttons {
  display: none !important;
}
html body .kb-wrapper .kb-page-heading-container {
  display: block !important;
}
html body .kb-wrapper .kb-page-heading-container .kb-customise-product-heading {
  display: block !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}
html body .kb-wrapper .kb-customise-page .kb-customise-product-heading .kb-customise-product-name, html body .kb-wrapper .kb-customise-page .kb-customise-product-heading .kb-customise-product-unit-price {
  color: #252525 !important;
  display: inline !important;
  width: auto !important;
  float: none !important;
}
html body .kb-wrapper .kb-customise-page .kb-customise-product-heading .kb-customise-product-unit-price {
  font-weight: bold !important;
}
html body .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-button-single-item-checkout-request-quote {
  display: none !important;
}
html body .kb-wrapper li {
  color: #262262 !important;
}
/* -- MOBILE -- */
@media all and (max-width: 1074px) {
  html body .kb-wrapper .kb-price-tiers-table .kb-table-header-row {
    border: 0 !important;
  }
  table:not(.table-condensed):not(.tierTable) tr {
    border: 0 !important;
    margin-bottom: 0 !important;
  }
  html body .kb-wrapper .kb-price-tiers-table .kb-table-row .kb-table-cell-number {
    float: left;
    width: 50% !important;
  }
  html body .kb-wrapper .kb-price-tiers-table .kb-table-row {
    clear: both;
    height: 20px !important;
    padding: 10px 10px !important;
    margin: 0 !important;
  }
  html body .kb-wrapper .kb-price-tiers-table .kb-table-header-row th {
    display: inline-block;
    float: left;
    width: 50% !important;
  }
  html body .kb-wrapper .kb-price-tiers-table .kb-table-header-row > th:first-child {
    width: 100% !important;
  }
  html body .kb-wrapper .kb-categories, html body .kb-wrapper .kb-designs {
    width: 100% !important;
    text-align: center !important;
  }
  html body .kb-wrapper .kb-categories .kb-category, html body .kb-wrapper .kb-designs .kb-design {
    /* width: 240px !important; */
    float: none !important;
    display: inline-block !important;
    /* margin-bottom: 25px !important; */
    /* margin-left: 22.5px !important; */
    /* margin-right: 22.5px !important; */
  }
  /* html body .kb-wrapper ul.kb-breadcrumbs {
    display: none !important;
    width: 100% !important;
  } */
}
@media all and (max-width: 949px) {
  html body .kb-wrapper .kb-customise-page .kb-preview-image {
    border: none !important;
  }
}
@media all and (max-width: 1200px) and (min-width: 811px) {
  html body .kb-wrapper .kb-customise-page .kb-preview-panel, html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
  }
}
@media all and (min-width: 240px) and (max-width: 811px) {
  html body .kb-wrapper .kb-popup .kb-popup-inner {
    width: 100%;
    max-width: 320px;
  }
  html body #kitBuilder {
    margin: 0 auto !important;
  }
  html body .kb-wrapper {
    width: 100% !important;
  }
  html body .kb-wrapper .kb-add-related-products {
    display: none !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-vector-wrapper {
    padding-bottom: 0 !important;
  }
  /* html body .kb-wrapper .kb-customise-edit-panel-toggle, html body .kb-wrapper ul.kb-breadcrumbs {
    display: none !important;
  } */
  html body .kb-wrapper .kb-customise-page .kb-page-heading {
    background: #ffffff !important;
    width: 100% !important;
    border-bottom: 1px solid #f8f8f8 !important;
    padding: 10px 0 !important;
    font-size: 18px !important;
    text-align: center !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:first-child .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/cards.svg") !important;
    height: 21px;
    width: 16px;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:first-child.kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/cards.svg") !important;
    height: 21px;
    width: 16px;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(3) .kb-wizard-breadcrumb-inner:before {
    content: url("https://ira.magicslate.xyz/wp-content/uploads/kit/logos.svg") !important;
    height: 21px;
    width: 16px;
  }
  html body .kb-wrapper .kb-customise-page li.kb-wizard-breadcrumb-active ~ .kb-wizard-breadcrumb:nth-child(3) .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/logos-grey.svg") !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(3).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/logos.svg") !important;
    height: 21px;
    width: 16px;
  }
  html body .kb-wrapper .kb-customise-page li.kb-wizard-breadcrumb-active ~ .kb-wizard-breadcrumb:nth-child(3).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/logos-grey.svg") !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(2) .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/design.svg") !important;
    height: 21px;
    width: 16px;
  }
  html body .kb-wrapper .kb-customise-page li.kb-wizard-breadcrumb-active ~ .kb-wizard-breadcrumb:nth-child(2) .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/design-grey.svg") !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(2).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/design.svg") !important;
    height: 21px;
    width: 16px;
  }
  html body .kb-wrapper .kb-customise-page li.kb-wizard-breadcrumb-active ~ .kb-wizard-breadcrumb:nth-child(2).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/design-grey.svg") !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(4) .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/name.svg") !important;
    height: 21px;
    width: 16px;
  }
  html body .kb-wrapper .kb-customise-page li.kb-wizard-breadcrumb-active ~ .kb-wizard-breadcrumb:nth-child(4) .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/name-grey.svg") !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(4).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/name.svg") !important;
    height: 21px;
    width: 16px;
  }
  html body .kb-wrapper .kb-customise-page li.kb-wizard-breadcrumb-active ~ .kb-wizard-breadcrumb:nth-child(4).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/name-grey.svg") !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(5) .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/add.svg") !important;
    height: 21px;
    width: 16px;
  }
  html body .kb-wrapper .kb-customise-page li.kb-wizard-breadcrumb-active ~ .kb-wizard-breadcrumb:nth-child(5) .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/add-grey.svg") !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(5).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/add.svg") !important;
    height: 21px;
    width: 16px;
  }
  html body .kb-wrapper .kb-customise-page li.kb-wizard-breadcrumb-active ~ .kb-wizard-breadcrumb:nth-child(5).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/name-grey.svg") !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:last-child .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/add.svg") !important;
    height: 21px;
    width: 16px;
  }
  html body .kb-wrapper .kb-customise-page li.kb-wizard-breadcrumb-active ~ .kb-wizard-breadcrumb:last-child .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/add-grey.svg") !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:last-child.kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/add.svg") !important;
    height: 21px;
    width: 16px;
  }
  html body .kb-wrapper .kb-customise-page li.kb-wizard-breadcrumb-active ~ .kb-wizard-breadcrumb:last-child.kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
    content: url("https://irasportswear.com/wp-content/uploads/kit/add-grey.svg") !important;
  }
  html body .kb-wrapper .kb-step-0 .kb-navigation-buttons .kb-button.kb-button-add-text {
    display: none !important;
  }
  html body .kb-wrapper .kb-navigation-buttons .kb-button-next.kb-button {
    /* width: calc(100% - 55px) !important; */
    background-color: #252525 !important;
    color: #fff !important;
    font-size: 0 !important;
    float: left !important;
  }
  html body .kb-wrapper .kb-navigation-buttons {
    overflow: initial !important;
  }
  html body .kb-wrapper .kb-navigation-buttons .kb-button.kb-button-add-text {
    font-size: 18px !important;
  }
  html body .kb-wrapper .kb-navigation-buttons .kb-button-next.kb-button:before {
    content: "Next" !important;
    font-size: 14px !important;
  }
  /* html body .kb-wrapper .kb-navigation-buttons .kb-button-prev, html body .kb-wrapper .kb-navigation-buttons .kb-button-next.kb-button-add-text.kb-button:before {
    display: none !important;
  } */
  html body .kb-wrapper .kb-customise-page .kb-preview-panel-inner {
    border: none !important;
    padding: 0 !important;
  }
  /* html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-button {
    background: #262262 !important;
    color: #ffffff !important;
  } */
  html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-tab-text-basic .kb-button, html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-tab-stroke .kb-button {
    background-color: #ffffff !important;
    color: #EC1E24 !important;
    border-color: #EC1E24 !important;
    opacity: 1 !important;
    border: 1px solid !important;
    border-bottom: 1px solid #ffffff !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-tab-text-basic .kb-button.kb-editor-tab-selected, html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-tab-stroke .kb-button.kb-editor-tab-selected {
    background: #EC1E24 !important;
    color: #fff !important;
    opacity: 1 !important;
    border: 0px solid #ffffff !important;
    border-bottom-color: #EC1E24 !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-button html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-button.kb-button-single-item-checkout-prev {
    background: #ffffff !important;
    color: #EC1E24 !important;
    border: 1px solid !important;
    border-color: rgb(193, 193, 193) !important;
  }
  html body .kb-wrapper .kb-customise-page.kb-step-1 .kb-customise-edit-panel .kb-wizard-form .kb-button {
    background: #ffffff !important;
    border-color: rgb(224, 224, 224) !important;
    color: #EC1E24 !important;
  }
  html body .kb-wrapper .kb-customise-page.kb-step-0 .kb-customise-edit-panel .kb-wizard-form .kb-button {
    background: #ffffff !important;
    border-color: rgb(224, 224, 224) !important;
    color: #EC1E24 !important;
  }
  html body .kb-wrapper .kb-customise-page.kb-step-2 .kb-customise-edit-panel .kb-wizard-form .kb-editor-info .kb-button {
    background: #ffffff !important;
    border-color: rgb(224, 224, 224) !important;
    color: #EC1E24 !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-button.kb-button-single-item-checkout-buy-now {
    background: #108600 !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-change-design-button {
    top: -45px !important;
    display: none !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-preview-panel {
    width: 100% !important;
    margin-right: 0 !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-change-view-button, html body .kb-wrapper .kb-customise-page .kb-change-view-buttons .kb-get-help-button, html body .kb-wrapper .kb-customise-page .kb-change-view-buttons .kb-view-sizes-button, html body .kb-wrapper .kb-customise-page .kb-change-view-buttons .kb-pricing-table-button {
    width: 52px !important;
    height: 50px !important;
  }
  .kb-wrapper .kb-wizard-form-field input.kb-text-box {
    margin-bottom: 20px !important;
  }
  html body .kb-wrapper .kb-simple-tired-pricing-table tfoot {
    display: block !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-change-view-buttons {
    top: 15px !important;
    right: -3px !important;
  }
  html body .kb-wrapper .kb-3d-wrapper {
    width: 100% !important;
    height: 306px !important;
  }
  /* html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel {
    width: 100% !important;
    position: relative !important;
    right: 0 !important;
    background: #ffffff !important;
    max-height: 400px !important;
    overflow: scroll !important;
  } */
  html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel-inner {
    height: 100% !important;
  }
  html body .kb-wrapper h1, html body .kb-wrapper h2, html body .kb-wrapper h3, html body .kb-wrapper h4, html body .kb-wrapper h5, html body .kb-wrapper h6, html body .kb-wrapper input, html body .kb-wrapper p, html body .kb-wrapper li, html body .kb-wrapper div, html body .kb-wrapper q, html body .kb-wrapper cite, html body .kb-wrapper blockquote, html body .kb-wrapper span, html body .kb-wrapper .kb-breadcrumb a {
    color: #262262 !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs {
    float: right !important;
    width: 40px !important;
    display: block !important;
  }
  /* html body .kb-wrapper .kb-wizard-form {
    width: calc((100%) - 42px) !important;
  } */
  html body .kb-wrapper .kb-group:before, html body .kb-wrapper .kb-group:after {
    display: none !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-customise-wizard .kb-wizard-breadcrumb span {
    font-size: 0 !important;
  }
  html body .kb-wrapper .kb-customise-wizard .kb-wizard-breadcrumb span:before {
    font-size: 1px;
    margin-left: 3px !important;
  }
  html body .kb-wrapper .kb-single-item-checkout {
    width: 360px !important;
    padding: 13px !important;
    /* border: 2px solid #f8f8f8 !important; */
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-inner {
    padding: 8px 4px !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-customise-wizard {
    padding-top: 0 !important;
    padding: 2% !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb {
    margin-bottom: 15px !important;
    margin-left: -2px !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb-active.kb-wizard-breadcrumb {
    border-bottom: 0px solid #f8f8f8 !important;
    border-left: 0px solid #ffffff !important;
    border: 0px !important;
  }
  /* html body .kb-wrapper .kb-customise-edit-panel .kb-wizard {
    width: auto !important;
    overflow-y: auto !important;
    padding-right: 10px !important;
    max-height: 250px !important;
    overflow: scroll !important;
  } */
  html body .kb-wrapper .kb-wizard-form-row.kb-wizard-form-row.kb-field-editor {
    padding-right: 0 !important;
  }
  html body .kb-wrapper .kb-table .kb-table-header-cell {
    color: #252525 !important;
  }
  /* html body .kb-wrapper .kb-team-details-type-selector-description {
    display: none !important;
  } */
  html body .kb-wrapper .kb-team-details-type-selector-question {
    background: transparent !important;
    padding: 1% 1% !important;
    margin-bottom: 20px !important;
  }
  html body .kb-wrapper .kb-group-finalisation .kb-field-companyName .kb-wizard-form-field .kb-text-box {
    width: 92% !important;
  }
  html body .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-button {
    width: 100% !important;
    float: right !important;
    padding: 14px 0 !important;
    border: none !important;
    margin-bottom: 5px !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-navigation-buttons .kb-button-finish, html body .kb-wrapper .kb-customise-page .kb-single-item-checkout .kb-button-single-item-checkout-buy-now {
    /* background: #108600 !important; */
    color: #ffffff !important;
  }
  html body .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-button:nth-child(2n-1) {
    margin-right: 0 !important;
  }
  html body .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-button.kb-button-single-item-checkout-prev {
    font-size: 0 !important;
  }
  html body .kb-wrapper .kb-single-item-checkout .kb-buttons .kb-button.kb-button-single-item-checkout-prev:before {
    font-size: 14px !important;
    content: "Back" !important;
  }
  html body .kb-wrapper .kb-form-desc {
    padding: 5px !important;
    clear: both !important;
    font-size: 10px !important;
  }
  html body .kb-wrapper .kb-wizard-form .kb-button-customise, html body .kb-wrapper .kb-customise-edit-panel-inner .kb-customise-wizard .kb-wizard-form > div > div > div:nth-child(2) > a {
    background: #EC1E24 !important;
    border-radius: 3px;
    width: calc(100% + 42px) !important;
    display: block !important;
    text-align: center !important;
    padding: 15px 0 !important;
    text-transform: capitalize !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
  }
  html body .kb-wrapper .kb-wizard-step .kb-wizard-customise-tabs {
    display: inline-block !important;
  }
  html body .kb-wrapper .kb-wizard-step .kb-group-name-number, html body .kb-wrapper .kb-wizard-step .kb-group-logo, html body .kb-wrapper .kb-wizard-step .kb-group-onthego-logo, html body .kb-wrapper .kb-wizard-step .kb-group-name-number .kb-wizard-group-header:after, html body .kb-wrapper .kb-wizard-step .kb-group-logo .kb-wizard-group-header:after, html body .kb-wrapper .kb-wizard-step .kb-group-onthego-logo .kb-wizard-group-header:after {
    display: block !important;
  }
  html body .kb-wrapper .kb-wizard li > .kb-wizard-step.kb-wizard-customise-tabs {
    text-align: left !important;
    border-bottom: 1px solid #d7d7d7 !important;
    overflow-y: auto !important;
    white-space: nowrap !important;
  }
  html body .kb-wrapper .kb-step-4 .kb-wizard li > .kb-wizard-step.kb-wizard-customise-tabs, html body .kb-wrapper .kb-step-3 .kb-wizard li > .kb-wizard-step.kb-wizard-customise-tabs {
    border-bottom: none !important;
  }
  html body .kb-wrapper .kb-wizard-group-header::after {
    display: none !important;
  }
  html body .kb-wrapper .kb-wizard-group-header {
    /* padding: 10px 6px !important; */
    background: #f2f2f2 !important;
    color: #262262 !important;
    border: 0px solid #d7d7d7;
    margin-right: 2px !important;
    font-size: 15px !important;
    margin-top: 8px !important;
    border-bottom: none !important;
    border-radius: 0;
  }
  html body .kb-wrapper .kb-wizard-group-header-selected {
    background: #ffffff !important;
  }
  /* html body .kb-wrapper .kb-wizard-form {
    border-top: 2px solid #f8f8f8 !important;
    border-right: 2px solid #f8f8f8 !important;
  } */
  html body .kb-wrapper .kb-current-step-name {
    text-transform: capitalize !important;
    padding: 5px 0 !important;
    float: left !important;
  }
  /* html body .kb-wrapper .kb-wizard-form .kb-edit-panel-header {
    float: left;
    width: 100%;
    margin-bottom: 3px !important;
  } */
  html body .kb-wrapper .kb-wizard-form .kb-edit-panel-header .kb-button-add-text {
    width: auto !important;
    padding: 5px 5px !important;
    border-bottom: 1px solid #252525 !important;
    background: transparent !important;
    color: #252525 !important;
    text-transform: uppercase !important;
    float: right !important;
    font-size: 12px !important;
    margin-right: 5px !important;
  }
  html body .kb-wrapper .kb-customise-page.kb-step-0 .kb-wizard-form .kb-edit-panel-header .kb-button-add-text {
    display: inline-block !important;
  }
  html body .kb-show-enter-name-number .kb-current-step-name, html body .kb-wrapper .kb-show-enter-name-number .kb-navigation-buttons {
    display: none !important;
  }
  html body .kb-show-enter-name-number .kb-wizard-step {
    border-bottom: none !important;
  }
  html body .kb-wrapper .kb-editor-info, html body .kb-wrapper .kb-editor-font-panel {
    float: left !important;
    width: 100% !important;
    margin-bottom: 5px !important;
  }
  html body .kb-wrapper .kb-page-heading-container .kb-customise-product-heading {
    display: block !important;
    font-size: 14px !important;
  }
  html body .kb-wrapper .kb-table .kb-single-item-checkout-min-qty-cell, html body .kb-wrapper .kb-table .kb-table-header-cell, html body .kb-wrapper .kb-table .kb-table-cell-number, html body .kb-wrapper .kb-table .kb-unit-remove a, html body .kb-wrapper .kb-table .kb-unit-count, html body .kb-wrapper .kb-table-cell {
    color: #252525 !important;
    border-color: #252525 !important;
  }
  html body .kb-wrapper .kb-wizard-step.kb-wizard-step-hidden {
    display: none !important;
  }
  html body .kb-wrapper .kb-team-details .kb-wizard-group-header, html body .kb-wrapper .kb-editor-placement .kb-wizard-group-header {
    display: block !important;
  }
  html body .kb-wrapper .kb-tile-picker-color .kb-tile-picker-label {
    width: 35px !important;
    height: 30px !important;
    position: relative !important;
    display: block !important;
    overflow: visible !important;
    margin-bottom: 0 !important;
  }
  html body .kb-wrapper .kb-tile-picker-tile {
    width: 20px !important;
    height: 20px !important;
    margin-left: 4px !important;
    margin-bottom: 6px !important;
    border-radius: .4em !important;
  }
  html body .kb-wrapper .kb-tile-picker-color .kb-tile-picker-radio:checked + .kb-tile-picker-tile {
    width: 28px !important;
    height: 28px !important;
    position: absolute !important;
    left: -4px;
    top: -4px;
    z-index: 2;
  }
  html body .kb-wrapper .kb-tile-picker-color .kb-tile-picker-radio:checked + .kb-tile-picker-tile:after {
    bottom: 32px !important;
  }
  html body .kb-wrapper .kb-single-item-checkout .kb-price-tiers-table {
    margin-bottom: 0 !important;
  }
  html body .kb-wrapper .kb-table-total-row .kb-table-cell {
    padding-top: 8px !important;
    padding-bottom: 0 !important;
  }
  html body .kb-wrapper .kb-units-table .kb-table-head .kb-table-header-cell:first-child {
    padding-left: 7px !important;
    font-size: 12px !important;
  }
  html body .kb-wrapper .kb-units-table .kb-table-head .kb-table-header-cell {
    font-size: 12px !important;
  }
  html body .kb-wrapper .kb-units-table .kb-unit-number input {
    width: 25px !important;
  }
  html body .kb-wrapper .kb-unit-name {
    width: 45% !important;
  }
  html body .kb-wrapper .kb-simple-tired-pricing-table {
    margin-top: 0 !important;
  }
}
@media all and (max-width: 405px) {
  html body .kb-wrapper .kb-price-tiers-table .kb-table-row {
    display: block !important;
    width: 100% !important;
  }
}
@media all and (max-width: 811px) and (min-height: 1001px) and (max-height: 1200px) {
  html body .kb-wrapper .kb-3d-wrapper {
    max-height: 360px !important;
  }
}
@media all and (max-width: 811px) and (min-height: 853px) and (max-height: 1000px) {
  html body .kb-wrapper .kb-3d-wrapper {
    height: 360px !important;
  }
}
@media all and (max-width: 811px) and (min-height: 682px) and (max-height: 852px) {
  html body .kb-wrapper .kb-3d-wrapper {
    max-height: 360px !important;
  }
}
@media all and (max-width: 811px) and (min-height: 600px) and (max-height: 681px) {
  html body .kb-wrapper .kb-3d-wrapper {
    height: 360px !important;
  }
}
@media all and (max-width: 811px) and (min-height: 510px) and (max-height: 599px) {
  html body .kb-wrapper .kb-3d-wrapper {
    height: 300px !important;
  }
}
@media all and (max-width: 811px) and (min-height: 428px) and (max-height: 509px) {
  html body .kb-wrapper .kb-3d-wrapper {
    height: 200px !important;
  }
}
@media all and (max-width: 811px) and (min-height: 200px) and (max-height: 427px) {
  html body .kb-wrapper .kb-3d-wrapper {
    height: 150px !important;
  }
}
@media all and (max-height: 535px) {
  html body .kb-wrapper .kb-customise-page .kb-change-view-buttons {
    display: none !important;
  }
}
html body .kb-pane-aggregate:before {
  content: "Size and Quantity";
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px 0 !important;
  display: block;
  padding-left: 4px !important;
  
}
html body .kb-wrapper .kb-new-entry-line-per-size .kb-aggregate-size-name {
  /* width: 470px !important; */
}
html body .kb-wrapper .kb-new-entry-line-per-size .kb-aggregate-size-name select {
  height: 40px !important;
  width: 90% !important;
}
html body .kb-wrapper .kb-new-entry-line-per-size .kb-table-cell-number {
  text-align: center !important;
  width: 105px !important;
}
html body .kb-wrapper .kb-new-entry-line-per-size .kb-table-header-cell.kb-table-cell-number {
  text-align: left !important;
}
html body .kb-wrapper .kb-new-entry-line-per-size .kb-table-cell-number input {
  padding: 11.5px !important;
  width: 80px !important;
}
html body .kb-wrapper .kb-new-entry-line-per-size .kb-add-size-cell .kb-add-size {
  background: url(skin/add.png) no-repeat center center;
  width: 40px !important;
  height: 40px !important;
  background-size: contain;
  text-indent: -9999px !important;
  display: block !important;
  float: right !important;
}
html body .kb-wrapper .kb-new-entry-line-per-size .kb-remove-size-cell .kb-remove-size {
  background: url(skin/remove.png) no-repeat center center;
  width: 40px !important;
  height: 40px !important;
  background-size: contain;
  text-indent: -9999px !important;
  display: block !important;
  float: none !important;
  margin-left: 5px !important;
}
html body .kb-wrapper .kb-new-entry-line-per-size .ng-invalid {
  border-color: #ac2727 !important;
}
html body .kb-wrapper .kb-new-entry-line-per-size .kb-table-header-row th {
  text-transform: uppercase !important;
}
html body .kb-wrapper .kb-aggregate-size-quantity-input {
  border: 1px solid #f8f8f8 !important;
}
html body .kb-wrapper .kb-show-enter-name-number .kb-navigation-buttons {
  display: none !important;
}
html body .kb-wrapper .kb-page-heading-container {
  display: block !important;
}
html body .kb-wrapper .kb-page-heading-container .kb-customise-product-heading {
  display: block !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}
html body .kb-wrapper .kb-customise-page .kb-customise-product-heading .kb-customise-product-name, html body .kb-wrapper .kb-customise-page .kb-customise-product-heading .kb-customise-product-unit-price {
  color: #252525 !important;
  display: inline !important;
  width: auto !important;
  float: none !important;
}
@media screen and (max-width: 811px) {
  html body .kb-wrapper .kb-page-heading-container .kb-customise-product-heading {
    display: none !important;
  }
}
html body .kb-wrapper .kb-customise-page .kb-customise-product-heading .kb-customise-product-unit-price {
  font-weight: bold !important;
}
html body .kb-wrapper .kb-group-quantities-and-sizing .kb-wizard-form-key-editor {
  display: flex !important;
  flex-wrap: wrap !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
}
html body .kb-wrapper .kb-group-quantities-and-sizing .kb-wizard-form-key-editor .kb-form-desc {
  order: 1 !important;
}
html body .kb-wrapper .kb-group-quantities-and-sizing .kb-wizard-form-key-editor .kb-wizard-form-label-full-width {
  order: 2 !important;
}
html body .kb-wrapper .kb-group-quantities-and-sizing .kb-wizard-form-field-full-width {
  order: 3 !important;
}
html body .kb-wrapper .kb-validation.kb-invalid {
  border: 0 !important;
  border-radius: 4px !important;
  display: none;
  padding: 20px !important;
  padding-left: 60px !important;
}
html body .kb-wrapper .kb-validation.kb-warning {
  border: 0 !important;
  border-radius: 4px !important;
  padding: 20px !important;
  padding-left: 60px !important;
}
html body .kb-wrapper .kb-validation.kb-invalid div {
  display: none !important;
}
html body .kb-wrapper .kb-validation.kb-invalid ul, html body .kb-wrapper .kb-validation.kb-warning ul {
  list-style-type: none !important;
  padding: 0 !important;
}
html body .kb-wrapper .kb-validation.kb-invalid ul li, html body .kb-wrapper .kb-validation.kb-warning {
  color: #a94442 !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
html body .kb-wrapper .kb-validation.kb-warning {
  background-color: #feffde !important;
  border-color: #feffde !important;
  color: #a75905 !important;
  line-height: 20px !important;
}
html body .kb-wrapper .kb-validation.kb-invalid ul li:before, html body .kb-wrapper .kb-validation.kb-warning:before, html body .kb-wrapper .kb-editor-file-upload-error:before {
  background-image: url('https://irasportswear.com/wp-content/uploads/kit/alert.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  content: ' ';
  display: inline-block;
  height: 18px;
  margin-left: -40px;
  white-space: pre;
  width: 20px;
}
html body .kb-wrapper .kb-validation.kb-warning:before {
  background-image: url('https://irasportswear.com/wp-content/uploads/kit/warning.svg');
  display: block;
  float: left;
  height: 20px;
}
html body .kb-wrapper .kb-editor-file-upload-error {
  background-color: #f2dede !important;
  border: 0 !important;
  border-radius: 4px !important;
  color: #a94442 !important;
  font-size: 14px !important;
  font-weight: normal !important;
  padding: 20px !important;
  padding-left: 60px !important;
}
html body .kb-wrapper .kb-editor-file-upload-error:before {
  display: block;
  float: left;
  margin-bottom: 20px;
}
html body .kb-wrapper .kb-editor-images .kb-editor-image, .kb-wrapper .kb-editor-images .kb-editor-folder {
  border: 1px solid;
  border-radius: 20%;
}
@media (max-width: 811px) {
  body.front .kb-wrapper a, .front .kb-wrapper a:link {
    color: #EC1E24 !important;
  }
  /* .kb-form-desc {
    display: none;
  } */
}
a {
  border-bottom: 0px solid #EC1E24;
}
.kb-wrapper input.kb-text-box, .kb-wrapper input.kb-editor-text, .kb-wrapper .kb-dropdown {
  padding: 10px 20px !important;
  color: #555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
  display: inline-block !important;
  box-shadow: none !important;
  padding: 10px !important;
  height: 40px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
}
.kb-wrapper input.kb-text-box.ng-valid:not(form):not([ng-form]):not(div):focus, .kb-wrapper input.kb-editor-text:focus {
  outline: 0 !important;
  box-shadow: none !important;
  border-color: #EC1E24 !important;
}
.kb-wrapper input.kb-text-box::-moz-placeholder, .kb-wrapper input.kb-editor-text::-moz-placeholder {
  color: #999;
  opacity: 1
}
.kb-wrapper input.kb-text-box:-ms-input-placeholder, .kb-wrapper input.kb-editor-text:-ms-input-placeholder {
  color: #999
}
.kb-wrapper input.kb-text-box::-webkit-input-placeholder, .kb-wrapper input.kb-editor-text::-webkit-input-placeholder {
  color: #999
}
.kb-wrapper input.ng-valid:not(form):not([ng-form]):not(div) {
  border-color: #e0e0e0 !important;
  box-shadow: none !important;
}
.kb-wrapper .kb-navigation-buttons span.ng-scope.bound {
  display: none !important;
}
.breadcrumb {
  padding: 0 0;
  margin-bottom: 20px;
  margin-top: 0px;
  list-style: none;
  background-color: #fff;
  border-radius: 3px;
}
@media (max-width: 639px) {
  .ow-breadcrumbs li {
    display: none;
  }
  .ow-breadcrumbs li:nth-last-child(2), .ow-breadcrumbs li:nth-last-child(2) ~ li {
    display: inline;
  }
}
body .kb-wrapper .kb-editor-info a.kb-button {
  color: #EC1E24 !important;
  opacity: 1 !important;
  padding: 5px 10px !important;
  border-radius: 3px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgb(224, 224, 224) !important;
  line-height: 1.5 !important;
  background: #ffffff !important;
}
body .kb-wrapper .kb-editor-info a.kb-button:hover {
  box-shadow: none !important;
  background-color: rgb(248, 248, 248) !important;
  border-color: rgb(193, 193, 193) !important;
}
body .kb-wrapper .kb-text-box.kb-integer {
  width: auto !important;
}
html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-tab-text-basic .kb-button, html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-tab-stroke .kb-button {
  background: #CCCCCC !important;
  color: #000000 !important;
  border-color: #EC1E24 !important;
  opacity: 1 !important;
  border: 0px solid !important;
  border-bottom: 0px solid #ffffff !important;
  padding: 10px !important;
}
html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-tab-text-basic .kb-button.kb-editor-tab-selected, html body .kb-wrapper .kb-customise-page .kb-customise-edit-panel .kb-tab-stroke .kb-button.kb-editor-tab-selected {
  background: #EC1E24 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  border: 0px solid #ffffff !important;
  border-bottom-color: #EC1E24 !important;
  padding: 10px !important;
}
.select2-drop.select2-drop-active {
  z-index: 100000000;
}
html body .kb-wrapper .otg-terms-conditions {
  color: #999 !important;
  font-size: 13px !important;
  text-align: right;
}
html body .kb-wrapper .otg-terms-conditions strong {
  font-weight: bold !important;
}
html body .kb-wrapper .otg-terms-conditions a {
  color: #EC1E24 !important;
  text-decoration: underline !important;
}
html body .kb-wrapper .otg-terms-conditions a:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  html body .kb-wrapper {
    background: transparent !important;
  }
  html body .kb-wrapper .kb-partial-wrap {
    margin-top: 00px !important;
    padding-top: 4px !important;
    position: relative;
  }
 */
  html body .kb-wizard-wrapper {
    margin-top: 30px !important;
    position: relative;
  }
  html body .kb-wizard-wrapper .kb-wizard-breadcrumbs li a .kb-wizard-breadcrumb-inner, html body .kb-wizard-wrapper .kb-wizard-breadcrumbs li div .kb-wizard-breadcrumb-inner {
    display: block;
    padding: 12px 14.5px !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs, .kb-wizard-breadcrumbs {
    left: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
    clear: both !important;
    counter-reset: step !important;
    height: 40px !important;
    margin: 0px 0px 36px 0px !important;
    padding-left: 0px !important;
    list-style: none !important;
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
    overflow: hidden !important;
    background: lightgrey !important;
    border-top: 1px solid #fff;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li, .kb-wizard-breadcrumbs li {
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
    display: table-cell !important;
    text-align: center !important;
    color: #f8f8f8 !important;
    position: relative !important;
    background: transparent !important;
    background-image: none !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active {
    color: #EC1E24;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li:after, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li:before, .kb-wizard-breadcrumbs li:after, .kb-wizard-breadcrumbs li:before {
    content: " ";
    width: 100%;
    height: 6px;
    background-color: #EC1E24;
    position: absolute !important;
    left: -50%;
    top: 14px !important;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: -1;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active:after, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active:before, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active:after, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active:before {
    background-color: #EC1E24;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:after, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:before, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:after, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:before {
    background-color: #f8f8f8;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li:first-child:after, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li:first-child:before, .kb-wizard-breadcrumbs li:first-child:after, .kb-wizard-breadcrumbs li:first-child:before {
    width: 50%;
    left: 0;
    border-radius: 3px 0 0 3px;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li:last-child:after, .kb-wizard-breadcrumbs li:last-child:after {
    display: block !important;
    width: 50% !important;
    left: auto !important;
    right: 0 !important;
    border-radius: 0px 3px 3px 0px;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li a, .kb-wizard-breadcrumbs li div {
    border-bottom-color: transparent;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li a:before, .kb-wizard-breadcrumbs li div:before {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto 5px;
    border-radius: 50%;
    background-color: #EC1E24;
    box-shadow: 0 0 0 6px #fff;
    position: relative;
    text-align: center;
    content: " ";
    white-space: pre;
    display: inline-block;
    background-image: url("https://irasportswear.com/wp-content/uploads/kit/cards.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    display: none;
  }
  .kb-wizard-wrapper .kb-wizard-breadcrumbs li div:before {
    background-image: url("https://irasportswear.com/wp-content/uploads/kit/cards.svg");
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li:nth-child(2) a:before, .kb-wizard-breadcrumbs li:nth-child(2) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/design.svg');
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:nth-child(2) a:before, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:nth-child(2) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/design-grey.svg');
  }
  .kb-wizard-wrapper.kb-wizard-breadcrumbs li:nth-child(2) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/design.svg');
  }
  .kb-wizard-wrapper.kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:nth-child(2) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/design.svg');
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li:nth-child(3) a:before, .kb-wizard-breadcrumbs li:nth-child(3) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/logos.svg');
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:nth-child(3) a:before, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:nth-child(3) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/logos-grey.svg');
  }
  .kb-wizard-wrapper .kb-wizard-breadcrumbs li:nth-child(3) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/logos.svg');
  }
  .kb-wizard-wrapper .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:nth-child(3) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/logos-grey.svg');
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li:nth-child(4) a:before, .kb-wizard-breadcrumbs li:nth-child(4) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/name.svg');
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:nth-child(4) a:before, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:nth-child(4) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/name-grey.svg');
  }
  .kb-wizard-wrapper .kb-wizard-breadcrumbs li:nth-child(4) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/name.svg');
  }
  .kb-wizard-wrapper .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:nth-child(4) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/name-grey.svg');
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li:nth-child(5) a:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/add.svg');
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:nth-child(5) a:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/add-grey.svg');
  }
  .kb-wizard-wrapper .kb-wizard-breadcrumbs li:nth-child(5) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/add.svg');
  }
  .kb-wizard-wrapper .kb-wizard-breadcrumbs li ~ li:nth-child(5) div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/add-grey.svg');
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li:last-child a:before, .kb-wizard-breadcrumbs li:last-child div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/add.svg');
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:last-child a:before, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:last-child div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/add-grey.svg');
  }
  .kb-wizard-wrapper .kb-wizard-breadcrumbs li:last-child div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/add.svg');
  }
  .kb-wizard-wrapper .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li:last-child div:before {
    background-image: url('https://irasportswear.com/wp-content/uploads/kit/add-grey.svg');
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active.kb-wizard-breadcrumb, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active.kb-wizard-breadcrumb {
    background: transparent !important;
    border: none !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active a:before, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active div:before {
    background-color: #EC1E24;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li a:before, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li div:before {
    background-color: #f8f8f8;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li a .kb-wizard-breadcrumb-inner, .kb-wizard-breadcrumbs li div .kb-wizard-breadcrumb-inner {
    color: #000 !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
    font-weight: bold;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active a:before, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active a .kb-wizard-breadcrumb-inner, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active div:before, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active div .kb-wizard-breadcrumb-inner {
    color: #fff !important;
    background: #EC1E24;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li a:before, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li a .kb-wizard-breadcrumb-inner, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li div:before, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li div .kb-wizard-breadcrumb-inner {
    color: #000 !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active a .kb-wizard-breadcrumb-inner, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active a .kb-wizard-breadcrumb-inner {
    font-weight: 700 !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb a .kb-wizard-breadcrumb-inner:before, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:first-child.kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(2).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(3).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:nth-child(4).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before, html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumb:last-child.kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb div .kb-wizard-breadcrumb-inner:before, .kb-wizard-breadcrumb:first-child.kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before, .kb-wizard-breadcrumb:nth-child(2).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before, .kb-wizard-breadcrumb:nth-child(3).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before, .kb-wizard-breadcrumb:nth-child(4).kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before, .kb-wizard-breadcrumb:last-child.kb-wizard-breadcrumb-active .kb-wizard-breadcrumb-inner:before {
    counter-increment: step !important;
    content: counter(step) ". " !important;
    vertical-align: top !important;
  }
}
body .kb-wrapper .kb-wizard-breadcrumbs li, .kb-wizard-breadcrumbs li {
  font-weight: normal;
}
/*.kb-field-descIntro {
	display: none;
}*/
.kb-wrapper .kb-customise-page .kb-customise-edit-panel-inner .kb-customise-wizard {
  padding-top: 0 !important;
}
html body .kb-wrapper .kb-group-collar:nth-child(2) .kb-wizard-group-header {
  margin-top: 0px !important;
}
h1.kb-title {
  text-align: center;
  color: #000000;
  font-family: 'Frutiger', sans-serif !important;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 811px) {
  html body .kb-wizard-wrapper {
    display: none !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li a .kb-wizard-breadcrumb-inner, .kb-wizard-breadcrumbs li div .kb-wizard-breadcrumb-inner {
    background-color: #108600 !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active a .kb-wizard-breadcrumb-inner, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active div:before {
    background-color: #EC1E24 !important;
  }
  html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li a .kb-wizard-breadcrumb-inner, .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li div:before {
    background-color: #f8f8f8 !important;
  }
  html body .kb-wrapper .kb-units-table .kb-unit-size select {
    height: 34px !important;
    width: calc(100% - 2em) !important;
  }
}
html body .kb-wrapper .kb-units-table .kb-table-cell .kb-unit-remove {
  vertical-align: bottom !important;
}
.kb-wrapper .noUi-target.noUi-horizontal {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.kb-wrapper .noUi-horizontal .noUi-base .noUi-handle {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: #EC1E24 !important;
  cursor: pointer;
  border: none !important;
  left: -7px !important;
  top: 50% !important;
}
.kb-wrapper .noUi-horizontal .noUi-base {
  margin: 0 12px;
  width: auto !important;
  height: 6px !important;
  position: relative !important;
  background: #EC1E24 !important;
  border-radius: 6px;
}
.kb-wrapper .noUi-horizontal .noUi-origin {
  height: 6px;
  top: 50% !important;
  background: #abd8ff !important;
  border-radius: 6px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.kb-wizard-form-label .kb-wizard-form-label-full-width .ng-scope {
  display: none;
}
a.a-save-design-btn-normal {
  display: block;
  width: 200px;
  position: absolute;
  right: 10%;
}
a.a-save-design-btn-mobile {
  display: none;
}
@media (max-width: 768px) {
  a.a-save-design-btn-normal {
    display: none;
  }
  a.a-save-design-btn-mobile {
    display: block;
  }
}
html body .kb-wrapper .kb-tile-picker-tile {
  width: 30px !important;
  height: 30px !important;
  margin-left: 6px !important;
  margin-bottom: 6px !important;
  border-radius: 20% !important;
}
@media (max-width: 811px) and (min-width: 240px) {
  html body .kb-wrapper .kb-tile-picker-color .kb-tile-picker-label {
    width: 35px !important;
    height: 30px !important;
    position: relative !important;
    display: inline-block !important;
    overflow: visible !important;
    margin-bottom: 0 !important;
  }
  html body .kb-wrapper .kb-tile-picker-color .kb-tile-picker-radio:checked + .kb-tile-picker-tile {
    left: 0px !important;
    top: 0px !important;
  }
}
html body .kb-wrapper .kb-designs .kb-design-img {
  padding-bottom: 0px !important;
}
html body .kb-wrapper .kb-tile-picker-tile img {
  border-radius: 20% !important;
}
html body .kb-wrapper .kb-customise-page .kb-customise-wizard {
  border: 0 !important;
  padding: 0 !important;
}


html body .kb-wrapper .kb-wizard-group-header-selected {
  background: #262262 !important;
  color: #fff !important;
}
html body .kb-wrapper .kb-custom-form {
  max-width: 640px !important;
  margin: 0 auto 20px auto !important;
  padding: 20px !important;
  border: 1px solid #cccccc;
  width: 100%; /* Make it fluid for smaller screens */
}
/* Responsive adjustments */
@media (max-width: 768px) {
  html body .kb-wrapper .kb-custom-form {
    max-width: 90% !important; /* Reduce width to fit screen */
    padding: 15px !important;
  }
}
@media (max-width: 480px) {
  html body .kb-wrapper .kb-custom-form {
    max-width: 95% !important; /* Further reduce for smaller devices */
    padding: 10px !important;
  }
}
html body .kb-wrapper .kb-form-intro {
  margin: 10px 0 !important;
  font-size: 16px !important;
  color: #262262 !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
}
html body .kb-wrapper .kb-form-footer-content {
  text-align: left !important;
  margin: 20px 0 !important;
}
html body .kb-button .kb-form-button-submit {
  background: #262262 !important;
}
html body .kb-wrapper .kb-button {
  background: #262262 !important;
  padding: 10px !important;
}
html body .kb-wrapper .kb-button-icon-pdf:before {
  content: none !important;
}
html body .kb-wrapper .kb-content h3 {
  font-size: 20px !important;
  color: #EC1E24 !important;
}
html body .kb-wrapper .kb-final-category-header-wrapper {
  border: solid 1px #ccc !important;
  margin: 10px 0 !important;
  padding: 20px !important;
  /* margin-top: -47px !important; */
}
html body .kb-wrapper .kb-final-cta-list {
  /* margin: 5px 0 0 0 !important; */
  /* padding: 10px 0 !important; */
}
html body .kb-wrapper a, .kb-wrapper a:link {
  color: #333 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
html body .kb-wrapper .kb-final-cta-header {
  /* border-bottom: solid 1px #ccc !important;
  margin: 0 !important;
  padding: 10px 0 !important;
  color: #EC1E24 !important;
  font-size: 20px !important;
  font-weight: 500 !important; */
  display: none;
}
html body .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {
  width: 100% !important;
}
html body .kb-wrapper .kb-final-category-preview .kb-final-category-preview-inner {
  width: 100% !important;
}
html body .kb-wrapper .kb-basket-item-double-col {
  width: 33% !important;
}
html body .kb-wrapper .kb-final-button {
  background: #262262 !important;
  padding: 10px !important;
  border-radius: 5px;
  margin:  0px !important;
  color: #ffffff !important;
}
html body .kb-wrapper .kb-final-button a{
  margin: 0px !important;
}
html body .kb-wrapper .kb-final-remove {
  background: #EC1E24 !important;
}
html body .kb-wrapper .kb-final-remove .kb-final-button {
  background: #EC1E24 !important;
}
html body .kb-wrapper .kb-table .kb-table-cell {
  padding: 5px !important;
}
html body .kb-wrapper .kb-overlay-button a:after {
  display: none !important;
  content: none !important;
}
html body .kb-wrapper .kb-pane-aggregate .kb-table {
  max-height: 350px !important;
  overflow-y: auto !important;
}
html body .kb-wrapper .kb-team-details .kb-document-upload-input {
  margin-top: 20px !important;
}
html body .kb-wrapper .kb-form-desc a {
  background: black;
  padding: 5px 10px;
  color: #fff !important;
  text-decoration: none !important;
  margin-top: 10px;
}
html body .kb-wrapper .kb-final-cta-list .ng-scope {
  background: #EC1E24;
  padding: 15px 10px !important;
  color: #fff !important;
}
html body .kb-wrapper .kb-final-cta-list .ng-scope a {
  color: white !important;
  font-size: 12px !important;
  margin-bottom: 10px;
  margin-top: 10px;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active ~ li a:before {
  display: none !important;
}
html body .kb-wrapper .kb-customise-page .kb-wizard-breadcrumbs li.kb-wizard-breadcrumb-active a:before {
  display: none !important;
}
html body .kb-wrapper .kb-page-locker-room .kb-partial-wrap {
  width: 90% !important;
  margin: 0% auto !important;
  display: block;
  float: none !important;
}
html body .kb-wrapper .kb-customise-page .kb-change-design-button.kb-additional-overlay-buttons {
  left: 0 !important;
  right: unset !important;
  transform: none !important;
}
.kb-wrapper .kb-customise-page .kb-change-design-button.kb-additional-overlay-buttons {
  left:20% !important;
  right:0;
  top:90% !important;
}
/* html body .kb-wrapper .kb-inline .kb-partial-wrap {
  max-width: 100% !important;
} */

html body .kb-wrapper .kb-history-controls{
  position: absolute !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  bottom: 40% !important;
  right: 20px !important;
  z-index: 3;
}

html body .kb-wrapper .kb-final-buttons-wrapper{
     max-width: 280px;
    display: flex !important;
    gap: 10px !important;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto !important;
}

@media (max-width: 767px){

  html body.is-customise .kb-wrapper .kb-inline .kb-partial-wrap{
    height: 875px !important;
    /* border: 1px solid #000000; */
  }
  
  html body .kb-wrapper .kb-history-controls{
  bottom: 10px !important;
  top: 75%;
  right: 10px !important;
}

html body .kb-3d-wrapper canvas{
  display: block;
    touch-action: none;
    position: absolute;
    /* top: 12%;
    left: 10%; */
}

html body ul.kb-wizard.ng-scope{
  overflow-y: scroll !important;
  max-height: 300px !important;
}

/* html body .kb-wrapper .kb-navigation-buttons{
  padding: 0px 20px !important;
} */

html body .kb-wrapper .kb-final-category-header-wrapper{
  padding: 10px !important;
}

html body .kb-wrapper .kb-navigation-buttons .kb-button{
  padding: 8px 20px !important;
  border-radius: 5px !important;
}

.kb-tile-picker-selected {
  display: none !important;
}

html body .kb-wrapper .kb-final-cta-list .ng-scope {
  padding: 15px 10px !important;
  text-align: center !important;
  border-radius: 5px !important;
}

html body .kb-wrapper .kb-final-cta-list li{
  margin-right: 0px !important;
}

html body .kb-wrapper .kb-final-buttons-wrapper{
display: flex !important;
flex-direction: column !important;
gap: 8px !important;
}

html body .kb-wrapper .kb-final-buttons-wrapper br{
  display: none !important;
}

html body .kb-wrapper .kb-add-buttons div{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important; /* row + column gap */
}

.kb-wrapper .kb-final-cta-list {
  display: grid !important;
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
  column-gap: 8px;
  row-gap: 20px;
}

/* First item - full width */
.kb-wrapper .kb-final-cta-list > li:nth-child(1) {
  grid-column: 1 / -1;
}

/* Middle 3 items */
.kb-wrapper .kb-final-cta-list > li:nth-child(2),
.kb-wrapper .kb-final-cta-list > li:nth-child(3),
.kb-wrapper .kb-final-cta-list > li:nth-child(4) {
  grid-column: span 1;
}

/* Last item - full width */
.kb-wrapper .kb-final-cta-list > li:last-child {
  grid-column: 1 / -1;
  text-align: center;
}

html body .kb-wrapper .kb-dialog{
      position: fixed !important;
      width: 100vw !important;
      max-width: 100vw !important;
      left: 0 !important;
      right: 0 !important;
      top: 20% !important;
      margin: 0 !important;
      transform: none !important;
      box-sizing: border-box;
      padding: 16px !important;
      border: none !important;
}

  html body .kb-wrapper .kb-dialog-content {
      width: 100% !important;
      max-width: 90vw !important;
      max-height: 80vh !important;
      overflow-y: auto !important;
      box-sizing: border-box !important;
  }
html body .kb-wrapper .kb-wizard-form-label{
  width: 30% !important;
}

html body .kb-wrapper .kb-final-button{
  margin-right: 0px !important;
}

}

html body .kb-wrapper .kb-history-controls .kb-history-controls-undo-button, html body .kb-wrapper .kb-history-controls .kb-history-controls-redo-button{
  font-size: 12px !important;
  position: relative !important;
  padding: 16px 12px !important;
  background-color: #262262 !important;
  border-radius: 5px !important;
  font-weight: normal !important;
}

/* .kb-history-controls-undo-button::before {
  content: "" !important;
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  background: url(undo.png) no-repeat center !important;
  background-size: contain !important;
} */

.kb-history-controls-undo-button::after {
  content: "Undo" !important;
  position: absolute !important;
  bottom: -28px !important;
  font-size: 12px !important;
  opacity: 0 !important;
}

.kb-history-controls-undo-button:hover::after {
  opacity: 1;
}
/* .kb-history-controls-redo-button::before {
  content: "" !important;
  display: inline-block !important;
  width: 30px !important;
  height: 30px !important;
  background: url(redo.png) no-repeat center !important;
  background-size: contain !important;
} */

.kb-history-controls-redo-button::after {
  content: "Redo" !important;
  position: absolute !important;
  bottom: -28px !important;
  font-size: 12px !important;
  opacity: 0 !important;
}

.kb-history-controls-redo-button:hover::after {
  opacity: 1;
}
 
html body .kb-wrapper .kb-customise-page .kb-change-view-button.kb-front-view-button {
  right: 0 !important;
  top: 0 !important;
  width: 130px !important;
  text-align: right !important;
  box-sizing: border-box !important;
}
html body .kb-wrapper .kb-tdi .kb-button .kb-tdi-download-button {
  padding: 15px !important;
}
html body .kb-wrapper .kb-button-single-item-checkout-prev {
  display: none !important;
}
html body .kb-wrapper [ng-hide="showSingleItemCheckout()"] {
  display: block !important;
  margin-top: 20px !important;
}
html body .kb-wrapper .kb-document-upload-input {
  margin-bottom: 40px !important;
}
html body .kb-wrapper .kb-form-intro {
  display: inline-block;
}
html body .kb-wrapper .kb-custom-form-field-outer-wrapper {
  margin: 10px 0 !important;
}
html body .kb-wrapper #field5, html body .kb-wrapper #field6, html body .kb-wrapper #field6, html body .kb-wrapper #field1 {
  width: 95% !important;
}
html body .kb-wrapper #field10 {
  position: relative !important;
  top: -22px !important;
}
html body .kb-wrapper .whataspp label {
  margin-left: 20px !important;
}
html body .kb-wrapper .kb-button {
  width: auto !important;
}
html body .kb-wrapper .kb-tile-zoom-picker-image img {
  display: block !important;
  width: 180px !important;
  height: 180px !important;
}
html body .kb-wrapper .kb-tile-zoom-picker-image {
  right: 0px !important;
  top: 150px !important;
}
html body .kb-wrapper .kb-category-san-francisco-unicorns .kb-category-link {
  display: none !important;
}
html body .kb-wrapper .kb-category-seattle-orcas .kb-category-link {
  display: block !important;
}
html body .kb-wrapper .kb-designs-wrap .kb-designs .kb-design:first-child, .kb-wrapper .kb-designs-wrap .kb-designs {
  border-radius: 12px !important;
}
html body .kb-wrapper .kb-categories .kb-category-name, html body .kb-wrapper .kb-designs .kb-design-name:hover {
  background: #EC1E24 !important;
}

/* Apply normally, but NOT when customise page is active */
/* body:not(.is-customise) .kb-wrapper .kb-inline .kb-partial-wrap {
  max-width: calc(100% - 300px) !important;
} */

body.is-customise .kb-wrapper .kb-inline .kb-partial-wrap {
  max-width: 100% !important;
}

html body .announcement-bar__row{
  background-color:#EC1E24 !important;
}

/* ===============================
   SPORTS HUB – DESKTOP ONLY FIX
   Hide text submenu, keep mega cards
   =============================== */

@media (min-width: 1024px) {

  /* Target Sports Hub menu item */
  .f-site-nav__item[data-index="3"]
  .f-site-nav__dropdown--level2
  > .w-full
  > .f-site-nav__dropdown-inner
  > .mega-menu-grid
  > ul {
    display: none !important;
  }

  /* Ensure mega cards remain visible */
  .f-site-nav__item[data-index="3"]
  .f-site-nav__mega-addon {
    display: block !important;
  }
}

/* Contact form padding issue */

html body .cntactform_app{
  padding-bottom:0 !important;
}
/* Leave a comment hide */
#comments{
  display:none !important;
}

