/****************************
SHOW SHOP REVIEWS PAGE
*****************************/

.shopReviewsShow .noReviewsToShow,
.showRateShopReview .noReviewsToShow{
	font-family: MuseoSans;
	font-size: 12px;
	font-weight: 700;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
}

.shopReviewsWrapper .shopReviewsTitle:BEFORE{
	content: '\a006'; /* ico-arrow_round_down */
	color: #ca0614;
	position:absolute;
	right:3.4375%; /* 11/320 */
	line-height: 59px;
}

.shopReviewsWrapper .shopReviewsTitle{
	width: 100%;
	border: 1px solid #ccc;
	background: #f9f9f9;
	height: 59px; line-height: 59px;
	text-align: center;
	cursor: pointer;
	position:relative;
}
.shopReviewsWrapper .shopReviewsTitle *{
	cursor: pointer;
}
.shopReviewsWrapper .shopReviewsTitle.closed:BEFORE{
	content: '\a009'; /* ico-arrow_round_up */
}
.shopReviewsWrapper .shopReviewsTitle.closed{
	margin-bottom: 40px;
}

.shopReviewsWrapper .shopReviewsTitle .return{
	color: #ca0614;
	position:absolute;
	left:3.4375%; /* 11/320 */
	top:50%;
	margin-top:-6px;
}

.shopReviewsWrapper .shopReviewsTitle .headline{
	text-transform: uppercase;
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 16px;
	color: #1a1a1a;
}

.shopReviewsWrapper .shopReviewsContent{
	padding: 30px 2.8125% 40px; /* 9/320 */
}

.shopReviewsWrapper .shopReviewsContent .shopReviewsDescription{
	padding: 0 7.2847682%; /* 22/302 */
	margin-bottom: 28px;
	text-align: center;
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 12px;
	color: #1a1a1a;
}

.shopReviewsWrapper .shopReviewsContent .shopReviewsWriteReview{
	border: 1px solid #ccc;
	border-bottom: 0;
	padding: 50px 0;
}
.shopReviewsWrapper .shopReviewsContent .shopReviewsWriteReview .shopReviewsWriteReviewDesc{
	padding: 0 13.2450331%; /* 40/302 */
	text-align: center;
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 14px;
	color: #000;
}

.shopReviewsWrapper .shopReviewsContent .shopReviewsWriteReview .shopReviewsWriteReviewButton{
	height: 36px; line-height: 36px;
	width: 59.602649%; /* 180/302 */
	background: #ca0614;
	margin: 24px auto 0;
	text-align: center;
	border-radius: 3px;
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
}

.shopReviewsWrapper .shopReviewsContent .shopReviewsShow{
	border: 1px solid #ccc;
	padding-top: 15px;
}

.shopReviewsWrapper .shopReviewsContent .shopReviewsShow .reviewListItem{
	padding: 13px 10%; /* 30/302 */
	text-align: center;
}
.shopReviewsWrapper .shopReviewsContent .shopReviewsShow .reviewListItem:last-child{
	border-top: 1px solid #ccc;
	background: #fafafa;
	margin-top: 15px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.shopReviewsWrapper .shopReviewsContent .shopReviewsShow .reviewListItem .reviewListItemLabel{
	display: block;
	margin-bottom: 10px;
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 14px;
	color: #1a1a1a;
	text-transform: uppercase;
}

.shopReviewsWrapper .shopReviewsContent .reviewsBtns{
	margin-top: 39px;
}

.shopReviewsWrapper .shopReviewsContent .reviewsBtn:BEFORE{
	content: '\a006'; /* ico-arrow_round_down */
	color: #ca0614;
	position: absolute;
	right: 3.4375%; /* 11/320 */
	line-height: 60px;
}

.shopReviewsWrapper .shopReviewsContent .reviewsBtn{
	position: relative;
	width: 100%;
	height: 60px; line-height: 60px;
	border: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 12px;
	color: #1a1a1a;
}



.shopReviewsWrapper .shopReviewsContent .reviewsBtn.closed:BEFORE{
	content: '\a009'; /* ico-arrow_round_up */
}

.shopReviewsWrapper .shopReviewsContent .showEachReview{
	padding: 44px 2.9801325% 34px; /* 9/302 */
	text-align: left;
	border: 1px solid #ccc;
	border-top: 0;
}

.shopReviewsWrapper .shopReviewsContent .shopReviewsShow .reviewListItem #starsContainer{
	float: none;
	margin: 0 auto;
	text-align:left;
	width:151px; /* 22*5 + 9*4 = 146 */
	position:relative;
	height: 22px;
}

