.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 20px;
  color: #494949;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #0e2080;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style-type: square;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
  opacity: 0.8;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px;
  border: 1px none #000;
  color: #0e2080;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
  font-weight: 700;
}

.brand-logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.mobile-banner {
  position: relative;
  overflow: hidden;
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #fe000a;
  border-radius: 6px;
}

.mobile-banner.mobile {
  display: none;
}

.tag-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100px;
  margin-top: -16px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px none transparent;
  border-radius: 5px 0px;
  background-color: #fe000a;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.tag-text.blue {
  background-color: #0e2080;
}

.tag-text.hidden {
  opacity: 0;
}

.tag-text.list {
  margin-right: 0px;
  margin-left: 0px;
}

.tag-text.internal {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 120px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
}

.tag-text.cart {
  width: auto;
  margin: 0px 0px 5px auto;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 3px;
  background-color: transparent;
  opacity: 0.45;
  color: #333;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}

.tag-text.cart-preview {
  width: auto;
  margin: 0px 0px 5px auto;
  padding: 3px 0px;
  background-color: transparent;
  opacity: 0.7;
  color: #333;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  text-align: right;
}

.tag-text.cart-copy {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px 0px 5px auto;
  padding-top: 3px;
  padding-right: 0px;
  padding-bottom: 3px;
  background-color: transparent;
  opacity: 0.45;
  color: #333;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
}

.product-title-h3 {
  overflow: hidden;
  max-height: 42px;
  min-height: 42px;
  margin-top: 6px;
  margin-bottom: 20px;
  padding-right: 0px;
  color: #0e2080;
  font-size: 18px;
  line-height: 21px;
}

.product-title-h3.list-variant {
  max-height: 70px;
  min-height: 0px;
  line-height: 23px;
}

.product-title-h3.internal {
  height: auto;
  max-height: 90px;
  min-height: 42px;
  margin-bottom: 20px;
  color: #333;
  font-size: 22px;
  line-height: 27px;
}

.product-title-h3.cart {
  max-height: 50px;
  min-height: 50px;
  margin-bottom: 15px;
}

.product-title-h3.review-title {
  height: auto;
  max-height: none;
  min-height: 0px;
  color: #333;
  font-size: 22px;
  line-height: 27px;
}

.product-title-h3.fav-list {
  height: auto;
  max-height: none;
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
}

.product-title-h3.light {
  max-height: 50px;
  max-width: 250px;
  min-height: 50px;
  margin-top: 0px;
  color: #fff;
  line-height: 25px;
}

.product-image-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 215px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.product-image-wrapper.list-variant {
  width: 225px;
  border-right: 1px solid rgba(51, 51, 51, 0.06);
  border-top-right-radius: 0px;
}

.right-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-image {
  position: relative;
  z-index: 1;
  float: left;
}

.department-top-text {
  margin-bottom: 15px;
  color: rgba(51, 51, 51, 0.64);
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.copyright-text {
  margin-top: 30px;
  font-size: 14px;
  text-align: left;
}

.section {
  display: block;
  padding: 40px 30px 20px;
}

.section.breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.background {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, transparent), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.97)), to(hsla(0, 0%, 100%, 0.97))), -webkit-gradient(linear, left top, left bottom, from(rgba(13, 32, 128, 0.1)), to(rgba(13, 32, 128, 0.1))), url('/images/265237666.jpg');
  background-image: linear-gradient(180deg, transparent 56%, #fff), linear-gradient(180deg, hsla(0, 0%, 100%, 0.97), hsla(0, 0%, 100%, 0.97)), linear-gradient(180deg, rgba(13, 32, 128, 0.1), rgba(13, 32, 128, 0.1)), url('/images/265237666.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, auto;
  background-repeat: repeat, repeat, repeat, repeat;
}

.section.no-padding {
  padding: 50px 0px;
}

.section.login {
  padding-top: 20px;
}

.section.hero-old {
  display: none;
}

.section.results {
  padding-top: 60px;
}

.section.space-divicer {
  background-image: none;
}

.section.randomizer {
  display: none;
}

.section.contruction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(56%, transparent), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.97)), to(hsla(0, 0%, 100%, 0.97))), -webkit-gradient(linear, left top, left bottom, from(rgba(13, 32, 128, 0.1)), to(rgba(13, 32, 128, 0.1))), url('/images/265237666.jpg');
  background-image: linear-gradient(180deg, transparent 56%, #fff), linear-gradient(180deg, hsla(0, 0%, 100%, 0.97), hsla(0, 0%, 100%, 0.97)), linear-gradient(180deg, rgba(13, 32, 128, 0.1), rgba(13, 32, 128, 0.1)), url('/images/265237666.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, auto;
  background-repeat: repeat, repeat, repeat, repeat;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.h3.color {
  margin-bottom: 20px;
  color: #0e2080;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h3.color-center {
  margin-bottom: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #0e2080;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.h3.color {
  margin-bottom: 35px;
  color: #0e2080;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.h3.mini {
  margin-bottom: 20px;
}

.h3.mini.special-1 {
  margin-bottom: 15px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
}

.h3.searched-term {
  margin-bottom: 30px;
  color: #333;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.h3.department-name {
  margin-bottom: 35px;
  color: #fe000a;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.h3.color-center1 {
  margin-bottom: 20px;
  color: #084897;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.h3.light {
  margin-bottom: 10px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  font-size: 35px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.h3.dark {
  margin-bottom: 40px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #333;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
  text-align: left;
  text-transform: capitalize;
}

.h3.color-center3 {
  margin-bottom: 20px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  color: #0e2080;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.h3.special-note {
  margin-bottom: 30px;
  color: #0e2080;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.h3.inline {
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 15px;
  line-height: 1.2;
}

.promo-para {
  overflow: hidden;
  max-height: 140px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
}

.sub-nav-link {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  border-bottom: 1px solid transparent;
  opacity: 0.89;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
}

.sub-nav-link:hover {
  border-bottom-style: none;
  border-bottom-color: #333;
  opacity: 1;
  color: #0e2080;
  font-weight: 400;
}

.sub-nav-link.w--current {
  text-decoration: line-through;
}

.ft-link {
  opacity: 1;
  color: #fe921b;
}

.ft-link:hover {
  opacity: 1;
  color: #fe921b;
  text-decoration: underline;
}

.site-link {
  display: inline-block;
  width: auto;
  height: 40px;
  padding: 13px 15px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #fff;
  background-color: transparent;
  opacity: 0.4;
  color: #333;
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.site-link:hover {
  background-color: rgba(51, 51, 51, 0.2);
  opacity: 1;
  color: #0e2080;
}

.site-link.homedepot {
  background-color: rgba(51, 51, 51, 0.2);
  opacity: 1;
  color: #0e2080;
  font-weight: 600;
}

.site-link.homedepot.w--current {
  width: auto;
}

.carousel-slider {
  width: 60%;
  min-height: 450px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.carousel-slider.brands {
  width: 100%;
  height: 150px;
  min-height: 0px;
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: transparent;
}

.carousel-slider.featured {
  width: 100%;
  min-height: 560px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

._16-slide {
  width: 16.333%;
}

.menu-top-bar {
  overflow: hidden;
  height: 40px;
  margin-right: -30px;
  margin-left: -30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(13, 32, 128, 0.06);
  opacity: 0.5;
}

.menu-top-bar:hover {
  opacity: 1;
}

.ft-sub-title-text {
  margin-bottom: 30px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
}

.ft-sub-title-text.locations {
  color: #fe921b;
}

.arrow-icon {
  display: inline-block;
  font-size: 18px;
}

.price-h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 23px;
  line-height: 20px;
}

.price-h2.list-variant {
  font-size: 20px;
  line-height: 25px;
}

.price-h2.internal {
  margin-bottom: 30px;
  color: #0e2080;
  font-size: 20px;
}

.price-h2.internal.strike {
  margin-bottom: 8px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.price-h2.cart {
  margin-bottom: 0px;
  font-size: 15px;
}

.price-h2.strike {
  margin-right: 6px;
  opacity: 0.73;
  font-size: 15px;
  text-decoration: line-through;
}

.price-h2.strike.cart {
  margin-right: 0px;
  font-size: 14px;
  text-align: right;
}

.price-h2.discont {
  color: #fe000a;
}

.price-h2.discont.light {
  color: #fff;
}

.price-h2.internal {
  margin-bottom: 0px;
  color: #fe000a;
  font-size: 22px;
  line-height: 22px;
}

.price-h2.currency {
  margin-right: 5px;
  margin-bottom: 0px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  line-height: 12px;
}

.price-h2.email-cartprice {
  margin-bottom: 0px;
  float: left;
  color: #0e2080;
  font-size: 15px;
  font-weight: 700;
}

.price-h2.email-cartprice.v2 {
  display: inline-block;
  float: none;
}

.price-h2.reduced {
  color: #fe000a;
}

.price-h2.check {
  font-size: 17px;
}

.ft-wrapper {
  position: relative;
  margin-top: 50px;
  padding: 30px;
  border-top: 6px solid #0e2080;
  border-bottom: 6px solid #fe000a;
  background-color: #0e2080;
  color: #fff;
}

.link {
  position: relative;
  display: block;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #084897;
  text-decoration: none;
  cursor: pointer;
}

.link.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  text-align: center;
  cursor: auto;
}

.link.brand:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.triangle-wrapper {
  position: relative;
  margin-top: -61px;
  margin-bottom: 40px;
  text-align: center;
}

.ft-content-wrapper {
  padding-right: 30px;
}

.product-card-description {
  position: relative;
  display: block;
  padding: 40px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(51, 51, 51, 0.06);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
  text-align: center;
}

.product-card-description.list-variant {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-style: none;
  background-color: hsla(0, 0%, 96.1%, 0.25);
  text-align: left;
}

.product-card-description.v2 {
  padding-bottom: 120px;
}

.triangle-image {
  width: 200px;
}

.promo-h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0e2080;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
}

.cta-link {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 30px;
  color: #0e2080;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  text-transform: none;
}

.para {
  margin-bottom: 30px;
  font-size: 15px;
}

.para.banner {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
}

.para.center {
  text-align: center;
}

.para.internal {
  margin-bottom: 30px;
}

.para.info {
  margin-bottom: 12px;
}

.para.no-margin {
  margin-bottom: 0px;
}

.mini-para {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  text-align: left;
}

.mini-para.dark {
  color: rgba(51, 51, 51, 0.9);
}

.cta-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 33.5%;
  height: 100%;
  padding: 60px 30px 30px;
  border-radius: 0px 6px 6px 0px;
  background-color: rgba(245, 243, 243, 0.9);
  color: #333;
  text-decoration: none;
}

.cta-wrapper:hover {
  background-color: #fff;
}

.cta-wrapper.old {
  display: block;
}

.cards-wrapper {
  position: relative;
  overflow: visible;
  min-height: 450px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.06);
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
}

.cards-wrapper:hover {
  border-color: rgba(51, 51, 51, 0.06);
  color: #333;
}

.cards-wrapper.list-variant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
}

.cards-wrapper.slide {
  height: 100%;
  max-height: 480px;
}

.arrow {
  display: block;
  width: 40px;
  height: 40px;
  margin-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
  opacity: 0.39;
  color: #084897;
  font-size: 13px;
}

.arrow:hover {
  opacity: 1;
}

.arrow.right {
  margin-right: 7px;
  margin-left: 0px;
}

.arrow.hidden {
  display: none;
}

.arrow.out {
  height: 110px;
  margin-left: -20px;
  background-color: #fff;
  opacity: 0.8;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 18px;
}

.arrow.out:hover {
  background-color: #f5f3f3;
  opacity: 1;
  color: #fe921b;
}

.arrow.out.right {
  margin-right: -20px;
  margin-left: 0px;
}

.sub-menu-wrapper {
  display: inline-block;
  height: 40px;
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 0px;
  float: right;
}

.link-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  color: #333;
  text-decoration: none;
}

.link-wrapper.product-card-link {
  width: 100%;
}

.link-wrapper.featured-card-link {
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}

.mask {
  padding: 0px 15px;
}

.price-wrapper {
  padding-left: 0px;
}

.price-wrapper.disconted {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.locations-wrapper {
  display: none;
  overflow: hidden;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 15px;
}

.body {
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 16px;
}

.body-wrapper {
  position: relative;
}

.row {
  height: auto;
  margin-top: 20px;
  margin-right: 10px;
}

.row.spaced {
  margin-bottom: 20px;
}

.row.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.content-wrapper {
  position: static;
  z-index: 1;
}

.label-text {
  color: #fff;
}

.label-text.dark {
  color: #333;
}

.label-text.normal {
  margin-bottom: 0px;
  color: #333;
  font-size: 14px;
}

.label-text.dark {
  color: #333;
}

.label-text.grey {
  opacity: 0.5;
  color: #333;
  font-size: 15px;
}

.label-text.discount {
  color: #fe000a;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fe000a;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #333;
  color: #fff;
}

.button.login {
  width: 100%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.button.register {
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fe000a;
  background-color: transparent;
  color: #fe000a;
}

.button.register:hover {
  border-color: transparent;
  background-color: #fe000a;
  color: #fff;
}

.button.cart {
  width: 100%;
  height: 45px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.3);
  border-radius: 5px;
  background-color: #0e2080;
  font-size: 14px;
}

.button.cart:hover {
  background-color: #333;
}

.button.confirm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  text-transform: uppercase;
}

.button.update {
  display: block;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #0e2080;
  background-color: transparent;
  color: #0e2080;
}

.button.update:hover {
  background-color: #0e2080;
  color: #fff;
}

.button.update.mini {
  width: auto;
  margin-left: 0px;
}

.button.add-to-cart {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #0e2080;
  background-color: transparent;
  color: #0e2080;
}

.button.add-to-cart:hover {
  border-color: #333;
  background-color: #333;
  color: #fff;
}

.button.full {
  width: auto;
}

.button.right {
  display: block;
  margin-right: 0px;
  margin-left: auto;
  text-align: center;
}

.button.left {
  margin-left: 0px;
}

.button.mini {
  display: inline-block;
  width: auto;
  margin-left: 0px;
}

.button.promo {
  width: 100%;
  height: 45px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 5px 15px;
  border-radius: 0px 4px 4px 0px;
  background-color: #0e2080;
  color: #fff;
}

.button.promo:hover {
  background-color: #333;
  background-image: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #fff;
}

.button.blue {
  background-color: #0e2080;
}

.button.blue:hover {
  background-color: rgba(254, 146, 27, 0.97);
}

.button.filter {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.button.close {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(51, 51, 51, 0.7);
}

.button.clear {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(254, 0, 10, 0.6);
  background-color: rgba(254, 0, 10, 0.6);
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.button.clear:hover {
  opacity: 1;
}

.button.more {
  display: inline-block;
  margin-right: 0px;
  margin-left: 10px;
}

.button.add {
  margin-right: 0px;
  margin-left: 0px;
}

.button.add.special {
  display: block;
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button.boarderd {
  display: none;
  width: auto;
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.3);
  background-color: transparent;
  color: #0e2080;
}

.button.boarderd:hover {
  border-color: rgba(254, 0, 10, 0.3);
  color: #fe000a;
}

.button.light {
  width: auto;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 7px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.3);
  background-color: transparent;
  color: rgba(14, 32, 128, 0.78);
}

.button.light:hover {
  border-color: #fe000a;
  color: #fe000a;
}

.button.light.small {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-right: 17px;
  padding-left: 17px;
}

.button.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px 0px 0px 6px;
  background-color: #0e2080;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.button.col:hover {
  background-color: #fe000a;
}

.button.col.outline {
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
  background-color: transparent;
  color: rgba(51, 51, 51, 0.5);
}

.button.col.outline:hover {
  background-color: #333;
  color: #fff;
}

.button.col.s-outline {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  background-color: transparent;
  color: rgba(51, 51, 51, 0.5);
}

.button.col.s-outline:hover {
  background-color: #333;
  color: #fff;
}

.button.trash {
  width: 40px;
  height: 40px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 0px 6px 6px 0px;
  background-color: transparent;
  color: #0e2080;
}

.button.trash:hover {
  background-color: #fe000a;
  color: #fff;
}

.button.trash.hd {
  color: #333;
}

.button.trash.hd:hover {
  background-color: #fe000a;
  color: #fff;
}

.button.full {
  width: 100%;
  height: 40px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 6px;
  background-color: #0e2080;
}

.button.full:hover {
  background-color: #fe000a;
}

.button.quote {
  width: auto;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 7px;
  padding-left: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.3);
  background-color: #0e2080;
  color: #fff;
}

.button.quote:hover {
  border-color: #fe000a;
  background-color: transparent;
  color: #fe000a;
}

.button.left {
  width: 100%;
  height: 50px;
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  font-size: 13px;
}

.button.left:hover {
  border-color: transparent;
  background-color: #000;
  color: #fff;
}

.button.cta-light {
  display: inline-block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.78);
  background-color: #f5f3f3;
  color: #333;
}

.button.cta-light:hover {
  background-color: #fe000a;
  color: #fff;
}

.button.cta-light.hd {
  border-color: rgba(14, 32, 128, 0.3);
  color: #0e2080;
}

.button.cta-light.hd:hover {
  background-color: #333;
  color: #fff;
}

.button.wish {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 40px;
  margin-right: 2px;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 6px 0px 0px 6px;
  background-color: #fff;
  color: #333;
}

.button.wish:hover {
  background-color: #fe000a;
  color: #fff;
}

.button.gift-reg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-left: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 0px 6px 6px 0px;
  background-color: #fff;
  color: #333;
}

.button.gift-reg:hover {
  background-color: #fe000a;
  color: #fff;
}

.button.gifted {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 12px 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #0e2080;
  color: #fff;
}

.button.v2 {
  display: block;
  width: auto;
  min-width: 170px;
  margin-left: 0px;
}

.button.view {
  width: auto;
  min-width: 130px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #333;
}

.button.view:hover {
  background-color: #213abb;
}

.button.view.hd {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.3);
  background-color: #fff;
  color: #0e2080;
}

.button.view.hd:hover {
  background-color: #333;
  color: #fff;
}

.button.fake {
  display: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fe000a;
  background-color: #fe000a;
  opacity: 0.33;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 14px;
}

.button.fake:hover {
  opacity: 1;
}

.button.form {
  margin-left: 0px;
}

.button.form.hd {
  overflow: visible;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.35);
  background-color: #333;
  color: #fff;
}

.button.form.hd:hover {
  border-color: rgba(14, 32, 128, 0.3);
  background-color: transparent;
  color: #0e2080;
}

.button.email {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 7px 10px;
  border: 1px solid transparent;
  background-color: #0e2080;
  color: #fff;
}

.button.email:hover {
  color: #fff;
}

.button.email.min {
  display: inline-block;
  border-color: transparent;
}

.button.email.right {
  display: block;
  width: 170px;
}

.button.cta-light-f {
  display: inline-block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.78);
  background-color: #f5f3f3;
  color: #333;
}

.button.cta-light-f:hover {
  background-color: #fe000a;
  color: #fff;
}

.button.cta-light-f.hd {
  background-color: #333;
  color: #fff;
}

.button.cta-light-f.hd:hover {
  background-color: #0e2080;
}

.button.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 13px;
  padding-left: 13px;
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  font-size: 13px;
}

.button.small:hover {
  border-color: transparent;
  background-color: #000;
  color: #fff;
}

.button.grey {
  width: auto;
  margin-right: 0px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #7a7a7a;
  opacity: 0.51;
}

.button.grey:hover {
  background-color: #333;
  opacity: 0.85;
}

.button.s-gifted {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 8px 0px;
  border-radius: 6px;
  background-color: #0e2080;
  color: #fff;
}

.button.landing-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 400px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px solid #fff;
  background-color: hsla(0, 0%, 100%, 0.09);
  opacity: 1;
  color: #fff;
  font-size: 14px;
}

.button.landing-button:hover {
  background-color: #fff;
  opacity: 1;
  color: #000;
}

.button.auto {
  display: block;
  width: 50%;
  margin-bottom: 20px;
  margin-left: 0px;
  background-color: #fe000a;
}

.button.smaller {
  width: auto;
  padding: 8px 15px;
}

.button.overlay {
  width: auto;
  padding: 9px 12px;
  background-color: rgba(51, 51, 51, 0.35);
  font-size: 11px;
}

.button.overlay:hover {
  background-color: #0e2080;
}

.button.overlay.outline {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
  background-color: #eeecee;
  color: #333;
}

.button.overlay.outline:hover {
  background-color: #333;
  color: #fff;
}

.button.outline {
  width: 100%;
  height: 45px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.3);
  border-radius: 6px 0px 0px 6px;
  background-color: transparent;
  color: #0e2080;
  font-size: 13px;
  line-height: 1;
  text-align: left;
}

.button.outline:hover {
  color: #fe000a;
}

.button.left-align {
  text-align: center;
}

.comments-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.8;
  font-size: 16px;
}

.comments-wrapper.spaced {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.comments-wrapper.contact {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.comments-wrapper.large-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 18px;
  font-weight: 700;
}

.comments-wrapper.mini-text {
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opacity: 0.8;
  font-size: 14px;
}

.comments-wrapper.right {
  margin-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.comments-wrapper.subtot {
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opacity: 0.8;
  font-size: 16px;
}

._33-wrapper {
  width: 33.33%;
  margin-bottom: 35px;
}

.top-menu-wrapper {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-image.cart {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-image.r-pop {
  -o-object-fit: contain;
  object-fit: contain;
}

.product-image.col {
  width: 100%;
  height: 90px;
  margin-top: auto;
  margin-bottom: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-image.email {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.05);
  border-radius: 5px;
  -o-object-fit: contain;
  object-fit: contain;
}

.lightbox-link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 270px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-decoration: none;
}

.lightbox-link.details-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  height: 400px;
  margin-right: 0px;
  margin-left: auto;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
}

.lightbox-link.details-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  height: 400px;
  margin-right: 0px;
  margin-left: auto;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
}

.lightbox-link.details-page.v2 {
  width: 100%;
  height: 500px;
  margin-bottom: 0px;
  padding: 25px;
}

.lightbox-link.details-page.r-mini {
  width: 100%;
  height: 150px;
  margin-bottom: 0px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.05);
}

.lightbox-link.mini {
  overflow: hidden;
  height: 100%;
  margin-bottom: 0px;
}

.cart-links-wrapper {
  position: relative;
  padding: 50px 30px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cart-links-wrapper.bot {
  padding-top: 30px;
}

.cart-preview-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.cart-preview-close-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  padding-top: 14px;
  padding-right: 19px;
  color: #656a6e;
  text-align: right;
  text-decoration: none;
}

.cart-preview-close-link:hover {
  color: rgba(255, 0, 0, 0.75);
}

.text-grand-total {
  color: #0e2080;
  font-size: 14px;
  font-weight: 700;
}

.view-cart-link {
  color: grey;
  text-decoration: underline;
}

.view-cart-link:hover {
  color: #fe000a;
}

.product-link {
  display: block;
  overflow: hidden;
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  margin-bottom: 10px;
  color: #0e2080;
  font-weight: 600;
}

.product-link:hover {
  color: #fe921b;
}

.product-details-wrapper {
  text-align: left;
}

.checkout-button {
  display: block;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #fe000a;
  border-radius: 8px;
  background-color: #fe000a;
  color: #fff;
  text-align: center;
}

.checkout-button:hover {
  border-color: #fe921b;
  background-color: #fe921b;
  color: #fff;
}

.cart-item-wrapper {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cart-items-wrapper {
  padding: 30px;
}

.text-price {
  color: #563419;
  font-weight: 300;
}

.text-price.cart-preview {
  color: #333;
  font-weight: 600;
  text-align: right;
}

.text-price.cart-preview-discount {
  color: #fe000a;
  font-weight: 600;
  text-align: right;
}

.subtotal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.click-close-wrapper {
  width: 70%;
  height: 100%;
  cursor: pointer;
}

.text-important {
  color: #333;
}

.text-subtotal {
  font-weight: 400;
}

.cart-preview-wrapper {
  position: relative;
  overflow: auto;
  width: 30%;
  height: 100%;
  float: right;
  background-color: #fff;
  text-align: center;
}

.direct-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 5px;
  opacity: 1;
  text-align: center;
  text-decoration: none;
}

.direct-link:hover {
  opacity: 1;
}

.carousel-nav {
  opacity: 0.13;
}

._25-slide {
  width: 25%;
  padding-top: 27px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.divider-line {
  width: 40%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #000;
  opacity: 0.5;
}

.loyalty-card-image {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 17px;
  box-shadow: 0 0 10px 7px rgba(14, 32, 128, 0.1);
}

.loyalty-card-image.mini {
  width: 100%;
  height: 100%;
  float: right;
  border-color: rgba(51, 51, 51, 0.5);
  box-shadow: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.italic-header-text {
  width: 260px;
  padding-right: 20px;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  color: #0e2080;
  font-size: 40px;
  line-height: 40px;
  font-style: italic;
  font-weight: 700;
}

.loyalty-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-link {
  position: relative;
  width: 100%;
  height: 250px;
  padding: 20px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.2))), url('/images/garden-gardening-grass-589.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2)), url('/images/garden-gardening-grass-589.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-shadow: 1px 1px 6px #fff;
}

.feature-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.3)), to(rgba(14, 32, 128, 0.3))), url('/images/garden-gardening-grass-589.jpg');
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.3), rgba(14, 32, 128, 0.3)), url('/images/garden-gardening-grass-589.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.feature-link.feature-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.2))), url('/images/architecture-backyard-chairs-238377.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2)), url('/images/architecture-backyard-chairs-238377.jpg');
  background-size: auto, cover;
}

.feature-link.feature-2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.3)), to(rgba(14, 32, 128, 0.3))), url('/images/architecture-backyard-chairs-238377.jpg');
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.3), rgba(14, 32, 128, 0.3)), url('/images/architecture-backyard-chairs-238377.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-link.feature-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.2))), url('/images/beautiful-blossom-botanic-1046348.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2)), url('/images/beautiful-blossom-botanic-1046348.jpg');
  background-size: auto, cover;
}

.feature-link.feature-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.3)), to(rgba(14, 32, 128, 0.3))), url('/images/beautiful-blossom-botanic-1046348.jpg');
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.3), rgba(14, 32, 128, 0.3)), url('/images/beautiful-blossom-botanic-1046348.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-link.feature-5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.2))), url('/images/homedecor-md.png');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2)), url('/images/homedecor-md.png');
  background-size: auto, cover;
}

.feature-link.feature-5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.3)), to(rgba(14, 32, 128, 0.3))), url('/images/homedecor-md.png');
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.3), rgba(14, 32, 128, 0.3)), url('/images/homedecor-md.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-link.feature-6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.2))), url('/images/kitchen-md.png');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2)), url('/images/kitchen-md.png');
  background-size: auto, cover;
}

.feature-link.feature-6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.3)), to(rgba(14, 32, 128, 0.3))), url('/images/kitchen-md.png');
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.3), rgba(14, 32, 128, 0.3)), url('/images/kitchen-md.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-link.feature-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.2))), url('/images/470-MULCH.png');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.2), rgba(51, 51, 51, 0.2)), url('/images/470-MULCH.png');
  background-size: auto, cover;
}

.feature-link.feature-4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.3)), to(rgba(14, 32, 128, 0.3))), url('/images/470-MULCH.png');
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.3), rgba(14, 32, 128, 0.3)), url('/images/470-MULCH.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-text {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  opacity: 1;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: none;
}

.mini-light-box {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}

.banner-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: #333;
  text-decoration: none;
}

.white-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.discount-para {
  margin-bottom: 10px;
  color: #fe000a;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

.subtext-text {
  margin-bottom: 10px;
  font-size: 18px;
}

.dummy-button {
  position: static;
  display: inline-block;
  margin-top: 10px;
  padding: 9px 15px;
  border-radius: 5px;
  background-color: #0e2080;
  color: #fff;
}

.dummy-button:hover {
  background-color: #fe000a;
}

._40-wrapper {
  width: 100%;
  text-align: center;
}

.quick-view-text {
  position: absolute;
  left: auto;
  top: 5px;
  right: 5px;
  bottom: auto;
  z-index: 1;
  display: block;
  opacity: 0.74;
  font-family: 'Fa solid 900', sans-serif;
  color: #0e2080;
  font-size: 20px;
}

.quick-view-text.small {
  left: 10px;
  top: auto;
  right: auto;
  bottom: 10px;
  z-index: 2;
  padding: 4px 9px;
  background-color: #fff;
  color: rgba(14, 32, 128, 0.3);
  font-size: 15px;
  line-height: 15px;
}

.department-dropdown {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.department-icon {
  font-size: 20px;
}

.dropdown-text {
  display: inline-block;
  text-transform: uppercase;
}

.dropdown-text.desktop {
  font-size: 16px;
}

.dropdown-link {
  display: block;
  width: 100%;
  padding: 9px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.05);
  background-color: #fff;
  -webkit-transition: padding 350ms ease;
  transition: padding 350ms ease;
  color: rgba(51, 51, 51, 0.6);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.dropdown-link:hover {
  padding-left: 30px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  background-color: #f5f3f3;
  color: #0e2080;
}

.dropdown-link.w--current {
  border-bottom-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
}

.dropdown-link.special {
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
  background-color: #f5f3f3;
  color: #fe000a;
}

.department-dropdown-list.w--open {
  overflow: hidden;
  margin-top: 15px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-color: transparent;
}

.field {
  height: 50px;
  border-radius: 6px;
  background-color: #f5f3f3;
}

.field:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 230, 140, 0.4)), to(rgba(240, 230, 140, 0.4)));
  background-image: linear-gradient(180deg, rgba(240, 230, 140, 0.4), rgba(240, 230, 140, 0.4));
}

.field:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 230, 140, 0.4)), to(rgba(240, 230, 140, 0.4)));
  background-image: linear-gradient(180deg, rgba(240, 230, 140, 0.4), rgba(240, 230, 140, 0.4));
}

.field.search {
  height: 60px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.field.light {
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.field.light.big {
  height: 150px;
}

.field.light.qty {
  height: 40px;
}

.field.promo {
  height: 45px;
  margin-bottom: 0px;
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.3);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.field.promo:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 230, 140, 0.4)), to(rgba(240, 230, 140, 0.4)));
  background-image: linear-gradient(180deg, rgba(240, 230, 140, 0.4), rgba(240, 230, 140, 0.4));
  background-position: 0px 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.field.message {
  min-height: 150px;
}

.field.big {
  height: 150px;
}

.field.sr {
  height: 55px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: rgba(14, 32, 128, 0.3);
  color: rgba(51, 51, 51, 0.9);
  font-size: 16px;
}

.field.sr.hd-bg {
  border-width: 1px 1px 2px;
  border-color: rgba(51, 51, 51, 0.35);
}

.field.copy-link {
  margin-bottom: 0px;
  border-radius: 6px;
}

.full-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-flex-wrapper.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.full-flex-wrapper.nav-copy {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.item-text {
  color: #084897;
  font-weight: 900;
}

.branding {
  display: inline-block;
  width: 110px;
  height: 100px;
  float: left;
}

.nav-menu {
  float: right;
}

.form-block {
  margin-bottom: 0px;
}

.form-block.category {
  z-index: 9007199254740991;
  width: 35%;
}

.form-block.search {
  width: 70%;
}

.submit-button {
  padding-right: 25px;
  padding-left: 25px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #333;
}

.submit-button:hover {
  background-color: #f5a543;
}

.submit-button.search {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fe000a;
  font-family: 'Fa solid 900', sans-serif;
}

.submit-button.search:hover {
  background-color: #333;
}

.submit-button.curve {
  border-radius: 6px;
}

.account-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0.85;
  color: #333;
  text-decoration: none;
}

.account-link:hover {
  opacity: 1;
  color: #0e2080;
}

