.woocommerce-cart-form, .cart-collaterals {
  color: #E6E1DD;
}

#mainarea {
  padding-top: 110px;
  position: relative;
  width: 100%;
  padding-bottom: 110px;
  overflow: hidden;
}

/*Products width*/
.woocommerce ul.products {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/* Form Stuff */
input, select, textarea {
  max-width: 100%;
  width: 100%;
  padding: 15px 20px;
  margin: 0;
  border: 0;
  margin-bottom: 20px;
  font-family: 'helloregregular';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
  border: none;
  background: rgba(230, 225, 221, 0.1);
}

.signupform input, .signupform select, .signupform textarea {
  color: black;
  background: rgba(0, 0, 0, 0.1);
}

input[type="checkbox"] {
  width: auto;
  display: inline-block;
}

.winclubformz .wpcf7-list-item-label {
  width: calc(100% - 30px);
  /* padding-left: 20px; */
  float: right;
  font-size: 10px;
  max-width: 200px;
  line-height: 15px;
  margin-top: 5px;
  color: #5C5C5C;
}

.winclubformz .wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 12px;
  margin-bottom: 10px;
  margin-top: -5px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffe191;
  font-size: 12px;
  margin: 0;
  margin-top: 20px;
}

input[type="submit"] {
  border: none;
  font-size: 16px;
  line-height: 18px;
  color: black;
  background-color: #FFE600;
  padding: 15px 35px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  width: auto;
  font-family: 'hellobobold',sans-serif;
  border-radius: 3px;
}

/*Woo basic button*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  font-size: 16px;
  line-height: 12px;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 12px 30px;
  font-weight: 400;
  text-transform: none;
  border: none;
  border-radius: 0;
  left: auto;
  color: #000;
  background-color: #FFE600;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.woocommerce .products a.button, .woocommerce .products button.button, .woocommerce .products input.button {
  padding: 12px 25px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  text-decoration: none;
  background-image: none;
  color: #FFF;
  background-color: #cd900d;
}

/* Hiding Woocommerce things */
.woocommerce-ordering,
.woocommerce-result-count,
.woocommerce-breadcrumb,
.post-type-archive-product .woocommerce-products-header,
#sidebar {
  display: none;
}

/*Hide High Title*/
.woocommerce-loop-product__title {
  display: none;
}

/* SHOP PAGES ARCHIVE */
.woocommerce ul.products li.product a img {
  height: 30vh;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 20px;
}

.woocommerce ul.products li.product .price {
  color: #979797;
  display: block;
  font-weight: normal;
  margin-bottom: .5em;
  font-size: 30px;
  position: absolute;
  top: 15px;
  right: 10px;
  font-family: 'helloregregular';
  -webkit-transition: all .25 ease;
  transition: all .25 ease;
}

.looptitlez {
  font-size: 14px;
  line-height: 16px;
  margin-top: 20px;
  width: 100%;
  text-align: left;
}

.viewbt {
  font-size: 10px;
  line-height: 12px;
  padding: 11px 10px;
  font-weight: 400;
  text-transform: uppercase;
  border: 0.5px solid #6A6A6A;
  border-radius: 0;
  color: #5C5C5C;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  background-color: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.viewbt:hover {
  background-color: #cd900d;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product img {
  border: 1px solid rgba(232, 232, 232, 0);
}

.woocommerce ul.products li.product:hover img {
  border: 1px solid #e8e8e8;
}

.woocommerce ul.products li.product:hover .price {
  color: #000;
}

.woocommerce ul.products li.product:hover .testez::before {
  height: 0%;
  border-top: 1px solid #e8e8e8;
}

.woocommerce ul.products li.product:hover .testez {
  opacity: 1;
}

.testez {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: white;
  margin-top: -40px;
  opacity: 0;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.testez::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: 100;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  border-top: 1px solid rgba(232, 232, 232, 0);
}

