<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */
html {
  overflow-y: scroll;
}

article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}

.touch body {
  -webkit-text-size-adjust: none;
}

:focus {
  -moz-outline-style: none;
  outline: none;
}

body {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
  font-family: "Texta-Medium", Helvetica, Arial, sans-serif;
  background: #F2F2F2;
  -webkit-font-smoothing: antialiased;
}

p strong {
  font-weight: normal;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}

em {
  color: #C7FF13;
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

div.clear {
  clear: both;
}

h1 {
  font: normal normal 48px/48px "TradeGothic", Helvetica, Arial, sans-serif;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  font-weight: normal;
}

h2 {
  font: normal normal 50px/60px "TradeGothic", Helvetica, Arial, sans-serif;
  margin: 16px 0 6px 0;
  text-transform: uppercase;
  font-weight: normal;
}

h3 {
  font: normal normal 22px/40px "Texta-Medium", Helvetica, Arial, sans-serif;
  margin: 10px 0 5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}

h4 {
  font: normal normal 18px/25px "Texta-Heavy", Helvetica, Arial, sans-serif;
  margin: 30px 0 0 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
}

h5 {
  font: normal normal 30px/32px "TradeGothic", Helvetica, Arial, sans-serif;
  margin: 50px 0 20px 0;
  text-transform: uppercase;
  font-weight: normal;
}

h6 {
  font-size: 13px;
  line-height: 20px;
  font-family: "Texta-Medium", Helvetica, Arial, sans-serif;
  margin: 20px 0;
  font-weight: normal;
}

address {
  font-style: normal;
}

mark {
  background: none;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset, legend {
  margin: 0;
  padding: 0;
}

.wow {
  visibility: hidden;
}

/* ------------------------------------
HEADER
------------------------------------ */
header.main {
  background: white;
  position: fixed;
  z-index: 991;
  top: 36px;
  left: 0;
  width: 100%;
  height: 130px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 50px 80px 0 rgba(0, 0, 0, 0.05);
  /*box-shadow: 0 0 30px 0 rgba(0,0,0,0.03);*/
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header_spacer {
  height: 160px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.logo img {
  width: 160px;
  padding: 30px 35px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.logo {
  display: inline-block;
  float: left;
}

.promobar {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  width: 100%;
  height: 36px;
  text-align: center;
  background: black;
  color: white;
  padding: 5px 0;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .promobar {
    font-size: 13px;
  }
}

.social {
  position: fixed;
  z-index: 990;
  height: 100%;
  background: white;
  overflow: hidden;
  width: 60px;
  text-align: center;
  right: 0;
  top: 130px;
  font-size: 30px;
  /*box-shadow: 0 0 30px 0 rgba(0,0,0,0.03);*/
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.social a {
  display: block;
  padding: 40px 0 0 0;
}

.social a:hover {
  color: #C7FF13;
}

a.social_contact {
  background: #E5E5E5;
  padding: 50px 0;
  display: block;
}

a.social_contact:hover {
  background: #ddd;
}

/* ------------------------------------
NAVIGATION
------------------------------------ */
.menu-main-menu-container {
  display: inline;
}

ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}

ul.menu &gt; li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}

.main ul.menu &gt; li &gt; a {
  font: normal normal 14px/normal "Texta-Heavy", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  padding: 55px 25px;
  overflow: hidden;
  text-transform: uppercase;
}

.main ul.menu &gt; li &gt; a::before {
  display: block;
  content: " ";
  background: #C7FF13;
  height: 7px;
  position: absolute;
  bottom: 61px;
  left: 20px;
  width: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.main ul.menu &gt; li &gt; a:hover::before, .main ul.menu &gt; li.current_page_item &gt; a::before, .main ul.menu &gt; li.current_page_parent &gt; a::before {
  width: calc(100% - 40px);
}

.menu .children {
  display: none;
}

a.nav_search {
  background: #C7FF13 url(../_inc/img/search.svg) no-repeat center center;
  background-size: 31px 30px;
  float: right;
  height: 130px;
  width: 120px;
}

a.nav_cart {
  background: white;
  float: right;
  height: 130px;
  width: 120px;
  padding-top: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav_cart span {
  display: block;
  background: #C7FF13;
  color: black;
  border: 2px solid white;
  border-radius: 999px;
  position: absolute;
  right: 27px;
  top: 35px;
  font-size: 13px;
  font-family: "Texta-Heavy";
  width: 23px;
  height: 23px;
  line-height: 26px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.nav_cart svg *, a.nav_account svg path, a.nav_account svg polygon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.nav_cart:hover svg * {
  fill: #C7FF13;
  stroke: #C7FF13;
}

a.nav_account:hover svg path, a.nav_account:hover svg polygon {
  fill: #C7FF13;
  stroke: #C7FF13;
}

a.nav_account {
  background: white;
  float: right;
  height: 130px;
  width: 50px;
  padding-top: 49px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*mobile menu*/
.mobile_menu {
  position: fixed;
  top: -150%;
  left: 0;
  width: 100%;
  height: calc(100% - 106px);
  z-index: 990;
  background: white;
  display: table;
  vertical-align: middle;
  text-align: center;
  line-height: 0;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-mobile-menu-container {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 100px;
}

.mobile_menu.main ul.menu &gt; li {
  display: block;
}

.mobile_menu.main ul.menu &gt; li &gt; a {
  display: block;
  padding: 5px 0;
  position: relative;
  font-size: 15px;
}

.mobile_menu.main ul.menu &gt; li &gt; a::before {
  height: 7px;
  bottom: 61px;
  left: 20px;
  width: 0;
  z-index: -1;
}

a.mobile_cart {
  display: none;
  float: right;
  color: #979797;
  padding: 23px 10px 23px 23px;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}

a.mobile_cart img {
  width: 23px;
  vertical-align: middle;
}

.mobile_cart span {
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  margin-left: 5px;
  letter-spacing: 1px;
  color: black;
}

a.mobile_search {
  display: none;
  float: right;
  color: #979797;
  padding: 24px 13px 23px 23px;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}

a.mobile_search img {
  width: 23px;
  vertical-align: middle;
}

/*DAMBURGER!*/
a.nav_toggle {
  display: none;
  float: right;
  position: relative;
  width: 70px;
  height: 70px;
  background: white;
  z-index: 999;
}

.hamburger {
  width: 25px;
  height: 14px;
  position: absolute;
  top: 29px;
  left: 22px;
}

.hamburger div {
  position: absolute;
  height: 2px;
  width: 25px;
  left: 0;
  background: black;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.hamburger div.hamburger1 {
  top: 0;
}

.hamburger div.hamburger2 {
  top: 9px;
}

.nav_on .hamburger div.hamburger1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px !important;
}

.nav_on .hamburger div.hamburger2 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 4px !important;
}

/*END OF DAMBURGER!*/
/*MEGA NAV*/
.mega {
  background: black;
  position: fixed;
  top: 130px;
  left: 0;
  width: calc(100% - 60px);
  color: white;
  z-index: 992;
  display: none;
}

.mega_on .mega {
  height: auto;
}

.mega_inner {
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
}

.mega_inner::after {
  display: block;
  content: " ";
  clear: both;
}

.mega_col {
  float: left;
  width: 39%;
  margin: 0 1% 0 0;
}

.mega_col.last {
  width: 20%;
  margin-right: 0;
}

.mega a {
  color: white;
  display: block;
  padding: 8px 0;
}

.mega a:hover {
  color: #C7FF13;
}

.mega a.big {
  color: #C7FF13;
  font: normal normal 20px/40px "TradeGothic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  height: 40px;
}

.mega a.big:hover {
  color: white;
}

.mega img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin: 0 30px 0 0;
}

/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.stellar {
  -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

h1.page_title {
  font-size: 80px;
  line-height: 80px;
  color: #343333;
  text-align: center;
  margin: 0 0 50px 0;
}

.wrapper {
  width: calc(100% - 60px);
  position: relative;
}

.content {
  background: white;
  padding: 30px;
}

.content_inner {
  max-width: 960px;
  margin: 0 auto;
}

.woocommerce-message {
  margin: 0 0 30px 0;
  font-weight: bold;
}

.woocommerce-message a.button {
  margin: 0 20px 0 0;
  padding: 9px 18px 10px 18px;
  font-size: 15px;
  display: inline-block;
  color: black;
  background: #ddd;
  line-height: normal;
}

.woocommerce-message a.button:hover {
  color: black;
  background: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.intro {
  padding: 120px 50px;
  background: #555 no-repeat center center;
  background-size: cover;
  text-align: center;
}

.intro img {
  width: 800px;
}

.module {
  padding: 80px 50px;
}

.module::after {
  display: block;
  content: " ";
  clear: both;
}

.module.grey {
  background: #F2F2F2;
}

.module.white {
  background: white;
}

.module.black {
  background: black;
  color: white;
}

.module.black h2, .module.black h3 a {
  color: #C7FF13;
}

.module_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.module_inner::after {
  display: block;
  content: " ";
  clear: both;
}

.module_inner.module960 {
  max-width: 960px;
}

.leftcol {
  float: left;
  width: 47%;
  margin-right: 5%;
}

.rightcol {
  float: left;
  width: 47%;
}

.smallscale h2 {
  font-size: 80px;
  line-height: 80px;
  margin: 50px 0;
}

.module.black.smallscale {
  padding-bottom: 0;
}

.how_nav {
  padding-top: 40px;
}

.how_nav a {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
  padding: 20px;
  display: inline-block;
  color: white;
}

.how_nav a:hover {
  color: #C7FF13;
}

.how_sticky .how_nav.sticky {
  top: 166px;
}

.how_nav.sticky {
  position: fixed;
  top: 70px;
  left: 0;
  width: calc(100% - 60px);
  background: black;
  text-align: center;
  padding: 0;
  z-index: 2;
  display: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.how_nav.sticky a {
  padding: 14px 16px;
}

/*Contact*/
.contact_deet {
  padding-left: 70px;
  background-position: left center;
  background-repeat: no-repeat;
}

.contact_deet h5 {
  margin-bottom: 10px;
}

.contact_deet p {
  margin: 0;
}

#gform_2 {
  margin-top: 50px;
}

#gform_2 ul li {
  margin: 20px 0;
}

#gform_2 ul li#field_2_1, #gform_2 ul li#field_2_2 {
  width: 47%;
  float: left;
}

#gform_2 ul li#field_2_1 {
  margin-right: 6%;
}

#gform_2 ul li input[type=text], #gform_2 ul li input[type=email], #gform_2 ul li textarea {
  width: 100%;
  padding: 8px 14px;
}

#gform_2 ul li textarea {
  height: 100px;
}

/*FAQs*/
.faqs {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .faqs h2 {
    font-size: 30px;
  }
}

a.question {
  display: block;
  background: black;
  font: normal normal 20px/25px "TradeGothic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 15px 30px;
  color: white;
  border-bottom: 2px solid #C7FF13;
}

.answer {
  background: #C7FF13;
  display: none;
}

.answer_inner {
  padding: 24px 30px;
}

/*How it Works*/
.how_left h1 {
  color: #A9A9A9;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
  margin: 80px 0;
}

.how_left h3 {
  text-align: center;
}

.how_left {
  width: 55%;
  background: #FAFAFA;
  float: left;
  padding: 120px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.how_left .easyas_step_inner {
  display: block;
  margin: 80px auto;
}

.how_right {
  width: 45%;
  float: left;
  position: relative;
}

.how_right div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 51%;
  background-size: cover;
  background-position: center center;
}

.how_right div.how2 {
  top: 51%;
}

.toolsyouneed h4 {
  cursor: pointer;
  border-top: 1px solid #ddd;
  padding: 20px 0 0 0;
  margin-top: 20px;
  position: relative;
}

.toolsyouneed h4::after {
  display: block;
  content: "+";
  position: absolute;
  top: 20px;
  right: 0;
  color: #999;
  font-size: 26px;
  font-family: "Texta-Medium", Helvetica, Arial, sans-serif;
}

.toolsyouneed h4.open::after {
  content: "–";
}

/*about*/
h1.large {
  font-size: 100px;
  line-height: 100px;
  margin: 60px 0;
}

.story_image {
  background: #ccc no-repeat center center;
  background-size: cover;
  width: 58%;
  height: 450px;
  height: 26vw;
  margin: 0 0 0 auto;
}

.module.ourstory {
  padding: 0 0 100px 0;
}

.ourstory h1.large {
  margin-top: -50px;
  color: white;
  text-align: center;
  padding-right: 180px;
}

.module.ourproducts {
  background: white url(../_inc/img/c_is_for_cookie.svg) no-repeat right center;
}

.ourproducts h1 {
  color: #A9A9A9;
  max-width: 1200px;
  margin: -130px auto 50px auto;
}

.ourproducts .easyas_step_inner {
  width: 580px;
  margin: 0 0 0 auto;
  display: block;
}

.ourproducts .option2 .easyas_step_inner {
  margin: 0 auto 0 0;
}

.ourproducts_steps {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 100px 40px 0;
}

.ourproducts .easyas_step {
  margin: 50px 0;
}

.promise {
  position: relative;
  padding: 30px 0;
  z-index: 2;
}

.promise_left {
  width: 38%;
  position: absolute;
  bottom: -120px;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.promise_right {
  width: 48%;
  margin: 0 5% 0 43%;
  max-width: 600px;
}

.promise h1.large, .promise h3 {
  color: #C7FF13;
}

.production {
  position: relative;
}

.production h1.large {
  color: #A9A9A9;
  position: relative;
  z-index: 7;
}

.production_left {
  padding: 0 50px;
  margin: -60px 0 0 0;
  width: 50%;
}

.production_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  background-size: cover;
  background-position: center center;
}

p.supplier_process {
  margin: 40px 0;
}

.page-template-template-custom-product-manufacturing .intro {
  position: relative;
  /*
  &amp;:after {
  	display: block; content: " "; position: absolute;
  	top:0;left:0;width:100%;height:100%;
  	background: black;
  	opacity: 0.4;
  }
  img {
  	position: relative;
  	z-index: 2;
  }
  */
}
.page-template-template-custom-product-manufacturing .custom_ingredients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .page-template-template-custom-product-manufacturing .custom_ingredients {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page-template-template-custom-product-manufacturing .custom_ingredients .module_left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page-template-template-custom-product-manufacturing .custom_ingredients .module_left {
    height: 200px;
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    width: 100%;
  }
}
.page-template-template-custom-product-manufacturing .custom_ingredients .module_right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  min-height: 400px;
}
.page-template-template-custom-product-manufacturing .custom_ingredients .module_right .module_text {
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .page-template-template-custom-product-manufacturing .custom_ingredients .module_right .module_text {
    font-size: 14px;
    line-height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-custom-product-manufacturing .custom_ingredients .module_right {
    display: block;
    padding: 20px;
    text-align: center;
    min-height: 0;
  }
}
.page-template-template-custom-product-manufacturing .premade_cta {
  display: none;
}
.page-template-template-custom-product-manufacturing img.item_image {
  float: right;
  width: 600px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: -30px 0 0 0;
}
@media screen and (max-width: 767px) {
  .page-template-template-custom-product-manufacturing img.item_image {
    width: 100%;
    height: 200px;
    margin: 0;
  }
}

.product_cat_custom-manufacturing.single div.product, .parent_product_cat_custom-manufacturing.single div.product {
  max-width: none;
}
.product_cat_custom-manufacturing.single .product_images, .parent_product_cat_custom-manufacturing.single .product_images {
  text-align: center;
}
.product_cat_custom-manufacturing.single p.points, .parent_product_cat_custom-manufacturing.single p.points {
  display: none !important;
}

/* ------------------------------------
HOMEPAGE
------------------------------------ */
.homebanner .homebanner_slide {
  height: calc(100vh - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_slide {
    height: 280px;
  }
}
.homebanner .homebanner_slide .homebanner_content {
  text-align: center;
  padding: 100px;
  color: white;
  position: relative;
  z-index: 1;
  max-width: 60vw;
}
.homebanner .homebanner_slide .homebanner_content a.button {
  background: #C7FF13;
  color: black;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_slide .homebanner_content {
    padding: 20px;
    max-width: none;
  }
}
.homebanner .homebanner_slide .homebanner_content h2 {
  font-size: 6vw;
  line-height: 6vw;
  margin: 1.5vw 0;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_slide .homebanner_content h2 {
    font-size: 40px;
    line-height: 40px;
    margin: 10px 0;
  }
}
.homebanner .homebanner_slide .homebanner_content h3 {
  margin: 1.5vw 0;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}
@media screen and (max-width: 767px) {
  .homebanner .homebanner_slide .homebanner_content h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0;
  }
}
.homebanner .homebanner_slide:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
}
.homebanner .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -25px;
  left: 0;
  padding: 0;
  min-width: 0;
  font-size: 50px;
  background: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: "Texta-Medium", Helvetica, Arial, sans-serif;
}
.homebanner .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.homebanner ul.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .homebanner ul.slick-dots {
    bottom: 0;
  }
}
.homebanner ul.slick-dots li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.homebanner ul.slick-dots button {
  font-size: 0;
  line-height: 0;
  background: none;
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  text-align: center;
  min-width: 0;
}
.homebanner ul.slick-dots button:after {
  content: " ";
  display: block;
  background: white;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  position: absolute;
  top: 12px;
  left: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.homebanner ul.slick-dots button:before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid white;
  border-radius: 99px;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.homebanner ul.slick-dots li.slick-active button:after {
  width: 10px;
  height: 10px;
  top: 10px;
  left: 10px;
}
.homebanner ul.slick-dots li.slick-active button:before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid white;
  border-radius: 99px;
  position: absolute;
  top: 6px;
  left: 6px;
  opacity: 1;
}

img.homebanner_header {
  max-width: 90%;
}

img.homebanner_header_mobile {
  display: none;
}

.highestquality {
  margin-top: 30px;
}

.highestquality img {
  width: 23%;
  max-width: 350px;
  margin-right: 80%;
}

.home_intro {
  background: url(../_inc/img/home_intro.svg) no-repeat left center;
  background-size: cover;
  color: white;
  width: 780px;
  height: 420px;
  padding: 130px 110px 0 125px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.easyas {
  background: white;
  position: relative;
  padding: 1px 0;
  text-align: center;
}

img.home_pack_front {
  width: 500px;
  padding-right: 55%;
}

.easyas_steps {
  margin: -100px 0 0 0;
}

.easyas_steps &gt; h2 {
  color: #A9A9A9;
  font-size: 60px;
  text-align: center;
  margin-left: 30%;
  margin-bottom: 160px;
}

.easyas_step {
  position: relative;
}

.easyas_step_inner {
  width: 500px;
  padding-left: 150px;
  font-size: 18px;
  color: #A9A9A9;
  text-align: left;
  position: relative;
  display: inline-block;
}

.easyas_step h2 {
  font-size: 50px;
  color: black;
}

.easyas_step span {
  font-size: 250px;
  line-height: 200px;
  color: #CCFF26;
  font-family: "TradeGothic", Helvetica, Arial, sans-serif;
  position: absolute;
  left: 0;
  top: -20px;
}

.step1 {
  margin-left: 20%;
}

.step2 {
  margin-right: 40%;
}

.step3 {
  margin-left: 40%;
}

.step4 {
  margin-right: 20%;
}

.step4 .easyas_step_inner {
  width: 420px;
}

.easyas_cta {
  margin: 80px 0 -33px 0;
  text-align: center;
  z-index: 1;
  position: relative;
}

.easyas_cta a.button {
  margin-left: 40%;
  width: 250px;
}

/* ------------------------------------
PRODUCT LISTING
------------------------------------ */
.woocommerce-notices-wrapper {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .woocommerce-notices-wrapper {
    padding-top: 30px;
  }
}

.woocommerce-result-count, .woocommerce-ordering {
  display: none !important;
}

.products_listing {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.products_listing .quantity_label {
  display: none;
}

.products_listing_inner {
  padding: 120px 50px 50px 50px;
}

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

ul.products {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 900px;
  position: relative;
}

ul.products li.product {
  background: white;
  margin: 0 0 26px 0;
  max-width: 900px;
}

ul.products li.product::after {
  display: block;
  content: " ";
  clear: both;
}

ul.products li.product img {
  float: left;
  width: 33.33%;
  height: auto !important;
}

.product_deets {
  float: left;
  width: 66.66%;
  padding: 30px 30px 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product_deets .related.products {
  display: none !important;
}

.product_deets table.variations .reset_variations, .product_deets input[type=radio] {
  display: none !important;
}

/*
.product_deets table.variations {
	width: 100%;
}
.product_deets table.variations, .product_deets table.variations tbody, .product_deets table.variations tr, .product_deets table.variations td { display: block; }
.product_deets table.variations div { display: inline; }
.product_deets table.variations td.label {
	padding-top: 10px;
}
.product_deets table.variations td.value label {
	display: inline-block;
	cursor: pointer;
	color: #515356;
	border:2px solid #A9A9A9;
	font-size: 15px;
	font-family: 'Texta-Heavy',Helvetica,Arial,sans-serif;
	min-width: 50px;
	text-align: center;
	padding: 5px 12px;
	margin: 0 7px 7px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.product_deets table.variations label:hover {
	border-color:#515356;
}
.product_deets input[type="radio"]:checked+label{
	background: #C7FF13;
	border-color: #C7FF13;
}
*/
.product_deets h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 10px 0;
  padding-right: 200px;
}

span.wc-points-rewards-product-message {
  font-size: 17px;
  line-height: 30px !important;
  display: block;
}

.product_deets .woocommerce-variation-price br {
  display: none !important;
}

.price_deets {
  padding: 8px 0 0 0;
}

.price_deets .price {
  font-size: 20px;
}

.price_deets .variations_form table.variations {
  padding-top: 10px;
}

p.stock.out-of-stock {
  margin: 0 0 14px 0;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 16px;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
  position: relative;
  z-index: 2;
}

.product-type-simple .price_deets a.button {
  display: block;
  margin: 20px 0 0 0;
  max-width: 210px;
}

/*
p.stock.out-of-stock::after {
	display: block;
	content: " ";
	background: #C7FF13;
	height: 7px;
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;
	z-index: -1;
}
*/
.woocommerce-variation-price {
  font-size: 20px;
  /*padding: 10px 0 30px 0;*/
}

p.sku {
  color: #A9A9A9;
  margin: 0;
}

.product_deets .quantity {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 4% 0 0;
  width: 18%;
}

.single .product_deets .quantity {
  margin: 0 4% 30px 0;
}

.product_deets .quantity input[type=number] {
  font-size: 15px;
  padding: 9px 8px 7px 8px;
  line-height: 22px;
  width: 100%;
  text-align: center;
}

.product_deets .quantity label {
  font: normal normal 14px/14px "Texta-Heavy", Helvetica, Arial, sans-serif;
  display: block;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.product_deets button.single_add_to_cart_button {
  padding: 9px 18px 10px 18px;
  font-size: 15px;
  margin: 0;
  vertical-align: bottom;
  display: inline-block;
  width: 37%;
}

.product_deets a.button.fulldetails {
  padding: 9px 18px 10px 18px;
  font-size: 15px;
  margin: 0 4% 0 0;
  vertical-align: bottom;
  display: inline-block;
  width: 37%;
  color: black;
  background: #e5e5e5;
  line-height: normal;
}

.product_deets a.button.fulldetails:hover {
  color: black;
  background: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single a.button.fulldetails {
  display: none !important;
}

.breadcrumbs {
  text-transform: uppercase;
  font-size: 13px;
  padding: 16px 0;
  max-width: 900px;
  padding: 16px 300px 16px 0;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.breadcrumbs &gt; span:last-child {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}

p.woocommerce-info {
  font: normal normal 30px/32px "TradeGothic", Helvetica, Arial, sans-serif;
  margin: 50px 0;
  text-transform: uppercase;
}

img.collection_icon {
  position: absolute;
  top: -140px;
  right: 30px;
  height: 190px;
}

.product_subtotal {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .product_subtotal {
    font-size: 30px;
    line-height: 40px;
  }
}

.pewc-total-field-wrapper {
  display: none !important;
}

ul.pewc-product-extra-groups {
  margin-top: 0;
}

.pewc-group-content-wrapper {
  padding: 1px 16px;
  border: 1px solid #ddd;
}

.pewc-group-wrap-5943 .pewc-group-heading-wrapper {
  display: none !important;
}

.pewc-field-5980 .pewc-description:after {
  display: block;
  content: "PDF file format only. Max file size: 10 MB.";
}
.pewc-field-5980 .pewc-description small {
  display: none !important;
}

.pewc-product-extra-groups li {
  padding: 16px 0 !important;
}

.pewc-description {
  margin: 10px 0 0 0;
}

.pewc-field-label {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.pewc-item-field-wrapper input[type=text] {
  width: 100%;
}

.pewc-product-extra-groups {
  padding-left: 0;
}

.iconic-was-swatches__item {
  margin: 0 7px 7px 0;
}

.iconic-was-chosen-attribute {
  display: none;
}

.iconic-was-chosen-attribute__no-selection {
  display: none;
}

.iconic-was-swatches {
  margin: 5px 0 10px;
}

@media screen and (max-width: 767px) {
  .iconic-was-swatches--single-line {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.iconic-was-swatches--text-swatch .iconic-was-swatch {
  background: white;
  border-radius: 0;
  font-weight: normal;
  color: #515356;
  border: 2px solid #A9A9A9;
  font-size: 15px;
  line-height: 27px;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
  min-width: 50px;
  text-align: center;
  padding: 5px 12px;
}
.iconic-was-swatches--text-swatch .iconic-was-swatch.iconic-was-swatch--selected {
  background: #C7FF13;
  border-color: #C7FF13;
  color: #515356 !important;
}

/*search filter sidebar*/
.sidebar_toggle {
  display: none;
}

.sf-field-search {
  display: none !important;
}

.products_sidebar {
  width: 25%;
  max-width: 380px;
  min-width: 300px;
  background: white;
  min-height: 300px;
  padding: 8px 45px 30px 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.searchandfilter {
  font-size: 17px;
  line-height: 30px;
}

.searchandfilter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.searchandfilter ul li, .searchandfilter ul li li {
  padding: 0;
}

.searchandfilter input[type=radio] {
  display: none;
}

.searchandfilter li[data-sf-field-input-type=radio] label {
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.searchandfilter li.sf-option-active &gt; label {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}

.searchandfilter li label::before {
  display: block;
  content: " ";
  background: #C7FF13;
  height: 7px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.searchandfilter li label:hover::before, .searchandfilter li.sf-option-active &gt; label::before {
  width: 100%;
}

.searchandfilter h4 {
  font-size: 30px;
  line-height: 34px;
  margin: 30px 0 0 -2px;
  letter-spacing: 0;
  font-family: "TradeGothic", Helvetica, Arial, sans-serif;
}

input[type=submit].search-filter-reset {
  color: black;
  background: #e5e5e5;
  width: 100%;
  padding: 12px 8px;
  font-size: 15px;
  margin: 50px 0 20px 0;
}

input[type=submit].search-filter-reset:hover {
  color: black;
  background: #ddd;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.searchandfilter .meta-slider {
  max-width: none;
  width: 96%;
}

.searchandfilter .noUi-connect {
  background: #C7FF13;
  height: 2px;
  margin-top: 6px;
}

.noUi-target {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.searchandfilter .noUi-handle {
  border-radius: 0 !important;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #C7FF13;
}

.searchandfilter .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  top: -2px;
}

.noUi-handle:after, .noUi-handle:before {
  display: none !important;
}

/*pagination*/
ul.page-numbers {
  list-style: none;
  margin: 0;
  padding: 30px 0;
  max-width: 900px;
  text-align: center;
}

ul.page-numbers li {
  display: inline;
}

ul.page-numbers li a, ul.page-numbers li span {
  display: inline-block;
  background: #ddd;
  padding: 6px;
  width: 30px;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0 2px;
}

ul.page-numbers li a:hover {
  background: #ccc;
}

ul.page-numbers li span.current {
  background: #C7FF13;
}

.pagination_wrapper {
  text-align: center;
}

.pagination_wrapper form {
  max-width: 900px;
}

.pagination_wrapper .searchandfilter h4 {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 15px 0 0;
  font-size: 18px;
  font-family: "Texta-Medium", Helvetica, Arial, sans-serif;
}

.pagination_wrapper .searchandfilter select.sf-input-select {
  min-width: 0;
}

.pagination_wrapper form li, .products_sidebar form li.sf-field-posts_per_page {
  display: none;
}

.pagination_wrapper form li.sf-field-posts_per_page {
  display: block;
}

.sf-field-taxonomy-product_cat &gt; ul &gt; li:first-child, img.collection_icon[alt="All products"] {
  display: none;
}

/*A-Z listing page*/
.alpha {
  background: white;
  position: relative;
}

.alpha h2 {
  color: #C7FF13;
  font-size: 30px;
  line-height: 30px;
  background: black;
  padding: 15px 50px;
  margin: 0;
}

.alpha_group {
  padding: 30px 50px;
}

a.alpha_item {
  display: inline-block;
  width: 47%;
  margin: 0 3% 20px 0;
  vertical-align: top;
}

img.az {
  position: absolute;
  right: 0;
  top: -100px;
}

p.wc-no-matching-variations.woocommerce-info {
  font-family: "Texta-Medium", Helvetica, Arial, sans-serif;
  line-height: 20px;
  font-size: 16px;
  text-align: left;
  margin: 20px 0;
  text-transform: none;
}

@media screen and (max-width: 767px) {
  body:not(.sidebar_on) .products_sidebar .sf-meta-range * {
    display: none !important;
    pointer-events: none !important;
  }
}
/* ------------------------------------
WHITE LABEL
------------------------------------ */
.product_cat_white-label-manufacturing .collection_icon, .product_parent_cat_white-label-manufacturing .collection_icon {
  display: none !important;
}
.product_cat_white-label-manufacturing .breadcrumbs, .product_parent_cat_white-label-manufacturing .breadcrumbs {
  max-width: none;
}
.product_cat_white-label-manufacturing.archive .intro, .product_parent_cat_white-label-manufacturing.archive .intro {
  padding: 180px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product_cat_white-label-manufacturing.archive .intro, .product_parent_cat_white-label-manufacturing.archive .intro {
    padding: 80px 30px 60px 30px;
  }
}
.product_cat_white-label-manufacturing.archive .intro:after, .product_parent_cat_white-label-manufacturing.archive .intro:after {
  display: block;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
}
.product_cat_white-label-manufacturing.archive .intro h1, .product_parent_cat_white-label-manufacturing.archive .intro h1 {
  color: white;
  font-size: 110px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .product_cat_white-label-manufacturing.archive .intro h1, .product_parent_cat_white-label-manufacturing.archive .intro h1 {
    font-size: 50px;
  }
}
.product_cat_white-label-manufacturing.archive .products_listing_inner, .product_parent_cat_white-label-manufacturing.archive .products_listing_inner {
  padding-top: 40px;
}
.product_cat_white-label-manufacturing.archive .product_deets h2, .product_parent_cat_white-label-manufacturing.archive .product_deets h2 {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .product_cat_white-label-manufacturing.archive p.fromprice, .product_parent_cat_white-label-manufacturing.archive p.fromprice {
    text-align: center;
  }
}
.product_cat_white-label-manufacturing.archive .woocommerce-variation-price,
.product_cat_white-label-manufacturing.archive .single_variation_wrap label,
.product_cat_white-label-manufacturing.archive table.variations,
.product_cat_white-label-manufacturing.archive .pewc-product-extra-groups-wrap,
.product_cat_white-label-manufacturing.archive p.points,
.product_cat_white-label-manufacturing.archive .quantity,
.product_cat_white-label-manufacturing.archive .single_add_to_cart_button, .product_parent_cat_white-label-manufacturing.archive .woocommerce-variation-price,
.product_parent_cat_white-label-manufacturing.archive .single_variation_wrap label,
.product_parent_cat_white-label-manufacturing.archive table.variations,
.product_parent_cat_white-label-manufacturing.archive .pewc-product-extra-groups-wrap,
.product_parent_cat_white-label-manufacturing.archive p.points,
.product_parent_cat_white-label-manufacturing.archive .quantity,
.product_parent_cat_white-label-manufacturing.archive .single_add_to_cart_button {
  display: none !important;
}
.product_cat_white-label-manufacturing.archive nav.breadcrumbs, .product_parent_cat_white-label-manufacturing.archive nav.breadcrumbs {
  display: none !important;
}
.product_cat_white-label-manufacturing.archive .whitelabel_intro, .product_parent_cat_white-label-manufacturing.archive .whitelabel_intro {
  padding: 30px 50px;
  background: black;
  color: white;
}
@media screen and (max-width: 767px) {
  .product_cat_white-label-manufacturing.archive .whitelabel_intro, .product_parent_cat_white-label-manufacturing.archive .whitelabel_intro {
    padding: 20px;
  }
}
.product_cat_white-label-manufacturing.archive .whitelabel_intro h3, .product_parent_cat_white-label-manufacturing.archive .whitelabel_intro h3 {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}
.product_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_pic, .product_parent_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_pic {
  background: url(../_inc/img/whitelabel_header.jpg) no-repeat center center;
  background-size: cover;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media screen and (max-width: 1024px) {
  .product_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_pic, .product_parent_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_pic {
    display: none;
  }
}
.product_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner, .product_parent_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner {
  padding: 30px 50px;
  max-width: 600px;
}
@media screen and (max-width: 1200px) {
  .product_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner, .product_parent_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner {
    padding: 10px 40px;
  }
}
.product_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner h1, .product_parent_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner h1 {
  color: #C7FF13;
  font-size: 100px;
  line-height: 100px;
  margin-left: -10px;
}
@media screen and (max-width: 1200px) {
  .product_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner h1, .product_parent_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .product_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner h1, .product_parent_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner h1 {
    margin-left: 0;
  }
}
.product_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner h2, .product_parent_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner h2 {
  font-size: 30px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .product_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner, .product_parent_cat_white-label-manufacturing.archive .whitelabel_intro .whitelabel_intro_inner {
    padding: 20px;
  }
}
.product_cat_white-label-manufacturing.single div.product, .product_parent_cat_white-label-manufacturing.single div.product {
  max-width: none;
}
.product_cat_white-label-manufacturing.single .product_images, .product_parent_cat_white-label-manufacturing.single .product_images {
  text-align: center;
}
.product_cat_white-label-manufacturing.single p.points, .product_cat_white-label-manufacturing.single .afterpay-payment-info, .product_parent_cat_white-label-manufacturing.single p.points, .product_parent_cat_white-label-manufacturing.single .afterpay-payment-info {
  display: none !important;
}
.product_cat_white-label-manufacturing.single .ywdpd-table-discounts-wrapper, .product_parent_cat_white-label-manufacturing.single .ywdpd-table-discounts-wrapper {
  visibility: hidden;
  font-size: 1px;
  height: 1px;
  overflow: hidden;
}
.product_cat_white-label-manufacturing.single .pewc-group-content-wrapper label[for=pewc_group_5889_5969], .product_parent_cat_white-label-manufacturing.single .pewc-group-content-wrapper label[for=pewc_group_5889_5969] {
  display: inline;
}
.product_cat_white-label-manufacturing.single .pewc-group-content-wrapper label[for=pewc_group_5889_6067], .product_parent_cat_white-label-manufacturing.single .pewc-group-content-wrapper label[for=pewc_group_5889_6067] {
  display: none !important;
}
.product_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc-checkbox-group-wrapper li, .product_parent_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc-checkbox-group-wrapper li {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
  padding: 0 !important;
}
.product_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc-checkbox-group-wrapper li label input, .product_parent_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc-checkbox-group-wrapper li label input {
  display: inline !important;
}
.product_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc_group_5889_6067, .product_parent_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc_group_5889_6067 {
  border-bottom: 1px solid #ddd;
}
.product_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc_group_5889_6069, .product_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc_group_5889_6068, .product_parent_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc_group_5889_6069, .product_parent_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc_group_5889_6068 {
  padding: 0 !important;
}
.product_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc_group_5889_6069 a:before, .product_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc_group_5889_6068 a:before, .product_parent_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc_group_5889_6069 a:before, .product_parent_cat_white-label-manufacturing.single .pewc-group-content-wrapper .pewc_group_5889_6068 a:before {
  content: "";
  display: inline;
  font-family: "FontAwesome";
  margin: 0 8px 0 0;
}
.product_cat_white-label-manufacturing.single .product_main .product_deets label.quantity_label:after, .product_parent_cat_white-label-manufacturing.single .product_main .product_deets label.quantity_label:after {
  content: " (Buy more - save more)";
  display: inline;
}
.product_cat_white-label-manufacturing.single .product_main .product_deets p.price, .product_cat_white-label-manufacturing.single .product_main .product_deets .woocommerce-variation-price, .product_parent_cat_white-label-manufacturing.single .product_main .product_deets p.price, .product_parent_cat_white-label-manufacturing.single .product_main .product_deets .woocommerce-variation-price {
  display: none !important;
}
.product_cat_white-label-manufacturing.single .label_pdfs h3, .product_parent_cat_white-label-manufacturing.single .label_pdfs h3 {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}
.product_cat_white-label-manufacturing.single .label_pdfs p, .product_parent_cat_white-label-manufacturing.single .label_pdfs p {
  margin: 10px 0;
}
.product_cat_white-label-manufacturing.single .label_pdfs p.label_pdf, .product_parent_cat_white-label-manufacturing.single .label_pdfs p.label_pdf {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .archive .product_cat-white-label-manufacturing p.fromprice, .archive .product_cat-white-label-capsules p.fromprice, .archive .product_cat-white-label-powders p.fromprice {
    text-align: center;
  }
}
.archive .product_cat-white-label-manufacturing .woocommerce-variation-price,
.archive .product_cat-white-label-manufacturing .single_variation_wrap label,
.archive .product_cat-white-label-manufacturing table.variations,
.archive .product_cat-white-label-manufacturing .pewc-product-extra-groups-wrap,
.archive .product_cat-white-label-manufacturing p.points,
.archive .product_cat-white-label-manufacturing .quantity,
.archive .product_cat-white-label-manufacturing .single_add_to_cart_button, .archive .product_cat-white-label-capsules .woocommerce-variation-price,
.archive .product_cat-white-label-capsules .single_variation_wrap label,
.archive .product_cat-white-label-capsules table.variations,
.archive .product_cat-white-label-capsules .pewc-product-extra-groups-wrap,
.archive .product_cat-white-label-capsules p.points,
.archive .product_cat-white-label-capsules .quantity,
.archive .product_cat-white-label-capsules .single_add_to_cart_button, .archive .product_cat-white-label-powders .woocommerce-variation-price,
.archive .product_cat-white-label-powders .single_variation_wrap label,
.archive .product_cat-white-label-powders table.variations,
.archive .product_cat-white-label-powders .pewc-product-extra-groups-wrap,
.archive .product_cat-white-label-powders p.points,
.archive .product_cat-white-label-powders .quantity,
.archive .product_cat-white-label-powders .single_add_to_cart_button {
  display: none !important;
}

/* ------------------------------------
PRODUCT DETAIL/SINGLE
------------------------------------ */
span.fromprice, .single_variation_wrap p.points {
  display: none;
}

figure {
  margin: 0;
}

.single #main::after {
  display: block;
  content: " ";
  clear: both;
}

.product_main {
  float: left;
  width: 75%;
}

.product_main_inner {
  padding: 120px 50px 0 50px;
}

.single div.product {
  background: white;
  padding: 88px 45px;
  max-width: 900px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single .product_deets {
  float: none;
  width: auto;
  padding: 0;
}

.product_deets .pewc-main-price, .product_deets .ppqp-price-holder {
  display: none !important;
}

.single .summary {
  width: 50%;
  float: left;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product_images {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product_images figure.woocommerce-product-gallery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product_images figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.product_images figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child img {
  width: 600px;
  height: auto;
  border: none;
}
.product_images figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #ddd;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .product_images figure.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
    width: 60px;
    height: 60px;
  }
}

.product_images img {
  height: auto;
}

h1.product_title {
  font-size: 40px;
  line-height: 48px;
  margin: -10px 0 20px -2px;
}

.single .product_deets button.single_add_to_cart_button {
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .single .product_deets button.single_add_to_cart_button {
    margin: 10px 0;
  }
}

#pewc-group-6003 {
  display: none;
}

label.quantity_label {
  color: #555;
  font-weight: bold;
  margin-top: 30px;
}

.single .woocommerce-variation-price, .single .product_deets p.price {
  font-size: 40px;
  line-height: 48px;
  margin: 0 0 20px 0;
}

.product_desc {
  padding: 40px 25px;
}

.product_desc p {
  margin: 40px 0 8px 0;
}

.product_desc ul {
  margin-top: 0;
}

.product_desc table {
  width: 100%;
  max-width: 600px;
  margin: 40px 0;
  font-size: 16px;
}

.product_desc table tbody tr:first-child td {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
  border-top: none;
  text-transform: uppercase;
  white-space: nowrap;
  background: #C7FF13 !important;
  padding-top: 9px;
}

.product_desc table tbody tr td {
  padding: 5px 8px;
  border-top: 1px solid #ddd;
}

.product_desc table tbody tr:nth-child(odd) td {
  background: #f7f7f7;
}

select.qty {
  padding: 8px 30px 8px 12px;
  background: white url(../_inc/img/select.png) no-repeat right center;
  background-size: 18px auto;
}

@media screen and (max-width: 480px) {
  .single .product_deets table.variations {
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
}
/* ------------------------------------
MY ACCOUNT
------------------------------------ */
.woocommerce-MyAccount-orders .wc_pip_view_invoice, .wc_pip_view_invoice {
  display: none !important;
}

.woocommerce-MyAccount-orders {
  font-size: 15px;
}

.woocommerce-account .content &gt; .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  min-height: 500px;
}

.woocommerce-account .content {
  padding-top: 30px;
}

.woocommerce-account .content a.button {
  font-size: 13px;
  padding: 2px 20px;
  min-width: 80px;
  margin: 0 0 0 3px;
}

.woocommerce-account .woocommerce-customer-details h2 {
  font-size: 30px;
  line-height: 50px;
  margin: 20px 0;
}

.woocommerce-account td {
  padding: 8px 0;
}

.woocommerce-account table.shop_table.order_details {
  margin: 30px auto;
  max-width: 500px;
}

.woocommerce-account table.shop_table {
  margin: 30px auto;
}

.woocommerce-orders-table__cell-order-actions, .woocommerce-orders-table__header-order-actions {
  text-align: right;
}

.woocommerce-orders-table__header-order-number, .woocommerce-orders-table__cell-order-number {
  text-align: left;
}

.woocommerce-account table.shop_table tbody td, .woocommerce-account table.shop_table tbody th, .woocommerce-account table.shop_table thead th {
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.woocommerce-account table.shop_table tfoot td, .woocommerce-account table.shop_table tfoot th {
  text-align: right;
}

.woocommerce-MyAccount-navigation-link--payment-methods, .woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link--edit-address, .woocommerce-account h2.woocommerce-order-details__title {
  display: none !important;
}

.woocommerce-account .content {
  text-align: center;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
  display: inline;
}

.woocommerce-MyAccount-navigation ul li a {
  display: inline-block;
  font: normal normal 14px/normal "Texta-Heavy", Helvetica, Arial, sans-serif;
  text-decoration: none;
  padding: 8px 20px;
  overflow: hidden;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.woocommerce-MyAccount-navigation ul li a::before {
  display: block;
  content: " ";
  background: #C7FF13;
  height: 7px;
  position: absolute;
  bottom: 14px;
  left: 15px;
  width: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.edit-account legend {
  clear: both;
  padding: 40px 0 30px 0;
  text-align: center;
  font: normal normal 30px/40px "TradeGothic", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

.woocommerce-MyAccount-navigation ul li a:hover::before, .woocommerce-MyAccount-navigation ul li.is-active a::before {
  width: calc(100% - 30px);
}

form.woocommerce-EditAccountForm.edit-account label {
  display: block;
}

.edit-account p.form-row {
  text-align: left;
}

.edit-account p.form-row.form-row-first, .edit-account p.form-row.form-row-last {
  width: 48%;
}

.edit-account p.form-row input {
  width: 100%;
}

form.edit-account {
  max-width: 600px;
  margin: 20px auto;
}

#customer_login {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0;
}

#customer_login::after {
  display: block;
  content: " ";
  clear: both;
}

#customer_login .col-1 {
  text-align: center;
}

#customer_login .col-2 {
  display: none;
}

.login p.form-row, .woocommerce-form-register p.form-row {
  float: none;
  width: auto;
  display: block;
  margin: 0 0 -1px 0;
  padding: 0;
}

.login div.clear, .edit-account p.form-row span em, .registration-form label, .woocommerce-simple-registration-login-link {
  display: none !important;
}

.registration-form .automatewoo-optin label {
  display: inline !important;
}

.login button {
  padding-left: 30px;
  padding-right: 30px;
  min-width: 0;
}

.woocommerce-form-login, .woocommerce-form-register {
  max-width: 400px;
  margin: 0 auto;
}

.woocommerce-checkout .woocommerce-form-login {
  padding: 20px 0;
}

.login input, .login button, .register input, .register button {
  width: 100%;
}

.register input[type=checkbox] {
  width: auto;
}

.registration-form {
  max-width: 600px;
  margin: 0 auto;
}

p.lost_password {
  font-size: 13px;
  line-height: 15px;
}

.page-id-137 .content_inner {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 30px 80px 30px;
}

.lost_reset_password label {
  display: block;
  margin-bottom: 5px;
}

.lost_reset_password input, .lost_reset_password button {
  width: 100%;
}

.lost_reset_password .form-row {
  margin: 0 auto;
}

form.lost_reset_password {
  max-width: 490px;
  margin: 0 auto;
}

label[for=payment_method_paypal] img {
  vertical-align: middle;
}

a.about_paypal {
  font-size: 12px;
  margin: 0 0 0 10px;
}

/* ------------------------------------
BLOG LISTING
------------------------------------ */
li.current-cat a {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}

.blog_listing {
  max-width: 840px;
  padding: 80px 50px;
  margin: 0 auto;
}

.blog_listing::after {
  display: block;
  content: " ";
  clear: both;
}

a.article {
  display: block;
  width: 46%;
  float: left;
  margin: 15px 2%;
  font-size: 16px;
  line-height: 20px;
}

a.article:nth-child(odd) {
  clear: left;
}

.blog_thumb {
  height: 210px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.blog_excerpt {
  padding: 2px 20px 8px 20px;
  min-height: 280px;
  background: white;
}

.article h2 {
  font-size: 22px;
  line-height: 28px;
  margin: 20px 0;
}

.article h3 {
  font-size: 16px;
  line-height: 20px;
  font-family: "TradeGothic", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.article h3 span {
  color: #A9A9A9;
}

.article h2.cats {
  color: #C7FF13;
}

#pagination {
  clear: both;
  text-align: center;
  padding: 40px 0;
}

#pagination div {
  display: inline;
}

#pagination a {
  display: inline-block;
  padding: 8px;
}

/* ------------------------------------
BLOG DETAIL
------------------------------------ */
.blog_intro {
  background-size: cover;
  background-position: center top;
  height: 400px;
}

.blog_intro {
  position: relative;
}

.blog_intro_inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  padding: 20px 0;
}

.blog_tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
}

.blog_intro h2.cats {
  color: #C7FF13;
  font-size: 25px;
  line-height: 25px;
}

.blog_intro h3 {
  font-size: 16px;
  line-height: 20px;
  font-family: "TradeGothic", Helvetica, Arial, sans-serif;
  color: white;
  letter-spacing: 0;
}

.blog_content {
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
}

/* ------------------------------------
CART
------------------------------------ */
.woocommerce-cart .content, .woocommerce-checkout .content {
  background: white;
  text-align: center;
  padding: 30px 30px 160px 30px;
}

.blockUI.blockOverlay {
  cursor: wait;
}

table.shop_table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

td.product-thumbnail img {
  width: 100px;
  height: auto;
}

table.shop_table th {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  padding: 12px 0;
}

.woocommerce-cart .quantity input[type=number] {
  width: 40px;
  padding: 8px;
  text-align: center;
  border-color: #eee;
  font-size: 14px;
  border-width: 1px;
}

.woocommerce-info.wc_points_rewards_earn_points {
  margin: 30px 0;
}

.woocommerce-info.wc_points_redeem_earn_points {
  margin: 30px 0;
}

.quantity label {
  display: none;
}

.product-subtotal, .product-price {
  text-align: right;
}

.product-subtotal {
  width: 60px;
}

.product-name {
  text-align: left;
}

.product-name a {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}

a.remove:hover {
  color: red;
}

.cart_cats {
  font-size: 11px;
  line-height: 14px;
}

.cart_cats span:last-child {
  display: none;
}

table.shop_table .cart_item td {
  border-top: 1px solid #999;
}

table.shop_table .cart_item td.product-thumbnail {
  width: 100px;
}

.woocommerce-checkout .coupon {
  display: none !important;
}

.cart_totals {
  margin: 80px 0 30px 0;
}

.cart_totals table.shop_table {
  max-width: 300px;
  margin: 20px auto 40px auto;
}

.cart_totals td {
  text-align: right;
}

.cart_totals th {
  text-align: left;
}

.cart_totals th, .cart_totals td {
  border-top: 1px solid #eee;
}

ul#shipping_method, ul#shipping_method li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

ul#shipping_method li {
  display: inline;
}

ul#shipping_method li input[type=radio], .woocommerce-cart tr.woocommerce-shipping-totals.shipping, a.dgfw-gift-link {
  display: none !important;
}

dl.variation {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
dl.variation dt, dl.variation dd {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border-top: 1px solid #eee;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 2px 0;
}
dl.variation dt p, dl.variation dd p {
  margin: 0;
}
dl.variation dt.variation-Logodesign, dl.variation dt .woocommerce-Price-amount.amount, dl.variation dd.variation-Logodesign, dl.variation dd .woocommerce-Price-amount.amount {
  display: none;
}
dl.variation dt {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media screen and (max-width: 767px) {
  dl.variation {
    display: none;
  }
}

ul#shipping_method label {
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  background: white;
  padding: 30px 10px;
  margin: 3px 0.5%;
  width: 24%;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  vertical-align: top;
  min-height: 140px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul#shipping_method label[for=shipping_method_0_flat_rate2], ul#shipping_method label[for=shipping_method_0_flat_rate1] {
  padding: 41px 10px 24px 10px;
}

ul#shipping_method label:hover {
  border-color: #bbb;
}

ul#shipping_method label span.woocommerce-Price-amount.amount {
  display: block;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-top: 5px;
}

#order_review table.shop_table .woocommerce-shipping-totals.shipping td {
  padding: 40px 0;
  text-align: center;
}

ul#shipping_method li input[checked=checked] + label {
  border: 2px solid #C7FF13;
}

label[for=shipping_method_0_ossmsendle-easy] {
  border: 2px solid #C7FF13 !important;
}

p.subheading {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 11px;
}

div.coupon {
  margin: 30px 0;
}

input#coupon_code {
  width: 180px;
  margin-right: -5px;
}

td.product-remove {
  text-align: right;
}

div.coupon button {
  min-width: 0;
  padding-left: 30px;
  padding-right: 26px;
}

form.wc_points_rewards_apply_discount {
  display: block !important;
  margin: 10px 0;
}

.woocommerce-cart-form dt.variation-Designoption, .woocommerce-cart-form dt.variation-Agreetothetermsandconditions, .woocommerce-cart-form dd.variation-Designoption, .woocommerce-cart-form dd.variation-Agreetothetermsandconditions, .woocommerce-checkout-review-order-table dt.variation-Designoption, .woocommerce-checkout-review-order-table dt.variation-Agreetothetermsandconditions, .woocommerce-checkout-review-order-table dd.variation-Designoption, .woocommerce-checkout-review-order-table dd.variation-Agreetothetermsandconditions {
  display: none;
}

.cart-collaterals tr.fee {
  display: none;
}

.woocommerce-checkout tfoot tr.fee {
  display: none;
}

/* ------------------------------------
CHECKOUT
------------------------------------ */
.woocommerce-checkout h1, .woocommerce-cart h1 {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 40px;
}

.woocommerce-info, .checkout_coupon {
  text-align: center;
}

.woocommerce-info, .checkout_coupon {
  text-align: center;
}

.checkout_coupon button {
  margin: 0 0 0 5px;
  vertical-align: -1px;
}

fieldset {
  border: 0;
}

.woocommerce-terms-and-conditions {
  text-align: left;
  padding: 0 20px;
  border: 1px solid #ddd;
}

.stripe-pf-right {
  display: inline-block;
  float: none;
  margin-left: 10px;
  vertical-align: -2px;
}

/*checkout fields*/
.woocommerce-privacy-policy-text, #stripe-payment-data &gt; p, #wc-stripe-cc-form label, .woocommerce form .form-row .required, #order_comments_field label, #customer_login label, .login label {
  display: none !important;
}

form.woocommerce-checkout select, form.woocommerce-checkout textarea, form.woocommerce-checkout input[type=text], form.woocommerce-checkout input[type=email], form.woocommerce-checkout input[type=tel], form.woocommerce-checkout input[type=password] {
  width: 100%;
  border: 1px solid #ccc;
}

textarea#order_comments {
  height: 160px;
}

.woocommerce-billing-fields label, .woocommerce-shipping-fields label {
  display: none;
}

.woocommerce-billing-fields #auspost_authority_to_leave_field label, .woocommerce-shipping-fields #auspost_authority_to_leave_field label {
  display: block;
}

