/*
Theme Name: pure

WooCommerce styles override
*/
.bg-lime {
  background: #6eb43f;
}

.bg-dark-grey {
  background: #6e6e6e;
}

.bg-white {
  background: #ffffff;
}

.bg-light-blue {
  background: #eff1f4;
}

.bg-light-grey {
  background: #e5e5e5;
}

/*

Poppins 
light: 300
regular: 400
medium: 500
semi: 600
bold: 700

*/
section {
  padding: 60px 0px;
}
@media (min-width: 992px) {
  section {
    padding: 80px 0px;
  }
}
section.clip-left {
  clip-path: polygon(165px 0, 100% 0, 100% 100%, 0% 100%);
}
section.remove-extra-padding {
  padding: 0;
}

.clip-top-right-40 {
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}

.clip-top-left-40 {
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
}

@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/**
 * 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;
  clear: both;
}
@media (min-width: 768px) {
  table.shop_table_responsive tr td {
    text-align: right;
  }
}
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
 */
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
  color: #000000;
}
ul.products li.product .klarna-label {
  font-size: 12px;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}
ul.products li.product .onsale {
  position: absolute;
  top: 0;
  right: 0 !important;
}
@media (max-width: 768px) {
  ul.products.columns-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
  }
  ul.products.columns-4 li.product {
    width: calc(50% - 7px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 32.6633333333%;
    float: left;
    margin-right: 1%;
  }
  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: 49.5%;
  }
  ul.products.columns-3 li.product {
    width: 32.6633333333%;
  }
  ul.products.columns-4 li.product {
    width: 24.25%;
  }
  ul.products.columns-5 li.product {
    width: 19.2%;
  }
  ul.products.columns-6 li.product {
    width: 15.8266666667%;
  }
}
.woocommerce-LoopProduct-link {
  text-decoration: none;
}

.woocommerce-loop-product__title {
  font-size: 15px;
  line-height: 27px;
  font-weight: 600;
  color: #000000;
  margin-top: 17px;
  margin-bottom: 5px;
}

.woocommerce-breadcrumb {
  padding-top: 35px;
  padding-bottom: 23px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .woocommerce-breadcrumb {
    font-size: 14px;
    line-height: 34px;
    padding-top: 15px;
  }
}
.woocommerce-breadcrumb i {
  font-size: 12px;
  margin: 0px 10px;
}
.woocommerce-breadcrumb a {
  border-bottom: 2px solid #6eb43f;
  padding-bottom: 5px;
  text-decoration: none;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-breadcrumb a:hover {
  color: #6eb43f;
}

.archive .header-inner {
  background: url("images/eco-pattern-green.png") no-repeat center right rgba(0, 35, 89, 0.06);
  background-size: contain;
  padding: 45px 0px;
}

.products-wrap {
  padding: 15px 0px 45px 0px;
  background: white;
}

.sortby-wrap {
  background: white;
  padding: 45px 0px 0px 0px;
}

.results-wrapper .woocommerce-result-count {
  margin-right: 30px;
}
@media (max-width: 768px) {
  .results-wrapper .woocommerce-result-count {
    display: none;
  }
}

/**
 * Single product
 */
.single-product .summary .woocommerce {
  display: none;
}
.single-product .summary .stock-label {
  margin-bottom: 20px;
}
.single-product .summary #payment-method-message {
  height: auto;
  margin: 0;
}
.single-product .summary .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product .summary .cart input {
  width: 85px;
  height: 100%;
  padding: 10px;
  border: 2px solid #014991;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.single-product .summary .cart.variations_form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-product .summary .cart button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.single-product {
  /*#product-addons-total {
  	display: none;
  }*/
}
.single-product .member-message {
  font-weight: 600;
  margin-top: 10px;
}
.single-product .member-message a {
  color: #6eb43f;
}
.single-product .product-icons {
  margin: 15px 0px 15px 0px;
}
.single-product .product-icons i {
  color: #6eb43f;
  margin-right: 4px;
}
.single-product .woocommerce-product-details__short-description {
  margin-bottom: 25px;
}
.single-product .whatsapp {
  max-width: 164px;
}
.single-product .price-wrap .member-message {
  display: none;
}
.single-product .accordion {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .single-product .gallery-sale-wrap {
    padding-right: 80px;
  }
}
.single-product .gallery-sale-wrap .onsale {
  position: absolute;
  top: 0;
  right: 79px;
  margin-right: 0 !important;
}
.single-product .woocommerce-variation-add-to-cart {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product .woocommerce-variation-add-to-cart .input-text {
  height: 100%;
}
.single-product .woocommerce-variation-availability {
  display: none;
}
.single-product .woocommerce-product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product .woocommerce-product-rating .star-rating {
  margin-right: 3px;
  color: #6eb43f;
}
.single-product .call-message-wrap {
  border-top: 1px solid #6e6e6e;
  padding-top: 40px;
  margin-top: 25px;
}
.single-product .call-message-wrap .after-cart-message {
  font-size: 24px;
  line-height: 37px;
}
.single-product table.variations .reset_variations {
  display: none;
}
.single-product table.variations .label {
  position: absolute !important;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.single-product table.variations .value {
  width: 100%;
}
@media (max-width: 768px) {
  .single-product .gallery-buttons-wrap {
    margin-bottom: 20px;
  }
}
.single-product .gallery-buttons-wrap .supporting-documents {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .single-product .gallery-buttons-wrap .supporting-documents {
    margin-top: 60px;
  }
}
.single-product .gallery-buttons-wrap .supporting-documents .file-title {
  font-weight: 600;
}
.single-product .bespoke {
  margin-top: 25px;
}
.single-product .product-main-slider .swiper-buttons {
  position: absolute;
  bottom: 7px;
  right: -1px;
}
.single-product .product_title {
  font-family: "Spartan", sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}
@media (min-width: 992px) {
  .single-product .product_title {
    font-size: 34px;
    line-height: 50px;
  }
}
.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: 49.5%;
}
.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: 32.6633333333%;
}
.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: 24.25%;
}
.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: 19.2%;
}
.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: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

