@charset "UTF-8";
/*
Theme Name: Gothik Dark

WooCommerce styles override
*/
:root {
  --wpforms-label-color: #857e7e;
  --wpforms-button-background-color-alt: #1a1a1a;
  --wpforms-button-background-color: #1a1a1a;
  --wpforms-button-border-color: #7a002b #470012 #470012 #7a002b;
  --wpforms-button-text-color: #000000;
  --wpforms-field-background-color: #c5c5c5;
  --wpforms-field-text-color: #000000;
  --wpforms-field-border-color: #7a002b #470012 #470012 #7a002b;
}

/*
Theme Name: Gothik Dark

WooCommerce styles override
*/
/**
 * Column width with margin
 */
/**
 * Let's see if we can remove !important?
 */
/*
Theme Name: Gothik Dark

WooCommerce styles override
*/
.site-main {
  z-index: 1;
}

ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  background: #000000;
  border: 1px solid #470012;
  border-radius: 5px;
  list-style: none;
  margin-bottom: 2em;
  padding: 10px;
  position: relative;
  text-align: center;
}
ul.products li.product::before {
  background: rgba(71, 0, 18, 0.5);
  background-clip: border-box;
  content: "";
  filter: blur(3px);
  height: 105%;
  left: -2.5%;
  position: absolute;
  top: -2.5%;
  width: 105%;
  z-index: -1;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
h1.product_title {
  margin-top: 0;
  border-bottom: 1px solid;
  border-bottom-color: rgba(26, 26, 26, 0.5);
}

.woocommerce-Tabs-panel {
  border-bottom: 1px solid;
  border-bottom-color: rgba(26, 26, 26, 0.5);
}

p.price {
  font-size: 2em;
  margin-top: 0;
  margin-bottom: 0;
}

.gd_single_product_layout {
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: 65% 35%;
  padding-right: 20px;
  width: 100%;
  align-content: flex-start;
}

.gd_single_product_layout > span,
ul li a span.onsale {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 3em;
  text-shadow: 2px 2px 4px #7a002b;
}

ul li a span.onsale {
  left: 0;
}

.woocommerce-product-gallery,
.summary {
  border: 1px solid;
  border-color: rgba(26, 26, 26, 0.5);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(71, 0, 18, 0.2), 0 6px 20px 0 rgba(122, 0, 43, 0.19);
  padding: 10px;
}

.summary {
  margin-right: 20px;
  margin-top: 0;
}

.woocommerce-tabs ul.tabs {
  list-style-type: none;
  text-align: center !important;
  margin-top: 40px !important;
}
.woocommerce-tabs ul.tabs li {
  display: inline-block !important;
  padding: 10px;
  border-bottom: 1px solid;
  border-bottom-color: rgba(26, 26, 26, 0.5);
}
.woocommerce-tabs ul.tabs li.active {
  box-shadow: 0 4px 8px 0 rgba(71, 0, 18, 0.2), 0 6px 20px 0 rgba(122, 0, 43, 0.19);
}
.woocommerce-tabs ul.tabs li a {
  display: inline !important;
}

.wp-block-woocommerce-cart-items-block,
.wp-block-woocommerce-cart-totals-block {
  border: 1px solid;
  border-color: rgba(26, 26, 26, 0.5);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(71, 0, 18, 0.2), 0 6px 20px 0 rgba(122, 0, 43, 0.19);
}

del span bdi {
  text-decoration: line-through 20%;
}

ins span bdi {
  color: #857e7e;
}

.wc-block-components-totals-shipping > div > span.wc-block-components-formatted-money-amount {
  text-align: right;
  width: 100%;
}

.woocommerce-product-gallery__image {
  text-align: center;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
/**
 * Single product
 */
/*
Theme Name: Gothik Dark

WooCommerce styles override
*/
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #354700;
}
.stock.out-of-stock {
  color: #ff0000;
}

button.single_add_to_cart_button {
  width: 100%;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
.wc-block-components-sidebar-layout {
  flex-wrap: nowrap !important;
}

.wc-block-components-sidebar {
  padding-top: 10px;
}

.wc-block-components-sidebar,
.wc-block-components-main {
  border: 1px solid;
  border-color: rgba(26, 26, 26, 0.5);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(71, 0, 18, 0.2), 0 6px 20px 0 rgba(122, 0, 43, 0.19);
}

.wc-block-components-sidebar {
  margin-top: 0 !important;
}

.wc-block-components-main {
  margin-right: 20px !important;
  padding: 10px;
}

.woocommerce-order {
  border: 1px solid;
  border-color: rgba(26, 26, 26, 0.5);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(71, 0, 18, 0.2), 0 6px 20px 0 rgba(122, 0, 43, 0.19);
  padding: 10px;
}

/* Heading Icons */
.gd-icon-move-map,
.gd-icon-move-contact,
.gd-icon-move-payment,
.gd-icon-move-shipping {
  margin-right: 10px;
}

.gd-icon-move-map-target,
.gd-icon-move-contact-target,
.gd-icon-move-payment-target,
.gd-icon-move-shipping-target {
  display: flex;
}
.gd-icon-move-map-target h2,
.gd-icon-move-contact-target h2,
.gd-icon-move-payment-target h2,
.gd-icon-move-shipping-target h2 {
  align-self: end;
}

/**
 * General WooCommerce components
 */
/*
Theme Name: Gothik Dark

WooCommerce styles override
*/
/**
 * List products
 */
.orderby {
  background-color: #c5c5c5;
  border-color: #7a002b #470012 #470012 #7a002b;
  color: #000000;
  float: right;
}

.orderby > option {
  background-color: #c5c5c5;
  border-color: #7a002b #470012 #470012 #7a002b;
  color: #000000;
}

p.woocommerce-result-count {
  float: left;
  margin-top: 0;
}

h1.woocommerce-products-header__title {
  text-align: center;
  text-shadow: 2px 2px 4px #1a1a1a;
}

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart a.cart-contents {
  position: relative;
  display: flex !important;
  flex-flow: column nowrap;
  justify-content: center;
}
.site-header-cart     .cart-contents:hover {
  text-decoration: none;
}
.site-header-cart   .cart-contents-count {
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  padding: 1px;
  position: absolute;
  right: 7px;
  text-align: center;
  top: 5px;
  transform: translateY(-105%) translateX(25%);
  vertical-align: middle;
  width: 22px;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #857e7e;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #1a1a1a;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #1a1a1a;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #1a1a1a;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #1a1a1a;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #857e7e;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #1a1a1a;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #354700;
}
.woocommerce-password-strength.short {
  color: #ff0000;
}
.woocommerce-password-strength.bad {
  color: #ff0000;
}
.woocommerce-password-strength.good {
  color: #120047;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #354700;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #ff0000;
}

.required {
  color: #ff0000;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #354700;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #120047;
}

.woocommerce-error {
  background-color: #ff0000;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #120047;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
  * Header cart
  */
  .site-header-cart .widget_shopping_cart {
    box-shadow: 0 4px 8px 0 rgba(71, 0, 18, 0.2), 0 6px 20px 0 rgba(122, 0, 43, 0.19);
    display: block;
    left: -999em;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.wc-block-components-sidebar {
  padding-right: 2.2641509434%;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  background-color: transparent !important;
  background-image: image-set(url("https://www.spyders.co.za/wp-content/themes/gothik-dark/img/160x160/icon-cancelled.avif") type("image/avif"), url("https://www.spyders.co.za/wp-content/themes/gothik-dark/img/160x160/icon-cancelled.webp") type("image/webp"), url("https://www.spyders.co.za/wp-content/themes/gothik-dark/img/160x160/icon-cancelled.png") type("image/png")) !important;
  height: 160px !important;
  width: 160px !important;
  mask-image: none !important;
  mask-size: cover !important;
}

.wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  text-wrap: balance;
  text-wrap: pretty;
  display: block;
}

.wc-block-components-button:not(.is-link):focus {
  box-shadow: 0 0 0 2px #0675c4;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #0675c4;
  outline: 3px solid transparent;
}

table.account-orders-table {
  margin-top: 10px;
}

a.button,
a.order-actions-button,
a.added_to_cart,
a.ajax_add_to_cart {
  background: #1a1a1a !important;
  border-color: #7a002b #470012 #470012 #7a002b !important;
  border-radius: 3px !important;
  border: 1px solid !important;
  color: #000000 !important;
  display: inline-block;
  line-height: 1 !important;
  min-height: 3em;
  padding-top: 1em;
  width: 100%;
}
a.button:hover,
a.order-actions-button:hover,
a.added_to_cart:hover,
a.ajax_add_to_cart:hover {
  border-color: #7a002b #470012 #470012 #7a002b !important;
}
a.button:active, a.button:focus,
a.order-actions-button:active,
a.order-actions-button:focus,
a.added_to_cart:active,
a.added_to_cart:focus,
a.ajax_add_to_cart:active,
a.ajax_add_to_cart:focus {
  border-color: #7a002b #470012 #470012 #7a002b !important;
}

a.button,
a.order-actions-button {
  width: auto;
  padding: 1em;
}

.ajax_add_to_cart,
.wc-block-cart__submit-button {
  background: #1a1a1a !important;
  border-color: #7a002b #470012 #470012 #7a002b !important;
  border-radius: 3px !important;
  border: 1px solid !important;
  color: #000000 !important;
  line-height: 1 !important;
}
.ajax_add_to_cart a,
.wc-block-cart__submit-button a {
  min-height: 3em;
}
.ajax_add_to_cart:hover,
.wc-block-cart__submit-button:hover {
  border-color: #7a002b #470012 #470012 #7a002b !important;
}
.ajax_add_to_cart:active, .ajax_add_to_cart:focus,
.wc-block-cart__submit-button:active,
.wc-block-cart__submit-button:focus {
  border-color: #7a002b #470012 #470012 #7a002b !important;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #1a1a1a;
}
nav.woocommerce-MyAccount-navigation ul li {
  float: left;
}
nav.woocommerce-MyAccount-navigation ul li a {
  display: block;
  color: #857e7e;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
nav.woocommerce-MyAccount-navigation ul li a:hover:not(.is-active) {
  background-color: #000000;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #470012;
}

small.includes_tax,
small.shipped_via,
span.amount {
  width: 100%;
  text-align: right;
  display: inline-block;
}

small.includes_tax span.amount {
  display: inline;
}

div.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li.woocommerce-order-overview__total.total strong span.woocommerce-Price-amount.amount {
  width: auto;
}

.wp-block-woocommerce-product-categories ul {
  background-color: #1a1a1a;
  display: flex;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.wp-block-woocommerce-product-categories ul li {
  float: left;
}
.wp-block-woocommerce-product-categories ul li a {
  color: #857e7e;
  display: block;
  padding: 14px 16px;
  text-align: center;
  text-decoration: none;
}
.wp-block-woocommerce-product-categories ul li a:hover:not(.is-active) {
  background-color: #000000;
}
.wp-block-woocommerce-product-categories ul li.is-active {
  background-color: #470012;
}

.woocommerce-notices-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border: 1px solid;
  border-color: #1a1a1a;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(71, 0, 18, 0.2), 0 6px 20px 0 rgba(122, 0, 43, 0.19);
  margin: auto;
  width: fit-content;
  padding: 10px;
}

form.woocommerce-EditAccountForm.edit-account fieldset {
  border: 1px solid;
  border-color: #1a1a1a;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(71, 0, 18, 0.2), 0 6px 20px 0 rgba(122, 0, 43, 0.19);
}

ul.wc-block-product-categories-list--depth-0 li ul.wc-block-product-categories-list--depth-1 {
  border: 1px solid;
  border-color: #1a1a1a;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(71, 0, 18, 0.2), 0 6px 20px 0 rgba(122, 0, 43, 0.19);
  position: relative;
  left: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: auto;
  flex-direction: column;
  display: none;
  cursor: pointer;
  padding-inline-start: 0;
}

ul.wc-block-product-categories-list--depth-0 li:hover ul.wc-block-product-categories-list--depth-1 {
  display: flex;
}

/**
 * WooCommerce widgets
 */
/*
Theme Name: Gothik Dark

WooCommerce styles override
*/
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #1a1a1a;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #1a1a1a;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

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