@media (min-width: 1024px){
	.bc-skin-profile__title {
		font-size: 90px;
	}
}
@media (max-width: 420px){
	.bc-products .tab__parent {
		margin-top: 35px;
	}
}
#send-routine-email .submit-btn, .send-routine-section .submit-btn.logged-submit {
	width: 340px;
}
@media (max-width: 1023px) {
	.consultation-intro {
		height: 650px;
	}
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1200px) {
	.bc-products .tab__parent {
		margin: 30px auto 20px auto;
	}
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1044px) {
	h2.text-center.routine-sent-text {
		margin-top: 50px;
	}
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1100px) { 
	.bc-product button {
		width: 100%;
	}
}
@media (max-width: 1023px) {
      .bc-product button.open-quickview {
            width: 50%;
      }
}