/*
Theme Name: Parricide
Version: 2.97.20230619
Description: This is a fork of our child theme from 8/24/2022 (gradually phasing out parent theme)
Author: Woo
Author URI: http://woocommerce.com
Template: storefront
*/
/* --------------- Theme customization starts here ----------------- */
/**
Global
 */
body,
button,
input,
textarea {
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: 2px solid #000; }

a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus {
  outline-color: #000; }

a {
  color: #000; }

h1 {
  font-weight: 600;
  margin: 0.8em 0 0.8em; }

h1,
h2,
h3,
h4,
h5,
h6,
.wc-block {
  color: #000;
  font-family: 'Josefin Sans', 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none !important; }

html {
  height: 100%;
  display: flex; }

body {
  flex: 1; }

body,
.secondary-navigation a {
  color: #000; }

#page {
  padding: 128px 25px 0 25px; }

.post-type-archive-product div#page {
  padding: 178px 25px 0 25px; }

.col-full {
  max-width: 100em; }

#primary {
  margin-bottom: 0; }

#main {
  margin-bottom: 0; }

#main > article {
  margin-bottom: 0; }

form.woocommerce-cart-form {
  margin-bottom: 0; }

.site-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: calc(100vh - 160px);
  padding: 0; }

body.home .site-content,
body.page-template-template-stock .site-content {
  align-items: baseline; }

.site-content > .col-full {
  width: 100%;
  margin: 0;
  padding: 0; }

body .has_error {
  z-index: 999999; }

.site-branding .site-title {
  height: 30px; }

/**
Homepage
 */
ul.products li.product .woocommerce-loop-product__title {
  margin: 0.15em 0 !important;
  font-size: 14px !important; }

ul.products li.product .woocommerce-loop-product__title span.productSubtitle {
  margin-left: 5px;
  font-size: 11px; }

ul.products li.product.outofstock .quantity,
ul.products li.product .add-to-cart-wrapper.reserved .quantity {
  display: none !important; }

ul.products li.product.outofstock .button,
ul.products li.product .add-to-cart-wrapper.reserved .button {
  background: #ebebeb !important;
  color: #858585 !important;
  cursor: not-allowed; }

#main > h1 {
  font-family: 'Josefin Sans', 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  text-transform: uppercase;
  margin-top: 0.8em; }

ul.products::before,
ul.products::after {
  display: none; }

ul.products {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 60px;
  margin-bottom: 30px; }

ul.products li.product {
  width: 100% !important;
  margin: 0 !important;
  text-align: right; }

/**
Standard List
 */
.standard-list ul.products {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 30px; }

/**
Product Single List
 */
ul.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 30px; }

/**
Category Slider
 */
.slide-category ul.products {
  flex-direction: row;
  -webkit-flex-direction: row;
  overflow-x: scroll;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  padding-bottom: 25px;
  margin: 0 -25px 25px 0;
  grid-column-gap: 50px;
  padding-left: 50px; }

.slide-category ul.products li {
  min-width: 20%;
  width: 20%;
  margin: 0 25px;
  position: relative; }

.slide-category ul.products::-webkit-scrollbar-track {
  background-color: #eee; }

.slide-category ul.products::-webkit-scrollbar {
  width: 12px;
  background-color: #f5f5f5; }

.slide-category ul.products::-webkit-scrollbar-thumb {
  background-color: #000; }

.slide-category ul.products {
  position: relative; }

.slide-category ul.products:before {
  content: '';
  background: url(assets/images/Scroll_Double_Arrows.svg);
  display: block;
  width: 30px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-size: cover; }

@media (max-width: 980px) {
  .standard-list ul.products,
  ul.products.columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 25px;
    grid-row-gap: 15px; }
  .slide-category ul.products li {
    min-width: 33.3%;
    width: 33.3%; } }

@media (max-width: 620px) {
  .standard-list ul.products,
  ul.products.columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 10px; }
  .slide-category ul.products li {
    min-width: 50%;
    width: 50%; } }

@media (max-width: 360px) {
  .standard-list ul.products,
  ul.products.columns-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column-gap: 0;
    grid-row-gap: 5px; }
  .slide-category ul.products li {
    min-width: 100%;
    width: 100%; } }

