.elementor-272 .elementor-element.elementor-element-9ef0c06{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-272 .elementor-element.elementor-element-b0dc93e .elementor-heading-title{font-family:"Prata", Sans-serif;font-size:32px;font-weight:400;color:#454545;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-272 .elementor-element.elementor-element-9ef0c06{--margin-top:10px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-272 .elementor-element.elementor-element-9ef0c06{--content-width:1260px;}}@media(max-width:1024px) and (min-width:768px){.elementor-272 .elementor-element.elementor-element-9ef0c06{--content-width:100%;}}/* Start custom CSS */.quantity {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.qty-button {
  background: #94D279;
  color: #fff;
  border: none;
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 5px;
  transition: all 0.2s ease;
  padding: 2px;
}

.qty-button:hover {
  background: #7bc063;
}

.quantity .qty {
  text-align: center;
  width: 60px;
  height: 34px;
  font-size: 16px;
}
.quantity button:focus {
    background: black;
}
.elementor-widget-woocommerce-cart .woocommerce .input-text.qty{
    text-align: center;
}
td.product-subtotal {
    text-align: center;
}/* End custom CSS */