@charset "utf-8";
/* CSS Document */
/* 3 segment pop up */

.seg-3-pop {
	background-color: #fff;
	display: inline-block;
	float: left;
	height: 300px;
	margin-bottom: 10px;
	width: 32.6%;
}
.pop-margin {
	margin: 205px auto auto;
}
.pop-header {
	background-color: rgba(255, 255, 255, 0.8);
	height: 100%;
	padding: 10px;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.pop-header-blackout {
	background-color: rgba(0,0,0,0.80);
	height: 100%;
	padding: 10px;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.pop-sub-copy {
	color: #000;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
}
.pop-sub-blackout {
	color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
	font-style: normal;
}
.pop-header-blackout h1 {
	color: #fff;
font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
}
.pop-header-blackout p {
	border-top: 1px dashed #fff;
	color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: auto;
	padding-bottom: 10px;
	text-align: center;
	width: 70px;
}
.pop-header h1 {
	color: #000;
font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
}
.pop-header p {
	border-top: 1px dashed #000;
	color: #000;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: auto;
	padding-bottom: 10px;
	text-align: center;
	width: 70px;
}
a:hover .pop-header {
	background-color: rgba(255, 255, 255, 0.70);
	margin-top: 0px;
	width: 100%;
	height: 100%;
	top: 0;
	margin-left: 0%;
}
a:hover .pop-header-blackout {
	background-color: rgba(0,0,0,0.70);
	margin-top: 0px;
	width: 100%;
	height: 100%;
	top: 0;
	margin-left: 0%;
}
a:hover .pop-margin h1 {
	margin-top: 0px;
}



.seg-sub-above {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-style: normal;
}
.section-header h1 {
	border-bottom: 1px dashed #000;
	color: #000;
font-family: 'Nunito Sans', sans-serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 30px;
	padding: 25px;
	text-align: center;
	width: 100%;
}
/*! START 2-seg CSS */
.dorma-logo-position {
	margin-left: 5px;
	position: absolute;
	top: 5px;
	width: 150px;
}
.shop-by-collection-head {
	border: 1px dashed #000;
	padding: 40px 40px 20px 40px;
	width: 100%;
	margin-bottom: 20px;
}
.shop-by-collection-head p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	font-style: normal;
}
.half-seg {
	float: left;
	height: 340px;
	width: 49.4%;
	background-size: cover;
}
.collection-left {
	margin-right: 10px;
	filter: grayscale(0%);
}
.collection-right {
	margin-right: 0px;
	filter: grayscale(0%);
}
.collection-left, .collection-right {
	transition: ease .2s;
	filter: grayscale(0%);
}
.shop-by-collection-header {
	background-color: rgba(255, 255, 255, 0.8);
	margin: 270px auto auto;
	padding: 0;
	width: 100%;
}
a:hover .shop-by-collection-header {
	background-color: rgba(255,255,255, 1);
}
.two-seg-header h1 {
	color: #000;
font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: center;
}
.two-seg-header p {
	border-top: 1px dashed #000;
	color: #000;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: auto;
	padding-bottom: 10px;
	text-align: center;
	width: 70px;
}
/*! START POS CSS */

.category-page-sub-heading {
	color: #3f9c35;
font-family: 'Nunito Sans', sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 45px;
}
.half-seg-pos {
	background-color: rgba(129, 59, 197, 1);
	float: left;
	height: 300px;
	width: 49.4%;
}
.star-buy {
	background-size: cover;
	margin-right: 10px;
}
.new {
	background-size: cover;
}
.pos-icon {
	margin: auto;
	text-align: center;
	width: 15px;
}
.new-header {
	background-color: rgba(0,97,199,0.8);
	width: 60%;
	margin: 94px auto auto;
	padding: 10px;
}
.star-buy-header {
	background-color: rgba(31, 139, 19, 0.8);
	margin: 94px auto auto;
	padding: 10px;
	width: 60%;
}
.new-header:hover {
	width: 100%;
	height: 100%;
	margin: 0;
	padding-top: 104px;
}
.star-buy-header:hover {
	width: 100%;
	height: 100%;
	margin: 0;
	padding-top: 104px;
}
.pos-header h1 {
	color: #fff;
font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
}
.pos-header p {
	border-top: 1px dashed #fff;
	color: rgba(255,255,255,1.00);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: auto;
	padding-bottom: 10px;
	width: 70px;
	text-align: center;
}
/*! END POS CSS */




/*! START TREND CSS */
.category__block__container {
	margin-bottom: 30px;
}
.category .espot {
	margin-bottom: 0em;
}
#trends-main-header {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 1em;
}
.trends-header {
	text-decoration: none;
}
.trend-cta {
	margin-top: 20px;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	margin: 0;
font-family: 'Nunito Sans', sans-serif;
		font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-top: 20px;
	color: #fff;
	text-decoration: none;
}
.trend-cta a {
	text-decoration: none;
	color: #fff;
}
.trends-header.new-purity {
	background-color: #8e969f!important;
font-family: 'Nunito Sans', sans-serif;
	background-size: cover;
}
.trends-header-image {
	float: right;
	width: 51%;
}
.espot__lh-nav li + li {
	margin-left: 0px !important;
}
.espot__lh-nav {
	width: 51%;
	padding: 40px;
}
.new-purity .espot__lh-nav {
	background-color: rgba(142, 150, 159, 0.9);
	border-right: 24px solid #afb5bb;
	transition: all 0.9s ease 0s;
}
.new-purity .espot__lh-nav:hover {
	background-color: rgba(79, 79, 79, 0.85);
	border-right: 24px solid rgba(57,56,56,1.00);
}
.trends-header h3 {
	color: #fff;
font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin: 0 0 30px;
	text-align: center;
}
.trends-header p {
	color: #fff;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 22px;
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}
/*! END TREND CSS */




