/* Start custom CSS for shortcode, class: .elementor-element-4018efc *//* Product name */
.cart-wrapper thead .product-name{
	background-color:#4e657b;
	color:#ffffff;
	border-top-left-radius:10px;
	padding-left:7px;
}

/* Product subtotal */
.cart-wrapper thead .product-subtotal{
	background-color:#4e657b;
	color:#ffffff;
	border-top-right-radius:10px;
	padding-right:7px;
}

/* Product price */
.cart-wrapper thead .product-price{
	background-color:#4e657b;
	color:#ffffff;
}

/* Product quantity */
.cart-wrapper thead .product-quantity{
	background-color:#4e657b;
	color:#ffffff;
}

/* Product name */
.cart_totals tr .product-name{
	background-color:#4e657b;
	color:#ffffff;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	padding-right:7px;
	padding-left:7px;
}

/* Button */
.cart_totals .wc-proceed-to-checkout a{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

/* Button (hover) */
.cart_totals .wc-proceed-to-checkout:hover a{
	background-color:#4e657b;
}

/* Coupon code */
#coupon_code{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

/* Expand */
.checkout_coupon .coupon .expand{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}

/* Expand (hover) */
.checkout_coupon:hover .coupon .expand{
	background-color:#4e657b;
	color:#ffffff;
}

/* Button */
.cart-wrapper tr .primary{
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	
}/* End custom CSS */