.cart-page{padding:80px 0 20px 0;display:grid;grid-template-columns:80% auto;grid-gap:40px}.cart-page .cart-wrapper header{width:100%;padding:0 var(--side-padding) 20px var(--side-padding)}.cart-page .cart-wrapper header h2.title{display:inline-block;font-size:var(--32px);color:var(--black);letter-spacing:-7%;line-height:.1;text-transform:uppercase;padding-bottom:18px;border-bottom:var(--border-blk)}.cart-page .cart-wrapper header .section--header-wrapper{width:100%}.cart-page .cart-wrapper .cart-empty .empty-wrapper{padding:60px var(--side-padding);font-family:var(--type-writer);color:var(--black);text-transform:uppercase}.cart-page .cart-wrapper .cart-empty .continue-shopping{padding:0 var(--side-padding)}.cart-page .cart-wrapper .cart-empty .continue-shopping a{display:inline-block;background:var(--black);color:var(--white);padding:10px 20px;border:var(--border-blk)}.cart-page .cart-wrapper .cart-empty .continue-shopping a:hover{background:var(--white);color:var(--black)}.cart-page .cart-wrapper .cart-holder{padding:0 var(--side-padding) 0 var(--side-padding)}.cart-page .cart-wrapper .cart-holder ul.items-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:20px 0 0 0}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item{display:grid;grid-template-columns:10% 4fr 1fr 1fr 1fr;grid-gap:12px;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:var(--border-blk);padding:0 0 20px 0;font-size:1.8rem;color:var(--black)}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .image{width:100%}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .image img{border:var(--border-blk);max-width:100%}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .image a{display:block}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item a{color:var(--black)}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .price{text-align:center;font-family:var(--type-writer)}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .title{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:10px}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .title h3{text-transform:uppercase;text-align:left;font-size:20px}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .title h2{text-transform:uppercase;font-family:var(--type-writer);text-align:left;color:var(--grey);font-size:14px}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .title ul{list-style:none;font-family:var(--type-writer);text-transform:uppercase;color:var(--grey);font-size:14px}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .quantity{text-align:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-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;gap:10px}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .quantity .label{font-family:var(--type-writer)}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .quantity input[type=number]{background:var(--white);color:var(--black);font-family:var(--type-writer);width:auto;max-width:6rem;display:inline;border-radius:0;padding:10px;border:var(--border-gry);outline:0;text-align:center}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .quantity input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .delete{text-align:right}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.legend{font-family:var(--type-writer);color:var(--black);font-size:12px;text-transform:uppercase}.cart-page .cart-wrapper .update-cart-holder{padding:14px 0}.cart-page .cart-wrapper .update-cart-holder .update-cart-button{background:var(--white);color:var(--black);font-family:var(--type-writer);text-transform:uppercase;display:inline;border-radius:0;padding:10px;border:var(--border-blk);outline:0;text-align:center;cursor:pointer}.cart-page .cart-wrapper .update-cart-holder .update-cart-button:disabled{color:var(--grey);border-color:var(--grey);cursor:not-allowed;opacity:.6}.cart-page .cart-wrapper .cart-totals{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;border-bottom:var(--border-blk);padding:20px 0;font-size:1.8rem;color:var(--black);text-transform:uppercase}.cart-page .cart-wrapper .cart-totals .subtotal{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:10px}.cart-page .cart-wrapper .additional-notes-holder{color:var(--black)}.cart-page .cart-wrapper .additional-notes-holder details{list-style:none}.cart-page .cart-wrapper .additional-notes-holder summary::-webkit-details-marker{display:none!important}.cart-page .cart-wrapper .additional-notes-holder details summary>*{display:inline}.cart-page .cart-wrapper .additional-notes-holder summary{list-style:none;border-bottom:var(--border-blk);padding:40px 0 20px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;cursor:pointer;text-transform:uppercase;font-size:1.8rem}.cart-page .cart-wrapper .additional-notes-holder summary .indicator{border:2px solid var(--black);background:var(--white);width:14px;height:14px;aspect-ratio:1/1;display:inline-block}.cart-page .cart-wrapper .additional-notes-holder .details-body{padding:20px 0 10px 0;line-height:1.5;font-size:1.82rem}.cart-page .cart-wrapper .additional-notes-holder summary:hover .indicator{background:var(--black)}.cart-page .cart-wrapper .additional-notes-holder label{font-size:1.8rem}.cart-page .cart-wrapper .additional-notes-holder textarea{width:100%;max-width:100%;min-height:150px;max-height:300px;background-color:var(--white);color:var(--black);border:var(--border-blk);outline:0;padding:20px}.cart-page .cart-wrapper details[open] .indicator{background:var(--black)!important}.cart-page .cart-wrapper .checkout-holder{padding:20px 0}.cart-page .cart-wrapper .checkout-holder .checkout-button{background:var(--black);color:var(--white);border:var(--border-blk);border-radius:0;outline:0;padding:20px 10px;font-size:2rem;text-transform:uppercase;text-align:center;width:100%;cursor:pointer;-webkit-transition:all .24s ease-in-out;transition:all .24s ease-in-out}.cart-page .cart-wrapper .checkout-holder .checkout-button:hover{background:var(--white);color:var(--black)}.cart-page .cart-wrapper .continue-shopping a{background:var(--white);color:var(--black);border:var(--border-blk);border-radius:0;outline:0;padding:20px 10px;font-size:2rem;text-transform:uppercase;display:block;text-align:center;width:100%;cursor:pointer;-webkit-transition:all .24s ease-in-out;transition:all .24s ease-in-out}.cart-page .cart-wrapper .continue-shopping a:hover{background:var(--white);color:var(--black)}.cart-page .cart-wrapper .additional-checkout-holder{color:var(--black)}@media screen and (max-width:767px){.cart-page{display:grid;grid-template-columns:100%;grid-gap:10px}.cart-page .cart-wrapper .cart-holder{padding:20px var(--side-padding) 20px var(--side-padding)}.cart-page .cart-wrapper .cart-holder ul.items-wrapper{padding:0}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item{grid-template-columns:3fr 2fr 2fr 1fr}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .image{display:none}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.cart-item .delete{text-align:right}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.legend{grid-template-columns:3fr 0 2fr 2fr 1fr}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.legend .image{display:block}.cart-page .cart-wrapper .cart-holder ul.items-wrapper li.legend .blank{display:none}}