/* General */

.upvote-button {
	font-weight: 900;
}

/* Comments */

.sumo-comment-container {
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
	box-shadow: 0px 2px 5px 1px rgba(0,0,0,0.15);
	border-radius: 15px;
	font-size: 1rem;
	width: 100%;
}
.sumo-comment-text {
  word-break: break-word;
}
.sumo-comment-text em {
	font-style: normal;
	background: rgba(255, 188, 0, 0.5);
}
.sumo-comment-text p {
	font-size: .875rem;
}

.sumo-comment-single-thread-nav {
    font-style: italic;
    margin-bottom: 0.7rem;
    text-align: center;
}

.load-all-button {
    margin-left: 0.7rem;
}

.sumo-comment-actions .upvote-inline {
	margin-bottom: 0.7rem;
}
.comment-extra a {
	margin-left: 0;
}

.sumo-comment {
	padding: 2.5rem 3rem;
}
.sumo-comment-children {
	overflow: hidden;
	background: #FAFAFA;
  padding-bottom: 2.5rem;
  padding-left: 3rem;
	/*border-radius: 15px;*/
}
.sumo-comment-child {
	padding: 2.5rem 0;
	/*margin: 1rem 0rem 0rem 0rem;
	border-radius: 5px;*/
}
.item-comment-level-0 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.item-comment-level-1 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.item-comment-level-2 {
	padding-left: 3rem;
	padding-right: 1.5rem;
  margin-right: -1.5rem;
}

.item-comment-level-1:not(:last-child),
.item-comment-level-2:not(:last-child) {
  margin-bottom: 1.5rem;
}

.item-comment-level-3 {
	padding-left: 6rem;
}
.item-comment-level-0,
.item-comment-level-1,
.item-comment-level-2,
.item-comment-level-3 {
	border-left: 0;
}

/* Comment Components */

