div#nav-cart-content{--cart-width: 550px;position:fixed;right:0;top:0;height:100%;width:100%;z-index:1000;display:none}div#nav-cart-content .cart-sidebar{width:var(--cart-width);height:100%;background-color:#fff;position:absolute;top:0;right:calc(var(--cart-width) - var(--cart-width)*2);z-index:1000;transition:all .3s ease}div#nav-cart-content:before{display:none;position:fixed;width:100%;height:100%;transform:none;background-color:var(--overlay-color);top:0;left:0;z-index:400;content:"";-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fadeIn .3s ease}div#nav-cart-content.cart-opening{display:block}div#nav-cart-content.cart-opening:before{display:block}div#nav-cart-content.cart-open{display:block}div#nav-cart-content.cart-open:before{display:block}div#nav-cart-content.cart-open .cart-sidebar{right:0}div#nav-cart-content.cart-closing .cart-sidebar{right:calc(var(--cart-width) - var(--cart-width)*2)}div#nav-cart-content.cart-closing:before{animation:fadeOut .3s ease}div#nav-cart-content .cart-content{padding:60px 4em 3em;height:100dvh}div#nav-cart-content .cart-content .cart-head{display:flex;justify-content:space-between}div#nav-cart-content .cart-content .cart-head .cart-title{display:flex;gap:15px;width:100%}div#nav-cart-content .cart-content .cart-head .cart-title h3{font-weight:400;color:var(--brown);padding-bottom:0}div#nav-cart-content .cart-content .cart-head .cart-title svg{width:32px}div#nav-cart-content .cart-content .cart-head .cart-title svg polyline,div#nav-cart-content .cart-content .cart-head .cart-title svg path{stroke:var(--brown);stroke-width:.9px}div#nav-cart-content .cart-content .cart-head #nav-cart-close{width:24px;display:flex;align-items:center;cursor:pointer}div#nav-cart-content .cart-content .cart-head #nav-cart-close img{display:block}div#nav-cart-content .cart-content .cart-caption{border-top:1px solid;border-bottom:1px solid;color:var(--gray2);margin-top:2em;margin-bottom:3em}div#nav-cart-content .cart-content .cart-caption p{margin:12px 12px 10px}div#nav-cart-content .cart-content form{height:100%}div#nav-cart-content .cart-content form>div{height:100%}div#nav-cart-content .cart-body{display:flex;flex-direction:column;gap:4em;overflow:auto;height:calc(100vh - 32em);padding:0 18px;margin:0 -18px}div#nav-cart-content .cart-body::-webkit-scrollbar{width:4px}div#nav-cart-content .cart-body::-webkit-scrollbar-track{background:#f1f1f1}div#nav-cart-content .cart-body::-webkit-scrollbar-thumb{background:var(--golden);border-radius:5px}div#nav-cart-content .cart-body::-webkit-scrollbar-thumb:hover{background:var(--brown)}div#nav-cart-content .cart-footer{display:flex;flex-direction:column;gap:1em;margin-top:2em}div#nav-cart-content .cart-footer .cart-totals{display:flex;justify-content:space-between;align-items:center;padding:6px 0 1em}div#nav-cart-content .cart-footer .cart-totals h3{color:var(--golden);font-weight:400;font-size:18px;margin:0;padding-bottom:0}div#nav-cart-content .cart-footer .cart-totals h4{font-family:var(--font2);font-weight:400;margin:0;font-size:18px;padding-right:5px}div#nav-cart-content .cart-footer .cart-controls{display:flex;flex-direction:column;gap:1.8em}div#nav-cart-content .cart-footer .cart-controls .button{width:unset;display:block;text-align:center}div#nav-cart-content .cart-book-box{display:flex;gap:1.2em}div#nav-cart-content .cart-book-box .book-image{width:132px}div#nav-cart-content .cart-book-box .book-content{width:calc(100% - 150px)}div#nav-cart-content .cart-book-box .head-wrapper{border-bottom:1px solid var(--gray2);margin-bottom:20px;padding-bottom:23px}div#nav-cart-content .cart-book-box .head-wrapper .head{display:flex;justify-content:space-between;gap:15px}div#nav-cart-content .cart-book-box .head-wrapper .head h4{margin:0;font-weight:400;font-family:var(--font2);font-size:15px}div#nav-cart-content .cart-book-box .head-wrapper .head h4.prod-price{font-size:16px;text-align:right}div#nav-cart-content .cart-book-box .head-wrapper .head del{opacity:.5}div#nav-cart-content .cart-book-box .head-wrapper .head .del{position:relative;padding-right:20px}div#nav-cart-content .cart-book-box .head-wrapper .head .del h3{font-weight:400;font-size:15px}div#nav-cart-content .cart-book-box .head-wrapper .head .del-code{position:absolute;right:0;top:6px;cursor:pointer}div#nav-cart-content .cart-book-box .head-wrapper .head .del-code svg{width:10px;height:10px}div#nav-cart-content .cart-book-box .head-wrapper .head .del-code:hover svg polyline{stroke:var(--danger)}div#nav-cart-content .cart-book-box .head-wrapper>h5{font-size:13px !important}div#nav-cart-content .cart-book-box .head-wrapper>h3{font-size:14px;font-family:var(--font1);color:var(--golden);margin:9px 0 8px;font-weight:400;padding-bottom:6px}div#nav-cart-content .cart-book-box .head-wrapper>h5{font-size:16px;color:var(--gray2);font-family:var(--font2);font-weight:400;margin:0}div#nav-cart-content .cart-book-box .controls .row{display:flex;justify-content:space-between}/*# sourceMappingURL=nav-cart.min.css.map */