.woocommerce-shipping-fields #ship-to-different-address label {
  display: inline;
}

#ship-to-different-address label {
  color: black;
  vertical-align: -1px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}

p.form-row {
  margin: 8px 1%;
  display: block;
  width: 98%;
  float: left;
}

p.form-row#billing_first_name_field, p.form-row#billing_last_name_field, p.form-row#billing_email_field, p.form-row#billing_phone_field, p.form-row#shipping_first_name_field, p.form-row#shipping_last_name_field, p.form-row#shipping_email_field, p.form-row#shipping_phone_field {
  width: 48%;
}

p.form-row#billing_city_field, p.form-row#billing_state_field, p.form-row#billing_postcode_field, p.form-row#shipping_city_field, p.form-row#shipping_state_field, p.form-row#shipping_postcode_field {
  width: 31.333%;
}

p.form-row#order_comments_field {
  clear: both;
  margin: 8px 1% 60px 1%;
}

.woocommerce-checkout .content_inner &gt; .woocommerce {
  max-width: 800px;
  margin: 0 auto;
}

form.checkout_coupon {
  line-height: 40px;
}

.woocommerce-billing-fields:after {
  display: block;
  content: " ";
  clear: both;
}

.apple-pay-button-wrapper {
  margin-top: 80px;
}

