.itpomelo-quantity-pricing{background:#f9f9f9;border:1px solid #e1e1e1;border-radius:4px;padding:20px;margin:20px 0;clear:both}.itpomelo-quantity-pricing h4{font-size:16px;font-weight:600;margin:0 0 15px;color:#333;text-transform:uppercase;letter-spacing:.5px}.quantity-price-table{width:100%;border-collapse:collapse;background:#fff;border-radius:3px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.quantity-price-table thead{background:#2c3e50;color:#fff}.quantity-price-table thead th{padding:12px 15px;text-align:left;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px}.quantity-price-table tbody tr{border-bottom:1px solid #e1e1e1;transition:background-color .2s ease}.quantity-price-table tbody tr:hover{background-color:#f5f5f5}.quantity-price-table tbody tr:last-child{border-bottom:none}.quantity-price-table tbody tr.base-price{background-color:#ecf0f1}.quantity-price-table tbody td{padding:12px 15px;font-size:14px}.quantity-cell{font-weight:600;color:#2c3e50;width:30%}.price-cell{color:#27ae60;font-weight:700;font-size:16px;width:35%}.savings-cell{color:#e74c3c;font-weight:600;width:35%}.savings-amount{display:inline-block;margin-right:5px}.savings-percent{color:#c0392b;font-size:12px;font-style:italic}.no-savings{color:#95a5a6;font-weight:400}#variable-price-table .price-table-hint{padding:15px;background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;color:#856404;margin:20px 0;font-size:14px;text-align:center}@media (max-width:768px){.quantity-price-table{font-size:13px}.quantity-price-table thead th,.quantity-price-table tbody td{padding:10px 8px}.price-cell{font-size:14px}.savings-percent{display:block;margin-top:3px}}@keyframes priceUpdate{0%{background-color:#fff3cd}100%{background-color:transparent}}.quantity-price-table tbody tr.price-updated{animation:priceUpdate .5s ease-in-out}.quantity-price-table.loading{opacity:.6;pointer-events:none}.quantity-price-table.loading:after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}.quantity-price-table tbody tr:not(.base-price):hover .savings-cell{color:#c0392b;font-weight:700}.quantity-price-table tbody tr:last-child:after{content:'Best Value';position:absolute;right:15px;background:#e74c3c;color:#fff;padding:3px 8px;border-radius:3px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.quantity-price-table tbody tr{position:relative}