﻿@charset "utf-8";
/* Product page */
.pp-header, .marketing-one {
	min-height: 145px;
}
.navbar-brand, .htc-nav {
/*margin-top: 35px;*/
}
.pp-wrapper {
	min-height: 700px;
	margin-top: 56px;
}
.pp-wrapper .tab-content {
	margin-bottom: 70px;
}
.product-heading {
	min-height: 78px;
}
.pp-img img {
	height: 300px;
	text-align: center;
}
.pp-star-rating .fa-star {
	color: #0edb73;
	font-size: 35px;
	margin-right: 15px;
}
.pp-star-rating .fa {
	position: relative;
}
.pp-star-rating .fa-star-open {
	color: #cacaca;
}
.pp-star-rating .fa-star-percentage {
	position: absolute;
	left: -10px;
	top: -5px;
	overflow: hidden;
	margin: 5px 10px;
}
.pp-ratereview-counter {
	margin-top: 15px;
	margin-bottom: 20px;
}
.pp-ratereview-counter ul li {
	list-style: none;
	display: inline;
}
.pp-ratereview-counter ul {
	padding-left: 0px;
}
.pp-ratereview-counter li {
	margin-right: 8px;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0px;
	text-align: left;
	color: #252525;
}
.pp-share-review-btn a {
	padding-left: 40px;
	padding-right: 40px;
}
/*.pp-product-descrition {
	max-width: 433px; removed the max-width applying changes on new project page design
}*/
.pp-product-descrition p, .pp-product-descrition ul li, .pp-product-descrition a, .pp-product-descrition label, .pp-product-descrition i {
    line-height: 1.64;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.4px;
    font-family: 'MaisonNeue', sans-serif;
    color: #252525
}
.pp-product-descrition b {
    line-height: 1.64;
    font-size: 16px;
    letter-spacing: 0.4px;
    font-family: 'MaisonNeue', sans-serif;
    color: #252525
}
/* product page - tab content */
/* tab reviews */
.tab-reviews-comments-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
    /*min-height: 500px;*/
}
/* reivew filter */
.review-filter-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}
.btn-review-filter {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2.2px;
	text-align: left;
	color: #252525;
	background-color: #fff;
	border: solid 2px #d3d0d0;
	border-radius: 4px;
	padding: 18px 20px;
	min-width: 100%;
}
.dropdown-arrow {
	position: absolute;
	right: 20px;
}
.btn-review-filter .dropdown-arrow i {
	color: #252525!important;
	font-size: 14px;
	font-size: 18px;
	font-weight: bold;
}
.dropdown.open .dropdown-arrow i {
	display: inline-block;
	transform: rotate(-180deg);
}
.btn-review-filter-panel.dropdown-menu {
	width: 100%;
	border: solid 2px #d3d0d0;
	min-height: 295px;
	margin-top: 10px;
	position: absolute;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	padding-top: 10px;
}
.btn-review-filter-panel.dropdown-menu:after {
	position: absolute;
	top: -5px;
	right: 19px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.btn-review-filter-panel.dropdown-menu:before {
	position: absolute;
	top: -7px;
	right: 17px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ccc;
	border-left: 8px solid transparent;
	border-bottom-color: rgba(0, 0, 0, );
	content: '';
}
.btn-review-filter-panel.dropdown-menu li {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: 1.9px;
	text-align: left;
	color: #252525;
	padding-top: 15px;
	padding-bottom: 15px;
}
.btn-review-checkbox {
	margin-left: 20px;
	margin-right: 20px;
	min-width: 120px;
	float: left;
	clear: both;
}
.btn-review-checkbox .radio-container {
	padding-left: 40px;
	font-size: 14px;
}
.btn-review-checkbox .radiomark {
	height: 30px;
	width: 30px;
}
.btn-review-checkbox .radio-container .radiomark:after {
	top: 2px;
	left: 2px;
	width: 22px;
	height: 22px;
}
.btn-reivew-progressbar {
	margin-right: 20px;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 6px;
	overflow: hidden;
	background-color: #e1e1e1;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	border-radius: 28px;
}
.btn-review-progressbar-dark-indigo {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #2c0d61;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
	border-radius: 28px;
	transition-duration: 3s;
}
/* responsive tab dropdown */
.tab-dropdown {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 2px #d5d5d5;
}
.btn-review-filter-blue {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2.2px;
	text-align: left;
	color: #2c0d61;
	background-color: #fff;
	border: solid 2px #2c0d61;
	border-radius: 4px;
	padding: 18px 20px;
	min-width: 100%
}
.btn-review-filter-blue .dropdown-arrow i {
	color: #2c0d61!important;
	font-size: 14px;
	font-size: 18px;
	font-weight: bold;
}
.btn-review-filter-panel-blue.dropdown-menu {
	width: 100%;
	border: solid 2px #2c0d61;
	margin-top: 10px;
	position: absolute;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	padding-top: 10px;
}
.btn-review-filter-panel-blue.dropdown-menu:after {
	position: absolute;
	top: -5px;
	right: 19px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.btn-review-filter-panel-blue.dropdown-menu:before {
	position: absolute;
	top: -7px;
	right: 17px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #2c0d61;
	border-left: 8px solid transparent;
	border-bottom-color: rgba(0, 0, 0, );
	content: '';
}
.btn-review-filter-panel-blue.dropdown-menu li {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: 1.9px;
	text-align: left;
	color: #252525;
	padding-top: 15px;
	padding-bottom: 15px;
}
.review-container {
	border-bottom: solid 2px #d5d5d5;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
.review-user_letter {
	height: 114px;
	width: 114px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	background: #8650d3;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 28px;
	font-family: 'Moderat', sans-serif;
}
.review-user_name p {
	margin-top: 20px;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #252525;
}
.review-user_name ul {
	list-style: none;
	padding-left: 0px;
}
.review-user_name li {
	padding-bottom:5px;
}
.review-user_name {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: left;
	color: #252525;
}
.review-user_starrating {
	margin-bottom: 15px;
}
.review-user_starrating .fa-star {
	color: #0edb73;
	font-size: 20px;
	margin-right: 10px;
}
.review-user_starrating .fa {
	position: relative;
}
.review-user_starrating .fa-star-open {
	color: #cacaca;
}
.review-user_starrating .fa-star-percentage {
	position: absolute;
	left: -10px;
	top: -5px;
	overflow: hidden;
	margin: 5px 10px;
}
.review-user_date {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.8;
	letter-spacing: normal;
	text-align: left;
	color: #252525;
	margin-bottom: 15px;
}
.review-user_comment {
	min-height: 74px;
	margin-bottom: 20px;
}
.review-user_comment {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #252525;
}
/*.review-user_btn-wrapper
{
	margin-top: 15px;
}*/

.review-user_btn-wrapper a {
	font-family: 'Moderat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-align: left;
	color: #2c0d61;
	cursor: pointer;
	text-transform: uppercase;
}
.review-pagination-wrapper {
	margin-bottom: 70px;
}
.review-pagination-container {
	min-width: 369px;
	float: right;
}
.review-pagination-no {
	list-style: none;
	padding-left: 0px;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-right: 30px;
}
.reivew-pagination-no ul {
	overflow-x: hidden;
	white-space: nowrap;
	height: 1em;
	padding-left: 0px;
}
.review-pagination-no li {
	display: inline-block;
	padding-right: 10px;
	font-size: 16px;
	font-family: 'MaisonNeue', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
}
.review-pagination-no a {
	color: #2c0d61;
}
/* tab tester gallery */
.tester-gallery-wrapper {
	margin-bottom: 15px;/*min-height: 400px;*/
}
.tester-gallery-img {
	background-color: #efefef;
	display: block;
	min-width: 415px;
}
/* tab extended content */
.tester-gallery-video {
	min-height: 368px;
	margin-bottom: 50px;
}
.wheretobuy-container {
    min-height: 70px;
    border-bottom: 2px solid #d5d5d5;
    padding-bottom: 15px;
    padding-top: 15px;
}
.similar-product-container {
	margin-bottom: 50px;
}

/* responsive css for product page */
/* ==============================  */

/* small screen */

@media (max-width: 767px) {
.pp-header, .marketing-one {
	min-height: 86px;
}
.navbar-brand {
	margin-top: 0px;
}
.mobile-nav-container {
	padding-top: 15px;
}
.pp-product-wrapper {
/*margin-top: 50px;*/
}
.product-heading {
	text-align: center;
	font-size: 22px;
	min-height: 52px;
	margin-top: 30px;
}
.review-container {
	margin-bottom: 20px;
}
.pp-review-rating-counter-container {
	text-align: center!important;
}
.pp-star-rating, .pp-ratereview-counter {
	display: block!important;
}
.pp-star-rating, .pp-ratereview-counter, .pp-share-review-btn {
	text-align: center;
}
.pp-star-rating .fa-star {
	margin-right: 10px;
}
.pp-product-descrition {
	border-bottom: 2px solid #d5d5d5;
}
.review-filter-wrapper {
	margin-top: 0px;
	margin-bottom: 30px;
}
.review-user-like {
	width: 65px;
	text-align: left;
	display: block!important;
	float: left;
	margin-top: 20px;
}
.report-container {
	width: 26px;
	float: right;
	display: block!important;
	margin-top: 20px;
}
.btn-review-filter {
	margin-top: 30px;
}
.tab-reviews-pp h3 {
	font-size: 22px;
	margin-top: 0px;
}
.center-review-user_letter {
	display: table;
	margin: auto;
}
.review-user_name {
	text-align: left;
	font-size: 12px;
}
.review-user_name p {
	text-align: left;
	margin-top: 0px;
}
.review-user_comment {
	margin-bottom: 30px;
}
.review-user_btn-wrapper a:first-child {
	margin-right: 0px!important;
}
.review-user_btn-wrapper .btn-white {
	margin-top: 30px;
	margin-bottom: 30px;
}
.review-user_letter {
	width: 60px;
	height: 60px;
	font-size: 20px;
}
.review-tested-label-txt {
    /*width: 137px;*/
    /*line-height: normal;*/
    line-height: 33px !important;
    vertical-align: bottom;
}
.review-tested-label-icon img {
	vertical-align: baseline;
}
#testersgallery h3 {
	font-size: 22px;
}
.tester-gallery-video {
	margin-bottom: 15px;
}
.wheretobuy-container .btn-white {
	margin-top: 30px;
	margin-bottom: 30px;
}
.pp-wrapper {
	margin-top: 0px;
}
.review-more-reviews {
	margin-top: 40px;
	margin-bottom: 20px;
}
.tester-gallery-wrapper {
	margin-top: 30px!important;
}
.tester-gallery-wrapper > [class*='col-'] {
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
    padding-bottom: 1px;
}
.nopaddingleft-lg
	{
		padding-left:0px;
	}
.question-answer-wrapper {
	margin-bottom: 30px!important;
}
.ask-a-question {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #d5d5d5;
}
.tester-gallery-video h3, .similar-product-container h3 {
	margin-top: 0px;
}
.panel-body {
	padding-top: 0px!important;
}
.wheretobuy-container > [class*='col-'] {
	padding-left: 0px;
}
.wheretobuy-container {
	margin-bottom: 20px!important;
}
/* show more - show less */
.morecontent span {
	display: none;
}
.morelink {
	display: block;
}
.morelink a {
	color: #159aa5!important;
	text-decoration: none;
}
.morelink a:hover, .morelink a:focus, .morelink a:active {
	color: #159aa5!important;
	text-decoration: underline;
}
/* mobile filter dropdown menu */
.inline-filter-btns {
	display: inline-block
}
.filter-mobile-btn {
	font-family: 'MaisonNeue', sans-serif;
	background-color: #fff;
	padding: 0px 8px;
	min-width: 70px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
.filter-mobile-btn-panel.dropdown-menu {
	width: 100%;
	border: solid 2px #d3d0d0;
	min-height: 295px;
	margin-top: 10px;
	position: absolute;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	padding-top: 10px;
}
.filter-mobile-btn-panel.dropdown-menu:before {
	position: absolute;
	top: -8px;
	right: 80.5px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ccc;
	border-left: 8px solid transparent;
	border-bottom-color: rgba(0, 0, 0, );
	content: '';
}
.filter-mobile-btn-panel.dropdown-menu:after {
	position: absolute;
	top: -5px;
	right: 82px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.filter-mobile-btn-panel {
	position: absolute;
	top: 100%;
	left: -145px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 290px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.filter-mobile-btn-panel.dropdown-menu li {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: 1.9px;
	text-align: left;
	color: #252525;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sort-by-mobile-panel {
	left: -223px!important;
}
.sort-by-mobile-panel.dropdown-menu:after {
	right: 13px;
}
.sort-by-mobile-panel.dropdown-menu:before {
	right: 10.5px;
}
.xs-review-filter {
	border-bottom: 2px solid #d5d5d5;
	padding-bottom: 15px;
}
.add-padding-15 {
	padding: 0px!important;
}
.tester-galler-insta i {
	left: inherit!important;
	bottom: 5px!important;
	right: 5px!important;
	width: 25px!important;
	height: 25px!important;
	font-size: 14px!important;
}
.tester-galler-vid i {
	left: inherit!important;
	top: inherit!important;
	bottom: 5px!important;
	right: 5px!important;
	width: 25px!important;
	height: 25px!important;
	font-size: 12px!important;
	transform: none!important;
}
.add-15px-margin
	{
		margin-right:15px;
	}
	.overlay-progress-text
	{
		font-size:12px!important;
	}
	/*float header menu */
	.float-navigation a
	{
		font-size:12px!important;
	}
}

/* small medium screen */

@media (max-width: 991px) and (min-width: 768px) {
.navbar-toggle, .sidenavBtn {
/*margin-top: 50px;*/
}
.pp-product-wrapper {
	margin-top: 10px;
}
.product-heading {
	text-align: center;
	font-size: 22px;
	min-height: 52px;
}
.pp-review-rating-counter-container {
	text-align: center!important;
}
.pp-star-rating, .pp-ratereview-counter, .pp-share-review-btn {
	text-align: center;
}
.pp-star-rating .fa-star {
	margin-right: 10px;
}
.review-filter-wrapper {
	margin-top: 0px;
	margin-bottom: 30px;
}
.btn-review-filter {
	margin-top: 30px;
}
.tab-reviews-pp h3 {
	font-size: 22px;
	padding-left: 15px;
}
.center-review-user_letter {
	display: table;
	margin: auto;
}
.review-user_name {
	text-align: center;
	font-size: 12px;
}
.review-user_name p {
	text-align: center;
}
.review-user_comment {
	margin-bottom: 30px;
}
.review-user_btn-wrapper a:first-child {
	margin-right: 0px;
}
.review-user_btn-wrapper .btn-white {
	margin-top: 30px;
	margin-bottom: 30px;
}
#testersgallery h3 {
	font-size: 22px;
}
.tester-gallery-video {
	margin-bottom: 30px;
}
.wheretobuy-container .btn-white {
	margin-top: 30px;
	margin-bottom: 30px;
}
.text-center-xs-right-md {
	text-align: center;
}
.pp-wrapper {
	margin-top: 0px;
}
/* mobile filter dropdown menu */
.inline-filter-btns {
	display: inline-block;
	margin-top: 20px;
}
.filter-mobile-btn {
	font-family: 'MaisonNeue', sans-serif;
	background-color: #fff;
	padding: 0px 8px;
	min-width: 70px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}
.filter-mobile-btn i {
	color: #2c0d61;
	font-size: 22px;
}
.filter-mobile-btn-panel.dropdown-menu {
	width: 100%;
	border: solid 2px #d3d0d0;
	min-height: 295px;
	margin-top: 10px;
	position: absolute;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	padding-top: 10px;
}
.filter-mobile-btn-panel.dropdown-menu:before {
	position: absolute;
	top: -8px;
	right: 80.5px;
	display: inline-block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ccc;
	border-left: 8px solid transparent;
	border-bottom-color: rgba(0, 0, 0, );
	content: '';
}
.filter-mobile-btn-panel.dropdown-menu:after {
	position: absolute;
	top: -5px;
	right: 82px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.filter-mobile-btn-panel {
	position: absolute;
	top: 100%;
	left: -145px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 290px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.filter-mobile-btn-panel.dropdown-menu li {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.43;
	letter-spacing: 1.9px;
	text-align: left;
	color: #252525;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sort-by-mobile-panel {
	left: -223px!important;
}
.sort-by-mobile-panel.dropdown-menu:after {
	right: 13px;
}
.sort-by-mobile-panel.dropdown-menu:before {
	right: 10.5px;
}
.where-to-buy-price {
	padding-left: 0px;
}
}
.pp-product-descrition {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.custom-carousel .slick-prev, .custom-carousel .slick-next {
	top: 40% !important;
}
/* review page */
/*------------*/
.rp-hero-search {
	min-height: 456px;
	margin-bottom: 40px;
}
.rp-hero-search-wrapper {
	margin-top: 50px;
}
.rp-typo-container h1 {
	margin-bottom: 32px;
}
.rp-typo-container {
	margin-bottom: 40px;
}
.rp-search-container {
	margin-bottom: 80px;
}
.rp-search-container .form-group {
	margin-bottom: 30px;
}
.search-form-control-icon {
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
	color: #252525;
	font-size: 20px;
}
.rp-search_btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.rp-product-wrapper {
	min-height: 700px;
	margin-bottom: 80px;
}
.prd-slider-item {
	margin-bottom: 40px;
}
.refinebypanel {
	min-height: 550px;
}
.refine-form {
	min-height: 425px;
}
.refine-form div:not(.form-floating-label) > input + label {
	margin-top: 10px!important;
}
.refinebypanel .panel-group .panel-heading {
	border-bottom: 2px solid #d5d5d5;
}
.refinebypanel .panel-categories a {
	color: #333333;
	text-decoration: none;
}
.refinebypanel .panel-heading a:before {
	font-family: 'FontAwesome';
	content: "\f067";
	float: right;
	transition: all 0.5s;
}
.refinebypanel .panel-heading.active a:before {
	font-family: 'FontAwesome';
	content: "\f068";
	float: right;
	transition: all 0.5s;
}
.refinebypanel .panel-collapse-border-b {
	border-bottom: solid 2px #d5d5d5;
	padding-bottom: 10px;
	padding-top: 30px;
}
.refinebypanel .refin-hometested {
	padding-top: 30px;
}
.if-brand-lable {
	top: 55px;
}
.prd-brand-lable {
	font-family: 'Moderat', sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 0px;
	text-align: center;
	color: #ffffff;
	background-color: #a1a1a1;
	padding: 10px 5px;
	top: -75px;
}

/* responsive css for product page */
/* ==============================  */

/* small screen */

@media (max-width: 767px) {
.rp-hero-search {
	margin-bottom: 10px;
}
.rp-hero-search-wrapper {
	margin-top: 20px;
}
.rp-typo-container h1 {
	margin-bottom: 30px;
}
.prd-brand-lable {
	font-size: 16px;
}
.btn-review-checkbox input[type="checkbox"] + label::before {
	width: 30px;
	height: 30px;
}
.btn-review-checkbox input + label::after {
	width: 30px;
	height: 30px;
	font-size: 16px;
}
.review-checkbox-label label {
	padding-left: 41px!important;
	font-size: 14px!important;
	margin-top: 10px!important;
}
.btn-review-checkbox .radio-container {
	margin-bottom: 5px;
}
}

@media (max-width: 991px) and (min-width: 768px) {
.rp-hero-search {
	margin-bottom: 10px;
}
.rp-hero-search-wrapper {
	margin-top: 20px;
}
.rp-typo-container h1 {
	margin-bottom: 30px;
}
.prd-brand-lable {
	font-size: 16px;
}
}
/* search page */
/*------------*/
.search-product-item.prd-slider-item {
	min-height: 270px;
	margin-bottom: 70px;
}
.search-product-item p {
	line-height: 1.64;
	margin-top: 25px;
}
.search-product-item .prd-slide-Srating {
	text-align: left;
}
.search-product-item .prd-slide-reviewCount p {
	text-align: left;
}
.search-close-btn {
	margin-top: 10px;
	margin-bottom: 10px;
}
.search-close-btn a {
	color: #252525;
}
.search-close-btn i {
	font-size: 28px;
}
/* video display */

.video-thumbnail .video-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 100px;
	color: #2d0d62;
	opacity: .8;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
	border: none;
	cursor: pointer;
}
.video-play-icon:hover, .video-play-icon:focus, .video-play-icon:active {
	color: #4f229a;
}
.video-thumbnail img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 50% 50%;
}
/* Video Modal
-----------------------------------------*/
.video-modal, .video-modal .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
}
.video-modal {
	overflow: hidden;
	position: fixed;
	opacity: 0.0;
	-webkit-transform: translate(500%, 0%);
	transform: translate(500%, 0%);
	-webkit-transition: -webkit-transform 0s linear 0s;
	transition: transform 0s linear 0s;
	/* using flexbox for vertical centering */
  /* Flexbox display */
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	/* Vertical alignment */
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.video-modal .overlay {
	z-index: 0;
	background: rgba(13,1,61,0.82); /* overlay color */
	opacity: 0.0;
	-webkit-transition: opacity 0.2s ease-out 0.05s;
	transition: opacity 0.2s ease-out 0.05s;
}
.video-modal-content {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 1;
	margin: 0 auto;
	overflow-y: visible;
	background: #000;
	width: calc(100% - 12em);
	height: 0;
 padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
.video-modal-content {
	width: 0;
	height: calc(100vh - 10em);
	padding-top: 0;
 padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
}
}

/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
.video-modal-content {
	width: calc(100% - 1em);
 padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
}
}
/* modal close button */
.close-video-modal {
	display: block;
	position: absolute;
	right: 0;
	top: -40px;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: #000;
	box-shadow: 0px 2px 16px rgba(0,0,0,0.5);
}
/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
	opacity: 1.0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}
.show-video-modal .video-modal .overlay {
	opacity: 1.0;
}
.show-video-modal .video-modal-content {
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%, 0%);
}
.noscroll {
	overflow: hidden;
}
/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
	width: 100%;
	background: #3b1b74;
	z-index: 300;/*padding:30px 0;*/
	transform: translateZ(0);
	transition: all 0.5s;
	min-height: 97px;
	color: #fff;
}
.float-panel .content-area {
	margin: 10px auto;
}
.float-panel .fa-gg {
	color: #F0595C;
	font-size: 30px;
	vertical-align: middle;
	transition: all 1s;
}
/* when class="float-panel fixed" */
.fixed {
	animation: slide-down 0.7s;
}
.fixed .fa-gg {
	transform: rotate(360deg);
}
@keyframes slide-down {
 0% {
 opacity: 0;
 transform: translateY(-100%);
}
 100% {
 opacity: 0.9;
 transform: translateY(0);
}
}
/* ---------------- For Animation on Scroll ---------------- */
.slideanim {
	visibility: hidden;
	visibility: visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {
	visibility: visible;
	animation: slide 1s;
}
.slideanim::after {
	/* useful when its child elements are float:left; */
	content: "";
	display: table;
	clear: both;
}
 @keyframes slide {
 0% {
 opacity: 0;
 transform: translateY(50%);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
/* -------------------- Float Panel Content ----------------- */
.float-panel-wrapper {
	max-width: 1360px;
	margin: 0 auto;
}

@media only screen and (max-width : 480px) {
.float-review-counter {
	font-size: 12px;
	font-family: 'MaisonNeue', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	color: #252525;
}
}

@media only screen and (max-width : 768px) {
.float-panel {
	min-height: 55px;
}
.float-panel-heading {
	font-size: 14px;
	text-align: center;
}
.float-panel-star.pp-star-rating .fa-star {
	font-size: 12px;
	margin-right: 3px;
}
.float-panel-star.pp-star-rating {
	text-align: left;
	float: left;
}
.float-review-counter {
	font-size: 12px;
	font-family: 'MaisonNeue', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	color: #252525;
}
.float-panel-button .btn-white {
	padding: 7px 7px;
	font-size: 12px;
	letter-spacing: 1px;
}
.float-panel-button {
	margin-top: 0px;
	margin-bottom: 0px;
}
}

@media only screen and (min-width: 768px) {
.float-panel-heading {
	text-align: left;
	font-size: 14px;
	margin-top: 10px;
}
.float-panel-button {
	margin-top: 15px;
}
.float-panel {
	min-height: 59px;
}
.float-panel-button .btn-white {
	padding: 7px 7px;
	font-size: 12px;
	letter-spacing: 1px;
}
.float-panel-star.pp-star-rating {
	margin-top: 5px;
	text-align: left;
	float: left;
}
.float-panel-star.pp-star-rating .fa-star {
	font-size: 12px;
	margin-right: 5px;
}
.float-review-counter {
	font-size: 12px;
	font-family: 'MaisonNeue', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 2;
	color: #252525;
}

}

@media only screen and (min-width : 782px) {
.float-panel-button {
	margin-top: 15px;
}
.float-panel {
	min-height: 60px;
}
.float-panel-heading {
	font-size: 14px;
	margin-top: 10px;
}
}

@media only screen and (min-width:960px) {
.float-panel-star.pp-star-rating {
	margin-top: 2px;
	text-align: left;
	float: left;
}
}

@media only screen and (min-width : 992px) and (max-width: 1045px) {
.float-panel-img img {
	height: 65px;
}
.float-panel-heading {
	margin-top: 0px;
	margin-bottom: 5px;
}
.float-panel-star.pp-star-rating {
	margin-top: 0px;
}
.float-panel-links {
	margin-top: 25px;
}
.float-panel-heading {
	font-size: 14px!important;
}
}

@media only screen and (min-width: 992px) and (max-width: 1045px) {
.float-panel-heading {
	font-size: 16px;
}
.float-panel-links li {
	padding: 5px 15px 5px 15px;
	font-size: 14px;
}
.float-panel-button .btn-white {
	padding: 10px 12px;
	font-size: 14px;
}
.float-panel-button {
	text-align: center;
	margin-top: 10px;
}
}

@media (min-width: 1045px) {
.float-panel {
	height: 60px;
}
.float-panel-img {
	width: 94px;
}
.float-panel-img img {
	height: 94px;
}
.float-panel-heading {
	margin-top: 5px;
	margin-bottom: 5px;
}
.float-panel-star.pp-star-rating .fa-star {
	font-size: 16px;
}
.float-panel-links li {
	padding: 10px 15px 10px 15px;
	font-size: 15px;
}
.float-panel-button {
	margin-top: 18px;
}
}

@media (min-width: 1200px) {
.float-panel-img {
	width: 94px;
}
.float-panel-img img {
	height: 94px;
}
.float-title-container {
	width: 359px;
}
.float-panel-heading {
	font-family: Moderat-bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.17;
	letter-spacing: -0.1px;
	font-size: 18px;
	text-align: left;
}
.float-panel-star.pp-star-rating .fa-star {
	font-size: 20px;
	margin-right: 10px;
}
.float-panel-links {
	font-family: 'Moderat', sans-serif;
	font-weight: bold;
	color: #2c0d64;
	list-style: none;
	padding: 0px;
	margin-top: 35px;
	margin-bottom: 25px;
}
.float-panel-links li {
	display: inline;
	padding: 10px 30px 10px 30px;
	height: 40px;
	border-right: 2px solid #d5d5d5;
	font-size: 16px;
	color: #2c0d64;
}
.float-panel-links a {
	color: #2c0d64;
	padding-top: 10px;
}
.float-panel-links li:last-child {
	border: none;
}
.float-panel .float-panel-links a:hover {
	text-decoration: underline;
}
.float-panel-button {
	margin-top: 22px;
	margin-bottom: 20px;
}
.float-panel-button .btn-white {
	padding: 12px 20px;
}
}

@media only screen and (min-width : 1300px) {
.float-panel-links li {
	display: inline;
	padding: 10px 45px 10px 45px;
	height: 40px;
	border-right: 2px solid #d5d5d5;
	font-size: 18px;
	color: #2c0d64;
}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
.float-panel-button {
	margin-top: 20px;
}
.float-panel {
	height: 59px!important;
}
.float-navigation li {
	padding-bottom: 19px!important;
}
.float-panel-heading {
	font-size: 14px;
	margin-top: 10px;
}
	.tester-gallery-wrapper > [class*='col-']
	{
		padding-bottom:30px;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.float-panel-links {
	font-family: 'Moderat', sans-serif;
	font-weight: bold;
	color: #2c0d64;
	list-style: none;
	padding: 0px;
	margin-top: 24px;
	margin-bottom: 25px;
}
.float-panel-links li {
	display: inline;
	padding: 8px 15px 8px 15px;
	height: 40px;
	border-right: 2px solid #d5d5d5;
	font-size: 14px;
	color: #2c0d64;
}
.float-panel-links a {
	color: #2c0d64;
	padding-top: 10px;
}
.float-panel-links li:last-child {
	border: none;
}
}

@media only screen and (max-width : 1199px) {
.float-panel-links {
	font-family: 'Moderat', sans-serif;
	font-weight: bold;
	color: #2c0d64;
	list-style: none;
	padding: 0px;
	margin-top: 24px;
	margin-bottom: 25px;
}
.float-panel-links li {
	display: inline;
	padding: 8px 15px 8px 15px;
	height: 40px;
	border-right: 2px solid #d5d5d5;
	font-size: 14px;
	color: #2c0d64;
}
.float-panel-links a {
	color: #2c0d64;
	padding-top: 10px;
}
.float-panel-links li:last-child {
	border: none;
}
}
/* -------------------- See All Responses ----------------- */
.dropdown-btn {
	display: inline-block;
	margin-right: 30px;
}
.dropdown-btn i {
	font-size: 18px;
	color: #2c0d61;
}
.dropdown-btn a {
	margin-right: 10px!important;
}
.dropdown-btn a:before {
	font-family: 'FontAwesome';
	content: "\f078";
	float: right;
	transition: all 0.5s;
}
.dropdown-btn.active a:before {
	font-family: 'FontAwesome';
	content: "\f077";
	float: right;
	transition: all 0.5s;
}

@media (max-width: 767px) {
.dropdown-btn a:first-child {
	margin-right: 15px!important;
}
.dropdown-btn {
	display: inline-block;
	margin-right: 0px;
}
}
/* gallery Modal */
.demo-gallery > ul {
	margin-bottom: 0;
}
.demo-gallery > ul > li {
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
}
.demo-gallery > ul > li a {
	border: 3px solid #FFF;
	border-radius: 3px;
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
	background: rgba(13,1,61,0.50);
}
.demo-gallery .justified-gallery > a > img {
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
}
.demo-gallery .justified-gallery > a:hover > img {
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
	opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.1);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: background-color 0.15s ease 0s;
	-o-transition: background-color 0.15s ease 0s;
	transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
	left: 50%;
	margin-left: -10px;
	margin-top: -10px;
	opacity: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: opacity 0.3s ease 0s;
	-o-transition: opacity 0.3s ease 0s;
	transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
	background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
	height: 48px;
	margin-left: -24px;
	margin-top: -24px;
	opacity: 0.8;
	width: 48px;
}
.demo-gallery.dark > ul > li a {
	border: 3px solid #04070a;
}
.home .demo-gallery {
	padding-bottom: 80px;
}

/* small medium screen*/
@media (max-width: 767px) {
.modal-sub-row {
	clear: none;
}
}

@media (min-width: 768px) {
.modal-sub-row {
	clear: both;
}
}

@media (max-width: 1199px) and (min-width: 992px) {
.modal-sub-row {
	clear: both;
}
/* modal Gallery */

.lg-outer .lg-item, .lg-outer .lg-img-wrap, .lg-outer .lg-video {
	width: 85%;
}
.lg-actions .lg-next {
	right: 305px;
}
.lg-sub-html {
	float: right;
	height: 100%;
	width: 25%;
	background-color: white;
	color: black;
	position: relative;
	top: 50px;
}
}

@media (min-width: 1200px) {
.modal-sub-row {
	clear: both;
}
/* modal Gallery */

.lg-outer .lg-item, .lg-outer .lg-img-wrap, .lg-outer .lg-video {
	width: 90%;
}
.lg-actions .lg-next {
	right: 325px;
}
.lg-sub-html {
	float: right;
	height: 100%;
	width: 20%;
	background-color: white;
	color: black;
	position: relative;
	top: 50px;
}
}
.lg-backdrop {
	background-color: rgba(51, 51, 51, 0.95);
}
.lg-actions .lg-next, .lg-actions .lg-prev {
	color: #fff;
	border: 0px;
	background-color: transparent;
}
.lg-actions .lg-prev:after {
	content: "\f104" !important; /* modal previous icon */
	font: normal normal normal 50px/1 'FontAwesome' !important;
}
.lg-actions .lg-next:before {
	content: "\f105" !important; /* modal next icon */
	font: normal normal normal 50px/1 'FontAwesome' !important;
}
.modal-thumbnail img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 50% 50%;
}
.modal-li-center {
	float: none!important;
	margin-left: auto;
	margin-right: auto;
}
.lg-sub-html {
	padding: 20px 20px;
}
.lg-sub-html h4 {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #252525;
}
.lg-sub-html p {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: left;
	color: #252525!important;
}
.lg-sub-review-user {
	height: 40px;
	width: 40px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	background: #8650d3;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Moderat', sans-serif;
}
/* New product page design 2019 */
.btn-width-233 {
	min-width: 238px;
	letter-spacing: 0px;
}
.pp-star-rating, .pp-ratereview-counter {
	display: inline-block;
}
.nav-tabs.nav-justified > li {
	text-transform: capitalize;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
	border: 0px;
	border-bottom: 5px solid #04a9b4;
}
.cp-tab-wrapper .nav > li > a {
	font-family: 'Moderat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: center;
	border-bottom: 5px solid #3b1b74;
	color: #3b1b74;
	text-transform: capitalize!important;
}
.cp-tab-wrapper .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-bottom: 5px solid #04a9b4;
	color: #04a9b4;
	font-family: 'Moderat', sans-serif;
	font-size: 18px !important;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	text-align: center;
}
.review-user_title {
	font-family: 'Moderat', sans-serif;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
	color: #000000;
	margin-bottom: 10px;
}
.review-user_media {
	height: 60px;
}
.review-user_media ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.review-user_media li {
	display: inline;
}
.review-user_vid {
	width: 60px;
	height: 60px;
	background-color: #dddddd;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.review-user_vid img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 50% 50%;
}
.review-user_vid i {
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	font-size: 9px;
	color: #fff;
	background-color: #3b1b74;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.review-tested-label {
	padding-top: 15px;
	padding-bottom: 15px;
}
.review-tested-label-icon {
	width: 30px;
	display: inline-block;
}
.review-tested-label-txt {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	display: inline-block;
	padding-left: 10px;
}
.review-user_btn-wrapper .like-count {
	font-family: 'Moderat', sans-serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-align: right;
	color: #2c0d61;
}
.margin-like-l {
	min-width: 25px;
	display: inline-block;
	text-align: left;
	top: -7px;
	position: relative;
}
.review-user_btn-wrapper {
	height: 60px;
	padding-top: 15px;
}
.report-container, .review-user-like {
	display: inline-block;
}
.review-user-like {
	width: 65px;
	text-align: left;
}
.review-user-like img {
	vertical-align: inherit;
}
.report-container {
	width: 26px;
}
.report-btn {
	height: 30px;
	width: 27px;
	cursor: pointer;
	border: none;
	background: url(https://d2vtntcxpdw15n.cloudfront.net/img3/flag-outline-purple.png) no-repeat center top;
	background-size: cover;
}
/* tester gallery */
.tester-galler-vid {
	position: relative;
	max-width: 500px;
}
.tester-galler-vid i {
	top: 45%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	font-size: 40px;
	color: #fff;
	background-color: #3b1b74;
	border-radius: 50%;
	width: 86px;
	height: 86px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.tester-galler-insta {
	position: relative;
}
.tester-galler-insta i {
	bottom: 10px;
	left: 10px;
	position: absolute;
	font-size: 25px;
	color: #fff;
	background-color: #3b1b74;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.color-00b6c2 {
	color: #00b6c2!important;
}
/* Q & A section */
.question-answer-wrapper {
	margin-top: 50px;
	margin-bottom: 50px;
}
    .question-answer-wrapper .heading-font + p {
        font-family: 'MaisonNeue', sans-serif;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.44;
        letter-spacing: 0px;
        text-align: left;
        color: #252525;
    }
/* FAQs according */
.panel {
	border: none;
}
.panel-border-bottom {
	border-bottom: 2px solid #d5d5d5;
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #333333;
}
.panel-default>.panel-heading {
	border-color: transparent;
	background-color: transparent;
}
.panel-title {
	font-size: 14px;
}
.panel-title > a {
	display: block;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	text-decoration: none;
}
.more-less {
	float: right;
	color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #EEEEEE;
	border-top: 2px solid #ddd;
}
.panel-title>a, .panel-title>a:active {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 0.1px;
	text-align: left;
	color: #333333;
}
.panel-categories .panel-title>a, .panel-title>a:active, .panel-categories .panel-title>a, .panel-title>a:focus, .panel-categories .panel-title>a, .panel-title>a:hover {
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
}
.panel-heading a:before {
	font-family: 'FontAwesome';
	content: none;
	float: right;
	transition: all 0.5s;
}
.panel-body {
	font-family: 'MaisonNeue', sans-serif;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: 0.1px;
	text-align: left;
	color: #333333;
}
.panel-body ul li {
	margin-top: 35px;
	font-size: 14px;
	padding-left: 20px;
}
.panel-body ul {
	padding-left: 14px;
}
.question-title {
	font-family: 'Moderat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
}
.question-body {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
}
ul.question-user-info {
	list-style: none;
	margin-left: 0 !important;
	padding: 0;
	margin-bottom: 30px;
}
.question-user-info li {
	display: inline;
	font-family: 'MaisonNeue', sans-serif;
	font-size: 16px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #000000;
}
.question-user-info li:first-child {
	padding-left: 0px;
}
.question-user-info li:last-child {
	border: none;
}
.question-user-info li a, .question-user-info a {
	color: #00b6c2;
}
.quetion-user-answer {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: normal;
}
.answer-wrapper {
	margin-bottom: 40px;
}
.ask-a-question {
	margin-top: 30px;
	padding-bottom: 30px;
}

/* close modal button*/
.add-padding-15 {
    padding: 15px;
}

.close-modal-window {
    float: right;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    background: transparent;
    border: none;
    margin-top: 5px;
}

.close-modal-window {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000 !important;
}

    .close-modal-window i {
        color: #3b1b74 !important;
        font-size: 22px;
        margin-left: 10px;
        vertical-align: sub;
    }

.modal-title-pp {
    font-family: 'Moderat', sans-serif;
    font-size: 28px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: left;
    color: #3b1b74;
    margin: 0px;
}

.model-note {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 0px;
}

.modal-body p {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.modal-media-close-btn {
    min-width: 30px;
    min-height: 30px;
    right: 0px;
    position: absolute;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 15px;
    z-index: 3;
    background-color: #3b1b74;
}

    .modal-media-close-btn i {
        padding: 10px;
    }
/* modal gallery */
.modal-gallery-wrapper {
    min-height: 578px;
}

.profile_60px {
    width: 60px;
    height: 60px;
}

.modal-gallery-username {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-top: 22px;
    margin-bottom: 22px;
}

.modal-review-caption--wrapper {
    min-height: 365px;
    margin-bottom: 15px;
}

.modal-caption-title {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
    margin-bottom: 15px;
    display: block;
}

.modal-review-title {
    display: block;
    font-family: 'Moderat', sans-serif;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #5cc9d2;
}

.modal-review-txt {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

.modal-view-gallery-txt {
    font-family: 'MaisonNeue', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #4ebfc8;
}

.modal-galler-vid-icon {
    position: relative;
}

    .modal-galler-vid-icon i {
        top: 50%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 40px;
        color: #fff;
        background-color: #3b1b74;
        border-radius: 50%;
        width: 86px;
        height: 86px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

.modal-mobile-user-container {
    width: 60px;
    margin-right: 15px;
}

.rflag-right {
    float: right;
}

/* image grid */
.d-flex {
	display: flex;
	flex-flow: wrap;
}
.d-flex > [class ^= "col-sm"] {
	display: flex;
}
.d-flex img {
	object-fit: cover;
	object-fit: cover;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
/* float navigation */
ul.float-navigation {
	padding: 0px;
}
.float-navigation li {
	list-style-type: none;
	text-align: center;
	float: left;
	width: 25%;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}
.float-navigation a {
	font-family: 'MaisonNeue', sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.float-navigation a:hover {
	color: #04a9b4;
	text-decoration: none;
}
.float-navigation li:hover {
	border-bottom: 2px solid #04a9b4;
	color: #04a9b4;
}
.photo-video-icon {
	background-image: url(../images/photo-video-icon.png);
	background-size: cover;
	display: inline-block;
	height: 22px;
	width: 26px;
	position: absolute;
	left: 8px;
}
.filter-icon
{
	background-image: url(../images/filter-icon.png);
	background-size: cover;
	display: inline-block;
	height: 22px;
	width: 22px;
}
.sort-icon
{
	background-image: url(../images/sort-icon.png);
	background-size: cover;
	display: inline-block;
	height: 22px;
	width: 22px;
}
.selectdiv-150px
{
	min-width:150px;
	width: 150px;
}
.selectdiv-wrapper
{
 width:150px;
}
.add-15px-margin
{
	margin-right:15px;
}
/* progress bar */
.review-comment-progress
{
height: 50px;
    overflow: hidden;
    background-color: #959595;
  border-top-left-radius: 4px;
	border-top-right-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	margin-bottom:-5px;
}
.overlay-progress-text
{
	position:absolute;
	left: 18px;
	top:15px;
  font-family: 'MaisonNeue', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.progress-bar-04a9b4
{
	background-color:#04a9b4;

}.progress-bar-ff6a5a
{
	background-color:#ff6a5a;
	
}
.progress-bar-959595
{
	background-color:#959595;
	
}
/* layout alignment */

.starrating-wrapper
{
	max-width:175px;
}

.wheretobuy-container > [class*='col-']:first-child {
	padding-left: 0px;
}
.wheretobuy-container > [class*='col-']:last-child {
	padding-right: 0px;
}
@media (min-width: 992px) {
.tester-gallery-wrapper > [class*='col-']:first-child] {
	
	padding-left: 0px;
}
.tester-gallery-wrapper > [class*='col-']:last-child] {
	
	padding-right: 0px;
}	
	
.tester-gallery-wrapper > [class*='col-']
	{
		padding-bottom:30px;
	}
}
/* taster gallery*/
.tester-gallery-height
{
	height: 415px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*tester gallery thumbnail nav */
.tester-gallery-nav
{
	height:60px;
}
.tester-gallery-nav .list-inline>li
{
	padding-left:1px;
	padding-right: 1px;
}
.tester-gallery-left-arrow img 
{
	padding-bottom: 15px;
    padding-top: 8px;
    padding-right: 15px;
	vertical-align:inherit;
}
.tester-gallery-right-arrow img 
{
	padding-bottom: 15px;
    padding-top: 8px;
    padding-left: 15px;
	vertical-align:inherit;
}
.tester-gallery-thumb
{
    width: 60px;
    height: 60px;
	background-size:cover;
}
.tester-gallery-nav-vid-icon
{
    position: relative;
    max-width: 500px;
}
.tester-gallery-nav-vid-icon i
{
	top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 9px;
    color: #fff;
    background-color: #3b1b74;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media (min-width: 320px) and (max-width: 768px) {
    .tester-gallery-height {
        height: 113px!important;
    }
}
@media (min-width: 769px) and (max-width: 919px) {
    .tester-gallery-height {
        height: 230px!important;
    }
}
@media (min-width: 920px) and (max-width : 1024px) {
    .tester-gallery-height {
        height: 250px!important;
    }
}

@media (min-width : 1024px) and (max-width : 1140px) {
    .tester-gallery-height  {
        height: 300px!important;
    }
}