.woocommerce-checkout .woocommerce-message .button.wc-forward {
  display: none;
}

ul.wc_payment_methods.payment_methods.methods {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}

#payment.woocommerce-checkout-payment {
  padding: 60px 0;
}

label[for=payment_method_stripe] img {
  vertical-align: middle;
}

table.woocommerce-checkout-review-order-table td, table.woocommerce-checkout-review-order-table th {
  padding: 8px;
}

table.shop_table.woocommerce-checkout-review-order-table p {
  margin: 0;
}

ul.woocommerce-error {
  list-style: none;
  color: red;
  text-align: center;
  padding: 30px 0;
  margin: 0;
}

a.showlogin {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}

.woocommerce-invalid input[type=text], .woocommerce-invalid input[type=tel], .woocommerce-invalid input[type=email], .woocommerce-invalid input[type=password] {
  border-color: red !important;
}

.checkout {
  text-align: center;
}

button#place_order {
  margin-top: 20px;
}

table.shop_table td.actions {
  border-bottom: none;
  text-align: center;
}

td.actions input[disabled] {
  display: none;
}

td.product-total, th.product-total, .cart-subtotal td, .order-total td, tr.shipping td {
  text-align: right;
}

.order-total strong, a.woocommerce-terms-and-conditions-link, a.showcoupon {
  font-weight: normal;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}

