/****** Run Free Custom Style Sheet ******/

div {
  box-sizing: border-box;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: var(--primary);
  filter: brightness(80%);
  transition: 0.3s;
}

h5:active {
  color: var(--menu);
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.1s;
}

.logo {
  max-height: 45px; 
}

#StoreLogo {
  cursor: pointer;
}

.btn {
  border: 2px solid var(--primary);
  color: var(--primary);
}

.btn-filled {
  background: var(--primary);
  color: #fff;
}

.overlay:before {
  background: unset;
  opacity: unset;
  z-index: unset;
}

.headeroverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: var(--primary);
  background: -moz-linear-gradient(left,
      var(--primary) 30%,
      var(--primaryOpaque) 100%);
  background: -webkit-linear-gradient(left,
      var(--primary) 30%,
      var(--primaryOpaque) 100%);
  background: linear-gradient(to right,
      var(--primary) 30%,
      var(--primaryOpaque) 100%);
  opacity: 0.9;
}

.fullscreenoverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: var(--primary);
  background: -moz-linear-gradient(left,
      var(--primary) 30%,
      var(--primaryOpaque) 100%);
  background: -webkit-linear-gradient(left,
      var(--primary) 30%,
      var(--primaryOpaque) 100%);
  background: linear-gradient(to right,
      var(--primary) 30%,
      var(--primaryOpaque) 100%);
  opacity: 0.7;
}

.paging {
  position: relative;
  text-align: left;
  z-index: 2323;
  display: block;
}

.paging .page:hover {
  opacity: 1;
  color: #fff;
  background-color: var(--primary);
  filter: brightness(90%);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.paging .page:active {
  color: #fff;
  background: var(--menu);
  border-color: var(--menu);
  box-shadow: none;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.3s;
}

.paging .page {
  width: 40px;
  height: 30px;
  background-color: var(--border);
  border-radius: 0px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: var(--almostblack);
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 4px;
  transition: 0.3s;
  text-align: center;
}

.paging .page.current:hover {
  opacity: 1;
  filter: brightness(90%);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
    background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.paging .page.current:active {
  background: var(--menu);
  border-color: var(--menu);
  box-shadow: none;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.3s;
}

.paging .page.current {
  cursor: pointer;
  color: #fff;
  background-color: var(--primary);
}

.pageCount {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
}

.pageTotals {
  color: #cdd2db;
  font-weight: 800;
  padding-left: 15px;
  text-align: left;
}

.sortby {
  margin-bottom: -2px;
  padding-right: 10px;
}

.button {
  width: 180px;
  display: inline-block;
  text-align: center;
  height: 50px;
  line-height: 48px;
  border: 2px solid var(--primary);
  background: var(--primary);
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0 !important;
  cursor: pointer;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}

.button:hover {
  background: var(--primary);
  color: #fff;
  filter: brightness(75%);
}

.button:active {
  background: #434c5e;
  border: 2px solid #434c5e;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.3s;
}

.clicker {
  cursor: pointer;
}

.clickable {
  cursor: pointer;
}

.product.clickable {
  cursor: pointer;
  transition: 0.2s;
  background: white;
}

.product.clickable:hover {
  border: solid 2px var(--primary);
  box-shadow: rgba(9, 30, 66, 0.309804) 0px 0px 1px,
    rgba(9, 30, 66, 0.247059) 0px 20px 32px -8px;
  transform: scale3d(1.05, 1.05, 1);
  transition: 0.2s;
  z-index: 12;
}
 
.product.clickable:active {
  border: solid 2px var(--primary);
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.05);
  transform: scale3d(1, 1, 1);
  transition: 0.2s;
}

.area {
  position: relative;
  width: 100%;
  display: inline-block;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}

.area.open {
  opacity: 1;
  height: auto;
}

.template {
  display: none;
}

.grid {
  display: grid;
  grid-template-columns: auto;
  width: 100%;
  position: relative;
}

.grid.checkout {
  grid-template-columns: 75% auto;
}

.grid.checkout .label {
  background-color: unset;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  color: var(--black);
}

.grid.three {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-column-gap: 1.3%;
  grid-row-gap: 20px;
  padding-bottom: 20px;
}

.grid.four {
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-column-gap: 1.33%;
  grid-row-gap: 20px;
  padding-bottom: 20px;
}

.grid.split {
  display: grid;
  grid-template-columns: 75px auto;
  grid-gap: 10px;
}

.sale {
  display: none;
}

.popular .name {
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
  padding-top: 12px;
}

.popular .price {
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  color: gray;
  font-weight: 600;
}

.widget .cart-overview .description:hover {
  color: var(--primary);
  transition: 0.3s;
}

.image.mini {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 65px;
  height: 65px;
  position: relative;
  float: left;
  background-color: #ffffff;
  border: solid #eef1f5;
  border-width: 2px;
  border-radius: 0px;
  margin-bottom: 5px;
}

.image.mini:hover {
  box-shadow: rgba(9, 30, 66, 0.309804) 0px 0px 1px,
    rgba(9, 30, 66, 0.247059) 0px 20px 32px -8px;
  transform: scale3d(1.05, 1.05, 1);
  transition: 0.2s;
  z-index: 12;
  border: solid var(--primary);
}

.grid.split.featured {
  grid-template-columns: 33% 66%;
  grid-column-gap: 1%;
}

.product {
  position: relative;
  border: solid 2px var(--border);
  padding: 10px;
}

.product .image {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 200px;
  background-color: #ffffff;
}

.product .name {
  font-family: "Nunito", "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #252525;
  font-size: 167x;
  font-weight: 800;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 20px;
  text-transform: uppercase;
  white-space: break-spaces;
}

.product .brand {
  font-family: "Nunito", "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 16px;
  color: #434c5e;
}

.product .price {
  font-family: "Nunito", "Open Sans", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-weight: 800;
}

#Growler {
  position: fixed;
  right: 20px;
  bottom: -100px;
  min-width: 300px;
  z-index: 9999999;
  max-width: 500px;
  background: var(--white);
  min-height: 105px;
  min-width: 334px;
  font-size: 16px;
  color: var(--text);
  text-align: left;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, .07);
  transition: var(--transition);
  opacity: 0.0;
  border-radius: 12px;
}

