.default-page-container {
    min-height: 95vh;
    /* padding-bottom: 110px;
    margin-bottom: 0; */
}
.cart-body {
    position: relative;
}
.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartquantityinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartoutofstock {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffdede;
}

.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-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  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;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecartopenlinkcount {
  display: inline-block;
  height: 18px;
  min-width: 18px;
  margin-left: 8px;
  padding-right: 6px;
  padding-left: 6px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #fff;
  color: #3898ec;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  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;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  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: 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;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  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-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

.w-commerce-commercecartitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecartquantity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -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-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartcheckoutbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  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;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  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-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 64px;
  padding-bottom: 64px;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  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;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

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

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  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;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  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;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    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: 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;
  }
  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    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: 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;
  }
  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }
}

body {
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: #000;
  background-image: url('Plugin-Background_Dark2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 44px;
  line-height: 46px;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 38px;
  font-weight: 600;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  display: inline;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #da542a;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover {
  color: #f7f2cf;
}

a:active {
  color: #f7f2cf;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  list-style-type: disc;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  border-right: 2px solid rgba(247, 242, 207, 0.5);
  border-left: 2px solid rgba(247, 242, 207, 0.5);
  border-radius: 8px;
  background-color: #362b23;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 1px;
  text-transform: uppercase;
}

figure {
  margin-top: 0px;
  padding-bottom: 0px;
}

figcaption {
  margin-top: 0px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.divider {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: rgba(247, 242, 207, 0.5);
}

.divider.cc-dark-divider {
  height: 1px;
  background-color: #202020;
}

.styleguide-content-wrap {
  text-align: center;
}

.section.cc-store-home-wrap {
  position: relative;
  z-index: 1;
  margin-top: 100vh;
  padding-top: 0px;
  background-color: transparent;
  background-image: url('Plugin-Background_Dark2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.section.cc-subscribe-form {
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}

.section.cc-product-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section.footer-section {
  background-color: #000;
}

.section.page-title-section {
  margin-top: 0px;
  padding-top: 30px;
}

.section.short-page-section {
  min-height: 70vh;
}

.section.shop-section {
  margin-bottom: 50px;
}

.section.blog-page {
  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;
}

.styleguide-block {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
  -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: left;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container.cc-subscription-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  -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;
}

.container.cc-heading-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}

.container.cc-full-width-form-wrap {
  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;
}

.container.cc-blog-detail {
  padding-top: 50px;
}

.container.bottom-bracket-container {
  margin-top: -20px;
}

.container.gift-card-container {
  margin-top: 10vh;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: 0.7;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  opacity: 0.6;
  color: #f7f2cf;
}

.button {
  position: relative;
  z-index: 5;
  width: 170px;
  height: 40px;
  margin-top: 0px;
  padding-top: 7px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.8);
  border-radius: 0px;
  background-color: #362b23;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Oswald, sans-serif;
  color: rgba(247, 242, 207, 0.85);
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.pre-order {
    width: 280px;
}

.analog-button {
    width: 100%;
}
.button:hover {
  border-color: #f7f2cf;
  background-color: #473a30;
  color: #f7f2cf;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  width: auto;
  height: auto;
  max-width: 600px;
  min-width: 200px;
  padding: 16px 35px;
  font-size: 37px;
  line-height: 26px;
}

.button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.cc-cart {
  width: auto;
  height: 49px;
  padding-right: 19px;
  padding-left: 12px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-bottom-color: rgba(247, 242, 207, 0.5);
  border-left-color: rgba(247, 242, 207, 0.5);
  background-color: rgba(54, 43, 35, 0.5);
}

.button.cc-cart:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.2)), to(rgba(247, 242, 207, 0.2)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.2), rgba(247, 242, 207, 0.2));
}

.button.shop-button {
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: transparent;
}

.button.shop-button:hover {
  background-color: rgba(247, 242, 207, 0.1);
}

.button.button-contents {
  position: relative;
  bottom: 40px;
  z-index: 0;
  border-color: rgba(247, 242, 207, 0);
}

.button.view-cart {
  display: block;
  width: 100%;
  height: 20px;
  margin-top: 5px;
  padding: 5px 0px 10px;
  float: left;
  border-style: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: rgba(247, 242, 207, 0.25);
  font-size: 9px;
  line-height: 10px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.button.view-cart:hover {
  color: rgba(247, 242, 207, 0.45);
}

.button.checkout-button {
  display: block;
  width: 100%;
  float: right;
}

.button.shop-subscribe-button {
  margin-right: 10px;
  margin-left: 10px;
}

.button.subscribe {
  background-color: #da542a;
  letter-spacing: 1px;
}

.button.subscribe:hover {
  background-color: #e56b45;
}

.button.subscription-funnel-button {
  position: relative;
  top: 50px;
  display: block;
  width: 550px;
  padding-top: 9px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 84, 42, 0.85)), to(rgba(218, 84, 42, 0.85)));
  background-image: linear-gradient(180deg, rgba(218, 84, 42, 0.85), rgba(218, 84, 42, 0.85));
}

.button.subscription-funnel-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 119, 86, 0.85)), to(rgba(224, 119, 86, 0.85)));
  background-image: linear-gradient(180deg, rgba(224, 119, 86, 0.85), rgba(224, 119, 86, 0.85));
}

.button.subscription-funnel-button.slyfi {
  display: none;
}

.button.blog-nav-left {
  clear: none;
}