ul.products li.product {
  padding: 0 0 50px 0;
  text-align: right; }

ul.products li.product img {
  border-radius: 0;
  margin-bottom: 0;
  display: block;
  width: 100%; }

ul.products li.svntn-living-soil a.woocommerce-LoopProduct-link::after {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(assets/images/living-soil.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: 5px; }

body.single-product .product.svntn-living-soil .woocommerce-product-gallery figure::after {
  content: '';
  width: 60px;
  height: 60px;
  background-image: url(assets/images/living-soil.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 8px;
  right: 8px; }

ul.products li.product .woocommerce-LoopProduct-link {
  position: relative;
  text-align: left; }

ul.products li.product .price {
  font-size: 14px;
  color: #000;
  margin: 0 0 10px 0;
  padding: 0; }

ul.products li.product .price:after {
  display: none; }

ul.products li.product .button {
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  border: 1px solid;
  padding: 7px 14px;
  height: 42px; }

ul.products li.product .button:not(.disabled) {
  color: #000; }

/*ul.products li.product .button:active, ul.products li.product .button:focus {
    background: #000;
    color: #FFF;
    border-color: #000;
}*/
ul.products li.product .add-to-cart-button {
  display: flex !important;
  justify-content: flex-end; }

ul.products li.product .add-to-cart-button .quantity {
  margin-right: 5px; }

ul.products li.product .add-to-cart-wrapper {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end; }

div.product-subheading {
  margin: 2px 0 0;
  text-transform: uppercase;
  color: #000;
  font-size: 11px; }

.max-per-order {
  margin: 0 !important;
  text-transform: uppercase;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  background: #000;
  display: inline-block;
  padding: 0 3px;
  position: absolute;
  margin-top: -17px !important;
  left: 0;
  z-index: 9; }

div.quantity {
  height: 42px;
  margin: 0 8px 0 0; }

.quantity .qty {
  text-align: center;
  font-size: 16px;
  width: 45px;
  padding: 9px 0;
  height: 100%;
  color: #000;
  border: 1px solid #e5e5e5;
  box-shadow: none;
  background: #fff;
  border-radius: 0; }

.single-product div.product .product_meta .sku_wrapper,
.stock.in-stock {
  display: none; }

#main ul.products a.added_to_cart.wc-forward {
  display: none; }

header#masthead {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  position: fixed;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0); }

header#masthead .head-flex {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between; }

header#masthead .head-flex > div {
  min-width: 25%;
  width: 50%; }

#masthead .primary-nav,
#masthead .storefront-handheld-footer-bar {
  position: relative;
  margin-top: 0;
  border-bottom: 1px solid #f0f0f0;
  transition: margin 0.3s; }

body.revealed #masthead .primary-nav,
body.revealed #masthead .storefront-handheld-footer-bar {
  margin-top: 0; }

#masthead .storefront-handheld-footer-bar {
  display: none; }

@media (max-width: 768px) {
  #masthead .primary-nav {
    display: none; }
  #masthead .storefront-handheld-footer-bar {
    display: block;
    font-size: 13px;
    top: 0;
    margin-top: -57px;
    bottom: auto;
    box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
    z-index: 9020; }
  body.revealed #masthead .storefront-handheld-footer-bar {
    margin-top: 0; } }

/**
Category Links
 */
.category-nav {
  background-color: #fff;
  padding: 0;
  border-bottom: 1px solid #e5e5e5; }

.category-nav ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  list-style: none;
  display: flex;
  white-space: nowrap;
  overflow-y: hidden;
  margin: 0 !important;
  padding: 10px 0 10px 0; }

.category-nav ul::-webkit-scrollbar {
  display: none; }

.category-nav li a {
  display: block;
  padding: 4px 10px 0 10px;
  background: #f7f7f7;
  border: 1px solid #000;
  margin: 0px 5px;
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 0px;
  font-family: 'Josefin Sans', 'Source Sans Pro', sans-serif;
  line-height: 21px; }

.category-nav li:first-child a {
  margin-left: 0; }

/* Checkout */
.place-order-notice {
  font-size: 14px;
  margin: 24px 12px 0 12px;
  line-height: 1.1em; }

.place-order-notice i {
  margin-right: 5px; }

/*
Product single
 */