.form.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.text-cart-icon {
  margin-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.link-text {
  margin-right: 5px;
  padding-left: 5px;
}

.link-text.hidden {
  display: none;
}

.relative-wrapper {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link {
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-left: 1px none rgba(0, 0, 0, 0.2);
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.nav-link:hover {
  color: #0e2080;
}

.nav-link.w--current {
  color: #999;
}

.nav-link.sale {
  border-left-style: none;
  color: #fe000a;
}

.nav-link.sale:hover {
  color: #d53d43;
  text-align: left;
}

.nav-link.dd {
  padding-right: 25px;
}

.side-wrapper {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  float: right;
  border-left: 1px none rgba(0, 0, 0, 0.2);
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-section {
  position: relative;
  z-index: 999;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-color: #fff;
}

.nav-bar {
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: transparent;
}

.department-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0e2080;
  color: #fff;
  font-weight: 500;
}

.department-toggle:hover {
  overflow: hidden;
  color: #fff;
}

.department-toggle.w--open {
  border-radius: 6px;
  background-color: #0e2080;
  color: #fff;
}

.department-image {
  width: 30px;
  height: 20px;
  margin-right: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.just-arrived-section {
  display: block;
  padding: 20px 30px 25px;
}

.indulge-section {
  display: block;
  padding: 60px 30px;
}

.promo-section {
  display: block;
  padding: 60px 30px;
}

.brands-section {
  display: block;
  padding: 30px 30px 60px;
}

.divider-text {
  display: inline;
  margin-right: 10px;
  margin-left: 10px;
}

.recommended-section {
  display: block;
  padding: 20px 30px 25px;
}

.bot-bar {
  z-index: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0.85;
  color: #333;
  text-decoration: none;
}

.cart-link:hover {
  opacity: 1;
  color: #0e2080;
}

.menu-side-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  background-color: #fff;
}

.bot-wrapper {
  display: none;
}

.mobile-dropdown {
  border-style: solid solid none;
  border-width: 1px;
  border-color: #333;
}

.mobile-drop-link {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.mobile-drop-link:hover {
  border-bottom-color: hsla(0, 0%, 100%, 0.2);
  background-color: #333;
  color: #fd6b4d;
}

.mobile-drop-link.w--current {
  background-color: #333;
  color: #fd6b4d;
}

.nav-text {
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
}

.header-wrapper {
  display: none;
}

.grid-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-link {
  position: relative;
  display: block;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #084897;
  text-decoration: none;
  cursor: pointer;
}

.menu-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mobile-nav-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-drop-list.w--open {
  right: 0.01px;
  z-index: 1;
  background-color: transparent;
  color: #333;
}

.close-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  padding: 10px 17px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  opacity: 0.65;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
  text-decoration: none;
}

.close-link:hover {
  opacity: 1;
  text-decoration: none;
}

.search-wrapper {
  overflow: hidden;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  color: #0e2080;
}

.h2 {
  margin-top: 0px;
  font-size: 28px;
  line-height: 30px;
}

.h2.search {
  margin-bottom: 34px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
}

.h2.special {
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

.h2._404 {
  margin-bottom: 45px;
  color: #0e2080;
  font-size: 40px;
  line-height: 45px;
  font-weight: 300;
}

.h2.banner {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 1px none #000;
  font-size: 40px;
  line-height: 50px;
  text-shadow: 0 1px 6px rgba(51, 51, 51, 0.5);
}

.h2.heading-medium {
  font-size: 50px;
  line-height: 1.3em;
  font-weight: 300;
}

.h2.heading-small {
  font-size: 35px;
  line-height: 1.3em;
  font-weight: 300;
}

.search-form {
  display: block;
}

.close-link-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  padding: 10px 17px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
  opacity: 0.65;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
  text-decoration: none;
}

.close-link-2:hover {
  opacity: 1;
  text-decoration: none;
}

.search-popup-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  overflow: auto;
  height: 100vh;
  padding: 40px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333;
  opacity: 0.97;
  text-align: center;
}

.select-field {
  height: 60px;
  font-size: 18px;
}

.select-field.departments {
  margin-bottom: 27px;
}

.flex-search-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._80-wrapper {
  position: relative;
  width: 90%;
  height: auto;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

._80-wrapper.full {
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
}

._80-wrapper.smoke {
  display: none;
  padding: 40px 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #edfbfc;
}

.breadcrumb-trail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #0e2080;
  font-size: 13px;
  font-weight: 600;
}

.breadcrumb-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.breadcrumb-link {
  opacity: 0.7;
  color: #0e2080;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.breadcrumb-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.space-wrapper {
  margin-right: 10px;
  margin-left: 10px;
}

.current-breadcrumb-text {
  margin-bottom: 5px;
  color: #0e2080;
  font-weight: 500;
  text-decoration: underline;
}

.social-icon {
  width: 16px;
  opacity: 0.7;
}

.social-icon:hover {
  opacity: 1;
}

.social-icon.top {
  width: 14px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.sharel-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-wrapper {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.container-wrapper.special {
  width: 100%;
  padding: 50px;
  border-top: 4px solid #fe000a;
  border-radius: 8px;
  background-color: #0e2080;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.96)), to(rgba(14, 32, 128, 0.96))), url('/images/adult-chill-connection-450271.jpg');
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.96), rgba(14, 32, 128, 0.96)), url('/images/adult-chill-connection-450271.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  text-align: center;
}

.subheading-text {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.share-wrapper {
  display: none;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.6;
  font-size: 12px;
}

.share-wrapper:hover {
  opacity: 0.87;
}

.share-link {
  margin-left: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.page-image {
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.3)), to(rgba(14, 32, 128, 0.3))), url('/images/apartment-bookcase-chair-106936.jpg');
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.3), rgba(14, 32, 128, 0.3)), url('/images/apartment-bookcase-chair-106936.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
}

.section-wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-text {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.sub-text.center {
  text-align: center;
}

._50-wrapper {
  width: 50%;
}

.square-wrapper {
  width: 400px;
}

.button-wrapper {
  text-align: center;
}

.button-wrapper.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  padding-right: 6px;
  padding-left: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-wrapper.space {
  margin-top: 30px;
}

.button-wrapper.left {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: left;
}

.text-heading {
  margin-bottom: 20px;
  color: #0e2080;
  font-size: 18px;
  font-weight: 700;
}

.list-item {
  border-bottom: 1px dotted hsla(0, 0%, 100%, 0.2);
}

.list-item.internal {
  margin-bottom: 10px;
  border-bottom-style: none;
}

.in-text-link {
  color: #fe000a;
  font-weight: 600;
  text-decoration: none;
}

.text.list {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}

.text.bold {
  margin-bottom: 11px;
  font-size: 14px;
  font-weight: 700;
}

.list.internal {
  margin-bottom: 32px;
  padding-left: 20px;
}

.list.info {
  padding-left: 20px;
}

.tab-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.tab-menu.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tab-link {
  padding-right: 10px;
  padding-left: 10px;
  background-color: transparent;
  color: #0e2080;
}

.tab-link:hover {
  color: #fe000a;
}

.tab-link.w--current {
  background-color: transparent;
  color: #fe000a;
}

.icon-text {
  margin-right: 7px;
  font-family: 'Fa solid 900', sans-serif;
}

.pagination-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 40px;
  margin-right: 6px;
  margin-left: 6px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.3);
  border-radius: 6px;
  background-color: #fff;
  color: rgba(14, 32, 128, 0.3);
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
}

.pagination-link:hover {
  background-color: #0e2080;
  color: #fff;
}

.pagination-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sort-text {
  position: static;
  left: -200px;
  top: 89px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 60px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.65;
  font-size: 14px;
  font-weight: 600;
}

.tab-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.center-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  text-align: center;
}

.counter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-number {
  font-size: 13px;
}

.brand-text {
  display: none;
  margin-bottom: 20px;
}

.quantity-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-text {
  font-size: 15px;
  font-weight: 400;
  text-align: right;
}

.quantity-cart-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.8;
  color: #000;
}

.quantity-cart-wrapper.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 22px;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-label {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.text-label.checkbox {
  margin-top: 2px;
  margin-left: 5px;
  line-height: 12px;
}

.text-label.pickup {
  margin-bottom: 12px;
}

.text-label.special-2 {
  margin-bottom: 10px;
  opacity: 1;
  color: #333;
  font-size: 18px;
  font-weight: 400;
}

.details-wrapper {
  display: block;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
}

.minus-link {
  width: 10px;
  height: 10px;
  background-image: url('/images/play-button-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.brand-link {
  display: inline-block;
  margin-right: 10px;
  color: #fe000a;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.quantity-form-block {
  margin-bottom: 0px;
}

.quantity-field {
  overflow: hidden;
  width: 35px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: 0px;
  margin-left: 5px;
  padding: 0px 4px;
  border: 1px solid transparent;
  background-color: #fff;
  opacity: 0.8;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.quantity-field::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

.quantity-field:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

.quantity-field::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.9);
}

.quantity-field::placeholder {
  color: rgba(51, 51, 51, 0.9);
}

.quantity-field.list {
  width: 60px;
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #fff;
  font-size: 14px;
}

.lightbox-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reveal-wrapper {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(245, 243, 243, 0.7);
  border-radius: 6px;
  background-color: rgba(245, 243, 243, 0.1);
}

.quantity-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  background-color: #fff;
}

.serial-text {
  margin-bottom: 10px;
  font-size: 11px;
}

.serial-text.cart {
  margin-bottom: 5px;
  text-align: left;
}

.serial-text.email {
  font-size: 13px;
}

.plus-link {
  width: 10px;
  height: 10px;
  background-image: url('/images/play-button-1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.small-text {
  margin-right: 10px;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 600;
}

.faq-accordion-icon {
  position: relative;
  display: inline-block;
  margin-top: 3.5px;
  margin-right: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 9px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #0e2080;
  color: #fff;
}

.accordion-toggle.outline {
  border: 1px none #000;
  background-color: rgba(245, 243, 243, 0.4);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #0e2080;
}

.accordion-toggle.outline:hover {
  background-color: #f5f3f3;
}

.collapse-text {
  margin-top: -2px;
  font-family: 'Fa solid 900', sans-serif;
}

.accordion-item-wrapper {
  padding: 20px;
  text-align: left;
}

.accordion-list {
  position: relative;
  overflow: hidden;
  background-color: transparent;
}

.accordion-text {
  margin-top: 2px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}

.accordion-dropdown {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background-color: #fff;
}

.accordion-dropdown.light-border {
  overflow: hidden;
  border-style: solid;
  border-color: rgba(14, 32, 128, 0.07);
  border-radius: 6px;
}

.expand-text {
  position: absolute;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 15px;
  line-height: 15px;
}

._45-wrapper {
  width: 60%;
  padding-right: 30px;
}

._45-wrapper.right {
  padding-right: 0px;
  padding-left: 30px;
}

.header-text {
  margin-bottom: 15px;
  color: #0e2080;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}

.message-form {
  text-align: left;
}

.contact-link {
  color: #fe000a;
}

.grid-4 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.map {
  height: 450px;
  border-radius: 8px;
}

.promo-link {
  display: block;
  text-decoration: none;
}

.forgot-link {
  display: block;
  opacity: 0.7;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  text-decoration: none;
}

.forgot-link:hover {
  opacity: 1;
  color: #fe000a;
  text-decoration: underline;
}

.radio-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-box.remember {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-box.pickup {
  padding-left: 3px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.radio-box.pickup.end {
  margin-bottom: 0px;
}

.shadow-wrapper {
  min-height: 435px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 5px;
  background-color: rgba(245, 243, 243, 0.3);
}

.shadow-wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.shadow-wrapper.password-reset {
  min-height: 420px;
}

.icon {
  display: inline-block;
  margin-bottom: 20px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 23px;
  line-height: 23px;
  font-weight: 400;
}

.icon.large {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
}

.icon.large-2 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
}

.icon.pop {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 20px;
}

.icon.in-line {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1;
}

.message-text {
  margin-bottom: 15px;
}

.message-text.login-2 {
  text-transform: capitalize;
}

.grid-5 {
  position: relative;
  z-index: 1;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tile-link {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
  min-height: 180px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 6px;
  background-color: rgba(245, 243, 243, 0.3);
  color: #0e2080;
  text-decoration: none;
}

.tile-link:hover {
  background-color: #0e2080;
  color: #fff;
}

.tile-link.center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tile-link.preferences {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.tile-link.center-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.85);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: rgba(51, 51, 51, 0.75);
  text-align: center;
}

.tile-link.center-2:hover {
  background-color: #fff;
  color: #0e2080;
}

.tile-link.v2 {
  position: relative;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.85);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: rgba(51, 51, 51, 0.75);
}

.tile-link.v2:hover {
  background-color: #fff;
  color: #0e2080;
}

.indication-text {
  overflow: hidden;
  margin-bottom: 20px;
  opacity: 0.88;
}

.indication-text.limit {
  overflow: hidden;
}

.title-text {
  margin-bottom: 14px;
  font-size: 20px;
}

.title-text.bold {
  margin-right: 5px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.cta-text {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 14px;
}

.summary-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  margin-bottom: 46px;
  padding: 15px;
  border-radius: 5px;
  background-color: #f5f3f3;
}

.amount-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  text-align: right;
}

.amount-wrapper.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-weight: 700;
}

.amount-wrapper.left {
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.amount-wrapper.left.v2 {
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.amount-wrapper.item {
  float: none;
}

.amount-wrapper.v2 {
  display: block;
  float: none;
  text-align: right;
}

.amount-wrapper.discount {
  color: #fe000a;
  font-weight: 700;
}

.dollar-sign-text {
  display: inline-block;
  margin-right: 1px;
  float: none;
}

.dollar-sign-text.email {
  display: inline-block;
  float: none;
  color: #0e2080;
}

.dollar-sign-text.v2 {
  display: inline-block;
  float: none;
  text-align: right;
}

.divider-line-cart {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
  opacity: 0.5;
}

.note-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}

.note-text.italic {
  font-style: italic;
}

.note-text.mini {
  margin-top: -8px;
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 18px;
}

.note-text.special {
  font-style: italic;
  font-weight: 700;
}

.note-text.thin {
  font-weight: 400;
}

.note-text.spacial {
  margin-right: 10px;
  font-style: italic;
}

.note-text.small {
  font-size: 12px;
  font-style: italic;
}

.item-header-wrapper {
  margin-top: 40px;
  margin-bottom: 0px;
}

.item-header-wrapper.no-space {
  margin-top: 0px;
}

.cart-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wrapper.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper.divider {
  width: 1px;
  margin-right: 7px;
  margin-left: 7px;
  border-left: 2px solid rgba(51, 51, 51, 0.2);
}

.wrapper.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 700;
}

.wrapper.small {
  width: 200px;
}

.item-number-text {
  margin-right: 2px;
  color: #0e2080;
  font-size: 22px;
  line-height: 22px;
}

.invoice-link {
  opacity: 0.7;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.invoice-link:hover {
  color: #fe000a;
}

.cart-wrapper {
  display: block;
  padding-right: 30px;
}

.thick-divider-wrapper {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 30px;
  border-top: 4px solid rgba(51, 51, 51, 0.2);
}

.thick-divider-wrapper.bot {
  margin-top: 40px;
}

.grid-6 {
  margin-bottom: 46px;
  padding-bottom: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}

.grid-6.last {
  border-bottom-style: none;
}

.mini-flex-wrapper {
  display: block;
  width: 80%;
  float: none;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.title-link {
  color: #0e2080;
  line-height: 25px;
  text-decoration: none;
}

.title-link:hover {
  color: #fe000a;
}

.title-link.email {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.remove-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.remove-link-wrapper.right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.remove-link {
  opacity: 0.68;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.remove-link:hover {
  color: #fe000a;
}

.payment-text {
  margin-right: 10px;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 400;
}

.payment-text.card-name {
  margin-right: 0px;
  opacity: 1;
  font-weight: 700;
}

.payment-text.card-name.preference {
  margin-bottom: 5px;
  font-weight: 400;
}

.payment-text.name {
  margin-right: 0px;
  opacity: 1;
  font-weight: 700;
}

.payment-text.mask-card-number {
  margin-right: 0px;
  opacity: 1;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.payment-text.mask-card-number.preference {
  font-weight: 400;
}

.payment-wrapper {
  width: auto;
  min-height: 160px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.07);
  border-radius: 5px;
  background-color: rgba(245, 243, 243, 0.3);
  cursor: pointer;
}

.payment-wrapper:hover {
  border-color: rgba(254, 0, 10, 0.6);
}

.payment-wrapper.default {
  border-color: #fe000a;
  background-color: #0e2080;
  color: #fff;
}

.payment-wrapper.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e2080;
  text-align: left;
  text-decoration: none;
}

.payment-wrapper.new:hover {
  background-color: #0e2080;
  color: #fff;
}

.payment-wrapper.spaced {
  margin-bottom: 30px;
  border-color: rgba(254, 0, 10, 0.6);
}

.separating-wrapper {
  margin-bottom: 45px;
}

.separating-wrapper.hidden {
  display: none;
}

.separating-wrapper.pop {
  overflow: hidden;
  padding: 20px;
  border-radius: 5px;
  background-color: #f5f3f3;
  box-shadow: 0 18px 17px -16px rgba(51, 51, 51, 0.5);
}

.primary-text {
  float: left;
  color: #fe000a;
  font-size: 13px;
  font-weight: 600;
}

.grid-7 {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7.hide {
  display: none;
}

.card-wrapper {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 5px;
  background-color: rgba(245, 243, 243, 0.3);
}

.card-wrapper.normal {
  margin-bottom: 13px;
  padding: 0px;
  border-style: none;
  background-color: transparent;
}

.col-wrapper {
  margin-bottom: 15px;
  padding-right: 6px;
  padding-left: 6px;
}

.s-field {
  height: 45px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.07);
  border-radius: 4px;
  background-color: rgba(245, 243, 243, 0.4);
}

.s-field.light {
  background-color: hsla(0, 0%, 100%, 0.97);
}

.s-field.v-2 {
  max-width: 200px;
  margin-bottom: 6px;
  margin-left: 9px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.07);
  background-color: rgba(245, 243, 243, 0.4);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #0e2080;
}

.s-field.v-2:hover {
  background-color: #333;
  color: #fff;
}

.s-field.v-3 {
  max-width: 200px;
  margin-bottom: 5px;
  margin-left: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.07);
  background-color: rgba(245, 243, 243, 0.4);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #0e2080;
}

.s-field.v-3:hover {
  background-color: #0e2080;
  color: #fff;
}

.card-form-wrapper {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 5px;
  background-color: rgba(245, 243, 243, 0.3);
}

.cancel {
  display: block;
  margin-top: 15px;
  float: right;
  opacity: 0.7;
  color: rgba(51, 51, 51, 0.5);
  font-size: 16px;
  text-decoration: none;
}

.cancel:hover {
  opacity: 1;
  color: #fe000a;
  text-decoration: none;
}

.address-form-wrapper {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 5px;
  background-color: rgba(245, 243, 243, 0.3);
}

.address-wrapper {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 5px;
  background-color: rgba(245, 243, 243, 0.3);
}

.cont-wrapper {
  margin-bottom: 30px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 5px;
  background-color: rgba(245, 243, 243, 0.3);
}

.checkbox-field {
  margin-bottom: 15px;
}

.checkbox-field.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-text {
  margin-right: 29px;
  margin-bottom: 3px;
  opacity: 0.7;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.info-text.name {
  margin-right: 0px;
  opacity: 1;
  font-weight: 700;
  text-align: right;
}

.info-text.name.preference {
  margin-bottom: 8px;
  text-align: center;
}

.info-text.name.heading {
  margin-bottom: 0px;
  text-align: center;
}

.info-text.city {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
}

.info-text.city {
  margin-right: 0px;
  margin-bottom: 0px;
  opacity: 1;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.info-text.country {
  margin-right: 0px;
  opacity: 1;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.info-text.email {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
}

.info-text.email.preference {
  margin-right: 0px;
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.info-text.address {
  overflow: hidden;
  margin-right: 0px;
  opacity: 1;
  font-weight: 700;
  text-align: right;
}

.info-text.preference {
  margin-right: 0px;
  opacity: 1;
  font-weight: 400;
  text-align: center;
}

.alert-text {
  color: #0e2080;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.grid-8 {
  margin-bottom: 35px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.change-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.change-wrapper.edit {
  display: block;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.edit-link {
  float: right;
  color: #0e2080;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.edit-link:hover {
  color: #fe000a;
  text-decoration: line-through;
}

.edit-link.light {
  color: #333;
}

.edit-link.light.hidden {
  display: none;
}

.edit-link.default {
  color: #fff;
}

.shipping-address-wrapper {
  width: auto;
  min-height: 225px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.07);
  border-radius: 5px;
  background-color: rgba(245, 243, 243, 0.3);
  cursor: pointer;
}

.shipping-address-wrapper:hover {
  border-color: rgba(254, 0, 10, 0.6);
}

.shipping-address-wrapper.default {
  border-color: rgba(254, 0, 10, 0.6);
  background-color: #0e2080;
  color: #fff;
}

.shipping-address-wrapper.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0e2080;
  text-decoration: none;
}

.shipping-address-wrapper.new:hover {
  background-color: #0e2080;
  color: #fff;
}

.shipping-address-wrapper.spaced {
  margin-bottom: 30px;
}

.local {
  color: #fff;
}

.number-text {
  opacity: 0.85;
}

.status-text {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 600;
}

.status-text.location {
  margin-right: 5px;
  font-size: 15px;
}

.return-text {
  margin-bottom: 20px;
  font-size: 12px;
}

.order-history-wrapper {
  display: block;
  padding-right: 30px;
}

.buy-link {
  opacity: 0.68;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.buy-link:hover {
  color: #fe000a;
}

.period-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-text {
  margin-right: 15px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.period-field {
  margin-bottom: 0px;
}

.saved-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.saved-item-wrapper {
  display: block;
}

.seperation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.seperation-wrapper.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.seperation-wrapper.vert {
  display: block;
  margin-bottom: 0px;
}

.mobile-wrapper {
  display: none;
}

.radio-form {
  margin-bottom: 0px;
  float: left;
}

.radio-button {
  margin-top: 0px;
  margin-right: 6px;
  margin-left: 0px;
}

.radio-button.pickup {
  margin-top: 2px;
}

.radio-button.no-marign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.loyalty-card-section {
  display: block;
  padding: 20px 30px 40px;
}

.checkbox {
  margin-top: 5px;
  margin-right: 6px;
  margin-left: 0px;
}

.checkbox.large {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: -20px;
}

.checkbox.special {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.instuct-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-term-text {
  color: #0e2080;
}

.popup-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  overflow: auto;
  height: 100vh;
  padding: 60px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.g-wrapper {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.divider-wrapper {
  margin-top: -30px;
  margin-right: -30px;
  margin-left: -30px;
  padding: 15px 30px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

.divider-wrapper.close {
  margin-bottom: 23px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
}

.x-link {
  opacity: 0.64;
  color: #333;
  text-decoration: none;
}

.x-link:hover {
  opacity: 0.7;
  color: #fe000a;
}

.unordered-list {
  padding-left: 20px;
}

.grid-11 {
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.caution-text {
  margin-top: 25px;
  opacity: 0.76;
  font-size: 14px;
}

.asterisk-text {
  opacity: 1;
  font-size: 19px;
  font-weight: 900;
}

.utitlity-wrapper {
  display: block;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

._404-image {
  width: 30%;
  margin-bottom: 30px;
  color: #0e2080;
}

.direct-text {
  margin-bottom: 30px;
}

.mobile-only-wrapper {
  display: none;
}

.radio-label {
  line-height: 16px;
}

.pickup-location-text {
  color: #fe000a;
  font-weight: 400;
}

.pickup-location-text.order-confirm {
  font-size: 17px;
}

.qty-text {
  margin-right: 10px;
}

.qty-number-text {
  float: left;
  color: #0e2080;
  font-weight: 700;
}

.qty-number-text.inemail {
  float: right;
  text-align: right;
}

.qty-number-text.inemail.v2 {
  float: none;
}

.order-text {
  margin-bottom: 18px;
}

.order-id-link {
  color: #0e2080;
  text-decoration: none;
}

.order-id-link:hover {
  color: #fe000a;
}

.location-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.name-text {
  margin-bottom: 14px;
  font-size: 20px;
}

.name-text.bold {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.filter-dropdown {
  width: 100%;
  margin-bottom: 0px;
  border-radius: 6px;
}

.filter-text {
  padding: 5px 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #0e2080;
  border-radius: 6px;
  background-color: transparent;
  color: #0e2080;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.filter-text:hover {
  background-color: #0e2080;
  color: #fff;
}

.filter-list {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 6px;
  background-color: transparent;
}

.filter-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #0e2080;
  text-align: center;
}

.department-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 3;
  -webkit-flex: 3 32%;
  -ms-flex: 3 32%;
  flex: 3 32%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.2);
  border-radius: 6px;
  color: #333;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.department-link:hover {
  background-color: #0e2080;
  color: #fff;
}

.department-link.v2 {
  display: block;
  margin-right: 0%;
  margin-bottom: 0%;
}

.filter-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 35px 20px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  background-color: #f5f3f3;
}

.grid-12 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.quantity-wrapper-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.05);
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.update-cart-link {
  display: block;
  margin-top: 9px;
  color: rgba(51, 51, 51, 0.9);
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.update-cart-link:hover {
  color: #fe000a;
}

.section-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1001;
  display: block;
  overflow: hidden;
  width: 80%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 0px 0px 6px 6px;
  background-color: #fe000a;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.text-block {
  display: inline;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}

.alert-icon {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 13px;
}

.flex-wrapper-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-wrapper-items.mini-text {
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opacity: 0.8;
  font-size: 14px;
}

.flex-wrapper-items.mini-text.total-order {
  margin-bottom: 20px;
  padding-bottom: 3px;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
  color: #fe000a;
}

.bold-text-2 {
  color: #fe000a;
  text-transform: capitalize;
}

.rich-text-block {
  margin-bottom: 30px;
}

.wide {
  width: 90%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0px;
  background-color: transparent;
}

.wide._90 {
  width: 90%;
}

.success {
  background-color: transparent;
}

.colum-wrapper {
  -webkit-column-count: 2;
  column-count: 2;
}

.swatch-wrapper {
  display: block;
  width: 100%;
}

.error {
  color: #111;
}

.unique {
  display: inline-block;
  margin-right: 2px;
  padding-right: 6px;
  padding-left: 6px;
  background-color: #0e2080;
  color: #fff;
  text-transform: uppercase;
}

.space {
  margin-bottom: 30px;
}

.title {
  overflow: hidden;
  margin-bottom: 10px;
  color: #0e2080;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.half-wrapper {
  display: block;
  width: 100%;
}

.swatch {
  width: 50px;
  height: 50px;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  border: 4px solid #fff;
  border-radius: 100px;
  background-color: #0e2080;
  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.swatch.color-2 {
  background-color: #333;
}

.swatch.color-1 {
  background-color: #fe000a;
}

.swatch.color-3 {
  background-color: #fe921b;
}

.serv-wrapper {
  padding: 20px;
}

.image-wrapper {
  overflow: hidden;
  width: 240px;
  height: 200px;
  border-radius: 6px;
}

.summary-text {
  overflow: hidden;
  max-height: 100px;
}

.service-link {
  display: block;
  overflow: hidden;
  margin-bottom: 56px;
  border-radius: 6px;
}

.service-link:hover {
  background-color: rgba(245, 243, 243, 0.7);
}

.service-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #000;
  font-weight: 400;
}

.thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.conternt-wrapper {
  margin-bottom: 35px;
}

.page-image-wrapper {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 6px;
}

.page-image-wrapper.large {
  height: 500px;
}

.generic-overlay-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(51, 51, 51, 0.7);
}

.generic-overlay-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.grid-1 {
  margin-bottom: 50px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.date-text {
  margin-bottom: 7px;
  opacity: 0.6;
  color: #333;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}

.generic-link {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 240px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #fff;
}

.download-grid {
  grid-row-gap: 30px;
}

.document-link {
  display: block;
  padding: 20px;
  border-style: solid;
  border-width: 1px 1px 5px;
  border-color: rgba(13, 32, 128, 0.1) rgba(13, 32, 128, 0.1) rgba(14, 32, 128, 0.3);
  border-radius: 6px;
  background-color: transparent;
  opacity: 1;
}

.document-link:hover {
  border-bottom-color: rgba(8, 72, 151, 0.7);
  background-color: rgba(245, 243, 243, 0.7);
  opacity: 0.9;
}

.document-title {
  overflow: hidden;
  max-height: 46px;
  min-height: 46px;
  margin-bottom: 20px;
  color: #0e2080;
  font-size: 18px;
  line-height: 23px;
}

.download-text {
  opacity: 0.44;
  color: #333;
  text-align: right;
}

.gallery-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
}

.gallery-overlay:hover {
  background-color: rgba(51, 51, 51, 0.7);
}

.item-title {
  overflow: hidden;
  max-height: 90px;
  font-size: 20px;
  line-height: 29px;
}

.camera-text-icon {
  margin-top: 10px;
  opacity: 0.6;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
}

.light-img-wrapper {
  position: relative;
  width: 100%;
  height: 270px;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0px;
  border-radius: 5px;
}

.gallery-grid {
  margin-bottom: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-wrapper {
  margin-bottom: 75px;
}

.faq-title {
  margin-bottom: 20px;
  color: #0e2080;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.author-title {
  margin-left: 3px;
  font-size: 14px;
  font-weight: 700;
}

.right-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 4px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-img {
  width: 50px;
  margin-right: 2px;
  margin-left: 2px;
  border-radius: 3px;
}

.card-img._2 {
  width: 45px;
  border-style: none;
}

.card-img._1 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.97);
}

.currency-text {
  margin-right: 5px;
  color: #333;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.currency-text.stack {
  margin-right: 0px;
  margin-bottom: 5px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  line-height: 12px;
}

.currency-text.stack.light {
  color: #fff;
}

.currency-text.side {
  margin-top: 3px;
  margin-right: 5px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  line-height: 12px;
}

.price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.price-wrap.checkout {
  margin-bottom: 10px;
}

.list-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.grid-13 {
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.history-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 75px;
  background-color: rgba(51, 51, 51, 0.06);
}

.loyalty-points-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  min-height: 180px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.97);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #0e2080;
  text-decoration: none;
}

.loyalty-points-wrap:hover {
  background-color: #fff;
  color: #0e2080;
}

.grid-14 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.points-text {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.mini-card-wrapper {
  width: 245px;
  height: 135px;
}

.grid-15 {
  margin-bottom: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.in-store-only {
  margin-bottom: 12px;
  color: #fe000a;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.instock {
  margin-bottom: 12px;
  margin-left: 25px;
  font-size: 15px;
}

.stock-number {
  font-weight: 700;
}

.email-bg-wrapper {
  display: block;
  height: auto;
  padding: 40px 30px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f8fa;
}

.email-wrapper {
  margin-bottom: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.15);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: none;
}

.div-block-125 {
  width: 600px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.image-30 {
  width: 150px;
  margin-bottom: 30px;
}

.email-company-divider {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.1);
}

.email-company-divider.no-space {
  margin-bottom: 20px;
}

.right-para {
  text-align: left;
}

.right-para.light {
  opacity: 1;
  color: #fff;
}

.dear-h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 300;
  text-align: left;
}

.dear-h4.black-bold {
  font-size: 20px;
  font-weight: 700;
}

.email-red-button-full {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 6px;
  background-color: #0e2080;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.email-red-button-full:hover {
  background-color: #fe921b;
  color: #333;
}

.email-label-text {
  color: #fff;
}

.email-label-text.dark {
  width: 150px;
  float: left;
  color: #333;
  font-weight: 700;
  text-align: left;
}

.email-label-text.dark.e-tot {
  float: left;
  color: #0e2080;
}

.email-label-text.dark.e-tot.v2 {
  float: none;
}

.email-label-text.dark.v2 {
  float: none;
  text-align: left;
}

.email-label-text.dark {
  color: #333;
}

.email-label-text.dark-comments {
  width: auto;
  margin-bottom: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #333;
  font-weight: 700;
  text-align: left;
}

.currency-label {
  display: inline-block;
  margin-right: 1px;
  float: none;
}

.currency-label.email {
  display: inline-block;
  float: none;
  color: #0e2080;
  font-size: 12px;
}

.e-paymethod {
  max-width: 340px;
  float: right;
  color: #0e2080;
  font-weight: 700;
  text-align: left;
}

.e-paymethod.v2 {
  float: none;
  text-align: right;
}

.e-ordernum {
  max-width: 340px;
  float: right;
  color: #0e2080;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.e-ordernum.v2 {
  float: none;
  text-align: right;
}

.e-wirename {
  max-width: 340px;
  float: right;
  color: #0e2080;
  font-weight: 700;
  text-align: left;
}

.e-wirename.v2 {
  float: none;
  text-align: right;
}

.e-bandaddress {
  max-width: 340px;
  float: right;
  color: #0e2080;
  font-weight: 700;
  text-align: right;
}

.e-bandaddress.v2 {
  float: none;
  text-align: right;
}

.e-amount-text {
  float: left;
}

.e-amount-text.email {
  display: inline-block;
  float: none;
  color: #0e2080;
  font-weight: 700;
}

.e-orderstatus {
  max-width: 340px;
  float: right;
  color: #0e2080;
  font-weight: 700;
  text-align: left;
}

.e-orderstatus.v2 {
  float: none;
  text-align: right;
}

.e-payee-bank {
  max-width: 340px;
  float: right;
  color: #0e2080;
  font-weight: 700;
  text-align: left;
}

.e-payee-bank.v2 {
  float: none;
  text-align: right;
}

.e-comments {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 14.5px;
  text-align: left;
  letter-spacing: 0.5px;
}

.e-subtotal {
  display: inline-block;
  float: none;
}

.e-total {
  display: inline-block;
  float: none;
  color: #0e2080;
  font-weight: 900;
}

.e-pickup-location {
  max-width: 340px;
  float: right;
  color: #0e2080;
  font-weight: 700;
  text-align: left;
}

.e-pickup-location.v2 {
  float: none;
  text-align: right;
}

.e-pickup-location.v2.v2bold {
  max-width: none;
  color: #ff0;
  font-size: 20px;
  text-align: left;
}

.billing-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.8;
  font-size: 16px;
}

.billing-wrapper.email-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opacity: 0.8;
  font-size: 16px;
}

.e-title {
  margin-bottom: 20px;
  color: #0e2080;
  font-weight: 900;
}

.e-title.dark {
  color: #333;
  text-align: left;
}

.e-add-name {
  float: right;
}

.e-add-name.v2 {
  float: none;
  text-align: right;
}

.e-add-1 {
  float: right;
}

.e-add-1.v2 {
  float: none;
  text-align: right;
}

.e-add-2 {
  float: right;
}

.e-add-2.v2 {
  float: none;
  text-align: right;
}

.e-add-city {
  float: right;
}

.e-add-city.v2 {
  float: none;
  text-align: right;
}

.e-add-state {
  float: right;
}

.e-add-zip {
  float: right;
}

.e-add-zip.v2 {
  float: none;
  text-align: right;
}

.e-add-country {
  float: right;
}

.e-add-country.v2 {
  float: none;
  text-align: right;
}

.email-company-divider-bold {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.07);
}

.email-company-divider-bold.v2 {
  margin-bottom: 20px;
}

.email-title-link {
  color: #0e2080;
  text-align: left;
  text-decoration: none;
}

.email-title-link:hover {
  color: #fe000a;
}

.email-pro-item-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.05);
  border-radius: 6px;
  background-color: rgba(244, 248, 250, 0.5);
  text-align: left;
}

