/*.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: 2;
  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-commercecartheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.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-commercecartapplepaybutton {
  background-color: #000;
  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: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  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;
  margin-bottom: 8px;
  height: 38px;
  min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  background-color: #000;
  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: 0px;
  padding-bottom: 0px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
  display: block;
  margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
  display: block;
  margin-right: 8px;
}

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

.w-pagination-previous {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.w-pagination-next {
  display: block;
  color: #333;
  font-size: 14px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-color: #ccc;
  border-right-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.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-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-commercelayoutcontainer {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -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;
  }
  .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-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-commerceaddtocartquantityinput {
    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-commercecheckoutemailinput {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }
  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }
  .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 {
  font-family: Poppins, sans-serif;
  color: #121217;
  font-size: 14px;
  line-height: 20px;
}

h1, .index-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2, h1.product-title.in-page {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

div.product-title.in-page {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

h4, h2.h2-seo-tag {
  margin-top: 10px;
  margin-bottom: 6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

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

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

p, .rich-text-block.w-richtext, .w-richtext div  {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #666666;
  line-height: 24px;
  font-weight: 400;
}

ul li {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #666666;
  line-height: 18px;
  font-weight: 400;
}

.w-richtext ul {padding-left:25px;}
.w-richtext ul li {color:#484848;font-weight:400;line-height:22px;padding-bottom:6px;padding-left:4px;}
.w-richtext ul.faq li {padding-bottom:0px;}

ul.search {padding-left:25px;list-style:none;}
ul.search li {color:#484848;font-weight:400;font-size:16px;line-height:30px;padding-bottom:6px;padding-left:4px;}
ul.search li span {font-size:14px;line-height:20px!important;}
ul.search li::before {
  content: "\25A0";
  color:#3898EC;
  opacity:0.5;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
ul.search li a {text-decoration:none;-webkit-transition: all 200ms ease;transition: all 200ms ease;padding-left:10px;}
ul.search li a:hover {text-decoration:underline;opacity:0.75;}

blockquote {
  margin-bottom: 10px;
  padding: 0px 20px;
  border-left: 2px solid #000;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-top: 30px;
  margin-bottom: 20px;
}

.banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 850px;
  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;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/product-feature-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/product-feature-banner.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner.sub {
  overflow: hidden;
  min-height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/green-pasture-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/green-pasture-banner.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.banner.sub.in-categories {
  background-color: #104473;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.sub.blog {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/cattle-yard-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/cattle-yard-banner.jpg');
  background-position: 0px 0px, 0% 0%;
}

.banner.sub.blog.single {
  background-image: url('../images/sub-banner-2.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.sub.head {
  min-height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 111, 187, 0.45)), to(rgba(26, 111, 187, 0.45))), url('../images/meadow-with-flowers-mono-banner.jpg');
  background-image: linear-gradient(180deg, rgba(26, 111, 187, 0.45), rgba(26, 111, 187, 0.45)), url('../images/meadow-with-flowers-mono-banner.jpg');
  background-position: 0px 0px, 50% 100%;
}

.banner.sub.alpaca-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/alpaca-image.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/alpaca-image.jpg');
  background-position: 0px 0px, 50% 63%;
  background-attachment: scroll, scroll;
}

.banner.sub.horse-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/horse-image.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/horse-image.jpg');
  background-position: 0px 0px, 50% 63%;
  background-attachment: scroll, scroll;
}

.banner.sub.goat-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/goat-image.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/goat-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.banner.sub.w-goat-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/white-goat-image.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/white-goat-image.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.banner.sub.greyhound-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/greyhound-image.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/greyhound-image.jpg');
  background-position: 0px 0px, 50% 63%;
  background-attachment: scroll, scroll;
}

.banner.sub.sheep-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/sheep-image.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/sheep-image.jpg');
  background-position: 0px 0px, 50% 63%;
  background-attachment: scroll, scroll;
}

.banner.sub.cattle-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/red-cattle-large.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/red-cattle-large.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.banner.sub.pig-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/pig-image.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/pig-image.jpg');
  background-position: 0px 0px, 50% 63%;
  background-attachment: scroll, scroll;
}

.banner.sub.poultry-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/poultry-image.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/poultry-image.jpg');
  background-position: 0px 0px, 50% 63%;
  background-attachment: scroll, scroll;
}

.banner.sub.pet-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/pet-image.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/pet-image.jpg');
  background-position: 0px 0px, 50% 63%;
  background-attachment: scroll, scroll;
}

.banner.sub.organic-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/organic-bkg-banner.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/organic-bkg-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-attachment: scroll, scroll;
}

.banner.sub.aqua-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/aquaculture-image.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/aquaculture-image.jpg');
  background-position: 0px 0px, 50% 63%;
  background-attachment: scroll, scroll;
}

.banner.sub.vet-bkg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/vet-only-image.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/vet-only-image.jpg');
  background-position: 0px 0px, 50% 63%;
  background-attachment: scroll, scroll;
}

.container {
  max-width: 1200px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.center {
  top: 50%;
}

.container.center.in-sub {
  z-index: 10;
  margin-top: 130px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

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

.section {
  position: relative;
  padding: 140px 30px;
}

.store-section {
  position: relative;
  padding: 20px 30px 140px 30px;
}

.search-section {
  position: relative;
  padding: 80px 30px 20px 30px;
}

.section.with-photo {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/cattle-yard-banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/cattle-yard-banner.jpg');
  background-position: 0px 0px, 100% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.section.gray {
  background-color: #f5f5f7;
}

.section.gray.normal-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.gray.checkout {
  padding-top: 200px;
  background-color: #f5f5f7;
}

.section.gray.checkout.white {
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  background-color: #fff;
}

.section.gray.in-blog-page {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.gray.contact {
  padding-top: 70px;
  padding-bottom: 30px;
}

.section.home {
  padding-top: 40px;
}

.navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 -1px 12px 0 rgba(0, 0, 0, 0.4);
  color: #104473;
}

.nav-menu {
  color: #104473;
}

.brand-logo {
  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-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.brand-logo.w--current {
  height: 75px;
}

.nav-link {
  padding-right: 17px;
  padding-left: 17px;
  font-family: Montserrat, sans-serif;
  color: #104473;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #104473;
  text-transform: uppercase;
}

.nav-link.drop {
  padding-right: 0px;
  padding-left: 0px;
}

.nav-link.w-nav-link.mobile {
  display:none;
}

.logo-text {
  margin-right: 10px;
  color: #121216;
  font-size: 32px;
  line-height: 30px;
  font-weight: 500;
}

.sub-logo-text {
  position: relative;
  top: 3px;
  color: #919197;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

.social-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cart-button {
  margin-left: 15px;
  border-left: 1px solid #e1e1e1;
  background-color: transparent;
  color: #616167;
}

.cart-button.move-right {
  position: absolute;
  right: -1200px;
}

.icon {
  margin-right: 0px;
}

.cart-quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: transparent;
  color: #212127;
  font-weight: 500;
}

.top-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #104473;
  font-family: Montserrat, sans-serif;
}

.top-bar-text {
  color: #fff;
  font-weight: 500;
}

.top-bar-text.phone {
  text-align: right;
}

.search-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 9px 18px 9px 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;
  cursor: pointer;
}

.features-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e1e1;
}

.features-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  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;
  border-right: 1px solid #e1e1e1;
}

.features-content.no-line {
  border-right-style: none;
}

.features-icon {
  margin-right: 20px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  left: -514px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: auto;
  max-width: 1200px;
  margin-top: 30px;
  padding: 30px 50px 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;
  border-radius: 4px;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
}

.dropdown-list.about {
  left: -325px;
  width: 750px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.columns-dropdown {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-toggle {
  padding-right: 17px;
  padding-left: 17px;
  color: #104473;
  text-transform: uppercase;
}

.dropdown-space {
  position: absolute;
  left: 0px;
  top: -30px;
  right: 0px;
  height: 30px;
  background-color: transparent;
}

.dropdown-top-arrow {
  position: absolute;
  left: 47%;
  top: -6px;
  width: 0px;
  height: 0px;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  border-left: 7px solid transparent;
}

.top-margin {
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  color: #000;
}

.top-margin.less {
  margin-top: 15px;
}

.top-margin.more {
  margin-top: 60px;
}

.dropdown-text {
  display: block;
  margin-bottom: 7px;
  color: #919197;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-text:hover {
  color: #515157;
}

.heading-title {
  margin-bottom: 120px;
  text-align: center;
}

.categories-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 370px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.categories-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.categories-background.vet {
  background-image: url('../images/vet-placeholder.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.categories-background.pet {
  background-image: url('../images/pet-placeholder.jpg');
  background-position: 50% 30%;
}

.categories-background.aqua {
  background-image: url('../images/aqua-placeholder.jpg');
}

.categories-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.categories-name {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}

.shop-text {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 500;
}

.shop-text.dark {
  margin-bottom: 2px;
  clear: left;
  color: #121217;
}

.shop-text.dark.whiter {
  font-family: Montserrat, sans-serif;
  color: #fff;
}

.shop-text.dark.no-margin {
  margin-bottom: 0px;
  width:70%;
}

.shop-text.dark.push-down {
  margin-top: 12px;
  text-transform: uppercase;
}

.shop-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 12px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
}

.shop-button.w--current {
  display: block;
  color: #919197;
}

.shop-button.with-margin {
  display: block;
  margin-top: 5px;
}

.shop-button.all-items {
  display: inline-block;
}

.shop-button.view-collection {
  display: inline-block;
}

.shop-button.inline-link {
  display: inline-block;
}

.shop-button.inline-link.products {
  height: auto;
}

.shop-button.inline-link.push-top {
  margin-top: 10px;
}

.shop-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.shop-line.black {
  background-color: #121217;
}

.shop-line.black.white {
  background-color: #fff;
}

.margin-page {
  margin-top: 140px;
}

.margin-page.buttons {
  margin-top: 60px;
}

.product-wrapper {
  display: block;
  width: 97%;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.product-wrapper.full {
  width: 90%;
  margin-top: 10px;
  margin-left: 0px;
}

.product-wrapper.add-margin {
  width: 95%;
  min-height: 400px;
  margin-bottom: 40px;
}

.product-photo {
  position: relative;
}

.collection-list {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list.make-block {
  display: block;
}

.product-content {
  display: block;
  padding: 20px 20px 0px;
  text-align: center;
}

.product-title {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #121217;
  font-weight: 500;
  text-decoration: none;
}

.product-title.smaller {
  margin-bottom: 2px;
  font-size: 15px;
}

.product-title.in-page {
  margin-top: 15px;
}

.product-title.subhead {
  display: block;
  margin-top: 0px;
}

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

.compare-price.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.price {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #919197;
  font-size: 17px;
  text-decoration: none;
}

.price.compare {
  color: #c4c4c9;
  text-decoration: line-through;
}

.price.compare.in-page {
  font-size: 24px;
  line-height: 30px;
}

.price.small {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.price.smaller {
  margin-right: 0px;
  font-size: 14px;
}

.price.total {
  margin-right: 0px;
  color: #515157;
  font-weight: 500;
}

.price.in-page {
  font-size: 24px;
  line-height: 30px;
}

.product-image {
  width: 100%;
  /*background-color: #f6f6f6;*/
}

