#breadcrumbs{
	background:none;
	margin-top: 10px;
	margin-bottom: 10px
}
#breadcrumbs .container{
	padding: 10px 0;
	
	font-size:13px;
	color:#808080;
}
#breadcrumbs a,
#breadcrumbs a:visited{
	color:#808080;
}
#breadcrumbs a:hover{
	color:#333;
}
#single-page{
	margin-bottom: 70px
}
#single-page .container{
	background:#fff;
	border:1px solid #dfdfdf;
	position:relative;
}
#single-page .container:before{
	width:1px;
	height:100%;
	background:#dfdfdf;
	content:'';
	display:block;
	
	position:absolute;
	top:0;
	left:356px;
}
#single-page .content {
	width: -moz-calc(100% - 357px);
	width: -webkit-calc(100% - 357px);
	width: calc(100% - 357px);
	
	float: right;
	padding:0 15px 15px;
}
#single-page .content .top {
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9
}
#single-page .content .top .title {
	width:100%;
	display: inline-block;
	padding: 0;
	margin:11px 0;
	
	font-size: 16px;
	font-weight:500;
	color: #6e6e6e;
}
#single-page .content .text-content {
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
	padding: 20px 0 15px;
	line-height: 30px;
	color: #575757
}
#single-page .content .text-content .align-center {
	text-align: center
}
#single-page .content .product-stage-slider{
	width: -moz-calc( 100% - 60px );
	width: -webkit-calc( 100% - 60px );
	width: calc( 100% - 60px );
	
	margin:0 auto;
	padding:20px 0;
}
#single-page .container .content .product-thumbnails-slider{
	width: -moz-calc( 100% - 60px );
	width: -webkit-calc( 100% - 60px );
	width: calc( 100% - 60px );
	
	margin:0 auto;
    position: relative;
}
#single-page .content .product-stage-slider .item,
#single-page .content .product-thumbnails-slider .item {
	padding: 3px;
	border: 1px solid #ddd;
	
	box-sizing:border-box;
	
	position:relative;
}
#single-page .content .product-stage-slider .owl-item .ribbon {
	width: 52px;
	height: 30px;
	
	background-image: -moz-linear-gradient(130deg, #ffeb34, #fcaf12);
	background-image: -webkit-linear-gradient(130deg, #ffeb34, #fcaf12);
	background-image: -o-linear-gradient(130deg, #ffeb34, #fcaf12);
	background-image: linear-gradient(130deg, #ffeb34, #fcaf12);
	
	text-align: center;
	line-height: 30px;
	color: #000;
	
	-moz-border-radius: 0 5px 0 15px;
	-webkit-border-radius: 0 5px 0 15px;
	-khtml-border-radius: 0 5px 0 15px;
	border-radius: 0 5px 0 15px;
	
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 1
}
#single-page .content .product-stage-slider .owl-item .ribbon.orange {
	background-image: -moz-linear-gradient(130deg, #ff7634, #dd460c);
	background-image: -webkit-linear-gradient(130deg, #ff7634, #dd460c);
	background-image: -o-linear-gradient(130deg, #ff7634, #dd460c);
	background-image: linear-gradient(130deg, #ff7634, #dd460c);
	
	color: #fff;
}
#sync2 .item {
	cursor: pointer;
}

#single-page .content .tab-box-wrapper{
	overflow:hidden;
	position:relative;
	margin-top:40px;
}
#single-page .content .tab-box-wrapper .tab-navigation{
	width:100%;
	height:60px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#single-page .content .tab-box-wrapper .tab-navigation:after{
	width:100%;
	height:6px;
	overflow:hidden;
	border:1px solid #e9e9e9;
	display:block;
	content:'';
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	position:absolute;
	bottom:0;
	left:0;
	z-index:0;
}
#single-page .content .tab-box-wrapper .tab-navigation span{
	width:auto;
	height:60px;
	display:inline-block;
	overflow:hidden;
	padding:0 5px;
	margin-left:5px;
	margin-right:1px;
	float:right;
	cursor:pointer;
	
	font-size:16px;
	font-weight:500;
	color:#393939;
	text-align:center;
	line-height:55px;
	
	position:relative;
}
#single-page .content .tab-box-wrapper .tab-navigation span:after{
	width:100%;
	height:4px;
	background:#fff;
	display:block;
	content:'';
	
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	transition: all .5s ease-out;
	
	position:absolute;
	bottom:1px;
	right:0;
	z-index:1;
}
#single-page .content .tab-box-wrapper .tab-navigation span.active:after{
	background:#ff7e1b;
}
#single-page .content .tab-box-wrapper .tab-navigation .rating{
	width:auto;
	height:60px;
	display:inline-block;
	overflow:hidden;
	padding:0 5px;
	margin-right:1px;
	float:right;
	
	line-height:55px;
	
	position:relative;
}
#single-page .content .tab-box-wrapper .tab-content{
	width:100%;
	overflow:hidden;
	padding:20px 0;
}
#single-page .content .tab-box-wrapper .tab-content img[class*=wp-image] {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto 30px;
	padding: 3px;
	border: 1px solid #ddd;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
}
#single-page .content .tab-box-wrapper .tab-content .ctab-comment{
	display:none;
}