.woocommerce-checkout .quantity input.qty {
  padding: 4px;
  width: 40px !important;
  color: black;
  background: transparent;
  text-align: center;
}

tr.order-total small.includes_tax {
  display: block;
}

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
  text-align: left;
  padding: 12px 0 !important;
}

.single .apple-pay-button-wrapper, label[for=account_confirm_password] {
  display: none !important;
}

.apple-pay-button-wrapper {
  max-width: 300px;
  margin: 0 auto;
}

.checkout .apple-pay-button-wrapper {
  max-width: none;
  margin-top: 50px;
}

#payment {
  max-width: 500px;
  margin: 0 auto;
}

#order_review table.shop_table {
  max-width: none;
}

#order_review table.shop_table .cart-subtotal th, #order_review table.shop_table .shipping th, #order_review table.shop_table .order-total th {
  text-align: left;
}

#order_review table.shop_table td, #order_review table.shop_table th {
  border-top: 1px solid #eee;
  padding: 8px 0;
}

#order_review table.shop_table td.product-name {
  padding-left: 8px;
}

.form-row.place-order {
  padding: 20px 0;
}

form.checkout.woocommerce-checkout {
  padding-top: 40px;
}

.create-account label {
  margin: 12px 0 8px 0;
  display: block;
}

.create-account {
  padding: 18px 0 24px 0;
}