#Growler.open {
  bottom: 20px;
  opacity: 1.0;
}

@supports ((-webkit-backdrop-filter: saturate(180%) blur(20px)) or (backdrop-filter: saturate(180%) blur(20px))) {
  #Growler {
    background: rgba(250, 250, 250, 0.7);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
}

#Growler.error .title {
  background-color: #ff104b;
}

#Growler.success .title {
  background-color: #03db5c;
}

#Growler.warning .title {
  background-color: #ffc103;
}

#Growler.info .title {
  background-color: #0971ff;
}

#Growler .title {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 800;
  color: #FFF;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #03db5c;
  font-weight: 600;
  font-family: 'Nunito';
  filter: brightness(100%);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: -5px;
}

#Growler .message {
  font-size: 13px;
  font-weight: normal;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  color: #434c5e;
}

.widget-handle .function {
  z-index: 56560212121!important;
}

#CartMenu {
  display: none !important;
}

#CartMenu.has {
  display: unset !important;
  z-index: 56560212121;
}

#CartMenu .cartItem {
  display: grid !important;
  grid-template-columns: 25% auto;
  grid-gap: 10px;
  cursor: pointer;
  transition: 0.5s;
  background: var(--white);
  padding-top: 20px;
  border-radius: 0px;
  overflow: visible;
}

#CartMenu .cartItem .productImage {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80%;
  height: 100%;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: -10px;
}

#CartMenu .cartItem .productName {
  font-family: "Nunito", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: var(--almostblack);
  margin-bottom: -15px;
  line-height: 18px;
  text-align: left;
}

#CartMenu .cartItem .productPrice {
  font-family: "Nunito", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: gray;
  font-style: italic;
  text-align: left;
}

.hierarchicalMenu .catLink,
#CategoryList .catLink {
  text-transform: capitalize;
  color: var(--primary);
  font-weight: 800;
  cursor: pointer;
  transition: 0.5s;
}

.hierarchicalMenu .catLink:hover,
#CategoryList .catLink:hover {
  color: var(--black);
}

.pill {
  margin-right: 5px !important;
  margin-bottom: 5px !important;
  margin-top: 0px !important;
  margin-left: 0px !important;
  overflow: hidden;
  max-width: 261px;
  text-overflow: ellipsis;
}