/*Litllestrip on top*/
#topbannershop {
  position: relative;
  width: 100%;
  height: 180px;
}

#topbannershop img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.shopintro {
  width: 100%;
  position: relative;
  max-width: 1000px;
  margin: 110px auto 90px;
}

.shopintro p {
  max-width: 420px;
}

/* Shopping icon */
.header-cart-count {
  position: absolute;
  font-size: 9px;
  line-height: 9px;
  text-align: center;
  color: black;
}

.outcarticon {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0px;
  background-color: #FFE600;
  display: -ms-grid;
  display: grid;
  place-items: center;
  border-radius: 50%;
  left: 16px;
  opacity: 1;
  z-index: 9960;
  z-index: 1;
}

.showcartone {
  opacity: 1;
}

.linkcart {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  z-index: 100;
  background-image: url(svg/cart-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-position: center 2px;
  z-index: 10;
  cursor: pointer;
}

/*Litlle loading button */
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 12px;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.testez a.added_to_cart {
  display: none !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important;
  position: absolute !important;
  top: -10px;
}

/* Single product page */
.single-product .sku_wrapper,
.single-product .posted_in,
.single-product .woocommerce-tabs,
.single-product .woocommerce-product-details__short-description {
  display: none;
}

.productcontentz {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 80px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.4% 1fr 26%;
  grid-template-columns: 33.4% 1fr 26%;
  grid-gap: 30px;
}

.woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  width: 100%;
}

.woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  width: 100%;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #FFF;
  font-size: 60px;
  line-height: 70px;
  font-family: 'helloregregular';
}

.productcontentz h1 {
  margin-bottom: 40px;
}

.qib-button:not(#qib_id):not(#qib_id) {
  background: #EFEFEF !important;
  font-size: 10px !important;
  color: #5C5C5C !important;
}

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  font-size: 10px !important;
}

.productcontentz h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #5C5C5C;
  text-transform: uppercase;
  border-bottom: 1px solid #6A6A6A;
  padding-bottom: 10px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  color: #000;
  background-color: #FFE600;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-family: 'hellobobold',sans-serif;
  border-radius: 3px;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #ffbf00;
  color: #000;
}

.tastingnotesone {
  margin-bottom: 40px;
}

.extrasinglefield .tastingnotesone p {
  font-style: normal;
  font-size: 14px;
  line-height: 28px;
}

.single-product .related {
  width: 100%;
  position: relative;
  max-width: 1000px;
  margin: 80px auto;
}

.related > h2 {
  margin-bottom: 110px;
}

/* Tab stuff Product Page */
.single-product .tastingnotesone p,
.winereviewhold {
  display: none;
}

.single-product .tastingnotesone h2,
.single-product .windereviewsinner h2 {
  cursor: pointer;
  background-image: url(images/carat-tiny.svg);
  background-position: right 5px;
  background-repeat: no-repeat;
}

.single-product .tastingnotesone h2.active,
.single-product .windereviewsinner h2.active {
  background-image: url(images/carat-tiny-up.svg);
}

.single-product .windereviewsinner {
  margin-bottom: 40px;
}

.littledescription {
  margin-bottom: 40px;
}

.littleship {
  font-size: 10px;
  line-height: 19px;
  margin-top: 20px;
}

.productcontentz .price {
  margin-bottom: 40px;
}

/* CART PAGE STYLR */
.generalpageinner {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 140px auto;
}

.woocommerce table.shop_table {
  border: 0;
  border-radius: 0px;
}

.woocommerce table.shop_table td {
  border-top: 0;
  padding: 0px;
  line-height: 1em;
  color: white;
}

.woocommerce form .form-row label {
  color: white;
}

.woocommerce-cart table.shop_table tr {
  display: -ms-grid;
  display: grid;
      grid-template-areas: 'one two three four five' 'one six three four five';
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 120px;
  border-bottom: 1px solid grey;
  padding-bottom: 20px;
}

.woocommerce-cart td.product-thumbnail {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: one;
}

