/** Shopify CDN: Minification failed

Line 200:18 Expected identifier but found whitespace
Line 201:3 Unexpected "{"
Line 202:10 Expected ":"
Line 1147:23 The "-" operator only works if there is whitespace on both sides

**/
.slick-arrow {
	border: 2px solid whitesmoke;
	transition: all 250ms;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px;
}
.slick-arrow:hover {
	border: 2px solid #c8c8c8;
}
.slick-prev {
	left: -55px;
}
.slick-next {
	right: -50px;
}
.slick-prev:before, .slick-next:before {
	background: white;
}
.slick-next:after, .slick-prev:after {
	left: 21px;
}
.align-self-center {
	align-self: center !important;
}
@media screen and (max-width:767px) {
	html, body {
		overflow-x: hidden !important;
	}
  .full-width-xs { width:100% !important; }
}
@media screen and (min-width:768px) and (max-width:1024px) {
  
   
	.slick-prev {
		left: -5px;
	}
	.slick-next {
		right: -5px;
	}
}
.slick-disabled {
	visibility: hidden !important;
}

h1, h2, h3, h4, h5, p {
	color: #2b2b2b;
}
/************** Home banners ***************/

.home-banner .wrapper .banner .btn-wrapper .shop-now:nth-child(2), .home-banner .wrapper .banner .btn-wrapper .shop-now:nth-child(3), .home-banner .wrapper .banner .btn-wrapper .shop-now:nth-child(4) {
	display: none;
}
.home-banner .wrapper {
	overflow: hidden;
	display: flex;
	position: relative;
	align-items: center;
}
.home-banner .wrapper .banner-title {
	position: absolute;
	text-align: center;
	width: 100%;
	font-weight: 700;
	color: white;
	font-size: calc(2.85em + 1vmin);
	text-shadow: rgb(0 0 0 / 83%) 0px 3px 8px
}
.home-banner .wrapper .banner {
	width: 33.33333%;
	float: left;
	height: calc(70vh);
	position: relative;
	object-fit: cover;
}
.home-banner .wrapper .banner .btn-wrapper {
	display: flex;
	justify-content: center;
}
.home-banner .wrapper .banner .shop-now {
	text-transform: uppercase;
	bottom: 50px;
	position: absolute;
	background-color: white;
	max-width: 90px;
	transition-property: background-color;
	transition-duration: 0.3s;
	font-size: 1rem;
	font-weight: 800;
	min-width: 190px;
	height: 50px;
	line-height: 49px;
	border-radius: 30px;
}
@media screen and (max-width:767px) {
	.home-banner .wrapper .banner-title {
		top: calc(25vh);
	}
	.home-banner .wrapper .banner-title {
		font-size: calc(2em + 1vmin);
	}
	.home-banner .wrapper .banner {
		width: 100%;
		float: left;
		height: calc(70vh);
	}
	.home-banner .wrapper .banner .shop-now {
		min-width: 160;
		height: 45px;
		line-height: 45px;
		min-width: calc(45vw);
		font-size: 0.93rem;
	}
	.home-banner .wrapper .banner:nth-child(2), .home-banner .wrapper .banner:nth-child(3) {
		display: none;
	}
	.home-banner .wrapper .banner .btn-wrapper .shop-now:nth-child(2), .home-banner .wrapper .banner .btn-wrapper .shop-now:nth-child(3), .home-banner .wrapper .banner .btn-wrapper .shop-now:nth-child(4) {
		display: block;
	}
	.home-banner .wrapper .banner .shop-now:nth-child(1) {
		left: 15px;
		bottom: 90px;
	}
	.home-banner .wrapper .banner .shop-now:nth-child(2) {
		right: 15px;
		bottom: 90px;
		left: auto
	}
	.home-banner .wrapper .banner .shop-now:nth-child(3) {
		bottom: 30px;
		left: 15px
	}
	.home-banner .wrapper .banner .shop-now:nth-child(4) {
		bottom: 30px;
		right: 15px;
		left: auto
	}
}
@media screen and (min-width:1801px) {
	.home-banner .wrapper .banner-title {
		font-size: calc(5em + 1vmin);
	}
}
@media screen and (min-width:1025px) and (max-width:1800px) {
	.home-banner .wrapper .banner {
		height: calc(50vh + 10vw);
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.home-banner .wrapper .banner-title {
		font-size: calc(1.5em + 1vmin);
	}
	.home-banner .wrapper .banner {
		height: calc(32vh);
	}
	.home-banner .wrapper .banner .shop-now {
		bottom: 15px; height:42px; line-height:42px; font-size:0.9rem;
	}

  
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {

	.home-banner .wrapper .banner {
		height: calc(32vh + 10vw);
	}
}
/* Landscape */

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

	.home-banner .wrapper .banner {
		height: calc(35vh);
	}
}

@media only screen and (min-width: 1400px)  {

	.home-banner .wrapper .banner {
		height: calc(30vh + 10vw);
	}
}

@media only screen and (min-width: 2000px)  {

	.home-banner .wrapper .banner {
		height: calc(33vh + 10vw);
	}
}

/************************Our Brands  **********************/

.home-brands {
	background-color: {
			{
			section.settings.bg_color
		}
	}
	;
}
.home-brands .mobile-slider {
	visibility: hidden;
	display: none;
}
.home-brands .wrapper {
	padding: 55px 0;
}
.home-brands .header-title {
	text-align: center;
	font-weight: 600;
	font-size: 2.1rem;
}
.home-brands .subtitle {
	text-align: center;
	font-weight: 500;
}
.home-brands .brand-container {
	padding: 10px;
	text-align: center;
}
.home-brands .brand-container .img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.home-brands .brand-container .txt {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 2px;
}
.home-brands #brand-slider {
	display: flex;
	transition: transform 1s ease-in-out;
}
@media screen and (max-width:767px) {
	.home-brands .header-title {
		font-size: 1.6rem;
	}
	.home-brands .slick-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.home-brands .slick-slide {
		margin: -10px;
		padding: 15px;
		width: calc(50vw) !important
	}
	.home-brands .brand-container .img {
		padding: 4px;
	}
}
/*************** Supplements you can trust *****************/

