/* Specific rules for Maje ES website */

.checkout-progress-indicator .active, .checkout-progress-indicator .inactive{
	letter-spacing:-0.5px;
}

/*.checkout-progress-indicator .step-1.active .stepText {
	border-bottom: 2px solid #000000;
	padding: 0 0 11px 0;
}*/
#pdpMain .product-col-2.product-detail .unauth-add-to-wishlist, 
#pdpMain .product-col-2.product-detail .add-to-wishlist {
	background-position: 30px 20px;
}

#loginform #password-reset {
	width: 82%;
}

@media screen and (max-width: 980px){
	#loginform #password-reset {
		width: 41%;
	}
	
	#salutation-container label.radio-salutation {		
		width: 42px;
	}
	#salutation-container span.error-message {
		margin: 0px;
		top: 0;
	}
}