.email-pro-item-wrapper.highlight {
  background-color: #fff;
}

.email-flex-wrapper {
  display: block;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.date-day {
  display: inline-block;
  color: #333;
  font-size: 13px;
}

.date-dash {
  display: inline-block;
  margin-right: 6px;
  margin-left: 6px;
  color: rgba(51, 51, 51, 0.9);
  font-size: 13px;
}

.date-month {
  display: inline-block;
  color: #333;
  font-size: 13px;
  text-transform: uppercase;
}

.date-year {
  display: inline-block;
  color: #333;
  font-size: 13px;
}

.div-block-126 {
  margin-bottom: 20px;
  padding: 6px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebe9e9;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.grid-17 {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-areas: ". . . . ."
    ". . . . Area";
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
}

.logo-image-2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 110px;
  max-width: none;
  float: none;
}

.ft-title-2 {
  margin-bottom: 20px;
  font-size: 18px;
  text-transform: uppercase;
}

.bold-text-3 {
  color: #fe921b;
  font-weight: 700;
}

.ft-links-2 {
  display: block;
  margin-bottom: 10px;
  border: 1px none #000;
  opacity: 0.8;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.ft-links-2:hover {
  border: 1px none #000;
  opacity: 1;
  color: #fe921b;
  text-decoration: none;
}

.store-name {
  color: #fe000a;
  font-size: 17px;
  font-weight: 700;
}

.store-name.left {
  float: left;
}

.store-name.left.v2 {
  float: none;
  text-align: right;
}

.title-h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.date-label {
  margin-right: 10px;
  float: left;
  font-weight: 400;
  text-align: left;
}

.date-label.v2 {
  float: none;
  text-align: left;
}

.date-flex-wrapper {
  display: block;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  text-align: left;
}

.item-name {
  overflow: hidden;
  max-height: 42px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  color: #0e2080;
  font-size: 18px;
  line-height: 21px;
}

.title-item {
  margin-bottom: 5px;
}

.order-num-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.8;
  font-size: 16px;
}

.order-num-wrap.email-text {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opacity: 0.8;
  font-size: 16px;
  text-align: right;
}

.email-order-num-title {
  margin-right: 10px;
  float: left;
  color: #333;
  font-size: 15px;
}

.email-order-num-title.v2 {
  float: none;
  text-align: left;
}

.email-qty-num {
  max-width: 340px;
  margin-bottom: 5px;
  color: #0e2080;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

.email-qty-num.v2 {
  float: none;
  text-align: right;
}

.customer {
  max-width: 340px;
  float: right;
  opacity: 1;
  color: #0e2080;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.customer.v2 {
  float: none;
  text-align: right;
}

.cutomer-title {
  margin-right: 10px;
  float: left;
  color: #333;
  font-size: 15px;
}

.cutomer-title.v2 {
  float: none;
  text-align: left;
}

.request-date {
  float: right;
  color: #0e2080;
  font-weight: 700;
}

.request-date.v2 {
  float: none;
  text-align: right;
}

.email-order-total-title {
  margin-right: 10px;
  float: left;
  color: #333;
  font-size: 15px;
}

.email-order-total-title.v2 {
  float: none;
  text-align: left;
}

.email-order-total-title.v3 {
  margin-right: 5px;
  float: none;
  color: hsla(0, 0%, 100%, 0.97);
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.right-qty-wrapper {
  float: right;
}

.right-qty-wrapper.v2 {
  float: none;
  text-align: right;
}

.left-item-wrapper {
  float: left;
}

.left-item-wrapper.v2 {
  float: none;
}

.highlight-wrapper {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 6px;
  background-color: #0e2080;
}

.source {
  color: #fe921b;
  font-size: 17px;
  font-weight: 700;
}

.grey-wrapper {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 15px;
  border-radius: 6px;
  background-color: rgba(245, 243, 243, 0.5);
}

.grey-wrapper.disclaimer {
  overflow: hidden;
  margin-bottom: 50px;
  padding: 25px;
  background-color: #f5f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.05)), to(rgba(14, 32, 128, 0.05)));
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.05), rgba(14, 32, 128, 0.05));
}

.request-time {
  float: left;
  color: #0e2080;
  font-weight: 700;
}

.request-time.v2 {
  display: inline-block;
  float: none;
}

.meri-text {
  float: left;
  color: #0e2080;
  font-weight: 700;
}

.meri-text.v2 {
  display: inline-block;
  margin-left: 2px;
  float: none;
}

.mobile-pagi-wrapper {
  display: none;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.highlight-source {
  color: #ff0;
  font-size: 17px;
  font-weight: 700;
}

.department-breadcrumb {
  opacity: 0.7;
  color: #0e2080;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
}

.department-breadcrumb:hover {
  opacity: 1;
  text-decoration: underline;
}

.div-block-128 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.email-col {
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
}

.item-cols {
  margin-right: -10px;
  margin-bottom: 10px;
  margin-left: -10px;
}

.align-right {
  text-align: right;
}

.out-of-stock {
  margin-bottom: 12px;
  margin-left: 25px;
  color: #fe000a;
  font-size: 15px;
  font-weight: 700;
}

.ft-title-card {
  margin-bottom: 5px;
  color: #fe921b;
  font-size: 16px;
  text-transform: capitalize;
}

.promo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo-img.tablet {
  display: none;
}

.promo-img.mobile {
  display: none;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 6px;
  background-color: #0e2080;
}

.note-box {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e4e4;
  border-radius: 6px;
  background-color: #f5f3f3;
}

.covid-note-text {
  color: #d50008;
  line-height: 1.9;
  font-weight: 700;
  text-align: left;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  background-color: #0e2080;
  font-family: 'Fa brands 400', sans-serif;
  font-size: 32px;
  line-height: 20px;
}

.social:hover {
  background-color: #0e2080;
  color: hsla(0, 0%, 100%, 0.97);
}

.div-block-129 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 120px;
  margin-bottom: 20px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 6px;
}

.div-block-129.linked:hover {
  background-color: rgba(245, 243, 243, 0.3);
}

.txt-note {
  color: #333;
  font-weight: 400;
}

.linkwrapper-txt {
  overflow: hidden;
  max-height: 42px;
  margin-top: 0px;
  margin-bottom: 6px;
  padding-right: 0px;
  color: #0e2080;
  font-size: 18px;
  line-height: 21px;
}

.div-block-130 {
  padding: 15px;
  border-radius: 6px;
  background-color: rgba(51, 51, 51, 0.2);
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.disclaimer {
  opacity: 1;
  color: #333;
  font-size: 14px;
  line-height: 23px;
}

.disclaimer.note {
  margin-bottom: 20px;
}

.disclaimer.top {
  margin-bottom: 0px;
  font-size: 13.5px;
}

.disclaimer.no-margin {
  margin-bottom: 0px;
}

.header {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  color: rgba(51, 51, 51, 0.5);
  font-size: 25px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

.header.no-underline {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
  text-align: left;
}

.header.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.no-border {
  margin-bottom: 10px;
  padding-top: 15px;
  border-bottom-style: none;
}

.email-img-wrapper {
  overflow: hidden;
  border-radius: 6px;
}

.img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.img.top {
  opacity: 1;
  mix-blend-mode: normal;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.email-welcome-msg {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #333;
  font-size: 21px;
  line-height: 31px;
  font-weight: 400;
  letter-spacing: 0px;
}

.email-welcome-msg.second {
  margin-top: 0px;
  margin-bottom: 30px;
}

.center-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.now-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-img-wrap {
  position: relative;
  width: 205px;
}

.center-col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-col-wrapper.op {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

.right-col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-col-wrapper.op {
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.right-img-wrap {
  width: 160px;
}

.right-img-wrap.department-dropdown {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-img-wrap {
  width: 110px;
}

.email-msg {
  margin-bottom: 30px;
  opacity: 1;
  color: #333;
  font-size: 14px;
  line-height: 23px;
  text-align: left;
}

.thank-text-wrapper {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(51, 51, 51, 0.3);
  color: #0e2080;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.order-status {
  max-width: 340px;
  color: #0e2080;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
}

.status-col {
  margin: 20px -10px 10px;
}

.status-label {
  margin-right: 10px;
  color: #333;
  font-size: 14px;
  text-align: left;
}

.email-qty-label {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  text-align: right;
}

.sku-label {
  margin-right: 5px;
  float: left;
  color: #333;
  font-size: 13px;
  font-weight: 700;
}

.sku-num {
  float: left;
  font-size: 13px;
  font-weight: 700;
}

.email-product-title {
  max-width: 340px;
  margin-bottom: 5px;
  color: #0e2080;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
}

.email-product-col {
  margin-right: -10px;
  margin-left: -10px;
}

.email-product-list-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}

.item-price-label {
  margin-right: 10px;
  color: #333;
  font-size: 14px;
  text-align: left;
}

.item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.item-price.v2 {
  display: block;
  float: none;
  font-size: 13px;
  text-align: right;
}

.policy-col {
  margin-right: -10px;
  margin-left: -10px;
}

.email-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.preloader {
  position: fixed;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  text-align: center;
}

.preloader-embed {
  width: 50%;
  margin: 20px auto;
}

.preloader-text {
  display: inline;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
}

.preloader-content-wrapper {
  position: static;
  left: 0%;
  top: 46%;
  right: 0%;
  bottom: auto;
  opacity: 1;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.preloader-logo-wrapper {
  width: 160px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.discount-tag-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-wrap {
  margin-bottom: 30px;
}

.minimum-note {
  font-size: 14px;
  font-style: italic;
}

.checkout-discount-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.8;
  font-size: 16px;
}

.checkout-discount-wrapper.mini-text {
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  opacity: 0.8;
  font-size: 14px;
}

.promo-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-20 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bold-red {
  color: #fe000a;
}

.top-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  background-color: #f5f3f3;
}

.up-arrow {
  font-size: 20px;
  line-height: 19px;
}

.menu-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #f5f5f5;
}

.specials-wrapper {
  position: relative;
  overflow: hidden;
}

.dd-icon {
  margin-right: 0px;
  font-size: 16px;
}

.dropdown-list.w--open {
  overflow: hidden;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #0e2080;
  border-radius: 5px;
  background-color: #0e2080;
}

.test-drop-link {
  margin-bottom: 1px;
  color: #fff;
}

.test-drop-link:hover {
  background-color: #fff;
}

.test-drop-link.w--current {
  background-color: #fff;
  color: #fe000a;
}

.survay-content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 60%;
  max-height: 100%;
  padding: 40px 20px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(10, 38, 93, 0.13);
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 13px 0 rgba(51, 51, 51, 0.3);
  color: #333;
}

.header-grid {
  display: none;
  margin-bottom: 28px;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 130px 1fr;
  grid-template-columns: 130px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.alert-heading {
  margin-bottom: 10px;
  color: rgba(51, 51, 51, 0.8);
  text-align: right;
}

.popup-logo-wrapper {
  display: inline-block;
  width: 100px;
}

.servay-divider {
  display: none;
  height: 1px;
  margin-bottom: 35px;
  background-color: #333;
  opacity: 0.25;
}

.alert-para {
  margin-bottom: 0px;
  color: rgba(51, 51, 51, 0.8);
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}

.survay-popup-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  overflow: auto;
  height: 100vh;
  padding: 60px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.survay-close-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.survay-close-link {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  padding: 15px;
  border-bottom-left-radius: 4px;
  opacity: 0.65;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-weight: 900;
  text-decoration: none;
}

.survay-close-link:hover {
  opacity: 1;
  text-decoration: none;
}

.survay-close-link.mob-btn {
  display: none;
}

.rich-text-element {
  background-color: #fff;
}

.banner-link-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-link-img.mobile {
  display: none;
}

.banner-link-img.tablet {
  display: none;
}

.depart-sum-wrapper {
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  opacity: 1;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
}

.reduced-tag {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 130px;
  margin: -15px auto 0px;
  padding: 6px 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px none transparent;
  border-radius: 3px;
  background-color: #fe000a;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.reduced-tag.internal {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 700;
}

.testimonial-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 5px solid rgba(254, 0, 10, 0.2);
  border-radius: 10px;
  background-color: rgba(245, 243, 243, 0.4);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #333;
  text-decoration: none;
}

.testimonial-wrapper:hover {
  background-color: #f5f3f3;
  color: #333;
}

.mini-block-quote {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px;
  border-left-style: none;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

.author-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.quote-icon-wrapper {
  position: relative;
  width: 10%;
  margin-bottom: 6px;
  padding-top: 0px;
  opacity: 0.06;
}

.quote-icon-wrapper.internal {
  width: 4%;
}

.quote-icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-wrap {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.dash-text {
  font-weight: 700;
}

.testi-grid-internal {
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.authur-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fe921b;
  color: #fff;
  font-weight: 400;
}

.initial-text {
  display: inline-block;
  font-size: 25px;
  line-height: 30px;
}

.author-img {
  position: absolute;
}

.back-link {
  display: inline-block;
  margin-top: 36px;
  opacity: 0.4;
  color: #333;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.back-link:hover {
  opacity: 0.8;
  color: #333;
}

.top-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fa solid 900', sans-serif;
  text-align: center;
}

.menu-mobile-grid {
  display: none;
}

.alert-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.alert-close:hover {
  background-color: rgba(51, 51, 51, 0.2);
}

.countdown-section {
  display: block;
  overflow: hidden;
  height: 0px;
  padding: 0px;
}

.js-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-clock.dark {
  margin-top: 0px;
  color: #333;
}

.countdown-wrapper {
  position: static;
  left: 8%;
  top: 8%;
  right: 8%;
  bottom: 8%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.timer-number {
  font-size: 80px;
  line-height: 70px;
}

.timer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
}

.timer-label {
  margin-top: 10px;
  margin-right: -5px;
  color: #b1b1b1;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.sale-headin {
  margin-top: 0px;
  color: #fe921b;
  font-size: 60px;
  line-height: 1;
  font-style: italic;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hide-link {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 6px;
  background-color: #fff;
  opacity: 0.45;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #333;
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
}

.hide-link:hover {
  opacity: 1;
  color: #333;
}

.padding-wrapper {
  display: block;
  padding: 60px 30px;
  border-top: 4px solid #fe000a;
  background-color: #0e2080;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.9)), to(rgba(14, 32, 128, 0.9))), url('/images/041421_ego_bg.jpg');
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.9), rgba(14, 32, 128, 0.9)), url('/images/041421_ego_bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.show-time-btn {
  display: none;
  overflow: hidden;
  padding-top: 7px;
  padding-right: 15px;
  padding-bottom: 7px;
  background-color: #0e2080;
  opacity: 0.5;
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 20px;
}

.show-time-btn:hover {
  opacity: 1;
  color: #fe921b;
}

.timer-btn-wrap {
  text-align: center;
}

.text-span {
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.timer-group {
  margin-bottom: 20px;
}

.mobile-menu-wrapper {
  display: none;
}

.department-banner {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  border-style: none none solid;
  border-width: 1px 1px 4px;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #0e2080;
  border-radius: 6px;
  box-shadow: 0 0 9px 0 rgba(51, 51, 51, 0.2);
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  color: #333;
  text-decoration: none;
}

.department-banner:hover {
  border-bottom-color: #fe921b;
}

.banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tier-2-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}

.tier-2-link:hover {
  padding-left: 30px;
  background-color: rgba(51, 51, 51, 0.05);
  color: #0e2080;
}

.tier-2-link.w--current {
  border-bottom-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
}

.drop-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
  -webkit-transition: background-color 300ms ease, padding 300ms ease;
  transition: background-color 300ms ease, padding 300ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.drop-link:hover {
  padding-left: 30px;
  background-color: rgba(51, 51, 51, 0.05);
  color: #0e2080;
}

.drop-link.w--current {
  border-bottom-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
}

.drop-link.special {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: rgba(51, 51, 51, 0.05);
  color: #fe000a;
  text-decoration: none;
}

.drop-link.more {
  padding-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tier-1-link {
  display: block;
  padding: 12px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
  -webkit-transition: padding 300ms ease;
  transition: padding 300ms ease;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.tier-1-link:hover {
  padding-left: 30px;
  background-color: rgba(51, 51, 51, 0.05);
  color: #0e2080;
}

.tier-1-link.w--current {
  border-bottom-color: rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #000;
}

.tier-1-link.more {
  padding-right: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-lvl-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #f5f3f3;
}

.menu-lvl-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 243, 243, 0.75)), to(rgba(245, 243, 243, 0.75)));
  background-image: linear-gradient(180deg, rgba(245, 243, 243, 0.75), rgba(245, 243, 243, 0.75));
}

.t-img {
  width: 30px;
  height: 20px;
  margin-right: 15px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.menu-lvl-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 243, 243, 0.4)), to(rgba(245, 243, 243, 0.4)));
  background-image: linear-gradient(180deg, rgba(245, 243, 243, 0.4), rgba(245, 243, 243, 0.4));
  color: #fff;
}

.menu-link-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  border-left: 1px solid rgba(51, 51, 51, 0.02);
}

.t-drop-text {
  display: inline-block;
  text-transform: uppercase;
}

.t-drop-text.desktop {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}

.t-drop-list {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  border-radius: 6px;
  background-color: transparent;
}

.t-drop-list.w--open {
  margin-top: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.05);
  border-radius: 6px;
  box-shadow: none;
}

.new-drop-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0e2080;
  color: #fff;
  font-weight: 500;
}

.new-drop-toggle:hover {
  overflow: hidden;
  color: #fff;
}

.new-drop-toggle.w--open {
  border-radius: 6px;
  color: #fff;
}

.new-dropdown {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-relative-div {
  position: relative;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr)) minmax(30%, 1fr) minmax(30%, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  padding-right: 30px;
  padding-left: 30px;
  background-color: rgba(51, 51, 51, 0.6);
  opacity: 0;
  cursor: pointer;
}

.close-dropdown {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.solid-bg-1 {
  overflow: hidden;
  height: 100%;
}

.solid-bg-2 {
  display: block;
  height: 100%;
}

.solid-bg-3 {
  overflow: hidden;
  height: 100%;
  background-color: #fbfafa;
}

.mobile-dp-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.prev-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-cat-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.mobile-sub-link {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.more-text {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 20px;
  margin-top: auto;
  margin-right: 15px;
  margin-bottom: auto;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 12px;
}

.filter-block {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.tab {
  margin-top: -35px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  overflow: auto;
  height: 100vh;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(51, 51, 51, 0.7);
}

.mx-width {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mx-width.pop {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.content {
  position: relative;
  overflow: auto;
  max-height: 90vh;
  padding: 30px;
  background-color: #f5f3f3;
}

.close-popup-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.filter-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0e2080;
}

.filter-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mini-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bot-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-sub-text {
  margin-bottom: 20px;
  color: rgba(14, 32, 128, 0.78);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.winner-pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.5);
}

.win-pop-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 960px;
  min-width: 50%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.present {
  padding: 0px;
  cursor: pointer;
}

.code-reveal {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  min-width: 20%;
  margin-top: 60px;
  border-radius: 10px;
  background-color: #fff;
}

.mini-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.special-code {
  color: #0e2080;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
  text-transform: uppercase;
}

.code-sub-text {
  font-size: 14px;
}

.bf-lottie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.fettie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.click-me-wrap {
  position: absolute;
  margin-top: 250px;
  opacity: 1;
  cursor: pointer;
}

.mouse-lottie {
  width: 210px;
  margin-top: 30px;
  opacity: 1;
}

.test-div {
  position: relative;
  z-index: 2;
  margin-bottom: -140px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  text-align: center;
}

.congratz-heading {
  color: #fff;
  font-size: 80px;
  line-height: 1.3;
  font-weight: 900;
  text-shadow: 5px 5px 2px rgba(14, 32, 128, 0.78);
}

.congratz-sub-text {
  margin-bottom: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.mini {
  font-size: 15px;
  line-height: 21px;
}

.claim-text {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 4px 4px 2px rgba(14, 32, 128, 0.3);
}

.fire-lottie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  -o-object-fit: cover;
  object-fit: cover;
}

.special-text {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 5px;
  background-color: #0e2080;
}

.close-winner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.btn-wrap {
  position: relative;
  z-index: 10;
}

.new-drop-toggle {
  border-radius: 6px 0px 0px 6px;
}

.hover-out {
  position: relative;
  z-index: 1;
  height: 140px;
  margin-right: -30px;
  margin-bottom: 35px;
  margin-left: -30px;
}

.grid-10-copy {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.edit-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.preloader-container-wrap {
  margin-top: 15px;
}

.list-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding: 15px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: rgba(14, 32, 128, 0.07);
  border-radius: 5px;
  background-color: rgba(245, 243, 243, 0.3);
  color: #0e2080;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.list-wrapper:hover {
  border-color: rgba(254, 0, 10, 0.6);
}

.list-wrapper.pop {
  padding: 10px 15px;
}

.list-name {
  font-size: 18px;
  line-height: 25px;
}

.list-name.mini {
  font-size: 15px;
  line-height: 20px;
}

.new-item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.07);
  border-radius: 5px;
  background-color: transparent;
  color: #333;
  font-size: 16px;
  cursor: pointer;
}

.new-item-link:hover {
  border-color: rgba(254, 0, 10, 0.6);
}

.new-item-link.mini {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 20px;
}

.desc-wrap {
  margin-top: 40px;
  margin-bottom: 60px;
}

.desc-title {
  display: inline-block;
  margin-right: 10px;
  color: #fe000a;
  font-weight: 700;
}

.create-list-pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.close-popup {
  padding: 10px 0px 10px 16px;
  border-left: 1px solid rgba(51, 51, 51, 0.5);
  opacity: 0.42;
  color: #333;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.close-popup:hover {
  opacity: 0.7;
}

.popup-content-wrapper {
  position: relative;
  overflow: auto;
  padding: 40px;
}

.top-popup-bar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 15px 30px;
  border-top: 4px solid #fe000a;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  background-color: #f5f3f3;
  color: #000;
}

.message-pop-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  max-height: 100%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
}

