* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(88, 157, 17, 0.1);
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-size: 10px;
}
::-moz-selection {
  background: #82B64D;
  color: white;
}
::selection {
  background: #82B64D;
  color: white;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a:link,
a:visited {
  color: #589D11;
  text-decoration: none;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
a:link.mod-destructive,
a:visited.mod-destructive {
  color: #e70037;
}
a:hover {
  color: black;
}
a:hover.mod-destructive {
  color: #ff3c6b;
}
a:active {
  color: #467418;
}
a:active.mod-destructive {
  color: #ff90ab;
}
svg {
  fill: none;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}
h1,
h2,
h3,
h4 {
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  color: black;
}
h1 {
  font-size: 2.8rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 567px) {
  h1 {
    font-size: 2.2rem;
  }
}
h2 {
  font-size: 2.6rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 2.4rem;
  }
}
@media (max-width: 567px) {
  h2 {
    font-size: 2.2rem;
  }
}
h2.mod-small {
  font-size: 2.2rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  h2.mod-small {
    font-size: 2rem;
  }
}
@media (max-width: 567px) {
  h2.mod-small {
    font-size: 1.8rem;
  }
}
h3 {
  font-size: 2rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 567px) {
  h3 {
    font-size: 1.6rem;
  }
}
h4 {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  h4 {
    font-size: 1.7rem;
  }
}
@media (max-width: 567px) {
  h4 {
    font-size: 1.6rem;
  }
}
p,
li {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
p.mod-alert,
span.mod-alert {
  color: #e70037;
}
body {
  padding: 0;
  margin: 0;
  background-color: white;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #545454;
  font-size: 1rem;
  line-height: 1.4;
}
.cmn-fixWidth {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .cmn-fixWidth {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .cmn-fixWidth {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .cmn-fixWidth {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .cmn-fixWidth {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.cmn-padding-side {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .cmn-padding-side {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .cmn-padding-side {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.cmn-padding-all {
  padding: 10px;
}
@media (max-width: 767px) {
  .cmn-padding-all {
    padding: 7px;
  }
}
@media (max-width: 567px) {
  .cmn-padding-all {
    padding: 5px;
  }
}
.cmn-padding-side-double {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .cmn-padding-side-double {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .cmn-padding-side-double {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cmn-margin-side {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .cmn-margin-side {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .cmn-margin-side {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.cmn-margin-side-double {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cmn-margin-side-double {
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media (max-width: 567px) {
  .cmn-margin-side-double {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.cmn-margin-bottom-double {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cmn-margin-bottom-double {
    margin-bottom: 14px;
  }
}
@media (max-width: 567px) {
  .cmn-margin-bottom-double {
    margin-bottom: 10px;
  }
}
.cmn-brandLogo-size {
  max-width: 200px;
  max-height: 80px;
}
@media (max-width: 767px) {
  .cmn-brandLogo-size {
    max-width: 180px;
    max-height: 72px;
  }
}
@media (max-width: 567px) {
  .cmn-brandLogo-size {
    max-width: 160px;
    max-height: 64px;
  }
}
.cmn-heroImage {
  padding-top: 30%;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .cmn-heroImage {
    padding-top: 33%;
  }
}
@media (max-width: 767px) {
  .cmn-heroImage {
    padding-top: 40%;
  }
}
@media (max-width: 665px) {
  .cmn-heroImage {
    padding-top: 50%;
  }
}
@media (max-width: 567px) {
  .cmn-heroImage {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .cmn-heroImage {
    border-radius: 0;
  }
}
.cmn-heroImageTall {
  padding-top: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .cmn-heroImageTall {
    padding-top: 55%;
  }
}
@media (max-width: 767px) {
  .cmn-heroImageTall {
    padding-top: 60%;
  }
}
@media (max-width: 665px) {
  .cmn-heroImageTall {
    padding-top: 65%;
  }
}
@media (max-width: 567px) {
  .cmn-heroImageTall {
    padding-top: 70%;
  }
}
@media (max-width: 767px) {
  .cmn-heroImageTall {
    border-radius: 0;
  }
}
.lcly-siteHeader-wrap {
  height: 90px;
  transition-property: height;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .lcly-siteHeader-wrap {
    height: 68px;
  }
}
.lcly-siteHeader-wrap.mod-checkout {
  height: 30px;
}
.lcly-siteHeader-wrap.mod-checkout .lcly-siteHeader {
  background-color: transparent;
}
.lcly-siteHeader-wrap.mod-scrolled {
  height: 58px;
}
@media (max-width: 767px) {
  .lcly-siteHeader-wrap.mod-scrolled {
    height: 50px;
  }
}
.lcly-siteHeader {
  background-color: #3a3a3a;
  background-color: white;
  height: 90px;
  padding-top: 18px;
  transition-property: height, padding-top;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  pointer-events: none;
  /*
	&.mod-root {
		background-color: transparent;
		.siteHeader-right {
			text-align: right;
			.siteHeader-nav {
				.cmn-padding-side-double();
				display: inline-block;
				padding-bottom: 15px;
				@media (max-width: 767px) {
					padding-bottom: 5px;
				}
				a {
					svg { stroke: @color-action; }
					span { color: @color-action; }
				}

				background-color: rgba(255, 255, 255, 0.90);
				border-radius: 10px;
			}
		}
	}
*/
}
@media (max-width: 767px) {
  .lcly-siteHeader {
    height: 58px;
    padding-top: 12px;
  }
}
.lcly-siteHeader .siteHeader-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .lcly-siteHeader .siteHeader-wrap {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-siteHeader .siteHeader-wrap {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-siteHeader .siteHeader-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-siteHeader .siteHeader-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-left {
  font-size: 0;
  width: calc( (100% - 400px) / 2 );
  /*
			@media (max-width: 1023px) { width: 140px; }
			@media (max-width: 767px) { width: 110px; }
			@media (max-width: 567px) { width: 80px; }
*/
}
@media (max-width: 1199px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-left {
    width: calc( ( (100% - 400px) / 5 ) * 3 );
  }
}
@media (max-width: 1023px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-left {
    width: calc( ( (100% - 340px) / 3 ) * 2 );
  }
}
@media (max-width: 767px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-left {
    width: 66.667%;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-logo {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 5000;
  margin-right: 10px;
  pointer-events: all;
}
@media (max-width: 767px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-logo {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-logo {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-logo img {
  transition-property: width, height;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  width: 120px;
}
@media (max-width: 567px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-logo img {
    width: 100px;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation {
  display: inline-block;
  vertical-align: top;
  color: white;
  color: #589D11;
  pointer-events: all;
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-known {
  transition-property: padding-top;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  padding-top: 9px;
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-none {
  transition-property: padding-top;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-none {
    padding-top: 9px;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-label {
  opacity: 0.5;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-label {
    display: none;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-value,
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-clear {
  color: white;
  color: #589D11;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-value:hover,
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-clear:hover {
  opacity: 0.75;
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-value:active,
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-clear:active {
  opacity: 0.5;
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-value span,
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-clear span {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-value svg,
.lcly-siteHeader .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-clear svg {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: white;
  stroke: #589D11;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-center {
  width: 400px;
}
@media (max-width: 767px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-center {
    display: none;
  }
}
@media (max-width: 1023px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-center {
    width: 340px;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-center .lcly-search {
  pointer-events: all;
  margin-top: 6px;
  transition-property: margin-top;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-right {
  width: calc( (100% - 400px) / 2 );
}
@media (max-width: 1199px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-right {
    width: calc( ( (100% - 400px) / 5 ) * 2 );
  }
}
@media (max-width: 1023px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-right {
    width: calc( (100% - 340px) / 3 );
  }
}
@media (max-width: 767px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-right {
    width: 33.333%;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav {
  pointer-events: all;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  transition-property: padding-top;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  text-align: right;
  font-size: 0;
}
@media (max-width: 767px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav {
    padding-top: 5px;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a {
  display: inline-block;
  margin-left: 20px;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a {
    margin-left: 15px;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a:nth-child(1) {
  margin-left: 0;
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a svg,
.lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a span {
  display: inline-block;
  vertical-align: middle;
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a svg {
  stroke: white;
  stroke: #589D11;
  stroke-miterlimit: 10;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
@media (max-width: 1023px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a svg {
    margin-right: 0;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a span {
  font-size: 12px;
  color: white;
  color: #589D11;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a span {
    display: none;
  }
}
@media (min-width: 768px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a.nav-search {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a.nav-search {
    display: inline-block;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a.nav-cart {
  position: relative;
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a.nav-cart .cart-indicator {
  position: absolute;
  top: -10px;
  left: 12px;
  background-color: #FF9212;
  color: white;
  width: 20px;
  height: 20px;
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 1023px) {
  .lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a.nav-cart .cart-indicator {
    display: block;
  }
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a:hover {
  opacity: 0.75;
}
.lcly-siteHeader .siteHeader-wrap .siteHeader-right .siteHeader-nav a:active {
  opacity: 0.5;
}
.lcly-siteHeader .siteHeader-wrap .lcly-mobileSearch {
  display: none;
  pointer-events: all;
  background-color: white;
  position: fixed;
  z-index: 2000;
  padding-bottom: 10px;
  width: 100%;
  top: 58px;
  left: 0;
  transition-property: top, padding-bottom, padding-left;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  padding-top: 5px;
  padding-left: 17px;
  font-size: 0;
}
@media (min-width: 768px) {
  .lcly-siteHeader .siteHeader-wrap .lcly-mobileSearch {
    display: none !important;
  }
}
@media (max-width: 567px) {
  .lcly-siteHeader .siteHeader-wrap .lcly-mobileSearch {
    padding-left: 10px;
  }
}
.lcly-siteHeader .siteHeader-wrap .lcly-mobileSearch .mobileSearch-form {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 61px);
}
@media (max-width: 567px) {
  .lcly-siteHeader .siteHeader-wrap .lcly-mobileSearch .mobileSearch-form {
    width: calc(100% - 54px);
  }
}
@media (max-width: 479px) {
  .lcly-siteHeader .siteHeader-wrap .lcly-mobileSearch .mobileSearch-form {
    width: calc(100% - 49px);
  }
}
.lcly-siteHeader .siteHeader-wrap .lcly-mobileSearch .mobileSearch-form .lcly-search {
  transition-property: margin-top;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-siteHeader .siteHeader-wrap .lcly-mobileSearch .mobileSearch-close {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #589D11;
  padding: 10px;
  margin-left: 10px;
  margin-right: 7px;
}
@media (max-width: 567px) {
  .lcly-siteHeader .siteHeader-wrap .lcly-mobileSearch .mobileSearch-close {
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .lcly-siteHeader .siteHeader-wrap .lcly-mobileSearch .mobileSearch-close {
    margin-left: 5px;
  }
}
.lcly-siteHeader .siteHeader-wrap .lcly-mobileSearch .mobileSearch-close svg {
  stroke: #589D11;
  stroke-miterlimit: 10;
  stroke-linejoin: round;
  stroke-linecap: round;
  width: 24px;
  height: 24px;
}
.lcly-siteHeader.mod-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
  padding-top: 8px;
  height: 58px;
}
@media (max-width: 767px) {
  .lcly-siteHeader.mod-scrolled {
    height: 50px;
  }
}
.lcly-siteHeader.mod-scrolled .siteHeader-wrap .siteHeader-left .siteHeader-logo {
  margin-top: 4px;
}
.lcly-siteHeader.mod-scrolled .siteHeader-wrap .siteHeader-left .siteHeader-logo img {
  width: 80px;
}
.lcly-siteHeader.mod-scrolled .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-label {
  display: none;
}
.lcly-siteHeader.mod-scrolled .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-known,
.lcly-siteHeader.mod-scrolled .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-none {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .lcly-siteHeader.mod-scrolled .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-known,
  .lcly-siteHeader.mod-scrolled .siteHeader-wrap .siteHeader-left .siteHeader-userLocation .userLocation-none {
    padding-top: 8px;
  }
}
.lcly-siteHeader.mod-scrolled .siteHeader-wrap .siteHeader-center .lcly-search {
  margin-top: 3px;
}
.lcly-siteHeader.mod-scrolled .siteHeader-wrap .siteHeader-right .siteHeader-nav {
  padding-top: 8px;
}
@media (max-width: 767px) {
  .lcly-siteHeader.mod-scrolled .siteHeader-wrap .siteHeader-right .siteHeader-nav {
    padding-top: 5px;
  }
}
.lcly-siteHeader.mod-scrolled .siteHeader-wrap .lcly-mobileSearch {
  top: 50px;
}
@media (max-width: 567px) {
}
.lcly-siteHeader.mod-scrolled .siteHeader-wrap .lcly-mobileSearch .lcly-search {
  margin-top: 3px;
}
body.mod-root {
  background-size: cover;
  background-position: top center;
  background-image: url('../images/IMG-1285.jpg');
}
.lcly-siteNav {
  white-space: nowrap;
  transition-property: height, padding;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
  font-size: 0;
  user-select: none;
  background-color: #82B64D;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-siteNav {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-siteNav {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-siteNav .siteNav-wrap {
  transition-property: height, padding;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1279px) {
  .lcly-siteNav .siteNav-wrap {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-siteNav .siteNav-wrap {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-siteNav .siteNav-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-siteNav .siteNav-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-siteNav .siteNav-wrap {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .lcly-siteNav {
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .lcly-siteNav {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.lcly-siteNav .siteNav-label {
  font-size: 14px;
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 10px;
  color: white;
  transition-property: font-size, margin-bottom;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
@media (max-width: 1023px) {
  .lcly-siteNav .siteNav-label {
    display: none;
  }
}
.lcly-siteNav .siteNav-item {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 8px 10px;
  color: white;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
.lcly-siteNav .siteNav-item .item-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.lcly-siteNav .siteNav-item .item-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: white !important;
}
.lcly-siteNav .siteNav-item .item-icon svg path {
  stroke: white !important;
}
@media (max-width: 1023px) {
  .lcly-siteNav .siteNav-item .item-icon svg {
    width: 20px;
    height: 20px;
  }
}
.lcly-siteNav .siteNav-item .item-caption {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 16px;
  margin-top: 2px;
  width: calc(100% - 32px);
}
.lcly-siteNav .siteNav-item .item-caption span {
  display: inline-block;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1023px) {
  .lcly-siteNav .siteNav-item .item-caption {
    font-size: 14px;
    width: calc(100% - 28px);
  }
}
.lcly-siteNav .siteNav-item:hover {
  opacity: 0.77;
}
.lcly-siteNav .siteNav-item:hover .item-caption span {
  border-bottom: 1px solid white;
}
.lcly-siteNav .siteNav-item:active {
  opacity: 1;
}
@media (max-width: 767px) {
  .lcly-siteNav .siteNav-item {
    display: none;
  }
}
.lcly-siteNav .siteNav-toggle {
  font-size: 0;
  margin: 0;
  text-align: right;
  background-image: linear-gradient(90deg, rgba(130, 182, 77, 0) 0%, #82B64D 40%);
  width: 220px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 24px;
  padding: 10px;
  right: 0;
  right: 120px;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
  color: #589D11;
  color: white;
  cursor: pointer;
  transition-property: padding, bottom, right;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
@media (max-width: 767px) {
  .lcly-siteNav .siteNav-toggle {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-siteNav .siteNav-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-siteNav .siteNav-toggle .toggle-icon {
  margin-right: 4px;
  vertical-align: middle;
  display: none;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
@media (max-width: 767px) {
  .lcly-siteNav .siteNav-toggle .toggle-icon {
    display: inline-block;
  }
}
.lcly-siteNav .siteNav-toggle .toggle-icon .toggle-icon-close {
  display: none;
}
.lcly-siteNav .siteNav-toggle .toggle-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: white;
}
.lcly-siteNav .siteNav-toggle .toggle-caption {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
@media (max-width: 767px) {
  .lcly-siteNav .siteNav-toggle .toggle-caption {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .lcly-siteNav .siteNav-toggle .toggle-caption .caption-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .lcly-siteNav .siteNav-toggle .toggle-caption .caption-desktop {
    display: none;
  }
}
.lcly-siteNav .siteNav-toggle .toggle-caption .caption-collapse {
  display: none;
}
.lcly-siteNav .siteNav-toggle .toggle-triangle {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  width: 10px;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
.lcly-siteNav .siteNav-toggle .toggle-triangle g {
  fill: white;
}
@media (max-width: 767px) {
  .lcly-siteNav .siteNav-toggle .toggle-triangle {
    display: none;
  }
}
@media (max-width: 767px) {
  .lcly-siteNav .siteNav-toggle {
    position: static;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    vertical-align: middle;
    transform: translate(0, 0);
  }
}
.lcly-siteNav .siteNav-toggle:hover .toggle-caption,
.lcly-siteNav .siteNav-toggle:hover .toggle-icon,
.lcly-siteNav .siteNav-toggle:hover .toggle-triangle {
  opacity: 0.77;
}
.lcly-siteNav .siteNav-toggle:active .toggle-caption,
.lcly-siteNav .siteNav-toggle:active .toggle-icon,
.lcly-siteNav .siteNav-toggle:active .toggle-triangle {
  opacity: 1;
}
.lcly-siteNav .siteNav-brands {
  font-size: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 24px;
  padding: 10px;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #589D11;
  color: white;
  cursor: pointer;
  font-size: 14px;
  background-color: #82B64D;
}
@media (max-width: 767px) {
  .lcly-siteNav .siteNav-brands {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-siteNav .siteNav-brands {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .lcly-siteNav .siteNav-brands {
    display: inline-block;
    position: static;
    font-size: 14px;
    transform: translate(0, 0);
    vertical-align: middle;
  }
}
.lcly-siteNav .siteNav-brands a:link,
.lcly-siteNav .siteNav-brands a:visited {
  color: white;
}
.lcly-siteNav .siteNav-brands a:hover {
  opacity: 0.77;
}
.lcly-siteNav .siteNav-brands a:active {
  opacity: 1;
}
.lcly-siteNav.mod-expanded {
  background-color: #777;
  white-space: normal;
}
.lcly-siteNav.mod-expanded .siteNav-brands {
  display: none;
}
.lcly-siteNav.mod-expanded .siteNav-wrap {
  padding-top: 12px;
  padding-bottom: 48px;
  text-align: left;
}
@media (max-width: 767px) {
  .lcly-siteNav.mod-expanded {
    padding-bottom: 12px;
  }
}
.lcly-siteNav.mod-expanded .siteNav-label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .lcly-siteNav.mod-expanded .siteNav-label {
    text-align: center;
    display: none;
  }
}
.lcly-siteNav.mod-expanded .siteNav-item {
  width: 25%;
}
@media (max-width: 1023px) {
  .lcly-siteNav.mod-expanded .siteNav-item {
    display: inline-block;
    width: 33.333%;
  }
}
@media (max-width: 665px) {
  .lcly-siteNav.mod-expanded .siteNav-item {
    width: 50%;
  }
}
@media (max-width: 359px) {
  .lcly-siteNav.mod-expanded .siteNav-item {
    width: 100%;
  }
}
.lcly-siteNav.mod-expanded .siteNav-toggle {
  background-image: none;
  top: auto;
  right: 0;
  bottom: 10px;
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .lcly-siteNav.mod-expanded .siteNav-toggle {
    margin-top: 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  .lcly-siteNav.mod-expanded .siteNav-toggle .toggle-icon .toggle-icon-close {
    display: inline-block;
  }
}
.lcly-siteNav.mod-expanded .siteNav-toggle .toggle-icon .toggle-icon-menu {
  display: none;
}
.lcly-siteNav.mod-expanded .siteNav-toggle .toggle-caption .caption-expand {
  display: none;
}
.lcly-siteNav.mod-expanded .siteNav-toggle .toggle-caption .caption-collapse {
  display: inline;
}
.lcly-siteNav.mod-expanded .siteNav-toggle .toggle-triangle {
  transform: rotateX(180deg);
}
.lcly-search form {
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 479px) {
  .lcly-search form {
    flex-direction: column;
  }
}
.lcly-search .search-location {
  width: 140px;
}
@media (max-width: 1023px) {
  .lcly-search .search-location {
    width: 128px;
  }
}
@media (max-width: 767px) {
  .lcly-search .search-location {
    width: 120px;
  }
}
@media (max-width: 479px) {
  .lcly-search .search-location {
    width: 100%;
  }
}
.lcly-search .search-location select {
  border-radius: 4px 0 0 4px;
  background-color: #82B64D;
  color: white;
  font-size: 1.6rem;
  padding: 0 10px;
  line-height: 42px;
  height: 42px;
  width: 100%;
  background-image: url(../images/dropdown-regular-invert.png);
  display: block;
  transition-property: padding, font-size;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
@media (max-width: 1023px) {
  .lcly-search .search-location select {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .lcly-search .search-location select {
    font-size: 1.4rem;
  }
}
@media (max-width: 479px) {
  .lcly-search .search-location select {
    border-radius: 4px 4px 0 0;
    padding: 0 10px;
    line-height: 36px;
    height: 36px;
  }
}
.lcly-search .search-input {
  position: relative;
  background-color: white;
  border-radius: 0 4px 4px 0;
  width: calc(100% - 140px);
}
@media (max-width: 1023px) {
  .lcly-search .search-input {
    width: calc(100% - 128px);
  }
}
@media (max-width: 767px) {
  .lcly-search .search-input {
    width: calc(100% - 120px);
  }
}
@media (max-width: 479px) {
  .lcly-search .search-input {
    width: 100%;
    border-radius: 0 0 4px 4px;
  }
}
.lcly-search .search-input input {
  display: block;
  font-size: 1.6rem;
  appearance: none;
  margin: 0;
  padding: 0 10px;
  line-height: 42px;
  height: 42px;
  border-radius: 4px;
  width: 100%;
  text-overflow: ellipsis;
  padding-right: 40px;
  transition-property: padding, font-size;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-search .search-input input::placeholder {
  color: rgba(0, 0, 0, 0.33);
}
@media (max-width: 1023px) {
  .lcly-search .search-input input {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .lcly-search .search-input input {
    font-size: 1.4rem;
  }
}
@media (max-width: 479px) {
  .lcly-search .search-input input {
    padding: 0 10px;
    line-height: 36px;
    height: 36px;
  }
}
.lcly-search .search-input button {
  appearance: none;
  margin: 0;
  padding: 5px;
  border: 0;
  background-color: transparent;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 3px;
}
.lcly-search .search-input button svg {
  width: 24px;
  height: 24px;
  fill: none;
  transition-property: stroke;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  stroke: #589D11;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lcly-search .search-input button:hover svg {
  stroke: black;
}
.lcly-search .search-input button:active svg {
  stroke: #467418;
}
.lcly-search.mod-basic .search-location {
  display: none;
}
.lcly-search.mod-basic .search-input {
  width: 100%;
  border-radius: 4px;
}
.lcly-siteHeader.mod-scrolled .lcly-search .search-location select {
  font-size: 1.4rem;
  padding: 0 10px;
  line-height: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .lcly-siteHeader.mod-scrolled .lcly-search .search-location select {
    font-size: 1.4rem;
  }
}
.lcly-siteHeader.mod-scrolled .lcly-search .search-input input {
  font-size: 1.4rem;
  padding: 0 10px;
  line-height: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  .lcly-siteHeader.mod-scrolled .lcly-search .search-input input {
    font-size: 1.4rem;
  }
}
.lcly-pageHeader {
  transition-property: margin-top;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-pageHeader .pageHeader-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 15px;
}
@media (max-width: 1279px) {
  .lcly-pageHeader .pageHeader-wrap {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-pageHeader .pageHeader-wrap {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-pageHeader .pageHeader-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-pageHeader .pageHeader-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .lcly-pageHeader .pageHeader-wrap .pageHeader-main {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-pageHeader .pageHeader-wrap .pageHeader-main {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-breadcrumbs {
  font-size: 1.2rem;
  line-height: 20px;
  margin-bottom: 20px;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-breadcrumbs span {
  white-space: nowrap;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-breadcrumbs a,
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-breadcrumbs i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-breadcrumbs i {
  font-style: normal;
  opacity: 0.5;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-breadcrumbs a {
  white-space: nowrap;
  max-width: calc(100vw - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main h1 {
  padding-bottom: 20px;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-filters {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-filters {
    display: none !important;
  }
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-filters .filters-trigger {
  display: block;
  font-size: 1.4rem;
  line-height: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-filters .filters-applied {
  display: none;
  width: 100%;
  flex-direction: row;
  align-items: top;
  font-size: 0;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-filters .filters-applied div {
  width: calc(100% - 100px);
  padding-top: 6px;
  padding-bottom: 6px;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-filters .filters-applied div span,
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-filters .filters-applied div i {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.4rem;
  line-height: 20px;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-filters .filters-applied div i {
  font-style: normal;
  opacity: 0.5;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-filters .filters-applied a {
  display: block;
  width: 100px;
  font-size: 1.4rem;
  line-height: 20px;
  text-align: right;
  padding-top: 6px;
  padding-bottom: 6px;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-resultsSort {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-resultsSort .pageHeader-results {
  font-size: 1.4rem;
  width: 33.333%;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-resultsSort .pageHeader-sort {
  font-size: 0;
  width: 66.667%;
  text-align: right;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-resultsSort .pageHeader-sort span {
  font-size: 1.4rem;
  margin-right: 10px;
}
.lcly-pageHeader .pageHeader-wrap .pageHeader-main .pageHeader-resultsSort .pageHeader-sort select {
  width: auto;
}
.lcly-pageHeader.mod-noBreadcrumbs .pageHeader-wrap {
  padding-top: 100px;
}
@media (max-width: 1023px) {
  .lcly-pageHeader.mod-noBreadcrumbs .pageHeader-wrap {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .lcly-pageHeader.mod-noBreadcrumbs .pageHeader-wrap {
    padding-top: 70px;
  }
}
@media (max-width: 567px) {
  .lcly-pageHeader.mod-noBreadcrumbs .pageHeader-wrap {
    padding-top: 40px;
  }
}
.lcly-pageHeader.mod-cart .pageHeader-wrap {
  padding-top: 100px;
}
@media (max-width: 1023px) {
  .lcly-pageHeader.mod-cart .pageHeader-wrap {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .lcly-pageHeader.mod-cart .pageHeader-wrap {
    padding-top: 70px;
  }
}
@media (max-width: 567px) {
  .lcly-pageHeader.mod-cart .pageHeader-wrap {
    padding-top: 40px;
  }
}
.lcly-pageHeader.mod-cart .pageHeader-wrap .pageHeader-main {
  position: relative;
}
.lcly-pageHeader.mod-cart .pageHeader-wrap .pageHeader-main .pageHeader-link {
  font-size: 1.4rem;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .lcly-pageHeader.mod-cart .pageHeader-wrap .pageHeader-main .pageHeader-link {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-pageHeader.mod-cart .pageHeader-wrap .pageHeader-main .pageHeader-link {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 567px) {
  .lcly-pageHeader.mod-cart .pageHeader-wrap .pageHeader-main {
    padding-bottom: 30px;
  }
  .lcly-pageHeader.mod-cart .pageHeader-wrap .pageHeader-main .pageHeader-link {
    top: auto;
    bottom: 10px;
  }
}
.lcly-pageHeader.mod-checkout .pageHeader-wrap,
.lcly-pageHeader.mod-plainPage .pageHeader-wrap {
  padding-top: 50px;
}
.lcly-pageHeader.mod-checkout .pageHeader-wrap .pageHeader-main h1,
.lcly-pageHeader.mod-plainPage .pageHeader-wrap .pageHeader-main h1 {
  text-align: center;
  border-bottom: 2px solid #dbdbdb;
}
.lcly-pageHeader.mod-account .pageHeader-wrap {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .lcly-pageHeader.mod-account .pageHeader-wrap {
    padding-top: 70px;
  }
}
@media (max-width: 567px) {
  .lcly-pageHeader.mod-account .pageHeader-wrap {
    padding-top: 40px;
  }
}
.lcly-pageHeader.mod-account .pageHeader-wrap .pageHeader-main h1 {
  text-align: center;
  border-bottom: 2px solid #dbdbdb;
}
.lcly-pageHeader.mod-localHome .pageHeader-wrap {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .lcly-pageHeader.mod-localHome .pageHeader-wrap {
    padding-top: 0;
  }
}
.lcly-pageHeader.mod-localHome .pageHeader-wrap .pageHeader-main h1 {
  text-align: center;
}
.lcly-pageHeader.mod-productList .pageHeader-wrap .pageHeader-main h1 {
  padding-bottom: 5px;
}
@media (max-width: 1023px) {
  .lcly-pageHeader.mod-productList .pageHeader-wrap .pageHeader-main h1 {
    padding-bottom: 10px;
  }
}
.lcly-pageHeader.mod-details .pageHeader-wrap {
  /*
			padding-top: 100px;				
			@media (max-width: 1023px) { padding-top: 50px; }
			@media (max-width: 767px) { padding-top: 70px; }
			@media (max-width: 567px) { padding-top: 40px; }
*/
}
@media (min-width: 1024px) {
  .lcly-pageHeader.mod-details .pageHeader-wrap .pageHeader-breadcrumbs {
    margin-bottom: 60px;
  }
}
.lcly-pageHeader.mod-details .pageHeader-wrap .pageHeader-main h1 {
  padding-bottom: 20px;
}
.lcly-pageHeader.mod-twoCols .pageHeader-left {
  width: 20%;
}
@media (max-width: 1279px) {
  .lcly-pageHeader.mod-twoCols .pageHeader-left {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .lcly-pageHeader.mod-twoCols .pageHeader-left {
    display: none;
  }
}
.lcly-pageHeader.mod-twoCols .pageHeader-main {
  width: 80%;
}
@media (max-width: 1279px) {
  .lcly-pageHeader.mod-twoCols .pageHeader-main {
    width: 75%;
  }
}
@media (max-width: 1023px) {
  .lcly-pageHeader.mod-twoCols .pageHeader-main {
    width: 100%;
  }
}
.lcly-content {
  padding-bottom: 100px;
}
.lcly-content .content-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .lcly-content .content-wrap {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-content .content-wrap {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-content .content-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-content .content-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-content .content-wrap .content-main {
  width: 100%;
}
.lcly-content.mod-twoCols .content-left {
  width: 20%;
}
@media (max-width: 1279px) {
  .lcly-content.mod-twoCols .content-left {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .lcly-content.mod-twoCols .content-left {
    display: none;
  }
}
.lcly-content.mod-twoCols .content-main {
  width: 80%;
}
@media (max-width: 1279px) {
  .lcly-content.mod-twoCols .content-main {
    width: 75%;
  }
}
@media (max-width: 1023px) {
  .lcly-content.mod-twoCols .content-main {
    width: 100%;
  }
}
.lcly-storeInfo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 0;
}
@media (max-width: 1279px) {
  .lcly-storeInfo {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-storeInfo {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-storeInfo {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-storeInfo {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-storeInfo div {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.lcly-storeInfo .storeInfo-address {
  padding-left: 10px;
  padding-right: 10px;
  width: 20%;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .lcly-storeInfo .storeInfo-address {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-storeInfo .storeInfo-address {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-storeInfo .storeInfo-address {
    width: 33.333%;
  }
}
@media (max-width: 665px) {
  .lcly-storeInfo .storeInfo-address {
    width: 100%;
  }
}
.lcly-storeInfo .storeInfo-address img {
  max-width: 200px;
  max-height: 80px;
  display: block;
}
@media (max-width: 767px) {
  .lcly-storeInfo .storeInfo-address img {
    max-width: 180px;
    max-height: 72px;
  }
}
@media (max-width: 567px) {
  .lcly-storeInfo .storeInfo-address img {
    max-width: 160px;
    max-height: 64px;
  }
}
.lcly-storeInfo .storeInfo-photo {
  padding-left: 10px;
  padding-right: 10px;
  width: 40%;
}
@media (max-width: 767px) {
  .lcly-storeInfo .storeInfo-photo {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-storeInfo .storeInfo-photo {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-storeInfo .storeInfo-photo {
    width: 66.667%;
  }
}
@media (max-width: 665px) {
  .lcly-storeInfo .storeInfo-photo {
    width: 100%;
  }
}
.lcly-storeInfo .storeInfo-photo img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 567px) {
  .lcly-storeInfo .storeInfo-photo img {
    max-width: 300px;
  }
}
.lcly-storeInfo .storeInfo-details {
  width: 40%;
}
@media (max-width: 767px) {
  .lcly-storeInfo .storeInfo-details {
    width: 100%;
  }
}
.lcly-storeInfo .storeInfo-details .details-text {
  padding-left: 10px;
  padding-right: 10px;
  padding-right: 20px !important;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lcly-storeInfo .storeInfo-details .details-text {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-storeInfo .storeInfo-details .details-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-storeInfo .storeInfo-details .details-text {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .lcly-storeInfo .storeInfo-details .details-text {
    width: 100%;
  }
}
.lcly-storeInfo .storeInfo-details .details-text p {
  font-size: 1.4rem;
}
.lcly-storeInfo .storeInfo-details .details-worktime {
  font-size: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-storeInfo .storeInfo-details .details-worktime {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-storeInfo .storeInfo-details .details-worktime {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-storeInfo .storeInfo-details .details-worktime {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .lcly-storeInfo .storeInfo-details .details-worktime {
    width: 100%;
  }
}
.lcly-storeInfo .storeInfo-details .details-worktime h3 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.lcly-storeInfo .storeInfo-details .details-worktime i,
.lcly-storeInfo .storeInfo-details .details-worktime span {
  display: inline-block;
  font-size: 1.4rem;
}
.lcly-storeInfo .storeInfo-details .details-worktime i {
  font-style: normal;
  width: 60px;
}
.lcly-storeInfo .storeInfo-details .details-worktime span {
  width: calc(100% - 60px);
}
.lcly-storeInfo .storeInfo-details .details-worktime p {
  margin-bottom: 4px;
}
.lcly-root {
  margin: 40px 0 40px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.lcly-root .root-intro {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .lcly-root .root-intro {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-root .root-intro {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .lcly-root .root-intro {
    margin-bottom: 30px;
  }
}
@media (max-width: 567px) {
  .lcly-root .root-intro {
    margin-bottom: 20px;
  }
}
.lcly-root .root-intro h1 {
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.lcly-root .root-info {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .lcly-root .root-info {
    flex-direction: column;
  }
}
.lcly-root .root-info .info-col {
  width: 33.333%;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .lcly-root .root-info .info-col {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
}
.lcly-root .root-info .info-col .info-image {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-root .root-info .info-col .info-image {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-root .root-info .info-col .info-image {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-root .root-info .info-col .info-image::after {
  content: " ";
  display: block;
  padding-top: 60%;
  background-color: #eee;
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .lcly-root .root-info .info-col .info-image {
    width: 25%;
  }
}
.lcly-root .root-info .info-col .info-text {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-root .root-info .info-col .info-text {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-root .root-info .info-col .info-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1023px) {
  .lcly-root .root-info .info-col .info-text {
    width: 75%;
  }
}
.lcly-root .root-info .info-col .info-text h2 {
  margin-bottom: 5px;
}
.lcly-root .root-info .info-col .info-text p {
  font-size: 1.4rem;
}
.lcly-storeHeader {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .lcly-storeHeader {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-storeHeader {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-storeHeader {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-storeHeader {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1199px) {
  .lcly-storeHeader {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.lcly-storeHeader .storeHeader-title {
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .lcly-storeHeader .storeHeader-title {
    margin-top: 10px;
    margin-bottom: 15px;
  }
}
.lcly-storeHeader .storeHeader-title div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.lcly-storeHeader .storeHeader-title .title-logo img {
  display: block;
  vertical-align: middle;
  max-width: 200px;
  max-height: 80px;
}
@media (max-width: 767px) {
  .lcly-storeHeader .storeHeader-title .title-logo img {
    max-width: 180px;
    max-height: 72px;
  }
}
@media (max-width: 567px) {
  .lcly-storeHeader .storeHeader-title .title-logo img {
    max-width: 160px;
    max-height: 64px;
  }
}
.lcly-storeHeader .storeHeader-title .title-rating svg {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.lcly-storeHeader .storeHeader-title .title-address {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .lcly-storeHeader .storeHeader-title .title-address {
    display: block;
  }
}
.lcly-storeHeader .storeHeader-hero {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lcly-storeHeader .storeHeader-hero {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-storeHeader .storeHeader-hero {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 1199px) {
  .lcly-storeHeader .storeHeader-hero {
    margin-left: 0;
    margin-right: 0;
  }
}
.lcly-storeHeader .storeHeader-hero .hero-image {
  padding-top: 30%;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .lcly-storeHeader .storeHeader-hero .hero-image {
    padding-top: 33%;
  }
}
@media (max-width: 767px) {
  .lcly-storeHeader .storeHeader-hero .hero-image {
    padding-top: 40%;
  }
}
@media (max-width: 665px) {
  .lcly-storeHeader .storeHeader-hero .hero-image {
    padding-top: 50%;
  }
}
@media (max-width: 567px) {
  .lcly-storeHeader .storeHeader-hero .hero-image {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .lcly-storeHeader .storeHeader-hero .hero-image {
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .lcly-storeHeader .storeHeader-hero .hero-image {
    border-radius: 0;
  }
}
.lcly-storeHeader .storeHeader-hero .hero-text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  font-size: 36px;
  line-height: 1.2;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  color: white;
}
@media (max-width: 1279px) {
  .lcly-storeHeader .storeHeader-hero .hero-text {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .lcly-storeHeader .storeHeader-hero .hero-text {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lcly-storeHeader .storeHeader-hero .hero-text {
    font-size: 24px;
  }
}
@media (max-width: 665px) {
  .lcly-storeHeader .storeHeader-hero .hero-text {
    font-size: 24px;
  }
}
@media (max-width: 567px) {
  .lcly-storeHeader .storeHeader-hero .hero-text {
    font-size: 22px;
  }
}
.lcly-brandHeader {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .lcly-brandHeader {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-brandHeader {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-brandHeader {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-brandHeader {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1199px) {
  .lcly-brandHeader {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.lcly-brandHeader .brandHeader-hero {
  margin: 20px 0;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lcly-brandHeader .brandHeader-hero {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-brandHeader .brandHeader-hero {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 1199px) {
  .lcly-brandHeader .brandHeader-hero {
    margin-left: 0;
    margin-right: 0;
  }
}
.lcly-brandHeader .brandHeader-hero .hero-image {
  padding-top: 25%;
  background-position: left center;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .lcly-brandHeader .brandHeader-hero .hero-image {
    padding-top: 25%;
  }
}
@media (max-width: 767px) {
  .lcly-brandHeader .brandHeader-hero .hero-image {
    padding-top: 25%;
  }
}
@media (max-width: 665px) {
  .lcly-brandHeader .brandHeader-hero .hero-image {
    padding-top: 50%;
  }
}
@media (max-width: 567px) {
  .lcly-brandHeader .brandHeader-hero .hero-image {
    padding-top: 50%;
  }
}
@media (max-width: 767px) {
  .lcly-brandHeader .brandHeader-hero .hero-image {
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .lcly-brandHeader .brandHeader-hero .hero-image {
    border-radius: 0;
  }
}
.lcly-brandHeader .brandHeader-hero .hero-text {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 20px;
  font-size: 36px;
  line-height: 1.2;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  color: white;
}
@media (max-width: 1279px) {
  .lcly-brandHeader .brandHeader-hero .hero-text {
    font-size: 32px;
  }
}
@media (max-width: 1023px) {
  .lcly-brandHeader .brandHeader-hero .hero-text {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lcly-brandHeader .brandHeader-hero .hero-text {
    font-size: 24px;
  }
}
@media (max-width: 665px) {
  .lcly-brandHeader .brandHeader-hero .hero-text {
    font-size: 24px;
  }
}
@media (max-width: 567px) {
  .lcly-brandHeader .brandHeader-hero .hero-text {
    font-size: 22px;
  }
}
.lcly-shopStoreCategories {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .lcly-shopStoreCategories {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-shopStoreCategories {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-shopStoreCategories {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-shopStoreCategories {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-shopStoreCategories {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.lcly-shopStoreCategories .shopStoreCategories-wrap {
  background-image: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F7F7F7 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.lcly-shopStoreCategories .shopStoreCategories-wrap h2 {
  margin: 10px 0;
}
.lcly-shopStoreCategories .shopStoreCategories-wrap .shopStoreCategories-photoCircles {
  font-size: 0;
  margin-bottom: 20px;
}
.lcly-shopStoreCategories .shopStoreCategories-wrap .shopStoreCategories-photoCircles .i-photoCircle {
  margin: 10px;
  display: inline-block;
}
.lcly-shopStoreCategories .shopStoreCategories-wrap .shopStoreCategories-photoCircles .i-photoCircle .photoCircle-image {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
}
.lcly-shopStoreCategories .shopStoreCategories-wrap .shopStoreCategories-photoCircles .i-photoCircle .photoCircle-caption {
  display: block;
  padding: 10px;
  text-align: center;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
.lcly-shopStoreCategories .shopStoreCategories-wrap .shopStoreCategories-circles {
  font-size: 0;
  margin-bottom: 20px;
}
.lcly-shopStoreCategories .shopStoreCategories-wrap .shopStoreCategories-circles .i-circle {
  display: inline-block;
  width: 140px;
  height: 140px;
  margin: 10px;
  border-radius: 50%;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: white;
  background-color: #82B64D;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  position: relative;
}
.lcly-shopStoreCategories .shopStoreCategories-wrap .shopStoreCategories-circles .i-circle span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  padding: 10px;
  text-align: center;
}
.lcly-shopStoreCategories .shopStoreCategories-wrap .shopStoreCategories-circles .i-circle:hover {
  color: white;
  background-color: #87C549;
}
.lcly-shopStoreCategories .shopStoreCategories-wrap .shopStoreCategories-circles .i-circle:active {
  color: white;
  background-color: #73A83C;
}
.lcly-shopStoreCategories .shopStoreCategories-wrap .shopStoreCategories-links {
  font-size: 0;
}
.lcly-shopStoreCategories .shopStoreCategories-wrap .shopStoreCategories-links .i-link {
  display: inline-block;
  font-family: 'Epilogue', sans-serif;
  margin: 10px 15px;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 767px) {
  .lcly-shopStoreCategories .shopStoreCategories-wrap {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-shopStoreCategories .shopStoreCategories-wrap {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-shopStoreCategories .shopStoreCategories-wrap {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}
.lcly-shopStoreCategories .shopStoreCategories-wrap h1 {
  width: 460px;
  margin: 0 auto 20px;
}
@media (max-width: 665px) {
  .lcly-shopStoreCategories .shopStoreCategories-wrap h1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 665px) and (max-width: 767px) {
  .lcly-shopStoreCategories .shopStoreCategories-wrap h1 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 665px) and (max-width: 567px) {
  .lcly-shopStoreCategories .shopStoreCategories-wrap h1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-locationHeader {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  .lcly-locationHeader {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-locationHeader {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-locationHeader {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-locationHeader {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1199px) {
  .lcly-locationHeader {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.lcly-locationHeader .locationHeader-hero {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .lcly-locationHeader .locationHeader-hero {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-locationHeader .locationHeader-hero {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 1199px) {
  .lcly-locationHeader .locationHeader-hero {
    margin-left: 0;
    margin-right: 0;
  }
}
.lcly-locationHeader .locationHeader-hero .hero-image {
  padding-top: 30%;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  background-image: url('../images/IMG-1285.jpg');
}
@media (max-width: 1023px) {
  .lcly-locationHeader .locationHeader-hero .hero-image {
    padding-top: 33%;
  }
}
@media (max-width: 767px) {
  .lcly-locationHeader .locationHeader-hero .hero-image {
    padding-top: 40%;
  }
}
@media (max-width: 665px) {
  .lcly-locationHeader .locationHeader-hero .hero-image {
    padding-top: 50%;
  }
}
@media (max-width: 567px) {
  .lcly-locationHeader .locationHeader-hero .hero-image {
    padding-top: 60%;
  }
}
@media (max-width: 767px) {
  .lcly-locationHeader .locationHeader-hero .hero-image {
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .lcly-locationHeader .locationHeader-hero .hero-image {
    border-radius: 0;
  }
}
.lcly-locationHeader .locationHeader-hero .hero-fader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 1199px) {
  .lcly-locationHeader .locationHeader-hero .hero-fader {
    border-radius: 0;
  }
}
.lcly-locationHeader .locationHeader-hero .hero-title {
  position: absolute;
  width: 100%;
  top: 50%;
  text-align: center;
  transform: translate(0, -50%);
}
.lcly-locationHeader .locationHeader-hero .hero-title h1 {
  color: white;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media (max-width: 1023px) {
  .lcly-locationHeader .locationHeader-hero .hero-title h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 567px) {
  .lcly-locationHeader .locationHeader-hero .hero-title h1 {
    font-size: 2.8rem;
  }
}
.lcly-browseCategories {
  font-size: 0;
  margin: 20px 0 40px;
}
.lcly-browseCategories h2 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .lcly-browseCategories h2 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-browseCategories h2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-browseCategories .browseCategories-items {
  text-align: center;
}
.lcly-browseCategories .browseCategories-items .i-category {
  display: inline-block;
  vertical-align: top;
  width: 12.5%;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .lcly-browseCategories .browseCategories-items .i-category {
    width: 16.667%;
  }
}
@media (max-width: 767px) {
  .lcly-browseCategories .browseCategories-items .i-category {
    width: 25%;
  }
}
@media (max-width: 567px) {
  .lcly-browseCategories .browseCategories-items .i-category {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .lcly-browseCategories .browseCategories-items .i-category {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-browseCategories .browseCategories-items .i-category {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-browseCategories .browseCategories-items .i-category {
    margin-bottom: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-browseCategories .browseCategories-items .i-category {
    margin-bottom: 10px;
  }
}
.lcly-browseCategories .browseCategories-items .i-category .category-icon {
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  background-image: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F7F7F7 100%);
  transition-property: background-image;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-browseCategories .browseCategories-items .i-category .category-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 40%;
  transform: translate(-50%, -50%);
  transition-property: width, height;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-browseCategories .browseCategories-items .i-category .category-info {
  display: block;
}
.lcly-browseCategories .browseCategories-items .i-category .category-info .category-name {
  display: block;
  text-align: center;
  font-family: 'Epilogue', sans-serif;
  padding: 10px 0;
  font-size: 1.4rem;
  color: #545454;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-browseCategories .browseCategories-items .i-category:hover .category-icon {
  background-image: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #fafafa 100%);
}
.lcly-browseCategories .browseCategories-items .i-category:hover .category-icon svg {
  width: 44%;
  height: 44%;
}
.lcly-browseCategories .browseCategories-items .i-category:hover .category-info .category-name {
  color: black;
}
.lcly-browseCategories .browseCategories-items .browseCategories-all {
  display: none;
  font-size: 16px;
  vertical-align: middle;
  padding: 10px 20px;
  text-align: center;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
}
.lcly-browseCategories.mod-collapsed .browseCategories-items .i-category {
  display: none;
}
@media (min-width: 1024px) {
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(1),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(2),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(3),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(4),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(5),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(6),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(7),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(8) {
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(1),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(2),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(3),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(4),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(5),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(6) {
    display: inline-block;
  }
}
@media (min-width: 568px) and (max-width: 767px) {
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(1),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(2),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(3),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(4),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(5),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(6),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(7),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(8) {
    display: inline-block;
  }
}
@media (max-width: 567px) {
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(1),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(2),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(3),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(4),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(5),
  .lcly-browseCategories.mod-collapsed .browseCategories-items .i-category:nth-child(6) {
    display: inline-block;
  }
}
.lcly-browseCategories.mod-collapsed .browseCategories-items .browseCategories-all {
  display: block;
}
.lcly-locationProducts {
  margin: 20px 0 40px;
}
.lcly-locationProducts h2 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .lcly-locationProducts h2 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-locationProducts h2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-locationSpotlights {
  margin: 20px 0 40px;
  font-size: 0;
}
.lcly-locationSpotlights.mod-roundedCorners .i-spotlight .spotlight-visual .visual-image {
  border-radius: 10px;
}
.lcly-locationSpotlights.mod-roundedCorners .i-spotlight .spotlight-visual .visual-gradient {
  border-radius: 10px;
}
.lcly-locationSpotlights.mod-captionOutside .i-spotlight {
  padding: 10px;
}
.lcly-locationSpotlights.mod-captionOutside .i-spotlight .spotlight-visual .visual-sizer {
  display: none;
}
.lcly-locationSpotlights.mod-captionOutside .i-spotlight .spotlight-visual .visual-image {
  position: static;
  padding-top: 66.667%;
  margin-bottom: 20px;
}
.lcly-locationSpotlights.mod-captionOutside .i-spotlight .spotlight-visual .visual-gradient {
  display: none;
}
.lcly-locationSpotlights.mod-captionOutside .i-spotlight .spotlight-visual .visual-caption {
  position: static;
  color: black;
  margin-bottom: 10px;
}
.lcly-locationSpotlights.mod-captionOutside.mod-square .i-spotlight .spotlight-visual .visual-image {
  padding-top: 100%;
}
.lcly-locationSpotlights.mod-captionOutside.mod-tall .i-spotlight .spotlight-visual .visual-image {
  padding-top: 150%;
}
.lcly-locationSpotlights.mod-captionOutside.mod-wide4to1 .i-spotlight .spotlight-visual .visual-image {
  padding-top: 25%;
}
.lcly-locationSpotlights.mod-captionOutside.mod-wide5to1 .i-spotlight .spotlight-visual .visual-image {
  padding-top: 20%;
}
.lcly-locationSpotlights.mod-square .i-spotlight .spotlight-visual .visual-sizer {
  padding-top: 100%;
}
.lcly-locationSpotlights.mod-tall .i-spotlight .spotlight-visual .visual-sizer {
  padding-top: 150%;
}
.lcly-locationSpotlights.mod-wide4to1 .i-spotlight .spotlight-visual .visual-sizer {
  padding-top: 25%;
}
.lcly-locationSpotlights.mod-wide5to1 .i-spotlight .spotlight-visual .visual-sizer {
  padding-top: 20%;
}
.lcly-locationSpotlights h2 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lcly-locationSpotlights h2 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-locationSpotlights h2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-locationSpotlights .locationSpotlights-column {
  display: inline-block;
  vertical-align: top;
}
.lcly-locationSpotlights .locationSpotlights-column.width-twoThirds {
  width: 66.667%;
}
@media (max-width: 767px) {
  .lcly-locationSpotlights .locationSpotlights-column.width-twoThirds {
    width: 100%;
  }
}
.lcly-locationSpotlights .locationSpotlights-column.width-oneThird {
  width: 33.333%;
}
@media (max-width: 767px) {
  .lcly-locationSpotlights .locationSpotlights-column.width-oneThird {
    width: 100%;
  }
}
.lcly-locationSpotlights .locationSpotlights-column.width-oneHalf {
  width: 50%;
}
@media (max-width: 767px) {
  .lcly-locationSpotlights .locationSpotlights-column.width-oneHalf {
    width: 100%;
  }
}
.lcly-locationSpotlights .locationSpotlights-column.width-oneWhole {
  width: 100%;
}
.lcly-locationSpotlights .locationSpotlights-column.width-oneQuarter {
  width: 25%;
}
@media (max-width: 767px) {
  .lcly-locationSpotlights .locationSpotlights-column.width-oneQuarter {
    width: 50%;
  }
}
.lcly-locationSpotlights .i-spotlight {
  display: block;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-locationSpotlights .i-spotlight .spotlight-visual {
  position: relative;
  display: block;
}
.lcly-locationSpotlights .i-spotlight .spotlight-visual .visual-sizer {
  display: block;
  padding-top: 66.667%;
}
.lcly-locationSpotlights .i-spotlight .spotlight-visual .visual-image {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .lcly-locationSpotlights .i-spotlight .spotlight-visual .visual-image {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-locationSpotlights .i-spotlight .spotlight-visual .visual-image {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}
.lcly-locationSpotlights .i-spotlight .spotlight-visual .visual-gradient {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: linear-gradient(27deg, #000000 0%, rgba(0, 0, 0, 0) 30%);
}
@media (max-width: 767px) {
  .lcly-locationSpotlights .i-spotlight .spotlight-visual .visual-gradient {
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-locationSpotlights .i-spotlight .spotlight-visual .visual-gradient {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}
.lcly-locationSpotlights .i-spotlight .spotlight-visual .visual-caption {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
}
.lcly-locationSpotlights .i-spotlight .spotlight-visual .visual-text {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  color: #545454;
}
.lcly-locationSpotlights .i-spotlight.mod-full {
  width: 100%;
}
.lcly-locationSpotlights .i-spotlight.mod-half {
  width: 50%;
}
.lcly-locationSpotlights .i-spotlight:hover {
  opacity: 0.9;
}
.lcly-locationSpotlights .i-spotlight:active {
  opacity: 0.8;
}
.lcly-browseStores {
  font-size: 0;
  margin: 20px 0 40px;
}
.lcly-browseStores h2 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  .lcly-browseStores h2 {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-browseStores h2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-browseStores .i-store {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
@media (max-width: 767px) {
  .lcly-browseStores .i-store {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-browseStores .i-store {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1023px) {
  .lcly-browseStores .i-store {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .lcly-browseStores .i-store {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 359px) {
  .lcly-browseStores .i-store {
    width: 100%;
  }
}
.lcly-browseStores .i-store .store-logo {
  display: block;
  width: 100%;
  padding-top: 40%;
  position: relative;
  transition-property: background-image;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-browseStores .i-store .store-logo .logo-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}
@media (max-width: 767px) {
  .lcly-browseStores .i-store .store-logo .logo-logo {
    max-width: 80%;
    max-height: 80%;
  }
}
.lcly-browseStores .i-store:hover {
  opacity: 0.75;
}
.lcly-browseStores .i-store:active {
  opacity: 0.5;
}
.lcly-locationInfo {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .lcly-locationInfo {
    flex-direction: column;
  }
}
.lcly-locationInfo .locationInfo-map {
  margin-bottom: 20px;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .lcly-locationInfo .locationInfo-map {
    width: 66.667%;
  }
}
@media (max-width: 767px) {
  .lcly-locationInfo .locationInfo-map {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lcly-locationInfo .locationInfo-map {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-locationInfo .locationInfo-map {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-locationInfo .locationInfo-map .map-holder {
  width: 100%;
  padding-top: 66.667%;
  position: relative;
}
.lcly-locationInfo .locationInfo-map .map-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.lcly-locationInfo .locationInfo-texts {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .lcly-locationInfo .locationInfo-texts {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .lcly-locationInfo .locationInfo-texts {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lcly-locationInfo .locationInfo-texts {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-locationInfo .locationInfo-texts {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-locationInfo .locationInfo-texts .texts-section {
  margin-bottom: 20px;
}
.lcly-locationInfo .locationInfo-texts h3 {
  margin-bottom: 10px;
}
.lcly-locationInfo .locationInfo-texts p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.lcly-footer {
  margin-top: 40px;
  padding: 40px 0 80px;
  background-color: #f5f5f5;
}
.lcly-footer .footer-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .lcly-footer .footer-wrap {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-footer .footer-wrap {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-footer .footer-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-footer .footer-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1023px) {
  .lcly-footer .footer-wrap {
    flex-direction: column;
  }
}
.lcly-footer .footer-wrap .footer-left {
  width: 66.667%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .lcly-footer .footer-wrap .footer-left {
    width: 100%;
    text-align: center;
    order: 2;
  }
}
@media (max-width: 767px) {
  .lcly-footer .footer-wrap .footer-left {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-footer .footer-wrap .footer-left {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-footer .footer-wrap .footer-left .footer-nav {
  margin-bottom: 20px;
}
.lcly-footer .footer-wrap .footer-left .footer-nav a {
  margin-right: 20px;
}
@media (max-width: 1023px) {
  .lcly-footer .footer-wrap .footer-left .footer-nav a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-footer .footer-wrap .footer-left .footer-nav a {
    display: block;
    margin-bottom: 5px;
  }
}
.lcly-footer .footer-wrap .footer-left .footer-copyright,
.lcly-footer .footer-wrap .footer-left .footer-onboard {
  margin-bottom: 20px;
}
.lcly-footer .footer-wrap .footer-left .footer-copyright p,
.lcly-footer .footer-wrap .footer-left .footer-onboard p {
  margin-bottom: 10px;
}
.lcly-footer .footer-wrap .footer-left .footer-onboard p {
  font-size: 1.4rem;
}
.lcly-footer .footer-wrap .footer-left .footer-copyright p {
  font-size: 1.1rem;
}
.lcly-footer .footer-wrap .footer-left span,
.lcly-footer .footer-wrap .footer-left a {
  display: inline-block;
  font-size: 1.4rem;
}
.lcly-footer .footer-wrap .footer-right {
  width: 33.333%;
}
@media (max-width: 1023px) {
  .lcly-footer .footer-wrap .footer-right {
    width: 100%;
    text-align: center;
    order: 1;
  }
}
.lcly-footer .footer-wrap .footer-right .footer-newsletter {
  max-width: 400px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .lcly-footer .footer-wrap .footer-right .footer-newsletter {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .lcly-footer .footer-wrap .footer-right .footer-newsletter {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-footer .footer-wrap .footer-right .footer-newsletter {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-footer .footer-wrap .footer-right .footer-newsletter .newsletter-text {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.lcly-footer .footer-wrap .footer-right .footer-newsletter .newsletter-message {
  font-size: 1.4rem;
  color: #4c9800;
}
.lcly-footer .footer-wrap .footer-right .footer-newsletter .newsletter-field {
  width: calc(66.667% - 10px);
  margin-right: 10px;
}
.lcly-footer .footer-wrap .footer-right .footer-newsletter .newsletter-button {
  width: 33.333%;
}
.lcly-footer .footer-wrap .footer-right .footer-social {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .lcly-footer .footer-wrap .footer-right .footer-social {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-footer .footer-wrap .footer-right .footer-social {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-footer .footer-wrap .footer-right .footer-social .social-text {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.lcly-footer .footer-wrap .footer-right .footer-social .social-links a {
  margin-right: 10px;
}
.lcly-footer .footer-wrap .footer-right .footer-social .social-links svg {
  width: 24px;
  height: 24px;
}
.lcly-categoryNav h2.categoryNav-title {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lcly-categoryNav h2.categoryNav-title {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-categoryNav h2.categoryNav-title {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1023px) {
  .lcly-categoryNav h2.categoryNav-title {
    display: none;
  }
}
.lcly-categoryNav.inst-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .lcly-categoryNav.inst-mobile {
    display: block;
  }
}
.lcly-categoryNav.inst-desktop {
  display: block;
}
@media (max-width: 1023px) {
  .lcly-categoryNav.inst-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .lcly-categoryNav {
    margin-bottom: 40px;
  }
  .lcly-categoryNav a {
    display: block;
    font-size: 1.6rem;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 767px) {
  .lcly-categoryNav a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 1024px) and (max-width: 567px) {
  .lcly-categoryNav a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1023px) {
  .lcly-categoryNav {
    display: none;
    width: 100%;
    position: relative;
  }
  .lcly-categoryNav .categoryNav-wrap {
    white-space: nowrap;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .lcly-categoryNav.mod-details .categoryNav-wrap {
    padding-bottom: 5px;
  }
  .lcly-categoryNav:after {
    content: " ";
    position: absolute;
    display: block;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  }
  .lcly-categoryNav a {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 20px;
  }
  .lcly-categoryNav a:last-child {
    margin-right: 40px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .lcly-categoryNav {
    display: block;
  }
}
.lcly-filters .filters-title {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-filters .filters-title {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-filters .filters-title {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-filters .filters-title .title-caption {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  color: black;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
.lcly-filters .filters-title .title-reset {
  color: #e70037;
  font-size: 1.2rem;
  display: inline-block;
}
@media (max-width: 1023px) {
  .lcly-filters .filters-title {
    display: none;
  }
}
.lcly-filters .i-filter {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-filters .i-filter {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-filters .i-filter {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-filters .i-filter .filter-title .title-caption {
  font-size: 1.6rem;
  color: black;
  display: inline-block;
  margin-right: 10px;
}
.lcly-filters .i-filter .filter-title .title-clear {
  font-size: 1.2rem;
  display: inline-block;
}
.lcly-filters .i-filter .filter-control {
  padding: 5px 0;
}
.lcly-filters .i-filter .filter-control .lcly-toggle {
  display: block;
  padding: 5px 0;
}
.lcly-dragger {
  position: relative;
  height: 60px;
}
.lcly-dragger .dragger-range {
  width: 100%;
  height: 2px;
  background-color: rgba(88, 157, 17, 0.2);
  position: absolute;
  left: 0;
  top: 20px;
}
.lcly-dragger .dragger-selected {
  width: 60%;
  height: 2px;
  background-color: #589D11;
  position: absolute;
  left: 20%;
  top: 20px;
}
.lcly-dragger .dragger-handle {
  background-color: white;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #589D11;
  position: absolute;
  top: 11px;
  cursor: ew-resize;
}
.lcly-dragger .dragger-handle:hover {
  background-color: #d7f7b6;
}
.lcly-dragger .dragger-handle:active {
  background-color: #589D11;
}
.lcly-dragger .dragger-value {
  position: absolute;
  left: 20%;
  top: 40px;
  text-align: center;
  font-size: 1.4rem;
}
.lcly-overlay {
  display: none;
}
.lcly-overlay .overlay-backdrop {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 4999;
  background-color: rgba(96, 96, 96, 0.75);
  top: 0;
  left: 0;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-overlay .overlay-backdrop:hover {
  background-color: rgba(112, 112, 112, 0.75);
}
.lcly-overlay .overlay-backdrop:active {
  background-color: rgba(128, 128, 128, 0.75);
}
.lcly-overlay .overlay-body {
  position: fixed;
  z-index: 5000;
  background-color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 568px;
  max-height: 90vh;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 567px) {
  .lcly-overlay .overlay-body {
    top: auto;
    bottom: 0;
  }
}
.lcly-overlay .overlay-header {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
  height: 60px;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  .lcly-overlay .overlay-header {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-overlay .overlay-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-overlay .overlay-header .header-title {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  color: black;
  font-weight: 600;
}
.lcly-overlay .overlay-header .header-close {
  position: absolute;
  top: 8px;
  right: 0;
  padding: 10px;
}
.lcly-overlay .overlay-header .header-close svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #589D11;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.lcly-overlay .overlay-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  max-height: calc(90vh - 140px);
  overflow-y: auto;
}
@media (max-width: 767px) {
  .lcly-overlay .overlay-content {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-overlay .overlay-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-overlay .overlay-content p {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.lcly-overlay .overlay-footer {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  .lcly-overlay .overlay-footer {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-overlay .overlay-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-overlay .overlay-footer .lcly-button {
  width: auto;
  vertical-align: middle;
  margin-right: 20px;
}
.lcly-overlay .overlay-footer .footer-link {
  font-size: 1.4rem;
  vertical-align: middle;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
}
.lcly-price .price-special {
  color: #e70037 !important;
}
.lcly-price .price-original {
  text-decoration: line-through;
  opacity: 0.5;
  font-size: 0.75em !important;
}
.cmn-tile:hover .product-wrap,
.cmn-tile:hover .category-wrap {
  border-color: #bbb;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.lcly-tiles {
  font-size: 0;
}
.lcly-tiles .i-tile {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
}
.lcly-tiles .i-tile:hover .product-wrap,
.lcly-tiles .i-tile:hover .category-wrap {
  border-color: #bbb;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .lcly-tiles .i-tile {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-tiles .i-tile {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-tiles .i-tile {
    margin-bottom: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-tiles .i-tile {
    margin-bottom: 10px;
  }
}
.lcly-tiles .i-tile span {
  display: block;
  color: #545454;
}
.lcly-tiles .i-tile .tile-wrap {
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  transition-property: border, box-shadow;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-tiles .i-tile .tile-image {
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 5px 5px 0 0;
}
.lcly-tiles .i-tile .tile-info {
  padding: 10px;
}
.lcly-tiles .i-tile:hover .tile-wrap {
  border-color: #bbb;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.lcly-categoryTiles .i-tile {
  width: 33.333%;
}
@media (max-width: 665px) {
  .lcly-categoryTiles .i-tile {
    width: 50%;
  }
}
.lcly-categoryTiles .i-tile .category-name {
  padding: 10px 0;
  text-align: center;
  font-size: 1.8rem;
  font-family: 'Epilogue', sans-serif;
  font-weight: 400;
}
.lcly-productTiles h2.productTiles-title {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lcly-productTiles h2.productTiles-title {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-productTiles h2.productTiles-title {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-productTiles .i-tile {
  width: 25%;
}
@media (max-width: 1279px) {
  .lcly-productTiles .i-tile {
    width: 33.333%;
  }
}
@media (max-width: 665px) {
  .lcly-productTiles .i-tile {
    width: 50%;
  }
}
.lcly-productTiles .i-tile .product-name {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.lcly-productTiles .i-tile .product-from {
  font-size: 1rem;
  margin-bottom: 5px;
}
.lcly-productTiles .i-tile .product-price {
  text-align: right;
  font-size: 1.8rem;
}
@media (max-width: 567px) {
  .lcly-productTiles .i-tile .product-price {
    font-size: 1.6rem;
  }
}
.lcly-productTiles .i-tile .product-price span {
  display: inline;
}
.lcly-productTiles.mod-row {
  white-space: nowrap;
}
.lcly-productTiles.mod-row .i-tile {
  white-space: normal;
  width: calc(20% - 10px);
}
@media (max-width: 1279px) {
  .lcly-productTiles.mod-row .i-tile {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1023px) {
  .lcly-productTiles.mod-row .i-tile {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 665px) {
  .lcly-productTiles.mod-row .i-tile {
    width: calc(50% - 20px);
  }
}
.lcly-tiles-scroll-wrapper {
  position: relative;
}
.lcly-tiles-scroll-wrapper:after {
  /*
		content: " ";
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		height: 100%;
// option A
		width: 40px;
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1.0) 100%);
// option B
		width: 20px;
		background-color: white;
		border-left: 1px solid @color-border;
*/
}
.lcly-tiles-scroll-wrapper .lcly-tiles-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(88, 157, 17, 0.5);
  scrollbar-width: auto;
}
.lcly-tiles-scroll-wrapper .lcly-tiles-scroll::-webkit-scrollbar-thumb {
  background: rgba(88, 157, 17, 0.5);
  border-radius: 15px;
  border: 10px solid white;
}
.lcly-tiles-scroll-wrapper .lcly-tiles-scroll::-webkit-scrollbar {
  width: 30px;
  height: 30px;
}
.lcly-tiles-scroll-wrapper .lcly-tiles-scroll:hover::-webkit-scrollbar-thumb {
  background: rgba(88, 157, 17, 0.8);
}
.lcly-pagination {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0;
}
@media (max-width: 767px) {
  .lcly-pagination {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-pagination {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-pagination a,
.lcly-pagination span,
.lcly-pagination select,
.lcly-pagination svg {
  display: inline-block;
  vertical-align: middle;
}
.lcly-pagination a {
  border-radius: 4px;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
}
.lcly-pagination a svg {
  width: 24px;
  height: 24px;
  margin: 6px;
}
.lcly-pagination span {
  font-size: 1.4rem;
}
.lcly-pagination select {
  width: 70px;
  margin: 0 6px;
  padding: 11px 8px;
}
.lcly-pagination .pagination-left {
  width: 125px;
}
.lcly-pagination .pagination-left a {
  padding: 2px 8px;
  padding-left: 0;
  border: 1px solid rgba(88, 157, 17, 0.5);
  transition-property: border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-pagination .pagination-left a svg {
  stroke: #589D11;
}
.lcly-pagination .pagination-left a:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.lcly-pagination .pagination-left a:hover svg {
  stroke: rgba(0, 0, 0, 0.5);
}
.lcly-pagination .pagination-left a:active {
  border-color: rgba(70, 116, 24, 0.5);
}
.lcly-pagination .pagination-center {
  text-align: center;
  width: calc(100% - 260px);
}
@media (max-width: 479px) {
  .lcly-pagination .pagination-center .pagination-page {
    display: none;
  }
}
.lcly-pagination .pagination-right {
  width: 135px;
  text-align: right;
}
.lcly-pagination .pagination-right a {
  padding: 2px 14px;
  padding-right: 6px;
  background-color: #589D11;
  color: white;
  border: 1px solid #589D11;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-pagination .pagination-right a:hover {
  opacity: 0.9;
}
.lcly-pagination .pagination-right a:active {
  opacity: 0.8;
}
.lcly-pagination .pagination-right a svg {
  stroke: white;
}
@media (max-width: 479px) {
  .lcly-pagination .pagination-left {
    width: 40px;
  }
  .lcly-pagination .pagination-left a {
    padding-right: 0;
  }
  .lcly-pagination .pagination-left a span {
    display: none;
  }
  .lcly-pagination .pagination-center {
    width: calc(100% - 165px);
  }
}
.lcly-details {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .lcly-details {
    flex-wrap: wrap;
  }
}
.lcly-details .details-photo {
  width: 33.333%;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .lcly-details .details-photo {
    width: 50%;
    order: 1;
  }
}
@media (max-width: 665px) {
  .lcly-details .details-photo {
    width: 100%;
  }
}
.lcly-details .details-photo .photo-large {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lcly-details .details-photo .photo-large {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-details .details-photo .photo-large {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 665px) {
  .lcly-details .details-photo .photo-large {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 567px) {
  .lcly-details .details-photo .photo-large {
    width: 83.333%;
  }
}
@media (max-width: 479px) {
  .lcly-details .details-photo .photo-large {
    width: 100%;
  }
}
.lcly-details .details-photo .photo-large .photo-image {
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
}
.lcly-details .details-photo .photo-thumbs {
  font-size: 0;
}
@media (max-width: 665px) {
  .lcly-details .details-photo .photo-thumbs {
    white-space: nowrap;
    overflow-x: auto;
  }
}
.lcly-details .details-photo .photo-thumbs .i-thumb {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
}
@media (max-width: 767px) {
  .lcly-details .details-photo .photo-thumbs .i-thumb {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-details .details-photo .photo-thumbs .i-thumb {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-details .details-photo .photo-thumbs .i-thumb {
    margin-bottom: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-details .details-photo .photo-thumbs .i-thumb {
    margin-bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .lcly-details .details-photo .photo-thumbs .i-thumb {
    width: 20%;
  }
}
@media (max-width: 959px) {
  .lcly-details .details-photo .photo-thumbs .i-thumb {
    width: 25%;
  }
}
@media (max-width: 665px) {
  .lcly-details .details-photo .photo-thumbs .i-thumb {
    width: 18%;
  }
}
@media (max-width: 567px) {
  .lcly-details .details-photo .photo-thumbs .i-thumb {
    width: 21%;
  }
}
@media (max-width: 479px) {
  .lcly-details .details-photo .photo-thumbs .i-thumb {
    width: 23%;
  }
}
.lcly-details .details-photo .photo-thumbs .i-thumb .thumb-image {
  width: 100%;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}
.lcly-details .details-info {
  width: 41.667%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .lcly-details .details-info {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-details .details-info {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1023px) {
  .lcly-details .details-info {
    width: 100%;
    order: 3;
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .lcly-details .details-info {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 1023px) and (max-width: 567px) {
  .lcly-details .details-info {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 665px) {
  .lcly-details .details-info {
    border-top: 0;
    padding-top: 40px;
  }
}
.lcly-details .details-info .info-main {
  padding-bottom: 20px;
}
.lcly-details .details-info .info-main .main-section {
  margin-bottom: 10px;
}
.lcly-details .details-info .info-main h3 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.lcly-details .details-info .info-main .main-fullDescription .fullDescription-content .content-overflow {
  max-height: 140px;
  overflow: hidden;
  position: relative;
}
.lcly-details .details-info .info-main .main-fullDescription .fullDescription-content .content-overflow:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.lcly-details .details-info .info-main .main-fullDescription .fullDescription-content .content-showAll {
  display: inline-block;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  margin-top: 10px;
}
.lcly-details .details-info .info-main .main-fullDescription.mod-expanded .content-overflow {
  max-height: none;
}
.lcly-details .details-info .info-main .main-fullDescription.mod-expanded .content-overflow:after {
  display: none;
}
.lcly-details .details-info .info-main .main-fullDescription.mod-expanded .content-showAll {
  display: none;
}
.lcly-details .details-info .info-main .main-ageVerification {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  align-items: flex-start;
}
.lcly-details .details-info .info-main .main-ageVerification .ageVerification-icon svg {
  width: 20px;
  height: 20px;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  stroke: black;
}
.lcly-details .details-info .info-main .main-ageVerification .ageVerification-text {
  font-size: 1.2rem;
}
.lcly-details .details-info .info-sections .i-section {
  border-top: 1px solid #dbdbdb;
}
.lcly-details .details-info .info-sections .i-section:last-child {
  border-bottom: 1px solid #dbdbdb;
}
.lcly-details .details-info .info-sections .i-section .section-title {
  display: block;
  font-size: 1.8rem;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  color: black;
  padding-top: 20px;
  padding-bottom: 20px;
  transition-property: padding-top, padding-bottom;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  position: relative;
}
.lcly-details .details-info .info-sections .i-section .section-title .title-icon {
  color: #589D11;
  position: absolute;
  font-weight: 400;
  font-size: 4.8rem;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.lcly-details .details-info .info-sections .i-section .section-title .title-icon .icon-plus {
  display: block;
}
.lcly-details .details-info .info-sections .i-section .section-title .title-icon .icon-minus {
  display: none;
}
.lcly-details .details-info .info-sections .i-section .section-content {
  font-size: 1.6rem;
  padding-bottom: 30px;
  display: none;
}
.lcly-details .details-info .info-sections .i-section.mod-expanded .section-title {
  padding-top: 25px;
  padding-bottom: 25px;
}
.lcly-details .details-info .info-sections .i-section.mod-expanded .section-title .title-icon .icon-plus {
  display: none;
}
.lcly-details .details-info .info-sections .i-section.mod-expanded .section-title .title-icon .icon-minus {
  display: block;
}
.lcly-details .details-info .info-sections .i-section.mod-expanded .section-content {
  display: block;
}
.lcly-details .details-info .info-sections .i-section.mod-expanded .section-content p {
  margin-bottom: 10px;
}
.lcly-details .details-attributes {
  margin-bottom: 20px;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1023px) {
  .lcly-details .details-attributes {
    width: 50%;
    order: 2;
  }
}
@media (max-width: 665px) {
  .lcly-details .details-attributes {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lcly-details .details-attributes {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-details .details-attributes {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-details .details-attributes .attributes-outOfStock {
  font-size: 1.8rem;
  text-align: center;
  background-color: #fafafa;
  border-radius: 10px;
  color: rgba(84, 84, 84, 0.5);
  padding: 40px 20px;
}
.lcly-details .details-attributes .attributes-outOfStock span {
  white-space: nowrap;
}
.lcly-details .details-attributes .attributes-store {
  margin-bottom: 20px;
}
.lcly-details .details-attributes .attributes-store img {
  display: block;
  vertical-align: middle;
  max-width: 200px;
  max-height: 80px;
}
@media (max-width: 767px) {
  .lcly-details .details-attributes .attributes-store img {
    max-width: 180px;
    max-height: 72px;
  }
}
@media (max-width: 567px) {
  .lcly-details .details-attributes .attributes-store img {
    max-width: 160px;
    max-height: 64px;
  }
}
.lcly-details .details-attributes .attributes-store .store-rating {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.lcly-details .details-attributes .attributes-store .store-rating svg {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.lcly-details .details-attributes .attributes-store a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
}
.lcly-details .details-attributes .attributes-discount {
  font-size: 1.8rem;
  color: #e70037;
}
.lcly-details .details-attributes .attributes-price {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.lcly-details .details-attributes .attributes-note-store,
.lcly-details .details-attributes .attributes-note-orderType {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.lcly-details .details-attributes .attributes-buy {
  margin-top: 20px;
}
.lcly-details .details-attributes .attributes-buy .lcly-button {
  width: 100%;
}
.ani-highlight {
  animation-name: lclyHighlight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}
@keyframes lclyHighlight {
  0% {
    background-color: transparent;
    color: #545454;
  }
  10% {
    background-color: #fff8d9;
    color: #e70037;
  }
  75% {
    background-color: #fff8d9;
    color: #e70037;
  }
  100% {
    background-color: transparent;
    color: #545454;
  }
}
.lcly-orderType {
  margin-bottom: 30px;
  font-size: 0;
}
.lcly-orderType .orderType-note {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.lcly-orderType .orderType-note.mod-small {
  font-size: 1.2rem;
}
.lcly-orderType .orderType-display {
  font-size: 1.8rem;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .lcly-orderType .orderType-display {
    font-size: 1.7rem;
  }
}
@media (max-width: 567px) {
  .lcly-orderType .orderType-display {
    font-size: 1.6rem;
  }
}
.lcly-orderType .orderType-display.mod-delivery {
  color: #FF9212;
}
.lcly-orderType .orderType-display.mod-collect {
  color: #12AAFF;
}
.lcly-orderType .lcly-toggle {
  display: block;
  margin-bottom: 20px;
}
.lcly-orderType .lcly-toggle .toggle-label {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  opacity: 0.5;
  font-size: 1.6rem;
  color: #545454;
}
.lcly-orderType .lcly-toggle .toggle-label .label-orderType {
  font-size: 1.8rem;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .lcly-orderType .lcly-toggle .toggle-label .label-orderType {
    font-size: 1.7rem;
  }
}
@media (max-width: 567px) {
  .lcly-orderType .lcly-toggle .toggle-label .label-orderType {
    font-size: 1.6rem;
  }
}
.lcly-orderType .lcly-toggle .toggle-label .label-orderType.mod-delivery {
  color: #FF9212;
}
.lcly-orderType .lcly-toggle .toggle-label .label-orderType.mod-collect {
  color: #12AAFF;
}
.lcly-orderType .lcly-toggle .toggle-label .label-orderType .lcly-localStoreLabel {
  margin-top: -3px;
}
.lcly-orderType .lcly-toggle .toggle-label .label-note {
  font-size: 1.4rem;
  display: block;
  color: #545454;
}
.lcly-orderType .lcly-toggle .toggle-label .label-note span {
  display: block;
  margin-bottom: 4px;
}
.lcly-orderType .lcly-toggle input[type=radio]:checked ~ .toggle-label {
  opacity: 1;
}
.lcly-orderType .orderType-postCode span {
  display: block;
  margin-bottom: 5px;
}
.lcly-orderType .orderType-postCode input[type=text] {
  width: 120px;
  margin-right: 5px;
}
.lcly-selectStore {
  margin-bottom: 20px;
  font-size: 0;
}
.lcly-selectStore .selectStore-note {
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.lcly-selectStore .lcly-toggle {
  display: block;
  margin-bottom: 10px;
  color: #545454;
}
.lcly-selectStore .lcly-toggle .toggle-label {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  opacity: 0.5;
  font-size: 1.4rem;
}
.lcly-selectStore .lcly-toggle input[type=radio]:checked ~ .toggle-label {
  opacity: 1;
}
.lcly-localStoreLabel {
  font-size: 1.2rem;
  text-transform: uppercase;
  margin-left: 5px;
  display: inline-block;
  background-color: #FF9212;
  color: white;
  border-radius: 4px;
  padding: 2px 8px;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  vertical-align: middle;
}
.cmn-orderTypeLabel {
  font-size: 1.8rem;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 767px) {
  .cmn-orderTypeLabel {
    font-size: 1.7rem;
  }
}
@media (max-width: 567px) {
  .cmn-orderTypeLabel {
    font-size: 1.6rem;
  }
}
.cmn-orderTypeLabel.mod-delivery {
  color: #FF9212;
}
.cmn-orderTypeLabel.mod-collect {
  color: #12AAFF;
}
.lcly-changeOrderType {
  font-size: 0;
  margin-bottom: 20px;
}
.lcly-changeOrderType span,
.lcly-changeOrderType img {
  display: inline-block;
  vertical-align: middle;
}
.lcly-changeOrderType span {
  margin-right: 10px;
  font-size: 1.6rem;
}
.lcly-changeOrderType img {
  max-width: 200px;
  max-height: 80px;
}
@media (max-width: 767px) {
  .lcly-changeOrderType img {
    max-width: 180px;
    max-height: 72px;
  }
}
@media (max-width: 567px) {
  .lcly-changeOrderType img {
    max-width: 160px;
    max-height: 64px;
  }
}
.lcly-cart .cart-empty {
  padding: 80px 20px;
  text-align: center;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
.lcly-cart .cart-empty p {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.lcly-cart .cart-order {
  font-size: 0;
  padding-bottom: 20px;
  /*
		border: 1px solid transparent;

		border-radius: 10px;
		&:hover {
			border: 1px solid @color-border;
		}
*/
}
.lcly-cart .cart-order .order-title {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 0;
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .order-title {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .lcly-cart .cart-order .order-title {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .order-title {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-cart .cart-order .order-title:hover {
  background-color: #fafafa;
}
.lcly-cart .cart-order .order-title .order-logo {
  height: 80px;
  position: relative;
}
.lcly-cart .cart-order .order-title .order-logo img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 200px;
  max-height: 80px;
}
@media (max-width: 767px) {
  .lcly-cart .cart-order .order-title .order-logo img {
    max-width: 180px;
    max-height: 72px;
  }
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .order-title .order-logo img {
    max-width: 160px;
    max-height: 64px;
  }
}
.lcly-cart .cart-order .order-title .order-logo {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 320px);
}
@media (max-width: 767px) {
  .lcly-cart .cart-order .order-title .order-logo {
    width: 100%;
  }
}
.lcly-cart .cart-order .order-title .order-logo img {
  max-width: 200px;
  max-height: 80px;
}
@media (max-width: 767px) {
  .lcly-cart .cart-order .order-title .order-logo img {
    max-width: 180px;
    max-height: 72px;
  }
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .order-title .order-logo img {
    max-width: 160px;
    max-height: 64px;
  }
}
.lcly-cart .cart-order .order-title .order-details {
  display: inline-block;
  vertical-align: middle;
  width: 320px;
  text-align: right;
}
@media (max-width: 767px) {
  .lcly-cart .cart-order .order-title .order-details {
    width: 100%;
  }
}
.lcly-cart .cart-order .order-title .order-details .details-type {
  font-size: 1.8rem;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  line-height: 20px;
}
@media (max-width: 767px) {
  .lcly-cart .cart-order .order-title .order-details .details-type {
    font-size: 1.7rem;
  }
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .order-title .order-details .details-type {
    font-size: 1.6rem;
  }
}
.lcly-cart .cart-order .order-title .order-details .details-type.mod-delivery {
  color: #FF9212;
}
.lcly-cart .cart-order .order-title .order-details .details-type.mod-collect {
  color: #12AAFF;
}
.lcly-cart .cart-order .order-title .order-details .details-status {
  display: block;
}
.lcly-cart .cart-order .order-title .order-details .details-status .status-label {
  display: inline-block;
  font-size: 1.4rem;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  line-height: 14px;
  background-color: #4c9800;
  color: white;
  padding: 6px 8px;
  border-radius: 4px;
  margin-bottom: 4px;
}
.lcly-cart .cart-order .order-title .order-details a {
  margin-left: 20px;
}
.lcly-cart .cart-order .i-line {
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .lcly-cart .cart-order .i-line {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .i-line {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .i-line {
    padding-top: 10px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    position: relative;
  }
}
.lcly-cart .cart-order .i-line span,
.lcly-cart .cart-order .i-line a {
  font-size: 1.6rem;
  display: block;
}
.lcly-cart .cart-order .i-line .line-image {
  width: 80px;
  margin-right: 20px;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .i-line .line-image {
    width: 60px;
    margin-right: 10px;
  }
}
.lcly-cart .cart-order .i-line .line-image .image-file {
  display: block;
  padding-top: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.lcly-cart .cart-order .i-line .line-image:hover {
  opacity: 0.77;
}
.lcly-cart .cart-order .i-line .line-image:active {
  opacity: 1;
}
.lcly-cart .cart-order .i-line .line-details {
  width: calc(100% - 100px - 100px - 100px - 30px);
  color: #545454;
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .i-line .line-details {
    width: calc(100% - 70px - 30px);
  }
}
.lcly-cart .cart-order .i-line .line-details:hover {
  color: black;
}
.lcly-cart .cart-order .i-line .line-details:active {
  color: #545454;
}
.lcly-cart .cart-order .i-line .line-qty {
  width: 100px;
  text-align: right;
}
.lcly-cart .cart-order .i-line .line-qty span,
.lcly-cart .cart-order .i-line .line-qty select {
  display: inline-block;
  vertical-align: middle;
}
.lcly-cart .cart-order .i-line .line-qty span {
  font-size: 1.4rem;
  margin-right: 5px;
}
.lcly-cart .cart-order .i-line .line-qty select {
  font-size: 1.6rem;
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .i-line .line-qty {
    width: calc(100% - 100px);
  }
}
.lcly-cart .cart-order .i-line .line-total {
  width: 100px;
  text-align: right;
}
.lcly-cart .cart-order .i-line .line-soldOut {
  width: 200px;
  text-align: right;
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .i-line .line-soldOut {
    width: 100%;
  }
}
.lcly-cart .cart-order .i-line .line-delete {
  width: 20px;
  margin-left: 10px;
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .i-line .line-delete {
    position: absolute;
    width: 40px;
    top: 0;
    right: 0;
    margin-left: 0;
  }
}
.lcly-cart .cart-order .i-line .line-delete a {
  display: block;
}
@media (max-width: 567px) {
  .lcly-cart .cart-order .i-line .line-delete a {
    padding: 10px;
  }
}
.lcly-cart .cart-order .i-line .line-delete a svg {
  width: 20px;
  height: 20px;
}
.lcly-cart .cart-order .i-line.mod-soldOut {
  background-color: #fafafa;
}
.lcly-cart .cart-order .i-line.mod-soldOut .line-image,
.lcly-cart .cart-order .i-line.mod-soldOut .line-details,
.lcly-cart .cart-order .i-line.mod-soldOut .line-soldOut {
  opacity: 0.5;
}
.lcly-cart .cart-totals {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .lcly-cart .cart-totals {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-cart .cart-totals {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-cart .cart-totals .i-line {
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.lcly-cart .cart-totals .i-line .line-label {
  font-size: 1.4rem;
  width: calc(100% - 100px - 30px);
  text-align: right;
}
@media (max-width: 567px) {
  .lcly-cart .cart-totals .i-line .line-label {
    width: calc(100% - 100px);
  }
}
.lcly-cart .cart-totals .i-line .line-label span {
  display: block;
}
.lcly-cart .cart-totals .i-line .line-label .label-note {
  font-size: 1.2rem;
}
.lcly-cart .cart-totals .i-line .line-promo {
  font-size: 1.4rem;
  width: calc(100% - 30px);
  text-align: right;
  font-size: 1.6rem;
  font-family: 'Epilogue', sans-serif;
}
@media (max-width: 567px) {
  .lcly-cart .cart-totals .i-line .line-promo {
    width: calc(100%);
  }
}
.lcly-cart .cart-totals .i-line .line-promo .promo-add {
  font-weight: 600;
}
.lcly-cart .cart-totals .i-line .line-promo .promo-form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.lcly-cart .cart-totals .i-line .line-promo .promo-form .form-fields {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
}
.lcly-cart .cart-totals .i-line .line-promo .promo-form .form-note {
  font-size: 1.4rem;
}
.lcly-cart .cart-totals .i-line .line-promo .promo-form .form-note.mod-error {
  padding: 5px;
  color: #e70037;
  background-color: #fff8d9;
}
.lcly-cart .cart-totals .i-line .line-promo form {
  margin: 0;
}
.lcly-cart .cart-totals .i-line .line-value {
  text-align: right;
  font-size: 1.6rem;
  width: 100px;
}
.lcly-cart .cart-totals .i-line .line-value.mod-promo {
  color: #e70037 !important;
}
.lcly-cart .cart-totals .i-line.mod-total {
  border-top: 1px solid #dbdbdb;
  margin-top: 20px;
  padding-top: 20px;
}
.lcly-cart .cart-totals .i-line.mod-total .line-label {
  font-size: 1.6rem;
}
.lcly-cart .cart-totals .i-line.mod-total .line-value {
  font-size: 1.8rem;
}
.lcly-cart .cart-button .button-wrap {
  margin-left: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-cart .cart-button .button-wrap {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-cart .cart-button .button-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-cart .cart-button .button-wrap .lcly-button {
  width: 100%;
}
@media (max-width: 767px) {
  .lcly-cart .cart-button .button-wrap {
    margin-left: 0;
  }
}
.lcly-cart .cart-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 567px) {
  .lcly-cart .cart-actions {
    flex-direction: column;
  }
}
.lcly-cart .cart-actions .actions-secondary {
  padding: 10px;
  width: 50%;
}
@media (max-width: 767px) {
  .lcly-cart .cart-actions .actions-secondary {
    padding: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-cart .cart-actions .actions-secondary {
    padding: 5px;
  }
}
@media (max-width: 567px) {
  .lcly-cart .cart-actions .actions-secondary {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    order: 2;
  }
}
.lcly-cart .cart-actions .actions-secondary .cart-continueShopping {
  font-size: 1.6rem;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
}
.lcly-cart .cart-actions .actions-main {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
@media (max-width: 767px) {
  .lcly-cart .cart-actions .actions-main {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-cart .cart-actions .actions-main {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 567px) {
  .lcly-cart .cart-actions .actions-main {
    width: 100%;
    order: 1;
  }
}
.lcly-cart .cart-actions .actions-main .lcly-button {
  width: 100%;
}
.lcly-reviewOrder {
  padding-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: top;
}
@media (max-width: 767px) {
  .lcly-reviewOrder {
    flex-direction: column;
  }
}
.lcly-reviewOrder .reviewOrder-left {
  width: 50%;
}
@media (max-width: 1023px) {
  .lcly-reviewOrder .reviewOrder-left {
    width: 33.333%;
  }
}
@media (max-width: 767px) {
  .lcly-reviewOrder .reviewOrder-left {
    width: 100%;
  }
}
.lcly-reviewOrder .reviewOrder-right {
  width: 50%;
}
@media (max-width: 1023px) {
  .lcly-reviewOrder .reviewOrder-right {
    width: 66.667%;
  }
}
@media (max-width: 767px) {
  .lcly-reviewOrder .reviewOrder-right {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .lcly-reviewOrder.mod-archive {
    flex-direction: column;
  }
}
.lcly-reviewOrder.mod-archive .reviewOrder-left {
  width: 50%;
}
@media (max-width: 1279px) {
  .lcly-reviewOrder.mod-archive .reviewOrder-left {
    width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .lcly-reviewOrder.mod-archive .reviewOrder-left {
    width: 100%;
  }
}
.lcly-reviewOrder.mod-archive .reviewOrder-right {
  width: 50%;
}
@media (max-width: 1279px) {
  .lcly-reviewOrder.mod-archive .reviewOrder-right {
    width: 66.667%;
  }
}
@media (max-width: 1023px) {
  .lcly-reviewOrder.mod-archive .reviewOrder-right {
    width: 100%;
  }
}
.lcly-reviewOrder .reviewOrder-section {
  margin-bottom: 30px;
  position: relative;
}
.lcly-reviewOrder .reviewOrder-section .section-edit {
  position: absolute;
  top: 5px;
  right: 0;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .lcly-reviewOrder .reviewOrder-section .section-edit {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-reviewOrder .reviewOrder-section .section-edit {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.lcly-reviewOrder .reviewOrder-section h3 {
  font-size: 1.6rem;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .lcly-reviewOrder .reviewOrder-section h3 {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-reviewOrder .reviewOrder-section h3 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.lcly-reviewOrder .reviewOrder-section .lcly-form {
  margin-top: 20px;
}
.lcly-reviewOrder .reviewOrder-section .lcly-form textarea {
  width: 90%;
}
@media (max-width: 767px) {
  .lcly-reviewOrder .reviewOrder-section .lcly-form textarea {
    width: 100%;
  }
}
.lcly-reviewOrder .reviewOrder-section .section-content {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .lcly-reviewOrder .reviewOrder-section .section-content {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-reviewOrder .reviewOrder-section .section-content {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.lcly-reviewOrder .reviewOrder-section .section-content .content-line {
  display: block;
  margin-bottom: 5px;
}
.lcly-reviewOrder .reviewOrder-section .section-content .content-line .line-label {
  display: block;
  font-size: 1.2rem;
}
.lcly-reviewOrder .reviewOrder-section .section-content .content-line .line-value {
  display: block;
  font-size: 1.4rem;
}
.lcly-reviewOrder .reviewOrder-section .section-content .content-action {
  margin-top: 10px;
}
.lcly-reviewOrder .lcly-cart .cart-order .order-title {
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  /*
				.order-logo {
					height: 80px;
					position: relative;
					img {
						position: absolute;
						left: 0;
					top: 50%;
					.translate (0, -50%);
						.cmn-brandLogo-size();
					}
				}
*/
}
@media (max-width: 767px) {
  .lcly-reviewOrder .lcly-cart .cart-order .order-title {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-reviewOrder .lcly-cart .cart-order .order-title {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.lcly-reviewOrder .lcly-cart .cart-order .order-title .order-details .details-type {
  font-size: 1.4rem;
}
.lcly-reviewOrder .lcly-cart .cart-order .i-line {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .lcly-reviewOrder .lcly-cart .cart-order .i-line {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-reviewOrder .lcly-cart .cart-order .i-line {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 567px) {
  .lcly-reviewOrder .lcly-cart .cart-order .i-line {
    padding-bottom: 10px;
  }
}
.lcly-reviewOrder .lcly-cart .cart-order .i-line span {
  font-size: 1.4rem;
}
.lcly-reviewOrder .lcly-cart .cart-order .i-line .line-image {
  width: 40px;
  margin-right: 10px;
}
.lcly-reviewOrder .lcly-cart .cart-order .i-line .line-details {
  width: calc(100% - 50px - 80px - 100px);
}
@media (max-width: 567px) {
  .lcly-reviewOrder .lcly-cart .cart-order .i-line .line-details {
    width: calc(100% - 50px);
  }
}
.lcly-reviewOrder .lcly-cart .cart-order .i-line .line-qty {
  width: 80px;
}
@media (max-width: 567px) {
  .lcly-reviewOrder .lcly-cart .cart-order .i-line .line-qty {
    width: calc(100% - 100px);
  }
}
.lcly-reviewOrder .lcly-cart .cart-order .i-line .line-total {
  width: 100px;
}
.lcly-reviewOrder .lcly-cart .cart-totals .i-line .line-label {
  width: calc(100% - 100px);
}
.lcly-reviewOrder .lcly-cart .cart-agree {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .lcly-reviewOrder .lcly-cart .cart-agree {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-reviewOrder .lcly-cart .cart-agree {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.lcly-reviewOrder .lcly-cart .cart-agree .lcly-toggle {
  margin-bottom: 20px;
}
.lcly-reviewOrder .lcly-cart .cart-agree .lcly-toggle a {
  white-space: nowrap;
}
.lcly-reviewOrder .lcly-cart .cart-payment {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 20px;
}
@media (max-width: 767px) {
  .lcly-reviewOrder .lcly-cart .cart-payment {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-reviewOrder .lcly-cart .cart-payment {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-reviewOrder .lcly-cart .cart-payment .payment-note {
  font-size: 1.4rem;
}
.lcly-reviewOrder .lcly-cart .cart-payment .payment-note.mod-error {
  padding: 5px;
  color: #e70037;
  background-color: #fff8d9;
}
.lcly-reviewOrder .lcly-cart .cart-payment .payment-options {
  display: flex;
  flex-direction: column;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
}
.lcly-reviewOrder .lcly-cart .cart-payment .lcly-toggle {
  border-bottom: 1px solid #dbdbdb;
}
.lcly-reviewOrder .lcly-cart .cart-payment .lcly-toggle:last-child {
  border-bottom: 0;
}
.lcly-reviewOrder .lcly-cart .cart-payment .lcly-toggle label {
  padding: 15px 10px;
  display: flex;
  align-items: center;
  flex: 1 1 0;
}
.lcly-reviewOrder .lcly-cart .cart-payment .lcly-toggle label .toggle-label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 0;
}
.lcly-reviewOrder .lcly-cart .cart-payment .lcly-toggle label .toggle-label span {
  flex: 1 1 0;
  line-height: 24px;
}
.lcly-reviewOrder .lcly-cart .cart-button .button-wrap {
  width: 100%;
  margin-left: 0;
}
.lcly-myAccount {
  margin-top: 20px;
}
.lcly-myAccount .myAccount-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .lcly-myAccount .myAccount-row {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .lcly-myAccount .myAccount-row {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 767px) and (max-width: 567px) {
  .lcly-myAccount .myAccount-row {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-myAccount .myAccount-row .myAccount-cell {
  width: 100%;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-myAccount .myAccount-row .myAccount-cell {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-myAccount .myAccount-row .myAccount-cell {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-myAccount .myAccount-row .myAccount-cell {
    margin-bottom: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-myAccount .myAccount-row .myAccount-cell {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .lcly-myAccount .myAccount-row .myAccount-cell {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-myAccount .myAccount-row .myAccount-cell {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-myAccount .myAccount-row .myAccount-cell {
    margin: 0 0 10px 0;
  }
}
.lcly-myAccount .myAccount-row .myAccount-cell .cell-title {
  margin-bottom: 10px;
  display: block;
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: black;
}
@media (max-width: 767px) {
  .lcly-myAccount .myAccount-row .myAccount-cell .cell-title {
    margin-bottom: 0;
    text-align: center;
  }
}
.lcly-myAccount .myAccount-row .myAccount-cell .cell-content p,
.lcly-myAccount .myAccount-row .myAccount-cell .cell-content a {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .lcly-myAccount .myAccount-row .myAccount-cell .cell-content {
    display: none;
  }
}
.lcly-myAccount .myAccount-row .myAccount-cell.mod-oneThird {
  width: 33.333%;
}
@media (max-width: 767px) {
  .lcly-myAccount .myAccount-row .myAccount-cell.mod-oneThird {
    width: 100%;
  }
}
.lcly-myAccount .myAccount-signOut {
  margin-top: 20px;
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-myAccount .myAccount-signOut {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-myAccount .myAccount-signOut {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-myAccount .myAccount-signOut {
    text-align: center;
  }
}
.lcly-myAccount .lcly-myOrders {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 10px;
}
.lcly-myOrders {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .lcly-myOrders {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-myOrders {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-myOrders .myOrders-empty {
  padding: 80px 20px;
  text-align: center;
  font-size: 1.6rem;
}
.lcly-myOrders table {
  width: 100%;
  border-collapse: collapse;
}
.lcly-myOrders table thead {
  border-bottom: 2px solid #dbdbdb;
}
.lcly-myOrders table thead tr {
  border-bottom: 0 none transparent;
}
@media (max-width: 757px) {
  .lcly-myOrders table thead {
    display: none;
  }
}
.lcly-myOrders table tr {
  border-bottom: 1px solid #dbdbdb;
}
.lcly-myOrders table tr:last-child {
  border-bottom: 0 none transparent;
}
@media (max-width: 757px) {
  .lcly-myOrders table tr {
    display: block;
    padding: 20px 0 15px;
    position: relative;
  }
}
.lcly-myOrders table tr th,
.lcly-myOrders table tr td {
  padding: 15px 0;
  vertical-align: top;
}
@media (max-width: 757px) {
  .lcly-myOrders table tr th,
  .lcly-myOrders table tr td {
    display: block;
    width: 100% !important;
    text-align: left !important;
    padding: 0 !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 757px) {
  .lcly-myOrders table tr th .td-content,
  .lcly-myOrders table tr td .td-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
  }
}
.lcly-myOrders table tr th .td-mobileLabel,
.lcly-myOrders table tr td .td-mobileLabel {
  display: none;
  width: 100px;
  font-size: 1.2rem;
  color: #545454;
}
@media (max-width: 757px) {
  .lcly-myOrders table tr th .td-mobileLabel,
  .lcly-myOrders table tr td .td-mobileLabel {
    vertical-align: top;
    display: inline-block;
  }
}
.lcly-myOrders table tr th.mod-number,
.lcly-myOrders table tr td.mod-number {
  width: 80px;
}
.lcly-myOrders table tr th.mod-date,
.lcly-myOrders table tr td.mod-date {
  width: 120px;
}
.lcly-myOrders table tr th.mod-items,
.lcly-myOrders table tr td.mod-items {
  font-size: 0;
}
.lcly-myOrders table tr th.mod-items .td-content,
.lcly-myOrders table tr td.mod-items .td-content {
  font-size: 1.4rem;
}
.lcly-myOrders table tr th.mod-amount,
.lcly-myOrders table tr td.mod-amount {
  text-align: right;
  width: 100px;
}
.lcly-myOrders table tr th.mod-status,
.lcly-myOrders table tr td.mod-status {
  display: none;
  width: 100px;
  padding-left: 20px;
}
.lcly-myOrders table tr th.mod-status.mod-pending,
.lcly-myOrders table tr td.mod-status.mod-pending {
  color: orange;
}
.lcly-myOrders table tr th.mod-status.mod-cancelled,
.lcly-myOrders table tr td.mod-status.mod-cancelled {
  color: red;
}
.lcly-myOrders table tr th.mod-status.mod-completed,
.lcly-myOrders table tr td.mod-status.mod-completed {
  color: green;
}
.lcly-myOrders table tr th.mod-actions,
.lcly-myOrders table tr td.mod-actions {
  text-align: right;
  width: 100px;
}
@media (max-width: 757px) {
  .lcly-myOrders table tr th.mod-actions,
  .lcly-myOrders table tr td.mod-actions {
    position: absolute;
    top: 10px;
    right: 0;
    text-align: right !important;
  }
}
.lcly-myOrders table tr th {
  font-weight: 400;
  text-align: left;
  font-size: 1.2rem;
}
.lcly-myOrders table tr td {
  font-size: 1.4rem;
}
.lcly-myAccountForm {
  padding-top: 20px;
}
.lcly-myAccountForm .lcly-form {
  width: 66.667%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lcly-myAccountForm .lcly-form {
    width: 83.333%;
  }
}
@media (max-width: 567px) {
  .lcly-myAccountForm .lcly-form {
    width: 100%;
  }
}
.lcly-loginForm {
  width: 50%;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .lcly-loginForm {
    width: 66.667%;
  }
}
@media (max-width: 767px) {
  .lcly-loginForm {
    width: 83.333%;
  }
}
@media (max-width: 567px) {
  .lcly-loginForm {
    width: 100%;
  }
}
.lcly-loginForm .loginForm-forgot {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 5px;
}
.lcly-loginForm .loginForm-text {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-loginForm .loginForm-text {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-loginForm .loginForm-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-loginForm .loginForm-text.mod-center {
  text-align: center;
}
.lcly-loginForm .loginForm-text.mod-right {
  text-align: right;
}
.lcly-loginForm .loginForm-text.mod-small {
  font-size: 1.4rem;
}
.lcly-loginForm .loginForm-social {
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 14px 4px;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center;
  background-color: white;
  border: 1px solid;
  border-color: #1877F2;
  color: #545454;
  border-color: rgba(84, 84, 84, 0.5);
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-loginForm .loginForm-social svg,
.lcly-loginForm .loginForm-social span {
  display: inline-block;
  vertical-align: middle;
}
.lcly-loginForm .loginForm-social svg {
  margin-right: 4px;
  width: 24px;
  height: 24px;
  stroke: none;
}
.lcly-loginForm .loginForm-social:hover {
  opacity: 0.9;
}
.lcly-loginForm .loginForm-social:active {
  opacity: 0.8;
}
@media (max-width: 479px) {
  .lcly-loginForm .loginForm-social {
    padding: 10px 4px;
  }
  .lcly-loginForm .loginForm-social span {
    display: block;
    margin-top: 8px;
  }
  .lcly-loginForm .loginForm-social nobr {
    display: block;
  }
}
.lcly-newsletter .newsletter-text {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-newsletter .newsletter-text {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-newsletter .newsletter-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-newsletter .newsletter-text.mod-center {
  text-align: center;
}
.lcly-button,
a.lcly-button,
a.lcly-button:hover,
a.lcly-button:active {
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 20px;
  padding: 15px 20px;
  outline: none;
  text-align: center;
  color: white;
  background: #82B64D;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 0 none transparent;
  appearance: none;
  display: inline-block;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-button:hover,
a.lcly-button:hover,
a.lcly-button:hover:hover,
a.lcly-button:active:hover {
  color: white;
  background-color: #87C549;
}
.lcly-button:active,
a.lcly-button:active,
a.lcly-button:hover:active,
a.lcly-button:active:active {
  color: white;
  background-color: #73A83C;
  box-shadow: none;
}
.lcly-button.sz-large,
a.lcly-button.sz-large,
a.lcly-button:hover.sz-large,
a.lcly-button:active.sz-large {
  font-size: 2rem;
  padding: 17px 24px;
}
.lcly-button.sz-medium,
a.lcly-button.sz-medium,
a.lcly-button:hover.sz-medium,
a.lcly-button:active.sz-medium {
  font-size: 1.6rem;
  padding: 12px 16px;
}
.lcly-button.sz-small,
a.lcly-button.sz-small,
a.lcly-button:hover.sz-small,
a.lcly-button:active.sz-small {
  font-size: 1.4rem;
  padding: 10px 14px;
}
.lcly-button.sz-tiny,
a.lcly-button.sz-tiny,
a.lcly-button:hover.sz-tiny,
a.lcly-button:active.sz-tiny {
  font-size: 1.2rem;
  padding: 5px 10px;
}
.lcly-button.mod-hollow,
a.lcly-button.mod-hollow,
a.lcly-button:hover.mod-hollow,
a.lcly-button:active.mod-hollow {
  background-color: white;
  color: #589D11;
  border: 2px solid #589D11;
}
.lcly-button.mod-disabled,
a.lcly-button.mod-disabled,
a.lcly-button:hover.mod-disabled,
a.lcly-button:active.mod-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.lcly-button.mod-destructive,
a.lcly-button.mod-destructive,
a.lcly-button:hover.mod-destructive,
a.lcly-button:active.mod-destructive {
  background-color: #e70037;
  color: white;
}
.lcly-checkout {
  width: 50%;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 1023px) {
  .lcly-checkout {
    width: 66.667%;
  }
}
@media (max-width: 767px) {
  .lcly-checkout {
    width: 83.333%;
  }
}
@media (max-width: 567px) {
  .lcly-checkout {
    width: 100%;
  }
}
.lcly-text {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lcly-text {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1023px) {
  .lcly-text {
    width: 66.667%;
  }
}
@media (max-width: 767px) {
  .lcly-text {
    width: 83.333%;
  }
}
@media (max-width: 567px) {
  .lcly-text {
    width: 100%;
  }
}
.lcly-text p {
  margin-bottom: 10px;
}
.lcly-text p.mod-centered {
  text-align: center;
}
.lcly-text .text-actions {
  margin-top: 30px;
}
.lcly-text .text-actions.mod-centered {
  text-align: center;
}
.lcly-text.mod-error {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff8d9;
  color: #e70037;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .lcly-text.mod-error {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-text.mod-error {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-screenMessage {
  font-size: 1.6rem;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .lcly-screenMessage {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .lcly-screenMessage {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-screenMessage {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-screenMessage {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-screenMessage {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-screenMessage .screenMessage-icon {
  margin-right: 10px;
  margin-top: -5px;
}
.lcly-screenMessage .screenMessage-icon svg {
  width: 32px;
  height: 32px;
  fill: #82B64D;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0;
  stroke: none;
}
.lcly-screenMessage .screenMessage-action {
  margin-left: 10px;
}
.lcly-screenMessage .screenMessage-action .lcly-button {
  white-space: nowrap;
}
.lcly-screenMessage.mod-error {
  background-color: #fff8d9;
  color: #e70037;
  border: 2px solid rgba(231, 0, 55, 0.2);
}
.lcly-screenMessage.mod-error svg {
  fill: #e70037;
}
.lcly-screenMessage.mod-success {
  background-color: #f1fbe1;
  color: #4c9800;
}
.lcly-screenMessage.mod-invite {
  background-color: #fff8d9;
  border: 2px solid rgba(88, 157, 17, 0.2);
}
.lcly-screenMessage.mod-invite svg {
  fill: #82B64D;
}
@media (max-width: 567px) {
  .lcly-screenMessage {
    display: block;
  }
  .lcly-screenMessage .screenMessage-icon {
    margin-top: -30px;
    margin-bottom: 10px;
  }
  .lcly-screenMessage .screenMessage-action {
    margin-left: 0;
    margin-top: 10px;
  }
}
.lcly-form .form-message {
  font-size: 1.6rem;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .lcly-form .form-message {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .lcly-form .form-message {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-form .form-message {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-form .form-message {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-form .form-message {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-form .form-message .screenMessage-icon {
  margin-right: 10px;
  margin-top: -5px;
}
.lcly-form .form-message .screenMessage-icon svg {
  width: 32px;
  height: 32px;
  fill: #82B64D;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0;
  stroke: none;
}
.lcly-form .form-message .screenMessage-action {
  margin-left: 10px;
}
.lcly-form .form-message .screenMessage-action .lcly-button {
  white-space: nowrap;
}
.lcly-form .form-message.mod-error {
  background-color: #fff8d9;
  color: #e70037;
  border: 2px solid rgba(231, 0, 55, 0.2);
}
.lcly-form .form-message.mod-error svg {
  fill: #e70037;
}
.lcly-form .form-message.mod-success {
  background-color: #f1fbe1;
  color: #4c9800;
}
.lcly-form .form-message.mod-invite {
  background-color: #fff8d9;
  border: 2px solid rgba(88, 157, 17, 0.2);
}
.lcly-form .form-message.mod-invite svg {
  fill: #82B64D;
}
@media (max-width: 567px) {
  .lcly-form .form-message {
    display: block;
  }
  .lcly-form .form-message .screenMessage-icon {
    margin-top: -30px;
    margin-bottom: 10px;
  }
  .lcly-form .form-message .screenMessage-action {
    margin-left: 0;
    margin-top: 10px;
  }
}
.lcly-form .form-validationSummary ul {
  margin: 0;
  font-size: 1.6rem;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: #fff8d9;
  color: #e70037;
  list-style-position: inside;
  display: block;
}
@media (max-width: 767px) {
  .lcly-form .form-validationSummary ul {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .lcly-form .form-validationSummary ul {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-form .form-validationSummary ul {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-form .form-validationSummary ul {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-form .form-validationSummary ul {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-form .form-validationSummary ul .screenMessage-icon {
  margin-right: 10px;
  margin-top: -5px;
}
.lcly-form .form-validationSummary ul .screenMessage-icon svg {
  width: 32px;
  height: 32px;
  fill: #82B64D;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0;
  stroke: none;
}
.lcly-form .form-validationSummary ul .screenMessage-action {
  margin-left: 10px;
}
.lcly-form .form-validationSummary ul .screenMessage-action .lcly-button {
  white-space: nowrap;
}
.lcly-form .form-validationSummary ul.mod-error {
  background-color: #fff8d9;
  color: #e70037;
  border: 2px solid rgba(231, 0, 55, 0.2);
}
.lcly-form .form-validationSummary ul.mod-error svg {
  fill: #e70037;
}
.lcly-form .form-validationSummary ul.mod-success {
  background-color: #f1fbe1;
  color: #4c9800;
}
.lcly-form .form-validationSummary ul.mod-invite {
  background-color: #fff8d9;
  border: 2px solid rgba(88, 157, 17, 0.2);
}
.lcly-form .form-validationSummary ul.mod-invite svg {
  fill: #82B64D;
}
@media (max-width: 567px) {
  .lcly-form .form-validationSummary ul {
    display: block;
  }
  .lcly-form .form-validationSummary ul .screenMessage-icon {
    margin-top: -30px;
    margin-bottom: 10px;
  }
  .lcly-form .form-validationSummary ul .screenMessage-action {
    margin-left: 0;
    margin-top: 10px;
  }
}
.lcly-form h3 {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #dbdbdb;
}
@media (max-width: 767px) {
  .lcly-form h3 {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-form h3 {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.lcly-form h3.mod-first {
  border-top: 0;
  padding-top: 0;
}
.lcly-form .i-line {
  display: flex;
  flex-direction: row;
  align-items: top;
  margin-bottom: 20px;
}
.lcly-form .i-line .i-cell {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-form .i-line .i-cell {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-form .i-line .i-cell {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-form .i-line .i-cell.mod-half {
  width: 50%;
}
.lcly-form .i-line .i-cell.mod-oneThird {
  width: 33.333%;
}
.lcly-form .i-line .i-cell.mod-twoThirds {
  width: 66.667%;
}
.lcly-form .i-line .i-cell label {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.lcly-form .i-line .i-cell input,
.lcly-form .i-line .i-cell select,
.lcly-form .i-line .i-cell textarea {
  width: 100%;
}
.lcly-form .i-line .i-cell .cell-error {
  color: #e70037;
}
.lcly-form .i-line .i-cell .cell-error,
.lcly-form .i-line .i-cell .cell-note,
.lcly-form .i-line .i-cell .cell-text,
.lcly-form .i-line .i-cell .cell-link {
  display: block;
  margin-top: 7px;
  font-size: 1.4rem;
}
.lcly-form .i-line.mod-button {
  margin-top: 30px;
}
.lcly-form .i-line.mod-button .lcly-button {
  width: 100%;
}
.lcly-form .i-line.mod-button .form-action {
  margin-top: 10px;
  padding: 10px;
  font-size: 1.4rem;
  display: block;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  text-align: center;
}
input,
textarea {
  background-color: #fafafa;
  border-radius: 4px;
  padding: 15px;
  font-family: 'Rubik', sans-serif;
  font-size: 1.6rem;
  color: #545454;
  border: 1px solid #dbdbdb;
  box-shadow: inset 0px 3px 0px rgba(0, 0, 0, 0.05);
  appearance: none;
  outline: none;
  transition-property: border-color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
input:hover,
textarea:hover {
  border-color: #c2c2c2;
  background-color: #ffffff;
}
input:focus,
textarea:focus {
  border-color: #a8a8a8;
  background-color: #ffffff;
}
input.mod-error,
textarea.mod-error,
input.input-validation-error,
textarea.input-validation-error {
  background-color: #fff8d9;
  border-color: #e70037;
  color: #e70037;
}
input:disabled,
textarea:disabled {
  background-color: #eee;
  color: rgba(84, 84, 84, 0.5);
  pointer-events: none;
}
input::placeholder,
textarea::placeholder {
  opacity: 0.5;
}
input.sz-small,
textarea.sz-small {
  font-size: 1.4rem;
  padding: 10px 14px;
}
textarea {
  height: 120px;
}
select {
  font-family: 'Rubik', sans-serif;
  font-size: 1.6rem;
  padding: 15px 30px 15px 15px;
  border: 1px solid rgba(88, 157, 17, 0.5);
  color: #589D11;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  background-color: white;
  background-image: url(../images/dropdown-regular.png);
  background-size: 28px 8px;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  box-shadow: 0px 3px 0px rgba(88, 157, 17, 0.25);
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  transition-delay: 0s;
  outline: none;
}
select:hover {
  border: 1px solid rgba(88, 157, 17, 0.75);
}
select:focus {
  border: 1px solid #589d11;
}
select.mod-tiny {
  font-size: 1.4rem;
  background-image: url(../images/dropdown-regular.png);
  padding: 5px 20px 5px 8px;
  box-shadow: 0px 2px 0px rgba(88, 157, 17, 0.25);
  background-size: 15px 6px;
}
.cmn-toggle-icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  text-align: center;
  position: relative;
  border: 2px solid #dbdbdb;
  background-color: white;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.cmn-toggle-icon.mod-empty {
  border-color: #589D11;
}
.cmn-toggle-icon.mod-checked {
  border-color: #589D11;
  background-color: #589D11;
}
.lcly-toggle {
  display: inline-block;
}
.lcly-toggle label {
  user-select: none;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  padding: 0;
  display: flex !important;
}
.lcly-toggle label input,
.lcly-toggle label span {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}
.lcly-toggle label .toggle-radio-icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  text-align: center;
  position: relative;
  border: 2px solid #dbdbdb;
  background-color: white;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  border-radius: 50%;
}
.lcly-toggle label .toggle-radio-icon.mod-empty {
  border-color: #589D11;
}
.lcly-toggle label .toggle-radio-icon.mod-checked {
  border-color: #589D11;
  background-color: #589D11;
}
.lcly-toggle label .toggle-radio-icon i {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  transform: translate(-50%, -50%);
}
.lcly-toggle label input[type=radio] {
  display: none;
}
.lcly-toggle label input[type=radio] ~ .toggle-radio-icon.mod-empty {
  display: inline-block;
}
.lcly-toggle label input[type=radio] ~ .toggle-radio-icon.mod-checked {
  display: none;
}
.lcly-toggle label input[type=radio]:checked ~ .toggle-label {
  color: black;
}
.lcly-toggle label input[type=radio]:checked ~ .toggle-radio-icon.mod-empty {
  display: none;
}
.lcly-toggle label input[type=radio]:checked ~ .toggle-radio-icon.mod-checked {
  display: inline-block;
}
.lcly-toggle label .toggle-checkbox-icon {
  margin-right: 10px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  text-align: center;
  position: relative;
  border: 2px solid #dbdbdb;
  background-color: white;
  transition-property: background-color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  border-radius: 2px;
}
.lcly-toggle label .toggle-checkbox-icon.mod-empty {
  border-color: #589D11;
}
.lcly-toggle label .toggle-checkbox-icon.mod-checked {
  border-color: #589D11;
  background-color: #589D11;
}
.lcly-toggle label .toggle-checkbox-icon i:first-child {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 12px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: white;
  transform: translate(-50%, -59%) rotate(45deg);
}
.lcly-toggle label input[type=checkbox] {
  display: none;
}
.lcly-toggle label input[type=checkbox] ~ .toggle-checkbox-icon.mod-empty {
  display: inline-block;
}
.lcly-toggle label input[type=checkbox] ~ .toggle-checkbox-icon.mod-checked {
  display: none;
}
.lcly-toggle label input[type=checkbox]:checked ~ .toggle-label {
  color: black;
}
.lcly-toggle label input[type=checkbox]:checked ~ .toggle-checkbox-icon.mod-empty {
  display: none;
}
.lcly-toggle label input[type=checkbox]:checked ~ .toggle-checkbox-icon.mod-checked {
  display: inline-block;
}
.lcly-toggle label .toggle-label {
  font-size: 1.4rem;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
.lcly-toggle label:hover .toggle-label {
  color: #333;
}
.lcly-toggle label:hover input[type=radio] ~ .toggle-radio-icon.mod-empty {
  background-color: rgba(88, 157, 17, 0.25);
}
.lcly-toggle label:hover input[type=checkbox] ~ .toggle-checkbox-icon.mod-empty {
  background-color: rgba(88, 157, 17, 0.25);
}
.lcly-toggle label:hover input[type=radio]:checked ~ .toggle-radio-icon.mod-checked {
  background-color: rgba(88, 157, 17, 0.75);
}
.lcly-toggle label:hover input[type=checkbox]:checked ~ .toggle-checkbox-icon.mod-checked {
  background-color: rgba(88, 157, 17, 0.75);
}
.lcly-toggle label:active .toggle-label {
  color: black;
}
.lcly-toggle label:active input[type=radio] ~ .toggle-radio-icon.mod-empty {
  background-color: rgba(88, 157, 17, 0.75);
}
.lcly-toggle label:active input[type=checkbox] ~ .toggle-checkbox-icon.mod-empty {
  background-color: rgba(88, 157, 17, 0.75);
}
.lcly-toggle label:active input[type=radio]:checked ~ .toggle-radio-icon.mod-checked {
  background-color: rgba(88, 157, 17, 0.25);
}
.lcly-toggle label:active input[type=checkbox]:checked ~ .toggle-checkbox-icon.mod-checked {
  background-color: rgba(88, 157, 17, 0.25);
}
.lcly-selectPlaceholder {
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 20px;
  padding: 10px;
}
.lcly-navCategories {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  transition-property: height, padding;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
  font-size: 0;
  user-select: none;
  background-color: #82B64D;
  border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .lcly-navCategories {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-navCategories {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-navCategories {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-navCategories {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1199px) {
  .lcly-navCategories {
    border-radius: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .lcly-navCategories {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.lcly-navCategories .navCategories-label {
  font-size: 14px;
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 10px;
  color: white;
  transition-property: font-size, margin-bottom;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
@media (max-width: 1023px) {
  .lcly-navCategories .navCategories-label {
    display: none;
  }
}
.lcly-navCategories .navCategories-item {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  padding: 10px 15px;
  color: white;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
.lcly-navCategories .navCategories-item .item-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
}
.lcly-navCategories .navCategories-item .item-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: white !important;
}
.lcly-navCategories .navCategories-item .item-icon svg path {
  stroke: white !important;
}
@media (max-width: 1023px) {
  .lcly-navCategories .navCategories-item .item-icon svg {
    width: 20px;
    height: 20px;
  }
}
.lcly-navCategories .navCategories-item .item-caption {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 20px;
  margin-top: 2px;
  width: calc(100% - 32px);
}
.lcly-navCategories .navCategories-item .item-caption span {
  display: inline-block;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1023px) {
  .lcly-navCategories .navCategories-item .item-caption {
    font-size: 14px;
    width: calc(100% - 28px);
  }
}
.lcly-navCategories .navCategories-item:hover {
  opacity: 0.77;
}
.lcly-navCategories .navCategories-item:hover .item-caption span {
  border-bottom: 1px solid white;
}
.lcly-navCategories .navCategories-item:active {
  opacity: 1;
}
@media (max-width: 767px) {
  .lcly-navCategories .navCategories-item {
    display: none;
  }
}
.lcly-navCategories .navCategories-toggle {
  font-size: 0;
  margin: 0;
  text-align: right;
  background-image: linear-gradient(90deg, rgba(130, 182, 77, 0) 0%, #82B64D 40%);
  width: 220px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 24px;
  padding: 10px;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0;
  color: #589D11;
  color: white;
  cursor: pointer;
  transition-property: padding, bottom;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
@media (max-width: 767px) {
  .lcly-navCategories .navCategories-toggle {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-navCategories .navCategories-toggle {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-navCategories .navCategories-toggle .toggle-icon {
  margin-right: 4px;
  vertical-align: middle;
  display: none;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
@media (max-width: 767px) {
  .lcly-navCategories .navCategories-toggle .toggle-icon {
    display: inline-block;
  }
}
.lcly-navCategories .navCategories-toggle .toggle-icon .toggle-icon-close {
  display: none;
}
.lcly-navCategories .navCategories-toggle .toggle-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: white;
}
.lcly-navCategories .navCategories-toggle .toggle-caption {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
@media (max-width: 767px) {
  .lcly-navCategories .navCategories-toggle .toggle-caption {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .lcly-navCategories .navCategories-toggle .toggle-caption .caption-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .lcly-navCategories .navCategories-toggle .toggle-caption .caption-desktop {
    display: none;
  }
}
.lcly-navCategories .navCategories-toggle .toggle-caption .caption-collapse {
  display: none;
}
.lcly-navCategories .navCategories-toggle .toggle-triangle {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  width: 10px;
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
  transition-delay: 0;
}
.lcly-navCategories .navCategories-toggle .toggle-triangle g {
  fill: white;
}
@media (max-width: 767px) {
  .lcly-navCategories .navCategories-toggle .toggle-triangle {
    display: none;
  }
}
@media (max-width: 767px) {
  .lcly-navCategories .navCategories-toggle {
    position: static;
    text-align: center;
    margin: 0 auto;
    transform: translate(0, 0);
  }
}
.lcly-navCategories .navCategories-toggle:hover .toggle-caption,
.lcly-navCategories .navCategories-toggle:hover .toggle-icon,
.lcly-navCategories .navCategories-toggle:hover .toggle-triangle {
  opacity: 0.77;
}
.lcly-navCategories .navCategories-toggle:active .toggle-caption,
.lcly-navCategories .navCategories-toggle:active .toggle-icon,
.lcly-navCategories .navCategories-toggle:active .toggle-triangle {
  opacity: 1;
}
.lcly-navCategories.mod-expanded {
  background-color: #777;
  white-space: normal;
  padding-top: 12px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .lcly-navCategories.mod-expanded {
    padding-bottom: 12px;
  }
}
.lcly-navCategories.mod-expanded .navCategories-label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .lcly-navCategories.mod-expanded .navCategories-label {
    text-align: center;
    display: none;
  }
}
.lcly-navCategories.mod-expanded .navCategories-item {
  width: 25%;
}
@media (max-width: 1023px) {
  .lcly-navCategories.mod-expanded .navCategories-item {
    display: inline-block;
    width: 33.333%;
  }
}
@media (max-width: 665px) {
  .lcly-navCategories.mod-expanded .navCategories-item {
    width: 50%;
  }
}
@media (max-width: 359px) {
  .lcly-navCategories.mod-expanded .navCategories-item {
    width: 100%;
  }
}
.lcly-navCategories.mod-expanded .navCategories-toggle {
  background-image: none;
  top: auto;
  bottom: 10px;
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .lcly-navCategories.mod-expanded .navCategories-toggle {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .lcly-navCategories.mod-expanded .navCategories-toggle .toggle-icon .toggle-icon-close {
    display: inline-block;
  }
}
.lcly-navCategories.mod-expanded .navCategories-toggle .toggle-icon .toggle-icon-menu {
  display: none;
}
.lcly-navCategories.mod-expanded .navCategories-toggle .toggle-caption .caption-expand {
  display: none;
}
.lcly-navCategories.mod-expanded .navCategories-toggle .toggle-caption .caption-collapse {
  display: inline;
}
.lcly-navCategories.mod-expanded .navCategories-toggle .toggle-triangle {
  transform: rotateX(180deg);
}
.lcly-gate {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.lcly-gate .gate-fader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.lcly-gate .gate-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #3a3a3a;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  color: white;
  font-family: 'Rubik', sans-serif;
  font-size: 1.6rem;
  z-index: 4000;
  text-align: center;
}
@media (max-width: 767px) {
  .lcly-gate .gate-message {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-gate .gate-message {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-gate .gate-message a.gate-learnMore {
  font-size: 1.4rem;
  color: white;
  text-decoration: underline;
  white-space: nowrap;
}
.lcly-gate .gate-message button.lcly-button,
.lcly-gate .gate-message a.lcly-button:link,
.lcly-gate .gate-message a.lcly-button:visited,
.lcly-gate .gate-message a.lcly-button:hover {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
  margin-bottom: 10px;
}
.lcly-longText {
  width: 66.667%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1279px) {
  .lcly-longText {
    width: 83.333%;
  }
}
@media (max-width: 1023px) {
  .lcly-longText {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lcly-longText {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-longText {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-longText p,
.lcly-longText li {
  font-size: 1.6rem;
}
.lcly-longText h2 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.lcly-longText h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.lcly-longText h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.lcly-longText ul,
.lcly-longText ol {
  margin-bottom: 10px;
}
.lcly-contactPage {
  margin: 20px 0 40px;
}
.lcly-contactPage .contactPage-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: top;
}
@media (max-width: 1279px) {
  .lcly-contactPage .contactPage-wrap {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-contactPage .contactPage-wrap {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-contactPage .contactPage-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-contactPage .contactPage-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-contactPage .contactPage-wrap {
    flex-direction: column;
  }
}
.lcly-contactPage .contactPage-image {
  width: 83.333%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lcly-contactPage .contactPage-image {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-contactPage .contactPage-image {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-contactPage .contactPage-image .image-proper {
  padding-top: 60%;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.lcly-contactPage .contactPage-left {
  width: 50%;
}
@media (max-width: 1023px) {
  .lcly-contactPage .contactPage-left {
    width: 58.333%;
  }
}
@media (max-width: 767px) {
  .lcly-contactPage .contactPage-left {
    width: 100%;
  }
}
.lcly-contactPage .contactPage-right {
  width: 50%;
}
@media (max-width: 1023px) {
  .lcly-contactPage .contactPage-right {
    width: 41.666%;
  }
}
@media (max-width: 767px) {
  .lcly-contactPage .contactPage-right {
    width: 100%;
  }
}
.lcly-contactPage .contactPage-form {
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 10px;
}
.lcly-contactPage .contactPage-form h2 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lcly-contactPage .contactPage-form h2 {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-contactPage .contactPage-form h2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-contactPage .contactPage-form.mod-highlight {
  background-color: #fff8d9;
}
.lcly-contactPage .contactPage-text {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  width: 83.333%;
}
@media (max-width: 767px) {
  .lcly-contactPage .contactPage-text {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-contactPage .contactPage-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1023px) {
  .lcly-contactPage .contactPage-text {
    width: 85.71%;
  }
}
@media (max-width: 767px) {
  .lcly-contactPage .contactPage-text {
    width: 100%;
  }
}
.lcly-contactPage .contactPage-text h2 {
  margin-bottom: 16px;
}
.lcly-contactPage .contactPage-text p.sz-small {
  font-size: 1.4rem;
}
.lcly-contactPage .contactPage-text .contactPage-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 20px;
}
.lcly-contactPage .contactPage-text .contactPage-section .section-label,
.lcly-contactPage .contactPage-text .contactPage-section .section-content {
  font-size: 1.6rem;
}
.lcly-contactPage .contactPage-text .contactPage-section .section-label {
  width: 100px;
}
.lcly-contactPage .contactPage-text .lcly-social svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.lcly-social svg {
  width: 32px;
  height: 32px;
}
.lcly-social.mod-instagram svg {
  fill: #E4405F;
}
.lcly-social.mod-facebook svg {
  fill: #1877F2;
}
.lcly-social.mod-pinterest svg {
  fill: #BD081C;
}
.lcly-social.mod-twitter svg {
  fill: #1DA1F2;
}
.lcly-social.mod-linkedin svg {
  fill: #0A66C2;
}
.lcly-social.mod-blogger svg {
  fill: #FF5722;
}
.lcly-social.mod-linktree svg {
  fill: #43E55E;
}
.lcly-brands .brands-section {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
}
.lcly-brands .brands-section .section-title {
  font-size: 48px;
  padding: 10px;
}
@media (max-width: 767px) {
  .lcly-brands .brands-section .section-title {
    padding: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-brands .brands-section .section-title {
    padding: 5px;
  }
}
.lcly-brands .brands-section .section-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.lcly-brands .brands-section .section-items .i-brand {
  font-size: 1.6rem;
  width: 25%;
  padding: 10px;
}
@media (max-width: 767px) {
  .lcly-brands .brands-section .section-items .i-brand {
    padding: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-brands .brands-section .section-items .i-brand {
    padding: 5px;
  }
}
.lcly-landingHeader {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1279px) {
  .lcly-landingHeader {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-landingHeader {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-landingHeader {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-landingHeader {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1199px) {
  .lcly-landingHeader {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.lcly-landingHeader .landingHeader-hero {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .lcly-landingHeader .landingHeader-hero {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-landingHeader .landingHeader-hero {
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 1023px) {
  .lcly-landingHeader .landingHeader-hero {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .lcly-landingHeader .landingHeader-hero {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 479px) {
  .lcly-landingHeader .landingHeader-hero {
    margin-bottom: 80px;
  }
}
.lcly-landingHeader .landingHeader-hero .hero-image {
  padding-top: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}
@media (max-width: 1023px) {
  .lcly-landingHeader .landingHeader-hero .hero-image {
    padding-top: 55%;
  }
}
@media (max-width: 767px) {
  .lcly-landingHeader .landingHeader-hero .hero-image {
    padding-top: 60%;
  }
}
@media (max-width: 665px) {
  .lcly-landingHeader .landingHeader-hero .hero-image {
    padding-top: 65%;
  }
}
@media (max-width: 567px) {
  .lcly-landingHeader .landingHeader-hero .hero-image {
    padding-top: 70%;
  }
}
@media (max-width: 767px) {
  .lcly-landingHeader .landingHeader-hero .hero-image {
    border-radius: 0;
  }
}
@media (max-width: 1199px) {
  .lcly-landingHeader .landingHeader-hero .hero-image {
    border-radius: 0;
  }
}
.lcly-landingHeader .landingHeader-hero .hero-heroHome {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 760px;
  margin-left: -380px;
  padding: 40px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  border: 3px solid rgba(88, 157, 17, 0.25);
  border-radius: 8px;
}
@media (max-width: 1023px) {
  .lcly-landingHeader .landingHeader-hero .hero-heroHome {
    position: static;
    margin-left: 0;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -60px;
    padding: 30px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .lcly-landingHeader .landingHeader-hero .hero-heroHome {
    margin-left: 14px;
    margin-right: 14px;
  }
}
@media (max-width: 1023px) and (max-width: 567px) {
  .lcly-landingHeader .landingHeader-hero .hero-heroHome {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .lcly-landingHeader .landingHeader-hero .hero-heroHome {
    margin-top: -60px;
    padding: 20px;
  }
}
@media (max-width: 567px) {
  .lcly-landingHeader .landingHeader-hero .hero-heroHome {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    padding: 20px 10px 30px;
    border: 0 none transparent;
    border-bottom: 1px solid #dbdbdb;
  }
}
.lcly-landingHeader .landingHeader-hero .hero-heroHome .heroHome-message {
  margin-bottom: 20px;
}
.lcly-landingHeader .landingHeader-hero .hero-heroHome .heroHome-message h1 {
  margin-bottom: 10px;
  font-size: 2.8rem;
}
@media (max-width: 1023px) {
  .lcly-landingHeader .landingHeader-hero .hero-heroHome .heroHome-message h1 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .lcly-landingHeader .landingHeader-hero .hero-heroHome .heroHome-message h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 665px) {
  .lcly-landingHeader .landingHeader-hero .hero-heroHome .heroHome-message h1 {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .lcly-landingHeader .landingHeader-hero .hero-heroHome .heroHome-message h1 {
    font-size: 2.2rem;
  }
}
.lcly-landingHeader .landingHeader-hero .hero-heroHome .heroHome-message p {
  font-size: 1.6rem;
}
@media (max-width: 665px) {
  .lcly-landingHeader .landingHeader-hero .hero-heroHome .heroHome-message p {
    text-align: left;
  }
}
.lcly-landingHeader .landingHeader-hero .hero-heroHome .heroHome-locations {
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
}
.lcly-landingHeader .landingHeader-hero .hero-title {
  position: absolute;
  width: 50%;
  top: 50%;
  text-align: left;
  transform: translate(0, -25%);
  background-color: rgba(0, 0, 0, 0.55);
  padding: 40px;
}
@media (max-width: 479px) {
  .lcly-landingHeader .landingHeader-hero .hero-title {
    background-color: rgba(0, 0, 0, 0.65);
  }
}
.lcly-landingHeader .landingHeader-hero .hero-title h1,
.lcly-landingHeader .landingHeader-hero .hero-title h2 {
  color: white;
  line-height: 1.2;
  margin-bottom: 10px;
}
.lcly-landingHeader .landingHeader-hero .hero-title h1 {
  line-height: 1.2;
  font-size: 3.6rem;
}
@media (max-width: 1279px) {
  .lcly-landingHeader .landingHeader-hero .hero-title h1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 1023px) {
  .lcly-landingHeader .landingHeader-hero .hero-title h1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .lcly-landingHeader .landingHeader-hero .hero-title h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 567px) {
  .lcly-landingHeader .landingHeader-hero .hero-title h1 {
    font-size: 2.4rem;
  }
}
.lcly-landingHeader .landingHeader-hero .hero-title h2 {
  line-height: 1.4;
  font-size: 2.4rem;
}
@media (max-width: 1279px) {
  .lcly-landingHeader .landingHeader-hero .hero-title h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .lcly-landingHeader .landingHeader-hero .hero-title h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .lcly-landingHeader .landingHeader-hero .hero-title h2 {
    font-size: 1.8rem;
  }
}
@media (max-width: 567px) {
  .lcly-landingHeader .landingHeader-hero .hero-title h2 {
    font-size: 1.6rem;
  }
}
.lcly-landingHeader .landingHeader-hero .hero-title .lcly-button {
  font-size: 2.2rem;
  padding: 20px 24px;
}
@media (max-width: 1279px) {
  .lcly-landingHeader .landingHeader-hero .hero-title .lcly-button {
    font-size: 1.8rem;
    padding: 15px 20px;
  }
}
@media (max-width: 1023px) {
  .lcly-landingHeader .landingHeader-hero .hero-title .lcly-button {
    font-size: 1.8rem;
    padding: 15px 20px;
  }
}
@media (max-width: 767px) {
  .lcly-landingHeader .landingHeader-hero .hero-title .lcly-button {
    font-size: 1.6rem;
    padding: 12px 16px;
  }
}
@media (max-width: 567px) {
  .lcly-landingHeader .landingHeader-hero .hero-title .lcly-button {
    font-size: 1.6rem;
    padding: 12px 16px;
  }
}
.lcly-landingHeader .landingHeader-hero.mod-left .hero-fader {
  background: linear-gradient(90deg, rgba(89, 66, 40, 0.5) 0%, rgba(89, 66, 40, 0) 100%);
}
.lcly-landingHeader .landingHeader-hero.mod-left .hero-title {
  left: 5%;
  left: 0;
}
.lcly-landingHeader .landingHeader-hero.mod-right .hero-fader {
  background: linear-gradient(90deg, rgba(89, 66, 40, 0) 0%, rgba(89, 66, 40, 0.5) 100%);
}
.lcly-landingHeader .landingHeader-hero.mod-right .hero-title {
  right: 5%;
  right: 0;
}
@media (max-width: 479px) {
  .lcly-landingHeader .landingHeader-hero.mod-home {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .lcly-landingHeader .landingHeader-hero.mod-home .hero-home {
    border: 1px solid #dbdbdb;
  }
  .lcly-landingHeader .landingHeader-hero.mod-left .hero-fader,
  .lcly-landingHeader .landingHeader-hero.mod-right .hero-fader {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  }
  .lcly-landingHeader .landingHeader-hero.mod-left .hero-title,
  .lcly-landingHeader .landingHeader-hero.mod-right .hero-title {
    /*
					                            left: 30px; width: ~"calc(100% - 60px)";
					@media (max-width: 959px) { left: 17px; width: ~"calc(100% - 34px)"; }
					bottom: 5vw;
*/
    width: 100%;
    right: auto;
    bottom: 0;
    transform: translate(0, 0);
    top: auto;
    padding: 20px 30px;
  }
  .lcly-landingHeader .landingHeader-hero.mod-left .hero-title h2,
  .lcly-landingHeader .landingHeader-hero.mod-right .hero-title h2 {
    padding-right: 125px;
  }
  .lcly-landingHeader .landingHeader-hero.mod-left .hero-title .lcly-button,
  .lcly-landingHeader .landingHeader-hero.mod-right .hero-title .lcly-button {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
}
@media (max-width: 1023px) and (max-width: 959px) {
  .lcly-landingHeader .landingHeader-hero.mod-left .hero-title,
  .lcly-landingHeader .landingHeader-hero.mod-right .hero-title {
    padding: 20px 20px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .lcly-landingHeader .landingHeader-hero.mod-left .hero-title,
  .lcly-landingHeader .landingHeader-hero.mod-right .hero-title {
    padding: 20px 17px;
  }
}
@media (max-width: 1023px) and (max-width: 567px) {
  .lcly-landingHeader .landingHeader-hero.mod-left .hero-title,
  .lcly-landingHeader .landingHeader-hero.mod-right .hero-title {
    padding: 20px 10px;
  }
}
@media (max-width: 1023px) and (max-width: 479px) {
  .lcly-landingHeader .landingHeader-hero.mod-left .hero-title,
  .lcly-landingHeader .landingHeader-hero.mod-right .hero-title {
    top: 80%;
    bottom: auto;
  }
}
.lcly-home {
  /*
	.home-hero {

		background-color: #eceadc;

		.hero-wrap {
			.cmn-fixWidth();
			padding-top: 120px;
			padding-bottom: 120px;
			position: relative;
			@media (max-width: 959px) {
				padding-top: 80px;
				padding-bottom: 80px;
			}
			@media (max-width: 567px) {
				padding-top: 40px;
				padding-bottom: 40px;
			}
		}
		
		.hero-illustration { 
			position: absolute;
			top: 50%;
			right: 0;
			width: 33.333%;
			.translate (0, -50%);
			img {
				width: 100%;
			}
			
			@media (max-width: 959px) {
				top: 40px;
				width: 45%;
				.translate (0, 0);				
			}
			@media (max-width: 567px) {
// 				display: none;
				position: static;
				width: 66.665%;
				margin: 0 auto;
			}
		}
		
		.hero-text {
			.cmn-padding-side();
			                             margin-bottom: 40px;
			@media (max-width: 1023px) { margin-bottom: 30px; }
			h1 { 
				font-weight: 700;
				margin-bottom: 20px;
				line-height: 1.2;
				                             font-size: 4.2rem;
				@media (max-width: 1279px) { font-size: 3.6rem; }
				@media (max-width: 1023px) { font-size: 3.2rem; }
				@media (max-width: 767px)  { font-size: 3.0rem; position: relative; }
				@media (max-width: 567px)  { font-size: 2.8rem; text-align: center; }
			}
			h3 {
				margin-bottom: 10px;
				font-weight: 500;
				color: @color-text;
				                             font-size: 1.8rem;
				@media (max-width: 1279px) { font-size: 1.7rem; }
				@media (max-width: 1023px) { font-size: 1.6rem; }
				@media (max-width: 767px)  { font-size: 1.5rem; }
				@media (max-width: 567px)  { text-align: center; }

			}
			width: 60%;
			@media (max-width: 959px) {
				width: 50%;
			}
			@media (max-width: 567px) {
				width: 100%;
			}

		}
		.hero-form {
			.cmn-padding-side();
			@media (max-width: 959px) {
				width: 50%;
				text-align: center;
			}
			@media (max-width: 665px) {
				width: 100%;
			}
		}
	}
*/
}
.lcly-home .home-hero2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .lcly-home .home-hero2 {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-home .home-hero2 {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-home .home-hero2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-hero2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-home .home-hero2 .hero2-wrap {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 40%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  .lcly-home .home-hero2 .hero2-wrap {
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-hero2 .hero2-wrap {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.lcly-home .home-locationSelect {
  background-color: #eceadc;
}
.lcly-home .home-locationSelect .locationSelect-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 1279px) {
  .lcly-home .home-locationSelect .locationSelect-wrap {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-home .home-locationSelect .locationSelect-wrap {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-home .home-locationSelect .locationSelect-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-locationSelect .locationSelect-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-home .home-locationSelect .locationSelect-inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-home .home-locationSelect .locationSelect-inner {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-locationSelect .locationSelect-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-home .home-locationSelect .locationSelect-inner {
    margin-bottom: 20px;
    width: 100%;
  }
}
.lcly-home .home-locationSelect .locationSelect-inner h2 {
  margin-bottom: 10px;
}
.lcly-home .home-locationSelect .locationSelect-inner p {
  font-size: 1.8rem;
}
.lcly-home .home-locationSelect .locationSelect-inner .lcly-locations {
  margin-top: 20px;
}
.lcly-home .home-spotlights {
  background-color: #fafafa;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}
.lcly-home .home-spotlights .spotlights-intro {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .lcly-home .home-spotlights .spotlights-intro {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-home .home-spotlights .spotlights-intro {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-home .home-spotlights .spotlights-intro {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-spotlights .spotlights-intro {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-home .home-spotlights .spotlights-intro {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-spotlights .spotlights-intro {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.lcly-home .home-spotlights .spotlights-intro h2 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .lcly-home .home-spotlights .spotlights-intro {
    text-align: left;
  }
}
.lcly-home .home-spotlights .spotlights-sections {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .lcly-home .home-spotlights .spotlights-sections {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-home .home-spotlights .spotlights-sections {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-home .home-spotlights .spotlights-sections {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-spotlights .spotlights-sections {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-home .home-spotlights .spotlights-sections {
    flex-direction: column;
  }
}
.lcly-home .home-spotlights .i-section {
  display: flex;
  flex-direction: row;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-home .home-spotlights .i-section {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-spotlights .i-section {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-home .home-spotlights .i-section {
    margin-bottom: 30px;
    width: 100%;
  }
}
.lcly-home .home-spotlights .i-section .section-icon {
  min-width: 100px;
}
@media (max-width: 767px) {
  .lcly-home .home-spotlights .i-section .section-icon {
    min-width: 70px;
  }
}
.lcly-home .home-spotlights .i-section .section-icon svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: #589D11;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  margin-bottom: 20px;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .lcly-home .home-spotlights .i-section .section-icon svg {
    width: 48px;
    height: 48px;
  }
}
.lcly-home .home-spotlights .i-section .section-text h2 {
  margin-bottom: 10px;
}
.lcly-home .home-categories {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .lcly-home .home-categories {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-home .home-categories {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-home .home-categories {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-categories {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-home .home-occasions .occasions-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  border-top: 1px solid #ddd;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 1279px) {
  .lcly-home .home-occasions .occasions-wrap {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-home .home-occasions .occasions-wrap {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-home .home-occasions .occasions-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-occasions .occasions-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-home .home-occasions .occasions-wrap {
    flex-direction: column;
  }
}
.lcly-home .home-occasions .i-section {
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-home .home-occasions .i-section {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-occasions .i-section {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-home .home-occasions .i-section {
    margin-bottom: 20px;
    width: 100%;
  }
}
.lcly-home .home-occasions .i-section h2 {
  margin-bottom: 10px;
}
.lcly-home .home-testimonials .testimonials-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media (max-width: 1279px) {
  .lcly-home .home-testimonials .testimonials-wrap {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-home .home-testimonials .testimonials-wrap {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-home .home-testimonials .testimonials-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-testimonials .testimonials-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-home .home-testimonials .testimonials-inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-home .home-testimonials .testimonials-inner {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-testimonials .testimonials-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-home .home-testimonials .testimonials-inner {
    margin-bottom: 20px;
    width: 100%;
  }
}
.lcly-home .home-testimonials .testimonials-inner h2 {
  margin-bottom: 10px;
}
.lcly-home .home-testimonials .testimonials-inner p {
  font-size: 1.8rem;
}
.lcly-home .home-testimonials .testimonials-inner .testimonial-source {
  margin-top: 20px;
  font-size: 1.4rem;
}
.lcly-home .home-onboard {
  background-color: #3a3a3a;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.lcly-home .home-onboard .onboard-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media (max-width: 1279px) {
  .lcly-home .home-onboard .onboard-wrap {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-home .home-onboard .onboard-wrap {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-home .home-onboard .onboard-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-onboard .onboard-wrap {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-home .home-onboard .onboard-wrap {
    flex-direction: column;
  }
}
.lcly-home .home-onboard .i-section {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-home .home-onboard .i-section {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-onboard .i-section {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-home .home-onboard .i-section {
    margin-bottom: 40px;
    width: 100%;
  }
}
.lcly-home .home-onboard .i-section .section-photo {
  width: 80%;
  padding-top: 50%;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .lcly-home .home-onboard .i-section .section-photo {
    width: 100%;
    padding-top: 60%;
  }
}
.lcly-home .home-onboard .i-section .section-action {
  margin-top: 20px;
}
.lcly-home .home-onboard .i-section h2,
.lcly-home .home-onboard .i-section p {
  color: white;
}
.lcly-home .home-onboard .i-section h2 {
  margin-bottom: 10px;
}
.lcly-home .home-about {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 1279px) {
  .lcly-home .home-about {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-home .home-about {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-home .home-about {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-about {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-home .home-about .about-inner {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .lcly-home .home-about .about-inner {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-about .about-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-home .home-about h2 {
  margin-bottom: 10px;
}
.lcly-home .home-localDelivery {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1279px) {
  .lcly-home .home-localDelivery {
    width: 100%;
  }
}
@media (max-width: 1239px) {
  .lcly-home .home-localDelivery {
    max-width: 10000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-home .home-localDelivery {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-localDelivery {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .lcly-home .home-localDelivery {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 567px) {
  .lcly-home .home-localDelivery {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.lcly-home .home-localDelivery h2 {
  margin-bottom: 10px;
}
.lcly-locations .locations-wrap {
  font-size: 0;
}
.lcly-locations .locations-wrap .locations-setLocation,
.lcly-locations .locations-wrap .locations-continue,
.lcly-locations .locations-wrap .locations-browseAll,
.lcly-locations .locations-wrap .locations-or {
  display: inline-block;
  vertical-align: top;
}
.lcly-locations .locations-wrap .locations-setLocation,
.lcly-locations .locations-wrap .locations-continue {
  width: 420px;
}
@media (max-width: 1279px) {
  .lcly-locations .locations-wrap .locations-setLocation,
  .lcly-locations .locations-wrap .locations-continue {
    width: 360px;
  }
}
@media (max-width: 665px) {
  .lcly-locations .locations-wrap .locations-setLocation,
  .lcly-locations .locations-wrap .locations-continue {
    width: 100%;
  }
}
.lcly-locations .locations-wrap .locations-or {
  width: 80px;
}
@media (max-width: 665px) {
  .lcly-locations .locations-wrap .locations-or {
    width: auto;
    margin-right: 20px;
  }
}
@media (max-width: 959px) {
  .lcly-locations .locations-wrap .locations-setLocation {
    margin-bottom: 10px;
  }
}
@media (max-width: 665px) {
  .lcly-locations .locations-wrap .locations-setLocation {
    width: 100%;
  }
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select {
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: center;
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select select {
  width: 100%;
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container .select2-selection--single {
  height: 64px;
  border: 0 none transparent;
}
@media (max-width: 1279px) {
  .lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container .select2-selection--single {
    height: 56px;
  }
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 30px;
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 64px;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  color: white;
}
@media (max-width: 1279px) {
  .lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container--classic .select2-selection--single .select2-selection__rendered {
    font-size: 1.8rem;
    line-height: 56px;
  }
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container--classic .select2-selection--single {
  border-color: rgba(88, 157, 17, 0.5);
  background-image: none;
  background-color: #82B64D;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container--classic .select2-selection--single:hover {
  border-color: rgba(88, 157, 17, 0.75);
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container--classic .select2-selection--single:focus {
  border-color: #589d11;
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container--classic.select2-container--open .select2-selection--single {
  border-color: #589d11;
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: white;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
}
@media (max-width: 1279px) {
  .lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    font-size: 1.8rem;
  }
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-image: none;
  border-left: none;
  background-color: transparent;
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container--classic .select2-selection--single .select2-selection__arrow {
  height: 64px;
}
.lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border: 0 none transparent;
  width: 28px;
  height: 8px;
  margin-top: -5px;
  margin-left: -18px;
  background-image: url(../images/dropdown-regular-invert.png);
  background-size: 28px 8px;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1279px) {
  .lcly-locations .locations-wrap .locations-setLocation .locations-select .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    margin-top: -8px;
  }
}
.lcly-locations .locations-wrap .locations-setLocation p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 0;
}
.lcly-locations .locations-wrap .locations-setLocation p span {
  white-space: nowrap;
}
.lcly-locations .locations-wrap .locations-continue .lcly-button {
  width: 100%;
  margin-bottom: 10px;
  height: 64px;
  line-height: 34px;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
}
@media (max-width: 1279px) {
  .lcly-locations .locations-wrap .locations-continue .lcly-button {
    font-size: 1.8rem;
    height: 56px;
    line-height: 26px;
  }
}
.lcly-locations .locations-wrap .locations-continue p {
  font-size: 1.4rem;
  text-align: center;
}
.lcly-locations .locations-wrap .locations-continue p a {
  white-space: nowrap;
}
.lcly-locations .locations-wrap .locations-or {
  margin-top: 12px;
}
@media (max-width: 1279px) {
  .lcly-locations .locations-wrap .locations-or {
    margin-top: 8px;
  }
}
.lcly-locations .locations-wrap .locations-or .or-circle {
  background-color: #FF9212;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Epilogue', sans-serif;
}
.lcly-locations .locations-wrap .locations-browseAll {
  margin-top: 10px;
}
@media (max-width: 1279px) {
  .lcly-locations .locations-wrap .locations-browseAll {
    margin-top: 7px;
  }
}
.lcly-locations .locations-wrap .locations-browseAll a {
  width: 100%;
}
.select2-container .select2-results__option {
  font-size: 1.4rem;
  padding: 10px;
}
.select2-container .select2-search--dropdown {
  padding: 10px;
}
.select2-container.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #82B64D;
}
.select2-container.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #82B64D;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  margin-top: 2px;
}
.select2-container.select2-container--classic .select2-search--dropdown .select2-search__field {
  padding: 8px 4px;
}
