[class~="gridlex"],
[class*="gridlex-"],
[class*="gridlex_"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px;
}
[class~="gcol"],
[class*="gcol-"],
[class*="gcol_"] {
  box-sizing: border-box;
  padding: 0 20px 1rem;
  max-width: 100%;
}
[class~="gcol"],
[class*="gcol_"] {
  flex: 1 1 0%;
}
[class*="gcol-"] {
  flex: none;
}
[class~="gridlex"][class~="gcol"],
[class~="gridlex"][class*="gcol-"],
[class~="gridlex"][class*="gcol_"],
[class*="gridlex-"][class~="gcol"],
[class*="gridlex-"][class*="gcol-"],
[class*="gridlex-"][class*="gcol_"],
[class*="gridlex_"][class~="gcol"],
[class*="gridlex_"][class*="gcol-"],
[class*="gridlex_"][class*="gcol_"] {
  margin: 0;
  padding: 0;
}
[class*="gridlex-"][class*="-noGutter"] {
  margin: 0;
}
[class*="gridlex-"][class*="-noGutter"] > [class~="gcol"],
[class*="gridlex-"][class*="-noGutter"] > [class*="gcol-"] {
  padding: 0;
}
[class*="gridlex-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}
[class*="gridlex-"][class*="-center"] {
  justify-content: center;
}
[class*="gridlex-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}
[class*="gridlex-"][class*="-top"] {
  align-items: flex-start;
}
[class*="gridlex-"][class*="-middle"] {
  align-items: center;
}
[class*="gridlex-"][class*="-bottom"] {
  align-items: flex-end;
}
[class*="gridlex-"][class*="-reverse"] {
  flex-direction: row-reverse;
}
[class*="gridlex-"][class*="-column"] {
  flex-direction: column;
}
[class*="gridlex-"][class*="-column"] > [class*="gcol-"] {
  flex-basis: auto;
}
[class*="gridlex-"][class*="-column-reverse"] {
  flex-direction: column-reverse;
}
[class*="gridlex-"][class*="-spaceBetween"] {
  justify-content: space-between;
}
[class*="gridlex-"][class*="-spaceAround"] {
  justify-content: space-around;
}
[class*="gridlex-"][class*="-equalHeight"] > [class~="gcol"],
[class*="gridlex-"][class*="-equalHeight"] > [class*="gcol-"],
[class*="gridlex-"][class*="-equalHeight"] > [class*="gcol_"] {
  align-self: stretch;
}
[class*="gridlex-"][class*="-equalHeight"] > [class~="gcol"] > *,
[class*="gridlex-"][class*="-equalHeight"] > [class*="gcol-"] > *,
[class*="gridlex-"][class*="-equalHeight"] > [class*="gcol_"] > * {
  height: 100%;
}
[class*="gridlex-"][class*="-noBottom"] > [class~="gcol"],
[class*="gridlex-"][class*="-noBottom"] > [class*="gcol-"],
[class*="gridlex-"][class*="-noBottom"] > [class*="gcol_"] {
  padding-bottom: 0;
}
[class*="gcol-"][class*="-top"] {
  align-self: flex-start;
}
[class*="gcol-"][class*="-middle"] {
  align-self: center;
}
[class*="gcol-"][class*="-bottom"] {
  align-self: flex-end;
}
[class*="gcol-"][class*="-first"] {
  order: -1;
}
[class*="gcol-"][class*="-last"] {
  order: 1;
}
[class*="gridlex-1"] > [class~="gcol"],
[class*="gridlex-1"] > [class*="gcol-"],
[class*="gridlex-1"] > [class*="gcol_"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class*="gridlex-2"] > [class~="gcol"],
[class*="gridlex-2"] > [class*="gcol-"],
[class*="gridlex-2"] > [class*="gcol_"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="gridlex-3"] > [class~="gcol"],
[class*="gridlex-3"] > [class*="gcol-"],
[class*="gridlex-3"] > [class*="gcol_"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
[class*="gridlex-4"] > [class~="gcol"],
[class*="gridlex-4"] > [class*="gcol-"],
[class*="gridlex-4"] > [class*="gcol_"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="gridlex-5"] > [class~="gcol"],
[class*="gridlex-5"] > [class*="gcol-"],
[class*="gridlex-5"] > [class*="gcol_"] {
  flex-basis: 20%;
  max-width: 20%;
}
[class*="gridlex-6"] > [class~="gcol"],
[class*="gridlex-6"] > [class*="gcol-"],
[class*="gridlex-6"] > [class*="gcol_"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
[class*="gridlex-7"] > [class~="gcol"],
[class*="gridlex-7"] > [class*="gcol-"],
[class*="gridlex-7"] > [class*="gcol_"] {
  flex-basis: 14.28571%;
  max-width: 14.28571%;
}
[class*="gridlex-8"] > [class~="gcol"],
[class*="gridlex-8"] > [class*="gcol-"],
[class*="gridlex-8"] > [class*="gcol_"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}
[class*="gridlex-9"] > [class~="gcol"],
[class*="gridlex-9"] > [class*="gcol-"],
[class*="gridlex-9"] > [class*="gcol_"] {
  flex-basis: 11.11111%;
  max-width: 11.11111%;
}
[class*="gridlex-10"] > [class~="gcol"],
[class*="gridlex-10"] > [class*="gcol-"],
[class*="gridlex-10"] > [class*="gcol_"] {
  flex-basis: 10%;
  max-width: 10%;
}
[class*="gridlex-11"] > [class~="gcol"],
[class*="gridlex-11"] > [class*="gcol-"],
[class*="gridlex-11"] > [class*="gcol_"] {
  flex-basis: 9.09091%;
  max-width: 9.09091%;
}
[class*="gridlex-12"] > [class~="gcol"],
[class*="gridlex-12"] > [class*="gcol-"],
[class*="gridlex-12"] > [class*="gcol_"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
@media (max-width: 1280px) {
  [class*="_lg-1"] > [class~="gcol"],
  [class*="_lg-1"] > [class*="gcol-"],
  [class*="_lg-1"] > [class*="gcol_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_lg-2"] > [class~="gcol"],
  [class*="_lg-2"] > [class*="gcol-"],
  [class*="_lg-2"] > [class*="gcol_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_lg-3"] > [class~="gcol"],
  [class*="_lg-3"] > [class*="gcol-"],
  [class*="_lg-3"] > [class*="gcol_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_lg-4"] > [class~="gcol"],
  [class*="_lg-4"] > [class*="gcol-"],
  [class*="_lg-4"] > [class*="gcol_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_lg-5"] > [class~="gcol"],
  [class*="_lg-5"] > [class*="gcol-"],
  [class*="_lg-5"] > [class*="gcol_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_lg-6"] > [class~="gcol"],
  [class*="_lg-6"] > [class*="gcol-"],
  [class*="_lg-6"] > [class*="gcol_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_lg-7"] > [class~="gcol"],
  [class*="_lg-7"] > [class*="gcol-"],
  [class*="_lg-7"] > [class*="gcol_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_lg-8"] > [class~="gcol"],
  [class*="_lg-8"] > [class*="gcol-"],
  [class*="_lg-8"] > [class*="gcol_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_lg-9"] > [class~="gcol"],
  [class*="_lg-9"] > [class*="gcol-"],
  [class*="_lg-9"] > [class*="gcol_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_lg-10"] > [class~="gcol"],
  [class*="_lg-10"] > [class*="gcol-"],
  [class*="_lg-10"] > [class*="gcol_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_lg-11"] > [class~="gcol"],
  [class*="_lg-11"] > [class*="gcol-"],
  [class*="_lg-11"] > [class*="gcol_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_lg-12"] > [class~="gcol"],
  [class*="_lg-12"] > [class*="gcol-"],
  [class*="_lg-12"] > [class*="gcol_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media (max-width: 1024px) {
  [class*="_md-1"] > [class~="gcol"],
  [class*="_md-1"] > [class*="gcol-"],
  [class*="_md-1"] > [class*="gcol_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_md-2"] > [class~="gcol"],
  [class*="_md-2"] > [class*="gcol-"],
  [class*="_md-2"] > [class*="gcol_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_md-3"] > [class~="gcol"],
  [class*="_md-3"] > [class*="gcol-"],
  [class*="_md-3"] > [class*="gcol_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_md-4"] > [class~="gcol"],
  [class*="_md-4"] > [class*="gcol-"],
  [class*="_md-4"] > [class*="gcol_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_md-5"] > [class~="gcol"],
  [class*="_md-5"] > [class*="gcol-"],
  [class*="_md-5"] > [class*="gcol_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_md-6"] > [class~="gcol"],
  [class*="_md-6"] > [class*="gcol-"],
  [class*="_md-6"] > [class*="gcol_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_md-7"] > [class~="gcol"],
  [class*="_md-7"] > [class*="gcol-"],
  [class*="_md-7"] > [class*="gcol_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_md-8"] > [class~="gcol"],
  [class*="_md-8"] > [class*="gcol-"],
  [class*="_md-8"] > [class*="gcol_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_md-9"] > [class~="gcol"],
  [class*="_md-9"] > [class*="gcol-"],
  [class*="_md-9"] > [class*="gcol_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_md-10"] > [class~="gcol"],
  [class*="_md-10"] > [class*="gcol-"],
  [class*="_md-10"] > [class*="gcol_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_md-11"] > [class~="gcol"],
  [class*="_md-11"] > [class*="gcol-"],
  [class*="_md-11"] > [class*="gcol_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_md-12"] > [class~="gcol"],
  [class*="_md-12"] > [class*="gcol-"],
  [class*="_md-12"] > [class*="gcol_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media (max-width: 991px) {
  [class*="_sm-1"] > [class~="gcol"],
  [class*="_sm-1"] > [class*="gcol-"],
  [class*="_sm-1"] > [class*="gcol_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_sm-2"] > [class~="gcol"],
  [class*="_sm-2"] > [class*="gcol-"],
  [class*="_sm-2"] > [class*="gcol_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_sm-3"] > [class~="gcol"],
  [class*="_sm-3"] > [class*="gcol-"],
  [class*="_sm-3"] > [class*="gcol_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_sm-4"] > [class~="gcol"],
  [class*="_sm-4"] > [class*="gcol-"],
  [class*="_sm-4"] > [class*="gcol_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_sm-5"] > [class~="gcol"],
  [class*="_sm-5"] > [class*="gcol-"],
  [class*="_sm-5"] > [class*="gcol_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_sm-6"] > [class~="gcol"],
  [class*="_sm-6"] > [class*="gcol-"],
  [class*="_sm-6"] > [class*="gcol_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_sm-7"] > [class~="gcol"],
  [class*="_sm-7"] > [class*="gcol-"],
  [class*="_sm-7"] > [class*="gcol_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_sm-8"] > [class~="gcol"],
  [class*="_sm-8"] > [class*="gcol-"],
  [class*="_sm-8"] > [class*="gcol_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_sm-9"] > [class~="gcol"],
  [class*="_sm-9"] > [class*="gcol-"],
  [class*="_sm-9"] > [class*="gcol_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_sm-10"] > [class~="gcol"],
  [class*="_sm-10"] > [class*="gcol-"],
  [class*="_sm-10"] > [class*="gcol_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_sm-11"] > [class~="gcol"],
  [class*="_sm-11"] > [class*="gcol-"],
  [class*="_sm-11"] > [class*="gcol_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_sm-12"] > [class~="gcol"],
  [class*="_sm-12"] > [class*="gcol-"],
  [class*="_sm-12"] > [class*="gcol_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
@media (max-width: 575px) {
  [class*="_xs-1"] > [class~="gcol"],
  [class*="_xs-1"] > [class*="gcol-"],
  [class*="_xs-1"] > [class*="gcol_"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class*="_xs-2"] > [class~="gcol"],
  [class*="_xs-2"] > [class*="gcol-"],
  [class*="_xs-2"] > [class*="gcol_"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class*="_xs-3"] > [class~="gcol"],
  [class*="_xs-3"] > [class*="gcol-"],
  [class*="_xs-3"] > [class*="gcol_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class*="_xs-4"] > [class~="gcol"],
  [class*="_xs-4"] > [class*="gcol-"],
  [class*="_xs-4"] > [class*="gcol_"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class*="_xs-5"] > [class~="gcol"],
  [class*="_xs-5"] > [class*="gcol-"],
  [class*="_xs-5"] > [class*="gcol_"] {
    flex-basis: 20%;
    max-width: 20%;
  }
  [class*="_xs-6"] > [class~="gcol"],
  [class*="_xs-6"] > [class*="gcol-"],
  [class*="_xs-6"] > [class*="gcol_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class*="_xs-7"] > [class~="gcol"],
  [class*="_xs-7"] > [class*="gcol-"],
  [class*="_xs-7"] > [class*="gcol_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%;
  }
  [class*="_xs-8"] > [class~="gcol"],
  [class*="_xs-8"] > [class*="gcol-"],
  [class*="_xs-8"] > [class*="gcol_"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }
  [class*="_xs-9"] > [class~="gcol"],
  [class*="_xs-9"] > [class*="gcol-"],
  [class*="_xs-9"] > [class*="gcol_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%;
  }
  [class*="_xs-10"] > [class~="gcol"],
  [class*="_xs-10"] > [class*="gcol-"],
  [class*="_xs-10"] > [class*="gcol_"] {
    flex-basis: 10%;
    max-width: 10%;
  }
  [class*="_xs-11"] > [class~="gcol"],
  [class*="_xs-11"] > [class*="gcol-"],
  [class*="_xs-11"] > [class*="gcol_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%;
  }
  [class*="_xs-12"] > [class~="gcol"],
  [class*="_xs-12"] > [class*="gcol-"],
  [class*="_xs-12"] > [class*="gcol_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
}
[class~="gridlex"] > [class*="gcol-1"],
[class*="gridlex-"] > [class*="gcol-1"],
[class*="gridlex_"] > [class*="gcol-1"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
[class~="gridlex"] > [class*="gcol-2"],
[class*="gridlex-"] > [class*="gcol-2"],
[class*="gridlex_"] > [class*="gcol-2"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
[class~="gridlex"] > [class*="gcol-3"],
[class*="gridlex-"] > [class*="gcol-3"],
[class*="gridlex_"] > [class*="gcol-3"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class~="gridlex"] > [class*="gcol-4"],
[class*="gridlex-"] > [class*="gcol-4"],
[class*="gridlex_"] > [class*="gcol-4"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
[class~="gridlex"] > [class*="gcol-5"],
[class*="gridlex-"] > [class*="gcol-5"],
[class*="gridlex_"] > [class*="gcol-5"] {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}
[class~="gridlex"] > [class*="gcol-6"],
[class*="gridlex-"] > [class*="gcol-6"],
[class*="gridlex_"] > [class*="gcol-6"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class~="gridlex"] > [class*="gcol-7"],
[class*="gridlex-"] > [class*="gcol-7"],
[class*="gridlex_"] > [class*="gcol-7"] {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}
[class~="gridlex"] > [class*="gcol-8"],
[class*="gridlex-"] > [class*="gcol-8"],
[class*="gridlex_"] > [class*="gcol-8"] {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}
[class~="gridlex"] > [class*="gcol-9"],
[class*="gridlex-"] > [class*="gcol-9"],
[class*="gridlex_"] > [class*="gcol-9"] {
/*   flex-basis: 75%;
  max-width: 75%; */
  flex-basis: 100%;
  max-width: 100%;
}
[class~="gridlex"] > [class*="gcol-10"],
[class*="gridlex-"] > [class*="gcol-10"],
[class*="gridlex_"] > [class*="gcol-10"] {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}
[class~="gridlex"] > [class*="gcol-11"],
[class*="gridlex-"] > [class*="gcol-11"],
[class*="gridlex_"] > [class*="gcol-11"] {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}
[class~="gridlex"] > [class*="gcol-12"],
[class*="gridlex-"] > [class*="gcol-12"],
[class*="gridlex_"] > [class*="gcol-12"] {
  flex-basis: 100%;
  max-width: 100%;
}
[class~="gridlex"] > [data-push-left*="off-0"],
[class*="gridlex-"] > [data-push-left*="off-0"],
[class*="gridlex_"] > [data-push-left*="off-0"] {
  margin-left: 0;
}
[class~="gridlex"] > [data-push-left*="off-1"],
[class*="gridlex-"] > [data-push-left*="off-1"],
[class*="gridlex_"] > [data-push-left*="off-1"] {
  margin-left: 8.33333%;
}
[class~="gridlex"] > [data-push-left*="off-2"],
[class*="gridlex-"] > [data-push-left*="off-2"],
[class*="gridlex_"] > [data-push-left*="off-2"] {
  margin-left: 16.66667%;
}
[class~="gridlex"] > [data-push-left*="off-3"],
[class*="gridlex-"] > [data-push-left*="off-3"],
[class*="gridlex_"] > [data-push-left*="off-3"] {
  margin-left: 25%;
}
[class~="gridlex"] > [data-push-left*="off-4"],
[class*="gridlex-"] > [data-push-left*="off-4"],
[class*="gridlex_"] > [data-push-left*="off-4"] {
  margin-left: 33.33333%;
}
[class~="gridlex"] > [data-push-left*="off-5"],
[class*="gridlex-"] > [data-push-left*="off-5"],
[class*="gridlex_"] > [data-push-left*="off-5"] {
  margin-left: 41.66667%;
}
[class~="gridlex"] > [data-push-left*="off-6"],
[class*="gridlex-"] > [data-push-left*="off-6"],
[class*="gridlex_"] > [data-push-left*="off-6"] {
  margin-left: 50%;
}
[class~="gridlex"] > [data-push-left*="off-7"],
[class*="gridlex-"] > [data-push-left*="off-7"],
[class*="gridlex_"] > [data-push-left*="off-7"] {
  margin-left: 58.33333%;
}
[class~="gridlex"] > [data-push-left*="off-8"],
[class*="gridlex-"] > [data-push-left*="off-8"],
[class*="gridlex_"] > [data-push-left*="off-8"] {
  margin-left: 66.66667%;
}
[class~="gridlex"] > [data-push-left*="off-9"],
[class*="gridlex-"] > [data-push-left*="off-9"],
[class*="gridlex_"] > [data-push-left*="off-9"] {
  margin-left: 75%;
}
[class~="gridlex"] > [data-push-left*="off-10"],
[class*="gridlex-"] > [data-push-left*="off-10"],
[class*="gridlex_"] > [data-push-left*="off-10"] {
  margin-left: 83.33333%;
}
[class~="gridlex"] > [data-push-left*="off-11"],
[class*="gridlex-"] > [data-push-left*="off-11"],
[class*="gridlex_"] > [data-push-left*="off-11"] {
  margin-left: 91.66667%;
}
[class~="gridlex"] > [data-push-right*="off-0"],
[class*="gridlex-"] > [data-push-right*="off-0"],
[class*="gridlex_"] > [data-push-right*="off-0"] {
  margin-right: 0;
}
[class~="gridlex"] > [data-push-right*="off-1"],
[class*="gridlex-"] > [data-push-right*="off-1"],
[class*="gridlex_"] > [data-push-right*="off-1"] {
  margin-right: 8.33333%;
}
[class~="gridlex"] > [data-push-right*="off-2"],
[class*="gridlex-"] > [data-push-right*="off-2"],
[class*="gridlex_"] > [data-push-right*="off-2"] {
  margin-right: 16.66667%;
}
[class~="gridlex"] > [data-push-right*="off-3"],
[class*="gridlex-"] > [data-push-right*="off-3"],
[class*="gridlex_"] > [data-push-right*="off-3"] {
  margin-right: 25%;
}
[class~="gridlex"] > [data-push-right*="off-4"],
[class*="gridlex-"] > [data-push-right*="off-4"],
[class*="gridlex_"] > [data-push-right*="off-4"] {
  margin-right: 33.33333%;
}
[class~="gridlex"] > [data-push-right*="off-5"],
[class*="gridlex-"] > [data-push-right*="off-5"],
[class*="gridlex_"] > [data-push-right*="off-5"] {
  margin-right: 41.66667%;
}
[class~="gridlex"] > [data-push-right*="off-6"],
[class*="gridlex-"] > [data-push-right*="off-6"],
[class*="gridlex_"] > [data-push-right*="off-6"] {
  margin-right: 50%;
}
[class~="gridlex"] > [data-push-right*="off-7"],
[class*="gridlex-"] > [data-push-right*="off-7"],
[class*="gridlex_"] > [data-push-right*="off-7"] {
  margin-right: 58.33333%;
}
[class~="gridlex"] > [data-push-right*="off-8"],
[class*="gridlex-"] > [data-push-right*="off-8"],
[class*="gridlex_"] > [data-push-right*="off-8"] {
  margin-right: 66.66667%;
}
[class~="gridlex"] > [data-push-right*="off-9"],
[class*="gridlex-"] > [data-push-right*="off-9"],
[class*="gridlex_"] > [data-push-right*="off-9"] {
  margin-right: 75%;
}
[class~="gridlex"] > [data-push-right*="off-10"],
[class*="gridlex-"] > [data-push-right*="off-10"],
[class*="gridlex_"] > [data-push-right*="off-10"] {
  margin-right: 83.33333%;
}
[class~="gridlex"] > [data-push-right*="off-11"],
[class*="gridlex-"] > [data-push-right*="off-11"],
[class*="gridlex_"] > [data-push-right*="off-11"] {
  margin-right: 91.66667%;
}
@media (max-width: 1280px) {
  [class~="gridlex"] > [class*="_lg-1"],
  [class*="gridlex-"] > [class*="_lg-1"],
  [class*="gridlex_"] > [class*="_lg-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class~="gridlex"] > [class*="_lg-2"],
  [class*="gridlex-"] > [class*="_lg-2"],
  [class*="gridlex_"] > [class*="_lg-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class~="gridlex"] > [class*="_lg-3"],
  [class*="gridlex-"] > [class*="_lg-3"],
  [class*="gridlex_"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="gridlex"] > [class*="_lg-4"],
  [class*="gridlex-"] > [class*="_lg-4"],
  [class*="gridlex_"] > [class*="_lg-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class~="gridlex"] > [class*="_lg-5"],
  [class*="gridlex-"] > [class*="_lg-5"],
  [class*="gridlex_"] > [class*="_lg-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class~="gridlex"] > [class*="_lg-6"],
  [class*="gridlex-"] > [class*="_lg-6"],
  [class*="gridlex_"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="gridlex"] > [class*="_lg-7"],
  [class*="gridlex-"] > [class*="_lg-7"],
  [class*="gridlex_"] > [class*="_lg-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class~="gridlex"] > [class*="_lg-8"],
  [class*="gridlex-"] > [class*="_lg-8"],
  [class*="gridlex_"] > [class*="_lg-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class~="gridlex"] > [class*="_lg-9"],
  [class*="gridlex-"] > [class*="_lg-9"],
  [class*="gridlex_"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="gridlex"] > [class*="_lg-10"],
  [class*="gridlex-"] > [class*="_lg-10"],
  [class*="gridlex_"] > [class*="_lg-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class~="gridlex"] > [class*="_lg-11"],
  [class*="gridlex-"] > [class*="_lg-11"],
  [class*="gridlex_"] > [class*="_lg-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class~="gridlex"] > [class*="_lg-12"],
  [class*="gridlex-"] > [class*="_lg-12"],
  [class*="gridlex_"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="gridlex"] > [data-push-left*="_lg-0"],
  [class*="gridlex-"] > [data-push-left*="_lg-0"],
  [class*="gridlex_"] > [data-push-left*="_lg-0"] {
    margin-left: 0;
  }
  [class~="gridlex"] > [data-push-left*="_lg-1"],
  [class*="gridlex-"] > [data-push-left*="_lg-1"],
  [class*="gridlex_"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_lg-2"],
  [class*="gridlex-"] > [data-push-left*="_lg-2"],
  [class*="gridlex_"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66667%;
  }
  [class~="gridlex"] > [data-push-left*="_lg-3"],
  [class*="gridlex-"] > [data-push-left*="_lg-3"],
  [class*="gridlex_"] > [data-push-left*="_lg-3"] {
    margin-left: 25%;
  }
  [class~="gridlex"] > [data-push-left*="_lg-4"],
  [class*="gridlex-"] > [data-push-left*="_lg-4"],
  [class*="gridlex_"] > [data-push-left*="_lg-4"] {
    margin-left: 33.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_lg-5"],
  [class*="gridlex-"] > [data-push-left*="_lg-5"],
  [class*="gridlex_"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66667%;
  }
  [class~="gridlex"] > [data-push-left*="_lg-6"],
  [class*="gridlex-"] > [data-push-left*="_lg-6"],
  [class*="gridlex_"] > [data-push-left*="_lg-6"] {
    margin-left: 50%;
  }
  [class~="gridlex"] > [data-push-left*="_lg-7"],
  [class*="gridlex-"] > [data-push-left*="_lg-7"],
  [class*="gridlex_"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_lg-8"],
  [class*="gridlex-"] > [data-push-left*="_lg-8"],
  [class*="gridlex_"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66667%;
  }
  [class~="gridlex"] > [data-push-left*="_lg-9"],
  [class*="gridlex-"] > [data-push-left*="_lg-9"],
  [class*="gridlex_"] > [data-push-left*="_lg-9"] {
    margin-left: 75%;
  }
  [class~="gridlex"] > [data-push-left*="_lg-10"],
  [class*="gridlex-"] > [data-push-left*="_lg-10"],
  [class*="gridlex_"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_lg-11"],
  [class*="gridlex-"] > [data-push-left*="_lg-11"],
  [class*="gridlex_"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_lg-0"],
  [class*="gridlex-"] > [data-push-right*="_lg-0"],
  [class*="gridlex_"] > [data-push-right*="_lg-0"] {
    margin-right: 0;
  }
  [class~="gridlex"] > [data-push-right*="_lg-1"],
  [class*="gridlex-"] > [data-push-right*="_lg-1"],
  [class*="gridlex_"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_lg-2"],
  [class*="gridlex-"] > [data-push-right*="_lg-2"],
  [class*="gridlex_"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_lg-3"],
  [class*="gridlex-"] > [data-push-right*="_lg-3"],
  [class*="gridlex_"] > [data-push-right*="_lg-3"] {
    margin-right: 25%;
  }
  [class~="gridlex"] > [data-push-right*="_lg-4"],
  [class*="gridlex-"] > [data-push-right*="_lg-4"],
  [class*="gridlex_"] > [data-push-right*="_lg-4"] {
    margin-right: 33.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_lg-5"],
  [class*="gridlex-"] > [data-push-right*="_lg-5"],
  [class*="gridlex_"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_lg-6"],
  [class*="gridlex-"] > [data-push-right*="_lg-6"],
  [class*="gridlex_"] > [data-push-right*="_lg-6"] {
    margin-right: 50%;
  }
  [class~="gridlex"] > [data-push-right*="_lg-7"],
  [class*="gridlex-"] > [data-push-right*="_lg-7"],
  [class*="gridlex_"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_lg-8"],
  [class*="gridlex-"] > [data-push-right*="_lg-8"],
  [class*="gridlex_"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_lg-9"],
  [class*="gridlex-"] > [data-push-right*="_lg-9"],
  [class*="gridlex_"] > [data-push-right*="_lg-9"] {
    margin-right: 75%;
  }
  [class~="gridlex"] > [data-push-right*="_lg-10"],
  [class*="gridlex-"] > [data-push-right*="_lg-10"],
  [class*="gridlex_"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_lg-11"],
  [class*="gridlex-"] > [data-push-right*="_lg-11"],
  [class*="gridlex_"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66667%;
  }
  [class~="gridlex"] [class*="_lg-first"],
  [class*="gridlex-"] [class*="_lg-first"],
  [class*="gridlex_"] [class*="_lg-first"] {
    order: -1;
  }
  [class~="gridlex"] [class*="_lg-last"],
  [class*="gridlex-"] [class*="_lg-last"],
  [class*="gridlex_"] [class*="_lg-last"] {
    order: 1;
  }
}
@media (max-width: 1024px) {
  [class~="gridlex"] > [class*="_md-1"],
  [class*="gridlex-"] > [class*="_md-1"],
  [class*="gridlex_"] > [class*="_md-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class~="gridlex"] > [class*="_md-2"],
  [class*="gridlex-"] > [class*="_md-2"],
  [class*="gridlex_"] > [class*="_md-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class~="gridlex"] > [class*="_md-3"],
  [class*="gridlex-"] > [class*="_md-3"],
  [class*="gridlex_"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="gridlex"] > [class*="_md-4"],
  [class*="gridlex-"] > [class*="_md-4"],
  [class*="gridlex_"] > [class*="_md-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class~="gridlex"] > [class*="_md-5"],
  [class*="gridlex-"] > [class*="_md-5"],
  [class*="gridlex_"] > [class*="_md-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class~="gridlex"] > [class*="_md-6"],
  [class*="gridlex-"] > [class*="_md-6"],
  [class*="gridlex_"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="gridlex"] > [class*="_md-7"],
  [class*="gridlex-"] > [class*="_md-7"],
  [class*="gridlex_"] > [class*="_md-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class~="gridlex"] > [class*="_md-8"],
  [class*="gridlex-"] > [class*="_md-8"],
  [class*="gridlex_"] > [class*="_md-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class~="gridlex"] > [class*="_md-9"],
  [class*="gridlex-"] > [class*="_md-9"],
  [class*="gridlex_"] > [class*="_md-9"] {
	flex-basis: 75%;
    max-width: 75%; 	
  }
  [class~="gridlex"] > [class*="_md-10"],
  [class*="gridlex-"] > [class*="_md-10"],
  [class*="gridlex_"] > [class*="_md-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class~="gridlex"] > [class*="_md-11"],
  [class*="gridlex-"] > [class*="_md-11"],
  [class*="gridlex_"] > [class*="_md-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class~="gridlex"] > [class*="_md-12"],
  [class*="gridlex-"] > [class*="_md-12"],
  [class*="gridlex_"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="gridlex"] > [data-push-left*="_md-0"],
  [class*="gridlex-"] > [data-push-left*="_md-0"],
  [class*="gridlex_"] > [data-push-left*="_md-0"] {
    margin-left: 0;
  }
  [class~="gridlex"] > [data-push-left*="_md-1"],
  [class*="gridlex-"] > [data-push-left*="_md-1"],
  [class*="gridlex_"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_md-2"],
  [class*="gridlex-"] > [data-push-left*="_md-2"],
  [class*="gridlex_"] > [data-push-left*="_md-2"] {
    margin-left: 16.66667%;
  }
  [class~="gridlex"] > [data-push-left*="_md-3"],
  [class*="gridlex-"] > [data-push-left*="_md-3"],
  [class*="gridlex_"] > [data-push-left*="_md-3"] {
    margin-left: 25%;
  }
  [class~="gridlex"] > [data-push-left*="_md-4"],
  [class*="gridlex-"] > [data-push-left*="_md-4"],
  [class*="gridlex_"] > [data-push-left*="_md-4"] {
    margin-left: 33.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_md-5"],
  [class*="gridlex-"] > [data-push-left*="_md-5"],
  [class*="gridlex_"] > [data-push-left*="_md-5"] {
    margin-left: 41.66667%;
  }
  [class~="gridlex"] > [data-push-left*="_md-6"],
  [class*="gridlex-"] > [data-push-left*="_md-6"],
  [class*="gridlex_"] > [data-push-left*="_md-6"] {
    margin-left: 50%;
  }
  [class~="gridlex"] > [data-push-left*="_md-7"],
  [class*="gridlex-"] > [data-push-left*="_md-7"],
  [class*="gridlex_"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_md-8"],
  [class*="gridlex-"] > [data-push-left*="_md-8"],
  [class*="gridlex_"] > [data-push-left*="_md-8"] {
    margin-left: 66.66667%;
  }
  [class~="gridlex"] > [data-push-left*="_md-9"],
  [class*="gridlex-"] > [data-push-left*="_md-9"],
  [class*="gridlex_"] > [data-push-left*="_md-9"] {
    margin-left: 75%;
  }
  [class~="gridlex"] > [data-push-left*="_md-10"],
  [class*="gridlex-"] > [data-push-left*="_md-10"],
  [class*="gridlex_"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_md-11"],
  [class*="gridlex-"] > [data-push-left*="_md-11"],
  [class*="gridlex_"] > [data-push-left*="_md-11"] {
    margin-left: 91.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_md-0"],
  [class*="gridlex-"] > [data-push-right*="_md-0"],
  [class*="gridlex_"] > [data-push-right*="_md-0"] {
    margin-right: 0;
  }
  [class~="gridlex"] > [data-push-right*="_md-1"],
  [class*="gridlex-"] > [data-push-right*="_md-1"],
  [class*="gridlex_"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_md-2"],
  [class*="gridlex-"] > [data-push-right*="_md-2"],
  [class*="gridlex_"] > [data-push-right*="_md-2"] {
    margin-right: 16.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_md-3"],
  [class*="gridlex-"] > [data-push-right*="_md-3"],
  [class*="gridlex_"] > [data-push-right*="_md-3"] {
    margin-right: 25%;
  }
  [class~="gridlex"] > [data-push-right*="_md-4"],
  [class*="gridlex-"] > [data-push-right*="_md-4"],
  [class*="gridlex_"] > [data-push-right*="_md-4"] {
    margin-right: 33.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_md-5"],
  [class*="gridlex-"] > [data-push-right*="_md-5"],
  [class*="gridlex_"] > [data-push-right*="_md-5"] {
    margin-right: 41.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_md-6"],
  [class*="gridlex-"] > [data-push-right*="_md-6"],
  [class*="gridlex_"] > [data-push-right*="_md-6"] {
    margin-right: 50%;
  }
  [class~="gridlex"] > [data-push-right*="_md-7"],
  [class*="gridlex-"] > [data-push-right*="_md-7"],
  [class*="gridlex_"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_md-8"],
  [class*="gridlex-"] > [data-push-right*="_md-8"],
  [class*="gridlex_"] > [data-push-right*="_md-8"] {
    margin-right: 66.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_md-9"],
  [class*="gridlex-"] > [data-push-right*="_md-9"],
  [class*="gridlex_"] > [data-push-right*="_md-9"] {
    margin-right: 75%;
  }
  [class~="gridlex"] > [data-push-right*="_md-10"],
  [class*="gridlex-"] > [data-push-right*="_md-10"],
  [class*="gridlex_"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_md-11"],
  [class*="gridlex-"] > [data-push-right*="_md-11"],
  [class*="gridlex_"] > [data-push-right*="_md-11"] {
    margin-right: 91.66667%;
  }
  [class~="gridlex"] [class*="_md-first"],
  [class*="gridlex-"] [class*="_md-first"],
  [class*="gridlex_"] [class*="_md-first"] {
    order: -1;
  }
  [class~="gridlex"] [class*="_md-last"],
  [class*="gridlex-"] [class*="_md-last"],
  [class*="gridlex_"] [class*="_md-last"] {
    order: 1;
  }
}
@media (max-width: 991px) {
  [class~="gridlex"] > [class*="_sm-1"],
  [class*="gridlex-"] > [class*="_sm-1"],
  [class*="gridlex_"] > [class*="_sm-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class~="gridlex"] > [class*="_sm-2"],
  [class*="gridlex-"] > [class*="_sm-2"],
  [class*="gridlex_"] > [class*="_sm-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class~="gridlex"] > [class*="_sm-3"],
  [class*="gridlex-"] > [class*="_sm-3"],
  [class*="gridlex_"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="gridlex"] > [class*="_sm-4"],
  [class*="gridlex-"] > [class*="_sm-4"],
  [class*="gridlex_"] > [class*="_sm-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class~="gridlex"] > [class*="_sm-5"],
  [class*="gridlex-"] > [class*="_sm-5"],
  [class*="gridlex_"] > [class*="_sm-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class~="gridlex"] > [class*="_sm-6"],
  [class*="gridlex-"] > [class*="_sm-6"],
  [class*="gridlex_"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="gridlex"] > [class*="_sm-7"],
  [class*="gridlex-"] > [class*="_sm-7"],
  [class*="gridlex_"] > [class*="_sm-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class~="gridlex"] > [class*="_sm-8"],
  [class*="gridlex-"] > [class*="_sm-8"],
  [class*="gridlex_"] > [class*="_sm-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class~="gridlex"] > [class*="_sm-9"],
  [class*="gridlex-"] > [class*="_sm-9"],
  [class*="gridlex_"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="gridlex"] > [class*="_sm-10"],
  [class*="gridlex-"] > [class*="_sm-10"],
  [class*="gridlex_"] > [class*="_sm-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class~="gridlex"] > [class*="_sm-11"],
  [class*="gridlex-"] > [class*="_sm-11"],
  [class*="gridlex_"] > [class*="_sm-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class~="gridlex"] > [class*="_sm-12"],
  [class*="gridlex-"] > [class*="_sm-12"],
  [class*="gridlex_"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="gridlex"] > [data-push-left*="_sm-0"],
  [class*="gridlex-"] > [data-push-left*="_sm-0"],
  [class*="gridlex_"] > [data-push-left*="_sm-0"] {
    margin-left: 0;
  }
  [class~="gridlex"] > [data-push-left*="_sm-1"],
  [class*="gridlex-"] > [data-push-left*="_sm-1"],
  [class*="gridlex_"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_sm-2"],
  [class*="gridlex-"] > [data-push-left*="_sm-2"],
  [class*="gridlex_"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66667%;
  }
  [class~="gridlex"] > [data-push-left*="_sm-3"],
  [class*="gridlex-"] > [data-push-left*="_sm-3"],
  [class*="gridlex_"] > [data-push-left*="_sm-3"] {
    margin-left: 25%;
  }
  [class~="gridlex"] > [data-push-left*="_sm-4"],
  [class*="gridlex-"] > [data-push-left*="_sm-4"],
  [class*="gridlex_"] > [data-push-left*="_sm-4"] {
    margin-left: 33.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_sm-5"],
  [class*="gridlex-"] > [data-push-left*="_sm-5"],
  [class*="gridlex_"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66667%;
  }
  [class~="gridlex"] > [data-push-left*="_sm-6"],
  [class*="gridlex-"] > [data-push-left*="_sm-6"],
  [class*="gridlex_"] > [data-push-left*="_sm-6"] {
    margin-left: 50%;
  }
  [class~="gridlex"] > [data-push-left*="_sm-7"],
  [class*="gridlex-"] > [data-push-left*="_sm-7"],
  [class*="gridlex_"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_sm-8"],
  [class*="gridlex-"] > [data-push-left*="_sm-8"],
  [class*="gridlex_"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66667%;
  }
  [class~="gridlex"] > [data-push-left*="_sm-9"],
  [class*="gridlex-"] > [data-push-left*="_sm-9"],
  [class*="gridlex_"] > [data-push-left*="_sm-9"] {
    margin-left: 75%;
  }
  [class~="gridlex"] > [data-push-left*="_sm-10"],
  [class*="gridlex-"] > [data-push-left*="_sm-10"],
  [class*="gridlex_"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_sm-11"],
  [class*="gridlex-"] > [data-push-left*="_sm-11"],
  [class*="gridlex_"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_sm-0"],
  [class*="gridlex-"] > [data-push-right*="_sm-0"],
  [class*="gridlex_"] > [data-push-right*="_sm-0"] {
    margin-right: 0;
  }
  [class~="gridlex"] > [data-push-right*="_sm-1"],
  [class*="gridlex-"] > [data-push-right*="_sm-1"],
  [class*="gridlex_"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_sm-2"],
  [class*="gridlex-"] > [data-push-right*="_sm-2"],
  [class*="gridlex_"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_sm-3"],
  [class*="gridlex-"] > [data-push-right*="_sm-3"],
  [class*="gridlex_"] > [data-push-right*="_sm-3"] {
    margin-right: 25%;
  }
  [class~="gridlex"] > [data-push-right*="_sm-4"],
  [class*="gridlex-"] > [data-push-right*="_sm-4"],
  [class*="gridlex_"] > [data-push-right*="_sm-4"] {
    margin-right: 33.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_sm-5"],
  [class*="gridlex-"] > [data-push-right*="_sm-5"],
  [class*="gridlex_"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_sm-6"],
  [class*="gridlex-"] > [data-push-right*="_sm-6"],
  [class*="gridlex_"] > [data-push-right*="_sm-6"] {
    margin-right: 50%;
  }
  [class~="gridlex"] > [data-push-right*="_sm-7"],
  [class*="gridlex-"] > [data-push-right*="_sm-7"],
  [class*="gridlex_"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_sm-8"],
  [class*="gridlex-"] > [data-push-right*="_sm-8"],
  [class*="gridlex_"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_sm-9"],
  [class*="gridlex-"] > [data-push-right*="_sm-9"],
  [class*="gridlex_"] > [data-push-right*="_sm-9"] {
    margin-right: 75%;
  }
  [class~="gridlex"] > [data-push-right*="_sm-10"],
  [class*="gridlex-"] > [data-push-right*="_sm-10"],
  [class*="gridlex_"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_sm-11"],
  [class*="gridlex-"] > [data-push-right*="_sm-11"],
  [class*="gridlex_"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66667%;
  }
  [class~="gridlex"] [class*="_sm-first"],
  [class*="gridlex-"] [class*="_sm-first"],
  [class*="gridlex_"] [class*="_sm-first"] {
    order: -1;
  }
  [class~="gridlex"] [class*="_sm-last"],
  [class*="gridlex-"] [class*="_sm-last"],
  [class*="gridlex_"] [class*="_sm-last"] {
    order: 1;
  }
}
@media (max-width: 575px) {
  [class~="gridlex"] > [class*="_xs-1"],
  [class*="gridlex-"] > [class*="_xs-1"],
  [class*="gridlex_"] > [class*="_xs-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  [class~="gridlex"] > [class*="_xs-2"],
  [class*="gridlex-"] > [class*="_xs-2"],
  [class*="gridlex_"] > [class*="_xs-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  [class~="gridlex"] > [class*="_xs-3"],
  [class*="gridlex-"] > [class*="_xs-3"],
  [class*="gridlex_"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }
  [class~="gridlex"] > [class*="_xs-4"],
  [class*="gridlex-"] > [class*="_xs-4"],
  [class*="gridlex_"] > [class*="_xs-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  [class~="gridlex"] > [class*="_xs-5"],
  [class*="gridlex-"] > [class*="_xs-5"],
  [class*="gridlex_"] > [class*="_xs-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  [class~="gridlex"] > [class*="_xs-6"],
  [class*="gridlex-"] > [class*="_xs-6"],
  [class*="gridlex_"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }
  [class~="gridlex"] > [class*="_xs-7"],
  [class*="gridlex-"] > [class*="_xs-7"],
  [class*="gridlex_"] > [class*="_xs-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  [class~="gridlex"] > [class*="_xs-8"],
  [class*="gridlex-"] > [class*="_xs-8"],
  [class*="gridlex_"] > [class*="_xs-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  [class~="gridlex"] > [class*="_xs-9"],
  [class*="gridlex-"] > [class*="_xs-9"],
  [class*="gridlex_"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }
  [class~="gridlex"] > [class*="_xs-10"],
  [class*="gridlex-"] > [class*="_xs-10"],
  [class*="gridlex_"] > [class*="_xs-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  [class~="gridlex"] > [class*="_xs-11"],
  [class*="gridlex-"] > [class*="_xs-11"],
  [class*="gridlex_"] > [class*="_xs-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  [class~="gridlex"] > [class*="_xs-12"],
  [class*="gridlex-"] > [class*="_xs-12"],
  [class*="gridlex_"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }
  [class~="gridlex"] > [data-push-left*="_xs-0"],
  [class*="gridlex-"] > [data-push-left*="_xs-0"],
  [class*="gridlex_"] > [data-push-left*="_xs-0"] {
    margin-left: 0;
  }
  [class~="gridlex"] > [data-push-left*="_xs-1"],
  [class*="gridlex-"] > [data-push-left*="_xs-1"],
  [class*="gridlex_"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_xs-2"],
  [class*="gridlex-"] > [data-push-left*="_xs-2"],
  [class*="gridlex_"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66667%;
  }
  [class~="gridlex"] > [data-push-left*="_xs-3"],
  [class*="gridlex-"] > [data-push-left*="_xs-3"],
  [class*="gridlex_"] > [data-push-left*="_xs-3"] {
    margin-left: 25%;
  }
  [class~="gridlex"] > [data-push-left*="_xs-4"],
  [class*="gridlex-"] > [data-push-left*="_xs-4"],
  [class*="gridlex_"] > [data-push-left*="_xs-4"] {
    margin-left: 33.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_xs-5"],
  [class*="gridlex-"] > [data-push-left*="_xs-5"],
  [class*="gridlex_"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66667%;
  }
  [class~="gridlex"] > [data-push-left*="_xs-6"],
  [class*="gridlex-"] > [data-push-left*="_xs-6"],
  [class*="gridlex_"] > [data-push-left*="_xs-6"] {
    margin-left: 50%;
  }
  [class~="gridlex"] > [data-push-left*="_xs-7"],
  [class*="gridlex-"] > [data-push-left*="_xs-7"],
  [class*="gridlex_"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_xs-8"],
  [class*="gridlex-"] > [data-push-left*="_xs-8"],
  [class*="gridlex_"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66667%;
  }
  [class~="gridlex"] > [data-push-left*="_xs-9"],
  [class*="gridlex-"] > [data-push-left*="_xs-9"],
  [class*="gridlex_"] > [data-push-left*="_xs-9"] {
    margin-left: 75%;
  }
  [class~="gridlex"] > [data-push-left*="_xs-10"],
  [class*="gridlex-"] > [data-push-left*="_xs-10"],
  [class*="gridlex_"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333%;
  }
  [class~="gridlex"] > [data-push-left*="_xs-11"],
  [class*="gridlex-"] > [data-push-left*="_xs-11"],
  [class*="gridlex_"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_xs-0"],
  [class*="gridlex-"] > [data-push-right*="_xs-0"],
  [class*="gridlex_"] > [data-push-right*="_xs-0"] {
    margin-right: 0;
  }
  [class~="gridlex"] > [data-push-right*="_xs-1"],
  [class*="gridlex-"] > [data-push-right*="_xs-1"],
  [class*="gridlex_"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_xs-2"],
  [class*="gridlex-"] > [data-push-right*="_xs-2"],
  [class*="gridlex_"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_xs-3"],
  [class*="gridlex-"] > [data-push-right*="_xs-3"],
  [class*="gridlex_"] > [data-push-right*="_xs-3"] {
    margin-right: 25%;
  }
  [class~="gridlex"] > [data-push-right*="_xs-4"],
  [class*="gridlex-"] > [data-push-right*="_xs-4"],
  [class*="gridlex_"] > [data-push-right*="_xs-4"] {
    margin-right: 33.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_xs-5"],
  [class*="gridlex-"] > [data-push-right*="_xs-5"],
  [class*="gridlex_"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_xs-6"],
  [class*="gridlex-"] > [data-push-right*="_xs-6"],
  [class*="gridlex_"] > [data-push-right*="_xs-6"] {
    margin-right: 50%;
  }
  [class~="gridlex"] > [data-push-right*="_xs-7"],
  [class*="gridlex-"] > [data-push-right*="_xs-7"],
  [class*="gridlex_"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_xs-8"],
  [class*="gridlex-"] > [data-push-right*="_xs-8"],
  [class*="gridlex_"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66667%;
  }
  [class~="gridlex"] > [data-push-right*="_xs-9"],
  [class*="gridlex-"] > [data-push-right*="_xs-9"],
  [class*="gridlex_"] > [data-push-right*="_xs-9"] {
    margin-right: 75%;
  }
  [class~="gridlex"] > [data-push-right*="_xs-10"],
  [class*="gridlex-"] > [data-push-right*="_xs-10"],
  [class*="gridlex_"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333%;
  }
  [class~="gridlex"] > [data-push-right*="_xs-11"],
  [class*="gridlex-"] > [data-push-right*="_xs-11"],
  [class*="gridlex_"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66667%;
  }
  [class~="gridlex"] [class*="_xs-first"],
  [class*="gridlex-"] [class*="_xs-first"],
  [class*="gridlex_"] [class*="_xs-first"] {
    order: -1;
  }
  [class~="gridlex"] [class*="_xs-last"],
  [class*="gridlex-"] [class*="_xs-last"],
  [class*="gridlex_"] [class*="_xs-last"] {
    order: 1;
  }
}
@media (max-width: 1280px) {
  [class*="lg-hidden"] {
    display: none;
  }
}
@media (max-width: 1024px) {
  [class*="md-hidden"] {
    display: none;
  }
}
@media (max-width: 991px) {
  [class*="sm-hidden"] {
    display: none;
  }
}
@media (max-width: 575px) {
  [class*="xs-hidden"] {
    display: none;
  }
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body > header {
  order: 1;
}
body > main {
  order: 2;
}
body > footer {
  order: 3;
}
main {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1280px;
  width: auto !important;
}
@media (min-width: 576px) and (max-width: 991px) {
  .container {
    padding: 0 40px;
  }
}
img,
video {
  max-width: 100%;
  display: block;
}
video {
  width: 100%;
  height: auto;
}
hr {
  margin: 20px 0;
  border-style: solid;
}
.tns-controls {
  text-align: right;
  margin-bottom: 10px;
}
.tns-controls button {
  background-color: transparent;
}
.tns-controls button[data-controls="prev"] svg {
  transform: rotate(180deg);
}
.tns-controls button svg {
  width: 20px;
  height: 20px;
}
body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: blackscale;
}
@media (min-width: 991px) and (max-width: 1024px) {
  body {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  body {
    font-size: 0.875rem;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  margin-bottom: 0;
}
h1.bold,
.h1.bold,
h2.bold,
.h2.bold,
h3.bold,
.h3.bold,
h4.bold,
.h4.bold,
h5.bold,
.h5.bold,
h6.bold,
.h6.bold {
  font-weight: 700;
}
h1.upper,
.h1.upper,
h2.upper,
.h2.upper,
h3.upper,
.h3.upper,
h4.upper,
.h4.upper,
h5.upper,
.h5.upper,
h6.upper,
.h6.upper {
  text-transform: uppercase;
}
h1,
.h1 {
  margin-bottom: 30px;
  font-size: 2.3125rem;
  font-weight: 400;
  line-height: 1.11;
}
@media screen and (max-width:768px ){
	h1,
	.h1{
		  font-size: 1.8rem;
	}
	
}
h2,
.h2 {
  margin-bottom: 20px;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1.16;
}
h3,
.h3 {
  margin-bottom: 18px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
}
h4,
.h4 {
  margin-bottom: 14px;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 1.07;
}
h5,
.h5,
h6,
.h6 {
  margin-bottom: 14px;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.07;
}
p,
.text {
  margin: 0 0 20px;
  max-width: 100%;
  word-break: break-word;
}
p:last-child,
.text:last-child {
  margin-bottom: 0;
}
p.small,
.text.small {
  font-size: 0.75rem;
  font-weight: 500;
}
b,
strong,
.bold {
  font-weight: 700;
}
ol,
ul {
  margin: 0 0 20px 20px;
  list-style-position: outside;
}
ol:last-child,
ul:last-child {
  margin-bottom: 0;
}
ol li,
ul li {
  margin-bottom: 10px;
}
ol li:last-child,
ul li:last-child {
  margin-bottom: 0;
}
ol li ol,
ol li ul,
ul li ol,
ul li ul {
  margin: 5px 0 0 20px;
}
ol.no-bullet,
ol.no-bullet ul,
ol.no-bullet ol,
ul.no-bullet,
ul.no-bullet ul,
ul.no-bullet ol {
  padding-left: 0;
  list-style: none;
}
dl {
  margin: 0 0 20px;
}
dl:last-child {
  margin-bottom: 0;
}
dl dt {
  display: block;
  text-decoration: underline;
}
dl dd {
  display: block;
}
pre {
  margin: 0 0 20px;
  padding: 20px 40px;
  width: 100%;
  height: auto;
  white-space: pre-wrap;
  word-break: keep-all;
}
pre:last-child {
  margin-bottom: 0;
}
a,
.link,
span[data-obflink-url] {
  text-decoration: underline;
  cursor: pointer;
}
p a {
  line-height: 1;
}
figure {
  margin: 20px 0;
}
figure:last-child {
  margin-bottom: 0;
}
figure figcaption {
  margin-top: 10px;
  text-align: center;
}
blockquote {
  position: relative;
  margin: 0 0 20px;
  padding: 30px 30px 30px 100px;
  max-width: 100%;
  clear: both;
}
blockquote::before {
  content: "“";
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  font-size: 7.5rem;
  font-family: sans-serif;
  line-height: 1;
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  position: relative;
  z-index: 1;
}
table {
  border-collapse: collapse;
}
table thead tr th,
table tbody tr td {
  padding: 0 4px;
  border-style: solid;
  border-width: 1px;
}
.alignnone {
  margin: 20px 0;
}
.aligncenter,
div.aligncenter {
  margin: 20px auto;
  display: block;
}
.aligncenter > img,
div.aligncenter > img {
  margin: 20px auto;
  display: block;
}
.alignright:not(.wp-block-cover) {
  float: right;
  margin: 20px 0 20px 20px;
}
.alignleft:not(.wp-block-cover) {
  float: left;
  margin: 20px 20px 20px 0;
}
.alignwide:not(.wp-block-cover) {
  margin-left: -50px;
  margin-right: -50px;
}
.alignfull:not(.wp-block-cover) {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
a img.alignright {
  float: right;
  margin: 20px 0 20px 20px;
}
a img.alignnone {
  margin: 20px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 20px 20px 20px 0;
}
a img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.wp-caption {
  padding: 5px 5px 10px;
  max-width: 96%;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: auto;
  height: auto;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  padding: 0 5px 5px;
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.gallery:not(:last-child) {
  margin-bottom: 20px;
}
.gallery .gallery-item {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .gallery .gallery-item {
    width: calc(100% / 3);
  }
}
.gallery .gallery-item img {
  padding: 5px;
  background: #f2f2f2;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 4px #999999;
}
.gallery .gallery-item .gallery-caption {
  margin-top: 5px;
  color: #888888;
  font-size: 12px;
}
.gallery.gallery-columns-1 .gallery-item {
  width: calc(100% / 1);
}
.gallery.gallery-columns-2 .gallery-item {
  width: calc(100% / 2);
}
.gallery.gallery-columns-3 .gallery-item {
  width: calc(100% / 3);
}
.gallery.gallery-columns-4 .gallery-item {
  width: calc(100% / 4);
}
.gallery.gallery-columns-5 .gallery-item {
  width: calc(100% / 5);
}
.gallery.gallery-columns-6 .gallery-item {
  width: calc(100% / 6);
}
.gallery.gallery-columns-7 .gallery-item {
  width: calc(100% / 7);
}
.gallery.gallery-columns-8 .gallery-item {
  width: calc(100% / 8);
}
.gallery.gallery-columns-9 .gallery-item {
  width: calc(100% / 9);
}
.screen-reader-text {
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  word-wrap: normal;
}
.screen-reader-text:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  padding: 15px 25px;
  width: auto;
  height: auto;
  display: block;
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  font-size: 10px;
  line-height: normal;
  text-decoration: none;
}
button {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
.button {
  cursor: pointer;
  position: relative;
  z-index: 0;
  padding: 15px 40px;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
@media (min-width: 991px) and (max-width: 1024px) {
  .button {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .button {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .button {
    font-size: 13px;
  }
}
.button:hover {
  transition: background-color 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.button.full {
  width: 100%;
}
.button.small {
  padding: 8px 25px;
  font-size: 13px;
}
@media (min-width: 991px) and (max-width: 1024px) {
  .button.small {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .button.small {
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .button.small {
    font-size: 11px;
  }
}
.button.small::before {
  height: calc(100% - 1px);
}
.button.small:hover::before {
  height: 0;
}
.button.large {
  padding: 20px 50px;
  font-size: 17px;
}
@media (min-width: 991px) and (max-width: 1024px) {
  .button.large {
    font-size: 16px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .button.large {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .button.large {
    font-size: 14px;
  }
}
.button.large::before {
  height: calc(100% - 3px);
}
.button.large:hover::before {
  height: 0;
}
#back-to-top {
  position: fixed;
  z-index: 15;
  right: 50px;
  bottom: 50px;
  width: 40px;
  height: 40px;
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
@media (min-width: 991px) and (max-width: 1024px) {
  #back-to-top {
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  #back-to-top {
    right: 40px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 575px) {
  #back-to-top {
    bottom: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
#back-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#back-to-top svg {
  width: 100%;
  height: auto;
}
#back-to-top svg path {
  fill: #fff;
}
label {
  display: block;
  width: 100%;
}
.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.wpcf7-form-control-wrap .wpcf7-list-item {
  margin-left: 0;
  width: 100%;
  display: block;
}
.wpcf7-form-control-wrap .wpcf7-list-item label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.wpcf7-form-control-wrap .wpcf7-list-item label input {
  margin: 0;
  margin-right: 20px;
}
input:not([type="checkbox"]):not([type="file"]):not([type="radio"]):not([type="reset"]):not([type="submit"]),
select,
textarea {
  -webkit-appearance: none;
  padding: 0 20px;
  width: 100%;
  height: 40px;
  border: none;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5625;
	border: solid 1px transparent;
}
textarea {
  padding: 20px;
  height: auto;
  resize: none;
}
button[type="submit"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  position: relative;
  padding: 0 40px;
  height: 40px;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 575px) {
  button[type="submit"],
  input[type="reset"],
  input[type="submit"] {
    font-size: 12px;
  }
}
button[type="submit"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  transition: background-color 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
button[type="submit"] {
  padding: 0 20px;
}
form[role="search"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
form[role="search"] input[type="submit"] {
  padding: 0 20px;
  border-left: none;
  font-size: 12px;
}
.is_sticky #header {
  position: fixed;
}
.is_sticky main {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .is_sticky main {
    margin-top: 50px;
  }
}
#header {
  width: 100%;
  z-index: 100;
}
#header #scroll-indicator {
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 3px;
}
#header #scroll-indicator .progress {
  width: 0%;
  height: 100%;
  transition: width 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#header .site-navigation .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  transition: height 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 991px) {
  #header .site-navigation .inner {
    height: 50px;
  }
}
#header .site-navigation .inner .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  font-size: 20px;
  text-decoration: none;
}
#header .site-navigation .inner .brand a,
#header .site-navigation .inner .brand span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-decoration: none;
}
#header .site-navigation .inner .brand a img,
#header .site-navigation .inner .brand span img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  #header .site-navigation .inner .brand a img,
  #header .site-navigation .inner .brand span img {
    height: 40px;
  }
}
#header .site-navigation .inner .opener {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
@media (min-width: 991px) {
  #header .site-navigation .inner .opener {
    display: none;
  }
}
#header .site-navigation .inner .opener:hover {
  cursor: pointer;
}
#header .site-navigation .inner .opener span {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#header .site-navigation .inner .opener span,
#header .site-navigation .inner .opener span::before,
#header .site-navigation .inner .opener span::after {
  display: block;
  width: 25px;
  height: 2px;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
#header .site-navigation .inner .opener span::before,
#header .site-navigation .inner .opener span::after {
  position: absolute;
  content: "";
}
#header .site-navigation .inner .opener span::before {
  top: -9px;
}
#header .site-navigation .inner .opener span::after {
  top: 9px;
}
#header .site-navigation .inner .opener.active span {
  background-color: transparent;
}
#header .site-navigation .inner .opener.active span::before {
  transform: translateY(9px) rotate(45deg);
}
#header .site-navigation .inner .opener.active span::after {
  transform: translateY(-9px) rotate(-45deg);
}
#header .site-navigation .inner .menu {
  display: flex;
  flex-direction: row;
}
@media (min-width: 991px) {
  #header .site-navigation .inner .menu {
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: 100%;
  }
}
@media (max-width: 991px) {
  #header .site-navigation .inner .menu {
    position: fixed;
    z-index: -1;
    top: 50px;
    left: 0;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    width: 100%;
    height: calc(100vh - 50px);
    overflow: scroll;
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
  #header .site-navigation .inner .menu.with-woo {
    height: calc(100vh - 90px);
    top: 90px;
  }
  #header .site-navigation .inner .menu.active {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
#header .site-navigation .inner .menu .icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 991px) {
  #header .site-navigation .inner .menu .icons {
    height: 100%;
  }
}
@media (max-width: 991px) {
  #header .site-navigation .inner .menu .icons {
    width: 100%;
    height: 100px;
  }
}
#header .site-navigation .inner .menu .icons .search {
  width: auto;
}
@media (min-width: 991px) {
  #header .site-navigation .inner .menu .icons .search {
    margin-left: 30px;
    height: 100%;
  }
}
#header .site-navigation .inner .menu .icons .search span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 100%;
  cursor: pointer;
}
#header .site-navigation .inner .menu .icons .search span svg {
  height: 20px;
  width: auto;
}
#header .site-navigation .inner .menu .icons .search span svg path {
  transition: fill 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
@media (min-width: 991px) {
  #header .site-navigation .inner .menu .icons .search span:hover svg path {
    transition: fill 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
#header .site-navigation .inner .menu .icons .social {
  width: auto;
}
@media (min-width: 991px) {
  #header .site-navigation .inner .menu .icons .social {
    height: 100%;
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  #header .site-navigation .inner .menu .icons .social {
    margin-left: 10px;
  }
}
#header .site-navigation .inner .menu .icons .social ul {
  margin: 0;
  padding: 0;
  width: auto;
  height: 100%;
  list-style-type: none;
}
#header .site-navigation .inner .menu .icons .social ul li {
  margin: 0;
  display: inline-block;
  width: auto;
  height: 100%;
}
#header .site-navigation .inner .menu .icons .social ul li:not(:first-child) {
  margin-left: 5px;
}
#header .site-navigation .inner .menu .icons .social ul li > a,
#header .site-navigation .inner .menu .icons .social ul li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#header .site-navigation .inner .menu .icons .social ul li > a svg,
#header .site-navigation .inner .menu .icons .social ul li > span svg {
  width: auto;
  height: 20px;
}
#header .site-navigation .inner .menu .icons .social ul li > a svg path,
#header .site-navigation .inner .menu .icons .social ul li > span svg path {
  transition: fill 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
@media (min-width: 991px) {
  #header .site-navigation .inner .menu .icons .social ul li > a:hover svg path,
  #header
    .site-navigation
    .inner
    .menu
    .icons
    .social
    ul
    li
    > span:hover
    svg
    path {
    transition: fill 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
#header .site-navigation .inner .menu .icons .social ul li > a + svg,
#header .site-navigation .inner .menu .icons .social ul li > span + svg {
  display: none;
}
#header .site-navigation .inner .menu nav {
  width: auto;
}
@media (min-width: 991px) {
  #header .site-navigation .inner .menu nav {
    height: 100%;
  }
}
@media (max-width: 991px) {
  #header .site-navigation .inner .menu nav {
    width: 100%;
  }
}
#header .site-navigation .inner .menu nav > ul {
  margin: 0;
  padding: 0;
  width: auto;
  height: 100%;
  list-style-type: none;
}
#header .site-navigation .inner .menu nav > ul > li {
  margin: 0;
  width: auto;
}
@media (min-width: 991px) {
  #header .site-navigation .inner .menu nav > ul > li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  #header .site-navigation .inner .menu nav > ul > li:not(:first-child) {
    margin-left: 20px;
  }
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li.current-menu-ancestor
    > a:not(.button)::before,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li.current-menu-item
    > a:not(.button)::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  #header .site-navigation .inner .menu nav > ul > li {
    padding: 10px 20px;
    display: block;
    height: auto;
    border-bottom: 1px solid rgba(30, 34, 41, 0.2);
  }
}
#header .site-navigation .inner .menu nav > ul > li > a:not(.button),
#header .site-navigation .inner .menu nav > ul > li > span:not(.button) {
  position: relative;
  padding: 10px 0;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
}
@media (min-width: 991px) {
  #header .site-navigation .inner .menu nav > ul > li > a:not(.button)::before,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > span:not(.button)::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > a:not(.button):hover::before,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > span:not(.button):hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  #header .site-navigation .inner .menu nav > ul > li > a:not(.button),
  #header .site-navigation .inner .menu nav > ul > li > span:not(.button) {
    font-size: 12px;
  }
}
#header .site-navigation .inner .menu nav > ul > li > a.button,
#header .site-navigation .inner .menu nav > ul > li > span.button {
  padding: 10px 30px;
  font-weight: 700;
}
#header .site-navigation .inner .menu nav > ul > li.menu-item-has-children {
  position: relative;
}
@media (min-width: 991px) {
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li.menu-item-has-children:hover
    > ul {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0) translateY(-10px);
    transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1),
      transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
@media (max-width: 991px) {
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li.menu-item-has-children.active
    > ul {
    position: relative;
    top: 0;
    opacity: 1;
    pointer-events: auto;
  }
}
#header .site-navigation .inner .menu nav > ul > li.menu-item-has-children > a,
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li.menu-item-has-children
  > span {
  position: relative;
}
@media (min-width: 991px) {
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li.menu-item-has-children
    > a,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li.menu-item-has-children
    > span {
    padding-right: 20px;
  }
}
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li.menu-item-has-children
  > a::after,
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li.menu-item-has-children
  > span::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  margin: auto;
  padding: 3px;
  width: 1px;
  height: 1px;
  border-color: #1e2229;
  border-style: solid;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  pointer-events: none;
}
@media (min-width: 991px) {
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li.menu-item-has-children
    > a::after,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li.menu-item-has-children
    > span::after {
    right: 0;
  }
}
@media (max-width: 991px) {
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li.menu-item-has-children
    > a::after,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li.menu-item-has-children
    > span::after {
    right: -20px;
    pointer-events: none;
  }
}
@media (min-width: 991px) {
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li.menu-item-has-children
    > a.button::after,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li.menu-item-has-children
    > span.button::after {
    right: 10px;
  }
}
#header .site-navigation .inner .menu nav > ul > li > ul.sub-menu {
  position: absolute;
  margin: 5px 0 0 0;
  padding: 20px 40px;
  min-width: 150px;
  width: auto;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 991px) {
  #header .site-navigation .inner .menu nav > ul > li > ul.sub-menu {
    z-index: 10;
    top: 100%;
    left: 0;
    margin: 0;
    transform: translateX(-10px) translateY(-10px);
    transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1),
      transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
#header .site-navigation .inner .menu nav > ul > li > ul.sub-menu > li {
  margin: 0;
}
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li
  > ul.sub-menu
  > li:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 991px) {
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > ul.sub-menu
    > li.current-menu-ancestor
    > a::before,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > ul.sub-menu
    > li.current-menu-item
    > a::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
#header .site-navigation .inner .menu nav > ul > li > ul.sub-menu > li > a,
#header .site-navigation .inner .menu nav > ul > li > ul.sub-menu > li > span {
  position: relative;
  padding: 5px 0;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li
  > ul.sub-menu
  > li
  > a::before,
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li
  > ul.sub-menu
  > li
  > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
@media (min-width: 991px) and (max-width: 1024px) {
  #header .site-navigation .inner .menu nav > ul > li > ul.sub-menu > li > a,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > ul.sub-menu
    > li
    > span {
    font-size: 12px;
  }
}
@media (min-width: 991px) {
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > ul.sub-menu
    > li
    > a:hover::before,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > ul.sub-menu
    > li
    > span:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu {
  list-style-type: none;
}
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li {
  margin: 0;
}
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 991px) {
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li.current-menu-item
    > a::before,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li.current-menu-item
    > span::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > a,
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > span {
  position: relative;
  padding: 5px 0;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
}
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > a::before,
#header
  .site-navigation
  .inner
  .menu
  nav
  > ul
  > li
  > ul.sub-menu
  > li
  > ul.sub-menu
  > li
  > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
@media (min-width: 991px) and (max-width: 1024px) {
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > a,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > span {
    font-size: 12px;
  }
}
@media (min-width: 991px) {
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > a:hover::before,
  #header
    .site-navigation
    .inner
    .menu
    nav
    > ul
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > span:hover::before {
    transform-origin: left;
    transform: scaleX(1);
  }
}
#footer .bar {
  padding: 80px 0;
}
@media (min-width: 1025px) {
  #footer .bar .container > .by-three > div:nth-child(n + 4) {
    margin-top: 40px;
  }
  #footer .bar .container > .by-four > div:nth-child(n + 5) {
    margin-top: 40px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  #footer .bar .container > div > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  #footer .bar .container > div > div:not(:first-child) {
    margin-top: 40px;
  }
}
#footer .widget {
  width: 100%;
  height: 100%;
}
#footer .widget ul {
  padding-left: 0;
}
@media (max-width: 991px) {
  #footer .widget ul li a {
    min-height: 48px;
  }
}
#footer .widget .widget-title::before {
  content: "";
  margin-right: 15px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
#footer .widget.widget_listcategorypostswidget ul {
  list-style-type: none;
  margin-left: 0;
}
#footer .widget.widget_listcategorypostswidget ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
#footer .widget.widget_listcategorypostswidget ul li:not(:first-child) {
  margin-top: 20px;
}
#footer .widget.widget_listcategorypostswidget ul li div:first-child {
  margin-right: 20px;
  width: 80px;
}
#footer .widget.widget_listcategorypostswidget ul li div:last-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#footer
  .widget.widget_listcategorypostswidget
  ul
  li
  div:last-child
  span:not(.lcp_post) {
  font-size: 14px;
}
#footer .widget.widget_calendar .wp-calendar-table {
  width: 100%;
}
#footer .widget.widget_calendar .wp-calendar-table caption {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
#footer .widget.widget_calendar .wp-calendar-table thead {
  padding-bottom: 10px;
}
#footer .widget.widget_calendar .wp-calendar-table thead th {
  font-size: 10px;
  font-weight: normal;
}
#footer .widget.widget_calendar .wp-calendar-table tbody td {
  padding: 5px;
  text-align: center;
  transition: 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#footer .widget.widget_calendar .wp-calendar-table tbody td.pad {
  background-color: none;
}
#footer .widget.widget_calendar nav {
  text-align: right;
}
#footer .widget.widget_calendar nav span {
  font-size: 10px;
  text-transform: uppercase;
}
#footer .widget.widget_media_gallery .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#footer .widget.widget_media_gallery .gallery figure {
  width: calc(50% - 10px);
  height: auto;
}
#footer .widget.widget_media_gallery .gallery figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#footer .widget.widget_media_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
#footer .widget.widget_recent_entries ul {
  list-style-position: outside;
}
#footer .widget.widget_recent_entries ul li {
  margin-left: 18px;
}
#footer .widget.widget_recent_entries ul li .post-date {
  display: block;
}
#footer .widget.widget_rss a {
  display: inline-block;
}
#footer .widget.widget_search form[role="search"] button[type="submit"] svg {
  height: 25px;
  width: auto;
}
#footer .widget.widget_tag_cloud .tagcloud a {
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#footer .bottom {
  padding: 30px 0;
  background-color: #080a0c;
}
#footer .bottom .copyright + .menu,
#footer .bottom .menu + .social {
  margin-top: 20px;
}
#footer .bottom .copyright {
  text-align: center;
}
#footer .bottom .copyright span {
  display: inline-block;
  color: #999;
  font-size: 14px;
}
#footer .bottom .menu {
  text-align: center;
}
#footer .bottom .menu ul {
  margin: 0;
  padding: 0;
  width: auto;
  height: 100%;
  list-style-type: none;
}
#footer .bottom .menu ul > li {
  margin: 0;
  display: inline-block;
}
#footer .bottom .menu ul > li:not(:first-child) {
  margin-left: 20px;
}
#footer .bottom .menu ul > li > a,
#footer .bottom .menu ul > li > span {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  transition: color 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#footer .bottom .menu ul > li > a:hover,
#footer .bottom .menu ul > li > span:hover {
  color: #fff;
  transition: color 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#footer .bottom .social {
  text-align: center;
}
#footer .bottom .social ul {
  margin: 0;
  padding: 0;
  width: auto;
  height: 100%;
  list-style-type: none;
}
#footer .bottom .social ul li {
  margin: 0;
  width: auto;
  height: 100%;
  display: inline-block;
}
#footer .bottom .social ul li:not(:first-child) {
  margin-left: 10px;
}
#footer .bottom .social ul li > a:hover svg path,
#footer .bottom .social ul li > span:hover svg path {
  fill: #fff;
  transition: fill 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#footer .bottom .social ul li > a svg,
#footer .bottom .social ul li > span svg {
  width: auto;
  height: 20px;
}
#footer .bottom .social ul li > a svg path,
#footer .bottom .social ul li > span svg path {
  fill: #999;
  transition: fill 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#footer .bottom .social ul li > a + svg,
#footer .bottom .social ul li > span + svg {
  display: none;
}
#search-modal {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 34, 41, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 991px) {
  #search-modal {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#search-modal.active {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#search-modal.active .modal {
  transform: translateY(0);
  transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#search-modal .search-modal-inner {
  position: relative;
  margin-top: 20px;
  transform: translateY(-10px);
  transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
#search-modal .search-modal-inner.no_logo {
  padding-top: 30px;
}
#search-modal .search-modal-inner #search-close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
#search-modal .search-modal-inner .logo {
  padding: 20px 80px 10px 20px;
}
#search-modal .search-modal-inner .logo img {
  height: 50px;
  width: auto;
}
@media (min-width: 991px) {
  #search-modal .search-modal-inner .logo img {
    margin: 0 auto;
  }
}
#search-modal .search-modal-inner form {
  padding: 10px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#search-modal .search-modal-inner form label {
  flex: 1;
}
#search-modal .search-modal-inner form button[type="submit"] svg {
  height: 25px;
  width: auto;
}
.breadcrumb {
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.breadcrumb:not(.reduced) {
  margin: 30px 0;
}
.breadcrumb.reduced {
  margin: 10px 0;
}
.breadcrumb.truncated
  > span:not(:first-child):not(.breadcrumb__separator):not(.breadcrumb__current) {
  overflow: hidden;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 991px) {
  .breadcrumb.truncated
    > span:not(:first-child):not(.breadcrumb__separator):not(.breadcrumb__current) {
    transition: max-width 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
  .breadcrumb.truncated
    > span:not(:first-child):not(.breadcrumb__separator):not(.breadcrumb__current):hover {
    max-width: 500px;
  }
}
.breadcrumb > span {
  display: inline-block;
  font-size: 12px;
}
.breadcrumb > span:not(:first-child) {
  margin-left: 5px;
}
.breadcrumb .breadcrumb__link {
  text-decoration: underline;
}
.comments-classic {
  margin-top: 60px;
  padding: 30px 50px;
}
@media (max-width: 575px) {
  .comments-classic {
    padding: 30px 20px;
  }
}
.comments-classic .navigation {
  display: none;
}
.comments-classic ol,
.comments-classic ul {
  list-style: none;
}
.comments-classic #commentform p.form-submit {
  margin-top: 10px;
}
.comments-classic .commentlist .comment {
  padding: 20px;
}
.comments-classic .commentlist .comment:not(:first-child) {
  margin-top: 20px;
}
.comments-classic .commentlist .comment .comment-body .comment-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comments-classic
  .commentlist
  .comment
  .comment-body
  .comment-meta
  .comment-author {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.comments-classic
  .commentlist
  .comment
  .comment-body
  .comment-meta
  .comment-author
  img
  + .fn {
  margin-left: 5px;
}
.comments-classic
  .commentlist
  .comment
  .comment-body
  .comment-meta
  .comment-author
  .fn
  + .says {
  margin-left: 5px;
}
.comments-classic
  .commentlist
  .comment
  .comment-body
  .comment-meta
  .comment-metadata
  .edit-link {
  margin-left: 10px;
}
.comments-classic .commentlist .comment .comment-body .comment-content {
  margin-top: 15px;
}
.comments-classic .commentlist .comment .comment-body .reply {
  margin-top: 10px;
}
.comments-classic .commentlist .comment #respond {
  margin-top: 20px;
}
.comments-classic .commentlist .comment #respond #cancel-comment-reply-link {
  margin-left: 10px;
}
.comments-theme {
  margin-top: 60px;
  padding: 30px 50px;
}
@media (max-width: 575px) {
  .comments-theme {
    padding: 30px 20px;
  }
}
.comments-theme .comments-list {
  margin-top: 40px;
}
.comments-theme .comments-form {
  margin-top: 40px;
}
.comments-theme .comments-form .display-form {
  text-align: right;
}
.comments-theme .comments-form > p,
.comments-theme .comments-form > form {
  display: none;
}
.comments-theme .comments-form button[type="button"],
.comments-theme .comments-form input[type="submit"],
.comments-theme .comments-form input[type="reset"] {
  font-weight: 400;
}
.comments-theme .comment {
  padding: 20px;
}
.comments-theme .comment:not(:first-child) {
  margin-top: 20px;
}
.comments-theme .comment-detail {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.comments-theme .comment-detail-avatar img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}
.comments-theme .comment-detail-content {
  margin-left: 20px;
  flex: 1;
}
.comments-theme .comment-detail-content p:first-child {
  margin-bottom: 20px;
}
.comments-theme .comment-replies {
  margin-top: 20px;
  padding-left: 40px;
}
.comments-theme .comment-reply {
  margin-top: 20px;
  padding-left: 40px;
  text-align: right;
}
.comments-theme .comment-form {
  margin-top: 20px;
  padding-left: 40px;
  display: none;
}
.comments-theme form .field:not(:first-child) {
  margin-top: 10px;
}
.comments-theme form .buttons {
  margin-top: 10px;
  text-align: right;
}
.comments-theme form .buttons + p {
  margin-top: 10px;
  font-size: 13px;
  font-style: italic;
  text-align: right;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 60px;
  }
}
.sidebar img {
  width: auto;
  height: auto;
}
.sidebar .widget {
  padding: 20px 30px;
  width: 100%;
  height: auto;
}
.sidebar .widget ul {
  padding-left: 0;
}
@media (max-width: 991px) {
  .sidebar .widget ul li a {
    min-height: 48px;
  }
}
.sidebar .widget .widget-title::before {
  content: "";
  margin-right: 15px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.sidebar .widget.widget_listcategorypostswidget ul {
  list-style-type: none;
}
.sidebar .widget.widget_listcategorypostswidget ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.sidebar .widget.widget_listcategorypostswidget ul li:not(:first-child) {
  margin-top: 20px;
}
.sidebar .widget.widget_listcategorypostswidget ul li div:first-child {
  margin-right: 20px;
  width: 80px;
}
.sidebar .widget.widget_listcategorypostswidget ul li div:last-child {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.sidebar
  .widget.widget_listcategorypostswidget
  ul
  li
  div:last-child
  span:not(.lcp_post) {
  font-size: 14px;
}
.sidebar .widget.widget_calendar .wp-calendar-table {
  width: 100%;
}
.sidebar .widget.widget_calendar .wp-calendar-table caption {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
.sidebar .widget.widget_calendar .wp-calendar-table thead {
  padding-bottom: 10px;
}
.sidebar .widget.widget_calendar .wp-calendar-table thead th {
  font-size: 10px;
  font-weight: normal;
}
.sidebar .widget.widget_calendar .wp-calendar-table tbody td {
  padding: 5px;
  text-align: center;
  transition: 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.sidebar .widget.widget_calendar .wp-calendar-table tbody td.pad {
  background-color: none;
}
.sidebar .widget.widget_calendar nav {
  text-align: right;
}
.sidebar .widget.widget_calendar nav span {
  font-size: 10px;
  text-transform: uppercase;
}
.sidebar .widget.widget_media_gallery .gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sidebar .widget.widget_media_gallery .gallery figure {
  margin: 0;
  width: calc(50% - 10px);
  height: auto;
}
.sidebar .widget.widget_media_gallery .gallery figure:nth-child(n + 3) {
  margin-top: 20px;
}
.sidebar .widget.widget_media_gallery .gallery figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar .widget.widget_media_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.sidebar .widget.widget_recent_entries ul {
  list-style-position: outside;
}
.sidebar .widget.widget_recent_entries ul li {
  margin-left: 18px;
}
.sidebar .widget.widget_recent_entries ul li .post-date {
  display: block;
}
.sidebar .widget.widget_rss a {
  display: inline-block;
}
.sidebar .widget.widget_search form[role="search"] button[type="submit"] svg {
  width: auto;
  height: 25px;
}
.sidebar .widget.widget_tag_cloud .tagcloud a {
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.entries.sc .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main.entry.builder .container {
  max-width: 100%;
  padding: 0;
}
main.entry.builder .entry-breadcrumb {
  order: 1;
}
main.entry.builder .entry-layout {
  order: 2;
}
main.entry.builder .entry-layout .form p:last-child {
  display: flex;
  align-items: flex-end;
}
main.entry.builder
  .entry-layout
  .form
  p:last-child
  label
  input[type="password"] {
  border-right: 0;
}
main.entry.builder
  .entry-layout
  .contents
  img:not(.wp-block-cover):not(.wp-block-cover__image-background) {
  width: auto;
  height: auto;
}
main.entry.builder .entry-layout .no-contents {
  margin-top: 60px;
  margin-bottom: 100px;
}
main.entry.page .details,
main.entry.single .details {
/*   width: 100%; */
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
	/* 	 */
  margin-left: 20%;
}
main.entry.page .details .title h1,
main.entry.single .details .title h1 {
  margin-bottom: 0;
}
main.entry.page .entry-header,
main.entry.single .entry-header {
  order: 2;
}
main.entry.page .entry-header.no-bc,
main.entry.single .entry-header.no-bc {
  margin-top: 60px;
}
main.entry.page .entry-header .header,
main.entry.single .entry-header .header {
  display: flex;
  flex-direction: column;
}
main.entry.page .entry-header .header .image img,
main.entry.single .entry-header .header .image img {
  width: 100%;
  height: auto;
}
main.entry.page .entry-header .header .image.fixed img,
main.entry.single .entry-header .header .image.fixed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main.entry.page .entry-header.model-1 .header,
main.entry.single .entry-header.model-1 .header {
  position: relative;
}
main.entry.page .entry-header.model-1 .header .details,
main.entry.single .entry-header.model-1 .header .details {
  position: absolute;
  bottom: 0;
  left: 0;
}
main.entry.page .entry-header.model-1 .header .details:not(.no-image),
main.entry.single .entry-header.model-1 .header .details:not(.no-image) {
  padding: 30px 50px;
}
@media (max-width: 575px) {
  main.entry.page .entry-header.model-1 .header .details:not(.no-image),
  main.entry.single .entry-header.model-1 .header .details:not(.no-image) {
    padding: 30px 20px;
  }
  main.entry.page .entry-header.model-1 .header .details:not(.no-image) h1,
  main.entry.single .entry-header.model-1 .header .details:not(.no-image) h1 {
    font-size: 2rem;
  }
}
main.entry.page .entry-header.model-1 .header .details:not(.no-image) .title,
main.entry.single .entry-header.model-1 .header .details:not(.no-image) .title {
  padding: 5px 15px;
}
main.entry.page .entry-header.model-1 .header .details.no-image,
main.entry.single .entry-header.model-1 .header .details.no-image {
  position: relative;
  padding-left: 0;
}
main.entry.page .entry-header.model-1 .header .details.no-image .title,
main.entry.single .entry-header.model-1 .header .details.no-image .title {
  padding: 5px 0;
}
main.entry.page .entry-header.model-2 .header .image,
main.entry.single .entry-header.model-2 .header .image {
  margin-top: 40px;
}
main.entry.page .entry-breadcrumb,
main.entry.single .entry-breadcrumb {
  order: 1;
}
main.entry.page .entry-layout,
main.entry.single .entry-layout {
  order: 3;
  /*margin-top: 60px;
  margin-bottom: 100px;*/
}
@media (max-width: 991px) {
  main.entry.page .entry-layout,
  main.entry.single .entry-layout {
    margin-bottom: 60px;
  }
}
main.entry.page .entry-layout .header,
main.entry.single .entry-layout .header {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
main.entry.page .entry-layout .header .image.fixed img,
main.entry.single .entry-layout .header .image.fixed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
main.entry.page .entry-layout .form p:last-child,
main.entry.single .entry-layout .form p:last-child {
  display: flex;
  align-items: flex-end;
}
main.entry.page .entry-layout .form p:last-child label input[type="password"],
main.entry.single
  .entry-layout
  .form
  p:last-child
  label
  input[type="password"] {
  border-right: 0;
}
main.entry.page .entry-layout .contents .option_top_content,
main.entry.single .entry-layout .contents .option_top_content {
  margin-bottom: 30px;
}
main.entry.page .entry-layout .contents .option_bottom_content,
main.entry.single .entry-layout .contents .option_bottom_content {
  margin-top: 30px;
}
main.entry.page .entry-layout .contents h2::before,
main.entry.single .entry-layout .contents h2::before {
  content: "";
  margin-right: 15px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
main.entry.page .entry-layout .contents img,
main.entry.single .entry-layout .contents img {
  /*width: auto;
  height: auto;*/
}
main.entry.page .entry-layout .contents .elementor a,
main.entry.page .entry-layout .contents .elementor span[data-obflink],
main.entry.single .entry-layout .contents .elementor a,
main.entry.single .entry-layout .contents .elementor span[data-obflink] {
  text-decoration: underline;
}
main.entry.page .entry-layout .author,
main.entry.single .entry-layout .author {
  margin-top: 40px;
  padding: 30px 50px;
  display: flex;
}
@media (max-width: 991px) {
  main.entry.page .entry-layout .author,
  main.entry.single .entry-layout .author {
    flex-direction: column;
  }
}
main.entry.page .entry-layout .author-avatar,
main.entry.single .entry-layout .author-avatar {
  width: auto;
  height: 100%;
}
@media (max-width: 991px) {
  main.entry.page .entry-layout .author-avatar,
  main.entry.single .entry-layout .author-avatar {
    margin-bottom: 20px;
    width: 100%;
  }
}
main.entry.page .entry-layout .author-avatar img,
main.entry.single .entry-layout .author-avatar img {
  width: 80px;
  height: 80px;
}
@media (max-width: 991px) {
  main.entry.page .entry-layout .author-avatar img,
  main.entry.single .entry-layout .author-avatar img {
    width: auto;
    height: auto;
  }
}
main.entry.page .entry-layout .author-informations,
main.entry.single .entry-layout .author-informations {
  width: 100%;
  height: 100%;
  flex: 1;
}
@media (min-width: 991px) {
  main.entry.page .entry-layout .author-informations,
  main.entry.single .entry-layout .author-informations {
    margin-left: 30px;
  }
}
main.entry.page .entry-layout .author-informations .h2,
main.entry.single .entry-layout .author-informations .h2 {
  margin: 0;
}
main.entry.page .entry-layout .author-informations .h2 a,
main.entry.single .entry-layout .author-informations .h2 a {
  text-decoration: none;
}
main.entry.page .entry-layout .author-informations p,
main.entry.single .entry-layout .author-informations p {
  margin-top: 20px;
}
main.entry.single .header .details .category {
/*   display: inline-block; */
	display: none;
}
main.entry.single .header .details .category a,
main.entry.single .header .details .category span {
  padding: 5px 15px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
main.entry.single .header .details .metas {
  margin-top: 15px;
  display: inline-block;
}
main.entry.single .header .details .metas a,
main.entry.single .header .details .metas span {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
}
main.entry.single .entry-header.model-1 .header .details:not(.no-image) .metas {
  padding: 5px 15px;
}
main.entry.single .entry-layout .pagination {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  main.entry.single .entry-layout .pagination {
    flex-direction: column;
  }
}
main.entry.single .entry-layout .pagination a {
  font-size: 13px;
  text-decoration: none;
}
main.entry.single .entry-layout .pagination .previous,
main.entry.single .entry-layout .pagination .next {
  width: 48%;
}
@media (max-width: 1024px) {
  main.entry.single .entry-layout .pagination .previous,
  main.entry.single .entry-layout .pagination .next {
    width: 100%;
  }
}
main.entry.single .entry-layout .pagination .previous a,
main.entry.single .entry-layout .pagination .next a {
  height: 100%;
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  main.entry.single .entry-layout .pagination .previous a,
  main.entry.single .entry-layout .pagination .next a {
    justify-content: center;
  }
}
main.entry.single .entry-layout .pagination .previous a svg,
main.entry.single .entry-layout .pagination .next a svg {
  width: 15px;
  height: auto;
}
main.entry.single .entry-layout .pagination .previous {
  text-align: left;
}
@media (max-width: 1024px) {
  main.entry.single .entry-layout .pagination .previous + .next {
    margin-top: 10px;
  }
}
main.entry.single .entry-layout .pagination .previous a {
  justify-content: flex-start;
}
main.entry.single .entry-layout .pagination .previous a svg {
  margin-right: 10px;
}
main.entry.single .entry-layout .pagination .next {
  text-align: right;
}
main.entry.single .entry-layout .pagination .next a {
  justify-content: flex-end;
}
main.entry.single .entry-layout .pagination .next a svg {
  margin-left: 10px;
}
main.blog .blog-hero {
  order: 1;
}
@media (min-width: 991px) and (max-width: 1024px) {
  main.blog .blog-hero > div > div:nth-child(n + 3) {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  main.blog .blog-hero > div > div:nth-child(n + 3) {
    display: none;
  }
}
@media (max-width: 575px) {
  main.blog .blog-hero > div > div:not(:first-child) {
    display: none;
  }
}
main.blog .blog-hero .post a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  display: block;
  text-decoration: none;
}
@media (min-width: 1025px) {
  main.blog .blog-hero .post a:hover .thumbnail img {
    transform: scale(1.05) translateY(-2px);
    transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  main.blog .blog-hero .post a {
    height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  main.blog .blog-hero .post a {
    height: 400px;
  }
}
@media (max-width: 575px) {
  main.blog .blog-hero .post a {
    height: 320px;
  }
}
main.blog .blog-hero .post a .thumbnail {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
main.blog .blog-hero .post a .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1025px) {
  main.blog .blog-hero .post a .thumbnail img {
    transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
main.blog .blog-hero .post a .details {
  position: relative;
  z-index: 2;
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
main.blog .blog-hero .post a .details .category {
  padding: 3px 20px 5px;
  display: inline-block;
}
main.blog .blog-hero .post a .details .category span {
  font-size: 14px;
  font-weight: 700;
}
main.blog .blog-hero .post a .details .title {
  padding: 5px 20px;
  display: inline-block;
}
main.blog .blog-hero .post a .details .metas {
  margin-top: 15px;
  padding: 5px 20px;
  display: inline-block;
}
main.blog .blog-hero .post a .details .metas span {
  display: inline-block;
  font-size: 12px;
}
main.blog .blog-breadcrumb {
  order: 2;
}
main.blog .blog-header {
  order: 3;
  padding: 60px 0 100px;
}
main.blog .blog-header.no-bc {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  main.blog .blog-header {
    padding: 60px 0;
  }
}
main.blog .blog-header .header {
  margin: 0 auto;
  max-width: 100%;
}
main.blog .blog-header .header h1 {
  margin-bottom: 0;
  font-size: 3.4375rem;
  text-align: center;
}
@media (min-width: 991px) and (max-width: 1024px) {
  main.blog .blog-header .header h1 {
    font-size: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  main.blog .blog-header .header h1 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  main.blog .blog-header .header h1 {
    font-size: 2.625rem;
  }
}
main.blog .blog-description {
  order: 4;
  padding: 100px 0;
}
@media (max-width: 991px) {
  main.blog .blog-description {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  main.blog .blog-description .description {
    -moz-column-count: 1;
    column-count: 1;
  }
}
main.blog .blog-categories {
  order: 3;
}
main.blog .blog-categories .categories {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  main.blog .blog-categories .categories {
    padding-bottom: 100px;
  }
}
main.blog .blog-categories .categories .category:not(:first-child) {
  margin-top: 100px;
}
@media (max-width: 991px) {
  main.blog .blog-categories .categories .category:not(:first-child) {
    margin-top: 60px;
  }
}
main.blog .blog-categories .categories .category .header h2 {
  margin-bottom: 0;
  font-size: 3.4375rem;
  line-height: 1;
}
@media (min-width: 991px) and (max-width: 1024px) {
  main.blog .blog-categories .categories .category .header h2 {
    font-size: 2.625rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  main.blog .blog-categories .categories .category .header h2 {
    font-size: 2.625rem;
  }
}
@media (max-width: 575px) {
  main.blog .blog-categories .categories .category .header h2 {
    font-size: 2.375rem;
  }
}
main.blog .blog-categories .categories .category .header p {
  text-align: left;
}
main.blog .blog-categories .categories .category .header p:first-of-type {
  margin-top: 20px;
}
main.blog .blog-categories .categories .category .header p:not(:last-child) {
  margin-bottom: 10px;
}
main.blog .blog-categories .categories .category .posts {
  margin-top: 40px;
}
@media (min-width: 991px) {
  main.blog
    .blog-categories
    .categories
    .category
    .posts.by-two
    > div
    > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  main.blog
    .blog-categories
    .categories
    .category
    .posts.by-two
    > div
    > div:not(:first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 991px) {
  main.blog
    .blog-categories
    .categories
    .category
    .posts.by-three
    > div
    > div:nth-child(n + 4) {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  main.blog
    .blog-categories
    .categories
    .category
    .posts.by-three
    > div
    > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  main.blog
    .blog-categories
    .categories
    .category
    .posts.by-three
    > div
    > div:not(:first-child) {
    margin-top: 40px;
  }
}
main.blog .blog-categories .categories .category .posts .post a {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
@media (min-width: 1025px) {
  main.blog
    .blog-categories
    .categories
    .category
    .posts
    .post
    a:hover
    .thumbnail
    img {
    transform: scale(1.05) translateY(-2px);
    transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
main.blog .blog-categories .categories .category .posts .post a .thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 575px) {
  main.blog .blog-categories .categories .category .posts .post a .thumbnail {
    height: 320px;
  }
}
main.blog .blog-categories .categories .category .posts .post a .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1025px) {
  main.blog
    .blog-categories
    .categories
    .category
    .posts
    .post
    a
    .thumbnail
    img {
    transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
main.blog .blog-categories .categories .category .posts .post a .details {
  position: relative;
  z-index: 2;
  margin: -120px auto 0;
  padding: 15px 20px 10px;
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
main.blog
  .blog-categories
  .categories
  .category
  .posts
  .post
  a
  .details.bottom {
  margin: -35px auto 0;
}
main.blog
  .blog-categories
  .categories
  .category
  .posts
  .post
  a
  .details
  .category {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 3px 20px 5px;
  display: inline-block;
}
main.blog
  .blog-categories
  .categories
  .category
  .posts
  .post
  a
  .details
  .category
  span {
  font-size: 12px;
  font-weight: 700;
}
main.blog
  .blog-categories
  .categories
  .category
  .posts
  .post
  a
  .details
  .title {
  display: inline-block;
}
main.blog
  .blog-categories
  .categories
  .category
  .posts
  .post
  a
  .details
  .title
  h2 {
  font-weight: 700;
}
main.blog
  .blog-categories
  .categories
  .category
  .posts
  .post
  a
  .details
  .metas {
  margin-top: 5px;
  display: inline-block;
}
main.blog
  .blog-categories
  .categories
  .category
  .posts
  .post
  a
  .details
  .metas
  span {
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
}
main.blog
  .blog-categories
  .categories
  .category
  .posts
  .post
  a
  .details
  .excerpt {
  margin-top: 15px;
}
main.blog
  .blog-categories
  .categories
  .category
  .posts
  .post
  a
  .details
  .excerpt
  p {
  font-size: 14px;
  text-indent: 20px;
}
main.blog .blog-form {
  order: 6;
  padding: 80px 0;
}
@media (max-width: 575px) {
  main.blog .blog-form {
    padding: 60px 0;
  }
}
main.loop .loop-layout {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  main.loop .loop-layout {
    margin-bottom: 60px;
  }
}
main.loop .loop-layout .pagination {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  main.loop .loop-layout .pagination {
    margin-top: 40px;
  }
}
main.loop .loop-layout .pagination a,
main.loop .loop-layout .pagination span {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-decoration: none;
}
@media (max-width: 991px) {
  main.loop .loop-layout .pagination .first-page,
  main.loop .loop-layout .pagination .last-page,
  main.loop .loop-layout .pagination .range-before,
  main.loop .loop-layout .pagination .range-after {
    display: none;
  }
}
main.loop .loop-layout .pagination .arrows-left {
  margin-right: 20px;
}
main.loop .loop-layout .pagination .arrows-right {
  margin-left: 20px;
}
main.loop .loop-layout .pagination .first-page .no-hellip {
  margin-right: 3px;
}
main.loop .loop-layout .pagination .last-page .no-hellip {
  margin-left: 3px;
}
main.loop .loop-layout .pagination .current {
  margin: 0 3px;
}
main.loop .loop-layout .pagination .current span {
  font-weight: 700;
}
body.category main.loop .loop-header,
body.tag main.loop .loop-header {
  order: 1;
  position: relative;
  margin-top: 0;
  padding: 80px 0;
}
@media (max-width: 991px) {
  body.category main.loop .loop-header,
  body.tag main.loop .loop-header {
    padding: 60px 0;
  }
}
body.category main.loop .loop-header::before,
body.tag main.loop .loop-header::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(3d7f30b828e96f12d4eb8faccac703eb.png);
  opacity: 0.3;
}
body.category main.loop .loop-header .header,
body.tag main.loop .loop-header .header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
body.category main.loop .loop-header .header h1,
body.tag main.loop .loop-header .header h1 {
  margin-bottom: 0;
  padding: 10px 30px;
  display: inline-block;
  font-size: 2rem;
}
body.category main.loop .loop-header .header h1 + p,
body.tag main.loop .loop-header .header h1 + p {
  margin-top: 40px;
}
body.category main.loop .loop-header .header p,
body.tag main.loop .loop-header .header p {
  padding: 4px 20px;
  display: inline-block;
  font-weight: 700;
}
body.category main.loop .loop-description,
body.tag main.loop .loop-description {
  order: 4;
  margin-top: -40px;
}
body.category main.loop .loop-description .description,
body.tag main.loop .loop-description .description {
  padding: 60px 0;
}
body.category main.loop .loop-breadcrumb,
body.tag main.loop .loop-breadcrumb {
  order: 2;
}
body.category main.loop .loop-layout,
body.tag main.loop .loop-layout {
  order: 3;
}
body.category main.loop .loop-layout.no-bc,
body.tag main.loop .loop-layout.no-bc {
  margin-top: 60px;
}
body.author main.loop .loop-header {
  order: 2;
}
body.author main.loop .loop-header.no-bc {
  margin-top: 60px;
}
body.author main.loop .loop-header .header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.author main.loop .loop-header .header-avatar {
  margin-bottom: 20px;
}
body.author main.loop .loop-header .header-name {
  text-align: center;
}
body.author main.loop .loop-header .header-name h1 {
  margin-bottom: 0;
}
body.author main.loop .loop-description {
  order: 3;
  margin-top: 60px;
}
body.author main.loop .loop-description .description {
  padding-bottom: 60px;
}
body.author main.loop .loop-breadcrumb {
  order: 1;
}
body.author main.loop .loop-layout {
  order: 4;
}
body.date main.loop .loop-header,
body.search main.loop .loop-header {
  order: 2;
  margin-bottom: 60px;
}
body.date main.loop .loop-header.no-bc,
body.search main.loop .loop-header.no-bc {
  margin-top: 60px;
}
body.date main.loop .loop-header .header,
body.search main.loop .loop-header .header {
  text-align: center;
}
body.date main.loop .loop-header .header h1,
body.search main.loop .loop-header .header h1 {
  margin-bottom: 0;
}
body.date main.loop .loop-breadcrumb,
body.search main.loop .loop-breadcrumb {
  order: 1;
}
body.date main.loop .loop-layout,
body.search main.loop .loop-layout {
  order: 3;
}
body.search main.loop .loop-layout h2:not(:first-child) {
  margin-top: 80px;
}
body.error404 main.loop .loop-header {
  order: 2;
}
body.error404 main.loop .loop-header.no-bc {
  margin-top: 60px;
}
body.error404 main.loop .loop-header .header {
  text-align: center;
}
body.error404 main.loop .loop-header .header h1 {
  margin-bottom: 0;
}
body.error404 main.loop .loop-description {
  order: 3;
  margin-top: 60px;
}
body.error404 main.loop .loop-description .description {
  padding: 60px 0;
}
body.error404 main.loop .loop-breadcrumb {
  order: 1;
}
body.error404 main.loop .loop-layout {
  order: 4;
  padding-top: 60px;
}
@media (min-width: 991px) {
  .entries.by-two > div > div:nth-child(n + 3) {
    margin-top: 40px;
  }
  .entries.by-two.has-featured > div > div:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .entries.by-two > div > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .entries.by-two > div > div:not(:first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 991px) {
  .entries.by-three > div > div:nth-child(n + 4) {
    margin-top: 40px;
  }
  .entries.by-three.has-featured > div > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .entries.by-three > div > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .entries.by-three > div > div:not(:first-child) {
    margin-top: 40px;
  }
}
.entries .entry a {
  position: relative;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .entries .entry a:hover .thumbnail img {
    transform: scale(1.05) translateY(-2px);
    transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
.entries .entry a .thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 575px) {
  .entries .entry a .thumbnail {
    height: 320px;
  }
}
.entries .entry a .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .entries .entry a .thumbnail img {
    transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
.entries .entry a .details {
  position: relative;
  z-index: 2;
  margin: -120px auto 0;
  padding: 15px 20px 10px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.entries .entry a .details.bottom {
  margin: -35px auto 0;
}
.entries .entry a .details .category {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 3px 20px 5px;
  display: inline-block;
}
.entries .entry a .details .category span {
  font-size: 12px;
  font-weight: 700;
}
.entries .entry a .details .title {
  display: inline-block;
}
.entries .entry a .details .title h2 {
  font-weight: 700;
}
.entries .entry a .details .metas {
  margin-top: 5px;
  display: inline-block;
}
.entries .entry a .details .metas span {
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
}
.entries .entry a .details .excerpt {
  margin-top: 15px;
}
.entries .entry a .details .excerpt p {
  font-size: 14px;
  text-indent: 20px;
}
body.woocommerce-js a.button,
body.woocommerce-js button.button,
body.woocommerce-js input.button,
body.woocommerce-js #respond input#submit {
  border-radius: 0;
  font-weight: 400;
}
body.woocommerce-js a.button:hover,
body.woocommerce-js button.button:hover,
body.woocommerce-js input.button:hover,
body.woocommerce-js #respond input#submit:hover {
  color: inherit;
}
body.woocommerce-js .pswp__caption__center {
  text-align: center;
}
body.woocommerce-js .woocommerce form .form-row textarea {
  height: auto;
  line-height: 1;
}
body.woocommerce-js .woocommerce-store-notice {
  position: fixed;
  z-index: 100;
  color: inherit;
}
body.woocommerce-js .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}
body.woocommerce-js .woocommerce-message {
  margin: 0;
}
body.woocommerce-js .woocommerce-message .woocommerce-Button {
  margin-left: 20px;
}
body.woocommerce-js .woocommerce-error {
  border-top-color: #b81c23;
}
body.woocommerce-js .woocommerce-error::before {
  color: #b81c23;
}
body.woocommerce-js.is_sticky main {
  margin-top: 120px;
}
@media (max-width: 991px) {
  body.woocommerce-js.is_sticky main {
    margin-top: 90px;
  }
}
body.woocommerce-js #header .woo-navigation {
  background-color: #13161a;
}
body.woocommerce-js #header .woo-navigation .inner {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.woocommerce-js #header .woo-navigation .inner .info {
  flex: 1;
}
body.woocommerce-js #header .woo-navigation .inner .info span {
  color: #f7f7f9;
  font-size: 13px;
}
@media (max-width: 991px) {
  body.woocommerce-js
    #header
    .woo-navigation
    .inner
    .info
    span:not([data-obflink-url]) {
    display: none;
  }
}
body.woocommerce-js #header .woo-navigation .inner .info span + a,
body.woocommerce-js #header .woo-navigation .inner .info span + span {
  margin-left: 10px;
}
body.woocommerce-js #header .woo-navigation .inner .info > a:nth-child(2),
body.woocommerce-js #header .woo-navigation .inner .info > span:nth-child(2) {
  color: #f7f7f9;
  font-size: 13px;
  font-weight: 700;
}
@media (max-width: 991px) {
  body.woocommerce-js #header .woo-navigation .inner .info > a:nth-child(2),
  body.woocommerce-js #header .woo-navigation .inner .info > span:nth-child(2) {
    font-size: 11px;
  }
}
body.woocommerce-js #header .woo-navigation .inner nav {
  padding: 10px 0;
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
body.woocommerce-js #header .woo-navigation .inner nav > a,
body.woocommerce-js #header .woo-navigation .inner nav > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 20px;
  text-decoration: none;
}
body.woocommerce-js #header .woo-navigation .inner nav > a:not(:first-child),
body.woocommerce-js
  #header
  .woo-navigation
  .inner
  nav
  > span:not(:first-child) {
  margin-left: 15px;
}
body.woocommerce-js #header .woo-navigation .inner nav > a > span,
body.woocommerce-js #header .woo-navigation .inner nav > span > span {
  color: #f7f7f9;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
body.woocommerce-js #header .woo-navigation .inner nav > a > svg,
body.woocommerce-js #header .woo-navigation .inner nav > span > svg {
  height: 18px;
  fill: #f7f7f9;
}
body.woocommerce-js #header .woo-navigation .inner nav > a > svg + span,
body.woocommerce-js #header .woo-navigation .inner nav > span > svg + span {
  margin-left: 4px;
}
body.woocommerce-js .widget.widget_product_tag_cloud .tagcloud a {
  margin: 0 5px 5px 0;
  padding: 4px 10px;
  display: inline-block;
  font-size: 12px;
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
body.woocommerce-js .widget.widget_products .product_list_widget li a img,
body.woocommerce-js
  .widget.widget_top_rated_products
  .product_list_widget
  li
  a
  img,
body.woocommerce-js
  .widget.widget_recently_viewed_products
  .product_list_widget
  li
  a
  img,
body.woocommerce-js
  .widget.widget_recent_reviews
  .product_list_widget
  li
  a
  img {
  margin: 0;
  margin-right: 20px;
  float: left;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}
body.woocommerce-js
  .widget.widget_products
  .product_list_widget
  li
  a
  .product-title,
body.woocommerce-js
  .widget.widget_top_rated_products
  .product_list_widget
  li
  a
  .product-title,
body.woocommerce-js
  .widget.widget_recently_viewed_products
  .product_list_widget
  li
  a
  .product-title,
body.woocommerce-js
  .widget.widget_recent_reviews
  .product_list_widget
  li
  a
  .product-title {
  font-weight: 400;
}
body.woocommerce-js
  .widget.widget_product_search
  form[role="search"]
  button[type="submit"]
  svg {
  width: auto;
  height: 25px;
}
body.woocommerce-js .woo-bar {
  padding: 80px 0;
}
@media (min-width: 1025px) {
  body.woocommerce-js .woo-bar .container > .by-three > div:nth-child(n + 4) {
    margin-top: 40px;
  }
  body.woocommerce-js .woo-bar .container > .by-four > div:nth-child(n + 5) {
    margin-top: 40px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  body.woocommerce-js .woo-bar .container > div > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  body.woocommerce-js .woo-bar .container > div > div:not(:first-child) {
    margin-top: 40px;
  }
}
body.woocommerce-js .products .products-before {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.woocommerce-js .products .products-before .woocommerce-notices-wrapper {
  display: none;
}
body.woocommerce-js .products .products-before .woocommerce-result-count,
body.woocommerce-js .products .products-before .woocommerce-ordering {
  float: inherit;
}
body.woocommerce-js .products .products-before .woocommerce-ordering select {
  width: auto;
}
@media (max-width: 991px) {
  body.woocommerce-js .products .products-before .woocommerce-result-count {
    display: none;
  }
}
@media (min-width: 991px) {
  body.woocommerce-js
    .products
    .products-list.by-two
    > div
    > div:nth-child(n + 3) {
    margin-top: 40px;
  }
  body.woocommerce-js
    .products
    .products-list.by-two.has-featured
    > div
    > div:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  body.woocommerce-js
    .products
    .products-list.by-two
    > div
    > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  body.woocommerce-js
    .products
    .products-list.by-two
    > div
    > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  body.woocommerce-js
    .products
    .products-list.by-two
    > div
    > div:not(:first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 991px) {
  body.woocommerce-js
    .products
    .products-list.by-three
    > div
    > div:nth-child(n + 4) {
    margin-top: 40px;
  }
  body.woocommerce-js
    .products
    .products-list.by-three.has-featured
    > div
    > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  body.woocommerce-js
    .products
    .products-list.by-three
    > div
    > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  body.woocommerce-js
    .products
    .products-list.by-three
    > div
    > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  body.woocommerce-js
    .products
    .products-list.by-three
    > div
    > div:not(:first-child) {
    margin-top: 40px;
  }
}
@media (min-width: 991px) {
  body.woocommerce-js
    .products
    .products-list.by-four
    > div
    > div:nth-child(n + 5) {
    margin-top: 40px;
  }
  body.woocommerce-js
    .products
    .products-list.by-four.has-featured
    > div
    > div:nth-child(n + 4) {
    margin-top: 40px;
  }
}
@media (min-width: 991px) and (max-width: 1024px) {
  body.woocommerce-js
    .products
    .products-list.by-four
    > div
    > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  body.woocommerce-js
    .products
    .products-list.by-four
    > div
    > div:nth-child(n + 3) {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  body.woocommerce-js
    .products
    .products-list.by-four
    > div
    > div:not(:first-child) {
    margin-top: 40px;
  }
}
body.woocommerce-js .products .products-list .product {
  position: relative;
  width: 100%;
  height: 100%;
}
body.woocommerce-js .products .products-list .product a {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  text-decoration: none;
}
@media (min-width: 1025px) {
  body.woocommerce-js
    .products
    .products-list
    .product
    a:hover
    .thumbnail
    .discover {
    opacity: 1;
    transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
  body.woocommerce-js .products .products-list .product a:hover .thumbnail img {
    transform: scale(1.05) translateY(-2px);
    transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
body.woocommerce-js .products .products-list .product .thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  overflow: hidden;
}
@media (max-width: 575px) {
  body.woocommerce-js .products .products-list .product .thumbnail {
    height: 320px;
  }
}
body.woocommerce-js .products .products-list .product .thumbnail .discover {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(30, 34, 41, 0.5);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
body.woocommerce-js
  .products
  .products-list
  .product
  .thumbnail
  .discover
  span {
  margin-top: 150px;
  padding: 5px 20px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
}
body.woocommerce-js .products .products-list .product .thumbnail .onsale {
  z-index: 9;
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 2px 10px;
  min-width: inherit;
  min-height: inherit;
  border-radius: 0;
  font-size: 12px;
  line-height: normal;
}
body.woocommerce-js .products .products-list .product .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1025px) {
  body.woocommerce-js .products .products-list .product .thumbnail img {
    transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
  }
}
body.woocommerce-js .products .products-list .product .details {
  position: relative;
  z-index: 2;
  margin: -120px auto 0;
  padding: 15px 20px 10px;
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
body.woocommerce-js .products .products-list .product .details.bottom {
  margin: -35px auto 0;
}
body.woocommerce-js .products .products-list .product .details .title {
  display: inline-block;
}
body.woocommerce-js .products .products-list .product .details .title h2,
body.woocommerce-js .products .products-list .product .details .title .h2 {
  text-decoration: none;
  font-weight: 700;
}
body.woocommerce-js .products .products-list .product .details .metas {
  margin-top: 5px;
  display: inline-block;
}
body.woocommerce-js .products .products-list .product .details .metas .price {
  display: block;
  font-size: 1.25rem;
}
body.woocommerce-js
  .products
  .products-list
  .product
  .details
  .metas
  .price
  + p,
body.woocommerce-js
  .products
  .products-list
  .product
  .details
  .metas
  .price
  + #TheTexte {
  margin-top: 10px;
  font-size: 14px;
}
body.woocommerce-account main.entry.page #customer_login > div {
  padding: 20px 40px;
}
@media (max-width: 991px) {
  body.woocommerce-account
    main.entry.page
    #customer_login
    > div:not(:first-child) {
    margin-top: 30px;
  }
}
body.woocommerce-account main.entry.page #customer_login > div form {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
body.woocommerce-account
  main.entry.page
  #customer_login
  > div
  form
  button[type="submit"] {
  margin-top: 10px;
}
body.woocommerce-account main.entry.page .woocommerce-MyAccount-navigation,
body.woocommerce-account main.entry.page .woocommerce-MyAccount-content {
  padding: 20px;
}
body.woocommerce-account main.entry.page .woocommerce-MyAccount-navigation {
  border-top-style: solid;
  border-top-width: 3px;
}
@media (max-width: 991px) {
  body.woocommerce-account main.entry.page .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
}
body.woocommerce-account
  main.entry.page
  .woocommerce-MyAccount-content
  fieldset {
  padding: 10px;
}
body.woocommerce-account
  main.entry.page
  .woocommerce-MyAccount-content
  fieldset
  + .clear {
  margin-top: 20px;
}
body.woocommerce-account
  main.entry.page
  .woocommerce-MyAccount-content
  .woocommerce-Addresses
  > div {
  padding: 0;
  float: inherit;
  width: 100%;
}
body.woocommerce-account
  main.entry.page
  .woocommerce-MyAccount-content
  .woocommerce-Addresses
  > div:not(:first-child) {
  margin-top: 20px;
}
body.woocommerce-account
  main.entry.page
  .woocommerce-MyAccount-content
  .woocommerce-Addresses
  > div
  .edit {
  margin-top: 5px;
}
body.woocommerce-account
  main.entry.page
  .woocommerce-MyAccount-content
  #add_payment_method
  label {
  display: inline;
}
body.woocommerce-account
  main.entry.page
  .woocommerce-MyAccount-content
  #add_payment_method
  label
  img {
  display: inline;
}
body.woocommerce-cart
  main.entry.page
  .woocommerce-notices-wrapper
  div
  + .cart-empty {
  margin-top: 10px;
  margin-bottom: 20px;
}
body.woocommerce-cart
  main.entry.page
  .woocommerce-notices-wrapper
  + .cart-empty {
  margin-bottom: 20px;
}
body.woocommerce-cart main.entry.page .woocommerce-cart-form table.shop_table {
  border: none;
}
body.woocommerce-cart
  main.entry.page
  .woocommerce-cart-form
  table.shop_table
  .product-thumbnail
  img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
body.woocommerce-cart
  main.entry.page
  .woocommerce-cart-form
  table.shop_table
  td.product-remove
  a:hover {
  color: red;
  background: transparent;
}
body.woocommerce-cart
  main.entry.page
  .woocommerce-cart-form
  table.shop_table
  .coupon
  .input-text {
  border: none;
}
@media (max-width: 991px) {
  body.woocommerce-cart
    main.entry.page
    .woocommerce-cart-form
    table.shop_table
    .coupon
    button {
    font-size: 13px;
  }
}
@media (min-width: 991px) {
  body.woocommerce-cart
    main.entry.page
    .woocommerce-cart-form
    table.shop_table
    .coupon
    button {
    margin-top: 10px;
  }
}
body.woocommerce-cart main.entry.page .cart_totals {
  padding: 20px;
}
body.woocommerce-cart main.entry.page .cart_totals table {
  border: none;
}
body.woocommerce-cart main.entry.page ul#shipping_method li input {
  margin-top: 5px;
}
body.woocommerce-cart main.entry.page #payment .payment_box {
  margin-left: 10px;
}
body.woocommerce-cart main.entry.page #payment .payment_box::before {
  content: none;
}
body.woocommerce-checkout main.entry.page .woocommerce-NoticeGroup-checkout {
  margin-bottom: 20px;
}
body.woocommerce-checkout main.entry.page form.checkout > div > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.woocommerce-checkout main.entry.page h3#order_review_heading {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px;
}
body.woocommerce-checkout main.entry.page #order_review {
  padding: 0 20px 20px 20px;
}
body.woocommerce-checkout
  main.entry.page
  #order_review
  #payment
  .wc_payment_method
  label {
  display: inline;
}
body.woocommerce-checkout
  main.entry.page
  #order_review
  #payment
  .wc_payment_method
  label
  img {
  width: auto;
  display: inline-block;
}
body.woocommerce-checkout
  main.entry.page
  #order_review
  #payment
  .wc_payment_method
  label
  a {
  margin-left: 10px;
  float: inherit;
}
body.woocommerce-checkout
  main.entry.page
  #order_review
  #payment
  .wc_payment_method
  .payment_box {
  margin-top: 0;
  width: 100%;
}
body.woocommerce-checkout
  main.entry.page
  #order_review
  #payment
  .wc_payment_method
  .payment_box::before {
  content: none;
}
body.post-type-archive-product main.loop .loop-header,
body.tax-product_cat main.loop .loop-header,
body.tax-product_tag main.loop .loop-header {
  order: 1;
  position: relative;
  margin-top: 0;
  padding: 80px 0;
}
@media (max-width: 991px) {
  body.post-type-archive-product main.loop .loop-header,
  body.tax-product_cat main.loop .loop-header,
  body.tax-product_tag main.loop .loop-header {
    padding: 60px 0;
  }
}
body.post-type-archive-product main.loop .loop-header::before,
body.tax-product_cat main.loop .loop-header::before,
body.tax-product_tag main.loop .loop-header::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(3d7f30b828e96f12d4eb8faccac703eb.png);
  opacity: 0.3;
}
body.post-type-archive-product main.loop .loop-header .header,
body.tax-product_cat main.loop .loop-header .header,
body.tax-product_tag main.loop .loop-header .header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
body.post-type-archive-product main.loop .loop-header .header h1,
body.tax-product_cat main.loop .loop-header .header h1,
body.tax-product_tag main.loop .loop-header .header h1 {
  margin-bottom: 0;
  padding: 10px 30px;
  display: inline-block;
  font-size: 2rem;
}
body.post-type-archive-product main.loop .loop-header .header h1 + p,
body.post-type-archive-product main.loop .loop-header .header h1 + .description,
body.tax-product_cat main.loop .loop-header .header h1 + p,
body.tax-product_cat main.loop .loop-header .header h1 + .description,
body.tax-product_tag main.loop .loop-header .header h1 + p,
body.tax-product_tag main.loop .loop-header .header h1 + .description {
  margin-top: 40px;
}
body.post-type-archive-product main.loop .loop-header .header p,
body.tax-product_cat main.loop .loop-header .header p,
body.tax-product_tag main.loop .loop-header .header p {
  display: inline-block;
  text-align: left;
}
body.post-type-archive-product main.loop .loop-header .header p.term_name,
body.tax-product_cat main.loop .loop-header .header p.term_name,
body.tax-product_tag main.loop .loop-header .header p.term_name {
  padding: 4px 20px;
  font-weight: 700;
}
body.post-type-archive-product main.loop .loop-header .header p.term_name + p,
body.tax-product_cat main.loop .loop-header .header p.term_name + p,
body.tax-product_tag main.loop .loop-header .header p.term_name + p {
  margin-top: 20px;
}
body.post-type-archive-product main.loop .loop-header .header .description,
body.tax-product_cat main.loop .loop-header .header .description,
body.tax-product_tag main.loop .loop-header .header .description {
  overflow: hidden;
}
body.post-type-archive-product main.loop .loop-header .header .description_more,
body.tax-product_cat main.loop .loop-header .header .description_more,
body.tax-product_tag main.loop .loop-header .header .description_more {
  margin-top: 20px;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
body.post-type-archive-product main.loop .loop-description,
body.tax-product_cat main.loop .loop-description,
body.tax-product_tag main.loop .loop-description {
  order: 4;
  margin-top: -40px;
}
body.post-type-archive-product main.loop .loop-description .description,
body.tax-product_cat main.loop .loop-description .description,
body.tax-product_tag main.loop .loop-description .description {
  padding: 60px 0;
}
body.post-type-archive-product main.loop .loop-breadcrumb,
body.tax-product_cat main.loop .loop-breadcrumb,
body.tax-product_tag main.loop .loop-breadcrumb {
  order: 2;
}
body.post-type-archive-product main.loop .loop-layout,
body.tax-product_cat main.loop .loop-layout,
body.tax-product_tag main.loop .loop-layout {
  order: 3;
}
body.post-type-archive-product main.loop .loop-layout.no-bc,
body.tax-product_cat main.loop .loop-layout.no-bc,
body.tax-product_tag main.loop .loop-layout.no-bc {
  margin-top: 60px;
}
body.post-type-archive-product main.loop .loop-layout .subcategories-items,
body.tax-product_cat main.loop .loop-layout .subcategories-items,
body.tax-product_tag main.loop .loop-layout .subcategories-items {
  margin-top: 30px;
}
body.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div,
body.tax-product_cat main.loop .loop-layout .subcategories-items > div > div,
body.tax-product_tag main.loop .loop-layout .subcategories-items > div > div {
  text-align: center;
}
@media (min-width: 991px) {
  body.post-type-archive-product
    main.loop
    .loop-layout
    .subcategories-items
    > div
    > div:nth-child(n + 5),
  body.tax-product_cat
    main.loop
    .loop-layout
    .subcategories-items
    > div
    > div:nth-child(n + 5),
  body.tax-product_tag
    main.loop
    .loop-layout
    .subcategories-items
    > div
    > div:nth-child(n + 5) {
    margin-top: 20px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  body.post-type-archive-product
    main.loop
    .loop-layout
    .subcategories-items
    > div
    > div:nth-child(n + 4),
  body.tax-product_cat
    main.loop
    .loop-layout
    .subcategories-items
    > div
    > div:nth-child(n + 4),
  body.tax-product_tag
    main.loop
    .loop-layout
    .subcategories-items
    > div
    > div:nth-child(n + 4) {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  body.post-type-archive-product
    main.loop
    .loop-layout
    .subcategories-items
    > div
    > div:not(:first-child),
  body.tax-product_cat
    main.loop
    .loop-layout
    .subcategories-items
    > div
    > div:not(:first-child),
  body.tax-product_tag
    main.loop
    .loop-layout
    .subcategories-items
    > div
    > div:not(:first-child) {
    margin-top: 20px;
  }
}
body.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a,
body.tax-product_cat main.loop .loop-layout .subcategories-items > div > div a,
body.tax-product_tag main.loop .loop-layout .subcategories-items > div > div a {
  padding: 20px;
  width: 200px;
  display: inline-block;
  text-decoration: none;
}
body.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a
  .thumb,
body.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a
  .thumb,
body.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a
  .thumb {
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
}
body.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a
  .thumb
  img,
body.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a
  .thumb
  img,
body.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a
  .thumb
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
body.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  .other_subcategory,
body.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  .other_subcategory,
body.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  .other_subcategory {
  display: none;
}
body.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  .toggle_subcategories,
body.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  .toggle_subcategories,
body.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  .toggle_subcategories {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
body.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  .toggle_subcategories
  #toggle_subcategories,
body.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  .toggle_subcategories
  #toggle_subcategories,
body.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  .toggle_subcategories
  #toggle_subcategories {
  background-color: transparent;
  text-decoration: underline;
}
body.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories
  + .products,
body.tax-product_cat main.loop .loop-layout .subcategories + .products,
body.tax-product_tag main.loop .loop-layout .subcategories + .products {
  margin-top: 60px;
}
@media (max-width: 575px) {
  body.post-type-archive-product
    main.loop
    .loop-description
    .description
    .description {
    -moz-column-count: 1;
    column-count: 1;
  }
}
body.single-product main.product .product-header {
  order: 2;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.single-product main.product .product-header .onsale {
  display: none;
}
body.single-product main.product .product-header .woocommerce-product-gallery {
  position: relative;
}
body.single-product
  main.product
  .product-header
  .woocommerce-product-gallery
  > a {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 508.464 508.464'%3E%3Cg fill='%23010002'%3E%3Cpath d='M301.91.016C187.811.016 95.324 92.503 95.324 206.602c0 49.104 17.194 94.108 45.767 129.577L6.46 470.778c-8.613 8.613-8.613 22.597 0 31.21s22.597 8.613 31.179 0L172.27 367.357c35.501 28.604 80.505 45.799 129.609 45.799 114.099 0 206.586-92.487 206.586-206.586S416.009.016 301.91.016zm0 381.39c-96.396 0-174.804-78.407-174.804-174.804S205.513 31.798 301.91 31.798s174.804 78.407 174.804 174.804-78.408 174.804-174.804 174.804z'/%3E%3Cpath d='M397.257 190.711h-79.456v-79.456c0-8.772-7.119-15.891-15.891-15.891-8.74 0-15.891 7.119-15.891 15.891v79.456h-79.456c-8.74 0-15.891 7.119-15.891 15.891s7.151 15.891 15.891 15.891h79.456v79.456c0 8.74 7.151 15.891 15.891 15.891 8.772 0 15.891-7.151 15.891-15.891v-79.456h79.456c8.772 0 15.891-7.119 15.891-15.891s-7.119-15.891-15.891-15.891z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
}
body.single-product
  main.product
  .product-header
  .woocommerce-product-gallery
  > div
  figure {
  margin: 0;
}
body.single-product
  main.product
  .product-header
  .woocommerce-product-gallery
  > ol {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  list-style-type: none;
}
body.single-product
  main.product
  .product-header
  .woocommerce-product-gallery
  > ol
  li {
  margin: 0;
  width: 12%;
}
body.single-product
  main.product
  .product-header
  .woocommerce-product-gallery
  > ol
  li::marker {
  content: none;
}
body.single-product
  main.product
  .product-header
  .woocommerce-product-gallery
  > ol
  li:not(:nth-child(8n + 1)) {
  margin-left: calc(4% / 7);
}
body.single-product
  main.product
  .product-header
  .woocommerce-product-gallery
  > ol
  li:nth-child(n + 9) {
  margin-top: 2px;
}
body.single-product main.product .product-header .product_title {
  margin-bottom: 20px;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1.16;
}
@media (max-width: 991px) {
  body.single-product main.product .product-header .product_title {
    margin-top: 30px;
  }
}
body.single-product
  main.product
  .product-header
  .price
  .woocommerce-Price-amount {
  font-size: 1.25rem;
}
body.single-product main.product .product-header .price ins {
  text-decoration: none;
}
body.single-product
  main.product
  .product-header
  .price
  ins
  .woocommerce-Price-amount {
  font-weight: 700;
}
body.single-product main.product .product-header .stock.in-stock {
  margin-top: 20px;
}
body.single-product
  main.product
  .product-header
  form.cart:not(.variations_form) {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.single-product
  main.product
  .product-header
  form.cart:not(.variations_form)
  .quantity {
  width: 30%;
}
body.single-product
  main.product
  .product-header
  form.cart:not(.variations_form)
  button[type="submit"] {
  width: 68%;
}
body.single-product main.product .product-header form.variations_form {
  margin-top: 20px;
}
body.single-product
  main.product
  .product-header
  form.variations_form
  .quantity {
  width: 30%;
}
body.single-product
  main.product
  .product-header
  form.variations_form
  button[type="submit"] {
  width: 68%;
}
body.single-product
  main.product
  .product-header
  form.variations_form
  .variations {
  width: 100%;
}
body.single-product
  main.product
  .product-header
  form.variations_form
  .variations
  tr
  td,
body.single-product
  main.product
  .product-header
  form.variations_form
  .variations
  th
  td {
  border: none;
}
body.single-product
  main.product
  .product-header
  form.variations_form
  .variations
  tr:not(:first-child)
  td {
  padding-top: 10px;
}
body.single-product
  main.product
  .product-header
  form.variations_form
  .variations
  tr
  td {
  vertical-align: baseline;
}
body.single-product
  main.product
  .product-header
  form.variations_form
  .variations
  tr
  td
  a {
  float: right;
  margin-top: 5px;
}
body.single-product main.product .product-header .single_variation_wrap {
  margin-top: 10px;
}
body.single-product
  main.product
  .product-header
  .woocommerce-variation-add-to-cart {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
body.single-product
  main.product
  .product-header
  .woocommerce-variation-add-to-cart
  .quantity {
  margin-right: 10px;
  min-width: 100px;
}
body.single-product
  main.product
  .product-header
  .woocommerce-variation-add-to-cart
  .quantity
  input[type="number"] {
  text-align: center;
}
body.single-product
  main.product
  .product-header
  .woocommerce-variation-add-to-cart
  #wc-stripe-payment-request-button-separator {
  display: none;
}
body.single-product
  main.product
  .product-header
  .woocommerce-variation-add-to-cart
  button[type="submit"] {
  width: 100%;
}
body.single-product main.product .product-header .wcppec-checkout-buttons {
  margin-top: 10px;
  margin-bottom: 0;
}
body.single-product
  main.product
  .product-header
  .wcppec-checkout-buttons
  > div
  div:not(:first-child) {
  margin-top: 5px;
}
body.single-product main.product .product-header .product_meta {
  margin-top: 10px;
}
body.single-product main.product .product-header .product_meta .sku_wrapper {
  display: block;
  font-size: 0.8125rem;
}
body.single-product main.product .product-header .product_meta .posted_in,
body.single-product main.product .product-header .product_meta .tagged_as {
  margin-top: 5px;
  display: block;
  font-size: 0.8125rem;
}
body.single-product main.product .product-breadcrumb {
  order: 1;
}
body.single-product main.product .product-layout {
  order: 3;
}
body.single-product
  main.product
  .product-layout
  .product-layout-description
  .description,
body.single-product
  main.product
  .product-layout
  .product-layout-information
  .information,
body.single-product
  main.product
  .product-layout
  .product-layout-reviews
  .reviews {
  padding: 60px 0;
}
body.single-product
  main.product
  .product-layout
  .product-layout-upsells
  .products,
body.single-product
  main.product
  .product-layout
  .product-layout-related
  .products {
  padding: 60px 0 100px 0;
}
@media (max-width: 991px) {
  body.single-product
    main.product
    .product-layout
    .product-layout-upsells
    .products,
  body.single-product
    main.product
    .product-layout
    .product-layout-related
    .products {
    padding-bottom: 60px;
  }
}
body.single-product
  main.product
  .product-layout
  .product-layout-upsells
  + .product-layout-related
  .products {
  margin-top: -30px;
  padding: 0px 0 100px 0;
}
@media (max-width: 991px) {
  body.single-product
    main.product
    .product-layout
    .product-layout-upsells
    + .product-layout-related
    .products {
    padding-bottom: 60px;
  }
}
body.single-product
  main.product
  .product-layout-description
  .description
  > h2:first-child {
  margin-bottom: 30px;
}
body.single-product
  main.product
  .product-layout-description
  .description
  .elementor
  a,
body.single-product
  main.product
  .product-layout-description
  .description
  .elementor
  span[data-obflink] {
  text-decoration: underline;
}
body.single-product main.product .product-layout-information .information h2 {
  margin-bottom: 30px;
}
body.single-product
  main.product
  .product-layout-information
  .information
  table.shop_attributes {
  border: none;
  border-collapse: inherit;
}
body.single-product
  main.product
  .product-layout-information
  .information
  table.shop_attributes
  tr
  td,
body.single-product
  main.product
  .product-layout-information
  .information
  table.shop_attributes
  tr
  th {
  padding-left: 20px;
  border: none;
}
body.single-product
  main.product
  .product-layout-information
  .information
  table.shop_attributes
  tr
  th {
  width: calc(100% / 3);
  text-align: left;
}
body.single-product
  main.product
  .product-layout-reviews
  #reviews
  #comments
  ol
  li:not(:first-child) {
  margin-top: 20px;
}
body.single-product
  main.product
  .product-layout-reviews
  #reviews
  #comments
  ol
  li
  > div {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
body.single-product
  main.product
  .product-layout-reviews
  #reviews
  #comments
  ol
  li
  > div
  img {
  position: relative;
  float: inherit;
  top: inherit;
  left: inherit;
  padding: 0;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  -o-object-fit: cover;
  object-fit: cover;
}
body.single-product
  main.product
  .product-layout-reviews
  #reviews
  #comments
  ol
  li
  > div
  .comment-text {
  margin-left: 20px;
  padding: 0;
  flex: 1;
  border: none;
}
body.single-product
  main.product
  .product-layout-reviews
  #reviews
  #comments
  ol
  li
  > div
  .comment-text
  .meta {
  color: #1e2229;
}
body.single-product
  main.product
  .product-layout-reviews
  #reviews
  #review_form
  #reply-title {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
}
body.single-product
  main.product
  .product-layout-reviews
  #reviews
  #review_form
  form {
  margin-top: 20px;
}
body.single-product
  main.product
  .product-layout-reviews
  #reviews
  #review_form
  form
  .form-submit {
  text-align: right;
}
body.single-product
  main.product
  .product-layout-reviews
  #reviews
  #review_form
  form
  .form-submit
  input[type="submit"] {
  padding: 8px 25px;
  font-size: 13px;
  font-weight: normal;
}
body.single-product main.product .product-layout-upsells .products-title,
body.single-product main.product .product-layout-related .products-title {
  margin-bottom: 30px;
}
body.dark {
  background-color: #1e2229;
  color: #f7f7f9;
}
body.dark ::-moz-selection {
  background: #f7f7f9;
  color: #1e2229;
}
body.dark ::-moz-selection,
body.dark ::selection {
  background: #f7f7f9;
  color: #1e2229;
}
body.dark hr {
  border-color: #292e38;
}
body.dark a,
body.dark .link {
  color: #f7f7f9;
}
body.dark pre {
  background-color: #292e38;
}
body.dark blockquote {
  background-color: #292e38;
}
body.dark blockquote::before {
  color: #3e4755;
}
body.dark table thead tr th,
body.dark table tbody tr td {
  border-color: rgba(247, 247, 249, 0.1);
}
body.dark .wp-caption {
  background-color: #292e38;
}
body.dark .screen-reader-text:focus {
  background-color: #292e38;
}
body.dark
  input:not([type="checkbox"]):not([type="file"]):not([type="radio"]):not([type="reset"]):not([type="submit"]),
body.dark select,
body.dark textarea {
  background-color: #343a46;
  color: #f7f7f9;
}
body.dark ::-moz-placeholder {
  color: #f7f7f9;
}
body.dark :-ms-input-placeholder {
  color: #f7f7f9;
}
body.dark ::placeholder {
  color: #f7f7f9;
}
body.dark button[type="submit"],
body.dark input[type="reset"],
body.dark input[type="submit"] {
  background-color: #3e4755;
  color: #f7f7f9;
}
body.dark button[type="submit"]:hover,
body.dark input[type="reset"]:hover,
body.dark input[type="submit"]:hover {
  background-color: #495364;
}
body.dark .button {
  background-color: #3e4755;
  color: #f7f7f9;
}
body.dark .button:hover {
  background-color: #495364;
}
body.dark .tns-controls button svg path {
  fill: #f7f7f9;
}
body.dark #header {
  box-shadow: 0 2px 2px -2px #1e2229;
}
body.dark #header #scroll-indicator .progress {
  background-color: #f7f7f9;
}
body.dark #header .site-navigation {
  background-color: #292e38;
}
body.dark #header .site-navigation .inner .opener span,
body.dark #header .site-navigation .inner .opener span::before,
body.dark #header .site-navigation .inner .opener span::after {
  background-color: #f7f7f9;
}
body.dark #header .site-navigation .inner .opener.active span {
  background-color: transparent;
}
@media (max-width: 991px) {
  body.dark #header .site-navigation .inner .menu {
    background-color: #292e38;
  }
}
body.dark
  #header
  .site-navigation
  .inner
  .menu
  nav
  ul:not(.sub-menu)
  > li.menu-item-has-children
  > a::after {
  border-color: #f7f7f9;
}
body.dark
  #header
  .site-navigation
  .inner
  .menu
  nav
  ul:not(.sub-menu)
  > li.menu-item-has-children
  > ul.sub-menu {
  background-color: #292e38;
}
body.dark #header .site-navigation .inner .menu .icons .search span svg path {
  fill: #f7f7f9;
}
body.dark
  #header
  .site-navigation
  .inner
  .menu
  .icons
  .social
  ul
  li
  a
  svg
  path {
  fill: #f7f7f9;
}
body.dark #footer .bar {
  background-color: #13161a;
}
body.dark #footer .woo-bar {
  background-color: #343a46;
}
body.dark #footer .bar .widget > ol,
body.dark #footer .bar .widget > ul,
body.dark #footer .woo-bar .widget > ol,
body.dark #footer .woo-bar .widget > ul {
  margin-left: 0;
}
body.dark #footer .bar .widget .widget-title,
body.dark #footer .bar .widget a,
body.dark #footer .bar .widget p,
body.dark #footer .bar .widget ol li,
body.dark #footer .bar .widget ul li,
body.dark #footer .woo-bar .widget .widget-title,
body.dark #footer .woo-bar .widget a,
body.dark #footer .woo-bar .widget p,
body.dark #footer .woo-bar .widget ol li,
body.dark #footer .woo-bar .widget ul li {
  color: #fff;
}
body.dark #footer .bar .widget .widget-title::before,
body.dark #footer .woo-bar .widget .widget-title::before {
  background-color: #fff;
}
body.dark #footer .bar .widget.widget_calendar .wp-calendar-table caption,
body.dark #footer .woo-bar .widget.widget_calendar .wp-calendar-table caption {
  color: #fff;
}
body.dark #footer .bar .widget.widget_calendar .wp-calendar-table thead th,
body.dark #footer .woo-bar .widget.widget_calendar .wp-calendar-table thead th {
  color: #fff;
}
body.dark #footer .bar .widget.widget_calendar .wp-calendar-table tbody td,
body.dark #footer .woo-bar .widget.widget_calendar .wp-calendar-table tbody td {
  background-color: #292e38;
  color: #fff;
}
body.dark #footer .bar .widget.widget_product_tag_cloud .tagcloud a,
body.dark #footer .bar .widget.widget_tag_cloud .tagcloud a,
body.dark #footer .woo-bar .widget.widget_product_tag_cloud .tagcloud a,
body.dark #footer .woo-bar .widget.widget_tag_cloud .tagcloud a {
  background-color: #343a46;
}
body.dark #footer .bar .widget.widget_product_tag_cloud .tagcloud a:hover,
body.dark #footer .bar .widget.widget_tag_cloud .tagcloud a:hover,
body.dark #footer .woo-bar .widget.widget_product_tag_cloud .tagcloud a:hover,
body.dark #footer .woo-bar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #3e4755;
}
body.dark
  #footer
  .bar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content,
body.dark
  #footer
  .woo-bar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  background-color: #ccc;
}
body.dark
  #footer
  .bar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range,
body.dark
  #footer
  .bar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle,
body.dark
  #footer
  .woo-bar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range,
body.dark
  #footer
  .woo-bar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  background-color: #b3b3b3;
}
body.dark
  #footer
  .bar
  .widget.widget_price_filter
  .price_slider_amount
  .price_label,
body.dark
  #footer
  .woo-bar
  .widget.widget_price_filter
  .price_slider_amount
  .price_label {
  color: #fff;
}
body.dark #search-modal .search-modal-inner {
  background-color: #292e38;
}
body.dark.outline .comments-classic,
body.dark.outline .comments-theme {
  box-shadow: 0 0 1px rgba(247, 247, 249, 0.5);
}
body.dark.outline .comments-classic .comment,
body.dark.outline .comments-theme .comment {
  box-shadow: 0 0 1px rgba(247, 247, 249, 0.5);
}
body.dark.plain .comments-classic,
body.dark.plain .comments-theme {
  background-color: #292e38;
}
body.dark.plain .comments-classic .comment,
body.dark.plain .comments-theme .comment {
  box-shadow: 0 0 1px rgba(247, 247, 249, 0.5);
}
body.dark .sidebar .widget .widget-title::before {
  background-color: #f7f7f9;
}
body.dark .sidebar .widget.widget_calendar .wp-calendar-table caption {
  color: #f7f7f9;
}
body.dark .sidebar .widget.widget_calendar .wp-calendar-table thead th {
  color: #f7f7f9;
}
body.dark .sidebar .widget.widget_calendar .wp-calendar-table tbody td {
  background-color: #343a46;
  color: #f7f7f9;
}
body.dark .sidebar .widget.widget_tag_cloud .tagcloud a {
  background-color: #3e4755;
}
body.dark .sidebar .widget.widget_product_tag_cloud .tagcloud a {
  background-color: #3e4755;
}
body.dark
  .sidebar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  background-color: #ccc;
}
body.dark
  .sidebar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range,
body.dark
  .sidebar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  background-color: #b3b3b3;
}
body.dark
  .sidebar
  .widget.widget_price_filter
  .price_slider_amount
  .price_label {
  color: #fff;
}
body.dark.outline .sidebar .widget {
  border-right: 1px solid rgba(247, 247, 249, 0.1);
  border-left: 1px solid rgba(247, 247, 249, 0.1);
}
body.dark.outline .sidebar .widget:first-child {
  border-top: 1px solid rgba(247, 247, 249, 0.1);
}
body.dark.outline .sidebar .widget:last-child {
  border-bottom: 1px solid rgba(247, 247, 249, 0.1);
}
body.dark.plain .sidebar .widget {
  background-color: #292e38;
}
body.dark main.entry.page .entry-header.model-1 .details:not(.no-image) .title,
body.dark main.entry.page .entry-header.model-1 .details:not(.no-image) .metas,
body.dark
  main.entry.single
  .entry-header.model-1
  .details:not(.no-image)
  .title,
body.dark
  main.entry.single
  .entry-header.model-1
  .details:not(.no-image)
  .metas {
  background-color: rgba(30, 34, 41, 0.85);
}
body.dark main.entry.page .entry-layout .contents h2::before,
body.dark main.entry.single .entry-layout .contents h2::before {
  background-color: #f7f7f9;
}
body.dark main.entry.single .header .details .category a,
body.dark main.entry.single .header .details .category span {
  background-color: #f7f7f9;
  color: #292e38;
}
body.dark main.entry.single .entry-layout .pagination a svg path {
  fill: #f7f7f9;
}
body.dark.outline main.entry.page .entry-layout .author,
body.dark.outline main.entry.single .entry-layout .author {
  box-shadow: 0 0 1px rgba(247, 247, 249, 0.5);
}
body.dark.plain main.entry.page .entry-layout .author,
body.dark.plain main.entry.single .entry-layout .author {
  background-color: #292e38;
}
@media (min-width: 1025px) {
  body.dark main.blog > div > div:not(:first-child) {
    border-left: 2px solid #1e2229;
  }
}
body.dark main.blog .blog-hero .post a .thumbnail {
  background-color: #343a46;
}
body.dark main.blog .blog-hero .post a .details .category {
  background-color: #f7f7f9;
}
body.dark main.blog .blog-hero .post a .details .category span {
  color: #292e38;
}
body.dark main.blog .blog-hero .post a .details .title {
  background-color: rgba(41, 46, 56, 0.85);
}
body.dark main.blog .blog-hero .post a .details .metas {
  background-color: rgba(41, 46, 56, 0.85);
}
body.dark main.blog .blog-description {
  background-color: #292e38;
}
body.dark main.blog .blog-categories .category .posts .post a .thumbnail {
  background-color: #343a46;
}
body.dark main.blog .blog-categories .category .posts .post a .details {
  background-color: #292e38;
}
body.dark
  main.blog
  .blog-categories
  .category
  .posts
  .post
  a
  .details
  .category {
  background-color: #f7f7f9;
}
body.dark
  main.blog
  .blog-categories
  .category
  .posts
  .post
  a
  .details
  .category
  span {
  color: #292e38;
}
body.dark .entries .entry a .thumbnail {
  background-color: #343a46;
}
body.dark .entries .entry a .details {
  background-color: #292e38;
}
body.dark .entries .entry a .details .category {
  background-color: #f7f7f9;
}
body.dark .entries .entry a .details .category span {
  color: #292e38;
}
body.dark main.loop .loop-layout .pagination a:not(.hellip),
body.dark main.loop .loop-layout .pagination span:not(.hellip) {
  background-color: #292e38;
}
body.dark main.loop .loop-layout .pagination .current span {
  background-color: #343a46;
}
body.dark.author main.loop .loop-description {
  background-color: #292e38;
}
body.dark.category main.loop .loop-header .header h1,
body.dark.tag main.loop .loop-header .header h1 {
  background-color: rgba(41, 46, 56, 0.7);
}
body.dark.category main.loop .loop-header .header p,
body.dark.tag main.loop .loop-header .header p {
  background-color: #f7f7f9;
  color: #1e2229;
}
body.dark.category main.loop .loop-description,
body.dark.tag main.loop .loop-description {
  background-color: #292e38;
}
body.dark.error404 main.loop .loop-description {
  background-color: #292e38;
}
body.dark.woocommerce-js .woocommerce-message,
body.dark.woocommerce-js .woocommerce-info {
  border-top-color: #f7f7f9;
  background-color: #343a46;
  color: #f7f7f9;
}
body.dark.woocommerce-js .woocommerce-message::before,
body.dark.woocommerce-js .woocommerce-info::before {
  color: #f7f7f9;
}
body.dark.woocommerce-js .woocommerce-store-notice {
  background-color: #1e2229;
}
body.dark.woocommerce-js .products .products-list a .thumbnail {
  background-color: #343a46;
}
body.dark.woocommerce-js .products .products-list a .details {
  background-color: #292e38;
}
body.dark.woocommerce-account
  main.entry.page
  .woocommerce-notices-wrapper
  .woocommerce-error {
  background-color: #292e38;
}
body.dark.woocommerce-account main.entry.page #customer_login > div {
  background-color: #292e38;
}
body.dark.woocommerce-account
  main.entry.page
  .woocommerce-MyAccount-navigation {
  border-color: #f7f7f9;
}
body.dark.woocommerce-account
  main.entry.page
  .woocommerce-MyAccount-navigation
  ul
  li
  a {
  color: #f7f7f9;
}
body.dark.woocommerce-account main.entry.page .woocommerce-MyAccount-navigation,
body.dark.woocommerce-account main.entry.page .woocommerce-MyAccount-content {
  background-color: #292e38;
}
body.dark.woocommerce-cart .woocommerce-info,
body.dark.woocommerce-cart .woocommerce-cart-form,
body.dark.woocommerce-cart .cart_totals {
  background-color: #292e38;
}
body.dark.woocommerce-checkout
  main.entry.page
  .woocommerce-form-coupon-toggle
  .woocommerce-info,
body.dark.woocommerce-checkout
  main.entry.page
  .woocommerce-NoticeGroup-checkout
  .woocommerce-error,
body.dark.woocommerce-checkout main.entry.page form.checkout > div > div,
body.dark.woocommerce-checkout main.entry.page h3#order_review_heading,
body.dark.woocommerce-checkout main.entry.page #order_review {
  background-color: #292e38;
}
body.dark.woocommerce-checkout main.entry.page #order_review #payment {
  background-color: #343a46;
}
body.dark.woocommerce-checkout
  main.entry.page
  #order_review
  #payment
  .payment_box {
  background-color: #3e4755;
}
body.dark.post-type-archive-product main.loop .loop-header .header h1,
body.dark.tax-product_cat main.loop .loop-header .header h1,
body.dark.tax-product_tag main.loop .loop-header .header h1 {
  background-color: rgba(41, 46, 56, 0.7);
}
body.dark.post-type-archive-product main.loop .loop-header .header p.term_name,
body.dark.tax-product_cat main.loop .loop-header .header p.term_name,
body.dark.tax-product_tag main.loop .loop-header .header p.term_name {
  background-color: #f7f7f9;
  color: #1e2229;
}
body.dark.post-type-archive-product main.loop .loop-description,
body.dark.tax-product_cat main.loop .loop-description,
body.dark.tax-product_tag main.loop .loop-description {
  background-color: #292e38;
}
body.dark.post-type-archive-product main.loop .loop-layout .subcategories-items,
body.dark.tax-product_cat main.loop .loop-layout .subcategories-items,
body.dark.tax-product_tag main.loop .loop-layout .subcategories-items {
  margin-top: 30px;
}
body.dark.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a.outline,
body.dark.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a.outline,
body.dark.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a.outline {
  border: 1px solid rgba(247, 247, 249, 0.1);
}
body.dark.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a.plain,
body.dark.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a.plain,
body.dark.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a.plain {
  background-color: #292e38;
}
body.dark.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a
  .thumb,
body.dark.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a
  .thumb,
body.dark.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a
  .thumb {
  background-color: #343a46;
}
body.dark.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  #toggle_subcategories,
body.dark.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  #toggle_subcategories,
body.dark.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  #toggle_subcategories {
  color: #f7f7f9;
}
body.dark.single-product main.product .product-header {
  background-color: #292e38;
}
body.dark.single-product main.product .product-layout .product-layout {
  order: 3;
}
body.dark.single-product
  main.product
  .product-layout
  .product-layout-information,
body.dark.single-product main.product .product-layout .product-layout-upsells,
body.dark.single-product main.product .product-layout .product-layout-related {
  background-color: #292e38;
}
body.dark.single-product
  main.product
  .product-layout
  .product-layout-information
  table.shop_attributes
  tr:nth-child(odd)
  td,
body.dark.single-product
  main.product
  .product-layout
  .product-layout-information
  table.shop_attributes
  tr:nth-child(odd)
  th {
  background-color: #343a46;
}
body.dark.single-product
  main.product
  .product-layout
  .product-layout-information
  table.shop_attributes
  tr:nth-child(even)
  td,
body.dark.single-product
  main.product
  .product-layout
  .product-layout-information
  table.shop_attributes
  tr:nth-child(even)
  th {
  background-color: #3e4755;
}
body.dark.single-product
  main.product
  .product-layout
  .product-layout-reviews
  #reviews
  #comments
  ol
  li {
  background-color: #292e38;
}
body.dark.single-product
  main.product
  .product-layout
  .product-layout-reviews
  #reviews
  #comments
  ol
  li
  > div
  .comment-text
  .meta {
  color: #f7f7f9;
}
body.dark.single-product
  main.product
  .product-layout
  .product-layout-upsells
  .products
  .products-list
  a
  .details,
body.dark.single-product
  main.product
  .product-layout
  .product-layout-related
  .products
  .products-list
  a
  .details {
  background-color: #1e2229;
}
body.light {
  background-color: #f7f7f9;
  color: #1e2229;
}
body.light::-moz-selection {
  background-color: #1e2229;
  color: #f7f7f9;
}
body.light::-moz-selection,
body.light::selection {
  background-color: #1e2229;
  color: #f7f7f9;
}
body.light hr {
  border-color: #e8e8ee;
}
body.light a,
body.light .link {
  color: #17174A;
}
body.light pre {
  background-color: #e8e8ee;
}
body.light blockquote {
  background-color: #e8e8ee;
}
body.light blockquote::before {
  color: #dadae3;
}
body.light table thead tr th,
body.light table tbody tr td {
  border-color: rgba(30, 34, 41, 0.1);
}
body.light .wp-caption {
  background-color: #e8e8ee;
}
body.light .screen-reader-text:focus {
  background-color: #e8e8ee;
}
body.light
  input:not([type="checkbox"]):not([type="file"]):not([type="radio"]):not([type="reset"]):not([type="submit"]),
body.light select,
body.light textarea {
  background-color: #e8e8ee;
  color: #1e2229;
}
body.light ::-moz-placeholder {
  color: #1e2229;
}
body.light :-ms-input-placeholder {
  color: #1e2229;
}
body.light ::placeholder {
  color: #1e2229;
}
body.light button[type="submit"],
body.light input[type="reset"],
body.light input[type="submit"] {
  background-color: #1e2229;
  color: #fff;
}
body.light button[type="submit"]:hover,
body.light input[type="reset"]:hover,
body.light input[type="submit"]:hover {
  background-color: #495364;
}
body.light .button {
  background-color: #1e2229;
  color: #fff;
}
body.light .button:hover {
  background-color: #495364;
}
body.light .tns-controls button svg path {
  fill: #1e2229;
}
body.light #header {
  box-shadow: 0 2px 2px -2px #f7f7f9;
}
body.light #header #scroll-indicator .progress {
  background-color: #1e2229;
}
body.light #header .site-navigation {
  background-color: #fff;
}
body.light #header .site-navigation .inner .opener span,
body.light #header .site-navigation .inner .opener span::before,
body.light #header .site-navigation .inner .opener span::after {
  background-color: #1e2229;
}
body.light #header .site-navigation .inner .opener.active span {
  background-color: transparent;
}
@media (max-width: 991px) {
  body.light #header .site-navigation .inner .menu {
    background-color: #f7f7f9;
  }
}
body.light
  #header
  .site-navigation
  .inner
  .menu
  nav
  ul:not(.sub-menu)
  > li.menu-item-has-children
  > a::after {
  border-color: #1e2229;
}
body.light
  #header
  .site-navigation
  .inner
  .menu
  nav
  ul:not(.sub-menu)
  > li.menu-item-has-children
  > ul.sub-menu {
  background-color: #f2f2f2;
}
body.light #header .site-navigation .inner .menu .icons .search span svg path {
  fill: #1e2229;
}
body.light
  #header
  .site-navigation
  .inner
  .menu
  .icons
  .social
  ul
  li
  a
  svg
  path {
  fill: #1e2229;
}
body.light #footer .woo-bar {
  background-color: #f4f4f5;
}
body.light #footer .woo-bar .widget .widget-title,
body.light #footer .woo-bar .widget a,
body.light #footer .woo-bar .widget p,
body.light #footer .woo-bar .widget ol li,
body.light #footer .woo-bar .widget ul li {
  color: #1e2229;
}
body.light #footer .woo-bar .widget .widget-title::before {
  background-color: #1e2229;
}
body.light #footer .woo-bar .widget.widget_calendar .wp-calendar-table caption {
  color: #1e2229;
}
body.light
  #footer
  .woo-bar
  .widget.widget_calendar
  .wp-calendar-table
  thead
  th {
  color: #1e2229;
}
body.light
  #footer
  .woo-bar
  .widget.widget_calendar
  .wp-calendar-table
  tbody
  td {
  background-color: #f7f7f9;
  color: #1e2229;
}
body.light #footer .woo-bar .widget.widget_product_tag_cloud .tagcloud a,
body.light #footer .woo-bar .widget.widget_tag_cloud .tagcloud a {
  background-color: #f7f7f9;
}
body.light #footer .woo-bar .widget.widget_product_tag_cloud .tagcloud a:hover,
body.light #footer .woo-bar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #e8e8ee;
}
body.light
  #footer
  .woo-bar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  background-color: #5f6b81;
}
body.light
  #footer
  .woo-bar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range,