.sumo-comment-main	{
	width: 100%;
}
.sumo-comment-intro {
  flex: 0 0 6rem;
}
.sumo-comment-body {
  flex-basis:	100%;
}
.sumo-comment-actions button{
	min-width: 100px;
	margin-left: 0.5rem;
}
.sumo-comment-actions .btn.btn-sm {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.sumo-comment-body .sumo-meta {
	color: #ccc;
	font-size: 0.7em;
	text-align: center;
	padding-top: 0.4em;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.sumo-comment-body .sumo-meta .sumo-divider {
	margin: auto 0.75em;
}
.sumo-comment-body .comment-special {
	font-size: 0;
	/*font-size:0 removes extra white space between spans */
}
.sumo-comment-body .comment-special span {
	padding: 0 0.5em;
	position: relative;
	display: inline-block;
	font-size: 0.8rem;
}
.sumo-comment-body .comment-special span:last-child {
	padding-right: 0;
}
.sumo-comment-body .comment-special span:after {
	content: "";
	display: inline-block;
	background: #cccccc;
	width: 1px;
	height: 30%;
	position: absolute;
	right: 0;
	top: 30%;
}
.sumo-comment-body .comment-special span:last-child:after {
	display: none;
}

/* Expand Child Comment */

.sumo-expand-child-comments {
	text-align: right;
	font-size: 0.8em;
	position: relative;
	background: #FAFAFA;
	padding: 1rem 3rem;
	color: #555;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
/*.sumo-expand-child-comments .sumo-comment-count {*/
/* V9 */
.sumo-expand-child-comments .sumo-comment-count {
	height: 1.95em;
	width: 1.95em;
	font-size: 0.7em;
	border-radius: 50%;
	border: 1px solid #555;
	display: inline-block;
	text-align: center;
	line-height: 1.9;
	margin-left: 0.3em;
	position: relative;
	bottom: 0.15em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sumo-expand-child-comments .sumo-clicker {
	position: relative;
	padding-left: 1.5em;
	cursor: pointer;
	opacity: 0.85;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sumo-expand-child-comments .sumo-clicker:hover {
	position: relative;
	padding-left: 1.5em;
	cursor: pointer;
	opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sumo-expand-child-comments .sumo-clicker:hover .sumo-comment-count {
	color: #FFBC00;
	border-color: #FFBC00;
}
.sumo-expand-child-comments .sumo-clicker:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border-style: solid;
		left: 0.2em;
		top: 0.2em;
		border-width: 0 0.35em 0.5em  0.35em;
		border-color: transparent transparent #777 transparent;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}
.sumo-expand-child-comments .sumo-clicker.collapsed:before {
	transform: rotate(180deg);
}

.sumo-comment-children .sumo-comment-main {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

/* Responsive Comments */

@media (max-width: 991.98px) {
	.sumo-comment-container {
		font-size: 0.7rem;
	}
	.sumo-comment {
		padding: 1.8rem 1.3rem;
	}
	.sumo-comment-intro {
		flex: 0 0 3rem;
	}
	.sumo-comment-intro .gravatar img {
		width: 2.5rem;
		height: 2.5rem;
	}
	.sumo-comment-body .sumo-meta {
		font-size: 0.6em;
		text-align: left;
	}
	.sumo-comment-body .sumo-meta .sumo-divider {
		opacity: 0;
	}
	.sumo-comment-actions .btn.btn-sm {
		padding: 0.4rem 0.9rem;
		font-size: 0.65rem;
		min-width: 90px;
  }
	.sumo-comment-children .gravatar {
		text-align: right;
	}
	.sumo-comment-children .sumo-comment-intro .gravatar img {
		width: 1.9rem;
		height: 1.9rem;
		margin-right: 0.7rem;
  }
	.sumo-comment-body .sumo-name {
		font-size: 0.9rem;
	}
	.sumo-comment-body .sumo-meta {
		margin-bottom: 1rem;
		line-height: 1.4;
	}
	.item-comment-level-0,
	.item-comment-level-1 {
		padding-left: 1.3rem;
	}
	.item-comment-level-1 {
		padding-left: 1.3rem;
		padding-right: 1.3rem;
		position: relative;
	}
	.item-comment-level-2,
	.item-comment-level-3 {
		padding-left: 2.4rem;
		position: relative;
	}
	.sumo-comment-child {
		overflow-x: visible;
	}

	.item-comment-level-1:before,
	.item-comment-level-2:before,
	.item-comment-level-3:before {
		content: "";
		position: absolute;
		top: 5.5rem;
		bottom: 0;
		width: 3px;
		background: #F0F0F0;
		z-index: 1;
		/* Updated z-index to prevent overlap of product mobile "buy now" bar*/
		/* V9 */
		left: 2.5rem;
		border-radius: 2px;
	}
	.item-comment-level-2:before,
	.item-comment-level-3:before {
		left: 3.6rem;
	}
}

@media (max-width: 575px) {
	.sumo-comment-container {
		margin-left: -17px;
		margin-right: -17px;
		width: 100vw;
	}
}

/* Moderator & Bought Comments */

.sumo-partner > .sumo-comment-main,
.sumo-bought > .sumo-comment-main,
.sumo-plus > .sumo-comment-main {
	position: relative;
}
.sumo-partner > .sumo-comment-main:before,
.sumo-bought > .sumo-comment-main:before,
.sumo-plus > .sumo-comment-main:before {
	content: "";
	display: block;
	position: absolute;
	top: -1.5rem;
	bottom: -1.15rem;
	left: -1.5rem;
	right: -1.5rem;
  opacity: 0.5;
}

/* Adjust border on children */
.sumo-comment-children .sumo-partner > .sumo-comment-main:before,
.sumo-comment-children .sumo-bought > .sumo-comment-main:before,
.sumo-comment-children .sumo-plus > .sumo-comment-main:before {
  top: -1rem;
	bottom: -1rem;
	left: -1rem;
	right: -1rem;
}

.sumo-partner > .sumo-comment-main:before {
	background: #fff;
	border-radius: 5px;
	border: 1px solid rgba(94, 189, 192, 0.65);
}
.sumo-partner > .sumo-comment-main .sumo-name,
.sumo-bought > .sumo-comment-main .sumo-name,
.sumo-plus > .sumo-comment-main .sumo-name {
	position: relative;
	display: inline-block;
}
.sumo-partner > .sumo-comment-main .sumo-name:after {
	display: inline-block;
	padding: 0.2em 0.3em;
	margin-left: 0.4em;
	border-radius: 3px;
	color: #fff;
	line-height: 1;
	font-size: 0.7em;
	font-weight: 500;
	vertical-align: .15em;
}
.sumo-partner > .sumo-comment-main .sumo-name:after {
	content: "Creator";
	background: #5ebdc0;
}
.sumo-bought > .sumo-comment-main .sumo-bought-badge {
	display: inline-block;
	min-width: 1.8em;
	min-height: .8em;
	margin-left: .3em;
	background-image: url(../images/discussions/as-check.svg);
	background-repeat: no-repeat;
	background-position-y: center;
	vertical-align: .1em;
}
.sumo-bought > .sumo-comment-main .sumo-bought-badge:after {
	color: #000;
	margin-left: 1.4em;
	font-size: 0.6em;
	font-weight: 600;
	content: "Verified Purchaser";
}
.sumo-plus > .sumo-comment-main .sumo-comment-badge {
	display: inline-block;
	min-height: .94rem;
	min-width: 4.1rem;
	padding: 0.3em 0.7em;
	border-radius: 3px;
	vertical-align: -.15em;
	background-image: url(../images/discussions/as-plus-icon.svg);
	background-size: contain;
	cursor: pointer;
}

.sumo-comment-intro,
.sumo-comment-body {
	position: relative;
}

/* Comment Tabs */
/* Additions: V9 - Product  */

.tab-content .tab-pane.fade {
	transition: opacity 0.6s linear;
}
.sumo-comment-tabs .sumo-comment-count {
	margin-left: 0.8em;
	padding: 0.25em 0.6em;
	font-size: 10px;
	font-weight: 600;
	line-height: 150%;
	border-radius: 3px;
	border: 1px solid #eee;
	background: #0275D8;
	color: #fff;
	transition: background 0.3s, color 0.3s;
}
.sumo-comment-tabs .active .sumo-comment-count {
	background: #fff;
	color: #000;
}
.sumo-comment-tabs .nav-item {
	position: relative;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	height: 64px;
}
.sumo-comment-tabs .nav-link {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #0275D8;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	transition: color 0.3s;
	background-color: #F5F5F5;
	border: 1px solid #E1E1E9;
	box-sizing: border-box;
	font-weight: normal;
	padding-right:30px;
	padding-left: 30px;
	padding-top:20px;
	padding-bottom:19px;
	font-size: 14px;
}
.sumo-comment-tabs .nav-link.active {
	border-color: #ddd;
	border-bottom-color: #fff;
	color: #000;
	background-color: #ffffff;
	border-top: 3px solid #0275D8;
	font-weight: bold;
}

.sumo-reviews-comments.sumo-tacos {
  left: 28px;
}

.unresolved-comment-label {
	width: 98px;
  display:inline-block;
	background:#8458FF;
	border-radius: 3px 3px 0px 0px;
	font-family: Metropolis;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	padding-top:5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.unmoderated-comment-label {
	display:none;
	width: 120px;
	display:inline-block;
	background: #FF7A30;
	border-radius: 3px 3px 0px 0px;
	font-family: Metropolis;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	padding-top:5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-right: 10px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.moderated-comment-label {
	width: 98px;
	display:inline-block;
	background: #ff0000;
	border-radius: 3px 3px 0px 0px;
	font-family: Metropolis;
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	padding-top:5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-right: 10px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.filter-by-wrapper {
	display:inline-block;
	padding-right:20px;
}

.filter-by-label {
	display:inline-block;
	width:64px;
	color: #272727;
}

.filter-by-select {
	padding-right: 20px;
}

.sort-by-wrapper {
	display:inline-block;
}

.sort-by-label {
	display: inline-block !important;
	padding-right: 10px;
	color: #272727;
}
.sort-by-select, .filter-by-select {
	display:inline-block !important;
	width: 150px;
	height: 31px;
	border: 1px solid #E1E1E9;
	border-radius: 3px;
	font-family: Metropolis;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	top: 138px;
	text-transform: capitalize;
	background-color: #FFFFFF;
  	color: #272727;

}

.sort-by-select:focus, .filter-by-select:focus {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.btn-expandall-review {
	border: none;
	background: #FFFFFF;
	color: #0275D8;
	font-family: Metropolis;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 100%;
	display: flex;
	flex-direction: row;
	padding: 9px 20px;
}

.btn-review {
	color: #FFFFFF;
	background-color: #0275D8;
}

.btn-review:hover {
	color: #FFFFFF;
	background-color: #0275D8;
	border: none;
}

.btn-review:visited {
	color: #FFFFFF;
	background-color: #0275D8;
	border: none;
}

.btn-review:focus {
	color: #FFFFFF;
	background-color: #0275D8;
	border: none;
}

.btn-expandall-question {
	border: none;
	background: #FFFFFF;
	color: #0275D8;
	font-family: Metropolis;
	font-style: normal;
	font-weight: 500 !important;
	font-size: 12px;
	line-height: 100%;
	display: flex;
	flex-direction: row;
	padding: 9px 20px;
}

.btn-expandall-question:hover {
	border: none;
	background: #FFFFFF;
	color: #0275D8;
}

.btn-expandall-question:visited {
	border: none;
	background: #FFFFFF;
	color: #0275D8;
}

.btn-expandall-question:focus {
	border: none;
	background: #FFFFFF;
	color: #0275D8;
}

.btn-question {
	color: #FFFFFF;
	background-color: #0275D8;
}

.btn-question:hover {
	color: #FFFFFF;
	background-color: #0275D8;
	border: none;
}

.btn-question:visited {
	color: #FFFFFF;
	background-color: #0275D8;
	border: none;
}

.btn-question:focus {
	color: #FFFFFF;
	background-color: #0275D8;
	border: none;
}

.unresolved-label {
  display:inline-block;
  width:64px;
	color: #272727;
}