.button.continue-shopping {
  width: auto;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

.label {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-cart-remove-link {
  margin-top: 4px;
  margin-bottom: 5px;
  color: #a7a7a7;
  font-weight: 400;
  text-decoration: none;
}

.label.cc-blog-date {
  margin-top: 20px;
  opacity: 0.6;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.rich-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  padding: 50px 0px 20px;
  background-color: rgba(0, 0, 0, 0.4);
}

.rich-text p {
  margin: 15px 30px 25px;
  opacity: 0.7;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}

.rich-text.default-page {
  background-color: transparent;
}

.rich-text h2 {
  margin-right: 30px;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  line-height: 37px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.rich-text blockquote {
  margin-right: 60px;
  margin-left: 60px;
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  text-align: justify;
}

.rich-text h4 {
  margin-right: 30px;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rich-text img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.rich-text h1 {
  margin-right: 30px;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.rich-text h3 {
  margin-right: 30px;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.rich-text h6 {
  margin-right: 30px;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.rich-text li {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  text-align: left;
}

.rich-text h5 {
  margin-right: 30px;
  margin-left: 30px;
}

.rich-text ul {
  margin-right: 30px;
  margin-left: 30px;
}

.rich-text ol {
  margin-right: 30px;
  margin-left: 30px;
}

.rich-text figcaption {
  margin-right: 30px;
  margin-left: 30px;
}

.paragraph-light {
  opacity: 0.7;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph-light.cc-subscribe-paragraph {
  width: 50%;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 64px;
  line-height: 66px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.heading-jumbo.emphasis {
  color: #da542a;
}

.heading-jumbo.plugin-store-header {
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 1px;
}

.heading-jumbo.plugin-store-header.plugin-section {
  margin-bottom: 60px;
}

.heading-jumbo.storefront {
  margin-top: 60px;
  margin-bottom: 1vh;
  font-family: Oswald, sans-serif;
  font-size: 6vw;
  line-height: 100px;
  font-weight: 600;
  letter-spacing: 1px;
}

.heading-jumbo.default-page {
  width: 40vw;
  min-width: 300px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  border-top: 1px solid rgba(247, 242, 207, 0.5);
  border-bottom: 1px solid rgba(247, 242, 207, 0.5);
  font-size: 4vw;
}

.heading-jumbo.default-page.tos {
  border: 1px none #000;
  font-size: 3vw;
}

.heading-jumbo.subscription-option-price {
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
}

.heading-jumbo.subscription-option-price.slyfi {
  margin-top: -5px;
  font-size: 62px;
}

.heading-jumbo.subscription-funnel-price {
  width: 100%;
  margin-top: 5px;
  padding-top: 10px;
  padding-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
}

.heading-jumbo.subscription-funnel-price.slyfi {
  margin-top: -5px;
}

.heading-jumbo.subscription-funnel-price.annual {
  font-size: 60px;
}

.heading-jumbo.museletter-header {
  width: 80%;
  margin: -30px auto 30px;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  border-top: 1px solid rgba(247, 242, 207, 0.5);
  border-bottom: 1px solid rgba(247, 242, 207, 0.5);
  font-size: 4vw;
}

.heading-jumbo.museletter-header.tos {
  border: 1px none #000;
  font-size: 3vw;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-jumbo-small.single-product-subheader {
  font-weight: 300;
}

.heading-jumbo-small.single-product-subheader.b-stock-signifier {
  margin-bottom: -10px;
  font-size: 20px;
  line-height: 29px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  margin-bottom: 0px;
  padding: 60px 30px 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.cart-footer {
  padding-top: 20px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.product-name-text {
  color: #f5f5f5;
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.product-name-text.cc-shipping-option {
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 26px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.cart-quantity {
  display: block;
  height: auto;
  min-width: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}

.navigation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart {
  margin-left: 20px;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 0px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(247, 242, 207, 0.5);
  background-color: #000;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus,
.text-field.-wfp-focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-subscribe-text-field {
  width: 330px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.text-field.cc-subscribe-text-field:focus {
  border-color: #32343a;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-quantity-field {
  width: 80px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 12px;
  padding-left: 20px;
  border-color: #e6e6e6;
  background-color: #fff;
}

.cart-list {
  display: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  padding-top: 10px;
  padding-bottom: 9px;
  border-left: 1px solid rgba(247, 242, 207, 0.5);
  opacity: 0.6;
  color: #f7f2cf;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navigation-item:hover {
  opacity: 0.9;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item:visited {
  color: #f7f2cf;
}

.navigation-item.w--current {
  border-right: 1px solid #000;
  opacity: 1;
  color: rgba(247, 242, 207, 0.8);
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #f7f2cf;
}

.navigation-item.w--current:active {
  opacity: 0.7;
}

.navigation-item.menu-item {
  display: inline-block;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  border-right: 1px solid rgba(247, 242, 207, 0.5);
  line-height: 18px;
}

.navigation-item.menu-item.bottom-item {
  border-bottom: 1px solid rgba(247, 242, 207, 0.5);
}

.navigation-item.menu-item.bottom-item:hover {
  border-bottom-color: rgba(247, 242, 207, 0.3);
}

.icon {
  display: block;
}

.logo-image {
  display: block;
}

.remove-button {
  text-decoration: none;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-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;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.products-heading {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  text-align: center;
}

.collection-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.intro-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 99vh;
  margin-top: -50px;
  margin-bottom: 100px;
  -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;
}

.collection-item {
  position: relative;
  width: 80%;
  height: 150px;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  margin-bottom: 20px;
  text-align: center;
}

.intro-text {
  width: 80%;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
}

.main-heading-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 170px;
  margin-bottom: 60px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.main-paragraph-wrap {
  margin-top: 60px;
  margin-bottom: 150px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subscribe-form {
  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;
}

.form-block {
  margin-top: 20px;
}

.footer {
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 20px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ".";
  -ms-grid-columns: 2fr 30px 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link {
  display: block;
  margin-bottom: 15px;
  opacity: 0.6;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  font-size: 14px;
  text-decoration: none;
}

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

.made-with-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: 0.8;
}

.links-section-footer {
  margin-top: 40px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.product-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
  color: #f7f2cf;
  text-decoration: none;
}

.product-image-wrap:hover {
  opacity: 0.9;
  color: #fff;
}

.product-image-wrap:active {
  opacity: 0.85;
  color: #fff;
}

.product-description {
  position: static;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 30px;
  width: 80%;
  margin-left: 160px;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.product-price-text {
  opacity: 0.6;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 26px;
}

.about-quote {
  width: 70%;
  margin-right: auto;
  margin-bottom: 120px;
  margin-left: auto;
  text-align: center;
}

.picture-placeholder {
  height: 460px;
  -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: #f4f4f4;
  background-image: url('Placeholder-1.svg');
  background-position: 45% 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-2 {
  height: 620px;
  background-image: url('placeholder-1---wide.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-3 {
  background-image: url('placeholder-2.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.picture-placeholder.cc-about-1 {
  background-image: url('placeholder-1_1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -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;
}

.get-in-touch-form {
  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;
}

.credentials-inputs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.paragraph-contact-text {
  margin-bottom: 10px;
}

.grid {
  margin-top: 60px;
  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;
}

.support-link {
  margin-bottom: 10px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
  text-decoration: none;
}

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

.support-link:active {
  opacity: 0.8;
}

.contacts-section {
  margin-bottom: 100px;
  text-align: center;
}

.store-categories-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-right: -15px;
  margin-left: -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;
}

.products-category-link {
  margin-right: 15px;
  margin-left: 15px;
  opacity: 0.6;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.products-category-link:hover {
  opacity: 1;
}

.products-category-link:active {
  opacity: 0.8;
}

.products-category-link.w--current {
  opacity: 1;
  font-weight: 600;
  letter-spacing: 1px;
}

.products-category-link.w--current:hover {
  opacity: 0.8;
}

.products-category-link.w--current:active {
  opacity: 0.7;
}

.collection-list {
  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;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  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;
}

.blog-preview-image {
  display: block;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.blog-preview-image:hover {
  opacity: 0.7;
}

.blog-summary-wrap {
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  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;
  color: #fff;
  text-align: center;
}

._404-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.protected-heading {
  margin-bottom: 30px;
}

.protected-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.product-detail-measurement {
  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;
}

.product-detail-main-details {
  margin-bottom: 30px;
}

.product-details-wrap {
  width: 50%;
  max-width: 470px;
  margin-bottom: 20px;
  margin-left: 100px;
}

.add-to-cart {
  margin-top: 30px;
}

.product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 700px;
  margin-bottom: 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: #f4f4f4;
  background-image: url('placeholder-1_1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.product-detail-cta-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-informations {
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail-price {
  margin-bottom: 20px;
  opacity: 0.6;
  font-size: 30px;
  line-height: 52px;
}

.product-detail-name {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 52px;
}

.product-detail-unit-text {
  margin-left: 6px;
}

.product-detail-unit-text.cc-middle-text {
  margin-right: 6px;
}

.total-count-text {
  font-weight: 600;
}

.block-header {
  padding: 16px 24px;
  border-color: #e4e4e4;
  background-color: #000;
}

.block-content {
  padding: 24px 24px 12px;
  border-right-color: #e4e4e4;
  border-bottom-color: #e4e4e4;
  border-left-color: #e4e4e4;
  background-color: #000;
  font-weight: 400;
}

.full-width-form {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
}

.order-item-list {
  margin-bottom: -5px;
}

.order-item-description-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-item-content-wrap {
  margin-left: 24px;
}

.order-item-price {
  font-size: 14px;
}

.checkout-quantity-wrap {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
}

.order-confirmation-header-wrapper {
  font-weight: 100;
}

.select {
  display: none;
  height: 42px;
  margin-bottom: 16px;
}

.checkbox-label {
  margin-bottom: 0px;
  margin-left: 12px;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
}

.billing-address-toggle {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-top: 2px;
  margin-right: 15px;
  margin-bottom: 4px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.45);
  border-radius: 5px;
  background-color: rgba(54, 43, 35, 0.55);
  cursor: pointer;
}

.checkbox:hover {
  background-color: #473a30;
}

.shipping-method {
  padding: 20px 24px;
  border-bottom-color: #e4e4e4;
  background-color: #000;
}

.shipping-method-list {
  border-right-color: #e4e4e4;
  border-left-color: #e4e4e4;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.blog-header-image {
  display: block;
  width: 80%;
  height: 620px;
  margin-bottom: 60px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-header-image.w--current {
  margin-bottom: 60px;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
  font-weight: 400;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.option-list {
  display: none;
}

.option {
  margin-right: 4px;
  margin-bottom: 10px;
}

.option.color-option {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.option.color-option.selected {
  border: 1px solid #000;
}

.option.color-option.soldout {
  opacity: 0.48;
  cursor: not-allowed;
}

.option.text-option {
  cursor: pointer;
}

.option.text-option.selected {
  font-weight: 800;
}

.option.text-option.soldout {
  opacity: 0.62;
  cursor: not-allowed;
}

.cart-option-list {
  margin-top: 0px;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 26px;
}

.cart-option-wrap {
  margin-bottom: 0px;
}

.option-item-value {
  color: #1a1b1f;
}

.apple-pay {
  height: 42px;
}

.pay-with-browser {
  height: 42px;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.search-result-wrapper {
  display: none;
}

.my-account-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -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;
}

.orders---copy-this {
  width: 100%;
}

.collection-list-2 {
  width: 100%;
}

.empty-state {
  display: none;
  height: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 0px;
}

.div-block-39 {
  display: none;
}

.order-numebr-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -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-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-style: solid none solid solid;
  border-width: 1px 0px 2px 2px;
  border-color: #f6f6f6;
}

.order-row-data-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -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-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-style: solid;
  border-width: 1px 2px 2px;
  border-color: #f6f6f6;
}

.order-row---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 0px none #000;
}

.order-row-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -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-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-style: solid none solid solid;
  border-width: 1px 1px 2px 2px;
  border-color: #f6f6f6 #000 #f6f6f6 #f6f6f6;
}

.section-2 {
  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;
}

.my-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -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;
}

.heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin-bottom: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logout-link---copy-this {
  color: #1a1b1f;
}

.name-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;
}

.user-last-name---copy-this {
  margin-left: 5px;
}

.tab-pane-tab-1 {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #cacaca;
}

.tab-pane-tab-2 {
  padding: 20px;
  border: 1px solid #cacaca;
}

.container-2 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.account-container {
  margin-top: 65px;
  margin-bottom: 65px;
}

.addresses---copy-this {
  width: 100%;
}

.decline {
  margin-left: 10px;
  background-color: #f14040;
}

.orders-wrapper {
  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;
}

.order-name---copy-this {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
}

.text-block {
  margin-right: 5px;
}

.address-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;
}

.billing-wrapper {
  width: 50%;
}

.shipping-wrapper {
  width: 50%;
}

.order-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}

.order-details-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cart-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 31px;
  -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;
}

.table-header-label {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collection-list-cart {
  width: 100%;
}

.table-header-data-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -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-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-bottom: 1px solid rgba(247, 242, 207, 0.5);
  color: rgba(247, 242, 207, 0.8);
}

.table-header-data-2.product {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: transparent;
}

.cart-table {
  margin-top: 20px;
  margin-bottom: 40px;
}

.table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px none #000;
}

.cart-details-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 9px;
  padding-left: 9px;
  -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;
}

.update {
  margin-right: 10px;
}

.total-label {
  margin-right: 14px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.discount-price {
  margin-bottom: 0px;
  font-size: 18px;
}

.discounts-label {
  margin-right: 14px;
  margin-bottom: 0px;
  padding-right: 0px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.collection-list-wrapper-cart {
  width: 100%;
  border-style: solid none none;
  border-width: 0px 1px 1px;
  border-color: #000;
}

.total-price {
  margin-bottom: 0px;
  font-size: 18px;
}

.image-29 {
  margin-top: 3px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.product-title {
  text-decoration: none;
}

.cart-vendor {
  margin-bottom: 0px;
  font-size: 12px;
}

.remove {
  margin-bottom: 0px;
  color: #ff3232;
  font-size: 12px;
}

.table-row-data {
  padding: 10px;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border: 1px solid #f7f7f7;
}

.table-row-data.total {
  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-style: none;
  font-size: 18px;
}

.table-row-data.quantity {
  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-style: none;
}

.table-row-data.price {
  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-style: none;
}

.table-row-data.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #fff;
}

.table-row-data.product {
  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: 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;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-style: none;
  background-color: transparent;
}

.cart-original-price {
  margin-bottom: 0px;
  padding-left: 5px;
  color: rgba(247, 242, 207, 0.5);
  text-decoration: line-through;
}

.product-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.remove-item {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 3px;
  padding-left: 3px;
  border-radius: 20px;
  background-color: rgba(247, 242, 207, 0.3);
}

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

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

.cart-row---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(247, 242, 207, 0.5);
}

.variant-title {
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
}

.cart-image {
  overflow: hidden;
  width: 80px;
  height: 80px;
  padding: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.35);
  border-radius: 5px;
  background-color: #000;
}

.properties {
  margin-bottom: 0px;
  font-size: 12px;
}

.quantity {
  width: 70px;
}

.search-button {
  display: none;
}

.search-input {
  max-width: 400px;
}

.search {
  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;
}

.gift-card-active {
  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;
  font-family: Inconsolata, monospace;
  color: #fff;
}

.paragraph-17 {
  display: block;
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #fff;
}

.text-block-74 {
  font-family: Inconsolata, monospace;
  color: #fff;
}

.paragraph-23 {
  margin-bottom: 0px;
  font-size: 24px;
}

.paragraph-16 {
  margin-bottom: 0px;
  margin-left: 21px;
}

.div-block-136 {
  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;
}

.paragraph-36 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Inconsolata, monospace;
  color: #fff;
}

.section-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 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;
  background-color: #000;
}

.gift-card-expired {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  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;
  font-family: Inconsolata, monospace;
  color: #fff;
}

.div-block-135 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-30 {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 3px solid #fff;
}

.paragraph-18 {
  margin-bottom: 0px;
  font-family: Inconsolata, monospace;
  color: #fff;
}

.paragraph-38 {
  font-family: Inconsolata, monospace;
  color: #fff;
}

.gift-card-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 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;
  background-color: #000;
}

.mini-cart-list {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.mini-cart-image {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.remove-product-link {
  width: 15px;
  height: 15px;
  margin-right: 13px;
  border-radius: 50%;
  background-color: #362b23;
  background-image: url('cancel.svg');
  background-position: 50% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
}

.cart-list-2 {
  display: none;
}

.text-block-79 {
  font-size: 10px;
  text-transform: uppercase;
}

.text-block-78 {
  font-family: Montserrat, sans-serif;
  color: rgba(247, 242, 207, 0.8);
}

.checkout-actions {
  display: block;
  -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;
}

.product-info-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mini-cart-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Inconsolata, monospace;
}

.mini-cart-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-cart-left-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;
}

.text-block-76 {
  margin-right: 3px;
  font-family: Montserrat, sans-serif;
  color: rgba(247, 242, 207, 0.5);
  font-size: 12px;
}

.mini-cart-list-item {
  padding: 10px 20px;
}

.product-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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;
  background-color: transparent;
}

.cart-quantity-2 {
  position: absolute;
  bottom: 11px;
  min-width: 30px;
  margin-bottom: 10px;
  margin-left: 3px;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
}

.option-wrapper {
  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;
}

.color-option {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #972222;
}

.tags {
  margin-right: 10px;
}

.store-tags-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;
}

.login-item {
  display: none;
  padding-top: 10px;
  padding-bottom: 9px;
  border-left: 1px solid rgba(247, 242, 207, 0.5);
  opacity: 0.6;
  color: #f7f2cf;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.login-item:hover {
  opacity: 0.9;
}

.login-item:active {
  opacity: 0.8;
}

.login-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.login-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.login-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.table-header-label-2 {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.div-block-137 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-price-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-detail-compare-price {
  margin-bottom: 20px;
  margin-left: 10px;
  opacity: 0.6;
  font-size: 30px;
  line-height: 52px;
  text-decoration: line-through;
}

.product-compare-price-text {
  margin-left: 5px;
  opacity: 0.6;
  color: #f5f5f5;
  font-size: 14px;
  line-height: 26px;
  text-decoration: line-through;
}

.div-block-138 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.text-block-80 {
  text-decoration: none;
}

.order-number-header {
  text-decoration: none;
}

.order-row-data-right-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -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-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-style: solid;
  border-width: 1px 2px 2px;
  border-color: #f6f6f6;
}

.order-numebr-row-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -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-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-style: solid none solid solid;
  border-width: 1px 0px 2px 2px;
  border-color: #f6f6f6;
}

.order-data-row-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -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-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-style: solid none solid solid;
  border-width: 1px 1px 2px 2px;
  border-color: #f6f6f6 #000 #f6f6f6 #f6f6f6;
}

.payment-status-row-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -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-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-style: solid none solid solid;
  border-width: 1px 1px 2px 2px;
  border-color: #f6f6f6 #000 #f6f6f6 #f6f6f6;
}

.order-status-row-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -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-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-style: solid none solid solid;
  border-width: 1px 1px 2px 2px;
  border-color: #f6f6f6 #000 #f6f6f6 #f6f6f6;
}

.order-total-row-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -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-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border-style: solid;
  border-width: 1px 2px 2px;
  border-color: #f6f6f6;
}

.heading {
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 52px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-2 {
  font-family: Oswald, sans-serif;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-3 {
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-5 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading-6 {
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.body {
  background-color: #000;
  background-image: url('Plugin-Background_Dark2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-weight: 300;
}

.quantity-2 {
  display: none;
}

.field-label {
  display: none;
}

.select-field {
  display: none;
}

.field-label-2 {
  display: none;
}

.default-state {
  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;
}

.text-span {
  font-size: 9px;
  line-height: 10px;
}

.option-list-2 {
  display: none;
}

.block-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(97%, transparent), to(#000));
  background-image: linear-gradient(180deg, transparent 97%, #000);
}

.block-section.store-2-0 {
  width: 100%;
  max-width: 1500px;
  margin-top: 0px;
  padding-right: auto;
  padding-bottom: 0px;
  padding-left: auto;
  background-image: none;
}

.block-section.store-2-0.sub-box {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.store_itemblock {
  display: block;
  overflow: visible;
  width: 400px;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding: 0px 0px 15px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.32);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.09)), to(rgba(247, 242, 207, 0.09))), -webkit-gradient(linear, left top, left bottom, from(rgba(70, 53, 40, 0.25)), to(rgba(70, 53, 40, 0.25))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.09), rgba(247, 242, 207, 0.09)), linear-gradient(180deg, rgba(70, 53, 40, 0.25), rgba(70, 53, 40, 0.25)), linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62));
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  text-align: center;
  cursor: pointer;
}

.store_itemblock:hover {
  border-color: rgba(247, 242, 207, 0.7);
}

.store_itemblock.analog {
  height: 302px;
  margin-bottom: 40px;
}

.store_itemblock.downloadblock {
  height: auto;
  padding-bottom: 0px;
}

.collection-list-wrapper {
  margin-top: 80px;
  background-color: transparent;
}

.collection-list-wrapper.homepage-featured-products {
  margin-top: 30px;
  margin-bottom: 10px;
}

.collection-list-wrapper.homepage-featured-products.full-store-page {
  margin-top: -70px;
}

.collection-list-wrapper.downloads-block {
  margin-top: 80px;
  margin-bottom: 10px;
}

.collection-list-wrapper.single-plugin-page {
  margin-top: 0px;
  margin-bottom: 40px;
}

.og-price-tag {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  margin-bottom: -80px;
  float: right;
  border-style: solid;
  border-width: 45px;
  border-color: #da542a #da542a transparent transparent;
}

.div-block-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  margin-top: -36px;
  margin-left: -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-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.div-block-139 {
  width: auto;
  margin-bottom: -14px;
  margin-left: 4px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.heading-12 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 16px;
  line-height: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.div-block-39-copy {
  width: auto;
  margin-top: 2px;
  margin-left: 0px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  line-height: 30px;
}

.heading-for-sale-bug {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.item_storeitemlink {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 219px;
  margin-top: 0px;
  padding-top: 15px;
  -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;
  text-decoration: none;
}

.item_storeitemlink.sub-block-store-item-link {
  height: 229px;
  padding-top: 0px;
}

.item_storeproductimage {
  display: block;
  width: 95%;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.item_producttitle {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 398px;
  height: 70px;
  margin-top: 15px;
  padding: 0px 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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.15)), to(rgba(247, 242, 207, 0.15)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.15), rgba(247, 242, 207, 0.15));
}

.item_producttitle.collection-title {
  top: 0px;
  width: 100%;
  height: 100px;
  margin-top: 38%;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: none;
}

.item_producttitle.sub-block-title {
  width: 100%;
  margin-top: 0px;
}

.item_producttitletext {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.item_producttitletext.subtitle {
  margin-top: 0px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 3px;
}

.item_moreinfohover {
  position: relative;
  z-index: 99;
  display: block;
  width: 100%;
  height: 220px;
  margin-top: -220px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.item_moreinfohover:hover {
  opacity: 1;
}

.item_moreinfohover.sub-block-hover {
  display: block;
  height: 230px;
  margin-top: -230px;
}

.item_moreinfohover.sub-block-hover:hover {
  background-color: rgba(247, 242, 207, 0.1);
}

.more-title-block {
  position: relative;
  top: 150px;
  z-index: 99;
  display: block;
  height: 70px;
  background-color: rgba(31, 22, 15, 0.95);
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  font-size: 28px;
  line-height: 65px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.more-title-block.sub-block {
  top: 160px;
}

.item_buttoncontainer {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-top: 10px;
  padding-top: 0px;
  padding-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;
}

.item_buttoncontainer.sub-box {
  margin-top: 8px;
  margin-bottom: -4px;
}

.item_buybuttonembed {
  display: block;
  overflow: hidden;
  width: 178px;
  height: 45px;
  color: #da542a;
}

.store-button {
  position: static;
  left: 0px;
  top: 109px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 178px;
  height: 45px;
  margin-top: 0px;
  margin-right: 8px;
  margin-left: 8px;
  float: none;
  clear: none;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #f7f2cf;
  background-color: rgba(70, 53, 40, 0.35);
  -webkit-transition: background-color 200ms ease, font-size 200ms ease;
  transition: background-color 200ms ease, font-size 200ms ease;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 0px;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.store-button.shopify-compensate {
  overflow: hidden;
  margin-top: 0px;
  background-color: #362b23;
  text-align: center;
}

.store-button.shopify-compensate:hover {
  background-color: rgba(247, 242, 207, 0.14);
}

.button-text {
  position: static;
  left: 0px;
  right: 0px;
  overflow: visible;
  width: 100%;
  height: 200%;
  margin-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  color: #f7f2cf;
  text-align: center;
  text-decoration: none;
}

.button-text:hover {
  margin-top: -43px;
  background-color: rgba(247, 242, 207, 0.25);
}

.text-block-6 {
  margin-top: 10px;
  font-size: 21px;
  line-height: 22px;
  font-weight: 400;
}

.subscribebuttonimage {
  margin-top: 16px;
}

.label-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  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: 1px solid #e6e6e6;
  background-color: transparent;
  color: #ccc;
  font-weight: 400;
}

.add-to-cart-label {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
}

.quantity-label {
  margin-top: 40px;
  margin-bottom: 8px;
  font-size: 12px;
}

.quantity-3 {
  display: none;
}

.label-color {
  width: 50px;
  height: 50px;
  min-width: 50px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 1px solid #e6e6e6;
  background-color: #f4f0ff;
}

.error-state {
  position: relative;
  left: -115px;
  top: -40px;
  width: 100%;
  margin-top: -15px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: left;
  background-color: transparent;
  color: #da542a;
  font-size: 11px;
  text-transform: uppercase;
}

.option-list-3 {
  display: none;
  margin-bottom: 0px;
  padding: 10px 0px;
}

.default-state-2 {
  height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.error-message {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 398px;
  margin-right: -228px;
  margin-left: auto;
  padding-top: 3px;
  padding-bottom: 2px;
  background-color: #362b23;
  font-size: 10px;
  line-height: 10px;
}

.extra-info-container {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  margin-top: 0px;
  padding-top: 0px;
  padding-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;
  font-family: Montserrat, sans-serif;
  color: rgba(247, 242, 207, 0.5);
  line-height: 14px;
  font-weight: 300;
  letter-spacing: 2px;
}

.extra-info-container.plugin {
  display: block;
  height: 15px;
  margin-top: 5px;
  padding-top: 0px;
  padding-right: 9px;
  padding-left: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.store-item-subtext {
  position: relative;
  display: inline-block;
  float: none;
  color: rgba(247, 242, 207, 0.6);
  font-size: 8px;
  line-height: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.store-item-subtext.spacer {
  margin-right: 4px;
  margin-left: 4px;
}

.store-item-subtext.singleproduct-dealer-link {
  top: -10px;
}

.text-block-17 {
  display: inline-block;
  margin-left: 4px;
  clear: none;
  font-size: 8px;
  font-weight: 200;
}

.system-specs {
  display: inline-block;
  clear: none;
  font-size: 8px;
  line-height: 10px;
  font-weight: 200;
  text-transform: uppercase;
}

.specs-spacer {
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  clear: none;
  font-size: 8px;
  line-height: 10px;
  font-weight: 200;
  text-transform: uppercase;
}

.system-specs-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.kush-logo-frame {
  padding: 0px 10px 5px;
  color: #f7f2cf;
  text-transform: uppercase;
}

.logotype-header {
  margin-top: 0px;
  margin-bottom: -5px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 4px;
}

.logotype-subheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 1.5px;
}

.buy-button-text {
  display: inline;
}

.add-to-cart-container {
  width: 170px;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
}

.add-to-cart-container.single-product-page {
  margin-right: 0px;
  margin-left: 0px;
}

.sale-banner {
  position: relative;
  left: 58px;
  bottom: 239px;
  display: block;
  width: 150px;
  height: 73px;
  padding-top: 36px;
  float: right;
  background-color: #da542a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sale-banner.analog {
  left: 208px;
  display: none;
}

.og-price {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f7f2cf;
  font-size: 14px;
  line-height: 19px;
  text-decoration: line-through;
}

.sale-header {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f7f2cf;
  font-size: 14px;
  line-height: 16px;
}

.sale-header.homepage-analog-sale-banner {
  margin-top: 9px;
}

.cart-container-2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
}

.cart-footer-2 {
  padding-bottom: 5px;
  border-top-color: rgba(247, 242, 207, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
}

.cart-header-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom-color: rgba(247, 242, 207, 0.5);
}

.icon-2 {
  display: block;
  color: #f7f2cf;
}

.cart-link {
  color: #f7f2cf;
  font-weight: 400;
}

.cart-form-wrapper {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6))), url('Plugin-Background_Dark2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('Plugin-Background_Dark2.jpg');
  background-position: 0px 0px, 50% 70%;
  background-size: auto, 500%;
}

.cart-wrapper {
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), linear-gradient(357deg, rgba(0, 0, 0, 0.8) 55%, rgba(247, 242, 207, 0.1));
}

.shipping-disclaimer {
  margin-bottom: 15px;
  color: rgba(247, 242, 207, 0.5);
  font-size: 8px;
  line-height: 8px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.cart-line-item-2 {
  margin-bottom: 10px;
}

.background-video {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 100vh;
  background-image: linear-gradient(315deg, rgba(49, 33, 15, 0.38), rgba(17, 9, 0, 0.91));
}

.background-video.shop-page {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.kush-logotype-subheading {
  margin-top: 2px;
  margin-bottom: 0px;
  color: rgba(247, 242, 207, 0.8);
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.kush-logotype-subheading.museletter-subhead {
  margin-top: 20px;
  text-align: center;
}

.kush-logotype-subheading.store-page {
  margin-top: 10px;
}

.kush-logotype-subheading.subscribe-subhead {
  margin-top: 5px;
  font-size: 42px;
}

.more-arrow {
  width: 10px;
  height: 10px;
  margin: 5px auto 10px;
  border-style: solid;
  border-width: 5px;
  border-color: #f7f2cf transparent transparent;
}

.container-3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 34vh;
  -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;
}

.kush-logotype-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(247, 242, 207, 0.8);
  font-size: 100px;
  line-height: 80px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.kush-logotype-heading.blog-heading {
  display: inline-block;
  margin-top: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #f7f2cf;
  color: #f7f2cf;
  font-size: 60px;
}

.search-input-2 {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 50px;
  margin-right: 20px;
  margin-left: 0px;
  padding-left: 39px;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.35) rgba(247, 242, 207, 0.35) rgba(247, 242, 207, 0.65) rgba(247, 242, 207, 0.8);
  background-color: transparent;
  font-family: Inconsolata, monospace;
  color: rgba(247, 242, 207, 0.8);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.search-input-2:focus {
  border-bottom-color: rgba(247, 242, 207, 0.8);
}

.search-input-2::-webkit-input-placeholder {
  color: rgba(247, 242, 207, 0.8);
}

.search-input-2:-ms-input-placeholder {
  color: rgba(247, 242, 207, 0.8);
}

.search-input-2::-ms-input-placeholder {
  color: rgba(247, 242, 207, 0.8);
}

.search-input-2::placeholder {
  color: rgba(247, 242, 207, 0.8);
}

.kush-logotype {
  padding-top: 9px;
  padding-bottom: 12px;
  opacity: 1;
}

.kush-logotype.museletter-header {
  width: 541px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.search-2 {
  display: none;
  width: 100%;
  margin-top: 20px;
}

.search-icon {
  position: relative;
  left: 27px;
  margin-bottom: 10px;
  opacity: 0.65;
}

.home-spacer {
  position: relative;
  z-index: 0;
  display: none;
  height: 100vh;
  margin-top: -50px;
}

.left-bracket {
  width: 28%;
  height: 35px;
  margin-top: 28px;
  border-top: 1px solid rgba(247, 242, 207, 0.5);
  border-left: 1px solid rgba(247, 242, 207, 0.5);
}

.left-bracket.up {
  margin-top: 7px;
  border-bottom: 1px solid rgba(247, 242, 207, 0.5);
  border-top-style: none;
}

.right-bracket {
  width: 28%;
  height: 35px;
  margin-top: 28px;
  border-top: 1px solid rgba(247, 242, 207, 0.5);
  border-right: 1px solid rgba(247, 242, 207, 0.5);
}

.right-bracket.up {
  margin-top: 7px;
  border-bottom: 1px solid rgba(247, 242, 207, 0.5);
  border-top-style: none;
}

.heading-13 {
  width: 33%;
  margin-right: 10px;
  margin-left: 10px;
}

.homepage-bottom-bar {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 20vh;
  min-height: 100px;
  margin-top: -20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid rgba(247, 242, 207, 0.25);
}

.homebar-section {
  position: relative;
  width: 34%;
  height: 100%;
  min-width: 400px;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.1);
}

.image-32 {
  text-align: center;
}

.homebar-featured-product {
  overflow: hidden;
  height: 100%;
}

.collection-item-3 {
  display: block;
  overflow: hidden;
  height: 100%;
  background-color: #000;
}

.collection-list-3 {
  overflow: hidden;
  height: 100%;
}

.new {
  position: relative;
  top: 0px;
  width: 75px;
  height: 75px;
  float: right;
  border-style: solid;
  border-width: 38px;
  border-color: #ad5328 #ad5328 transparent transparent;
  font-size: 25px;
  line-height: 18px;
}

.new-item-badge {
  position: relative;
  left: 47px;
  right: 0%;
  bottom: 30px;
  z-index: 4;
  width: 110px;
  height: 80px;
  padding-top: 42px;
  float: right;
  background-color: #da542a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
}

.new-item-heading {
  margin-top: -33px;
  margin-left: -9px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
}

.homebar-section-vignette {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 2px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 61%, #000);
}

.subscription-banner-collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.subcascadewrapper {
  height: 100%;
}

.subcascadelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.subcascadeimage {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 125px;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cascade-gradient {
  position: relative;
  top: -100%;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.84)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.84));
}

.video-bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: linear-gradient(315deg, rgba(49, 33, 15, 0.38), rgba(17, 9, 0, 0.91)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.featured-products-header {
  width: 100%;
  margin-bottom: 0px;
}

.featured-products-head-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-right: 10px;
  margin-left: 10px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.featured-products-subheader {
  margin: -29px auto 14px;
  -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: rgba(247, 242, 207, 0.5);
  font-size: 10px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.new-item-bg-image {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-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: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: auto 105%;
  background-repeat: repeat-x;
}

.cascade-bg-image {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: auto 105%;
  background-repeat: no-repeat;
}

.subscription-block-header {
  position: relative;
  z-index: 2;
  height: 30px;
  margin-top: 0px;
  margin-bottom: -30px;
  background-color: #da542a;
  font-size: 19px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.homebar-link-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
}

.homebar-link-overlay:hover {
  background-color: rgba(247, 242, 207, 0.1);
}

.categories-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 92px;
  padding-left: 92px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.collections-bg-image {
  width: 450px;
  height: 450px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease;
  transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
  color: #f7f2cf;
}

.collections-bg-image:hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.collection-title {
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: uppercase;
}

.collection-list-item {
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  border-radius: 5px;
}

.page-subtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 200;
  letter-spacing: 2px;
}

.page-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 3px;
}

.text-field-2 {
  width: 60px;
  padding-right: 1px;
  padding-left: 1px;
  border-radius: 5px;
  background-color: rgba(247, 242, 207, 0.2);
  color: #f7f2cf;
  text-align: center;
}

.cart-subheader {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.cart-body {
  padding-top: 100px;
  padding-bottom: 50px;
}

.newest-product-title-bar {
  position: absolute;
  top: 20%;
  z-index: 4;
  width: 100%;
  height: 90px;
  margin-top: 30px;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
  text-transform: uppercase;
}

.body-2 {
  text-align: center;
}

.link {
  display: inline;
}

.blog-section {
  margin-top: 0px;
}

.blog-section.cc-store-home-wrap {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  padding-top: 30px;
  background-color: transparent;
  background-image: url('Plugin-Background_Dark2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.blog-section.cc-subscribe-form {
  margin-top: 50px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}

.blog-section.cc-product-detail {
  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;
}

.blog-section.footer-section {
  background-color: #000;
}

.blog-section.page-title-section {
  margin-top: 0px;
  padding-top: 30px;
}

.product-header-container.product-page-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page-image {
  max-height: 250px;
  max-width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  /* box-shadow: 0 0 20px 0 rgba(247, 242, 207, 0.15); */
}

.product-page-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 35px auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-blurb-container {
  margin-top: 45px;
  padding: 3px 10% 15px;
  border-top: 1px solid rgba(247, 242, 207, 0.5);
}

.field-label-3 {
  display: none;
}

.quantity-4 {
  display: none;
}

.product-container {
  width: 100%;
  max-width: 940px;
  min-width: 760px;
  margin-bottom: 25px;
}

.product-blurb {
  width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  line-height: 21px;
  font-weight: 200;
  letter-spacing: 1px;
}

.single-product-description {
  width: 100%;
  margin: 25px auto;
}

.single-product-dynamic-header {
  display: inline;
  font-weight: 600;
  text-transform: uppercase;
}

.downloads-button {
  display: inline-block;
  width: 320px;
  height: auto;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  border-radius: 2px;
  background-color: rgba(247, 242, 207, 0.1);
  color: #f7f2cf;
  font-size: 14px;
  letter-spacing: 1px;
}

.downloads-button:hover {
  background-color: rgba(247, 242, 207, 0.25);
}

.download-link-header {
  display: inline;
  font-size: 17px;
  letter-spacing: 1px;
}

.product-links-container {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
}

.video-size-wrap {
  position: relative;
  width: 45%;
  height: 0px;
  max-width: 1080px;
  min-width: 300px;
  margin: 10px;
  padding-bottom: 25.3125%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.25);
  border-radius: 2px;
  background-color: rgba(247, 242, 207, 0.1);
}

.latest-news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.latest-news-wrapper {
  display: block;
  height: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.latest-news-list {
  display: block;
  height: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cascade-bg-image-container {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cascadeimageembed {
  display: block;
  width: 100%;
  height: 100%;
}

.homepage-blog-image {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-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: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: 105%;
  background-repeat: no-repeat;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.blog-news-title-bar {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 10px 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;
  background-color: rgba(0, 0, 0, 0.65);
  color: #f7f2cf;
  text-align: center;
  text-transform: uppercase;
}

.homepage-blog-summary {
  color: rgba(247, 242, 207, 0.8);
  line-height: 18px;
  font-weight: 400;
  text-align: center;
}

.homepage-blog-title {
  font-size: 30px;
  line-height: 32px;
}

.homepage-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 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;
}

.homepage-section.black-gradient-bg {
  background-color: #000;
  box-shadow: 0 0 20px 10px #000;
}

.homepage-section.black-gradient-bg.first-homepage-section {
  margin-top: -20px;
  padding-top: 60px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #000), color-stop(92%, #000), to(transparent));
  background-image: linear-gradient(180deg, transparent, #000 0%, #000 92%, transparent);
  box-shadow: 0 -11px 20px 3px #000;
}

.homepage-section.black-gradient-bg.distinctly-different {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(16%, rgba(0, 0, 0, 0.3)), color-stop(79%, rgba(0, 0, 0, 0.3)), to(#040404)), url('Curve-Angle.jpg');
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.3) 16%, rgba(0, 0, 0, 0.3) 79%, #040404), url('Curve-Angle.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.homepage-section.solid-black-following-gradient {
  margin-top: -40px;
  background-color: #000;
  box-shadow: 0 0 20px 15px #000;
}

.homepage-section.featured-analog-gear {
  margin-top: -40px;
  padding-top: 80px;
}

.homepage-section.featured-analog-gear.last-homepage-section {
  margin-bottom: -50px;
  padding-bottom: 60px;
  box-shadow: inset 0 12px 20px 20px #000;
}

.homepage-paragraph {
  width: 600px;
  text-align: justify;
  text-indent: 15px;
}

.distinctly-different-block {
  margin-top: 26px;
  margin-bottom: 26px;
  padding: 10px 45px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.blurbs-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -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;
}

.blurb-paragraph {
  width: 250px;
  margin-right: 60px;
  margin-left: 60px;
  font-family: Oswald, sans-serif;
  line-height: 30px;
  font-weight: 600;
  text-align: justify;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.text-span-2 {
  color: rgba(247, 242, 207, 0.8);
}

.text-span-3 {
  font-family: Montserrat, sans-serif;
  color: rgba(247, 242, 207, 0.5);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.homepage-analog-showcase-blurb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80px;
  padding-top: 10px;
  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;
  -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;
  line-height: 20px;
}

.homepage-featured-product-button {
  display: inline-block;
  height: 35px;
  margin: 25px auto 60px;
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 4px;
  background-color: #da542a;
  color: rgba(247, 242, 207, 0.8);
  line-height: 16px;
  text-align: center;
}

.paragraph-39 {
  color: rgba(247, 242, 207, 0.8);
}

.homepage-latest-product-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.homepage-button-container {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.homepage-button-frame {
  padding: 10px 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f2cf;
  background-color: rgba(247, 242, 207, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 84, 42, 0.15)), to(rgba(218, 84, 42, 0.15)));
  background-image: linear-gradient(180deg, rgba(218, 84, 42, 0.15), rgba(218, 84, 42, 0.15));
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.homepage-button-frame:hover {
  background-color: rgba(247, 242, 207, 0.15);
}

.homepage-button-frame.museletter-header {
  width: 541px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.homepage-button-frame.subscribe {
  display: block;
  width: 290px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 84, 42, 0.15)), to(rgba(218, 84, 42, 0.15))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(218, 84, 42, 0.15), rgba(218, 84, 42, 0.15)), linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  cursor: pointer;
}

.homepage-button-frame.subscribe:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 84, 42, 0.25)), to(rgba(218, 84, 42, 0.25))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(218, 84, 42, 0.25), rgba(218, 84, 42, 0.25)), linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
}

.homepage-button-frame.subscribe.store-subscribe-button {
  width: 450px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
}

.homepage-button-frame.subscribe.video-header-button {
  width: 320px;
  margin-top: 15px;
  margin-bottom: 17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 84, 42, 0.85)), to(rgba(218, 84, 42, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(218, 84, 42, 0.85), rgba(218, 84, 42, 0.85)), linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
}

.homepage-button-frame.subscribe.sub-box-button {
  width: 320px;
  margin-top: 15px;
  margin-bottom: 17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 120, 96, 0.85)), to(rgba(196, 120, 96, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(196, 120, 96, 0.85), rgba(196, 120, 96, 0.85)), linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
}

.homepage-button-frame.subscribe.sub-box-button {
  width: 60%;
  margin-top: 15px;
  margin-bottom: 17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 84, 42, 0.85)), to(rgba(218, 84, 42, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(218, 84, 42, 0.85), rgba(218, 84, 42, 0.85)), linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
}

.homepage-button-frame.subscribe.sub-box-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(219, 111, 76, 0.85)), to(rgba(219, 111, 76, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(219, 111, 76, 0.85), rgba(219, 111, 76, 0.85)), linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
}

.homepage-button-frame.subscription-options {
  position: absolute;
  bottom: 10px;
  width: 260px;
  height: 42px;
  border-radius: 3px;
}

.homepage-button-frame.subscription-options.funnel {
  width: 550px;
}

.learn-more-box {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.homepage-button-text {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(247, 242, 207, 0.8);
  font-size: 21px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.homepage-button-text.museletter-subhead {
  margin-top: 20px;
  text-align: center;
}

.homepage-button-text.divider-dot {
  font-size: 32px;
  line-height: 33px;
}

.homepage-button-text.kush-pitch-headline {
  font-size: 13px;
}

.homepage-button-text.tagline {
  margin-top: 30px;
  font-size: 16px;
}

.homepage-button-text.store-subscribe-button {
  font-size: 17px;
  letter-spacing: 1.5px;
}

.homepage-learn-more {
  margin-top: 0px;
  margin-bottom: 0px;
  color: rgba(247, 242, 207, 0.8);
  font-size: 10px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.homepage-learn-more.museletter-subhead {
  margin-top: 20px;
  text-align: center;
}

.html-embed {
  width: 100%;
  height: 120px;
}

.collection-subtitle {
  font-family: Oswald, sans-serif;
  color: rgba(247, 242, 207, 0.5);
  font-size: 51px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.collection-subtitle.direct-from-kush {
  display: none;
  width: 400px;
  margin-top: -22px;
  margin-right: auto;
  margin-left: auto;
  font-size: 44px;
  text-align: center;
}

.collection-subtitle.storefront {
  line-height: 50px;
}

.collection-subtitle.plugin-storefront-sub-subheader {
  margin-top: -15px;
}

.text-span-4 {
  font-size: 40px;
}

.msrp-banner {
  position: relative;
  left: 58px;
  bottom: 240px;
  display: none;
  width: 150px;
  height: 73px;
  padding-top: 36px;
  float: right;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.collection-page-small-subheader {
  position: relative;
  display: inline-block;
  overflow: visible;
  margin-top: 25px;
  float: none;
  color: rgba(247, 242, 207, 0.8);
  font-size: 12px;
  line-height: 14px;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.collection-page-small-subheader.spacer {
  margin-right: 4px;
  margin-left: 4px;
}

.text-span-5 {
  font-size: 10px;
  font-style: italic;
  letter-spacing: 2px;
}

.text-block-81 {
  position: relative;
  z-index: 15;
  display: block;
  height: 54px;
  margin-bottom: -54px;
  padding-top: 13px;
  background-color: #000;
}

.out-of-stock-button {
  position: absolute;
  z-index: 11;
  display: block;
  width: 300px;
  height: 40px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 7px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.35);
  border-radius: 0px;
  background-color: #362b23;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Oswald, sans-serif;
  color: rgba(247, 242, 207, 0.35);
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.out-of-stock-button:active {
  background-color: #43464d;
}

.out-of-stock-button.cc-jumbo-button {
  width: auto;
  height: auto;
  max-width: 600px;
  min-width: 200px;
  padding: 16px 35px;
  font-size: 37px;
  line-height: 26px;
}

.out-of-stock-button.cc-white-button {
  padding: 16px 35px;
  background-color: #fff;
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.out-of-stock-button.cc-white-button:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.out-of-stock-button.cc-white-button:active {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.out-of-stock-button.cc-cart {
  width: auto;
  height: 49px;
  padding-right: 19px;
  padding-left: 12px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-bottom-color: rgba(247, 242, 207, 0.5);
  border-left-color: rgba(247, 242, 207, 0.5);
  background-color: rgba(54, 43, 35, 0.5);
}

.out-of-stock-button.cc-cart:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.2)), to(rgba(247, 242, 207, 0.2)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.2), rgba(247, 242, 207, 0.2));
}

.out-of-stock-button.shop-button {
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  color: transparent;
}

.out-of-stock-button.shop-button:hover {
  background-color: rgba(247, 242, 207, 0.1);
}

.out-of-stock-button.button-contents {
  position: relative;
  bottom: 40px;
  z-index: 0;
  border-color: rgba(247, 242, 207, 0);
}

.out-of-stock-button.view-cart {
  display: block;
  width: 100%;
  height: 20px;
  margin-top: 5px;
  padding: 5px 0px 10px;
  float: left;
  border-style: none;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: rgba(247, 242, 207, 0.25);
  font-size: 9px;
  line-height: 10px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.out-of-stock-button.view-cart:hover {
  color: rgba(247, 242, 207, 0.45);
}

.out-of-stock-button.checkout-button {
  display: block;
  width: 100%;
  float: right;
}

.out-of-stock-button.shop-subscribe-button {
  margin-right: 10px;
  margin-left: 10px;
}

.out-of-stock-button.subscribe {
  background-color: #da542a;
  letter-spacing: 1px;
}

.out-of-stock-button.subscribe:hover {
  background-color: #e56b45;
}

.out-of-stock-button.product-page {
  position: relative;
  margin-top: -40px;
}

.add-to-cart-3 {
  display: block;
}

.dropdown-toggle {
  padding-top: 0px;
  padding-bottom: 0px;
  color: #f7f2cf;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0.85);
}

.prime-header {
  margin-top: 160px;
  padding-bottom: 30px;
}

.prime-header.download {
  margin-top: 100px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.kush-analog-title {
  position: static;
  top: -10px;
  z-index: 5;
  display: block;
  width: 600px;
  margin: 0px auto 25px;
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.kush-analog-title.subtitle {
  position: relative;
  top: 0px;
  width: 800px;
  margin-top: 0px;
  margin-bottom: -49px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 200;
  letter-spacing: 8px;
}

.kush-analog-title.subtitle.disclaimer {
  margin-top: -1px;
  margin-bottom: -30px;
  color: rgba(247, 242, 207, 0.57);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.kush-analog-title.subtitle.omnidownloadlink {
  margin-top: 40px;
  margin-bottom: -30px;
  color: rgba(247, 242, 207, 0.57);
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.kush-analog-title.subtitle.sly-fi-download-link {
  margin-top: 40px;
  margin-bottom: -30px;
  color: rgba(247, 242, 207, 0.57);
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.orange-link {
  color: #da542a;
  text-decoration: none;
}

.orange-link:hover {
  color: #f7f2cf;
}

.demo-code-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  margin-top: 15px;
  -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;
  text-align: left;
}

.product-text {
  padding: 0px;
  float: left;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
}

.product-text.subtitle {
  display: block;
  margin-top: 0px;
  float: none;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.product-text.subtitle.download {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.product-text.subtitle.download.demo-left {
  display: inline-block;
  width: 25%;
  height: 28px;
  margin-top: 0px;
  padding-top: 0px;
  float: none;
  clear: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.17)), to(rgba(247, 242, 207, 0.17)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.17), rgba(247, 242, 207, 0.17));
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.product-text.subtitle.download.demo-right {
  position: static;
  display: inline-block;
  width: 75%;
  height: 28px;
  margin-top: 0px;
  padding-top: 0px;
  float: right;
  clear: left;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.17)), to(rgba(247, 242, 207, 0.17)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.17), rgba(247, 242, 207, 0.17));
  font-size: 12px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cpemini {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.legacy-image {
  height: 150px;
  margin-right: auto;
  margin-left: auto;
}

.omega-centering {
  display: block;
  margin-right: auto;
  margin-left: auto;
  cursor: default;
}

.omega-centering.legacy {
  width: 150px;
}

.sbhd-montserrat-1 {
  margin-top: 0px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.image-2 {
  cursor: default;
}

.download-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 70px;
  -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-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;
}

.legacy-download-link {
  width: 250px;
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-weight: 200;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.store-section.legacy-download-section {
  display: block;
  margin-top: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(22%, rgba(0, 0, 0, 0.76)), color-stop(88%, rgba(0, 0, 0, 0.69)), color-stop(98%, #000));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.76) 22%, rgba(0, 0, 0, 0.69) 88%, #000 98%);
  text-align: center;
}

.text-block-3 {
  text-transform: none;
}

.border-wall {
  display: block;
  width: 600px;
  height: 1px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
}

.single-product-msrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 18px;
  margin-bottom: -18px;
  padding-top: 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;
}

.single-page-msrp-text {
  display: block;
  color: rgba(247, 242, 207, 0.7);
  font-size: 12px;
  line-height: 12px;
}

.single-page-msrp-text.currency {
  margin-left: 5px;
  text-decoration: line-through;
}

.support-fallback {
  margin-top: 60px;
  margin-bottom: 30px;
  color: #f7f2cf;
  font-size: 58px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.support-fallback.subheader {
  display: block;
  width: 320px;
  margin: 140px auto 31px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: rgba(70, 53, 40, 0.77);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38));
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 200;
  text-align: center;
  text-transform: none;
}

.footer-2 {
  position: relative;
  left: 0%;
  top: 0;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  -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;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
}

.footer-icons {
  position: relative;
  right: -28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-right: auto;
  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;
}

.bottom-footer-text {
  position: relative;
  display: inline-block;
  /* width: 200px; */
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: rgba(247, 242, 207, 0.5);
  font-size: 10px;
  line-height: 35px;
  font-weight: 200;
  letter-spacing: 1px;
}

.footer-icon-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 40px;
  padding-right: auto;
  padding-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100%;
  background-color: rgba(70, 53, 40, 0.5);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  cursor: pointer;
}

.footer-icon-circle:hover {
  background-color: #da542a;
}

.homepagefootertrigger {
  position: absolute;
  width: 100%;
  height: 5px;
  margin-top: 0px;
  margin-bottom: -5px;
}

.container-4 {
  position: relative;
}

.section-14 {
  position: relative;
  padding-top: 130px;
  padding-bottom: 120px;
  background-color: rgba(0, 0, 0, 0.77);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('Sexyracktransparent.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('Sexyracktransparent.png');
  background-position: 0px 0px, 97% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.section-14.subscription {
  margin-top: 0px;
  padding-top: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #000), color-stop(37%, transparent), color-stop(91%, transparent), to(#000)), radial-gradient(circle farthest-corner at 50% 50%, transparent 81%, rgba(0, 0, 0, 0.8)), -webkit-gradient(linear, left top, left bottom, from(rgba(48, 32, 17, 0.21)), to(rgba(48, 32, 17, 0.21))), url('Plugin-Background_BrownVignette.png');
  background-image: linear-gradient(180deg, #000 13%, transparent 37%, transparent 91%, #000), radial-gradient(circle farthest-corner at 50% 50%, transparent 81%, rgba(0, 0, 0, 0.8)), linear-gradient(180deg, rgba(48, 32, 17, 0.21), rgba(48, 32, 17, 0.21)), url('Plugin-Background_BrownVignette.png');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, fixed;
  text-align: center;
}

.section-14.subscription.slyfi-section {
  padding-bottom: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #000), color-stop(50%, transparent), color-stop(56%, transparent), color-stop(89%, #000)), radial-gradient(circle farthest-corner at 50% 50%, transparent 81%, rgba(0, 0, 0, 0.8)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.84)), to(rgba(0, 0, 0, 0.84))), url('Plugin-Background_BrownVignette.png');
  background-image: linear-gradient(180deg, #000 13%, transparent 50%, transparent 56%, #000 89%), radial-gradient(circle farthest-corner at 50% 50%, transparent 81%, rgba(0, 0, 0, 0.8)), linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.84)), url('Plugin-Background_BrownVignette.png');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

.section-14.subscription.sly-fi-section {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(3%, transparent), color-stop(97%, transparent), to(#000)), radial-gradient(circle farthest-corner at 50% 50%, transparent 81%, rgba(0, 0, 0, 0.8)), -webkit-gradient(linear, left top, left bottom, from(rgba(48, 32, 17, 0.21)), to(rgba(48, 32, 17, 0.21))), url('Headphones_Darker.png');
  background-image: linear-gradient(180deg, #000, transparent 3%, transparent 97%, #000), radial-gradient(circle farthest-corner at 50% 50%, transparent 81%, rgba(0, 0, 0, 0.8)), linear-gradient(180deg, rgba(48, 32, 17, 0.21), rgba(48, 32, 17, 0.21)), url('Headphones_Darker.png');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, fixed;
}

.button-2 {
  display: inline-block;
  margin-top: 15px;
  margin-right: 11px;
  margin-left: 0px;
  padding: 11px 15px 11px 16px;
  float: none;
  border-radius: 2px;
  background-color: #da542a;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: rgba(247, 242, 207, 0.74);
}

.button-2.subscription {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 50px;
  margin-top: 0px;
  margin-right: 22px;
  margin-left: 22px;
  padding-right: 20px;
  padding-left: 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;
  font-size: 28px;
  cursor: pointer;
}

.button-2.subscription.slyfi {
  width: 260px;
  height: 50px;
  padding: 6px 0px;
  background-color: #00800a;
  font-size: 20px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 225px;
}

.subcheckcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 335px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 38px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.09)), to(rgba(247, 242, 207, 0.09)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.09), rgba(247, 242, 207, 0.09));
}

.subscription-checkout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 49px;
  margin-left: 49px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h5 {
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0 5px 9px #000, 0 -4px 11px #000;
}

.subscription-header {
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 49px;
  line-height: 51px;
  font-weight: 700;
  text-transform: uppercase;
}

.subscription-header.subscribetitle {
  display: block;
  margin-top: 60px;
  margin-bottom: 59px;
  color: #da542a;
  font-size: 70px;
  text-align: center;
  letter-spacing: 6px;
}

.subscription-header.subtitle {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f7f2cf;
  color: #f7f2cf;
  font-size: 29px;
  font-weight: 300;
}

.subscription-header.subtitle.subscription-main-page {
  display: block;
  width: 600px;
  margin: 30px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #f7f2cf;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 1px;
}

.subscription-header.subtitle.subscription-main-page.mobile {
  display: none;
}

.subscription-header.subscription-main-page-copy {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 45px;
}

.subscription-header.slyfi {
  font-size: 40px;
  font-weight: 400;
}

.subscription-header.slyfi-pitch-headline {
  margin-top: 12px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.subscriptionbullets {
  margin-bottom: 0px;
  padding-left: 0px;
  direction: ltr;
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  font-size: 25px;
  line-height: 50px;
  text-transform: uppercase;
  list-style-type: none;
}

.slightly-larger-text {
  font-size: 54px;
}

.text-block-14 {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 24px;
  line-height: 20px;
  text-align: right;
  letter-spacing: 0px;
}

.turn-orange {
  color: #da542a;
}

.subcheckwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
}

.image-12 {
  width: 48%;
}

.axis {
  width: 35%;
}

.div-block-27 {
  width: 50px;
  margin-right: 10px;
  margin-left: -10px;
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  font-size: 50px;
}

.text-span-36 {
  text-transform: none;
}

.link-block {
  background-image: none;
}

.link-block:hover {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(247, 242, 207, 0.03) 44%, rgba(255, 0, 0, 0));
}

.link-5 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #f7f2cf;
  text-decoration: none;
}

.link-5:hover {
  color: #da542a;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95vh;
  margin-top: 0vh;
  padding-top: 30px;
  padding-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(31%, rgba(0, 0, 0, 0.74)), to(transparent)), url('HUGE-subscription-cloud.png'), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.74) 31%, transparent), url('HUGE-subscription-cloud.png'), linear-gradient(180deg, #000, #000);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, cover, auto;
  background-attachment: scroll, fixed, scroll;
}

.ilok-req {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: rgba(247, 242, 207, 0.6);
  font-size: 12px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-span-93 {
  font-size: 50px;
  line-height: 70px;
}

.plugin-cloud-left {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.plugin-cloud-left._2 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

.div-block-26 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-14 {
  margin-top: 0px;
  color: #79af13;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(167, 255, 0, 0.42);
}

.subcloudimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-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;
}

.subcloudimg.mysterybox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 106px;
  -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: 3px dashed #f7f2cf;
  background-color: rgba(0, 0, 0, 0.45);
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  font-size: 35px;
  text-align: center;
}

.subcloudimg.stackj {
  margin-right: 10px;
  -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;
}

.image-16 {
  height: 125px;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 9px 8px;
  -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: dashed;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  background-color: rgba(247, 242, 207, 0.09);
  text-align: center;
}

.scrollformorearrow {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 12px;
  border-color: #f7f2cf transparent transparent;
}

.scrollformorearrow.mobilebg-strip {
  display: none;
}

.column-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -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;
}

.image-11 {
  height: 220px;
}

.plugin-sub-cloud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.plugin-sub-cloud._2 {
  height: auto;
  margin-bottom: -5px;
  background-color: transparent;
  box-shadow: none;
}

.column {
  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;
}

.column.rightthingy {
  text-align: right;
}

.text-block-15 {
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-span-71 {
  font-size: 12px;
}

.gradient-section-border {
  position: relative;
  z-index: 99;
  display: block;
  height: 100px;
  margin-top: -40px;
  margin-bottom: -40px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #000), to(transparent));
  background-image: linear-gradient(180deg, transparent, #000 50%, transparent);
}

.kaya {
  width: 63%;
  margin-bottom: 10px;
}

.manual-embed {
  height: 100vh;
}

.text-span-94 {
  font-size: 21px;
}

.text-span-95 {
  font-size: 43px;
}

.text-span-96 {
  font-size: 34px;
}

.text-span-97 {
  font-size: 48px;
}

.text-span-98 {
  font-size: 34px;
  letter-spacing: 4px;
}

.shop-subheader {
  position: static;
  width: 50%;
  margin-top: 15%;
  margin-right: auto;
  margin-left: auto;
  color: rgba(247, 242, 207, 0.6);
  line-height: 21px;
  text-transform: uppercase;
}

.upgrade-link {
  position: relative;
  top: 9px;
  right: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 25px;
  float: right;
  -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(247, 242, 207, 0.35);
  border-bottom-left-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.09)), to(rgba(247, 242, 207, 0.09))), -webkit-gradient(linear, left top, left bottom, from(rgba(70, 53, 40, 0.25)), to(rgba(70, 53, 40, 0.25))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.09), rgba(247, 242, 207, 0.09)), linear-gradient(180deg, rgba(70, 53, 40, 0.25), rgba(70, 53, 40, 0.25)), linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62));
  cursor: pointer;
}

.upgrade-link:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.3)), to(rgba(247, 242, 207, 0.3))), -webkit-gradient(linear, left top, left bottom, from(rgba(70, 53, 40, 0.25)), to(rgba(70, 53, 40, 0.25))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.3), rgba(247, 242, 207, 0.3)), linear-gradient(180deg, rgba(70, 53, 40, 0.25), rgba(70, 53, 40, 0.25)), linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62));
}

