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

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
/**
 * Shop tables
 */
/**
 * 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
 */
/**
 * Products
 */
ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product .woocommerce-loop-product__title {
  font-size: 1rem;
}
ul.products li.product img {
  display: block;
}
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;
  }

  .columns-1 ul.products li.product {
    float: none;
    width: 100%;
  }

  .columns-2 ul.products li.product {
    width: 48.1%;
  }

  .columns-3 ul.products li.product {
    width: 30.7966666667%;
  }

  .columns-4 ul.products li.product {
    width: 22.15%;
  }

  .columns-5 ul.products li.product {
    width: 16.96%;
  }

  .columns-6 ul.products li.product {
    width: 13.4933333333%;
  }
}
/**
 * Single product
 */
/**
 * Single Product
 */
.single-product .woocommerce-breadcrumb {
  display: none;
}
.single-product div.product {
  position: relative;
}
.single-product div.product .single-product-breadcrumb .woocommerce-breadcrumb {
  display: inline-block;
  color: #444;
  font-size: 16px;
}
.single-product div.product .single-product-breadcrumb .woocommerce-breadcrumb a {
  text-decoration: underline;
  font-weight: bold;
  color: #333;
}
.single-product div.product .single-product-photos .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  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 {
  content: "";
  display: table;
  table-layout: fixed;
  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;
}
.single-product div.product .single-product-title {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery__wrapper img {
  width: 100%;
  height: auto;
}
.single-product div.product .short-description p {
  font-size: 14px;
  line-height: 26px;
  color: #444;
}
.single-product div.product .commerce-information {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
}
.single-product div.product .commerce-information .commerce-content {
  padding: 30px;
}
.single-product div.product .commerce-information .commerce-content .variations_form {
  margin: 0;
  padding: 0;
}
.single-product div.product .commerce-information .sku-column {
  padding-bottom: 10px;
}
.single-product div.product .commerce-information .commerce-meta .product_title, .single-product div.product .commerce-information .commerce-meta .woocommerce-product-details__short-description, .single-product div.product .commerce-information .commerce-meta .product_meta .posted_in, .single-product div.product .commerce-information .commerce-meta .reset_variations {
  display: none !important;
}
.single-product div.product .commerce-information .commerce-meta .woocommerce-variation-price .price {
  display: block;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 5px;
  color: #2DA950;
}
.single-product div.product .commerce-information .commerce-meta .woocommerce-variation-price .weight {
  display: none;
}
.single-product div.product .commerce-information .commerce-meta .variations {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
}
.single-product div.product .commerce-information .commerce-meta .variations td {
  padding: 7px 0;
}
.single-product div.product .commerce-information .commerce-meta .variations .label {
  font-weight: bold;
  color: #7d7d7d;
  font-size: 16px;
  padding-right: 5px;
}
.single-product div.product .commerce-information .commerce-meta .variations .value {
  position: relative;
}
.single-product div.product .commerce-information .commerce-meta .variations .value select {
  width: 100%;
  border: solid #CCCCCC 1px;
  padding: 8px 20px;
  color: #444;
  -webkit-appearance: none;
  position: relative;
  z-index: 10;
  background: none;
  cursor: pointer;
}
.single-product div.product .commerce-information .commerce-meta .variations .value select:hover {
  border: solid #007F3D 1px;
}
.single-product div.product .commerce-information .commerce-meta .variations .value:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  content: "\F063";
  color: #444;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}
.single-product div.product .commerce-information .commerce-meta .single_variation_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.single-product div.product .commerce-information .commerce-meta .woocommerce-variation-price .price {
  margin: 0;
}
.single-product div.product .commerce-information .commerce-meta .product_meta {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.single-product div.product .commerce-information .commerce-meta .product_meta .sku_wrapper {
  font-weight: bold;
  font-size: 16px;
  color: #7D7D7D;
}
.single-product div.product .commerce-information .commerce-meta .product_meta .sku_wrapper span {
  font-weight: normal;
}
.single-product div.product .commerce-information .commerce-meta .product_meta .product-weight {
  color: #7d7d7d;
  font-size: 16px;
}
.single-product div.product .commerce-information .commerce-meta .quantity {
  display: inline-block;
}
.single-product div.product .commerce-information .commerce-meta .woocommerce-variation-add-to-cart,
.single-product div.product .commerce-information .commerce-meta .cart {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.single-product div.product .commerce-information .commerce-meta .woocommerce-variation-add-to-cart .qty,
.single-product div.product .commerce-information .commerce-meta .cart .qty {
  border-radius: 50%;
  border: 2px solid #5A5A5A;
  text-align: center;
  width: 35px;
  height: 35px;
  overflow: hidden;
}
.single-product div.product .commerce-information .commerce-meta .woocommerce-variation-add-to-cart .minus, .single-product div.product .commerce-information .commerce-meta .woocommerce-variation-add-to-cart .plus,
.single-product div.product .commerce-information .commerce-meta .cart .minus,
.single-product div.product .commerce-information .commerce-meta .cart .plus {
  border: none;
  background-color: transparent;
  font-size: 16px;
}
.single-product div.product .commerce-information .commerce-meta .single_add_to_cart_button {
  background: #D02630;
  color: #fff;
  border-color: #D02630;
  margin-left: 10px;
}
.single-product div.product .commerce-information .commerce-meta .single_add_to_cart_button:hover {
  background: none;
  color: #D02630;
}
.single-product div.product .commerce-information .nutrition-facts-button {
  background-color: #0DB14B;
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
}
.single-product div.product .commerce-information .nutrition-facts-button:hover {
  text-decoration: none;
  background-color: #007F3D;
}
.single-product div.product .related-products {
  background-image: url(../images/related-products-gradient.png);
  background-repeat: repeat-x;
  background-position: top left;
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-product div.product .related-products.no-background {
  background: none;
  padding-top: 20px;
  padding-bottom: 0;
}
.single-product div.product .related-products .products {
  width: 100%;
}
.single-product div.product .related-products .products .product {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px;
  border: solid #ccc 1px;
  padding: 20px;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .single-product div.product .related-products .products .product {
    width: 20%;
  }
}
.single-product div.product .related-products .products .product:hover {
  transform: scale(1.04);
}
.single-product div.product .related-products .products .product:hover a {
  text-decoration: none;
}
.single-product div.product .related-products .products .product .wp-post-image, .single-product div.product .related-products .products .product .size-woocommerce_thumbnail {
  width: 100%;
  height: auto;
}
.single-product div.product .related-products .products .product .woocommerce-loop-product__title {
  color: #2DA950;
  text-decoration: none;
  margin: 0;
  font-size: 18px;
  line-height: 23.625px;
  font-weight: bold;
}
.single-product div.product .related-products .products .product .price {
  color: #555555;
}
.single-product div.product .related-products .products .product .button {
  display: none;
}

.stock:empty:before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

.nutrition-fact-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -99999;
}
.nutrition-fact-modal:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}
.nutrition-fact-modal .nf-modal-content {
  flex: 0 0 80%;
  max-width: 600px;
  max-height: 90%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  transform: scale(1.2);
  opacity: 0;
  transition: all 0.3s ease;
}
.nutrition-fact-modal .nf-modal-content img {
  width: 100%;
  flex: 0 0 100%;
  height: auto;
  display: block;
}
.nutrition-fact-modal .nf-modal-content .close-button {
  background: #fff;
  color: #0DB14B;
  font-weight: 500;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 100px;
  display: inline-block;
  transition: all 0.3s;
  margin-top: 20px;
}
.nutrition-fact-modal .nf-modal-content .close-button:hover {
  background-color: #0DB14B;
  color: #fff;
  text-decoration: none;
}
.nutrition-fact-modal.open {
  z-index: 99999;
}
.nutrition-fact-modal.open:before {
  opacity: 1;
}
.nutrition-fact-modal.open .nf-modal-content {
  transform: scale(1);
  opacity: 1;
}

/**
 * Checkout
 */
/**
 * 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%;
  }
}
.woocommerce-cart-form .cart_item .product-name a {
  color: #0DB14B;
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
.woocommerce-cart-form .cart_item .product-name .variation, .woocommerce-cart-form .cart_item .product-name .variation p {
  color: #7d7d7d;
  font-size: 14px;
}
.woocommerce-cart-form .cart_item .product-name .variation dt, .woocommerce-cart-form .cart_item .product-name .variation dd, .woocommerce-cart-form .cart_item .product-name .variation p, .woocommerce-cart-form .cart_item .product-name .variation p dt, .woocommerce-cart-form .cart_item .product-name .variation p dd, .woocommerce-cart-form .cart_item .product-name .variation p p {
  line-height: 20px;
}

.checkout-button, .place-order .button {
  background-color: #0DB14B !important;
}
.checkout-button:hover, .place-order .button:hover {
  background-color: #007F3D !important;
}

.cart-collaterals .cross-sells {
  display: none;
}

.woocommerce-checkout .col2-set {
  display: flex;
  padding-bottom: 30px;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .col2-set {
    flex-direction: column;
  }
}
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  float: none;
}
@media screen and (min-width: 768px) {
  .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row {
  flex-wrap: wrap;
  flex: 0 0 100%;
  width: 100%;
  padding: 7px 15px;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row label, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row label {
  flex: 0 0 100%;
  color: #444;
  font-weight: bold;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  flex: 0 0 100%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper input, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
  padding: 5px 10px;
  font-size: 16px;
  border: solid #ddd 1px;
  box-shadow: none;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-first, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row.form-row-last, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row.form-row-first, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .form-row.form-row-last {
  flex: 0 0 50%;
}

/**
 * Account
 */
/**
 * Account
 */
.woocommerce .col2-set {
  display: flex;
  padding-bottom: 30px;
  margin: 0 -15px;
}
@media screen and (max-width: 768px) {
  .woocommerce .col2-set {
    flex-direction: column;
  }
}
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  float: none;
}
@media screen and (min-width: 768px) {
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
.woocommerce .woocommerce-form-login .woocommerce-form-row, .woocommerce .woocommerce-form-register .woocommerce-form-row, .woocommerce .woocommerce-EditAccountForm .woocommerce-form-row {
  display: block;
}
.woocommerce .woocommerce-form-login input, .woocommerce .woocommerce-form-login select, .woocommerce .woocommerce-form-register input, .woocommerce .woocommerce-form-register select, .woocommerce .woocommerce-EditAccountForm input, .woocommerce .woocommerce-EditAccountForm select {
  border: solid #ccc 1px;
  border-radius: 0;
  padding: 10px 20px !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme, .woocommerce .woocommerce-form-register .woocommerce-form-login__rememberme, .woocommerce .woocommerce-EditAccountForm .woocommerce-form-login__rememberme {
  width: 100%;
}

/**
 * General WooCommerce components
 */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed;
}
.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;
  font-size: 1em;
  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: #555;
}

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: #555;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a:before {
  content: "S";
  color: #555;
  opacity: 0.25;
}
p.stars:hover a:before {
  content: "S";
  color: #555;
  opacity: 1;
}
p.stars.selected a.active:before {
  content: "S";
  color: #555;
  opacity: 1;
}
p.stars.selected a.active ~ a:before {
  content: "S";
  color: #555;
  opacity: 0.25;
}
p.stars.selected a:not(.active):before {
  content: "S";
  color: #555;
  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 {
  box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: red;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  display: block;
  text-align: center;
  background-color: #0f834d;
  color: #fff;
  clear: both;
}

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

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

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

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type=tel],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type=text],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type=tel],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type=text],
.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-form-nickname,
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type=tel],
#add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type=text],
#add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type=tel],
#add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type=text],
#add_payment_method input.js-sv-wc-payment-gateway-form-nickname {
  font-size: 1rem !important;
  padding: 8px !important;
  box-shadow: none !important;
}

@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;
    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;
  }
}
/**
 * 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.4em;
}
.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: #555;
  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: #555;
}
.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-notice, .woocommerce-info {
  background-color: #0DB14B;
  border-top-color: #007F3D;
  color: #fff;
}
.woocommerce-notice a, .woocommerce-info a {
  color: #004c25;
  text-decoration: underline;
}
.woocommerce-notice:before, .woocommerce-notice:after, .woocommerce-info:before, .woocommerce-info:after {
  display: none;
}
/*# sourceMappingURL=woocommerce.css.map*/