﻿/*******************************
TRUSTPILOT
*******************************/
.trust-container {
	float:left;
	position: relative;
    background: #fff;
    width: 350px;
	box-sizing: border-box;
	height: 220px;
	margin-top: 31px;
}

.trustSlides {
	display: none;
	padding: 42px 53px 0px 53px;
    text-align: center;
    line-height: 24px;
	box-sizing: border-box;
}

.trustheader {
	position: absolute;
    top: -12px;
    width: 225px;
    height: 24px;
    background-color: #0a0909;
    padding: 0px 0px 12px 11px;
    font-weight: bold;
    left: 58px;
	border-radius: 8px;
}
.trustheader span {
	background: url(../images/trustlogo.png) no-repeat;
    width: 110px;
    height: 25px;
    display: inline-block;
    margin-top: 4px;
    float: left;
}
.trustheader em {
	margin-top: 8px;
    float: left;
    font-style: normal;
    color: #fff;
    margin-right: 9px;
	font-weight: 700;
    font-size: 15px;
}

.trustprev, .trustnext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #888;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  box-sizing: border-box;
}

.trustnext {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
}

.trustdot-container {
       text-align: center;
    padding-top: 10px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
	    position: absolute;
    bottom: 0;
}

.trustdot {
  cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
     border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: 1px solid #999;
}

.active, .trustdot:hover {
  border: 1px solid #5e7a1d;
    background-color: #5e7a1d;
}

q {font-style: italic;font-size: 17px;}

.author {
	    color: #999;
    margin-bottom: 8px;
    font-size: 13px;
}

.author span {
	font-size: 10px;
    font-weight: 400;
    margin-left: 12px;
}

.stardiv {
	    height: 20px;
    margin-top: 12px;
    margin-bottom: 11px;
}
.stardiv em {
	height: 20px;
	width: 20px;
	display: inline-block;
	background: url(../images/truststar.png) no-repeat;
}


 /* -------------------------------
	stor ved produktside
---------------------------------- */

	 #ExtraRatingDiv { /* n dvendig for at f  tingene til at st  rigtigt, omkranser ogs  "L g i kurv"-knappen */
		width: 54%;
		overflow: visible;
		float: left;
		}
	.ProductratingDiv {
		width: 60%;
		float: left;
		margin-left: 25px;
		height: 32px;
	}
	#SurroundRating {
		float: left;
		margin-right: 12px;
		margin-left: 11px;
		margin-top: -12px;
		margin-bottom: 12px;
		position: relative;
		color: #999;
	}
	.bigrating {
		font-size: 25px !important;
		cursor: pointer;
	}
	.goldstar {
			color: gold !important;
		}
	.bigaverage {
		position: absolute;
		bottom: 0px;
		left: 0px;
		overflow: hidden;
		display: flex;
	}
	.ratingDivText {
			float: left;
    font-size: 12px;
    color: #7f867c;
    position: absolute;
    top: 12px;
    right: -145px;
    width: 134px;
		}

	/* -------------------------------
		kunder kan vurdere
	---------------------------------- */
		#triangle {
		       transform: rotate(45deg);
    position: absolute;
    border-top: 1px solid #bbb4b4;
    border-left: 1px solid #bbb4b4;
    width: 11px;
    height: 11px;
    z-index: 3;
    background-color: #fff;
    top: -7px;
        right: 70px;
		}
		#FullRatingDiv {
		display: none;
    position: absolute;
    background-color: #fff;
    color: #000;
    width: 239px;
    height: 261px;
    direction: ltr;
    padding-top: 8px;
    font-size: 14px;
    right: -143px;
    border-radius: 3px;
    z-index: 2;
    border: 1px solid #bbb4b4;
    padding-left: 9px;
    box-sizing: border-box;
    top: 39px;
		}
		#RatingDone {
		display: none;
			     position: absolute;
    background-color: #fff;
    color: #000;
    width: 250px;
    height: 28px;
    text-align: center;
    direction: ltr;
    padding-top: 8px;
    font-size: 14px;
    left: 0px;
    border-radius: 3px;
    z-index: 2;
    border: 1px solid #bbb4b4;
		}
	.star-row {
		width: 218px;
		margin-bottom: 1px;
		border-bottom: 1px solid #e2e2e2;
		padding-bottom: 6px;
		overflow: hidden;
	}
	.star-row > div {
		width: 125px;
		float: left;
	}
	.star-row > div > span {
		background-color: #a1b378;
		width: 61%;
		height: 5px;
		display: block;
		margin-top: 15px;
		border-radius: 2px;
	}
	.starciffer {
	font-style: normal;
    float: left;
    margin-top: 7px;
    margin-right: 11px;
    font-size: 19px;
	}
	.vote {
		        font-style: normal;
    float: right;
    padding-top: 3px;
    padding-right: 7px;
    padding-left: 12px;
    padding-bottom: 0px;
    font-size: 12px;
    border-radius: 1px;
    cursor: pointer;
    margin-top: 5px;
	}
	.starvoted {
		font-style: normal;
    float: right;
    padding-top: 13px;
    color: #7f867c;
    font-size: 12px;
    width: 30px;
	    text-align: center;
	}
	#RatingClose {
		cursor: pointer;
		text-align: center;
		padding-top: 12px;
	}
	#RatingClose input {
	font-size: 12px;
    padding: 3px 19px 3px 19px;
    display: inline-block;
	    border: 1px solid #ccc;
	}
		



	