#single-page .content .tab-box-wrapper .tab-content .ctab-comment .block-wrapper .top{
	display:none;
}

#single-page .content .tab-box-wrapper .tab-content .ctab-comment #commentform .btn{
	float:none;
	display:block;
	margin:0 auto;
}
#single-page .content .tab-box-wrapper .tab-content .ctab-comment .comment-list{
	margin-top:30px;
}

#single-page .content .tags {
	width: 100%;
	overflow: hidden;
	margin:15px 0 0 0;
	padding:15px 0 0;
	border-top:1px solid #e3e3e3;
}
#single-page .content .tags .row {
	display:inline-block;
	margin: 0 0 0 10px;
	font-size: 15px;
	color: #6e6e6e;
	font-weight: 400;
}
#single-page .content .tags a,
#single-page .content .tags a:visited {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	padding: 1px 8px;
	border:1px solid #ddd;
	color: #5d5d5d;
}
#single-page .content .tags a:hover {
	background: #fefefe;
	color: #5d5d5d
}

#single-page .sidebar {
	width:355px;
	overflow: hidden;
	float: left;
	padding:15px;
	
	position: relative
}
#single-page .sidebar .message {
	border-width:1px;
	border-style:solid;
	padding: 13px;
	margin-bottom: 10px;
}
#single-page .sidebar .message a {
	text-decoration: underline
}
#single-page .sidebar .price-label {
	width:100%;
	overflow:hidden;
	margin:0;
	
	font-size:16px;
	font-weight:bold;
	color:#505050;
	text-align:center;
}
#single-page .sidebar .price-label span{
	font-size:33px;
	vertical-align:middle;
}
#single-page .sidebar .download-form {
	height: 68px;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 15px 15px 0;
	border: 1px solid #fff;
	color: #2d2d2d;
	line-height: 27px;
	text-align: justify
}
#single-page .sidebar .download-form.is-active {
	height: auto;
	border-color: #d3d3d3
}
#single-page .sidebar .download-form .dl-buy svg {
	width:20px;
	height:20px;
	vertical-align: middle;
	margin-left: 5px;
	fill:#fff;
}
#single-page .sidebar .download-form .dl-buy:hover svg {
	fill:#ff8921;
}
#single-page .sidebar .download-form .btn {
	width: 100%;
	min-height: 43px;
	margin-bottom: 15px;
	line-height: 42px
}
#single-page .sidebar .download-form .btn.wrapper{
	display:block;
	position:relative;
}
#single-page .sidebar .download-form .btn.wrapper span{
	font-weight:bold;
	font-size:15px;
}
#single-page .sidebar .download-form .btn.wrapper input{
	width:100%;
	height:100%;
	cursor:pointer;
	display:block;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#single-page .sidebar .download-form .btn.blue {
	border: 0
}
#single-page .sidebar .license-dl-form {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	
	text-align:center;
}
#single-page .sidebar .license-dl-form.hide {
	height:0;
}
#single-page .sidebar .license-dl-form.visible {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
}
#single-page .sidebar .license-dl-form .price-label{
	text-align:center;
	color:#313131;
	font-size:14px;	
	margin-bottom:20px;
}
#single-page .sidebar .license-dl-form .price-label span{
	font-size:24px;
	vertical-align:middle;
}
#single-page .sidebar .license-dl-form .btn{
	width:250px;
	padding:3px 20px;
}
#single-page .sidebar .honarism_link{
	width:250px;
	padding:3px 20px;
	border-radius:25px;
	display:block;
	margin:10px auto 0;
}
#single-page .sidebar .license-drop-wrapper {
	height:auto;
	background:#f6f6f6;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #d3d3d3;
	
	color: #2d2d2d;
	line-height: 27px;
	text-align: justify
}
#single-page .sidebar .license-drop-wrapper .license-dropdown{
	width:100%;
	
	background-image: -moz-linear-gradient(to left, #f6f6f6, #fff);
	background-image: -webkit-linear-gradient(to left, #f6f6f6, #fff);
	background-image: -o-linear-gradient(to left, #f6f6f6, #fff);
	background-image: linear-gradient(to left, #f6f6f6, #fff);
	
	overflow:hidden;
	display:block;
	
	border-radius:20px;
	
	position:relative;
}
#single-page .sidebar .license-drop-wrapper .license-dropdown.open{
	-moz-border-radius:20px 20px 10px 10px;
	-webkit-border-radius:20px 20px 10px 10px;
	-khtml-border-radius:20px 20px 10px 10px;
	border-radius:20px 20px 10px 10px;
}
#single-page .sidebar .license-drop-wrapper .license-dropdown .caption{
	width:100%;
	height:38px;
	background:#fff;
	overflow:hidden;
	display:block;
	padding:0 15px;
	border:1px solid #b4b4b4;
	cursor:pointer;
	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	
	line-height:36px;
	color:#000;
	text-align:right;
	
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
#single-page .sidebar .license-drop-wrapper .license-dropdown .caption .arrow {
	width: 12px;
	float: left;
	margin-top: 13px;
	fill: #7d7d7d
}
#single-page .sidebar .license-drop-wrapper .license-dropdown.open .caption .arrow {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}
#single-page .sidebar .license-drop-wrapper .license-dropdown .items{
	width:100%;
	height:0;
	overflow:hidden;
	display:block;
	padding:36px 0 0 0;
	border:1px solid #b4b4b4;
	
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
}
#single-page .sidebar .license-drop-wrapper .license-dropdown.open .items{
	height:110px;
	
	-moz-border-radius:20px 20px 10px 10px;
	-webkit-border-radius:20px 20px 10px 10px;
	-khtml-border-radius:20px 20px 10px 10px;
	border-radius:20px 20px 10px 10px;
}
#single-page .sidebar .license-drop-wrapper .license-dropdown .items .item{
	height:36px;
	padding:0 15px;
	cursor:pointer;
	
	line-height:36px;
	color:#000;
}
#single-page .sidebar .license-drop-wrapper .license-dropdown .items .item:hover,
#single-page .sidebar .license-drop-wrapper .license-dropdown .items .item.selected{
	padding-right:25px;
	font-weight:500;
	color:#318aab;
}
#single-page .sidebar .license-drop-wrapper .license-dropdown .items .item:nth-child(2){
	border-top:1px solid #b4b4b4;
	
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	-khtml-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
#single-page .sidebar .license-drop-wrapper .license-text {
	height:auto;
	overflow: hidden;
	padding: 15px 0 0 0;
	font-size:13px;
	color: #000;
	line-height: 27px;
	text-align: justify;
	
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
}
#single-page .sidebar .license-drop-wrapper .license-text.visible{
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100);
}
#single-page .sidebar .license-drop-wrapper .license-text a{
	display:block;
	margin-top:10px;
	
	font-size:14px;
	color:#0c81b4;
	font-weight:500;
	text-align:center;
}
#single-page .sidebar .license-drop-wrapper .license-text a:hover{
	color:#27a4db;
}
#single-page .sidebar .design-btn{
	width:-moz-calc(100% - 30px);
	width:-webkit-calc(100% - 30px);
	width:calc(100% - 30px);
	
	min-height: 43px;
	background:#30adbe;
	display:block;
	margin:0 auto 15px;
	border:1px solid #30adbe;
	
	color:#fff;
	line-height: 42px;
}
#single-page .sidebar .design-btn:hover{
	background:#fff;
	
	color:#30adbe;
}
#single-page .sidebar .add-to-wishlist {
	width: 197px;
	height: 40px;
	overflow: hidden;
	display: block;
	margin: 0 auto 15px;
	padding-right: 35px;
	cursor: pointer;
	font-size: 16px;
	color: #797979;
	line-height: 38px;
	position: relative
}