body.light
  #footer
  .woo-bar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  background-color: #959fb1;
}
body.light
  #footer
  .woo-bar
  .widget.widget_price_filter
  .price_slider_amount
  .price_label {
  color: #1e2229;
}
body.light #footer .bar {
  background-color: #13161a;
}
body.light #footer .bar .widget .widget-title,
body.light #footer .bar .widget a,
body.light #footer .bar .widget p,
body.light #footer .bar .widget ol li,
body.light #footer .bar .widget ul li {
  color: #fff;
}
body.light #footer .bar .widget .widget-title::before {
  background-color: #fff;
}
body.light #footer .bar .widget.widget_calendar .wp-calendar-table caption {
  color: #fff;
}
body.light #footer .bar .widget.widget_calendar .wp-calendar-table thead th {
  color: #fff;
}
body.light #footer .bar .widget.widget_calendar .wp-calendar-table tbody td {
  background-color: #292e38;
  color: #fff;
}
body.light #footer .bar .widget.widget_product_tag_cloud .tagcloud a,
body.light #footer .bar .widget.widget_tag_cloud .tagcloud a {
  background-color: #343a46;
}
body.light #footer .bar .widget.widget_product_tag_cloud .tagcloud a:hover,
body.light #footer .bar .widget.widget_tag_cloud .tagcloud a:hover {
  background-color: #3e4755;
}
body.light
  #footer
  .bar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  background-color: #ccc;
}
body.light
  #footer
  .bar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range,