.sale-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 14px;
  border-radius: 4px;
  background-color: #ff6462;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.sale-badge.hide {
  display: none;
}

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

.product-cart-title {
  font-size: 16px;
  font-weight: 500;
}

.remove-button-cart {
  position: relative;
  overflow: hidden;
  margin-top: 3px;
  text-decoration: none;
}

.remove-button-cart.in-cart-page {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cart-quantity-2 {
  background-color: transparent;
  color: #121217;
}

.cart-quantity-2.float {
  height: 47px;
  margin-right: 10px;
  float: left;
}

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

.cart-item {
  margin-top: 10px;
}

.checkout-button {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 4px;
  background-color: #090e1d;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.checkout-button:hover {
  background-color: rgba(45, 48, 58, 0.92);
}

.checkout-button.with-height {
  height: 47px;
}

.checkout-button.full-button {
  width: 100%;
  background-color: #1a6fbb;
  font-family: Montserrat, sans-serif;
}

.checkout-button.full-button:hover {
  background-color: #104473;
}
.checkout-button.black {
  background-color: #000000;
}
.product-percent {
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.best-text {
  font-family: 'Indie Flower', sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
}

.client-logo {
  padding: 30px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-bottom: 1px solid #e1e1e1;
  cursor: default;
}

.client-logo.end {
  border-right: 1px solid #e1e1e1;
}

.client-logo.first {
  border-left: 1px solid #e1e1e1;
}

.top-title-text {
  position: relative;
  width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #aeb6b8;
  font-size: 16px;
  font-weight: 500;
}

.top-title-text.no-rotate {
  display: inline-block;
  width: 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-transform: none;
  -ms-transform: none;
  transform: none;
  font-family: Montserrat, sans-serif;
  color: #121217;
}

.line-title {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #d6dfe1;
}

.line-title.second {
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.top-title {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 50%;
  margin-top: auto;
  margin-bottom: 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;
}

.top-title.horizontal {
  position: relative;
  display: block;
  width: 25%;
  height: auto;
  margin: 0px auto;
  text-align: center;
}

.top-title.horizontal.full {
  width: 100%;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navigation-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 998;
}

.product-top-title {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  text-decoration: none;
}

.product-top-title.less-margin {
  margin-bottom: 5px;
}

.footer {
  padding: 80px 50px 25px;
  background-color: #fec43c;
}

.instagram-wrapper {
  position: relative;
  overflow: hidden;
}

.instagram-photo {
  width: 16.666%;
  height: auto;
  float: left;
}

.follow-button {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 26px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-decoration: none;
}

.instagram-logo {
  margin-right: 15px;
}

.facebook-logo {
  margin-right: 15px;
  padding:8px;
  border:1px solid #333333;
  border-radius:6px;
}

.div-block {
  position: relative;
}

.footer-title {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
}

.footer-title.social {
  text-transform: none;
}

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

.copyright {
  margin-bottom: 0px;
  color: #333;
  font-size: 12px;
}

.link-2 {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.stripe-image {
  display: inline-block;
  width: 70px;
  height: 30px;
  border-radius: 10px;
  background-color: #104473;
  background-image: url('../images/white.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  opacity: 1;
}

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

.stripe-flex.make-right.hide {
  display: none;
}

.secure-text {
  margin-right: 7px;
  margin-bottom: 0px;
  color: #121217;
  font-size: 12px;
}

.subscribe-content {
  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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-block {
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-field {
  width: 80%;
  height: 50px;
  margin-bottom: 0px;
  float: left;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #121217;
  background-color: #fec43c;
  font-family: Montserrat, sans-serif;
  color: #121217;
}

.subscribe-field:active {
  border-bottom-color: #121217;
}

.subscribe-field:focus {
  border-bottom-color: #121217;
}

.subscribe-field::-webkit-input-placeholder {
  color: #919197;
}

.subscribe-field:-ms-input-placeholder {
  color: #919197;
}

.subscribe-field::-ms-input-placeholder {
  color: #919197;
}

.subscribe-field::placeholder {
  color: #919197;
}

.subscribe-field.full {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.subscribe-field.dark {
  width: 70%;
  border-bottom-width: 1px;
  background-color: transparent;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.subscribe-field.dark.name {
  width: 95%;
  border-bottom-width: 1px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.subscribe-field.dark.phone {
  width: 95%;
  border-bottom-width: 1px;
  font-size: 12px;
  line-height: 18px;
}

.submit-button {
  width: 30%;
  height: 50px;
  float: left;
  border-bottom: 1px solid #121217;
  background-color: transparent;
  background-image: url('../images/arrow-pointing-to-right-1.svg');
  background-position: 100% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  font-weight: 500;
}

.success-message {
  background-color: #44be6b;
  color: #fff;
}

.success-message.other-color {
  background-color: #4483be;
}

.error-state {
  background-color: #ff5b5b;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.error-state.in-search {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block {
  color: #919197;
  font-weight: 500;
}

.blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
}

.blog-wrapper.in-blog-page {
  width: 99%;
}

.blog-wrapper.in-blog-page.in-category {
  margin-bottom: 50px;
}

.blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 600px;
  padding-right: 70px;
  padding-left: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  color: #121217;
  text-align: center;
}

.blog-content.second {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.blog-content.normal {
  min-height: 385px;
}

.blog-photo {
  width: 50%;
  min-height: 385px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-photo.in-category {
  height: auto;
  min-height: 600px;
}

.blog-big-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 98%;
  height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.margin-blog {
  margin-top: 30px;
}

.margin-blog.more {
  margin-top: 60px;
}

.blog-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.category-text {
  font-family: Montserrat, sans-serif;
  color: #919197;
  font-weight: 500;
}

.sub-heading-title {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 66px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

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

.breadcrumb-content {
  padding: 10px;
  border-radius: 7px;
  background-color: #fff;
}

.bread-link {
  display: inline-block;
  margin-right: 8px;
  margin-left: 9px;
  color: #121216;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.bread-link:hover {
  text-decoration: underline;
}

.bread-link.gray-color {
  color: #919197;
}

.bread-link.gray-color:hover {
  text-decoration: none;
}

.pagination {
  margin-top: 32px;
}

.featured-badge {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: auto;
  display: inline-block;
  padding: 5px 14px;
  border-radius: 4px;
  background-color: #5ccc87;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.pagination-arrow {
  margin-top: -2px;
  margin-left: 8px;
}

.pagination-arrow.second {
  margin-right: 8px;
  margin-left: 0px;
}

.next {
  border-color: #e1e1e1;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 500;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  min-width: 130px;
}
.phone-sidemenu {display:none;}
.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.social-wrapper.pad-20 {
  padding-top: 20px;
}

.social-icon {
  margin-right: 12px;
}

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

.product-flex {
  margin-left: 120px;
}

.quick-view-wrapper {
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 17px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  cursor: pointer;
}

.quick-image {
  margin-right: 5px;
}

.quick-text {
  position: absolute;
  left: -28px;
  top: -32px;
  right: 0px;
  width: 95px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 4px;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.quick-view-product {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.quick-view-content {
  position: relative;
  z-index: 1;
  max-width: 1050px;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.05);
}

.left-quick-content {
  margin-left: 50px;
}

.quick-title {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 28px;
}

.line-divider {
  width: 50px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #111;
}

.line-divider.center {
  margin-right: auto;
  margin-left: auto;
}

.line-divider.center.make-white {
  width: 100%;
  background-color: #fff;
}

.field-label {
  margin-bottom: 10px;
  font-weight: 500;
}

.remove-button-3 {
  position: absolute;
  top: -24px;
  right: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  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-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.quick-button {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.quick-line {
  width: 100%;
  height: 2px;
  background-color: #111;
}

.cart-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
}

.line-cart {
  width: 100%;
  height: 2px;
  background-color: #000;
}

.smoothly-entry {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.subscribe-field-2 {
  width: 80%;
  height: 50px;
  margin-bottom: 0px;
  float: left;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ededed;
}

.subscribe-field-2::-webkit-input-placeholder {
  color: #818187;
}

.subscribe-field-2:-ms-input-placeholder {
  color: #818187;
}

.subscribe-field-2::-ms-input-placeholder {
  color: #818187;
}

.subscribe-field-2::placeholder {
  color: #818187;
}

.subscribe-field-2.full {
  width: 100%;
  margin-bottom: 5px;
  float: none;
}

.subscribe-field-2.full.area {
  height: auto;
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 100px;
}

.margin-sub-page {
  margin-top: 50px;
}

.top-margin-2 {
  margin-top: 10px;
}

.top-margin-2.big {
  margin-top: 80px;
}

.top-margin-2.big.contact {
  margin-top: 40px;
}

.top-margin-2.medium {
  margin-top: 30px;
}

.form-margin {
  margin-right: 20px;
}

.map {
  min-height: 500px;
  margin-top: 80px;
  box-shadow: 8px 0 21px 0 rgba(0, 0, 0, 0.1);
}

.about-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-title-wrapper {
  margin-bottom: 100px;
  text-align: center;
}

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

.right-padding {
  padding-right: 50px;
  padding-left: 20px;
}

.button-other {
  position: relative;
  z-index: 5;
  display: inline-block;
  padding: 17px 26px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #dfdfdf;
  color: #818187;
  font-size: 15px;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  -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-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  margin-top: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #ededed;
  background-color: #fff;
}

.search-image {
  position: relative;
  z-index: 2;
}

.remove-image {
  position: absolute;
  z-index: 1;
  display: block;
}

.search-content {
  position: relative;
  top: 50%;
  display: block;
  margin-bottom: 5px;
}

.search-input {
  width: 90%;
  height: 80px;
  padding-left: 0px;
  float: left;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #333;
  background-color: transparent;
  color: #212121;
  font-size: 28px;
  line-height: 50px;
}

.search-input:focus {
  border-bottom-color: #000;
}

.search-input::-webkit-input-placeholder {
  color: #212121;
  font-weight: 500;
}

.search-input:-ms-input-placeholder {
  color: #212121;
  font-weight: 500;
}

.search-input::-ms-input-placeholder {
  color: #212121;
  font-weight: 500;
}

.search-input::placeholder {
  color: #212121;
  font-weight: 500;
}

.search-input.more {
  width: 80%;
}

.search-button {
  width: 80px;
  height: 80px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000;
  background-color: transparent;
  background-image: url('../images/magnifying-glass-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  color: transparent;
}

.search-button:active {
  border-left-color: #000;
}

.pages-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-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;
  text-align: center;
}

.pages-wrapper.not-found {
  background-image: url('../images/product-feature-banner.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.logo-404 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.pages-icon {
  margin-right: auto;
  margin-left: auto;
}

.search-result-wrapper {
  margin-top: 30px;
}

.search-result-item {
  margin-bottom: 20px;
  padding: 37px 37px 27px;
  border: 1px solid #ededed;
  border-radius: 3px;
}

.search-link {
  display: inline-block;
  margin-bottom: 5px;
  color: #121215;
  font-size: 16px;
  text-decoration: none;
}

.url-text {
  margin-bottom: 10px;
  color: #919197;
  font-size: 13px;
}

.required-text {
  position: relative;
  top: -2px;
  color: #ff1e1e;
  font-size: 13px;
  font-style: italic;
}

.customer-info {
  border-radius: 3px;
}

.block-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-2 {
  margin-bottom: 5px;
  font-weight: 500;
}

.text-block-3 {
  color: #919197;
}

.block-header-2 {
  border-color: #ededed;
}

.field-label-2 {
  color: #919197;
}

.sticky-sidebar {
  top: 120px;
}

.line-item {
  margin-bottom: 0px;
}

.blog-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.2);
}

.blog-post-wrapper {
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  padding: 70px;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  background-color: #fff;
}

.meta-info {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0px;
  color: #ababb1;
  font-size: 15px;
  text-decoration: none;
}

.meta-info.darker {
  color: #717177;
}

.meta-info.darker:hover {
  text-decoration: underline;
}

.sku-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #919197;
}

.sku-wrapper.in-quick {
  margin-top: 0px;
  margin-bottom: 15px;
}

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

.left-sku-wrapper {
  margin-left: 50px;
}

.select-field {
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #999;
  font-weight: 500;
}

.option {
  width: 50%;
  margin-bottom: 15px;
  padding-right: 20px;
  padding-left: 0px;
  float: left;
}

.tabs-menu {
  overflow: hidden;
  margin-top: 5px;
  padding-right: 33px;
  padding-left: 33px;
  text-align: center;
}

.tab-photo {
  width: 15.5%;
  margin-top: 15px;
  margin-right: 9.7px;
  margin-left: 9.7px;
  padding: 0px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.tab-photo:hover {
  opacity: 1;
}

.tab-photo.w--current {
  background-color: #f6f6f6;
  opacity: 1;
}

.tab-photo.hide {
  display: none;
}

.image-wrapper-line {
  overflow: hidden;
  border: 1px solid #e1e1e1;
  background-color: #f6f6f6;
}

.tabs-menu-2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.tab-link-tab-3 {
  min-width: 175px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px none #000;
  border-top-right-radius: 18px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 500;
  text-align: center;
}

.tab-link-tab-3:hover {
  background-color: #000;
  color: #fff;
}

.tab-link-tab-3.w--current {
  border-bottom: 1px solid #000;
  background-color: #fff;
}

.tab-link-tab-3.w--current:hover {
  color: #000;
}

.collection-item {
  min-width: 50%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.margin-top-device {
  max-width: none;
}

.margin-top-device.products {
  max-width: 75%;
}

.image-insta {
  width: 100%;
  height: 100%;
}

.banner-title {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
}

.white-top-text {
  font-family: Montserrat, sans-serif;
  font-weight:500;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.top-margin-3 {
  margin-top: 40px;
}

.top-margin-4 {
  margin-top: 50px;
}

.top-margin-4.half {
  margin-top: 25px;
}

.algin-center {
  position: relative;
  text-align: center;
}

.algin-center.push {
  margin-top: 70px;
  padding-bottom: 60px;
}

.button-wrapper {
  padding: 20px;
  text-align: center;
}

.button-wrapper.with-color {
  background-color: #111;
}

.margin-page-2 {
  margin-top: 200px;
}

.margin-page-2.half {
  margin-top: 100px;
}

.title-wrapper {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.title-wrapper.with-margin {
  margin-bottom: 80px;
}

.rich-text-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.licens-image {
  width: 100%;
}

.licens-image.with-icon {
  width: 15%;
  margin-right: 15px;
  margin-bottom: 10px;
}

.link {
  display: inline-block;
  color: #515157;
  text-decoration: underline;
}

.drop-link {
  border-bottom: 1px solid #eee;
}

.drop-link.dropdown-text {
  margin-bottom: 0px;
  border-bottom-width: 0px;
}

.top-bar-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  text-decoration: none;
}

.top-bar-link:hover {
  opacity: 0.65;
}

.logo-small {
  display: none;
}

.body {
  font-family: Montserrat, sans-serif;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.updates {
  color: #121217;
}

.image-2 {
  border-radius: 12px;
}

.slider {
  display: block;
  max-width: 100%;
  min-height: 550px;
  /*margin-top: 115px;*/
  background-color: transparent;
}

.slide-div {
  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: 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;
}

.slide-nav {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -40px;
}

.column {
  margin-top: 24px;
}

.footer-about {
  max-width: 85%;
  color: #333;
  font-size: 12px;
}

.footer-logo-link {
  margin-top: -20px;
  margin-bottom: 30px;
}

.footer-logo-link.w--current {
  margin-top: -20px;
  margin-bottom: 30px;
}

.top-bar-columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.slider-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 65%;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.slider-logo {
  min-width: 220px;
  border-radius: 12px;
  text-align: left;
}

.slider-column-2 {
  padding-right: 50px;
  text-align: right;
}

.slider-logo-link {
  text-align: center;
}

.column-2 {
  display: block;
  -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;
}

.short-desc {
  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;
  text-align: left;
}

.short {
  margin-right: 0px;
  font-family: Montserrat, sans-serif;
  color: #919197;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.feature {
  display: block;
  padding-bottom: 14px;
  color: #666;
  font-size: 18px;
  font-weight: 700;
}

.accordion-container {
  overflow: hidden;
  max-width: 100%;
  margin-top: 30px;
  border-radius: 4px;
}

.accordion-tab-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-size: 18px;
  cursor: pointer;
}

.accordion-tab-button:hover {
  background-color: #eee;
}

.accordion-arrow {
  width: 15px;
  opacity: 0.8;
}

.accordion-pane {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}

.accordion-pane-content, .prod-desc {
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.note {
  font-size: 12px;
  line-height: 18px;
}

.short-desc-feature {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #919197;
  font-size: 17px;
  text-decoration: none;
}

.short-desc-feature.small {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  text-transform: none;
}

.sub-head {
  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;
  text-align: center;
}

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

.small-text {
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #919197;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.push-down {
  margin-top: 25%;
}

.blog-body-copy {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.blog-img{float:left;margin-top:10px;margin-right:30px;}
.blog-body-copy.w-richtext img {
  margin-bottom:10px;
}
span.caption {padding-bottom:30px;font-size:14px;display:block;}

.cart-container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dark {
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

.more-info-anchor {
  min-height: 6px;
}

.descriptor {
  margin-top: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #666;
  font-size: 17px;
  text-decoration: none;
}

.h1-tag-seo {
  margin-top: 0px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.main-copy-flex {
  margin-left: 140px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.team-row {
  margin-top: 40px;
}

.team-img {
  margin-right: 20px;
  margin-bottom: 6px;
  float: left;
}

.team-description {
  padding-top: 10px;
  color: #717177;
  line-height: 24px;
  font-weight: 300;
}

.heading-phone-link {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #104473;
  font-weight: 700;
  text-decoration: none;
}

a.heading-phone-link:hover {
  color: #8181fd;
}

.team-member {
  padding-right: 6px;
  min-height: 450px;
}

.section-heading {
  margin-top: -20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

.brochures {
  margin-top: 30px;
}

.button-columns {
  margin-bottom: 20px;
  text-align: center;
}

.product-button {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  background-color: #1a6fbb;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.product-button:hover {
  background-color: #104473;
}

.product-button.bioworma {
  background-color: #00833e;
}

.product-button.bioworma:hover {
  background-color: #97d52c;
}

.product-button.vet-only {
  background-color: #d40306;
}

.product-button.vet-only:hover, .careers-button:hover {
  background-color: #000;
}

.careers {
  margin-top:40px;
  padding-top:20px;
  padding-bottom:0px;
  width:100%;
}

.careers-button {
  color:#fff;
  width: 100%;
  padding: 20px 0px 20px 60px;
  border-radius: 6px;
  background-color: #d40306;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  line-height:24px;
  margin:0 auto;
  position:relative;
  right:-10px;
}

.careers-head {
  text-align:center;
  font-size:36px;
  font-weight:bold;
  padding-top:13px;
}

.careers-text {
  font-size:18px;
  padding-right:80px;
  text-transform:none;
}

.product-button.pad-20 {
  margin-bottom: 20px;
}

.product-button.pad-30 {
  margin-bottom: 30px;
}

.form {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.login-label {
  margin-bottom: 10px;
  color: #919191;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.error-message {
  border-radius: 6px;
  background-color: #bd1c1c;
  color: #fff;
  text-align: center;
}

.copy-link {
  color: #616161;
  font-weight: 700;
  text-decoration: none;
}

.copy-link:hover {
  color: #1d93d1;
}

.success-message-2 {
  border-radius: 6px;
  background-color: #0eb975;
  color: #fff;
}

.form-login {
  padding-right: 50px;
  padding-left: 50px;
}

.button {
  display: block;
  width: 260px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 30px;
  float: none;
  border-radius: 6px;
  background-color: #1d93d1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #6280d1;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.login-text {
  margin-top: 10px;
  text-align: center;
}

.login-text.password {
  margin-top: 20px;
}

.text-field {
  height: 50px;
  margin-bottom: 15px;
  border-style: none;
  border-radius: 6px;
  background-color: #eee;
}

.text-field:hover {
  background-color: #f5f5f5;
}

.text-field:focus {
  background-color: #f5f5f5;
  color: #000;
}

.instructions {
  padding-bottom: 30px;
}

.social-link {
  display: inline-block;
  margin-right: 5px;
  padding: 8px 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

.social-link.blue-link {
  width: 28px;
  height: 28px;
  margin-right: 5px;
  padding: 3px;
  border-radius: 100px;
  background-color: #ff8e64;
  text-align: center;
}

.social-link.blue-link.gray {
  width: 32px;
  height: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #104473;
  background-color: #104473;
  opacity: 1;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.social-link.blue-link.gray:hover {
  border-color: #0086ff;
  background-color: #0086ff;
}

.middle {
  padding-top: 30px;
}

.hide {
  margin-top: -150px;
}

.side-navigation-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 998;
}

.hide-para {
  display: none;
}

.third {
  width: 33.33%;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
}

.paragraph-ov {
  color: #484848;
}

.hide-tabs {
  display: none;
}

.short-title {
  display: none;
}
a.datasheetLinks {padding-right:20px;text-decoration:none;}
a.datasheetLinks:hover {text-decoration:underline;}

a.brochure-link {position:relative;top:6px;text-decoration:none;-webkit-transition: all 300ms ease;transition: all 300ms ease;}
a.brochure-link:hover {text-decoration:underline;}

.animal-icon-nav {
  min-height: 135px;
  margin-top: 40px;
}

.animal-icon {
  position: static;
  padding-right: 8px;
  padding-left: 8px;
  float: none;
}

.animal-link {
  width: 9%;
  float: left;
  opacity: 0.5;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.animal-link:hover {
  opacity: 1;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

tr.comparison-table-3 {padding:8px!important;border-bottom:1px solid #eeeeee!important;}
/*table.comparison-table tr {border-bottom: 1px solid #eee;}*/
table.comparison-table td {padding: 6px 8px 8px 14px;border-radius:6px;}
table.comparison-table tbody>:nth-child(even){ 
background:#f6f7ff;
background-image: linear-gradient(to right, #f6f7ff, #ffffff);
}

.testimonial-pic {
  margin-right: 30px;
  margin-bottom: 14px;
  float: left;
  width:500px;
}

.up {margin-top:-20px;}

ol.jointsupport-list li {padding-top:30px;}
.jointsupport-menu a {display:inline-block;font-weight:600;color:#104473;margin-right:10px;text-decoration:none;}
.jointsupport-menu a:hover {opacity:0.5;}
.jointsupport-menu a.w--current {color:#0090d2;}
.jointsupport-img {width:55%;float:left;}
.jointsupport-img.up {margin-top:-20px;}
.jointsupport-img img {padding-right:30px;}

p.feature-par {
  font-size:18px;
  line-height:24px;
}

.image-left {
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
}
.image-right {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  float: right;
}
img.about-logo {
  width:50%; 
}

.feature-img {
    width: 33%;
    padding-right: 20px;
    padding-bottom: 20px;
    float: left;
}
.clear {clear:both;}
.clearfix {clear:both;width:100%;}

.brochure-holder {width:24.5%;float:left;padding-bottom:40px;}
.brochure-holder a {-webkit-transition: all 300ms ease;transition: all 300ms ease;}
.brochure-holder img, .feature-brochure-holder img {-webkit-transition: all 300ms ease;transition: all 300ms ease;border: 1px solid #eee;}
.brochure-holder img:hover, .feature-brochure-holder img:hover {opacity:0.6;}
.brochure-holder p {line-height:20px;padding-right:10px;}
.feature-brochure-holder {padding-bottom:40px;}

/*///// Resellers Search /////*/

.resellers-map {
  height: 450px;
}

.resellers-column {
  padding-right: 30px;
}

.store-item {
  margin-bottom: 4px;
}

.image-3 {
  position: relative;
  top: -6px;
  padding: 11px;
}

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

.resellers-paragraph {
  padding-left: 10px;
}

.text-link {
  -webkit-transition: opacity 450ms ease;
  transition: opacity 450ms ease;
  text-decoration: none;
}

.text-link:hover {
  opacity: 0.65;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.heading-3 {
  margin-top: 20px;
}

.resellers-header {
  margin-top:-40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.top-margin {
  margin-top: 60px;
}

.top-margin.base-margin {
  margin-top: 40px;
  margin-bottom: 60px;
}

.reseller-listing {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-bottom: 1px solid #eee;
  margin-right:1%;
  margin-left:1%;
  width:275px;
  min-height:170px;
}

.reseller-heading {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 18px;
}

.search-resellers {
  width: 100%;
}

.location-img {
  position: relative;
  top: 10px;
  margin-bottom:12px;
  float: left;
}

/*.show-careers {display:block;margin-top:140px;margin-bottom:30px;}*/
.hide-careers {display:none;}

@media screen and (max-width: 1441px) {
  .sidebar {
  position: -webkit-relative;
  position: relative;
  }
}

@media screen and (max-width: 1199px) {
  .blog-post-wrapper {
  width: 75%;
  }
}

@media screen and (max-width: 991px) {
  .banner {
    min-height: 620px;
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/green-pasture-banner-a.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/green-pasture-banner-a.jpg');
    background-position: 0px 0px, 85% 100%;
    background-size: auto, cover;
  }
  .banner.sub {
    min-height: 300px;
  }
  .banner.sub.head {
    min-height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/product-feature-banner.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/product-feature-banner.jpg');
    background-position: 0px 0px, 50% 100%;
  }
  .container.center.in-sub {
    margin-top: 40px;
  }
  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section.with-photo {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .section.gray.checkout {
    padding-top: 80px;
  }
  .navigation {
    padding-left: 10px;
  }
  .nav-menu {
    background-color: #f5f5f7;
  }
  .nav-menu.blue {
    background-color: #1a6fbb;
  }
  .nav-link.whitenav {
    display: block;
    color: #fff;
    text-align: left;
  }
  .top-bar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .features-wrapper {
    padding: 0px 33px;
    -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;
  }
  .features-content {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    border-right-style: none;
  }
  .features-content.no-line {
    border-bottom-style: none;
  }
  .dropdown-list.w--open {
    width: auto;
    max-width: 0px;
    margin-top: 0px;
    padding: 20px;
    border-radius: 0px;
  }
  .columns-dropdown {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .dropdown-toggle.whitenav {
    color: #fff;
  }
  .margin-page.about {
    margin-top: 60px;
  }
  .product-wrapper {
    width: 100%;
  }
  .product-wrapper.full {
    width: 100%;
  }
  .collection-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-image {
    width: 100%;
    max-width: 100%;
  }
  .best-text {
    font-size: 70px;
    line-height: 60px;
  }
  .client-logo {
    width: 33.333%;
    padding: 30px 60px;
    border-right: 1px solid #e1e1e1;
  }
  .client-logo.first-mobile {
    border-left: 1px solid #dcdcdc;
  }
  .top-title.horizontal {
    width: 40%;
  }
  .logo-wrapper {
    display: block;
  }
  .navigation-wrapper {
    position: relative;
  }
  .flex-row {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex-row.make-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright {
    margin-bottom: 30px;
  }
  .stripe-flex.make-right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .blog-wrapper.in-blog-page {
    margin-bottom: 50px;
  }
  .blog-content {
    min-height: 385px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-photo.in-category {
    min-height: 385px;
  }
  .blog-big-photo {
    width: 100%;
    height: auto;
    min-height: 500px;
    margin-bottom: 30px;
  }
  .sub-heading-title {
    font-size: 40px;
    line-height: 50px;
  }
  .product-flex {
    margin-left: 35px;
  }
  .quick-view-wrapper {
    display: none;
  }
  .map {
    min-height: 350px;
  }
  .about-wrapper {
    margin-bottom: 30px;
  }
  .right-padding {
    margin-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .utility-page-wrap {
    height: 800px;
    min-height: 800px;
  }
  .utility-page-content {
    width: 260px;
  }
  .search-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .search-content {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .search-input {
    width: 80%;
    height: 60px;
    font-size: 30px;
  }
  .search-input.more {
    width: 76%;
  }
  .search-button {
    width: 20%;
    height: 60px;
  }
  .pages-wrapper {
    min-height: 800px;
  }
  .blog-post-wrapper {
    width: 100%;
    padding: 35px;
  }
  .left-sku-wrapper {
    margin-top: 50px;
    margin-left: 0px;
  }
  .menu-button {
    padding: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border: 1px solid #e1e1e1;
    background-color: transparent;
  }
  .menu-button.w--open {
    border-radius: 4px;
    background-color: transparent;
  }
  .collection-item {
    width: 70%;
    margin-bottom: 60px;
  }
  .margin-top-device {
    margin-top: 50px;
  }
  .margin-top-device.products {
    margin-top: 50px;
  }
  .margin-top-device.products.second {
    margin-top: -50px;
  }
  .banner-title {
    font-size: 36px;
    line-height: 42px;
  }
  .white-top-text {
    display: block;
    margin-right: -40px;
    margin-left: -40px;
    font-size: 14px;
    line-height: 22px;
  }
  .licens-image {
    margin-bottom: 15px;
  }
  .slider {
    min-height: 520px;
    min-width: 100%;
    margin-top: 0px;
  }
  .slide-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-about {
    max-width: 100%;
  }
  .slider-columns {
    max-width: 75%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .slider-logo {
    width: 100%;
    max-width: 250px;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .slider-column-2 {
    padding-right: 10px;
    text-align: center;
  }
  .small-text {
    font-size: 14px;
    line-height: 18px;
  }
  .product-button {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .animal-icon-nav {
    margin-top: 30px;
  }
  .animal-link {
    width: 19.5%;
  }
  .blog-post-wrapper {
  width: 85%;
  }
  .middle {padding-top: 0px;
  }
  .brochure-holder {width:32.5%;}
  .dropdown-top-arrow {
  top: 53px;
  }
  .hide-head {display:none;}
  .reseller-listing {
    width: 50%;
  }
  .careers-button {
  padding: 20px 40px;
  text-align:center;  
  }
  .careers {
  width:100%;
  }
  .careers-head {
  text-align:center;
  font-size:28px;
  padding-top:auto;
  padding-bottom:14px;
  }
  .careers-text {
  padding-left:20px;
  padding-right:20px;
  }
  /*.show-careers {margin-top:-20px;margin-bottom:0px;}*/
}

@media screen and (max-width: 767px) {
  h1, .index-heading, .section-heading {
    font-size: 32px;
    line-height: 40px;
  }
  .banner {
    min-height: 620px;
    margin-top: 0px;
  }
  .banner.sub.head {
    min-height: 300px;
  }
  .top-bar {
    font-size: 13px;
  }
  .top-bar-text.phone {
    font-size: 13px;
  }
  .categories-wrapper {
    min-height: 450px;
  }
  .product-wrapper.add-margin {
    width: 100%;
  }
  .collection-list.make-block {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .client-logo {
    width: 33.333%;
    padding: 20px 30px;
  }
  .top-title.horizontal {
    width: 60%;
  }
  .instagram-photo {
    width: 33.333%;
  }
  .flex-row {
    display: block;
    margin-bottom: 40px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .subscribe-field {
    width: 74%;
  }
  .subscribe-field.dark {
    width: 100%;
  }
  .subscribe-field.dark.name {
    width: 100%;
  }
  .subscribe-field.dark.phone {
    width: 100%;
  }
  .submit-button {
    width: 100%;
  }
  .blog-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-wrapper.in-blog-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .blog-wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .blog-wrapper.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .blog-content {
    width: 100%;
  }
  .blog-content.second.normal {
    width: 89%;
    min-height: 285px;
  }
  .blog-content.normal {
    width: 100%;
  }
  .blog-photo {
    width: 100%;
  }
  .sidebar {
    position: relative;
    top: 0px;
    bottom: 50px;
    width: 100%;
  }
  .phone-sidemenu {display:block;}

  .flex-store {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .product-flex {
    margin-top: 50px;
    margin-left: 0px;
    text-align: center;
  }
  .form-margin {
    margin-right: 0px;
  }
  .right-padding {
    margin-right: -10px;
    margin-left: -10px;
    padding-left: 0px;
  }
  .search-input.more {
    font-size: 20px;
    line-height: 30px;
  }
  .tabs-menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .collection-item {
    margin-right: auto;
    margin-left: auto;
  }
  .form-block-2 {
    margin-top: 15px;
  }
  .banner-title {
    font-size: 30px;
    line-height: 36px;
  }
  .white-top-text {
    display: block;
  }
  .margin-page-2 {
    margin-top: 100px;
  }
  .title-wrapper {
    width: 90%;
  }
  .logo {
    width: 200px;
  }
  .slider {
    min-height: 590px;
  }
  .slide-nav {
    bottom: 0px;
  }
  .left-arrow {
    margin-left: -20px;
  }
  .right-arrow {
    margin-right: -20px;
  }
  .slider-columns {
    max-width: 75%;
  }
  .slider-logo {
    max-width: 200px;
    text-align: center;
  }
  .slider-column-2 {
    padding-right: 20px;
  }
  .accordion-container {
    margin-top: 0px;
  }
  .main-copy-flex {
    margin-top: 50px;
    margin-left: 0px;
  }
  .team-row {
    margin-top: 0px;
  }
  .team-row.first {
    margin-top: 40px;
  }
  .team-member {
    margin-bottom: 40px;
  }
  .button-columns {
    margin-bottom: 0px;
  }
  .product-button {
    margin-bottom: 10px;
  }
  .button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .text-field {
    padding-left: 12px;
  }
  .collection-list-wrapper {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .column-5 {
    display: block;
  }
  .accordion-container {
    margin-bottom: 40px;
  }
  .testimonial-pic {
  margin-right: 0px;
  margin-bottom: 30px;
  float: none;
  width:100%;
  }
  .blog-img{float:none;margin-top:30px;margin-right:0px;}
  .brochure-holder {width:49.5%;min-height:550px;}
  .reseller-listing {width: 100%;}
  .nav-link.w-nav-link.mobile {display:block;}

  .careers {
  margin-top:-20px;
  padding-top:20px;
  }
  .careers-button {
  border-radius:0px;
  padding: 20px 20px;
  text-align:center;
  right:0px;
  }
  .careers-head {
  text-align:center;
  font-size:24px;
  padding-top:auto;
  padding-bottom:14px;
  }
  .careers-text {
  padding-right:10px;
  padding-left:10px;
  padding-bottom:20px;
  }
}

@media screen and (max-width: 479px) {
  h1, .index-heading, .section-heading {
    font-size: 26px;
    line-height: 30px;
  }
  h2, h1.product-title.in-page, div.product-title.in-page {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    font-size: 20px;
    line-height: 28px;
  }
  h4, h2.h2-seo-tag {
    font-size: 15px;
  }
  .banner {
    min-height: 400px;
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('../images/green-pasture-banner-a.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('../images/green-pasture-banner-a.jpg');
    background-position: 0px 0px, 50% 50%;
    background-attachment: scroll, scroll;
  }
  .banner.sub.head {
    min-height: 250px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.gray.checkout {
    padding-top: 80px;
  }
  .sub-logo-text {
    display: none;
  }
  .top-bar {
    display: block;
    font-size: 14px;
  }
  .top-bar-text {
    font-size: 11px;
    text-align: center;
    margin-right:-5px;
    margin-left:-5px;
  }
  .top-bar-text.phone {
    margin-top: -16px;
    font-size: 14px;
    text-align: center;
  }
  .search-icon {
    padding-right: 6px;
  }
  .features-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .features-content {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-list.w--open {
    display: block;
    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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-title {
    margin-bottom: 60px;
  }
  .categories-wrapper {
    min-height: 250px;
  }
  .product-title.in-page {
    font-size: 28px;
    line-height: 32px;
  }
  .product-title.subhead {
    font-size: 28px;
    line-height: 32px;
  }
  .best-text {
    font-size: 35px;
    line-height: 50px;
  }
  .client-logo {
    width: 50%;
    padding: 20px;
    border-left: 1px solid #e1e1e1;
  }
  .client-logo.first-mobile-second {
    border-left: 1px solid #dcdcdc;
    border-right-style: none;
  }
  .client-logo.first-mobile-second.right {
    border-right: 1px solid #dcdcdc;
    border-left-style: none;
  }
  .client-logo.first-mobile.second {
    border-right: 1px solid #dcdcdc;
    border-left-style: none;
  }
  .top-title {
    height: 80%;
  }
  .top-title.horizontal {
    width: 100%;
  }
  .navigation-wrapper {
    position: relative;
  }
  .footer {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .follow-button {
    padding-right: 18px;
    padding-left: 18px;
  }
  .flex-row {
    padding-right: 25px;
    padding-left: 25px;
  }
  .subscribe-field {
    width: 60%;
  }
  .submit-button {
    width: 100%;
  }
  .blog-wrapper.in-blog-page.in-category {
    margin-bottom: 20px;
  }
  .blog-content {
    min-height: 180px;
  }
  .blog-content.second.normal {
    min-height: 180px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-content.normal {
    min-height: 180px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-photo {
    min-height: 180px;
  }
  .blog-photo.in-category {
    min-height: 180px;
  }
  .blog-big-photo {
    min-height: 280px;
  }
  .margin-blog.more {
    margin-top: 20px;
  }
  .blog-title {
    font-size: 18px;
    line-height: 24px;
  }
  .sub-heading-title {
    font-size: 30px;
    line-height: 40px;
  }
  .bread-link {
    font-size: 11px;
  }
  .bread-link.gray-color {
    font-size: 11px;
  }
  .product-flex {
    margin-top: 0px;
  }
  .subscribe-field-2.full.area {
    margin-top: 5px;
  }
  .margin-sub-page {
    margin-top: 10px;
  }
  .form-margin {
    margin-right: 0px;
  }
  .map {
    height: 200px;
    min-height: 200px;
    margin-bottom: 50px;
  }
  .about-wrapper {
    position: relative;
    margin-right: -20px;
    margin-left: -20px;
  }
  .utility-page-wrap {
    height: auto;
    min-height: 600px;
  }
  .search-input {
    height: 50px;
    font-size: 20px;
    line-height: 40px;
  }
  .search-button {
    height: 50px;
    background-size: 20px;
  }
  .pages-wrapper {
    min-height: 600px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .search-result-item {
    padding: 20px;
  }
  .search-link {
    font-size: 14px;
  }
  .url-text {
    font-size: 11px;
  }
  .required-text {
    font-size: 11px;
  }
  .blog-post-wrapper {
    padding: 20px 12px;
  }
  .option {
    width: 100%;
    padding-right: 0px;
  }
  .tab-photo {
    width: 25.05%;
    float: left;
  }
  .tab-link-tab-3 {
    text-align: left;
  }
  .collection-item {
    width: 100%;
  }
  .margin-top-device.products {
    max-width: 100%;
    margin-top: -30px;
  }
  .margin-top-device.products.second {
    margin-top: -30px;
  }
  .image-insta {
    width: 100%;
    float: left;
  }
  .banner-title {
    font-size: 20px;
    line-height: 26px;
  }
  .white-top-text {
    font-size: 12px;
    line-height: 20px;
  }
  .top-margin-4 {
    margin-top: 30px;
  }
  .button-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .margin-page-2.half {
    margin-top: 50px;
  }
  .title-wrapper {
    width: 95%;
  }
  .title-wrapper.with-margin {
    width: 100%;
  }
  .rich-text-wrapper {
    width: 100%;
  }
  .paragraph-wrapper {
    width: 100%;
  }
  .drop-link.dropdown-text {
    margin-bottom: 12px;
    padding: 0px 0px 0px 6px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .top-bar-link.contact {
    display: none;
  }
  .logo {
    display: block;
    max-height: 85px;
  }
  .logo-small {
    display: none;
  }
  .slide-nav {
    bottom: 20px;
  }
  .column {
    margin-top: 0px;
  }
  .logo-column {
    margin-bottom: 80px;
  }
  .left-arrow {
    display: none;
  }
  .right-arrow {
    display: none;
  }
  .footer-about {
    max-width: 100%;
  }
  .footer-logo-link.w--current {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .top-bar-columns {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .slider-columns {
    max-width: 85%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-logo {
    display: inline-block;
    width: 100%;
    max-width: 150px;
    min-width: 125px;
    text-align: center;
  }
  .slider-column-2 {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .slider-logo-link {
    text-align: center;
  }
  .accordion-pane-content, .prod-desc {
    margin-right: 10px;
    margin-left: 10px;
  }
  .main-copy-flex {
    margin-top: 0px;
  }
  .team-row {
    margin-top: 0px;
  }
  .team-row.first {
    margin-top: 40px;
  }
  .form-login {
    padding-right: 10px;
    padding-left: 10px;
  }
  .button {
    width: 100%;
  }
  .column-5 {
    display: block;
  }
  .long-title {
    display: none;
  }
  .short-title {
    display: block;
  }
  .animal-icon-nav {
    margin-top: 20px;
  }
  .animal-link {
    width: 32.5%;
  }
  .jointsupport-menu a {display:block;}
  .jointsupport-img {width:100%;float:none;}
  .jointsupport-img img {padding-right:0px;}
    .feature-img {
    width: 100%;
    padding-right: auto;
    float: none;
  }
  .clear {margin:20px auto 60px; }
  .brochure-holder {width:100%;margin:0 auto;}
  .banner {
    margin-top: 0px;
  }
  .new-line {display:block;clear:both;line-height:1.75em;}
  /*.show-careers {display:block;margin-top:40px;}*/
  .hide-careers {display:none;}
}

