body.woocommerce-cart .woocommerce{
	padding: 100px 0;
}

.wc-empty-cart-message {
	width: 100%;
}

.celia-qty-wrapper {
    display: flex;
    align-items: center;
    /* justify-content: center; */
	height: 42px;
}

button.celia-qty-btn {
    padding: 0 5px;
    min-width: 35px;
    min-height: unset;
    border: 1px solid #ccc;
	height: 100%;
}

button.celia-qty-btn.celia-qty-minus {
    border-start-start-radius: 30px !important;
    border-end-start-radius: 30px !important;
}

.quantity {
    width: 40px !important;
    border-radius: 0;
    border-right: none !important;
    border-left: none !important;
    appearance: textfield;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: flex;
	height: 100%;
}

button.celia-qty-btn.celia-qty-plus {
    border-start-end-radius: 30px !important;
    border-end-end-radius: 30px !important;
}

.checkout-product-thumbnail{
	display: none;
}

.woocommerce a.remove{
	content: "";
    width: 16px;
    height: 18px;
	background-image: url(../images/icons/delete-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
	border-radius: 0 !important;
	font-size: 0;
}

.cb-parent-name {
    font-weight: 100 !important;
} 

  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	width: 100% !important;
  }

.woocommerce ul.products li.product a.woocommerce-loop-product__link{
	display: inline-block !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	font-size: 16px !important;

}

.cart_totals.calculated_shipping h2 {
    margin-bottom: 20px;
}

.cb-child-item td{
	margin: 0 !important;
}

.woocommerce-notices-wrapper {
    width: 100%;
}
.cb-child-item-name{
 margin: 0 !important;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link{
	padding: 0 !important;
}

  tr.woocommerce-cart-form__cart-item.cart_item.cb-child-item .product-remove{
	display: block !important;
  }
  

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{
	border: none !important;
	text-decoration: underline !important;
}

@media (max-width: 768px) {
	.celia-qty-wrapper{
		justify-content: start;
	}

	td.product-remove {
		position: absolute;
		right: 20px;
	}

	body.woocommerce-cart .woocommerce{
		padding: 40px 0;
	}

	  .woocommerce-page table.cart .product-thumbnail{
		display: block;
	  }

	  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
		display: none;
	  }
	  
	  .woocommerce-page .woocommerce-cart-form .product-thumbnail{
		width: auto;
	  }

	  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
		text-align: left !important;
	  }

}

/* checkout page */

.woocommerce-checkout table.shop_table{
	width: 100% !important;
}

.flex.checkbox {
    flex-wrap: nowrap;
    align-items: baseline;
	gap: 10px;
}

.rx-checkout-layout-wrapper {
    margin-bottom: 30px;
}
