/* Specific rules for Maje DE website */

#pdpMain .product-col-2.product-detail .unauth-add-to-wishlist, 
#pdpMain .product-col-2.product-detail .add-to-wishlist {
	background-position: 19px 18px;
}

#footer input[type="text"], #footer input[type="email"] {
	width: 209px;
}

/*
*	TABLET
*/
@media screen and (min-width:768px) and (max-width:1023px) {
	#footer input[type="text"], #footer input[type="email"] {
		width: 165px;
	}
}

@media screen and (max-width:767px) {
	.pt_confirmation #primary .confirmation-banner h1 {
		font-size: 20px;
	}
}

