/* @group Generic Styles */
/*corp sign sup modal*/
.d-none1{
    display: none!important;
}    
#corpLoginModal{
    padding: 0;
    border-radius: .3rem;
}
#corpLoginModal .modal-header {
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    text-align: center;
}
#corpLoginModal .modal-body {
    padding: 1rem;
}
#corpLoginModal{
    width: 300px;
}
#corpLoginModal .modal-title{
    line-height: 1.5;
    font-weight: 500;
    margin: auto!important;
}
#corpLoginModal .forgot-pass {
    font-size: 13px;
    margin: 25px 0 10px;
}
#corpLoginModal .form-group {
    margin-bottom: 1rem;
}
#corpLoginModal .form-control {
    display: block;
    width: 100%;
    padding: 7px 15px;
    font-size: 15px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.6;
}
#corpLoginModal input{
    min-width: initial;
}
#corpLoginModal .btn-primary {
    padding: 7px 15px;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
}
#corpLoginModal hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
#corpLoginModal .sign-up-email {
    font-size: 14px;
}
#corpLoginModal .icon-close{
     opacity: .5;
}
#corpLoginModal .modal .icon-close{
    font-weight: 400;
    color: #111;
}
#corpLoginModal .icon-close:hover{
     opacity: .75;
}
#corpLoginModal .icon-close{
    top: 15px;
    right: 15px;
}

/*corp sign sup modal*/

.box-module{
	background: #fff;
	border: 1px solid #e5e5e5;
	margin: 20px auto;
	padding: 20px 15px;
	border-radius: 2px;
}
#writereviewpanel .page-header{
	padding-top: 0;
}
#writereviewpanel .wr-center-content{
	width: 860px;
    margin: 0 auto;
}
#writereviewpanel .container{
	overflow: visible;
}
#mainprewritediv {
    min-height:650px;
}
.cus-head-top .product-details p{
	font-size: 12px;
}
p.text-right{
	margin: 10px 0px 0px;
}
.scathd {
    font-size: 24px;
    line-height: 25px;
    margin: 0 0 10px;
}
.cloned{
	display: none;
}
.addfrbx .warning{
    position: absolute;
    bottom: 0;
}
.bbnone {
	border-bottom: 0px !important;
}
.profile-badge{
	position: absolute;
	margin-top: -40px;
	margin-left: 50px;
	width: 35px;
    padding-right:5px;
}
.profile-badge .tooltip-content{
	min-width: 100px;
	padding: 5px 10px;
}

