/* etheme sticky cart */
body .etheme-sticky-cart {
  background-image: none;
}
.content-page .etheme-sticky-cart .etheme_custom_add_to_cart.single_add_to_cart_button {
  padding: 12px 15px;
}
.content-page .etheme-sticky-cart .single_add_to_cart_button {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
.etheme-sticky-cart {
  min-height: 70px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: var(--et_white-2-dark);
  padding: 10px 15px;
  -webkit-box-shadow: 1px 1px 10px var(--et_dark-2-white-03);
          box-shadow: 1px 1px 10px var(--et_dark-2-white-03);
  z-index: 4;
}
.etheme-sticky-cart .et-container {
  padding-left: 15px;
  padding-right: 15px;
}
.etheme-sticky-cart .wp-post-image {
  width: auto;
  max-height: 50px;
}
.etheme-sticky-cart .sticky_product_title {
  font-size: 114%;
  padding: 0 20px;
}
.etheme-sticky-cart p.price,
.etheme-sticky-cart .stock {
  margin: 0 10px;
  padding: 0;
  background-color: transparent;
  white-space: nowrap;
}
.etheme-sticky-cart .quantity ~ .single_add_to_cart_button {
  margin-bottom: 0;
}
.etheme-sticky-cart .bundle_form .bundled_product,
.etheme-sticky-cart .cart.cart_group,
.etheme-sticky-cart .et-or-wrapper {
  display: none;
}
.etheme-sticky-cart .single_variation_wrap {
  width: auto;
}
.etheme-sticky-cart .variations tr {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  text-align: start;
}
.etheme-sticky-cart .button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
}
.etheme-sticky-cart button {
  background: transparent;
  padding: 10px;
  margin-left: 10px;
  line-height: 1;
  border: 1px solid var(--et_border-color);
  outline: none;
  height: auto;
  width: auto;
}
.etheme-sticky-cart button:hover {
  border-color: var(--et_main-color);
}
.single-product .etheme-sticky-cart .cart {
  border: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.etheme-sticky-cart .product-stock {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 5px 0 0 !important;
}
.etheme-sticky-cart .quantity {
  margin: 0 10px 0 0;
}
.single-product .etheme-sticky-cart .cart:not(:first-child) {
  margin-left: 10px;
}