.woocommerce-cart td.product-name {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: two;
}

.woocommerce-cart td.product-quantity {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: three;
  -ms-flex-item-align: end;
      align-self: end;
  font-family: 'helloregregular';
  margin-bottom: 5px;
}

.woocommerce-cart td.product-subtotal {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  grid-area: four;
  -ms-flex-item-align: end;
      align-self: end;
}

.woocommerce-cart td.product-remove {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  grid-area: five;
  -ms-flex-item-align: end;
      align-self: end;
}

.woocommerce-cart td.product-price {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: six;
  -ms-flex-item-align: end;
      align-self: end;
}

td.product-name a {
  font-family: 'hellobobold',sans-serif;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  color: #FFF;
}

td.product-price {
  font-family: 'helloregregular';
  font-size: 30px;
  line-height: 30px;
}

td.product-subtotal {
  font-family: 'helloregregular';
  font-size: 30px;
  line-height: 30px;
}

.product-subtotal .woocommerce-Price-amount::after {
  content: 'NZD';
  font-size: 12px;
  margin-left: 7px;
}

th.product-thumbnail {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: one;
}

th.product-name {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: two;
}

th.product-quantity {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: three;
}

th.product-subtotal {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  grid-area: four;
}

th.product-remove {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 5;
  grid-area: five;
}

th.product-price {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: six;
}

.woocommerce a.remove {
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

.woocommerce a.remove:hover {
  background-color: transparent;
  color: red !important;
  padding: 0;
}

.woocommerce-cart table.cart img {
  width: 80%;
  margin-left: 0;
  padding: 0;
}

.woocommerce table.shop_table th {
  font-weight: 400;
  padding: 0;
  line-height: 1em;
  font-size: 16px;
  font-family: 'helloregregular';
  margin-bottom: 20px;
  color: white;
}

.woocommerce table.shop_table th.product-price {
  display: none;
}

.woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
  -webkit-box-pack: left !important;
  -ms-flex-pack: left !important;
  justify-content: left !important;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table tr:last-child {
  display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 40%;
}

.woocommerce-cart .order-total th:first-child {
  display: none;
}

.woocommerce-cart .cart_totals h2 {
  font-size: 16px;
  line-height: 17.5px;
  margin-bottom: 15px;
}

.woocommerce-cart table.shop_table tr.cart-subtotal > th {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
  border: 0;
}

.woocommerce-cart .woocommerce-Price-amount {
  font-size: 30px;
  font-family: 'helloregregular';
  margin-top: 20px;
  display: block;
}

.woocommerce-cart .woocommerce-Price-amount::after {
  content: 'NZD';
  font-size: 12px;
  margin-left: 5px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  position: relative;
  display: inline-block;
  margin-top: 3px;
  background-color: #FFE600;
  padding: 15px 35px;
  color: black;
  font-family: 'hellobobold',sans-serif;
  border-radius: 3px;
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
}

.woocommerce-cart table.shop_table tr.order-total {
  margin-bottom: 35px;
  display: none;
}

/*CEHCKOUT*/
.showcoupon {
  color: black;
}

/* Hide stock count */
.productcontentz .stock,
.productcontentz .in-stock {
  display: none;
}

/* Potenital styling for notice on 'ADd to cart' + need to add JS to close window */
/*Pagination*/
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: .5em;
  min-width: 2em;
  display: block;
  color: black;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #BEA562;
  color: #fff;
}

/*Shop*/
.woocommerce .brandwinesasdasda ul.products li.product:nth-child(4n), .woocommerce-page .brandwinesasdasda ul.products li.product:nth-child(4n) {
  float: left;
  margin: 0 0% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}

.woocommerce .brandwinesasdasda ul.products li.product:nth-child(4n+1), .woocommerce-page .brandwinesasdasda ul.products li.product:nth-child(4n+1) {
  clear: both;
}

.pagination {
  width: 100%;
  margin: 110px 0;
  text-align: center;
}

