.add-to-cart-container{display:flex;justify-content:space-between;align-items:center;color:#fff}#cf7-b2b-add-to-cart-error-popup,#cf7-b2b-add-to-cart-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .75);z-index:10;display:flex;align-items:center;justify-content:center}.cf7-b2b-add-to-cart{cursor:pointer}#cf7-b2b-add-to-cart-error-popup .popup-content,#cf7-b2b-add-to-cart-popup .popup-content{width:560px;background:#D9EDF7;color:#fff;font-family:var(--font-stack-heading);text-align:center;padding:40px;border:2px #000 solid;border-radius:20px;gap:40px;display:flex;flex-direction:column}.popup-content__buttons{display:flex;gap:20px}.popup-content__button{border-radius:50px;line-height:54px;text-align:center;font-family:var(--font-stack-heading);color:#000;flex:0 0 calc(50% - 10px);border:2px #000 solid;cursor:pointer;background:#fff0;padding:0 20px}.popup-content__button.inquiry{border-color:#fff;background:#000;color:#fff;text-align:left}@media screen and (max-width:640px){.popup-content__buttons{display:flex;flex-direction:column;gap:10px}.popup-content__button{flex:0 0 100%}.popup-content__button.inquiry{text-align:center}#cf7-b2b-add-to-cart-error-popup .popup-content,#cf7-b2b-add-to-cart-popup .popup-content{padding:20px;gap:10px}.popup-content__message{font-size:14px;line-height:50px}}label:has(.giyo-b2b-products-all){cursor:pointer}.popup-content.error .popup-content__message{background:#F66464}.close-popup{position:absolute;right:20px;top:20px;background:#fff0;width:50px;height:50px;border:none;cursor:pointer}.close-popup svg{width:25px;height:25px}.popup-content__message{background:#9DF29D;color:#000;border-radius:4px;min-height:50px;line-height:50px;width:100%;text-align:center}#cf7-b2b-cart{display:flex;flex-direction:column;gap:10px}#cf7-b2b-cart .cart-item{border-radius:10px;display:flex}#cf7-b2b-cart .cart-item .product-content{display:none}#cf7-b2b-cart .cart-item{background:#D9EDF7;border:1.5px #000 solid;padding:15px;width:100%;display:flex;align-items:start;gap:10px;position:relative}#cf7-b2b-cart .cart-item .product-right{flex:1}#cf7-b2b-cart .product-remove{background-image:url(/wp-content/plugins/cf7-b2b-inquiry/assets/close.svg);background-size:18px;background-position:50% 50%;background-repeat:no-repeat;opacity:1;cursor:pointer;right:15px;top:15px;position:absolute;width:15px;height:15px}#cf7-b2b-cart .cart-item .content-accordion{visibility:hidden}#cf7-b2b-cart .cart-item .product-more:has(input:checked)+.product-content{display:block}#cf7-b2b-cart .cart-item a{flex:0 0 100px}