table.variations .select2-container {
  margin-bottom: 15px;
}
table.variations .selection > span {
  background: #ededed;
  padding: 23px 10px;
  border-radius: 0;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6e6e6e !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "";
  display: block;
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e813";
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  right: -8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #014991;
}
.select2-container--default.select2-container--open b:after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.wapf-ttp a {
  color: #ffffff;
}

.wapf-wrapper {
  margin: 0 !important;
}
.wapf-wrapper .wapf-pricing-hint {
  opacity: 1;
}
.wapf-wrapper .wapf-field-p {
  color: #6eb43f;
  padding: 0;
  margin-top: 10px;
}
.wapf-wrapper .wapf-field-true-false {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ededed;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.wapf-wrapper .wapf-field-true-false .wapf-field-label {
  margin: 0;
}
.wapf-wrapper .wapf-field-true-false .wapf-field-input {
  margin-left: auto;
}
.wapf-wrapper .wapf-field-true-false label {
  font-weight: 400;
  margin-bottom: 0 !important;
}
.wapf-wrapper .wapf-field-true-false label .wapf-label-text {
  display: none;
}
.wapf-wrapper .wapf-field-label {
  margin-right: auto;
}
.wapf-wrapper .wapf-tt-icon svg {
  display: none;
}
.wapf-wrapper .wapf-tt-icon:after {
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e81b";
}

.wapf-product-totals div span:first-child {
  font-weight: 600 !important;
}
.wapf-product-totals .wapf-row-grand-total {
  font-size: 24px;
  color: #6eb43f;
}

/**
 * Account
 */
.woocommerce-account .myaccount-greeting {
  font-weight: bold;
}
.woocommerce-account .page-title {
  border-bottom: 1px solid #6eb43f;
  padding-bottom: 30px;
}
.woocommerce-account .account-content {
  padding-top: 50px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #6eb43f;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  text-decoration: none;
  padding: 25px 30px;
  display: block;
}
.woocommerce-account .woocommerce-EditAccountForm input {
  padding: 10px;
}
.woocommerce-account .woocommerce-EditAccountForm p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce-account .woocommerce-EditAccountForm p label {
  font-weight: 600;
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce-EditAccountForm fieldset {
  padding: 30px;
  margin-bottom: 20px;
}

.woocommerce-ResetPassword label,
.woocommerce-form-login label,
.woocommerce-form-register label {
  display: block;
  font-weight: 600;
}
.woocommerce-ResetPassword input[type=text],
.woocommerce-ResetPassword input[type=password],
.woocommerce-ResetPassword input[type=email],
.woocommerce-form-login input[type=text],
.woocommerce-form-login input[type=password],
.woocommerce-form-login input[type=email],
.woocommerce-form-register input[type=text],
.woocommerce-form-register input[type=password],
.woocommerce-form-register input[type=email] {
  width: 100%;
}
.woocommerce-ResetPassword .show-password-input,
.woocommerce-form-login .show-password-input,
.woocommerce-form-register .show-password-input {
  margin: 0;
  width: 100%;
  margin-top: 5px;
}

.woocommerce-account.woocommerce-page .site-main {
  margin-top: 30px;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 1%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 49.5%;
  }
}
.woocommerce-cart .shop_table.cart thead th {
  border-bottom: 1px solid #6eb43f;
  padding-bottom: 10px;
}

/* ---------- Cart Table ---------- */
.woocommerce-cart .shop_table.cart {
  width: 100%;
  border-collapse: separate; /* keep spacing for nicer borders */
  border-spacing: 0 0.5rem; /* vertical spacing between rows */
}

/* Table header */
.woocommerce-cart .shop_table.cart thead th {
  border-bottom: 2px solid #6eb43f; /* visible bottom border */
  padding: 0.75rem 0.5rem;
  text-align: left;
  font-weight: 700;
  color: #6e6e6e;
}

/* Table cells */
.woocommerce-cart .shop_table.cart td {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
  color: #495057;
}

.woocommerce-cart .shop_table.cart td.product-remove {
  max-width: 20px;
}

.woocommerce-cart .shop_table.cart td.product-subtotal {
  font-weight: 700;
}

/* Product thumbnail */
.woocommerce-cart .shop_table.cart td.product-thumbnail img {
  width: 80px; /* smaller thumb */
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Quantity input */
.woocommerce-cart .shop_table.cart .product-quantity input.qty {
  width: 60px;
  text-align: center;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
}

/* Variation */
.woocommerce-cart .shop_table.cart .variation dt {
  font-weight: 700;
}
.woocommerce-cart .shop_table.cart .variation dd {
  font-weight: 400;
  margin: 0;
}

/*Items row*/
.woocommerce-cart .shop_table.cart tbody tr.cart_item td,
.woocommerce-cart .shop_table.cart tbody tr.cart_item th {
  border-bottom: 1px solid rgba(110, 180, 63, 0.2);
  padding-bottom: 0.75rem;
}

/* Remove link */
.woocommerce-cart .shop_table.cart a.remove {
  color: #6e6e6e;
  font-weight: bold;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.woocommerce-cart .shop_table.cart a.remove:hover {
  color: #6e6e6e;
}

/* Subtotal / totals */
.woocommerce-cart .cart-subtotal,
.woocommerce-cart .order-total,
.woocommerce-cart .woocommerce-shipping-totals {
  font-weight: 600;
  color: #6e6e6e;
}

/* Hover effect for rows */
/*.woocommerce-cart .shop_table.cart tbody tr:hover {
	background-color: #f8f9fa;
}*/
/*Actions*/
.woocommerce-cart .shop_table.cart td.actions {
  /*display: flex;
  flex-wrap: wrap;*/
}
.woocommerce-cart .shop_table.cart td.actions .coupon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.woocommerce-cart .shop_table.cart td.actions .soft79_fill_cart_url {
  display: none;
  /*flex-basis: 100%;

  @media (max-width: $breakpoint-tablet) {
  	margin-top: 20px;
  }*/
}
@media (max-width: 768px) {
  .woocommerce-cart .shop_table.cart td.actions .button {
    /*margin-left: auto;*/
  }
}

/*Coupons*/
.actions {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.actions .coupon {
  float: left;
  margin-bottom: 15px;
}
.actions .coupon input {
  padding: 11px;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .actions .button {
    float: right;
  }
}
.actions .soft79_fill_cart_url {
  clear: both;
}

/* Responsive: mobile */
@media (max-width: 767.98px) {
  .woocommerce-cart .shop_table.cart thead {
    display: none; /* hide headers on mobile */
  }
  .woocommerce-cart .shop_table.cart tbody tr {
    display: block;
    margin-bottom: 1rem;
  }
  .woocommerce-cart .shop_table.cart td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.5rem;
  }
  .woocommerce-cart .shop_table.cart td.product-name .variation {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .woocommerce-cart .shop_table.cart td.product-name::before {
    content: "Product: ";
    font-weight: 600;
  }
  .woocommerce-cart .shop_table.cart td.product-price::before {
    content: "Price: ";
    font-weight: 600;
  }
  .woocommerce-cart .shop_table.cart td.product-quantity::before {
    content: "Qty: ";
    font-weight: 600;
  }
  .woocommerce-cart .shop_table.cart td.product-subtotal::before {
    content: "Subtotal: ";
    font-weight: 600;
  }
}
/* --- WooCommerce Checkout Styling --- */
/* General checkout container */
/* Form fields */
.woocommerce-cart #shipping_method,
.woocommerce-checkout #shipping_method {
  padding: 0;
  list-style: none;
}
.woocommerce-cart #shipping_method input,
.woocommerce-checkout #shipping_method input {
  margin-right: 10px;
}

.woocommerce-checkout .form-row {
  margin-bottom: 1rem;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fafafa;
  -webkit-transition: border-color 0.2s, background 0.2s;
  transition: border-color 0.2s, background 0.2s;
}

.woocommerce-checkout .input-text:focus,
.woocommerce-checkout select:focus,
.woocommerce-checkout textarea:focus {
  border-color: #0d6efd; /* bootstrap primary */
  background: #fff;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.1);
          box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.1);
}

/* Labels */
.woocommerce-checkout label {
  font-weight: 500;
  margin-bottom: 0.25rem;
  display: inline-block;
}

/* Order review box */
.woocommerce-checkout #order_review {
  border: 1px solid #eee;
  border-radius: 0;
  padding: 1.5rem;
  background: #fcfcfc;
  margin-top: 2rem;
}