#starsContainer .sparFiveStars{
	height: 100%;
	width: 100%;
}

#starsContainer .sparFiveStars div:nth-of-type(2){
	margin-left: 8.60px;
}
#starsContainer .sparFiveStars div:nth-of-type(3){
	margin-left: 8.60px;
}
#starsContainer .sparFiveStars div:nth-of-type(4){
	margin-left: 8.70px;
}
#starsContainer .sparFiveStars div:nth-of-type(5){
	margin-left: 8.70px;
}

.footerWrapper.middleFooterWrapper #starsContainer .sparFiveStars div:nth-of-type(2){
	margin-left: 9.2px;
}
.footerWrapper.middleFooterWrapper #starsContainer .sparFiveStars div:nth-of-type(3){
	margin-left: 9.2px;
}
.footerWrapper.middleFooterWrapper #starsContainer .sparFiveStars div:nth-of-type(4){
	margin-left: 9.2px;
}
.footerWrapper.middleFooterWrapper #starsContainer .sparFiveStars div:nth-of-type(5){
	margin-left: 9.2px;
}

.showEachReview #starsContainer .sparFiveStars div:nth-of-type(2){
	margin-left: 9.1px;
}
.showEachReview #starsContainer .sparFiveStars div:nth-of-type(3){
	margin-left: 9.1px;
}
.showEachReview #starsContainer .sparFiveStars div:nth-of-type(4){
	margin-left: 9.1px;
}
.showEachReview #starsContainer .sparFiveStars div:nth-of-type(5){
	margin-left: 9.1px;
}


#starsContainer .sparFiveStars .sparSingleStar{
	overflow: hidden;
	margin-left: 8.6px;
	height: 24px;
	float: left;
	padding-top: 1px;
}
#starsContainer .sparFiveStars .sparSingleStar:first-child{
	margin-left: 1px;
}

#starsContainer .sparFiveStars .sparSingleStar .ico-star_empty,
#starsContainer .sparFiveStars .sparSingleStar .ico-star_full{
	margin: 0;
	padding:0;
	color: #888;
}

#starsContainer .sparFiveStars .sparSingleStar .ico-star_empty{
	font-size:21.5px;
}
#starsContainer .sparFiveStars .sparSingleStar .ico-star_full{
	font-size:22px;
}

#starsContainer .redStars{
	position: absolute;
	top: 0px;
	left: 0px;
}
#starsContainer .redStars.fixPixelHeight{
	top: -0.5px;
}

#starsContainer .redStars.sparFiveStars .sparSingleStar .ico-star_empty,
#starsContainer .redStars.sparFiveStars .sparSingleStar .ico-star_full{
	color: #ca0614;
	position: relative;
	right: 0px;
}

.footerWrapper.middleFooterWrapper #starsContainer .redStars.sparFiveStars .sparSingleStar .ico-star_full{
	right: 0;
}

.shopReviewsWrapper .showEachReview .currentReview{
	margin-bottom: 35px;
}

.shopReviewsWrapper .showEachReview .currentReview .reviewHeadline{
	margin: 0 0 2px;
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 14px;
	color: #1a1a1a;
}

.shopReviewsWrapper .showEachReview .currentReview .authorAndDate{
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 13px;
	color: #1a1a1a;
}

.shopReviewsWrapper .showEachReview .currentReview .reviewComment{
	margin-top: 12px;
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 14px;
	color: #1a1a1a;
}

.loadMoreContainer .buttonLoadMore{
	display:block;
	width:113px;
	height:36px;
	line-height:36px;
	margin: 0 auto;
	text-transform:uppercase;
	text-align:center;
	background:#c90613;
	cursor: pointer;
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
}

