/*CSS para el background en negro*/
.wd-close-side-project-card.wd-close-side-project-card-opened {
    opacity: 1;
    transition-delay: 0s;
    pointer-events: unset;
}

/*CSS para el background en negro*/
.wd-close-side-project-card {
    position: fixed;
    inset: 0;
    z-index: 400;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1), z-index 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s, top 0s cubic-bezier(0.19, 1, 0.22, 1) 0.5s;
}

#project_cart_list.woocommerce-mini-cart .mini_cart_item {
    margin-bottom: 0;
    padding: 15px;
    transition: background-color .3s ease;
}

#project_cart_list.woocommerce-mini-cart .mini_cart_item:hover {
    background-color: var(--bgcolor-gray-100);
}

.remove_from_project_cart_button {
    cursor: pointer;
}

.shopping-cart-widget-footer p {
    padding-inline: 15px;
}

#project-cart-sidebar {
    display: flex;
    flex-direction: column;
}

#project-cart-sidebar .project-cart-widget {
    position: relative;
    flex: 1 1 100%;
}

#project-cart-sidebar .widget_project_cart_content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    height: 100%;
}

#project-cart-sidebar .widget_project_cart_content .shopping-cart-widget-body {
    position: relative;
    flex: 1 1 auto;
}

#project-cart-sidebar .shopping-cart-widget-footer {
    padding-bottom: 15px;
}