/* Table styling */
.woocommerce-checkout table.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  text-align: left;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
  padding: 0.75rem;
  border-bottom: 1px solid #eee;
}

.woocommerce-checkout table.shop_table th {
  background: #f9f9f9;
  font-weight: 600;
}

/* Payment section */
.woocommerce-checkout #payment {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 0;
  padding: 1.5rem;
  margin-top: 2rem;
}

.woocommerce-checkout #payment ul.payment_methods {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  margin-bottom: 1rem;
}

.cart_totals .ppc-button-wrapper {
  margin-top: 15px;
}

/**
 * General WooCommerce components
 */
.woocommerce-checkout .woocommerce .u-column1,
.woocommerce-checkout .woocommerce .u-column2,
.woocommerce-checkout .woocommerce .col-1,
.woocommerce-checkout .woocommerce .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.woocommerce .u-column1,
.woocommerce .col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/*.woocommerce .u-column2,
.woocommerce .col-2 {
	flex: 0 0 50%; // second column in 2-column layout
	max-width: 50%;
}*/
@media (max-width: 767.98px) {
  .woocommerce-checkout .woocommerce .u-column2,
  .woocommerce-checkout .woocommerce .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.show-password-input {
  background: #6e6e6e;
  cursor: pointer;
  border: none;
  margin-left: 40px;
  padding: 6px;
}
.show-password-input:hover {
  background: #6e6e6e;
  opacity: 0.8;
}

.show-password-input::before {
  font-family: "pure";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e81a";
  color: #ffffff;
}

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.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: #6eb43f;
}

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: #000000;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #000000;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #6e6e6e;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #6e6e6e;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #000000;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #6e6e6e;
  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: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

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

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #ffffff;
  clear: both;
  border: 2px solid #6e6e6e;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  gap: 3px;
}
.woocommerce-message .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
  margin-left: auto;
}
.woocommerce-message:focus-visible,
.woocommerce-info:focus-visible,
.woocommerce-error:focus-visible,
.woocommerce-noreviews:focus-visible,
p.no-comments:focus-visible {
  outline: none;
}

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

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

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
.stock-label {
  display: inline-block;
  background: #6e6e6e;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 10px;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 15px;
}
.stock-label.made-to-order {
  background: #d96c06;
}
.stock-label.instock {
  background: #6eb43f;
}

