.elementor-1134 .elementor-element.elementor-element-456826df{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1134 .elementor-element.elementor-element-456826df:not(.elementor-motion-effects-element-type-background), .elementor-1134 .elementor-element.elementor-element-456826df > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-d8450e5 );}.elementor-1134 .elementor-element.elementor-element-417c3dc2{--main-alignment:right;--side-cart-alignment-transform:translateX(100%);--side-cart-alignment-left:auto;--side-cart-alignment-right:0;--divider-style:solid;--subtotal-divider-style:solid;--view-cart-button-display:none;--cart-footer-layout:1fr;--cart-buttons-position-margin:auto;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--toggle-button-text-color:var( --e-global-color-d8450e5 );--toggle-button-icon-color:var( --e-global-color-d8450e5 );--toggle-button-background-color:var( --e-global-color-text );--toggle-button-border-radius:50px;--cart-border-style:none;--cart-close-icon-size:16px;--cart-close-button-color:var( --e-global-color-text );--remove-item-button-size:13px;--remove-item-button-color:var( --e-global-color-text );--menu-cart-subtotal-text-align:center;--product-price-color:var( --e-global-color-text );--checkout-button-background-color:var( --e-global-color-primary );--checkout-button-hover-background-color:var( --e-global-color-96b608e );--checkout-button-padding:14px 25px 14px 25px;}.elementor-1134 .elementor-element.elementor-element-417c3dc2 .elementor-menu-cart__subtotal{font-size:1.3rem;font-weight:400;}.elementor-1134 .elementor-element.elementor-element-417c3dc2 .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}.elementor-1134 .elementor-element.elementor-element-417c3dc2 .elementor-menu-cart__product-name a{color:var( --e-global-color-text );}.elementor-1134 .elementor-element.elementor-element-417c3dc2 .elementor-menu-cart__product-price{font-weight:600;}.elementor-1134 .elementor-element.elementor-element-417c3dc2 .elementor-menu-cart__product-price .product-quantity{color:var( --e-global-color-secondary );}.elementor-1134 .elementor-element.elementor-element-417c3dc2 .elementor-button--checkout{border-style:solid;}.elementor-1134 .elementor-element.elementor-element-417c3dc2 .elementor-menu-cart__footer-buttons a.elementor-button--checkout{border-radius:50px 50px 50px 50px;}/* Start custom CSS for woocommerce-menu-cart, class: .elementor-element-417c3dc2 */.widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    height: 100vh;
    widht: 100%
}

.widget_shopping_cart_content ::marker {
    display: none;
    visibility: hidden;
}

.elementor-menu-cart__products{
    width: 100%;
}

.attachment-woocommerce_thumbnail {
    width: 80px;
    height: 80px;
}

.woocommerce-mini-cart .quantity {
    grid-area: price;
    display: flex;
    text-align: right;
    width: 100%;
    flex-direction: row;
    justify-content: flex-end;
    line-height: 100%;
    margin-top: -15px;
    padding-right: 8px;
}
.woocommerce-mini-cart__buttons :nth-child(1) {
    display: none !important;
}

.woocommerce-mini-cart__buttons :nth-child(2) {
    display: block;
    width: 100%;
    background-color: red;
    padding: 12px;
    text-align: center;
    border-radius: 5px;
    font-size: 1.2rem;
    color: white;
}

.elementor-menu-cart__footer-buttons {
    position: sticky;
    display: flex;
    bottom: 50px;
    right: 0px;
    
}

.elementor-button--checkout {
    width: 100%;
}

.elementor-menu-cart__subtotal {
    position: sticky;
    bottom: 86px;
    width: 100%;
    display: flex;
    font-size: 1rem;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.woocommerce-mini-cart__total .amount {
    font-size: 1.8rem;
}

.elementor-menu-cart__container {
    z-order: 9999;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-456826df */.sidecart {
    position: fixed;
    bottom: 0;
    z-index: 104;
}/* End custom CSS */