.single-product h1.product_title.entry-title {
  font-weight: 500;
  font-size: 1.4em;
  margin-bottom: 0.4em; }

.single-product h1.product_title.entry-title span.productSubtitle {
  margin-left: 8px;
  font-size: 0.75em; }

.single-product div.product p.price {
  font-size: 1.1em;
  color: #000; }

.single-product div.product .woocommerce-product-gallery {
  margin-top: 15px;
  margin-bottom: 0; }

.single-product div.product .woocommerce-product-gallery img {
  width: 100%; }

.single-product div.product .button {
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  border: 1px solid;
  padding: 7px 14px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center; }

/*.single-product div.product .button:active, .single-product div.product .button:focus {
    background: #000;
    color: #FFF !important;
    border-color: #000;
}*/
.single-product div.product .button:not(.disabled) {
  color: #000; }

.single-product div.product .summary.entry-summary {
  margin: 0.8em 0 0 0; }

.single-product div.product .onsale {
  display: none; }

.single-product .summary.entry-summary .quantity .qty {
  font-size: 15px; }

.single-product div.product p.price {
  margin: 0.4em 0 0 0; }

.woocommerce-tabs {
  padding: 15px 0 2em 0;
  border-bottom: solid 1px #000000;
  font-size: 14px; }

.woocommerce-tabs ul.tabs {
  display: none !important; }

.woocommerce-tabs .panel {
  width: 100% !important;
  float: none !important; }

.woocommerce-tabs .panel p {
  margin-bottom: 0; }

.related > h2:first-child,
.upsells > h2:first-child {
  font-family: 'Josefin Sans', 'Source Sans Pro', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
  margin-top: 15px; }

.shop-category-pixel {
  visibility: hidden;
  height: 0;
  pointer-events: none;
  position: relative;
  top: -178px;
  display: block; }

.shop-category-desc {
  font-style: italic;
  font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
  line-height: 110%;
  margin-top: 0.2em;
  font-size: 14px; }

table.cart .product-thumbnail img {
  border-radius: 0; }

@media (min-width: 1200px) {
  .post-type-archive-product div#page {
    padding-top: 180px; } }

@media (min-width: 768px) {
  .site-content > .col-full {
    margin: 0 25px !important; }
  .right-sidebar .content-area {
    width: 100% !important;
    margin: 0 !important;
    float: none !important; }
  .woocommerce-active .site-header .site-header-cart {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .woocommerce-active .site-header .site-branding {
    margin: 0;
    padding: 24px 0; }
  .single-product div.product .summary {
    margin-top: 15px; }
  .single-product h1.product_title.entry-title {
    margin-top: 0; } }

@media (min-width: 375px) and (max-width: 768px) {
  ul.products li.product {
    overflow: visible; } }

@media (max-width: 768px) {
  .site-content {
    padding-top: 0; }
  .storefront-handheld-footer-bar ul li {
    width: 60px; }
  .storefront-handheld-footer-bar ul {
    padding-left: 1.41575em;
    padding-right: 0.4157em;
    display: flex; }
  .storefront-handheld-footer-bar ul.columns-3 li:not(.home) {
    width: 60px; }
  .storefront-handheld-footer-bar ul li.home {
    width: 70%;
    display: flex;
    align-items: center;
    height: 55px; }
  .storefront-handheld-footer-bar ul li.home:after {
    content: '';
    width: 30%;
    display: inline-block; }
  .woocommerce-cart .storefront-handheld-footer-bar ul li:not(.home) {
    visibility: hidden; }
  ul.products li.product h2,
  ul.products li.product h3,
  ul.products li.product .woocommerce-loop-product__title {
    font-size: 0.8em; }
  ul.products li.product .woocommerce-loop-product__title {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    font-size: 14px !important; }
  .site-main {
    padding-top: 0 !important; }
  #main > h1 {
    font-size: 1.4em; }
  ul.products li.product .button {
    /*height: 100%;
        display: flex;*/
    align-items: center; }
  ul.products li.product {
    margin-bottom: 20px !important;
    max-width: 100%; }
  ul.products {
    margin: 0;
    margin-bottom: 15px;
    padding-bottom: 30px; }
  div#page {
    padding: 96px 16px 0 16px;
    min-height: 100%; }
  body.woocommerce-checkout .site-content > .col-full {
    padding-bottom: 100px; }
  .post-type-archive-product div#page {
    padding-top: 160px; }
  .category-nav ul {
    padding: 10px 16px 10px 16px; }
  .category-nav .col-full {
    margin: 0 !important; }
  /*
    Single product
     */
  .single-product button.single_add_to_cart_button.button.alt {
    text-transform: uppercase;
    font-size: 15px;
    width: 100%; }
  .single-product h1.product_title.entry-title {
    margin: 0; }
  .single-product div.product form.cart {
    width: 100%;
    display: flex;
    margin: 0;
    align-items: center;
    padding: 0.4em 0; }
  .single-product div.product .product_meta {
    width: 100%; }
  .woocommerce-tabs {
    margin-top: 15px; }
  .single-product div.product .edit-link {
    display: none; } }