.participate {
    color:#fff !important;
}
.recomd.no{
	color: #ff5a5f;
}
.spacerb{
	margin-bottom: 20px;
}
.icon-content-marked-as-biased{
	color: red;
	font-size: 13em;
	-ms-transform: rotate(-7deg); /* IE 9 */
	-webkit-transform: rotate(-7deg); /* Safari */
	transform: rotate(-7deg);
	position: absolute;
	z-index: 98;
}
.profile-blog .icon-content-marked-as-biased{
	font-size: 11em;
}
.corp-response .icon-content-marked-as-biased{
	font-size: 8em;
	top: -35px;
}
.tags a{
	text-transform: capitalize;
	font-size: 13px !important;
	padding: 10px 15px;
	display: inline-block;
	margin: 3px;
	cursor: pointer;
	background: #f2f2f2;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#fbfbfb),to(#e9e9e9));
	background: -webkit-linear-gradient(0% 0%,0% 100%,from(#fbfbfb),to(#e9e9e9));
	background: -moz-linear-gradient(center top,#fbfbfb,#e9e9e9);
	background: linear-gradient(#fbfbfb,#e9e9e9);
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 #fff;
	-moz-user-select: none;
	-webkit-user-select: none;
}
.tags a:hover{
	background: #f8f8f8;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(white),to(#f1f1f1));
	background: -webkit-linear-gradient(0% 0%,0% 100%,from(white),to(#f1f1f1));
	background: -moz-linear-gradient(center top,white,#f1f1f1);
	background: linear-gradient(#ffffff,#f1f1f1);
}
    .tags a {
	color: #232323;
    }
.recomd{
	font-weight: 600;
	vertical-align: baseline !important;
	color: #12ad33;
}
.modal.addProduct{
	width: 370px;
	height: 530px;
	top: 310px;
}

.timestamp>span{
	padding-right: 10px;
	white-space: nowrap;
}

.timestamp>span a{
	float: none !important;
}
.autocomplete_completionListElement {
	font-family: Arial, Helvetica, sans-serif;
	color: #0E2233;
	font-size: 12px;
	padding: 0px;
	visibility: hidden;
	border: buttonshadow;
	cursor: 'default';
	overflow: hidden;
	height: auto;
	width: 263px;
	text-align: left;
	list-style-type: none;
	border-style: solid;
	border-width: 1px;
	margin: 0px;
	z-index: 999999;
	cursor: pointer;
}
.autocomplete_highlightedListItem {
	background-color: #eee !important;
	color: #0E2233;
	padding: 3px;   
	margin: 0px;
	z-index: 1000;
	cursor: pointer;
}
.autocomplete_listItem {
	background-color:#fff !important;
	color: #0E2233;
	padding: 3px;
	margin: 0px;
	z-index: 1000;
	cursor: pointer;
}
.compare .icon-search{
    position: absolute;
    top: 25px;
    right: 25px;
}

.modal{
	background: #fff none repeat scroll 0 0;
	margin: auto;
	display: block !important;
	width: auto;
	overflow: auto;
	position: fixed;
	text-align: left;
	top: 50%;
	left: 50%;
	    -webkit-transform: translate3d(-50%, -56%, 0);
	    -moz-transform: translate3d(-50%, -56%, 0);
	    transform: translate3d(-50%, -56%, 0);
	float: left;
	z-index: 99999;
	padding: 20px;
	max-height: 490px;
	width: 100%;
	max-width: 600px;
}
.modal .icon-close{
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 18px;
}
.modal .modal-head{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    padding-right: 20px;
}
h2>a{
    color: #3d3d3d;
}
h2>a.pull-right{
    color:#44a512;
}
.inlinblck{
	display: inline-block;
}
.edit-spec{
	color: #109598;
	font-size: 12px;
	margin-right: 10px;
}
.thankyou{
	margin-bottom: 30px;
}
.thankyou .review-thank{
	margin-top: 60px;
}

.review-thank .box {
	border:1px solid #dfdfdf;
}
.thankyou img{
	max-width: 200px;
}
.thankyou p{
	font-size: 16px;
	margin-bottom: 25px;
}
.thankyou .share-container{
	margin-bottom: 20px;
}
p.icon-write-share-win{
	font-size: 10em;
	margin: 0;
	text-shadow: 3px 3px #c7c5c5;
	color: #3D536A;
}
p.thankyou-Text{
	font-weight: 600;
	font-size: 24px;
}
.thankyou .socialbtn span{
	color: #fff;
	vertical-align: middle;
}
.thankyou .socialbtn{
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
.cus-head-bottom .wrapper {
	padding-top:30px;
}

.table-container{
	display: table;
	width: 100%;
}

.socialbtn {
	border-radius: 3px;
	width: 245px;
	margin:0 auto;
}

.socialbtn a {
	color: #fff !important;
	padding: 11px 30px 11px 50px;
	text-decoration: none;
	width:100%;
	position: relative;
}
.socialbtn a:hover {
    color: #fff !important;
}
/*.socialbtn a span {
	color: #fff;
	font-size: 20px;
}*/
.thankyou .socialbtn{
	width: auto;
}
.thankyou .socialbtn [class^="icon-"],.thankyou .socialbtn [class*="icon-"]{
	margin-right: 10px;
	font-size: 26px;
}
.fb-colr {
	background-color: #3b5998;
	border: 1px solid #3b5998;
}
.twitter-colr{
	background-color: #15C2FA;
	border: 1px solid #15C2FA;
}
.login .gplus-colr {
    background-color: #fff;
	border: 1px solid rgba(36, 44, 66, 0.6);
}
.summary [class^="col-"], .summary [class*=" col-"]{
	padding: 0;
	line-height: 18px;
}
.express-ratings > div {
	width:15%;
	max-width:46px;
	padding:3px;
	/*border-radius:5px;*/
    float: left;
    margin-right: 2px;
}
.express-ratings > div:first-child {
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.express-ratings > div:nth-child(5)  {
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.thank-quote span, .icn-verifyTick{
	color: #44a512;
	font-size: 40px;
}


.filter > ul.filter-content{
	overflow: inherit;
	max-height: 100%;
	margin-top: 0;
	text-transform: capitalize;
}
.sidebar ul.filter-content > li, .left-panel ul.filter-content > li{
	border-bottom: 1px solid #d2d2d2;
	padding: 10px 0 10px 40px;
	position: relative;
	overflow: hidden;
	text-align: right;
}
.filter-content li{
	font-size: 12px;
	border-bottom: 1px solid #d2d2d2;
	padding: 10px;
	box-sizing: border-box;
	margin: 0;
	text-indent: 0;
}
.filter-content li:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.filter-content ul{
	clear: both;
	display: none;
}
.collapsible a{
	float: left;
	text-align: left;
}
.collapsible li>span{
	display: block;
	overflow: hidden;
}
.filter ul.lp > li {
	padding-left:0 !important;
}
.w-r-panel .express-ratings > div {
	cursor:pointer;
}
.w-r-panel .btn-sidebar{
	width: auto;
	font-size: 13px;
	margin-left: 15px;
     min-width:auto;
}
.icon-tool-tip{
	font-size: 16px;
}
/*.left-panel {
	padding-right:40px;
}
.right-panel{
	padding-left:40px;
	}*/

	.required:before{
		content: '*';
		color: red;
		
	}

	.table{
		display: table;
		width: 100%;
	}

	.table > * {
		display: table-cell;
		vertical-align: middle;
	}

	/* @end */


	/* @group Write Review Styles */
/*.w-r-wrapper {
	padding:40px 0;
}
*/
.w-r-panel {
	background-color:#fafafa;
	border:1px solid #d5d5d5;
	border-radius:3px;
	padding:25px;
	position:relative;
	width: 100%;
	max-width: 807px;
}
.wr-img {
max-width:70%;
    height: 100%;
    margin-bottom: 20px;
    cursor: pointer;
}

.w-r-panel > span {
	width:100%;
	/*max-width: 500px;*/
}

.w-r-panel > span input {
	width:100%;
	/*min-width: auto;*/
}

.field-outline {

	border-radius:3px;
	display:block;
	height:auto;
	margin-bottom:20px;
	position: relative;
}

.textarea-footer {
	background:#f0f0f0;
	width:100%;
}

.textarea-footer li {
	display:inline-block;
	margin-right:15px;
	font-size:12px;
	/*vertical-align: middle;*/
}
.textarea-footer a{
	color: inherit;
}
.textarea-footer a:hover{
	text-decoration: none;
}
.textarea-footer .save-draft-txt{
    display: none;
}

.icon-camera,.icon-draft{
	font-size:18px;
	padding-right:5px;
	font-weight:400;
	vertical-align: sub;
}
.icon-share {
	padding-right: 10px;
	font-size: 15px;
	display: inline-block;
	vertical-align: text-bottom;
}

.icon-draft {
	font-size:16px;
}

#pnRecommendation,.blog-bx {
    background:#fff none repeat scroll 0 0;
	border:1px solid #d5d5d5;
    margin-bottom: 20px;
    overflow: hidden;
}
#pnRecommendation .star-ratings .required {
    display: inline-block;
}
.w-r-wrapper .w-r-panel #pnRecommendation{
    border:0;
    margin-bottom: 20px;
    overflow: hidden;
    /*background: #fff;*/
    background: none;
    margin-bottom: 15px;
}


.w-r-panel div.star-ratings {
	font-size: 13px;
	position:relative;
	overflow: hidden;
    /*padding: 10px 20px;*/
    /*border-radius:3px;*/
    /*width:65%;
    float:left;*/
}
.w-r-panel div.star-ratings.blog-bx {
    width:100%;
    padding: 10px 20px;
    float:none;
}
.sr-guideline {
    width:35%;
    float:left;
    padding: 10px 20px 10px 5px;
}
.sr-guideline p {
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 4px;
    border-bottom: 1px solid #dfdfdf;
}
.sr-guideline ul li {
    list-style-type:disc;
    color:#44a512;
    font-size: 12px;
}
.sr-guideline ul li span {
    color:#000;
}
.w-r-panel div.star-ratings .table>*{
	width: 100px; 
}
.w-r-panel div.star-ratings > div {
	margin:10px 0 20px;
	overflow: hidden;
    padding-top:1px;
    min-height:18px;
}
.w-r-panel div.star-ratings > div span > input[type="text"] {
	padding:6px;
	width: 100%;
    min-width:0px;
}
.star-ratings .mb {
	margin-bottom: 0px !important;
}
.tagdiv .field-outline {
	margin:0;
}

.tagdiv .selectbox-container {
	margin-top:0px;
}

.tagdiv input {
	min-width: 180px;
}
.addfrbx span,.tagdiv > div:last-child > span {
	line-height: 33px;
}
.tagdiv .selectbox-container select {
	height:33px;
}
.w-r-panel .rating span {
	font-size:25px;
	cursor:pointer;
    width: auto;
}

.w-r-panel .unique-ques-rating {
	margin-bottom:5px;
}

.w-r-panel .unique-ques-rating > .row {
	margin-bottom:10px;
}

.w-r-panel .unique-ques-rating > div{
	padding: 0;
}
.video-holder-text{
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 20px;
}
.w-r-panel .video-option-holder{
    padding: 0 0 12px 3px;
}
.video-option-holder span:nth-child(2){
    width: 75%;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}
.w-r-panel p {
	font-size:13px;
	line-height: 20px;
}
.w-r-panel .prod-details .row #tr_question2{
    padding-top: 10px
}
#tr_question1 input, #tr_question2 input{
    font-size: 12px;
    border: 1px solid #d2d2d2;
    padding: 5px 12px;
    min-width: 210px;
}
.cust-radio label{
    vertical-align: middle;
}
.help-recommend{
	background: #f0f0f0;
	padding: 5px 12px;
	border-radius: 4px;
	margin: 5px 0;
}
.w-r-panel .unique-ques-rating p{
	margin-top: 0;
    /*width: 40%;*/
    display: inline-block;
    vertical-align: middle;
	width: 100px;
}
.w-r-panel .unique-ques-rating .express-ratings {
	margin:5px 0 15px;
	padding: 0;
	/*vertical-align: top;*/
    vertical-align: middle;
    width: calc(100% - 110px);
    display: inline-block;
    text-align: center;
}

.w-r-panel .certify-text {
	color:#4d4d4d;
    padding-top: 5px;
	/*margin:20px 0;*/
	font-size:11px;
	line-height:16px;
	clear: both;
    margin-bottom:0;
}
#trPublish {
    margin-top: 15px;
}
#trPublish .certify-tool-tip{
    margin-top: 7px;
}
.wr-acceptance .certify-tool-tip{
    margin-top: 7px;
}
#trPublish .btn-secondary{
    border-radius:4px;
    -webkit-border-radius:4px;
}
.submit-rev-holder{
    display:inline-block; 
    width: calc(100% - 142px);
    display: inline-block;
    vertical-align:middle;
}
.submit-rev-holder .certify-tool-tip .tooltip-content{
    margin-top: -80px !important;
    width: 270px;
    padding: 8px 12px;
    display: none;
    line-height: 1.5;
    background: #ffffff;   
    font-family: 'Lato', sans-serif;
}
.wr-acceptance .certify-tool-tip .tooltip-content{
    margin-top: -80px !important;
    width: 270px;
    padding: 8px 12px;
    display: none;
    line-height: 1.5;
    background: #ffffff;   
    font-family: 'Lato', sans-serif;
}

.tooltip.right.certify-tool-tip .tooltip-content:before{
    top: 60px;
}
.tooltip.right.certify-tool-tip .tooltip-content:after{
    top: 60px;
}
.certify-text input,.certify-text span {
	display:table-cell;
	margin:0 15px 0 0;
}

.w-r-panel .certify-text input {
	vertical-align: middle;
}

.star-ratings span.rating {
	margin: 0 20px;
	vertical-align:sub;
	display: inline-block;
}

.star-ratings div > p {
	display: inline-block;
}

#write-review footer {
	border-top:none;
}

#write-review footer .container .seo-footer {
	display:none;
}

/* @end */

.wrap-product.table{
	width: 100%;
}


/* @group SideBar Styles */

#write-review .sidebar {
	margin-top:-100px;
	z-index:1;
	position:relative;
}