.upgrade-text {
  display: block;
  color: rgba(247, 242, 207, 0.5);
  font-size: 11px;
  line-height: 25px;
  font-weight: 300;
}

.upgrade-text.price {
  margin-left: 5px;
}

.menu-image {
  display: none;
}

.unordered-list {
  display: block;
  width: 450px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
}

.unordered-list.activation-instructions {
  width: 300px;
}

.preferred-dealer-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.preferred-dealer-text.title {
  display: inline-block;
  width: 75%;
  padding-bottom: 10px;
  border-bottom: 1px dotted #f7f2cf;
  font-family: Oswald, sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.preferred-dealer-text.title.activation-title {
  width: 100%;
  text-align: center;
}

.preferred-dealer-text.title.centerd {
  display: block;
  width: 150px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  text-align: center;
}

.preferred-dealer-text.title.country {
  width: 100%;
  margin-top: 33px;
  margin-bottom: 2px;
  padding-bottom: 0px;
  border-style: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.preferred-dealer-text.center-act-inst {
  text-align: center;
}

.preferred-dealer-text.centered {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: justify;
}

.preferred-dealer-text.centered.instructions {
  width: 700px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.preferred-dealer-text.right-act-inst {
  text-align: right;
}

.nav-title {
  font-size: 38px;
  font-weight: 700;
  text-align: left;
}

.container-5 {
  text-align: center;
}

.text-span-9 {
  font-size: 11px;
  line-height: 25px;
  font-weight: 200;
  text-transform: none;
}

.text-span-11 {
  line-height: 25px;
}

.logotype {
  margin-top: 17px;
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 32px;
  font-weight: 800;
}

.ilok-status {
  margin-right: 20px;
  margin-left: 20px;
}

.dealer-list {
  text-align: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  -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;
  text-align: center;
}

.navlink {
  height: 75px;
  margin-top: 3px;
  padding-top: 27px;
  padding-left: 16px;
  color: #f7f2cf;
  font-weight: 300;
  letter-spacing: 1px;
}

.navlink:hover {
  color: #da542a;
}

.navlink.w--current {
  color: #da542a;
}

.navlink.w--current:hover {
  color: #f7f2cf;
}

.nav-menu {
  display: block;
  width: 100%;
  margin-top: -3px;
  margin-left: 0px;
  float: none;
  clear: none;
  background-color: transparent;
  text-align: center;
}

.nav-menu.w--open {
  display: block;
  width: 100px;
  margin-top: 4px;
  margin-right: auto;
  margin-left: 13px;
  padding-left: 0px;
  background-color: rgba(48, 42, 26, 0.63);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: center;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999999;
  overflow: visible;
  width: 100%;
  height: 75px;
  background-color: rgba(70, 53, 40, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.95)), to(rgba(0, 0, 0, 0.95)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.95));
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.activation-section {
  min-height: 100vh;
  padding-top: 70px;
  padding-bottom: 150px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 30%, #000), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('MicdSnare.png');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent 30%, #000), linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('MicdSnare.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, fixed;
}

.column-title {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 13px;
  padding-left: 0px;
  border-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #000;
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  font-size: 52px;
  line-height: 52px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.column-title.ilok-compat-list {
  padding-top: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-transform: none;
}

.column-title.ilok-compat-list.sub {
  display: block;
  width: 154px;
  margin: -25px auto 5px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  box-shadow: 0 0 8px 0 #000;
  color: #da542a;
  font-size: 10px;
  line-height: 15px;
  font-weight: 300;
  text-transform: uppercase;
}

.column-title.dealers-sub {
  display: block;
  width: 950px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 200;
  text-align: left;
  letter-spacing: 2px;
  text-transform: none;
}

.column-title.dealers-sub.activation-sub {
  width: 175px;
  margin-top: 40px;
  padding-left: 0px;
  border-bottom: 1px solid rgba(247, 242, 207, 0.53);
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.column-title.preferred {
  width: 75%;
  border-bottom: 2px solid #f7f2cf;
  text-align: left;
  letter-spacing: 2px;
}

.column-title.preferred.activation {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  text-align: center;
}

.dealer-list-columns {
  display: block;
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  font-size: 38px;
  font-weight: 700;
  text-align: left;
}

.text-block-2.logotyopesubtitle {
  font-size: 16px;
  font-weight: 600;
}

.dropdownlink {
  background-color: rgba(0, 152, 255, 0);
  color: #f7f2cf;
  font-weight: 300;
  letter-spacing: 1px;
  text-shadow: 0 0 9px #000;
}

.dropdownlink:hover {
  color: #da542a;
  letter-spacing: 1px;
}

.dropdownlink.w--current {
  color: #da542a;
}

.dropdownmenu.w--open {
  margin-top: -1px;
  background-color: rgba(70, 53, 40, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  color: #f7f2cf;
}

.container-6 {
  height: 75px;
}

.default-page-container {
  width: 100%;
  max-width: 1140px;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
}

.default-page-container.cc-subscription-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: auto;
  padding-top: 130px;
  padding-bottom: 140px;
  -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;
}

.default-page-container.cc-heading-wrap {
  margin-top: 60px;
  margin-bottom: 80px;
  text-align: center;
}

.default-page-container.cc-full-width-form-wrap {
  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;
}

.default-page-container.bottom-bracket-container {
  margin-top: -20px;
}

.pdf-embed {
  position: fixed;
  width: 100%;
  height: 100%;
  margin-top: -50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-15 {
  height: 100vh;
  margin-top: -50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.background-video-2 {
  height: 600px;
}

.video-header-section {
  position: relative;
  overflow: hidden;
  height: 90vh;
}

.video-header-section.single-category-page {
  height: 600px;
}

.video-header-section.subscribe-page {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 88vh;
}

.video-header-section.full-store {
  height: 95vh;
}

.shop-header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 210px;
  -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;
}

.shop-header.fullstorepage {
  margin-top: 28vh;
}

.shop-header.subscribe-header {
  margin-top: 25vh;
}

.background-video-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  height: 100vh;
  background-image: linear-gradient(315deg, rgba(49, 33, 15, 0.38), rgba(17, 9, 0, 0.91));
}

.background-video-overlay.shop-page {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-bottom: 1px solid rgba(247, 242, 207, 0.5);
}

.dealer-link {
  color: #f7f2cf;
  text-decoration: none;
}

.dealer-link:hover {
  color: #da542a;
}

.videos-in-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.videos-in-description.subscription-videos {
  margin-top: 20px;
}

.video-container {
  position: absolute;
  left: 2.5%;
  top: 3.5%;
  width: 95%;
  height: 93%;
}

._404-page {
  padding-top: 0px;
  padding-bottom: 0px;
}

.blog-post-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -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;
}

.blog-post-list.latest {
  width: 535px;
}

.blog-post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 254px;
  height: 280px;
  margin-bottom: 25px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.35);
  background-color: rgba(247, 242, 207, 0.1);
  text-transform: uppercase;
}

.blog-post-item.latest {
  overflow: hidden;
  width: 535px;
  height: 275px;
  margin-bottom: 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;
}

.blog-thumbnail {
  height: 133px;
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.blog-thumbnail.latest {
  width: auto;
  height: 300px;
  margin-top: 0%;
}

.blog-thumb-title {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 21px;
  line-height: 20px;
  letter-spacing: 2px;
  text-shadow: 2px 2px 10px #000;
}

.blog-thumb-title.latest {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 100%;
  margin-top: 0px;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(37%, rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 37%, transparent);
  font-size: 40px;
  line-height: 41px;
}

.blog-thumb-title.gradient-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  height: 100%;
  margin-top: 0px;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(37%, rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 37%, transparent);
  font-size: 40px;
  line-height: 41px;
}

.blog-thumb-title.featured {
  font-size: 40px;
  line-height: 41px;
}

.blog-thumb-title-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 252px;
  height: 133px;
  margin-top: -133px;
  padding-top: 5px;
  padding-bottom: 5px;
  -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: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.7)), to(transparent));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 30%, transparent);
}