/****************************************************************
PRODUKT-SIDE - det enkelte produkt
****************************************************************/
.BeforePriceProduct {
    float: left;
    color: #c12b2b;
    padding: 2px 7px 2px 4px;
    background-color: yellow;
    margin-left: 23px;
    font-size: 14px;
    font-weight: bold;
}

.shop-article {
	border-bottom: 1px solid #bfb49e;
	margin-bottom: 12px;
	overflow: hidden;
	padding-bottom: 22px;
}

/* Prisen ved varen p  vare-siden */
.shop-price {
	color: #5c635a;
	margin-bottom: 28px;
}
.shop-price span {
	font-size: 12px;
    color: #7f867c;
    margin-left: 17px;
}
.shop-price span em.dot {
	border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-left: 2px;
    margin-right: 6px;
    width: 8px;
}
.shop-price span em.green {
	background-color: #599038;
}
.shop-price span em.red {
	background-color: #c5291d;
}
.shop-buy span {
background: url("../images/shopping-cart.png") no-repeat scroll 3px 1px #d43d2c;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    padding: 2px 7px 2px 24px;
	cursor: pointer;
}

.shop-article > div > .shop-buy {
	margin-bottom: 23px;
	float: left;
}
.shop-article > div > .shop-buy span, .shop-text > .shop-buy span {
    background: #769e19 url("../images/shopping-cart.png") no-repeat scroll 8px 11px;
    font-size: 16px;
    padding: 11px 14px 10px 32px;
}
.shop-text .shop-buy { 
	float: left;
    margin-top: 22px;
	margin-bottom: 15px;
}

.payment-logos {
	    margin-top: 19px;
		margin-bottom: 15px;
    overflow: hidden;
    float: left;
    opacity: 0.5;
}


/* -------------------------------
	 vrige varer
---------------------------------- */
.shop-article h1 {
    margin-bottom: 7px;
}
.shop-article h3 {
	font-size: 14px;
    margin-bottom: 24px;
}
.shop-image {
	float: right;
    margin-left: 3%;
	margin-right: 3%;
    width: 40%;
}

.shop-text {
	float: left;
    font-size: 14px;
    width: 47%;
	line-height: 20px;
}

.shop-text img.page-thumbnail {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
	display: none;
}


.shop-article a, .shop-article a:visited {
	color: #4a6113;
}