.right-module .sidebar-title {
	border-bottom:1px solid #dfdfdf;
 	padding:0 0 12px;
    margin-bottom: 8px;
    margin-top: -4px;
}
.right-module h3{
    font-size: 18px;
	font-weight: 500;
    margin-bottom: 0;
    word-break: break-word;
    color: #333;
}

.right-module p a {
	padding:0;
	margin:0;
}
.right-module>p:last-child{
    margin: 0;
}
.sidebar .right-module .share{
	border: 0;
}
.sidebar .right-module .share span{
	font-size: 50px;
}
.tolerence-div h4 {
	margin:0px;
	border-bottom:0px;
	padding:0px 5px;
}
.change-msid .w-r-panel{
	margin-bottom: 10px;
	margin-top: 10px;
}
.change-msid .w-r-panel > span{
	max-width: 100%;
}
.change-msid .alert{
	margin-bottom: 0;
}
.tolerence-div > ul {
	margin-top:5px;
	border-top:1px solid #dfdfdf;
}

.tolerence-div li {
	font-size:12px;
}
.icon-expand, .icon-collapse {
	float: right;
	font-size:17px;
	cursor: pointer;
}

.add-product {
	padding: 35px 10px;
	background-image:url(/App_themes/images/read-review/add-product.jpg);
	cursor: pointer;
	background-repeat: no-repeat;    
	background-color: #CAEBF4;
}
.upload-pics{
	width: 100%;
	max-width: 450px;
	border: 1px solid #dfdfdf;
	margin: 0px auto;
	overflow: auto;
	position: fixed;
	text-align: left;
	background: #fff;
	top: 50%;
	left: 50%;
	float: left;
	z-index: 9999;
	display: none;
	min-height: auto;
    transform: translate(-50%,-51%);
    -webkit-transform: translate(-50%,-51%);
    -moz-transform: translate(-50%,-51%);
}
.upload-menu{
	width: 100%;
	max-width: 450px;
	border: 1px solid #dfdfdf;
	margin: 0px auto;
	overflow: auto;
	position: fixed;
	text-align: left;
	background: #fff;
	top: 50%;
	left: 50%;
	float: left;
	z-index: 9999;
	display: none;
	min-height: auto;
    transform: translate(-50%,-51%);
    -webkit-transform: translate(-50%,-51%);
    -moz-transform: translate(-50%,-51%);
}
.to-top{
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 999;
	background: #44a512;
	border: 1px solid #44a512;
	border-right: 0;
	padding: 9px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	height:40px;
	-webkit-transition: color 0.5s, background-color 0.5s;
	transition: color 0.5s, background-color 0.5s;
	color:#fff !important;
}
.to-top:hover {
	background: #fff;
	color:#44a512 !important;	
}
.to-top span{
	font-size: 20px;
    line-height: 1 !important;
}
.icon-close{
	cursor: pointer;
	font-size: 16px;
}
.upload-pics{
	padding:50px 0px;
}
.upload-menu h2{
	margin: 0;
    padding: 0 50px 0;
    font-size: 20px;
    font-weight: 500;
    color: #242c42;
}
.upload-menu{
	padding: 50px 0px;
}
.upload-pics h2{
	margin: 0;
	padding: 0 50px 0;
    font-size: 20px;
    font-weight: 500;
    color: #242c42;
}
.upload-pics h2 .close-icon,.upload-menu h2 .close-icon{
    position: absolute;
    top: 15px;
    right: 15px;
    color:#000;
}
.upload-pics h2 .close-icon .icon-close,
.upload-menu h2 .close-icon .icon-close{
    font-weight: bold;
}
.list-upimg .row > div {
	float: none;
	position: relative;
}
.list-upimg > p{
    font-size: 15px;
    line-height: 1.67;
    color: #242c42;
    margin-bottom: 0;
}
.row.table input[type="file"] {
	display: none;
}
.list-upimg .alert-info {
	padding:10px;
	margin-bottom: 10px;
}
.list-upimg .row {
	margin: 15px 0;
}
.list-upimg .row:last-child {
	margin-bottom: 0px;
}
.list-upimg .icon-close {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 12px;
}

