.woocommerce-cart.woocommerce-page .content-area {
    width: 100%;
    margin-top: 50px;
}

.woocommerce-cart  table.cart td.product-thumbnail img {
    width: 90px;
    height: 125px;
}

.woocommerce-cart  a.remove::before {
    color: #111;
}

.woocommerce-cart table.cart .product-quantity .quantity {
    border-radius: 30px;
    border: 1px solid #E6E6E6;
}

.woocommerce-cart  ul.products li.product img {
    width: 210px;
    height: 293.042px;
    border-radius: 7px;
    object-fit: cover;
}

.woocommerce-cart  ul.products li.product {
    border-right: 0 !important;
}

 
.woocommerce-cart.bookory-product-laptop-3 ul.products li.product {
    flex: 1;
    max-width: fit-content;
}
.woocommerce-cart   ul.products li.product::before {
    display: none;
}

.woocommerce-cart   .cross-sells {
    width: 100%;
    margin-right: 0;
}
.cart_totals > .woocommerce-cart-form {
    width: 100%;
}
.custom_coupon_element {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}
.custom_coupon_element  .input-text {
    width: 100%;
}
.custom_coupon_element  .button {
    position: absolute;
    right: 0;
    font-size: 14px;
}

.woocommerce-cart ul.products li.product img {
    margin-left: 0;
}


.woocommerce-cart  ul#shipping_method li {
    margin-bottom: 0 !important;
} 

ul#shipping_method {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 10px;
}
.woocommerce-cart .cart-collaterals select {
    border-radius: 25px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-block-cart__submit-button,
.woocommerce-cart .wc-block-components-button.wc-block-cart__submit-button {
    border-radius: 50px !important;
    background: #D11E47 !important;
    background-color: #D11E47 !important;
    color: #FFF !important;
    text-align: center;
    font-family: Sora;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
}

.cart-collaterals .cart_totals small.includes_tax,
.cart_totals .order-total .amount {
    font-size: 18px;
}

@media screen and (max-width: 1366px) {
    .woocommerce-cart.bookory-product-laptop-3 ul.products li.product {
        flex: 1 !important;
        max-width: fit-content !important;
    }
}
@media screen and (max-width: 500px) {  
    .woocommerce-cart  ul.products li.product img {
        width: unset;
        height: 403.953px;
    }
}

@media screen and (max-width: 375px) {  
    .woocommerce-cart  ul.products li.product img {
        height: 320px;
    }
}

.woocommerce-shipping-destination {
    margin-bottom: 0;
    padding: 10px;
}

.woocommerce-shipping-calculator {
    margin: 0;
    padding: 10px;
}
