/* RESET/TABLE */
.woocommerce-cart-form .shop_table {
    border: none !important;
    background: transparent !important
}

.woocommerce-cart-form .shop_table thead {
    display: none !important
}
.price-original > span:nth-child(1) > bdi:nth-child(1) > span:nth-child(1){
    color: #999 !important;
}
.price-sale > span:nth-child(1) > bdi:nth-child(1) > span:nth-child(1){
    color: white !important;
}
/* ROW */
.woocommerce-cart-form .shop_table tbody tr {
    margin-bottom: 20px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    position: relative !important;
    flex-direction: column !important;
    border-bottom: 1px solid #16F1E866 !important
}

/* MAIN ROW */
.cart-main-row {
    display: flex !important;
    align-items: flex-start !important;
    gap: 20px !important;
    width: 100% !important
}

/* THUMB */
.woocommerce-cart-form .shop_table .product-thumbnail {
    flex-shrink: 0 !important;
    width: 170px !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important
}

.product-thumbnail img {
    width: 165px !important;
    height: 130px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15) !important
}

/* NAME/COL */
.woocommerce-cart-form .shop_table .product-name {
    flex: 1 !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    position: relative !important
}

.product-name>a {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: block !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
    padding-right: 140px !important
}

.temp-description {
    color: #b8c5d1 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    padding-right: 140px !important
}

/* PRICE */
.temp-price {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    text-align: right !important;
    width: 120px !important
}

.price-original {
    color: #999 !important;
    text-decoration: line-through !important;
    font-size: 16px !important;
    margin-bottom: 4px !important
}

.price-sale,
.price-normal {
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 700 !important
}

/* RATING/META */
.moved-rating-meta {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    margin-top: 15px !important;
    padding-top: 10px !important
}

.rating-inline {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important
}

.rating-value {
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 16px !important
}

.meta-tag {
    background: rgba(255, 255, 255, .2) !important;
    padding: 6px 12px !important;
    border-radius: 15px !important;
    font-size: 12px !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important
}

.temp-rating-meta {
    display: none !important
}

/* REMOVE */
.woocommerce-cart-form .shop_table .product-remove {
    width: 100% !important;
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    text-align: center !important;
    margin-top: 15px !important
}

.js-remove-btn {
    background: transparent !important;
    color: #16F1E8 !important;
    border: none !important;
    padding: 8px 0 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    transition: color .3s ease !important;
    cursor: pointer !important;
    margin-bottom: 25px
}

.js-remove-btn:hover {
    color: #04827d !important;
    text-decoration: none !important
}

/* HIDE COLS */
.product-price,
.product-quantity,
.product-subtotal {
    display: none !important
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart tbody tr:last-child {
    display: none !important
}

/* CONTAINERS */
.elementor-widget-woocommerce-cart .e-cart-section {
    background-color: transparent !important;
    border: none !important;
    padding: 0 !important
}

.e-cart__column.e-cart__column-end {
    background: #111644 !important;
    border: 1px solid #E8E8E8 !important;
    border-radius: 16px !important;
    padding: 15px !important
    height: -moz-max-content !important;
}

.elementor-widget-woocommerce-cart .e-cart__container {
    grid-template-columns: 70% auto !important
}

/* RESPONSIVE */
@media (max-width:768px) {
    .cart-main-row {
        flex-direction: column !important;
        text-align: center !important
    }

    .product-name>a,
    .temp-description {
        padding-right: 0 !important;
        text-align: center
    }

    .temp-price {
        position: static !important;
        text-align: center !important;
        width: 100% !important;
        margin: 15px 0 !important
    }

    .moved-rating-meta {
        justify-content: center !important
    }

    .elementor-widget-woocommerce-cart .e-cart__container {
        grid-template-columns: 99% auto !important
    }
}