.up-box2 > div {
	padding: 10px 50px 30px;
	overflow: auto;
}

.up-ibox {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
}    

.up-ibox .icon-camera {
	background: #dfdfdf;
	font-size: 40px;
	color: #fff;
	padding: 24px;
	border-radius: 50%;
	display: inline-block;
	margin: 0px 0px 15px 0px;
}

.photoiframe {
	padding-top:15px;
}
.photoiframe .add-image{
	width: 100px;
	height: 100px;
	border: 1px solid;
	background: #d2d2d2;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	position: relative;
}
.add-image.imgv{
	border: 0; 
}
.photoiframe input{
	min-width: auto;
	width: 100%;
}
.photoiframe .add-image .icon-close{
	font-size: 12px;
	position: absolute;
	top: -7px;
	right: -7px;
	border-radius: 50%;
	border: 1px solid #000;
	background: #000;
	padding: 4px;
	color: #fff;
}
.upload-section{
	display: inline-block;
	width: 100%;
}
.profile-pic img{
	border-radius: 50%;
}
.with-divider>span{
	border-right: 1px solid #d2d2d2;
	padding-right: 5px;
}
.with-divider>span:last-child{
	border-right: 0 none;
	padding-right: 0;
}
.photoiframe .add-image img{
	width: 100px;
	height: 100px;
}
.mswriters .prod-desc{
	width: auto;
}
.mswriters .profile-badge {
    margin-left: 26px;
    margin-top: -22px;
}
.profile-badge img {
    width:35px;
    max-width: initial;
}
.photoiframe .add-image span{
	font-size: 40px;
	color: #fff;
}
.upload-pics hr{
	margin-top: 0;
}
.upload, .thumb-count, .get-file, .draft, .add, .feditop{
	cursor: pointer;
}