@media(min-width: 768px) {

	.shopReviewsWrapper .shopReviewsTitle{
		height: 62px; line-height: 62px;
		font-size: 18px;
	}

	.shopReviewsWrapper .shopReviewsTitle .headline{
		font-size: 18px;
	}

	.shopReviewsWrapper .shopReviewsTitle .return{
		left: 3.7760417%; /* 29/768 */
	}

	.shopReviewsWrapper .shopReviewsContent .shopReviewsWriteReview{
		padding: 131px 5.3072626%; /* 19/358 */
		float: left;
		width: 50%;
		border: 1px solid #ccc;
		border-right: 0;
	}

	.shopReviewsWrapper .shopReviewsContent .shopReviewsShow{
		padding-top: 14px;
		float: right;
		width: 50%;
	}

	.shopReviewsWrapper .shopReviewsContent .shopReviewsShow .reviewListItem{
		padding: 20px 6.424581%; /* 23/358 */
		text-align: left;
	}

	.shopReviewsWrapper .shopReviewsContent .shopReviewsShow .reviewListItem .reviewListItemLabel{
		display: inline;
		margin-bottom: 0;
	}
	.shopReviewsWrapper .shopReviewsContent .shopReviewsShow .reviewListItem:last-child .reviewListItemLabel{
		font-size: 11px;
	}

	.shopReviewsWrapper .shopReviewsContent .shopReviewsShow .reviewListItem #starsContainer{
		float: right;
	}

	.shopReviewsWrapper .shopReviewsContent .shopReviewsWriteReview .shopReviewsWriteReviewDesc{
		padding: 0;
	}

	.shopReviewsWrapper .shopReviewsContent .reviewsBtn:BEFORE{
		content: none;
	}
	.shopReviewsWrapper .shopReviewsContent .reviewsBtn.closed:BEFORE{
		content: none;
	}

	.shopReviewsWrapper .shopReviewsContent .reviewsBtn{
		width: 16.6666667%; /* 1/6 */
		height: 60px; line-height: 60px;
		border-bottom: 0;
		border-right: 0;
		float: left;
		font-size: 11px;
	}
	.shopReviewsWrapper .shopReviewsContent .reviewsBtn:last-child{
		border-right: 1px solid #ccc;
	}
	.shopReviewsWrapper .shopReviewsContent .reviewsBtn.closed{
		border-bottom: 1px solid #ccc;
	}

	.shopReviewsWrapper .shopReviewsContent .showEachReview{
		padding: 74px 4.0502793% 46px; /* 29/716 */
		text-align: left;
	}

	.shopReviewsWrapper .showEachReview .currentReview{
		margin-bottom: 40px;
		display: table;
		width: 100%;
	}

	.shopReviewsWrapper .showEachReview .currentReview .averageRating{
		display: table-cell;
		width: 25.532%; /* 168/658 */
	}
	.shopReviewsWrapper .showEachReview .currentReview .averageRating .reviewTextInfo{
		display: table-cell;
		width: 74.468%;/* 100-25.532 */
	}

	.shopReviewsWrapper .showEachReview .currentReview .authorAndDate{
		font-size: 14px;
	}
}

@media(min-width: 1280px){

	.shopReviewsWrapper .shopReviewsTitle:BEFORE{
		content: none;
	}
	.shopReviewsWrapper .shopReviewsTitle{
		height: 96px; line-height: 96px;
		border-right: 0;
		border-left: 0;
		border-top:0;
		cursor: default;
		font-size: 28px;
	}
	.shopReviewsWrapper .shopReviewsTitle *{
		cursor: default;
	}

	.shopReviewsWrapper .shopReviewsTitle .headline{
		font-size: 28px;
	}

	.shopReviewsWrapper .shopReviewsContent{
		padding: 42px 7.3958333% 158px; /* 71/960 */
	}

	.shopReviewsWrapper .shopReviewsContent .shopReviewsDescription{
		padding-right: 8.6797066%; /* 76/818 */
		padding-left: 8.6797066%; /* 76/818 */
		margin-bottom: 49px;
	}
}



