/*anderledes knapper*/
.page_label__customer_page ul.myAccountList li a.thumbnail {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    height: 50px !important;
    width: 100%;
    padding: 0;
    background: #007531;
    color: #ffffff;
    outline: none;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 30px;
}

.page_label__customer_page ul.myAccountList li a.thumbnail:hover {
    background: #013f1b;
}

.page_label__customer_page ul.myAccountList li a.thumbnail i.fa {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    position: relative;
    margin-top: auto;
    padding: 0 20px;
    color: #ffffff;
    height: 100%;
    font-size: 1.5em;
    background: rgba(0, 0, 0, 0.04);
}

.page_label__customer_page ul.myAccountList li {
    min-width: 274px;
}

.page_label__customer_page ul.myAccountList {
    justify-content: center;
    gap: 15px;
}

.page_label__customer_page .myAccountList li a.thumbnail.danger {
    color: #fff;
    background-color: #C65F52;
}

.page_label__customer_page .myAccountList li a.thumbnail.danger i.fa {
    color: #fff;
}

.page_label__customer_page ul.myAccountList li a.thumbnail.danger:hover {
    background: #B14542;
}

/*fjerner breadcrumbs*/
.breadcrumb {
    display: none;
    }
	
/*bredt kategoribillede*/
.categoryImage img {
    width:100%
    }
    
.categoryImage {
    margin-bottom: 20px
    }