.create-account input {
  max-width: 360px;
}

/*thank you*/
.thankyou-order-screen {
  text-align: center;
  padding-bottom: 80px;
}

ul.woocommerce-thankyou-order-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

h3.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  margin: 20px 0 40px 0;
}

.thankyou-order-screen section.woocommerce-order-details, .thankyou-order-screen .woocommerce-customer-details {
  display: none;
}

.payment_method_nab_dp label img {
  vertical-align: -8px;
  margin: 0 0 0 8px;
}

/*payment*/
.woocommerce-order-pay ul.order_details {
  margin: 0;
  padding: 0;
  list-style: none;
}

fieldset#nab_card_details {
  padding: 30px 0 50px 0;
  max-width: 400px;
  margin: 0 auto;
  font: 0;
}

select#cc-expire-month, select#cc-expire-year {
  margin: 0 5px 0 0;
}

.nab_card_ccv_description, fieldset#nab_card_details label, .woocommerce-order-pay ul.order_details li.method {
  display: none;
}

input#nab_card_number {
  width: 100%;
}

input#nab_card_ccv {
  width: 95px !important;
  text-align: center;
}

fieldset#nab_card_details p.form-row {
  display: inline-block;
  width: auto;
  float: none;
  margin: 6px 0;
}

fieldset#nab_card_details p.form-row:first-child {
  width: 100%;
}

fieldset#nab_card_details p.form-row:nth-child(3) {
  float: left;
}

fieldset#nab_card_details p.form-row:nth-child(4) {
  float: right;
}

p#nab_error_message {
  color: red;
}

label[for=payment_method_nab_dp] {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
}

/* ------------------------------------
FOOTER
------------------------------------ */
.bestsellers {
  padding: 80px 60px 0 60px;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
}

.bestsellers form.variations_form, .bestsellers .price_deets, .bestsellers p.stock.out-of-stock, .bestsellers .button.product_type_simple, .bestsellers .stock.out-of-stock, .bestsellers .wc-no-matching-variations.woocommerce-info {
  display: none !important;
}

.bestsellers &gt; h2 {
  color: #343333;
  font-size: 80px;
  line-height: 100px;
  margin: 0 0 40px 0;
}

.bestsellers ul.products {
  width: 100%;
  max-width: none;
}

.bestsellers ul.products::after {
  content: " ";
  display: block;
  clear: both;
}

.bestsellers ul.products li.product {
  width: 25%;
  border-right: 2px solid #f2f2f2;
  background: white;
  margin: 0;
  float: left;
  padding-bottom: 300px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bestsellers ul.products li.product::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #C7FF13;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: multiply;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.bestsellers ul.products li.product &gt; a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bestsellers ul.products li.product:hover::after {
  height: 180px;
}

.bestsellers .product_deets {
  float: none;
  width: auto;
  padding: 30px 30px 0 30px;
  height: 160px;
}