/****************************
END SHOW SHOP REVIEWS PAGE
*****************************/



/********************************
RATE THE SHOP PAGE
********************************/


.rateshop .shopReviewsContent .shopReviewsShow .reviewListItem .control-group .help-inline{
	display: none;
}

.rateshop .shopReviewsContent .shopReviewsShow .reviewListItem .control-group.error .reviewListItemLabel{
	color: #ca0614;
}

.rateshop .control-group.error .controls input,
.rateshop .control-group.error .controls textarea{
	border: 1px solid #d9252b;
}

.rateshop .control-group.error .help-inline span{
	color: #d9252b;
}

.rateshop .titleAndComment{
	border: 1px solid #ccc;
	border-top: 0;
	padding: 34px 3.3333333% 19px; /* 10/300 */
}


.rateshop .shopReviewsContent .titleAndComment .control-group,
.rateshop .shopReviewsContent .shopReviewsInformation .control-group{
	min-height: 83px;
}
.rateshop .titleAndComment .control-group.textarea{
	min-height: 220px;
}

.rateshop .titleAndComment .rateShopLabel,
.rateshop .shopReviewsInformation .rateShopLabel,
.rateshop .titleAndComment .rateShopAreaLabel{
	margin: 0;
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 12px;
	color: #333;
	text-transform: uppercase;
}
.rateshop .titleAndComment .rateShopAreaLabel{
	margin: 15.5px 0 0;
}

.rateshop .titleAndComment .rateShopInput,
.rateshop .shopReviewsInformation .rateShopInput,
.rateshop .titleAndComment .rateShopAreaInput{
	height: 43px; line-height: 43px;
	border: 1px solid #ccc;
	margin: 0;
	padding: 0 5%;
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 13px;
	color: #1a1a1a;
}
.rateshop .titleAndComment .rateShopAreaInput{
	height: 180px;
	line-height: 18px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.rateshop .titleAndComment .countdown,
.rateshop .titleAndComment .countdown *{
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 11px;
	color: #333;
	font-style: italic;
}

.rateshop .titleAndComment .countdown{
	display: block;
	text-align: right;
	margin-top: 18px;
}

.rateshop .shopReviewsInformation{
	margin: 65px 0 19px;
}

.rateshop .shopReviewsInformation .control-group .rateShopLabel{
	margin-top: 41px;
}
.rateshop .shopReviewsInformation .control-group:FIRST-CHILD .rateShopLabel{
	margin-top: 0;
}

.shopReviewsWrapper.rateshop .shopReviewsContent .clear{
	margin-top: 45px;
}

.rateshop .goodsNotReceived,
.rateshop .rateLater,
.rateshop .starFieldsAreMandatory,
.rateshop .termsAndConditions{
	display: block;
	width: 91.0596026%; /* 275/302 */
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 11px;
	color: #333;
	font-style: italic;
}
.rateshop .rateLater,
.rateshop .termsAndConditions{
	text-decoration: underline;
}

.rateshop .sendButtonContainer{
	width: 100%;
	border-top: 1px solid #ccc;
	padding-top: 40px;
	margin-top: 27px;
	text-align: center;
}

.rateshop .sendButtonContainer .sendButton{
	width:180px;
	height:36px;
	line-height:36px;
	margin: 0 auto;
	text-transform:uppercase;
	text-align:center;
	background:#c90613;
	cursor: pointer;
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 12px;
	color: #fff;
	border: 0;
	border-radius: 3px;
}


@media(min-width: 768px){

	.shopReviewsWrapper.rateshop .shopReviewsContent .shopReviewsShow{
		padding-top: 28px;
		float: left;
		width: 50%;
		border-right: 0;
	}

	.shopReviewsWrapper.rateshop .shopReviewsContent .titleAndComment{
		float: right;
		width: 50%;
		border: 1px solid #ccc;
	}

	.shopReviewsWrapper.rateshop .shopReviewsContent .shopReviewsShow .reviewListItem .reviewListItemControlGroup{
		display: inline-block;
	}

	.rateshop .titleAndComment .control-group.textarea{
		min-height: 166px;
	}

	.rateshop .titleAndComment .rateShopAreaLabel{
		margin-bottom: 0;
	}
	.rateshop .titleAndComment .rateShopAreaInput{
		height: 126px;
	}

	.rateshop .shopReviewsInformation{
		margin-top: 80px;
	}

	.rateshop .shopReviewsInformation .shopReviewsCustomerInformation{
		width: 	48.951049%; /* 350/715 */
		float: left;
	}

	.rateshop .shopReviewsInformation  .someQuestions{
		padding: 31px 5.034965%; /* 36/715 */
		width: 	48.951049%; /* 350/715 */
		float: right;
		border: 1px solid #ccc;
		margin-top: 21px;
	}

	.shopReviewsWrapper.rateshop .shopReviewsContent .clear{
		margin-top: 60px;
	}

	.rateshop .goodsNotReceived,
	.rateshop .rateLater,
	.rateshop .starFieldsAreMandatory,
	.rateshop .termsAndConditions{
		display: inline;
	}

	.rateshop .shopReviewsContent{
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.rateshop .sendButtonContainer{
		padding-top: 50px;
	}
}


/*
FILL THE STARS
*/

#starsContainerRateMode{
	height: 24px;
	position: relative;
	width: 155px;
	margin: 0 auto;
}

#starsContainerRateMode .sparFiveStars{
	direction: rtl;
	unicode-bidi: bidi-override;
	height: 22px;
	width: 100%;
	position: absolute;
	top: 2px;
}

