.notification-dropdown span.woocommerce-Price-amount.amount {
    font-size: 14px !important;
}
.woocommerce form.checkout_coupon .form-row-last {
    width: 200px !important;
}
.woocommerce-cart button[name="apply_coupon"], .woocommerce-checkout button[name="apply_coupon"]{
    padding: 0.918em 1em !important;
}
.site-header .header-mini-cart ul.cart_list{
	max-height: calc(100vh - 400px) !important;
}
.product-page-price del {
    text-decoration: line-through;
}
@media (max-width: 560px) {
    .woocommerce #customer_login .woocommerce-LoginBtn, 
    .woocommerce #customer_login .woocommerce-RegisterBtn, 
    .woocommerce .bb_customer_login .woocommerce-LoginBtn, 
    .woocommerce .bb_customer_login .woocommerce-RegisterBtn {
        text-align: center;
        width: 100%;
        display: grid;
        max-width: 250px;
        margin: 0 auto;
    }

    .woocommerce #customer_login {
        padding: 1rem !important;
    }

    .woocommerce #customer_login .woocommerce-LoginBtn button.button, 
    .woocommerce #customer_login .woocommerce-RegisterBtn button.button, 
    .woocommerce .bb_customer_login .woocommerce-LoginBtn button.button, 
    .woocommerce .bb_customer_login .woocommerce-RegisterBtn button.button {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) and (max-width: 900px) and (orientation: landscape) {
    .woocommerce #customer_login .woocommerce-LoginBtn button.button, 
    .woocommerce #customer_login .woocommerce-RegisterBtn button.button, 
    .woocommerce .bb_customer_login .woocommerce-LoginBtn button.button, 
    .woocommerce .bb_customer_login .woocommerce-RegisterBtn button.button {
        padding-left: 1em !important; 
        padding-right: 1em !important;
    }
	.woocommerce #customer_login .woocommerce-LostPassword:not(.d-none) {
		display: grid !important;
	}

}

@media (min-width: 901px) and (max-width: 1024px) and (orientation: landscape) {
    .woocommerce #customer_login .woocommerce-LoginBtn button.button, 
    .woocommerce #customer_login .woocommerce-RegisterBtn button.button, 
    .woocommerce .bb_customer_login .woocommerce-LoginBtn button.button, 
    .woocommerce .bb_customer_login .woocommerce-RegisterBtn button.button {
        padding-left: 2em !important; 
        padding-right: 2em !important;
    }
}