/* shop start page */
body.post-type-archive.post-type-archive-product .woocommerce-products-header__title.page-title, body.post-type-archive.post-type-archive-product .woocommerce-result-count, body.post-type-archive.post-type-archive-product form.woocommerce-ordering, body.post-type-archive.post-type-archive-product ul.products {
  display: none;
}
body.post-type-archive.post-type-archive-product .wp-block-button__link {
  background-color: #93c01f;
  border-radius: 3px;
  font-weight: 700;
  padding: 0.618em 1em;
  line-height: 1;
}
body.post-type-archive.post-type-archive-product .wp-block-button__link:hover {
  background-color: #82aa1b;
  color: #fff !important;
}
/* cart */
body.woocommerce-cart div.woocommerce {
  width: 100%;
}
body.woocommerce-cart input#coupon_code {
  width: 200px;
}
@media only screen and (max-width: 450px) {
  body.woocommerce-cart input#coupon_code {
    width: 48%;
  }
}
/* checkout */
body.woocommerce-checkout .stripe-sepa-icon.stripe-icon, body.woocommerce-account .stripe-sepa-icon.stripe-icon, body.woocommerce-checkout .stripe-sofort-icon.stripe-icon, body.woocommerce-account .stripe-sofort-icon.stripe-icon, body.woocommerce-checkout .stripe-giropay-icon.stripe-icon, body.woocommerce-account .stripe-giropay-icon.stripe-icon, body.woocommerce-checkout .stripe-visa-icon.stripe-icon, body.woocommerce-account .stripe-visa-icon.stripe-icon, body.woocommerce-checkout .stripe-amex-icon.stripe-icon, body.woocommerce-account .stripe-amex-icon.stripe-icon, body.woocommerce-checkout .stripe-mastercard-icon.stripe-icon, body.woocommerce-account .stripe-mastercard-icon.stripe-icon, body.woocommerce-checkout .payment_method_paypal .about_paypal, body.woocommerce-account .payment_method_paypal .about_paypal, body.woocommerce-checkout .payment_method_paypal img, body.woocommerce-account .payment_method_paypal img, body.woocommerce-checkout .payment_method_ppec_paypal img, body.woocommerce-account .payment_method_ppec_paypal img {
  display: none;
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  padding: 1rem;
}
body.woocommerce-checkout button[name=woocommerce_checkout_place_order] {
  margin: 0 1rem;
  float: none !important;
}
body.woocommerce-checkout #woo_pp_ec_button_checkout {
  margin: 0 1rem;
  max-width: 250px;
}
@media only screen and (max-width: 768px) {
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: auto !important;
  }
}
/* general */
body.woocommerce-page {
  /* image gallery */
  /* adjust product items 2 columns instead of 4 */
}
body.woocommerce-page .woocommerce .col-1, body.woocommerce-page .woocommerce .col-2 {
  max-width: none;
}
body.woocommerce-page .woocommerce .form-row {
  display: initial;
}
body.woocommerce-page .content-area {
  width: 100%;
}
body.woocommerce-page div.product p.price, body.woocommerce-page span.price {
  color: #93c01f !important;
}
body.woocommerce-page .woocommerce-result-count {
  margin-right: 1em;
}
body.woocommerce-page #respond input#submit.alt, body.woocommerce-page a.button.alt, body.woocommerce-page button.button.alt, body.woocommerce-page input.button.alt, body.woocommerce-page a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  background-color: #93c01f;
  color: #fff !important;
}
body.woocommerce-page #respond input#submit.alt:hover, body.woocommerce-page a.button.alt:hover, body.woocommerce-page button.button.alt:hover, body.woocommerce-page input.button.alt:hover, body.woocommerce-page a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  background-color: #82aa1b;
  color: #fff !important;
}
body.woocommerce-page .quantity input.qty {
  height: 40px;
}
body.woocommerce-page .product_meta > span {
  display: block;
}
body.woocommerce-page form.cart {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-page form.cart .quantity {
  order: 1;
}
body.woocommerce-page form.cart #wc-stripe-payment-request-wrapper {
  order: 4;
  min-width: 259px;
  padding-top: 1em !important;
}
body.woocommerce-page form.cart #wc-stripe-payment-request-button-separator {
  order: 3;
  height: 0;
  margin: 0 !important;
  visibility: hidden;
  flex-basis: 100%;
}
body.woocommerce-page form.cart .button {
  order: 2;
}
body.woocommerce-page #wc-stripe-payment-request-button-separator {
  margin-bottom: 1em;
  margin-top: 1em !important;
}
body.woocommerce-page .slider.wpgis-slider-nav.slick-slider.slick-vertical {
  max-width: 100px;
}
body.woocommerce-page ul.products[class*=columns-] li.product {
  width: 48%;
  float: left;
  clear: both;
  margin: 0 0 2.992em;
}
@media only screen and (max-width: 550px) {
  .woocommerce .woocommerce-ordering {
    float: none;
    margin-bottom: 2em;
  }
}
/* my account pages */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25% !important;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75% !important;
  }
}
nav.woocommerce-MyAccount-navigation {
  flex-grow: 1;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width: 200px;
  font-size: 17px;
  line-height: 26px;
  height: 100%;
  background-color: #f2f2f2;
}
nav.woocommerce-MyAccount-navigation ul li {
  background-color: #f2f2f2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
nav.woocommerce-MyAccount-navigation ul li a {
  padding: 15px 20px !important;
  display: block;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #d9d9d9;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0, 0, 0, 0.8);
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid #d9d9d9;
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -14px;
  margin-top: -45px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: #d9d9d9;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid #d9d9d9;
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -14px;
  margin-top: -45px;
}
body.woocommerce-account .woocommerce-MyAccount-content {
  padding: 20px 20px 20px 0;
}
body.woocommerce-account .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
  margin: 5px;
}
body.woocommerce-account #add_payment_method #payment {
  background: transparent;
}
body.woocommerce-account #add_payment_method #payment .form-row {
  display: block;
}
body.woocommerce-account .woocommerce {
  display: flex;
}
body.woocommerce-account .woocommerce .form-row {
  display: block;
}
body.woocommerce-account .woocommerce .col2-set .col-1, body.woocommerce-account .woocommerce .col2-set .col-2 {
  padding: 10px 0 0;
}
body.woocommerce-account .woocommerce .woocommerce-Address-title h3 {
  display: block;
  float: none;
}
body.woocommerce-account .woocommerce address {
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.1);
  padding: 10px;
  color: #000;
  border-radius: 10px;
}
body.woocommerce-account legend {
  font-size: 18pt;
  padding: 20px 0;
  display: block;
  font-weight: bold;
}
body.woocommerce-account:not(.logged-in) .woocommerce {
  justify-content: center;
}
body.woocommerce-account:not(.logged-in) .woocommerce h2 {
  display: none;
}
body.woocommerce-account:not(.logged-in) .woocommerce form.woocommerce-ResetPassword.lost_reset_password {
  max-width: 700px;
  margin: 50px 0;
}
/* responsive navigation */
@media only screen and (max-width: 885px) {
  body.woocommerce-account .woocommerce {
    flex-direction: column;
    position: relative;
    min-height: 385px;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    padding-left: 20px;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation, body.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    float: none;
    width: auto !important;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    position: absolute;
    display: block;
    transition: left 0.35s ease-in-out;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul:after {
    content: 'MENU';
    transform: rotate(90deg);
    display: inline-block;
    background: #2d2d2d;
    color: #fff;
    font-family: 'Open Sans', Arial, 'Trebuchet MS', 'Segoe UI', 'Helvetica', sans-serif;
    font-weight: 600;
    width: auto;
    padding: 2px 10px;
    border: 1px solid #d9d9d9;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    position: absolute;
    font-size: 14px;
    left: 181px;
    top: 180px;
    cursor: pointer;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:after {
    display: none;
  }
  body.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation:not(.open) {
    left: -200px;
  }
}