#starsContainerRateMode .sparFiveStars .sparSingleStar{
	padding-left: 5px;
	padding-right: 5px;
	height: 22px;
	cursor: pointer;
	display: inline-block;
}
#starsContainerRateMode .sparFiveStars .sparSingleStar:FIRST-CHILD{
	padding-right: 0;
}
#starsContainerRateMode .sparFiveStars .sparSingleStar:LAST-CHILD{
	padding-left: 0;
}

#starsContainerRateMode .sparFiveStars .sparSingleStar i:BEFORE{
	font-size: 21px;
	color: #888;
}

#starsContainerRateMode .sparFiveStars .sparSingleStar:hover i:BEFORE,
#starsContainerRateMode .sparFiveStars .sparSingleStar:hover ~ .sparSingleStar i:BEFORE{
	content: '\a053';
	color: #ca0614;
}

#starsContainerRateMode .sparFiveStars .sparSingleStar .ico-star_full.selected:BEFORE{
	color: #ca0614;
}

@media(min-width: 768px){

	#starsContainerRateMode{
		float: right;
	}
}



/*
END FILL THE STARS
*/


/********************************
END RATE THE SHOP PAGE
********************************/







/*********************************
SOME QUESTIONS TAG
**********************************/


.someQuestionsContent{
}

.someQuestionsContent .someQuestionsInfo{
	margin: 20px 0 0;
	width: 100%;
}

.someQuestionsContent .someQuestionsInfo .phoneIconDiv{
	width: 20%;
	vertical-align: middle;
}

.someQuestionsContent .someQuestionsInfo .phoneIcon{
	color: #ca0614;
	font-size: 35px;
}

.someQuestionsContent .someQuestionsInfo .someQuestionsInfoLabels{
	width: 80%;
	vertical-align: middle;
}

.someQuestionsContent .headline{
	font-family: MuseoSans;
	font-weight: 700;
	font-size: 18px;
	color: #1a1a1a;
}

.someQuestionsContent .someQuestionsInfoLabel{
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 14px;
	color: #1a1a1a;
	display: block;
}
.someQuestionsContent .someQuestionsInfoLabel.bold{
	font-weight: 700;
}

.someQuestionsContent .someQuestionsDescription{
	font-family: MuseoSans;
	font-weight: 300;
	font-size: 12px;
	color: #000;
	margin: 0;
	margin-top: 42px;
	overflow: hidden;
	min-height: 54px;
	max-height: 54px;
	height: 54px;
}


/*********************************
END SOME QUESTIONS TAG
**********************************/
	