#cart-expiration-timer-container{display:none;position:fixed;bottom:20px;right:5rem;z-index:9999;background-color:#fff;padding:10px;border-radius:10px;box-shadow:rgba(50,50,93,.25) 0 30px 60px -12px,rgba(0,0,0,.3) 0 18px 36px -18px;display:flex;flex-direction:column;align-items:center;text-align:center}#cart-expiration-full-time{font-weight:700}.timer-circle-wrapper{position:relative;width:120px;height:120px}.timer-svg{width:100%;height:100%;transform:rotate(-90deg)}.timer-background{fill:none;stroke:#e6e6e6;stroke-width:6}.timer-progress{fill:none;stroke:#980009;stroke-width:6;stroke-linecap:round;transition:stroke-dasharray 1s linear}.timer-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;color:#333}.timer-message{padding-top:3px;font-size:13px;font-weight:500}.timer-text{font-size:14px;font-weight:700;margin-bottom:5px}.timer-countdown-text{font-size:18px;font-weight:700}.timer-message a{color:#980009;font-weight:700}.timer-message a:hover{color:#607d8b}