#listings .product-image,
#listings .product-account-image-wrapper {
  display: none;
}

/*Modify the home page feature area background*/
#home-page .feature-region {
  height: 15px;
  background-repeat: no-repeat;
  background: #7f97a7;
}

/* Modify the search box background color*/
#search-form.callout-region {
  background-color: #003050;
}

/* EgetFix. Modify the color of the top-left flag on course cards*/
.product-flag {
background-color: rgb(0, 48, 80);
}

/* EgetFix. Modify the background color of the icon on course cards*/
.ProductIcon__LargeCircle--course {
background-color: #7f97a7;
}

/* EgetFix. Modify the text color at the bottom of the course cards*/
.product-dates, .product-price, .product-credits {
color: rgb(0, 48, 80);
}

/* EgetFix. Modify the color of the arrow at the bottom of the course cards*/
.learn-more::before {
color: rgb(0, 48, 80);
}

/* EgetFix. Modify the color of the menu text at top-right*/
.Dropdown__ToggleText, .Dropdown__ToggleIcon--header {
color: rgb(0, 48, 80);
}

/* Script för att dölja prisuppgift */
/*Döljer produktpriset i footer - första sidan*/
.product-footer {
    visibility: hidden;
    }
 
/*Döljer sista regsisdans produktpris i footer */
#total {
    visibility: hidden;
    }
 
 
/*Dolde tidigare prisangivelse i body */
 /*
#enroll-hero{
visibility: hidden;
}*/
 
/*Döljer prisangivelse i footer*/
#enroll-footer{
visibility: hidden;}
 
/*Döljer "Att man sparat nn kr" efter angiven promotion code */
#discount {
    visibility: hidden;
}

/*Ny design av registreringslänken- */
 
#enroll-hero a, .Product__AssociatedProductsList--below-the-fold>li>a{
 
background: #1B7942;
 border-color:  #1B7942;
font-size: 1em;
text-decoration: underline;
}