#single-page .sidebar .add-to-wishlist.active,
#single-page .sidebar .add-to-wishlist:hover {
	color: #ff6f2f
}

#single-page .sidebar .add-to-wishlist svg {
	width: 17px;
	float: right;
	fill: #ff6f2f;
	position: absolute;
	top: 11px;
	right: 13px;
	z-index: 0
}

#single-page .sidebar .add-to-wishlist.active svg.visited,
#single-page .sidebar .add-to-wishlist:hover svg.visited {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0)
}

#single-page .sidebar .add-to-wishlist svg.hover {
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	FILTER: alpha(opacity=0);
	z-index: 1
}

#single-page .sidebar .add-to-wishlist.active svg.hover,
#single-page .sidebar .add-to-wishlist:hover svg.hover {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	FILTER: alpha(opacity=100)
}
#single-page .sidebar .add-to-wishlist:after {
	content: attr(data-label)
}
#single-page .sidebar .policy {
	overflow: hidden;
	border-top: 1px solid #e3e3e3;
	margin-top: 15px;
	padding: 15px 15px 0 15px;
	font-size:14px;
	color: #2d2d2d;
	line-height: 27px;
	text-align: justify
}
#single-page .sidebar .policy h3 {
	margin: 0 -15px 5px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
#single-page .sidebar .business-licence {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0 15px;
	color: #0087a7;
	line-height: 27px;
	text-align: center
}
#single-page .sidebar .business-licence a {
	font-weight: 500
}
#single-page .sidebar .support {
	overflow: hidden;
	margin-top: 15px;
	padding:15px 15px 0;
	color: #878787;
	line-height: 27px;
	text-align: justify;
}
#single-page .sidebar .support.has-border-top{
	border-top:1px solid #e3e3e3;
}
#single-page .sidebar .support .btn {
	width: 225px;
	height: 40px;
	display: block;
	margin: 20px auto;
	padding: 0 44px;
	border-color: #c9c9c9;
	color: #818181;
	text-align: right;
	line-height: 38px
}
#single-page .sidebar .support .btn svg {
	width: 27px;
	float: right;
	margin: 5px 0 0 5px;
	fill: #818181
}
#single-page .sidebar .support .btn:hover {
	background-color: #00b4bb!important;
	border-color: #00b4bb!important;
	color: #fff!important
}
#single-page .sidebar .support .btn:hover svg {
	fill: #fff!important
}

