.ws-home-image-area {
    text-align: center;
    vertical-align: middle;	
}

.ws-home-image {
	width: 100%;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	margin-top: 33px;
}

.modal-title {
	margin: 20px;
}

.ws-home-comments-title {
    font-family: 'MontserratBold';
    font-size: 40px;
    line-height: 1.2em;
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.ws-home-comments-background {
}

.ws-home-comments-area-1 {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
    background-image: url("../image/home_background_comments_right.png");
    background-repeat: repeat-y;
	background-position-x: right;
	background-position-y: top;
}

.ws-home-comments-area-2 {
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
    background-image: url("../image/home_background_comments_left.png");
    background-repeat: repeat-y;
	background-position-x: left;
	background-position-y: top;
}

.ws-home-comments-photo {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
	border-radius: 100%;
	margin: 20px;
}

.ws-home-comments-name {
    font-family: 'MontserratBold';
    font-size: 24px;
}

.ws-home-comments-years {
    font-family: 'MontserratRegular';
    font-size: 20px;
}

.ws-home-comments-text {
    font-family: 'MontserratRegular';
    font-size: 16px;
}

.ws-home-comments-button {
    background-color: #ff7f02;
	width: 294px;
    height: 70px;
    text-align: -webkit-center;
	border: 0;
	padding: 0;
	color: #ffffff;
	font-family: MontserratBold;
	font-size: 18px
}

.ws-home-comments-button>a {
    font-family: 'MontserratBold';
    font-size: 18px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}


.ws-product-review-photo {
	border-radius: 100%;
	width: 80px;
	height: auto;
}

.ws-product-review-author {
    font-family: MontserratBold;
    font-size: 14px;
    color: #2e2e2e;
    margin-bottom: 0;
}


.ws-product-review-player {
    font-family: MontserratRegular;
    font-size: 14px;
    color: #727272;
    margin-bottom: 0;
}

.ws-product-review-date {
	--margin: 10px;
    font-family: MontserratRegular;
    font-size: 14px;
    color: #727272;
	margin-bottom: 0;
    margin-left: var(--margin);
	margin-right: var(--margin);
	width: calc(100% - (var(--margin)*2));
}

.ws-product-review-text {
	--margin: 10px;
    font-family: MontserratRegular;
    font-size: 16px;
    color: #2e2e2e;
    margin-left: var(--margin);
	margin-right: var(--margin);
	width: calc(100% - (var(--margin)*2));
}

.ws-product-review-separator {
	--margin: 10px;
    color: #f1f3f5;
    width: 100%;
    padding: 0;
    margin-left: var(--margin);
	margin-right: var(--margin);
	width: calc(100% - (var(--margin)*2));
}


.pagination {
	display: inline-flex;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.pagination>.active>span, .pagination>.active>span:hover {
    font-family: MontserratBold;
    font-size: 14px;
	border: 1px;
    border-color: #ff7f02;
	border-style: none;
    background-color: #ffffff;
    color: #ff7f02;
	padding: 0.8rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.pagination>li>a, .pagination>li>a:hover {
    font-family: MontserratBold;
    font-size: 14px;
	border: 1px;
	border-style: none;
    border-color: #ff7f02;
    background-color: #ffffff;
    color: #727272;
	padding: 0.8rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.rating .fa-star {
    color: #F77E0B;
}

.rating .fa-star-no {
    color: #bdbdbd;
}