.wrap-cart{position:fixed;z-index:1020;display:block;top:0;bottom:0;width:270px;background-color:#fff;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.wrap-cart.cart-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%);left:0;border-right:3px solid #000}.wrap-cart.cart-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);right:0;border-left:3px solid #000}.wrap-cart.active{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0)}.wrap-cart > .cart-wrapper{position:absolute;top:50%;left:-36px;margin-top:-33px;width:36px;height:66px;border:3px solid #000;display:flex;flex-direction:column;background-color:#fff}.wrap-cart > .cart-wrapper:hover,.wrap-cart > .cart-wrapper:focus{cursor:pointer}.wrap-cart > .cart-wrapper > div{display:flex;width:100%;height:50%;align-items:center;justify-content:center}.wrap-cart > .cart-wrapper > div:first-child{background-color:#000;color:#fff}.wrap-cart > .cart-wrapper > div .material-icons{font-size:16px}.cart-block{border-top:1px solid #ddd;padding:10px}.cart-block label{margin:0;text-transform:uppercase}.cart-products-container{max-height:calc(100vh - 105px);overflow:auto}.cart-products .cart-product{position:relative;display:flex;margin:0 10px;padding:10px 0;border-bottom:1px solid #ddd}.cart-products .cart-product:last-child{border-bottom:0}.cart-products .cart-product .product-image{width:80px}.cart-products .cart-product .product-info{position:relative;width:calc(100% - 80px);padding-left:10px}.cart-products .cart-product .product-info .product-name{display:block;margin-bottom:5px;font-size:14px;font-weight:700;color:#222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-products .cart-product .product-info .product-name:hover,.cart-products .cart-product .product-info .product-name:focus{color:#006753}.cart-products .cart-product .product-info .product-price .regular-price{color:#222;text-decoration:line-through;font-size:12px;font-weight:400}.cart-products .cart-product .product-info .product-price .discount-percent{color:#c9302c}.cart-products .cart-product .product-info .product-price .price{color:#272727}.cart-products .cart-product .product-info .item-remove{position:absolute;bottom:0;right:0;color:#222}.cart-products .cart-product .product-info .item-remove:hover{color:#006753}.cart-products .cart-product .product-info .item-remove .material-icons{font-size:18px}.cart-products .cart-product.product-accessory .product-image{padding-left:20px}.cart-products .cart-product.product-accessory .product-info .product-name{padding-right:20px}.cart-products .cart-product.product-accessory .product-info .product-name:hover,.cart-products .cart-product.product-accessory .product-info .product-name:focus{color:#222;cursor:default}.cart-products .cart-product.product-accessory .product-info .accessory-arrow{position:absolute;top:0;right:0;font-size:20px;color:#c4c4c4;cursor:default}.cart-products .product-quantity{display:inline-block;margin-top:10px;padding:0;text-align:center;border:1px solid #ececec}.cart-products .product-quantity .cart-quantity-toggler{display:block;float:left;width:20px;height:30px;line-height:30px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-ms-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.cart-products .product-quantity .cart-quantity-toggler:hover{background:#f7f7f7;color:#222;cursor:pointer}.cart-products .product-quantity .cart-quantity-toggler .material-icons{font-size:11px;color:#222}.cart-products .product-quantity .cart-quantity-wanted{float:left;outline:0;padding:0 5px;border-top:0;height:30px;border-bottom:0;text-align:center;color:#222;width:50px;font-size:13px;border-left:1px solid #ececec;border-right:1px solid #ececec;display:inline-block;background:transparent}