/*Css about custom page*/
#about-us-page .block {
	margin-bottom: 40px
}

@media only screen and (min-width: 992px) {
	#about-us-page .block {
		margin-bottom:80px
	}
}

#about-us-page .d-flex{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
#about-us-page .d-flex .mb-5{
	margin-bottom: 30px;
}
#about-us-page .banner-wrap {
	text-align: center
}


#about-us-page .banner-wrap img {
	max-width: 100%;
	width: 100%
}

#about-us-page .h1 {
	font-size: 32px;
	font-weight: 500;
	line-height: 42px;
	margin-bottom: 48px;
	text-align: center
}

#about-us-page .h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 36px
}

#about-us-page h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 0
}

#about-us-page p {
	font-size: 15px;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 0
}

#about-us-page .block1 {
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

#about-us-page .block1 img{
	padding: 35px;
}


@media only screen and (min-width: 992px) {
	#about-us-page .block1 {
		-webkit-box-orient:horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}
}

#about-us-page .block1 .text-block,#about-us-page .block1 img {
	width: 100%
}

@media only screen and (min-width: 992px) {
	#about-us-page .block1 .text-block,#about-us-page .block1 img {
		width:50%
	}
}

#about-us-page .block1 h3 {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	margin-bottom: 16px
}

@media only screen and (min-width: 992px) {
	#about-us-page .block1 h3 {
		font-size:28px;
		line-height: 36px
	}
}

#about-us-page .block1 .item {
	margin-bottom: 24px;
	margin-right: 0
}

@media only screen and (min-width: 992px) {
	#about-us-page .block1 .item {
		font-size:40px;
		margin-right: 60px
	}
}

#about-us-page .block-bg {
	background-color: #f8f8f8;
	padding: 68px 0
}

@media only screen and (max-width: 1440px) {
	#about-us-page .block-bg .container{
		width: 100%;
	}
}

#about-us-page .block-bg .p-0{
	padding-left: 0px;
	padding-right: 0px;
}
@media only screen and (min-width: 768px) {
	#about-us-page .block-bg {
		padding:68px 15px
	}
}

#about-us-page .block2 .item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	background: #fff;
	border: 1.5px solid #dadada;
	border-radius: 16px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.25);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.25);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	padding: 24px
}

#about-us-page .block2 .item hr {
	background-color: #dadada;
	margin: 24px auto;
	width: 100%
}

#about-us-page .block3 {
	margin-left: auto;
	margin-right: auto;
	max-width: 680px;
	text-align: center;
	width: 100%
}

#about-us-page .block3 hr {
	border-color: #999;
	margin: 48px auto;
	width: 150px
}

#about-us-page .block3 p {
	margin-bottom: 24px
}

/*Why page custom*/
#why-buy-from-us-page ul{
	list-style: none ;
}
#why-buy-from-us-page .tp-title-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: #f8f2fb no-repeat 100%;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	padding: 25px
}

#why-buy-from-us-page .tp-title {
	background-color: #fff;
	border-radius: 50px;
	color: #580a58;
	display: inline;
	font-size: 28px;
	margin: 0;
	padding: 10px 20px;
	text-align: center
}

#why-buy-from-us-page .section-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	align-items: center;
	background-color: #f0f6e9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	justify-content: space-evenly;
	margin-bottom: 25px;
	padding: 30px 10px;
	position: relative
}

@media only screen and (min-width: 992px) {
	#why-buy-from-us-page .section-wrap {
		-webkit-box-align:start;
		-ms-flex-align: start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		align-items: flex-start;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 30px
	}
}

#why-buy-from-us-page .section-wrap .text-content {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: normal;
	margin-top: 15px;
	text-align: center
}

#why-buy-from-us-page .section-wrap .text-content .title {
	font-size: 30px;
	letter-spacing: normal;
	line-height: 1.5;
	color: #000;
}

#why-buy-from-us-page .section-wrap .text-content .sub-title {
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 1;
	color: #000;
}