.blog-thumb-title-container.latest {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-thumb-excerpt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 52%;
  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: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: none;
}

.blog-thumb-excerpt.latest {
  position: relative;
  z-index: 3;
  height: 75px;
  margin-top: -75px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.blog-thumb-hover {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 252px;
  height: 278px;
  -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: radial-gradient(circle farthest-corner at 50% 50%, rgba(247, 242, 207, 0.2), rgba(0, 0, 0, 0.85)), -webkit-gradient(linear, left top, left bottom, from(rgba(54, 43, 35, 0.77)), to(rgba(54, 43, 35, 0.77)));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(247, 242, 207, 0.2), rgba(0, 0, 0, 0.85)), linear-gradient(180deg, rgba(54, 43, 35, 0.77), rgba(54, 43, 35, 0.77));
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #f7f2cf;
}

.blog-thumb-hover:hover {
  z-index: 1;
  opacity: 1;
}

.blog-thumb-hover.latest {
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 533px;
  height: 273px;
}

.blog-thumb-read-text {
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.66);
}

.museletter-blurb {
  width: 600px;
  margin-top: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: rgba(247, 242, 207, 0.5);
  font-size: 13px;
  line-height: 14px;
  font-weight: 200;
  text-align: center;
  letter-spacing: 1px;
}

