/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

.ct-cart-actions a.button.meesho-button {
    width: 50%;
    background-color: rgb(159, 32, 137);
}

.ct-woocommerce-cart-form .cart_totals .shipping-calculator-button{
	margin-top: 0px !important;
}

p.woocommerce-mini-cart__buttons.buttons .wc-forward:first-child {
    background-color: var(--theme-palette-color-4) ;
}

p.woocommerce-mini-cart__buttons.buttons .wc-forward:last-child {
    background-color: var(--theme-palette-color-9) ;
    color: var(--theme-palette-color-4) ;
}

button.button[value="Apply coupon"] {
    background-color: var(--theme-palette-color-4) !important;
}

button.button[value="Apply coupon"]:hover {
    background-color: #0000009e !important;
}

.ct-woocommerce-cart-form .cart_totals .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout-payment .place-order button[type=submit] {
	background-color: var(--theme-palette-color-4) ;
}
.ct-woocommerce-cart-form .cart_totals .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-checkout-payment .place-order button[type=submit]:hover {
	background-color: var(--theme-palette-color-9) ;
	color: var(--theme-palette-color-4) ;
}

@media (max-width: 689.98px) {
[data-products] .woocommerce-loop-product__title, [data-products] .woocommerce-loop-category__title{
	text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}
}