#why-buy-from-us-page .section-wrap .text-content .text {
	line-height: 1;
	margin-top: 15px;
	color: #000;
}

#why-buy-from-us-page .section-wrap .text-content .text li {
	margin: 15px 0
}

#why-buy-from-us-page .section-wrap .text-content a {
	font-size: 12px
}

#why-buy-from-us-page .section-wrap .image {
	max-width: 210px
}

#why-buy-from-us-page .section-wrap .image img {
	width: 100%
}

#why-buy-from-us-page .section-wrap:nth-child(even) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (min-width: 992px) {
	#why-buy-from-us-page .section-wrap:nth-child(even) {
		-webkit-box-orient:horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse
	}
}

#why-buy-from-us-page .reviews-container {
	position: relative
}

#why-buy-from-us-page .anchor {
	position: absolute;
	top: -65px
}

@media only screen and (min-width: 992px) {
	#why-buy-from-us-page .anchor {
		top:-210px
	}
}

@media only screen and (min-width: 1200px) {
	#why-buy-from-us-page .anchor {
		top:-150px
	}
}


/* Gallery Slider custom */
.border-wrapper{
	border-top: 1px solid #1c181a4d;
}

.gallery-with-text__wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.gallery-with-text__card {
	display: flex;
	flex-direction: column;
	position: relative;
	flex: 0 0 100%;
	transition: flex 0.8s cubic-bezier(0.29, 0, 0.2, 1);
	will-change: flex;
	overflow: hidden;
	height: auto;
}
.gallery-with-text__card:not(:last-child) {
	border-right: 1px solid #fff;
}
.gallery-with-text__card:not(:first-child) {
	border-top: 1px solid #fff;
}
.gallery-with-text__card:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.gallery-with-text__media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.gallery-with-text__media img,
.gallery-with-text__media svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.gallery-with-text__info {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 4rem;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
}
.gallery-with-text__info-item {
	max-width: 44rem;
	overflow: hidden;
}
.gallery-with-text__info-title {
	margin-bottom: 1rem;
}
.gallery-with-text__button {
	margin-top: 3rem;
	z-index: 3;
}
.gallery-with-text__title {
	position: absolute;
	left: 2rem;
	top: 2rem;
	margin: 0;
	transform: rotate(180deg);
	writing-mode: vertical-rl;
	z-index: 2;
}
.gallery-with-text__card .link--overlay {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	z-index: 2;
}
.gallery-with-text__card .link--overlay.active {
	pointer-events: all;
}
@media screen and (min-width: 750px) {
	.gallery-with-text__card {
		flex: 0 0 50%;
	}
	.gallery-with-text__card:not(:last-child) {
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
	}
}
@media screen and (min-width: 990px) {
	.gallery-with-text__wrapper {
		flex-wrap: nowrap;
	}
	.gallery-with-text__card:not(:first-child) {
		border-top: none;
	}
	.gallery-with-text__card,
	.gallery-with-text__media {
		height: 500px;
	}
	.gallery-with-text__media img,
	.gallery-with-text__media svg {
		height: 500px;
	}
	.gallery-with-text__card.active {
		flex: 4;
	}
	.gallery-with-text__card {
		flex: 1;
	}
	.gallery-with-text__info {
		opacity: 0;
	}
	.gallery-with-text__card.active .gallery-with-text__info {
		opacity: 1;
		transition: 0.5s 0.8s cubic-bezier(0.29, 0, 0.2, 1);
		background-color: rgba(0,0,0,0.4);
	}
}
@media(max-width: 767px){
	.gallery-with-text__title.subtitle{
		display: none;
	}
	.gallery-with-text__info-title{
		font-size: 18;
	}
	.gallery-with-text__text p{
		font-size: 13px; 
	}
}


.gallery-with-text__wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