.feditop {
	margin:0 !important;
	font-size: 18px !important;
}

.add-product .btn-sidebar {
	word-wrap: break-word;
	word-break: break-all;
    min-width:100px;
}
.support p {
	margin:12px 0 5px;
}

.support a {
	font-size:12px;
}
.click-star-txt{
	color: #ff5a5f !important;
}
/* @end */


/* @group Read Review Style */
.profile-img,.corp-img {
	border-radius:50%;
	width:70px;
	height:70px;
	border:2px solid #dfdfdf;
    overflow:hidden;
}

.profile .profile-img {
	margin-bottom: 10px;
    position:relative;
    overflow:visible;
}
.profile-img .nw-feature {
    position: absolute;
    top: 18px;
    right: -14px;
}

.profile-img a > img,.recent-vis .profile-img > img {
	border-radius:50%;
    height: 66px;
    width: 66px;
    display:block;
}

.corp-response .profile-img a, .corp-response .corp-img a{
   height: 100%;
   width: 100%;
}
.corp-response .profile-img img, .corp-response .corp-img img{
    max-height: 100%;
}
.divcomment .profile-img a > img, .corp-img img {
    width:48px;
    height:46px;
}

.pagination .pages{
	width: auto;
}
.pagination p {
	font-size:13px;
	font-weight: 500;
    color: #242c42;
    line-height: 1.6;
}

