.woocommerce .shop_table .cart_item {
    border-bottom: 1px solid var(--color-black);
}
@media (min-width: 1800px) {
    .woocommerce .shop_table .cart_item {
        border-right: 1px solid var(--color-black);
    }
}
/* VIRTUS CART */
.woocommerce a.remove {
    color: var(--color-black) !important;
}
.woocommerce a.remove:hover {
    color: var(--color-gray) !important;
    background: transparent;
}
.woocommerce .product-remove.mobile {
    position: absolute;
    top: -0.5rem;
    right: 0.5rem;
}
.woocommerce .product-remove.mobile a.remove {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
    background: var(--color-orange);
}
.woocommerce .shop_table {
    border: none;
}
.woocommerce .shop_table .product-thumbnail::before {
    display: none !important;
}
.woocommerce-cart .cart .btn-quant img {
    width: calc(2rem + ((1vw - 0.225rem) * 0.5128));
    /* 2-2.5 rem */
}
.woocommerce-cart .cart .quant_label {
    display: none !important;
}
.woocommerce-cart .shop_table .product-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* padding: 0 1rem 0 0; */
    -o-object-fit: cover;
    object-fit: contain;
}
.woocommerce .shop_table .product-quantity .woo-quantity {
    margin: 0 !important;
}
.woocommerce ul#shipping_method li input {
    width: 20px;
    height: 20px;
    vertical-align: text-top;
}
.woocommerce ul#shipping_method .amount * {
    display: inline-block;
    font-size: 0.9375 !important;
}
.wpccl-btn-wrapper .wpccl-btn {
    margin-top: 1rem;
    display: block;
}
.featherlight:last-of-type {
    background: rgb(151 151 151 / 80%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.wpccl-featherlight .featherlight-content {
    padding: 2rem;
}
.featherlight .featherlight-close-icon {
    top: 0.5rem;
    right: 0.5rem;
}
/* END VIRTUS CART */