.pagination .prev,
.pagination .next {
  display: none;
}

.pagination .page-numbers {
  width: 10px;
  padding: 5px 10px;
  border: 1px solid #BEA562;
  display: blpock;
  text-decoration: none;
  color: #000;
}

.pagination .page-numbers:hover {
  color: #fff;
}

.pagination .page-numbers.current {
  background: #BEA562;
  color: #fff;
}

.woocommerce-products-header {
  width: 100%;
  position: relative;
  max-width: 1000px;
  margin: 110px auto 120px;
}

.woocommerce-products-header h1 {
  max-width: 420px;
}

.term-description {
  max-width: 420px;
}

.woocommerce img.widetop, .woocommerce-page img.widetop {
  height: 100%;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.tax-region .decotext,
.tax-brands .decotext,
.tax-varietal .decotext {
  top: 340px;
}

.woocommerce div.product .productcontentz p.price {
  font-size: 0px;
}

.productcontentz .woocommerce-Price-amount {
  font-size: 40px;
  margin-right: 10px;
}

.productcontentz .woocommerce-Price-amount:nth-child(2) {
  font-size: 20px;
  margin-right: 0px;
}

.productcontentz .woocommerce-Price-amount:nth-child(2)::after {
  content: ')';
}

.productcontentz .woocommerce-Price-amount:nth-child(2)::before {
  content: '(Case ';
}

.woocommerce div.product form.cart .variations td.label {
  display: none;
}

.productcontentz .reset_variations {
  display: none !important;
}

.productcontentz select {
  font-size: 14px;
  line-height: 16px;
}

.woocommerce ul.products li.product .price {
  color: #979797;
  display: block;
  font-weight: normal;
  margin-bottom: .5em;
  font-size: 0px;
  position: absolute;
  top: 15px;
  right: 10px;
  font-family: 'helloregregular';
  -webkit-transition: all .25 ease;
  transition: all .25 ease;
}

.woocommerce ul.products li.product .price span {
  font-size: 24px;
}

.woocommerce ul.products li.product .price span:nth-child(2) {
  display: none;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
  color: #fff;
}

.woocommerce-cart table.shop_table .shipping > th {
  font-size: 16px;
  line-height: 17.5px;
  margin-bottom: 15px;
  font-weight: normal;
  width: 100%;
  margin-top: 10px;
  border: 0;
  display: none;
}

.woocommerce-carttable.shop_table tr.shipping {
      grid-template-areas: 1fr !important;
}

.woocommerce-cart .woocommerce-shipping-methods > li > label::before {
  content: 'Shipping';
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.woocommerce-cart .woocommerce-shipping-destination {
  font-size: 12px;
  line-height: 12px;
}

.woocommerce-cart table.shop_table tr.shipping {
  display: none;
}

/* Checkout page */
.woocommerce-checkout .optional {
  display: none;
}

.woocommerce-checkout h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #E6E1DD;
  margin: 80px 0px;
}

.woocommerce-checkout table.shop_table tr {
  display: -ms-grid;
  display: grid;
  /* grid-template-areas: 'one two three four five' 'one six three four five'; */
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
  /* direction: ltr; */
}

.woocommerce-checkout table.shop_table tr.cart_item {
  -ms-grid-columns: 1fr 100px;
  grid-template-columns: 1fr 100px;
}

.woocommerce-checkout .product-name {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80px 160px 40px;
  grid-template-columns: 80px 160px 40px;
  grid-gap: 30px;
  font-size: 14px;
  line-height: 17px !important;
  font-family: 'helloregregular';
}

.woocommerce-checkout #order_review {
  width: 50%;
}

.woocommerce-checkout-review-order-table thead {
  display: none;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  border: 0;
}

.woocommerce-checkout .cart_item .woocommerce-Price-amount {
  font-family: 'helloregregular';
  font-size: 20px;
  line-height: 30px;
}