.bestsellers .product_deets h2 {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 10px 0;
  padding: 0;
}

.bestsellers ul.products li.product img {
  float: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bestsellers .variations, .bestsellers .single_variation_wrap, .bestsellers p.sku {
  display: none !important;
}

.premade_cta {
  color: white;
  background: black;
  padding: 60px;
  text-align: center;
}

.premade_cta_inner {
  max-width: 1200px;
  margin: 0 auto;
}

.premade_cta_inner::after {
  display: block;
  content: " ";
  clear: both;
}

.premade_cta h2 {
  margin: 8px 0;
}

.premade_cta p {
  margin-top: 20px;
}

h2.smaller {
  font-size: 26px;
  line-height: 32px;
}

footer {
  background: black;
  color: white;
  display: table;
  width: 100%;
}

.footer_col {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  padding: 50px 30px 120px 30px;
  border-right: 1px solid #313131;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_col.green, .footer_col.green a {
  color: #C7FF13;
}

footer ul.menu &gt; li {
  display: block;
}

footer ul.menu &gt; li &gt; a {
  display: block;
}

footer p {
  margin: 0 0 10px 0;
}

.insta {
  text-align: center;
}

.edm_signup {
  background: #C7FF13;
  padding: 95px 60px 60px 60px;
  text-transform: uppercase;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.home .edm_signup {
  padding: 60px;
}

#gform_1 label, .edm_signup .gform_confirmation_message {
  font: normal normal 25px/30px "TradeGothic", Helvetica, Arial, sans-serif;
  vertical-align: middle;
  margin: 0 30px 0 0;
}

#gform_1 div, #gform_1 ul, #gform_1 li {
  display: inline;
}

#gform_1 input[type=email] {
  border: none;
  padding: 19px 25px;
}

/*how it began*/
.howitbegan {
  display: table;
  vertical-align: middle;
  background: white;
  position: relative;
  width: 100%;
}

.howitbegan_image {
  display: table-cell;
  vertical-align: middle;
  width: 38%;
  background: #eee url(../_inc/img/howitbegan.jpg) no-repeat center center;
  background-size: cover;
}

.howitbegan_text {
  display: table-cell;
  vertical-align: middle;
  padding: 0 100px;
  width: 62%;
  text-align: left;
  height: 950px;
}

.howitbegan_inner {
  max-width: 650px;
}

.howitbegan img {
  position: absolute;
  top: -50px;
  left: 0;
}

.howitbegan h2 {
  color: #A9A9A9;
  font-size: 80px;
  line-height: 80px;
  left: -180px;
  position: relative;
  margin: 0 0 50px 0;
}

.howitbegan a.button {
  width: 250px;
}

/* ------------------------------------
FORMS
------------------------------------ */
input[type=text], input[type=email], input[type=number], input[type=password], input[type=tel], select, textarea {
  font: 16px "Texta-Medium", Helvetica, Arial, sans-serif;
  line-height: 22px;
  padding: 18px 25px;
  border: 1px solid #A9A9A9;
  border-radius: 0;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit], button, a.button {
  font-size: 17px;
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
  padding: 18px 40px;
  min-width: 140px;
  vertical-align: middle;
  background: black;
  letter-spacing: 0.1em;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  text-align: center;
  outline: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=submit].green, button.green, a.button.green {
  background: #C7FF13;
  color: black;
}
input[type=submit].green:hover, button.green:hover, a.button.green:hover {
  background: #C7FF13;
  color: black;
}

input[type=submit].white, button.white, a.button.white {
  background: white;
  color: black;
}

input[type=submit]:hover, button:hover, a.button:hover {
  color: #C7FF13;
  -webkit-box-shadow: 0 10px 20px 0 rgba(208, 255, 57, 0.5);
          box-shadow: 0 10px 20px 0 rgba(208, 255, 57, 0.5);
}

input[type=submit].white:hover, button.white:hover, a.button.white:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #C7FF13;
  color: black;
}

button[disabled] {
  display: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_ajax_spinner {
  vertical-align: middle;
  margin: 0 8px;
}

.gform_wrapper ul, .gform_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}

span.gfield_required, .validation_error, .validation_message {
  display: none !important;
}

.gfield_error input {
  border: 1px solid red !important;
}

/*wholesale form*/
#gform_fields_3 &gt; li.gfield {
  width: 50%;
  float: left;
  padding: 10px 20px 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gform_fields_3 &gt; li.gfield#field_3_12 {
  width: 100%;
  float: none;
}

#gform_fields_3 &gt; li.gfield#field_3_7 {
  width: 100%;
  float: none;
  clear: both;
  padding: 50px 20px 60px 0;
}

#gform_fields_3 &gt; li.gfield#field_3_9, #gform_fields_3 &gt; li.gfield#field_3_10, #gform_fields_3 &gt; li.gfield#field_3_11 {
  width: 33.333%;
  max-width: 250px;
}

#gform_fields_3 input, #gform_fields_3 select {
  width: 100%;
}

#gform_fields_3 label {
  display: none;
}

#gform_fields_3 #field_3_7 label {
  display: block;
  font-size: 25px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: "TradeGothic", Helvetica, Arial, sans-serif;
}

#field_3_7 .gfield_description {
  padding: 16px 0;
}

.gfield_list th {
  font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

table.gfield_list {
  width: 100%;
}

table.gfield_list td {
  padding: 10px 20px 10px 0;
}

.gfield_list_icons {
  text-align: center;
  padding-right: 0 !important;
  width: 10%;
}

#gform_3 .gform_footer {
  clear: both;
  padding: 30px 0;
}

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item, body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.delete_list_item {
  padding: 3px;
}

.gfield_list_7_cell2 {
  width: 30%;
  padding-right: 0;
}

/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.rplg-form .rplg-form-close {
  min-width: 0 !important;
}

@media screen and (max-width: 767px) {
  .rplg-badge2 {
    -webkit-transform: scale(0.5) translate(-150px, 86px);
            transform: scale(0.5) translate(-150px, 86px);
  }
}
#popmake-1135 {
  text-align: center;
}

#gform_wrapper_4 label, #gform_wrapper_4 img.gform_ajax_spinner {
  display: none !important;
}

#gform_wrapper_4 li, #gform_wrapper_4 div, #gform_wrapper_4 ul {
  display: inline;
}

#gform_4 {
  font-size: 0;
}

#gform_4 input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#gform_4 input[type=email] {
  width: 100%;
  border-right: none;
}

#gform_4 input[type=submit] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  min-width: 0;
}

#gform_wrapper_4 #gform_4 div.gform_body {
  width: 70%;
  display: inline-block;
}

#gform_wrapper_4 #gform_4 div.gform_footer {
  width: 30%;
  display: inline-block;
}

.search_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(173, 226, 0, 0.7);
  color: white;
  z-index: 995;
  color: white;
}

.search_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}

.search_center {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}

