.woocommerce .product .elementor-widget-dowc_add_to_cart .cart {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .woocommerce .product .elementor-widget-dowc_add_to_cart .cart {
    flex-direction: column;
  }
}
.woocommerce .product .elementor-widget-dowc_add_to_cart .cart::before, .woocommerce .product .elementor-widget-dowc_add_to_cart .cart::after {
  display: none !important;
}
.woocommerce .product .elementor-widget-dowc_add_to_cart .cart .quantity {
  flex-shrink: 0;
  margin: 0;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .woocommerce .product .elementor-widget-dowc_add_to_cart .cart .quantity {
    display: none;
  }
}
.woocommerce .product .elementor-widget-dowc_add_to_cart .cart .quantity input {
  outline: none;
  padding: 3px;
  padding-right: 16px;
  width: 42px;
  height: 20px;
  border: 1px solid #d8d8d8;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 9px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  color: rgba(0, 0, 0, 0.87);
  -moz-appearance: textfield;
  transition: initial;
}
.woocommerce .product .elementor-widget-dowc_add_to_cart .cart .quantity input::-webkit-inner-spin-button, .woocommerce .product .elementor-widget-dowc_add_to_cart .cart .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .product .elementor-widget-dowc_add_to_cart .cart .button {
  flex-shrink: 0;
  padding: 5px;
  width: 65px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #000;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 8px;
  line-height: 1;
  text-align: center;
  color: #fff;
  transition: initial;
}
@media (max-width: 767px) {
  .woocommerce .product .elementor-widget-dowc_add_to_cart .cart .button {
    flex-grow: 1;
    width: 100%;
    height: 31px;
    border-radius: 6px;
    font-size: 12px;
  }
}
.woocommerce .product .elementor-widget-dowc_add_to_cart .cart .btn-view {
  flex-shrink: 0;
  padding: 5px;
  width: 50px;
  height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #000;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 8px;
  line-height: 1;
  text-align: center;
  color: #000;
  position: absolute;
  top: 50%;
  right: 75px;
  transform: translateY(-50%);
  transition: initial;
}
@media (max-width: 767px) {
  .woocommerce .product .elementor-widget-dowc_add_to_cart .cart .btn-view {
    position: initial;
    transform: initial;
    width: 100%;
    height: 31px;
    border-radius: 6px;
    font-size: 12px;
  }
}