/*
 Theme Name:     Twenty Fourteen Child
 Theme URI:      http://example.com/twenty-fourteen-child/
 Description:    Twenty Fourteen Child Theme
 Author:         Frank-Oliver Gruen
 Author URI:     http://www.digitalzimmer.de
 Template:       twentyfourteen
 Version:        1.0.0
*/

@import url("../twentyfourteen/style.css");
/* Theme customization starts here */

span.plp-active-page {
    background-color: #0c897d;
    color: white;
    font-weight: bold;
    padding: 0 5px 0 5px;
}
.review-wrapper .review-desc { width: 70%; }

.scroll-to-top-button {
	position: fixed;
	right: 10px;
	bottom: 10px;
	margin: 0;
	padding: 0;
	width: 36px;
	height: 36px;
	z-index: 9999;
}

.scroll-to-top-button:after {
	display: inline-block;
	margin-left: 2px;
	content: '\f432';
	vertical-align: top;
	font-size: 20px;
	font-family: 'Genericons';
	line-height: 1;
}