/*.blockOverlay {*/
/*    display:none !important;*/
/*    pointer-events: none !important;*/
/*}*/
table:not(.has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
  background-color: transparent !important; }

.wccf_field_container {
  padding: 10px 0; }

.site-header-cart .widget_shopping_cart,
.site-header .product_list_widget li .quantity {
  color: #000; }

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button,
.added_to_cart,
.widget-area .widget a.button,
.site-header-cart .widget_shopping_cart a.button {
  box-shadow: none !important; }

div#wccf_checkout_field_4d585092_container small {
  font-size: 20px;
  line-height: normal;
  padding: 15px; }

.date-dropdowns select {
  margin-right: 5px; }

.field-required:after {
  content: ' *';
  color: red; }

.woocommerce-shipping-fields {
  display: none; }

table.cart td.actions .coupon,
.woocommerce-form-coupon-toggle {
  display: none !important; }

/*.woocommerce-password-strength, .woocommerce-password-hint, .coupon, .woocommerce-form-coupon-toggle {display:none !important;}*/
#billing_country_field {
  display: none; }

@media (max-width: 480px) {
  .storefront-primary-navigation {
    display: none; }
  header#masthead {
    margin-bottom: 0; }
  header#masthead .site-branding {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    float: none; }
  .site-content .col-full {
    box-shadow: none; } }

.storefront-breadcrumb {
  margin-bottom: 0 !important;
  display: none; }

/**
Locked WooCommerce Page
 */
.woocommerce-locked li#menu-item-34144 {
  display: none; }

.woocommerce-locked .site-header .site-branding {
  /*width:100% !important;*/ }

.woocommerce-locked .site-header .site-branding a {
  text-align: center; }

.woocommerce-locked .site-header .site-branding img {
  /*display:inline;*/ }

.woocommerce-locked .storefront-breadcrumb {
  display: none; }

.woocommerce-locked footer#colophon {
  /* display:none; */
  position: relative;
  z-index: 99999; }

.storefront-handheld-footer-bar ul li.home > a {
  width: 70%;
  background: url(assets/images/logo.svg) left center no-repeat;
  font-family: inherit;
  background-size: contain;
  height: 21px; }

/**
Password
 */
body.woocommerce-locked .entry-header {
  display: none; }

.wcps-login-wrapper {
  max-width: 300px;
  margin: 0 auto; }

.wcps-login-wrapper input {
  width: 100%; }