/*! START BUYING GUIDE CSS */
.bg-img {
	position: relative;
	width: 35px;
	text-align: center;
}
.bg-bg-colour {
	background-color: rgba(63, 156, 53, 0.8);
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px;
}
.buying-guide-segment {
	background-size: cover;
	width: 32.6%;
	height: 400px;
	float: left;
	margin-bottom: 10px;
}
.bg-1-seg-third {
	margin-right: 10px;
}
.bg-2-seg-third {
	margin-right: 10px;
}
.bg-3-seg-third {
}
.buying-guide-segment-sub-header {
	color: #fff;
font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: overline;
	text-align: center;
	padding-bottom: 10px
}
.bg-content-section {
	background-color: rgba(255,255,255,0.9);
font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	color: rgba(0,0,0,1.00);
}
.bg-content-section:hover {
	background-color: rgba(255,255,255,1);
}
.bg-content-section h1 {
	text-align: center;
font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
	padding: 10px;
}
.buying-guide-segment-para {
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 300;
	font-size: 13px;
	font-style: normal;
	line-height: 15px;
	padding: 0;
}
/*! END BUYING GUIDE CSS */



/*! START FULL WIDTH CTA CSS */

.full-width-cta {
	border: 1px solid rgba(0, 0, 0, 0.61);
	margin-bottom: 0;
	margin-top: -20px;
	padding: 20px;
	transition: all 0.6s ease 0s;
	width: 100%;
}
.full-width-cta:hover {
	background-color: rgba(205,205,205,0.2);
	border: solid 1px #fff;
}
.full-width-cta h3 {
	color: #000;
	text-align: center;
font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	font-weight: lighter !important;
}
.full-width-cta a {
	text-decoration: none;
}
/*! END FULL WIDTH CTA CSS */




/*! START MAISONRY SEGMENT CSS */

