/* FIX FÖR FÖRETAG SIGNUP */
.retailer-login-header {
    display: grid;
	justify-content: center;
}

#customer-registration-iframe {
	width: 100% !important;
    height: 100% !important;
}

.retailer-login-wrapper-widen {
	width: 640px !important;
}

.CustomerProfileValue span:nth-child(3), .CustomerProfileValue span:nth-child(4) {
   display: none !important;
}

#ctl00_ctl00_main_rightmain_myPagesControl_myPagesTabContainer_tabPanelCustomerAddresses_myCustomerInfo_cii_editCustomerAddress_lblCompanyTextLabel {
   display: none !important;
}
/* FIX FÖR FÖRETAG SIGNUP END */

.discount-wrapper .discount-form {
    display: block;
}
.discount-wrapper .discount-header {
    font-weight: 900;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
}

.page-mypages .ajax__tab_body{
 	background: none; 
}

#ctl00_ctl00_main_rightmain_myPagesControl_myPagesTabContainer_tabPanelCustomerAddresses_myCustomerInfo_cii_customerInfoCreateProfileLoadCustomerProfile > p {
	font-family: source-sans-pro, sans-serif;
  	font-size: 12px;
}

#ctl00_ctl00_main_rightmain_myPagesControl_myPagesTabContainer_tabPanelCustomerAddresses_myCustomerInfo_cii_customerInfoCreateProfileLoadCustomerProfile > p > a {
	font-weight: bold;
}