#shop-popup{position:fixed;max-width:300px;padding:20px;background-color:#f3fcfe;box-shadow:0px 0px 20px rgb(0 0 0/11%);color:#000;border-radius:5px;z-index:9999;text-align:center;transition:opacity .3s;opacity:0}.cart-dropdown{background-color:#f3fcfe;box-shadow:0px 0px 20px rgb(0 0 0/11%);border-radius:5px;position:absolute;padding:20px 10px;top:120%;right:0;min-width:300px;z-index:1000;display:none}.cart-dropdown:after{content:"";width:100%;height:20px;position:absolute;top:-20px;left:0}.cart-dropdown:before{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #fff;position:absolute;top:-10px;right:10px}.cart-dropdown .dropdown-remove,.flex-table .remove-from-cart{background-image:url(//kacik.echo-digital.es/wp-content/plugins/shop/css/../images/delete-product.svg);background-size:40px;background-repeat:no-repeat;width:40px;height:40px;font-size:0;border:none;background-color:transparent;cursor:pointer;position:absolute;top:0;right:0}.cart-dropdown ul li{position:relative;padding-right:50px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #e7e7e7}.cart-dropdown ul li:last-child{border-bottom:none}.header .user-links .cart-dropdown .st-btn a{padding:9px 20px;color:#fff}.flex-table{width:100%}.flex-table .flex-table-head p{background-color:#f3fcfe;padding:8px}.flex-table .flex-table-content .flex-table-content-box{padding:8px}.flex-table .flex-table-head p,.flex-table .flex-table-content .flex-table-content-box{flex:1;text-align:center}.flex-table .flex-table-head p:first-child,.flex-table .flex-table-content div:first-child{text-align:left}.flex-table .cart-course-box{gap:10px}.flex-table .cart-course-box .image{max-width:150px;flex:1}.flex-table .cart-course-box .content{flex:1}.flex-table .cart-course-box .content .title a{color:#000;font-weight:500;display:block}.flex-table .cart-course-box .content .title a .sub-title{color:#666;font-size:16px}.flex-table .flex-table-content .price{font-size:24px;font-weight:600}.flex-table .remove-from-cart{position:relative}h3.shop-cart-total{font-size:26px;font-weight:500;margin-bottom:20px}#checkout-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9999}#checkout-modal .modal-window{background-color:#f3fcfe;box-shadow:0px 0px 20px rgb(0 0 0/11%);padding:20px;max-width:500px;position:absolute;transition:all ease-in-out .3s;border-radius:5px}#checkout-modal .modal-window h2{font-size:34px}#close-checkout{position:absolute;background-image:url(//kacik.echo-digital.es/wp-content/plugins/shop/css/../images/close.svg);width:30px;height:30px;background-size:contain;background-repeat:no-repeat;background-position:center;border:none;background-color:transparent;cursor:pointer;top:-15px;right:10px}.register-description,.login-description,#forgot-password-link{display:none}#forgot-password-link a{color:#f44336;font-size:14px;font-weight:600;display:block;padding-top:10px}.shop-message{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:20px;z-index:999999;display:flex;align-items:flex-start;gap:15px;animation:slideInRight .3s ease-out;border-left:5px solid #ccc}@keyframes slideInRight{from{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOutRight{from{transform:translateX(0);opacity:1}to{transform:translateX(400px);opacity:0}}.shop-message.closing{animation:slideOutRight .3s ease-out forwards;pointer-events:none}.shop-message-success{border-left-color:#4caf50}.shop-message-error{border-left-color:#f44336}.shop-message-info{border-left-color:#2196f3}.shop-message-warning{border-left-color:#ff9800}.shop-message-content{flex:1}.shop-message-body{font-size:16px;line-height:1.5;color:#333;margin-bottom:8px;font-weight:500}.shop-message-timer{font-size:12px;color:#666;line-height:1.4}.timer-seconds{font-weight:700;color:#333}.shop-message-close{background:0 0;border:none;font-size:24px;line-height:1;color:#999;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s;flex-shrink:0}.shop-message-close:hover{color:#333}.shop-message+.shop-message{top:auto;margin-top:10px}body.loader{position:relative;overflow:hidden}body.loader:before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.8);z-index:9998}body.loader:after{content:'';position:fixed;top:50%;left:50%;width:50px;height:50px;margin:-25px 0 0 -25px;border:5px solid #f3f3f3;border-top:5px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;z-index:9999}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}