.woocommerce-checkout .cart_item .woocommerce-Price-amount::after {
  content: 'NZD';
  font-size: 12px;
  margin-left: 3px;
}

.woocommerce-checkout table.shop_table tr.cart-subtotal {
  -ms-grid-columns: 1fr 100px;
  grid-template-columns: 1fr 100px;
  font-family: 'helloregregular';
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  grid-gap: 30px;
}

.woocommerce-checkout table.shop_table tr.cart-subtotal .woocommerce-Price-amount::after {
  content: 'NZD';
  font-size: 12px;
  margin-left: 3px;
}

.woocommerce-checkout ul#shipping_method li input {
  margin: 3px .4375em 0 0;
  vertical-align: top;
  width: 20px;
}

.woocommerce-checkout ul#shipping_method li label {
  display: inline;
  font-size: 12px;
  font-weight: 400;
}

.woocommerce-checkout table.shop_table tr.order-total {
  -ms-grid-columns: 1fr 100px;
      grid-template-columns: 1fr 100px;
  font-family: 'helloregregular';
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  grid-gap: 30px;
}

.woocommerce-checkout table.shop_table tr.order-total .woocommerce-Price-amount {
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: left;
}

.woocommerce-checkout table.shop_table tr.order-total .woocommerce-Price-amount::after {
  content: 'NZD';
}

.woocommerce-checkout .form-row textarea {
  line-height: 1em;
  margin-top: -3px;
  height: 6em;
}

.woocommerce-checkout .thwcfd-field-textarea {
  padding-top: 0px !important;
}

.woocommerce-checkout table.shop_table tr.cart-discount {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  font-family: 'helloregregular';
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  grid-gap: 30px;
  text-align: right;
}

.woocommerce-checkout .woocommerce-remove-coupon {
  font-size: 12px;
  color: black;
}

.woocommerce-checkout table.shop_table tr > th {
  text-align: left;
}

.woocommerce-cart #templatehead {
  margin-top: 120px;
  max-width: 1000px;
  margin: 180px auto 40px;
}

.woocommerce-cart .generalwide {
  margin-top: 60px;
  position: relative;
  width: 100%;
}

.woocommerce-form-login-toggle a {
  color: black;
}

/*Search page*/
.search-results .shopintro {
  display: none;
}

.search-results ul.products {
  margin: 120px auto;
}

.search-results .woocommerce-products-header {
  display: block;
}

/* Filter Search Shop */
.filterone {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 110px;
}

.beautiful-taxonomy-filters-select-wrap > div:nth-child(1),
.beautiful-taxonomy-filters-select-wrap > div:nth-child(2),
.beautiful-taxonomy-filters-select-wrap > div:nth-child(3) {
  display: none;
}

#beautiful-taxonomy-filters-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.beautiful-taxonomy-filters-select-wrap > div {
  display: inline-block;
  width: 180px;
  margin-right: 10px;
}

.beautiful-taxonomy-filters-button,
.beautiful-taxonomy-filters-clear-all {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 5px 20px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  border: 0.5px solid #6A6A6A;
  border-radius: 0;
  left: auto;
  color: #FFFFFF;
  background-color: #BEA562;
}

.beautiful-taxonomy-filters-clear-all {
  background-color: #B9B6B9;
  margin-left: 10px;
}

.beautiful-taxonomy-filters-select-wrap > div label {
  display: none;
}

.beautiful-taxonomy-filters-select-wrap > div span,
.select2-results__option {
  font-size: 10px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #aaa;
}

.select2-selection__clear {
  font-size: 16px !important;
  color: red;
}

/*Order confirmation*/
.woocommerce-order-received .woocommerce-thankyou-order-received {
  font-family: 'helloregregular';
  font-size: 30px;
  margin-bottom: 40px;
}

.woocommerce-order-received .product-name {
  -ms-grid-columns: 30% 160px 40px;
  grid-template-columns: 30% 160px 40px;
  grid-gap: 30px;
}

