/* CSS for Klanteoordelen Front-End. */

.klantenoordelen-sidefloater {
	position:fixed;
	right: -294px;
	top:50%;
	padding:7px 7px 2px;
	background:#00ab7e;
	border-top-left-radius:7px;
	border-bottom-left-radius:7px;
	display: flex;
	color:white;
	cursor:pointer;
	-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index:9999;
}

.klantenoordelen-sidefloater:hover {
	color:white;
	right: 0px;
	
}

.klantenoordelen-grade {
	background: white;
    border-radius: 6px;
    padding: 10px 5px;
    font-family:Arial, Helvetica, sans-serif;
    position:relative;
    height: 36px;
    margin-bottom:10px;
}

.klantenoordelen-first-grade {
	color: #00ab7e;
    font-weight: bold;
    font-size: 22px;
    top: 2px;
    position: absolute;
    left: 5px;
}

.klantenoordelen-slash {
    color: #808080;
    font-weight: bold;
    font-size: 21px;
    position: absolute;
    top: 7px;
    left: 18px;
}

.klantenoordelen-max-grade {
	color: #808080;
    font-weight: bold;
    font-size: 17px;
    position: absolute;
    right: 4px;
    bottom: 0px;
}

.klantenoordelen-comment-icon {
	width:100%;
	text-align:center;
	width:38px;
}

.klantenoordelen-vinkjes {
    display:block;
    width:100%;
    margin-bottom:5px;
}

.klantenoordelen-vinkjes-img {
	width: 15px;
    margin-left: 5px;
}

.klantenoordelen-mid-side {
	margin: 0 20px 0 15px;
	text-align:right;
}

.klantenoordelen-amount {
	font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 4px;
}

.klantenoordelen-desc {
	font-size: 14px;
    line-height: 1;
}

.klantenoordelen-button {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    color: white;
    text-align: center;
    padding: 8px 10px;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.klantenoordelen-button.red {
    background:#ff3333;
    margin-bottom:10px;
}

.klantenoordelen-button.red:hover {
    background:#cd1515;
    color:white;
}

.klantenoordelen-button.blue {
    background:#3184ce;
}

.klantenoordelen-button.blue:hover {
    background:#1b6bb2;
    color:white;
}

.review-single-content-container {
	border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    position:relative;
}

.review-single-content-container h3 {
	font-size:16px;
}

.review-single-content-container p {
	font-size:14px;
}

.review-single-content-container .vinkjes-container span{
	color:#d26e4b;
}

.review-single-content-container .review-single-datum {
	font-size:12px;
	position:absolute;
	right:0;
	top:0;
	color:#999;
}

.review-tab-review-btn {
	color:white;
	background:#00ab7e;
	text-align: center;
    padding: 8px 10px;
    display: block;
    text-decoration: none;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.review-tab-review-btn:hover {
	background:#049972;
	color:white;
}
