/*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;
}

/* #region Gallery Slider */
.gallery-with-text__wrapper {
	position: relative;
	display: flex;
	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 > a{
	height: 100%;
}

.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;
}
.gallery-with-text__container{
	position: relative;
}
/* #endregion Gallery Slider */

@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__card:not(:first-child) {
		border-top: none;
	}

	.gallery-with-text__card, 
	.gallery-with-text__media,
	.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);
		background-color: rgba(0,0,0,0.4);
	}
	.gallery-with-text__nav{
		display: none;
	}
}
@media screen and (max-width: 989px) {
	.gallery-with-text__wrapper .slick-dots{
		margin: 0;
  	z-index: 10;
		bottom:0;
	}
	.gallery-with-text__wrapper .slick-dots li button::before,
	.gallery-with-text__wrapper .slick-dots li.slick-active button::before{
		color: white;
	}
	.gallery-with-text__info{
		height: 240px;
	}
	.gallery-with-text__card {
		flex: 0 0 100%;
		width: 100%;
		position: relative;
		scroll-snap-align: start; 
		border-right: none!important;
	}
	.gallery-with-text__card .gallery-with-text__info{
		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: 18px;
	}
	.gallery-with-text__text p{
		font-size: 13px; 
	}
	.gallery-with-text__wrapper {
		margin-left: -15px;
		margin-right: -15px;
	}
	.gallery-with-text__button{
		max-width: 12rem;
	}
	.gallery-with-text__info{
		padding-left: 15px;
		padding-right: 15px;	
	}
}

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

.trustspot-inline-category{
    margin-bottom: 15px;
	height: 22px;
}
.trustspot-inline-product {
	height: 22px;
	margin-bottom: 10px;
}
.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;
}



#wrapper-newproducts .new-arrivals-carousel article.wrapper-thumbnail .thumbnail {
    margin-bottom: 5px;
}
#wrapper-newproducts .new-arrivals-carousel {
    margin-bottom: 0px;
}
.new-featuredproducts-carousel {
	margin-top: 50px;
}
#recent_sales_ticker.animated.fadeInLeft.fadeOutLeft {
    display: none;
}
.new-featuredproducts-carousel article.wrapper-thumbnail .thumbnail , #wrapper-newproducts .new-arrivals-carousel article.wrapper-thumbnail .thumbnail {
    margin-top: 5px;
}
@media (max-width: 991px) {
	.new-featuredproducts-carousel {
		margin-top: 20px;
	}
	section#wrapper-feat-categories {
		margin-bottom: 0px;
	}
}
/* @media (max-width: 479.98px) {
	.home-categories-sction {
		padding: 0px 15px;
		margin: 0px -22px;
	}
} */

.shop-by{
	padding-top: 40px;
	padding-bottom: 20px;
}
.shop-by-item{
	margin-bottom: 30px;
}
.shop-by-item h2{
	margin-bottom: 20px;
}
.shop-by-item > .row{
	margin-left: -8px;
	margin-right: -8px;
}
.shop-by-item > .row > .col-xs-4,
.shop-by-item > .row > .col-xs-6{
	padding-left: 8px;
	padding-right: 8px;
}

.shop-by-colour-item{
	display: block;
	text-decoration: none;
	aspect-ratio: 1;
	overflow: hidden;
	transition: box-shadow .15s ease-in-out;
}
.shop-by-colour-item:hover{
	box-shadow:4px 4px 10px rgba(0, 0, 0, 0.4);
}
.shop-by-colour-item img, .shop-by-theme-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shop-by-theme-item{
	display: block;
	text-decoration: none;
	transition: box-shadow .15s ease-in-out;
	text-align: center;
}
.shop-by-theme-item:hover{
	box-shadow:4px 4px 10px rgba(0, 0, 0, 0.2);
}
.shop-by-theme-item p{
	padding: 8px;
	margin: 0;
}

.secure-payment-methods{
	margin-top: 30px;
}
.description-seo{
	max-height: 250px;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
  position: relative;
}
.description-seo.open{
	max-height: 2000px;
	transition: max-height 0.25s ease-in;
}
.description-seo:not(.open)::after{
	position: absolute;
	content: '';
	left:0;
	right:0;
	bottom: 0;
	height: 50px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
}
.wrapper-upsells .thumbnail{
	margin-bottom: 0;
}
.wrapper-upsells .thumbnail form.buying-options input{
	display: none;
}
.wrapper-upsells .thumbnail button.addtocart{
	float: none;
	width: 100%;
}

#n_product .trustspot-widget-second-version .ts-product-widget-reviews-details{
	flex-wrap: wrap;
}
#n_product .trustspot-widget-second-version#trustspot-widget-wrapper{
	padding: 0!important;
}
#n_product .trustspot-widget-second-version .ts-product-widget-container{
	margin: 0;
}
#_jstl__buying_options .buying-options{
	display: flex;
}

@media (min-width: 768px) {
	.col-sm-20{
		width: 20%;
	}
}
@media (min-width: 992px) {
	.productdetails .description-seo{
		max-height: none;
	}
	.productdetails .description-seo::after, .productdetails .toggle-description-seo{
		display: none!important;
	}
}
@media (min-width: 1200px) {
	.main-image-wrapper{
		display: flex;
	}
	.main-image{
		width: 440px;
		order: 2;
	}
	.main-image-thumbnail{
		width: 80px;
		flex-shrink: 0;
		margin-right: 20px;
		order: 1;
	}
	.cts_slickNav .slick-list{
		margin: 0!important;
	}
	.cts_altImgWrapper.slick-slide{
		padding: 0;
	}
	#n_product .main-image-wrapper .slick-prev, #n_product .main-image-wrapper .slick-next{
		left: auto;
		right: auto;
		top: auto;
		transform: none;
		position: relative;
		margin:0 auto;
	}
	#n_product .main-image-wrapper .slick-prev{
		transform: rotate(90deg);
  	margin-bottom: 10px;
	}
	#n_product .main-image-wrapper .slick-next{
		transform: rotate(90deg);
		margin-top: 10px;
	}
	.wrapper-upsells .col-lg-2{
		width: 25%;
	}
}
@media (min-width: 1440px) {
	.main-image{
		width: 560px;
	}
}

@media (max-width: 1439px) {
	#n_product .ts-widget-avg-star{
		font-size: 28px;
	}
	#n_product .ts-product-widget-reviews-detail{
		min-width: auto;
	}
	#n_product .trustspot-widget-second-version .ts-product-widget-reviews-detail{
		padding-left: 10px;
		padding-right: 10px;
	}
	#n_product .trustspot-widget-second-version .ts-product-widget-reviews-detail .ts-widget-breakdown .progress-bar-widget{
		width: 140px;
	}
}
@media (max-width: 1199px) {
	.related-products-slider{
		margin-left: -8px;
		margin-right: -8px;
	}
	.wrapper-upsells .col-lg-2{
		padding-left: 8px;
		padding-right: 8px;
	}
	.related-products-slider .thumbnail .caption{
		padding: 10px 0 0;
	}
	#n_product #trustspot-widget-wrapper .ts-product-widget-header-right{
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.shop-by-colour-item, .shop-by-theme-item{
		margin-bottom: 16px;
	}
  .secure-payment-methods{margin-top: 0;}
}