.pagination li {
	margin:0 3px;
	display: inline-block;
}


/*.pagination li.previous{
	float: left;
}*/
.pagination li.prev{
    float: none;
}
.pagination li.next a.btn.btn-link:before {
    font-family: 'ms-icons' !important;
    content: "\ea83";
}
.pagination li.prev a.btn.btn-link:before {
    font-family: 'ms-icons' !important;
    content: "\ea68";
}
.pagination li .btn {
    font-size: 14px;
    font-weight: 600;
    padding: 5px 8px;
    width: auto;
    text-align: center;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px rgba(36, 44, 66, 0.3);
    color: rgba(36, 44, 66, 0.3);
}

.pagination li .btn:hover {
   color: rgba(36, 44, 66, 0.3) !important;
}
.pagination li .btn.active {
    color: #44a512;
    border: 1px solid #44a512;
    pointer-events: none;
    background-color: #fff;
}

.pagination li .btn.disabled {
	color:#e44e67;
	pointer-events:none;
}
.pagination li .btn i{
    font-size: 16px;
    font-weight: 600;
    color: #44a512;
    margin-right: 0;
}
.pagination li .btn:hover i{
    color: #fff;
}
.pagination li.next .btn,.pagination li.prev .btn{
    color: #44a512;
    border: 1px solid #44a512;
    background-color: #fff;
}
.pagination li.next .btn:hover,.pagination li.prev .btn:hover{
   color: #fff!important;
    background-color: #44a512;
}
.pagination li .btn:hover {
    color: #44a512 !important;
    border: 1px solid #44a512;
    transition: none;
}
.video-cont {
	color: #6d6d6d;
	font-size: 16px;
	padding-top: 15px;
}

