
body.woocommerce-cart .card, body.woocommerce-cart .shop_table {
    background: #FAFAFA;
}
body.woocommerce-cart .shop_table .cart_item .product-info .product-name {
    font-size: 1rem !important;
    line-height: 1.625rem !important;
}
body.woocommerce-cart .shop_table .cart_item .quantity input.qty {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.woocommerce-cart .shop_table .cart_item .quantity .qty {
    background: transparent;
}
body.woocommerce-cart .shop_table .cart_item .quantity .minus, body.woocommerce-cart .shop_table .cart_item .quantity .plus {
    border-radius: 0 !important;
}
th.product-quantity {
    text-align: center;
}
/* .woocommerce-cart-form__cart-item.cart_item bdi  ,td.product-subtotal{
    font-family: 'OpenSans-SemiBold';
} */
body.woocommerce-cart .cross-sells {
    margin-top: 3.75rem;
    margin-bottom: 0;
}
body.woocommerce-cart .cross-sells h2 {
    background: transparent;
    font-size: 1.125rem;
    font-family: 'PalanquinDark';
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-bottom: 0;
}
body.woocommerce-cart .cross-sells .products {
    background-color: transparent !important;
    padding: 0 !important;
}

ol.flickity-page-dots {
    bottom: -3rem;
}
.cross-sells .flickity-button {
    opacity: 1 !important;
}
.shipping-calculator-form {
    background-color: transparent;
}
body.woocommerce-cart .shop_table tr:nth-last-child(2) td {
    border: 0;
}
body.woocommerce-cart .cross-sells .large-columns-4 .flickity-slider>.col {
    flex-basis: 33.33%;
    max-width: 33.33%;
}
body.woocommerce-cart .shop_table thead th {
    font-size: 1.125rem;
    font-weight: normal !important;
    text-transform: none;
    padding: 1.25rem;
    color: #000000 !important;
    font-family: 'PalanquinDark';
    line-height: 1.25rem;
}
.cross-sells h2 {
    border-bottom: 1px solid #F3F3F3 !important;
    margin-bottom: 1.5rem !important;
}
.cross-sells  flickity-prev-next-button:disabled, .cross-sells  button.flickity-prev-next-button[disabled] {
    opacity: 1 !important;
}
.cross-sells .row {
    max-width: 69rem !important;
    margin: 0 auto !important;
}

.cross-sells  button.flickity-button.flickity-prev-next-button.previous {
    left: -3rem !important;
}
.cross-sells   button.flickity-button.flickity-prev-next-button.next {
    right: -3rem !important;
}
.sub-title .fa-long-arrow-left:before {
    content: "\f104" !important;
}

@media screen and (max-width: 849px){
    .cross-sells {
        overflow: inherit;
    }
    body.woocommerce-cart .shop_table thead th {
        font-size: 16px;
        padding: 8px 15px;
        line-height: 30px;
    }
    body.woocommerce-cart .cross-sells h2 {
        padding-bottom: 10px;
    }
    body.woocommerce-cart .cross-sells {
        margin-top: 50px;
    }
    body.woocommerce-cart .cross-sells .flickity-viewport {
        overflow: inherit;
    }
    body.woocommerce-cart .cross-sells .products {
        background-color: transparent !important;
        padding: 0 !important;
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
    body.woocommerce-cart .cross-sells .large-columns-4 .flickity-slider>.col {
        flex-basis: 200px;
        max-width: 200px;
    }
    .coupon-code-wrapper .widget-title {
        font-size: 16px !important;
        line-height: 26px;
    }
    form.woocommerce-cart-form {
        margin-bottom: 0;
    }
    body.woocommerce-cart .cart-collaterals {
        margin-top: 14px;
    }
    body.woocommerce-cart .shop_table .cart_item td.product-info {
        padding-left: 0;
    }
    body.woocommerce-cart .shop_table .cart_item .mobile-items .quantity-price .amount {
        font-size: 14px;
    }
    body.woocommerce-cart .shop_table .cart_item .product-info .product-name {
        font-size: 14px!important;
        line-height: 24px !important;
    }
    .sub-title {
        margin-top: 5px;
        margin-bottom: 20px;
    }
    body.woocommerce-cart .page-wrapper {
        padding-bottom: 16px;
        padding-top: 0;
    }
    
}


