.cart_pop_opened{overflow:hidden}#cartPop{position:absolute;right:0;border-radius:8px;box-shadow:0 36px 29px -26px rgba(0,0,0,.73),0 0 5px 0 rgba(0,0,0,.02);border:solid 1px #404040;background-color:#2b2b2b;color:#fff;width:450px;max-width:100%;z-index:9999999;font-family:proximanova light;top:85px}.cartPopTitle{font-family:proximanova bold;font-size:20px;padding:24px 24px 12px}.cartPopProdTitle a{display:block;font-family:proximanova bold;color:#fff;text-decoration:none;line-height:1.2em}.cartPopTitle .cartPopItemsNr{font-family:proximanova regular;font-size:16px;color:#fff}.cartPopProdPrice{font-size:16px}.cartPopProductsWrap{border-top:1px #e4e4e4 solid;border-bottom:1px #e4e4e4 solid;padding:24px 0;margin:0 24px}.cartPopProducts{padding:0 24px 0 0;height:290px;overflow-y:scroll}.cartPopProduct{width:100%;min-height:60px;position:relative;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;padding:24px 0;border-bottom:1px rgba(255,255,255,.2) solid}.cartPopProducts>div:first-child{padding:0 0 24px}.cartPopProducts>div:last-child{padding-bottom:0;border-bottom:0}.cartPopProdImg,.cartPopProdTxt,.cartPopProdQty{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.cartPopProdImg{min-height:60px}.cartPopProdImg a{display:block;width:60px;background-color:#fff;border-radius:10px;border:1px #404040 solid;margin-right:40px;overflow:hidden}.cartPopProdImg img{width:60px;height:auto;max-width:100%}.cartPopProdTxt{width:calc(80% - 100px);font-size:16px;line-height:1.56;letter-spacing:-.27px}.cartPopProdQty{width:20%;text-align:center;padding-left:2px}.cartPopProdQty img,.cartPopProdQty .qVal{float:left}.cartPopProdQty .qVal{display:inline-block;margin:0 8px;line-height:25px;font-size:14px}.cartPopProdQty img.inactive{opacity:.5}.cartPopTotal{font-size:20px;font-family:proximanova bold;color:#fff;text-align:left;padding:24px 24px 0}#cartPopTotal{float:right;text-align:right}.cartPopButtons{padding:0 24px;margin-top:24px;text-align:right}#cartPop .removeCartLine{cursor:pointer;position:absolute;right:0;bottom:24px}#cartPop .removeCartLine:hover{text-decoration:underline;color:red}#cartPop div.cartPopProduct:last-child .removeCartLine{bottom:0}#cartOverlay{display:none;height:100%;width:100%;top:0;left:0;right:0;bottom:0;background:0 0;z-index:9;position:fixed;cursor:pointer}#cartPop:before{content:' ';position:absolute;top:-20px;right:35px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #bbb}#cartPop:after{content:' ';position:absolute;top:-20px;right:35px;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #2b2b2b}#closeCartPop{position:absolute;right:24px;top:24px;font-size:24px;color:#fff;padding:0;cursor:pointer;transition:color .25s ease-out}#closeCartPop:hover{color:#00c2a3}.cartWS{background-color:#404040;font-size:18px;text-align:center;padding:18px 0 15px;margin-top:24px;-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;-moz-border-radius-bottomright:8px;-moz-border-radius-bottomleft:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px}#cartPop .shopSaving{margin:0 24px 24px}#cartPop .shopSaving span{float:right}::-webkit-scrollbar{width:3px}::-webkit-scrollbar-track{background:#2b2b2b}::-webkit-scrollbar-thumb{background:#e4e4e4}::-webkit-scrollbar-thumb:hover{background:#00c2a3}@media screen and (max-width:767px){#cartPop{position:fixed;top:0;bottom:0;width:100%;max-width:100%;box-sizing:border-box}#closeCartPop{display:block}.cartPopProdQty .qVal{margin:0 2px}}.cartPopButtons .button{font-family:proximanova bold;border-radius:5px;display:inline-block;font-weight:400;letter-spacing:-.3px;height:40px;line-height:20px;padding:10px;text-align:center;min-width:120px;margin-bottom:0;width:calc(50% - 10px)}.cartPopButtons .button.transparent{-webkit-box-shadow:inset 0 0 0 1px #fff;box-shadow:inset 0 0 0 1px #fff;color:#fff;float:left;background:0 0}.cartPopButtons .button.transparent:hover{background:#fff;color:#000!important}.cartPopButtons .button.green{background:#00c2a3;border:1px #00c2a3 solid;margin-left:5px}.cartPopButtons .button.green:hover{background:#00a186;color:#fff;border-color:#00a186}#ppCheckout,#ppCheckoutTop{color:#fff!important}.shop-banner.loading,.ajLoading{position:relative;transition:height .5s}.ajLoading{height:100px;text-align:center}.shop-banner.loading::before{content:" ";display:block;position:absolute;top:50%;left:50%;margin:-60px 0 0 -60px;border:16px solid #f3f3f3;border-top:16px solid #00c2a3;border-radius:50%;width:120px;height:120px;animation:spin 2s linear infinite}.ajLoading::before{content:" ";display:block;position:absolute;top:50%;left:50%;margin:-15px 0 0 -15px;border:4px solid #f3f3f3;border-top:4px solid #00c2a3;border-radius:50%;width:30px;height:30px;animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}