.popup-top-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 100px;
  grid-template-columns: 1fr 100px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brand-title {
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.popup-close-wrapper {
  border-left: 1px solid hsla(0, 0%, 96.1%, 0.6);
}

.popup-close-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 100%;
  height: 100%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.wish-list-wrapper {
  display: block;
  margin-top: 40px;
  margin-bottom: 100px;
}

.opt-tab-menu {
  margin-bottom: 20px;
}

.form-block-list {
  margin-top: 15px;
  margin-bottom: 0px;
}

.opt-tab {
  margin-right: 10px;
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: transparent;
  color: rgba(51, 51, 51, 0.6);
}

.opt-tab:hover {
  border-top-color: #fe000a;
  color: #fe000a;
}

.opt-tab.w--current {
  border-top-color: #fe000a;
  background-color: transparent;
  color: #fe000a;
}

._w-date {
  height: 45px;
  padding-top: 8px;
  border-radius: 6px;
  background-color: #f5f3f3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 230, 140, 0.4)), to(rgba(240, 230, 140, 0.4)));
  background-image: linear-gradient(180deg, rgba(240, 230, 140, 0.4), rgba(240, 230, 140, 0.4));
}

.deadline-wrap {
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.deadline-wrap.mini {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.clock-number {
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 40px;
  font-weight: 700;
}

.clock-number.light {
  padding-right: 2px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
}

.clock-number.small {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.clock-label {
  font-family: Lato, sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.countdown-title {
  color: #fe000a;
  font-size: 20px;
  font-weight: 700;
}

.countdown-title.light {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.registry-wrapper {
  display: none;
  width: auto;
  height: 100%;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  border-color: rgba(14, 32, 128, 0.07);
  border-radius: 5px;
  background-color: rgba(245, 243, 243, 0.3);
  color: #0e2080;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.registry-wrapper:hover {
  border-color: rgba(254, 0, 10, 0.6);
}

.display-num {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

.block.v2 {
  margin-right: 0px;
}

.bloock-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.comments-sect-wrap {
  position: relative;
  overflow: hidden;
}

.label {
  font-size: 0.8em;
  line-height: 17px;
  font-weight: 700;
}

.label.min-width {
  min-width: 200px;
  text-align: left;
}

._w-textarea {
  min-height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
  border-radius: 5px;
  background-color: #f5f3f3;
  font-size: 1em;
}

._w-textarea:hover {
  border-color: rgba(51, 51, 51, 0.05);
}

._w-textarea:active {
  border-color: rgba(51, 51, 51, 0.05);
}

._w-textarea:focus {
  border-color: rgba(51, 51, 51, 0.05);
}

.post-section {
  overflow: hidden;
  padding: 60px 30px 100px;
}

.comment-button {
  padding: 12px 24px;
  border-radius: 5px;
  background-color: #0e2080;
}

.comment-button:hover {
  background-color: #2d3092;
}

.overview-title {
  color: #333;
  font-size: 1.1em;
  font-weight: 700;
  letter-spacing: 0px;
}

.overview-title.space {
  margin-bottom: 20px;
}

.post-grid {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.comments {
  width: 80%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 6px;
  background-color: hsla(0, 0%, 96.1%, 0.4);
}

.comments.full {
  width: 90%;
  max-width: 1400px;
  border-style: none;
  background-color: transparent;
}

.reply-wrapper {
  margin-bottom: 20px;
  margin-left: 40px;
  padding-bottom: 20px;
  padding-left: 0px;
  border-bottom: 1px dashed rgba(13, 32, 128, 0.05);
}

.comment-grid {
  -ms-grid-columns: 42px 1fr;
  grid-template-columns: 42px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.author-text {
  display: inline-block;
  margin-right: 0px;
  color: #213abb;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
}

.reply-quote {
  margin-bottom: 0px;
  margin-left: 0px;
  padding-left: 10px;
  border-left: 2px solid rgba(254, 0, 10, 0.2);
  border-radius: 6px 0px 0px 6px;
  font-size: 1em;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
}

.name-divider {
  margin: 0px 10px;
  color: rgba(51, 51, 51, 0.7);
  font-size: 14px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

.reply-btn {
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  padding: 12px 24px;
  border-radius: 0px 6px 6px 0px;
  background-color: #0e2080;
}

.reply-btn:hover {
  background-color: #333;
}

.review-container {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(13, 32, 128, 0.05);
}

.spacer-gric {
  margin-top: 0px;
  -ms-grid-columns: 42px 1fr;
  grid-template-columns: 42px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.date-item {
  margin-bottom: 0px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

.date-item.year {
  font-size: 0.9em;
}

.date-item.month {
  font-size: 0.9em;
}

.dash-text-2 {
  margin: 0px 4px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
}

.comment-block {
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 96.1%, 0.99);
  border-radius: 6px;
  background-color: #fff;
}

.reply-grid {
  grid-column-gap: 2px;
  -ms-grid-columns: 1fr 120px;
  grid-template-columns: 1fr 120px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-section {
  overflow: hidden;
  padding: 30px 30px 60px;
}

.review {
  margin-top: 10px;
  padding-left: 20px;
  border-style: solid;
  border-width: 0px 0px 0px 3px;
  border-color: #000 #000 #000 rgba(254, 0, 10, 0.6);
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #333;
  font-size: 1.1em;
  line-height: 28px;
  font-weight: 400;
}

.rating-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rate-wrap {
  margin-bottom: 40px;
}

.flex-tag-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.star {
  display: inline-block;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.star.big {
  font-size: 15px;
  line-height: 18px;
}

.rating-radio {
  position: relative;
  display: block;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.radio-note {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 3px;
  border-left-color: rgba(51, 51, 51, 0.6);
  border-radius: 0px;
  cursor: pointer;
}

.radio-note.w--redirected-checked {
  border-width: 1px 1px 1px 3px;
  border-color: transparent transparent transparent #fe921b;
}

.radio-note.w--redirected-focus {
  box-shadow: none;
}

.rating-radio-label {
  line-height: 16px;
}

.rate-tag {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: inline-block;
  height: 33px;
  min-width: 70px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: rgba(51, 51, 51, 0.2) rgba(51, 51, 51, 0.2) rgba(51, 51, 51, 0.2) #fe921b;
  border-radius: 6px;
  background-color: #fff;
  color: #fe921b;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}

.rate-tag.hidden {
  display: none;
}

.vert-divider {
  width: 1px;
  height: 20px;
  margin-right: 12px;
  margin-left: 12px;
  border-right: 1px dotted rgba(51, 51, 51, 0.2);
  opacity: 0.5;
}

.review-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
}

.review-num {
  margin-right: 4px;
  font-size: 20px;
  line-height: 20px;
}

.grey-link {
  opacity: 0.58;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: rgba(51, 51, 51, 0.9);
  font-size: 14px;
  line-height: 14px;
}

.grey-link:hover {
  opacity: 1;
}

.review-80 {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tag {
  display: inline-block;
  margin-bottom: 10px;
  opacity: 0.8;
  color: #333;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
}

.review-link {
  margin-top: 10px;
  opacity: 0.68;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.review-link:hover {
  color: #fe000a;
}

.wrap {
  position: relative;
  -webkit-box-flex: 3;
  -webkit-flex: 3 3 33%;
  -ms-flex: 3 3 33%;
  flex: 3 3 33%;
}

.wrap.edit {
  width: 150px;
  height: 150px;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.1);
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.1);
}

.upload-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 120px;
  background-color: hsla(0, 0%, 100%, 0.4);
  color: rgba(51, 51, 51, 0.95);
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}

.upload-link:hover {
  background-color: hsla(0, 0%, 100%, 0.6);
}

.camera-icon {
  margin-bottom: 15px;
  font-family: 'Fa solid 900', sans-serif;
  color: rgba(51, 51, 51, 0.95);
  font-size: 20px;
  line-height: 10px;
  font-weight: 400;
}

.review-img-wrapper {
  display: block;
}

.review-img-grid {
  margin-top: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.review-lightbox {
  overflow: hidden;
  width: 100%;
  height: 120px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 6px;
}

.review-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.headline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.headline-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.headline-text.v2 {
  margin-top: 10px;
}

.registry-date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.registry-date-wrap.page-light {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  line-height: 30px;
}

.mini-header {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 300;
}

.mini-header.light {
  color: hsla(0, 0%, 100%, 0.7);
}

.deadline-date {
  font-size: 20px;
  line-height: 33px;
  font-weight: 700;
}

.wishlist-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gift-registry-grid {
  margin-bottom: 35px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}

.gift-registry-grid.bab {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.info-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 50px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-rate-grid {
  min-width: 300px;
  margin-right: 60px;
  grid-column-gap: 25px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.rate-grid-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(51, 51, 51, 0.9);
  text-align: left;
}

.rate-grid-wrap:hover {
  color: #fe921b;
}

.rate-meaning {
  font-size: 14px;
  font-weight: 300;
}

.light-span {
  display: none;
  font-weight: 400;
}

.review-pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.mini-grid {
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.btn-wrapper {
  margin: -15px -15px 20px;
  padding-bottom: 25px;
  border-radius: 5px;
  background-color: #fff;
}

.option-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.purchase-date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.clear-box {
  width: 80%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.border-wrap {
  position: relative;
  z-index: 1;
  height: 13px;
  margin: -26px -15px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #f5f3f3;
}

.opt-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-share-link {
  margin-left: 20px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.2);
  border-radius: 5px;
  font-family: 'Fa solid 900', sans-serif;
  color: #707070;
  font-size: 20px;
  line-height: 1;
}

.list-share-link.brand {
  font-family: 'Fa brands 400', sans-serif;
}

.list-share-link.hd {
  background-color: transparent;
  color: #707070;
}

.list-share-link.hd:hover {
  color: #0e2080;
}

.share-icon {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Fa brands 400', sans-serif;
}

.share-icon.mail {
  font-family: 'Fa solid 900', sans-serif;
}

.barrier-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.barrier-wrap.right {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quote-header-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 7px;
  -ms-grid-columns: 170px 1fr 1fr;
  grid-template-columns: 170px 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.print-wrapper {
  padding: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.print-logo {
  width: 130px;
}

.header-print {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 700;
}

.quote-title {
  margin-top: 0px;
}

.quote-num-wrap {
  text-align: right;
}

.vat-text {
  font-size: 15px;
}

.vat-num {
  font-weight: 700;
}

.divider-div {
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #f7f7f7;
  opacity: 1;
}

.divider-div.less {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-div.dash {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background-color: transparent;
}

.quote-info-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.horiz-flex-wrap {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.75fr 0.5fr;
  grid-template-columns: 0.75fr 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.horiz-flex-wrap.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bold-header {
  margin-right: 10px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 900;
}

.item-value {
  margin-right: 10px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.time-value {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.date-value {
  margin-right: 10px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.tabel-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2px;
  -ms-grid-columns: 1fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 1fr 0.25fr 0.25fr 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 1px;
  margin-left: 1px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.06);
  background-color: rgba(245, 243, 243, 0.25);
}

.column.head {
  background-color: #f5f3f3;
}

.column.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column.empty {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-color: transparent;
  background-color: transparent;
}

.column.signature {
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom-style: none;
  background-color: transparent;
}

.column.v2 {
  margin-left: 1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: left;
}

.column.v2.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column.v2.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column.clear {
  background-color: transparent;
}

.quote-item {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 14px;
}

.quote-item.list {
  margin-right: 10px;
  margin-bottom: 5px;
}

.table-heading {
  font-size: 16px;
  font-weight: 700;
}

.quote-desc-text {
  font-size: 14px;
  font-weight: 700;
}

.quote-item-num {
  font-size: 13px;
}

.print-spacer {
  height: 80px;
}

.print-spacer.mini {
  height: 30px;
}

.quote-item-title {
  font-weight: 700;
}

.signature-line {
  width: 200px;
  height: 1px;
  margin-left: 3px;
  background-color: #333;
}

.dc-block {
  margin-top: 60px;
  opacity: 0.69;
  color: rgba(51, 51, 51, 0.9);
  font-weight: 700;
  text-align: center;
}

.print-content-wrapper {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.santa-hat {
  position: absolute;
  left: auto;
  top: -15px;
  right: -20px;
  bottom: auto;
  width: 50px;
  margin-top: -4px;
  margin-left: 0px;
  padding-left: 0px;
}

.gift {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
  color: #fe000a;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
}

.start-wrap {
  display: block;
  margin-bottom: 20px;
  color: #fe000a;
}

.start-wrap.right {
  display: inline-block;
  margin-bottom: 10px;
}

.bar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bar-div.right {
  display: inline-block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bar-div.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.star-wrap {
  position: relative;
  width: 100px;
}

.stars-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  border: 1px solid #fff;
}

.star-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 80%;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 0px;
  background-color: #fe921b;
  color: #fe921b;
}

.star-bg._4-5-star {
  width: 100%;
}

.star-bg._1-5-star {
  width: 30%;
}

.star-bg._4-5-star-copy {
  width: 90%;
  background-color: #fe921b;
}

.star-bg.zero {
  display: none;
  width: 0%;
  background-color: transparent;
}

.bg-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  max-width: 1005px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: rgba(0, 0, 0, 0.05);
}

.quote-tag-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.quote-num {
  margin-left: 4px;
  color: #333;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
}

.div-block-131 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.show-more-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(25%, hsla(0, 0%, 100%, 0.98)), to(transparent));
  background-image: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0.98) 25%, transparent);
}

.border-div {
  padding: 3px 3px 2px 2px;
  border-radius: 8px;
  background-color: #fe000a;
  background-image: none;
  box-shadow: none;
}

.fav-icon {
  margin-right: 4px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.fav-full {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.fav-icon-item {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 1;
  display: block;
  opacity: 0.74;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 20px;
}

.fav-icon-item.small {
  position: relative;
  right: 0px;
  background-color: transparent;
  opacity: 0.75;
  font-family: 'Fa 400', sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.fav-icon-item.small._2 {
  font-size: 16px;
}

.fav-icon-item.solid {
  position: relative;
  top: auto;
  right: auto;
  display: none;
  background-color: #fff;
  opacity: 1;
  font-family: 'Fa solid 900', sans-serif;
  color: #fe921b;
  font-size: 20px;
  line-height: 20px;
}

.fav-icon-wrap {
  position: absolute;
  left: 5%;
  top: 3%;
  right: auto;
  bottom: auto;
  z-index: 3;
  color: #f9a13a;
}

.fav-icon-wrap.slide {
  bottom: 14%;
}

.fav-icon-wrap.list {
  left: 10px;
  top: 5%;
  right: auto;
  bottom: auto;
}

.fav-icon-wrap.page {
  position: relative;
  left: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 45px;
  padding: 3px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.3);
  border-radius: 0px 6px 6px 0px;
  color: #0e2080;
}

.fav-icon-wrap.page:hover {
  color: #fe000a;
}

.fav-icon-wrap.slide {
  left: 5%;
  top: 3%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fav-icon-wrap.v2 {
  left: 10px;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 9px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  color: #fe921b;
}

.list-item-wrap {
  position: relative;
}

.special-grid {
  margin-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 4px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 70px;
  grid-template-columns: 1fr 70px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-light {
  font-family: 'Fa 400', sans-serif;
  font-size: 20px;
  line-height: 1;
}

.icon-solid {
  display: none;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.fav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0.85;
  color: #333;
  text-decoration: none;
}

.fav-link:hover {
  opacity: 1;
  color: #0e2080;
}

.list-grid {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr 0.25fr 0.5fr;
  grid-template-columns: 0.25fr 1fr 0.25fr 0.25fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-grid.spacer {
  overflow: hidden;
  margin-bottom: 40px;
  -ms-grid-columns: 0.25fr 1fr 0.25fr 0.25fr 0.5fr;
  grid-template-columns: 0.25fr 1fr 0.25fr 0.25fr 0.5fr;
  border-radius: 6px;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.1);
}

.list-grid.spacer.gifted {
  opacity: 0.6;
}

.list-grid.end {
  margin-bottom: 40px;
  -ms-grid-columns: 0.25fr 0.5fr 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.5fr 0.25fr 0.25fr 0.25fr;
}

.list-grid.fav {
  margin-bottom: 40px;
  -ms-grid-columns: 0.25fr 0.5fr 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 0.25fr 0.5fr 0.25fr 0.25fr 0.25fr;
}

.list-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  text-align: center;
  text-decoration: none;
}

.list-img:hover {
  opacity: 1;
}

.column-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.06);
  background-color: rgba(245, 243, 243, 0.25);
}

.column-box.left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-box.img {
  padding: 0px;
}

.column-box.clear {
  border-bottom-color: transparent;
  background-color: transparent;
}

.column-box.end {
  border-bottom-color: transparent;
}

.column-box.emt {
  border-bottom-color: transparent;
  background-color: transparent;
}

.thick-icon {
  display: inline-block;
  margin-right: 4px;
  font-family: 'Fa solid 900', sans-serif;
}

.thick-icon.no {
  margin-right: 0px;
}

.wish-add-link {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.wish-add-link:hover {
  color: #fe000a;
}

.wish-add-link.registry {
  margin-top: 4px;
}

.del-icon {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
}

.printer-icon {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
}

.add-all-btn {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #0e2080;
  border-radius: 6px;
  color: #0e2080;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}

.add-all-btn:hover {
  border-color: rgba(254, 0, 10, 0.3);
}

.quote-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.wish-list-opt-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.bold-title {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.bold-title.large {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #0e2080;
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
}

.sub-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.6;
}

.sub-item-wrap:hover {
  opacity: 1;
}

.side-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col {
  display: block;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.table-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
}

.table-col.clear {
  background-color: transparent;
}

.login-img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 550px;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: url('/images/pexels-mark-mccammon-1080721.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.login-reg-grid {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 2px 1fr;
  grid-template-columns: 1fr 2px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.v-divider {
  width: 2px;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.2);
  opacity: 0.3;
}

.perk-icon {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #0e2080;
}

.flex-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.login-wrap-frosted {
  position: absolute;
  overflow: hidden;
  max-width: 800px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.05);
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.logged-desc-wrap {
  display: block;
  margin-top: 40px;
  margin-bottom: 60px;
}

.item-desc {
  display: block;
}

.dash-img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #0e2080;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.ab-img {
  position: absolute;
  opacity: 0.23;
  mix-blend-mode: multiply;
}

.fav-notification {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10000;
  max-width: 260px;
  margin-top: 50px;
  margin-right: 20px;
  padding: 10px;
  border-style: solid;
  border-width: 4px;
  border-color: #0e2080;
  border-radius: 6px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 0, 10, 0.1)), to(rgba(254, 0, 10, 0.1)));
  background-image: linear-gradient(180deg, rgba(254, 0, 10, 0.1), rgba(254, 0, 10, 0.1));
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.fav-notification:hover {
  background-color: #f5f3f3;
  color: #333;
}

.small-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.min-pro-img {
  overflow: hidden;
  width: 60px;
  margin-right: 9px;
  border-radius: 5px;
}

.mini-img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain;
}

.mini-title {
  overflow: hidden;
  width: 20ch;
  height: 5ch;
  max-height: 5ch;
  font-size: 14px;
  font-weight: 400;
}

.fix-note {
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
  text-transform: capitalize;
}

.d-icon {
  font-family: 'Fa solid 900', sans-serif;
}

.com-grid {
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 0.5fr 1.5fr;
  grid-template-columns: 0.5fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-21 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.review-v2 {
  margin-top: 25px;
  padding-left: 0px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #333;
  font-size: 1em;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}

.review-v2.truct {
  overflow: hidden;
}

.review-gal {
  font-size: 15px;
}

.comment-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0px;
  border-left: 1px none rgba(51, 51, 51, 0.1);
  opacity: 0.8;
}

.comment-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.comment-title.v2 {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-left: 0px;
  border-left: 2px none rgba(51, 51, 51, 0.1);
  color: rgba(51, 51, 51, 0.95);
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
}

.comment-link {
  color: #333;
}

.new-comment-wrapper {
  margin-top: 20px;
  opacity: 0.3;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #333;
  font-size: 12px;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.new-comment-wrapper:hover {
  opacity: 1;
}

.comment-divider {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
}

.date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.div-block-133 {
  border-right: 1px solid rgba(51, 51, 51, 0.05);
}

.star-rating-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stars {
  margin-right: 0px;
  margin-left: 10px;
  line-height: 16px;
}

.div-block-135 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.red-star-wrap {
  position: relative;
  width: 150px;
}

.banner-section {
  position: relative;
  overflow: hidden;
  height: 400px;
  border-top: 1px solid rgba(14, 32, 128, 0.3);
  background-color: transparent;
}

.bar-wrapper {
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#e1e6ff), color-stop(80%, rgba(255, 244, 217, 0.9)));
  background-image: linear-gradient(90deg, #e1e6ff, rgba(255, 244, 217, 0.9) 80%);
}

.bar-wrapper.hd {
  border-bottom: 1px solid rgba(14, 32, 128, 0.07);
  background-color: rgba(245, 243, 243, 0.7);
  background-image: none;
}

.prof-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reg {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 25px;
  line-height: 1;
  font-weight: 300;
}

.reg.light {
  padding-left: 0px;
}

.reg-type {
  color: #000;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
}

.dummy-btn {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.97);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #0e2080;
  font-weight: 400;
  text-align: center;
}

.dummy-btn:hover {
  background-color: #333;
  color: #fff;
}

.dummy-btn.clear {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.3);
  background-color: hsla(0, 0%, 100%, 0.9);
  color: #333;
  font-weight: 400;
  text-transform: capitalize;
}

.dummy-btn.clear:hover {
  background-color: #f5f3f3;
}

.dummy-btn.hd {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.35);
  background-color: #333;
  color: #fff;
}

.dummy-btn.hd:hover {
  background-color: transparent;
  color: #333;
}

.registry-card-grid {
  height: 100%;
  grid-auto-rows: 42px;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.registries {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.07);
  border-radius: 3px;
  background-image: linear-gradient(118deg, #213abb, rgba(14, 32, 128, 0.8));
  background-position: 0px 0px;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  color: #0e2080;
}

.registries:hover {
  background-image: linear-gradient(118deg, #213abb, rgba(14, 32, 128, 0.8)), url('/images/pexels-amy-t-1661903.jpg');
  background-position: 0px 0px, 0px 0px;
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
  color: #0e2080;
}

.registries.baby {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 248, 247, 0.9)), to(rgba(237, 248, 247, 0.9))), url('/images/pexels-william-fortunato-6392895.jpg');
  background-image: linear-gradient(180deg, rgba(237, 248, 247, 0.9), rgba(237, 248, 247, 0.9)), url('/images/pexels-william-fortunato-6392895.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.registries.baby.active.hd-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.1)), to(rgba(14, 32, 128, 0.1)));
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.1), rgba(14, 32, 128, 0.1));
  background-position: 0px 0px;
}

.registries.baby.home-depot {
  overflow: hidden;
  background-color: rgba(245, 243, 243, 0.4);
  background-image: none;
  background-position: 0px 0px;
  outline-color: rgba(51, 51, 51, 0.2);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.registries.baby.hd-bg {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.registries.wedding {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 244, 217, 0.9)), to(rgba(255, 244, 217, 0.9))), url('/images/pexels-secret-garden-931177.jpg');
  background-image: linear-gradient(180deg, rgba(255, 244, 217, 0.9), rgba(255, 244, 217, 0.9)), url('/images/pexels-secret-garden-931177.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.registries.wedding.active.hd-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.1)), to(rgba(14, 32, 128, 0.1)));
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.1), rgba(14, 32, 128, 0.1));
  background-position: 0px 0px;
}

.registries.wedding.home-depot {
  overflow: hidden;
  background-color: rgba(245, 243, 243, 0.4);
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  outline-color: rgba(51, 51, 51, 0.2);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.registries.wedding.home-depot:hover {
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.35);
}

.registries.wedding.hd-bg {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.registries.birthday {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 211, 241, 0.9)), to(rgba(206, 211, 241, 0.9))), url('/images/pexels-cottonbro-3419692.jpg');
  background-image: linear-gradient(180deg, rgba(206, 211, 241, 0.9), rgba(206, 211, 241, 0.9)), url('/images/pexels-cottonbro-3419692.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.registries.birthday.home-depot {
  overflow: hidden;
  background-image: none;
  background-position: 0px 0px;
  outline-color: rgba(51, 51, 51, 0.2);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.registries.birthday.hd-bg {
  background-image: none;
  background-position: 0px 0px;
}

.registries.bab {
  background-image: linear-gradient(118deg, #213abb, rgba(14, 32, 128, 0.8)), url('/images/pexels-william-fortunato-6392895.jpg');
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.registries.bab:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.registries.home {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(162, 211, 226, 0.9)), to(rgba(162, 211, 226, 0.9))), url('/images/pexels-maksim-goncharenok-4352247.jpg');
  background-image: linear-gradient(180deg, rgba(162, 211, 226, 0.9), rgba(162, 211, 226, 0.9)), url('/images/pexels-maksim-goncharenok-4352247.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.registries.home.home-depot {
  overflow: hidden;
  background-image: none;
  background-position: 0px 0px;
  outline-color: rgba(51, 51, 51, 0.2);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.registries.home.hd-bg {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.registries.wed {
  background-image: linear-gradient(118deg, #213abb, rgba(14, 32, 128, 0.8)), url('/images/pexels-emma-bauso-3585798.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.registries.wed.w--current {
  background-image: linear-gradient(118deg, #213abb, rgba(14, 32, 128, 0.8));
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.registries.retire {
  background-image: linear-gradient(118deg, #213abb, rgba(14, 32, 128, 0.8)), url('/images/pexels-cottonbro-3171837.jpg');
}

.registries.sara {
  background-image: linear-gradient(118deg, #213abb, rgba(14, 32, 128, 0.8)), url('/images/pexels-cottonbro-3419692.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.registries.custom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 188, 190, 0.9)), to(rgba(249, 188, 190, 0.9))), url('/images/pexels-pixabay-269887.jpg');
  background-image: linear-gradient(180deg, rgba(249, 188, 190, 0.9), rgba(249, 188, 190, 0.9)), url('/images/pexels-pixabay-269887.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.registries.custom.active.hd-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 32, 128, 0.04)), to(rgba(14, 32, 128, 0.04)));
  background-image: linear-gradient(180deg, rgba(14, 32, 128, 0.04), rgba(14, 32, 128, 0.04));
  background-position: 0px 0px;
}

.registries.custom.home-depot {
  overflow: hidden;
  background-image: none;
  background-position: 0px 0px;
  outline-color: rgba(51, 51, 51, 0.2);
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 1px;
}

.registries.custom.hd-bg {
  background-image: none;
  background-position: 0px 0px;
}

.div-block-139 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.registry-cats-grid {
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.registry-cats-grid.created {
  margin-bottom: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.registry-cats-grid.profile {
  margin-top: 40px;
  margin-bottom: 30px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  -ms-grid-columns: 30% 70%;
  grid-template-columns: 30% 70%;
}

.reg-text {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.div-block-140 {
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 25px 0 rgba(14, 32, 128, 0.3);
}

.reg-title {
  margin-bottom: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.reg-title.dark {
  margin-bottom: 20px;
  color: #333;
  font-size: 30px;
}

.reg-title.hd {
  margin-bottom: 20px;
  color: #0e2080;
}

.text-block-5 {
  color: #f5f3f3;
}

.text-block-5.black {
  color: #333;
}

.profile-img-wrap {
  overflow: hidden;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.profile-img-wrap.dark {
  display: none;
  width: 50px;
  height: 50px;
  border-color: rgba(0, 0, 0, 0.2);
}

.profile-img-wrap.profile {
  display: none;
}

.registry-finder {
  -ms-grid-columns: 1fr 0.25fr 0.25fr;
  grid-template-columns: 1fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button.reg-search {
  width: 100%;
  height: 100%;
  background-color: #858585;
}

.button.reg-search:hover {
  background-color: #213abb;
}

.button.reg-search.hd {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.1);
  background-color: #333;
}

.button.reg-search.hd:hover {
  background-color: #0e2080;
  color: #fff;
}

.button.reg-search.hd.left {
  width: auto;
}

.contain {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.profile-name {
  line-height: 1;
  font-weight: 700;
  text-align: right;
}

.profile-name.hidden {
  display: none;
}

.empty-text {
  margin-bottom: 40px;
  font-weight: 700;
}

.reg-listing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.reg-listing-grid.preview {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.06);
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.1);
  color: #333;
}

.product-card:hover {
  border-color: rgba(14, 32, 128, 0.3);
}

.product-card.gifted {
  opacity: 0.6;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.card-inner-grid {
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-img-wrap {
  overflow: hidden;
  border-radius: 5px;
}

.product-title {
  display: inline-block;
  overflow: hidden;
  max-height: 60px;
  margin-bottom: 9px;
}

.product-title.hd {
  color: #333;
}

.product-title.hd:hover {
  color: #fe000a;
}

.button.color {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
  background-color: transparent;
  color: rgba(51, 51, 51, 0.5);
}

.button.color:hover {
  background-color: #333;
  color: #fff;
}

.purchase-wrap {
  margin-top: 12px;
}

.special-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.spacer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.opt-title {
  display: block;
  margin-bottom: 6px;
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.opt-title:hover {
  color: #fe000a;
}

.button-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}

.out-wrap {
  width: 90%;
}

.registry-type-header {
  font-weight: 400;
}

.small-para {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
}

.space-wrap {
  margin-top: 40px;
  padding-top: 20px;
}

.upload-wrap {
  display: block;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.preview-wrapper {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
}

.preview-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-grid {
  margin-bottom: 20px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-info-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 22px;
  padding: 30px;
  border-top: 3px solid #fe000a;
  border-radius: 3px;
  background-color: #0e2080;
  box-shadow: 0 0 25px 0 rgba(14, 32, 128, 0.3);
  color: #fff;
}

.flex-div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-left: -30px;
  padding: 30px 30px 30px 75px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(14, 32, 128, 0.15);
  border-radius: 3px;
  background-color: #f5f3f3;
}

.radio-button-label {
  font-size: 13px;
  font-weight: 400;
}

.field-2 {
  height: 50px;
  margin-bottom: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent rgba(204, 221, 240, 0.3);
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.field-2:hover {
  border-bottom-color: rgba(2, 105, 148, 0.2);
}

.field-2:active {
  border-color: transparent transparent rgba(2, 105, 148, 0.2);
}

.field-2:focus {
  border-color: transparent transparent rgba(2, 105, 148, 0.2);
}

.field-2::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.field-2:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.field-2::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.field-2::placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.field-2.message {
  height: 150px;
}

.sticky-form-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.option-radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 9px;
  padding: 3px;
}

.type-grid-2 {
  margin-bottom: 20px;
  grid-column-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sub-title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}

.option-wrapper {
  margin-bottom: 40px;
}

.rdio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

.help-title {
  margin-bottom: 20px;
  color: #0e2080;
  font-weight: 700;
  text-transform: capitalize;
}

._70-container {
  width: 70%;
}

.label-field {
  text-transform: capitalize;
}

.custom-type-wrap {
  overflow: hidden;
}

.other-radion-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 9px;
  padding: 3px;
}

.create-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 30% 1fr;
  grid-template-columns: 30% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.small-wraper {
  display: block;
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}

.field-2-copy {
  height: 50px;
  margin-bottom: 13px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent rgba(204, 221, 240, 0.3);
  border-radius: 3px;
  background-color: #fff;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}

.field-2-copy:hover {
  border-bottom-color: rgba(2, 105, 148, 0.2);
}

.field-2-copy:active {
  border-color: transparent transparent rgba(2, 105, 148, 0.2);
}

.field-2-copy:focus {
  border-color: transparent transparent rgba(2, 105, 148, 0.2);
}

.field-2-copy::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.field-2-copy:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.field-2-copy::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.field-2-copy::placeholder {
  color: rgba(51, 51, 51, 0.6);
}

.pre-img-wrap {
  height: 350px;
}

.delete-img-link {
  display: inline-block;
  margin-top: 15px;
  opacity: 0.66;
  color: rgba(51, 51, 51, 0.7);
}

.grid-26 {
  margin-top: 73px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 49px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.side-wraper {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 30px;
  border-top: 3px solid #fe000a;
  border-radius: 3px;
  background-color: #0e2080;
  box-shadow: 0 0 25px 0 rgba(14, 32, 128, 0.3);
  color: #fff;
}

.purchased-tag {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: none;
  margin-top: 0px;
  padding: 7px 14px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 0px;
  background-color: #fe000a;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.grid-27 {
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.left-col {
  padding-left: 0px;
}

.right-col {
  padding-right: 0px;
}

.top-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  padding: 20px;
  background-color: hsla(0, 0%, 100%, 0.7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #333;
}

.top-grid {
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-grid.triple {
  justify-items: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
}

.top-grid.triple.mobile {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.comment-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.commenter-text {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 8px;
  color: #333;
  font-size: 0.8em;
  line-height: 1;
  font-weight: 700;
}

.commenter-text.email {
  font-size: 1em;
}

.center-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.registry-due-date {
  display: inline-block;
  margin-right: 4px;
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

.registry-name {
  margin-top: 10px;
  font-size: 20px;
}

.status-test {
  margin-right: 5px;
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.status-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.item-count-text {
  margin-right: 5px;
}

.result-grid {
  margin-bottom: 30px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 0.25fr 0.25fr 0.25fr;
  grid-template-columns: 1fr 0.25fr 0.25fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(14, 32, 128, 0.07);
}

.result-table-title {
  opacity: 0.75;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.result-text {
  opacity: 1;
  color: #0e2080;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}

.result-text.date {
  color: #333;
}

.result-text.type {
  color: #333;
}

.result-text.name {
  color: #0e2080;
  font-size: 19px;
  font-weight: 700;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.rate-figure {
  margin-right: 0px;
  margin-left: 10px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.rating-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  width: 20px;
  color: #fe000a;
}

.no-review-wrap {
  margin-bottom: 40px;
  font-weight: 700;
}

.color-box {
  padding: 20px 20px 40px;
  background-color: rgba(162, 211, 226, 0.9);
  text-align: center;
}

.color-box.home-depot {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  background-color: #eeeff6;
}

.profile-img-display {
  position: relative;
  display: none;
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  border: 5px solid #fff;
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.5);
}

.profile-display-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.add-img-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f5f3f3;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 17px;
}

.reg-teg {
  margin-bottom: 20px;
  color: rgba(51, 51, 51, 0.9);
  font-weight: 400;
}

.mini-triple-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.display-text {
  font-size: 13px;
  text-transform: capitalize;
}

.reg-info-box {
  position: relative;
  padding: 20px;
}

.reg-info-box.smedia {
  display: -ms-grid;
  display: grid;
  padding: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.edi-link-box {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 20px;
  margin-right: 20px;
  font-weight: 400;
}

.left-grid-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
  border-radius: 5px;
}

.left-grid-wrap.hd {
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
}

.grid-28 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.outer-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(162, 211, 226, 0.9);
  font-family: 'Fa solid 900', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.outer-circle.large {
  width: 120px;
  height: 120px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 50px;
  line-height: 50px;
}

.outer-circle.hd {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.1);
  background-color: transparent;
  color: #0e2080;
}

.icon-label {
  font-size: 13px;
  text-align: center;
}

.icon-label.date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-side-wrapper {
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.dual-grid {
  margin-top: 0px;
  margin-bottom: 55px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.card-link {
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
  color: #0e2080;
}

.card-link.hd-bg {
  color: #333;
}

.card-link.hd-bg:hover {
  color: #0e2080;
}

.grid-30 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.welcome-text {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}

.welcome-text.large {
  font-size: 25px;
  line-height: 1.2;
}

.promo {
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.07);
  border-radius: 3px;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  color: #333;
  text-align: center;
}

.promo:hover {
  background-image: linear-gradient(118deg, #213abb, rgba(14, 32, 128, 0.8)), url('/images/pexels-amy-t-1661903.jpg');
  background-position: 0px 0px, 0px 0px;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  color: #0e2080;
}

.promo.bab {
  background-color: hsla(0, 0%, 80.3%, 0.7);
  background-image: url('/images/kindpng_1731492.png');
  background-position: 50% 100%;
  background-size: 230px;
  background-repeat: no-repeat;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #333;
  text-align: center;
}

.promo.custom {
  background-color: rgba(249, 188, 190, 0.9);
  background-image: url('/images/kindpng_1606870.png');
  background-position: 50% 100%;
  background-size: 200px;
  background-repeat: no-repeat;
  color: #333;
}

.tall-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 420px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sect-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: rgba(51, 51, 51, 0.5);
  font-size: 30px;
  line-height: 1.3;
  font-weight: 300;
  text-align: left;
}

.home-bar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: transparent;
  box-shadow: none;
  color: #333;
}

.home-bar.mobile {
  display: none;
}

.sub-nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.reg-sub-link {
  width: 70px;
  margin-right: 1%;
  margin-left: 1%;
  opacity: 0.5;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}

.reg-sub-link.w--current {
  opacity: 1;
  color: #fe000a;
}

.reg-sub-link.setting {
  width: auto;
  margin-right: 0%;
  margin-left: 0%;
}

.reg-sub-link.setting.hd:hover {
  color: #0e2080;
}

.reg-sub-link.hd {
  background-color: transparent;
}

.reg-sub-link.hd:hover {
  opacity: 1;
  color: #0e2080;
}

.reg-sub-link.hd.w--current {
  color: #0e2080;
}

.reg-link-icon {
  margin-bottom: 5px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 23px;
  line-height: 23px;
}

.reg-filter-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin: 30px auto 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.field-v2 {
  height: 50px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: rgba(14, 32, 128, 0.3);
  border-radius: 6px;
  background-color: #f5f3f3;
}

.field-v2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 230, 140, 0.4)), to(rgba(240, 230, 140, 0.4)));
  background-image: linear-gradient(180deg, rgba(240, 230, 140, 0.4), rgba(240, 230, 140, 0.4));
}

.field-v2:focus {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(14, 32, 128, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 230, 140, 0.4)), to(rgba(240, 230, 140, 0.4)));
  background-image: linear-gradient(180deg, rgba(240, 230, 140, 0.4), rgba(240, 230, 140, 0.4));
}

.field-v2.date {
  background-color: #f5f3f3;
}

.field-v2.hd-bg {
  border-width: 1px 1px 2px;
  border-color: rgba(51, 51, 51, 0.35);
}

.field-v2.hd-bg.date {
  background-color: rgba(245, 243, 243, 0.4);
}

.form-spacer {
  margin-bottom: 20px;
}

.field-v2.message {
  height: 150px;
}

.message-box {
  position: relative;
  padding: 20px;
  border-top: 1px solid rgba(51, 51, 51, 0.2);
}

.email-spacer {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.email-spacer.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.email-row {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.email-row.no-border {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.col-1 {
  padding-right: 5px;
  padding-left: 0px;
}

.col-2 {
  padding-right: 0px;
  padding-left: 20px;
}

.bold-text-4 {
  margin-left: 3px;
}

.large-text {
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.everything-div {
  margin-bottom: 30px;
  padding: 70px;
  border-radius: 5px;
  background-color: #0e2080;
  color: #fff;
}

.sat-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Fa solid 900', sans-serif;
  color: #fe921b;
  font-size: 17px;
}

.sat-div.hd {
  color: #fe000a;
}

.star-icon {
  width: 20px;
  margin-right: 3px;
  margin-left: 3px;
}

.tell-us {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Mories, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

.space-div {
  margin-bottom: 20px;
}

.bold {
  color: #fe000a;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
}

.mini-text {
  color: #fff;
  font-size: 15px;
}

.image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.border-wrapper-image {
  display: none;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.06);
  border-radius: 3px;
}

.banner-slider {
  height: auto;
  border-radius: 6px;
  background-color: transparent;
}

.banner-slider.mobile {
  display: none;
}

.left-align {
  text-align: left;
}

.category-section {
  display: block;
  padding: 60px 30px;
}

.category-section.drugstore {
  display: none;
}

.cat-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.86, 0, .07, 1);
  transition: -webkit-transform 400ms cubic-bezier(.86, 0, .07, 1);
  transition: transform 400ms cubic-bezier(.86, 0, .07, 1);
  transition: transform 400ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 400ms cubic-bezier(.86, 0, .07, 1);
  color: #333;
  font-size: 15px;
  text-decoration: none;
}

.cat-link:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.cat-link.clearance {
  color: #084897;
}

.cat-link.v2 {
  -webkit-transition: -webkit-transform 400ms cubic-bezier(.86, 0, .07, 1);
  transition: -webkit-transform 400ms cubic-bezier(.86, 0, .07, 1);
  transition: transform 400ms cubic-bezier(.86, 0, .07, 1);
  transition: transform 400ms cubic-bezier(.86, 0, .07, 1), -webkit-transform 400ms cubic-bezier(.86, 0, .07, 1);
}

.cat-icon-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 45px;
  line-height: 45px;
  -o-object-fit: cover;
  object-fit: cover;
}

.categoy-titles {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.categoy-titles.bold {
  color: #e7060f;
  font-size: 16px;
  font-weight: 700;
}

.grid-2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 10px;
  grid-row-gap: 35px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 35px auto;
  grid-template-rows: auto auto;
}

.cat-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 140px;
  height: 140px;
  margin-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(8, 72, 151, 0.39);
  border-radius: 100px;
  background-color: rgba(245, 243, 243, 0.3);
  color: #084897;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.cat-icon-wrapper.clearance {
  background-color: #084897;
  color: #fff;
}

.cat-icon-wrapper._20 {
  width: 200px;
  height: 200px;
}

.cat-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.promo-3-grid {
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 0px;
  grid-row-gap: 35px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pharmacy-section {
  position: relative;
  height: 45vh;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pharmacy-section.drugstore {
  display: none;
}

.special-text-2 {
  display: inline-block;
  padding: 4px 12px 9px;
  border-radius: 5px;
  background-color: #084897;
  color: #f9a13a;
}

.full-wrapper {
  text-align: center;
}

.banner-link-2 {
  padding: 40px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 6px;
  background-color: rgba(245, 243, 243, 0.07);
  color: #fff;
  text-decoration: none;
}

.banner-link-2:hover {
  border-color: #f9a13a;
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}

.banner-img-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-img-2.tablet {
  display: none;
}

.banner-img-2.mobile {
  display: none;
}

.overlay-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 47px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(135deg, rgba(8, 72, 151, 0.95) 41%, rgba(249, 161, 58, 0.85));
}

.reg-list-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.add-to {
  position: absolute;
  left: auto;
  top: auto;
  right: 15px;
  bottom: 10px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.45;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
  font-family: 'Fa solid 900', sans-serif;
  color: #333;
  font-size: 18px;
}

.add-to:hover {
  opacity: 0.8;
}

.add-to.v2 {
  right: 10px;
  padding: 4px 9px;
  border-radius: 5px;
  opacity: 1;
  color: #333;
  font-size: 16px;
}

.rel-div {
  position: relative;
}

.rel-div._90 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.mini-plus {
  margin-right: 1px;
  font-size: 13px;
}

.email-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.delete-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.small-letter {
  text-transform: lowercase;
}

.purchaser-text {
  color: #fe000a;
  font-size: 15px;
  font-weight: 700;
}

.sharer-text {
  font-weight: 700;
}

.large-note {
  font-size: 18px;
  font-weight: 700;
}

.center-wrap {
  text-align: center;
}

.delete-pop-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
}

.email-pop-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60%;
  max-height: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
}

.print-title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.print-img-wrap {
  width: 65px;
  margin-right: 20px;
  border-radius: 4px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.print-icon {
  font-family: 'Fa solid 900', sans-serif;
}

.print-link-block {
  margin-top: 20px;
  color: #333;
}

.print-link-block:hover {
  color: #333;
  text-decoration: underline;
}

.header-columns {
  margin-right: -10px;
  margin-left: -10px;
}

.change-image-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.upload-button {
  padding: 7px 14px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 3px;
  background-color: rgba(51, 51, 51, 0.05);
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.upload-button:hover {
  border-color: rgba(254, 0, 10, 0.2);
  color: #fe000a;
}

.flex-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-right: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.delete {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  opacity: 0.38;
  font-family: 'Fa solid 900', sans-serif;
}

.delete:hover {
  opacity: 0.74;
}

.upload-title {
  font-size: 12px;
  font-style: italic;
  font-weight: 700;
}

.over-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.5);
  opacity: 0.45;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: 'Fa 400', sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 1;
}

.over-div:hover {
  opacity: 0.95;
}

.yt-iframe {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 5px;
}

.home-depot {
  background-color: transparent;
  color: rgba(51, 51, 51, 0.7);
}

.hd-bg {
  background-color: rgba(245, 243, 243, 0.4);
  background-image: none;
  background-position: 0px 0px;
}

.hd-bg:hover {
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.35);
}

.flex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.msg-wrap {
  max-width: 550px;
  margin: 40px auto;
}

.edit-icon {
  font-family: 'Fa solid 900', sans-serif;
}

.mini-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
}

.edit-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.edit-pop-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
}

.landing-img-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-image: url('/images/luxury-kitchen.jpg');
  background-position: 100% 50%;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.lading-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.landing-grid {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0e2080;
  color: #fff;
}

.bg-wrap.right {
  background-color: transparent;
  background-image: url('/images/Happy-Birthday.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.mini-divider {
  width: 60px;
  height: 2px;
  margin-bottom: 10px;
  background-color: #fff;
}

.bold-special {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
}

.landing-text-link {
  margin-top: 20px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  text-decoration: underline;
}

.landing-text-link:hover {
  opacity: 1;
  color: #fff;
}

.blurred-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  padding: 40px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.dark {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.thin-italic {
  margin-left: 5px;
  opacity: 0.75;
  font-style: italic;
  font-weight: 400;
}

.page-heading {
  color: #0e2080;
  font-size: 60px;
  line-height: 1.2;
}

.page-heading.ds {
  color: #044896;
}

.contruct-wrap {
  width: 70%;
  margin: 40px auto;
}

.constrcut-logo {
  width: 150px;
}

.hd-search {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.choice-grid {
  margin-bottom: 20px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.choice-grid.dual {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.choice-grid.quad {
  margin-bottom: 70px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.radio-button-v2 {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 20px 10px 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 5px;
  background-color: #0e2080;
  color: #fff;
  cursor: pointer;
}

.radio-label-v2 {
  margin-top: 3px;
  font-weight: 700;
}

.checkbox-link {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.radio-button-2 {
  position: relative;
  z-index: 1;
}

.single-grid {
  margin-bottom: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.curb-order-num {
  color: #0e2080;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.6px;
}

.curb-form-wrap {
  height: auto;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.m-log-wrap {
  margin-bottom: 20px;
  text-align: center;
}

.form-logo {
  width: 110px;
  margin-right: auto;
  margin-left: auto;
}

.status-icon {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  font-family: 'Fa solid 900', sans-serif;
  color: #0e2080;
  font-size: 60px;
  line-height: 1;
  text-align: center;
}

.status-icon.error {
  color: #d50008;
}

.hidden {
  display: none;
  text-align: center;
}

.message-small {
  overflow: visible;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  text-align: center;
}

.radio-btn {
  width: 17px;
  height: 17px;
  margin-right: 10px;
}

.inline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.promo-text {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.promo-text.italic {
  font-style: italic;
}

.promo-text.cta {
  max-width: none;
  margin: 15px auto 29px;
  font-family: Lato, sans-serif;
  color: #0e2080;
  font-size: 35px;
  text-align: center;
}

.all-caps {
  padding-right: 1px;
  padding-left: 1px;
  color: #0e2080;
  font-weight: 700;
  text-transform: uppercase;
}

.spacer-90 {
  height: 90px;
}

.html-embed-4 {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.flex-wrapper:hover {
  box-shadow: 0 2px 10px 0 rgba(51, 51, 51, 0.35);
}

.theme-wrap {
  overflow: hidden;
  width: 70px;
  margin-right: 20px;
  border-radius: 5px;
}

.theme-wrap.light-b {
  width: 100%;
}

.curbside-logo {
  width: 50px;
  margin-right: 20px;
}

.instore-logo {
  width: 50px;
  margin-right: 20px;
}

.bold-tag {
  margin-top: 25px;
  margin-bottom: 5px;
  color: #000;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: 0px;
}

.email-ft {
  grid-column-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.h1 {
  margin-top: 0px;
  font-size: 28px;
  line-height: 30px;
}

.h1.heading-large {
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
}

.rel {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  margin-top: 0px;
  margin-bottom: -36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.06);
  border-radius: 0px 0px 6px 6px;
  background-color: #fafafa;
}

.rel:hover {
  background-color: #0e2080;
  color: #fff;
}

.overlay-border {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: none;
}

.overlay-center-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

.qty-field {
  width: 40px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  background-color: transparent;
  color: #333;
  text-align: center;
}

.qty-field::-webkit-input-placeholder {
  color: #333;
}

.qty-field:-ms-input-placeholder {
  color: #333;
}

.qty-field::-ms-input-placeholder {
  color: #333;
}

.qty-field::placeholder {
  color: #333;
}

.qty-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.adjust-link {
  padding-right: 3px;
  padding-left: 3px;
  opacity: 0.6;
  font-family: 'Fa solid 900', sans-serif;
  color: #333;
}

.adjust-link:hover {
  opacity: 1;
}

.spacer._20 {
  height: 40px;
}

.spacer._100 {
  height: 140px;
}

.spacer._30 {
  height: 30px;
}

.spacer._40 {
  height: 40px;
}

.spacer._30 {
  height: 30px;
}

.overlay-bg-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.09;
  -o-object-fit: cover;
  object-fit: cover;
}

.normal-text {
  margin-right: 5px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

.normal-text.left {
  margin-right: 0px;
  margin-left: 5px;
}

.goto-icon {
  margin-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
}

.option-link {
  display: none;
}

.overlay-close-link {
  display: none;
}

.grid-dash {
  position: relative;
  z-index: 1;
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.counterup {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 1px;
}

.counterup.negative {
  color: #fe000a;
}

.count-title {
  color: #333;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
}

.counter-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 140px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.05);
  border-radius: 6px;
  background-color: #fcfbfb;
  color: #0e2080;
  text-decoration: none;
}

.counter-symbol-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter-symbol-wrap.hidden {
  display: none;
}

.counter-symbol-wrap.positive {
  color: #49aa49;
}

.counter-symbol-wrap.negative {
  color: #fe000a;
}

.symbol {
  margin-top: 0px;
  margin-right: 4px;
  margin-bottom: 5px;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 1px;
}

.symbol.negative {
  text-align: center;
}

.dashed {
  margin: 0px 4px 5px;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 1px;
}

.name-id-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}

.customer-name {
  color: #fe000a;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
}

.id-text {
  font-weight: 700;
}

.vert-div {
  width: 1px;
  height: 25px;
  margin-right: 8px;
  margin-left: 8px;
  background-color: rgba(51, 51, 51, 0.2);
}

.name-id-wrap-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}

.left-flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.key-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.red-key-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fe000a;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.green-key-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #49aa49;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.top-wrap {
  margin-top: 81px;
  border-radius: 5px;
  background-color: transparent;
}

.disclaimer-wrap {
  max-width: 700px;
  margin-top: 46px;
  padding: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(143, 27, 48, 0.5);
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.65);
  font-size: 12px;
}

.minus-icon {
  margin-right: 6px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 16px;
  line-height: 1;
}

.plus-icon {
  margin-right: 6px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 16px;
  line-height: 1;
}

.company-title {
  max-width: 300px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.form-2 {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-border {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  box-shadow: none;
}

.div-block-144 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 28px;
  padding-bottom: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dislcaimer-wrap {
  max-width: 700px;
  margin-bottom: 30px;
  padding: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 5px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.color {
  display: inline-block;
  margin-right: 5px;
  color: #fe000a;
}

.checkbox-label-v2 {
  margin-top: 3px;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.check-btn {
  width: 25px;
  height: 25px;
  margin-top: 0px;
  margin-right: 10px;
}

.bag-opt-card {
  display: -ms-grid;
  display: grid;
  padding: 20px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(13, 32, 128, 0.1);
  border-radius: 5px;
  background-color: #f5f3f3;
  box-shadow: 0 18px 17px -16px rgba(51, 51, 51, 0.5);
}

.bag-qty-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-146 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  margin-left: 15px;
}

.tooltip-text {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Fa solid 900', sans-serif;
  color: #4eaa92;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: none;
  cursor: pointer;
}

.tooltip-text.base {
  position: relative;
  z-index: 1;
  margin-top: 7px;
  color: rgba(51, 51, 51, 0.7);
}

.tool-tip-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.size-span {
  text-transform: none;
}

.dp-img {
  width: 100%;
  height: 100%;
  padding: 0px;
  background-color: hsla(0, 0%, 100%, 0.97);
  -o-object-fit: cover;
  object-fit: cover;
}

.magnify-txt {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 5px;
  background-color: rgba(245, 243, 243, 0.3);
  opacity: 0.4;
  font-family: 'Fa solid 900', sans-serif;
}

.wrapper-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.outer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid rgba(14, 32, 128, 0.07);
  background-color: transparent;
  font-family: 'Fa brands 400', sans-serif;
  color: rgba(51, 51, 51, 0.7);
  font-size: 20px;
  line-height: 1;
}

.outer-link.email {
  font-family: 'Fa solid 900', sans-serif;
}

.outer-link.last {
  border-right-style: none;
}

.outer-link.solid {
  font-family: 'Fa solid 900', sans-serif;
}

.div-block-147 {
  color: #0e2080;
  font-size: 1rem;
  font-weight: 700;
}

.ref-icon {
  margin-top: -1px;
  margin-right: 6px;
  font-family: 'Fa solid 900', sans-serif;
  font-size: 16px;
}

.copy-link-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0.7);
}

.copy-link-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.copy-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 50px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #7a7a7a;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.copy-button:hover {
  background-color: #000;
  color: #fff;
}

.link-icon {
  margin-right: 5px;
  font-family: 'Fa solid 900', sans-serif;
}

.purchased-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.76);
  background-image: url('/images/line.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.registry-banner {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) #f5f3f3;
  border-radius: 6px 6px 0px 0px;
  background-color: #c4f1f4;
  box-shadow: none;
  -webkit-transition: border-color 350ms ease;
  transition: border-color 350ms ease;
  color: #333;
  text-decoration: none;
}

.banner-card {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #edfbfc;
}

.heading-thin {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 300;
}

._2-grid {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1px 1fr;
  grid-template-columns: 1fr 1px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.item-card {
  text-align: center;
}

.fa-icon {
  font-family: 'Fa solid 900', sans-serif;
  color: #333;
  font-size: 50px;
  line-height: 1;
}

.textbox-small {
  margin-right: auto;
  margin-left: auto;
}

.text-size._300 {
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}

.verticle-divider {
  width: 1px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.05);
}

.registry-banner-img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-card-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding: 30px;
  background-color: #c4f1f4;
}

.button-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #f9a13a;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #333;
  color: #fff;
}

.button-4.left-align {
  margin-left: 0px;
}

.text-wrapper {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.center-text {
  margin-bottom: 38px;
  text-align: center;
}

.text-light {
  color: #fff;
  text-align: center;
}

html.w-mod-js *[data-ix="hidden-cart-preview"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(1000px, 0px);
  -ms-transform: translate(1000px, 0px);
  transform: translate(1000px, 0px);
}

html.w-mod-js *[data-ix="hidden-menu"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="hidden-popup"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hidden-icon"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hidden-view"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hidden-form"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hidden-hight"] {
  height: 0px;
}

html.w-mod-js *[data-ix="alert"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="preloader"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="show-timer"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="counter-state"] {
  height: 100%;
}

html.w-mod-js *[data-ix="hidden-sub-menu"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="hidden-dropdown"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="show-dropdown"] {
  display: block;
  opacity: 1;
}

html.w-mod-js *[data-ix="comment-section-wrap-initial-state"] {
  height: 550px;
}

html.w-mod-js *[data-ix="hidden-option-form"] {
  display: none;
  opacity: 0;
  height: 0px;
}

html.w-mod-js *[data-ix="accordion-list-initial-state"] {
  display: none;
  opacity: 0;
  height: 0px;
}

@media screen and (min-width: 1280px) {
  .department-dropdown-list.w--open {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .t-drop-list.w--open {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
}

@media screen and (max-width: 991px) {
  .mobile-banner {
    height: auto;
  }

  .mobile-banner.mobile {
    display: none;
  }

  .tag-text.cart {
    text-align: left;
  }

  .product-title-h3.internal {
    max-height: none;
  }

  .product-title-h3.cart {
    max-height: none;
    min-height: 0px;
    margin-bottom: 10px;
  }

  .product-title-h3.fav-list {
    max-height: none;
    min-height: 0px;
    margin-bottom: 20px;
  }

  .product-image-wrapper {
    height: 250px;
  }

  .logo-image {
    width: 100%;
    float: none;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.no-padding {
    padding-top: 50px;
  }

  .h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .h3.color-center {
    margin-bottom: 20px;
    font-size: 40px;
  }

  .h3.color {
    font-size: 30px;
    line-height: 40px;
  }

  .h3.department-name {
    font-size: 30px;
    line-height: 40px;
  }

  .h3.color-center1 {
    font-size: 30px;
    line-height: 40px;
  }

  .h3.dark {
    font-size: 30px;
    line-height: 40px;
  }

  .h3.color-center3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .h3.special-note {
    font-size: 30px;
    line-height: 35px;
  }

  .promo-para {
    font-size: 25px;
  }

  .carousel-slider {
    width: 100%;
    min-height: 400px;
  }

  .carousel-slider.featured {
    min-height: 620px;
  }

  ._16-slide {
    width: 33%;
  }

  .menu-top-bar {
    display: none;
    text-align: left;
  }

  .price-h2.cart {
    font-size: 18px;
  }

  .price-h2.strike.cart {
    text-align: left;
  }

  .price-h2.email-cartprice {
    font-size: 18px;
  }

  .ft-content-wrapper {
    min-height: 300px;
    margin-bottom: 20px;
  }

  .promo-h4 {
    font-size: 40px;
    line-height: 50px;
  }

  .cta-wrapper {
    width: 40%;
    padding: 15px;
  }

  .cards-wrapper {
    min-height: 480px;
  }

  .cards-wrapper.slide {
    max-height: 520px;
    min-height: 520px;
  }

  .sub-menu-wrapper {
    display: none;
  }

  .link-wrapper {
    margin-bottom: 25px;
  }

  .link-wrapper.product-card-link {
    width: 100%;
  }

  .link-wrapper.featured-card-link {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .link-wrapper.featured-card-link.right {
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .mask {
    padding-right: 0px;
    padding-left: 0px;
  }

  .price-wrapper.disconted {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row {
    margin-top: 20px;
    margin-right: 0px;
  }

  .row.flex {
    margin-bottom: 69px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .label-text.dark {
    margin-bottom: 5px;
  }

  .label-text.dark {
    margin-bottom: 5px;
  }

  .label-text.discount {
    margin-bottom: 5px;
  }

  .button {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
  }

  .button.cart {
    display: block;
  }

  .button.confirm {
    width: auto;
  }

  .button.add-to-cart {
    margin-bottom: 0px;
  }

  .button.full {
    display: block;
    width: auto;
  }

  .button.promo {
    display: block;
    width: 100%;
  }

  .button.clear {
    border-color: #d53d43;
    background-color: #d53d43;
    opacity: 1;
  }

  .button.light {
    display: block;
  }

  .button.light.small {
    margin-right: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .button.col {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.col.outline {
    text-align: center;
  }

  .button.trash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.full {
    display: block;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.quote {
    display: block;
  }

  .button.cta-light {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.wish {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.gift-reg {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.email {
    display: block;
  }

  .button.cta-light-f {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.landing-button {
    max-width: none;
  }

  .button.outline {
    display: block;
  }

  .comments-wrapper.contact {
    display: block;
  }

  ._33-wrapper {
    width: 50%;
  }

  .top-menu-wrapper {
    margin-bottom: 20px;
  }

  .product-image.internal {
    width: 100%;
  }

  .lightbox-link.details-page {
    height: 380px;
  }

  .lightbox-link.details-page {
    height: 380px;
  }

  .lightbox-link.details-page.r-mini {
    padding: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(13, 32, 128, 0.05);
  }

  .click-close-wrapper {
    width: 40%;
  }

  .cart-preview-wrapper {
    overflow: auto;
    width: 60%;
  }

  .direct-link {
    display: block;
    width: 170px;
    height: 130px;
    margin-right: 10px;
    margin-bottom: 14px;
  }

  ._25-slide {
    width: 33.7%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 12px;
  }

  .italic-header-text {
    width: 190px;
    font-size: 25px;
    line-height: 30px;
  }

  .loyalty-card-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .banner-link {
    height: auto;
  }

  .white-wrapper {
    width: 60%;
  }

  .department-dropdown {
    height: auto;
  }

  .department-icon {
    margin-right: 10px;
  }

  .dropdown-link {
    padding-left: 35px;
    border-bottom: 1px solid rgba(12, 74, 120, 0.25);
  }

  .dropdown-link:hover {
    border-bottom-color: rgba(208, 200, 42, 0.15);
  }

  .dropdown-link.w--current {
    border-bottom-color: rgba(208, 200, 42, 0.15);
    background-color: #000;
    color: #d0c82a;
  }

  .dropdown-link.special {
    background-color: #f5f3f3;
    color: #fe000a;
  }

  .department-dropdown-list {
    position: relative;
  }

  .field.search {
    height: 50px;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: rgba(51, 51, 51, 0.06);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }

  .field.search::-webkit-input-placeholder {
    font-size: 16px;
  }

  .field.search:-ms-input-placeholder {
    font-size: 16px;
  }

  .field.search::-ms-input-placeholder {
    font-size: 16px;
  }

  .field.search::placeholder {
    font-size: 16px;
  }

  .full-flex-wrapper.nav {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .full-flex-wrapper.nav-copy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .branding {
    display: none;
  }

  .branding.w--current {
    display: none;
    float: none;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .branding.mobile {
    display: inline-block;
    width: 55px;
    height: auto;
    float: none;
    text-align: center;
  }

  .nav-menu {
    width: 50%;
    border-left: 2.5px solid #f5a543;
    background-color: #fff;
  }

  .form-block.category {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .form-block.search {
    width: 100%;
  }

  .submit-button.search {
    padding-right: 7px;
    padding-left: 7px;
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: rgba(51, 51, 51, 0.06);
    background-color: #f5f3f3;
    color: #333;
  }

  .submit-button.search:hover {
    background-color: #f5f3f3;
  }

  .form {
    height: 60px;
  }

  .form.right {
    display: block;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .relative-wrapper {
    display: block;
    width: 100%;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .nav-wrapper {
    display: none;
  }

  .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(8, 72, 151, 0.25);
  }

  .nav-link:hover {
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
    background-color: #084897;
    color: #fff;
  }

  .nav-link.w--current {
    border-bottom-color: hsla(0, 0%, 100%, 0.2);
    background-color: #084897;
    color: #fff;
  }

  .side-wrapper {
    display: none;
    margin-top: 10px;
    margin-left: 0px;
    padding-left: 10px;
  }

  .form-wrapper {
    position: relative;
    overflow: hidden;
  }

  .nav-section {
    padding-bottom: 10px;
    border-bottom: 4px solid #fe000a;
    background-color: transparent;
  }

  .department-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-top: 11px;
    padding-right: 15px;
    padding-bottom: 11px;
    border-radius: 5px;
    background-color: #fe000a;
    font-size: 12px;
  }

  .department-image {
    display: none;
  }

  .just-arrived-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .indulge-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .promo-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .brands-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .recommended-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bot-bar {
    display: none;
  }

  .menu-side-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
    font-style: normal;
  }

  .bot-wrapper {
    display: none;
  }

  .link-label-text {
    margin-right: auto;
    margin-left: auto;
    font-size: 0.75ch;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
  }

  .mobile-dropdown {
    z-index: 0;
    display: block;
    border-style: none;
  }

  .mobile-drop-link {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    border-bottom: 1px dotted rgba(13, 32, 128, 0.1);
    color: #333;
    font-weight: 700;
  }

  .mobile-drop-link:hover {
    border-left: 1px solid hsla(0, 0%, 100%, 0.98);
    border-bottom-color: rgba(245, 243, 243, 0.3);
    background-color: #f5f3f3;
    color: #0e2080;
  }

  .mobile-drop-link.w--current {
    border-left: 1px solid hsla(0, 0%, 100%, 0.98);
    background-color: #f5f3f3;
    color: #999;
  }

  .nav-text {
    margin-bottom: 10px;
    color: #0e2080;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
  }

  .nav-text.no-pad {
    margin-bottom: 0px;
  }

  .nav-text.little {
    margin-bottom: 0px;
    text-transform: capitalize;
  }

  .nav-text.sub-cat {
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
  }

  .header-wrapper {
    display: block;
    padding: 20px 20px 15px;
    border-bottom: 1px solid rgba(8, 72, 151, 0.25);
    text-align: left;
  }

  .grid-wrapper._50 {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
  }

  .header-sub-text {
    margin-bottom: 7px;
    font-size: 12px;
    font-style: italic;
  }

  .dashboard-menu-wrapper {
    overflow: auto;
    height: 100%;
    padding-bottom: 60px;
  }

  .menu-link.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #0e2080;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }

  .menu-link.mobile:hover {
    color: #fe921b;
  }

  .menu-link.mobile.w--current {
    color: #fe921b;
  }

  .menu-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 40%;
    border-right: 4px solid #fe000a;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fff;
  }

  .menu-icon {
    margin-right: auto;
    margin-bottom: 7px;
    margin-left: auto;
    font-family: 'Fa solid 900', sans-serif;
    font-size: 2ch;
    line-height: 1;
  }

  .mobile-nav-link {
    display: block;
    padding-right: 20px;
    border-bottom: 1px solid rgba(13, 32, 128, 0.1);
    background-color: #fff;
    color: #333;
    text-decoration: none;
  }

  .mobile-nav-link:hover {
    border-bottom-color: hsla(0, 0%, 100%, 0.05);
    background-color: #f5f3f3;
    color: #0e2080;
  }

  .mobile-nav-link.w--current {
    border-bottom: 1px solid rgba(245, 243, 243, 0.3);
    background-color: #f5f3f3;
    color: #999;
  }

  .mobile-nav-link.dd {
    color: #333;
  }

  .mobile-nav-link.dd:hover {
    border-left: 1px solid hsla(0, 0%, 100%, 0.98);
    border-bottom-color: rgba(245, 243, 243, 0.3);
    color: #0e2080;
  }

  .mobile-nav-link.sale {
    color: #fe000a;
  }

  .mobile-nav-link.sale:hover {
    background-color: #fff;
  }

  .mobile-nav-link.sp {
    border-bottom-color: rgba(51, 51, 51, 0.2);
    background-color: rgba(13, 32, 128, 0.05);
    color: #333;
  }

  .mobile-nav-link.dp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: rgba(13, 32, 128, 0.05);
    color: #333;
  }

  .mobile-nav-link.dp:hover {
    color: #333;
  }

  .mobile-drop-list.w--open {
    position: relative;
  }

  .close-link {
    position: absolute;
  }

  .close-link.dark {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    padding: 13px 25px;
    background-color: #f5f5f5;
  }

  .search-wrapper {
    position: relative;
    z-index: 1;
    width: 70%;
  }

  .h2 {
    font-size: 34px;
  }

  .h2.banner {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .close-link-2 {
    background-color: #333;
    color: #fff;
  }

  .search-popup-wrapper {
    display: none;
    overflow: auto;
  }

  .select-field.departments {
    border-radius: 6px;
  }

  ._80-wrapper {
    width: 100%;
  }

  .breadcrumb-trail-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sharel-link-wrapper {
    margin-right: 0px;
  }

  .container-wrapper {
    width: 100%;
  }

  .container-wrapper.special {
    width: 100%;
  }

  .share-link {
    margin-right: 0px;
    margin-left: 15px;
  }

  .section-wrapper {
    min-height: 60vh;
  }

  .info-wrapper {
    padding: 40px;
  }

  .tab-link {
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(14, 32, 128, 0.2);
    border-radius: 6px;
  }

  .tab-link:hover {
    background-color: rgba(14, 32, 128, 0.78);
    color: #fff;
  }

  .tab-link.w--current {
    background-color: #0e2080;
    color: #fff;
  }

  .pagination-link {
    min-height: 52px;
    min-width: 52px;
  }

  .text-label {
    display: block;
  }

  .text-label.checkbox {
    margin-bottom: 0px;
    margin-left: 5px;
  }

  .reveal-wrapper {
    padding: 15px;
  }

  .serial-text.cart {
    margin-bottom: 5px;
  }

  .accordion-text {
    font-size: 15px;
    line-height: 20px;
  }

  ._45-wrapper {
    width: 100%;
    margin-bottom: 32px;
    padding-right: 0px;
  }

  ._45-wrapper.right {
    padding-left: 0px;
  }

  .radio-box.remember {
    margin-bottom: 5px;
  }

  .grid-5 {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tile-link {
    min-height: 200px;
    padding: 15px;
  }

  .amount-wrapper.mobile {
    margin-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 700;
  }

  .grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mini-flex-wrapper {
    width: 100%;
  }

  .remove-link {
    display: block;
  }

  .payment-wrapper.spaced {
    margin-bottom: 30px;
  }

  .grid-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .s-field.quantity-select {
    width: 60px;
  }

  .s-field.v-2 {
    border-style: solid;
    border-color: rgba(14, 32, 128, 0.07);
    background-color: rgba(245, 243, 243, 0.4);
  }

  .s-field.v-3 {
    border-style: solid;
    border-color: rgba(14, 32, 128, 0.07);
    background-color: rgba(245, 243, 243, 0.4);
  }

  .checkbox-field.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-8 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .change-wrapper {
    display: block;
  }

  .change-wrapper.edit {
    display: block;
  }

  .shipping-address-wrapper.spaced {
    margin-bottom: 30px;
  }

  .order-history-wrapper {
    padding-right: 0px;
  }

  .buy-link {
    display: block;
    text-align: right;
  }

  .desktop-wrapper {
    display: none;
  }

  .desktop-wrapper.visible {
    display: block;
  }

  .mobile-wrapper {
    display: block;
  }

  .mobile-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-select-form {
    margin-bottom: 0px;
  }

  .loyalty-card-section {
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .checkbox.large {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: -20px;
  }

  .instuct-wrapper {
    display: block;
  }

  .popup-wrapper {
    display: none;
    padding-bottom: 0px;
  }

  .g-wrapper {
    width: 80%;
  }

  .grid-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .caution-text {
    text-align: left;
  }

  ._404-image {
    width: 40%;
  }

  .filter-text {
    font-size: 15px;
    line-height: 20px;
  }

  .department-link {
    overflow: hidden;
  }

  .filter-flex-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-2 {
    z-index: 2000;
    display: none;
    width: 90%;
  }

  .flex-wrapper-items.mini-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-wrapper-items.mini-text.total-order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wide {
    overflow: hidden;
    width: 100%;
    float: none;
  }

  .grid-1 {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .generic-link {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
  }

  .gallery-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .faq-title {
    font-size: 15px;
    line-height: 20px;
  }

  .close-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgba(51, 51, 51, 0.5);
  }

  .grid-13 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .loyalty-points-wrap {
    min-height: 200px;
    padding: 15px;
  }

  .instock {
    margin-left: 0px;
  }

  .email-label-text.dark {
    margin-bottom: 5px;
  }

  .email-label-text.dark {
    margin-bottom: 5px;
  }

  .email-label-text.dark-comments {
    margin-bottom: 5px;
  }

  .e-title.dark {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
  }

  .email-company-divider-bold.v2 {
    margin-top: 20px;
  }

  .grid-17 {
    grid-template-areas: ".";
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-image-2 {
    width: 100px;
  }

  .ft-title-2 {
    min-height: 45px;
  }

  .bold-text-3 {
    min-height: 150px;
  }

  .meri-text {
    margin-left: 2px;
  }

  .div-block-128 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .email-col.v2 {
    margin-bottom: 0px;
  }

  .out-of-stock {
    margin-left: 0px;
  }

  .ft-title-card {
    min-height: 45px;
  }

  .promo-img.tablet {
    display: block;
  }

  .discount-tag-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-wrapper {
    margin-bottom: 80px;
  }

  .survay-content {
    width: 90%;
  }

  .survay-close-link {
    position: absolute;
  }

  .banner-link-img {
    display: none;
  }

  .banner-link-img.tablet {
    display: block;
  }

  .depart-sum-wrapper {
    width: 80%;
  }

  .testimonial-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quote-icon-wrapper {
    width: 5%;
  }

  .quote-icon-wrapper.internal {
    width: 5%;
  }

  .menu-mobile-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 60px 40px;
    grid-template-columns: 60px 40px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .right-menu-grid {
    height: 99%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .left-menu-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .center-menu-grid {
    height: 100%;
    text-align: left;
  }

  .js-clock.dark {
    margin-bottom: 20px;
  }

  .hide-link {
    display: inline-block;
  }

  .padding-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .right-1-grid-wrapper {
    height: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .mobile-menu-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .center-div {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .cancel-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 10px 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
  }

  .tier-2-link {
    padding-left: 35px;
  }

  .tier-2-link.w--current {
    border-bottom-color: rgba(208, 200, 42, 0.15);
    background-color: #000;
    color: #d0c82a;
  }

  .drop-link {
    padding-left: 35px;
    border-bottom: 1px solid rgba(12, 74, 120, 0.25);
  }

  .drop-link:hover {
    border-bottom-color: rgba(208, 200, 42, 0.15);
  }

  .drop-link.w--current {
    border-bottom-color: rgba(208, 200, 42, 0.15);
    background-color: #000;
    color: #d0c82a;
  }

  .drop-link.special {
    background-color: #f5f3f3;
    color: #fe000a;
  }

  .tier-1-link {
    padding-left: 35px;
    border-bottom: 1px solid rgba(12, 74, 120, 0.25);
  }

  .tier-1-link:hover {
    border-bottom-color: rgba(208, 200, 42, 0.15);
  }

  .tier-1-link.w--current {
    border-bottom-color: rgba(208, 200, 42, 0.15);
    background-color: #000;
    color: #d0c82a;
  }

  .t-img {
    display: none;
  }

  .t-drop-list {
    position: relative;
  }

  .new-drop-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-top: 11px;
    padding-right: 15px;
    padding-bottom: 11px;
    border-radius: 5px;
    background-color: #fe000a;
    font-size: 12px;
  }

  .new-dropdown {
    height: auto;
  }

  .departments-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .sub-link-wrapper {
    overflow: auto;
    height: 100%;
    padding-bottom: 60px;
  }

  .mobile-dp-link {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(13, 32, 128, 0.1);
    color: #0e2080;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-dp-link:hover {
    border-left: 1px solid hsla(0, 0%, 100%, 0.98);
    border-bottom-color: hsla(0, 0%, 100%, 0.05);
    background-color: #0e2080;
    color: #fff;
  }

  .mobile-dp-link.w--current {
    border-bottom: 1px solid rgba(245, 243, 243, 0.3);
    border-left: 1px solid #f5f5f5;
    background-color: #0e2080;
    color: #fff;
    font-style: italic;
  }

  .mobile-dp-link.more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .prev-link {
    display: block;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(13, 32, 128, 0.1);
    background-color: rgba(14, 32, 128, 0.05);
    color: #333;
    text-decoration: none;
  }

  .prev-link:hover {
    border-left: 1px solid hsla(0, 0%, 100%, 0.98);
    border-bottom-color: hsla(0, 0%, 100%, 0.05);
    color: #333;
  }

  .prev-link.w--current {
    border-bottom: 1px solid rgba(245, 243, 243, 0.3);
    border-left: 1px solid #f5f5f5;
    background-color: #0e2080;
    color: #fff;
    font-style: italic;
  }

  .category-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .mobile-cat-link {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(13, 32, 128, 0.1);
    color: #0e2080;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
  }

  .mobile-cat-link:hover {
    border-left: 1px solid hsla(0, 0%, 100%, 0.98);
    border-bottom-color: hsla(0, 0%, 100%, 0.05);
    background-color: #0e2080;
    color: #fff;
  }

  .mobile-cat-link.w--current {
    border-bottom: 1px solid rgba(245, 243, 243, 0.3);
    border-left: 1px solid #f5f5f5;
    background-color: #0e2080;
    color: #fff;
    font-style: italic;
  }

  .mobile-cat-link.more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sub-category-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
  }

  .mobile-sub-link {
    display: block;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(13, 32, 128, 0.1);
    color: #0e2080;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: capitalize;
  }

  .mobile-sub-link:hover {
    border-left: 1px solid hsla(0, 0%, 100%, 0.98);
    border-bottom-color: hsla(0, 0%, 100%, 0.05);
    background-color: #0e2080;
    color: #fff;
  }

  .mobile-sub-link.w--current {
    border-bottom: 1px solid rgba(245, 243, 243, 0.3);
    border-left: 1px solid #f5f5f5;
    background-color: #0e2080;
    color: #fff;
    font-style: italic;
  }

  .more-arrow {
    margin-right: 4px;
    font-family: 'Fa solid 900', sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .mx-width {
    display: block;
  }

  .filter-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .code-reveal {
    min-width: 10%;
  }

  .special-code {
    font-size: 30px;
  }

  .click-me-wrap {
    margin-top: 214px;
  }

  .mouse-lottie {
    margin-top: -75px;
  }

  .congratz-heading {
    font-size: 60px;
  }

  .claim-text {
    font-size: 30px;
  }

  .grid-10-copy {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .edit-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup-content-wrapper {
    padding: 30px;
  }

  .message-pop-container {
    width: 100%;
    max-width: 100%;
  }

  .wish-list-wrapper {
    padding-right: 0px;
  }

  .registry-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .block {
    text-align: center;
  }

  .comments {
    width: 90%;
  }

  .comments.full {
    width: 100%;
  }

  .rating-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rating-radio {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .vert-divider {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .review-80 {
    width: 100%;
  }

  .review-link {
    display: block;
  }

  .wrap.edit {
    width: 200px;
    height: 200px;
  }

  .review-img-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .review-lightbox {
    height: 130px;
  }

  .wishlist-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gift-registry-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .info-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .form-rate-grid {
    min-width: 160px;
  }

  .rate-grid-wrap {
    display: block;
  }

  .option-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .clear-box {
    width: 100%;
  }

  .list-share-link {
    font-size: 25px;
    line-height: 1;
  }

  .print-wrapper {
    padding: 40px;
  }

  .santa-hat {
    right: -15px;
  }

  .fav-icon-item.small {
    background-color: transparent;
  }

  .fav-icon-wrap {
    bottom: 7%;
  }

  .fav-icon-wrap.slide {
    position: absolute;
    left: 0%;
    top: auto;
    right: 12px;
    bottom: 10%;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    padding: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(51, 51, 51, 0.2);
    border-radius: 7px;
    background-color: #fff;
    text-align: center;
  }

  .fav-icon-wrap.slide {
    position: absolute;
    left: 7%;
    top: 6%;
    right: auto;
    bottom: auto;
    display: inline-block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 6px;
    border-style: none;
    border-radius: 0px;
    background-color: #fff;
    text-align: center;
  }

  .fav-icon-wrap.v2 {
    left: 10px;
    top: 15px;
    right: auto;
    bottom: auto;
  }

  .list-item-wrap {
    margin-right: 12px;
  }

  .list-grid.spacer {
    margin-bottom: 60px;
    grid-row-gap: 2px;
    -ms-grid-columns: 0.25fr 1fr 0.5fr;
    grid-template-columns: 0.25fr 1fr 0.5fr;
  }

  .list-grid.end {
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr 0.5fr 1fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 0.5fr 1fr;
  }

  .list-grid.fav {
    -ms-grid-columns: 0.5fr 0.5fr 0.5fr 1fr 1fr;
    grid-template-columns: 0.5fr 0.5fr 0.5fr 1fr 1fr;
  }

  .list-img {
    display: block;
    margin-bottom: 14px;
  }

  .column-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wish-add-link {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wish-add-link.registry {
    display: inline-block;
  }

  .side-wrap {
    width: 100%;
  }

  .login-wrap-frosted {
    width: 95%;
  }

  .dash-img-wrapper {
    padding: 30px;
  }

  .fix-note {
    opacity: 1;
  }

  .review-gal {
    padding: 5px 10px;
    float: left;
  }

  .comment-link {
    display: inline-block;
    padding: 5px 10px;
  }

  .comment-divider {
    width: 100%;
  }

  .reg.light {
    font-size: 20px;
  }

  .registry-cats-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .registry-cats-grid.profile {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .registry-finder {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .button.reg-search.hd.left {
    width: 40%;
  }

  .reg-listing-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .reg-listing-grid.preview {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .card-inner-grid {
    -ms-grid-columns: 0.75fr 1fr;
    grid-template-columns: 0.75fr 1fr;
  }

  .opt-title {
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .upload-wrap {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .preview-wrapper {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .form-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .contact-info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-div-2 {
    margin-top: 0px;
    margin-left: 0px;
    padding: 20px;
  }

  .type-grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  ._70-container {
    width: 100%;
  }

  .create-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-26 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .side-wraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-27 {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-143 {
    text-align: right;
  }

  .result-grid {
    padding: 20px;
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    -ms-grid-columns: 0.75fr 0.25fr 0.25fr 0.25fr;
    grid-template-columns: 0.75fr 0.25fr 0.25fr 0.25fr;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(14, 32, 128, 0.07);
    border-radius: 6px;
    background-color: #f5f3f3;
  }

  .result-grid.header {
    background-color: transparent;
  }

  .color-box {
    padding-right: 15px;
    padding-left: 15px;
  }

  .reg-info-box {
    padding-right: 11px;
    padding-left: 11px;
  }

  .left-grid-wrap {
    position: relative;
    top: 0px;
  }

  .right-side-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .dual-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .home-bar {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: none;
  }

  .home-bar.mobile {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-style: none;
  }

  .sub-nav-wrap.desktop {
    display: none;
  }

  .message-box {
    padding-right: 11px;
    padding-left: 11px;
  }

  .mini-text {
    opacity: 1;
  }

  .category-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-2 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .promo-3-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pharmacy-section {
    height: auto;
  }

  .banner-img-2 {
    display: none;
  }

  .banner-img-2.tablet {
    position: relative;
    z-index: 1;
    display: block;
  }

  .banner-img-2.mobile {
    display: none;
  }

  .email-pop-container {
    width: 100%;
    max-width: 100%;
  }

  .upload-button {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(51, 51, 51, 0.05);
  }

  .flex-wrap-2 {
    padding-right: 25px;
  }

  .delete {
    padding-right: 0px;
    padding-left: 9px;
    font-size: 18px;
  }

  .mini-link {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .landing-img-wrapper {
    background-position: 50% 50%;
    background-size: cover;
  }

  .landing-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bg-wrap {
    padding: 45px;
  }

  .landing-text-link {
    padding: 15px;
  }

  .blurred-wrapper {
    width: 100%;
  }

  .choice-grid.quad {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .radio-button-v2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .h1 {
    font-size: 34px;
  }

  .overlay-border {
    display: none;
  }

  .option-link {
    position: absolute;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: auto;
    z-index: 1;
    display: block;
    padding: 10px 14px;
    border-radius: 5px;
    background-color: #fafafa;
  }

  .opt-text {
    font-family: 'Fa solid 900', sans-serif;
    font-size: 30px;
    line-height: 0.4;
    text-transform: uppercase;
  }

  .overlay-close-link {
    position: absolute;
    left: auto;
    top: 15px;
    right: 10px;
    bottom: auto;
    z-index: 3;
    display: block;
    padding: 6px 12px;
    border-radius: 5px;
    background-color: hsla(0, 0%, 100%, 0.97);
    color: #333;
  }

  .overlay-close-link:hover {
    color: #333;
  }

  .grid-dash {
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .counter-wrap {
    padding: 15px;
  }

  .name-id-wrap-copy {
    margin-bottom: 60px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .left-flex-wrapper {
    margin-bottom: 15px;
  }

  .key-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .red-key-wrap {
    margin-right: 0px;
    margin-bottom: 16px;
  }

  .cart-border {
    display: none;
  }

  .tooltip-text {
    opacity: 0.8;
  }

  .tooltip-text:hover {
    opacity: 1;
  }

  .outer-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .copy-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
  }

  .registry-banner {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .banner-card {
    position: relative;
    width: auto;
    padding-right: 30px;
  }

  ._2-grid {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 21px 1fr;
    grid-template-columns: 1fr 21px 1fr;
  }

  .verticle-divider {
    margin-right: auto;
    margin-left: auto;
  }

  .banner-card-2 {
    position: relative;
    width: auto;
    padding-right: 30px;
  }

  .button-4 {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
  }

  .button-4.left-align {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .mobile-banner {
    display: block;
  }

  .mobile-banner.mobile {
    display: none;
  }

  .tag-text {
    margin-top: -25px;
  }

  .product-title-h3.fav-list {
    margin-bottom: 0px;
  }

  .product-image-wrapper {
    height: 200px;
  }

  .product-image-wrapper.list-variant {
    width: 180px;
    padding: 10px;
  }

  .right-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .copyright-text {
    margin-bottom: 5px;
    text-align: center;
  }

  .section {
    padding: 20px 15px;
  }

  .section.breadcrumb {
    display: none;
  }

  .section.background {
    padding-bottom: 20px;
  }

  .section.no-padding {
    padding-top: 0px;
  }

  .section.contruction {
    padding-bottom: 20px;
  }

  .h3.color {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .h3.color-center {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .h3.color {
    margin-bottom: 20px;
  }

  .h3.department-name {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .h3.color-center1 {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .h3.light {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .h3.dark {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .h3.color-center3 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 30px;
    line-height: 40px;
  }

  .promo-para {
    display: none;
    font-size: 20px;
    line-height: 30px;
  }

  .carousel-slider {
    min-height: 360px;
  }

  .carousel-slider.featured {
    min-height: 580px;
  }

  ._16-slide {
    width: 50%;
  }

  .menu-top-bar {
    display: none;
    margin-right: -15px;
    margin-left: -15px;
  }

  .ft-sub-title-text.locations {
    text-align: center;
  }

  .ft-wrapper {
    margin-top: 40px;
    padding-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .triangle-wrapper {
    margin-top: -30px;
    margin-bottom: 40px;
  }

  .ft-content-wrapper {
    min-height: 0px;
    margin-bottom: 30px;
    padding-right: 0px;
    text-align: center;
  }

  .product-card-description {
    padding: 10px;
  }

  .product-card-description.list-variant {
    padding: 10px;
  }

  .promo-h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .cta-link {
    margin-left: 10px;
    font-size: 16px;
  }

  .para {
    margin-top: 20px;
  }

  .mini-para {
    text-align: center;
  }

  .mini-para.dark {
    text-align: left;
  }

  .cta-wrapper {
    width: 40%;
    padding: 10px;
    border-radius: 0px 6px 6px 0px;
  }

  .cards-wrapper {
    min-height: 440px;
  }

  .cards-wrapper.slide {
    max-height: 480px;
    min-height: 480px;
  }

  .arrow.out {
    margin-left: -10px;
  }

  .arrow.out.right {
    margin-right: -10px;
  }

  .link-wrapper.product-card-link {
    width: 100%;
  }

  .link-wrapper.featured-card-link {
    width: 94%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .locations-wrapper {
    padding-top: 0px;
    text-align: center;
  }

  .row.spaced {
    margin-bottom: 0px;
  }

  .row.flex {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .label-text {
    margin-bottom: 4px;
  }

  .button.col {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.trash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.full {
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.wish {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.gift-reg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.email {
    padding: 9px 7px;
  }

  .button.auto {
    width: 100%;
  }

  .comments-wrapper.spaced {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .comments-wrapper.large-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .comments-wrapper.mini-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .comments-wrapper.subtot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  ._33-wrapper {
    width: 100%;
  }

  .product-image.internal {
    width: 100%;
  }

  .lightbox-link.details-page {
    width: 100%;
  }

  .lightbox-link.details-page {
    width: 100%;
  }

  .lightbox-link.details-page.v2 {
    height: 400px;
  }

  .text-grand-total {
    font-size: 14px;
  }

  .cart-preview-wrapper {
    overflow: auto;
    padding-bottom: 76px;
  }

  .direct-link {
    margin-right: 25px;
    padding-right: 0px;
  }

  ._25-slide {
    width: 50%;
    padding-right: 12px;
  }

  .divider-line {
    display: none;
    width: 100%;
  }

  .italic-header-text {
    width: auto;
    margin-bottom: 15px;
    padding-right: 0px;
  }

  .loyalty-card-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .feature-link {
    margin-bottom: 10px;
    padding: 10px;
  }

  .feature-text {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .mini-light-box {
    margin-bottom: 0px;
  }

  .banner-link {
    height: auto;
  }

  .white-wrapper {
    width: 70%;
    padding: 20px;
  }

  .department-icon {
    font-size: 15px;
    line-height: 15px;
  }

  .dropdown-text.desktop {
    font-size: 13px;
  }

  .field.search {
    height: 50px;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: rgba(51, 51, 51, 0.06);
  }

  .full-flex-wrapper.nav {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .full-flex-wrapper.nav-copy {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .branding {
    padding-left: 0px;
    float: none;
  }

  .branding.mobile {
    width: 50px;
  }

  .form-block.category {
    display: none;
  }

  .form-block.search {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .submit-button.search {
    padding-right: 7px;
    padding-left: 7px;
    border-style: solid solid solid none;
    border-width: 1px;
    border-color: rgba(51, 51, 51, 0.06);
    background-color: #f5f3f3;
    font-family: 'Fa solid 900', sans-serif;
    color: #333;
  }

  .submit-button.search:hover {
    background-color: #f5f3f3;
  }

  .relative-wrapper {
    width: 100%;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
  }

  .nav-section {
    padding-right: 15px;
    padding-left: 15px;
  }

  .department-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 14px;
  }

  .just-arrived-section {
    padding: 40px 25px;
  }

  .indulge-section {
    padding: 40px 15px;
  }

  .promo-section {
    padding: 40px 25px;
  }

  .brands-section {
    padding: 40px 15px;
  }

  .recommended-section {
    padding: 40px 25px;
  }

  .menu-side-wrapper {
    font-style: normal;
  }

  .bot-wrapper {
    z-index: 9999;
  }

  .link-label-text {
    text-align: center;
  }

  .mobile-dropdown {
    display: block;
  }

  .mobile-drop-link {
    width: 100%;
  }

  .header-wrapper {
    position: relative;
  }

  .grid-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid-wrapper._50 {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }

  .menu-link.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    text-align: center;
  }

  .menu-link.mobile:hover {
    color: #fe921b;
  }

  .menu-wrapper {
    overflow: auto;
    width: 50%;
  }

  .menu-icon {
    font-family: 'Fa solid 900', sans-serif;
  }

  .mobile-nav-link {
    display: block;
    padding-right: 20px;
    text-decoration: none;
  }

  .mobile-nav-link.dd {
    padding-right: 40px;
  }

  .mobile-drop-list.w--open {
    position: relative;
    right: auto;
  }

  .close-link.dark {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, 0.5);
  }

  .search-wrapper {
    width: 100%;
  }

  .h2.special {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .h2.banner {
    width: 100%;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
    font-weight: 400;
  }

  .h2.heading-medium {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .h2.heading-small {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .search-popup-wrapper {
    padding: 50px 15px;
  }

  ._80-wrapper {
    width: 100%;
  }

  .breadcrumb-link {
    margin-bottom: 5px;
  }

  .space-wrapper {
    margin-bottom: 5px;
  }

  .current-breadcrumb-text {
    margin-bottom: 5px;
  }

  .social-icon.top {
    width: 30px;
    padding: 7px;
  }

  .sharel-link-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .container-wrapper {
    position: relative;
  }

  .container-wrapper.special {
    width: 100%;
    padding: 20px;
  }

  .subheading-text {
    margin-bottom: 20px;
  }

  .share-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .share-link {
    margin-right: 10px;
    margin-left: 10px;
  }

  .page-image {
    height: 300px;
  }

  .section-wrapper {
    height: auto;
    min-height: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .info-wrapper {
    padding: 15px;
  }

  ._50-wrapper {
    width: 100%;
  }

  .button-wrapper.flex {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-link {
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(14, 32, 128, 0.2);
    border-radius: 6px;
  }

  .tab-link.w--current {
    background-color: #0e2080;
    color: #fff;
  }

  .pagination-link {
    min-height: 52px;
    min-width: 52px;
  }

  .pagination-wrapper {
    display: none;
  }

  .tab-wrapper {
    padding: 0px;
  }

  .text-label {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .lightbox-wrapper {
    margin-bottom: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .reveal-wrapper {
    padding: 15px;
  }

  .quantity-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .serial-text {
    font-size: 14px;
  }

  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radio-box.pickup {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .shadow-wrapper {
    min-height: 0px;
    margin-bottom: 39px;
    padding: 15px;
  }

  .shadow-wrapper.password-reset {
    display: none;
  }

  .grid-5 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tile-link {
    min-height: 170px;
  }

  .indication-text {
    margin-bottom: 15px;
    text-align: center;
  }

  .indication-text.limit {
    text-align: left;
  }

  .title-text.mini {
    margin-bottom: 8px;
    font-size: 17px;
  }

  .cta-text {
    margin-bottom: 15px;
  }

  .summary-wrapper {
    position: relative;
    top: 0px;
    padding: 15px;
  }

  .amount-wrapper {
    text-align: left;
  }

  .amount-wrapper.left.v2 {
    text-align: left;
  }

  .amount-wrapper.v2 {
    text-align: left;
  }

  .cart-info-wrapper {
    display: block;
  }

  .wrapper.flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cart-wrapper {
    padding-right: 0px;
  }

  .grid-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .title-link.email {
    margin-bottom: 10px;
  }

  .payment-wrapper {
    padding: 15px;
  }

  .separating-wrapper {
    margin-bottom: 20px;
  }

  .grid-7 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-wrapper {
    min-height: 0px;
    margin-bottom: 39px;
  }

  .col-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card-form-wrapper {
    min-height: 0px;
    margin-bottom: 10px;
    padding: 15px;
  }

  .cancel {
    width: 150px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 8px;
    float: none;
    text-align: center;
  }

  .address-form-wrapper {
    min-height: 0px;
    margin-bottom: 10px;
  }

  .address-wrapper {
    min-height: 0px;
    margin-bottom: 39px;
  }

  .cont-wrapper {
    min-height: 0px;
    margin-bottom: 10px;
    padding: 15px;
  }

  .checkbox-field.flex {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .info-text.address {
    text-align: right;
  }

  .grid-8 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .change-wrapper.edit {
    margin-bottom: 10px;
  }

  .shipping-address-wrapper {
    margin-bottom: 0px;
    padding: 15px;
  }

  .shipping-address-wrapper.spaced {
    margin-bottom: 10px;
  }

  .period-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile-item-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .item-title-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .loyalty-card-section {
    padding: 40px 15px;
  }

  .popup-wrapper {
    padding: 40px 15px;
  }

  .g-wrapper {
    width: 100%;
  }

  ._404-image {
    width: 60%;
  }

  .mobile-only-wrapper {
    display: block;
    font-size: 14px;
  }

  .location-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .filter-dropdown {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .filter-text {
    padding: 9px 20px;
  }

  .filter-item-wrapper {
    padding: 0px;
  }

  .department-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
  }

  .department-link:hover {
    background-color: rgba(14, 32, 128, 0.05);
  }

  .department-link:active {
    background-color: rgba(14, 32, 128, 0.3);
  }

  .filter-flex-wrapper {
    overflow: auto;
    max-height: 400px;
  }

  .quantity-wrapper-cart {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flex-wrapper-items.mini-text.total-order {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wide {
    width: 100%;
  }

  .title {
    font-size: 25px;
    line-height: 30px;
  }

  .serv-wrapper {
    padding-top: 0px;
  }

  .image-wrapper {
    width: 120px;
    height: 120px;
  }

  .summary-text {
    max-height: none;
  }

  .service-link {
    margin-bottom: 30px;
  }

  .service-link:hover {
    background-color: transparent;
  }

  .service-grid {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .grid-1 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .generic-link {
    height: 220px;
    margin-bottom: 6px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
  }

  .download-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .document-title {
    max-height: none;
    min-height: 0px;
  }

  .item-title {
    font-size: 17px;
    line-height: 22px;
  }

  .gallery-lightbox {
    margin-bottom: 0px;
  }

  .gallery-grid {
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .faq-wrapper {
    margin-bottom: 40px;
  }

  .right-wrapper-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .card-img {
    margin-right: auto;
    margin-left: auto;
  }

  .grid-13 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .history-divider {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .loyalty-points-wrap {
    min-height: 170px;
  }

  .grid-15 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .instock {
    margin-left: 25px;
    font-size: 14px;
  }

  .div-block-125 {
    width: 100%;
  }

  .email-red-button-full {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
  }

  .email-label-text {
    margin-bottom: 4px;
  }

  .e-paymethod.v2 {
    text-align: left;
  }

  .e-ordernum.v2 {
    text-align: left;
  }

  .e-wirename.v2 {
    text-align: left;
  }

  .e-bandaddress.v2 {
    text-align: left;
  }

  .e-orderstatus.v2 {
    text-align: left;
  }

  .e-payee-bank.v2 {
    text-align: left;
  }

  .e-pickup-location.v2 {
    text-align: left;
  }

  .billing-wrapper.email-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .e-add-name.v2 {
    text-align: left;
  }

  .e-add-1.v2 {
    text-align: left;
  }

  .e-add-2.v2 {
    text-align: left;
  }

  .e-add-city.v2 {
    text-align: left;
  }

  .e-add-zip.v2 {
    text-align: left;
  }

  .e-add-country.v2 {
    text-align: left;
  }

  .grid-17 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block-127 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .logo-image-2 {
    width: 110px;
    text-align: center;
  }

  .ft-title-2 {
    margin-bottom: 0px;
  }

  .ft-links-2 {
    margin-bottom: 6px;
  }

  .store-name.left.v2 {
    text-align: left;
  }

  .order-num-wrap.email-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .email-order-num-title {
    margin-bottom: 4px;
  }

  .email-qty-num {
    float: none;
  }

  .email-qty-num.v2 {
    text-align: left;
  }

  .customer.v2 {
    text-align: left;
  }

  .cutomer-title {
    margin-bottom: 4px;
  }

  .request-date.v2 {
    text-align: left;
  }

  .email-order-total-title {
    margin-bottom: 4px;
  }

  .right-qty-wrapper {
    float: right;
  }

  .right-qty-wrapper.v2 {
    text-align: right;
  }

  .left-item-wrapper {
    width: 90%;
  }

  .left-item-wrapper.v2 {
    width: 100%;
  }

  .grey-wrapper.disclaimer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mobile-pagi-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-18 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mobile-numb-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .department-breadcrumb {
    margin-bottom: 5px;
  }

  .div-block-128 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .email-col {
    margin-bottom: 20px;
  }

  .item-cols {
    margin-bottom: 20px;
  }

  .align-right {
    text-align: left;
  }

  .out-of-stock {
    margin-left: 25px;
    font-size: 14px;
  }

  .ft-title-card {
    min-height: 0px;
    text-align: center;
  }

  .email-welcome-msg {
    margin-bottom: 4px;
  }

  .flex-columns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .order-status {
    float: none;
    text-align: left;
  }

  .status-col {
    margin-bottom: 20px;
  }

  .status-label {
    margin-bottom: 4px;
  }

  .email-qty-label {
    margin-bottom: 4px;
  }

  .sku-label {
    margin-bottom: 4px;
  }

  .email-product-title {
    float: none;
  }

  .email-product-col {
    margin-bottom: 20px;
  }

  .item-price-label {
    margin-bottom: 4px;
  }

  .item-price {
    text-align: left;
  }

  .item-price.v2 {
    text-align: left;
  }

  .preloader-logo-wrapper {
    width: 120px;
  }

  .checkout-discount-wrapper.mini-text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .grid-20 {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-wrapper {
    margin-bottom: 20px;
  }

  .menu-2 {
    position: relative;
    display: block;
  }

  .survay-content {
    width: 100%;
    padding: 24px 15px;
  }

  .header-grid {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 130px 1fr;
    grid-template-columns: 130px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .servay-divider {
    display: none;
    opacity: 0.07;
  }

  .alert-para {
    text-align: right;
  }

  .survay-popup-wrapper {
    padding: 40px 15px 80px;
  }

  .survay-close-link {
    display: none;
  }

  .survay-close-link.mob-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    background-color: #7a7a7a;
    opacity: 0.35;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .survay-close-link.mob-btn:hover {
    background-color: #333;
    opacity: 0.8;
  }

  .depart-sum-wrapper {
    width: 90%;
  }

  .reduced-tag {
    margin-top: -25px;
  }

  .quote-icon-wrapper.internal {
    width: 7%;
  }

  .center-menu-grid {
    text-align: left;
  }

  .countdown-section {
    padding: 0px;
  }

  .timer-number {
    font-size: 8vw;
  }

  .timer-wrap {
    width: auto;
    height: auto;
    font-size: 20px;
  }

  .timer-label {
    font-size: 16px;
    font-weight: 700;
  }

  .sale-headin {
    font-size: 40px;
  }

  .hide-link {
    display: inline-block;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
  }

  .hide-link:hover {
    color: #333;
  }

  .padding-wrapper {
    padding: 40px 20px;
  }

  .right-1-grid-wrapper {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .menu-lvl-3 {
    position: relative;
    display: block;
  }

  .menu-lvl-2 {
    position: relative;
    display: block;
  }

  .t-drop-text.desktop {
    font-size: 13px;
  }

  .new-drop-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 14px;
  }

  .mobile-dp-link {
    display: block;
    padding-right: 20px;
    text-decoration: none;
  }

  .prev-link {
    display: block;
    padding-right: 20px;
    text-decoration: none;
  }

  .mobile-cat-link {
    display: block;
    padding-right: 20px;
    text-decoration: none;
  }

  .mobile-sub-link {
    display: block;
    padding-right: 20px;
    text-decoration: none;
  }

  .tab {
    margin-top: -40px;
  }

  .popup {
    padding-right: 15px;
    padding-left: 15px;
  }

  .content {
    padding: 60px 15px 30px;
  }

  .winner-pop {
    padding: 15px;
  }

  .mouse-lottie {
    width: 130px;
    margin-top: -100px;
  }

  .test-div {
    margin-bottom: -90px;
  }

  .congratz-heading {
    font-size: 40px;
  }

  .claim-text {
    font-size: 20px;
  }

  .grid-10-copy {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .edit-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-wrapper {
    padding: 15px;
  }

  .new-item-link {
    padding: 15px;
  }

  .close-popup {
    padding: 10px 0px 10px 15px;
  }

  .popup-content-wrapper {
    padding: 20px;
  }

  .top-popup-bar {
    padding: 20px;
  }

  .message-pop-container {
    max-width: 100%;
  }

  .deadline-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .registry-wrapper {
    padding: 15px;
  }

  .block {
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .block.v2 {
    margin-right: 0px;
    margin-left: 10px;
  }

  .bloock-wrapper {
    margin-top: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .post-section {
    padding: 40px 15px 60px;
  }

  .overview-title {
    font-size: 20px;
  }

  .post-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .comments {
    width: 100%;
    padding: 15px;
  }

  .comments.full {
    width: 100%;
  }

  .comment-grid {
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
  }

  .spacer-gric {
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
  }

  .comment-block {
    padding: 15px;
  }

  .review-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .rating-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-tag-wrapper {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .rating-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vert-divider {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .review-80 {
    width: 100%;
  }

  .wrap {
    margin-bottom: 30px;
  }

  .wrap.edit {
    margin-right: auto;
  }

  .upload-link {
    border-radius: 6px;
  }

  .review-lightbox {
    height: 120px;
  }

  .wishlist-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .gift-registry-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .info-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .form-rate-grid {
    margin-right: 0px;
    margin-bottom: 60px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .mini-grid {
    grid-column-gap: 30px;
    -ms-grid-columns: 0.5fr 1fr;
    grid-template-columns: 0.5fr 1fr;
  }

  .btn-wrapper {
    position: relative;
    top: 0px;
  }

  .option-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .purchase-date-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clear-box {
    width: 100%;
  }

  .opt-link-wrap {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-share-link {
    margin-right: 10px;
    margin-left: 0px;
  }

  .list-share-link.hd {
    margin-left: 10px;
  }

  .quote-header-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .print-wrapper {
    display: none;
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }

  .print-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .header-print {
    text-align: center;
  }

  .quote-info-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .quote-item {
    font-size: 14px;
  }

  .print-content-wrapper {
    padding: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }

  .start-wrap {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
  }

  .fav-icon-wrap {
    bottom: 14%;
  }

  .fav-icon-wrap.slide {
    right: 12px;
    bottom: 9%;
  }

  .fav-icon-wrap.slide {
    right: auto;
    bottom: 14%;
  }

  .list-item-wrap {
    margin-top: 25px;
  }

  .list-grid.spacer {
    -ms-grid-columns: 0.25fr 0.5fr 0.5fr;
    grid-template-columns: 0.25fr 0.5fr 0.5fr;
  }

  .list-grid.end {
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr 0.25fr 1fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr 1fr;
  }

  .list-grid.fav {
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr 1fr 0.75fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr 1fr 0.75fr;
  }

  .column-box.horiz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .wish-add-link {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .login-img-wrapper {
    height: auto;
    padding: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .login-reg-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .login-wrap-frosted {
    position: relative;
    width: 100%;
    padding: 20px;
  }

  .dash-img-wrapper {
    height: auto;
    padding: 20px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .com-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .review-gal {
    float: left;
  }

  .comment-divider {
    width: 100%;
  }

  .banner-section {
    height: 200px;
  }

  .registry-cats-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .registry-cats-grid.profile {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .reg-title.dark {
    display: none;
  }

  .reg-title.hd {
    display: none;
  }

  .registry-finder {
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .button.reg-search {
    display: block;
  }

  .product-card {
    padding: 15px;
  }

  .card-inner-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .special-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .opt-title {
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .contact-info-wrapper {
    display: block;
    padding: 15px;
  }

  .flex-div-2 {
    padding: 20px;
  }

  .field-2.message {
    height: 100px;
    margin-bottom: 40px;
  }

  .create-grid {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pre-img-wrap {
    height: 250px;
  }

  .side-wraper {
    display: block;
    padding: 15px;
  }

  .left-col {
    padding-right: 0px;
  }

  .right-col {
    padding-left: 0px;
  }

  .result-grid {
    margin-bottom: 40px;
    padding-bottom: 40px;
    -ms-grid-columns: 1fr 0.25fr;
    grid-template-columns: 1fr 0.25fr;
  }

  .result-grid.header {
    display: none;
  }

  .flex-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-grid-wrap {
    position: relative;
    top: 0px;
  }

  .right-side-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .reg-sub-link {
    opacity: 1;
  }

  .everything-div {
    padding: 35px;
  }

  .tell-us {
    font-size: 50px;
  }

  .category-section {
    padding: 40px 25px;
  }

  .cat-icon-wrapper._20 {
    width: 150px;
    height: 150px;
  }

  .promo-3-grid {
    grid-column-gap: 30px;
  }

  .pharmacy-section {
    background-image: linear-gradient(130deg, #f4a140 30%, #084897);
    background-position: 0px 0px;
  }

  .full-wrapper {
    width: 100%;
  }

  .banner-link-2 {
    padding: 20px 15px;
  }

  .delete-pop-container {
    max-width: 100%;
  }

  .email-pop-container {
    max-width: 100%;
  }

  .edit-pop-container {
    max-width: 100%;
  }

  .lading-wrap {
    position: relative;
  }

  .landing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mini-divider {
    margin-bottom: 20px;
  }

  .contruct-wrap {
    width: 100%;
  }

  .choice-grid.dual {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .choice-grid.quad {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .curb-form-wrap {
    width: 100%;
  }

  .curbside-update {
    margin-top: 15px;
    margin-bottom: 20px;
    text-align: center;
  }

  .theme-wrap.light-b {
    width: 100%;
  }

  .bold-tag {
    margin-bottom: 4px;
  }

  .email-ft {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .email-ft-link {
    display: block;
    padding: 4px;
  }

  .h1.heading-large {
    margin-bottom: 0px;
    font-size: 30px;
    line-height: 35px;
  }

  .grid-dash {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .counter-wrap {
    min-height: auto;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .bag-opt-card {
    -ms-grid-columns: 100px 1fr;
    grid-template-columns: 100px 1fr;
  }

  .copy-button {
    width: 40%;
  }

  .banner-card {
    padding-right: 30px;
  }

  ._2-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-card-2 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  .mobile-banner {
    display: block;
    padding-right: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .mobile-banner:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .mobile-banner.mobile {
    display: block;
    height: auto;
    border: 1px none #000;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .product-title-h3 {
    min-height: 0px;
  }

  .product-image-wrapper {
    height: 250px;
  }

  .product-image-wrapper.list-variant {
    width: 140px;
    height: 196px;
  }

  .section.results {
    padding-top: 20px;
  }

  .h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .h3.color {
    width: 99%;
    font-size: 25px;
    line-height: 30px;
  }

  .h3.color-center {
    margin-bottom: 40px;
  }

  .h3.color {
    text-align: left;
  }

  .h3.department-name {
    font-size: 25px;
    line-height: 30px;
  }

  .h3.color-center1 {
    width: 99%;
    font-size: 25px;
    line-height: 30px;
  }

  .h3.light {
    font-size: 40px;
  }

  .h3.dark {
    font-size: 25px;
    line-height: 30px;
  }

  .h3.color-center3 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 30px;
  }

  .promo-para {
    display: none;
    overflow: hidden;
    max-height: 75px;
    font-size: 20px;
    line-height: 25px;
  }

  .carousel-slider {
    min-height: 250px;
  }

  .carousel-slider.featured {
    min-height: 560px;
  }

  ._16-slide {
    width: 100%;
  }

  .promo-h4 {
    margin-bottom: 0px;
    font-size: 25px;
    line-height: 30px;
  }

  .cta-link {
    display: block;
    margin-left: 20px;
    font-size: 14px;
  }

  .para.banner {
    display: none;
  }

  .para.center {
    text-align: left;
  }

  .cta-wrapper {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
    min-height: 120px;
    padding: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff;
    text-align: center;
  }

  .cards-wrapper {
    min-height: 480px;
  }

  .cards-wrapper.slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 460px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link-wrapper.featured-card-link {
    width: 100%;
  }

  .mask {
    overflow: hidden;
    padding: 0px;
  }

  .row.spaced {
    margin-right: 0px;
    margin-left: 0px;
  }

  .button {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button.login {
    width: 100%;
  }

  .button.cart {
    width: 100%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .button.promo {
    height: 50px;
    border-radius: 4px;
  }

  .button.filter {
    display: block;
  }

  .button.close {
    display: block;
  }

  .button.add {
    display: block;
    width: 100%;
  }

  .button.col {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .button.trash {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button.full {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .button.wish {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .button.gift-reg {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .button.view {
    display: block;
  }

  .button.email.min {
    display: block;
  }

  .button.email.right {
    width: 100%;
  }

  .button.cta-light-f {
    display: block;
  }

  .button.grey {
    margin-top: 10px;
    margin-left: 0px;
  }

  .button.landing-button {
    width: 100%;
  }

  .button.return {
    width: 100%;
  }

  .button.outline {
    width: 100%;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .button.left-align {
    width: 100%;
  }

  .top-menu-wrapper {
    margin-bottom: 20px;
  }

  .product-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .product-image.internal {
    width: 100%;
  }

  .product-image.email {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 0px;
  }

  .lightbox-link.details-page {
    height: 320px;
    margin-bottom: 0px;
  }

  .lightbox-link.details-page {
    height: 320px;
    margin-bottom: 0px;
  }

  .lightbox-link.details-page.v2 {
    height: 300px;
  }

  .text-grand-total {
    font-size: 14px;
  }

  .click-close-wrapper {
    display: none;
  }

  .cart-preview-wrapper {
    width: 100%;
    float: none;
  }

  .direct-link {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }

  ._25-slide {
    width: 100%;
    padding-right: 19px;
  }

  .loyalty-card-image {
    margin-right: auto;
    margin-left: auto;
  }

  .italic-header-text {
    margin-bottom: 15px;
    padding-right: 0px;
    font-size: 20px;
    line-height: 30px;
  }

  .loyalty-card-wrapper {
    display: block;
    text-align: center;
  }

  .mini-light-box {
    width: 50%;
  }

  .banner-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .white-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subtext-text {
    display: none;
  }

  .field.search {
    height: 40px;
  }

  .field.light {
    margin-bottom: 0px;
  }

  .field.promo {
    height: 50px;
    margin-bottom: 0px;
    border-radius: 4px;
  }

  .branding.mobile {
    width: 40px;
  }

  .submit-button {
    width: 90%;
    height: 55px;
    margin-top: 10px;
    border-radius: 4px;
  }

  .submit-button.search {
    width: auto;
    height: auto;
    margin-top: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .submit-button.curve {
    width: 100%;
  }

  .side-wrapper {
    border-left-style: none;
  }

  .nav-section {
    padding-bottom: 0px;
  }

  .nav-bar {
    padding-top: 15px;
  }

  .link-label-text {
    font-size: 0.6ch;
    font-weight: 700;
  }

  .grid-wrapper._50 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .dashboard-menu-wrapper {
    padding-bottom: 60px;
  }

  .menu-link.mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu-link.mobile.w--current {
    margin-left: 10px;
  }

  .menu-wrapper {
    width: 80%;
  }

  .menu-icon {
    font-size: 1.5ch;
  }

  .mobile-nav-link {
    border-left: 1px solid #f5f5f5;
  }

  .close-link.dark {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .search-wrapper {
    width: 100%;
  }

  .h2.search {
    font-size: 24px;
  }

  .h2.banner {
    display: none;
    font-size: 25px;
    line-height: 30px;
  }

  .search-form {
    display: block;
  }

  .flex-search-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._80-wrapper.smoke {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .breadcrumb-trail-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .breadcrumb-link {
    margin-bottom: 5px;
  }

  .space-wrapper {
    margin-bottom: 5px;
  }

  .current-breadcrumb-text {
    margin-bottom: 5px;
  }

  .social-icon.top {
    width: 25px;
    padding: 5px;
  }

  .container-wrapper.special {
    width: 100%;
  }

  .info-wrapper {
    padding: 20px;
  }

  .sub-text.center {
    text-align: left;
  }

  .button-wrapper.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-menu {
    margin-bottom: 30px;
  }

  .tab-menu.right {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tab-link {
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(14, 32, 128, 0.2);
    border-radius: 6px;
    text-align: center;
  }

  .tab-link.w--current {
    background-color: #0e2080;
    color: #fff;
  }

  .pagination-link {
    min-height: 52px;
    min-width: 52px;
    margin-right: 3px;
    margin-left: 3px;
    padding: 7px;
  }

  .pagination-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sort-text {
    position: static;
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .center-flex-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .quantity-cart-wrapper.left {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .reveal-wrapper {
    padding: 0px;
    border-style: none;
    background-color: transparent;
  }

  .quantity-wrapper {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right-style: solid;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .radio-box.pickup {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .shadow-wrapper {
    padding: 20px;
  }

  .message-text.login-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tile-link.preferences {
    min-height: 0px;
  }

  .amount-wrapper.item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }

  .item-header-wrapper {
    margin-bottom: 20px;
  }

  .wrapper.flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-6 {
    display: block;
  }

  .title-link.email {
    margin-bottom: 20px;
  }

  .payment-wrapper.spaced {
    margin-bottom: 15px;
  }

  .grid-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .s-field.v-2 {
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .s-field.v-3 {
    margin-top: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .checkbox-field.flex {
    display: block;
  }

  .info-text.address {
    text-align: right;
  }

  .grid-8 {
    display: block;
  }

  .period-wrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .field-text {
    margin-bottom: 11px;
  }

  .period-field {
    width: 100%;
  }

  .mobile-item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .radio-button.pickup {
    margin-top: 0px;
  }

  .instuct-wrapper {
    margin-top: 12px;
    margin-bottom: 0px;
  }

  ._404-image {
    width: 100%;
  }

  .qty-number-text.inemail.v2 {
    display: inline-block;
    margin-left: 4px;
    font-size: 16px;
    text-align: left;
  }

  .location-wrapper {
    display: block;
  }

  .filter-dropdown {
    width: 100%;
  }

  .filter-text {
    display: block;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: center;
  }

  .department-link {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .quantity-wrapper-cart {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right-style: solid;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }

  .section-2 {
    width: 95%;
  }

  .colum-wrapper {
    -webkit-column-count: auto;
    column-count: auto;
  }

  .serv-wrapper {
    padding: 0px;
  }

  .image-wrapper {
    width: 100%;
    height: 150px;
  }

  .service-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .thumbnail-image {
    width: 100%;
  }

  .page-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }

  .grid-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .generic-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 49%;
    -ms-flex: 0 49%;
    flex: 0 49%;
  }

  .gallery-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-13 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .loyalty-points-wrap {
    display: block;
  }

  .grid-14 {
    justify-items: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mini-card-wrapper {
    width: auto;
    height: auto;
  }

  .grid-15 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .instock {
    margin-left: 0px;
  }

  .email-bg-wrapper {
    padding: 5px;
  }

  .div-block-125 {
    width: 100%;
  }

  .email-red-button-full {
    padding-right: 20px;
    padding-left: 20px;
    letter-spacing: 1px;
  }

  .e-pickup-location.v2 {
    text-align: left;
  }

  .e-add-name.v2 {
    text-align: left;
  }

  .e-add-1.v2 {
    text-align: left;
  }

  .e-add-2.v2 {
    text-align: left;
  }

  .e-add-city.v2 {
    text-align: left;
  }

  .e-add-zip.v2 {
    text-align: left;
  }

  .e-add-country.v2 {
    text-align: left;
  }

  .email-title-link {
    display: block;
  }

  .logo-image-2 {
    width: 110px;
  }

  .ft-title-2 {
    margin-top: 15px;
  }

  .title-item {
    display: inline-block;
    overflow: visible;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .right-qty-wrapper.v2 {
    margin-bottom: 9px;
    text-align: left;
  }

  .left-item-wrapper {
    width: 90%;
  }

  .left-item-wrapper.v2 {
    width: 100%;
    margin-bottom: 16px;
  }

  .mobile-pagi-wrapper {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-18 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .mobile-numb-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .department-breadcrumb {
    margin-bottom: 5px;
  }

  .div-block-128 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .email-col {
    margin-bottom: 20px;
  }

  .out-of-stock {
    margin-left: 0px;
  }

  .ft-title-card {
    margin-top: 15px;
  }

  .promo-img.tablet {
    display: none;
  }

  .promo-img.mobile {
    display: block;
  }

  .header-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .email-img-wrapper {
    width: 100%;
  }

  .center-col-wrapper {
    margin-bottom: 20px;
    padding-right: 50px;
    padding-left: 50px;
  }

  .left-col-wrapper {
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .right-col-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .status-col {
    margin-bottom: 20px;
  }

  .email-product-col {
    margin-bottom: 20px;
  }

  .preloader-text {
    top: 40%;
  }

  .preloader-content-wrapper {
    top: 40%;
  }

  .promo-grid {
    grid-row-gap: 5px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-20 {
    margin-bottom: 20px;
    grid-column-gap: 0px;
    grid-row-gap: 1px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .header-grid {
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .alert-heading {
    margin-top: 0px;
    font-size: 30px;
    text-align: center;
  }

  .servay-divider {
    width: 50px;
    margin-right: auto;
    margin-left: auto;
  }

  .alert-para {
    text-align: center;
  }

  .survay-close-link {
    display: none;
  }

  .survay-close-link.mob-btn {
    position: relative;
  }

  .banner-link-img {
    position: relative;
  }

  .banner-link-img.mobile {
    display: block;
  }

  .banner-link-img.tablet {
    display: none;
  }

  .depart-sum-wrapper {
    width: 100%;
    line-height: 1.7;
    text-align: left;
  }

  .testimonial-wrapper {
    padding: 15px;
  }

  .quote-icon-wrapper {
    width: 15%;
  }

  .quote-icon-wrapper.internal {
    width: 15%;
  }

  .menu-mobile-grid {
    grid-column-gap: 5px;
    -ms-grid-columns: 45px 45px;
    grid-template-columns: 45px 45px;
  }

  .timer-number {
    font-size: 12vw;
    font-weight: 600;
  }

  .timer-wrap.hours {
    width: 44.453125px;
  }

  .timer-label {
    font-size: 12px;
  }

  .sale-headin {
    font-size: 35px;
    text-align: center;
  }

  .cancel-div {
    display: none;
  }

  .department-banner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .department-banner:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .banner-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .departments-menu {
    display: block;
    height: 100%;
  }

  .mobile-dp-link {
    border-left: 1px solid #f5f5f5;
  }

  .prev-link {
    border-left: 1px solid #f5f5f5;
  }

  .mobile-cat-link {
    border-left: 1px solid #f5f5f5;
  }

  .mobile-sub-link {
    border-left: 1px solid #f5f5f5;
  }

  .filter-block {
    display: block;
    margin-bottom: 20px;
  }

  .tab {
    margin-top: 0px;
  }

  .popup {
    padding-right: 15px;
    padding-left: 15px;
  }

  .content {
    padding-top: 57px;
  }

  .filter-heading {
    margin-bottom: 26px;
  }

  .filter-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mini-flex {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .winner-pop {
    overflow: hidden;
  }

  .present {
    width: 420px;
  }

  .mouse-lottie {
    margin-top: -80px;
  }

  .grid-10-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .edit-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .create-list-pop {
    padding: 20px;
  }

  .close-popup {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .message-pop-container {
    max-width: 100%;
  }

  .popup-top-grid {
    grid-column-gap: 2px;
    -ms-grid-columns: 1fr 64px;
    grid-template-columns: 1fr 64px;
  }

  .deadline-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .box {
    margin-bottom: 10px;
  }

  .block {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .block.v2 {
    margin-left: 0px;
  }

  .bloock-wrapper {
    display: block;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .label.min-width {
    text-align: center;
  }

  .post-section {
    padding-top: 20px;
  }

  .comment-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .post-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .comments.full {
    width: 100%;
  }

  .comment-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .author-text {
    line-height: 1.3;
  }

  .reply-btn {
    display: block;
    width: 100%;
  }

  .spacer-gric {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .reply-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .author-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .review-section {
    padding-top: 20px;
  }

  .rating-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .flex-tag-wrapper {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .rating-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .vert-divider {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .wrap.edit {
    margin-right: auto;
    margin-left: auto;
  }

  .review-img-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .review-lightbox {
    height: 100px;
  }

  .wishlist-grid {
    display: block;
  }

  .gift-registry-grid {
    display: block;
  }

  .gift-registry-grid.bab {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .form-rate-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .review-pop {
    padding: 20px;
  }

  .mini-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .option-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .purchase-date-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .opt-link-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .list-share-link {
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    line-height: 1;
  }

  .list-share-link.hd {
    width: auto;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    font-size: 25px;
    line-height: 1;
  }

  .barrier-wrap {
    display: block;
  }

  .print-wrapper {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .divider-div {
    margin-bottom: 20px;
  }

  .print-content-wrapper {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fav-icon-wrap {
    bottom: 10%;
  }

  .fav-icon-wrap.slide {
    right: 12px;
  }

  .fav-icon-wrap.slide {
    left: 3%;
    top: 6%;
    right: auto;
    bottom: auto;
    background-color: transparent;
  }

  .list-grid.spacer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-grid.end {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-grid.fav {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-img {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }

  .column-box.emt {
    display: none;
  }

  .wish-add-link.registry {
    margin-bottom: 10px;
  }

  .quote-popup {
    padding: 20px;
  }

  .wish-list-opt-popup {
    padding: 20px;
  }

  .side-wrap {
    width: 100%;
  }

  .login-img-wrapper {
    height: auto;
    padding: 0px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .login-reg-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .v-divider {
    width: 100%;
    height: 2px;
  }

  .login-wrap-frosted {
    position: relative;
    padding: 20px;
  }

  .dash-img-wrapper {
    height: auto;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .fav-notification {
    max-width: none;
    margin-left: 20px;
  }

  .slider {
    min-height: 580px;
  }

  .com-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .comment-divider {
    width: 100%;
  }

  .date-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .star-rating-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .stars {
    margin-left: 10px;
  }

  .div-block-135 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .red-star-wrap {
    margin-bottom: 10px;
  }

  .banner-section {
    height: 200px;
  }

  .prof-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .registry-card-grid {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .registries.baby {
    display: block;
    padding: 20px;
  }

  .registries.wedding {
    display: block;
    padding: 20px;
  }

  .registries.birthday {
    display: block;
    padding: 20px;
  }

  .registries.bab {
    padding: 20px;
  }

  .registries.home {
    display: block;
    padding: 20px;
  }

  .registries.wed {
    padding: 20px;
  }

  .registries.retire {
    padding: 20px;
  }

  .registries.sara {
    padding: 20px;
  }

  .registries.custom {
    display: block;
    padding: 20px;
  }

  .registry-cats-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-5 {
    margin-bottom: 15px;
  }

  .registry-finder {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button.reg-search {
    height: 55px;
  }

  .button.reg-search.hd.left {
    width: 100%;
  }

  .reg-listing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .reg-listing-grid.preview {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-inner-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sticky-form-wrap {
    padding: 15px;
  }

  .type-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .rdio-button-field {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .create-grid {
    grid-row-gap: 20px;
    background-color: transparent;
  }

  .pre-img-wrap {
    height: 250px;
  }

  .grid-27 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-143 {
    text-align: left;
  }

  .top-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .top-grid.triple {
    -ms-grid-columns: auto 0.25fr auto;
    grid-template-columns: auto 0.25fr auto;
  }

  .comment-popup {
    padding: 20px;
  }

  .commenter-text {
    line-height: 1.3;
  }

  .result-grid {
    padding: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(14, 32, 128, 0.07);
    border-radius: 6px;
    background-color: #f5f3f3;
  }

  .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .rate-figure {
    margin-left: 10px;
  }

  .mini-triple-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-28 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .icon-label.date {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .promo.bab {
    padding: 20px;
  }

  .promo.custom {
    display: block;
    padding: 20px;
  }

  .home-bar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-bar.mobile {
    padding: 15px 4px;
  }

  .sub-nav-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    text-align: center;
  }

  .reg-sub-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 10px;
    margin-bottom: 12px;
    margin-left: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .reg-sub-link.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .reg-sub-link.setting {
    height: 100%;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .reg-link-icon {
    display: inline-block;
    max-width: 30px;
    margin-right: 20px;
  }

  .reg-link-icon.no-space {
    margin-right: 0px;
  }

  .text-icon-label {
    display: block;
    font-size: 14px;
  }

  .text-icon-label {
    font-size: 16px;
  }

  .email-spacer {
    text-align: center;
  }

  .email-spacer.grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .email-row {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
  }

  .col-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .large-text {
    font-size: 30px;
    line-height: 35px;
  }

  .everything-div {
    padding: 20px;
  }

  .tell-us {
    font-size: 35px;
    line-height: 37px;
    font-weight: 400;
  }

  .banner-slider {
    display: none;
  }

  .banner-slider.mobile {
    display: block;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cat-icon-wrapper {
    width: 120px;
    height: 120px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .cat-icon-wrapper._20 {
    width: 200px;
    height: 200px;
  }

  .promo-3-grid {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 35px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .full-wrapper {
    width: 100%;
  }

  .full-wrapper:hover {
    color: #084897;
  }

  .banner-link-2 {
    padding: 0px;
    border-style: none;
    border-radius: 0px;
    background-color: transparent;
    color: #084897;
  }

  .banner-link-2:hover {
    background-color: transparent;
  }

  .banner-img-2.tablet {
    display: none;
  }

  .banner-img-2.mobile {
    display: block;
  }

  .overlay-wrapper {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: auto;
    padding: 15px;
    background-color: hsla(0, 0%, 100%, 0.9);
    background-image: none;
  }

  .reg-list-popup {
    padding: 20px;
  }

  .email-popup {
    padding: 20px;
  }

  .delete-popup {
    padding: 20px;
  }

  .btn-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delete-pop-container {
    max-width: 100%;
  }

  .email-pop-container {
    max-width: 100%;
  }

  .change-image-popup {
    padding: 20px;
  }

  .upload-button {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .edit-popup {
    padding: 20px;
  }

  .edit-pop-container {
    max-width: 100%;
  }

  .lading-wrap {
    position: relative;
  }

  .landing-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bg-wrap {
    padding: 25px;
  }

  .bg-wrap.right {
    background-image: none;
  }

  .bold-special {
    font-size: 26px;
  }

  .blurred-wrapper {
    padding: 20px;
  }

  .page-heading {
    font-size: 40px;
  }

  .choice-grid.dual {
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .choice-grid.quad {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .curb-form-wrap {
    width: 100%;
  }

  .promo-text {
    font-size: 18px;
  }

  .promo-text.cta {
    font-size: 30px;
    line-height: 1.3;
  }

  .theme-wrap {
    width: 20%;
    margin-right: 10px;
  }

  .email-ft {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .email-ft-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .spacer._40 {
    display: none;
  }

  .grid-dash {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .customer-name {
    margin-bottom: 13px;
    font-size: 30px;
  }

  .vert-div {
    display: none;
  }

  .left-flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .bag-opt-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .outer-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copy-link-popup {
    padding: 20px;
  }

  .copy-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .registry-banner {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    grid-auto-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .registry-banner:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }

  .registry-banner.desktop {
    display: none;
  }

  .banner-card {
    padding: 30px 20px;
  }

  ._2-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .verticle-divider {
    display: none;
  }

  .registry-banner-img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .banner-card-2 {
    padding: 30px 20px;
  }

  .button-4 {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-4.left-align {
    width: 100%;
  }
}

#left-header-grid.w-node-_8ee65afd-8281-3580-d26e-5f974875cd7b-ddfa1b32 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#close-popup-top-grid.w-node-bff71f5b-01a5-d634-fb92-3dde4d356d0a-4d356d02 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#dp-menu-grid.w-node-_15ad16b3-12ff-30f5-db10-a7bd7be8684c-ee6db115 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#cat-menu-grid.w-node-_15ad16b3-12ff-30f5-db10-a7bd7be86886-ee6db115 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#sub-cat-menu-grid.w-node-_15ad16b3-12ff-30f5-db10-a7bd7be86893-ee6db115 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#follow-grid.w-node-e550cc65-91b6-795d-5997-bfbc7762880b-6f21265a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#card-grid.w-node-_2aea4158-5929-1d0d-e50f-301e99124cbd-6f21265a {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
  grid-area: Area;
}

#nav-search-container-grid.w-node-ee9c0dbc-5c4c-795e-42a3-54367a12c78e-55c5a0ad {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#address-edit-form-grid.w-node-_19794108-3388-044d-1862-1fb8a6bcc847-dbfa1ba1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#cart-info-grid.w-node-_88a3510d-a665-01d3-b374-a950fb13719a-79fa1ba6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#cart-qty-grid.w-node-_25b9def0-773f-88df-574e-0e8a29f4e086-79fa1ba6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#cart-info-grid.w-node-d992e307-8e74-73c7-7915-1c64ebcebecb-79fa1ba6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#cart-qty-grid.w-node-d992e307-8e74-73c7-7915-1c64ebcebedd-79fa1ba6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#cart-info-grid.w-node-_2ed12c56-e2d0-f0ff-3e81-5644ae6b8407-79fa1ba6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#cart-qty-grid.w-node-_2ed12c56-e2d0-f0ff-3e81-5644ae6b8419-79fa1ba6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#cart-info-grid.w-node-fcb70955-1119-eada-0cde-8e671deb4555-79fa1ba6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#cart-qty-grid.w-node-fcb70955-1119-eada-0cde-8e671deb4567-79fa1ba6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_264c7427-f6c5-59b4-df01-2674e01c3fe8-79fa1ba6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#close-popup-top-grid.w-node-_4a6a7665-78ff-e23d-3b86-3ac9a7451d23-79fa1ba6 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#close-popup-top-grid.w-node-_61b8997a-73f1-7e29-7fde-9d2e33c306c4-33c306bd {
  -ms-grid-column-align: end;
  justify-self: end;
}

#close-popup-top-grid.w-node-_58fe861d-2643-8af3-42cc-2f326e539443-6e53943b {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a0d79745-0c7b-a97c-7adb-74aab02d5dbe-b2fa1ba9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-fc66e1c6-715e-a759-a024-fce6e5bde6b9-b2fa1ba9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92cb4556-d968-032c-81ec-9aa7c8a8bdde-b2fa1ba9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_20570d79-614e-ba88-fd8f-a0d909be2cbf-b2fa1ba9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#id-instruct-grid.w-node-ca3c5c32-d8a3-9226-3703-fe96e52b901d-b2fa1ba9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_789e1fa7-d952-7860-6106-2d6b902e1270-b2fa1ba9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#billing-item-grid.w-node-_5f26a6c1-9619-b458-43ae-cb84a52e9c88-b2fa1ba9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#billing-item-grid.w-node-_6137c5ec-6483-1ad8-ff02-d723cbd16250-b2fa1ba9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#billing-item-grid.w-node-e23bf1b6-1162-431c-7831-3aadf745c09b-b2fa1ba9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7d4513f5-b76e-2e5c-17f0-bdd36634e385-b2fa1ba9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-efe7ca35-2605-1660-838a-b108d740e984-b2fa1ba9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-efe7ca35-2605-1660-838a-b108d740e9ac-b2fa1ba9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-efe7ca35-2605-1660-838a-b108d740e9d4-b2fa1ba9 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#opt1-grid-div.w-node-c9e1a2e5-f544-7809-4984-1dd3fd7bb4d3-b2fa1ba9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#opt2-grid-div.w-node-c9e1a2e5-f544-7809-4984-1dd3fd7bb4d8-b2fa1ba9 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#contact-item-grid.w-node-_113fddc1-e720-5e0e-2b32-813891994e46-fcfa1bb4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#contact-item-grid.w-node-_113fddc1-e720-5e0e-2b32-813891994e59-fcfa1bb4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#contact-item-grid.w-node-_113fddc1-e720-5e0e-2b32-813891994e6c-fcfa1bb4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#contact-item-grid.w-node-_113fddc1-e720-5e0e-2b32-813891994e7f-fcfa1bb4 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#contact-item-grid.w-node-_113fddc1-e720-5e0e-2b32-813891994e92-fcfa1bb4 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#dash-order-history-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc47-aefa1bbe {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#dash-order-history-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc47-c6fa1bdd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#dash-loyalty-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc4f-c6fa1bdd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#loyalty-point-display-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc52-c6fa1bdd {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#loyalty-card-img-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc57-c6fa1bdd {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6d4b-8efa1c4c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6d79-8efa1c4c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6da7-8efa1c4c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6dd5-8efa1c4c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6e03-8efa1c4c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6e8f-8efa1c4c {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6e93-8efa1c4c {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#close-popup-top-grid.w-node-f1acfd23-ac93-2ad5-c9df-65758ac9fe1c-8ac9fe14 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-f1acfd23-ac93-2ad5-c9df-65758ac9fe28-8ac9fe14 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f1acfd23-ac93-2ad5-c9df-65758ac9fe2a-8ac9fe14 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_30575cae-b3b6-49fc-db5d-d0674602d177-87fa1c4d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#input-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4cc-0dfa1c53 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#button-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4d0-0dfa1c53 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#input-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4df-0dfa1c53 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#button-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4e3-0dfa1c53 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_04384c1a-d271-3e5e-b434-3a07b1411d46-b1411d3e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_04384c1a-d271-3e5e-b434-3a07b1411d4e-b1411d3e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_04384c1a-d271-3e5e-b434-3a07b1411d4f-b1411d3e {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#input-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd512-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#button-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd516-f0fa1c55 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#input-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd525-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#button-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd529-f0fa1c55 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-ee20fc52-1fe0-841e-1d6c-97e71497d939-f0fa1c55 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7ba7-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7baf-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7bb3-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7bb8-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7bc0-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7bc8-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7bcd-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7bd0-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7bd3-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7bd8-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7bde-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7be3-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7be6-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7bf3-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-da28b741-c3d5-3028-8bc1-0140438c7bfb-f0fa1c55 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ea700de9-7ada-f317-dc75-d23d7ea0aeab-69fa1c5f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ea700de9-7ada-f317-dc75-d23d7ea0aecd-69fa1c5f {
  -ms-grid-column-align: end;
  justify-self: end;
}

#input-reg-search-grid.w-node-_6f3d2987-b887-3cb2-24ef-909cbcddb504-69fa1c5f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#button-reg-search-grid.w-node-_6f3d2987-b887-3cb2-24ef-909cbcddb508-69fa1c5f {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-fedd28df-750d-39d4-0c8a-66b7e047048d-69fa1c5f {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#button-inner-grid.w-node-eb903ec7-ad95-da37-02f6-b3e2fb4d949d-69fa1c5f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#button-inner-grid.w-node-eb903ec7-ad95-da37-02f6-b3e2fb4d94d7-69fa1c5f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#button-inner-grid.w-node-_7b92f5cc-48b6-8a2a-2f50-a915abc48a9a-69fa1c5f {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#close-popup-top-grid.w-node-b8e5ec66-bf7c-d7e1-7bf4-7533c2c79e9b-c2c79e93 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#close-popup-top-grid.w-node-c0e6b2de-ec1f-1fda-167d-714437c0f6de-37c0f6d6 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#close-popup-top-grid.w-node-fb77bd59-a64b-654c-5325-187ed733f16e-d733f166 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#close-popup-top-grid.w-node-da0c4ac4-13a1-07da-20ad-4e35329e29fa-329e29f2 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_7b041db9-a4f7-2087-875a-61024a95f824-74fa1c61 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#input-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caeb0-74fa1c61 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#button-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caeb4-74fa1c61 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#input-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caec3-74fa1c61 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#button-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caec7-74fa1c61 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#input-reg-search-grid.w-node-_875e9ad5-263d-cffe-6c09-e1127de79f33-84fa1c63 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#button-reg-search-grid.w-node-_875e9ad5-263d-cffe-6c09-e1127de79f37-84fa1c63 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-be67c82c-7e63-88e9-8aed-0736f7ae3073-84fa1c63 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_38df69a8-044f-974b-3d36-c738b7cb7fd9-84fa1c63 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7fa370e9-8b2f-1a83-4a87-b8eb937cce78-84fa1c63 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_57eac378-c64b-1c52-3dd8-701a5df1dd09-84fa1c63 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7b4a8141-92ad-87ed-3fc6-4d51884b3b30-84fa1c63 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2f708ffc-3a9d-02fb-c764-a4f4531f8e0d-84fa1c63 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-ff1e788b-f404-ed63-ad8b-7c7f97d9fb7e-c0fa1c66 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-ff1e788b-f404-ed63-ad8b-7c7f97d9fba0-c0fa1c66 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#input-reg-search-grid.w-node-cde08dca-39bc-c259-f2e6-23023323d104-c0fa1c66 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#button-reg-search-grid.w-node-cde08dca-39bc-c259-f2e6-23023323d108-c0fa1c66 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#button-inner-grid.w-node-be67c82c-7e63-88e9-8aed-0736f7ae3073-c0fa1c66 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#button-inner-grid.w-node-_7fa370e9-8b2f-1a83-4a87-b8eb937cce78-c0fa1c66 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#button-inner-grid.w-node-_57eac378-c64b-1c52-3dd8-701a5df1dd09-c0fa1c66 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#button-inner-grid.w-node-_9346d0b1-da05-de69-34ad-a434084d4660-c0fa1c66 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#button-inner-grid.w-node-_77219212-a2f6-93f3-f7fd-15d8449afe18-c0fa1c66 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#left-header-grid.w-node-_8ee65afd-8281-3580-d26e-5f974875cd7b-9ffa1c6b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#pref-payment-grid.w-node-_59226f0d-e009-0bc3-f59a-b765d0db7742-2cfa1c72 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#pref-shipping-grid.w-node-b0460ae3-037c-ee66-4b32-6d7632f7498f-2cfa1c72 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#confirm-item-info-grid.w-node-b2bc8efb-410b-6800-6883-06f7b356b634-46fa1c76 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#confirm-item-qty-grid.w-node-b2bc8efb-410b-6800-6883-06f7b356b646-46fa1c76 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#confirm-item-info-grid.w-node-a566edbd-6db1-e202-6d38-6457c6d04d4a-46fa1c76 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#confirm-item-qty-grid.w-node-a566edbd-6db1-e202-6d38-6457c6d04d5c-46fa1c76 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#confirm-item-info-grid.w-node-_8598ef07-93a9-eae4-e04d-2617671d0e42-46fa1c76 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#confirm-item-qty-grid.w-node-_8598ef07-93a9-eae4-e04d-2617671d0e54-46fa1c76 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#confirm-item-info-grid.w-node-a6a3e095-d05e-d5b8-c75d-f58a6c01afff-46fa1c76 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#confirm-item-qty-grid.w-node-a6a3e095-d05e-d5b8-c75d-f58a6c01b011-46fa1c76 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#order-history-info-grid.w-node-cb1d4757-28bb-ecb9-4fd7-5d000f83a4b1-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#order-history-qty-grid.w-node-cb1d4757-28bb-ecb9-4fd7-5d000f83a4c3-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#order-history-info-grid.w-node-ef9f1d41-2c8b-38b8-6d91-8ee81ace0717-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#order-history-qty-grid.w-node-ef9f1d41-2c8b-38b8-6d91-8ee81ace0729-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#order-history-info-grid.w-node-_29ec7a50-1d7e-bf27-9e7b-24a8a01f8d2b-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#order-history-qty-grid.w-node-_29ec7a50-1d7e-bf27-9e7b-24a8a01f8d3d-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#order-history-info-grid.w-node-a1a04362-45eb-cac6-0ae9-e783616c8e5f-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#order-history-qty-grid.w-node-a1a04362-45eb-cac6-0ae9-e783616c8e71-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#order-history-info-grid.w-node-c353b1ce-dc4f-b96c-e983-a8f4e313c307-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#order-history-qty-grid.w-node-c353b1ce-dc4f-b96c-e983-a8f4e313c319-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#order-history-info-grid.w-node-c353b1ce-dc4f-b96c-e983-a8f4e313c369-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#order-history-qty-grid.w-node-c353b1ce-dc4f-b96c-e983-a8f4e313c37b-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#order-history-info-grid.w-node-_2d6a26fe-8a7b-5b9d-d7fe-d4f17290087c-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#order-history-qty-grid.w-node-_2d6a26fe-8a7b-5b9d-d7fe-d4f17290088e-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#order-history-info-grid.w-node-_2d6a26fe-8a7b-5b9d-d7fe-d4f1729008ad-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#order-history-qty-grid.w-node-_2d6a26fe-8a7b-5b9d-d7fe-d4f1729008bf-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#order-history-info-grid.w-node-_2d6a26fe-8a7b-5b9d-d7fe-d4f1729008de-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#order-history-qty-grid.w-node-_2d6a26fe-8a7b-5b9d-d7fe-d4f1729008f0-92fa1c77 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#close-popup-top-grid.w-node-_64b8d5b9-d0f7-8e7a-3bbb-67ba74418774-92fa1c77 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-cecfae38-aa1b-7e43-8213-e51e65b109ae-f4a3f770 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
}

#pay-edit-form-grid.w-node-_8ea5bb1c-b48b-789b-bddd-213a31efa490-dcfa1c7a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#close-popup-top-grid.w-node-_2dc20f36-c419-bfd0-31da-802a49d79ab1-6efa1c8a {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_27ab5715-bedb-9c92-c088-601b7c1a1c55-6efa1c8a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_27ab5715-bedb-9c92-c088-601b7c1a1c58-6efa1c8a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_14fa2390-d2c6-30e8-0489-6bd5207d071d-ccfa1c90 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fa7ba6bc-a96e-74b6-2e22-d516890eff73-ccfa1c90 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_14fa2390-d2c6-30e8-0489-6bd5207d071d-5bfa1c91 {
  -ms-grid-column-align: end;
  justify-self: end;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-fa7ba6bc-a96e-74b6-2e22-d516890eff73-5bfa1c91 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0d737e10-2308-f369-829c-f6e0960cfa33-82fa1c96 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f7b92abc-187c-04e5-8462-aa6215f5e3da-82fa1c96 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b8726650-d34b-b034-2fee-c32dd892c48e-82fa1c96 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#saved-item-info-grid.w-node-_1a790654-ac86-9c25-9f55-529283352cf3-53fa1c9a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#saved-item-qty-grid.w-node-_1a790654-ac86-9c25-9f55-529283352d05-53fa1c9a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#saved-item-info-grid.w-node-a31feba5-6f2d-1496-9a88-e83312969193-53fa1c9a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#saved-item-qty-grid.w-node-a31feba5-6f2d-1496-9a88-e833129691a5-53fa1c9a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#saved-item-info-grid.w-node-f3f6b1ec-1dab-0b47-3259-47199987bf61-53fa1c9a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#saved-item-qty-grid.w-node-f3f6b1ec-1dab-0b47-3259-47199987bf73-53fa1c9a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#saved-item-info-grid.w-node-df40a780-7994-6d3b-2e77-15ce2636af31-53fa1c9a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#saved-item-qty-grid.w-node-df40a780-7994-6d3b-2e77-15ce2636af43-53fa1c9a {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ceedca48-ee91-2b4f-89a5-c584b28cabf5-71fa1ca7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3932425-cf07-cd9e-3d77-bb97cc5689e8-71fa1ca7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5bc63c05-0364-58ca-c8d1-f2a1e820e7e2-71fa1ca7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_73b20f1b-2bf3-1fcc-ed40-d89c2fec4518-71fa1ca7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d53af148-4217-9526-ac8e-81ccda55ae82-71fa1ca7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65aa7f70-77ea-da7a-e36f-3bf9c4f6e2b9-71fa1ca7 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ceedca48-ee91-2b4f-89a5-c584b28cabf5-6cfa1ca8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d3932425-cf07-cd9e-3d77-bb97cc5689e8-6cfa1ca8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5bc63c05-0364-58ca-c8d1-f2a1e820e7e2-6cfa1ca8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_73b20f1b-2bf3-1fcc-ed40-d89c2fec4518-6cfa1ca8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d53af148-4217-9526-ac8e-81ccda55ae82-6cfa1ca8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_65aa7f70-77ea-da7a-e36f-3bf9c4f6e2b9-6cfa1ca8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4dae5c81-b5f5-6460-fdd4-62cff8aa85f3-a7fa1cab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_160670d3-bdff-f953-096c-7f7e61ce0f54-a7fa1cab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_95d3463a-2df2-2999-3399-0c6c24fb8c7f-a7fa1cab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_38facfca-3f72-7c6c-fb15-8e9b5f6f8903-a7fa1cab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_491569fa-b873-64dd-9a7b-b5aa3d1d94d7-a7fa1cab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fb0d4b8c-8025-243f-9a57-29d2e5f0aff0-a7fa1cab {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fb0d4b8c-8025-243f-9a57-29d2e5f0aec2-3bfa1cac {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9f7c0831-d0a0-b956-a896-6c29a58a2a58-3bfa1cac {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_067105c2-d244-0567-346c-5bb8b97053b7-3bfa1cac {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-d87c18a6-f497-7250-7e5c-345af91e061d-3bfa1cac {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_66b80688-9a0f-19c3-a636-b924e1270746-3bfa1cac {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_9c1b5d2d-ae58-f5d5-2a4b-a41a195b857b-3bfa1cac {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4dae5c81-b5f5-6460-fdd4-62cff8aa85f3-3bfa1cac {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-fb0d4b8c-8025-243f-9a57-29d2e5f0aff0-3bfa1cac {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-a0d79745-0c7b-a97c-7adb-74aab02d5dbe-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-fc66e1c6-715e-a759-a024-fce6e5bde6b9-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_92cb4556-d968-032c-81ec-9aa7c8a8bdde-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_20570d79-614e-ba88-fd8f-a0d909be2cbf-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-fb870f60-c7cf-b9ba-1a02-accaf7aa1d92-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_2ca44e07-eb56-19e6-08cb-7a1060137cbc-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dfe28de3-bff0-7daa-8b67-0f26344dbe24-ae028bf5 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_7edb067f-7ac9-2870-1db8-9a1686589634-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_707239e3-8d47-8c17-c1e8-cec68e0e0e48-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_42c4ba29-1fbb-84c1-0999-e2da57172852-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b2d72431-2cea-8269-a784-586fead389b1-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b2d72431-2cea-8269-a784-586fead389b2-ae028bf5 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-b2d72431-2cea-8269-a784-586fead389b5-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c153cf44-330e-0312-78f9-9e9c1a39fad0-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c153cf44-330e-0312-78f9-9e9c1a39fad7-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f1869d1-c4d7-fba9-6b8f-7b09b5ade1f9-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3f1869d1-c4d7-fba9-6b8f-7b09b5ade1fa-ae028bf5 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_3f1869d1-c4d7-fba9-6b8f-7b09b5ade1fd-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-efec7d40-c51b-a843-5892-d7ac508bf1a9-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-efec7d40-c51b-a843-5892-d7ac508bf1b0-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f931996f-3bd1-482b-5234-3e7421f91238-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f931996f-3bd1-482b-5234-3e7421f91239-ae028bf5 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f931996f-3bd1-482b-5234-3e7421f9123c-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78fa7c3c-cfc7-3abe-c5c7-6984211da97a-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_78fa7c3c-cfc7-3abe-c5c7-6984211da981-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bf7702e8-e99f-8f34-08b4-53f4f71ab088-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#id-instruct-grid.w-node-ca3c5c32-d8a3-9226-3703-fe96e52b901d-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_789e1fa7-d952-7860-6106-2d6b902e1270-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#billing-item-grid.w-node-_5f26a6c1-9619-b458-43ae-cb84a52e9c88-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#billing-item-grid.w-node-_6137c5ec-6483-1ad8-ff02-d723cbd16250-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#billing-item-grid.w-node-e23bf1b6-1162-431c-7831-3aadf745c09b-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_7d4513f5-b76e-2e5c-17f0-bdd36634e385-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-efe7ca35-2605-1660-838a-b108d740e984-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-efe7ca35-2605-1660-838a-b108d740e9ac-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-efe7ca35-2605-1660-838a-b108d740e9d4-ae028bf5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#opt1-grid-div.w-node-c9e1a2e5-f544-7809-4984-1dd3fd7bb4d3-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#opt2-grid-div.w-node-c9e1a2e5-f544-7809-4984-1dd3fd7bb4d8-ae028bf5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_27fda655-e8d6-7ba9-3e3d-af86dc30da8e-bb2bc671 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_722d873c-1b55-18bb-7504-a8c47f5c6eea-bb2bc671 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_600daeb2-c99b-3af9-16cd-27f7a91e7f53-bb2bc671 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_600daeb2-c99b-3af9-16cd-27f7a91e7f5e-bb2bc671 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_295f43ea-d99f-5dab-9d9c-e0caf9bb924e-bb2bc671 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe41ab1d-9a09-9d65-844b-8a6740c8ba85-bb2bc671 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f8189615-d115-ba18-be0b-52cf739bdb30-bb2bc671 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d9649410-1eb2-ed9c-d45d-8845c9956a75-bb2bc671 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#input-reg-search-grid.w-node-_0a4da0c0-e1f4-1429-c9c7-9de40353cca7-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#button-reg-search-grid.w-node-_0a4da0c0-e1f4-1429-c9c7-9de40353ccab-9cf222f7 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#input-reg-search-grid.w-node-d1cd1d44-662d-ab16-2784-08748d01cc82-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#button-reg-search-grid.w-node-d1cd1d44-662d-ab16-2784-08748d01cc86-9cf222f7 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_99f11304-7655-70bf-a7ca-5c11c83172e0-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_99f11304-7655-70bf-a7ca-5c11c83172e6-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_99f11304-7655-70bf-a7ca-5c11c83172eb-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_99f11304-7655-70bf-a7ca-5c11c83172f1-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_99f11304-7655-70bf-a7ca-5c11c83172f6-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_99f11304-7655-70bf-a7ca-5c11c83172f9-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_99f11304-7655-70bf-a7ca-5c11c83172fc-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_99f11304-7655-70bf-a7ca-5c11c8317301-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_99f11304-7655-70bf-a7ca-5c11c8317307-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_99f11304-7655-70bf-a7ca-5c11c831730c-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_99f11304-7655-70bf-a7ca-5c11c8317312-9cf222f7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

@media screen and (max-width: 991px) {
  #blog-item-grid.w-node-_4fe0ac75-d53c-ae03-5604-ecfa8dafbb5b-ddfa1b32 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-_4fe0ac75-d53c-ae03-5604-ecfa8dafbb64-ddfa1b32 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-_4fe0ac75-d53c-ae03-5604-ecfa8dafbb6d-ddfa1b32 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-_4fe0ac75-d53c-ae03-5604-ecfa8dafbb76-ddfa1b32 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #card-grid.w-node-_2aea4158-5929-1d0d-e50f-301e99124cbd-6f21265a {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #blog-item-grid.w-node-_19941da0-7f58-c3d3-5080-7bb5cd0fae23-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-_19941da0-7f58-c3d3-5080-7bb5cd0fae2c-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-_19941da0-7f58-c3d3-5080-7bb5cd0fae35-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-_19941da0-7f58-c3d3-5080-7bb5cd0fae3e-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-b20bd91d-4dd3-3d85-4dc8-f78b28a02f80-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-b20bd91d-4dd3-3d85-4dc8-f78b28a02f8b-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-b20bd91d-4dd3-3d85-4dc8-f78b28a02f96-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-b20bd91d-4dd3-3d85-4dc8-f78b28a02fa1-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #dash-order-history-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc47-aefa1bbe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #dash-order-history-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc47-c6fa1bdd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #dash-loyalty-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc4f-c6fa1bdd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6d4e-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6d7c-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6daa-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6dd8-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6e06-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #input-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4cc-0dfa1c53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #input-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4df-0dfa1c53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #input-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd512-f0fa1c55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #input-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd525-f0fa1c55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #input-reg-search-grid.w-node-_6f3d2987-b887-3cb2-24ef-909cbcddb504-69fa1c5f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #input-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caeb0-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #input-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caec3-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #input-reg-search-grid.w-node-_875e9ad5-263d-cffe-6c09-e1127de79f33-84fa1c63 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #input-reg-search-grid.w-node-cde08dca-39bc-c259-f2e6-23023323d104-c0fa1c66 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #blog-item-grid.w-node-d182dcdf-7006-d651-a4a5-a5c4133b3bdf-44fa1ca6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-d182dcdf-7006-d651-a4a5-a5c4133b3bea-44fa1ca6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-d182dcdf-7006-d651-a4a5-a5c4133b3bf5-44fa1ca6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-d182dcdf-7006-d651-a4a5-a5c4133b3c00-44fa1ca6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4dae5c81-b5f5-6460-fdd4-62cff8aa85f6-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_160670d3-bdff-f953-096c-7f7e61ce0f57-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_95d3463a-2df2-2999-3399-0c6c24fb8c82-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_38facfca-3f72-7c6c-fb15-8e9b5f6f8906-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_491569fa-b873-64dd-9a7b-b5aa3d1d94da-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-fb0d4b8c-8025-243f-9a57-29d2e5f0aec5-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9f7c0831-d0a0-b956-a896-6c29a58a2a5b-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_067105c2-d244-0567-346c-5bb8b97053ba-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d87c18a6-f497-7250-7e5c-345af91e0620-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_66b80688-9a0f-19c3-a636-b924e1270749-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9c1b5d2d-ae58-f5d5-2a4b-a41a195b857e-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4dae5c81-b5f5-6460-fdd4-62cff8aa85f6-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #input-reg-search-grid.w-node-_0a4da0c0-e1f4-1429-c9c7-9de40353cca7-9cf222f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #input-reg-search-grid.w-node-d1cd1d44-662d-ab16-2784-08748d01cc82-9cf222f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 767px) {
  #blog-item-grid.w-node-_4fe0ac75-d53c-ae03-5604-ecfa8dafbb5b-ddfa1b32 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-_4fe0ac75-d53c-ae03-5604-ecfa8dafbb64-ddfa1b32 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-_4fe0ac75-d53c-ae03-5604-ecfa8dafbb6d-ddfa1b32 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-_4fe0ac75-d53c-ae03-5604-ecfa8dafbb76-ddfa1b32 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #ft-logo-grid.w-node-e550cc65-91b6-795d-5997-bfbc776287e0-6f21265a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #blog-item-grid.w-node-_19941da0-7f58-c3d3-5080-7bb5cd0fae23-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-_19941da0-7f58-c3d3-5080-7bb5cd0fae2c-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-_19941da0-7f58-c3d3-5080-7bb5cd0fae35-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-_19941da0-7f58-c3d3-5080-7bb5cd0fae3e-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-b20bd91d-4dd3-3d85-4dc8-f78b28a02f80-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-b20bd91d-4dd3-3d85-4dc8-f78b28a02f8b-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-b20bd91d-4dd3-3d85-4dc8-f78b28a02f96-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-b20bd91d-4dd3-3d85-4dc8-f78b28a02fa1-46fa1ba5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #id-instruct-grid.w-node-ca3c5c32-d8a3-9226-3703-fe96e52b901d-b2fa1ba9 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #dash-order-history-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc47-aefa1bbe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #dash-logout-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc59-aefa1bbe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #dash-order-history-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc47-c6fa1bdd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #dash-loyalty-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc4f-c6fa1bdd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #dash-logout-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc59-c6fa1bdd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6d4e-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6d71-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6d7c-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6d9f-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6daa-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6dcd-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6dd8-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6dfb-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6e06-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6e29-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6e93-8efa1c4c {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #event-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4ce-0dfa1c53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4d0-0dfa1c53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #event-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4e1-0dfa1c53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4e3-0dfa1c53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #event-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd514-f0fa1c55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd516-f0fa1c55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #event-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd527-f0fa1c55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd529-f0fa1c55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #event-reg-search-grid.w-node-_6f3d2987-b887-3cb2-24ef-909cbcddb506-69fa1c5f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-_6f3d2987-b887-3cb2-24ef-909cbcddb508-69fa1c5f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-inner-grid.w-node-eb903ec7-ad95-da37-02f6-b3e2fb4d949d-69fa1c5f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #button-inner-grid.w-node-eb903ec7-ad95-da37-02f6-b3e2fb4d94d7-69fa1c5f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #button-inner-grid.w-node-_7b92f5cc-48b6-8a2a-2f50-a915abc48a9a-69fa1c5f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #event-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caeb2-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caeb4-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #event-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caec5-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caec7-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_1e42799a-efc5-4a0e-6056-350ee41fb95d-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-_875e9ad5-263d-cffe-6c09-e1127de79f35-84fa1c63 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-_875e9ad5-263d-cffe-6c09-e1127de79f37-84fa1c63 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #event-reg-search-grid.w-node-cde08dca-39bc-c259-f2e6-23023323d106-c0fa1c66 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-cde08dca-39bc-c259-f2e6-23023323d108-c0fa1c66 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-cecfae38-aa1b-7e43-8213-e51e65b109ae-f4a3f770 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_14fa2390-d2c6-30e8-0489-6bd5207d071d-ccfa1c90 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_14fa2390-d2c6-30e8-0489-6bd5207d071d-5bfa1c91 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #blog-item-grid.w-node-d182dcdf-7006-d651-a4a5-a5c4133b3bdf-44fa1ca6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-d182dcdf-7006-d651-a4a5-a5c4133b3bea-44fa1ca6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-d182dcdf-7006-d651-a4a5-a5c4133b3bf5-44fa1ca6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #blog-item-grid.w-node-d182dcdf-7006-d651-a4a5-a5c4133b3c00-44fa1ca6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4dae5c81-b5f5-6460-fdd4-62cff8aa85f6-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4dae5c81-b5f5-6460-fdd4-62cff8aa8619-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_160670d3-bdff-f953-096c-7f7e61ce0f57-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_160670d3-bdff-f953-096c-7f7e61ce0f7a-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_95d3463a-2df2-2999-3399-0c6c24fb8c82-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_95d3463a-2df2-2999-3399-0c6c24fb8ca5-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_38facfca-3f72-7c6c-fb15-8e9b5f6f8906-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_38facfca-3f72-7c6c-fb15-8e9b5f6f8929-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_491569fa-b873-64dd-9a7b-b5aa3d1d94da-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_491569fa-b873-64dd-9a7b-b5aa3d1d94fd-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-fb0d4b8c-8025-243f-9a57-29d2e5f0aec5-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-fb0d4b8c-8025-243f-9a57-29d2e5f0aee8-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9f7c0831-d0a0-b956-a896-6c29a58a2a5b-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9f7c0831-d0a0-b956-a896-6c29a58a2a7e-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_067105c2-d244-0567-346c-5bb8b97053ba-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_067105c2-d244-0567-346c-5bb8b97053dd-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d87c18a6-f497-7250-7e5c-345af91e0620-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d87c18a6-f497-7250-7e5c-345af91e0643-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_66b80688-9a0f-19c3-a636-b924e1270749-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_66b80688-9a0f-19c3-a636-b924e127076c-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_9c1b5d2d-ae58-f5d5-2a4b-a41a195b857e-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9c1b5d2d-ae58-f5d5-2a4b-a41a195b85a1-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4dae5c81-b5f5-6460-fdd4-62cff8aa85f6-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4dae5c81-b5f5-6460-fdd4-62cff8aa8619-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #id-instruct-grid.w-node-ca3c5c32-d8a3-9226-3703-fe96e52b901d-ae028bf5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-_0a4da0c0-e1f4-1429-c9c7-9de40353cca9-9cf222f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-_0a4da0c0-e1f4-1429-c9c7-9de40353ccab-9cf222f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #event-reg-search-grid.w-node-d1cd1d44-662d-ab16-2784-08748d01cc84-9cf222f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-d1cd1d44-662d-ab16-2784-08748d01cc86-9cf222f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #left-header-grid.w-node-_8ee65afd-8281-3580-d26e-5f974875cd7b-ddfa1b32 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #dash-order-history-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc47-aefa1bbe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #dash-logout-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc59-aefa1bbe {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #dash-order-history-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc47-c6fa1bdd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #dash-loyalty-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc4f-c6fa1bdd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #loyalty-point-display-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc52-c6fa1bdd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #loyalty-card-img-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc57-c6fa1bdd {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #dash-logout-grid.w-node-e0e4434b-f6a6-3a67-d364-58ce3e19fc59-c6fa1bdd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6d4b-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6d71-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6d79-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6d9f-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6da7-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6dcd-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6dd5-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6dfb-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6e03-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6e29-8efa1c4c {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_5912ac17-ccb4-32da-149f-9e7ac11b6e93-8efa1c4c {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-b2f5009f-5c98-c621-8110-21942a6aa35e-8efa1c4c {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_0cfa7d0b-361f-3e06-33e8-cb3dfd8c03dc-8efa1c4c {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #input-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4cc-0dfa1c53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4ce-0dfa1c53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4d0-0dfa1c53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #input-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4df-0dfa1c53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4e1-0dfa1c53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-ff0bb7c9-4cb8-dabc-5c53-abcea8fcd4e3-0dfa1c53 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #input-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd512-f0fa1c55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd514-f0fa1c55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd516-f0fa1c55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #input-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd525-f0fa1c55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd527-f0fa1c55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-b6f4811e-6ee5-9b08-951c-dd5a239dd529-f0fa1c55 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-ee20fc52-1fe0-841e-1d6c-97e71497d939-f0fa1c55 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-ea700de9-7ada-f317-dc75-d23d7ea0aeab-69fa1c5f {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ea700de9-7ada-f317-dc75-d23d7ea0aecd-69fa1c5f {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #input-reg-search-grid.w-node-_6f3d2987-b887-3cb2-24ef-909cbcddb504-69fa1c5f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-_6f3d2987-b887-3cb2-24ef-909cbcddb506-69fa1c5f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-_6f3d2987-b887-3cb2-24ef-909cbcddb508-69fa1c5f {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_7b041db9-a4f7-2087-875a-61024a95f824-74fa1c61 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #input-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caeb0-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caeb2-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caeb4-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #input-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caec3-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caec5-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-_0ea2db8e-7d64-1c25-6f9d-d7dc787caec7-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_1e42799a-efc5-4a0e-6056-350ee41fb931-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1e42799a-efc5-4a0e-6056-350ee41fb93d-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1e42799a-efc5-4a0e-6056-350ee41fb941-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1e42799a-efc5-4a0e-6056-350ee41fb94d-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1e42799a-efc5-4a0e-6056-350ee41fb951-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_1e42799a-efc5-4a0e-6056-350ee41fb95d-74fa1c61 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #input-reg-search-grid.w-node-_875e9ad5-263d-cffe-6c09-e1127de79f33-84fa1c63 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-_875e9ad5-263d-cffe-6c09-e1127de79f35-84fa1c63 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-_875e9ad5-263d-cffe-6c09-e1127de79f37-84fa1c63 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-ff1e788b-f404-ed63-ad8b-7c7f97d9fb7e-c0fa1c66 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-ff1e788b-f404-ed63-ad8b-7c7f97d9fba0-c0fa1c66 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #input-reg-search-grid.w-node-cde08dca-39bc-c259-f2e6-23023323d104-c0fa1c66 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-cde08dca-39bc-c259-f2e6-23023323d106-c0fa1c66 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-cde08dca-39bc-c259-f2e6-23023323d108-c0fa1c66 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #left-header-grid.w-node-_8ee65afd-8281-3580-d26e-5f974875cd7b-9ffa1c6b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-cecfae38-aa1b-7e43-8213-e51e65b109ae-f4a3f770 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }

  #w-node-_437ae305-e1de-8a58-a761-bf634fb3ce6f-6efa1c8a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_4dae5c81-b5f5-6460-fdd4-62cff8aa85f3-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4dae5c81-b5f5-6460-fdd4-62cff8aa8619-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_160670d3-bdff-f953-096c-7f7e61ce0f54-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_160670d3-bdff-f953-096c-7f7e61ce0f7a-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_95d3463a-2df2-2999-3399-0c6c24fb8c7f-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_95d3463a-2df2-2999-3399-0c6c24fb8ca5-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_38facfca-3f72-7c6c-fb15-8e9b5f6f8903-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_38facfca-3f72-7c6c-fb15-8e9b5f6f8929-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_491569fa-b873-64dd-9a7b-b5aa3d1d94d7-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_491569fa-b873-64dd-9a7b-b5aa3d1d94fd-a7fa1cab {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-fb0d4b8c-8025-243f-9a57-29d2e5f0aff6-a7fa1cab {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-fb0d4b8c-8025-243f-9a57-29d2e5f0aec2-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-fb0d4b8c-8025-243f-9a57-29d2e5f0aee8-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9f7c0831-d0a0-b956-a896-6c29a58a2a58-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9f7c0831-d0a0-b956-a896-6c29a58a2a7e-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_067105c2-d244-0567-346c-5bb8b97053b7-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_067105c2-d244-0567-346c-5bb8b97053dd-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d87c18a6-f497-7250-7e5c-345af91e061d-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-d87c18a6-f497-7250-7e5c-345af91e0643-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_66b80688-9a0f-19c3-a636-b924e1270746-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_66b80688-9a0f-19c3-a636-b924e127076c-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9c1b5d2d-ae58-f5d5-2a4b-a41a195b857b-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_9c1b5d2d-ae58-f5d5-2a4b-a41a195b85a1-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4dae5c81-b5f5-6460-fdd4-62cff8aa85f3-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_4dae5c81-b5f5-6460-fdd4-62cff8aa8619-3bfa1cac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-fb0d4b8c-8025-243f-9a57-29d2e5f0aff6-3bfa1cac {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #input-reg-search-grid.w-node-_0a4da0c0-e1f4-1429-c9c7-9de40353cca7-9cf222f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-_0a4da0c0-e1f4-1429-c9c7-9de40353cca9-9cf222f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-_0a4da0c0-e1f4-1429-c9c7-9de40353ccab-9cf222f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #input-reg-search-grid.w-node-d1cd1d44-662d-ab16-2784-08748d01cc82-9cf222f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #event-reg-search-grid.w-node-d1cd1d44-662d-ab16-2784-08748d01cc84-9cf222f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #button-reg-search-grid.w-node-d1cd1d44-662d-ab16-2784-08748d01cc86-9cf222f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@font-face {
  font-family: 'Mories display';
  src: url('/fonts/Mories-Display.ttf') format('truetype'), url('/fonts/Mories-Display.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mories';
  src: url('/fonts/Mories.ttf') format('truetype'), url('/fonts/Mories.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa v4compatibility';
  src: url('/fonts/fa-v4compatibility.ttf') format('truetype'), url('/fonts/fa-v4compatibility.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('/fonts/fa-regular-400.ttf') format('truetype'), url('/fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('/fonts/fa-brands-400.ttf') format('truetype'), url('/fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('/fonts/fa-solid-900.ttf') format('truetype'), url('/fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}