.catLink:after {
  content: "\e90d";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 11px;
  display: inline-block;
  margin-left: 8px;
}

.tile {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 0px;
  background-color: var(--footer);
}

.tilepod {
  background-color: var(--white);
  border-radius: 0px;
  border: solid var(--footer);
}

.tilepoddate h2 {
  background-color: var(--footer);
  border-radius: 0px;
  border: solid var(--footer);
  color: var(--menu);
}

.tilepodlink {
  background-color: var(--primary);
  border-radius: 0px;
  border: solid var(--footer);
}

#StripeCard {
  background: #eef1f5;
  border: none;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  margin-top: 10px;
  border-radius: 0;
  padding-right: 10px;
}

.select-option {
  cursor: unset;
}

.outofstock {
  color: #ff0036;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.round {
  border-radius: 7px;
}

.brandingimage {
  height: 240px;
  overflow: hidden;
}

@media all and (max-width: 1008px) {
  .brandingimage {
    height: 200px;
  }
}

@media all and (max-width: 767px) {
  .brandingimage {
    height: 140px;
  }

  .product .image {
    height: 125px;
  }

  .product .name {
    font-size: 14px;
    line-height: 18px;
  }

  .grid.three {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-column-gap: 1.3%;
    grid-row-gap: 20px;
    padding-bottom: 20px;
  }

  .logo {
    max-height: 32px;
  }

  #CartMenu .cartItem .productName {
    margin-bottom: -10px;
  }

  .image-slider {
    max-height: 100%;
    overflow: hidden;
  }

  .brand-box {
    font-size: 12px;
  }
}

.proud {
  width: 223px;
  height: 53px;
  border-radius: 39px;
  position: relative;
  margin: auto;
  display: block;
  flex-direction: column;
  min-width: 0;
  padding: 3px;
  background-color: #fff;
  background-clip: border-box;
}

/**Box Shadow Rollover**/
.box-shadow-wide-link {
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.03), 0 7px 5px rgba(0, 0, 0, 0.03);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.box-shadow-wide-link:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  filter: brightness(95%);
}

.box-shadow-wide-link:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.01), 0 2px 3px rgba(0, 0, 0, 0.01);
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.morecolors {
  font-family: "Nunito", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 800;
  letter-spacing: 1px;
  background: #eef1f5;
  border-radius: 0px;
  padding: 6px 10px;
  vertical-align: middle;
  color: #292929;
  text-align: center;
  white-space: nowrap;
  display: none;
  position: absolute;
  top: 10px;
  left: -8px;
  z-index: 50;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.01), 0 2px 3px rgba(0, 0, 0, 0.01);
}

.salelabel {
  font-family: "Nunito", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #33bc00;
  border-radius: 0px;
  padding: 6px 13px;
  vertical-align: middle;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  display: none;
  position: absolute;
  top: 10px;
  right: -8px;
  z-index: 998;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.productsalelabel {
  font-family: "Nunito", "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #33bc00;
  border-radius: 0px;
  padding: 6px 13px;
  margin-top: 1px;
  margin-left: 10px;
  position: absolute;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  display: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.05);
}

.cardloader {
  width: 100%;
  border: solid 2px var(--border);
  background: var(--white);
  padding: 10px;
  float: left;
}

.thumb-loading {
  width: 100%;
  height: 200px;
  background-image: var(--thumbloader);
  background-size: 600px;
  animation: shine-lines 1.5s infinite ease-out;
}

@media (max-width: 767px) {
  .thumb-loading {
    height: 125px;
  }
}

.title-loading {
  width: 80%;
  height: 20px;
  margin-top: 10px;
  margin-left: 10%;
  background-image: var(--thumbloader);
  background-size: 600px;
  animation: shine-lines 1.5s infinite ease-out;
}

.brand-loading {
  width: 60%;
  height: 15px;
  margin-top: 10px;
  margin-left: 20%;
  background-image: var(--thumbloader);
  background-size: 600px;
  animation: shine-lines 1.5s infinite ease-out;
}

.loadtext {
  font-size: 16px;
  line-height: 12px;
  letter-spacing: 0.4px;
  color: #cdd2db;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: 600;
}

@keyframes shine-lines {
  0% {
    background-position: -250px;
  }

  40%,
  100% {
    background-position: 250px;
  }
}

#progress {
  pointer-events: none;
  position: relative;
}

