/* Start custom CSS for html, class: .elementor-element-0363a03 */.elementor-widget-container .product-info {
  display: flex;
justify-content: space-between;
  background: #f2f5f4;
  padding: 10px;
  align-items: center;
}
.elementor-widget-container .product-actions {
  display: flex;
  justify-content: center;
  align-items: center;
}
.elementor-widget-container #addToCart {
  color: white !important;
  background: rgb(233, 82, 41) !important;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all 0.2s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(52, 51, 51);
  font-weight: bold;
  cursor: pointer;
  opacity: 0;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
}
.elementor-widget-container .product-actions #price {
  margin-right: 10px;
  font-size: 1.5em;
}/* End custom CSS */