/*CAS-49244 Add Title on shipment address*/
#address_line_3{
	display:none !important;
}

.fieldset_container:nth-child(2n+1){
	background-color: unset !important;
}
#register_request_form .fieldset_container.address,
#field_firstname .field_label,
#field_lastname .field_label{
	display: none !important;
}
#register_request_form #field_firstname,
#register_request_form #field_title{
	margin-bottom: 0px !important;
}
fieldset #field_address_country,
fieldset #field_mobile{
	margin: 10px 0 !important;
}
fieldset #field_lastname,
fieldset #field_language{
	margin-bottom: 10px !important;
}

#seat-map .olTileImage{
	opacity: 1 !important;
}

#page_account_editPersonalDetails #field_address_zipcode_town,
#page_account_editPersonalDetails #field_address_line_1{
	display: none !important;
}
/*CAS-06748- END*/

/*CAS-54207-W4D1W5*/
#menu .item_button a, #account #account_account_register, .stx-Header .stx-RegisterButton, .stx-HeaderNavContainer .stx-CustomLinkButton{
	width: 120px;
	padding: 0 !important;
	font-size: 14px !important;
}
#menu .item.item_button.last_item_link, .stx-HeaderNavContainer .stx-CustomLinkItemContainer{
	margin-right: 4px;
}
#main_content_list_resale_products .product_image_container img.product_image{
	max-height: unset !important;
}
/*CAS-54207-W4D1W5 - END*/