.wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar {
	background-color: white;
    padding: 20px;
	border-radius: 16px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
	padding-right: 20px !important;
	
}
.wc-block-components-main table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
	color: #222 !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    font-size: 1.5rem !important;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus font font, .wc-block-components-product-details__value, .wc-block-components-product-details__value font font {
	color: #AA2D4B !important;
	font-weight: 600 !important;
}
.wc-block-components-sidebar-layout{
	flex-wrap:nowrap !important;
	justify-content: space-between;
	gap: 20px;
}
.wc-block-cart .wc-block-cart__submit-container a, .wc-block-components-checkout-place-order-button{	
	background-color: #AA2D4B;
	border-radius: 9px;
}

/* ===============================
   WooCommerce Block Inputs Styling
================================ */

/* Default border for all inputs */
.wc-block-components-form .wc-block-components-text-input input,
.wc-block-components-form .wc-block-components-select input,
.wc-block-components-form input[type=text],
.wc-block-components-form input[type=email],
.wc-block-components-form input[type=tel],
.wc-block-components-form input[type=number],
.wc-block-components-form input[type=password] {
    border: 1px solid #121212 !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Active / filled input (when label floats) */
.wc-block-components-form .wc-block-components-text-input.is-active input,
.wc-block-components-form .wc-block-components-select.is-active input {
    border: 1px solid #ececec !important;
}

/* Focus style */
.wc-block-components-form .wc-block-components-text-input input:focus,
.wc-block-components-form .wc-block-components-select input:focus,
.wc-block-components-form input[type=text]:focus,
.wc-block-components-form input[type=email]:focus,
.wc-block-components-form input[type=tel]:focus,
.wc-block-components-form input[type=number]:focus,
.wc-block-components-form input[type=password]:focus {
    border: 1px solid #777 !important;
    outline: none;
}

.wc-blocks-components-select__select {
	border: 1px solid #121212 !important;
	 background-color: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.wc-blocks-components-select__select:focus {
    border-color: #777 !important;
    outline: none;
}

/* ----- Radio buttons ----- */
.wc-block-components-radio-control__option {
    border: 1px solid #ccc;
   
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

/* Selected radio */
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #AA2D4B !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input{}
/* Radio hover / focus */
.wc-block-components-radio-control__option:hover,
.wc-block-components-radio-control__option input:focus + .wc-block-components-radio-control__option-layout {
    border-color: #777;
}

@media (max-width: 699px) {
	.wc-block-components-sidebar-layout .wc-block-components-main, .wc-block-components-sidebar {
		padding: 20px !important;	
	}
	.wc-block-checkout__actions .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{
		width: 100% !important;
	}
}