#single-page .sidebar .author {
	overflow: hidden;
	border-top: 1px solid #e3e3e3;
	margin-top: 15px;
	padding-top: 15px
}
#single-page .sidebar .author img {
	width: 115px;
	height: 115px;
	display: inline-block;
	float: right;
	border: 5px solid #f5f5f5;
	margin-left: 13px
}
#single-page .sidebar .author .name {
	width: -moz-calc(100% - 138px);
	width: -webkit-calc(100% - 138px);
	width: calc(100% - 138px);
	overflow: hidden;
	display: inline-block;
	margin-top: 35px;
	font-size: 16px;
	color: #626161;
	font-weight: 500;
	text-align: center
}
#single-page .sidebar .author .skill {
	width: -moz-calc(100% - 138px);
	width: -webkit-calc(100% - 138px);
	width: calc(100% - 138px);
	overflow: hidden;
	display: inline-block;
	font-size: 14px;
	color: #9f9f9f;
	text-align: center
}
#single-page .sidebar .author .btn {
	width: 110px;
	height: 40px;
	display: block;
	margin: 20px auto;
	padding: 0 10px;
	border-color: #c9c9c9;
	color: #818181;
	text-align: center;
	line-height: 38px
}
#single-page .sidebar .author.second {
	text-align: center
}
#single-page .sidebar .author.second a {
	color: #666
}
#single-page .sidebar .details{
	border-top:1px solid #e3e3e3;
	margin-top:5px;
}
#single-page .sidebar .details h3 {
	margin: 0 0 10px;
	padding: 15px 0 0 0;
	font-size: 16px;
	font-weight:bold;
	color: #4c4c4c;
	text-align: center
}
#single-page .sidebar .details .row {
	width: 100%;
	height: 40px;
	overflow: hidden;
	border-bottom:1px solid #e8e8e8;
	position: relative;
	padding:0 15px;
}
#single-page .sidebar .details .row:last-child{
	border-bottom:0;
}
#single-page .sidebar .details .row svg{
	width:20px;
	height:20px;
	fill:#898989;
	float:right;
	margin-left:5px;
	margin-top:11px;
}
#single-page .sidebar .details .row span {
	height: 40px;
	overflow: hidden;
	
	font-size:15px;
	font-weight:bold;
	line-height: 40px;
	color: #535353;
}
#single-page .sidebar .details .row .text-overflow{
	max-width:175px;
	overflow:hidden;
	display:inline-block;
	text-overflow:ellipsis;
	white-space:nowrap;
}

