.woocommerce .oom_row .step-cart-progress-list h4{
	font-size: 18px !important;
}

.woocommerce .oom_row h3{
	font-size: 20px !important;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    padding: 10px !important;
    font-size: 16px !important;
}

.oom-mini-cart-close, .oom-mini-cart-close:focus {
    background: none !important;
    border: none !important;
    font-size: 1.5rem !important;
    color: #666 !important;
    cursor: pointer !important;
    transition: color 0.2s;
    padding: 0 !important;
}

.oom-mini-cart-remove-item {
    font-size: 13px !important;
    cursor: pointer !important;
    padding: 0 !important;
    width: 20px;
    height: 20px;
    border: 1px solid #bbb;
    border-radius: 50 !important; 
    line-height: 1 !important;
}

.oom-mini-cart-qty-minus, .oom-mini-cart-qty-plus {
    width: 28px;
    height: 28px;
    border: none;
    font-size: 18px !important;
    border-radius: 0px !important;
    cursor: pointer !important;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    line-height: 1 !important;
}

.oom-mini-cart-qty-controls input {
    min-height: 28px;
    width: 60px !important;
    padding: 0 !important;
    text-align: center;
}

@media (max-width: 1440px){
	.woocommerce .oom_row .step-cart-progress-list h4{
		font-size: 18px !important;
	}
	
	.woocommerce .oom_row h3{
		font-size: 20px !important;
	}
}

@media (max-width: 1024px){
	.woocommerce .oom_row .step-cart-progress-list h4{
		font-size: 16px !important;
	}
	
	.woocommerce .oom_row h3{
		font-size: 18px !important;
	}
}
@media (max-width: 767px){
	.woocommerce .oom_row .step-cart-progress-list h4{
		font-size: 14px !important;
	}
	
	.woocommerce .oom_row h3{
		font-size: 16px !important;
	}
	
	.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
		font-size: 14px !important;
	}
}

/* Hide the Reward Program widget */
.MuiBox-root.css-bdt0sz {
    margin-right: 100px !important;
}