.btn-comprar-add{ position:relative; display:block; }
.btn-comprar-call{ position:relative; }
.btn-comprar-call.off{ display:none; }
/*
.btn-comprar-add .add-to-cart{ background:var(--primaryColor); margin:0px; font-size:.9rem; text-transform:uppercase; padding:0.8rem 0; color:#FFFFFF; }
.btn-comprar-add .add-to-cart:hover{ box-shadow:0px 2px 5px rgb(40 38 38 / 20%); color:#FFFFFF; }
*/

.btn-comprar-quantity{ width:100%; margin:0px; background:#EEE7E6; height:2.7rem; display:none; justify-content:space-between; align-items:center; left:0; }
.btn-comprar-quantity.on{ display:flex; }
.btn-comprar-quantity span{ margin:0; font-weight:700; color:#807871; font-size:1.375rem; transition:all ease .2s; }
.btn-comprar-quantity span.decrementor{ margin-left:10%; font-size:1.5625rem; padding:5px 14px; line-height:100%; border-radius:10px; cursor:pointer; }
.btn-comprar-quantity span.decrementor:active{ background:#e2dcdb; }
.btn-comprar-quantity span.incrementor{ margin-right:10%; padding:7px 12px; line-height:100%; border-radius:10px; cursor:pointer; }
.btn-comprar-quantity span.incrementor:active{ background:#e2dcdb; }
.btn-comprar-result{ position:absolute; top:-3.5rem; right:1rem; width:4rem; height:4rem; background:url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='thumbs-up' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-thumbs-up fa-w-16 fa-7x'%3E%3Cpath fill='%23FFFFFF' d='M104 224H24c-13.255 0-24 10.745-24 24v240c0 13.255 10.745 24 24 24h80c13.255 0 24-10.745 24-24V248c0-13.255-10.745-24-24-24zM64 472c-13.255 0-24-10.745-24-24s10.745-24 24-24 24 10.745 24 24-10.745 24-24 24zM384 81.452c0 42.416-25.97 66.208-33.277 94.548h101.723c33.397 0 59.397 27.746 59.553 58.098.084 17.938-7.546 37.249-19.439 49.197l-.11.11c9.836 23.337 8.237 56.037-9.308 79.469 8.681 25.895-.069 57.704-16.382 74.757 4.298 17.598 2.244 32.575-6.148 44.632C440.202 511.587 389.616 512 346.839 512l-2.845-.001c-48.287-.017-87.806-17.598-119.56-31.725-15.957-7.099-36.821-15.887-52.651-16.178-6.54-.12-11.783-5.457-11.783-11.998v-213.77c0-3.2 1.282-6.271 3.558-8.521 39.614-39.144 56.648-80.587 89.117-113.111 14.804-14.832 20.188-37.236 25.393-58.902C282.515 39.293 291.817 0 312 0c24 0 72 8 72 81.452z' class=''%3E%3C/path%3E%3C/svg%3E") no-repeat center; background-size:60%; border-radius:50%; display:none; }
.btn-comprar-result.ok{ background-color:#73ab07; display:block; }
.btn-comprar-result.no{ transform:rotate(180deg); background-color:#FF2222; display:block; }