.lv-cart-drawer{position:fixed;top:0;bottom:0;right:0;width:420px;background-color:#fff;-webkit-transition:-webkit-transform .25s;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s;-webkit-transform:translateX(100%);transform:translate(100%);z-index:99999;font-family:var(--font-stack-body);font-size:13px;overflow-y:auto}.lv-cart-drawer p{margin:0}.lv-cart-drawer .discount-button,.lv-cart-drawer .btn-checkout{background:var(--color-primary)!important;color:#fff;padding:0 15px;min-width:70px;min-height:45px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-transform:uppercase;line-height:52px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.lv-cart-drawer .discount-button:hover,.lv-cart-drawer .btn-checkout:hover{opacity:.9}.lv-cart-drawer .btn-checkout{font-size:18px;line-height:52px;height:52px;letter-spacing:1px;font-weight:600}.lv-cart-drawer .discount-msg{color:red}.lv-cart-drawer .loading-cart{height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lv-cart-drawer .loading-cart .loading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;text-align:center}.lv-cart-drawer.active{-webkit-transform:translateX(0);transform:translate(0)}@media(max-width:450px){.lv-cart-drawer{width:90%}}.lv-cart-drawer .cart-header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;padding:15px;border-bottom:1px solid #ccc;z-index:9;position:-webkit-sticky;position:sticky;top:0;background-color:#fff}.lv-cart-drawer .cart-header h3{font-weight:400;margin:0;font-size:20px}.lv-cart-drawer .cart-header .icon{cursor:pointer;position:absolute;left:0;padding:18px}.lv-cart-drawer .cart-body{padding:15px 0}.lv-cart-drawer .cart-body .cart-progress h5,.lv-cart-drawer .cart-body .cart-heading h5{font-size:13px;margin:0}.lv-cart-drawer .cart-body .cart-progress{padding:0 15px 15px;border-bottom:1px solid #e5e5e5}.lv-cart-drawer .cart-body .cart-progress h5{text-transform:uppercase;font-weight:700;display:inline-block}.lv-cart-drawer .cart-body .cart-progress .progress{height:8px;width:100%;background-color:#eee;margin:12px 0 2px}.lv-cart-drawer .cart-body .cart-progress .progress .progress-bar{background-color:#ff3b33;width:60%;height:100%;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.lv-cart-drawer .cart-body .cart-heading{padding:15px;background-color:#c2c2c2;color:#fff;text-align:center}.lv-cart-drawer .cart-body .cart-list{display:grid;grid-gap:15px}.lv-cart-drawer .cart-body .free-shipping-text,.lv-cart-drawer .cart-body .free-item-text{font-size:18px;font-weight:700;text-transform:uppercase}.lv-cart-drawer .cart-body .empty-cart{padding:30px 0;font-size:24px;text-align:center}.lv-cart-drawer .cart-body .instructions .form-group,.lv-cart-drawer .cart-body .instructions button{padding:0 15px}.lv-cart-drawer .cart-footer{width:100%;padding:0 15px 15px;background-color:#fafafa;display:block;position:relative}.lv-cart-drawer .cart-footer.sticky{position:-webkit-sticky;position:sticky;bottom:65px;z-index:1}.lv-cart-drawer .cart-footer.sticky.sticky-checkout{bottom:0}.lv-cart-drawer .cart-footer.sticky.sticky-checkout a.disabled{pointer-events:none;cursor:default;opacity:.7}.lv-cart-drawer .cart-footer.sticky.sticky-total{border-top:1px solid #ccc;padding-top:15px}.lv-cart-drawer .cart-footer.sticky.sticky-total h4{font-size:20px}.lv-cart-drawer .cart-footer h4{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-weight:600;margin:0}.lv-cart-drawer .cart-footer.cart-footer-discount .flex{height:50px}.lv-cart-drawer .cart-footer .btn-outline{font-size:18px;padding:0 15px;line-height:48px;width:100%;display:block;letter-spacing:1px;text-transform:uppercase;text-align:center;border:1px solid var(--color-secondary);color:var(--color-secondary);font-weight:700;background:#fff;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;border-radius:0;margin-bottom:15px}.lv-cart-drawer .cart-footer .btn-outline:hover{color:#fff;background:var(--color-secondary)}.lv-cart-drawer .divider{width:100%;height:.55px;background-color:#2222222b;margin:15px 0}.lv-cart-drawer .cart-progress{text-align:center}.lv-cart-drawer .cart-progress b,.lv-cart-drawer .cart-progress strong{color:#666}.lv-cart-drawer .cart-progress .free-item img{height:41px;margin:0 5px}.lv-cart-drawer .cart-item{max-height:300px}.lv-cart-drawer .cart-item .cart-item-body a{width:100%}.lv-cart-drawer .cart-actions .instructions label{margin:-8px 0 5px;display:block;text-align:center}.lv-cart-drawer .cart-actions .instructions textarea{min-height:65px}.lv-cart-drawer::-webkit-scrollbar{width:8px;height:8px}.lv-cart-drawer::-webkit-scrollbar-thumb{background-color:var(--color-secondary);border-radius:8px}.lv-cart-drawer::-webkit-scrollbar-track{background-color:#e5e5e5}.lv-cart-drawer .cart-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;padding:15px}.lv-cart-drawer .cart-item:not(:last-child){border-bottom:1px solid #ccc;padding-bottom:15px}.lv-cart-drawer .cart-item .load{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;border-radius:3px;background:#ffffffb5}.lv-cart-drawer .cart-item .cart-item-thumbnail{width:75px;height:75px;margin:0 10px 0 0;overflow:hidden}.lv-cart-drawer .cart-item .cart-item-thumbnail a{display:block;position:relative;padding:0 0 100%;height:0}.lv-cart-drawer .cart-item .cart-item-thumbnail a img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);max-height:100%}.lv-cart-drawer .cart-item .cart-item-body{width:calc(100% - 70px)}.lv-cart-drawer .cart-item .cart-item-body a{display:block}.lv-cart-drawer .cart-item .cart-item-body .delete-item{padding:0!important;line-height:0;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background:transparent;border:none;cursor:pointer}.lv-cart-drawer .cart-item .cart-item-body .free-item{padding:3px 15px;font-style:italic;background:var(--color-primary);color:#fff;font-size:13px;border-radius:50px}.lv-cart-drawer .cart-item .cart-item-body .cart-item-title{font-size:13px;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-weight:700;color:#000;text-transform:uppercase}.lv-cart-drawer .cart-item .cart-item-body .cart-item-footer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.lv-cart-drawer .cart-item .cart-item-body .cart-item-price,.lv-cart-drawer .cart-item .cart-item-body .cart-item-quantity{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.lv-cart-drawer .cart-item .cart-item-body .cart-item-price .after{color:#000;display:inline-block;font-size:15px;text-transform:uppercase}.lv-cart-drawer .cart-item .cart-item-body .cart-item-price .before{font-size:15px;text-decoration:line-through;color:#737373;margin-left:15px;display:inline-block;font-weight:700;text-transform:uppercase}.lv-cart-drawer .cart-item .cart-item-body .cart-item-quantity{border:1px solid #000;border-radius:50px;padding:0 3px;margin-left:15px}.lv-cart-drawer .cart-item .cart-item-body .cart-item-quantity .quantity{width:35px;height:25px;font-size:16px;text-align:center;height:100%;border:none}.lv-cart-drawer .cart-item .cart-item-body .cart-item-quantity .quantity-handler{cursor:pointer;position:relative;width:100%;padding:0 7px;color:#000;font-size:20px;text-align:center;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:26px;border:none;outline:none;background:transparent}.lv-cart-drawer .cart-item .cart-item-body .cart-item-quantity .qty_minus:after,.lv-cart-drawer .cart-item .cart-item-body .cart-item-quantity .qty_plus:before{content:"";position:absolute;background-color:#000;height:15px;width:1px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.lv-cart-drawer .cart-item .cart-item-body .cart-item-quantity .qty_minus:after{right:0}.lv-cart-drawer .cart-item .cart-item-body .cart-item-quantity .qty_plus:before{left:0}.lv-cart-drawer .cart-item .cart-item-body .cart-item-action .button{padding:3px 23px;font-size:11px;color:#fff;background-color:#000;letter-spacing:.5px;text-transform:uppercase;border-radius:50px;font-weight:700}.lv-cart-drawer .cart-item .cart-item-body .cart-item-action .button:hover{opacity:.6}.lv-cart-drawer .cart-item .cart-item-body .cart-item-select{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:100px;margin:0 0 4px}.lv-cart-drawer .cart-item .cart-item-body .cart-item-details em{opacity:.7}body.cd-open{overflow:hidden;width:100%}body.cd-open:before{content:"";top:0;left:0;right:0;bottom:0;background:#000;opacity:.6;position:fixed;z-index:99998;visibility:visible}.is-grid{display:grid}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.gap-0{gap:0}.gap-2{gap:2px}.gap-4{gap:4px}.gap-6{gap:6px}.column-gap-2{-webkit-column-gap:2px;-moz-column-gap:2px;column-gap:2px}.column-gap-0{-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}.p-0{padding:0}.p-2{padding:2px}.p-4{padding:4px}.p-6{padding:6px}.m-0{margin:0}.mt-2{margin-top:2px}.mb-2{margin-bottom:2px}.border-none{border:none}.outline-none{outline:none}
/*# sourceMappingURL=/cdn/shop/t/16/assets/cart-drawer.css.map */