#progress .spinner-icon::after {
  content: '';
  border-radius: 50%;
  background-color: #ECEFFC;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 5px;
  top: 5px;
}

@supports ((-webkit-backdrop-filter: saturate(180%) blur(40px)) or (backdrop-filter: saturate(180%) blur(40px))) {
  #progress .spinner-icon::after {
    background: rgba(236, 239, 255, .97);
    -webkit-backdrop-filter: saturate(180%) blur(40px);
    backdrop-filter: saturate(180%) blur(40px);
  }
}


#progress .spinner-icon {
  width: 100px;
  height: 100px;
  display: block;
  background-image: -webkit-linear-gradient(270deg, var(--primary), #ebefff 100%);
  border-radius: 50%;
  -webkit-animation: progress-spinner 1200ms linear infinite;
  animation: progress-spinner 1200ms linear infinite;
  box-shadow: 1px -10px 10px -1px var(--primaryOpaque);
}

#progress {
  position: relative;
  border-radius: 50%;
  margin-bottom: 20px;
}


@-webkit-keyframes progress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes progress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.running {
  --color: #434c5e;
  --duration: .7s;
  transform: scale(var(--scale, 1.5));
  display: flex;
  justify-content: center;
}

.running .outer {
  -webkit-animation: outer var(--duration) linear infinite;
  animation: outer var(--duration) linear infinite;
  margin-top: -60px;
}

.running .outer .body {
  background: var(--color);
  height: 15px;
  width: 8px;
  border-radius: 4px;
  transform-origin: 4px 11px;
  position: relative;
  transform: rotate(32deg);
  -webkit-animation: body var(--duration) linear infinite;
  animation: body var(--duration) linear infinite;
}

.running .outer .body:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  bottom: 16px;
  left: 0;
  position: absolute;
  background: var(--color);
}

.running .outer .body .arm,
.running .outer .body .arm:before,
.running .outer .body .leg,
.running .outer .body .leg:before {
  content: "";
  width: var(--w, 11px);
  height: 4px;
  top: var(--t, 0);
  left: var(--l, 2px);
  border-radius: 2px;
  transform-origin: 2px 2px;
  position: absolute;
  background: var(--c, var(--color));
  transform: rotate(var(--r, 0deg));
  -webkit-animation: var(--name, arm-leg) var(--duration) linear infinite;
  animation: var(--name, arm-leg) var(--duration) linear infinite;
}

.running .outer .body .arm:before {
  --l: 7px;
  --name: arm-b;
}

.running .outer .body .arm.front {
  --r: 24deg;
  --r-to: 164deg;
}

.running .outer .body .arm.front:before {
  --r: -48deg;
  --r-to: -36deg;
}

.running .outer .body .arm.behind {
  --r: 164deg;
  --r-to: 24deg;
}

.running .outer .body .arm.behind:before {
  --r: -36deg;
  --r-to: -48deg;
}

.running .outer .body .leg {
  --w: 12px;
  --t: 11px;
}

.running .outer .body .leg:before {
  --t: 0;
  --l: 8px;
}

.running .outer .body .leg.front {
  --r: 10deg;
  --r-to: 108deg;
}

.running .outer .body .leg.front:before {
  --r: 18deg;
  --r-to: 76deg;
}

.running .outer .body .leg.behind {
  --r: 108deg;
  --r-to: 10deg;
  --c: none;
}

.running .outer .body .leg.behind:before {
  --c: var(--color);
  --r: 76deg;
  --r-to: 18deg;
}

.running .outer .body .leg.behind:after {
  content: "";
  top: 0;
  right: 0;
  height: 4px;
  width: 6px;
  -webkit-clip-path: polygon(2px 0, 6px 0, 6px 4px, 0 4px);
  clip-path: polygon(2px 0, 6px 0, 6px 4px, 0 4px);
  border-radius: 0 2px 2px 0;
  position: absolute;
  background: var(--color);
}


@-webkit-keyframes outer {
  50% {
    transform: translateY(0);
  }

  25%,
  75% {
    transform: translateY(4px);
  }
}

@keyframes outer {
  50% {
    transform: translateY(0);
  }

  25%,
  75% {
    transform: translateY(4px);
  }
}

@-webkit-keyframes body {
  50% {
    transform: rotate(16deg);
  }

  25%,
  75% {
    transform: rotate(24deg);
  }
}

