/* Cart products override */
.header-mini-cart .elementor-menu-cart__products{max-height: calc(100vh - 250px);overflow: hidden;overflow-y: auto;-webkit-overflow-scrolling: touch;}
.header-mini-cart .elementor-menu-cart__product{display: grid;grid-template-columns: 28% auto;grid-template-rows: var(--price-quantity-position--grid-template-rows,auto auto);position: relative;border-width: 0;border-bottom: var(--divider-width,1px) var(--divider-style,solid) var(--divider-color,#d5d8dc);}
.header-mini-cart .elementor-menu-cart__product .variation{display: grid;grid-template-columns: max-content auto;margin: 10px 0;color: var(--product-variations-color,#1f2124);}
.header-mini-cart .elementor-menu-cart__product .variation dt{grid-column-start: 1;}
.header-mini-cart .elementor-menu-cart__product .variation dd{grid-column-start: 2;margin-inline-start:5px;}
.header-mini-cart .elementor-menu-cart__product .variation dd p{margin-bottom: 0;}
.header-mini-cart .elementor-menu-cart__product-image{grid-row-start: 1;grid-row-end: 3;width: 100%;}
.header-mini-cart .elementor-menu-cart__product-image a,.elementor-menu-cart__product-image img{display: block;}
.header-mini-cart .elementor-menu-cart__product-name{grid-column-start: 2;grid-column-end: 3;margin: 0;}
.header-mini-cart .elementor-menu-cart__product-name a{transition: .3s;}
.header-mini-cart .elementor-menu-cart__product-price{grid-column-start: 2;grid-column-end: 3;align-self: var(--price-quantity-position--align-self,end);font-weight: 300;color: var(--product-price-color,#d5d8dc);}
.header-mini-cart .elementor-menu-cart__product-name,.elementor-menu-cart__product-price{font-size: 14px;padding-left: 20px;}
.header-mini-cart .elementor-menu-cart__product-remove{color: #69727d;width: var(--remove-item-button-size,22px);height: var(--remove-item-button-size,22px);border-radius: var(--remove-item-button-size,22px);border: 1px solid var(--remove-item-button-color,#d5d8dc);text-align: center;overflow: hidden;position: absolute;right: 0;bottom: 20px;transition: .3s;}
.header-mini-cart .elementor-menu-cart__product-remove:hover{border: 1px solid var(--remove-item-button-hover-color,#d5d8dc);}
.header-mini-cart .elementor-menu-cart__product-remove:hover:after,.elementor-menu-cart__product-remove:hover:before{background: var(--remove-item-button-hover-color,#d5d8dc);}
.header-mini-cart .elementor-menu-cart__product-remove:after,.elementor-menu-cart__product-remove:before{content: "";position: absolute;height: 1px;width: 50%;top: 50%;left: 25%;margin-top: -1px;background: var(--remove-item-button-color,#d5d8dc);z-index: 1;transition: .3s;}
.header-mini-cart .elementor-menu-cart__product-remove:before{transform: rotate(45deg);}
.header-mini-cart .elementor-menu-cart__product-remove:after{transform: rotate(-45deg);}
.header-mini-cart .elementor-menu-cart__product-remove>a{display: block;z-index: 2;width: 100%;height: 100%;overflow: hidden;opacity: 0;position: absolute;}
.header-mini-cart .elementor-menu-cart__product-remove>a.remove_from_cart_button{display: var(--remove-from-cart-button,block);}
.header-mini-cart .elementor-menu-cart__product-remove>a.elementor_remove_from_cart_button{display: var(--elementor-remove-from-cart-button,none);}
.header-mini-cart .elementor-menu-cart__product:last-child{border: none;}
.header-mini-cart .elementor-menu-cart__footer-buttons,.elementor-menu-cart__product:not(:first-of-type),.elementor-menu-cart__subtotal{padding-top: var(--product-divider-gap,20px);}
.header-mini-cart .elementor-menu-cart__product{padding-right: 30px;}
.header-mini-cart .elementor-menu-cart__product,.elementor-menu-cart__subtotal{padding-bottom: var(--product-divider-gap,20px);}
.header-mini-cart .elementor-menu-cart__subtotal{font-size: 20px;text-align: var(--menu-cart-subtotal-text-align,center);font-weight: 600;color: var(--menu-cart-subtotal-color,inherit);border-left: var(--subtotal-divider-left-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);border-bottom: var(--subtotal-divider-bottom-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);border-right: var(--subtotal-divider-right-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);border-top: var(--subtotal-divider-top-width,1px) var(--subtotal-divider-style,solid) var(--subtotal-divider-color,#d5d8dc);}
.header-mini-cart .elementor-menu-cart__footer-buttons{font-size: 20px;text-align: var(--cart-footer-buttons-alignment-text-align,center);display: var(--cart-footer-buttons-alignment-display,grid);grid-template-columns: var(--cart-footer-layout,1fr 1fr);margin-top: var(--cart-buttons-position-margin,0);grid-column-gap: var(--space-between-buttons,10px);grid-row-gap: var(--space-between-buttons,10px);}
.header-mini-cart .elementor-menu-cart__footer-buttons .elementor-button{display: inline-block;border-radius: var(--cart-footer-buttons-border-radius,0);height: -moz-fit-content;height: fit-content;}
.header-mini-cart .elementor-menu-cart__footer-buttons .elementor-button--view-cart{display: var(--view-cart-button-display,inline-block);color: var(--view-cart-button-text-color,#fff);padding: var(--view-cart-button-padding,15px);background-color: var(--view-cart-button-background-color,#69727d);}
.header-mini-cart .elementor-menu-cart__footer-buttons .elementor-button--view-cart:hover{color: var(--view-cart-button-hover-text-color,#fff);background-color: var(--view-cart-button-hover-background-color,#69727d);}

.header-mini-cart .cart_item a{text-decoration: none;font-size: 14px;color:#023a78;font-weight: 600;}
.header-mini-cart .cart_item .product-thumbnail :is(a, a img){min-width: 70px;max-width: 70px;min-height: 70px;max-height: 70px;}
.header-mini-cart .elementor-button--checkout{display: none !important;}
.header-mini-cart .elementor-button--view-cart{background-color:#018a33 !important;width: 100%;border-radius: 5px !important;text-decoration: none;}
.header-mini-cart .elementor-button--view-cart:hover{background-color:#69727d !important;}
.header-mini-cart .elementor-menu-cart__footer-buttons{justify-content: center;flex-direction: row;display: flex;}
.header-mini-cart .elementor-menu-cart__subtotal{border-left: 0;border-right: 0;}