body.light
  #footer
  .bar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  background-color: #b3b3b3;
}
body.light
  #footer
  .bar
  .widget.widget_price_filter
  .price_slider_amount
  .price_label {
  color: #fff;
}
body.light #search-modal .search-modal-inner {
  background-color: #fff;
}
body.light.outline .comments-classic,
body.light.outline .comments-theme {
  box-shadow: 0 0 1px rgba(30, 34, 41, 0.5);
}
body.light.outline .comments-classic .comment,
body.light.outline .comments-theme .comment {
  box-shadow: 0 0 1px rgba(30, 34, 41, 0.5);
}
body.light.plain .comments-classic,
body.light.plain .comments-theme {
  background-color: #fff;
}
body.light.plain .comments-classic .comment,
body.light.plain .comments-theme .comment {
  box-shadow: 0 0 1px rgba(30, 34, 41, 0.5);
}
body.light .sidebar .widget .widget-title::before {
  background-color: #1e2229;
}
body.light .sidebar .widget.widget_calendar .wp-calendar-table caption {
  color: #1e2229;
}
body.light .sidebar .widget.widget_calendar .wp-calendar-table thead th {
  color: #1e2229;
}
body.light .sidebar .widget.widget_calendar .wp-calendar-table tbody td {
  background-color: #f7f7f9;
  color: #1e2229;
}
body.light .sidebar .widget.widget_tag_cloud .tagcloud a {
  background-color: #e8e8ee;
}
body.light .sidebar .widget.widget_product_tag_cloud .tagcloud a {
  background-color: #e8e8ee;
}
body.light
  .sidebar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  background-color: #5f6b81;
}
body.light
  .sidebar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-range,
