/* Valkyrie */

/* General */

.sr-container, .sr-container *, .sr-container *::after, .sr-container *::before  {
    box-sizing: border-box;
}

.sr-container .row::after, .sr-container .row::before {
    content: " ";
    display: table;
}

.sr-container .row {
    margin-left: -15px;
    margin-right: -15px;
	clear:both;
}

.sr-module .sr-box, .sr-page .sr-box {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.sr-author, .sr-date-added, .sr-rating, .sr-text {
	padding:10px;
}

.sr-icon {
	font-size:25px;
	line-height:0px;
	position:relative;
	top:4px;
}

.sr-star:before {
	content: "\2605";
	color:#FFCC00;
}

.sr-star-o:before {
	content: "\2606";
	color:#FFCC00;
}






/* Module Style */

.sr-module {
	margin-bottom: 15px;
}

.sr-module .sr-box {
	border: 1px solid #ddd;
	margin-bottom: 20px; 
	overflow: auto;
}

.sr-module .sr-rating, .sr-module .sr-author, .sr-module .sr-date-added {
	padding: 5px 10px;
}

.sr-module .sr-author{
	font-size: 14px;
	float:left;
}

.sr-module .sr-date-added {
	color: #999;
	float:right;
}

.sr-module .sr-text{
	font-size: 14px;
	font-weight:bold;
}

.sr-module .sr-link {
	display:inline-block;
	 margin-right: 10px;
	margin-bottom: 10px;
	padding:8px 8px;
	font-size:14px;
	font-weight:bold;
	text-align: right;
	color:#fff;
	border:1px solid #AF0000;
	background: #D20001;
	border-radius:3px;
}
.sr-module .sr-link + .sr-link {
	margin-right: 0px;
}

/* Page Style - index.php?route=store/review  */


.sr-page .sr-box {
	border: 1px solid #ddd;
	margin-bottom:30px;
}

.sr-page .sr-heading {
	background-color:#F9F9F9;
	border-bottom: 1px solid #DDD;
}

.sr-page .sr-heading:after{
    clear: both;
	content: "";
    display: block;
}

.sr-page .sr-author{
	float:left;
	font-size: 14px;
	min-width:160px;
}

.sr-page .sr-rating {
	color: #999;
}

.sr-page .sr-date-added {
	color: #999;
	text-align:right;
	float:right;
	position:relative; right:15px;
}

.sr-page .sr-text {
	color: #000;
	padding:15px 20px;
	font-size:15px;
	line-height:21px;
}

.sr-page .sr-pagination, .sr-page .sr-results {
	text-align:right;
	padding:5px 15px;
}


/* Form "Write a Review" */

	.sr-page label {
		font-size:14px;
		font-weight:bold;
	}
	
	.sr-page input[type="text"], .sr-page textarea {
		font-size:14px;
	}
	
	.sr-page .rating-container {
		margin:20px 0;
	}
	
	.sr-page .good-bad {
		margin:0px 20px;
	}
	
	.sr-page #sr-message {
		float:left;
		margin-right:30px;
	}
	
	#button-review {
		background:#EB0C0C;
		color:#fff;
		font-size:15px;
		padding:10px 15px;
		border:none;
		font-weight:bold;
	}
	
	/* Star Animation */
	
		.sr-page .rating {
			unicode-bidi: bidi-override;
			direction: rtl;
			display:inline-block;
		}
		.sr-page .rating > label {
			display: inline-block;
			position: relative;
			width: 20px;
			height:40px;
			font-size:40px;
			margin:5px;
		}
		
		.sr-page .rating > label:hover:before,
		.sr-page .rating > label:hover ~ label:before {
		   content: "\2605"; 
		}
		
		.sr-page .rating input {
			position:relative;
			right: 10px;
		}
	
	/* End Star Animation*/
	
	


@media all and (min-width: 1200px) {

}

@media all and (max-width: 1199px) {
 	#column-left .sr-link, 
	#column-right .sr-link {
	 	width:100%; 
		text-align:center;
	}
}

@media all and (min-width: 992px) {

}


@media all and (min-width: 768px) {
	.sr-page .sr-author {
		display:inline-block; 
		width:auto;
	}
	
	.sr-page .sr-rating {
		display:inline-block; 
		width:300px;
	}
	
	#content .sr-module {
		display:none;
	}
	
}

@media all and (max-width: 767px) {
	.sr-page .sr-rating {
		display:block; 
		width:100%;
	}
	
	.sr-page .sr-author {
		width:50%;
	}
	
	.sr-page .sr-date-added {
		width:30%;
	}

}


/* Debug */
/*
.sr-box, .sr-author, .sr-date-added, .sr-rating, .sr-text {
	border:1px solid red;
}
*/