.onsale {
  color: #ffffff;
  background: #6eb43f;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 7px 1px 25px;
  z-index: 9;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
@media (min-width: 992px) {
  .onsale {
    font-size: 12px;
    padding: 5px 10px 5px 25px;
  }
}

.product-rating {
  font-size: 12px;
}
.product-rating .star-rating span::before {
  color: #6eb43f;
}

.delivery-time {
  font-size: 12px;
}
.delivery-time i {
  color: #6eb43f;
  margin-right: 5px;
}

.facetwp-type-sort .select2-container--default .select2-selection--single {
  padding: 10px;
  border: 1px solid #014991;
  background: #ffffff;
  border-radius: 0;
  min-width: 215px;
  padding: 10px;
  height: auto;
  border-radius: 30px;
}
.facetwp-type-sort .select2-container--default .select2-selection--single span {
  color: #014991 !important;
}

.sortby-wrap .results-wrapper {
  height: 100%;
}
.sortby-wrap .results-wrapper .woocommerce-ordering {
  height: 100%;
}
.sortby-wrap .orderby,
.sortby-wrap .filter-by {
  padding: 10px;
  border: 1px solid #6eb43f;
  background: #ffffff;
}
@media (max-width: 768px) {
  .sortby-wrap .orderby,
  .sortby-wrap .filter-by {
    height: 100%;
  }
}

.results-wrapper p {
  margin-bottom: 0;
}

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

/**
 * WooCommerce widgets
 */
/**
 * 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: #6e6e6e;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
          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: #6e6e6e;
}
.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%;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 18px;
}
.woocommerce-Reviews .commentlist {
  margin-left: 20px;
  padding: 0;
  list-style: none;
}
.woocommerce-Reviews .commentlist li {
  padding: 10px;
  margin-bottom: 10px;
  background: #e5e5e5;
}
/*# sourceMappingURL=woocommerce.css.map */