html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/* mixins.scss */
/* Media Queries */
/*_variables.scss */
/* Body Text Styles */
/*_typography.scss*/
body {
  color: #191919 !important;
  font-size: 12px !important;
  font-family: "Century Gothic", sans-serif;
  font-weight: 300 !important;
  line-height: 1.6;
}

strong {
  font-weight: 700;
}

.main-content h1.title, .main-content .field-name-field-display-title .field-item {
  font-size: 25px;
  border-bottom: 1px solid #777;
  margin-bottom: 10px;
}

@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: normal;
  src: url("../assets/fonts/century-gothic/GOTHIC.TTF") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: normal;
  font-weight: bold;
  src: url("../assets/fonts/century-gothic/GOTHICB.TTF") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: bold;
  src: url("../assets/fonts/century-gothic/GOTHICBI.TTF") format("truetype");
}
@font-face {
  font-family: "Century Gothic";
  font-style: italic;
  font-weight: normal;
  src: url("../assets/fonts/century-gothic/GOTHICI.TTF") format("truetype");
}
/*_mobileLayout.scss */
@media screen and (max-width: 991px) {
  .single-product-display-panel .panel-col-first {
    width: 100%;
  }
  .single-product-display-panel .panel-col-last {
    width: 100%;
  }
  .mask {
    display: none;
    -webkit-transition: all 200ms linear 0s;
    -moz-transition: all 200ms linear 0s;
    -o-transition: all 200ms linear 0s;
    transition: all 200ms linear 0s;
    background: #fff none repeat scroll 0 0;
    cursor: pointer;
    opacity: 0.85;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    overflow: hidden;
    z-index: 400;
  }
  .fixIt {
    position: fixed !important;
    top: 60px;
  }
}
.no-padding {
  padding: 0;
}

::selection {
  background: #000;
  color: #ffffff;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
}

input,
textarea {
  outline: none !important;
}

.noScroll {
  overflow: hidden;
}

.myInfo {
  position: fixed;
  top: 100px;
  left: 100px;
  background: #999;
  color: #ffffff;
  z-index: 1000;
  display: none;
}

.hidden-element {
  display: none;
}

.smallDash {
  content: "";
  width: 100px;
  height: 3px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #000;
  z-index: 10;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d22124;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid black;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid black;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid black;
}

ul.products li.product .sale-item.product-label + .ckit-badge_wrapper, ul.products li.product .onsale + .ckit-badge_wrapper {
  top: 10px;
}
ul.products li.product .ckit-badge_wrapper .ckit-badge {
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  ul.products li.product .shoptimizer-plp-carousel-container .shoptimizer-plp-image-wrapper {
    position: relative;
    padding-top: 88%;
  }
}
@media screen and (min-width: 992px) {
  ul.products li.product .shoptimizer-plp-carousel-container .shoptimizer-plp-image-wrapper img {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%) !important;
  }
}
ul.products li.product .woocommerce-card__header .price {
  color: #d22124;
  font-size: 22px;
  font-weight: 400;
}
ul.products li.product .woocommerce-card__header .price del {
  text-decoration: none;
  color: #424242;
  font-size: 13px;
}
ul.products li.product .woocommerce-card__header .price ins {
  font-weight: 400;
  font-size: 22px;
  color: #d22124;
}
ul.products li.product .onsale {
  display: none;
}

.home .woocommerce ul.products li.product .runner-plp-sizes-wrap {
  display: none;
}
.home .woocommerce ul.products li.product .button {
  display: block;
}
.home .woocommerce ul.products li.product .woocommerce-card__header {
  min-height: 140px;
}

.km-banner-widget {
  position: relative;
  min-height: var(--km-banner-min-height, 280px);
  padding: 28px;
  display: flex;
  align-items: flex-end;
  border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .km-banner-widget {
    min-height: 220px;
    padding: 20px;
  }
  .km-banner-widget__title {
    font-size: 22px;
  }
  .km-banner-widget__description {
    font-size: 13px;
  }
}
.km-banner-widget__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, var(--km-banner-overlay-opacity, 0.35));
  pointer-events: none;
}
.km-banner-widget__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
}
.km-banner-widget__title {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 900;
  color: #fff;
}
.km-banner-widget__description {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.92);
}
.km-banner-widget__actions {
  display: flex;
  flex-wrap: wrap;
}
.km-banner-widget__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.km-banner-widget__button:hover {
  transform: translateY(-1px);
  opacity: 0.95;
  color: #111;
}

.single-product .content-area .product-details-wrapper .images .ckit-badge_wrapper .ckit-badge {
  font-weight: bold;
}
.single-product .content-area .product-details-wrapper .summary.entry-summary .onsale {
  display: none;
}

.single-post nav.woocommerce-breadcrumb {
  display: none;
}
.single-post .content-area {
  margin-top: 20px;
}

body.archive header.woocommerce-products-header {
  background-color: #fff;
}
body.archive header.woocommerce-products-header img.cg-cat-image {
  width: 120px;
}

.widget__size-filter ul.woocommerce-widget-layered-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.widget__size-filter ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item {
  margin: 0;
  padding: 0;
  width: 53px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #000;
  font-weight: 500;
}
.widget__size-filter ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item.chosen {
  background-color: #d22124;
  border-color: #d22124;
}
.widget__size-filter ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item.chosen a {
  color: #fff !important;
}
.widget__size-filter ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item:before {
  content: none;
}
.widget__size-filter ul.woocommerce-widget-layered-nav-list li.woocommerce-widget-layered-nav-list__item span.count {
  display: none;
}

footer.site-footer.runner-footer {
  background: #111;
  color: #fff;
  font-weight: 500;
  padding-bottom: 15px;
}
footer.site-footer.runner-footer li {
  font-size: 14px;
}
footer.site-footer.runner-footer a {
  color: #fff;
  text-decoration: none;
}
footer.site-footer.runner-footer a:not(.button) {
  color: #fff;
}
footer.site-footer.runner-footer a:has(svg) {
  margin-right: 0px;
}
footer.site-footer.runner-footer h3.widget-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
footer.site-footer.runner-footer .footer-copyright {
  text-align: center;
}
footer.site-footer.runner-footer .footer-copyright p {
  font-size: 13px;
  opacity: 0.7;
  font-weight: 400;
}
footer.site-footer.runner-footer ul.menu li {
  margin-bottom: 15px;
}
footer.site-footer.runner-footer ul.menu li a {
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}
footer.site-footer.runner-footer ul.menu li a:hover {
  color: #d22124;
  text-decoration: none;
}

.runner-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .runner-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.widget_km_runner_footer_icons_widget {
  margin-bottom: 20px !important;
}

.runner-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 40px;
  padding-top: 20px;
}

.km-runner-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.km-runner-footer-contact__logo img {
  width: 150px;
  height: auto;
  display: block;
}
.km-runner-footer-contact__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.km-runner-footer-contact__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.km-runner-footer-contact__label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.km-runner-footer-contact__value {
  font-size: 14px;
  line-height: 1.6;
}
.km-runner-footer-contact__value a {
  color: inherit;
  text-decoration: none;
}
.km-runner-footer-contact__value a:hover {
  text-decoration: underline;
}

.km-runner-footer-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.km-runner-footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.km-runner-footer-social__link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.woocommerce-checkout .woocommerce-bacs-bank-details {
  display: none;
}

/*# sourceMappingURL=style.css.map */