#single-page .sidebar .details .row span.text-ltr {
	direction: ltr
}

#single-page .sidebar .details .row span:first-child {
	float: right
}

#single-page .sidebar .details .row span:last-child {
	float: left;
	font-size:13px;
	color: #3b3b3b;
}

#single-vip-related{
	background:#fafafa;
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin:0 0 70px 0;
}
#single-vip-related .container{
	padding:40px 0;
}

#go-to-download-box {
	width: 100%;
	display: none;
	background-color:#fff;
	padding:10px 0;
	
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
	
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 500
}
body.go-to-dl-box-visible #go-to-download-box {
	display: block
}
#go-to-download-box .down-btn{
	width:180px;
	display:inline-block;
	float:right;
	
	color:#636363;
}
#go-to-download-box .down-btn svg{
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-left:5px;
	fill:#636363;
}
#go-to-download-box a{
	display:inline-block;
	float:left;
	margin-right:15px;
}
#go-to-download-box a svg{
	width:35px;
	height:35px;
	fill:#555;
	vertical-align:middle;
}
#go-to-download-box a.membership svg{
	width:40px;
	margin-top:2px;
}
#go-to-download-box a:hover svg{
	fill:#7ebcce;
}
@media only screen and (max-width:900px) {
	#single-page .content {
		width: 100%;
		float: none
	}
	#single-page .container:before{
		display:none;
	}
	#single-page .sidebar {
		width: 100%;
		float: none;
		margin-top:30px;
	}
}
@media only screen and (max-width:800px) {
	#single-page .content {
		width: 100%;
		float: none
	}
	#single-page .sidebar {
		width: 100%;
		float: none
	}
	#single-page .sidebar .download-form {
		max-width: 280px;
		margin: 0 auto 15px
	}
	#single-page .sidebar .design-btn{
		max-width:250px;
	}
	#single-page .sidebar .author .name {
		text-align: right
	}
	#single-page .sidebar .author .date {
		text-align: right
	}
}