.blog-thumbnails-container {
  margin-top: 20px;
}

.blog-thumbnails-container.latest {
  margin-top: 0px;
}

.important-text-3 {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.museletter-page-signup {
  margin-top: 29px;
  text-align: left;
}

.sbhd-montserrat-2 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.sbhd-montserrat-2.muselettersignup {
  display: block;
  width: 250px;
  margin-right: auto;
  margin-left: -15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(247, 242, 207, 0.95);
  color: #f7f2cf;
  font-size: 18px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
}

.error-message-2 {
  margin-top: -62px;
  padding: 0px;
  border-radius: 5px;
  background-color: rgba(247, 242, 207, 0.5);
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 10px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.signup-field {
  height: 30px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  border-radius: 2px;
  background-color: rgba(247, 242, 207, 0.25);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), to(rgba(0, 0, 0, 0.46)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46));
  font-family: Montserrat, sans-serif;
  color: rgba(247, 242, 207, 0.5);
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
}

.signup-field:focus {
  border-color: #f7f2cf;
}

.text-span-22 {
  color: #463528;
  font-weight: 500;
  letter-spacing: 3px;
}

.submit-button {
  position: static;
  left: 0px;
  top: 109px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 30px;
  margin-top: 1px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  border-radius: 2px;
  background-color: #da542a;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.12)), to(rgba(247, 242, 207, 0.12)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.12), rgba(247, 242, 207, 0.12));
}

.museletter-most-recent {
  width: 535px;
  height: 275px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.25);
  background-color: rgba(247, 242, 207, 0.1);
}

.museletter-most-recent.signup-block {
  width: 250px;
  padding-top: 0px;
  padding-right: 15px;
  padding-left: 15px;
  border-style: none;
}

.hidden-form-field {
  height: 15px;
  margin-bottom: -25px;
}

.museletter-page-signup-success {
  height: 175px;
  margin-top: 25px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 45px;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 10px;
  background-color: #da542a;
  font-family: Montserrat, sans-serif;
  color: #292221;
}

.align-right {
  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;
  text-align: right;
}

.align-right.museletter-submit {
  margin-top: 38px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.museletter-signup-field-label {
  margin-bottom: 2px;
  font-family: Oswald, sans-serif;
  color: #f7f2cf;
  line-height: 16px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.most-recent-posts-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 850px;
  margin-top: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.past-museletters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 35px;
  margin-top: 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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #f7f2cf;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.dividing-line {
  width: 500px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
}

.image-33 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.single-blog-header-block {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.single-blog-header-text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  margin-top: -130px;
  -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(0, 0, 0, 0.75);
  text-transform: uppercase;
}

.page-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.post-nav-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 35px;
  -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-nav-button.next {
  float: right;
}

.post-nav-button.previous {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
}

.subscribe-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999999;
  display: none;
  width: 100vw;
  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-color: rgba(0, 0, 0, 0.9);
}

.subscription-popup-option-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 780px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.subscription-popup-option-block {
  position: relative;
  z-index: 9999991;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 350px;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.35);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.84);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.15)), to(rgba(247, 242, 207, 0.15)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.15), rgba(247, 242, 207, 0.15));
}

.subscription-popup-option-block.sly-fi-total-access {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 63, 12, 0.25)), to(rgba(0, 63, 12, 0.25))), -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.15)), to(rgba(247, 242, 207, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 63, 12, 0.25), rgba(0, 63, 12, 0.25)), linear-gradient(180deg, rgba(247, 242, 207, 0.15), rgba(247, 242, 207, 0.15));
}

