.elementor-menu-cart__main{
    overflow: hidden;
    width: 450px !important;
}
.elementor-menu-cart__container.elementor-lightbox{
    background-color: rgba(0, 0, 0, .5);
}
.elementor-menu-cart__main::before{
    font-weight: 700;
    font-size: 24px;
    content: "Giỏ hàng của bạn";
    position: absolute;
    font-family: var(--e-global-typography-0e7769d-font-family);
}
.elementor-menu-cart__close-button{
    margin: 7px 0 23px !important;
}
.elementor-menu-cart__close-button:after, .elementor-menu-cart__close-button:before {
    background-color: black !important;
    height: 1.5px !important;
}
.widget_shopping_cart_content::before{
    content: "";
    width: 200%;
    height: 1px;
    background-color: black;
    display: block;
    margin-left: -50%;
    margin-bottom: 24px;
}
.elementor-menu-cart__subtotal::before{
    content: "";
    position: absolute;
    left: 0;
    width: 200%;
    margin-left: -50%;
    height: 1px;
    top: -13px;
    background-image: repeating-linear-gradient(to right, #404040 0 2px, /* chiều dài nét: 30px */ transparent 2px 4px /* khoảng cách giữa các nét: 15px */);
    border-radius: 0;
}
.elementor-menu-cart__products{
    background-color: #F5F5F5;
    border-radius: 10px;
    padding: 14px 12px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.elementor-menu-cart__product{
    padding: 16px 12px !important;
    background-color: white;
    border-radius: 10px;
    grid-template-columns: 72px auto !important;
}
.elementor-menu-cart__product-name, .elementor-menu-cart__product-price{
    padding-left: 12px !important;
}
.elementor-menu-cart__product-remove{
    border: none !important;
    border-radius: 0 !important;
    bottom: 10px !important;
    right: 4px !important;
}
.elementor-menu-cart__product-remove:hover{
    border: 0;
}
.elementor-menu-cart__product img{
    border-radius: 5px !important;
}
.elementor-menu-cart__product-image, .elementor-menu-cart__product img{
    width: 72px !important;
    height: 68px !important;
}
.elementor-menu-cart__subtotal{
    position: relative;
    margin-top: auto;
    display: flex;
    justify-content: space-between;
}
.elementor-menu-cart__subtotal strong{
    font-size: 0;
    line-height: 0;
}
.elementor-menu-cart__subtotal strong::before, .elementor-menu-cart__subtotal bdi{
    font-size: 20px;
    font-weight: 700;
    font-family: "Montserrat", Sans-serif; 
    color: var(--e-global-color-secondary);
    line-height: 1.4em;
}
.elementor-menu-cart__subtotal strong::before{
    content: "Tổng cộng";
    color: black;
}
.woobt-item-name, body:has(.elementor-menu-cart--shown) .chaty-widget{
    display: none !important;
}