.elementor-7294 .elementor-element.elementor-element-43c65eb{margin-top:-104px;margin-bottom:0px;}.elementor-7294 .elementor-element.elementor-element-54f3513 > .elementor-widget-container{margin:0px 0px 0px 0px;}@media(max-width:767px){.elementor-7294 .elementor-element.elementor-element-43c65eb{margin-top:-103px;margin-bottom:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-54f3513 */body.woocommerce-cart,
body.woocommerce-cart #page,
body.woocommerce-cart .site-content {
    background: #fff !important;
}

.lobster-cart-wrapper {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px 120px;
}

.lobster-cart-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #111;
}

.lobster-cart-grid {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 50px;
}

.shop_table {
    width: 100%;
    border-collapse: collapse;
}

.shop_table th {
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
}

.shop_table td {
    padding: 22px 0;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}

.product-remove a {
    font-size: 18px;
    font-weight: 700;
    color: #c0392b;
    text-decoration: none;
}

.product-thumbnail img {
    width: 80px;
    aspect-ratio: 2/3;
    object-fit: cover;
}

.product-name a {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
}

.product-price .amount,
.product-subtotal .amount {
    font-size: 16px;
    font-weight: 700;
}

.product-quantity {
    width: 160px;
}

.quantity {
    position: relative;
    width: 120px;
}

.quantity input.qty {
    width: 100%;
    height: 42px;
    border: 1px solid #111;
    border-radius: 6px;
    padding: 0 42px;
    text-align: center;
    font-weight: 700;
}

.quantity::before,
.quantity::after {
    position: absolute;
    top: 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    cursor: pointer;
}

.quantity::before {
    content: "−";
    left: 0;
}

.quantity::after {
    content: "+";
    right: 0;
}

.cart-actions {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.coupon {
    display: flex;
    gap: 10px;
}

.coupon input {
    height: 44px;
    padding: 0 14px;
    border: 1px solid #d9d9d9;
}

.btn-outline {
    height: 44px;
    padding: 0 18px;
    border: 1px solid #d9d9d9;
    background: #fff;
    font-weight: 700;
    cursor: pointer;
}

.lobster-cart-sidebar {
    position: sticky;
    top: 30px;
    padding: 26px;
    border: 1px solid #e5e5e5;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.cart-total-row {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    font-weight: 800;
}

.checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    background: #a11f12;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 8px;
    text-decoration: none;
}

@media (max-width: 768px) {
    .lobster-cart-grid {
        grid-template-columns: 1fr;
    }
    .lobster-cart-sidebar {
        position: static;
        margin-top: 20px;
    }
}/* End custom CSS */