.subscription-popup-option-block.sly-fi-total-access.main-sub-page {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.subscription-popup-option-block.main-sub-page {
  z-index: 10;
  padding-top: 39px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-shadow: 0 0 20px 11px #000;
}

.subscription-option-subheader {
  margin-top: 20px;
  color: rgba(247, 242, 207, 0.6);
  line-height: 18px;
}

.subscription-option-subheader.slyfi-price-add {
  margin-top: -21px;
}

.subscription-option-subheader.save-with-annual {
  position: relative;
  left: 0%;
  top: 30px;
  right: 0%;
  bottom: 0%;
  margin-top: -50px;
}

.subscription-option-subheader.slyfi-addon {
  margin-top: 0px;
  color: #79af13;
  font-size: 22px;
  line-height: 36px;
}

.subscription-option-subheader.plan-selection-text {
  width: 580px;
  font-family: Inconsolata, monospace;
  color: rgba(247, 242, 207, 0.7);
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.subscription-option-subheader.plan-selection-text.total {
  width: 580px;
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: right;
}

.subscription-option-subheader.plan-selection-text.total-line {
  margin-top: 0px;
}

.subscription-option-subheader.plan-selection-text.not-selected {
  opacity: 0.39;
}

.subscription-option-subheader.no-slyfi-text {
  position: relative;
  left: 0%;
  top: 40px;
  right: 0%;
  bottom: 0%;
  margin-top:  {% render 'kush-footer' %}px;
}

.subscription-option-subheader.orange {
  color: #da542a;
}

.kush-and-slyfi-option-header {
  margin-top: 10px;
  line-height: 31px;
}

.kush-and-slyfi-option-header.slyfisubhead {
  margin-top: -30px;
  font-size: 30px;
}

.link-6 {
  color: rgba(247, 242, 207, 0.35);
  font-weight: 300;
}

.link-6:hover {
  opacity: 0.61;
}

.small-caps-subhead {
  color: rgba(247, 242, 207, 0.6);
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.small-caps-subhead.mobile {
  display: none;
}

.subscription-page-cascade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 0px;
  padding-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;
}

.subscription-page-cascade-item {
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.collection-list-wrapper-2 {
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.collection-list-wrapper-3 {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
}

.subscription-cascade-bg-image {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.subscription-cascade-background {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 120px;
  margin-top: -155px;
  background-color: #000;
  box-shadow: 0 0 10px 10px #000;
}

.collection-list-wrapper-4 {
  position: relative;
  z-index: 1;
}

.subscription-pitch-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px 30px 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;
  background-color: rgba(0, 0, 0, 0.8);
}

.subscription-pitch-2.slyfi {
  padding-top: 40px;
}

.subscription-pitch-3 {
  height: auto;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}

.subscription-options-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}

.subscription-header-1 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 500;
}

.subscription-header-1.mobile {
  display: none;
}

.list-of-plugin-names {
  width: 100%;
}

.plugin-name-list-item {
  display: inline-block;
  margin-right: 0px;
  margin-left: 5px;
  font-size: 13px;
  text-transform: uppercase;
}

.plugin-list-divider {
  display: inline-block;
  margin-left: 5px;
}

.plugin-list-name-item {
  display: inline-block;
}

.plugin-name-link-box {
  display: inline-block;
  color: rgba(247, 242, 207, 0.6);
  font-weight: 300;
}

.subscription-annual-banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -31px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 23px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 3px;
  background-color: #da542a;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
}

.tos-bloc {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.page-announcement-section {
  position: absolute;
  z-index: 50;
  display: block;
  overflow: hidden;
  width: 100%;
  min-height: 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-bottom: 1px solid rgba(247, 242, 207, 0.35);
  background-color: #362b23;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.page-announcement-section:hover {
  background-color: #41352c;
}

.page-banner-link-overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 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;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: rgba(247, 242, 207, 0);
}

.page-banner-link-overlay:hover {
  background-color: rgba(247, 242, 207, 0);
}

.page-banner-text {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: auto;
  min-height: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-announcement-link {
  width: 100%;
  height: 100%;
}

.subscribe-funnel-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999;
  display: none;
  height: 100vh;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: rgba(0, 0, 0, 0.95);
}

.close-subscribe-popup {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.close-subscribe-popup.bottom {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.subfunnel---step-1 {
  position: relative;
  display: none;
  overflow: hidden;
  width: 50%;
  height: 100%;
  max-width: 750px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  border-radius: 5px;
  background-color: #000;
  box-shadow: 3px 3px 18px 15px rgba(0, 0, 0, 0.6);
}

.subfunnel---step-1.step-one {
  display: none;
}

.subfunnel---step-1.step-three.monthly.kush-only {
  min-width: 500px;
}

.subscription-sign-up {
  position: relative;
  z-index: 9999991;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 350px;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.35);
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.84);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.15)), to(rgba(247, 242, 207, 0.15)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.15), rgba(247, 242, 207, 0.15));
}

.subscription-sign-up.sly-fi-total-access {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 63, 12, 0.25)), to(rgba(0, 63, 12, 0.25))), -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.15)), to(rgba(247, 242, 207, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 63, 12, 0.25), rgba(0, 63, 12, 0.25)), linear-gradient(180deg, rgba(247, 242, 207, 0.15), rgba(247, 242, 207, 0.15));
}

.subscription-sign-up.main-sub-page {
  z-index: 10;
  box-shadow: 0 0 20px 11px #000;
}

.subscribe-popup-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  min-height: 500px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.funnel-popup-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(247, 242, 207, 0.15);
}

.heading-15 {
  position: relative;
  margin-top: 0%;
}

.funnel-popup-content-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-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, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('Plugin-Background_BrownVignette.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('Plugin-Background_BrownVignette.png');
  background-position: 0px 0px, 39% 70%;
  background-size: auto, 200%;
}

.subscription-funnel-option-button {
  display: block;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 13px;
  border-style: solid;
  border-width: 1px;
  border-color: #f7f2cf;
  background-color: rgba(247, 242, 207, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 84, 42, 0.15)), to(rgba(218, 84, 42, 0.15)));
  background-image: linear-gradient(180deg, rgba(218, 84, 42, 0.15), rgba(218, 84, 42, 0.15));
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.subscription-funnel-option-button:hover {
  background-color: rgba(247, 242, 207, 0.15);
}

.subscription-funnel-option-button.museletter-header {
  width: 541px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.subscription-funnel-option-button.subscribe {
  display: block;
  width: 290px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(218, 84, 42, 0.15)), to(rgba(218, 84, 42, 0.15))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
  background-image: linear-gradient(180deg, rgba(218, 84, 42, 0.15), rgba(218, 84, 42, 0.15)), linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  cursor: pointer;
}

.subscription-funnel-option-button.subscription-options {
  position: absolute;
  bottom: 10px;
  width: 260px;
  height: 42px;
  border-radius: 3px;
}

.funnel-popup-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.subscribe-funnel-popup-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.35) rgba(247, 242, 207, 0);
  opacity: 0.8;
  -webkit-transition: background-color 200ms ease, opacity 200ms ease;
  transition: background-color 200ms ease, opacity 200ms ease;
  color: #f7f2cf;
  text-transform: uppercase;
  cursor: pointer;
}

.subscribe-funnel-popup-button:hover {
  border-color: rgba(247, 242, 207, 0.8);
  background-color: rgba(247, 242, 207, 0.1);
  opacity: 1;
}

.subscribe-funnel-popup-button.step-three {
  width: 100%;
  border-width: 0px;
  border-color: #000;
  opacity: 1;
  cursor: default;
}

.subscribe-funnel-popup-button.step-three:hover {
  border-style: none;
  background-color: rgba(247, 242, 207, 0);
}

.vertical-divider {
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(247, 242, 207, 0.35);
}

.text-span-99 {
  font-size: 30px;
}

.text-span-100 {
  position: relative;
  top: -18px;
  font-size: 40px;
}

.progress-button {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.4);
  border-radius: 50%;
  background-color: rgba(247, 242, 207, 0.5);
}

.progress-button.off {
  background-color: rgba(247, 242, 207, 0);
}

.progress-button.back {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.progress-button.back:hover {
  background-color: rgba(247, 242, 207, 0.8);
}

.subfunnel---step-2---monthly {
  position: relative;
  display: none;
  overflow: hidden;
  width: 50%;
  height: 100%;
  max-width: 750px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  border-radius: 5px;
  background-color: #000;
  box-shadow: 3px 3px 18px 15px rgba(0, 0, 0, 0.6);
}

.subfunnel---step-2---monthly.step-one {
  display: none;
}

.subfunnel---step-2---monthly.step-three.monthly.kush-only {
  min-width: 500px;
}

.subfunnel---step-3---monthly-no-slyfi {
  position: relative;
  display: none;
  overflow: hidden;
  width: 50%;
  height: 100%;
  max-width: 750px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  border-radius: 5px;
  background-color: #000;
  box-shadow: 3px 3px 18px 15px rgba(0, 0, 0, 0.6);
}

.subfunnel---step-3---monthly-no-slyfi.step-one {
  display: none;
}

.subfunnel---step-3---monthly-no-slyfi.step-three.monthly.kush-only {
  min-width: 500px;
}

.subfunnel---step-2---annual {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  max-width: 750px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  border-radius: 5px;
  background-color: #000;
  box-shadow: 3px 3px 18px 15px rgba(0, 0, 0, 0.6);
}

.subfunnel---step-2---annual.step-one {
  display: none;
}

.subfunnel---step-2---annual.step-three.monthly.kush-only {
  min-width: 500px;
}

.subfunnel---step-3---monthly-plus-slyfi {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  max-width: 750px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  border-radius: 5px;
  background-color: #000;
  box-shadow: 3px 3px 18px 15px rgba(0, 0, 0, 0.6);
}

.subfunnel---step-3---monthly-plus-slyfi.step-one {
  display: none;
}

.subfunnel---step-3---monthly-plus-slyfi.step-three.monthly.kush-only {
  min-width: 500px;
}

.subfunnel---step-3---annual-no-slyfi {
  position: relative;
  display: none;
  overflow: hidden;
  width: 50%;
  height: 100%;
  max-width: 750px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  border-radius: 5px;
  background-color: #000;
  box-shadow: 3px 3px 18px 15px rgba(0, 0, 0, 0.6);
}

.subfunnel---step-3---annual-no-slyfi.step-one {
  display: none;
}

.subfunnel---step-3---annual-no-slyfi.step-three.monthly.kush-only {
  min-width: 500px;
}

.subfunnel-go-back-link {
  position: relative;
  top: 72px;
  display: inline-block;
  float: none;
  color: rgba(247, 242, 207, 0.6);
  font-size: 8px;
  line-height: 10px;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.subfunnel-go-back-link:hover {
  color: rgba(247, 242, 207, 0.85);
}

.subfunnel-go-back-link.spacer {
  margin-right: 4px;
  margin-left: 4px;
}

.subfunnel-go-back-link.singleproduct-dealer-link {
  top: -10px;
}

.subfunnel---step-3---annual-plus-slyfi {
  position: relative;
  display: none;
  overflow: hidden;
  width: 50%;
  height: 100%;
  max-width: 750px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.5);
  border-radius: 5px;
  background-color: #000;
  box-shadow: 3px 3px 18px 15px rgba(0, 0, 0, 0.6);
}

.subfunnel---step-3---annual-plus-slyfi.step-one {
  display: none;
}

.subfunnel---step-3---annual-plus-slyfi.step-three.monthly.kush-only {
  min-width: 500px;
}

.subfunnel-popup-grid {
  width: 580px;
  margin-top: 30px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 50px 50px 1px 50px;
  grid-template-rows: 50px 50px 1px 50px;
}

.subfunnel-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.subfunnel-list-item.bottom-item {
  width: 160px;
  margin-top: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px dashed rgba(247, 242, 207, 0.35);
}

.subfunnel-list-item.tos-agreement {
  position: relative;
  top: 60px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.8;
  font-size: 12px;
}

.subfunnel-item-title {
  display: inline;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 15px;
  text-align: left;
}

.subfunnel-item-title.total {
  margin-right: 25px;
}

.subfunnel-item-title.slyfi.subtitlepitch {
  position: relative;
  top: -16px;
  margin-left: 40px;
}

.subfunnel-item-amount {
  display: inline;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.subfunnel-item-divider {
  display: block;
  width: 100%;
  height: 10px;
  margin-top: 8px;
  margin-right: 10px;
  margin-left: 10px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px dashed rgba(247, 242, 207, 0.35);
}

.checkbox-check {
  width: 23px;
  height: 23px;
  margin-left: 1px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  line-height: 25px;
}

.text-span-101 {
  font-size: 10px;
  line-height: 20px;
}

.heading-16 {
  margin-top: -35px;
  font-size: 30px;
  line-height: 32px;
}

.div-block-140 {
  width: 320px;
  height: 205px;
  margin-bottom: 20px;
  padding-left: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.35);
  background-color: rgba(0, 0, 0, 0.5);
}

.homepage-spacer {
  height: 0px;
  margin-top: 88vh;
}

.post-nav-text {
  display: inline-block;
}

.post-nav-text.left-arrow {
  position: relative;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  margin-left: -10px;
  border-style: solid;
  border-width: 8px;
  border-color: rgba(247, 242, 207, 0) #f7f2cf rgba(247, 242, 207, 0) rgba(247, 242, 207, 0);
}

.post-nav-text.right-arrow {
  position: relative;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
  margin-right: -10px;
  margin-left: 9px;
  border-style: solid;
  border-width: 8px;
  border-color: rgba(247, 242, 207, 0) rgba(247, 242, 207, 0) rgba(247, 242, 207, 0) #f7f2cf;
}

.support-footer-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  -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: 25px;
  border-bottom-left-radius: 25px; */
  opacity: 0.8;
  color: #f7f2cf;
}

.support-footer-button:hover {
  background-color: rgba(247, 242, 207, 0.15);
  opacity: 1;
}

.support-button---question-mark {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding-left: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f7f2cf;
  border-radius: 50%;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.support-button---text {
  height: 25px;
  font-size: 16px;
  line-height: 25px;
}

.featured-blog-title {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  padding-top: 25px;
  -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;
}

.manual-content-block {
  display: block;
}

.div-block-141 {
  display: none;
}

.sub-button-greyout {
  position: relative;
  top: 9px;
  z-index: 5;
  width: 550px;
  height: 42px;
  margin-bottom: -42px;
  background-color: rgba(29, 29, 29, 0.57);
}

.checkbox-check-tos-agree {
  width: 23px;
  height: 23px;
  margin-left: 1px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 25px;
}

.checkbox-tos-agree {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 15px;
  margin-bottom: 4px;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.45);
  border-radius: 5px;
  background-color: rgba(54, 43, 35, 0.55);
  cursor: pointer;
}

.checkbox-tos-agree:hover {
  background-color: #473a30;
}

.store_subscriptionblock {
  display: block;
  overflow: visible;
  width: 840px;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 0px 0px 15px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(247, 242, 207, 0.32);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.09)), to(rgba(247, 242, 207, 0.09))), -webkit-gradient(linear, left top, left bottom, from(rgba(70, 53, 40, 0.25)), to(rgba(70, 53, 40, 0.25))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62)));
  background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.09), rgba(247, 242, 207, 0.09)), linear-gradient(180deg, rgba(70, 53, 40, 0.25), rgba(70, 53, 40, 0.25)), linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62));
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  text-align: center;
  cursor: pointer;
}

.store_subscriptionblock:hover {
  border-color: rgba(247, 242, 207, 0.7);
}

.store_subscriptionblock.analog {
  height: 302px;
  margin-bottom: 40px;
}

.store_subscriptionblock.downloadblock {
  height: auto;
  padding-bottom: 0px;
}

.left-bracket---sub-box {
  width: 10%;
  height: 100px;
  margin-top: 28px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-top: 1px solid rgba(247, 242, 207, 0.5);
  border-left: 1px solid rgba(247, 242, 207, 0.5);
}

.left-bracket---sub-box.up {
  margin-top: 7px;
  border-bottom: 1px solid rgba(247, 242, 207, 0.5);
  border-top-style: none;
}

.right-bracket---sub-box {
  width: 10%;
  height: 100px;
  margin-top: 28px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid rgba(247, 242, 207, 0.5);
  border-right: 1px solid rgba(247, 242, 207, 0.5);
}

.right-bracket---sub-box.up {
  margin-top: 7px;
  border-bottom: 1px solid rgba(247, 242, 207, 0.5);
  border-top-style: none;
}

.store-sub-cloud {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}

.contact-mobile {
  display: none;
}

.subscription-page-video-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.27), #000), url('Plugin-Background_BrownVignette.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-span-102 {
  font-size: 56px;
  font-weight: 700;
}

.text-span-103 {
  letter-spacing: 4px;
}

.div-block-142 {
  width: 100%;
  height: 100vh;
}

html.w-mod-js *[data-ix="fade-in-on-scroll-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px);
}