body.light
  .sidebar
  .widget.widget_price_filter
  .price_slider_wrapper
  .ui-widget-content
  .ui-slider-handle {
  background-color: #959fb1;
}
body.light
  .sidebar
  .widget.widget_price_filter
  .price_slider_amount
  .price_label {
  color: #1e2229;
}
body.light.outline .sidebar .widget {
  border-right: 1px solid rgba(30, 34, 41, 0.1);
  border-left: 1px solid rgba(30, 34, 41, 0.1);
}
body.light.outline .sidebar .widget:first-child {
  border-top: 1px solid rgba(30, 34, 41, 0.1);
}
body.light.outline .sidebar .widget:last-child {
  border-bottom: 1px solid rgba(30, 34, 41, 0.1);
}
body.light.plain .sidebar .widget {
  background-color: #fff;
}
body.light main.entry.page .entry-header.model-1 .details:not(.no-image) .title,
body.light main.entry.page .entry-header.model-1 .details:not(.no-image) .metas,
body.light
  main.entry.single
  .entry-header.model-1
  .details:not(.no-image)
  .title,
body.light
  main.entry.single
  .entry-header.model-1
  .details:not(.no-image)
  .metas {
/*   background-color: rgba(255, 255, 255, 0.85); */
	  background-color: transparent;
 	  color: #fff; 
}
body.light main.entry.page .entry-layout .contents h2::before,
body.light main.entry.single .entry-layout .contents h2::before {
  background-color: #1e2229;
}
body.light main.entry.single .header .details .category a,
body.light main.entry.single .header .details .category span {
  background-color: #1e2229;
  color: #fff;
}
body.light main.entry.single .entry-layout .pagination a svg path {
  fill: #1e2229;
}
body.light.outline main.entry.page .entry-layout .author,
body.light.outline main.entry.single .entry-layout .author {
  box-shadow: 0 0 1px rgba(30, 34, 41, 0.5);
}
body.light.plain main.entry.page .entry-layout .author,
body.light.plain main.entry.single .entry-layout .author {
  background-color: #fff;
}
@media (min-width: 1025px) {
  body.light main.blog > div > div:not(:first-child) {
    border-left: 2px solid #f7f7f9;
  }
}
body.light main.blog .blog-hero .post a .thumbnail {
  background-color: #e8e8ee;
}
body.light main.blog .blog-hero .post a .details .category {
  background-color: #1e2229;
}
body.light main.blog .blog-hero .post a .details .category span {
  color: #fff;
}
body.light main.blog .blog-hero .post a .details .title {
  background-color: rgba(255, 255, 255, 0.85);
}
body.light main.blog .blog-hero .post a .details .metas {
  background-color: rgba(255, 255, 255, 0.85);
}
body.light main.blog .blog-description {
  background-color: #fff;
}
body.light main.blog .blog-categories .category .posts .post a .thumbnail {
  background-color: #e8e8ee;
}
body.light main.blog .blog-categories .category .posts .post a .details {
  background-color: #fff;
}
body.light
  main.blog
  .blog-categories
  .category
  .posts
  .post
  a
  .details
  .category {
  background-color: #1e2229;
}
body.light
  main.blog
  .blog-categories
  .category
  .posts
  .post
  a
  .details
  .category
  span {
  color: #fff;
}
body.light .entries .entry a .thumbnail {
  background-color: #e8e8ee;
}
body.light .entries .entry a .details {
  background-color: #fff;
}
body.light .entries .entry a .details .category {
  background-color: #1e2229;
}
body.light .entries .entry a .details .category span {
  color: #fff;
}
body.light main.loop .loop-layout .pagination a:not(.hellip),
body.light main.loop .loop-layout .pagination span:not(.hellip) {
  background-color: #fff;
}
body.light main.loop .loop-layout .pagination .current span {
  background-color: #e8e8ee;
}
body.light.category main.loop .loop-header .header h1,
body.light.tag main.loop .loop-header .header h1 {
  background-color: rgba(255, 255, 255, 0.7);
}
body.light.category main.loop .loop-header .header p,
body.light.tag main.loop .loop-header .header p {
  background-color: #1e2229;
  color: #fff;
}
body.light.category main.loop .loop-description,
body.light.tag main.loop .loop-description {
  background-color: #fff;
}
body.light.author main.loop .loop-description {
  background-color: #fff;
}
body.light.error404 main.loop .loop-description {
  background-color: #fff;
}
body.light.woocommerce-js .woocommerce-message,
body.light.woocommerce-js .woocommerce-info {
  border-top-color: #1e2229;
  background-color: #e8e8ee;
  color: #1e2229;
}
body.light.woocommerce-js .woocommerce-message::before,
body.light.woocommerce-js .woocommerce-info::before {
  color: #1e2229;
}
body.light.woocommerce-js .woocommerce-store-notice {
  background-color: #f7f7f9;
}
body.light.woocommerce-js .products .products-list a .thumbnail {
  background-color: #e8e8ee;
}
body.light.woocommerce-js .products .products-list a .details {
  background-color: #fff;
}
body.light.woocommerce-account
  main.entry.page
  .woocommerce-notices-wrapper
  .woocommerce-error {
  background-color: #fff;
}
body.light.woocommerce-account main.entry.page #customer_login > div {
  background-color: #fff;
}
body.light.woocommerce-account
  main.entry.page
  .woocommerce-MyAccount-navigation {
  border-color: #1e2229;
}
body.light.woocommerce-account
  main.entry.page
  .woocommerce-MyAccount-navigation
  ul
  li
  a {
  color: #1e2229;
}
body.light.woocommerce-account
  main.entry.page
  .woocommerce-MyAccount-navigation,
