:root { --usk-mini-cart-header-height: 80px; --usk-mini-cart-footer-height: 208px; } .usk-mini-cart { z-index: 99999; min-height: 1px; position: fixed !important; } .usk-mini-cart.toolslide .ts-content-container { background-color: #fff; } .usk-mini-cart #toggle-menu-button { width: 100px; height: 50px; line-height: 50px; cursor: pointer; text-align: center; background: #f5f9ff; font-size: 14px; font-weight: 600; color: #2e3134; } .usk-mini-cart #toggle-menu-button:hover { color: #ffffff; background-color: #2f353f; } .usk-mini-cart .bdt-mini-cart-product-thumbnail { width: 90px; height: 90px; z-index: 1; } .usk-mini-cart .bdt-button-text { color: #fff; z-index: 1; position: relative; } .usk-mini-cart .usk-widget-title { border-bottom: 1px solid #e0e7f2; font-size: 18px; font-weight: 700; color: #3c3c44; text-transform: uppercase; height: var(--usk-mini-cart-header-height); display: flex; align-items: center; padding-left: 20px; } .usk-mini-cart .bdt-mini-cart-subtotal { padding: 20px; border-bottom: 1px solid #e0e7f2; display: flex; align-items: center; justify-content: space-between; } .usk-mini-cart .bdt-mini-cart-subtotal strong { padding: 20px; font-size: 18px; font-weight: 700; color: #3c3c44; text-transform: uppercase; } .usk-mini-cart .bdt-mini-cart-subtotal .woocommerce-Price-amount.amount { font-size: 18px; font-weight: 600; color: rgba(239, 2, 2, 0.955); } .usk-mini-cart .bdt-mini-cart-product-item { position: relative; cursor: pointer; display: flex; align-items: center; border-bottom: 1px solid #e0e7f2; transition: all 0.3s ease-in-out; } .usk-mini-cart .bdt-mini-cart-product-item:hover { background-color: #e0e7f2; } .usk-mini-cart .bdt-margin-small-left { z-index: 1; } .usk-mini-cart .bdt-mini-cart-product-remove { z-index: 1; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; } .usk-mini-cart .bdt-mini-cart-product-remove a { color: #25262d; padding: 4px 7px; border-radius: 50%; transition: all 0.3s ease; } .usk-mini-cart .bdt-mini-cart-product-remove a i { transition: all 0.3s ease; } .usk-mini-cart .bdt-mini-cart-product-remove a:hover { background-color: #fff; color: rgba(239, 2, 2, 0.955); } .usk-mini-cart .bdt-mini-cart-product-remove a:hover i { transform: rotate(180deg); } .usk-mini-cart .usk-mini-cart-content-wrap { z-index: 1; margin-left: 5px; } .usk-mini-cart .bdt-mini-cart-product-name { margin-bottom: 5px; } .usk-mini-cart .bdt-mini-cart-product-name a { font-size: 13px; color: #504e69; font-weight: 700; text-transform: uppercase; text-decoration: none; transition: all 0.3s ease; } .usk-mini-cart .bdt-mini-cart-product-name a:hover { color: rgba(239, 2, 2, 0.955); } .usk-mini-cart .bdt-mini-cart-product-price { font-size: 12px; font-weight: 600; color: #63666e; } .usk-mini-cart .bdt-mini-cart-product-price bdi { color: rgba(239, 2, 2, 0.955); } .usk-mini-cart .bdt-mini-cart-products { max-width: 100%; overflow: auto; } .usk-mini-cart .bdt-mini-cart-products::-webkit-scrollbar { width: 3px; } .usk-mini-cart .bdt-mini-cart-products::-webkit-scrollbar-track { background: #f1f1f1; } .usk-mini-cart .bdt-mini-cart-products::-webkit-scrollbar-thumb { background: rgb(209, 209, 209); } .usk-mini-cart .bdt-mini-cart-footer-buttons { display: flex; flex-direction: column; padding: 20px; } .usk-mini-cart .bdt-mini-cart-footer-buttons a { margin-bottom: 8px; font-size: 12px; text-align: center; padding: 14px 0; color: #fff; font-weight: 700; text-decoration: none; text-transform: uppercase; transition: all 0.3s ease-in-out; position: relative; } .usk-mini-cart .bdt-mini-cart-footer-buttons a:nth-last-child(1) { margin-bottom: 0; } .usk-mini-cart .bdt-mini-cart-footer-buttons a::before { position: absolute; content: ""; top: 0; left: 0; width: 0; height: 100%; opacity: 0; transition: all 0.3s ease-in-out; } .usk-mini-cart .bdt-mini-cart-footer-buttons a:hover::before { opacity: 1; width: 100%; } .usk-mini-cart .bdt-mini-cart-footer-buttons .usk-button-text { z-index: 1; position: relative; } .usk-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-view-cart { background: #25262d; } .usk-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-view-cart::before { background: rgba(239, 2, 2, 0.955); } .usk-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-checkout { background: rgba(239, 2, 2, 0.955); } .usk-mini-cart .bdt-mini-cart-footer-buttons .bdt-button-checkout::before { background: #25262d; } .usk-mini-cart .usk-mini-cart-content-footer { background: #fff; z-index: 1; box-shadow: 0 0 5px rgba(210, 217, 228, 0.459); } .usk-mini-cart .__widget_shopping_cart_content { display: flex; flex-direction: column; justify-content: space-between; width: 100%; height: calc(100% - var(--usk-mini-cart-header-height)); } .usk-mini-cart-opened { background: rgba(0, 0, 0, 0.372); position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: all 0.3s ease; } .bdt-mini-cart-inner { display: inline-flex; align-items: center; grid-column-gap: 10px; cursor: pointer; line-height: 1; } .bdt-mini-cart-inner .woocommerce-Price-amount.amount { font-size: 16px; color: #25262d; font-weight: 600; } .bdt-mini-cart-inner .bdt-mini-cart-button-icon { position: relative; } .bdt-mini-cart-inner .usk-cart-icon { font-size: 22px; color: #25262d; } .bdt-mini-cart-inner .usk-cart-badge { position: absolute; right: -10px; top: -6px; font-size: 10px; background: #f00; width: 15px; height: 15px; line-height: 15px; text-align: center; border-radius: 50%; font-weight: 700; color: #fff; }