.comment-content #commentform {
	overflow: hidden;
	margin-top: 13px
}

.comment-content #commentform .row {
	width: 100%;
	overflow: hidden;
	margin-bottom: 13px
}
.comment-content #commentform .row .input-box .rating-stars {
	direction: ltr;
	unicode-bidi: bidi-override;
	display:block;
}
.comment-content #commentform .row .input-box .rating-stars input {
	display: none;
}
.comment-content #commentform .row .input-box .rating-stars label {
	width: 20px;
	height: 16px;
	display: inline-block;
	background-image: url('../images/star-outline.svg');
	background-size: cover;
	cursor: pointer;
}
.comment-content #commentform .row .input-box .rating-stars input:checked ~ label,
.comment-content #commentform .row .input-box .rating-stars label:hover,
.comment-content #commentform .row .input-box .rating-stars label:hover ~ label {
	background-image: url('../images/star-full.svg');
}
.comment-content #commentform .btn {
	width: 150px;
	float: left;
	overflow: hidden;
	margin-top: 10px
}

.comment-content #commentform .cptch_block {
	width: auto;
	display: inline-block!important;
	margin-bottom: -8px;
	float: right;
	text-align: right
}

.comment-content #commentform .cptch_block .cptch_title {
	padding-bottom: 0!important
}

.comment-content #commentform .cptch_block .cptch_title .required {
	color: red
}

.comment-content .comment-list {
	list-style: none
}

.comment-content .comment-list li {
	background: #f9f9f9;
	overflow: hidden;
	margin-top: 13px;
	padding: 13px;
	color: #888
}

.comment-content .comment-list li.child {
	background: #e3ffe8
}

.comment-content .comment-list li:last-child {
	margin-bottom: 0
}

.comment-content .comment-list li .avatar {
	width: 90px;
	overflow: hidden;
	float: right;
	margin-left: 13px;
	text-align: center
}

.comment-content .comment-list li .avatar img {
	width: 86px;
	height: 86px;
	padding: 1px;
	border: 1px solid #e2e2e2
}
.comment-content .comment-list li .avatar .comment-rating {
	display: inline-block;
	direction: rtl;
}
.comment-content .comment-list li .avatar .comment-rating .star {
	width: 18px;
	height: 16px;
	display: inline-block;
	background-image: url('../images/star-outline.svg');
	background-size: cover;
	margin-left:0;
}
.comment-content .comment-list li .avatar .comment-rating[data-rating="1"] .star:nth-child(-n+1),
.comment-content .comment-list li .avatar .comment-rating[data-rating="2"] .star:nth-child(-n+2),
.comment-content .comment-list li .avatar .comment-rating[data-rating="3"] .star:nth-child(-n+3),
.comment-content .comment-list li .avatar .comment-rating[data-rating="4"] .star:nth-child(-n+4),
.comment-content .comment-list li .avatar .comment-rating[data-rating="5"] .star:nth-child(-n+5) {
	background-image: url('../images/star-full.svg');
}

.comment-content .comment-list li .text {
	width: -moz-calc(100% - 103px);
	width: -webkit-calc(100% - 103px);
	width: calc(100% - 103px);
	overflow: hidden;
	float: right
}

@media only screen and (max-width:650px) {
	.comment-content #commentform .row .input-box {
		width: 100%;
		margin-left: 0;
		margin-bottom: 13px
	}
	.comment-content #commentform .row .input-box:last-child {
		margin-bottom: 0
	}
}

@media only screen and (max-width:500px) {
	.comment-content #commentform .btn {
		width: 100%;
		float: none
	}
	.comment-content #commentform .cptch_block {
		width: 100%;
		display: block;
		margin-bottom: 0;
		margin-top: 13px;
		float: none
	}
} 