@media (max-width: 991px) {
  h2 {
    text-transform: uppercase;
  }
  .section.cc-product-detail {
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .styleguide-block {
    text-align: center;
  }
  .container {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.cc-blog-detail {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .button.cc-cart {
    position: relative;
    width: 100%;
    margin-right: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.subscription-funnel-button {
    top: 30px;
  }
  .rich-text {
    width: 96%;
  }
  .rich-text.default-page {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .rich-text h2 {
    font-size: 35px;
    line-height: 38px;
  }
  .rich-text blockquote {
    text-align: center;
  }
  .rich-text h1 {
    font-size: 46px;
    line-height: 48px;
    text-align: center;
  }
  .rich-text h3 {
    line-height: 32px;
  }
  .rich-text h6 {
    text-align: center;
  }
  .rich-text h5 {
    text-align: center;
  }
  .paragraph-light.cc-subscribe-paragraph {
    width: 60%;
  }
  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }
  .heading-jumbo.storefront {
    font-size: 10vw;
  }
  .heading-jumbo.default-page {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    font-size: 7vw;
  }
  .heading-jumbo.subscription-funnel-price {
    padding-bottom: 0px;
  }
  .heading-jumbo.museletter-header {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
    font-size: 7vw;
  }
  .logo-link {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-icon {
    display: block;
    width: 25px;
    height: 25px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .navigation-items {
    width: 100%;
    height: auto;
    -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;
    border-bottom: 1px solid rgba(247, 242, 207, 0.35);
    background-color: #000;
    box-shadow: 0 3px 20px 20px rgba(0, 0, 0, 0.5);
  }
  .cart {
    margin-right: 30px;
    margin-left: 0px;
  }
  .navigation {
    padding: 0px;
  }
  .text-field.cc-quantity-field {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .navigation-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .navigation-item:hover {
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.1)), to(rgba(247, 242, 207, 0.1)));
    background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.1), rgba(247, 242, 207, 0.1));
  }
  .navigation-item:active {
    background-color: #000;
  }
  .menu-button {
    left: 30px;
    display: block;
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 11px 0px 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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .navigation-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    text-align: center;
  }
  .collection-wrap {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .collection-item {
    width: 100%;
    max-width: 620px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .intro-text {
    width: auto;
  }
  .product-description {
    padding-left: 0px;
  }
  .picture-placeholder.cc-about-2 {
    height: 460px;
  }
  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0px;
  }
  .email-name-field-wrap {
    width: 100%;
    padding-left: 0px;
  }
  .get-in-touch-form {
    text-align: left;
  }
  .credentials-inputs-wrap {
    -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;
  }
  .grid {
    grid-template-areas: "." "." "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .number-contact-wrap {
    margin-bottom: 20px;
  }
  .blog-item {
    width: 80%;
  }
  .blog-preview-image {
    height: 460px;
  }
  .blog-summary-wrap {
    width: 100%;
  }
  .product-details-wrap {
    width: 100%;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    text-align: center;
  }
  .product-image {
    width: 100%;
    margin-bottom: 40px;
  }
  .product-detail-cta-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;
  }
  .full-width-form {
    padding: 40px;
  }
  .blog-detail-header-wrap {
    width: 70%;
  }
  .blog-header-image {
    height: 460px;
  }
  .orders---copy-this {
    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;
  }
  .collection-list-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .collection-item-2 {
    display: block;
    float: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .my-account {
    padding-right: 15px;
    padding-left: 15px;
  }
  .addresses---copy-this {
    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;
  }
  .order-line {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cart-actions {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart-quantity-2 {
    margin-left: 1px;
  }
  .login-item {
    padding: 15px 30px;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: center;
  }
  .login-item:hover {
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.1)), to(rgba(247, 242, 207, 0.1)));
    background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.1), rgba(247, 242, 207, 0.1));
  }
  .login-item:active {
    background-color: #000;
  }
  .block-section.store-2-0 {
    margin-top: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .collection-list-wrapper.homepage-featured-products {
    margin-top: 0px;
  }
  .kush-logo-frame {
    float: left;
  }
  .left-bracket {
    display: none;
    width: 20%;
  }
  .right-bracket {
    display: none;
    width: 20%;
  }
  .image-32 {
    position: absolute;
    left: 11px;
  }
  .featured-products-header {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .featured-products-head-container {
    width: 60%;
  }
  .featured-products-subheader {
    margin-top: -15px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .blog-section.cc-product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-page-button-wrap {
    height: 120px;
    -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;
  }
  .product-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .single-product-description {
    width: 90%;
  }
  .video-size-wrap {
    width: 70%;
    padding-bottom: 43%;
  }
  .homepage-button-container {
    height: 170px;
    padding-right: 5%;
    padding-left: 5%;
    -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;
  }
  .homepage-button-frame {
    width: 350px;
  }
  .out-of-stock-button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .out-of-stock-button.cc-cart {
    margin-right: 30px;
  }
  .dropdown-list.w--open {
    border-top: 1px dotted rgba(247, 242, 207, 0.35);
    border-bottom: 1px dotted rgba(247, 242, 207, 0.35);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 207, 0.05)), to(rgba(247, 242, 207, 0.05)));
    background-image: linear-gradient(180deg, rgba(247, 242, 207, 0.05), rgba(247, 242, 207, 0.05));
  }
  .kush-analog-title.subtitle {
    z-index: 88888;
  }
  .kush-analog-title.subtitle.disclaimer {
    width: 550px;
  }
  .kush-analog-title.subtitle.omnidownloadlink {
    width: 550px;
  }
  .kush-analog-title.subtitle.sly-fi-download-link {
    width: 550px;
  }


  .footer-2 {
    z-index: 99998;
    height: 65px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 17px;

  }
  .footer-icons {
    height: 65px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  /* .bottom-footer-text {
    display: none;
  } */
  .section-14 {
    padding: 55px 45px;
  }
  .section-14.subscription {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-2 {
    margin-top: 10px;
  }
  .subscription-checkout {
    margin-right: 23px;
    margin-left: 23px;
  }
  .subscription-header {
    font-size: 36px;
    line-height: 43px;
  }
  .subscription-header.subscribetitle {
    font-size: 55px;
    letter-spacing: 10px;
  }
  .subscription-header.subtitle {
    font-size: 23px;
    line-height: 36px;
  }
  .section-3 {
    height: auto;
  }
  .plugin-cloud-left._2 {
    text-align: center;
  }
  .div-block-26 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-14 {
    font-size: 14px;
  }
  .image-16 {
    height: 75px;
  }
  .scrollformorearrow {
    margin-bottom: 0px;
  }
  .scrollformorearrow.mobilebg-strip {
    display: block;
  }
  .image-11 {
    height: 220px;
  }
  .plugin-sub-cloud {
    height: 375px;
  }
  .text-block-15 {
    font-size: 18px;
  }
  .shop-subheader {
    width: 80%;
  }
  .menu-image {
    display: none;
  }
  .preferred-dealer-text.title {
    line-height: 27px;
  }
  .nav-title.logotype-main-title {
    line-height: 25px;
  }
  .dealer-list {
    width: 350px;
  }
  .nav-menu {
    position: absolute;
    z-index: 100000;
    display: block;
    min-width: 270px;
    margin-top: 75px;
    margin-left: 0px;
    background-color: rgba(0, 0, 0, 0.95);
  }
  .menu-button-2 {
    right: 45%;
  }
  .menu-button-2.w--open {
    margin: 8px;
    padding: 10px;
    border-radius: 6px;
    background-color: rgba(247, 242, 207, 0.2);
  }
  .navbar-2 {
    position: fixed;
    z-index: 99999;
  }
  .column-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 38px;
    line-height: 40px;
  }
  .dealer-list-columns {
    width: auto;
  }
  .icon-3 {
    margin-top: 0px;
  }
  .text-block-2.logotyopesubtitle {
    display: none;
    margin-top: 5px;
    margin-left: 1px;
  }
  .container-6 {
    padding-top: 8px;
  }
  .default-page-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cart-3 {
    width: 65px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sbhd-montserrat-2.muselettersignup {
    width: 235px;
  }
  .museletter-most-recent.signup-block {
    width: 235px;
  }
  .most-recent-posts-container {
    width: 700px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .single-blog-heading {
    font-size: 33px;
    line-height: 33px;
  }
  .single-blog-header-text {
    height: 100px;
    margin-top: -100px;
  }
  .close-subscribe-popup {
    width: 100%;
  }
  .subfunnel---step-1 {
    width: 80%;
    height: 100%;
  }
  .subscribe-popup-center {
    height: 500px;
  }
  .subfunnel---step-2---monthly {
    width: 80%;
  }
  .subfunnel---step-2---annual {
    width: 80%;
  }
  .subfunnel-popup-grid {
    margin-top: 15px;
  }
  .subfunnel-list-item.tos-agreement {
    top: 30px;
  }
  .heading-16 {
    margin-top: 0px;
  }
  .support-footer-button {
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
  }
  .sub-button-greyout {
    top: -11px;
  }
  .store_subscriptionblock {
    width: 600px;
  }
  .left-bracket---sub-box {
    display: none;
  }
  .right-bracket---sub-box {
    display: none;
  }
}

@media (max-width: 767px) {
  .section {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .section.cc-product-detail {
    margin-right: 0px;
    margin-left: 0px;
  }
  .container {
    text-align: center;
  }
  .container.cc-subscription-form {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container.cc-heading-wrap {
    margin-bottom: 50px;
  }
  .container.cc-heading-wrap.collection-page-header {
    margin-top: 30px;
  }
  .container.cc-full-width-form-wrap {
    -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;
    text-align: left;
  }
  .container.cc-blog-detail {
    padding-top: 0px;
  }
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }
  .button.subscription-funnel-button {
    top: 20px;
    width: 90%;
    height: 30px;
    padding-top: 4px;
    padding-bottom: 0px;
  }
  .button.continue-shopping {
    width: 220px;
    margin-right: 0px;
  }
  .rich-text {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }
  .rich-text.default-page {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-light.cc-subscribe-paragraph {
    width: 80%;
  }
  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }
  .heading-jumbo.storefront {
    margin-top: 20px;
    font-size: 10vw;
  }
  .heading-jumbo.default-page {
    width: 90%;
    margin-top: 0px;
  }
  .heading-jumbo.subscription-funnel-price {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
  }
  .heading-jumbo.museletter-header {
    width: 90%;
    margin-top: 0px;
  }
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .logo-link {
    display: none;
    padding-left: 0px;
  }
  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }
  .cart-item-info-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navigation {
    padding: 0px;
  }
  .text-field.cc-subscribe-text-field {
    width: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }
  .text-field.cc-contact-field {
    text-align: left;
  }
  .text-field.cc-textarea {
    text-align: left;
  }
  .cart-container {
    min-width: 360px;
  }
  .intro-content {
    width: 80%;
  }
  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template-areas: "." ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
  }
  .subscribe-form {
    -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;
  }
  .form-block {
    width: 90%;
    max-width: 470px;
  }
  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    -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-footer {
    margin-bottom: 70px;
  }
  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .product-description {
    padding-left: 0px;
  }
  .about-quote {
    width: 80%;
    max-width: 470px;
  }
  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }
  .paragraph-contact-text {
    font-size: 16px;
    line-height: 28px;
  }
  .store-categories-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .products-category-link {
    margin-bottom: 10px;
  }
  .collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-item {
    width: 90%;
    max-width: 470px;
  }
  .blog-summary-wrap {
    text-align: center;
  }
  .utility-page-wrap {
    padding: 15px;
  }
  ._404-wrap {
    padding: 30px;
  }
  .product-details-wrap {
    width: 90%;
  }
  .product-image {
    height: 500px;
  }
  .full-width-form {
    padding: 30px;
  }
  .checkbox {
    width: 20px;
    height: 20px;
  }
  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }
  .orders---copy-this {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .collection-list-2 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .collection-item-2 {
    display: block;
    width: 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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .account-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .addresses---copy-this {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .order-date---copy-this {
    text-align: left;
  }
  .billing-address---copy-this {
    text-align: left;
  }
  .shipping-address---copy-this {
    text-align: left;
  }
  .order-line {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cart-actions {
    height: 140px;
    -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;
  }
  .update.button {
    width: 220px;
    margin-right: 0px;
  }
  .checkout.button {
    width: 220px;
  }
  .table-row-data.product {
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-row-data.product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-info-wrapper {
    padding-left: 0px;
  }
  .remove-item {
    display: block;
    margin-bottom: 10px;
  }
  .cart-image {
    margin-bottom: 10px;
  }
  .block-section.store-2-0 {
    margin-top: 25px;
  }
  .kush-logo-frame {
    display: none;
  }
  .new {
    position: relative;
    left: 0px;
    float: left;
    border-right-color: transparent;
    border-left-color: #ad5328;
  }
  .new-item-heading {
    margin-top: -14px;
    margin-right: -9px;
    margin-left: -36px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .featured-products-head-container {
    width: 100%;
  }
  .categories-list {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .page-subtitle {
    font-size: 27px;
  }
  .page-title {
    font-size: 60px;
    line-height: 57px;
  }
  .blog-section {
    margin-right: 15px;
    margin-left: 15px;
  }
  .blog-section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }
  .product-page-button-wrap {
    width: 100%;
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-container {
    min-width: 0px;
  }
  .video-size-wrap {
    width: 95%;
    padding-bottom: 54%;
  }
  .homepage-paragraph {
    width: 90%;
  }
  .blurbs-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .homepage-button-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .homepage-button-frame {
    display: block;
    width: 350px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .kush-analog-title {
    width: auto;
    font-size: 75px;
  }
  .kush-analog-title.subtitle {
    width: auto;
    font-size: 20px;
  }
  .border-wall {
    width: 100%;
  }
  .product-page-add-to-cart {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .support-fallback.subheader {
    margin-top: 70px;
  }


  .footer-2 {
    position: static;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-icon-circle {
    margin-right: 14px;
    margin-left: 14px;
  }
  .section-14 {
    padding: 35px 25px;
  }
  .section-14.subscription {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-block-28 {
    height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subcheckcontainer {
    height: 500px;
    padding-bottom: 23px;
    -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;
  }
  .subscription-checkout {
    height: 200px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .h5 {
    font-size: 20px;
  }
  .subscription-header {
    font-size: 35px;
    line-height: 40px;
  }
  .subscription-header.subscribetitle {
    line-height: 50px;
  }
  .subscription-header.subtitle {
    font-size: 20px;
    line-height: 20px;
  }
  .subscription-header.subtitle.subscription-main-page {
    width: 80%;
    font-size: 15px;
    line-height: 20px;
  }
  .subscription-header.subscription-main-page-copy {
    font-size: 30px;
  }
  .subcheckwrapper {
    height: auto;
    -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;
  }
  .div-block-26 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .heading-14 {
    font-size: 14px;
    text-transform: uppercase;
  }
  .image-16 {
    height: 48px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .scrollformorearrow {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    border-style: solid;
    border-width: 12px;
    border-color: #f7f2cf transparent transparent;
  }
  .image-11 {
    height: 188px;
    margin-bottom: 8px;
  }
  .plugin-sub-cloud {
    height: 300px;
  }
  .text-span-71 {
    font-size: 10px;
    line-height: 15px;
  }
  .shop-subheader {
    font-size: 13px;
    line-height: 15px;
  }
  .menu-image {
    display: none;
  }
  .nav-title.logotype-main-title {
    margin-top: 5px;
    margin-left: 10px;
    line-height: 20px;
  }
  .navbar-2 {
    position: fixed;
  }
  .column-title {
    margin-bottom: 11px;
    padding-bottom: 11px;
    font-size: 28px;
    line-height: 31px;
  }
  .text-block-2.logotyopesubtitle {
    display: none;
  }
  .default-page-container {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .default-page-container.cc-subscription-form {
    padding-right: 30px;
    padding-left: 30px;
  }
  .default-page-container.cc-heading-wrap {
    margin-bottom: 50px;
  }
  .default-page-container.cc-full-width-form-wrap {
    -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;
    text-align: left;
  }
  .museletter-blurb {
    width: 500px;
    font-size: 13px;
    letter-spacing: 0px;
  }
  .sbhd-montserrat-2.muselettersignup {
    width: 500px;
  }
  .museletter-most-recent.signup-block {
    width: 500px;
  }
  .most-recent-posts-container {
    width: 100%;
    -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;
  }
  .single-blog-header-block {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .subscription-option-subheader {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
  }
  .small-caps-subhead {
    display: block;
  }
  .small-caps-subhead.mobile {
    display: block;
  }
  .small-caps-subhead.main-subhead {
    display: none;
  }
  .subscription-header-1 {
    display: block;
  }
  .subscription-header-1.mobile {
    display: block;
  }
  .subscription-header-1.main-header {
    display: none;
  }
  .subscribe-popup-center {
    height: 250px;
    min-height: 250px;
  }
  .funnel-popup-header {
    height: 30px;
  }
  .subscription-funnel-option-button {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
  .subscribe-funnel-popup-button {
    padding-top: 4px;
  }
  .subscribe-funnel-popup-button.step-three {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-span-100 {
    font-size: 20px;
  }
  .progress-button {
    width: 12px;
    height: 12px;
  }
  .subfunnel---step-2---monthly {
    display: none;
  }
  .subfunnel---step-2---annual {
    width: 80%;
  }
  .subfunnel-popup-grid {
    width: 90%;
    margin-top: 0px;
    -ms-grid-rows: 30px 30px 1px 30px;
    grid-template-rows: 30px 30px 1px 30px;
  }
  .subfunnel-list-item.tos-agreement {
    height: 20px;
  }
  .subfunnel-item-title {
    font-size: 12px;
    line-height: 13px;
  }
  .subfunnel-item-title.slyfi.subtitlepitch {
    top: -10px;
    width: 60%;
    margin-left: 34px;
  }
  .subfunnel-item-amount {
    font-size: 12px;
    line-height: 13px;
  }
  .checkbox-check {
    width: 20px;
    height: 20px;
    margin-bottom: 3px;
  }
  .text-span-101 {
    font-size: 9px;
    line-height: 0px;
  }
  .heading-16 {
    display: none;
    font-size: 20px;
  }
  .sub-button-greyout {
    top: -10px;
    width: 90%;
    height: 30px;
    margin-bottom: -30px;
  }
  .store_subscriptionblock {
    width: 90%;
  }
  .sub-popup-header {
    font-size: 18px;
    line-height: 20px;
  }
  .sub-popup-header.top-bar {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 2px;
  }
  .text-span-103 {
    letter-spacing: 4px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }
  h2 {
    font-size: 34px;
    line-height: 46px;
  }
  a {
    font-size: 13px;
  }
  ul {
    padding-left: 20px;
  }
  ol {
    overflow: visible;
    width: 100%;
    padding-left: 25px;
  }
  blockquote {
    text-align: center;
  }
  .section.cc-store-home-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }
  .section.cc-product-detail {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.cc-subscription-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .container.bottom-bracket-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button.cc-jumbo-button {
    font-size: 30px;
    line-height: 35px;
  }
  .button.cc-cart {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
  .button.subscription-funnel-button {
    top: 25px;
    padding-top: 4px;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .rich-text {
    width: 100%;
    padding-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .rich-text p {
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .rich-text.default-page {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .rich-text h2 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 32px;
    line-height: 35px;
  }
  .rich-text blockquote {
    margin-right: 20px;
    margin-left: 20px;
    padding: 15px 10px;
  }
  .rich-text h4 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .rich-text h1 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 37px;
    line-height: 39px;
  }
  .rich-text figcaption {
    margin-right: 10px;
    margin-left: 10px;
  }
  .paragraph-light.cc-subscribe-paragraph {
    width: 100%;
  }
  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }
  .heading-jumbo.plugin-store-header {
    margin-bottom: 0px;
    font-size: 40px;
  }
  .heading-jumbo-small.single-product-subheader {
    line-height: 32px;
  }
  .logo-link {
    display: none;
  }
  .status-message.cc-no-data {
    width: 100%;
  }
  .cart-item-info-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }
  .cart {
    margin-right: 20px;
  }
  .navigation {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cart-container {
    min-width: 320px;
  }
  .form-block {
    width: 100%;
    max-width: none;
  }
  .product-description {
    padding-left: 0px;
  }
  .about-quote {
    width: 100%;
    max-width: none;
  }
  .get-in-touch-form-wrap {
    width: 100%;
    max-width: none;
  }
  .blog-item {
    width: 100%;
    max-width: none;
  }
  .product-details-wrap {
    width: 100%;
    max-width: none;
  }
  .list-item {
    -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;
  }
  .full-width-form {
    padding: 15px;
  }
  .order-item-description-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;
  }
  .order-item-content-wrap {
    margin-bottom: 5px;
  }
  .order-item-price {
    margin-left: 24px;
  }
  .blog-detail-header-wrap {
    width: 100%;
    max-width: none;
  }
  .order-numebr-footer {
    background-color: rgba(147, 189, 69, 0.18);
  }
  .order-row---copy-this {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .orders-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;
  }
  .cancel-reason---copy-this {
    text-align: left;
  }
  .address-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;
  }
  .billing-wrapper {
    width: 100%;
  }
  .shipping-wrapper {
    width: 100%;
  }
  .order-line {
    padding-right: 0px;
    padding-left: 0px;
  }
  .table-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-row-data.quantity {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .table-row-data.price {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .table-row-data.product {
    background-color: rgba(147, 189, 69, 0.12);
  }
  .table-row-data.product {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    background-color: transparent;
  }
  .cart-row---copy-this {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: none;
    border-radius: 5px;
    background-color: rgba(247, 242, 207, 0.05);
  }
  .section-13 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .gift-card-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .text-block-78 {
    margin-left: 10px;
  }
  .product-info-wrapper-2 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cart-quantity-2 {
    margin-left: -14px;
  }
  .order-numebr-row-header {
    background-color: rgba(147, 189, 69, 0.18);
  }
  .block-section.store-2-0 {
    margin-top: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .store_itemblock {
    margin: -20px 0px;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .store_itemblock.analog {
    margin-bottom: -20px;
  }
  .collection-list-wrapper.homepage-featured-products {
    width: 100%;
    margin-top: 40px;
  }
  .item_producttitle.collection-title {
    margin-top: 30%;
  }
  .item_producttitletext.subtitle.sub-box {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .item_producttitletext.sub-box {
    font-size: 26px;
  }
  .extra-info-container.plugin {
    padding-right: 0px;
    padding-left: 0px;
  }
  .store-item-subtext {
    font-size: 10px;
  }
  .text-block-17 {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .system-specs {
    font-size: 10px;
  }
  .specs-spacer {
    font-size: 10px;
  }
  .kush-logo-frame {
    display: none;
  }
  .cart-container-2 {
    padding-top: 22px;
    border-style: none;
  }
  .icon-2 {
    margin-top: -12px;
  }
  .cart-link {
    font-size: 11px;
    line-height: 14px;
  }
  .kush-logotype-subheading.store-page {
    margin-top: 0px;
    font-size: 14px;
    line-height: 16px;
  }
  .kush-logotype-heading.store-header {
    font-size: 60px;
    line-height: 60px;
  }
  .search-2 {
    width: 90%;
  }
  .featured-products-header {
    font-size: 20px;
  }
  .collections-bg-image {
    width: 250px;
    height: 250px;
  }
  .page-subtitle {
    display: none;
  }
  .page-title {
    font-size: 40px;
    line-height: 41px;
  }
  .text-field-2 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .blog-section.cc-product-detail {
    margin-right: 15px;
    margin-left: 15px;
  }
  .product-page-button-wrap {
    height: 150px;
  }
  .product-container {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .downloads-button {
    width: 90%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .download-link-header {
    font-size: 13px;
  }
  .product-links-container {
    margin-right: 0px;
    margin-left: 0px;
  }
  .video-size-wrap {
    width: 100%;
    padding-bottom: 65%;
    border-right-style: none;
    border-left-style: none;
  }
  .homepage-paragraph {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .distinctly-different-block {
    padding-right: 13px;
    padding-left: 13px;
  }
  .blurb-paragraph {
    margin-right: 0px;
    margin-left: 0px;
  }
  .text-span-2 {
    font-size: 10px;
    line-height: 20px;
  }
  .homepage-featured-product-button {
    font-size: 12px;
  }
  .homepage-button-frame {
    padding-top: 11px;
    padding-bottom: 9px;
  }
  .homepage-button-frame.subscribe.video-header-button {
    width: 90%;
  }
  .homepage-button-frame.subscribe.sub-box-button {
    width: 90%;
  }
  .homepage-button-text {
    font-size: 15px;
    line-height: 19px;
  }
  .collection-page-small-subheader {
    font-size: 10px;
  }
  .out-of-stock-button.cc-cart {
    display: none;
    padding-right: 16px;
    padding-left: 16px;
  }
  .kush-analog-title.subtitle {
    line-height: 20px;
  }
  .kush-analog-title.subtitle.disclaimer {
    width: 250px;
  }
  .kush-analog-title.subtitle.omnidownloadlink {
    width: 250px;
  }
  .kush-analog-title.subtitle.sly-fi-download-link {
    width: 250px;
  }
  .border-wall {
    width: 100%;
  }
  .product-page-add-to-cart {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .support-fallback {
    font-size: 38px;
  }
  .support-fallback.subheader {
    width: auto;
    text-align: center;
    letter-spacing: 1px;
  }
  .footer-2 {
    position: fixed;
    height: 60px;
    margin-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-icons {
    display: none;
    padding-left: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* .bottom-footer-text {
    display: none;
  } */
  .footer-icon-circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container-4 {
    display: none;
  }
  .section-14 {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
  }
  .section-14.subscription {
    padding-right: 0px;
    padding-left: 0px;
  }
  .button-2 {
    margin-top: 3px;
  }
  .button-2.subscription {
    height: 40px;
    font-size: 23px;
  }
  .button-2.subscription.slyfi {
    height: 40px;
  }
  .div-block-28 {
    width: 100%;
  }
  .subcheckcontainer {
    margin-bottom: 50px;
  }
  .h5 {
    font-size: 17px;
  }
  .subscription-header {
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .subscription-header.subscribetitle {
    font-size: 35px;
    text-align: center;
  }
  .subscription-header.subtitle {
    font-size: 17px;
  }
  .subscription-header.subtitle.subscription-main-page {
    display: none;
    width: 300px;
    font-size: 15px;
  }
  .subscription-header.subtitle.subscription-main-page.mobile {
    display: block;
  }
  .subscription-header.subscription-main-page-copy {
    line-height: 31px;
  }
  .subscriptionbullets {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 22px;
  }
  .slightly-larger-text {
    font-size: 32px;
  }
  .text-block-14 {
    font-size: 20px;
  }
  .subcheckwrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .image-18 {
    height: 75px;
  }
  .plugin-cloud-left {
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-14 {
    font-size: 12px;
    line-height: 16px;
  }
  .subcloudimg.mysterybox {
    display: none;
  }
  .scrollformorearrow {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    width: 24px;
    height: 24px;
    margin-right: 13px;
    border-style: solid;
    border-width: 12px;
    border-color: #f7f2cf transparent transparent;
  }
  .scrollformorearrow.mobilebg-strip {
    right: 0vw;
    z-index: 998;
    width: 100%;
    height: 55px;
    margin-right: 0px;
    border-style: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, rgba(0, 0, 0, 0.79)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.79) 50%);
  }
  .image-11 {
    height: 100px;
  }
  .plugin-sub-cloud {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .column {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kaya {
    margin-right: 12px;
  }
  .menu-image {
    display: block;
    margin-top: 10px;
    float: left;
  }
  .nav-title.logotype-main-title {
    display: none;
  }
  .dealer-list {
    width: 100%;
  }
  .nav-menu {
    position: fixed;
    min-width: 190px;
    margin-top: 75px;
  }
  .menu-button-2 {
    right: 38%;
    margin-right: 10px;
    float: right;
    clear: none;
  }
  .menu-button-2.w--open {
    margin-right: 18px;
    text-align: center;
  }
  .navbar-2 {
    position: fixed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
  }
  .column-title {
    font-size: 21px;
    line-height: 24px;
  }
  .icon-3 {
    margin-right: 0px;
  }
  .default-page-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .default-page-container.cc-subscription-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .video-header-section.single-category-page {
    height: 300px;
  }
  .shop-header {
    margin-top: 100px;
  }
  .shop-header.fullstorepage {
    margin-top: 12vh;
  }
  .cart-3 {
    height: 50px;
  }
  .museletter-blurb {
    width: 250px;
  }
  .sbhd-montserrat-2.muselettersignup {
    width: 250px;
  }
  .museletter-most-recent.signup-block {
    width: 250px;
  }
  .most-recent-posts-container {
    width: 100%;
  }
  .past-museletters {
    width: 100%;
  }
  .dividing-line {
    width: 100%;
  }
  .single-blog-header-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .single-blog-heading {
    font-size: 20px;
    line-height: 23px;
  }
  .single-blog-header-text {
    height: 80px;
    margin-top: 0px;
  }
  .page-nav {
    height: 100px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .link-6 {
    font-size: 11px;
  }
  .small-caps-subhead.mobile {
    font-size: 12px;
  }
  .subscription-pitch-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .subscription-header-1.mobile {
    font-size: 26px;
    line-height: 30px;
  }
  .subscribe-funnel-popup {
    display: none;
  }
  .subfunnel---step-1 {
    display: none;
  }
  .subscribe-popup-center {
    height: 440px;
  }
  .funnel-popup-container {
    -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;
  }
  .subscribe-funnel-popup-button {
    width: 100%;
    height: 190px;
  }
  .subscribe-funnel-popup-button.step-three {
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .vertical-divider {
    display: none;
  }
  .subfunnel---step-2---monthly {
    display: none;
  }
  .subfunnel---step-2---annual {
    width: 80%;
  }
  .subfunnel-go-back-link {
    font-size: 10px;
  }
  .subfunnel-popup-grid {
    margin-top: 15px;
    -ms-grid-rows: 50px 90px 1px 70px;
    grid-template-rows: 50px 90px 1px 70px;
  }
  .subfunnel-list-item {
    -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;
  }
  .subfunnel-list-item.bottom-item {
    width: 100%;
    border-top-style: none;
  }
  .subfunnel-list-item.tos-agreement {
    top: 30px;
    height: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subfunnel-item-title.total {
    margin-right: 0px;
  }
  .subfunnel-item-title.slyfi {
    position: relative;
    text-align: center;
  }
  .subfunnel-item-title.slyfi.subtitlepitch {
    margin-right: auto;
    margin-left: auto;
  }
  .subfunnel-item-title.slyfi.tos {
    top: 5px;
  }
  .subfunnel-item-amount {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
  }
  .subfunnel-item-divider {
    display: none;
  }
  .div-block-140 {
    width: 100%;
    border-right-style: none;
    border-left-style: none;
  }
  .support-footer-button {
    width: 60px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }
  .support-button---question-mark {
    margin-right: 0px;
  }
  .support-button---text {
    display: none;
  }
  .sub-button-greyout {
    top: -5px;
    margin-bottom: -30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .store_subscriptionblock {
    width: 100%;
    margin: -20px 0px;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition: border 200ms ease;
    transition: border 200ms ease;
  }
  .store_subscriptionblock.analog {
    margin-bottom: -20px;
  }
  .heading-17 {
    font-size: 25px;
  }
  .heading-19 {
    font-size: 26px;
    line-height: 30px;
  }
  .heading-20 {
    line-height: 10px;
  }
  .sub-popup-header {
    font-size: 18px;
    line-height: 24px;
  }
  .contact-mobile {
    display: block;
  }
  .contact {
    display: none;
  }
}

#w-node-0e50b0bc96fd-b0bc96c8 {
  -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-node-0e50b0bc9703-b0bc96c8 {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-0e50b0bc970f-b0bc96c8 {
  -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: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-0e50b0bc9712-b0bc96c8 {
  -ms-grid-column-align: end;
  justify-self: end;
  -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: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-0e50b0bc972c-b0bc96c8 {
  -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-node-0e50b0bc9732-b0bc96c8 {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-0e50b0bc973e-b0bc96c8 {
  -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: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-0e50b0bc9741-b0bc96c8 {
  -ms-grid-column-align: end;
  justify-self: end;
  -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: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-250869e6e759-f26434f2 {
  -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;
}

#w-node-250869e6e75b-f26434f2 {
  -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;
}

#w-node-250869e6e75f-f26434f2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 2;
  grid-column-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-250869e6e760-f26434f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-250869e6e761-f26434f2 {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

@media screen and (max-width: 991px) {
  #w-node-250869e6e75f-f26434f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
  }
  #w-node-250869e6e761-f26434f2 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-250869e6e75b-f26434f2 {
    -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;
  }
}

@media screen and (max-width: 479px) {
  #w-node-0e50b0bc9712-b0bc96c8 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

/* Release Notes Modal Classes */
.releaseNotes-modal,
.preOrder-modal {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.9);
    margin: 0;
    position:fixed;
    top:0;
    left:0;
    z-index: 200;
    display: none;
    cursor: default;
}

.preOrder-modal {
    align-items: center;
}

.releaseNotes-container {
    width: 60vw;
    min-width: 400px;
    height:auto;
    min-height: 100vh;
    background-color: black;
    border-left: 1px solid #f7f2cf;
    border-right: 1px solid #f7f2cf;
    margin: 0 auto;
    padding: 0 20px 0;
    top: 0px;
}

.preOrder-container {
    width: 60vw;
    min-width: 350px;
    max-width: 700px;
    height:auto;
    /* min-height:; */
    background-color: black;
    border: 1px solid #f7f2cf;
    border-radius: 5px;
    margin: 0 auto;
    padding: 40px 0 20px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.releaseNotes-content {
    position: relative;
    top: 0px;
    width:100%;
    height:100%;
}

.releaseNotes-closeButton {
    box-sizing: border-box;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 30px;
    color: gray;
    background-color:black;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid gray;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 9999998;
}

.preOrder-closeButton {
    box-sizing: border-box;
    font-family: sans-serif;
    font-weight: lighter;
    font-size: 20px;
    position: relative;
    float: right;
    color: rgba(247,242,207,.35);
    margin-top:4px;
    margin-bottom:-4px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 9999998;
}

.preOrder-closeButton:hover {
    color: rgba(247,242,207,.6);
}
.release-fade-in {
	-webkit-animation: fade-in ease .5s;
    animation: fade-in ease .5s;
}
 @-webkit-keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
.release-fade-out {
	-webkit-animation: fade-out ease .5s;
  animation: fade-out ease .5s;
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
/* End Release Notes Modal Classes */