body.light.woocommerce-account main.entry.page .woocommerce-MyAccount-content {
  background-color: #fff;
}
body.light.woocommerce-cart .woocommerce-info,
body.light.woocommerce-cart .woocommerce-cart-form,
body.light.woocommerce-cart .cart_totals {
  background-color: #fff;
}
body.light.woocommerce-checkout
  main.entry.page
  .woocommerce-form-coupon-toggle
  .woocommerce-info,
body.light.woocommerce-checkout
  main.entry.page
  .woocommerce-NoticeGroup-checkout
  .woocommerce-error,
body.light.woocommerce-checkout main.entry.page form.checkout > div > div,
body.light.woocommerce-checkout main.entry.page h3#order_review_heading,
body.light.woocommerce-checkout main.entry.page #order_review {
  background-color: #fff;
}
body.light.woocommerce-checkout main.entry.page #order_review #payment {
  background-color: #e8e8ee;
}
body.light.woocommerce-checkout
  main.entry.page
  #order_review
  #payment
  .payment_box {
  background-color: #dadae3;
}
body.light.post-type-archive-product main.loop .loop-header .header h1,
body.light.tax-product_cat main.loop .loop-header .header h1,
body.light.tax-product_tag main.loop .loop-header .header h1 {
  background-color: rgba(255, 255, 255, 0.7);
}
body.light.post-type-archive-product main.loop .loop-header .header p.term_name,
body.light.tax-product_cat main.loop .loop-header .header p.term_name,
body.light.tax-product_tag main.loop .loop-header .header p.term_name {
  background-color: #1e2229;
  color: #fff;
}
body.light.post-type-archive-product main.loop .loop-description,
body.light.tax-product_cat main.loop .loop-description,
body.light.tax-product_tag main.loop .loop-description {
  background-color: #fff;
}
body.light.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items,
body.light.tax-product_cat main.loop .loop-layout .subcategories-items,
body.light.tax-product_tag main.loop .loop-layout .subcategories-items {
  margin-top: 30px;
}
body.light.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a.outline,
body.light.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a.outline,
body.light.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a.outline {
  border: 1px solid rgba(30, 34, 41, 0.1);
}
body.light.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a.plain,
body.light.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a.plain,
body.light.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a.plain {
  background-color: #fff;
}
body.light.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a
  .thumb,
