/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://yourwebsite.com/
 Description:  A child theme for Hello Elementor
 Author:       Your Name
 Author URI:   https://yourwebsite.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom CSS below this line */


body.wp-child-theme-hello-elementor-child .page-cart {
    max-width: 100% !important;

}

body.wp-child-theme-hello-elementor-child .page-cart .cart_info {
	max-width: 1140px;
	margin-inline-end: auto;
	margin-inline-start: auto;
	width: 100%;
}

body.wp-child-theme-hello-elementor-child .page-cart .cart-columns {
	background: linear-gradient(90deg, #874893 29.5%, #D35974 100%);
	text-align: center;
    	margin-bottom: 64px;
}

body.wp-child-theme-hello-elementor-child .page-cart  .cart-title {
	color: #fff;
}

body.wp-child-theme-hello-elementor-child .page-cart table td {
	background: transparent;
	border: none;
}

body.wp-child-theme-hello-elementor-child .page-cart .cart.woocommerce-cart-form__contents {
	border: none;
}

body.wp-child-theme-hello-elementor-child .page-cart td.product-thumbnail img {
	width: 130px;
	height: 130px;
	min-width: 130px;
	object-fit: cover;
}

body.wp-child-theme-hello-elementor-child .page-cart .woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
	width: calc(12rem - 10px);
	max-width: calc(12rem - 10px);
}

body.wp-child-theme-hello-elementor-child .page-cart .woocommerce-cart-form__cart-item.cart_item td.product-name {
	width: calc(40rem - 10px);
	max-width: calc(40rem - 10px);
}

td.product-subtotal {
	max-width: calc(15% - 10px);
}

body.wp-child-theme-hello-elementor-child .page-cart  .pric-qty a.pd_title_name {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #000;
	text-decoration: none;
	margin-bottom: 25px;
	display: block;
}

body.wp-child-theme-hello-elementor-child .page-cart .pric-qty-wrapper .pric-qty-wrap {
	display: flex;
	gap: 48px;
	align-items: center;
}

body.wp-child-theme-hello-elementor-child .page-cart .pric-qty-wrapper .pric-qty-wrap span.woocommerce-Price-amount.amount bdi, body.wp-child-theme-hello-elementor-child .page-cart .pric-qty-wrapper .pric-qty-wrap span.woocommerce-Price-amount.amount span {
	font-family: 'Open Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	text-transform: capitalize;
	color: #000; 
}

body.wp-child-theme-hello-elementor-child .page-cart .pric-qty-wrapper .pric-qty-wrap .custom-quantity-wrapper {
	display: flex;
	align-items: center;
	background: #F8F8FB;
	width: 109px;
	height: 50px;
}

body.wp-child-theme-hello-elementor-child .page-cart .pric-qty-wrapper .pric-qty-wrap .custom-quantity-wrapper button {
	background: transparent;
	border: none;
	color: #999999;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	text-transform: uppercase;
	position: relative;
}

body.wp-child-theme-hello-elementor-child .page-cart .pric-qty-wrapper .pric-qty-wrap .custom-quantity-wrapper .quantity {
	display: inline-flex;
}

body.wp-child-theme-hello-elementor-child .page-cart .pric-qty-wrapper .pric-qty-wrap .custom-quantity-wrapper .quantity input {
	width: 22px !important;
	padding: 0px !important;
	border: none;
	background: transparent;
	display: inline-flex;
	height: 22px !important;
	border-radius: 0;
	font-size: 16px;
	justify-content: center;
	align-items: center;
    appearance: none;
}

body.wp-child-theme-hello-elementor-child .page-cart .pric-qty-wrapper .pric-qty-wrap .custom-quantity-wrapper .quantity label.screen-reader-text {
	display: none;
}

body.wp-child-theme-hello-elementor-child .page-cart .woocommerce-cart-form__cart-item.cart_item {
	margin-bottom: 50px;
	display: block;
	border-bottom: 1px solid #44444426;
	padding-bottom: 30px;
}
