/* your custom css */
body {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Poppins', sans-serif;
}

.discount-overlay {
  display: none;
}

.product-price product-price>uk-text-small {
  display: none;
}

.cms-link a {
  background-color: black;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  text-decoration: none;
}

.cms-link a:hover {
  text-decoration: none;
  background-color: #eee;
}

.uk-logo img {
  max-width: 250px !important;
}

.standard-sales-price {
  display: none;
}

#desktop-navigation .uk-navbar-nav > li > a {
  font-size: .88rem;
}

.is-product .product-short-description {
  display: none;
}

.is-product .text-short-description p {
  margin: 0;
}

.is-product .text-long-description p {
  margin: 0 0 5px 0;
}

/* Hide 'More information' link */
.is-product a[href="#product-details-tabs"] {
    display: none;
}

/* Hide product documents for b2c */
.b2c.is-product .product-documents {
    display: none;
}

/****************************************************
*****************************************************

Layout ændringer fra Jacob Munch <jacob@msnordic.dk> 

*****************************************************
****************************************************/


/*---------------------------------------------------*/
/*	BUTTONS
/*---------------------------------------------------*/
.btn,
input[type="submit"] {
  background-color: #0399E6;
  color: #ffffff;
  padding: 15px 25px;
  border-radius: 30px;
  border: none !important;
  font-weight: 500;
}

.btn.btn-primary:hover {
  opacity: 0.8;
}

.button+.button,
.btn+.btn {
  margin-left: 10px;
}

.button {
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 100%;
  margin: 10px 0;
  outline: 0 none;
  padding: 12px 22px;
  background-color: transparent;
  color: #0399E6;
  border: 1px solid #0399E6;
  border-radius: 4px;
  position: relative;
  white-space: nowrap;
  transition: all 0.2s linear 0s;
}

.button-sm {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 100%;
  margin: 10px 0;
  padding: 10px 18px;
  border: 1px solid #0399E6;
  border-radius: 4px;
}

@media (max-width: 1200px) {
  .button {
    padding: 9px 22px;
  }

  .button-sm {
    padding: 8px 18px;
  }
}

.btn:hover,
.button:hover,
input[type="submit"]:hover {
  background-color: #777;
  border-color: #ccc;
  color: #FFF;
}