body.light.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a
  .thumb,
body.light.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  > div
  > div
  a
  .thumb {
  background-color: #e8e8ee;
}
body.light.post-type-archive-product
  main.loop
  .loop-layout
  .subcategories-items
  #toggle_subcategories,
body.light.tax-product_cat
  main.loop
  .loop-layout
  .subcategories-items
  #toggle_subcategories,
body.light.tax-product_tag
  main.loop
  .loop-layout
  .subcategories-items
  #toggle_subcategories {
  color: #1e2229;
}
body.light.single-product main.product .product-header {
  background-color: #fff;
}
body.light.single-product main.product .product-layout-information,
body.light.single-product main.product .product-layout-upsells,
body.light.single-product main.product .product-layout-related {
  background-color: #fff;
}
body.light.single-product
  main.product
  .product-layout-information
  table.shop_attributes
  tr:nth-child(odd)
  td,
body.light.single-product
  main.product
  .product-layout-information
  table.shop_attributes
  tr:nth-child(odd)
  th {
  background-color: #e8e8ee;
}
body.light.single-product
  main.product
  .product-layout-information
  table.shop_attributes
  tr:nth-child(even)
  td,
body.light.single-product
  main.product
  .product-layout-information
  table.shop_attributes
  tr:nth-child(even)
  th {
  background-color: #f0f0f4;
}
body.light.single-product
  main.product
  .product-layout-reviews
  #reviews
  #comments
  ol
  li {
  background-color: #fff;
}
body.light.single-product
  main.product
  .product-layout-upsells
  .products
  .products-list
  a
  .details,
body.light.single-product
  main.product
  .product-layout-related
  .products
  .products-list
  a
  .details {
  background-color: #f7f7f9;
}

.form-to-go{
  position:fixed;
  z-index: 9999;
  bottom:20px;
  right:20px;
  cursor: pointer;

  transition: all 200ms ease-out;
  padding: 9px 25px;
  border-radius: 8px;
  font-family: "Gilroy bold";
  font-size: max(16px, 1em);

  /* UI Properties */
  background: #FFC859 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  color:#FFFFFF;
  opacity: 1;
}

.form-to-go:hover{
  background-color: var(--paracolor) !important;
  color: white !important;
}

@media (max-width: 1024px) {
  .form-to-go{
    right: 10px;
    bottom: 10px;
    padding: 9px 9px
  }
}