@keyframes body {
  50% {
    transform: rotate(16deg);
  }

  25%,
  75% {
    transform: rotate(24deg);
  }
}

@-webkit-keyframes arm-leg {
  50% {
    transform: rotate(var(--r-to));
  }
}

@keyframes arm-leg {
  50% {
    transform: rotate(var(--r-to));
  }
}

@-webkit-keyframes arm-b {

  30%,
  70% {
    transform: rotate(var(--r-to));
  }
}

@keyframes arm-b {

  30%,
  70% {
    transform: rotate(var(--r-to));
  }
}


.productsalelabel.show,
.morecolors.show,
.salelabel.show {
  display: inline !important;
}

@media (min-width: 992px),
all {
  .col-md-offset-2 {
    margin-left: 5%;
  }

  .col-md-8 {
    width: 90%;
  }
}

@media (max-width: 992px) {
  .morecolors {
    font-size: 10px;
    top: 5px;
    left: 5px;
  }

  .grid.checkout .label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .salelabel {
    top: 5px;
    right: 5px;
  }

  .paging {
    text-align: center;
  }

  .pageCount {
    text-align: center;
  }

  .pageTotals {
    padding-left: 15px;
    text-align: center;
  }

  #CartMenu.has {
    display: none !important;
  }
}

.box {
  overflow: visible;
  min-height: 90px;
}

.box .profileImage {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: #DDE3EB;
  background-image: url(/assets/images/man.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 7px 9px 23px 5px rgb(0 0 0 / 10%);
  margin: auto;
}

.box .name {
  font-size: 20px;
  font-weight: 800;
  padding-top: 20px;
  color: #434C5A;
}

.box .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
}

.box .subTitle {
  font-size: 15px;
  text-transform: uppercase;
  color: #78849E;
  font-weight: 700;
}

.box .count,
.box .iconArea {
  font-size: 30px;
  color: #434C5A;
  font-weight: 600;
}

.box .note {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  color: #434C5A;
  line-height: 15px;
}

.money {
  color: var(--green);
  font-weight: 600;
}

