/*
Start custom style sheet for MVC live site
*/

#btnBuy { /* Læg i kurv knap */
    border: 1px solid #85afa0;
    background: #99cab9;
}
.tclose { /* Luk ned knap i pop-up */
  background: url(https://cdn.fotoagent.dk/mobile/mthemes/luxoliving_2015/images/bg-close@2x.png) no-repeat center center #99cab9;
  background-size: 10px 10px;
} 
.button-popup a { /* Shop videre knap i pop-up */
    border: 1px solid #85afa0;
    background: #99cab9;
}

.pager-button li a { /* Shop videre i check-out */
    background: gray;
}
.pager-button li.trin input { /* Næste trin check-out */
    background: #99cab9;
}
.green-button { /* Næste trin check-out ved adresse */
    background: #99cab9;
}
.marked-holder { /* Accepter handelsbetingelser check-out */
    background: #99cab9;
}
#glsSearchBtn { /* vælg pakkeshop check-out */
    border: 1px solid #85afa0;
    background: #99cab9;
}
.card-form ul .mark-price { /* Besked nederst i checkout (gul boks) */
    background: #fffee4;
}

.cart-item--wrapping .form-group--horizontal .form-control-label {
	margin-right: 0;
	font-weight: normal;
}
.facet-filter__toggler .btn, .itemlist-sorting__toggler .btn {
	color: #333 !important;
}

/*
End custom style sheet for MVC live site
*/

/*Hot fix remove extra div react*/
.checkout-cart {
	height: auto;
}

.fs-text-product-cta:after {
    background-color: #99cab9;
    color: #FFF;
	border-color: #85afa0;
}
	
.fs-text-product-cta:hover:after {
    background-color: #85afa0;
    color: #FFF;
	
}
.fs-text-product-cta:after, .fs-has-links::after {
    transition: background 0.5s, color 0.5s;
    content: "LÆS MERE / KØB";
    font-size: 14px;
    font-family: "factoria", sans-serif;
    margin: 10px auto;
    padding: 9px 15px;
    font-weight: 400;
    color: #FFF;
	max-width: 140px;
}

#header > div.menu-holder > menu > li.close {
		display: none;
}

.product-group-description-block {
		margin-bottom: 10px;
}

.chatSøgeord {
display:none;
}

.shippingSmall {
    color: #666;
    font-size: 10px;
}

.addthis_bar_logo_container,.at-goal-container {
display:none !important;
}

.addthis_bar_message {
font-weight:500 !important;}

.addthis_bar.addthis_bar_fixed {
    min-height:45px !important;}
    
.addthis_bar_message > span {
font-size:14px !important;
}

#readMore {
text-decoration: underline;
font-weight:800;
cursor:pointer
}

/*Brand side Start*/
.brandBlock{
margin-bottom: 30px;
}

.brandTitle{
font-size: 18px;
font-weigh: 600;
color: black;
}

.brandBlock li {
list-style: none !important;
line-height: 200%
}

.brandBlock a {
text-decoration: none !important;
}

.brandBlock a:hover {
color: black !important;
}
/*Brand side Slut*/