﻿.cart-sidebar{position:fixed;z-index:100;background:#fff;right:0;top:0;height:100dvh;box-shadow:0px 0px 60px rgba(0,0,0,.3);max-width:100%;width:400px;transition:ease-in-out transform .3s;padding:var(--column-gap);display:flex;flex-direction:column;gap:2em}.cart-sidebar .h3{margin:0}.cart-sidebar .toggle-cart{position:absolute;right:1em;top:1em;z-index:100;width:25px;height:25px}.cart-sidebar .widget{height:100%;max-height:calc(100dvh - var(--header-bottom-height));overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.cart-sidebar .widget::-webkit-scrollbar{display:none}.cart-sidebar .widget_shopping_cart_content{display:flex;flex-direction:column;height:100%}.cart-sidebar.active{transform:translateX(0) !important}.widget_shopping_cart .woocommerce-mini-cart__empty-message{padding:1em 0}.widget_shopping_cart ul.product_list_widget{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5em;margin-bottom:auto}.widget_shopping_cart ul.product_list_widget img{object-fit:cover}.widget_shopping_cart ul.product_list_widget li{display:flex;flex-wrap:wrap;justify-content:space-between;padding-left:0 !important;gap:.2em 0;padding-top:1em !important;padding-bottom:0;border-top:solid 1px var(--light-grey)}.widget_shopping_cart ul.product_list_widget li:before,.widget_shopping_cart ul.product_list_widget li:after{display:none}.widget_shopping_cart ul.product_list_widget li a.remove{font-size:0;position:relative !important}.widget_shopping_cart ul.product_list_widget li a.remove::before{display:flex;justify-content:center;align-items:center;width:1.4em;height:1.4em;content:"";font-family:var(--font-icon);font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:.9rem;border-radius:2rem;box-sizing:border-box;background:var(--light-grey);color:#fff;margin-top:.2em}.widget_shopping_cart ul.product_list_widget li a.remove:hover{text-decoration:none}.widget_shopping_cart ul.product_list_widget li a.remove:hover::before{background:red;text-decoration:none}.widget_shopping_cart ul.product_list_widget li a:not(.remove){padding:0;font-weight:700;display:flex;justify-content:space-between;width:calc(100% - 2em);padding-right:55px;position:relative}.widget_shopping_cart ul.product_list_widget li a:not(.remove) .cart-thumb{position:absolute;right:0;width:46px;aspect-ratio:1/1}.widget_shopping_cart ul.product_list_widget li a:not(.remove) span{position:absolute;width:100%;height:100%}.widget_shopping_cart ul.product_list_widget li a:not(.remove) img{position:absolute;width:100%;height:100%;margin-left:0;box-shadow:none}.widget_shopping_cart ul.product_list_widget li .quantity{font-size:.8em;margin-left:2.5em;line-height:100%}.widget_shopping_cart p.total{padding:1em 0 !important;margin:0;text-align:center;border-top:1px solid rgba(0,0,0,.05) !important}.widget_shopping_cart .buttons{line-height:100%;display:flex;gap:.5em}.widget_shopping_cart .buttons:before,.widget_shopping_cart .buttons:after{display:none !important}.widget_shopping_cart .buttons>a.button{text-align:center;justify-content:center;flex:1;margin:0 !important}