/*********************************
Div om produktbillede
**********************************/
.shop-img-div {
    background: #fff url("../images/spiffygif_52x52.gif") no-repeat scroll center center;
    float: left;
    min-height: 430px;
    position: relative;
	border: 1px solid #999;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/*********************************
Produktbillede
**********************************/
.product-img { 
	width: 100%;
	float: left;
	border: 0px;
	height: auto !important;
	cursor: pointer;
}

.shop-img-text {
	background-color: #fff;
    box-sizing: border-box;
    color: #555;
    float: left;
    font-size: 14px;
    padding: 10px;
    width: 100%;
	line-height: 22px;
}
.shop-img-text span i {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
}
.shop-img-text span em {
	background-color: #e2e2e2;
    border-radius: 3px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    margin-right: 10px;
    padding: 3px 10px;
}
.shop-img-text span em.big {
	background: #e2e2e2 url("../images/product-full-screen-blue.png") no-repeat scroll right 6px top 6px;
    padding-right: 29px;
}
.shop-img-text span em:hover {
	text-decoration: none;
}
.shop-img-thumbnails {
background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 12px;
    width: 100%;
}
.shop-img-thumbnails img {
	border-style: solid;
    border-color: #d4d4d4;
	border-width: 0px;
    cursor: pointer;
    float: left;
    height: 85px;
    margin-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
	max-width: 70px;
}
.shop-img-thumbnails img.border-yes {
	border-width: 1px;
}

#mobiledots {
	width: 49%;
	margin: auto;
    height: 22px;
    overflow: hidden;
    text-align: center;
	display: none;
}
#mobiledots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ccc9c9;
    margin-right: 11px;
    display: inline-block;
}
#mobiledots span.active {
	background-color: #6b6767;
}
.ArrowChangePic {
	width: 20px;
    height: 20px;
    position: absolute;
    top: 45%;
    border: 1px solid #999;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    opacity: 0.5;
}
.ArrowChangeLeft {
	left: 4px;
	background: url(../images/icon-back.png) no-repeat center center #eae7e7;
}
.ArrowChangeRight {
	right: 4px;
	background: url(../images/icon-next.png) no-repeat center center #eae7e7;
}
#productenlarge {
    background: url(../images/zoomImage.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    z-index: 1;
	display: none;
}
.shop-article ol {
	margin-left: 18px;
}
.shop-article li {
	font-size: 14px;
}

.CatTextTop {
	margin-top: 17px;
	margin-bottom: 16px;
	line-height: 23px;
	color: #333;
}
.CatTextBottom {
	margin-top: 30px;
	margin-bottom: 16px;
	line-height: 23px;
	color: #333;
	scroll-margin-top: 130px;
}
.CatTextTop a, .CatTextBottom a {
	color: #748845;
}

@media(max-width: 950px) {
	.ProductratingDiv {
			width: 100%;
			margin-left: 0px;
			margin-top: 13px;
		}
	.shop-img-thumbnails img {
		height: 40px;
	}
}

@media(max-width: 750px) { 

	#ExtraRatingDiv {
		width: 100%;
	}
	
	.shop-image {
		float: left;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		margin-bottom: 21px;
	}
	.shop-text {
		width: 95%;
	}
	.shop-img-div {
		max-width: 250px;
		min-height: auto;
	}
	.shop-img-thumbnails {
		display: none;
	}
	.shop-img-text {
		padding: 0px 10px 4px 10px;
		margin-top: -22px;
	}
	.shop-img-text span {
		display: none;
	}
	#mobiledots,.ArrowChangePic,#productenlarge {
		display: block;
	}
	.shop-img-div {
		max-width: 346px;
	}
}

/****************************************************************
SHOP
****************************************************************/

#frontpage-webshop div.title {
    padding: 7px 10px 10px;
	color: #212121;
    display: block;
    font-size: 16px;
    line-height: 18px;
    max-height: 36px;
    min-height: 18px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
	cursor: pointer;
}

#frontpage-webshop {
    padding-top: 1px;
	margin-top: 2px;
	overflow: hidden;
	width: 100%;
}

#intro {
	margin-top: 14px;
    margin-bottom: 0px;
	padding-left: 6px;
	overflow: hidden;
	float: none;
	color: #555;
	font-size: 14px;
	line-height: 22px;
}
#intro a, #shop-intro a {
	color: #5e7a1d;
}
.intro-text {
	float: left;
	width: 70%;
}