.fs-product-price{border:1px solid #ddd;padding:10px;margin-bottom:10px;background:#fff}.fs-product-price label{font-weight:700}.fs-price-input{margin-top:5px}.fs-price-input label{display:inline-block;width:120px;font-weight:400}.fs-price-input input{width:120px;margin-right:10px}.fs-toggle-price-type{margin-right:10px}.fs-remove-product{color:red!important;font-weight:700;padding:0 5px;background:none;border:none;cursor:pointer}.fs-remove-product:hover{color:darkred!important}.fs-open-product-popup{margin-bottom:10px}.fs-popup{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.5);z-index:9999;display:none;justify-content:center;align-items:center;flex-direction:column;visibility:visible;opacity:1}.fs-popup.active{display:flex!important}.fs-popup-content{background:#fff;padding:20px;border-radius:5px;width:90%;max-width:1200px;box-shadow:0 0 10px rgba(0,0,0,.3);margin:50px auto;display:flex;flex-direction:column;align-items:stretch}.fs-popup-content h2{margin-top:0}.fs-popup-actions{margin-top:20px;text-align:right}.fs-popup-actions .button{margin-left:10px}.fs-product-thumbnail{width:50px;height:50px;object-fit:cover;margin-right:10px}#fs-product-prices{max-height:400px;overflow-y:auto;margin-top:10px;display:grid;grid-template-columns:50px 80px 250px 100px 100px 180px 100px 60px;gap:10px;align-items:center}#fs-product-prices .fs-header{display:contents}#fs-product-prices .fs-header>div{font-weight:700;background:#f5f5f5;padding:8px;text-align:center;border-bottom:1px solid #ddd}#fs-product-prices .fs-product-price{display:contents;border:none;padding:0;background:none}#fs-product-prices .fs-product-price>div{padding:5px;text-align:center;border-bottom:1px solid #eee}#fs-product-prices .fs-product-price .fs-product-checkbox{margin:0 auto}#fs-product-prices .fs-product-price .fs-product-thumbnail{display:block;margin:0 auto}#fs-product-prices .fs-product-price .fs-price-input{display:flex;flex-direction:row;align-items:center;gap:5px}#fs-product-prices .fs-product-price .fs-price-input input,#fs-product-prices .fs-product-price .fs-price-input button{width:90px;margin:0}#fs-product-prices .fs-product-price .fs-price-input input.fs-regular-price,#fs-product-prices .fs-product-price .fs-price-input input.fs-current-sale-price{background:#f9f9f9}#fs-product-prices .fs-product-price .fs-remove-product{display:block;margin:0 auto}input.fs-quantity,input.fs-current-sale-price,input.fs-regular-price{width:100%}button.fs-toggle-price-type{padding:5px!important}i.fas.fa-sync-alt{font-size:12px}