.cake {
  background-image: url(../admin/images/Cake.svg);
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.runner {
  background-image: url(../admin/images/Runner.svg);
  width: 30px;
  height: 23px;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.stars {
  background-image: url(../admin/images/Stars.svg);
  width: 30px;
  height: 21px;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.calendar {
  background-image: url(../admin/images/Event.svg);
  width: 30px;
  height: 23px;
  display: inline-block;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.box .iconArea.shield {
  color: var(--white);
  font-weight: 800;
  font-size: 22px;
  line-height: 43px;
  background-image: url(../admin/images/Shield.svg);
  background-size: contain;
  background-position: center center;
  position: relative;
  width: 100%;
  clear: both;
  height: 40px;
}

.box .header .stars {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 600;
}

.box .header {
  font-size: 18px;
  line-height: 40px;
  margin-top: -10px;
  font-weight: bold;
  color: #434c5e;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #0093FF;
  margin-bottom: 15px;
  grid-template-columns: 120px auto 42px;
  position: relative;
  z-index: 800;
}

.box .header.gold {
  border-bottom-color: #FFC50A;

}

.box .header .button {
  background-size: auto 12px;
  background-repeat: no-repeat;
  background-position: center;
  width: 100px;
  height: 26px;
  border-radius: 13px;
  cursor: pointer;
  background-image: url(../admin/images/strava.svg);
  background-color: #fc4c01;
  box-shadow: var(--bigShadow);
  position: absolute;
  right: 12px;
  top: 10px;
}

.box .header .button.garmin {
  background-image: url(../admin/images/garmin.svg);
  background-color: #0093FF;
}

.center {
  text-align: center;
}

#LevelArea {
  position: relative;
  width: 100%;
  clear: both;
  height: 41px;
}

#LevelStart {
  position: absolute;
  top: 9px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  color: white;
}

.money {
  color: #03db5c;
  font-weight: 600;
}

@media (max-width: 990px) {
  .box .profileImage {
    display: none;
  }
}

@media (max-width: 772px) {
  .box .profileImage {
    display: block;
  }

  .box .name {
    text-align: center;
  }

  .box .title {
    text-align: center;
  }

  .box .subTitle {
    text-align: center;
  }

  .mobilecenter {
    text-align: center !important;
  }
}

.rewardsbtn {
  background-color: #ffc400;
  border-color: #ffc400;
  grid-template-columns: auto 50px;
  display: grid;
}

.rewardsbtn:hover {
  filter: brightness(85%);
  background: #ffc400;
  border-color: #ffc400;
  color: #ffffff!important;
}

.rewardsbtn:active {
  background: #434c5e;
  border: 2px solid #434c5e;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  transition: 0.3s;
  color: #ffffff!important;
}

.rewardsbtn-text {
  font-weight: 800;
  color: var(--almostblack);
  font-size: 15px;
}

.rewardsbtn-icon {
  font-size: 25px;
  color: var(--almostblack);
  margin-top: 10px;
  margin-left: 8px;
}

.reward {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 70px auto 15%;
  box-shadow: 0px 10px 18px 0px rgba(48, 48, 56, 0.15);
  padding: 5px;
  background-color: var(--white);
  border-radius: 14px;
  margin-top: 15px;
  min-height: 75px;
}

.reward.owner {
  grid-template-columns: 70px 45% auto 15%;
}

.owner .ownername {
  font-size: 16px;
  font-weight: 600;
  margin-top: 23px;
}

.reward .green {
  background-color: #03db5c;
  box-shadow: 0px 2px 8px 0px rgb(3 219 92 / 55%);
}

.reward .purple {
  background-color: #9600FD;
  box-shadow: 0px 2px 8px 0px rgb(150 0 253 / 55%);
}

.reward .blue {
  background-color: #0093FF;
  box-shadow: 0px 2px 8px 0px rgb(0 147 255 / 55%);
}

.reward .red {
  background-color: #ff0044;
  box-shadow: 0px 2px 8px 0px rgb(255 0 68 / 55%);
}


.reward .icon {
  font-size: 28px;
  text-align: center;
  color: #ffffff !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 9px;
  margin-top: 10px;
  margin-left: 10px;
}

.reward .title {
  font-size: 14px;
  height: 24px;
  line-height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  text-align: left;
  margin-top: 10px;
}

.reward .title .greenprice {
  color: #03db5c;
  font-weight: 800;
}

.reward .date {
  color: #78849E;
  font-weight: 700;
  font-size: 13px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 12px;
}

.reward .count {
  font-size: 16px;
  font-weight: 800;
  height: 22px;
  line-height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 12px;
  color: #ffb400;
}

.reward .count.day {
  color: #0093FF;
}

.bluepoints {
  color: #0093FF !important;
}

.redpoints {
  color: #ff0044 !important;
}

.reward .count.redAdjust {
  color: #ff0044;
}


.reward .sublabel {
  font-weight: 800;
  text-align: center;
  color: #434c5e;
}

.boxer {
  background-color: #dddddd;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0px 10px 40px 0px rgba(48, 48, 56, 0.15);
}

.boxer.iconLink {
  display: grid;
  grid-template-columns: 75px auto 75px;
  height: 80px;
  margin-bottom: 20px;
  padding-left: 0px;
  padding-right: 0px;
  transition: all 0.3s ease;
}

.boxer.iconLink:active {
  box-shadow: var(--lightshadowactive);
  filter: brightness(95%);
  transition: opacity .3s cubic-bezier(.38, .41, .27, 1);
  transform: scale(.97) !important;
  transition: all 0.3s ease;
}

.boxer.iconLink .icon {
  text-align: center;
  font-size: 38px;
  line-height: 60px;
  color: var(--offblack);
}

.disappearingheader {
  background: var(--disappearing-header);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 50px;
  width: 100%;
  z-index: 500;
}

.disappearingfooter {
  background: var(--disappearing-footer);
  display: block;
  position: relative;
  border-radius: 7px;
  bottom: 50px;
  left: 0px;
  height: 50px;
  width: 100%;
  z-index: 500;
}

.redeempod {
  padding: 50px;
  padding-top: 18px;
  padding-bottom: 25px;
}

.card {
  margin-bottom: 25px;
  margin-top: 35px;
  margin: auto;
  border-radius: 20px;
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, .1);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(221, 227, 235, 1) 100%);
  height: 180px;
  position: relative;
  max-width: 325px;
}