.new-segement-1 {
	width: 66%;
	float: left;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.new-segement-1.seg-70-left {
	z-index: 30;
	background-size: cover;
}
.new-segement-2 {
	width: 32.9%;
	float: left;
	height: 300px;
	margin-bottom: 10px;
}
.new-segement-2.seg-30-right {
	background-size: cover;
}
.new-segement-3 {
	width: 32.9%;
	float: left;
	height: 300px;
	margin-bottom: 0px;
}
.new-segement-3.seg-70-left {
	background-size: cover;
}
.new-segement-4 {
	width: 66%;
	float: left;
	height: 300px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.new-segement-4.seg-30-right {
	background-size: cover;
}
.new-segement-5 {
	float: left;
	height: 300px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	width: 66%;
}
.new-segement-5.seg-70-left {
	filter: grayscale(30%);
	background-size: cover;
}
.new-segement-6 {
	float: left;
	height: 300px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 32.9%;
}
.new-segement-6.seg-30-right {
	filter: grayscale(30%);
	background-size: cover;
}
.segment-header {
	color: #333;
	text-align: center;
	-webkit-transition: all 0s ease;
	transition: all 0s ease;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: rgba(34,33,33,0.2) 5px;
}
.long-seg {
	margin-left: 30%;
	margin-top: 112px;
	width: 40%;
}
.short-seg {
	width: 80%;
	margin-left: 10%;
	margin-top: 112px;
}
.segment-header h1 {
	color: rgba(0, 0, 0, 1);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 28px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.segment-header p {
	border-top: 1px dashed #000;
	color: rgba(0, 0, 0, 1);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	margin: auto;
	padding-bottom: 10px;
	width: 70px;
}
a:hover .segment-header {
	background-color: rgba(255, 255, 255, 0.70);
	margin-top: 0px;
	width: 100%;
	height: 100%;
	top: 0;
	margin-left: 0%;
}
a:hover .segment-header h1 {
	padding-top: 122px
}
.two-seg-header .new-tag, #lightSlider .new-tag {
	background-color: #006ab6;
	padding: 0px 7px;
	color: #fff;
	font-weight: bold;
	font-size: 19px;
	/*margin-left: -63px;*/
	margin-right: 5px;
}
/*! END MAISONRY SEGMENT CSS */


/*! START SLIDER CSS */

.shop-slider-span {
	border-top: 1px dashed #000;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 2px;
	padding-left: 15px;
	padding-right: 15px;
}
.category .image-segment__list > div {
	border: none!important;
}
body {
	background-color: transparent;
	color: #333;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1em;
	line-height: 20px;
	width: 100%;
}
html, body, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, blockquote, th, td, ul, ol {
	margin: 0;
	padding: 0;
}
* {
	box-sizing: border-box;
}
*::-moz-placeholder {
}
*::-moz-selection {
 background: #50c044 none repeat scroll 0 0;
 text-shadow: none;
}
html {
	font-size: 100%;
}
.slide-overlay-header {
	background-color: rgba(255, 255, 255, 0.9);
	border: 0 solid #ccc;
	color: #000;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 28px;
	margin-left: 10%;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 6.5%;
}
.slide-overlay-header:hover {
	background-color: rgba(255, 255, 255, 1);
}
.slide-overlay-sub {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: lighter !important;
	background-color: rgba(255,255,255,0.6);
	color: #000;
	font-size: 18px;
	margin-left: 3%;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 52%;
	width: 4%;
}
.slide-overlay-sub p {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: lighter !important;
}
.slider-image-control {
	width: 100%;
	height: auto;
}
/*! lightslider - v1.1.5 - 2015-10-31
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.lightSlider:before, .lightSlider:after {
	content: " ";
	display: table;
}
.lightSlider {
	overflow: hidden;
	margin: 0;
}
.lSSlideWrapper {
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.lSSlideWrapper > .lightSlider:after {
	clear: both;
}
.lSSlideWrapper .lSSlide {
	-webkit-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 1s;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform, height;
	transition-property: transform, height;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
	position: relative;
}
.lSSlideWrapper .lSFade > * {
	position: absolute !important;
	top: 0;
	left: 0;
	z-index: 9;
	margin-right: 0;
	width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
	z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
	opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
	cursor: pointer;
	display: inline-block;
	padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #222222;
	border-radius: 30px;
	display: inline-block;
	height: 8px;
	overflow: hidden;
	text-indent: -999em;
	width: 8px;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #428bca;
}
.lSSlideOuter .media {
	opacity: 0.4;
}
.lSSlideOuter .media.active {
	opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
	overflow: hidden;
	-webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
	transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
	background-color: rgba(255,255,255,0.6);
}
.lSSlideOuter .lSPager.lSGallery li.active img {
	opacity: 0.3;
}
.lSSlideOuter .lSPager.lSGallery img {
	display: block;
	height: auto;
	max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
	content: " ";
	display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
	clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
	width: 32px;
	display: block;
	top: 50%;
	height: 32px;
	background-image: url(https://i1.adis.ws/i/dm/slider-button-1.png);
	cursor: pointer;
	position: absolute;
	z-index: 40;
	margin-top: -16px;
	opacity: 1;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
	opacity: 1;
}
.lSAction > .lSPrev {
	background-position: 0 0;
	left: 0;
	opacity: 0.8;
}
.lSAction > .lSNext {
	background-position: -32px 0;
	right: 0;
	opacity: 0.8;
}
.lSAction > a.disabled {
	pointer-events: none;
}
.cS-hidden {
	height: 1px;
	opacity: 0;
	filter: alpha(opacity=0);
	overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
	position: relative;
}
.lSSlideOuter.vertical.noPager {
	padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
	position: absolute !important;
	right: 0;
	top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
	width: 100% !important;
	max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
	left: 50%;
	margin-left: -14px;
	margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
	background-position: 31px -31px;
	bottom: 10px;
	top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
	background-position: 0 -31px;
	bottom: auto;
	top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
	direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
	padding-left: 0;
	list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
	padding-right: 0;
}
.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
	float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
	float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
 0% {
 left: 0;
}
 50% {
 left: -15px;
}
 100% {
 left: 0;
}
}
@keyframes rightEnd {
 0% {
 left: 0;
}
 50% {
 left: -15px;
}
 100% {
 left: 0;
}
}
@-webkit-keyframes topEnd {
 0% {
 top: 0;
}
 50% {
 top: -15px;
}
 100% {
 top: 0;
}
}
@keyframes topEnd {
 0% {
 top: 0;
}
 50% {
 top: -15px;
}
 100% {
 top: 0;
}
}
@-webkit-keyframes leftEnd {
 0% {
 left: 0;
}
 50% {
 left: 15px;
}
 100% {
 left: 0;
}
}
@keyframes leftEnd {
 0% {
 left: 0;
}
 50% {
 left: 15px;
}
 100% {
 left: 0;
}
}
@-webkit-keyframes bottomEnd {
 0% {
 bottom: 0;
}
 50% {
 bottom: -15px;
}
 100% {
 bottom: 0;
}
}
@keyframes bottomEnd {
 0% {
 bottom: 0;
}
 50% {
 bottom: -15px;
}
 100% {
 bottom: 0;
}
}
.lSSlideOuter .rightEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
.lSSlideOuter .leftEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
.lSSlideOuter.vertical .rightEnd {
	-webkit-animation: topEnd 0.3s;
	animation: topEnd 0.3s;
	position: relative;
}
.lSSlideOuter.vertical .leftEnd {
	-webkit-animation: bottomEnd 0.3s;
	animation: bottomEnd 0.3s;
	position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
	-webkit-animation: leftEnd 0.3s;
	animation: leftEnd 0.3s;
	position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
	-webkit-animation: rightEnd 0.3s;
	animation: rightEnd 0.3s;
	position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.lightSlider.lsGrabbing > * {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
}

/*! START MEDIA QUERIES */


@media screen and (max-width: 1250px) {
.buying-guide-segment {
	width: 32.2%;
}
.new-segement-1 {
	width: 65%;
	float: left;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.new-segement-4 {
	width: 65%;
	float: left;
	height: 300px;
	margin-left: 10px;
}
.new-segement-5 {
	width: 65%;
	float: left;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}
}

@media screen and (max-width: 1100px) {
.buying-guide-segment {
	width: 31.7%;
}
.half-seg {
	float: left;
	height: 340px;
	width: 49%;
	background-size: cover;
}
.half-seg-pos {
	width: 48.9%;
}
}

@media screen and (max-width: 940px) {
.vid__lh-nav {
	width: 100%;
}
.espot__lh-nav {
	padding: 30px;
	width: 100%;
	margin: 0 0 30px 0;
	border-right: none;
}
.new-purity .espot__lh-nav {
	background-color: rgba(142, 150, 159, 0.9);
	border-right: none;
	border-bottom: 24px solid #afb5bb;
	transition: all 0.9s ease 0s;
}
.new-purity .espot__lh-nav:hover {
	background-color: rgba(79, 79, 79, 0.85);
	border-bottom: 24px solid rgba(79, 79, 79, 1);
	border-right: none;
}
}

@media screen and (max-width: 900px) {
.buying-guide-segment-2 {
	width: 31.2%;
}
.buying-guide-segment-para {
	display: none;
}
.segment-header {
	margin-top: 112px;
}
.new-segement-1 {
	width: 60%;
	height: 300px;
	margin-right: 10px;
}
.new-segement-2 {
	width: 38%;
	height: 300px;
}
.new-segement-3 {
	width: 38%;
	height: 300px;
}
.new-segement-4 {
	width: 60%;
	height: 300px;
	margin-left: 10px;
}
.new-segement-5 {
	width: 60%;
	height: 300px;
	margin-right: 10px;
}
.new-segement-6 {
	width: 38%;
	height: 300px;
}
.buying-guide-segment {
	height: 260px;
}
.trends-header {
	height: 600px;
	background-position: center 200px;
}
}

@media screen and (max-width: 700px) {
	.new-segement-3.seg-70-left {
	margin-bottom: 10px;
}
.seg-3-pop {
	background-color: #fff;
	display: inline-block;
	float: left;
	height: 190px;
	margin-bottom: 10px;
	width: 100%;
}
.buying-guide-segment {
	width: 31%;
}
.segment-header {
	margin-top: 112px;
}
.new-segement-1 {
	width: 55%;
}
.new-segement-2 {
	width: 43%;
}
.new-segement-3 {
	width: 43%;
}
.new-segement-4 {
	width: 55%;
}
.new-segement-5 {
	width: 55%;
}
.new-segement-6 {
	width: 43%;
}
.half-seg {
	float: left;
	height: 340px;
	width: 100%;
	background-size: cover;
	margin-bottom: 10px;
}
.shop-by-collection-head {
	display: none;
}
}

@media screen and (max-width: 670px) {
.segment-header {
	margin-top: 112px;
}
.new-segement-1 {
	width: 59%;
}
.new-segement-2 {
	width: 38%;
}
.new-segement-3 {
	width: 38%;
}
.new-segement-4 {
	width: 59%;
}
.new-segement-5 {
	width: 59%;
}
.new-segement-6 {
	width: 38%;
}
}

@media screen and (max-width: 600px) {
.buying-guide-segment {
	width: 100%;
	height: 130px;
	margin-bottom: 10px;
}
}

@media screen and (max-width: 500px) {
.slide-overlay-header {
	font-size: 16px;
	margin-left: 3%;
	padding: 10px;
	text-align: center;
	top: 0;
	width: 11%;
	line-height: normal;
}
.shop-slider-span {
	display: none;
}
.price-slider-span {
	display: none;
}
a:hover .segment-header {
	background-color: rgba(255,255,255, 0.9);
	margin-top: 0px;
	width: 100%;
	height: 80px;
	top: 0;
	margin-left: 0%;
}
.lSAction > .lSNext {
	display: none;
}
.lSAction > .lSPrev {
	display: none;
}
.segment-header {
	margin-left: 0;
	margin-top: 112px;
	width: 100%;
}
a:hover .segment-header h1 {
	padding-top: 10px;
	margin-left: 0;
	margin-top: 112px;
	width: 100%;
}
.new-segement-1 {
	width: 100%;
	height: 190px;
	margin-right: 0px;
}
.new-segement-2 {
	width: 100%;
	height: 190px;
}
.new-segement-3 {
	width: 100%;
	height: 190px;
	margin-bottom: 10px;
}
.new-segement-4 {
	width: 100%;
	height: 190px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.new-segement-5 {
	width: 100%;
	height: 190px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.new-segement-6 {
	width: 100%;
	height: 190px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.slide-overlay-sub {
	display: none;
}
.trends-header p {
	display: none;
}
.trends-header h3 {
	color: #fff;
font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 37px;
	margin: 0;
}
.trends-header.new-purity {
	background-size: cover;
}
.new-purity .espot__lh-nav {
	background-color: rgba(142, 150, 159, 0.8);
	border-bottom: 15px solid #afb5bb;
}
.new-purity .espot__lh-nav:hover {
	background-color: rgba(79, 79, 79, 0.65);
	border-bottom: 15px solid rgba(79, 79, 79, 1);
}
.trends-header {
	height: 200px;
}
.half-seg-pos {
	width: 100%;
	margin-bottom: 10px
}
}