.wcps-login-wrapper input[type='text'] {
  margin-top: 5px !important;
  background: #fff;
  border: 1px solid #000; }

.wcps-login-wrapper input[type='submit'] {
  background: #000;
  color: #fff;
  border-radius: 0;
  margin-top: 20px !important;
  text-transform: uppercase; }

.wcps-password-label {
  text-transform: uppercase;
  font-family: 'Josefin Sans', 'Source Sans Pro', sans-serif; }

/*
thwcfe
 */
.thwcfe-input-field-wrapper .date-dropdowns {
  display: flex; }

.thwcfe-input-field-wrapper .date-dropdowns select {
  width: auto; }

table.shop_table.shop_table_responsive {
  color: #000; }

.woocommerce .woocommerce-cart-form table.shop_table_responsive .cart_item a {
  color: #000 !important; }

.woocommerce .woocommerce-cart-form table.cart td.product-remove a.remove::before {
  color: #000; }

.woocommerce-breadcrumb a:first-of-type::before {
  display: none !important; }

/*
Cart
 */
body .storefront-handheld-footer-bar ul li.cart .count {
  top: 0.75em;
  right: -11px;
  border: 1px solid #000;
  background: #f8f8f8;
  color: #181818; }

body .storefront-handheld-footer-bar ul li.cart > a::before {
  content: '';
  background: url(assets/images/cart.svg);
  background-size: 21px;
  background-repeat: no-repeat;
  background-position: center; }

.woocommerce-cart ul#site-header-cart {
  visibility: hidden; }

body.woocommerce-cart .entry-title,
.cart-collaterals .cart_totals h2 {
  margin: 15px 0 0 0;
  font-size: 1.7em;
  text-transform: uppercase;
  font-family: 'Josefin Sans', 'Source Sans Pro', sans-serif;
  font-weight: 700; }

.site-header-cart li > a.cart-contents::after {
  display: none; }

#site-header-cart li:not(:last-child) {
  margin-right: 5%; }

#site-header-cart li > a {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  justify-content: flex-end;
  padding: 0; }

#site-header-cart li > a,
#site-header-cart li > a .count {
  font-family: 'Josefin Sans';
  color: #000000;
  font-size: 18.5px; }

#site-header-cart li > a .count {
  opacity: 1; }

@media (max-width: 768px) {
  table.shop_table_responsive tr td[data-title]::before {
    display: none; } }

/*
Age gate
 */
.age-gate-wrapper .age-gate-form {
  padding-top: 2.617924em;
  font-size: 16px; }

.age-gate-wrapper .age-gate-form .age-gate-challenge {
  font-family: 'Josefin Sans', 'Source Sans Pro', sans-serif;
  text-transform: none;
  line-height: 1.2;
  margin-bottom: 40px; }

.age-gate-wrapper .age-gate-form .age-gate-heading.age-gate-logo {
  margin-bottom: 25px; }

.age-gate-wrapper .age-gate-form .age-gate-submit-yes,
.age-gate-wrapper .age-gate-form .age-gate-submit-no {
  text-transform: uppercase;
  border: none;
  background: #000;
  color: #fff;
  line-height: 21px;
  font-weight: normal;
  font-size: 14px;
  padding: 8px 12px;
  margin-right: 0;
  margin-bottom: 0; }

.age-gate-wrapper .age-gate-form .age-gate-submit-no {
  background: transparent;
  color: #000;
  text-decoration: underline;
  margin-top: 10px; }

.age-gate-wrapper .age-gate-form .age-gate-additional-information {
  font-size: 14px; }

.age-gate-heading.age-gate-logo {
  margin: 0 auto 30px; }

.age-gate-heading.age-gate-logo img {
  max-width: 100%;
  width: 200px; }

.age-restriction .storefront-primary-navigation {
  visibility: hidden; }

body:not(.logged-in) .storefront-handheld-footer-bar ul li:not(.home) {
  visibility: hidden; }

/*
Password Protect
 */
.site-header .site-logo-anchor img,
.site-header .site-logo-link img,
.site-header .custom-logo-link img {
  max-width: 197px !important; }

.site-header {
  z-index: 9000; }

/*
 *  Footer
 */
.site-info {
  padding: 0;
  font-size: 12px; }

footer#colophon {
  padding: 5px 0; }

.page-template-template-register #primary .woocommerce h2,
.page-id-94 #primary .woocommerce h2 {
  font-size: 1.7em; }

/*
 *  Styling for usage type radio buttons in wc-registration from the 710 Labs Core plugin
 *  14 Jun 2021 - onlyunusedname@gmail.com
 */
#svtn_core_registration_fields {
  margin-bottom: 1.41575em; }

#svtn_core_registration_fields .svntnInputRow {
  padding: 0.6180469716em 0;
  margin-bottom: 1.41575em; }

#svtn_core_registration_fields .svntnInputRow label {
  margin-right: 1.2em; }

#svtn_core_registration_fields .svntnInputRow label input {
  margin-right: 0.2em; }

/*
Fix single product related products clearing
 */
section.related.products:before {
  clear: both;
  content: '';
  display: block;
  height: 1px; }

/*# sourceMappingURL=style.css.map */