.woocommerce-order-received table.shop_table tr {
      grid-template-areas: 'one two three four five' 'one six three four five';
}

.woocommerce-order-received .woocommerce-table--order-details thead {
  display: none;
}

.woocommerce-order-received .woocommerce-order-details__title {
  margin-bottom: 40px;
  margin-top: 80px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  border-right: 1px solid #ccc;
}

.woocommerce-account .woocommerce-MyAccount-content mark {
  background-color: #ffe4a5;
}

.woocommerce-MyAccount-content a {
  color: white;
}

.woocommerce-account .woocommerce-order-details {
  margin-bottom: 20px;
  margin-top: 20px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details tr {
  padding-bottom: 20px;
  /* display: table-row; */
  height: 30px;
}

.woocommerce-account .woocommerce-Addresses {
  margin-top: 40px;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

.outofstock .product_title.entry-title::after {
  content: 'Out of Stock';
  position: relative;
  width: 100%;
  display: inline-block;
  color: red;
  font-size: 16px;
}

.woocommerce-form-login a,
.woocommerce-form-register a {
  color: black;
}

.flickity-prev-next-button {
  top: 80%;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.woocommerce-input-wrapper {
  color: white;
}

.woocommerce-checkout h3 {
  font-family: 'helloregregular', sans-serif;
}

.woocommerce-checkout input, .woocommerce-checkout select, .woocommerce-checkout textarea {
  background: transparent;
  border: 1px solid #515151;
  font-size: 14px;
  line-height: 16px;
}

.woocommerce-checkout-review-order {
  font-size: 14px;
  line-height: 16px;
}

.woocommerce-checkout-review-order table.shop_table tr.order-total .woocommerce-Price-amount {
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: right;
}

table.shop_table tr.order-total {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 100px;
  font-family: 'helloregregular';
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  grid-gap: 30px;
}

.woocommerce-checkout-review-order table.shop_table tr.order-total .woocommerce-Price-amount {
  font-size: 16px;
  text-align: left;
}

.woocommerce-checkout h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #E6E1DD;
  margin: 0px 0px 40px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
  color: white;
}

.woocommerce-checkout input, .woocommerce-checkout select, .woocommerce-checkout textarea {
  width: auto;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 14px;
  border-radius: 0;
  line-height: 18px;
  background-color: transparent;
  color: #fff;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
  border: 1px solid #515151;
  margin: 5px 0;
  padding: 20px;
  background-color: transparent !important;
  outline: 0;
  font-size: 16px;
  color: white;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #333;
  color: #f0f0f0;
  border-top: 1px solid #ff00cb;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

/*

Additonal Lotter code

*/
.lty-lottery-date-ranges .lty-lottery-countdown-timer {
  display: -ms-grid;
  display: grid;
  clear: both;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8px;
}

.lty-lottery-countdown-timer .lty-lottery-timer {
  float: inherit;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #FFE600;
  padding: 20px;
}

.lty-lottery-timer > span {
  font-family: 'Anton', sans-serif;
  font-size: 120px;
  line-height: 140px;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}

.lty-lottery-timer #lty_lottery_days, .lty-lottery-timer #lty_lottery_hours, .lty-lottery-timer #lty_lottery_minutes, .lty-lottery-timer #lty_lottery_seconds {
  font-size: 120px;
  line-height: 140px;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}

.newtimer {
  position: relative;
  width: 100%;
  display: inline-block;
}

.newtimer .lty-lottery-end-time-label {
  display: none;
}

.newtimer .lty-lottery-time-left-label {
  display: none;
}

.newpercentageholder {
  position: relative;
  width: 100%;
  display: inline-block;
  color: white;
  margin-bottom: 20px;
}

.newpercentageholder .lty-progress-bar {
  height: 50px;
  border: 5px solid white;
  background-color: transparent;
}

.newpercentageholder .lty-progress-count {
  display: none;
}

.newpercentageholder .lty-progress-remaining-count {
  display: none;
}

/*Mobile product */
@media screen and (max-width: 900px) {
  .textend {
    font-size: 12px;
  }
  .textstart {
    font-size: 12px;
  }
  .littleborder {
    margin-bottom: 5px;
    margin-top: 5px;
    opacity: 0.2;
  }
  .lty-lottery-timer #lty_lottery_days, .lty-lottery-timer #lty_lottery_hours, .lty-lottery-timer #lty_lottery_minutes, .lty-lottery-timer #lty_lottery_seconds {
    font-size: 40px;
    line-height: 60px;
  }
  .lty-lottery-countdown-timer .lty-lottery-timer {
    padding: 10px;
    font-size: 12px;
  }
  .lty-lottery-date-ranges .lty-lottery-countdown-timer {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
  }
  .linkcart {
    left: auto;
    right: 20px;
  }
  .outcarticon {
    left: auto;
    right: 20px;
  }
  .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
  .shopintro {
    width: calc(100% - 60px);
  }
  .post-type-archive-product ul.products {
    width: calc(100% - 120px);
  }
  .productcontentz {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    width: calc(100% - 60px);
  }
  .woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative;
    -ms-grid-row: 1;
    grid-area: 1;
    margin-bottom: 80px;
  }
  .woocommerce div.product div.summary {
    margin-bottom: 0;
  }
  .windereviewsinner {
    margin-top: 0px;
  }
  .single-product .related {
    width: calc(100% - 60px);
  }
  /*CART*/
  .woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block;
  }
  .woocommerce-cart table.shop_table tr {
    display: -ms-grid;
    display: grid;
        grid-template-areas: 'one two' 'one six' 'one three' 'one four' 'one five';
    -ms-grid-columns: 30% 1fr;
    grid-template-columns: 30% 1fr;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 120px;
    grid-gap: 10px;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }
  .woocommerce-cart table.cart img {
    width: 100%;
    margin-left: 0;
    padding: 0%;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: left !important;
  }
  .woocommerce a.remove {
    width: 65px;
  }
  .generalpageinner {
    margin: 80px auto;
    width: calc(100% - 60px);
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0);
  }
  .woocommerce-cart #templatehead {
    width: calc(100% - 60px);
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: calc(70% - 10px);
    float: right;
    text-align: left;
  }
  .woocommerce-cart table.shop_table tr.cart-subtotal {
    margin-bottom: 80px;
    display: block;
  }
  .woocommerce-checkout #order_review {
    width: 100%;
  }
  .woocommerce-checkout .product-name {
    -ms-grid-columns: 30px 60px 40px;
    grid-template-columns: 30px 60px 40px;
    grid-gap: 20px;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%;
    overflow: visible;
  }
  .search-results .woocommerce-products-header {
    display: block;
    width: calc(100% - 60px);
  }
  .filterone {
    width: calc(100% - 60px);
  }
  #beautiful-taxonomy-filters-form {
    display: block;
  }
  .beautiful-taxonomy-filters-select-wrap > div {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .beautiful-taxonomy-filters-select-wrap > div span, .select2-results__option {
    font-size: 10px;
    width: 100% !important;
    display: block;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 95%;
  }
  .beautiful-taxonomy-filters-button, .beautiful-taxonomy-filters-clear-all {
    padding: 15px 30px;
    line-height: 10px;
  }
  .woocommerce-order-received .product-name {
    -ms-grid-columns: 70% 10% 20%;
    grid-template-columns: 70% 10% 20%;
    grid-gap: 20px;
  }
  .woocommerce-order-received ul.order_details li {
    margin-bottom: 10px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    border-right: none;
    margin-bottom: 30px;
  }
  .woocommerce-account .woocommerce-table--order-details {
    border-spacing: 0 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .woocommerce-account .woocommerce-column--billing-address {
    margin-bottom: 40px !important;
  }
}
/*# sourceMappingURL=wooremix.css.map */