.gallery-with-text__wrapper .link {
	cursor: pointer;
	display: inline-block;
	border: none;
	box-shadow: none;
	text-decoration: underline;
	text-underline-offset: 0.3rem;
	background-color: transparent;
	font-size: 1.4rem;

}
.gallery-with-text__card {
	display: flex;
	flex-direction: column;
	position: relative;
	flex: 0 0 100%;
	transition: flex 0.8s cubic-bezier(.29, 0, .2, 1);
	will-change: flex;
	overflow: hidden;
	height: auto;
}

.gallery-with-text__card:not(:last-child) {
	border-right: 1px solid #fff;
}

.gallery-with-text__card:not(:first-child) {
	border-top: 1px solid #fff;
}

.gallery-with-text__card:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(5,5,5,0.25);
	z-index: 1;
}

.gallery-with-text__media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


.gallery-with-text__media img,
.gallery-with-text__media svg {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.gallery-with-text__info {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 4rem 5rem;
}

.gallery-with-text__info-item {
	max-width: 44rem;
	overflow: hidden;
	z-index: 99;
}

.gallery-with-text__info-title {
	margin-bottom: 1rem;
	color: #fff;
}

.gallery-with-text__button {
	margin-top: 3rem;
	z-index: 3;
	max-width: 20rem;
	color: #fff;
}
.gallery-with-text__text{
	color: #fff;
}


.gallery-with-text__title {
	position: absolute;
	color: #fff;
	left: 2rem;
	top: 2rem;
	margin: 0;
	transform: rotate(180deg);
	writing-mode: vertical-rl;
	z-index: 99;
	text-shadow: 0px 0px 15px rgba(0,0,0,0.9);
}

.gallery-with-text__card .link--overlay {
	display: block;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	z-index: 2;

}

.gallery-with-text__card .link--overlay.active {
	pointer-events: all;
}

@media screen and (min-width: 750px) {
	.gallery-with-text__card {
		flex: 0 0 50%;
	}

	.gallery-with-text__card:not(:last-child) {
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
	}
}

@media screen and (min-width: 990px) {
	.gallery-with-text__wrapper {
		flex-wrap: nowrap;
	}

	.gallery-with-text__card:not(:first-child) {
		border-top: none;
	}

	.gallery-with-text__card {
		height: 500px;
	}

	.gallery-with-text__media {
		height: 500px;
	}

	.gallery-with-text__media img,
	.gallery-with-text__media svg {
		height: 500px;
	}

	.gallery-with-text__card.active {
		flex: 4;
	}

	.gallery-with-text__card {
		flex: 1;
	}

	.gallery-with-text__info {
		opacity: 0;
	}

	.gallery-with-text__card.active .gallery-with-text__info {
		opacity: 1;
		transition: 0.5s 0.8s cubic-bezier(.29, 0, .2, 1);
	}
}

@media(max-width: 767px){
	.gallery-with-text__button{
		max-width: 12rem;
	}
}

@media (max-width: 749.5px) {
	.gallery-with-text__media{
		position: relative;
	}
	.gallery-with-text__media a {
		position: relative;
		z-index: 3;
	}
	.gallery-with-text__info{
		align-items: start;
		padding: 2rem 0;
	}
	.gallery-with-text__button{
		margin-top: 1rem;
	}
	.gallery-with-text__card::before{
		background: transparent;
	}
	.gallery-with-text__media::before{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(5,5,5,0.25);
		z-index: 1;
	}
	.gallery-with-text__info{
		text-shadow: none;
	}
	.gallery-with-text__info-title, .gallery-with-text__text{
		color: #111;
	}
	.gallery-with-text__info-item{
		max-width: 100%;
	}
}

#recent_sales_ticker{
	z-index: 9999 !important;
}

.trustspot-inline-category{
    margin-bottom: 15px;
	height: 22px;
}
.trustspot-inline-product {
	height: 22px;
}
.blog-page-description img{
	max-width: 100% !important;
	height:auto !important;
	float: none !important;
}

.wrapper-thumbnail .ts-reviews-rating .ts-reviews-rating-options {
	display: none;
}