.search_popup form {
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: white;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.search_popup input[type=search], .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, input[type=search].dgwt-wcas-search-input, input[type=text].dgwt-cas-search-input {
  font: 16px "Texta-Medium", Helvetica, Arial, sans-serif;
  line-height: 22px;
  padding: 18px 25px;
  border: 1px solid #A9A9A9;
  border-radius: 0;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font: normal normal 48px/48px "TradeGothic", Helvetica, Arial, sans-serif;
  height: auto;
  text-transform: uppercase;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 10px 0 10px 45px !important;
  border: none;
  border-bottom: 2px solid white !important;
  background: transparent url(../_inc/img/search_field.svg) no-repeat left center !important;
  background-size: 30px auto;
  width: 100%;
  color: white !important;
  -webkit-appearance: none !important;
}

.dgwt-wcas-ico-magnifier {
  display: none !important;
}

.dgwt-wcas-suggestions-wrapp {
  border: none !important;
}

a.search_close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  background: white;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
  padding: 36px 0;
  text-align: center;
  height: 130px;
  width: 120px;
  -webkit-transition: none;
  transition: none;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search_popup input[type=search]::-webkit-input-placeholder {
  color: white !important;
  font-style: normal;
}

.search_popup input[type=search]:-moz-placeholder {
  color: white !important;
  font-style: normal;
}

.search_popup input[type=search]::-moz-placeholder {
  color: white !important;
  font-style: normal;
}

.search_popup input[type=search]:-ms-input-placeholder {
  color: white !important;
  font-style: normal;
}

.search_on .wrapper, .search_on header, .search_on .social {
  -webkit-filter: blur(16px);
          filter: blur(16px);
}

.search_on .mobile_menu {
  display: none !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.alignright {
  clear: right;
  float: right;
  margin: 0px 0px 20px 20px;
}

.alignleft {
  clear: left;
  float: left;
  margin: 0px 20px 20px 0px;
}

.wp-caption-text {
  font-style: italic;
  font-size: 11px;
  line-height: 16px;
  margin-top: 3px;
}

.wp-caption {
  width: auto !important;
}

button.mfp-close, button.mfp-close:hover {
  background: transparent !important;
}

a {
  -webkit-tap-highlight-color: #CCFF26;
}

::-moz-selection {
  background: #CCFF26 !important;
}

::selection {
  background: #CCFF26 !important;
}

::-webkit-input-placeholder {
  color: #999;
  font-style: normal !important;
}

:-moz-placeholder {
  color: #999;
  font-style: normal !important;
}

::-moz-placeholder {
  color: #999;
  font-style: normal !important;
}

:-ms-input-placeholder {
  color: #999;
  font-style: normal !important;
}

@font-face {
  font-family: "Texta-Heavy";
  src: url("../_inc/fonts/Texta-Heavy.eot");
  src: url("../_inc/fonts/Texta-Heavy.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/Texta-Heavy.woff2") format("woff2"), url("../_inc/fonts/Texta-Heavy.woff") format("woff"), url("../_inc/fonts/Texta-Heavy.ttf") format("truetype"), url("../_inc/fonts/Texta-Heavy.svg#Texta-Heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Texta-Medium";
  src: url("../_inc/fonts/Texta-Medium.eot");
  src: url("../_inc/fonts/Texta-Medium.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/Texta-Medium.woff2") format("woff2"), url("../_inc/fonts/Texta-Medium.woff") format("woff"), url("../_inc/fonts/Texta-Medium.ttf") format("truetype"), url("../_inc/fonts/Texta-Medium.svg#Texta-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TradeGothic";
  src: url("../_inc/fonts/TradeGothicLT-BoldCondTwentyObl.eot");
  src: url("../_inc/fonts/TradeGothicLT-BoldCondTwentyObl.eot?#iefix") format("embedded-opentype"), url("../_inc/fonts/TradeGothicLT-BoldCondTwentyObl.woff2") format("woff2"), url("../_inc/fonts/TradeGothicLT-BoldCondTwentyObl.woff") format("woff"), url("../_inc/fonts/TradeGothicLT-BoldCondTwentyObl.ttf") format("truetype"), url("../_inc/fonts/TradeGothicLT-BoldCondTwentyObl.svg#TradeGothicLT-BoldCondTwentyObl") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ------------------------------------
MEDIA QUERIES
------------------------------------ */
@media screen and (min-width: 2200px) {
  .products_listing {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  ul.products {
    max-width: none;
  }

  ul.products::after {
    display: block;
    content: " ";
    clear: both;
  }

  ul.products li.product {
    float: left;
    width: 48%;
    margin-right: 2%;
    max-width: none;
  }

  .products_listing_inner ul.products li.product:nth-child(even) {
    clear: left;
  }
}
@media screen and (max-width: 1800px) {
  .mega_inner {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 1600px) {
  .highestquality img {
    max-width: 250px;
  }

  .bestsellers ul.products li.product {
    padding-bottom: calc(75vw / 4);
  }

  .mega {
    font-size: 16px;
    line-height: 23px;
  }

  .mega_inner {
    padding: 20px 30px;
    max-width: 900px;
  }

  .mega a {
    padding: 4px 0;
  }

  .mega img {
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 1360px) {
  header.main {
    height: 100px;
  }

  .header_spacer {
    height: 136px;
  }

  .social {
    top: 100px;
    width: 45px;
  }

  .wrapper {
    width: calc(100% - 45px);
  }

  a.social_contact {
    padding: 50px 8px;
  }

  a.logo img {
    width: 130px;
    padding: 21px 25px;
  }

  .main ul.menu &gt; li &gt; a {
    font-size: 13px;
    padding: 41px 14px;
  }

  .main ul.menu &gt; li &gt; a::before {
    bottom: 47px;
    left: 12px;
  }

  .main ul.menu &gt; li &gt; a:hover::before, .main ul.menu &gt; li.current_page_item &gt; a::before, .main ul.menu &gt; li.current_page_parent &gt; a::before {
    width: calc(100% - 26px);
  }

  a.nav_search, a.nav_cart {
    background-size: 26px auto;
    height: 100px;
    width: 90px;
  }

  a.nav_account {
    background-size: 26px auto;
    height: 100px;
    width: 50px;
  }

  a.nav_cart, a.nav_account {
    padding-top: 38px;
  }

  .nav_cart svg {
    width: 27px;
    height: 27px;
  }

  a.nav_account svg {
    width: 27px;
    height: 27px;
  }

  .nav_cart span {
    right: 17px;
    top: 22px;
  }

  #gform_1 label {
    display: block;
    margin: 0 0 20px 0;
  }

  .home_intro {
    width: 55%;
    height: auto;
    padding: 60px 40px 25px 90px;
    background-position: left top;
    max-width: 600px;
  }

  .home_intro h3 {
    font-size: 17px;
    line-height: 36px;
  }

  img.home_pack_front {
    width: 350px;
    padding-right: 50%;
  }

  .step3 {
    margin-top: 0;
  }

  .bestsellers {
    padding: 80px 30px 0 30px;
  }

  .premade_cta h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .premade_cta p {
    margin-top: 18px;
  }

  .howitbegan img {
    width: 300px;
  }

  .howitbegan_text {
    padding: 0 60px;
  }

  .howitbegan h2 {
    font-size: 60px;
    line-height: 60px;
    left: -120px;
  }

  .mega {
    width: calc(100% - 45px);
    top: 100px;
  }

  .mega a.big {
    font: normal normal 18px/30px "TradeGothic", Helvetica, Arial, sans-serif;
    height: auto;
  }

  .how_left {
    padding: 50px 40px;
  }

  .how_left .easyas_step_inner {
    width: 300px;
    margin: 0;
  }

  .how_left h1 {
    font-size: 50px;
    line-height: 50px;
    margin: 50px 0;
  }

  h1.large {
    font-size: 80px;
    line-height: 80px;
  }

  .supplier_process img {
    width: 50%;
  }

  .how_sticky .how_nav.sticky {
    top: 100px;
  }

  .how_nav.sticky {
    top: 40px;
    width: calc(100% - 45px);
  }

  .easyas_steps &gt; h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }

  h3 {
    font: normal normal 16px/26px "Texta-Medium", Helvetica, Arial, sans-serif;
  }

  a.logo img {
    width: 100px;
    padding: 13px 0 13px 12px;
  }

  .social {
    top: 70px;
  }

  header.main {
    height: 70px;
  }

  .header_spacer {
    height: 106px;
  }

  .main ul.menu &gt; li &gt; a {
    font-size: 11px;
    padding: 28px 10px;
  }

  .main ul.menu &gt; li &gt; a:hover::before, .main ul.menu &gt; li.current_page_item &gt; a::before, .main ul.menu &gt; li.current_page_parent &gt; a::before {
    width: calc(100% - 16px);
    bottom: 32px;
    left: 8px;
  }

  a.nav_search, a.nav_cart {
    background-size: 20px auto;
    height: 70px;
    width: 70px;
  }

  a.nav_account {
    background-size: 20px auto;
    height: 70px;
    width: 20px;
  }

  a.nav_cart, a.nav_account {
    padding-top: 25px;
  }

  .nav_cart svg, a.nav_account svg {
    width: 20px;
    height: 20px;
  }

  .nav_cart span {
    right: 15px;
    top: 16px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
  }

  img.home_pack_front {
    width: 250px;
    padding-right: 70%;
  }

  .home_intro {
    width: 66%;
    padding: 50px 40px 22px 70px;
  }

  .home_intro h3 {
    font-size: 15px;
    line-height: 30px;
  }

  .easyas_steps &gt; h2 {
    font-size: 40px;
    margin-bottom: 60px;
    margin-top: 120px;
  }

  .easyas_step {
    padding-bottom: 30px;
  }

  .easyas_step h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .easyas_step span {
    font-size: 160px;
    top: -40px;
  }

  .easyas_step_inner {
    padding-left: 100px;
    font-size: 16px;
    width: 300px;
  }

  .step2 {
    margin-right: 20%;
  }

  .step3 {
    margin-top: 0;
    margin-left: 20%;
  }

  .step4 {
    margin-right: 12%;
  }

  .step4 .easyas_step_inner {
    width: 350px;
  }

  .bestsellers &gt; h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .bestsellers .product_deets {
    padding: 30px 10px 0 10px;
  }

  .premade_cta {
    padding: 30px;
    text-align: center;
  }

  .premade_cta h2, .premade_cta p {
    float: none;
  }

  .footer_col {
    padding: 30px 20px 120px 20px;
  }

  .howitbegan_text {
    height: 860px;
  }

  .howitbegan h2 {
    font-size: 46px;
    line-height: 50px;
    left: -120px;
    margin-bottom: 40px;
  }

  img.collection_icon {
    top: -108px;
    right: 10px;
    height: 120px;
  }

  .products_listing_inner {
    padding: 80px 20px 20px 20px;
  }

  .product_deets h2 {
    padding-right: 0;
  }

  .products_sidebar {
    padding: 8px 20px 30px 20px;
  }

  .searchandfilter {
    font-size: 13px;
    line-height: 24px;
  }

  .searchandfilter h4 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 0 -2px;
  }

  .product_deets {
    float: left;
    width: 66.66%;
    padding: 20px 20px 20px 0;
  }

  .product_deets h2 {
    margin: 0 0 2px 0;
  }

  .woocommerce-variation-price {
    font-size: 18px;
    padding: 0 0 10px 0;
  }

  .product_deets table.variations label {
    padding: 0 2px;
    border-width: 1px;
    font-size: 12px;
  }

  .product_deets a.button.fulldetails {
    font-size: 12px;
    margin-right: 2%;
    padding: 9px 0 10px 0;
    min-width: 0;
  }

  .product_deets button.single_add_to_cart_button {
    font-size: 12px;
    min-width: 0;
    padding: 9px 0 10px 0;
  }

  .product_deets .quantity {
    margin: 6px 2% 0 0;
    width: 25%;
  }

  .product_deets .quantity input[type=number] {
    font-size: 12px;
    padding: 7px 4px 5px 4px;
  }

  select.qty {
    padding: 6px 30px 6px 12px;
  }

  .product_deets .quantity label {
    font-size: 10px;
    line-height: 10px;
  }

  .product_main_inner {
    padding: 80px 20px 0 20px;
  }

  .breadcrumbs {
    font-size: 11px;
  }

  .single div.product {
    padding: 30px 20px;
  }

  .product_desc {
    padding: 40px 0;
  }

  .single .summary {
    padding-left: 20px;
    width: 60%;
  }

  .product_images {
    width: 40%;
  }

  h1.product_title {
    font-size: 30px;
    line-height: 40px;
    margin: -8px 0 5px -2px;
  }

  .single .woocommerce-variation-price, .single .product_deets p.price {
    font-size: 20px;
    line-height: 25px;
  }

  .mega {
    top: 70px;
  }

  .mega img {
    width: 25px;
    height: 25px;
    margin: 0 18px 0 0;
  }

  .mega a.big {
    font: normal normal 15px/25px "TradeGothic", Helvetica, Arial, sans-serif;
  }

  .how_left .easyas_step_inner {
    width: 220px;
  }

  .ourproducts .easyas_step_inner {
    width: 400px;
  }

  .ourproducts .easyas_step {
    margin: 10px 0;
  }

  .promise h1.large {
    margin: 30px 0;
    font-size: 60px;
  }

  .production h1.large {
    font-size: 46px;
    line-height: 50px;
    margin-top: 75px;
    margin-bottom: 30px;
  }

  .module.white.production {
    padding-left: 20px;
  }

  h1.large {
    margin: 30px 0;
  }

  .breadcrumbs {
    padding-right: 180px;
  }

  .how_sticky .how_nav.sticky {
    top: 70px;
  }

  .how_nav.sticky {
    top: 10px;
    width: calc(100% - 45px);
  }

  .how_nav.sticky a {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 40px;
  }

  img.homebanner_header, .social, header.main .menu-main-menu-container, .nav_search, .nav_cart, a.nav_account, .main ul.menu &gt; li &gt; a::before {
    display: none !important;
  }

  .mega {
    width: 100%;
    font-size: 0;
    height: calc(100vh - 106px);
    overflow-y: scroll;
    top: 106px;
  }

  .mega_inner {
    padding: 10px 0;
    max-width: none;
  }

  .mega_col {
    float: none;
    width: 100%;
    margin: 0;
    display: inline;
  }

  .mega_col.last {
    width: 20%;
    margin-top: 13px;
    display: block;
    width: 100%;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mega a {
    padding: 10px 0 10px 14px;
    display: inline-block;
    width: 50%;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mega a.big {
    padding: 0 22px 0 0;
    font-size: 16px;
    display: inline;
    width: auto;
  }

  .mega img {
    width: 15px;
    height: 15px;
    margin: 0 6px 0 0;
  }

  .breadcrumbs {
    padding-right: 0;
  }

  .products_listing_inner {
    padding: 43px 20px 20px 20px;
  }

  p.stock.in-stock {
    display: none;
  }

  header.main {
    height: 70px;
  }

  .header_spacer {
    height: 106px;
  }

  a.nav_toggle {
    display: block;
  }

  a.mobile_cart, a.mobile_search {
    display: block;
  }

  .nav_on .mobile_menu {
    top: 106px;
  }

  a.logo img {
    width: 95px;
    padding: 14px;
  }

  .wrapper {
    width: auto;
  }

  img.homebanner_header_mobile {
    display: block;
  }

  .highestquality {
    margin-top: 90px;
    text-align: right;
  }

  .highestquality img {
    max-width: none;
    width: 150px;
    margin-right: 0;
  }

  .home_intro {
    position: static;
    background: black;
    width: auto;
    padding: 70px 30px 50px 30px;
    text-align: center;
    max-width: none;
  }

  .home_intro h3 {
    font-size: 20px;
  }

  img.home_pack_front {
    padding-right: 0;
  }

  .easyas {
    padding: 0 0 60px 0;
  }

  .easyas_steps {
    margin: 0;
    padding: 0 30px;
  }

  .easyas_steps &gt; h2 {
    font-size: 40px;
    margin: 0 0 30px 0;
  }

  .easyas_step {
    margin: 0 !important;
    text-align: center;
  }

  .easyas_step_inner {
    padding-left: 0;
    text-align: center;
    width: auto !important;
  }

  .easyas_step_inner span {
    font-size: 100px;
    line-height: 100px;
    position: static;
  }

  .easyas_cta {
    margin: 0;
  }

  .easyas_cta a.button {
    margin-left: 0;
  }

  .bestsellers {
    padding: 60px 0 60px 0;
  }

  .bestsellers &gt; h2 {
    padding: 0 20px;
  }

  .bestsellers .product_deets {
    padding-top: 10px;
  }

  .bestsellers ul.products li.product {
    width: 50%;
    border-right: none;
    padding-bottom: 50vw;
    padding-top: 20px;
  }

  .bestsellers ul.products li.product img {
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
  }

  .bestsellers .product_deets {
    height: 80px;
  }

  .bestsellers ul.products li:nth-child(3), .bestsellers ul.products li:nth-child(4), .how_nav.sticky {
    display: none !important;
  }

  .howitbegan {
    margin-top: -33px;
  }

  .premade_cta h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  .home .edm_signup {
    padding: 60px 30px;
  }

  #gform_1 input[type=email] {
    width: 100%;
    margin-bottom: 16px;
  }

  .howitbegan {
    display: block;
  }

  .howitbegan_image {
    display: block;
  }

  .howitbegan_text {
    height: auto;
    display: block;
    padding: 30px;
    text-align: center;
    width: auto;
  }

  .howitbegan img {
    display: none;
  }

  .howitbegan_image {
    display: block;
    height: 400px;
    width: auto;
    background-size: 150%;
    background-position: center 26%;
  }

  .howitbegan h2 {
    left: auto;
    position: static;
  }

  .mobilehide {
    display: none !important;
  }

  footer {
    display: block;
    padding: 30px;
    width: auto;
  }

  .footer_col {
    display: block;
    width: auto;
    border-right: none;
    padding: 0 0 20px 0;
  }

  table.shop_table .cart_item td.product-thumbnail, table.shop_table th.product-thumbnail, th.product-price, td.product-price {
    display: none !important;
  }

  table.shop_table td {
    padding: 8px 0;
  }

  table.shop_table .cart_item td.product-remove {
    padding-right: 8px;
  }

  .quantity input[type=number] {
    width: 30px;
    padding: 5px;
  }

  .cart_totals {
    margin: 40px 0 30px 0;
  }

  table.shop_table td.actions {
    padding-top: 30px;
  }

  .cart_totals a.button {
    padding: 18px 30px;
  }

  form.woocommerce-checkout select, form.woocommerce-checkout textarea, form.woocommerce-checkout input[type=text], form.woocommerce-checkout input[type=email], form.woocommerce-checkout input[type=password], form.woocommerce-checkout input[type=tel] {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 0;
  }

  .products_listing {
    width: auto;
    float: none;
  }

  img.collection_icon {
    top: -70px;
    height: 80px;
    z-index: 1;
  }

  .products_sidebar {
    position: fixed;
    width: 100%;
    max-width: none;
    height: 42px;
    min-height: 0 !important;
    overflow-y: hidden;
    overflow-x: hidden;
    left: 0;
    top: 106px;
    z-index: 989;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .sidebar_on .products_sidebar {
    height: 100%;
    overflow-y: scroll;
    padding: 45px 20px 100px 20px;
  }

  body.sidebar_on {
    overflow: hidden;
  }

  a.sidebar_toggle {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    padding: 13px 20px;
    position: fixed;
    top: 106px;
    background: white;
    left: 0;
    z-index: 10;
    width: 100%;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-family: "Texta-Heavy", Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  a.sidebar_toggle::after {
    display: block;
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 20px;
  }

  .sidebar_on a.sidebar_toggle::after {
    content: "";
  }

  .searchandfilter h4 {
    margin: 12px 0 0 -2px;
  }

  .edm_signup {
    padding: 40px 20px;
  }

  #gform_1 label {
    font-size: 21px;
  }

  .product_main {
    float: none;
    width: auto;
  }

  .woocommerce-checkout h1, .woocommerce-cart h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  .cart_totals h2 {
    font-size: 40px;
  }

  img.az {
    display: none;
  }

  .alpha h2 {
    padding: 10px 20px;
  }

  .alpha_group {
    padding: 10px 20px;
  }

  .leftcol, .rightcol {
    float: none;
    width: auto;
    margin-right: 0;
  }

  .module {
    padding: 30px;
  }

  .intro {
    padding: 60px 30px;
  }

  a.question {
    font-size: 17px;
    line-height: 20px;
    padding: 15px;
  }

  .blog_listing {
    padding: 20px;
  }

  a.article {
    width: auto;
    float: none;
    margin: 30px 0;
  }

  .products_sidebar.blog_sidebar {
    display: none !important;
  }

  .blog_detail {
    width: auto !important;
    float: none;
  }

  .blog_intro {
    height: 200px;
  }

  .blog_content {
    padding: 20px 30px;
  }

  .blog_content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .how_right {
    display: none;
  }

  .how_left {
    width: auto;
    float: none;
    padding: 30px;
  }

  .smallscale h2 {
    font-size: 50px;
    line-height: 50px;
    margin: 30px 0;
  }

  .how_nav a {
    padding: 6px;
    display: block;
  }

  .how_nav {
    padding: 16px 0 30px 0;
  }

  .story_image {
    height: 200px;
  }

  h1.large {
    font-size: 50px;
    line-height: 50px;
  }

  .ourstory h1.large {
    text-align: left;
    padding-right: 0;
    margin-top: -25px;
  }

  .module.ourstory {
    padding-bottom: 40px;
  }

  .ourproducts h1.large {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
  }

  .module.ourproducts {
    background: white;
  }

  .ourproducts_steps {
    padding: 30px 0 0 0;
  }

  .promise_left, .production_right {
    display: none;
  }

  .promise_right {
    width: auto;
    margin: 0;
  }

  .module.white.production {
    padding: 30px;
  }

  .production_left {
    padding: 0;
    width: auto;
    margin: 0;
  }

  .production h1.large {
    margin-top: 0;
  }

  .supplier_process img.process1 {
    width: 331px;
    max-width: none;
  }

  .supplier_process img.process2 {
    width: 318px;
    max-width: none;
    margin-top: 16px;
  }

  .qc h1.large {
    font-size: 40px;
    line-height: 40px;
    margin: 20px 0;
  }

  .module.toolsyouneed, .module.powderblends, .module.capsules, .module.formula {
    text-align: center;
  }

  input[type=submit], button, a.button {
    font-size: 15px;
  }

  .single-product .breadcrumbs, img.collection_icon {
    display: none;
  }

  .product_main_inner {
    padding: 60px 20px 0 20px;
  }

  .single div.product {
    padding: 0 0 20px 0;
  }

  .product_images {
    width: auto;
    float: none;
    border: none;
  }

  .single .summary {
    width: auto;
    float: none;
    padding: 20px;
    text-align: center;
  }

  .price_deets &gt; a &gt; span.price {
    margin-left: 120px;
    display: block;
  }

  h1.product_title {
    font-size: 25px;
    line-height: 30px;
    margin: -8px 0 15px -2px;
  }

  .product_desc {
    padding: 20px;
  }

  .woocommerce-variation-price {
    padding-bottom: 0;
  }

  .product_deets table.variations label {
    padding: 6px 14px;
    border-width: 1px;
    font-size: 12px;
    margin: 3px;
  }

  ul.page-numbers li a, ul.page-numbers li span {
    margin: 6px 2px;
  }

  input#nab_card_number, select#cc-expire-month, select#cc-expire-year, input#nab_card_ccv {
    padding: 12px;
  }

  .search_popup {
    z-index: 999;
  }

  a.search_close {
    width: 70px;
    height: 70px;
    z-index: 1000;
    padding: 6px 0 0 0;
  }

  #gform_fields_3 &gt; li.gfield, #gform_fields_3 &gt; li.gfield#field_3_9, #gform_fields_3 &gt; li.gfield#field_3_10, #gform_fields_3 &gt; li.gfield#field_3_11 {
    float: none;
    width: 100%;
    padding: 5px 0;
    max-width: none;
  }

  #gform_fields_3 &gt; li.gfield#field_3_7 {
    padding: 30px 0;
  }

  .gfield_list_icons {
    width: 18%;
  }

  table.gfield_list td {
    padding: 5px 10px 5px 0;
  }

  #gform_3 .gform_footer input {
    width: 100%;
  }

  ul#shipping_method li {
    display: block;
  }

  #order_review table.shop_table .woocommerce-shipping-totals.shipping td {
    padding: 20px 0;
  }

  ul#shipping_method label, ul#shipping_method label[for=shipping_method_0_flat_rate2], ul#shipping_method label[for=shipping_method_0_flat_rate1] {
    display: block;
    width: auto;
    padding: 18px;
    min-height: 0;
    font-size: 14px;
    line-height: 19px;
  }

  ul#shipping_method label span.woocommerce-Price-amount.amount {
    font-size: 15px;
  }

  .woocommerce-message a.button {
    display: block;
    margin: 0 0 12px 0;
  }

  .product_desc table tbody tr:first-child td {
    white-space: normal;
    line-height: 18px;
  }

  .product_desc table {
    font-size: 11px;
  }

  .product_desc p {
    margin: 30px 0 8px 0;
  }

  h6 {
    font-size: 11px;
    line-height: 16px;
  }

  .toolsyouneed h4 {
    font-size: 16px;
    text-align: left;
    padding: 11px 0 0 0;
    margin-top: 8px;
  }

  .toolsyouneed h4::after {
    top: 11px;
    font-size: 20px;
  }

  .powderblends .rightcol, .capsules .rightcol {
    display: none;
  }

  .powderblends .leftcol, .capsules .leftcol {
    overflow: hidden;
    height: 150px;
    position: relative;
  }

  .capsules .leftcol {
    height: 300px;
  }

  .powderblends .leftcol::after, .capsules .leftcol::after {
    display: block;
    position: absolute;
    content: "Show full instructions";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    padding-top: 80px;
    cursor: pointer;
    background: url(../_inc/img/how_gradient.png) repeat-x center bottom;
    background-size: 100% 100px;
    font: normal normal 14px/14px "Texta-Heavy", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
  }

  .powderblends .leftcol.open, .capsules .leftcol.open, .powderblends .rightcol.open, .capsules .rightcol.open {
    overflow: hidden;
    height: auto;
    display: block;
  }

  .powderblends .leftcol.open::after, .capsules .leftcol.open::after {
    display: none;
  }

  p.form-row#billing_city_field, p.form-row#billing_state_field, p.form-row#billing_postcode_field, p.form-row#shipping_city_field, p.form-row#shipping_state_field, p.form-row#shipping_postcode_field {
    width: 98%;
  }

  h2.smaller {
    font-size: 20px;
    line-height: 26px;
  }

  .pagination_wrapper .searchandfilter h4 {
    font-size: 15px;
  }

  .pagination_wrapper .searchandfilter select.sf-input-select {
    padding: 5px 10px;
    width: 50px;
    vertical-align: 1px;
  }
}
@media screen and (max-width: 480px) {
  .products_listing ul.products li.product {
    position: relative;
  }

  .products_listing .product_deets {
    width: auto;
    float: none;
    padding: 25px 20px 20px 20px;
    position: relative;
    z-index: 1;
  }

  .products_listing ul.products li.product img {
    float: none;
    width: 140px;
    height: auto !important;
    position: absolute;
    top: 5px;
    left: 0;
  }

  .products_listing .product_deets h2 {
    padding-left: 120px;
    font-size: 23px;
    line-height: 25px;
  }

  .products_listing p.sku {
    padding-left: 120px;
  }

  .products_listing .woocommerce-variation.single_variation {
    padding-left: 120px;
  }

  .products_listing .product_deets table.variations {
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }

  .products_listing .woocommerce-variation-add-to-cart {
    text-align: center;
  }

  .products_listing label.quantity_label {
    margin-top: 0;
  }

  .products_listing .woocommerce-variation-price {
    min-height: 25px;
  }
  .products_listing .woocommerce-variation-price .afterpay-payment-info {
    font-size: 15px;
    line-height: 16px;
  }

  .products_listing .product_subtotal {
    display: none;
  }

  .product_deets &gt; a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    min-height: 80px;
    display: block;
  }
}
.product-type-simple .product_deets .pewc-main-price {
  display: block !important;
}

@media screen and (max-width: 500px) {
  .products_listing .product_deets button.single_add_to_cart_button {
    margin-top: 10px;
  }
}
#woocommerce-cart-notice-white-label-notice {
  display: none;
}

.shipping_notice_checkout #woocommerce-cart-notice-white-label-notice {
  display: block !important;
}

.pewc_group_5889_5890 .pewc-description {
  font-size: 14px;
}
.pewc_group_5889_5890 .pewc-description small {
  display: none;
}
.pewc_group_5889_5890 .pewc-description:before {
  content: "Max file size: 10 MB";
  display: block;
}
.pewc_group_5889_5890 .pewc-description:after {
  content: "Permitted file types: Vector file only .ai .pdf .eps";
  display: block;
}

p.form-row.guest-checkout-recaptcha {
  float: none;
  clear: both;
}

.g-recaptcha- {
  margin: 40px auto 0 auto;
  max-width: 300px;
}

#refresh_captcha {
  font-size: 12px;
  text-decoration: underline;
  line-height: 14px;
}

.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-updateOrderReview {
  font-size: 2px;
  color: white;
  line-height: 2px;
}</pre></body></html>