.card .pointsArea {
  position: absolute;
  bottom: 10px;
  right: 0px;
  width: 100px;
}

.card .pointsArea .points {
  text-align: center;
  color: var(--primary);
  font-size: 25px;
  font-weight: 800;
}

.card .numbergrid {
  grid-template-columns: 61% 19%;
  clear: both;
  float: left;
  display: grid;
  width: 100%;
  grid-template-rows: auto;
}

.card .cardnumber {
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  color: #2C3038;
  opacity: .1;
}

.card .carddots {
  text-align: left;
  padding-left: 20px;
  font-size: 50px;
  line-height: 16px;
  color: #2C3038;
  opacity: .1;
}

.card .pointsArea .subtitle {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-top: -5px;
  padding-top: 0px;
  padding-left: 0px;
}

.cardlogo {
  height: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-position: left;
  max-width: 220px;
}

.card .circles {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 35px;
  width: 100px;
}

.card .title {
  bottom: 17px;
  left: 20px;
  position: absolute;
  font-size: 17px;
  font-weight: 600;
}

.card .subtitle {
  text-align: left;
  margin-top: -14px;
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 60px;
  padding-left: 20px;
  font-weight: 800;
}

.card .circles .circle {
  width: 35px;
  height: 35px;
  position: relative;
  float: right;
  border-radius: 100%;
  opacity: .70;
}

.card .circles .circle.primary {
  background-color: var(--primary);
}

.card .circles .circle.black {
  background-color: #2C3038;
  margin-right: -10px;
}

.redeemed {
  position: relative;
  width: 100%;
  box-shadow: 0px 10px 40px 0px rgba(48, 48, 56, 0.15);
  padding: 5px;
  padding-top: 10px;
  background-color: var(--white);
  border-radius: 14px;
  display: grid;
  grid-template-columns: auto 40px;
  padding: 15px;
  height: 65px;
  margin-top: 15px;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}

.redeemed:hover {
  box-shadow: 0px 10px 18px 0px rgb(48 48 56 / 15%);
  filter: brightness(98%);
  transition: opacity .3s cubic-bezier(.38, .41, .27, 1);
  transform: scale(.99) !important;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0);
}

.redeemed:active {
  box-shadow: 0px 1px 1px 0px rgb(48 48 56 / 15%);
  filter: brightness(95%);
  transition: opacity .3s cubic-bezier(.38, .41, .27, 1);
  transform: scale(.98) !important;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0);
}

.redeemed .title {
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}

.redeemed .title .money {
  color: #03db5c;
}

.redeemed .subtitle {
  font-size: 13px;
  color: #606c86;
  text-align: left;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: bold;
}

span.boldest {
  font-weight: 800;
}


.redeemed .icon {
  background-color: #03db5c;
  width: 45px;
  height: 45px;
  font-size: 30px;
  text-align: center;
  border-radius: 10px;
  line-height: 46px;
  color: #ffffff;
  margin-top: -5px;
  box-shadow: -3px 4px 16px 0px rgba(3, 219, 92, 0.55);
}

.instructions {
  font-size: 19px;
  font-weight: 800;
  color: #2C3038;
  margin-bottom: 0px;
  text-align: center;
}

.subinstructions {
  font-size: 16px;
  font-weight: 600;
  color: #606c86;
  margin-bottom: 0px;
  text-align: center;
}

.timestatement {
  background: #dde3eb;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 35px;
  display: grid;
  grid-template-columns: auto 30px;
  margin: auto;
  width: fit-content;
}

.statement  {
  font-size: 18px;
  color: #252525;
  font-weight: 600;
}

.timericon {
  font-size: 23px;
  color: #ff0144;
}

#RewardList .noodata {
	display: grid;
	width: 100%;
	clear: both;
	color: #dde3eb;
	position: relative;
	margin-top: 50px;
	line-height: 38px;
	font-size: 24px;
	font-weight: 800;
	text-align: center;
}

.norewardsicon {
	font-size: 65px;
	color: #dde3eb;
}

.sadsearch {
  background-size: 125px 125px;
  background-repeat: no-repeat;
  background-position: center;
  width: 125px;
  height: 125px;
  background-image: url(../images/sadsearch.svg);
  display: block;
  margin: auto;
  margin-bottom: 18px;
}