.video-rw {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
    margin-bottom: 10px;
}
.video-rw iframe, .video-rw  object, .video-rw  embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* Recent visit items style starts*/
.categories .cat-advice .box, .categories .reviews-on-cat .box, .brands .product-details{
	margin-bottom: 0;
}
.cat-advice .grid .box p:last-child{
	height: auto;
}
.recent-visit .box {
	margin-bottom: 0px !important;
}
.categories .grid {
	margin: 0 -15px;
}
.categories .box{
	border: 1px solid #dfdfdf;
	padding: 10px;
	margin-bottom: 30px;
    overflow: hidden;
	position: relative;
}
.categories .box > a {
	width:182px;
	height:121px;
}
.categories .box > a img {
	margin:0 auto;
	height:100%;
}
.categories .rtitle{
	font-size: 15px;
	line-height: 1.4em;
	font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.categories .rtitle a {
    font-weight: bold;
    color: #333;
}
.note {
	font-size: 12px;
	font-weight: 400;
	color: #9d9d9d;
	vertical-align: middle
}

.tabable-accordion{
	margin-top: 20px;
}

.tabable-accordion .table-content{
	display: none;
	border: 0;
    padding: 15px;
    font-size: 15px;
    color: #242c42;
}
.tabable-accordion .table-content span {
    line-height: 1.6;
}
.tabable-accordion .open+.table-content{
    display: block;
}

.tabable-accordion .table-head{
	cursor: pointer;
    background-color: #f4f4f5;
    padding: 10px 15px;
}
.tabable-accordion .table-head .acc-head span{
	vertical-align: middle;
	padding-right: 10px;
}
.tabable-accordion .box{
	margin-bottom: 2px;
}
/*.tabable-accordion .table-head.open{
	border-bottom: 3px solid #44a512;
	background: #fff;
}*/
.tabable-accordion .table-head .acc-head{
    color: #3d3d3d;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
}

/*.tabable-accordion .table-head.open .acc-head{
	color: #44a512;
}*/
.icon-tick{
	font-size: 18px;
	color: #333;
}

.customer-yesno{
    font-size: 14px!important;
}
.customer-yes{
    color: #44a512;
    font-weight: 600;
    text-transform: uppercase;
}
.customer-yes:hover{
    color: #89bd34!important;
}
.customer-no{
    color: #EA4335;
    font-weight: 600;
    text-transform: uppercase;
}
.customer-no:hover{
    color: #f55c75!important;
}

/*Recent visit items ends*/ 
@media only screen and (max-width: 1130px){
	.pagination .pages li:nth-child(n+6){
		display: none;
	}
}
@media only screen and (max-width: 910px){
	.pagination .pages li:nth-child(n+4){
		display: none;
	}
}
@media only screen and (max-width: 768px){
	.express-ratings{
		padding-left: 0;
	}
	h1{
		font-size: 24px;
	}
}
@media only screen and (max-width: 500px){
	.click-star-txt{
		clear: left;
		text-align: center;
	}
	.w-r-panel{
		padding: 15px;
	}
} 
/* @end */