/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
  div.block-category.card.card-block.block-category #category-description {
	width: 60%;
	
  }

   div.block-category.card.card-block.block-category .category-cover {
/*   margin-left: 60%; */
   width: 35%;
   height: auto;
   float: right;
  }
  .block-category .category-cover img{
	  width:250px;
	  height:200px;
	  }

.product-flag.online-only{
	top: 25px !important;
}

a {
	text-transform: none !important;
}

/*  
@media (min-width:992px) {
  
  div.block-category.card.card-block {
    padding-bottom: 0px;
  }
  
  div.block-category.card.card-block.block-category .category-cover {
    position: inherit;
    float: right;
  }
  
  div.block-category.card.card-block.block-category #category-description {
    margin-right: 165px;
  }
  
  /* self clearing rules */
/*
  div.block-category.card.card-block:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
  div.block-category.card.card-block { display: inline-block; _height: 1%; }
  /* Hides from IE-mac \*/
/*
  div.block-category.card.card-block { display: block; }
  /* End hide from IE-mac */
/* 
} 
*/

.highlighted-informations.no-variants.hidden-sm-down {
display:none;
}

.product-information .product-description ul li {
  list-style-type: disc;
  margin-left:20px;
}

/* Product Moms rykkes en linje op, s det str ved siden af pris */
.tax-shipping-delivery-label {
	top: -38px;
	position: relative;
	left: 75px;
	height: 0px;
}

