/*
    Custom overrides
*/
.rbox {
    border: none;
}
@media (max-width: 500px){
.block-side-category h3 {
    font-size: 14px!important;
}
  }
a {
    color: #4c5942;
}
a:hover {
    color: #9bcada;
}
.g-recaptcha {
  width:310px;
  margin: 0 auto;
}

body > div.page-wrapper > section.main-page-section > div > section > ul > a > article {
  background: transparent !important;
}
.search-main.userlogin,
.product-filter {
  display: none !important;
}

/* Farge av knapp discount i /cart */
@media (max-width: 762px) {
#add_discount_center_code {
  background-color: #FFF !important;
	}
}
/* Fjerne tilbud varer til på produkt sider */
.special-ending-in {
	display: none !important;
}