.home-about-business .title {
	font-weight: 600;
	font-size: 2.1rem;
	text-align: left;
}
.home-about-business .side-banner {
	height: 100%;
	width: 100%;
}
.home-about-business .list-option {
	display: flex;
	justify-content: flex-start;
	grid-gap: 20px;
	line-height: 1.5;
	margin-bottom: 18px;
}
.home-about-business .banner-container {
	position: relative;
}
.home-about-business .banner-container .overlayer {
	position: absolute;
	bottom: 25px;
	left: 82%;
	max-height: 120px;
}
.home-about-business .list-option .list-header {
	font-weight: 600;
	margin-bottom: 1px;
	font-size: 1.1rem;
	margin-top: 0;
}
.home-about-business .list-option .info {
	font-weight: 500;
	font-size: 0.98rem;
	margin: 0;
}
.home-about-business .right {
	padding: 0 70px 0 55px;
}
@media screen and (min-width:1800px) {
	.home-about-business .banner-container .overlayer {
		left: 90%;
	}
	.home-about-business .right {
		padding: 0 calc(10vw);
	}
	.home-about-business .list-option .sin {
		padding-bottom: 25px;
	}
}
@media only screen and (min-device-width: 800px) and (max-device-height: 1280px) and (min-resolution: 192dpi) and (-webkit-device-pixel-ratio:2) {
	.home-about-business .right {
		padding: 0 15px;
	}
	.home-about-business .banner-container .overlayer {
		left: 78%;
	}
}
@media screen and (max-width:767px) {
	.home-about-business {
		padding: 0;
	}
	.home-about-business .list-option {
		padding: 0 0 15px 0;
	}
	.home-about-business .right {
		padding: 0 25px;
	}
	.home-about-business .title {
		padding-bottom: 10px;
		font-size: 1.5rem;
		text-align: left;
	}
	.home-about-business .img {
		padding: 0;
	}
	.home-about-business .txt {
		padding: 25px 10px 5px 10px;
	}
	.home-about-business .list-option .info {
		font-size: 0.98rem;
	}
	.home-about-business .list-option .sin {
		padding-left: 13px;
	}
	.home-about-business .banner-container .overlayer {
		left: 78%;
		max-height: 90px;
		bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.home-about-business .title {
		font-size: 1.6rem;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.home-about-business .list-option {
		float: left;
	}
	.home-about-business .list-option .sin {
		padding-left: 10px;
		line-height: 1.1;
	}
	.home-about-business .list-option .info {
		font-size: 0.8rem;
	}
	.home-about-business .right {
		padding: 0 15px;
	}
	.home-about-business .banner-container .overlayer {
		left: 72%;
	}
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
	.home-about-business .title {
		margin-bottom: 18px;
	}
}
/************ Shop by Need ************/

.home-shop-by .wrapper {
	padding: 55px 0 0 0;
	overflow: hidden;
	position: relative;
}
.home-shop-by .slick-slide {
	padding: 9px;
}
.home-shop-by .slick-track {
	padding-bottom: 7px;
}
.home-shop-by .wrapper .title-header {
	text-align: left;
	font-weight: 600;
	font-size: 2.1rem;
	padding-left: 7px;
}
.home-shop-by .wrapper .subtitle-header {
	font-weight: 600;
	color: #2d55a8;
	margin: 3px 0;
	padding-left: 7px;
	font-size: 1.2rem;
}
.home-shop-by .wrapper .inner-list {
	max-width: 1320px;
	margin: 0 auto;
	margin-top: 10px;
}
.home-shop-by .wrapper .inner-list .img-wrapper {
	position: relative;
	margin-right: 5px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.home-shop-by .wrapper .inner-list .img-wrapper img {
	transition: transform 200ms ease-out 0s;
	transform-origin: center center;
	display: block;
	width: 100%;
  height:auto;
}
.home-shop-by .wrapper .inner-list .img-wrapper:hover img {
	transform: scale(1.05);
	transform-origin: 50% 50%;
	-webkit-transform: scale(1.05);
	/* WebKit */
	-moz-transform: scale(1.05);
	/* Mozilla */
	-o-transform: scale(1.05);
	/* Opera */
	-ms-transform: scale(1.05);
	/* Internet Explorer */
}
.home-shop-by .wrapper .inner-list .img-wrapper .btn {
	background-color: white;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.home-shop-by .wrapper .inner-list .img-wrapper .sector {
	background-color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	font-weight: 600;
	-webkit-transition: -webkit-transform 1s;
	transition: -ms-transform 1s;
	transition: transform 1s;
	color: #2b2b2b;
	font-size: 1.3rem;
}
.home-shop-by .wrapper .inner-list .img-wrapper .info-wrapper {
	position: absolute;
	top: 15px;
	left: 10px;
	line-height: 1;
}
.home-shop-by .wrapper .inner-list .img-wrapper .info-wrapper .name {
	font-weight: 600;
	font-size: 0.99rem;
	margin-bottom: 1px;
}
.home-shop-by .wrapper .inner-list .img-wrapper .info-wrapper .for {
	font-size: 0.99rem;
	margin-top: -4px;
}
@media screen and (max-width:767px) {
	.home-shop-by .wrapper .title-header {
		font-size: 1.6rem;
	}
	.home-shop-by .slick-track {
		margin-left: -30px;
	}
	.home-shop-by .wrapper .inner-list .img-wrapper .sector {
		font-size: 1.3rem;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.home-shop-by .wrapper .title-header {
		font-size: 1.6rem;
	}
  
  .home-shop-by .wrapper .inner-list .img-wrapper img {height:auto;}
}
@media screen and (min-width:1279px) {
	.home-shop-by #shop-by-list {
		display: flex;
	}
}
/************** Best Sellers ***************/

@media screen and (min-width:800px) {
	.home-seller #best-multi-list {
		display: flex;
	}
}
.home-seller .wrapper {
	padding: 30px 0;
}
.home-seller .wrapper .title-header {
	font-weight: 600;
	font-size: 2.1rem;
	padding-left: 7px;
}
.home-seller .wrapper .subtitle-header {
	font-weight: 600;
	color: #2d55a8;
	margin: 3px 0;
	padding-bottom: 15px;
	padding-left: 7px;
	font-size: 1.2rem;
}
.home-seller .wrapper .tab-wrapper {
	padding: 10px 0;
	border-bottom: 4px solid whitesmoke;
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.home-seller .wrapper .tab-wrapper .tab {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
	margin: -13px 30px;
	position: relative;
	padding: 0 30px 10px 30px;
	color: #656565;
	font-size: 1.2rem;
	transition: color 0.5s ease;
}
.home-seller .wrapper .tab-wrapper .tab:after  {
	content: '';
	transition: color 0.5s ease;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-color: whitesmoke;
	border-width: 0 0 3px;
	border-style: solid;
}
.home-seller .wrapper .tab-wrapper .active {
	color: #2b2b2b;
	transition: color 0.5s ease;
}
.home-seller .wrapper .tab-wrapper .active:after {
	content: '';
	transition: color 0.5s ease;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-color: #2b2b2b;
	border-width: 0 0 3px;
	border-style: solid;
}
.home-seller .wrapper .tab-wrapper .tab:hover {
	color: #464646;
	cursor: pointer;
	transition: color 0.5s ease;
}
.home-seller .wrapper .tab-wrapper .tab:hover:after {
	transition: color 0.5s ease;
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-color: #464646;
	border-width: 0 0 3px;
	border-style: solid;
}
.home-seller .wrapper .product {
	padding: 8px;
}
.home-seller .wrapper .product .product-name {
	font-weight: 600;
	font-size: 0.99rem;
	text-align: left;
	margin-top: 8px;
	margin-bottom: 1px;
}
.home-seller .wrapper .product .money {
	margin: 2px 0
}
.home-seller .wrapper .product img {
	max-width: 300px;
	padding: 40px;
   width:100%;
  height:100%;
}
.home-seller .show-section {
	visibility: visible;
	opacity: 1;
	animation: fadeIn 1s;
	-webkit-animation: fadeIn 1s;
	-moz-animation: fadeIn 1s;
	-o-animation: fadeIn 1s;
	-ms-animation: fadeIn 1s;
	transition: 0.1s all;
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 1s
}
.home-seller .hide-section {
	visibility: hidden;
	opacity: 0;
	transition: 0.1s all;
	-webkit-animation-duration: 1s
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.home-seller .section-wrapper {
	position: relative;
}
.home-seller #single-section {
	position: absolute;
	top: 0;
}
.home-seller .section-wrapper .section {
	width: 100%;
}
@media screen and (max-width:767px) {
	.home-seller .wrapper {
		padding: 20px 0 30px 0;
	}
	.home-seller .wrapper .title-header {
		font-size: 1.6rem;
	}
	.home-seller .subtitle-header {
		padding-bottom: 3px;
	}
	.home-seller .wrapper .product img {
		max-width: 100%;
		padding: 10px;
	}
	.home-seller .wrapper .product .product-name {
		font-size: 0.9rem;
	}
	.home-seller .wrapper .tab-wrapper {
		margin-top: 15px;
		margin-left: -5px;
	}
	.home-seller .wrapper .tab-wrapper .tab {
		font-size: 1rem;
		text-align: center;
		width: 50%;
		margin: -13px 3px;
		padding: 0 1px 10px 1px;
	}
}
@media screen and (min-width:1025px) and (max-width:1200px) {
	.home-seller .product img {
		max-width: 220px !important;
	}
}
@media screen and (min-width:1201px) and (max-width:1400px) {
	.home-seller .product img {
		max-width: 270px !important;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.home-seller .wrapper .title-header {
		font-size: 1.6rem;
	}
	.home-seller #best-multi-list {
		display: inline-grid;
	}
	.home-seller .product img {
		max-width: 250px !important;
	}
	.home-seller .slick-slide {
		width: 245px !important;
	}
	.home-seller .slick-track {
		width: 4000px !important;
	}
}
@media only screen and (min-device-width: 800px) and (max-device-height: 1280px) and (min-resolution: 192dpi) and (-webkit-device-pixel-ratio:2) {
	.home-seller #best-multi-list {
		display: inline-grid;
	}
	.home-seller .product img {
		max-width: 250px!important;
	}
	.home-seller .slick-slide {
		width: 250px !important;
	}
	.home-seller .slick-track {
		width: 4000px !important;
	}
}
/***********************/

.home-media .slick-section {
	padding: 25px;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}
.home-media .media-message {
	font-size: 1.5rem;
	font-weight: 600;
}
.home-media .mobile-icon {
	display: none;
}
.home-media .slick-dots {
	display: none !important;
}
.home-media .media-img-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	grid-gap: 10%;
}
.home-media .media-img-wrapper .media-img .media_icon {
	opacity: 0.5;
}
.home-media .media-img-wrapper .media-img .media_icon:hover {
	opacity: 1;
	cursor: pointer;
}
.home-media .media-img-wrapper .media-img {
	padding: 5px 15px;
}
.home-media .media-img-wrapper .media-img .media_icon.yes {
	opacity: 1 !important;
}
@media screen and (max-width:767px) {
	.home-media .slick-section {
		padding: 15px 20px 0 20px;
	}
	.home-media .mobile-icon {
		display: block;
		margin: 0 auto;
		width: 150px;
	}
	.home-media .media-img-wrapper {
		display: none;
	}
	.home-media .slick-section {
		width: 100%;
	}
	.home-media .media-message {
		font-size: 1.3rem;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {

.home-media .media-img-wrapper .media-img {
	padding: 0;
}
}

/***********************/

.home-ambas .wrapper {
	padding: 35px 0 85px 0;
}
.home-ambas .slick-slide {
	padding: 8px;
}
.home-ambas .wrapper .title-header {
	padding-bottom: 15px;
	padding-left: 7px;
	text-align: left;
	font-weight: 600;
	font-size: 2.1rem;
}
.home-ambas .wrapper .inner-list {
	max-width: 1320px;
	margin: 0 auto;
}
.home-ambas .wrapper .inner-list .img-wrapper {
	position: relative;
	margin-right: 5px;
	overflow: hidden;
}
.home-ambas .wrapper .inner-list .img-wrapper .btn {
	background-color: white;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 0.85rem;
}
.home-ambas .wrapper .inner-list .img-wrapper .info-wrapper {
	position: absolute;
	bottom: 0px;
	left: 0px;
	line-height: 1;
	background-color: whitesmoke;
	width: 100%;
	padding: 0 20px;
}
.home-ambas .wrapper .inner-list .img-wrapper .img_layer img {
	transition: transform 200ms ease-out 0s;
	transform-origin: center center;
	display: block;
  height:100%;
  width:100%;
}
.home-ambas .wrapper .inner-list .img-wrapper .img_layer:hover img {
	transform: scale(1.05);
	transform-origin: 50% 50%;
	-webkit-transform: scale(1.05);
	/* WebKit */
	-moz-transform: scale(1.05);
	/* Mozilla */
	-o-transform: scale(1.05);
	/* Opera */
	-ms-transform: scale(1.05);
	/* Internet Explorer */
}
.home-ambas .wrapper .inner-list .img-wrapper .info-wrapper .name {
	font-weight: 700;
	font-size: 1.1rem;
	margin-bottom: 1px;
}
.home-ambas .wrapper .inner-list .img-wrapper .info-wrapper .for {
	font-size: 0.99rem;
	margin-top: -4px;
}
@media screen and (max-width:767px) {
	.home-ambas .wrapper {
		padding: 50px 0 50px 0;
	}
	.home-ambas .slick-track {
		margin-left: -30px;
	}
	.home-ambas .wrapper .title-header {
		font-size: 1.6rem;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.home-ambas .wrapper .title-header {
		font-size: 1.6rem;
	}
}
/******************************/

.home-know .wrapper .btn {
	background-color: white;
}
.home-know .wrapper .txt-area .title {
	text-align: left;
	margin-top: 10px;
	font-weight: 600;
	font-size: 2.1rem;
}
.home-know .wrapper .txt-area {
	padding: 50px;
}
.home-know .wrapper .display-flex {
	display: flex;
	align-items: center;
}
.home-know .wrapper .img-wrapper img {
	height: 100%;
	width: 100%;
}
@media screen and (max-width:767px) {
	.home-know .wrapper {
		padding-bottom: 35px;
	}
	.home-know .wrapper .btn {
		font-size: 0.93rem;
	}
	.home-know .wrapper .txt-area .title {
		font-size: 1.6rem;
	}
	.home-know .wrapper .txt-area .txt {
		font-size: 0.98rem;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.home-know .wrapper .txt-area {
		padding: 0 50px;
	}
	.home-know .wrapper .txt-area .title {
		margin-top: 25px;
		margin-bottom: 5px;
	}
	.home-know .wrapper .p-xs-0 {
		padding: 0 !important;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.home-know .wrapper .txt-area {
		padding: 0 4px 0 15px;
	}
	.home-know .wrapper .txt-area .title {
		font-size: 1.6rem;
		margin-bottom: 6px;
	}
	.home-know .wrapper .txt-area .txt {
		font-size: 0.8rem;
	}
	.home-know .wrapper .btn {
		height: 32px;
		line-height: 32px;
	}
}
@media screen and (min-width:1700px) {
	.home-know .wrapper .txt-area {
		padding: calc(10vw);
	}
}
/***********************/

.trustpilot_service {
	width: 135px;
	display: table;
	display: none;
	padding-bottom: 8px;
	height: 30px;
	width: 100%;
	position: relative;
}
.trustpilot-underlayer {
	background: rgb(226, 226, 226);
	height: 18px;
	width: 99px;
	z-index: 1;
	position: absolute;
}
.trustpilot-overlayer {
	width: 99px;
	height: 18px;
	z-index: 4;
	position: absolute;
}
.trustpilot-review {
	position: absolute;
	padding: 3px;
	font-size: 0.80em;
	left: 100px;
	color: grey;
}
.reviews-service-wrapper {
	background-color: white;
}
.reviews-service-wrapper {
	padding: 25px 0;
}
.reviews-service-container {
	min-height: 350px;
	position: relative;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.reviews-service-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}
.review-score {
	padding: 0 0 0 5px;
}
.review-score-star {
	padding: 0 0 0 5px;
	margin-top: 25px;
	display: flex;
	max-width: 135px;
}
.review-score-write {
	text-align: right;
	padding: 0;
}
.review-score-write p {
	font-weight: 500;
	font-size: 0.80em;
	line-height: 0.8em;
	text-align: right;
	margin: 0;
}



.reviews-service-based {
	font-size: 0.80em;
	font-weight: 500;
	padding-left: 10px;
}
.reviews-service-title h3 {
	font-size: 2.1rem;
	text-align: left;
	width: 100%;
	font-weight: 600;
	padding-left: 7px;
}
.reviews-service-container .review-score_total {
	font-size: 1rem;
	font-weight: 900;
}
.reviews-service-container .reviews {
	padding: 15px 0;
}
.reviews-service-container .slick-slide {
	padding: 5px;
}
.reviews-service-container .reviews .slick-arrow {
	border: 1px solid #fafafa;
}
.reviews-service-container .reviews .slick-next {
	right: -2%;
}
.reviews-service-container .reviews .slick-prev {
	left: -2%;
}
.reviews-service-container .review {
	background-color: white;
	padding: 15px;
	border: 1px solid #eeeded;
	background-color: #f6f6f6;
	border-radius: 5px;
}
.reviews-service-container .review-name {
	font-weight: 600;
	padding-left: 5px;
}
.review-verified {
	font-size: 0.65em;
	color: #646464;
	font-weight: normal;
}
.review-star {
	display: block;
	height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.reviews-service-container .review-content {
	display: block;
	padding: 10px 5px;
	overflow-y: auto;
	height: 180px;
}
.reviews-service-container .review-content p {
	font-size: 0.9em;
}
.review-date {
	font-size: 0.75em;
	font-weight: 500;
	padding: 5px;
	color: gray;
	bottom: 10px;
}
.reviews-service-container .review-star-underlayer {
	background-color: black;
	width: 100px;
	height: 19px;
	z-index: 2;
	position: absolute;
}
.reviews-service-container .review-star-img {
	height: 20px;
	z-index: 4;
	position: absolute;
}
.review-content::-webkit-scrollbar {
	width: 3px;
}
.review-content::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.review-content::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.review-trust-logo {
	margin-top: 8px;
	max-height: 45px;
	padding-bottom: 8px;

}
@media (max-width: 767px) {
	.reviews-service-wrapper {
		padding: 15px 0;
	}
	.trustpilot_service {
		width: 102px;
	}
	.reviews-service-container {
		min-height: 100%;
	}
	.reviews-service-container .review-score {
		padding: 0 10px;
	}
	.reviews-service-title h3 {
		padding-bottom: 15px;
		font-size: 1.5rem;
	}
	.review-score-star {
		margin-top: 0;
		padding: 0;
	}
	.reviews-service-based {
		padding: 0 0 0 5px;
	}
	.review-score-write p {
		line-height: 1.4em;
		margin-top: -0.1em;
	}
	.reviews .slick-arrow {
		margin-top: calc(104%-40px)!important;
	}
	.review-trust-logo {
		max-height: 40px;
       height:100%; 
	}
	.reviews-service-container .reviews .slick-slide {
		padding: 25px;
	}
	.reviews {
		padding: 0px !important;
	}
}
@media screen and (min-width:768px) and (max-width:1024px) {
	.reviews-service-title {
		font-size: 1.5rem;
	}
}