body.minSized nav.fixed {
  position: absolute !important;
  opacity: 1 !important;
  visibility: visible !important;
}
body.minSized nav.outOfSight {
  transform: translate3d(0, 0px, 0) !important;
  -webkit-transform: translate3d(0, 0px, 0) !important;
  -moz-transform: translate3d(0, 0px, 0) !important;
}
body.minSized .nav-bar, body.minSized .nav-bar .module-group, body.minSized .nav-bar .module {
  height: auto;
  overflow: hidden;
}
body.minSized .nav-bar .module {
  padding: 0 16px;
}
body.minSized .nav-bar .module-group {
  width: 100%;
  padding: 16px 0;
  border-top: 2px solid var(--border);
}
body.minSized .nav-bar .module-group .module {
  display: block;
  float: none;
  width: 100%;
  text-align: left;
}
body.minSized nav.nav-centered .logo {
  margin: 24px 0 16px 0;
  max-height: 40px;
}
body.minSized .menu {
  height: auto;
}
body.minSized .menu.inline-block {
  width: 100%;
}
body.minSized .menu a {
  height: auto;
  line-height: 24px;
  padding: 4px 0;
}
body.minSized .menu li {
  line-height: 42px;
  float: none;
  display: block;
  width: 100%;
  max-width: 100%;
  text-align: left;
  border-top: 1px solid #f2f2f2;
}
body.minSized .menu > li > ul > li {
  border-top: unset;
}
body.minSized .menu > li ul {
  position: relative;
  width: 100%;
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0px, 0);
  box-shadow: unset;
  background: var(--input);
  border-left: 2px solid var(--primary);
  left: 0;
}
body.minSized .menu > li > ul > li > ul {
  border-left: unset;
  border-right: 2px solid var(--primary);
}
body.minSized .menu > li > ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: none;
  transform: translate3d(0, 0px, 0);
}
body.minSized .menu > li > ul > .has-dropdown:after {
  content: "\e939";
}
body.minSized .menu > li > ul > li > ul {
  left: 0;
  display: none;
  padding: 0;
  top: 0px;
  background: #ffffff;
  box-shadow: unset;
}
body.minSized .menu > li > ul li a,
body.minSized .mega-menu .title {
  padding: 4px 16px;
}
body.minSized .has-dropdown .has-dropdown li {
  padding-left: 18px;
}
body.minSized .has-dropdown {
  padding-right: 0;
}
body.minSized .mega-menu {
  margin-left: 0 !important;
}
body.minSized .mega-menu li {
  width: 100% !important;
  text-align: left;
  line-height: 21px;
}
body.minSized .toggle-sub > ul,
body.minSized .toggle-sub .mega-menu ul {
  display: block !important;
}
body.minSized .module.widget-handle {
  border-left: none;
  /** border-top: 1px solid #ccc; **/
  line-height: 40px;
  min-height: 40px;
  width: 60px;
  display: block !important;
}
body.minSized .module.widget-handle .menu {
  line-height: 40px;
}
body.minSized .module.widget-handle .menu li {
  line-height: 40px;
}
body.minSized .module.widget-handle i {
  line-height: 40px;
}
body.minSized .module.widget-handle .title {
  display: inline-block;
  position: relative;
  bottom: 7px;
  margin-left: 8px;
}
body.minSized .widget-handle .function {
  width: 100%;
  position: relative;
  opacity: 1;
  transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  visibility: visible;
  margin-top: 0;
  display: none;
  box-shadow: none !important;
}
body.minSized .toggle-widget-handle .function {
  display: block !important;
}
body.minSized .widget-handle .cart .label {
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  right: 0px;
  top: 9px;
}
body.minSized .mobile-toggle {
  border-left: 2px solid var(--border)!important;
  border-bottom: none !important;
}
body.minSized .mobile-toggle i {
  line-height: 65px !important;
}
body.minSized .mobile-toggle.absolute-xs {
  position: absolute;
  top: 0;
}
body.minSized nav.nav-centered .mobile-toggle {
  width: 100%;
}
body.minSized nav.bg-dark .module.widget-handle {
  border-top: 1px solid #444;
}
body.minSized nav.bg-dark .mobile-toggle {
  border-left: 1px solid #444 !important;
}
body.minSized nav.bg-dark .nav-open .mobile-toggle {
  border-bottom: 1px solid #444;
}